티스토리 수익 글 보기
performance.mark(“js-parse-end:80067-9b43df2889de2a8f.js”);
“use strict”;(globalThis.webpackChunk_github_ui_github_ui=globalThis.webpackChunk_github_ui_github_ui||[]).push([[“80067”],{94571(e,t,o){let n;o.d(t,{Se:()=>S,FB:()=>f,p_:()=>L,CF:()=>b,aC:()=>N,zV:()=>O});let r=new WeakSet,a=new WeakMap;function s(e=document){if(a.has(e))return a.get(e);let t=!1,o=new MutationObserver(e=>{for(let t of e)if(“attributes”===t.type&&t.target instanceof Element)c(t.target);else if(“childList”===t.type&&t.addedNodes.length)for(let e of t.addedNodes)e instanceof Element&&i(e)});o.observe(e,{childList:!0,subtree:!0,attributeFilter:[“data-action”]});let n={get closed(){return t},unsubscribe(){t=!0,a.delete(e),o.disconnect()}};return a.set(e,n),n}function i(e){for(let t of e.querySelectorAll(“[data-action]”))c(t);e instanceof Element&&e.hasAttribute(“data-action”)&&c(e)}function l(e){let t=e.currentTarget;for(let o of d(t))if(e.type===o.type){let n=t.closest(o.tag);r.has(n)&&”function”==typeof n[o.method]&&n[o.method](e);let a=t.getRootNode();if(a instanceof ShadowRoot&&r.has(a.host)&&a.host.matches(o.tag)){let t=a.host;”function”==typeof t[o.method]&&t[o.method](e)}}}function*d(e){for(let t of(e.getAttribute(“data-action”)||””).trim().split(/\s+/)){let e=t.lastIndexOf(“:”),o=Math.max(0,t.lastIndexOf(“#”))||t.length;yield{type:t.slice(0,e),tag:t.slice(e+1,o),method:t.slice(o+1)||”handleEvent”}}}function c(e){for(let t of d(e))e.addEventListener(t.type,l)}function f(e,t){let o=e.tagName.toLowerCase();if(e.shadowRoot){for(let n of e.shadowRoot.querySelectorAll(`[data-target~=”${o}.${t}”]`))if(!n.closest(o))return n}for(let n of e.querySelectorAll(`[data-target~=”${o}.${t}”]`))if(n.closest(o)===e)return n}let u=e=>String(“symbol”==typeof e?e.description:e).replace(/([A-Z]($|[a-z]))/g,”-$1″).replace(/–/g,”-“).replace(/^-|-$/,””).toLowerCase(),h=(e,t=”property”)=>{let o=u(e);if(!o.includes(“-“))throw new DOMException(`${t}: ${String(e)} is not a valid ${t} name`,”SyntaxError”);return o},p=”attr”;function b(e,t){E(e,p).add(t)}let g=new WeakSet;function m(e,t){if(g.has(e))return;g.add(e);let o=Object.getPrototypeOf(e),n=o?.constructor?.attrPrefix??”data-“;for(let r of(t||(t=E(o,p)),t)){let t=e[r],o=h(`${n}${r}`),a={configurable:!0,get(){return this.getAttribute(o)||””},set(e){this.setAttribute(o,e||””)}};”number”==typeof t?a={configurable:!0,get(){return Number(this.getAttribute(o)||0)},set(e){this.setAttribute(o,e)}}:”boolean”==typeof t&&(a={configurable:!0,get(){return this.hasAttribute(o)},set(e){this.toggleAttribute(o,e)}}),Object.defineProperty(e,r,a),r in e&&!e.hasAttribute(o)&&a.set.call(e,t)}}let w=new Map,y=new Promise(e=>{“loading”!==document.readyState?e():document.addEventListener(“readystatechange”,()=>e(),{once:!0})}),A=new Promise(e=>{let t=new AbortController;t.signal.addEventListener(“abort”,()=>e());let o={once:!0,passive:!0,signal:t.signal},n=()=>t.abort();document.addEventListener(“mousedown”,n,o),document.addEventListener(“touchstart”,n,o),document.addEventListener(“keydown”,n,o),document.addEventListener(“pointerdown”,n,o)}),v={ready:()=>y,firstInteraction:()=>A,visible:e=>new Promise(t=>{let o=new IntersectionObserver(e=>{for(let n of e)if(n.isIntersecting){t(),o.disconnect();return}},{rootMargin:”0px 0px 256px 0px”,threshold:.01});for(let t of document.querySelectorAll(e))o.observe(t)})},x=new WeakMap;function C(e){cancelAnimationFrame(x.get(e)||0),x.set(e,requestAnimationFrame(()=>{for(let t of w.keys()){let o=e instanceof Element&&e.matches(t)?e:e.querySelector(t);if(customElements.get(t)||o){let n=o?.getAttribute(“data-load-on”)||”ready”,r=n in v?v[n]:v.ready;for(let e of w.get(t)||[])r(t).then(e);w.delete(t),x.delete(e)}}}))}function S(e,t){for(let[o,n]of(“string”==typeof e&&t&&(e={[e]:t}),Object.entries(e)))w.has(o)||w.set(o,new Set),w.get(o).add(n);j(document)}function j(e){n||(n=new MutationObserver(e=>{if(w.size)for(let t of e)for(let e of t.addedNodes)e instanceof Element&&C(e)})),C(e),n.observe(e,{subtree:!0,childList:!0})}let k=Symbol.for(“catalyst”);class _{constructor(e,t){const o=this,n=e.prototype.connectedCallback;e.prototype.connectedCallback=function(){o.connectedCallback(this,n)};const r=e.prototype.disconnectedCallback;e.prototype.disconnectedCallback=function(){o.disconnectedCallback(this,r)};const a=e.prototype.attributeChangedCallback;e.prototype.attributeChangedCallback=function(e,t,n){o.attributeChangedCallback(this,e,t,n,a)};let s=e.observedAttributes||[];Object.defineProperty(e,”observedAttributes”,{configurable:!0,get(){return o.observedAttributes(this,s)},set(e){s=e}}),function(e){let t=e.observedAttributes||[],o=e.attrPrefix??”data-“,n=e=>h(`${o}${e}`);Object.defineProperty(e,”observedAttributes”,{configurable:!0,get:()=>[…E(e.prototype,p)].map(n).concat(t),set(e){t=e}})}(e),function(e,t){let o=t||u(e.name).replace(/-element$/,””);try{window.customElements.define(o,e),window[e.name]=customElements.get(o)}catch(e){if(!(e instanceof DOMException&&”NotSupportedError”===e.name))throw e}}(e,t)}observedAttributes(e,t){return t}connectedCallback(e,t){var o,n;for(let t of(e.toggleAttribute(“data-catalyst”,!0),customElements.upgrade(e),e.querySelectorAll(“template[data-shadowroot]”)))t.parentElement===e&&e.attachShadow({mode:”closed”===t.getAttribute(“data-shadowroot”)?”closed”:”open”}).append(t.content.cloneNode(!0));(m(e),r.add(e),e.shadowRoot&&(i(n=e.shadowRoot),s(n)),i(e),s(e.ownerDocument),t?.call(e),e.shadowRoot)&&(i(o=e.shadowRoot),s(o),j(e.shadowRoot))}disconnectedCallback(e,t){t?.call(e)}attributeChangedCallback(e,t,o,n,r){m(e),”data-catalyst”!==t&&r&&r.call(e,t,o,n)}}function E(e,t){if(!Object.prototype.hasOwnProperty.call(e,k)){let t=e[k],o=e[k]=new Map;if(t)for(let[e,n]of t)o.set(e,new Set(n))}let o=e[k];return o.has(t)||o.set(t,new Set),o.get(t)}function N(e,t){E(e,”target”).add(t),Object.defineProperty(e,t,{configurable:!0,get(){return f(this,t)}})}function O(e,t){E(e,”targets”).add(t),Object.defineProperty(e,t,{configurable:!0,get(){let e=this.tagName.toLowerCase(),o=[];if(this.shadowRoot)for(let n of this.shadowRoot.querySelectorAll(`[data-targets~=”${e}.${t}”]`))n.closest(e)||o.push(n);for(let n of this.querySelectorAll(`[data-targets~=”${e}.${t}”]`))n.closest(e)===this&&o.push(n);return o}})}function L(e){if(“string”==typeof e)return t=>{new _(t,e)};new _(e)}},28926(e,t,o){o.d(t,{a:()=>s});let n=new Set([“children”,”localName”,”ref”,”style”,”className”]),r=new WeakMap,a=(e,t,o,n,a)=>{let s,i,l=null==a?void 0:a[t];void 0===l||o===n?null==o&&t in HTMLElement.prototype?e.removeAttribute(t):e[t]=o:(void 0===(s=r.get(e))&&r.set(e,s=new Map),i=s.get(l),void 0!==o?void 0===i?(s.set(l,i={handleEvent:o}),e.addEventListener(l,i)):i.handleEvent=o:void 0!==i&&(s.delete(l),e.removeEventListener(l,i)))};function s(e=window.React,t,o,r,i){let l,d,c;void 0===t?({tagName:d,elementClass:c,events:r,displayName:i}=e,l=e.react):(l=e,c=o,d=t);let f=l.Component,u=l.createElement,h=new Set(Object.keys(null!=r?r:{}));class p extends f{constructor(){super(…arguments),this.o=null}t(e){if(null!==this.o)for(let t in this.i)a(this.o,t,this.props[t],e?e[t]:void 0,r)}componentDidMount(){var e;this.t(),null==(e=this.o)||e.removeAttribute(“defer-hydration”)}componentDidUpdate(e){this.t(e)}render(){let{_$Gl:e,…t}=this.props;this.h!==e&&(this.u=t=>{null!==e&&(“function”==typeof e?e(t):e.current=t),this.o=t,this.h=e}),this.i={};let o={ref:this.u};for(let[e,r]of Object.entries(t))n.has(e)?o[“className”===e?”class”:e]=r:h.has(e)||e in c.prototype?this.i[e]=r:o[e]=r;return o.suppressHydrationWarning=!0,u(d,o)}}p.displayName=null!=i?i:c.name;let b=l.forwardRef((e,t)=>u(p,{…e,_$Gl:t},null==e?void 0:e.children));return b.displayName=p.displayName,b}},56819(e,t,o){o.d(t,{lG:()=>g,jl:()=>c,m4:()=>y});var n=o(16969),r=o(49539),a=o(38267),s=o(96540),i=o(74848);let l=(0,a.Ay)(n.A).withConfig({shouldForwardProp:e=>”sx”!==e}).withConfig({displayName:”TabNav__StyledTabNav”,componentId:”sc-13kad3t-0″})([“”,””],r.sx),d=(0,a.Ay)(n.A.Link).withConfig({shouldForwardProp:e=>”sx”!==e}).withConfig({displayName:”TabNav__StyledTabNavLink”,componentId:”sc-13kad3t-1″})([“”,””],r.sx),c=Object.assign(({as:e,…t})=>(0,i.jsx)(l,{…t,…e?{forwardedAs:e}:{}}),{Link:(0,s.forwardRef)(({as:e,…t},o)=>(0,i.jsx)(d,{…t,…e?{forwardedAs:e}:{},ref:o}))});var f=o(49305),u=o(45846);let h=(0,s.forwardRef)(function(e,t){return(0,i.jsx)(u.a,{as:f.A,ref:t,…e})}),p=(0,s.forwardRef)(({as:e,…t},o)=>(0,i.jsx)(h,{…t,…e?{forwardedAs:e}:{},ref:o})),b=(0,s.forwardRef)(function(e,t){return(0,i.jsx)(u.a,{as:f.A.Header,ref:t,…e})}),g=Object.assign(p,{Header:(0,s.forwardRef)(({as:e,…t},o)=>(0,i.jsx)(b,{…t,…e?{forwardedAs:e}:{},ref:o}))});var m=o(10095);let w=(0,a.Ay)(m.A).withConfig({shouldForwardProp:e=>”sx”!==e}).withConfig({displayName:”Octicon__StyledOcticon”,componentId:”sc-jtj3m8-0″})([“”,””],({color:e,sx:t})=>(0,r.sx)({sx:{color:e,…t}})),y=(0,s.forwardRef)(({as:e,…t},o)=>(0,i.jsx)(w,{…t,…e?{forwardedAs:e}:{},ref:o}));var A=o(30331);let v=(0,a.Ay)(A.A).withConfig({shouldForwardProp:e=>”sx”!==e}).withConfig({displayName:”Tooltip__StyledTooltip”,componentId:”sc-145jcib-0″})([“”,””],r.sx),x=(0,s.forwardRef)(function({as:e,…t},o){return(0,i.jsx)(v,{…t,…e?{forwardedAs:e}:{},ref:o})});x.alignments=A.A.alignments,x.directions=A.A.directions,x.__SLOT__=A.A.__SLOT__;var C=o(40236);let S=(0,s.forwardRef)(function(e,t){return(0,i.jsx)(u.a,{as:C.l,ref:t,…e})}),j=(0,a.Ay)(C.l.Item).withConfig({shouldForwardProp:e=>”sx”!==e}).withConfig({displayName:”ActionList__StyledActionListItem”,componentId:”sc-1ugfmds-0″})([“”,””],r.sx);Object.assign(S,{Item:(0,s.forwardRef)(({as:e,…t},o)=>(0,i.jsx)(j,{…t,…e?{forwardedAs:e}:{},ref:o})),Group:function(e){return(0,i.jsx)(u.a,{as:C.l.Group,…e})},Divider:function(e){return(0,i.jsx)(u.a,{as:C.l.Divider,…e})}})},31993(e,t,o){o.d(t,{j:()=>n});function n(e){return e}}}]);
//# sourceMappingURL=80067-9b43df2889de2a8f-10af26c48441fd3f.js.map