diff --git a/assets/1_Introduction-fjwePAtR.js b/assets/1_Introduction-fjwePAtR.js new file mode 100644 index 0000000..3955853 --- /dev/null +++ b/assets/1_Introduction-fjwePAtR.js @@ -0,0 +1,47 @@ +import{j as e}from"./jsx-runtime-AgcCsxC8.js";import"./blocks-i5o0VK9R.js";import{useMDXComponents as t}from"./index-7MmEg4M7.js";import{M as r}from"./index-9ylO3ihc.js";import"./index-XiNr8FW2.js";import"./_commonjsHelpers-5-cIlDoe.js";import"./iframe-tWVOrtVB.js";import"../sb-preview/runtime.js";import"./index-9vG4XYWr.js";import"./index-ogXoivrg.js";import"./index-mLPG47JP.js";import"./index-PPLHz8o0.js";function i(o){const n=Object.assign({h1:"h1",h2:"h2",p:"p",code:"code",ul:"ul",li:"li",strong:"strong",pre:"pre",h3:"h3",a:"a"},t(),o.components);return e.jsxs(e.Fragment,{children:[e.jsx(r,{title:"Documentation/Introduction"}),` +`,e.jsx(n.h1,{id:"react-bounded-overlay-manager",children:"React Bounded Overlay Manager"}),` +`,e.jsx(n.h2,{id:"overview",children:"Overview"}),` +`,e.jsxs(n.p,{children:[e.jsx(n.code,{children:"React Bounded Overlay Manager"})," is a React library designed to create and manage overlay components within a specified bounding container. It offers flexible positioning, dynamic show/hide behavior, customizable event handling, and an API for extended control."]}),` +`,e.jsx(n.h2,{id:"key-features",children:"Key Features"}),` +`,e.jsxs(n.ul,{children:[` +`,e.jsxs(n.li,{children:[e.jsx(n.strong,{children:"Flexible Positioning"}),": Utilize ",e.jsx(n.code,{children:"position"})," and ",e.jsx(n.code,{children:"offset"})," parameters within the Overlay component to achieve precise and strategic placement of overlays."]}),` +`,e.jsxs(n.li,{children:[e.jsx(n.strong,{children:"Dynamic Visibility"}),": Effortlessly configure the appearance and disappearance of overlays in response to user interactions, enhancing user experience and interface responsiveness."]}),` +`,e.jsxs(n.li,{children:[e.jsx(n.strong,{children:"Customizable Event Handling"}),": Tailor overlay visibility to align with specific application requirements. This includes the ability to control when overlays appear or disappear based on user interactions, system events, or custom triggers. Configure these settings to suit your application's behavior and user experience needs."]}),` +`,e.jsxs(n.li,{children:[e.jsx(n.strong,{children:"Extended Control via API"}),": Access the API for comprehensive control over overlay behavior, extending beyond the capabilities offered by component properties."]}),` +`]}),` +`,e.jsx(n.h2,{id:"installation",children:"Installation"}),` +`,e.jsx(n.pre,{children:e.jsx(n.code,{className:"language-bash",children:`npm install react-bounded-overlay-manager +`})}),` +`,e.jsx(n.h2,{id:"basic-example",children:"Basic Example"}),` +`,e.jsx(n.pre,{children:e.jsx(n.code,{className:"language-jsx",children:`import React, { useRef } from 'react'; +import BoundedOverlayManager, { Overlay, PredefinedPosition } from 'react-bounded-overlay-manager'; + +const BasicExample = () => { + const boundingComponentRef = useRef(null); + + return ( +
+
+ Hover over this div to display overlays. +
+ + + + + + +
+ ); +}; +`})}),` +`,e.jsx(n.h2,{id:"learn-more",children:"Learn More"}),` +`,e.jsxs(n.p,{children:["For more detailed information on how to utilize ",e.jsx(n.code,{children:"React Bounded Overlay Manager"})," to its fullest, explore the following sections:"]}),` +`,e.jsx(n.h3,{id:"components",children:"Components"}),` +`,e.jsx(n.p,{children:"Dive into our interactive stories to uncover in-depth information on each component, complete with examples you can explore and interact with. These stories focus on advanced customization and control techniques, offering hands-on experience with the components:"}),` +`,e.jsxs(n.ul,{children:[` +`,e.jsx(n.li,{children:e.jsx(n.a,{href:"./?path=/docs/components-boundedoverlaymanager--docs",children:"BoundedOverlayManager"})}),` +`,e.jsx(n.li,{children:e.jsx(n.a,{href:"./?path=/docs/components-overlay--docs",children:"Overlay"})}),` +`]}),` +`,e.jsx(n.h3,{id:"api-documentation",children:"API Documentation"}),` +`,e.jsx(n.p,{children:"For a deeper dive into the specific methods and how they can be employed in your application, visit the API documentation."}),` +`,e.jsx(n.p,{children:e.jsx(n.a,{href:"./?path=/docs/documentation-api-documentation--docs",children:"API Documentation"})})]})}function f(o={}){const{wrapper:n}=Object.assign({},t(),o.components);return n?e.jsx(n,Object.assign({},o,{children:e.jsx(i,o)})):i(o)}export{f as default}; diff --git a/assets/2_APIDocumentation-ow5LfkHs.js b/assets/2_APIDocumentation-ow5LfkHs.js new file mode 100644 index 0000000..8c8dff0 --- /dev/null +++ b/assets/2_APIDocumentation-ow5LfkHs.js @@ -0,0 +1,41 @@ +import{j as e}from"./jsx-runtime-AgcCsxC8.js";import"./blocks-i5o0VK9R.js";import{useMDXComponents as i}from"./index-7MmEg4M7.js";import{M as r}from"./index-9ylO3ihc.js";import"./index-XiNr8FW2.js";import"./_commonjsHelpers-5-cIlDoe.js";import"./iframe-tWVOrtVB.js";import"../sb-preview/runtime.js";import"./index-9vG4XYWr.js";import"./index-ogXoivrg.js";import"./index-mLPG47JP.js";import"./index-PPLHz8o0.js";function t(o){const n=Object.assign({h1:"h1",h2:"h2",p:"p",code:"code",pre:"pre",h3:"h3",ul:"ul",li:"li"},i(),o.components);return e.jsxs(e.Fragment,{children:[e.jsx(r,{title:"Documentation/API Documentation"}),` +`,e.jsx(n.h1,{id:"api-documentation-for-react-bounded-overlay-manager",children:"API Documentation for React Bounded Overlay Manager"}),` +`,e.jsx(n.h2,{id:"introduction",children:"Introduction"}),` +`,e.jsxs(n.p,{children:["This section provides detailed information about the API methods available in the ",e.jsx(n.code,{children:"React Bounded Overlay Manager"})," library."]}),` +`,e.jsx(n.h2,{id:"using-the-api",children:"Using the API"}),` +`,e.jsxs(n.p,{children:["To access the API, use the ",e.jsx(n.code,{children:"onApiUpdated"})," property of the ",e.jsx(n.code,{children:"BoundedOverlayManager"})," component. This callback returns an API object."]}),` +`,e.jsx(n.p,{children:"Here's an example demonstrating how to use the API:"}),` +`,e.jsx(n.pre,{children:e.jsx(n.code,{className:"language-jsx",children:`const boundingComponentRef = useRef(null); +const apiRef = useRef(); + +const onApiUpdated = (api: BoundedOverlayManagerApi) => { + apiRef.current = api; +}; + +return ( + <> +
+ Bounding Component +
+ + + + Overlay Content + + + +) +`})}),` +`,e.jsx(n.h2,{id:"api-methods",children:"API Methods"}),` +`,e.jsx(n.h3,{id:"renderoverlays",children:"renderOverlays()"}),` +`,e.jsxs(n.ul,{children:[` +`,e.jsx(n.li,{children:"Triggers the rendering of overlays. This method is effective for scenarios where system events do not automatically trigger overlay rendering."}),` +`]}),` +`,e.jsx(n.h3,{id:"clearoverlays",children:"clearOverlays()"}),` +`,e.jsxs(n.ul,{children:[` +`,e.jsxs(n.li,{children:["Triggers clearing of the currently displayed overlays, effective in cases where system events do not automatically lead to their hiding. Note, however, that it has no effect when ",e.jsx(n.code,{children:"persistentlyShowOverlays"})," is enabled, as overlays in this mode are intended to stay visible continuously."]}),` +`]}),` +`,e.jsx(n.h3,{id:"updateoverlayscontainerboundingbox",children:"updateOverlaysContainerBoundingBox()"}),` +`,e.jsxs(n.ul,{children:[` +`,e.jsx(n.li,{children:"Updates the bounding box of the overlays container. While the library automatically updates the bounding box during window resizing or direct resizing of the bounding component, there are other situations where a manual update is necessary to ensure accurate overlay positioning such as when the bounding component is repositioned."}),` +`]})]})}function x(o={}){const{wrapper:n}=Object.assign({},i(),o.components);return n?e.jsx(n,Object.assign({},o,{children:e.jsx(t,o)})):t(o)}export{x as default}; diff --git a/assets/BoundedOverlayManager.stories-fD-ziWQ-.js b/assets/BoundedOverlayManager.stories-fD-ziWQ-.js new file mode 100644 index 0000000..36fe1a7 --- /dev/null +++ b/assets/BoundedOverlayManager.stories-fD-ziWQ-.js @@ -0,0 +1,33 @@ +import{j as e}from"./jsx-runtime-AgcCsxC8.js";import{r as u}from"./index-XiNr8FW2.js";import{B as l,O as t,P as s,D as v,a as p,b as c,c as m,d as y,e as O}from"./Overlay-Gmu5WiNu.js";import"./_commonjsHelpers-5-cIlDoe.js";import"./index-9vG4XYWr.js";const w={title:"Components/BoundedOverlayManager",component:l,parameters:{layout:"centered"},tags:["autodocs"],argTypes:{persistentlyShowOverlays:{description:"When set to true, overlays are always shown independent of the other factors."},boundingComponentRef:{control:!1,description:"Reference to the component relative to which overlays will be positioned."},overlaysShowTimeout:{description:"Time (in milliseconds) after which overlays will automatically hide, unless persistently shown. Set to NO_TIMEOUT or -1 to disable."},hideOverlaysOnMouseLeave:{description:"When enabled (true), overlays will hide as soon as the mouse leaves the bounding component."},showOverlaysOnMouseMove:{description:"When enabled (true), overlays will appear when the mouse moves on the bounding component."},skipAllSystemEvents:{description:"When set to true, all system events (like mouse movement) will be ignored in overlay behavior."},onApiUpdated:{control:!1,description:"Callback function that is called when the API updates. The updated API is passed as an argument to this function."},unmountContentWhenHidden:{description:"When set to true, the content of the overlay will be unmounted when the overlay is hidden."}}},f=d=>{const o=u.useRef(null),h={width:"70vw",height:"50vh",border:"1px solid black",display:"flex",justifyContent:"center",alignItems:"center",fontSize:"large"};return e.jsxs(e.Fragment,{children:[e.jsx("div",{ref:o,style:h,children:"Move the mouse over this div to show the overlays"}),e.jsxs(l,{boundingComponentRef:o,...d,children:[e.jsx(t,{position:s.BOTTOM_CENTER,offset:{bottom:"2vh"},children:e.jsx("button",{children:"Overlay Button"})}),e.jsx(t,{position:s.BOTTOM_RIGHT,offset:{bottom:"2vh",right:"2vw"},children:e.jsx("div",{style:{border:"2px solid black",padding:"2px"},children:"Overlay Div"})})]})]})},b={persistentlyShowOverlays:v,overlaysShowTimeout:p,hideOverlaysOnMouseLeave:c,showOverlaysOnMouseMove:m,skipAllSystemEvents:y,unmountContentWhenHidden:O},n=f.bind({});n.args={...b};var r,i,a;n.parameters={...n.parameters,docs:{...(r=n.parameters)==null?void 0:r.docs,source:{originalSource:`args => { + const boundingComponentRef = useRef(null); + const boundingComponentStyle: CSSProperties = { + width: '70vw', + height: '50vh', + border: '1px solid black', + display: 'flex', + justifyContent: 'center', + alignItems: 'center', + fontSize: 'large' + }; + return <> +
+ Move the mouse over this div to show the overlays +
+ + + + + +
Overlay Div
+
+
+ ; +}`,...(a=(i=n.parameters)==null?void 0:i.docs)==null?void 0:a.source}}};const M=["Default"];export{n as Default,M as __namedExportsOrder,w as default}; diff --git a/assets/Color-6VNJS4EI-Agm6Kgyl.js b/assets/Color-6VNJS4EI-Agm6Kgyl.js new file mode 100644 index 0000000..85f7c2a --- /dev/null +++ b/assets/Color-6VNJS4EI-Agm6Kgyl.js @@ -0,0 +1 @@ +import{n as M,d as ue,T as Me,F as Ce,I as $e,g as Ne}from"./index-9ylO3ihc.js";import{R as h,r as b}from"./index-XiNr8FW2.js";import{g as fe}from"./_commonjsHelpers-5-cIlDoe.js";import{_ as Oe,i as J,a as Ie}from"./index-mLPG47JP.js";import"./iframe-tWVOrtVB.js";import"../sb-preview/runtime.js";import"./index-9vG4XYWr.js";import"./index-ogXoivrg.js";import"./index-PPLHz8o0.js";function $(){return($=Object.assign||function(e){for(var t=1;t=0||(o[n]=e[n]);return o}function K(e){var t=b.useRef(e),n=b.useRef(function(r){t.current&&t.current(r)});return t.current=e,n.current}var S=function(e,t,n){return t===void 0&&(t=0),n===void 0&&(n=1),e>n?n:e0:p.buttons>0)&&o.current?a(ne(o.current,p,l.current)):_(!1)},N=function(){return _(!1)};function _(p){var m=i.current,x=V(o.current),C=p?x.addEventListener:x.removeEventListener;C(m?"touchmove":"mousemove",k),C(m?"touchend":"mouseup",N)}return[function(p){var m=p.nativeEvent,x=o.current;if(x&&(re(m),!function(X,R){return R&&!j(X)}(m,i.current)&&x)){if(j(m)){i.current=!0;var C=m.changedTouches||[];C.length&&(l.current=C[0].identifier)}x.focus(),a(ne(x,m,l.current)),_(!0)}},function(p){var m=p.which||p.keyCode;m<37||m>40||(p.preventDefault(),s({left:m===39?.05:m===37?-.05:0,top:m===40?.05:m===38?-.05:0}))},_]},[s,a]),d=c[0],f=c[1],g=c[2];return b.useEffect(function(){return g},[g]),h.createElement("div",$({},r,{onTouchStart:d,onMouseDown:d,className:"react-colorful__interactive",ref:o,onKeyDown:f,tabIndex:0,role:"slider"}))}),z=function(e){return e.filter(Boolean).join(" ")},ee=function(e){var t=e.color,n=e.left,r=e.top,o=r===void 0?.5:r,a=z(["react-colorful__pointer",e.className]);return h.createElement("div",{className:a,style:{top:100*o+"%",left:100*n+"%"}},h.createElement("div",{className:"react-colorful__pointer-fill",style:{backgroundColor:t}}))},y=function(e,t,n){return t===void 0&&(t=0),n===void 0&&(n=Math.pow(10,t)),Math.round(n*e)/n},Se={grad:.9,turn:360,rad:360/(2*Math.PI)},Re=function(e){return ge(A(e))},A=function(e){return e[0]==="#"&&(e=e.substring(1)),e.length<6?{r:parseInt(e[0]+e[0],16),g:parseInt(e[1]+e[1],16),b:parseInt(e[2]+e[2],16),a:e.length===4?y(parseInt(e[3]+e[3],16)/255,2):1}:{r:parseInt(e.substring(0,2),16),g:parseInt(e.substring(2,4),16),b:parseInt(e.substring(4,6),16),a:e.length===8?y(parseInt(e.substring(6,8),16)/255,2):1}},Te=function(e,t){return t===void 0&&(t="deg"),Number(e)*(Se[t]||1)},je=function(e){var t=/hsla?\(?\s*(-?\d*\.?\d+)(deg|rad|grad|turn)?[,\s]+(-?\d*\.?\d+)%?[,\s]+(-?\d*\.?\d+)%?,?\s*[/\s]*(-?\d*\.?\d+)?(%)?\s*\)?/i.exec(e);return t?Fe({h:Te(t[1],t[2]),s:Number(t[3]),l:Number(t[4]),a:t[5]===void 0?1:Number(t[5])/(t[6]?100:1)}):{h:0,s:0,v:0,a:1}},Fe=function(e){var t=e.s,n=e.l;return{h:e.h,s:(t*=(n<50?n:100-n)/100)>0?2*t/(n+t)*100:0,v:n+t,a:e.a}},ze=function(e){return Pe(de(e))},he=function(e){var t=e.s,n=e.v,r=e.a,o=(200-t)*n/100;return{h:y(e.h),s:y(o>0&&o<200?t*n/100/(o<=100?o:200-o)*100:0),l:y(o/2),a:y(r,2)}},G=function(e){var t=he(e);return"hsl("+t.h+", "+t.s+"%, "+t.l+"%)"},q=function(e){var t=he(e);return"hsla("+t.h+", "+t.s+"%, "+t.l+"%, "+t.a+")"},de=function(e){var t=e.h,n=e.s,r=e.v,o=e.a;t=t/360*6,n/=100,r/=100;var a=Math.floor(t),s=r*(1-n),l=r*(1-(t-a)*n),i=r*(1-(1-t+a)*n),c=a%6;return{r:y(255*[r,l,s,s,i,r][c]),g:y(255*[i,r,r,l,s,s][c]),b:y(255*[s,s,i,r,r,l][c]),a:y(o,2)}},He=function(e){var t=/rgba?\(?\s*(-?\d*\.?\d+)(%)?[,\s]+(-?\d*\.?\d+)(%)?[,\s]+(-?\d*\.?\d+)(%)?,?\s*[/\s]*(-?\d*\.?\d+)?(%)?\s*\)?/i.exec(e);return t?ge({r:Number(t[1])/(t[2]?100/255:1),g:Number(t[3])/(t[4]?100/255:1),b:Number(t[5])/(t[6]?100/255:1),a:t[7]===void 0?1:Number(t[7])/(t[8]?100:1)}):{h:0,s:0,v:0,a:1}},H=function(e){var t=e.toString(16);return t.length<2?"0"+t:t},Pe=function(e){var t=e.r,n=e.g,r=e.b,o=e.a,a=o<1?H(y(255*o)):"";return"#"+H(t)+H(n)+H(r)+a},ge=function(e){var t=e.r,n=e.g,r=e.b,o=e.a,a=Math.max(t,n,r),s=a-Math.min(t,n,r),l=s?a===t?(n-r)/s:a===n?2+(r-t)/s:4+(t-n)/s:0;return{h:y(60*(l<0?l+6:l)),s:y(a?s/a*100:0),v:y(a/255*100),a:o}},me=h.memo(function(e){var t=e.hue,n=e.onChange,r=z(["react-colorful__hue",e.className]);return h.createElement("div",{className:r},h.createElement(Z,{onMove:function(o){n({h:360*o.left})},onKey:function(o){n({h:S(t+360*o.left,0,360)})},"aria-label":"Hue","aria-valuenow":y(t),"aria-valuemax":"360","aria-valuemin":"0"},h.createElement(ee,{className:"react-colorful__hue-pointer",left:t/360,color:G({h:t,s:100,v:100,a:1})})))}),be=h.memo(function(e){var t=e.hsva,n=e.onChange,r={backgroundColor:G({h:t.h,s:100,v:100,a:1})};return h.createElement("div",{className:"react-colorful__saturation",style:r},h.createElement(Z,{onMove:function(o){n({s:100*o.left,v:100-100*o.top})},onKey:function(o){n({s:S(t.s+100*o.left,0,100),v:S(t.v-100*o.top,0,100)})},"aria-label":"Color","aria-valuetext":"Saturation "+y(t.s)+"%, Brightness "+y(t.v)+"%"},h.createElement(ee,{className:"react-colorful__saturation-pointer",top:1-t.v/100,left:t.s/100,color:G(t)})))}),ve=function(e,t){if(e===t)return!0;for(var n in e)if(e[n]!==t[n])return!1;return!0},pe=function(e,t){return e.replace(/\s/g,"")===t.replace(/\s/g,"")},Le=function(e,t){return e.toLowerCase()===t.toLowerCase()||ve(A(e),A(t))};function ye(e,t,n){var r=K(n),o=b.useState(function(){return e.toHsva(t)}),a=o[0],s=o[1],l=b.useRef({color:t,hsva:a});b.useEffect(function(){if(!e.equal(t,l.current.color)){var c=e.toHsva(t);l.current={hsva:c,color:t},s(c)}},[t,e]),b.useEffect(function(){var c;ve(a,l.current.hsva)||e.equal(c=e.fromHsva(a),l.current.color)||(l.current={hsva:a,color:c},r(c))},[a,e,r]);var i=b.useCallback(function(c){s(function(d){return Object.assign({},d,c)})},[]);return[a,i]}var qe=typeof window<"u"?b.useLayoutEffect:b.useEffect,Be=function(){return typeof __webpack_nonce__<"u"?__webpack_nonce__:void 0},oe=new Map,xe=function(e){qe(function(){var t=e.current?e.current.ownerDocument:document;if(t!==void 0&&!oe.has(t)){var n=t.createElement("style");n.innerHTML=`.react-colorful{position:relative;display:flex;flex-direction:column;width:200px;height:200px;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;cursor:default}.react-colorful__saturation{position:relative;flex-grow:1;border-color:transparent;border-bottom:12px solid #000;border-radius:8px 8px 0 0;background-image:linear-gradient(0deg,#000,transparent),linear-gradient(90deg,#fff,hsla(0,0%,100%,0))}.react-colorful__alpha-gradient,.react-colorful__pointer-fill{content:"";position:absolute;left:0;top:0;right:0;bottom:0;pointer-events:none;border-radius:inherit}.react-colorful__alpha-gradient,.react-colorful__saturation{box-shadow:inset 0 0 0 1px rgba(0,0,0,.05)}.react-colorful__alpha,.react-colorful__hue{position:relative;height:24px}.react-colorful__hue{background:linear-gradient(90deg,red 0,#ff0 17%,#0f0 33%,#0ff 50%,#00f 67%,#f0f 83%,red)}.react-colorful__last-control{border-radius:0 0 8px 8px}.react-colorful__interactive{position:absolute;left:0;top:0;right:0;bottom:0;border-radius:inherit;outline:none;touch-action:none}.react-colorful__pointer{position:absolute;z-index:1;box-sizing:border-box;width:28px;height:28px;transform:translate(-50%,-50%);background-color:#fff;border:2px solid #fff;border-radius:50%;box-shadow:0 2px 4px rgba(0,0,0,.2)}.react-colorful__interactive:focus .react-colorful__pointer{transform:translate(-50%,-50%) scale(1.1)}.react-colorful__alpha,.react-colorful__alpha-pointer{background-color:#fff;background-image:url('data:image/svg+xml;charset=utf-8,')}.react-colorful__saturation-pointer{z-index:3}.react-colorful__hue-pointer{z-index:2}`,oe.set(t,n);var r=Be();r&&n.setAttribute("nonce",r),t.head.appendChild(n)}},[])},We=function(e){var t=e.className,n=e.colorModel,r=e.color,o=r===void 0?n.defaultColor:r,a=e.onChange,s=Q(e,["className","colorModel","color","onChange"]),l=b.useRef(null);xe(l);var i=ye(n,o,a),c=i[0],d=i[1],f=z(["react-colorful",t]);return h.createElement("div",$({},s,{ref:l,className:f}),h.createElement(be,{hsva:c,onChange:d}),h.createElement(me,{hue:c.h,onChange:d,className:"react-colorful__last-control"}))},Xe={defaultColor:"000",toHsva:Re,fromHsva:function(e){return ze({h:e.h,s:e.s,v:e.v,a:1})},equal:Le},De=function(e){return h.createElement(We,$({},e,{colorModel:Xe}))},Ke=function(e){var t=e.className,n=e.hsva,r=e.onChange,o={backgroundImage:"linear-gradient(90deg, "+q(Object.assign({},n,{a:0}))+", "+q(Object.assign({},n,{a:1}))+")"},a=z(["react-colorful__alpha",t]),s=y(100*n.a);return h.createElement("div",{className:a},h.createElement("div",{className:"react-colorful__alpha-gradient",style:o}),h.createElement(Z,{onMove:function(l){r({a:l.left})},onKey:function(l){r({a:S(n.a+l.left)})},"aria-label":"Alpha","aria-valuetext":s+"%","aria-valuenow":s,"aria-valuemin":"0","aria-valuemax":"100"},h.createElement(ee,{className:"react-colorful__alpha-pointer",left:n.a,color:q(n)})))},we=function(e){var t=e.className,n=e.colorModel,r=e.color,o=r===void 0?n.defaultColor:r,a=e.onChange,s=Q(e,["className","colorModel","color","onChange"]),l=b.useRef(null);xe(l);var i=ye(n,o,a),c=i[0],d=i[1],f=z(["react-colorful",t]);return h.createElement("div",$({},s,{ref:l,className:f}),h.createElement(be,{hsva:c,onChange:d}),h.createElement(me,{hue:c.h,onChange:d}),h.createElement(Ke,{hsva:c,onChange:d,className:"react-colorful__last-control"}))},Ve={defaultColor:"hsla(0, 0%, 0%, 1)",toHsva:je,fromHsva:q,equal:pe},Ae=function(e){return h.createElement(we,$({},e,{colorModel:Ve}))},Ge={defaultColor:"rgba(0, 0, 0, 1)",toHsva:He,fromHsva:function(e){var t=de(e);return"rgba("+t.r+", "+t.g+", "+t.b+", "+t.a+")"},equal:pe},Ue=function(e){return h.createElement(we,$({},e,{colorModel:Ge}))},Ye={aliceblue:[240,248,255],antiquewhite:[250,235,215],aqua:[0,255,255],aquamarine:[127,255,212],azure:[240,255,255],beige:[245,245,220],bisque:[255,228,196],black:[0,0,0],blanchedalmond:[255,235,205],blue:[0,0,255],blueviolet:[138,43,226],brown:[165,42,42],burlywood:[222,184,135],cadetblue:[95,158,160],chartreuse:[127,255,0],chocolate:[210,105,30],coral:[255,127,80],cornflowerblue:[100,149,237],cornsilk:[255,248,220],crimson:[220,20,60],cyan:[0,255,255],darkblue:[0,0,139],darkcyan:[0,139,139],darkgoldenrod:[184,134,11],darkgray:[169,169,169],darkgreen:[0,100,0],darkgrey:[169,169,169],darkkhaki:[189,183,107],darkmagenta:[139,0,139],darkolivegreen:[85,107,47],darkorange:[255,140,0],darkorchid:[153,50,204],darkred:[139,0,0],darksalmon:[233,150,122],darkseagreen:[143,188,143],darkslateblue:[72,61,139],darkslategray:[47,79,79],darkslategrey:[47,79,79],darkturquoise:[0,206,209],darkviolet:[148,0,211],deeppink:[255,20,147],deepskyblue:[0,191,255],dimgray:[105,105,105],dimgrey:[105,105,105],dodgerblue:[30,144,255],firebrick:[178,34,34],floralwhite:[255,250,240],forestgreen:[34,139,34],fuchsia:[255,0,255],gainsboro:[220,220,220],ghostwhite:[248,248,255],gold:[255,215,0],goldenrod:[218,165,32],gray:[128,128,128],green:[0,128,0],greenyellow:[173,255,47],grey:[128,128,128],honeydew:[240,255,240],hotpink:[255,105,180],indianred:[205,92,92],indigo:[75,0,130],ivory:[255,255,240],khaki:[240,230,140],lavender:[230,230,250],lavenderblush:[255,240,245],lawngreen:[124,252,0],lemonchiffon:[255,250,205],lightblue:[173,216,230],lightcoral:[240,128,128],lightcyan:[224,255,255],lightgoldenrodyellow:[250,250,210],lightgray:[211,211,211],lightgreen:[144,238,144],lightgrey:[211,211,211],lightpink:[255,182,193],lightsalmon:[255,160,122],lightseagreen:[32,178,170],lightskyblue:[135,206,250],lightslategray:[119,136,153],lightslategrey:[119,136,153],lightsteelblue:[176,196,222],lightyellow:[255,255,224],lime:[0,255,0],limegreen:[50,205,50],linen:[250,240,230],magenta:[255,0,255],maroon:[128,0,0],mediumaquamarine:[102,205,170],mediumblue:[0,0,205],mediumorchid:[186,85,211],mediumpurple:[147,112,219],mediumseagreen:[60,179,113],mediumslateblue:[123,104,238],mediumspringgreen:[0,250,154],mediumturquoise:[72,209,204],mediumvioletred:[199,21,133],midnightblue:[25,25,112],mintcream:[245,255,250],mistyrose:[255,228,225],moccasin:[255,228,181],navajowhite:[255,222,173],navy:[0,0,128],oldlace:[253,245,230],olive:[128,128,0],olivedrab:[107,142,35],orange:[255,165,0],orangered:[255,69,0],orchid:[218,112,214],palegoldenrod:[238,232,170],palegreen:[152,251,152],paleturquoise:[175,238,238],palevioletred:[219,112,147],papayawhip:[255,239,213],peachpuff:[255,218,185],peru:[205,133,63],pink:[255,192,203],plum:[221,160,221],powderblue:[176,224,230],purple:[128,0,128],rebeccapurple:[102,51,153],red:[255,0,0],rosybrown:[188,143,143],royalblue:[65,105,225],saddlebrown:[139,69,19],salmon:[250,128,114],sandybrown:[244,164,96],seagreen:[46,139,87],seashell:[255,245,238],sienna:[160,82,45],silver:[192,192,192],skyblue:[135,206,235],slateblue:[106,90,205],slategray:[112,128,144],slategrey:[112,128,144],snow:[255,250,250],springgreen:[0,255,127],steelblue:[70,130,180],tan:[210,180,140],teal:[0,128,128],thistle:[216,191,216],tomato:[255,99,71],turquoise:[64,224,208],violet:[238,130,238],wheat:[245,222,179],white:[255,255,255],whitesmoke:[245,245,245],yellow:[255,255,0],yellowgreen:[154,205,50]};const F=Ye,ke={};for(const e of Object.keys(F))ke[F[e]]=e;const u={rgb:{channels:3,labels:"rgb"},hsl:{channels:3,labels:"hsl"},hsv:{channels:3,labels:"hsv"},hwb:{channels:3,labels:"hwb"},cmyk:{channels:4,labels:"cmyk"},xyz:{channels:3,labels:"xyz"},lab:{channels:3,labels:"lab"},lch:{channels:3,labels:"lch"},hex:{channels:1,labels:["hex"]},keyword:{channels:1,labels:["keyword"]},ansi16:{channels:1,labels:["ansi16"]},ansi256:{channels:1,labels:["ansi256"]},hcg:{channels:3,labels:["h","c","g"]},apple:{channels:3,labels:["r16","g16","b16"]},gray:{channels:1,labels:["gray"]}};var _e=u;for(const e of Object.keys(u)){if(!("channels"in u[e]))throw new Error("missing channels property: "+e);if(!("labels"in u[e]))throw new Error("missing channel labels property: "+e);if(u[e].labels.length!==u[e].channels)throw new Error("channel and label counts mismatch: "+e);const{channels:t,labels:n}=u[e];delete u[e].channels,delete u[e].labels,Object.defineProperty(u[e],"channels",{value:t}),Object.defineProperty(u[e],"labels",{value:n})}u.rgb.hsl=function(e){const t=e[0]/255,n=e[1]/255,r=e[2]/255,o=Math.min(t,n,r),a=Math.max(t,n,r),s=a-o;let l,i;a===o?l=0:t===a?l=(n-r)/s:n===a?l=2+(r-t)/s:r===a&&(l=4+(t-n)/s),l=Math.min(l*60,360),l<0&&(l+=360);const c=(o+a)/2;return a===o?i=0:c<=.5?i=s/(a+o):i=s/(2-a-o),[l,i*100,c*100]};u.rgb.hsv=function(e){let t,n,r,o,a;const s=e[0]/255,l=e[1]/255,i=e[2]/255,c=Math.max(s,l,i),d=c-Math.min(s,l,i),f=function(g){return(c-g)/6/d+1/2};return d===0?(o=0,a=0):(a=d/c,t=f(s),n=f(l),r=f(i),s===c?o=r-n:l===c?o=1/3+t-r:i===c&&(o=2/3+n-t),o<0?o+=1:o>1&&(o-=1)),[o*360,a*100,c*100]};u.rgb.hwb=function(e){const t=e[0],n=e[1];let r=e[2];const o=u.rgb.hsl(e)[0],a=1/255*Math.min(t,Math.min(n,r));return r=1-1/255*Math.max(t,Math.max(n,r)),[o,a*100,r*100]};u.rgb.cmyk=function(e){const t=e[0]/255,n=e[1]/255,r=e[2]/255,o=Math.min(1-t,1-n,1-r),a=(1-t-o)/(1-o)||0,s=(1-n-o)/(1-o)||0,l=(1-r-o)/(1-o)||0;return[a*100,s*100,l*100,o*100]};function Je(e,t){return(e[0]-t[0])**2+(e[1]-t[1])**2+(e[2]-t[2])**2}u.rgb.keyword=function(e){const t=ke[e];if(t)return t;let n=1/0,r;for(const o of Object.keys(F)){const a=F[o],s=Je(e,a);s.04045?((t+.055)/1.055)**2.4:t/12.92,n=n>.04045?((n+.055)/1.055)**2.4:n/12.92,r=r>.04045?((r+.055)/1.055)**2.4:r/12.92;const o=t*.4124+n*.3576+r*.1805,a=t*.2126+n*.7152+r*.0722,s=t*.0193+n*.1192+r*.9505;return[o*100,a*100,s*100]};u.rgb.lab=function(e){const t=u.rgb.xyz(e);let n=t[0],r=t[1],o=t[2];n/=95.047,r/=100,o/=108.883,n=n>.008856?n**(1/3):7.787*n+16/116,r=r>.008856?r**(1/3):7.787*r+16/116,o=o>.008856?o**(1/3):7.787*o+16/116;const a=116*r-16,s=500*(n-r),l=200*(r-o);return[a,s,l]};u.hsl.rgb=function(e){const t=e[0]/360,n=e[1]/100,r=e[2]/100;let o,a,s;if(n===0)return s=r*255,[s,s,s];r<.5?o=r*(1+n):o=r+n-r*n;const l=2*r-o,i=[0,0,0];for(let c=0;c<3;c++)a=t+1/3*-(c-1),a<0&&a++,a>1&&a--,6*a<1?s=l+(o-l)*6*a:2*a<1?s=o:3*a<2?s=l+(o-l)*(2/3-a)*6:s=l,i[c]=s*255;return i};u.hsl.hsv=function(e){const t=e[0];let n=e[1]/100,r=e[2]/100,o=n;const a=Math.max(r,.01);r*=2,n*=r<=1?r:2-r,o*=a<=1?a:2-a;const s=(r+n)/2,l=r===0?2*o/(a+o):2*n/(r+n);return[t,l*100,s*100]};u.hsv.rgb=function(e){const t=e[0]/60,n=e[1]/100;let r=e[2]/100;const o=Math.floor(t)%6,a=t-Math.floor(t),s=255*r*(1-n),l=255*r*(1-n*a),i=255*r*(1-n*(1-a));switch(r*=255,o){case 0:return[r,i,s];case 1:return[l,r,s];case 2:return[s,r,i];case 3:return[s,l,r];case 4:return[i,s,r];case 5:return[r,s,l]}};u.hsv.hsl=function(e){const t=e[0],n=e[1]/100,r=e[2]/100,o=Math.max(r,.01);let a,s;s=(2-n)*r;const l=(2-n)*o;return a=n*o,a/=l<=1?l:2-l,a=a||0,s/=2,[t,a*100,s*100]};u.hwb.rgb=function(e){const t=e[0]/360;let n=e[1]/100,r=e[2]/100;const o=n+r;let a;o>1&&(n/=o,r/=o);const s=Math.floor(6*t),l=1-r;a=6*t-s,s&1&&(a=1-a);const i=n+a*(l-n);let c,d,f;switch(s){default:case 6:case 0:c=l,d=i,f=n;break;case 1:c=i,d=l,f=n;break;case 2:c=n,d=l,f=i;break;case 3:c=n,d=i,f=l;break;case 4:c=i,d=n,f=l;break;case 5:c=l,d=n,f=i;break}return[c*255,d*255,f*255]};u.cmyk.rgb=function(e){const t=e[0]/100,n=e[1]/100,r=e[2]/100,o=e[3]/100,a=1-Math.min(1,t*(1-o)+o),s=1-Math.min(1,n*(1-o)+o),l=1-Math.min(1,r*(1-o)+o);return[a*255,s*255,l*255]};u.xyz.rgb=function(e){const t=e[0]/100,n=e[1]/100,r=e[2]/100;let o,a,s;return o=t*3.2406+n*-1.5372+r*-.4986,a=t*-.9689+n*1.8758+r*.0415,s=t*.0557+n*-.204+r*1.057,o=o>.0031308?1.055*o**(1/2.4)-.055:o*12.92,a=a>.0031308?1.055*a**(1/2.4)-.055:a*12.92,s=s>.0031308?1.055*s**(1/2.4)-.055:s*12.92,o=Math.min(Math.max(0,o),1),a=Math.min(Math.max(0,a),1),s=Math.min(Math.max(0,s),1),[o*255,a*255,s*255]};u.xyz.lab=function(e){let t=e[0],n=e[1],r=e[2];t/=95.047,n/=100,r/=108.883,t=t>.008856?t**(1/3):7.787*t+16/116,n=n>.008856?n**(1/3):7.787*n+16/116,r=r>.008856?r**(1/3):7.787*r+16/116;const o=116*n-16,a=500*(t-n),s=200*(n-r);return[o,a,s]};u.lab.xyz=function(e){const t=e[0],n=e[1],r=e[2];let o,a,s;a=(t+16)/116,o=n/500+a,s=a-r/200;const l=a**3,i=o**3,c=s**3;return a=l>.008856?l:(a-16/116)/7.787,o=i>.008856?i:(o-16/116)/7.787,s=c>.008856?c:(s-16/116)/7.787,o*=95.047,a*=100,s*=108.883,[o,a,s]};u.lab.lch=function(e){const t=e[0],n=e[1],r=e[2];let o;o=Math.atan2(r,n)*360/2/Math.PI,o<0&&(o+=360);const s=Math.sqrt(n*n+r*r);return[t,s,o]};u.lch.lab=function(e){const t=e[0],n=e[1],o=e[2]/360*2*Math.PI,a=n*Math.cos(o),s=n*Math.sin(o);return[t,a,s]};u.rgb.ansi16=function(e,t=null){const[n,r,o]=e;let a=t===null?u.rgb.hsv(e)[2]:t;if(a=Math.round(a/50),a===0)return 30;let s=30+(Math.round(o/255)<<2|Math.round(r/255)<<1|Math.round(n/255));return a===2&&(s+=60),s};u.hsv.ansi16=function(e){return u.rgb.ansi16(u.hsv.rgb(e),e[2])};u.rgb.ansi256=function(e){const t=e[0],n=e[1],r=e[2];return t===n&&n===r?t<8?16:t>248?231:Math.round((t-8)/247*24)+232:16+36*Math.round(t/255*5)+6*Math.round(n/255*5)+Math.round(r/255*5)};u.ansi16.rgb=function(e){let t=e%10;if(t===0||t===7)return e>50&&(t+=3.5),t=t/10.5*255,[t,t,t];const n=(~~(e>50)+1)*.5,r=(t&1)*n*255,o=(t>>1&1)*n*255,a=(t>>2&1)*n*255;return[r,o,a]};u.ansi256.rgb=function(e){if(e>=232){const a=(e-232)*10+8;return[a,a,a]}e-=16;let t;const n=Math.floor(e/36)/5*255,r=Math.floor((t=e%36)/6)/5*255,o=t%6/5*255;return[n,r,o]};u.rgb.hex=function(e){const n=(((Math.round(e[0])&255)<<16)+((Math.round(e[1])&255)<<8)+(Math.round(e[2])&255)).toString(16).toUpperCase();return"000000".substring(n.length)+n};u.hex.rgb=function(e){const t=e.toString(16).match(/[a-f0-9]{6}|[a-f0-9]{3}/i);if(!t)return[0,0,0];let n=t[0];t[0].length===3&&(n=n.split("").map(l=>l+l).join(""));const r=parseInt(n,16),o=r>>16&255,a=r>>8&255,s=r&255;return[o,a,s]};u.rgb.hcg=function(e){const t=e[0]/255,n=e[1]/255,r=e[2]/255,o=Math.max(Math.max(t,n),r),a=Math.min(Math.min(t,n),r),s=o-a;let l,i;return s<1?l=a/(1-s):l=0,s<=0?i=0:o===t?i=(n-r)/s%6:o===n?i=2+(r-t)/s:i=4+(t-n)/s,i/=6,i%=1,[i*360,s*100,l*100]};u.hsl.hcg=function(e){const t=e[1]/100,n=e[2]/100,r=n<.5?2*t*n:2*t*(1-n);let o=0;return r<1&&(o=(n-.5*r)/(1-r)),[e[0],r*100,o*100]};u.hsv.hcg=function(e){const t=e[1]/100,n=e[2]/100,r=t*n;let o=0;return r<1&&(o=(n-r)/(1-r)),[e[0],r*100,o*100]};u.hcg.rgb=function(e){const t=e[0]/360,n=e[1]/100,r=e[2]/100;if(n===0)return[r*255,r*255,r*255];const o=[0,0,0],a=t%1*6,s=a%1,l=1-s;let i=0;switch(Math.floor(a)){case 0:o[0]=1,o[1]=s,o[2]=0;break;case 1:o[0]=l,o[1]=1,o[2]=0;break;case 2:o[0]=0,o[1]=1,o[2]=s;break;case 3:o[0]=0,o[1]=l,o[2]=1;break;case 4:o[0]=s,o[1]=0,o[2]=1;break;default:o[0]=1,o[1]=0,o[2]=l}return i=(1-n)*r,[(n*o[0]+i)*255,(n*o[1]+i)*255,(n*o[2]+i)*255]};u.hcg.hsv=function(e){const t=e[1]/100,n=e[2]/100,r=t+n*(1-t);let o=0;return r>0&&(o=t/r),[e[0],o*100,r*100]};u.hcg.hsl=function(e){const t=e[1]/100,r=e[2]/100*(1-t)+.5*t;let o=0;return r>0&&r<.5?o=t/(2*r):r>=.5&&r<1&&(o=t/(2*(1-r))),[e[0],o*100,r*100]};u.hcg.hwb=function(e){const t=e[1]/100,n=e[2]/100,r=t+n*(1-t);return[e[0],(r-t)*100,(1-r)*100]};u.hwb.hcg=function(e){const t=e[1]/100,r=1-e[2]/100,o=r-t;let a=0;return o<1&&(a=(r-o)/(1-o)),[e[0],o*100,a*100]};u.apple.rgb=function(e){return[e[0]/65535*255,e[1]/65535*255,e[2]/65535*255]};u.rgb.apple=function(e){return[e[0]/255*65535,e[1]/255*65535,e[2]/255*65535]};u.gray.rgb=function(e){return[e[0]/100*255,e[0]/100*255,e[0]/100*255]};u.gray.hsl=function(e){return[0,0,e[0]]};u.gray.hsv=u.gray.hsl;u.gray.hwb=function(e){return[0,100,e[0]]};u.gray.cmyk=function(e){return[0,0,0,e[0]]};u.gray.lab=function(e){return[e[0],0,0]};u.gray.hex=function(e){const t=Math.round(e[0]/100*255)&255,r=((t<<16)+(t<<8)+t).toString(16).toUpperCase();return"000000".substring(r.length)+r};u.rgb.gray=function(e){return[(e[0]+e[1]+e[2])/3/255*100]};const B=_e;function Qe(){const e={},t=Object.keys(B);for(let n=t.length,r=0;r1&&(n=r),e(n))};return"conversion"in e&&(t.conversion=e.conversion),t}function st(e){const t=function(...n){const r=n[0];if(r==null)return r;r.length>1&&(n=r);const o=e(n);if(typeof o=="object")for(let a=o.length,s=0;s{O[e]={},Object.defineProperty(O[e],"channels",{value:U[e].channels}),Object.defineProperty(O[e],"labels",{value:U[e].labels});const t=rt(e);Object.keys(t).forEach(r=>{const o=t[r];O[e][r]=st(o),O[e][r].raw=at(o)})});var lt=O;const w=fe(lt);var it=Oe,ct=function(){return it.Date.now()},ut=ct,ft=/\s/;function ht(e){for(var t=e.length;t--&&ft.test(e.charAt(t)););return t}var dt=ht,gt=dt,mt=/^\s+/;function bt(e){return e&&e.slice(0,gt(e)+1).replace(mt,"")}var vt=bt,pt=vt,ae=J,yt=Ie,se=NaN,xt=/^[-+]0x[0-9a-f]+$/i,wt=/^0b[01]+$/i,kt=/^0o[0-7]+$/i,_t=parseInt;function Et(e){if(typeof e=="number")return e;if(yt(e))return se;if(ae(e)){var t=typeof e.valueOf=="function"?e.valueOf():e;e=ae(t)?t+"":t}if(typeof e!="string")return e===0?e:+e;e=pt(e);var n=wt.test(e);return n||kt.test(e)?_t(e.slice(2),n?2:8):xt.test(e)?se:+e}var Mt=Et,Ct=J,D=ut,le=Mt,$t="Expected a function",Nt=Math.max,Ot=Math.min;function It(e,t,n){var r,o,a,s,l,i,c=0,d=!1,f=!1,g=!0;if(typeof e!="function")throw new TypeError($t);t=le(t)||0,Ct(n)&&(d=!!n.leading,f="maxWait"in n,a=f?Nt(le(n.maxWait)||0,t):a,g="trailing"in n?!!n.trailing:g);function k(v){var E=r,T=o;return r=o=void 0,c=v,s=e.apply(T,E),s}function N(v){return c=v,l=setTimeout(m,t),d?k(v):s}function _(v){var E=v-i,T=v-c,te=t-E;return f?Ot(te,a-T):te}function p(v){var E=v-i,T=v-c;return i===void 0||E>=t||E<0||f&&T>=a}function m(){var v=D();if(p(v))return x(v);l=setTimeout(m,_(v))}function x(v){return l=void 0,g&&r?k(v):(r=o=void 0,s)}function C(){l!==void 0&&clearTimeout(l),c=0,r=i=o=l=void 0}function X(){return l===void 0?s:x(D())}function R(){var v=D(),E=p(v);if(r=arguments,o=this,i=v,E){if(l===void 0)return N(i);if(f)return clearTimeout(l),l=setTimeout(m,t),k(i)}return l===void 0&&(l=setTimeout(m,t)),s}return R.cancel=C,R.flush=X,R}var St=It,Rt=St,Tt=J,jt="Expected a function";function Ft(e,t,n){var r=!0,o=!0;if(typeof e!="function")throw new TypeError(jt);return Tt(n)&&(r="leading"in n?!!n.leading:r,o="trailing"in n?!!n.trailing:o),Rt(e,t,{leading:r,maxWait:t,trailing:o})}var zt=Ft;const Ht=fe(zt);var Pt=M.div({position:"relative",maxWidth:250}),Lt=M(ue)({position:"absolute",zIndex:1,top:4,left:4}),qt=M.div({width:200,margin:5,".react-colorful__saturation":{borderRadius:"4px 4px 0 0"},".react-colorful__hue":{boxShadow:"inset 0 0 0 1px rgb(0 0 0 / 5%)"},".react-colorful__last-control":{borderRadius:"0 0 4px 4px"}}),Bt=M(Me)(({theme:e})=>({fontFamily:e.typography.fonts.base})),Wt=M.div({display:"grid",gridTemplateColumns:"repeat(9, 16px)",gap:6,padding:3,marginTop:5,width:200}),Xt=M.div(({theme:e,active:t})=>({width:16,height:16,boxShadow:t?`${e.appBorderColor} 0 0 0 1px inset, ${e.textMutedColor}50 0 0 0 4px`:`${e.appBorderColor} 0 0 0 1px inset`,borderRadius:e.appBorderRadius})),Dt=`url('data:image/svg+xml;charset=utf-8,')`,ie=({value:e,active:t,onClick:n,style:r,...o})=>{let a=`linear-gradient(${e}, ${e}), ${Dt}, linear-gradient(#fff, #fff)`;return h.createElement(Xt,{...o,active:t,onClick:n,style:{...r,backgroundImage:a}})},Kt=M(Ce.Input)(({theme:e})=>({width:"100%",paddingLeft:30,paddingRight:30,boxSizing:"border-box",fontFamily:e.typography.fonts.base})),Vt=M($e)(({theme:e})=>({position:"absolute",zIndex:1,top:6,right:7,width:20,height:20,padding:4,boxSizing:"border-box",cursor:"pointer",color:e.input.color})),Ee=(e=>(e.RGB="rgb",e.HSL="hsl",e.HEX="hex",e))(Ee||{}),P=Object.values(Ee),At=/\(([0-9]+),\s*([0-9]+)%?,\s*([0-9]+)%?,?\s*([0-9.]+)?\)/,Gt=/^\s*rgba?\(([0-9]+),\s*([0-9]+),\s*([0-9]+),?\s*([0-9.]+)?\)\s*$/i,Ut=/^\s*hsla?\(([0-9]+),\s*([0-9]+)%,\s*([0-9]+)%,?\s*([0-9.]+)?\)\s*$/i,Y=/^\s*#?([0-9a-f]{3}|[0-9a-f]{6})\s*$/i,Yt=/^\s*#?([0-9a-f]{3})\s*$/i,Jt={hex:De,rgb:Ue,hsl:Ae},L={hex:"transparent",rgb:"rgba(0, 0, 0, 0)",hsl:"hsla(0, 0%, 0%, 0)"},ce=e=>{let t=e==null?void 0:e.match(At);if(!t)return[0,0,0,1];let[,n,r,o,a=1]=t;return[n,r,o,a].map(Number)},I=e=>{if(!e)return;let t=!0;if(Gt.test(e)){let[s,l,i,c]=ce(e),[d,f,g]=w.rgb.hsl([s,l,i])||[0,0,0];return{valid:t,value:e,keyword:w.rgb.keyword([s,l,i]),colorSpace:"rgb",rgb:e,hsl:`hsla(${d}, ${f}%, ${g}%, ${c})`,hex:`#${w.rgb.hex([s,l,i]).toLowerCase()}`}}if(Ut.test(e)){let[s,l,i,c]=ce(e),[d,f,g]=w.hsl.rgb([s,l,i])||[0,0,0];return{valid:t,value:e,keyword:w.hsl.keyword([s,l,i]),colorSpace:"hsl",rgb:`rgba(${d}, ${f}, ${g}, ${c})`,hsl:e,hex:`#${w.hsl.hex([s,l,i]).toLowerCase()}`}}let n=e.replace("#",""),r=w.keyword.rgb(n)||w.hex.rgb(n),o=w.rgb.hsl(r),a=e;if(/[^#a-f0-9]/i.test(e)?a=n:Y.test(e)&&(a=`#${n}`),a.startsWith("#"))t=Y.test(a);else try{w.keyword.hex(a)}catch{t=!1}return{valid:t,value:a,keyword:w.rgb.keyword(r),colorSpace:"hex",rgb:`rgba(${r[0]}, ${r[1]}, ${r[2]}, 1)`,hsl:`hsla(${o[0]}, ${o[1]}%, ${o[2]}%, 1)`,hex:a}},Qt=(e,t,n)=>{if(!e||!(t!=null&&t.valid))return L[n];if(n!=="hex")return(t==null?void 0:t[n])||L[n];if(!t.hex.startsWith("#"))try{return`#${w.keyword.hex(t.hex)}`}catch{return L.hex}let r=t.hex.match(Yt);if(!r)return Y.test(t.hex)?t.hex:L.hex;let[o,a,s]=r[1].split("");return`#${o}${o}${a}${a}${s}${s}`},Zt=(e,t)=>{let[n,r]=b.useState(e||""),[o,a]=b.useState(()=>I(n)),[s,l]=b.useState((o==null?void 0:o.colorSpace)||"hex");b.useEffect(()=>{let f=e||"",g=I(f);r(f),a(g),l((g==null?void 0:g.colorSpace)||"hex")},[e]);let i=b.useMemo(()=>Qt(n,o,s).toLowerCase(),[n,o,s]),c=b.useCallback(f=>{let g=I(f),k=(g==null?void 0:g.value)||f||"";r(k),k===""&&(a(void 0),t(void 0)),g&&(a(g),l(g.colorSpace),t(g.value))},[t]),d=b.useCallback(()=>{let f=P.indexOf(s)+1;f>=P.length&&(f=0),l(P[f]);let g=(o==null?void 0:o[P[f]])||"";r(g),t(g)},[o,s,t]);return{value:n,realValue:i,updateValue:c,color:o,colorSpace:s,cycleColorSpace:d}},W=e=>e.replace(/\s*/,"").toLowerCase(),en=(e,t,n)=>{let[r,o]=b.useState(t!=null&&t.valid?[t]:[]);b.useEffect(()=>{t===void 0&&o([])},[t]);let a=b.useMemo(()=>(e||[]).map(l=>typeof l=="string"?I(l):l.title?{...I(l.color),keyword:l.title}:I(l.color)).concat(r).filter(Boolean).slice(-27),[e,r]),s=b.useCallback(l=>{l!=null&&l.valid&&(a.some(i=>W(i[n])===W(l[n]))||o(i=>i.concat(l)))},[n,a]);return{presets:a,addPreset:s}},tn=({name:e,value:t,onChange:n,onFocus:r,onBlur:o,presetColors:a,startOpen:s=!1})=>{let l=b.useCallback(Ht(n,200),[n]),{value:i,realValue:c,updateValue:d,color:f,colorSpace:g,cycleColorSpace:k}=Zt(t,l),{presets:N,addPreset:_}=en(a,f,g),p=Jt[g];return h.createElement(Pt,null,h.createElement(Lt,{startOpen:s,closeOnOutsideClick:!0,onVisibleChange:()=>_(f),tooltip:h.createElement(qt,null,h.createElement(p,{color:c==="transparent"?"#000000":c,onChange:d,onFocus:r,onBlur:o}),N.length>0&&h.createElement(Wt,null,N.map((m,x)=>h.createElement(ue,{key:`${m.value}-${x}`,hasChrome:!1,tooltip:h.createElement(Bt,{note:m.keyword||m.value})},h.createElement(ie,{value:m[g],active:f&&W(m[g])===W(f[g]),onClick:()=>d(m.value)})))))},h.createElement(ie,{value:c,style:{margin:4}})),h.createElement(Kt,{id:Ne(e),value:i,onChange:m=>d(m.target.value),onFocus:m=>m.target.select(),placeholder:"Choose color..."}),i?h.createElement(Vt,{icon:"markup",onClick:k}):null)},hn=tn;export{tn as ColorControl,hn as default}; diff --git a/assets/DocsRenderer-NNNQARDV-m_4aaEcI.js b/assets/DocsRenderer-NNNQARDV-m_4aaEcI.js new file mode 100644 index 0000000..0396af3 --- /dev/null +++ b/assets/DocsRenderer-NNNQARDV-m_4aaEcI.js @@ -0,0 +1,7 @@ +import{_ as p}from"./iframe-tWVOrtVB.js";import{R as e,r as c}from"./index-XiNr8FW2.js";import{r as l,u}from"./react-18-sFOusbzT.js";import{C as h,A as E,H as d,D as x}from"./index-9ylO3ihc.js";import"../sb-preview/runtime.js";import"./_commonjsHelpers-5-cIlDoe.js";import"./index-9vG4XYWr.js";import"./index-ogXoivrg.js";import"./index-mLPG47JP.js";import"./index-PPLHz8o0.js";var _={code:h,a:E,...d},D=class extends c.Component{constructor(){super(...arguments),this.state={hasError:!1}}static getDerivedStateFromError(){return{hasError:!0}}componentDidCatch(t){let{showException:r}=this.props;r(t)}render(){let{hasError:t}=this.state,{children:r}=this.props;return t?null:e.createElement(e.Fragment,null,r)}},H=class{constructor(){this.render=async(t,r,o)=>{let n={..._,...r==null?void 0:r.components},s=x;return new Promise((m,a)=>{p(()=>import("./index-7MmEg4M7.js"),__vite__mapDeps([0,1,2]),import.meta.url).then(({MDXProvider:i})=>l(e.createElement(D,{showException:a,key:Math.random()},e.createElement(i,{components:n},e.createElement(s,{context:t,docsParameter:r}))),o)).then(()=>m())})},this.unmount=t=>{u(t)}}};export{H as DocsRenderer,_ as defaultComponents}; +function __vite__mapDeps(indexes) { + if (!__vite__mapDeps.viteFileDeps) { + __vite__mapDeps.viteFileDeps = ["./index-7MmEg4M7.js","./index-XiNr8FW2.js","./_commonjsHelpers-5-cIlDoe.js"] + } + return indexes.map((i) => __vite__mapDeps.viteFileDeps[i]) +} \ No newline at end of file diff --git a/assets/Overlay-GPfDtt7o.css b/assets/Overlay-GPfDtt7o.css new file mode 100644 index 0000000..b80e7c7 --- /dev/null +++ b/assets/Overlay-GPfDtt7o.css @@ -0,0 +1 @@ +._overlaysContainer_wi19r_1{position:absolute;pointer-events:none}._overlaysContainerContent_wi19r_6{position:relative;width:100%;height:100%}._overlay_ractj_1{position:absolute;pointer-events:auto} diff --git a/assets/Overlay-Gmu5WiNu.js b/assets/Overlay-Gmu5WiNu.js new file mode 100644 index 0000000..891047e --- /dev/null +++ b/assets/Overlay-Gmu5WiNu.js @@ -0,0 +1 @@ +var ie=Object.defineProperty;var ae=(t,e,n)=>e in t?ie(t,e,{enumerable:!0,configurable:!0,writable:!0,value:n}):t[e]=n;var _=(t,e,n)=>(ae(t,typeof e!="symbol"?e+"":e,n),n);import{j as g}from"./jsx-runtime-AgcCsxC8.js";import{r as a,R as ue}from"./index-XiNr8FW2.js";import{R as le}from"./index-9vG4XYWr.js";var y=(t=>(t.TOP_LEFT="top_left",t.BOTTOM_CENTER="bottom_center",t.TOP_RIGHT="top_right",t.CENTER="center",t.BOTTOM_LEFT="bottom_left",t.TOP_CENTER="top_center",t.BOTTOM_RIGHT="bottom_right",t.MID_LEFT="mid_left",t.MID_RIGHT="mid_right",t))(y||{});const ce=({handleFullscreenChange:t})=>{a.useEffect(()=>{const e=["fullscreenchange","webkitfullscreenchange","mozfullscreenchange","MSFullscreenChange"];return e.forEach(n=>{document.addEventListener(n,t)}),()=>{e.forEach(n=>{document.removeEventListener(n,t)})}},[t])};var H={exports:{}},C=typeof Reflect=="object"?Reflect:null,U=C&&typeof C.apply=="function"?C.apply:function(e,n,r){return Function.prototype.apply.call(e,n,r)},S;C&&typeof C.ownKeys=="function"?S=C.ownKeys:Object.getOwnPropertySymbols?S=function(e){return Object.getOwnPropertyNames(e).concat(Object.getOwnPropertySymbols(e))}:S=function(e){return Object.getOwnPropertyNames(e)};function fe(t){console&&console.warn&&console.warn(t)}var $=Number.isNaN||function(e){return e!==e};function l(){l.init.call(this)}H.exports=l;H.exports.once=pe;l.EventEmitter=l;l.prototype._events=void 0;l.prototype._eventsCount=0;l.prototype._maxListeners=void 0;var W=10;function N(t){if(typeof t!="function")throw new TypeError('The "listener" argument must be of type Function. Received type '+typeof t)}Object.defineProperty(l,"defaultMaxListeners",{enumerable:!0,get:function(){return W},set:function(t){if(typeof t!="number"||t<0||$(t))throw new RangeError('The value of "defaultMaxListeners" is out of range. It must be a non-negative number. Received '+t+".");W=t}});l.init=function(){(this._events===void 0||this._events===Object.getPrototypeOf(this)._events)&&(this._events=Object.create(null),this._eventsCount=0),this._maxListeners=this._maxListeners||void 0};l.prototype.setMaxListeners=function(e){if(typeof e!="number"||e<0||$(e))throw new RangeError('The value of "n" is out of range. It must be a non-negative number. Received '+e+".");return this._maxListeners=e,this};function G(t){return t._maxListeners===void 0?l.defaultMaxListeners:t._maxListeners}l.prototype.getMaxListeners=function(){return G(this)};l.prototype.emit=function(e){for(var n=[],r=1;r0&&(s=n[0]),s instanceof Error)throw s;var u=new Error("Unhandled error."+(s?" ("+s.message+")":""));throw u.context=s,u}var c=i[e];if(c===void 0)return!1;if(typeof c=="function")U(c,this,n);else for(var v=c.length,d=Z(c,v),r=0;r0&&s.length>o&&!s.warned){s.warned=!0;var u=new Error("Possible EventEmitter memory leak detected. "+s.length+" "+String(e)+" listeners added. Use emitter.setMaxListeners() to increase limit");u.name="MaxListenersExceededWarning",u.emitter=t,u.type=e,u.count=s.length,fe(u)}return t}l.prototype.addListener=function(e,n){return K(this,e,n,!1)};l.prototype.on=l.prototype.addListener;l.prototype.prependListener=function(e,n){return K(this,e,n,!0)};function de(){if(!this.fired)return this.target.removeListener(this.type,this.wrapFn),this.fired=!0,arguments.length===0?this.listener.call(this.target):this.listener.apply(this.target,arguments)}function X(t,e,n){var r={fired:!1,wrapFn:void 0,target:t,type:e,listener:n},o=de.bind(r);return o.listener=n,r.wrapFn=o,o}l.prototype.once=function(e,n){return N(n),this.on(e,X(this,e,n)),this};l.prototype.prependOnceListener=function(e,n){return N(n),this.prependListener(e,X(this,e,n)),this};l.prototype.removeListener=function(e,n){var r,o,i,s,u;if(N(n),o=this._events,o===void 0)return this;if(r=o[e],r===void 0)return this;if(r===n||r.listener===n)--this._eventsCount===0?this._events=Object.create(null):(delete o[e],o.removeListener&&this.emit("removeListener",e,r.listener||n));else if(typeof r!="function"){for(i=-1,s=r.length-1;s>=0;s--)if(r[s]===n||r[s].listener===n){u=r[s].listener,i=s;break}if(i<0)return this;i===0?r.shift():ve(r,i),r.length===1&&(o[e]=r[0]),o.removeListener!==void 0&&this.emit("removeListener",e,u||n)}return this};l.prototype.off=l.prototype.removeListener;l.prototype.removeAllListeners=function(e){var n,r,o;if(r=this._events,r===void 0)return this;if(r.removeListener===void 0)return arguments.length===0?(this._events=Object.create(null),this._eventsCount=0):r[e]!==void 0&&(--this._eventsCount===0?this._events=Object.create(null):delete r[e]),this;if(arguments.length===0){var i=Object.keys(r),s;for(o=0;o=0;o--)this.removeListener(e,n[o]);return this};function J(t,e,n){var r=t._events;if(r===void 0)return[];var o=r[e];return o===void 0?[]:typeof o=="function"?n?[o.listener||o]:[o]:n?me(o):Z(o,o.length)}l.prototype.listeners=function(e){return J(this,e,!0)};l.prototype.rawListeners=function(e){return J(this,e,!1)};l.listenerCount=function(t,e){return typeof t.listenerCount=="function"?t.listenerCount(e):Q.call(t,e)};l.prototype.listenerCount=Q;function Q(t){var e=this._events;if(e!==void 0){var n=e[t];if(typeof n=="function")return 1;if(n!==void 0)return n.length}return 0}l.prototype.eventNames=function(){return this._eventsCount>0?S(this._events):[]};function Z(t,e){for(var n=new Array(e),r=0;r{const t=a.useContext(te);if(t===void 0)throw new Error("useOverlayManagerContext must be used within a OverlayManagerContextProvider");return t},V=({children:t,boundingComponentRef:e})=>{const[n]=a.useState(new he.EventEmitter);a.useEffect(()=>()=>{n.removeAllListeners()},[n]);const r={overlayManagerEventEmitter:n,boundingComponentRef:e};return g.jsx(te.Provider,{value:r,children:t})};try{V.displayName="OverlayManagerContextProvider",V.__docgenInfo={description:"",displayName:"OverlayManagerContextProvider",props:{boundingComponentRef:{defaultValue:null,description:"",name:"boundingComponentRef",required:!0,type:{name:"RefObject"}}}}}catch{}function ne(t,e,n){var r=this,o=a.useRef(null),i=a.useRef(0),s=a.useRef(null),u=a.useRef([]),c=a.useRef(),v=a.useRef(),d=a.useRef(t),f=a.useRef(!0);d.current=t;var E=typeof window<"u",L=!e&&e!==0&&E;if(typeof t!="function")throw new TypeError("Expected a function");e=+e||0;var B=!!(n=n||{}).leading,T=!("trailing"in n)||!!n.trailing,O="maxWait"in n,b="debounceOnServer"in n&&!!n.debounceOnServer,h=O?Math.max(+n.maxWait||0,e):null;a.useEffect(function(){return f.current=!0,function(){f.current=!1}},[]);var oe=a.useMemo(function(){var I=function(m){var p=u.current,x=c.current;return u.current=c.current=null,i.current=m,v.current=d.current.apply(x,p)},M=function(m,p){L&&cancelAnimationFrame(s.current),s.current=L?requestAnimationFrame(m):setTimeout(m,p)},D=function(m){if(!f.current)return!1;var p=m-o.current;return!o.current||p>=e||p<0||O&&m-i.current>=h},P=function(m){return s.current=null,T&&u.current?I(m):(u.current=c.current=null,v.current)},A=function m(){var p=Date.now();if(D(p))return P(p);if(f.current){var x=e-(p-o.current),se=O?Math.min(x,h-(p-i.current)):x;M(m,se)}},R=function(){if(E||b){var m=Date.now(),p=D(m);if(u.current=[].slice.call(arguments),c.current=r,o.current=m,p){if(!s.current&&f.current)return i.current=o.current,M(A,e),B?I(o.current):v.current;if(O)return M(A,e),I(o.current)}return s.current||M(A,e),v.current}};return R.cancel=function(){s.current&&(L?cancelAnimationFrame(s.current):clearTimeout(s.current)),i.current=0,u.current=o.current=c.current=s.current=null},R.isPending=function(){return!!s.current},R.flush=function(){return s.current?P(Date.now()):v.current},R},[B,O,e,h,T,L,E,b]);return oe}function Oe(t,{handleResize:e}){const n=ne(e,1);a.useEffect(()=>{if(!t.current)return;const r=new ResizeObserver(o=>{for(const i of o)n(i)});return r.observe(t.current),()=>{r.disconnect()}},[t,n])}const _e=t=>{if(!t.current)throw new Error("The ref is not attached to any element");const{top:e,left:n,width:r,height:o}=t.current.getBoundingClientRect(),i=window.pageYOffset||document.documentElement.scrollTop,s=window.pageXOffset||document.documentElement.scrollLeft;return{top:e+i,left:n+s,width:r,height:o}},ge=(t,e)=>{if(t.current&&e.current){const{top:n,left:r,width:o,height:i}=_e(t);e.current.style.top=`${n}px`,e.current.style.left=`${r}px`,e.current.style.width=`${o}px`,e.current.style.height=`${i}px`}},Ee="_overlaysContainer_wi19r_1",Le="_overlaysContainerContent_wi19r_6",re={overlaysContainer:Ee,overlaysContainerContent:Le},Ce=re.overlaysContainer,Te=re.overlaysContainerContent,j=({children:t,show:e,unmountContentWhenHidden:n},r)=>{const o=e?"block":"none",s=n&&!e?null:g.jsx("div",{role:"overlays-container-content",className:Te,style:{display:o},children:t});return g.jsx("div",{role:"overlays-container",className:Ce,ref:r,children:s})},we=ue.forwardRef(j);try{j.displayName="OverlaysContainer",j.__docgenInfo={description:"",displayName:"OverlaysContainer",props:{show:{defaultValue:null,description:"",name:"show",required:!0,type:{name:"boolean"}},unmountContentWhenHidden:{defaultValue:null,description:"",name:"unmountContentWhenHidden",required:!0,type:{name:"boolean"}}}}}catch{}const be=({timedEventManager:t,requestStartOnMouseMove:e=!0,requestStopOnMouseMove:n=!0})=>{const{overlayManagerEventEmitter:r,boundingComponentRef:o}=w();a.useEffect(()=>{if(t===null)return;const i=()=>{e&&t.requestStart()},s=()=>{n&&t.requestStop()},u=v=>{var d;if(n){const f=v.relatedTarget;if(f&&((d=o.current)!=null&&d.contains(f)||o.current===f))return;t.requestStop()}},c=()=>{e&&t.requestStart()};return r.on("mousemoveOnBoundingComponent",i),r.on("mouseleaveOnBoundingComponent",s),r.on("mouseleaveOnOverlay",u),r.on("mousemoveOnOverlay",c),()=>{r.off("mousemoveOnBoundingComponent",i),r.off("mouseleaveOnBoundingComponent",s),r.off("mouseleaveOnOverlay",u),r.off("mousemoveOnOverlay",c)}},[t,e,n])},Me=()=>{const{overlayManagerEventEmitter:t,boundingComponentRef:e}=w(),n=()=>{t.emit("mousemoveOnBoundingComponent")},r=o=>{var s;(s=o.relatedTarget)!=null&&s.closest(".overlay")||t.emit("mouseleaveOnBoundingComponent")};a.useEffect(()=>{var o,i;return(o=e.current)==null||o.addEventListener("mousemove",n),(i=e.current)==null||i.addEventListener("mouseleave",r),()=>{var s,u;(s=e.current)==null||s.removeEventListener("mousemove",n),(u=e.current)==null||u.removeEventListener("mouseleave",r)}},[e])},q=-1;class Re{constructor({onStart:e,onStop:n,timeoutDuration:r}){_(this,"onStart");_(this,"onStop");_(this,"timeoutDuration");_(this,"timeoutId",null);this.onStart=e,this.onStop=n,this.timeoutDuration=r}requestStart(){this.timeoutId?(clearTimeout(this.timeoutId),this.timeoutId=null):this.onStart(),this.timeoutDuration===q?this.timeoutId=q:this.timeoutId=setTimeout(()=>{this.requestStop()},this.timeoutDuration)}requestStop(){this.timeoutId&&(this.timeoutId!==q&&clearTimeout(this.timeoutId),this.timeoutId=null,this.onStop())}}function xe({onStart:t,onStop:e,timeoutDuration:n,returnNull:r=!1}){const o=a.useMemo(()=>r?null:new Re({onStart:t,onStop:e,timeoutDuration:n}),[t,e,n,r]);return a.useEffect(()=>()=>{o==null||o.requestStop()},[o]),o}class Se{constructor({timedEventManager:e,updateOverlaysContainerBoundingBox:n}){_(this,"timedEventManager");_(this,"_updateOverlaysContainerBoundingBox");this.timedEventManager=e,this._updateOverlaysContainerBoundingBox=n}renderOverlays(){var e;(e=this.timedEventManager)==null||e.requestStart()}clearOverlays(){var e;(e=this.timedEventManager)==null||e.requestStop()}updateOverlaysContainerBoundingBox(){this._updateOverlaysContainerBoundingBox()}}const Ne=({timedEventManager:t,onApiUpdated:e,updateOverlaysContainerBoundingBox:n})=>{a.useEffect(()=>{e&&e(new Se({timedEventManager:t,updateOverlaysContainerBoundingBox:n}))},[t,e,n])},Be=({handleResize:t})=>{const e=ne(t,1);a.useEffect(()=>(window.addEventListener("resize",e),()=>{window.removeEventListener("resize",e)}),[e])},Ie=2e3,Ae=!1,qe=!1,Ve=!0,je=!0,Fe=!1,F=({children:t,overlaysShowTimeout:e=Ie,persistentlyShowOverlays:n=Ae,skipAllSystemEvents:r=qe,hideOverlaysOnMouseLeave:o=Ve,showOverlaysOnMouseMove:i=je,unmountContentWhenHidden:s=Fe,onApiUpdated:u})=>{const{boundingComponentRef:c}=w(),[v,d]=a.useState(n),f=a.useRef(null);a.useEffect(()=>{d(n)},[n]);const E=a.useCallback(()=>d(!0),[]),L=a.useCallback(()=>d(!1),[]),T=xe({onStart:E,onStop:L,timeoutDuration:e,returnNull:n}),O=i&&!r,b=o&&!r,h=a.useCallback(()=>{window.requestAnimationFrame(()=>{ge(c,f)})},[c,f]);return Me(),Ne({timedEventManager:T,onApiUpdated:u,updateOverlaysContainerBoundingBox:h}),be({timedEventManager:T,requestStartOnMouseMove:O,requestStopOnMouseMove:b}),Be({handleResize:h}),Oe(c,{handleResize:h}),a.useLayoutEffect(()=>{h()},[h]),g.jsx(we,{ref:f,show:v,unmountContentWhenHidden:s,children:t})};try{F.displayName="BoundedOverlayManagerContent",F.__docgenInfo={description:"",displayName:"BoundedOverlayManagerContent",props:{overlaysShowTimeout:{defaultValue:{value:"2000"},description:"",name:"overlaysShowTimeout",required:!1,type:{name:"number"}},persistentlyShowOverlays:{defaultValue:{value:"false"},description:"",name:"persistentlyShowOverlays",required:!1,type:{name:"boolean"}},hideOverlaysOnMouseLeave:{defaultValue:{value:"true"},description:"",name:"hideOverlaysOnMouseLeave",required:!1,type:{name:"boolean"}},showOverlaysOnMouseMove:{defaultValue:{value:"true"},description:"",name:"showOverlaysOnMouseMove",required:!1,type:{name:"boolean"}},skipAllSystemEvents:{defaultValue:{value:"false"},description:"",name:"skipAllSystemEvents",required:!1,type:{name:"boolean"}},unmountContentWhenHidden:{defaultValue:{value:"false"},description:"",name:"unmountContentWhenHidden",required:!1,type:{name:"boolean"}},onApiUpdated:{defaultValue:null,description:"",name:"onApiUpdated",required:!1,type:{name:"((api: BoundedOverlayManagerApi) => void)"}}}}}catch{}const k=()=>document.fullscreenElement||document.body,z=({boundingComponentRef:t,...e})=>{const[n,r]=a.useState(k),o=a.useCallback(()=>{r(k())},[r]);ce({handleFullscreenChange:o});const i=g.jsx(V,{boundingComponentRef:t,children:g.jsx(F,{...e})});return le.createPortal(i,n)};try{z.displayName="BoundedOverlayManager",z.__docgenInfo={description:"",displayName:"BoundedOverlayManager",props:{overlaysShowTimeout:{defaultValue:null,description:"",name:"overlaysShowTimeout",required:!1,type:{name:"number"}},persistentlyShowOverlays:{defaultValue:null,description:"",name:"persistentlyShowOverlays",required:!1,type:{name:"boolean"}},hideOverlaysOnMouseLeave:{defaultValue:null,description:"",name:"hideOverlaysOnMouseLeave",required:!1,type:{name:"boolean"}},showOverlaysOnMouseMove:{defaultValue:null,description:"",name:"showOverlaysOnMouseMove",required:!1,type:{name:"boolean"}},skipAllSystemEvents:{defaultValue:null,description:"",name:"skipAllSystemEvents",required:!1,type:{name:"boolean"}},unmountContentWhenHidden:{defaultValue:null,description:"",name:"unmountContentWhenHidden",required:!1,type:{name:"boolean"}},onApiUpdated:{defaultValue:null,description:"",name:"onApiUpdated",required:!1,type:{name:"((api: BoundedOverlayManagerApi) => void)"}},boundingComponentRef:{defaultValue:null,description:"",name:"boundingComponentRef",required:!0,type:{name:"RefObject"}}}}}catch{}const He=({overlayRef:t})=>{const{overlayManagerEventEmitter:e}=w();a.useEffect(()=>{const n=t.current;if(!n)return;const r=i=>{e.emit("mouseleaveOnOverlay",i)},o=()=>{e.emit("mousemoveOnOverlay")};return n.addEventListener("mouseleave",r),n.addEventListener("mousemove",o),()=>{n.removeEventListener("mouseleave",r),n.removeEventListener("mousemove",o)}},[t])},De="_overlay_ractj_1",Pe={overlay:De},Ue=Pe.overlay,We={top:0,bottom:0,left:0,right:0,topInPercent:0,leftInPercent:0},ke=(t,e)=>{if(!t.current)return{};const{position:n,offset:r}=e,{top:o,bottom:i,left:s,right:u,topInPercent:c,leftInPercent:v}={...We,...r},d=`${50+v}%`,f=`${50+c}%`;return{[y.BOTTOM_CENTER]:{bottom:i,left:d,transform:"translateX(-50%)"},[y.TOP_LEFT]:{top:o,left:s},[y.TOP_RIGHT]:{top:o,right:u},[y.CENTER]:{top:f,left:d,transform:"translate(-50%, -50%)"},[y.BOTTOM_LEFT]:{bottom:i,left:s},[y.BOTTOM_RIGHT]:{bottom:i,right:u},[y.TOP_CENTER]:{top:o,left:d,transform:"translateX(-50%)"},[y.MID_LEFT]:{top:f,left:s,transform:"translateY(-50%)"},[y.MID_RIGHT]:{top:f,right:u,transform:"translateY(-50%)"}}[n]||{}},Y=({offset:t,position:e,children:n})=>{const r=a.useRef(null),{boundingComponentRef:o}=w(),i=a.useCallback(()=>ke(o,{position:e,offset:t}),[o,e,t]),[s,u]=a.useState(i);return He({overlayRef:r}),a.useEffect(()=>{u(i())},[i]),g.jsx("div",{ref:r,className:Ue,role:"overlay",style:s,children:n})};try{Y.displayName="Overlay",Y.__docgenInfo={description:"",displayName:"Overlay",props:{position:{defaultValue:null,description:"",name:"position",required:!0,type:{name:"enum",value:[{value:'"top_left"'},{value:'"bottom_center"'},{value:'"top_right"'},{value:'"center"'},{value:'"bottom_left"'},{value:'"top_center"'},{value:'"bottom_right"'},{value:'"mid_left"'},{value:'"mid_right"'}]}},offset:{defaultValue:null,description:"",name:"offset",required:!1,type:{name:"TopLeftOffsetProps | BottomCenterOffsetProps | TopRightOffsetProps | CenterOffsetProps | ... 5 more ..."}}}}}catch{}export{z as B,Ae as D,Y as O,y as P,Ie as a,Ve as b,je as c,qe as d,Fe as e}; diff --git a/assets/Overlay.stories-5yLXTRI5.js b/assets/Overlay.stories-5yLXTRI5.js new file mode 100644 index 0000000..f35c261 --- /dev/null +++ b/assets/Overlay.stories-5yLXTRI5.js @@ -0,0 +1,289 @@ +import{j as o}from"./jsx-runtime-AgcCsxC8.js";import{r as xe}from"./index-XiNr8FW2.js";import{O as Be,P as n,B as Ee}from"./Overlay-Gmu5WiNu.js";import"./_commonjsHelpers-5-cIlDoe.js";import"./index-9vG4XYWr.js";const je={title:"Components/Overlay",component:Be,parameters:{layout:"left"},tags:["autodocs"],argTypes:{position:{description:` Defines the anchor point for both the overlay and the bounding component. + This prop establishes a fixed point on the overlay that is directly anchored to a + corresponding point on the bounding component. For example, when the position is set to + BOTTOM_CENTER, it means that the bottom center point of the overlay will be anchored to the + bottom center of the bounding component.`},offset:{description:`Modifies the overlay's anchored position by adjusting its coordinates + relative to the anchor point set by the 'position' prop. The accepted values for 'offset' + mirror those of corresponding CSS properties when it corresponds to edge-alligned positions + ('top', 'bottom', 'left', 'right'). For instance, the 'top' property of 'offset' can be assigned any value that is valid for CSSProperties['top'], + such as '50px', '20%', etc. For center-aligned positions, use properties ending in 'InPercent' (e.g., 'topInPercent'), + accepting numeric values for precise adjustment. The specific 'offset' properties that are applicable vary based + on the selected 'position', allowing for targeted adjustments in different directions: + + + - TOP_LEFT: Adjust using 'top' and 'left' + - TOP_CENTER: Adjust using 'top' and 'leftInPercent' + - TOP_RIGHT: Adjust using 'top' and 'right' + - MID_LEFT: Adjust using 'topInPercent' and 'left' + - CENTER: Adjust using 'topInPercent' and 'leftInPercent' + - MID_RIGHT: Adjust using 'topInPercent' and 'right' + - BOTTOM_LEFT: Adjust using 'bottom' and 'left' + - BOTTOM_CENTER: Adjust using 'bottom' and 'leftInPercent' + - BOTTOM_RIGHT: Adjust using 'bottom' and 'right' + `}}},e=Se=>{const C=xe.useRef(null);return o.jsxs(o.Fragment,{children:[o.jsx("div",{ref:C,style:{width:"70vw",height:"50vh",border:"1px solid black"}}),o.jsx(Ee,{boundingComponentRef:C,persistentlyShowOverlays:!0,children:o.jsx(Be,{...Se,children:o.jsx("div",{children:"Overlay Content"})})})]})},r=e.bind({});r.args={};const t=e.bind({});t.args={position:n.TOP_LEFT};const a=e.bind({});a.args={position:n.TOP_LEFT,offset:{top:"10px",left:"10%"}};const s=e.bind({});s.args={position:n.TOP_CENTER};const i=e.bind({});i.args={position:n.TOP_CENTER,offset:{top:"10px",leftInPercent:10}};const d=e.bind({});d.args={position:n.TOP_RIGHT};const l=e.bind({});l.args={position:n.TOP_RIGHT,offset:{top:"10px",right:"10%"}};const p=e.bind({});p.args={position:n.MID_LEFT};const u=e.bind({});u.args={position:n.MID_LEFT,offset:{topInPercent:10,left:"10px"}};const g=e.bind({});g.args={position:n.CENTER};const c=e.bind({});c.args={position:n.CENTER,offset:{topInPercent:10,leftInPercent:10}};const v=e.bind({});v.args={position:n.MID_RIGHT};const f=e.bind({});f.args={position:n.MID_RIGHT,offset:{topInPercent:10,right:"10px"}};const m=e.bind({});m.args={position:n.BOTTOM_LEFT};const y=e.bind({});y.args={position:n.BOTTOM_LEFT,offset:{bottom:"10px",left:"10%"}};const h=e.bind({});h.args={position:n.BOTTOM_CENTER};const O=e.bind({});O.args={position:n.BOTTOM_CENTER,offset:{bottom:"10px",leftInPercent:10}};const b=e.bind({});b.args={position:n.BOTTOM_RIGHT};const R=e.bind({});R.args={position:n.BOTTOM_RIGHT,offset:{bottom:"10px",right:"10%"}};var T,w,M;r.parameters={...r.parameters,docs:{...(T=r.parameters)==null?void 0:T.docs,source:{originalSource:`(args: any) => { + const boundingComponentRef = useRef(null); + return <> +
+ + +
Overlay Content
+
+
+ ; +}`,...(M=(w=r.parameters)==null?void 0:w.docs)==null?void 0:M.source}}};var B,S,x;t.parameters={...t.parameters,docs:{...(B=t.parameters)==null?void 0:B.docs,source:{originalSource:`(args: any) => { + const boundingComponentRef = useRef(null); + return <> +
+ + +
Overlay Content
+
+
+ ; +}`,...(x=(S=t.parameters)==null?void 0:S.docs)==null?void 0:x.source}}};var E,I,P;a.parameters={...a.parameters,docs:{...(E=a.parameters)==null?void 0:E.docs,source:{originalSource:`(args: any) => { + const boundingComponentRef = useRef(null); + return <> +
+ + +
Overlay Content
+
+
+ ; +}`,...(P=(I=a.parameters)==null?void 0:I.docs)==null?void 0:P.source}}};var _,L,k;s.parameters={...s.parameters,docs:{...(_=s.parameters)==null?void 0:_.docs,source:{originalSource:`(args: any) => { + const boundingComponentRef = useRef(null); + return <> +
+ + +
Overlay Content
+
+
+ ; +}`,...(k=(L=s.parameters)==null?void 0:L.docs)==null?void 0:k.source}}};var j,W,F;i.parameters={...i.parameters,docs:{...(j=i.parameters)==null?void 0:j.docs,source:{originalSource:`(args: any) => { + const boundingComponentRef = useRef(null); + return <> +
+ + +
Overlay Content
+
+
+ ; +}`,...(F=(W=i.parameters)==null?void 0:W.docs)==null?void 0:F.source}}};var N,A,D;d.parameters={...d.parameters,docs:{...(N=d.parameters)==null?void 0:N.docs,source:{originalSource:`(args: any) => { + const boundingComponentRef = useRef(null); + return <> +
+ + +
Overlay Content
+
+
+ ; +}`,...(D=(A=d.parameters)==null?void 0:A.docs)==null?void 0:D.source}}};var G,H,q;l.parameters={...l.parameters,docs:{...(G=l.parameters)==null?void 0:G.docs,source:{originalSource:`(args: any) => { + const boundingComponentRef = useRef(null); + return <> +
+ + +
Overlay Content
+
+
+ ; +}`,...(q=(H=l.parameters)==null?void 0:H.docs)==null?void 0:q.source}}};var z,J,K;p.parameters={...p.parameters,docs:{...(z=p.parameters)==null?void 0:z.docs,source:{originalSource:`(args: any) => { + const boundingComponentRef = useRef(null); + return <> +
+ + +
Overlay Content
+
+
+ ; +}`,...(K=(J=p.parameters)==null?void 0:J.docs)==null?void 0:K.source}}};var Q,U,V;u.parameters={...u.parameters,docs:{...(Q=u.parameters)==null?void 0:Q.docs,source:{originalSource:`(args: any) => { + const boundingComponentRef = useRef(null); + return <> +
+ + +
Overlay Content
+
+
+ ; +}`,...(V=(U=u.parameters)==null?void 0:U.docs)==null?void 0:V.source}}};var X,Y,Z;g.parameters={...g.parameters,docs:{...(X=g.parameters)==null?void 0:X.docs,source:{originalSource:`(args: any) => { + const boundingComponentRef = useRef(null); + return <> +
+ + +
Overlay Content
+
+
+ ; +}`,...(Z=(Y=g.parameters)==null?void 0:Y.docs)==null?void 0:Z.source}}};var $,ee,ne;c.parameters={...c.parameters,docs:{...($=c.parameters)==null?void 0:$.docs,source:{originalSource:`(args: any) => { + const boundingComponentRef = useRef(null); + return <> +
+ + +
Overlay Content
+
+
+ ; +}`,...(ne=(ee=c.parameters)==null?void 0:ee.docs)==null?void 0:ne.source}}};var oe,re,te;v.parameters={...v.parameters,docs:{...(oe=v.parameters)==null?void 0:oe.docs,source:{originalSource:`(args: any) => { + const boundingComponentRef = useRef(null); + return <> +
+ + +
Overlay Content
+
+
+ ; +}`,...(te=(re=v.parameters)==null?void 0:re.docs)==null?void 0:te.source}}};var ae,se,ie;f.parameters={...f.parameters,docs:{...(ae=f.parameters)==null?void 0:ae.docs,source:{originalSource:`(args: any) => { + const boundingComponentRef = useRef(null); + return <> +
+ + +
Overlay Content
+
+
+ ; +}`,...(ie=(se=f.parameters)==null?void 0:se.docs)==null?void 0:ie.source}}};var de,le,pe;m.parameters={...m.parameters,docs:{...(de=m.parameters)==null?void 0:de.docs,source:{originalSource:`(args: any) => { + const boundingComponentRef = useRef(null); + return <> +
+ + +
Overlay Content
+
+
+ ; +}`,...(pe=(le=m.parameters)==null?void 0:le.docs)==null?void 0:pe.source}}};var ue,ge,ce;y.parameters={...y.parameters,docs:{...(ue=y.parameters)==null?void 0:ue.docs,source:{originalSource:`(args: any) => { + const boundingComponentRef = useRef(null); + return <> +
+ + +
Overlay Content
+
+
+ ; +}`,...(ce=(ge=y.parameters)==null?void 0:ge.docs)==null?void 0:ce.source}}};var ve,fe,me;h.parameters={...h.parameters,docs:{...(ve=h.parameters)==null?void 0:ve.docs,source:{originalSource:`(args: any) => { + const boundingComponentRef = useRef(null); + return <> +
+ + +
Overlay Content
+
+
+ ; +}`,...(me=(fe=h.parameters)==null?void 0:fe.docs)==null?void 0:me.source}}};var ye,he,Oe;O.parameters={...O.parameters,docs:{...(ye=O.parameters)==null?void 0:ye.docs,source:{originalSource:`(args: any) => { + const boundingComponentRef = useRef(null); + return <> +
+ + +
Overlay Content
+
+
+ ; +}`,...(Oe=(he=O.parameters)==null?void 0:he.docs)==null?void 0:Oe.source}}};var be,Re,Ce;b.parameters={...b.parameters,docs:{...(be=b.parameters)==null?void 0:be.docs,source:{originalSource:`(args: any) => { + const boundingComponentRef = useRef(null); + return <> +
+ + +
Overlay Content
+
+
+ ; +}`,...(Ce=(Re=b.parameters)==null?void 0:Re.docs)==null?void 0:Ce.source}}};var Te,we,Me;R.parameters={...R.parameters,docs:{...(Te=R.parameters)==null?void 0:Te.docs,source:{originalSource:`(args: any) => { + const boundingComponentRef = useRef(null); + return <> +
+ + +
Overlay Content
+
+
+ ; +}`,...(Me=(we=R.parameters)==null?void 0:we.docs)==null?void 0:Me.source}}};const We=["Default","TopLeft","TopLeftWithOffset","TopCenter","TopCenterWithOffset","TopRight","TopRightWithOffset","MidLeft","MidLeftWithOffset","Center","CenterWithOffset","MidRight","MidRightWithOffset","BottomLeft","BottomLeftWithOffset","BottomCenter","BottomCenterWithOffset","BottomRight","BottomRightWithOffset"];export{h as BottomCenter,O as BottomCenterWithOffset,m as BottomLeft,y as BottomLeftWithOffset,b as BottomRight,R as BottomRightWithOffset,g as Center,c as CenterWithOffset,r as Default,p as MidLeft,u as MidLeftWithOffset,v as MidRight,f as MidRightWithOffset,s as TopCenter,i as TopCenterWithOffset,t as TopLeft,a as TopLeftWithOffset,d as TopRight,l as TopRightWithOffset,We as __namedExportsOrder,je as default}; diff --git a/assets/WithTooltip-V3YHNWJZ-yrWlZXz1.js b/assets/WithTooltip-V3YHNWJZ-yrWlZXz1.js new file mode 100644 index 0000000..9d32f8d --- /dev/null +++ b/assets/WithTooltip-V3YHNWJZ-yrWlZXz1.js @@ -0,0 +1 @@ +import{W as h,W as l,a as s}from"./index-9ylO3ihc.js";import"./iframe-tWVOrtVB.js";import"../sb-preview/runtime.js";import"./index-XiNr8FW2.js";import"./_commonjsHelpers-5-cIlDoe.js";import"./index-9vG4XYWr.js";import"./index-ogXoivrg.js";import"./index-mLPG47JP.js";import"./index-PPLHz8o0.js";export{h as WithToolTipState,l as WithTooltip,s as WithTooltipPure}; diff --git a/assets/_commonjsHelpers-5-cIlDoe.js b/assets/_commonjsHelpers-5-cIlDoe.js new file mode 100644 index 0000000..b285ce5 --- /dev/null +++ b/assets/_commonjsHelpers-5-cIlDoe.js @@ -0,0 +1 @@ +var o=typeof globalThis<"u"?globalThis:typeof window<"u"?window:typeof global<"u"?global:typeof self<"u"?self:{};function l(e){return e&&e.__esModule&&Object.prototype.hasOwnProperty.call(e,"default")?e.default:e}export{o as c,l as g}; diff --git a/assets/blocks-i5o0VK9R.js b/assets/blocks-i5o0VK9R.js new file mode 100644 index 0000000..405c7c9 --- /dev/null +++ b/assets/blocks-i5o0VK9R.js @@ -0,0 +1 @@ +const{deprecate:o}=__STORYBOOK_MODULE_CLIENT_LOGGER__;o("Import from '@storybook/addon-docs/blocks' is deprecated. Please import from '@storybook/blocks' instead."); diff --git a/assets/entry-preview-PSo23f1w.js b/assets/entry-preview-PSo23f1w.js new file mode 100644 index 0000000..4a5f602 --- /dev/null +++ b/assets/entry-preview-PSo23f1w.js @@ -0,0 +1 @@ +import{R as o,r as i}from"./index-XiNr8FW2.js";import{u as p,r as d}from"./react-18-sFOusbzT.js";import"./_commonjsHelpers-5-cIlDoe.js";import"./index-9vG4XYWr.js";const{global:u}=__STORYBOOK_MODULE_GLOBAL__;var{FRAMEWORK_OPTIONS:s}=u,_=(r,t)=>{let{id:n,component:e}=t;if(!e)throw new Error(`Unable to render story ${n} as the component annotation is missing from the default export`);return o.createElement(e,{...r})},E=class extends i.Component{constructor(){super(...arguments),this.state={hasError:!1}}static getDerivedStateFromError(){return{hasError:!0}}componentDidMount(){let{hasError:r}=this.state,{showMain:t}=this.props;r||t()}componentDidCatch(r){let{showException:t}=this.props;t(r)}render(){let{hasError:r}=this.state,{children:t}=this.props;return r?null:t}},c=s!=null&&s.strictMode?i.StrictMode:i.Fragment;async function C({storyContext:r,unboundStoryFn:t,showMain:n,showException:e,forceRemount:l},a){let m=o.createElement(E,{showMain:n,showException:e},o.createElement(t,{...r})),h=c?o.createElement(c,null,m):m;return l&&p(a),await d(h,a),()=>p(a)}var D={renderer:"react"};export{D as parameters,_ as render,C as renderToCanvas}; diff --git a/assets/entry-preview-docs-uHc1VVuE.js b/assets/entry-preview-docs-uHc1VVuE.js new file mode 100644 index 0000000..8431230 --- /dev/null +++ b/assets/entry-preview-docs-uHc1VVuE.js @@ -0,0 +1,59 @@ +import{u as ea,b as wn,c as ta,d as kn,e as ia,f as ra,g as na,S as sa,h as be,j as aa,k as zr,l as Hr,m as oa,n as ua,T as Qr,o as ei,p as ha}from"./index-mLPG47JP.js";import{g as ti,c as Vt}from"./_commonjsHelpers-5-cIlDoe.js";import{d as la}from"./index-PPLHz8o0.js";import{R as Qt,r as _t}from"./index-XiNr8FW2.js";var An={exports:{}},ca="SECRET_DO_NOT_PASS_THIS_OR_YOU_WILL_BE_FIRED",pa=ca,fa=pa;function In(){}function Pn(){}Pn.resetWarningCache=In;var da=function(){function e(s,o,l,m,x,v){if(v!==fa){var C=new Error("Calling PropTypes validators directly is not supported by the `prop-types` package. Use PropTypes.checkPropTypes() to call them. Read more at http://fb.me/use-check-prop-types");throw C.name="Invariant Violation",C}}e.isRequired=e;function i(){return e}var r={array:e,bigint:e,bool:e,func:e,number:e,object:e,string:e,symbol:e,any:e,arrayOf:i,element:e,elementType:e,instanceOf:i,node:e,objectOf:i,oneOf:i,oneOfType:i,shape:i,exact:i,checkPropTypes:Pn,resetWarningCache:In};return r.PropTypes=r,r};An.exports=da();var ma=An.exports;const Xr=ti(ma),ga=["a","abbr","address","area","article","aside","audio","b","base","bdi","bdo","blockquote","body","br","button","canvas","caption","cite","code","col","colgroup","data","datalist","dd","del","details","dfn","dialog","div","dl","dt","em","embed","fieldset","figcaption","figure","footer","form","h1","h2","h3","h4","h5","h6","head","header","hgroup","hr","html","i","iframe","img","input","ins","kbd","label","legend","li","link","main","map","mark","math","menu","menuitem","meta","meter","nav","noscript","object","ol","optgroup","option","output","p","param","picture","pre","progress","q","rb","rp","rt","rtc","ruby","s","samp","script","search","section","select","slot","small","source","span","strong","style","sub","summary","sup","svg","table","tbody","td","template","textarea","tfoot","th","thead","time","title","tr","track","u","ul","var","video","wbr"];var xa=ga;const va=ti(xa);var Tn={},Nn={};(function(e){(function i(r){var s,o,l,m,x,v;function C(y){var u={},w,V;for(w in y)y.hasOwnProperty(w)&&(V=y[w],typeof V=="object"&&V!==null?u[w]=C(V):u[w]=V);return u}function _(y,u){var w,V,H,z;for(V=y.length,H=0;V;)w=V>>>1,z=H+w,u(y[z])?V=w:(H=z+1,V-=w+1);return H}s={AssignmentExpression:"AssignmentExpression",AssignmentPattern:"AssignmentPattern",ArrayExpression:"ArrayExpression",ArrayPattern:"ArrayPattern",ArrowFunctionExpression:"ArrowFunctionExpression",AwaitExpression:"AwaitExpression",BlockStatement:"BlockStatement",BinaryExpression:"BinaryExpression",BreakStatement:"BreakStatement",CallExpression:"CallExpression",CatchClause:"CatchClause",ChainExpression:"ChainExpression",ClassBody:"ClassBody",ClassDeclaration:"ClassDeclaration",ClassExpression:"ClassExpression",ComprehensionBlock:"ComprehensionBlock",ComprehensionExpression:"ComprehensionExpression",ConditionalExpression:"ConditionalExpression",ContinueStatement:"ContinueStatement",DebuggerStatement:"DebuggerStatement",DirectiveStatement:"DirectiveStatement",DoWhileStatement:"DoWhileStatement",EmptyStatement:"EmptyStatement",ExportAllDeclaration:"ExportAllDeclaration",ExportDefaultDeclaration:"ExportDefaultDeclaration",ExportNamedDeclaration:"ExportNamedDeclaration",ExportSpecifier:"ExportSpecifier",ExpressionStatement:"ExpressionStatement",ForStatement:"ForStatement",ForInStatement:"ForInStatement",ForOfStatement:"ForOfStatement",FunctionDeclaration:"FunctionDeclaration",FunctionExpression:"FunctionExpression",GeneratorExpression:"GeneratorExpression",Identifier:"Identifier",IfStatement:"IfStatement",ImportExpression:"ImportExpression",ImportDeclaration:"ImportDeclaration",ImportDefaultSpecifier:"ImportDefaultSpecifier",ImportNamespaceSpecifier:"ImportNamespaceSpecifier",ImportSpecifier:"ImportSpecifier",Literal:"Literal",LabeledStatement:"LabeledStatement",LogicalExpression:"LogicalExpression",MemberExpression:"MemberExpression",MetaProperty:"MetaProperty",MethodDefinition:"MethodDefinition",ModuleSpecifier:"ModuleSpecifier",NewExpression:"NewExpression",ObjectExpression:"ObjectExpression",ObjectPattern:"ObjectPattern",PrivateIdentifier:"PrivateIdentifier",Program:"Program",Property:"Property",PropertyDefinition:"PropertyDefinition",RestElement:"RestElement",ReturnStatement:"ReturnStatement",SequenceExpression:"SequenceExpression",SpreadElement:"SpreadElement",Super:"Super",SwitchStatement:"SwitchStatement",SwitchCase:"SwitchCase",TaggedTemplateExpression:"TaggedTemplateExpression",TemplateElement:"TemplateElement",TemplateLiteral:"TemplateLiteral",ThisExpression:"ThisExpression",ThrowStatement:"ThrowStatement",TryStatement:"TryStatement",UnaryExpression:"UnaryExpression",UpdateExpression:"UpdateExpression",VariableDeclaration:"VariableDeclaration",VariableDeclarator:"VariableDeclarator",WhileStatement:"WhileStatement",WithStatement:"WithStatement",YieldExpression:"YieldExpression"},l={AssignmentExpression:["left","right"],AssignmentPattern:["left","right"],ArrayExpression:["elements"],ArrayPattern:["elements"],ArrowFunctionExpression:["params","body"],AwaitExpression:["argument"],BlockStatement:["body"],BinaryExpression:["left","right"],BreakStatement:["label"],CallExpression:["callee","arguments"],CatchClause:["param","body"],ChainExpression:["expression"],ClassBody:["body"],ClassDeclaration:["id","superClass","body"],ClassExpression:["id","superClass","body"],ComprehensionBlock:["left","right"],ComprehensionExpression:["blocks","filter","body"],ConditionalExpression:["test","consequent","alternate"],ContinueStatement:["label"],DebuggerStatement:[],DirectiveStatement:[],DoWhileStatement:["body","test"],EmptyStatement:[],ExportAllDeclaration:["source"],ExportDefaultDeclaration:["declaration"],ExportNamedDeclaration:["declaration","specifiers","source"],ExportSpecifier:["exported","local"],ExpressionStatement:["expression"],ForStatement:["init","test","update","body"],ForInStatement:["left","right","body"],ForOfStatement:["left","right","body"],FunctionDeclaration:["id","params","body"],FunctionExpression:["id","params","body"],GeneratorExpression:["blocks","filter","body"],Identifier:[],IfStatement:["test","consequent","alternate"],ImportExpression:["source"],ImportDeclaration:["specifiers","source"],ImportDefaultSpecifier:["local"],ImportNamespaceSpecifier:["local"],ImportSpecifier:["imported","local"],Literal:[],LabeledStatement:["label","body"],LogicalExpression:["left","right"],MemberExpression:["object","property"],MetaProperty:["meta","property"],MethodDefinition:["key","value"],ModuleSpecifier:[],NewExpression:["callee","arguments"],ObjectExpression:["properties"],ObjectPattern:["properties"],PrivateIdentifier:[],Program:["body"],Property:["key","value"],PropertyDefinition:["key","value"],RestElement:["argument"],ReturnStatement:["argument"],SequenceExpression:["expressions"],SpreadElement:["argument"],Super:[],SwitchStatement:["discriminant","cases"],SwitchCase:["test","consequent"],TaggedTemplateExpression:["tag","quasi"],TemplateElement:[],TemplateLiteral:["quasis","expressions"],ThisExpression:[],ThrowStatement:["argument"],TryStatement:["block","handler","finalizer"],UnaryExpression:["argument"],UpdateExpression:["argument"],VariableDeclaration:["declarations"],VariableDeclarator:["id","init"],WhileStatement:["test","body"],WithStatement:["object","body"],YieldExpression:["argument"]},m={},x={},v={},o={Break:m,Skip:x,Remove:v};function A(y,u){this.parent=y,this.key=u}A.prototype.replace=function(u){this.parent[this.key]=u},A.prototype.remove=function(){return Array.isArray(this.parent)?(this.parent.splice(this.key,1),!0):(this.replace(null),!1)};function P(y,u,w,V){this.node=y,this.path=u,this.wrap=w,this.ref=V}function k(){}k.prototype.path=function(){var u,w,V,H,z,te;function K(X,he){if(Array.isArray(he))for(V=0,H=he.length;V=0;--w)if(y[w].node===u)return!0;return!1}k.prototype.traverse=function(u,w){var V,H,z,te,K,X,he,Ce,Se,ye,oe,Ae;for(this.__initialize(u,w),Ae={},V=this.__worklist,H=this.__leavelist,V.push(new P(u,null,null,null)),H.push(new P(null,null,null,null));V.length;){if(z=V.pop(),z===Ae){if(z=H.pop(),X=this.__execute(w.leave,z),this.__state===m||X===m)return;continue}if(z.node){if(X=this.__execute(w.enter,z),this.__state===m||X===m)return;if(V.push(Ae),H.push(z),this.__state===x||X===x)continue;if(te=z.node,K=te.type||z.wrap,ye=this.__keys[K],!ye)if(this.__fallback)ye=this.__fallback(te);else throw new Error("Unknown node type "+K+".");for(Ce=ye.length;(Ce-=1)>=0;)if(he=ye[Ce],oe=te[he],!!oe){if(Array.isArray(oe)){for(Se=oe.length;(Se-=1)>=0;)if(oe[Se]&&!O(H,oe[Se])){if(E(K,ye[Ce]))z=new P(oe[Se],[he,Se],"Property",null);else if(T(oe[Se]))z=new P(oe[Se],[he,Se],null,null);else continue;V.push(z)}}else if(T(oe)){if(O(H,oe))continue;V.push(new P(oe,he,null,null))}}}}},k.prototype.replace=function(u,w){var V,H,z,te,K,X,he,Ce,Se,ye,oe,Ae,Le;function ut(W){var Me,ht,De,ge;if(W.ref.remove()){for(ht=W.ref.key,ge=W.ref.parent,Me=V.length;Me--;)if(De=V[Me],De.ref&&De.ref.parent===ge){if(De.ref.key=0;)if(Le=Se[he],ye=z[Le],!!ye)if(Array.isArray(ye)){for(Ce=ye.length;(Ce-=1)>=0;)if(ye[Ce]){if(E(te,Se[he]))X=new P(ye[Ce],[Le,Ce],"Property",new A(ye,Ce));else if(T(ye[Ce]))X=new P(ye[Ce],[Le,Ce],null,new A(ye,Ce));else continue;V.push(X)}}else T(ye)&&V.push(new P(ye,Le,null,new A(z,Le)))}}return Ae.root};function D(y,u){var w=new k;return w.traverse(y,u)}function M(y,u){var w=new k;return w.replace(y,u)}function G(y,u){var w;return w=_(u,function(H){return H.range[0]>y.range[0]}),y.extendedRange=[y.range[0],y.range[1]],w!==u.length&&(y.extendedRange[1]=u[w].range[0]),w-=1,w>=0&&(y.extendedRange[0]=u[w].range[1]),y}function N(y,u,w){var V=[],H,z,te,K;if(!y.range)throw new Error("attachComments needs range information");if(!w.length){if(u.length){for(te=0,z=u.length;teX.range[0]));)he.extendedRange[1]===X.range[0]?(X.leadingComments||(X.leadingComments=[]),X.leadingComments.push(he),V.splice(K,1)):K+=1;if(K===V.length)return o.Break;if(V[K].extendedRange[0]>X.range[1])return o.Skip}}),K=0,D(y,{leave:function(X){for(var he;KX.range[1])return o.Skip}}),y}return r.Syntax=s,r.traverse=D,r.replace=M,r.attachComments=N,r.VisitorKeys=l,r.VisitorOption=o,r.Controller=k,r.cloneEnvironment=function(){return i({})},r})(e)})(Nn);var Wt={},Wi={},gi={},xi={},Jr;function ya(){if(Jr)return xi;Jr=1;var e="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/".split("");return xi.encode=function(i){if(0<=i&&i>1;return v?-C:C}return gi.encode=function(v){var C="",_,A=l(v);do _=A&s,A>>>=i,A>0&&(_|=o),C+=e.encode(_);while(A>0);return C},gi.decode=function(v,C,_){var A=v.length,P=0,k=0,T,E;do{if(C>=A)throw new Error("Expected more digits in base 64 VLQ value.");if(E=e.decode(v.charCodeAt(C++)),E===-1)throw new Error("Invalid base64 digit: "+v.charAt(C-1));T=!!(E&o),E&=s,P=P+(E<=0;te--)H=V[te],H==="."?V.splice(te,1):H===".."?z++:z>0&&(H===""?(V.splice(te+1,z),z=0):(V.splice(te,2),z--));return y=V.join("/"),y===""&&(y=w?"/":"."),u?(u.path=y,l(u)):y}e.normalize=m;function x(N,y){N===""&&(N="."),y===""&&(y=".");var u=o(y),w=o(N);if(w&&(N=w.path||"/"),u&&!u.scheme)return w&&(u.scheme=w.scheme),l(u);if(u||y.match(s))return y;if(w&&!w.host&&!w.path)return w.host=y,l(w);var V=y.charAt(0)==="/"?y:m(N.replace(/\/+$/,"")+"/"+y);return w?(w.path=V,l(w)):V}e.join=x,e.isAbsolute=function(N){return N.charAt(0)==="/"||r.test(N)};function v(N,y){N===""&&(N="."),N=N.replace(/\/$/,"");for(var u=0;y.indexOf(N+"/")!==0;){var w=N.lastIndexOf("/");if(w<0||(N=N.slice(0,w),N.match(/^([^\/]+:\/)?\/*$/)))return y;++u}return Array(u+1).join("../")+y.substr(N.length+1)}e.relative=v;var C=function(){var N=Object.create(null);return!("__proto__"in N)}();function _(N){return N}function A(N){return k(N)?"$"+N:N}e.toSetString=C?_:A;function P(N){return k(N)?N.slice(1):N}e.fromSetString=C?_:P;function k(N){if(!N)return!1;var y=N.length;if(y<9||N.charCodeAt(y-1)!==95||N.charCodeAt(y-2)!==95||N.charCodeAt(y-3)!==111||N.charCodeAt(y-4)!==116||N.charCodeAt(y-5)!==111||N.charCodeAt(y-6)!==114||N.charCodeAt(y-7)!==112||N.charCodeAt(y-8)!==95||N.charCodeAt(y-9)!==95)return!1;for(var u=y-10;u>=0;u--)if(N.charCodeAt(u)!==36)return!1;return!0}function T(N,y,u){var w=O(N.source,y.source);return w!==0||(w=N.originalLine-y.originalLine,w!==0)||(w=N.originalColumn-y.originalColumn,w!==0||u)||(w=N.generatedColumn-y.generatedColumn,w!==0)||(w=N.generatedLine-y.generatedLine,w!==0)?w:O(N.name,y.name)}e.compareByOriginalPositions=T;function E(N,y,u){var w=N.generatedLine-y.generatedLine;return w!==0||(w=N.generatedColumn-y.generatedColumn,w!==0||u)||(w=O(N.source,y.source),w!==0)||(w=N.originalLine-y.originalLine,w!==0)||(w=N.originalColumn-y.originalColumn,w!==0)?w:O(N.name,y.name)}e.compareByGeneratedPositionsDeflated=E;function O(N,y){return N===y?0:N===null?1:y===null?-1:N>y?1:-1}function D(N,y){var u=N.generatedLine-y.generatedLine;return u!==0||(u=N.generatedColumn-y.generatedColumn,u!==0)||(u=O(N.source,y.source),u!==0)||(u=N.originalLine-y.originalLine,u!==0)||(u=N.originalColumn-y.originalColumn,u!==0)?u:O(N.name,y.name)}e.compareByGeneratedPositionsInflated=D;function M(N){return JSON.parse(N.replace(/^\)]}'[^\n]*\n/,""))}e.parseSourceMapInput=M;function G(N,y,u){if(y=y||"",N&&(N[N.length-1]!=="/"&&y[0]!=="/"&&(N+="/"),y=N+y),u){var w=o(u);if(!w)throw new Error("sourceMapURL could not be parsed");if(w.path){var V=w.path.lastIndexOf("/");V>=0&&(w.path=w.path.substring(0,V+1))}y=x(l(w),y)}return m(y)}e.computeSourceURL=G}(zi)),zi}var Hi={},Yr;function Rn(){if(Yr)return Hi;Yr=1;var e=ii(),i=Object.prototype.hasOwnProperty,r=typeof Map<"u";function s(){this._array=[],this._set=r?new Map:Object.create(null)}return s.fromArray=function(l,m){for(var x=new s,v=0,C=l.length;v=0)return m}else{var x=e.toSetString(l);if(i.call(this._set,x))return this._set[x]}throw new Error('"'+l+'" is not in the set.')},s.prototype.at=function(l){if(l>=0&&ll||m==l&&v>=x||e.compareByGeneratedPositionsInflated(s,o)<=0}function r(){this._array=[],this._sorted=!0,this._last={generatedLine:-1,generatedColumn:0}}return r.prototype.unsortedForEach=function(o,l){this._array.forEach(o,l)},r.prototype.add=function(o){i(this._last,o)?(this._last=o,this._array.push(o)):(this._sorted=!1,this._array.push(o))},r.prototype.toArray=function(){return this._sorted||(this._array.sort(e.compareByGeneratedPositionsInflated),this._sorted=!0),this._array},Qi.MappingList=r,Qi}var en;function On(){if(en)return Wi;en=1;var e=Ln(),i=ii(),r=Rn().ArraySet,s=ba().MappingList;function o(l){l||(l={}),this._file=i.getArg(l,"file",null),this._sourceRoot=i.getArg(l,"sourceRoot",null),this._skipValidation=i.getArg(l,"skipValidation",!1),this._sources=new r,this._names=new r,this._mappings=new s,this._sourcesContents=null}return o.prototype._version=3,o.fromSourceMap=function(m){var x=m.sourceRoot,v=new o({file:m.file,sourceRoot:x});return m.eachMapping(function(C){var _={generated:{line:C.generatedLine,column:C.generatedColumn}};C.source!=null&&(_.source=C.source,x!=null&&(_.source=i.relative(x,_.source)),_.original={line:C.originalLine,column:C.originalColumn},C.name!=null&&(_.name=C.name)),v.addMapping(_)}),m.sources.forEach(function(C){var _=C;x!==null&&(_=i.relative(x,C)),v._sources.has(_)||v._sources.add(_);var A=m.sourceContentFor(C);A!=null&&v.setSourceContent(C,A)}),v},o.prototype.addMapping=function(m){var x=i.getArg(m,"generated"),v=i.getArg(m,"original",null),C=i.getArg(m,"source",null),_=i.getArg(m,"name",null);this._skipValidation||this._validateMapping(x,v,C,_),C!=null&&(C=String(C),this._sources.has(C)||this._sources.add(C)),_!=null&&(_=String(_),this._names.has(_)||this._names.add(_)),this._mappings.add({generatedLine:x.line,generatedColumn:x.column,originalLine:v!=null&&v.line,originalColumn:v!=null&&v.column,source:C,name:_})},o.prototype.setSourceContent=function(m,x){var v=m;this._sourceRoot!=null&&(v=i.relative(this._sourceRoot,v)),x!=null?(this._sourcesContents||(this._sourcesContents=Object.create(null)),this._sourcesContents[i.toSetString(v)]=x):this._sourcesContents&&(delete this._sourcesContents[i.toSetString(v)],Object.keys(this._sourcesContents).length===0&&(this._sourcesContents=null))},o.prototype.applySourceMap=function(m,x,v){var C=x;if(x==null){if(m.file==null)throw new Error(`SourceMapGenerator.prototype.applySourceMap requires either an explicit source file, or the source map's "file" property. Both were omitted.`);C=m.file}var _=this._sourceRoot;_!=null&&(C=i.relative(_,C));var A=new r,P=new r;this._mappings.unsortedForEach(function(k){if(k.source===C&&k.originalLine!=null){var T=m.originalPositionFor({line:k.originalLine,column:k.originalColumn});T.source!=null&&(k.source=T.source,v!=null&&(k.source=i.join(v,k.source)),_!=null&&(k.source=i.relative(_,k.source)),k.originalLine=T.line,k.originalColumn=T.column,T.name!=null&&(k.name=T.name))}var E=k.source;E!=null&&!A.has(E)&&A.add(E);var O=k.name;O!=null&&!P.has(O)&&P.add(O)},this),this._sources=A,this._names=P,m.sources.forEach(function(k){var T=m.sourceContentFor(k);T!=null&&(v!=null&&(k=i.join(v,k)),_!=null&&(k=i.relative(_,k)),this.setSourceContent(k,T))},this)},o.prototype._validateMapping=function(m,x,v,C){if(x&&typeof x.line!="number"&&typeof x.column!="number")throw new Error("original.line and original.column are not numbers -- you probably meant to omit the original mapping entirely and only map the generated position. If so, pass null for the original mapping instead of an object with empty or null values.");if(!(m&&"line"in m&&"column"in m&&m.line>0&&m.column>=0&&!x&&!v&&!C)){if(m&&"line"in m&&"column"in m&&x&&"line"in x&&"column"in x&&m.line>0&&m.column>=0&&x.line>0&&x.column>=0&&v)return;throw new Error("Invalid mapping: "+JSON.stringify({generated:m,source:v,original:x,name:C}))}},o.prototype._serializeMappings=function(){for(var m=0,x=1,v=0,C=0,_=0,A=0,P="",k,T,E,O,D=this._mappings.toArray(),M=0,G=D.length;M0){if(!i.compareByGeneratedPositionsInflated(T,D[M-1]))continue;k+=","}k+=e.encode(T.generatedColumn-m),m=T.generatedColumn,T.source!=null&&(O=this._sources.indexOf(T.source),k+=e.encode(O-A),A=O,k+=e.encode(T.originalLine-1-C),C=T.originalLine-1,k+=e.encode(T.originalColumn-v),v=T.originalColumn,T.name!=null&&(E=this._names.indexOf(T.name),k+=e.encode(E-_),_=E)),P+=k}return P},o.prototype._generateSourcesContent=function(m,x){return m.map(function(v){if(!this._sourcesContents)return null;x!=null&&(v=i.relative(x,v));var C=i.toSetString(v);return Object.prototype.hasOwnProperty.call(this._sourcesContents,C)?this._sourcesContents[C]:null},this)},o.prototype.toJSON=function(){var m={version:this._version,sources:this._sources.toArray(),names:this._names.toArray(),mappings:this._serializeMappings()};return this._file!=null&&(m.file=this._file),this._sourceRoot!=null&&(m.sourceRoot=this._sourceRoot),this._sourcesContents&&(m.sourcesContent=this._generateSourcesContent(m.sources,m.sourceRoot)),m},o.prototype.toString=function(){return JSON.stringify(this.toJSON())},Wi.SourceMapGenerator=o,Wi}var zt={},Xi={},tn;function Sa(){return tn||(tn=1,function(e){e.GREATEST_LOWER_BOUND=1,e.LEAST_UPPER_BOUND=2;function i(r,s,o,l,m,x){var v=Math.floor((s-r)/2)+r,C=m(o,l[v],!0);return C===0?v:C>0?s-v>1?i(v,s,o,l,m,x):x==e.LEAST_UPPER_BOUND?s1?i(r,v,o,l,m,x):x==e.LEAST_UPPER_BOUND?v:r<0?-1:r}e.search=function(s,o,l,m){if(o.length===0)return-1;var x=i(-1,o.length,s,o,l,m||e.GREATEST_LOWER_BOUND);if(x<0)return-1;for(;x-1>=0&&l(o[x],o[x-1],!0)===0;)--x;return x}}(Xi)),Xi}var Ji={},rn;function _a(){if(rn)return Ji;rn=1;function e(s,o,l){var m=s[o];s[o]=s[l],s[l]=m}function i(s,o){return Math.round(s+Math.random()*(o-s))}function r(s,o,l,m){if(l=0){var E=this._originalMappings[T];if(_.column===void 0)for(var O=E.originalLine;E&&E.originalLine===O;)k.push({line:e.getArg(E,"generatedLine",null),column:e.getArg(E,"generatedColumn",null),lastColumn:e.getArg(E,"lastGeneratedColumn",null)}),E=this._originalMappings[++T];else for(var D=E.originalColumn;E&&E.originalLine===A&&E.originalColumn==D;)k.push({line:e.getArg(E,"generatedLine",null),column:e.getArg(E,"generatedColumn",null),lastColumn:e.getArg(E,"lastGeneratedColumn",null)}),E=this._originalMappings[++T]}return k},zt.SourceMapConsumer=l;function m(C,_){var A=C;typeof C=="string"&&(A=e.parseSourceMapInput(C));var P=e.getArg(A,"version"),k=e.getArg(A,"sources"),T=e.getArg(A,"names",[]),E=e.getArg(A,"sourceRoot",null),O=e.getArg(A,"sourcesContent",null),D=e.getArg(A,"mappings"),M=e.getArg(A,"file",null);if(P!=this._version)throw new Error("Unsupported version: "+P);E&&(E=e.normalize(E)),k=k.map(String).map(e.normalize).map(function(G){return E&&e.isAbsolute(E)&&e.isAbsolute(G)?e.relative(E,G):G}),this._names=r.fromArray(T.map(String),!0),this._sources=r.fromArray(k,!0),this._absoluteSources=this._sources.toArray().map(function(G){return e.computeSourceURL(E,G,_)}),this.sourceRoot=E,this.sourcesContent=O,this._mappings=D,this._sourceMapURL=_,this.file=M}m.prototype=Object.create(l.prototype),m.prototype.consumer=l,m.prototype._findSourceIndex=function(C){var _=C;if(this.sourceRoot!=null&&(_=e.relative(this.sourceRoot,_)),this._sources.has(_))return this._sources.indexOf(_);var A;for(A=0;A1&&(V.source=O+z[1],O+=z[1],V.originalLine=T+z[2],T=V.originalLine,V.originalLine+=1,V.originalColumn=E+z[3],E=V.originalColumn,z.length>4&&(V.name=D+z[4],D+=z[4])),w.push(V),typeof V.originalLine=="number"&&u.push(V)}o(w,e.compareByGeneratedPositionsDeflated),this.__generatedMappings=w,o(u,e.compareByOriginalPositions),this.__originalMappings=u},m.prototype._findMapping=function(_,A,P,k,T,E){if(_[P]<=0)throw new TypeError("Line must be greater than or equal to 1, got "+_[P]);if(_[k]<0)throw new TypeError("Column must be greater than or equal to 0, got "+_[k]);return i.search(_,A,T,E)},m.prototype.computeColumnSpans=function(){for(var _=0;_=0){var k=this._generatedMappings[P];if(k.generatedLine===A.generatedLine){var T=e.getArg(k,"source",null);T!==null&&(T=this._sources.at(T),T=e.computeSourceURL(this.sourceRoot,T,this._sourceMapURL));var E=e.getArg(k,"name",null);return E!==null&&(E=this._names.at(E)),{source:T,line:e.getArg(k,"originalLine",null),column:e.getArg(k,"originalColumn",null),name:E}}}return{source:null,line:null,column:null,name:null}},m.prototype.hasContentsOfAllSources=function(){return this.sourcesContent?this.sourcesContent.length>=this._sources.size()&&!this.sourcesContent.some(function(_){return _==null}):!1},m.prototype.sourceContentFor=function(_,A){if(!this.sourcesContent)return null;var P=this._findSourceIndex(_);if(P>=0)return this.sourcesContent[P];var k=_;this.sourceRoot!=null&&(k=e.relative(this.sourceRoot,k));var T;if(this.sourceRoot!=null&&(T=e.urlParse(this.sourceRoot))){var E=k.replace(/^file:\/\//,"");if(T.scheme=="file"&&this._sources.has(E))return this.sourcesContent[this._sources.indexOf(E)];if((!T.path||T.path=="/")&&this._sources.has("/"+k))return this.sourcesContent[this._sources.indexOf("/"+k)]}if(A)return null;throw new Error('"'+k+'" is not in the SourceMap.')},m.prototype.generatedPositionFor=function(_){var A=e.getArg(_,"source");if(A=this._findSourceIndex(A),A<0)return{line:null,column:null,lastColumn:null};var P={source:A,originalLine:e.getArg(_,"line"),originalColumn:e.getArg(_,"column")},k=this._findMapping(P,this._originalMappings,"originalLine","originalColumn",e.compareByOriginalPositions,e.getArg(_,"bias",l.GREATEST_LOWER_BOUND));if(k>=0){var T=this._originalMappings[k];if(T.source===P.source)return{line:e.getArg(T,"generatedLine",null),column:e.getArg(T,"generatedColumn",null),lastColumn:e.getArg(T,"lastGeneratedColumn",null)}}return{line:null,column:null,lastColumn:null}},zt.BasicSourceMapConsumer=m;function v(C,_){var A=C;typeof C=="string"&&(A=e.parseSourceMapInput(C));var P=e.getArg(A,"version"),k=e.getArg(A,"sections");if(P!=this._version)throw new Error("Unsupported version: "+P);this._sources=new r,this._names=new r;var T={line:-1,column:0};this._sections=k.map(function(E){if(E.url)throw new Error("Support for url field in sections not implemented.");var O=e.getArg(E,"offset"),D=e.getArg(O,"line"),M=e.getArg(O,"column");if(D=0;v--)this.prepend(x[v]);else if(x[o]||typeof x=="string")this.children.unshift(x);else throw new TypeError("Expected a SourceNode, string, or an array of SourceNodes and strings. Got "+x);return this},l.prototype.walk=function(x){for(var v,C=0,_=this.children.length;C<_;C++)v=this.children[C],v[o]?v.walk(x):v!==""&&x(v,{source:this.source,line:this.line,column:this.column,name:this.name})},l.prototype.join=function(x){var v,C,_=this.children.length;if(_>0){for(v=[],C=0;C<_-1;C++)v.push(this.children[C]),v.push(x);v.push(this.children[C]),this.children=v}return this},l.prototype.replaceRight=function(x,v){var C=this.children[this.children.length-1];return C[o]?C.replaceRight(x,v):typeof C=="string"?this.children[this.children.length-1]=C.replace(x,v):this.children.push("".replace(x,v)),this},l.prototype.setSourceContent=function(x,v){this.sourceContents[i.toSetString(x)]=v},l.prototype.walkSourceContents=function(x){for(var v=0,C=this.children.length;v=6.0"},Oa=[{name:"Yusuke Suzuki",email:"utatane.tea@gmail.com",web:"http://github.com/Constellation"}],Va={type:"git",url:"http://github.com/estools/escodegen.git"},Fa={estraverse:"^5.2.0",esutils:"^2.0.2",esprima:"^4.0.1"},Ba={"source-map":"~0.6.1"},Ma={acorn:"^8.0.4",bluebird:"^3.4.7","bower-registry-client":"^1.0.0",chai:"^4.2.0","chai-exclude":"^2.0.2","commonjs-everywhere":"^0.9.7",gulp:"^4.0.2","gulp-eslint":"^6.0.0","gulp-mocha":"^7.0.2",minimist:"^1.2.5",optionator:"^0.9.1",semver:"^7.3.4"},Da="BSD-2-Clause",ja={test:"gulp travis","unit-test":"gulp test",lint:"gulp lint",release:"node tools/release.js","build-min":"./node_modules/.bin/cjsify -ma path: tools/entry-point.js > escodegen.browser.min.js",build:"./node_modules/.bin/cjsify -a path: tools/entry-point.js > escodegen.browser.js"},qa={name:ka,description:Aa,homepage:Ia,main:Pa,bin:Ta,files:Na,version:La,engines:Ra,maintainers:Oa,repository:Va,dependencies:Fa,optionalDependencies:Ba,devDependencies:Ma,license:Da,scripts:ja};(function(e){(function(){var i,r,s,o,l,m,x,v,C,_,A,P,k,T,E,O,D,M,G,N,y,u,w,V,H,z;l=Nn,m=ea,i=l.Syntax;function te(a){return we.Expression.hasOwnProperty(a.type)}function K(a){return we.Statement.hasOwnProperty(a.type)}r={Sequence:0,Yield:1,Assignment:1,Conditional:2,ArrowFunction:2,Coalesce:3,LogicalOR:4,LogicalAND:5,BitwiseOR:6,BitwiseXOR:7,BitwiseAND:8,Equality:9,Relational:10,BitwiseSHIFT:11,Additive:12,Multiplicative:13,Exponentiation:14,Await:15,Unary:15,Postfix:16,OptionalChaining:17,Call:18,New:19,TaggedTemplate:20,Member:21,Primary:22},s={"??":r.Coalesce,"||":r.LogicalOR,"&&":r.LogicalAND,"|":r.BitwiseOR,"^":r.BitwiseXOR,"&":r.BitwiseAND,"==":r.Equality,"!=":r.Equality,"===":r.Equality,"!==":r.Equality,is:r.Equality,isnt:r.Equality,"<":r.Relational,">":r.Relational,"<=":r.Relational,">=":r.Relational,in:r.Relational,instanceof:r.Relational,"<<":r.BitwiseSHIFT,">>":r.BitwiseSHIFT,">>>":r.BitwiseSHIFT,"+":r.Additive,"-":r.Additive,"*":r.Multiplicative,"%":r.Multiplicative,"/":r.Multiplicative,"**":r.Exponentiation};var X=1,he=2,Ce=4,Se=8,ye=16,oe=32,Ae=64,Le=he|Ce,ut=X|he,W=X|he|Ce,Me=X,ht=Ce,De=X|Ce,ge=X,Ue=X|oe,wt=0,xt=X|ye,lt=X|Se;function kt(){return{indent:null,base:null,parse:null,comment:!1,format:{indent:{style:" ",base:0,adjustMultilineComment:!1},newline:` +`,space:" ",json:!1,renumber:!1,hexadecimal:!1,quotes:"single",escapeless:!1,compact:!1,parentheses:!0,semicolons:!0,safeConcatenation:!1,preserveBlankLines:!1},moz:{comprehensionExpressionStartsWithAssignment:!1,starlessGenerator:!1},sourceMap:null,sourceMapRoot:null,sourceMapWithCode:!1,directive:!1,raw:!0,verbatim:null,sourceCode:null}}function Ye(a,d){var c="";for(d|=0;d>0;d>>>=1,a+=a)d&1&&(c+=a);return c}function oi(a){return/[\r\n]/g.test(a)}function Pe(a){var d=a.length;return d&&m.code.isLineTerminator(a.charCodeAt(d-1))}function At(a,d){var c;for(c in d)d.hasOwnProperty(c)&&(a[c]=d[c]);return a}function vt(a,d){var c,f;function b(R){return typeof R=="object"&&R instanceof Object&&!(R instanceof RegExp)}for(c in d)d.hasOwnProperty(c)&&(f=d[c],b(f)?b(a[c])?vt(a[c],f):a[c]=vt({},f):a[c]=f);return a}function yt(a){var d,c,f,b,R;if(a!==a)throw new Error("Numeric literal whose value is NaN");if(a<0||a===0&&1/a<0)throw new Error("Numeric literal whose value is negative");if(a===1/0)return C?"null":_?"1e400":"1e+400";if(d=""+a,!_||d.length<3)return d;for(c=d.indexOf("."),!C&&d.charCodeAt(0)===48&&c===1&&(c=0,d=d.slice(1)),f=d,d=d.replace("e+","e"),b=0,(R=f.indexOf("e"))>0&&(b=+f.slice(R+1),f=f.slice(0,R)),c>=0&&(b-=f.length-c-1,f=+(f.slice(0,c)+f.slice(c+1))+""),R=0;f.charCodeAt(f.length+R-1)===48;)--R;return R!==0&&(b-=R,f=f.slice(0,R)),b!==0&&(f+="e"+b),(f.length1e12&&Math.floor(a)===a&&(f="0x"+a.toString(16)).length255?"\\u"+"0000".slice(c.length)+c:a===0&&!m.code.isDecimalDigit(d)?"\\0":a===11?"\\x0B":"\\x"+"00".slice(c.length)+c)}function qt(a){if(a===92)return"\\\\";if(a===10)return"\\n";if(a===13)return"\\r";if(a===8232)return"\\u2028";if(a===8233)return"\\u2029";throw new Error("Incorrectly classified character")}function Ke(a){var d,c,f,b;for(b=P==="double"?'"':"'",d=0,c=a.length;d126))){d+=Pt(b,a.charCodeAt(c+1));continue}d+=String.fromCharCode(b)}if(B=!(P==="double"||P==="auto"&&F=0&&!m.code.isLineTerminator(a.charCodeAt(d));--d);return a.length-1-d}function $(a,d){var c,f,b,R,F,B,Q,ae;for(c=a.split(/\r\n|[\r\n]/),B=Number.MAX_VALUE,f=1,b=c.length;fF&&(B=F)}for(typeof d<"u"?(Q=x,c[1][B]==="*"&&(d+=" "),x=d):(B&1&&--B,Q=x),f=1,b=c.length;f0){if(R=d,V){for(b=a.leadingComments[0],d=[],ae=b.extendedRange,ke=b.range,it=w.substring(ae[0],ke[0]),Ge=(it.match(/\n/g)||[]).length,Ge>0?(d.push(Ye(` +`,Ge)),d.push(de(je(b)))):(d.push(it),d.push(je(b))),Ze=ke,c=1,f=a.leadingComments.length;c0?(d.push(Ye(` +`,Ge)),d.push(de(je(b)))):(d.push(it),d.push(je(b)));else for(F=!Pe(fe(d).toString()),B=Ye(" ",Tt(fe([x,d,v]).toString())),c=0,f=a.trailingComments.length;c")),a.expression?(d.push(E),c=this.generateExpression(a.body,r.Assignment,W),c.toString().charAt(0)==="{"&&(c=["(",c,")"]),d.push(c)):d.push(this.maybeBlock(a.body,lt)),d},we.prototype.generateIterationForStatement=function(a,d,c){var f=["for"+(d.await?re()+"await":"")+E+"("],b=this;return Ee(function(){d.left.type===i.VariableDeclaration?Ee(function(){f.push(d.left.kind+re()),f.push(b.generateStatement(d.left.declarations[0],wt))}):f.push(b.generateExpression(d.left,r.Call,W)),f=Y(f,a),f=[Y(f,b.generateExpression(d.right,r.Assignment,W)),")"]}),f.push(this.maybeBlock(d.body,c)),f},we.prototype.generatePropertyKey=function(a,d){var c=[];return d&&c.push("["),c.push(this.generateExpression(a,r.Assignment,W)),d&&c.push("]"),c},we.prototype.generateAssignment=function(a,d,c,f,b){return r.Assignment2&&(f=w.substring(c[0]+1,c[1]-1),f[0]===` +`&&(b=["{"]),b.push(f)));var F,B,Q,ae;for(ae=ge,d&Se&&(ae|=ye),F=0,B=a.body.length;F0&&!a.body[F-1].trailingComments&&!a.body[F].leadingComments&&ct(a.body[F-1].range[1],a.body[F].range[0],b)),F===B-1&&(ae|=oe),a.body[F].leadingComments&&V?Q=R.generateStatement(a.body[F],ae):Q=de(R.generateStatement(a.body[F],ae)),b.push(Q),Pe(fe(Q).toString())||V&&F1?Ee(Q):Q(),c.push(this.semicolon(d)),c},ThrowStatement:function(a,d){return[Y("throw",this.generateExpression(a.argument,r.Sequence,W)),this.semicolon(d)]},TryStatement:function(a,d){var c,f,b,R;if(c=["try",this.maybeBlock(a.block,ge)],c=this.maybeBlockSuffix(a.block,c),a.handlers)for(f=0,b=a.handlers.length;f0?` +`:""],F=xt,b=0;b0&&!a.body[b-1].trailingComments&&!a.body[b].leadingComments&&ct(a.body[b-1].range[1],a.body[b].range[0],c)),f=de(this.generateStatement(a.body[b],F)),c.push(f),b+10){for(f.push("("),R=0,F=b;R=2&&b.charCodeAt(0)===48)&&f.push(" ")),f.push(a.optional?"?.":"."),f.push(Re(a.property))),_e(f,r.Member,d)},MetaProperty:function(a,d,c){var f;return f=[],f.push(typeof a.meta=="string"?a.meta:Re(a.meta)),f.push("."),f.push(typeof a.property=="string"?a.property:Re(a.property)),_e(f,r.Member,d)},UnaryExpression:function(a,d,c){var f,b,R,F,B;return b=this.generateExpression(a.argument,r.Unary,W),E===""?f=Y(a.operator,b):(f=[a.operator],a.operator.length>2?f=Y(f,b):(F=fe(f).toString(),B=F.charCodeAt(F.length-1),R=b.toString().charCodeAt(0),((B===43||B===45)&&B===R||m.code.isIdentifierPartES5(B)&&m.code.isIdentifierPartES5(R))&&f.push(re()),f.push(b))),_e(f,r.Unary,d)},YieldExpression:function(a,d,c){var f;return a.delegate?f="yield*":f="yield",a.argument&&(f=Y(f,this.generateExpression(a.argument,r.Yield,W))),_e(f,r.Yield,d)},AwaitExpression:function(a,d,c){var f=Y(a.all?"await*":"await",this.generateExpression(a.argument,r.Await,W));return _e(f,r.Await,d)},UpdateExpression:function(a,d,c){return a.prefix?_e([a.operator,this.generateExpression(a.argument,r.Unary,W)],r.Unary,d):_e([this.generateExpression(a.argument,r.Postfix,W),a.operator],r.Postfix,d)},FunctionExpression:function(a,d,c){var f=[Oe(a,!0),"function"];return a.id?(f.push(Ve(a)||re()),f.push(Re(a.id))):f.push(Ve(a)||E),f.push(this.generateFunctionBody(a)),f},ArrayPattern:function(a,d,c){return this.ArrayExpression(a,d,c,!0)},ArrayExpression:function(a,d,c,f){var b,R,F=this;return a.elements.length?(R=f?!1:a.elements.length>1,b=["[",R?T:""],Ee(function(B){var Q,ae;for(Q=0,ae=a.elements.length;Q1,Ee(function(){R=F.generateExpression(a.properties[0],r.Sequence,W)}),!f&&!oi(fe(R).toString())?["{",E,R,E,"}"]:(Ee(function(B){var Q,ae;if(b=["{",T,B,R],f)for(b.push(","+T),Q=1,ae=a.properties.length;Q0||N.moz.comprehensionExpressionStartsWithAssignment?f=Y(f,F):f.push(F)}),a.filter&&(f=Y(f,"if"+E),F=this.generateExpression(a.filter,r.Sequence,W),f=Y(f,["(",F,")"])),N.moz.comprehensionExpressionStartsWithAssignment||(F=this.generateExpression(a.body,r.Assignment,W),f=Y(f,F)),f.push(a.type===i.GeneratorExpression?")":"]"),f},ComprehensionBlock:function(a,d,c){var f;return a.left.type===i.VariableDeclaration?f=[a.left.kind,re(),this.generateStatement(a.left.declarations[0],wt)]:f=this.generateExpression(a.left,r.Call,W),f=Y(f,a.of?"of":"in"),f=Y(f,this.generateExpression(a.right,r.Sequence,W)),["for"+E+"(",f,")"]},SpreadElement:function(a,d,c){return["...",this.generateExpression(a.argument,r.Assignment,W)]},TaggedTemplateExpression:function(a,d,c){var f=ut;c&he||(f=Me);var b=[this.generateExpression(a.tag,r.Call,f),this.generateExpression(a.quasi,r.Primary,ht)];return _e(b,r.TaggedTemplate,d)},TemplateElement:function(a,d,c){return a.value.raw},TemplateLiteral:function(a,d,c){var f,b,R;for(f=["`"],b=0,R=a.quasis.length;be)return!1;if(r+=i[s+1],r>=e)return!0}}function dt(e,i){return e<65?e===36:e<91?!0:e<97?e===95:e<123?!0:e<=65535?e>=170&&Wa.test(String.fromCharCode(e)):i===!1?!1:er(e,Fn)}function Ft(e,i){return e<48?e===36:e<58?!0:e<65?!1:e<91?!0:e<97?e===95:e<123?!0:e<=65535?e>=170&&za.test(String.fromCharCode(e)):i===!1?!1:er(e,Fn)||er(e,Ha)}var me=function(i,r){r===void 0&&(r={}),this.label=i,this.keyword=r.keyword,this.beforeExpr=!!r.beforeExpr,this.startsExpr=!!r.startsExpr,this.isLoop=!!r.isLoop,this.isAssign=!!r.isAssign,this.prefix=!!r.prefix,this.postfix=!!r.postfix,this.binop=r.binop||null,this.updateContext=null};function ze(e,i){return new me(e,{beforeExpr:!0,binop:i})}var He={beforeExpr:!0},qe={startsExpr:!0},lr={};function pe(e,i){return i===void 0&&(i={}),i.keyword=e,lr[e]=new me(e,i)}var g={num:new me("num",qe),regexp:new me("regexp",qe),string:new me("string",qe),name:new me("name",qe),eof:new me("eof"),bracketL:new me("[",{beforeExpr:!0,startsExpr:!0}),bracketR:new me("]"),braceL:new me("{",{beforeExpr:!0,startsExpr:!0}),braceR:new me("}"),parenL:new me("(",{beforeExpr:!0,startsExpr:!0}),parenR:new me(")"),comma:new me(",",He),semi:new me(";",He),colon:new me(":",He),dot:new me("."),question:new me("?",He),questionDot:new me("?."),arrow:new me("=>",He),template:new me("template"),invalidTemplate:new me("invalidTemplate"),ellipsis:new me("...",He),backQuote:new me("`",qe),dollarBraceL:new me("${",{beforeExpr:!0,startsExpr:!0}),eq:new me("=",{beforeExpr:!0,isAssign:!0}),assign:new me("_=",{beforeExpr:!0,isAssign:!0}),incDec:new me("++/--",{prefix:!0,postfix:!0,startsExpr:!0}),prefix:new me("!/~",{beforeExpr:!0,prefix:!0,startsExpr:!0}),logicalOR:ze("||",1),logicalAND:ze("&&",2),bitwiseOR:ze("|",3),bitwiseXOR:ze("^",4),bitwiseAND:ze("&",5),equality:ze("==/!=/===/!==",6),relational:ze("/<=/>=",7),bitShift:ze("<>/>>>",8),plusMin:new me("+/-",{beforeExpr:!0,binop:9,prefix:!0,startsExpr:!0}),modulo:ze("%",10),star:ze("*",10),slash:ze("/",10),starstar:new me("**",{beforeExpr:!0}),coalesce:ze("??",1),_break:pe("break"),_case:pe("case",He),_catch:pe("catch"),_continue:pe("continue"),_debugger:pe("debugger"),_default:pe("default",He),_do:pe("do",{isLoop:!0,beforeExpr:!0}),_else:pe("else",He),_finally:pe("finally"),_for:pe("for",{isLoop:!0}),_function:pe("function",qe),_if:pe("if"),_return:pe("return",He),_switch:pe("switch"),_throw:pe("throw",He),_try:pe("try"),_var:pe("var"),_const:pe("const"),_while:pe("while",{isLoop:!0}),_with:pe("with"),_new:pe("new",{beforeExpr:!0,startsExpr:!0}),_this:pe("this",qe),_super:pe("super",qe),_class:pe("class",qe),_extends:pe("extends",He),_export:pe("export"),_import:pe("import",qe),_null:pe("null",qe),_true:pe("true",qe),_false:pe("false",qe),_in:pe("in",{beforeExpr:!0,binop:7}),_instanceof:pe("instanceof",{beforeExpr:!0,binop:7}),_typeof:pe("typeof",{beforeExpr:!0,prefix:!0,startsExpr:!0}),_void:pe("void",{beforeExpr:!0,prefix:!0,startsExpr:!0}),_delete:pe("delete",{beforeExpr:!0,prefix:!0,startsExpr:!0})},Xe=/\r\n?|\n|\u2028|\u2029/,Kt=new RegExp(Xe.source,"g");function ri(e,i){return e===10||e===13||!i&&(e===8232||e===8233)}var Bn=/[\u1680\u2000-\u200a\u202f\u205f\u3000\ufeff]/,Qe=/(?:\s|\/\/.*|\/\*[^]*?\*\/)*/g,Mn=Object.prototype,Qa=Mn.hasOwnProperty,Xa=Mn.toString;function wi(e,i){return Qa.call(e,i)}var on=Array.isArray||function(e){return Xa.call(e)==="[object Array]"};function St(e){return new RegExp("^(?:"+e.replace(/ /g,"|")+")$")}var $t=function(i,r){this.line=i,this.column=r};$t.prototype.offset=function(i){return new $t(this.line,this.column+i)};var ki=function(i,r,s){this.start=r,this.end=s,i.sourceFile!==null&&(this.source=i.sourceFile)};function Dn(e,i){for(var r=1,s=0;;){Kt.lastIndex=s;var o=Kt.exec(e);if(o&&o.index=2015&&(i.ecmaVersion-=2009),i.allowReserved==null&&(i.allowReserved=i.ecmaVersion<5),on(i.onToken)){var s=i.onToken;i.onToken=function(o){return s.push(o)}}return on(i.onComment)&&(i.onComment=Ka(i,i.onComment)),i}function Ka(e,i){return function(r,s,o,l,m,x){var v={type:r?"Block":"Line",value:s,start:o,end:l};e.locations&&(v.loc=new ki(this,m,x)),e.ranges&&(v.range=[o,l]),i.push(v)}}var Yt=1,ni=2,cr=Yt|ni,jn=4,qn=8,Un=16,Gn=32,Wn=64,zn=128;function pr(e,i){return ni|(e?jn:0)|(i?qn:0)}var un=0,fr=1,st=2,Hn=3,Qn=4,Xn=5,Te=function(i,r,s){this.options=i=Ja(i),this.sourceFile=i.sourceFile,this.keywords=St(Ua[i.ecmaVersion>=6?6:i.sourceType==="module"?"5module":5]);var o="";if(i.allowReserved!==!0){for(var l=i.ecmaVersion;!(o=$i[l]);l--);i.sourceType==="module"&&(o+=" await")}this.reservedWords=St(o);var m=(o?o+" ":"")+$i.strict;this.reservedWordsStrict=St(m),this.reservedWordsStrictBind=St(m+" "+$i.strictBind),this.input=String(r),this.containsEsc=!1,s?(this.pos=s,this.lineStart=this.input.lastIndexOf(` +`,s-1)+1,this.curLine=this.input.slice(0,this.lineStart).split(Xe).length):(this.pos=this.lineStart=0,this.curLine=1),this.type=g.eof,this.value=null,this.start=this.end=this.pos,this.startLoc=this.endLoc=this.curPosition(),this.lastTokEndLoc=this.lastTokStartLoc=null,this.lastTokStart=this.lastTokEnd=this.pos,this.context=this.initialContext(),this.exprAllowed=!0,this.inModule=i.sourceType==="module",this.strict=this.inModule||this.strictDirective(this.pos),this.potentialArrowAt=-1,this.yieldPos=this.awaitPos=this.awaitIdentPos=0,this.labels=[],this.undefinedExports={},this.pos===0&&i.allowHashBang&&this.input.slice(0,2)==="#!"&&this.skipLineComment(2),this.scopeStack=[],this.enterScope(Yt),this.regexpState=null},Ct={inFunction:{configurable:!0},inGenerator:{configurable:!0},inAsync:{configurable:!0},allowSuper:{configurable:!0},allowDirectSuper:{configurable:!0},treatFunctionsAsVar:{configurable:!0}};Te.prototype.parse=function(){var i=this.options.program||this.startNode();return this.nextToken(),this.parseTopLevel(i)};Ct.inFunction.get=function(){return(this.currentVarScope().flags&ni)>0};Ct.inGenerator.get=function(){return(this.currentVarScope().flags&qn)>0};Ct.inAsync.get=function(){return(this.currentVarScope().flags&jn)>0};Ct.allowSuper.get=function(){return(this.currentThisScope().flags&Wn)>0};Ct.allowDirectSuper.get=function(){return(this.currentThisScope().flags&zn)>0};Ct.treatFunctionsAsVar.get=function(){return this.treatFunctionsAsVarInScope(this.currentScope())};Te.prototype.inNonArrowFunction=function(){return(this.currentThisScope().flags&ni)>0};Te.extend=function(){for(var i=[],r=arguments.length;r--;)i[r]=arguments[r];for(var s=this,o=0;o=,?^&]/.test(o)||o==="!"&&this.input.charAt(s+1)==="=")}e+=i[0].length,Qe.lastIndex=e,e+=Qe.exec(this.input)[0].length,this.input[e]===";"&&e++}};Be.eat=function(e){return this.type===e?(this.next(),!0):!1};Be.isContextual=function(e){return this.type===g.name&&this.value===e&&!this.containsEsc};Be.eatContextual=function(e){return this.isContextual(e)?(this.next(),!0):!1};Be.expectContextual=function(e){this.eatContextual(e)||this.unexpected()};Be.canInsertSemicolon=function(){return this.type===g.eof||this.type===g.braceR||Xe.test(this.input.slice(this.lastTokEnd,this.start))};Be.insertSemicolon=function(){if(this.canInsertSemicolon())return this.options.onInsertedSemicolon&&this.options.onInsertedSemicolon(this.lastTokEnd,this.lastTokEndLoc),!0};Be.semicolon=function(){!this.eat(g.semi)&&!this.insertSemicolon()&&this.unexpected()};Be.afterTrailingComma=function(e,i){if(this.type===e)return this.options.onTrailingComma&&this.options.onTrailingComma(this.lastTokStart,this.lastTokStartLoc),i||this.next(),!0};Be.expect=function(e){this.eat(e)||this.unexpected()};Be.unexpected=function(e){this.raise(e??this.start,"Unexpected token")};function Ai(){this.shorthandAssign=this.trailingComma=this.parenthesizedAssign=this.parenthesizedBind=this.doubleProto=-1}Be.checkPatternErrors=function(e,i){if(e){e.trailingComma>-1&&this.raiseRecoverable(e.trailingComma,"Comma is not permitted after the rest element");var r=i?e.parenthesizedAssign:e.parenthesizedBind;r>-1&&this.raiseRecoverable(r,"Parenthesized pattern")}};Be.checkExpressionErrors=function(e,i){if(!e)return!1;var r=e.shorthandAssign,s=e.doubleProto;if(!i)return r>=0||s>=0;r>=0&&this.raise(r,"Shorthand property assignments are valid only in destructuring patterns"),s>=0&&this.raiseRecoverable(s,"Redefinition of __proto__ property")};Be.checkYieldAwaitInDefaultParams=function(){this.yieldPos&&(!this.awaitPos||this.yieldPos=6&&this.unexpected(),this.parseFunctionStatement(o,!1,!e);case g._class:return e&&this.unexpected(),this.parseClass(o,!0);case g._if:return this.parseIfStatement(o);case g._return:return this.parseReturnStatement(o);case g._switch:return this.parseSwitchStatement(o);case g._throw:return this.parseThrowStatement(o);case g._try:return this.parseTryStatement(o);case g._const:case g._var:return l=l||this.value,e&&l!=="var"&&this.unexpected(),this.parseVarStatement(o,l);case g._while:return this.parseWhileStatement(o);case g._with:return this.parseWithStatement(o);case g.braceL:return this.parseBlock(!0,o);case g.semi:return this.parseEmptyStatement(o);case g._export:case g._import:if(this.options.ecmaVersion>10&&s===g._import){Qe.lastIndex=this.pos;var m=Qe.exec(this.input),x=this.pos+m[0].length,v=this.input.charCodeAt(x);if(v===40||v===46)return this.parseExpressionStatement(o,this.parseExpression())}return this.options.allowImportExportEverywhere||(i||this.raise(this.start,"'import' and 'export' may only appear at the top level"),this.inModule||this.raise(this.start,"'import' and 'export' may appear only with 'sourceType: module'")),s===g._import?this.parseImport(o):this.parseExport(o,r);default:if(this.isAsyncFunction())return e&&this.unexpected(),this.next(),this.parseFunctionStatement(o,!0,!e);var C=this.value,_=this.parseExpression();return s===g.name&&_.type==="Identifier"&&this.eat(g.colon)?this.parseLabeledStatement(o,C,_,e):this.parseExpressionStatement(o,_)}};ie.parseBreakContinueStatement=function(e,i){var r=i==="break";this.next(),this.eat(g.semi)||this.insertSemicolon()?e.label=null:this.type!==g.name?this.unexpected():(e.label=this.parseIdent(),this.semicolon());for(var s=0;s=6?this.eat(g.semi):this.semicolon(),this.finishNode(e,"DoWhileStatement")};ie.parseForStatement=function(e){this.next();var i=this.options.ecmaVersion>=9&&(this.inAsync||!this.inFunction&&this.options.allowAwaitOutsideFunction)&&this.eatContextual("await")?this.lastTokStart:-1;if(this.labels.push(dr),this.enterScope(0),this.expect(g.parenL),this.type===g.semi)return i>-1&&this.unexpected(i),this.parseFor(e,null);var r=this.isLet();if(this.type===g._var||this.type===g._const||r){var s=this.startNode(),o=r?"let":this.value;return this.next(),this.parseVar(s,!0,o),this.finishNode(s,"VariableDeclaration"),(this.type===g._in||this.options.ecmaVersion>=6&&this.isContextual("of"))&&s.declarations.length===1?(this.options.ecmaVersion>=9&&(this.type===g._in?i>-1&&this.unexpected(i):e.await=i>-1),this.parseForIn(e,s)):(i>-1&&this.unexpected(i),this.parseFor(e,s))}var l=new Ai,m=this.parseExpression(!0,l);return this.type===g._in||this.options.ecmaVersion>=6&&this.isContextual("of")?(this.options.ecmaVersion>=9&&(this.type===g._in?i>-1&&this.unexpected(i):e.await=i>-1),this.toAssignable(m,!1,l),this.checkLVal(m),this.parseForIn(e,m)):(this.checkExpressionErrors(l,!0),i>-1&&this.unexpected(i),this.parseFor(e,m))};ie.parseFunctionStatement=function(e,i,r){return this.next(),this.parseFunction(e,Xt|(r?0:ir),!1,i)};ie.parseIfStatement=function(e){return this.next(),e.test=this.parseParenExpression(),e.consequent=this.parseStatement("if"),e.alternate=this.eat(g._else)?this.parseStatement("if"):null,this.finishNode(e,"IfStatement")};ie.parseReturnStatement=function(e){return!this.inFunction&&!this.options.allowReturnOutsideFunction&&this.raise(this.start,"'return' outside of function"),this.next(),this.eat(g.semi)||this.insertSemicolon()?e.argument=null:(e.argument=this.parseExpression(),this.semicolon()),this.finishNode(e,"ReturnStatement")};ie.parseSwitchStatement=function(e){this.next(),e.discriminant=this.parseParenExpression(),e.cases=[],this.expect(g.braceL),this.labels.push(Ya),this.enterScope(0);for(var i,r=!1;this.type!==g.braceR;)if(this.type===g._case||this.type===g._default){var s=this.type===g._case;i&&this.finishNode(i,"SwitchCase"),e.cases.push(i=this.startNode()),i.consequent=[],this.next(),s?i.test=this.parseExpression():(r&&this.raiseRecoverable(this.lastTokStart,"Multiple default clauses"),r=!0,i.test=null),this.expect(g.colon)}else i||this.unexpected(),i.consequent.push(this.parseStatement(null));return this.exitScope(),i&&this.finishNode(i,"SwitchCase"),this.next(),this.labels.pop(),this.finishNode(e,"SwitchStatement")};ie.parseThrowStatement=function(e){return this.next(),Xe.test(this.input.slice(this.lastTokEnd,this.start))&&this.raise(this.lastTokEnd,"Illegal newline after throw"),e.argument=this.parseExpression(),this.semicolon(),this.finishNode(e,"ThrowStatement")};var Za=[];ie.parseTryStatement=function(e){if(this.next(),e.block=this.parseBlock(),e.handler=null,this.type===g._catch){var i=this.startNode();if(this.next(),this.eat(g.parenL)){i.param=this.parseBindingAtom();var r=i.param.type==="Identifier";this.enterScope(r?Gn:0),this.checkLVal(i.param,r?Qn:st),this.expect(g.parenR)}else this.options.ecmaVersion<10&&this.unexpected(),i.param=null,this.enterScope(0);i.body=this.parseBlock(!1),this.exitScope(),e.handler=this.finishNode(i,"CatchClause")}return e.finalizer=this.eat(g._finally)?this.parseBlock():null,!e.handler&&!e.finalizer&&this.raise(e.start,"Missing catch or finally clause"),this.finishNode(e,"TryStatement")};ie.parseVarStatement=function(e,i){return this.next(),this.parseVar(e,!1,i),this.semicolon(),this.finishNode(e,"VariableDeclaration")};ie.parseWhileStatement=function(e){return this.next(),e.test=this.parseParenExpression(),this.labels.push(dr),e.body=this.parseStatement("while"),this.labels.pop(),this.finishNode(e,"WhileStatement")};ie.parseWithStatement=function(e){return this.strict&&this.raise(this.start,"'with' in strict mode"),this.next(),e.object=this.parseParenExpression(),e.body=this.parseStatement("with"),this.finishNode(e,"WithStatement")};ie.parseEmptyStatement=function(e){return this.next(),this.finishNode(e,"EmptyStatement")};ie.parseLabeledStatement=function(e,i,r,s){for(var o=0,l=this.labels;o=0;v--){var C=this.labels[v];if(C.statementStart===e.start)C.statementStart=this.start,C.kind=x;else break}return this.labels.push({name:i,kind:x,statementStart:this.start}),e.body=this.parseStatement(s?s.indexOf("label")===-1?s+"label":s:"label"),this.labels.pop(),e.label=r,this.finishNode(e,"LabeledStatement")};ie.parseExpressionStatement=function(e,i){return e.expression=i,this.semicolon(),this.finishNode(e,"ExpressionStatement")};ie.parseBlock=function(e,i,r){for(e===void 0&&(e=!0),i===void 0&&(i=this.startNode()),i.body=[],this.expect(g.braceL),e&&this.enterScope(0);this.type!==g.braceR;){var s=this.parseStatement(null);i.body.push(s)}return r&&(this.strict=!1),this.next(),e&&this.exitScope(),this.finishNode(i,"BlockStatement")};ie.parseFor=function(e,i){return e.init=i,this.expect(g.semi),e.test=this.type===g.semi?null:this.parseExpression(),this.expect(g.semi),e.update=this.type===g.parenR?null:this.parseExpression(),this.expect(g.parenR),e.body=this.parseStatement("for"),this.exitScope(),this.labels.pop(),this.finishNode(e,"ForStatement")};ie.parseForIn=function(e,i){var r=this.type===g._in;return this.next(),i.type==="VariableDeclaration"&&i.declarations[0].init!=null&&(!r||this.options.ecmaVersion<8||this.strict||i.kind!=="var"||i.declarations[0].id.type!=="Identifier")?this.raise(i.start,(r?"for-in":"for-of")+" loop variable declaration may not have an initializer"):i.type==="AssignmentPattern"&&this.raise(i.start,"Invalid left-hand side in for-loop"),e.left=i,e.right=r?this.parseExpression():this.parseMaybeAssign(),this.expect(g.parenR),e.body=this.parseStatement("for"),this.exitScope(),this.labels.pop(),this.finishNode(e,r?"ForInStatement":"ForOfStatement")};ie.parseVar=function(e,i,r){for(e.declarations=[],e.kind=r;;){var s=this.startNode();if(this.parseVarId(s,r),this.eat(g.eq)?s.init=this.parseMaybeAssign(i):r==="const"&&!(this.type===g._in||this.options.ecmaVersion>=6&&this.isContextual("of"))?this.unexpected():s.id.type!=="Identifier"&&!(i&&(this.type===g._in||this.isContextual("of")))?this.raise(this.lastTokEnd,"Complex binding patterns require an initialization value"):s.init=null,e.declarations.push(this.finishNode(s,"VariableDeclarator")),!this.eat(g.comma))break}return e};ie.parseVarId=function(e,i){e.id=this.parseBindingAtom(),this.checkLVal(e.id,i==="var"?fr:st,!1)};var Xt=1,ir=2,Jn=4;ie.parseFunction=function(e,i,r,s){this.initFunction(e),(this.options.ecmaVersion>=9||this.options.ecmaVersion>=6&&!s)&&(this.type===g.star&&i&ir&&this.unexpected(),e.generator=this.eat(g.star)),this.options.ecmaVersion>=8&&(e.async=!!s),i&Xt&&(e.id=i&Jn&&this.type!==g.name?null:this.parseIdent(),e.id&&!(i&ir)&&this.checkLVal(e.id,this.strict||e.generator||e.async?this.treatFunctionsAsVar?fr:st:Hn));var o=this.yieldPos,l=this.awaitPos,m=this.awaitIdentPos;return this.yieldPos=0,this.awaitPos=0,this.awaitIdentPos=0,this.enterScope(pr(e.async,e.generator)),i&Xt||(e.id=this.type===g.name?this.parseIdent():null),this.parseFunctionParams(e),this.parseFunctionBody(e,r,!1),this.yieldPos=o,this.awaitPos=l,this.awaitIdentPos=m,this.finishNode(e,i&Xt?"FunctionDeclaration":"FunctionExpression")};ie.parseFunctionParams=function(e){this.expect(g.parenL),e.params=this.parseBindingList(g.parenR,!1,this.options.ecmaVersion>=8),this.checkYieldAwaitInDefaultParams()};ie.parseClass=function(e,i){this.next();var r=this.strict;this.strict=!0,this.parseClassId(e,i),this.parseClassSuper(e);var s=this.startNode(),o=!1;for(s.body=[],this.expect(g.braceL);this.type!==g.braceR;){var l=this.parseClassElement(e.superClass!==null);l&&(s.body.push(l),l.type==="MethodDefinition"&&l.kind==="constructor"&&(o&&this.raise(l.start,"Duplicate constructor in the same class"),o=!0))}return this.strict=r,this.next(),e.body=this.finishNode(s,"ClassBody"),this.finishNode(e,i?"ClassDeclaration":"ClassExpression")};ie.parseClassElement=function(e){var i=this;if(this.eat(g.semi))return null;var r=this.startNode(),s=function(v,C){C===void 0&&(C=!1);var _=i.start,A=i.startLoc;return i.eatContextual(v)?i.type!==g.parenL&&(!C||!i.canInsertSemicolon())?!0:(r.key&&i.unexpected(),r.computed=!1,r.key=i.startNodeAt(_,A),r.key.name=v,i.finishNode(r.key,"Identifier"),!1):!1};r.kind="method",r.static=s("static");var o=this.eat(g.star),l=!1;o||(this.options.ecmaVersion>=8&&s("async",!0)?(l=!0,o=this.options.ecmaVersion>=9&&this.eat(g.star)):s("get")?r.kind="get":s("set")&&(r.kind="set")),r.key||this.parsePropertyName(r);var m=r.key,x=!1;return!r.computed&&!r.static&&(m.type==="Identifier"&&m.name==="constructor"||m.type==="Literal"&&m.value==="constructor")?(r.kind!=="method"&&this.raise(m.start,"Constructor can't have get/set modifier"),o&&this.raise(m.start,"Constructor can't be a generator"),l&&this.raise(m.start,"Constructor can't be an async method"),r.kind="constructor",x=e):r.static&&m.type==="Identifier"&&m.name==="prototype"&&this.raise(m.start,"Classes may not have a static property named prototype"),this.parseClassMethod(r,o,l,x),r.kind==="get"&&r.value.params.length!==0&&this.raiseRecoverable(r.value.start,"getter should have no params"),r.kind==="set"&&r.value.params.length!==1&&this.raiseRecoverable(r.value.start,"setter should have exactly one param"),r.kind==="set"&&r.value.params[0].type==="RestElement"&&this.raiseRecoverable(r.value.params[0].start,"Setter cannot use rest params"),r};ie.parseClassMethod=function(e,i,r,s){return e.value=this.parseMethod(i,r,s),this.finishNode(e,"MethodDefinition")};ie.parseClassId=function(e,i){this.type===g.name?(e.id=this.parseIdent(),i&&this.checkLVal(e.id,st,!1)):(i===!0&&this.unexpected(),e.id=null)};ie.parseClassSuper=function(e){e.superClass=this.eat(g._extends)?this.parseExprSubscripts():null};ie.parseExport=function(e,i){if(this.next(),this.eat(g.star))return this.options.ecmaVersion>=11&&(this.eatContextual("as")?(e.exported=this.parseIdent(!0),this.checkExport(i,e.exported.name,this.lastTokStart)):e.exported=null),this.expectContextual("from"),this.type!==g.string&&this.unexpected(),e.source=this.parseExprAtom(),this.semicolon(),this.finishNode(e,"ExportAllDeclaration");if(this.eat(g._default)){this.checkExport(i,"default",this.lastTokStart);var r;if(this.type===g._function||(r=this.isAsyncFunction())){var s=this.startNode();this.next(),r&&this.next(),e.declaration=this.parseFunction(s,Xt|Jn,!1,r)}else if(this.type===g._class){var o=this.startNode();e.declaration=this.parseClass(o,"nullableID")}else e.declaration=this.parseMaybeAssign(),this.semicolon();return this.finishNode(e,"ExportDefaultDeclaration")}if(this.shouldParseExportStatement())e.declaration=this.parseStatement(null),e.declaration.type==="VariableDeclaration"?this.checkVariableExport(i,e.declaration.declarations):this.checkExport(i,e.declaration.id.name,e.declaration.id.start),e.specifiers=[],e.source=null;else{if(e.declaration=null,e.specifiers=this.parseExportSpecifiers(i),this.eatContextual("from"))this.type!==g.string&&this.unexpected(),e.source=this.parseExprAtom();else{for(var l=0,m=e.specifiers;l=6&&e)switch(e.type){case"Identifier":this.inAsync&&e.name==="await"&&this.raise(e.start,"Cannot use 'await' as identifier inside an async function");break;case"ObjectPattern":case"ArrayPattern":case"RestElement":break;case"ObjectExpression":e.type="ObjectPattern",r&&this.checkPatternErrors(r,!0);for(var s=0,o=e.properties;s=8&&!l&&m.name==="async"&&!this.canInsertSemicolon()&&this.eat(g._function))return this.parseFunction(this.startNodeAt(s,o),0,!1,!0);if(r&&!this.canInsertSemicolon()){if(this.eat(g.arrow))return this.parseArrowExpression(this.startNodeAt(s,o),[m],!1);if(this.options.ecmaVersion>=8&&m.name==="async"&&this.type===g.name&&!l)return m=this.parseIdent(!1),(this.canInsertSemicolon()||!this.eat(g.arrow))&&this.unexpected(),this.parseArrowExpression(this.startNodeAt(s,o),[m],!0)}return m;case g.regexp:var x=this.value;return i=this.parseLiteral(x.value),i.regex={pattern:x.pattern,flags:x.flags},i;case g.num:case g.string:return this.parseLiteral(this.value);case g._null:case g._true:case g._false:return i=this.startNode(),i.value=this.type===g._null?null:this.type===g._true,i.raw=this.type.keyword,this.next(),this.finishNode(i,"Literal");case g.parenL:var v=this.start,C=this.parseParenAndDistinguishExpression(r);return e&&(e.parenthesizedAssign<0&&!this.isSimpleAssignTarget(C)&&(e.parenthesizedAssign=v),e.parenthesizedBind<0&&(e.parenthesizedBind=v)),C;case g.bracketL:return i=this.startNode(),this.next(),i.elements=this.parseExprList(g.bracketR,!0,!0,e),this.finishNode(i,"ArrayExpression");case g.braceL:return this.parseObj(!1,e);case g._function:return i=this.startNode(),this.next(),this.parseFunction(i,0);case g._class:return this.parseClass(this.startNode(),!1);case g._new:return this.parseNew();case g.backQuote:return this.parseTemplate();case g._import:return this.options.ecmaVersion>=11?this.parseExprImport():this.unexpected();default:this.unexpected()}};se.parseExprImport=function(){var e=this.startNode();this.containsEsc&&this.raiseRecoverable(this.start,"Escape sequence in keyword import");var i=this.parseIdent(!0);switch(this.type){case g.parenL:return this.parseDynamicImport(e);case g.dot:return e.meta=i,this.parseImportMeta(e);default:this.unexpected()}};se.parseDynamicImport=function(e){if(this.next(),e.source=this.parseMaybeAssign(),!this.eat(g.parenR)){var i=this.start;this.eat(g.comma)&&this.eat(g.parenR)?this.raiseRecoverable(i,"Trailing comma is not allowed in import()"):this.unexpected(i)}return this.finishNode(e,"ImportExpression")};se.parseImportMeta=function(e){this.next();var i=this.containsEsc;return e.property=this.parseIdent(!0),e.property.name!=="meta"&&this.raiseRecoverable(e.property.start,"The only valid meta property for import is 'import.meta'"),i&&this.raiseRecoverable(e.start,"'import.meta' must not contain escaped characters"),this.options.sourceType!=="module"&&this.raiseRecoverable(e.start,"Cannot use 'import.meta' outside a module"),this.finishNode(e,"MetaProperty")};se.parseLiteral=function(e){var i=this.startNode();return i.value=e,i.raw=this.input.slice(this.start,this.end),i.raw.charCodeAt(i.raw.length-1)===110&&(i.bigint=i.raw.slice(0,-1).replace(/_/g,"")),this.next(),this.finishNode(i,"Literal")};se.parseParenExpression=function(){this.expect(g.parenL);var e=this.parseExpression();return this.expect(g.parenR),e};se.parseParenAndDistinguishExpression=function(e){var i=this.start,r=this.startLoc,s,o=this.options.ecmaVersion>=8;if(this.options.ecmaVersion>=6){this.next();var l=this.start,m=this.startLoc,x=[],v=!0,C=!1,_=new Ai,A=this.yieldPos,P=this.awaitPos,k;for(this.yieldPos=0,this.awaitPos=0;this.type!==g.parenR;)if(v?v=!1:this.expect(g.comma),o&&this.afterTrailingComma(g.parenR,!0)){C=!0;break}else if(this.type===g.ellipsis){k=this.start,x.push(this.parseParenItem(this.parseRestBinding())),this.type===g.comma&&this.raise(this.start,"Comma is not permitted after the rest element");break}else x.push(this.parseMaybeAssign(!1,_,this.parseParenItem));var T=this.start,E=this.startLoc;if(this.expect(g.parenR),e&&!this.canInsertSemicolon()&&this.eat(g.arrow))return this.checkPatternErrors(_,!1),this.checkYieldAwaitInDefaultParams(),this.yieldPos=A,this.awaitPos=P,this.parseParenArrowList(i,r,x);(!x.length||C)&&this.unexpected(this.lastTokStart),k&&this.unexpected(k),this.checkExpressionErrors(_,!0),this.yieldPos=A||this.yieldPos,this.awaitPos=P||this.awaitPos,x.length>1?(s=this.startNodeAt(l,m),s.expressions=x,this.finishNodeAt(s,"SequenceExpression",T,E)):s=x[0]}else s=this.parseParenExpression();if(this.options.preserveParens){var O=this.startNodeAt(i,r);return O.expression=s,this.finishNode(O,"ParenthesizedExpression")}else return s};se.parseParenItem=function(e){return e};se.parseParenArrowList=function(e,i,r){return this.parseArrowExpression(this.startNodeAt(e,i),r)};var eo=[];se.parseNew=function(){this.containsEsc&&this.raiseRecoverable(this.start,"Escape sequence in keyword new");var e=this.startNode(),i=this.parseIdent(!0);if(this.options.ecmaVersion>=6&&this.eat(g.dot)){e.meta=i;var r=this.containsEsc;return e.property=this.parseIdent(!0),e.property.name!=="target"&&this.raiseRecoverable(e.property.start,"The only valid meta property for new is 'new.target'"),r&&this.raiseRecoverable(e.start,"'new.target' must not contain escaped characters"),this.inNonArrowFunction()||this.raiseRecoverable(e.start,"'new.target' can only be used in functions"),this.finishNode(e,"MetaProperty")}var s=this.start,o=this.startLoc,l=this.type===g._import;return e.callee=this.parseSubscripts(this.parseExprAtom(),s,o,!0),l&&e.callee.type==="ImportExpression"&&this.raise(s,"Cannot use new with import()"),this.eat(g.parenL)?e.arguments=this.parseExprList(g.parenR,this.options.ecmaVersion>=8,!1):e.arguments=eo,this.finishNode(e,"NewExpression")};se.parseTemplateElement=function(e){var i=e.isTagged,r=this.startNode();return this.type===g.invalidTemplate?(i||this.raiseRecoverable(this.start,"Bad escape sequence in untagged template literal"),r.value={raw:this.value,cooked:null}):r.value={raw:this.input.slice(this.start,this.end).replace(/\r\n?/g,` +`),cooked:this.value},this.next(),r.tail=this.type===g.backQuote,this.finishNode(r,"TemplateElement")};se.parseTemplate=function(e){e===void 0&&(e={});var i=e.isTagged;i===void 0&&(i=!1);var r=this.startNode();this.next(),r.expressions=[];var s=this.parseTemplateElement({isTagged:i});for(r.quasis=[s];!s.tail;)this.type===g.eof&&this.raise(this.pos,"Unterminated template literal"),this.expect(g.dollarBraceL),r.expressions.push(this.parseExpression()),this.expect(g.braceR),r.quasis.push(s=this.parseTemplateElement({isTagged:i}));return this.next(),this.finishNode(r,"TemplateLiteral")};se.isAsyncProp=function(e){return!e.computed&&e.key.type==="Identifier"&&e.key.name==="async"&&(this.type===g.name||this.type===g.num||this.type===g.string||this.type===g.bracketL||this.type.keyword||this.options.ecmaVersion>=9&&this.type===g.star)&&!Xe.test(this.input.slice(this.lastTokEnd,this.start))};se.parseObj=function(e,i){var r=this.startNode(),s=!0,o={};for(r.properties=[],this.next();!this.eat(g.braceR);){if(s)s=!1;else if(this.expect(g.comma),this.options.ecmaVersion>=5&&this.afterTrailingComma(g.braceR))break;var l=this.parseProperty(e,i);e||this.checkPropClash(l,o,i),r.properties.push(l)}return this.finishNode(r,e?"ObjectPattern":"ObjectExpression")};se.parseProperty=function(e,i){var r=this.startNode(),s,o,l,m;if(this.options.ecmaVersion>=9&&this.eat(g.ellipsis))return e?(r.argument=this.parseIdent(!1),this.type===g.comma&&this.raise(this.start,"Comma is not permitted after the rest element"),this.finishNode(r,"RestElement")):(this.type===g.parenL&&i&&(i.parenthesizedAssign<0&&(i.parenthesizedAssign=this.start),i.parenthesizedBind<0&&(i.parenthesizedBind=this.start)),r.argument=this.parseMaybeAssign(!1,i),this.type===g.comma&&i&&i.trailingComma<0&&(i.trailingComma=this.start),this.finishNode(r,"SpreadElement"));this.options.ecmaVersion>=6&&(r.method=!1,r.shorthand=!1,(e||i)&&(l=this.start,m=this.startLoc),e||(s=this.eat(g.star)));var x=this.containsEsc;return this.parsePropertyName(r),!e&&!x&&this.options.ecmaVersion>=8&&!s&&this.isAsyncProp(r)?(o=!0,s=this.options.ecmaVersion>=9&&this.eat(g.star),this.parsePropertyName(r,i)):o=!1,this.parsePropertyValue(r,e,s,o,l,m,i,x),this.finishNode(r,"Property")};se.parsePropertyValue=function(e,i,r,s,o,l,m,x){if((r||s)&&this.type===g.colon&&this.unexpected(),this.eat(g.colon))e.value=i?this.parseMaybeDefault(this.start,this.startLoc):this.parseMaybeAssign(!1,m),e.kind="init";else if(this.options.ecmaVersion>=6&&this.type===g.parenL)i&&this.unexpected(),e.kind="init",e.method=!0,e.value=this.parseMethod(r,s);else if(!i&&!x&&this.options.ecmaVersion>=5&&!e.computed&&e.key.type==="Identifier"&&(e.key.name==="get"||e.key.name==="set")&&this.type!==g.comma&&this.type!==g.braceR&&this.type!==g.eq){(r||s)&&this.unexpected(),e.kind=e.key.name,this.parsePropertyName(e),e.value=this.parseMethod(!1);var v=e.kind==="get"?0:1;if(e.value.params.length!==v){var C=e.value.start;e.kind==="get"?this.raiseRecoverable(C,"getter should have no params"):this.raiseRecoverable(C,"setter should have exactly one param")}else e.kind==="set"&&e.value.params[0].type==="RestElement"&&this.raiseRecoverable(e.value.params[0].start,"Setter cannot use rest params")}else this.options.ecmaVersion>=6&&!e.computed&&e.key.type==="Identifier"?((r||s)&&this.unexpected(),this.checkUnreserved(e.key),e.key.name==="await"&&!this.awaitIdentPos&&(this.awaitIdentPos=o),e.kind="init",i?e.value=this.parseMaybeDefault(o,l,e.key):this.type===g.eq&&m?(m.shorthandAssign<0&&(m.shorthandAssign=this.start),e.value=this.parseMaybeDefault(o,l,e.key)):e.value=e.key,e.shorthand=!0):this.unexpected()};se.parsePropertyName=function(e){if(this.options.ecmaVersion>=6){if(this.eat(g.bracketL))return e.computed=!0,e.key=this.parseMaybeAssign(),this.expect(g.bracketR),e.key;e.computed=!1}return e.key=this.type===g.num||this.type===g.string?this.parseExprAtom():this.parseIdent(this.options.allowReserved!=="never")};se.initFunction=function(e){e.id=null,this.options.ecmaVersion>=6&&(e.generator=e.expression=!1),this.options.ecmaVersion>=8&&(e.async=!1)};se.parseMethod=function(e,i,r){var s=this.startNode(),o=this.yieldPos,l=this.awaitPos,m=this.awaitIdentPos;return this.initFunction(s),this.options.ecmaVersion>=6&&(s.generator=e),this.options.ecmaVersion>=8&&(s.async=!!i),this.yieldPos=0,this.awaitPos=0,this.awaitIdentPos=0,this.enterScope(pr(i,s.generator)|Wn|(r?zn:0)),this.expect(g.parenL),s.params=this.parseBindingList(g.parenR,!1,this.options.ecmaVersion>=8),this.checkYieldAwaitInDefaultParams(),this.parseFunctionBody(s,!1,!0),this.yieldPos=o,this.awaitPos=l,this.awaitIdentPos=m,this.finishNode(s,"FunctionExpression")};se.parseArrowExpression=function(e,i,r){var s=this.yieldPos,o=this.awaitPos,l=this.awaitIdentPos;return this.enterScope(pr(r,!1)|Un),this.initFunction(e),this.options.ecmaVersion>=8&&(e.async=!!r),this.yieldPos=0,this.awaitPos=0,this.awaitIdentPos=0,e.params=this.toAssignableList(i,!0),this.parseFunctionBody(e,!0,!1),this.yieldPos=s,this.awaitPos=o,this.awaitIdentPos=l,this.finishNode(e,"ArrowFunctionExpression")};se.parseFunctionBody=function(e,i,r){var s=i&&this.type!==g.braceL,o=this.strict,l=!1;if(s)e.body=this.parseMaybeAssign(),e.expression=!0,this.checkParams(e,!1);else{var m=this.options.ecmaVersion>=7&&!this.isSimpleParamList(e.params);(!o||m)&&(l=this.strictDirective(this.end),l&&m&&this.raiseRecoverable(e.start,"Illegal 'use strict' directive in function with non-simple parameter list"));var x=this.labels;this.labels=[],l&&(this.strict=!0),this.checkParams(e,!o&&!l&&!i&&!r&&this.isSimpleParamList(e.params)),this.strict&&e.id&&this.checkLVal(e.id,Xn),e.body=this.parseBlock(!1,void 0,l&&!o),e.expression=!1,this.adaptDirectivePrologue(e.body.body),this.labels=x}this.exitScope()};se.isSimpleParamList=function(e){for(var i=0,r=e;i-1||o.functions.indexOf(e)>-1||o.var.indexOf(e)>-1,o.lexical.push(e),this.inModule&&o.flags&Yt&&delete this.undefinedExports[e]}else if(i===Qn){var l=this.currentScope();l.lexical.push(e)}else if(i===Hn){var m=this.currentScope();this.treatFunctionsAsVar?s=m.lexical.indexOf(e)>-1:s=m.lexical.indexOf(e)>-1||m.var.indexOf(e)>-1,m.functions.push(e)}else for(var x=this.scopeStack.length-1;x>=0;--x){var v=this.scopeStack[x];if(v.lexical.indexOf(e)>-1&&!(v.flags&Gn&&v.lexical[0]===e)||!this.treatFunctionsAsVarInScope(v)&&v.functions.indexOf(e)>-1){s=!0;break}if(v.var.push(e),this.inModule&&v.flags&Yt&&delete this.undefinedExports[e],v.flags&cr)break}s&&this.raiseRecoverable(r,"Identifier '"+e+"' has already been declared")};gt.checkLocalExport=function(e){this.scopeStack[0].lexical.indexOf(e.name)===-1&&this.scopeStack[0].var.indexOf(e.name)===-1&&(this.undefinedExports[e.name]=e)};gt.currentScope=function(){return this.scopeStack[this.scopeStack.length-1]};gt.currentVarScope=function(){for(var e=this.scopeStack.length-1;;e--){var i=this.scopeStack[e];if(i.flags&cr)return i}};gt.currentThisScope=function(){for(var e=this.scopeStack.length-1;;e--){var i=this.scopeStack[e];if(i.flags&cr&&!(i.flags&Un))return i}};var mr=function(i,r,s){this.type="",this.start=r,this.end=0,i.options.locations&&(this.loc=new ki(i,s)),i.options.directSourceFile&&(this.sourceFile=i.options.directSourceFile),i.options.ranges&&(this.range=[r,0])},Ii=Te.prototype;Ii.startNode=function(){return new mr(this,this.start,this.startLoc)};Ii.startNodeAt=function(e,i){return new mr(this,e,i)};function Kn(e,i,r,s){return e.type=i,e.end=r,this.options.locations&&(e.loc.end=s),this.options.ranges&&(e.range[1]=r),e}Ii.finishNode=function(e,i){return Kn.call(this,e,i,this.lastTokEnd,this.lastTokEndLoc)};Ii.finishNodeAt=function(e,i,r,s){return Kn.call(this,e,i,r,s)};var $e=function(i,r,s,o,l){this.token=i,this.isExpr=!!r,this.preserveSpace=!!s,this.override=o,this.generator=!!l},Ie={b_stat:new $e("{",!1),b_expr:new $e("{",!0),b_tmpl:new $e("${",!1),p_stat:new $e("(",!1),p_expr:new $e("(",!0),q_tmpl:new $e("`",!0,!0,function(e){return e.tryReadTemplateToken()}),f_stat:new $e("function",!1),f_expr:new $e("function",!0),f_expr_gen:new $e("function",!0,!1,null,!0),f_gen:new $e("function",!1,!1,null,!0)},Pi=Te.prototype;Pi.initialContext=function(){return[Ie.b_stat]};Pi.braceIsBlock=function(e){var i=this.curContext();return i===Ie.f_expr||i===Ie.f_stat?!0:e===g.colon&&(i===Ie.b_stat||i===Ie.b_expr)?!i.isExpr:e===g._return||e===g.name&&this.exprAllowed?Xe.test(this.input.slice(this.lastTokEnd,this.start)):e===g._else||e===g.semi||e===g.eof||e===g.parenR||e===g.arrow?!0:e===g.braceL?i===Ie.b_stat:e===g._var||e===g._const||e===g.name?!1:!this.exprAllowed};Pi.inGeneratorContext=function(){for(var e=this.context.length-1;e>=1;e--){var i=this.context[e];if(i.token==="function")return i.generator}return!1};Pi.updateContext=function(e){var i,r=this.type;r.keyword&&e===g.dot?this.exprAllowed=!1:(i=r.updateContext)?i.call(this,e):this.exprAllowed=r.beforeExpr};g.parenR.updateContext=g.braceR.updateContext=function(){if(this.context.length===1){this.exprAllowed=!0;return}var e=this.context.pop();e===Ie.b_stat&&this.curContext().token==="function"&&(e=this.context.pop()),this.exprAllowed=!e.isExpr};g.braceL.updateContext=function(e){this.context.push(this.braceIsBlock(e)?Ie.b_stat:Ie.b_expr),this.exprAllowed=!0};g.dollarBraceL.updateContext=function(){this.context.push(Ie.b_tmpl),this.exprAllowed=!0};g.parenL.updateContext=function(e){var i=e===g._if||e===g._for||e===g._with||e===g._while;this.context.push(i?Ie.p_stat:Ie.p_expr),this.exprAllowed=!0};g.incDec.updateContext=function(){};g._function.updateContext=g._class.updateContext=function(e){e.beforeExpr&&e!==g.semi&&e!==g._else&&!(e===g._return&&Xe.test(this.input.slice(this.lastTokEnd,this.start)))&&!((e===g.colon||e===g.braceL)&&this.curContext()===Ie.b_stat)?this.context.push(Ie.f_expr):this.context.push(Ie.f_stat),this.exprAllowed=!1};g.backQuote.updateContext=function(){this.curContext()===Ie.q_tmpl?this.context.pop():this.context.push(Ie.q_tmpl),this.exprAllowed=!1};g.star.updateContext=function(e){if(e===g._function){var i=this.context.length-1;this.context[i]===Ie.f_expr?this.context[i]=Ie.f_expr_gen:this.context[i]=Ie.f_gen}this.exprAllowed=!0};g.name.updateContext=function(e){var i=!1;this.options.ecmaVersion>=6&&e!==g.dot&&(this.value==="of"&&!this.exprAllowed||this.value==="yield"&&this.inGeneratorContext())&&(i=!0),this.exprAllowed=i};var $n="ASCII ASCII_Hex_Digit AHex Alphabetic Alpha Any Assigned Bidi_Control Bidi_C Bidi_Mirrored Bidi_M Case_Ignorable CI Cased Changes_When_Casefolded CWCF Changes_When_Casemapped CWCM Changes_When_Lowercased CWL Changes_When_NFKC_Casefolded CWKCF Changes_When_Titlecased CWT Changes_When_Uppercased CWU Dash Default_Ignorable_Code_Point DI Deprecated Dep Diacritic Dia Emoji Emoji_Component Emoji_Modifier Emoji_Modifier_Base Emoji_Presentation Extender Ext Grapheme_Base Gr_Base Grapheme_Extend Gr_Ext Hex_Digit Hex IDS_Binary_Operator IDSB IDS_Trinary_Operator IDST ID_Continue IDC ID_Start IDS Ideographic Ideo Join_Control Join_C Logical_Order_Exception LOE Lowercase Lower Math Noncharacter_Code_Point NChar Pattern_Syntax Pat_Syn Pattern_White_Space Pat_WS Quotation_Mark QMark Radical Regional_Indicator RI Sentence_Terminal STerm Soft_Dotted SD Terminal_Punctuation Term Unified_Ideograph UIdeo Uppercase Upper Variation_Selector VS White_Space space XID_Continue XIDC XID_Start XIDS",Yn=$n+" Extended_Pictographic",io=Yn,ro={9:$n,10:Yn,11:io},hn="Cased_Letter LC Close_Punctuation Pe Connector_Punctuation Pc Control Cc cntrl Currency_Symbol Sc Dash_Punctuation Pd Decimal_Number Nd digit Enclosing_Mark Me Final_Punctuation Pf Format Cf Initial_Punctuation Pi Letter L Letter_Number Nl Line_Separator Zl Lowercase_Letter Ll Mark M Combining_Mark Math_Symbol Sm Modifier_Letter Lm Modifier_Symbol Sk Nonspacing_Mark Mn Number N Open_Punctuation Ps Other C Other_Letter Lo Other_Number No Other_Punctuation Po Other_Symbol So Paragraph_Separator Zp Private_Use Co Punctuation P punct Separator Z Space_Separator Zs Spacing_Mark Mc Surrogate Cs Symbol S Titlecase_Letter Lt Unassigned Cn Uppercase_Letter Lu",Zn="Adlam Adlm Ahom Ahom Anatolian_Hieroglyphs Hluw Arabic Arab Armenian Armn Avestan Avst Balinese Bali Bamum Bamu Bassa_Vah Bass Batak Batk Bengali Beng Bhaiksuki Bhks Bopomofo Bopo Brahmi Brah Braille Brai Buginese Bugi Buhid Buhd Canadian_Aboriginal Cans Carian Cari Caucasian_Albanian Aghb Chakma Cakm Cham Cham Cherokee Cher Common Zyyy Coptic Copt Qaac Cuneiform Xsux Cypriot Cprt Cyrillic Cyrl Deseret Dsrt Devanagari Deva Duployan Dupl Egyptian_Hieroglyphs Egyp Elbasan Elba Ethiopic Ethi Georgian Geor Glagolitic Glag Gothic Goth Grantha Gran Greek Grek Gujarati Gujr Gurmukhi Guru Han Hani Hangul Hang Hanunoo Hano Hatran Hatr Hebrew Hebr Hiragana Hira Imperial_Aramaic Armi Inherited Zinh Qaai Inscriptional_Pahlavi Phli Inscriptional_Parthian Prti Javanese Java Kaithi Kthi Kannada Knda Katakana Kana Kayah_Li Kali Kharoshthi Khar Khmer Khmr Khojki Khoj Khudawadi Sind Lao Laoo Latin Latn Lepcha Lepc Limbu Limb Linear_A Lina Linear_B Linb Lisu Lisu Lycian Lyci Lydian Lydi Mahajani Mahj Malayalam Mlym Mandaic Mand Manichaean Mani Marchen Marc Masaram_Gondi Gonm Meetei_Mayek Mtei Mende_Kikakui Mend Meroitic_Cursive Merc Meroitic_Hieroglyphs Mero Miao Plrd Modi Modi Mongolian Mong Mro Mroo Multani Mult Myanmar Mymr Nabataean Nbat New_Tai_Lue Talu Newa Newa Nko Nkoo Nushu Nshu Ogham Ogam Ol_Chiki Olck Old_Hungarian Hung Old_Italic Ital Old_North_Arabian Narb Old_Permic Perm Old_Persian Xpeo Old_South_Arabian Sarb Old_Turkic Orkh Oriya Orya Osage Osge Osmanya Osma Pahawh_Hmong Hmng Palmyrene Palm Pau_Cin_Hau Pauc Phags_Pa Phag Phoenician Phnx Psalter_Pahlavi Phlp Rejang Rjng Runic Runr Samaritan Samr Saurashtra Saur Sharada Shrd Shavian Shaw Siddham Sidd SignWriting Sgnw Sinhala Sinh Sora_Sompeng Sora Soyombo Soyo Sundanese Sund Syloti_Nagri Sylo Syriac Syrc Tagalog Tglg Tagbanwa Tagb Tai_Le Tale Tai_Tham Lana Tai_Viet Tavt Takri Takr Tamil Taml Tangut Tang Telugu Telu Thaana Thaa Thai Thai Tibetan Tibt Tifinagh Tfng Tirhuta Tirh Ugaritic Ugar Vai Vaii Warang_Citi Wara Yi Yiii Zanabazar_Square Zanb",es=Zn+" Dogra Dogr Gunjala_Gondi Gong Hanifi_Rohingya Rohg Makasar Maka Medefaidrin Medf Old_Sogdian Sogo Sogdian Sogd",no=es+" Elymaic Elym Nandinagari Nand Nyiakeng_Puachue_Hmong Hmnp Wancho Wcho",so={9:Zn,10:es,11:no},ts={};function gr(e){var i=ts[e]={binary:St(ro[e]+" "+hn),nonBinary:{General_Category:St(hn),Script:St(so[e])}};i.nonBinary.Script_Extensions=i.nonBinary.Script,i.nonBinary.gc=i.nonBinary.General_Category,i.nonBinary.sc=i.nonBinary.Script,i.nonBinary.scx=i.nonBinary.Script_Extensions}gr(9);gr(10);gr(11);var Z=Te.prototype,ot=function(i){this.parser=i,this.validFlags="gim"+(i.options.ecmaVersion>=6?"uy":"")+(i.options.ecmaVersion>=9?"s":""),this.unicodeProperties=ts[i.options.ecmaVersion>=11?11:i.options.ecmaVersion],this.source="",this.flags="",this.start=0,this.switchU=!1,this.switchN=!1,this.pos=0,this.lastIntValue=0,this.lastStringValue="",this.lastAssertionIsQuantifiable=!1,this.numCapturingParens=0,this.maxBackReference=0,this.groupNames=[],this.backReferenceNames=[]};ot.prototype.reset=function(i,r,s){var o=s.indexOf("u")!==-1;this.start=i|0,this.source=r+"",this.flags=s,this.switchU=o&&this.parser.options.ecmaVersion>=6,this.switchN=o&&this.parser.options.ecmaVersion>=9};ot.prototype.raise=function(i){this.parser.raiseRecoverable(this.start,"Invalid regular expression: /"+this.source+"/: "+i)};ot.prototype.at=function(i,r){r===void 0&&(r=!1);var s=this.source,o=s.length;if(i>=o)return-1;var l=s.charCodeAt(i);if(!(r||this.switchU)||l<=55295||l>=57344||i+1>=o)return l;var m=s.charCodeAt(i+1);return m>=56320&&m<=57343?(l<<10)+m-56613888:l};ot.prototype.nextIndex=function(i,r){r===void 0&&(r=!1);var s=this.source,o=s.length;if(i>=o)return o;var l=s.charCodeAt(i),m;return!(r||this.switchU)||l<=55295||l>=57344||i+1>=o||(m=s.charCodeAt(i+1))<56320||m>57343?i+1:i+2};ot.prototype.current=function(i){return i===void 0&&(i=!1),this.at(this.pos,i)};ot.prototype.lookahead=function(i){return i===void 0&&(i=!1),this.at(this.nextIndex(this.pos,i),i)};ot.prototype.advance=function(i){i===void 0&&(i=!1),this.pos=this.nextIndex(this.pos,i)};ot.prototype.eat=function(i,r){return r===void 0&&(r=!1),this.current(r)===i?(this.advance(r),!0):!1};function _i(e){return e<=65535?String.fromCharCode(e):(e-=65536,String.fromCharCode((e>>10)+55296,(e&1023)+56320))}Z.validateRegExpFlags=function(e){for(var i=e.validFlags,r=e.flags,s=0;s-1&&this.raise(e.start,"Duplicate regular expression flag")}};Z.validateRegExpPattern=function(e){this.regexp_pattern(e),!e.switchN&&this.options.ecmaVersion>=9&&e.groupNames.length>0&&(e.switchN=!0,this.regexp_pattern(e))};Z.regexp_pattern=function(e){e.pos=0,e.lastIntValue=0,e.lastStringValue="",e.lastAssertionIsQuantifiable=!1,e.numCapturingParens=0,e.maxBackReference=0,e.groupNames.length=0,e.backReferenceNames.length=0,this.regexp_disjunction(e),e.pos!==e.source.length&&(e.eat(41)&&e.raise("Unmatched ')'"),(e.eat(93)||e.eat(125))&&e.raise("Lone quantifier brackets")),e.maxBackReference>e.numCapturingParens&&e.raise("Invalid escape");for(var i=0,r=e.backReferenceNames;i=9&&(r=e.eat(60)),e.eat(61)||e.eat(33))return this.regexp_disjunction(e),e.eat(41)||e.raise("Unterminated group"),e.lastAssertionIsQuantifiable=!r,!0}return e.pos=i,!1};Z.regexp_eatQuantifier=function(e,i){return i===void 0&&(i=!1),this.regexp_eatQuantifierPrefix(e,i)?(e.eat(63),!0):!1};Z.regexp_eatQuantifierPrefix=function(e,i){return e.eat(42)||e.eat(43)||e.eat(63)||this.regexp_eatBracedQuantifier(e,i)};Z.regexp_eatBracedQuantifier=function(e,i){var r=e.pos;if(e.eat(123)){var s=0,o=-1;if(this.regexp_eatDecimalDigits(e)&&(s=e.lastIntValue,e.eat(44)&&this.regexp_eatDecimalDigits(e)&&(o=e.lastIntValue),e.eat(125)))return o!==-1&&o=9?this.regexp_groupSpecifier(e):e.current()===63&&e.raise("Invalid group"),this.regexp_disjunction(e),e.eat(41))return e.numCapturingParens+=1,!0;e.raise("Unterminated group")}return!1};Z.regexp_eatExtendedAtom=function(e){return e.eat(46)||this.regexp_eatReverseSolidusAtomEscape(e)||this.regexp_eatCharacterClass(e)||this.regexp_eatUncapturingGroup(e)||this.regexp_eatCapturingGroup(e)||this.regexp_eatInvalidBracedQuantifier(e)||this.regexp_eatExtendedPatternCharacter(e)};Z.regexp_eatInvalidBracedQuantifier=function(e){return this.regexp_eatBracedQuantifier(e,!0)&&e.raise("Nothing to repeat"),!1};Z.regexp_eatSyntaxCharacter=function(e){var i=e.current();return is(i)?(e.lastIntValue=i,e.advance(),!0):!1};function is(e){return e===36||e>=40&&e<=43||e===46||e===63||e>=91&&e<=94||e>=123&&e<=125}Z.regexp_eatPatternCharacters=function(e){for(var i=e.pos,r=0;(r=e.current())!==-1&&!is(r);)e.advance();return e.pos!==i};Z.regexp_eatExtendedPatternCharacter=function(e){var i=e.current();return i!==-1&&i!==36&&!(i>=40&&i<=43)&&i!==46&&i!==63&&i!==91&&i!==94&&i!==124?(e.advance(),!0):!1};Z.regexp_groupSpecifier=function(e){if(e.eat(63)){if(this.regexp_eatGroupName(e)){e.groupNames.indexOf(e.lastStringValue)!==-1&&e.raise("Duplicate capture group name"),e.groupNames.push(e.lastStringValue);return}e.raise("Invalid group")}};Z.regexp_eatGroupName=function(e){if(e.lastStringValue="",e.eat(60)){if(this.regexp_eatRegExpIdentifierName(e)&&e.eat(62))return!0;e.raise("Invalid capture group name")}return!1};Z.regexp_eatRegExpIdentifierName=function(e){if(e.lastStringValue="",this.regexp_eatRegExpIdentifierStart(e)){for(e.lastStringValue+=_i(e.lastIntValue);this.regexp_eatRegExpIdentifierPart(e);)e.lastStringValue+=_i(e.lastIntValue);return!0}return!1};Z.regexp_eatRegExpIdentifierStart=function(e){var i=e.pos,r=this.options.ecmaVersion>=11,s=e.current(r);return e.advance(r),s===92&&this.regexp_eatRegExpUnicodeEscapeSequence(e,r)&&(s=e.lastIntValue),ao(s)?(e.lastIntValue=s,!0):(e.pos=i,!1)};function ao(e){return dt(e,!0)||e===36||e===95}Z.regexp_eatRegExpIdentifierPart=function(e){var i=e.pos,r=this.options.ecmaVersion>=11,s=e.current(r);return e.advance(r),s===92&&this.regexp_eatRegExpUnicodeEscapeSequence(e,r)&&(s=e.lastIntValue),oo(s)?(e.lastIntValue=s,!0):(e.pos=i,!1)};function oo(e){return Ft(e,!0)||e===36||e===95||e===8204||e===8205}Z.regexp_eatAtomEscape=function(e){return this.regexp_eatBackReference(e)||this.regexp_eatCharacterClassEscape(e)||this.regexp_eatCharacterEscape(e)||e.switchN&&this.regexp_eatKGroupName(e)?!0:(e.switchU&&(e.current()===99&&e.raise("Invalid unicode escape"),e.raise("Invalid escape")),!1)};Z.regexp_eatBackReference=function(e){var i=e.pos;if(this.regexp_eatDecimalEscape(e)){var r=e.lastIntValue;if(e.switchU)return r>e.maxBackReference&&(e.maxBackReference=r),!0;if(r<=e.numCapturingParens)return!0;e.pos=i}return!1};Z.regexp_eatKGroupName=function(e){if(e.eat(107)){if(this.regexp_eatGroupName(e))return e.backReferenceNames.push(e.lastStringValue),!0;e.raise("Invalid named reference")}return!1};Z.regexp_eatCharacterEscape=function(e){return this.regexp_eatControlEscape(e)||this.regexp_eatCControlLetter(e)||this.regexp_eatZero(e)||this.regexp_eatHexEscapeSequence(e)||this.regexp_eatRegExpUnicodeEscapeSequence(e,!1)||!e.switchU&&this.regexp_eatLegacyOctalEscapeSequence(e)||this.regexp_eatIdentityEscape(e)};Z.regexp_eatCControlLetter=function(e){var i=e.pos;if(e.eat(99)){if(this.regexp_eatControlLetter(e))return!0;e.pos=i}return!1};Z.regexp_eatZero=function(e){return e.current()===48&&!Ti(e.lookahead())?(e.lastIntValue=0,e.advance(),!0):!1};Z.regexp_eatControlEscape=function(e){var i=e.current();return i===116?(e.lastIntValue=9,e.advance(),!0):i===110?(e.lastIntValue=10,e.advance(),!0):i===118?(e.lastIntValue=11,e.advance(),!0):i===102?(e.lastIntValue=12,e.advance(),!0):i===114?(e.lastIntValue=13,e.advance(),!0):!1};Z.regexp_eatControlLetter=function(e){var i=e.current();return rs(i)?(e.lastIntValue=i%32,e.advance(),!0):!1};function rs(e){return e>=65&&e<=90||e>=97&&e<=122}Z.regexp_eatRegExpUnicodeEscapeSequence=function(e,i){i===void 0&&(i=!1);var r=e.pos,s=i||e.switchU;if(e.eat(117)){if(this.regexp_eatFixedHexDigits(e,4)){var o=e.lastIntValue;if(s&&o>=55296&&o<=56319){var l=e.pos;if(e.eat(92)&&e.eat(117)&&this.regexp_eatFixedHexDigits(e,4)){var m=e.lastIntValue;if(m>=56320&&m<=57343)return e.lastIntValue=(o-55296)*1024+(m-56320)+65536,!0}e.pos=l,e.lastIntValue=o}return!0}if(s&&e.eat(123)&&this.regexp_eatHexDigits(e)&&e.eat(125)&&uo(e.lastIntValue))return!0;s&&e.raise("Invalid unicode escape"),e.pos=r}return!1};function uo(e){return e>=0&&e<=1114111}Z.regexp_eatIdentityEscape=function(e){if(e.switchU)return this.regexp_eatSyntaxCharacter(e)?!0:e.eat(47)?(e.lastIntValue=47,!0):!1;var i=e.current();return i!==99&&(!e.switchN||i!==107)?(e.lastIntValue=i,e.advance(),!0):!1};Z.regexp_eatDecimalEscape=function(e){e.lastIntValue=0;var i=e.current();if(i>=49&&i<=57){do e.lastIntValue=10*e.lastIntValue+(i-48),e.advance();while((i=e.current())>=48&&i<=57);return!0}return!1};Z.regexp_eatCharacterClassEscape=function(e){var i=e.current();if(ho(i))return e.lastIntValue=-1,e.advance(),!0;if(e.switchU&&this.options.ecmaVersion>=9&&(i===80||i===112)){if(e.lastIntValue=-1,e.advance(),e.eat(123)&&this.regexp_eatUnicodePropertyValueExpression(e)&&e.eat(125))return!0;e.raise("Invalid property name")}return!1};function ho(e){return e===100||e===68||e===115||e===83||e===119||e===87}Z.regexp_eatUnicodePropertyValueExpression=function(e){var i=e.pos;if(this.regexp_eatUnicodePropertyName(e)&&e.eat(61)){var r=e.lastStringValue;if(this.regexp_eatUnicodePropertyValue(e)){var s=e.lastStringValue;return this.regexp_validateUnicodePropertyNameAndValue(e,r,s),!0}}if(e.pos=i,this.regexp_eatLoneUnicodePropertyNameOrValue(e)){var o=e.lastStringValue;return this.regexp_validateUnicodePropertyNameOrValue(e,o),!0}return!1};Z.regexp_validateUnicodePropertyNameAndValue=function(e,i,r){wi(e.unicodeProperties.nonBinary,i)||e.raise("Invalid property name"),e.unicodeProperties.nonBinary[i].test(r)||e.raise("Invalid property value")};Z.regexp_validateUnicodePropertyNameOrValue=function(e,i){e.unicodeProperties.binary.test(i)||e.raise("Invalid property name")};Z.regexp_eatUnicodePropertyName=function(e){var i=0;for(e.lastStringValue="";ns(i=e.current());)e.lastStringValue+=_i(i),e.advance();return e.lastStringValue!==""};function ns(e){return rs(e)||e===95}Z.regexp_eatUnicodePropertyValue=function(e){var i=0;for(e.lastStringValue="";lo(i=e.current());)e.lastStringValue+=_i(i),e.advance();return e.lastStringValue!==""};function lo(e){return ns(e)||Ti(e)}Z.regexp_eatLoneUnicodePropertyNameOrValue=function(e){return this.regexp_eatUnicodePropertyValue(e)};Z.regexp_eatCharacterClass=function(e){if(e.eat(91)){if(e.eat(94),this.regexp_classRanges(e),e.eat(93))return!0;e.raise("Unterminated character class")}return!1};Z.regexp_classRanges=function(e){for(;this.regexp_eatClassAtom(e);){var i=e.lastIntValue;if(e.eat(45)&&this.regexp_eatClassAtom(e)){var r=e.lastIntValue;e.switchU&&(i===-1||r===-1)&&e.raise("Invalid character class"),i!==-1&&r!==-1&&i>r&&e.raise("Range out of order in character class")}}};Z.regexp_eatClassAtom=function(e){var i=e.pos;if(e.eat(92)){if(this.regexp_eatClassEscape(e))return!0;if(e.switchU){var r=e.current();(r===99||os(r))&&e.raise("Invalid class escape"),e.raise("Invalid escape")}e.pos=i}var s=e.current();return s!==93?(e.lastIntValue=s,e.advance(),!0):!1};Z.regexp_eatClassEscape=function(e){var i=e.pos;if(e.eat(98))return e.lastIntValue=8,!0;if(e.switchU&&e.eat(45))return e.lastIntValue=45,!0;if(!e.switchU&&e.eat(99)){if(this.regexp_eatClassControlLetter(e))return!0;e.pos=i}return this.regexp_eatCharacterClassEscape(e)||this.regexp_eatCharacterEscape(e)};Z.regexp_eatClassControlLetter=function(e){var i=e.current();return Ti(i)||i===95?(e.lastIntValue=i%32,e.advance(),!0):!1};Z.regexp_eatHexEscapeSequence=function(e){var i=e.pos;if(e.eat(120)){if(this.regexp_eatFixedHexDigits(e,2))return!0;e.switchU&&e.raise("Invalid escape"),e.pos=i}return!1};Z.regexp_eatDecimalDigits=function(e){var i=e.pos,r=0;for(e.lastIntValue=0;Ti(r=e.current());)e.lastIntValue=10*e.lastIntValue+(r-48),e.advance();return e.pos!==i};function Ti(e){return e>=48&&e<=57}Z.regexp_eatHexDigits=function(e){var i=e.pos,r=0;for(e.lastIntValue=0;ss(r=e.current());)e.lastIntValue=16*e.lastIntValue+as(r),e.advance();return e.pos!==i};function ss(e){return e>=48&&e<=57||e>=65&&e<=70||e>=97&&e<=102}function as(e){return e>=65&&e<=70?10+(e-65):e>=97&&e<=102?10+(e-97):e-48}Z.regexp_eatLegacyOctalEscapeSequence=function(e){if(this.regexp_eatOctalDigit(e)){var i=e.lastIntValue;if(this.regexp_eatOctalDigit(e)){var r=e.lastIntValue;i<=3&&this.regexp_eatOctalDigit(e)?e.lastIntValue=i*64+r*8+e.lastIntValue:e.lastIntValue=i*8+r}else e.lastIntValue=i;return!0}return!1};Z.regexp_eatOctalDigit=function(e){var i=e.current();return os(i)?(e.lastIntValue=i-48,e.advance(),!0):(e.lastIntValue=0,!1)};function os(e){return e>=48&&e<=55}Z.regexp_eatFixedHexDigits=function(e,i){var r=e.pos;e.lastIntValue=0;for(var s=0;s=this.input.length)return this.finishToken(g.eof);if(e.override)return e.override(this);this.readToken(this.fullCharCodeAtPos())};ce.readToken=function(e){return dt(e,this.options.ecmaVersion>=6)||e===92?this.readWord():this.getTokenFromCode(e)};ce.fullCharCodeAtPos=function(){var e=this.input.charCodeAt(this.pos);if(e<=55295||e>=57344)return e;var i=this.input.charCodeAt(this.pos+1);return(e<<10)+i-56613888};ce.skipBlockComment=function(){var e=this.options.onComment&&this.curPosition(),i=this.pos,r=this.input.indexOf("*/",this.pos+=2);if(r===-1&&this.raise(this.pos-2,"Unterminated comment"),this.pos=r+2,this.options.locations){Kt.lastIndex=i;for(var s;(s=Kt.exec(this.input))&&s.index8&&e<14||e>=5760&&Bn.test(String.fromCharCode(e)))++this.pos;else break e}}};ce.finishToken=function(e,i){this.end=this.pos,this.options.locations&&(this.endLoc=this.curPosition());var r=this.type;this.type=e,this.value=i,this.updateContext(r)};ce.readToken_dot=function(){var e=this.input.charCodeAt(this.pos+1);if(e>=48&&e<=57)return this.readNumber(!0);var i=this.input.charCodeAt(this.pos+2);return this.options.ecmaVersion>=6&&e===46&&i===46?(this.pos+=3,this.finishToken(g.ellipsis)):(++this.pos,this.finishToken(g.dot))};ce.readToken_slash=function(){var e=this.input.charCodeAt(this.pos+1);return this.exprAllowed?(++this.pos,this.readRegexp()):e===61?this.finishOp(g.assign,2):this.finishOp(g.slash,1)};ce.readToken_mult_modulo_exp=function(e){var i=this.input.charCodeAt(this.pos+1),r=1,s=e===42?g.star:g.modulo;return this.options.ecmaVersion>=7&&e===42&&i===42&&(++r,s=g.starstar,i=this.input.charCodeAt(this.pos+2)),i===61?this.finishOp(g.assign,r+1):this.finishOp(s,r)};ce.readToken_pipe_amp=function(e){var i=this.input.charCodeAt(this.pos+1);if(i===e){if(this.options.ecmaVersion>=12){var r=this.input.charCodeAt(this.pos+2);if(r===61)return this.finishOp(g.assign,3)}return this.finishOp(e===124?g.logicalOR:g.logicalAND,2)}return i===61?this.finishOp(g.assign,2):this.finishOp(e===124?g.bitwiseOR:g.bitwiseAND,1)};ce.readToken_caret=function(){var e=this.input.charCodeAt(this.pos+1);return e===61?this.finishOp(g.assign,2):this.finishOp(g.bitwiseXOR,1)};ce.readToken_plus_min=function(e){var i=this.input.charCodeAt(this.pos+1);return i===e?i===45&&!this.inModule&&this.input.charCodeAt(this.pos+2)===62&&(this.lastTokEnd===0||Xe.test(this.input.slice(this.lastTokEnd,this.pos)))?(this.skipLineComment(3),this.skipSpace(),this.nextToken()):this.finishOp(g.incDec,2):i===61?this.finishOp(g.assign,2):this.finishOp(g.plusMin,1)};ce.readToken_lt_gt=function(e){var i=this.input.charCodeAt(this.pos+1),r=1;return i===e?(r=e===62&&this.input.charCodeAt(this.pos+2)===62?3:2,this.input.charCodeAt(this.pos+r)===61?this.finishOp(g.assign,r+1):this.finishOp(g.bitShift,r)):i===33&&e===60&&!this.inModule&&this.input.charCodeAt(this.pos+2)===45&&this.input.charCodeAt(this.pos+3)===45?(this.skipLineComment(4),this.skipSpace(),this.nextToken()):(i===61&&(r=2),this.finishOp(g.relational,r))};ce.readToken_eq_excl=function(e){var i=this.input.charCodeAt(this.pos+1);return i===61?this.finishOp(g.equality,this.input.charCodeAt(this.pos+2)===61?3:2):e===61&&i===62&&this.options.ecmaVersion>=6?(this.pos+=2,this.finishToken(g.arrow)):this.finishOp(e===61?g.eq:g.prefix,1)};ce.readToken_question=function(){var e=this.options.ecmaVersion;if(e>=11){var i=this.input.charCodeAt(this.pos+1);if(i===46){var r=this.input.charCodeAt(this.pos+2);if(r<48||r>57)return this.finishOp(g.questionDot,2)}if(i===63){if(e>=12){var s=this.input.charCodeAt(this.pos+2);if(s===61)return this.finishOp(g.assign,3)}return this.finishOp(g.coalesce,2)}}return this.finishOp(g.question,1)};ce.getTokenFromCode=function(e){switch(e){case 46:return this.readToken_dot();case 40:return++this.pos,this.finishToken(g.parenL);case 41:return++this.pos,this.finishToken(g.parenR);case 59:return++this.pos,this.finishToken(g.semi);case 44:return++this.pos,this.finishToken(g.comma);case 91:return++this.pos,this.finishToken(g.bracketL);case 93:return++this.pos,this.finishToken(g.bracketR);case 123:return++this.pos,this.finishToken(g.braceL);case 125:return++this.pos,this.finishToken(g.braceR);case 58:return++this.pos,this.finishToken(g.colon);case 96:if(this.options.ecmaVersion<6)break;return++this.pos,this.finishToken(g.backQuote);case 48:var i=this.input.charCodeAt(this.pos+1);if(i===120||i===88)return this.readRadixNumber(16);if(this.options.ecmaVersion>=6){if(i===111||i===79)return this.readRadixNumber(8);if(i===98||i===66)return this.readRadixNumber(2)}case 49:case 50:case 51:case 52:case 53:case 54:case 55:case 56:case 57:return this.readNumber(!1);case 34:case 39:return this.readString(e);case 47:return this.readToken_slash();case 37:case 42:return this.readToken_mult_modulo_exp(e);case 124:case 38:return this.readToken_pipe_amp(e);case 94:return this.readToken_caret();case 43:case 45:return this.readToken_plus_min(e);case 60:case 62:return this.readToken_lt_gt(e);case 61:case 33:return this.readToken_eq_excl(e);case 63:return this.readToken_question();case 126:return this.finishOp(g.prefix,1)}this.raise(this.pos,"Unexpected character '"+vr(e)+"'")};ce.finishOp=function(e,i){var r=this.input.slice(this.pos,this.pos+i);return this.pos+=i,this.finishToken(e,r)};ce.readRegexp=function(){for(var e,i,r=this.pos;;){this.pos>=this.input.length&&this.raise(r,"Unterminated regular expression");var s=this.input.charAt(this.pos);if(Xe.test(s)&&this.raise(r,"Unterminated regular expression"),e)e=!1;else{if(s==="[")i=!0;else if(s==="]"&&i)i=!1;else if(s==="/"&&!i)break;e=s==="\\"}++this.pos}var o=this.input.slice(r,this.pos);++this.pos;var l=this.pos,m=this.readWord1();this.containsEsc&&this.unexpected(l);var x=this.regexpState||(this.regexpState=new ot(this));x.reset(r,o,m),this.validateRegExpFlags(x),this.validateRegExpPattern(x);var v=null;try{v=new RegExp(o,m)}catch{}return this.finishToken(g.regexp,{pattern:o,flags:m,value:v})};ce.readInt=function(e,i,r){for(var s=this.options.ecmaVersion>=12&&i===void 0,o=r&&this.input.charCodeAt(this.pos)===48,l=this.pos,m=0,x=0,v=0,C=i??1/0;v=97?A=_-97+10:_>=65?A=_-65+10:_>=48&&_<=57?A=_-48:A=1/0,A>=e)break;x=_,m=m*e+A}return s&&x===95&&this.raiseRecoverable(this.pos-1,"Numeric separator is not allowed at the last of digits"),this.pos===l||i!=null&&this.pos-l!==i?null:m};function co(e,i){return i?parseInt(e,8):parseFloat(e.replace(/_/g,""))}function us(e){return typeof BigInt!="function"?null:BigInt(e.replace(/_/g,""))}ce.readRadixNumber=function(e){var i=this.pos;this.pos+=2;var r=this.readInt(e);return r==null&&this.raise(this.start+2,"Expected number in radix "+e),this.options.ecmaVersion>=11&&this.input.charCodeAt(this.pos)===110?(r=us(this.input.slice(i,this.pos)),++this.pos):dt(this.fullCharCodeAtPos())&&this.raise(this.pos,"Identifier directly after number"),this.finishToken(g.num,r)};ce.readNumber=function(e){var i=this.pos;!e&&this.readInt(10,void 0,!0)===null&&this.raise(i,"Invalid number");var r=this.pos-i>=2&&this.input.charCodeAt(i)===48;r&&this.strict&&this.raise(i,"Invalid number");var s=this.input.charCodeAt(this.pos);if(!r&&!e&&this.options.ecmaVersion>=11&&s===110){var o=us(this.input.slice(i,this.pos));return++this.pos,dt(this.fullCharCodeAtPos())&&this.raise(this.pos,"Identifier directly after number"),this.finishToken(g.num,o)}r&&/[89]/.test(this.input.slice(i,this.pos))&&(r=!1),s===46&&!r&&(++this.pos,this.readInt(10),s=this.input.charCodeAt(this.pos)),(s===69||s===101)&&!r&&(s=this.input.charCodeAt(++this.pos),(s===43||s===45)&&++this.pos,this.readInt(10)===null&&this.raise(i,"Invalid number")),dt(this.fullCharCodeAtPos())&&this.raise(this.pos,"Identifier directly after number");var l=co(this.input.slice(i,this.pos),r);return this.finishToken(g.num,l)};ce.readCodePoint=function(){var e=this.input.charCodeAt(this.pos),i;if(e===123){this.options.ecmaVersion<6&&this.unexpected();var r=++this.pos;i=this.readHexChar(this.input.indexOf("}",this.pos)-this.pos),++this.pos,i>1114111&&this.invalidStringToken(r,"Code point out of bounds")}else i=this.readHexChar(4);return i};function vr(e){return e<=65535?String.fromCharCode(e):(e-=65536,String.fromCharCode((e>>10)+55296,(e&1023)+56320))}ce.readString=function(e){for(var i="",r=++this.pos;;){this.pos>=this.input.length&&this.raise(this.start,"Unterminated string constant");var s=this.input.charCodeAt(this.pos);if(s===e)break;s===92?(i+=this.input.slice(r,this.pos),i+=this.readEscapedChar(!1),r=this.pos):(ri(s,this.options.ecmaVersion>=10)&&this.raise(this.start,"Unterminated string constant"),++this.pos)}return i+=this.input.slice(r,this.pos++),this.finishToken(g.string,i)};var hs={};ce.tryReadTemplateToken=function(){this.inTemplateElement=!0;try{this.readTmplToken()}catch(e){if(e===hs)this.readInvalidTemplateToken();else throw e}this.inTemplateElement=!1};ce.invalidStringToken=function(e,i){if(this.inTemplateElement&&this.options.ecmaVersion>=9)throw hs;this.raise(e,i)};ce.readTmplToken=function(){for(var e="",i=this.pos;;){this.pos>=this.input.length&&this.raise(this.start,"Unterminated template");var r=this.input.charCodeAt(this.pos);if(r===96||r===36&&this.input.charCodeAt(this.pos+1)===123)return this.pos===this.start&&(this.type===g.template||this.type===g.invalidTemplate)?r===36?(this.pos+=2,this.finishToken(g.dollarBraceL)):(++this.pos,this.finishToken(g.backQuote)):(e+=this.input.slice(i,this.pos),this.finishToken(g.template,e));if(r===92)e+=this.input.slice(i,this.pos),e+=this.readEscapedChar(!0),i=this.pos;else if(ri(r)){switch(e+=this.input.slice(i,this.pos),++this.pos,r){case 13:this.input.charCodeAt(this.pos)===10&&++this.pos;case 10:e+=` +`;break;default:e+=String.fromCharCode(r);break}this.options.locations&&(++this.curLine,this.lineStart=this.pos),i=this.pos}else++this.pos}};ce.readInvalidTemplateToken=function(){for(;this.pos=48&&i<=55){var s=this.input.substr(this.pos-1,3).match(/^[0-7]+/)[0],o=parseInt(s,8);return o>255&&(s=s.slice(0,-1),o=parseInt(s,8)),this.pos+=s.length-1,i=this.input.charCodeAt(this.pos),(s!=="0"||i===56||i===57)&&(this.strict||e)&&this.invalidStringToken(this.pos-1-s.length,e?"Octal literal in template string":"Octal literal in strict mode"),String.fromCharCode(o)}return ri(i)?"":String.fromCharCode(i)}};ce.readHexChar=function(e){var i=this.pos,r=this.readInt(16,e);return r===null&&this.invalidStringToken(i,"Bad character escape sequence"),r};ce.readWord1=function(){this.containsEsc=!1;for(var e="",i=!0,r=this.pos,s=this.options.ecmaVersion>=6;this.pos",nbsp:" ",iexcl:"¡",cent:"¢",pound:"£",curren:"¤",yen:"¥",brvbar:"¦",sect:"§",uml:"¨",copy:"©",ordf:"ª",laquo:"«",not:"¬",shy:"­",reg:"®",macr:"¯",deg:"°",plusmn:"±",sup2:"²",sup3:"³",acute:"´",micro:"µ",para:"¶",middot:"·",cedil:"¸",sup1:"¹",ordm:"º",raquo:"»",frac14:"¼",frac12:"½",frac34:"¾",iquest:"¿",Agrave:"À",Aacute:"Á",Acirc:"Â",Atilde:"Ã",Auml:"Ä",Aring:"Å",AElig:"Æ",Ccedil:"Ç",Egrave:"È",Eacute:"É",Ecirc:"Ê",Euml:"Ë",Igrave:"Ì",Iacute:"Í",Icirc:"Î",Iuml:"Ï",ETH:"Ð",Ntilde:"Ñ",Ograve:"Ò",Oacute:"Ó",Ocirc:"Ô",Otilde:"Õ",Ouml:"Ö",times:"×",Oslash:"Ø",Ugrave:"Ù",Uacute:"Ú",Ucirc:"Û",Uuml:"Ü",Yacute:"Ý",THORN:"Þ",szlig:"ß",agrave:"à",aacute:"á",acirc:"â",atilde:"ã",auml:"ä",aring:"å",aelig:"æ",ccedil:"ç",egrave:"è",eacute:"é",ecirc:"ê",euml:"ë",igrave:"ì",iacute:"í",icirc:"î",iuml:"ï",eth:"ð",ntilde:"ñ",ograve:"ò",oacute:"ó",ocirc:"ô",otilde:"õ",ouml:"ö",divide:"÷",oslash:"ø",ugrave:"ù",uacute:"ú",ucirc:"û",uuml:"ü",yacute:"ý",thorn:"þ",yuml:"ÿ",OElig:"Œ",oelig:"œ",Scaron:"Š",scaron:"š",Yuml:"Ÿ",fnof:"ƒ",circ:"ˆ",tilde:"˜",Alpha:"Α",Beta:"Β",Gamma:"Γ",Delta:"Δ",Epsilon:"Ε",Zeta:"Ζ",Eta:"Η",Theta:"Θ",Iota:"Ι",Kappa:"Κ",Lambda:"Λ",Mu:"Μ",Nu:"Ν",Xi:"Ξ",Omicron:"Ο",Pi:"Π",Rho:"Ρ",Sigma:"Σ",Tau:"Τ",Upsilon:"Υ",Phi:"Φ",Chi:"Χ",Psi:"Ψ",Omega:"Ω",alpha:"α",beta:"β",gamma:"γ",delta:"δ",epsilon:"ε",zeta:"ζ",eta:"η",theta:"θ",iota:"ι",kappa:"κ",lambda:"λ",mu:"μ",nu:"ν",xi:"ξ",omicron:"ο",pi:"π",rho:"ρ",sigmaf:"ς",sigma:"σ",tau:"τ",upsilon:"υ",phi:"φ",chi:"χ",psi:"ψ",omega:"ω",thetasym:"ϑ",upsih:"ϒ",piv:"ϖ",ensp:" ",emsp:" ",thinsp:" ",zwnj:"‌",zwj:"‍",lrm:"‎",rlm:"‏",ndash:"–",mdash:"—",lsquo:"‘",rsquo:"’",sbquo:"‚",ldquo:"“",rdquo:"”",bdquo:"„",dagger:"†",Dagger:"‡",bull:"•",hellip:"…",permil:"‰",prime:"′",Prime:"″",lsaquo:"‹",rsaquo:"›",oline:"‾",frasl:"⁄",euro:"€",image:"ℑ",weierp:"℘",real:"ℜ",trade:"™",alefsym:"ℵ",larr:"←",uarr:"↑",rarr:"→",darr:"↓",harr:"↔",crarr:"↵",lArr:"⇐",uArr:"⇑",rArr:"⇒",dArr:"⇓",hArr:"⇔",forall:"∀",part:"∂",exist:"∃",empty:"∅",nabla:"∇",isin:"∈",notin:"∉",ni:"∋",prod:"∏",sum:"∑",minus:"−",lowast:"∗",radic:"√",prop:"∝",infin:"∞",ang:"∠",and:"∧",or:"∨",cap:"∩",cup:"∪",int:"∫",there4:"∴",sim:"∼",cong:"≅",asymp:"≈",ne:"≠",equiv:"≡",le:"≤",ge:"≥",sub:"⊂",sup:"⊃",nsub:"⊄",sube:"⊆",supe:"⊇",oplus:"⊕",otimes:"⊗",perp:"⊥",sdot:"⋅",lceil:"⌈",rceil:"⌉",lfloor:"⌊",rfloor:"⌋",lang:"〈",rang:"〉",loz:"◊",spades:"♠",clubs:"♣",hearts:"♥",diams:"♦"},vi={exports:{}},ln;function cn(){return ln||(ln=1,function(e,i){(function(r,s){s(i)})(Vt,function(r){var s=[509,0,227,0,150,4,294,9,1368,2,2,1,6,3,41,2,5,0,166,1,574,3,9,9,370,1,81,2,71,10,50,3,123,2,54,14,32,10,3,1,11,3,46,10,8,0,46,9,7,2,37,13,2,9,6,1,45,0,13,2,49,13,9,3,2,11,83,11,7,0,3,0,158,11,6,9,7,3,56,1,2,6,3,1,3,2,10,0,11,1,3,6,4,4,193,17,10,9,5,0,82,19,13,9,214,6,3,8,28,1,83,16,16,9,82,12,9,9,84,14,5,9,243,14,166,9,71,5,2,1,3,3,2,0,2,1,13,9,120,6,3,6,4,0,29,9,41,6,2,3,9,0,10,10,47,15,406,7,2,7,17,9,57,21,2,13,123,5,4,0,2,1,2,6,2,0,9,9,49,4,2,1,2,4,9,9,330,3,10,1,2,0,49,6,4,4,14,9,5351,0,7,14,13835,9,87,9,39,4,60,6,26,9,1014,0,2,54,8,3,82,0,12,1,19628,1,4706,45,3,22,543,4,4,5,9,7,3,6,31,3,149,2,1418,49,513,54,5,49,9,0,15,0,23,4,2,14,1361,6,2,16,3,6,2,1,2,4,101,0,161,6,10,9,357,0,62,13,499,13,983,6,110,6,6,9,4759,9,787719,239],o=[0,11,2,25,2,18,2,1,2,14,3,13,35,122,70,52,268,28,4,48,48,31,14,29,6,37,11,29,3,35,5,7,2,4,43,157,19,35,5,35,5,39,9,51,13,10,2,14,2,6,2,1,2,10,2,14,2,6,2,1,68,310,10,21,11,7,25,5,2,41,2,8,70,5,3,0,2,43,2,1,4,0,3,22,11,22,10,30,66,18,2,1,11,21,11,25,71,55,7,1,65,0,16,3,2,2,2,28,43,28,4,28,36,7,2,27,28,53,11,21,11,18,14,17,111,72,56,50,14,50,14,35,349,41,7,1,79,28,11,0,9,21,43,17,47,20,28,22,13,52,58,1,3,0,14,44,33,24,27,35,30,0,3,0,9,34,4,0,13,47,15,3,22,0,2,0,36,17,2,24,20,1,64,6,2,0,2,3,2,14,2,9,8,46,39,7,3,1,3,21,2,6,2,1,2,4,4,0,19,0,13,4,159,52,19,3,21,2,31,47,21,1,2,0,185,46,42,3,37,47,21,0,60,42,14,0,72,26,38,6,186,43,117,63,32,7,3,0,3,7,2,1,2,23,16,0,2,0,95,7,3,38,17,0,2,0,29,0,11,39,8,0,22,0,12,45,20,0,19,72,264,8,2,36,18,0,50,29,113,6,2,1,2,37,22,0,26,5,2,1,2,31,15,0,328,18,16,0,2,12,2,33,125,0,80,921,103,110,18,195,2637,96,16,1071,18,5,4026,582,8634,568,8,30,18,78,18,29,19,47,17,3,32,20,6,18,689,63,129,74,6,0,67,12,65,1,2,0,29,6135,9,1237,43,8,8936,3,2,6,2,1,2,290,16,0,30,2,3,0,15,3,9,395,2309,106,6,12,4,8,8,9,5991,84,2,70,2,1,3,0,3,1,3,3,2,11,2,0,2,6,2,64,2,3,3,7,2,6,2,27,2,3,2,4,2,0,4,6,2,339,3,24,2,24,2,30,2,24,2,30,2,24,2,30,2,24,2,30,2,24,2,7,1845,30,7,5,262,61,147,44,11,6,17,0,322,29,19,43,485,27,757,6,2,3,2,1,2,14,2,196,60,67,8,0,1205,3,2,26,2,1,2,0,3,0,2,9,2,3,2,0,2,0,7,0,5,0,2,0,2,0,2,2,2,1,2,0,3,0,2,0,2,0,2,0,2,0,2,1,2,0,3,3,2,6,2,3,2,3,2,0,2,9,2,16,6,2,2,4,2,16,4421,42719,33,4153,7,221,3,5761,15,7472,16,621,2467,541,1507,4938,6,4191],l="‌‍·̀-ͯ·҃-֑҇-ׇֽֿׁׂׅׄؐ-ًؚ-٩ٰۖ-ۜ۟-۪ۤۧۨ-ۭ۰-۹ܑܰ-݊ަ-ް߀-߉߫-߽߳ࠖ-࠙ࠛ-ࠣࠥ-ࠧࠩ-࡙࠭-࡛࢘-࢟࣊-ࣣ࣡-ःऺ-़ा-ॏ॑-ॗॢॣ०-९ঁ-ঃ়া-ৄেৈো-্ৗৢৣ০-৯৾ਁ-ਃ਼ਾ-ੂੇੈੋ-੍ੑ੦-ੱੵઁ-ઃ઼ા-ૅે-ૉો-્ૢૣ૦-૯ૺ-૿ଁ-ଃ଼ା-ୄେୈୋ-୍୕-ୗୢୣ୦-୯ஂா-ூெ-ைொ-்ௗ௦-௯ఀ-ఄ఼ా-ౄె-ైొ-్ౕౖౢౣ౦-౯ಁ-ಃ಼ಾ-ೄೆ-ೈೊ-್ೕೖೢೣ೦-೯ೳഀ-ഃ഻഼ാ-ൄെ-ൈൊ-്ൗൢൣ൦-൯ඁ-ඃ්ා-ුූෘ-ෟ෦-෯ෲෳัิ-ฺ็-๎๐-๙ັິ-ຼ່-໎໐-໙༘༙༠-༩༹༵༷༾༿ཱ-྄྆྇ྍ-ྗྙ-ྼ࿆ါ-ှ၀-၉ၖ-ၙၞ-ၠၢ-ၤၧ-ၭၱ-ၴႂ-ႍႏ-ႝ፝-፟፩-፱ᜒ-᜕ᜲ-᜴ᝒᝓᝲᝳ឴-៓៝០-៩᠋-᠍᠏-᠙ᢩᤠ-ᤫᤰ-᤻᥆-᥏᧐-᧚ᨗ-ᨛᩕ-ᩞ᩠-᩿᩼-᪉᪐-᪙᪰-᪽ᪿ-ᫎᬀ-ᬄ᬴-᭄᭐-᭙᭫-᭳ᮀ-ᮂᮡ-ᮭ᮰-᮹᯦-᯳ᰤ-᰷᱀-᱉᱐-᱙᳐-᳔᳒-᳨᳭᳴᳷-᳹᷀-᷿‌‍‿⁀⁔⃐-⃥⃜⃡-⃰⳯-⵿⳱ⷠ-〪ⷿ-゙゚〯・꘠-꘩꙯ꙴ-꙽ꚞꚟ꛰꛱ꠂ꠆ꠋꠣ-ꠧ꠬ꢀꢁꢴ-ꣅ꣐-꣙꣠-꣱ꣿ-꤉ꤦ-꤭ꥇ-꥓ꦀ-ꦃ꦳-꧀꧐-꧙ꧥ꧰-꧹ꨩ-ꨶꩃꩌꩍ꩐-꩙ꩻ-ꩽꪰꪲ-ꪴꪷꪸꪾ꪿꫁ꫫ-ꫯꫵ꫶ꯣ-ꯪ꯬꯭꯰-꯹ﬞ︀-️︠-︯︳︴﹍-﹏0-9_・",m="ªµºÀ-ÖØ-öø-ˁˆ-ˑˠ-ˤˬˮͰ-ʹͶͷͺ-ͽͿΆΈ-ΊΌΎ-ΡΣ-ϵϷ-ҁҊ-ԯԱ-Ֆՙՠ-ֈא-תׯ-ײؠ-يٮٯٱ-ۓەۥۦۮۯۺ-ۼۿܐܒ-ܯݍ-ޥޱߊ-ߪߴߵߺࠀ-ࠕࠚࠤࠨࡀ-ࡘࡠ-ࡪࡰ-ࢇࢉ-ࢎࢠ-ࣉऄ-हऽॐक़-ॡॱ-ঀঅ-ঌএঐও-নপ-রলশ-হঽৎড়ঢ়য়-ৡৰৱৼਅ-ਊਏਐਓ-ਨਪ-ਰਲਲ਼ਵਸ਼ਸਹਖ਼-ੜਫ਼ੲ-ੴઅ-ઍએ-ઑઓ-નપ-રલળવ-હઽૐૠૡૹଅ-ଌଏଐଓ-ନପ-ରଲଳଵ-ହଽଡ଼ଢ଼ୟ-ୡୱஃஅ-ஊஎ-ஐஒ-கஙசஜஞடணதந-பம-ஹௐఅ-ఌఎ-ఐఒ-నప-హఽౘ-ౚౝౠౡಀಅ-ಌಎ-ಐಒ-ನಪ-ಳವ-ಹಽೝೞೠೡೱೲഄ-ഌഎ-ഐഒ-ഺഽൎൔ-ൖൟ-ൡൺ-ൿඅ-ඖක-නඳ-රලව-ෆก-ะาำเ-ๆກຂຄຆ-ຊຌ-ຣລວ-ະາຳຽເ-ໄໆໜ-ໟༀཀ-ཇཉ-ཬྈ-ྌက-ဪဿၐ-ၕၚ-ၝၡၥၦၮ-ၰၵ-ႁႎႠ-ჅჇჍა-ჺჼ-ቈቊ-ቍቐ-ቖቘቚ-ቝበ-ኈኊ-ኍነ-ኰኲ-ኵኸ-ኾዀዂ-ዅወ-ዖዘ-ጐጒ-ጕጘ-ፚᎀ-ᎏᎠ-Ᏽᏸ-ᏽᐁ-ᙬᙯ-ᙿᚁ-ᚚᚠ-ᛪᛮ-ᛸᜀ-ᜑᜟ-ᜱᝀ-ᝑᝠ-ᝬᝮ-ᝰក-ឳៗៜᠠ-ᡸᢀ-ᢨᢪᢰ-ᣵᤀ-ᤞᥐ-ᥭᥰ-ᥴᦀ-ᦫᦰ-ᧉᨀ-ᨖᨠ-ᩔᪧᬅ-ᬳᭅ-ᭌᮃ-ᮠᮮᮯᮺ-ᯥᰀ-ᰣᱍ-ᱏᱚ-ᱽᲀ-ᲈᲐ-ᲺᲽ-Ჿᳩ-ᳬᳮ-ᳳᳵᳶᳺᴀ-ᶿḀ-ἕἘ-Ἕἠ-ὅὈ-Ὅὐ-ὗὙὛὝὟ-ώᾀ-ᾴᾶ-ᾼιῂ-ῄῆ-ῌῐ-ΐῖ-Ίῠ-Ῥῲ-ῴῶ-ῼⁱⁿₐ-ₜℂℇℊ-ℓℕ℘-ℝℤΩℨK-ℹℼ-ℿⅅ-ⅉⅎⅠ-ↈⰀ-ⳤⳫ-ⳮⳲⳳⴀ-ⴥⴧⴭⴰ-ⵧⵯⶀ-ⶖⶠ-ⶦⶨ-ⶮⶰ-ⶶⶸ-ⶾⷀ-ⷆⷈ-ⷎⷐ-ⷖⷘ-ⷞ々-〇〡-〩〱-〵〸-〼ぁ-ゖ゛-ゟァ-ヺー-ヿㄅ-ㄯㄱ-ㆎㆠ-ㆿㇰ-ㇿ㐀-䶿一-ꒌꓐ-ꓽꔀ-ꘌꘐ-ꘟꘪꘫꙀ-ꙮꙿ-ꚝꚠ-ꛯꜗ-ꜟꜢ-ꞈꞋ-ꟊꟐꟑꟓꟕ-ꟙꟲ-ꠁꠃ-ꠅꠇ-ꠊꠌ-ꠢꡀ-ꡳꢂ-ꢳꣲ-ꣷꣻꣽꣾꤊ-ꤥꤰ-ꥆꥠ-ꥼꦄ-ꦲꧏꧠ-ꧤꧦ-ꧯꧺ-ꧾꨀ-ꨨꩀ-ꩂꩄ-ꩋꩠ-ꩶꩺꩾ-ꪯꪱꪵꪶꪹ-ꪽꫀꫂꫛ-ꫝꫠ-ꫪꫲ-ꫴꬁ-ꬆꬉ-ꬎꬑ-ꬖꬠ-ꬦꬨ-ꬮꬰ-ꭚꭜ-ꭩꭰ-ꯢ가-힣ힰ-ퟆퟋ-ퟻ豈-舘並-龎ff-stﬓ-ﬗיִײַ-ﬨשׁ-זּטּ-לּמּנּסּףּפּצּ-ﮱﯓ-ﴽﵐ-ﶏﶒ-ﷇﷰ-ﷻﹰ-ﹴﹶ-ﻼA-Za-zヲ-하-ᅦᅧ-ᅬᅭ-ᅲᅳ-ᅵ",x={3:"abstract boolean byte char class double enum export extends final float goto implements import int interface long native package private protected public short static super synchronized throws transient volatile",5:"class enum extends super const export import",6:"enum",strict:"implements interface let package private protected public static yield",strictBind:"eval arguments"},v="break case catch continue debugger default do else finally for function if return switch throw try var while with null true false instanceof typeof void delete new in this",C={5:v,"5module":v+" export import",6:v+" const class extends export import super"},_=/^in(stanceof)?$/,A=new RegExp("["+m+"]"),P=new RegExp("["+m+l+"]");function k(t,n){for(var h=65536,p=0;pt)return!1;if(h+=n[p+1],h>=t)return!0}return!1}function T(t,n){return t<65?t===36:t<91?!0:t<97?t===95:t<123?!0:t<=65535?t>=170&&A.test(String.fromCharCode(t)):n===!1?!1:k(t,o)}function E(t,n){return t<48?t===36:t<58?!0:t<65?!1:t<91?!0:t<97?t===95:t<123?!0:t<=65535?t>=170&&P.test(String.fromCharCode(t)):n===!1?!1:k(t,o)||k(t,s)}var O=function(n,h){h===void 0&&(h={}),this.label=n,this.keyword=h.keyword,this.beforeExpr=!!h.beforeExpr,this.startsExpr=!!h.startsExpr,this.isLoop=!!h.isLoop,this.isAssign=!!h.isAssign,this.prefix=!!h.prefix,this.postfix=!!h.postfix,this.binop=h.binop||null,this.updateContext=null};function D(t,n){return new O(t,{beforeExpr:!0,binop:n})}var M={beforeExpr:!0},G={startsExpr:!0},N={};function y(t,n){return n===void 0&&(n={}),n.keyword=t,N[t]=new O(t,n)}var u={num:new O("num",G),regexp:new O("regexp",G),string:new O("string",G),name:new O("name",G),privateId:new O("privateId",G),eof:new O("eof"),bracketL:new O("[",{beforeExpr:!0,startsExpr:!0}),bracketR:new O("]"),braceL:new O("{",{beforeExpr:!0,startsExpr:!0}),braceR:new O("}"),parenL:new O("(",{beforeExpr:!0,startsExpr:!0}),parenR:new O(")"),comma:new O(",",M),semi:new O(";",M),colon:new O(":",M),dot:new O("."),question:new O("?",M),questionDot:new O("?."),arrow:new O("=>",M),template:new O("template"),invalidTemplate:new O("invalidTemplate"),ellipsis:new O("...",M),backQuote:new O("`",G),dollarBraceL:new O("${",{beforeExpr:!0,startsExpr:!0}),eq:new O("=",{beforeExpr:!0,isAssign:!0}),assign:new O("_=",{beforeExpr:!0,isAssign:!0}),incDec:new O("++/--",{prefix:!0,postfix:!0,startsExpr:!0}),prefix:new O("!/~",{beforeExpr:!0,prefix:!0,startsExpr:!0}),logicalOR:D("||",1),logicalAND:D("&&",2),bitwiseOR:D("|",3),bitwiseXOR:D("^",4),bitwiseAND:D("&",5),equality:D("==/!=/===/!==",6),relational:D("/<=/>=",7),bitShift:D("<>/>>>",8),plusMin:new O("+/-",{beforeExpr:!0,binop:9,prefix:!0,startsExpr:!0}),modulo:D("%",10),star:D("*",10),slash:D("/",10),starstar:new O("**",{beforeExpr:!0}),coalesce:D("??",1),_break:y("break"),_case:y("case",M),_catch:y("catch"),_continue:y("continue"),_debugger:y("debugger"),_default:y("default",M),_do:y("do",{isLoop:!0,beforeExpr:!0}),_else:y("else",M),_finally:y("finally"),_for:y("for",{isLoop:!0}),_function:y("function",G),_if:y("if"),_return:y("return",M),_switch:y("switch"),_throw:y("throw",M),_try:y("try"),_var:y("var"),_const:y("const"),_while:y("while",{isLoop:!0}),_with:y("with"),_new:y("new",{beforeExpr:!0,startsExpr:!0}),_this:y("this",G),_super:y("super",G),_class:y("class",G),_extends:y("extends",M),_export:y("export"),_import:y("import",G),_null:y("null",G),_true:y("true",G),_false:y("false",G),_in:y("in",{beforeExpr:!0,binop:7}),_instanceof:y("instanceof",{beforeExpr:!0,binop:7}),_typeof:y("typeof",{beforeExpr:!0,prefix:!0,startsExpr:!0}),_void:y("void",{beforeExpr:!0,prefix:!0,startsExpr:!0}),_delete:y("delete",{beforeExpr:!0,prefix:!0,startsExpr:!0})},w=/\r\n?|\n|\u2028|\u2029/,V=new RegExp(w.source,"g");function H(t){return t===10||t===13||t===8232||t===8233}function z(t,n,h){h===void 0&&(h=t.length);for(var p=n;p>10)+55296,(t&1023)+56320))}var ut=/(?:[\uD800-\uDBFF](?![\uDC00-\uDFFF])|(?:[^\uD800-\uDBFF]|^)[\uDC00-\uDFFF])/,W=function(n,h){this.line=n,this.column=h};W.prototype.offset=function(n){return new W(this.line,this.column+n)};var Me=function(n,h,p){this.start=h,this.end=p,n.sourceFile!==null&&(this.source=n.sourceFile)};function ht(t,n){for(var h=1,p=0;;){var S=z(t,p,n);if(S<0)return new W(h,n-p);++h,p=S}}var De={ecmaVersion:null,sourceType:"script",onInsertedSemicolon:null,onTrailingComma:null,allowReserved:null,allowReturnOutsideFunction:!1,allowImportExportEverywhere:!1,allowAwaitOutsideFunction:null,allowSuperOutsideMethod:null,allowHashBang:!1,checkPrivateFields:!0,locations:!1,onToken:null,onComment:null,ranges:!1,program:null,sourceFile:null,directSourceFile:null,preserveParens:!1},ge=!1;function Ue(t){var n={};for(var h in De)n[h]=t&&Se(t,h)?t[h]:De[h];if(n.ecmaVersion==="latest"?n.ecmaVersion=1e8:n.ecmaVersion==null?(!ge&&typeof console=="object"&&console.warn&&(ge=!0,console.warn(`Since Acorn 8.0.0, options.ecmaVersion is required. +Defaulting to 2020, but this will stop working in the future.`)),n.ecmaVersion=11):n.ecmaVersion>=2015&&(n.ecmaVersion-=2009),n.allowReserved==null&&(n.allowReserved=n.ecmaVersion<5),(!t||t.allowHashBang==null)&&(n.allowHashBang=n.ecmaVersion>=14),ye(n.onToken)){var p=n.onToken;n.onToken=function(S){return p.push(S)}}return ye(n.onComment)&&(n.onComment=wt(n,n.onComment)),n}function wt(t,n){return function(h,p,S,I,L,j){var U={type:h?"Block":"Line",value:p,start:S,end:I};t.locations&&(U.loc=new Me(this,L,j)),t.ranges&&(U.range=[S,I]),n.push(U)}}var xt=1,lt=2,kt=4,Ye=8,oi=16,Pe=32,At=64,vt=128,yt=256,It=xt|lt|yt;function jt(t,n){return lt|(t?kt:0)|(n?Ye:0)}var Pt=0,qt=1,Ke=2,ui=3,Ut=4,fe=5,re=function(n,h,p){this.options=n=Ue(n),this.sourceFile=n.sourceFile,this.keywords=Ae(C[n.ecmaVersion>=6?6:n.sourceType==="module"?"5module":5]);var S="";n.allowReserved!==!0&&(S=x[n.ecmaVersion>=6?6:n.ecmaVersion===5?5:3],n.sourceType==="module"&&(S+=" await")),this.reservedWords=Ae(S);var I=(S?S+" ":"")+x.strict;this.reservedWordsStrict=Ae(I),this.reservedWordsStrictBind=Ae(I+" "+x.strictBind),this.input=String(h),this.containsEsc=!1,p?(this.pos=p,this.lineStart=this.input.lastIndexOf(` +`,p-1)+1,this.curLine=this.input.slice(0,this.lineStart).split(w).length):(this.pos=this.lineStart=0,this.curLine=1),this.type=u.eof,this.value=null,this.start=this.end=this.pos,this.startLoc=this.endLoc=this.curPosition(),this.lastTokEndLoc=this.lastTokStartLoc=null,this.lastTokStart=this.lastTokEnd=this.pos,this.context=this.initialContext(),this.exprAllowed=!0,this.inModule=n.sourceType==="module",this.strict=this.inModule||this.strictDirective(this.pos),this.potentialArrowAt=-1,this.potentialArrowInForAwait=!1,this.yieldPos=this.awaitPos=this.awaitIdentPos=0,this.labels=[],this.undefinedExports=Object.create(null),this.pos===0&&n.allowHashBang&&this.input.slice(0,2)==="#!"&&this.skipLineComment(2),this.scopeStack=[],this.enterScope(xt),this.regexpState=null,this.privateNameStack=[]},Y={inFunction:{configurable:!0},inGenerator:{configurable:!0},inAsync:{configurable:!0},canAwait:{configurable:!0},allowSuper:{configurable:!0},allowDirectSuper:{configurable:!0},treatFunctionsAsVar:{configurable:!0},allowNewDotTarget:{configurable:!0},inClassStaticBlock:{configurable:!0}};re.prototype.parse=function(){var n=this.options.program||this.startNode();return this.nextToken(),this.parseTopLevel(n)},Y.inFunction.get=function(){return(this.currentVarScope().flags<)>0},Y.inGenerator.get=function(){return(this.currentVarScope().flags&Ye)>0&&!this.currentVarScope().inClassFieldInit},Y.inAsync.get=function(){return(this.currentVarScope().flags&kt)>0&&!this.currentVarScope().inClassFieldInit},Y.canAwait.get=function(){for(var t=this.scopeStack.length-1;t>=0;t--){var n=this.scopeStack[t];if(n.inClassFieldInit||n.flags&yt)return!1;if(n.flags<)return(n.flags&kt)>0}return this.inModule&&this.options.ecmaVersion>=13||this.options.allowAwaitOutsideFunction},Y.allowSuper.get=function(){var t=this.currentThisScope(),n=t.flags,h=t.inClassFieldInit;return(n&At)>0||h||this.options.allowSuperOutsideMethod},Y.allowDirectSuper.get=function(){return(this.currentThisScope().flags&vt)>0},Y.treatFunctionsAsVar.get=function(){return this.treatFunctionsAsVarInScope(this.currentScope())},Y.allowNewDotTarget.get=function(){var t=this.currentThisScope(),n=t.flags,h=t.inClassFieldInit;return(n&(lt|yt))>0||h},Y.inClassStaticBlock.get=function(){return(this.currentVarScope().flags&yt)>0},re.extend=function(){for(var n=[],h=arguments.length;h--;)n[h]=arguments[h];for(var p=this,S=0;S=,?^&]/.test(S)||S==="!"&&this.input.charAt(p+1)==="=")}t+=n[0].length,K.lastIndex=t,t+=K.exec(this.input)[0].length,this.input[t]===";"&&t++}},de.eat=function(t){return this.type===t?(this.next(),!0):!1},de.isContextual=function(t){return this.type===u.name&&this.value===t&&!this.containsEsc},de.eatContextual=function(t){return this.isContextual(t)?(this.next(),!0):!1},de.expectContextual=function(t){this.eatContextual(t)||this.unexpected()},de.canInsertSemicolon=function(){return this.type===u.eof||this.type===u.braceR||w.test(this.input.slice(this.lastTokEnd,this.start))},de.insertSemicolon=function(){if(this.canInsertSemicolon())return this.options.onInsertedSemicolon&&this.options.onInsertedSemicolon(this.lastTokEnd,this.lastTokEndLoc),!0},de.semicolon=function(){!this.eat(u.semi)&&!this.insertSemicolon()&&this.unexpected()},de.afterTrailingComma=function(t,n){if(this.type===t)return this.options.onTrailingComma&&this.options.onTrailingComma(this.lastTokStart,this.lastTokStartLoc),n||this.next(),!0},de.expect=function(t){this.eat(t)||this.unexpected()},de.unexpected=function(t){this.raise(t??this.start,"Unexpected token")};var Tt=function(){this.shorthandAssign=this.trailingComma=this.parenthesizedAssign=this.parenthesizedBind=this.doubleProto=-1};de.checkPatternErrors=function(t,n){if(t){t.trailingComma>-1&&this.raiseRecoverable(t.trailingComma,"Comma is not permitted after the rest element");var h=n?t.parenthesizedAssign:t.parenthesizedBind;h>-1&&this.raiseRecoverable(h,n?"Assigning to rvalue":"Parenthesized pattern")}},de.checkExpressionErrors=function(t,n){if(!t)return!1;var h=t.shorthandAssign,p=t.doubleProto;if(!n)return h>=0||p>=0;h>=0&&this.raise(h,"Shorthand property assignments are valid only in destructuring patterns"),p>=0&&this.raiseRecoverable(p,"Redefinition of __proto__ property")},de.checkYieldAwaitInDefaultParams=function(){this.yieldPos&&(!this.awaitPos||this.yieldPos55295&&p<56320)return!0;if(T(p,!0)){for(var S=h+1;E(p=this.input.charCodeAt(S),!0);)++S;if(p===92||p>55295&&p<56320)return!0;var I=this.input.slice(h,S);if(!_.test(I))return!0}return!1},$.isAsyncFunction=function(){if(this.options.ecmaVersion<8||!this.isContextual("async"))return!1;K.lastIndex=this.pos;var t=K.exec(this.input),n=this.pos+t[0].length,h;return!w.test(this.input.slice(this.pos,n))&&this.input.slice(n,n+8)==="function"&&(n+8===this.input.length||!(E(h=this.input.charCodeAt(n+8))||h>55295&&h<56320))},$.parseStatement=function(t,n,h){var p=this.type,S=this.startNode(),I;switch(this.isLet(t)&&(p=u._var,I="let"),p){case u._break:case u._continue:return this.parseBreakContinueStatement(S,p.keyword);case u._debugger:return this.parseDebuggerStatement(S);case u._do:return this.parseDoStatement(S);case u._for:return this.parseForStatement(S);case u._function:return t&&(this.strict||t!=="if"&&t!=="label")&&this.options.ecmaVersion>=6&&this.unexpected(),this.parseFunctionStatement(S,!1,!t);case u._class:return t&&this.unexpected(),this.parseClass(S,!0);case u._if:return this.parseIfStatement(S);case u._return:return this.parseReturnStatement(S);case u._switch:return this.parseSwitchStatement(S);case u._throw:return this.parseThrowStatement(S);case u._try:return this.parseTryStatement(S);case u._const:case u._var:return I=I||this.value,t&&I!=="var"&&this.unexpected(),this.parseVarStatement(S,I);case u._while:return this.parseWhileStatement(S);case u._with:return this.parseWithStatement(S);case u.braceL:return this.parseBlock(!0,S);case u.semi:return this.parseEmptyStatement(S);case u._export:case u._import:if(this.options.ecmaVersion>10&&p===u._import){K.lastIndex=this.pos;var L=K.exec(this.input),j=this.pos+L[0].length,U=this.input.charCodeAt(j);if(U===40||U===46)return this.parseExpressionStatement(S,this.parseExpression())}return this.options.allowImportExportEverywhere||(n||this.raise(this.start,"'import' and 'export' may only appear at the top level"),this.inModule||this.raise(this.start,"'import' and 'export' may appear only with 'sourceType: module'")),p===u._import?this.parseImport(S):this.parseExport(S,h);default:if(this.isAsyncFunction())return t&&this.unexpected(),this.next(),this.parseFunctionStatement(S,!0,!t);var ne=this.value,ue=this.parseExpression();return p===u.name&&ue.type==="Identifier"&&this.eat(u.colon)?this.parseLabeledStatement(S,ne,ue,t):this.parseExpressionStatement(S,ue)}},$.parseBreakContinueStatement=function(t,n){var h=n==="break";this.next(),this.eat(u.semi)||this.insertSemicolon()?t.label=null:this.type!==u.name?this.unexpected():(t.label=this.parseIdent(),this.semicolon());for(var p=0;p=6?this.eat(u.semi):this.semicolon(),this.finishNode(t,"DoWhileStatement")},$.parseForStatement=function(t){this.next();var n=this.options.ecmaVersion>=9&&this.canAwait&&this.eatContextual("await")?this.lastTokStart:-1;if(this.labels.push(je),this.enterScope(0),this.expect(u.parenL),this.type===u.semi)return n>-1&&this.unexpected(n),this.parseFor(t,null);var h=this.isLet();if(this.type===u._var||this.type===u._const||h){var p=this.startNode(),S=h?"let":this.value;return this.next(),this.parseVar(p,!0,S),this.finishNode(p,"VariableDeclaration"),(this.type===u._in||this.options.ecmaVersion>=6&&this.isContextual("of"))&&p.declarations.length===1?(this.options.ecmaVersion>=9&&(this.type===u._in?n>-1&&this.unexpected(n):t.await=n>-1),this.parseForIn(t,p)):(n>-1&&this.unexpected(n),this.parseFor(t,p))}var I=this.isContextual("let"),L=!1,j=new Tt,U=this.parseExpression(n>-1?"await":!0,j);return this.type===u._in||(L=this.options.ecmaVersion>=6&&this.isContextual("of"))?(this.options.ecmaVersion>=9&&(this.type===u._in?n>-1&&this.unexpected(n):t.await=n>-1),I&&L&&this.raise(U.start,"The left-hand side of a for-of loop may not start with 'let'."),this.toAssignable(U,!1,j),this.checkLValPattern(U),this.parseForIn(t,U)):(this.checkExpressionErrors(j,!0),n>-1&&this.unexpected(n),this.parseFor(t,U))},$.parseFunctionStatement=function(t,n,h){return this.next(),this.parseFunction(t,_e|(h?0:Nt),!1,n)},$.parseIfStatement=function(t){return this.next(),t.test=this.parseParenExpression(),t.consequent=this.parseStatement("if"),t.alternate=this.eat(u._else)?this.parseStatement("if"):null,this.finishNode(t,"IfStatement")},$.parseReturnStatement=function(t){return!this.inFunction&&!this.options.allowReturnOutsideFunction&&this.raise(this.start,"'return' outside of function"),this.next(),this.eat(u.semi)||this.insertSemicolon()?t.argument=null:(t.argument=this.parseExpression(),this.semicolon()),this.finishNode(t,"ReturnStatement")},$.parseSwitchStatement=function(t){this.next(),t.discriminant=this.parseParenExpression(),t.cases=[],this.expect(u.braceL),this.labels.push(hi),this.enterScope(0);for(var n,h=!1;this.type!==u.braceR;)if(this.type===u._case||this.type===u._default){var p=this.type===u._case;n&&this.finishNode(n,"SwitchCase"),t.cases.push(n=this.startNode()),n.consequent=[],this.next(),p?n.test=this.parseExpression():(h&&this.raiseRecoverable(this.lastTokStart,"Multiple default clauses"),h=!0,n.test=null),this.expect(u.colon)}else n||this.unexpected(),n.consequent.push(this.parseStatement(null));return this.exitScope(),n&&this.finishNode(n,"SwitchCase"),this.next(),this.labels.pop(),this.finishNode(t,"SwitchStatement")},$.parseThrowStatement=function(t){return this.next(),w.test(this.input.slice(this.lastTokEnd,this.start))&&this.raise(this.lastTokEnd,"Illegal newline after throw"),t.argument=this.parseExpression(),this.semicolon(),this.finishNode(t,"ThrowStatement")};var ct=[];$.parseCatchClauseParam=function(){var t=this.parseBindingAtom(),n=t.type==="Identifier";return this.enterScope(n?Pe:0),this.checkLValPattern(t,n?Ut:Ke),this.expect(u.parenR),t},$.parseTryStatement=function(t){if(this.next(),t.block=this.parseBlock(),t.handler=null,this.type===u._catch){var n=this.startNode();this.next(),this.eat(u.parenL)?n.param=this.parseCatchClauseParam():(this.options.ecmaVersion<10&&this.unexpected(),n.param=null,this.enterScope(0)),n.body=this.parseBlock(!1),this.exitScope(),t.handler=this.finishNode(n,"CatchClause")}return t.finalizer=this.eat(u._finally)?this.parseBlock():null,!t.handler&&!t.finalizer&&this.raise(t.start,"Missing catch or finally clause"),this.finishNode(t,"TryStatement")},$.parseVarStatement=function(t,n,h){return this.next(),this.parseVar(t,!1,n,h),this.semicolon(),this.finishNode(t,"VariableDeclaration")},$.parseWhileStatement=function(t){return this.next(),t.test=this.parseParenExpression(),this.labels.push(je),t.body=this.parseStatement("while"),this.labels.pop(),this.finishNode(t,"WhileStatement")},$.parseWithStatement=function(t){return this.strict&&this.raise(this.start,"'with' in strict mode"),this.next(),t.object=this.parseParenExpression(),t.body=this.parseStatement("with"),this.finishNode(t,"WithStatement")},$.parseEmptyStatement=function(t){return this.next(),this.finishNode(t,"EmptyStatement")},$.parseLabeledStatement=function(t,n,h,p){for(var S=0,I=this.labels;S=0;U--){var ne=this.labels[U];if(ne.statementStart===t.start)ne.statementStart=this.start,ne.kind=j;else break}return this.labels.push({name:n,kind:j,statementStart:this.start}),t.body=this.parseStatement(p?p.indexOf("label")===-1?p+"label":p:"label"),this.labels.pop(),t.label=h,this.finishNode(t,"LabeledStatement")},$.parseExpressionStatement=function(t,n){return t.expression=n,this.semicolon(),this.finishNode(t,"ExpressionStatement")},$.parseBlock=function(t,n,h){for(t===void 0&&(t=!0),n===void 0&&(n=this.startNode()),n.body=[],this.expect(u.braceL),t&&this.enterScope(0);this.type!==u.braceR;){var p=this.parseStatement(null);n.body.push(p)}return h&&(this.strict=!1),this.next(),t&&this.exitScope(),this.finishNode(n,"BlockStatement")},$.parseFor=function(t,n){return t.init=n,this.expect(u.semi),t.test=this.type===u.semi?null:this.parseExpression(),this.expect(u.semi),t.update=this.type===u.parenR?null:this.parseExpression(),this.expect(u.parenR),t.body=this.parseStatement("for"),this.exitScope(),this.labels.pop(),this.finishNode(t,"ForStatement")},$.parseForIn=function(t,n){var h=this.type===u._in;return this.next(),n.type==="VariableDeclaration"&&n.declarations[0].init!=null&&(!h||this.options.ecmaVersion<8||this.strict||n.kind!=="var"||n.declarations[0].id.type!=="Identifier")&&this.raise(n.start,(h?"for-in":"for-of")+" loop variable declaration may not have an initializer"),t.left=n,t.right=h?this.parseExpression():this.parseMaybeAssign(),this.expect(u.parenR),t.body=this.parseStatement("for"),this.exitScope(),this.labels.pop(),this.finishNode(t,h?"ForInStatement":"ForOfStatement")},$.parseVar=function(t,n,h,p){for(t.declarations=[],t.kind=h;;){var S=this.startNode();if(this.parseVarId(S,h),this.eat(u.eq)?S.init=this.parseMaybeAssign(n):!p&&h==="const"&&!(this.type===u._in||this.options.ecmaVersion>=6&&this.isContextual("of"))?this.unexpected():!p&&S.id.type!=="Identifier"&&!(n&&(this.type===u._in||this.isContextual("of")))?this.raise(this.lastTokEnd,"Complex binding patterns require an initialization value"):S.init=null,t.declarations.push(this.finishNode(S,"VariableDeclarator")),!this.eat(u.comma))break}return t},$.parseVarId=function(t,n){t.id=this.parseBindingAtom(),this.checkLValPattern(t.id,n==="var"?qt:Ke,!1)};var _e=1,Nt=2,li=4;$.parseFunction=function(t,n,h,p,S){this.initFunction(t),(this.options.ecmaVersion>=9||this.options.ecmaVersion>=6&&!p)&&(this.type===u.star&&n&Nt&&this.unexpected(),t.generator=this.eat(u.star)),this.options.ecmaVersion>=8&&(t.async=!!p),n&_e&&(t.id=n&li&&this.type!==u.name?null:this.parseIdent(),t.id&&!(n&Nt)&&this.checkLValSimple(t.id,this.strict||t.generator||t.async?this.treatFunctionsAsVar?qt:Ke:ui));var I=this.yieldPos,L=this.awaitPos,j=this.awaitIdentPos;return this.yieldPos=0,this.awaitPos=0,this.awaitIdentPos=0,this.enterScope(jt(t.async,t.generator)),n&_e||(t.id=this.type===u.name?this.parseIdent():null),this.parseFunctionParams(t),this.parseFunctionBody(t,h,!1,S),this.yieldPos=I,this.awaitPos=L,this.awaitIdentPos=j,this.finishNode(t,n&_e?"FunctionDeclaration":"FunctionExpression")},$.parseFunctionParams=function(t){this.expect(u.parenL),t.params=this.parseBindingList(u.parenR,!1,this.options.ecmaVersion>=8),this.checkYieldAwaitInDefaultParams()},$.parseClass=function(t,n){this.next();var h=this.strict;this.strict=!0,this.parseClassId(t,n),this.parseClassSuper(t);var p=this.enterClassBody(),S=this.startNode(),I=!1;for(S.body=[],this.expect(u.braceL);this.type!==u.braceR;){var L=this.parseClassElement(t.superClass!==null);L&&(S.body.push(L),L.type==="MethodDefinition"&&L.kind==="constructor"?(I&&this.raiseRecoverable(L.start,"Duplicate constructor in the same class"),I=!0):L.key&&L.key.type==="PrivateIdentifier"&&we(p,L)&&this.raiseRecoverable(L.key.start,"Identifier '#"+L.key.name+"' has already been declared"))}return this.strict=h,this.next(),t.body=this.finishNode(S,"ClassBody"),this.exitClassBody(),this.finishNode(t,n?"ClassDeclaration":"ClassExpression")},$.parseClassElement=function(t){if(this.eat(u.semi))return null;var n=this.options.ecmaVersion,h=this.startNode(),p="",S=!1,I=!1,L="method",j=!1;if(this.eatContextual("static")){if(n>=13&&this.eat(u.braceL))return this.parseClassStaticBlock(h),h;this.isClassElementNameStart()||this.type===u.star?j=!0:p="static"}if(h.static=j,!p&&n>=8&&this.eatContextual("async")&&((this.isClassElementNameStart()||this.type===u.star)&&!this.canInsertSemicolon()?I=!0:p="async"),!p&&(n>=9||!I)&&this.eat(u.star)&&(S=!0),!p&&!I&&!S){var U=this.value;(this.eatContextual("get")||this.eatContextual("set"))&&(this.isClassElementNameStart()?L=U:p=U)}if(p?(h.computed=!1,h.key=this.startNodeAt(this.lastTokStart,this.lastTokStartLoc),h.key.name=p,this.finishNode(h.key,"Identifier")):this.parseClassElementName(h),n<13||this.type===u.parenL||L!=="method"||S||I){var ne=!h.static&&Re(h,"constructor"),ue=ne&&t;ne&&L!=="method"&&this.raise(h.key.start,"Constructor can't have get/set modifier"),h.kind=ne?"constructor":L,this.parseClassMethod(h,S,I,ue)}else this.parseClassField(h);return h},$.isClassElementNameStart=function(){return this.type===u.name||this.type===u.privateId||this.type===u.num||this.type===u.string||this.type===u.bracketL||this.type.keyword},$.parseClassElementName=function(t){this.type===u.privateId?(this.value==="constructor"&&this.raise(this.start,"Classes can't have an element named '#constructor'"),t.computed=!1,t.key=this.parsePrivateIdent()):this.parsePropertyName(t)},$.parseClassMethod=function(t,n,h,p){var S=t.key;t.kind==="constructor"?(n&&this.raise(S.start,"Constructor can't be a generator"),h&&this.raise(S.start,"Constructor can't be an async method")):t.static&&Re(t,"prototype")&&this.raise(S.start,"Classes may not have a static property named prototype");var I=t.value=this.parseMethod(n,h,p);return t.kind==="get"&&I.params.length!==0&&this.raiseRecoverable(I.start,"getter should have no params"),t.kind==="set"&&I.params.length!==1&&this.raiseRecoverable(I.start,"setter should have exactly one param"),t.kind==="set"&&I.params[0].type==="RestElement"&&this.raiseRecoverable(I.params[0].start,"Setter cannot use rest params"),this.finishNode(t,"MethodDefinition")},$.parseClassField=function(t){if(Re(t,"constructor")?this.raise(t.key.start,"Classes can't have a field named 'constructor'"):t.static&&Re(t,"prototype")&&this.raise(t.key.start,"Classes can't have a static field named 'prototype'"),this.eat(u.eq)){var n=this.currentThisScope(),h=n.inClassFieldInit;n.inClassFieldInit=!0,t.value=this.parseMaybeAssign(),n.inClassFieldInit=h}else t.value=null;return this.semicolon(),this.finishNode(t,"PropertyDefinition")},$.parseClassStaticBlock=function(t){t.body=[];var n=this.labels;for(this.labels=[],this.enterScope(yt|At);this.type!==u.braceR;){var h=this.parseStatement(null);t.body.push(h)}return this.next(),this.exitScope(),this.labels=n,this.finishNode(t,"StaticBlock")},$.parseClassId=function(t,n){this.type===u.name?(t.id=this.parseIdent(),n&&this.checkLValSimple(t.id,Ke,!1)):(n===!0&&this.unexpected(),t.id=null)},$.parseClassSuper=function(t){t.superClass=this.eat(u._extends)?this.parseExprSubscripts(null,!1):null},$.enterClassBody=function(){var t={declared:Object.create(null),used:[]};return this.privateNameStack.push(t),t.declared},$.exitClassBody=function(){var t=this.privateNameStack.pop(),n=t.declared,h=t.used;if(this.options.checkPrivateFields)for(var p=this.privateNameStack.length,S=p===0?null:this.privateNameStack[p-1],I=0;I=11&&(this.eatContextual("as")?(t.exported=this.parseModuleExportName(),this.checkExport(n,t.exported,this.lastTokStart)):t.exported=null),this.expectContextual("from"),this.type!==u.string&&this.unexpected(),t.source=this.parseExprAtom(),this.semicolon(),this.finishNode(t,"ExportAllDeclaration")},$.parseExport=function(t,n){if(this.next(),this.eat(u.star))return this.parseExportAllDeclaration(t,n);if(this.eat(u._default))return this.checkExport(n,"default",this.lastTokStart),t.declaration=this.parseExportDefaultDeclaration(),this.finishNode(t,"ExportDefaultDeclaration");if(this.shouldParseExportStatement())t.declaration=this.parseExportDeclaration(t),t.declaration.type==="VariableDeclaration"?this.checkVariableExport(n,t.declaration.declarations):this.checkExport(n,t.declaration.id,t.declaration.id.start),t.specifiers=[],t.source=null;else{if(t.declaration=null,t.specifiers=this.parseExportSpecifiers(n),this.eatContextual("from"))this.type!==u.string&&this.unexpected(),t.source=this.parseExprAtom();else{for(var h=0,p=t.specifiers;h=13&&this.type===u.string){var t=this.parseLiteral(this.value);return ut.test(t.value)&&this.raise(t.start,"An export name cannot include a lone surrogate."),t}return this.parseIdent(!0)},$.adaptDirectivePrologue=function(t){for(var n=0;n=5&&t.type==="ExpressionStatement"&&t.expression.type==="Literal"&&typeof t.expression.value=="string"&&(this.input[t.start]==='"'||this.input[t.start]==="'")};var Oe=re.prototype;Oe.toAssignable=function(t,n,h){if(this.options.ecmaVersion>=6&&t)switch(t.type){case"Identifier":this.inAsync&&t.name==="await"&&this.raise(t.start,"Cannot use 'await' as identifier inside an async function");break;case"ObjectPattern":case"ArrayPattern":case"AssignmentPattern":case"RestElement":break;case"ObjectExpression":t.type="ObjectPattern",h&&this.checkPatternErrors(h,!0);for(var p=0,S=t.properties;p=8&&!j&&U.name==="async"&&!this.canInsertSemicolon()&&this.eat(u._function))return this.overrideContext(ve.f_expr),this.parseFunction(this.startNodeAt(I,L),0,!1,!0,n);if(S&&!this.canInsertSemicolon()){if(this.eat(u.arrow))return this.parseArrowExpression(this.startNodeAt(I,L),[U],!1,n);if(this.options.ecmaVersion>=8&&U.name==="async"&&this.type===u.name&&!j&&(!this.potentialArrowInForAwait||this.value!=="of"||this.containsEsc))return U=this.parseIdent(!1),(this.canInsertSemicolon()||!this.eat(u.arrow))&&this.unexpected(),this.parseArrowExpression(this.startNodeAt(I,L),[U],!0,n)}return U;case u.regexp:var ne=this.value;return p=this.parseLiteral(ne.value),p.regex={pattern:ne.pattern,flags:ne.flags},p;case u.num:case u.string:return this.parseLiteral(this.value);case u._null:case u._true:case u._false:return p=this.startNode(),p.value=this.type===u._null?null:this.type===u._true,p.raw=this.type.keyword,this.next(),this.finishNode(p,"Literal");case u.parenL:var ue=this.start,Ne=this.parseParenAndDistinguishExpression(S,n);return t&&(t.parenthesizedAssign<0&&!this.isSimpleAssignTarget(Ne)&&(t.parenthesizedAssign=ue),t.parenthesizedBind<0&&(t.parenthesizedBind=ue)),Ne;case u.bracketL:return p=this.startNode(),this.next(),p.elements=this.parseExprList(u.bracketR,!0,!0,t),this.finishNode(p,"ArrayExpression");case u.braceL:return this.overrideContext(ve.b_expr),this.parseObj(!1,t);case u._function:return p=this.startNode(),this.next(),this.parseFunction(p,0);case u._class:return this.parseClass(this.startNode(),!1);case u._new:return this.parseNew();case u.backQuote:return this.parseTemplate();case u._import:return this.options.ecmaVersion>=11?this.parseExprImport(h):this.unexpected();default:return this.parseExprAtomDefault()}},ee.parseExprAtomDefault=function(){this.unexpected()},ee.parseExprImport=function(t){var n=this.startNode();this.containsEsc&&this.raiseRecoverable(this.start,"Escape sequence in keyword import");var h=this.parseIdent(!0);if(this.type===u.parenL&&!t)return this.parseDynamicImport(n);if(this.type===u.dot)return n.meta=h,this.parseImportMeta(n);this.unexpected()},ee.parseDynamicImport=function(t){if(this.next(),t.source=this.parseMaybeAssign(),!this.eat(u.parenR)){var n=this.start;this.eat(u.comma)&&this.eat(u.parenR)?this.raiseRecoverable(n,"Trailing comma is not allowed in import()"):this.unexpected(n)}return this.finishNode(t,"ImportExpression")},ee.parseImportMeta=function(t){this.next();var n=this.containsEsc;return t.property=this.parseIdent(!0),t.property.name!=="meta"&&this.raiseRecoverable(t.property.start,"The only valid meta property for import is 'import.meta'"),n&&this.raiseRecoverable(t.start,"'import.meta' must not contain escaped characters"),this.options.sourceType!=="module"&&!this.options.allowImportExportEverywhere&&this.raiseRecoverable(t.start,"Cannot use 'import.meta' outside a module"),this.finishNode(t,"MetaProperty")},ee.parseLiteral=function(t){var n=this.startNode();return n.value=t,n.raw=this.input.slice(this.start,this.end),n.raw.charCodeAt(n.raw.length-1)===110&&(n.bigint=n.raw.slice(0,-1).replace(/_/g,"")),this.next(),this.finishNode(n,"Literal")},ee.parseParenExpression=function(){this.expect(u.parenL);var t=this.parseExpression();return this.expect(u.parenR),t},ee.shouldParseArrow=function(t){return!this.canInsertSemicolon()},ee.parseParenAndDistinguishExpression=function(t,n){var h=this.start,p=this.startLoc,S,I=this.options.ecmaVersion>=8;if(this.options.ecmaVersion>=6){this.next();var L=this.start,j=this.startLoc,U=[],ne=!0,ue=!1,Ne=new Tt,bt=this.yieldPos,Gt=this.awaitPos,Lt;for(this.yieldPos=0,this.awaitPos=0;this.type!==u.parenR;)if(ne?ne=!1:this.expect(u.comma),I&&this.afterTrailingComma(u.parenR,!0)){ue=!0;break}else if(this.type===u.ellipsis){Lt=this.start,U.push(this.parseParenItem(this.parseRestBinding())),this.type===u.comma&&this.raiseRecoverable(this.start,"Comma is not permitted after the rest element");break}else U.push(this.parseMaybeAssign(!1,Ne,this.parseParenItem));var mi=this.lastTokEnd,Rt=this.lastTokEndLoc;if(this.expect(u.parenR),t&&this.shouldParseArrow(U)&&this.eat(u.arrow))return this.checkPatternErrors(Ne,!1),this.checkYieldAwaitInDefaultParams(),this.yieldPos=bt,this.awaitPos=Gt,this.parseParenArrowList(h,p,U,n);(!U.length||ue)&&this.unexpected(this.lastTokStart),Lt&&this.unexpected(Lt),this.checkExpressionErrors(Ne,!0),this.yieldPos=bt||this.yieldPos,this.awaitPos=Gt||this.awaitPos,U.length>1?(S=this.startNodeAt(L,j),S.expressions=U,this.finishNodeAt(S,"SequenceExpression",mi,Rt)):S=U[0]}else S=this.parseParenExpression();if(this.options.preserveParens){var Ot=this.startNodeAt(h,p);return Ot.expression=S,this.finishNode(Ot,"ParenthesizedExpression")}else return S},ee.parseParenItem=function(t){return t},ee.parseParenArrowList=function(t,n,h,p){return this.parseArrowExpression(this.startNodeAt(t,n),h,!1,p)};var d=[];ee.parseNew=function(){this.containsEsc&&this.raiseRecoverable(this.start,"Escape sequence in keyword new");var t=this.startNode();if(this.next(),this.options.ecmaVersion>=6&&this.type===u.dot){var n=this.startNodeAt(t.start,t.startLoc);n.name="new",t.meta=this.finishNode(n,"Identifier"),this.next();var h=this.containsEsc;return t.property=this.parseIdent(!0),t.property.name!=="target"&&this.raiseRecoverable(t.property.start,"The only valid meta property for new is 'new.target'"),h&&this.raiseRecoverable(t.start,"'new.target' must not contain escaped characters"),this.allowNewDotTarget||this.raiseRecoverable(t.start,"'new.target' can only be used in functions and class static block"),this.finishNode(t,"MetaProperty")}var p=this.start,S=this.startLoc;return t.callee=this.parseSubscripts(this.parseExprAtom(null,!1,!0),p,S,!0,!1),this.eat(u.parenL)?t.arguments=this.parseExprList(u.parenR,this.options.ecmaVersion>=8,!1):t.arguments=d,this.finishNode(t,"NewExpression")},ee.parseTemplateElement=function(t){var n=t.isTagged,h=this.startNode();return this.type===u.invalidTemplate?(n||this.raiseRecoverable(this.start,"Bad escape sequence in untagged template literal"),h.value={raw:this.value,cooked:null}):h.value={raw:this.input.slice(this.start,this.end).replace(/\r\n?/g,` +`),cooked:this.value},this.next(),h.tail=this.type===u.backQuote,this.finishNode(h,"TemplateElement")},ee.parseTemplate=function(t){t===void 0&&(t={});var n=t.isTagged;n===void 0&&(n=!1);var h=this.startNode();this.next(),h.expressions=[];var p=this.parseTemplateElement({isTagged:n});for(h.quasis=[p];!p.tail;)this.type===u.eof&&this.raise(this.pos,"Unterminated template literal"),this.expect(u.dollarBraceL),h.expressions.push(this.parseExpression()),this.expect(u.braceR),h.quasis.push(p=this.parseTemplateElement({isTagged:n}));return this.next(),this.finishNode(h,"TemplateLiteral")},ee.isAsyncProp=function(t){return!t.computed&&t.key.type==="Identifier"&&t.key.name==="async"&&(this.type===u.name||this.type===u.num||this.type===u.string||this.type===u.bracketL||this.type.keyword||this.options.ecmaVersion>=9&&this.type===u.star)&&!w.test(this.input.slice(this.lastTokEnd,this.start))},ee.parseObj=function(t,n){var h=this.startNode(),p=!0,S={};for(h.properties=[],this.next();!this.eat(u.braceR);){if(p)p=!1;else if(this.expect(u.comma),this.options.ecmaVersion>=5&&this.afterTrailingComma(u.braceR))break;var I=this.parseProperty(t,n);t||this.checkPropClash(I,S,n),h.properties.push(I)}return this.finishNode(h,t?"ObjectPattern":"ObjectExpression")},ee.parseProperty=function(t,n){var h=this.startNode(),p,S,I,L;if(this.options.ecmaVersion>=9&&this.eat(u.ellipsis))return t?(h.argument=this.parseIdent(!1),this.type===u.comma&&this.raiseRecoverable(this.start,"Comma is not permitted after the rest element"),this.finishNode(h,"RestElement")):(h.argument=this.parseMaybeAssign(!1,n),this.type===u.comma&&n&&n.trailingComma<0&&(n.trailingComma=this.start),this.finishNode(h,"SpreadElement"));this.options.ecmaVersion>=6&&(h.method=!1,h.shorthand=!1,(t||n)&&(I=this.start,L=this.startLoc),t||(p=this.eat(u.star)));var j=this.containsEsc;return this.parsePropertyName(h),!t&&!j&&this.options.ecmaVersion>=8&&!p&&this.isAsyncProp(h)?(S=!0,p=this.options.ecmaVersion>=9&&this.eat(u.star),this.parsePropertyName(h)):S=!1,this.parsePropertyValue(h,t,p,S,I,L,n,j),this.finishNode(h,"Property")},ee.parseGetterSetter=function(t){t.kind=t.key.name,this.parsePropertyName(t),t.value=this.parseMethod(!1);var n=t.kind==="get"?0:1;if(t.value.params.length!==n){var h=t.value.start;t.kind==="get"?this.raiseRecoverable(h,"getter should have no params"):this.raiseRecoverable(h,"setter should have exactly one param")}else t.kind==="set"&&t.value.params[0].type==="RestElement"&&this.raiseRecoverable(t.value.params[0].start,"Setter cannot use rest params")},ee.parsePropertyValue=function(t,n,h,p,S,I,L,j){(h||p)&&this.type===u.colon&&this.unexpected(),this.eat(u.colon)?(t.value=n?this.parseMaybeDefault(this.start,this.startLoc):this.parseMaybeAssign(!1,L),t.kind="init"):this.options.ecmaVersion>=6&&this.type===u.parenL?(n&&this.unexpected(),t.kind="init",t.method=!0,t.value=this.parseMethod(h,p)):!n&&!j&&this.options.ecmaVersion>=5&&!t.computed&&t.key.type==="Identifier"&&(t.key.name==="get"||t.key.name==="set")&&this.type!==u.comma&&this.type!==u.braceR&&this.type!==u.eq?((h||p)&&this.unexpected(),this.parseGetterSetter(t)):this.options.ecmaVersion>=6&&!t.computed&&t.key.type==="Identifier"?((h||p)&&this.unexpected(),this.checkUnreserved(t.key),t.key.name==="await"&&!this.awaitIdentPos&&(this.awaitIdentPos=S),t.kind="init",n?t.value=this.parseMaybeDefault(S,I,this.copyNode(t.key)):this.type===u.eq&&L?(L.shorthandAssign<0&&(L.shorthandAssign=this.start),t.value=this.parseMaybeDefault(S,I,this.copyNode(t.key))):t.value=this.copyNode(t.key),t.shorthand=!0):this.unexpected()},ee.parsePropertyName=function(t){if(this.options.ecmaVersion>=6){if(this.eat(u.bracketL))return t.computed=!0,t.key=this.parseMaybeAssign(),this.expect(u.bracketR),t.key;t.computed=!1}return t.key=this.type===u.num||this.type===u.string?this.parseExprAtom():this.parseIdent(this.options.allowReserved!=="never")},ee.initFunction=function(t){t.id=null,this.options.ecmaVersion>=6&&(t.generator=t.expression=!1),this.options.ecmaVersion>=8&&(t.async=!1)},ee.parseMethod=function(t,n,h){var p=this.startNode(),S=this.yieldPos,I=this.awaitPos,L=this.awaitIdentPos;return this.initFunction(p),this.options.ecmaVersion>=6&&(p.generator=t),this.options.ecmaVersion>=8&&(p.async=!!n),this.yieldPos=0,this.awaitPos=0,this.awaitIdentPos=0,this.enterScope(jt(n,p.generator)|At|(h?vt:0)),this.expect(u.parenL),p.params=this.parseBindingList(u.parenR,!1,this.options.ecmaVersion>=8),this.checkYieldAwaitInDefaultParams(),this.parseFunctionBody(p,!1,!0,!1),this.yieldPos=S,this.awaitPos=I,this.awaitIdentPos=L,this.finishNode(p,"FunctionExpression")},ee.parseArrowExpression=function(t,n,h,p){var S=this.yieldPos,I=this.awaitPos,L=this.awaitIdentPos;return this.enterScope(jt(h,!1)|oi),this.initFunction(t),this.options.ecmaVersion>=8&&(t.async=!!h),this.yieldPos=0,this.awaitPos=0,this.awaitIdentPos=0,t.params=this.toAssignableList(n,!0),this.parseFunctionBody(t,!0,!1,p),this.yieldPos=S,this.awaitPos=I,this.awaitIdentPos=L,this.finishNode(t,"ArrowFunctionExpression")},ee.parseFunctionBody=function(t,n,h,p){var S=n&&this.type!==u.braceL,I=this.strict,L=!1;if(S)t.body=this.parseMaybeAssign(p),t.expression=!0,this.checkParams(t,!1);else{var j=this.options.ecmaVersion>=7&&!this.isSimpleParamList(t.params);(!I||j)&&(L=this.strictDirective(this.end),L&&j&&this.raiseRecoverable(t.start,"Illegal 'use strict' directive in function with non-simple parameter list"));var U=this.labels;this.labels=[],L&&(this.strict=!0),this.checkParams(t,!I&&!L&&!n&&!h&&this.isSimpleParamList(t.params)),this.strict&&t.id&&this.checkLValSimple(t.id,fe),t.body=this.parseBlock(!1,void 0,L&&!I),t.expression=!1,this.adaptDirectivePrologue(t.body.body),this.labels=U}this.exitScope()},ee.isSimpleParamList=function(t){for(var n=0,h=t;n-1||S.functions.indexOf(t)>-1||S.var.indexOf(t)>-1,S.lexical.push(t),this.inModule&&S.flags&xt&&delete this.undefinedExports[t]}else if(n===Ut){var I=this.currentScope();I.lexical.push(t)}else if(n===ui){var L=this.currentScope();this.treatFunctionsAsVar?p=L.lexical.indexOf(t)>-1:p=L.lexical.indexOf(t)>-1||L.var.indexOf(t)>-1,L.functions.push(t)}else for(var j=this.scopeStack.length-1;j>=0;--j){var U=this.scopeStack[j];if(U.lexical.indexOf(t)>-1&&!(U.flags&Pe&&U.lexical[0]===t)||!this.treatFunctionsAsVarInScope(U)&&U.functions.indexOf(t)>-1){p=!0;break}if(U.var.push(t),this.inModule&&U.flags&xt&&delete this.undefinedExports[t],U.flags&It)break}p&&this.raiseRecoverable(h,"Identifier '"+t+"' has already been declared")},f.checkLocalExport=function(t){this.scopeStack[0].lexical.indexOf(t.name)===-1&&this.scopeStack[0].var.indexOf(t.name)===-1&&(this.undefinedExports[t.name]=t)},f.currentScope=function(){return this.scopeStack[this.scopeStack.length-1]},f.currentVarScope=function(){for(var t=this.scopeStack.length-1;;t--){var n=this.scopeStack[t];if(n.flags&It)return n}},f.currentThisScope=function(){for(var t=this.scopeStack.length-1;;t--){var n=this.scopeStack[t];if(n.flags&It&&!(n.flags&oi))return n}};var R=function(n,h,p){this.type="",this.start=h,this.end=0,n.options.locations&&(this.loc=new Me(n,p)),n.options.directSourceFile&&(this.sourceFile=n.options.directSourceFile),n.options.ranges&&(this.range=[h,0])},F=re.prototype;F.startNode=function(){return new R(this,this.start,this.startLoc)},F.startNodeAt=function(t,n){return new R(this,t,n)};function B(t,n,h,p){return t.type=n,t.end=h,this.options.locations&&(t.loc.end=p),this.options.ranges&&(t.range[1]=h),t}F.finishNode=function(t,n){return B.call(this,t,n,this.lastTokEnd,this.lastTokEndLoc)},F.finishNodeAt=function(t,n,h,p){return B.call(this,t,n,h,p)},F.copyNode=function(t){var n=new R(this,t.start,this.startLoc);for(var h in t)n[h]=t[h];return n};var Q="ASCII ASCII_Hex_Digit AHex Alphabetic Alpha Any Assigned Bidi_Control Bidi_C Bidi_Mirrored Bidi_M Case_Ignorable CI Cased Changes_When_Casefolded CWCF Changes_When_Casemapped CWCM Changes_When_Lowercased CWL Changes_When_NFKC_Casefolded CWKCF Changes_When_Titlecased CWT Changes_When_Uppercased CWU Dash Default_Ignorable_Code_Point DI Deprecated Dep Diacritic Dia Emoji Emoji_Component Emoji_Modifier Emoji_Modifier_Base Emoji_Presentation Extender Ext Grapheme_Base Gr_Base Grapheme_Extend Gr_Ext Hex_Digit Hex IDS_Binary_Operator IDSB IDS_Trinary_Operator IDST ID_Continue IDC ID_Start IDS Ideographic Ideo Join_Control Join_C Logical_Order_Exception LOE Lowercase Lower Math Noncharacter_Code_Point NChar Pattern_Syntax Pat_Syn Pattern_White_Space Pat_WS Quotation_Mark QMark Radical Regional_Indicator RI Sentence_Terminal STerm Soft_Dotted SD Terminal_Punctuation Term Unified_Ideograph UIdeo Uppercase Upper Variation_Selector VS White_Space space XID_Continue XIDC XID_Start XIDS",ae=Q+" Extended_Pictographic",ke=ae,Ze=ke+" EBase EComp EMod EPres ExtPict",it=Ze,ci=it,pi={9:Q,10:ae,11:ke,12:Ze,13:it,14:ci},Ge="Basic_Emoji Emoji_Keycap_Sequence RGI_Emoji_Modifier_Sequence RGI_Emoji_Flag_Sequence RGI_Emoji_Tag_Sequence RGI_Emoji_ZWJ_Sequence RGI_Emoji",Bs={9:"",10:"",11:"",12:"",13:"",14:Ge},Ar="Cased_Letter LC Close_Punctuation Pe Connector_Punctuation Pc Control Cc cntrl Currency_Symbol Sc Dash_Punctuation Pd Decimal_Number Nd digit Enclosing_Mark Me Final_Punctuation Pf Format Cf Initial_Punctuation Pi Letter L Letter_Number Nl Line_Separator Zl Lowercase_Letter Ll Mark M Combining_Mark Math_Symbol Sm Modifier_Letter Lm Modifier_Symbol Sk Nonspacing_Mark Mn Number N Open_Punctuation Ps Other C Other_Letter Lo Other_Number No Other_Punctuation Po Other_Symbol So Paragraph_Separator Zp Private_Use Co Punctuation P punct Separator Z Space_Separator Zs Spacing_Mark Mc Surrogate Cs Symbol S Titlecase_Letter Lt Unassigned Cn Uppercase_Letter Lu",Ir="Adlam Adlm Ahom Anatolian_Hieroglyphs Hluw Arabic Arab Armenian Armn Avestan Avst Balinese Bali Bamum Bamu Bassa_Vah Bass Batak Batk Bengali Beng Bhaiksuki Bhks Bopomofo Bopo Brahmi Brah Braille Brai Buginese Bugi Buhid Buhd Canadian_Aboriginal Cans Carian Cari Caucasian_Albanian Aghb Chakma Cakm Cham Cham Cherokee Cher Common Zyyy Coptic Copt Qaac Cuneiform Xsux Cypriot Cprt Cyrillic Cyrl Deseret Dsrt Devanagari Deva Duployan Dupl Egyptian_Hieroglyphs Egyp Elbasan Elba Ethiopic Ethi Georgian Geor Glagolitic Glag Gothic Goth Grantha Gran Greek Grek Gujarati Gujr Gurmukhi Guru Han Hani Hangul Hang Hanunoo Hano Hatran Hatr Hebrew Hebr Hiragana Hira Imperial_Aramaic Armi Inherited Zinh Qaai Inscriptional_Pahlavi Phli Inscriptional_Parthian Prti Javanese Java Kaithi Kthi Kannada Knda Katakana Kana Kayah_Li Kali Kharoshthi Khar Khmer Khmr Khojki Khoj Khudawadi Sind Lao Laoo Latin Latn Lepcha Lepc Limbu Limb Linear_A Lina Linear_B Linb Lisu Lisu Lycian Lyci Lydian Lydi Mahajani Mahj Malayalam Mlym Mandaic Mand Manichaean Mani Marchen Marc Masaram_Gondi Gonm Meetei_Mayek Mtei Mende_Kikakui Mend Meroitic_Cursive Merc Meroitic_Hieroglyphs Mero Miao Plrd Modi Mongolian Mong Mro Mroo Multani Mult Myanmar Mymr Nabataean Nbat New_Tai_Lue Talu Newa Newa Nko Nkoo Nushu Nshu Ogham Ogam Ol_Chiki Olck Old_Hungarian Hung Old_Italic Ital Old_North_Arabian Narb Old_Permic Perm Old_Persian Xpeo Old_South_Arabian Sarb Old_Turkic Orkh Oriya Orya Osage Osge Osmanya Osma Pahawh_Hmong Hmng Palmyrene Palm Pau_Cin_Hau Pauc Phags_Pa Phag Phoenician Phnx Psalter_Pahlavi Phlp Rejang Rjng Runic Runr Samaritan Samr Saurashtra Saur Sharada Shrd Shavian Shaw Siddham Sidd SignWriting Sgnw Sinhala Sinh Sora_Sompeng Sora Soyombo Soyo Sundanese Sund Syloti_Nagri Sylo Syriac Syrc Tagalog Tglg Tagbanwa Tagb Tai_Le Tale Tai_Tham Lana Tai_Viet Tavt Takri Takr Tamil Taml Tangut Tang Telugu Telu Thaana Thaa Thai Thai Tibetan Tibt Tifinagh Tfng Tirhuta Tirh Ugaritic Ugar Vai Vaii Warang_Citi Wara Yi Yiii Zanabazar_Square Zanb",Pr=Ir+" Dogra Dogr Gunjala_Gondi Gong Hanifi_Rohingya Rohg Makasar Maka Medefaidrin Medf Old_Sogdian Sogo Sogdian Sogd",Tr=Pr+" Elymaic Elym Nandinagari Nand Nyiakeng_Puachue_Hmong Hmnp Wancho Wcho",Nr=Tr+" Chorasmian Chrs Diak Dives_Akuru Khitan_Small_Script Kits Yezi Yezidi",Lr=Nr+" Cypro_Minoan Cpmn Old_Uyghur Ougr Tangsa Tnsa Toto Vithkuqi Vith",Ms=Lr+" Hrkt Katakana_Or_Hiragana Kawi Nag_Mundari Nagm Unknown Zzzz",Ds={9:Ir,10:Pr,11:Tr,12:Nr,13:Lr,14:Ms},Rr={};function js(t){var n=Rr[t]={binary:Ae(pi[t]+" "+Ar),binaryOfStrings:Ae(Bs[t]),nonBinary:{General_Category:Ae(Ar),Script:Ae(Ds[t])}};n.nonBinary.Script_Extensions=n.nonBinary.Script,n.nonBinary.gc=n.nonBinary.General_Category,n.nonBinary.sc=n.nonBinary.Script,n.nonBinary.scx=n.nonBinary.Script_Extensions}for(var Gi=0,Or=[9,10,11,12,13,14];Gi=6?"uy":"")+(n.options.ecmaVersion>=9?"s":"")+(n.options.ecmaVersion>=13?"d":"")+(n.options.ecmaVersion>=15?"v":""),this.unicodeProperties=Rr[n.options.ecmaVersion>=14?14:n.options.ecmaVersion],this.source="",this.flags="",this.start=0,this.switchU=!1,this.switchV=!1,this.switchN=!1,this.pos=0,this.lastIntValue=0,this.lastStringValue="",this.lastAssertionIsQuantifiable=!1,this.numCapturingParens=0,this.maxBackReference=0,this.groupNames=[],this.backReferenceNames=[]};et.prototype.reset=function(n,h,p){var S=p.indexOf("v")!==-1,I=p.indexOf("u")!==-1;this.start=n|0,this.source=h+"",this.flags=p,S&&this.parser.options.ecmaVersion>=15?(this.switchU=!0,this.switchV=!0,this.switchN=!0):(this.switchU=I&&this.parser.options.ecmaVersion>=6,this.switchV=!1,this.switchN=I&&this.parser.options.ecmaVersion>=9)},et.prototype.raise=function(n){this.parser.raiseRecoverable(this.start,"Invalid regular expression: /"+this.source+"/: "+n)},et.prototype.at=function(n,h){h===void 0&&(h=!1);var p=this.source,S=p.length;if(n>=S)return-1;var I=p.charCodeAt(n);if(!(h||this.switchU)||I<=55295||I>=57344||n+1>=S)return I;var L=p.charCodeAt(n+1);return L>=56320&&L<=57343?(I<<10)+L-56613888:I},et.prototype.nextIndex=function(n,h){h===void 0&&(h=!1);var p=this.source,S=p.length;if(n>=S)return S;var I=p.charCodeAt(n),L;return!(h||this.switchU)||I<=55295||I>=57344||n+1>=S||(L=p.charCodeAt(n+1))<56320||L>57343?n+1:n+2},et.prototype.current=function(n){return n===void 0&&(n=!1),this.at(this.pos,n)},et.prototype.lookahead=function(n){return n===void 0&&(n=!1),this.at(this.nextIndex(this.pos,n),n)},et.prototype.advance=function(n){n===void 0&&(n=!1),this.pos=this.nextIndex(this.pos,n)},et.prototype.eat=function(n,h){return h===void 0&&(h=!1),this.current(h)===n?(this.advance(h),!0):!1},et.prototype.eatChars=function(n,h){h===void 0&&(h=!1);for(var p=this.pos,S=0,I=n;S-1&&this.raise(t.start,"Duplicate regular expression flag"),L==="u"&&(p=!0),L==="v"&&(S=!0)}this.options.ecmaVersion>=15&&p&&S&&this.raise(t.start,"Invalid regular expression flag")},J.validateRegExpPattern=function(t){this.regexp_pattern(t),!t.switchN&&this.options.ecmaVersion>=9&&t.groupNames.length>0&&(t.switchN=!0,this.regexp_pattern(t))},J.regexp_pattern=function(t){t.pos=0,t.lastIntValue=0,t.lastStringValue="",t.lastAssertionIsQuantifiable=!1,t.numCapturingParens=0,t.maxBackReference=0,t.groupNames.length=0,t.backReferenceNames.length=0,this.regexp_disjunction(t),t.pos!==t.source.length&&(t.eat(41)&&t.raise("Unmatched ')'"),(t.eat(93)||t.eat(125))&&t.raise("Lone quantifier brackets")),t.maxBackReference>t.numCapturingParens&&t.raise("Invalid escape");for(var n=0,h=t.backReferenceNames;n=9&&(h=t.eat(60)),t.eat(61)||t.eat(33))return this.regexp_disjunction(t),t.eat(41)||t.raise("Unterminated group"),t.lastAssertionIsQuantifiable=!h,!0}return t.pos=n,!1},J.regexp_eatQuantifier=function(t,n){return n===void 0&&(n=!1),this.regexp_eatQuantifierPrefix(t,n)?(t.eat(63),!0):!1},J.regexp_eatQuantifierPrefix=function(t,n){return t.eat(42)||t.eat(43)||t.eat(63)||this.regexp_eatBracedQuantifier(t,n)},J.regexp_eatBracedQuantifier=function(t,n){var h=t.pos;if(t.eat(123)){var p=0,S=-1;if(this.regexp_eatDecimalDigits(t)&&(p=t.lastIntValue,t.eat(44)&&this.regexp_eatDecimalDigits(t)&&(S=t.lastIntValue),t.eat(125)))return S!==-1&&S=9?this.regexp_groupSpecifier(t):t.current()===63&&t.raise("Invalid group"),this.regexp_disjunction(t),t.eat(41))return t.numCapturingParens+=1,!0;t.raise("Unterminated group")}return!1},J.regexp_eatExtendedAtom=function(t){return t.eat(46)||this.regexp_eatReverseSolidusAtomEscape(t)||this.regexp_eatCharacterClass(t)||this.regexp_eatUncapturingGroup(t)||this.regexp_eatCapturingGroup(t)||this.regexp_eatInvalidBracedQuantifier(t)||this.regexp_eatExtendedPatternCharacter(t)},J.regexp_eatInvalidBracedQuantifier=function(t){return this.regexp_eatBracedQuantifier(t,!0)&&t.raise("Nothing to repeat"),!1},J.regexp_eatSyntaxCharacter=function(t){var n=t.current();return Vr(n)?(t.lastIntValue=n,t.advance(),!0):!1};function Vr(t){return t===36||t>=40&&t<=43||t===46||t===63||t>=91&&t<=94||t>=123&&t<=125}J.regexp_eatPatternCharacters=function(t){for(var n=t.pos,h=0;(h=t.current())!==-1&&!Vr(h);)t.advance();return t.pos!==n},J.regexp_eatExtendedPatternCharacter=function(t){var n=t.current();return n!==-1&&n!==36&&!(n>=40&&n<=43)&&n!==46&&n!==63&&n!==91&&n!==94&&n!==124?(t.advance(),!0):!1},J.regexp_groupSpecifier=function(t){if(t.eat(63)){if(this.regexp_eatGroupName(t)){t.groupNames.indexOf(t.lastStringValue)!==-1&&t.raise("Duplicate capture group name"),t.groupNames.push(t.lastStringValue);return}t.raise("Invalid group")}},J.regexp_eatGroupName=function(t){if(t.lastStringValue="",t.eat(60)){if(this.regexp_eatRegExpIdentifierName(t)&&t.eat(62))return!0;t.raise("Invalid capture group name")}return!1},J.regexp_eatRegExpIdentifierName=function(t){if(t.lastStringValue="",this.regexp_eatRegExpIdentifierStart(t)){for(t.lastStringValue+=Le(t.lastIntValue);this.regexp_eatRegExpIdentifierPart(t);)t.lastStringValue+=Le(t.lastIntValue);return!0}return!1},J.regexp_eatRegExpIdentifierStart=function(t){var n=t.pos,h=this.options.ecmaVersion>=11,p=t.current(h);return t.advance(h),p===92&&this.regexp_eatRegExpUnicodeEscapeSequence(t,h)&&(p=t.lastIntValue),Us(p)?(t.lastIntValue=p,!0):(t.pos=n,!1)};function Us(t){return T(t,!0)||t===36||t===95}J.regexp_eatRegExpIdentifierPart=function(t){var n=t.pos,h=this.options.ecmaVersion>=11,p=t.current(h);return t.advance(h),p===92&&this.regexp_eatRegExpUnicodeEscapeSequence(t,h)&&(p=t.lastIntValue),Gs(p)?(t.lastIntValue=p,!0):(t.pos=n,!1)};function Gs(t){return E(t,!0)||t===36||t===95||t===8204||t===8205}J.regexp_eatAtomEscape=function(t){return this.regexp_eatBackReference(t)||this.regexp_eatCharacterClassEscape(t)||this.regexp_eatCharacterEscape(t)||t.switchN&&this.regexp_eatKGroupName(t)?!0:(t.switchU&&(t.current()===99&&t.raise("Invalid unicode escape"),t.raise("Invalid escape")),!1)},J.regexp_eatBackReference=function(t){var n=t.pos;if(this.regexp_eatDecimalEscape(t)){var h=t.lastIntValue;if(t.switchU)return h>t.maxBackReference&&(t.maxBackReference=h),!0;if(h<=t.numCapturingParens)return!0;t.pos=n}return!1},J.regexp_eatKGroupName=function(t){if(t.eat(107)){if(this.regexp_eatGroupName(t))return t.backReferenceNames.push(t.lastStringValue),!0;t.raise("Invalid named reference")}return!1},J.regexp_eatCharacterEscape=function(t){return this.regexp_eatControlEscape(t)||this.regexp_eatCControlLetter(t)||this.regexp_eatZero(t)||this.regexp_eatHexEscapeSequence(t)||this.regexp_eatRegExpUnicodeEscapeSequence(t,!1)||!t.switchU&&this.regexp_eatLegacyOctalEscapeSequence(t)||this.regexp_eatIdentityEscape(t)},J.regexp_eatCControlLetter=function(t){var n=t.pos;if(t.eat(99)){if(this.regexp_eatControlLetter(t))return!0;t.pos=n}return!1},J.regexp_eatZero=function(t){return t.current()===48&&!fi(t.lookahead())?(t.lastIntValue=0,t.advance(),!0):!1},J.regexp_eatControlEscape=function(t){var n=t.current();return n===116?(t.lastIntValue=9,t.advance(),!0):n===110?(t.lastIntValue=10,t.advance(),!0):n===118?(t.lastIntValue=11,t.advance(),!0):n===102?(t.lastIntValue=12,t.advance(),!0):n===114?(t.lastIntValue=13,t.advance(),!0):!1},J.regexp_eatControlLetter=function(t){var n=t.current();return Fr(n)?(t.lastIntValue=n%32,t.advance(),!0):!1};function Fr(t){return t>=65&&t<=90||t>=97&&t<=122}J.regexp_eatRegExpUnicodeEscapeSequence=function(t,n){n===void 0&&(n=!1);var h=t.pos,p=n||t.switchU;if(t.eat(117)){if(this.regexp_eatFixedHexDigits(t,4)){var S=t.lastIntValue;if(p&&S>=55296&&S<=56319){var I=t.pos;if(t.eat(92)&&t.eat(117)&&this.regexp_eatFixedHexDigits(t,4)){var L=t.lastIntValue;if(L>=56320&&L<=57343)return t.lastIntValue=(S-55296)*1024+(L-56320)+65536,!0}t.pos=I,t.lastIntValue=S}return!0}if(p&&t.eat(123)&&this.regexp_eatHexDigits(t)&&t.eat(125)&&Ws(t.lastIntValue))return!0;p&&t.raise("Invalid unicode escape"),t.pos=h}return!1};function Ws(t){return t>=0&&t<=1114111}J.regexp_eatIdentityEscape=function(t){if(t.switchU)return this.regexp_eatSyntaxCharacter(t)?!0:t.eat(47)?(t.lastIntValue=47,!0):!1;var n=t.current();return n!==99&&(!t.switchN||n!==107)?(t.lastIntValue=n,t.advance(),!0):!1},J.regexp_eatDecimalEscape=function(t){t.lastIntValue=0;var n=t.current();if(n>=49&&n<=57){do t.lastIntValue=10*t.lastIntValue+(n-48),t.advance();while((n=t.current())>=48&&n<=57);return!0}return!1};var Br=0,rt=1,We=2;J.regexp_eatCharacterClassEscape=function(t){var n=t.current();if(zs(n))return t.lastIntValue=-1,t.advance(),rt;var h=!1;if(t.switchU&&this.options.ecmaVersion>=9&&((h=n===80)||n===112)){t.lastIntValue=-1,t.advance();var p;if(t.eat(123)&&(p=this.regexp_eatUnicodePropertyValueExpression(t))&&t.eat(125))return h&&p===We&&t.raise("Invalid property name"),p;t.raise("Invalid property name")}return Br};function zs(t){return t===100||t===68||t===115||t===83||t===119||t===87}J.regexp_eatUnicodePropertyValueExpression=function(t){var n=t.pos;if(this.regexp_eatUnicodePropertyName(t)&&t.eat(61)){var h=t.lastStringValue;if(this.regexp_eatUnicodePropertyValue(t)){var p=t.lastStringValue;return this.regexp_validateUnicodePropertyNameAndValue(t,h,p),rt}}if(t.pos=n,this.regexp_eatLoneUnicodePropertyNameOrValue(t)){var S=t.lastStringValue;return this.regexp_validateUnicodePropertyNameOrValue(t,S)}return Br},J.regexp_validateUnicodePropertyNameAndValue=function(t,n,h){Se(t.unicodeProperties.nonBinary,n)||t.raise("Invalid property name"),t.unicodeProperties.nonBinary[n].test(h)||t.raise("Invalid property value")},J.regexp_validateUnicodePropertyNameOrValue=function(t,n){if(t.unicodeProperties.binary.test(n))return rt;if(t.switchV&&t.unicodeProperties.binaryOfStrings.test(n))return We;t.raise("Invalid property name")},J.regexp_eatUnicodePropertyName=function(t){var n=0;for(t.lastStringValue="";Mr(n=t.current());)t.lastStringValue+=Le(n),t.advance();return t.lastStringValue!==""};function Mr(t){return Fr(t)||t===95}J.regexp_eatUnicodePropertyValue=function(t){var n=0;for(t.lastStringValue="";Hs(n=t.current());)t.lastStringValue+=Le(n),t.advance();return t.lastStringValue!==""};function Hs(t){return Mr(t)||fi(t)}J.regexp_eatLoneUnicodePropertyNameOrValue=function(t){return this.regexp_eatUnicodePropertyValue(t)},J.regexp_eatCharacterClass=function(t){if(t.eat(91)){var n=t.eat(94),h=this.regexp_classContents(t);return t.eat(93)||t.raise("Unterminated character class"),n&&h===We&&t.raise("Negated character class may contain strings"),!0}return!1},J.regexp_classContents=function(t){return t.current()===93?rt:t.switchV?this.regexp_classSetExpression(t):(this.regexp_nonEmptyClassRanges(t),rt)},J.regexp_nonEmptyClassRanges=function(t){for(;this.regexp_eatClassAtom(t);){var n=t.lastIntValue;if(t.eat(45)&&this.regexp_eatClassAtom(t)){var h=t.lastIntValue;t.switchU&&(n===-1||h===-1)&&t.raise("Invalid character class"),n!==-1&&h!==-1&&n>h&&t.raise("Range out of order in character class")}}},J.regexp_eatClassAtom=function(t){var n=t.pos;if(t.eat(92)){if(this.regexp_eatClassEscape(t))return!0;if(t.switchU){var h=t.current();(h===99||qr(h))&&t.raise("Invalid class escape"),t.raise("Invalid escape")}t.pos=n}var p=t.current();return p!==93?(t.lastIntValue=p,t.advance(),!0):!1},J.regexp_eatClassEscape=function(t){var n=t.pos;if(t.eat(98))return t.lastIntValue=8,!0;if(t.switchU&&t.eat(45))return t.lastIntValue=45,!0;if(!t.switchU&&t.eat(99)){if(this.regexp_eatClassControlLetter(t))return!0;t.pos=n}return this.regexp_eatCharacterClassEscape(t)||this.regexp_eatCharacterEscape(t)},J.regexp_classSetExpression=function(t){var n=rt,h;if(!this.regexp_eatClassSetRange(t))if(h=this.regexp_eatClassSetOperand(t)){h===We&&(n=We);for(var p=t.pos;t.eatChars([38,38]);){if(t.current()!==38&&(h=this.regexp_eatClassSetOperand(t))){h!==We&&(n=rt);continue}t.raise("Invalid character in character class")}if(p!==t.pos)return n;for(;t.eatChars([45,45]);)this.regexp_eatClassSetOperand(t)||t.raise("Invalid character in character class");if(p!==t.pos)return n}else t.raise("Invalid character in character class");for(;;)if(!this.regexp_eatClassSetRange(t)){if(h=this.regexp_eatClassSetOperand(t),!h)return n;h===We&&(n=We)}},J.regexp_eatClassSetRange=function(t){var n=t.pos;if(this.regexp_eatClassSetCharacter(t)){var h=t.lastIntValue;if(t.eat(45)&&this.regexp_eatClassSetCharacter(t)){var p=t.lastIntValue;return h!==-1&&p!==-1&&h>p&&t.raise("Range out of order in character class"),!0}t.pos=n}return!1},J.regexp_eatClassSetOperand=function(t){return this.regexp_eatClassSetCharacter(t)?rt:this.regexp_eatClassStringDisjunction(t)||this.regexp_eatNestedClass(t)},J.regexp_eatNestedClass=function(t){var n=t.pos;if(t.eat(91)){var h=t.eat(94),p=this.regexp_classContents(t);if(t.eat(93))return h&&p===We&&t.raise("Negated character class may contain strings"),p;t.pos=n}if(t.eat(92)){var S=this.regexp_eatCharacterClassEscape(t);if(S)return S;t.pos=n}return null},J.regexp_eatClassStringDisjunction=function(t){var n=t.pos;if(t.eatChars([92,113])){if(t.eat(123)){var h=this.regexp_classStringDisjunctionContents(t);if(t.eat(125))return h}else t.raise("Invalid escape");t.pos=n}return null},J.regexp_classStringDisjunctionContents=function(t){for(var n=this.regexp_classString(t);t.eat(124);)this.regexp_classString(t)===We&&(n=We);return n},J.regexp_classString=function(t){for(var n=0;this.regexp_eatClassSetCharacter(t);)n++;return n===1?rt:We},J.regexp_eatClassSetCharacter=function(t){var n=t.pos;if(t.eat(92))return this.regexp_eatCharacterEscape(t)||this.regexp_eatClassSetReservedPunctuator(t)?!0:t.eat(98)?(t.lastIntValue=8,!0):(t.pos=n,!1);var h=t.current();return h<0||h===t.lookahead()&&Qs(h)||Xs(h)?!1:(t.advance(),t.lastIntValue=h,!0)};function Qs(t){return t===33||t>=35&&t<=38||t>=42&&t<=44||t===46||t>=58&&t<=64||t===94||t===96||t===126}function Xs(t){return t===40||t===41||t===45||t===47||t>=91&&t<=93||t>=123&&t<=125}J.regexp_eatClassSetReservedPunctuator=function(t){var n=t.current();return Js(n)?(t.lastIntValue=n,t.advance(),!0):!1};function Js(t){return t===33||t===35||t===37||t===38||t===44||t===45||t>=58&&t<=62||t===64||t===96||t===126}J.regexp_eatClassControlLetter=function(t){var n=t.current();return fi(n)||n===95?(t.lastIntValue=n%32,t.advance(),!0):!1},J.regexp_eatHexEscapeSequence=function(t){var n=t.pos;if(t.eat(120)){if(this.regexp_eatFixedHexDigits(t,2))return!0;t.switchU&&t.raise("Invalid escape"),t.pos=n}return!1},J.regexp_eatDecimalDigits=function(t){var n=t.pos,h=0;for(t.lastIntValue=0;fi(h=t.current());)t.lastIntValue=10*t.lastIntValue+(h-48),t.advance();return t.pos!==n};function fi(t){return t>=48&&t<=57}J.regexp_eatHexDigits=function(t){var n=t.pos,h=0;for(t.lastIntValue=0;Dr(h=t.current());)t.lastIntValue=16*t.lastIntValue+jr(h),t.advance();return t.pos!==n};function Dr(t){return t>=48&&t<=57||t>=65&&t<=70||t>=97&&t<=102}function jr(t){return t>=65&&t<=70?10+(t-65):t>=97&&t<=102?10+(t-97):t-48}J.regexp_eatLegacyOctalEscapeSequence=function(t){if(this.regexp_eatOctalDigit(t)){var n=t.lastIntValue;if(this.regexp_eatOctalDigit(t)){var h=t.lastIntValue;n<=3&&this.regexp_eatOctalDigit(t)?t.lastIntValue=n*64+h*8+t.lastIntValue:t.lastIntValue=n*8+h}else t.lastIntValue=n;return!0}return!1},J.regexp_eatOctalDigit=function(t){var n=t.current();return qr(n)?(t.lastIntValue=n-48,t.advance(),!0):(t.lastIntValue=0,!1)};function qr(t){return t>=48&&t<=55}J.regexp_eatFixedHexDigits=function(t,n){var h=t.pos;t.lastIntValue=0;for(var p=0;p=this.input.length)return this.finishToken(u.eof);if(t.override)return t.override(this);this.readToken(this.fullCharCodeAtPos())},le.readToken=function(t){return T(t,this.options.ecmaVersion>=6)||t===92?this.readWord():this.getTokenFromCode(t)},le.fullCharCodeAtPos=function(){var t=this.input.charCodeAt(this.pos);if(t<=55295||t>=56320)return t;var n=this.input.charCodeAt(this.pos+1);return n<=56319||n>=57344?t:(t<<10)+n-56613888},le.skipBlockComment=function(){var t=this.options.onComment&&this.curPosition(),n=this.pos,h=this.input.indexOf("*/",this.pos+=2);if(h===-1&&this.raise(this.pos-2,"Unterminated comment"),this.pos=h+2,this.options.locations)for(var p=void 0,S=n;(p=z(this.input,S,this.pos))>-1;)++this.curLine,S=this.lineStart=p;this.options.onComment&&this.options.onComment(!0,this.input.slice(n+2,h),n,this.pos,t,this.curPosition())},le.skipLineComment=function(t){for(var n=this.pos,h=this.options.onComment&&this.curPosition(),p=this.input.charCodeAt(this.pos+=t);this.pos8&&t<14||t>=5760&&te.test(String.fromCharCode(t)))++this.pos;else break e}}},le.finishToken=function(t,n){this.end=this.pos,this.options.locations&&(this.endLoc=this.curPosition());var h=this.type;this.type=t,this.value=n,this.updateContext(h)},le.readToken_dot=function(){var t=this.input.charCodeAt(this.pos+1);if(t>=48&&t<=57)return this.readNumber(!0);var n=this.input.charCodeAt(this.pos+2);return this.options.ecmaVersion>=6&&t===46&&n===46?(this.pos+=3,this.finishToken(u.ellipsis)):(++this.pos,this.finishToken(u.dot))},le.readToken_slash=function(){var t=this.input.charCodeAt(this.pos+1);return this.exprAllowed?(++this.pos,this.readRegexp()):t===61?this.finishOp(u.assign,2):this.finishOp(u.slash,1)},le.readToken_mult_modulo_exp=function(t){var n=this.input.charCodeAt(this.pos+1),h=1,p=t===42?u.star:u.modulo;return this.options.ecmaVersion>=7&&t===42&&n===42&&(++h,p=u.starstar,n=this.input.charCodeAt(this.pos+2)),n===61?this.finishOp(u.assign,h+1):this.finishOp(p,h)},le.readToken_pipe_amp=function(t){var n=this.input.charCodeAt(this.pos+1);if(n===t){if(this.options.ecmaVersion>=12){var h=this.input.charCodeAt(this.pos+2);if(h===61)return this.finishOp(u.assign,3)}return this.finishOp(t===124?u.logicalOR:u.logicalAND,2)}return n===61?this.finishOp(u.assign,2):this.finishOp(t===124?u.bitwiseOR:u.bitwiseAND,1)},le.readToken_caret=function(){var t=this.input.charCodeAt(this.pos+1);return t===61?this.finishOp(u.assign,2):this.finishOp(u.bitwiseXOR,1)},le.readToken_plus_min=function(t){var n=this.input.charCodeAt(this.pos+1);return n===t?n===45&&!this.inModule&&this.input.charCodeAt(this.pos+2)===62&&(this.lastTokEnd===0||w.test(this.input.slice(this.lastTokEnd,this.pos)))?(this.skipLineComment(3),this.skipSpace(),this.nextToken()):this.finishOp(u.incDec,2):n===61?this.finishOp(u.assign,2):this.finishOp(u.plusMin,1)},le.readToken_lt_gt=function(t){var n=this.input.charCodeAt(this.pos+1),h=1;return n===t?(h=t===62&&this.input.charCodeAt(this.pos+2)===62?3:2,this.input.charCodeAt(this.pos+h)===61?this.finishOp(u.assign,h+1):this.finishOp(u.bitShift,h)):n===33&&t===60&&!this.inModule&&this.input.charCodeAt(this.pos+2)===45&&this.input.charCodeAt(this.pos+3)===45?(this.skipLineComment(4),this.skipSpace(),this.nextToken()):(n===61&&(h=2),this.finishOp(u.relational,h))},le.readToken_eq_excl=function(t){var n=this.input.charCodeAt(this.pos+1);return n===61?this.finishOp(u.equality,this.input.charCodeAt(this.pos+2)===61?3:2):t===61&&n===62&&this.options.ecmaVersion>=6?(this.pos+=2,this.finishToken(u.arrow)):this.finishOp(t===61?u.eq:u.prefix,1)},le.readToken_question=function(){var t=this.options.ecmaVersion;if(t>=11){var n=this.input.charCodeAt(this.pos+1);if(n===46){var h=this.input.charCodeAt(this.pos+2);if(h<48||h>57)return this.finishOp(u.questionDot,2)}if(n===63){if(t>=12){var p=this.input.charCodeAt(this.pos+2);if(p===61)return this.finishOp(u.assign,3)}return this.finishOp(u.coalesce,2)}}return this.finishOp(u.question,1)},le.readToken_numberSign=function(){var t=this.options.ecmaVersion,n=35;if(t>=13&&(++this.pos,n=this.fullCharCodeAtPos(),T(n,!0)||n===92))return this.finishToken(u.privateId,this.readWord1());this.raise(this.pos,"Unexpected character '"+Le(n)+"'")},le.getTokenFromCode=function(t){switch(t){case 46:return this.readToken_dot();case 40:return++this.pos,this.finishToken(u.parenL);case 41:return++this.pos,this.finishToken(u.parenR);case 59:return++this.pos,this.finishToken(u.semi);case 44:return++this.pos,this.finishToken(u.comma);case 91:return++this.pos,this.finishToken(u.bracketL);case 93:return++this.pos,this.finishToken(u.bracketR);case 123:return++this.pos,this.finishToken(u.braceL);case 125:return++this.pos,this.finishToken(u.braceR);case 58:return++this.pos,this.finishToken(u.colon);case 96:if(this.options.ecmaVersion<6)break;return++this.pos,this.finishToken(u.backQuote);case 48:var n=this.input.charCodeAt(this.pos+1);if(n===120||n===88)return this.readRadixNumber(16);if(this.options.ecmaVersion>=6){if(n===111||n===79)return this.readRadixNumber(8);if(n===98||n===66)return this.readRadixNumber(2)}case 49:case 50:case 51:case 52:case 53:case 54:case 55:case 56:case 57:return this.readNumber(!1);case 34:case 39:return this.readString(t);case 47:return this.readToken_slash();case 37:case 42:return this.readToken_mult_modulo_exp(t);case 124:case 38:return this.readToken_pipe_amp(t);case 94:return this.readToken_caret();case 43:case 45:return this.readToken_plus_min(t);case 60:case 62:return this.readToken_lt_gt(t);case 61:case 33:return this.readToken_eq_excl(t);case 63:return this.readToken_question();case 126:return this.finishOp(u.prefix,1);case 35:return this.readToken_numberSign()}this.raise(this.pos,"Unexpected character '"+Le(t)+"'")},le.finishOp=function(t,n){var h=this.input.slice(this.pos,this.pos+n);return this.pos+=n,this.finishToken(t,h)},le.readRegexp=function(){for(var t,n,h=this.pos;;){this.pos>=this.input.length&&this.raise(h,"Unterminated regular expression");var p=this.input.charAt(this.pos);if(w.test(p)&&this.raise(h,"Unterminated regular expression"),t)t=!1;else{if(p==="[")n=!0;else if(p==="]"&&n)n=!1;else if(p==="/"&&!n)break;t=p==="\\"}++this.pos}var S=this.input.slice(h,this.pos);++this.pos;var I=this.pos,L=this.readWord1();this.containsEsc&&this.unexpected(I);var j=this.regexpState||(this.regexpState=new et(this));j.reset(h,S,L),this.validateRegExpFlags(j),this.validateRegExpPattern(j);var U=null;try{U=new RegExp(S,L)}catch{}return this.finishToken(u.regexp,{pattern:S,flags:L,value:U})},le.readInt=function(t,n,h){for(var p=this.options.ecmaVersion>=12&&n===void 0,S=h&&this.input.charCodeAt(this.pos)===48,I=this.pos,L=0,j=0,U=0,ne=n??1/0;U=97?Ne=ue-97+10:ue>=65?Ne=ue-65+10:ue>=48&&ue<=57?Ne=ue-48:Ne=1/0,Ne>=t)break;j=ue,L=L*t+Ne}return p&&j===95&&this.raiseRecoverable(this.pos-1,"Numeric separator is not allowed at the last of digits"),this.pos===I||n!=null&&this.pos-I!==n?null:L};function Ks(t,n){return n?parseInt(t,8):parseFloat(t.replace(/_/g,""))}function Ur(t){return typeof BigInt!="function"?null:BigInt(t.replace(/_/g,""))}le.readRadixNumber=function(t){var n=this.pos;this.pos+=2;var h=this.readInt(t);return h==null&&this.raise(this.start+2,"Expected number in radix "+t),this.options.ecmaVersion>=11&&this.input.charCodeAt(this.pos)===110?(h=Ur(this.input.slice(n,this.pos)),++this.pos):T(this.fullCharCodeAtPos())&&this.raise(this.pos,"Identifier directly after number"),this.finishToken(u.num,h)},le.readNumber=function(t){var n=this.pos;!t&&this.readInt(10,void 0,!0)===null&&this.raise(n,"Invalid number");var h=this.pos-n>=2&&this.input.charCodeAt(n)===48;h&&this.strict&&this.raise(n,"Invalid number");var p=this.input.charCodeAt(this.pos);if(!h&&!t&&this.options.ecmaVersion>=11&&p===110){var S=Ur(this.input.slice(n,this.pos));return++this.pos,T(this.fullCharCodeAtPos())&&this.raise(this.pos,"Identifier directly after number"),this.finishToken(u.num,S)}h&&/[89]/.test(this.input.slice(n,this.pos))&&(h=!1),p===46&&!h&&(++this.pos,this.readInt(10),p=this.input.charCodeAt(this.pos)),(p===69||p===101)&&!h&&(p=this.input.charCodeAt(++this.pos),(p===43||p===45)&&++this.pos,this.readInt(10)===null&&this.raise(n,"Invalid number")),T(this.fullCharCodeAtPos())&&this.raise(this.pos,"Identifier directly after number");var I=Ks(this.input.slice(n,this.pos),h);return this.finishToken(u.num,I)},le.readCodePoint=function(){var t=this.input.charCodeAt(this.pos),n;if(t===123){this.options.ecmaVersion<6&&this.unexpected();var h=++this.pos;n=this.readHexChar(this.input.indexOf("}",this.pos)-this.pos),++this.pos,n>1114111&&this.invalidStringToken(h,"Code point out of bounds")}else n=this.readHexChar(4);return n},le.readString=function(t){for(var n="",h=++this.pos;;){this.pos>=this.input.length&&this.raise(this.start,"Unterminated string constant");var p=this.input.charCodeAt(this.pos);if(p===t)break;p===92?(n+=this.input.slice(h,this.pos),n+=this.readEscapedChar(!1),h=this.pos):p===8232||p===8233?(this.options.ecmaVersion<10&&this.raise(this.start,"Unterminated string constant"),++this.pos,this.options.locations&&(this.curLine++,this.lineStart=this.pos)):(H(p)&&this.raise(this.start,"Unterminated string constant"),++this.pos)}return n+=this.input.slice(h,this.pos++),this.finishToken(u.string,n)};var Gr={};le.tryReadTemplateToken=function(){this.inTemplateElement=!0;try{this.readTmplToken()}catch(t){if(t===Gr)this.readInvalidTemplateToken();else throw t}this.inTemplateElement=!1},le.invalidStringToken=function(t,n){if(this.inTemplateElement&&this.options.ecmaVersion>=9)throw Gr;this.raise(t,n)},le.readTmplToken=function(){for(var t="",n=this.pos;;){this.pos>=this.input.length&&this.raise(this.start,"Unterminated template");var h=this.input.charCodeAt(this.pos);if(h===96||h===36&&this.input.charCodeAt(this.pos+1)===123)return this.pos===this.start&&(this.type===u.template||this.type===u.invalidTemplate)?h===36?(this.pos+=2,this.finishToken(u.dollarBraceL)):(++this.pos,this.finishToken(u.backQuote)):(t+=this.input.slice(n,this.pos),this.finishToken(u.template,t));if(h===92)t+=this.input.slice(n,this.pos),t+=this.readEscapedChar(!0),n=this.pos;else if(H(h)){switch(t+=this.input.slice(n,this.pos),++this.pos,h){case 13:this.input.charCodeAt(this.pos)===10&&++this.pos;case 10:t+=` +`;break;default:t+=String.fromCharCode(h);break}this.options.locations&&(++this.curLine,this.lineStart=this.pos),n=this.pos}else++this.pos}},le.readInvalidTemplateToken=function(){for(;this.pos=48&&n<=55){var p=this.input.substr(this.pos-1,3).match(/^[0-7]+/)[0],S=parseInt(p,8);return S>255&&(p=p.slice(0,-1),S=parseInt(p,8)),this.pos+=p.length-1,n=this.input.charCodeAt(this.pos),(p!=="0"||n===56||n===57)&&(this.strict||t)&&this.invalidStringToken(this.pos-1-p.length,t?"Octal literal in template string":"Octal literal in strict mode"),String.fromCharCode(S)}return H(n)?"":String.fromCharCode(n)}},le.readHexChar=function(t){var n=this.pos,h=this.readInt(16,t);return h===null&&this.invalidStringToken(n,"Bad character escape sequence"),h},le.readWord1=function(){this.containsEsc=!1;for(var t="",n=!0,h=this.pos,p=this.options.ecmaVersion>=6;this.pos...",!0,!0),O={tc_oTag:k,tc_cTag:T,tc_expr:E},D={jsxName:new P("jsxName"),jsxText:new P("jsxText",{beforeExpr:!0}),jsxTagStart:new P("jsxTagStart",{startsExpr:!0}),jsxTagEnd:new P("jsxTagEnd")};D.jsxTagStart.updateContext=function(){this.context.push(E),this.context.push(k),this.exprAllowed=!1},D.jsxTagEnd.updateContext=function(M){let G=this.context.pop();G===k&&M===_.slash||G===T?(this.context.pop(),this.exprAllowed=this.curContext()===E):this.exprAllowed=!0},C={tokContexts:O,tokTypes:D},o.set(v,C)}return C}function m(v){if(!v)return v;if(v.type==="JSXIdentifier")return v.name;if(v.type==="JSXNamespacedName")return v.namespace.name+":"+v.name.name;if(v.type==="JSXMemberExpression")return m(v.object)+"."+m(v.property)}e.exports=function(v){return v=v||{},function(C){return x({allowNamespaces:v.allowNamespaces!==!1,allowNamespacedObjects:!!v.allowNamespacedObjects},C)}},Object.defineProperty(e.exports,"tokTypes",{get:function(){return l(cn()).tokTypes},configurable:!0,enumerable:!0});function x(v,C){const _=C.acorn||cn(),A=l(_),P=_.tokTypes,k=A.tokTypes,T=_.tokContexts,E=A.tokContexts.tc_oTag,O=A.tokContexts.tc_cTag,D=A.tokContexts.tc_expr,M=_.isNewLine,G=_.isIdentifierStart,N=_.isIdentifierChar;return class extends C{static get acornJsx(){return A}jsx_readToken(){let y="",u=this.pos;for(;;){this.pos>=this.input.length&&this.raise(this.start,"Unterminated JSX contents");let w=this.input.charCodeAt(this.pos);switch(w){case 60:case 123:return this.pos===this.start?w===60&&this.exprAllowed?(++this.pos,this.finishToken(k.jsxTagStart)):this.getTokenFromCode(w):(y+=this.input.slice(u,this.pos),this.finishToken(k.jsxText,y));case 38:y+=this.input.slice(u,this.pos),y+=this.jsx_readEntity(),u=this.pos;break;case 62:case 125:this.raise(this.pos,"Unexpected token `"+this.input[this.pos]+"`. Did you mean `"+(w===62?">":"}")+'` or `{"'+this.input[this.pos]+'"}`?');default:M(w)?(y+=this.input.slice(u,this.pos),y+=this.jsx_readNewLine(!0),u=this.pos):++this.pos}}}jsx_readNewLine(y){let u=this.input.charCodeAt(this.pos),w;return++this.pos,u===13&&this.input.charCodeAt(this.pos)===10?(++this.pos,w=y?` +`:`\r +`):w=String.fromCharCode(u),this.options.locations&&(++this.curLine,this.lineStart=this.pos),w}jsx_readString(y){let u="",w=++this.pos;for(;;){this.pos>=this.input.length&&this.raise(this.start,"Unterminated string constant");let V=this.input.charCodeAt(this.pos);if(V===y)break;V===38?(u+=this.input.slice(w,this.pos),u+=this.jsx_readEntity(),w=this.pos):M(V)?(u+=this.input.slice(w,this.pos),u+=this.jsx_readNewLine(!1),w=this.pos):++this.pos}return u+=this.input.slice(w,this.pos++),this.finishToken(P.string,u)}jsx_readEntity(){let y="",u=0,w,V=this.input[this.pos];V!=="&"&&this.raise(this.pos,"Entity must start with an ampersand");let H=++this.pos;for(;this.pos")}let te=H.name?"Element":"Fragment";return w["opening"+te]=H,w["closing"+te]=z,w.children=V,this.type===P.relational&&this.value==="<"&&this.raise(this.start,"Adjacent JSX elements must be wrapped in an enclosing tag"),this.finishNode(w,"JSX"+te)}jsx_parseText(){let y=this.parseLiteral(this.value);return y.type="JSXText",y}jsx_parseElement(){let y=this.start,u=this.startLoc;return this.next(),this.jsx_parseElementAt(y,u)}parseExprAtom(y){return this.type===k.jsxText?this.jsx_parseText():this.type===k.jsxTagStart?this.jsx_parseElement():super.parseExprAtom(y)}readToken(y){let u=this.curContext();if(u===D)return this.jsx_readToken();if(u===E||u===O){if(G(y))return this.jsx_readWord();if(y==62)return++this.pos,this.finishToken(k.jsxTagEnd);if((y===34||y===39)&&u==E)return this.jsx_readString(y)}return y===60&&this.exprAllowed&&this.input.charCodeAt(this.pos+1)!==33?(++this.pos,this.finishToken(k.jsxTagStart)):super.readToken(y)}updateContext(y){if(this.type==P.braceL){var u=this.curContext();u==E?this.context.push(T.b_expr):u==D?this.context.push(T.b_tmpl):super.updateContext(y),this.exprAllowed=!0}else if(this.type===P.slash&&y===k.jsxTagStart)this.context.length-=2,this.context.push(O),this.exprAllowed=!1;else return super.updateContext(y)}}}})(ls);var mo=ls.exports;const go=ti(mo);function cs(e,i,r,s,o){r||(r=q),function l(m,x,v){var C=v||m.type,_=i[C];r[C](m,x,l),_&&_(m,x)}(e,s,o)}function xo(e,i,r,s,o){var l=[];r||(r=q),function m(x,v,C){var _=C||x.type,A=i[_],P=x!==l[l.length-1];P&&l.push(x),r[_](x,v,m),A&&A(x,v||l,l),P&&l.pop()}(e,s,o)}function yr(e,i,r){r(e,i)}function Et(e,i,r){}var q={};q.Program=q.BlockStatement=function(e,i,r){for(var s=0,o=e.body;s + * + * Copyright (c) 2014-2017, Jon Schlinkert. + * Released under the MIT License. + */function pn(e){return Object.prototype.toString.call(e)==="[object Object]"}function Fo(e){var i,r;return pn(e)===!1?!1:(i=e.constructor,i===void 0?!0:(r=i.prototype,!(pn(r)===!1||r.hasOwnProperty("isPrototypeOf")===!1)))}var fs={},Ci=Vt&&Vt.__assign||function(){return Ci=Object.assign||function(e){for(var i,r=1,s=arguments.length;re.length)&&(i=e.length);for(var r=0,s=new Array(i);r0?e.length-1:0),s=e[e.length-1];return s&&(i.type==="string"||i.type==="number")&&(s.type==="string"||s.type==="number")?r.push(gs(String(s.value)+String(i.value))):(s&&r.push(s),r.push(i)),r},hu=function(i){return["key","ref"].includes(i)},lu=function(e){return function(i){var r=i.includes("key"),s=i.includes("ref"),o=i.filter(function(m){return!hu(m)}),l=fn(e?o.sort():o);return s&&l.unshift("ref"),r&&l.unshift("key"),l}};function cu(e,i){return Array.isArray(i)?function(r){return i.indexOf(r)===-1}:function(r){return i(e[r],r)}}var pu=function(i,r,s,o,l){var m=l.tabStop;return i.type==="string"?r.split(` +`).map(function(x,v){return v===0?x:"".concat(nt(o,m)).concat(x)}).join(` +`):r},fu=function(i,r,s){return function(o){return pu(o,qi(o,i,r,s),i,r,s)}},du=function(i,r){return function(s){var o=Object.keys(i).includes(s);return!o||o&&i[s]!==r[s]}},ys=function(i,r,s,o,l){return l?nt(s,o).length+r.length>l:i.length>1},mu=function(i,r,s,o,l,m,x){return(ys(i,r,l,m,x)||s)&&!o},bs=function(e,i,r,s){var o=e.type,l=e.displayName,m=l===void 0?"":l,x=e.childrens,v=e.props,C=v===void 0?{}:v,_=e.defaultProps,A=_===void 0?{}:_;if(o!=="ReactElement")throw new Error('The "formatReactElementNode" function could only format node of type "ReactElement". Given: '.concat(o));var P=s.filterProps,k=s.maxInlineAttributesLineLength,T=s.showDefaultProps,E=s.sortProps,O=s.tabStop,D="<".concat(m),M=D,G=D,N=!1,y=[],u=cu(C,P);Object.keys(C).filter(u).filter(du(A,C)).forEach(function(H){return y.push(H)}),Object.keys(A).filter(u).filter(function(){return T}).filter(function(H){return!y.includes(H)}).forEach(function(H){return y.push(H)});var w=lu(E)(y);if(w.forEach(function(H){var z=ou(H,Object.keys(C).includes(H),C[H],Object.keys(A).includes(H),A[H],i,r,s),te=z.attributeFormattedInline,K=z.attributeFormattedMultiline,X=z.isMultilineAttribute;X&&(N=!0),M+=te,G+=K}),G+=` +`.concat(nt(r,O)),mu(w,M,N,i,r,O,k)?D=G:D=M,x&&x.length>0){var V=r+1;D+=">",i||(D+=` +`,D+=nt(V,O)),D+=x.reduce(uu,[]).map(fu(i,V,s)).join(i?"":` +`.concat(nt(V,O))),i||(D+=` +`,D+=nt(V-1,O)),D+="")}else ys(w,M,r,O,k)||(D+=" "),D+="/>";return D},gu="",xn="React.Fragment",xu=function(i,r,s){var o={};return r&&(o={key:r}),{type:"ReactElement",displayName:i,props:o,defaultProps:{},childrens:s}},vu=function(i){var r=i.key;return!!r},yu=function(i){var r=i.childrens;return r.length===0},bu=function(e,i,r,s){var o=e.type,l=e.key,m=e.childrens;if(o!=="ReactFragment")throw new Error('The "formatReactFragmentNode" function could only format node of type "ReactFragment". Given: '.concat(o));var x=s.useFragmentShortSyntax,v;return x?yu(e)||vu(e)?v=xn:v=gu:v=xn,bs(xu(v,l,m),i,r,s)},Su=["<",">","{","}"],_u=function(i){return Su.some(function(r){return i.includes(r)})},Cu=function(i){return _u(i)?"{`".concat(i,"`}"):i},Eu=function(i){var r=i;return r.endsWith(" ")&&(r=r.replace(/^(.*?)(\s+)$/,"$1{'$2'}")),r.startsWith(" ")&&(r=r.replace(/^(\s+)(.*)$/,"{'$1'}$2")),r},qi=function(e,i,r,s){if(e.type==="number")return String(e.value);if(e.type==="string")return e.value?"".concat(Eu(Cu(String(e.value)))):"";if(e.type==="ReactElement")return bs(e,i,r,s);if(e.type==="ReactFragment")return bu(e,i,r,s);throw new TypeError('Unknow format type "'.concat(e.type,'"'))},wu=function(e,i){return qi(e,!1,0,i)},Jt=function(i){var r=arguments.length>1&&arguments[1]!==void 0?arguments[1]:{},s=r.filterProps,o=s===void 0?[]:s,l=r.showDefaultProps,m=l===void 0?!0:l,x=r.showFunctions,v=x===void 0?!1:x,C=r.functionValue,_=r.tabStop,A=_===void 0?2:_,P=r.useBooleanShorthandSyntax,k=P===void 0?!0:P,T=r.useFragmentShortSyntax,E=T===void 0?!0:T,O=r.sortProps,D=O===void 0?!0:O,M=r.maxInlineAttributesLineLength,G=r.displayName;if(!i)throw new Error("react-element-to-jsx-string: Expected a ReactElement");var N={filterProps:o,showDefaultProps:m,showFunctions:v,functionValue:C,tabStop:A,useBooleanShorthandSyntax:k,useFragmentShortSyntax:E,sortProps:D,maxInlineAttributesLineLength:M,displayName:G};return wu(_r(i,N),N)};const{defaultDecorateStory:ku,addons:Au,useEffect:Iu}=__STORYBOOK_MODULE_PREVIEW_API__,{logger:yi}=__STORYBOOK_MODULE_CLIENT_LOGGER__;function Pu(e,i){let r=e!=null,s=i!=null;if(!r&&!s)return"";let o=[];if(r){let l=e.map(m=>{let x=m.getPrettyName(),v=m.getTypeName();return v!=null?`${x}: ${v}`:x});o.push(`(${l.join(", ")})`)}else o.push("()");return s&&o.push(`=> ${i.getTypeName()}`),o.join(" ")}function Tu(e,i){let r=e!=null,s=i!=null;if(!r&&!s)return"";let o=[];return r?o.push("( ... )"):o.push("()"),s&&o.push(`=> ${i.getTypeName()}`),o.join(" ")}function Nu(e){return e.replace(/,/g,`,\r +`)}var sr="custom",si="object",Cr="array",Lu="class",Bt="func",Dt="element";function Er(e){return va.includes(e.toLowerCase())}var Ss={format:{indent:{style:" "},semicolons:!1}},Ru={...Ss,format:{newline:""}},Ou={...Ss};function ft(e,i=!1){return Tn.generate(e,i?Ru:Ou)}function ar(e,i=!1){return i?Vu(e):ft(e)}function Vu(e){let i=ft(e,!0);return i.endsWith(" }")||(i=`${i.slice(0,-1)} }`),i}function vn(e,i=!1){return i?Bu(e):Fu(e)}function Fu(e){let i=ft(e);return i.endsWith(" }]")&&(i=la(i)),i}function Bu(e){let i=ft(e,!0);return i.startsWith("[ ")&&(i=i.replace("[ ","[")),i}var _s=e=>e.$$typeof===Symbol.for("react.memo"),Mu=e=>e.$$typeof===Symbol.for("react.forward_ref"),wr={...q,JSXElement:()=>{}},Du=Te.extend(go());function ai(e){return e!=null?e.name:null}function yn(e){return e.filter(i=>i.type==="ObjectExpression"||i.type==="ArrayExpression")}function Cs(e){let i=[];return xo(e,{ObjectExpression(r,s){i.push(yn(s).length)},ArrayExpression(r,s){i.push(yn(s).length)}},wr),Math.max(...i)}function ju(e){return{inferredType:{type:"Identifier",identifier:ai(e)},ast:e}}function qu(e){return{inferredType:{type:"Literal"},ast:e}}function Uu(e){let i;cs(e.body,{JSXElement(o){i=o}},wr);let r={type:i!=null?"Element":"Function",params:e.params,hasParams:e.params.length!==0},s=ai(e.id);return s!=null&&(r.identifier=s),{inferredType:r,ast:e}}function Gu(e){let i;return cs(e.body,{JSXElement(r){i=r}},wr),{inferredType:{type:i!=null?"Element":"Class",identifier:ai(e.id)},ast:e}}function Wu(e){let i={type:"Element"},r=ai(e.openingElement.name);return r!=null&&(i.identifier=r),{inferredType:i,ast:e}}function zu(e){let i=e.callee.type==="MemberExpression"?e.callee.property:e.callee;return ai(i)==="shape"?Es(e.arguments[0]):null}function Es(e){return{inferredType:{type:"Object",depth:Cs(e)},ast:e}}function Hu(e){return{inferredType:{type:"Array",depth:Cs(e)},ast:e}}function Qu(e){switch(e.type){case"Identifier":return ju(e);case"Literal":return qu(e);case"FunctionExpression":case"ArrowFunctionExpression":return Uu(e);case"ClassExpression":return Gu(e);case"JSXElement":return Wu(e);case"CallExpression":return zu(e);case"ObjectExpression":return Es(e);case"ArrayExpression":return Hu(e);default:return null}}function Xu(e){let i=Du.parse(`(${e})`),r={inferredType:{type:"Unknown"},ast:i};if(i.body[0]!=null){let s=i.body[0];switch(s.type){case"ExpressionStatement":{let o=Qu(s.expression);o!=null&&(r=o);break}}}return r}function mt(e){try{return{...Xu(e)}}catch{}return{inferredType:{type:"Unknown"}}}var Ju=150;function Fe({name:e,short:i,compact:r,full:s,inferredType:o}){return{name:e,short:i,compact:r,full:s??i,inferredType:o}}function ws(e){return e.replace(/PropTypes./g,"").replace(/.isRequired/g,"")}function bn(e){return e.split(/\r?\n/)}function Ei(e,i=!1){return ws(ar(e,i))}function Sn(e,i=!1){return ws(ft(e,i))}function Ku(e){switch(e){case"Object":return si;case"Array":return Cr;case"Class":return Lu;case"Function":return Bt;case"Element":return Dt;default:return sr}}function ks(e,i){let{inferredType:r,ast:s}=mt(e),{type:o}=r,l,m,x;switch(o){case"Identifier":case"Literal":l=e,m=e;break;case"Object":{let{depth:v}=r;l=si,m=v===1?Ei(s,!0):null,x=Ei(s);break}case"Element":{let{identifier:v}=r;l=v!=null&&!Er(v)?v:Dt,m=bn(e).length===1?e:null,x=e;break}case"Array":{let{depth:v}=r;l=Cr,m=v<=2?Sn(s,!0):null,x=Sn(s);break}default:l=Ku(o),m=bn(e).length===1?e:null,x=e;break}return Fe({name:i,short:l,compact:m,full:x,inferredType:o})}function $u({raw:e}){return e!=null?ks(e,"custom"):Fe({name:"custom",short:sr,compact:sr})}function Yu(e){let{jsDocTags:i}=e;return i!=null&&(i.params!=null||i.returns!=null)?Fe({name:"func",short:Tu(i.params,i.returns),compact:null,full:Pu(i.params,i.returns)}):Fe({name:"func",short:Bt,compact:Bt})}function Zu(e,i){let r=Object.keys(e.value).map(m=>`${m}: ${Mt(e.value[m],i).full}`).join(", "),{inferredType:s,ast:o}=mt(`{ ${r} }`),{depth:l}=s;return Fe({name:"shape",short:si,compact:l===1&&o?Ei(o,!0):null,full:o?Ei(o):null})}function Zi(e){return`objectOf(${e})`}function eh(e,i){let{short:r,compact:s,full:o}=Mt(e.value,i);return Fe({name:"objectOf",short:Zi(r),compact:s!=null?Zi(s):null,full:o&&Zi(o)})}function th(e,i){if(Array.isArray(e.value)){let r=e.value.reduce((s,o)=>{let{short:l,compact:m,full:x}=Mt(o,i);return s.short.push(l),s.compact.push(m),s.full.push(x),s},{short:[],compact:[],full:[]});return Fe({name:"union",short:r.short.join(" | "),compact:r.compact.every(s=>s!=null)?r.compact.join(" | "):null,full:r.full.join(" | ")})}return Fe({name:"union",short:e.value,compact:null})}function ih({value:e,computed:i}){return i?ks(e,"enumvalue"):Fe({name:"enumvalue",short:e,compact:e})}function rh(e){if(Array.isArray(e.value)){let i=e.value.reduce((r,s)=>{let{short:o,compact:l,full:m}=ih(s);return r.short.push(o),r.compact.push(l),r.full.push(m),r},{short:[],compact:[],full:[]});return Fe({name:"enum",short:i.short.join(" | "),compact:i.compact.every(r=>r!=null)?i.compact.join(" | "):null,full:i.full.join(" | ")})}return Fe({name:"enum",short:e.value,compact:e.value})}function or(e){return`${e}[]`}function _n(e){return`[${e}]`}function Cn(e,i,r){return Fe({name:"arrayOf",short:or(e),compact:i!=null?_n(i):null,full:r&&_n(r)})}function nh(e,i){let{name:r,short:s,compact:o,full:l,inferredType:m}=Mt(e.value,i);if(r==="custom"){if(m==="Object")return Cn(s,o,l)}else if(r==="shape")return Cn(s,o,l);return Fe({name:"arrayOf",short:or(s),compact:or(s)})}function Mt(e,i){try{switch(e.name){case"custom":return $u(e);case"func":return Yu(i);case"shape":return Zu(e,i);case"instanceOf":return Fe({name:"instanceOf",short:e.value,compact:e.value});case"objectOf":return eh(e,i);case"union":return th(e,i);case"enum":return rh(e);case"arrayOf":return nh(e,i);default:return Fe({name:e.name,short:e.name,compact:e.name})}}catch(r){console.error(r)}return Fe({name:"unknown",short:"unknown",compact:"unknown"})}function sh(e){let{type:i}=e.docgenInfo;if(i==null)return null;try{switch(i.name){case"custom":case"shape":case"instanceOf":case"objectOf":case"union":case"enum":case"arrayOf":{let{short:r,compact:s,full:o}=Mt(i,e);return s!=null&&!ha(s)?be(s):o?be(r,o):be(r)}case"func":{let{short:r,full:s}=Mt(i,e),o=r,l;return s&&s.length`}function Ps(e){let{type:i,identifier:r}=e;switch(i){case"Function":return kr(r,e.hasParams);case"Element":return Ui(r);default:return r}}function ah({inferredType:e,ast:i}){let{identifier:r}=e;if(r!=null)return be(Ps(e),ft(i));let s=ft(i,!0);return ei(s)?be(Bt,ft(i)):be(s)}function oh(e,i){let{inferredType:r}=i,{identifier:s}=r;if(s!=null&&!Er(s)){let o=Ps(r);return be(o,e)}return ei(e)?be(Dt,e):be(e)}function Ts(e){try{let i=mt(e);switch(i.inferredType.type){case"Object":return As(i);case"Function":return ah(i);case"Element":return oh(e,i);case"Array":return Is(i);default:return null}}catch(i){console.error(i)}return null}function Ns(e){return e.$$typeof!=null}function Ls(e,i){let{name:r}=e;return r!==""&&r!=="anonymous"&&r!==i?r:null}var uh=e=>be(JSON.stringify(e));function hh(e){let{type:i}=e,{displayName:r}=i,s=Jt(e,{});if(r!=null){let o=Ui(r);return be(o,s)}if(Vo(i)&&Er(i)){let o=Jt(e,{tabStop:0}).replace(/\r?\n|\r/g,"");if(!ei(o))return be(o)}return be(Dt,s)}var lh=e=>{if(Ns(e)&&e.type!=null)return hh(e);if(Io(e)){let i=mt(JSON.stringify(e));return As(i)}if(Array.isArray(e)){let i=mt(JSON.stringify(e));return Is(i)}return be(si)},ch=(e,i)=>{let r=!1,s;if(Hr(e.render))r=!0;else if(e.prototype!=null&&Hr(e.prototype.render))r=!0;else{let l;try{s=mt(e.toString());let{hasParams:m,params:x}=s.inferredType;m?x.length===1&&x[0].type==="ObjectPattern"&&(l=e({})):l=e(),l!=null&&Ns(l)&&(r=!0)}catch{}}let o=Ls(e,i.name);if(o!=null){if(r)return be(Ui(o));s!=null&&(s=mt(e.toString()));let{hasParams:l}=s.inferredType;return be(kr(o,l))}return be(r?Dt:Bt)},ph=e=>be(e.toString()),Rs={string:uh,object:lh,function:ch,default:ph};function fh(e={}){return{...Rs,...e}}function Os(e,i,r=Rs){try{switch(typeof e){case"string":return r.string(e,i);case"object":return r.object(e,i);case"function":return r.function(e,i);default:return r.default(e,i)}}catch(s){console.error(s)}return null}function dh(e,i){let{propTypes:r}=i;return r!=null?Object.keys(r).map(s=>e.find(o=>o.name===s)).filter(Boolean):e}var mh=(e,{name:i,type:r})=>{let s=r.summary==="element"||r.summary==="elementType",o=Ls(e,i);if(o!=null){if(s)return be(Ui(o));let{hasParams:l}=mt(e.toString()).inferredType;return be(kr(o,l))}return be(s?Dt:Bt)},gh=fh({function:mh});function xh(e,i){let{propDef:r}=e,s=sh(e);s!=null&&(r.type=s);let{defaultValue:o}=e.docgenInfo;if(o!=null&&o.value!=null){let l=Ts(o.value);l!=null&&(r.defaultValue=l)}else if(i!=null){let l=Os(i,r,gh);l!=null&&(r.defaultValue=l)}return r}function vh(e,i){let r=i.defaultProps!=null?i.defaultProps:{},s=e.map(o=>xh(o,r[o.propDef.name]));return dh(s,i)}function yh(e,i){let{propDef:r}=e,{defaultValue:s}=e.docgenInfo;if(s!=null&&s.value!=null){let o=Ts(s.value);o!=null&&(r.defaultValue=o)}else if(i!=null){let o=Os(i,r);o!=null&&(r.defaultValue=o)}return r}function bh(e){return e.map(i=>yh(i))}var En=new Map;Object.keys(Xr).forEach(e=>{let i=Xr[e];En.set(i,e),En.set(i.isRequired,e)});function Sh(e,i){let r=e;!oa(e)&&!e.propTypes&&_s(e)&&(r=e.type);let s=ua(r,i);if(s.length===0)return[];switch(s[0].typeSystem){case Qr.JAVASCRIPT:return vh(s,e);case Qr.TYPESCRIPT:return bh(s);default:return s.map(o=>o.propDef)}}var _h=e=>({rows:Sh(e,"props")}),Ch=e=>{if(e){let{rows:i}=_h(e);if(i)return i.reduce((r,s)=>{let{name:o,description:l,type:m,sbType:x,defaultValue:v,jsDocTags:C,required:_}=s;return r[o]={name:o,description:l,type:{required:_,...x},table:{type:m,jsDocTags:C,defaultValue:v}},r},{})}return null};function ur(e){if(_t.isValidElement(e)){let i=Object.keys(e.props).reduce((r,s)=>(r[s]=ur(e.props[s]),r),{});return{...e,props:i,_owner:null}}return Array.isArray(e)?e.map(ur):e}var Eh=(e,i)=>{if(typeof e>"u")return yi.warn("Too many skip or undefined component"),null;let r=e,s=r.type;for(let l=0;l"u")return yi.warn("Cannot skip undefined element"),null;if(Qt.Children.count(r)>1)return yi.warn("Trying to skip an array of elements"),null;typeof r.props.children>"u"?(yi.warn("Not enough children to skip elements."),typeof r.type=="function"&&r.type.name===""&&(r=Qt.createElement(s,{...r.props}))):typeof r.props.children=="function"?r=r.props.children():r=r.props.children}let o={...typeof i.displayName=="string"?{showFunctions:!0,displayName:()=>i.displayName}:{displayName:l=>l.type.displayName||(l.type===Symbol.for("react.profiler")?"Profiler":null)||aa(l.type,"displayName")||(l.type.name!=="_default"?l.type.name:null)||(typeof l.type=="function"?"No Display Name":null)||(Mu(l.type)?l.type.render.name:null)||(_s(l.type)?l.type.type.name:null)||l.type},filterProps:(l,m)=>l!==void 0,...i};return Qt.Children.map(e,l=>{let m=typeof l=="number"?l.toString():l,x=(typeof Jt=="function"?Jt:Jt.default)(ur(m),o);if(x.indexOf(""")>-1){let v=x.match(/\S+=\\"([^"]*)\\"/g);v&&v.forEach(C=>{x=x.replace(C,C.replace(/"/g,"'"))})}return x}).join(` +`).replace(/function\s+noRefCheck\(\)\s+\{\}/g,"() => {}")},wh={skip:0,showFunctions:!1,enableBeautify:!0,showDefaultProps:!1},kh=e=>{var s;let i=(s=e==null?void 0:e.parameters.docs)==null?void 0:s.source,r=e==null?void 0:e.parameters.__isArgsStory;return(i==null?void 0:i.type)===zr.DYNAMIC?!1:!r||(i==null?void 0:i.code)||(i==null?void 0:i.type)===zr.CODE},Ah=e=>{var i,r;return((i=e.type)==null?void 0:i.displayName)==="MDXCreateElement"&&!!((r=e.props)!=null&&r.mdxType)},Vs=e=>{if(!Ah(e))return e;let{mdxType:i,originalType:r,children:s,...o}=e.props,l=[];return s&&(l=(Array.isArray(s)?s:[s]).map(Vs)),_t.createElement(r,o,...l)},Fs=(e,i)=>{var _,A;let r=Au.getChannel(),s=kh(i),o="";Iu(()=>{if(!s){let{id:P,unmappedArgs:k}=i;r.emit(sa,{id:P,source:o,args:k})}});let l=e();if(s)return l;let m={...wh,...(i==null?void 0:i.parameters.jsx)||{}},x=(A=(_=i==null?void 0:i.parameters.docs)==null?void 0:_.source)!=null&&A.excludeDecorators?i.originalStoryFn(i.args,i):l,v=Vs(x),C=Eh(v,m);return C&&(o=C),l},Lh=(e,i)=>{let r=i.findIndex(o=>o.originalFn===Fs),s=r===-1?i:[...i.splice(r,1),...i];return ku(e,s)},Rh={docs:{story:{inline:!0},extractArgTypes:Ch,extractComponentDescription:ra}},Oh=[Fs],Vh=[na];export{Lh as applyDecorators,Vh as argTypesEnhancers,Oh as decorators,Rh as parameters}; diff --git a/assets/formatter-SWP5E3XI-DadQx1Q4.js b/assets/formatter-SWP5E3XI-DadQx1Q4.js new file mode 100644 index 0000000..54416d4 --- /dev/null +++ b/assets/formatter-SWP5E3XI-DadQx1Q4.js @@ -0,0 +1,156 @@ +import{_ as ea,m as pl,b as ta}from"./index-9ylO3ihc.js";import"./iframe-tWVOrtVB.js";import"../sb-preview/runtime.js";import"./index-XiNr8FW2.js";import"./_commonjsHelpers-5-cIlDoe.js";import"./index-9vG4XYWr.js";import"./index-ogXoivrg.js";import"./index-mLPG47JP.js";import"./index-PPLHz8o0.js";var cl=ta({"node_modules/prettier/parser-html.js"(Jr,Xr){(function(Ae){if(typeof Jr=="object"&&typeof Xr=="object")Xr.exports=Ae();else if(typeof define=="function"&&define.amd)define(Ae);else{var Yt=typeof globalThis<"u"?globalThis:typeof global<"u"?global:typeof self<"u"?self:this||{};Yt.prettierPlugins=Yt.prettierPlugins||{},Yt.prettierPlugins.html=Ae()}})(function(){var Ae=(ot,Ne)=>()=>(Ne||ot((Ne={exports:{}}).exports,Ne),Ne.exports),Yt=Ae((ot,Ne)=>{var Se=function(Oe){return Oe&&Oe.Math==Math&&Oe};Ne.exports=Se(typeof globalThis=="object"&&globalThis)||Se(typeof window=="object"&&window)||Se(typeof self=="object"&&self)||Se(typeof global=="object"&&global)||function(){return this}()||Function("return this")()}),hr=Ae((ot,Ne)=>{Ne.exports=function(Se){try{return!!Se()}catch{return!0}}}),br=Ae((ot,Ne)=>{var Se=hr();Ne.exports=!Se(function(){return Object.defineProperty({},1,{get:function(){return 7}})[1]!=7})}),Hr=Ae((ot,Ne)=>{var Se=hr();Ne.exports=!Se(function(){var Oe=(function(){}).bind();return typeof Oe!="function"||Oe.hasOwnProperty("prototype")})}),gr=Ae((ot,Ne)=>{var Se=Hr(),Oe=Function.prototype.call;Ne.exports=Se?Oe.bind(Oe):function(){return Oe.apply(Oe,arguments)}}),Dn=Ae(ot=>{var Ne={}.propertyIsEnumerable,Se=Object.getOwnPropertyDescriptor,Oe=Se&&!Ne.call({1:2},1);ot.f=Oe?function(ee){var V=Se(this,ee);return!!V&&V.enumerable}:Ne}),Lr=Ae((ot,Ne)=>{Ne.exports=function(Se,Oe){return{enumerable:!(Se&1),configurable:!(Se&2),writable:!(Se&4),value:Oe}}}),Dr=Ae((ot,Ne)=>{var Se=Hr(),Oe=Function.prototype,ee=Oe.call,V=Se&&Oe.bind.bind(ee,ee);Ne.exports=Se?V:function(W){return function(){return ee.apply(W,arguments)}}}),Br=Ae((ot,Ne)=>{var Se=Dr(),Oe=Se({}.toString),ee=Se("".slice);Ne.exports=function(V){return ee(Oe(V),8,-1)}}),Zr=Ae((ot,Ne)=>{var Se=Dr(),Oe=hr(),ee=Br(),V=Object,W=Se("".split);Ne.exports=Oe(function(){return!V("z").propertyIsEnumerable(0)})?function(Z){return ee(Z)=="String"?W(Z,""):V(Z)}:V}),nn=Ae((ot,Ne)=>{Ne.exports=function(Se){return Se==null}}),qn=Ae((ot,Ne)=>{var Se=nn(),Oe=TypeError;Ne.exports=function(ee){if(Se(ee))throw Oe("Can't call method on "+ee);return ee}}),dn=Ae((ot,Ne)=>{var Se=Zr(),Oe=qn();Ne.exports=function(ee){return Se(Oe(ee))}}),Vn=Ae((ot,Ne)=>{var Se=typeof document=="object"&&document.all,Oe=typeof Se>"u"&&Se!==void 0;Ne.exports={all:Se,IS_HTMLDDA:Oe}}),dr=Ae((ot,Ne)=>{var Se=Vn(),Oe=Se.all;Ne.exports=Se.IS_HTMLDDA?function(ee){return typeof ee=="function"||ee===Oe}:function(ee){return typeof ee=="function"}}),Or=Ae((ot,Ne)=>{var Se=dr(),Oe=Vn(),ee=Oe.all;Ne.exports=Oe.IS_HTMLDDA?function(V){return typeof V=="object"?V!==null:Se(V)||V===ee}:function(V){return typeof V=="object"?V!==null:Se(V)}}),un=Ae((ot,Ne)=>{var Se=Yt(),Oe=dr(),ee=function(V){return Oe(V)?V:void 0};Ne.exports=function(V,W){return arguments.length<2?ee(Se[V]):Se[V]&&Se[V][W]}}),Un=Ae((ot,Ne)=>{var Se=Dr();Ne.exports=Se({}.isPrototypeOf)}),ii=Ae((ot,Ne)=>{var Se=un();Ne.exports=Se("navigator","userAgent")||""}),si=Ae((ot,Ne)=>{var Se=Yt(),Oe=ii(),ee=Se.process,V=Se.Deno,W=ee&&ee.versions||V&&V.version,Z=W&&W.v8,Y,ne;Z&&(Y=Z.split("."),ne=Y[0]>0&&Y[0]<4?1:+(Y[0]+Y[1])),!ne&&Oe&&(Y=Oe.match(/Edge\/(\d+)/),(!Y||Y[1]>=74)&&(Y=Oe.match(/Chrome\/(\d+)/),Y&&(ne=+Y[1]))),Ne.exports=ne}),Gn=Ae((ot,Ne)=>{var Se=si(),Oe=hr();Ne.exports=!!Object.getOwnPropertySymbols&&!Oe(function(){var ee=Symbol();return!String(ee)||!(Object(ee)instanceof Symbol)||!Symbol.sham&&Se&&Se<41})}),Jn=Ae((ot,Ne)=>{var Se=Gn();Ne.exports=Se&&!Symbol.sham&&typeof Symbol.iterator=="symbol"}),Xn=Ae((ot,Ne)=>{var Se=un(),Oe=dr(),ee=Un(),V=Jn(),W=Object;Ne.exports=V?function(Z){return typeof Z=="symbol"}:function(Z){var Y=Se("Symbol");return Oe(Y)&&ee(Y.prototype,W(Z))}}),fn=Ae((ot,Ne)=>{var Se=String;Ne.exports=function(Oe){try{return Se(Oe)}catch{return"Object"}}}),sn=Ae((ot,Ne)=>{var Se=dr(),Oe=fn(),ee=TypeError;Ne.exports=function(V){if(Se(V))return V;throw ee(Oe(V)+" is not a function")}}),mn=Ae((ot,Ne)=>{var Se=sn(),Oe=nn();Ne.exports=function(ee,V){var W=ee[V];return Oe(W)?void 0:Se(W)}}),ai=Ae((ot,Ne)=>{var Se=gr(),Oe=dr(),ee=Or(),V=TypeError;Ne.exports=function(W,Z){var Y,ne;if(Z==="string"&&Oe(Y=W.toString)&&!ee(ne=Se(Y,W))||Oe(Y=W.valueOf)&&!ee(ne=Se(Y,W))||Z!=="string"&&Oe(Y=W.toString)&&!ee(ne=Se(Y,W)))return ne;throw V("Can't convert object to primitive value")}}),oi=Ae((ot,Ne)=>{Ne.exports=!1}),hn=Ae((ot,Ne)=>{var Se=Yt(),Oe=Object.defineProperty;Ne.exports=function(ee,V){try{Oe(Se,ee,{value:V,configurable:!0,writable:!0})}catch{Se[ee]=V}return V}}),gn=Ae((ot,Ne)=>{var Se=Yt(),Oe=hn(),ee="__core-js_shared__",V=Se[ee]||Oe(ee,{});Ne.exports=V}),Wn=Ae((ot,Ne)=>{var Se=oi(),Oe=gn();(Ne.exports=function(ee,V){return Oe[ee]||(Oe[ee]=V!==void 0?V:{})})("versions",[]).push({version:"3.26.1",mode:Se?"pure":"global",copyright:"© 2014-2022 Denis Pushkarev (zloirock.ru)",license:"https://github.com/zloirock/core-js/blob/v3.26.1/LICENSE",source:"https://github.com/zloirock/core-js"})}),Sn=Ae((ot,Ne)=>{var Se=qn(),Oe=Object;Ne.exports=function(ee){return Oe(Se(ee))}}),kr=Ae((ot,Ne)=>{var Se=Dr(),Oe=Sn(),ee=Se({}.hasOwnProperty);Ne.exports=Object.hasOwn||function(V,W){return ee(Oe(V),W)}}),zn=Ae((ot,Ne)=>{var Se=Dr(),Oe=0,ee=Math.random(),V=Se(1 .toString);Ne.exports=function(W){return"Symbol("+(W===void 0?"":W)+")_"+V(++Oe+ee,36)}}),$r=Ae((ot,Ne)=>{var Se=Yt(),Oe=Wn(),ee=kr(),V=zn(),W=Gn(),Z=Jn(),Y=Oe("wks"),ne=Se.Symbol,Fe=ne&&ne.for,je=Z?ne:ne&&ne.withoutSetter||V;Ne.exports=function(he){if(!ee(Y,he)||!(W||typeof Y[he]=="string")){var qe="Symbol."+he;W&&ee(ne,he)?Y[he]=ne[he]:Z&&Fe?Y[he]=Fe(qe):Y[he]=je(qe)}return Y[he]}}),li=Ae((ot,Ne)=>{var Se=gr(),Oe=Or(),ee=Xn(),V=mn(),W=ai(),Z=$r(),Y=TypeError,ne=Z("toPrimitive");Ne.exports=function(Fe,je){if(!Oe(Fe)||ee(Fe))return Fe;var he=V(Fe,ne),qe;if(he){if(je===void 0&&(je="default"),qe=Se(he,Fe,je),!Oe(qe)||ee(qe))return qe;throw Y("Can't convert object to primitive value")}return je===void 0&&(je="number"),W(Fe,je)}}),yn=Ae((ot,Ne)=>{var Se=li(),Oe=Xn();Ne.exports=function(ee){var V=Se(ee,"string");return Oe(V)?V:V+""}}),pi=Ae((ot,Ne)=>{var Se=Yt(),Oe=Or(),ee=Se.document,V=Oe(ee)&&Oe(ee.createElement);Ne.exports=function(W){return V?ee.createElement(W):{}}}),Hn=Ae((ot,Ne)=>{var Se=br(),Oe=hr(),ee=pi();Ne.exports=!Se&&!Oe(function(){return Object.defineProperty(ee("div"),"a",{get:function(){return 7}}).a!=7})}),Yn=Ae(ot=>{var Ne=br(),Se=gr(),Oe=Dn(),ee=Lr(),V=dn(),W=yn(),Z=kr(),Y=Hn(),ne=Object.getOwnPropertyDescriptor;ot.f=Ne?ne:function(Fe,je){if(Fe=V(Fe),je=W(je),Y)try{return ne(Fe,je)}catch{}if(Z(Fe,je))return ee(!Se(Oe.f,Fe,je),Fe[je])}}),ci=Ae((ot,Ne)=>{var Se=br(),Oe=hr();Ne.exports=Se&&Oe(function(){return Object.defineProperty(function(){},"prototype",{value:42,writable:!1}).prototype!=42})}),Wr=Ae((ot,Ne)=>{var Se=Or(),Oe=String,ee=TypeError;Ne.exports=function(V){if(Se(V))return V;throw ee(Oe(V)+" is not an object")}}),en=Ae(ot=>{var Ne=br(),Se=Hn(),Oe=ci(),ee=Wr(),V=yn(),W=TypeError,Z=Object.defineProperty,Y=Object.getOwnPropertyDescriptor,ne="enumerable",Fe="configurable",je="writable";ot.f=Ne?Oe?function(he,qe,et){if(ee(he),qe=V(qe),ee(et),typeof he=="function"&&qe==="prototype"&&"value"in et&&je in et&&!et[je]){var Ze=Y(he,qe);Ze&&Ze[je]&&(he[qe]=et.value,et={configurable:Fe in et?et[Fe]:Ze[Fe],enumerable:ne in et?et[ne]:Ze[ne],writable:!1})}return Z(he,qe,et)}:Z:function(he,qe,et){if(ee(he),qe=V(qe),ee(et),Se)try{return Z(he,qe,et)}catch{}if("get"in et||"set"in et)throw W("Accessors not supported");return"value"in et&&(he[qe]=et.value),he}}),Kn=Ae((ot,Ne)=>{var Se=br(),Oe=en(),ee=Lr();Ne.exports=Se?function(V,W,Z){return Oe.f(V,W,ee(1,Z))}:function(V,W,Z){return V[W]=Z,V}}),Di=Ae((ot,Ne)=>{var Se=br(),Oe=kr(),ee=Function.prototype,V=Se&&Object.getOwnPropertyDescriptor,W=Oe(ee,"name"),Z=W&&(function(){}).name==="something",Y=W&&(!Se||Se&&V(ee,"name").configurable);Ne.exports={EXISTS:W,PROPER:Z,CONFIGURABLE:Y}}),Qn=Ae((ot,Ne)=>{var Se=Dr(),Oe=dr(),ee=gn(),V=Se(Function.toString);Oe(ee.inspectSource)||(ee.inspectSource=function(W){return V(W)}),Ne.exports=ee.inspectSource}),di=Ae((ot,Ne)=>{var Se=Yt(),Oe=dr(),ee=Se.WeakMap;Ne.exports=Oe(ee)&&/native code/.test(String(ee))}),fi=Ae((ot,Ne)=>{var Se=Wn(),Oe=zn(),ee=Se("keys");Ne.exports=function(V){return ee[V]||(ee[V]=Oe(V))}}),Zn=Ae((ot,Ne)=>{Ne.exports={}}),mi=Ae((ot,Ne)=>{var Se=di(),Oe=Yt(),ee=Or(),V=Kn(),W=kr(),Z=gn(),Y=fi(),ne=Zn(),Fe="Object already initialized",je=Oe.TypeError,he=Oe.WeakMap,qe,et,Ze,nt=function(At){return Ze(At)?et(At):qe(At,{})},rt=function(At){return function(Lt){var qt;if(!ee(Lt)||(qt=et(Lt)).type!==At)throw je("Incompatible receiver, "+At+" required");return qt}};Se||Z.state?($=Z.state||(Z.state=new he),$.get=$.get,$.has=$.has,$.set=$.set,qe=function(At,Lt){if($.has(At))throw je(Fe);return Lt.facade=At,$.set(At,Lt),Lt},et=function(At){return $.get(At)||{}},Ze=function(At){return $.has(At)}):(Ft=Y("state"),ne[Ft]=!0,qe=function(At,Lt){if(W(At,Ft))throw je(Fe);return Lt.facade=At,V(At,Ft,Lt),Lt},et=function(At){return W(At,Ft)?At[Ft]:{}},Ze=function(At){return W(At,Ft)});var $,Ft;Ne.exports={set:qe,get:et,has:Ze,enforce:nt,getterFor:rt}}),gu=Ae((ot,Ne)=>{var Se=hr(),Oe=dr(),ee=kr(),V=br(),W=Di().CONFIGURABLE,Z=Qn(),Y=mi(),ne=Y.enforce,Fe=Y.get,je=Object.defineProperty,he=V&&!Se(function(){return je(function(){},"length",{value:8}).length!==8}),qe=String(String).split("String"),et=Ne.exports=function(Ze,nt,rt){String(nt).slice(0,7)==="Symbol("&&(nt="["+String(nt).replace(/^Symbol\(([^)]*)\)/,"$1")+"]"),rt&&rt.getter&&(nt="get "+nt),rt&&rt.setter&&(nt="set "+nt),(!ee(Ze,"name")||W&&Ze.name!==nt)&&(V?je(Ze,"name",{value:nt,configurable:!0}):Ze.name=nt),he&&rt&&ee(rt,"arity")&&Ze.length!==rt.arity&&je(Ze,"length",{value:rt.arity});try{rt&&ee(rt,"constructor")&&rt.constructor?V&&je(Ze,"prototype",{writable:!1}):Ze.prototype&&(Ze.prototype=void 0)}catch{}var $=ne(Ze);return ee($,"source")||($.source=qe.join(typeof nt=="string"?nt:"")),Ze};Function.prototype.toString=et(function(){return Oe(this)&&Fe(this).source||Z(this)},"toString")}),hi=Ae((ot,Ne)=>{var Se=dr(),Oe=en(),ee=gu(),V=hn();Ne.exports=function(W,Z,Y,ne){ne||(ne={});var Fe=ne.enumerable,je=ne.name!==void 0?ne.name:Z;if(Se(Y)&&ee(Y,je,ne),ne.global)Fe?W[Z]=Y:V(Z,Y);else{try{ne.unsafe?W[Z]&&(Fe=!0):delete W[Z]}catch{}Fe?W[Z]=Y:Oe.f(W,Z,{value:Y,enumerable:!1,configurable:!ne.nonConfigurable,writable:!ne.nonWritable})}return W}}),gi=Ae((ot,Ne)=>{var Se=Math.ceil,Oe=Math.floor;Ne.exports=Math.trunc||function(ee){var V=+ee;return(V>0?Oe:Se)(V)}}),xn=Ae((ot,Ne)=>{var Se=gi();Ne.exports=function(Oe){var ee=+Oe;return ee!==ee||ee===0?0:Se(ee)}}),yi=Ae((ot,Ne)=>{var Se=xn(),Oe=Math.max,ee=Math.min;Ne.exports=function(V,W){var Z=Se(V);return Z<0?Oe(Z+W,0):ee(Z,W)}}),Ei=Ae((ot,Ne)=>{var Se=xn(),Oe=Math.min;Ne.exports=function(ee){return ee>0?Oe(Se(ee),9007199254740991):0}}),tn=Ae((ot,Ne)=>{var Se=Ei();Ne.exports=function(Oe){return Se(Oe.length)}}),Ci=Ae((ot,Ne)=>{var Se=dn(),Oe=yi(),ee=tn(),V=function(W){return function(Z,Y,ne){var Fe=Se(Z),je=ee(Fe),he=Oe(ne,je),qe;if(W&&Y!=Y){for(;je>he;)if(qe=Fe[he++],qe!=qe)return!0}else for(;je>he;he++)if((W||he in Fe)&&Fe[he]===Y)return W||he||0;return!W&&-1}};Ne.exports={includes:V(!0),indexOf:V(!1)}}),Fi=Ae((ot,Ne)=>{var Se=Dr(),Oe=kr(),ee=dn(),V=Ci().indexOf,W=Zn(),Z=Se([].push);Ne.exports=function(Y,ne){var Fe=ee(Y),je=0,he=[],qe;for(qe in Fe)!Oe(W,qe)&&Oe(Fe,qe)&&Z(he,qe);for(;ne.length>je;)Oe(Fe,qe=ne[je++])&&(~V(he,qe)||Z(he,qe));return he}}),Ai=Ae((ot,Ne)=>{Ne.exports=["constructor","hasOwnProperty","isPrototypeOf","propertyIsEnumerable","toLocaleString","toString","valueOf"]}),vi=Ae(ot=>{var Ne=Fi(),Se=Ai(),Oe=Se.concat("length","prototype");ot.f=Object.getOwnPropertyNames||function(ee){return Ne(ee,Oe)}}),bi=Ae(ot=>{ot.f=Object.getOwnPropertySymbols}),Si=Ae((ot,Ne)=>{var Se=un(),Oe=Dr(),ee=vi(),V=bi(),W=Wr(),Z=Oe([].concat);Ne.exports=Se("Reflect","ownKeys")||function(Y){var ne=ee.f(W(Y)),Fe=V.f;return Fe?Z(ne,Fe(Y)):ne}}),xi=Ae((ot,Ne)=>{var Se=kr(),Oe=Si(),ee=Yn(),V=en();Ne.exports=function(W,Z,Y){for(var ne=Oe(Z),Fe=V.f,je=ee.f,he=0;he{var Se=hr(),Oe=dr(),ee=/#|\.prototype\./,V=function(Fe,je){var he=Z[W(Fe)];return he==ne?!0:he==Y?!1:Oe(je)?Se(je):!!je},W=V.normalize=function(Fe){return String(Fe).replace(ee,".").toLowerCase()},Z=V.data={},Y=V.NATIVE="N",ne=V.POLYFILL="P";Ne.exports=V}),an=Ae((ot,Ne)=>{var Se=Yt(),Oe=Yn().f,ee=Kn(),V=hi(),W=hn(),Z=xi(),Y=Ti();Ne.exports=function(ne,Fe){var je=ne.target,he=ne.global,qe=ne.stat,et,Ze,nt,rt,$,Ft;if(he?Ze=Se:qe?Ze=Se[je]||W(je,{}):Ze=(Se[je]||{}).prototype,Ze)for(nt in Fe){if($=Fe[nt],ne.dontCallGetSet?(Ft=Oe(Ze,nt),rt=Ft&&Ft.value):rt=Ze[nt],et=Y(he?nt:je+(qe?".":"#")+nt,ne.forced),!et&&rt!==void 0){if(typeof $==typeof rt)continue;Z($,rt)}(ne.sham||rt&&rt.sham)&&ee($,"sham",!0),V(Ze,nt,$,ne)}}}),yu=Ae(()=>{var ot=an(),Ne=Yt();ot({global:!0,forced:Ne.globalThis!==Ne},{globalThis:Ne})}),Bi=Ae(()=>{yu()}),Eu=Ae((ot,Ne)=>{var Se=Br();Ne.exports=Array.isArray||function(Oe){return Se(Oe)=="Array"}}),Cu=Ae((ot,Ne)=>{var Se=TypeError,Oe=9007199254740991;Ne.exports=function(ee){if(ee>Oe)throw Se("Maximum allowed index exceeded");return ee}}),Fu=Ae((ot,Ne)=>{var Se=Br(),Oe=Dr();Ne.exports=function(ee){if(Se(ee)==="Function")return Oe(ee)}}),Au=Ae((ot,Ne)=>{var Se=Fu(),Oe=sn(),ee=Hr(),V=Se(Se.bind);Ne.exports=function(W,Z){return Oe(W),Z===void 0?W:ee?V(W,Z):function(){return W.apply(Z,arguments)}}}),vu=Ae((ot,Ne)=>{var Se=Eu(),Oe=tn(),ee=Cu(),V=Au(),W=function(Z,Y,ne,Fe,je,he,qe,et){for(var Ze=je,nt=0,rt=qe?V(qe,et):!1,$,Ft;nt0&&Se($)?(Ft=Oe($),Ze=W(Z,Y,$,Ft,Ze,he-1)-1):(ee(Ze+1),Z[Ze]=$),Ze++),nt++;return Ze};Ne.exports=W}),wi=Ae((ot,Ne)=>{var Se=$r(),Oe=Se("toStringTag"),ee={};ee[Oe]="z",Ne.exports=String(ee)==="[object z]"}),bu=Ae((ot,Ne)=>{var Se=wi(),Oe=dr(),ee=Br(),V=$r(),W=V("toStringTag"),Z=Object,Y=ee(function(){return arguments}())=="Arguments",ne=function(Fe,je){try{return Fe[je]}catch{}};Ne.exports=Se?ee:function(Fe){var je,he,qe;return Fe===void 0?"Undefined":Fe===null?"Null":typeof(he=ne(je=Z(Fe),W))=="string"?he:Y?ee(je):(qe=ee(je))=="Object"&&Oe(je.callee)?"Arguments":qe}}),Su=Ae((ot,Ne)=>{var Se=Dr(),Oe=hr(),ee=dr(),V=bu(),W=un(),Z=Qn(),Y=function(){},ne=[],Fe=W("Reflect","construct"),je=/^\s*(?:class|function)\b/,he=Se(je.exec),qe=!je.exec(Y),et=function(nt){if(!ee(nt))return!1;try{return Fe(Y,ne,nt),!0}catch{return!1}},Ze=function(nt){if(!ee(nt))return!1;switch(V(nt)){case"AsyncFunction":case"GeneratorFunction":case"AsyncGeneratorFunction":return!1}try{return qe||!!he(je,Z(nt))}catch{return!0}};Ze.sham=!0,Ne.exports=!Fe||Oe(function(){var nt;return et(et.call)||!et(Object)||!et(function(){nt=!0})||nt})?Ze:et}),Ni=Ae((ot,Ne)=>{var Se=Eu(),Oe=Su(),ee=Or(),V=$r(),W=V("species"),Z=Array;Ne.exports=function(Y){var ne;return Se(Y)&&(ne=Y.constructor,Oe(ne)&&(ne===Z||Se(ne.prototype))?ne=void 0:ee(ne)&&(ne=ne[W],ne===null&&(ne=void 0))),ne===void 0?Z:ne}}),xu=Ae((ot,Ne)=>{var Se=Ni();Ne.exports=function(Oe,ee){return new(Se(Oe))(ee===0?0:ee)}}),_i=Ae(()=>{var ot=an(),Ne=vu(),Se=sn(),Oe=Sn(),ee=tn(),V=xu();ot({target:"Array",proto:!0},{flatMap:function(W){var Z=Oe(this),Y=ee(Z),ne;return Se(W),ne=V(Z,0),ne.length=Ne(ne,Z,Z,Y,0,1,W,arguments.length>1?arguments[1]:void 0),ne}})}),eu=Ae((ot,Ne)=>{Ne.exports={}}),ki=Ae((ot,Ne)=>{var Se=$r(),Oe=eu(),ee=Se("iterator"),V=Array.prototype;Ne.exports=function(W){return W!==void 0&&(Oe.Array===W||V[ee]===W)}}),Tu=Ae((ot,Ne)=>{var Se=bu(),Oe=mn(),ee=nn(),V=eu(),W=$r(),Z=W("iterator");Ne.exports=function(Y){if(!ee(Y))return Oe(Y,Z)||Oe(Y,"@@iterator")||V[Se(Y)]}}),Pi=Ae((ot,Ne)=>{var Se=gr(),Oe=sn(),ee=Wr(),V=fn(),W=Tu(),Z=TypeError;Ne.exports=function(Y,ne){var Fe=arguments.length<2?W(Y):ne;if(Oe(Fe))return ee(Se(Fe,Y));throw Z(V(Y)+" is not iterable")}}),Ii=Ae((ot,Ne)=>{var Se=gr(),Oe=Wr(),ee=mn();Ne.exports=function(V,W,Z){var Y,ne;Oe(V);try{if(Y=ee(V,"return"),!Y){if(W==="throw")throw Z;return Z}Y=Se(Y,V)}catch(Fe){ne=!0,Y=Fe}if(W==="throw")throw Z;if(ne)throw Y;return Oe(Y),Z}}),ji=Ae((ot,Ne)=>{var Se=Au(),Oe=gr(),ee=Wr(),V=fn(),W=ki(),Z=tn(),Y=Un(),ne=Pi(),Fe=Tu(),je=Ii(),he=TypeError,qe=function(Ze,nt){this.stopped=Ze,this.result=nt},et=qe.prototype;Ne.exports=function(Ze,nt,rt){var $=rt&&rt.that,Ft=!!(rt&&rt.AS_ENTRIES),At=!!(rt&&rt.IS_RECORD),Lt=!!(rt&&rt.IS_ITERATOR),qt=!!(rt&&rt.INTERRUPTED),Zt=Se(nt,$),ue,yr,Pr,zr,fr,Rr,mr,rn=function(Fr){return ue&&je(ue,"normal",Fr),new qe(!0,Fr)},wr=function(Fr){return Ft?(ee(Fr),qt?Zt(Fr[0],Fr[1],rn):Zt(Fr[0],Fr[1])):qt?Zt(Fr,rn):Zt(Fr)};if(At)ue=Ze.iterator;else if(Lt)ue=Ze;else{if(yr=Fe(Ze),!yr)throw he(V(Ze)+" is not iterable");if(W(yr)){for(Pr=0,zr=Z(Ze);zr>Pr;Pr++)if(fr=wr(Ze[Pr]),fr&&Y(et,fr))return fr;return new qe(!1)}ue=ne(Ze,yr)}for(Rr=At?Ze.next:ue.next;!(mr=Oe(Rr,ue)).done;){try{fr=wr(mr.value)}catch(Fr){je(ue,"throw",Fr)}if(typeof fr=="object"&&fr&&Y(et,fr))return fr}return new qe(!1)}}),Li=Ae((ot,Ne)=>{var Se=yn(),Oe=en(),ee=Lr();Ne.exports=function(V,W,Z){var Y=Se(W);Y in V?Oe.f(V,Y,ee(0,Z)):V[Y]=Z}}),Oi=Ae(()=>{var ot=an(),Ne=ji(),Se=Li();ot({target:"Object",stat:!0},{fromEntries:function(Oe){var ee={};return Ne(Oe,function(V,W){Se(ee,V,W)},{AS_ENTRIES:!0}),ee}})}),$i=Ae((ot,Ne)=>{var Se=["cliName","cliCategory","cliDescription"];function Oe(L,re){if(L==null)return{};var ge=ee(L,re),Ee,Pe;if(Object.getOwnPropertySymbols){var ie=Object.getOwnPropertySymbols(L);for(Pe=0;Pe=0)&&Object.prototype.propertyIsEnumerable.call(L,Ee)&&(ge[Ee]=L[Ee])}return ge}function ee(L,re){if(L==null)return{};var ge={},Ee=Object.keys(L),Pe,ie;for(ie=0;ie=0)&&(ge[Pe]=L[Pe]);return ge}Bi(),_i(),Oi();var V=Object.create,W=Object.defineProperty,Z=Object.getOwnPropertyDescriptor,Y=Object.getOwnPropertyNames,ne=Object.getPrototypeOf,Fe=Object.prototype.hasOwnProperty,je=(L,re)=>function(){return L&&(re=(0,L[Y(L)[0]])(L=0)),re},he=(L,re)=>function(){return re||(0,L[Y(L)[0]])((re={exports:{}}).exports,re),re.exports},qe=(L,re)=>{for(var ge in re)W(L,ge,{get:re[ge],enumerable:!0})},et=(L,re,ge,Ee)=>{if(re&&typeof re=="object"||typeof re=="function")for(let Pe of Y(re))!Fe.call(L,Pe)&&Pe!==ge&&W(L,Pe,{get:()=>re[Pe],enumerable:!(Ee=Z(re,Pe))||Ee.enumerable});return L},Ze=(L,re,ge)=>(ge=L!=null?V(ne(L)):{},et(re||!L||!L.__esModule?W(ge,"default",{value:L,enumerable:!0}):ge,L)),nt=L=>et(W({},"__esModule",{value:!0}),L),rt,$=je({""(){rt={env:{},argv:[]}}}),Ft=he({"node_modules/angular-html-parser/lib/compiler/src/chars.js"(L){$(),Object.defineProperty(L,"__esModule",{value:!0}),L.$EOF=0,L.$BSPACE=8,L.$TAB=9,L.$LF=10,L.$VTAB=11,L.$FF=12,L.$CR=13,L.$SPACE=32,L.$BANG=33,L.$DQ=34,L.$HASH=35,L.$$=36,L.$PERCENT=37,L.$AMPERSAND=38,L.$SQ=39,L.$LPAREN=40,L.$RPAREN=41,L.$STAR=42,L.$PLUS=43,L.$COMMA=44,L.$MINUS=45,L.$PERIOD=46,L.$SLASH=47,L.$COLON=58,L.$SEMICOLON=59,L.$LT=60,L.$EQ=61,L.$GT=62,L.$QUESTION=63,L.$0=48,L.$7=55,L.$9=57,L.$A=65,L.$E=69,L.$F=70,L.$X=88,L.$Z=90,L.$LBRACKET=91,L.$BACKSLASH=92,L.$RBRACKET=93,L.$CARET=94,L.$_=95,L.$a=97,L.$b=98,L.$e=101,L.$f=102,L.$n=110,L.$r=114,L.$t=116,L.$u=117,L.$v=118,L.$x=120,L.$z=122,L.$LBRACE=123,L.$BAR=124,L.$RBRACE=125,L.$NBSP=160,L.$PIPE=124,L.$TILDA=126,L.$AT=64,L.$BT=96;function re(Ue){return Ue>=L.$TAB&&Ue<=L.$SPACE||Ue==L.$NBSP}L.isWhitespace=re;function ge(Ue){return L.$0<=Ue&&Ue<=L.$9}L.isDigit=ge;function Ee(Ue){return Ue>=L.$a&&Ue<=L.$z||Ue>=L.$A&&Ue<=L.$Z}L.isAsciiLetter=Ee;function Pe(Ue){return Ue>=L.$a&&Ue<=L.$f||Ue>=L.$A&&Ue<=L.$F||ge(Ue)}L.isAsciiHexDigit=Pe;function ie(Ue){return Ue===L.$LF||Ue===L.$CR}L.isNewLine=ie;function de(Ue){return L.$0<=Ue&&Ue<=L.$7}L.isOctalDigit=de}}),At=he({"node_modules/angular-html-parser/lib/compiler/src/aot/static_symbol.js"(L){$(),Object.defineProperty(L,"__esModule",{value:!0});var re=class{constructor(Ee,Pe,ie){this.filePath=Ee,this.name=Pe,this.members=ie}assertNoMembers(){if(this.members.length)throw new Error(`Illegal state: symbol without members expected, but got ${JSON.stringify(this)}.`)}};L.StaticSymbol=re;var ge=class{constructor(){this.cache=new Map}get(Ee,Pe,ie){ie=ie||[];let de=ie.length?`.${ie.join(".")}`:"",Ue=`"${Ee}".${Pe}${de}`,Ge=this.cache.get(Ue);return Ge||(Ge=new re(Ee,Pe,ie),this.cache.set(Ue,Ge)),Ge}};L.StaticSymbolCache=ge}}),Lt=he({"node_modules/angular-html-parser/lib/compiler/src/util.js"(L){$(),Object.defineProperty(L,"__esModule",{value:!0});var re=/-+([a-z0-9])/g;function ge(le){return le.replace(re,function(){for(var We=arguments.length,Me=new Array(We),at=0;atde(Me,this,We))}visitStringMap(le,We){let Me={};return Object.keys(le).forEach(at=>{Me[at]=de(le[at],this,We)}),Me}visitPrimitive(le,We){return le}visitOther(le,We){return le}};L.ValueTransformer=gt,L.SyncAsync={assertSync:le=>{if(st(le))throw new Error("Illegal state: value cannot be a promise");return le},then:(le,We)=>st(le)?le.then(We):We(le),all:le=>le.some(st)?Promise.all(le):le};function ce(le){throw new Error(`Internal Error: ${le}`)}L.error=ce;function ve(le,We){let Me=Error(le);return Me[Ve]=!0,We&&(Me[He]=We),Me}L.syntaxError=ve;var Ve="ngSyntaxError",He="ngParseErrors";function Je(le){return le[Ve]}L.isSyntaxError=Je;function Qe(le){return le[He]||[]}L.getParseErrors=Qe;function yt(le){return le.replace(/([.*+?^=!:${}()|[\]\/\\])/g,"\\$1")}L.escapeRegExp=yt;var _t=Object.getPrototypeOf({});function ct(le){return typeof le=="object"&&le!==null&&Object.getPrototypeOf(le)===_t}function kt(le){let We="";for(let Me=0;Me=55296&&at<=56319&&le.length>Me+1){let Jt=le.charCodeAt(Me+1);Jt>=56320&&Jt<=57343&&(Me++,at=(at-55296<<10)+Jt-56320+65536)}at<=127?We+=String.fromCharCode(at):at<=2047?We+=String.fromCharCode(at>>6&31|192,at&63|128):at<=65535?We+=String.fromCharCode(at>>12|224,at>>6&63|128,at&63|128):at<=2097151&&(We+=String.fromCharCode(at>>18&7|240,at>>12&63|128,at>>6&63|128,at&63|128))}return We}L.utf8Encode=kt;function $t(le){if(typeof le=="string")return le;if(le instanceof Array)return"["+le.map($t).join(", ")+"]";if(le==null)return""+le;if(le.overriddenName)return`${le.overriddenName}`;if(le.name)return`${le.name}`;if(!le.toString)return"object";let We=le.toString();if(We==null)return""+We;let Me=We.indexOf(` +`);return Me===-1?We:We.substring(0,Me)}L.stringify=$t;function ir(le){return typeof le=="function"&&le.hasOwnProperty("__forward_ref__")?le():le}L.resolveForwardRef=ir;function st(le){return!!le&&typeof le.then=="function"}L.isPromise=st;var Ot=class{constructor(le){this.full=le;let We=le.split(".");this.major=We[0],this.minor=We[1],this.patch=We.slice(2).join(".")}};L.Version=Ot;var Vt=typeof window<"u"&&window,Ut=typeof self<"u"&&typeof WorkerGlobalScope<"u"&&self instanceof WorkerGlobalScope&&self,rr=typeof globalThis<"u"&&globalThis,z=rr||Vt||Ut;L.global=z}}),qt=he({"node_modules/angular-html-parser/lib/compiler/src/compile_metadata.js"(L){$(),Object.defineProperty(L,"__esModule",{value:!0});var re=At(),ge=Lt(),Ee=/^(?:(?:\[([^\]]+)\])|(?:\(([^\)]+)\)))|(\@[-\w]+)$/;function Pe(Me){return Me.replace(/\W/g,"_")}L.sanitizeIdentifier=Pe;var ie=0;function de(Me){if(!Me||!Me.reference)return null;let at=Me.reference;if(at instanceof re.StaticSymbol)return at.name;if(at.__anonymousType)return at.__anonymousType;let Jt=ge.stringify(at);return Jt.indexOf("(")>=0?(Jt=`anonymous_${ie++}`,at.__anonymousType=Jt):Jt=Pe(Jt),Jt}L.identifierName=de;function Ue(Me){let at=Me.reference;return at instanceof re.StaticSymbol?at.filePath:`./${ge.stringify(at)}`}L.identifierModuleUrl=Ue;function Ge(Me,at){return`View_${de({reference:Me})}_${at}`}L.viewClassName=Ge;function gt(Me){return`RenderType_${de({reference:Me})}`}L.rendererTypeName=gt;function ce(Me){return`HostView_${de({reference:Me})}`}L.hostViewClassName=ce;function ve(Me){return`${de({reference:Me})}NgFactory`}L.componentFactoryName=ve;var Ve;(function(Me){Me[Me.Pipe=0]="Pipe",Me[Me.Directive=1]="Directive",Me[Me.NgModule=2]="NgModule",Me[Me.Injectable=3]="Injectable"})(Ve=L.CompileSummaryKind||(L.CompileSummaryKind={}));function He(Me){return Me.value!=null?Pe(Me.value):de(Me.identifier)}L.tokenName=He;function Je(Me){return Me.identifier!=null?Me.identifier.reference:Me.value}L.tokenReference=Je;var Qe=class{constructor(){let{moduleUrl:Me,styles:at,styleUrls:Jt}=arguments.length>0&&arguments[0]!==void 0?arguments[0]:{};this.moduleUrl=Me||null,this.styles=st(at),this.styleUrls=st(Jt)}};L.CompileStylesheetMetadata=Qe;var yt=class{constructor(Me){let{encapsulation:at,template:Jt,templateUrl:er,htmlAst:Ar,styles:Er,styleUrls:_r,externalStylesheets:xr,animations:Ir,ngContentSelectors:Mr,interpolation:or,isInline:lt,preserveWhitespaces:mt}=Me;if(this.encapsulation=at,this.template=Jt,this.templateUrl=er,this.htmlAst=Ar,this.styles=st(Er),this.styleUrls=st(_r),this.externalStylesheets=st(xr),this.animations=Ir?Vt(Ir):[],this.ngContentSelectors=Mr||[],or&&or.length!=2)throw new Error("'interpolation' should have a start and an end symbol.");this.interpolation=or,this.isInline=lt,this.preserveWhitespaces=mt}toSummary(){return{ngContentSelectors:this.ngContentSelectors,encapsulation:this.encapsulation,styles:this.styles,animations:this.animations}}};L.CompileTemplateMetadata=yt;var _t=class{static create(Me){let{isHost:at,type:Jt,isComponent:er,selector:Ar,exportAs:Er,changeDetection:_r,inputs:xr,outputs:Ir,host:Mr,providers:or,viewProviders:lt,queries:mt,guards:St,viewQueries:xt,entryComponents:Kt,template:sr,componentViewType:lr,rendererType:Qt,componentFactory:Kr}=Me,Pn={},In={},Hu={};Mr!=null&&Object.keys(Mr).forEach(vr=>{let Qr=Mr[vr],cn=vr.match(Ee);cn===null?Hu[vr]=Qr:cn[1]!=null?In[cn[1]]=Qr:cn[2]!=null&&(Pn[cn[2]]=Qr)});let Yu={};xr==null||xr.forEach(vr=>{let Qr=ge.splitAtColon(vr,[vr,vr]);Yu[Qr[0]]=Qr[1]});let Ku={};return Ir==null||Ir.forEach(vr=>{let Qr=ge.splitAtColon(vr,[vr,vr]);Ku[Qr[0]]=Qr[1]}),new _t({isHost:at,type:Jt,isComponent:!!er,selector:Ar,exportAs:Er,changeDetection:_r,inputs:Yu,outputs:Ku,hostListeners:Pn,hostProperties:In,hostAttributes:Hu,providers:or,viewProviders:lt,queries:mt,guards:St,viewQueries:xt,entryComponents:Kt,template:sr,componentViewType:lr,rendererType:Qt,componentFactory:Kr})}constructor(Me){let{isHost:at,type:Jt,isComponent:er,selector:Ar,exportAs:Er,changeDetection:_r,inputs:xr,outputs:Ir,hostListeners:Mr,hostProperties:or,hostAttributes:lt,providers:mt,viewProviders:St,queries:xt,guards:Kt,viewQueries:sr,entryComponents:lr,template:Qt,componentViewType:Kr,rendererType:Pn,componentFactory:In}=Me;this.isHost=!!at,this.type=Jt,this.isComponent=er,this.selector=Ar,this.exportAs=Er,this.changeDetection=_r,this.inputs=xr,this.outputs=Ir,this.hostListeners=Mr,this.hostProperties=or,this.hostAttributes=lt,this.providers=st(mt),this.viewProviders=st(St),this.queries=st(xt),this.guards=Kt,this.viewQueries=st(sr),this.entryComponents=st(lr),this.template=Qt,this.componentViewType=Kr,this.rendererType=Pn,this.componentFactory=In}toSummary(){return{summaryKind:Ve.Directive,type:this.type,isComponent:this.isComponent,selector:this.selector,exportAs:this.exportAs,inputs:this.inputs,outputs:this.outputs,hostListeners:this.hostListeners,hostProperties:this.hostProperties,hostAttributes:this.hostAttributes,providers:this.providers,viewProviders:this.viewProviders,queries:this.queries,guards:this.guards,viewQueries:this.viewQueries,entryComponents:this.entryComponents,changeDetection:this.changeDetection,template:this.template&&this.template.toSummary(),componentViewType:this.componentViewType,rendererType:this.rendererType,componentFactory:this.componentFactory}}};L.CompileDirectiveMetadata=_t;var ct=class{constructor(Me){let{type:at,name:Jt,pure:er}=Me;this.type=at,this.name=Jt,this.pure=!!er}toSummary(){return{summaryKind:Ve.Pipe,type:this.type,name:this.name,pure:this.pure}}};L.CompilePipeMetadata=ct;var kt=class{};L.CompileShallowModuleMetadata=kt;var $t=class{constructor(Me){let{type:at,providers:Jt,declaredDirectives:er,exportedDirectives:Ar,declaredPipes:Er,exportedPipes:_r,entryComponents:xr,bootstrapComponents:Ir,importedModules:Mr,exportedModules:or,schemas:lt,transitiveModule:mt,id:St}=Me;this.type=at||null,this.declaredDirectives=st(er),this.exportedDirectives=st(Ar),this.declaredPipes=st(Er),this.exportedPipes=st(_r),this.providers=st(Jt),this.entryComponents=st(xr),this.bootstrapComponents=st(Ir),this.importedModules=st(Mr),this.exportedModules=st(or),this.schemas=st(lt),this.id=St||null,this.transitiveModule=mt||null}toSummary(){let Me=this.transitiveModule;return{summaryKind:Ve.NgModule,type:this.type,entryComponents:Me.entryComponents,providers:Me.providers,modules:Me.modules,exportedDirectives:Me.exportedDirectives,exportedPipes:Me.exportedPipes}}};L.CompileNgModuleMetadata=$t;var ir=class{constructor(){this.directivesSet=new Set,this.directives=[],this.exportedDirectivesSet=new Set,this.exportedDirectives=[],this.pipesSet=new Set,this.pipes=[],this.exportedPipesSet=new Set,this.exportedPipes=[],this.modulesSet=new Set,this.modules=[],this.entryComponentsSet=new Set,this.entryComponents=[],this.providers=[]}addProvider(Me,at){this.providers.push({provider:Me,module:at})}addDirective(Me){this.directivesSet.has(Me.reference)||(this.directivesSet.add(Me.reference),this.directives.push(Me))}addExportedDirective(Me){this.exportedDirectivesSet.has(Me.reference)||(this.exportedDirectivesSet.add(Me.reference),this.exportedDirectives.push(Me))}addPipe(Me){this.pipesSet.has(Me.reference)||(this.pipesSet.add(Me.reference),this.pipes.push(Me))}addExportedPipe(Me){this.exportedPipesSet.has(Me.reference)||(this.exportedPipesSet.add(Me.reference),this.exportedPipes.push(Me))}addModule(Me){this.modulesSet.has(Me.reference)||(this.modulesSet.add(Me.reference),this.modules.push(Me))}addEntryComponent(Me){this.entryComponentsSet.has(Me.componentType)||(this.entryComponentsSet.add(Me.componentType),this.entryComponents.push(Me))}};L.TransitiveCompileNgModuleMetadata=ir;function st(Me){return Me||[]}var Ot=class{constructor(Me,at){let{useClass:Jt,useValue:er,useExisting:Ar,useFactory:Er,deps:_r,multi:xr}=at;this.token=Me,this.useClass=Jt||null,this.useValue=er,this.useExisting=Ar,this.useFactory=Er||null,this.dependencies=_r||null,this.multi=!!xr}};L.ProviderMeta=Ot;function Vt(Me){return Me.reduce((at,Jt)=>{let er=Array.isArray(Jt)?Vt(Jt):Jt;return at.concat(er)},[])}L.flatten=Vt;function Ut(Me){return Me.replace(/(\w+:\/\/[\w:-]+)?(\/+)?/,"ng:///")}function rr(Me,at,Jt){let er;return Jt.isInline?at.type.reference instanceof re.StaticSymbol?er=`${at.type.reference.filePath}.${at.type.reference.name}.html`:er=`${de(Me)}/${de(at.type)}.html`:er=Jt.templateUrl,at.type.reference instanceof re.StaticSymbol?er:Ut(er)}L.templateSourceUrl=rr;function z(Me,at){let Jt=Me.moduleUrl.split(/\/\\/g),er=Jt[Jt.length-1];return Ut(`css/${at}${er}.ngstyle.js`)}L.sharedStylesheetJitUrl=z;function le(Me){return Ut(`${de(Me.type)}/module.ngfactory.js`)}L.ngModuleJitUrl=le;function We(Me,at){return Ut(`${de(Me)}/${de(at.type)}.ngfactory.js`)}L.templateJitUrl=We}}),Zt=he({"node_modules/angular-html-parser/lib/compiler/src/parse_util.js"(L){$(),Object.defineProperty(L,"__esModule",{value:!0});var re=Ft(),ge=qt(),Ee=class{constructor(ce,ve,Ve,He){this.file=ce,this.offset=ve,this.line=Ve,this.col=He}toString(){return this.offset!=null?`${this.file.url}@${this.line}:${this.col}`:this.file.url}moveBy(ce){let ve=this.file.content,Ve=ve.length,He=this.offset,Je=this.line,Qe=this.col;for(;He>0&&ce<0;)if(He--,ce++,ve.charCodeAt(He)==re.$LF){Je--;let yt=ve.substr(0,He-1).lastIndexOf(String.fromCharCode(re.$LF));Qe=yt>0?He-yt:He}else Qe--;for(;He0;){let yt=ve.charCodeAt(He);He++,ce--,yt==re.$LF?(Je++,Qe=0):Qe++}return new Ee(this.file,He,Je,Qe)}getContext(ce,ve){let Ve=this.file.content,He=this.offset;if(He!=null){He>Ve.length-1&&(He=Ve.length-1);let Je=He,Qe=0,yt=0;for(;Qe0&&(He--,Qe++,!(Ve[He]==` +`&&++yt==ve)););for(Qe=0,yt=0;Qe2&&arguments[2]!==void 0?arguments[2]:null;this.start=ce,this.end=ve,this.details=Ve}toString(){return this.start.file.content.substring(this.start.offset,this.end.offset)}};L.ParseSourceSpan=ie,L.EMPTY_PARSE_LOCATION=new Ee(new Pe("",""),0,0,0),L.EMPTY_SOURCE_SPAN=new ie(L.EMPTY_PARSE_LOCATION,L.EMPTY_PARSE_LOCATION);var de;(function(ce){ce[ce.WARNING=0]="WARNING",ce[ce.ERROR=1]="ERROR"})(de=L.ParseErrorLevel||(L.ParseErrorLevel={}));var Ue=class{constructor(ce,ve){let Ve=arguments.length>2&&arguments[2]!==void 0?arguments[2]:de.ERROR;this.span=ce,this.msg=ve,this.level=Ve}contextualMessage(){let ce=this.span.start.getContext(100,3);return ce?`${this.msg} ("${ce.before}[${de[this.level]} ->]${ce.after}")`:this.msg}toString(){let ce=this.span.details?`, ${this.span.details}`:"";return`${this.contextualMessage()}: ${this.span.start}${ce}`}};L.ParseError=Ue;function Ge(ce,ve){let Ve=ge.identifierModuleUrl(ve),He=Ve!=null?`in ${ce} ${ge.identifierName(ve)} in ${Ve}`:`in ${ce} ${ge.identifierName(ve)}`,Je=new Pe("",He);return new ie(new Ee(Je,-1,-1,-1),new Ee(Je,-1,-1,-1))}L.typeSourceSpan=Ge;function gt(ce,ve,Ve){let He=`in ${ce} ${ve} in ${Ve}`,Je=new Pe("",He);return new ie(new Ee(Je,-1,-1,-1),new Ee(Je,-1,-1,-1))}L.r3JitTypeSourceSpan=gt}}),ue=he({"src/utils/front-matter/parse.js"(L,re){$();var ge=new RegExp("^(?-{3}|\\+{3})(?[^\\n]*)\\n(?:|(?.*?)\\n)(?\\k|\\.{3})[^\\S\\n]*(?:\\n|$)","s");function Ee(Pe){let ie=Pe.match(ge);if(!ie)return{content:Pe};let{startDelimiter:de,language:Ue,value:Ge="",endDelimiter:gt}=ie.groups,ce=Ue.trim()||"yaml";if(de==="+++"&&(ce="toml"),ce!=="yaml"&&de!==gt)return{content:Pe};let[ve]=ie;return{frontMatter:{type:"front-matter",lang:ce,value:Ge,startDelimiter:de,endDelimiter:gt,raw:ve.replace(/\n$/,"")},content:ve.replace(/[^\n]/g," ")+Pe.slice(ve.length)}}re.exports=Ee}}),yr=he({"src/utils/get-last.js"(L,re){$();var ge=Ee=>Ee[Ee.length-1];re.exports=ge}}),Pr=he({"src/common/parser-create-error.js"(L,re){$();function ge(Ee,Pe){let ie=new SyntaxError(Ee+" ("+Pe.start.line+":"+Pe.start.column+")");return ie.loc=Pe,ie}re.exports=ge}}),zr={};qe(zr,{default:()=>fr});function fr(L){if(typeof L!="string")throw new TypeError("Expected a string");return L.replace(/[|\\{}()[\]^$+*?.]/g,"\\$&").replace(/-/g,"\\x2d")}var Rr=je({"node_modules/escape-string-regexp/index.js"(){$()}}),mr=he({"node_modules/semver/internal/debug.js"(L,re){$();var ge=typeof rt=="object"&&rt.env&&rt.env.NODE_DEBUG&&/\bsemver\b/i.test(rt.env.NODE_DEBUG)?function(){for(var Ee=arguments.length,Pe=new Array(Ee),ie=0;ie{};re.exports=ge}}),rn=he({"node_modules/semver/internal/constants.js"(L,re){$();var ge="2.0.0",Ee=256,Pe=Number.MAX_SAFE_INTEGER||9007199254740991,ie=16;re.exports={SEMVER_SPEC_VERSION:ge,MAX_LENGTH:Ee,MAX_SAFE_INTEGER:Pe,MAX_SAFE_COMPONENT_LENGTH:ie}}}),wr=he({"node_modules/semver/internal/re.js"(L,re){$();var{MAX_SAFE_COMPONENT_LENGTH:ge}=rn(),Ee=mr();L=re.exports={};var Pe=L.re=[],ie=L.src=[],de=L.t={},Ue=0,Ge=(gt,ce,ve)=>{let Ve=Ue++;Ee(gt,Ve,ce),de[gt]=Ve,ie[Ve]=ce,Pe[Ve]=new RegExp(ce,ve?"g":void 0)};Ge("NUMERICIDENTIFIER","0|[1-9]\\d*"),Ge("NUMERICIDENTIFIERLOOSE","[0-9]+"),Ge("NONNUMERICIDENTIFIER","\\d*[a-zA-Z-][a-zA-Z0-9-]*"),Ge("MAINVERSION",`(${ie[de.NUMERICIDENTIFIER]})\\.(${ie[de.NUMERICIDENTIFIER]})\\.(${ie[de.NUMERICIDENTIFIER]})`),Ge("MAINVERSIONLOOSE",`(${ie[de.NUMERICIDENTIFIERLOOSE]})\\.(${ie[de.NUMERICIDENTIFIERLOOSE]})\\.(${ie[de.NUMERICIDENTIFIERLOOSE]})`),Ge("PRERELEASEIDENTIFIER",`(?:${ie[de.NUMERICIDENTIFIER]}|${ie[de.NONNUMERICIDENTIFIER]})`),Ge("PRERELEASEIDENTIFIERLOOSE",`(?:${ie[de.NUMERICIDENTIFIERLOOSE]}|${ie[de.NONNUMERICIDENTIFIER]})`),Ge("PRERELEASE",`(?:-(${ie[de.PRERELEASEIDENTIFIER]}(?:\\.${ie[de.PRERELEASEIDENTIFIER]})*))`),Ge("PRERELEASELOOSE",`(?:-?(${ie[de.PRERELEASEIDENTIFIERLOOSE]}(?:\\.${ie[de.PRERELEASEIDENTIFIERLOOSE]})*))`),Ge("BUILDIDENTIFIER","[0-9A-Za-z-]+"),Ge("BUILD",`(?:\\+(${ie[de.BUILDIDENTIFIER]}(?:\\.${ie[de.BUILDIDENTIFIER]})*))`),Ge("FULLPLAIN",`v?${ie[de.MAINVERSION]}${ie[de.PRERELEASE]}?${ie[de.BUILD]}?`),Ge("FULL",`^${ie[de.FULLPLAIN]}$`),Ge("LOOSEPLAIN",`[v=\\s]*${ie[de.MAINVERSIONLOOSE]}${ie[de.PRERELEASELOOSE]}?${ie[de.BUILD]}?`),Ge("LOOSE",`^${ie[de.LOOSEPLAIN]}$`),Ge("GTLT","((?:<|>)?=?)"),Ge("XRANGEIDENTIFIERLOOSE",`${ie[de.NUMERICIDENTIFIERLOOSE]}|x|X|\\*`),Ge("XRANGEIDENTIFIER",`${ie[de.NUMERICIDENTIFIER]}|x|X|\\*`),Ge("XRANGEPLAIN",`[v=\\s]*(${ie[de.XRANGEIDENTIFIER]})(?:\\.(${ie[de.XRANGEIDENTIFIER]})(?:\\.(${ie[de.XRANGEIDENTIFIER]})(?:${ie[de.PRERELEASE]})?${ie[de.BUILD]}?)?)?`),Ge("XRANGEPLAINLOOSE",`[v=\\s]*(${ie[de.XRANGEIDENTIFIERLOOSE]})(?:\\.(${ie[de.XRANGEIDENTIFIERLOOSE]})(?:\\.(${ie[de.XRANGEIDENTIFIERLOOSE]})(?:${ie[de.PRERELEASELOOSE]})?${ie[de.BUILD]}?)?)?`),Ge("XRANGE",`^${ie[de.GTLT]}\\s*${ie[de.XRANGEPLAIN]}$`),Ge("XRANGELOOSE",`^${ie[de.GTLT]}\\s*${ie[de.XRANGEPLAINLOOSE]}$`),Ge("COERCE",`(^|[^\\d])(\\d{1,${ge}})(?:\\.(\\d{1,${ge}}))?(?:\\.(\\d{1,${ge}}))?(?:$|[^\\d])`),Ge("COERCERTL",ie[de.COERCE],!0),Ge("LONETILDE","(?:~>?)"),Ge("TILDETRIM",`(\\s*)${ie[de.LONETILDE]}\\s+`,!0),L.tildeTrimReplace="$1~",Ge("TILDE",`^${ie[de.LONETILDE]}${ie[de.XRANGEPLAIN]}$`),Ge("TILDELOOSE",`^${ie[de.LONETILDE]}${ie[de.XRANGEPLAINLOOSE]}$`),Ge("LONECARET","(?:\\^)"),Ge("CARETTRIM",`(\\s*)${ie[de.LONECARET]}\\s+`,!0),L.caretTrimReplace="$1^",Ge("CARET",`^${ie[de.LONECARET]}${ie[de.XRANGEPLAIN]}$`),Ge("CARETLOOSE",`^${ie[de.LONECARET]}${ie[de.XRANGEPLAINLOOSE]}$`),Ge("COMPARATORLOOSE",`^${ie[de.GTLT]}\\s*(${ie[de.LOOSEPLAIN]})$|^$`),Ge("COMPARATOR",`^${ie[de.GTLT]}\\s*(${ie[de.FULLPLAIN]})$|^$`),Ge("COMPARATORTRIM",`(\\s*)${ie[de.GTLT]}\\s*(${ie[de.LOOSEPLAIN]}|${ie[de.XRANGEPLAIN]})`,!0),L.comparatorTrimReplace="$1$2$3",Ge("HYPHENRANGE",`^\\s*(${ie[de.XRANGEPLAIN]})\\s+-\\s+(${ie[de.XRANGEPLAIN]})\\s*$`),Ge("HYPHENRANGELOOSE",`^\\s*(${ie[de.XRANGEPLAINLOOSE]})\\s+-\\s+(${ie[de.XRANGEPLAINLOOSE]})\\s*$`),Ge("STAR","(<|>)?=?\\s*\\*"),Ge("GTE0","^\\s*>=\\s*0\\.0\\.0\\s*$"),Ge("GTE0PRE","^\\s*>=\\s*0\\.0\\.0-0\\s*$")}}),Fr=he({"node_modules/semver/internal/parse-options.js"(L,re){$();var ge=["includePrerelease","loose","rtl"],Ee=Pe=>Pe?typeof Pe!="object"?{loose:!0}:ge.filter(ie=>Pe[ie]).reduce((ie,de)=>(ie[de]=!0,ie),{}):{};re.exports=Ee}}),Tn=he({"node_modules/semver/internal/identifiers.js"(L,re){$();var ge=/^[0-9]+$/,Ee=(ie,de)=>{let Ue=ge.test(ie),Ge=ge.test(de);return Ue&&Ge&&(ie=+ie,de=+de),ie===de?0:Ue&&!Ge?-1:Ge&&!Ue?1:ieEe(de,ie);re.exports={compareIdentifiers:Ee,rcompareIdentifiers:Pe}}}),Bn=he({"node_modules/semver/classes/semver.js"(L,re){$();var ge=mr(),{MAX_LENGTH:Ee,MAX_SAFE_INTEGER:Pe}=rn(),{re:ie,t:de}=wr(),Ue=Fr(),{compareIdentifiers:Ge}=Tn(),gt=class{constructor(ce,ve){if(ve=Ue(ve),ce instanceof gt){if(ce.loose===!!ve.loose&&ce.includePrerelease===!!ve.includePrerelease)return ce;ce=ce.version}else if(typeof ce!="string")throw new TypeError(`Invalid Version: ${ce}`);if(ce.length>Ee)throw new TypeError(`version is longer than ${Ee} characters`);ge("SemVer",ce,ve),this.options=ve,this.loose=!!ve.loose,this.includePrerelease=!!ve.includePrerelease;let Ve=ce.trim().match(ve.loose?ie[de.LOOSE]:ie[de.FULL]);if(!Ve)throw new TypeError(`Invalid Version: ${ce}`);if(this.raw=ce,this.major=+Ve[1],this.minor=+Ve[2],this.patch=+Ve[3],this.major>Pe||this.major<0)throw new TypeError("Invalid major version");if(this.minor>Pe||this.minor<0)throw new TypeError("Invalid minor version");if(this.patch>Pe||this.patch<0)throw new TypeError("Invalid patch version");Ve[4]?this.prerelease=Ve[4].split(".").map(He=>{if(/^[0-9]+$/.test(He)){let Je=+He;if(Je>=0&&Je=0;)typeof this.prerelease[Ve]=="number"&&(this.prerelease[Ve]++,Ve=-2);Ve===-1&&this.prerelease.push(0)}ve&&(Ge(this.prerelease[0],ve)===0?isNaN(this.prerelease[1])&&(this.prerelease=[ve,0]):this.prerelease=[ve,0]);break;default:throw new Error(`invalid increment argument: ${ce}`)}return this.format(),this.raw=this.version,this}};re.exports=gt}}),on=he({"node_modules/semver/functions/compare.js"(L,re){$();var ge=Bn(),Ee=(Pe,ie,de)=>new ge(Pe,de).compare(new ge(ie,de));re.exports=Ee}}),Nr=he({"node_modules/semver/functions/lt.js"(L,re){$();var ge=on(),Ee=(Pe,ie,de)=>ge(Pe,ie,de)<0;re.exports=Ee}}),Bu=he({"node_modules/semver/functions/gte.js"(L,re){$();var ge=on(),Ee=(Pe,ie,de)=>ge(Pe,ie,de)>=0;re.exports=Ee}}),Ri=he({"src/utils/arrayify.js"(L,re){$(),re.exports=(ge,Ee)=>Object.entries(ge).map(Pe=>{let[ie,de]=Pe;return Object.assign({[Ee]:ie},de)})}}),wu=he({"package.json"(L,re){re.exports={version:"2.8.8"}}}),Mi=he({"node_modules/outdent/lib/index.js"(L,re){$(),Object.defineProperty(L,"__esModule",{value:!0}),L.outdent=void 0;function ge(){for(var ct=[],kt=0;kttypeof ve=="string"||typeof ve=="function",choices:[{value:"flow",description:"Flow"},{value:"babel",since:"1.16.0",description:"JavaScript"},{value:"babel-flow",since:"1.16.0",description:"Flow"},{value:"babel-ts",since:"2.0.0",description:"TypeScript"},{value:"typescript",since:"1.4.0",description:"TypeScript"},{value:"acorn",since:"2.6.0",description:"JavaScript"},{value:"espree",since:"2.2.0",description:"JavaScript"},{value:"meriyah",since:"2.2.0",description:"JavaScript"},{value:"css",since:"1.7.1",description:"CSS"},{value:"less",since:"1.7.1",description:"Less"},{value:"scss",since:"1.7.1",description:"SCSS"},{value:"json",since:"1.5.0",description:"JSON"},{value:"json5",since:"1.13.0",description:"JSON5"},{value:"json-stringify",since:"1.13.0",description:"JSON.stringify"},{value:"graphql",since:"1.5.0",description:"GraphQL"},{value:"markdown",since:"1.8.0",description:"Markdown"},{value:"mdx",since:"1.15.0",description:"MDX"},{value:"vue",since:"1.10.0",description:"Vue"},{value:"yaml",since:"1.14.0",description:"YAML"},{value:"glimmer",since:"2.3.0",description:"Ember / Handlebars"},{value:"html",since:"1.15.0",description:"HTML"},{value:"angular",since:"1.15.0",description:"Angular"},{value:"lwc",since:"1.17.0",description:"Lightning Web Components"}]},plugins:{since:"1.10.0",type:"path",array:!0,default:[{value:[]}],category:Ge,description:"Add a plugin. Multiple plugins can be passed as separate `--plugin`s.",exception:ve=>typeof ve=="string"||typeof ve=="object",cliName:"plugin",cliCategory:Ee},pluginSearchDirs:{since:"1.13.0",type:"path",array:!0,default:[{value:[]}],category:Ge,description:ge` + Custom directory that contains prettier plugins in node_modules subdirectory. + Overrides default behavior when plugins are searched relatively to the location of Prettier. + Multiple values are accepted. + `,exception:ve=>typeof ve=="string"||typeof ve=="object",cliName:"plugin-search-dir",cliCategory:Ee},printWidth:{since:"0.0.0",category:Ge,type:"int",default:80,description:"The line length where Prettier will try wrap.",range:{start:0,end:Number.POSITIVE_INFINITY,step:1}},rangeEnd:{since:"1.4.0",category:gt,type:"int",default:Number.POSITIVE_INFINITY,range:{start:0,end:Number.POSITIVE_INFINITY,step:1},description:ge` + Format code ending at a given character offset (exclusive). + The range will extend forwards to the end of the selected statement. + This option cannot be used with --cursor-offset. + `,cliCategory:Pe},rangeStart:{since:"1.4.0",category:gt,type:"int",default:0,range:{start:0,end:Number.POSITIVE_INFINITY,step:1},description:ge` + Format code starting at a given character offset. + The range will extend backwards to the start of the first line containing the selected statement. + This option cannot be used with --cursor-offset. + `,cliCategory:Pe},requirePragma:{since:"1.7.0",category:gt,type:"boolean",default:!1,description:ge` + Require either '@prettier' or '@format' to be present in the file's first docblock comment + in order for it to be formatted. + `,cliCategory:de},tabWidth:{type:"int",category:Ge,default:2,description:"Number of spaces per indentation level.",range:{start:0,end:Number.POSITIVE_INFINITY,step:1}},useTabs:{since:"1.0.0",category:Ge,type:"boolean",default:!1,description:"Indent with tabs instead of spaces."},embeddedLanguageFormatting:{since:"2.1.0",category:Ge,type:"choice",default:[{since:"2.1.0",value:"auto"}],description:"Control how Prettier formats quoted code embedded in the file.",choices:[{value:"auto",description:"Format embedded code if Prettier can automatically identify it."},{value:"off",description:"Never automatically format embedded code."}]}};re.exports={CATEGORY_CONFIG:Ee,CATEGORY_EDITOR:Pe,CATEGORY_FORMAT:ie,CATEGORY_OTHER:de,CATEGORY_OUTPUT:Ue,CATEGORY_GLOBAL:Ge,CATEGORY_SPECIAL:gt,options:ce}}}),En=he({"src/main/support.js"(L,re){$();var ge={compare:on(),lt:Nr(),gte:Bu()},Ee=Ri(),Pe=wu().version,ie=Nu().options;function de(){let{plugins:Ge=[],showUnreleased:gt=!1,showDeprecated:ce=!1,showInternal:ve=!1}=arguments.length>0&&arguments[0]!==void 0?arguments[0]:{},Ve=Pe.split("-",1)[0],He=Ge.flatMap(ct=>ct.languages||[]).filter(Qe),Je=Ee(Object.assign({},...Ge.map(ct=>{let{options:kt}=ct;return kt}),ie),"name").filter(ct=>Qe(ct)&&yt(ct)).sort((ct,kt)=>ct.name===kt.name?0:ct.name{ct=Object.assign({},ct),Array.isArray(ct.default)&&(ct.default=ct.default.length===1?ct.default[0].value:ct.default.filter(Qe).sort(($t,ir)=>ge.compare(ir.since,$t.since))[0].value),Array.isArray(ct.choices)&&(ct.choices=ct.choices.filter($t=>Qe($t)&&yt($t)),ct.name==="parser"&&Ue(ct,He,Ge));let kt=Object.fromEntries(Ge.filter($t=>$t.defaultOptions&&$t.defaultOptions[ct.name]!==void 0).map($t=>[$t.name,$t.defaultOptions[ct.name]]));return Object.assign(Object.assign({},ct),{},{pluginDefaults:kt})});return{languages:He,options:Je};function Qe(ct){return gt||!("since"in ct)||ct.since&&ge.gte(Ve,ct.since)}function yt(ct){return ce||!("deprecated"in ct)||ct.deprecated&&ge.lt(Ve,ct.deprecated)}function _t(ct){return ve?ct:Oe(ct,Se)}}function Ue(Ge,gt,ce){let ve=new Set(Ge.choices.map(Ve=>Ve.value));for(let Ve of gt)if(Ve.parsers){for(let He of Ve.parsers)if(!ve.has(He)){ve.add(He);let Je=ce.find(yt=>yt.parsers&&yt.parsers[He]),Qe=Ve.name;Je&&Je.name&&(Qe+=` (plugin: ${Je.name})`),Ge.choices.push({value:He,description:Qe})}}}re.exports={getSupportInfo:de}}}),qi=he({"src/utils/is-non-empty-array.js"(L,re){$();function ge(Ee){return Array.isArray(Ee)&&Ee.length>0}re.exports=ge}});function Vi(){let{onlyFirst:L=!1}=arguments.length>0&&arguments[0]!==void 0?arguments[0]:{},re=["[\\u001B\\u009B][[\\]()#;?]*(?:(?:(?:(?:;[-a-zA-Z\\d\\/#&.:=?%@~_]+)*|[a-zA-Z\\d]+(?:;[-a-zA-Z\\d\\/#&.:=?%@~_]*)*)?\\u0007)","(?:(?:\\d{1,4}(?:;\\d{0,4})*)?[\\dA-PR-TZcf-ntqry=><~]))"].join("|");return new RegExp(re,L?void 0:"g")}var wt=je({"node_modules/strip-ansi/node_modules/ansi-regex/index.js"(){$()}});function _u(L){if(typeof L!="string")throw new TypeError(`Expected a \`string\`, got \`${typeof L}\``);return L.replace(Vi(),"")}var Ui=je({"node_modules/strip-ansi/index.js"(){$(),wt()}});function Gi(L){return Number.isInteger(L)?L>=4352&&(L<=4447||L===9001||L===9002||11904<=L&&L<=12871&&L!==12351||12880<=L&&L<=19903||19968<=L&&L<=42182||43360<=L&&L<=43388||44032<=L&&L<=55203||63744<=L&&L<=64255||65040<=L&&L<=65049||65072<=L&&L<=65131||65281<=L&&L<=65376||65504<=L&&L<=65510||110592<=L&&L<=110593||127488<=L&&L<=127569||131072<=L&&L<=262141):!1}var ku=je({"node_modules/is-fullwidth-code-point/index.js"(){$()}}),Pu=he({"node_modules/emoji-regex/index.js"(L,re){$(),re.exports=function(){return/\uD83C\uDFF4\uDB40\uDC67\uDB40\uDC62(?:\uDB40\uDC77\uDB40\uDC6C\uDB40\uDC73|\uDB40\uDC73\uDB40\uDC63\uDB40\uDC74|\uDB40\uDC65\uDB40\uDC6E\uDB40\uDC67)\uDB40\uDC7F|(?:\uD83E\uDDD1\uD83C\uDFFF\u200D\u2764\uFE0F\u200D(?:\uD83D\uDC8B\u200D)?\uD83E\uDDD1|\uD83D\uDC69\uD83C\uDFFF\u200D\uD83E\uDD1D\u200D(?:\uD83D[\uDC68\uDC69]))(?:\uD83C[\uDFFB-\uDFFE])|(?:\uD83E\uDDD1\uD83C\uDFFE\u200D\u2764\uFE0F\u200D(?:\uD83D\uDC8B\u200D)?\uD83E\uDDD1|\uD83D\uDC69\uD83C\uDFFE\u200D\uD83E\uDD1D\u200D(?:\uD83D[\uDC68\uDC69]))(?:\uD83C[\uDFFB-\uDFFD\uDFFF])|(?:\uD83E\uDDD1\uD83C\uDFFD\u200D\u2764\uFE0F\u200D(?:\uD83D\uDC8B\u200D)?\uD83E\uDDD1|\uD83D\uDC69\uD83C\uDFFD\u200D\uD83E\uDD1D\u200D(?:\uD83D[\uDC68\uDC69]))(?:\uD83C[\uDFFB\uDFFC\uDFFE\uDFFF])|(?:\uD83E\uDDD1\uD83C\uDFFC\u200D\u2764\uFE0F\u200D(?:\uD83D\uDC8B\u200D)?\uD83E\uDDD1|\uD83D\uDC69\uD83C\uDFFC\u200D\uD83E\uDD1D\u200D(?:\uD83D[\uDC68\uDC69]))(?:\uD83C[\uDFFB\uDFFD-\uDFFF])|(?:\uD83E\uDDD1\uD83C\uDFFB\u200D\u2764\uFE0F\u200D(?:\uD83D\uDC8B\u200D)?\uD83E\uDDD1|\uD83D\uDC69\uD83C\uDFFB\u200D\uD83E\uDD1D\u200D(?:\uD83D[\uDC68\uDC69]))(?:\uD83C[\uDFFC-\uDFFF])|\uD83D\uDC68(?:\uD83C\uDFFB(?:\u200D(?:\u2764\uFE0F\u200D(?:\uD83D\uDC8B\u200D\uD83D\uDC68(?:\uD83C[\uDFFB-\uDFFF])|\uD83D\uDC68(?:\uD83C[\uDFFB-\uDFFF]))|\uD83E\uDD1D\u200D\uD83D\uDC68(?:\uD83C[\uDFFC-\uDFFF])|[\u2695\u2696\u2708]\uFE0F|\uD83C[\uDF3E\uDF73\uDF7C\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uD83E[\uDDAF-\uDDB3\uDDBC\uDDBD]))?|(?:\uD83C[\uDFFC-\uDFFF])\u200D\u2764\uFE0F\u200D(?:\uD83D\uDC8B\u200D\uD83D\uDC68(?:\uD83C[\uDFFB-\uDFFF])|\uD83D\uDC68(?:\uD83C[\uDFFB-\uDFFF]))|\u200D(?:\u2764\uFE0F\u200D(?:\uD83D\uDC8B\u200D)?\uD83D\uDC68|(?:\uD83D[\uDC68\uDC69])\u200D(?:\uD83D\uDC66\u200D\uD83D\uDC66|\uD83D\uDC67\u200D(?:\uD83D[\uDC66\uDC67]))|\uD83D\uDC66\u200D\uD83D\uDC66|\uD83D\uDC67\u200D(?:\uD83D[\uDC66\uDC67])|\uD83C[\uDF3E\uDF73\uDF7C\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uD83E[\uDDAF-\uDDB3\uDDBC\uDDBD])|\uD83C\uDFFF\u200D(?:\uD83E\uDD1D\u200D\uD83D\uDC68(?:\uD83C[\uDFFB-\uDFFE])|\uD83C[\uDF3E\uDF73\uDF7C\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uD83E[\uDDAF-\uDDB3\uDDBC\uDDBD])|\uD83C\uDFFE\u200D(?:\uD83E\uDD1D\u200D\uD83D\uDC68(?:\uD83C[\uDFFB-\uDFFD\uDFFF])|\uD83C[\uDF3E\uDF73\uDF7C\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uD83E[\uDDAF-\uDDB3\uDDBC\uDDBD])|\uD83C\uDFFD\u200D(?:\uD83E\uDD1D\u200D\uD83D\uDC68(?:\uD83C[\uDFFB\uDFFC\uDFFE\uDFFF])|\uD83C[\uDF3E\uDF73\uDF7C\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uD83E[\uDDAF-\uDDB3\uDDBC\uDDBD])|\uD83C\uDFFC\u200D(?:\uD83E\uDD1D\u200D\uD83D\uDC68(?:\uD83C[\uDFFB\uDFFD-\uDFFF])|\uD83C[\uDF3E\uDF73\uDF7C\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uD83E[\uDDAF-\uDDB3\uDDBC\uDDBD])|(?:\uD83C\uDFFF\u200D[\u2695\u2696\u2708]|\uD83C\uDFFE\u200D[\u2695\u2696\u2708]|\uD83C\uDFFD\u200D[\u2695\u2696\u2708]|\uD83C\uDFFC\u200D[\u2695\u2696\u2708]|\u200D[\u2695\u2696\u2708])\uFE0F|\u200D(?:(?:\uD83D[\uDC68\uDC69])\u200D(?:\uD83D[\uDC66\uDC67])|\uD83D[\uDC66\uDC67])|\uD83C\uDFFF|\uD83C\uDFFE|\uD83C\uDFFD|\uD83C\uDFFC)?|(?:\uD83D\uDC69(?:\uD83C\uDFFB\u200D\u2764\uFE0F\u200D(?:\uD83D\uDC8B\u200D(?:\uD83D[\uDC68\uDC69])|\uD83D[\uDC68\uDC69])|(?:\uD83C[\uDFFC-\uDFFF])\u200D\u2764\uFE0F\u200D(?:\uD83D\uDC8B\u200D(?:\uD83D[\uDC68\uDC69])|\uD83D[\uDC68\uDC69]))|\uD83E\uDDD1(?:\uD83C[\uDFFB-\uDFFF])\u200D\uD83E\uDD1D\u200D\uD83E\uDDD1)(?:\uD83C[\uDFFB-\uDFFF])|\uD83D\uDC69\u200D\uD83D\uDC69\u200D(?:\uD83D\uDC66\u200D\uD83D\uDC66|\uD83D\uDC67\u200D(?:\uD83D[\uDC66\uDC67]))|\uD83D\uDC69(?:\u200D(?:\u2764\uFE0F\u200D(?:\uD83D\uDC8B\u200D(?:\uD83D[\uDC68\uDC69])|\uD83D[\uDC68\uDC69])|\uD83C[\uDF3E\uDF73\uDF7C\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uD83E[\uDDAF-\uDDB3\uDDBC\uDDBD])|\uD83C\uDFFF\u200D(?:\uD83C[\uDF3E\uDF73\uDF7C\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uD83E[\uDDAF-\uDDB3\uDDBC\uDDBD])|\uD83C\uDFFE\u200D(?:\uD83C[\uDF3E\uDF73\uDF7C\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uD83E[\uDDAF-\uDDB3\uDDBC\uDDBD])|\uD83C\uDFFD\u200D(?:\uD83C[\uDF3E\uDF73\uDF7C\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uD83E[\uDDAF-\uDDB3\uDDBC\uDDBD])|\uD83C\uDFFC\u200D(?:\uD83C[\uDF3E\uDF73\uDF7C\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uD83E[\uDDAF-\uDDB3\uDDBC\uDDBD])|\uD83C\uDFFB\u200D(?:\uD83C[\uDF3E\uDF73\uDF7C\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uD83E[\uDDAF-\uDDB3\uDDBC\uDDBD]))|\uD83E\uDDD1(?:\u200D(?:\uD83E\uDD1D\u200D\uD83E\uDDD1|\uD83C[\uDF3E\uDF73\uDF7C\uDF84\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uD83E[\uDDAF-\uDDB3\uDDBC\uDDBD])|\uD83C\uDFFF\u200D(?:\uD83C[\uDF3E\uDF73\uDF7C\uDF84\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uD83E[\uDDAF-\uDDB3\uDDBC\uDDBD])|\uD83C\uDFFE\u200D(?:\uD83C[\uDF3E\uDF73\uDF7C\uDF84\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uD83E[\uDDAF-\uDDB3\uDDBC\uDDBD])|\uD83C\uDFFD\u200D(?:\uD83C[\uDF3E\uDF73\uDF7C\uDF84\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uD83E[\uDDAF-\uDDB3\uDDBC\uDDBD])|\uD83C\uDFFC\u200D(?:\uD83C[\uDF3E\uDF73\uDF7C\uDF84\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uD83E[\uDDAF-\uDDB3\uDDBC\uDDBD])|\uD83C\uDFFB\u200D(?:\uD83C[\uDF3E\uDF73\uDF7C\uDF84\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uD83E[\uDDAF-\uDDB3\uDDBC\uDDBD]))|\uD83D\uDC69\u200D\uD83D\uDC66\u200D\uD83D\uDC66|\uD83D\uDC69\u200D\uD83D\uDC69\u200D(?:\uD83D[\uDC66\uDC67])|\uD83D\uDC69\u200D\uD83D\uDC67\u200D(?:\uD83D[\uDC66\uDC67])|(?:\uD83D\uDC41\uFE0F\u200D\uD83D\uDDE8|\uD83E\uDDD1(?:\uD83C\uDFFF\u200D[\u2695\u2696\u2708]|\uD83C\uDFFE\u200D[\u2695\u2696\u2708]|\uD83C\uDFFD\u200D[\u2695\u2696\u2708]|\uD83C\uDFFC\u200D[\u2695\u2696\u2708]|\uD83C\uDFFB\u200D[\u2695\u2696\u2708]|\u200D[\u2695\u2696\u2708])|\uD83D\uDC69(?:\uD83C\uDFFF\u200D[\u2695\u2696\u2708]|\uD83C\uDFFE\u200D[\u2695\u2696\u2708]|\uD83C\uDFFD\u200D[\u2695\u2696\u2708]|\uD83C\uDFFC\u200D[\u2695\u2696\u2708]|\uD83C\uDFFB\u200D[\u2695\u2696\u2708]|\u200D[\u2695\u2696\u2708])|\uD83D\uDE36\u200D\uD83C\uDF2B|\uD83C\uDFF3\uFE0F\u200D\u26A7|\uD83D\uDC3B\u200D\u2744|(?:(?:\uD83C[\uDFC3\uDFC4\uDFCA]|\uD83D[\uDC6E\uDC70\uDC71\uDC73\uDC77\uDC81\uDC82\uDC86\uDC87\uDE45-\uDE47\uDE4B\uDE4D\uDE4E\uDEA3\uDEB4-\uDEB6]|\uD83E[\uDD26\uDD35\uDD37-\uDD39\uDD3D\uDD3E\uDDB8\uDDB9\uDDCD-\uDDCF\uDDD4\uDDD6-\uDDDD])(?:\uD83C[\uDFFB-\uDFFF])|\uD83D\uDC6F|\uD83E[\uDD3C\uDDDE\uDDDF])\u200D[\u2640\u2642]|(?:\u26F9|\uD83C[\uDFCB\uDFCC]|\uD83D\uDD75)(?:\uFE0F|\uD83C[\uDFFB-\uDFFF])\u200D[\u2640\u2642]|\uD83C\uDFF4\u200D\u2620|(?:\uD83C[\uDFC3\uDFC4\uDFCA]|\uD83D[\uDC6E\uDC70\uDC71\uDC73\uDC77\uDC81\uDC82\uDC86\uDC87\uDE45-\uDE47\uDE4B\uDE4D\uDE4E\uDEA3\uDEB4-\uDEB6]|\uD83E[\uDD26\uDD35\uDD37-\uDD39\uDD3D\uDD3E\uDDB8\uDDB9\uDDCD-\uDDCF\uDDD4\uDDD6-\uDDDD])\u200D[\u2640\u2642]|[\xA9\xAE\u203C\u2049\u2122\u2139\u2194-\u2199\u21A9\u21AA\u2328\u23CF\u23ED-\u23EF\u23F1\u23F2\u23F8-\u23FA\u24C2\u25AA\u25AB\u25B6\u25C0\u25FB\u25FC\u2600-\u2604\u260E\u2611\u2618\u2620\u2622\u2623\u2626\u262A\u262E\u262F\u2638-\u263A\u2640\u2642\u265F\u2660\u2663\u2665\u2666\u2668\u267B\u267E\u2692\u2694-\u2697\u2699\u269B\u269C\u26A0\u26A7\u26B0\u26B1\u26C8\u26CF\u26D1\u26D3\u26E9\u26F0\u26F1\u26F4\u26F7\u26F8\u2702\u2708\u2709\u270F\u2712\u2714\u2716\u271D\u2721\u2733\u2734\u2744\u2747\u2763\u27A1\u2934\u2935\u2B05-\u2B07\u3030\u303D\u3297\u3299]|\uD83C[\uDD70\uDD71\uDD7E\uDD7F\uDE02\uDE37\uDF21\uDF24-\uDF2C\uDF36\uDF7D\uDF96\uDF97\uDF99-\uDF9B\uDF9E\uDF9F\uDFCD\uDFCE\uDFD4-\uDFDF\uDFF5\uDFF7]|\uD83D[\uDC3F\uDCFD\uDD49\uDD4A\uDD6F\uDD70\uDD73\uDD76-\uDD79\uDD87\uDD8A-\uDD8D\uDDA5\uDDA8\uDDB1\uDDB2\uDDBC\uDDC2-\uDDC4\uDDD1-\uDDD3\uDDDC-\uDDDE\uDDE1\uDDE3\uDDE8\uDDEF\uDDF3\uDDFA\uDECB\uDECD-\uDECF\uDEE0-\uDEE5\uDEE9\uDEF0\uDEF3])\uFE0F|\uD83C\uDFF3\uFE0F\u200D\uD83C\uDF08|\uD83D\uDC69\u200D\uD83D\uDC67|\uD83D\uDC69\u200D\uD83D\uDC66|\uD83D\uDE35\u200D\uD83D\uDCAB|\uD83D\uDE2E\u200D\uD83D\uDCA8|\uD83D\uDC15\u200D\uD83E\uDDBA|\uD83E\uDDD1(?:\uD83C\uDFFF|\uD83C\uDFFE|\uD83C\uDFFD|\uD83C\uDFFC|\uD83C\uDFFB)?|\uD83D\uDC69(?:\uD83C\uDFFF|\uD83C\uDFFE|\uD83C\uDFFD|\uD83C\uDFFC|\uD83C\uDFFB)?|\uD83C\uDDFD\uD83C\uDDF0|\uD83C\uDDF6\uD83C\uDDE6|\uD83C\uDDF4\uD83C\uDDF2|\uD83D\uDC08\u200D\u2B1B|\u2764\uFE0F\u200D(?:\uD83D\uDD25|\uD83E\uDE79)|\uD83D\uDC41\uFE0F|\uD83C\uDFF3\uFE0F|\uD83C\uDDFF(?:\uD83C[\uDDE6\uDDF2\uDDFC])|\uD83C\uDDFE(?:\uD83C[\uDDEA\uDDF9])|\uD83C\uDDFC(?:\uD83C[\uDDEB\uDDF8])|\uD83C\uDDFB(?:\uD83C[\uDDE6\uDDE8\uDDEA\uDDEC\uDDEE\uDDF3\uDDFA])|\uD83C\uDDFA(?:\uD83C[\uDDE6\uDDEC\uDDF2\uDDF3\uDDF8\uDDFE\uDDFF])|\uD83C\uDDF9(?:\uD83C[\uDDE6\uDDE8\uDDE9\uDDEB-\uDDED\uDDEF-\uDDF4\uDDF7\uDDF9\uDDFB\uDDFC\uDDFF])|\uD83C\uDDF8(?:\uD83C[\uDDE6-\uDDEA\uDDEC-\uDDF4\uDDF7-\uDDF9\uDDFB\uDDFD-\uDDFF])|\uD83C\uDDF7(?:\uD83C[\uDDEA\uDDF4\uDDF8\uDDFA\uDDFC])|\uD83C\uDDF5(?:\uD83C[\uDDE6\uDDEA-\uDDED\uDDF0-\uDDF3\uDDF7-\uDDF9\uDDFC\uDDFE])|\uD83C\uDDF3(?:\uD83C[\uDDE6\uDDE8\uDDEA-\uDDEC\uDDEE\uDDF1\uDDF4\uDDF5\uDDF7\uDDFA\uDDFF])|\uD83C\uDDF2(?:\uD83C[\uDDE6\uDDE8-\uDDED\uDDF0-\uDDFF])|\uD83C\uDDF1(?:\uD83C[\uDDE6-\uDDE8\uDDEE\uDDF0\uDDF7-\uDDFB\uDDFE])|\uD83C\uDDF0(?:\uD83C[\uDDEA\uDDEC-\uDDEE\uDDF2\uDDF3\uDDF5\uDDF7\uDDFC\uDDFE\uDDFF])|\uD83C\uDDEF(?:\uD83C[\uDDEA\uDDF2\uDDF4\uDDF5])|\uD83C\uDDEE(?:\uD83C[\uDDE8-\uDDEA\uDDF1-\uDDF4\uDDF6-\uDDF9])|\uD83C\uDDED(?:\uD83C[\uDDF0\uDDF2\uDDF3\uDDF7\uDDF9\uDDFA])|\uD83C\uDDEC(?:\uD83C[\uDDE6\uDDE7\uDDE9-\uDDEE\uDDF1-\uDDF3\uDDF5-\uDDFA\uDDFC\uDDFE])|\uD83C\uDDEB(?:\uD83C[\uDDEE-\uDDF0\uDDF2\uDDF4\uDDF7])|\uD83C\uDDEA(?:\uD83C[\uDDE6\uDDE8\uDDEA\uDDEC\uDDED\uDDF7-\uDDFA])|\uD83C\uDDE9(?:\uD83C[\uDDEA\uDDEC\uDDEF\uDDF0\uDDF2\uDDF4\uDDFF])|\uD83C\uDDE8(?:\uD83C[\uDDE6\uDDE8\uDDE9\uDDEB-\uDDEE\uDDF0-\uDDF5\uDDF7\uDDFA-\uDDFF])|\uD83C\uDDE7(?:\uD83C[\uDDE6\uDDE7\uDDE9-\uDDEF\uDDF1-\uDDF4\uDDF6-\uDDF9\uDDFB\uDDFC\uDDFE\uDDFF])|\uD83C\uDDE6(?:\uD83C[\uDDE8-\uDDEC\uDDEE\uDDF1\uDDF2\uDDF4\uDDF6-\uDDFA\uDDFC\uDDFD\uDDFF])|[#\*0-9]\uFE0F\u20E3|\u2764\uFE0F|(?:\uD83C[\uDFC3\uDFC4\uDFCA]|\uD83D[\uDC6E\uDC70\uDC71\uDC73\uDC77\uDC81\uDC82\uDC86\uDC87\uDE45-\uDE47\uDE4B\uDE4D\uDE4E\uDEA3\uDEB4-\uDEB6]|\uD83E[\uDD26\uDD35\uDD37-\uDD39\uDD3D\uDD3E\uDDB8\uDDB9\uDDCD-\uDDCF\uDDD4\uDDD6-\uDDDD])(?:\uD83C[\uDFFB-\uDFFF])|(?:\u26F9|\uD83C[\uDFCB\uDFCC]|\uD83D\uDD75)(?:\uFE0F|\uD83C[\uDFFB-\uDFFF])|\uD83C\uDFF4|(?:[\u270A\u270B]|\uD83C[\uDF85\uDFC2\uDFC7]|\uD83D[\uDC42\uDC43\uDC46-\uDC50\uDC66\uDC67\uDC6B-\uDC6D\uDC72\uDC74-\uDC76\uDC78\uDC7C\uDC83\uDC85\uDC8F\uDC91\uDCAA\uDD7A\uDD95\uDD96\uDE4C\uDE4F\uDEC0\uDECC]|\uD83E[\uDD0C\uDD0F\uDD18-\uDD1C\uDD1E\uDD1F\uDD30-\uDD34\uDD36\uDD77\uDDB5\uDDB6\uDDBB\uDDD2\uDDD3\uDDD5])(?:\uD83C[\uDFFB-\uDFFF])|(?:[\u261D\u270C\u270D]|\uD83D[\uDD74\uDD90])(?:\uFE0F|\uD83C[\uDFFB-\uDFFF])|[\u270A\u270B]|\uD83C[\uDF85\uDFC2\uDFC7]|\uD83D[\uDC08\uDC15\uDC3B\uDC42\uDC43\uDC46-\uDC50\uDC66\uDC67\uDC6B-\uDC6D\uDC72\uDC74-\uDC76\uDC78\uDC7C\uDC83\uDC85\uDC8F\uDC91\uDCAA\uDD7A\uDD95\uDD96\uDE2E\uDE35\uDE36\uDE4C\uDE4F\uDEC0\uDECC]|\uD83E[\uDD0C\uDD0F\uDD18-\uDD1C\uDD1E\uDD1F\uDD30-\uDD34\uDD36\uDD77\uDDB5\uDDB6\uDDBB\uDDD2\uDDD3\uDDD5]|\uD83C[\uDFC3\uDFC4\uDFCA]|\uD83D[\uDC6E\uDC70\uDC71\uDC73\uDC77\uDC81\uDC82\uDC86\uDC87\uDE45-\uDE47\uDE4B\uDE4D\uDE4E\uDEA3\uDEB4-\uDEB6]|\uD83E[\uDD26\uDD35\uDD37-\uDD39\uDD3D\uDD3E\uDDB8\uDDB9\uDDCD-\uDDCF\uDDD4\uDDD6-\uDDDD]|\uD83D\uDC6F|\uD83E[\uDD3C\uDDDE\uDDDF]|[\u231A\u231B\u23E9-\u23EC\u23F0\u23F3\u25FD\u25FE\u2614\u2615\u2648-\u2653\u267F\u2693\u26A1\u26AA\u26AB\u26BD\u26BE\u26C4\u26C5\u26CE\u26D4\u26EA\u26F2\u26F3\u26F5\u26FA\u26FD\u2705\u2728\u274C\u274E\u2753-\u2755\u2757\u2795-\u2797\u27B0\u27BF\u2B1B\u2B1C\u2B50\u2B55]|\uD83C[\uDC04\uDCCF\uDD8E\uDD91-\uDD9A\uDE01\uDE1A\uDE2F\uDE32-\uDE36\uDE38-\uDE3A\uDE50\uDE51\uDF00-\uDF20\uDF2D-\uDF35\uDF37-\uDF7C\uDF7E-\uDF84\uDF86-\uDF93\uDFA0-\uDFC1\uDFC5\uDFC6\uDFC8\uDFC9\uDFCF-\uDFD3\uDFE0-\uDFF0\uDFF8-\uDFFF]|\uD83D[\uDC00-\uDC07\uDC09-\uDC14\uDC16-\uDC3A\uDC3C-\uDC3E\uDC40\uDC44\uDC45\uDC51-\uDC65\uDC6A\uDC79-\uDC7B\uDC7D-\uDC80\uDC84\uDC88-\uDC8E\uDC90\uDC92-\uDCA9\uDCAB-\uDCFC\uDCFF-\uDD3D\uDD4B-\uDD4E\uDD50-\uDD67\uDDA4\uDDFB-\uDE2D\uDE2F-\uDE34\uDE37-\uDE44\uDE48-\uDE4A\uDE80-\uDEA2\uDEA4-\uDEB3\uDEB7-\uDEBF\uDEC1-\uDEC5\uDED0-\uDED2\uDED5-\uDED7\uDEEB\uDEEC\uDEF4-\uDEFC\uDFE0-\uDFEB]|\uD83E[\uDD0D\uDD0E\uDD10-\uDD17\uDD1D\uDD20-\uDD25\uDD27-\uDD2F\uDD3A\uDD3F-\uDD45\uDD47-\uDD76\uDD78\uDD7A-\uDDB4\uDDB7\uDDBA\uDDBC-\uDDCB\uDDD0\uDDE0-\uDDFF\uDE70-\uDE74\uDE78-\uDE7A\uDE80-\uDE86\uDE90-\uDEA8\uDEB0-\uDEB6\uDEC0-\uDEC2\uDED0-\uDED6]|(?:[\u231A\u231B\u23E9-\u23EC\u23F0\u23F3\u25FD\u25FE\u2614\u2615\u2648-\u2653\u267F\u2693\u26A1\u26AA\u26AB\u26BD\u26BE\u26C4\u26C5\u26CE\u26D4\u26EA\u26F2\u26F3\u26F5\u26FA\u26FD\u2705\u270A\u270B\u2728\u274C\u274E\u2753-\u2755\u2757\u2795-\u2797\u27B0\u27BF\u2B1B\u2B1C\u2B50\u2B55]|\uD83C[\uDC04\uDCCF\uDD8E\uDD91-\uDD9A\uDDE6-\uDDFF\uDE01\uDE1A\uDE2F\uDE32-\uDE36\uDE38-\uDE3A\uDE50\uDE51\uDF00-\uDF20\uDF2D-\uDF35\uDF37-\uDF7C\uDF7E-\uDF93\uDFA0-\uDFCA\uDFCF-\uDFD3\uDFE0-\uDFF0\uDFF4\uDFF8-\uDFFF]|\uD83D[\uDC00-\uDC3E\uDC40\uDC42-\uDCFC\uDCFF-\uDD3D\uDD4B-\uDD4E\uDD50-\uDD67\uDD7A\uDD95\uDD96\uDDA4\uDDFB-\uDE4F\uDE80-\uDEC5\uDECC\uDED0-\uDED2\uDED5-\uDED7\uDEEB\uDEEC\uDEF4-\uDEFC\uDFE0-\uDFEB]|\uD83E[\uDD0C-\uDD3A\uDD3C-\uDD45\uDD47-\uDD78\uDD7A-\uDDCB\uDDCD-\uDDFF\uDE70-\uDE74\uDE78-\uDE7A\uDE80-\uDE86\uDE90-\uDEA8\uDEB0-\uDEB6\uDEC0-\uDEC2\uDED0-\uDED6])|(?:[#\*0-9\xA9\xAE\u203C\u2049\u2122\u2139\u2194-\u2199\u21A9\u21AA\u231A\u231B\u2328\u23CF\u23E9-\u23F3\u23F8-\u23FA\u24C2\u25AA\u25AB\u25B6\u25C0\u25FB-\u25FE\u2600-\u2604\u260E\u2611\u2614\u2615\u2618\u261D\u2620\u2622\u2623\u2626\u262A\u262E\u262F\u2638-\u263A\u2640\u2642\u2648-\u2653\u265F\u2660\u2663\u2665\u2666\u2668\u267B\u267E\u267F\u2692-\u2697\u2699\u269B\u269C\u26A0\u26A1\u26A7\u26AA\u26AB\u26B0\u26B1\u26BD\u26BE\u26C4\u26C5\u26C8\u26CE\u26CF\u26D1\u26D3\u26D4\u26E9\u26EA\u26F0-\u26F5\u26F7-\u26FA\u26FD\u2702\u2705\u2708-\u270D\u270F\u2712\u2714\u2716\u271D\u2721\u2728\u2733\u2734\u2744\u2747\u274C\u274E\u2753-\u2755\u2757\u2763\u2764\u2795-\u2797\u27A1\u27B0\u27BF\u2934\u2935\u2B05-\u2B07\u2B1B\u2B1C\u2B50\u2B55\u3030\u303D\u3297\u3299]|\uD83C[\uDC04\uDCCF\uDD70\uDD71\uDD7E\uDD7F\uDD8E\uDD91-\uDD9A\uDDE6-\uDDFF\uDE01\uDE02\uDE1A\uDE2F\uDE32-\uDE3A\uDE50\uDE51\uDF00-\uDF21\uDF24-\uDF93\uDF96\uDF97\uDF99-\uDF9B\uDF9E-\uDFF0\uDFF3-\uDFF5\uDFF7-\uDFFF]|\uD83D[\uDC00-\uDCFD\uDCFF-\uDD3D\uDD49-\uDD4E\uDD50-\uDD67\uDD6F\uDD70\uDD73-\uDD7A\uDD87\uDD8A-\uDD8D\uDD90\uDD95\uDD96\uDDA4\uDDA5\uDDA8\uDDB1\uDDB2\uDDBC\uDDC2-\uDDC4\uDDD1-\uDDD3\uDDDC-\uDDDE\uDDE1\uDDE3\uDDE8\uDDEF\uDDF3\uDDFA-\uDE4F\uDE80-\uDEC5\uDECB-\uDED2\uDED5-\uDED7\uDEE0-\uDEE5\uDEE9\uDEEB\uDEEC\uDEF0\uDEF3-\uDEFC\uDFE0-\uDFEB]|\uD83E[\uDD0C-\uDD3A\uDD3C-\uDD45\uDD47-\uDD78\uDD7A-\uDDCB\uDDCD-\uDDFF\uDE70-\uDE74\uDE78-\uDE7A\uDE80-\uDE86\uDE90-\uDEA8\uDEB0-\uDEB6\uDEC0-\uDEC2\uDED0-\uDED6])\uFE0F|(?:[\u261D\u26F9\u270A-\u270D]|\uD83C[\uDF85\uDFC2-\uDFC4\uDFC7\uDFCA-\uDFCC]|\uD83D[\uDC42\uDC43\uDC46-\uDC50\uDC66-\uDC78\uDC7C\uDC81-\uDC83\uDC85-\uDC87\uDC8F\uDC91\uDCAA\uDD74\uDD75\uDD7A\uDD90\uDD95\uDD96\uDE45-\uDE47\uDE4B-\uDE4F\uDEA3\uDEB4-\uDEB6\uDEC0\uDECC]|\uD83E[\uDD0C\uDD0F\uDD18-\uDD1F\uDD26\uDD30-\uDD39\uDD3C-\uDD3E\uDD77\uDDB5\uDDB6\uDDB8\uDDB9\uDDBB\uDDCD-\uDDCF\uDDD1-\uDDDD])/g}}}),Iu={};qe(Iu,{default:()=>Ji});function Ji(L){if(typeof L!="string"||L.length===0||(L=_u(L),L.length===0))return 0;L=L.replace((0,ju.default)()," ");let re=0;for(let ge=0;ge=127&&Ee<=159||Ee>=768&&Ee<=879||(Ee>65535&&ge++,re+=Gi(Ee)?2:1)}return re}var ju,Xi=je({"node_modules/string-width/index.js"(){$(),Ui(),ku(),ju=Ze(Pu())}}),tu=he({"src/utils/get-string-width.js"(L,re){$();var ge=(Xi(),nt(Iu)).default,Ee=/[^\x20-\x7F]/;function Pe(ie){return ie?Ee.test(ie)?ge(ie):ie.length:0}re.exports=Pe}}),ru=he({"src/utils/text/skip.js"(L,re){$();function ge(Ue){return(Ge,gt,ce)=>{let ve=ce&&ce.backwards;if(gt===!1)return!1;let{length:Ve}=Ge,He=gt;for(;He>=0&&Helt[lt.length-2];function yt(lt){return(mt,St,xt)=>{let Kt=xt&&xt.backwards;if(St===!1)return!1;let{length:sr}=mt,lr=St;for(;lr>=0&&lr2&&arguments[2]!==void 0?arguments[2]:{},xt=Ge(lt,St.backwards?mt-1:mt,St),Kt=He(lt,xt,St);return xt!==Kt}function ct(lt,mt,St){for(let xt=mt;xt2&&arguments[2]!==void 0?arguments[2]:{};return Ge(lt,St.backwards?mt-1:mt,St)!==mt}function Ut(lt,mt){let St=arguments.length>2&&arguments[2]!==void 0?arguments[2]:0,xt=0;for(let Kt=St;KtKr?sr:Kt}return lr}function le(lt,mt){let St=lt.slice(1,-1),xt=mt.parser==="json"||mt.parser==="json5"&&mt.quoteProps==="preserve"&&!mt.singleQuote?'"':mt.__isInHtmlAttribute?"'":z(St,mt.singleQuote?"'":'"').quote;return We(St,xt,!(mt.parser==="css"||mt.parser==="less"||mt.parser==="scss"||mt.__embeddedInHtml))}function We(lt,mt,St){let xt=mt==='"'?"'":'"',Kt=/\\(.)|(["'])/gs,sr=lt.replace(Kt,(lr,Qt,Kr)=>Qt===xt?Qt:Kr===mt?"\\"+Kr:Kr||(St&&/^[^\n\r"'0-7\\bfnrt-vx\u2028\u2029]$/.test(Qt)?Qt:"\\"+Qt));return mt+sr+mt}function Me(lt){return lt.toLowerCase().replace(/^([+-]?[\d.]+e)(?:\+|(-))?0*(\d)/,"$1$2$3").replace(/^([+-]?[\d.]+)e[+-]?0+$/,"$1").replace(/^([+-])?\./,"$10.").replace(/(\.\d+?)0+(?=e|$)/,"$1").replace(/\.(?=e|$)/,"")}function at(lt,mt){let St=lt.match(new RegExp(`(${ge(mt)})+`,"g"));return St===null?0:St.reduce((xt,Kt)=>Math.max(xt,Kt.length/mt.length),0)}function Jt(lt,mt){let St=lt.match(new RegExp(`(${ge(mt)})+`,"g"));if(St===null)return 0;let xt=new Map,Kt=0;for(let sr of St){let lr=sr.length/mt.length;xt.set(lr,!0),lr>Kt&&(Kt=lr)}for(let sr=1;sr{let{name:sr}=Kt;return sr.toLowerCase()===lt})||St.find(Kt=>{let{aliases:sr}=Kt;return Array.isArray(sr)&&sr.includes(lt)})||St.find(Kt=>{let{extensions:sr}=Kt;return Array.isArray(sr)&&sr.includes(`.${lt}`)});return xt&&xt.parsers[0]}function Ir(lt){return lt&<.type==="front-matter"}function Mr(lt){let mt=new WeakMap;return function(St){return mt.has(St)||mt.set(St,Symbol(lt)),mt.get(St)}}function or(lt){let mt=lt.type||lt.kind||"(unknown type)",St=String(lt.name||lt.id&&(typeof lt.id=="object"?lt.id.name:lt.id)||lt.key&&(typeof lt.key=="object"?lt.key.name:lt.key)||lt.value&&(typeof lt.value=="object"?"":String(lt.value))||lt.operator||"");return St.length>20&&(St=St.slice(0,19)+"…"),mt+(St?" "+St:"")}re.exports={inferParserByLanguage:xr,getStringWidth:de,getMaxContinuousCount:at,getMinNotPresentContinuousCount:Jt,getPenultimate:Qe,getLast:Ee,getNextNonSpaceNonCommentCharacterIndexWithStartIndex:Je,getNextNonSpaceNonCommentCharacterIndex:st,getNextNonSpaceNonCommentCharacter:Ot,skip:yt,skipWhitespace:Ue,skipSpaces:Ge,skipToLineEnd:gt,skipEverythingButNewLine:ce,skipInlineComment:ve,skipTrailingComment:Ve,skipNewline:He,isNextLineEmptyAfterIndex:$t,isNextLineEmpty:ir,isPreviousLineEmpty:kt,hasNewline:_t,hasNewlineInRange:ct,hasSpaces:Vt,getAlignmentSize:Ut,getIndentSize:rr,getPreferredQuote:z,printString:le,printNumber:Me,makeString:We,addLeadingComment:Ar,addDanglingComment:Er,addTrailingComment:_r,isFrontMatterNode:Ir,isNonEmptyArray:ie,createGroupIdMapper:Mr}}}),uu=he({"vendors/html-tag-names.json"(L,re){re.exports={htmlTagNames:["a","abbr","acronym","address","applet","area","article","aside","audio","b","base","basefont","bdi","bdo","bgsound","big","blink","blockquote","body","br","button","canvas","caption","center","cite","code","col","colgroup","command","content","data","datalist","dd","del","details","dfn","dialog","dir","div","dl","dt","element","em","embed","fieldset","figcaption","figure","font","footer","form","frame","frameset","h1","h2","h3","h4","h5","h6","head","header","hgroup","hr","html","i","iframe","image","img","input","ins","isindex","kbd","keygen","label","legend","li","link","listing","main","map","mark","marquee","math","menu","menuitem","meta","meter","multicol","nav","nextid","nobr","noembed","noframes","noscript","object","ol","optgroup","option","output","p","param","picture","plaintext","pre","progress","q","rb","rbc","rp","rt","rtc","ruby","s","samp","script","section","select","shadow","slot","small","source","spacer","span","strike","strong","style","sub","summary","sup","svg","table","tbody","td","template","textarea","tfoot","th","thead","time","title","tr","track","tt","u","ul","var","video","wbr","xmp"]}}}),Cn=he({"src/language-html/utils/array-to-map.js"(L,re){$();function ge(Ee){let Pe=Object.create(null);for(let ie of Ee)Pe[ie]=!0;return Pe}re.exports=ge}}),Ru=he({"src/language-html/utils/html-tag-names.js"(L,re){$();var{htmlTagNames:ge}=uu(),Ee=Cn(),Pe=Ee(ge);re.exports=Pe}}),Mu=he({"vendors/html-element-attributes.json"(L,re){re.exports={htmlElementAttributes:{"*":["accesskey","autocapitalize","autofocus","class","contenteditable","dir","draggable","enterkeyhint","hidden","id","inputmode","is","itemid","itemprop","itemref","itemscope","itemtype","lang","nonce","slot","spellcheck","style","tabindex","title","translate"],a:["charset","coords","download","href","hreflang","name","ping","referrerpolicy","rel","rev","shape","target","type"],applet:["align","alt","archive","code","codebase","height","hspace","name","object","vspace","width"],area:["alt","coords","download","href","hreflang","nohref","ping","referrerpolicy","rel","shape","target","type"],audio:["autoplay","controls","crossorigin","loop","muted","preload","src"],base:["href","target"],basefont:["color","face","size"],blockquote:["cite"],body:["alink","background","bgcolor","link","text","vlink"],br:["clear"],button:["disabled","form","formaction","formenctype","formmethod","formnovalidate","formtarget","name","type","value"],canvas:["height","width"],caption:["align"],col:["align","char","charoff","span","valign","width"],colgroup:["align","char","charoff","span","valign","width"],data:["value"],del:["cite","datetime"],details:["open"],dialog:["open"],dir:["compact"],div:["align"],dl:["compact"],embed:["height","src","type","width"],fieldset:["disabled","form","name"],font:["color","face","size"],form:["accept","accept-charset","action","autocomplete","enctype","method","name","novalidate","target"],frame:["frameborder","longdesc","marginheight","marginwidth","name","noresize","scrolling","src"],frameset:["cols","rows"],h1:["align"],h2:["align"],h3:["align"],h4:["align"],h5:["align"],h6:["align"],head:["profile"],hr:["align","noshade","size","width"],html:["manifest","version"],iframe:["align","allow","allowfullscreen","allowpaymentrequest","allowusermedia","frameborder","height","loading","longdesc","marginheight","marginwidth","name","referrerpolicy","sandbox","scrolling","src","srcdoc","width"],img:["align","alt","border","crossorigin","decoding","height","hspace","ismap","loading","longdesc","name","referrerpolicy","sizes","src","srcset","usemap","vspace","width"],input:["accept","align","alt","autocomplete","checked","dirname","disabled","form","formaction","formenctype","formmethod","formnovalidate","formtarget","height","ismap","list","max","maxlength","min","minlength","multiple","name","pattern","placeholder","readonly","required","size","src","step","type","usemap","value","width"],ins:["cite","datetime"],isindex:["prompt"],label:["for","form"],legend:["align"],li:["type","value"],link:["as","charset","color","crossorigin","disabled","href","hreflang","imagesizes","imagesrcset","integrity","media","referrerpolicy","rel","rev","sizes","target","type"],map:["name"],menu:["compact"],meta:["charset","content","http-equiv","media","name","scheme"],meter:["high","low","max","min","optimum","value"],object:["align","archive","border","classid","codebase","codetype","data","declare","form","height","hspace","name","standby","type","typemustmatch","usemap","vspace","width"],ol:["compact","reversed","start","type"],optgroup:["disabled","label"],option:["disabled","label","selected","value"],output:["for","form","name"],p:["align"],param:["name","type","value","valuetype"],pre:["width"],progress:["max","value"],q:["cite"],script:["async","charset","crossorigin","defer","integrity","language","nomodule","referrerpolicy","src","type"],select:["autocomplete","disabled","form","multiple","name","required","size"],slot:["name"],source:["height","media","sizes","src","srcset","type","width"],style:["media","type"],table:["align","bgcolor","border","cellpadding","cellspacing","frame","rules","summary","width"],tbody:["align","char","charoff","valign"],td:["abbr","align","axis","bgcolor","char","charoff","colspan","headers","height","nowrap","rowspan","scope","valign","width"],textarea:["autocomplete","cols","dirname","disabled","form","maxlength","minlength","name","placeholder","readonly","required","rows","wrap"],tfoot:["align","char","charoff","valign"],th:["abbr","align","axis","bgcolor","char","charoff","colspan","headers","height","nowrap","rowspan","scope","valign","width"],thead:["align","char","charoff","valign"],time:["datetime"],tr:["align","bgcolor","char","charoff","valign"],track:["default","kind","label","src","srclang"],ul:["compact","type"],video:["autoplay","controls","crossorigin","height","loop","muted","playsinline","poster","preload","src","width"]}}}}),qu=he({"src/language-html/utils/map-object.js"(L,re){$();function ge(Ee,Pe){let ie=Object.create(null);for(let[de,Ue]of Object.entries(Ee))ie[de]=Pe(Ue,de);return ie}re.exports=ge}}),zi=he({"src/language-html/utils/html-elements-attributes.js"(L,re){$();var{htmlElementAttributes:ge}=Mu(),Ee=qu(),Pe=Cn(),ie=Ee(ge,Pe);re.exports=ie}}),Gt=he({"src/language-html/utils/is-unknown-namespace.js"(L,re){$();function ge(Ee){return Ee.type==="element"&&!Ee.hasExplicitNamespace&&!["html","svg"].includes(Ee.namespace)}re.exports=ge}}),Vu=he({"src/language-html/pragma.js"(L,re){$();function ge(Pe){return/^\s*/.test(Pe)}function Ee(Pe){return` + +`+Pe.replace(/^\s*\n/,"")}re.exports={hasPragma:ge,insertPragma:Ee}}}),Uu=he({"src/language-html/ast.js"(L,re){$();var ge={attrs:!0,children:!0},Ee=new Set(["parent"]),Pe=class{constructor(){let de=arguments.length>0&&arguments[0]!==void 0?arguments[0]:{};for(let Ue of new Set([...Ee,...Object.keys(de)]))this.setProperty(Ue,de[Ue])}setProperty(de,Ue){if(this[de]!==Ue){if(de in ge&&(Ue=Ue.map(Ge=>this.createChild(Ge))),!Ee.has(de)){this[de]=Ue;return}Object.defineProperty(this,de,{value:Ue,enumerable:!1,configurable:!0})}}map(de){let Ue;for(let Ge in ge){let gt=this[Ge];if(gt){let ce=ie(gt,ve=>ve.map(de));Ue!==gt&&(Ue||(Ue=new Pe({parent:this.parent})),Ue.setProperty(Ge,ce))}}if(Ue)for(let Ge in this)Ge in ge||(Ue[Ge]=this[Ge]);return de(Ue||this)}walk(de){for(let Ue in ge){let Ge=this[Ue];if(Ge)for(let gt=0;gt[de.fullName,de.value]))}};function ie(de,Ue){let Ge=de.map(Ue);return Ge.some((gt,ce)=>gt!==de[ce])?Ge:de}re.exports={Node:Pe}}}),wn=he({"src/language-html/conditional-comment.js"(L,re){$();var{ParseSourceSpan:ge}=Zt(),Ee=[{regex:/^(\[if([^\]]*)]>)(.*?){try{return[!0,gt(He,Qe).children]}catch{return[!1,[{type:"text",value:He,sourceSpan:new ge(Qe,yt)}]]}})();return{type:"ieConditionalComment",complete:_t,children:ct,condition:Ve.trim().replace(/\s+/g," "),sourceSpan:Ge.sourceSpan,startSourceSpan:new ge(Ge.sourceSpan.start,Qe),endSourceSpan:new ge(yt,Ge.sourceSpan.end)}}function de(Ge,gt,ce){let[,ve]=ce;return{type:"ieConditionalStartComment",condition:ve.trim().replace(/\s+/g," "),sourceSpan:Ge.sourceSpan}}function Ue(Ge){return{type:"ieConditionalEndComment",sourceSpan:Ge.sourceSpan}}re.exports={parseIeConditionalComment:Pe}}}),iu=he({"src/language-html/loc.js"(L,re){$();function ge(Pe){return Pe.sourceSpan.start.offset}function Ee(Pe){return Pe.sourceSpan.end.offset}re.exports={locStart:ge,locEnd:Ee}}}),ln=he({"node_modules/angular-html-parser/lib/compiler/src/ml_parser/tags.js"(L){$(),Object.defineProperty(L,"__esModule",{value:!0}),function(Ue){Ue[Ue.RAW_TEXT=0]="RAW_TEXT",Ue[Ue.ESCAPABLE_RAW_TEXT=1]="ESCAPABLE_RAW_TEXT",Ue[Ue.PARSABLE_DATA=2]="PARSABLE_DATA"}(L.TagContentType||(L.TagContentType={}));function re(Ue){if(Ue[0]!=":")return[null,Ue];let Ge=Ue.indexOf(":",1);if(Ge==-1)throw new Error(`Unsupported format "${Ue}" expecting ":namespace:name"`);return[Ue.slice(1,Ge),Ue.slice(Ge+1)]}L.splitNsName=re;function ge(Ue){return re(Ue)[1]==="ng-container"}L.isNgContainer=ge;function Ee(Ue){return re(Ue)[1]==="ng-content"}L.isNgContent=Ee;function Pe(Ue){return re(Ue)[1]==="ng-template"}L.isNgTemplate=Pe;function ie(Ue){return Ue===null?null:re(Ue)[0]}L.getNsPrefix=ie;function de(Ue,Ge){return Ue?`:${Ue}:${Ge}`:Ge}L.mergeNsAndName=de,L.NAMED_ENTITIES={Aacute:"Á",aacute:"á",Abreve:"Ă",abreve:"ă",ac:"∾",acd:"∿",acE:"∾̳",Acirc:"Â",acirc:"â",acute:"´",Acy:"А",acy:"а",AElig:"Æ",aelig:"æ",af:"⁡",Afr:"𝔄",afr:"𝔞",Agrave:"À",agrave:"à",alefsym:"ℵ",aleph:"ℵ",Alpha:"Α",alpha:"α",Amacr:"Ā",amacr:"ā",amalg:"⨿",AMP:"&",amp:"&",And:"⩓",and:"∧",andand:"⩕",andd:"⩜",andslope:"⩘",andv:"⩚",ang:"∠",ange:"⦤",angle:"∠",angmsd:"∡",angmsdaa:"⦨",angmsdab:"⦩",angmsdac:"⦪",angmsdad:"⦫",angmsdae:"⦬",angmsdaf:"⦭",angmsdag:"⦮",angmsdah:"⦯",angrt:"∟",angrtvb:"⊾",angrtvbd:"⦝",angsph:"∢",angst:"Å",angzarr:"⍼",Aogon:"Ą",aogon:"ą",Aopf:"𝔸",aopf:"𝕒",ap:"≈",apacir:"⩯",apE:"⩰",ape:"≊",apid:"≋",apos:"'",ApplyFunction:"⁡",approx:"≈",approxeq:"≊",Aring:"Å",aring:"å",Ascr:"𝒜",ascr:"𝒶",Assign:"≔",ast:"*",asymp:"≈",asympeq:"≍",Atilde:"Ã",atilde:"ã",Auml:"Ä",auml:"ä",awconint:"∳",awint:"⨑",backcong:"≌",backepsilon:"϶",backprime:"‵",backsim:"∽",backsimeq:"⋍",Backslash:"∖",Barv:"⫧",barvee:"⊽",Barwed:"⌆",barwed:"⌅",barwedge:"⌅",bbrk:"⎵",bbrktbrk:"⎶",bcong:"≌",Bcy:"Б",bcy:"б",bdquo:"„",becaus:"∵",Because:"∵",because:"∵",bemptyv:"⦰",bepsi:"϶",bernou:"ℬ",Bernoullis:"ℬ",Beta:"Β",beta:"β",beth:"ℶ",between:"≬",Bfr:"𝔅",bfr:"𝔟",bigcap:"⋂",bigcirc:"◯",bigcup:"⋃",bigodot:"⨀",bigoplus:"⨁",bigotimes:"⨂",bigsqcup:"⨆",bigstar:"★",bigtriangledown:"▽",bigtriangleup:"△",biguplus:"⨄",bigvee:"⋁",bigwedge:"⋀",bkarow:"⤍",blacklozenge:"⧫",blacksquare:"▪",blacktriangle:"▴",blacktriangledown:"▾",blacktriangleleft:"◂",blacktriangleright:"▸",blank:"␣",blk12:"▒",blk14:"░",blk34:"▓",block:"█",bne:"=⃥",bnequiv:"≡⃥",bNot:"⫭",bnot:"⌐",Bopf:"𝔹",bopf:"𝕓",bot:"⊥",bottom:"⊥",bowtie:"⋈",boxbox:"⧉",boxDL:"╗",boxDl:"╖",boxdL:"╕",boxdl:"┐",boxDR:"╔",boxDr:"╓",boxdR:"╒",boxdr:"┌",boxH:"═",boxh:"─",boxHD:"╦",boxHd:"╤",boxhD:"╥",boxhd:"┬",boxHU:"╩",boxHu:"╧",boxhU:"╨",boxhu:"┴",boxminus:"⊟",boxplus:"⊞",boxtimes:"⊠",boxUL:"╝",boxUl:"╜",boxuL:"╛",boxul:"┘",boxUR:"╚",boxUr:"╙",boxuR:"╘",boxur:"└",boxV:"║",boxv:"│",boxVH:"╬",boxVh:"╫",boxvH:"╪",boxvh:"┼",boxVL:"╣",boxVl:"╢",boxvL:"╡",boxvl:"┤",boxVR:"╠",boxVr:"╟",boxvR:"╞",boxvr:"├",bprime:"‵",Breve:"˘",breve:"˘",brvbar:"¦",Bscr:"ℬ",bscr:"𝒷",bsemi:"⁏",bsim:"∽",bsime:"⋍",bsol:"\\",bsolb:"⧅",bsolhsub:"⟈",bull:"•",bullet:"•",bump:"≎",bumpE:"⪮",bumpe:"≏",Bumpeq:"≎",bumpeq:"≏",Cacute:"Ć",cacute:"ć",Cap:"⋒",cap:"∩",capand:"⩄",capbrcup:"⩉",capcap:"⩋",capcup:"⩇",capdot:"⩀",CapitalDifferentialD:"ⅅ",caps:"∩︀",caret:"⁁",caron:"ˇ",Cayleys:"ℭ",ccaps:"⩍",Ccaron:"Č",ccaron:"č",Ccedil:"Ç",ccedil:"ç",Ccirc:"Ĉ",ccirc:"ĉ",Cconint:"∰",ccups:"⩌",ccupssm:"⩐",Cdot:"Ċ",cdot:"ċ",cedil:"¸",Cedilla:"¸",cemptyv:"⦲",cent:"¢",CenterDot:"·",centerdot:"·",Cfr:"ℭ",cfr:"𝔠",CHcy:"Ч",chcy:"ч",check:"✓",checkmark:"✓",Chi:"Χ",chi:"χ",cir:"○",circ:"ˆ",circeq:"≗",circlearrowleft:"↺",circlearrowright:"↻",circledast:"⊛",circledcirc:"⊚",circleddash:"⊝",CircleDot:"⊙",circledR:"®",circledS:"Ⓢ",CircleMinus:"⊖",CirclePlus:"⊕",CircleTimes:"⊗",cirE:"⧃",cire:"≗",cirfnint:"⨐",cirmid:"⫯",cirscir:"⧂",ClockwiseContourIntegral:"∲",CloseCurlyDoubleQuote:"”",CloseCurlyQuote:"’",clubs:"♣",clubsuit:"♣",Colon:"∷",colon:":",Colone:"⩴",colone:"≔",coloneq:"≔",comma:",",commat:"@",comp:"∁",compfn:"∘",complement:"∁",complexes:"ℂ",cong:"≅",congdot:"⩭",Congruent:"≡",Conint:"∯",conint:"∮",ContourIntegral:"∮",Copf:"ℂ",copf:"𝕔",coprod:"∐",Coproduct:"∐",COPY:"©",copy:"©",copysr:"℗",CounterClockwiseContourIntegral:"∳",crarr:"↵",Cross:"⨯",cross:"✗",Cscr:"𝒞",cscr:"𝒸",csub:"⫏",csube:"⫑",csup:"⫐",csupe:"⫒",ctdot:"⋯",cudarrl:"⤸",cudarrr:"⤵",cuepr:"⋞",cuesc:"⋟",cularr:"↶",cularrp:"⤽",Cup:"⋓",cup:"∪",cupbrcap:"⩈",CupCap:"≍",cupcap:"⩆",cupcup:"⩊",cupdot:"⊍",cupor:"⩅",cups:"∪︀",curarr:"↷",curarrm:"⤼",curlyeqprec:"⋞",curlyeqsucc:"⋟",curlyvee:"⋎",curlywedge:"⋏",curren:"¤",curvearrowleft:"↶",curvearrowright:"↷",cuvee:"⋎",cuwed:"⋏",cwconint:"∲",cwint:"∱",cylcty:"⌭",Dagger:"‡",dagger:"†",daleth:"ℸ",Darr:"↡",dArr:"⇓",darr:"↓",dash:"‐",Dashv:"⫤",dashv:"⊣",dbkarow:"⤏",dblac:"˝",Dcaron:"Ď",dcaron:"ď",Dcy:"Д",dcy:"д",DD:"ⅅ",dd:"ⅆ",ddagger:"‡",ddarr:"⇊",DDotrahd:"⤑",ddotseq:"⩷",deg:"°",Del:"∇",Delta:"Δ",delta:"δ",demptyv:"⦱",dfisht:"⥿",Dfr:"𝔇",dfr:"𝔡",dHar:"⥥",dharl:"⇃",dharr:"⇂",DiacriticalAcute:"´",DiacriticalDot:"˙",DiacriticalDoubleAcute:"˝",DiacriticalGrave:"`",DiacriticalTilde:"˜",diam:"⋄",Diamond:"⋄",diamond:"⋄",diamondsuit:"♦",diams:"♦",die:"¨",DifferentialD:"ⅆ",digamma:"ϝ",disin:"⋲",div:"÷",divide:"÷",divideontimes:"⋇",divonx:"⋇",DJcy:"Ђ",djcy:"ђ",dlcorn:"⌞",dlcrop:"⌍",dollar:"$",Dopf:"𝔻",dopf:"𝕕",Dot:"¨",dot:"˙",DotDot:"⃜",doteq:"≐",doteqdot:"≑",DotEqual:"≐",dotminus:"∸",dotplus:"∔",dotsquare:"⊡",doublebarwedge:"⌆",DoubleContourIntegral:"∯",DoubleDot:"¨",DoubleDownArrow:"⇓",DoubleLeftArrow:"⇐",DoubleLeftRightArrow:"⇔",DoubleLeftTee:"⫤",DoubleLongLeftArrow:"⟸",DoubleLongLeftRightArrow:"⟺",DoubleLongRightArrow:"⟹",DoubleRightArrow:"⇒",DoubleRightTee:"⊨",DoubleUpArrow:"⇑",DoubleUpDownArrow:"⇕",DoubleVerticalBar:"∥",DownArrow:"↓",Downarrow:"⇓",downarrow:"↓",DownArrowBar:"⤓",DownArrowUpArrow:"⇵",DownBreve:"̑",downdownarrows:"⇊",downharpoonleft:"⇃",downharpoonright:"⇂",DownLeftRightVector:"⥐",DownLeftTeeVector:"⥞",DownLeftVector:"↽",DownLeftVectorBar:"⥖",DownRightTeeVector:"⥟",DownRightVector:"⇁",DownRightVectorBar:"⥗",DownTee:"⊤",DownTeeArrow:"↧",drbkarow:"⤐",drcorn:"⌟",drcrop:"⌌",Dscr:"𝒟",dscr:"𝒹",DScy:"Ѕ",dscy:"ѕ",dsol:"⧶",Dstrok:"Đ",dstrok:"đ",dtdot:"⋱",dtri:"▿",dtrif:"▾",duarr:"⇵",duhar:"⥯",dwangle:"⦦",DZcy:"Џ",dzcy:"џ",dzigrarr:"⟿",Eacute:"É",eacute:"é",easter:"⩮",Ecaron:"Ě",ecaron:"ě",ecir:"≖",Ecirc:"Ê",ecirc:"ê",ecolon:"≕",Ecy:"Э",ecy:"э",eDDot:"⩷",Edot:"Ė",eDot:"≑",edot:"ė",ee:"ⅇ",efDot:"≒",Efr:"𝔈",efr:"𝔢",eg:"⪚",Egrave:"È",egrave:"è",egs:"⪖",egsdot:"⪘",el:"⪙",Element:"∈",elinters:"⏧",ell:"ℓ",els:"⪕",elsdot:"⪗",Emacr:"Ē",emacr:"ē",empty:"∅",emptyset:"∅",EmptySmallSquare:"◻",emptyv:"∅",EmptyVerySmallSquare:"▫",emsp:" ",emsp13:" ",emsp14:" ",ENG:"Ŋ",eng:"ŋ",ensp:" ",Eogon:"Ę",eogon:"ę",Eopf:"𝔼",eopf:"𝕖",epar:"⋕",eparsl:"⧣",eplus:"⩱",epsi:"ε",Epsilon:"Ε",epsilon:"ε",epsiv:"ϵ",eqcirc:"≖",eqcolon:"≕",eqsim:"≂",eqslantgtr:"⪖",eqslantless:"⪕",Equal:"⩵",equals:"=",EqualTilde:"≂",equest:"≟",Equilibrium:"⇌",equiv:"≡",equivDD:"⩸",eqvparsl:"⧥",erarr:"⥱",erDot:"≓",Escr:"ℰ",escr:"ℯ",esdot:"≐",Esim:"⩳",esim:"≂",Eta:"Η",eta:"η",ETH:"Ð",eth:"ð",Euml:"Ë",euml:"ë",euro:"€",excl:"!",exist:"∃",Exists:"∃",expectation:"ℰ",ExponentialE:"ⅇ",exponentiale:"ⅇ",fallingdotseq:"≒",Fcy:"Ф",fcy:"ф",female:"♀",ffilig:"ffi",fflig:"ff",ffllig:"ffl",Ffr:"𝔉",ffr:"𝔣",filig:"fi",FilledSmallSquare:"◼",FilledVerySmallSquare:"▪",fjlig:"fj",flat:"♭",fllig:"fl",fltns:"▱",fnof:"ƒ",Fopf:"𝔽",fopf:"𝕗",ForAll:"∀",forall:"∀",fork:"⋔",forkv:"⫙",Fouriertrf:"ℱ",fpartint:"⨍",frac12:"½",frac13:"⅓",frac14:"¼",frac15:"⅕",frac16:"⅙",frac18:"⅛",frac23:"⅔",frac25:"⅖",frac34:"¾",frac35:"⅗",frac38:"⅜",frac45:"⅘",frac56:"⅚",frac58:"⅝",frac78:"⅞",frasl:"⁄",frown:"⌢",Fscr:"ℱ",fscr:"𝒻",gacute:"ǵ",Gamma:"Γ",gamma:"γ",Gammad:"Ϝ",gammad:"ϝ",gap:"⪆",Gbreve:"Ğ",gbreve:"ğ",Gcedil:"Ģ",Gcirc:"Ĝ",gcirc:"ĝ",Gcy:"Г",gcy:"г",Gdot:"Ġ",gdot:"ġ",gE:"≧",ge:"≥",gEl:"⪌",gel:"⋛",geq:"≥",geqq:"≧",geqslant:"⩾",ges:"⩾",gescc:"⪩",gesdot:"⪀",gesdoto:"⪂",gesdotol:"⪄",gesl:"⋛︀",gesles:"⪔",Gfr:"𝔊",gfr:"𝔤",Gg:"⋙",gg:"≫",ggg:"⋙",gimel:"ℷ",GJcy:"Ѓ",gjcy:"ѓ",gl:"≷",gla:"⪥",glE:"⪒",glj:"⪤",gnap:"⪊",gnapprox:"⪊",gnE:"≩",gne:"⪈",gneq:"⪈",gneqq:"≩",gnsim:"⋧",Gopf:"𝔾",gopf:"𝕘",grave:"`",GreaterEqual:"≥",GreaterEqualLess:"⋛",GreaterFullEqual:"≧",GreaterGreater:"⪢",GreaterLess:"≷",GreaterSlantEqual:"⩾",GreaterTilde:"≳",Gscr:"𝒢",gscr:"ℊ",gsim:"≳",gsime:"⪎",gsiml:"⪐",GT:">",Gt:"≫",gt:">",gtcc:"⪧",gtcir:"⩺",gtdot:"⋗",gtlPar:"⦕",gtquest:"⩼",gtrapprox:"⪆",gtrarr:"⥸",gtrdot:"⋗",gtreqless:"⋛",gtreqqless:"⪌",gtrless:"≷",gtrsim:"≳",gvertneqq:"≩︀",gvnE:"≩︀",Hacek:"ˇ",hairsp:" ",half:"½",hamilt:"ℋ",HARDcy:"Ъ",hardcy:"ъ",hArr:"⇔",harr:"↔",harrcir:"⥈",harrw:"↭",Hat:"^",hbar:"ℏ",Hcirc:"Ĥ",hcirc:"ĥ",hearts:"♥",heartsuit:"♥",hellip:"…",hercon:"⊹",Hfr:"ℌ",hfr:"𝔥",HilbertSpace:"ℋ",hksearow:"⤥",hkswarow:"⤦",hoarr:"⇿",homtht:"∻",hookleftarrow:"↩",hookrightarrow:"↪",Hopf:"ℍ",hopf:"𝕙",horbar:"―",HorizontalLine:"─",Hscr:"ℋ",hscr:"𝒽",hslash:"ℏ",Hstrok:"Ħ",hstrok:"ħ",HumpDownHump:"≎",HumpEqual:"≏",hybull:"⁃",hyphen:"‐",Iacute:"Í",iacute:"í",ic:"⁣",Icirc:"Î",icirc:"î",Icy:"И",icy:"и",Idot:"İ",IEcy:"Е",iecy:"е",iexcl:"¡",iff:"⇔",Ifr:"ℑ",ifr:"𝔦",Igrave:"Ì",igrave:"ì",ii:"ⅈ",iiiint:"⨌",iiint:"∭",iinfin:"⧜",iiota:"℩",IJlig:"IJ",ijlig:"ij",Im:"ℑ",Imacr:"Ī",imacr:"ī",image:"ℑ",ImaginaryI:"ⅈ",imagline:"ℐ",imagpart:"ℑ",imath:"ı",imof:"⊷",imped:"Ƶ",Implies:"⇒",in:"∈",incare:"℅",infin:"∞",infintie:"⧝",inodot:"ı",Int:"∬",int:"∫",intcal:"⊺",integers:"ℤ",Integral:"∫",intercal:"⊺",Intersection:"⋂",intlarhk:"⨗",intprod:"⨼",InvisibleComma:"⁣",InvisibleTimes:"⁢",IOcy:"Ё",iocy:"ё",Iogon:"Į",iogon:"į",Iopf:"𝕀",iopf:"𝕚",Iota:"Ι",iota:"ι",iprod:"⨼",iquest:"¿",Iscr:"ℐ",iscr:"𝒾",isin:"∈",isindot:"⋵",isinE:"⋹",isins:"⋴",isinsv:"⋳",isinv:"∈",it:"⁢",Itilde:"Ĩ",itilde:"ĩ",Iukcy:"І",iukcy:"і",Iuml:"Ï",iuml:"ï",Jcirc:"Ĵ",jcirc:"ĵ",Jcy:"Й",jcy:"й",Jfr:"𝔍",jfr:"𝔧",jmath:"ȷ",Jopf:"𝕁",jopf:"𝕛",Jscr:"𝒥",jscr:"𝒿",Jsercy:"Ј",jsercy:"ј",Jukcy:"Є",jukcy:"є",Kappa:"Κ",kappa:"κ",kappav:"ϰ",Kcedil:"Ķ",kcedil:"ķ",Kcy:"К",kcy:"к",Kfr:"𝔎",kfr:"𝔨",kgreen:"ĸ",KHcy:"Х",khcy:"х",KJcy:"Ќ",kjcy:"ќ",Kopf:"𝕂",kopf:"𝕜",Kscr:"𝒦",kscr:"𝓀",lAarr:"⇚",Lacute:"Ĺ",lacute:"ĺ",laemptyv:"⦴",lagran:"ℒ",Lambda:"Λ",lambda:"λ",Lang:"⟪",lang:"⟨",langd:"⦑",langle:"⟨",lap:"⪅",Laplacetrf:"ℒ",laquo:"«",Larr:"↞",lArr:"⇐",larr:"←",larrb:"⇤",larrbfs:"⤟",larrfs:"⤝",larrhk:"↩",larrlp:"↫",larrpl:"⤹",larrsim:"⥳",larrtl:"↢",lat:"⪫",lAtail:"⤛",latail:"⤙",late:"⪭",lates:"⪭︀",lBarr:"⤎",lbarr:"⤌",lbbrk:"❲",lbrace:"{",lbrack:"[",lbrke:"⦋",lbrksld:"⦏",lbrkslu:"⦍",Lcaron:"Ľ",lcaron:"ľ",Lcedil:"Ļ",lcedil:"ļ",lceil:"⌈",lcub:"{",Lcy:"Л",lcy:"л",ldca:"⤶",ldquo:"“",ldquor:"„",ldrdhar:"⥧",ldrushar:"⥋",ldsh:"↲",lE:"≦",le:"≤",LeftAngleBracket:"⟨",LeftArrow:"←",Leftarrow:"⇐",leftarrow:"←",LeftArrowBar:"⇤",LeftArrowRightArrow:"⇆",leftarrowtail:"↢",LeftCeiling:"⌈",LeftDoubleBracket:"⟦",LeftDownTeeVector:"⥡",LeftDownVector:"⇃",LeftDownVectorBar:"⥙",LeftFloor:"⌊",leftharpoondown:"↽",leftharpoonup:"↼",leftleftarrows:"⇇",LeftRightArrow:"↔",Leftrightarrow:"⇔",leftrightarrow:"↔",leftrightarrows:"⇆",leftrightharpoons:"⇋",leftrightsquigarrow:"↭",LeftRightVector:"⥎",LeftTee:"⊣",LeftTeeArrow:"↤",LeftTeeVector:"⥚",leftthreetimes:"⋋",LeftTriangle:"⊲",LeftTriangleBar:"⧏",LeftTriangleEqual:"⊴",LeftUpDownVector:"⥑",LeftUpTeeVector:"⥠",LeftUpVector:"↿",LeftUpVectorBar:"⥘",LeftVector:"↼",LeftVectorBar:"⥒",lEg:"⪋",leg:"⋚",leq:"≤",leqq:"≦",leqslant:"⩽",les:"⩽",lescc:"⪨",lesdot:"⩿",lesdoto:"⪁",lesdotor:"⪃",lesg:"⋚︀",lesges:"⪓",lessapprox:"⪅",lessdot:"⋖",lesseqgtr:"⋚",lesseqqgtr:"⪋",LessEqualGreater:"⋚",LessFullEqual:"≦",LessGreater:"≶",lessgtr:"≶",LessLess:"⪡",lesssim:"≲",LessSlantEqual:"⩽",LessTilde:"≲",lfisht:"⥼",lfloor:"⌊",Lfr:"𝔏",lfr:"𝔩",lg:"≶",lgE:"⪑",lHar:"⥢",lhard:"↽",lharu:"↼",lharul:"⥪",lhblk:"▄",LJcy:"Љ",ljcy:"љ",Ll:"⋘",ll:"≪",llarr:"⇇",llcorner:"⌞",Lleftarrow:"⇚",llhard:"⥫",lltri:"◺",Lmidot:"Ŀ",lmidot:"ŀ",lmoust:"⎰",lmoustache:"⎰",lnap:"⪉",lnapprox:"⪉",lnE:"≨",lne:"⪇",lneq:"⪇",lneqq:"≨",lnsim:"⋦",loang:"⟬",loarr:"⇽",lobrk:"⟦",LongLeftArrow:"⟵",Longleftarrow:"⟸",longleftarrow:"⟵",LongLeftRightArrow:"⟷",Longleftrightarrow:"⟺",longleftrightarrow:"⟷",longmapsto:"⟼",LongRightArrow:"⟶",Longrightarrow:"⟹",longrightarrow:"⟶",looparrowleft:"↫",looparrowright:"↬",lopar:"⦅",Lopf:"𝕃",lopf:"𝕝",loplus:"⨭",lotimes:"⨴",lowast:"∗",lowbar:"_",LowerLeftArrow:"↙",LowerRightArrow:"↘",loz:"◊",lozenge:"◊",lozf:"⧫",lpar:"(",lparlt:"⦓",lrarr:"⇆",lrcorner:"⌟",lrhar:"⇋",lrhard:"⥭",lrm:"‎",lrtri:"⊿",lsaquo:"‹",Lscr:"ℒ",lscr:"𝓁",Lsh:"↰",lsh:"↰",lsim:"≲",lsime:"⪍",lsimg:"⪏",lsqb:"[",lsquo:"‘",lsquor:"‚",Lstrok:"Ł",lstrok:"ł",LT:"<",Lt:"≪",lt:"<",ltcc:"⪦",ltcir:"⩹",ltdot:"⋖",lthree:"⋋",ltimes:"⋉",ltlarr:"⥶",ltquest:"⩻",ltri:"◃",ltrie:"⊴",ltrif:"◂",ltrPar:"⦖",lurdshar:"⥊",luruhar:"⥦",lvertneqq:"≨︀",lvnE:"≨︀",macr:"¯",male:"♂",malt:"✠",maltese:"✠",Map:"⤅",map:"↦",mapsto:"↦",mapstodown:"↧",mapstoleft:"↤",mapstoup:"↥",marker:"▮",mcomma:"⨩",Mcy:"М",mcy:"м",mdash:"—",mDDot:"∺",measuredangle:"∡",MediumSpace:" ",Mellintrf:"ℳ",Mfr:"𝔐",mfr:"𝔪",mho:"℧",micro:"µ",mid:"∣",midast:"*",midcir:"⫰",middot:"·",minus:"−",minusb:"⊟",minusd:"∸",minusdu:"⨪",MinusPlus:"∓",mlcp:"⫛",mldr:"…",mnplus:"∓",models:"⊧",Mopf:"𝕄",mopf:"𝕞",mp:"∓",Mscr:"ℳ",mscr:"𝓂",mstpos:"∾",Mu:"Μ",mu:"μ",multimap:"⊸",mumap:"⊸",nabla:"∇",Nacute:"Ń",nacute:"ń",nang:"∠⃒",nap:"≉",napE:"⩰̸",napid:"≋̸",napos:"ʼn",napprox:"≉",natur:"♮",natural:"♮",naturals:"ℕ",nbsp:" ",nbump:"≎̸",nbumpe:"≏̸",ncap:"⩃",Ncaron:"Ň",ncaron:"ň",Ncedil:"Ņ",ncedil:"ņ",ncong:"≇",ncongdot:"⩭̸",ncup:"⩂",Ncy:"Н",ncy:"н",ndash:"–",ne:"≠",nearhk:"⤤",neArr:"⇗",nearr:"↗",nearrow:"↗",nedot:"≐̸",NegativeMediumSpace:"​",NegativeThickSpace:"​",NegativeThinSpace:"​",NegativeVeryThinSpace:"​",nequiv:"≢",nesear:"⤨",nesim:"≂̸",NestedGreaterGreater:"≫",NestedLessLess:"≪",NewLine:` +`,nexist:"∄",nexists:"∄",Nfr:"𝔑",nfr:"𝔫",ngE:"≧̸",nge:"≱",ngeq:"≱",ngeqq:"≧̸",ngeqslant:"⩾̸",nges:"⩾̸",nGg:"⋙̸",ngsim:"≵",nGt:"≫⃒",ngt:"≯",ngtr:"≯",nGtv:"≫̸",nhArr:"⇎",nharr:"↮",nhpar:"⫲",ni:"∋",nis:"⋼",nisd:"⋺",niv:"∋",NJcy:"Њ",njcy:"њ",nlArr:"⇍",nlarr:"↚",nldr:"‥",nlE:"≦̸",nle:"≰",nLeftarrow:"⇍",nleftarrow:"↚",nLeftrightarrow:"⇎",nleftrightarrow:"↮",nleq:"≰",nleqq:"≦̸",nleqslant:"⩽̸",nles:"⩽̸",nless:"≮",nLl:"⋘̸",nlsim:"≴",nLt:"≪⃒",nlt:"≮",nltri:"⋪",nltrie:"⋬",nLtv:"≪̸",nmid:"∤",NoBreak:"⁠",NonBreakingSpace:" ",Nopf:"ℕ",nopf:"𝕟",Not:"⫬",not:"¬",NotCongruent:"≢",NotCupCap:"≭",NotDoubleVerticalBar:"∦",NotElement:"∉",NotEqual:"≠",NotEqualTilde:"≂̸",NotExists:"∄",NotGreater:"≯",NotGreaterEqual:"≱",NotGreaterFullEqual:"≧̸",NotGreaterGreater:"≫̸",NotGreaterLess:"≹",NotGreaterSlantEqual:"⩾̸",NotGreaterTilde:"≵",NotHumpDownHump:"≎̸",NotHumpEqual:"≏̸",notin:"∉",notindot:"⋵̸",notinE:"⋹̸",notinva:"∉",notinvb:"⋷",notinvc:"⋶",NotLeftTriangle:"⋪",NotLeftTriangleBar:"⧏̸",NotLeftTriangleEqual:"⋬",NotLess:"≮",NotLessEqual:"≰",NotLessGreater:"≸",NotLessLess:"≪̸",NotLessSlantEqual:"⩽̸",NotLessTilde:"≴",NotNestedGreaterGreater:"⪢̸",NotNestedLessLess:"⪡̸",notni:"∌",notniva:"∌",notnivb:"⋾",notnivc:"⋽",NotPrecedes:"⊀",NotPrecedesEqual:"⪯̸",NotPrecedesSlantEqual:"⋠",NotReverseElement:"∌",NotRightTriangle:"⋫",NotRightTriangleBar:"⧐̸",NotRightTriangleEqual:"⋭",NotSquareSubset:"⊏̸",NotSquareSubsetEqual:"⋢",NotSquareSuperset:"⊐̸",NotSquareSupersetEqual:"⋣",NotSubset:"⊂⃒",NotSubsetEqual:"⊈",NotSucceeds:"⊁",NotSucceedsEqual:"⪰̸",NotSucceedsSlantEqual:"⋡",NotSucceedsTilde:"≿̸",NotSuperset:"⊃⃒",NotSupersetEqual:"⊉",NotTilde:"≁",NotTildeEqual:"≄",NotTildeFullEqual:"≇",NotTildeTilde:"≉",NotVerticalBar:"∤",npar:"∦",nparallel:"∦",nparsl:"⫽⃥",npart:"∂̸",npolint:"⨔",npr:"⊀",nprcue:"⋠",npre:"⪯̸",nprec:"⊀",npreceq:"⪯̸",nrArr:"⇏",nrarr:"↛",nrarrc:"⤳̸",nrarrw:"↝̸",nRightarrow:"⇏",nrightarrow:"↛",nrtri:"⋫",nrtrie:"⋭",nsc:"⊁",nsccue:"⋡",nsce:"⪰̸",Nscr:"𝒩",nscr:"𝓃",nshortmid:"∤",nshortparallel:"∦",nsim:"≁",nsime:"≄",nsimeq:"≄",nsmid:"∤",nspar:"∦",nsqsube:"⋢",nsqsupe:"⋣",nsub:"⊄",nsubE:"⫅̸",nsube:"⊈",nsubset:"⊂⃒",nsubseteq:"⊈",nsubseteqq:"⫅̸",nsucc:"⊁",nsucceq:"⪰̸",nsup:"⊅",nsupE:"⫆̸",nsupe:"⊉",nsupset:"⊃⃒",nsupseteq:"⊉",nsupseteqq:"⫆̸",ntgl:"≹",Ntilde:"Ñ",ntilde:"ñ",ntlg:"≸",ntriangleleft:"⋪",ntrianglelefteq:"⋬",ntriangleright:"⋫",ntrianglerighteq:"⋭",Nu:"Ν",nu:"ν",num:"#",numero:"№",numsp:" ",nvap:"≍⃒",nVDash:"⊯",nVdash:"⊮",nvDash:"⊭",nvdash:"⊬",nvge:"≥⃒",nvgt:">⃒",nvHarr:"⤄",nvinfin:"⧞",nvlArr:"⤂",nvle:"≤⃒",nvlt:"<⃒",nvltrie:"⊴⃒",nvrArr:"⤃",nvrtrie:"⊵⃒",nvsim:"∼⃒",nwarhk:"⤣",nwArr:"⇖",nwarr:"↖",nwarrow:"↖",nwnear:"⤧",Oacute:"Ó",oacute:"ó",oast:"⊛",ocir:"⊚",Ocirc:"Ô",ocirc:"ô",Ocy:"О",ocy:"о",odash:"⊝",Odblac:"Ő",odblac:"ő",odiv:"⨸",odot:"⊙",odsold:"⦼",OElig:"Œ",oelig:"œ",ofcir:"⦿",Ofr:"𝔒",ofr:"𝔬",ogon:"˛",Ograve:"Ò",ograve:"ò",ogt:"⧁",ohbar:"⦵",ohm:"Ω",oint:"∮",olarr:"↺",olcir:"⦾",olcross:"⦻",oline:"‾",olt:"⧀",Omacr:"Ō",omacr:"ō",Omega:"Ω",omega:"ω",Omicron:"Ο",omicron:"ο",omid:"⦶",ominus:"⊖",Oopf:"𝕆",oopf:"𝕠",opar:"⦷",OpenCurlyDoubleQuote:"“",OpenCurlyQuote:"‘",operp:"⦹",oplus:"⊕",Or:"⩔",or:"∨",orarr:"↻",ord:"⩝",order:"ℴ",orderof:"ℴ",ordf:"ª",ordm:"º",origof:"⊶",oror:"⩖",orslope:"⩗",orv:"⩛",oS:"Ⓢ",Oscr:"𝒪",oscr:"ℴ",Oslash:"Ø",oslash:"ø",osol:"⊘",Otilde:"Õ",otilde:"õ",Otimes:"⨷",otimes:"⊗",otimesas:"⨶",Ouml:"Ö",ouml:"ö",ovbar:"⌽",OverBar:"‾",OverBrace:"⏞",OverBracket:"⎴",OverParenthesis:"⏜",par:"∥",para:"¶",parallel:"∥",parsim:"⫳",parsl:"⫽",part:"∂",PartialD:"∂",Pcy:"П",pcy:"п",percnt:"%",period:".",permil:"‰",perp:"⊥",pertenk:"‱",Pfr:"𝔓",pfr:"𝔭",Phi:"Φ",phi:"φ",phiv:"ϕ",phmmat:"ℳ",phone:"☎",Pi:"Π",pi:"π",pitchfork:"⋔",piv:"ϖ",planck:"ℏ",planckh:"ℎ",plankv:"ℏ",plus:"+",plusacir:"⨣",plusb:"⊞",pluscir:"⨢",plusdo:"∔",plusdu:"⨥",pluse:"⩲",PlusMinus:"±",plusmn:"±",plussim:"⨦",plustwo:"⨧",pm:"±",Poincareplane:"ℌ",pointint:"⨕",Popf:"ℙ",popf:"𝕡",pound:"£",Pr:"⪻",pr:"≺",prap:"⪷",prcue:"≼",prE:"⪳",pre:"⪯",prec:"≺",precapprox:"⪷",preccurlyeq:"≼",Precedes:"≺",PrecedesEqual:"⪯",PrecedesSlantEqual:"≼",PrecedesTilde:"≾",preceq:"⪯",precnapprox:"⪹",precneqq:"⪵",precnsim:"⋨",precsim:"≾",Prime:"″",prime:"′",primes:"ℙ",prnap:"⪹",prnE:"⪵",prnsim:"⋨",prod:"∏",Product:"∏",profalar:"⌮",profline:"⌒",profsurf:"⌓",prop:"∝",Proportion:"∷",Proportional:"∝",propto:"∝",prsim:"≾",prurel:"⊰",Pscr:"𝒫",pscr:"𝓅",Psi:"Ψ",psi:"ψ",puncsp:" ",Qfr:"𝔔",qfr:"𝔮",qint:"⨌",Qopf:"ℚ",qopf:"𝕢",qprime:"⁗",Qscr:"𝒬",qscr:"𝓆",quaternions:"ℍ",quatint:"⨖",quest:"?",questeq:"≟",QUOT:'"',quot:'"',rAarr:"⇛",race:"∽̱",Racute:"Ŕ",racute:"ŕ",radic:"√",raemptyv:"⦳",Rang:"⟫",rang:"⟩",rangd:"⦒",range:"⦥",rangle:"⟩",raquo:"»",Rarr:"↠",rArr:"⇒",rarr:"→",rarrap:"⥵",rarrb:"⇥",rarrbfs:"⤠",rarrc:"⤳",rarrfs:"⤞",rarrhk:"↪",rarrlp:"↬",rarrpl:"⥅",rarrsim:"⥴",Rarrtl:"⤖",rarrtl:"↣",rarrw:"↝",rAtail:"⤜",ratail:"⤚",ratio:"∶",rationals:"ℚ",RBarr:"⤐",rBarr:"⤏",rbarr:"⤍",rbbrk:"❳",rbrace:"}",rbrack:"]",rbrke:"⦌",rbrksld:"⦎",rbrkslu:"⦐",Rcaron:"Ř",rcaron:"ř",Rcedil:"Ŗ",rcedil:"ŗ",rceil:"⌉",rcub:"}",Rcy:"Р",rcy:"р",rdca:"⤷",rdldhar:"⥩",rdquo:"”",rdquor:"”",rdsh:"↳",Re:"ℜ",real:"ℜ",realine:"ℛ",realpart:"ℜ",reals:"ℝ",rect:"▭",REG:"®",reg:"®",ReverseElement:"∋",ReverseEquilibrium:"⇋",ReverseUpEquilibrium:"⥯",rfisht:"⥽",rfloor:"⌋",Rfr:"ℜ",rfr:"𝔯",rHar:"⥤",rhard:"⇁",rharu:"⇀",rharul:"⥬",Rho:"Ρ",rho:"ρ",rhov:"ϱ",RightAngleBracket:"⟩",RightArrow:"→",Rightarrow:"⇒",rightarrow:"→",RightArrowBar:"⇥",RightArrowLeftArrow:"⇄",rightarrowtail:"↣",RightCeiling:"⌉",RightDoubleBracket:"⟧",RightDownTeeVector:"⥝",RightDownVector:"⇂",RightDownVectorBar:"⥕",RightFloor:"⌋",rightharpoondown:"⇁",rightharpoonup:"⇀",rightleftarrows:"⇄",rightleftharpoons:"⇌",rightrightarrows:"⇉",rightsquigarrow:"↝",RightTee:"⊢",RightTeeArrow:"↦",RightTeeVector:"⥛",rightthreetimes:"⋌",RightTriangle:"⊳",RightTriangleBar:"⧐",RightTriangleEqual:"⊵",RightUpDownVector:"⥏",RightUpTeeVector:"⥜",RightUpVector:"↾",RightUpVectorBar:"⥔",RightVector:"⇀",RightVectorBar:"⥓",ring:"˚",risingdotseq:"≓",rlarr:"⇄",rlhar:"⇌",rlm:"‏",rmoust:"⎱",rmoustache:"⎱",rnmid:"⫮",roang:"⟭",roarr:"⇾",robrk:"⟧",ropar:"⦆",Ropf:"ℝ",ropf:"𝕣",roplus:"⨮",rotimes:"⨵",RoundImplies:"⥰",rpar:")",rpargt:"⦔",rppolint:"⨒",rrarr:"⇉",Rrightarrow:"⇛",rsaquo:"›",Rscr:"ℛ",rscr:"𝓇",Rsh:"↱",rsh:"↱",rsqb:"]",rsquo:"’",rsquor:"’",rthree:"⋌",rtimes:"⋊",rtri:"▹",rtrie:"⊵",rtrif:"▸",rtriltri:"⧎",RuleDelayed:"⧴",ruluhar:"⥨",rx:"℞",Sacute:"Ś",sacute:"ś",sbquo:"‚",Sc:"⪼",sc:"≻",scap:"⪸",Scaron:"Š",scaron:"š",sccue:"≽",scE:"⪴",sce:"⪰",Scedil:"Ş",scedil:"ş",Scirc:"Ŝ",scirc:"ŝ",scnap:"⪺",scnE:"⪶",scnsim:"⋩",scpolint:"⨓",scsim:"≿",Scy:"С",scy:"с",sdot:"⋅",sdotb:"⊡",sdote:"⩦",searhk:"⤥",seArr:"⇘",searr:"↘",searrow:"↘",sect:"§",semi:";",seswar:"⤩",setminus:"∖",setmn:"∖",sext:"✶",Sfr:"𝔖",sfr:"𝔰",sfrown:"⌢",sharp:"♯",SHCHcy:"Щ",shchcy:"щ",SHcy:"Ш",shcy:"ш",ShortDownArrow:"↓",ShortLeftArrow:"←",shortmid:"∣",shortparallel:"∥",ShortRightArrow:"→",ShortUpArrow:"↑",shy:"­",Sigma:"Σ",sigma:"σ",sigmaf:"ς",sigmav:"ς",sim:"∼",simdot:"⩪",sime:"≃",simeq:"≃",simg:"⪞",simgE:"⪠",siml:"⪝",simlE:"⪟",simne:"≆",simplus:"⨤",simrarr:"⥲",slarr:"←",SmallCircle:"∘",smallsetminus:"∖",smashp:"⨳",smeparsl:"⧤",smid:"∣",smile:"⌣",smt:"⪪",smte:"⪬",smtes:"⪬︀",SOFTcy:"Ь",softcy:"ь",sol:"/",solb:"⧄",solbar:"⌿",Sopf:"𝕊",sopf:"𝕤",spades:"♠",spadesuit:"♠",spar:"∥",sqcap:"⊓",sqcaps:"⊓︀",sqcup:"⊔",sqcups:"⊔︀",Sqrt:"√",sqsub:"⊏",sqsube:"⊑",sqsubset:"⊏",sqsubseteq:"⊑",sqsup:"⊐",sqsupe:"⊒",sqsupset:"⊐",sqsupseteq:"⊒",squ:"□",Square:"□",square:"□",SquareIntersection:"⊓",SquareSubset:"⊏",SquareSubsetEqual:"⊑",SquareSuperset:"⊐",SquareSupersetEqual:"⊒",SquareUnion:"⊔",squarf:"▪",squf:"▪",srarr:"→",Sscr:"𝒮",sscr:"𝓈",ssetmn:"∖",ssmile:"⌣",sstarf:"⋆",Star:"⋆",star:"☆",starf:"★",straightepsilon:"ϵ",straightphi:"ϕ",strns:"¯",Sub:"⋐",sub:"⊂",subdot:"⪽",subE:"⫅",sube:"⊆",subedot:"⫃",submult:"⫁",subnE:"⫋",subne:"⊊",subplus:"⪿",subrarr:"⥹",Subset:"⋐",subset:"⊂",subseteq:"⊆",subseteqq:"⫅",SubsetEqual:"⊆",subsetneq:"⊊",subsetneqq:"⫋",subsim:"⫇",subsub:"⫕",subsup:"⫓",succ:"≻",succapprox:"⪸",succcurlyeq:"≽",Succeeds:"≻",SucceedsEqual:"⪰",SucceedsSlantEqual:"≽",SucceedsTilde:"≿",succeq:"⪰",succnapprox:"⪺",succneqq:"⪶",succnsim:"⋩",succsim:"≿",SuchThat:"∋",Sum:"∑",sum:"∑",sung:"♪",Sup:"⋑",sup:"⊃",sup1:"¹",sup2:"²",sup3:"³",supdot:"⪾",supdsub:"⫘",supE:"⫆",supe:"⊇",supedot:"⫄",Superset:"⊃",SupersetEqual:"⊇",suphsol:"⟉",suphsub:"⫗",suplarr:"⥻",supmult:"⫂",supnE:"⫌",supne:"⊋",supplus:"⫀",Supset:"⋑",supset:"⊃",supseteq:"⊇",supseteqq:"⫆",supsetneq:"⊋",supsetneqq:"⫌",supsim:"⫈",supsub:"⫔",supsup:"⫖",swarhk:"⤦",swArr:"⇙",swarr:"↙",swarrow:"↙",swnwar:"⤪",szlig:"ß",Tab:" ",target:"⌖",Tau:"Τ",tau:"τ",tbrk:"⎴",Tcaron:"Ť",tcaron:"ť",Tcedil:"Ţ",tcedil:"ţ",Tcy:"Т",tcy:"т",tdot:"⃛",telrec:"⌕",Tfr:"𝔗",tfr:"𝔱",there4:"∴",Therefore:"∴",therefore:"∴",Theta:"Θ",theta:"θ",thetasym:"ϑ",thetav:"ϑ",thickapprox:"≈",thicksim:"∼",ThickSpace:"  ",thinsp:" ",ThinSpace:" ",thkap:"≈",thksim:"∼",THORN:"Þ",thorn:"þ",Tilde:"∼",tilde:"˜",TildeEqual:"≃",TildeFullEqual:"≅",TildeTilde:"≈",times:"×",timesb:"⊠",timesbar:"⨱",timesd:"⨰",tint:"∭",toea:"⤨",top:"⊤",topbot:"⌶",topcir:"⫱",Topf:"𝕋",topf:"𝕥",topfork:"⫚",tosa:"⤩",tprime:"‴",TRADE:"™",trade:"™",triangle:"▵",triangledown:"▿",triangleleft:"◃",trianglelefteq:"⊴",triangleq:"≜",triangleright:"▹",trianglerighteq:"⊵",tridot:"◬",trie:"≜",triminus:"⨺",TripleDot:"⃛",triplus:"⨹",trisb:"⧍",tritime:"⨻",trpezium:"⏢",Tscr:"𝒯",tscr:"𝓉",TScy:"Ц",tscy:"ц",TSHcy:"Ћ",tshcy:"ћ",Tstrok:"Ŧ",tstrok:"ŧ",twixt:"≬",twoheadleftarrow:"↞",twoheadrightarrow:"↠",Uacute:"Ú",uacute:"ú",Uarr:"↟",uArr:"⇑",uarr:"↑",Uarrocir:"⥉",Ubrcy:"Ў",ubrcy:"ў",Ubreve:"Ŭ",ubreve:"ŭ",Ucirc:"Û",ucirc:"û",Ucy:"У",ucy:"у",udarr:"⇅",Udblac:"Ű",udblac:"ű",udhar:"⥮",ufisht:"⥾",Ufr:"𝔘",ufr:"𝔲",Ugrave:"Ù",ugrave:"ù",uHar:"⥣",uharl:"↿",uharr:"↾",uhblk:"▀",ulcorn:"⌜",ulcorner:"⌜",ulcrop:"⌏",ultri:"◸",Umacr:"Ū",umacr:"ū",uml:"¨",UnderBar:"_",UnderBrace:"⏟",UnderBracket:"⎵",UnderParenthesis:"⏝",Union:"⋃",UnionPlus:"⊎",Uogon:"Ų",uogon:"ų",Uopf:"𝕌",uopf:"𝕦",UpArrow:"↑",Uparrow:"⇑",uparrow:"↑",UpArrowBar:"⤒",UpArrowDownArrow:"⇅",UpDownArrow:"↕",Updownarrow:"⇕",updownarrow:"↕",UpEquilibrium:"⥮",upharpoonleft:"↿",upharpoonright:"↾",uplus:"⊎",UpperLeftArrow:"↖",UpperRightArrow:"↗",Upsi:"ϒ",upsi:"υ",upsih:"ϒ",Upsilon:"Υ",upsilon:"υ",UpTee:"⊥",UpTeeArrow:"↥",upuparrows:"⇈",urcorn:"⌝",urcorner:"⌝",urcrop:"⌎",Uring:"Ů",uring:"ů",urtri:"◹",Uscr:"𝒰",uscr:"𝓊",utdot:"⋰",Utilde:"Ũ",utilde:"ũ",utri:"▵",utrif:"▴",uuarr:"⇈",Uuml:"Ü",uuml:"ü",uwangle:"⦧",vangrt:"⦜",varepsilon:"ϵ",varkappa:"ϰ",varnothing:"∅",varphi:"ϕ",varpi:"ϖ",varpropto:"∝",vArr:"⇕",varr:"↕",varrho:"ϱ",varsigma:"ς",varsubsetneq:"⊊︀",varsubsetneqq:"⫋︀",varsupsetneq:"⊋︀",varsupsetneqq:"⫌︀",vartheta:"ϑ",vartriangleleft:"⊲",vartriangleright:"⊳",Vbar:"⫫",vBar:"⫨",vBarv:"⫩",Vcy:"В",vcy:"в",VDash:"⊫",Vdash:"⊩",vDash:"⊨",vdash:"⊢",Vdashl:"⫦",Vee:"⋁",vee:"∨",veebar:"⊻",veeeq:"≚",vellip:"⋮",Verbar:"‖",verbar:"|",Vert:"‖",vert:"|",VerticalBar:"∣",VerticalLine:"|",VerticalSeparator:"❘",VerticalTilde:"≀",VeryThinSpace:" ",Vfr:"𝔙",vfr:"𝔳",vltri:"⊲",vnsub:"⊂⃒",vnsup:"⊃⃒",Vopf:"𝕍",vopf:"𝕧",vprop:"∝",vrtri:"⊳",Vscr:"𝒱",vscr:"𝓋",vsubnE:"⫋︀",vsubne:"⊊︀",vsupnE:"⫌︀",vsupne:"⊋︀",Vvdash:"⊪",vzigzag:"⦚",Wcirc:"Ŵ",wcirc:"ŵ",wedbar:"⩟",Wedge:"⋀",wedge:"∧",wedgeq:"≙",weierp:"℘",Wfr:"𝔚",wfr:"𝔴",Wopf:"𝕎",wopf:"𝕨",wp:"℘",wr:"≀",wreath:"≀",Wscr:"𝒲",wscr:"𝓌",xcap:"⋂",xcirc:"◯",xcup:"⋃",xdtri:"▽",Xfr:"𝔛",xfr:"𝔵",xhArr:"⟺",xharr:"⟷",Xi:"Ξ",xi:"ξ",xlArr:"⟸",xlarr:"⟵",xmap:"⟼",xnis:"⋻",xodot:"⨀",Xopf:"𝕏",xopf:"𝕩",xoplus:"⨁",xotime:"⨂",xrArr:"⟹",xrarr:"⟶",Xscr:"𝒳",xscr:"𝓍",xsqcup:"⨆",xuplus:"⨄",xutri:"△",xvee:"⋁",xwedge:"⋀",Yacute:"Ý",yacute:"ý",YAcy:"Я",yacy:"я",Ycirc:"Ŷ",ycirc:"ŷ",Ycy:"Ы",ycy:"ы",yen:"¥",Yfr:"𝔜",yfr:"𝔶",YIcy:"Ї",yicy:"ї",Yopf:"𝕐",yopf:"𝕪",Yscr:"𝒴",yscr:"𝓎",YUcy:"Ю",yucy:"ю",Yuml:"Ÿ",yuml:"ÿ",Zacute:"Ź",zacute:"ź",Zcaron:"Ž",zcaron:"ž",Zcy:"З",zcy:"з",Zdot:"Ż",zdot:"ż",zeetrf:"ℨ",ZeroWidthSpace:"​",Zeta:"Ζ",zeta:"ζ",Zfr:"ℨ",zfr:"𝔷",ZHcy:"Ж",zhcy:"ж",zigrarr:"⇝",Zopf:"ℤ",zopf:"𝕫",Zscr:"𝒵",zscr:"𝓏",zwj:"‍",zwnj:"‌"},L.NGSP_UNICODE="",L.NAMED_ENTITIES.ngsp=L.NGSP_UNICODE}}),su=he({"node_modules/angular-html-parser/lib/compiler/src/ml_parser/html_tags.js"(L){$(),Object.defineProperty(L,"__esModule",{value:!0});var re=ln(),ge=class{constructor(){let{closedByChildren:de,implicitNamespacePrefix:Ue,contentType:Ge=re.TagContentType.PARSABLE_DATA,closedByParent:gt=!1,isVoid:ce=!1,ignoreFirstLf:ve=!1}=arguments.length>0&&arguments[0]!==void 0?arguments[0]:{};this.closedByChildren={},this.closedByParent=!1,this.canSelfClose=!1,de&&de.length>0&&de.forEach(Ve=>this.closedByChildren[Ve]=!0),this.isVoid=ce,this.closedByParent=gt||ce,this.implicitNamespacePrefix=Ue||null,this.contentType=Ge,this.ignoreFirstLf=ve}isClosedByChild(de){return this.isVoid||de.toLowerCase()in this.closedByChildren}};L.HtmlTagDefinition=ge;var Ee,Pe;function ie(de){return Pe||(Ee=new ge,Pe={base:new ge({isVoid:!0}),meta:new ge({isVoid:!0}),area:new ge({isVoid:!0}),embed:new ge({isVoid:!0}),link:new ge({isVoid:!0}),img:new ge({isVoid:!0}),input:new ge({isVoid:!0}),param:new ge({isVoid:!0}),hr:new ge({isVoid:!0}),br:new ge({isVoid:!0}),source:new ge({isVoid:!0}),track:new ge({isVoid:!0}),wbr:new ge({isVoid:!0}),p:new ge({closedByChildren:["address","article","aside","blockquote","div","dl","fieldset","footer","form","h1","h2","h3","h4","h5","h6","header","hgroup","hr","main","nav","ol","p","pre","section","table","ul"],closedByParent:!0}),thead:new ge({closedByChildren:["tbody","tfoot"]}),tbody:new ge({closedByChildren:["tbody","tfoot"],closedByParent:!0}),tfoot:new ge({closedByChildren:["tbody"],closedByParent:!0}),tr:new ge({closedByChildren:["tr"],closedByParent:!0}),td:new ge({closedByChildren:["td","th"],closedByParent:!0}),th:new ge({closedByChildren:["td","th"],closedByParent:!0}),col:new ge({isVoid:!0}),svg:new ge({implicitNamespacePrefix:"svg"}),math:new ge({implicitNamespacePrefix:"math"}),li:new ge({closedByChildren:["li"],closedByParent:!0}),dt:new ge({closedByChildren:["dt","dd"]}),dd:new ge({closedByChildren:["dt","dd"],closedByParent:!0}),rb:new ge({closedByChildren:["rb","rt","rtc","rp"],closedByParent:!0}),rt:new ge({closedByChildren:["rb","rt","rtc","rp"],closedByParent:!0}),rtc:new ge({closedByChildren:["rb","rtc","rp"],closedByParent:!0}),rp:new ge({closedByChildren:["rb","rt","rtc","rp"],closedByParent:!0}),optgroup:new ge({closedByChildren:["optgroup"],closedByParent:!0}),option:new ge({closedByChildren:["option","optgroup"],closedByParent:!0}),pre:new ge({ignoreFirstLf:!0}),listing:new ge({ignoreFirstLf:!0}),style:new ge({contentType:re.TagContentType.RAW_TEXT}),script:new ge({contentType:re.TagContentType.RAW_TEXT}),title:new ge({contentType:re.TagContentType.ESCAPABLE_RAW_TEXT}),textarea:new ge({contentType:re.TagContentType.ESCAPABLE_RAW_TEXT,ignoreFirstLf:!0})}),Pe[de]||Ee}L.getHtmlTagDefinition=ie}}),Gu=he({"node_modules/angular-html-parser/lib/compiler/src/ast_path.js"(L){$(),Object.defineProperty(L,"__esModule",{value:!0});var re=class{constructor(ge){let Ee=arguments.length>1&&arguments[1]!==void 0?arguments[1]:-1;this.path=ge,this.position=Ee}get empty(){return!this.path||!this.path.length}get head(){return this.path[0]}get tail(){return this.path[this.path.length-1]}parentOf(ge){return ge&&this.path[this.path.indexOf(ge)-1]}childOf(ge){return this.path[this.path.indexOf(ge)+1]}first(ge){for(let Ee=this.path.length-1;Ee>=0;Ee--){let Pe=this.path[Ee];if(Pe instanceof ge)return Pe}}push(ge){this.path.push(ge)}pop(){return this.path.pop()}};L.AstPath=re}}),au=he({"node_modules/angular-html-parser/lib/compiler/src/ml_parser/ast.js"(L){$(),Object.defineProperty(L,"__esModule",{value:!0});var re=Gu(),ge=class{constructor(Je,Qe,yt){this.value=Je,this.sourceSpan=Qe,this.i18n=yt,this.type="text"}visit(Je,Qe){return Je.visitText(this,Qe)}};L.Text=ge;var Ee=class{constructor(Je,Qe){this.value=Je,this.sourceSpan=Qe,this.type="cdata"}visit(Je,Qe){return Je.visitCdata(this,Qe)}};L.CDATA=Ee;var Pe=class{constructor(Je,Qe,yt,_t,ct,kt){this.switchValue=Je,this.type=Qe,this.cases=yt,this.sourceSpan=_t,this.switchValueSourceSpan=ct,this.i18n=kt}visit(Je,Qe){return Je.visitExpansion(this,Qe)}};L.Expansion=Pe;var ie=class{constructor(Je,Qe,yt,_t,ct){this.value=Je,this.expression=Qe,this.sourceSpan=yt,this.valueSourceSpan=_t,this.expSourceSpan=ct}visit(Je,Qe){return Je.visitExpansionCase(this,Qe)}};L.ExpansionCase=ie;var de=class{constructor(Je,Qe,yt){let _t=arguments.length>3&&arguments[3]!==void 0?arguments[3]:null,ct=arguments.length>4&&arguments[4]!==void 0?arguments[4]:null,kt=arguments.length>5&&arguments[5]!==void 0?arguments[5]:null;this.name=Je,this.value=Qe,this.sourceSpan=yt,this.valueSpan=_t,this.nameSpan=ct,this.i18n=kt,this.type="attribute"}visit(Je,Qe){return Je.visitAttribute(this,Qe)}};L.Attribute=de;var Ue=class{constructor(Je,Qe,yt,_t){let ct=arguments.length>4&&arguments[4]!==void 0?arguments[4]:null,kt=arguments.length>5&&arguments[5]!==void 0?arguments[5]:null,$t=arguments.length>6&&arguments[6]!==void 0?arguments[6]:null,ir=arguments.length>7&&arguments[7]!==void 0?arguments[7]:null;this.name=Je,this.attrs=Qe,this.children=yt,this.sourceSpan=_t,this.startSourceSpan=ct,this.endSourceSpan=kt,this.nameSpan=$t,this.i18n=ir,this.type="element"}visit(Je,Qe){return Je.visitElement(this,Qe)}};L.Element=Ue;var Ge=class{constructor(Je,Qe){this.value=Je,this.sourceSpan=Qe,this.type="comment"}visit(Je,Qe){return Je.visitComment(this,Qe)}};L.Comment=Ge;var gt=class{constructor(Je,Qe){this.value=Je,this.sourceSpan=Qe,this.type="docType"}visit(Je,Qe){return Je.visitDocType(this,Qe)}};L.DocType=gt;function ce(Je,Qe){let yt=arguments.length>2&&arguments[2]!==void 0?arguments[2]:null,_t=[],ct=Je.visit?kt=>Je.visit(kt,yt)||kt.visit(Je,yt):kt=>kt.visit(Je,yt);return Qe.forEach(kt=>{let $t=ct(kt);$t&&_t.push($t)}),_t}L.visitAll=ce;var ve=class{constructor(){}visitElement(Je,Qe){this.visitChildren(Qe,yt=>{yt(Je.attrs),yt(Je.children)})}visitAttribute(Je,Qe){}visitText(Je,Qe){}visitCdata(Je,Qe){}visitComment(Je,Qe){}visitDocType(Je,Qe){}visitExpansion(Je,Qe){return this.visitChildren(Qe,yt=>{yt(Je.cases)})}visitExpansionCase(Je,Qe){}visitChildren(Je,Qe){let yt=[],_t=this;function ct(kt){kt&&yt.push(ce(_t,kt,Je))}return Qe(ct),Array.prototype.concat.apply([],yt)}};L.RecursiveVisitor=ve;function Ve(Je){let Qe=Je.sourceSpan.start.offset,yt=Je.sourceSpan.end.offset;return Je instanceof Ue&&(Je.endSourceSpan?yt=Je.endSourceSpan.end.offset:Je.children&&Je.children.length&&(yt=Ve(Je.children[Je.children.length-1]).end)),{start:Qe,end:yt}}function He(Je,Qe){let yt=[],_t=new class extends ve{visit(ct,kt){let $t=Ve(ct);if($t.start<=Qe&&Qe<$t.end)yt.push(ct);else return!0}};return ce(_t,Je),new re.AstPath(yt,Qe)}L.findNode=He}}),Ju=he({"node_modules/angular-html-parser/lib/compiler/src/assertions.js"(L){$(),Object.defineProperty(L,"__esModule",{value:!0});function re(Pe,ie){if(ie!=null){if(!Array.isArray(ie))throw new Error(`Expected '${Pe}' to be an array of strings.`);for(let de=0;de]/,/^[{}]$/,/&(#|[a-z])/i,/^\/\//];function Ee(Pe,ie){if(ie!=null&&!(Array.isArray(ie)&&ie.length==2))throw new Error(`Expected '${Pe}' to be an array, [start, end].`);if(ie!=null){let de=ie[0],Ue=ie[1];ge.forEach(Ge=>{if(Ge.test(de)||Ge.test(Ue))throw new Error(`['${de}', '${Ue}'] contains unusable interpolation symbol.`)})}}L.assertInterpolationSymbols=Ee}}),Xu=he({"node_modules/angular-html-parser/lib/compiler/src/ml_parser/interpolation_config.js"(L){$(),Object.defineProperty(L,"__esModule",{value:!0});var re=Ju(),ge=class{constructor(Ee,Pe){this.start=Ee,this.end=Pe}static fromArray(Ee){return Ee?(re.assertInterpolationSymbols("interpolation",Ee),new ge(Ee[0],Ee[1])):L.DEFAULT_INTERPOLATION_CONFIG}};L.InterpolationConfig=ge,L.DEFAULT_INTERPOLATION_CONFIG=new ge("{{","}}")}}),ou=he({"node_modules/angular-html-parser/lib/compiler/src/ml_parser/lexer.js"(L){$(),Object.defineProperty(L,"__esModule",{value:!0});var re=Ft(),ge=Zt(),Ee=Xu(),Pe=ln(),ie;(function(z){z[z.TAG_OPEN_START=0]="TAG_OPEN_START",z[z.TAG_OPEN_END=1]="TAG_OPEN_END",z[z.TAG_OPEN_END_VOID=2]="TAG_OPEN_END_VOID",z[z.TAG_CLOSE=3]="TAG_CLOSE",z[z.TEXT=4]="TEXT",z[z.ESCAPABLE_RAW_TEXT=5]="ESCAPABLE_RAW_TEXT",z[z.RAW_TEXT=6]="RAW_TEXT",z[z.COMMENT_START=7]="COMMENT_START",z[z.COMMENT_END=8]="COMMENT_END",z[z.CDATA_START=9]="CDATA_START",z[z.CDATA_END=10]="CDATA_END",z[z.ATTR_NAME=11]="ATTR_NAME",z[z.ATTR_QUOTE=12]="ATTR_QUOTE",z[z.ATTR_VALUE=13]="ATTR_VALUE",z[z.DOC_TYPE_START=14]="DOC_TYPE_START",z[z.DOC_TYPE_END=15]="DOC_TYPE_END",z[z.EXPANSION_FORM_START=16]="EXPANSION_FORM_START",z[z.EXPANSION_CASE_VALUE=17]="EXPANSION_CASE_VALUE",z[z.EXPANSION_CASE_EXP_START=18]="EXPANSION_CASE_EXP_START",z[z.EXPANSION_CASE_EXP_END=19]="EXPANSION_CASE_EXP_END",z[z.EXPANSION_FORM_END=20]="EXPANSION_FORM_END",z[z.EOF=21]="EOF"})(ie=L.TokenType||(L.TokenType={}));var de=class{constructor(z,le,We){this.type=z,this.parts=le,this.sourceSpan=We}};L.Token=de;var Ue=class extends ge.ParseError{constructor(z,le,We){super(We,z),this.tokenType=le}};L.TokenError=Ue;var Ge=class{constructor(z,le){this.tokens=z,this.errors=le}};L.TokenizeResult=Ge;function gt(z,le,We){let Me=arguments.length>3&&arguments[3]!==void 0?arguments[3]:{};return new Je(new ge.ParseSourceFile(z,le),We,Me).tokenize()}L.tokenize=gt;var ce=/\r\n?/g;function ve(z){return`Unexpected character "${z===re.$EOF?"EOF":String.fromCharCode(z)}"`}function Ve(z){return`Unknown entity "${z}" - use the "&#;" or "&#x;" syntax`}var He=class{constructor(z){this.error=z}},Je=class{constructor(z,le,We){this._getTagContentType=le,this._currentTokenStart=null,this._currentTokenType=null,this._expansionCaseStack=[],this._inInterpolation=!1,this._fullNameStack=[],this.tokens=[],this.errors=[],this._tokenizeIcu=We.tokenizeExpansionForms||!1,this._interpolationConfig=We.interpolationConfig||Ee.DEFAULT_INTERPOLATION_CONFIG,this._leadingTriviaCodePoints=We.leadingTriviaChars&&We.leadingTriviaChars.map(at=>at.codePointAt(0)||0),this._canSelfClose=We.canSelfClose||!1,this._allowHtmComponentClosingTags=We.allowHtmComponentClosingTags||!1;let Me=We.range||{endPos:z.content.length,startPos:0,startLine:0,startCol:0};this._cursor=We.escapedString?new Ut(z,Me):new Vt(z,Me);try{this._cursor.init()}catch(at){this.handleError(at)}}_processCarriageReturns(z){return z.replace(ce,` +`)}tokenize(){for(;this._cursor.peek()!==re.$EOF;){let z=this._cursor.clone();try{if(this._attemptCharCode(re.$LT))if(this._attemptCharCode(re.$BANG))this._attemptStr("[CDATA[")?this._consumeCdata(z):this._attemptStr("--")?this._consumeComment(z):this._attemptStrCaseInsensitive("doctype")?this._consumeDocType(z):this._consumeBogusComment(z);else if(this._attemptCharCode(re.$SLASH))this._consumeTagClose(z);else{let le=this._cursor.clone();this._attemptCharCode(re.$QUESTION)?(this._cursor=le,this._consumeBogusComment(z)):this._consumeTagOpen(z)}else this._tokenizeIcu&&this._tokenizeExpansionForm()||this._consumeText()}catch(le){this.handleError(le)}}return this._beginToken(ie.EOF),this._endToken([]),new Ge(Ot(this.tokens),this.errors)}_tokenizeExpansionForm(){if(this.isExpansionFormStart())return this._consumeExpansionFormStart(),!0;if($t(this._cursor.peek())&&this._isInExpansionForm())return this._consumeExpansionCaseStart(),!0;if(this._cursor.peek()===re.$RBRACE){if(this._isInExpansionCase())return this._consumeExpansionCaseEnd(),!0;if(this._isInExpansionForm())return this._consumeExpansionFormEnd(),!0}return!1}_beginToken(z){let le=arguments.length>1&&arguments[1]!==void 0?arguments[1]:this._cursor.clone();this._currentTokenStart=le,this._currentTokenType=z}_endToken(z){let le=arguments.length>1&&arguments[1]!==void 0?arguments[1]:this._cursor.clone();if(this._currentTokenStart===null)throw new Ue("Programming error - attempted to end a token when there was no start to the token",this._currentTokenType,this._cursor.getSpan(le));if(this._currentTokenType===null)throw new Ue("Programming error - attempted to end a token which has no token type",null,this._cursor.getSpan(this._currentTokenStart));let We=new de(this._currentTokenType,z,this._cursor.getSpan(this._currentTokenStart,this._leadingTriviaCodePoints));return this.tokens.push(We),this._currentTokenStart=null,this._currentTokenType=null,We}_createError(z,le){this._isInExpansionForm()&&(z+=` (Do you have an unescaped "{" in your template? Use "{{ '{' }}") to escape it.)`);let We=new Ue(z,this._currentTokenType,le);return this._currentTokenStart=null,this._currentTokenType=null,new He(We)}handleError(z){if(z instanceof rr&&(z=this._createError(z.msg,this._cursor.getSpan(z.cursor))),z instanceof He)this.errors.push(z.error);else throw z}_attemptCharCode(z){return this._cursor.peek()===z?(this._cursor.advance(),!0):!1}_attemptCharCodeCaseInsensitive(z){return ir(this._cursor.peek(),z)?(this._cursor.advance(),!0):!1}_requireCharCode(z){let le=this._cursor.clone();if(!this._attemptCharCode(z))throw this._createError(ve(this._cursor.peek()),this._cursor.getSpan(le))}_attemptStr(z){let le=z.length;if(this._cursor.charsLeft()this._attemptStr("-->")),this._beginToken(ie.COMMENT_END),this._requireStr("-->"),this._endToken([])}_consumeBogusComment(z){this._beginToken(ie.COMMENT_START,z),this._endToken([]),this._consumeRawText(!1,()=>this._cursor.peek()===re.$GT),this._beginToken(ie.COMMENT_END),this._cursor.advance(),this._endToken([])}_consumeCdata(z){this._beginToken(ie.CDATA_START,z),this._endToken([]),this._consumeRawText(!1,()=>this._attemptStr("]]>")),this._beginToken(ie.CDATA_END),this._requireStr("]]>"),this._endToken([])}_consumeDocType(z){this._beginToken(ie.DOC_TYPE_START,z),this._endToken([]),this._consumeRawText(!1,()=>this._cursor.peek()===re.$GT),this._beginToken(ie.DOC_TYPE_END),this._cursor.advance(),this._endToken([])}_consumePrefixAndName(){let z=this._cursor.clone(),le="";for(;this._cursor.peek()!==re.$COLON&&!_t(this._cursor.peek());)this._cursor.advance();let We;this._cursor.peek()===re.$COLON?(le=this._cursor.getChars(z),this._cursor.advance(),We=this._cursor.clone()):We=z,this._requireCharCodeUntilFn(yt,le===""?0:1);let Me=this._cursor.getChars(We);return[le,Me]}_consumeTagOpen(z){let le,We,Me,at=this.tokens.length,Jt=this._cursor.clone(),er=[];try{if(!re.isAsciiLetter(this._cursor.peek()))throw this._createError(ve(this._cursor.peek()),this._cursor.getSpan(z));for(Me=this._consumeTagOpenStart(z),We=Me.parts[0],le=Me.parts[1],this._attemptCharCodeUntilFn(Qe);this._cursor.peek()!==re.$SLASH&&this._cursor.peek()!==re.$GT;){let[Er,_r]=this._consumeAttributeName();if(this._attemptCharCodeUntilFn(Qe),this._attemptCharCode(re.$EQ)){this._attemptCharCodeUntilFn(Qe);let xr=this._consumeAttributeValue();er.push({prefix:Er,name:_r,value:xr})}else er.push({prefix:Er,name:_r});this._attemptCharCodeUntilFn(Qe)}this._consumeTagOpenEnd()}catch(Er){if(Er instanceof He){this._cursor=Jt,Me&&(this.tokens.length=at),this._beginToken(ie.TEXT,z),this._endToken(["<"]);return}throw Er}if(this._canSelfClose&&this.tokens[this.tokens.length-1].type===ie.TAG_OPEN_END_VOID)return;let Ar=this._getTagContentType(le,We,this._fullNameStack.length>0,er);this._handleFullNameStackForTagOpen(We,le),Ar===Pe.TagContentType.RAW_TEXT?this._consumeRawTextWithTagClose(We,le,!1):Ar===Pe.TagContentType.ESCAPABLE_RAW_TEXT&&this._consumeRawTextWithTagClose(We,le,!0)}_consumeRawTextWithTagClose(z,le,We){this._consumeRawText(We,()=>!this._attemptCharCode(re.$LT)||!this._attemptCharCode(re.$SLASH)||(this._attemptCharCodeUntilFn(Qe),!this._attemptStrCaseInsensitive(z?`${z}:${le}`:le))?!1:(this._attemptCharCodeUntilFn(Qe),this._attemptCharCode(re.$GT))),this._beginToken(ie.TAG_CLOSE),this._requireCharCodeUntilFn(Me=>Me===re.$GT,3),this._cursor.advance(),this._endToken([z,le]),this._handleFullNameStackForTagClose(z,le)}_consumeTagOpenStart(z){this._beginToken(ie.TAG_OPEN_START,z);let le=this._consumePrefixAndName();return this._endToken(le)}_consumeAttributeName(){let z=this._cursor.peek();if(z===re.$SQ||z===re.$DQ)throw this._createError(ve(z),this._cursor.getSpan());this._beginToken(ie.ATTR_NAME);let le=this._consumePrefixAndName();return this._endToken(le),le}_consumeAttributeValue(){let z;if(this._cursor.peek()===re.$SQ||this._cursor.peek()===re.$DQ){this._beginToken(ie.ATTR_QUOTE);let le=this._cursor.peek();this._cursor.advance(),this._endToken([String.fromCodePoint(le)]),this._beginToken(ie.ATTR_VALUE);let We=[];for(;this._cursor.peek()!==le;)We.push(this._readChar(!0));z=this._processCarriageReturns(We.join("")),this._endToken([z]),this._beginToken(ie.ATTR_QUOTE),this._cursor.advance(),this._endToken([String.fromCodePoint(le)])}else{this._beginToken(ie.ATTR_VALUE);let le=this._cursor.clone();this._requireCharCodeUntilFn(yt,1),z=this._processCarriageReturns(this._cursor.getChars(le)),this._endToken([z])}return z}_consumeTagOpenEnd(){let z=this._attemptCharCode(re.$SLASH)?ie.TAG_OPEN_END_VOID:ie.TAG_OPEN_END;this._beginToken(z),this._requireCharCode(re.$GT),this._endToken([])}_consumeTagClose(z){if(this._beginToken(ie.TAG_CLOSE,z),this._attemptCharCodeUntilFn(Qe),this._allowHtmComponentClosingTags&&this._attemptCharCode(re.$SLASH))this._attemptCharCodeUntilFn(Qe),this._requireCharCode(re.$GT),this._endToken([]);else{let[le,We]=this._consumePrefixAndName();this._attemptCharCodeUntilFn(Qe),this._requireCharCode(re.$GT),this._endToken([le,We]),this._handleFullNameStackForTagClose(le,We)}}_consumeExpansionFormStart(){this._beginToken(ie.EXPANSION_FORM_START),this._requireCharCode(re.$LBRACE),this._endToken([]),this._expansionCaseStack.push(ie.EXPANSION_FORM_START),this._beginToken(ie.RAW_TEXT);let z=this._readUntil(re.$COMMA);this._endToken([z]),this._requireCharCode(re.$COMMA),this._attemptCharCodeUntilFn(Qe),this._beginToken(ie.RAW_TEXT);let le=this._readUntil(re.$COMMA);this._endToken([le]),this._requireCharCode(re.$COMMA),this._attemptCharCodeUntilFn(Qe)}_consumeExpansionCaseStart(){this._beginToken(ie.EXPANSION_CASE_VALUE);let z=this._readUntil(re.$LBRACE).trim();this._endToken([z]),this._attemptCharCodeUntilFn(Qe),this._beginToken(ie.EXPANSION_CASE_EXP_START),this._requireCharCode(re.$LBRACE),this._endToken([]),this._attemptCharCodeUntilFn(Qe),this._expansionCaseStack.push(ie.EXPANSION_CASE_EXP_START)}_consumeExpansionCaseEnd(){this._beginToken(ie.EXPANSION_CASE_EXP_END),this._requireCharCode(re.$RBRACE),this._endToken([]),this._attemptCharCodeUntilFn(Qe),this._expansionCaseStack.pop()}_consumeExpansionFormEnd(){this._beginToken(ie.EXPANSION_FORM_END),this._requireCharCode(re.$RBRACE),this._endToken([]),this._expansionCaseStack.pop()}_consumeText(){let z=this._cursor.clone();this._beginToken(ie.TEXT,z);let le=[];do this._interpolationConfig&&this._attemptStr(this._interpolationConfig.start)?(le.push(this._interpolationConfig.start),this._inInterpolation=!0):this._interpolationConfig&&this._inInterpolation&&this._attemptStr(this._interpolationConfig.end)?(le.push(this._interpolationConfig.end),this._inInterpolation=!1):le.push(this._readChar(!0));while(!this._isTextEnd());this._endToken([this._processCarriageReturns(le.join(""))])}_isTextEnd(){return!!(this._cursor.peek()===re.$LT||this._cursor.peek()===re.$EOF||this._tokenizeIcu&&!this._inInterpolation&&(this.isExpansionFormStart()||this._cursor.peek()===re.$RBRACE&&this._isInExpansionCase()))}_readUntil(z){let le=this._cursor.clone();return this._attemptUntilChar(z),this._cursor.getChars(le)}_isInExpansionCase(){return this._expansionCaseStack.length>0&&this._expansionCaseStack[this._expansionCaseStack.length-1]===ie.EXPANSION_CASE_EXP_START}_isInExpansionForm(){return this._expansionCaseStack.length>0&&this._expansionCaseStack[this._expansionCaseStack.length-1]===ie.EXPANSION_FORM_START}isExpansionFormStart(){if(this._cursor.peek()!==re.$LBRACE)return!1;if(this._interpolationConfig){let z=this._cursor.clone(),le=this._attemptStr(this._interpolationConfig.start);return this._cursor=z,!le}return!0}_handleFullNameStackForTagOpen(z,le){let We=Pe.mergeNsAndName(z,le);(this._fullNameStack.length===0||this._fullNameStack[this._fullNameStack.length-1]===We)&&this._fullNameStack.push(We)}_handleFullNameStackForTagClose(z,le){let We=Pe.mergeNsAndName(z,le);this._fullNameStack.length!==0&&this._fullNameStack[this._fullNameStack.length-1]===We&&this._fullNameStack.pop()}};function Qe(z){return!re.isWhitespace(z)||z===re.$EOF}function yt(z){return re.isWhitespace(z)||z===re.$GT||z===re.$SLASH||z===re.$SQ||z===re.$DQ||z===re.$EQ}function _t(z){return(zre.$9)}function ct(z){return z==re.$SEMICOLON||z==re.$EOF||!re.isAsciiHexDigit(z)}function kt(z){return z==re.$SEMICOLON||z==re.$EOF||!re.isAsciiLetter(z)}function $t(z){return z===re.$EQ||re.isAsciiLetter(z)||re.isDigit(z)}function ir(z,le){return st(z)==st(le)}function st(z){return z>=re.$a&&z<=re.$z?z-re.$a+re.$A:z}function Ot(z){let le=[],We;for(let Me=0;Me0&&le.indexOf(z.peek())!==-1;)z.advance();return new ge.ParseSourceSpan(new ge.ParseLocation(z.file,z.state.offset,z.state.line,z.state.column),new ge.ParseLocation(this.file,this.state.offset,this.state.line,this.state.column))}getChars(z){return this.input.substring(z.state.offset,this.state.offset)}charAt(z){return this.input.charCodeAt(z)}advanceState(z){if(z.offset>=this.end)throw this.state=z,new rr('Unexpected character "EOF"',this);let le=this.charAt(z.offset);le===re.$LF?(z.line++,z.column=0):re.isNewLine(le)||z.column++,z.offset++,this.updatePeek(z)}updatePeek(z){z.peek=z.offset>=this.end?re.$EOF:this.charAt(z.offset)}},Ut=class extends Vt{constructor(z,le){z instanceof Ut?(super(z),this.internalState=Object.assign({},z.internalState)):(super(z,le),this.internalState=this.state)}advance(){this.state=this.internalState,super.advance(),this.processEscapeSequence()}init(){super.init(),this.processEscapeSequence()}clone(){return new Ut(this)}getChars(z){let le=z.clone(),We="";for(;le.internalState.offsetthis.internalState.peek;if(z()===re.$BACKSLASH)if(this.internalState=Object.assign({},this.state),this.advanceState(this.internalState),z()===re.$n)this.state.peek=re.$LF;else if(z()===re.$r)this.state.peek=re.$CR;else if(z()===re.$v)this.state.peek=re.$VTAB;else if(z()===re.$t)this.state.peek=re.$TAB;else if(z()===re.$b)this.state.peek=re.$BSPACE;else if(z()===re.$f)this.state.peek=re.$FF;else if(z()===re.$u)if(this.advanceState(this.internalState),z()===re.$LBRACE){this.advanceState(this.internalState);let le=this.clone(),We=0;for(;z()!==re.$RBRACE;)this.advanceState(this.internalState),We++;this.state.peek=this.decodeHexDigits(le,We)}else{let le=this.clone();this.advanceState(this.internalState),this.advanceState(this.internalState),this.advanceState(this.internalState),this.state.peek=this.decodeHexDigits(le,4)}else if(z()===re.$x){this.advanceState(this.internalState);let le=this.clone();this.advanceState(this.internalState),this.state.peek=this.decodeHexDigits(le,2)}else if(re.isOctalDigit(z())){let le="",We=0,Me=this.clone();for(;re.isOctalDigit(z())&&We<3;)Me=this.clone(),le+=String.fromCodePoint(z()),this.advanceState(this.internalState),We++;this.state.peek=parseInt(le,8),this.internalState=Me.internalState}else re.isNewLine(this.internalState.peek)?(this.advanceState(this.internalState),this.state=this.internalState):this.state.peek=this.internalState.peek}decodeHexDigits(z,le){let We=this.input.substr(z.internalState.offset,le),Me=parseInt(We,16);if(isNaN(Me))throw z.state=z.internalState,new rr("Invalid hexadecimal escape sequence",z);return Me}},rr=class{constructor(z,le){this.msg=z,this.cursor=le}};L.CursorError=rr}}),lu=he({"node_modules/angular-html-parser/lib/compiler/src/ml_parser/parser.js"(L){$(),Object.defineProperty(L,"__esModule",{value:!0});var re=Zt(),ge=au(),Ee=ou(),Pe=ln(),ie=class extends re.ParseError{constructor(ce,ve,Ve){super(ve,Ve),this.elementName=ce}static create(ce,ve,Ve){return new ie(ce,ve,Ve)}};L.TreeError=ie;var de=class{constructor(ce,ve){this.rootNodes=ce,this.errors=ve}};L.ParseTreeResult=de;var Ue=class{constructor(ce){this.getTagDefinition=ce}parse(ce,ve,Ve){let He=arguments.length>3&&arguments[3]!==void 0?arguments[3]:!1,Je=arguments.length>4?arguments[4]:void 0,Qe=Vt=>function(Ut){for(var rr=arguments.length,z=new Array(rr>1?rr-1:0),le=1;leyt(Vt).contentType,ct=He?Je:Qe(Je),kt=Je?(Vt,Ut,rr,z)=>{let le=ct(Vt,Ut,rr,z);return le!==void 0?le:_t(Vt)}:_t,$t=Ee.tokenize(ce,ve,kt,Ve),ir=Ve&&Ve.canSelfClose||!1,st=Ve&&Ve.allowHtmComponentClosingTags||!1,Ot=new Ge($t.tokens,yt,ir,st,He).build();return new de(Ot.rootNodes,$t.errors.concat(Ot.errors))}};L.Parser=Ue;var Ge=class{constructor(ce,ve,Ve,He,Je){this.tokens=ce,this.getTagDefinition=ve,this.canSelfClose=Ve,this.allowHtmComponentClosingTags=He,this.isTagNameCaseSensitive=Je,this._index=-1,this._rootNodes=[],this._errors=[],this._elementStack=[],this._advance()}build(){for(;this._peek.type!==Ee.TokenType.EOF;)this._peek.type===Ee.TokenType.TAG_OPEN_START?this._consumeStartTag(this._advance()):this._peek.type===Ee.TokenType.TAG_CLOSE?(this._closeVoidElement(),this._consumeEndTag(this._advance())):this._peek.type===Ee.TokenType.CDATA_START?(this._closeVoidElement(),this._consumeCdata(this._advance())):this._peek.type===Ee.TokenType.COMMENT_START?(this._closeVoidElement(),this._consumeComment(this._advance())):this._peek.type===Ee.TokenType.TEXT||this._peek.type===Ee.TokenType.RAW_TEXT||this._peek.type===Ee.TokenType.ESCAPABLE_RAW_TEXT?(this._closeVoidElement(),this._consumeText(this._advance())):this._peek.type===Ee.TokenType.EXPANSION_FORM_START?this._consumeExpansion(this._advance()):this._peek.type===Ee.TokenType.DOC_TYPE_START?this._consumeDocType(this._advance()):this._advance();return new de(this._rootNodes,this._errors)}_advance(){let ce=this._peek;return this._index0)return this._errors=this._errors.concat(Je.errors),null;let Qe=new re.ParseSourceSpan(ce.sourceSpan.start,He.sourceSpan.end),yt=new re.ParseSourceSpan(ve.sourceSpan.start,He.sourceSpan.end);return new ge.ExpansionCase(ce.parts[0],Je.rootNodes,Qe,ce.sourceSpan,yt)}_collectExpansionExpTokens(ce){let ve=[],Ve=[Ee.TokenType.EXPANSION_CASE_EXP_START];for(;;){if((this._peek.type===Ee.TokenType.EXPANSION_FORM_START||this._peek.type===Ee.TokenType.EXPANSION_CASE_EXP_START)&&Ve.push(this._peek.type),this._peek.type===Ee.TokenType.EXPANSION_CASE_EXP_END)if(gt(Ve,Ee.TokenType.EXPANSION_CASE_EXP_START)){if(Ve.pop(),Ve.length==0)return ve}else return this._errors.push(ie.create(null,ce.sourceSpan,"Invalid ICU message. Missing '}'.")),null;if(this._peek.type===Ee.TokenType.EXPANSION_FORM_END)if(gt(Ve,Ee.TokenType.EXPANSION_FORM_START))Ve.pop();else return this._errors.push(ie.create(null,ce.sourceSpan,"Invalid ICU message. Missing '}'.")),null;if(this._peek.type===Ee.TokenType.EOF)return this._errors.push(ie.create(null,ce.sourceSpan,"Invalid ICU message. Missing '}'.")),null;ve.push(this._advance())}}_getText(ce){let ve=ce.parts[0];if(ve.length>0&&ve[0]==` +`){let Ve=this._getParentElement();Ve!=null&&Ve.children.length==0&&this.getTagDefinition(Ve.name).ignoreFirstLf&&(ve=ve.substring(1))}return ve}_consumeText(ce){let ve=this._getText(ce);ve.length>0&&this._addToParent(new ge.Text(ve,ce.sourceSpan))}_closeVoidElement(){let ce=this._getParentElement();ce&&this.getTagDefinition(ce.name).isVoid&&this._elementStack.pop()}_consumeStartTag(ce){let ve=ce.parts[0],Ve=ce.parts[1],He=[];for(;this._peek.type===Ee.TokenType.ATTR_NAME;)He.push(this._consumeAttr(this._advance()));let Je=this._getElementFullName(ve,Ve,this._getParentElement()),Qe=!1;if(this._peek.type===Ee.TokenType.TAG_OPEN_END_VOID){this._advance(),Qe=!0;let $t=this.getTagDefinition(Je);this.canSelfClose||$t.canSelfClose||Pe.getNsPrefix(Je)!==null||$t.isVoid||this._errors.push(ie.create(Je,ce.sourceSpan,`Only void and foreign elements can be self closed "${ce.parts[1]}"`))}else this._peek.type===Ee.TokenType.TAG_OPEN_END&&(this._advance(),Qe=!1);let yt=this._peek.sourceSpan.start,_t=new re.ParseSourceSpan(ce.sourceSpan.start,yt),ct=new re.ParseSourceSpan(ce.sourceSpan.start.moveBy(1),ce.sourceSpan.end),kt=new ge.Element(Je,He,[],_t,_t,void 0,ct);this._pushElement(kt),Qe&&(this._popElement(Je),kt.endSourceSpan=_t)}_pushElement(ce){let ve=this._getParentElement();ve&&this.getTagDefinition(ve.name).isClosedByChild(ce.name)&&this._elementStack.pop(),this._addToParent(ce),this._elementStack.push(ce)}_consumeEndTag(ce){let ve=this.allowHtmComponentClosingTags&&ce.parts.length===0?null:this._getElementFullName(ce.parts[0],ce.parts[1],this._getParentElement());if(this._getParentElement()&&(this._getParentElement().endSourceSpan=ce.sourceSpan),ve&&this.getTagDefinition(ve).isVoid)this._errors.push(ie.create(ve,ce.sourceSpan,`Void elements do not have end tags "${ce.parts[1]}"`));else if(!this._popElement(ve)){let Ve=`Unexpected closing tag "${ve}". It may happen when the tag has already been closed by another tag. For more info see https://www.w3.org/TR/html5/syntax.html#closing-elements-that-have-implied-end-tags`;this._errors.push(ie.create(ve,ce.sourceSpan,Ve))}}_popElement(ce){for(let ve=this._elementStack.length-1;ve>=0;ve--){let Ve=this._elementStack[ve];if(!ce||(Pe.getNsPrefix(Ve.name)?Ve.name==ce:Ve.name.toLowerCase()==ce.toLowerCase()))return this._elementStack.splice(ve,this._elementStack.length-ve),!0;if(!this.getTagDefinition(Ve.name).closedByParent)return!1}return!1}_consumeAttr(ce){let ve=Pe.mergeNsAndName(ce.parts[0],ce.parts[1]),Ve=ce.sourceSpan.end,He="",Je,Qe;if(this._peek.type===Ee.TokenType.ATTR_QUOTE&&(Qe=this._advance().sourceSpan.start),this._peek.type===Ee.TokenType.ATTR_VALUE){let yt=this._advance();He=yt.parts[0],Ve=yt.sourceSpan.end,Je=yt.sourceSpan}return this._peek.type===Ee.TokenType.ATTR_QUOTE&&(Ve=this._advance().sourceSpan.end,Je=new re.ParseSourceSpan(Qe,Ve)),new ge.Attribute(ve,He,new re.ParseSourceSpan(ce.sourceSpan.start,Ve),Je,ce.sourceSpan)}_getParentElement(){return this._elementStack.length>0?this._elementStack[this._elementStack.length-1]:null}_getParentElementSkippingContainers(){let ce=null;for(let ve=this._elementStack.length-1;ve>=0;ve--){if(!Pe.isNgContainer(this._elementStack[ve].name))return{parent:this._elementStack[ve],container:ce};ce=this._elementStack[ve]}return{parent:null,container:ce}}_addToParent(ce){let ve=this._getParentElement();ve!=null?ve.children.push(ce):this._rootNodes.push(ce)}_insertBeforeContainer(ce,ve,Ve){if(!ve)this._addToParent(Ve),this._elementStack.push(Ve);else{if(ce){let He=ce.children.indexOf(ve);ce.children[He]=Ve}else this._rootNodes.push(Ve);Ve.children.push(ve),this._elementStack.splice(this._elementStack.indexOf(ve),0,Ve)}}_getElementFullName(ce,ve,Ve){return ce===""&&(ce=this.getTagDefinition(ve).implicitNamespacePrefix||"",ce===""&&Ve!=null&&(ce=Pe.getNsPrefix(Ve.name))),Pe.mergeNsAndName(ce,ve)}};function gt(ce,ve){return ce.length>0&&ce[ce.length-1]===ve}}}),Nn=he({"node_modules/angular-html-parser/lib/compiler/src/ml_parser/html_parser.js"(L){$(),Object.defineProperty(L,"__esModule",{value:!0});var re=su(),ge=lu(),Ee=lu();L.ParseTreeResult=Ee.ParseTreeResult,L.TreeError=Ee.TreeError;var Pe=class extends ge.Parser{constructor(){super(re.getHtmlTagDefinition)}parse(ie,de,Ue){let Ge=arguments.length>3&&arguments[3]!==void 0?arguments[3]:!1,gt=arguments.length>4?arguments[4]:void 0;return super.parse(ie,de,Ue,Ge,gt)}};L.HtmlParser=Pe}}),_n=he({"node_modules/angular-html-parser/lib/angular-html-parser/src/index.js"(L){$(),Object.defineProperty(L,"__esModule",{value:!0});var re=Nn(),ge=ln();L.TagContentType=ge.TagContentType;var Ee=null,Pe=()=>(Ee||(Ee=new re.HtmlParser),Ee);function ie(de){let Ue=arguments.length>1&&arguments[1]!==void 0?arguments[1]:{},{canSelfClose:Ge=!1,allowHtmComponentClosingTags:gt=!1,isTagNameCaseSensitive:ce=!1,getTagContentType:ve}=Ue;return Pe().parse(de,"angular-html-parser",{tokenizeExpansionForms:!1,interpolationConfig:void 0,canSelfClose:Ge,allowHtmComponentClosingTags:gt},ce,ve)}L.parse=ie}});$();var{ParseSourceSpan:pn,ParseLocation:pu,ParseSourceFile:Wu}=Zt(),Hi=ue(),Yi=yr(),Fn=Pr(),{inferParserByLanguage:Yr}=nu(),Ki=Ru(),cu=zi(),zu=Gt(),{hasPragma:Qi}=Vu(),{Node:Zi}=Uu(),{parseIeConditionalComment:es}=wn(),{locStart:ts,locEnd:rs}=iu();function ns(L,re,ge){let{canSelfClose:Ee,normalizeTagName:Pe,normalizeAttributeName:ie,allowHtmComponentClosingTags:de,isTagNameCaseSensitive:Ue,getTagContentType:Ge}=re,gt=_n(),{RecursiveVisitor:ce,visitAll:ve}=au(),{ParseSourceSpan:Ve}=Zt(),{getHtmlTagDefinition:He}=su(),{rootNodes:Je,errors:Qe}=gt.parse(L,{canSelfClose:Ee,allowHtmComponentClosingTags:de,isTagNameCaseSensitive:Ue,getTagContentType:Ge});if(ge.parser==="vue")if(Je.some(st=>st.type==="docType"&&st.value==="html"||st.type==="element"&&st.name.toLowerCase()==="html")){Ee=!0,Pe=!0,ie=!0,de=!0,Ue=!1;let st=gt.parse(L,{canSelfClose:Ee,allowHtmComponentClosingTags:de,isTagNameCaseSensitive:Ue});Je=st.rootNodes,Qe=st.errors}else{let st=Ot=>{if(!Ot||Ot.type!=="element"||Ot.name!=="template")return!1;let Vt=Ot.attrs.find(rr=>rr.name==="lang"),Ut=Vt&&Vt.value;return!Ut||Yr(Ut,ge)==="html"};if(Je.some(st)){let Ot,Vt=()=>gt.parse(L,{canSelfClose:Ee,allowHtmComponentClosingTags:de,isTagNameCaseSensitive:Ue}),Ut=()=>Ot||(Ot=Vt()),rr=z=>Ut().rootNodes.find(le=>{let{startSourceSpan:We}=le;return We&&We.start.offset===z.startSourceSpan.start.offset});for(let z=0;z0){let{msg:st,span:{start:Ot,end:Vt}}=Qe[0];throw Fn(st,{start:{line:Ot.line+1,column:Ot.col+1},end:{line:Vt.line+1,column:Vt.col+1}})}let yt=st=>{let Ot=st.name.startsWith(":")?st.name.slice(1).split(":")[0]:null,Vt=st.nameSpan.toString(),Ut=Ot!==null&&Vt.startsWith(`${Ot}:`),rr=Ut?Vt.slice(Ot.length+1):Vt;st.name=rr,st.namespace=Ot,st.hasExplicitNamespace=Ut},_t=st=>{switch(st.type){case"element":yt(st);for(let Ot of st.attrs)yt(Ot),Ot.valueSpan?(Ot.value=Ot.valueSpan.toString(),/["']/.test(Ot.value[0])&&(Ot.value=Ot.value.slice(1,-1))):Ot.value=null;break;case"comment":st.value=st.sourceSpan.toString().slice(4,-3);break;case"text":st.value=st.sourceSpan.toString();break}},ct=(st,Ot)=>{let Vt=st.toLowerCase();return Ot(Vt)?Vt:st},kt=st=>{if(st.type==="element"&&(Pe&&(!st.namespace||st.namespace===st.tagDefinition.implicitNamespacePrefix||zu(st))&&(st.name=ct(st.name,Ot=>Ot in Ki)),ie)){let Ot=cu[st.name]||Object.create(null);for(let Vt of st.attrs)Vt.namespace||(Vt.name=ct(Vt.name,Ut=>st.name in cu&&(Ut in cu["*"]||Ut in Ot)))}},$t=st=>{st.sourceSpan&&st.endSourceSpan&&(st.sourceSpan=new Ve(st.sourceSpan.start,st.endSourceSpan.end))},ir=st=>{if(st.type==="element"){let Ot=He(Ue?st.name:st.name.toLowerCase());!st.namespace||st.namespace===Ot.implicitNamespacePrefix||zu(st)?st.tagDefinition=Ot:st.tagDefinition=He("")}};return ve(new class extends ce{visit(st){_t(st),ir(st),kt(st),$t(st)}},Je),Je}function kn(L,re,ge){let Ee=arguments.length>3&&arguments[3]!==void 0?arguments[3]:!0,{frontMatter:Pe,content:ie}=Ee?Hi(L):{frontMatter:null,content:L},de=new Wu(L,re.filepath),Ue=new pu(de,0,0,0),Ge=Ue.moveBy(L.length),gt={type:"root",sourceSpan:new pn(Ue,Ge),children:ns(ie,ge,re)};if(Pe){let Ve=new pu(de,0,0,0),He=Ve.moveBy(Pe.raw.length);Pe.sourceSpan=new pn(Ve,He),gt.children.unshift(Pe)}let ce=new Zi(gt),ve=(Ve,He)=>{let{offset:Je}=He,Qe=L.slice(0,Je).replace(/[^\n\r]/g," "),yt=kn(Qe+Ve,re,ge,!1);yt.sourceSpan=new pn(He,Yi(yt.children).sourceSpan.end);let _t=yt.children[0];return _t.length===Je?yt.children.shift():(_t.sourceSpan=new pn(_t.sourceSpan.start.moveBy(Je),_t.sourceSpan.end),_t.value=_t.value.slice(Je)),yt};return ce.walk(Ve=>{if(Ve.type==="comment"){let He=es(Ve,ve);He&&Ve.parent.replaceChild(Ve,He)}}),ce}function An(){let{name:L,canSelfClose:re=!1,normalizeTagName:ge=!1,normalizeAttributeName:Ee=!1,allowHtmComponentClosingTags:Pe=!1,isTagNameCaseSensitive:ie=!1,getTagContentType:de}=arguments.length>0&&arguments[0]!==void 0?arguments[0]:{};return{parse:(Ue,Ge,gt)=>kn(Ue,Object.assign({parser:L},gt),{canSelfClose:re,normalizeTagName:ge,normalizeAttributeName:Ee,allowHtmComponentClosingTags:Pe,isTagNameCaseSensitive:ie,getTagContentType:de}),hasPragma:Qi,astFormat:"html",locStart:ts,locEnd:rs}}Ne.exports={parsers:{html:An({name:"html",canSelfClose:!0,normalizeTagName:!0,normalizeAttributeName:!0,allowHtmComponentClosingTags:!0}),angular:An({name:"angular",canSelfClose:!0}),vue:An({name:"vue",canSelfClose:!0,isTagNameCaseSensitive:!0,getTagContentType:(L,re,ge,Ee)=>{if(L.toLowerCase()!=="html"&&!ge&&(L!=="template"||Ee.some(Pe=>{let{name:ie,value:de}=Pe;return ie==="lang"&&de!=="html"&&de!==""&&de!==void 0})))return _n().TagContentType.RAW_TEXT}}),lwc:An({name:"lwc"})}}});return $i()})}}),Dl=ta({"node_modules/prettier/standalone.js"(Jr,Xr){(function(Ae){if(typeof Jr=="object"&&typeof Xr=="object")Xr.exports=Ae();else if(typeof define=="function"&&define.amd)define(Ae);else{var Yt=typeof globalThis<"u"?globalThis:typeof global<"u"?global:typeof self<"u"?self:this||{};Yt.prettier=Ae()}})(function(){var Ae=(ee,V)=>()=>(V||ee((V={exports:{}}).exports,V),V.exports),Yt=Ae((ee,V)=>{var W=function(Z){return Z&&Z.Math==Math&&Z};V.exports=W(typeof globalThis=="object"&&globalThis)||W(typeof window=="object"&&window)||W(typeof self=="object"&&self)||W(typeof global=="object"&&global)||function(){return this}()||Function("return this")()}),hr=Ae((ee,V)=>{V.exports=function(W){try{return!!W()}catch{return!0}}}),br=Ae((ee,V)=>{var W=hr();V.exports=!W(function(){return Object.defineProperty({},1,{get:function(){return 7}})[1]!=7})}),Hr=Ae((ee,V)=>{var W=hr();V.exports=!W(function(){var Z=(function(){}).bind();return typeof Z!="function"||Z.hasOwnProperty("prototype")})}),gr=Ae((ee,V)=>{var W=Hr(),Z=Function.prototype.call;V.exports=W?Z.bind(Z):function(){return Z.apply(Z,arguments)}}),Dn=Ae(ee=>{var V={}.propertyIsEnumerable,W=Object.getOwnPropertyDescriptor,Z=W&&!V.call({1:2},1);ee.f=Z?function(Y){var ne=W(this,Y);return!!ne&&ne.enumerable}:V}),Lr=Ae((ee,V)=>{V.exports=function(W,Z){return{enumerable:!(W&1),configurable:!(W&2),writable:!(W&4),value:Z}}}),Dr=Ae((ee,V)=>{var W=Hr(),Z=Function.prototype,Y=Z.call,ne=W&&Z.bind.bind(Y,Y);V.exports=W?ne:function(Fe){return function(){return Y.apply(Fe,arguments)}}}),Br=Ae((ee,V)=>{var W=Dr(),Z=W({}.toString),Y=W("".slice);V.exports=function(ne){return Y(Z(ne),8,-1)}}),Zr=Ae((ee,V)=>{var W=Dr(),Z=hr(),Y=Br(),ne=Object,Fe=W("".split);V.exports=Z(function(){return!ne("z").propertyIsEnumerable(0)})?function(je){return Y(je)=="String"?Fe(je,""):ne(je)}:ne}),nn=Ae((ee,V)=>{V.exports=function(W){return W==null}}),qn=Ae((ee,V)=>{var W=nn(),Z=TypeError;V.exports=function(Y){if(W(Y))throw Z("Can't call method on "+Y);return Y}}),dn=Ae((ee,V)=>{var W=Zr(),Z=qn();V.exports=function(Y){return W(Z(Y))}}),Vn=Ae((ee,V)=>{var W=typeof document=="object"&&document.all,Z=typeof W>"u"&&W!==void 0;V.exports={all:W,IS_HTMLDDA:Z}}),dr=Ae((ee,V)=>{var W=Vn(),Z=W.all;V.exports=W.IS_HTMLDDA?function(Y){return typeof Y=="function"||Y===Z}:function(Y){return typeof Y=="function"}}),Or=Ae((ee,V)=>{var W=dr(),Z=Vn(),Y=Z.all;V.exports=Z.IS_HTMLDDA?function(ne){return typeof ne=="object"?ne!==null:W(ne)||ne===Y}:function(ne){return typeof ne=="object"?ne!==null:W(ne)}}),un=Ae((ee,V)=>{var W=Yt(),Z=dr(),Y=function(ne){return Z(ne)?ne:void 0};V.exports=function(ne,Fe){return arguments.length<2?Y(W[ne]):W[ne]&&W[ne][Fe]}}),Un=Ae((ee,V)=>{var W=Dr();V.exports=W({}.isPrototypeOf)}),ii=Ae((ee,V)=>{var W=un();V.exports=W("navigator","userAgent")||""}),si=Ae((ee,V)=>{var W=Yt(),Z=ii(),Y=W.process,ne=W.Deno,Fe=Y&&Y.versions||ne&&ne.version,je=Fe&&Fe.v8,he,qe;je&&(he=je.split("."),qe=he[0]>0&&he[0]<4?1:+(he[0]+he[1])),!qe&&Z&&(he=Z.match(/Edge\/(\d+)/),(!he||he[1]>=74)&&(he=Z.match(/Chrome\/(\d+)/),he&&(qe=+he[1]))),V.exports=qe}),Gn=Ae((ee,V)=>{var W=si(),Z=hr();V.exports=!!Object.getOwnPropertySymbols&&!Z(function(){var Y=Symbol();return!String(Y)||!(Object(Y)instanceof Symbol)||!Symbol.sham&&W&&W<41})}),Jn=Ae((ee,V)=>{var W=Gn();V.exports=W&&!Symbol.sham&&typeof Symbol.iterator=="symbol"}),Xn=Ae((ee,V)=>{var W=un(),Z=dr(),Y=Un(),ne=Jn(),Fe=Object;V.exports=ne?function(je){return typeof je=="symbol"}:function(je){var he=W("Symbol");return Z(he)&&Y(he.prototype,Fe(je))}}),fn=Ae((ee,V)=>{var W=String;V.exports=function(Z){try{return W(Z)}catch{return"Object"}}}),sn=Ae((ee,V)=>{var W=dr(),Z=fn(),Y=TypeError;V.exports=function(ne){if(W(ne))return ne;throw Y(Z(ne)+" is not a function")}}),mn=Ae((ee,V)=>{var W=sn(),Z=nn();V.exports=function(Y,ne){var Fe=Y[ne];return Z(Fe)?void 0:W(Fe)}}),ai=Ae((ee,V)=>{var W=gr(),Z=dr(),Y=Or(),ne=TypeError;V.exports=function(Fe,je){var he,qe;if(je==="string"&&Z(he=Fe.toString)&&!Y(qe=W(he,Fe))||Z(he=Fe.valueOf)&&!Y(qe=W(he,Fe))||je!=="string"&&Z(he=Fe.toString)&&!Y(qe=W(he,Fe)))return qe;throw ne("Can't convert object to primitive value")}}),oi=Ae((ee,V)=>{V.exports=!1}),hn=Ae((ee,V)=>{var W=Yt(),Z=Object.defineProperty;V.exports=function(Y,ne){try{Z(W,Y,{value:ne,configurable:!0,writable:!0})}catch{W[Y]=ne}return ne}}),gn=Ae((ee,V)=>{var W=Yt(),Z=hn(),Y="__core-js_shared__",ne=W[Y]||Z(Y,{});V.exports=ne}),Wn=Ae((ee,V)=>{var W=oi(),Z=gn();(V.exports=function(Y,ne){return Z[Y]||(Z[Y]=ne!==void 0?ne:{})})("versions",[]).push({version:"3.26.1",mode:W?"pure":"global",copyright:"© 2014-2022 Denis Pushkarev (zloirock.ru)",license:"https://github.com/zloirock/core-js/blob/v3.26.1/LICENSE",source:"https://github.com/zloirock/core-js"})}),Sn=Ae((ee,V)=>{var W=qn(),Z=Object;V.exports=function(Y){return Z(W(Y))}}),kr=Ae((ee,V)=>{var W=Dr(),Z=Sn(),Y=W({}.hasOwnProperty);V.exports=Object.hasOwn||function(ne,Fe){return Y(Z(ne),Fe)}}),zn=Ae((ee,V)=>{var W=Dr(),Z=0,Y=Math.random(),ne=W(1 .toString);V.exports=function(Fe){return"Symbol("+(Fe===void 0?"":Fe)+")_"+ne(++Z+Y,36)}}),$r=Ae((ee,V)=>{var W=Yt(),Z=Wn(),Y=kr(),ne=zn(),Fe=Gn(),je=Jn(),he=Z("wks"),qe=W.Symbol,et=qe&&qe.for,Ze=je?qe:qe&&qe.withoutSetter||ne;V.exports=function(nt){if(!Y(he,nt)||!(Fe||typeof he[nt]=="string")){var rt="Symbol."+nt;Fe&&Y(qe,nt)?he[nt]=qe[nt]:je&&et?he[nt]=et(rt):he[nt]=Ze(rt)}return he[nt]}}),li=Ae((ee,V)=>{var W=gr(),Z=Or(),Y=Xn(),ne=mn(),Fe=ai(),je=$r(),he=TypeError,qe=je("toPrimitive");V.exports=function(et,Ze){if(!Z(et)||Y(et))return et;var nt=ne(et,qe),rt;if(nt){if(Ze===void 0&&(Ze="default"),rt=W(nt,et,Ze),!Z(rt)||Y(rt))return rt;throw he("Can't convert object to primitive value")}return Ze===void 0&&(Ze="number"),Fe(et,Ze)}}),yn=Ae((ee,V)=>{var W=li(),Z=Xn();V.exports=function(Y){var ne=W(Y,"string");return Z(ne)?ne:ne+""}}),pi=Ae((ee,V)=>{var W=Yt(),Z=Or(),Y=W.document,ne=Z(Y)&&Z(Y.createElement);V.exports=function(Fe){return ne?Y.createElement(Fe):{}}}),Hn=Ae((ee,V)=>{var W=br(),Z=hr(),Y=pi();V.exports=!W&&!Z(function(){return Object.defineProperty(Y("div"),"a",{get:function(){return 7}}).a!=7})}),Yn=Ae(ee=>{var V=br(),W=gr(),Z=Dn(),Y=Lr(),ne=dn(),Fe=yn(),je=kr(),he=Hn(),qe=Object.getOwnPropertyDescriptor;ee.f=V?qe:function(et,Ze){if(et=ne(et),Ze=Fe(Ze),he)try{return qe(et,Ze)}catch{}if(je(et,Ze))return Y(!W(Z.f,et,Ze),et[Ze])}}),ci=Ae((ee,V)=>{var W=br(),Z=hr();V.exports=W&&Z(function(){return Object.defineProperty(function(){},"prototype",{value:42,writable:!1}).prototype!=42})}),Wr=Ae((ee,V)=>{var W=Or(),Z=String,Y=TypeError;V.exports=function(ne){if(W(ne))return ne;throw Y(Z(ne)+" is not an object")}}),en=Ae(ee=>{var V=br(),W=Hn(),Z=ci(),Y=Wr(),ne=yn(),Fe=TypeError,je=Object.defineProperty,he=Object.getOwnPropertyDescriptor,qe="enumerable",et="configurable",Ze="writable";ee.f=V?Z?function(nt,rt,$){if(Y(nt),rt=ne(rt),Y($),typeof nt=="function"&&rt==="prototype"&&"value"in $&&Ze in $&&!$[Ze]){var Ft=he(nt,rt);Ft&&Ft[Ze]&&(nt[rt]=$.value,$={configurable:et in $?$[et]:Ft[et],enumerable:qe in $?$[qe]:Ft[qe],writable:!1})}return je(nt,rt,$)}:je:function(nt,rt,$){if(Y(nt),rt=ne(rt),Y($),W)try{return je(nt,rt,$)}catch{}if("get"in $||"set"in $)throw Fe("Accessors not supported");return"value"in $&&(nt[rt]=$.value),nt}}),Kn=Ae((ee,V)=>{var W=br(),Z=en(),Y=Lr();V.exports=W?function(ne,Fe,je){return Z.f(ne,Fe,Y(1,je))}:function(ne,Fe,je){return ne[Fe]=je,ne}}),Di=Ae((ee,V)=>{var W=br(),Z=kr(),Y=Function.prototype,ne=W&&Object.getOwnPropertyDescriptor,Fe=Z(Y,"name"),je=Fe&&(function(){}).name==="something",he=Fe&&(!W||W&&ne(Y,"name").configurable);V.exports={EXISTS:Fe,PROPER:je,CONFIGURABLE:he}}),Qn=Ae((ee,V)=>{var W=Dr(),Z=dr(),Y=gn(),ne=W(Function.toString);Z(Y.inspectSource)||(Y.inspectSource=function(Fe){return ne(Fe)}),V.exports=Y.inspectSource}),di=Ae((ee,V)=>{var W=Yt(),Z=dr(),Y=W.WeakMap;V.exports=Z(Y)&&/native code/.test(String(Y))}),fi=Ae((ee,V)=>{var W=Wn(),Z=zn(),Y=W("keys");V.exports=function(ne){return Y[ne]||(Y[ne]=Z(ne))}}),Zn=Ae((ee,V)=>{V.exports={}}),mi=Ae((ee,V)=>{var W=di(),Z=Yt(),Y=Or(),ne=Kn(),Fe=kr(),je=gn(),he=fi(),qe=Zn(),et="Object already initialized",Ze=Z.TypeError,nt=Z.WeakMap,rt,$,Ft,At=function(ue){return Ft(ue)?$(ue):rt(ue,{})},Lt=function(ue){return function(yr){var Pr;if(!Y(yr)||(Pr=$(yr)).type!==ue)throw Ze("Incompatible receiver, "+ue+" required");return Pr}};W||je.state?(qt=je.state||(je.state=new nt),qt.get=qt.get,qt.has=qt.has,qt.set=qt.set,rt=function(ue,yr){if(qt.has(ue))throw Ze(et);return yr.facade=ue,qt.set(ue,yr),yr},$=function(ue){return qt.get(ue)||{}},Ft=function(ue){return qt.has(ue)}):(Zt=he("state"),qe[Zt]=!0,rt=function(ue,yr){if(Fe(ue,Zt))throw Ze(et);return yr.facade=ue,ne(ue,Zt,yr),yr},$=function(ue){return Fe(ue,Zt)?ue[Zt]:{}},Ft=function(ue){return Fe(ue,Zt)});var qt,Zt;V.exports={set:rt,get:$,has:Ft,enforce:At,getterFor:Lt}}),gu=Ae((ee,V)=>{var W=hr(),Z=dr(),Y=kr(),ne=br(),Fe=Di().CONFIGURABLE,je=Qn(),he=mi(),qe=he.enforce,et=he.get,Ze=Object.defineProperty,nt=ne&&!W(function(){return Ze(function(){},"length",{value:8}).length!==8}),rt=String(String).split("String"),$=V.exports=function(Ft,At,Lt){String(At).slice(0,7)==="Symbol("&&(At="["+String(At).replace(/^Symbol\(([^)]*)\)/,"$1")+"]"),Lt&&Lt.getter&&(At="get "+At),Lt&&Lt.setter&&(At="set "+At),(!Y(Ft,"name")||Fe&&Ft.name!==At)&&(ne?Ze(Ft,"name",{value:At,configurable:!0}):Ft.name=At),nt&&Lt&&Y(Lt,"arity")&&Ft.length!==Lt.arity&&Ze(Ft,"length",{value:Lt.arity});try{Lt&&Y(Lt,"constructor")&&Lt.constructor?ne&&Ze(Ft,"prototype",{writable:!1}):Ft.prototype&&(Ft.prototype=void 0)}catch{}var qt=qe(Ft);return Y(qt,"source")||(qt.source=rt.join(typeof At=="string"?At:"")),Ft};Function.prototype.toString=$(function(){return Z(this)&&et(this).source||je(this)},"toString")}),hi=Ae((ee,V)=>{var W=dr(),Z=en(),Y=gu(),ne=hn();V.exports=function(Fe,je,he,qe){qe||(qe={});var et=qe.enumerable,Ze=qe.name!==void 0?qe.name:je;if(W(he)&&Y(he,Ze,qe),qe.global)et?Fe[je]=he:ne(je,he);else{try{qe.unsafe?Fe[je]&&(et=!0):delete Fe[je]}catch{}et?Fe[je]=he:Z.f(Fe,je,{value:he,enumerable:!1,configurable:!qe.nonConfigurable,writable:!qe.nonWritable})}return Fe}}),gi=Ae((ee,V)=>{var W=Math.ceil,Z=Math.floor;V.exports=Math.trunc||function(Y){var ne=+Y;return(ne>0?Z:W)(ne)}}),xn=Ae((ee,V)=>{var W=gi();V.exports=function(Z){var Y=+Z;return Y!==Y||Y===0?0:W(Y)}}),yi=Ae((ee,V)=>{var W=xn(),Z=Math.max,Y=Math.min;V.exports=function(ne,Fe){var je=W(ne);return je<0?Z(je+Fe,0):Y(je,Fe)}}),Ei=Ae((ee,V)=>{var W=xn(),Z=Math.min;V.exports=function(Y){return Y>0?Z(W(Y),9007199254740991):0}}),tn=Ae((ee,V)=>{var W=Ei();V.exports=function(Z){return W(Z.length)}}),Ci=Ae((ee,V)=>{var W=dn(),Z=yi(),Y=tn(),ne=function(Fe){return function(je,he,qe){var et=W(je),Ze=Y(et),nt=Z(qe,Ze),rt;if(Fe&&he!=he){for(;Ze>nt;)if(rt=et[nt++],rt!=rt)return!0}else for(;Ze>nt;nt++)if((Fe||nt in et)&&et[nt]===he)return Fe||nt||0;return!Fe&&-1}};V.exports={includes:ne(!0),indexOf:ne(!1)}}),Fi=Ae((ee,V)=>{var W=Dr(),Z=kr(),Y=dn(),ne=Ci().indexOf,Fe=Zn(),je=W([].push);V.exports=function(he,qe){var et=Y(he),Ze=0,nt=[],rt;for(rt in et)!Z(Fe,rt)&&Z(et,rt)&&je(nt,rt);for(;qe.length>Ze;)Z(et,rt=qe[Ze++])&&(~ne(nt,rt)||je(nt,rt));return nt}}),Ai=Ae((ee,V)=>{V.exports=["constructor","hasOwnProperty","isPrototypeOf","propertyIsEnumerable","toLocaleString","toString","valueOf"]}),vi=Ae(ee=>{var V=Fi(),W=Ai(),Z=W.concat("length","prototype");ee.f=Object.getOwnPropertyNames||function(Y){return V(Y,Z)}}),bi=Ae(ee=>{ee.f=Object.getOwnPropertySymbols}),Si=Ae((ee,V)=>{var W=un(),Z=Dr(),Y=vi(),ne=bi(),Fe=Wr(),je=Z([].concat);V.exports=W("Reflect","ownKeys")||function(he){var qe=Y.f(Fe(he)),et=ne.f;return et?je(qe,et(he)):qe}}),xi=Ae((ee,V)=>{var W=kr(),Z=Si(),Y=Yn(),ne=en();V.exports=function(Fe,je,he){for(var qe=Z(je),et=ne.f,Ze=Y.f,nt=0;nt{var W=hr(),Z=dr(),Y=/#|\.prototype\./,ne=function(et,Ze){var nt=je[Fe(et)];return nt==qe?!0:nt==he?!1:Z(Ze)?W(Ze):!!Ze},Fe=ne.normalize=function(et){return String(et).replace(Y,".").toLowerCase()},je=ne.data={},he=ne.NATIVE="N",qe=ne.POLYFILL="P";V.exports=ne}),an=Ae((ee,V)=>{var W=Yt(),Z=Yn().f,Y=Kn(),ne=hi(),Fe=hn(),je=xi(),he=Ti();V.exports=function(qe,et){var Ze=qe.target,nt=qe.global,rt=qe.stat,$,Ft,At,Lt,qt,Zt;if(nt?Ft=W:rt?Ft=W[Ze]||Fe(Ze,{}):Ft=(W[Ze]||{}).prototype,Ft)for(At in et){if(qt=et[At],qe.dontCallGetSet?(Zt=Z(Ft,At),Lt=Zt&&Zt.value):Lt=Ft[At],$=he(nt?At:Ze+(rt?".":"#")+At,qe.forced),!$&&Lt!==void 0){if(typeof qt==typeof Lt)continue;je(qt,Lt)}(qe.sham||Lt&&Lt.sham)&&Y(qt,"sham",!0),ne(Ft,At,qt,qe)}}}),yu=Ae((ee,V)=>{var W=Br();V.exports=Array.isArray||function(Z){return W(Z)=="Array"}}),Bi=Ae((ee,V)=>{var W=TypeError,Z=9007199254740991;V.exports=function(Y){if(Y>Z)throw W("Maximum allowed index exceeded");return Y}}),Eu=Ae((ee,V)=>{var W=Br(),Z=Dr();V.exports=function(Y){if(W(Y)==="Function")return Z(Y)}}),Cu=Ae((ee,V)=>{var W=Eu(),Z=sn(),Y=Hr(),ne=W(W.bind);V.exports=function(Fe,je){return Z(Fe),je===void 0?Fe:Y?ne(Fe,je):function(){return Fe.apply(je,arguments)}}}),Fu=Ae((ee,V)=>{var W=yu(),Z=tn(),Y=Bi(),ne=Cu(),Fe=function(je,he,qe,et,Ze,nt,rt,$){for(var Ft=Ze,At=0,Lt=rt?ne(rt,$):!1,qt,Zt;At0&&W(qt)?(Zt=Z(qt),Ft=Fe(je,he,qt,Zt,Ft,nt-1)-1):(Y(Ft+1),je[Ft]=qt),Ft++),At++;return Ft};V.exports=Fe}),Au=Ae((ee,V)=>{var W=$r(),Z=W("toStringTag"),Y={};Y[Z]="z",V.exports=String(Y)==="[object z]"}),vu=Ae((ee,V)=>{var W=Au(),Z=dr(),Y=Br(),ne=$r(),Fe=ne("toStringTag"),je=Object,he=Y(function(){return arguments}())=="Arguments",qe=function(et,Ze){try{return et[Ze]}catch{}};V.exports=W?Y:function(et){var Ze,nt,rt;return et===void 0?"Undefined":et===null?"Null":typeof(nt=qe(Ze=je(et),Fe))=="string"?nt:he?Y(Ze):(rt=Y(Ze))=="Object"&&Z(Ze.callee)?"Arguments":rt}}),wi=Ae((ee,V)=>{var W=Dr(),Z=hr(),Y=dr(),ne=vu(),Fe=un(),je=Qn(),he=function(){},qe=[],et=Fe("Reflect","construct"),Ze=/^\s*(?:class|function)\b/,nt=W(Ze.exec),rt=!Ze.exec(he),$=function(At){if(!Y(At))return!1;try{return et(he,qe,At),!0}catch{return!1}},Ft=function(At){if(!Y(At))return!1;switch(ne(At)){case"AsyncFunction":case"GeneratorFunction":case"AsyncGeneratorFunction":return!1}try{return rt||!!nt(Ze,je(At))}catch{return!0}};Ft.sham=!0,V.exports=!et||Z(function(){var At;return $($.call)||!$(Object)||!$(function(){At=!0})||At})?Ft:$}),bu=Ae((ee,V)=>{var W=yu(),Z=wi(),Y=Or(),ne=$r(),Fe=ne("species"),je=Array;V.exports=function(he){var qe;return W(he)&&(qe=he.constructor,Z(qe)&&(qe===je||W(qe.prototype))?qe=void 0:Y(qe)&&(qe=qe[Fe],qe===null&&(qe=void 0))),qe===void 0?je:qe}}),Su=Ae((ee,V)=>{var W=bu();V.exports=function(Z,Y){return new(W(Z))(Y===0?0:Y)}}),Ni=Ae(()=>{var ee=an(),V=Fu(),W=sn(),Z=Sn(),Y=tn(),ne=Su();ee({target:"Array",proto:!0},{flatMap:function(Fe){var je=Z(this),he=Y(je),qe;return W(Fe),qe=ne(je,0),qe.length=V(qe,je,je,he,0,1,Fe,arguments.length>1?arguments[1]:void 0),qe}})}),xu=Ae((ee,V)=>{V.exports={}}),_i=Ae((ee,V)=>{var W=$r(),Z=xu(),Y=W("iterator"),ne=Array.prototype;V.exports=function(Fe){return Fe!==void 0&&(Z.Array===Fe||ne[Y]===Fe)}}),eu=Ae((ee,V)=>{var W=vu(),Z=mn(),Y=nn(),ne=xu(),Fe=$r(),je=Fe("iterator");V.exports=function(he){if(!Y(he))return Z(he,je)||Z(he,"@@iterator")||ne[W(he)]}}),ki=Ae((ee,V)=>{var W=gr(),Z=sn(),Y=Wr(),ne=fn(),Fe=eu(),je=TypeError;V.exports=function(he,qe){var et=arguments.length<2?Fe(he):qe;if(Z(et))return Y(W(et,he));throw je(ne(he)+" is not iterable")}}),Tu=Ae((ee,V)=>{var W=gr(),Z=Wr(),Y=mn();V.exports=function(ne,Fe,je){var he,qe;Z(ne);try{if(he=Y(ne,"return"),!he){if(Fe==="throw")throw je;return je}he=W(he,ne)}catch(et){qe=!0,he=et}if(Fe==="throw")throw je;if(qe)throw he;return Z(he),je}}),Pi=Ae((ee,V)=>{var W=Cu(),Z=gr(),Y=Wr(),ne=fn(),Fe=_i(),je=tn(),he=Un(),qe=ki(),et=eu(),Ze=Tu(),nt=TypeError,rt=function(Ft,At){this.stopped=Ft,this.result=At},$=rt.prototype;V.exports=function(Ft,At,Lt){var qt=Lt&&Lt.that,Zt=!!(Lt&&Lt.AS_ENTRIES),ue=!!(Lt&&Lt.IS_RECORD),yr=!!(Lt&&Lt.IS_ITERATOR),Pr=!!(Lt&&Lt.INTERRUPTED),zr=W(At,qt),fr,Rr,mr,rn,wr,Fr,Tn,Bn=function(Nr){return fr&&Ze(fr,"normal",Nr),new rt(!0,Nr)},on=function(Nr){return Zt?(Y(Nr),Pr?zr(Nr[0],Nr[1],Bn):zr(Nr[0],Nr[1])):Pr?zr(Nr,Bn):zr(Nr)};if(ue)fr=Ft.iterator;else if(yr)fr=Ft;else{if(Rr=et(Ft),!Rr)throw nt(ne(Ft)+" is not iterable");if(Fe(Rr)){for(mr=0,rn=je(Ft);rn>mr;mr++)if(wr=on(Ft[mr]),wr&&he($,wr))return wr;return new rt(!1)}fr=qe(Ft,Rr)}for(Fr=ue?Ft.next:fr.next;!(Tn=Z(Fr,fr)).done;){try{wr=on(Tn.value)}catch(Nr){Ze(fr,"throw",Nr)}if(typeof wr=="object"&&wr&&he($,wr))return wr}return new rt(!1)}}),Ii=Ae((ee,V)=>{var W=yn(),Z=en(),Y=Lr();V.exports=function(ne,Fe,je){var he=W(Fe);he in ne?Z.f(ne,he,Y(0,je)):ne[he]=je}}),ji=Ae(()=>{var ee=an(),V=Pi(),W=Ii();ee({target:"Object",stat:!0},{fromEntries:function(Z){var Y={};return V(Z,function(ne,Fe){W(Y,ne,Fe)},{AS_ENTRIES:!0}),Y}})}),Li=Ae((ee,V)=>{var W=gu(),Z=en();V.exports=function(Y,ne,Fe){return Fe.get&&W(Fe.get,ne,{getter:!0}),Fe.set&&W(Fe.set,ne,{setter:!0}),Z.f(Y,ne,Fe)}}),Oi=Ae((ee,V)=>{var W=Wr();V.exports=function(){var Z=W(this),Y="";return Z.hasIndices&&(Y+="d"),Z.global&&(Y+="g"),Z.ignoreCase&&(Y+="i"),Z.multiline&&(Y+="m"),Z.dotAll&&(Y+="s"),Z.unicode&&(Y+="u"),Z.unicodeSets&&(Y+="v"),Z.sticky&&(Y+="y"),Y}}),$i=Ae(()=>{var ee=Yt(),V=br(),W=Li(),Z=Oi(),Y=hr(),ne=ee.RegExp,Fe=ne.prototype,je=V&&Y(function(){var he=!0;try{ne(".","d")}catch{he=!1}var qe={},et="",Ze=he?"dgimsy":"gimsy",nt=function(At,Lt){Object.defineProperty(qe,At,{get:function(){return et+=Lt,!0}})},rt={dotAll:"s",global:"g",ignoreCase:"i",multiline:"m",sticky:"y"};he&&(rt.hasIndices="d");for(var $ in rt)nt($,rt[$]);var Ft=Object.getOwnPropertyDescriptor(Fe,"flags").get.call(qe);return Ft!==Ze||et!==Ze});je&&W(Fe,"flags",{configurable:!0,get:Z})}),ot=Ae(()=>{var ee=an(),V=Yt();ee({global:!0,forced:V.globalThis!==V},{globalThis:V})}),Ne=Ae(()=>{ot()}),Se=Ae(()=>{var ee=an(),V=Fu(),W=Sn(),Z=tn(),Y=xn(),ne=Su();ee({target:"Array",proto:!0},{flat:function(){var Fe=arguments.length?arguments[0]:void 0,je=W(this),he=Z(je),qe=ne(je,0);return qe.length=V(qe,je,je,he,0,Fe===void 0?1:Y(Fe)),qe}})}),Oe=Ae((ee,V)=>{var W=["cliName","cliCategory","cliDescription"],Z=["_"],Y=["languageId"];function ne(u,l){if(u==null)return{};var t=Fe(u,l),a,s;if(Object.getOwnPropertySymbols){var e=Object.getOwnPropertySymbols(u);for(s=0;s=0)&&Object.prototype.propertyIsEnumerable.call(u,a)&&(t[a]=u[a])}return t}function Fe(u,l){if(u==null)return{};var t={},a=Object.keys(u),s,e;for(e=0;e=0)&&(t[s]=u[s]);return t}Ni(),ji(),$i(),Ne(),Se();var je=Object.create,he=Object.defineProperty,qe=Object.getOwnPropertyDescriptor,et=Object.getOwnPropertyNames,Ze=Object.getPrototypeOf,nt=Object.prototype.hasOwnProperty,rt=(u,l)=>function(){return u&&(l=(0,u[et(u)[0]])(u=0)),l},$=(u,l)=>function(){return l||(0,u[et(u)[0]])((l={exports:{}}).exports,l),l.exports},Ft=(u,l)=>{for(var t in l)he(u,t,{get:l[t],enumerable:!0})},At=(u,l,t,a)=>{if(l&&typeof l=="object"||typeof l=="function")for(let s of et(l))!nt.call(u,s)&&s!==t&&he(u,s,{get:()=>l[s],enumerable:!(a=qe(l,s))||a.enumerable});return u},Lt=(u,l,t)=>(t=u!=null?je(Ze(u)):{},At(l||!u||!u.__esModule?he(t,"default",{value:u,enumerable:!0}):t,u)),qt=u=>At(he({},"__esModule",{value:!0}),u),Zt,ue=rt({""(){Zt={env:{},argv:[]}}}),yr=$({"package.json"(u,l){l.exports={version:"2.8.8"}}}),Pr=$({"node_modules/diff/lib/diff/base.js"(u){ue(),Object.defineProperty(u,"__esModule",{value:!0}),u.default=l;function l(){}l.prototype={diff:function(s,e){var r=arguments.length>2&&arguments[2]!==void 0?arguments[2]:{},n=r.callback;typeof r=="function"&&(n=r,r={}),this.options=r;var o=this;function c(A){return n?(setTimeout(function(){n(void 0,A)},0),!0):A}s=this.castInput(s),e=this.castInput(e),s=this.removeEmpty(this.tokenize(s)),e=this.removeEmpty(this.tokenize(e));var y=e.length,m=s.length,g=1,p=y+m,D=[{newPos:-1,components:[]}],C=this.extractCommon(D[0],e,s,0);if(D[0].newPos+1>=y&&C+1>=m)return c([{value:this.join(e),count:e.length}]);function w(){for(var A=-1*g;A<=g;A+=2){var N=void 0,x=D[A-1],P=D[A+1],_=(P?P.newPos:0)-A;x&&(D[A-1]=void 0);var J=x&&x.newPos+1=y&&_+1>=m)return c(t(o,N.components,e,s,o.useLongestToken));D[A]=N}g++}if(n)(function A(){setTimeout(function(){if(g>p)return n();w()||A()},0)})();else for(;g<=p;){var k=w();if(k)return k}},pushComponent:function(s,e,r){var n=s[s.length-1];n&&n.added===e&&n.removed===r?s[s.length-1]={count:n.count+1,added:e,removed:r}:s.push({count:1,added:e,removed:r})},extractCommon:function(s,e,r,n){for(var o=e.length,c=r.length,y=s.newPos,m=y-n,g=0;y+1k.length?N:k}),p.value=s.join(C)}else p.value=s.join(r.slice(m,m+p.count));m+=p.count,p.added||(g+=p.count)}}var w=e[y-1];return y>1&&typeof w.value=="string"&&(w.added||w.removed)&&s.equals("",w.value)&&(e[y-2].value+=w.value,e.pop()),e}function a(s){return{newPos:s.newPos,components:s.components.slice(0)}}}}),zr=$({"node_modules/diff/lib/diff/array.js"(u){ue(),Object.defineProperty(u,"__esModule",{value:!0}),u.diffArrays=s,u.arrayDiff=void 0;var l=t(Pr());function t(e){return e&&e.__esModule?e:{default:e}}var a=new l.default;u.arrayDiff=a,a.tokenize=function(e){return e.slice()},a.join=a.removeEmpty=function(e){return e};function s(e,r,n){return a.diff(e,r,n)}}}),fr=$({"src/document/doc-builders.js"(u,l){ue();function t(F){return{type:"concat",parts:F}}function a(F){return{type:"indent",contents:F}}function s(F,i){return{type:"align",contents:i,n:F}}function e(F){let i=arguments.length>1&&arguments[1]!==void 0?arguments[1]:{};return{type:"group",id:i.id,contents:F,break:!!i.shouldBreak,expandedStates:i.expandedStates}}function r(F){return s(Number.NEGATIVE_INFINITY,F)}function n(F){return s({type:"root"},F)}function o(F){return s(-1,F)}function c(F,i){return e(F[0],Object.assign(Object.assign({},i),{},{expandedStates:F}))}function y(F){return{type:"fill",parts:F}}function m(F,i){let h=arguments.length>2&&arguments[2]!==void 0?arguments[2]:{};return{type:"if-break",breakContents:F,flatContents:i,groupId:h.groupId}}function g(F,i){return{type:"indent-if-break",contents:F,groupId:i.groupId,negate:i.negate}}function p(F){return{type:"line-suffix",contents:F}}var D={type:"line-suffix-boundary"},C={type:"break-parent"},w={type:"trim"},k={type:"line",hard:!0},A={type:"line",hard:!0,literal:!0},N={type:"line"},x={type:"line",soft:!0},P=t([k,C]),_=t([A,C]),J={type:"cursor",placeholder:Symbol("cursor")};function d(F,i){let h=[];for(let E=0;E0){for(let b=0;b=0?r.charAt(n+1)===` +`?"crlf":"cr":"lf"}function a(r){switch(r){case"cr":return"\r";case"crlf":return`\r +`;default:return` +`}}function s(r,n){let o;switch(n){case` +`:o=/\n/g;break;case"\r":o=/\r/g;break;case`\r +`:o=/\r\n/g;break;default:throw new Error(`Unexpected "eol" ${JSON.stringify(n)}.`)}let c=r.match(o);return c?c.length:0}function e(r){return r.replace(/\r\n?/g,` +`)}l.exports={guessEndOfLine:t,convertEndOfLineToChars:a,countEndOfLineChars:s,normalizeEndOfLine:e}}}),mr=$({"src/utils/get-last.js"(u,l){ue();var t=a=>a[a.length-1];l.exports=t}});function rn(){let{onlyFirst:u=!1}=arguments.length>0&&arguments[0]!==void 0?arguments[0]:{},l=["[\\u001B\\u009B][[\\]()#;?]*(?:(?:(?:(?:;[-a-zA-Z\\d\\/#&.:=?%@~_]+)*|[a-zA-Z\\d]+(?:;[-a-zA-Z\\d\\/#&.:=?%@~_]*)*)?\\u0007)","(?:(?:\\d{1,4}(?:;\\d{0,4})*)?[\\dA-PR-TZcf-ntqry=><~]))"].join("|");return new RegExp(l,u?void 0:"g")}var wr=rt({"node_modules/strip-ansi/node_modules/ansi-regex/index.js"(){ue()}});function Fr(u){if(typeof u!="string")throw new TypeError(`Expected a \`string\`, got \`${typeof u}\``);return u.replace(rn(),"")}var Tn=rt({"node_modules/strip-ansi/index.js"(){ue(),wr()}});function Bn(u){return Number.isInteger(u)?u>=4352&&(u<=4447||u===9001||u===9002||11904<=u&&u<=12871&&u!==12351||12880<=u&&u<=19903||19968<=u&&u<=42182||43360<=u&&u<=43388||44032<=u&&u<=55203||63744<=u&&u<=64255||65040<=u&&u<=65049||65072<=u&&u<=65131||65281<=u&&u<=65376||65504<=u&&u<=65510||110592<=u&&u<=110593||127488<=u&&u<=127569||131072<=u&&u<=262141):!1}var on=rt({"node_modules/is-fullwidth-code-point/index.js"(){ue()}}),Nr=$({"node_modules/emoji-regex/index.js"(u,l){ue(),l.exports=function(){return/\uD83C\uDFF4\uDB40\uDC67\uDB40\uDC62(?:\uDB40\uDC77\uDB40\uDC6C\uDB40\uDC73|\uDB40\uDC73\uDB40\uDC63\uDB40\uDC74|\uDB40\uDC65\uDB40\uDC6E\uDB40\uDC67)\uDB40\uDC7F|(?:\uD83E\uDDD1\uD83C\uDFFF\u200D\u2764\uFE0F\u200D(?:\uD83D\uDC8B\u200D)?\uD83E\uDDD1|\uD83D\uDC69\uD83C\uDFFF\u200D\uD83E\uDD1D\u200D(?:\uD83D[\uDC68\uDC69]))(?:\uD83C[\uDFFB-\uDFFE])|(?:\uD83E\uDDD1\uD83C\uDFFE\u200D\u2764\uFE0F\u200D(?:\uD83D\uDC8B\u200D)?\uD83E\uDDD1|\uD83D\uDC69\uD83C\uDFFE\u200D\uD83E\uDD1D\u200D(?:\uD83D[\uDC68\uDC69]))(?:\uD83C[\uDFFB-\uDFFD\uDFFF])|(?:\uD83E\uDDD1\uD83C\uDFFD\u200D\u2764\uFE0F\u200D(?:\uD83D\uDC8B\u200D)?\uD83E\uDDD1|\uD83D\uDC69\uD83C\uDFFD\u200D\uD83E\uDD1D\u200D(?:\uD83D[\uDC68\uDC69]))(?:\uD83C[\uDFFB\uDFFC\uDFFE\uDFFF])|(?:\uD83E\uDDD1\uD83C\uDFFC\u200D\u2764\uFE0F\u200D(?:\uD83D\uDC8B\u200D)?\uD83E\uDDD1|\uD83D\uDC69\uD83C\uDFFC\u200D\uD83E\uDD1D\u200D(?:\uD83D[\uDC68\uDC69]))(?:\uD83C[\uDFFB\uDFFD-\uDFFF])|(?:\uD83E\uDDD1\uD83C\uDFFB\u200D\u2764\uFE0F\u200D(?:\uD83D\uDC8B\u200D)?\uD83E\uDDD1|\uD83D\uDC69\uD83C\uDFFB\u200D\uD83E\uDD1D\u200D(?:\uD83D[\uDC68\uDC69]))(?:\uD83C[\uDFFC-\uDFFF])|\uD83D\uDC68(?:\uD83C\uDFFB(?:\u200D(?:\u2764\uFE0F\u200D(?:\uD83D\uDC8B\u200D\uD83D\uDC68(?:\uD83C[\uDFFB-\uDFFF])|\uD83D\uDC68(?:\uD83C[\uDFFB-\uDFFF]))|\uD83E\uDD1D\u200D\uD83D\uDC68(?:\uD83C[\uDFFC-\uDFFF])|[\u2695\u2696\u2708]\uFE0F|\uD83C[\uDF3E\uDF73\uDF7C\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uD83E[\uDDAF-\uDDB3\uDDBC\uDDBD]))?|(?:\uD83C[\uDFFC-\uDFFF])\u200D\u2764\uFE0F\u200D(?:\uD83D\uDC8B\u200D\uD83D\uDC68(?:\uD83C[\uDFFB-\uDFFF])|\uD83D\uDC68(?:\uD83C[\uDFFB-\uDFFF]))|\u200D(?:\u2764\uFE0F\u200D(?:\uD83D\uDC8B\u200D)?\uD83D\uDC68|(?:\uD83D[\uDC68\uDC69])\u200D(?:\uD83D\uDC66\u200D\uD83D\uDC66|\uD83D\uDC67\u200D(?:\uD83D[\uDC66\uDC67]))|\uD83D\uDC66\u200D\uD83D\uDC66|\uD83D\uDC67\u200D(?:\uD83D[\uDC66\uDC67])|\uD83C[\uDF3E\uDF73\uDF7C\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uD83E[\uDDAF-\uDDB3\uDDBC\uDDBD])|\uD83C\uDFFF\u200D(?:\uD83E\uDD1D\u200D\uD83D\uDC68(?:\uD83C[\uDFFB-\uDFFE])|\uD83C[\uDF3E\uDF73\uDF7C\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uD83E[\uDDAF-\uDDB3\uDDBC\uDDBD])|\uD83C\uDFFE\u200D(?:\uD83E\uDD1D\u200D\uD83D\uDC68(?:\uD83C[\uDFFB-\uDFFD\uDFFF])|\uD83C[\uDF3E\uDF73\uDF7C\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uD83E[\uDDAF-\uDDB3\uDDBC\uDDBD])|\uD83C\uDFFD\u200D(?:\uD83E\uDD1D\u200D\uD83D\uDC68(?:\uD83C[\uDFFB\uDFFC\uDFFE\uDFFF])|\uD83C[\uDF3E\uDF73\uDF7C\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uD83E[\uDDAF-\uDDB3\uDDBC\uDDBD])|\uD83C\uDFFC\u200D(?:\uD83E\uDD1D\u200D\uD83D\uDC68(?:\uD83C[\uDFFB\uDFFD-\uDFFF])|\uD83C[\uDF3E\uDF73\uDF7C\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uD83E[\uDDAF-\uDDB3\uDDBC\uDDBD])|(?:\uD83C\uDFFF\u200D[\u2695\u2696\u2708]|\uD83C\uDFFE\u200D[\u2695\u2696\u2708]|\uD83C\uDFFD\u200D[\u2695\u2696\u2708]|\uD83C\uDFFC\u200D[\u2695\u2696\u2708]|\u200D[\u2695\u2696\u2708])\uFE0F|\u200D(?:(?:\uD83D[\uDC68\uDC69])\u200D(?:\uD83D[\uDC66\uDC67])|\uD83D[\uDC66\uDC67])|\uD83C\uDFFF|\uD83C\uDFFE|\uD83C\uDFFD|\uD83C\uDFFC)?|(?:\uD83D\uDC69(?:\uD83C\uDFFB\u200D\u2764\uFE0F\u200D(?:\uD83D\uDC8B\u200D(?:\uD83D[\uDC68\uDC69])|\uD83D[\uDC68\uDC69])|(?:\uD83C[\uDFFC-\uDFFF])\u200D\u2764\uFE0F\u200D(?:\uD83D\uDC8B\u200D(?:\uD83D[\uDC68\uDC69])|\uD83D[\uDC68\uDC69]))|\uD83E\uDDD1(?:\uD83C[\uDFFB-\uDFFF])\u200D\uD83E\uDD1D\u200D\uD83E\uDDD1)(?:\uD83C[\uDFFB-\uDFFF])|\uD83D\uDC69\u200D\uD83D\uDC69\u200D(?:\uD83D\uDC66\u200D\uD83D\uDC66|\uD83D\uDC67\u200D(?:\uD83D[\uDC66\uDC67]))|\uD83D\uDC69(?:\u200D(?:\u2764\uFE0F\u200D(?:\uD83D\uDC8B\u200D(?:\uD83D[\uDC68\uDC69])|\uD83D[\uDC68\uDC69])|\uD83C[\uDF3E\uDF73\uDF7C\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uD83E[\uDDAF-\uDDB3\uDDBC\uDDBD])|\uD83C\uDFFF\u200D(?:\uD83C[\uDF3E\uDF73\uDF7C\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uD83E[\uDDAF-\uDDB3\uDDBC\uDDBD])|\uD83C\uDFFE\u200D(?:\uD83C[\uDF3E\uDF73\uDF7C\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uD83E[\uDDAF-\uDDB3\uDDBC\uDDBD])|\uD83C\uDFFD\u200D(?:\uD83C[\uDF3E\uDF73\uDF7C\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uD83E[\uDDAF-\uDDB3\uDDBC\uDDBD])|\uD83C\uDFFC\u200D(?:\uD83C[\uDF3E\uDF73\uDF7C\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uD83E[\uDDAF-\uDDB3\uDDBC\uDDBD])|\uD83C\uDFFB\u200D(?:\uD83C[\uDF3E\uDF73\uDF7C\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uD83E[\uDDAF-\uDDB3\uDDBC\uDDBD]))|\uD83E\uDDD1(?:\u200D(?:\uD83E\uDD1D\u200D\uD83E\uDDD1|\uD83C[\uDF3E\uDF73\uDF7C\uDF84\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uD83E[\uDDAF-\uDDB3\uDDBC\uDDBD])|\uD83C\uDFFF\u200D(?:\uD83C[\uDF3E\uDF73\uDF7C\uDF84\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uD83E[\uDDAF-\uDDB3\uDDBC\uDDBD])|\uD83C\uDFFE\u200D(?:\uD83C[\uDF3E\uDF73\uDF7C\uDF84\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uD83E[\uDDAF-\uDDB3\uDDBC\uDDBD])|\uD83C\uDFFD\u200D(?:\uD83C[\uDF3E\uDF73\uDF7C\uDF84\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uD83E[\uDDAF-\uDDB3\uDDBC\uDDBD])|\uD83C\uDFFC\u200D(?:\uD83C[\uDF3E\uDF73\uDF7C\uDF84\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uD83E[\uDDAF-\uDDB3\uDDBC\uDDBD])|\uD83C\uDFFB\u200D(?:\uD83C[\uDF3E\uDF73\uDF7C\uDF84\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uD83E[\uDDAF-\uDDB3\uDDBC\uDDBD]))|\uD83D\uDC69\u200D\uD83D\uDC66\u200D\uD83D\uDC66|\uD83D\uDC69\u200D\uD83D\uDC69\u200D(?:\uD83D[\uDC66\uDC67])|\uD83D\uDC69\u200D\uD83D\uDC67\u200D(?:\uD83D[\uDC66\uDC67])|(?:\uD83D\uDC41\uFE0F\u200D\uD83D\uDDE8|\uD83E\uDDD1(?:\uD83C\uDFFF\u200D[\u2695\u2696\u2708]|\uD83C\uDFFE\u200D[\u2695\u2696\u2708]|\uD83C\uDFFD\u200D[\u2695\u2696\u2708]|\uD83C\uDFFC\u200D[\u2695\u2696\u2708]|\uD83C\uDFFB\u200D[\u2695\u2696\u2708]|\u200D[\u2695\u2696\u2708])|\uD83D\uDC69(?:\uD83C\uDFFF\u200D[\u2695\u2696\u2708]|\uD83C\uDFFE\u200D[\u2695\u2696\u2708]|\uD83C\uDFFD\u200D[\u2695\u2696\u2708]|\uD83C\uDFFC\u200D[\u2695\u2696\u2708]|\uD83C\uDFFB\u200D[\u2695\u2696\u2708]|\u200D[\u2695\u2696\u2708])|\uD83D\uDE36\u200D\uD83C\uDF2B|\uD83C\uDFF3\uFE0F\u200D\u26A7|\uD83D\uDC3B\u200D\u2744|(?:(?:\uD83C[\uDFC3\uDFC4\uDFCA]|\uD83D[\uDC6E\uDC70\uDC71\uDC73\uDC77\uDC81\uDC82\uDC86\uDC87\uDE45-\uDE47\uDE4B\uDE4D\uDE4E\uDEA3\uDEB4-\uDEB6]|\uD83E[\uDD26\uDD35\uDD37-\uDD39\uDD3D\uDD3E\uDDB8\uDDB9\uDDCD-\uDDCF\uDDD4\uDDD6-\uDDDD])(?:\uD83C[\uDFFB-\uDFFF])|\uD83D\uDC6F|\uD83E[\uDD3C\uDDDE\uDDDF])\u200D[\u2640\u2642]|(?:\u26F9|\uD83C[\uDFCB\uDFCC]|\uD83D\uDD75)(?:\uFE0F|\uD83C[\uDFFB-\uDFFF])\u200D[\u2640\u2642]|\uD83C\uDFF4\u200D\u2620|(?:\uD83C[\uDFC3\uDFC4\uDFCA]|\uD83D[\uDC6E\uDC70\uDC71\uDC73\uDC77\uDC81\uDC82\uDC86\uDC87\uDE45-\uDE47\uDE4B\uDE4D\uDE4E\uDEA3\uDEB4-\uDEB6]|\uD83E[\uDD26\uDD35\uDD37-\uDD39\uDD3D\uDD3E\uDDB8\uDDB9\uDDCD-\uDDCF\uDDD4\uDDD6-\uDDDD])\u200D[\u2640\u2642]|[\xA9\xAE\u203C\u2049\u2122\u2139\u2194-\u2199\u21A9\u21AA\u2328\u23CF\u23ED-\u23EF\u23F1\u23F2\u23F8-\u23FA\u24C2\u25AA\u25AB\u25B6\u25C0\u25FB\u25FC\u2600-\u2604\u260E\u2611\u2618\u2620\u2622\u2623\u2626\u262A\u262E\u262F\u2638-\u263A\u2640\u2642\u265F\u2660\u2663\u2665\u2666\u2668\u267B\u267E\u2692\u2694-\u2697\u2699\u269B\u269C\u26A0\u26A7\u26B0\u26B1\u26C8\u26CF\u26D1\u26D3\u26E9\u26F0\u26F1\u26F4\u26F7\u26F8\u2702\u2708\u2709\u270F\u2712\u2714\u2716\u271D\u2721\u2733\u2734\u2744\u2747\u2763\u27A1\u2934\u2935\u2B05-\u2B07\u3030\u303D\u3297\u3299]|\uD83C[\uDD70\uDD71\uDD7E\uDD7F\uDE02\uDE37\uDF21\uDF24-\uDF2C\uDF36\uDF7D\uDF96\uDF97\uDF99-\uDF9B\uDF9E\uDF9F\uDFCD\uDFCE\uDFD4-\uDFDF\uDFF5\uDFF7]|\uD83D[\uDC3F\uDCFD\uDD49\uDD4A\uDD6F\uDD70\uDD73\uDD76-\uDD79\uDD87\uDD8A-\uDD8D\uDDA5\uDDA8\uDDB1\uDDB2\uDDBC\uDDC2-\uDDC4\uDDD1-\uDDD3\uDDDC-\uDDDE\uDDE1\uDDE3\uDDE8\uDDEF\uDDF3\uDDFA\uDECB\uDECD-\uDECF\uDEE0-\uDEE5\uDEE9\uDEF0\uDEF3])\uFE0F|\uD83C\uDFF3\uFE0F\u200D\uD83C\uDF08|\uD83D\uDC69\u200D\uD83D\uDC67|\uD83D\uDC69\u200D\uD83D\uDC66|\uD83D\uDE35\u200D\uD83D\uDCAB|\uD83D\uDE2E\u200D\uD83D\uDCA8|\uD83D\uDC15\u200D\uD83E\uDDBA|\uD83E\uDDD1(?:\uD83C\uDFFF|\uD83C\uDFFE|\uD83C\uDFFD|\uD83C\uDFFC|\uD83C\uDFFB)?|\uD83D\uDC69(?:\uD83C\uDFFF|\uD83C\uDFFE|\uD83C\uDFFD|\uD83C\uDFFC|\uD83C\uDFFB)?|\uD83C\uDDFD\uD83C\uDDF0|\uD83C\uDDF6\uD83C\uDDE6|\uD83C\uDDF4\uD83C\uDDF2|\uD83D\uDC08\u200D\u2B1B|\u2764\uFE0F\u200D(?:\uD83D\uDD25|\uD83E\uDE79)|\uD83D\uDC41\uFE0F|\uD83C\uDFF3\uFE0F|\uD83C\uDDFF(?:\uD83C[\uDDE6\uDDF2\uDDFC])|\uD83C\uDDFE(?:\uD83C[\uDDEA\uDDF9])|\uD83C\uDDFC(?:\uD83C[\uDDEB\uDDF8])|\uD83C\uDDFB(?:\uD83C[\uDDE6\uDDE8\uDDEA\uDDEC\uDDEE\uDDF3\uDDFA])|\uD83C\uDDFA(?:\uD83C[\uDDE6\uDDEC\uDDF2\uDDF3\uDDF8\uDDFE\uDDFF])|\uD83C\uDDF9(?:\uD83C[\uDDE6\uDDE8\uDDE9\uDDEB-\uDDED\uDDEF-\uDDF4\uDDF7\uDDF9\uDDFB\uDDFC\uDDFF])|\uD83C\uDDF8(?:\uD83C[\uDDE6-\uDDEA\uDDEC-\uDDF4\uDDF7-\uDDF9\uDDFB\uDDFD-\uDDFF])|\uD83C\uDDF7(?:\uD83C[\uDDEA\uDDF4\uDDF8\uDDFA\uDDFC])|\uD83C\uDDF5(?:\uD83C[\uDDE6\uDDEA-\uDDED\uDDF0-\uDDF3\uDDF7-\uDDF9\uDDFC\uDDFE])|\uD83C\uDDF3(?:\uD83C[\uDDE6\uDDE8\uDDEA-\uDDEC\uDDEE\uDDF1\uDDF4\uDDF5\uDDF7\uDDFA\uDDFF])|\uD83C\uDDF2(?:\uD83C[\uDDE6\uDDE8-\uDDED\uDDF0-\uDDFF])|\uD83C\uDDF1(?:\uD83C[\uDDE6-\uDDE8\uDDEE\uDDF0\uDDF7-\uDDFB\uDDFE])|\uD83C\uDDF0(?:\uD83C[\uDDEA\uDDEC-\uDDEE\uDDF2\uDDF3\uDDF5\uDDF7\uDDFC\uDDFE\uDDFF])|\uD83C\uDDEF(?:\uD83C[\uDDEA\uDDF2\uDDF4\uDDF5])|\uD83C\uDDEE(?:\uD83C[\uDDE8-\uDDEA\uDDF1-\uDDF4\uDDF6-\uDDF9])|\uD83C\uDDED(?:\uD83C[\uDDF0\uDDF2\uDDF3\uDDF7\uDDF9\uDDFA])|\uD83C\uDDEC(?:\uD83C[\uDDE6\uDDE7\uDDE9-\uDDEE\uDDF1-\uDDF3\uDDF5-\uDDFA\uDDFC\uDDFE])|\uD83C\uDDEB(?:\uD83C[\uDDEE-\uDDF0\uDDF2\uDDF4\uDDF7])|\uD83C\uDDEA(?:\uD83C[\uDDE6\uDDE8\uDDEA\uDDEC\uDDED\uDDF7-\uDDFA])|\uD83C\uDDE9(?:\uD83C[\uDDEA\uDDEC\uDDEF\uDDF0\uDDF2\uDDF4\uDDFF])|\uD83C\uDDE8(?:\uD83C[\uDDE6\uDDE8\uDDE9\uDDEB-\uDDEE\uDDF0-\uDDF5\uDDF7\uDDFA-\uDDFF])|\uD83C\uDDE7(?:\uD83C[\uDDE6\uDDE7\uDDE9-\uDDEF\uDDF1-\uDDF4\uDDF6-\uDDF9\uDDFB\uDDFC\uDDFE\uDDFF])|\uD83C\uDDE6(?:\uD83C[\uDDE8-\uDDEC\uDDEE\uDDF1\uDDF2\uDDF4\uDDF6-\uDDFA\uDDFC\uDDFD\uDDFF])|[#\*0-9]\uFE0F\u20E3|\u2764\uFE0F|(?:\uD83C[\uDFC3\uDFC4\uDFCA]|\uD83D[\uDC6E\uDC70\uDC71\uDC73\uDC77\uDC81\uDC82\uDC86\uDC87\uDE45-\uDE47\uDE4B\uDE4D\uDE4E\uDEA3\uDEB4-\uDEB6]|\uD83E[\uDD26\uDD35\uDD37-\uDD39\uDD3D\uDD3E\uDDB8\uDDB9\uDDCD-\uDDCF\uDDD4\uDDD6-\uDDDD])(?:\uD83C[\uDFFB-\uDFFF])|(?:\u26F9|\uD83C[\uDFCB\uDFCC]|\uD83D\uDD75)(?:\uFE0F|\uD83C[\uDFFB-\uDFFF])|\uD83C\uDFF4|(?:[\u270A\u270B]|\uD83C[\uDF85\uDFC2\uDFC7]|\uD83D[\uDC42\uDC43\uDC46-\uDC50\uDC66\uDC67\uDC6B-\uDC6D\uDC72\uDC74-\uDC76\uDC78\uDC7C\uDC83\uDC85\uDC8F\uDC91\uDCAA\uDD7A\uDD95\uDD96\uDE4C\uDE4F\uDEC0\uDECC]|\uD83E[\uDD0C\uDD0F\uDD18-\uDD1C\uDD1E\uDD1F\uDD30-\uDD34\uDD36\uDD77\uDDB5\uDDB6\uDDBB\uDDD2\uDDD3\uDDD5])(?:\uD83C[\uDFFB-\uDFFF])|(?:[\u261D\u270C\u270D]|\uD83D[\uDD74\uDD90])(?:\uFE0F|\uD83C[\uDFFB-\uDFFF])|[\u270A\u270B]|\uD83C[\uDF85\uDFC2\uDFC7]|\uD83D[\uDC08\uDC15\uDC3B\uDC42\uDC43\uDC46-\uDC50\uDC66\uDC67\uDC6B-\uDC6D\uDC72\uDC74-\uDC76\uDC78\uDC7C\uDC83\uDC85\uDC8F\uDC91\uDCAA\uDD7A\uDD95\uDD96\uDE2E\uDE35\uDE36\uDE4C\uDE4F\uDEC0\uDECC]|\uD83E[\uDD0C\uDD0F\uDD18-\uDD1C\uDD1E\uDD1F\uDD30-\uDD34\uDD36\uDD77\uDDB5\uDDB6\uDDBB\uDDD2\uDDD3\uDDD5]|\uD83C[\uDFC3\uDFC4\uDFCA]|\uD83D[\uDC6E\uDC70\uDC71\uDC73\uDC77\uDC81\uDC82\uDC86\uDC87\uDE45-\uDE47\uDE4B\uDE4D\uDE4E\uDEA3\uDEB4-\uDEB6]|\uD83E[\uDD26\uDD35\uDD37-\uDD39\uDD3D\uDD3E\uDDB8\uDDB9\uDDCD-\uDDCF\uDDD4\uDDD6-\uDDDD]|\uD83D\uDC6F|\uD83E[\uDD3C\uDDDE\uDDDF]|[\u231A\u231B\u23E9-\u23EC\u23F0\u23F3\u25FD\u25FE\u2614\u2615\u2648-\u2653\u267F\u2693\u26A1\u26AA\u26AB\u26BD\u26BE\u26C4\u26C5\u26CE\u26D4\u26EA\u26F2\u26F3\u26F5\u26FA\u26FD\u2705\u2728\u274C\u274E\u2753-\u2755\u2757\u2795-\u2797\u27B0\u27BF\u2B1B\u2B1C\u2B50\u2B55]|\uD83C[\uDC04\uDCCF\uDD8E\uDD91-\uDD9A\uDE01\uDE1A\uDE2F\uDE32-\uDE36\uDE38-\uDE3A\uDE50\uDE51\uDF00-\uDF20\uDF2D-\uDF35\uDF37-\uDF7C\uDF7E-\uDF84\uDF86-\uDF93\uDFA0-\uDFC1\uDFC5\uDFC6\uDFC8\uDFC9\uDFCF-\uDFD3\uDFE0-\uDFF0\uDFF8-\uDFFF]|\uD83D[\uDC00-\uDC07\uDC09-\uDC14\uDC16-\uDC3A\uDC3C-\uDC3E\uDC40\uDC44\uDC45\uDC51-\uDC65\uDC6A\uDC79-\uDC7B\uDC7D-\uDC80\uDC84\uDC88-\uDC8E\uDC90\uDC92-\uDCA9\uDCAB-\uDCFC\uDCFF-\uDD3D\uDD4B-\uDD4E\uDD50-\uDD67\uDDA4\uDDFB-\uDE2D\uDE2F-\uDE34\uDE37-\uDE44\uDE48-\uDE4A\uDE80-\uDEA2\uDEA4-\uDEB3\uDEB7-\uDEBF\uDEC1-\uDEC5\uDED0-\uDED2\uDED5-\uDED7\uDEEB\uDEEC\uDEF4-\uDEFC\uDFE0-\uDFEB]|\uD83E[\uDD0D\uDD0E\uDD10-\uDD17\uDD1D\uDD20-\uDD25\uDD27-\uDD2F\uDD3A\uDD3F-\uDD45\uDD47-\uDD76\uDD78\uDD7A-\uDDB4\uDDB7\uDDBA\uDDBC-\uDDCB\uDDD0\uDDE0-\uDDFF\uDE70-\uDE74\uDE78-\uDE7A\uDE80-\uDE86\uDE90-\uDEA8\uDEB0-\uDEB6\uDEC0-\uDEC2\uDED0-\uDED6]|(?:[\u231A\u231B\u23E9-\u23EC\u23F0\u23F3\u25FD\u25FE\u2614\u2615\u2648-\u2653\u267F\u2693\u26A1\u26AA\u26AB\u26BD\u26BE\u26C4\u26C5\u26CE\u26D4\u26EA\u26F2\u26F3\u26F5\u26FA\u26FD\u2705\u270A\u270B\u2728\u274C\u274E\u2753-\u2755\u2757\u2795-\u2797\u27B0\u27BF\u2B1B\u2B1C\u2B50\u2B55]|\uD83C[\uDC04\uDCCF\uDD8E\uDD91-\uDD9A\uDDE6-\uDDFF\uDE01\uDE1A\uDE2F\uDE32-\uDE36\uDE38-\uDE3A\uDE50\uDE51\uDF00-\uDF20\uDF2D-\uDF35\uDF37-\uDF7C\uDF7E-\uDF93\uDFA0-\uDFCA\uDFCF-\uDFD3\uDFE0-\uDFF0\uDFF4\uDFF8-\uDFFF]|\uD83D[\uDC00-\uDC3E\uDC40\uDC42-\uDCFC\uDCFF-\uDD3D\uDD4B-\uDD4E\uDD50-\uDD67\uDD7A\uDD95\uDD96\uDDA4\uDDFB-\uDE4F\uDE80-\uDEC5\uDECC\uDED0-\uDED2\uDED5-\uDED7\uDEEB\uDEEC\uDEF4-\uDEFC\uDFE0-\uDFEB]|\uD83E[\uDD0C-\uDD3A\uDD3C-\uDD45\uDD47-\uDD78\uDD7A-\uDDCB\uDDCD-\uDDFF\uDE70-\uDE74\uDE78-\uDE7A\uDE80-\uDE86\uDE90-\uDEA8\uDEB0-\uDEB6\uDEC0-\uDEC2\uDED0-\uDED6])|(?:[#\*0-9\xA9\xAE\u203C\u2049\u2122\u2139\u2194-\u2199\u21A9\u21AA\u231A\u231B\u2328\u23CF\u23E9-\u23F3\u23F8-\u23FA\u24C2\u25AA\u25AB\u25B6\u25C0\u25FB-\u25FE\u2600-\u2604\u260E\u2611\u2614\u2615\u2618\u261D\u2620\u2622\u2623\u2626\u262A\u262E\u262F\u2638-\u263A\u2640\u2642\u2648-\u2653\u265F\u2660\u2663\u2665\u2666\u2668\u267B\u267E\u267F\u2692-\u2697\u2699\u269B\u269C\u26A0\u26A1\u26A7\u26AA\u26AB\u26B0\u26B1\u26BD\u26BE\u26C4\u26C5\u26C8\u26CE\u26CF\u26D1\u26D3\u26D4\u26E9\u26EA\u26F0-\u26F5\u26F7-\u26FA\u26FD\u2702\u2705\u2708-\u270D\u270F\u2712\u2714\u2716\u271D\u2721\u2728\u2733\u2734\u2744\u2747\u274C\u274E\u2753-\u2755\u2757\u2763\u2764\u2795-\u2797\u27A1\u27B0\u27BF\u2934\u2935\u2B05-\u2B07\u2B1B\u2B1C\u2B50\u2B55\u3030\u303D\u3297\u3299]|\uD83C[\uDC04\uDCCF\uDD70\uDD71\uDD7E\uDD7F\uDD8E\uDD91-\uDD9A\uDDE6-\uDDFF\uDE01\uDE02\uDE1A\uDE2F\uDE32-\uDE3A\uDE50\uDE51\uDF00-\uDF21\uDF24-\uDF93\uDF96\uDF97\uDF99-\uDF9B\uDF9E-\uDFF0\uDFF3-\uDFF5\uDFF7-\uDFFF]|\uD83D[\uDC00-\uDCFD\uDCFF-\uDD3D\uDD49-\uDD4E\uDD50-\uDD67\uDD6F\uDD70\uDD73-\uDD7A\uDD87\uDD8A-\uDD8D\uDD90\uDD95\uDD96\uDDA4\uDDA5\uDDA8\uDDB1\uDDB2\uDDBC\uDDC2-\uDDC4\uDDD1-\uDDD3\uDDDC-\uDDDE\uDDE1\uDDE3\uDDE8\uDDEF\uDDF3\uDDFA-\uDE4F\uDE80-\uDEC5\uDECB-\uDED2\uDED5-\uDED7\uDEE0-\uDEE5\uDEE9\uDEEB\uDEEC\uDEF0\uDEF3-\uDEFC\uDFE0-\uDFEB]|\uD83E[\uDD0C-\uDD3A\uDD3C-\uDD45\uDD47-\uDD78\uDD7A-\uDDCB\uDDCD-\uDDFF\uDE70-\uDE74\uDE78-\uDE7A\uDE80-\uDE86\uDE90-\uDEA8\uDEB0-\uDEB6\uDEC0-\uDEC2\uDED0-\uDED6])\uFE0F|(?:[\u261D\u26F9\u270A-\u270D]|\uD83C[\uDF85\uDFC2-\uDFC4\uDFC7\uDFCA-\uDFCC]|\uD83D[\uDC42\uDC43\uDC46-\uDC50\uDC66-\uDC78\uDC7C\uDC81-\uDC83\uDC85-\uDC87\uDC8F\uDC91\uDCAA\uDD74\uDD75\uDD7A\uDD90\uDD95\uDD96\uDE45-\uDE47\uDE4B-\uDE4F\uDEA3\uDEB4-\uDEB6\uDEC0\uDECC]|\uD83E[\uDD0C\uDD0F\uDD18-\uDD1F\uDD26\uDD30-\uDD39\uDD3C-\uDD3E\uDD77\uDDB5\uDDB6\uDDB8\uDDB9\uDDBB\uDDCD-\uDDCF\uDDD1-\uDDDD])/g}}}),Bu={};Ft(Bu,{default:()=>Ri});function Ri(u){if(typeof u!="string"||u.length===0||(u=Fr(u),u.length===0))return 0;u=u.replace((0,wu.default)()," ");let l=0;for(let t=0;t=127&&a<=159||a>=768&&a<=879||(a>65535&&t++,l+=Bn(a)?2:1)}return l}var wu,Mi=rt({"node_modules/string-width/index.js"(){ue(),Tn(),on(),wu=Lt(Nr())}}),Nu=$({"src/utils/get-string-width.js"(u,l){ue();var t=(Mi(),qt(Bu)).default,a=/[^\x20-\x7F]/;function s(e){return e?a.test(e)?t(e):e.length:0}l.exports=s}}),En=$({"src/document/doc-utils.js"(u,l){ue();var t=mr(),{literalline:a,join:s}=fr(),e=i=>Array.isArray(i)||i&&i.type==="concat",r=i=>{if(Array.isArray(i))return i;if(i.type!=="concat"&&i.type!=="fill")throw new Error("Expect doc type to be `concat` or `fill`.");return i.parts},n={};function o(i,h,E,b){let S=[i];for(;S.length>0;){let B=S.pop();if(B===n){E(S.pop());continue}if(E&&S.push(B,n),!h||h(B)!==!1)if(e(B)||B.type==="fill"){let I=r(B);for(let q=I.length,G=q-1;G>=0;--G)S.push(I[G])}else if(B.type==="if-break")B.flatContents&&S.push(B.flatContents),B.breakContents&&S.push(B.breakContents);else if(B.type==="group"&&B.expandedStates)if(b)for(let I=B.expandedStates.length,q=I-1;q>=0;--q)S.push(B.expandedStates[q]);else S.push(B.contents);else B.contents&&S.push(B.contents)}}function c(i,h){let E=new Map;return b(i);function b(B){if(E.has(B))return E.get(B);let I=S(B);return E.set(B,I),I}function S(B){if(Array.isArray(B))return h(B.map(b));if(B.type==="concat"||B.type==="fill"){let I=B.parts.map(b);return h(Object.assign(Object.assign({},B),{},{parts:I}))}if(B.type==="if-break"){let I=B.breakContents&&b(B.breakContents),q=B.flatContents&&b(B.flatContents);return h(Object.assign(Object.assign({},B),{},{breakContents:I,flatContents:q}))}if(B.type==="group"&&B.expandedStates){let I=B.expandedStates.map(b),q=I[0];return h(Object.assign(Object.assign({},B),{},{contents:q,expandedStates:I}))}if(B.contents){let I=b(B.contents);return h(Object.assign(Object.assign({},B),{},{contents:I}))}return h(B)}}function y(i,h,E){let b=E,S=!1;function B(I){let q=h(I);if(q!==void 0&&(S=!0,b=q),S)return!1}return o(i,B),b}function m(i){if(i.type==="group"&&i.break||i.type==="line"&&i.hard||i.type==="break-parent")return!0}function g(i){return y(i,m,!1)}function p(i){if(i.length>0){let h=t(i);!h.expandedStates&&!h.break&&(h.break="propagated")}return null}function D(i){let h=new Set,E=[];function b(B){if(B.type==="break-parent"&&p(E),B.type==="group"){if(E.push(B),h.has(B))return!1;h.add(B)}}function S(B){B.type==="group"&&E.pop().break&&p(E)}o(i,b,S,!0)}function C(i){return i.type==="line"&&!i.hard?i.soft?"":" ":i.type==="if-break"?i.flatContents||"":i}function w(i){return c(i,C)}var k=(i,h)=>i&&i.type==="line"&&i.hard&&h&&h.type==="break-parent";function A(i){if(!i)return i;if(e(i)||i.type==="fill"){let h=r(i);for(;h.length>1&&k(...h.slice(-2));)h.length-=2;if(h.length>0){let E=A(t(h));h[h.length-1]=E}return Array.isArray(i)?h:Object.assign(Object.assign({},i),{},{parts:h})}switch(i.type){case"align":case"indent":case"indent-if-break":case"group":case"line-suffix":case"label":{let h=A(i.contents);return Object.assign(Object.assign({},i),{},{contents:h})}case"if-break":{let h=A(i.breakContents),E=A(i.flatContents);return Object.assign(Object.assign({},i),{},{breakContents:h,flatContents:E})}}return i}function N(i){return A(P(i))}function x(i){switch(i.type){case"fill":if(i.parts.every(E=>E===""))return"";break;case"group":if(!i.contents&&!i.id&&!i.break&&!i.expandedStates)return"";if(i.contents.type==="group"&&i.contents.id===i.id&&i.contents.break===i.break&&i.contents.expandedStates===i.expandedStates)return i.contents;break;case"align":case"indent":case"indent-if-break":case"line-suffix":if(!i.contents)return"";break;case"if-break":if(!i.flatContents&&!i.breakContents)return"";break}if(!e(i))return i;let h=[];for(let E of r(i)){if(!E)continue;let[b,...S]=e(E)?r(E):[E];typeof b=="string"&&typeof t(h)=="string"?h[h.length-1]+=b:h.push(b),h.push(...S)}return h.length===0?"":h.length===1?h[0]:Array.isArray(i)?h:Object.assign(Object.assign({},i),{},{parts:h})}function P(i){return c(i,h=>x(h))}function _(i){let h=[],E=i.filter(Boolean);for(;E.length>0;){let b=E.shift();if(b){if(e(b)){E.unshift(...r(b));continue}if(h.length>0&&typeof t(h)=="string"&&typeof b=="string"){h[h.length-1]+=b;continue}h.push(b)}}return h}function J(i){return c(i,h=>Array.isArray(h)?_(h):h.parts?Object.assign(Object.assign({},h),{},{parts:_(h.parts)}):h)}function d(i){return c(i,h=>typeof h=="string"&&h.includes(` +`)?T(h):h)}function T(i){let h=arguments.length>1&&arguments[1]!==void 0?arguments[1]:a;return s(h,i.split(` +`)).parts}function f(i){if(i.type==="line")return!0}function F(i){return y(i,f,!1)}l.exports={isConcat:e,getDocParts:r,willBreak:g,traverseDoc:o,findInDoc:y,mapDoc:c,propagateBreaks:D,removeLines:w,stripTrailingHardline:N,normalizeParts:_,normalizeDoc:J,cleanDoc:P,replaceTextEndOfLine:T,replaceEndOfLine:d,canBreak:F}}}),qi=$({"src/document/doc-printer.js"(u,l){ue();var{convertEndOfLineToChars:t}=Rr(),a=mr(),s=Nu(),{fill:e,cursor:r,indent:n}=fr(),{isConcat:o,getDocParts:c}=En(),y,m=1,g=2;function p(){return{value:"",length:0,queue:[]}}function D(x,P){return w(x,{type:"indent"},P)}function C(x,P,_){return P===Number.NEGATIVE_INFINITY?x.root||p():P<0?w(x,{type:"dedent"},_):P?P.type==="root"?Object.assign(Object.assign({},x),{},{root:x}):w(x,{type:typeof P=="string"?"stringAlign":"numberAlign",n:P},_):x}function w(x,P,_){let J=P.type==="dedent"?x.queue.slice(0,-1):[...x.queue,P],d="",T=0,f=0,F=0;for(let I of J)switch(I.type){case"indent":E(),_.useTabs?i(1):h(_.tabWidth);break;case"stringAlign":E(),d+=I.n,T+=I.n.length;break;case"numberAlign":f+=1,F+=I.n;break;default:throw new Error(`Unexpected type '${I.type}'`)}return S(),Object.assign(Object.assign({},x),{},{value:d,length:T,queue:J});function i(I){d+=" ".repeat(I),T+=_.tabWidth*I}function h(I){d+=" ".repeat(I),T+=I}function E(){_.useTabs?b():S()}function b(){f>0&&i(f),B()}function S(){F>0&&h(F),B()}function B(){f=0,F=0}}function k(x){if(x.length===0)return 0;let P=0;for(;x.length>0&&typeof a(x)=="string"&&/^[\t ]*$/.test(a(x));)P+=x.pop().length;if(x.length>0&&typeof a(x)=="string"){let _=a(x).replace(/[\t ]*$/,"");P+=a(x).length-_.length,x[x.length-1]=_}return P}function A(x,P,_,J,d){let T=P.length,f=[x],F=[];for(;_>=0;){if(f.length===0){if(T===0)return!0;f.push(P[--T]);continue}let{mode:i,doc:h}=f.pop();if(typeof h=="string")F.push(h),_-=s(h);else if(o(h)||h.type==="fill"){let E=c(h);for(let b=E.length-1;b>=0;b--)f.push({mode:i,doc:E[b]})}else switch(h.type){case"indent":case"align":case"indent-if-break":case"label":f.push({mode:i,doc:h.contents});break;case"trim":_+=k(F);break;case"group":{if(d&&h.break)return!1;let E=h.break?m:i,b=h.expandedStates&&E===m?a(h.expandedStates):h.contents;f.push({mode:E,doc:b});break}case"if-break":{let E=(h.groupId?y[h.groupId]||g:i)===m?h.breakContents:h.flatContents;E&&f.push({mode:i,doc:E});break}case"line":if(i===m||h.hard)return!0;h.soft||(F.push(" "),_--);break;case"line-suffix":J=!0;break;case"line-suffix-boundary":if(J)return!1;break}}return!1}function N(x,P){y={};let _=P.printWidth,J=t(P.endOfLine),d=0,T=[{ind:p(),mode:m,doc:x}],f=[],F=!1,i=[];for(;T.length>0;){let{ind:E,mode:b,doc:S}=T.pop();if(typeof S=="string"){let B=J!==` +`?S.replace(/\n/g,J):S;f.push(B),d+=s(B)}else if(o(S)){let B=c(S);for(let I=B.length-1;I>=0;I--)T.push({ind:E,mode:b,doc:B[I]})}else switch(S.type){case"cursor":f.push(r.placeholder);break;case"indent":T.push({ind:D(E,P),mode:b,doc:S.contents});break;case"align":T.push({ind:C(E,S.n,P),mode:b,doc:S.contents});break;case"trim":d-=k(f);break;case"group":switch(b){case g:if(!F){T.push({ind:E,mode:S.break?m:g,doc:S.contents});break}case m:{F=!1;let B={ind:E,mode:g,doc:S.contents},I=_-d,q=i.length>0;if(!S.break&&A(B,T,I,q))T.push(B);else if(S.expandedStates){let G=a(S.expandedStates);if(S.break){T.push({ind:E,mode:m,doc:G});break}else for(let M=1;M=S.expandedStates.length){T.push({ind:E,mode:m,doc:G});break}else{let te=S.expandedStates[M],j={ind:E,mode:g,doc:te};if(A(j,T,I,q)){T.push(j);break}}}else T.push({ind:E,mode:m,doc:S.contents});break}}S.id&&(y[S.id]=a(T).mode);break;case"fill":{let B=_-d,{parts:I}=S;if(I.length===0)break;let[q,G]=I,M={ind:E,mode:g,doc:q},te={ind:E,mode:m,doc:q},j=A(M,[],B,i.length>0,!0);if(I.length===1){j?T.push(M):T.push(te);break}let De={ind:E,mode:g,doc:G},U={ind:E,mode:m,doc:G};if(I.length===2){j?T.push(De,M):T.push(U,te);break}I.splice(0,2);let R={ind:E,mode:b,doc:e(I)},pe=I[0];A({ind:E,mode:g,doc:[q,G,pe]},[],B,i.length>0,!0)?T.push(R,De,M):j?T.push(R,U,M):T.push(R,U,te);break}case"if-break":case"indent-if-break":{let B=S.groupId?y[S.groupId]:b;if(B===m){let I=S.type==="if-break"?S.breakContents:S.negate?S.contents:n(S.contents);I&&T.push({ind:E,mode:b,doc:I})}if(B===g){let I=S.type==="if-break"?S.flatContents:S.negate?n(S.contents):S.contents;I&&T.push({ind:E,mode:b,doc:I})}break}case"line-suffix":i.push({ind:E,mode:b,doc:S.contents});break;case"line-suffix-boundary":i.length>0&&T.push({ind:E,mode:b,doc:{type:"line",hard:!0}});break;case"line":switch(b){case g:if(S.hard)F=!0;else{S.soft||(f.push(" "),d+=1);break}case m:if(i.length>0){T.push({ind:E,mode:b,doc:S},...i.reverse()),i.length=0;break}S.literal?E.root?(f.push(J,E.root.value),d=E.root.length):(f.push(J),d=0):(d-=k(f),f.push(J+E.value),d=E.length);break}break;case"label":T.push({ind:E,mode:b,doc:S.contents});break}T.length===0&&i.length>0&&(T.push(...i.reverse()),i.length=0)}let h=f.indexOf(r.placeholder);if(h!==-1){let E=f.indexOf(r.placeholder,h+1),b=f.slice(0,h).join(""),S=f.slice(h+1,E).join(""),B=f.slice(E+1).join("");return{formatted:b+S+B,cursorNodeStart:b.length,cursorNodeText:S}}return{formatted:f.join("")}}l.exports={printDocToString:N}}}),Vi=$({"src/document/doc-debug.js"(u,l){ue();var{isConcat:t,getDocParts:a}=En();function s(r){if(!r)return"";if(t(r)){let n=[];for(let o of a(r))if(t(o))n.push(...s(o).parts);else{let c=s(o);c!==""&&n.push(c)}return{type:"concat",parts:n}}return r.type==="if-break"?Object.assign(Object.assign({},r),{},{breakContents:s(r.breakContents),flatContents:s(r.flatContents)}):r.type==="group"?Object.assign(Object.assign({},r),{},{contents:s(r.contents),expandedStates:r.expandedStates&&r.expandedStates.map(s)}):r.type==="fill"?{type:"fill",parts:r.parts.map(s)}:r.contents?Object.assign(Object.assign({},r),{},{contents:s(r.contents)}):r}function e(r){let n=Object.create(null),o=new Set;return c(s(r));function c(m,g,p){if(typeof m=="string")return JSON.stringify(m);if(t(m)){let D=a(m).map(c).filter(Boolean);return D.length===1?D[0]:`[${D.join(", ")}]`}if(m.type==="line"){let D=Array.isArray(p)&&p[g+1]&&p[g+1].type==="break-parent";return m.literal?D?"literalline":"literallineWithoutBreakParent":m.hard?D?"hardline":"hardlineWithoutBreakParent":m.soft?"softline":"line"}if(m.type==="break-parent")return Array.isArray(p)&&p[g-1]&&p[g-1].type==="line"&&p[g-1].hard?void 0:"breakParent";if(m.type==="trim")return"trim";if(m.type==="indent")return"indent("+c(m.contents)+")";if(m.type==="align")return m.n===Number.NEGATIVE_INFINITY?"dedentToRoot("+c(m.contents)+")":m.n<0?"dedent("+c(m.contents)+")":m.n.type==="root"?"markAsRoot("+c(m.contents)+")":"align("+JSON.stringify(m.n)+", "+c(m.contents)+")";if(m.type==="if-break")return"ifBreak("+c(m.breakContents)+(m.flatContents?", "+c(m.flatContents):"")+(m.groupId?(m.flatContents?"":', ""')+`, { groupId: ${y(m.groupId)} }`:"")+")";if(m.type==="indent-if-break"){let D=[];m.negate&&D.push("negate: true"),m.groupId&&D.push(`groupId: ${y(m.groupId)}`);let C=D.length>0?`, { ${D.join(", ")} }`:"";return`indentIfBreak(${c(m.contents)}${C})`}if(m.type==="group"){let D=[];m.break&&m.break!=="propagated"&&D.push("shouldBreak: true"),m.id&&D.push(`id: ${y(m.id)}`);let C=D.length>0?`, { ${D.join(", ")} }`:"";return m.expandedStates?`conditionalGroup([${m.expandedStates.map(w=>c(w)).join(",")}]${C})`:`group(${c(m.contents)}${C})`}if(m.type==="fill")return`fill([${m.parts.map(D=>c(D)).join(", ")}])`;if(m.type==="line-suffix")return"lineSuffix("+c(m.contents)+")";if(m.type==="line-suffix-boundary")return"lineSuffixBoundary";if(m.type==="label")return`label(${JSON.stringify(m.label)}, ${c(m.contents)})`;throw new Error("Unknown doc type "+m.type)}function y(m){if(typeof m!="symbol")return JSON.stringify(String(m));if(m in n)return n[m];let g=String(m).slice(7,-1)||"symbol";for(let p=0;;p++){let D=g+(p>0?` #${p}`:"");if(!o.has(D))return o.add(D),n[m]=`Symbol.for(${JSON.stringify(D)})`}}}l.exports={printDocToDebug:e}}}),wt=$({"src/document/index.js"(u,l){ue(),l.exports={builders:fr(),printer:qi(),utils:En(),debug:Vi()}}}),_u={};Ft(_u,{default:()=>Ui});function Ui(u){if(typeof u!="string")throw new TypeError("Expected a string");return u.replace(/[|\\{}()[\]^$+*?.]/g,"\\$&").replace(/-/g,"\\x2d")}var Gi=rt({"node_modules/escape-string-regexp/index.js"(){ue()}}),ku=$({"node_modules/semver/internal/debug.js"(u,l){ue();var t=typeof Zt=="object"&&Zt.env&&Zt.env.NODE_DEBUG&&/\bsemver\b/i.test(Zt.env.NODE_DEBUG)?function(){for(var a=arguments.length,s=new Array(a),e=0;e{};l.exports=t}}),Pu=$({"node_modules/semver/internal/constants.js"(u,l){ue();var t="2.0.0",a=256,s=Number.MAX_SAFE_INTEGER||9007199254740991,e=16;l.exports={SEMVER_SPEC_VERSION:t,MAX_LENGTH:a,MAX_SAFE_INTEGER:s,MAX_SAFE_COMPONENT_LENGTH:e}}}),Iu=$({"node_modules/semver/internal/re.js"(u,l){ue();var{MAX_SAFE_COMPONENT_LENGTH:t}=Pu(),a=ku();u=l.exports={};var s=u.re=[],e=u.src=[],r=u.t={},n=0,o=(c,y,m)=>{let g=n++;a(c,g,y),r[c]=g,e[g]=y,s[g]=new RegExp(y,m?"g":void 0)};o("NUMERICIDENTIFIER","0|[1-9]\\d*"),o("NUMERICIDENTIFIERLOOSE","[0-9]+"),o("NONNUMERICIDENTIFIER","\\d*[a-zA-Z-][a-zA-Z0-9-]*"),o("MAINVERSION",`(${e[r.NUMERICIDENTIFIER]})\\.(${e[r.NUMERICIDENTIFIER]})\\.(${e[r.NUMERICIDENTIFIER]})`),o("MAINVERSIONLOOSE",`(${e[r.NUMERICIDENTIFIERLOOSE]})\\.(${e[r.NUMERICIDENTIFIERLOOSE]})\\.(${e[r.NUMERICIDENTIFIERLOOSE]})`),o("PRERELEASEIDENTIFIER",`(?:${e[r.NUMERICIDENTIFIER]}|${e[r.NONNUMERICIDENTIFIER]})`),o("PRERELEASEIDENTIFIERLOOSE",`(?:${e[r.NUMERICIDENTIFIERLOOSE]}|${e[r.NONNUMERICIDENTIFIER]})`),o("PRERELEASE",`(?:-(${e[r.PRERELEASEIDENTIFIER]}(?:\\.${e[r.PRERELEASEIDENTIFIER]})*))`),o("PRERELEASELOOSE",`(?:-?(${e[r.PRERELEASEIDENTIFIERLOOSE]}(?:\\.${e[r.PRERELEASEIDENTIFIERLOOSE]})*))`),o("BUILDIDENTIFIER","[0-9A-Za-z-]+"),o("BUILD",`(?:\\+(${e[r.BUILDIDENTIFIER]}(?:\\.${e[r.BUILDIDENTIFIER]})*))`),o("FULLPLAIN",`v?${e[r.MAINVERSION]}${e[r.PRERELEASE]}?${e[r.BUILD]}?`),o("FULL",`^${e[r.FULLPLAIN]}$`),o("LOOSEPLAIN",`[v=\\s]*${e[r.MAINVERSIONLOOSE]}${e[r.PRERELEASELOOSE]}?${e[r.BUILD]}?`),o("LOOSE",`^${e[r.LOOSEPLAIN]}$`),o("GTLT","((?:<|>)?=?)"),o("XRANGEIDENTIFIERLOOSE",`${e[r.NUMERICIDENTIFIERLOOSE]}|x|X|\\*`),o("XRANGEIDENTIFIER",`${e[r.NUMERICIDENTIFIER]}|x|X|\\*`),o("XRANGEPLAIN",`[v=\\s]*(${e[r.XRANGEIDENTIFIER]})(?:\\.(${e[r.XRANGEIDENTIFIER]})(?:\\.(${e[r.XRANGEIDENTIFIER]})(?:${e[r.PRERELEASE]})?${e[r.BUILD]}?)?)?`),o("XRANGEPLAINLOOSE",`[v=\\s]*(${e[r.XRANGEIDENTIFIERLOOSE]})(?:\\.(${e[r.XRANGEIDENTIFIERLOOSE]})(?:\\.(${e[r.XRANGEIDENTIFIERLOOSE]})(?:${e[r.PRERELEASELOOSE]})?${e[r.BUILD]}?)?)?`),o("XRANGE",`^${e[r.GTLT]}\\s*${e[r.XRANGEPLAIN]}$`),o("XRANGELOOSE",`^${e[r.GTLT]}\\s*${e[r.XRANGEPLAINLOOSE]}$`),o("COERCE",`(^|[^\\d])(\\d{1,${t}})(?:\\.(\\d{1,${t}}))?(?:\\.(\\d{1,${t}}))?(?:$|[^\\d])`),o("COERCERTL",e[r.COERCE],!0),o("LONETILDE","(?:~>?)"),o("TILDETRIM",`(\\s*)${e[r.LONETILDE]}\\s+`,!0),u.tildeTrimReplace="$1~",o("TILDE",`^${e[r.LONETILDE]}${e[r.XRANGEPLAIN]}$`),o("TILDELOOSE",`^${e[r.LONETILDE]}${e[r.XRANGEPLAINLOOSE]}$`),o("LONECARET","(?:\\^)"),o("CARETTRIM",`(\\s*)${e[r.LONECARET]}\\s+`,!0),u.caretTrimReplace="$1^",o("CARET",`^${e[r.LONECARET]}${e[r.XRANGEPLAIN]}$`),o("CARETLOOSE",`^${e[r.LONECARET]}${e[r.XRANGEPLAINLOOSE]}$`),o("COMPARATORLOOSE",`^${e[r.GTLT]}\\s*(${e[r.LOOSEPLAIN]})$|^$`),o("COMPARATOR",`^${e[r.GTLT]}\\s*(${e[r.FULLPLAIN]})$|^$`),o("COMPARATORTRIM",`(\\s*)${e[r.GTLT]}\\s*(${e[r.LOOSEPLAIN]}|${e[r.XRANGEPLAIN]})`,!0),u.comparatorTrimReplace="$1$2$3",o("HYPHENRANGE",`^\\s*(${e[r.XRANGEPLAIN]})\\s+-\\s+(${e[r.XRANGEPLAIN]})\\s*$`),o("HYPHENRANGELOOSE",`^\\s*(${e[r.XRANGEPLAINLOOSE]})\\s+-\\s+(${e[r.XRANGEPLAINLOOSE]})\\s*$`),o("STAR","(<|>)?=?\\s*\\*"),o("GTE0","^\\s*>=\\s*0\\.0\\.0\\s*$"),o("GTE0PRE","^\\s*>=\\s*0\\.0\\.0-0\\s*$")}}),Ji=$({"node_modules/semver/internal/parse-options.js"(u,l){ue();var t=["includePrerelease","loose","rtl"],a=s=>s?typeof s!="object"?{loose:!0}:t.filter(e=>s[e]).reduce((e,r)=>(e[r]=!0,e),{}):{};l.exports=a}}),ju=$({"node_modules/semver/internal/identifiers.js"(u,l){ue();var t=/^[0-9]+$/,a=(e,r)=>{let n=t.test(e),o=t.test(r);return n&&o&&(e=+e,r=+r),e===r?0:n&&!o?-1:o&&!n?1:ea(r,e);l.exports={compareIdentifiers:a,rcompareIdentifiers:s}}}),Xi=$({"node_modules/semver/classes/semver.js"(u,l){ue();var t=ku(),{MAX_LENGTH:a,MAX_SAFE_INTEGER:s}=Pu(),{re:e,t:r}=Iu(),n=Ji(),{compareIdentifiers:o}=ju(),c=class{constructor(y,m){if(m=n(m),y instanceof c){if(y.loose===!!m.loose&&y.includePrerelease===!!m.includePrerelease)return y;y=y.version}else if(typeof y!="string")throw new TypeError(`Invalid Version: ${y}`);if(y.length>a)throw new TypeError(`version is longer than ${a} characters`);t("SemVer",y,m),this.options=m,this.loose=!!m.loose,this.includePrerelease=!!m.includePrerelease;let g=y.trim().match(m.loose?e[r.LOOSE]:e[r.FULL]);if(!g)throw new TypeError(`Invalid Version: ${y}`);if(this.raw=y,this.major=+g[1],this.minor=+g[2],this.patch=+g[3],this.major>s||this.major<0)throw new TypeError("Invalid major version");if(this.minor>s||this.minor<0)throw new TypeError("Invalid minor version");if(this.patch>s||this.patch<0)throw new TypeError("Invalid patch version");g[4]?this.prerelease=g[4].split(".").map(p=>{if(/^[0-9]+$/.test(p)){let D=+p;if(D>=0&&D=0;)typeof this.prerelease[g]=="number"&&(this.prerelease[g]++,g=-2);g===-1&&this.prerelease.push(0)}m&&(o(this.prerelease[0],m)===0?isNaN(this.prerelease[1])&&(this.prerelease=[m,0]):this.prerelease=[m,0]);break;default:throw new Error(`invalid increment argument: ${y}`)}return this.format(),this.raw=this.version,this}};l.exports=c}}),tu=$({"node_modules/semver/functions/compare.js"(u,l){ue();var t=Xi(),a=(s,e,r)=>new t(s,r).compare(new t(e,r));l.exports=a}}),ru=$({"node_modules/semver/functions/lt.js"(u,l){ue();var t=tu(),a=(s,e,r)=>t(s,e,r)<0;l.exports=a}}),Lu=$({"node_modules/semver/functions/gte.js"(u,l){ue();var t=tu(),a=(s,e,r)=>t(s,e,r)>=0;l.exports=a}}),Ou=$({"src/utils/arrayify.js"(u,l){ue(),l.exports=(t,a)=>Object.entries(t).map(s=>{let[e,r]=s;return Object.assign({[a]:e},r)})}}),$u=$({"node_modules/outdent/lib/index.js"(u,l){ue(),Object.defineProperty(u,"__esModule",{value:!0}),u.outdent=void 0;function t(){for(var A=[],N=0;Ntypeof m=="string"||typeof m=="function",choices:[{value:"flow",description:"Flow"},{value:"babel",since:"1.16.0",description:"JavaScript"},{value:"babel-flow",since:"1.16.0",description:"Flow"},{value:"babel-ts",since:"2.0.0",description:"TypeScript"},{value:"typescript",since:"1.4.0",description:"TypeScript"},{value:"acorn",since:"2.6.0",description:"JavaScript"},{value:"espree",since:"2.2.0",description:"JavaScript"},{value:"meriyah",since:"2.2.0",description:"JavaScript"},{value:"css",since:"1.7.1",description:"CSS"},{value:"less",since:"1.7.1",description:"Less"},{value:"scss",since:"1.7.1",description:"SCSS"},{value:"json",since:"1.5.0",description:"JSON"},{value:"json5",since:"1.13.0",description:"JSON5"},{value:"json-stringify",since:"1.13.0",description:"JSON.stringify"},{value:"graphql",since:"1.5.0",description:"GraphQL"},{value:"markdown",since:"1.8.0",description:"Markdown"},{value:"mdx",since:"1.15.0",description:"MDX"},{value:"vue",since:"1.10.0",description:"Vue"},{value:"yaml",since:"1.14.0",description:"YAML"},{value:"glimmer",since:"2.3.0",description:"Ember / Handlebars"},{value:"html",since:"1.15.0",description:"HTML"},{value:"angular",since:"1.15.0",description:"Angular"},{value:"lwc",since:"1.17.0",description:"Lightning Web Components"}]},plugins:{since:"1.10.0",type:"path",array:!0,default:[{value:[]}],category:o,description:"Add a plugin. Multiple plugins can be passed as separate `--plugin`s.",exception:m=>typeof m=="string"||typeof m=="object",cliName:"plugin",cliCategory:a},pluginSearchDirs:{since:"1.13.0",type:"path",array:!0,default:[{value:[]}],category:o,description:t` + Custom directory that contains prettier plugins in node_modules subdirectory. + Overrides default behavior when plugins are searched relatively to the location of Prettier. + Multiple values are accepted. + `,exception:m=>typeof m=="string"||typeof m=="object",cliName:"plugin-search-dir",cliCategory:a},printWidth:{since:"0.0.0",category:o,type:"int",default:80,description:"The line length where Prettier will try wrap.",range:{start:0,end:Number.POSITIVE_INFINITY,step:1}},rangeEnd:{since:"1.4.0",category:c,type:"int",default:Number.POSITIVE_INFINITY,range:{start:0,end:Number.POSITIVE_INFINITY,step:1},description:t` + Format code ending at a given character offset (exclusive). + The range will extend forwards to the end of the selected statement. + This option cannot be used with --cursor-offset. + `,cliCategory:s},rangeStart:{since:"1.4.0",category:c,type:"int",default:0,range:{start:0,end:Number.POSITIVE_INFINITY,step:1},description:t` + Format code starting at a given character offset. + The range will extend backwards to the start of the first line containing the selected statement. + This option cannot be used with --cursor-offset. + `,cliCategory:s},requirePragma:{since:"1.7.0",category:c,type:"boolean",default:!1,description:t` + Require either '@prettier' or '@format' to be present in the file's first docblock comment + in order for it to be formatted. + `,cliCategory:r},tabWidth:{type:"int",category:o,default:2,description:"Number of spaces per indentation level.",range:{start:0,end:Number.POSITIVE_INFINITY,step:1}},useTabs:{since:"1.0.0",category:o,type:"boolean",default:!1,description:"Indent with tabs instead of spaces."},embeddedLanguageFormatting:{since:"2.1.0",category:o,type:"choice",default:[{since:"2.1.0",value:"auto"}],description:"Control how Prettier formats quoted code embedded in the file.",choices:[{value:"auto",description:"Format embedded code if Prettier can automatically identify it."},{value:"off",description:"Never automatically format embedded code."}]}};l.exports={CATEGORY_CONFIG:a,CATEGORY_EDITOR:s,CATEGORY_FORMAT:e,CATEGORY_OTHER:r,CATEGORY_OUTPUT:n,CATEGORY_GLOBAL:o,CATEGORY_SPECIAL:c,options:y}}}),nu=$({"src/main/support.js"(u,l){ue();var t={compare:tu(),lt:ru(),gte:Lu()},a=Ou(),s=yr().version,e=Wi().options;function r(){let{plugins:o=[],showUnreleased:c=!1,showDeprecated:y=!1,showInternal:m=!1}=arguments.length>0&&arguments[0]!==void 0?arguments[0]:{},g=s.split("-",1)[0],p=o.flatMap(A=>A.languages||[]).filter(C),D=a(Object.assign({},...o.map(A=>{let{options:N}=A;return N}),e),"name").filter(A=>C(A)&&w(A)).sort((A,N)=>A.name===N.name?0:A.name{A=Object.assign({},A),Array.isArray(A.default)&&(A.default=A.default.length===1?A.default[0].value:A.default.filter(C).sort((x,P)=>t.compare(P.since,x.since))[0].value),Array.isArray(A.choices)&&(A.choices=A.choices.filter(x=>C(x)&&w(x)),A.name==="parser"&&n(A,p,o));let N=Object.fromEntries(o.filter(x=>x.defaultOptions&&x.defaultOptions[A.name]!==void 0).map(x=>[x.name,x.defaultOptions[A.name]]));return Object.assign(Object.assign({},A),{},{pluginDefaults:N})});return{languages:p,options:D};function C(A){return c||!("since"in A)||A.since&&t.gte(g,A.since)}function w(A){return y||!("deprecated"in A)||A.deprecated&&t.lt(g,A.deprecated)}function k(A){return m?A:ne(A,W)}}function n(o,c,y){let m=new Set(o.choices.map(g=>g.value));for(let g of c)if(g.parsers){for(let p of g.parsers)if(!m.has(p)){m.add(p);let D=y.find(w=>w.parsers&&w.parsers[p]),C=g.name;D&&D.name&&(C+=` (plugin: ${D.name})`),o.choices.push({value:p,description:C})}}}l.exports={getSupportInfo:r}}}),uu=$({"src/utils/is-non-empty-array.js"(u,l){ue();function t(a){return Array.isArray(a)&&a.length>0}l.exports=t}}),Cn=$({"src/utils/text/skip.js"(u,l){ue();function t(n){return(o,c,y)=>{let m=y&&y.backwards;if(c===!1)return!1;let{length:g}=o,p=c;for(;p>=0&&pU[U.length-2];function w(U){return(R,pe,be)=>{let fe=be&&be.backwards;if(pe===!1)return!1;let{length:Ie}=R,X=pe;for(;X>=0&&X2&&arguments[2]!==void 0?arguments[2]:{},be=o(U,pe.backwards?R-1:R,pe),fe=p(U,be,pe);return be!==fe}function A(U,R,pe){for(let be=R;be2&&arguments[2]!==void 0?arguments[2]:{};return o(U,pe.backwards?R-1:R,pe)!==R}function T(U,R){let pe=arguments.length>2&&arguments[2]!==void 0?arguments[2]:0,be=0;for(let fe=pe;fewe?Ie:fe}return X}function i(U,R){let pe=U.slice(1,-1),be=R.parser==="json"||R.parser==="json5"&&R.quoteProps==="preserve"&&!R.singleQuote?'"':R.__isInHtmlAttribute?"'":F(pe,R.singleQuote?"'":'"').quote;return h(pe,be,!(R.parser==="css"||R.parser==="less"||R.parser==="scss"||R.__embeddedInHtml))}function h(U,R,pe){let be=R==='"'?"'":'"',fe=/\\(.)|(["'])/gs,Ie=U.replace(fe,(X,se,we)=>se===be?se:we===R?"\\"+we:we||(pe&&/^[^\n\r"'0-7\\bfnrt-vx\u2028\u2029]$/.test(se)?se:"\\"+se));return R+Ie+R}function E(U){return U.toLowerCase().replace(/^([+-]?[\d.]+e)(?:\+|(-))?0*(\d)/,"$1$2$3").replace(/^([+-]?[\d.]+)e[+-]?0+$/,"$1").replace(/^([+-])?\./,"$10.").replace(/(\.\d+?)0+(?=e|$)/,"$1").replace(/\.(?=e|$)/,"")}function b(U,R){let pe=U.match(new RegExp(`(${t(R)})+`,"g"));return pe===null?0:pe.reduce((be,fe)=>Math.max(be,fe.length/R.length),0)}function S(U,R){let pe=U.match(new RegExp(`(${t(R)})+`,"g"));if(pe===null)return 0;let be=new Map,fe=0;for(let Ie of pe){let X=Ie.length/R.length;be.set(X,!0),X>fe&&(fe=X)}for(let Ie=1;Ie{let{name:Ie}=fe;return Ie.toLowerCase()===U})||pe.find(fe=>{let{aliases:Ie}=fe;return Array.isArray(Ie)&&Ie.includes(U)})||pe.find(fe=>{let{extensions:Ie}=fe;return Array.isArray(Ie)&&Ie.includes(`.${U}`)});return be&&be.parsers[0]}function te(U){return U&&U.type==="front-matter"}function j(U){let R=new WeakMap;return function(pe){return R.has(pe)||R.set(pe,Symbol(U)),R.get(pe)}}function De(U){let R=U.type||U.kind||"(unknown type)",pe=String(U.name||U.id&&(typeof U.id=="object"?U.id.name:U.id)||U.key&&(typeof U.key=="object"?U.key.name:U.key)||U.value&&(typeof U.value=="object"?"":String(U.value))||U.operator||"");return pe.length>20&&(pe=pe.slice(0,19)+"…"),R+(pe?" "+pe:"")}l.exports={inferParserByLanguage:M,getStringWidth:r,getMaxContinuousCount:b,getMinNotPresentContinuousCount:S,getPenultimate:C,getLast:a,getNextNonSpaceNonCommentCharacterIndexWithStartIndex:D,getNextNonSpaceNonCommentCharacterIndex:_,getNextNonSpaceNonCommentCharacter:J,skip:w,skipWhitespace:n,skipSpaces:o,skipToLineEnd:c,skipEverythingButNewLine:y,skipInlineComment:m,skipTrailingComment:g,skipNewline:p,isNextLineEmptyAfterIndex:x,isNextLineEmpty:P,isPreviousLineEmpty:N,hasNewline:k,hasNewlineInRange:A,hasSpaces:d,getAlignmentSize:T,getIndentSize:f,getPreferredQuote:F,printString:i,printNumber:E,makeString:h,addLeadingComment:I,addDanglingComment:q,addTrailingComment:G,isFrontMatterNode:te,isNonEmptyArray:e,createGroupIdMapper:j}}}),Vu={};Ft(Vu,{basename:()=>Ju,default:()=>pu,delimiter:()=>pn,dirname:()=>au,extname:()=>Xu,isAbsolute:()=>ln,join:()=>su,normalize:()=>iu,relative:()=>Gu,resolve:()=>wn,sep:()=>_n});function Uu(u,l){for(var t=0,a=u.length-1;a>=0;a--){var s=u[a];s==="."?u.splice(a,1):s===".."?(u.splice(a,1),t++):t&&(u.splice(a,1),t--)}if(l)for(;t--;t)u.unshift("..");return u}function wn(){for(var u="",l=!1,t=arguments.length-1;t>=-1&&!l;t--){var a=t>=0?arguments[t]:"/";if(typeof a!="string")throw new TypeError("Arguments to path.resolve must be strings");a&&(u=a+"/"+u,l=a.charAt(0)==="/")}return u=Uu(ou(u.split("/"),function(s){return!!s}),!l).join("/"),(l?"/":"")+u||"."}function iu(u){var l=ln(u),t=Wu(u,-1)==="/";return u=Uu(ou(u.split("/"),function(a){return!!a}),!l).join("/"),!u&&!l&&(u="."),u&&t&&(u+="/"),(l?"/":"")+u}function ln(u){return u.charAt(0)==="/"}function su(){var u=Array.prototype.slice.call(arguments,0);return iu(ou(u,function(l,t){if(typeof l!="string")throw new TypeError("Arguments to path.join must be strings");return l}).join("/"))}function Gu(u,l){u=wn(u).substr(1),l=wn(l).substr(1);function t(c){for(var y=0;y=0&&c[m]==="";m--);return y>m?[]:c.slice(y,m-y+1)}for(var a=t(u.split("/")),s=t(l.split("/")),e=Math.min(a.length,s.length),r=e,n=0;nVe,__asyncDelegator:()=>Pe,__asyncGenerator:()=>Ee,__asyncValues:()=>ie,__await:()=>ge,__awaiter:()=>es,__classPrivateFieldGet:()=>gt,__classPrivateFieldSet:()=>ce,__createBinding:()=>rs,__decorate:()=>zu,__exportStar:()=>ns,__extends:()=>Ki,__generator:()=>ts,__importDefault:()=>Ge,__importStar:()=>Ue,__makeTemplateObject:()=>de,__metadata:()=>Zi,__param:()=>Qi,__read:()=>An,__rest:()=>cu,__spread:()=>L,__spreadArrays:()=>re,__values:()=>kn});function Ki(u,l){ve(u,l);function t(){this.constructor=u}u.prototype=l===null?Object.create(l):(t.prototype=l.prototype,new t)}function cu(u,l){var t={};for(var a in u)Object.prototype.hasOwnProperty.call(u,a)&&l.indexOf(a)<0&&(t[a]=u[a]);if(u!=null&&typeof Object.getOwnPropertySymbols=="function")for(var s=0,a=Object.getOwnPropertySymbols(u);s=0;n--)(r=u[n])&&(e=(s<3?r(e):s>3?r(l,t,e):r(l,t))||e);return s>3&&e&&Object.defineProperty(l,t,e),e}function Qi(u,l){return function(t,a){l(t,a,u)}}function Zi(u,l){if(typeof Reflect=="object"&&typeof Reflect.metadata=="function")return Reflect.metadata(u,l)}function es(u,l,t,a){function s(e){return e instanceof t?e:new t(function(r){r(e)})}return new(t||(t=Promise))(function(e,r){function n(y){try{c(a.next(y))}catch(m){r(m)}}function o(y){try{c(a.throw(y))}catch(m){r(m)}}function c(y){y.done?e(y.value):s(y.value).then(n,o)}c((a=a.apply(u,l||[])).next())})}function ts(u,l){var t={label:0,sent:function(){if(e[0]&1)throw e[1];return e[1]},trys:[],ops:[]},a,s,e,r;return r={next:n(0),throw:n(1),return:n(2)},typeof Symbol=="function"&&(r[Symbol.iterator]=function(){return this}),r;function n(c){return function(y){return o([c,y])}}function o(c){if(a)throw new TypeError("Generator is already executing.");for(;t;)try{if(a=1,s&&(e=c[0]&2?s.return:c[0]?s.throw||((e=s.return)&&e.call(s),0):s.next)&&!(e=e.call(s,c[1])).done)return e;switch(s=0,e&&(c=[c[0]&2,e.value]),c[0]){case 0:case 1:e=c;break;case 4:return t.label++,{value:c[1],done:!1};case 5:t.label++,s=c[1],c=[0];continue;case 7:c=t.ops.pop(),t.trys.pop();continue;default:if(e=t.trys,!(e=e.length>0&&e[e.length-1])&&(c[0]===6||c[0]===2)){t=0;continue}if(c[0]===3&&(!e||c[1]>e[0]&&c[1]=u.length&&(u=void 0),{value:u&&u[a++],done:!u}}};throw new TypeError(l?"Object is not iterable.":"Symbol.iterator is not defined.")}function An(u,l){var t=typeof Symbol=="function"&&u[Symbol.iterator];if(!t)return u;var a=t.call(u),s,e=[],r;try{for(;(l===void 0||l-- >0)&&!(s=a.next()).done;)e.push(s.value)}catch(n){r={error:n}}finally{try{s&&!s.done&&(t=a.return)&&t.call(a)}finally{if(r)throw r.error}}return e}function L(){for(var u=[],l=0;l1||n(g,p)})})}function n(g,p){try{o(a[g](p))}catch(D){m(e[0][3],D)}}function o(g){g.value instanceof ge?Promise.resolve(g.value.v).then(c,y):m(e[0][2],g)}function c(g){n("next",g)}function y(g){n("throw",g)}function m(g,p){g(p),e.shift(),e.length&&n(e[0][0],e[0][1])}}function Pe(u){var l,t;return l={},a("next"),a("throw",function(s){throw s}),a("return"),l[Symbol.iterator]=function(){return this},l;function a(s,e){l[s]=u[s]?function(r){return(t=!t)?{value:ge(u[s](r)),done:s==="return"}:e?e(r):r}:e}}function ie(u){if(!Symbol.asyncIterator)throw new TypeError("Symbol.asyncIterator is not defined.");var l=u[Symbol.asyncIterator],t;return l?l.call(u):(u=typeof kn=="function"?kn(u):u[Symbol.iterator](),t={},a("next"),a("throw"),a("return"),t[Symbol.asyncIterator]=function(){return this},t);function a(e){t[e]=u[e]&&function(r){return new Promise(function(n,o){r=u[e](r),s(n,o,r.done,r.value)})}}function s(e,r,n,o){Promise.resolve(o).then(function(c){e({value:c,done:n})},r)}}function de(u,l){return Object.defineProperty?Object.defineProperty(u,"raw",{value:l}):u.raw=l,u}function Ue(u){if(u&&u.__esModule)return u;var l={};if(u!=null)for(var t in u)Object.hasOwnProperty.call(u,t)&&(l[t]=u[t]);return l.default=u,l}function Ge(u){return u&&u.__esModule?u:{default:u}}function gt(u,l){if(!l.has(u))throw new TypeError("attempted to get private field on non-instance");return l.get(u)}function ce(u,l,t){if(!l.has(u))throw new TypeError("attempted to set private field on non-instance");return l.set(u,t),t}var ve,Ve,He=rt({"node_modules/tslib/tslib.es6.js"(){ue(),ve=function(u,l){return ve=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(t,a){t.__proto__=a}||function(t,a){for(var s in a)a.hasOwnProperty(s)&&(t[s]=a[s])},ve(u,l)},Ve=function(){return Ve=Object.assign||function(u){for(var l,t=1,a=arguments.length;t/^[$_a-zA-Z][$_a-zA-Z0-9]*$/.test(l)?l:JSON.stringify(l),value(l){if(l===null||typeof l!="object")return JSON.stringify(l);if(Array.isArray(l))return`[${l.map(a=>u.apiDescriptor.value(a)).join(", ")}]`;let t=Object.keys(l);return t.length===0?"{}":`{ ${t.map(a=>`${u.apiDescriptor.key(a)}: ${u.apiDescriptor.value(l[a])}`).join(", ")} }`},pair:l=>{let{key:t,value:a}=l;return u.apiDescriptor.value({[t]:a})}}}}),Qe=$({"node_modules/vnopts/lib/descriptors/index.js"(u){ue(),Object.defineProperty(u,"__esModule",{value:!0});var l=(He(),qt(Yr));l.__exportStar(Je(),u)}}),yt=$({"scripts/build/shims/chalk.cjs"(u,l){ue();var t=a=>a;t.grey=t,t.red=t,t.bold=t,t.yellow=t,t.blue=t,t.default=t,l.exports=t}}),_t=$({"node_modules/vnopts/lib/handlers/deprecated/common.js"(u){ue(),Object.defineProperty(u,"__esModule",{value:!0});var l=yt();u.commonDeprecatedHandler=(t,a,s)=>{let{descriptor:e}=s,r=[`${l.default.yellow(typeof t=="string"?e.key(t):e.pair(t))} is deprecated`];return a&&r.push(`we now treat it as ${l.default.blue(typeof a=="string"?e.key(a):e.pair(a))}`),r.join("; ")+"."}}}),ct=$({"node_modules/vnopts/lib/handlers/deprecated/index.js"(u){ue(),Object.defineProperty(u,"__esModule",{value:!0});var l=(He(),qt(Yr));l.__exportStar(_t(),u)}}),kt=$({"node_modules/vnopts/lib/handlers/invalid/common.js"(u){ue(),Object.defineProperty(u,"__esModule",{value:!0});var l=yt();u.commonInvalidHandler=(t,a,s)=>[`Invalid ${l.default.red(s.descriptor.key(t))} value.`,`Expected ${l.default.blue(s.schemas[t].expected(s))},`,`but received ${l.default.red(s.descriptor.value(a))}.`].join(" ")}}),$t=$({"node_modules/vnopts/lib/handlers/invalid/index.js"(u){ue(),Object.defineProperty(u,"__esModule",{value:!0});var l=(He(),qt(Yr));l.__exportStar(kt(),u)}}),ir=$({"node_modules/vnopts/node_modules/leven/index.js"(u,l){ue();var t=[],a=[];l.exports=function(s,e){if(s===e)return 0;var r=s;s.length>e.length&&(s=e,e=r);var n=s.length,o=e.length;if(n===0)return o;if(o===0)return n;for(;n>0&&s.charCodeAt(~-n)===e.charCodeAt(~-o);)n--,o--;if(n===0)return o;for(var c=0;cm?p>m?m+1:p:p>g?g+1:p;return m}}}),st=$({"node_modules/vnopts/lib/handlers/unknown/leven.js"(u){ue(),Object.defineProperty(u,"__esModule",{value:!0});var l=yt(),t=ir();u.levenUnknownHandler=(a,s,e)=>{let{descriptor:r,logger:n,schemas:o}=e,c=[`Ignored unknown option ${l.default.yellow(r.pair({key:a,value:s}))}.`],y=Object.keys(o).sort().find(m=>t(a,m)<3);y&&c.push(`Did you mean ${l.default.blue(r.key(y))}?`),n.warn(c.join(" "))}}}),Ot=$({"node_modules/vnopts/lib/handlers/unknown/index.js"(u){ue(),Object.defineProperty(u,"__esModule",{value:!0});var l=(He(),qt(Yr));l.__exportStar(st(),u)}}),Vt=$({"node_modules/vnopts/lib/handlers/index.js"(u){ue(),Object.defineProperty(u,"__esModule",{value:!0});var l=(He(),qt(Yr));l.__exportStar(ct(),u),l.__exportStar($t(),u),l.__exportStar(Ot(),u)}}),Ut=$({"node_modules/vnopts/lib/schema.js"(u){ue(),Object.defineProperty(u,"__esModule",{value:!0});var l=["default","expected","validate","deprecated","forward","redirect","overlap","preprocess","postprocess"];function t(e,r){let n=new e(r),o=Object.create(n);for(let c of l)c in r&&(o[c]=s(r[c],n,a.prototype[c].length));return o}u.createSchema=t;var a=class{constructor(e){this.name=e.name}static create(e){return t(this,e)}default(e){}expected(e){return"nothing"}validate(e,r){return!1}deprecated(e,r){return!1}forward(e,r){}redirect(e,r){}overlap(e,r,n){return e}preprocess(e,r){return e}postprocess(e,r){return e}};u.Schema=a;function s(e,r,n){return typeof e=="function"?function(){for(var o=arguments.length,c=new Array(o),y=0;ye}}}),rr=$({"node_modules/vnopts/lib/schemas/alias.js"(u){ue(),Object.defineProperty(u,"__esModule",{value:!0});var l=Ut(),t=class extends l.Schema{constructor(a){super(a),this._sourceName=a.sourceName}expected(a){return a.schemas[this._sourceName].expected(a)}validate(a,s){return s.schemas[this._sourceName].validate(a,s)}redirect(a,s){return this._sourceName}};u.AliasSchema=t}}),z=$({"node_modules/vnopts/lib/schemas/any.js"(u){ue(),Object.defineProperty(u,"__esModule",{value:!0});var l=Ut(),t=class extends l.Schema{expected(){return"anything"}validate(){return!0}};u.AnySchema=t}}),le=$({"node_modules/vnopts/lib/schemas/array.js"(u){ue(),Object.defineProperty(u,"__esModule",{value:!0});var l=(He(),qt(Yr)),t=Ut(),a=class extends t.Schema{constructor(e){var{valueSchema:r,name:n=r.name}=e,o=l.__rest(e,["valueSchema","name"]);super(Object.assign({},o,{name:n})),this._valueSchema=r}expected(e){return`an array of ${this._valueSchema.expected(e)}`}validate(e,r){if(!Array.isArray(e))return!1;let n=[];for(let o of e){let c=r.normalizeValidateResult(this._valueSchema.validate(o,r),o);c!==!0&&n.push(c.value)}return n.length===0?!0:{value:n}}deprecated(e,r){let n=[];for(let o of e){let c=r.normalizeDeprecatedResult(this._valueSchema.deprecated(o,r),o);c!==!1&&n.push(...c.map(y=>{let{value:m}=y;return{value:[m]}}))}return n}forward(e,r){let n=[];for(let o of e){let c=r.normalizeForwardResult(this._valueSchema.forward(o,r),o);n.push(...c.map(s))}return n}redirect(e,r){let n=[],o=[];for(let c of e){let y=r.normalizeRedirectResult(this._valueSchema.redirect(c,r),c);"remain"in y&&n.push(y.remain),o.push(...y.redirect.map(s))}return n.length===0?{redirect:o}:{redirect:o,remain:n}}overlap(e,r){return e.concat(r)}};u.ArraySchema=a;function s(e){let{from:r,to:n}=e;return{from:[r],to:n}}}}),We=$({"node_modules/vnopts/lib/schemas/boolean.js"(u){ue(),Object.defineProperty(u,"__esModule",{value:!0});var l=Ut(),t=class extends l.Schema{expected(){return"true or false"}validate(a){return typeof a=="boolean"}};u.BooleanSchema=t}}),Me=$({"node_modules/vnopts/lib/utils.js"(u){ue(),Object.defineProperty(u,"__esModule",{value:!0});function l(p,D){let C=Object.create(null);for(let w of p){let k=w[D];if(C[k])throw new Error(`Duplicate ${D} ${JSON.stringify(k)}`);C[k]=w}return C}u.recordFromArray=l;function t(p,D){let C=new Map;for(let w of p){let k=w[D];if(C.has(k))throw new Error(`Duplicate ${D} ${JSON.stringify(k)}`);C.set(k,w)}return C}u.mapFromArray=t;function a(){let p=Object.create(null);return D=>{let C=JSON.stringify(D);return p[C]?!0:(p[C]=!0,!1)}}u.createAutoChecklist=a;function s(p,D){let C=[],w=[];for(let k of p)D(k)?C.push(k):w.push(k);return[C,w]}u.partition=s;function e(p){return p===Math.floor(p)}u.isInt=e;function r(p,D){if(p===D)return 0;let C=typeof p,w=typeof D,k=["undefined","object","boolean","number","string"];return C!==w?k.indexOf(C)-k.indexOf(w):C!=="string"?Number(p)-Number(D):p.localeCompare(D)}u.comparePrimitive=r;function n(p){return p===void 0?{}:p}u.normalizeDefaultResult=n;function o(p,D){return p===!0?!0:p===!1?{value:D}:p}u.normalizeValidateResult=o;function c(p,D){let C=arguments.length>2&&arguments[2]!==void 0?arguments[2]:!1;return p===!1?!1:p===!0?C?!0:[{value:D}]:"value"in p?[p]:p.length===0?!1:p}u.normalizeDeprecatedResult=c;function y(p,D){return typeof p=="string"||"key"in p?{from:D,to:p}:"from"in p?{from:p.from,to:p.to}:{from:D,to:p.to}}u.normalizeTransferResult=y;function m(p,D){return p===void 0?[]:Array.isArray(p)?p.map(C=>y(C,D)):[y(p,D)]}u.normalizeForwardResult=m;function g(p,D){let C=m(typeof p=="object"&&"redirect"in p?p.redirect:p,D);return C.length===0?{remain:D,redirect:C}:typeof p=="object"&&"remain"in p?{remain:p.remain,redirect:C}:{redirect:C}}u.normalizeRedirectResult=g}}),at=$({"node_modules/vnopts/lib/schemas/choice.js"(u){ue(),Object.defineProperty(u,"__esModule",{value:!0});var l=Ut(),t=Me(),a=class extends l.Schema{constructor(s){super(s),this._choices=t.mapFromArray(s.choices.map(e=>e&&typeof e=="object"?e:{value:e}),"value")}expected(s){let{descriptor:e}=s,r=Array.from(this._choices.keys()).map(c=>this._choices.get(c)).filter(c=>!c.deprecated).map(c=>c.value).sort(t.comparePrimitive).map(e.value),n=r.slice(0,-2),o=r.slice(-2);return n.concat(o.join(" or ")).join(", ")}validate(s){return this._choices.has(s)}deprecated(s){let e=this._choices.get(s);return e&&e.deprecated?{value:s}:!1}forward(s){let e=this._choices.get(s);return e?e.forward:void 0}redirect(s){let e=this._choices.get(s);return e?e.redirect:void 0}};u.ChoiceSchema=a}}),Jt=$({"node_modules/vnopts/lib/schemas/number.js"(u){ue(),Object.defineProperty(u,"__esModule",{value:!0});var l=Ut(),t=class extends l.Schema{expected(){return"a number"}validate(a,s){return typeof a=="number"}};u.NumberSchema=t}}),er=$({"node_modules/vnopts/lib/schemas/integer.js"(u){ue(),Object.defineProperty(u,"__esModule",{value:!0});var l=Me(),t=Jt(),a=class extends t.NumberSchema{expected(){return"an integer"}validate(s,e){return e.normalizeValidateResult(super.validate(s,e),s)===!0&&l.isInt(s)}};u.IntegerSchema=a}}),Ar=$({"node_modules/vnopts/lib/schemas/string.js"(u){ue(),Object.defineProperty(u,"__esModule",{value:!0});var l=Ut(),t=class extends l.Schema{expected(){return"a string"}validate(a){return typeof a=="string"}};u.StringSchema=t}}),Er=$({"node_modules/vnopts/lib/schemas/index.js"(u){ue(),Object.defineProperty(u,"__esModule",{value:!0});var l=(He(),qt(Yr));l.__exportStar(rr(),u),l.__exportStar(z(),u),l.__exportStar(le(),u),l.__exportStar(We(),u),l.__exportStar(at(),u),l.__exportStar(er(),u),l.__exportStar(Jt(),u),l.__exportStar(Ar(),u)}}),_r=$({"node_modules/vnopts/lib/defaults.js"(u){ue(),Object.defineProperty(u,"__esModule",{value:!0});var l=Je(),t=_t(),a=$t(),s=st();u.defaultDescriptor=l.apiDescriptor,u.defaultUnknownHandler=s.levenUnknownHandler,u.defaultInvalidHandler=a.commonInvalidHandler,u.defaultDeprecatedHandler=t.commonDeprecatedHandler}}),xr=$({"node_modules/vnopts/lib/normalize.js"(u){ue(),Object.defineProperty(u,"__esModule",{value:!0});var l=_r(),t=Me();u.normalize=(s,e,r)=>new a(e,r).normalize(s);var a=class{constructor(s,e){let{logger:r=console,descriptor:n=l.defaultDescriptor,unknown:o=l.defaultUnknownHandler,invalid:c=l.defaultInvalidHandler,deprecated:y=l.defaultDeprecatedHandler}=e||{};this._utils={descriptor:n,logger:r||{warn:()=>{}},schemas:t.recordFromArray(s,"name"),normalizeDefaultResult:t.normalizeDefaultResult,normalizeDeprecatedResult:t.normalizeDeprecatedResult,normalizeForwardResult:t.normalizeForwardResult,normalizeRedirectResult:t.normalizeRedirectResult,normalizeValidateResult:t.normalizeValidateResult},this._unknownHandler=o,this._invalidHandler=c,this._deprecatedHandler=y,this.cleanHistory()}cleanHistory(){this._hasDeprecationWarned=t.createAutoChecklist()}normalize(s){let e={},r=[s],n=()=>{for(;r.length!==0;){let o=r.shift(),c=this._applyNormalization(o,e);r.push(...c)}};n();for(let o of Object.keys(this._utils.schemas)){let c=this._utils.schemas[o];if(!(o in e)){let y=t.normalizeDefaultResult(c.default(this._utils));"value"in y&&r.push({[o]:y.value})}}n();for(let o of Object.keys(this._utils.schemas)){let c=this._utils.schemas[o];o in e&&(e[o]=c.postprocess(e[o],this._utils))}return e}_applyNormalization(s,e){let r=[],[n,o]=t.partition(Object.keys(s),c=>c in this._utils.schemas);for(let c of n){let y=this._utils.schemas[c],m=y.preprocess(s[c],this._utils),g=t.normalizeValidateResult(y.validate(m,this._utils),m);if(g!==!0){let{value:w}=g,k=this._invalidHandler(c,w,this._utils);throw typeof k=="string"?new Error(k):k}let p=w=>{let{from:k,to:A}=w;r.push(typeof A=="string"?{[A]:k}:{[A.key]:A.value})},D=w=>{let{value:k,redirectTo:A}=w,N=t.normalizeDeprecatedResult(y.deprecated(k,this._utils),m,!0);if(N!==!1)if(N===!0)this._hasDeprecationWarned(c)||this._utils.logger.warn(this._deprecatedHandler(c,A,this._utils));else for(let{value:x}of N){let P={key:c,value:x};if(!this._hasDeprecationWarned(P)){let _=typeof A=="string"?{key:A,value:x}:A;this._utils.logger.warn(this._deprecatedHandler(P,_,this._utils))}}};t.normalizeForwardResult(y.forward(m,this._utils),m).forEach(p);let C=t.normalizeRedirectResult(y.redirect(m,this._utils),m);if(C.redirect.forEach(p),"remain"in C){let w=C.remain;e[c]=c in e?y.overlap(e[c],w,this._utils):w,D({value:w})}for(let{from:w,to:k}of C.redirect)D({value:w,redirectTo:k})}for(let c of o){let y=s[c],m=this._unknownHandler(c,y,this._utils);if(m)for(let g of Object.keys(m)){let p={[g]:m[g]};g in this._utils.schemas?r.push(p):Object.assign(e,p)}}return r}};u.Normalizer=a}}),Ir=$({"node_modules/vnopts/lib/index.js"(u){ue(),Object.defineProperty(u,"__esModule",{value:!0});var l=(He(),qt(Yr));l.__exportStar(Qe(),u),l.__exportStar(Vt(),u),l.__exportStar(Er(),u),l.__exportStar(xr(),u),l.__exportStar(Ut(),u)}}),Mr=$({"src/main/options-normalizer.js"(u,l){ue();var t=Ir(),a=mr(),s={key:g=>g.length===1?`-${g}`:`--${g}`,value:g=>t.apiDescriptor.value(g),pair:g=>{let{key:p,value:D}=g;return D===!1?`--no-${p}`:D===!0?s.key(p):D===""?`${s.key(p)} without an argument`:`${s.key(p)}=${D}`}},e=g=>{let{colorsModule:p,levenshteinDistance:D}=g;return class extends t.ChoiceSchema{constructor(C){let{name:w,flags:k}=C;super({name:w,choices:k}),this._flags=[...k].sort()}preprocess(C,w){if(typeof C=="string"&&C.length>0&&!this._flags.includes(C)){let k=this._flags.find(A=>D(A,C)<3);if(k)return w.logger.warn([`Unknown flag ${p.yellow(w.descriptor.value(C))},`,`did you mean ${p.blue(w.descriptor.value(k))}?`].join(" ")),k}return C}expected(){return"a flag"}}},r;function n(g,p){let{logger:D=!1,isCLI:C=!1,passThrough:w=!1,colorsModule:k=null,levenshteinDistance:A=null}=arguments.length>2&&arguments[2]!==void 0?arguments[2]:{},N=w?Array.isArray(w)?(T,f)=>w.includes(T)?{[T]:f}:void 0:(T,f)=>({[T]:f}):(T,f,F)=>{let i=F.schemas,h=ne(i,Z);return t.levenUnknownHandler(T,f,Object.assign(Object.assign({},F),{},{schemas:h}))},x=C?s:t.apiDescriptor,P=o(p,{isCLI:C,colorsModule:k,levenshteinDistance:A}),_=new t.Normalizer(P,{logger:D,unknown:N,descriptor:x}),J=D!==!1;J&&r&&(_._hasDeprecationWarned=r);let d=_.normalize(g);return J&&(r=_._hasDeprecationWarned),C&&d["plugin-search"]===!1&&(d["plugin-search-dir"]=!1),d}function o(g,p){let{isCLI:D,colorsModule:C,levenshteinDistance:w}=p,k=[];D&&k.push(t.AnySchema.create({name:"_"}));for(let A of g)k.push(c(A,{isCLI:D,optionInfos:g,colorsModule:C,levenshteinDistance:w})),A.alias&&D&&k.push(t.AliasSchema.create({name:A.alias,sourceName:A.name}));return k}function c(g,p){let{isCLI:D,optionInfos:C,colorsModule:w,levenshteinDistance:k}=p,{name:A}=g;if(A==="plugin-search-dir"||A==="pluginSearchDirs")return t.AnySchema.create({name:A,preprocess(_){return _===!1||(_=Array.isArray(_)?_:[_]),_},validate(_){return _===!1?!0:_.every(J=>typeof J=="string")},expected(){return"false or paths to plugin search dir"}});let N={name:A},x,P={};switch(g.type){case"int":x=t.IntegerSchema,D&&(N.preprocess=Number);break;case"string":x=t.StringSchema;break;case"choice":x=t.ChoiceSchema,N.choices=g.choices.map(_=>typeof _=="object"&&_.redirect?Object.assign(Object.assign({},_),{},{redirect:{to:{key:g.name,value:_.redirect}}}):_);break;case"boolean":x=t.BooleanSchema;break;case"flag":x=e({colorsModule:w,levenshteinDistance:k}),N.flags=C.flatMap(_=>[_.alias,_.description&&_.name,_.oppositeDescription&&`no-${_.name}`].filter(Boolean));break;case"path":x=t.StringSchema;break;default:throw new Error(`Unexpected type ${g.type}`)}if(g.exception?N.validate=(_,J,d)=>g.exception(_)||J.validate(_,d):N.validate=(_,J,d)=>_===void 0||J.validate(_,d),g.redirect&&(P.redirect=_=>_?{to:{key:g.redirect.option,value:g.redirect.value}}:void 0),g.deprecated&&(P.deprecated=!0),D&&!g.array){let _=N.preprocess||(J=>J);N.preprocess=(J,d,T)=>d.preprocess(_(Array.isArray(J)?a(J):J),T)}return g.array?t.ArraySchema.create(Object.assign(Object.assign(Object.assign({},D?{preprocess:_=>Array.isArray(_)?_:[_]}:{}),P),{},{valueSchema:x.create(N)})):x.create(Object.assign(Object.assign({},N),P))}function y(g,p,D){return n(g,p,D)}function m(g,p,D){return n(g,p,Object.assign({isCLI:!0},D))}l.exports={normalizeApiOptions:y,normalizeCliOptions:m}}}),or=$({"src/language-js/loc.js"(u,l){ue();var t=uu();function a(o){var c,y;let m=o.range?o.range[0]:o.start,g=(c=(y=o.declaration)===null||y===void 0?void 0:y.decorators)!==null&&c!==void 0?c:o.decorators;return t(g)?Math.min(a(g[0]),m):m}function s(o){return o.range?o.range[1]:o.end}function e(o,c){let y=a(o);return Number.isInteger(y)&&y===a(c)}function r(o,c){let y=s(o);return Number.isInteger(y)&&y===s(c)}function n(o,c){return e(o,c)&&r(o,c)}l.exports={locStart:a,locEnd:s,hasSameLocStart:e,hasSameLoc:n}}}),lt=$({"src/main/load-parser.js"(u,l){ue(),l.exports=()=>{}}}),mt=$({"scripts/build/shims/babel-highlight.cjs"(u,l){ue();var t=yt(),a={shouldHighlight:()=>!1,getChalk:()=>t};l.exports=a}}),St=$({"node_modules/@babel/code-frame/lib/index.js"(u){ue(),Object.defineProperty(u,"__esModule",{value:!0}),u.codeFrameColumns=r,u.default=n;var l=mt(),t=!1;function a(o){return{gutter:o.grey,marker:o.red.bold,message:o.red.bold}}var s=/\r\n|[\n\r\u2028\u2029]/;function e(o,c,y){let m=Object.assign({column:0,line:-1},o.start),g=Object.assign({},m,o.end),{linesAbove:p=2,linesBelow:D=3}=y||{},C=m.line,w=m.column,k=g.line,A=g.column,N=Math.max(C-(p+1),0),x=Math.min(c.length,k+D);C===-1&&(N=0),k===-1&&(x=c.length);let P=k-C,_={};if(P)for(let J=0;J<=P;J++){let d=J+C;if(!w)_[d]=!0;else if(J===0){let T=c[d-1].length;_[d]=[w,T-w+1]}else if(J===P)_[d]=[0,A];else{let T=c[d-J].length;_[d]=[0,T]}}else w===A?w?_[C]=[w,0]:_[C]=!0:_[C]=[w,A-w];return{start:N,end:x,markerLines:_}}function r(o,c){let y=arguments.length>2&&arguments[2]!==void 0?arguments[2]:{},m=(y.highlightCode||y.forceColor)&&(0,l.shouldHighlight)(y),g=(0,l.getChalk)(y),p=a(g),D=(_,J)=>m?_(J):J,C=o.split(s),{start:w,end:k,markerLines:A}=e(c,C,y),N=c.start&&typeof c.start.column=="number",x=String(k).length,P=(m?(0,l.default)(o,y):o).split(s,k).slice(w,k).map((_,J)=>{let d=w+1+J,T=` ${` ${d}`.slice(-x)} |`,f=A[d],F=!A[d+1];if(f){let i="";if(Array.isArray(f)){let h=_.slice(0,Math.max(f[0]-1,0)).replace(/[^\t]/g," "),E=f[1]||1;i=[` + `,D(p.gutter,T.replace(/\d/g," "))," ",h,D(p.marker,"^").repeat(E)].join(""),F&&y.message&&(i+=" "+D(p.message,y.message))}return[D(p.marker,">"),D(p.gutter,T),_.length>0?` ${_}`:"",i].join("")}else return` ${D(p.gutter,T)}${_.length>0?` ${_}`:""}`}).join(` +`);return y.message&&!N&&(P=`${" ".repeat(x+1)}${y.message} +${P}`),m?g.reset(P):P}function n(o,c,y){let m=arguments.length>3&&arguments[3]!==void 0?arguments[3]:{};if(!t){t=!0;let g="Passing lineNumber and colNumber is deprecated to @babel/code-frame. Please use `codeFrameColumns`.";if(Zt.emitWarning)Zt.emitWarning(g,"DeprecationWarning");else{let p=new Error(g);p.name="DeprecationWarning",console.warn(new Error(g))}}return y=Math.max(y,0),r(o,{start:{column:y,line:c}},m)}}}),xt=$({"src/main/parser.js"(u,l){ue();var{ConfigError:t}=Fn(),a=or();lt();var{locStart:s,locEnd:e}=a,r=Object.getOwnPropertyNames,n=Object.getOwnPropertyDescriptor;function o(m){let g={};for(let p of m.plugins)if(p.parsers)for(let D of r(p.parsers))Object.defineProperty(g,D,n(p.parsers,D));return g}function c(m){let g=arguments.length>1&&arguments[1]!==void 0?arguments[1]:o(m);if(typeof m.parser=="function")return{parse:m.parser,astFormat:"estree",locStart:s,locEnd:e};if(typeof m.parser=="string"){if(Object.prototype.hasOwnProperty.call(g,m.parser))return g[m.parser];throw new t(`Couldn't resolve parser "${m.parser}". Parsers must be explicitly added to the standalone bundle.`)}}function y(m,g){let p=o(g),D=Object.defineProperties({},Object.fromEntries(Object.keys(p).map(w=>[w,{enumerable:!0,get(){return p[w].parse}}]))),C=c(g,p);try{return C.preprocess&&(m=C.preprocess(m,g)),{text:m,ast:C.parse(m,D,g)}}catch(w){let{loc:k}=w;if(k){let{codeFrameColumns:A}=St();throw w.codeFrame=A(m,k,{highlightCode:!0}),w.message+=` +`+w.codeFrame,w}throw w}}l.exports={parse:y,resolveParser:c}}}),Kt=$({"src/main/options.js"(u,l){ue();var t=Yi(),{UndefinedParserError:a}=Fn(),{getSupportInfo:s}=nu(),e=Mr(),{resolveParser:r}=xt(),n={astFormat:"estree",printer:{},originalText:void 0,locStart:null,locEnd:null};function o(m){let g=arguments.length>1&&arguments[1]!==void 0?arguments[1]:{},p=Object.assign({},m),D=s({plugins:m.plugins,showUnreleased:!0,showDeprecated:!0}).options,C=Object.assign(Object.assign({},n),Object.fromEntries(D.filter(x=>x.default!==void 0).map(x=>[x.name,x.default])));if(!p.parser){if(!p.filepath)(g.logger||console).warn("No parser and no filepath given, using 'babel' the parser now but this will throw an error in the future. Please specify a parser or a filepath so one can be inferred."),p.parser="babel";else if(p.parser=y(p.filepath,p.plugins),!p.parser)throw new a(`No parser could be inferred for file: ${p.filepath}`)}let w=r(e.normalizeApiOptions(p,[D.find(x=>x.name==="parser")],{passThrough:!0,logger:!1}));p.astFormat=w.astFormat,p.locEnd=w.locEnd,p.locStart=w.locStart;let k=c(p);p.printer=k.printers[p.astFormat];let A=Object.fromEntries(D.filter(x=>x.pluginDefaults&&x.pluginDefaults[k.name]!==void 0).map(x=>[x.name,x.pluginDefaults[k.name]])),N=Object.assign(Object.assign({},C),A);for(let[x,P]of Object.entries(N))(p[x]===null||p[x]===void 0)&&(p[x]=P);return p.parser==="json"&&(p.trailingComma="none"),e.normalizeApiOptions(p,D,Object.assign({passThrough:Object.keys(n)},g))}function c(m){let{astFormat:g}=m;if(!g)throw new Error("getPlugin() requires astFormat to be set");let p=m.plugins.find(D=>D.printers&&D.printers[g]);if(!p)throw new Error(`Couldn't find plugin for AST format "${g}"`);return p}function y(m,g){let p=t.basename(m).toLowerCase(),D=s({plugins:g}).languages.filter(C=>C.since!==null).find(C=>C.extensions&&C.extensions.some(w=>p.endsWith(w))||C.filenames&&C.filenames.some(w=>w.toLowerCase()===p));return D&&D.parsers[0]}l.exports={normalize:o,hiddenDefaults:n,inferParser:y}}}),sr=$({"src/main/massage-ast.js"(u,l){ue();function t(a,s,e){if(Array.isArray(a))return a.map(c=>t(c,s,e)).filter(Boolean);if(!a||typeof a!="object")return a;let r=s.printer.massageAstNode,n;r&&r.ignoredProperties?n=r.ignoredProperties:n=new Set;let o={};for(let[c,y]of Object.entries(a))!n.has(c)&&typeof y!="function"&&(o[c]=t(y,s,a));if(r){let c=r(a,o,e);if(c===null)return;if(c)return c}return o}l.exports=t}}),lr=$({"scripts/build/shims/assert.cjs"(u,l){ue();var t=()=>{};t.ok=t,t.strictEqual=t,l.exports=t}}),Qt=$({"src/main/comments.js"(u,l){ue();var t=lr(),{builders:{line:a,hardline:s,breakParent:e,indent:r,lineSuffix:n,join:o,cursor:c}}=wt(),{hasNewline:y,skipNewline:m,skipSpaces:g,isPreviousLineEmpty:p,addLeadingComment:D,addDanglingComment:C,addTrailingComment:w}=Gt(),k=new WeakMap;function A(I,q,G){if(!I)return;let{printer:M,locStart:te,locEnd:j}=q;if(G){if(M.canAttachComment&&M.canAttachComment(I)){let U;for(U=G.length-1;U>=0&&!(te(G[U])<=te(I)&&j(G[U])<=j(I));--U);G.splice(U+1,0,I);return}}else if(k.has(I))return k.get(I);let De=M.getCommentChildNodes&&M.getCommentChildNodes(I,q)||typeof I=="object"&&Object.entries(I).filter(U=>{let[R]=U;return R!=="enclosingNode"&&R!=="precedingNode"&&R!=="followingNode"&&R!=="tokens"&&R!=="comments"&&R!=="parent"}).map(U=>{let[,R]=U;return R});if(De){G||(G=[],k.set(I,G));for(let U of De)A(U,q,G);return G}}function N(I,q,G,M){let{locStart:te,locEnd:j}=G,De=te(q),U=j(q),R=A(I,G),pe,be,fe=0,Ie=R.length;for(;fe>1,se=R[X],we=te(se),_e=j(se);if(we<=De&&U<=_e)return N(se,q,G,se);if(_e<=De){pe=se,fe=X+1;continue}if(U<=we){be=se,Ie=X;continue}throw new Error("Comment location overlaps with node location")}if(M&&M.type==="TemplateLiteral"){let{quasis:X}=M,se=F(X,q,G);pe&&F(X,pe,G)!==se&&(pe=null),be&&F(X,be,G)!==se&&(be=null)}return{enclosingNode:M,precedingNode:pe,followingNode:be}}var x=()=>!1;function P(I,q,G,M){if(!Array.isArray(I))return;let te=[],{locStart:j,locEnd:De,printer:{handleComments:U={}}}=M,{avoidAstMutation:R,ownLine:pe=x,endOfLine:be=x,remaining:fe=x}=U,Ie=I.map((X,se)=>Object.assign(Object.assign({},N(q,X,M)),{},{comment:X,text:G,options:M,ast:q,isLastComment:I.length-1===se}));for(let[X,se]of Ie.entries()){let{comment:we,precedingNode:_e,enclosingNode:it,followingNode:ae,text:Q,options:me,ast:Ce,isLastComment:Re}=se;if(me.parser==="json"||me.parser==="json5"||me.parser==="__js_expression"||me.parser==="__vue_expression"||me.parser==="__vue_ts_expression"){if(j(we)-j(Ce)<=0){D(Ce,we);continue}if(De(we)-De(Ce)>=0){w(Ce,we);continue}}let Xe;if(R?Xe=[se]:(we.enclosingNode=it,we.precedingNode=_e,we.followingNode=ae,Xe=[we,Q,me,Ce,Re]),J(Q,me,Ie,X))we.placement="ownLine",pe(...Xe)||(ae?D(ae,we):_e?w(_e,we):C(it||Ce,we));else if(d(Q,me,Ie,X))we.placement="endOfLine",be(...Xe)||(_e?w(_e,we):ae?D(ae,we):C(it||Ce,we));else if(we.placement="remaining",!fe(...Xe))if(_e&&ae){let Ye=te.length;Ye>0&&te[Ye-1].followingNode!==ae&&T(te,Q,me),te.push(se)}else _e?w(_e,we):ae?D(ae,we):C(it||Ce,we)}if(T(te,G,M),!R)for(let X of I)delete X.precedingNode,delete X.enclosingNode,delete X.followingNode}var _=I=>!/[\S\n\u2028\u2029]/.test(I);function J(I,q,G,M){let{comment:te,precedingNode:j}=G[M],{locStart:De,locEnd:U}=q,R=De(te);if(j)for(let pe=M-1;pe>=0;pe--){let{comment:be,precedingNode:fe}=G[pe];if(fe!==j||!_(I.slice(U(be),R)))break;R=De(be)}return y(I,R,{backwards:!0})}function d(I,q,G,M){let{comment:te,followingNode:j}=G[M],{locStart:De,locEnd:U}=q,R=U(te);if(j)for(let pe=M+1;pe0;--pe){let{comment:be,precedingNode:fe,followingNode:Ie}=I[pe-1];t.strictEqual(fe,te),t.strictEqual(Ie,j);let X=q.slice(G.locEnd(be),R);if(U.test(X))R=G.locStart(be);else break}for(let[be,{comment:fe}]of I.entries())be1&&be.comments.sort((fe,Ie)=>G.locStart(fe)-G.locStart(Ie));I.length=0}function f(I,q){let G=I.getValue();return G.printed=!0,q.printer.printComment(I,q)}function F(I,q,G){let M=G.locStart(q)-1;for(let te=1;te{let De=I.getValue();!De.leading&&!De.trailing&&(!M||M(De))&&te.push(f(I,q))},"comments"),te.length===0)?"":G?o(s,te):r([s,o(s,te)])}function b(I,q,G){let M=I.getValue();if(!M)return{};let te=M.comments||[];G&&(te=te.filter(R=>!G.has(R)));let j=M===q.cursorNode;if(te.length===0){let R=j?c:"";return{leading:R,trailing:R}}let De=[],U=[];return I.each(()=>{let R=I.getValue();if(G&&G.has(R))return;let{leading:pe,trailing:be}=R;pe?De.push(i(I,q)):be&&U.push(h(I,q))},"comments"),j&&(De.unshift(c),U.push(c)),{leading:De,trailing:U}}function S(I,q,G,M){let{leading:te,trailing:j}=b(I,G,M);return!te&&!j?q:[te,q,j]}function B(I){if(I)for(let q of I){if(!q.printed)throw new Error('Comment "'+q.value.trim()+'" was not printed. Please report this error!');delete q.printed}}l.exports={attach:P,printComments:S,printCommentsSeparately:b,printDanglingComments:E,getSortedChildNodes:A,ensureAllCommentsPrinted:B}}}),Kr=$({"src/common/ast-path.js"(u,l){ue();var t=mr();function a(r,n){let o=s(r.stack,n);return o===-1?null:r.stack[o]}function s(r,n){for(let o=r.length-1;o>=0;o-=2){let c=r[o];if(c&&!Array.isArray(c)&&--n<0)return o}return-1}var e=class{constructor(r){this.stack=[r]}getName(){let{stack:r}=this,{length:n}=r;return n>1?r[n-2]:null}getValue(){return t(this.stack)}getNode(){let r=arguments.length>0&&arguments[0]!==void 0?arguments[0]:0;return a(this,r)}getParentNode(){let r=arguments.length>0&&arguments[0]!==void 0?arguments[0]:0;return a(this,r+1)}call(r){let{stack:n}=this,{length:o}=n,c=t(n);for(var y=arguments.length,m=new Array(y>1?y-1:0),g=1;g1&&arguments[1]!==void 0?arguments[1]:0,o=s(this.stack,n+1),c=this.stack.splice(o+1),y=r(this);return this.stack.push(...c),y}each(r){let{stack:n}=this,{length:o}=n,c=t(n);for(var y=arguments.length,m=new Array(y>1?y-1:0),g=1;g1?o-1:0),y=1;y{n[g]=r(m,g,p)},...c),n}try(r){let{stack:n}=this,o=[...n];try{return r()}finally{n.length=0,n.push(...o)}}match(){let r=this.stack.length-1,n=null,o=this.stack[r--];for(var c=arguments.length,y=new Array(c),m=0;mr(m,g,c,y,p),c)}function r(n,o,c,y){let{stripTrailingHardline:m=!1}=arguments.length>4&&arguments[4]!==void 0?arguments[4]:{},g=a(Object.assign(Object.assign(Object.assign({},c),o),{},{parentParser:c.parser,originalText:n}),{passThrough:!0}),p=xt().parse(n,g),{ast:D}=p;n=p.text;let C=D.comments;delete D.comments,s.attach(C,D,n,g),g[Symbol.for("comments")]=C||[],g[Symbol.for("tokens")]=D.tokens||[];let w=y(D,g);return s.ensureAllCommentsPrinted(C),m?typeof w=="string"?w.replace(/(?:\r?\n)*$/,""):t(w):w}l.exports={printSubtree:e}}}),In=$({"src/main/ast-to-doc.js"(u,l){ue();var t=Kr(),{builders:{hardline:a,addAlignmentToDoc:s},utils:{propagateBreaks:e}}=wt(),{printComments:r}=Qt(),n=Pn();function o(m,g){let p=arguments.length>2&&arguments[2]!==void 0?arguments[2]:0,{printer:D}=g;D.preprocess&&(m=D.preprocess(m,g));let C=new Map,w=new t(m),k=A();return p>0&&(k=s([a,k],p,g.tabWidth)),e(k),k;function A(x,P){return x===void 0||x===w?N(P):Array.isArray(x)?w.call(()=>N(P),...x):w.call(()=>N(P),x)}function N(x){let P=w.getValue(),_=P&&typeof P=="object"&&x===void 0;if(_&&C.has(P))return C.get(P);let J=y(w,g,A,x);return _&&C.set(P,J),J}}function c(m,g){let{originalText:p,[Symbol.for("comments")]:D,locStart:C,locEnd:w}=g,k=C(m),A=w(m),N=new Set;for(let x of D)C(x)>=k&&w(x)<=A&&(x.printed=!0,N.add(x));return{doc:p.slice(k,A),printedComments:N}}function y(m,g,p,D){let C=m.getValue(),{printer:w}=g,k,A;if(w.hasPrettierIgnore&&w.hasPrettierIgnore(m))({doc:k,printedComments:A}=c(C,g));else{if(C)try{k=n.printSubtree(m,p,g,o)}catch(N){if(globalThis.PRETTIER_DEBUG)throw N}k||(k=w.print(m,g,p,D))}return(!w.willPrintOwnComments||!w.willPrintOwnComments(m,g))&&(k=r(m,k,g,A)),k}l.exports=o}}),Hu=$({"src/main/range-util.js"(u,l){ue();var t=lr(),a=Qt(),s=D=>{let{parser:C}=D;return C==="json"||C==="json5"||C==="json-stringify"};function e(D,C){let w=[D.node,...D.parentNodes],k=new Set([C.node,...C.parentNodes]);return w.find(A=>y.has(A.type)&&k.has(A))}function r(D){let C=D.length-1;for(;;){let w=D[C];if(w&&(w.type==="Program"||w.type==="File"))C--;else break}return D.slice(0,C+1)}function n(D,C,w){let{locStart:k,locEnd:A}=w,N=D.node,x=C.node;if(N===x)return{startNode:N,endNode:x};let P=k(D.node);for(let J of r(C.parentNodes))if(k(J)>=P)x=J;else break;let _=A(C.node);for(let J of r(D.parentNodes)){if(A(J)<=_)N=J;else break;if(N===x)break}return{startNode:N,endNode:x}}function o(D,C,w,k){let A=arguments.length>4&&arguments[4]!==void 0?arguments[4]:[],N=arguments.length>5?arguments[5]:void 0,{locStart:x,locEnd:P}=w,_=x(D),J=P(D);if(!(C>J||C<_||N==="rangeEnd"&&C===_||N==="rangeStart"&&C===J)){for(let d of a.getSortedChildNodes(D,w)){let T=o(d,C,w,k,[D,...A],N);if(T)return T}if(!k||k(D,A[0]))return{node:D,parentNodes:A}}}function c(D,C){return C!=="DeclareExportDeclaration"&&D!=="TypeParameterDeclaration"&&(D==="Directive"||D==="TypeAlias"||D==="TSExportAssignment"||D.startsWith("Declare")||D.startsWith("TSDeclare")||D.endsWith("Statement")||D.endsWith("Declaration"))}var y=new Set(["ObjectExpression","ArrayExpression","StringLiteral","NumericLiteral","BooleanLiteral","NullLiteral","UnaryExpression","TemplateLiteral"]),m=new Set(["OperationDefinition","FragmentDefinition","VariableDefinition","TypeExtensionDefinition","ObjectTypeDefinition","FieldDefinition","DirectiveDefinition","EnumTypeDefinition","EnumValueDefinition","InputValueDefinition","InputObjectTypeDefinition","SchemaDefinition","OperationTypeDefinition","InterfaceTypeDefinition","UnionTypeDefinition","ScalarTypeDefinition"]);function g(D,C,w){if(!C)return!1;switch(D.parser){case"flow":case"babel":case"babel-flow":case"babel-ts":case"typescript":case"acorn":case"espree":case"meriyah":case"__babel_estree":return c(C.type,w&&w.type);case"json":case"json5":case"json-stringify":return y.has(C.type);case"graphql":return m.has(C.kind);case"vue":return C.tag!=="root"}return!1}function p(D,C,w){let{rangeStart:k,rangeEnd:A,locStart:N,locEnd:x}=C;t.ok(A>k);let P=D.slice(k,A).search(/\S/),_=P===-1;if(!_)for(k+=P;A>k&&!/\S/.test(D[A-1]);--A);let J=o(w,k,C,(F,i)=>g(C,F,i),[],"rangeStart"),d=_?J:o(w,A,C,F=>g(C,F),[],"rangeEnd");if(!J||!d)return{rangeStart:0,rangeEnd:0};let T,f;if(s(C)){let F=e(J,d);T=F,f=F}else({startNode:T,endNode:f}=n(J,d,C));return{rangeStart:Math.min(N(T),N(f)),rangeEnd:Math.max(x(T),x(f))}}l.exports={calculateRange:p,findNodeAtOffset:o}}}),Yu=$({"src/main/core.js"(u,l){ue();var{diffArrays:t}=zr(),{printer:{printDocToString:a},debug:{printDocToDebug:s}}=wt(),{getAlignmentSize:e}=Gt(),{guessEndOfLine:r,convertEndOfLineToChars:n,countEndOfLineChars:o,normalizeEndOfLine:c}=Rr(),y=Kt().normalize,m=sr(),g=Qt(),p=xt(),D=In(),C=Hu(),w="\uFEFF",k=Symbol("cursor");function A(f,F,i){let h=F.comments;return h&&(delete F.comments,g.attach(h,F,f,i)),i[Symbol.for("comments")]=h||[],i[Symbol.for("tokens")]=F.tokens||[],i.originalText=f,h}function N(f,F){let i=arguments.length>2&&arguments[2]!==void 0?arguments[2]:0;if(!f||f.trim().length===0)return{formatted:"",cursorOffset:-1,comments:[]};let{ast:h,text:E}=p.parse(f,F);if(F.cursorOffset>=0){let I=C.findNodeAtOffset(h,F.cursorOffset,F);I&&I.node&&(F.cursorNode=I.node)}let b=A(E,h,F),S=D(h,F,i),B=a(S,F);if(g.ensureAllCommentsPrinted(b),i>0){let I=B.formatted.trim();B.cursorNodeStart!==void 0&&(B.cursorNodeStart-=B.formatted.indexOf(I)),B.formatted=I+n(F.endOfLine)}if(F.cursorOffset>=0){let I,q,G,M,te;if(F.cursorNode&&B.cursorNodeText?(I=F.locStart(F.cursorNode),q=E.slice(I,F.locEnd(F.cursorNode)),G=F.cursorOffset-I,M=B.cursorNodeStart,te=B.cursorNodeText):(I=0,q=E,G=F.cursorOffset,M=0,te=B.formatted),q===te)return{formatted:B.formatted,cursorOffset:M+G,comments:b};let j=[...q];j.splice(G,0,k);let De=[...te],U=t(j,De),R=M;for(let pe of U)if(pe.removed){if(pe.value.includes(k))break}else R+=pe.count;return{formatted:B.formatted,cursorOffset:R,comments:b}}return{formatted:B.formatted,cursorOffset:-1,comments:b}}function x(f,F){let{ast:i,text:h}=p.parse(f,F),{rangeStart:E,rangeEnd:b}=C.calculateRange(h,F,i),S=h.slice(E,b),B=Math.min(E,h.lastIndexOf(` +`,E)+1),I=h.slice(B,E).match(/^\s*/)[0],q=e(I,F.tabWidth),G=N(S,Object.assign(Object.assign({},F),{},{rangeStart:0,rangeEnd:Number.POSITIVE_INFINITY,cursorOffset:F.cursorOffset>E&&F.cursorOffset<=b?F.cursorOffset-E:-1,endOfLine:"lf"}),q),M=G.formatted.trimEnd(),{cursorOffset:te}=F;te>b?te+=M.length-S.length:G.cursorOffset>=0&&(te=G.cursorOffset+E);let j=h.slice(0,E)+M+h.slice(b);if(F.endOfLine!=="lf"){let De=n(F.endOfLine);te>=0&&De===`\r +`&&(te+=o(j.slice(0,te),` +`)),j=j.replace(/\n/g,De)}return{formatted:j,cursorOffset:te,comments:G.comments}}function P(f,F,i){return typeof F!="number"||Number.isNaN(F)||F<0||F>f.length?i:F}function _(f,F){let{cursorOffset:i,rangeStart:h,rangeEnd:E}=F;return i=P(f,i,-1),h=P(f,h,0),E=P(f,E,f.length),Object.assign(Object.assign({},F),{},{cursorOffset:i,rangeStart:h,rangeEnd:E})}function J(f,F){let{cursorOffset:i,rangeStart:h,rangeEnd:E,endOfLine:b}=_(f,F),S=f.charAt(0)===w;if(S&&(f=f.slice(1),i--,h--,E--),b==="auto"&&(b=r(f)),f.includes("\r")){let B=I=>o(f.slice(0,Math.max(I,0)),`\r +`);i-=B(i),h-=B(h),E-=B(E),f=c(f)}return{hasBOM:S,text:f,options:_(f,Object.assign(Object.assign({},F),{},{cursorOffset:i,rangeStart:h,rangeEnd:E,endOfLine:b}))}}function d(f,F){let i=p.resolveParser(F);return!i.hasPragma||i.hasPragma(f)}function T(f,F){let{hasBOM:i,text:h,options:E}=J(f,y(F));if(E.rangeStart>=E.rangeEnd&&h!==""||E.requirePragma&&!d(h,E))return{formatted:f,cursorOffset:F.cursorOffset,comments:[]};let b;return E.rangeStart>0||E.rangeEnd=0&&b.cursorOffset++),b}l.exports={formatWithCursor:T,parse(f,F,i){let{text:h,options:E}=J(f,y(F)),b=p.parse(h,E);return i&&(b.ast=m(b.ast,E)),b},formatAST(f,F){F=y(F);let i=D(f,F);return a(i,F)},formatDoc(f,F){return T(s(f),Object.assign(Object.assign({},F),{},{parser:"__js_expression"})).formatted},printToDoc(f,F){F=y(F);let{ast:i,text:h}=p.parse(f,F);return A(h,i,F),D(i,F)},printDocToString(f,F){return a(f,y(F))}}}}),Ku=$({"src/common/util-shared.js"(u,l){ue();var{getMaxContinuousCount:t,getStringWidth:a,getAlignmentSize:s,getIndentSize:e,skip:r,skipWhitespace:n,skipSpaces:o,skipNewline:c,skipToLineEnd:y,skipEverythingButNewLine:m,skipInlineComment:g,skipTrailingComment:p,hasNewline:D,hasNewlineInRange:C,hasSpaces:w,isNextLineEmpty:k,isNextLineEmptyAfterIndex:A,isPreviousLineEmpty:N,getNextNonSpaceNonCommentCharacterIndex:x,makeString:P,addLeadingComment:_,addDanglingComment:J,addTrailingComment:d}=Gt();l.exports={getMaxContinuousCount:t,getStringWidth:a,getAlignmentSize:s,getIndentSize:e,skip:r,skipWhitespace:n,skipSpaces:o,skipNewline:c,skipToLineEnd:y,skipEverythingButNewLine:m,skipInlineComment:g,skipTrailingComment:p,hasNewline:D,hasNewlineInRange:C,hasSpaces:w,isNextLineEmpty:k,isNextLineEmptyAfterIndex:A,isPreviousLineEmpty:N,getNextNonSpaceNonCommentCharacterIndex:x,makeString:P,addLeadingComment:_,addDanglingComment:J,addTrailingComment:d}}}),vr=$({"src/utils/create-language.js"(u,l){ue(),l.exports=function(t,a){let{languageId:s}=t,e=ne(t,Y);return Object.assign(Object.assign({linguistLanguageId:s},e),a(t))}}}),Qr=$({"node_modules/esutils/lib/ast.js"(u,l){ue(),function(){function t(o){if(o==null)return!1;switch(o.type){case"ArrayExpression":case"AssignmentExpression":case"BinaryExpression":case"CallExpression":case"ConditionalExpression":case"FunctionExpression":case"Identifier":case"Literal":case"LogicalExpression":case"MemberExpression":case"NewExpression":case"ObjectExpression":case"SequenceExpression":case"ThisExpression":case"UnaryExpression":case"UpdateExpression":return!0}return!1}function a(o){if(o==null)return!1;switch(o.type){case"DoWhileStatement":case"ForInStatement":case"ForStatement":case"WhileStatement":return!0}return!1}function s(o){if(o==null)return!1;switch(o.type){case"BlockStatement":case"BreakStatement":case"ContinueStatement":case"DebuggerStatement":case"DoWhileStatement":case"EmptyStatement":case"ExpressionStatement":case"ForInStatement":case"ForStatement":case"IfStatement":case"LabeledStatement":case"ReturnStatement":case"SwitchStatement":case"ThrowStatement":case"TryStatement":case"VariableDeclaration":case"WhileStatement":case"WithStatement":return!0}return!1}function e(o){return s(o)||o!=null&&o.type==="FunctionDeclaration"}function r(o){switch(o.type){case"IfStatement":return o.alternate!=null?o.alternate:o.consequent;case"LabeledStatement":case"ForStatement":case"ForInStatement":case"WhileStatement":case"WithStatement":return o.body}return null}function n(o){var c;if(o.type!=="IfStatement"||o.alternate==null)return!1;c=o.consequent;do{if(c.type==="IfStatement"&&c.alternate==null)return!0;c=r(c)}while(c);return!1}l.exports={isExpression:t,isStatement:s,isIterationStatement:a,isSourceElement:e,isProblematicIfStatement:n,trailingStatement:r}}()}}),cn=$({"node_modules/esutils/lib/code.js"(u,l){ue(),function(){var t,a,s,e,r,n;a={NonAsciiIdentifierStart:/[\xAA\xB5\xBA\xC0-\xD6\xD8-\xF6\xF8-\u02C1\u02C6-\u02D1\u02E0-\u02E4\u02EC\u02EE\u0370-\u0374\u0376\u0377\u037A-\u037D\u037F\u0386\u0388-\u038A\u038C\u038E-\u03A1\u03A3-\u03F5\u03F7-\u0481\u048A-\u052F\u0531-\u0556\u0559\u0561-\u0587\u05D0-\u05EA\u05F0-\u05F2\u0620-\u064A\u066E\u066F\u0671-\u06D3\u06D5\u06E5\u06E6\u06EE\u06EF\u06FA-\u06FC\u06FF\u0710\u0712-\u072F\u074D-\u07A5\u07B1\u07CA-\u07EA\u07F4\u07F5\u07FA\u0800-\u0815\u081A\u0824\u0828\u0840-\u0858\u08A0-\u08B4\u08B6-\u08BD\u0904-\u0939\u093D\u0950\u0958-\u0961\u0971-\u0980\u0985-\u098C\u098F\u0990\u0993-\u09A8\u09AA-\u09B0\u09B2\u09B6-\u09B9\u09BD\u09CE\u09DC\u09DD\u09DF-\u09E1\u09F0\u09F1\u0A05-\u0A0A\u0A0F\u0A10\u0A13-\u0A28\u0A2A-\u0A30\u0A32\u0A33\u0A35\u0A36\u0A38\u0A39\u0A59-\u0A5C\u0A5E\u0A72-\u0A74\u0A85-\u0A8D\u0A8F-\u0A91\u0A93-\u0AA8\u0AAA-\u0AB0\u0AB2\u0AB3\u0AB5-\u0AB9\u0ABD\u0AD0\u0AE0\u0AE1\u0AF9\u0B05-\u0B0C\u0B0F\u0B10\u0B13-\u0B28\u0B2A-\u0B30\u0B32\u0B33\u0B35-\u0B39\u0B3D\u0B5C\u0B5D\u0B5F-\u0B61\u0B71\u0B83\u0B85-\u0B8A\u0B8E-\u0B90\u0B92-\u0B95\u0B99\u0B9A\u0B9C\u0B9E\u0B9F\u0BA3\u0BA4\u0BA8-\u0BAA\u0BAE-\u0BB9\u0BD0\u0C05-\u0C0C\u0C0E-\u0C10\u0C12-\u0C28\u0C2A-\u0C39\u0C3D\u0C58-\u0C5A\u0C60\u0C61\u0C80\u0C85-\u0C8C\u0C8E-\u0C90\u0C92-\u0CA8\u0CAA-\u0CB3\u0CB5-\u0CB9\u0CBD\u0CDE\u0CE0\u0CE1\u0CF1\u0CF2\u0D05-\u0D0C\u0D0E-\u0D10\u0D12-\u0D3A\u0D3D\u0D4E\u0D54-\u0D56\u0D5F-\u0D61\u0D7A-\u0D7F\u0D85-\u0D96\u0D9A-\u0DB1\u0DB3-\u0DBB\u0DBD\u0DC0-\u0DC6\u0E01-\u0E30\u0E32\u0E33\u0E40-\u0E46\u0E81\u0E82\u0E84\u0E87\u0E88\u0E8A\u0E8D\u0E94-\u0E97\u0E99-\u0E9F\u0EA1-\u0EA3\u0EA5\u0EA7\u0EAA\u0EAB\u0EAD-\u0EB0\u0EB2\u0EB3\u0EBD\u0EC0-\u0EC4\u0EC6\u0EDC-\u0EDF\u0F00\u0F40-\u0F47\u0F49-\u0F6C\u0F88-\u0F8C\u1000-\u102A\u103F\u1050-\u1055\u105A-\u105D\u1061\u1065\u1066\u106E-\u1070\u1075-\u1081\u108E\u10A0-\u10C5\u10C7\u10CD\u10D0-\u10FA\u10FC-\u1248\u124A-\u124D\u1250-\u1256\u1258\u125A-\u125D\u1260-\u1288\u128A-\u128D\u1290-\u12B0\u12B2-\u12B5\u12B8-\u12BE\u12C0\u12C2-\u12C5\u12C8-\u12D6\u12D8-\u1310\u1312-\u1315\u1318-\u135A\u1380-\u138F\u13A0-\u13F5\u13F8-\u13FD\u1401-\u166C\u166F-\u167F\u1681-\u169A\u16A0-\u16EA\u16EE-\u16F8\u1700-\u170C\u170E-\u1711\u1720-\u1731\u1740-\u1751\u1760-\u176C\u176E-\u1770\u1780-\u17B3\u17D7\u17DC\u1820-\u1877\u1880-\u1884\u1887-\u18A8\u18AA\u18B0-\u18F5\u1900-\u191E\u1950-\u196D\u1970-\u1974\u1980-\u19AB\u19B0-\u19C9\u1A00-\u1A16\u1A20-\u1A54\u1AA7\u1B05-\u1B33\u1B45-\u1B4B\u1B83-\u1BA0\u1BAE\u1BAF\u1BBA-\u1BE5\u1C00-\u1C23\u1C4D-\u1C4F\u1C5A-\u1C7D\u1C80-\u1C88\u1CE9-\u1CEC\u1CEE-\u1CF1\u1CF5\u1CF6\u1D00-\u1DBF\u1E00-\u1F15\u1F18-\u1F1D\u1F20-\u1F45\u1F48-\u1F4D\u1F50-\u1F57\u1F59\u1F5B\u1F5D\u1F5F-\u1F7D\u1F80-\u1FB4\u1FB6-\u1FBC\u1FBE\u1FC2-\u1FC4\u1FC6-\u1FCC\u1FD0-\u1FD3\u1FD6-\u1FDB\u1FE0-\u1FEC\u1FF2-\u1FF4\u1FF6-\u1FFC\u2071\u207F\u2090-\u209C\u2102\u2107\u210A-\u2113\u2115\u2119-\u211D\u2124\u2126\u2128\u212A-\u212D\u212F-\u2139\u213C-\u213F\u2145-\u2149\u214E\u2160-\u2188\u2C00-\u2C2E\u2C30-\u2C5E\u2C60-\u2CE4\u2CEB-\u2CEE\u2CF2\u2CF3\u2D00-\u2D25\u2D27\u2D2D\u2D30-\u2D67\u2D6F\u2D80-\u2D96\u2DA0-\u2DA6\u2DA8-\u2DAE\u2DB0-\u2DB6\u2DB8-\u2DBE\u2DC0-\u2DC6\u2DC8-\u2DCE\u2DD0-\u2DD6\u2DD8-\u2DDE\u2E2F\u3005-\u3007\u3021-\u3029\u3031-\u3035\u3038-\u303C\u3041-\u3096\u309D-\u309F\u30A1-\u30FA\u30FC-\u30FF\u3105-\u312D\u3131-\u318E\u31A0-\u31BA\u31F0-\u31FF\u3400-\u4DB5\u4E00-\u9FD5\uA000-\uA48C\uA4D0-\uA4FD\uA500-\uA60C\uA610-\uA61F\uA62A\uA62B\uA640-\uA66E\uA67F-\uA69D\uA6A0-\uA6EF\uA717-\uA71F\uA722-\uA788\uA78B-\uA7AE\uA7B0-\uA7B7\uA7F7-\uA801\uA803-\uA805\uA807-\uA80A\uA80C-\uA822\uA840-\uA873\uA882-\uA8B3\uA8F2-\uA8F7\uA8FB\uA8FD\uA90A-\uA925\uA930-\uA946\uA960-\uA97C\uA984-\uA9B2\uA9CF\uA9E0-\uA9E4\uA9E6-\uA9EF\uA9FA-\uA9FE\uAA00-\uAA28\uAA40-\uAA42\uAA44-\uAA4B\uAA60-\uAA76\uAA7A\uAA7E-\uAAAF\uAAB1\uAAB5\uAAB6\uAAB9-\uAABD\uAAC0\uAAC2\uAADB-\uAADD\uAAE0-\uAAEA\uAAF2-\uAAF4\uAB01-\uAB06\uAB09-\uAB0E\uAB11-\uAB16\uAB20-\uAB26\uAB28-\uAB2E\uAB30-\uAB5A\uAB5C-\uAB65\uAB70-\uABE2\uAC00-\uD7A3\uD7B0-\uD7C6\uD7CB-\uD7FB\uF900-\uFA6D\uFA70-\uFAD9\uFB00-\uFB06\uFB13-\uFB17\uFB1D\uFB1F-\uFB28\uFB2A-\uFB36\uFB38-\uFB3C\uFB3E\uFB40\uFB41\uFB43\uFB44\uFB46-\uFBB1\uFBD3-\uFD3D\uFD50-\uFD8F\uFD92-\uFDC7\uFDF0-\uFDFB\uFE70-\uFE74\uFE76-\uFEFC\uFF21-\uFF3A\uFF41-\uFF5A\uFF66-\uFFBE\uFFC2-\uFFC7\uFFCA-\uFFCF\uFFD2-\uFFD7\uFFDA-\uFFDC]/,NonAsciiIdentifierPart:/[\xAA\xB5\xBA\xC0-\xD6\xD8-\xF6\xF8-\u02C1\u02C6-\u02D1\u02E0-\u02E4\u02EC\u02EE\u0300-\u0374\u0376\u0377\u037A-\u037D\u037F\u0386\u0388-\u038A\u038C\u038E-\u03A1\u03A3-\u03F5\u03F7-\u0481\u0483-\u0487\u048A-\u052F\u0531-\u0556\u0559\u0561-\u0587\u0591-\u05BD\u05BF\u05C1\u05C2\u05C4\u05C5\u05C7\u05D0-\u05EA\u05F0-\u05F2\u0610-\u061A\u0620-\u0669\u066E-\u06D3\u06D5-\u06DC\u06DF-\u06E8\u06EA-\u06FC\u06FF\u0710-\u074A\u074D-\u07B1\u07C0-\u07F5\u07FA\u0800-\u082D\u0840-\u085B\u08A0-\u08B4\u08B6-\u08BD\u08D4-\u08E1\u08E3-\u0963\u0966-\u096F\u0971-\u0983\u0985-\u098C\u098F\u0990\u0993-\u09A8\u09AA-\u09B0\u09B2\u09B6-\u09B9\u09BC-\u09C4\u09C7\u09C8\u09CB-\u09CE\u09D7\u09DC\u09DD\u09DF-\u09E3\u09E6-\u09F1\u0A01-\u0A03\u0A05-\u0A0A\u0A0F\u0A10\u0A13-\u0A28\u0A2A-\u0A30\u0A32\u0A33\u0A35\u0A36\u0A38\u0A39\u0A3C\u0A3E-\u0A42\u0A47\u0A48\u0A4B-\u0A4D\u0A51\u0A59-\u0A5C\u0A5E\u0A66-\u0A75\u0A81-\u0A83\u0A85-\u0A8D\u0A8F-\u0A91\u0A93-\u0AA8\u0AAA-\u0AB0\u0AB2\u0AB3\u0AB5-\u0AB9\u0ABC-\u0AC5\u0AC7-\u0AC9\u0ACB-\u0ACD\u0AD0\u0AE0-\u0AE3\u0AE6-\u0AEF\u0AF9\u0B01-\u0B03\u0B05-\u0B0C\u0B0F\u0B10\u0B13-\u0B28\u0B2A-\u0B30\u0B32\u0B33\u0B35-\u0B39\u0B3C-\u0B44\u0B47\u0B48\u0B4B-\u0B4D\u0B56\u0B57\u0B5C\u0B5D\u0B5F-\u0B63\u0B66-\u0B6F\u0B71\u0B82\u0B83\u0B85-\u0B8A\u0B8E-\u0B90\u0B92-\u0B95\u0B99\u0B9A\u0B9C\u0B9E\u0B9F\u0BA3\u0BA4\u0BA8-\u0BAA\u0BAE-\u0BB9\u0BBE-\u0BC2\u0BC6-\u0BC8\u0BCA-\u0BCD\u0BD0\u0BD7\u0BE6-\u0BEF\u0C00-\u0C03\u0C05-\u0C0C\u0C0E-\u0C10\u0C12-\u0C28\u0C2A-\u0C39\u0C3D-\u0C44\u0C46-\u0C48\u0C4A-\u0C4D\u0C55\u0C56\u0C58-\u0C5A\u0C60-\u0C63\u0C66-\u0C6F\u0C80-\u0C83\u0C85-\u0C8C\u0C8E-\u0C90\u0C92-\u0CA8\u0CAA-\u0CB3\u0CB5-\u0CB9\u0CBC-\u0CC4\u0CC6-\u0CC8\u0CCA-\u0CCD\u0CD5\u0CD6\u0CDE\u0CE0-\u0CE3\u0CE6-\u0CEF\u0CF1\u0CF2\u0D01-\u0D03\u0D05-\u0D0C\u0D0E-\u0D10\u0D12-\u0D3A\u0D3D-\u0D44\u0D46-\u0D48\u0D4A-\u0D4E\u0D54-\u0D57\u0D5F-\u0D63\u0D66-\u0D6F\u0D7A-\u0D7F\u0D82\u0D83\u0D85-\u0D96\u0D9A-\u0DB1\u0DB3-\u0DBB\u0DBD\u0DC0-\u0DC6\u0DCA\u0DCF-\u0DD4\u0DD6\u0DD8-\u0DDF\u0DE6-\u0DEF\u0DF2\u0DF3\u0E01-\u0E3A\u0E40-\u0E4E\u0E50-\u0E59\u0E81\u0E82\u0E84\u0E87\u0E88\u0E8A\u0E8D\u0E94-\u0E97\u0E99-\u0E9F\u0EA1-\u0EA3\u0EA5\u0EA7\u0EAA\u0EAB\u0EAD-\u0EB9\u0EBB-\u0EBD\u0EC0-\u0EC4\u0EC6\u0EC8-\u0ECD\u0ED0-\u0ED9\u0EDC-\u0EDF\u0F00\u0F18\u0F19\u0F20-\u0F29\u0F35\u0F37\u0F39\u0F3E-\u0F47\u0F49-\u0F6C\u0F71-\u0F84\u0F86-\u0F97\u0F99-\u0FBC\u0FC6\u1000-\u1049\u1050-\u109D\u10A0-\u10C5\u10C7\u10CD\u10D0-\u10FA\u10FC-\u1248\u124A-\u124D\u1250-\u1256\u1258\u125A-\u125D\u1260-\u1288\u128A-\u128D\u1290-\u12B0\u12B2-\u12B5\u12B8-\u12BE\u12C0\u12C2-\u12C5\u12C8-\u12D6\u12D8-\u1310\u1312-\u1315\u1318-\u135A\u135D-\u135F\u1380-\u138F\u13A0-\u13F5\u13F8-\u13FD\u1401-\u166C\u166F-\u167F\u1681-\u169A\u16A0-\u16EA\u16EE-\u16F8\u1700-\u170C\u170E-\u1714\u1720-\u1734\u1740-\u1753\u1760-\u176C\u176E-\u1770\u1772\u1773\u1780-\u17D3\u17D7\u17DC\u17DD\u17E0-\u17E9\u180B-\u180D\u1810-\u1819\u1820-\u1877\u1880-\u18AA\u18B0-\u18F5\u1900-\u191E\u1920-\u192B\u1930-\u193B\u1946-\u196D\u1970-\u1974\u1980-\u19AB\u19B0-\u19C9\u19D0-\u19D9\u1A00-\u1A1B\u1A20-\u1A5E\u1A60-\u1A7C\u1A7F-\u1A89\u1A90-\u1A99\u1AA7\u1AB0-\u1ABD\u1B00-\u1B4B\u1B50-\u1B59\u1B6B-\u1B73\u1B80-\u1BF3\u1C00-\u1C37\u1C40-\u1C49\u1C4D-\u1C7D\u1C80-\u1C88\u1CD0-\u1CD2\u1CD4-\u1CF6\u1CF8\u1CF9\u1D00-\u1DF5\u1DFB-\u1F15\u1F18-\u1F1D\u1F20-\u1F45\u1F48-\u1F4D\u1F50-\u1F57\u1F59\u1F5B\u1F5D\u1F5F-\u1F7D\u1F80-\u1FB4\u1FB6-\u1FBC\u1FBE\u1FC2-\u1FC4\u1FC6-\u1FCC\u1FD0-\u1FD3\u1FD6-\u1FDB\u1FE0-\u1FEC\u1FF2-\u1FF4\u1FF6-\u1FFC\u200C\u200D\u203F\u2040\u2054\u2071\u207F\u2090-\u209C\u20D0-\u20DC\u20E1\u20E5-\u20F0\u2102\u2107\u210A-\u2113\u2115\u2119-\u211D\u2124\u2126\u2128\u212A-\u212D\u212F-\u2139\u213C-\u213F\u2145-\u2149\u214E\u2160-\u2188\u2C00-\u2C2E\u2C30-\u2C5E\u2C60-\u2CE4\u2CEB-\u2CF3\u2D00-\u2D25\u2D27\u2D2D\u2D30-\u2D67\u2D6F\u2D7F-\u2D96\u2DA0-\u2DA6\u2DA8-\u2DAE\u2DB0-\u2DB6\u2DB8-\u2DBE\u2DC0-\u2DC6\u2DC8-\u2DCE\u2DD0-\u2DD6\u2DD8-\u2DDE\u2DE0-\u2DFF\u2E2F\u3005-\u3007\u3021-\u302F\u3031-\u3035\u3038-\u303C\u3041-\u3096\u3099\u309A\u309D-\u309F\u30A1-\u30FA\u30FC-\u30FF\u3105-\u312D\u3131-\u318E\u31A0-\u31BA\u31F0-\u31FF\u3400-\u4DB5\u4E00-\u9FD5\uA000-\uA48C\uA4D0-\uA4FD\uA500-\uA60C\uA610-\uA62B\uA640-\uA66F\uA674-\uA67D\uA67F-\uA6F1\uA717-\uA71F\uA722-\uA788\uA78B-\uA7AE\uA7B0-\uA7B7\uA7F7-\uA827\uA840-\uA873\uA880-\uA8C5\uA8D0-\uA8D9\uA8E0-\uA8F7\uA8FB\uA8FD\uA900-\uA92D\uA930-\uA953\uA960-\uA97C\uA980-\uA9C0\uA9CF-\uA9D9\uA9E0-\uA9FE\uAA00-\uAA36\uAA40-\uAA4D\uAA50-\uAA59\uAA60-\uAA76\uAA7A-\uAAC2\uAADB-\uAADD\uAAE0-\uAAEF\uAAF2-\uAAF6\uAB01-\uAB06\uAB09-\uAB0E\uAB11-\uAB16\uAB20-\uAB26\uAB28-\uAB2E\uAB30-\uAB5A\uAB5C-\uAB65\uAB70-\uABEA\uABEC\uABED\uABF0-\uABF9\uAC00-\uD7A3\uD7B0-\uD7C6\uD7CB-\uD7FB\uF900-\uFA6D\uFA70-\uFAD9\uFB00-\uFB06\uFB13-\uFB17\uFB1D-\uFB28\uFB2A-\uFB36\uFB38-\uFB3C\uFB3E\uFB40\uFB41\uFB43\uFB44\uFB46-\uFBB1\uFBD3-\uFD3D\uFD50-\uFD8F\uFD92-\uFDC7\uFDF0-\uFDFB\uFE00-\uFE0F\uFE20-\uFE2F\uFE33\uFE34\uFE4D-\uFE4F\uFE70-\uFE74\uFE76-\uFEFC\uFF10-\uFF19\uFF21-\uFF3A\uFF3F\uFF41-\uFF5A\uFF66-\uFFBE\uFFC2-\uFFC7\uFFCA-\uFFCF\uFFD2-\uFFD7\uFFDA-\uFFDC]/},t={NonAsciiIdentifierStart:/[\xAA\xB5\xBA\xC0-\xD6\xD8-\xF6\xF8-\u02C1\u02C6-\u02D1\u02E0-\u02E4\u02EC\u02EE\u0370-\u0374\u0376\u0377\u037A-\u037D\u037F\u0386\u0388-\u038A\u038C\u038E-\u03A1\u03A3-\u03F5\u03F7-\u0481\u048A-\u052F\u0531-\u0556\u0559\u0561-\u0587\u05D0-\u05EA\u05F0-\u05F2\u0620-\u064A\u066E\u066F\u0671-\u06D3\u06D5\u06E5\u06E6\u06EE\u06EF\u06FA-\u06FC\u06FF\u0710\u0712-\u072F\u074D-\u07A5\u07B1\u07CA-\u07EA\u07F4\u07F5\u07FA\u0800-\u0815\u081A\u0824\u0828\u0840-\u0858\u08A0-\u08B4\u08B6-\u08BD\u0904-\u0939\u093D\u0950\u0958-\u0961\u0971-\u0980\u0985-\u098C\u098F\u0990\u0993-\u09A8\u09AA-\u09B0\u09B2\u09B6-\u09B9\u09BD\u09CE\u09DC\u09DD\u09DF-\u09E1\u09F0\u09F1\u0A05-\u0A0A\u0A0F\u0A10\u0A13-\u0A28\u0A2A-\u0A30\u0A32\u0A33\u0A35\u0A36\u0A38\u0A39\u0A59-\u0A5C\u0A5E\u0A72-\u0A74\u0A85-\u0A8D\u0A8F-\u0A91\u0A93-\u0AA8\u0AAA-\u0AB0\u0AB2\u0AB3\u0AB5-\u0AB9\u0ABD\u0AD0\u0AE0\u0AE1\u0AF9\u0B05-\u0B0C\u0B0F\u0B10\u0B13-\u0B28\u0B2A-\u0B30\u0B32\u0B33\u0B35-\u0B39\u0B3D\u0B5C\u0B5D\u0B5F-\u0B61\u0B71\u0B83\u0B85-\u0B8A\u0B8E-\u0B90\u0B92-\u0B95\u0B99\u0B9A\u0B9C\u0B9E\u0B9F\u0BA3\u0BA4\u0BA8-\u0BAA\u0BAE-\u0BB9\u0BD0\u0C05-\u0C0C\u0C0E-\u0C10\u0C12-\u0C28\u0C2A-\u0C39\u0C3D\u0C58-\u0C5A\u0C60\u0C61\u0C80\u0C85-\u0C8C\u0C8E-\u0C90\u0C92-\u0CA8\u0CAA-\u0CB3\u0CB5-\u0CB9\u0CBD\u0CDE\u0CE0\u0CE1\u0CF1\u0CF2\u0D05-\u0D0C\u0D0E-\u0D10\u0D12-\u0D3A\u0D3D\u0D4E\u0D54-\u0D56\u0D5F-\u0D61\u0D7A-\u0D7F\u0D85-\u0D96\u0D9A-\u0DB1\u0DB3-\u0DBB\u0DBD\u0DC0-\u0DC6\u0E01-\u0E30\u0E32\u0E33\u0E40-\u0E46\u0E81\u0E82\u0E84\u0E87\u0E88\u0E8A\u0E8D\u0E94-\u0E97\u0E99-\u0E9F\u0EA1-\u0EA3\u0EA5\u0EA7\u0EAA\u0EAB\u0EAD-\u0EB0\u0EB2\u0EB3\u0EBD\u0EC0-\u0EC4\u0EC6\u0EDC-\u0EDF\u0F00\u0F40-\u0F47\u0F49-\u0F6C\u0F88-\u0F8C\u1000-\u102A\u103F\u1050-\u1055\u105A-\u105D\u1061\u1065\u1066\u106E-\u1070\u1075-\u1081\u108E\u10A0-\u10C5\u10C7\u10CD\u10D0-\u10FA\u10FC-\u1248\u124A-\u124D\u1250-\u1256\u1258\u125A-\u125D\u1260-\u1288\u128A-\u128D\u1290-\u12B0\u12B2-\u12B5\u12B8-\u12BE\u12C0\u12C2-\u12C5\u12C8-\u12D6\u12D8-\u1310\u1312-\u1315\u1318-\u135A\u1380-\u138F\u13A0-\u13F5\u13F8-\u13FD\u1401-\u166C\u166F-\u167F\u1681-\u169A\u16A0-\u16EA\u16EE-\u16F8\u1700-\u170C\u170E-\u1711\u1720-\u1731\u1740-\u1751\u1760-\u176C\u176E-\u1770\u1780-\u17B3\u17D7\u17DC\u1820-\u1877\u1880-\u18A8\u18AA\u18B0-\u18F5\u1900-\u191E\u1950-\u196D\u1970-\u1974\u1980-\u19AB\u19B0-\u19C9\u1A00-\u1A16\u1A20-\u1A54\u1AA7\u1B05-\u1B33\u1B45-\u1B4B\u1B83-\u1BA0\u1BAE\u1BAF\u1BBA-\u1BE5\u1C00-\u1C23\u1C4D-\u1C4F\u1C5A-\u1C7D\u1C80-\u1C88\u1CE9-\u1CEC\u1CEE-\u1CF1\u1CF5\u1CF6\u1D00-\u1DBF\u1E00-\u1F15\u1F18-\u1F1D\u1F20-\u1F45\u1F48-\u1F4D\u1F50-\u1F57\u1F59\u1F5B\u1F5D\u1F5F-\u1F7D\u1F80-\u1FB4\u1FB6-\u1FBC\u1FBE\u1FC2-\u1FC4\u1FC6-\u1FCC\u1FD0-\u1FD3\u1FD6-\u1FDB\u1FE0-\u1FEC\u1FF2-\u1FF4\u1FF6-\u1FFC\u2071\u207F\u2090-\u209C\u2102\u2107\u210A-\u2113\u2115\u2118-\u211D\u2124\u2126\u2128\u212A-\u2139\u213C-\u213F\u2145-\u2149\u214E\u2160-\u2188\u2C00-\u2C2E\u2C30-\u2C5E\u2C60-\u2CE4\u2CEB-\u2CEE\u2CF2\u2CF3\u2D00-\u2D25\u2D27\u2D2D\u2D30-\u2D67\u2D6F\u2D80-\u2D96\u2DA0-\u2DA6\u2DA8-\u2DAE\u2DB0-\u2DB6\u2DB8-\u2DBE\u2DC0-\u2DC6\u2DC8-\u2DCE\u2DD0-\u2DD6\u2DD8-\u2DDE\u3005-\u3007\u3021-\u3029\u3031-\u3035\u3038-\u303C\u3041-\u3096\u309B-\u309F\u30A1-\u30FA\u30FC-\u30FF\u3105-\u312D\u3131-\u318E\u31A0-\u31BA\u31F0-\u31FF\u3400-\u4DB5\u4E00-\u9FD5\uA000-\uA48C\uA4D0-\uA4FD\uA500-\uA60C\uA610-\uA61F\uA62A\uA62B\uA640-\uA66E\uA67F-\uA69D\uA6A0-\uA6EF\uA717-\uA71F\uA722-\uA788\uA78B-\uA7AE\uA7B0-\uA7B7\uA7F7-\uA801\uA803-\uA805\uA807-\uA80A\uA80C-\uA822\uA840-\uA873\uA882-\uA8B3\uA8F2-\uA8F7\uA8FB\uA8FD\uA90A-\uA925\uA930-\uA946\uA960-\uA97C\uA984-\uA9B2\uA9CF\uA9E0-\uA9E4\uA9E6-\uA9EF\uA9FA-\uA9FE\uAA00-\uAA28\uAA40-\uAA42\uAA44-\uAA4B\uAA60-\uAA76\uAA7A\uAA7E-\uAAAF\uAAB1\uAAB5\uAAB6\uAAB9-\uAABD\uAAC0\uAAC2\uAADB-\uAADD\uAAE0-\uAAEA\uAAF2-\uAAF4\uAB01-\uAB06\uAB09-\uAB0E\uAB11-\uAB16\uAB20-\uAB26\uAB28-\uAB2E\uAB30-\uAB5A\uAB5C-\uAB65\uAB70-\uABE2\uAC00-\uD7A3\uD7B0-\uD7C6\uD7CB-\uD7FB\uF900-\uFA6D\uFA70-\uFAD9\uFB00-\uFB06\uFB13-\uFB17\uFB1D\uFB1F-\uFB28\uFB2A-\uFB36\uFB38-\uFB3C\uFB3E\uFB40\uFB41\uFB43\uFB44\uFB46-\uFBB1\uFBD3-\uFD3D\uFD50-\uFD8F\uFD92-\uFDC7\uFDF0-\uFDFB\uFE70-\uFE74\uFE76-\uFEFC\uFF21-\uFF3A\uFF41-\uFF5A\uFF66-\uFFBE\uFFC2-\uFFC7\uFFCA-\uFFCF\uFFD2-\uFFD7\uFFDA-\uFFDC]|\uD800[\uDC00-\uDC0B\uDC0D-\uDC26\uDC28-\uDC3A\uDC3C\uDC3D\uDC3F-\uDC4D\uDC50-\uDC5D\uDC80-\uDCFA\uDD40-\uDD74\uDE80-\uDE9C\uDEA0-\uDED0\uDF00-\uDF1F\uDF30-\uDF4A\uDF50-\uDF75\uDF80-\uDF9D\uDFA0-\uDFC3\uDFC8-\uDFCF\uDFD1-\uDFD5]|\uD801[\uDC00-\uDC9D\uDCB0-\uDCD3\uDCD8-\uDCFB\uDD00-\uDD27\uDD30-\uDD63\uDE00-\uDF36\uDF40-\uDF55\uDF60-\uDF67]|\uD802[\uDC00-\uDC05\uDC08\uDC0A-\uDC35\uDC37\uDC38\uDC3C\uDC3F-\uDC55\uDC60-\uDC76\uDC80-\uDC9E\uDCE0-\uDCF2\uDCF4\uDCF5\uDD00-\uDD15\uDD20-\uDD39\uDD80-\uDDB7\uDDBE\uDDBF\uDE00\uDE10-\uDE13\uDE15-\uDE17\uDE19-\uDE33\uDE60-\uDE7C\uDE80-\uDE9C\uDEC0-\uDEC7\uDEC9-\uDEE4\uDF00-\uDF35\uDF40-\uDF55\uDF60-\uDF72\uDF80-\uDF91]|\uD803[\uDC00-\uDC48\uDC80-\uDCB2\uDCC0-\uDCF2]|\uD804[\uDC03-\uDC37\uDC83-\uDCAF\uDCD0-\uDCE8\uDD03-\uDD26\uDD50-\uDD72\uDD76\uDD83-\uDDB2\uDDC1-\uDDC4\uDDDA\uDDDC\uDE00-\uDE11\uDE13-\uDE2B\uDE80-\uDE86\uDE88\uDE8A-\uDE8D\uDE8F-\uDE9D\uDE9F-\uDEA8\uDEB0-\uDEDE\uDF05-\uDF0C\uDF0F\uDF10\uDF13-\uDF28\uDF2A-\uDF30\uDF32\uDF33\uDF35-\uDF39\uDF3D\uDF50\uDF5D-\uDF61]|\uD805[\uDC00-\uDC34\uDC47-\uDC4A\uDC80-\uDCAF\uDCC4\uDCC5\uDCC7\uDD80-\uDDAE\uDDD8-\uDDDB\uDE00-\uDE2F\uDE44\uDE80-\uDEAA\uDF00-\uDF19]|\uD806[\uDCA0-\uDCDF\uDCFF\uDEC0-\uDEF8]|\uD807[\uDC00-\uDC08\uDC0A-\uDC2E\uDC40\uDC72-\uDC8F]|\uD808[\uDC00-\uDF99]|\uD809[\uDC00-\uDC6E\uDC80-\uDD43]|[\uD80C\uD81C-\uD820\uD840-\uD868\uD86A-\uD86C\uD86F-\uD872][\uDC00-\uDFFF]|\uD80D[\uDC00-\uDC2E]|\uD811[\uDC00-\uDE46]|\uD81A[\uDC00-\uDE38\uDE40-\uDE5E\uDED0-\uDEED\uDF00-\uDF2F\uDF40-\uDF43\uDF63-\uDF77\uDF7D-\uDF8F]|\uD81B[\uDF00-\uDF44\uDF50\uDF93-\uDF9F\uDFE0]|\uD821[\uDC00-\uDFEC]|\uD822[\uDC00-\uDEF2]|\uD82C[\uDC00\uDC01]|\uD82F[\uDC00-\uDC6A\uDC70-\uDC7C\uDC80-\uDC88\uDC90-\uDC99]|\uD835[\uDC00-\uDC54\uDC56-\uDC9C\uDC9E\uDC9F\uDCA2\uDCA5\uDCA6\uDCA9-\uDCAC\uDCAE-\uDCB9\uDCBB\uDCBD-\uDCC3\uDCC5-\uDD05\uDD07-\uDD0A\uDD0D-\uDD14\uDD16-\uDD1C\uDD1E-\uDD39\uDD3B-\uDD3E\uDD40-\uDD44\uDD46\uDD4A-\uDD50\uDD52-\uDEA5\uDEA8-\uDEC0\uDEC2-\uDEDA\uDEDC-\uDEFA\uDEFC-\uDF14\uDF16-\uDF34\uDF36-\uDF4E\uDF50-\uDF6E\uDF70-\uDF88\uDF8A-\uDFA8\uDFAA-\uDFC2\uDFC4-\uDFCB]|\uD83A[\uDC00-\uDCC4\uDD00-\uDD43]|\uD83B[\uDE00-\uDE03\uDE05-\uDE1F\uDE21\uDE22\uDE24\uDE27\uDE29-\uDE32\uDE34-\uDE37\uDE39\uDE3B\uDE42\uDE47\uDE49\uDE4B\uDE4D-\uDE4F\uDE51\uDE52\uDE54\uDE57\uDE59\uDE5B\uDE5D\uDE5F\uDE61\uDE62\uDE64\uDE67-\uDE6A\uDE6C-\uDE72\uDE74-\uDE77\uDE79-\uDE7C\uDE7E\uDE80-\uDE89\uDE8B-\uDE9B\uDEA1-\uDEA3\uDEA5-\uDEA9\uDEAB-\uDEBB]|\uD869[\uDC00-\uDED6\uDF00-\uDFFF]|\uD86D[\uDC00-\uDF34\uDF40-\uDFFF]|\uD86E[\uDC00-\uDC1D\uDC20-\uDFFF]|\uD873[\uDC00-\uDEA1]|\uD87E[\uDC00-\uDE1D]/,NonAsciiIdentifierPart:/[\xAA\xB5\xB7\xBA\xC0-\xD6\xD8-\xF6\xF8-\u02C1\u02C6-\u02D1\u02E0-\u02E4\u02EC\u02EE\u0300-\u0374\u0376\u0377\u037A-\u037D\u037F\u0386-\u038A\u038C\u038E-\u03A1\u03A3-\u03F5\u03F7-\u0481\u0483-\u0487\u048A-\u052F\u0531-\u0556\u0559\u0561-\u0587\u0591-\u05BD\u05BF\u05C1\u05C2\u05C4\u05C5\u05C7\u05D0-\u05EA\u05F0-\u05F2\u0610-\u061A\u0620-\u0669\u066E-\u06D3\u06D5-\u06DC\u06DF-\u06E8\u06EA-\u06FC\u06FF\u0710-\u074A\u074D-\u07B1\u07C0-\u07F5\u07FA\u0800-\u082D\u0840-\u085B\u08A0-\u08B4\u08B6-\u08BD\u08D4-\u08E1\u08E3-\u0963\u0966-\u096F\u0971-\u0983\u0985-\u098C\u098F\u0990\u0993-\u09A8\u09AA-\u09B0\u09B2\u09B6-\u09B9\u09BC-\u09C4\u09C7\u09C8\u09CB-\u09CE\u09D7\u09DC\u09DD\u09DF-\u09E3\u09E6-\u09F1\u0A01-\u0A03\u0A05-\u0A0A\u0A0F\u0A10\u0A13-\u0A28\u0A2A-\u0A30\u0A32\u0A33\u0A35\u0A36\u0A38\u0A39\u0A3C\u0A3E-\u0A42\u0A47\u0A48\u0A4B-\u0A4D\u0A51\u0A59-\u0A5C\u0A5E\u0A66-\u0A75\u0A81-\u0A83\u0A85-\u0A8D\u0A8F-\u0A91\u0A93-\u0AA8\u0AAA-\u0AB0\u0AB2\u0AB3\u0AB5-\u0AB9\u0ABC-\u0AC5\u0AC7-\u0AC9\u0ACB-\u0ACD\u0AD0\u0AE0-\u0AE3\u0AE6-\u0AEF\u0AF9\u0B01-\u0B03\u0B05-\u0B0C\u0B0F\u0B10\u0B13-\u0B28\u0B2A-\u0B30\u0B32\u0B33\u0B35-\u0B39\u0B3C-\u0B44\u0B47\u0B48\u0B4B-\u0B4D\u0B56\u0B57\u0B5C\u0B5D\u0B5F-\u0B63\u0B66-\u0B6F\u0B71\u0B82\u0B83\u0B85-\u0B8A\u0B8E-\u0B90\u0B92-\u0B95\u0B99\u0B9A\u0B9C\u0B9E\u0B9F\u0BA3\u0BA4\u0BA8-\u0BAA\u0BAE-\u0BB9\u0BBE-\u0BC2\u0BC6-\u0BC8\u0BCA-\u0BCD\u0BD0\u0BD7\u0BE6-\u0BEF\u0C00-\u0C03\u0C05-\u0C0C\u0C0E-\u0C10\u0C12-\u0C28\u0C2A-\u0C39\u0C3D-\u0C44\u0C46-\u0C48\u0C4A-\u0C4D\u0C55\u0C56\u0C58-\u0C5A\u0C60-\u0C63\u0C66-\u0C6F\u0C80-\u0C83\u0C85-\u0C8C\u0C8E-\u0C90\u0C92-\u0CA8\u0CAA-\u0CB3\u0CB5-\u0CB9\u0CBC-\u0CC4\u0CC6-\u0CC8\u0CCA-\u0CCD\u0CD5\u0CD6\u0CDE\u0CE0-\u0CE3\u0CE6-\u0CEF\u0CF1\u0CF2\u0D01-\u0D03\u0D05-\u0D0C\u0D0E-\u0D10\u0D12-\u0D3A\u0D3D-\u0D44\u0D46-\u0D48\u0D4A-\u0D4E\u0D54-\u0D57\u0D5F-\u0D63\u0D66-\u0D6F\u0D7A-\u0D7F\u0D82\u0D83\u0D85-\u0D96\u0D9A-\u0DB1\u0DB3-\u0DBB\u0DBD\u0DC0-\u0DC6\u0DCA\u0DCF-\u0DD4\u0DD6\u0DD8-\u0DDF\u0DE6-\u0DEF\u0DF2\u0DF3\u0E01-\u0E3A\u0E40-\u0E4E\u0E50-\u0E59\u0E81\u0E82\u0E84\u0E87\u0E88\u0E8A\u0E8D\u0E94-\u0E97\u0E99-\u0E9F\u0EA1-\u0EA3\u0EA5\u0EA7\u0EAA\u0EAB\u0EAD-\u0EB9\u0EBB-\u0EBD\u0EC0-\u0EC4\u0EC6\u0EC8-\u0ECD\u0ED0-\u0ED9\u0EDC-\u0EDF\u0F00\u0F18\u0F19\u0F20-\u0F29\u0F35\u0F37\u0F39\u0F3E-\u0F47\u0F49-\u0F6C\u0F71-\u0F84\u0F86-\u0F97\u0F99-\u0FBC\u0FC6\u1000-\u1049\u1050-\u109D\u10A0-\u10C5\u10C7\u10CD\u10D0-\u10FA\u10FC-\u1248\u124A-\u124D\u1250-\u1256\u1258\u125A-\u125D\u1260-\u1288\u128A-\u128D\u1290-\u12B0\u12B2-\u12B5\u12B8-\u12BE\u12C0\u12C2-\u12C5\u12C8-\u12D6\u12D8-\u1310\u1312-\u1315\u1318-\u135A\u135D-\u135F\u1369-\u1371\u1380-\u138F\u13A0-\u13F5\u13F8-\u13FD\u1401-\u166C\u166F-\u167F\u1681-\u169A\u16A0-\u16EA\u16EE-\u16F8\u1700-\u170C\u170E-\u1714\u1720-\u1734\u1740-\u1753\u1760-\u176C\u176E-\u1770\u1772\u1773\u1780-\u17D3\u17D7\u17DC\u17DD\u17E0-\u17E9\u180B-\u180D\u1810-\u1819\u1820-\u1877\u1880-\u18AA\u18B0-\u18F5\u1900-\u191E\u1920-\u192B\u1930-\u193B\u1946-\u196D\u1970-\u1974\u1980-\u19AB\u19B0-\u19C9\u19D0-\u19DA\u1A00-\u1A1B\u1A20-\u1A5E\u1A60-\u1A7C\u1A7F-\u1A89\u1A90-\u1A99\u1AA7\u1AB0-\u1ABD\u1B00-\u1B4B\u1B50-\u1B59\u1B6B-\u1B73\u1B80-\u1BF3\u1C00-\u1C37\u1C40-\u1C49\u1C4D-\u1C7D\u1C80-\u1C88\u1CD0-\u1CD2\u1CD4-\u1CF6\u1CF8\u1CF9\u1D00-\u1DF5\u1DFB-\u1F15\u1F18-\u1F1D\u1F20-\u1F45\u1F48-\u1F4D\u1F50-\u1F57\u1F59\u1F5B\u1F5D\u1F5F-\u1F7D\u1F80-\u1FB4\u1FB6-\u1FBC\u1FBE\u1FC2-\u1FC4\u1FC6-\u1FCC\u1FD0-\u1FD3\u1FD6-\u1FDB\u1FE0-\u1FEC\u1FF2-\u1FF4\u1FF6-\u1FFC\u200C\u200D\u203F\u2040\u2054\u2071\u207F\u2090-\u209C\u20D0-\u20DC\u20E1\u20E5-\u20F0\u2102\u2107\u210A-\u2113\u2115\u2118-\u211D\u2124\u2126\u2128\u212A-\u2139\u213C-\u213F\u2145-\u2149\u214E\u2160-\u2188\u2C00-\u2C2E\u2C30-\u2C5E\u2C60-\u2CE4\u2CEB-\u2CF3\u2D00-\u2D25\u2D27\u2D2D\u2D30-\u2D67\u2D6F\u2D7F-\u2D96\u2DA0-\u2DA6\u2DA8-\u2DAE\u2DB0-\u2DB6\u2DB8-\u2DBE\u2DC0-\u2DC6\u2DC8-\u2DCE\u2DD0-\u2DD6\u2DD8-\u2DDE\u2DE0-\u2DFF\u3005-\u3007\u3021-\u302F\u3031-\u3035\u3038-\u303C\u3041-\u3096\u3099-\u309F\u30A1-\u30FA\u30FC-\u30FF\u3105-\u312D\u3131-\u318E\u31A0-\u31BA\u31F0-\u31FF\u3400-\u4DB5\u4E00-\u9FD5\uA000-\uA48C\uA4D0-\uA4FD\uA500-\uA60C\uA610-\uA62B\uA640-\uA66F\uA674-\uA67D\uA67F-\uA6F1\uA717-\uA71F\uA722-\uA788\uA78B-\uA7AE\uA7B0-\uA7B7\uA7F7-\uA827\uA840-\uA873\uA880-\uA8C5\uA8D0-\uA8D9\uA8E0-\uA8F7\uA8FB\uA8FD\uA900-\uA92D\uA930-\uA953\uA960-\uA97C\uA980-\uA9C0\uA9CF-\uA9D9\uA9E0-\uA9FE\uAA00-\uAA36\uAA40-\uAA4D\uAA50-\uAA59\uAA60-\uAA76\uAA7A-\uAAC2\uAADB-\uAADD\uAAE0-\uAAEF\uAAF2-\uAAF6\uAB01-\uAB06\uAB09-\uAB0E\uAB11-\uAB16\uAB20-\uAB26\uAB28-\uAB2E\uAB30-\uAB5A\uAB5C-\uAB65\uAB70-\uABEA\uABEC\uABED\uABF0-\uABF9\uAC00-\uD7A3\uD7B0-\uD7C6\uD7CB-\uD7FB\uF900-\uFA6D\uFA70-\uFAD9\uFB00-\uFB06\uFB13-\uFB17\uFB1D-\uFB28\uFB2A-\uFB36\uFB38-\uFB3C\uFB3E\uFB40\uFB41\uFB43\uFB44\uFB46-\uFBB1\uFBD3-\uFD3D\uFD50-\uFD8F\uFD92-\uFDC7\uFDF0-\uFDFB\uFE00-\uFE0F\uFE20-\uFE2F\uFE33\uFE34\uFE4D-\uFE4F\uFE70-\uFE74\uFE76-\uFEFC\uFF10-\uFF19\uFF21-\uFF3A\uFF3F\uFF41-\uFF5A\uFF66-\uFFBE\uFFC2-\uFFC7\uFFCA-\uFFCF\uFFD2-\uFFD7\uFFDA-\uFFDC]|\uD800[\uDC00-\uDC0B\uDC0D-\uDC26\uDC28-\uDC3A\uDC3C\uDC3D\uDC3F-\uDC4D\uDC50-\uDC5D\uDC80-\uDCFA\uDD40-\uDD74\uDDFD\uDE80-\uDE9C\uDEA0-\uDED0\uDEE0\uDF00-\uDF1F\uDF30-\uDF4A\uDF50-\uDF7A\uDF80-\uDF9D\uDFA0-\uDFC3\uDFC8-\uDFCF\uDFD1-\uDFD5]|\uD801[\uDC00-\uDC9D\uDCA0-\uDCA9\uDCB0-\uDCD3\uDCD8-\uDCFB\uDD00-\uDD27\uDD30-\uDD63\uDE00-\uDF36\uDF40-\uDF55\uDF60-\uDF67]|\uD802[\uDC00-\uDC05\uDC08\uDC0A-\uDC35\uDC37\uDC38\uDC3C\uDC3F-\uDC55\uDC60-\uDC76\uDC80-\uDC9E\uDCE0-\uDCF2\uDCF4\uDCF5\uDD00-\uDD15\uDD20-\uDD39\uDD80-\uDDB7\uDDBE\uDDBF\uDE00-\uDE03\uDE05\uDE06\uDE0C-\uDE13\uDE15-\uDE17\uDE19-\uDE33\uDE38-\uDE3A\uDE3F\uDE60-\uDE7C\uDE80-\uDE9C\uDEC0-\uDEC7\uDEC9-\uDEE6\uDF00-\uDF35\uDF40-\uDF55\uDF60-\uDF72\uDF80-\uDF91]|\uD803[\uDC00-\uDC48\uDC80-\uDCB2\uDCC0-\uDCF2]|\uD804[\uDC00-\uDC46\uDC66-\uDC6F\uDC7F-\uDCBA\uDCD0-\uDCE8\uDCF0-\uDCF9\uDD00-\uDD34\uDD36-\uDD3F\uDD50-\uDD73\uDD76\uDD80-\uDDC4\uDDCA-\uDDCC\uDDD0-\uDDDA\uDDDC\uDE00-\uDE11\uDE13-\uDE37\uDE3E\uDE80-\uDE86\uDE88\uDE8A-\uDE8D\uDE8F-\uDE9D\uDE9F-\uDEA8\uDEB0-\uDEEA\uDEF0-\uDEF9\uDF00-\uDF03\uDF05-\uDF0C\uDF0F\uDF10\uDF13-\uDF28\uDF2A-\uDF30\uDF32\uDF33\uDF35-\uDF39\uDF3C-\uDF44\uDF47\uDF48\uDF4B-\uDF4D\uDF50\uDF57\uDF5D-\uDF63\uDF66-\uDF6C\uDF70-\uDF74]|\uD805[\uDC00-\uDC4A\uDC50-\uDC59\uDC80-\uDCC5\uDCC7\uDCD0-\uDCD9\uDD80-\uDDB5\uDDB8-\uDDC0\uDDD8-\uDDDD\uDE00-\uDE40\uDE44\uDE50-\uDE59\uDE80-\uDEB7\uDEC0-\uDEC9\uDF00-\uDF19\uDF1D-\uDF2B\uDF30-\uDF39]|\uD806[\uDCA0-\uDCE9\uDCFF\uDEC0-\uDEF8]|\uD807[\uDC00-\uDC08\uDC0A-\uDC36\uDC38-\uDC40\uDC50-\uDC59\uDC72-\uDC8F\uDC92-\uDCA7\uDCA9-\uDCB6]|\uD808[\uDC00-\uDF99]|\uD809[\uDC00-\uDC6E\uDC80-\uDD43]|[\uD80C\uD81C-\uD820\uD840-\uD868\uD86A-\uD86C\uD86F-\uD872][\uDC00-\uDFFF]|\uD80D[\uDC00-\uDC2E]|\uD811[\uDC00-\uDE46]|\uD81A[\uDC00-\uDE38\uDE40-\uDE5E\uDE60-\uDE69\uDED0-\uDEED\uDEF0-\uDEF4\uDF00-\uDF36\uDF40-\uDF43\uDF50-\uDF59\uDF63-\uDF77\uDF7D-\uDF8F]|\uD81B[\uDF00-\uDF44\uDF50-\uDF7E\uDF8F-\uDF9F\uDFE0]|\uD821[\uDC00-\uDFEC]|\uD822[\uDC00-\uDEF2]|\uD82C[\uDC00\uDC01]|\uD82F[\uDC00-\uDC6A\uDC70-\uDC7C\uDC80-\uDC88\uDC90-\uDC99\uDC9D\uDC9E]|\uD834[\uDD65-\uDD69\uDD6D-\uDD72\uDD7B-\uDD82\uDD85-\uDD8B\uDDAA-\uDDAD\uDE42-\uDE44]|\uD835[\uDC00-\uDC54\uDC56-\uDC9C\uDC9E\uDC9F\uDCA2\uDCA5\uDCA6\uDCA9-\uDCAC\uDCAE-\uDCB9\uDCBB\uDCBD-\uDCC3\uDCC5-\uDD05\uDD07-\uDD0A\uDD0D-\uDD14\uDD16-\uDD1C\uDD1E-\uDD39\uDD3B-\uDD3E\uDD40-\uDD44\uDD46\uDD4A-\uDD50\uDD52-\uDEA5\uDEA8-\uDEC0\uDEC2-\uDEDA\uDEDC-\uDEFA\uDEFC-\uDF14\uDF16-\uDF34\uDF36-\uDF4E\uDF50-\uDF6E\uDF70-\uDF88\uDF8A-\uDFA8\uDFAA-\uDFC2\uDFC4-\uDFCB\uDFCE-\uDFFF]|\uD836[\uDE00-\uDE36\uDE3B-\uDE6C\uDE75\uDE84\uDE9B-\uDE9F\uDEA1-\uDEAF]|\uD838[\uDC00-\uDC06\uDC08-\uDC18\uDC1B-\uDC21\uDC23\uDC24\uDC26-\uDC2A]|\uD83A[\uDC00-\uDCC4\uDCD0-\uDCD6\uDD00-\uDD4A\uDD50-\uDD59]|\uD83B[\uDE00-\uDE03\uDE05-\uDE1F\uDE21\uDE22\uDE24\uDE27\uDE29-\uDE32\uDE34-\uDE37\uDE39\uDE3B\uDE42\uDE47\uDE49\uDE4B\uDE4D-\uDE4F\uDE51\uDE52\uDE54\uDE57\uDE59\uDE5B\uDE5D\uDE5F\uDE61\uDE62\uDE64\uDE67-\uDE6A\uDE6C-\uDE72\uDE74-\uDE77\uDE79-\uDE7C\uDE7E\uDE80-\uDE89\uDE8B-\uDE9B\uDEA1-\uDEA3\uDEA5-\uDEA9\uDEAB-\uDEBB]|\uD869[\uDC00-\uDED6\uDF00-\uDFFF]|\uD86D[\uDC00-\uDF34\uDF40-\uDFFF]|\uD86E[\uDC00-\uDC1D\uDC20-\uDFFF]|\uD873[\uDC00-\uDEA1]|\uD87E[\uDC00-\uDE1D]|\uDB40[\uDD00-\uDDEF]/};function o(A){return 48<=A&&A<=57}function c(A){return 48<=A&&A<=57||97<=A&&A<=102||65<=A&&A<=70}function y(A){return A>=48&&A<=55}s=[5760,8192,8193,8194,8195,8196,8197,8198,8199,8200,8201,8202,8239,8287,12288,65279];function m(A){return A===32||A===9||A===11||A===12||A===160||A>=5760&&s.indexOf(A)>=0}function g(A){return A===10||A===13||A===8232||A===8233}function p(A){if(A<=65535)return String.fromCharCode(A);var N=String.fromCharCode(Math.floor((A-65536)/1024)+55296),x=String.fromCharCode((A-65536)%1024+56320);return N+x}for(e=new Array(128),n=0;n<128;++n)e[n]=n>=97&&n<=122||n>=65&&n<=90||n===36||n===95;for(r=new Array(128),n=0;n<128;++n)r[n]=n>=97&&n<=122||n>=65&&n<=90||n>=48&&n<=57||n===36||n===95;function D(A){return A<128?e[A]:a.NonAsciiIdentifierStart.test(p(A))}function C(A){return A<128?r[A]:a.NonAsciiIdentifierPart.test(p(A))}function w(A){return A<128?e[A]:t.NonAsciiIdentifierStart.test(p(A))}function k(A){return A<128?r[A]:t.NonAsciiIdentifierPart.test(p(A))}l.exports={isDecimalDigit:o,isHexDigit:c,isOctalDigit:y,isWhiteSpace:m,isLineTerminator:g,isIdentifierStartES5:D,isIdentifierPartES5:C,isIdentifierStartES6:w,isIdentifierPartES6:k}}()}}),ra=$({"node_modules/esutils/lib/keyword.js"(u,l){ue(),function(){var t=cn();function a(D){switch(D){case"implements":case"interface":case"package":case"private":case"protected":case"public":case"static":case"let":return!0;default:return!1}}function s(D,C){return!C&&D==="yield"?!1:e(D,C)}function e(D,C){if(C&&a(D))return!0;switch(D.length){case 2:return D==="if"||D==="in"||D==="do";case 3:return D==="var"||D==="for"||D==="new"||D==="try";case 4:return D==="this"||D==="else"||D==="case"||D==="void"||D==="with"||D==="enum";case 5:return D==="while"||D==="break"||D==="catch"||D==="throw"||D==="const"||D==="yield"||D==="class"||D==="super";case 6:return D==="return"||D==="typeof"||D==="delete"||D==="switch"||D==="export"||D==="import";case 7:return D==="default"||D==="finally"||D==="extends";case 8:return D==="function"||D==="continue"||D==="debugger";case 10:return D==="instanceof";default:return!1}}function r(D,C){return D==="null"||D==="true"||D==="false"||s(D,C)}function n(D,C){return D==="null"||D==="true"||D==="false"||e(D,C)}function o(D){return D==="eval"||D==="arguments"}function c(D){var C,w,k;if(D.length===0||(k=D.charCodeAt(0),!t.isIdentifierStartES5(k)))return!1;for(C=1,w=D.length;C=w||(A=D.charCodeAt(C),!(56320<=A&&A<=57343)))return!1;k=y(k,A)}if(!N(k))return!1;N=t.isIdentifierPartES6}return!0}function g(D,C){return c(D)&&!r(D,C)}function p(D,C){return m(D)&&!n(D,C)}l.exports={isKeywordES5:s,isKeywordES6:e,isReservedWordES5:r,isReservedWordES6:n,isRestrictedWord:o,isIdentifierNameES5:c,isIdentifierNameES6:m,isIdentifierES5:g,isIdentifierES6:p}}()}}),na=$({"node_modules/esutils/lib/utils.js"(u){ue(),function(){u.ast=Qr(),u.code=cn(),u.keyword=ra()}()}}),vn=$({"src/language-js/utils/is-block-comment.js"(u,l){ue();var t=new Set(["Block","CommentBlock","MultiLine"]),a=s=>t.has(s==null?void 0:s.type);l.exports=a}}),ua=$({"src/language-js/utils/is-node-matches.js"(u,l){ue();function t(s,e){let r=e.split(".");for(let n=r.length-1;n>=0;n--){let o=r[n];if(n===0)return s.type==="Identifier"&&s.name===o;if(s.type!=="MemberExpression"||s.optional||s.computed||s.property.type!=="Identifier"||s.property.name!==o)return!1;s=s.object}}function a(s,e){return e.some(r=>t(s,r))}l.exports=a}}),ur=$({"src/language-js/utils/index.js"(u,l){ue();var t=na().keyword.isIdentifierNameES5,{getLast:a,hasNewline:s,skipWhitespace:e,isNonEmptyArray:r,isNextLineEmptyAfterIndex:n,getStringWidth:o}=Gt(),{locStart:c,locEnd:y,hasSameLocStart:m}=or(),g=vn(),p=ua(),D="(?:(?=.)\\s)",C=new RegExp(`^${D}*:`),w=new RegExp(`^${D}*::`);function k(O){var $e,vt;return(($e=O.extra)===null||$e===void 0?void 0:$e.parenthesized)&&g((vt=O.trailingComments)===null||vt===void 0?void 0:vt[0])&&C.test(O.trailingComments[0].value)}function A(O){let $e=O==null?void 0:O[0];return g($e)&&w.test($e.value)}function N(O,$e){if(!O||typeof O!="object")return!1;if(Array.isArray(O))return O.some(zt=>N(zt,$e));let vt=$e(O);return typeof vt=="boolean"?vt:Object.values(O).some(zt=>N(zt,$e))}function x(O){return O.type==="AssignmentExpression"||O.type==="BinaryExpression"||O.type==="LogicalExpression"||O.type==="NGPipeExpression"||O.type==="ConditionalExpression"||we(O)||_e(O)||O.type==="SequenceExpression"||O.type==="TaggedTemplateExpression"||O.type==="BindExpression"||O.type==="UpdateExpression"&&!O.prefix||Ur(O)||O.type==="TSNonNullExpression"}function P(O){var $e,vt,zt,Ht,jr,cr;return O.expressions?O.expressions[0]:($e=(vt=(zt=(Ht=(jr=(cr=O.left)!==null&&cr!==void 0?cr:O.test)!==null&&jr!==void 0?jr:O.callee)!==null&&Ht!==void 0?Ht:O.object)!==null&&zt!==void 0?zt:O.tag)!==null&&vt!==void 0?vt:O.argument)!==null&&$e!==void 0?$e:O.expression}function _(O,$e){if($e.expressions)return["expressions",0];if($e.left)return["left"];if($e.test)return["test"];if($e.object)return["object"];if($e.callee)return["callee"];if($e.tag)return["tag"];if($e.argument)return["argument"];if($e.expression)return["expression"];throw new Error("Unexpected node has no left side.")}function J(O){return O=new Set(O),$e=>O.has($e==null?void 0:$e.type)}var d=J(["Line","CommentLine","SingleLine","HashbangComment","HTMLOpen","HTMLClose"]),T=J(["ExportDefaultDeclaration","ExportDefaultSpecifier","DeclareExportDeclaration","ExportNamedDeclaration","ExportAllDeclaration"]);function f(O){let $e=O.getParentNode();return O.getName()==="declaration"&&T($e)?$e:null}var F=J(["BooleanLiteral","DirectiveLiteral","Literal","NullLiteral","NumericLiteral","BigIntLiteral","DecimalLiteral","RegExpLiteral","StringLiteral","TemplateLiteral","TSTypeLiteral","JSXText"]);function i(O){return O.type==="NumericLiteral"||O.type==="Literal"&&typeof O.value=="number"}function h(O){return O.type==="UnaryExpression"&&(O.operator==="+"||O.operator==="-")&&i(O.argument)}function E(O){return O.type==="StringLiteral"||O.type==="Literal"&&typeof O.value=="string"}var b=J(["ObjectTypeAnnotation","TSTypeLiteral","TSMappedType"]),S=J(["FunctionExpression","ArrowFunctionExpression"]);function B(O){return O.type==="FunctionExpression"||O.type==="ArrowFunctionExpression"&&O.body.type==="BlockStatement"}function I(O){return we(O)&&O.callee.type==="Identifier"&&["async","inject","fakeAsync","waitForAsync"].includes(O.callee.name)}var q=J(["JSXElement","JSXFragment"]);function G(O,$e){if(O.parentParser!=="markdown"&&O.parentParser!=="mdx")return!1;let vt=$e.getNode();if(!vt.expression||!q(vt.expression))return!1;let zt=$e.getParentNode();return zt.type==="Program"&&zt.body.length===1}function M(O){return O.kind==="get"||O.kind==="set"}function te(O){return M(O)||m(O,O.value)}function j(O){return(O.type==="ObjectTypeProperty"||O.type==="ObjectTypeInternalSlot")&&O.value.type==="FunctionTypeAnnotation"&&!O.static&&!te(O)}function De(O){return(O.type==="TypeAnnotation"||O.type==="TSTypeAnnotation")&&O.typeAnnotation.type==="FunctionTypeAnnotation"&&!O.static&&!m(O,O.typeAnnotation)}var U=J(["BinaryExpression","LogicalExpression","NGPipeExpression"]);function R(O){return _e(O)||O.type==="BindExpression"&&!!O.object}var pe=new Set(["AnyTypeAnnotation","TSAnyKeyword","NullLiteralTypeAnnotation","TSNullKeyword","ThisTypeAnnotation","TSThisType","NumberTypeAnnotation","TSNumberKeyword","VoidTypeAnnotation","TSVoidKeyword","BooleanTypeAnnotation","TSBooleanKeyword","BigIntTypeAnnotation","TSBigIntKeyword","SymbolTypeAnnotation","TSSymbolKeyword","StringTypeAnnotation","TSStringKeyword","BooleanLiteralTypeAnnotation","StringLiteralTypeAnnotation","BigIntLiteralTypeAnnotation","NumberLiteralTypeAnnotation","TSLiteralType","TSTemplateLiteralType","EmptyTypeAnnotation","MixedTypeAnnotation","TSNeverKeyword","TSObjectKeyword","TSUndefinedKeyword","TSUnknownKeyword"]);function be(O){return O?!!((O.type==="GenericTypeAnnotation"||O.type==="TSTypeReference")&&!O.typeParameters||pe.has(O.type)):!1}function fe(O){let $e=/^(?:before|after)(?:Each|All)$/;return O.callee.type==="Identifier"&&$e.test(O.callee.name)&&O.arguments.length===1}var Ie=["it","it.only","it.skip","describe","describe.only","describe.skip","test","test.only","test.skip","test.step","test.describe","test.describe.only","test.describe.parallel","test.describe.parallel.only","test.describe.serial","test.describe.serial.only","skip","xit","xdescribe","xtest","fit","fdescribe","ftest"];function X(O){return p(O,Ie)}function se(O,$e){if(O.type!=="CallExpression")return!1;if(O.arguments.length===1){if(I(O)&&$e&&se($e))return S(O.arguments[0]);if(fe(O))return I(O.arguments[0])}else if((O.arguments.length===2||O.arguments.length===3)&&(O.arguments[0].type==="TemplateLiteral"||E(O.arguments[0]))&&X(O.callee))return O.arguments[2]&&!i(O.arguments[2])?!1:(O.arguments.length===2?S(O.arguments[1]):B(O.arguments[1])&&Ke(O.arguments[1]).length<=1)||I(O.arguments[1]);return!1}var we=J(["CallExpression","OptionalCallExpression"]),_e=J(["MemberExpression","OptionalMemberExpression"]);function it(O){let $e="expressions";O.type==="TSTemplateLiteralType"&&($e="types");let vt=O[$e];return vt.length===0?!1:vt.every(zt=>{if(Bt(zt))return!1;if(zt.type==="Identifier"||zt.type==="ThisExpression")return!0;if(_e(zt)){let Ht=zt;for(;_e(Ht);)if(Ht.property.type!=="Identifier"&&Ht.property.type!=="Literal"&&Ht.property.type!=="StringLiteral"&&Ht.property.type!=="NumericLiteral"||(Ht=Ht.object,Bt(Ht)))return!1;return Ht.type==="Identifier"||Ht.type==="ThisExpression"}return!1})}function ae(O,$e){return O==="+"||O==="-"?O+$e:$e}function Q(O,$e){let vt=c($e),zt=e(O,y($e));return zt!==!1&&O.slice(vt,vt+2)==="/*"&&O.slice(zt,zt+2)==="*/"}function me(O,$e){return q($e)?jt($e):Bt($e,ft.Leading,vt=>s(O,y(vt)))}function Ce(O,$e){return $e.parser!=="json"&&E(O.key)&&xe(O.key).slice(1,-1)===O.key.value&&(t(O.key.value)&&!($e.parser==="babel-ts"&&O.type==="ClassProperty"||$e.parser==="typescript"&&O.type==="PropertyDefinition")||Re(O.key.value)&&String(Number(O.key.value))===O.key.value&&($e.parser==="babel"||$e.parser==="acorn"||$e.parser==="espree"||$e.parser==="meriyah"||$e.parser==="__babel_estree"))}function Re(O){return/^(?:\d+|\d+\.\d+)$/.test(O)}function Xe(O,$e){let vt=/^[fx]?(?:describe|it|test)$/;return $e.type==="TaggedTemplateExpression"&&$e.quasi===O&&$e.tag.type==="MemberExpression"&&$e.tag.property.type==="Identifier"&&$e.tag.property.name==="each"&&($e.tag.object.type==="Identifier"&&vt.test($e.tag.object.name)||$e.tag.object.type==="MemberExpression"&&$e.tag.object.property.type==="Identifier"&&($e.tag.object.property.name==="only"||$e.tag.object.property.name==="skip")&&$e.tag.object.object.type==="Identifier"&&vt.test($e.tag.object.object.name))}function Ye(O){return O.quasis.some($e=>$e.value.raw.includes(` +`))}function Ct(O,$e){return(O.type==="TemplateLiteral"&&Ye(O)||O.type==="TaggedTemplateExpression"&&Ye(O.quasi))&&!s($e,c(O),{backwards:!0})}function Rt(O){if(!Bt(O))return!1;let $e=a(Te(O,ft.Dangling));return $e&&!g($e)}function It(O){if(O.length<=1)return!1;let $e=0;for(let vt of O)if(S(vt)){if($e+=1,$e>1)return!0}else if(we(vt)){for(let zt of vt.arguments)if(S(zt))return!0}return!1}function Et(O){let $e=O.getValue(),vt=O.getParentNode();return we($e)&&we(vt)&&vt.callee===$e&&$e.arguments.length>vt.arguments.length&&vt.arguments.length>0}function bt(O,$e){if($e>=2)return!1;let vt=cr=>bt(cr,$e+1),zt=O.type==="Literal"&&"regex"in O&&O.regex.pattern||O.type==="RegExpLiteral"&&O.pattern;if(zt&&o(zt)>5)return!1;if(O.type==="Literal"||O.type==="BigIntLiteral"||O.type==="DecimalLiteral"||O.type==="BooleanLiteral"||O.type==="NullLiteral"||O.type==="NumericLiteral"||O.type==="RegExpLiteral"||O.type==="StringLiteral"||O.type==="Identifier"||O.type==="ThisExpression"||O.type==="Super"||O.type==="PrivateName"||O.type==="PrivateIdentifier"||O.type==="ArgumentPlaceholder"||O.type==="Import")return!0;if(O.type==="TemplateLiteral")return O.quasis.every(cr=>!cr.value.raw.includes(` +`))&&O.expressions.every(vt);if(O.type==="ObjectExpression")return O.properties.every(cr=>!cr.computed&&(cr.shorthand||cr.value&&vt(cr.value)));if(O.type==="ArrayExpression")return O.elements.every(cr=>cr===null||vt(cr));if(Sr(O))return(O.type==="ImportExpression"||bt(O.callee,$e))&&ar(O).every(vt);if(_e(O))return bt(O.object,$e)&&bt(O.property,$e);let Ht={"!":!0,"-":!0,"+":!0,"~":!0};if(O.type==="UnaryExpression"&&Ht[O.operator])return bt(O.argument,$e);let jr={"++":!0,"--":!0};return O.type==="UpdateExpression"&&jr[O.operator]?bt(O.argument,$e):O.type==="TSNonNullExpression"?bt(O.expression,$e):!1}function xe(O){var $e,vt;return($e=(vt=O.extra)===null||vt===void 0?void 0:vt.raw)!==null&&$e!==void 0?$e:O.raw}function H(O){return O}function ke(O){return O.filepath&&/\.tsx$/i.test(O.filepath)}function oe(O){let $e=arguments.length>1&&arguments[1]!==void 0?arguments[1]:"es5";return O.trailingComma==="es5"&&$e==="es5"||O.trailingComma==="all"&&($e==="all"||$e==="es5")}function Be(O,$e){switch(O.type){case"BinaryExpression":case"LogicalExpression":case"AssignmentExpression":case"NGPipeExpression":return Be(O.left,$e);case"MemberExpression":case"OptionalMemberExpression":return Be(O.object,$e);case"TaggedTemplateExpression":return O.tag.type==="FunctionExpression"?!1:Be(O.tag,$e);case"CallExpression":case"OptionalCallExpression":return O.callee.type==="FunctionExpression"?!1:Be(O.callee,$e);case"ConditionalExpression":return Be(O.test,$e);case"UpdateExpression":return!O.prefix&&Be(O.argument,$e);case"BindExpression":return O.object&&Be(O.object,$e);case"SequenceExpression":return Be(O.expressions[0],$e);case"TSSatisfiesExpression":case"TSAsExpression":case"TSNonNullExpression":return Be(O.expression,$e);default:return $e(O)}}var pt={"==":!0,"!=":!0,"===":!0,"!==":!0},ut={"*":!0,"/":!0,"%":!0},Le={">>":!0,">>>":!0,"<<":!0};function v(O,$e){return!(ye($e)!==ye(O)||O==="**"||pt[O]&&pt[$e]||$e==="%"&&ut[O]||O==="%"&&ut[$e]||$e!==O&&ut[$e]&&ut[O]||Le[O]&&Le[$e])}var K=new Map([["|>"],["??"],["||"],["&&"],["|"],["^"],["&"],["==","===","!=","!=="],["<",">","<=",">=","in","instanceof"],[">>","<<",">>>"],["+","-"],["*","/","%"],["**"]].flatMap((O,$e)=>O.map(vt=>[vt,$e])));function ye(O){return K.get(O)}function ze(O){return!!Le[O]||O==="|"||O==="^"||O==="&"}function tt(O){var $e;if(O.rest)return!0;let vt=Ke(O);return(($e=a(vt))===null||$e===void 0?void 0:$e.type)==="RestElement"}var ht=new WeakMap;function Ke(O){if(ht.has(O))return ht.get(O);let $e=[];return O.this&&$e.push(O.this),Array.isArray(O.parameters)?$e.push(...O.parameters):Array.isArray(O.params)&&$e.push(...O.params),O.rest&&$e.push(O.rest),ht.set(O,$e),$e}function pr(O,$e){let vt=O.getValue(),zt=0,Ht=jr=>$e(jr,zt++);vt.this&&O.call(Ht,"this"),Array.isArray(vt.parameters)?O.each(Ht,"parameters"):Array.isArray(vt.params)&&O.each(Ht,"params"),vt.rest&&O.call(Ht,"rest")}var dt=new WeakMap;function ar(O){if(dt.has(O))return dt.get(O);let $e=O.arguments;return O.type==="ImportExpression"&&($e=[O.source],O.attributes&&$e.push(O.attributes)),dt.set(O,$e),$e}function Dt(O,$e){let vt=O.getValue();vt.type==="ImportExpression"?(O.call(zt=>$e(zt,0),"source"),vt.attributes&&O.call(zt=>$e(zt,1),"attributes")):O.each($e,"arguments")}function Tt(O){return O.value.trim()==="prettier-ignore"&&!O.unignore}function jt(O){return O&&(O.prettierIgnore||Bt(O,ft.PrettierIgnore))}function tr(O){let $e=O.getValue();return jt($e)}var ft={Leading:2,Trailing:4,Dangling:8,Block:16,Line:32,PrettierIgnore:64,First:128,Last:256},Pt=(O,$e)=>{if(typeof O=="function"&&($e=O,O=0),O||$e)return(vt,zt,Ht)=>!(O&ft.Leading&&!vt.leading||O&ft.Trailing&&!vt.trailing||O&ft.Dangling&&(vt.leading||vt.trailing)||O&ft.Block&&!g(vt)||O&ft.Line&&!d(vt)||O&ft.First&&zt!==0||O&ft.Last&&zt!==Ht.length-1||O&ft.PrettierIgnore&&!Tt(vt)||$e&&!$e(vt))};function Bt(O,$e,vt){if(!r(O==null?void 0:O.comments))return!1;let zt=Pt($e,vt);return zt?O.comments.some(zt):!0}function Te(O,$e,vt){if(!Array.isArray(O==null?void 0:O.comments))return[];let zt=Pt($e,vt);return zt?O.comments.filter(zt):O.comments}var Vr=(O,$e)=>{let{originalText:vt}=$e;return n(vt,y(O))};function Sr(O){return we(O)||O.type==="NewExpression"||O.type==="ImportExpression"}function Xt(O){return O&&(O.type==="ObjectProperty"||O.type==="Property"&&!O.method&&O.kind==="init")}function Wt(O){return!!O.__isUsingHackPipeline}var nr=Symbol("ifWithoutBlockAndSameLineComment");function Ur(O){return O.type==="TSAsExpression"||O.type==="TSSatisfiesExpression"}l.exports={getFunctionParameters:Ke,iterateFunctionParametersPath:pr,getCallArguments:ar,iterateCallArgumentsPath:Dt,hasRestParameter:tt,getLeftSide:P,getLeftSidePathName:_,getParentExportDeclaration:f,getTypeScriptMappedTypeModifier:ae,hasFlowAnnotationComment:A,hasFlowShorthandAnnotationComment:k,hasLeadingOwnLineComment:me,hasNakedLeftSide:x,hasNode:N,hasIgnoreComment:tr,hasNodeIgnoreComment:jt,identity:H,isBinaryish:U,isCallLikeExpression:Sr,isEnabledHackPipeline:Wt,isLineComment:d,isPrettierIgnoreComment:Tt,isCallExpression:we,isMemberExpression:_e,isExportDeclaration:T,isFlowAnnotationComment:Q,isFunctionCompositionArgs:It,isFunctionNotation:te,isFunctionOrArrowExpression:S,isGetterOrSetter:M,isJestEachTemplateLiteral:Xe,isJsxNode:q,isLiteral:F,isLongCurriedCallExpression:Et,isSimpleCallArgument:bt,isMemberish:R,isNumericLiteral:i,isSignedNumericLiteral:h,isObjectProperty:Xt,isObjectType:b,isObjectTypePropertyAFunction:j,isSimpleType:be,isSimpleNumber:Re,isSimpleTemplateLiteral:it,isStringLiteral:E,isStringPropSafeToUnquote:Ce,isTemplateOnItsOwnLine:Ct,isTestCall:se,isTheOnlyJsxElementInMarkdown:G,isTSXFile:ke,isTypeAnnotationAFunction:De,isNextLineEmpty:Vr,needsHardlineAfterDanglingComment:Rt,rawText:xe,shouldPrintComma:oe,isBitwiseOperator:ze,shouldFlatten:v,startsWithNoLookaheadToken:Be,getPrecedence:ye,hasComment:Bt,getComments:Te,CommentCheckFlags:ft,markerForIfWithoutBlockAndSameLineComment:nr,isTSTypeExpression:Ur}}}),jn=$({"src/language-js/print/template-literal.js"(u,l){ue();var t=mr(),{getStringWidth:a,getIndentSize:s}=Gt(),{builders:{join:e,hardline:r,softline:n,group:o,indent:c,align:y,lineSuffixBoundary:m,addAlignmentToDoc:g},printer:{printDocToString:p},utils:{mapDoc:D}}=wt(),{isBinaryish:C,isJestEachTemplateLiteral:w,isSimpleTemplateLiteral:k,hasComment:A,isMemberExpression:N,isTSTypeExpression:x}=ur();function P(F,i,h){let E=F.getValue();if(E.type==="TemplateLiteral"&&w(E,F.getParentNode())){let q=_(F,h,i);if(q)return q}let b="expressions";E.type==="TSTemplateLiteralType"&&(b="types");let S=[],B=F.map(i,b),I=k(E);return I&&(B=B.map(q=>p(q,Object.assign(Object.assign({},h),{},{printWidth:Number.POSITIVE_INFINITY})).formatted)),S.push(m,"`"),F.each(q=>{let G=q.getName();if(S.push(i()),G1||b.some(S=>S.length>0)){i.__inJestEach=!0;let S=F.map(h,"expressions");i.__inJestEach=!1;let B=[],I=S.map(j=>"${"+p(j,Object.assign(Object.assign({},i),{},{printWidth:Number.POSITIVE_INFINITY,endOfLine:"lf"})).formatted+"}"),q=[{hasLineBreak:!1,cells:[]}];for(let j=1;jj.cells.length)),M=Array.from({length:G}).fill(0),te=[{cells:b},...q.filter(j=>j.cells.length>0)];for(let{cells:j}of te.filter(De=>!De.hasLineBreak))for(let[De,U]of j.entries())M[De]=Math.max(M[De],a(U));return B.push(m,"`",c([r,e(r,te.map(j=>e(" | ",j.cells.map((De,U)=>j.hasLineBreak?De:De+" ".repeat(M[U]-a(De))))))]),r,"`"),B}}function J(F,i){let h=F.getValue(),E=i();return A(h)&&(E=o([c([n,E]),n])),["${",E,m,"}"]}function d(F,i){return F.map(h=>J(h,i),"expressions")}function T(F,i){return D(F,h=>typeof h=="string"?i?h.replace(/(\\*)`/g,"$1$1\\`"):f(h):h)}function f(F){return F.replace(/([\\`]|\${)/g,"\\$1")}l.exports={printTemplateLiteral:P,printTemplateExpressions:d,escapeTemplateCharacters:T,uncookTemplateElementValue:f}}}),ia=$({"src/language-js/embed/markdown.js"(u,l){ue();var{builders:{indent:t,softline:a,literalline:s,dedentToRoot:e}}=wt(),{escapeTemplateCharacters:r}=jn();function n(c,y,m){let g=c.getValue().quasis[0].value.raw.replace(/((?:\\\\)*)\\`/g,(w,k)=>"\\".repeat(k.length/2)+"`"),p=o(g),D=p!=="";D&&(g=g.replace(new RegExp(`^${p}`,"gm"),""));let C=r(m(g,{parser:"markdown",__inJsTemplate:!0},{stripTrailingHardline:!0}),!0);return["`",D?t([a,C]):[s,e(C)],a,"`"]}function o(c){let y=c.match(/^([^\S\n]*)\S/m);return y===null?"":y[1]}l.exports=n}}),sa=$({"src/language-js/embed/css.js"(u,l){ue();var{isNonEmptyArray:t}=Gt(),{builders:{indent:a,hardline:s,softline:e},utils:{mapDoc:r,replaceEndOfLine:n,cleanDoc:o}}=wt(),{printTemplateExpressions:c}=jn();function y(p,D,C){let w=p.getValue(),k=w.quasis.map(_=>_.value.raw),A=0,N=k.reduce((_,J,d)=>d===0?J:_+"@prettier-placeholder-"+A+++"-id"+J,""),x=C(N,{parser:"scss"},{stripTrailingHardline:!0}),P=c(p,D);return m(x,w,P)}function m(p,D,C){if(D.quasis.length===1&&!D.quasis[0].value.raw.trim())return"``";let w=g(p,C);if(!w)throw new Error("Couldn't insert all the expressions");return["`",a([s,w]),e,"`"]}function g(p,D){if(!t(D))return p;let C=0,w=r(o(p),k=>typeof k!="string"||!k.includes("@prettier-placeholder")?k:k.split(/@prettier-placeholder-(\d+)-id/).map((A,N)=>N%2===0?n(A):(C++,D[A])));return D.length===C?w:null}l.exports=y}}),aa=$({"src/language-js/embed/graphql.js"(u,l){ue();var{builders:{indent:t,join:a,hardline:s}}=wt(),{escapeTemplateCharacters:e,printTemplateExpressions:r}=jn();function n(c,y,m){let g=c.getValue(),p=g.quasis.length;if(p===1&&g.quasis[0].value.raw.trim()==="")return"``";let D=r(c,y),C=[];for(let w=0;w2&&P[0].trim()===""&&P[1].trim()==="",T=_>2&&P[_-1].trim()===""&&P[_-2].trim()==="",f=P.every(i=>/^\s*(?:#[^\n\r]*)?$/.test(i));if(!N&&/#[^\n\r]*$/.test(P[_-1]))return null;let F=null;f?F=o(P):F=m(x,{parser:"graphql"},{stripTrailingHardline:!0}),F?(F=e(F,!1),!A&&d&&C.push(""),C.push(F),!N&&T&&C.push("")):!A&&!N&&d&&C.push(""),J&&C.push(J)}return["`",t([s,a(s,C)]),s,"`"]}function o(c){let y=[],m=!1,g=c.map(p=>p.trim());for(let[p,D]of g.entries())D!==""&&(g[p-1]===""&&m?y.push([s,D]):y.push(D),m=!0);return y.length===0?null:a(s,y)}l.exports=n}}),oa=$({"src/language-js/embed/html.js"(u,l){ue();var{builders:{indent:t,line:a,hardline:s,group:e},utils:{mapDoc:r}}=wt(),{printTemplateExpressions:n,uncookTemplateElementValue:o}=jn(),c=0;function y(m,g,p,D,C){let{parser:w}=C,k=m.getValue(),A=c;c=c+1>>>0;let N=h=>`PRETTIER_HTML_PLACEHOLDER_${h}_${A}_IN_JS`,x=k.quasis.map((h,E,b)=>E===b.length-1?h.value.cooked:h.value.cooked+N(E)).join(""),P=n(m,g);if(P.length===0&&x.trim().length===0)return"``";let _=new RegExp(N("(\\d+)"),"g"),J=0,d=p(x,{parser:w,__onHtmlRoot(h){J=h.children.length}},{stripTrailingHardline:!0}),T=r(d,h=>{if(typeof h!="string")return h;let E=[],b=h.split(_);for(let S=0;S1?t(e(T)):e(T),F,"`"])}l.exports=y}}),la=$({"src/language-js/embed.js"(u,l){ue();var{hasComment:t,CommentCheckFlags:a,isObjectProperty:s}=ur(),e=ia(),r=sa(),n=aa(),o=oa();function c(d){if(g(d)||w(d)||k(d)||p(d))return"css";if(x(d))return"graphql";if(_(d))return"html";if(D(d))return"angular";if(m(d))return"markdown"}function y(d,T,f,F){let i=d.getValue();if(i.type!=="TemplateLiteral"||J(i))return;let h=c(d);if(h){if(h==="markdown")return e(d,T,f);if(h==="css")return r(d,T,f);if(h==="graphql")return n(d,T,f);if(h==="html"||h==="angular")return o(d,T,f,F,{parser:h})}}function m(d){let T=d.getValue(),f=d.getParentNode();return f&&f.type==="TaggedTemplateExpression"&&T.quasis.length===1&&f.tag.type==="Identifier"&&(f.tag.name==="md"||f.tag.name==="markdown")}function g(d){let T=d.getValue(),f=d.getParentNode(),F=d.getParentNode(1);return F&&T.quasis&&f.type==="JSXExpressionContainer"&&F.type==="JSXElement"&&F.openingElement.name.name==="style"&&F.openingElement.attributes.some(i=>i.name.name==="jsx")||f&&f.type==="TaggedTemplateExpression"&&f.tag.type==="Identifier"&&f.tag.name==="css"||f&&f.type==="TaggedTemplateExpression"&&f.tag.type==="MemberExpression"&&f.tag.object.name==="css"&&(f.tag.property.name==="global"||f.tag.property.name==="resolve")}function p(d){return d.match(T=>T.type==="TemplateLiteral",(T,f)=>T.type==="ArrayExpression"&&f==="elements",(T,f)=>s(T)&&T.key.type==="Identifier"&&T.key.name==="styles"&&f==="value",...C)}function D(d){return d.match(T=>T.type==="TemplateLiteral",(T,f)=>s(T)&&T.key.type==="Identifier"&&T.key.name==="template"&&f==="value",...C)}var C=[(d,T)=>d.type==="ObjectExpression"&&T==="properties",(d,T)=>d.type==="CallExpression"&&d.callee.type==="Identifier"&&d.callee.name==="Component"&&T==="arguments",(d,T)=>d.type==="Decorator"&&T==="expression"];function w(d){let T=d.getParentNode();if(!T||T.type!=="TaggedTemplateExpression")return!1;let f=T.tag.type==="ParenthesizedExpression"?T.tag.expression:T.tag;switch(f.type){case"MemberExpression":return A(f.object)||N(f);case"CallExpression":return A(f.callee)||f.callee.type==="MemberExpression"&&(f.callee.object.type==="MemberExpression"&&(A(f.callee.object.object)||N(f.callee.object))||f.callee.object.type==="CallExpression"&&A(f.callee.object.callee));case"Identifier":return f.name==="css";default:return!1}}function k(d){let T=d.getParentNode(),f=d.getParentNode(1);return f&&T.type==="JSXExpressionContainer"&&f.type==="JSXAttribute"&&f.name.type==="JSXIdentifier"&&f.name.name==="css"}function A(d){return d.type==="Identifier"&&d.name==="styled"}function N(d){return/^[A-Z]/.test(d.object.name)&&d.property.name==="extend"}function x(d){let T=d.getValue(),f=d.getParentNode();return P(T,"GraphQL")||f&&(f.type==="TaggedTemplateExpression"&&(f.tag.type==="MemberExpression"&&f.tag.object.name==="graphql"&&f.tag.property.name==="experimental"||f.tag.type==="Identifier"&&(f.tag.name==="gql"||f.tag.name==="graphql"))||f.type==="CallExpression"&&f.callee.type==="Identifier"&&f.callee.name==="graphql")}function P(d,T){return t(d,a.Block|a.Leading,f=>{let{value:F}=f;return F===` ${T} `})}function _(d){return P(d.getValue(),"HTML")||d.match(T=>T.type==="TemplateLiteral",(T,f)=>T.type==="TaggedTemplateExpression"&&T.tag.type==="Identifier"&&T.tag.name==="html"&&f==="quasi")}function J(d){let{quasis:T}=d;return T.some(f=>{let{value:{cooked:F}}=f;return F===null})}l.exports=y}}),pa=$({"src/language-js/clean.js"(u,l){ue();var t=vn(),a=new Set(["range","raw","comments","leadingComments","trailingComments","innerComments","extra","start","end","loc","flags","errors","tokens"]),s=r=>{for(let n of r.quasis)delete n.value};function e(r,n,o){if(r.type==="Program"&&delete n.sourceType,(r.type==="BigIntLiteral"||r.type==="BigIntLiteralTypeAnnotation")&&n.value&&(n.value=n.value.toLowerCase()),(r.type==="BigIntLiteral"||r.type==="Literal")&&n.bigint&&(n.bigint=n.bigint.toLowerCase()),r.type==="DecimalLiteral"&&(n.value=Number(n.value)),r.type==="Literal"&&n.decimal&&(n.decimal=Number(n.decimal)),r.type==="EmptyStatement"||r.type==="JSXText"||r.type==="JSXExpressionContainer"&&(r.expression.type==="Literal"||r.expression.type==="StringLiteral")&&r.expression.value===" ")return null;if((r.type==="Property"||r.type==="ObjectProperty"||r.type==="MethodDefinition"||r.type==="ClassProperty"||r.type==="ClassMethod"||r.type==="PropertyDefinition"||r.type==="TSDeclareMethod"||r.type==="TSPropertySignature"||r.type==="ObjectTypeProperty")&&typeof r.key=="object"&&r.key&&(r.key.type==="Literal"||r.key.type==="NumericLiteral"||r.key.type==="StringLiteral"||r.key.type==="Identifier")&&delete n.key,r.type==="JSXElement"&&r.openingElement.name.name==="style"&&r.openingElement.attributes.some(m=>m.name.name==="jsx"))for(let{type:m,expression:g}of n.children)m==="JSXExpressionContainer"&&g.type==="TemplateLiteral"&&s(g);r.type==="JSXAttribute"&&r.name.name==="css"&&r.value.type==="JSXExpressionContainer"&&r.value.expression.type==="TemplateLiteral"&&s(n.value.expression),r.type==="JSXAttribute"&&r.value&&r.value.type==="Literal"&&/["']|"|'/.test(r.value.value)&&(n.value.value=n.value.value.replace(/["']|"|'/g,'"'));let c=r.expression||r.callee;if(r.type==="Decorator"&&c.type==="CallExpression"&&c.callee.name==="Component"&&c.arguments.length===1){let m=r.expression.arguments[0].properties;for(let[g,p]of n.expression.arguments[0].properties.entries())switch(m[g].key.name){case"styles":p.value.type==="ArrayExpression"&&s(p.value.elements[0]);break;case"template":p.value.type==="TemplateLiteral"&&s(p.value);break}}if(r.type==="TaggedTemplateExpression"&&(r.tag.type==="MemberExpression"||r.tag.type==="Identifier"&&(r.tag.name==="gql"||r.tag.name==="graphql"||r.tag.name==="css"||r.tag.name==="md"||r.tag.name==="markdown"||r.tag.name==="html")||r.tag.type==="CallExpression")&&s(n.quasi),r.type==="TemplateLiteral"){var y;(!((y=r.leadingComments)===null||y===void 0)&&y.some(m=>t(m)&&["GraphQL","HTML"].some(g=>m.value===` ${g} `))||o.type==="CallExpression"&&o.callee.name==="graphql"||!r.leadingComments)&&s(n)}if(r.type==="InterpreterDirective"&&(n.value=n.value.trimEnd()),(r.type==="TSIntersectionType"||r.type==="TSUnionType")&&r.types.length===1)return n.types[0]}e.ignoredProperties=a,l.exports=e}}),Es={};Ft(Es,{EOL:()=>ss,arch:()=>ca,cpus:()=>xs,default:()=>_s,endianness:()=>Cs,freemem:()=>bs,getNetworkInterfaces:()=>Ns,hostname:()=>Fs,loadavg:()=>As,networkInterfaces:()=>ws,platform:()=>Da,release:()=>Bs,tmpDir:()=>us,tmpdir:()=>is,totalmem:()=>Ss,type:()=>Ts,uptime:()=>vs});function Cs(){if(typeof Qu>"u"){var u=new ArrayBuffer(2),l=new Uint8Array(u),t=new Uint16Array(u);if(l[0]=1,l[1]=2,t[0]===258)Qu="BE";else if(t[0]===513)Qu="LE";else throw new Error("unable to figure out endianess")}return Qu}function Fs(){return typeof globalThis.location<"u"?globalThis.location.hostname:""}function As(){return[]}function vs(){return 0}function bs(){return Number.MAX_VALUE}function Ss(){return Number.MAX_VALUE}function xs(){return[]}function Ts(){return"Browser"}function Bs(){return typeof globalThis.navigator<"u"?globalThis.navigator.appVersion:""}function ws(){}function Ns(){}function ca(){return"javascript"}function Da(){return"browser"}function us(){return"/tmp"}var Qu,is,ss,_s,da=rt({"node-modules-polyfills:os"(){ue(),is=us,ss=` +`,_s={EOL:ss,tmpdir:is,tmpDir:us,networkInterfaces:ws,getNetworkInterfaces:Ns,release:Bs,type:Ts,cpus:xs,totalmem:Ss,freemem:bs,uptime:vs,loadavg:As,hostname:Fs,endianness:Cs}}}),fa=$({"node-modules-polyfills-commonjs:os"(u,l){ue();var t=(da(),qt(Es));if(t&&t.default){l.exports=t.default;for(let a in t)l.exports[a]=t[a]}else t&&(l.exports=t)}}),ma=$({"node_modules/detect-newline/index.js"(u,l){ue();var t=a=>{if(typeof a!="string")throw new TypeError("Expected a string");let s=a.match(/(?:\r?\n)/g)||[];if(s.length===0)return;let e=s.filter(n=>n===`\r +`).length,r=s.length-e;return e>r?`\r +`:` +`};l.exports=t,l.exports.graceful=a=>typeof a=="string"&&t(a)||` +`}}),ha=$({"node_modules/jest-docblock/build/index.js"(u){ue(),Object.defineProperty(u,"__esModule",{value:!0}),u.extract=p,u.parse=C,u.parseWithComments=w,u.print=k,u.strip=D;function l(){let N=fa();return l=function(){return N},N}function t(){let N=a(ma());return t=function(){return N},N}function a(N){return N&&N.__esModule?N:{default:N}}var s=/\*\/$/,e=/^\/\*\*?/,r=/^\s*(\/\*\*?(.|\r?\n)*?\*\/)/,n=/(^|\s+)\/\/([^\r\n]*)/g,o=/^(\r?\n)+/,c=/(?:^|\r?\n) *(@[^\r\n]*?) *\r?\n *(?![^@\r\n]*\/\/[^]*)([^@\r\n\s][^@\r\n]+?) *\r?\n/g,y=/(?:^|\r?\n) *@(\S+) *([^\r\n]*)/g,m=/(\r?\n|^) *\* ?/g,g=[];function p(N){let x=N.match(r);return x?x[0].trimLeft():""}function D(N){let x=N.match(r);return x&&x[0]?N.substring(x[0].length):N}function C(N){return w(N).pragmas}function w(N){let x=(0,t().default)(N)||l().EOL;N=N.replace(e,"").replace(s,"").replace(m,"$1");let P="";for(;P!==N;)P=N,N=N.replace(c,`${x}$1 $2${x}`);N=N.replace(o,"").trimRight();let _=Object.create(null),J=N.replace(y,"").replace(o,"").trimRight(),d;for(;d=y.exec(N);){let T=d[2].replace(n,"");typeof _[d[1]]=="string"||Array.isArray(_[d[1]])?_[d[1]]=g.concat(_[d[1]],T):_[d[1]]=T}return{comments:J,pragmas:_}}function k(N){let{comments:x="",pragmas:P={}}=N,_=(0,t().default)(x)||l().EOL,J="/**",d=" *",T=" */",f=Object.keys(P),F=f.map(h=>A(h,P[h])).reduce((h,E)=>h.concat(E),[]).map(h=>`${d} ${h}${_}`).join("");if(!x){if(f.length===0)return"";if(f.length===1&&!Array.isArray(P[f[0]])){let h=P[f[0]];return`${J} ${A(f[0],h)[0]}${T}`}}let i=x.split(_).map(h=>`${d} ${h}`).join(_)+_;return J+_+(x?i:"")+(x&&f.length?d+_:"")+F+T}function A(N,x){return g.concat(x).map(P=>`@${N} ${P}`.trim())}}}),ga=$({"src/language-js/utils/get-shebang.js"(u,l){ue();function t(a){if(!a.startsWith("#!"))return"";let s=a.indexOf(` +`);return s===-1?a:a.slice(0,s)}l.exports=t}}),ks=$({"src/language-js/pragma.js"(u,l){ue();var{parseWithComments:t,strip:a,extract:s,print:e}=ha(),{normalizeEndOfLine:r}=Rr(),n=ga();function o(m){let g=n(m);g&&(m=m.slice(g.length+1));let p=s(m),{pragmas:D,comments:C}=t(p);return{shebang:g,text:m,pragmas:D,comments:C}}function c(m){let g=Object.keys(o(m).pragmas);return g.includes("prettier")||g.includes("format")}function y(m){let{shebang:g,text:p,pragmas:D,comments:C}=o(m),w=a(p),k=e({pragmas:Object.assign({format:""},D),comments:C.trimStart()});return(g?`${g} +`:"")+r(k)+(w.startsWith(` +`)?` +`:` + +`)+w}l.exports={hasPragma:c,insertPragma:y}}}),ya=$({"src/language-js/utils/is-type-cast-comment.js"(u,l){ue();var t=vn();function a(s){return t(s)&&s.value[0]==="*"&&/@(?:type|satisfies)\b/.test(s.value)}l.exports=a}}),Ps=$({"src/language-js/comments.js"(u,l){ue();var{getLast:t,hasNewline:a,getNextNonSpaceNonCommentCharacterIndexWithStartIndex:s,getNextNonSpaceNonCommentCharacter:e,hasNewlineInRange:r,addLeadingComment:n,addTrailingComment:o,addDanglingComment:c,getNextNonSpaceNonCommentCharacterIndex:y,isNonEmptyArray:m}=Gt(),{getFunctionParameters:g,isPrettierIgnoreComment:p,isJsxNode:D,hasFlowShorthandAnnotationComment:C,hasFlowAnnotationComment:w,hasIgnoreComment:k,isCallLikeExpression:A,getCallArguments:N,isCallExpression:x,isMemberExpression:P,isObjectProperty:_,isLineComment:J,getComments:d,CommentCheckFlags:T,markerForIfWithoutBlockAndSameLineComment:f}=ur(),{locStart:F,locEnd:i}=or(),h=vn(),E=ya();function b(Le){return[H,it,De,M,te,j,be,Ye,Ce,Xe,Ct,Rt,Ie,ae,Q].some(v=>v(Le))}function S(Le){return[G,it,U,Ct,M,te,j,be,ae,me,Re,Xe,bt,Q,oe].some(v=>v(Le))}function B(Le){return[H,M,te,R,_e,Ie,Xe,we,se,ke,Q,xe].some(v=>v(Le))}function I(Le,v){let K=(Le.body||Le.properties).find(ye=>{let{type:ze}=ye;return ze!=="EmptyStatement"});K?n(K,v):c(Le,v)}function q(Le,v){Le.type==="BlockStatement"?I(Le,v):n(Le,v)}function G(Le){let{comment:v,followingNode:K}=Le;return K&&E(v)?(n(K,v),!0):!1}function M(Le){let{comment:v,precedingNode:K,enclosingNode:ye,followingNode:ze,text:tt}=Le;if((ye==null?void 0:ye.type)!=="IfStatement"||!ze)return!1;if(e(tt,v,i)===")")return o(K,v),!0;if(K===ye.consequent&&ze===ye.alternate){if(K.type==="BlockStatement")o(K,v);else{let ht=v.type==="SingleLine"||v.loc.start.line===v.loc.end.line,Ke=v.loc.start.line===K.loc.start.line;ht&&Ke?c(K,v,f):c(ye,v)}return!0}return ze.type==="BlockStatement"?(I(ze,v),!0):ze.type==="IfStatement"?(q(ze.consequent,v),!0):ye.consequent===ze?(n(ze,v),!0):!1}function te(Le){let{comment:v,precedingNode:K,enclosingNode:ye,followingNode:ze,text:tt}=Le;return(ye==null?void 0:ye.type)!=="WhileStatement"||!ze?!1:e(tt,v,i)===")"?(o(K,v),!0):ze.type==="BlockStatement"?(I(ze,v),!0):ye.body===ze?(n(ze,v),!0):!1}function j(Le){let{comment:v,precedingNode:K,enclosingNode:ye,followingNode:ze}=Le;return(ye==null?void 0:ye.type)!=="TryStatement"&&(ye==null?void 0:ye.type)!=="CatchClause"||!ze?!1:ye.type==="CatchClause"&&K?(o(K,v),!0):ze.type==="BlockStatement"?(I(ze,v),!0):ze.type==="TryStatement"?(q(ze.finalizer,v),!0):ze.type==="CatchClause"?(q(ze.body,v),!0):!1}function De(Le){let{comment:v,enclosingNode:K,followingNode:ye}=Le;return P(K)&&(ye==null?void 0:ye.type)==="Identifier"?(n(K,v),!0):!1}function U(Le){let{comment:v,precedingNode:K,enclosingNode:ye,followingNode:ze,text:tt}=Le,ht=K&&!r(tt,i(K),F(v));return(!K||!ht)&&((ye==null?void 0:ye.type)==="ConditionalExpression"||(ye==null?void 0:ye.type)==="TSConditionalType")&&ze?(n(ze,v),!0):!1}function R(Le){let{comment:v,precedingNode:K,enclosingNode:ye}=Le;return _(ye)&&ye.shorthand&&ye.key===K&&ye.value.type==="AssignmentPattern"?(o(ye.value.left,v),!0):!1}var pe=new Set(["ClassDeclaration","ClassExpression","DeclareClass","DeclareInterface","InterfaceDeclaration","TSInterfaceDeclaration"]);function be(Le){let{comment:v,precedingNode:K,enclosingNode:ye,followingNode:ze}=Le;if(pe.has(ye==null?void 0:ye.type)){if(m(ye.decorators)&&!(ze&&ze.type==="Decorator"))return o(t(ye.decorators),v),!0;if(ye.body&&ze===ye.body)return I(ye.body,v),!0;if(ze){if(ye.superClass&&ze===ye.superClass&&K&&(K===ye.id||K===ye.typeParameters))return o(K,v),!0;for(let tt of["implements","extends","mixins"])if(ye[tt]&&ze===ye[tt][0])return K&&(K===ye.id||K===ye.typeParameters||K===ye.superClass)?o(K,v):c(ye,v,tt),!0}}return!1}var fe=new Set(["ClassMethod","ClassProperty","PropertyDefinition","TSAbstractPropertyDefinition","TSAbstractMethodDefinition","TSDeclareMethod","MethodDefinition","ClassAccessorProperty","AccessorProperty","TSAbstractAccessorProperty"]);function Ie(Le){let{comment:v,precedingNode:K,enclosingNode:ye,text:ze}=Le;return ye&&K&&e(ze,v,i)==="("&&(ye.type==="Property"||ye.type==="TSDeclareMethod"||ye.type==="TSAbstractMethodDefinition")&&K.type==="Identifier"&&ye.key===K&&e(ze,K,i)!==":"||(K==null?void 0:K.type)==="Decorator"&&fe.has(ye==null?void 0:ye.type)?(o(K,v),!0):!1}var X=new Set(["FunctionDeclaration","FunctionExpression","ClassMethod","MethodDefinition","ObjectMethod"]);function se(Le){let{comment:v,precedingNode:K,enclosingNode:ye,text:ze}=Le;return e(ze,v,i)!=="("?!1:K&&X.has(ye==null?void 0:ye.type)?(o(K,v),!0):!1}function we(Le){let{comment:v,enclosingNode:K,text:ye}=Le;if((K==null?void 0:K.type)!=="ArrowFunctionExpression")return!1;let ze=y(ye,v,i);return ze!==!1&&ye.slice(ze,ze+2)==="=>"?(c(K,v),!0):!1}function _e(Le){let{comment:v,enclosingNode:K,text:ye}=Le;return e(ye,v,i)!==")"?!1:K&&(Be(K)&&g(K).length===0||A(K)&&N(K).length===0)?(c(K,v),!0):((K==null?void 0:K.type)==="MethodDefinition"||(K==null?void 0:K.type)==="TSAbstractMethodDefinition")&&g(K.value).length===0?(c(K.value,v),!0):!1}function it(Le){let{comment:v,precedingNode:K,enclosingNode:ye,followingNode:ze,text:tt}=Le;if((K==null?void 0:K.type)==="FunctionTypeParam"&&(ye==null?void 0:ye.type)==="FunctionTypeAnnotation"&&(ze==null?void 0:ze.type)!=="FunctionTypeParam"||((K==null?void 0:K.type)==="Identifier"||(K==null?void 0:K.type)==="AssignmentPattern")&&ye&&Be(ye)&&e(tt,v,i)===")")return o(K,v),!0;if((ye==null?void 0:ye.type)==="FunctionDeclaration"&&(ze==null?void 0:ze.type)==="BlockStatement"){let ht=(()=>{let Ke=g(ye);if(Ke.length>0)return s(tt,i(t(Ke)));let pr=s(tt,i(ye.id));return pr!==!1&&s(tt,pr+1)})();if(F(v)>ht)return I(ze,v),!0}return!1}function ae(Le){let{comment:v,enclosingNode:K}=Le;return(K==null?void 0:K.type)==="LabeledStatement"?(n(K,v),!0):!1}function Q(Le){let{comment:v,enclosingNode:K}=Le;return((K==null?void 0:K.type)==="ContinueStatement"||(K==null?void 0:K.type)==="BreakStatement")&&!K.label?(o(K,v),!0):!1}function me(Le){let{comment:v,precedingNode:K,enclosingNode:ye}=Le;return x(ye)&&K&&ye.callee===K&&ye.arguments.length>0?(n(ye.arguments[0],v),!0):!1}function Ce(Le){let{comment:v,precedingNode:K,enclosingNode:ye,followingNode:ze}=Le;return(ye==null?void 0:ye.type)==="UnionTypeAnnotation"||(ye==null?void 0:ye.type)==="TSUnionType"?(p(v)&&(ze.prettierIgnore=!0,v.unignore=!0),K?(o(K,v),!0):!1):(((ze==null?void 0:ze.type)==="UnionTypeAnnotation"||(ze==null?void 0:ze.type)==="TSUnionType")&&p(v)&&(ze.types[0].prettierIgnore=!0,v.unignore=!0),!1)}function Re(Le){let{comment:v,enclosingNode:K}=Le;return _(K)?(n(K,v),!0):!1}function Xe(Le){let{comment:v,enclosingNode:K,followingNode:ye,ast:ze,isLastComment:tt}=Le;return ze&&ze.body&&ze.body.length===0?(tt?c(ze,v):n(ze,v),!0):(K==null?void 0:K.type)==="Program"&&(K==null?void 0:K.body.length)===0&&!m(K.directives)?(tt?c(K,v):n(K,v),!0):(ye==null?void 0:ye.type)==="Program"&&(ye==null?void 0:ye.body.length)===0&&(K==null?void 0:K.type)==="ModuleExpression"?(c(ye,v),!0):!1}function Ye(Le){let{comment:v,enclosingNode:K}=Le;return(K==null?void 0:K.type)==="ForInStatement"||(K==null?void 0:K.type)==="ForOfStatement"?(n(K,v),!0):!1}function Ct(Le){let{comment:v,precedingNode:K,enclosingNode:ye,text:ze}=Le;if((ye==null?void 0:ye.type)==="ImportSpecifier"||(ye==null?void 0:ye.type)==="ExportSpecifier")return n(ye,v),!0;let tt=(K==null?void 0:K.type)==="ImportSpecifier"&&(ye==null?void 0:ye.type)==="ImportDeclaration",ht=(K==null?void 0:K.type)==="ExportSpecifier"&&(ye==null?void 0:ye.type)==="ExportNamedDeclaration";return(tt||ht)&&a(ze,i(v))?(o(K,v),!0):!1}function Rt(Le){let{comment:v,enclosingNode:K}=Le;return(K==null?void 0:K.type)==="AssignmentPattern"?(n(K,v),!0):!1}var It=new Set(["VariableDeclarator","AssignmentExpression","TypeAlias","TSTypeAliasDeclaration"]),Et=new Set(["ObjectExpression","ArrayExpression","TemplateLiteral","TaggedTemplateExpression","ObjectTypeAnnotation","TSTypeLiteral"]);function bt(Le){let{comment:v,enclosingNode:K,followingNode:ye}=Le;return It.has(K==null?void 0:K.type)&&ye&&(Et.has(ye.type)||h(v))?(n(ye,v),!0):!1}function xe(Le){let{comment:v,enclosingNode:K,followingNode:ye,text:ze}=Le;return!ye&&((K==null?void 0:K.type)==="TSMethodSignature"||(K==null?void 0:K.type)==="TSDeclareFunction"||(K==null?void 0:K.type)==="TSAbstractMethodDefinition")&&e(ze,v,i)===";"?(o(K,v),!0):!1}function H(Le){let{comment:v,enclosingNode:K,followingNode:ye}=Le;if(p(v)&&(K==null?void 0:K.type)==="TSMappedType"&&(ye==null?void 0:ye.type)==="TSTypeParameter"&&ye.constraint)return K.prettierIgnore=!0,v.unignore=!0,!0}function ke(Le){let{comment:v,precedingNode:K,enclosingNode:ye,followingNode:ze}=Le;return(ye==null?void 0:ye.type)!=="TSMappedType"?!1:(ze==null?void 0:ze.type)==="TSTypeParameter"&&ze.name?(n(ze.name,v),!0):(K==null?void 0:K.type)==="TSTypeParameter"&&K.constraint?(o(K.constraint,v),!0):!1}function oe(Le){let{comment:v,enclosingNode:K,followingNode:ye}=Le;return!K||K.type!=="SwitchCase"||K.test||!ye||ye!==K.consequent[0]?!1:(ye.type==="BlockStatement"&&J(v)?I(ye,v):c(K,v),!0)}function Be(Le){return Le.type==="ArrowFunctionExpression"||Le.type==="FunctionExpression"||Le.type==="FunctionDeclaration"||Le.type==="ObjectMethod"||Le.type==="ClassMethod"||Le.type==="TSDeclareFunction"||Le.type==="TSCallSignatureDeclaration"||Le.type==="TSConstructSignatureDeclaration"||Le.type==="TSMethodSignature"||Le.type==="TSConstructorType"||Le.type==="TSFunctionType"||Le.type==="TSDeclareMethod"}function pt(Le,v){if((v.parser==="typescript"||v.parser==="flow"||v.parser==="acorn"||v.parser==="espree"||v.parser==="meriyah"||v.parser==="__babel_estree")&&Le.type==="MethodDefinition"&&Le.value&&Le.value.type==="FunctionExpression"&&g(Le.value).length===0&&!Le.value.returnType&&!m(Le.value.typeParameters)&&Le.value.body)return[...Le.decorators||[],Le.key,Le.value.body]}function ut(Le){let v=Le.getValue(),K=Le.getParentNode(),ye=ze=>w(d(ze,T.Leading))||w(d(ze,T.Trailing));return(v&&(D(v)||C(v)||x(K)&&ye(v))||K&&(K.type==="JSXSpreadAttribute"||K.type==="JSXSpreadChild"||K.type==="UnionTypeAnnotation"||K.type==="TSUnionType"||(K.type==="ClassDeclaration"||K.type==="ClassExpression")&&K.superClass===v))&&(!k(Le)||K.type==="UnionTypeAnnotation"||K.type==="TSUnionType")}l.exports={handleOwnLineComment:b,handleEndOfLineComment:S,handleRemainingComment:B,getCommentChildNodes:pt,willPrintOwnComments:ut}}}),Ln=$({"src/language-js/needs-parens.js"(u,l){ue();var t=mr(),a=uu(),{getFunctionParameters:s,getLeftSidePathName:e,hasFlowShorthandAnnotationComment:r,hasNakedLeftSide:n,hasNode:o,isBitwiseOperator:c,startsWithNoLookaheadToken:y,shouldFlatten:m,getPrecedence:g,isCallExpression:p,isMemberExpression:D,isObjectProperty:C,isTSTypeExpression:w}=ur();function k(d,T){let f=d.getParentNode();if(!f)return!1;let F=d.getName(),i=d.getNode();if(T.__isInHtmlInterpolation&&!T.bracketSpacing&&P(i)&&_(d))return!0;if(A(i))return!1;if(T.parser!=="flow"&&r(d.getValue()))return!0;if(i.type==="Identifier"){if(i.extra&&i.extra.parenthesized&&/^PRETTIER_HTML_PLACEHOLDER_\d+_\d+_IN_JS$/.test(i.name)||F==="left"&&(i.name==="async"&&!f.await||i.name==="let")&&f.type==="ForOfStatement")return!0;if(i.name==="let"){var h;let b=(h=d.findAncestor(S=>S.type==="ForOfStatement"))===null||h===void 0?void 0:h.left;if(b&&y(b,S=>S===i))return!0}if(F==="object"&&i.name==="let"&&f.type==="MemberExpression"&&f.computed&&!f.optional){let b=d.findAncestor(B=>B.type==="ExpressionStatement"||B.type==="ForStatement"||B.type==="ForInStatement"),S=b?b.type==="ExpressionStatement"?b.expression:b.type==="ForStatement"?b.init:b.left:void 0;if(S&&y(S,B=>B===i))return!0}return!1}if(i.type==="ObjectExpression"||i.type==="FunctionExpression"||i.type==="ClassExpression"||i.type==="DoExpression"){var E;let b=(E=d.findAncestor(S=>S.type==="ExpressionStatement"))===null||E===void 0?void 0:E.expression;if(b&&y(b,S=>S===i))return!0}switch(f.type){case"ParenthesizedExpression":return!1;case"ClassDeclaration":case"ClassExpression":{if(F==="superClass"&&(i.type==="ArrowFunctionExpression"||i.type==="AssignmentExpression"||i.type==="AwaitExpression"||i.type==="BinaryExpression"||i.type==="ConditionalExpression"||i.type==="LogicalExpression"||i.type==="NewExpression"||i.type==="ObjectExpression"||i.type==="SequenceExpression"||i.type==="TaggedTemplateExpression"||i.type==="UnaryExpression"||i.type==="UpdateExpression"||i.type==="YieldExpression"||i.type==="TSNonNullExpression"))return!0;break}case"ExportDefaultDeclaration":return J(d,T)||i.type==="SequenceExpression";case"Decorator":{if(F==="expression"){if(D(i)&&i.computed)return!0;let b=!1,S=!1,B=i;for(;B;)switch(B.type){case"MemberExpression":S=!0,B=B.object;break;case"CallExpression":if(S||b)return T.parser!=="typescript";b=!0,B=B.callee;break;case"Identifier":return!1;case"TaggedTemplateExpression":return T.parser!=="typescript";default:return!0}return!0}break}case"ArrowFunctionExpression":{if(F==="body"&&i.type!=="SequenceExpression"&&y(i,b=>b.type==="ObjectExpression"))return!0;break}}switch(i.type){case"UpdateExpression":if(f.type==="UnaryExpression")return i.prefix&&(i.operator==="++"&&f.operator==="+"||i.operator==="--"&&f.operator==="-");case"UnaryExpression":switch(f.type){case"UnaryExpression":return i.operator===f.operator&&(i.operator==="+"||i.operator==="-");case"BindExpression":return!0;case"MemberExpression":case"OptionalMemberExpression":return F==="object";case"TaggedTemplateExpression":return!0;case"NewExpression":case"CallExpression":case"OptionalCallExpression":return F==="callee";case"BinaryExpression":return F==="left"&&f.operator==="**";case"TSNonNullExpression":return!0;default:return!1}case"BinaryExpression":{if(f.type==="UpdateExpression"||i.operator==="in"&&N(d))return!0;if(i.operator==="|>"&&i.extra&&i.extra.parenthesized){let b=d.getParentNode(1);if(b.type==="BinaryExpression"&&b.operator==="|>")return!0}}case"TSTypeAssertion":case"TSAsExpression":case"TSSatisfiesExpression":case"LogicalExpression":switch(f.type){case"TSSatisfiesExpression":case"TSAsExpression":return!w(i);case"ConditionalExpression":return w(i);case"CallExpression":case"NewExpression":case"OptionalCallExpression":return F==="callee";case"ClassExpression":case"ClassDeclaration":return F==="superClass";case"TSTypeAssertion":case"TaggedTemplateExpression":case"UnaryExpression":case"JSXSpreadAttribute":case"SpreadElement":case"SpreadProperty":case"BindExpression":case"AwaitExpression":case"TSNonNullExpression":case"UpdateExpression":return!0;case"MemberExpression":case"OptionalMemberExpression":return F==="object";case"AssignmentExpression":case"AssignmentPattern":return F==="left"&&(i.type==="TSTypeAssertion"||w(i));case"LogicalExpression":if(i.type==="LogicalExpression")return f.operator!==i.operator;case"BinaryExpression":{let{operator:b,type:S}=i;if(!b&&S!=="TSTypeAssertion")return!0;let B=g(b),I=f.operator,q=g(I);return q>B||F==="right"&&q===B||q===B&&!m(I,b)?!0:q");default:return!1}case"TSConditionalType":case"TSFunctionType":case"TSConstructorType":if(F==="extendsType"&&f.type==="TSConditionalType"){if(i.type==="TSConditionalType")return!0;let{typeAnnotation:b}=i.returnType||i.typeAnnotation;if(b.type==="TSTypePredicate"&&b.typeAnnotation&&(b=b.typeAnnotation.typeAnnotation),b.type==="TSInferType"&&b.typeParameter.constraint)return!0}if(F==="checkType"&&f.type==="TSConditionalType")return!0;case"TSUnionType":case"TSIntersectionType":if((f.type==="TSUnionType"||f.type==="TSIntersectionType")&&f.types.length>1&&(!i.types||i.types.length>1))return!0;case"TSInferType":if(i.type==="TSInferType"&&f.type==="TSRestType")return!1;case"TSTypeOperator":return f.type==="TSArrayType"||f.type==="TSOptionalType"||f.type==="TSRestType"||F==="objectType"&&f.type==="TSIndexedAccessType"||f.type==="TSTypeOperator"||f.type==="TSTypeAnnotation"&&d.getParentNode(1).type.startsWith("TSJSDoc");case"TSTypeQuery":return F==="objectType"&&f.type==="TSIndexedAccessType"||F==="elementType"&&f.type==="TSArrayType";case"TypeofTypeAnnotation":return F==="objectType"&&(f.type==="IndexedAccessType"||f.type==="OptionalIndexedAccessType")||F==="elementType"&&f.type==="ArrayTypeAnnotation";case"ArrayTypeAnnotation":return f.type==="NullableTypeAnnotation";case"IntersectionTypeAnnotation":case"UnionTypeAnnotation":return f.type==="ArrayTypeAnnotation"||f.type==="NullableTypeAnnotation"||f.type==="IntersectionTypeAnnotation"||f.type==="UnionTypeAnnotation"||F==="objectType"&&(f.type==="IndexedAccessType"||f.type==="OptionalIndexedAccessType");case"NullableTypeAnnotation":return f.type==="ArrayTypeAnnotation"||F==="objectType"&&(f.type==="IndexedAccessType"||f.type==="OptionalIndexedAccessType");case"FunctionTypeAnnotation":{let b=f.type==="NullableTypeAnnotation"?d.getParentNode(1):f;return b.type==="UnionTypeAnnotation"||b.type==="IntersectionTypeAnnotation"||b.type==="ArrayTypeAnnotation"||F==="objectType"&&(b.type==="IndexedAccessType"||b.type==="OptionalIndexedAccessType")||b.type==="NullableTypeAnnotation"||f.type==="FunctionTypeParam"&&f.name===null&&s(i).some(S=>S.typeAnnotation&&S.typeAnnotation.type==="NullableTypeAnnotation")}case"OptionalIndexedAccessType":return F==="objectType"&&f.type==="IndexedAccessType";case"StringLiteral":case"NumericLiteral":case"Literal":if(typeof i.value=="string"&&f.type==="ExpressionStatement"&&!f.directive){let b=d.getParentNode(1);return b.type==="Program"||b.type==="BlockStatement"}return F==="object"&&f.type==="MemberExpression"&&typeof i.value=="number";case"AssignmentExpression":{let b=d.getParentNode(1);return F==="body"&&f.type==="ArrowFunctionExpression"?!0:F==="key"&&(f.type==="ClassProperty"||f.type==="PropertyDefinition")&&f.computed||(F==="init"||F==="update")&&f.type==="ForStatement"?!1:f.type==="ExpressionStatement"?i.left.type==="ObjectPattern":!(F==="key"&&f.type==="TSPropertySignature"||f.type==="AssignmentExpression"||f.type==="SequenceExpression"&&b&&b.type==="ForStatement"&&(b.init===f||b.update===f)||F==="value"&&f.type==="Property"&&b&&b.type==="ObjectPattern"&&b.properties.includes(f)||f.type==="NGChainedExpression")}case"ConditionalExpression":switch(f.type){case"TaggedTemplateExpression":case"UnaryExpression":case"SpreadElement":case"SpreadProperty":case"BinaryExpression":case"LogicalExpression":case"NGPipeExpression":case"ExportDefaultDeclaration":case"AwaitExpression":case"JSXSpreadAttribute":case"TSTypeAssertion":case"TypeCastExpression":case"TSAsExpression":case"TSSatisfiesExpression":case"TSNonNullExpression":return!0;case"NewExpression":case"CallExpression":case"OptionalCallExpression":return F==="callee";case"ConditionalExpression":return F==="test";case"MemberExpression":case"OptionalMemberExpression":return F==="object";default:return!1}case"FunctionExpression":switch(f.type){case"NewExpression":case"CallExpression":case"OptionalCallExpression":return F==="callee";case"TaggedTemplateExpression":return!0;default:return!1}case"ArrowFunctionExpression":switch(f.type){case"BinaryExpression":return f.operator!=="|>"||i.extra&&i.extra.parenthesized;case"NewExpression":case"CallExpression":case"OptionalCallExpression":return F==="callee";case"MemberExpression":case"OptionalMemberExpression":return F==="object";case"TSAsExpression":case"TSSatisfiesExpression":case"TSNonNullExpression":case"BindExpression":case"TaggedTemplateExpression":case"UnaryExpression":case"LogicalExpression":case"AwaitExpression":case"TSTypeAssertion":return!0;case"ConditionalExpression":return F==="test";default:return!1}case"ClassExpression":if(a(i.decorators))return!0;switch(f.type){case"NewExpression":return F==="callee";default:return!1}case"OptionalMemberExpression":case"OptionalCallExpression":{let b=d.getParentNode(1);if(F==="object"&&f.type==="MemberExpression"||F==="callee"&&(f.type==="CallExpression"||f.type==="NewExpression")||f.type==="TSNonNullExpression"&&b.type==="MemberExpression"&&b.object===f)return!0}case"CallExpression":case"MemberExpression":case"TaggedTemplateExpression":case"TSNonNullExpression":if(F==="callee"&&(f.type==="BindExpression"||f.type==="NewExpression")){let b=i;for(;b;)switch(b.type){case"CallExpression":case"OptionalCallExpression":return!0;case"MemberExpression":case"OptionalMemberExpression":case"BindExpression":b=b.object;break;case"TaggedTemplateExpression":b=b.tag;break;case"TSNonNullExpression":b=b.expression;break;default:return!1}}return!1;case"BindExpression":return F==="callee"&&(f.type==="BindExpression"||f.type==="NewExpression")||F==="object"&&D(f);case"NGPipeExpression":return!(f.type==="NGRoot"||f.type==="NGMicrosyntaxExpression"||f.type==="ObjectProperty"&&!(i.extra&&i.extra.parenthesized)||f.type==="ArrayExpression"||p(f)&&f.arguments[F]===i||F==="right"&&f.type==="NGPipeExpression"||F==="property"&&f.type==="MemberExpression"||f.type==="AssignmentExpression");case"JSXFragment":case"JSXElement":return F==="callee"||F==="left"&&f.type==="BinaryExpression"&&f.operator==="<"||f.type!=="ArrayExpression"&&f.type!=="ArrowFunctionExpression"&&f.type!=="AssignmentExpression"&&f.type!=="AssignmentPattern"&&f.type!=="BinaryExpression"&&f.type!=="NewExpression"&&f.type!=="ConditionalExpression"&&f.type!=="ExpressionStatement"&&f.type!=="JsExpressionRoot"&&f.type!=="JSXAttribute"&&f.type!=="JSXElement"&&f.type!=="JSXExpressionContainer"&&f.type!=="JSXFragment"&&f.type!=="LogicalExpression"&&!p(f)&&!C(f)&&f.type!=="ReturnStatement"&&f.type!=="ThrowStatement"&&f.type!=="TypeCastExpression"&&f.type!=="VariableDeclarator"&&f.type!=="YieldExpression";case"TypeAnnotation":return F==="returnType"&&f.type==="ArrowFunctionExpression"&&x(i)}return!1}function A(d){return d.type==="BlockStatement"||d.type==="BreakStatement"||d.type==="ClassBody"||d.type==="ClassDeclaration"||d.type==="ClassMethod"||d.type==="ClassProperty"||d.type==="PropertyDefinition"||d.type==="ClassPrivateProperty"||d.type==="ContinueStatement"||d.type==="DebuggerStatement"||d.type==="DeclareClass"||d.type==="DeclareExportAllDeclaration"||d.type==="DeclareExportDeclaration"||d.type==="DeclareFunction"||d.type==="DeclareInterface"||d.type==="DeclareModule"||d.type==="DeclareModuleExports"||d.type==="DeclareVariable"||d.type==="DoWhileStatement"||d.type==="EnumDeclaration"||d.type==="ExportAllDeclaration"||d.type==="ExportDefaultDeclaration"||d.type==="ExportNamedDeclaration"||d.type==="ExpressionStatement"||d.type==="ForInStatement"||d.type==="ForOfStatement"||d.type==="ForStatement"||d.type==="FunctionDeclaration"||d.type==="IfStatement"||d.type==="ImportDeclaration"||d.type==="InterfaceDeclaration"||d.type==="LabeledStatement"||d.type==="MethodDefinition"||d.type==="ReturnStatement"||d.type==="SwitchStatement"||d.type==="ThrowStatement"||d.type==="TryStatement"||d.type==="TSDeclareFunction"||d.type==="TSEnumDeclaration"||d.type==="TSImportEqualsDeclaration"||d.type==="TSInterfaceDeclaration"||d.type==="TSModuleDeclaration"||d.type==="TSNamespaceExportDeclaration"||d.type==="TypeAlias"||d.type==="VariableDeclaration"||d.type==="WhileStatement"||d.type==="WithStatement"}function N(d){let T=0,f=d.getValue();for(;f;){let F=d.getParentNode(T++);if(F&&F.type==="ForStatement"&&F.init===f)return!0;f=F}return!1}function x(d){return o(d,T=>T.type==="ObjectTypeAnnotation"&&o(T,f=>f.type==="FunctionTypeAnnotation"||void 0)||void 0)}function P(d){switch(d.type){case"ObjectExpression":return!0;default:return!1}}function _(d){let T=d.getValue(),f=d.getParentNode(),F=d.getName();switch(f.type){case"NGPipeExpression":if(typeof F=="number"&&f.arguments[F]===T&&f.arguments.length-1===F)return d.callParent(_);break;case"ObjectProperty":if(F==="value"){let i=d.getParentNode(1);return t(i.properties)===f}break;case"BinaryExpression":case"LogicalExpression":if(F==="right")return d.callParent(_);break;case"ConditionalExpression":if(F==="alternate")return d.callParent(_);break;case"UnaryExpression":if(f.prefix)return d.callParent(_);break}return!1}function J(d,T){let f=d.getValue(),F=d.getParentNode();return f.type==="FunctionExpression"||f.type==="ClassExpression"?F.type==="ExportDefaultDeclaration"||!k(d,T):!n(f)||F.type!=="ExportDefaultDeclaration"&&k(d,T)?!1:d.call(i=>J(i,T),...e(d,f))}l.exports=k}}),Is=$({"src/language-js/print-preprocess.js"(u,l){ue();function t(a,s){switch(s.parser){case"json":case"json5":case"json-stringify":case"__js_expression":case"__vue_expression":case"__vue_ts_expression":return Object.assign(Object.assign({},a),{},{type:s.parser.startsWith("__")?"JsExpressionRoot":"JsonRoot",node:a,comments:[],rootMarker:s.rootMarker});default:return a}}l.exports=t}}),Ea=$({"src/language-js/print/html-binding.js"(u,l){ue();var{builders:{join:t,line:a,group:s,softline:e,indent:r}}=wt();function n(c,y,m){let g=c.getValue();if(y.__onHtmlBindingRoot&&c.getName()===null&&y.__onHtmlBindingRoot(g,y),g.type==="File"){if(y.__isVueForBindingLeft)return c.call(p=>{let D=t([",",a],p.map(m,"params")),{params:C}=p.getValue();return C.length===1?D:["(",r([e,s(D)]),e,")"]},"program","body",0);if(y.__isVueBindings)return c.call(p=>t([",",a],p.map(m,"params")),"program","body",0)}}function o(c){switch(c.type){case"MemberExpression":switch(c.property.type){case"Identifier":case"NumericLiteral":case"StringLiteral":return o(c.object)}return!1;case"Identifier":return!0;default:return!1}}l.exports={isVueEventBindingExpression:o,printHtmlBinding:n}}}),as=$({"src/language-js/print/binaryish.js"(u,l){ue();var{printComments:t}=Qt(),{getLast:a}=Gt(),{builders:{join:s,line:e,softline:r,group:n,indent:o,align:c,indentIfBreak:y},utils:{cleanDoc:m,getDocParts:g,isConcat:p}}=wt(),{hasLeadingOwnLineComment:D,isBinaryish:C,isJsxNode:w,shouldFlatten:k,hasComment:A,CommentCheckFlags:N,isCallExpression:x,isMemberExpression:P,isObjectProperty:_,isEnabledHackPipeline:J}=ur(),d=0;function T(i,h,E){let b=i.getValue(),S=i.getParentNode(),B=i.getParentNode(1),I=b!==S.body&&(S.type==="IfStatement"||S.type==="WhileStatement"||S.type==="SwitchStatement"||S.type==="DoWhileStatement"),q=J(h)&&b.operator==="|>",G=f(i,E,h,!1,I);if(I)return G;if(q)return n(G);if(x(S)&&S.callee===b||S.type==="UnaryExpression"||P(S)&&!S.computed)return n([o([r,...G]),r]);let M=S.type==="ReturnStatement"||S.type==="ThrowStatement"||S.type==="JSXExpressionContainer"&&B.type==="JSXAttribute"||b.operator!=="|"&&S.type==="JsExpressionRoot"||b.type!=="NGPipeExpression"&&(S.type==="NGRoot"&&h.parser==="__ng_binding"||S.type==="NGMicrosyntaxExpression"&&B.type==="NGMicrosyntax"&&B.body.length===1)||b===S.body&&S.type==="ArrowFunctionExpression"||b!==S.body&&S.type==="ForStatement"||S.type==="ConditionalExpression"&&B.type!=="ReturnStatement"&&B.type!=="ThrowStatement"&&!x(B)||S.type==="TemplateLiteral",te=S.type==="AssignmentExpression"||S.type==="VariableDeclarator"||S.type==="ClassProperty"||S.type==="PropertyDefinition"||S.type==="TSAbstractPropertyDefinition"||S.type==="ClassPrivateProperty"||_(S),j=C(b.left)&&k(b.operator,b.left.operator);if(M||F(b)&&!j||!F(b)&&te)return n(G);if(G.length===0)return"";let De=w(b.right),U=G.findIndex(X=>typeof X!="string"&&!Array.isArray(X)&&X.type==="group"),R=G.slice(0,U===-1?1:U+1),pe=G.slice(R.length,De?-1:void 0),be=Symbol("logicalChain-"+ ++d),fe=n([...R,o(pe)],{id:be});if(!De)return fe;let Ie=a(G);return n([fe,y(Ie,{groupId:be})])}function f(i,h,E,b,S){let B=i.getValue();if(!C(B))return[n(h())];let I=[];k(B.operator,B.left.operator)?I=i.call(pe=>f(pe,h,E,!0,S),"left"):I.push(n(h("left")));let q=F(B),G=(B.operator==="|>"||B.type==="NGPipeExpression"||B.operator==="|"&&E.parser==="__vue_expression")&&!D(E.originalText,B.right),M=B.type==="NGPipeExpression"?"|":B.operator,te=B.type==="NGPipeExpression"&&B.arguments.length>0?n(o([e,": ",s([e,": "],i.map(h,"arguments").map(pe=>c(2,n(pe))))])):"",j;if(q)j=[M," ",h("right"),te];else{let pe=J(E)&&M==="|>"?i.call(be=>f(be,h,E,!0,S),"right"):h("right");j=[G?e:"",M,G?" ":e,pe,te]}let De=i.getParentNode(),U=A(B.left,N.Trailing|N.Line),R=U||!(S&&B.type==="LogicalExpression")&&De.type!==B.type&&B.left.type!==B.type&&B.right.type!==B.type;if(I.push(G?"":" ",R?n(j,{shouldBreak:U}):j),b&&A(B)){let pe=m(t(i,I,E));return p(pe)||pe.type==="fill"?g(pe):[pe]}return I}function F(i){return i.type!=="LogicalExpression"?!1:!!(i.right.type==="ObjectExpression"&&i.right.properties.length>0||i.right.type==="ArrayExpression"&&i.right.elements.length>0||w(i.right))}l.exports={printBinaryishExpression:T,shouldInlineLogicalExpression:F}}}),Ca=$({"src/language-js/print/angular.js"(u,l){ue();var{builders:{join:t,line:a,group:s}}=wt(),{hasNode:e,hasComment:r,getComments:n}=ur(),{printBinaryishExpression:o}=as();function c(g,p,D){let C=g.getValue();if(C.type.startsWith("NG"))switch(C.type){case"NGRoot":return[D("node"),r(C.node)?" //"+n(C.node)[0].value.trimEnd():""];case"NGPipeExpression":return o(g,p,D);case"NGChainedExpression":return s(t([";",a],g.map(w=>m(w)?D():["(",D(),")"],"expressions")));case"NGEmptyExpression":return"";case"NGQuotedExpression":return[C.prefix,": ",C.value.trim()];case"NGMicrosyntax":return g.map((w,k)=>[k===0?"":y(w.getValue(),k,C)?" ":[";",a],D()],"body");case"NGMicrosyntaxKey":return/^[$_a-z][\w$]*(?:-[$_a-z][\w$])*$/i.test(C.name)?C.name:JSON.stringify(C.name);case"NGMicrosyntaxExpression":return[D("expression"),C.alias===null?"":[" as ",D("alias")]];case"NGMicrosyntaxKeyedExpression":{let w=g.getName(),k=g.getParentNode(),A=y(C,w,k)||(w===1&&(C.key.name==="then"||C.key.name==="else")||w===2&&C.key.name==="else"&&k.body[w-1].type==="NGMicrosyntaxKeyedExpression"&&k.body[w-1].key.name==="then")&&k.body[0].type==="NGMicrosyntaxExpression";return[D("key"),A?" ":": ",D("expression")]}case"NGMicrosyntaxLet":return["let ",D("key"),C.value===null?"":[" = ",D("value")]];case"NGMicrosyntaxAs":return[D("key")," as ",D("alias")];default:throw new Error(`Unknown Angular node type: ${JSON.stringify(C.type)}.`)}}function y(g,p,D){return g.type==="NGMicrosyntaxKeyedExpression"&&g.key.name==="of"&&p===1&&D.body[0].type==="NGMicrosyntaxLet"&&D.body[0].value===null}function m(g){return e(g.getValue(),p=>{switch(p.type){case void 0:return!1;case"CallExpression":case"OptionalCallExpression":case"AssignmentExpression":return!0}})}l.exports={printAngular:c}}}),Fa=$({"src/language-js/print/jsx.js"(u,l){ue();var{printComments:t,printDanglingComments:a,printCommentsSeparately:s}=Qt(),{builders:{line:e,hardline:r,softline:n,group:o,indent:c,conditionalGroup:y,fill:m,ifBreak:g,lineSuffixBoundary:p,join:D},utils:{willBreak:C}}=wt(),{getLast:w,getPreferredQuote:k}=Gt(),{isJsxNode:A,rawText:N,isCallExpression:x,isStringLiteral:P,isBinaryish:_,hasComment:J,CommentCheckFlags:d,hasNodeIgnoreComment:T}=ur(),f=Ln(),{willPrintOwnComments:F}=Ps(),i=Q=>Q===""||Q===e||Q===r||Q===n;function h(Q,me,Ce){let Re=Q.getValue();if(Re.type==="JSXElement"&&we(Re))return[Ce("openingElement"),Ce("closingElement")];let Xe=Re.type==="JSXElement"?Ce("openingElement"):Ce("openingFragment"),Ye=Re.type==="JSXElement"?Ce("closingElement"):Ce("closingFragment");if(Re.children.length===1&&Re.children[0].type==="JSXExpressionContainer"&&(Re.children[0].expression.type==="TemplateLiteral"||Re.children[0].expression.type==="TaggedTemplateExpression"))return[Xe,...Q.map(Ce,"children"),Ye];Re.children=Re.children.map(v=>it(v)?{type:"JSXText",value:" ",raw:" "}:v);let Ct=Re.children.some(A),Rt=Re.children.filter(v=>v.type==="JSXExpressionContainer").length>1,It=Re.type==="JSXElement"&&Re.openingElement.attributes.length>1,Et=C(Xe)||Ct||It||Rt,bt=Q.getParentNode().rootMarker==="mdx",xe=me.singleQuote?"{' '}":'{" "}',H=bt?" ":g([xe,n]," "),ke=Re.openingElement&&Re.openingElement.name&&Re.openingElement.name.name==="fbt",oe=E(Q,me,Ce,H,ke),Be=Re.children.some(v=>_e(v));for(let v=oe.length-2;v>=0;v--){let K=oe[v]===""&&oe[v+1]==="",ye=oe[v]===r&&oe[v+1]===""&&oe[v+2]===r,ze=(oe[v]===n||oe[v]===r)&&oe[v+1]===""&&oe[v+2]===H,tt=oe[v]===H&&oe[v+1]===""&&(oe[v+2]===n||oe[v+2]===r),ht=oe[v]===H&&oe[v+1]===""&&oe[v+2]===H,Ke=oe[v]===n&&oe[v+1]===""&&oe[v+2]===r||oe[v]===r&&oe[v+1]===""&&oe[v+2]===n;ye&&Be||K||ze||ht||Ke?oe.splice(v,2):tt&&oe.splice(v+1,2)}for(;oe.length>0&&i(w(oe));)oe.pop();for(;oe.length>1&&i(oe[0])&&i(oe[1]);)oe.shift(),oe.shift();let pt=[];for(let[v,K]of oe.entries()){if(K===H){if(v===1&&oe[v-1]===""){if(oe.length===2){pt.push(xe);continue}pt.push([xe,r]);continue}else if(v===oe.length-1){pt.push(xe);continue}else if(oe[v-1]===""&&oe[v-2]===r){pt.push(xe);continue}}pt.push(K),C(K)&&(Et=!0)}let ut=Be?m(pt):o(pt,{shouldBreak:!0});if(bt)return ut;let Le=o([Xe,c([r,ut]),r,Ye]);return Et?Le:y([o([Xe,...oe,Ye]),Le])}function E(Q,me,Ce,Re,Xe){let Ye=[];return Q.each((Ct,Rt,It)=>{let Et=Ct.getValue();if(Et.type==="JSXText"){let bt=N(Et);if(_e(Et)){let xe=bt.split(Ie);if(xe[0]===""){if(Ye.push(""),xe.shift(),/\n/.test(xe[0])){let ke=It[Rt+1];Ye.push(S(Xe,xe[1],Et,ke))}else Ye.push(Re);xe.shift()}let H;if(w(xe)===""&&(xe.pop(),H=xe.pop()),xe.length===0)return;for(let[ke,oe]of xe.entries())ke%2===1?Ye.push(e):Ye.push(oe);if(H!==void 0)if(/\n/.test(H)){let ke=It[Rt+1];Ye.push(S(Xe,w(Ye),Et,ke))}else Ye.push(Re);else{let ke=It[Rt+1];Ye.push(b(Xe,w(Ye),Et,ke))}}else/\n/.test(bt)?bt.match(/\n/g).length>1&&Ye.push("",r):Ye.push("",Re)}else{let bt=Ce();Ye.push(bt);let xe=It[Rt+1];if(xe&&_e(xe)){let H=se(N(xe)).split(Ie)[0];Ye.push(b(Xe,H,Et,xe))}else Ye.push(r)}},"children"),Ye}function b(Q,me,Ce,Re){return Q?"":Ce.type==="JSXElement"&&!Ce.closingElement||Re&&Re.type==="JSXElement"&&!Re.closingElement?me.length===1?n:r:n}function S(Q,me,Ce,Re){return Q?r:me.length===1?Ce.type==="JSXElement"&&!Ce.closingElement||Re&&Re.type==="JSXElement"&&!Re.closingElement?r:n:r}function B(Q,me,Ce){let Re=Q.getParentNode();if(!Re||{ArrayExpression:!0,JSXAttribute:!0,JSXElement:!0,JSXExpressionContainer:!0,JSXFragment:!0,ExpressionStatement:!0,CallExpression:!0,OptionalCallExpression:!0,ConditionalExpression:!0,JsExpressionRoot:!0}[Re.type])return me;let Xe=Q.match(void 0,Ct=>Ct.type==="ArrowFunctionExpression",x,Ct=>Ct.type==="JSXExpressionContainer"),Ye=f(Q,Ce);return o([Ye?"":g("("),c([n,me]),n,Ye?"":g(")")],{shouldBreak:Xe})}function I(Q,me,Ce){let Re=Q.getValue(),Xe=[];if(Xe.push(Ce("name")),Re.value){let Ye;if(P(Re.value)){let Ct=N(Re.value).slice(1,-1).replace(/'/g,"'").replace(/"/g,'"'),{escaped:Rt,quote:It,regex:Et}=k(Ct,me.jsxSingleQuote?"'":'"');Ct=Ct.replace(Et,Rt);let{leading:bt,trailing:xe}=Q.call(()=>s(Q,me),"value");Ye=[bt,It,Ct,It,xe]}else Ye=Ce("value");Xe.push("=",Ye)}return Xe}function q(Q,me,Ce){let Re=Q.getValue(),Xe=(Ye,Ct)=>Ye.type==="JSXEmptyExpression"||!J(Ye)&&(Ye.type==="ArrayExpression"||Ye.type==="ObjectExpression"||Ye.type==="ArrowFunctionExpression"||Ye.type==="AwaitExpression"&&(Xe(Ye.argument,Ye)||Ye.argument.type==="JSXElement")||x(Ye)||Ye.type==="FunctionExpression"||Ye.type==="TemplateLiteral"||Ye.type==="TaggedTemplateExpression"||Ye.type==="DoExpression"||A(Ct)&&(Ye.type==="ConditionalExpression"||_(Ye)));return Xe(Re.expression,Q.getParentNode(0))?o(["{",Ce("expression"),p,"}"]):o(["{",c([n,Ce("expression")]),n,p,"}"])}function G(Q,me,Ce){let Re=Q.getValue(),Xe=Re.name&&J(Re.name)||Re.typeParameters&&J(Re.typeParameters);if(Re.selfClosing&&Re.attributes.length===0&&!Xe)return["<",Ce("name"),Ce("typeParameters")," />"];if(Re.attributes&&Re.attributes.length===1&&Re.attributes[0].value&&P(Re.attributes[0].value)&&!Re.attributes[0].value.value.includes(` +`)&&!Xe&&!J(Re.attributes[0]))return o(["<",Ce("name"),Ce("typeParameters")," ",...Q.map(Ce,"attributes"),Re.selfClosing?" />":">"]);let Ye=Re.attributes&&Re.attributes.some(Rt=>Rt.value&&P(Rt.value)&&Rt.value.value.includes(` +`)),Ct=me.singleAttributePerLine&&Re.attributes.length>1?r:e;return o(["<",Ce("name"),Ce("typeParameters"),c(Q.map(()=>[Ct,Ce()],"attributes")),...M(Re,me,Xe)],{shouldBreak:Ye})}function M(Q,me,Ce){return Q.selfClosing?[e,"/>"]:te(Q,me,Ce)?[">"]:[n,">"]}function te(Q,me,Ce){let Re=Q.attributes.length>0&&J(w(Q.attributes),d.Trailing);return Q.attributes.length===0&&!Ce||(me.bracketSameLine||me.jsxBracketSameLine)&&(!Ce||Q.attributes.length>0)&&!Re}function j(Q,me,Ce){let Re=Q.getValue(),Xe=[];Xe.push(""),Xe}function De(Q,me){let Ce=Q.getValue(),Re=J(Ce),Xe=J(Ce,d.Line),Ye=Ce.type==="JSXOpeningFragment";return[Ye?"<":""]}function U(Q,me,Ce){let Re=t(Q,h(Q,me,Ce),me);return B(Q,Re,me)}function R(Q,me){let Ce=Q.getValue(),Re=J(Ce,d.Line);return[a(Q,me,!Re),Re?r:""]}function pe(Q,me,Ce){let Re=Q.getValue();return["{",Q.call(Xe=>{let Ye=["...",Ce()],Ct=Xe.getValue();return!J(Ct)||!F(Xe)?Ye:[c([n,t(Xe,Ye,me)]),n]},Re.type==="JSXSpreadAttribute"?"argument":"expression"),"}"]}function be(Q,me,Ce){let Re=Q.getValue();if(Re.type.startsWith("JSX"))switch(Re.type){case"JSXAttribute":return I(Q,me,Ce);case"JSXIdentifier":return String(Re.name);case"JSXNamespacedName":return D(":",[Ce("namespace"),Ce("name")]);case"JSXMemberExpression":return D(".",[Ce("object"),Ce("property")]);case"JSXSpreadAttribute":return pe(Q,me,Ce);case"JSXSpreadChild":return pe(Q,me,Ce);case"JSXExpressionContainer":return q(Q,me,Ce);case"JSXFragment":case"JSXElement":return U(Q,me,Ce);case"JSXOpeningElement":return G(Q,me,Ce);case"JSXClosingElement":return j(Q,me,Ce);case"JSXOpeningFragment":case"JSXClosingFragment":return De(Q,me);case"JSXEmptyExpression":return R(Q,me);case"JSXText":throw new Error("JSXText should be handled by JSXElement");default:throw new Error(`Unknown JSX node type: ${JSON.stringify(Re.type)}.`)}}var fe=` +\r `,Ie=new RegExp("(["+fe+"]+)"),X=new RegExp("[^"+fe+"]"),se=Q=>Q.replace(new RegExp("(?:^"+Ie.source+"|"+Ie.source+"$)"),"");function we(Q){if(Q.children.length===0)return!0;if(Q.children.length>1)return!1;let me=Q.children[0];return me.type==="JSXText"&&!_e(me)}function _e(Q){return Q.type==="JSXText"&&(X.test(N(Q))||!/\n/.test(N(Q)))}function it(Q){return Q.type==="JSXExpressionContainer"&&P(Q.expression)&&Q.expression.value===" "&&!J(Q.expression)}function ae(Q){let me=Q.getValue(),Ce=Q.getParentNode();if(!Ce||!me||!A(me)||!A(Ce))return!1;let Re=Ce.children.indexOf(me),Xe=null;for(let Ye=Re;Ye>0;Ye--){let Ct=Ce.children[Ye-1];if(!(Ct.type==="JSXText"&&!_e(Ct))){Xe=Ct;break}}return Xe&&Xe.type==="JSXExpressionContainer"&&Xe.expression.type==="JSXEmptyExpression"&&T(Xe.expression)}l.exports={hasJsxIgnoreComment:ae,printJsx:be}}}),qr=$({"src/language-js/print/misc.js"(u,l){ue();var{isNonEmptyArray:t}=Gt(),{builders:{indent:a,join:s,line:e}}=wt(),{isFlowAnnotationComment:r}=ur();function n(w){let k=w.getValue();return!k.optional||k.type==="Identifier"&&k===w.getParentNode().key?"":k.type==="OptionalCallExpression"||k.type==="OptionalMemberExpression"&&k.computed?"?.":"?"}function o(w){return w.getValue().definite||w.match(void 0,(k,A)=>A==="id"&&k.type==="VariableDeclarator"&&k.definite)?"!":""}function c(w,k,A){let N=w.getValue();return N.typeArguments?A("typeArguments"):N.typeParameters?A("typeParameters"):""}function y(w,k,A){let N=w.getValue();if(!N.typeAnnotation)return"";let x=w.getParentNode(),P=x.type==="DeclareFunction"&&x.id===N;return r(k.originalText,N.typeAnnotation)?[" /*: ",A("typeAnnotation")," */"]:[P?"":": ",A("typeAnnotation")]}function m(w,k,A){return["::",A("callee")]}function g(w,k,A){let N=w.getValue();return t(N.modifiers)?[s(" ",w.map(A,"modifiers"))," "]:""}function p(w,k,A){return w.type==="EmptyStatement"?";":w.type==="BlockStatement"||A?[" ",k]:a([e,k])}function D(w,k,A){return["...",A("argument"),y(w,k,A)]}function C(w,k){let A=w.slice(1,-1);if(A.includes('"')||A.includes("'"))return w;let N=k.singleQuote?"'":'"';return N+A+N}l.exports={printOptionalToken:n,printDefiniteToken:o,printFunctionTypeParameters:c,printBindExpressionCallee:m,printTypeScriptModifiers:g,printTypeAnnotation:y,printRestSpread:D,adjustClause:p,printDirective:C}}}),Du=$({"src/language-js/print/array.js"(u,l){ue();var{printDanglingComments:t}=Qt(),{builders:{line:a,softline:s,hardline:e,group:r,indent:n,ifBreak:o,fill:c}}=wt(),{getLast:y,hasNewline:m}=Gt(),{shouldPrintComma:g,hasComment:p,CommentCheckFlags:D,isNextLineEmpty:C,isNumericLiteral:w,isSignedNumericLiteral:k}=ur(),{locStart:A}=or(),{printOptionalToken:N,printTypeAnnotation:x}=qr();function P(T,f,F){let i=T.getValue(),h=[],E=i.type==="TupleExpression"?"#[":"[",b="]";if(i.elements.length===0)p(i,D.Dangling)?h.push(r([E,t(T,f),s,b])):h.push(E,b);else{let S=y(i.elements),B=!(S&&S.type==="RestElement"),I=S===null,q=Symbol("array"),G=!f.__inJestEach&&i.elements.length>1&&i.elements.every((j,De,U)=>{let R=j&&j.type;if(R!=="ArrayExpression"&&R!=="ObjectExpression")return!1;let pe=U[De+1];if(pe&&R!==pe.type)return!1;let be=R==="ArrayExpression"?"elements":"properties";return j[be]&&j[be].length>1}),M=_(i,f),te=B?I?",":g(f)?M?o(",","",{groupId:q}):o(","):"":"";h.push(r([E,n([s,M?d(T,f,F,te):[J(T,f,"elements",F),te],t(T,f,!0)]),s,b],{shouldBreak:G,id:q}))}return h.push(N(T),x(T,f,F)),h}function _(T,f){return T.elements.length>1&&T.elements.every(F=>F&&(w(F)||k(F)&&!p(F.argument))&&!p(F,D.Trailing|D.Line,i=>!m(f.originalText,A(i),{backwards:!0})))}function J(T,f,F,i){let h=[],E=[];return T.each(b=>{h.push(E,r(i())),E=[",",a],b.getValue()&&C(b.getValue(),f)&&E.push(s)},F),h}function d(T,f,F,i){let h=[];return T.each((E,b,S)=>{let B=b===S.length-1;h.push([F(),B?i:","]),B||h.push(C(E.getValue(),f)?[e,e]:p(S[b+1],D.Leading|D.Line)?e:a)},"elements"),c(h)}l.exports={printArray:P,printArrayItems:J,isConciselyPrintedArray:_}}}),js=$({"src/language-js/print/call-arguments.js"(u,l){ue();var{printDanglingComments:t}=Qt(),{getLast:a,getPenultimate:s}=Gt(),{getFunctionParameters:e,hasComment:r,CommentCheckFlags:n,isFunctionCompositionArgs:o,isJsxNode:c,isLongCurriedCallExpression:y,shouldPrintComma:m,getCallArguments:g,iterateCallArgumentsPath:p,isNextLineEmpty:D,isCallExpression:C,isStringLiteral:w,isObjectProperty:k,isTSTypeExpression:A}=ur(),{builders:{line:N,hardline:x,softline:P,group:_,indent:J,conditionalGroup:d,ifBreak:T,breakParent:f},utils:{willBreak:F}}=wt(),{ArgExpansionBailout:i}=Fn(),{isConciselyPrintedArray:h}=Du();function E(M,te,j){let De=M.getValue(),U=De.type==="ImportExpression",R=g(De);if(R.length===0)return["(",t(M,te,!0),")"];if(I(R))return["(",j(["arguments",0]),", ",j(["arguments",1]),")"];let pe=!1,be=!1,fe=R.length-1,Ie=[];p(M,(ae,Q)=>{let me=ae.getNode(),Ce=[j()];Q===fe||(D(me,te)?(Q===0&&(be=!0),pe=!0,Ce.push(",",x,x)):Ce.push(",",N)),Ie.push(Ce)});let X=!(U||De.callee&&De.callee.type==="Import")&&m(te,"all")?",":"";function se(){return _(["(",J([N,...Ie]),X,N,")"],{shouldBreak:!0})}if(pe||M.getParentNode().type!=="Decorator"&&o(R))return se();let we=B(R),_e=S(R,te);if(we||_e){if(we?Ie.slice(1).some(F):Ie.slice(0,-1).some(F))return se();let ae=[];try{M.try(()=>{p(M,(Q,me)=>{we&&me===0&&(ae=[[j([],{expandFirstArg:!0}),Ie.length>1?",":"",be?x:N,be?x:""],...Ie.slice(1)]),_e&&me===fe&&(ae=[...Ie.slice(0,-1),j([],{expandLastArg:!0})])})})}catch(Q){if(Q instanceof i)return se();throw Q}return[Ie.some(F)?f:"",d([["(",...ae,")"],we?["(",_(ae[0],{shouldBreak:!0}),...ae.slice(1),")"]:["(",...Ie.slice(0,-1),_(a(ae),{shouldBreak:!0}),")"],se()])]}let it=["(",J([P,...Ie]),T(X),P,")"];return y(M)?it:_(it,{shouldBreak:Ie.some(F)||pe})}function b(M){let te=arguments.length>1&&arguments[1]!==void 0?arguments[1]:!1;return M.type==="ObjectExpression"&&(M.properties.length>0||r(M))||M.type==="ArrayExpression"&&(M.elements.length>0||r(M))||M.type==="TSTypeAssertion"&&b(M.expression)||A(M)&&b(M.expression)||M.type==="FunctionExpression"||M.type==="ArrowFunctionExpression"&&(!M.returnType||!M.returnType.typeAnnotation||M.returnType.typeAnnotation.type!=="TSTypeReference"||q(M.body))&&(M.body.type==="BlockStatement"||M.body.type==="ArrowFunctionExpression"&&b(M.body,!0)||M.body.type==="ObjectExpression"||M.body.type==="ArrayExpression"||!te&&(C(M.body)||M.body.type==="ConditionalExpression")||c(M.body))||M.type==="DoExpression"||M.type==="ModuleExpression"}function S(M,te){let j=a(M),De=s(M);return!r(j,n.Leading)&&!r(j,n.Trailing)&&b(j)&&(!De||De.type!==j.type)&&(M.length!==2||De.type!=="ArrowFunctionExpression"||j.type!=="ArrayExpression")&&!(M.length>1&&j.type==="ArrayExpression"&&h(j,te))}function B(M){if(M.length!==2)return!1;let[te,j]=M;return te.type==="ModuleExpression"&&G(j)?!0:!r(te)&&(te.type==="FunctionExpression"||te.type==="ArrowFunctionExpression"&&te.body.type==="BlockStatement")&&j.type!=="FunctionExpression"&&j.type!=="ArrowFunctionExpression"&&j.type!=="ConditionalExpression"&&!b(j)}function I(M){return M.length===2&&M[0].type==="ArrowFunctionExpression"&&e(M[0]).length===0&&M[0].body.type==="BlockStatement"&&M[1].type==="ArrayExpression"&&!M.some(te=>r(te))}function q(M){return M.type==="BlockStatement"&&(M.body.some(te=>te.type!=="EmptyStatement")||r(M,n.Dangling))}function G(M){return M.type==="ObjectExpression"&&M.properties.length===1&&k(M.properties[0])&&M.properties[0].key.type==="Identifier"&&M.properties[0].key.name==="type"&&w(M.properties[0].value)&&M.properties[0].value.value==="module"}l.exports=E}}),Ls=$({"src/language-js/print/member.js"(u,l){ue();var{builders:{softline:t,group:a,indent:s,label:e}}=wt(),{isNumericLiteral:r,isMemberExpression:n,isCallExpression:o}=ur(),{printOptionalToken:c}=qr();function y(g,p,D){let C=g.getValue(),w=g.getParentNode(),k,A=0;do k=g.getParentNode(A),A++;while(k&&(n(k)||k.type==="TSNonNullExpression"));let N=D("object"),x=m(g,p,D),P=k&&(k.type==="NewExpression"||k.type==="BindExpression"||k.type==="AssignmentExpression"&&k.left.type!=="Identifier")||C.computed||C.object.type==="Identifier"&&C.property.type==="Identifier"&&!n(w)||(w.type==="AssignmentExpression"||w.type==="VariableDeclarator")&&(o(C.object)&&C.object.arguments.length>0||C.object.type==="TSNonNullExpression"&&o(C.object.expression)&&C.object.expression.arguments.length>0||N.label==="member-chain");return e(N.label==="member-chain"?"member-chain":"member",[N,P?x:a(s([t,x]))])}function m(g,p,D){let C=D("property"),w=g.getValue(),k=c(g);return w.computed?!w.property||r(w.property)?[k,"[",C,"]"]:a([k,"[",s([t,C]),t,"]"]):[k,".",C]}l.exports={printMemberExpression:y,printMemberLookup:m}}}),Aa=$({"src/language-js/print/member-chain.js"(u,l){ue();var{printComments:t}=Qt(),{getLast:a,isNextLineEmptyAfterIndex:s,getNextNonSpaceNonCommentCharacterIndex:e}=Gt(),r=Ln(),{isCallExpression:n,isMemberExpression:o,isFunctionOrArrowExpression:c,isLongCurriedCallExpression:y,isMemberish:m,isNumericLiteral:g,isSimpleCallArgument:p,hasComment:D,CommentCheckFlags:C,isNextLineEmpty:w}=ur(),{locEnd:k}=or(),{builders:{join:A,hardline:N,group:x,indent:P,conditionalGroup:_,breakParent:J,label:d},utils:{willBreak:T}}=wt(),f=js(),{printMemberLookup:F}=Ls(),{printOptionalToken:i,printFunctionTypeParameters:h,printBindExpressionCallee:E}=qr();function b(S,B,I){let q=S.getParentNode(),G=!q||q.type==="ExpressionStatement",M=[];function te(Et){let{originalText:bt}=B,xe=e(bt,Et,k);return bt.charAt(xe)===")"?xe!==!1&&s(bt,xe+1):w(Et,B)}function j(Et){let bt=Et.getValue();n(bt)&&(m(bt.callee)||n(bt.callee))?(M.unshift({node:bt,printed:[t(Et,[i(Et),h(Et,B,I),f(Et,B,I)],B),te(bt)?N:""]}),Et.call(xe=>j(xe),"callee")):m(bt)?(M.unshift({node:bt,needsParens:r(Et,B),printed:t(Et,o(bt)?F(Et,B,I):E(Et,B,I),B)}),Et.call(xe=>j(xe),"object")):bt.type==="TSNonNullExpression"?(M.unshift({node:bt,printed:t(Et,"!",B)}),Et.call(xe=>j(xe),"expression")):M.unshift({node:bt,printed:I()})}let De=S.getValue();M.unshift({node:De,printed:[i(S),h(S,B,I),f(S,B,I)]}),De.callee&&S.call(Et=>j(Et),"callee");let U=[],R=[M[0]],pe=1;for(;pe0&&U.push(R);function fe(Et){return/^[A-Z]|^[$_]+$/.test(Et)}function Ie(Et){return Et.length<=B.tabWidth}function X(Et){let bt=Et[1].length>0&&Et[1][0].node.computed;if(Et[0].length===1){let H=Et[0][0].node;return H.type==="ThisExpression"||H.type==="Identifier"&&(fe(H.name)||G&&Ie(H.name)||bt)}let xe=a(Et[0]).node;return o(xe)&&xe.property.type==="Identifier"&&(fe(xe.property.name)||bt)}let se=U.length>=2&&!D(U[1][0].node)&&X(U);function we(Et){let bt=Et.map(xe=>xe.printed);return Et.length>0&&a(Et).needsParens?["(",...bt,")"]:bt}function _e(Et){return Et.length===0?"":P(x([N,A(N,Et.map(we))]))}let it=U.map(we),ae=it,Q=se?3:2,me=U.flat(),Ce=me.slice(1,-1).some(Et=>D(Et.node,C.Leading))||me.slice(0,-1).some(Et=>D(Et.node,C.Trailing))||U[Q]&&D(U[Q][0].node,C.Leading);if(U.length<=Q&&!Ce)return y(S)?ae:x(ae);let Re=a(U[se?1:0]).node,Xe=!n(Re)&&te(Re),Ye=[we(U[0]),se?U.slice(1,2).map(we):"",Xe?N:"",_e(U.slice(se?2:1))],Ct=M.map(Et=>{let{node:bt}=Et;return bt}).filter(n);function Rt(){let Et=a(a(U)).node,bt=a(it);return n(Et)&&T(bt)&&Ct.slice(0,-1).some(xe=>xe.arguments.some(c))}let It;return Ce||Ct.length>2&&Ct.some(Et=>!Et.arguments.every(bt=>p(bt,0)))||it.slice(0,-1).some(T)||Rt()?It=x(Ye):It=[T(ae)||Xe?J:"",_([ae,Ye])],d("member-chain",It)}l.exports=b}}),Os=$({"src/language-js/print/call-expression.js"(u,l){ue();var{builders:{join:t,group:a}}=wt(),s=Ln(),{getCallArguments:e,hasFlowAnnotationComment:r,isCallExpression:n,isMemberish:o,isStringLiteral:c,isTemplateOnItsOwnLine:y,isTestCall:m,iterateCallArgumentsPath:g}=ur(),p=Aa(),D=js(),{printOptionalToken:C,printFunctionTypeParameters:w}=qr();function k(N,x,P){let _=N.getValue(),J=N.getParentNode(),d=_.type==="NewExpression",T=_.type==="ImportExpression",f=C(N),F=e(_);if(F.length>0&&(!T&&!d&&A(_,J)||F.length===1&&y(F[0],x.originalText)||!d&&m(_,J))){let E=[];return g(N,()=>{E.push(P())}),[d?"new ":"",P("callee"),f,w(N,x,P),"(",t(", ",E),")"]}let i=(x.parser==="babel"||x.parser==="babel-flow")&&_.callee&&_.callee.type==="Identifier"&&r(_.callee.trailingComments);if(i&&(_.callee.trailingComments[0].printed=!0),!T&&!d&&o(_.callee)&&!N.call(E=>s(E,x),"callee"))return p(N,x,P);let h=[d?"new ":"",T?"import":P("callee"),f,i?`/*:: ${_.callee.trailingComments[0].value.slice(2).trim()} */`:"",w(N,x,P),D(N,x,P)];return T||n(_.callee)?a(h):h}function A(N,x){if(N.callee.type!=="Identifier")return!1;if(N.callee.name==="require")return!0;if(N.callee.name==="define"){let P=e(N);return x.type==="ExpressionStatement"&&(P.length===1||P.length===2&&P[0].type==="ArrayExpression"||P.length===3&&c(P[0])&&P[1].type==="ArrayExpression")}return!1}l.exports={printCallExpression:k}}}),du=$({"src/language-js/print/assignment.js"(u,l){ue();var{isNonEmptyArray:t,getStringWidth:a}=Gt(),{builders:{line:s,group:e,indent:r,indentIfBreak:n,lineSuffixBoundary:o},utils:{cleanDoc:c,willBreak:y,canBreak:m}}=wt(),{hasLeadingOwnLineComment:g,isBinaryish:p,isStringLiteral:D,isLiteral:C,isNumericLiteral:w,isCallExpression:k,isMemberExpression:A,getCallArguments:N,rawText:x,hasComment:P,isSignedNumericLiteral:_,isObjectProperty:J}=ur(),{shouldInlineLogicalExpression:d}=as(),{printCallExpression:T}=Os();function f(X,se,we,_e,it,ae){let Q=h(X,se,we,_e,ae),me=we(ae,{assignmentLayout:Q});switch(Q){case"break-after-operator":return e([e(_e),it,e(r([s,me]))]);case"never-break-after-operator":return e([e(_e),it," ",me]);case"fluid":{let Ce=Symbol("assignment");return e([e(_e),it,e(r(s),{id:Ce}),o,n(me,{groupId:Ce})])}case"break-lhs":return e([_e,it," ",e(me)]);case"chain":return[e(_e),it,s,me];case"chain-tail":return[e(_e),it,r([s,me])];case"chain-tail-arrow-chain":return[e(_e),it,me];case"only-left":return _e}}function F(X,se,we){let _e=X.getValue();return f(X,se,we,we("left"),[" ",_e.operator],"right")}function i(X,se,we){return f(X,se,we,we("id")," =","init")}function h(X,se,we,_e,it){let ae=X.getValue(),Q=ae[it];if(!Q)return"only-left";let me=!S(Q);if(X.match(S,B,Re=>!me||Re.type!=="ExpressionStatement"&&Re.type!=="VariableDeclaration"))return me?Q.type==="ArrowFunctionExpression"&&Q.body.type==="ArrowFunctionExpression"?"chain-tail-arrow-chain":"chain-tail":"chain";if(!me&&S(Q.right)||g(se.originalText,Q))return"break-after-operator";if(Q.type==="CallExpression"&&Q.callee.name==="require"||se.parser==="json5"||se.parser==="json")return"never-break-after-operator";if(b(ae)||I(ae)||M(ae)||te(ae)&&m(_e))return"break-lhs";let Ce=be(ae,_e,se);return X.call(()=>E(X,se,we,Ce),it)?"break-after-operator":Ce||Q.type==="TemplateLiteral"||Q.type==="TaggedTemplateExpression"||Q.type==="BooleanLiteral"||w(Q)||Q.type==="ClassExpression"?"never-break-after-operator":"fluid"}function E(X,se,we,_e){let it=X.getValue();if(p(it)&&!d(it))return!0;switch(it.type){case"StringLiteralTypeAnnotation":case"SequenceExpression":return!0;case"ConditionalExpression":{let{test:me}=it;return p(me)&&!d(me)}case"ClassExpression":return t(it.decorators)}if(_e)return!1;let ae=it,Q=[];for(;;)if(ae.type==="UnaryExpression")ae=ae.argument,Q.push("argument");else if(ae.type==="TSNonNullExpression")ae=ae.expression,Q.push("expression");else break;return!!(D(ae)||X.call(()=>U(X,se,we),...Q))}function b(X){if(B(X)){let se=X.left||X.id;return se.type==="ObjectPattern"&&se.properties.length>2&&se.properties.some(we=>J(we)&&(!we.shorthand||we.value&&we.value.type==="AssignmentPattern"))}return!1}function S(X){return X.type==="AssignmentExpression"}function B(X){return S(X)||X.type==="VariableDeclarator"}function I(X){let se=q(X);if(t(se)){let we=X.type==="TSTypeAliasDeclaration"?"constraint":"bound";if(se.length>1&&se.some(_e=>_e[we]||_e.default))return!0}return!1}function q(X){return G(X)&&X.typeParameters&&X.typeParameters.params?X.typeParameters.params:null}function G(X){return X.type==="TSTypeAliasDeclaration"||X.type==="TypeAlias"}function M(X){if(X.type!=="VariableDeclarator")return!1;let{typeAnnotation:se}=X.id;if(!se||!se.typeAnnotation)return!1;let we=j(se.typeAnnotation);return t(we)&&we.length>1&&we.some(_e=>t(j(_e))||_e.type==="TSConditionalType")}function te(X){return X.type==="VariableDeclarator"&&X.init&&X.init.type==="ArrowFunctionExpression"}function j(X){return De(X)&&X.typeParameters&&X.typeParameters.params?X.typeParameters.params:null}function De(X){return X.type==="TSTypeReference"||X.type==="GenericTypeAnnotation"}function U(X,se,we){let _e=arguments.length>3&&arguments[3]!==void 0?arguments[3]:!1,it=X.getValue(),ae=()=>U(X,se,we,!0);if(it.type==="TSNonNullExpression")return X.call(ae,"expression");if(k(it)){if(T(X,se,we).label==="member-chain")return!1;let Q=N(it);return!(Q.length===0||Q.length===1&&pe(Q[0],se))||fe(it,we)?!1:X.call(ae,"callee")}return A(it)?X.call(ae,"object"):_e&&(it.type==="Identifier"||it.type==="ThisExpression")}var R=.25;function pe(X,se){let{printWidth:we}=se;if(P(X))return!1;let _e=we*R;if(X.type==="ThisExpression"||X.type==="Identifier"&&X.name.length<=_e||_(X)&&!P(X.argument))return!0;let it=X.type==="Literal"&&"regex"in X&&X.regex.pattern||X.type==="RegExpLiteral"&&X.pattern;return it?it.length<=_e:D(X)?x(X).length<=_e:X.type==="TemplateLiteral"?X.expressions.length===0&&X.quasis[0].value.raw.length<=_e&&!X.quasis[0].value.raw.includes(` +`):C(X)}function be(X,se,we){if(!J(X))return!1;se=c(se);let _e=3;return typeof se=="string"&&a(se)1)return!0;if(we.length===1){let it=we[0];if(it.type==="TSUnionType"||it.type==="UnionTypeAnnotation"||it.type==="TSIntersectionType"||it.type==="IntersectionTypeAnnotation"||it.type==="TSTypeLiteral"||it.type==="ObjectTypeAnnotation")return!0}let _e=X.typeParameters?"typeParameters":"typeArguments";if(y(se(_e)))return!0}return!1}function Ie(X){return X.typeParameters&&X.typeParameters.params||X.typeArguments&&X.typeArguments.params}l.exports={printVariableDeclarator:i,printAssignmentExpression:F,printAssignment:f,isArrowFunctionVariableDeclarator:te}}}),Zu=$({"src/language-js/print/function-parameters.js"(u,l){ue();var{getNextNonSpaceNonCommentCharacter:t}=Gt(),{printDanglingComments:a}=Qt(),{builders:{line:s,hardline:e,softline:r,group:n,indent:o,ifBreak:c},utils:{removeLines:y,willBreak:m}}=wt(),{getFunctionParameters:g,iterateFunctionParametersPath:p,isSimpleType:D,isTestCall:C,isTypeAnnotationAFunction:w,isObjectType:k,isObjectTypePropertyAFunction:A,hasRestParameter:N,shouldPrintComma:x,hasComment:P,isNextLineEmpty:_}=ur(),{locEnd:J}=or(),{ArgExpansionBailout:d}=Fn(),{printFunctionTypeParameters:T}=qr();function f(E,b,S,B,I){let q=E.getValue(),G=g(q),M=I?T(E,S,b):"";if(G.length===0)return[M,"(",a(E,S,!0,pe=>t(S.originalText,pe,J)===")"),")"];let te=E.getParentNode(),j=C(te),De=F(q),U=[];if(p(E,(pe,be)=>{let fe=be===G.length-1;fe&&q.rest&&U.push("..."),U.push(b()),!fe&&(U.push(","),j||De?U.push(" "):_(G[be],S)?U.push(e,e):U.push(s))}),B){if(m(M)||m(U))throw new d;return n([y(M),"(",y(U),")"])}let R=G.every(pe=>!pe.decorators);return De&&R?[M,"(",...U,")"]:j?[M,"(",...U,")"]:(A(te)||w(te)||te.type==="TypeAlias"||te.type==="UnionTypeAnnotation"||te.type==="TSUnionType"||te.type==="IntersectionTypeAnnotation"||te.type==="FunctionTypeAnnotation"&&te.returnType===q)&&G.length===1&&G[0].name===null&&q.this!==G[0]&&G[0].typeAnnotation&&q.typeParameters===null&&D(G[0].typeAnnotation)&&!q.rest?S.arrowParens==="always"?["(",...U,")"]:U:[M,"(",o([r,...U]),c(!N(q)&&x(S,"all")?",":""),r,")"]}function F(E){if(!E)return!1;let b=g(E);if(b.length!==1)return!1;let[S]=b;return!P(S)&&(S.type==="ObjectPattern"||S.type==="ArrayPattern"||S.type==="Identifier"&&S.typeAnnotation&&(S.typeAnnotation.type==="TypeAnnotation"||S.typeAnnotation.type==="TSTypeAnnotation")&&k(S.typeAnnotation.typeAnnotation)||S.type==="FunctionTypeParam"&&k(S.typeAnnotation)||S.type==="AssignmentPattern"&&(S.left.type==="ObjectPattern"||S.left.type==="ArrayPattern")&&(S.right.type==="Identifier"||S.right.type==="ObjectExpression"&&S.right.properties.length===0||S.right.type==="ArrayExpression"&&S.right.elements.length===0))}function i(E){let b;return E.returnType?(b=E.returnType,b.typeAnnotation&&(b=b.typeAnnotation)):E.typeAnnotation&&(b=E.typeAnnotation),b}function h(E,b){let S=i(E);if(!S)return!1;let B=E.typeParameters&&E.typeParameters.params;if(B){if(B.length>1)return!1;if(B.length===1){let I=B[0];if(I.constraint||I.default)return!1}}return g(E).length===1&&(k(S)||m(b))}l.exports={printFunctionParameters:f,shouldHugFunctionParameters:F,shouldGroupFunctionParameters:h}}}),ei=$({"src/language-js/print/type-annotation.js"(u,l){ue();var{printComments:t,printDanglingComments:a}=Qt(),{isNonEmptyArray:s}=Gt(),{builders:{group:e,join:r,line:n,softline:o,indent:c,align:y,ifBreak:m}}=wt(),g=Ln(),{locStart:p}=or(),{isSimpleType:D,isObjectType:C,hasLeadingOwnLineComment:w,isObjectTypePropertyAFunction:k,shouldPrintComma:A}=ur(),{printAssignment:N}=du(),{printFunctionParameters:x,shouldGroupFunctionParameters:P}=Zu(),{printArrayItems:_}=Du();function J(S){if(D(S)||C(S))return!0;if(S.type==="UnionTypeAnnotation"||S.type==="TSUnionType"){let B=S.types.filter(q=>q.type==="VoidTypeAnnotation"||q.type==="TSVoidKeyword"||q.type==="NullLiteralTypeAnnotation"||q.type==="TSNullKeyword").length,I=S.types.some(q=>q.type==="ObjectTypeAnnotation"||q.type==="TSTypeLiteral"||q.type==="GenericTypeAnnotation"||q.type==="TSTypeReference");if(S.types.length-1===B&&I)return!0}return!1}function d(S,B,I){let q=B.semi?";":"",G=S.getValue(),M=[];return M.push("opaque type ",I("id"),I("typeParameters")),G.supertype&&M.push(": ",I("supertype")),G.impltype&&M.push(" = ",I("impltype")),M.push(q),M}function T(S,B,I){let q=B.semi?";":"",G=S.getValue(),M=[];G.declare&&M.push("declare "),M.push("type ",I("id"),I("typeParameters"));let te=G.type==="TSTypeAliasDeclaration"?"typeAnnotation":"right";return[N(S,B,I,M," =",te),q]}function f(S,B,I){let q=S.getValue(),G=S.map(I,"types"),M=[],te=!1;for(let j=0;j1&&(te=!0),M.push(" & ",j>1?c(G[j]):G[j]));return e(M)}function F(S,B,I){let q=S.getValue(),G=S.getParentNode(),M=G.type!=="TypeParameterInstantiation"&&G.type!=="TSTypeParameterInstantiation"&&G.type!=="GenericTypeAnnotation"&&G.type!=="TSTypeReference"&&G.type!=="TSTypeAssertion"&&G.type!=="TupleTypeAnnotation"&&G.type!=="TSTupleType"&&!(G.type==="FunctionTypeParam"&&!G.name&&S.getParentNode(1).this!==G)&&!((G.type==="TypeAlias"||G.type==="VariableDeclarator"||G.type==="TSTypeAliasDeclaration")&&w(B.originalText,q)),te=J(q),j=S.map(R=>{let pe=I();return te||(pe=y(2,pe)),t(R,pe,B)},"types");if(te)return r(" | ",j);let De=M&&!w(B.originalText,q),U=[m([De?n:"","| "]),r([n,"| "],j)];return g(S,B)?e([c(U),o]):G.type==="TupleTypeAnnotation"&&G.types.length>1||G.type==="TSTupleType"&&G.elementTypes.length>1?e([c([m(["(",o]),U]),o,m(")")]):e(M?c(U):U)}function i(S,B,I){let q=S.getValue(),G=[],M=S.getParentNode(0),te=S.getParentNode(1),j=S.getParentNode(2),De=q.type==="TSFunctionType"||!((M.type==="ObjectTypeProperty"||M.type==="ObjectTypeInternalSlot")&&!M.variance&&!M.optional&&p(M)===p(q)||M.type==="ObjectTypeCallProperty"||j&&j.type==="DeclareFunction"),U=De&&(M.type==="TypeAnnotation"||M.type==="TSTypeAnnotation"),R=U&&De&&(M.type==="TypeAnnotation"||M.type==="TSTypeAnnotation")&&te.type==="ArrowFunctionExpression";k(M)&&(De=!0,U=!0),R&&G.push("(");let pe=x(S,I,B,!1,!0),be=q.returnType||q.predicate||q.typeAnnotation?[De?" => ":": ",I("returnType"),I("predicate"),I("typeAnnotation")]:"",fe=P(q,be);return G.push(fe?e(pe):pe),be&&G.push(be),R&&G.push(")"),e(G)}function h(S,B,I){let q=S.getValue(),G=q.type==="TSTupleType"?"elementTypes":"types",M=q[G],te=s(M),j=te?o:"";return e(["[",c([j,_(S,B,G,I)]),m(te&&A(B,"all")?",":""),a(S,B,!0),j,"]"])}function E(S,B,I){let q=S.getValue(),G=q.type==="OptionalIndexedAccessType"&&q.optional?"?.[":"[";return[I("objectType"),G,I("indexType"),"]"]}function b(S,B,I){let q=S.getValue();return[q.postfix?"":I,B("typeAnnotation"),q.postfix?I:""]}l.exports={printOpaqueType:d,printTypeAlias:T,printIntersectionType:f,printUnionType:F,printFunctionType:i,printTupleType:h,printIndexedAccessType:E,shouldHugType:J,printJSDocType:b}}}),ti=$({"src/language-js/print/type-parameters.js"(u,l){ue();var{printDanglingComments:t}=Qt(),{builders:{join:a,line:s,hardline:e,softline:r,group:n,indent:o,ifBreak:c}}=wt(),{isTestCall:y,hasComment:m,CommentCheckFlags:g,isTSXFile:p,shouldPrintComma:D,getFunctionParameters:C,isObjectType:w,getTypeScriptMappedTypeModifier:k}=ur(),{createGroupIdMapper:A}=Gt(),{shouldHugType:N}=ei(),{isArrowFunctionVariableDeclarator:x}=du(),P=A("typeParameters");function _(T,f,F,i){let h=T.getValue();if(!h[i])return"";if(!Array.isArray(h[i]))return F(i);let E=T.getNode(2),b=E&&y(E),S=T.match(I=>!(I[i].length===1&&w(I[i][0])),void 0,(I,q)=>q==="typeAnnotation",I=>I.type==="Identifier",x);if(h[i].length===0||!S&&(b||h[i].length===1&&(h[i][0].type==="NullableTypeAnnotation"||N(h[i][0]))))return["<",a(", ",T.map(F,i)),J(T,f),">"];let B=h.type==="TSTypeParameterInstantiation"?"":C(h).length===1&&p(f)&&!h[i][0].constraint&&T.getParentNode().type==="ArrowFunctionExpression"?",":D(f,"all")?c(","):"";return n(["<",o([r,a([",",s],T.map(F,i))]),B,r,">"],{id:P(h)})}function J(T,f){let F=T.getValue();if(!m(F,g.Dangling))return"";let i=!m(F,g.Line),h=t(T,f,i);return i?h:[h,e]}function d(T,f,F){let i=T.getValue(),h=[i.type==="TSTypeParameter"&&i.const?"const ":""],E=T.getParentNode();return E.type==="TSMappedType"?(E.readonly&&h.push(k(E.readonly,"readonly")," "),h.push("[",F("name")),i.constraint&&h.push(" in ",F("constraint")),E.nameType&&h.push(" as ",T.callParent(()=>F("nameType"))),h.push("]"),h):(i.variance&&h.push(F("variance")),i.in&&h.push("in "),i.out&&h.push("out "),h.push(F("name")),i.bound&&h.push(": ",F("bound")),i.constraint&&h.push(" extends ",F("constraint")),i.default&&h.push(" = ",F("default")),h)}l.exports={printTypeParameter:d,printTypeParameters:_,getTypeParametersGroupId:P}}}),fu=$({"src/language-js/print/property.js"(u,l){ue();var{printComments:t}=Qt(),{printString:a,printNumber:s}=Gt(),{isNumericLiteral:e,isSimpleNumber:r,isStringLiteral:n,isStringPropSafeToUnquote:o,rawText:c}=ur(),{printAssignment:y}=du(),m=new WeakMap;function g(D,C,w){let k=D.getNode();if(k.computed)return["[",w("key"),"]"];let A=D.getParentNode(),{key:N}=k;if(C.quoteProps==="consistent"&&!m.has(A)){let x=(A.properties||A.body||A.members).some(P=>!P.computed&&P.key&&n(P.key)&&!o(P,C));m.set(A,x)}if((N.type==="Identifier"||e(N)&&r(s(c(N)))&&String(N.value)===s(c(N))&&!(C.parser==="typescript"||C.parser==="babel-ts"))&&(C.parser==="json"||C.quoteProps==="consistent"&&m.get(A))){let x=a(JSON.stringify(N.type==="Identifier"?N.name:N.value.toString()),C);return D.call(P=>t(P,x,C),"key")}return o(k,C)&&(C.quoteProps==="as-needed"||C.quoteProps==="consistent"&&!m.get(A))?D.call(x=>t(x,/^\d/.test(N.value)?s(N.value):N.value,C),"key"):w("key")}function p(D,C,w){return D.getValue().shorthand?w("value"):y(D,C,w,g(D,C,w),":","value")}l.exports={printProperty:p,printPropertyKey:g}}}),ri=$({"src/language-js/print/function.js"(u,l){ue();var t=lr(),{printDanglingComments:a,printCommentsSeparately:s}=Qt(),e=mr(),{getNextNonSpaceNonCommentCharacterIndex:r}=Gt(),{builders:{line:n,softline:o,group:c,indent:y,ifBreak:m,hardline:g,join:p,indentIfBreak:D},utils:{removeLines:C,willBreak:w}}=wt(),{ArgExpansionBailout:k}=Fn(),{getFunctionParameters:A,hasLeadingOwnLineComment:N,isFlowAnnotationComment:x,isJsxNode:P,isTemplateOnItsOwnLine:_,shouldPrintComma:J,startsWithNoLookaheadToken:d,isBinaryish:T,isLineComment:f,hasComment:F,getComments:i,CommentCheckFlags:h,isCallLikeExpression:E,isCallExpression:b,getCallArguments:S,hasNakedLeftSide:B,getLeftSide:I}=ur(),{locEnd:q}=or(),{printFunctionParameters:G,shouldGroupFunctionParameters:M}=Zu(),{printPropertyKey:te}=fu(),{printFunctionTypeParameters:j}=qr();function De(Q,me,Ce,Re){let Xe=Q.getValue(),Ye=!1;if((Xe.type==="FunctionDeclaration"||Xe.type==="FunctionExpression")&&Re&&Re.expandLastArg){let bt=Q.getParentNode();b(bt)&&S(bt).length>1&&(Ye=!0)}let Ct=[];Xe.type==="TSDeclareFunction"&&Xe.declare&&Ct.push("declare "),Xe.async&&Ct.push("async "),Xe.generator?Ct.push("function* "):Ct.push("function "),Xe.id&&Ct.push(me("id"));let Rt=G(Q,me,Ce,Ye),It=se(Q,me,Ce),Et=M(Xe,It);return Ct.push(j(Q,Ce,me),c([Et?c(Rt):Rt,It]),Xe.body?" ":"",me("body")),Ce.semi&&(Xe.declare||!Xe.body)&&Ct.push(";"),Ct}function U(Q,me,Ce){let Re=Q.getNode(),{kind:Xe}=Re,Ye=Re.value||Re,Ct=[];return!Xe||Xe==="init"||Xe==="method"||Xe==="constructor"?Ye.async&&Ct.push("async "):(t.ok(Xe==="get"||Xe==="set"),Ct.push(Xe," ")),Ye.generator&&Ct.push("*"),Ct.push(te(Q,me,Ce),Re.optional||Re.key.optional?"?":""),Re===Ye?Ct.push(R(Q,me,Ce)):Ye.type==="FunctionExpression"?Ct.push(Q.call(Rt=>R(Rt,me,Ce),"value")):Ct.push(Ce("value")),Ct}function R(Q,me,Ce){let Re=Q.getNode(),Xe=G(Q,Ce,me),Ye=se(Q,Ce,me),Ct=M(Re,Ye),Rt=[j(Q,me,Ce),c([Ct?c(Xe):Xe,Ye])];return Re.body?Rt.push(" ",Ce("body")):Rt.push(me.semi?";":""),Rt}function pe(Q,me,Ce,Re){let Xe=Q.getValue(),Ye=[];if(Xe.async&&Ye.push("async "),X(Q,me))Ye.push(Ce(["params",0]));else{let Rt=Re&&(Re.expandLastArg||Re.expandFirstArg),It=se(Q,Ce,me);if(Rt){if(w(It))throw new k;It=c(C(It))}Ye.push(c([G(Q,Ce,me,Rt,!0),It]))}let Ct=a(Q,me,!0,Rt=>{let It=r(me.originalText,Rt,q);return It!==!1&&me.originalText.slice(It,It+2)==="=>"});return Ct&&Ye.push(" ",Ct),Ye}function be(Q,me,Ce,Re,Xe,Ye){let Ct=Q.getName(),Rt=Q.getParentNode(),It=E(Rt)&&Ct==="callee",Et=!!(me&&me.assignmentLayout),bt=Ye.body.type!=="BlockStatement"&&Ye.body.type!=="ObjectExpression"&&Ye.body.type!=="SequenceExpression",xe=It&&bt||me&&me.assignmentLayout==="chain-tail-arrow-chain",H=Symbol("arrow-chain");return Ye.body.type==="SequenceExpression"&&(Xe=c(["(",y([o,Xe]),o,")"])),c([c(y([It||Et?o:"",c(p([" =>",n],Ce),{shouldBreak:Re})]),{id:H,shouldBreak:xe})," =>",D(bt?y([n,Xe]):[" ",Xe],{groupId:H}),It?m(o,"",{groupId:H}):""])}function fe(Q,me,Ce,Re){let Xe=Q.getValue(),Ye=[],Ct=[],Rt=!1;if(function H(){let ke=pe(Q,me,Ce,Re);if(Ye.length===0)Ye.push(ke);else{let{leading:oe,trailing:Be}=s(Q,me);Ye.push([oe,ke]),Ct.unshift(Be)}Rt=Rt||Xe.returnType&&A(Xe).length>0||Xe.typeParameters||A(Xe).some(oe=>oe.type!=="Identifier"),Xe.body.type!=="ArrowFunctionExpression"||Re&&Re.expandLastArg?Ct.unshift(Ce("body",Re)):(Xe=Xe.body,Q.call(H,"body"))}(),Ye.length>1)return be(Q,Re,Ye,Rt,Ct,Xe);let It=Ye;if(It.push(" =>"),!N(me.originalText,Xe.body)&&(Xe.body.type==="ArrayExpression"||Xe.body.type==="ObjectExpression"||Xe.body.type==="BlockStatement"||P(Xe.body)||_(Xe.body,me.originalText)||Xe.body.type==="ArrowFunctionExpression"||Xe.body.type==="DoExpression"))return c([...It," ",Ct]);if(Xe.body.type==="SequenceExpression")return c([...It,c([" (",y([o,Ct]),o,")"])]);let Et=(Re&&Re.expandLastArg||Q.getParentNode().type==="JSXExpressionContainer")&&!F(Xe),bt=Re&&Re.expandLastArg&&J(me,"all"),xe=Xe.body.type==="ConditionalExpression"&&!d(Xe.body,H=>H.type==="ObjectExpression");return c([...It,c([y([n,xe?m("","("):"",Ct,xe?m("",")"):""]),Et?[m(bt?",":""),o]:""])])}function Ie(Q){let me=A(Q);return me.length===1&&!Q.typeParameters&&!F(Q,h.Dangling)&&me[0].type==="Identifier"&&!me[0].typeAnnotation&&!F(me[0])&&!me[0].optional&&!Q.predicate&&!Q.returnType}function X(Q,me){if(me.arrowParens==="always")return!1;if(me.arrowParens==="avoid"){let Ce=Q.getValue();return Ie(Ce)}return!1}function se(Q,me,Ce){let Re=Q.getValue(),Xe=me("returnType");if(Re.returnType&&x(Ce.originalText,Re.returnType))return[" /*: ",Xe," */"];let Ye=[Xe];return Re.returnType&&Re.returnType.typeAnnotation&&Ye.unshift(": "),Re.predicate&&Ye.push(Re.returnType?" ":": ",me("predicate")),Ye}function we(Q,me,Ce){let Re=Q.getValue(),Xe=me.semi?";":"",Ye=[];Re.argument&&(ae(me,Re.argument)?Ye.push([" (",y([g,Ce("argument")]),g,")"]):T(Re.argument)||Re.argument.type==="SequenceExpression"?Ye.push(c([m(" ("," "),y([o,Ce("argument")]),o,m(")")])):Ye.push(" ",Ce("argument")));let Ct=i(Re),Rt=e(Ct),It=Rt&&f(Rt);return It&&Ye.push(Xe),F(Re,h.Dangling)&&Ye.push(" ",a(Q,me,!0)),It||Ye.push(Xe),Ye}function _e(Q,me,Ce){return["return",we(Q,me,Ce)]}function it(Q,me,Ce){return["throw",we(Q,me,Ce)]}function ae(Q,me){if(N(Q.originalText,me))return!0;if(B(me)){let Ce=me,Re;for(;Re=I(Ce);)if(Ce=Re,N(Q.originalText,Ce))return!0}return!1}l.exports={printFunction:De,printArrowFunction:fe,printMethod:U,printReturnStatement:_e,printThrowStatement:it,printMethodInternal:R,shouldPrintParamsWithoutParens:X}}}),os=$({"src/language-js/print/decorators.js"(u,l){ue();var{isNonEmptyArray:t,hasNewline:a}=Gt(),{builders:{line:s,hardline:e,join:r,breakParent:n,group:o}}=wt(),{locStart:c,locEnd:y}=or(),{getParentExportDeclaration:m}=ur();function g(k,A,N){let x=k.getValue();return o([r(s,k.map(N,"decorators")),C(x,A)?e:s])}function p(k,A,N){return[r(e,k.map(N,"declaration","decorators")),e]}function D(k,A,N){let x=k.getValue(),{decorators:P}=x;if(!t(P)||w(k.getParentNode()))return;let _=x.type==="ClassExpression"||x.type==="ClassDeclaration"||C(x,A);return[m(k)?e:_?n:"",r(s,k.map(N,"decorators")),s]}function C(k,A){return k.decorators.some(N=>a(A.originalText,y(N)))}function w(k){if(k.type!=="ExportDefaultDeclaration"&&k.type!=="ExportNamedDeclaration"&&k.type!=="DeclareExportDeclaration")return!1;let A=k.declaration&&k.declaration.decorators;return t(A)&&c(k)===c(A[0])}l.exports={printDecorators:D,printClassMemberDecorators:g,printDecoratorsBeforeExport:p,hasDecoratorsBeforeExport:w}}}),mu=$({"src/language-js/print/class.js"(u,l){ue();var{isNonEmptyArray:t,createGroupIdMapper:a}=Gt(),{printComments:s,printDanglingComments:e}=Qt(),{builders:{join:r,line:n,hardline:o,softline:c,group:y,indent:m,ifBreak:g}}=wt(),{hasComment:p,CommentCheckFlags:D}=ur(),{getTypeParametersGroupId:C}=ti(),{printMethod:w}=ri(),{printOptionalToken:k,printTypeAnnotation:A,printDefiniteToken:N}=qr(),{printPropertyKey:x}=fu(),{printAssignment:P}=du(),{printClassMemberDecorators:_}=os();function J(S,B,I){let q=S.getValue(),G=[];q.declare&&G.push("declare "),q.abstract&&G.push("abstract "),G.push("class");let M=q.id&&p(q.id,D.Trailing)||q.typeParameters&&p(q.typeParameters,D.Trailing)||q.superClass&&p(q.superClass)||t(q.extends)||t(q.mixins)||t(q.implements),te=[],j=[];if(q.id&&te.push(" ",I("id")),te.push(I("typeParameters")),q.superClass){let De=[h(S,B,I),I("superTypeParameters")],U=S.call(R=>["extends ",s(R,De,B)],"superClass");M?j.push(n,y(U)):j.push(" ",U)}else j.push(i(S,B,I,"extends"));if(j.push(i(S,B,I,"mixins"),i(S,B,I,"implements")),M){let De;F(q)?De=[...te,m(j)]:De=m([...te,j]),G.push(y(De,{id:d(q)}))}else G.push(...te,...j);return G.push(" ",I("body")),G}var d=a("heritageGroup");function T(S){return g(o,"",{groupId:d(S)})}function f(S){return["superClass","extends","mixins","implements"].filter(B=>!!S[B]).length>1}function F(S){return S.typeParameters&&!p(S.typeParameters,D.Trailing|D.Line)&&!f(S)}function i(S,B,I,q){let G=S.getValue();if(!t(G[q]))return"";let M=e(S,B,!0,te=>{let{marker:j}=te;return j===q});return[F(G)?g(" ",n,{groupId:C(G.typeParameters)}):n,M,M&&o,q,y(m([n,r([",",n],S.map(I,q))]))]}function h(S,B,I){let q=I("superClass");return S.getParentNode().type==="AssignmentExpression"?y(g(["(",m([c,q]),c,")"],q)):q}function E(S,B,I){let q=S.getValue(),G=[];return t(q.decorators)&&G.push(_(S,B,I)),q.accessibility&&G.push(q.accessibility+" "),q.readonly&&G.push("readonly "),q.declare&&G.push("declare "),q.static&&G.push("static "),(q.type==="TSAbstractMethodDefinition"||q.abstract)&&G.push("abstract "),q.override&&G.push("override "),G.push(w(S,B,I)),G}function b(S,B,I){let q=S.getValue(),G=[],M=B.semi?";":"";return t(q.decorators)&&G.push(_(S,B,I)),q.accessibility&&G.push(q.accessibility+" "),q.declare&&G.push("declare "),q.static&&G.push("static "),(q.type==="TSAbstractPropertyDefinition"||q.type==="TSAbstractAccessorProperty"||q.abstract)&&G.push("abstract "),q.override&&G.push("override "),q.readonly&&G.push("readonly "),q.variance&&G.push(I("variance")),(q.type==="ClassAccessorProperty"||q.type==="AccessorProperty"||q.type==="TSAbstractAccessorProperty")&&G.push("accessor "),G.push(x(S,B,I),k(S),N(S),A(S,B,I)),[P(S,B,I,G," =","value"),M]}l.exports={printClass:J,printClassMethod:E,printClassProperty:b,printHardlineAfterHeritage:T}}}),$s=$({"src/language-js/print/interface.js"(u,l){ue();var{isNonEmptyArray:t}=Gt(),{builders:{join:a,line:s,group:e,indent:r,ifBreak:n}}=wt(),{hasComment:o,identity:c,CommentCheckFlags:y}=ur(),{getTypeParametersGroupId:m}=ti(),{printTypeScriptModifiers:g}=qr();function p(D,C,w){let k=D.getValue(),A=[];k.declare&&A.push("declare "),k.type==="TSInterfaceDeclaration"&&A.push(k.abstract?"abstract ":"",g(D,C,w)),A.push("interface");let N=[],x=[];k.type!=="InterfaceTypeAnnotation"&&N.push(" ",w("id"),w("typeParameters"));let P=k.typeParameters&&!o(k.typeParameters,y.Trailing|y.Line);return t(k.extends)&&x.push(P?n(" ",s,{groupId:m(k.typeParameters)}):s,"extends ",(k.extends.length===1?c:r)(a([",",s],D.map(w,"extends")))),k.id&&o(k.id,y.Trailing)||t(k.extends)?P?A.push(e([...N,r(x)])):A.push(e(r([...N,...x]))):A.push(...N,...x),A.push(" ",w("body")),e(A)}l.exports={printInterface:p}}}),Rs=$({"src/language-js/print/module.js"(u,l){ue();var{isNonEmptyArray:t}=Gt(),{builders:{softline:a,group:s,indent:e,join:r,line:n,ifBreak:o,hardline:c}}=wt(),{printDanglingComments:y}=Qt(),{hasComment:m,CommentCheckFlags:g,shouldPrintComma:p,needsHardlineAfterDanglingComment:D,isStringLiteral:C,rawText:w}=ur(),{locStart:k,hasSameLoc:A}=or(),{hasDecoratorsBeforeExport:N,printDecoratorsBeforeExport:x}=os();function P(b,S,B){let I=b.getValue(),q=S.semi?";":"",G=[],{importKind:M}=I;return G.push("import"),M&&M!=="value"&&G.push(" ",M),G.push(f(b,S,B),T(b,S,B),i(b,S,B),q),G}function _(b,S,B){let I=b.getValue(),q=[];N(I)&&q.push(x(b,S,B));let{type:G,exportKind:M,declaration:te}=I;return q.push("export"),(I.default||G==="ExportDefaultDeclaration")&&q.push(" default"),m(I,g.Dangling)&&(q.push(" ",y(b,S,!0)),D(I)&&q.push(c)),te?q.push(" ",B("declaration")):q.push(M==="type"?" type":"",f(b,S,B),T(b,S,B),i(b,S,B)),d(I,S)&&q.push(";"),q}function J(b,S,B){let I=b.getValue(),q=S.semi?";":"",G=[],{exportKind:M,exported:te}=I;return G.push("export"),M==="type"&&G.push(" type"),G.push(" *"),te&&G.push(" as ",B("exported")),G.push(T(b,S,B),i(b,S,B),q),G}function d(b,S){if(!S.semi)return!1;let{type:B,declaration:I}=b,q=b.default||B==="ExportDefaultDeclaration";if(!I)return!0;let{type:G}=I;return!!(q&&G!=="ClassDeclaration"&&G!=="FunctionDeclaration"&&G!=="TSInterfaceDeclaration"&&G!=="DeclareClass"&&G!=="DeclareFunction"&&G!=="TSDeclareFunction"&&G!=="EnumDeclaration")}function T(b,S,B){let I=b.getValue();if(!I.source)return"";let q=[];return F(I,S)||q.push(" from"),q.push(" ",B("source")),q}function f(b,S,B){let I=b.getValue();if(F(I,S))return"";let q=[" "];if(t(I.specifiers)){let G=[],M=[];b.each(()=>{let te=b.getValue().type;if(te==="ExportNamespaceSpecifier"||te==="ExportDefaultSpecifier"||te==="ImportNamespaceSpecifier"||te==="ImportDefaultSpecifier")G.push(B());else if(te==="ExportSpecifier"||te==="ImportSpecifier")M.push(B());else throw new Error(`Unknown specifier type ${JSON.stringify(te)}`)},"specifiers"),q.push(r(", ",G)),M.length>0&&(G.length>0&&q.push(", "),M.length>1||G.length>0||I.specifiers.some(te=>m(te))?q.push(s(["{",e([S.bracketSpacing?n:a,r([",",n],M)]),o(p(S)?",":""),S.bracketSpacing?n:a,"}"])):q.push(["{",S.bracketSpacing?" ":"",...M,S.bracketSpacing?" ":"","}"]))}else q.push("{}");return q}function F(b,S){let{type:B,importKind:I,source:q,specifiers:G}=b;return B!=="ImportDeclaration"||t(G)||I==="type"?!1:!/{\s*}/.test(S.originalText.slice(k(b),k(q)))}function i(b,S,B){let I=b.getNode();return t(I.assertions)?[" assert {",S.bracketSpacing?" ":"",r(", ",b.map(B,"assertions")),S.bracketSpacing?" ":"","}"]:""}function h(b,S,B){let I=b.getNode(),{type:q}=I,G=[],M=q==="ImportSpecifier"?I.importKind:I.exportKind;M&&M!=="value"&&G.push(M," ");let te=q.startsWith("Import"),j=te?"imported":"local",De=te?"local":"exported",U=I[j],R=I[De],pe="",be="";return q==="ExportNamespaceSpecifier"||q==="ImportNamespaceSpecifier"?pe="*":U&&(pe=B(j)),R&&!E(I)&&(be=B(De)),G.push(pe,pe&&be?" as ":"",be),G}function E(b){if(b.type!=="ImportSpecifier"&&b.type!=="ExportSpecifier")return!1;let{local:S,[b.type==="ImportSpecifier"?"imported":"exported"]:B}=b;if(S.type!==B.type||!A(S,B))return!1;if(C(S))return S.value===B.value&&w(S)===w(B);switch(S.type){case"Identifier":return S.name===B.name;default:return!1}}l.exports={printImportDeclaration:P,printExportDeclaration:_,printExportAllDeclaration:J,printModuleSpecifier:h}}}),ls=$({"src/language-js/print/object.js"(u,l){ue();var{printDanglingComments:t}=Qt(),{builders:{line:a,softline:s,group:e,indent:r,ifBreak:n,hardline:o}}=wt(),{getLast:c,hasNewlineInRange:y,hasNewline:m,isNonEmptyArray:g}=Gt(),{shouldPrintComma:p,hasComment:D,getComments:C,CommentCheckFlags:w,isNextLineEmpty:k}=ur(),{locStart:A,locEnd:N}=or(),{printOptionalToken:x,printTypeAnnotation:P}=qr(),{shouldHugFunctionParameters:_}=Zu(),{shouldHugType:J}=ei(),{printHardlineAfterHeritage:d}=mu();function T(f,F,i){let h=F.semi?";":"",E=f.getValue(),b;E.type==="TSTypeLiteral"?b="members":E.type==="TSInterfaceBody"?b="body":b="properties";let S=E.type==="ObjectTypeAnnotation",B=[b];S&&B.push("indexers","callProperties","internalSlots");let I=B.map(X=>E[X][0]).sort((X,se)=>A(X)-A(se))[0],q=f.getParentNode(0),G=S&&q&&(q.type==="InterfaceDeclaration"||q.type==="DeclareInterface"||q.type==="DeclareClass")&&f.getName()==="body",M=E.type==="TSInterfaceBody"||G||E.type==="ObjectPattern"&&q.type!=="FunctionDeclaration"&&q.type!=="FunctionExpression"&&q.type!=="ArrowFunctionExpression"&&q.type!=="ObjectMethod"&&q.type!=="ClassMethod"&&q.type!=="ClassPrivateMethod"&&q.type!=="AssignmentPattern"&&q.type!=="CatchClause"&&E.properties.some(X=>X.value&&(X.value.type==="ObjectPattern"||X.value.type==="ArrayPattern"))||E.type!=="ObjectPattern"&&I&&y(F.originalText,A(E),A(I)),te=G?";":E.type==="TSInterfaceBody"||E.type==="TSTypeLiteral"?n(h,";"):",",j=E.type==="RecordExpression"?"#{":E.exact?"{|":"{",De=E.exact?"|}":"}",U=[];for(let X of B)f.each(se=>{let we=se.getValue();U.push({node:we,printed:i(),loc:A(we)})},X);B.length>1&&U.sort((X,se)=>X.loc-se.loc);let R=[],pe=U.map(X=>{let se=[...R,e(X.printed)];return R=[te,a],(X.node.type==="TSPropertySignature"||X.node.type==="TSMethodSignature"||X.node.type==="TSConstructSignatureDeclaration")&&D(X.node,w.PrettierIgnore)&&R.shift(),k(X.node,F)&&R.push(o),se});if(E.inexact){let X;if(D(E,w.Dangling)){let se=D(E,w.Line);X=[t(f,F,!0),se||m(F.originalText,N(c(C(E))))?o:a,"..."]}else X=["..."];pe.push([...R,...X])}let be=c(E[b]),fe=!(E.inexact||be&&be.type==="RestElement"||be&&(be.type==="TSPropertySignature"||be.type==="TSCallSignatureDeclaration"||be.type==="TSMethodSignature"||be.type==="TSConstructSignatureDeclaration")&&D(be,w.PrettierIgnore)),Ie;if(pe.length===0){if(!D(E,w.Dangling))return[j,De,P(f,F,i)];Ie=e([j,t(f,F),s,De,x(f),P(f,F,i)])}else Ie=[G&&g(E.properties)?d(q):"",j,r([F.bracketSpacing?a:s,...pe]),n(fe&&(te!==","||p(F))?te:""),F.bracketSpacing?a:s,De,x(f),P(f,F,i)];return f.match(X=>X.type==="ObjectPattern"&&!X.decorators,(X,se,we)=>_(X)&&(se==="params"||se==="parameters"||se==="this"||se==="rest")&&we===0)||f.match(J,(X,se)=>se==="typeAnnotation",(X,se)=>se==="typeAnnotation",(X,se,we)=>_(X)&&(se==="params"||se==="parameters"||se==="this"||se==="rest")&&we===0)||!M&&f.match(X=>X.type==="ObjectPattern",X=>X.type==="AssignmentExpression"||X.type==="VariableDeclarator")?Ie:e(Ie,{shouldBreak:M})}l.exports={printObject:T}}}),va=$({"src/language-js/print/flow.js"(u,l){ue();var t=lr(),{printDanglingComments:a}=Qt(),{printString:s,printNumber:e}=Gt(),{builders:{hardline:r,softline:n,group:o,indent:c}}=wt(),{getParentExportDeclaration:y,isFunctionNotation:m,isGetterOrSetter:g,rawText:p,shouldPrintComma:D}=ur(),{locStart:C,locEnd:w}=or(),{replaceTextEndOfLine:k}=En(),{printClass:A}=mu(),{printOpaqueType:N,printTypeAlias:x,printIntersectionType:P,printUnionType:_,printFunctionType:J,printTupleType:d,printIndexedAccessType:T}=ei(),{printInterface:f}=$s(),{printTypeParameter:F,printTypeParameters:i}=ti(),{printExportDeclaration:h,printExportAllDeclaration:E}=Rs(),{printArrayItems:b}=Du(),{printObject:S}=ls(),{printPropertyKey:B}=fu(),{printOptionalToken:I,printTypeAnnotation:q,printRestSpread:G}=qr();function M(j,De,U){let R=j.getValue(),pe=De.semi?";":"",be=[];switch(R.type){case"DeclareClass":return te(j,A(j,De,U));case"DeclareFunction":return te(j,["function ",U("id"),R.predicate?" ":"",U("predicate"),pe]);case"DeclareModule":return te(j,["module ",U("id")," ",U("body")]);case"DeclareModuleExports":return te(j,["module.exports",": ",U("typeAnnotation"),pe]);case"DeclareVariable":return te(j,["var ",U("id"),pe]);case"DeclareOpaqueType":return te(j,N(j,De,U));case"DeclareInterface":return te(j,f(j,De,U));case"DeclareTypeAlias":return te(j,x(j,De,U));case"DeclareExportDeclaration":return te(j,h(j,De,U));case"DeclareExportAllDeclaration":return te(j,E(j,De,U));case"OpaqueType":return N(j,De,U);case"TypeAlias":return x(j,De,U);case"IntersectionTypeAnnotation":return P(j,De,U);case"UnionTypeAnnotation":return _(j,De,U);case"FunctionTypeAnnotation":return J(j,De,U);case"TupleTypeAnnotation":return d(j,De,U);case"GenericTypeAnnotation":return[U("id"),i(j,De,U,"typeParameters")];case"IndexedAccessType":case"OptionalIndexedAccessType":return T(j,De,U);case"TypeAnnotation":return U("typeAnnotation");case"TypeParameter":return F(j,De,U);case"TypeofTypeAnnotation":return["typeof ",U("argument")];case"ExistsTypeAnnotation":return"*";case"EmptyTypeAnnotation":return"empty";case"MixedTypeAnnotation":return"mixed";case"ArrayTypeAnnotation":return[U("elementType"),"[]"];case"BooleanLiteralTypeAnnotation":return String(R.value);case"EnumDeclaration":return["enum ",U("id")," ",U("body")];case"EnumBooleanBody":case"EnumNumberBody":case"EnumStringBody":case"EnumSymbolBody":{if(R.type==="EnumSymbolBody"||R.explicitType){let fe=null;switch(R.type){case"EnumBooleanBody":fe="boolean";break;case"EnumNumberBody":fe="number";break;case"EnumStringBody":fe="string";break;case"EnumSymbolBody":fe="symbol";break}be.push("of ",fe," ")}if(R.members.length===0&&!R.hasUnknownMembers)be.push(o(["{",a(j,De),n,"}"]));else{let fe=R.members.length>0?[r,b(j,De,"members",U),R.hasUnknownMembers||D(De)?",":""]:[];be.push(o(["{",c([...fe,...R.hasUnknownMembers?[r,"..."]:[]]),a(j,De,!0),r,"}"]))}return be}case"EnumBooleanMember":case"EnumNumberMember":case"EnumStringMember":return[U("id")," = ",typeof R.init=="object"?U("init"):String(R.init)];case"EnumDefaultedMember":return U("id");case"FunctionTypeParam":{let fe=R.name?U("name"):j.getParentNode().this===R?"this":"";return[fe,I(j),fe?": ":"",U("typeAnnotation")]}case"InterfaceDeclaration":case"InterfaceTypeAnnotation":return f(j,De,U);case"ClassImplements":case"InterfaceExtends":return[U("id"),U("typeParameters")];case"NullableTypeAnnotation":return["?",U("typeAnnotation")];case"Variance":{let{kind:fe}=R;return t.ok(fe==="plus"||fe==="minus"),fe==="plus"?"+":"-"}case"ObjectTypeCallProperty":return R.static&&be.push("static "),be.push(U("value")),be;case"ObjectTypeIndexer":return[R.static?"static ":"",R.variance?U("variance"):"","[",U("id"),R.id?": ":"",U("key"),"]: ",U("value")];case"ObjectTypeProperty":{let fe="";return R.proto?fe="proto ":R.static&&(fe="static "),[fe,g(R)?R.kind+" ":"",R.variance?U("variance"):"",B(j,De,U),I(j),m(R)?"":": ",U("value")]}case"ObjectTypeAnnotation":return S(j,De,U);case"ObjectTypeInternalSlot":return[R.static?"static ":"","[[",U("id"),"]]",I(j),R.method?"":": ",U("value")];case"ObjectTypeSpreadProperty":return G(j,De,U);case"QualifiedTypeofIdentifier":case"QualifiedTypeIdentifier":return[U("qualification"),".",U("id")];case"StringLiteralTypeAnnotation":return k(s(p(R),De));case"NumberLiteralTypeAnnotation":t.strictEqual(typeof R.value,"number");case"BigIntLiteralTypeAnnotation":return R.extra?e(R.extra.raw):e(R.raw);case"TypeCastExpression":return["(",U("expression"),q(j,De,U),")"];case"TypeParameterDeclaration":case"TypeParameterInstantiation":{let fe=i(j,De,U,"params");if(De.parser==="flow"){let Ie=C(R),X=w(R),se=De.originalText.lastIndexOf("/*",Ie),we=De.originalText.indexOf("*/",X);if(se!==-1&&we!==-1){let _e=De.originalText.slice(se+2,we).trim();if(_e.startsWith("::")&&!_e.includes("/*")&&!_e.includes("*/"))return["/*:: ",fe," */"]}}return fe}case"InferredPredicate":return"%checks";case"DeclaredPredicate":return["%checks(",U("value"),")"];case"AnyTypeAnnotation":return"any";case"BooleanTypeAnnotation":return"boolean";case"BigIntTypeAnnotation":return"bigint";case"NullLiteralTypeAnnotation":return"null";case"NumberTypeAnnotation":return"number";case"SymbolTypeAnnotation":return"symbol";case"StringTypeAnnotation":return"string";case"VoidTypeAnnotation":return"void";case"ThisTypeAnnotation":return"this";case"Node":case"Printable":case"SourceLocation":case"Position":case"Statement":case"Function":case"Pattern":case"Expression":case"Declaration":case"Specifier":case"NamedSpecifier":case"Comment":case"MemberTypeAnnotation":case"Type":throw new Error("unprintable type: "+JSON.stringify(R.type))}}function te(j,De){let U=y(j);return U?(t.strictEqual(U.type,"DeclareExportDeclaration"),De):["declare ",De]}l.exports={printFlow:M}}}),ba=$({"src/language-js/utils/is-ts-keyword-type.js"(u,l){ue();function t(a){let{type:s}=a;return s.startsWith("TS")&&s.endsWith("Keyword")}l.exports=t}}),Ms=$({"src/language-js/print/ternary.js"(u,l){ue();var{hasNewlineInRange:t}=Gt(),{isJsxNode:a,getComments:s,isCallExpression:e,isMemberExpression:r,isTSTypeExpression:n}=ur(),{locStart:o,locEnd:c}=or(),y=vn(),{builders:{line:m,softline:g,group:p,indent:D,align:C,ifBreak:w,dedent:k,breakParent:A}}=wt();function N(d){let T=[d];for(let f=0;fG[we]===F),te=G.type===F.type&&!M,j,De,U=0;do De=j||F,j=d.getParentNode(U),U++;while(j&&j.type===F.type&&b.every(we=>j[we]!==De));let R=j||G,pe=De;if(i&&(a(F[b[0]])||a(S)||a(B)||N(pe))){q=!0,te=!0;let we=it=>[w("("),D([g,it]),g,w(")")],_e=it=>it.type==="NullLiteral"||it.type==="Literal"&&it.value===null||it.type==="Identifier"&&it.name==="undefined";I.push(" ? ",_e(S)?f(h):we(f(h))," : ",B.type===F.type||_e(B)?f(E):we(f(E)))}else{let we=[m,"? ",S.type===F.type?w("","("):"",C(2,f(h)),S.type===F.type?w("",")"):"",m,": ",B.type===F.type?f(E):C(2,f(E))];I.push(G.type!==F.type||G[E]===F||M?we:T.useTabs?k(D(we)):C(Math.max(0,T.tabWidth-2),we))}let be=[...b.map(we=>s(F[we])),s(S),s(B)].flat().some(we=>y(we)&&t(T.originalText,o(we),c(we))),fe=we=>G===R?p(we,{shouldBreak:be}):be?[we,A]:we,Ie=!q&&(r(G)||G.type==="NGPipeExpression"&&G.left===F)&&!G.computed,X=_(d),se=fe([x(d,T,f),te?I:D(I),i&&Ie&&!X?g:""]);return M||X?p([D([g,se]),g]):se}l.exports={printTernary:J}}}),qs=$({"src/language-js/print/statement.js"(u,l){ue();var{builders:{hardline:t}}=wt(),a=Ln(),{getLeftSidePathName:s,hasNakedLeftSide:e,isJsxNode:r,isTheOnlyJsxElementInMarkdown:n,hasComment:o,CommentCheckFlags:c,isNextLineEmpty:y}=ur(),{shouldPrintParamsWithoutParens:m}=ri();function g(x,P,_,J){let d=x.getValue(),T=[],f=d.type==="ClassBody",F=p(d[J]);return x.each((i,h,E)=>{let b=i.getValue();if(b.type==="EmptyStatement")return;let S=_();!P.semi&&!f&&!n(P,i)&&D(i,P)?o(b,c.Leading)?T.push(_([],{needsSemi:!0})):T.push(";",S):T.push(S),!P.semi&&f&&A(b)&&N(b,E[h+1])&&T.push(";"),b!==F&&(T.push(t),y(b,P)&&T.push(t))},J),T}function p(x){for(let P=x.length-1;P>=0;P--){let _=x[P];if(_.type!=="EmptyStatement")return _}}function D(x,P){return x.getNode().type!=="ExpressionStatement"?!1:x.call(_=>C(_,P),"expression")}function C(x,P){let _=x.getValue();switch(_.type){case"ParenthesizedExpression":case"TypeCastExpression":case"ArrayExpression":case"ArrayPattern":case"TemplateLiteral":case"TemplateElement":case"RegExpLiteral":return!0;case"ArrowFunctionExpression":{if(!m(x,P))return!0;break}case"UnaryExpression":{let{prefix:J,operator:d}=_;if(J&&(d==="+"||d==="-"))return!0;break}case"BindExpression":{if(!_.object)return!0;break}case"Literal":{if(_.regex)return!0;break}default:if(r(_))return!0}return a(x,P)?!0:e(_)?x.call(J=>C(J,P),...s(x,_)):!1}function w(x,P,_){return g(x,P,_,"body")}function k(x,P,_){return g(x,P,_,"consequent")}var A=x=>{let{type:P}=x;return P==="ClassProperty"||P==="PropertyDefinition"||P==="ClassPrivateProperty"||P==="ClassAccessorProperty"||P==="AccessorProperty"||P==="TSAbstractPropertyDefinition"||P==="TSAbstractAccessorProperty"};function N(x,P){let{type:_,name:J}=x.key;if(!x.computed&&_==="Identifier"&&(J==="static"||J==="get"||J==="set"||J==="accessor")&&!x.value&&!x.typeAnnotation)return!0;if(!P||P.static||P.accessibility)return!1;if(!P.computed){let d=P.key&&P.key.name;if(d==="in"||d==="instanceof")return!0}if(A(P)&&P.variance&&!P.static&&!P.declare)return!0;switch(P.type){case"ClassProperty":case"PropertyDefinition":case"TSAbstractPropertyDefinition":return P.computed;case"MethodDefinition":case"TSAbstractMethodDefinition":case"ClassMethod":case"ClassPrivateMethod":{if((P.value?P.value.async:P.async)||P.kind==="get"||P.kind==="set")return!1;let d=P.value?P.value.generator:P.generator;return!!(P.computed||d)}case"TSIndexSignature":return!0}return!1}l.exports={printBody:w,printSwitchCaseConsequent:k}}}),Vs=$({"src/language-js/print/block.js"(u,l){ue();var{printDanglingComments:t}=Qt(),{isNonEmptyArray:a}=Gt(),{builders:{hardline:s,indent:e}}=wt(),{hasComment:r,CommentCheckFlags:n,isNextLineEmpty:o}=ur(),{printHardlineAfterHeritage:c}=mu(),{printBody:y}=qs();function m(p,D,C){let w=p.getValue(),k=[];if(w.type==="StaticBlock"&&k.push("static "),w.type==="ClassBody"&&a(w.body)){let N=p.getParentNode();k.push(c(N))}k.push("{");let A=g(p,D,C);if(A)k.push(e([s,A]),s);else{let N=p.getParentNode(),x=p.getParentNode(1);N.type==="ArrowFunctionExpression"||N.type==="FunctionExpression"||N.type==="FunctionDeclaration"||N.type==="ObjectMethod"||N.type==="ClassMethod"||N.type==="ClassPrivateMethod"||N.type==="ForStatement"||N.type==="WhileStatement"||N.type==="DoWhileStatement"||N.type==="DoExpression"||N.type==="CatchClause"&&!x.finalizer||N.type==="TSModuleDeclaration"||N.type==="TSDeclareFunction"||w.type==="StaticBlock"||w.type==="ClassBody"||k.push(s)}return k.push("}"),k}function g(p,D,C){let w=p.getValue(),k=a(w.directives),A=w.body.some(P=>P.type!=="EmptyStatement"),N=r(w,n.Dangling);if(!k&&!A&&!N)return"";let x=[];if(k&&p.each((P,_,J)=>{x.push(C()),(_"]),Q=[m("("),c([n,X("expression")]),n,m(")")];return it?y([[ae,X("expression")],[ae,o(Q,{shouldBreak:!0})],[ae,X("expression")]]):o([ae,X("expression")])}case"TSDeclareFunction":return B(fe,X,Ie);case"TSExportAssignment":return["export = ",X("expression"),we];case"TSModuleBlock":return G(fe,Ie,X);case"TSInterfaceBody":case"TSTypeLiteral":return F(fe,Ie,X);case"TSTypeAliasDeclaration":return M(fe,Ie,X);case"TSQualifiedName":return s(".",[X("left"),X("right")]);case"TSAbstractMethodDefinition":case"TSDeclareMethod":return h(fe,Ie,X);case"TSAbstractAccessorProperty":case"TSAbstractPropertyDefinition":return i(fe,Ie,X);case"TSInterfaceHeritage":case"TSExpressionWithTypeArguments":return _e.push(X("expression")),se.typeParameters&&_e.push(X("typeParameters")),_e;case"TSTemplateLiteralType":return T(fe,X,Ie);case"TSNamedTupleMember":return[X("label"),se.optional?"?":"",": ",X("elementType")];case"TSRestType":return["...",X("typeAnnotation")];case"TSOptionalType":return[X("typeAnnotation"),"?"];case"TSInterfaceDeclaration":return q(fe,Ie,X);case"TSClassImplements":return[X("expression"),X("typeParameters")];case"TSTypeParameterDeclaration":case"TSTypeParameterInstantiation":return b(fe,Ie,X,"params");case"TSTypeParameter":return E(fe,Ie,X);case"TSSatisfiesExpression":case"TSAsExpression":{let it=se.type==="TSAsExpression"?"as":"satisfies";_e.push(X("expression"),` ${it} `,X("typeAnnotation"));let ae=fe.getParentNode();return C(ae)&&ae.callee===se||w(ae)&&ae.object===se?o([c([n,..._e]),n]):_e}case"TSArrayType":return[X("elementType"),"[]"];case"TSPropertySignature":return se.readonly&&_e.push("readonly "),_e.push(S(fe,Ie,X),x(fe)),se.typeAnnotation&&_e.push(": ",X("typeAnnotation")),se.initializer&&_e.push(" = ",X("initializer")),_e;case"TSParameterProperty":return se.accessibility&&_e.push(se.accessibility+" "),se.export&&_e.push("export "),se.static&&_e.push("static "),se.override&&_e.push("override "),se.readonly&&_e.push("readonly "),_e.push(X("parameter")),_e;case"TSTypeQuery":return["typeof ",X("exprName"),X("typeParameters")];case"TSIndexSignature":{let it=fe.getParentNode(),ae=se.parameters.length>1?m(D(Ie)?",":""):"",Q=o([c([n,s([", ",n],fe.map(X,"parameters"))]),ae,n]);return[se.export?"export ":"",se.accessibility?[se.accessibility," "]:"",se.static?"static ":"",se.readonly?"readonly ":"",se.declare?"declare ":"","[",se.parameters?Q:"",se.typeAnnotation?"]: ":"]",se.typeAnnotation?X("typeAnnotation"):"",it.type==="ClassBody"?we:""]}case"TSTypePredicate":return[se.asserts?"asserts ":"",X("parameterName"),se.typeAnnotation?[" is ",X("typeAnnotation")]:""];case"TSNonNullExpression":return[X("expression"),"!"];case"TSImportType":return[se.isTypeOf?"typeof ":"","import(",X(se.parameter?"parameter":"argument"),")",se.qualifier?[".",X("qualifier")]:"",b(fe,Ie,X,"typeParameters")];case"TSLiteralType":return X("literal");case"TSIndexedAccessType":return R(fe,Ie,X);case"TSConstructSignatureDeclaration":case"TSCallSignatureDeclaration":case"TSConstructorType":{if(se.type==="TSConstructorType"&&se.abstract&&_e.push("abstract "),se.type!=="TSCallSignatureDeclaration"&&_e.push("new "),_e.push(o(J(fe,X,Ie,!1,!0))),se.returnType||se.typeAnnotation){let it=se.type==="TSConstructorType";_e.push(it?" => ":": ",X("returnType"),X("typeAnnotation"))}return _e}case"TSTypeOperator":return[se.operator," ",X("typeAnnotation")];case"TSMappedType":{let it=a(Ie.originalText,A(se),N(se));return o(["{",c([Ie.bracketSpacing?e:n,X("typeParameter"),se.optional?p(se.optional,"?"):"",se.typeAnnotation?": ":"",X("typeAnnotation"),m(we)]),t(fe,Ie,!0),Ie.bracketSpacing?e:n,"}"],{shouldBreak:it})}case"TSMethodSignature":{let it=se.kind&&se.kind!=="method"?`${se.kind} `:"";_e.push(se.accessibility?[se.accessibility," "]:"",it,se.export?"export ":"",se.static?"static ":"",se.readonly?"readonly ":"",se.abstract?"abstract ":"",se.declare?"declare ":"",se.computed?"[":"",X("key"),se.computed?"]":"",x(fe));let ae=J(fe,X,Ie,!1,!0),Q=se.returnType?"returnType":"typeAnnotation",me=se[Q],Ce=me?X(Q):"",Re=d(se,Ce);return _e.push(Re?o(ae):ae),me&&_e.push(": ",o(Ce)),o(_e)}case"TSNamespaceExportDeclaration":return _e.push("export as namespace ",X("id")),Ie.semi&&_e.push(";"),o(_e);case"TSEnumDeclaration":return se.declare&&_e.push("declare "),se.modifiers&&_e.push(P(fe,Ie,X)),se.const&&_e.push("const "),_e.push("enum ",X("id")," "),se.members.length===0?_e.push(o(["{",t(fe,Ie),n,"}"])):_e.push(o(["{",c([r,f(fe,Ie,"members",X),D(Ie,"es5")?",":""]),t(fe,Ie,!0),r,"}"])),_e;case"TSEnumMember":return se.computed?_e.push("[",X("id"),"]"):_e.push(X("id")),se.initializer&&_e.push(" = ",X("initializer")),_e;case"TSImportEqualsDeclaration":return se.isExport&&_e.push("export "),_e.push("import "),se.importKind&&se.importKind!=="value"&&_e.push(se.importKind," "),_e.push(X("id")," = ",X("moduleReference")),Ie.semi&&_e.push(";"),o(_e);case"TSExternalModuleReference":return["require(",X("expression"),")"];case"TSModuleDeclaration":{let it=fe.getParentNode(),ae=g(se.id),Q=it.type==="TSModuleDeclaration",me=se.body&&se.body.type==="TSModuleDeclaration";if(Q)_e.push(".");else{se.declare&&_e.push("declare "),_e.push(P(fe,Ie,X));let Ce=Ie.originalText.slice(A(se),A(se.id));se.id.type==="Identifier"&&se.id.name==="global"&&!/namespace|module/.test(Ce)||_e.push(ae||/(?:^|\s)module(?:\s|$)/.test(Ce)?"module ":"namespace ")}return _e.push(X("id")),me?_e.push(X("body")):se.body?_e.push(" ",o(X("body"))):_e.push(we),_e}case"TSConditionalType":return _(fe,Ie,X);case"TSInferType":return["infer"," ",X("typeParameter")];case"TSIntersectionType":return te(fe,Ie,X);case"TSUnionType":return j(fe,Ie,X);case"TSFunctionType":return De(fe,Ie,X);case"TSTupleType":return U(fe,Ie,X);case"TSTypeReference":return[X("typeName"),b(fe,Ie,X,"typeParameters")];case"TSTypeAnnotation":return X("typeAnnotation");case"TSEmptyBodyFunctionExpression":return I(fe,Ie,X);case"TSJSDocAllType":return"*";case"TSJSDocUnknownType":return"?";case"TSJSDocNullableType":return pe(fe,X,"?");case"TSJSDocNonNullableType":return pe(fe,X,"!");case"TSInstantiationExpression":return[X("expression"),X("typeParameters")];default:throw new Error(`Unknown TypeScript node type: ${JSON.stringify(se.type)}.`)}}l.exports={printTypescript:be}}}),xa=$({"src/language-js/print/comment.js"(u,l){ue();var{hasNewline:t}=Gt(),{builders:{join:a,hardline:s},utils:{replaceTextEndOfLine:e}}=wt(),{isLineComment:r}=ur(),{locStart:n,locEnd:o}=or(),c=vn();function y(p,D){let C=p.getValue();if(r(C))return D.originalText.slice(n(C),o(C)).trimEnd();if(c(C)){if(m(C)){let A=g(C);return C.trailing&&!t(D.originalText,n(C),{backwards:!0})?[s,A]:A}let w=o(C),k=D.originalText.slice(w-3,w)==="*-/";return["/*",e(C.value),k?"*-/":"*/"]}throw new Error("Not a comment: "+JSON.stringify(C))}function m(p){let D=`*${p.value}*`.split(` +`);return D.length>1&&D.every(C=>C.trim()[0]==="*")}function g(p){let D=p.value.split(` +`);return["/*",a(s,D.map((C,w)=>w===0?C.trimEnd():" "+(w{let{marker:tr}=jt;return tr===F});return[Ke("expression"),x(ht,tt)?"":ar,Tt?[" ",Tt]:""]}case"ParenthesizedExpression":return!A(dt.expression)&&(dt.expression.type==="ObjectExpression"||dt.expression.type==="ArrayExpression")?["(",Ke("expression"),")"]:o(["(",c([n,Ke("expression")]),n,")"]);case"AssignmentExpression":return xe(tt,ht,Ke);case"VariableDeclarator":return bt(tt,ht,Ke);case"BinaryExpression":case"LogicalExpression":return H(tt,ht,Ke);case"AssignmentPattern":return[Ke("left")," = ",Ke("right")];case"OptionalMemberExpression":case"MemberExpression":return oe(tt,ht,Ke);case"MetaProperty":return[Ke("meta"),".",Ke("property")];case"BindExpression":return dt.object&&Dt.push(Ke("object")),Dt.push(o(c([n,j(tt,ht,Ke)]))),Dt;case"Identifier":return[dt.name,te(tt),pe(tt),De(tt,ht,Ke)];case"V8IntrinsicIdentifier":return["%",dt.name];case"SpreadElement":case"SpreadElementPattern":case"SpreadProperty":case"SpreadPropertyPattern":case"RestElement":return R(tt,ht,Ke);case"FunctionDeclaration":case"FunctionExpression":return Xe(tt,Ke,ht,pr);case"ArrowFunctionExpression":return Ye(tt,ht,Ke,pr);case"YieldExpression":return Dt.push("yield"),dt.delegate&&Dt.push("*"),dt.argument&&Dt.push(" ",Ke("argument")),Dt;case"AwaitExpression":{if(Dt.push("await"),dt.argument){Dt.push(" ",Ke("argument"));let Tt=tt.getParentNode();if(T(Tt)&&Tt.callee===dt||f(Tt)&&Tt.object===dt){Dt=[c([n,...Dt]),n];let jt=tt.findAncestor(tr=>tr.type==="AwaitExpression"||tr.type==="BlockStatement");if(!jt||jt.type!=="AwaitExpression")return o(Dt)}}return Dt}case"ExportDefaultDeclaration":case"ExportNamedDeclaration":return Ie(tt,ht,Ke);case"ExportAllDeclaration":return X(tt,ht,Ke);case"ImportDeclaration":return fe(tt,ht,Ke);case"ImportSpecifier":case"ExportSpecifier":case"ImportNamespaceSpecifier":case"ExportNamespaceSpecifier":case"ImportDefaultSpecifier":case"ExportDefaultSpecifier":return se(tt,ht,Ke);case"ImportAttribute":return[Ke("key"),": ",Ke("value")];case"Import":return"import";case"BlockStatement":case"StaticBlock":case"ClassBody":return Be(tt,ht,Ke);case"ThrowStatement":return It(tt,ht,Ke);case"ReturnStatement":return Rt(tt,ht,Ke);case"NewExpression":case"ImportExpression":case"OptionalCallExpression":case"CallExpression":return Et(tt,ht,Ke);case"ObjectExpression":case"ObjectPattern":case"RecordExpression":return ae(tt,ht,Ke);case"ObjectProperty":case"Property":return dt.method||dt.kind==="get"||dt.kind==="set"?Ct(tt,ht,Ke):Re(tt,ht,Ke);case"ObjectMethod":return Ct(tt,ht,Ke);case"Decorator":return["@",Ke("expression")];case"ArrayExpression":case"ArrayPattern":case"TupleExpression":return it(tt,ht,Ke);case"SequenceExpression":{let Tt=tt.getParentNode(0);if(Tt.type==="ExpressionStatement"||Tt.type==="ForStatement"){let jt=[];return tt.each((tr,ft)=>{ft===0?jt.push(Ke()):jt.push(",",c([e,Ke()]))},"expressions"),o(jt)}return o(s([",",e],tt.map(Ke,"expressions")))}case"ThisExpression":return"this";case"Super":return"super";case"Directive":return[Ke("value"),ar];case"DirectiveLiteral":return be(dt.extra.raw,ht);case"UnaryExpression":return Dt.push(dt.operator),/[a-z]$/.test(dt.operator)&&Dt.push(" "),A(dt.argument)?Dt.push(o(["(",c([n,Ke("argument")]),n,")"])):Dt.push(Ke("argument")),Dt;case"UpdateExpression":return Dt.push(Ke("argument"),dt.operator),dt.prefix&&Dt.reverse(),Dt;case"ConditionalExpression":return we(tt,ht,Ke);case"VariableDeclaration":{let Tt=tt.map(Ke,"declarations"),jt=tt.getParentNode(),tr=jt.type==="ForStatement"||jt.type==="ForInStatement"||jt.type==="ForOfStatement",ft=dt.declarations.some(Bt=>Bt.init),Pt;return Tt.length===1&&!A(dt.declarations[0])?Pt=Tt[0]:Tt.length>0&&(Pt=c(Tt[0])),Dt=[dt.declare?"declare ":"",dt.kind,Pt?[" ",Pt]:"",c(Tt.slice(1).map(Bt=>[",",ft&&!tr?r:e,Bt]))],tr&&jt.body!==dt||Dt.push(ar),o(Dt)}case"WithStatement":return o(["with (",Ke("object"),")",U(dt.body,Ke("body"))]);case"IfStatement":{let Tt=U(dt.consequent,Ke("consequent")),jt=o(["if (",o([c([n,Ke("test")]),n]),")",Tt]);if(Dt.push(jt),dt.alternate){let tr=A(dt.consequent,N.Trailing|N.Line)||J(dt),ft=dt.consequent.type==="BlockStatement"&&!tr;Dt.push(ft?" ":r),A(dt,N.Dangling)&&Dt.push(t(tt,ht,!0),tr?r:" "),Dt.push("else",o(U(dt.alternate,Ke("alternate"),dt.alternate.type==="IfStatement")))}return Dt}case"ForStatement":{let Tt=U(dt.body,Ke("body")),jt=t(tt,ht,!0),tr=jt?[jt,n]:"";return!dt.init&&!dt.test&&!dt.update?[tr,o(["for (;;)",Tt])]:[tr,o(["for (",o([c([n,Ke("init"),";",e,Ke("test"),";",e,Ke("update")]),n]),")",Tt])]}case"WhileStatement":return o(["while (",o([c([n,Ke("test")]),n]),")",U(dt.body,Ke("body"))]);case"ForInStatement":return o(["for (",Ke("left")," in ",Ke("right"),")",U(dt.body,Ke("body"))]);case"ForOfStatement":return o(["for",dt.await?" await":""," (",Ke("left")," of ",Ke("right"),")",U(dt.body,Ke("body"))]);case"DoWhileStatement":{let Tt=U(dt.body,Ke("body"));return Dt=[o(["do",Tt])],dt.body.type==="BlockStatement"?Dt.push(" "):Dt.push(r),Dt.push("while (",o([c([n,Ke("test")]),n]),")",ar),Dt}case"DoExpression":return[dt.async?"async ":"","do ",Ke("body")];case"BreakStatement":return Dt.push("break"),dt.label&&Dt.push(" ",Ke("label")),Dt.push(ar),Dt;case"ContinueStatement":return Dt.push("continue"),dt.label&&Dt.push(" ",Ke("label")),Dt.push(ar),Dt;case"LabeledStatement":return dt.body.type==="EmptyStatement"?[Ke("label"),":;"]:[Ke("label"),": ",Ke("body")];case"TryStatement":return["try ",Ke("block"),dt.handler?[" ",Ke("handler")]:"",dt.finalizer?[" finally ",Ke("finalizer")]:""];case"CatchClause":if(dt.param){let Tt=A(dt.param,tr=>!E(tr)||tr.leading&&a(ht.originalText,h(tr))||tr.trailing&&a(ht.originalText,i(tr),{backwards:!0})),jt=Ke("param");return["catch ",Tt?["(",c([n,jt]),n,") "]:["(",jt,") "],Ke("body")]}return["catch ",Ke("body")];case"SwitchStatement":return[o(["switch (",c([n,Ke("discriminant")]),n,")"])," {",dt.cases.length>0?c([r,s(r,tt.map((Tt,jt,tr)=>{let ft=Tt.getValue();return[Ke(),jt!==tr.length-1&&_(ft,ht)?r:""]},"cases"))]):"",r,"}"];case"SwitchCase":{dt.test?Dt.push("case ",Ke("test"),":"):Dt.push("default:"),A(dt,N.Dangling)&&Dt.push(" ",t(tt,ht,!0));let Tt=dt.consequent.filter(jt=>jt.type!=="EmptyStatement");if(Tt.length>0){let jt=ke(tt,ht,Ke);Dt.push(Tt.length===1&&Tt[0].type==="BlockStatement"?[" ",jt]:c([r,jt]))}return Dt}case"DebuggerStatement":return["debugger",ar];case"ClassDeclaration":case"ClassExpression":return Q(tt,ht,Ke);case"ClassMethod":case"ClassPrivateMethod":case"MethodDefinition":return me(tt,ht,Ke);case"ClassProperty":case"PropertyDefinition":case"ClassPrivateProperty":case"ClassAccessorProperty":case"AccessorProperty":return Ce(tt,ht,Ke);case"TemplateElement":return y(dt.value.raw);case"TemplateLiteral":return _e(tt,Ke,ht);case"TaggedTemplateExpression":return[Ke("tag"),Ke("typeParameters"),Ke("quasi")];case"PrivateIdentifier":return["#",Ke("name")];case"PrivateName":return["#",Ke("id")];case"InterpreterDirective":return Dt.push("#!",dt.value,r),_(dt,ht)&&Dt.push(r),Dt;case"TopicReference":return"%";case"ArgumentPlaceholder":return"?";case"ModuleExpression":{Dt.push("module {");let Tt=Ke("body");return Tt&&Dt.push(c([r,Tt]),r),Dt.push("}"),Dt}default:throw new Error("unknown type: "+JSON.stringify(dt.type))}}function ze(tt){return tt.type&&!E(tt)&&!P(tt)&&tt.type!=="EmptyStatement"&&tt.type!=="TemplateElement"&&tt.type!=="Import"&&tt.type!=="TSEmptyBodyFunctionExpression"}l.exports={preprocess:w,print:K,embed:m,insertPragma:p,massageAstNode:g,hasPrettierIgnore(tt){return d(tt)||q(tt)},willPrintOwnComments:D.willPrintOwnComments,canAttachComment:ze,printComment:ut,isBlockComment:E,handleComments:{avoidAstMutation:!0,ownLine:D.handleOwnLineComment,endOfLine:D.handleEndOfLineComment,remaining:D.handleRemainingComment},getCommentChildNodes:D.getCommentChildNodes}}}),wa=$({"src/language-js/printer-estree-json.js"(u,l){ue();var{builders:{hardline:t,indent:a,join:s}}=wt(),e=Is();function r(y,m,g){let p=y.getValue();switch(p.type){case"JsonRoot":return[g("node"),t];case"ArrayExpression":{if(p.elements.length===0)return"[]";let D=y.map(()=>y.getValue()===null?"null":g(),"elements");return["[",a([t,s([",",t],D)]),t,"]"]}case"ObjectExpression":return p.properties.length===0?"{}":["{",a([t,s([",",t],y.map(g,"properties"))]),t,"}"];case"ObjectProperty":return[g("key"),": ",g("value")];case"UnaryExpression":return[p.operator==="+"?"":p.operator,g("argument")];case"NullLiteral":return"null";case"BooleanLiteral":return p.value?"true":"false";case"StringLiteral":return JSON.stringify(p.value);case"NumericLiteral":return n(y)?JSON.stringify(String(p.value)):JSON.stringify(p.value);case"Identifier":return n(y)?JSON.stringify(p.name):p.name;case"TemplateLiteral":return g(["quasis",0]);case"TemplateElement":return JSON.stringify(p.value.cooked);default:throw new Error("unknown type: "+JSON.stringify(p.type))}}function n(y){return y.getName()==="key"&&y.getParentNode().type==="ObjectProperty"}var o=new Set(["start","end","extra","loc","comments","leadingComments","trailingComments","innerComments","errors","range","tokens"]);function c(y,m){let{type:g}=y;if(g==="ObjectProperty"){let{key:p}=y;p.type==="Identifier"?m.key={type:"StringLiteral",value:p.name}:p.type==="NumericLiteral"&&(m.key={type:"StringLiteral",value:String(p.value)});return}if(g==="UnaryExpression"&&y.operator==="+")return m.argument;if(g==="ArrayExpression"){for(let[p,D]of y.elements.entries())D===null&&m.elements.splice(p,0,{type:"NullLiteral"});return}if(g==="TemplateLiteral")return{type:"StringLiteral",value:y.quasis[0].value.cooked}}c.ignoredProperties=o,l.exports={preprocess:e,print:r,massageAstNode:c}}}),On=$({"src/common/common-options.js"(u,l){ue();var t="Common";l.exports={bracketSpacing:{since:"0.0.0",category:t,type:"boolean",default:!0,description:"Print spaces between brackets.",oppositeDescription:"Do not print spaces between brackets."},singleQuote:{since:"0.0.0",category:t,type:"boolean",default:!1,description:"Use single quotes instead of double quotes."},proseWrap:{since:"1.8.2",category:t,type:"choice",default:[{since:"1.8.2",value:!0},{since:"1.9.0",value:"preserve"}],description:"How to wrap prose.",choices:[{since:"1.9.0",value:"always",description:"Wrap prose if it exceeds the print width."},{since:"1.9.0",value:"never",description:"Do not wrap prose."},{since:"1.9.0",value:"preserve",description:"Wrap prose as-is."}]},bracketSameLine:{since:"2.4.0",category:t,type:"boolean",default:!1,description:"Put > of opening tags on the last line instead of on a new line."},singleAttributePerLine:{since:"2.6.0",category:t,type:"boolean",default:!1,description:"Enforce single attribute per line in HTML, Vue and JSX."}}}}),Na=$({"src/language-js/options.js"(u,l){ue();var t=On(),a="JavaScript";l.exports={arrowParens:{since:"1.9.0",category:a,type:"choice",default:[{since:"1.9.0",value:"avoid"},{since:"2.0.0",value:"always"}],description:"Include parentheses around a sole arrow function parameter.",choices:[{value:"always",description:"Always include parens. Example: `(x) => x`"},{value:"avoid",description:"Omit parens when possible. Example: `x => x`"}]},bracketSameLine:t.bracketSameLine,bracketSpacing:t.bracketSpacing,jsxBracketSameLine:{since:"0.17.0",category:a,type:"boolean",description:"Put > on the last line instead of at a new line.",deprecated:"2.4.0"},semi:{since:"1.0.0",category:a,type:"boolean",default:!0,description:"Print semicolons.",oppositeDescription:"Do not print semicolons, except at the beginning of lines which may need them."},singleQuote:t.singleQuote,jsxSingleQuote:{since:"1.15.0",category:a,type:"boolean",default:!1,description:"Use single quotes in JSX."},quoteProps:{since:"1.17.0",category:a,type:"choice",default:"as-needed",description:"Change when properties in objects are quoted.",choices:[{value:"as-needed",description:"Only add quotes around object properties where required."},{value:"consistent",description:"If at least one property in an object requires quotes, quote all properties."},{value:"preserve",description:"Respect the input use of quotes in object properties."}]},trailingComma:{since:"0.0.0",category:a,type:"choice",default:[{since:"0.0.0",value:!1},{since:"0.19.0",value:"none"},{since:"2.0.0",value:"es5"}],description:"Print trailing commas wherever possible when multi-line.",choices:[{value:"es5",description:"Trailing commas where valid in ES5 (objects, arrays, etc.)"},{value:"none",description:"No trailing commas."},{value:"all",description:"Trailing commas wherever possible (including function arguments)."}]},singleAttributePerLine:t.singleAttributePerLine}}}),_a=$({"src/language-js/parse/parsers.js"(){ue()}}),ps=$({"node_modules/linguist-languages/data/JavaScript.json"(u,l){l.exports={name:"JavaScript",type:"programming",tmScope:"source.js",aceMode:"javascript",codemirrorMode:"javascript",codemirrorMimeType:"text/javascript",color:"#f1e05a",aliases:["js","node"],extensions:[".js","._js",".bones",".cjs",".es",".es6",".frag",".gs",".jake",".javascript",".jsb",".jscad",".jsfl",".jslib",".jsm",".jspre",".jss",".jsx",".mjs",".njs",".pac",".sjs",".ssjs",".xsjs",".xsjslib"],filenames:["Jakefile"],interpreters:["chakra","d8","gjs","js","node","nodejs","qjs","rhino","v8","v8-shell"],languageId:183}}}),ka=$({"node_modules/linguist-languages/data/TypeScript.json"(u,l){l.exports={name:"TypeScript",type:"programming",color:"#3178c6",aliases:["ts"],interpreters:["deno","ts-node"],extensions:[".ts",".cts",".mts"],tmScope:"source.ts",aceMode:"typescript",codemirrorMode:"javascript",codemirrorMimeType:"application/typescript",languageId:378}}}),Pa=$({"node_modules/linguist-languages/data/TSX.json"(u,l){l.exports={name:"TSX",type:"programming",color:"#3178c6",group:"TypeScript",extensions:[".tsx"],tmScope:"source.tsx",aceMode:"javascript",codemirrorMode:"jsx",codemirrorMimeType:"text/jsx",languageId:94901924}}}),Us=$({"node_modules/linguist-languages/data/JSON.json"(u,l){l.exports={name:"JSON",type:"data",color:"#292929",tmScope:"source.json",aceMode:"json",codemirrorMode:"javascript",codemirrorMimeType:"application/json",aliases:["geojson","jsonl","topojson"],extensions:[".json",".4DForm",".4DProject",".avsc",".geojson",".gltf",".har",".ice",".JSON-tmLanguage",".jsonl",".mcmeta",".tfstate",".tfstate.backup",".topojson",".webapp",".webmanifest",".yy",".yyp"],filenames:[".arcconfig",".auto-changelog",".c8rc",".htmlhintrc",".imgbotconfig",".nycrc",".tern-config",".tern-project",".watchmanconfig","Pipfile.lock","composer.lock","mcmod.info"],languageId:174}}}),Ia=$({"node_modules/linguist-languages/data/JSON with Comments.json"(u,l){l.exports={name:"JSON with Comments",type:"data",color:"#292929",group:"JSON",tmScope:"source.js",aceMode:"javascript",codemirrorMode:"javascript",codemirrorMimeType:"text/javascript",aliases:["jsonc"],extensions:[".jsonc",".code-snippets",".sublime-build",".sublime-commands",".sublime-completions",".sublime-keymap",".sublime-macro",".sublime-menu",".sublime-mousemap",".sublime-project",".sublime-settings",".sublime-theme",".sublime-workspace",".sublime_metrics",".sublime_session"],filenames:[".babelrc",".devcontainer.json",".eslintrc.json",".jscsrc",".jshintrc",".jslintrc","api-extractor.json","devcontainer.json","jsconfig.json","language-configuration.json","tsconfig.json","tslint.json"],languageId:423}}}),ja=$({"node_modules/linguist-languages/data/JSON5.json"(u,l){l.exports={name:"JSON5",type:"data",color:"#267CB9",extensions:[".json5"],tmScope:"source.js",aceMode:"javascript",codemirrorMode:"javascript",codemirrorMimeType:"application/json",languageId:175}}}),La=$({"src/language-js/index.js"(u,l){ue();var t=vr(),a=Ba(),s=wa(),e=Na(),r=_a(),n=[t(ps(),c=>({since:"0.0.0",parsers:["babel","acorn","espree","meriyah","babel-flow","babel-ts","flow","typescript"],vscodeLanguageIds:["javascript","mongo"],interpreters:[...c.interpreters,"zx"],extensions:[...c.extensions.filter(y=>y!==".jsx"),".wxs"]})),t(ps(),()=>({name:"Flow",since:"0.0.0",parsers:["flow","babel-flow"],vscodeLanguageIds:["javascript"],aliases:[],filenames:[],extensions:[".js.flow"]})),t(ps(),()=>({name:"JSX",since:"0.0.0",parsers:["babel","babel-flow","babel-ts","flow","typescript","espree","meriyah"],vscodeLanguageIds:["javascriptreact"],aliases:void 0,filenames:void 0,extensions:[".jsx"],group:"JavaScript",interpreters:void 0,tmScope:"source.js.jsx",aceMode:"javascript",codemirrorMode:"jsx",codemirrorMimeType:"text/jsx",color:void 0})),t(ka(),()=>({since:"1.4.0",parsers:["typescript","babel-ts"],vscodeLanguageIds:["typescript"]})),t(Pa(),()=>({since:"1.4.0",parsers:["typescript","babel-ts"],vscodeLanguageIds:["typescriptreact"]})),t(Us(),()=>({name:"JSON.stringify",since:"1.13.0",parsers:["json-stringify"],vscodeLanguageIds:["json"],extensions:[".importmap"],filenames:["package.json","package-lock.json","composer.json"]})),t(Us(),c=>({since:"1.5.0",parsers:["json"],vscodeLanguageIds:["json"],extensions:c.extensions.filter(y=>y!==".jsonl")})),t(Ia(),c=>({since:"1.5.0",parsers:["json"],vscodeLanguageIds:["jsonc"],filenames:[...c.filenames,".eslintrc",".swcrc"]})),t(ja(),()=>({since:"1.13.0",parsers:["json5"],vscodeLanguageIds:["json5"]}))],o={estree:a,"estree-json":s};l.exports={languages:n,options:e,printers:o,parsers:r}}}),Oa=$({"src/language-css/clean.js"(u,l){ue();var{isFrontMatterNode:t}=Gt(),a=mr(),s=new Set(["raw","raws","sourceIndex","source","before","after","trailingComma"]);function e(n,o,c){if(t(n)&&n.lang==="yaml"&&delete o.value,n.type==="css-comment"&&c.type==="css-root"&&c.nodes.length>0&&((c.nodes[0]===n||t(c.nodes[0])&&c.nodes[1]===n)&&(delete o.text,/^\*\s*@(?:format|prettier)\s*$/.test(n.text))||c.type==="css-root"&&a(c.nodes)===n))return null;if(n.type==="value-root"&&delete o.text,(n.type==="media-query"||n.type==="media-query-list"||n.type==="media-feature-expression")&&delete o.value,n.type==="css-rule"&&delete o.params,n.type==="selector-combinator"&&(o.value=o.value.replace(/\s+/g," ")),n.type==="media-feature"&&(o.value=o.value.replace(/ /g,"")),(n.type==="value-word"&&(n.isColor&&n.isHex||["initial","inherit","unset","revert"].includes(o.value.replace().toLowerCase()))||n.type==="media-feature"||n.type==="selector-root-invalid"||n.type==="selector-pseudo")&&(o.value=o.value.toLowerCase()),n.type==="css-decl"&&(o.prop=o.prop.toLowerCase()),(n.type==="css-atrule"||n.type==="css-import")&&(o.name=o.name.toLowerCase()),n.type==="value-number"&&(o.unit=o.unit.toLowerCase()),(n.type==="media-feature"||n.type==="media-keyword"||n.type==="media-type"||n.type==="media-unknown"||n.type==="media-url"||n.type==="media-value"||n.type==="selector-attribute"||n.type==="selector-string"||n.type==="selector-class"||n.type==="selector-combinator"||n.type==="value-string")&&o.value&&(o.value=r(o.value)),n.type==="selector-attribute"&&(o.attribute=o.attribute.trim(),o.namespace&&typeof o.namespace=="string"&&(o.namespace=o.namespace.trim(),o.namespace.length===0&&(o.namespace=!0)),o.value&&(o.value=o.value.trim().replace(/^["']|["']$/g,""),delete o.quoted)),(n.type==="media-value"||n.type==="media-type"||n.type==="value-number"||n.type==="selector-root-invalid"||n.type==="selector-class"||n.type==="selector-combinator"||n.type==="selector-tag")&&o.value&&(o.value=o.value.replace(/([\d+.Ee-]+)([A-Za-z]*)/g,(y,m,g)=>{let p=Number(m);return Number.isNaN(p)?y:p+g.toLowerCase()})),n.type==="selector-tag"){let y=n.value.toLowerCase();["from","to"].includes(y)&&(o.value=y)}if(n.type==="css-atrule"&&n.name.toLowerCase()==="supports"&&delete o.value,n.type==="selector-unknown"&&delete o.value,n.type==="value-comma_group"){let y=n.groups.findIndex(m=>m.type==="value-number"&&m.unit==="...");y!==-1&&(o.groups[y].unit="",o.groups.splice(y+1,0,{type:"value-word",value:"...",isColor:!1,isHex:!1}))}if(n.type==="value-comma_group"&&n.groups.some(y=>y.type==="value-atword"&&y.value.endsWith("[")||y.type==="value-word"&&y.value.startsWith("]")))return{type:"value-atword",value:n.groups.map(y=>y.value).join(""),group:{open:null,close:null,groups:[],type:"value-paren_group"}}}e.ignoredProperties=s;function r(n){return n.replace(/'/g,'"').replace(/\\([^\dA-Fa-f])/g,"$1")}l.exports=e}}),cs=$({"src/utils/front-matter/print.js"(u,l){ue();var{builders:{hardline:t,markAsRoot:a}}=wt();function s(e,r){if(e.lang==="yaml"){let n=e.value.trim(),o=n?r(n,{parser:"yaml"},{stripTrailingHardline:!0}):"";return a([e.startDelimiter,t,o,o?t:"",e.endDelimiter])}}l.exports=s}}),$a=$({"src/language-css/embed.js"(u,l){ue();var{builders:{hardline:t}}=wt(),a=cs();function s(e,r,n){let o=e.getValue();if(o.type==="front-matter"){let c=a(o,n);return c?[c,t]:""}}l.exports=s}}),Gs=$({"src/utils/front-matter/parse.js"(u,l){ue();var t=new RegExp("^(?-{3}|\\+{3})(?[^\\n]*)\\n(?:|(?.*?)\\n)(?\\k|\\.{3})[^\\S\\n]*(?:\\n|$)","s");function a(s){let e=s.match(t);if(!e)return{content:s};let{startDelimiter:r,language:n,value:o="",endDelimiter:c}=e.groups,y=n.trim()||"yaml";if(r==="+++"&&(y="toml"),y!=="yaml"&&r!==c)return{content:s};let[m]=e;return{frontMatter:{type:"front-matter",lang:y,value:o,startDelimiter:r,endDelimiter:c,raw:m.replace(/\n$/,"")},content:m.replace(/[^\n]/g," ")+s.slice(m.length)}}l.exports=a}}),Ra=$({"src/language-css/pragma.js"(u,l){ue();var t=ks(),a=Gs();function s(r){return t.hasPragma(a(r).content)}function e(r){let{frontMatter:n,content:o}=a(r);return(n?n.raw+` + +`:"")+t.insertPragma(o)}l.exports={hasPragma:s,insertPragma:e}}}),Ma=$({"src/language-css/utils/index.js"(u,l){ue();var t=new Set(["red","green","blue","alpha","a","rgb","hue","h","saturation","s","lightness","l","whiteness","w","blackness","b","tint","shade","blend","blenda","contrast","hsl","hsla","hwb","hwba"]);function a(ae,Q){let me=Array.isArray(Q)?Q:[Q],Ce=-1,Re;for(;Re=ae.getParentNode(++Ce);)if(me.includes(Re.type))return Ce;return-1}function s(ae,Q){let me=a(ae,Q);return me===-1?null:ae.getParentNode(me)}function e(ae){var Q;let me=s(ae,"css-decl");return me==null||(Q=me.prop)===null||Q===void 0?void 0:Q.toLowerCase()}var r=new Set(["initial","inherit","unset","revert"]);function n(ae){return r.has(ae.toLowerCase())}function o(ae,Q){let me=s(ae,"css-atrule");return(me==null?void 0:me.name)&&me.name.toLowerCase().endsWith("keyframes")&&["from","to"].includes(Q.toLowerCase())}function c(ae){return ae.includes("$")||ae.includes("@")||ae.includes("#")||ae.startsWith("%")||ae.startsWith("--")||ae.startsWith(":--")||ae.includes("(")&&ae.includes(")")?ae:ae.toLowerCase()}function y(ae,Q){var me;let Ce=s(ae,"value-func");return(Ce==null||(me=Ce.value)===null||me===void 0?void 0:me.toLowerCase())===Q}function m(ae){var Q;let me=s(ae,"css-rule"),Ce=me==null||(Q=me.raws)===null||Q===void 0?void 0:Q.selector;return Ce&&(Ce.startsWith(":import")||Ce.startsWith(":export"))}function g(ae,Q){let me=Array.isArray(Q)?Q:[Q],Ce=s(ae,"css-atrule");return Ce&&me.includes(Ce.name.toLowerCase())}function p(ae){let Q=ae.getValue(),me=s(ae,"css-atrule");return(me==null?void 0:me.name)==="import"&&Q.groups[0].value==="url"&&Q.groups.length===2}function D(ae){return ae.type==="value-func"&&ae.value.toLowerCase()==="url"}function C(ae,Q){var me;let Ce=(me=ae.getParentNode())===null||me===void 0?void 0:me.nodes;return Ce&&Ce.indexOf(Q)===Ce.length-1}function w(ae){let{selector:Q}=ae;return Q?typeof Q=="string"&&/^@.+:.*$/.test(Q)||Q.value&&/^@.+:.*$/.test(Q.value):!1}function k(ae){return ae.type==="value-word"&&["from","through","end"].includes(ae.value)}function A(ae){return ae.type==="value-word"&&["and","or","not"].includes(ae.value)}function N(ae){return ae.type==="value-word"&&ae.value==="in"}function x(ae){return ae.type==="value-operator"&&ae.value==="*"}function P(ae){return ae.type==="value-operator"&&ae.value==="/"}function _(ae){return ae.type==="value-operator"&&ae.value==="+"}function J(ae){return ae.type==="value-operator"&&ae.value==="-"}function d(ae){return ae.type==="value-operator"&&ae.value==="%"}function T(ae){return x(ae)||P(ae)||_(ae)||J(ae)||d(ae)}function f(ae){return ae.type==="value-word"&&["==","!="].includes(ae.value)}function F(ae){return ae.type==="value-word"&&["<",">","<=",">="].includes(ae.value)}function i(ae){return ae.type==="css-atrule"&&["if","else","for","each","while"].includes(ae.name)}function h(ae){var Q;return((Q=ae.raws)===null||Q===void 0?void 0:Q.params)&&/^\(\s*\)$/.test(ae.raws.params)}function E(ae){return ae.name.startsWith("prettier-placeholder")}function b(ae){return ae.prop.startsWith("@prettier-placeholder")}function S(ae,Q){return ae.value==="$$"&&ae.type==="value-func"&&(Q==null?void 0:Q.type)==="value-word"&&!Q.raws.before}function B(ae){var Q,me;return((Q=ae.value)===null||Q===void 0?void 0:Q.type)==="value-root"&&((me=ae.value.group)===null||me===void 0?void 0:me.type)==="value-value"&&ae.prop.toLowerCase()==="composes"}function I(ae){var Q,me,Ce;return((Q=ae.value)===null||Q===void 0||(me=Q.group)===null||me===void 0||(Ce=me.group)===null||Ce===void 0?void 0:Ce.type)==="value-paren_group"&&ae.value.group.group.open!==null&&ae.value.group.group.close!==null}function q(ae){var Q;return((Q=ae.raws)===null||Q===void 0?void 0:Q.before)===""}function G(ae){var Q,me;return ae.type==="value-comma_group"&&((Q=ae.groups)===null||Q===void 0||(me=Q[1])===null||me===void 0?void 0:me.type)==="value-colon"}function M(ae){var Q;return ae.type==="value-paren_group"&&((Q=ae.groups)===null||Q===void 0?void 0:Q[0])&&G(ae.groups[0])}function te(ae){var Q;let me=ae.getValue();if(me.groups.length===0)return!1;let Ce=ae.getParentNode(1);if(!M(me)&&!(Ce&&M(Ce)))return!1;let Re=s(ae,"css-decl");return!!(Re!=null&&(Q=Re.prop)!==null&&Q!==void 0&&Q.startsWith("$")||M(Ce)||Ce.type==="value-func")}function j(ae){return ae.type==="value-comment"&&ae.inline}function De(ae){return ae.type==="value-word"&&ae.value==="#"}function U(ae){return ae.type==="value-word"&&ae.value==="{"}function R(ae){return ae.type==="value-word"&&ae.value==="}"}function pe(ae){return["value-word","value-atword"].includes(ae.type)}function be(ae){return(ae==null?void 0:ae.type)==="value-colon"}function fe(ae,Q){if(!G(Q))return!1;let{groups:me}=Q,Ce=me.indexOf(ae);return Ce===-1?!1:be(me[Ce+1])}function Ie(ae){return ae.value&&["not","and","or"].includes(ae.value.toLowerCase())}function X(ae){return ae.type!=="value-func"?!1:t.has(ae.value.toLowerCase())}function se(ae){return/\/\//.test(ae.split(/[\n\r]/).pop())}function we(ae){return(ae==null?void 0:ae.type)==="value-atword"&&ae.value.startsWith("prettier-placeholder-")}function _e(ae,Q){var me,Ce;if(((me=ae.open)===null||me===void 0?void 0:me.value)!=="("||((Ce=ae.close)===null||Ce===void 0?void 0:Ce.value)!==")"||ae.groups.some(Re=>Re.type!=="value-comma_group"))return!1;if(Q.type==="value-comma_group"){let Re=Q.groups.indexOf(ae)-1,Xe=Q.groups[Re];if((Xe==null?void 0:Xe.type)==="value-word"&&Xe.value==="with")return!0}return!1}function it(ae){var Q,me;return ae.type==="value-paren_group"&&((Q=ae.open)===null||Q===void 0?void 0:Q.value)==="("&&((me=ae.close)===null||me===void 0?void 0:me.value)===")"}l.exports={getAncestorCounter:a,getAncestorNode:s,getPropOfDeclNode:e,maybeToLowerCase:c,insideValueFunctionNode:y,insideICSSRuleNode:m,insideAtRuleNode:g,insideURLFunctionInImportAtRuleNode:p,isKeyframeAtRuleKeywords:o,isWideKeywords:n,isLastNode:C,isSCSSControlDirectiveNode:i,isDetachedRulesetDeclarationNode:w,isRelationalOperatorNode:F,isEqualityOperatorNode:f,isMultiplicationNode:x,isDivisionNode:P,isAdditionNode:_,isSubtractionNode:J,isModuloNode:d,isMathOperatorNode:T,isEachKeywordNode:N,isForKeywordNode:k,isURLFunctionNode:D,isIfElseKeywordNode:A,hasComposesNode:B,hasParensAroundNode:I,hasEmptyRawBefore:q,isDetachedRulesetCallNode:h,isTemplatePlaceholderNode:E,isTemplatePropNode:b,isPostcssSimpleVarNode:S,isKeyValuePairNode:G,isKeyValuePairInParenGroupNode:M,isKeyInValuePairNode:fe,isSCSSMapItemNode:te,isInlineValueCommentNode:j,isHashNode:De,isLeftCurlyBraceNode:U,isRightCurlyBraceNode:R,isWordNode:pe,isColonNode:be,isMediaAndSupportsKeywords:Ie,isColorAdjusterFuncNode:X,lastLineHasInlineComment:se,isAtWordPlaceholderNode:we,isConfigurationNode:_e,isParenGroupNode:it}}}),qa=$({"src/utils/line-column-to-index.js"(u,l){ue(),l.exports=function(t,a){let s=0;for(let e=0;e0?m:""]}case"css-comment":{let Xt=Te.inline||Te.raws.inline,Wt=Pt.originalText.slice(pt(Te),ut(Te));return Xt?Wt.trimEnd():Wt}case"css-rule":return[Bt("selector"),Te.important?" !important":"",Te.nodes?[Te.selector&&Te.selector.type==="selector-unknown"&&H(Te.selector.value)?y:" ","{",Te.nodes.length>0?C([m,tt(ft,Pt,Bt)]):"",m,"}",q(Te)?";":""]:";"];case"css-decl":{let Xt=ft.getParentNode(),{between:Wt}=Te.raws,nr=Wt.trim(),Ur=nr===":",O=X(Te)?N(Bt("value")):Bt("value");return!Ur&&H(nr)&&(O=C([m,w(O)])),[Te.raws.before.replace(/[\s;]/g,""),Xt.type==="css-atrule"&&Xt.variable||i(ft)?Te.prop:f(Te.prop),nr.startsWith("//")?" ":"",nr,Te.extend?"":" ",Le(Pt)&&Te.extend&&Te.selector?["extend(",Bt("selector"),")"]:"",O,Te.raws.important?Te.raws.important.replace(/\s*!\s*important/i," !important"):Te.important?" !important":"",Te.raws.scssDefault?Te.raws.scssDefault.replace(/\s*!default/i," !default"):Te.scssDefault?" !default":"",Te.raws.scssGlobal?Te.raws.scssGlobal.replace(/\s*!global/i," !global"):Te.scssGlobal?" !global":"",Te.nodes?[" {",C([g,tt(ft,Pt,Bt)]),g,"}"]:me(Te)&&!Xt.raws.semicolon&&Pt.originalText[ut(Te)-1]!==";"?"":Pt.__isHTMLStyleAttribute&&B(ft,Te)?k(";"):";"]}case"css-atrule":{let Xt=ft.getParentNode(),Wt=Q(Te)&&!Xt.raws.semicolon&&Pt.originalText[ut(Te)-1]!==";";if(Le(Pt)){if(Te.mixin)return[Bt("selector"),Te.important?" !important":"",Wt?"":";"];if(Te.function)return[Te.name,Bt("params"),Wt?"":";"];if(Te.variable)return["@",Te.name,": ",Te.value?Bt("value"):"",Te.raws.between.trim()?Te.raws.between.trim()+" ":"",Te.nodes?["{",C([Te.nodes.length>0?g:"",tt(ft,Pt,Bt)]),g,"}"]:"",Wt?"":";"]}return["@",ae(Te)||Te.name.endsWith(":")?Te.name:f(Te.name),Te.params?[ae(Te)?"":Q(Te)?Te.raws.afterName===""?"":Te.name.endsWith(":")?" ":/^\s*\n\s*\n/.test(Te.raws.afterName)?[m,m]:/^\s*\n/.test(Te.raws.afterName)?m:" ":" ",Bt("params")]:"",Te.selector?C([" ",Bt("selector")]):"",Te.value?p([" ",Bt("value"),I(Te)?se(Te)?" ":y:""]):Te.name==="else"?" ":"",Te.nodes?[I(Te)?"":Te.selector&&!Te.selector.nodes&&typeof Te.selector.value=="string"&&H(Te.selector.value)||!Te.selector&&typeof Te.params=="string"&&H(Te.params)?y:" ","{",C([Te.nodes.length>0?g:"",tt(ft,Pt,Bt)]),g,"}"]:Wt?"":";"]}case"media-query-list":{let Xt=[];return ft.each(Wt=>{let nr=Wt.getValue();nr.type==="media-query"&&nr.value===""||Xt.push(Bt())},"nodes"),p(C(c(y,Xt)))}case"media-query":return[c(" ",ft.map(Bt,"nodes")),B(ft,Te)?"":","];case"media-type":return jt(Dt(Te.value,Pt));case"media-feature-expression":return Te.nodes?["(",...ft.map(Bt,"nodes"),")"]:Te.value;case"media-feature":return f(Dt(Te.value.replace(/ +/g," "),Pt));case"media-colon":return[Te.value," "];case"media-value":return jt(Dt(Te.value,Pt));case"media-keyword":return Dt(Te.value,Pt);case"media-url":return Dt(Te.value.replace(/^url\(\s+/gi,"url(").replace(/\s+\)$/g,")"),Pt);case"media-unknown":return Te.value;case"selector-root":return p([h(ft,"custom-selector")?[d(ft,"css-atrule").customSelector,y]:"",c([",",h(ft,["extend","custom-selector","nest"])?y:m],ft.map(Bt,"nodes"))]);case"selector-selector":return p(C(ft.map(Bt,"nodes")));case"selector-comment":return Te.value;case"selector-string":return Dt(Te.value,Pt);case"selector-tag":{let Xt=ft.getParentNode(),Wt=Xt&&Xt.nodes.indexOf(Te),nr=Wt&&Xt.nodes[Wt-1];return[Te.namespace?[Te.namespace===!0?"":Te.namespace.trim(),"|"]:"",nr.type==="selector-nesting"?Te.value:jt(b(ft,Te.value)?Te.value.toLowerCase():Te.value)]}case"selector-id":return["#",Te.value];case"selector-class":return[".",jt(Dt(Te.value,Pt))];case"selector-attribute":{var Vr;return["[",Te.namespace?[Te.namespace===!0?"":Te.namespace.trim(),"|"]:"",Te.attribute.trim(),(Vr=Te.operator)!==null&&Vr!==void 0?Vr:"",Te.value?Tt(Dt(Te.value.trim(),Pt),Pt):"",Te.insensitive?" i":"","]"]}case"selector-combinator":{if(Te.value==="+"||Te.value===">"||Te.value==="~"||Te.value===">>>"){let nr=ft.getParentNode();return[nr.type==="selector-selector"&&nr.nodes[0]===Te?"":y,Te.value,B(ft,Te)?"":" "]}let Xt=Te.value.trim().startsWith("(")?y:"",Wt=jt(Dt(Te.value.trim(),Pt))||y;return[Xt,Wt]}case"selector-universal":return[Te.namespace?[Te.namespace===!0?"":Te.namespace.trim(),"|"]:"",Te.value];case"selector-pseudo":return[f(Te.value),o(Te.nodes)?p(["(",C([g,c([",",y],ft.map(Bt,"nodes"))]),g,")"]):""];case"selector-nesting":return Te.value;case"selector-unknown":{let Xt=d(ft,"css-rule");if(Xt&&Xt.isSCSSNesterProperty)return jt(Dt(f(Te.value),Pt));let Wt=ft.getParentNode();if(Wt.raws&&Wt.raws.selector){let Ur=pt(Wt),O=Ur+Wt.raws.selector.length;return Pt.originalText.slice(Ur,O).trim()}let nr=ft.getParentNode(1);if(Wt.type==="value-paren_group"&&nr&&nr.type==="value-func"&&nr.value==="selector"){let Ur=ut(Wt.open)+1,O=pt(Wt.close),$e=Pt.originalText.slice(Ur,O).trim();return H($e)?[A,$e]:$e}return Te.value}case"value-value":case"value-root":return Bt("group");case"value-comment":return Pt.originalText.slice(pt(Te),ut(Te));case"value-comma_group":{let Xt=ft.getParentNode(),Wt=ft.getParentNode(1),nr=T(ft),Ur=nr&&Xt.type==="value-value"&&(nr==="grid"||nr.startsWith("grid-template")),O=d(ft,"css-atrule"),$e=O&&I(O),vt=Te.groups.some(Gr=>Xe(Gr)),zt=ft.map(Bt,"groups"),Ht=[],jr=F(ft,"url"),cr=!1,Tr=!1;for(let Gr=0;Grys:gs!==-1?cr=!0:ys!==-1&&(cr=!1)}if(cr||Et(Nt)||Et(Mt)||Nt.type==="value-atword"&&(Nt.value===""||Nt.value.endsWith("["))||Mt.type==="value-word"&&Mt.value.startsWith("]")||Nt.value==="~"||Nt.value&&Nt.value.includes("\\")&&Mt&&Mt.type!=="value-comment"||Cr&&Cr.value&&Cr.value.indexOf("\\")===Cr.value.length-1&&Nt.type==="value-operator"&&Nt.value==="/"||Nt.value==="\\"||Ce(Nt,Mt)||Ye(Nt)||Ct(Nt)||Rt(Mt)||Ct(Mt)&&we(Mt)||Rt(Nt)&&we(Mt)||Nt.value==="--"&&Ye(Mt))continue;let hs=R(Nt),Ks=R(Mt);if((hs&&Ye(Mt)||Ks&&Rt(Nt))&&we(Mt)||!Cr&&j(Nt)||F(ft,"calc")&&(De(Nt)||De(Mt)||U(Nt)||U(Mt))&&we(Mt))continue;let ll=(De(Nt)||U(Nt))&&Gr===0&&(Mt.type==="value-number"||Mt.isHex)&&Wt&&xe(Wt)&&!we(Mt),Qs=ui&&ui.type==="value-func"||ui&&It(ui)||Nt.type==="value-func"||It(Nt),Zs=Mt.type==="value-func"||It(Mt)||Cr&&Cr.type==="value-func"||Cr&&It(Cr);if(!(!(te(Mt)||te(Nt))&&!F(ft,"calc")&&!ll&&(j(Mt)&&!Qs||j(Nt)&&!Zs||De(Mt)&&!Qs||De(Nt)&&!Zs||U(Mt)||U(Nt))&&(we(Mt)||hs&&(!Cr||Cr&&R(Cr))))&&!((Pt.parser==="scss"||Pt.parser==="less")&&hs&&Nt.value==="-"&&Be(Mt)&&ut(Nt)===pt(Mt.open)&&Mt.open.value==="(")){if(Xe(Nt)){if(Xt.type==="value-paren_group"){Ht.push(w(m));continue}Ht.push(m);continue}if($e&&(M(Mt)||G(Mt)||Ie(Mt)||pe(Nt)||be(Nt))){Ht.push(" ");continue}if(O&&O.name.toLowerCase()==="namespace"){Ht.push(" ");continue}if(Ur){Nt.source&&Mt.source&&Nt.source.start.line!==Mt.source.start.line?(Ht.push(m),Tr=!0):Ht.push(" ");continue}if(Ks){Ht.push(" ");continue}if(!(Mt&&Mt.value==="...")&&!(ke(Nt)&&ke(Mt)&&ut(Nt)===pt(Mt))){if(ke(Nt)&&Be(Mt)&&ut(Nt)===pt(Mt.open)){Ht.push(g);continue}if(Nt.value==="with"&&Be(Mt)){Ht.push(" ");continue}(Sr=Nt.value)!==null&&Sr!==void 0&&Sr.endsWith("#")&&Mt.value==="{"&&Be(Mt.group)||Ht.push(y)}}}return vt&&Ht.push(A),Tr&&Ht.unshift(m),$e?p(C(Ht)):E(ft)?p(D(Ht)):p(C(D(Ht)))}case"value-paren_group":{let Xt=ft.getParentNode();if(Xt&&fe(Xt)&&(Te.groups.length===1||Te.groups.length>0&&Te.groups[0].type==="value-comma_group"&&Te.groups[0].groups.length>0&&Te.groups[0].groups[0].type==="value-word"&&Te.groups[0].groups[0].value.startsWith("data:")))return[Te.open?Bt("open"):"",c(",",ft.map(Bt,"groups")),Te.close?Bt("close"):""];if(!Te.open){let jr=ft.map(Bt,"groups"),cr=[];for(let Tr=0;Tr{let Tr=jr.getValue(),Gr=cr===Te.groups.length-1,Cr=[Bt(),Gr?"":","];if(_e(Tr)&&Tr.type==="value-comma_group"&&Tr.groups&&Tr.groups[0].type!=="value-paren_group"&&Tr.groups[2]&&Tr.groups[2].type==="value-paren_group"){let Nt=x(Cr[0].contents.contents);Nt[1]=p(Nt[1]),Cr=[p(w(Cr))]}if(!Gr&&Tr.type==="value-comma_group"&&o(Tr.groups)){let Nt=t(Tr.groups);!Nt.source&&Nt.close&&(Nt=Nt.close),Nt.source&&n(Pt.originalText,Nt,ut)&&Cr.push(m)}return Cr},"groups"))]),k(!Ur&&v(Pt.parser,Pt.originalText)&&Wt&&ye(Pt)?",":""),g,Te.close?Bt("close"):""],{shouldBreak:vt});return zt?w(Ht):Ht}case"value-func":return[Te.value,h(ft,"supports")&&bt(Te)?" ":"",Bt("group")];case"value-paren":return Te.value;case"value-number":return[tr(Te.value),K(Te.unit)];case"value-operator":return Te.value;case"value-word":return Te.isColor&&Te.isHex||S(Te.value)?Te.value.toLowerCase():Te.value;case"value-colon":{let Xt=ft.getParentNode(),Wt=Xt&&Xt.groups.indexOf(Te),nr=Wt&&Xt.groups[Wt-1];return[Te.value,nr&&typeof nr.value=="string"&&t(nr.value)==="\\"||F(ft,"url")?"":y]}case"value-comma":return[Te.value," "];case"value-string":return s(Te.raws.quote+Te.value+Te.raws.quote,Pt);case"value-atword":return["@",Te.value];case"value-unicode-range":return Te.value;case"value-unknown":return Te.value;default:throw new Error(`Unknown postcss type ${JSON.stringify(Te.type)}`)}}function tt(ft,Pt,Bt){let Te=[];return ft.each((Vr,Sr,Xt)=>{let Wt=Xt[Sr-1];if(Wt&&Wt.type==="css-comment"&&Wt.text.trim()==="prettier-ignore"){let nr=Vr.getValue();Te.push(Pt.originalText.slice(pt(nr),ut(nr)))}else Te.push(Bt());Sr!==Xt.length-1&&(Xt[Sr+1].type==="css-comment"&&!e(Pt.originalText,pt(Xt[Sr+1]),{backwards:!0})&&!r(Xt[Sr])||Xt[Sr+1].type==="css-atrule"&&Xt[Sr+1].name==="else"&&Xt[Sr].type!=="css-comment"?Te.push(" "):(Te.push(Pt.__isHTMLStyleAttribute?y:m),n(Pt.originalText,Vr.getValue(),ut)&&!r(Xt[Sr])&&Te.push(m)))},"nodes"),Te}var ht=/(["'])(?:(?!\1)[^\\]|\\.)*\1/gs,Ke=/(?:\d*\.\d+|\d+\.?)(?:[Ee][+-]?\d+)?/g,pr=/[A-Za-z]+/g,dt=/[$@]?[A-Z_a-z\u0080-\uFFFF][\w\u0080-\uFFFF-]*/g,ar=new RegExp(ht.source+`|(${dt.source})?(${Ke.source})(${pr.source})?`,"g");function Dt(ft,Pt){return ft.replace(ht,Bt=>s(Bt,Pt))}function Tt(ft,Pt){let Bt=Pt.singleQuote?"'":'"';return ft.includes('"')||ft.includes("'")?ft:Bt+ft+Bt}function jt(ft){return ft.replace(ar,(Pt,Bt,Te,Vr,Sr)=>!Te&&Vr?tr(Vr)+f(Sr||""):Pt)}function tr(ft){return a(ft).replace(/\.0(?=$|e)/,"")}l.exports={print:ze,embed:_,insertPragma:J,massageAstNode:P}}}),za=$({"src/language-css/options.js"(u,l){ue();var t=On();l.exports={singleQuote:t.singleQuote}}}),Ha=$({"src/language-css/parsers.js"(){ue()}}),Ya=$({"node_modules/linguist-languages/data/CSS.json"(u,l){l.exports={name:"CSS",type:"markup",tmScope:"source.css",aceMode:"css",codemirrorMode:"css",codemirrorMimeType:"text/css",color:"#563d7c",extensions:[".css"],languageId:50}}}),Ka=$({"node_modules/linguist-languages/data/PostCSS.json"(u,l){l.exports={name:"PostCSS",type:"markup",color:"#dc3a0c",tmScope:"source.postcss",group:"CSS",extensions:[".pcss",".postcss"],aceMode:"text",languageId:262764437}}}),Qa=$({"node_modules/linguist-languages/data/Less.json"(u,l){l.exports={name:"Less",type:"markup",color:"#1d365d",aliases:["less-css"],extensions:[".less"],tmScope:"source.css.less",aceMode:"less",codemirrorMode:"css",codemirrorMimeType:"text/css",languageId:198}}}),Za=$({"node_modules/linguist-languages/data/SCSS.json"(u,l){l.exports={name:"SCSS",type:"markup",color:"#c6538c",tmScope:"source.css.scss",aceMode:"scss",codemirrorMode:"css",codemirrorMimeType:"text/x-scss",extensions:[".scss"],languageId:329}}}),eo=$({"src/language-css/index.js"(u,l){ue();var t=vr(),a=Wa(),s=za(),e=Ha(),r=[t(Ya(),o=>({since:"1.4.0",parsers:["css"],vscodeLanguageIds:["css"],extensions:[...o.extensions,".wxss"]})),t(Ka(),()=>({since:"1.4.0",parsers:["css"],vscodeLanguageIds:["postcss"]})),t(Qa(),()=>({since:"1.4.0",parsers:["less"],vscodeLanguageIds:["less"]})),t(Za(),()=>({since:"1.4.0",parsers:["scss"],vscodeLanguageIds:["scss"]}))],n={postcss:a};l.exports={languages:r,options:s,printers:n,parsers:e}}}),to=$({"src/language-handlebars/loc.js"(u,l){ue();function t(s){return s.loc.start.offset}function a(s){return s.loc.end.offset}l.exports={locStart:t,locEnd:a}}}),ro=$({"src/language-handlebars/clean.js"(u,l){ue();function t(a,s){if(a.type==="TextNode"){let e=a.chars.trim();if(!e)return null;s.chars=e.replace(/[\t\n\f\r ]+/g," ")}a.type==="AttrNode"&&a.name.toLowerCase()==="class"&&delete s.value}t.ignoredProperties=new Set(["loc","selfClosing"]),l.exports=t}}),no=$({"src/language-handlebars/html-void-elements.evaluate.js"(u,l){l.exports=["area","base","br","col","command","embed","hr","img","input","keygen","link","meta","param","source","track","wbr"]}}),uo=$({"src/language-handlebars/utils.js"(u,l){ue();var t=mr(),a=no();function s(x){let P=x.getValue(),_=x.getParentNode(0);return!!(g(x,["ElementNode"])&&t(_.children)===P||g(x,["Block"])&&t(_.body)===P)}function e(x){return x.toUpperCase()===x}function r(x){return m(x,["ElementNode"])&&typeof x.tag=="string"&&!x.tag.startsWith(":")&&(e(x.tag[0])||x.tag.includes("."))}var n=new Set(a);function o(x){return n.has(x.toLowerCase())&&!e(x[0])}function c(x){return x.selfClosing===!0||o(x.tag)||r(x)&&x.children.every(P=>y(P))}function y(x){return m(x,["TextNode"])&&!/\S/.test(x.chars)}function m(x,P){return x&&P.includes(x.type)}function g(x,P){let _=x.getParentNode(0);return m(_,P)}function p(x,P){let _=w(x);return m(_,P)}function D(x,P){let _=k(x);return m(_,P)}function C(x,P){var _,J,d,T;let f=x.getValue(),F=(_=x.getParentNode(0))!==null&&_!==void 0?_:{},i=(J=(d=(T=F.children)!==null&&T!==void 0?T:F.body)!==null&&d!==void 0?d:F.parts)!==null&&J!==void 0?J:[],h=i.indexOf(f);return h!==-1&&i[h+P]}function w(x){let P=arguments.length>1&&arguments[1]!==void 0?arguments[1]:1;return C(x,-P)}function k(x){return C(x,1)}function A(x){return m(x,["MustacheCommentStatement"])&&typeof x.value=="string"&&x.value.trim()==="prettier-ignore"}function N(x){let P=x.getValue(),_=w(x,2);return A(P)||A(_)}l.exports={getNextNode:k,getPreviousNode:w,hasPrettierIgnore:N,isLastNodeOfSiblings:s,isNextNodeOfSomeType:D,isNodeOfSomeType:m,isParentOfSomeType:g,isPreviousNodeOfSomeType:p,isVoid:c,isWhitespaceNode:y}}}),io=$({"src/language-handlebars/printer-glimmer.js"(u,l){ue();var{builders:{dedent:t,fill:a,group:s,hardline:e,ifBreak:r,indent:n,join:o,line:c,softline:y},utils:{getDocParts:m,replaceTextEndOfLine:g}}=wt(),{getPreferredQuote:p,isNonEmptyArray:D}=Gt(),{locStart:C,locEnd:w}=to(),k=ro(),{getNextNode:A,getPreviousNode:N,hasPrettierIgnore:x,isLastNodeOfSiblings:P,isNextNodeOfSomeType:_,isNodeOfSomeType:J,isParentOfSomeType:d,isPreviousNodeOfSomeType:T,isVoid:f,isWhitespaceNode:F}=uo(),i=2;function h(H,ke,oe){let Be=H.getValue();if(!Be)return"";if(x(H))return ke.originalText.slice(C(Be),w(Be));let pt=ke.singleQuote?"'":'"';switch(Be.type){case"Block":case"Program":case"Template":return s(H.map(oe,"body"));case"ElementNode":{let ut=s(b(H,oe)),Le=ke.htmlWhitespaceSensitivity==="ignore"&&_(H,["ElementNode"])?y:"";if(f(Be))return[ut,Le];let v=[""];return Be.children.length===0?[ut,n(v),Le]:ke.htmlWhitespaceSensitivity==="ignore"?[ut,n(S(H,ke,oe)),e,n(v),Le]:[ut,n(s(S(H,ke,oe))),n(v),Le]}case"BlockStatement":{let ut=H.getParentNode(1);return ut&&ut.inverse&&ut.inverse.body.length===1&&ut.inverse.body[0]===Be&&ut.inverse.body[0].path.parts[0]===ut.path.parts[0]?[be(H,oe,ut.inverse.body[0].path.parts[0]),we(H,oe,ke),_e(H,oe,ke)]:[R(H,oe),s([we(H,oe,ke),_e(H,oe,ke),fe(H,oe,ke)])]}case"ElementModifierStatement":return s(["{{",It(H,oe),"}}"]);case"MustacheStatement":return s([I(Be),It(H,oe),q(Be)]);case"SubExpression":return s(["(",Rt(H,oe),y,")"]);case"AttrNode":{let ut=Be.value.type==="TextNode";if(ut&&Be.value.chars===""&&C(Be.value)===w(Be.value))return Be.name;let Le=ut?p(Be.value.chars,pt).quote:Be.value.type==="ConcatStatement"?p(Be.value.parts.filter(K=>K.type==="TextNode").map(K=>K.chars).join(""),pt).quote:"",v=oe("value");return[Be.name,"=",Le,Be.name==="class"&&Le?s(n(v)):v,Le]}case"ConcatStatement":return H.map(oe,"parts");case"Hash":return o(c,H.map(oe,"pairs"));case"HashPair":return[Be.key,"=",oe("value")];case"TextNode":{let ut=Be.chars.replace(/{{/g,"\\{{"),Le=Q(H);if(Le){if(Le==="class"){let dt=ut.trim().split(/\s+/).join(" "),ar=!1,Dt=!1;return d(H,["ConcatStatement"])&&(T(H,["MustacheStatement"])&&/^\s/.test(ut)&&(ar=!0),_(H,["MustacheStatement"])&&/\s$/.test(ut)&&dt!==""&&(Dt=!0)),[ar?c:"",dt,Dt?c:""]}return g(ut)}let v=/^[\t\n\f\r ]*$/.test(ut),K=!N(H),ye=!A(H);if(ke.htmlWhitespaceSensitivity!=="ignore"){let dt=/^[\t\n\f\r ]*/,ar=/[\t\n\f\r ]*$/,Dt=ye&&d(H,["Template"]),Tt=K&&d(H,["Template"]);if(v){if(Tt||Dt)return"";let Bt=[c],Te=me(ut);return Te&&(Bt=Xe(Te)),P(H)&&(Bt=Bt.map(Vr=>t(Vr))),Bt}let[jt]=ut.match(dt),[tr]=ut.match(ar),ft=[];if(jt){ft=[c];let Bt=me(jt);Bt&&(ft=Xe(Bt)),ut=ut.replace(dt,"")}let Pt=[];if(tr){if(!Dt){Pt=[c];let Bt=me(tr);Bt&&(Pt=Xe(Bt)),P(H)&&(Pt=Pt.map(Te=>t(Te)))}ut=ut.replace(ar,"")}return[...ft,a(it(ut)),...Pt]}let ze=me(ut),tt=Ce(ut),ht=Re(ut);if((K||ye)&&v&&d(H,["Block","ElementNode","Template"]))return"";v&&ze?(tt=Math.min(ze,i),ht=0):(_(H,["BlockStatement","ElementNode"])&&(ht=Math.max(ht,1)),T(H,["BlockStatement","ElementNode"])&&(tt=Math.max(tt,1)));let Ke="",pr="";return ht===0&&_(H,["MustacheStatement"])&&(pr=" "),tt===0&&T(H,["MustacheStatement"])&&(Ke=" "),K&&(tt=0,Ke=""),ye&&(ht=0,pr=""),ut=ut.replace(/^[\t\n\f\r ]+/g,Ke).replace(/[\t\n\f\r ]+$/,pr),[...Xe(tt),a(it(ut)),...Xe(ht)]}case"MustacheCommentStatement":{let ut=C(Be),Le=w(Be),v=ke.originalText.charAt(ut+2)==="~",K=ke.originalText.charAt(Le-3)==="~",ye=Be.value.includes("}}")?"--":"";return["{{",v?"~":"","!",ye,Be.value,ye,K?"~":"","}}"]}case"PathExpression":return Be.original;case"BooleanLiteral":return String(Be.value);case"CommentStatement":return[""];case"StringLiteral":{if(Ct(H)){let ut=ke.singleQuote?'"':"'";return Ye(Be.value,ut)}return Ye(Be.value,pt)}case"NumberLiteral":return String(Be.value);case"UndefinedLiteral":return"undefined";case"NullLiteral":return"null";default:throw new Error("unknown glimmer type: "+JSON.stringify(Be.type))}}function E(H,ke){return C(H)-C(ke)}function b(H,ke){let oe=H.getValue(),Be=["attributes","modifiers","comments"].filter(ut=>D(oe[ut])),pt=Be.flatMap(ut=>oe[ut]).sort(E);for(let ut of Be)H.each(Le=>{let v=pt.indexOf(Le.getValue());pt.splice(v,1,[c,ke()])},ut);return D(oe.blockParams)&&pt.push(c,xe(oe)),["<",oe.tag,n(pt),B(oe)]}function S(H,ke,oe){let Be=H.getValue().children.every(pt=>F(pt));return ke.htmlWhitespaceSensitivity==="ignore"&&Be?"":H.map((pt,ut)=>{let Le=oe();return ut===0&&ke.htmlWhitespaceSensitivity==="ignore"?[y,Le]:Le},"children")}function B(H){return f(H)?r([y,"/>"],[" />",y]):r([y,">"],">")}function I(H){let ke=H.escaped===!1?"{{{":"{{",oe=H.strip&&H.strip.open?"~":"";return[ke,oe]}function q(H){let ke=H.escaped===!1?"}}}":"}}";return[H.strip&&H.strip.close?"~":"",ke]}function G(H){let ke=I(H),oe=H.openStrip.open?"~":"";return[ke,oe,"#"]}function M(H){let ke=q(H);return[H.openStrip.close?"~":"",ke]}function te(H){let ke=I(H),oe=H.closeStrip.open?"~":"";return[ke,oe,"/"]}function j(H){let ke=q(H);return[H.closeStrip.close?"~":"",ke]}function De(H){let ke=I(H),oe=H.inverseStrip.open?"~":"";return[ke,oe]}function U(H){let ke=q(H);return[H.inverseStrip.close?"~":"",ke]}function R(H,ke){let oe=H.getValue(),Be=[],pt=bt(H,ke);return pt&&Be.push(s(pt)),D(oe.program.blockParams)&&Be.push(xe(oe.program)),s([G(oe),Et(H,ke),Be.length>0?n([c,o(c,Be)]):"",y,M(oe)])}function pe(H,ke){return[ke.htmlWhitespaceSensitivity==="ignore"?e:"",De(H),"else",U(H)]}function be(H,ke,oe){let Be=H.getValue(),pt=H.getParentNode(1);return s([De(pt),["else"," ",oe],n([c,s(bt(H,ke)),...D(Be.program.blockParams)?[c,xe(Be.program)]:[]]),y,U(pt)])}function fe(H,ke,oe){let Be=H.getValue();return oe.htmlWhitespaceSensitivity==="ignore"?[Ie(Be)?y:e,te(Be),ke("path"),j(Be)]:[te(Be),ke("path"),j(Be)]}function Ie(H){return J(H,["BlockStatement"])&&H.program.body.every(ke=>F(ke))}function X(H){return se(H)&&H.inverse.body.length===1&&J(H.inverse.body[0],["BlockStatement"])&&H.inverse.body[0].path.parts[0]===H.path.parts[0]}function se(H){return J(H,["BlockStatement"])&&H.inverse}function we(H,ke,oe){let Be=H.getValue();if(Ie(Be))return"";let pt=ke("program");return oe.htmlWhitespaceSensitivity==="ignore"?n([e,pt]):n(pt)}function _e(H,ke,oe){let Be=H.getValue(),pt=ke("inverse"),ut=oe.htmlWhitespaceSensitivity==="ignore"?[e,pt]:pt;return X(Be)?ut:se(Be)?[pe(Be,oe),n(ut)]:""}function it(H){return m(o(c,ae(H)))}function ae(H){return H.split(/[\t\n\f\r ]+/)}function Q(H){for(let ke=0;ke<2;ke++){let oe=H.getParentNode(ke);if(oe&&oe.type==="AttrNode")return oe.name.toLowerCase()}}function me(H){return H=typeof H=="string"?H:"",H.split(` +`).length-1}function Ce(H){H=typeof H=="string"?H:"";let ke=(H.match(/^([^\S\n\r]*[\n\r])+/g)||[])[0]||"";return me(ke)}function Re(H){H=typeof H=="string"?H:"";let ke=(H.match(/([\n\r][^\S\n\r]*)+$/g)||[])[0]||"";return me(ke)}function Xe(){let H=arguments.length>0&&arguments[0]!==void 0?arguments[0]:0;return Array.from({length:Math.min(H,i)}).fill(e)}function Ye(H,ke){let{quote:oe,regex:Be}=p(H,ke);return[oe,H.replace(Be,`\\${oe}`),oe]}function Ct(H){let ke=0,oe=H.getParentNode(ke);for(;oe&&J(oe,["SubExpression"]);)ke++,oe=H.getParentNode(ke);return!!(oe&&J(H.getParentNode(ke+1),["ConcatStatement"])&&J(H.getParentNode(ke+2),["AttrNode"]))}function Rt(H,ke){let oe=Et(H,ke),Be=bt(H,ke);return Be?n([oe,c,s(Be)]):oe}function It(H,ke){let oe=Et(H,ke),Be=bt(H,ke);return Be?[n([oe,c,Be]),y]:oe}function Et(H,ke){return ke("path")}function bt(H,ke){let oe=H.getValue(),Be=[];if(oe.params.length>0){let pt=H.map(ke,"params");Be.push(...pt)}if(oe.hash&&oe.hash.pairs.length>0){let pt=ke("hash");Be.push(pt)}return Be.length===0?"":o(c,Be)}function xe(H){return["as |",H.blockParams.join(" "),"|"]}l.exports={print:h,massageAstNode:k}}}),so=$({"src/language-handlebars/parsers.js"(){ue()}}),ao=$({"node_modules/linguist-languages/data/Handlebars.json"(u,l){l.exports={name:"Handlebars",type:"markup",color:"#f7931e",aliases:["hbs","htmlbars"],extensions:[".handlebars",".hbs"],tmScope:"text.html.handlebars",aceMode:"handlebars",languageId:155}}}),oo=$({"src/language-handlebars/index.js"(u,l){ue();var t=vr(),a=io(),s=so(),e=[t(ao(),()=>({since:"2.3.0",parsers:["glimmer"],vscodeLanguageIds:["handlebars"]}))],r={glimmer:a};l.exports={languages:e,printers:r,parsers:s}}}),lo=$({"src/language-graphql/pragma.js"(u,l){ue();function t(s){return/^\s*#[^\S\n]*@(?:format|prettier)\s*(?:\n|$)/.test(s)}function a(s){return`# @format + +`+s}l.exports={hasPragma:t,insertPragma:a}}}),po=$({"src/language-graphql/loc.js"(u,l){ue();function t(s){return typeof s.start=="number"?s.start:s.loc&&s.loc.start}function a(s){return typeof s.end=="number"?s.end:s.loc&&s.loc.end}l.exports={locStart:t,locEnd:a}}}),co=$({"src/language-graphql/printer-graphql.js"(u,l){ue();var{builders:{join:t,hardline:a,line:s,softline:e,group:r,indent:n,ifBreak:o}}=wt(),{isNextLineEmpty:c,isNonEmptyArray:y}=Gt(),{insertPragma:m}=lo(),{locStart:g,locEnd:p}=po();function D(_,J,d){let T=_.getValue();if(!T)return"";if(typeof T=="string")return T;switch(T.kind){case"Document":{let f=[];return _.each((F,i,h)=>{f.push(d()),i!==h.length-1&&(f.push(a),c(J.originalText,F.getValue(),p)&&f.push(a))},"definitions"),[...f,a]}case"OperationDefinition":{let f=J.originalText[g(T)]!=="{",F=!!T.name;return[f?T.operation:"",f&&F?[" ",d("name")]:"",f&&!F&&y(T.variableDefinitions)?" ":"",y(T.variableDefinitions)?r(["(",n([e,t([o("",", "),e],_.map(d,"variableDefinitions"))]),e,")"]):"",C(_,d,T),T.selectionSet?!f&&!F?"":" ":"",d("selectionSet")]}case"FragmentDefinition":return["fragment ",d("name"),y(T.variableDefinitions)?r(["(",n([e,t([o("",", "),e],_.map(d,"variableDefinitions"))]),e,")"]):""," on ",d("typeCondition"),C(_,d,T)," ",d("selectionSet")];case"SelectionSet":return["{",n([a,t(a,w(_,J,d,"selections"))]),a,"}"];case"Field":return r([T.alias?[d("alias"),": "]:"",d("name"),T.arguments.length>0?r(["(",n([e,t([o("",", "),e],w(_,J,d,"arguments"))]),e,")"]):"",C(_,d,T),T.selectionSet?" ":"",d("selectionSet")]);case"Name":return T.value;case"StringValue":{if(T.block){let f=T.value.replace(/"""/g,"\\$&").split(` +`);return f.length===1&&(f[0]=f[0].trim()),f.every(F=>F==="")&&(f.length=0),t(a,['"""',...f,'"""'])}return['"',T.value.replace(/["\\]/g,"\\$&").replace(/\n/g,"\\n"),'"']}case"IntValue":case"FloatValue":case"EnumValue":return T.value;case"BooleanValue":return T.value?"true":"false";case"NullValue":return"null";case"Variable":return["$",d("name")];case"ListValue":return r(["[",n([e,t([o("",", "),e],_.map(d,"values"))]),e,"]"]);case"ObjectValue":return r(["{",J.bracketSpacing&&T.fields.length>0?" ":"",n([e,t([o("",", "),e],_.map(d,"fields"))]),e,o("",J.bracketSpacing&&T.fields.length>0?" ":""),"}"]);case"ObjectField":case"Argument":return[d("name"),": ",d("value")];case"Directive":return["@",d("name"),T.arguments.length>0?r(["(",n([e,t([o("",", "),e],w(_,J,d,"arguments"))]),e,")"]):""];case"NamedType":return d("name");case"VariableDefinition":return[d("variable"),": ",d("type"),T.defaultValue?[" = ",d("defaultValue")]:"",C(_,d,T)];case"ObjectTypeExtension":case"ObjectTypeDefinition":return[d("description"),T.description?a:"",T.kind==="ObjectTypeExtension"?"extend ":"","type ",d("name"),T.interfaces.length>0?[" implements ",...N(_,J,d)]:"",C(_,d,T),T.fields.length>0?[" {",n([a,t(a,w(_,J,d,"fields"))]),a,"}"]:""];case"FieldDefinition":return[d("description"),T.description?a:"",d("name"),T.arguments.length>0?r(["(",n([e,t([o("",", "),e],w(_,J,d,"arguments"))]),e,")"]):"",": ",d("type"),C(_,d,T)];case"DirectiveDefinition":return[d("description"),T.description?a:"","directive ","@",d("name"),T.arguments.length>0?r(["(",n([e,t([o("",", "),e],w(_,J,d,"arguments"))]),e,")"]):"",T.repeatable?" repeatable":""," on ",t(" | ",_.map(d,"locations"))];case"EnumTypeExtension":case"EnumTypeDefinition":return[d("description"),T.description?a:"",T.kind==="EnumTypeExtension"?"extend ":"","enum ",d("name"),C(_,d,T),T.values.length>0?[" {",n([a,t(a,w(_,J,d,"values"))]),a,"}"]:""];case"EnumValueDefinition":return[d("description"),T.description?a:"",d("name"),C(_,d,T)];case"InputValueDefinition":return[d("description"),T.description?T.description.block?a:s:"",d("name"),": ",d("type"),T.defaultValue?[" = ",d("defaultValue")]:"",C(_,d,T)];case"InputObjectTypeExtension":case"InputObjectTypeDefinition":return[d("description"),T.description?a:"",T.kind==="InputObjectTypeExtension"?"extend ":"","input ",d("name"),C(_,d,T),T.fields.length>0?[" {",n([a,t(a,w(_,J,d,"fields"))]),a,"}"]:""];case"SchemaExtension":return["extend schema",C(_,d,T),...T.operationTypes.length>0?[" {",n([a,t(a,w(_,J,d,"operationTypes"))]),a,"}"]:[]];case"SchemaDefinition":return[d("description"),T.description?a:"","schema",C(_,d,T)," {",T.operationTypes.length>0?n([a,t(a,w(_,J,d,"operationTypes"))]):"",a,"}"];case"OperationTypeDefinition":return[d("operation"),": ",d("type")];case"InterfaceTypeExtension":case"InterfaceTypeDefinition":return[d("description"),T.description?a:"",T.kind==="InterfaceTypeExtension"?"extend ":"","interface ",d("name"),T.interfaces.length>0?[" implements ",...N(_,J,d)]:"",C(_,d,T),T.fields.length>0?[" {",n([a,t(a,w(_,J,d,"fields"))]),a,"}"]:""];case"FragmentSpread":return["...",d("name"),C(_,d,T)];case"InlineFragment":return["...",T.typeCondition?[" on ",d("typeCondition")]:"",C(_,d,T)," ",d("selectionSet")];case"UnionTypeExtension":case"UnionTypeDefinition":return r([d("description"),T.description?a:"",r([T.kind==="UnionTypeExtension"?"extend ":"","union ",d("name"),C(_,d,T),T.types.length>0?[" =",o(""," "),n([o([s," "]),t([s,"| "],_.map(d,"types"))])]:""])]);case"ScalarTypeExtension":case"ScalarTypeDefinition":return[d("description"),T.description?a:"",T.kind==="ScalarTypeExtension"?"extend ":"","scalar ",d("name"),C(_,d,T)];case"NonNullType":return[d("type"),"!"];case"ListType":return["[",d("type"),"]"];default:throw new Error("unknown graphql type: "+JSON.stringify(T.kind))}}function C(_,J,d){if(d.directives.length===0)return"";let T=t(s,_.map(J,"directives"));return d.kind==="FragmentDefinition"||d.kind==="OperationDefinition"?r([s,T]):[" ",r(n([e,T]))]}function w(_,J,d,T){return _.map((f,F,i)=>{let h=d();return Fd(h),"interfaces");for(let h=0;hT.value.trim()==="prettier-ignore")}l.exports={print:D,massageAstNode:x,hasPrettierIgnore:P,insertPragma:m,printComment:A,canAttachComment:k}}}),Do=$({"src/language-graphql/options.js"(u,l){ue();var t=On();l.exports={bracketSpacing:t.bracketSpacing}}}),fo=$({"src/language-graphql/parsers.js"(){ue()}}),mo=$({"node_modules/linguist-languages/data/GraphQL.json"(u,l){l.exports={name:"GraphQL",type:"data",color:"#e10098",extensions:[".graphql",".gql",".graphqls"],tmScope:"source.graphql",aceMode:"text",languageId:139}}}),ho=$({"src/language-graphql/index.js"(u,l){ue();var t=vr(),a=co(),s=Do(),e=fo(),r=[t(mo(),()=>({since:"1.5.0",parsers:["graphql"],vscodeLanguageIds:["graphql"]}))],n={graphql:a};l.exports={languages:r,options:s,printers:n,parsers:e}}}),Js=$({"node_modules/collapse-white-space/index.js"(u,l){ue(),l.exports=t;function t(a){return String(a).replace(/\s+/g," ")}}}),Xs=$({"src/language-markdown/loc.js"(u,l){ue();function t(s){return s.position.start.offset}function a(s){return s.position.end.offset}l.exports={locStart:t,locEnd:a}}}),go=$({"src/language-markdown/constants.evaluate.js"(u,l){l.exports={cjkPattern:"(?:[\\u02ea-\\u02eb\\u1100-\\u11ff\\u2e80-\\u2e99\\u2e9b-\\u2ef3\\u2f00-\\u2fd5\\u2ff0-\\u303f\\u3041-\\u3096\\u3099-\\u309f\\u30a1-\\u30fa\\u30fc-\\u30ff\\u3105-\\u312f\\u3131-\\u318e\\u3190-\\u3191\\u3196-\\u31ba\\u31c0-\\u31e3\\u31f0-\\u321e\\u322a-\\u3247\\u3260-\\u327e\\u328a-\\u32b0\\u32c0-\\u32cb\\u32d0-\\u3370\\u337b-\\u337f\\u33e0-\\u33fe\\u3400-\\u4db5\\u4e00-\\u9fef\\ua960-\\ua97c\\uac00-\\ud7a3\\ud7b0-\\ud7c6\\ud7cb-\\ud7fb\\uf900-\\ufa6d\\ufa70-\\ufad9\\ufe10-\\ufe1f\\ufe30-\\ufe6f\\uff00-\\uffef]|[\\ud840-\\ud868\\ud86a-\\ud86c\\ud86f-\\ud872\\ud874-\\ud879][\\udc00-\\udfff]|\\ud82c[\\udc00-\\udd1e\\udd50-\\udd52\\udd64-\\udd67]|\\ud83c[\\ude00\\ude50-\\ude51]|\\ud869[\\udc00-\\uded6\\udf00-\\udfff]|\\ud86d[\\udc00-\\udf34\\udf40-\\udfff]|\\ud86e[\\udc00-\\udc1d\\udc20-\\udfff]|\\ud873[\\udc00-\\udea1\\udeb0-\\udfff]|\\ud87a[\\udc00-\\udfe0]|\\ud87e[\\udc00-\\ude1d])(?:[\\ufe00-\\ufe0f]|\\udb40[\\udd00-\\uddef])?",kPattern:"[\\u1100-\\u11ff\\u3001-\\u3003\\u3008-\\u3011\\u3013-\\u301f\\u302e-\\u3030\\u3037\\u30fb\\u3131-\\u318e\\u3200-\\u321e\\u3260-\\u327e\\ua960-\\ua97c\\uac00-\\ud7a3\\ud7b0-\\ud7c6\\ud7cb-\\ud7fb\\ufe45-\\ufe46\\uff61-\\uff65\\uffa0-\\uffbe\\uffc2-\\uffc7\\uffca-\\uffcf\\uffd2-\\uffd7\\uffda-\\uffdc]",punctuationPattern:"[\\u0021-\\u002f\\u003a-\\u0040\\u005b-\\u0060\\u007b-\\u007e\\u00a1\\u00a7\\u00ab\\u00b6-\\u00b7\\u00bb\\u00bf\\u037e\\u0387\\u055a-\\u055f\\u0589-\\u058a\\u05be\\u05c0\\u05c3\\u05c6\\u05f3-\\u05f4\\u0609-\\u060a\\u060c-\\u060d\\u061b\\u061e-\\u061f\\u066a-\\u066d\\u06d4\\u0700-\\u070d\\u07f7-\\u07f9\\u0830-\\u083e\\u085e\\u0964-\\u0965\\u0970\\u09fd\\u0a76\\u0af0\\u0c77\\u0c84\\u0df4\\u0e4f\\u0e5a-\\u0e5b\\u0f04-\\u0f12\\u0f14\\u0f3a-\\u0f3d\\u0f85\\u0fd0-\\u0fd4\\u0fd9-\\u0fda\\u104a-\\u104f\\u10fb\\u1360-\\u1368\\u1400\\u166e\\u169b-\\u169c\\u16eb-\\u16ed\\u1735-\\u1736\\u17d4-\\u17d6\\u17d8-\\u17da\\u1800-\\u180a\\u1944-\\u1945\\u1a1e-\\u1a1f\\u1aa0-\\u1aa6\\u1aa8-\\u1aad\\u1b5a-\\u1b60\\u1bfc-\\u1bff\\u1c3b-\\u1c3f\\u1c7e-\\u1c7f\\u1cc0-\\u1cc7\\u1cd3\\u2010-\\u2027\\u2030-\\u2043\\u2045-\\u2051\\u2053-\\u205e\\u207d-\\u207e\\u208d-\\u208e\\u2308-\\u230b\\u2329-\\u232a\\u2768-\\u2775\\u27c5-\\u27c6\\u27e6-\\u27ef\\u2983-\\u2998\\u29d8-\\u29db\\u29fc-\\u29fd\\u2cf9-\\u2cfc\\u2cfe-\\u2cff\\u2d70\\u2e00-\\u2e2e\\u2e30-\\u2e4f\\u3001-\\u3003\\u3008-\\u3011\\u3014-\\u301f\\u3030\\u303d\\u30a0\\u30fb\\ua4fe-\\ua4ff\\ua60d-\\ua60f\\ua673\\ua67e\\ua6f2-\\ua6f7\\ua874-\\ua877\\ua8ce-\\ua8cf\\ua8f8-\\ua8fa\\ua8fc\\ua92e-\\ua92f\\ua95f\\ua9c1-\\ua9cd\\ua9de-\\ua9df\\uaa5c-\\uaa5f\\uaade-\\uaadf\\uaaf0-\\uaaf1\\uabeb\\ufd3e-\\ufd3f\\ufe10-\\ufe19\\ufe30-\\ufe52\\ufe54-\\ufe61\\ufe63\\ufe68\\ufe6a-\\ufe6b\\uff01-\\uff03\\uff05-\\uff0a\\uff0c-\\uff0f\\uff1a-\\uff1b\\uff1f-\\uff20\\uff3b-\\uff3d\\uff3f\\uff5b\\uff5d\\uff5f-\\uff65]|\\ud800[\\udd00-\\udd02\\udf9f\\udfd0]|\\ud801[\\udd6f]|\\ud802[\\udc57\\udd1f\\udd3f\\ude50-\\ude58\\ude7f\\udef0-\\udef6\\udf39-\\udf3f\\udf99-\\udf9c]|\\ud803[\\udf55-\\udf59]|\\ud804[\\udc47-\\udc4d\\udcbb-\\udcbc\\udcbe-\\udcc1\\udd40-\\udd43\\udd74-\\udd75\\uddc5-\\uddc8\\uddcd\\udddb\\udddd-\\udddf\\ude38-\\ude3d\\udea9]|\\ud805[\\udc4b-\\udc4f\\udc5b\\udc5d\\udcc6\\uddc1-\\uddd7\\ude41-\\ude43\\ude60-\\ude6c\\udf3c-\\udf3e]|\\ud806[\\udc3b\\udde2\\ude3f-\\ude46\\ude9a-\\ude9c\\ude9e-\\udea2]|\\ud807[\\udc41-\\udc45\\udc70-\\udc71\\udef7-\\udef8\\udfff]|\\ud809[\\udc70-\\udc74]|\\ud81a[\\ude6e-\\ude6f\\udef5\\udf37-\\udf3b\\udf44]|\\ud81b[\\ude97-\\ude9a\\udfe2]|\\ud82f[\\udc9f]|\\ud836[\\ude87-\\ude8b]|\\ud83a[\\udd5e-\\udd5f]"}}}),Ds=$({"src/language-markdown/utils.js"(u,l){ue();var{getLast:t}=Gt(),{locStart:a,locEnd:s}=Xs(),{cjkPattern:e,kPattern:r,punctuationPattern:n}=go(),o=["liquidNode","inlineCode","emphasis","esComment","strong","delete","wikiLink","link","linkReference","image","imageReference","footnote","footnoteReference","sentence","whitespace","word","break","inlineMath"],c=[...o,"tableCell","paragraph","heading"],y=new RegExp(r),m=new RegExp(n);function g(A,N){let x="non-cjk",P="cj-letter",_="k-letter",J="cjk-punctuation",d=[],T=(N.proseWrap==="preserve"?A:A.replace(new RegExp(`(${e}) +(${e})`,"g"),"$1$2")).split(/([\t\n ]+)/);for(let[F,i]of T.entries()){if(F%2===1){d.push({type:"whitespace",value:/\n/.test(i)?` +`:" "});continue}if((F===0||F===T.length-1)&&i==="")continue;let h=i.split(new RegExp(`(${e})`));for(let[E,b]of h.entries())if(!((E===0||E===h.length-1)&&b==="")){if(E%2===0){b!==""&&f({type:"word",value:b,kind:x,hasLeadingPunctuation:m.test(b[0]),hasTrailingPunctuation:m.test(t(b))});continue}f(m.test(b)?{type:"word",value:b,kind:J,hasLeadingPunctuation:!0,hasTrailingPunctuation:!0}:{type:"word",value:b,kind:y.test(b)?_:P,hasLeadingPunctuation:!1,hasTrailingPunctuation:!1})}}return d;function f(F){let i=t(d);i&&i.type==="word"&&(i.kind===x&&F.kind===P&&!i.hasTrailingPunctuation||i.kind===P&&F.kind===x&&!F.hasLeadingPunctuation?d.push({type:"whitespace",value:" "}):!h(x,J)&&![i.value,F.value].some(E=>/\u3000/.test(E))&&d.push({type:"whitespace",value:""})),d.push(F);function h(E,b){return i.kind===E&&F.kind===b||i.kind===b&&F.kind===E}}}function p(A,N){let[,x,P,_]=N.slice(A.position.start.offset,A.position.end.offset).match(/^\s*(\d+)(\.|\))(\s*)/);return{numberText:x,marker:P,leadingSpaces:_}}function D(A,N){if(!A.ordered||A.children.length<2)return!1;let x=Number(p(A.children[0],N.originalText).numberText),P=Number(p(A.children[1],N.originalText).numberText);if(x===0&&A.children.length>2){let _=Number(p(A.children[2],N.originalText).numberText);return P===1&&_===1}return P===1}function C(A,N){let{value:x}=A;return A.position.end.offset===N.length&&x.endsWith(` +`)&&N.endsWith(` +`)?x.slice(0,-1):x}function w(A,N){return function x(P,_,J){let d=Object.assign({},N(P,_,J));return d.children&&(d.children=d.children.map((T,f)=>x(T,f,[d,...J]))),d}(A,null,[])}function k(A){if((A==null?void 0:A.type)!=="link"||A.children.length!==1)return!1;let[N]=A.children;return a(A)===a(N)&&s(A)===s(N)}l.exports={mapAst:w,splitText:g,punctuationPattern:n,getFencedCodeBlockValue:C,getOrderedListItemInfo:p,hasGitDiffFriendlyOrderedList:D,INLINE_NODE_TYPES:o,INLINE_NODE_WRAPPER_TYPES:c,isAutolink:k}}}),yo=$({"src/language-markdown/embed.js"(u,l){ue();var{inferParserByLanguage:t,getMaxContinuousCount:a}=Gt(),{builders:{hardline:s,markAsRoot:e},utils:{replaceEndOfLine:r}}=wt(),n=cs(),{getFencedCodeBlockValue:o}=Ds();function c(y,m,g,p){let D=y.getValue();if(D.type==="code"&&D.lang!==null){let C=t(D.lang,p);if(C){let w=p.__inJsTemplate?"~":"`",k=w.repeat(Math.max(3,a(D.value,w)+1)),A={parser:C};D.lang==="tsx"&&(A.filepath="dummy.tsx");let N=g(o(D,p.originalText),A,{stripTrailingHardline:!0});return e([k,D.lang,D.meta?" "+D.meta:"",s,r(N),s,k])}}switch(D.type){case"front-matter":return n(D,g);case"importExport":return[g(D.value,{parser:"babel"},{stripTrailingHardline:!0}),s];case"jsx":return g(`<$>${D.value}`,{parser:"__js_expression",rootMarker:"mdx"},{stripTrailingHardline:!0})}return null}l.exports=c}}),Ws=$({"src/language-markdown/pragma.js"(u,l){ue();var t=Gs(),a=["format","prettier"];function s(e){let r=`@(${a.join("|")})`,n=new RegExp([``,`{\\s*\\/\\*\\s*${r}\\s*\\*\\/\\s*}`,``].join("|"),"m"),o=e.match(n);return(o==null?void 0:o.index)===0}l.exports={startWithPragma:s,hasPragma:e=>s(t(e).content.trimStart()),insertPragma:e=>{let r=t(e),n=``;return r.frontMatter?`${r.frontMatter.raw} + +${n} + +${r.content}`:`${n} + +${r.content}`}}}}),Eo=$({"src/language-markdown/print-preprocess.js"(u,l){ue();var t=mr(),{getOrderedListItemInfo:a,mapAst:s,splitText:e}=Ds(),r=/^.$/su;function n(k,A){return k=y(k,A),k=p(k),k=c(k,A),k=C(k,A),k=w(k,A),k=D(k,A),k=o(k),k=m(k),k}function o(k){return s(k,A=>A.type!=="import"&&A.type!=="export"?A:Object.assign(Object.assign({},A),{},{type:"importExport"}))}function c(k,A){return s(k,N=>N.type!=="inlineCode"||A.proseWrap==="preserve"?N:Object.assign(Object.assign({},N),{},{value:N.value.replace(/\s+/g," ")}))}function y(k,A){return s(k,N=>N.type!=="text"||N.value==="*"||N.value==="_"||!r.test(N.value)||N.position.end.offset-N.position.start.offset===N.value.length?N:Object.assign(Object.assign({},N),{},{value:A.originalText.slice(N.position.start.offset,N.position.end.offset)}))}function m(k){return g(k,(A,N)=>A.type==="importExport"&&N.type==="importExport",(A,N)=>({type:"importExport",value:A.value+` + +`+N.value,position:{start:A.position.start,end:N.position.end}}))}function g(k,A,N){return s(k,x=>{if(!x.children)return x;let P=x.children.reduce((_,J)=>{let d=t(_);return d&&A(d,J)?_.splice(-1,1,N(d,J)):_.push(J),_},[]);return Object.assign(Object.assign({},x),{},{children:P})})}function p(k){return g(k,(A,N)=>A.type==="text"&&N.type==="text",(A,N)=>({type:"text",value:A.value+N.value,position:{start:A.position.start,end:N.position.end}}))}function D(k,A){return s(k,(N,x,P)=>{let[_]=P;if(N.type!=="text")return N;let{value:J}=N;return _.type==="paragraph"&&(x===0&&(J=J.trimStart()),x===_.children.length-1&&(J=J.trimEnd())),{type:"sentence",position:N.position,children:e(J,A)}})}function C(k,A){return s(k,(N,x,P)=>{if(N.type==="code"){let _=/^\n?(?: {4,}|\t)/.test(A.originalText.slice(N.position.start.offset,N.position.end.offset));if(N.isIndented=_,_)for(let J=0;J{if(P.type==="list"&&P.children.length>0){for(let d=0;d1)return!0;let d=N(_);if(d===-1)return!1;if(P.children.length===1)return d%A.tabWidth===0;let T=N(J);return d!==T?!1:d%A.tabWidth===0?!0:a(J,A.originalText).leadingSpaces.length>1}}l.exports=n}}),Co=$({"src/language-markdown/clean.js"(u,l){ue();var t=Js(),{isFrontMatterNode:a}=Gt(),{startWithPragma:s}=Ws(),e=new Set(["position","raw"]);function r(n,o,c){if((n.type==="front-matter"||n.type==="code"||n.type==="yaml"||n.type==="import"||n.type==="export"||n.type==="jsx")&&delete o.value,n.type==="list"&&delete o.isAligned,(n.type==="list"||n.type==="listItem")&&(delete o.spread,delete o.loose),n.type==="text"||(n.type==="inlineCode"&&(o.value=n.value.replace(/[\t\n ]+/g," ")),n.type==="wikiLink"&&(o.value=n.value.trim().replace(/[\t\n]+/g," ")),(n.type==="definition"||n.type==="linkReference"||n.type==="imageReference")&&(o.label=t(n.label)),(n.type==="definition"||n.type==="link"||n.type==="image")&&n.title&&(o.title=n.title.replace(/\\(["')])/g,"$1")),c&&c.type==="root"&&c.children.length>0&&(c.children[0]===n||a(c.children[0])&&c.children[1]===n)&&n.type==="html"&&s(n.value)))return null}r.ignoredProperties=e,l.exports=r}}),Fo=$({"src/language-markdown/printer-markdown.js"(u,l){ue();var t=Js(),{getLast:a,getMinNotPresentContinuousCount:s,getMaxContinuousCount:e,getStringWidth:r,isNonEmptyArray:n}=Gt(),{builders:{breakParent:o,join:c,line:y,literalline:m,markAsRoot:g,hardline:p,softline:D,ifBreak:C,fill:w,align:k,indent:A,group:N,hardlineWithoutBreakParent:x},utils:{normalizeDoc:P,replaceTextEndOfLine:_},printer:{printDocToString:J}}=wt(),d=yo(),{insertPragma:T}=Ws(),{locStart:f,locEnd:F}=Xs(),i=Eo(),h=Co(),{getFencedCodeBlockValue:E,hasGitDiffFriendlyOrderedList:b,splitText:S,punctuationPattern:B,INLINE_NODE_TYPES:I,INLINE_NODE_WRAPPER_TYPES:q,isAutolink:G}=Ds(),M=new Set(["importExport"]),te=["heading","tableCell","link","wikiLink"],j=new Set(["listItem","definition","footnoteDefinition"]);function De(xe,H,ke){let oe=xe.getValue();if(Xe(xe))return S(H.originalText.slice(oe.position.start.offset,oe.position.end.offset),H).map(Be=>Be.type==="word"?Be.value:Be.value===""?"":X(xe,Be.value,H));switch(oe.type){case"front-matter":return H.originalText.slice(oe.position.start.offset,oe.position.end.offset);case"root":return oe.children.length===0?"":[P(we(xe,H,ke)),M.has(ae(oe).type)?"":p];case"paragraph":return _e(xe,H,ke,{postprocessor:w});case"sentence":return _e(xe,H,ke);case"word":{let Be=oe.value.replace(/\*/g,"\\$&").replace(new RegExp([`(^|${B})(_+)`,`(_+)(${B}|$)`].join("|"),"g"),(Le,v,K,ye,ze)=>(K?`${v}${K}`:`${ye}${ze}`).replace(/_/g,"\\_")),pt=(Le,v,K)=>Le.type==="sentence"&&K===0,ut=(Le,v,K)=>G(Le.children[K-1]);return Be!==oe.value&&(xe.match(void 0,pt,ut)||xe.match(void 0,pt,(Le,v,K)=>Le.type==="emphasis"&&K===0,ut))&&(Be=Be.replace(/^(\\?[*_])+/,Le=>Le.replace(/\\/g,""))),Be}case"whitespace":{let Be=xe.getParentNode(),pt=Be.children.indexOf(oe),ut=Be.children[pt+1],Le=ut&&/^>|^(?:[*+-]|#{1,6}|\d+[).])$/.test(ut.value)?"never":H.proseWrap;return X(xe,oe.value,{proseWrap:Le})}case"emphasis":{let Be;if(G(oe.children[0]))Be=H.originalText[oe.position.start.offset];else{let pt=xe.getParentNode(),ut=pt.children.indexOf(oe),Le=pt.children[ut-1],v=pt.children[ut+1];Be=Le&&Le.type==="sentence"&&Le.children.length>0&&a(Le.children).type==="word"&&!a(Le.children).hasTrailingPunctuation||v&&v.type==="sentence"&&v.children.length>0&&v.children[0].type==="word"&&!v.children[0].hasLeadingPunctuation||Ie(xe,"emphasis")?"*":"_"}return[Be,_e(xe,H,ke),Be]}case"strong":return["**",_e(xe,H,ke),"**"];case"delete":return["~~",_e(xe,H,ke),"~~"];case"inlineCode":{let Be=s(oe.value,"`"),pt="`".repeat(Be||1),ut=Be&&!/^\s/.test(oe.value)?" ":"";return[pt,ut,oe.value,ut,pt]}case"wikiLink":{let Be="";return H.proseWrap==="preserve"?Be=oe.value:Be=oe.value.replace(/[\t\n]+/g," "),["[[",Be,"]]"]}case"link":switch(H.originalText[oe.position.start.offset]){case"<":{let Be="mailto:";return["<",oe.url.startsWith(Be)&&H.originalText.slice(oe.position.start.offset+1,oe.position.start.offset+1+Be.length)!==Be?oe.url.slice(Be.length):oe.url,">"]}case"[":return["[",_e(xe,H,ke),"](",Ye(oe.url,")"),Ct(oe.title,H),")"];default:return H.originalText.slice(oe.position.start.offset,oe.position.end.offset)}case"image":return["![",oe.alt||"","](",Ye(oe.url,")"),Ct(oe.title,H),")"];case"blockquote":return["> ",k("> ",_e(xe,H,ke))];case"heading":return["#".repeat(oe.depth)+" ",_e(xe,H,ke)];case"code":{if(oe.isIndented){let ut=" ".repeat(4);return k(ut,[ut,..._(oe.value,p)])}let Be=H.__inJsTemplate?"~":"`",pt=Be.repeat(Math.max(3,e(oe.value,Be)+1));return[pt,oe.lang||"",oe.meta?" "+oe.meta:"",p,..._(E(oe,H.originalText),p),p,pt]}case"html":{let Be=xe.getParentNode(),pt=Be.type==="root"&&a(Be.children)===oe?oe.value.trimEnd():oe.value,ut=/^$/s.test(pt);return _(pt,ut?p:g(m))}case"list":{let Be=pe(oe,xe.getParentNode()),pt=b(oe,H);return _e(xe,H,ke,{processor:(ut,Le)=>{let v=ye(),K=ut.getValue();if(K.children.length===2&&K.children[1].type==="html"&&K.children[0].position.start.column!==K.children[1].position.start.column)return[v,U(ut,H,ke,v)];return[v,k(" ".repeat(v.length),U(ut,H,ke,v))];function ye(){let ze=oe.ordered?(Le===0?oe.start:pt?1:oe.start+Le)+(Be%2===0?". ":") "):Be%2===0?"- ":"* ";return oe.isAligned||oe.hasIndentedCodeblock?R(ze,H):ze}}})}case"thematicBreak":{let Be=fe(xe,"list");return Be===-1?"---":pe(xe.getParentNode(Be),xe.getParentNode(Be+1))%2===0?"***":"---"}case"linkReference":return["[",_e(xe,H,ke),"]",oe.referenceType==="full"?Et(oe):oe.referenceType==="collapsed"?"[]":""];case"imageReference":switch(oe.referenceType){case"full":return["![",oe.alt||"","]",Et(oe)];default:return["![",oe.alt,"]",oe.referenceType==="collapsed"?"[]":""]}case"definition":{let Be=H.proseWrap==="always"?y:" ";return N([Et(oe),":",A([Be,Ye(oe.url),oe.title===null?"":[Be,Ct(oe.title,H,!1)]])])}case"footnote":return["[^",_e(xe,H,ke),"]"];case"footnoteReference":return bt(oe);case"footnoteDefinition":{let Be=xe.getParentNode().children[xe.getName()+1],pt=oe.children.length===1&&oe.children[0].type==="paragraph"&&(H.proseWrap==="never"||H.proseWrap==="preserve"&&oe.children[0].position.start.line===oe.children[0].position.end.line);return[bt(oe),": ",pt?_e(xe,H,ke):N([k(" ".repeat(4),_e(xe,H,ke,{processor:(ut,Le)=>Le===0?N([D,ke()]):ke()})),Be&&Be.type==="footnoteDefinition"?D:""])]}case"table":return se(xe,H,ke);case"tableCell":return _e(xe,H,ke);case"break":return/\s/.test(H.originalText[oe.position.start.offset])?[" ",g(m)]:["\\",p];case"liquidNode":return _(oe.value,p);case"importExport":return[oe.value,p];case"esComment":return["{/* ",oe.value," */}"];case"jsx":return oe.value;case"math":return["$$",p,oe.value?[..._(oe.value,p),p]:"","$$"];case"inlineMath":return H.originalText.slice(f(oe),F(oe));case"tableRow":case"listItem":default:throw new Error(`Unknown markdown type ${JSON.stringify(oe.type)}`)}}function U(xe,H,ke,oe){let Be=xe.getValue(),pt=Be.checked===null?"":Be.checked?"[x] ":"[ ] ";return[pt,_e(xe,H,ke,{processor:(ut,Le)=>{if(Le===0&&ut.getValue().type!=="list")return k(" ".repeat(pt.length),ke());let v=" ".repeat(Rt(H.tabWidth-oe.length,0,3));return[v,k(v,ke())]}})]}function R(xe,H){let ke=oe();return xe+" ".repeat(ke>=4?0:ke);function oe(){let Be=xe.length%H.tabWidth;return Be===0?0:H.tabWidth-Be}}function pe(xe,H){return be(xe,H,ke=>ke.ordered===xe.ordered)}function be(xe,H,ke){let oe=-1;for(let Be of H.children)if(Be.type===xe.type&&ke(Be)?oe++:oe=-1,Be===xe)return oe}function fe(xe,H){let ke=Array.isArray(H)?H:[H],oe=-1,Be;for(;Be=xe.getParentNode(++oe);)if(ke.includes(Be.type))return oe;return-1}function Ie(xe,H){let ke=fe(xe,H);return ke===-1?null:xe.getParentNode(ke)}function X(xe,H,ke){if(ke.proseWrap==="preserve"&&H===` +`)return p;let oe=ke.proseWrap==="always"&&!Ie(xe,te);return H!==""?oe?y:" ":oe?D:""}function se(xe,H,ke){let oe=xe.getValue(),Be=[],pt=xe.map(ze=>ze.map((tt,ht)=>{let Ke=J(ke(),H).formatted,pr=r(Ke);return Be[ht]=Math.max(Be[ht]||3,pr),{text:Ke,width:pr}},"children"),"children"),ut=v(!1);if(H.proseWrap!=="never")return[o,ut];let Le=v(!0);return[o,N(C(Le,ut))];function v(ze){let tt=[ye(pt[0],ze),K(ze)];return pt.length>1&&tt.push(c(x,pt.slice(1).map(ht=>ye(ht,ze)))),c(x,tt)}function K(ze){return`| ${Be.map((tt,ht)=>{let Ke=oe.align[ht],pr=Ke==="center"||Ke==="left"?":":"-",dt=Ke==="center"||Ke==="right"?":":"-",ar=ze?"-":"-".repeat(tt-2);return`${pr}${ar}${dt}`}).join(" | ")} |`}function ye(ze,tt){return`| ${ze.map((ht,Ke)=>{let{text:pr,width:dt}=ht;if(tt)return pr;let ar=Be[Ke]-dt,Dt=oe.align[Ke],Tt=0;Dt==="right"?Tt=ar:Dt==="center"&&(Tt=Math.floor(ar/2));let jt=ar-Tt;return`${" ".repeat(Tt)}${pr}${" ".repeat(jt)}`}).join(" | ")} |`}}function we(xe,H,ke){let oe=[],Be=null,{children:pt}=xe.getValue();for(let[ut,Le]of pt.entries())switch(Q(Le)){case"start":Be===null&&(Be={index:ut,offset:Le.position.end.offset});break;case"end":Be!==null&&(oe.push({start:Be,end:{index:ut,offset:Le.position.start.offset}}),Be=null);break}return _e(xe,H,ke,{processor:(ut,Le)=>{if(oe.length>0){let v=oe[0];if(Le===v.start.index)return[it(pt[v.start.index]),H.originalText.slice(v.start.offset,v.end.offset),it(pt[v.end.index])];if(v.start.index3&&arguments[3]!==void 0?arguments[3]:{},{postprocessor:Be}=oe,pt=oe.processor||(()=>ke()),ut=xe.getValue(),Le=[],v;return xe.each((K,ye)=>{let ze=K.getValue(),tt=pt(K,ye);if(tt!==!1){let ht={parts:Le,prevNode:v,parentNode:ut,options:H};me(ze,ht)&&(Le.push(p),v&&M.has(v.type)||(Ce(ze,ht)||Re(ze,ht))&&Le.push(p),Re(ze,ht)&&Le.push(p)),Le.push(tt),v=ze}},"children"),Be?Be(Le):Le}function it(xe){if(xe.type==="html")return xe.value;if(xe.type==="paragraph"&&Array.isArray(xe.children)&&xe.children.length===1&&xe.children[0].type==="esComment")return["{/* ",xe.children[0].value," */}"]}function ae(xe){let H=xe;for(;n(H.children);)H=a(H.children);return H}function Q(xe){let H;if(xe.type==="html")H=xe.value.match(/^$/);else{let ke;xe.type==="esComment"?ke=xe:xe.type==="paragraph"&&xe.children.length===1&&xe.children[0].type==="esComment"&&(ke=xe.children[0]),ke&&(H=ke.value.match(/^prettier-ignore(?:-(start|end))?$/))}return H?H[1]||"next":!1}function me(xe,H){let ke=H.parts.length===0,oe=I.includes(xe.type),Be=xe.type==="html"&&q.includes(H.parentNode.type);return!ke&&!oe&&!Be}function Ce(xe,H){var ke,oe,Be;let pt=(H.prevNode&&H.prevNode.type)===xe.type&&j.has(xe.type),ut=H.parentNode.type==="listItem"&&!H.parentNode.loose,Le=((ke=H.prevNode)===null||ke===void 0?void 0:ke.type)==="listItem"&&H.prevNode.loose,v=Q(H.prevNode)==="next",K=xe.type==="html"&&((oe=H.prevNode)===null||oe===void 0?void 0:oe.type)==="html"&&H.prevNode.position.end.line+1===xe.position.start.line,ye=xe.type==="html"&&H.parentNode.type==="listItem"&&((Be=H.prevNode)===null||Be===void 0?void 0:Be.type)==="paragraph"&&H.prevNode.position.end.line+1===xe.position.start.line;return Le||!(pt||ut||v||K||ye)}function Re(xe,H){let ke=H.prevNode&&H.prevNode.type==="list",oe=xe.type==="code"&&xe.isIndented;return ke&&oe}function Xe(xe){let H=Ie(xe,["linkReference","imageReference"]);return H&&(H.type!=="linkReference"||H.referenceType!=="full")}function Ye(xe){let H=arguments.length>1&&arguments[1]!==void 0?arguments[1]:[],ke=[" ",...Array.isArray(H)?H:[H]];return new RegExp(ke.map(oe=>`\\${oe}`).join("|")).test(xe)?`<${xe}>`:xe}function Ct(xe,H){let ke=arguments.length>2&&arguments[2]!==void 0?arguments[2]:!0;if(!xe)return"";if(ke)return" "+Ct(xe,H,!1);if(xe=xe.replace(/\\(["')])/g,"$1"),xe.includes('"')&&xe.includes("'")&&!xe.includes(")"))return`(${xe})`;let oe=xe.split("'").length-1,Be=xe.split('"').length-1,pt=oe>Be?'"':Be>oe||H.singleQuote?"'":'"';return xe=xe.replace(/\\/,"\\\\"),xe=xe.replace(new RegExp(`(${pt})`,"g"),"\\$1"),`${pt}${xe}${pt}`}function Rt(xe,H,ke){return xeke?ke:xe}function It(xe){let H=Number(xe.getName());if(H===0)return!1;let ke=xe.getParentNode().children[H-1];return Q(ke)==="next"}function Et(xe){return`[${t(xe.label)}]`}function bt(xe){return`[^${xe.label}]`}l.exports={preprocess:i,print:De,embed:d,massageAstNode:h,hasPrettierIgnore:It,insertPragma:T}}}),Ao=$({"src/language-markdown/options.js"(u,l){ue();var t=On();l.exports={proseWrap:t.proseWrap,singleQuote:t.singleQuote}}}),vo=$({"src/language-markdown/parsers.js"(){ue()}}),zs=$({"node_modules/linguist-languages/data/Markdown.json"(u,l){l.exports={name:"Markdown",type:"prose",color:"#083fa1",aliases:["pandoc"],aceMode:"markdown",codemirrorMode:"gfm",codemirrorMimeType:"text/x-gfm",wrap:!0,extensions:[".md",".livemd",".markdown",".mdown",".mdwn",".mdx",".mkd",".mkdn",".mkdown",".ronn",".scd",".workbook"],filenames:["contents.lr"],tmScope:"source.gfm",languageId:222}}}),bo=$({"src/language-markdown/index.js"(u,l){ue();var t=vr(),a=Fo(),s=Ao(),e=vo(),r=[t(zs(),o=>({since:"1.8.0",parsers:["markdown"],vscodeLanguageIds:["markdown"],filenames:[...o.filenames,"README"],extensions:o.extensions.filter(c=>c!==".mdx")})),t(zs(),()=>({name:"MDX",since:"1.15.0",parsers:["mdx"],vscodeLanguageIds:["mdx"],filenames:[],extensions:[".mdx"]}))],n={mdast:a};l.exports={languages:r,options:s,printers:n,parsers:e}}}),So=$({"src/language-html/clean.js"(u,l){ue();var{isFrontMatterNode:t}=Gt(),a=new Set(["sourceSpan","startSourceSpan","endSourceSpan","nameSpan","valueSpan"]);function s(e,r){if(e.type==="text"||e.type==="comment"||t(e)||e.type==="yaml"||e.type==="toml")return null;e.type==="attribute"&&delete r.value,e.type==="docType"&&delete r.value}s.ignoredProperties=a,l.exports=s}}),xo=$({"src/language-html/constants.evaluate.js"(u,l){l.exports={CSS_DISPLAY_TAGS:{area:"none",base:"none",basefont:"none",datalist:"none",head:"none",link:"none",meta:"none",noembed:"none",noframes:"none",param:"block",rp:"none",script:"block",source:"block",style:"none",template:"inline",track:"block",title:"none",html:"block",body:"block",address:"block",blockquote:"block",center:"block",div:"block",figure:"block",figcaption:"block",footer:"block",form:"block",header:"block",hr:"block",legend:"block",listing:"block",main:"block",p:"block",plaintext:"block",pre:"block",xmp:"block",slot:"contents",ruby:"ruby",rt:"ruby-text",article:"block",aside:"block",h1:"block",h2:"block",h3:"block",h4:"block",h5:"block",h6:"block",hgroup:"block",nav:"block",section:"block",dir:"block",dd:"block",dl:"block",dt:"block",ol:"block",ul:"block",li:"list-item",table:"table",caption:"table-caption",colgroup:"table-column-group",col:"table-column",thead:"table-header-group",tbody:"table-row-group",tfoot:"table-footer-group",tr:"table-row",td:"table-cell",th:"table-cell",fieldset:"block",button:"inline-block",details:"block",summary:"block",dialog:"block",meter:"inline-block",progress:"inline-block",object:"inline-block",video:"inline-block",audio:"inline-block",select:"inline-block",option:"block",optgroup:"block"},CSS_DISPLAY_DEFAULT:"inline",CSS_WHITE_SPACE_TAGS:{listing:"pre",plaintext:"pre",pre:"pre",xmp:"pre",nobr:"nowrap",table:"initial",textarea:"pre-wrap"},CSS_WHITE_SPACE_DEFAULT:"normal"}}}),To=$({"src/language-html/utils/is-unknown-namespace.js"(u,l){ue();function t(a){return a.type==="element"&&!a.hasExplicitNamespace&&!["html","svg"].includes(a.namespace)}l.exports=t}}),$n=$({"src/language-html/utils/index.js"(u,l){ue();var{inferParserByLanguage:t,isFrontMatterNode:a}=Gt(),{builders:{line:s,hardline:e,join:r},utils:{getDocParts:n,replaceTextEndOfLine:o}}=wt(),{CSS_DISPLAY_TAGS:c,CSS_DISPLAY_DEFAULT:y,CSS_WHITE_SPACE_TAGS:m,CSS_WHITE_SPACE_DEFAULT:g}=xo(),p=To(),D=new Set([" ",` +`,"\f","\r"," "]),C=v=>v.replace(/^[\t\n\f\r ]+/,""),w=v=>v.replace(/[\t\n\f\r ]+$/,""),k=v=>C(w(v)),A=v=>v.replace(/^[\t\f\r ]*\n/g,""),N=v=>A(w(v)),x=v=>v.split(/[\t\n\f\r ]+/),P=v=>v.match(/^[\t\n\f\r ]*/)[0],_=v=>{let[,K,ye,ze]=v.match(/^([\t\n\f\r ]*)(.*?)([\t\n\f\r ]*)$/s);return{leadingWhitespace:K,trailingWhitespace:ze,text:ye}},J=v=>/[\t\n\f\r ]/.test(v);function d(v,K){return!!(v.type==="ieConditionalComment"&&v.lastChild&&!v.lastChild.isSelfClosing&&!v.lastChild.endSourceSpan||v.type==="ieConditionalComment"&&!v.complete||Ce(v)&&v.children.some(ye=>ye.type!=="text"&&ye.type!=="interpolation")||oe(v,K)&&!i(v)&&v.type!=="interpolation")}function T(v){return v.type==="attribute"||!v.parent||!v.prev?!1:f(v.prev)}function f(v){return v.type==="comment"&&v.value.trim()==="prettier-ignore"}function F(v){return v.type==="text"||v.type==="comment"}function i(v){return v.type==="element"&&(v.fullName==="script"||v.fullName==="style"||v.fullName==="svg:style"||p(v)&&(v.name==="script"||v.name==="style"))}function h(v){return v.children&&!i(v)}function E(v){return i(v)||v.type==="interpolation"||b(v)}function b(v){return Ct(v).startsWith("pre")}function S(v,K){let ye=ze();if(ye&&!v.prev&&v.parent&&v.parent.tagDefinition&&v.parent.tagDefinition.ignoreFirstLf)return v.type==="interpolation";return ye;function ze(){return a(v)?!1:(v.type==="text"||v.type==="interpolation")&&v.prev&&(v.prev.type==="text"||v.prev.type==="interpolation")?!0:!v.parent||v.parent.cssDisplay==="none"?!1:Ce(v.parent)?!0:!(!v.prev&&(v.parent.type==="root"||Ce(v)&&v.parent||i(v.parent)||H(v.parent,K)||!_e(v.parent.cssDisplay))||v.prev&&!Q(v.prev.cssDisplay))}}function B(v,K){return a(v)?!1:(v.type==="text"||v.type==="interpolation")&&v.next&&(v.next.type==="text"||v.next.type==="interpolation")?!0:!v.parent||v.parent.cssDisplay==="none"?!1:Ce(v.parent)?!0:!(!v.next&&(v.parent.type==="root"||Ce(v)&&v.parent||i(v.parent)||H(v.parent,K)||!it(v.parent.cssDisplay))||v.next&&!ae(v.next.cssDisplay))}function I(v){return me(v.cssDisplay)&&!i(v)}function q(v){return a(v)||v.next&&v.sourceSpan.end&&v.sourceSpan.end.line+10&&(["body","script","style"].includes(v.name)||v.children.some(K=>fe(K)))||v.firstChild&&v.firstChild===v.lastChild&&v.firstChild.type!=="text"&&U(v.firstChild)&&(!v.lastChild.isTrailingSpaceSensitive||R(v.lastChild))}function M(v){return v.type==="element"&&v.children.length>0&&(["html","head","ul","ol","select"].includes(v.name)||v.cssDisplay.startsWith("table")&&v.cssDisplay!=="table-cell")}function te(v){return pe(v)||v.prev&&j(v.prev)||De(v)}function j(v){return pe(v)||v.type==="element"&&v.fullName==="br"||De(v)}function De(v){return U(v)&&R(v)}function U(v){return v.hasLeadingSpaces&&(v.prev?v.prev.sourceSpan.end.linev.sourceSpan.end.line:v.parent.type==="root"||v.parent.endSourceSpan&&v.parent.endSourceSpan.start.line>v.sourceSpan.end.line)}function pe(v){switch(v.type){case"ieConditionalComment":case"comment":case"directive":return!0;case"element":return["script","select"].includes(v.name)}return!1}function be(v){return v.lastChild?be(v.lastChild):v}function fe(v){return v.children&&v.children.some(K=>K.type!=="text")}function Ie(v){let{type:K,lang:ye}=v.attrMap;if(K==="module"||K==="text/javascript"||K==="text/babel"||K==="application/javascript"||ye==="jsx")return"babel";if(K==="application/x-typescript"||ye==="ts"||ye==="tsx")return"typescript";if(K==="text/markdown")return"markdown";if(K==="text/html")return"html";if(K&&(K.endsWith("json")||K.endsWith("importmap"))||K==="speculationrules")return"json";if(K==="text/x-handlebars-template")return"glimmer"}function X(v,K){let{lang:ye}=v.attrMap;if(!ye||ye==="postcss"||ye==="css")return"css";if(ye==="scss")return"scss";if(ye==="less")return"less";if(ye==="stylus")return t("stylus",K)}function se(v,K){if(v.name==="script"&&!v.attrMap.src)return!v.attrMap.lang&&!v.attrMap.type?"babel":Ie(v);if(v.name==="style")return X(v,K);if(K&&oe(v,K))return Ie(v)||!("src"in v.attrMap)&&t(v.attrMap.lang,K)}function we(v){return v==="block"||v==="list-item"||v.startsWith("table")}function _e(v){return!we(v)&&v!=="inline-block"}function it(v){return!we(v)&&v!=="inline-block"}function ae(v){return!we(v)}function Q(v){return!we(v)}function me(v){return!we(v)&&v!=="inline-block"}function Ce(v){return Ct(v).startsWith("pre")}function Re(v,K){let ye=0;for(let ze=v.stack.length-1;ze>=0;ze--){let tt=v.stack[ze];tt&&typeof tt=="object"&&!Array.isArray(tt)&&K(tt)&&ye++}return ye}function Xe(v,K){let ye=v;for(;ye;){if(K(ye))return!0;ye=ye.parent}return!1}function Ye(v,K){if(v.prev&&v.prev.type==="comment"){let ze=v.prev.value.match(/^\s*display:\s*([a-z]+)\s*$/);if(ze)return ze[1]}let ye=!1;if(v.type==="element"&&v.namespace==="svg")if(Xe(v,ze=>ze.fullName==="svg:foreignObject"))ye=!0;else return v.name==="svg"?"inline-block":"block";switch(K.htmlWhitespaceSensitivity){case"strict":return"inline";case"ignore":return"block";default:return K.parser==="vue"&&v.parent&&v.parent.type==="root"?"block":v.type==="element"&&(!v.namespace||ye||p(v))&&c[v.name]||y}}function Ct(v){return v.type==="element"&&(!v.namespace||p(v))&&m[v.name]||g}function Rt(v){let K=Number.POSITIVE_INFINITY;for(let ye of v.split(` +`)){if(ye.length===0)continue;if(!D.has(ye[0]))return 0;let ze=P(ye).length;ye.length!==ze&&ze1&&arguments[1]!==void 0?arguments[1]:Rt(v);return K===0?v:v.split(` +`).map(ye=>ye.slice(K)).join(` +`)}function Et(v,K){let ye=0;for(let ze=0;ze1&&arguments[1]!==void 0?arguments[1]:v.value;return v.parent.isWhitespaceSensitive?v.parent.isIndentationSensitive?o(K):o(It(N(K)),e):n(r(s,x(K)))}function Le(v,K){return ke(v,K)&&v.name==="script"}l.exports={htmlTrim:k,htmlTrimPreserveIndentation:N,hasHtmlWhitespace:J,getLeadingAndTrailingHtmlWhitespace:_,canHaveInterpolation:h,countChars:Et,countParents:Re,dedentString:It,forceBreakChildren:M,forceBreakContent:G,forceNextEmptyLine:q,getLastDescendant:be,getNodeCssStyleDisplay:Ye,getNodeCssStyleWhiteSpace:Ct,hasPrettierIgnore:T,inferScriptParser:se,isVueCustomBlock:H,isVueNonHtmlBlock:oe,isVueScriptTag:Le,isVueSlotAttribute:Be,isVueSfcBindingsAttribute:pt,isVueSfcBlock:ke,isDanglingSpaceSensitiveNode:I,isIndentationSensitiveNode:b,isLeadingSpaceSensitiveNode:S,isPreLikeNode:Ce,isScriptLikeTag:i,isTextLikeNode:F,isTrailingSpaceSensitiveNode:B,isWhitespaceSensitiveNode:E,isUnknownNamespace:p,preferHardlineAsLeadingSpaces:te,preferHardlineAsTrailingSpaces:j,shouldPreserveContent:d,unescapeQuoteEntities:bt,getTextValueParts:ut}}}),Bo=$({"node_modules/angular-html-parser/lib/compiler/src/chars.js"(u){ue(),Object.defineProperty(u,"__esModule",{value:!0}),u.$EOF=0,u.$BSPACE=8,u.$TAB=9,u.$LF=10,u.$VTAB=11,u.$FF=12,u.$CR=13,u.$SPACE=32,u.$BANG=33,u.$DQ=34,u.$HASH=35,u.$$=36,u.$PERCENT=37,u.$AMPERSAND=38,u.$SQ=39,u.$LPAREN=40,u.$RPAREN=41,u.$STAR=42,u.$PLUS=43,u.$COMMA=44,u.$MINUS=45,u.$PERIOD=46,u.$SLASH=47,u.$COLON=58,u.$SEMICOLON=59,u.$LT=60,u.$EQ=61,u.$GT=62,u.$QUESTION=63,u.$0=48,u.$7=55,u.$9=57,u.$A=65,u.$E=69,u.$F=70,u.$X=88,u.$Z=90,u.$LBRACKET=91,u.$BACKSLASH=92,u.$RBRACKET=93,u.$CARET=94,u.$_=95,u.$a=97,u.$b=98,u.$e=101,u.$f=102,u.$n=110,u.$r=114,u.$t=116,u.$u=117,u.$v=118,u.$x=120,u.$z=122,u.$LBRACE=123,u.$BAR=124,u.$RBRACE=125,u.$NBSP=160,u.$PIPE=124,u.$TILDA=126,u.$AT=64,u.$BT=96;function l(n){return n>=u.$TAB&&n<=u.$SPACE||n==u.$NBSP}u.isWhitespace=l;function t(n){return u.$0<=n&&n<=u.$9}u.isDigit=t;function a(n){return n>=u.$a&&n<=u.$z||n>=u.$A&&n<=u.$Z}u.isAsciiLetter=a;function s(n){return n>=u.$a&&n<=u.$f||n>=u.$A&&n<=u.$F||t(n)}u.isAsciiHexDigit=s;function e(n){return n===u.$LF||n===u.$CR}u.isNewLine=e;function r(n){return u.$0<=n&&n<=u.$7}u.isOctalDigit=r}}),wo=$({"node_modules/angular-html-parser/lib/compiler/src/aot/static_symbol.js"(u){ue(),Object.defineProperty(u,"__esModule",{value:!0});var l=class{constructor(a,s,e){this.filePath=a,this.name=s,this.members=e}assertNoMembers(){if(this.members.length)throw new Error(`Illegal state: symbol without members expected, but got ${JSON.stringify(this)}.`)}};u.StaticSymbol=l;var t=class{constructor(){this.cache=new Map}get(a,s,e){e=e||[];let r=e.length?`.${e.join(".")}`:"",n=`"${a}".${s}${r}`,o=this.cache.get(n);return o||(o=new l(a,s,e),this.cache.set(n,o)),o}};u.StaticSymbolCache=t}}),No=$({"node_modules/angular-html-parser/lib/compiler/src/util.js"(u){ue(),Object.defineProperty(u,"__esModule",{value:!0});var l=/-+([a-z0-9])/g;function t(i){return i.replace(l,function(){for(var h=arguments.length,E=new Array(h),b=0;br(E,this,h))}visitStringMap(i,h){let E={};return Object.keys(i).forEach(b=>{E[b]=r(i[b],this,h)}),E}visitPrimitive(i,h){return i}visitOther(i,h){return i}};u.ValueTransformer=c,u.SyncAsync={assertSync:i=>{if(_(i))throw new Error("Illegal state: value cannot be a promise");return i},then:(i,h)=>_(i)?i.then(h):h(i),all:i=>i.some(_)?Promise.all(i):i};function y(i){throw new Error(`Internal Error: ${i}`)}u.error=y;function m(i,h){let E=Error(i);return E[g]=!0,h&&(E[p]=h),E}u.syntaxError=m;var g="ngSyntaxError",p="ngParseErrors";function D(i){return i[g]}u.isSyntaxError=D;function C(i){return i[p]||[]}u.getParseErrors=C;function w(i){return i.replace(/([.*+?^=!:${}()|[\]\/\\])/g,"\\$1")}u.escapeRegExp=w;var k=Object.getPrototypeOf({});function A(i){return typeof i=="object"&&i!==null&&Object.getPrototypeOf(i)===k}function N(i){let h="";for(let E=0;E=55296&&b<=56319&&i.length>E+1){let S=i.charCodeAt(E+1);S>=56320&&S<=57343&&(E++,b=(b-55296<<10)+S-56320+65536)}b<=127?h+=String.fromCharCode(b):b<=2047?h+=String.fromCharCode(b>>6&31|192,b&63|128):b<=65535?h+=String.fromCharCode(b>>12|224,b>>6&63|128,b&63|128):b<=2097151&&(h+=String.fromCharCode(b>>18&7|240,b>>12&63|128,b>>6&63|128,b&63|128))}return h}u.utf8Encode=N;function x(i){if(typeof i=="string")return i;if(i instanceof Array)return"["+i.map(x).join(", ")+"]";if(i==null)return""+i;if(i.overriddenName)return`${i.overriddenName}`;if(i.name)return`${i.name}`;if(!i.toString)return"object";let h=i.toString();if(h==null)return""+h;let E=h.indexOf(` +`);return E===-1?h:h.substring(0,E)}u.stringify=x;function P(i){return typeof i=="function"&&i.hasOwnProperty("__forward_ref__")?i():i}u.resolveForwardRef=P;function _(i){return!!i&&typeof i.then=="function"}u.isPromise=_;var J=class{constructor(i){this.full=i;let h=i.split(".");this.major=h[0],this.minor=h[1],this.patch=h.slice(2).join(".")}};u.Version=J;var d=typeof window<"u"&&window,T=typeof self<"u"&&typeof WorkerGlobalScope<"u"&&self instanceof WorkerGlobalScope&&self,f=typeof globalThis<"u"&&globalThis,F=f||d||T;u.global=F}}),_o=$({"node_modules/angular-html-parser/lib/compiler/src/compile_metadata.js"(u){ue(),Object.defineProperty(u,"__esModule",{value:!0});var l=wo(),t=No(),a=/^(?:(?:\[([^\]]+)\])|(?:\(([^\)]+)\)))|(\@[-\w]+)$/;function s(E){return E.replace(/\W/g,"_")}u.sanitizeIdentifier=s;var e=0;function r(E){if(!E||!E.reference)return null;let b=E.reference;if(b instanceof l.StaticSymbol)return b.name;if(b.__anonymousType)return b.__anonymousType;let S=t.stringify(b);return S.indexOf("(")>=0?(S=`anonymous_${e++}`,b.__anonymousType=S):S=s(S),S}u.identifierName=r;function n(E){let b=E.reference;return b instanceof l.StaticSymbol?b.filePath:`./${t.stringify(b)}`}u.identifierModuleUrl=n;function o(E,b){return`View_${r({reference:E})}_${b}`}u.viewClassName=o;function c(E){return`RenderType_${r({reference:E})}`}u.rendererTypeName=c;function y(E){return`HostView_${r({reference:E})}`}u.hostViewClassName=y;function m(E){return`${r({reference:E})}NgFactory`}u.componentFactoryName=m;var g;(function(E){E[E.Pipe=0]="Pipe",E[E.Directive=1]="Directive",E[E.NgModule=2]="NgModule",E[E.Injectable=3]="Injectable"})(g=u.CompileSummaryKind||(u.CompileSummaryKind={}));function p(E){return E.value!=null?s(E.value):r(E.identifier)}u.tokenName=p;function D(E){return E.identifier!=null?E.identifier.reference:E.value}u.tokenReference=D;var C=class{constructor(){let{moduleUrl:E,styles:b,styleUrls:S}=arguments.length>0&&arguments[0]!==void 0?arguments[0]:{};this.moduleUrl=E||null,this.styles=_(b),this.styleUrls=_(S)}};u.CompileStylesheetMetadata=C;var w=class{constructor(E){let{encapsulation:b,template:S,templateUrl:B,htmlAst:I,styles:q,styleUrls:G,externalStylesheets:M,animations:te,ngContentSelectors:j,interpolation:De,isInline:U,preserveWhitespaces:R}=E;if(this.encapsulation=b,this.template=S,this.templateUrl=B,this.htmlAst=I,this.styles=_(q),this.styleUrls=_(G),this.externalStylesheets=_(M),this.animations=te?d(te):[],this.ngContentSelectors=j||[],De&&De.length!=2)throw new Error("'interpolation' should have a start and an end symbol.");this.interpolation=De,this.isInline=U,this.preserveWhitespaces=R}toSummary(){return{ngContentSelectors:this.ngContentSelectors,encapsulation:this.encapsulation,styles:this.styles,animations:this.animations}}};u.CompileTemplateMetadata=w;var k=class{static create(E){let{isHost:b,type:S,isComponent:B,selector:I,exportAs:q,changeDetection:G,inputs:M,outputs:te,host:j,providers:De,viewProviders:U,queries:R,guards:pe,viewQueries:be,entryComponents:fe,template:Ie,componentViewType:X,rendererType:se,componentFactory:we}=E,_e={},it={},ae={};j!=null&&Object.keys(j).forEach(Ce=>{let Re=j[Ce],Xe=Ce.match(a);Xe===null?ae[Ce]=Re:Xe[1]!=null?it[Xe[1]]=Re:Xe[2]!=null&&(_e[Xe[2]]=Re)});let Q={};M==null||M.forEach(Ce=>{let Re=t.splitAtColon(Ce,[Ce,Ce]);Q[Re[0]]=Re[1]});let me={};return te==null||te.forEach(Ce=>{let Re=t.splitAtColon(Ce,[Ce,Ce]);me[Re[0]]=Re[1]}),new k({isHost:b,type:S,isComponent:!!B,selector:I,exportAs:q,changeDetection:G,inputs:Q,outputs:me,hostListeners:_e,hostProperties:it,hostAttributes:ae,providers:De,viewProviders:U,queries:R,guards:pe,viewQueries:be,entryComponents:fe,template:Ie,componentViewType:X,rendererType:se,componentFactory:we})}constructor(E){let{isHost:b,type:S,isComponent:B,selector:I,exportAs:q,changeDetection:G,inputs:M,outputs:te,hostListeners:j,hostProperties:De,hostAttributes:U,providers:R,viewProviders:pe,queries:be,guards:fe,viewQueries:Ie,entryComponents:X,template:se,componentViewType:we,rendererType:_e,componentFactory:it}=E;this.isHost=!!b,this.type=S,this.isComponent=B,this.selector=I,this.exportAs=q,this.changeDetection=G,this.inputs=M,this.outputs=te,this.hostListeners=j,this.hostProperties=De,this.hostAttributes=U,this.providers=_(R),this.viewProviders=_(pe),this.queries=_(be),this.guards=fe,this.viewQueries=_(Ie),this.entryComponents=_(X),this.template=se,this.componentViewType=we,this.rendererType=_e,this.componentFactory=it}toSummary(){return{summaryKind:g.Directive,type:this.type,isComponent:this.isComponent,selector:this.selector,exportAs:this.exportAs,inputs:this.inputs,outputs:this.outputs,hostListeners:this.hostListeners,hostProperties:this.hostProperties,hostAttributes:this.hostAttributes,providers:this.providers,viewProviders:this.viewProviders,queries:this.queries,guards:this.guards,viewQueries:this.viewQueries,entryComponents:this.entryComponents,changeDetection:this.changeDetection,template:this.template&&this.template.toSummary(),componentViewType:this.componentViewType,rendererType:this.rendererType,componentFactory:this.componentFactory}}};u.CompileDirectiveMetadata=k;var A=class{constructor(E){let{type:b,name:S,pure:B}=E;this.type=b,this.name=S,this.pure=!!B}toSummary(){return{summaryKind:g.Pipe,type:this.type,name:this.name,pure:this.pure}}};u.CompilePipeMetadata=A;var N=class{};u.CompileShallowModuleMetadata=N;var x=class{constructor(E){let{type:b,providers:S,declaredDirectives:B,exportedDirectives:I,declaredPipes:q,exportedPipes:G,entryComponents:M,bootstrapComponents:te,importedModules:j,exportedModules:De,schemas:U,transitiveModule:R,id:pe}=E;this.type=b||null,this.declaredDirectives=_(B),this.exportedDirectives=_(I),this.declaredPipes=_(q),this.exportedPipes=_(G),this.providers=_(S),this.entryComponents=_(M),this.bootstrapComponents=_(te),this.importedModules=_(j),this.exportedModules=_(De),this.schemas=_(U),this.id=pe||null,this.transitiveModule=R||null}toSummary(){let E=this.transitiveModule;return{summaryKind:g.NgModule,type:this.type,entryComponents:E.entryComponents,providers:E.providers,modules:E.modules,exportedDirectives:E.exportedDirectives,exportedPipes:E.exportedPipes}}};u.CompileNgModuleMetadata=x;var P=class{constructor(){this.directivesSet=new Set,this.directives=[],this.exportedDirectivesSet=new Set,this.exportedDirectives=[],this.pipesSet=new Set,this.pipes=[],this.exportedPipesSet=new Set,this.exportedPipes=[],this.modulesSet=new Set,this.modules=[],this.entryComponentsSet=new Set,this.entryComponents=[],this.providers=[]}addProvider(E,b){this.providers.push({provider:E,module:b})}addDirective(E){this.directivesSet.has(E.reference)||(this.directivesSet.add(E.reference),this.directives.push(E))}addExportedDirective(E){this.exportedDirectivesSet.has(E.reference)||(this.exportedDirectivesSet.add(E.reference),this.exportedDirectives.push(E))}addPipe(E){this.pipesSet.has(E.reference)||(this.pipesSet.add(E.reference),this.pipes.push(E))}addExportedPipe(E){this.exportedPipesSet.has(E.reference)||(this.exportedPipesSet.add(E.reference),this.exportedPipes.push(E))}addModule(E){this.modulesSet.has(E.reference)||(this.modulesSet.add(E.reference),this.modules.push(E))}addEntryComponent(E){this.entryComponentsSet.has(E.componentType)||(this.entryComponentsSet.add(E.componentType),this.entryComponents.push(E))}};u.TransitiveCompileNgModuleMetadata=P;function _(E){return E||[]}var J=class{constructor(E,b){let{useClass:S,useValue:B,useExisting:I,useFactory:q,deps:G,multi:M}=b;this.token=E,this.useClass=S||null,this.useValue=B,this.useExisting=I,this.useFactory=q||null,this.dependencies=G||null,this.multi=!!M}};u.ProviderMeta=J;function d(E){return E.reduce((b,S)=>{let B=Array.isArray(S)?d(S):S;return b.concat(B)},[])}u.flatten=d;function T(E){return E.replace(/(\w+:\/\/[\w:-]+)?(\/+)?/,"ng:///")}function f(E,b,S){let B;return S.isInline?b.type.reference instanceof l.StaticSymbol?B=`${b.type.reference.filePath}.${b.type.reference.name}.html`:B=`${r(E)}/${r(b.type)}.html`:B=S.templateUrl,b.type.reference instanceof l.StaticSymbol?B:T(B)}u.templateSourceUrl=f;function F(E,b){let S=E.moduleUrl.split(/\/\\/g),B=S[S.length-1];return T(`css/${b}${B}.ngstyle.js`)}u.sharedStylesheetJitUrl=F;function i(E){return T(`${r(E.type)}/module.ngfactory.js`)}u.ngModuleJitUrl=i;function h(E,b){return T(`${r(E)}/${r(b.type)}.ngfactory.js`)}u.templateJitUrl=h}}),ko=$({"node_modules/angular-html-parser/lib/compiler/src/parse_util.js"(u){ue(),Object.defineProperty(u,"__esModule",{value:!0});var l=Bo(),t=_o(),a=class{constructor(y,m,g,p){this.file=y,this.offset=m,this.line=g,this.col=p}toString(){return this.offset!=null?`${this.file.url}@${this.line}:${this.col}`:this.file.url}moveBy(y){let m=this.file.content,g=m.length,p=this.offset,D=this.line,C=this.col;for(;p>0&&y<0;)if(p--,y++,m.charCodeAt(p)==l.$LF){D--;let w=m.substr(0,p-1).lastIndexOf(String.fromCharCode(l.$LF));C=w>0?p-w:p}else C--;for(;p0;){let w=m.charCodeAt(p);p++,y--,w==l.$LF?(D++,C=0):C++}return new a(this.file,p,D,C)}getContext(y,m){let g=this.file.content,p=this.offset;if(p!=null){p>g.length-1&&(p=g.length-1);let D=p,C=0,w=0;for(;C0&&(p--,C++,!(g[p]==` +`&&++w==m)););for(C=0,w=0;C2&&arguments[2]!==void 0?arguments[2]:null;this.start=y,this.end=m,this.details=g}toString(){return this.start.file.content.substring(this.start.offset,this.end.offset)}};u.ParseSourceSpan=e,u.EMPTY_PARSE_LOCATION=new a(new s("",""),0,0,0),u.EMPTY_SOURCE_SPAN=new e(u.EMPTY_PARSE_LOCATION,u.EMPTY_PARSE_LOCATION);var r;(function(y){y[y.WARNING=0]="WARNING",y[y.ERROR=1]="ERROR"})(r=u.ParseErrorLevel||(u.ParseErrorLevel={}));var n=class{constructor(y,m){let g=arguments.length>2&&arguments[2]!==void 0?arguments[2]:r.ERROR;this.span=y,this.msg=m,this.level=g}contextualMessage(){let y=this.span.start.getContext(100,3);return y?`${this.msg} ("${y.before}[${r[this.level]} ->]${y.after}")`:this.msg}toString(){let y=this.span.details?`, ${this.span.details}`:"";return`${this.contextualMessage()}: ${this.span.start}${y}`}};u.ParseError=n;function o(y,m){let g=t.identifierModuleUrl(m),p=g!=null?`in ${y} ${t.identifierName(m)} in ${g}`:`in ${y} ${t.identifierName(m)}`,D=new s("",p);return new e(new a(D,-1,-1,-1),new a(D,-1,-1,-1))}u.typeSourceSpan=o;function c(y,m,g){let p=`in ${y} ${m} in ${g}`,D=new s("",p);return new e(new a(D,-1,-1,-1),new a(D,-1,-1,-1))}u.r3JitTypeSourceSpan=c}}),Po=$({"src/language-html/print-preprocess.js"(u,l){ue();var{ParseSourceSpan:t}=ko(),{htmlTrim:a,getLeadingAndTrailingHtmlWhitespace:s,hasHtmlWhitespace:e,canHaveInterpolation:r,getNodeCssStyleDisplay:n,isDanglingSpaceSensitiveNode:o,isIndentationSensitiveNode:c,isLeadingSpaceSensitiveNode:y,isTrailingSpaceSensitiveNode:m,isWhitespaceSensitiveNode:g,isVueScriptTag:p}=$n(),D=[w,k,N,P,_,T,J,d,f,x,F];function C(i,h){for(let E of D)E(i,h);return i}function w(i){i.walk(h=>{if(h.type==="element"&&h.tagDefinition.ignoreFirstLf&&h.children.length>0&&h.children[0].type==="text"&&h.children[0].value[0]===` +`){let E=h.children[0];E.value.length===1?h.removeChild(E):E.value=E.value.slice(1)}})}function k(i){let h=E=>E.type==="element"&&E.prev&&E.prev.type==="ieConditionalStartComment"&&E.prev.sourceSpan.end.offset===E.startSourceSpan.start.offset&&E.firstChild&&E.firstChild.type==="ieConditionalEndComment"&&E.firstChild.sourceSpan.start.offset===E.startSourceSpan.end.offset;i.walk(E=>{if(E.children)for(let b=0;b{if(b.children)for(let S=0;Sh.type==="cdata",h=>``)}function x(i){let h=E=>E.type==="element"&&E.attrs.length===0&&E.children.length===1&&E.firstChild.type==="text"&&!e(E.children[0].value)&&!E.firstChild.hasLeadingSpaces&&!E.firstChild.hasTrailingSpaces&&E.isLeadingSpaceSensitive&&!E.hasLeadingSpaces&&E.isTrailingSpaceSensitive&&!E.hasTrailingSpaces&&E.prev&&E.prev.type==="text"&&E.next&&E.next.type==="text";i.walk(E=>{if(E.children)for(let b=0;b`+S.firstChild.value+``+I.value,B.sourceSpan=new t(B.sourceSpan.start,I.sourceSpan.end),B.isTrailingSpaceSensitive=I.isTrailingSpaceSensitive,B.hasTrailingSpaces=I.hasTrailingSpaces,E.removeChild(S),b--,E.removeChild(I)}})}function P(i,h){if(h.parser==="html")return;let E=/{{(.+?)}}/s;i.walk(b=>{if(r(b))for(let S of b.children){if(S.type!=="text")continue;let B=S.sourceSpan.start,I=null,q=S.value.split(E);for(let G=0;G0&&b.insertChildBefore(S,{type:"text",value:M,sourceSpan:new t(B,I)});continue}I=B.moveBy(M.length+4),b.insertChildBefore(S,{type:"interpolation",sourceSpan:new t(B,I),children:M.length===0?[]:[{type:"text",value:M,sourceSpan:new t(B.moveBy(2),I.moveBy(-2))}]})}b.removeChild(S)}})}function _(i){i.walk(h=>{if(!h.children)return;if(h.children.length===0||h.children.length===1&&h.children[0].type==="text"&&a(h.children[0].value).length===0){h.hasDanglingSpaces=h.children.length>0,h.children=[];return}let E=g(h),b=c(h);if(!E)for(let S=0;S{h.isSelfClosing=!h.children||h.type==="element"&&(h.tagDefinition.isVoid||h.startSourceSpan===h.endSourceSpan)})}function d(i,h){i.walk(E=>{E.type==="element"&&(E.hasHtmComponentClosingTag=E.endSourceSpan&&/^<\s*\/\s*\/\s*>$/.test(h.originalText.slice(E.endSourceSpan.start.offset,E.endSourceSpan.end.offset)))})}function T(i,h){i.walk(E=>{E.cssDisplay=n(E,h)})}function f(i,h){i.walk(E=>{let{children:b}=E;if(b){if(b.length===0){E.isDanglingSpaceSensitive=o(E);return}for(let S of b)S.isLeadingSpaceSensitive=y(S,h),S.isTrailingSpaceSensitive=m(S,h);for(let S=0;Sp(S,h));if(!E)return;let{lang:b}=E.attrMap;(b==="ts"||b==="typescript")&&(h.__should_parse_vue_template_with_ts=!0)}}l.exports=C}}),Io=$({"src/language-html/pragma.js"(u,l){ue();function t(s){return/^\s*/.test(s)}function a(s){return` + +`+s.replace(/^\s*\n/,"")}l.exports={hasPragma:t,insertPragma:a}}}),ds=$({"src/language-html/loc.js"(u,l){ue();function t(s){return s.sourceSpan.start.offset}function a(s){return s.sourceSpan.end.offset}l.exports={locStart:t,locEnd:a}}}),hu=$({"src/language-html/print/tag.js"(u,l){ue();var t=lr(),{isNonEmptyArray:a}=Gt(),{builders:{indent:s,join:e,line:r,softline:n,hardline:o},utils:{replaceTextEndOfLine:c}}=wt(),{locStart:y,locEnd:m}=ds(),{isTextLikeNode:g,getLastDescendant:p,isPreLikeNode:D,hasPrettierIgnore:C,shouldPreserveContent:w,isVueSfcBlock:k}=$n();function A(j,De){return[j.isSelfClosing?"":N(j,De),x(j,De)]}function N(j,De){return j.lastChild&&i(j.lastChild)?"":[P(j,De),J(j,De)]}function x(j,De){return(j.next?f(j.next):F(j.parent))?"":[d(j,De),_(j,De)]}function P(j,De){return F(j)?d(j.lastChild,De):""}function _(j,De){return i(j)?J(j.parent,De):h(j)?M(j.next):""}function J(j,De){if(t(!j.isSelfClosing),T(j,De))return"";switch(j.type){case"ieConditionalComment":return"";case"ieConditionalStartComment":return"]>";case"interpolation":return"}}";case"element":if(j.isSelfClosing)return"/>";default:return">"}}function T(j,De){return!j.isSelfClosing&&!j.endSourceSpan&&(C(j)||w(j.parent,De))}function f(j){return j.prev&&j.prev.type!=="docType"&&!g(j.prev)&&j.isLeadingSpaceSensitive&&!j.hasLeadingSpaces}function F(j){return j.lastChild&&j.lastChild.isTrailingSpaceSensitive&&!j.lastChild.hasTrailingSpaces&&!g(p(j.lastChild))&&!D(j)}function i(j){return!j.next&&!j.hasTrailingSpaces&&j.isTrailingSpaceSensitive&&g(p(j))}function h(j){return j.next&&!g(j.next)&&g(j)&&j.isTrailingSpaceSensitive&&!j.hasTrailingSpaces}function E(j){let De=j.trim().match(/^prettier-ignore-attribute(?:\s+(.+))?$/s);return De?De[1]?De[1].split(/\s+/):!0:!1}function b(j){return!j.prev&&j.isLeadingSpaceSensitive&&!j.hasLeadingSpaces}function S(j,De,U){let R=j.getValue();if(!a(R.attrs))return R.isSelfClosing?" ":"";let pe=R.prev&&R.prev.type==="comment"&&E(R.prev.value),be=typeof pe=="boolean"?()=>pe:Array.isArray(pe)?we=>pe.includes(we.rawName):()=>!1,fe=j.map(we=>{let _e=we.getValue();return be(_e)?c(De.originalText.slice(y(_e),m(_e))):U()},"attrs"),Ie=R.type==="element"&&R.fullName==="script"&&R.attrs.length===1&&R.attrs[0].fullName==="src"&&R.children.length===0,X=De.singleAttributePerLine&&R.attrs.length>1&&!k(R,De)?o:r,se=[s([Ie?" ":r,e(X,fe)])];return R.firstChild&&b(R.firstChild)||R.isSelfClosing&&F(R.parent)||Ie?se.push(R.isSelfClosing?" ":""):se.push(De.bracketSameLine?R.isSelfClosing?" ":"":R.isSelfClosing?r:n),se}function B(j){return j.firstChild&&b(j.firstChild)?"":te(j)}function I(j,De,U){let R=j.getValue();return[q(R,De),S(j,De,U),R.isSelfClosing?"":B(R)]}function q(j,De){return j.prev&&h(j.prev)?"":[G(j,De),M(j)]}function G(j,De){return b(j)?te(j.parent):f(j)?d(j.prev,De):""}function M(j){switch(j.type){case"ieConditionalComment":case"ieConditionalStartComment":return`<${j.rawName}`;default:return`<${j.rawName}`}}function te(j){switch(t(!j.isSelfClosing),j.type){case"ieConditionalComment":return"]>";case"element":if(j.condition)return">";default:return">"}}l.exports={printClosingTag:A,printClosingTagStart:N,printClosingTagStartMarker:J,printClosingTagEndMarker:d,printClosingTagSuffix:_,printClosingTagEnd:x,needsToBorrowLastChildClosingTagEndMarker:F,needsToBorrowParentClosingTagStartMarker:i,needsToBorrowPrevClosingTagEndMarker:f,printOpeningTag:I,printOpeningTagStart:q,printOpeningTagPrefix:G,printOpeningTagStartMarker:M,printOpeningTagEndMarker:te,needsToBorrowNextOpeningTagStartMarker:h,needsToBorrowParentOpeningTagEndMarker:b}}}),jo=$({"node_modules/parse-srcset/src/parse-srcset.js"(u,l){ue(),function(t,a){typeof define=="function"&&define.amd?define([],a):typeof l=="object"&&l.exports?l.exports=a():t.parseSrcset=a()}(u,function(){return function(t,a){var s=a&&a.logger||console;function e(J){return J===" "||J===" "||J===` +`||J==="\f"||J==="\r"}function r(J){var d,T=J.exec(t.substring(N));if(T)return d=T[0],N+=d.length,d}for(var n=t.length,o=/^[ \t\n\r\u000c]+/,c=/^[, \t\n\r\u000c]+/,y=/^[^ \t\n\r\u000c]+/,m=/[,]+$/,g=/^\d+$/,p=/^-?(?:[0-9]+|[0-9]*\.[0-9]+)(?:[eE][+-]?[0-9]+)?$/,D,C,w,k,A,N=0,x=[];;){if(r(c),N>=n)return x;D=r(y),C=[],D.slice(-1)===","?(D=D.replace(m,""),_()):P()}function P(){for(r(o),w="",k="in descriptor";;){if(A=t.charAt(N),k==="in descriptor")if(e(A))w&&(C.push(w),w="",k="after descriptor");else if(A===","){N+=1,w&&C.push(w),_();return}else if(A==="(")w=w+A,k="in parens";else if(A===""){w&&C.push(w),_();return}else w=w+A;else if(k==="in parens")if(A===")")w=w+A,k="in descriptor";else if(A===""){C.push(w),_();return}else w=w+A;else if(k==="after descriptor"&&!e(A))if(A===""){_();return}else k="in descriptor",N-=1;N+=1}}function _(){var J=!1,d,T,f,F,i={},h,E,b,S,B;for(F=0;F{let{w:_}=P;return _}),m=c.some(P=>{let{h:_}=P;return _}),g=c.some(P=>{let{d:_}=P;return _});if(y+m+g>1)throw new Error("Mixed descriptor in srcset is not supported");let p=y?"w":m?"h":"d",D=y?"w":m?"h":"x",C=P=>Math.max(...P),w=c.map(P=>P.url),k=C(w.map(P=>P.length)),A=c.map(P=>P[p]).map(P=>P?P.toString():""),N=A.map(P=>{let _=P.indexOf(".");return _===-1?P.length:_}),x=C(N);return s([",",e],w.map((P,_)=>{let J=[P],d=A[_];if(d){let T=k-P.length+1,f=x-N[_],F=" ".repeat(T+f);J.push(a(F," "),d+D)}return J}))}function n(o){return o.trim().split(/\s+/).join(" ")}l.exports={printImgSrcset:r,printClassNames:n}}}),Oo=$({"src/language-html/syntax-vue.js"(u,l){ue();var{builders:{group:t}}=wt();function a(n,o){let{left:c,operator:y,right:m}=s(n);return[t(o(`function _(${c}) {}`,{parser:"babel",__isVueForBindingLeft:!0}))," ",y," ",o(m,{parser:"__js_expression"},{stripTrailingHardline:!0})]}function s(n){let o=/(.*?)\s+(in|of)\s+(.*)/s,c=/,([^,\]}]*)(?:,([^,\]}]*))?$/,y=/^\(|\)$/g,m=n.match(o);if(!m)return;let g={};if(g.for=m[3].trim(),!g.for)return;let p=m[1].trim().replace(y,""),D=p.match(c);D?(g.alias=p.replace(c,""),g.iterator1=D[1].trim(),D[2]&&(g.iterator2=D[2].trim())):g.alias=p;let C=[g.alias,g.iterator1,g.iterator2];if(!C.some((w,k)=>!w&&(k===0||C.slice(k+1).some(Boolean))))return{left:C.filter(Boolean).join(","),operator:m[2],right:g.for}}function e(n,o){return o(`function _(${n}) {}`,{parser:"babel",__isVueBindings:!0})}function r(n){let o=/^(?:[\w$]+|\([^)]*\))\s*=>|^function\s*\(/,c=/^[$A-Z_a-z][\w$]*(?:\.[$A-Z_a-z][\w$]*|\['[^']*']|\["[^"]*"]|\[\d+]|\[[$A-Z_a-z][\w$]*])*$/,y=n.trim();return o.test(y)||c.test(y)}l.exports={isVueEventBindingExpression:r,printVueFor:a,printVueBindings:e}}}),Hs=$({"src/language-html/get-node-content.js"(u,l){ue();var{needsToBorrowParentClosingTagStartMarker:t,printClosingTagStartMarker:a,needsToBorrowLastChildClosingTagEndMarker:s,printClosingTagEndMarker:e,needsToBorrowParentOpeningTagEndMarker:r,printOpeningTagEndMarker:n}=hu();function o(c,y){let m=c.startSourceSpan.end.offset;c.firstChild&&r(c.firstChild)&&(m-=n(c).length);let g=c.endSourceSpan.start.offset;return c.lastChild&&t(c.lastChild)?g+=a(c,y).length:s(c)&&(g-=e(c.lastChild,y).length),y.originalText.slice(m,g)}l.exports=o}}),$o=$({"src/language-html/embed.js"(u,l){ue();var{builders:{breakParent:t,group:a,hardline:s,indent:e,line:r,fill:n,softline:o},utils:{mapDoc:c,replaceTextEndOfLine:y}}=wt(),m=cs(),{printClosingTag:g,printClosingTagSuffix:p,needsToBorrowPrevClosingTagEndMarker:D,printOpeningTagPrefix:C,printOpeningTag:w}=hu(),{printImgSrcset:k,printClassNames:A}=Lo(),{printVueFor:N,printVueBindings:x,isVueEventBindingExpression:P}=Oo(),{isScriptLikeTag:_,isVueNonHtmlBlock:J,inferScriptParser:d,htmlTrimPreserveIndentation:T,dedentString:f,unescapeQuoteEntities:F,isVueSlotAttribute:i,isVueSfcBindingsAttribute:h,getTextValueParts:E}=$n(),b=Hs();function S(I,q,G){let M=fe=>new RegExp(fe.join("|")).test(I.fullName),te=()=>F(I.value),j=!1,De=(fe,Ie)=>{let X=fe.type==="NGRoot"?fe.node.type==="NGMicrosyntax"&&fe.node.body.length===1&&fe.node.body[0].type==="NGMicrosyntaxExpression"?fe.node.body[0].expression:fe.node:fe.type==="JsExpressionRoot"?fe.node:fe;X&&(X.type==="ObjectExpression"||X.type==="ArrayExpression"||Ie.parser==="__vue_expression"&&(X.type==="TemplateLiteral"||X.type==="StringLiteral"))&&(j=!0)},U=fe=>a(fe),R=function(fe){let Ie=arguments.length>1&&arguments[1]!==void 0?arguments[1]:!0;return a([e([o,fe]),Ie?o:""])},pe=fe=>j?U(fe):R(fe),be=(fe,Ie)=>q(fe,Object.assign({__onHtmlBindingRoot:De,__embeddedInHtml:!0},Ie));if(I.fullName==="srcset"&&(I.parent.fullName==="img"||I.parent.fullName==="source"))return R(k(te()));if(I.fullName==="class"&&!G.parentParser){let fe=te();if(!fe.includes("{{"))return A(fe)}if(I.fullName==="style"&&!G.parentParser){let fe=te();if(!fe.includes("{{"))return R(be(fe,{parser:"css",__isHTMLStyleAttribute:!0}))}if(G.parser==="vue"){if(I.fullName==="v-for")return N(te(),be);if(i(I)||h(I,G))return x(te(),be);let fe=["^@","^v-on:"],Ie=["^:","^v-bind:"],X=["^v-"];if(M(fe)){let se=te(),we=P(se)?"__js_expression":G.__should_parse_vue_template_with_ts?"__vue_ts_event_binding":"__vue_event_binding";return pe(be(se,{parser:we}))}if(M(Ie))return pe(be(te(),{parser:"__vue_expression"}));if(M(X))return pe(be(te(),{parser:"__js_expression"}))}if(G.parser==="angular"){let fe=(ae,Q)=>be(ae,Object.assign(Object.assign({},Q),{},{trailingComma:"none"})),Ie=["^\\*"],X=["^\\(.+\\)$","^on-"],se=["^\\[.+\\]$","^bind(on)?-","^ng-(if|show|hide|class|style)$"],we=["^i18n(-.+)?$"];if(M(X))return pe(fe(te(),{parser:"__ng_action"}));if(M(se))return pe(fe(te(),{parser:"__ng_binding"}));if(M(we)){let ae=te().trim();return R(n(E(I,ae)),!ae.includes("@@"))}if(M(Ie))return pe(fe(te(),{parser:"__ng_directive"}));let _e=/{{(.+?)}}/s,it=te();if(_e.test(it)){let ae=[];for(let[Q,me]of it.split(_e).entries())if(Q%2===0)ae.push(y(me));else try{ae.push(a(["{{",e([r,fe(me,{parser:"__ng_interpolation",__isInHtmlInterpolation:!0})]),r,"}}"]))}catch{ae.push("{{",y(me),"}}")}return a(ae)}}return null}function B(I,q,G,M){let te=I.getValue();switch(te.type){case"element":{if(_(te)||te.type==="interpolation")return;if(!te.isSelfClosing&&J(te,M)){let j=d(te,M);if(!j)return;let De=b(te,M),U=/^\s*$/.test(De),R="";return U||(R=G(T(De),{parser:j,__embeddedInHtml:!0},{stripTrailingHardline:!0}),U=R===""),[C(te,M),a(w(I,M,q)),U?"":s,R,U?"":s,g(te,M),p(te,M)]}break}case"text":{if(_(te.parent)){let j=d(te.parent,M);if(j){let De=j==="markdown"?f(te.value.replace(/^[^\S\n]*\n/,"")):te.value,U={parser:j,__embeddedInHtml:!0};if(M.parser==="html"&&j==="babel"){let R="script",{attrMap:pe}=te.parent;pe&&(pe.type==="module"||pe.type==="text/babel"&&pe["data-type"]==="module")&&(R="module"),U.__babelSourceType=R}return[t,C(te,M),G(De,U,{stripTrailingHardline:!0}),p(te,M)]}}else if(te.parent.type==="interpolation"){let j={__isInHtmlInterpolation:!0,__embeddedInHtml:!0};return M.parser==="angular"?(j.parser="__ng_interpolation",j.trailingComma="none"):M.parser==="vue"?j.parser=M.__should_parse_vue_template_with_ts?"__vue_ts_expression":"__vue_expression":j.parser="__js_expression",[e([r,G(te.value,j,{stripTrailingHardline:!0})]),te.parent.next&&D(te.parent.next)?" ":r]}break}case"attribute":{if(!te.value)break;if(/^PRETTIER_HTML_PLACEHOLDER_\d+_\d+_IN_JS$/.test(M.originalText.slice(te.valueSpan.start.offset,te.valueSpan.end.offset)))return[te.rawName,"=",te.value];if(M.parser==="lwc"&&/^{.*}$/s.test(M.originalText.slice(te.valueSpan.start.offset,te.valueSpan.end.offset)))return[te.rawName,"=",te.value];let j=S(te,(De,U)=>G(De,Object.assign({__isInHtmlAttribute:!0,__embeddedInHtml:!0},U),{stripTrailingHardline:!0}),M);if(j)return[te.rawName,'="',a(c(j,De=>typeof De=="string"?De.replace(/"/g,"""):De)),'"'];break}case"front-matter":return m(te,G)}}l.exports=B}}),Ys=$({"src/language-html/print/children.js"(u,l){ue();var{builders:{breakParent:t,group:a,ifBreak:s,line:e,softline:r,hardline:n},utils:{replaceTextEndOfLine:o}}=wt(),{locStart:c,locEnd:y}=ds(),{forceBreakChildren:m,forceNextEmptyLine:g,isTextLikeNode:p,hasPrettierIgnore:D,preferHardlineAsLeadingSpaces:C}=$n(),{printOpeningTagPrefix:w,needsToBorrowNextOpeningTagStartMarker:k,printOpeningTagStartMarker:A,needsToBorrowPrevClosingTagEndMarker:N,printClosingTagEndMarker:x,printClosingTagSuffix:P,needsToBorrowParentClosingTagStartMarker:_}=hu();function J(f,F,i){let h=f.getValue();return D(h)?[w(h,F),...o(F.originalText.slice(c(h)+(h.prev&&k(h.prev)?A(h).length:0),y(h)-(h.next&&N(h.next)?x(h,F).length:0))),P(h,F)]:i()}function d(f,F){return p(f)&&p(F)?f.isTrailingSpaceSensitive?f.hasTrailingSpaces?C(F)?n:e:"":C(F)?n:r:k(f)&&(D(F)||F.firstChild||F.isSelfClosing||F.type==="element"&&F.attrs.length>0)||f.type==="element"&&f.isSelfClosing&&N(F)?"":!F.isLeadingSpaceSensitive||C(F)||N(F)&&f.lastChild&&_(f.lastChild)&&f.lastChild.lastChild&&_(f.lastChild.lastChild)?n:F.hasLeadingSpaces?e:r}function T(f,F,i){let h=f.getValue();if(m(h))return[t,...f.map(b=>{let S=b.getValue(),B=S.prev?d(S.prev,S):"";return[B?[B,g(S.prev)?n:""]:"",J(b,F,i)]},"children")];let E=h.children.map(()=>Symbol(""));return f.map((b,S)=>{let B=b.getValue();if(p(B)){if(B.prev&&p(B.prev)){let De=d(B.prev,B);if(De)return g(B.prev)?[n,n,J(b,F,i)]:[De,J(b,F,i)]}return J(b,F,i)}let I=[],q=[],G=[],M=[],te=B.prev?d(B.prev,B):"",j=B.next?d(B,B.next):"";return te&&(g(B.prev)?I.push(n,n):te===n?I.push(n):p(B.prev)?q.push(te):q.push(s("",r,{groupId:E[S-1]}))),j&&(g(B)?p(B.next)&&M.push(n,n):j===n?p(B.next)&&M.push(n):G.push(j)),[...I,a([...q,a([J(b,F,i),...G],{id:E[S]})]),...M]},"children")}l.exports={printChildren:T}}}),Ro=$({"src/language-html/print/element.js"(u,l){ue();var{builders:{breakParent:t,dedentToRoot:a,group:s,ifBreak:e,indentIfBreak:r,indent:n,line:o,softline:c},utils:{replaceTextEndOfLine:y}}=wt(),m=Hs(),{shouldPreserveContent:g,isScriptLikeTag:p,isVueCustomBlock:D,countParents:C,forceBreakContent:w}=$n(),{printOpeningTagPrefix:k,printOpeningTag:A,printClosingTagSuffix:N,printClosingTag:x,needsToBorrowPrevClosingTagEndMarker:P,needsToBorrowLastChildClosingTagEndMarker:_}=hu(),{printChildren:J}=Ys();function d(T,f,F){let i=T.getValue();if(g(i,f))return[k(i,f),s(A(T,f,F)),...y(m(i,f)),...x(i,f),N(i,f)];let h=i.children.length===1&&i.firstChild.type==="interpolation"&&i.firstChild.isLeadingSpaceSensitive&&!i.firstChild.hasLeadingSpaces&&i.lastChild.isTrailingSpaceSensitive&&!i.lastChild.hasTrailingSpaces,E=Symbol("element-attr-group-id"),b=q=>s([s(A(T,f,F),{id:E}),q,x(i,f)]),S=q=>h?r(q,{groupId:E}):(p(i)||D(i,f))&&i.parent.type==="root"&&f.parser==="vue"&&!f.vueIndentScriptAndStyle?q:n(q),B=()=>h?e(c,"",{groupId:E}):i.firstChild.hasLeadingSpaces&&i.firstChild.isLeadingSpaceSensitive?o:i.firstChild.type==="text"&&i.isWhitespaceSensitive&&i.isIndentationSensitive?a(c):c,I=()=>(i.next?P(i.next):_(i.parent))?i.lastChild.hasTrailingSpaces&&i.lastChild.isTrailingSpaceSensitive?" ":"":h?e(c,"",{groupId:E}):i.lastChild.hasTrailingSpaces&&i.lastChild.isTrailingSpaceSensitive?o:(i.lastChild.type==="comment"||i.lastChild.type==="text"&&i.isWhitespaceSensitive&&i.isIndentationSensitive)&&new RegExp(`\\n[\\t ]{${f.tabWidth*C(T,q=>q.parent&&q.parent.type!=="root")}}$`).test(i.lastChild.value)?"":c;return i.children.length===0?b(i.hasDanglingSpaces&&i.isDanglingSpaceSensitive?o:""):b([w(i)?t:"",S([B(),J(T,f,F)]),I()])}l.exports={printElement:d}}}),Mo=$({"src/language-html/printer-html.js"(u,l){ue();var{builders:{fill:t,group:a,hardline:s,literalline:e},utils:{cleanDoc:r,getDocParts:n,isConcat:o,replaceTextEndOfLine:c}}=wt(),y=So(),{countChars:m,unescapeQuoteEntities:g,getTextValueParts:p}=$n(),D=Po(),{insertPragma:C}=Io(),{locStart:w,locEnd:k}=ds(),A=$o(),{printClosingTagSuffix:N,printClosingTagEnd:x,printOpeningTagPrefix:P,printOpeningTagStart:_}=hu(),{printElement:J}=Ro(),{printChildren:d}=Ys();function T(f,F,i){let h=f.getValue();switch(h.type){case"front-matter":return c(h.raw);case"root":return F.__onHtmlRoot&&F.__onHtmlRoot(h),[a(d(f,F,i)),s];case"element":case"ieConditionalComment":return J(f,F,i);case"ieConditionalStartComment":case"ieConditionalEndComment":return[_(h),x(h)];case"interpolation":return[_(h,F),...f.map(i,"children"),x(h,F)];case"text":{if(h.parent.type==="interpolation"){let b=/\n[^\S\n]*$/,S=b.test(h.value),B=S?h.value.replace(b,""):h.value;return[...c(B),S?s:""]}let E=r([P(h,F),...p(h),N(h,F)]);return o(E)||E.type==="fill"?t(n(E)):E}case"docType":return[a([_(h,F)," ",h.value.replace(/^html\b/i,"html").replace(/\s+/g," ")]),x(h,F)];case"comment":return[P(h,F),...c(F.originalText.slice(w(h),k(h)),e),N(h,F)];case"attribute":{if(h.value===null)return h.rawName;let E=g(h.value),b=m(E,"'"),S=m(E,'"'),B=b({name:"Angular",since:"1.15.0",parsers:["angular"],vscodeLanguageIds:["html"],extensions:[".component.html"],filenames:[]})),t(fs(),o=>({since:"1.15.0",parsers:["html"],vscodeLanguageIds:["html"],extensions:[...o.extensions,".mjml"]})),t(fs(),()=>({name:"Lightning Web Components",since:"1.17.0",parsers:["lwc"],vscodeLanguageIds:["html"],extensions:[],filenames:[]})),t(Uo(),()=>({since:"1.10.0",parsers:["vue"],vscodeLanguageIds:["vue"]}))],n={html:a};l.exports={languages:r,printers:n,options:s,parsers:e}}}),Jo=$({"src/language-yaml/pragma.js"(u,l){ue();function t(e){return/^\s*@(?:prettier|format)\s*$/.test(e)}function a(e){return/^\s*#[^\S\n]*@(?:prettier|format)\s*?(?:\n|$)/.test(e)}function s(e){return`# @format + +${e}`}l.exports={isPragma:t,hasPragma:a,insertPragma:s}}}),Xo=$({"src/language-yaml/loc.js"(u,l){ue();function t(s){return s.position.start.offset}function a(s){return s.position.end.offset}l.exports={locStart:t,locEnd:a}}}),Wo=$({"src/language-yaml/embed.js"(u,l){ue();function t(a,s,e,r){if(a.getValue().type==="root"&&r.filepath&&/(?:[/\\]|^)\.(?:prettier|stylelint|lintstaged)rc$/.test(r.filepath))return e(r.originalText,Object.assign(Object.assign({},r),{},{parser:"json"}))}l.exports=t}}),Rn=$({"src/language-yaml/utils.js"(u,l){ue();var{getLast:t,isNonEmptyArray:a}=Gt();function s(d,T){let f=0,F=d.stack.length-1;for(let i=0;ir(F,T,d))}):d,f)}function n(d,T,f){Object.defineProperty(d,T,{get:f,enumerable:!1})}function o(d,T){let f=0,F=T.length;for(let i=d.position.end.offset-1;ih===0&&h===E.length-1?i:h!==0&&h!==E.length-1?i.trim():h===0?i.trimEnd():i.trimStart());return f.proseWrap==="preserve"?F.map(i=>i.length===0?[]:[i]):F.map(i=>i.length===0?[]:x(i)).reduce((i,h,E)=>E!==0&&F[E-1].length>0&&h.length>0&&!(d==="quoteDouble"&&t(t(i)).endsWith("\\"))?[...i.slice(0,-1),[...t(i),...h]]:[...i,h],[]).map(i=>f.proseWrap==="never"?[i.join(" ")]:i)}function _(d,T){let{parentIndent:f,isLastDescendant:F,options:i}=T,h=d.position.start.line===d.position.end.line?"":i.originalText.slice(d.position.start.offset,d.position.end.offset).match(/^[^\n]*\n(.*)$/s)[1],E;if(d.indent===null){let B=h.match(/^(? *)[^\n\r ]/m);E=B?B.groups.leadingSpace.length:Number.POSITIVE_INFINITY}else E=d.indent-1+f;let b=h.split(` +`).map(B=>B.slice(E));if(i.proseWrap==="preserve"||d.type==="blockLiteral")return S(b.map(B=>B.length===0?[]:[B]));return S(b.map(B=>B.length===0?[]:x(B)).reduce((B,I,q)=>q!==0&&b[q-1].length>0&&I.length>0&&!/^\s/.test(I[0])&&!/^\s|\s$/.test(t(B))?[...B.slice(0,-1),[...t(B),...I]]:[...B,I],[]).map(B=>B.reduce((I,q)=>I.length>0&&/\s$/.test(t(I))?[...I.slice(0,-1),t(I)+" "+q]:[...I,q],[])).map(B=>i.proseWrap==="never"?[B.join(" ")]:B));function S(B){if(d.chomping==="keep")return t(B).length===0?B.slice(0,-1):B;let I=0;for(let q=B.length-1;q>=0&&B[q].length===0;q--)I++;return I===0?B:I>=2&&!F?B.slice(0,-(I-1)):B.slice(0,-I)}}function J(d){if(!d)return!0;switch(d.type){case"plain":case"quoteDouble":case"quoteSingle":case"alias":case"flowMapping":case"flowSequence":return!0;default:return!1}}l.exports={getLast:t,getAncestorCount:s,isNode:e,isEmptyNode:p,isInlineNode:J,mapNode:r,defineShortcut:n,isNextLineEmpty:o,isLastDescendantNode:c,getBlockValueLineContents:_,getFlowScalarLineContents:P,getLastDescendantNode:y,hasPrettierIgnore:g,hasLeadingComments:C,hasMiddleComments:w,hasIndicatorComment:k,hasTrailingComment:A,hasEndComments:N}}}),zo=$({"src/language-yaml/print-preprocess.js"(u,l){ue();var{defineShortcut:t,mapNode:a}=Rn();function s(r){return a(r,e)}function e(r){switch(r.type){case"document":t(r,"head",()=>r.children[0]),t(r,"body",()=>r.children[1]);break;case"documentBody":case"sequenceItem":case"flowSequenceItem":case"mappingKey":case"mappingValue":t(r,"content",()=>r.children[0]);break;case"mappingItem":case"flowMappingItem":t(r,"key",()=>r.children[0]),t(r,"value",()=>r.children[1]);break}return r}l.exports=s}}),ni=$({"src/language-yaml/print/misc.js"(u,l){ue();var{builders:{softline:t,align:a}}=wt(),{hasEndComments:s,isNextLineEmpty:e,isNode:r}=Rn(),n=new WeakMap;function o(m,g){let p=m.getValue(),D=m.stack[0],C;return n.has(D)?C=n.get(D):(C=new Set,n.set(D,C)),!C.has(p.position.end.line)&&(C.add(p.position.end.line),e(p,g)&&!c(m.getParentNode()))?t:""}function c(m){return s(m)&&!r(m,["documentHead","documentBody","flowMapping","flowSequence"])}function y(m,g){return a(" ".repeat(m),g)}l.exports={alignWithSpaces:y,shouldPrintEndComments:c,printNextEmptyLine:o}}}),Ho=$({"src/language-yaml/print/flow-mapping-sequence.js"(u,l){ue();var{builders:{ifBreak:t,line:a,softline:s,hardline:e,join:r}}=wt(),{isEmptyNode:n,getLast:o,hasEndComments:c}=Rn(),{printNextEmptyLine:y,alignWithSpaces:m}=ni();function g(D,C,w){let k=D.getValue(),A=k.type==="flowMapping",N=A?"{":"[",x=A?"}":"]",P=s;A&&k.children.length>0&&w.bracketSpacing&&(P=a);let _=o(k.children),J=_&&_.type==="flowMappingItem"&&n(_.key)&&n(_.value);return[N,m(w.tabWidth,[P,p(D,C,w),w.trailingComma==="none"?"":t(","),c(k)?[e,r(e,D.map(C,"endComments"))]:""]),J?"":P,x]}function p(D,C,w){let k=D.getValue();return D.map((A,N)=>[C(),N===k.children.length-1?"":[",",a,k.children[N].position.start.line!==k.children[N+1].position.start.line?y(A,w.originalText):""]],"children")}l.exports={printFlowMapping:g,printFlowSequence:g}}}),Yo=$({"src/language-yaml/print/mapping-item.js"(u,l){ue();var{builders:{conditionalGroup:t,group:a,hardline:s,ifBreak:e,join:r,line:n}}=wt(),{hasLeadingComments:o,hasMiddleComments:c,hasTrailingComment:y,hasEndComments:m,isNode:g,isEmptyNode:p,isInlineNode:D}=Rn(),{alignWithSpaces:C}=ni();function w(x,P,_,J,d){let{key:T,value:f}=x,F=p(T),i=p(f);if(F&&i)return": ";let h=J("key"),E=A(x)?" ":"";if(i)return x.type==="flowMappingItem"&&P.type==="flowMapping"?h:x.type==="mappingItem"&&k(T.content,d)&&!y(T.content)&&(!P.tag||P.tag.value!=="tag:yaml.org,2002:set")?[h,E,":"]:["? ",C(2,h)];let b=J("value");if(F)return[": ",C(2,b)];if(o(f)||!D(T.content))return["? ",C(2,h),s,r("",_.map(J,"value","leadingComments").map(M=>[M,s])),": ",C(2,b)];if(N(T.content)&&!o(T.content)&&!c(T.content)&&!y(T.content)&&!m(T)&&!o(f.content)&&!c(f.content)&&!m(f)&&k(f.content,d))return[h,E,": ",b];let S=Symbol("mappingKey"),B=a([e("? "),a(C(2,h),{id:S})]),I=[s,": ",C(2,b)],q=[E,":"];o(f.content)||m(f)&&f.content&&!g(f.content,["mapping","sequence"])||P.type==="mapping"&&y(T.content)&&D(f.content)||g(f.content,["mapping","sequence"])&&f.content.tag===null&&f.content.anchor===null?q.push(s):f.content&&q.push(n),q.push(b);let G=C(d.tabWidth,q);return k(T.content,d)&&!o(T.content)&&!c(T.content)&&!m(T)?t([[h,G]]):t([[B,e(I,G,{groupId:S})]])}function k(x,P){if(!x)return!0;switch(x.type){case"plain":case"quoteSingle":case"quoteDouble":break;case"alias":return!0;default:return!1}if(P.proseWrap==="preserve")return x.position.start.line===x.position.end.line;if(/\\$/m.test(P.originalText.slice(x.position.start.offset,x.position.end.offset)))return!1;switch(P.proseWrap){case"never":return!x.value.includes(` +`);case"always":return!/[\n ]/.test(x.value);default:return!1}}function A(x){return x.key.content&&x.key.content.type==="alias"}function N(x){if(!x)return!0;switch(x.type){case"plain":case"quoteDouble":case"quoteSingle":return x.position.start.line===x.position.end.line;case"alias":return!0;default:return!1}}l.exports=w}}),Ko=$({"src/language-yaml/print/block.js"(u,l){ue();var{builders:{dedent:t,dedentToRoot:a,fill:s,hardline:e,join:r,line:n,literalline:o,markAsRoot:c},utils:{getDocParts:y}}=wt(),{getAncestorCount:m,getBlockValueLineContents:g,hasIndicatorComment:p,isLastDescendantNode:D,isNode:C}=Rn(),{alignWithSpaces:w}=ni();function k(A,N,x){let P=A.getValue(),_=m(A,F=>C(F,["sequence","mapping"])),J=D(A),d=[P.type==="blockFolded"?">":"|"];P.indent!==null&&d.push(P.indent.toString()),P.chomping!=="clip"&&d.push(P.chomping==="keep"?"+":"-"),p(P)&&d.push(" ",N("indicatorComment"));let T=g(P,{parentIndent:_,isLastDescendant:J,options:x}),f=[];for(let[F,i]of T.entries())F===0&&f.push(e),f.push(s(y(r(n,i)))),F!==T.length-1?f.push(i.length===0?e:c(o)):P.chomping==="keep"&&J&&f.push(a(i.length===0?e:o));return P.indent===null?d.push(t(w(x.tabWidth,f))):d.push(a(w(P.indent-1+_,f))),d}l.exports=k}}),Qo=$({"src/language-yaml/printer-yaml.js"(u,l){ue();var{builders:{breakParent:t,fill:a,group:s,hardline:e,join:r,line:n,lineSuffix:o,literalline:c},utils:{getDocParts:y,replaceTextEndOfLine:m}}=wt(),{isPreviousLineEmpty:g}=Gt(),{insertPragma:p,isPragma:D}=Jo(),{locStart:C}=Xo(),w=Wo(),{getFlowScalarLineContents:k,getLastDescendantNode:A,hasLeadingComments:N,hasMiddleComments:x,hasTrailingComment:P,hasEndComments:_,hasPrettierIgnore:J,isLastDescendantNode:d,isNode:T,isInlineNode:f}=Rn(),F=zo(),{alignWithSpaces:i,printNextEmptyLine:h,shouldPrintEndComments:E}=ni(),{printFlowMapping:b,printFlowSequence:S}=Ho(),B=Yo(),I=Ko();function q(R,pe,be){let fe=R.getValue(),Ie=[];fe.type!=="mappingValue"&&N(fe)&&Ie.push([r(e,R.map(be,"leadingComments")),e]);let{tag:X,anchor:se}=fe;X&&Ie.push(be("tag")),X&&se&&Ie.push(" "),se&&Ie.push(be("anchor"));let we="";T(fe,["mapping","sequence","comment","directive","mappingItem","sequenceItem"])&&!d(R)&&(we=h(R,pe.originalText)),(X||se)&&(T(fe,["sequence","mapping"])&&!x(fe)?Ie.push(e):Ie.push(" ")),x(fe)&&Ie.push([fe.middleComments.length===1?"":e,r(e,R.map(be,"middleComments")),e]);let _e=R.getParentNode();return J(R)?Ie.push(m(pe.originalText.slice(fe.position.start.offset,fe.position.end.offset).trimEnd(),c)):Ie.push(s(G(fe,_e,R,pe,be))),P(fe)&&!T(fe,["document","documentHead"])&&Ie.push(o([fe.type==="mappingValue"&&!fe.content?"":" ",_e.type==="mappingKey"&&R.getParentNode(2).type==="mapping"&&f(fe)?"":t,be("trailingComment")])),E(fe)&&Ie.push(i(fe.type==="sequenceItem"?2:0,[e,r(e,R.map(it=>[g(pe.originalText,it.getValue(),C)?e:"",be()],"endComments"))])),Ie.push(we),Ie}function G(R,pe,be,fe,Ie){switch(R.type){case"root":{let{children:X}=R,se=[];be.each((_e,it)=>{let ae=X[it],Q=X[it+1];it!==0&&se.push(e),se.push(Ie()),te(ae,Q)?(se.push(e,"..."),P(ae)&&se.push(" ",Ie("trailingComment"))):Q&&!P(Q.head)&&se.push(e,"---")},"children");let we=A(R);return(!T(we,["blockLiteral","blockFolded"])||we.chomping!=="keep")&&se.push(e),se}case"document":{let X=pe.children[be.getName()+1],se=[];return j(R,X,pe,fe)==="head"&&((R.head.children.length>0||R.head.endComments.length>0)&&se.push(Ie("head")),P(R.head)?se.push(["---"," ",Ie(["head","trailingComment"])]):se.push("---")),M(R)&&se.push(Ie("body")),r(e,se)}case"documentHead":return r(e,[...be.map(Ie,"children"),...be.map(Ie,"endComments")]);case"documentBody":{let{children:X,endComments:se}=R,we="";if(X.length>0&&se.length>0){let _e=A(R);T(_e,["blockFolded","blockLiteral"])?_e.chomping!=="keep"&&(we=[e,e]):we=e}return[r(e,be.map(Ie,"children")),we,r(e,be.map(Ie,"endComments"))]}case"directive":return["%",r(" ",[R.name,...R.parameters])];case"comment":return["#",R.value];case"alias":return["*",R.value];case"tag":return fe.originalText.slice(R.position.start.offset,R.position.end.offset);case"anchor":return["&",R.value];case"plain":return De(R.type,fe.originalText.slice(R.position.start.offset,R.position.end.offset),fe);case"quoteDouble":case"quoteSingle":{let X="'",se='"',we=fe.originalText.slice(R.position.start.offset+1,R.position.end.offset-1);if(R.type==="quoteSingle"&&we.includes("\\")||R.type==="quoteDouble"&&/\\[^"]/.test(we)){let it=R.type==="quoteDouble"?se:X;return[it,De(R.type,we,fe),it]}if(we.includes(se))return[X,De(R.type,R.type==="quoteDouble"?we.replace(/\\"/g,se).replace(/'/g,X.repeat(2)):we,fe),X];if(we.includes(X))return[se,De(R.type,R.type==="quoteSingle"?we.replace(/''/g,X):we,fe),se];let _e=fe.singleQuote?X:se;return[_e,De(R.type,we,fe),_e]}case"blockFolded":case"blockLiteral":return I(be,Ie,fe);case"mapping":case"sequence":return r(e,be.map(Ie,"children"));case"sequenceItem":return["- ",i(2,R.content?Ie("content"):"")];case"mappingKey":case"mappingValue":return R.content?Ie("content"):"";case"mappingItem":case"flowMappingItem":return B(R,pe,be,Ie,fe);case"flowMapping":return b(be,Ie,fe);case"flowSequence":return S(be,Ie,fe);case"flowSequenceItem":return Ie("content");default:throw new Error(`Unexpected node type ${R.type}`)}}function M(R){return R.body.children.length>0||_(R.body)}function te(R,pe){return P(R)||pe&&(pe.head.children.length>0||_(pe.head))}function j(R,pe,be,fe){return be.children[0]===R&&/---(?:\s|$)/.test(fe.originalText.slice(C(R),C(R)+4))||R.head.children.length>0||_(R.head)||P(R.head)?"head":te(R,pe)?!1:pe?"root":!1}function De(R,pe,be){let fe=k(R,pe,be);return r(e,fe.map(Ie=>a(y(r(n,Ie)))))}function U(R,pe){if(T(pe))switch(delete pe.position,pe.type){case"comment":if(D(pe.value))return null;break;case"quoteDouble":case"quoteSingle":pe.type="quote";break}}l.exports={preprocess:F,embed:w,print:q,massageAstNode:U,insertPragma:p}}}),Zo=$({"src/language-yaml/options.js"(u,l){ue();var t=On();l.exports={bracketSpacing:t.bracketSpacing,singleQuote:t.singleQuote,proseWrap:t.proseWrap}}}),el=$({"src/language-yaml/parsers.js"(){ue()}}),tl=$({"node_modules/linguist-languages/data/YAML.json"(u,l){l.exports={name:"YAML",type:"data",color:"#cb171e",tmScope:"source.yaml",aliases:["yml"],extensions:[".yml",".mir",".reek",".rviz",".sublime-syntax",".syntax",".yaml",".yaml-tmlanguage",".yaml.sed",".yml.mysql"],filenames:[".clang-format",".clang-tidy",".gemrc","CITATION.cff","glide.lock","yarn.lock"],aceMode:"yaml",codemirrorMode:"yaml",codemirrorMimeType:"text/x-yaml",languageId:407}}}),rl=$({"src/language-yaml/index.js"(u,l){ue();var t=vr(),a=Qo(),s=Zo(),e=el(),r=[t(tl(),n=>({since:"1.14.0",parsers:["yaml"],vscodeLanguageIds:["yaml","ansible","home-assistant"],filenames:[...n.filenames.filter(o=>o!=="yarn.lock"),".prettierrc",".stylelintrc",".lintstagedrc"]}))];l.exports={languages:r,printers:{yaml:a},options:s,parsers:e}}}),nl=$({"src/languages.js"(u,l){ue(),l.exports=[La(),eo(),oo(),ho(),bo(),Go(),rl()]}});ue();var{version:ul}=yr(),Mn=Yu(),{getSupportInfo:il}=nu(),sl=Ku(),al=nl(),ol=wt();function bn(u){let l=arguments.length>1&&arguments[1]!==void 0?arguments[1]:1;return function(){for(var t=arguments.length,a=new Array(t),s=0;sJr===!1?Xr:Jr==="dedent"||Jr===!0?ml(Xr):fl.default.format(Xr,{parser:Jr,plugins:[dl.default],htmlWhitespaceSensitivity:"ignore"}).trim());export{Sl as formatter}; diff --git a/assets/iframe-tWVOrtVB.js b/assets/iframe-tWVOrtVB.js new file mode 100644 index 0000000..3de746e --- /dev/null +++ b/assets/iframe-tWVOrtVB.js @@ -0,0 +1,7 @@ +import"../sb-preview/runtime.js";(function(){const i=document.createElement("link").relList;if(i&&i.supports&&i.supports("modulepreload"))return;for(const e of document.querySelectorAll('link[rel="modulepreload"]'))l(e);new MutationObserver(e=>{for(const t of e)if(t.type==="childList")for(const r of t.addedNodes)r.tagName==="LINK"&&r.rel==="modulepreload"&&l(r)}).observe(document,{childList:!0,subtree:!0});function s(e){const t={};return e.integrity&&(t.integrity=e.integrity),e.referrerPolicy&&(t.referrerPolicy=e.referrerPolicy),e.crossOrigin==="use-credentials"?t.credentials="include":e.crossOrigin==="anonymous"?t.credentials="omit":t.credentials="same-origin",t}function l(e){if(e.ep)return;e.ep=!0;const t=s(e);fetch(e.href,t)}})();const E="modulepreload",p=function(_,i){return new URL(_,i).href},d={},o=function(i,s,l){let e=Promise.resolve();if(s&&s.length>0){const t=document.getElementsByTagName("link");e=Promise.all(s.map(r=>{if(r=p(r,l),r in d)return;d[r]=!0;const c=r.endsWith(".css"),O=c?'[rel="stylesheet"]':"";if(!!l)for(let a=t.length-1;a>=0;a--){const u=t[a];if(u.href===r&&(!c||u.rel==="stylesheet"))return}else if(document.querySelector(`link[href="${r}"]${O}`))return;const n=document.createElement("link");if(n.rel=c?"stylesheet":E,c||(n.as="script",n.crossOrigin=""),n.href=r,document.head.appendChild(n),c)return new Promise((a,u)=>{n.addEventListener("load",a),n.addEventListener("error",()=>u(new Error(`Unable to preload CSS for ${r}`)))})}))}return e.then(()=>i()).catch(t=>{const r=new Event("vite:preloadError",{cancelable:!0});if(r.payload=t,window.dispatchEvent(r),!r.defaultPrevented)throw t})},{createBrowserChannel:R}=__STORYBOOK_MODULE_CHANNELS__,{addons:f}=__STORYBOOK_MODULE_PREVIEW_API__,m=R({page:"preview"});f.setChannel(m);window.__STORYBOOK_ADDONS_CHANNEL__=m;window.CONFIG_TYPE==="DEVELOPMENT"&&(window.__STORYBOOK_SERVER_CHANNEL__=m);const P={"./docs/markdowns/1_Introduction.mdx":async()=>o(()=>import("./1_Introduction-fjwePAtR.js"),__vite__mapDeps([0,1,2,3,4,5,6,7,8,9,10]),import.meta.url),"./docs/markdowns/2_APIDocumentation.mdx":async()=>o(()=>import("./2_APIDocumentation-ow5LfkHs.js"),__vite__mapDeps([11,1,2,3,4,5,6,7,8,9,10]),import.meta.url),"./docs/stories/BoundedOverlayManager.stories.tsx":async()=>o(()=>import("./BoundedOverlayManager.stories-fD-ziWQ-.js"),__vite__mapDeps([12,1,2,3,13,7,14]),import.meta.url),"./docs/stories/Overlay.stories.tsx":async()=>o(()=>import("./Overlay.stories-5yLXTRI5.js"),__vite__mapDeps([15,1,2,3,13,7,14]),import.meta.url)};async function w(_){return P[_]()}const{composeConfigs:T,PreviewWeb:L,ClientApi:I}=__STORYBOOK_MODULE_PREVIEW_API__,v=async()=>{const _=await Promise.all([o(()=>import("./entry-preview-PSo23f1w.js"),__vite__mapDeps([16,2,3,17,7]),import.meta.url),o(()=>import("./entry-preview-docs-uHc1VVuE.js"),__vite__mapDeps([18,9,3,10,2]),import.meta.url),o(()=>import("./preview-VI2eoWmp.js"),__vite__mapDeps([19,8]),import.meta.url),o(()=>import("./preview-d3k0Egu0.js"),__vite__mapDeps([]),import.meta.url),o(()=>import("./preview-OnO0tzRj.js"),__vite__mapDeps([20,10]),import.meta.url),o(()=>import("./preview-wm7zCcxo.js"),__vite__mapDeps([21,10]),import.meta.url),o(()=>import("./preview-MdQXpms2.js"),__vite__mapDeps([]),import.meta.url),o(()=>import("./preview-u8M_OEO2.js"),__vite__mapDeps([22,10]),import.meta.url),o(()=>import("./preview-bEa2SesL.js"),__vite__mapDeps([]),import.meta.url),o(()=>import("./preview-37XjEtlT.js"),__vite__mapDeps([23,3]),import.meta.url),o(()=>import("./preview-mEb2NEJf.js"),__vite__mapDeps([]),import.meta.url)]);return T(_)};window.__STORYBOOK_PREVIEW__=window.__STORYBOOK_PREVIEW__||new L;window.__STORYBOOK_STORY_STORE__=window.__STORYBOOK_STORY_STORE__||window.__STORYBOOK_PREVIEW__.storyStore;window.__STORYBOOK_CLIENT_API__=window.__STORYBOOK_CLIENT_API__||new I({storyStore:window.__STORYBOOK_PREVIEW__.storyStore});window.__STORYBOOK_PREVIEW__.initialize({importFn:w,getProjectAnnotations:v});export{o as _}; +function __vite__mapDeps(indexes) { + if (!__vite__mapDeps.viteFileDeps) { + __vite__mapDeps.viteFileDeps = ["./1_Introduction-fjwePAtR.js","./jsx-runtime-AgcCsxC8.js","./index-XiNr8FW2.js","./_commonjsHelpers-5-cIlDoe.js","./blocks-i5o0VK9R.js","./index-7MmEg4M7.js","./index-9ylO3ihc.js","./index-9vG4XYWr.js","./index-ogXoivrg.js","./index-mLPG47JP.js","./index-PPLHz8o0.js","./2_APIDocumentation-ow5LfkHs.js","./BoundedOverlayManager.stories-fD-ziWQ-.js","./Overlay-Gmu5WiNu.js","./Overlay-GPfDtt7o.css","./Overlay.stories-5yLXTRI5.js","./entry-preview-PSo23f1w.js","./react-18-sFOusbzT.js","./entry-preview-docs-uHc1VVuE.js","./preview-VI2eoWmp.js","./preview-OnO0tzRj.js","./preview-wm7zCcxo.js","./preview-u8M_OEO2.js","./preview-37XjEtlT.js"] + } + return indexes.map((i) => __vite__mapDeps.viteFileDeps[i]) +} \ No newline at end of file diff --git a/assets/index-7MmEg4M7.js b/assets/index-7MmEg4M7.js new file mode 100644 index 0000000..5bacd6a --- /dev/null +++ b/assets/index-7MmEg4M7.js @@ -0,0 +1 @@ +import{R as o}from"./index-XiNr8FW2.js";import"./_commonjsHelpers-5-cIlDoe.js";const u=o.createContext({});function C(t){return e;function e(r){const n=i(r.components);return o.createElement(t,{...r,allComponents:n})}}function i(t){const e=o.useContext(u);return o.useMemo(()=>typeof t=="function"?t(e):{...e,...t},[e,t])}const c={};function a({components:t,children:e,disableParentContext:r}){let n;return r?n=typeof t=="function"?t({}):t||c:n=i(t),o.createElement(u.Provider,{value:n},e)}export{u as MDXContext,a as MDXProvider,i as useMDXComponents,C as withMDXComponents}; diff --git a/assets/index-9vG4XYWr.js b/assets/index-9vG4XYWr.js new file mode 100644 index 0000000..6c2ffa8 --- /dev/null +++ b/assets/index-9vG4XYWr.js @@ -0,0 +1,24 @@ +import{g as za}from"./_commonjsHelpers-5-cIlDoe.js";import{r as Pa}from"./index-XiNr8FW2.js";var Co={exports:{}},ve={},xo={exports:{}},_o={};/** + * @license React + * scheduler.production.min.js + * + * Copyright (c) Facebook, Inc. and its affiliates. + * + * This source code is licensed under the MIT license found in the + * LICENSE file in the root directory of this source tree. + */(function(e){function n(C,z){var P=C.length;C.push(z);e:for(;0>>1,Y=C[H];if(0>>1;Hl(sl,P))mnl(Xt,sl)?(C[H]=Xt,C[mn]=P,H=mn):(C[H]=sl,C[pn]=P,H=pn);else if(mnl(Xt,P))C[H]=Xt,C[mn]=P,H=mn;else break e}}return z}function l(C,z){var P=C.sortIndex-z.sortIndex;return P!==0?P:C.id-z.id}if(typeof performance=="object"&&typeof performance.now=="function"){var i=performance;e.unstable_now=function(){return i.now()}}else{var u=Date,o=u.now();e.unstable_now=function(){return u.now()-o}}var s=[],d=[],v=1,m=null,p=3,g=!1,w=!1,k=!1,F=typeof setTimeout=="function"?setTimeout:null,c=typeof clearTimeout=="function"?clearTimeout:null,a=typeof setImmediate<"u"?setImmediate:null;typeof navigator<"u"&&navigator.scheduling!==void 0&&navigator.scheduling.isInputPending!==void 0&&navigator.scheduling.isInputPending.bind(navigator.scheduling);function f(C){for(var z=t(d);z!==null;){if(z.callback===null)r(d);else if(z.startTime<=C)r(d),z.sortIndex=z.expirationTime,n(s,z);else break;z=t(d)}}function h(C){if(k=!1,f(C),!w)if(t(s)!==null)w=!0,ul(E);else{var z=t(d);z!==null&&ol(h,z.startTime-C)}}function E(C,z){w=!1,k&&(k=!1,c(N),N=-1),g=!0;var P=p;try{for(f(z),m=t(s);m!==null&&(!(m.expirationTime>z)||C&&!Ce());){var H=m.callback;if(typeof H=="function"){m.callback=null,p=m.priorityLevel;var Y=H(m.expirationTime<=z);z=e.unstable_now(),typeof Y=="function"?m.callback=Y:m===t(s)&&r(s),f(z)}else r(s);m=t(s)}if(m!==null)var Yt=!0;else{var pn=t(d);pn!==null&&ol(h,pn.startTime-z),Yt=!1}return Yt}finally{m=null,p=P,g=!1}}var x=!1,_=null,N=-1,B=5,T=-1;function Ce(){return!(e.unstable_now()-TC||125H?(C.sortIndex=P,n(d,C),t(s)===null&&C===t(d)&&(k?(c(N),N=-1):k=!0,ol(h,P-H))):(C.sortIndex=Y,n(s,C),w||g||(w=!0,ul(E))),C},e.unstable_shouldYield=Ce,e.unstable_wrapCallback=function(C){var z=p;return function(){var P=p;p=z;try{return C.apply(this,arguments)}finally{p=P}}}})(_o);xo.exports=_o;var Ta=xo.exports;/** + * @license React + * react-dom.production.min.js + * + * Copyright (c) Facebook, Inc. and its affiliates. + * + * This source code is licensed under the MIT license found in the + * LICENSE file in the root directory of this source tree. + */var No=Pa,me=Ta;function y(e){for(var n="https://reactjs.org/docs/error-decoder.html?invariant="+e,t=1;t"u"||typeof window.document>"u"||typeof window.document.createElement>"u"),Ol=Object.prototype.hasOwnProperty,La=/^[:A-Z_a-z\u00C0-\u00D6\u00D8-\u00F6\u00F8-\u02FF\u0370-\u037D\u037F-\u1FFF\u200C-\u200D\u2070-\u218F\u2C00-\u2FEF\u3001-\uD7FF\uF900-\uFDCF\uFDF0-\uFFFD][:A-Z_a-z\u00C0-\u00D6\u00D8-\u00F6\u00F8-\u02FF\u0370-\u037D\u037F-\u1FFF\u200C-\u200D\u2070-\u218F\u2C00-\u2FEF\u3001-\uD7FF\uF900-\uFDCF\uFDF0-\uFFFD\-.0-9\u00B7\u0300-\u036F\u203F-\u2040]*$/,yu={},gu={};function Ma(e){return Ol.call(gu,e)?!0:Ol.call(yu,e)?!1:La.test(e)?gu[e]=!0:(yu[e]=!0,!1)}function Da(e,n,t,r){if(t!==null&&t.type===0)return!1;switch(typeof n){case"function":case"symbol":return!0;case"boolean":return r?!1:t!==null?!t.acceptsBooleans:(e=e.toLowerCase().slice(0,5),e!=="data-"&&e!=="aria-");default:return!1}}function Ra(e,n,t,r){if(n===null||typeof n>"u"||Da(e,n,t,r))return!0;if(r)return!1;if(t!==null)switch(t.type){case 3:return!n;case 4:return n===!1;case 5:return isNaN(n);case 6:return isNaN(n)||1>n}return!1}function ie(e,n,t,r,l,i,u){this.acceptsBooleans=n===2||n===3||n===4,this.attributeName=r,this.attributeNamespace=l,this.mustUseProperty=t,this.propertyName=e,this.type=n,this.sanitizeURL=i,this.removeEmptyString=u}var q={};"children dangerouslySetInnerHTML defaultValue defaultChecked innerHTML suppressContentEditableWarning suppressHydrationWarning style".split(" ").forEach(function(e){q[e]=new ie(e,0,!1,e,null,!1,!1)});[["acceptCharset","accept-charset"],["className","class"],["htmlFor","for"],["httpEquiv","http-equiv"]].forEach(function(e){var n=e[0];q[n]=new ie(n,1,!1,e[1],null,!1,!1)});["contentEditable","draggable","spellCheck","value"].forEach(function(e){q[e]=new ie(e,2,!1,e.toLowerCase(),null,!1,!1)});["autoReverse","externalResourcesRequired","focusable","preserveAlpha"].forEach(function(e){q[e]=new ie(e,2,!1,e,null,!1,!1)});"allowFullScreen async autoFocus autoPlay controls default defer disabled disablePictureInPicture disableRemotePlayback formNoValidate hidden loop noModule noValidate open playsInline readOnly required reversed scoped seamless itemScope".split(" ").forEach(function(e){q[e]=new ie(e,3,!1,e.toLowerCase(),null,!1,!1)});["checked","multiple","muted","selected"].forEach(function(e){q[e]=new ie(e,3,!0,e,null,!1,!1)});["capture","download"].forEach(function(e){q[e]=new ie(e,4,!1,e,null,!1,!1)});["cols","rows","size","span"].forEach(function(e){q[e]=new ie(e,6,!1,e,null,!1,!1)});["rowSpan","start"].forEach(function(e){q[e]=new ie(e,5,!1,e.toLowerCase(),null,!1,!1)});var Ni=/[\-:]([a-z])/g;function zi(e){return e[1].toUpperCase()}"accent-height alignment-baseline arabic-form baseline-shift cap-height clip-path clip-rule color-interpolation color-interpolation-filters color-profile color-rendering dominant-baseline enable-background fill-opacity fill-rule flood-color flood-opacity font-family font-size font-size-adjust font-stretch font-style font-variant font-weight glyph-name glyph-orientation-horizontal glyph-orientation-vertical horiz-adv-x horiz-origin-x image-rendering letter-spacing lighting-color marker-end marker-mid marker-start overline-position overline-thickness paint-order panose-1 pointer-events rendering-intent shape-rendering stop-color stop-opacity strikethrough-position strikethrough-thickness stroke-dasharray stroke-dashoffset stroke-linecap stroke-linejoin stroke-miterlimit stroke-opacity stroke-width text-anchor text-decoration text-rendering underline-position underline-thickness unicode-bidi unicode-range units-per-em v-alphabetic v-hanging v-ideographic v-mathematical vector-effect vert-adv-y vert-origin-x vert-origin-y word-spacing writing-mode xmlns:xlink x-height".split(" ").forEach(function(e){var n=e.replace(Ni,zi);q[n]=new ie(n,1,!1,e,null,!1,!1)});"xlink:actuate xlink:arcrole xlink:role xlink:show xlink:title xlink:type".split(" ").forEach(function(e){var n=e.replace(Ni,zi);q[n]=new ie(n,1,!1,e,"http://www.w3.org/1999/xlink",!1,!1)});["xml:base","xml:lang","xml:space"].forEach(function(e){var n=e.replace(Ni,zi);q[n]=new ie(n,1,!1,e,"http://www.w3.org/XML/1998/namespace",!1,!1)});["tabIndex","crossOrigin"].forEach(function(e){q[e]=new ie(e,1,!1,e.toLowerCase(),null,!1,!1)});q.xlinkHref=new ie("xlinkHref",1,!1,"xlink:href","http://www.w3.org/1999/xlink",!0,!1);["src","href","action","formAction"].forEach(function(e){q[e]=new ie(e,1,!1,e.toLowerCase(),null,!0,!0)});function Pi(e,n,t,r){var l=q.hasOwnProperty(n)?q[n]:null;(l!==null?l.type!==0:r||!(2o||l[u]!==i[o]){var s=` +`+l[u].replace(" at new "," at ");return e.displayName&&s.includes("")&&(s=s.replace("",e.displayName)),s}while(1<=u&&0<=o);break}}}finally{cl=!1,Error.prepareStackTrace=t}return(e=e?e.displayName||e.name:"")?pt(e):""}function Oa(e){switch(e.tag){case 5:return pt(e.type);case 16:return pt("Lazy");case 13:return pt("Suspense");case 19:return pt("SuspenseList");case 0:case 2:case 15:return e=fl(e.type,!1),e;case 11:return e=fl(e.type.render,!1),e;case 1:return e=fl(e.type,!0),e;default:return""}}function Ul(e){if(e==null)return null;if(typeof e=="function")return e.displayName||e.name||null;if(typeof e=="string")return e;switch(e){case Mn:return"Fragment";case Ln:return"Portal";case Fl:return"Profiler";case Ti:return"StrictMode";case Il:return"Suspense";case jl:return"SuspenseList"}if(typeof e=="object")switch(e.$$typeof){case To:return(e.displayName||"Context")+".Consumer";case Po:return(e._context.displayName||"Context")+".Provider";case Li:var n=e.render;return e=e.displayName,e||(e=n.displayName||n.name||"",e=e!==""?"ForwardRef("+e+")":"ForwardRef"),e;case Mi:return n=e.displayName||null,n!==null?n:Ul(e.type)||"Memo";case Ye:n=e._payload,e=e._init;try{return Ul(e(n))}catch{}}return null}function Fa(e){var n=e.type;switch(e.tag){case 24:return"Cache";case 9:return(n.displayName||"Context")+".Consumer";case 10:return(n._context.displayName||"Context")+".Provider";case 18:return"DehydratedFragment";case 11:return e=n.render,e=e.displayName||e.name||"",n.displayName||(e!==""?"ForwardRef("+e+")":"ForwardRef");case 7:return"Fragment";case 5:return n;case 4:return"Portal";case 3:return"Root";case 6:return"Text";case 16:return Ul(n);case 8:return n===Ti?"StrictMode":"Mode";case 22:return"Offscreen";case 12:return"Profiler";case 21:return"Scope";case 13:return"Suspense";case 19:return"SuspenseList";case 25:return"TracingMarker";case 1:case 0:case 17:case 2:case 14:case 15:if(typeof n=="function")return n.displayName||n.name||null;if(typeof n=="string")return n}return null}function sn(e){switch(typeof e){case"boolean":case"number":case"string":case"undefined":return e;case"object":return e;default:return""}}function Mo(e){var n=e.type;return(e=e.nodeName)&&e.toLowerCase()==="input"&&(n==="checkbox"||n==="radio")}function Ia(e){var n=Mo(e)?"checked":"value",t=Object.getOwnPropertyDescriptor(e.constructor.prototype,n),r=""+e[n];if(!e.hasOwnProperty(n)&&typeof t<"u"&&typeof t.get=="function"&&typeof t.set=="function"){var l=t.get,i=t.set;return Object.defineProperty(e,n,{configurable:!0,get:function(){return l.call(this)},set:function(u){r=""+u,i.call(this,u)}}),Object.defineProperty(e,n,{enumerable:t.enumerable}),{getValue:function(){return r},setValue:function(u){r=""+u},stopTracking:function(){e._valueTracker=null,delete e[n]}}}}function Zt(e){e._valueTracker||(e._valueTracker=Ia(e))}function Do(e){if(!e)return!1;var n=e._valueTracker;if(!n)return!0;var t=n.getValue(),r="";return e&&(r=Mo(e)?e.checked?"true":"false":e.value),e=r,e!==t?(n.setValue(e),!0):!1}function Sr(e){if(e=e||(typeof document<"u"?document:void 0),typeof e>"u")return null;try{return e.activeElement||e.body}catch{return e.body}}function Vl(e,n){var t=n.checked;return V({},n,{defaultChecked:void 0,defaultValue:void 0,value:void 0,checked:t??e._wrapperState.initialChecked})}function ku(e,n){var t=n.defaultValue==null?"":n.defaultValue,r=n.checked!=null?n.checked:n.defaultChecked;t=sn(n.value!=null?n.value:t),e._wrapperState={initialChecked:r,initialValue:t,controlled:n.type==="checkbox"||n.type==="radio"?n.checked!=null:n.value!=null}}function Ro(e,n){n=n.checked,n!=null&&Pi(e,"checked",n,!1)}function Al(e,n){Ro(e,n);var t=sn(n.value),r=n.type;if(t!=null)r==="number"?(t===0&&e.value===""||e.value!=t)&&(e.value=""+t):e.value!==""+t&&(e.value=""+t);else if(r==="submit"||r==="reset"){e.removeAttribute("value");return}n.hasOwnProperty("value")?Bl(e,n.type,t):n.hasOwnProperty("defaultValue")&&Bl(e,n.type,sn(n.defaultValue)),n.checked==null&&n.defaultChecked!=null&&(e.defaultChecked=!!n.defaultChecked)}function Su(e,n,t){if(n.hasOwnProperty("value")||n.hasOwnProperty("defaultValue")){var r=n.type;if(!(r!=="submit"&&r!=="reset"||n.value!==void 0&&n.value!==null))return;n=""+e._wrapperState.initialValue,t||n===e.value||(e.value=n),e.defaultValue=n}t=e.name,t!==""&&(e.name=""),e.defaultChecked=!!e._wrapperState.initialChecked,t!==""&&(e.name=t)}function Bl(e,n,t){(n!=="number"||Sr(e.ownerDocument)!==e)&&(t==null?e.defaultValue=""+e._wrapperState.initialValue:e.defaultValue!==""+t&&(e.defaultValue=""+t))}var mt=Array.isArray;function Hn(e,n,t,r){if(e=e.options,n){n={};for(var l=0;l"+n.valueOf().toString()+"",n=Jt.firstChild;e.firstChild;)e.removeChild(e.firstChild);for(;n.firstChild;)e.appendChild(n.firstChild)}});function zt(e,n){if(n){var t=e.firstChild;if(t&&t===e.lastChild&&t.nodeType===3){t.nodeValue=n;return}}e.textContent=n}var yt={animationIterationCount:!0,aspectRatio:!0,borderImageOutset:!0,borderImageSlice:!0,borderImageWidth:!0,boxFlex:!0,boxFlexGroup:!0,boxOrdinalGroup:!0,columnCount:!0,columns:!0,flex:!0,flexGrow:!0,flexPositive:!0,flexShrink:!0,flexNegative:!0,flexOrder:!0,gridArea:!0,gridRow:!0,gridRowEnd:!0,gridRowSpan:!0,gridRowStart:!0,gridColumn:!0,gridColumnEnd:!0,gridColumnSpan:!0,gridColumnStart:!0,fontWeight:!0,lineClamp:!0,lineHeight:!0,opacity:!0,order:!0,orphans:!0,tabSize:!0,widows:!0,zIndex:!0,zoom:!0,fillOpacity:!0,floodOpacity:!0,stopOpacity:!0,strokeDasharray:!0,strokeDashoffset:!0,strokeMiterlimit:!0,strokeOpacity:!0,strokeWidth:!0},ja=["Webkit","ms","Moz","O"];Object.keys(yt).forEach(function(e){ja.forEach(function(n){n=n+e.charAt(0).toUpperCase()+e.substring(1),yt[n]=yt[e]})});function jo(e,n,t){return n==null||typeof n=="boolean"||n===""?"":t||typeof n!="number"||n===0||yt.hasOwnProperty(e)&&yt[e]?(""+n).trim():n+"px"}function Uo(e,n){e=e.style;for(var t in n)if(n.hasOwnProperty(t)){var r=t.indexOf("--")===0,l=jo(t,n[t],r);t==="float"&&(t="cssFloat"),r?e.setProperty(t,l):e[t]=l}}var Ua=V({menuitem:!0},{area:!0,base:!0,br:!0,col:!0,embed:!0,hr:!0,img:!0,input:!0,keygen:!0,link:!0,meta:!0,param:!0,source:!0,track:!0,wbr:!0});function Wl(e,n){if(n){if(Ua[e]&&(n.children!=null||n.dangerouslySetInnerHTML!=null))throw Error(y(137,e));if(n.dangerouslySetInnerHTML!=null){if(n.children!=null)throw Error(y(60));if(typeof n.dangerouslySetInnerHTML!="object"||!("__html"in n.dangerouslySetInnerHTML))throw Error(y(61))}if(n.style!=null&&typeof n.style!="object")throw Error(y(62))}}function $l(e,n){if(e.indexOf("-")===-1)return typeof n.is=="string";switch(e){case"annotation-xml":case"color-profile":case"font-face":case"font-face-src":case"font-face-uri":case"font-face-format":case"font-face-name":case"missing-glyph":return!1;default:return!0}}var Kl=null;function Di(e){return e=e.target||e.srcElement||window,e.correspondingUseElement&&(e=e.correspondingUseElement),e.nodeType===3?e.parentNode:e}var Yl=null,Qn=null,Wn=null;function xu(e){if(e=$t(e)){if(typeof Yl!="function")throw Error(y(280));var n=e.stateNode;n&&(n=Gr(n),Yl(e.stateNode,e.type,n))}}function Vo(e){Qn?Wn?Wn.push(e):Wn=[e]:Qn=e}function Ao(){if(Qn){var e=Qn,n=Wn;if(Wn=Qn=null,xu(e),n)for(e=0;e>>=0,e===0?32:31-(Ga(e)/Za|0)|0}var qt=64,bt=4194304;function vt(e){switch(e&-e){case 1:return 1;case 2:return 2;case 4:return 4;case 8:return 8;case 16:return 16;case 32:return 32;case 64:case 128:case 256:case 512:case 1024:case 2048:case 4096:case 8192:case 16384:case 32768:case 65536:case 131072:case 262144:case 524288:case 1048576:case 2097152:return e&4194240;case 4194304:case 8388608:case 16777216:case 33554432:case 67108864:return e&130023424;case 134217728:return 134217728;case 268435456:return 268435456;case 536870912:return 536870912;case 1073741824:return 1073741824;default:return e}}function _r(e,n){var t=e.pendingLanes;if(t===0)return 0;var r=0,l=e.suspendedLanes,i=e.pingedLanes,u=t&268435455;if(u!==0){var o=u&~l;o!==0?r=vt(o):(i&=u,i!==0&&(r=vt(i)))}else u=t&~l,u!==0?r=vt(u):i!==0&&(r=vt(i));if(r===0)return 0;if(n!==0&&n!==r&&!(n&l)&&(l=r&-r,i=n&-n,l>=i||l===16&&(i&4194240)!==0))return n;if(r&4&&(r|=t&16),n=e.entangledLanes,n!==0)for(e=e.entanglements,n&=r;0t;t++)n.push(e);return n}function Qt(e,n,t){e.pendingLanes|=n,n!==536870912&&(e.suspendedLanes=0,e.pingedLanes=0),e=e.eventTimes,n=31-Pe(n),e[n]=t}function ec(e,n){var t=e.pendingLanes&~n;e.pendingLanes=n,e.suspendedLanes=0,e.pingedLanes=0,e.expiredLanes&=n,e.mutableReadLanes&=n,e.entangledLanes&=n,n=e.entanglements;var r=e.eventTimes;for(e=e.expirationTimes;0=wt),Ru=" ",Ou=!1;function us(e,n){switch(e){case"keyup":return Pc.indexOf(n.keyCode)!==-1;case"keydown":return n.keyCode!==229;case"keypress":case"mousedown":case"focusout":return!0;default:return!1}}function os(e){return e=e.detail,typeof e=="object"&&"data"in e?e.data:null}var Dn=!1;function Lc(e,n){switch(e){case"compositionend":return os(n);case"keypress":return n.which!==32?null:(Ou=!0,Ru);case"textInput":return e=n.data,e===Ru&&Ou?null:e;default:return null}}function Mc(e,n){if(Dn)return e==="compositionend"||!Ai&&us(e,n)?(e=ls(),dr=ji=Je=null,Dn=!1,e):null;switch(e){case"paste":return null;case"keypress":if(!(n.ctrlKey||n.altKey||n.metaKey)||n.ctrlKey&&n.altKey){if(n.char&&1=n)return{node:t,offset:n-e};e=r}e:{for(;t;){if(t.nextSibling){t=t.nextSibling;break e}t=t.parentNode}t=void 0}t=Uu(t)}}function fs(e,n){return e&&n?e===n?!0:e&&e.nodeType===3?!1:n&&n.nodeType===3?fs(e,n.parentNode):"contains"in e?e.contains(n):e.compareDocumentPosition?!!(e.compareDocumentPosition(n)&16):!1:!1}function ds(){for(var e=window,n=Sr();n instanceof e.HTMLIFrameElement;){try{var t=typeof n.contentWindow.location.href=="string"}catch{t=!1}if(t)e=n.contentWindow;else break;n=Sr(e.document)}return n}function Bi(e){var n=e&&e.nodeName&&e.nodeName.toLowerCase();return n&&(n==="input"&&(e.type==="text"||e.type==="search"||e.type==="tel"||e.type==="url"||e.type==="password")||n==="textarea"||e.contentEditable==="true")}function Ac(e){var n=ds(),t=e.focusedElem,r=e.selectionRange;if(n!==t&&t&&t.ownerDocument&&fs(t.ownerDocument.documentElement,t)){if(r!==null&&Bi(t)){if(n=r.start,e=r.end,e===void 0&&(e=n),"selectionStart"in t)t.selectionStart=n,t.selectionEnd=Math.min(e,t.value.length);else if(e=(n=t.ownerDocument||document)&&n.defaultView||window,e.getSelection){e=e.getSelection();var l=t.textContent.length,i=Math.min(r.start,l);r=r.end===void 0?i:Math.min(r.end,l),!e.extend&&i>r&&(l=r,r=i,i=l),l=Vu(t,i);var u=Vu(t,r);l&&u&&(e.rangeCount!==1||e.anchorNode!==l.node||e.anchorOffset!==l.offset||e.focusNode!==u.node||e.focusOffset!==u.offset)&&(n=n.createRange(),n.setStart(l.node,l.offset),e.removeAllRanges(),i>r?(e.addRange(n),e.extend(u.node,u.offset)):(n.setEnd(u.node,u.offset),e.addRange(n)))}}for(n=[],e=t;e=e.parentNode;)e.nodeType===1&&n.push({element:e,left:e.scrollLeft,top:e.scrollTop});for(typeof t.focus=="function"&&t.focus(),t=0;t=document.documentMode,Rn=null,bl=null,St=null,ei=!1;function Au(e,n,t){var r=t.window===t?t.document:t.nodeType===9?t:t.ownerDocument;ei||Rn==null||Rn!==Sr(r)||(r=Rn,"selectionStart"in r&&Bi(r)?r={start:r.selectionStart,end:r.selectionEnd}:(r=(r.ownerDocument&&r.ownerDocument.defaultView||window).getSelection(),r={anchorNode:r.anchorNode,anchorOffset:r.anchorOffset,focusNode:r.focusNode,focusOffset:r.focusOffset}),St&&Rt(St,r)||(St=r,r=Pr(bl,"onSelect"),0In||(e.current=ui[In],ui[In]=null,In--)}function D(e,n){In++,ui[In]=e.current,e.current=n}var an={},te=fn(an),se=fn(!1),En=an;function Gn(e,n){var t=e.type.contextTypes;if(!t)return an;var r=e.stateNode;if(r&&r.__reactInternalMemoizedUnmaskedChildContext===n)return r.__reactInternalMemoizedMaskedChildContext;var l={},i;for(i in t)l[i]=n[i];return r&&(e=e.stateNode,e.__reactInternalMemoizedUnmaskedChildContext=n,e.__reactInternalMemoizedMaskedChildContext=l),l}function ae(e){return e=e.childContextTypes,e!=null}function Lr(){O(se),O(te)}function Yu(e,n,t){if(te.current!==an)throw Error(y(168));D(te,n),D(se,t)}function Ss(e,n,t){var r=e.stateNode;if(n=n.childContextTypes,typeof r.getChildContext!="function")return t;r=r.getChildContext();for(var l in r)if(!(l in n))throw Error(y(108,Fa(e)||"Unknown",l));return V({},t,r)}function Mr(e){return e=(e=e.stateNode)&&e.__reactInternalMemoizedMergedChildContext||an,En=te.current,D(te,e),D(se,se.current),!0}function Xu(e,n,t){var r=e.stateNode;if(!r)throw Error(y(169));t?(e=Ss(e,n,En),r.__reactInternalMemoizedMergedChildContext=e,O(se),O(te),D(te,e)):O(se),D(se,t)}var je=null,Zr=!1,_l=!1;function Es(e){je===null?je=[e]:je.push(e)}function qc(e){Zr=!0,Es(e)}function dn(){if(!_l&&je!==null){_l=!0;var e=0,n=M;try{var t=je;for(M=1;e>=u,l-=u,Ue=1<<32-Pe(n)+l|t<N?(B=_,_=null):B=_.sibling;var T=p(c,_,f[N],h);if(T===null){_===null&&(_=B);break}e&&_&&T.alternate===null&&n(c,_),a=i(T,a,N),x===null?E=T:x.sibling=T,x=T,_=B}if(N===f.length)return t(c,_),I&&vn(c,N),E;if(_===null){for(;NN?(B=_,_=null):B=_.sibling;var Ce=p(c,_,T.value,h);if(Ce===null){_===null&&(_=B);break}e&&_&&Ce.alternate===null&&n(c,_),a=i(Ce,a,N),x===null?E=Ce:x.sibling=Ce,x=Ce,_=B}if(T.done)return t(c,_),I&&vn(c,N),E;if(_===null){for(;!T.done;N++,T=f.next())T=m(c,T.value,h),T!==null&&(a=i(T,a,N),x===null?E=T:x.sibling=T,x=T);return I&&vn(c,N),E}for(_=r(c,_);!T.done;N++,T=f.next())T=g(_,c,N,T.value,h),T!==null&&(e&&T.alternate!==null&&_.delete(T.key===null?N:T.key),a=i(T,a,N),x===null?E=T:x.sibling=T,x=T);return e&&_.forEach(function(rt){return n(c,rt)}),I&&vn(c,N),E}function F(c,a,f,h){if(typeof f=="object"&&f!==null&&f.type===Mn&&f.key===null&&(f=f.props.children),typeof f=="object"&&f!==null){switch(f.$$typeof){case Gt:e:{for(var E=f.key,x=a;x!==null;){if(x.key===E){if(E=f.type,E===Mn){if(x.tag===7){t(c,x.sibling),a=l(x,f.props.children),a.return=c,c=a;break e}}else if(x.elementType===E||typeof E=="object"&&E!==null&&E.$$typeof===Ye&&no(E)===x.type){t(c,x.sibling),a=l(x,f.props),a.ref=ct(c,x,f),a.return=c,c=a;break e}t(c,x);break}else n(c,x);x=x.sibling}f.type===Mn?(a=Sn(f.props.children,c.mode,h,f.key),a.return=c,c=a):(h=kr(f.type,f.key,f.props,null,c.mode,h),h.ref=ct(c,a,f),h.return=c,c=h)}return u(c);case Ln:e:{for(x=f.key;a!==null;){if(a.key===x)if(a.tag===4&&a.stateNode.containerInfo===f.containerInfo&&a.stateNode.implementation===f.implementation){t(c,a.sibling),a=l(a,f.children||[]),a.return=c,c=a;break e}else{t(c,a);break}else n(c,a);a=a.sibling}a=Rl(f,c.mode,h),a.return=c,c=a}return u(c);case Ye:return x=f._init,F(c,a,x(f._payload),h)}if(mt(f))return w(c,a,f,h);if(it(f))return k(c,a,f,h);ur(c,f)}return typeof f=="string"&&f!==""||typeof f=="number"?(f=""+f,a!==null&&a.tag===6?(t(c,a.sibling),a=l(a,f),a.return=c,c=a):(t(c,a),a=Dl(f,c.mode,h),a.return=c,c=a),u(c)):t(c,a)}return F}var Jn=Ls(!0),Ms=Ls(!1),Kt={},Fe=fn(Kt),jt=fn(Kt),Ut=fn(Kt);function wn(e){if(e===Kt)throw Error(y(174));return e}function Zi(e,n){switch(D(Ut,n),D(jt,e),D(Fe,Kt),e=n.nodeType,e){case 9:case 11:n=(n=n.documentElement)?n.namespaceURI:Ql(null,"");break;default:e=e===8?n.parentNode:n,n=e.namespaceURI||null,e=e.tagName,n=Ql(n,e)}O(Fe),D(Fe,n)}function qn(){O(Fe),O(jt),O(Ut)}function Ds(e){wn(Ut.current);var n=wn(Fe.current),t=Ql(n,e.type);n!==t&&(D(jt,e),D(Fe,t))}function Ji(e){jt.current===e&&(O(Fe),O(jt))}var j=fn(0);function jr(e){for(var n=e;n!==null;){if(n.tag===13){var t=n.memoizedState;if(t!==null&&(t=t.dehydrated,t===null||t.data==="$?"||t.data==="$!"))return n}else if(n.tag===19&&n.memoizedProps.revealOrder!==void 0){if(n.flags&128)return n}else if(n.child!==null){n.child.return=n,n=n.child;continue}if(n===e)break;for(;n.sibling===null;){if(n.return===null||n.return===e)return null;n=n.return}n.sibling.return=n.return,n=n.sibling}return null}var Nl=[];function qi(){for(var e=0;et?t:4,e(!0);var r=zl.transition;zl.transition={};try{e(!1),n()}finally{M=t,zl.transition=r}}function Xs(){return Ee().memoizedState}function tf(e,n,t){var r=un(e);if(t={lane:r,action:t,hasEagerState:!1,eagerState:null,next:null},Gs(e))Zs(n,t);else if(t=Ns(e,n,t,r),t!==null){var l=le();Te(t,e,r,l),Js(t,n,r)}}function rf(e,n,t){var r=un(e),l={lane:r,action:t,hasEagerState:!1,eagerState:null,next:null};if(Gs(e))Zs(n,l);else{var i=e.alternate;if(e.lanes===0&&(i===null||i.lanes===0)&&(i=n.lastRenderedReducer,i!==null))try{var u=n.lastRenderedState,o=i(u,t);if(l.hasEagerState=!0,l.eagerState=o,Le(o,u)){var s=n.interleaved;s===null?(l.next=l,Xi(n)):(l.next=s.next,s.next=l),n.interleaved=l;return}}catch{}finally{}t=Ns(e,n,l,r),t!==null&&(l=le(),Te(t,e,r,l),Js(t,n,r))}}function Gs(e){var n=e.alternate;return e===U||n!==null&&n===U}function Zs(e,n){Et=Ur=!0;var t=e.pending;t===null?n.next=n:(n.next=t.next,t.next=n),e.pending=n}function Js(e,n,t){if(t&4194240){var r=n.lanes;r&=e.pendingLanes,t|=r,n.lanes=t,Oi(e,t)}}var Vr={readContext:Se,useCallback:b,useContext:b,useEffect:b,useImperativeHandle:b,useInsertionEffect:b,useLayoutEffect:b,useMemo:b,useReducer:b,useRef:b,useState:b,useDebugValue:b,useDeferredValue:b,useTransition:b,useMutableSource:b,useSyncExternalStore:b,useId:b,unstable_isNewReconciler:!1},lf={readContext:Se,useCallback:function(e,n){return De().memoizedState=[e,n===void 0?null:n],e},useContext:Se,useEffect:ro,useImperativeHandle:function(e,n,t){return t=t!=null?t.concat([e]):null,hr(4194308,4,Qs.bind(null,n,e),t)},useLayoutEffect:function(e,n){return hr(4194308,4,e,n)},useInsertionEffect:function(e,n){return hr(4,2,e,n)},useMemo:function(e,n){var t=De();return n=n===void 0?null:n,e=e(),t.memoizedState=[e,n],e},useReducer:function(e,n,t){var r=De();return n=t!==void 0?t(n):n,r.memoizedState=r.baseState=n,e={pending:null,interleaved:null,lanes:0,dispatch:null,lastRenderedReducer:e,lastRenderedState:n},r.queue=e,e=e.dispatch=tf.bind(null,U,e),[r.memoizedState,e]},useRef:function(e){var n=De();return e={current:e},n.memoizedState=e},useState:to,useDebugValue:ru,useDeferredValue:function(e){return De().memoizedState=e},useTransition:function(){var e=to(!1),n=e[0];return e=nf.bind(null,e[1]),De().memoizedState=e,[n,e]},useMutableSource:function(){},useSyncExternalStore:function(e,n,t){var r=U,l=De();if(I){if(t===void 0)throw Error(y(407));t=t()}else{if(t=n(),G===null)throw Error(y(349));xn&30||Fs(r,n,t)}l.memoizedState=t;var i={value:t,getSnapshot:n};return l.queue=i,ro(js.bind(null,r,i,e),[e]),r.flags|=2048,Bt(9,Is.bind(null,r,i,t,n),void 0,null),t},useId:function(){var e=De(),n=G.identifierPrefix;if(I){var t=Ve,r=Ue;t=(r&~(1<<32-Pe(r)-1)).toString(32)+t,n=":"+n+"R"+t,t=Vt++,0<\/script>",e=e.removeChild(e.firstChild)):typeof r.is=="string"?e=u.createElement(t,{is:r.is}):(e=u.createElement(t),t==="select"&&(u=e,r.multiple?u.multiple=!0:r.size&&(u.size=r.size))):e=u.createElementNS(e,t),e[Re]=n,e[It]=r,ua(e,n,!1,!1),n.stateNode=e;e:{switch(u=$l(t,r),t){case"dialog":R("cancel",e),R("close",e),l=r;break;case"iframe":case"object":case"embed":R("load",e),l=r;break;case"video":case"audio":for(l=0;let&&(n.flags|=128,r=!0,ft(i,!1),n.lanes=4194304)}else{if(!r)if(e=jr(u),e!==null){if(n.flags|=128,r=!0,t=e.updateQueue,t!==null&&(n.updateQueue=t,n.flags|=4),ft(i,!0),i.tail===null&&i.tailMode==="hidden"&&!u.alternate&&!I)return ee(n),null}else 2*Q()-i.renderingStartTime>et&&t!==1073741824&&(n.flags|=128,r=!0,ft(i,!1),n.lanes=4194304);i.isBackwards?(u.sibling=n.child,n.child=u):(t=i.last,t!==null?t.sibling=u:n.child=u,i.last=u)}return i.tail!==null?(n=i.tail,i.rendering=n,i.tail=n.sibling,i.renderingStartTime=Q(),n.sibling=null,t=j.current,D(j,r?t&1|2:t&1),n):(ee(n),null);case 22:case 23:return au(),r=n.memoizedState!==null,e!==null&&e.memoizedState!==null!==r&&(n.flags|=8192),r&&n.mode&1?fe&1073741824&&(ee(n),n.subtreeFlags&6&&(n.flags|=8192)):ee(n),null;case 24:return null;case 25:return null}throw Error(y(156,n.tag))}function pf(e,n){switch(Qi(n),n.tag){case 1:return ae(n.type)&&Lr(),e=n.flags,e&65536?(n.flags=e&-65537|128,n):null;case 3:return qn(),O(se),O(te),qi(),e=n.flags,e&65536&&!(e&128)?(n.flags=e&-65537|128,n):null;case 5:return Ji(n),null;case 13:if(O(j),e=n.memoizedState,e!==null&&e.dehydrated!==null){if(n.alternate===null)throw Error(y(340));Zn()}return e=n.flags,e&65536?(n.flags=e&-65537|128,n):null;case 19:return O(j),null;case 4:return qn(),null;case 10:return Yi(n.type._context),null;case 22:case 23:return au(),null;case 24:return null;default:return null}}var sr=!1,ne=!1,mf=typeof WeakSet=="function"?WeakSet:Set,S=null;function An(e,n){var t=e.ref;if(t!==null)if(typeof t=="function")try{t(null)}catch(r){A(e,n,r)}else t.current=null}function gi(e,n,t){try{t()}catch(r){A(e,n,r)}}var po=!1;function vf(e,n){if(ni=Nr,e=ds(),Bi(e)){if("selectionStart"in e)var t={start:e.selectionStart,end:e.selectionEnd};else e:{t=(t=e.ownerDocument)&&t.defaultView||window;var r=t.getSelection&&t.getSelection();if(r&&r.rangeCount!==0){t=r.anchorNode;var l=r.anchorOffset,i=r.focusNode;r=r.focusOffset;try{t.nodeType,i.nodeType}catch{t=null;break e}var u=0,o=-1,s=-1,d=0,v=0,m=e,p=null;n:for(;;){for(var g;m!==t||l!==0&&m.nodeType!==3||(o=u+l),m!==i||r!==0&&m.nodeType!==3||(s=u+r),m.nodeType===3&&(u+=m.nodeValue.length),(g=m.firstChild)!==null;)p=m,m=g;for(;;){if(m===e)break n;if(p===t&&++d===l&&(o=u),p===i&&++v===r&&(s=u),(g=m.nextSibling)!==null)break;m=p,p=m.parentNode}m=g}t=o===-1||s===-1?null:{start:o,end:s}}else t=null}t=t||{start:0,end:0}}else t=null;for(ti={focusedElem:e,selectionRange:t},Nr=!1,S=n;S!==null;)if(n=S,e=n.child,(n.subtreeFlags&1028)!==0&&e!==null)e.return=n,S=e;else for(;S!==null;){n=S;try{var w=n.alternate;if(n.flags&1024)switch(n.tag){case 0:case 11:case 15:break;case 1:if(w!==null){var k=w.memoizedProps,F=w.memoizedState,c=n.stateNode,a=c.getSnapshotBeforeUpdate(n.elementType===n.type?k:_e(n.type,k),F);c.__reactInternalSnapshotBeforeUpdate=a}break;case 3:var f=n.stateNode.containerInfo;f.nodeType===1?f.textContent="":f.nodeType===9&&f.documentElement&&f.removeChild(f.documentElement);break;case 5:case 6:case 4:case 17:break;default:throw Error(y(163))}}catch(h){A(n,n.return,h)}if(e=n.sibling,e!==null){e.return=n.return,S=e;break}S=n.return}return w=po,po=!1,w}function Ct(e,n,t){var r=n.updateQueue;if(r=r!==null?r.lastEffect:null,r!==null){var l=r=r.next;do{if((l.tag&e)===e){var i=l.destroy;l.destroy=void 0,i!==void 0&&gi(n,t,i)}l=l.next}while(l!==r)}}function br(e,n){if(n=n.updateQueue,n=n!==null?n.lastEffect:null,n!==null){var t=n=n.next;do{if((t.tag&e)===e){var r=t.create;t.destroy=r()}t=t.next}while(t!==n)}}function wi(e){var n=e.ref;if(n!==null){var t=e.stateNode;switch(e.tag){case 5:e=t;break;default:e=t}typeof n=="function"?n(e):n.current=e}}function aa(e){var n=e.alternate;n!==null&&(e.alternate=null,aa(n)),e.child=null,e.deletions=null,e.sibling=null,e.tag===5&&(n=e.stateNode,n!==null&&(delete n[Re],delete n[It],delete n[ii],delete n[Zc],delete n[Jc])),e.stateNode=null,e.return=null,e.dependencies=null,e.memoizedProps=null,e.memoizedState=null,e.pendingProps=null,e.stateNode=null,e.updateQueue=null}function ca(e){return e.tag===5||e.tag===3||e.tag===4}function mo(e){e:for(;;){for(;e.sibling===null;){if(e.return===null||ca(e.return))return null;e=e.return}for(e.sibling.return=e.return,e=e.sibling;e.tag!==5&&e.tag!==6&&e.tag!==18;){if(e.flags&2||e.child===null||e.tag===4)continue e;e.child.return=e,e=e.child}if(!(e.flags&2))return e.stateNode}}function ki(e,n,t){var r=e.tag;if(r===5||r===6)e=e.stateNode,n?t.nodeType===8?t.parentNode.insertBefore(e,n):t.insertBefore(e,n):(t.nodeType===8?(n=t.parentNode,n.insertBefore(e,t)):(n=t,n.appendChild(e)),t=t._reactRootContainer,t!=null||n.onclick!==null||(n.onclick=Tr));else if(r!==4&&(e=e.child,e!==null))for(ki(e,n,t),e=e.sibling;e!==null;)ki(e,n,t),e=e.sibling}function Si(e,n,t){var r=e.tag;if(r===5||r===6)e=e.stateNode,n?t.insertBefore(e,n):t.appendChild(e);else if(r!==4&&(e=e.child,e!==null))for(Si(e,n,t),e=e.sibling;e!==null;)Si(e,n,t),e=e.sibling}var Z=null,Ne=!1;function Ke(e,n,t){for(t=t.child;t!==null;)fa(e,n,t),t=t.sibling}function fa(e,n,t){if(Oe&&typeof Oe.onCommitFiberUnmount=="function")try{Oe.onCommitFiberUnmount($r,t)}catch{}switch(t.tag){case 5:ne||An(t,n);case 6:var r=Z,l=Ne;Z=null,Ke(e,n,t),Z=r,Ne=l,Z!==null&&(Ne?(e=Z,t=t.stateNode,e.nodeType===8?e.parentNode.removeChild(t):e.removeChild(t)):Z.removeChild(t.stateNode));break;case 18:Z!==null&&(Ne?(e=Z,t=t.stateNode,e.nodeType===8?xl(e.parentNode,t):e.nodeType===1&&xl(e,t),Mt(e)):xl(Z,t.stateNode));break;case 4:r=Z,l=Ne,Z=t.stateNode.containerInfo,Ne=!0,Ke(e,n,t),Z=r,Ne=l;break;case 0:case 11:case 14:case 15:if(!ne&&(r=t.updateQueue,r!==null&&(r=r.lastEffect,r!==null))){l=r=r.next;do{var i=l,u=i.destroy;i=i.tag,u!==void 0&&(i&2||i&4)&&gi(t,n,u),l=l.next}while(l!==r)}Ke(e,n,t);break;case 1:if(!ne&&(An(t,n),r=t.stateNode,typeof r.componentWillUnmount=="function"))try{r.props=t.memoizedProps,r.state=t.memoizedState,r.componentWillUnmount()}catch(o){A(t,n,o)}Ke(e,n,t);break;case 21:Ke(e,n,t);break;case 22:t.mode&1?(ne=(r=ne)||t.memoizedState!==null,Ke(e,n,t),ne=r):Ke(e,n,t);break;default:Ke(e,n,t)}}function vo(e){var n=e.updateQueue;if(n!==null){e.updateQueue=null;var t=e.stateNode;t===null&&(t=e.stateNode=new mf),n.forEach(function(r){var l=xf.bind(null,e,r);t.has(r)||(t.add(r),r.then(l,l))})}}function xe(e,n){var t=n.deletions;if(t!==null)for(var r=0;rl&&(l=u),r&=~i}if(r=l,r=Q()-r,r=(120>r?120:480>r?480:1080>r?1080:1920>r?1920:3e3>r?3e3:4320>r?4320:1960*yf(r/1960))-r,10e?16:e,qe===null)var r=!1;else{if(e=qe,qe=null,Hr=0,L&6)throw Error(y(331));var l=L;for(L|=4,S=e.current;S!==null;){var i=S,u=i.child;if(S.flags&16){var o=i.deletions;if(o!==null){for(var s=0;sQ()-ou?kn(e,0):uu|=t),ce(e,n)}function wa(e,n){n===0&&(e.mode&1?(n=bt,bt<<=1,!(bt&130023424)&&(bt=4194304)):n=1);var t=le();e=Qe(e,n),e!==null&&(Qt(e,n,t),ce(e,t))}function Cf(e){var n=e.memoizedState,t=0;n!==null&&(t=n.retryLane),wa(e,t)}function xf(e,n){var t=0;switch(e.tag){case 13:var r=e.stateNode,l=e.memoizedState;l!==null&&(t=l.retryLane);break;case 19:r=e.stateNode;break;default:throw Error(y(314))}r!==null&&r.delete(n),wa(e,t)}var ka;ka=function(e,n,t){if(e!==null)if(e.memoizedProps!==n.pendingProps||se.current)oe=!0;else{if(!(e.lanes&t)&&!(n.flags&128))return oe=!1,ff(e,n,t);oe=!!(e.flags&131072)}else oe=!1,I&&n.flags&1048576&&Cs(n,Rr,n.index);switch(n.lanes=0,n.tag){case 2:var r=n.type;yr(e,n),e=n.pendingProps;var l=Gn(n,te.current);Kn(n,t),l=eu(null,n,r,e,l,t);var i=nu();return n.flags|=1,typeof l=="object"&&l!==null&&typeof l.render=="function"&&l.$$typeof===void 0?(n.tag=1,n.memoizedState=null,n.updateQueue=null,ae(r)?(i=!0,Mr(n)):i=!1,n.memoizedState=l.state!==null&&l.state!==void 0?l.state:null,Gi(n),l.updater=Jr,n.stateNode=l,l._reactInternals=n,fi(n,r,e,t),n=mi(null,n,r,!0,i,t)):(n.tag=0,I&&i&&Hi(n),re(null,n,l,t),n=n.child),n;case 16:r=n.elementType;e:{switch(yr(e,n),e=n.pendingProps,l=r._init,r=l(r._payload),n.type=r,l=n.tag=Nf(r),e=_e(r,e),l){case 0:n=pi(null,n,r,e,t);break e;case 1:n=ao(null,n,r,e,t);break e;case 11:n=oo(null,n,r,e,t);break e;case 14:n=so(null,n,r,_e(r.type,e),t);break e}throw Error(y(306,r,""))}return n;case 0:return r=n.type,l=n.pendingProps,l=n.elementType===r?l:_e(r,l),pi(e,n,r,l,t);case 1:return r=n.type,l=n.pendingProps,l=n.elementType===r?l:_e(r,l),ao(e,n,r,l,t);case 3:e:{if(ra(n),e===null)throw Error(y(387));r=n.pendingProps,i=n.memoizedState,l=i.element,zs(e,n),Ir(n,r,null,t);var u=n.memoizedState;if(r=u.element,i.isDehydrated)if(i={element:r,isDehydrated:!1,cache:u.cache,pendingSuspenseBoundaries:u.pendingSuspenseBoundaries,transitions:u.transitions},n.updateQueue.baseState=i,n.memoizedState=i,n.flags&256){l=bn(Error(y(423)),n),n=co(e,n,r,t,l);break e}else if(r!==l){l=bn(Error(y(424)),n),n=co(e,n,r,t,l);break e}else for(de=tn(n.stateNode.containerInfo.firstChild),pe=n,I=!0,ze=null,t=Ms(n,null,r,t),n.child=t;t;)t.flags=t.flags&-3|4096,t=t.sibling;else{if(Zn(),r===l){n=We(e,n,t);break e}re(e,n,r,t)}n=n.child}return n;case 5:return Ds(n),e===null&&si(n),r=n.type,l=n.pendingProps,i=e!==null?e.memoizedProps:null,u=l.children,ri(r,l)?u=null:i!==null&&ri(r,i)&&(n.flags|=32),ta(e,n),re(e,n,u,t),n.child;case 6:return e===null&&si(n),null;case 13:return la(e,n,t);case 4:return Zi(n,n.stateNode.containerInfo),r=n.pendingProps,e===null?n.child=Jn(n,null,r,t):re(e,n,r,t),n.child;case 11:return r=n.type,l=n.pendingProps,l=n.elementType===r?l:_e(r,l),oo(e,n,r,l,t);case 7:return re(e,n,n.pendingProps,t),n.child;case 8:return re(e,n,n.pendingProps.children,t),n.child;case 12:return re(e,n,n.pendingProps.children,t),n.child;case 10:e:{if(r=n.type._context,l=n.pendingProps,i=n.memoizedProps,u=l.value,D(Or,r._currentValue),r._currentValue=u,i!==null)if(Le(i.value,u)){if(i.children===l.children&&!se.current){n=We(e,n,t);break e}}else for(i=n.child,i!==null&&(i.return=n);i!==null;){var o=i.dependencies;if(o!==null){u=i.child;for(var s=o.firstContext;s!==null;){if(s.context===r){if(i.tag===1){s=Ae(-1,t&-t),s.tag=2;var d=i.updateQueue;if(d!==null){d=d.shared;var v=d.pending;v===null?s.next=s:(s.next=v.next,v.next=s),d.pending=s}}i.lanes|=t,s=i.alternate,s!==null&&(s.lanes|=t),ai(i.return,t,n),o.lanes|=t;break}s=s.next}}else if(i.tag===10)u=i.type===n.type?null:i.child;else if(i.tag===18){if(u=i.return,u===null)throw Error(y(341));u.lanes|=t,o=u.alternate,o!==null&&(o.lanes|=t),ai(u,t,n),u=i.sibling}else u=i.child;if(u!==null)u.return=i;else for(u=i;u!==null;){if(u===n){u=null;break}if(i=u.sibling,i!==null){i.return=u.return,u=i;break}u=u.return}i=u}re(e,n,l.children,t),n=n.child}return n;case 9:return l=n.type,r=n.pendingProps.children,Kn(n,t),l=Se(l),r=r(l),n.flags|=1,re(e,n,r,t),n.child;case 14:return r=n.type,l=_e(r,n.pendingProps),l=_e(r.type,l),so(e,n,r,l,t);case 15:return ea(e,n,n.type,n.pendingProps,t);case 17:return r=n.type,l=n.pendingProps,l=n.elementType===r?l:_e(r,l),yr(e,n),n.tag=1,ae(r)?(e=!0,Mr(n)):e=!1,Kn(n,t),Ts(n,r,l),fi(n,r,l,t),mi(null,n,r,!0,e,t);case 19:return ia(e,n,t);case 22:return na(e,n,t)}throw Error(y(156,n.tag))};function Sa(e,n){return Yo(e,n)}function _f(e,n,t,r){this.tag=e,this.key=t,this.sibling=this.child=this.return=this.stateNode=this.type=this.elementType=null,this.index=0,this.ref=null,this.pendingProps=n,this.dependencies=this.memoizedState=this.updateQueue=this.memoizedProps=null,this.mode=r,this.subtreeFlags=this.flags=0,this.deletions=null,this.childLanes=this.lanes=0,this.alternate=null}function we(e,n,t,r){return new _f(e,n,t,r)}function fu(e){return e=e.prototype,!(!e||!e.isReactComponent)}function Nf(e){if(typeof e=="function")return fu(e)?1:0;if(e!=null){if(e=e.$$typeof,e===Li)return 11;if(e===Mi)return 14}return 2}function on(e,n){var t=e.alternate;return t===null?(t=we(e.tag,n,e.key,e.mode),t.elementType=e.elementType,t.type=e.type,t.stateNode=e.stateNode,t.alternate=e,e.alternate=t):(t.pendingProps=n,t.type=e.type,t.flags=0,t.subtreeFlags=0,t.deletions=null),t.flags=e.flags&14680064,t.childLanes=e.childLanes,t.lanes=e.lanes,t.child=e.child,t.memoizedProps=e.memoizedProps,t.memoizedState=e.memoizedState,t.updateQueue=e.updateQueue,n=e.dependencies,t.dependencies=n===null?null:{lanes:n.lanes,firstContext:n.firstContext},t.sibling=e.sibling,t.index=e.index,t.ref=e.ref,t}function kr(e,n,t,r,l,i){var u=2;if(r=e,typeof e=="function")fu(e)&&(u=1);else if(typeof e=="string")u=5;else e:switch(e){case Mn:return Sn(t.children,l,i,n);case Ti:u=8,l|=8;break;case Fl:return e=we(12,t,n,l|2),e.elementType=Fl,e.lanes=i,e;case Il:return e=we(13,t,n,l),e.elementType=Il,e.lanes=i,e;case jl:return e=we(19,t,n,l),e.elementType=jl,e.lanes=i,e;case Lo:return nl(t,l,i,n);default:if(typeof e=="object"&&e!==null)switch(e.$$typeof){case Po:u=10;break e;case To:u=9;break e;case Li:u=11;break e;case Mi:u=14;break e;case Ye:u=16,r=null;break e}throw Error(y(130,e==null?e:typeof e,""))}return n=we(u,t,n,l),n.elementType=e,n.type=r,n.lanes=i,n}function Sn(e,n,t,r){return e=we(7,e,r,n),e.lanes=t,e}function nl(e,n,t,r){return e=we(22,e,r,n),e.elementType=Lo,e.lanes=t,e.stateNode={isHidden:!1},e}function Dl(e,n,t){return e=we(6,e,null,n),e.lanes=t,e}function Rl(e,n,t){return n=we(4,e.children!==null?e.children:[],e.key,n),n.lanes=t,n.stateNode={containerInfo:e.containerInfo,pendingChildren:null,implementation:e.implementation},n}function zf(e,n,t,r,l){this.tag=n,this.containerInfo=e,this.finishedWork=this.pingCache=this.current=this.pendingChildren=null,this.timeoutHandle=-1,this.callbackNode=this.pendingContext=this.context=null,this.callbackPriority=0,this.eventTimes=pl(0),this.expirationTimes=pl(-1),this.entangledLanes=this.finishedLanes=this.mutableReadLanes=this.expiredLanes=this.pingedLanes=this.suspendedLanes=this.pendingLanes=0,this.entanglements=pl(0),this.identifierPrefix=r,this.onRecoverableError=l,this.mutableSourceEagerHydrationData=null}function du(e,n,t,r,l,i,u,o,s){return e=new zf(e,n,t,o,s),n===1?(n=1,i===!0&&(n|=8)):n=0,i=we(3,null,null,n),e.current=i,i.stateNode=e,i.memoizedState={element:r,isDehydrated:t,cache:null,transitions:null,pendingSuspenseBoundaries:null},Gi(i),e}function Pf(e,n,t){var r=3"u"||typeof __REACT_DEVTOOLS_GLOBAL_HOOK__.checkDCE!="function"))try{__REACT_DEVTOOLS_GLOBAL_HOOK__.checkDCE(_a)}catch(e){console.error(e)}}_a(),Co.exports=ve;var Rf=Co.exports;const If=za(Rf);export{If as R,Rf as r}; diff --git a/assets/index-9ylO3ihc.js b/assets/index-9ylO3ihc.js new file mode 100644 index 0000000..d5accc3 --- /dev/null +++ b/assets/index-9ylO3ihc.js @@ -0,0 +1,370 @@ +import{_ as jt}from"./iframe-tWVOrtVB.js";import{r as b,a as Il,R as o}from"./index-XiNr8FW2.js";import{g as Fn,c as sa}from"./_commonjsHelpers-5-cIlDoe.js";import{r as As,R as z0}from"./index-9vG4XYWr.js";import{L as Ss,O as q0}from"./index-ogXoivrg.js";import{q as Cs,r as U0,s as ks,t as W0,i as $n,v as G0,w as Y0,x as K0,c as _s,y as Os,z as X0,A as Ts,B as J0,C as Q0,D as e1,E as t1,F as r1,G as n1,H as Rs,I as a1,J as o1,K as Fs,_ as l1,L as i1,M as s1,N as _o,d as $s,O as Ds,P as Ls,Q as u1,R as c1,U as d1,e as p1,S as Pl,V as Ha,k as ua}from"./index-mLPG47JP.js";import{d as xe}from"./index-PPLHz8o0.js";var He=e=>`control-${e.replace(/\s+/g,"-")}`,Dn=e=>`set-${e.replace(/\s+/g,"-")}`;const{global:f1}=__STORYBOOK_MODULE_GLOBAL__,{logger:m1}=__STORYBOOK_MODULE_CLIENT_LOGGER__;var g1=Object.create,Ms=Object.defineProperty,h1=Object.getOwnPropertyDescriptor,Bs=Object.getOwnPropertyNames,b1=Object.getPrototypeOf,y1=Object.prototype.hasOwnProperty,Oo=(e,t)=>function(){return t||(0,e[Bs(e)[0]])((t={exports:{}}).exports,t),t.exports},v1=(e,t,r,n)=>{if(t&&typeof t=="object"||typeof t=="function")for(let a of Bs(t))!y1.call(e,a)&&a!==r&&Ms(e,a,{get:()=>t[a],enumerable:!(n=h1(t,a))||n.enumerable});return e},Is=(e,t,r)=>(r=e!=null?g1(b1(e)):{},v1(t||!e||!e.__esModule?Ms(r,"default",{value:e,enumerable:!0}):r,e));function Jt(){return Jt=Object.assign?Object.assign.bind():function(e){for(var t=1;t"u"||!Reflect.construct||Reflect.construct.sham)return!1;if(typeof Proxy=="function")return!0;try{return Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],function(){})),!0}catch{return!1}}function un(e,t,r){return A1()?un=Reflect.construct.bind():un=function(n,a,l){var i=[null];i.push.apply(i,a);var u=Function.bind.apply(n,i),s=new u;return l&&kr(s,l.prototype),s},un.apply(null,arguments)}function Va(e){var t=typeof Map=="function"?new Map:void 0;return Va=function(r){if(r===null||!w1(r))return r;if(typeof r!="function")throw new TypeError("Super expression must either be null or a function");if(typeof t<"u"){if(t.has(r))return t.get(r);t.set(r,n)}function n(){return un(r,arguments,Za(this).constructor)}return n.prototype=Object.create(r.prototype,{constructor:{value:n,enumerable:!1,writable:!0,configurable:!0}}),kr(n,r)},Va(e)}var S1={1:`Passed invalid arguments to hsl, please pass multiple numbers e.g. hsl(360, 0.75, 0.4) or an object e.g. rgb({ hue: 255, saturation: 0.4, lightness: 0.75 }). + +`,2:`Passed invalid arguments to hsla, please pass multiple numbers e.g. hsla(360, 0.75, 0.4, 0.7) or an object e.g. rgb({ hue: 255, saturation: 0.4, lightness: 0.75, alpha: 0.7 }). + +`,3:`Passed an incorrect argument to a color function, please pass a string representation of a color. + +`,4:`Couldn't generate valid rgb string from %s, it returned %s. + +`,5:`Couldn't parse the color string. Please provide the color as a string in hex, rgb, rgba, hsl or hsla notation. + +`,6:`Passed invalid arguments to rgb, please pass multiple numbers e.g. rgb(255, 205, 100) or an object e.g. rgb({ red: 255, green: 205, blue: 100 }). + +`,7:`Passed invalid arguments to rgba, please pass multiple numbers e.g. rgb(255, 205, 100, 0.75) or an object e.g. rgb({ red: 255, green: 205, blue: 100, alpha: 0.75 }). + +`,8:`Passed invalid argument to toColorString, please pass a RgbColor, RgbaColor, HslColor or HslaColor object. + +`,9:`Please provide a number of steps to the modularScale helper. + +`,10:`Please pass a number or one of the predefined scales to the modularScale helper as the ratio. + +`,11:`Invalid value passed as base to modularScale, expected number or em string but got "%s" + +`,12:`Expected a string ending in "px" or a number passed as the first argument to %s(), got "%s" instead. + +`,13:`Expected a string ending in "px" or a number passed as the second argument to %s(), got "%s" instead. + +`,14:`Passed invalid pixel value ("%s") to %s(), please pass a value like "12px" or 12. + +`,15:`Passed invalid base value ("%s") to %s(), please pass a value like "12px" or 12. + +`,16:`You must provide a template to this method. + +`,17:`You passed an unsupported selector state to this method. + +`,18:`minScreen and maxScreen must be provided as stringified numbers with the same units. + +`,19:`fromSize and toSize must be provided as stringified numbers with the same units. + +`,20:`expects either an array of objects or a single object with the properties prop, fromSize, and toSize. + +`,21:"expects the objects in the first argument array to have the properties `prop`, `fromSize`, and `toSize`.\n\n",22:"expects the first argument object to have the properties `prop`, `fromSize`, and `toSize`.\n\n",23:`fontFace expects a name of a font-family. + +`,24:`fontFace expects either the path to the font file(s) or a name of a local copy. + +`,25:`fontFace expects localFonts to be an array. + +`,26:`fontFace expects fileFormats to be an array. + +`,27:`radialGradient requries at least 2 color-stops to properly render. + +`,28:`Please supply a filename to retinaImage() as the first argument. + +`,29:`Passed invalid argument to triangle, please pass correct pointingDirection e.g. 'right'. + +`,30:"Passed an invalid value to `height` or `width`. Please provide a pixel based unit.\n\n",31:`The animation shorthand only takes 8 arguments. See the specification for more information: http://mdn.io/animation + +`,32:`To pass multiple animations please supply them in arrays, e.g. animation(['rotate', '2s'], ['move', '1s']) +To pass a single animation please supply them in simple values, e.g. animation('rotate', '2s') + +`,33:`The animation shorthand arrays can only have 8 elements. See the specification for more information: http://mdn.io/animation + +`,34:`borderRadius expects a radius value as a string or number as the second argument. + +`,35:`borderRadius expects one of "top", "bottom", "left" or "right" as the first argument. + +`,36:`Property must be a string value. + +`,37:`Syntax Error at %s. + +`,38:`Formula contains a function that needs parentheses at %s. + +`,39:`Formula is missing closing parenthesis at %s. + +`,40:`Formula has too many closing parentheses at %s. + +`,41:`All values in a formula must have the same unit or be unitless. + +`,42:`Please provide a number of steps to the modularScale helper. + +`,43:`Please pass a number or one of the predefined scales to the modularScale helper as the ratio. + +`,44:`Invalid value passed as base to modularScale, expected number or em/rem string but got %s. + +`,45:`Passed invalid argument to hslToColorString, please pass a HslColor or HslaColor object. + +`,46:`Passed invalid argument to rgbToColorString, please pass a RgbColor or RgbaColor object. + +`,47:`minScreen and maxScreen must be provided as stringified numbers with the same units. + +`,48:`fromSize and toSize must be provided as stringified numbers with the same units. + +`,49:`Expects either an array of objects or a single object with the properties prop, fromSize, and toSize. + +`,50:`Expects the objects in the first argument array to have the properties prop, fromSize, and toSize. + +`,51:`Expects the first argument object to have the properties prop, fromSize, and toSize. + +`,52:`fontFace expects either the path to the font file(s) or a name of a local copy. + +`,53:`fontFace expects localFonts to be an array. + +`,54:`fontFace expects fileFormats to be an array. + +`,55:`fontFace expects a name of a font-family. + +`,56:`linearGradient requries at least 2 color-stops to properly render. + +`,57:`radialGradient requries at least 2 color-stops to properly render. + +`,58:`Please supply a filename to retinaImage() as the first argument. + +`,59:`Passed invalid argument to triangle, please pass correct pointingDirection e.g. 'right'. + +`,60:"Passed an invalid value to `height` or `width`. Please provide a pixel based unit.\n\n",61:`Property must be a string value. + +`,62:`borderRadius expects a radius value as a string or number as the second argument. + +`,63:`borderRadius expects one of "top", "bottom", "left" or "right" as the first argument. + +`,64:`The animation shorthand only takes 8 arguments. See the specification for more information: http://mdn.io/animation. + +`,65:`To pass multiple animations please supply them in arrays, e.g. animation(['rotate', '2s'], ['move', '1s'])\\nTo pass a single animation please supply them in simple values, e.g. animation('rotate', '2s'). + +`,66:`The animation shorthand arrays can only have 8 elements. See the specification for more information: http://mdn.io/animation. + +`,67:`You must provide a template to this method. + +`,68:`You passed an unsupported selector state to this method. + +`,69:`Expected a string ending in "px" or a number passed as the first argument to %s(), got %s instead. + +`,70:`Expected a string ending in "px" or a number passed as the second argument to %s(), got %s instead. + +`,71:`Passed invalid pixel value %s to %s(), please pass a value like "12px" or 12. + +`,72:`Passed invalid base value %s to %s(), please pass a value like "12px" or 12. + +`,73:`Please provide a valid CSS variable. + +`,74:`CSS variable not found and no default was provided. + +`,75:`important requires a valid style object, got a %s instead. + +`,76:`fromSize and toSize must be provided as stringified numbers with the same units as minScreen and maxScreen. + +`,77:`remToPx expects a value in "rem" but you provided it in "%s". + +`,78:`base must be set in "px" or "%" but you set it in "%s". +`};function C1(){for(var e=arguments.length,t=new Array(e),r=0;r1?a-1:0),i=1;i=0&&a<1?(u=l,s=i):a>=1&&a<2?(u=i,s=l):a>=2&&a<3?(s=l,c=i):a>=3&&a<4?(s=i,c=l):a>=4&&a<5?(u=i,c=l):a>=5&&a<6&&(u=l,c=i);var d=r-l/2,f=u+d,m=s+d,p=c+d;return n(f,m,p)}var jl={aliceblue:"f0f8ff",antiquewhite:"faebd7",aqua:"00ffff",aquamarine:"7fffd4",azure:"f0ffff",beige:"f5f5dc",bisque:"ffe4c4",black:"000",blanchedalmond:"ffebcd",blue:"0000ff",blueviolet:"8a2be2",brown:"a52a2a",burlywood:"deb887",cadetblue:"5f9ea0",chartreuse:"7fff00",chocolate:"d2691e",coral:"ff7f50",cornflowerblue:"6495ed",cornsilk:"fff8dc",crimson:"dc143c",cyan:"00ffff",darkblue:"00008b",darkcyan:"008b8b",darkgoldenrod:"b8860b",darkgray:"a9a9a9",darkgreen:"006400",darkgrey:"a9a9a9",darkkhaki:"bdb76b",darkmagenta:"8b008b",darkolivegreen:"556b2f",darkorange:"ff8c00",darkorchid:"9932cc",darkred:"8b0000",darksalmon:"e9967a",darkseagreen:"8fbc8f",darkslateblue:"483d8b",darkslategray:"2f4f4f",darkslategrey:"2f4f4f",darkturquoise:"00ced1",darkviolet:"9400d3",deeppink:"ff1493",deepskyblue:"00bfff",dimgray:"696969",dimgrey:"696969",dodgerblue:"1e90ff",firebrick:"b22222",floralwhite:"fffaf0",forestgreen:"228b22",fuchsia:"ff00ff",gainsboro:"dcdcdc",ghostwhite:"f8f8ff",gold:"ffd700",goldenrod:"daa520",gray:"808080",green:"008000",greenyellow:"adff2f",grey:"808080",honeydew:"f0fff0",hotpink:"ff69b4",indianred:"cd5c5c",indigo:"4b0082",ivory:"fffff0",khaki:"f0e68c",lavender:"e6e6fa",lavenderblush:"fff0f5",lawngreen:"7cfc00",lemonchiffon:"fffacd",lightblue:"add8e6",lightcoral:"f08080",lightcyan:"e0ffff",lightgoldenrodyellow:"fafad2",lightgray:"d3d3d3",lightgreen:"90ee90",lightgrey:"d3d3d3",lightpink:"ffb6c1",lightsalmon:"ffa07a",lightseagreen:"20b2aa",lightskyblue:"87cefa",lightslategray:"789",lightslategrey:"789",lightsteelblue:"b0c4de",lightyellow:"ffffe0",lime:"0f0",limegreen:"32cd32",linen:"faf0e6",magenta:"f0f",maroon:"800000",mediumaquamarine:"66cdaa",mediumblue:"0000cd",mediumorchid:"ba55d3",mediumpurple:"9370db",mediumseagreen:"3cb371",mediumslateblue:"7b68ee",mediumspringgreen:"00fa9a",mediumturquoise:"48d1cc",mediumvioletred:"c71585",midnightblue:"191970",mintcream:"f5fffa",mistyrose:"ffe4e1",moccasin:"ffe4b5",navajowhite:"ffdead",navy:"000080",oldlace:"fdf5e6",olive:"808000",olivedrab:"6b8e23",orange:"ffa500",orangered:"ff4500",orchid:"da70d6",palegoldenrod:"eee8aa",palegreen:"98fb98",paleturquoise:"afeeee",palevioletred:"db7093",papayawhip:"ffefd5",peachpuff:"ffdab9",peru:"cd853f",pink:"ffc0cb",plum:"dda0dd",powderblue:"b0e0e6",purple:"800080",rebeccapurple:"639",red:"f00",rosybrown:"bc8f8f",royalblue:"4169e1",saddlebrown:"8b4513",salmon:"fa8072",sandybrown:"f4a460",seagreen:"2e8b57",seashell:"fff5ee",sienna:"a0522d",silver:"c0c0c0",skyblue:"87ceeb",slateblue:"6a5acd",slategray:"708090",slategrey:"708090",snow:"fffafa",springgreen:"00ff7f",steelblue:"4682b4",tan:"d2b48c",teal:"008080",thistle:"d8bfd8",tomato:"ff6347",turquoise:"40e0d0",violet:"ee82ee",wheat:"f5deb3",white:"fff",whitesmoke:"f5f5f5",yellow:"ff0",yellowgreen:"9acd32"};function _1(e){if(typeof e!="string")return e;var t=e.toLowerCase();return jl[t]?"#"+jl[t]:e}var O1=/^#[a-fA-F0-9]{6}$/,T1=/^#[a-fA-F0-9]{8}$/,R1=/^#[a-fA-F0-9]{3}$/,F1=/^#[a-fA-F0-9]{4}$/,da=/^rgb\(\s*(\d{1,3})\s*(?:,)?\s*(\d{1,3})\s*(?:,)?\s*(\d{1,3})\s*\)$/i,$1=/^rgb(?:a)?\(\s*(\d{1,3})\s*(?:,)?\s*(\d{1,3})\s*(?:,)?\s*(\d{1,3})\s*(?:,|\/)\s*([-+]?\d*[.]?\d+[%]?)\s*\)$/i,D1=/^hsl\(\s*(\d{0,3}[.]?[0-9]+(?:deg)?)\s*(?:,)?\s*(\d{1,3}[.]?[0-9]?)%\s*(?:,)?\s*(\d{1,3}[.]?[0-9]?)%\s*\)$/i,L1=/^hsl(?:a)?\(\s*(\d{0,3}[.]?[0-9]+(?:deg)?)\s*(?:,)?\s*(\d{1,3}[.]?[0-9]?)%\s*(?:,)?\s*(\d{1,3}[.]?[0-9]?)%\s*(?:,|\/)\s*([-+]?\d*[.]?\d+[%]?)\s*\)$/i;function Ln(e){if(typeof e!="string")throw new et(3);var t=_1(e);if(t.match(O1))return{red:parseInt(""+t[1]+t[2],16),green:parseInt(""+t[3]+t[4],16),blue:parseInt(""+t[5]+t[6],16)};if(t.match(T1)){var r=parseFloat((parseInt(""+t[7]+t[8],16)/255).toFixed(2));return{red:parseInt(""+t[1]+t[2],16),green:parseInt(""+t[3]+t[4],16),blue:parseInt(""+t[5]+t[6],16),alpha:r}}if(t.match(R1))return{red:parseInt(""+t[1]+t[1],16),green:parseInt(""+t[2]+t[2],16),blue:parseInt(""+t[3]+t[3],16)};if(t.match(F1)){var n=parseFloat((parseInt(""+t[4]+t[4],16)/255).toFixed(2));return{red:parseInt(""+t[1]+t[1],16),green:parseInt(""+t[2]+t[2],16),blue:parseInt(""+t[3]+t[3],16),alpha:n}}var a=da.exec(t);if(a)return{red:parseInt(""+a[1],10),green:parseInt(""+a[2],10),blue:parseInt(""+a[3],10)};var l=$1.exec(t.substring(0,50));if(l)return{red:parseInt(""+l[1],10),green:parseInt(""+l[2],10),blue:parseInt(""+l[3],10),alpha:parseFloat(""+l[4])>1?parseFloat(""+l[4])/100:parseFloat(""+l[4])};var i=D1.exec(t);if(i){var u=parseInt(""+i[1],10),s=parseInt(""+i[2],10)/100,c=parseInt(""+i[3],10)/100,d="rgb("+_r(u,s,c)+")",f=da.exec(d);if(!f)throw new et(4,t,d);return{red:parseInt(""+f[1],10),green:parseInt(""+f[2],10),blue:parseInt(""+f[3],10)}}var m=L1.exec(t.substring(0,50));if(m){var p=parseInt(""+m[1],10),h=parseInt(""+m[2],10)/100,g=parseInt(""+m[3],10)/100,x="rgb("+_r(p,h,g)+")",A=da.exec(x);if(!A)throw new et(4,t,x);return{red:parseInt(""+A[1],10),green:parseInt(""+A[2],10),blue:parseInt(""+A[3],10),alpha:parseFloat(""+m[4])>1?parseFloat(""+m[4])/100:parseFloat(""+m[4])}}throw new et(5)}function M1(e){var t=e.red/255,r=e.green/255,n=e.blue/255,a=Math.max(t,r,n),l=Math.min(t,r,n),i=(a+l)/2;if(a===l)return e.alpha!==void 0?{hue:0,saturation:0,lightness:i,alpha:e.alpha}:{hue:0,saturation:0,lightness:i};var u,s=a-l,c=i>.5?s/(2-a-l):s/(a+l);switch(a){case t:u=(r-n)/s+(r=1?xn(e,t,r):"rgba("+_r(e,t,r)+","+n+")";if(typeof e=="object"&&t===void 0&&r===void 0&&n===void 0)return e.alpha>=1?xn(e.hue,e.saturation,e.lightness):"rgba("+_r(e.hue,e.saturation,e.lightness)+","+e.alpha+")";throw new et(2)}function qa(e,t,r){if(typeof e=="number"&&typeof t=="number"&&typeof r=="number")return za("#"+Tt(e)+Tt(t)+Tt(r));if(typeof e=="object"&&t===void 0&&r===void 0)return za("#"+Tt(e.red)+Tt(e.green)+Tt(e.blue));throw new et(6)}function Or(e,t,r,n){if(typeof e=="string"&&typeof t=="number"){var a=Ln(e);return"rgba("+a.red+","+a.green+","+a.blue+","+t+")"}else{if(typeof e=="number"&&typeof t=="number"&&typeof r=="number"&&typeof n=="number")return n>=1?qa(e,t,r):"rgba("+e+","+t+","+r+","+n+")";if(typeof e=="object"&&t===void 0&&r===void 0&&n===void 0)return e.alpha>=1?qa(e.red,e.green,e.blue):"rgba("+e.red+","+e.green+","+e.blue+","+e.alpha+")"}throw new et(7)}var N1=function(e){return typeof e.red=="number"&&typeof e.green=="number"&&typeof e.blue=="number"&&(typeof e.alpha!="number"||typeof e.alpha>"u")},H1=function(e){return typeof e.red=="number"&&typeof e.green=="number"&&typeof e.blue=="number"&&typeof e.alpha=="number"},Z1=function(e){return typeof e.hue=="number"&&typeof e.saturation=="number"&&typeof e.lightness=="number"&&(typeof e.alpha!="number"||typeof e.alpha>"u")},V1=function(e){return typeof e.hue=="number"&&typeof e.saturation=="number"&&typeof e.lightness=="number"&&typeof e.alpha=="number"};function js(e){if(typeof e!="object")throw new et(8);if(H1(e))return Or(e);if(N1(e))return qa(e);if(V1(e))return j1(e);if(Z1(e))return P1(e);throw new et(8)}function Ns(e,t,r){return function(){var n=r.concat(Array.prototype.slice.call(arguments));return n.length>=t?e.apply(this,n):Ns(e,t,n)}}function Mn(e){return Ns(e,e.length,[])}function Bn(e,t,r){return Math.max(e,Math.min(t,r))}function z1(e,t){if(t==="transparent")return t;var r=Ps(t);return js(Jt({},r,{lightness:Bn(0,1,r.lightness-parseFloat(e))}))}var q1=Mn(z1),U1=q1;function W1(e,t){if(t==="transparent")return t;var r=Ps(t);return js(Jt({},r,{lightness:Bn(0,1,r.lightness+parseFloat(e))}))}var G1=Mn(W1),Y1=G1;function K1(e,t){if(t==="transparent")return t;var r=Ln(t),n=typeof r.alpha=="number"?r.alpha:1,a=Jt({},r,{alpha:Bn(0,1,(n*100+parseFloat(e)*100)/100)});return Or(a)}var X1=Mn(K1),J1=X1;function Q1(e,t){if(t==="transparent")return t;var r=Ln(t),n=typeof r.alpha=="number"?r.alpha:1,a=Jt({},r,{alpha:Bn(0,1,+(n*100-parseFloat(e)*100).toFixed(2)/100)});return Or(a)}var ed=Mn(Q1),td=ed,j={primary:"#FF4785",secondary:"#029CFD",tertiary:"#FAFBFC",ancillary:"#22a699",orange:"#FC521F",gold:"#FFAE00",green:"#66BF3C",seafoam:"#37D5D3",purple:"#6F2CAC",ultraviolet:"#2A0481",lightest:"#FFFFFF",lighter:"#F7FAFC",light:"#EEF3F6",mediumlight:"#ECF4F9",medium:"#D9E8F2",mediumdark:"#73828C",dark:"#5C6870",darker:"#454E54",darkest:"#2E3438",border:"hsla(203, 50%, 30%, 0.15)",positive:"#66BF3C",negative:"#FF4400",warning:"#E69D00",critical:"#FFFFFF",defaultText:"#2E3438",inverseText:"#FFFFFF",positiveText:"#448028",negativeText:"#D43900",warningText:"#A15C20"},Et={app:"#F6F9FC",bar:j.lightest,content:j.lightest,preview:j.lightest,gridCellSize:10,hoverable:td(.9,j.secondary),positive:"#E1FFD4",negative:"#FEDED2",warning:"#FFF5CF",critical:"#FF4400"},tt={fonts:{base:['"Nunito Sans"',"-apple-system",'".SFNSText-Regular"','"San Francisco"',"BlinkMacSystemFont",'"Segoe UI"','"Helvetica Neue"',"Helvetica","Arial","sans-serif"].join(", "),mono:["ui-monospace","Menlo","Monaco",'"Roboto Mono"','"Oxygen Mono"','"Ubuntu Monospace"','"Source Code Pro"','"Droid Sans Mono"','"Courier New"',"monospace"].join(", ")},weight:{regular:400,bold:700},size:{s1:12,s2:14,s3:16,m1:20,m2:24,m3:28,l1:32,l2:40,l3:48,code:90}},rd={base:"light",colorPrimary:"#FF4785",colorSecondary:"#029CFD",appBg:Et.app,appContentBg:j.lightest,appPreviewBg:j.lightest,appBorderColor:j.border,appBorderRadius:4,fontBase:tt.fonts.base,fontCode:tt.fonts.mono,textColor:j.darkest,textInverseColor:j.lightest,textMutedColor:j.dark,barTextColor:j.mediumdark,barHoverColor:j.secondary,barSelectedColor:j.secondary,barBg:j.lightest,buttonBg:Et.app,buttonBorder:j.medium,booleanBg:j.mediumlight,booleanSelectedBg:j.lightest,inputBg:j.lightest,inputBorder:j.border,inputTextColor:j.darkest,inputBorderRadius:4},wn=rd,nd={base:"dark",colorPrimary:"#FF4785",colorSecondary:"#029CFD",appBg:"#222425",appContentBg:"#1B1C1D",appPreviewBg:j.lightest,appBorderColor:"rgba(255,255,255,.1)",appBorderRadius:4,fontBase:tt.fonts.base,fontCode:tt.fonts.mono,textColor:"#C9CDCF",textInverseColor:"#222425",textMutedColor:"#798186",barTextColor:"#798186",barHoverColor:j.secondary,barSelectedColor:j.secondary,barBg:"#292C2E",buttonBg:"#222425",buttonBorder:"rgba(255,255,255,.1)",booleanBg:"#222425",booleanSelectedBg:"#2E3438",inputBg:"#1B1C1D",inputBorder:"rgba(255,255,255,.1)",inputTextColor:j.lightest,inputBorderRadius:4},ad=nd,{window:fa}=f1,od=e=>({color:e}),ld=e=>typeof e!="string"?(m1.warn(`Color passed to theme object should be a string. Instead ${e}(${typeof e}) was passed.`),!1):!0,id=e=>!/(gradient|var|calc)/.test(e),sd=(e,t)=>e==="darken"?Or(`${U1(1,t)}`,.95):e==="lighten"?Or(`${Y1(1,t)}`,.95):t,ud=e=>t=>{if(!ld(t)||!id(t))return t;try{return sd(e,t)}catch{return t}},Ar=ud("lighten"),Hs=()=>!fa||!fa.matchMedia?"light":fa.matchMedia("(prefers-color-scheme: dark)").matches?"dark":"light",Ua={light:wn,dark:ad,normal:wn};Hs();var cd=function(t){return t()},Zs=Il.useInsertionEffect?Il.useInsertionEffect:!1,To=Zs||cd,Nl=Zs||b.useLayoutEffect;function Qr(e){throw new Error('Could not dynamically require "'+e+'". Please configure the dynamicRequireTargets or/and ignoreDynamicRequires option of @rollup/plugin-commonjs appropriately for this require call to work.')}var Vs={exports:{}};(function(e,t){(function(r){e.exports=r()})(function(){return function r(n,a,l){function i(c,d){if(!a[c]){if(!n[c]){var f=typeof Qr=="function"&&Qr;if(!d&&f)return f(c,!0);if(u)return u(c,!0);var m=new Error("Cannot find module '"+c+"'");throw m.code="MODULE_NOT_FOUND",m}var p=a[c]={exports:{}};n[c][0].call(p.exports,function(h){var g=n[c][1][h];return i(g||h)},p,p.exports,r,n,a,l)}return a[c].exports}for(var u=typeof Qr=="function"&&Qr,s=0;s=0)return this.lastItem=this.list[u],this.list[u].val},l.prototype.set=function(i,u){var s;return this.lastItem&&this.isEqual(this.lastItem.key,i)?(this.lastItem.val=u,this):(s=this.indexOf(i),s>=0?(this.lastItem=this.list[s],this.list[s].val=u,this):(this.lastItem={key:i,val:u},this.list.push(this.lastItem),this.size++,this))},l.prototype.delete=function(i){var u;if(this.lastItem&&this.isEqual(this.lastItem.key,i)&&(this.lastItem=void 0),u=this.indexOf(i),u>=0)return this.size--,this.list.splice(u,1)[0]},l.prototype.has=function(i){var u;return this.lastItem&&this.isEqual(this.lastItem.key,i)?!0:(u=this.indexOf(i),u>=0?(this.lastItem=this.list[u],!0):!1)},l.prototype.forEach=function(i,u){var s;for(s=0;s0&&(v[A]={cacheItem:h,arg:arguments[A]},y?i(f,v):f.push(v),f.length>c&&u(f.shift())),p.wasMemoized=y,p.numArgs=A+1,x};return p.limit=c,p.wasMemoized=!1,p.cache=d,p.lru=f,p}};function i(c,d){var f=c.length,m=d.length,p,h,g;for(h=0;h=0&&(f=c[p],m=f.cacheItem.get(f.arg),!m||!m.size);p--)f.cacheItem.delete(f.arg)}function s(c,d){return c===d||c!==c&&d!==d}},{"map-or-similar":1}]},{},[3])(3)})})(Vs);var dd=Vs.exports;const Ht=Fn(dd),{logger:pd}=__STORYBOOK_MODULE_CLIENT_LOGGER__;var fd=Oo({"../../node_modules/react-is/cjs/react-is.development.js"(e){(function(){var t=typeof Symbol=="function"&&Symbol.for,r=t?Symbol.for("react.element"):60103,n=t?Symbol.for("react.portal"):60106,a=t?Symbol.for("react.fragment"):60107,l=t?Symbol.for("react.strict_mode"):60108,i=t?Symbol.for("react.profiler"):60114,u=t?Symbol.for("react.provider"):60109,s=t?Symbol.for("react.context"):60110,c=t?Symbol.for("react.async_mode"):60111,d=t?Symbol.for("react.concurrent_mode"):60111,f=t?Symbol.for("react.forward_ref"):60112,m=t?Symbol.for("react.suspense"):60113,p=t?Symbol.for("react.suspense_list"):60120,h=t?Symbol.for("react.memo"):60115,g=t?Symbol.for("react.lazy"):60116,x=t?Symbol.for("react.block"):60121,A=t?Symbol.for("react.fundamental"):60117,v=t?Symbol.for("react.responder"):60118,y=t?Symbol.for("react.scope"):60119;function E(M){return typeof M=="string"||typeof M=="function"||M===a||M===d||M===i||M===l||M===m||M===p||typeof M=="object"&&M!==null&&(M.$$typeof===g||M.$$typeof===h||M.$$typeof===u||M.$$typeof===s||M.$$typeof===f||M.$$typeof===A||M.$$typeof===v||M.$$typeof===y||M.$$typeof===x)}function w(M){if(typeof M=="object"&&M!==null){var Pe=M.$$typeof;switch(Pe){case r:var Ve=M.type;switch(Ve){case c:case d:case a:case i:case l:case m:return Ve;default:var Ct=Ve&&Ve.$$typeof;switch(Ct){case s:case f:case g:case h:case u:return Ct;default:return Pe}}case n:return Pe}}}var S=c,C=d,k=s,O=u,T=r,R=f,F=a,$=g,P=h,D=n,L=i,N=l,V=m,B=!1;function H(M){return B||(B=!0,console.warn("The ReactIs.isAsyncMode() alias has been deprecated, and will be removed in React 17+. Update your code to use ReactIs.isConcurrentMode() instead. It has the exact same API.")),K(M)||w(M)===c}function K(M){return w(M)===d}function re(M){return w(M)===s}function Y(M){return w(M)===u}function X(M){return typeof M=="object"&&M!==null&&M.$$typeof===r}function I(M){return w(M)===f}function z(M){return w(M)===a}function U(M){return w(M)===g}function se(M){return w(M)===h}function be(M){return w(M)===n}function it(M){return w(M)===i}function Re(M){return w(M)===l}function Ze(M){return w(M)===m}e.AsyncMode=S,e.ConcurrentMode=C,e.ContextConsumer=k,e.ContextProvider=O,e.Element=T,e.ForwardRef=R,e.Fragment=F,e.Lazy=$,e.Memo=P,e.Portal=D,e.Profiler=L,e.StrictMode=N,e.Suspense=V,e.isAsyncMode=H,e.isConcurrentMode=K,e.isContextConsumer=re,e.isContextProvider=Y,e.isElement=X,e.isForwardRef=I,e.isFragment=z,e.isLazy=U,e.isMemo=se,e.isPortal=be,e.isProfiler=it,e.isStrictMode=Re,e.isSuspense=Ze,e.isValidElementType=E,e.typeOf=w})()}}),md=Oo({"../../node_modules/react-is/index.js"(e,t){t.exports=fd()}}),zs=Oo({"../../node_modules/hoist-non-react-statics/dist/hoist-non-react-statics.cjs.js"(e,t){var r=md(),n={childContextTypes:!0,contextType:!0,contextTypes:!0,defaultProps:!0,displayName:!0,getDefaultProps:!0,getDerivedStateFromError:!0,getDerivedStateFromProps:!0,mixins:!0,propTypes:!0,type:!0},a={name:!0,length:!0,prototype:!0,caller:!0,callee:!0,arguments:!0,arity:!0},l={$$typeof:!0,render:!0,defaultProps:!0,displayName:!0,propTypes:!0},i={$$typeof:!0,compare:!0,defaultProps:!0,displayName:!0,propTypes:!0,type:!0},u={};u[r.ForwardRef]=l,u[r.Memo]=i;function s(x){return r.isMemo(x)?i:u[x.$$typeof]||n}var c=Object.defineProperty,d=Object.getOwnPropertyNames,f=Object.getOwnPropertySymbols,m=Object.getOwnPropertyDescriptor,p=Object.getPrototypeOf,h=Object.prototype;function g(x,A,v){if(typeof A!="string"){if(h){var y=p(A);y&&y!==h&&g(x,y,v)}var E=d(A);f&&(E=E.concat(f(A)));for(var w=s(x),S=s(A),C=0;C0?de(ur,--Se):0,Qt--,ae===10&&(Qt=1,Pn--),ae}function ke(){return ae=Se2||Rr(ae)>3?"":" "}function Td(e,t){for(;--t&&ke()&&!(ae<48||ae>102||ae>57&&ae<65||ae>70&&ae<97););return Zr(e,cn()+(t<6&&at()==32&&ke()==32))}function Ya(e){for(;ke();)switch(ae){case e:return Se;case 34:case 39:e!==34&&e!==39&&Ya(ae);break;case 40:e===41&&Ya(e);break;case 92:ke();break}return Se}function Rd(e,t){for(;ke()&&e+ae!==57&&!(e+ae===84&&at()===47););return"/*"+Zr(t,Se-1)+"*"+In(e===47?e:ke())}function Fd(e){for(;!Rr(at());)ke();return Zr(e,Se)}function $d(e){return Ks(pn("",null,null,null,[""],e=Ys(e),0,[0],e))}function pn(e,t,r,n,a,l,i,u,s){for(var c=0,d=0,f=i,m=0,p=0,h=0,g=1,x=1,A=1,v=0,y="",E=a,w=l,S=n,C=y;x;)switch(h=v,v=ke()){case 40:if(h!=108&&de(C,f-1)==58){Ga(C+=G(dn(v),"&","&\f"),"&\f")!=-1&&(A=-1);break}case 34:case 39:case 91:C+=dn(v);break;case 9:case 10:case 13:case 32:C+=Od(h);break;case 92:C+=Td(cn()-1,7);continue;case 47:switch(at()){case 42:case 47:en(Dd(Rd(ke(),cn()),t,r),s);break;default:C+="/"}break;case 123*g:u[c++]=Xe(C)*A;case 125*g:case 59:case 0:switch(v){case 0:case 125:x=0;case 59+d:A==-1&&(C=G(C,/\f/g,"")),p>0&&Xe(C)-f&&en(p>32?Zl(C+";",n,r,f-1):Zl(G(C," ","")+";",n,r,f-2),s);break;case 59:C+=";";default:if(en(S=Hl(C,t,r,c,d,a,u,y,E=[],w=[],f),l),v===123)if(d===0)pn(C,t,S,S,E,l,f,u,w);else switch(m===99&&de(C,3)===110?100:m){case 100:case 108:case 109:case 115:pn(e,S,S,n&&en(Hl(e,S,S,0,0,a,u,y,a,E=[],f),w),a,w,f,u,n?E:w);break;default:pn(C,S,S,S,[""],w,0,u,w)}}c=d=p=0,g=A=1,y=C="",f=i;break;case 58:f=1+Xe(C),p=h;default:if(g<1){if(v==123)--g;else if(v==125&&g++==0&&_d()==125)continue}switch(C+=In(v),v*g){case 38:A=d>0?1:(C+="\f",-1);break;case 44:u[c++]=(Xe(C)-1)*A,A=1;break;case 64:at()===45&&(C+=dn(ke())),m=at(),d=f=Xe(y=C+=Fd(cn())),v++;break;case 45:h===45&&Xe(C)==2&&(g=0)}}return l}function Hl(e,t,r,n,a,l,i,u,s,c,d){for(var f=a-1,m=a===0?l:[""],p=Lo(m),h=0,g=0,x=0;h0?m[A]+" "+v:G(v,/&\f/g,m[A])))&&(s[x++]=y);return jn(e,t,r,a===0?$o:u,s,c,d)}function Dd(e,t,r){return jn(e,t,r,Fo,In(kd()),Tr(e,2,-2),0)}function Zl(e,t,r,n){return jn(e,t,r,Do,Tr(e,0,n),Tr(e,n+1,-1),n)}function Xt(e,t){for(var r="",n=Lo(e),a=0;a-1},Vd=function(e){return function(t,r,n){if(!(t.type!=="rule"||e.compat)){var a=t.value.match(/(:first|:nth|:nth-last)-child/g);if(a){for(var l=!!t.parent,i=l?t.parent.children:n,u=i.length-1;u>=0;u--){var s=i[u];if(s.line=0;r--)if(!Xs(t[r]))return!0;return!1},ql=function(e){e.type="",e.value="",e.return="",e.children="",e.props=""},qd=function(e,t,r){Xs(e)&&(e.parent?(console.error("`@import` rules can't be nested inside other rules. Please move it to the top level and put it before regular rules. Keep in mind that they can only be used within global styles."),ql(e)):zd(t,r)&&(console.error("`@import` rules can't be after other rules. Please put your `@import` rules before your other rules."),ql(e)))};function Js(e,t){switch(Ad(e,t)){case 5103:return W+"print-"+e+e;case 5737:case 4201:case 3177:case 3433:case 1641:case 4457:case 2921:case 5572:case 6356:case 5844:case 3191:case 6645:case 3005:case 6391:case 5879:case 5623:case 6135:case 4599:case 4855:case 4215:case 6389:case 5109:case 5365:case 5621:case 3829:return W+e+e;case 5349:case 4246:case 4810:case 6968:case 2756:return W+e+An+e+he+e+e;case 6828:case 4268:return W+e+he+e+e;case 6165:return W+e+he+"flex-"+e+e;case 5187:return W+e+G(e,/(\w+).+(:[^]+)/,W+"box-$1$2"+he+"flex-$1$2")+e;case 5443:return W+e+he+"flex-item-"+G(e,/flex-|-self/,"")+e;case 4675:return W+e+he+"flex-line-pack"+G(e,/align-content|flex-|-self/,"")+e;case 5548:return W+e+he+G(e,"shrink","negative")+e;case 5292:return W+e+he+G(e,"basis","preferred-size")+e;case 6060:return W+"box-"+G(e,"-grow","")+W+e+he+G(e,"grow","positive")+e;case 4554:return W+G(e,/([^-])(transform)/g,"$1"+W+"$2")+e;case 6187:return G(G(G(e,/(zoom-|grab)/,W+"$1"),/(image-set)/,W+"$1"),e,"")+e;case 5495:case 3959:return G(e,/(image-set\([^]*)/,W+"$1$`$1");case 4968:return G(G(e,/(.+:)(flex-)?(.*)/,W+"box-pack:$3"+he+"flex-pack:$3"),/s.+-b[^;]+/,"justify")+W+e+e;case 4095:case 3583:case 4068:case 2532:return G(e,/(.+)-inline(.+)/,W+"$1$2")+e;case 8116:case 7059:case 5753:case 5535:case 5445:case 5701:case 4933:case 4677:case 5533:case 5789:case 5021:case 4765:if(Xe(e)-1-t>6)switch(de(e,t+1)){case 109:if(de(e,t+4)!==45)break;case 102:return G(e,/(.+:)(.+)-([^]+)/,"$1"+W+"$2-$3$1"+An+(de(e,t+3)==108?"$3":"$2-$3"))+e;case 115:return~Ga(e,"stretch")?Js(G(e,"stretch","fill-available"),t)+e:e}break;case 4949:if(de(e,t+1)!==115)break;case 6444:switch(de(e,Xe(e)-3-(~Ga(e,"!important")&&10))){case 107:return G(e,":",":"+W)+e;case 101:return G(e,/(.+:)([^;!]+)(;|!.+)?/,"$1"+W+(de(e,14)===45?"inline-":"")+"box$3$1"+W+"$2$3$1"+he+"$2box$3")+e}break;case 5936:switch(de(e,t+11)){case 114:return W+e+he+G(e,/[svh]\w+-[tblr]{2}/,"tb")+e;case 108:return W+e+he+G(e,/[svh]\w+-[tblr]{2}/,"tb-rl")+e;case 45:return W+e+he+G(e,/[svh]\w+-[tblr]{2}/,"lr")+e}return W+e+he+e+e}return e}var Ud=function(e,t,r,n){if(e.length>-1&&!e.return)switch(e.type){case Do:e.return=Js(e.value,e.length);break;case Us:return Xt([yr(e,{value:G(e.value,"@","@"+W)})],n);case $o:if(e.length)return Cd(e.props,function(a){switch(Sd(a,/(::plac\w+|:read-\w+)/)){case":read-only":case":read-write":return Xt([yr(e,{props:[G(a,/:(read-\w+)/,":"+An+"$1")]})],n);case"::placeholder":return Xt([yr(e,{props:[G(a,/:(plac\w+)/,":"+W+"input-$1")]}),yr(e,{props:[G(a,/:(plac\w+)/,":"+An+"$1")]}),yr(e,{props:[G(a,/:(plac\w+)/,he+"input-$1")]})],n)}return""})}},Wd=[Ud],Gd=function(e){var t=e.key;if(!t)throw new Error(`You have to configure \`key\` for your cache. Please make sure it's unique (and not equal to 'css') as it's used for linking styles to your cache. +If multiple caches share the same key they might "fight" for each other's style elements.`);if(t==="css"){var r=document.querySelectorAll("style[data-emotion]:not([data-s])");Array.prototype.forEach.call(r,function(h){var g=h.getAttribute("data-emotion");g.indexOf(" ")!==-1&&(document.head.appendChild(h),h.setAttribute("data-s",""))})}var n=e.stylisPlugins||Wd;if(/[^a-z-]/.test(t))throw new Error('Emotion key must only contain lower case alphabetical characters and - but "'+t+'" was passed');var a={},l,i=[];l=e.container||document.head,Array.prototype.forEach.call(document.querySelectorAll('style[data-emotion^="'+t+' "]'),function(h){for(var g=h.getAttribute("data-emotion").split(" "),x=1;x=4;++n,a-=4)r=e.charCodeAt(n)&255|(e.charCodeAt(++n)&255)<<8|(e.charCodeAt(++n)&255)<<16|(e.charCodeAt(++n)&255)<<24,r=(r&65535)*1540483477+((r>>>16)*59797<<16),r^=r>>>24,t=(r&65535)*1540483477+((r>>>16)*59797<<16)^(t&65535)*1540483477+((t>>>16)*59797<<16);switch(a){case 3:t^=(e.charCodeAt(n+2)&255)<<16;case 2:t^=(e.charCodeAt(n+1)&255)<<8;case 1:t^=e.charCodeAt(n)&255,t=(t&65535)*1540483477+((t>>>16)*59797<<16)}return t^=t>>>13,t=(t&65535)*1540483477+((t>>>16)*59797<<16),((t^t>>>15)>>>0).toString(36)}var Xd={animationIterationCount:1,aspectRatio:1,borderImageOutset:1,borderImageSlice:1,borderImageWidth:1,boxFlex:1,boxFlexGroup:1,boxOrdinalGroup:1,columnCount:1,columns:1,flex:1,flexGrow:1,flexPositive:1,flexShrink:1,flexNegative:1,flexOrder:1,gridRow:1,gridRowEnd:1,gridRowSpan:1,gridRowStart:1,gridColumn:1,gridColumnEnd:1,gridColumnSpan:1,gridColumnStart:1,msGridRow:1,msGridRowSpan:1,msGridColumn:1,msGridColumnSpan:1,fontWeight:1,lineHeight:1,opacity:1,order:1,orphans:1,tabSize:1,widows:1,zIndex:1,zoom:1,WebkitLineClamp:1,fillOpacity:1,floodOpacity:1,stopOpacity:1,strokeDasharray:1,strokeDashoffset:1,strokeMiterlimit:1,strokeOpacity:1,strokeWidth:1},Ul=`You have illegal escape sequence in your template literal, most likely inside content's property value. +Because you write your CSS inside a JavaScript string you actually have to do double escaping, so for example "content: '\\00d7';" should become "content: '\\\\00d7';". +You can read more about this here: +https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Template_literals#ES2018_revision_of_illegal_escape_sequences`,Jd="You have passed in falsy value as style object's key (can happen when in example you pass unexported component as computed key).",Qd=/[A-Z]|^ms/g,Qs=/_EMO_([^_]+?)_([^]*?)_EMO_/g,Bo=function(e){return e.charCodeAt(1)===45},Wl=function(e){return e!=null&&typeof e!="boolean"},ma=qs(function(e){return Bo(e)?e:e.replace(Qd,"-$&").toLowerCase()}),Sn=function(e,t){switch(e){case"animation":case"animationName":if(typeof t=="string")return t.replace(Qs,function(r,n,a){return Je={name:n,styles:a,next:Je},n})}return Xd[e]!==1&&!Bo(e)&&typeof t=="number"&&t!==0?t+"px":t};Gl=/(var|attr|counters?|url|element|(((repeating-)?(linear|radial))|conic)-gradient)\(|(no-)?(open|close)-quote/,Yl=["normal","none","initial","inherit","unset"],Kl=Sn,Xl=/^-ms-/,Jl=/-(.)/g,ga={},Sn=function(e,t){if(e==="content"&&(typeof t!="string"||Yl.indexOf(t)===-1&&!Gl.test(t)&&(t.charAt(0)!==t.charAt(t.length-1)||t.charAt(0)!=='"'&&t.charAt(0)!=="'")))throw new Error("You seem to be using a value for 'content' without quotes, try replacing it with `content: '\""+t+"\"'`");var r=Kl(e,t);return r!==""&&!Bo(e)&&e.indexOf("-")!==-1&&ga[e]===void 0&&(ga[e]=!0,console.error("Using kebab-case for css properties in objects is not supported. Did you mean "+e.replace(Xl,"ms-").replace(Jl,function(n,a){return a.toUpperCase()})+"?")),r};var Gl,Yl,Kl,Xl,Jl,ga,eu="Component selectors can only be used in conjunction with @emotion/babel-plugin, the swc Emotion plugin, or another Emotion-aware compiler transform.";function Fr(e,t,r){if(r==null)return"";if(r.__emotion_styles!==void 0){if(r.toString()==="NO_COMPONENT_SELECTOR")throw new Error(eu);return r}switch(typeof r){case"boolean":return"";case"object":{if(r.anim===1)return Je={name:r.name,styles:r.styles,next:Je},r.name;if(r.styles!==void 0){var n=r.next;if(n!==void 0)for(;n!==void 0;)Je={name:n.name,styles:n.styles,next:Je},n=n.next;var a=r.styles+";";return r.map!==void 0&&(a+=r.map),a}return ep(e,t,r)}case"function":{if(e!==void 0){var l=Je,i=r(e);return Je=l,Fr(e,t,i)}else console.error("Functions that are interpolated in css calls will be stringified.\nIf you want to have a css call based on props, create a function that returns a css call like this\nlet dynamicStyle = (props) => css`color: ${props.color}`\nIt can be called directly with props or interpolated in a styled call like this\nlet SomeComponent = styled('div')`${dynamicStyle}`");break}case"string":var u=[],s=r.replace(Qs,function(d,f,m){var p="animation"+u.length;return u.push("const "+p+" = keyframes`"+m.replace(/^@keyframes animation-\w+/,"")+"`"),"${"+p+"}"});u.length&&console.error("`keyframes` output got interpolated into plain string, please wrap it with `css`.\n\nInstead of doing this:\n\n"+[].concat(u,["`"+s+"`"]).join(` +`)+` + +You should wrap it with \`css\` like this: + +`+("css`"+s+"`"));break}if(t==null)return r;var c=t[r];return c!==void 0?c:r}function ep(e,t,r){var n="";if(Array.isArray(r))for(var a=0;a ({})}!");return r}if(t==null||typeof t!="object"||Array.isArray(t))throw new Error("[ThemeProvider] Please make your theme prop a plain object");return Ka({},e,t)},ap=Vl(function(e){return Vl(function(t){return np(e,t)})}),ru=function(e){var t=b.useContext(At);return e.theme!==t&&(t=ap(t)(e.theme)),b.createElement(At.Provider,{value:t},e.children)},ei="__EMOTION_TYPE_PLEASE_DO_NOT_USE__",ti="__EMOTION_LABEL_PLEASE_DO_NOT_USE__",op=function(e){var t=e.cache,r=e.serialized,n=e.isStringTag;return Nn(t,r,n),To(function(){return Hn(t,r,n)}),null},lp=Zn(function(e,t,r){var n=e.css;typeof n=="string"&&t.registered[n]!==void 0&&(n=t.registered[n]);var a=e[ei],l=[n],i="";typeof e.className=="string"?i=Mo(t.registered,l,e.className):e.className!=null&&(i=e.className+" ");var u=er(l,void 0,b.useContext(At));if(u.name.indexOf("-")===-1){var s=e[ti];s&&(u=er([u,"label:"+s+";"]))}i+=t.key+"-"+u.name;var c={};for(var d in e)tp.call(e,d)&&d!=="css"&&d!==ei&&d!==ti&&(c[d]=e[d]);return c.ref=r,c.className=i,b.createElement(b.Fragment,null,b.createElement(op,{cache:t,serialized:u,isStringTag:typeof a=="string"}),b.createElement(a,c))});lp.displayName="EmotionCssPropInternal";Is(zs());var ip={name:"@emotion/react",version:"11.11.1",main:"dist/emotion-react.cjs.js",module:"dist/emotion-react.esm.js",browser:{"./dist/emotion-react.esm.js":"./dist/emotion-react.browser.esm.js"},exports:{".":{module:{worker:"./dist/emotion-react.worker.esm.js",browser:"./dist/emotion-react.browser.esm.js",default:"./dist/emotion-react.esm.js"},import:"./dist/emotion-react.cjs.mjs",default:"./dist/emotion-react.cjs.js"},"./jsx-runtime":{module:{worker:"./jsx-runtime/dist/emotion-react-jsx-runtime.worker.esm.js",browser:"./jsx-runtime/dist/emotion-react-jsx-runtime.browser.esm.js",default:"./jsx-runtime/dist/emotion-react-jsx-runtime.esm.js"},import:"./jsx-runtime/dist/emotion-react-jsx-runtime.cjs.mjs",default:"./jsx-runtime/dist/emotion-react-jsx-runtime.cjs.js"},"./_isolated-hnrs":{module:{worker:"./_isolated-hnrs/dist/emotion-react-_isolated-hnrs.worker.esm.js",browser:"./_isolated-hnrs/dist/emotion-react-_isolated-hnrs.browser.esm.js",default:"./_isolated-hnrs/dist/emotion-react-_isolated-hnrs.esm.js"},import:"./_isolated-hnrs/dist/emotion-react-_isolated-hnrs.cjs.mjs",default:"./_isolated-hnrs/dist/emotion-react-_isolated-hnrs.cjs.js"},"./jsx-dev-runtime":{module:{worker:"./jsx-dev-runtime/dist/emotion-react-jsx-dev-runtime.worker.esm.js",browser:"./jsx-dev-runtime/dist/emotion-react-jsx-dev-runtime.browser.esm.js",default:"./jsx-dev-runtime/dist/emotion-react-jsx-dev-runtime.esm.js"},import:"./jsx-dev-runtime/dist/emotion-react-jsx-dev-runtime.cjs.mjs",default:"./jsx-dev-runtime/dist/emotion-react-jsx-dev-runtime.cjs.js"},"./package.json":"./package.json","./types/css-prop":"./types/css-prop.d.ts","./macro":{types:{import:"./macro.d.mts",default:"./macro.d.ts"},default:"./macro.js"}},types:"types/index.d.ts",files:["src","dist","jsx-runtime","jsx-dev-runtime","_isolated-hnrs","types/*.d.ts","macro.*"],sideEffects:!1,author:"Emotion Contributors",license:"MIT",scripts:{"test:typescript":"dtslint types"},dependencies:{"@babel/runtime":"^7.18.3","@emotion/babel-plugin":"^11.11.0","@emotion/cache":"^11.11.0","@emotion/serialize":"^1.1.2","@emotion/use-insertion-effect-with-fallbacks":"^1.0.1","@emotion/utils":"^1.2.1","@emotion/weak-memoize":"^0.3.1","hoist-non-react-statics":"^3.3.1"},peerDependencies:{react:">=16.8.0"},peerDependenciesMeta:{"@types/react":{optional:!0}},devDependencies:{"@definitelytyped/dtslint":"0.0.112","@emotion/css":"11.11.0","@emotion/css-prettifier":"1.1.3","@emotion/server":"11.11.0","@emotion/styled":"11.11.0","html-tag-names":"^1.1.2",react:"16.14.0","svg-tag-names":"^1.1.1",typescript:"^4.5.5"},repository:"https://github.com/emotion-js/emotion/tree/main/packages/react",publishConfig:{access:"public"},"umd:main":"dist/emotion-react.umd.min.js",preconstruct:{entrypoints:["./index.js","./jsx-runtime.js","./jsx-dev-runtime.js","./_isolated-hnrs.js"],umdName:"emotionReact",exports:{envConditions:["browser","worker"],extra:{"./types/css-prop":"./types/css-prop.d.ts","./macro":{types:{import:"./macro.d.mts",default:"./macro.d.ts"},default:"./macro.js"}}}}},ri=!1,sp=Zn(function(e,t){!ri&&(e.className||e.css)&&(console.error("It looks like you're using the css prop on Global, did you mean to use the styles prop instead?"),ri=!0);var r=e.styles,n=er([r],void 0,b.useContext(At)),a=b.useRef();return Nl(function(){var l=t.key+"-global",i=new t.sheet.constructor({key:l,nonce:t.sheet.nonce,container:t.sheet.container,speedy:t.sheet.isSpeedy}),u=!1,s=document.querySelector('style[data-emotion="'+l+" "+n.name+'"]');return t.sheet.tags.length&&(i.before=t.sheet.tags[0]),s!==null&&(u=!0,s.setAttribute("data-emotion",l),i.hydrate([s])),a.current=[i,u],function(){i.flush()}},[t]),Nl(function(){var l=a.current,i=l[0],u=l[1];if(u){l[1]=!1;return}if(n.next!==void 0&&Hn(t,n.next,!0),i.tags.length){var s=i.tags[i.tags.length-1].nextElementSibling;i.before=s,i.flush()}t.insert("",n,i,!1)},[t,n.name]),null});sp.displayName="EmotionGlobal";function Po(){for(var e=arguments.length,t=new Array(e),r=0;r component."),i="";for(var u in l)l[u]&&u&&(i&&(i+=" "),i+=u)}break}default:i=l}i&&(a&&(a+=" "),a+=i)}}return a};function cp(e,t,r){var n=[],a=Mo(e,n,r);return n.length<2?r:a+t(n)}var dp=function(e){var t=e.cache,r=e.serializedArr;return To(function(){for(var n=0;n96?fp:mp},oi=function(e,t,r){var n;if(t){var a=t.shouldForwardProp;n=e.__emotion_forwardProp&&a?function(l){return e.__emotion_forwardProp(l)&&a(l)}:a}return typeof n!="function"&&r&&(n=e.__emotion_forwardProp),n},li=`You have illegal escape sequence in your template literal, most likely inside content's property value. +Because you write your CSS inside a JavaScript string you actually have to do double escaping, so for example "content: '\\00d7';" should become "content: '\\\\00d7';". +You can read more about this here: +https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Template_literals#ES2018_revision_of_illegal_escape_sequences`,gp=function(e){var t=e.cache,r=e.serialized,n=e.isStringTag;return Nn(t,r,n),To(function(){return Hn(t,r,n)}),null},hp=function e(t,r){if(t===void 0)throw new Error(`You are trying to create a styled element with an undefined component. +You may have forgotten to import it.`);var n=t.__emotion_real===t,a=n&&t.__emotion_base||t,l,i;r!==void 0&&(l=r.label,i=r.target);var u=oi(t,r,n),s=u||ai(a),c=!s("as");return function(){var d=arguments,f=n&&t.__emotion_styles!==void 0?t.__emotion_styles.slice(0):[];if(l!==void 0&&f.push("label:"+l+";"),d[0]==null||d[0].raw===void 0)f.push.apply(f,d);else{d[0][0]===void 0&&console.error(li),f.push(d[0][0]);for(var m=d.length,p=1;p({body:{fontFamily:e.fonts.base,fontSize:e.size.s3,margin:0,WebkitFontSmoothing:"antialiased",MozOsxFontSmoothing:"grayscale",WebkitTapHighlightColor:"rgba(0, 0, 0, 0)",WebkitOverflowScrolling:"touch"},"*":{boxSizing:"border-box"},"h1, h2, h3, h4, h5, h6":{fontWeight:e.weight.regular,margin:0,padding:0},"button, input, textarea, select":{fontFamily:"inherit",fontSize:"inherit",boxSizing:"border-box"},sub:{fontSize:"0.8em",bottom:"-0.2em"},sup:{fontSize:"0.8em",top:"-0.2em"},"b, strong":{fontWeight:e.weight.bold},hr:{border:"none",borderTop:"1px solid silver",clear:"both",marginBottom:"1.25rem"},code:{fontFamily:e.fonts.mono,WebkitFontSmoothing:"antialiased",MozOsxFontSmoothing:"grayscale",display:"inline-block",paddingLeft:2,paddingRight:2,verticalAlign:"baseline",color:"inherit"},pre:{fontFamily:e.fonts.mono,WebkitFontSmoothing:"antialiased",MozOsxFontSmoothing:"grayscale",lineHeight:"18px",padding:"11px 1rem",whiteSpace:"pre-wrap",color:"inherit",borderRadius:3,margin:"1rem 0"}}));Ht(1)(({color:e,background:t,typography:r})=>{let n=yp({typography:r});return{...n,body:{...n.body,color:e.defaultText,background:t.app,overflow:"hidden"},hr:{...n.hr,borderTop:`1px solid ${e.border}`}}});var vp={rubber:"cubic-bezier(0.175, 0.885, 0.335, 1.05)"},Ep=cr` + from { + transform: rotate(0deg); + } + to { + transform: rotate(360deg); + } +`,nu=cr` + 0%, 100% { opacity: 1; } + 50% { opacity: .4; } +`,xp=cr` + 0% { transform: translateY(1px); } + 25% { transform: translateY(0px); } + 50% { transform: translateY(-3px); } + 100% { transform: translateY(1px); } +`,wp=cr` + 0%, 100% { transform:translate3d(0,0,0); } + 12.5%, 62.5% { transform:translate3d(-4px,0,0); } + 37.5%, 87.5% { transform: translate3d(4px,0,0); } +`,Ap=Po` + animation: ${nu} 1.5s ease-in-out infinite; + color: transparent; + cursor: progress; +`,Sp=Po` + transition: all 150ms ease-out; + transform: translate3d(0, 0, 0); + + &:hover { + transform: translate3d(0, -2px, 0); + } + + &:active { + transform: translate3d(0, 0, 0); + } +`,Cp={rotate360:Ep,glow:nu,float:xp,jiggle:wp,inlineGlow:Ap,hoverable:Sp},kp={BASE_FONT_FAMILY:"Menlo, monospace",BASE_FONT_SIZE:"11px",BASE_LINE_HEIGHT:1.2,BASE_BACKGROUND_COLOR:"rgb(36, 36, 36)",BASE_COLOR:"rgb(213, 213, 213)",OBJECT_PREVIEW_ARRAY_MAX_PROPERTIES:10,OBJECT_PREVIEW_OBJECT_MAX_PROPERTIES:5,OBJECT_NAME_COLOR:"rgb(227, 110, 236)",OBJECT_VALUE_NULL_COLOR:"rgb(127, 127, 127)",OBJECT_VALUE_UNDEFINED_COLOR:"rgb(127, 127, 127)",OBJECT_VALUE_REGEXP_COLOR:"rgb(233, 63, 59)",OBJECT_VALUE_STRING_COLOR:"rgb(233, 63, 59)",OBJECT_VALUE_SYMBOL_COLOR:"rgb(233, 63, 59)",OBJECT_VALUE_NUMBER_COLOR:"hsl(252, 100%, 75%)",OBJECT_VALUE_BOOLEAN_COLOR:"hsl(252, 100%, 75%)",OBJECT_VALUE_FUNCTION_PREFIX_COLOR:"rgb(85, 106, 242)",HTML_TAG_COLOR:"rgb(93, 176, 215)",HTML_TAGNAME_COLOR:"rgb(93, 176, 215)",HTML_TAGNAME_TEXT_TRANSFORM:"lowercase",HTML_ATTRIBUTE_NAME_COLOR:"rgb(155, 187, 220)",HTML_ATTRIBUTE_VALUE_COLOR:"rgb(242, 151, 102)",HTML_COMMENT_COLOR:"rgb(137, 137, 137)",HTML_DOCTYPE_COLOR:"rgb(192, 192, 192)",ARROW_COLOR:"rgb(145, 145, 145)",ARROW_MARGIN_RIGHT:3,ARROW_FONT_SIZE:12,ARROW_ANIMATION_DURATION:"0",TREENODE_FONT_FAMILY:"Menlo, monospace",TREENODE_FONT_SIZE:"11px",TREENODE_LINE_HEIGHT:1.2,TREENODE_PADDING_LEFT:12,TABLE_BORDER_COLOR:"rgb(85, 85, 85)",TABLE_TH_BACKGROUND_COLOR:"rgb(44, 44, 44)",TABLE_TH_HOVER_COLOR:"rgb(48, 48, 48)",TABLE_SORT_ICON_COLOR:"black",TABLE_DATA_BACKGROUND_IMAGE:"linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, 0) 50%, rgba(51, 139, 255, 0.0980392) 50%, rgba(51, 139, 255, 0.0980392))",TABLE_DATA_BACKGROUND_SIZE:"128px 32px"},_p={BASE_FONT_FAMILY:"Menlo, monospace",BASE_FONT_SIZE:"11px",BASE_LINE_HEIGHT:1.2,BASE_BACKGROUND_COLOR:"white",BASE_COLOR:"black",OBJECT_PREVIEW_ARRAY_MAX_PROPERTIES:10,OBJECT_PREVIEW_OBJECT_MAX_PROPERTIES:5,OBJECT_NAME_COLOR:"rgb(136, 19, 145)",OBJECT_VALUE_NULL_COLOR:"rgb(128, 128, 128)",OBJECT_VALUE_UNDEFINED_COLOR:"rgb(128, 128, 128)",OBJECT_VALUE_REGEXP_COLOR:"rgb(196, 26, 22)",OBJECT_VALUE_STRING_COLOR:"rgb(196, 26, 22)",OBJECT_VALUE_SYMBOL_COLOR:"rgb(196, 26, 22)",OBJECT_VALUE_NUMBER_COLOR:"rgb(28, 0, 207)",OBJECT_VALUE_BOOLEAN_COLOR:"rgb(28, 0, 207)",OBJECT_VALUE_FUNCTION_PREFIX_COLOR:"rgb(13, 34, 170)",HTML_TAG_COLOR:"rgb(168, 148, 166)",HTML_TAGNAME_COLOR:"rgb(136, 18, 128)",HTML_TAGNAME_TEXT_TRANSFORM:"lowercase",HTML_ATTRIBUTE_NAME_COLOR:"rgb(153, 69, 0)",HTML_ATTRIBUTE_VALUE_COLOR:"rgb(26, 26, 166)",HTML_COMMENT_COLOR:"rgb(35, 110, 37)",HTML_DOCTYPE_COLOR:"rgb(192, 192, 192)",ARROW_COLOR:"#6e6e6e",ARROW_MARGIN_RIGHT:3,ARROW_FONT_SIZE:12,ARROW_ANIMATION_DURATION:"0",TREENODE_FONT_FAMILY:"Menlo, monospace",TREENODE_FONT_SIZE:"11px",TREENODE_LINE_HEIGHT:1.2,TREENODE_PADDING_LEFT:12,TABLE_BORDER_COLOR:"#aaa",TABLE_TH_BACKGROUND_COLOR:"#eee",TABLE_TH_HOVER_COLOR:"hsla(0, 0%, 90%, 1)",TABLE_SORT_ICON_COLOR:"#6e6e6e",TABLE_DATA_BACKGROUND_IMAGE:"linear-gradient(to bottom, white, white 50%, rgb(234, 243, 255) 50%, rgb(234, 243, 255))",TABLE_DATA_BACKGROUND_SIZE:"128px 32px"},Op=e=>Object.entries(e).reduce((t,[r,n])=>({...t,[r]:od(n)}),{}),Tp=({colors:e,mono:t})=>{let r=Op(e);return{token:{fontFamily:t,WebkitFontSmoothing:"antialiased","&.tag":r.red3,"&.comment":{...r.green1,fontStyle:"italic"},"&.prolog":{...r.green1,fontStyle:"italic"},"&.doctype":{...r.green1,fontStyle:"italic"},"&.cdata":{...r.green1,fontStyle:"italic"},"&.string":r.red1,"&.url":r.cyan1,"&.symbol":r.cyan1,"&.number":r.cyan1,"&.boolean":r.cyan1,"&.variable":r.cyan1,"&.constant":r.cyan1,"&.inserted":r.cyan1,"&.atrule":r.blue1,"&.keyword":r.blue1,"&.attr-value":r.blue1,"&.punctuation":r.gray1,"&.operator":r.gray1,"&.function":r.gray1,"&.deleted":r.red2,"&.important":{fontWeight:"bold"},"&.bold":{fontWeight:"bold"},"&.italic":{fontStyle:"italic"},"&.class-name":r.cyan2,"&.selector":r.red3,"&.attr-name":r.red4,"&.property":r.red4,"&.regex":r.red4,"&.entity":r.red4,"&.directive.tag .tag":{background:"#ffff00",...r.gray1}},"language-json .token.boolean":r.blue1,"language-json .token.number":r.blue1,"language-json .token.property":r.cyan2,namespace:{opacity:.7}}},Rp={green1:"#008000",red1:"#A31515",red2:"#9a050f",red3:"#800000",red4:"#ff0000",gray1:"#393A34",cyan1:"#36acaa",cyan2:"#2B91AF",blue1:"#0000ff",blue2:"#00009f"},Fp={green1:"#7C7C7C",red1:"#92C379",red2:"#9a050f",red3:"#A8FF60",red4:"#96CBFE",gray1:"#EDEDED",cyan1:"#C6C5FE",cyan2:"#FFFFB6",blue1:"#B474DD",blue2:"#00009f"},$p=e=>({primary:e.colorPrimary,secondary:e.colorSecondary,tertiary:j.tertiary,ancillary:j.ancillary,orange:j.orange,gold:j.gold,green:j.green,seafoam:j.seafoam,purple:j.purple,ultraviolet:j.ultraviolet,lightest:j.lightest,lighter:j.lighter,light:j.light,mediumlight:j.mediumlight,medium:j.medium,mediumdark:j.mediumdark,dark:j.dark,darker:j.darker,darkest:j.darkest,border:j.border,positive:j.positive,negative:j.negative,warning:j.warning,critical:j.critical,defaultText:e.textColor||j.darkest,inverseText:e.textInverseColor||j.lightest,positiveText:j.positiveText,negativeText:j.negativeText,warningText:j.warningText}),Xa=(e=Ua[Hs()])=>{let{base:t,colorPrimary:r,colorSecondary:n,appBg:a,appContentBg:l,appPreviewBg:i,appBorderColor:u,appBorderRadius:s,fontBase:c,fontCode:d,textColor:f,textInverseColor:m,barTextColor:p,barHoverColor:h,barSelectedColor:g,barBg:x,buttonBg:A,buttonBorder:v,booleanBg:y,booleanSelectedBg:E,inputBg:w,inputBorder:S,inputTextColor:C,inputBorderRadius:k,brandTitle:O,brandUrl:T,brandImage:R,brandTarget:F,gridCellSize:$,...P}=e;return{...P,base:t,color:$p(e),background:{app:a,bar:x,content:l,preview:i,gridCellSize:$||Et.gridCellSize,hoverable:Et.hoverable,positive:Et.positive,negative:Et.negative,warning:Et.warning,critical:Et.critical},typography:{fonts:{base:c,mono:d},weight:tt.weight,size:tt.size},animation:Cp,easing:vp,input:{background:w,border:S,borderRadius:k,color:C},button:{background:A||w,border:v||S},boolean:{background:y||S,selectedBackground:E||w},layoutMargin:10,appBorderColor:u,appBorderRadius:s,barTextColor:p,barHoverColor:h||n,barSelectedColor:g||n,barBg:x,brand:{title:O,url:T,image:R||(O?null:void 0),target:F},code:Tp({colors:t==="light"?Rp:Fp,mono:d}),addonActionsTheme:{...t==="light"?_p:kp,BASE_FONT_FAMILY:d,BASE_FONT_SIZE:tt.size.s2-1,BASE_LINE_HEIGHT:"18px",BASE_BACKGROUND_COLOR:"transparent",BASE_COLOR:f,ARROW_COLOR:J1(.2,u),ARROW_MARGIN_RIGHT:4,ARROW_FONT_SIZE:8,TREENODE_FONT_FAMILY:d,TREENODE_FONT_SIZE:tt.size.s2-1,TREENODE_LINE_HEIGHT:"18px",TREENODE_PADDING_LEFT:12}}},Dp=e=>Object.keys(e).length===0,va=e=>e!=null&&typeof e=="object",Lp=(e,...t)=>Object.prototype.hasOwnProperty.call(e,...t),Mp=()=>Object.create(null),au=(e,t)=>e===t||!va(e)||!va(t)?{}:Object.keys(e).reduce((r,n)=>{if(Lp(t,n)){let a=au(e[n],t[n]);return va(a)&&Dp(a)||(r[n]=a),r}return r[n]=void 0,r},Mp()),Bp=au;function Ip(e){for(var t=[],r=1;r{if(!e)return Xa(wn);let t=Bp(wn,e);return Object.keys(t).length&&pd.warn(Ip` + Your theme is missing properties, you should update your theme! + + theme-data missing: + `,t),Xa(e)},Ja="/* emotion-disable-server-rendering-unsafe-selector-warning-please-do-not-use-this-the-warning-exists-for-a-reason */",jp=Object.create,ou=Object.defineProperty,Np=Object.getOwnPropertyDescriptor,lu=Object.getOwnPropertyNames,Hp=Object.getPrototypeOf,Zp=Object.prototype.hasOwnProperty,Z=(e,t)=>function(){return t||(0,e[lu(e)[0]])((t={exports:{}}).exports,t),t.exports},Vp=(e,t,r,n)=>{if(t&&typeof t=="object"||typeof t=="function")for(let a of lu(t))!Zp.call(e,a)&&a!==r&&ou(e,a,{get:()=>t[a],enumerable:!(n=Np(t,a))||n.enumerable});return e},Oe=(e,t,r)=>(r=e!=null?jp(Hp(e)):{},Vp(t||!e||!e.__esModule?ou(r,"default",{value:e,enumerable:!0}):r,e)),zp=Z({"../../node_modules/refractor/lang/markdown.js"(e,t){t.exports=r,r.displayName="markdown",r.aliases=["md"];function r(n){(function(a){var l=/(?:\\.|[^\\\n\r]|(?:\n|\r\n?)(?![\r\n]))/.source;function i(h){return h=h.replace(//g,function(){return l}),RegExp(/((?:^|[^\\])(?:\\{2})*)/.source+"(?:"+h+")")}var u=/(?:\\.|``(?:[^`\r\n]|`(?!`))+``|`[^`\r\n]+`|[^\\|\r\n`])+/.source,s=/\|?__(?:\|__)+\|?(?:(?:\n|\r\n?)|(?![\s\S]))/.source.replace(/__/g,function(){return u}),c=/\|?[ \t]*:?-{3,}:?[ \t]*(?:\|[ \t]*:?-{3,}:?[ \t]*)+\|?(?:\n|\r\n?)/.source;a.languages.markdown=a.languages.extend("markup",{}),a.languages.insertBefore("markdown","prolog",{"front-matter-block":{pattern:/(^(?:\s*[\r\n])?)---(?!.)[\s\S]*?[\r\n]---(?!.)/,lookbehind:!0,greedy:!0,inside:{punctuation:/^---|---$/,"front-matter":{pattern:/\S+(?:\s+\S+)*/,alias:["yaml","language-yaml"],inside:a.languages.yaml}}},blockquote:{pattern:/^>(?:[\t ]*>)*/m,alias:"punctuation"},table:{pattern:RegExp("^"+s+c+"(?:"+s+")*","m"),inside:{"table-data-rows":{pattern:RegExp("^("+s+c+")(?:"+s+")*$"),lookbehind:!0,inside:{"table-data":{pattern:RegExp(u),inside:a.languages.markdown},punctuation:/\|/}},"table-line":{pattern:RegExp("^("+s+")"+c+"$"),lookbehind:!0,inside:{punctuation:/\||:?-{3,}:?/}},"table-header-row":{pattern:RegExp("^"+s+"$"),inside:{"table-header":{pattern:RegExp(u),alias:"important",inside:a.languages.markdown},punctuation:/\|/}}}},code:[{pattern:/((?:^|\n)[ \t]*\n|(?:^|\r\n?)[ \t]*\r\n?)(?: {4}|\t).+(?:(?:\n|\r\n?)(?: {4}|\t).+)*/,lookbehind:!0,alias:"keyword"},{pattern:/^```[\s\S]*?^```$/m,greedy:!0,inside:{"code-block":{pattern:/^(```.*(?:\n|\r\n?))[\s\S]+?(?=(?:\n|\r\n?)^```$)/m,lookbehind:!0},"code-language":{pattern:/^(```).+/,lookbehind:!0},punctuation:/```/}}],title:[{pattern:/\S.*(?:\n|\r\n?)(?:==+|--+)(?=[ \t]*$)/m,alias:"important",inside:{punctuation:/==+$|--+$/}},{pattern:/(^\s*)#.+/m,lookbehind:!0,alias:"important",inside:{punctuation:/^#+|#+$/}}],hr:{pattern:/(^\s*)([*-])(?:[\t ]*\2){2,}(?=\s*$)/m,lookbehind:!0,alias:"punctuation"},list:{pattern:/(^\s*)(?:[*+-]|\d+\.)(?=[\t ].)/m,lookbehind:!0,alias:"punctuation"},"url-reference":{pattern:/!?\[[^\]]+\]:[\t ]+(?:\S+|<(?:\\.|[^>\\])+>)(?:[\t ]+(?:"(?:\\.|[^"\\])*"|'(?:\\.|[^'\\])*'|\((?:\\.|[^)\\])*\)))?/,inside:{variable:{pattern:/^(!?\[)[^\]]+/,lookbehind:!0},string:/(?:"(?:\\.|[^"\\])*"|'(?:\\.|[^'\\])*'|\((?:\\.|[^)\\])*\))$/,punctuation:/^[\[\]!:]|[<>]/},alias:"url"},bold:{pattern:i(/\b__(?:(?!_)|_(?:(?!_))+_)+__\b|\*\*(?:(?!\*)|\*(?:(?!\*))+\*)+\*\*/.source),lookbehind:!0,greedy:!0,inside:{content:{pattern:/(^..)[\s\S]+(?=..$)/,lookbehind:!0,inside:{}},punctuation:/\*\*|__/}},italic:{pattern:i(/\b_(?:(?!_)|__(?:(?!_))+__)+_\b|\*(?:(?!\*)|\*\*(?:(?!\*))+\*\*)+\*/.source),lookbehind:!0,greedy:!0,inside:{content:{pattern:/(^.)[\s\S]+(?=.$)/,lookbehind:!0,inside:{}},punctuation:/[*_]/}},strike:{pattern:i(/(~~?)(?:(?!~))+\2/.source),lookbehind:!0,greedy:!0,inside:{content:{pattern:/(^~~?)[\s\S]+(?=\1$)/,lookbehind:!0,inside:{}},punctuation:/~~?/}},"code-snippet":{pattern:/(^|[^\\`])(?:``[^`\r\n]+(?:`[^`\r\n]+)*``(?!`)|`[^`\r\n]+`(?!`))/,lookbehind:!0,greedy:!0,alias:["code","keyword"]},url:{pattern:i(/!?\[(?:(?!\]))+\](?:\([^\s)]+(?:[\t ]+"(?:\\.|[^"\\])*")?\)|[ \t]?\[(?:(?!\]))+\])/.source),lookbehind:!0,greedy:!0,inside:{operator:/^!/,content:{pattern:/(^\[)[^\]]+(?=\])/,lookbehind:!0,inside:{}},variable:{pattern:/(^\][ \t]?\[)[^\]]+(?=\]$)/,lookbehind:!0},url:{pattern:/(^\]\()[^\s)]+/,lookbehind:!0},string:{pattern:/(^[ \t]+)"(?:\\.|[^"\\])*"(?=\)$)/,lookbehind:!0}}}}),["url","bold","italic","strike"].forEach(function(h){["url","bold","italic","strike","code-snippet"].forEach(function(g){h!==g&&(a.languages.markdown[h].inside.content.inside[g]=a.languages.markdown[g])})}),a.hooks.add("after-tokenize",function(h){if(h.language!=="markdown"&&h.language!=="md")return;function g(x){if(!(!x||typeof x=="string"))for(var A=0,v=x.length;A",quot:'"'},m=String.fromCodePoint||String.fromCharCode;function p(h){var g=h.replace(d,"");return g=g.replace(/&(\w{1,8}|#x?[\da-f]{1,8});/gi,function(x,A){if(A=A.toLowerCase(),A[0]==="#"){var v;return A[1]==="x"?v=parseInt(A.slice(2),16):v=Number(A.slice(1)),m(v)}else{var y=f[A];return y||x}}),g}a.languages.md=a.languages.markdown})(n)}}}),qp=Z({"../../node_modules/refractor/lang/yaml.js"(e,t){t.exports=r,r.displayName="yaml",r.aliases=["yml"];function r(n){(function(a){var l=/[*&][^\s[\]{},]+/,i=/!(?:<[\w\-%#;/?:@&=+$,.!~*'()[\]]+>|(?:[a-zA-Z\d-]*!)?[\w\-%#;/?:@&=+$.~*'()]+)?/,u="(?:"+i.source+"(?:[ ]+"+l.source+")?|"+l.source+"(?:[ ]+"+i.source+")?)",s=/(?:[^\s\x00-\x08\x0e-\x1f!"#%&'*,\-:>?@[\]`{|}\x7f-\x84\x86-\x9f\ud800-\udfff\ufffe\uffff]|[?:-])(?:[ \t]*(?:(?![#:])|:))*/.source.replace(//g,function(){return/[^\s\x00-\x08\x0e-\x1f,[\]{}\x7f-\x84\x86-\x9f\ud800-\udfff\ufffe\uffff]/.source}),c=/"(?:[^"\\\r\n]|\\.)*"|'(?:[^'\\\r\n]|\\.)*'/.source;function d(f,m){m=(m||"").replace(/m/g,"")+"m";var p=/([:\-,[{]\s*(?:\s<>[ \t]+)?)(?:<>)(?=[ \t]*(?:$|,|\]|\}|(?:[\r\n]\s*)?#))/.source.replace(/<>/g,function(){return u}).replace(/<>/g,function(){return f});return RegExp(p,m)}a.languages.yaml={scalar:{pattern:RegExp(/([\-:]\s*(?:\s<>[ \t]+)?[|>])[ \t]*(?:((?:\r?\n|\r)[ \t]+)\S[^\r\n]*(?:\2[^\r\n]+)*)/.source.replace(/<>/g,function(){return u})),lookbehind:!0,alias:"string"},comment:/#.*/,key:{pattern:RegExp(/((?:^|[:\-,[{\r\n?])[ \t]*(?:<>[ \t]+)?)<>(?=\s*:\s)/.source.replace(/<>/g,function(){return u}).replace(/<>/g,function(){return"(?:"+s+"|"+c+")"})),lookbehind:!0,greedy:!0,alias:"atrule"},directive:{pattern:/(^[ \t]*)%.+/m,lookbehind:!0,alias:"important"},datetime:{pattern:d(/\d{4}-\d\d?-\d\d?(?:[tT]|[ \t]+)\d\d?:\d{2}:\d{2}(?:\.\d*)?(?:[ \t]*(?:Z|[-+]\d\d?(?::\d{2})?))?|\d{4}-\d{2}-\d{2}|\d\d?:\d{2}(?::\d{2}(?:\.\d*)?)?/.source),lookbehind:!0,alias:"number"},boolean:{pattern:d(/false|true/.source,"i"),lookbehind:!0,alias:"important"},null:{pattern:d(/null|~/.source,"i"),lookbehind:!0,alias:"important"},string:{pattern:d(c),lookbehind:!0,greedy:!0},number:{pattern:d(/[+-]?(?:0x[\da-f]+|0o[0-7]+|(?:\d+(?:\.\d*)?|\.\d+)(?:e[+-]?\d+)?|\.inf|\.nan)/.source,"i"),lookbehind:!0},tag:i,important:l,punctuation:/---|[:[\]{}\-,|>?]|\.\.\./},a.languages.yml=a.languages.yaml})(n)}}}),iu=Z({"../../node_modules/refractor/lang/typescript.js"(e,t){t.exports=r,r.displayName="typescript",r.aliases=["ts"];function r(n){(function(a){a.languages.typescript=a.languages.extend("javascript",{"class-name":{pattern:/(\b(?:class|extends|implements|instanceof|interface|new|type)\s+)(?!keyof\b)(?!\s)[_$a-zA-Z\xA0-\uFFFF](?:(?!\s)[$\w\xA0-\uFFFF])*(?:\s*<(?:[^<>]|<(?:[^<>]|<[^<>]*>)*>)*>)?/,lookbehind:!0,greedy:!0,inside:null},builtin:/\b(?:Array|Function|Promise|any|boolean|console|never|number|string|symbol|unknown)\b/}),a.languages.typescript.keyword.push(/\b(?:abstract|declare|is|keyof|readonly|require)\b/,/\b(?:asserts|infer|interface|module|namespace|type)\b(?=\s*(?:[{_$a-zA-Z\xA0-\uFFFF]|$))/,/\btype\b(?=\s*(?:[\{*]|$))/),delete a.languages.typescript.parameter,delete a.languages.typescript["literal-property"];var l=a.languages.extend("typescript",{});delete l["class-name"],a.languages.typescript["class-name"].inside=l,a.languages.insertBefore("typescript","function",{decorator:{pattern:/@[$\w\xA0-\uFFFF]+/,inside:{at:{pattern:/^@/,alias:"operator"},function:/^[\s\S]+/}},"generic-function":{pattern:/#?(?!\s)[_$a-zA-Z\xA0-\uFFFF](?:(?!\s)[$\w\xA0-\uFFFF])*\s*<(?:[^<>]|<(?:[^<>]|<[^<>]*>)*>)*>(?=\s*\()/,greedy:!0,inside:{function:/^#?(?!\s)[_$a-zA-Z\xA0-\uFFFF](?:(?!\s)[$\w\xA0-\uFFFF])*/,generic:{pattern:/<[\s\S]+/,alias:"class-name",inside:l}}}}),a.languages.ts=a.languages.typescript})(n)}}}),su=Z({"../../node_modules/refractor/lang/jsx.js"(e,t){t.exports=r,r.displayName="jsx",r.aliases=[];function r(n){(function(a){var l=a.util.clone(a.languages.javascript),i=/(?:\s|\/\/.*(?!.)|\/\*(?:[^*]|\*(?!\/))\*\/)/.source,u=/(?:\{(?:\{(?:\{[^{}]*\}|[^{}])*\}|[^{}])*\})/.source,s=/(?:\{*\.{3}(?:[^{}]|)*\})/.source;function c(m,p){return m=m.replace(//g,function(){return i}).replace(//g,function(){return u}).replace(//g,function(){return s}),RegExp(m,p)}s=c(s).source,a.languages.jsx=a.languages.extend("markup",l),a.languages.jsx.tag.pattern=c(/<\/?(?:[\w.:-]+(?:+(?:[\w.:$-]+(?:=(?:"(?:\\[\s\S]|[^\\"])*"|'(?:\\[\s\S]|[^\\'])*'|[^\s{'"/>=]+|))?|))**\/?)?>/.source),a.languages.jsx.tag.inside.tag.pattern=/^<\/?[^\s>\/]*/,a.languages.jsx.tag.inside["attr-value"].pattern=/=(?!\{)(?:"(?:\\[\s\S]|[^\\"])*"|'(?:\\[\s\S]|[^\\'])*'|[^\s'">]+)/,a.languages.jsx.tag.inside.tag.inside["class-name"]=/^[A-Z]\w*(?:\.[A-Z]\w*)*$/,a.languages.jsx.tag.inside.comment=l.comment,a.languages.insertBefore("inside","attr-name",{spread:{pattern:c(//.source),inside:a.languages.jsx}},a.languages.jsx.tag),a.languages.insertBefore("inside","special-attr",{script:{pattern:c(/=/.source),alias:"language-javascript",inside:{"script-punctuation":{pattern:/^=(?=\{)/,alias:"punctuation"},rest:a.languages.jsx}}},a.languages.jsx.tag);var d=function(m){return m?typeof m=="string"?m:typeof m.content=="string"?m.content:m.content.map(d).join(""):""},f=function(m){for(var p=[],h=0;h0&&p[p.length-1].tagName===d(g.content[0].content[1])&&p.pop():g.content[g.content.length-1].content==="/>"||p.push({tagName:d(g.content[0].content[1]),openedBraces:0}):p.length>0&&g.type==="punctuation"&&g.content==="{"?p[p.length-1].openedBraces++:p.length>0&&p[p.length-1].openedBraces>0&&g.type==="punctuation"&&g.content==="}"?p[p.length-1].openedBraces--:x=!0),(x||typeof g=="string")&&p.length>0&&p[p.length-1].openedBraces===0){var A=d(g);h0&&(typeof m[h-1]=="string"||m[h-1].type==="plain-text")&&(A=d(m[h-1])+A,m.splice(h-1,1),h--),m[h]=new a.Token("plain-text",A,null,A)}g.content&&typeof g.content!="string"&&f(g.content)}};a.hooks.add("after-tokenize",function(m){m.language!=="jsx"&&m.language!=="tsx"||f(m.tokens)})})(n)}}}),Up=Z({"../../node_modules/refractor/lang/tsx.js"(e,t){var r=su(),n=iu();t.exports=a,a.displayName="tsx",a.aliases=[];function a(l){l.register(r),l.register(n),function(i){var u=i.util.clone(i.languages.typescript);i.languages.tsx=i.languages.extend("jsx",u),delete i.languages.tsx.parameter,delete i.languages.tsx["literal-property"];var s=i.languages.tsx.tag;s.pattern=RegExp(/(^|[^\w$]|(?=<\/))/.source+"(?:"+s.pattern.source+")",s.pattern.flags),s.lookbehind=!0}(l)}}}),Wp=Z({"../../node_modules/refractor/lang/clike.js"(e,t){t.exports=r,r.displayName="clike",r.aliases=[];function r(n){n.languages.clike={comment:[{pattern:/(^|[^\\])\/\*[\s\S]*?(?:\*\/|$)/,lookbehind:!0,greedy:!0},{pattern:/(^|[^\\:])\/\/.*/,lookbehind:!0,greedy:!0}],string:{pattern:/(["'])(?:\\(?:\r\n|[\s\S])|(?!\1)[^\\\r\n])*\1/,greedy:!0},"class-name":{pattern:/(\b(?:class|extends|implements|instanceof|interface|new|trait)\s+|\bcatch\s+\()[\w.\\]+/i,lookbehind:!0,inside:{punctuation:/[.\\]/}},keyword:/\b(?:break|catch|continue|do|else|finally|for|function|if|in|instanceof|new|null|return|throw|try|while)\b/,boolean:/\b(?:false|true)\b/,function:/\b\w+(?=\()/,number:/\b0x[\da-f]+\b|(?:\b\d+(?:\.\d*)?|\B\.\d+)(?:e[+-]?\d+)?/i,operator:/[<>]=?|[!=]=?=?|--?|\+\+?|&&?|\|\|?|[?*/~^%]/,punctuation:/[{}[\];(),.:]/}}}}),Gp=Z({"../../node_modules/refractor/lang/javascript.js"(e,t){t.exports=r,r.displayName="javascript",r.aliases=["js"];function r(n){n.languages.javascript=n.languages.extend("clike",{"class-name":[n.languages.clike["class-name"],{pattern:/(^|[^$\w\xA0-\uFFFF])(?!\s)[_$A-Z\xA0-\uFFFF](?:(?!\s)[$\w\xA0-\uFFFF])*(?=\.(?:constructor|prototype))/,lookbehind:!0}],keyword:[{pattern:/((?:^|\})\s*)catch\b/,lookbehind:!0},{pattern:/(^|[^.]|\.\.\.\s*)\b(?:as|assert(?=\s*\{)|async(?=\s*(?:function\b|\(|[$\w\xA0-\uFFFF]|$))|await|break|case|class|const|continue|debugger|default|delete|do|else|enum|export|extends|finally(?=\s*(?:\{|$))|for|from(?=\s*(?:['"]|$))|function|(?:get|set)(?=\s*(?:[#\[$\w\xA0-\uFFFF]|$))|if|implements|import|in|instanceof|interface|let|new|null|of|package|private|protected|public|return|static|super|switch|this|throw|try|typeof|undefined|var|void|while|with|yield)\b/,lookbehind:!0}],function:/#?(?!\s)[_$a-zA-Z\xA0-\uFFFF](?:(?!\s)[$\w\xA0-\uFFFF])*(?=\s*(?:\.\s*(?:apply|bind|call)\s*)?\()/,number:{pattern:RegExp(/(^|[^\w$])/.source+"(?:"+(/NaN|Infinity/.source+"|"+/0[bB][01]+(?:_[01]+)*n?/.source+"|"+/0[oO][0-7]+(?:_[0-7]+)*n?/.source+"|"+/0[xX][\dA-Fa-f]+(?:_[\dA-Fa-f]+)*n?/.source+"|"+/\d+(?:_\d+)*n/.source+"|"+/(?:\d+(?:_\d+)*(?:\.(?:\d+(?:_\d+)*)?)?|\.\d+(?:_\d+)*)(?:[Ee][+-]?\d+(?:_\d+)*)?/.source)+")"+/(?![\w$])/.source),lookbehind:!0},operator:/--|\+\+|\*\*=?|=>|&&=?|\|\|=?|[!=]==|<<=?|>>>?=?|[-+*/%&|^!=<>]=?|\.{3}|\?\?=?|\?\.?|[~:]/}),n.languages.javascript["class-name"][0].pattern=/(\b(?:class|extends|implements|instanceof|interface|new)\s+)[\w.\\]+/,n.languages.insertBefore("javascript","keyword",{regex:{pattern:/((?:^|[^$\w\xA0-\uFFFF."'\])\s]|\b(?:return|yield))\s*)\/(?:\[(?:[^\]\\\r\n]|\\.)*\]|\\.|[^/\\\[\r\n])+\/[dgimyus]{0,7}(?=(?:\s|\/\*(?:[^*]|\*(?!\/))*\*\/)*(?:$|[\r\n,.;:})\]]|\/\/))/,lookbehind:!0,greedy:!0,inside:{"regex-source":{pattern:/^(\/)[\s\S]+(?=\/[a-z]*$)/,lookbehind:!0,alias:"language-regex",inside:n.languages.regex},"regex-delimiter":/^\/|\/$/,"regex-flags":/^[a-z]+$/}},"function-variable":{pattern:/#?(?!\s)[_$a-zA-Z\xA0-\uFFFF](?:(?!\s)[$\w\xA0-\uFFFF])*(?=\s*[=:]\s*(?:async\s*)?(?:\bfunction\b|(?:\((?:[^()]|\([^()]*\))*\)|(?!\s)[_$a-zA-Z\xA0-\uFFFF](?:(?!\s)[$\w\xA0-\uFFFF])*)\s*=>))/,alias:"function"},parameter:[{pattern:/(function(?:\s+(?!\s)[_$a-zA-Z\xA0-\uFFFF](?:(?!\s)[$\w\xA0-\uFFFF])*)?\s*\(\s*)(?!\s)(?:[^()\s]|\s+(?![\s)])|\([^()]*\))+(?=\s*\))/,lookbehind:!0,inside:n.languages.javascript},{pattern:/(^|[^$\w\xA0-\uFFFF])(?!\s)[_$a-z\xA0-\uFFFF](?:(?!\s)[$\w\xA0-\uFFFF])*(?=\s*=>)/i,lookbehind:!0,inside:n.languages.javascript},{pattern:/(\(\s*)(?!\s)(?:[^()\s]|\s+(?![\s)])|\([^()]*\))+(?=\s*\)\s*=>)/,lookbehind:!0,inside:n.languages.javascript},{pattern:/((?:\b|\s|^)(?!(?:as|async|await|break|case|catch|class|const|continue|debugger|default|delete|do|else|enum|export|extends|finally|for|from|function|get|if|implements|import|in|instanceof|interface|let|new|null|of|package|private|protected|public|return|set|static|super|switch|this|throw|try|typeof|undefined|var|void|while|with|yield)(?![$\w\xA0-\uFFFF]))(?:(?!\s)[_$a-zA-Z\xA0-\uFFFF](?:(?!\s)[$\w\xA0-\uFFFF])*\s*)\(\s*|\]\s*\(\s*)(?!\s)(?:[^()\s]|\s+(?![\s)])|\([^()]*\))+(?=\s*\)\s*\{)/,lookbehind:!0,inside:n.languages.javascript}],constant:/\b[A-Z](?:[A-Z_]|\dx?)*\b/}),n.languages.insertBefore("javascript","string",{hashbang:{pattern:/^#!.*/,greedy:!0,alias:"comment"},"template-string":{pattern:/`(?:\\[\s\S]|\$\{(?:[^{}]|\{(?:[^{}]|\{[^}]*\})*\})+\}|(?!\$\{)[^\\`])*`/,greedy:!0,inside:{"template-punctuation":{pattern:/^`|`$/,alias:"string"},interpolation:{pattern:/((?:^|[^\\])(?:\\{2})*)\$\{(?:[^{}]|\{(?:[^{}]|\{[^}]*\})*\})+\}/,lookbehind:!0,inside:{"interpolation-punctuation":{pattern:/^\$\{|\}$/,alias:"punctuation"},rest:n.languages.javascript}},string:/[\s\S]+/}},"string-property":{pattern:/((?:^|[,{])[ \t]*)(["'])(?:\\(?:\r\n|[\s\S])|(?!\2)[^\\\r\n])*\2(?=\s*:)/m,lookbehind:!0,greedy:!0,alias:"property"}}),n.languages.insertBefore("javascript","operator",{"literal-property":{pattern:/((?:^|[,{])[ \t]*)(?!\s)[_$a-zA-Z\xA0-\uFFFF](?:(?!\s)[$\w\xA0-\uFFFF])*(?=\s*:)/m,lookbehind:!0,alias:"property"}}),n.languages.markup&&(n.languages.markup.tag.addInlined("script","javascript"),n.languages.markup.tag.addAttribute(/on(?:abort|blur|change|click|composition(?:end|start|update)|dblclick|error|focus(?:in|out)?|key(?:down|up)|load|mouse(?:down|enter|leave|move|out|over|up)|reset|resize|scroll|select|slotchange|submit|unload|wheel)/.source,"javascript")),n.languages.js=n.languages.javascript}}}),uu=Z({"../../node_modules/refractor/lang/css.js"(e,t){t.exports=r,r.displayName="css",r.aliases=[];function r(n){(function(a){var l=/(?:"(?:\\(?:\r\n|[\s\S])|[^"\\\r\n])*"|'(?:\\(?:\r\n|[\s\S])|[^'\\\r\n])*')/;a.languages.css={comment:/\/\*[\s\S]*?\*\//,atrule:{pattern:/@[\w-](?:[^;{\s]|\s+(?![\s{]))*(?:;|(?=\s*\{))/,inside:{rule:/^@[\w-]+/,"selector-function-argument":{pattern:/(\bselector\s*\(\s*(?![\s)]))(?:[^()\s]|\s+(?![\s)])|\((?:[^()]|\([^()]*\))*\))+(?=\s*\))/,lookbehind:!0,alias:"selector"},keyword:{pattern:/(^|[^\w-])(?:and|not|only|or)(?![\w-])/,lookbehind:!0}}},url:{pattern:RegExp("\\burl\\((?:"+l.source+"|"+/(?:[^\\\r\n()"']|\\[\s\S])*/.source+")\\)","i"),greedy:!0,inside:{function:/^url/i,punctuation:/^\(|\)$/,string:{pattern:RegExp("^"+l.source+"$"),alias:"url"}}},selector:{pattern:RegExp(`(^|[{}\\s])[^{}\\s](?:[^{};"'\\s]|\\s+(?![\\s{])|`+l.source+")*(?=\\s*\\{)"),lookbehind:!0},string:{pattern:l,greedy:!0},property:{pattern:/(^|[^-\w\xA0-\uFFFF])(?!\s)[-_a-z\xA0-\uFFFF](?:(?!\s)[-\w\xA0-\uFFFF])*(?=\s*:)/i,lookbehind:!0},important:/!important\b/i,function:{pattern:/(^|[^-a-z0-9])[-a-z0-9]+(?=\()/i,lookbehind:!0},punctuation:/[(){};:,]/},a.languages.css.atrule.inside.rest=a.languages.css;var i=a.languages.markup;i&&(i.tag.addInlined("style","css"),i.tag.addAttribute("style","css"))})(n)}}}),cu=Z({"../../node_modules/refractor/lang/markup.js"(e,t){t.exports=r,r.displayName="markup",r.aliases=["html","mathml","svg","xml","ssml","atom","rss"];function r(n){n.languages.markup={comment:{pattern://,greedy:!0},prolog:{pattern:/<\?[\s\S]+?\?>/,greedy:!0},doctype:{pattern:/"'[\]]|"[^"]*"|'[^']*')+(?:\[(?:[^<"'\]]|"[^"]*"|'[^']*'|<(?!!--)|)*\]\s*)?>/i,greedy:!0,inside:{"internal-subset":{pattern:/(^[^\[]*\[)[\s\S]+(?=\]>$)/,lookbehind:!0,greedy:!0,inside:null},string:{pattern:/"[^"]*"|'[^']*'/,greedy:!0},punctuation:/^$|[[\]]/,"doctype-tag":/^DOCTYPE/i,name:/[^\s<>'"]+/}},cdata:{pattern://i,greedy:!0},tag:{pattern:/<\/?(?!\d)[^\s>\/=$<%]+(?:\s(?:\s*[^\s>\/=]+(?:\s*=\s*(?:"[^"]*"|'[^']*'|[^\s'">=]+(?=[\s>]))|(?=[\s/>])))+)?\s*\/?>/,greedy:!0,inside:{tag:{pattern:/^<\/?[^\s>\/]+/,inside:{punctuation:/^<\/?/,namespace:/^[^\s>\/:]+:/}},"special-attr":[],"attr-value":{pattern:/=\s*(?:"[^"]*"|'[^']*'|[^\s'">=]+)/,inside:{punctuation:[{pattern:/^=/,alias:"attr-equals"},/"|'/]}},punctuation:/\/?>/,"attr-name":{pattern:/[^\s>\/]+/,inside:{namespace:/^[^\s>\/:]+:/}}}},entity:[{pattern:/&[\da-z]{1,8};/i,alias:"named-entity"},/&#x?[\da-f]{1,8};/i]},n.languages.markup.tag.inside["attr-value"].inside.entity=n.languages.markup.entity,n.languages.markup.doctype.inside["internal-subset"].inside=n.languages.markup,n.hooks.add("wrap",function(a){a.type==="entity"&&(a.attributes.title=a.content.value.replace(/&/,"&"))}),Object.defineProperty(n.languages.markup.tag,"addInlined",{value:function(a,l){var i={};i["language-"+l]={pattern:/(^$)/i,lookbehind:!0,inside:n.languages[l]},i.cdata=/^$/i;var u={"included-cdata":{pattern://i,inside:i}};u["language-"+l]={pattern:/[\s\S]+/,inside:n.languages[l]};var s={};s[a]={pattern:RegExp(/(<__[^>]*>)(?:))*\]\]>|(?!)/.source.replace(/__/g,function(){return a}),"i"),lookbehind:!0,greedy:!0,inside:u},n.languages.insertBefore("markup","cdata",s)}}),Object.defineProperty(n.languages.markup.tag,"addAttribute",{value:function(a,l){n.languages.markup.tag.inside["special-attr"].push({pattern:RegExp(/(^|["'\s])/.source+"(?:"+a+")"+/\s*=\s*(?:"[^"]*"|'[^']*'|[^\s'">=]+(?=[\s>]))/.source,"i"),lookbehind:!0,inside:{"attr-name":/^[^\s=]+/,"attr-value":{pattern:/=[\s\S]+/,inside:{value:{pattern:/(^=\s*(["']|(?!["'])))\S[\s\S]*(?=\2$)/,lookbehind:!0,alias:[l,"language-"+l],inside:n.languages[l]},punctuation:[{pattern:/^=/,alias:"attr-equals"},/"|'/]}}}})}}),n.languages.html=n.languages.markup,n.languages.mathml=n.languages.markup,n.languages.svg=n.languages.markup,n.languages.xml=n.languages.extend("markup",{}),n.languages.ssml=n.languages.xml,n.languages.atom=n.languages.xml,n.languages.rss=n.languages.xml}}}),Yp=Z({"../../node_modules/xtend/immutable.js"(e,t){t.exports=n;var r=Object.prototype.hasOwnProperty;function n(){for(var a={},l=0;l4&&x.slice(0,4)===l&&i.test(g)&&(g.charAt(4)==="-"?A=d(g):g=f(g),v=n),new v(A,g))}function d(h){var g=h.slice(5).replace(u,p);return l+g.charAt(0).toUpperCase()+g.slice(1)}function f(h){var g=h.slice(4);return u.test(g)?h:(g=g.replace(s,m),g.charAt(0)!=="-"&&(g="-"+g),l+g)}function m(h){return"-"+h.toLowerCase()}function p(h){return h.charAt(1).toUpperCase()}}}),o2=Z({"../../node_modules/hast-util-parse-selector/index.js"(e,t){t.exports=n;var r=/[#.]/g;function n(a,l){for(var i=a||"",u=l||"div",s={},c=0,d,f,m;c",Iacute:"Í",Icirc:"Î",Igrave:"Ì",Iuml:"Ï",LT:"<",Ntilde:"Ñ",Oacute:"Ó",Ocirc:"Ô",Ograve:"Ò",Oslash:"Ø",Otilde:"Õ",Ouml:"Ö",QUOT:'"',REG:"®",THORN:"Þ",Uacute:"Ú",Ucirc:"Û",Ugrave:"Ù",Uuml:"Ü",Yacute:"Ý",aacute:"á",acirc:"â",acute:"´",aelig:"æ",agrave:"à",amp:"&",aring:"å",atilde:"ã",auml:"ä",brvbar:"¦",ccedil:"ç",cedil:"¸",cent:"¢",copy:"©",curren:"¤",deg:"°",divide:"÷",eacute:"é",ecirc:"ê",egrave:"è",eth:"ð",euml:"ë",frac12:"½",frac14:"¼",frac34:"¾",gt:">",iacute:"í",icirc:"î",iexcl:"¡",igrave:"ì",iquest:"¿",iuml:"ï",laquo:"«",lt:"<",macr:"¯",micro:"µ",middot:"·",nbsp:" ",not:"¬",ntilde:"ñ",oacute:"ó",ocirc:"ô",ograve:"ò",ordf:"ª",ordm:"º",oslash:"ø",otilde:"õ",ouml:"ö",para:"¶",plusmn:"±",pound:"£",quot:'"',raquo:"»",reg:"®",sect:"§",shy:"­",sup1:"¹",sup2:"²",sup3:"³",szlig:"ß",thorn:"þ",times:"×",uacute:"ú",ucirc:"û",ugrave:"ù",uml:"¨",uuml:"ü",yacute:"ý",yen:"¥",yuml:"ÿ"}}}),p2=Z({"../../node_modules/character-reference-invalid/index.json"(e,t){t.exports={0:"�",128:"€",130:"‚",131:"ƒ",132:"„",133:"…",134:"†",135:"‡",136:"ˆ",137:"‰",138:"Š",139:"‹",140:"Œ",142:"Ž",145:"‘",146:"’",147:"“",148:"”",149:"•",150:"–",151:"—",152:"˜",153:"™",154:"š",155:"›",156:"œ",158:"ž",159:"Ÿ"}}}),gu=Z({"../../node_modules/is-decimal/index.js"(e,t){t.exports=r;function r(n){var a=typeof n=="string"?n.charCodeAt(0):n;return a>=48&&a<=57}}}),f2=Z({"../../node_modules/is-hexadecimal/index.js"(e,t){t.exports=r;function r(n){var a=typeof n=="string"?n.charCodeAt(0):n;return a>=97&&a<=102||a>=65&&a<=70||a>=48&&a<=57}}}),m2=Z({"../../node_modules/is-alphabetical/index.js"(e,t){t.exports=r;function r(n){var a=typeof n=="string"?n.charCodeAt(0):n;return a>=97&&a<=122||a>=65&&a<=90}}}),g2=Z({"../../node_modules/is-alphanumerical/index.js"(e,t){var r=m2(),n=gu();t.exports=a;function a(l){return r(l)||n(l)}}}),h2=Z({"../../node_modules/parse-entities/node_modules/character-entities/index.json"(e,t){t.exports={AEli:"Æ",AElig:"Æ",AM:"&",AMP:"&",Aacut:"Á",Aacute:"Á",Abreve:"Ă",Acir:"Â",Acirc:"Â",Acy:"А",Afr:"𝔄",Agrav:"À",Agrave:"À",Alpha:"Α",Amacr:"Ā",And:"⩓",Aogon:"Ą",Aopf:"𝔸",ApplyFunction:"⁡",Arin:"Å",Aring:"Å",Ascr:"𝒜",Assign:"≔",Atild:"Ã",Atilde:"Ã",Aum:"Ä",Auml:"Ä",Backslash:"∖",Barv:"⫧",Barwed:"⌆",Bcy:"Б",Because:"∵",Bernoullis:"ℬ",Beta:"Β",Bfr:"𝔅",Bopf:"𝔹",Breve:"˘",Bscr:"ℬ",Bumpeq:"≎",CHcy:"Ч",COP:"©",COPY:"©",Cacute:"Ć",Cap:"⋒",CapitalDifferentialD:"ⅅ",Cayleys:"ℭ",Ccaron:"Č",Ccedi:"Ç",Ccedil:"Ç",Ccirc:"Ĉ",Cconint:"∰",Cdot:"Ċ",Cedilla:"¸",CenterDot:"·",Cfr:"ℭ",Chi:"Χ",CircleDot:"⊙",CircleMinus:"⊖",CirclePlus:"⊕",CircleTimes:"⊗",ClockwiseContourIntegral:"∲",CloseCurlyDoubleQuote:"”",CloseCurlyQuote:"’",Colon:"∷",Colone:"⩴",Congruent:"≡",Conint:"∯",ContourIntegral:"∮",Copf:"ℂ",Coproduct:"∐",CounterClockwiseContourIntegral:"∳",Cross:"⨯",Cscr:"𝒞",Cup:"⋓",CupCap:"≍",DD:"ⅅ",DDotrahd:"⤑",DJcy:"Ђ",DScy:"Ѕ",DZcy:"Џ",Dagger:"‡",Darr:"↡",Dashv:"⫤",Dcaron:"Ď",Dcy:"Д",Del:"∇",Delta:"Δ",Dfr:"𝔇",DiacriticalAcute:"´",DiacriticalDot:"˙",DiacriticalDoubleAcute:"˝",DiacriticalGrave:"`",DiacriticalTilde:"˜",Diamond:"⋄",DifferentialD:"ⅆ",Dopf:"𝔻",Dot:"¨",DotDot:"⃜",DotEqual:"≐",DoubleContourIntegral:"∯",DoubleDot:"¨",DoubleDownArrow:"⇓",DoubleLeftArrow:"⇐",DoubleLeftRightArrow:"⇔",DoubleLeftTee:"⫤",DoubleLongLeftArrow:"⟸",DoubleLongLeftRightArrow:"⟺",DoubleLongRightArrow:"⟹",DoubleRightArrow:"⇒",DoubleRightTee:"⊨",DoubleUpArrow:"⇑",DoubleUpDownArrow:"⇕",DoubleVerticalBar:"∥",DownArrow:"↓",DownArrowBar:"⤓",DownArrowUpArrow:"⇵",DownBreve:"̑",DownLeftRightVector:"⥐",DownLeftTeeVector:"⥞",DownLeftVector:"↽",DownLeftVectorBar:"⥖",DownRightTeeVector:"⥟",DownRightVector:"⇁",DownRightVectorBar:"⥗",DownTee:"⊤",DownTeeArrow:"↧",Downarrow:"⇓",Dscr:"𝒟",Dstrok:"Đ",ENG:"Ŋ",ET:"Ð",ETH:"Ð",Eacut:"É",Eacute:"É",Ecaron:"Ě",Ecir:"Ê",Ecirc:"Ê",Ecy:"Э",Edot:"Ė",Efr:"𝔈",Egrav:"È",Egrave:"È",Element:"∈",Emacr:"Ē",EmptySmallSquare:"◻",EmptyVerySmallSquare:"▫",Eogon:"Ę",Eopf:"𝔼",Epsilon:"Ε",Equal:"⩵",EqualTilde:"≂",Equilibrium:"⇌",Escr:"ℰ",Esim:"⩳",Eta:"Η",Eum:"Ë",Euml:"Ë",Exists:"∃",ExponentialE:"ⅇ",Fcy:"Ф",Ffr:"𝔉",FilledSmallSquare:"◼",FilledVerySmallSquare:"▪",Fopf:"𝔽",ForAll:"∀",Fouriertrf:"ℱ",Fscr:"ℱ",GJcy:"Ѓ",G:">",GT:">",Gamma:"Γ",Gammad:"Ϝ",Gbreve:"Ğ",Gcedil:"Ģ",Gcirc:"Ĝ",Gcy:"Г",Gdot:"Ġ",Gfr:"𝔊",Gg:"⋙",Gopf:"𝔾",GreaterEqual:"≥",GreaterEqualLess:"⋛",GreaterFullEqual:"≧",GreaterGreater:"⪢",GreaterLess:"≷",GreaterSlantEqual:"⩾",GreaterTilde:"≳",Gscr:"𝒢",Gt:"≫",HARDcy:"Ъ",Hacek:"ˇ",Hat:"^",Hcirc:"Ĥ",Hfr:"ℌ",HilbertSpace:"ℋ",Hopf:"ℍ",HorizontalLine:"─",Hscr:"ℋ",Hstrok:"Ħ",HumpDownHump:"≎",HumpEqual:"≏",IEcy:"Е",IJlig:"IJ",IOcy:"Ё",Iacut:"Í",Iacute:"Í",Icir:"Î",Icirc:"Î",Icy:"И",Idot:"İ",Ifr:"ℑ",Igrav:"Ì",Igrave:"Ì",Im:"ℑ",Imacr:"Ī",ImaginaryI:"ⅈ",Implies:"⇒",Int:"∬",Integral:"∫",Intersection:"⋂",InvisibleComma:"⁣",InvisibleTimes:"⁢",Iogon:"Į",Iopf:"𝕀",Iota:"Ι",Iscr:"ℐ",Itilde:"Ĩ",Iukcy:"І",Ium:"Ï",Iuml:"Ï",Jcirc:"Ĵ",Jcy:"Й",Jfr:"𝔍",Jopf:"𝕁",Jscr:"𝒥",Jsercy:"Ј",Jukcy:"Є",KHcy:"Х",KJcy:"Ќ",Kappa:"Κ",Kcedil:"Ķ",Kcy:"К",Kfr:"𝔎",Kopf:"𝕂",Kscr:"𝒦",LJcy:"Љ",L:"<",LT:"<",Lacute:"Ĺ",Lambda:"Λ",Lang:"⟪",Laplacetrf:"ℒ",Larr:"↞",Lcaron:"Ľ",Lcedil:"Ļ",Lcy:"Л",LeftAngleBracket:"⟨",LeftArrow:"←",LeftArrowBar:"⇤",LeftArrowRightArrow:"⇆",LeftCeiling:"⌈",LeftDoubleBracket:"⟦",LeftDownTeeVector:"⥡",LeftDownVector:"⇃",LeftDownVectorBar:"⥙",LeftFloor:"⌊",LeftRightArrow:"↔",LeftRightVector:"⥎",LeftTee:"⊣",LeftTeeArrow:"↤",LeftTeeVector:"⥚",LeftTriangle:"⊲",LeftTriangleBar:"⧏",LeftTriangleEqual:"⊴",LeftUpDownVector:"⥑",LeftUpTeeVector:"⥠",LeftUpVector:"↿",LeftUpVectorBar:"⥘",LeftVector:"↼",LeftVectorBar:"⥒",Leftarrow:"⇐",Leftrightarrow:"⇔",LessEqualGreater:"⋚",LessFullEqual:"≦",LessGreater:"≶",LessLess:"⪡",LessSlantEqual:"⩽",LessTilde:"≲",Lfr:"𝔏",Ll:"⋘",Lleftarrow:"⇚",Lmidot:"Ŀ",LongLeftArrow:"⟵",LongLeftRightArrow:"⟷",LongRightArrow:"⟶",Longleftarrow:"⟸",Longleftrightarrow:"⟺",Longrightarrow:"⟹",Lopf:"𝕃",LowerLeftArrow:"↙",LowerRightArrow:"↘",Lscr:"ℒ",Lsh:"↰",Lstrok:"Ł",Lt:"≪",Map:"⤅",Mcy:"М",MediumSpace:" ",Mellintrf:"ℳ",Mfr:"𝔐",MinusPlus:"∓",Mopf:"𝕄",Mscr:"ℳ",Mu:"Μ",NJcy:"Њ",Nacute:"Ń",Ncaron:"Ň",Ncedil:"Ņ",Ncy:"Н",NegativeMediumSpace:"​",NegativeThickSpace:"​",NegativeThinSpace:"​",NegativeVeryThinSpace:"​",NestedGreaterGreater:"≫",NestedLessLess:"≪",NewLine:` +`,Nfr:"𝔑",NoBreak:"⁠",NonBreakingSpace:" ",Nopf:"ℕ",Not:"⫬",NotCongruent:"≢",NotCupCap:"≭",NotDoubleVerticalBar:"∦",NotElement:"∉",NotEqual:"≠",NotEqualTilde:"≂̸",NotExists:"∄",NotGreater:"≯",NotGreaterEqual:"≱",NotGreaterFullEqual:"≧̸",NotGreaterGreater:"≫̸",NotGreaterLess:"≹",NotGreaterSlantEqual:"⩾̸",NotGreaterTilde:"≵",NotHumpDownHump:"≎̸",NotHumpEqual:"≏̸",NotLeftTriangle:"⋪",NotLeftTriangleBar:"⧏̸",NotLeftTriangleEqual:"⋬",NotLess:"≮",NotLessEqual:"≰",NotLessGreater:"≸",NotLessLess:"≪̸",NotLessSlantEqual:"⩽̸",NotLessTilde:"≴",NotNestedGreaterGreater:"⪢̸",NotNestedLessLess:"⪡̸",NotPrecedes:"⊀",NotPrecedesEqual:"⪯̸",NotPrecedesSlantEqual:"⋠",NotReverseElement:"∌",NotRightTriangle:"⋫",NotRightTriangleBar:"⧐̸",NotRightTriangleEqual:"⋭",NotSquareSubset:"⊏̸",NotSquareSubsetEqual:"⋢",NotSquareSuperset:"⊐̸",NotSquareSupersetEqual:"⋣",NotSubset:"⊂⃒",NotSubsetEqual:"⊈",NotSucceeds:"⊁",NotSucceedsEqual:"⪰̸",NotSucceedsSlantEqual:"⋡",NotSucceedsTilde:"≿̸",NotSuperset:"⊃⃒",NotSupersetEqual:"⊉",NotTilde:"≁",NotTildeEqual:"≄",NotTildeFullEqual:"≇",NotTildeTilde:"≉",NotVerticalBar:"∤",Nscr:"𝒩",Ntild:"Ñ",Ntilde:"Ñ",Nu:"Ν",OElig:"Œ",Oacut:"Ó",Oacute:"Ó",Ocir:"Ô",Ocirc:"Ô",Ocy:"О",Odblac:"Ő",Ofr:"𝔒",Ograv:"Ò",Ograve:"Ò",Omacr:"Ō",Omega:"Ω",Omicron:"Ο",Oopf:"𝕆",OpenCurlyDoubleQuote:"“",OpenCurlyQuote:"‘",Or:"⩔",Oscr:"𝒪",Oslas:"Ø",Oslash:"Ø",Otild:"Õ",Otilde:"Õ",Otimes:"⨷",Oum:"Ö",Ouml:"Ö",OverBar:"‾",OverBrace:"⏞",OverBracket:"⎴",OverParenthesis:"⏜",PartialD:"∂",Pcy:"П",Pfr:"𝔓",Phi:"Φ",Pi:"Π",PlusMinus:"±",Poincareplane:"ℌ",Popf:"ℙ",Pr:"⪻",Precedes:"≺",PrecedesEqual:"⪯",PrecedesSlantEqual:"≼",PrecedesTilde:"≾",Prime:"″",Product:"∏",Proportion:"∷",Proportional:"∝",Pscr:"𝒫",Psi:"Ψ",QUO:'"',QUOT:'"',Qfr:"𝔔",Qopf:"ℚ",Qscr:"𝒬",RBarr:"⤐",RE:"®",REG:"®",Racute:"Ŕ",Rang:"⟫",Rarr:"↠",Rarrtl:"⤖",Rcaron:"Ř",Rcedil:"Ŗ",Rcy:"Р",Re:"ℜ",ReverseElement:"∋",ReverseEquilibrium:"⇋",ReverseUpEquilibrium:"⥯",Rfr:"ℜ",Rho:"Ρ",RightAngleBracket:"⟩",RightArrow:"→",RightArrowBar:"⇥",RightArrowLeftArrow:"⇄",RightCeiling:"⌉",RightDoubleBracket:"⟧",RightDownTeeVector:"⥝",RightDownVector:"⇂",RightDownVectorBar:"⥕",RightFloor:"⌋",RightTee:"⊢",RightTeeArrow:"↦",RightTeeVector:"⥛",RightTriangle:"⊳",RightTriangleBar:"⧐",RightTriangleEqual:"⊵",RightUpDownVector:"⥏",RightUpTeeVector:"⥜",RightUpVector:"↾",RightUpVectorBar:"⥔",RightVector:"⇀",RightVectorBar:"⥓",Rightarrow:"⇒",Ropf:"ℝ",RoundImplies:"⥰",Rrightarrow:"⇛",Rscr:"ℛ",Rsh:"↱",RuleDelayed:"⧴",SHCHcy:"Щ",SHcy:"Ш",SOFTcy:"Ь",Sacute:"Ś",Sc:"⪼",Scaron:"Š",Scedil:"Ş",Scirc:"Ŝ",Scy:"С",Sfr:"𝔖",ShortDownArrow:"↓",ShortLeftArrow:"←",ShortRightArrow:"→",ShortUpArrow:"↑",Sigma:"Σ",SmallCircle:"∘",Sopf:"𝕊",Sqrt:"√",Square:"□",SquareIntersection:"⊓",SquareSubset:"⊏",SquareSubsetEqual:"⊑",SquareSuperset:"⊐",SquareSupersetEqual:"⊒",SquareUnion:"⊔",Sscr:"𝒮",Star:"⋆",Sub:"⋐",Subset:"⋐",SubsetEqual:"⊆",Succeeds:"≻",SucceedsEqual:"⪰",SucceedsSlantEqual:"≽",SucceedsTilde:"≿",SuchThat:"∋",Sum:"∑",Sup:"⋑",Superset:"⊃",SupersetEqual:"⊇",Supset:"⋑",THOR:"Þ",THORN:"Þ",TRADE:"™",TSHcy:"Ћ",TScy:"Ц",Tab:" ",Tau:"Τ",Tcaron:"Ť",Tcedil:"Ţ",Tcy:"Т",Tfr:"𝔗",Therefore:"∴",Theta:"Θ",ThickSpace:"  ",ThinSpace:" ",Tilde:"∼",TildeEqual:"≃",TildeFullEqual:"≅",TildeTilde:"≈",Topf:"𝕋",TripleDot:"⃛",Tscr:"𝒯",Tstrok:"Ŧ",Uacut:"Ú",Uacute:"Ú",Uarr:"↟",Uarrocir:"⥉",Ubrcy:"Ў",Ubreve:"Ŭ",Ucir:"Û",Ucirc:"Û",Ucy:"У",Udblac:"Ű",Ufr:"𝔘",Ugrav:"Ù",Ugrave:"Ù",Umacr:"Ū",UnderBar:"_",UnderBrace:"⏟",UnderBracket:"⎵",UnderParenthesis:"⏝",Union:"⋃",UnionPlus:"⊎",Uogon:"Ų",Uopf:"𝕌",UpArrow:"↑",UpArrowBar:"⤒",UpArrowDownArrow:"⇅",UpDownArrow:"↕",UpEquilibrium:"⥮",UpTee:"⊥",UpTeeArrow:"↥",Uparrow:"⇑",Updownarrow:"⇕",UpperLeftArrow:"↖",UpperRightArrow:"↗",Upsi:"ϒ",Upsilon:"Υ",Uring:"Ů",Uscr:"𝒰",Utilde:"Ũ",Uum:"Ü",Uuml:"Ü",VDash:"⊫",Vbar:"⫫",Vcy:"В",Vdash:"⊩",Vdashl:"⫦",Vee:"⋁",Verbar:"‖",Vert:"‖",VerticalBar:"∣",VerticalLine:"|",VerticalSeparator:"❘",VerticalTilde:"≀",VeryThinSpace:" ",Vfr:"𝔙",Vopf:"𝕍",Vscr:"𝒱",Vvdash:"⊪",Wcirc:"Ŵ",Wedge:"⋀",Wfr:"𝔚",Wopf:"𝕎",Wscr:"𝒲",Xfr:"𝔛",Xi:"Ξ",Xopf:"𝕏",Xscr:"𝒳",YAcy:"Я",YIcy:"Ї",YUcy:"Ю",Yacut:"Ý",Yacute:"Ý",Ycirc:"Ŷ",Ycy:"Ы",Yfr:"𝔜",Yopf:"𝕐",Yscr:"𝒴",Yuml:"Ÿ",ZHcy:"Ж",Zacute:"Ź",Zcaron:"Ž",Zcy:"З",Zdot:"Ż",ZeroWidthSpace:"​",Zeta:"Ζ",Zfr:"ℨ",Zopf:"ℤ",Zscr:"𝒵",aacut:"á",aacute:"á",abreve:"ă",ac:"∾",acE:"∾̳",acd:"∿",acir:"â",acirc:"â",acut:"´",acute:"´",acy:"а",aeli:"æ",aelig:"æ",af:"⁡",afr:"𝔞",agrav:"à",agrave:"à",alefsym:"ℵ",aleph:"ℵ",alpha:"α",amacr:"ā",amalg:"⨿",am:"&",amp:"&",and:"∧",andand:"⩕",andd:"⩜",andslope:"⩘",andv:"⩚",ang:"∠",ange:"⦤",angle:"∠",angmsd:"∡",angmsdaa:"⦨",angmsdab:"⦩",angmsdac:"⦪",angmsdad:"⦫",angmsdae:"⦬",angmsdaf:"⦭",angmsdag:"⦮",angmsdah:"⦯",angrt:"∟",angrtvb:"⊾",angrtvbd:"⦝",angsph:"∢",angst:"Å",angzarr:"⍼",aogon:"ą",aopf:"𝕒",ap:"≈",apE:"⩰",apacir:"⩯",ape:"≊",apid:"≋",apos:"'",approx:"≈",approxeq:"≊",arin:"å",aring:"å",ascr:"𝒶",ast:"*",asymp:"≈",asympeq:"≍",atild:"ã",atilde:"ã",aum:"ä",auml:"ä",awconint:"∳",awint:"⨑",bNot:"⫭",backcong:"≌",backepsilon:"϶",backprime:"‵",backsim:"∽",backsimeq:"⋍",barvee:"⊽",barwed:"⌅",barwedge:"⌅",bbrk:"⎵",bbrktbrk:"⎶",bcong:"≌",bcy:"б",bdquo:"„",becaus:"∵",because:"∵",bemptyv:"⦰",bepsi:"϶",bernou:"ℬ",beta:"β",beth:"ℶ",between:"≬",bfr:"𝔟",bigcap:"⋂",bigcirc:"◯",bigcup:"⋃",bigodot:"⨀",bigoplus:"⨁",bigotimes:"⨂",bigsqcup:"⨆",bigstar:"★",bigtriangledown:"▽",bigtriangleup:"△",biguplus:"⨄",bigvee:"⋁",bigwedge:"⋀",bkarow:"⤍",blacklozenge:"⧫",blacksquare:"▪",blacktriangle:"▴",blacktriangledown:"▾",blacktriangleleft:"◂",blacktriangleright:"▸",blank:"␣",blk12:"▒",blk14:"░",blk34:"▓",block:"█",bne:"=⃥",bnequiv:"≡⃥",bnot:"⌐",bopf:"𝕓",bot:"⊥",bottom:"⊥",bowtie:"⋈",boxDL:"╗",boxDR:"╔",boxDl:"╖",boxDr:"╓",boxH:"═",boxHD:"╦",boxHU:"╩",boxHd:"╤",boxHu:"╧",boxUL:"╝",boxUR:"╚",boxUl:"╜",boxUr:"╙",boxV:"║",boxVH:"╬",boxVL:"╣",boxVR:"╠",boxVh:"╫",boxVl:"╢",boxVr:"╟",boxbox:"⧉",boxdL:"╕",boxdR:"╒",boxdl:"┐",boxdr:"┌",boxh:"─",boxhD:"╥",boxhU:"╨",boxhd:"┬",boxhu:"┴",boxminus:"⊟",boxplus:"⊞",boxtimes:"⊠",boxuL:"╛",boxuR:"╘",boxul:"┘",boxur:"└",boxv:"│",boxvH:"╪",boxvL:"╡",boxvR:"╞",boxvh:"┼",boxvl:"┤",boxvr:"├",bprime:"‵",breve:"˘",brvba:"¦",brvbar:"¦",bscr:"𝒷",bsemi:"⁏",bsim:"∽",bsime:"⋍",bsol:"\\",bsolb:"⧅",bsolhsub:"⟈",bull:"•",bullet:"•",bump:"≎",bumpE:"⪮",bumpe:"≏",bumpeq:"≏",cacute:"ć",cap:"∩",capand:"⩄",capbrcup:"⩉",capcap:"⩋",capcup:"⩇",capdot:"⩀",caps:"∩︀",caret:"⁁",caron:"ˇ",ccaps:"⩍",ccaron:"č",ccedi:"ç",ccedil:"ç",ccirc:"ĉ",ccups:"⩌",ccupssm:"⩐",cdot:"ċ",cedi:"¸",cedil:"¸",cemptyv:"⦲",cen:"¢",cent:"¢",centerdot:"·",cfr:"𝔠",chcy:"ч",check:"✓",checkmark:"✓",chi:"χ",cir:"○",cirE:"⧃",circ:"ˆ",circeq:"≗",circlearrowleft:"↺",circlearrowright:"↻",circledR:"®",circledS:"Ⓢ",circledast:"⊛",circledcirc:"⊚",circleddash:"⊝",cire:"≗",cirfnint:"⨐",cirmid:"⫯",cirscir:"⧂",clubs:"♣",clubsuit:"♣",colon:":",colone:"≔",coloneq:"≔",comma:",",commat:"@",comp:"∁",compfn:"∘",complement:"∁",complexes:"ℂ",cong:"≅",congdot:"⩭",conint:"∮",copf:"𝕔",coprod:"∐",cop:"©",copy:"©",copysr:"℗",crarr:"↵",cross:"✗",cscr:"𝒸",csub:"⫏",csube:"⫑",csup:"⫐",csupe:"⫒",ctdot:"⋯",cudarrl:"⤸",cudarrr:"⤵",cuepr:"⋞",cuesc:"⋟",cularr:"↶",cularrp:"⤽",cup:"∪",cupbrcap:"⩈",cupcap:"⩆",cupcup:"⩊",cupdot:"⊍",cupor:"⩅",cups:"∪︀",curarr:"↷",curarrm:"⤼",curlyeqprec:"⋞",curlyeqsucc:"⋟",curlyvee:"⋎",curlywedge:"⋏",curre:"¤",curren:"¤",curvearrowleft:"↶",curvearrowright:"↷",cuvee:"⋎",cuwed:"⋏",cwconint:"∲",cwint:"∱",cylcty:"⌭",dArr:"⇓",dHar:"⥥",dagger:"†",daleth:"ℸ",darr:"↓",dash:"‐",dashv:"⊣",dbkarow:"⤏",dblac:"˝",dcaron:"ď",dcy:"д",dd:"ⅆ",ddagger:"‡",ddarr:"⇊",ddotseq:"⩷",de:"°",deg:"°",delta:"δ",demptyv:"⦱",dfisht:"⥿",dfr:"𝔡",dharl:"⇃",dharr:"⇂",diam:"⋄",diamond:"⋄",diamondsuit:"♦",diams:"♦",die:"¨",digamma:"ϝ",disin:"⋲",div:"÷",divid:"÷",divide:"÷",divideontimes:"⋇",divonx:"⋇",djcy:"ђ",dlcorn:"⌞",dlcrop:"⌍",dollar:"$",dopf:"𝕕",dot:"˙",doteq:"≐",doteqdot:"≑",dotminus:"∸",dotplus:"∔",dotsquare:"⊡",doublebarwedge:"⌆",downarrow:"↓",downdownarrows:"⇊",downharpoonleft:"⇃",downharpoonright:"⇂",drbkarow:"⤐",drcorn:"⌟",drcrop:"⌌",dscr:"𝒹",dscy:"ѕ",dsol:"⧶",dstrok:"đ",dtdot:"⋱",dtri:"▿",dtrif:"▾",duarr:"⇵",duhar:"⥯",dwangle:"⦦",dzcy:"џ",dzigrarr:"⟿",eDDot:"⩷",eDot:"≑",eacut:"é",eacute:"é",easter:"⩮",ecaron:"ě",ecir:"ê",ecirc:"ê",ecolon:"≕",ecy:"э",edot:"ė",ee:"ⅇ",efDot:"≒",efr:"𝔢",eg:"⪚",egrav:"è",egrave:"è",egs:"⪖",egsdot:"⪘",el:"⪙",elinters:"⏧",ell:"ℓ",els:"⪕",elsdot:"⪗",emacr:"ē",empty:"∅",emptyset:"∅",emptyv:"∅",emsp13:" ",emsp14:" ",emsp:" ",eng:"ŋ",ensp:" ",eogon:"ę",eopf:"𝕖",epar:"⋕",eparsl:"⧣",eplus:"⩱",epsi:"ε",epsilon:"ε",epsiv:"ϵ",eqcirc:"≖",eqcolon:"≕",eqsim:"≂",eqslantgtr:"⪖",eqslantless:"⪕",equals:"=",equest:"≟",equiv:"≡",equivDD:"⩸",eqvparsl:"⧥",erDot:"≓",erarr:"⥱",escr:"ℯ",esdot:"≐",esim:"≂",eta:"η",et:"ð",eth:"ð",eum:"ë",euml:"ë",euro:"€",excl:"!",exist:"∃",expectation:"ℰ",exponentiale:"ⅇ",fallingdotseq:"≒",fcy:"ф",female:"♀",ffilig:"ffi",fflig:"ff",ffllig:"ffl",ffr:"𝔣",filig:"fi",fjlig:"fj",flat:"♭",fllig:"fl",fltns:"▱",fnof:"ƒ",fopf:"𝕗",forall:"∀",fork:"⋔",forkv:"⫙",fpartint:"⨍",frac1:"¼",frac12:"½",frac13:"⅓",frac14:"¼",frac15:"⅕",frac16:"⅙",frac18:"⅛",frac23:"⅔",frac25:"⅖",frac3:"¾",frac34:"¾",frac35:"⅗",frac38:"⅜",frac45:"⅘",frac56:"⅚",frac58:"⅝",frac78:"⅞",frasl:"⁄",frown:"⌢",fscr:"𝒻",gE:"≧",gEl:"⪌",gacute:"ǵ",gamma:"γ",gammad:"ϝ",gap:"⪆",gbreve:"ğ",gcirc:"ĝ",gcy:"г",gdot:"ġ",ge:"≥",gel:"⋛",geq:"≥",geqq:"≧",geqslant:"⩾",ges:"⩾",gescc:"⪩",gesdot:"⪀",gesdoto:"⪂",gesdotol:"⪄",gesl:"⋛︀",gesles:"⪔",gfr:"𝔤",gg:"≫",ggg:"⋙",gimel:"ℷ",gjcy:"ѓ",gl:"≷",glE:"⪒",gla:"⪥",glj:"⪤",gnE:"≩",gnap:"⪊",gnapprox:"⪊",gne:"⪈",gneq:"⪈",gneqq:"≩",gnsim:"⋧",gopf:"𝕘",grave:"`",gscr:"ℊ",gsim:"≳",gsime:"⪎",gsiml:"⪐",g:">",gt:">",gtcc:"⪧",gtcir:"⩺",gtdot:"⋗",gtlPar:"⦕",gtquest:"⩼",gtrapprox:"⪆",gtrarr:"⥸",gtrdot:"⋗",gtreqless:"⋛",gtreqqless:"⪌",gtrless:"≷",gtrsim:"≳",gvertneqq:"≩︀",gvnE:"≩︀",hArr:"⇔",hairsp:" ",half:"½",hamilt:"ℋ",hardcy:"ъ",harr:"↔",harrcir:"⥈",harrw:"↭",hbar:"ℏ",hcirc:"ĥ",hearts:"♥",heartsuit:"♥",hellip:"…",hercon:"⊹",hfr:"𝔥",hksearow:"⤥",hkswarow:"⤦",hoarr:"⇿",homtht:"∻",hookleftarrow:"↩",hookrightarrow:"↪",hopf:"𝕙",horbar:"―",hscr:"𝒽",hslash:"ℏ",hstrok:"ħ",hybull:"⁃",hyphen:"‐",iacut:"í",iacute:"í",ic:"⁣",icir:"î",icirc:"î",icy:"и",iecy:"е",iexc:"¡",iexcl:"¡",iff:"⇔",ifr:"𝔦",igrav:"ì",igrave:"ì",ii:"ⅈ",iiiint:"⨌",iiint:"∭",iinfin:"⧜",iiota:"℩",ijlig:"ij",imacr:"ī",image:"ℑ",imagline:"ℐ",imagpart:"ℑ",imath:"ı",imof:"⊷",imped:"Ƶ",in:"∈",incare:"℅",infin:"∞",infintie:"⧝",inodot:"ı",int:"∫",intcal:"⊺",integers:"ℤ",intercal:"⊺",intlarhk:"⨗",intprod:"⨼",iocy:"ё",iogon:"į",iopf:"𝕚",iota:"ι",iprod:"⨼",iques:"¿",iquest:"¿",iscr:"𝒾",isin:"∈",isinE:"⋹",isindot:"⋵",isins:"⋴",isinsv:"⋳",isinv:"∈",it:"⁢",itilde:"ĩ",iukcy:"і",ium:"ï",iuml:"ï",jcirc:"ĵ",jcy:"й",jfr:"𝔧",jmath:"ȷ",jopf:"𝕛",jscr:"𝒿",jsercy:"ј",jukcy:"є",kappa:"κ",kappav:"ϰ",kcedil:"ķ",kcy:"к",kfr:"𝔨",kgreen:"ĸ",khcy:"х",kjcy:"ќ",kopf:"𝕜",kscr:"𝓀",lAarr:"⇚",lArr:"⇐",lAtail:"⤛",lBarr:"⤎",lE:"≦",lEg:"⪋",lHar:"⥢",lacute:"ĺ",laemptyv:"⦴",lagran:"ℒ",lambda:"λ",lang:"⟨",langd:"⦑",langle:"⟨",lap:"⪅",laqu:"«",laquo:"«",larr:"←",larrb:"⇤",larrbfs:"⤟",larrfs:"⤝",larrhk:"↩",larrlp:"↫",larrpl:"⤹",larrsim:"⥳",larrtl:"↢",lat:"⪫",latail:"⤙",late:"⪭",lates:"⪭︀",lbarr:"⤌",lbbrk:"❲",lbrace:"{",lbrack:"[",lbrke:"⦋",lbrksld:"⦏",lbrkslu:"⦍",lcaron:"ľ",lcedil:"ļ",lceil:"⌈",lcub:"{",lcy:"л",ldca:"⤶",ldquo:"“",ldquor:"„",ldrdhar:"⥧",ldrushar:"⥋",ldsh:"↲",le:"≤",leftarrow:"←",leftarrowtail:"↢",leftharpoondown:"↽",leftharpoonup:"↼",leftleftarrows:"⇇",leftrightarrow:"↔",leftrightarrows:"⇆",leftrightharpoons:"⇋",leftrightsquigarrow:"↭",leftthreetimes:"⋋",leg:"⋚",leq:"≤",leqq:"≦",leqslant:"⩽",les:"⩽",lescc:"⪨",lesdot:"⩿",lesdoto:"⪁",lesdotor:"⪃",lesg:"⋚︀",lesges:"⪓",lessapprox:"⪅",lessdot:"⋖",lesseqgtr:"⋚",lesseqqgtr:"⪋",lessgtr:"≶",lesssim:"≲",lfisht:"⥼",lfloor:"⌊",lfr:"𝔩",lg:"≶",lgE:"⪑",lhard:"↽",lharu:"↼",lharul:"⥪",lhblk:"▄",ljcy:"љ",ll:"≪",llarr:"⇇",llcorner:"⌞",llhard:"⥫",lltri:"◺",lmidot:"ŀ",lmoust:"⎰",lmoustache:"⎰",lnE:"≨",lnap:"⪉",lnapprox:"⪉",lne:"⪇",lneq:"⪇",lneqq:"≨",lnsim:"⋦",loang:"⟬",loarr:"⇽",lobrk:"⟦",longleftarrow:"⟵",longleftrightarrow:"⟷",longmapsto:"⟼",longrightarrow:"⟶",looparrowleft:"↫",looparrowright:"↬",lopar:"⦅",lopf:"𝕝",loplus:"⨭",lotimes:"⨴",lowast:"∗",lowbar:"_",loz:"◊",lozenge:"◊",lozf:"⧫",lpar:"(",lparlt:"⦓",lrarr:"⇆",lrcorner:"⌟",lrhar:"⇋",lrhard:"⥭",lrm:"‎",lrtri:"⊿",lsaquo:"‹",lscr:"𝓁",lsh:"↰",lsim:"≲",lsime:"⪍",lsimg:"⪏",lsqb:"[",lsquo:"‘",lsquor:"‚",lstrok:"ł",l:"<",lt:"<",ltcc:"⪦",ltcir:"⩹",ltdot:"⋖",lthree:"⋋",ltimes:"⋉",ltlarr:"⥶",ltquest:"⩻",ltrPar:"⦖",ltri:"◃",ltrie:"⊴",ltrif:"◂",lurdshar:"⥊",luruhar:"⥦",lvertneqq:"≨︀",lvnE:"≨︀",mDDot:"∺",mac:"¯",macr:"¯",male:"♂",malt:"✠",maltese:"✠",map:"↦",mapsto:"↦",mapstodown:"↧",mapstoleft:"↤",mapstoup:"↥",marker:"▮",mcomma:"⨩",mcy:"м",mdash:"—",measuredangle:"∡",mfr:"𝔪",mho:"℧",micr:"µ",micro:"µ",mid:"∣",midast:"*",midcir:"⫰",middo:"·",middot:"·",minus:"−",minusb:"⊟",minusd:"∸",minusdu:"⨪",mlcp:"⫛",mldr:"…",mnplus:"∓",models:"⊧",mopf:"𝕞",mp:"∓",mscr:"𝓂",mstpos:"∾",mu:"μ",multimap:"⊸",mumap:"⊸",nGg:"⋙̸",nGt:"≫⃒",nGtv:"≫̸",nLeftarrow:"⇍",nLeftrightarrow:"⇎",nLl:"⋘̸",nLt:"≪⃒",nLtv:"≪̸",nRightarrow:"⇏",nVDash:"⊯",nVdash:"⊮",nabla:"∇",nacute:"ń",nang:"∠⃒",nap:"≉",napE:"⩰̸",napid:"≋̸",napos:"ʼn",napprox:"≉",natur:"♮",natural:"♮",naturals:"ℕ",nbs:" ",nbsp:" ",nbump:"≎̸",nbumpe:"≏̸",ncap:"⩃",ncaron:"ň",ncedil:"ņ",ncong:"≇",ncongdot:"⩭̸",ncup:"⩂",ncy:"н",ndash:"–",ne:"≠",neArr:"⇗",nearhk:"⤤",nearr:"↗",nearrow:"↗",nedot:"≐̸",nequiv:"≢",nesear:"⤨",nesim:"≂̸",nexist:"∄",nexists:"∄",nfr:"𝔫",ngE:"≧̸",nge:"≱",ngeq:"≱",ngeqq:"≧̸",ngeqslant:"⩾̸",nges:"⩾̸",ngsim:"≵",ngt:"≯",ngtr:"≯",nhArr:"⇎",nharr:"↮",nhpar:"⫲",ni:"∋",nis:"⋼",nisd:"⋺",niv:"∋",njcy:"њ",nlArr:"⇍",nlE:"≦̸",nlarr:"↚",nldr:"‥",nle:"≰",nleftarrow:"↚",nleftrightarrow:"↮",nleq:"≰",nleqq:"≦̸",nleqslant:"⩽̸",nles:"⩽̸",nless:"≮",nlsim:"≴",nlt:"≮",nltri:"⋪",nltrie:"⋬",nmid:"∤",nopf:"𝕟",no:"¬",not:"¬",notin:"∉",notinE:"⋹̸",notindot:"⋵̸",notinva:"∉",notinvb:"⋷",notinvc:"⋶",notni:"∌",notniva:"∌",notnivb:"⋾",notnivc:"⋽",npar:"∦",nparallel:"∦",nparsl:"⫽⃥",npart:"∂̸",npolint:"⨔",npr:"⊀",nprcue:"⋠",npre:"⪯̸",nprec:"⊀",npreceq:"⪯̸",nrArr:"⇏",nrarr:"↛",nrarrc:"⤳̸",nrarrw:"↝̸",nrightarrow:"↛",nrtri:"⋫",nrtrie:"⋭",nsc:"⊁",nsccue:"⋡",nsce:"⪰̸",nscr:"𝓃",nshortmid:"∤",nshortparallel:"∦",nsim:"≁",nsime:"≄",nsimeq:"≄",nsmid:"∤",nspar:"∦",nsqsube:"⋢",nsqsupe:"⋣",nsub:"⊄",nsubE:"⫅̸",nsube:"⊈",nsubset:"⊂⃒",nsubseteq:"⊈",nsubseteqq:"⫅̸",nsucc:"⊁",nsucceq:"⪰̸",nsup:"⊅",nsupE:"⫆̸",nsupe:"⊉",nsupset:"⊃⃒",nsupseteq:"⊉",nsupseteqq:"⫆̸",ntgl:"≹",ntild:"ñ",ntilde:"ñ",ntlg:"≸",ntriangleleft:"⋪",ntrianglelefteq:"⋬",ntriangleright:"⋫",ntrianglerighteq:"⋭",nu:"ν",num:"#",numero:"№",numsp:" ",nvDash:"⊭",nvHarr:"⤄",nvap:"≍⃒",nvdash:"⊬",nvge:"≥⃒",nvgt:">⃒",nvinfin:"⧞",nvlArr:"⤂",nvle:"≤⃒",nvlt:"<⃒",nvltrie:"⊴⃒",nvrArr:"⤃",nvrtrie:"⊵⃒",nvsim:"∼⃒",nwArr:"⇖",nwarhk:"⤣",nwarr:"↖",nwarrow:"↖",nwnear:"⤧",oS:"Ⓢ",oacut:"ó",oacute:"ó",oast:"⊛",ocir:"ô",ocirc:"ô",ocy:"о",odash:"⊝",odblac:"ő",odiv:"⨸",odot:"⊙",odsold:"⦼",oelig:"œ",ofcir:"⦿",ofr:"𝔬",ogon:"˛",ograv:"ò",ograve:"ò",ogt:"⧁",ohbar:"⦵",ohm:"Ω",oint:"∮",olarr:"↺",olcir:"⦾",olcross:"⦻",oline:"‾",olt:"⧀",omacr:"ō",omega:"ω",omicron:"ο",omid:"⦶",ominus:"⊖",oopf:"𝕠",opar:"⦷",operp:"⦹",oplus:"⊕",or:"∨",orarr:"↻",ord:"º",order:"ℴ",orderof:"ℴ",ordf:"ª",ordm:"º",origof:"⊶",oror:"⩖",orslope:"⩗",orv:"⩛",oscr:"ℴ",oslas:"ø",oslash:"ø",osol:"⊘",otild:"õ",otilde:"õ",otimes:"⊗",otimesas:"⨶",oum:"ö",ouml:"ö",ovbar:"⌽",par:"¶",para:"¶",parallel:"∥",parsim:"⫳",parsl:"⫽",part:"∂",pcy:"п",percnt:"%",period:".",permil:"‰",perp:"⊥",pertenk:"‱",pfr:"𝔭",phi:"φ",phiv:"ϕ",phmmat:"ℳ",phone:"☎",pi:"π",pitchfork:"⋔",piv:"ϖ",planck:"ℏ",planckh:"ℎ",plankv:"ℏ",plus:"+",plusacir:"⨣",plusb:"⊞",pluscir:"⨢",plusdo:"∔",plusdu:"⨥",pluse:"⩲",plusm:"±",plusmn:"±",plussim:"⨦",plustwo:"⨧",pm:"±",pointint:"⨕",popf:"𝕡",poun:"£",pound:"£",pr:"≺",prE:"⪳",prap:"⪷",prcue:"≼",pre:"⪯",prec:"≺",precapprox:"⪷",preccurlyeq:"≼",preceq:"⪯",precnapprox:"⪹",precneqq:"⪵",precnsim:"⋨",precsim:"≾",prime:"′",primes:"ℙ",prnE:"⪵",prnap:"⪹",prnsim:"⋨",prod:"∏",profalar:"⌮",profline:"⌒",profsurf:"⌓",prop:"∝",propto:"∝",prsim:"≾",prurel:"⊰",pscr:"𝓅",psi:"ψ",puncsp:" ",qfr:"𝔮",qint:"⨌",qopf:"𝕢",qprime:"⁗",qscr:"𝓆",quaternions:"ℍ",quatint:"⨖",quest:"?",questeq:"≟",quo:'"',quot:'"',rAarr:"⇛",rArr:"⇒",rAtail:"⤜",rBarr:"⤏",rHar:"⥤",race:"∽̱",racute:"ŕ",radic:"√",raemptyv:"⦳",rang:"⟩",rangd:"⦒",range:"⦥",rangle:"⟩",raqu:"»",raquo:"»",rarr:"→",rarrap:"⥵",rarrb:"⇥",rarrbfs:"⤠",rarrc:"⤳",rarrfs:"⤞",rarrhk:"↪",rarrlp:"↬",rarrpl:"⥅",rarrsim:"⥴",rarrtl:"↣",rarrw:"↝",ratail:"⤚",ratio:"∶",rationals:"ℚ",rbarr:"⤍",rbbrk:"❳",rbrace:"}",rbrack:"]",rbrke:"⦌",rbrksld:"⦎",rbrkslu:"⦐",rcaron:"ř",rcedil:"ŗ",rceil:"⌉",rcub:"}",rcy:"р",rdca:"⤷",rdldhar:"⥩",rdquo:"”",rdquor:"”",rdsh:"↳",real:"ℜ",realine:"ℛ",realpart:"ℜ",reals:"ℝ",rect:"▭",re:"®",reg:"®",rfisht:"⥽",rfloor:"⌋",rfr:"𝔯",rhard:"⇁",rharu:"⇀",rharul:"⥬",rho:"ρ",rhov:"ϱ",rightarrow:"→",rightarrowtail:"↣",rightharpoondown:"⇁",rightharpoonup:"⇀",rightleftarrows:"⇄",rightleftharpoons:"⇌",rightrightarrows:"⇉",rightsquigarrow:"↝",rightthreetimes:"⋌",ring:"˚",risingdotseq:"≓",rlarr:"⇄",rlhar:"⇌",rlm:"‏",rmoust:"⎱",rmoustache:"⎱",rnmid:"⫮",roang:"⟭",roarr:"⇾",robrk:"⟧",ropar:"⦆",ropf:"𝕣",roplus:"⨮",rotimes:"⨵",rpar:")",rpargt:"⦔",rppolint:"⨒",rrarr:"⇉",rsaquo:"›",rscr:"𝓇",rsh:"↱",rsqb:"]",rsquo:"’",rsquor:"’",rthree:"⋌",rtimes:"⋊",rtri:"▹",rtrie:"⊵",rtrif:"▸",rtriltri:"⧎",ruluhar:"⥨",rx:"℞",sacute:"ś",sbquo:"‚",sc:"≻",scE:"⪴",scap:"⪸",scaron:"š",sccue:"≽",sce:"⪰",scedil:"ş",scirc:"ŝ",scnE:"⪶",scnap:"⪺",scnsim:"⋩",scpolint:"⨓",scsim:"≿",scy:"с",sdot:"⋅",sdotb:"⊡",sdote:"⩦",seArr:"⇘",searhk:"⤥",searr:"↘",searrow:"↘",sec:"§",sect:"§",semi:";",seswar:"⤩",setminus:"∖",setmn:"∖",sext:"✶",sfr:"𝔰",sfrown:"⌢",sharp:"♯",shchcy:"щ",shcy:"ш",shortmid:"∣",shortparallel:"∥",sh:"­",shy:"­",sigma:"σ",sigmaf:"ς",sigmav:"ς",sim:"∼",simdot:"⩪",sime:"≃",simeq:"≃",simg:"⪞",simgE:"⪠",siml:"⪝",simlE:"⪟",simne:"≆",simplus:"⨤",simrarr:"⥲",slarr:"←",smallsetminus:"∖",smashp:"⨳",smeparsl:"⧤",smid:"∣",smile:"⌣",smt:"⪪",smte:"⪬",smtes:"⪬︀",softcy:"ь",sol:"/",solb:"⧄",solbar:"⌿",sopf:"𝕤",spades:"♠",spadesuit:"♠",spar:"∥",sqcap:"⊓",sqcaps:"⊓︀",sqcup:"⊔",sqcups:"⊔︀",sqsub:"⊏",sqsube:"⊑",sqsubset:"⊏",sqsubseteq:"⊑",sqsup:"⊐",sqsupe:"⊒",sqsupset:"⊐",sqsupseteq:"⊒",squ:"□",square:"□",squarf:"▪",squf:"▪",srarr:"→",sscr:"𝓈",ssetmn:"∖",ssmile:"⌣",sstarf:"⋆",star:"☆",starf:"★",straightepsilon:"ϵ",straightphi:"ϕ",strns:"¯",sub:"⊂",subE:"⫅",subdot:"⪽",sube:"⊆",subedot:"⫃",submult:"⫁",subnE:"⫋",subne:"⊊",subplus:"⪿",subrarr:"⥹",subset:"⊂",subseteq:"⊆",subseteqq:"⫅",subsetneq:"⊊",subsetneqq:"⫋",subsim:"⫇",subsub:"⫕",subsup:"⫓",succ:"≻",succapprox:"⪸",succcurlyeq:"≽",succeq:"⪰",succnapprox:"⪺",succneqq:"⪶",succnsim:"⋩",succsim:"≿",sum:"∑",sung:"♪",sup:"⊃",sup1:"¹",sup2:"²",sup3:"³",supE:"⫆",supdot:"⪾",supdsub:"⫘",supe:"⊇",supedot:"⫄",suphsol:"⟉",suphsub:"⫗",suplarr:"⥻",supmult:"⫂",supnE:"⫌",supne:"⊋",supplus:"⫀",supset:"⊃",supseteq:"⊇",supseteqq:"⫆",supsetneq:"⊋",supsetneqq:"⫌",supsim:"⫈",supsub:"⫔",supsup:"⫖",swArr:"⇙",swarhk:"⤦",swarr:"↙",swarrow:"↙",swnwar:"⤪",szli:"ß",szlig:"ß",target:"⌖",tau:"τ",tbrk:"⎴",tcaron:"ť",tcedil:"ţ",tcy:"т",tdot:"⃛",telrec:"⌕",tfr:"𝔱",there4:"∴",therefore:"∴",theta:"θ",thetasym:"ϑ",thetav:"ϑ",thickapprox:"≈",thicksim:"∼",thinsp:" ",thkap:"≈",thksim:"∼",thor:"þ",thorn:"þ",tilde:"˜",time:"×",times:"×",timesb:"⊠",timesbar:"⨱",timesd:"⨰",tint:"∭",toea:"⤨",top:"⊤",topbot:"⌶",topcir:"⫱",topf:"𝕥",topfork:"⫚",tosa:"⤩",tprime:"‴",trade:"™",triangle:"▵",triangledown:"▿",triangleleft:"◃",trianglelefteq:"⊴",triangleq:"≜",triangleright:"▹",trianglerighteq:"⊵",tridot:"◬",trie:"≜",triminus:"⨺",triplus:"⨹",trisb:"⧍",tritime:"⨻",trpezium:"⏢",tscr:"𝓉",tscy:"ц",tshcy:"ћ",tstrok:"ŧ",twixt:"≬",twoheadleftarrow:"↞",twoheadrightarrow:"↠",uArr:"⇑",uHar:"⥣",uacut:"ú",uacute:"ú",uarr:"↑",ubrcy:"ў",ubreve:"ŭ",ucir:"û",ucirc:"û",ucy:"у",udarr:"⇅",udblac:"ű",udhar:"⥮",ufisht:"⥾",ufr:"𝔲",ugrav:"ù",ugrave:"ù",uharl:"↿",uharr:"↾",uhblk:"▀",ulcorn:"⌜",ulcorner:"⌜",ulcrop:"⌏",ultri:"◸",umacr:"ū",um:"¨",uml:"¨",uogon:"ų",uopf:"𝕦",uparrow:"↑",updownarrow:"↕",upharpoonleft:"↿",upharpoonright:"↾",uplus:"⊎",upsi:"υ",upsih:"ϒ",upsilon:"υ",upuparrows:"⇈",urcorn:"⌝",urcorner:"⌝",urcrop:"⌎",uring:"ů",urtri:"◹",uscr:"𝓊",utdot:"⋰",utilde:"ũ",utri:"▵",utrif:"▴",uuarr:"⇈",uum:"ü",uuml:"ü",uwangle:"⦧",vArr:"⇕",vBar:"⫨",vBarv:"⫩",vDash:"⊨",vangrt:"⦜",varepsilon:"ϵ",varkappa:"ϰ",varnothing:"∅",varphi:"ϕ",varpi:"ϖ",varpropto:"∝",varr:"↕",varrho:"ϱ",varsigma:"ς",varsubsetneq:"⊊︀",varsubsetneqq:"⫋︀",varsupsetneq:"⊋︀",varsupsetneqq:"⫌︀",vartheta:"ϑ",vartriangleleft:"⊲",vartriangleright:"⊳",vcy:"в",vdash:"⊢",vee:"∨",veebar:"⊻",veeeq:"≚",vellip:"⋮",verbar:"|",vert:"|",vfr:"𝔳",vltri:"⊲",vnsub:"⊂⃒",vnsup:"⊃⃒",vopf:"𝕧",vprop:"∝",vrtri:"⊳",vscr:"𝓋",vsubnE:"⫋︀",vsubne:"⊊︀",vsupnE:"⫌︀",vsupne:"⊋︀",vzigzag:"⦚",wcirc:"ŵ",wedbar:"⩟",wedge:"∧",wedgeq:"≙",weierp:"℘",wfr:"𝔴",wopf:"𝕨",wp:"℘",wr:"≀",wreath:"≀",wscr:"𝓌",xcap:"⋂",xcirc:"◯",xcup:"⋃",xdtri:"▽",xfr:"𝔵",xhArr:"⟺",xharr:"⟷",xi:"ξ",xlArr:"⟸",xlarr:"⟵",xmap:"⟼",xnis:"⋻",xodot:"⨀",xopf:"𝕩",xoplus:"⨁",xotime:"⨂",xrArr:"⟹",xrarr:"⟶",xscr:"𝓍",xsqcup:"⨆",xuplus:"⨄",xutri:"△",xvee:"⋁",xwedge:"⋀",yacut:"ý",yacute:"ý",yacy:"я",ycirc:"ŷ",ycy:"ы",ye:"¥",yen:"¥",yfr:"𝔶",yicy:"ї",yopf:"𝕪",yscr:"𝓎",yucy:"ю",yum:"ÿ",yuml:"ÿ",zacute:"ź",zcaron:"ž",zcy:"з",zdot:"ż",zeetrf:"ℨ",zeta:"ζ",zfr:"𝔷",zhcy:"ж",zigrarr:"⇝",zopf:"𝕫",zscr:"𝓏",zwj:"‍",zwnj:"‌"}}}),b2=Z({"../../node_modules/parse-entities/decode-entity.js"(e,t){var r=h2();t.exports=a;var n={}.hasOwnProperty;function a(l){return n.call(r,l)?r[l]:!1}}}),y2=Z({"../../node_modules/parse-entities/index.js"(e,t){var r=d2(),n=p2(),a=gu(),l=f2(),i=g2(),u=b2();t.exports=K;var s={}.hasOwnProperty,c=String.fromCharCode,d=Function.prototype,f={warning:null,reference:null,text:null,warningContext:null,referenceContext:null,textContext:null,position:{},additional:null,attribute:!1,nonTerminated:!0},m=9,p=10,h=12,g=32,x=38,A=59,v=60,y=61,E=35,w=88,S=120,C=65533,k="named",O="hexadecimal",T="decimal",R={};R[O]=16,R[T]=10;var F={};F[k]=i,F[T]=a,F[O]=l;var $=1,P=2,D=3,L=4,N=5,V=6,B=7,H={};H[$]="Named character references must be terminated by a semicolon",H[P]="Numeric character references must be terminated by a semicolon",H[D]="Named character references cannot be empty",H[L]="Numeric character references cannot be empty",H[N]="Named character references must be known",H[V]="Numeric character references cannot be disallowed",H[B]="Numeric character references cannot be outside the permissible Unicode range";function K(I,z){var U={},se,be;z||(z={});for(be in f)se=z[be],U[be]=se??f[be];return(U.position.indent||U.position.start)&&(U.indent=U.position.indent||[],U.position=U.position.start),re(I,U)}function re(I,z){var U=z.additional,se=z.nonTerminated,be=z.text,it=z.reference,Re=z.warning,Ze=z.textContext,M=z.referenceContext,Pe=z.warningContext,Ve=z.position,Ct=z.indent||[],zt=I.length,ze=0,Kr=-1,ye=Ve.column||1,kt=Ve.line||1,qe="",qt=[],Ue,Ut,We,fe,je,ue,ne,Ge,Xr,la,_t,gr,Ot,st,Dl,hr,Jr,Ye,ce;for(typeof U=="string"&&(U=U.charCodeAt(0)),hr=br(),Ge=Re?V0:d,ze--,zt++;++ze65535&&(ue-=65536,la+=c(ue>>>10|55296),ue=56320|ue&1023),ue=la+c(ue))):st!==k&&Ge(L,Ye)),ue?(Ll(),hr=br(),ze=ce-1,ye+=ce-Ot+1,qt.push(ue),Jr=br(),Jr.offset++,it&&it.call(M,ue,{start:hr,end:Jr},I.slice(Ot-1,ce)),hr=Jr):(fe=I.slice(Ot-1,ce),qe+=fe,ye+=fe.length,ze=ce-1)}else je===10&&(kt++,Kr++,ye=0),je===je?(qe+=c(je),ye++):Ll();return qt.join("");function br(){return{line:kt,column:ye,offset:ze+(Ve.offset||0)}}function V0(Ml,Bl){var ia=br();ia.column+=Bl,ia.offset+=Bl,Re.call(Pe,H[Ml],ia,Ml)}function Ll(){qe&&(qt.push(qe),be&&be.call(Ze,qe,{start:hr,end:br()}),qe="")}}function Y(I){return I>=55296&&I<=57343||I>1114111}function X(I){return I>=1&&I<=8||I===11||I>=13&&I<=31||I>=127&&I<=159||I>=64976&&I<=65007||(I&65535)===65535||(I&65535)===65534}}}),v2=Z({"../../node_modules/refractor/node_modules/prismjs/components/prism-core.js"(e,t){var r=typeof window<"u"?window:typeof WorkerGlobalScope<"u"&&self instanceof WorkerGlobalScope?self:{},n=function(a){var l=/(?:^|\s)lang(?:uage)?-([\w-]+)(?=\s|$)/i,i=0,u={},s={manual:a.Prism&&a.Prism.manual,disableWorkerMessageHandler:a.Prism&&a.Prism.disableWorkerMessageHandler,util:{encode:function y(E){return E instanceof c?new c(E.type,y(E.content),E.alias):Array.isArray(E)?E.map(y):E.replace(/&/g,"&").replace(/"u")return null;if("currentScript"in document&&1<2)return document.currentScript;try{throw new Error}catch(S){var y=(/at [^(\r\n]*\((.*):[^:]+:[^:]+\)$/i.exec(S.stack)||[])[1];if(y){var E=document.getElementsByTagName("script");for(var w in E)if(E[w].src==y)return E[w]}return null}},isActive:function(y,E,w){for(var S="no-"+E;y;){var C=y.classList;if(C.contains(E))return!0;if(C.contains(S))return!1;y=y.parentElement}return!!w}},languages:{plain:u,plaintext:u,text:u,txt:u,extend:function(y,E){var w=s.util.clone(s.languages[y]);for(var S in E)w[S]=E[S];return w},insertBefore:function(y,E,w,S){S=S||s.languages;var C=S[y],k={};for(var O in C)if(C.hasOwnProperty(O)){if(O==E)for(var T in w)w.hasOwnProperty(T)&&(k[T]=w[T]);w.hasOwnProperty(O)||(k[O]=C[O])}var R=S[y];return S[y]=k,s.languages.DFS(s.languages,function(F,$){$===R&&F!=y&&(this[F]=k)}),k},DFS:function y(E,w,S,C){C=C||{};var k=s.util.objId;for(var O in E)if(E.hasOwnProperty(O)){w.call(E,O,E[O],S||O);var T=E[O],R=s.util.type(T);R==="Object"&&!C[k(T)]?(C[k(T)]=!0,y(T,w,null,C)):R==="Array"&&!C[k(T)]&&(C[k(T)]=!0,y(T,w,O,C))}}},plugins:{},highlightAll:function(y,E){s.highlightAllUnder(document,y,E)},highlightAllUnder:function(y,E,w){var S={callback:w,container:y,selector:'code[class*="language-"], [class*="language-"] code, code[class*="lang-"], [class*="lang-"] code'};s.hooks.run("before-highlightall",S),S.elements=Array.prototype.slice.apply(S.container.querySelectorAll(S.selector)),s.hooks.run("before-all-elements-highlight",S);for(var C=0,k;k=S.elements[C++];)s.highlightElement(k,E===!0,S.callback)},highlightElement:function(y,E,w){var S=s.util.getLanguage(y),C=s.languages[S];s.util.setLanguage(y,S);var k=y.parentElement;k&&k.nodeName.toLowerCase()==="pre"&&s.util.setLanguage(k,S);var O=y.textContent,T={element:y,language:S,grammar:C,code:O};function R($){T.highlightedCode=$,s.hooks.run("before-insert",T),T.element.innerHTML=T.highlightedCode,s.hooks.run("after-highlight",T),s.hooks.run("complete",T),w&&w.call(T.element)}if(s.hooks.run("before-sanity-check",T),k=T.element.parentElement,k&&k.nodeName.toLowerCase()==="pre"&&!k.hasAttribute("tabindex")&&k.setAttribute("tabindex","0"),!T.code){s.hooks.run("complete",T),w&&w.call(T.element);return}if(s.hooks.run("before-highlight",T),!T.grammar){R(s.util.encode(T.code));return}if(E&&a.Worker){var F=new Worker(s.filename);F.onmessage=function($){R($.data)},F.postMessage(JSON.stringify({language:T.language,code:T.code,immediateClose:!0}))}else R(s.highlight(T.code,T.grammar,T.language))},highlight:function(y,E,w){var S={code:y,grammar:E,language:w};if(s.hooks.run("before-tokenize",S),!S.grammar)throw new Error('The language "'+S.language+'" has no grammar.');return S.tokens=s.tokenize(S.code,S.grammar),s.hooks.run("after-tokenize",S),c.stringify(s.util.encode(S.tokens),S.language)},tokenize:function(y,E){var w=E.rest;if(w){for(var S in w)E[S]=w[S];delete E.rest}var C=new m;return p(C,C.head,y),f(y,C,E,C.head,0),g(C)},hooks:{all:{},add:function(y,E){var w=s.hooks.all;w[y]=w[y]||[],w[y].push(E)},run:function(y,E){var w=s.hooks.all[y];if(!(!w||!w.length))for(var S=0,C;C=w[S++];)C(E)}},Token:c};a.Prism=s;function c(y,E,w,S){this.type=y,this.content=E,this.alias=w,this.length=(S||"").length|0}c.stringify=function y(E,w){if(typeof E=="string")return E;if(Array.isArray(E)){var S="";return E.forEach(function(R){S+=y(R,w)}),S}var C={type:E.type,content:y(E.content,w),tag:"span",classes:["token",E.type],attributes:{},language:w},k=E.alias;k&&(Array.isArray(k)?Array.prototype.push.apply(C.classes,k):C.classes.push(k)),s.hooks.run("wrap",C);var O="";for(var T in C.attributes)O+=" "+T+'="'+(C.attributes[T]||"").replace(/"/g,""")+'"';return"<"+C.tag+' class="'+C.classes.join(" ")+'"'+O+">"+C.content+""};function d(y,E,w,S){y.lastIndex=E;var C=y.exec(w);if(C&&S&&C[1]){var k=C[1].length;C.index+=k,C[0]=C[0].slice(k)}return C}function f(y,E,w,S,C,k){for(var O in w)if(!(!w.hasOwnProperty(O)||!w[O])){var T=w[O];T=Array.isArray(T)?T:[T];for(var R=0;R=k.reach);H+=B.value.length,B=B.next){var K=B.value;if(E.length>y.length)return;if(!(K instanceof c)){var re=1,Y;if(D){if(Y=d(V,H,y,P),!Y||Y.index>=y.length)break;var U=Y.index,X=Y.index+Y[0].length,I=H;for(I+=B.value.length;U>=I;)B=B.next,I+=B.value.length;if(I-=B.value.length,H=I,B.value instanceof c)continue;for(var z=B;z!==E.tail&&(Ik.reach&&(k.reach=Re);var Ze=B.prev;be&&(Ze=p(E,Ze,be),H+=be.length),h(E,Ze,re);var M=new c(O,$?s.tokenize(se,$):se,L,se);if(B=p(E,Ze,M),it&&p(E,B,it),re>1){var Pe={cause:O+","+R,reach:Re};f(y,E,w,B.prev,H,Pe),k&&Pe.reach>k.reach&&(k.reach=Pe.reach)}}}}}}function m(){var y={value:null,prev:null,next:null},E={value:null,prev:y,next:null};y.next=E,this.head=y,this.tail=E,this.length=0}function p(y,E,w){var S=E.next,C={value:w,prev:E,next:S};return E.next=C,S.prev=C,y.length++,C}function h(y,E,w){for(var S=E.next,C=0;C>=?|&&|\|\||[=!+\-*/%<>^&|]=?|[?~:]/,punctuation:/\(\(?|\)\)?|,|;/}},{pattern:/\$\((?:\([^)]+\)|[^()])+\)|`[^`]+`/,greedy:!0,inside:{variable:/^\$\(|^`|\)$|`$/}},{pattern:/\$\{[^}]+\}/,greedy:!0,inside:{operator:/:[-=?+]?|[!\/]|##?|%%?|\^\^?|,,?/,punctuation:/[\[\]]/,environment:{pattern:RegExp("(\\{)"+l),lookbehind:!0,alias:"constant"}}},/\$(?:\w+|[#?*!@$])/],entity:/\\(?:[abceEfnrtv\\"]|O?[0-7]{1,3}|U[0-9a-fA-F]{8}|u[0-9a-fA-F]{4}|x[0-9a-fA-F]{1,2})/};a.languages.bash={shebang:{pattern:/^#!\s*\/.*/,alias:"important"},comment:{pattern:/(^|[^"{\\$])#.*/,lookbehind:!0},"function-name":[{pattern:/(\bfunction\s+)[\w-]+(?=(?:\s*\(?:\s*\))?\s*\{)/,lookbehind:!0,alias:"function"},{pattern:/\b[\w-]+(?=\s*\(\s*\)\s*\{)/,alias:"function"}],"for-or-select":{pattern:/(\b(?:for|select)\s+)\w+(?=\s+in\s)/,alias:"variable",lookbehind:!0},"assign-left":{pattern:/(^|[\s;|&]|[<>]\()\w+(?=\+?=)/,inside:{environment:{pattern:RegExp("(^|[\\s;|&]|[<>]\\()"+l),lookbehind:!0,alias:"constant"}},alias:"variable",lookbehind:!0},string:[{pattern:/((?:^|[^<])<<-?\s*)(\w+)\s[\s\S]*?(?:\r?\n|\r)\2/,lookbehind:!0,greedy:!0,inside:u},{pattern:/((?:^|[^<])<<-?\s*)(["'])(\w+)\2\s[\s\S]*?(?:\r?\n|\r)\3/,lookbehind:!0,greedy:!0,inside:{bash:i}},{pattern:/(^|[^\\](?:\\\\)*)"(?:\\[\s\S]|\$\([^)]+\)|\$(?!\()|`[^`]+`|[^"\\`$])*"/,lookbehind:!0,greedy:!0,inside:u},{pattern:/(^|[^$\\])'[^']*'/,lookbehind:!0,greedy:!0},{pattern:/\$'(?:[^'\\]|\\[\s\S])*'/,greedy:!0,inside:{entity:u.entity}}],environment:{pattern:RegExp("\\$?"+l),alias:"constant"},variable:u.variable,function:{pattern:/(^|[\s;|&]|[<>]\()(?:add|apropos|apt|apt-cache|apt-get|aptitude|aspell|automysqlbackup|awk|basename|bash|bc|bconsole|bg|bzip2|cal|cat|cfdisk|chgrp|chkconfig|chmod|chown|chroot|cksum|clear|cmp|column|comm|composer|cp|cron|crontab|csplit|curl|cut|date|dc|dd|ddrescue|debootstrap|df|diff|diff3|dig|dir|dircolors|dirname|dirs|dmesg|docker|docker-compose|du|egrep|eject|env|ethtool|expand|expect|expr|fdformat|fdisk|fg|fgrep|file|find|fmt|fold|format|free|fsck|ftp|fuser|gawk|git|gparted|grep|groupadd|groupdel|groupmod|groups|grub-mkconfig|gzip|halt|head|hg|history|host|hostname|htop|iconv|id|ifconfig|ifdown|ifup|import|install|ip|jobs|join|kill|killall|less|link|ln|locate|logname|logrotate|look|lpc|lpr|lprint|lprintd|lprintq|lprm|ls|lsof|lynx|make|man|mc|mdadm|mkconfig|mkdir|mke2fs|mkfifo|mkfs|mkisofs|mknod|mkswap|mmv|more|most|mount|mtools|mtr|mutt|mv|nano|nc|netstat|nice|nl|node|nohup|notify-send|npm|nslookup|op|open|parted|passwd|paste|pathchk|ping|pkill|pnpm|podman|podman-compose|popd|pr|printcap|printenv|ps|pushd|pv|quota|quotacheck|quotactl|ram|rar|rcp|reboot|remsync|rename|renice|rev|rm|rmdir|rpm|rsync|scp|screen|sdiff|sed|sendmail|seq|service|sftp|sh|shellcheck|shuf|shutdown|sleep|slocate|sort|split|ssh|stat|strace|su|sudo|sum|suspend|swapon|sync|tac|tail|tar|tee|time|timeout|top|touch|tr|traceroute|tsort|tty|umount|uname|unexpand|uniq|units|unrar|unshar|unzip|update-grub|uptime|useradd|userdel|usermod|users|uudecode|uuencode|v|vcpkg|vdir|vi|vim|virsh|vmstat|wait|watch|wc|wget|whereis|which|who|whoami|write|xargs|xdg-open|yarn|yes|zenity|zip|zsh|zypper)(?=$|[)\s;|&])/,lookbehind:!0},keyword:{pattern:/(^|[\s;|&]|[<>]\()(?:case|do|done|elif|else|esac|fi|for|function|if|in|select|then|until|while)(?=$|[)\s;|&])/,lookbehind:!0},builtin:{pattern:/(^|[\s;|&]|[<>]\()(?:\.|:|alias|bind|break|builtin|caller|cd|command|continue|declare|echo|enable|eval|exec|exit|export|getopts|hash|help|let|local|logout|mapfile|printf|pwd|read|readarray|readonly|return|set|shift|shopt|source|test|times|trap|type|typeset|ulimit|umask|unalias|unset)(?=$|[)\s;|&])/,lookbehind:!0,alias:"class-name"},boolean:{pattern:/(^|[\s;|&]|[<>]\()(?:false|true)(?=$|[)\s;|&])/,lookbehind:!0},"file-descriptor":{pattern:/\B&\d\b/,alias:"important"},operator:{pattern:/\d?<>|>\||\+=|=[=~]?|!=?|<<[<-]?|[&\d]?>>|\d[<>]&?|[<>][&=]?|&[>&]?|\|[&|]?/,inside:{"file-descriptor":{pattern:/^\d/,alias:"important"}}},punctuation:/\$?\(\(?|\)\)?|\.\.|[{}[\];\\]/,number:{pattern:/(^|\s)(?:[1-9]\d*|0)(?:[.,]\d+)?\b/,lookbehind:!0}},i.inside=a.languages.bash;for(var s=["comment","function-name","for-or-select","assign-left","string","environment","function","keyword","builtin","boolean","file-descriptor","operator","punctuation","number"],c=u.variable[1].inside,d=0;d/g,function(){return/(?!\s)[_$a-zA-Z\xA0-\uFFFF](?:(?!\s)[$\w\xA0-\uFFFF])*/.source}),m)}a.languages.insertBefore("javascript","keyword",{imports:{pattern:l(/(\bimport\b\s*)(?:(?:\s*,\s*(?:\*\s*as\s+|\{[^{}]*\}))?|\*\s*as\s+|\{[^{}]*\})(?=\s*\bfrom\b)/.source),lookbehind:!0,inside:a.languages.javascript},exports:{pattern:l(/(\bexport\b\s*)(?:\*(?:\s*as\s+)?(?=\s*\bfrom\b)|\{[^{}]*\})/.source),lookbehind:!0,inside:a.languages.javascript}}),a.languages.javascript.keyword.unshift({pattern:/\b(?:as|default|export|from|import)\b/,alias:"module"},{pattern:/\b(?:await|break|catch|continue|do|else|finally|for|if|return|switch|throw|try|while|yield)\b/,alias:"control-flow"},{pattern:/\bnull\b/,alias:["null","nil"]},{pattern:/\bundefined\b/,alias:"nil"}),a.languages.insertBefore("javascript","operator",{spread:{pattern:/\.{3}/,alias:"operator"},arrow:{pattern:/=>/,alias:"operator"}}),a.languages.insertBefore("javascript","punctuation",{"property-access":{pattern:l(/(\.\s*)#?/.source),lookbehind:!0},"maybe-class-name":{pattern:/(^|[^$\w\xA0-\uFFFF])[A-Z][$\w\xA0-\uFFFF]+/,lookbehind:!0},dom:{pattern:/\b(?:document|(?:local|session)Storage|location|navigator|performance|window)\b/,alias:"variable"},console:{pattern:/\bconsole(?=\s*\.)/,alias:"class-name"}});for(var i=["function","function-variable","method","method-variable","property-access"],u=0;u0)){var g=c(/^\{$/,/^\}$/);if(g===-1)continue;for(var x=i;x=0&&d(A,"variable-input")}}}}})}}});const{logger:C2}=__STORYBOOK_MODULE_CLIENT_LOGGER__,{global:k2}=__STORYBOOK_MODULE_GLOBAL__;var _2=Oe(su()),O2=_2.default,T2=Oe(x2()),R2=T2.default,F2=Oe(uu()),$2=F2.default,D2=Oe(w2()),L2=D2.default,M2=Oe(A2()),B2=M2.default,I2=Oe(S2()),P2=I2.default,j2=Oe(cu()),N2=j2.default,H2=Oe(zp()),Z2=H2.default,V2=Oe(qp()),z2=V2.default,q2=Oe(Up()),U2=q2.default,W2=Oe(iu()),G2=W2.default;function Y2(e,t){if(e==null)return{};var r={},n=Object.keys(e),a,l;for(l=0;l=0)&&(r[a]=e[a]);return r}function K2(e,t){if(e==null)return{};var r=Y2(e,t),n,a;if(Object.getOwnPropertySymbols){var l=Object.getOwnPropertySymbols(e);for(a=0;a=0)&&Object.prototype.propertyIsEnumerable.call(e,n)&&(r[n]=e[n])}return r}function Qa(e,t){(t==null||t>e.length)&&(t=e.length);for(var r=0,n=new Array(t);r=4)return[e[0],e[1],e[2],e[3],"".concat(e[0],".").concat(e[1]),"".concat(e[0],".").concat(e[2]),"".concat(e[0],".").concat(e[3]),"".concat(e[1],".").concat(e[0]),"".concat(e[1],".").concat(e[2]),"".concat(e[1],".").concat(e[3]),"".concat(e[2],".").concat(e[0]),"".concat(e[2],".").concat(e[1]),"".concat(e[2],".").concat(e[3]),"".concat(e[3],".").concat(e[0]),"".concat(e[3],".").concat(e[1]),"".concat(e[3],".").concat(e[2]),"".concat(e[0],".").concat(e[1],".").concat(e[2]),"".concat(e[0],".").concat(e[1],".").concat(e[3]),"".concat(e[0],".").concat(e[2],".").concat(e[1]),"".concat(e[0],".").concat(e[2],".").concat(e[3]),"".concat(e[0],".").concat(e[3],".").concat(e[1]),"".concat(e[0],".").concat(e[3],".").concat(e[2]),"".concat(e[1],".").concat(e[0],".").concat(e[2]),"".concat(e[1],".").concat(e[0],".").concat(e[3]),"".concat(e[1],".").concat(e[2],".").concat(e[0]),"".concat(e[1],".").concat(e[2],".").concat(e[3]),"".concat(e[1],".").concat(e[3],".").concat(e[0]),"".concat(e[1],".").concat(e[3],".").concat(e[2]),"".concat(e[2],".").concat(e[0],".").concat(e[1]),"".concat(e[2],".").concat(e[0],".").concat(e[3]),"".concat(e[2],".").concat(e[1],".").concat(e[0]),"".concat(e[2],".").concat(e[1],".").concat(e[3]),"".concat(e[2],".").concat(e[3],".").concat(e[0]),"".concat(e[2],".").concat(e[3],".").concat(e[1]),"".concat(e[3],".").concat(e[0],".").concat(e[1]),"".concat(e[3],".").concat(e[0],".").concat(e[2]),"".concat(e[3],".").concat(e[1],".").concat(e[0]),"".concat(e[3],".").concat(e[1],".").concat(e[2]),"".concat(e[3],".").concat(e[2],".").concat(e[0]),"".concat(e[3],".").concat(e[2],".").concat(e[1]),"".concat(e[0],".").concat(e[1],".").concat(e[2],".").concat(e[3]),"".concat(e[0],".").concat(e[1],".").concat(e[3],".").concat(e[2]),"".concat(e[0],".").concat(e[2],".").concat(e[1],".").concat(e[3]),"".concat(e[0],".").concat(e[2],".").concat(e[3],".").concat(e[1]),"".concat(e[0],".").concat(e[3],".").concat(e[1],".").concat(e[2]),"".concat(e[0],".").concat(e[3],".").concat(e[2],".").concat(e[1]),"".concat(e[1],".").concat(e[0],".").concat(e[2],".").concat(e[3]),"".concat(e[1],".").concat(e[0],".").concat(e[3],".").concat(e[2]),"".concat(e[1],".").concat(e[2],".").concat(e[0],".").concat(e[3]),"".concat(e[1],".").concat(e[2],".").concat(e[3],".").concat(e[0]),"".concat(e[1],".").concat(e[3],".").concat(e[0],".").concat(e[2]),"".concat(e[1],".").concat(e[3],".").concat(e[2],".").concat(e[0]),"".concat(e[2],".").concat(e[0],".").concat(e[1],".").concat(e[3]),"".concat(e[2],".").concat(e[0],".").concat(e[3],".").concat(e[1]),"".concat(e[2],".").concat(e[1],".").concat(e[0],".").concat(e[3]),"".concat(e[2],".").concat(e[1],".").concat(e[3],".").concat(e[0]),"".concat(e[2],".").concat(e[3],".").concat(e[0],".").concat(e[1]),"".concat(e[2],".").concat(e[3],".").concat(e[1],".").concat(e[0]),"".concat(e[3],".").concat(e[0],".").concat(e[1],".").concat(e[2]),"".concat(e[3],".").concat(e[0],".").concat(e[2],".").concat(e[1]),"".concat(e[3],".").concat(e[1],".").concat(e[0],".").concat(e[2]),"".concat(e[3],".").concat(e[1],".").concat(e[2],".").concat(e[0]),"".concat(e[3],".").concat(e[2],".").concat(e[0],".").concat(e[1]),"".concat(e[3],".").concat(e[2],".").concat(e[1],".").concat(e[0])]}var Ea={};function o5(e){if(e.length===0||e.length===1)return e;var t=e.join(".");return Ea[t]||(Ea[t]=a5(e)),Ea[t]}function l5(e){var t=arguments.length>1&&arguments[1]!==void 0?arguments[1]:{},r=arguments.length>2?arguments[2]:void 0,n=e.filter(function(l){return l!=="token"}),a=o5(n);return a.reduce(function(l,i){return Yt(Yt({},l),r[i])},t)}function si(e){return e.join(" ")}function i5(e,t){var r=0;return function(n){return r+=1,n.map(function(a,l){return Ho({node:a,stylesheet:e,useInlineStyles:t,key:"code-segment-".concat(r,"-").concat(l)})})}}function Ho(e){var t=e.node,r=e.stylesheet,n=e.style,a=n===void 0?{}:n,l=e.useInlineStyles,i=e.key,u=t.properties,s=t.type,c=t.tagName,d=t.value;if(s==="text")return d;if(c){var f=i5(r,l),m;if(!l)m=Yt(Yt({},u),{},{className:si(u.className)});else{var p=Object.keys(r).reduce(function(A,v){return v.split(".").forEach(function(y){A.includes(y)||A.push(y)}),A},[]),h=u.className&&u.className.includes("token")?["token"]:[],g=u.className&&h.concat(u.className.filter(function(A){return!p.includes(A)}));m=Yt(Yt({},u),{},{className:si(g)||void 0,style:l5(u.className,Object.assign({},u.style,a),r)})}var x=f(t.children);return o.createElement(c,eo({key:i},m),x)}}var s5=function(e,t){var r=e.listLanguages();return r.indexOf(t)!==-1},u5=["language","children","style","customStyle","codeTagProps","useInlineStyles","showLineNumbers","showInlineLineNumbers","startingLineNumber","lineNumberContainerStyle","lineNumberStyle","wrapLines","wrapLongLines","lineProps","renderer","PreTag","CodeTag","code","astGenerator"];function ui(e,t){var r=Object.keys(e);if(Object.getOwnPropertySymbols){var n=Object.getOwnPropertySymbols(e);t&&(n=n.filter(function(a){return Object.getOwnPropertyDescriptor(e,a).enumerable})),r.push.apply(r,n)}return r}function Qe(e){for(var t=1;t1&&arguments[1]!==void 0?arguments[1]:[],r=arguments.length>2&&arguments[2]!==void 0?arguments[2]:[],n=0;n2&&arguments[2]!==void 0?arguments[2]:[];return fn({children:w,lineNumber:S,lineNumberStyle:u,largestLineNumber:i,showInlineLineNumbers:a,lineProps:r,className:C,showLineNumbers:n,wrapLongLines:s})}function g(w,S){if(n&&S&&a){var C=yu(u,S,i);w.unshift(bu(S,C))}return w}function x(w,S){var C=arguments.length>2&&arguments[2]!==void 0?arguments[2]:[];return t||C.length>0?h(w,S,C):g(w,S)}for(var A=function(){var w=d[p],S=w.children[0].value,C=d5(S);if(C){var k=S.split(` +`);k.forEach(function(O,T){var R=n&&f.length+l,F={type:"text",value:"".concat(O,` +`)};if(T===0){var $=d.slice(m+1,p).concat(fn({children:[F],className:w.properties.className})),P=x($,R);f.push(P)}else if(T===k.length-1){var D=d[p+1]&&d[p+1].children&&d[p+1].children[0],L={type:"text",value:"".concat(O)};if(D){var N=fn({children:[L],className:w.properties.className});d.splice(p+1,0,N)}else{var V=[L],B=x(V,R,w.properties.className);f.push(B)}}else{var H=[F],K=x(H,R,w.properties.className);f.push(K)}}),m=p}p++};p({position:"absolute",bottom:0,right:0,maxWidth:"100%",display:"flex",background:e.background.content,zIndex:1})),xu=_.button(({theme:e})=>({margin:0,border:"0 none",padding:"4px 10px",cursor:"pointer",display:"flex",alignItems:"center",color:e.color.defaultText,background:e.background.content,fontSize:12,lineHeight:"16px",fontFamily:e.typography.fonts.base,fontWeight:e.typography.weight.bold,borderTop:`1px solid ${e.appBorderColor}`,borderLeft:`1px solid ${e.appBorderColor}`,marginLeft:-1,borderRadius:"4px 0 0 0","&:not(:last-child)":{borderRight:`1px solid ${e.appBorderColor}`},"& + *":{borderLeft:`1px solid ${e.appBorderColor}`,borderRadius:0},"&:focus":{boxShadow:`${e.color.secondary} 0 -3px 0 0 inset`,outline:"0 none"}}),({disabled:e})=>e&&{cursor:"not-allowed",opacity:.5});xu.displayName="ActionButton";var zo=({actionItems:e,...t})=>o.createElement(v5,{...t},e.map(({title:r,className:n,onClick:a,disabled:l},i)=>o.createElement(xu,{key:i,className:n,onClick:a,disabled:l},r)));function oe(){return oe=Object.assign?Object.assign.bind():function(e){for(var t=1;te.forEach(r=>E5(r,t))}function Zt(...e){return b.useCallback(wu(...e),e)}var Au=b.forwardRef((e,t)=>{let{children:r,...n}=e,a=b.Children.toArray(r),l=a.find(w5);if(l){let i=l.props.children,u=a.map(s=>s===l?b.Children.count(i)>1?b.Children.only(null):b.isValidElement(i)?i.props.children:null:s);return b.createElement(ro,Cn({},n,{ref:t}),b.isValidElement(i)?b.cloneElement(i,void 0,u):null)}return b.createElement(ro,Cn({},n,{ref:t}),r)});Au.displayName="Slot";var ro=b.forwardRef((e,t)=>{let{children:r,...n}=e;return b.isValidElement(r)?b.cloneElement(r,{...A5(n,r.props),ref:t?wu(t,r.ref):r.ref}):b.Children.count(r)>1?b.Children.only(null):null});ro.displayName="SlotClone";var x5=({children:e})=>b.createElement(b.Fragment,null,e);function w5(e){return b.isValidElement(e)&&e.type===x5}function A5(e,t){let r={...t};for(let n in t){let a=e[n],l=t[n];/^on[A-Z]/.test(n)?a&&l?r[n]=(...i)=>{l(...i),a(...i)}:a&&(r[n]=a):n==="style"?r[n]={...a,...l}:n==="className"&&(r[n]=[a,l].filter(Boolean).join(" "))}return{...e,...r}}var S5=["a","button","div","form","h2","h3","img","input","label","li","nav","ol","p","span","svg","ul"],zr=S5.reduce((e,t)=>{let r=b.forwardRef((n,a)=>{let{asChild:l,...i}=n,u=l?Au:t;return b.useEffect(()=>{window[Symbol.for("radix-ui")]=!0},[]),b.createElement(u,to({},i,{ref:a}))});return r.displayName=`Primitive.${t}`,{...e,[t]:r}},{}),no=globalThis!=null&&globalThis.document?b.useLayoutEffect:()=>{};function C5(e,t){return b.useReducer((r,n)=>t[r][n]??r,e)}var qr=e=>{let{present:t,children:r}=e,n=k5(t),a=typeof r=="function"?r({present:n.isPresent}):b.Children.only(r),l=Zt(n.ref,a.ref);return typeof r=="function"||n.isPresent?b.cloneElement(a,{ref:l}):null};qr.displayName="Presence";function k5(e){let[t,r]=b.useState(),n=b.useRef({}),a=b.useRef(e),l=b.useRef("none"),i=e?"mounted":"unmounted",[u,s]=C5(i,{mounted:{UNMOUNT:"unmounted",ANIMATION_OUT:"unmountSuspended"},unmountSuspended:{MOUNT:"mounted",ANIMATION_END:"unmounted"},unmounted:{MOUNT:"mounted"}});return b.useEffect(()=>{let c=tn(n.current);l.current=u==="mounted"?c:"none"},[u]),no(()=>{let c=n.current,d=a.current;if(d!==e){let f=l.current,m=tn(c);e?s("MOUNT"):m==="none"||(c==null?void 0:c.display)==="none"?s("UNMOUNT"):s(d&&f!==m?"ANIMATION_OUT":"UNMOUNT"),a.current=e}},[e,s]),no(()=>{if(t){let c=f=>{let m=tn(n.current).includes(f.animationName);f.target===t&&m&&As.flushSync(()=>s("ANIMATION_END"))},d=f=>{f.target===t&&(l.current=tn(n.current))};return t.addEventListener("animationstart",d),t.addEventListener("animationcancel",c),t.addEventListener("animationend",c),()=>{t.removeEventListener("animationstart",d),t.removeEventListener("animationcancel",c),t.removeEventListener("animationend",c)}}else s("ANIMATION_END")},[t,s]),{isPresent:["mounted","unmountSuspended"].includes(u),ref:b.useCallback(c=>{c&&(n.current=getComputedStyle(c)),r(c)},[])}}function tn(e){return(e==null?void 0:e.animationName)||"none"}function _5(e,t=[]){let r=[];function n(l,i){let u=b.createContext(i),s=r.length;r=[...r,i];function c(f){let{scope:m,children:p,...h}=f,g=(m==null?void 0:m[e][s])||u,x=b.useMemo(()=>h,Object.values(h));return b.createElement(g.Provider,{value:x},p)}function d(f,m){let p=(m==null?void 0:m[e][s])||u,h=b.useContext(p);if(h)return h;if(i!==void 0)return i;throw new Error(`\`${f}\` must be used within \`${l}\``)}return c.displayName=l+"Provider",[c,d]}let a=()=>{let l=r.map(i=>b.createContext(i));return function(i){let u=(i==null?void 0:i[e])||l;return b.useMemo(()=>({[`__scope${e}`]:{...i,[e]:u}}),[i,u])}};return a.scopeName=e,[n,O5(a,...t)]}function O5(...e){let t=e[0];if(e.length===1)return t;let r=()=>{let n=e.map(a=>({useScope:a(),scopeName:a.scopeName}));return function(a){let l=n.reduce((i,{useScope:u,scopeName:s})=>{let c=u(a)[`__scope${s}`];return{...i,...c}},{});return b.useMemo(()=>({[`__scope${t.scopeName}`]:l}),[l])}};return r.scopeName=t.scopeName,r}function Dt(e){let t=b.useRef(e);return b.useEffect(()=>{t.current=e}),b.useMemo(()=>(...r)=>{var n;return(n=t.current)===null||n===void 0?void 0:n.call(t,...r)},[])}var T5=b.createContext(void 0);function R5(e){let t=b.useContext(T5);return e||t||"ltr"}function F5(e,[t,r]){return Math.min(r,Math.max(t,e))}function Mt(e,t,{checkForDefaultPrevented:r=!0}={}){return function(n){if(e==null||e(n),r===!1||!n.defaultPrevented)return t==null?void 0:t(n)}}function $5(e,t){return b.useReducer((r,n)=>t[r][n]??r,e)}var Su="ScrollArea",[Cu,jw]=_5(Su),[D5,Be]=Cu(Su),L5=b.forwardRef((e,t)=>{let{__scopeScrollArea:r,type:n="hover",dir:a,scrollHideDelay:l=600,...i}=e,[u,s]=b.useState(null),[c,d]=b.useState(null),[f,m]=b.useState(null),[p,h]=b.useState(null),[g,x]=b.useState(null),[A,v]=b.useState(0),[y,E]=b.useState(0),[w,S]=b.useState(!1),[C,k]=b.useState(!1),O=Zt(t,R=>s(R)),T=R5(a);return b.createElement(D5,{scope:r,type:n,dir:T,scrollHideDelay:l,scrollArea:u,viewport:c,onViewportChange:d,content:f,onContentChange:m,scrollbarX:p,onScrollbarXChange:h,scrollbarXEnabled:w,onScrollbarXEnabledChange:S,scrollbarY:g,onScrollbarYChange:x,scrollbarYEnabled:C,onScrollbarYEnabledChange:k,onCornerWidthChange:v,onCornerHeightChange:E},b.createElement(zr.div,oe({dir:T},i,{ref:O,style:{position:"relative","--radix-scroll-area-corner-width":A+"px","--radix-scroll-area-corner-height":y+"px",...e.style}})))}),M5="ScrollAreaViewport",B5=b.forwardRef((e,t)=>{let{__scopeScrollArea:r,children:n,...a}=e,l=Be(M5,r),i=b.useRef(null),u=Zt(t,i,l.onViewportChange);return b.createElement(b.Fragment,null,b.createElement("style",{dangerouslySetInnerHTML:{__html:"[data-radix-scroll-area-viewport]{scrollbar-width:none;-ms-overflow-style:none;-webkit-overflow-scrolling:touch;}[data-radix-scroll-area-viewport]::-webkit-scrollbar{display:none}"}}),b.createElement(zr.div,oe({"data-radix-scroll-area-viewport":""},a,{ref:u,style:{overflowX:l.scrollbarXEnabled?"scroll":"hidden",overflowY:l.scrollbarYEnabled?"scroll":"hidden",...e.style}}),b.createElement("div",{ref:l.onContentChange,style:{minWidth:"100%",display:"table"}},n)))}),mt="ScrollAreaScrollbar",I5=b.forwardRef((e,t)=>{let{forceMount:r,...n}=e,a=Be(mt,e.__scopeScrollArea),{onScrollbarXEnabledChange:l,onScrollbarYEnabledChange:i}=a,u=e.orientation==="horizontal";return b.useEffect(()=>(u?l(!0):i(!0),()=>{u?l(!1):i(!1)}),[u,l,i]),a.type==="hover"?b.createElement(P5,oe({},n,{ref:t,forceMount:r})):a.type==="scroll"?b.createElement(j5,oe({},n,{ref:t,forceMount:r})):a.type==="auto"?b.createElement(ku,oe({},n,{ref:t,forceMount:r})):a.type==="always"?b.createElement(qo,oe({},n,{ref:t})):null}),P5=b.forwardRef((e,t)=>{let{forceMount:r,...n}=e,a=Be(mt,e.__scopeScrollArea),[l,i]=b.useState(!1);return b.useEffect(()=>{let u=a.scrollArea,s=0;if(u){let c=()=>{window.clearTimeout(s),i(!0)},d=()=>{s=window.setTimeout(()=>i(!1),a.scrollHideDelay)};return u.addEventListener("pointerenter",c),u.addEventListener("pointerleave",d),()=>{window.clearTimeout(s),u.removeEventListener("pointerenter",c),u.removeEventListener("pointerleave",d)}}},[a.scrollArea,a.scrollHideDelay]),b.createElement(qr,{present:r||l},b.createElement(ku,oe({"data-state":l?"visible":"hidden"},n,{ref:t})))}),j5=b.forwardRef((e,t)=>{let{forceMount:r,...n}=e,a=Be(mt,e.__scopeScrollArea),l=e.orientation==="horizontal",i=zn(()=>s("SCROLL_END"),100),[u,s]=$5("hidden",{hidden:{SCROLL:"scrolling"},scrolling:{SCROLL_END:"idle",POINTER_ENTER:"interacting"},interacting:{SCROLL:"interacting",POINTER_LEAVE:"idle"},idle:{HIDE:"hidden",SCROLL:"scrolling",POINTER_ENTER:"interacting"}});return b.useEffect(()=>{if(u==="idle"){let c=window.setTimeout(()=>s("HIDE"),a.scrollHideDelay);return()=>window.clearTimeout(c)}},[u,a.scrollHideDelay,s]),b.useEffect(()=>{let c=a.viewport,d=l?"scrollLeft":"scrollTop";if(c){let f=c[d],m=()=>{let p=c[d];f!==p&&(s("SCROLL"),i()),f=p};return c.addEventListener("scroll",m),()=>c.removeEventListener("scroll",m)}},[a.viewport,l,s,i]),b.createElement(qr,{present:r||u!=="hidden"},b.createElement(qo,oe({"data-state":u==="hidden"?"hidden":"visible"},n,{ref:t,onPointerEnter:Mt(e.onPointerEnter,()=>s("POINTER_ENTER")),onPointerLeave:Mt(e.onPointerLeave,()=>s("POINTER_LEAVE"))})))}),ku=b.forwardRef((e,t)=>{let r=Be(mt,e.__scopeScrollArea),{forceMount:n,...a}=e,[l,i]=b.useState(!1),u=e.orientation==="horizontal",s=zn(()=>{if(r.viewport){let c=r.viewport.offsetWidth{let{orientation:r="vertical",...n}=e,a=Be(mt,e.__scopeScrollArea),l=b.useRef(null),i=b.useRef(0),[u,s]=b.useState({content:0,viewport:0,scrollbar:{size:0,paddingStart:0,paddingEnd:0}}),c=Ru(u.viewport,u.content),d={...n,sizes:u,onSizesChange:s,hasThumb:c>0&&c<1,onThumbChange:m=>l.current=m,onThumbPointerUp:()=>i.current=0,onThumbPointerDown:m=>i.current=m};function f(m,p){return W5(m,i.current,u,p)}return r==="horizontal"?b.createElement(N5,oe({},d,{ref:t,onThumbPositionChange:()=>{if(a.viewport&&l.current){let m=a.viewport.scrollLeft,p=ci(m,u,a.dir);l.current.style.transform=`translate3d(${p}px, 0, 0)`}},onWheelScroll:m=>{a.viewport&&(a.viewport.scrollLeft=m)},onDragScroll:m=>{a.viewport&&(a.viewport.scrollLeft=f(m,a.dir))}})):r==="vertical"?b.createElement(H5,oe({},d,{ref:t,onThumbPositionChange:()=>{if(a.viewport&&l.current){let m=a.viewport.scrollTop,p=ci(m,u);l.current.style.transform=`translate3d(0, ${p}px, 0)`}},onWheelScroll:m=>{a.viewport&&(a.viewport.scrollTop=m)},onDragScroll:m=>{a.viewport&&(a.viewport.scrollTop=f(m))}})):null}),N5=b.forwardRef((e,t)=>{let{sizes:r,onSizesChange:n,...a}=e,l=Be(mt,e.__scopeScrollArea),[i,u]=b.useState(),s=b.useRef(null),c=Zt(t,s,l.onScrollbarXChange);return b.useEffect(()=>{s.current&&u(getComputedStyle(s.current))},[s]),b.createElement(Ou,oe({"data-orientation":"horizontal"},a,{ref:c,sizes:r,style:{bottom:0,left:l.dir==="rtl"?"var(--radix-scroll-area-corner-width)":0,right:l.dir==="ltr"?"var(--radix-scroll-area-corner-width)":0,"--radix-scroll-area-thumb-width":Vn(r)+"px",...e.style},onThumbPointerDown:d=>e.onThumbPointerDown(d.x),onDragScroll:d=>e.onDragScroll(d.x),onWheelScroll:(d,f)=>{if(l.viewport){let m=l.viewport.scrollLeft+d.deltaX;e.onWheelScroll(m),$u(m,f)&&d.preventDefault()}},onResize:()=>{s.current&&l.viewport&&i&&n({content:l.viewport.scrollWidth,viewport:l.viewport.offsetWidth,scrollbar:{size:s.current.clientWidth,paddingStart:kn(i.paddingLeft),paddingEnd:kn(i.paddingRight)}})}}))}),H5=b.forwardRef((e,t)=>{let{sizes:r,onSizesChange:n,...a}=e,l=Be(mt,e.__scopeScrollArea),[i,u]=b.useState(),s=b.useRef(null),c=Zt(t,s,l.onScrollbarYChange);return b.useEffect(()=>{s.current&&u(getComputedStyle(s.current))},[s]),b.createElement(Ou,oe({"data-orientation":"vertical"},a,{ref:c,sizes:r,style:{top:0,right:l.dir==="ltr"?0:void 0,left:l.dir==="rtl"?0:void 0,bottom:"var(--radix-scroll-area-corner-height)","--radix-scroll-area-thumb-height":Vn(r)+"px",...e.style},onThumbPointerDown:d=>e.onThumbPointerDown(d.y),onDragScroll:d=>e.onDragScroll(d.y),onWheelScroll:(d,f)=>{if(l.viewport){let m=l.viewport.scrollTop+d.deltaY;e.onWheelScroll(m),$u(m,f)&&d.preventDefault()}},onResize:()=>{s.current&&l.viewport&&i&&n({content:l.viewport.scrollHeight,viewport:l.viewport.offsetHeight,scrollbar:{size:s.current.clientHeight,paddingStart:kn(i.paddingTop),paddingEnd:kn(i.paddingBottom)}})}}))}),[Z5,_u]=Cu(mt),Ou=b.forwardRef((e,t)=>{let{__scopeScrollArea:r,sizes:n,hasThumb:a,onThumbChange:l,onThumbPointerUp:i,onThumbPointerDown:u,onThumbPositionChange:s,onDragScroll:c,onWheelScroll:d,onResize:f,...m}=e,p=Be(mt,r),[h,g]=b.useState(null),x=Zt(t,O=>g(O)),A=b.useRef(null),v=b.useRef(""),y=p.viewport,E=n.content-n.viewport,w=Dt(d),S=Dt(s),C=zn(f,10);function k(O){if(A.current){let T=O.clientX-A.current.left,R=O.clientY-A.current.top;c({x:T,y:R})}}return b.useEffect(()=>{let O=T=>{let R=T.target;h!=null&&h.contains(R)&&w(T,E)};return document.addEventListener("wheel",O,{passive:!1}),()=>document.removeEventListener("wheel",O,{passive:!1})},[y,h,E,w]),b.useEffect(S,[n,S]),tr(h,C),tr(p.content,C),b.createElement(Z5,{scope:r,scrollbar:h,hasThumb:a,onThumbChange:Dt(l),onThumbPointerUp:Dt(i),onThumbPositionChange:S,onThumbPointerDown:Dt(u)},b.createElement(zr.div,oe({},m,{ref:x,style:{position:"absolute",...m.style},onPointerDown:Mt(e.onPointerDown,O=>{O.button===0&&(O.target.setPointerCapture(O.pointerId),A.current=h.getBoundingClientRect(),v.current=document.body.style.webkitUserSelect,document.body.style.webkitUserSelect="none",p.viewport&&(p.viewport.style.scrollBehavior="auto"),k(O))}),onPointerMove:Mt(e.onPointerMove,k),onPointerUp:Mt(e.onPointerUp,O=>{let T=O.target;T.hasPointerCapture(O.pointerId)&&T.releasePointerCapture(O.pointerId),document.body.style.webkitUserSelect=v.current,p.viewport&&(p.viewport.style.scrollBehavior=""),A.current=null})})))}),ao="ScrollAreaThumb",V5=b.forwardRef((e,t)=>{let{forceMount:r,...n}=e,a=_u(ao,e.__scopeScrollArea);return b.createElement(qr,{present:r||a.hasThumb},b.createElement(z5,oe({ref:t},n)))}),z5=b.forwardRef((e,t)=>{let{__scopeScrollArea:r,style:n,...a}=e,l=Be(ao,r),i=_u(ao,r),{onThumbPositionChange:u}=i,s=Zt(t,f=>i.onThumbChange(f)),c=b.useRef(),d=zn(()=>{c.current&&(c.current(),c.current=void 0)},100);return b.useEffect(()=>{let f=l.viewport;if(f){let m=()=>{if(d(),!c.current){let p=G5(f,u);c.current=p,u()}};return u(),f.addEventListener("scroll",m),()=>f.removeEventListener("scroll",m)}},[l.viewport,d,u]),b.createElement(zr.div,oe({"data-state":i.hasThumb?"visible":"hidden"},a,{ref:s,style:{width:"var(--radix-scroll-area-thumb-width)",height:"var(--radix-scroll-area-thumb-height)",...n},onPointerDownCapture:Mt(e.onPointerDownCapture,f=>{let m=f.target.getBoundingClientRect(),p=f.clientX-m.left,h=f.clientY-m.top;i.onThumbPointerDown({x:p,y:h})}),onPointerUp:Mt(e.onPointerUp,i.onThumbPointerUp)}))}),Tu="ScrollAreaCorner",q5=b.forwardRef((e,t)=>{let r=Be(Tu,e.__scopeScrollArea),n=!!(r.scrollbarX&&r.scrollbarY);return r.type!=="scroll"&&n?b.createElement(U5,oe({},e,{ref:t})):null}),U5=b.forwardRef((e,t)=>{let{__scopeScrollArea:r,...n}=e,a=Be(Tu,r),[l,i]=b.useState(0),[u,s]=b.useState(0),c=!!(l&&u);return tr(a.scrollbarX,()=>{var d;let f=((d=a.scrollbarX)===null||d===void 0?void 0:d.offsetHeight)||0;a.onCornerHeightChange(f),s(f)}),tr(a.scrollbarY,()=>{var d;let f=((d=a.scrollbarY)===null||d===void 0?void 0:d.offsetWidth)||0;a.onCornerWidthChange(f),i(f)}),c?b.createElement(zr.div,oe({},n,{ref:t,style:{width:l,height:u,position:"absolute",right:a.dir==="ltr"?0:void 0,left:a.dir==="rtl"?0:void 0,bottom:0,...e.style}})):null});function kn(e){return e?parseInt(e,10):0}function Ru(e,t){let r=e/t;return isNaN(r)?0:r}function Vn(e){let t=Ru(e.viewport,e.content),r=e.scrollbar.paddingStart+e.scrollbar.paddingEnd,n=(e.scrollbar.size-r)*t;return Math.max(n,18)}function W5(e,t,r,n="ltr"){let a=Vn(r),l=a/2,i=t||l,u=a-i,s=r.scrollbar.paddingStart+i,c=r.scrollbar.size-r.scrollbar.paddingEnd-u,d=r.content-r.viewport,f=n==="ltr"?[0,d]:[d*-1,0];return Fu([s,c],f)(e)}function ci(e,t,r="ltr"){let n=Vn(t),a=t.scrollbar.paddingStart+t.scrollbar.paddingEnd,l=t.scrollbar.size-a,i=t.content-t.viewport,u=l-n,s=r==="ltr"?[0,i]:[i*-1,0],c=F5(e,s);return Fu([0,i],[0,u])(c)}function Fu(e,t){return r=>{if(e[0]===e[1]||t[0]===t[1])return t[0];let n=(t[1]-t[0])/(e[1]-e[0]);return t[0]+n*(r-e[0])}}function $u(e,t){return e>0&&e{})=>{let r={left:e.scrollLeft,top:e.scrollTop},n=0;return function a(){let l={left:e.scrollLeft,top:e.scrollTop},i=r.left!==l.left,u=r.top!==l.top;(i||u)&&t(),r=l,n=window.requestAnimationFrame(a)}(),()=>window.cancelAnimationFrame(n)};function zn(e,t){let r=Dt(e),n=b.useRef(0);return b.useEffect(()=>()=>window.clearTimeout(n.current),[]),b.useCallback(()=>{window.clearTimeout(n.current),n.current=window.setTimeout(r,t)},[r,t])}function tr(e,t){let r=Dt(t);no(()=>{let n=0;if(e){let a=new ResizeObserver(()=>{cancelAnimationFrame(n),n=window.requestAnimationFrame(r)});return a.observe(e),()=>{window.cancelAnimationFrame(n),a.unobserve(e)}}},[e,r])}var Y5=L5,K5=B5,X5=I5,J5=V5,Q5=q5,ef=_(Y5)(({scrollbarsize:e,offset:t})=>({width:"100%",height:"100%",overflow:"hidden","--scrollbar-size":`${e+t}px`,"--radix-scroll-area-thumb-width":`${e}px`})),tf=_(K5)({width:"100%",height:"100%"}),di=_(X5)(({offset:e,horizontal:t,vertical:r})=>({display:"flex",userSelect:"none",touchAction:"none",background:"transparent",transition:"all 0.2s ease-out",borderRadius:"var(--scrollbar-size)",'&[data-orientation="vertical"]':{width:"var(--scrollbar-size)",paddingRight:e,marginTop:e,marginBottom:t==="true"&&r==="true"?0:e},'&[data-orientation="horizontal"]':{flexDirection:"column",height:"var(--scrollbar-size)",paddingBottom:e,marginLeft:e,marginRight:t==="true"&&r==="true"?0:e}})),pi=_(J5)(({theme:e})=>({flex:1,background:e.textMutedColor,opacity:.5,borderRadius:"var(--scrollbar-size)",position:"relative",transition:"opacity 0.2s ease-out","&:hover":{opacity:.8},"::before":{content:'""',position:"absolute",top:"50%",left:"50%",transform:"translate(-50%,-50%)",width:"100%",height:"100%",minWidth:44,minHeight:44}})),Uo=({children:e,horizontal:t=!1,vertical:r=!1,offset:n=2,scrollbarSize:a=6,className:l})=>o.createElement(ef,{scrollbarsize:a,offset:n,className:l},o.createElement(tf,null,e),t&&o.createElement(di,{orientation:"horizontal",offset:n,horizontal:t.toString(),vertical:r.toString()},o.createElement(pi,null)),r&&o.createElement(di,{orientation:"vertical",offset:n,horizontal:t.toString(),vertical:r.toString()},o.createElement(pi,null)),t&&r&&o.createElement(Q5,null)),{navigator:rn,document:vr,window:rf}=k2;Te.registerLanguage("jsextra",L2);Te.registerLanguage("jsx",O2);Te.registerLanguage("json",B2);Te.registerLanguage("yml",z2);Te.registerLanguage("md",Z2);Te.registerLanguage("bash",R2);Te.registerLanguage("css",$2);Te.registerLanguage("html",N2);Te.registerLanguage("tsx",U2);Te.registerLanguage("typescript",G2);Te.registerLanguage("graphql",P2);var nf=Ht(2)(e=>Object.entries(e.code||{}).reduce((t,[r,n])=>({...t,[`* .${r}`]:n}),{})),af=Du();function Du(){return rn!=null&&rn.clipboard?e=>rn.clipboard.writeText(e):async e=>{let t=vr.createElement("TEXTAREA"),r=vr.activeElement;t.value=e,vr.body.appendChild(t),t.select(),vr.execCommand("copy"),vr.body.removeChild(t),r.focus()}}var of=_.div(({theme:e})=>({position:"relative",overflow:"hidden",color:e.color.defaultText}),({theme:e,bordered:t})=>t?{border:`1px solid ${e.appBorderColor}`,borderRadius:e.borderRadius,background:e.background.content}:{},({showLineNumbers:e})=>e?{".react-syntax-highlighter-line-number::before":{content:"attr(data-line-number)"}}:{}),lf=({children:e,className:t})=>o.createElement(Uo,{horizontal:!0,vertical:!0,className:t},e),sf=_(lf)({position:"relative"},({theme:e})=>nf(e)),uf=_.pre(({theme:e,padded:t})=>({display:"flex",justifyContent:"flex-start",margin:0,padding:t?e.layoutMargin:0})),cf=_.div(({theme:e})=>({flex:1,paddingLeft:2,paddingRight:e.layoutMargin,opacity:1})),Lu=e=>{let t=[...e.children],r=t[0],n=r.children[0].value,a={...r,children:[],properties:{...r.properties,"data-line-number":n,style:{...r.properties.style,userSelect:"auto"}}};return t[0]=a,{...e,children:t}},df=({rows:e,stylesheet:t,useInlineStyles:r})=>e.map((n,a)=>Ho({node:Lu(n),stylesheet:t,useInlineStyles:r,key:`code-segement${a}`})),pf=(e,t)=>t?e?({rows:r,...n})=>e({rows:r.map(a=>Lu(a)),...n}):df:e,Wo=({children:e,language:t="jsx",copyable:r=!1,bordered:n=!1,padded:a=!1,format:l=!0,formatter:i=null,className:u=null,showLineNumbers:s=!1,...c})=>{if(typeof e!="string"||!e.trim())return null;let d=i?i(l,e):e.trim(),[f,m]=b.useState(!1),p=b.useCallback(g=>{g.preventDefault(),af(d).then(()=>{m(!0),rf.setTimeout(()=>m(!1),1500)}).catch(C2.error)},[d]),h=pf(c.renderer,s);return o.createElement(of,{bordered:n,padded:a,showLineNumbers:s,className:u},o.createElement(sf,null,o.createElement(Te,{padded:a||n,language:t,showLineNumbers:s,showInlineLineNumbers:s,useInlineStyles:!1,PreTag:uf,CodeTag:cf,lineNumberContainerStyle:{},...c,renderer:h},d)),r?o.createElement(zo,{actionItems:[{title:f?"Copied":"Copy",onClick:p}]}):null)};Wo.registerLanguage=(...e)=>Te.registerLanguage(...e);var Nw=Wo;const{global:ff}=__STORYBOOK_MODULE_GLOBAL__;var mf=Z({"../../node_modules/react-fast-compare/index.js"(e,t){var r=typeof Element<"u",n=typeof Map=="function",a=typeof Set=="function",l=typeof ArrayBuffer=="function"&&!!ArrayBuffer.isView;function i(u,s){if(u===s)return!0;if(u&&s&&typeof u=="object"&&typeof s=="object"){if(u.constructor!==s.constructor)return!1;var c,d,f;if(Array.isArray(u)){if(c=u.length,c!=s.length)return!1;for(d=c;d--!==0;)if(!i(u[d],s[d]))return!1;return!0}var m;if(n&&u instanceof Map&&s instanceof Map){if(u.size!==s.size)return!1;for(m=u.entries();!(d=m.next()).done;)if(!s.has(d.value[0]))return!1;for(m=u.entries();!(d=m.next()).done;)if(!i(d.value[1],s.get(d.value[0])))return!1;return!0}if(a&&u instanceof Set&&s instanceof Set){if(u.size!==s.size)return!1;for(m=u.entries();!(d=m.next()).done;)if(!s.has(d.value[0]))return!1;return!0}if(l&&ArrayBuffer.isView(u)&&ArrayBuffer.isView(s)){if(c=u.length,c!=s.length)return!1;for(d=c;d--!==0;)if(u[d]!==s[d])return!1;return!0}if(u.constructor===RegExp)return u.source===s.source&&u.flags===s.flags;if(u.valueOf!==Object.prototype.valueOf&&typeof u.valueOf=="function"&&typeof s.valueOf=="function")return u.valueOf()===s.valueOf();if(u.toString!==Object.prototype.toString&&typeof u.toString=="function"&&typeof s.toString=="function")return u.toString()===s.toString();if(f=Object.keys(u),c=f.length,c!==Object.keys(s).length)return!1;for(d=c;d--!==0;)if(!Object.prototype.hasOwnProperty.call(s,f[d]))return!1;if(r&&u instanceof Element)return!1;for(d=c;d--!==0;)if(!((f[d]==="_owner"||f[d]==="__v"||f[d]==="__o")&&u.$$typeof)&&!i(u[f[d]],s[f[d]]))return!1;return!0}return u!==u&&s!==s}t.exports=function(u,s){try{return i(u,s)}catch(c){if((c.message||"").match(/stack|recursion/i))return console.warn("react-fast-compare cannot handle circular refs"),!1;throw c}}}});function gf(e,t){if(e==null)return{};var r={},n=Object.keys(e),a,l;for(l=0;l=0)&&(r[a]=e[a]);return r}function ct(){return ct=Object.assign?Object.assign.bind():function(e){for(var t=1;t"u")return!1;var t=_e(e).ShadowRoot;return e instanceof t||e instanceof ShadowRoot}function Of(e){var t=e.state;Object.keys(t.elements).forEach(function(r){var n=t.styles[r]||{},a=t.attributes[r]||{},l=t.elements[r];!De(l)||!lt(l)||(Object.assign(l.style,n),Object.keys(a).forEach(function(i){var u=a[i];u===!1?l.removeAttribute(i):l.setAttribute(i,u===!0?"":u)}))})}function Tf(e){var t=e.state,r={popper:{position:t.options.strategy,left:"0",top:"0",margin:"0"},arrow:{position:"absolute"},reference:{}};return Object.assign(t.elements.popper.style,r.popper),t.styles=r,t.elements.arrow&&Object.assign(t.elements.arrow.style,r.arrow),function(){Object.keys(t.elements).forEach(function(n){var a=t.elements[n],l=t.attributes[n]||{},i=Object.keys(t.styles.hasOwnProperty(n)?t.styles[n]:r[n]),u=i.reduce(function(s,c){return s[c]="",s},{});!De(a)||!lt(a)||(Object.assign(a.style,u),Object.keys(l).forEach(function(s){a.removeAttribute(s)}))})}}var Rf={name:"applyStyles",enabled:!0,phase:"write",fn:Of,effect:Tf,requires:["computeStyles"]};function ot(e){return e.split("-")[0]}var Bt=Math.max,_n=Math.min,nr=Math.round;function oo(){var e=navigator.userAgentData;return e!=null&&e.brands&&Array.isArray(e.brands)?e.brands.map(function(t){return t.brand+"/"+t.version}).join(" "):navigator.userAgent}function Iu(){return!/^((?!chrome|android).)*safari/i.test(oo())}function ar(e,t,r){t===void 0&&(t=!1),r===void 0&&(r=!1);var n=e.getBoundingClientRect(),a=1,l=1;t&&De(e)&&(a=e.offsetWidth>0&&nr(n.width)/e.offsetWidth||1,l=e.offsetHeight>0&&nr(n.height)/e.offsetHeight||1);var i=Nt(e)?_e(e):window,u=i.visualViewport,s=!Iu()&&r,c=(n.left+(s&&u?u.offsetLeft:0))/a,d=(n.top+(s&&u?u.offsetTop:0))/l,f=n.width/a,m=n.height/l;return{width:f,height:m,top:d,right:c+f,bottom:d+m,left:c,x:c,y:d}}function Yo(e){var t=ar(e),r=e.offsetWidth,n=e.offsetHeight;return Math.abs(t.width-r)<=1&&(r=t.width),Math.abs(t.height-n)<=1&&(n=t.height),{x:e.offsetLeft,y:e.offsetTop,width:r,height:n}}function Pu(e,t){var r=t.getRootNode&&t.getRootNode();if(e.contains(t))return!0;if(r&&Go(r)){var n=t;do{if(n&&e.isSameNode(n))return!0;n=n.parentNode||n.host}while(n)}return!1}function ft(e){return _e(e).getComputedStyle(e)}function Ff(e){return["table","td","th"].indexOf(lt(e))>=0}function St(e){return((Nt(e)?e.ownerDocument:e.document)||window.document).documentElement}function Un(e){return lt(e)==="html"?e:e.assignedSlot||e.parentNode||(Go(e)?e.host:null)||St(e)}function hi(e){return!De(e)||ft(e).position==="fixed"?null:e.offsetParent}function $f(e){var t=/firefox/i.test(oo()),r=/Trident/i.test(oo());if(r&&De(e)){var n=ft(e);if(n.position==="fixed")return null}var a=Un(e);for(Go(a)&&(a=a.host);De(a)&&["html","body"].indexOf(lt(a))<0;){var l=ft(a);if(l.transform!=="none"||l.perspective!=="none"||l.contain==="paint"||["transform","perspective"].indexOf(l.willChange)!==-1||t&&l.willChange==="filter"||t&&l.filter&&l.filter!=="none")return a;a=a.parentNode}return null}function Wr(e){for(var t=_e(e),r=hi(e);r&&Ff(r)&&ft(r).position==="static";)r=hi(r);return r&&(lt(r)==="html"||lt(r)==="body"&&ft(r).position==="static")?t:r||$f(e)||t}function Ko(e){return["top","bottom"].indexOf(e)>=0?"x":"y"}function Sr(e,t,r){return Bt(e,_n(t,r))}function Df(e,t,r){var n=Sr(e,t,r);return n>r?r:n}function ju(){return{top:0,right:0,bottom:0,left:0}}function Nu(e){return Object.assign({},ju(),e)}function Hu(e,t){return t.reduce(function(r,n){return r[n]=e,r},{})}var Lf=function(e,t){return e=typeof e=="function"?e(Object.assign({},t.rects,{placement:t.placement})):e,Nu(typeof e!="number"?e:Hu(e,Ur))};function Mf(e){var t,r=e.state,n=e.name,a=e.options,l=r.elements.arrow,i=r.modifiersData.popperOffsets,u=ot(r.placement),s=Ko(u),c=[Ae,Me].indexOf(u)>=0,d=c?"height":"width";if(!(!l||!i)){var f=Lf(a.padding,r),m=Yo(l),p=s==="y"?we:Ae,h=s==="y"?Le:Me,g=r.rects.reference[d]+r.rects.reference[s]-i[s]-r.rects.popper[d],x=i[s]-r.rects.reference[s],A=Wr(l),v=A?s==="y"?A.clientHeight||0:A.clientWidth||0:0,y=g/2-x/2,E=f[p],w=v-m[d]-f[h],S=v/2-m[d]/2+y,C=Sr(E,S,w),k=s;r.modifiersData[n]=(t={},t[k]=C,t.centerOffset=C-S,t)}}function Bf(e){var t=e.state,r=e.options,n=r.element,a=n===void 0?"[data-popper-arrow]":n;a!=null&&(typeof a=="string"&&(a=t.elements.popper.querySelector(a),!a)||Pu(t.elements.popper,a)&&(t.elements.arrow=a))}var If={name:"arrow",enabled:!0,phase:"main",fn:Mf,effect:Bf,requires:["popperOffsets"],requiresIfExists:["preventOverflow"]};function or(e){return e.split("-")[1]}var Pf={top:"auto",right:"auto",bottom:"auto",left:"auto"};function jf(e,t){var r=e.x,n=e.y,a=t.devicePixelRatio||1;return{x:nr(r*a)/a||0,y:nr(n*a)/a||0}}function bi(e){var t,r=e.popper,n=e.popperRect,a=e.placement,l=e.variation,i=e.offsets,u=e.position,s=e.gpuAcceleration,c=e.adaptive,d=e.roundOffsets,f=e.isFixed,m=i.x,p=m===void 0?0:m,h=i.y,g=h===void 0?0:h,x=typeof d=="function"?d({x:p,y:g}):{x:p,y:g};p=x.x,g=x.y;var A=i.hasOwnProperty("x"),v=i.hasOwnProperty("y"),y=Ae,E=we,w=window;if(c){var S=Wr(r),C="clientHeight",k="clientWidth";if(S===_e(r)&&(S=St(r),ft(S).position!=="static"&&u==="absolute"&&(C="scrollHeight",k="scrollWidth")),S=S,a===we||(a===Ae||a===Me)&&l===Dr){E=Le;var O=f&&S===w&&w.visualViewport?w.visualViewport.height:S[C];g-=O-n.height,g*=s?1:-1}if(a===Ae||(a===we||a===Le)&&l===Dr){y=Me;var T=f&&S===w&&w.visualViewport?w.visualViewport.width:S[k];p-=T-n.width,p*=s?1:-1}}var R=Object.assign({position:u},c&&Pf),F=d===!0?jf({x:p,y:g},_e(r)):{x:p,y:g};if(p=F.x,g=F.y,s){var $;return Object.assign({},R,($={},$[E]=v?"0":"",$[y]=A?"0":"",$.transform=(w.devicePixelRatio||1)<=1?"translate("+p+"px, "+g+"px)":"translate3d("+p+"px, "+g+"px, 0)",$))}return Object.assign({},R,(t={},t[E]=v?g+"px":"",t[y]=A?p+"px":"",t.transform="",t))}function Nf(e){var t=e.state,r=e.options,n=r.gpuAcceleration,a=n===void 0?!0:n,l=r.adaptive,i=l===void 0?!0:l,u=r.roundOffsets,s=u===void 0?!0:u,c={placement:ot(t.placement),variation:or(t.placement),popper:t.elements.popper,popperRect:t.rects.popper,gpuAcceleration:a,isFixed:t.options.strategy==="fixed"};t.modifiersData.popperOffsets!=null&&(t.styles.popper=Object.assign({},t.styles.popper,bi(Object.assign({},c,{offsets:t.modifiersData.popperOffsets,position:t.options.strategy,adaptive:i,roundOffsets:s})))),t.modifiersData.arrow!=null&&(t.styles.arrow=Object.assign({},t.styles.arrow,bi(Object.assign({},c,{offsets:t.modifiersData.arrow,position:"absolute",adaptive:!1,roundOffsets:s})))),t.attributes.popper=Object.assign({},t.attributes.popper,{"data-popper-placement":t.placement})}var Hf={name:"computeStyles",enabled:!0,phase:"beforeWrite",fn:Nf,data:{}},nn={passive:!0};function Zf(e){var t=e.state,r=e.instance,n=e.options,a=n.scroll,l=a===void 0?!0:a,i=n.resize,u=i===void 0?!0:i,s=_e(t.elements.popper),c=[].concat(t.scrollParents.reference,t.scrollParents.popper);return l&&c.forEach(function(d){d.addEventListener("scroll",r.update,nn)}),u&&s.addEventListener("resize",r.update,nn),function(){l&&c.forEach(function(d){d.removeEventListener("scroll",r.update,nn)}),u&&s.removeEventListener("resize",r.update,nn)}}var Vf={name:"eventListeners",enabled:!0,phase:"write",fn:function(){},effect:Zf,data:{}},zf={left:"right",right:"left",bottom:"top",top:"bottom"};function mn(e){return e.replace(/left|right|bottom|top/g,function(t){return zf[t]})}var qf={start:"end",end:"start"};function yi(e){return e.replace(/start|end/g,function(t){return qf[t]})}function Xo(e){var t=_e(e),r=t.pageXOffset,n=t.pageYOffset;return{scrollLeft:r,scrollTop:n}}function Jo(e){return ar(St(e)).left+Xo(e).scrollLeft}function Uf(e,t){var r=_e(e),n=St(e),a=r.visualViewport,l=n.clientWidth,i=n.clientHeight,u=0,s=0;if(a){l=a.width,i=a.height;var c=Iu();(c||!c&&t==="fixed")&&(u=a.offsetLeft,s=a.offsetTop)}return{width:l,height:i,x:u+Jo(e),y:s}}function Wf(e){var t,r=St(e),n=Xo(e),a=(t=e.ownerDocument)==null?void 0:t.body,l=Bt(r.scrollWidth,r.clientWidth,a?a.scrollWidth:0,a?a.clientWidth:0),i=Bt(r.scrollHeight,r.clientHeight,a?a.scrollHeight:0,a?a.clientHeight:0),u=-n.scrollLeft+Jo(e),s=-n.scrollTop;return ft(a||r).direction==="rtl"&&(u+=Bt(r.clientWidth,a?a.clientWidth:0)-l),{width:l,height:i,x:u,y:s}}function Qo(e){var t=ft(e),r=t.overflow,n=t.overflowX,a=t.overflowY;return/auto|scroll|overlay|hidden/.test(r+a+n)}function Zu(e){return["html","body","#document"].indexOf(lt(e))>=0?e.ownerDocument.body:De(e)&&Qo(e)?e:Zu(Un(e))}function Cr(e,t){var r;t===void 0&&(t=[]);var n=Zu(e),a=n===((r=e.ownerDocument)==null?void 0:r.body),l=_e(n),i=a?[l].concat(l.visualViewport||[],Qo(n)?n:[]):n,u=t.concat(i);return a?u:u.concat(Cr(Un(i)))}function lo(e){return Object.assign({},e,{left:e.x,top:e.y,right:e.x+e.width,bottom:e.y+e.height})}function Gf(e,t){var r=ar(e,!1,t==="fixed");return r.top=r.top+e.clientTop,r.left=r.left+e.clientLeft,r.bottom=r.top+e.clientHeight,r.right=r.left+e.clientWidth,r.width=e.clientWidth,r.height=e.clientHeight,r.x=r.left,r.y=r.top,r}function Ei(e,t,r){return t===Mu?lo(Uf(e,r)):Nt(t)?Gf(t,r):lo(Wf(St(e)))}function Yf(e){var t=Cr(Un(e)),r=["absolute","fixed"].indexOf(ft(e).position)>=0,n=r&&De(e)?Wr(e):e;return Nt(n)?t.filter(function(a){return Nt(a)&&Pu(a,n)&<(a)!=="body"}):[]}function Kf(e,t,r,n){var a=t==="clippingParents"?Yf(e):[].concat(t),l=[].concat(a,[r]),i=l[0],u=l.reduce(function(s,c){var d=Ei(e,c,n);return s.top=Bt(d.top,s.top),s.right=_n(d.right,s.right),s.bottom=_n(d.bottom,s.bottom),s.left=Bt(d.left,s.left),s},Ei(e,i,n));return u.width=u.right-u.left,u.height=u.bottom-u.top,u.x=u.left,u.y=u.top,u}function Vu(e){var t=e.reference,r=e.element,n=e.placement,a=n?ot(n):null,l=n?or(n):null,i=t.x+t.width/2-r.width/2,u=t.y+t.height/2-r.height/2,s;switch(a){case we:s={x:i,y:t.y-r.height};break;case Le:s={x:i,y:t.y+t.height};break;case Me:s={x:t.x+t.width,y:u};break;case Ae:s={x:t.x-r.width,y:u};break;default:s={x:t.x,y:t.y}}var c=a?Ko(a):null;if(c!=null){var d=c==="y"?"height":"width";switch(l){case rr:s[c]=s[c]-(t[d]/2-r[d]/2);break;case Dr:s[c]=s[c]+(t[d]/2-r[d]/2);break}}return s}function Lr(e,t){t===void 0&&(t={});var r=t,n=r.placement,a=n===void 0?e.placement:n,l=r.strategy,i=l===void 0?e.strategy:l,u=r.boundary,s=u===void 0?hf:u,c=r.rootBoundary,d=c===void 0?Mu:c,f=r.elementContext,m=f===void 0?Er:f,p=r.altBoundary,h=p===void 0?!1:p,g=r.padding,x=g===void 0?0:g,A=Nu(typeof x!="number"?x:Hu(x,Ur)),v=m===Er?bf:Er,y=e.rects.popper,E=e.elements[h?v:m],w=Kf(Nt(E)?E:E.contextElement||St(e.elements.popper),s,d,i),S=ar(e.elements.reference),C=Vu({reference:S,element:y,strategy:"absolute",placement:a}),k=lo(Object.assign({},y,C)),O=m===Er?k:S,T={top:w.top-O.top+A.top,bottom:O.bottom-w.bottom+A.bottom,left:w.left-O.left+A.left,right:O.right-w.right+A.right},R=e.modifiersData.offset;if(m===Er&&R){var F=R[a];Object.keys(T).forEach(function($){var P=[Me,Le].indexOf($)>=0?1:-1,D=[we,Le].indexOf($)>=0?"y":"x";T[$]+=F[D]*P})}return T}function Xf(e,t){t===void 0&&(t={});var r=t,n=r.placement,a=r.boundary,l=r.rootBoundary,i=r.padding,u=r.flipVariations,s=r.allowedAutoPlacements,c=s===void 0?Bu:s,d=or(n),f=d?u?gi:gi.filter(function(h){return or(h)===d}):Ur,m=f.filter(function(h){return c.indexOf(h)>=0});m.length===0&&(m=f);var p=m.reduce(function(h,g){return h[g]=Lr(e,{placement:g,boundary:a,rootBoundary:l,padding:i})[ot(g)],h},{});return Object.keys(p).sort(function(h,g){return p[h]-p[g]})}function Jf(e){if(ot(e)===qn)return[];var t=mn(e);return[yi(e),t,yi(t)]}function Qf(e){var t=e.state,r=e.options,n=e.name;if(!t.modifiersData[n]._skip){for(var a=r.mainAxis,l=a===void 0?!0:a,i=r.altAxis,u=i===void 0?!0:i,s=r.fallbackPlacements,c=r.padding,d=r.boundary,f=r.rootBoundary,m=r.altBoundary,p=r.flipVariations,h=p===void 0?!0:p,g=r.allowedAutoPlacements,x=t.options.placement,A=ot(x),v=A===x,y=s||(v||!h?[mn(x)]:Jf(x)),E=[x].concat(y).reduce(function(X,I){return X.concat(ot(I)===qn?Xf(t,{placement:I,boundary:d,rootBoundary:f,padding:c,flipVariations:h,allowedAutoPlacements:g}):I)},[]),w=t.rects.reference,S=t.rects.popper,C=new Map,k=!0,O=E[0],T=0;T=0,D=P?"width":"height",L=Lr(t,{placement:R,boundary:d,rootBoundary:f,altBoundary:m,padding:c}),N=P?$?Me:Ae:$?Le:we;w[D]>S[D]&&(N=mn(N));var V=mn(N),B=[];if(l&&B.push(L[F]<=0),u&&B.push(L[N]<=0,L[V]<=0),B.every(function(X){return X})){O=R,k=!1;break}C.set(R,B)}if(k)for(var H=h?3:1,K=function(X){var I=E.find(function(z){var U=C.get(z);if(U)return U.slice(0,X).every(function(se){return se})});if(I)return O=I,"break"},re=H;re>0;re--){var Y=K(re);if(Y==="break")break}t.placement!==O&&(t.modifiersData[n]._skip=!0,t.placement=O,t.reset=!0)}}var em={name:"flip",enabled:!0,phase:"main",fn:Qf,requiresIfExists:["offset"],data:{_skip:!1}};function xi(e,t,r){return r===void 0&&(r={x:0,y:0}),{top:e.top-t.height-r.y,right:e.right-t.width+r.x,bottom:e.bottom-t.height+r.y,left:e.left-t.width-r.x}}function wi(e){return[we,Me,Le,Ae].some(function(t){return e[t]>=0})}function tm(e){var t=e.state,r=e.name,n=t.rects.reference,a=t.rects.popper,l=t.modifiersData.preventOverflow,i=Lr(t,{elementContext:"reference"}),u=Lr(t,{altBoundary:!0}),s=xi(i,n),c=xi(u,a,l),d=wi(s),f=wi(c);t.modifiersData[r]={referenceClippingOffsets:s,popperEscapeOffsets:c,isReferenceHidden:d,hasPopperEscaped:f},t.attributes.popper=Object.assign({},t.attributes.popper,{"data-popper-reference-hidden":d,"data-popper-escaped":f})}var rm={name:"hide",enabled:!0,phase:"main",requiresIfExists:["preventOverflow"],fn:tm};function nm(e,t,r){var n=ot(e),a=[Ae,we].indexOf(n)>=0?-1:1,l=typeof r=="function"?r(Object.assign({},t,{placement:e})):r,i=l[0],u=l[1];return i=i||0,u=(u||0)*a,[Ae,Me].indexOf(n)>=0?{x:u,y:i}:{x:i,y:u}}function am(e){var t=e.state,r=e.options,n=e.name,a=r.offset,l=a===void 0?[0,0]:a,i=Bu.reduce(function(d,f){return d[f]=nm(f,t.rects,l),d},{}),u=i[t.placement],s=u.x,c=u.y;t.modifiersData.popperOffsets!=null&&(t.modifiersData.popperOffsets.x+=s,t.modifiersData.popperOffsets.y+=c),t.modifiersData[n]=i}var om={name:"offset",enabled:!0,phase:"main",requires:["popperOffsets"],fn:am};function lm(e){var t=e.state,r=e.name;t.modifiersData[r]=Vu({reference:t.rects.reference,element:t.rects.popper,strategy:"absolute",placement:t.placement})}var im={name:"popperOffsets",enabled:!0,phase:"read",fn:lm,data:{}};function sm(e){return e==="x"?"y":"x"}function um(e){var t=e.state,r=e.options,n=e.name,a=r.mainAxis,l=a===void 0?!0:a,i=r.altAxis,u=i===void 0?!1:i,s=r.boundary,c=r.rootBoundary,d=r.altBoundary,f=r.padding,m=r.tether,p=m===void 0?!0:m,h=r.tetherOffset,g=h===void 0?0:h,x=Lr(t,{boundary:s,rootBoundary:c,padding:f,altBoundary:d}),A=ot(t.placement),v=or(t.placement),y=!v,E=Ko(A),w=sm(E),S=t.modifiersData.popperOffsets,C=t.rects.reference,k=t.rects.popper,O=typeof g=="function"?g(Object.assign({},t.rects,{placement:t.placement})):g,T=typeof O=="number"?{mainAxis:O,altAxis:O}:Object.assign({mainAxis:0,altAxis:0},O),R=t.modifiersData.offset?t.modifiersData.offset[t.placement]:null,F={x:0,y:0};if(S){if(l){var $,P=E==="y"?we:Ae,D=E==="y"?Le:Me,L=E==="y"?"height":"width",N=S[E],V=N+x[P],B=N-x[D],H=p?-k[L]/2:0,K=v===rr?C[L]:k[L],re=v===rr?-k[L]:-C[L],Y=t.elements.arrow,X=p&&Y?Yo(Y):{width:0,height:0},I=t.modifiersData["arrow#persistent"]?t.modifiersData["arrow#persistent"].padding:ju(),z=I[P],U=I[D],se=Sr(0,C[L],X[L]),be=y?C[L]/2-H-se-z-T.mainAxis:K-se-z-T.mainAxis,it=y?-C[L]/2+H+se+U+T.mainAxis:re+se+U+T.mainAxis,Re=t.elements.arrow&&Wr(t.elements.arrow),Ze=Re?E==="y"?Re.clientTop||0:Re.clientLeft||0:0,M=($=R==null?void 0:R[E])!=null?$:0,Pe=N+be-M-Ze,Ve=N+it-M,Ct=Sr(p?_n(V,Pe):V,N,p?Bt(B,Ve):B);S[E]=Ct,F[E]=Ct-N}if(u){var zt,ze=E==="x"?we:Ae,Kr=E==="x"?Le:Me,ye=S[w],kt=w==="y"?"height":"width",qe=ye+x[ze],qt=ye-x[Kr],Ue=[we,Ae].indexOf(A)!==-1,Ut=(zt=R==null?void 0:R[w])!=null?zt:0,We=Ue?qe:ye-C[kt]-k[kt]-Ut+T.altAxis,fe=Ue?ye+C[kt]+k[kt]-Ut-T.altAxis:qt,je=p&&Ue?Df(We,ye,fe):Sr(p?We:qe,ye,p?fe:qt);S[w]=je,F[w]=je-ye}t.modifiersData[n]=F}}var cm={name:"preventOverflow",enabled:!0,phase:"main",fn:um,requiresIfExists:["offset"]};function dm(e){return{scrollLeft:e.scrollLeft,scrollTop:e.scrollTop}}function pm(e){return e===_e(e)||!De(e)?Xo(e):dm(e)}function fm(e){var t=e.getBoundingClientRect(),r=nr(t.width)/e.offsetWidth||1,n=nr(t.height)/e.offsetHeight||1;return r!==1||n!==1}function mm(e,t,r){r===void 0&&(r=!1);var n=De(t),a=De(t)&&fm(t),l=St(t),i=ar(e,a,r),u={scrollLeft:0,scrollTop:0},s={x:0,y:0};return(n||!n&&!r)&&((lt(t)!=="body"||Qo(l))&&(u=pm(t)),De(t)?(s=ar(t,!0),s.x+=t.clientLeft,s.y+=t.clientTop):l&&(s.x=Jo(l))),{x:i.left+u.scrollLeft-s.x,y:i.top+u.scrollTop-s.y,width:i.width,height:i.height}}function gm(e){var t=new Map,r=new Set,n=[];e.forEach(function(l){t.set(l.name,l)});function a(l){r.add(l.name);var i=[].concat(l.requires||[],l.requiresIfExists||[]);i.forEach(function(u){if(!r.has(u)){var s=t.get(u);s&&a(s)}}),n.push(l)}return e.forEach(function(l){r.has(l.name)||a(l)}),n}function hm(e){var t=gm(e);return _f.reduce(function(r,n){return r.concat(t.filter(function(a){return a.phase===n}))},[])}function bm(e){var t;return function(){return t||(t=new Promise(function(r){Promise.resolve().then(function(){t=void 0,r(e())})})),t}}function ym(e){var t=e.reduce(function(r,n){var a=r[n.name];return r[n.name]=a?Object.assign({},a,n,{options:Object.assign({},a.options,n.options),data:Object.assign({},a.data,n.data)}):n,r},{});return Object.keys(t).map(function(r){return t[r]})}var Ai={placement:"bottom",modifiers:[],strategy:"absolute"};function Si(){for(var e=arguments.length,t=new Array(e),r=0;rt.split("-")[0]===e?r:n),ht=8,Tm=_.div({position:"absolute",borderStyle:"solid"},({placement:e})=>{let t=0,r=0;switch(!0){case(e.startsWith("left")||e.startsWith("right")):{r=8;break}case(e.startsWith("top")||e.startsWith("bottom")):{t=8;break}}return{transform:`translate3d(${t}px, ${r}px, 0px)`}},({theme:e,color:t,placement:r})=>({bottom:`${Fe("top",r,`${ht*-1}px`,"auto")}`,top:`${Fe("bottom",r,`${ht*-1}px`,"auto")}`,right:`${Fe("left",r,`${ht*-1}px`,"auto")}`,left:`${Fe("right",r,`${ht*-1}px`,"auto")}`,borderBottomWidth:`${Fe("top",r,"0",ht)}px`,borderTopWidth:`${Fe("bottom",r,"0",ht)}px`,borderRightWidth:`${Fe("left",r,"0",ht)}px`,borderLeftWidth:`${Fe("right",r,"0",ht)}px`,borderTopColor:Fe("top",r,e.color[t]||t||e.base==="light"?Ar(e.background.app):e.background.app,"transparent"),borderBottomColor:Fe("bottom",r,e.color[t]||t||e.base==="light"?Ar(e.background.app):e.background.app,"transparent"),borderLeftColor:Fe("left",r,e.color[t]||t||e.base==="light"?Ar(e.background.app):e.background.app,"transparent"),borderRightColor:Fe("right",r,e.color[t]||t||e.base==="light"?Ar(e.background.app):e.background.app,"transparent")})),Rm=_.div(({hidden:e})=>({display:e?"none":"inline-block",zIndex:2147483647}),({theme:e,color:t,hasChrome:r})=>r?{background:e.color[t]||t||e.base==="light"?Ar(e.background.app):e.background.app,filter:` + drop-shadow(0px 5px 5px rgba(0,0,0,0.05)) + drop-shadow(0 1px 3px rgba(0,0,0,0.1)) + `,borderRadius:e.appBorderRadius,fontSize:e.typography.size.s1}:{}),el=o.forwardRef(({placement:e,hasChrome:t,children:r,arrowProps:n,tooltipRef:a,color:l,withArrows:i,...u},s)=>o.createElement(Rm,{"data-testid":"tooltip",hasChrome:t,ref:s,...u,color:l},t&&i&&o.createElement(Tm,{placement:e,...n,color:l}),r));el.displayName="Tooltip";el.defaultProps={color:void 0,tooltipRef:void 0,hasChrome:!0,placement:"top",arrowProps:{}};var{document:gn}=ff,Fm=_.div` + display: inline-block; + cursor: ${e=>e.trigger==="hover"||e.trigger.includes("hover")?"default":"pointer"}; +`,$m=_.g` + cursor: ${e=>e.trigger==="hover"||e.trigger.includes("hover")?"default":"pointer"}; +`,Uu=({svg:e,trigger:t,closeOnOutsideClick:r,placement:n,hasChrome:a,withArrows:l,offset:i,tooltip:u,children:s,closeOnTriggerHidden:c,mutationObserverOptions:d,closeOnClick:f,tooltipShown:m,onVisibilityChange:p,defaultVisible:h,delayHide:g,visible:x,interactive:A,delayShow:v,modifiers:y,strategy:E,followCursor:w,onVisibleChange:S,...C})=>{let k=e?$m:Fm,{getArrowProps:O,getTooltipProps:T,setTooltipRef:R,setTriggerRef:F,visible:$,state:P}=Om({trigger:t,placement:n,defaultVisible:h??m,delayHide:g,interactive:A,closeOnOutsideClick:r??f,closeOnTriggerHidden:c,onVisibleChange:L=>{p==null||p(L),S==null||S(L)},delayShow:v,followCursor:w,mutationObserverOptions:d,visible:x,offset:i},{modifiers:y,strategy:E}),D=o.createElement(el,{placement:P==null?void 0:P.placement,ref:R,hasChrome:a,arrowProps:O(),withArrows:l,...T()},typeof u=="function"?u({onHide:()=>S(!1)}):u);return o.createElement(o.Fragment,null,o.createElement(k,{trigger:t,ref:F,...C},s),$&&z0.createPortal(D,gn.body))};Uu.defaultProps={svg:!1,trigger:"click",closeOnOutsideClick:!1,placement:"top",modifiers:[{name:"preventOverflow",options:{padding:8}},{name:"offset",options:{offset:[8,8]}},{name:"arrow",options:{padding:8}}],hasChrome:!0,defaultVisible:!1};var Dm=({startOpen:e=!1,onVisibleChange:t,...r})=>{let[n,a]=b.useState(e),l=b.useCallback(i=>{t&&t(i)===!1||a(i)},[t]);return b.useEffect(()=>{let i=()=>l(!1);gn.addEventListener("keydown",i,!1);let u=Array.from(gn.getElementsByTagName("iframe")),s=[];return u.forEach(c=>{let d=()=>{try{c.contentWindow.document&&(c.contentWindow.document.addEventListener("click",i),s.push(()=>{try{c.contentWindow.document.removeEventListener("click",i)}catch{}}))}catch{}};d(),c.addEventListener("load",d),s.push(()=>{c.removeEventListener("load",d)})}),()=>{gn.removeEventListener("keydown",i),s.forEach(c=>{c()})}}),o.createElement(Uu,{...r,visible:n,onVisibleChange:l})};function Lm(e,t){var r=b.useRef(null),n=b.useRef(null);n.current=t;var a=b.useRef(null);b.useEffect(function(){l()});var l=b.useCallback(function(){var i=a.current,u=n.current,s=i||(u?u instanceof Element?u:u.current:null);r.current&&r.current.element===s&&r.current.subscriber===e||(r.current&&r.current.cleanup&&r.current.cleanup(),r.current={element:s,subscriber:e,cleanup:s?e(s):void 0})},[e]);return b.useEffect(function(){return function(){r.current&&r.current.cleanup&&(r.current.cleanup(),r.current=null)}},[]),b.useCallback(function(i){a.current=i,l()},[l])}function _i(e,t,r){return e[t]?e[t][0]?e[t][0][r]:e[t][r]:t==="contentBoxSize"?e.contentRect[r==="inlineSize"?"width":"height"]:void 0}function Wu(e){e===void 0&&(e={});var t=e.onResize,r=b.useRef(void 0);r.current=t;var n=e.round||Math.round,a=b.useRef(),l=b.useState({width:void 0,height:void 0}),i=l[0],u=l[1],s=b.useRef(!1);b.useEffect(function(){return s.current=!1,function(){s.current=!0}},[]);var c=b.useRef({width:void 0,height:void 0}),d=Lm(b.useCallback(function(f){return(!a.current||a.current.box!==e.box||a.current.round!==n)&&(a.current={box:e.box,round:n,instance:new ResizeObserver(function(m){var p=m[0],h=e.box==="border-box"?"borderBoxSize":e.box==="device-pixel-content-box"?"devicePixelContentBoxSize":"contentBoxSize",g=_i(p,h,"inlineSize"),x=_i(p,h,"blockSize"),A=g?n(g):void 0,v=x?n(x):void 0;if(c.current.width!==A||c.current.height!==v){var y={width:A,height:v};c.current.width=A,c.current.height=v,r.current?r.current(y):s.current||u(y)}})}),a.current.instance.observe(f,{box:e.box}),function(){a.current&&a.current.instance.unobserve(f)}},[e.box,n]),e.ref);return b.useMemo(function(){return{ref:d,width:i.width,height:i.height}},[d,i.width,i.height])}const{global:Mm}=__STORYBOOK_MODULE_GLOBAL__;var Q=({...e},t)=>{let r=[e.class,e.className];return delete e.class,e.className=["sbdocs",`sbdocs-${t}`,...r].filter(Boolean).join(" "),e};function Mr(){return Mr=Object.assign?Object.assign.bind():function(e){for(var t=1;t"u"||!Reflect.construct||Reflect.construct.sham)return!1;if(typeof Proxy=="function")return!0;try{return Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],function(){})),!0}catch{return!1}}function hn(e,t,r){return jm()?hn=Reflect.construct.bind():hn=function(n,a,l){var i=[null];i.push.apply(i,a);var u=Function.bind.apply(n,i),s=new u;return l&&Br(s,l.prototype),s},hn.apply(null,arguments)}function so(e){var t=typeof Map=="function"?new Map:void 0;return so=function(r){if(r===null||!Pm(r))return r;if(typeof r!="function")throw new TypeError("Super expression must either be null or a function");if(typeof t<"u"){if(t.has(r))return t.get(r);t.set(r,n)}function n(){return hn(r,arguments,io(this).constructor)}return n.prototype=Object.create(r.prototype,{constructor:{value:n,enumerable:!1,writable:!0,configurable:!0}}),Br(n,r)},so(e)}var rt=function(e){Im(t,e);function t(r){var n;return n=e.call(this,"An error occurred. See https://github.com/styled-components/polished/blob/main/src/internalHelpers/errors.md#"+r+" for more information.")||this,Bm(n)}return t}(so(Error));function xa(e){return Math.round(e*255)}function Nm(e,t,r){return xa(e)+","+xa(t)+","+xa(r)}function Ir(e,t,r,n){if(n===void 0&&(n=Nm),t===0)return n(r,r,r);var a=(e%360+360)%360/60,l=(1-Math.abs(2*r-1))*t,i=l*(1-Math.abs(a%2-1)),u=0,s=0,c=0;a>=0&&a<1?(u=l,s=i):a>=1&&a<2?(u=i,s=l):a>=2&&a<3?(s=l,c=i):a>=3&&a<4?(s=i,c=l):a>=4&&a<5?(u=i,c=l):a>=5&&a<6&&(u=l,c=i);var d=r-l/2,f=u+d,m=s+d,p=c+d;return n(f,m,p)}var Oi={aliceblue:"f0f8ff",antiquewhite:"faebd7",aqua:"00ffff",aquamarine:"7fffd4",azure:"f0ffff",beige:"f5f5dc",bisque:"ffe4c4",black:"000",blanchedalmond:"ffebcd",blue:"0000ff",blueviolet:"8a2be2",brown:"a52a2a",burlywood:"deb887",cadetblue:"5f9ea0",chartreuse:"7fff00",chocolate:"d2691e",coral:"ff7f50",cornflowerblue:"6495ed",cornsilk:"fff8dc",crimson:"dc143c",cyan:"00ffff",darkblue:"00008b",darkcyan:"008b8b",darkgoldenrod:"b8860b",darkgray:"a9a9a9",darkgreen:"006400",darkgrey:"a9a9a9",darkkhaki:"bdb76b",darkmagenta:"8b008b",darkolivegreen:"556b2f",darkorange:"ff8c00",darkorchid:"9932cc",darkred:"8b0000",darksalmon:"e9967a",darkseagreen:"8fbc8f",darkslateblue:"483d8b",darkslategray:"2f4f4f",darkslategrey:"2f4f4f",darkturquoise:"00ced1",darkviolet:"9400d3",deeppink:"ff1493",deepskyblue:"00bfff",dimgray:"696969",dimgrey:"696969",dodgerblue:"1e90ff",firebrick:"b22222",floralwhite:"fffaf0",forestgreen:"228b22",fuchsia:"ff00ff",gainsboro:"dcdcdc",ghostwhite:"f8f8ff",gold:"ffd700",goldenrod:"daa520",gray:"808080",green:"008000",greenyellow:"adff2f",grey:"808080",honeydew:"f0fff0",hotpink:"ff69b4",indianred:"cd5c5c",indigo:"4b0082",ivory:"fffff0",khaki:"f0e68c",lavender:"e6e6fa",lavenderblush:"fff0f5",lawngreen:"7cfc00",lemonchiffon:"fffacd",lightblue:"add8e6",lightcoral:"f08080",lightcyan:"e0ffff",lightgoldenrodyellow:"fafad2",lightgray:"d3d3d3",lightgreen:"90ee90",lightgrey:"d3d3d3",lightpink:"ffb6c1",lightsalmon:"ffa07a",lightseagreen:"20b2aa",lightskyblue:"87cefa",lightslategray:"789",lightslategrey:"789",lightsteelblue:"b0c4de",lightyellow:"ffffe0",lime:"0f0",limegreen:"32cd32",linen:"faf0e6",magenta:"f0f",maroon:"800000",mediumaquamarine:"66cdaa",mediumblue:"0000cd",mediumorchid:"ba55d3",mediumpurple:"9370db",mediumseagreen:"3cb371",mediumslateblue:"7b68ee",mediumspringgreen:"00fa9a",mediumturquoise:"48d1cc",mediumvioletred:"c71585",midnightblue:"191970",mintcream:"f5fffa",mistyrose:"ffe4e1",moccasin:"ffe4b5",navajowhite:"ffdead",navy:"000080",oldlace:"fdf5e6",olive:"808000",olivedrab:"6b8e23",orange:"ffa500",orangered:"ff4500",orchid:"da70d6",palegoldenrod:"eee8aa",palegreen:"98fb98",paleturquoise:"afeeee",palevioletred:"db7093",papayawhip:"ffefd5",peachpuff:"ffdab9",peru:"cd853f",pink:"ffc0cb",plum:"dda0dd",powderblue:"b0e0e6",purple:"800080",rebeccapurple:"639",red:"f00",rosybrown:"bc8f8f",royalblue:"4169e1",saddlebrown:"8b4513",salmon:"fa8072",sandybrown:"f4a460",seagreen:"2e8b57",seashell:"fff5ee",sienna:"a0522d",silver:"c0c0c0",skyblue:"87ceeb",slateblue:"6a5acd",slategray:"708090",slategrey:"708090",snow:"fffafa",springgreen:"00ff7f",steelblue:"4682b4",tan:"d2b48c",teal:"008080",thistle:"d8bfd8",tomato:"ff6347",turquoise:"40e0d0",violet:"ee82ee",wheat:"f5deb3",white:"fff",whitesmoke:"f5f5f5",yellow:"ff0",yellowgreen:"9acd32"};function Hm(e){if(typeof e!="string")return e;var t=e.toLowerCase();return Oi[t]?"#"+Oi[t]:e}var Zm=/^#[a-fA-F0-9]{6}$/,Vm=/^#[a-fA-F0-9]{8}$/,zm=/^#[a-fA-F0-9]{3}$/,qm=/^#[a-fA-F0-9]{4}$/,wa=/^rgb\(\s*(\d{1,3})\s*(?:,)?\s*(\d{1,3})\s*(?:,)?\s*(\d{1,3})\s*\)$/i,Um=/^rgb(?:a)?\(\s*(\d{1,3})\s*(?:,)?\s*(\d{1,3})\s*(?:,)?\s*(\d{1,3})\s*(?:,|\/)\s*([-+]?\d*[.]?\d+[%]?)\s*\)$/i,Wm=/^hsl\(\s*(\d{0,3}[.]?[0-9]+(?:deg)?)\s*(?:,)?\s*(\d{1,3}[.]?[0-9]?)%\s*(?:,)?\s*(\d{1,3}[.]?[0-9]?)%\s*\)$/i,Gm=/^hsl(?:a)?\(\s*(\d{0,3}[.]?[0-9]+(?:deg)?)\s*(?:,)?\s*(\d{1,3}[.]?[0-9]?)%\s*(?:,)?\s*(\d{1,3}[.]?[0-9]?)%\s*(?:,|\/)\s*([-+]?\d*[.]?\d+[%]?)\s*\)$/i;function tl(e){if(typeof e!="string")throw new rt(3);var t=Hm(e);if(t.match(Zm))return{red:parseInt(""+t[1]+t[2],16),green:parseInt(""+t[3]+t[4],16),blue:parseInt(""+t[5]+t[6],16)};if(t.match(Vm)){var r=parseFloat((parseInt(""+t[7]+t[8],16)/255).toFixed(2));return{red:parseInt(""+t[1]+t[2],16),green:parseInt(""+t[3]+t[4],16),blue:parseInt(""+t[5]+t[6],16),alpha:r}}if(t.match(zm))return{red:parseInt(""+t[1]+t[1],16),green:parseInt(""+t[2]+t[2],16),blue:parseInt(""+t[3]+t[3],16)};if(t.match(qm)){var n=parseFloat((parseInt(""+t[4]+t[4],16)/255).toFixed(2));return{red:parseInt(""+t[1]+t[1],16),green:parseInt(""+t[2]+t[2],16),blue:parseInt(""+t[3]+t[3],16),alpha:n}}var a=wa.exec(t);if(a)return{red:parseInt(""+a[1],10),green:parseInt(""+a[2],10),blue:parseInt(""+a[3],10)};var l=Um.exec(t.substring(0,50));if(l)return{red:parseInt(""+l[1],10),green:parseInt(""+l[2],10),blue:parseInt(""+l[3],10),alpha:parseFloat(""+l[4])>1?parseFloat(""+l[4])/100:parseFloat(""+l[4])};var i=Wm.exec(t);if(i){var u=parseInt(""+i[1],10),s=parseInt(""+i[2],10)/100,c=parseInt(""+i[3],10)/100,d="rgb("+Ir(u,s,c)+")",f=wa.exec(d);if(!f)throw new rt(4,t,d);return{red:parseInt(""+f[1],10),green:parseInt(""+f[2],10),blue:parseInt(""+f[3],10)}}var m=Gm.exec(t.substring(0,50));if(m){var p=parseInt(""+m[1],10),h=parseInt(""+m[2],10)/100,g=parseInt(""+m[3],10)/100,x="rgb("+Ir(p,h,g)+")",A=wa.exec(x);if(!A)throw new rt(4,t,x);return{red:parseInt(""+A[1],10),green:parseInt(""+A[2],10),blue:parseInt(""+A[3],10),alpha:parseFloat(""+m[4])>1?parseFloat(""+m[4])/100:parseFloat(""+m[4])}}throw new rt(5)}function Ym(e){var t=e.red/255,r=e.green/255,n=e.blue/255,a=Math.max(t,r,n),l=Math.min(t,r,n),i=(a+l)/2;if(a===l)return e.alpha!==void 0?{hue:0,saturation:0,lightness:i,alpha:e.alpha}:{hue:0,saturation:0,lightness:i};var u,s=a-l,c=i>.5?s/(2-a-l):s/(a+l);switch(a){case t:u=(r-n)/s+(r=1?On(e,t,r):"rgba("+Ir(e,t,r)+","+n+")";if(typeof e=="object"&&t===void 0&&r===void 0&&n===void 0)return e.alpha>=1?On(e.hue,e.saturation,e.lightness):"rgba("+Ir(e.hue,e.saturation,e.lightness)+","+e.alpha+")";throw new rt(2)}function co(e,t,r){if(typeof e=="number"&&typeof t=="number"&&typeof r=="number")return uo("#"+Rt(e)+Rt(t)+Rt(r));if(typeof e=="object"&&t===void 0&&r===void 0)return uo("#"+Rt(e.red)+Rt(e.green)+Rt(e.blue));throw new rt(6)}function dt(e,t,r,n){if(typeof e=="string"&&typeof t=="number"){var a=tl(e);return"rgba("+a.red+","+a.green+","+a.blue+","+t+")"}else{if(typeof e=="number"&&typeof t=="number"&&typeof r=="number"&&typeof n=="number")return n>=1?co(e,t,r):"rgba("+e+","+t+","+r+","+n+")";if(typeof e=="object"&&t===void 0&&r===void 0&&n===void 0)return e.alpha>=1?co(e.red,e.green,e.blue):"rgba("+e.red+","+e.green+","+e.blue+","+e.alpha+")"}throw new rt(7)}var eg=function(e){return typeof e.red=="number"&&typeof e.green=="number"&&typeof e.blue=="number"&&(typeof e.alpha!="number"||typeof e.alpha>"u")},tg=function(e){return typeof e.red=="number"&&typeof e.green=="number"&&typeof e.blue=="number"&&typeof e.alpha=="number"},rg=function(e){return typeof e.hue=="number"&&typeof e.saturation=="number"&&typeof e.lightness=="number"&&(typeof e.alpha!="number"||typeof e.alpha>"u")},ng=function(e){return typeof e.hue=="number"&&typeof e.saturation=="number"&&typeof e.lightness=="number"&&typeof e.alpha=="number"};function Yu(e){if(typeof e!="object")throw new rt(8);if(tg(e))return dt(e);if(eg(e))return co(e);if(ng(e))return Qm(e);if(rg(e))return Jm(e);throw new rt(8)}function Ku(e,t,r){return function(){var n=r.concat(Array.prototype.slice.call(arguments));return n.length>=t?e.apply(this,n):Ku(e,t,n)}}function rl(e){return Ku(e,e.length,[])}function nl(e,t,r){return Math.max(e,Math.min(t,r))}function ag(e,t){if(t==="transparent")return t;var r=Gu(t);return Yu(Mr({},r,{lightness:nl(0,1,r.lightness-parseFloat(e))}))}var og=rl(ag),Kt=og;function lg(e,t){if(t==="transparent")return t;var r=Gu(t);return Yu(Mr({},r,{lightness:nl(0,1,r.lightness+parseFloat(e))}))}var ig=rl(lg),sg=ig;function ug(e,t){if(t==="transparent")return t;var r=tl(t),n=typeof r.alpha=="number"?r.alpha:1,a=Mr({},r,{alpha:nl(0,1,+(n*100-parseFloat(e)*100).toFixed(2)/100)});return dt(a)}var cg=rl(ug),Ee=cg,dr=({theme:e})=>({margin:"20px 0 8px",padding:0,cursor:"text",position:"relative",color:e.color.defaultText,"&:first-of-type":{marginTop:0,paddingTop:0},"&:hover a.anchor":{textDecoration:"none"},"& tt, & code":{fontSize:"inherit"}}),gt=({theme:e})=>({lineHeight:1,margin:"0 2px",padding:"3px 5px",whiteSpace:"nowrap",borderRadius:3,fontSize:e.typography.size.s2-1,border:e.base==="light"?`1px solid ${e.color.mediumlight}`:`1px solid ${e.color.darker}`,color:e.base==="light"?Ee(.1,e.color.defaultText):Ee(.3,e.color.defaultText),backgroundColor:e.base==="light"?e.color.lighter:e.color.border}),te=({theme:e})=>({fontFamily:e.typography.fonts.base,fontSize:e.typography.size.s3,margin:0,WebkitFontSmoothing:"antialiased",MozOsxFontSmoothing:"grayscale",WebkitTapHighlightColor:"rgba(0, 0, 0, 0)",WebkitOverflowScrolling:"touch"}),Vt={margin:"16px 0"},dg=({href:e,children:t,...r})=>{let n=/^\//.test(e),a=/^#.*/.test(e),l=n?`./?path=${e}`:e;return o.createElement("a",{href:l,target:a?"_self":"_top",...r},t)},Xu=_(dg)(te,({theme:e})=>({fontSize:"inherit",lineHeight:"24px",color:e.color.secondary,textDecoration:"none","&.absent":{color:"#cc0000"},"&.anchor":{display:"block",paddingLeft:30,marginLeft:-30,cursor:"pointer",position:"absolute",top:0,left:0,bottom:0}})),Ju=_.blockquote(te,Vt,({theme:e})=>({borderLeft:`4px solid ${e.color.medium}`,padding:"0 15px",color:e.color.dark,"& > :first-of-type":{marginTop:0},"& > :last-child":{marginBottom:0}})),pg=e=>typeof e=="string",fg=/[\n\r]/g,mg=_.code(({theme:e})=>({fontFamily:e.typography.fonts.mono,WebkitFontSmoothing:"antialiased",MozOsxFontSmoothing:"grayscale",display:"inline-block",paddingLeft:2,paddingRight:2,verticalAlign:"baseline",color:"inherit"}),gt),gg=_(Wo)(({theme:e})=>({fontFamily:e.typography.fonts.mono,fontSize:`${e.typography.size.s2-1}px`,lineHeight:"19px",margin:"25px 0 40px",borderRadius:e.appBorderRadius,boxShadow:e.base==="light"?"rgba(0, 0, 0, 0.10) 0 1px 3px 0":"rgba(0, 0, 0, 0.20) 0 2px 5px 0","pre.prismjs":{padding:20,background:"inherit"}})),al=({className:e,children:t,...r})=>{let n=(e||"").match(/lang-(\S+)/),a=b.Children.toArray(t);return a.filter(pg).some(l=>l.match(fg))?o.createElement(gg,{bordered:!0,copyable:!0,language:(n==null?void 0:n[1])??"plaintext",format:!1,...r},t):o.createElement(mg,{...r,className:e},a)},Qu=_.div(te),ec=_.dl(te,{...Vt,padding:0,"& dt":{fontSize:"14px",fontWeight:"bold",fontStyle:"italic",padding:0,margin:"16px 0 4px"},"& dt:first-of-type":{padding:0},"& dt > :first-of-type":{marginTop:0},"& dt > :last-child":{marginBottom:0},"& dd":{margin:"0 0 16px",padding:"0 15px"},"& dd > :first-of-type":{marginTop:0},"& dd > :last-child":{marginBottom:0}}),tc=_.h1(te,dr,({theme:e})=>({fontSize:`${e.typography.size.l1}px`,fontWeight:e.typography.weight.bold})),ol=_.h2(te,dr,({theme:e})=>({fontSize:`${e.typography.size.m2}px`,paddingBottom:4,borderBottom:`1px solid ${e.appBorderColor}`})),ll=_.h3(te,dr,({theme:e})=>({fontSize:`${e.typography.size.m1}px`})),rc=_.h4(te,dr,({theme:e})=>({fontSize:`${e.typography.size.s3}px`})),nc=_.h5(te,dr,({theme:e})=>({fontSize:`${e.typography.size.s2}px`})),ac=_.h6(te,dr,({theme:e})=>({fontSize:`${e.typography.size.s2}px`,color:e.color.dark})),oc=_.hr(({theme:e})=>({border:"0 none",borderTop:`1px solid ${e.appBorderColor}`,height:4,padding:0})),lc=_.img({maxWidth:"100%"}),ic=_.li(te,({theme:e})=>({fontSize:e.typography.size.s2,color:e.color.defaultText,lineHeight:"24px","& + li":{marginTop:".25em"},"& ul, & ol":{marginTop:".25em",marginBottom:0},"& code":gt({theme:e})})),hg={paddingLeft:30,"& :first-of-type":{marginTop:0},"& :last-child":{marginBottom:0}},sc=_.ol(te,Vt,{...hg,listStyle:"decimal"}),uc=_.p(te,Vt,({theme:e})=>({fontSize:e.typography.size.s2,lineHeight:"24px",color:e.color.defaultText,"& code":gt({theme:e})})),cc=_.pre(te,Vt,({theme:e})=>({fontFamily:e.typography.fonts.mono,WebkitFontSmoothing:"antialiased",MozOsxFontSmoothing:"grayscale",lineHeight:"18px",padding:"11px 1rem",whiteSpace:"pre-wrap",color:"inherit",borderRadius:3,margin:"1rem 0","&:not(.prismjs)":{background:"transparent",border:"none",borderRadius:0,padding:0,margin:0},"& pre, &.prismjs":{padding:15,margin:0,whiteSpace:"pre-wrap",color:"inherit",fontSize:"13px",lineHeight:"19px",code:{color:"inherit",fontSize:"inherit"}},"& code":{whiteSpace:"pre"},"& code, & tt":{border:"none"}})),dc=_.span(te,({theme:e})=>({"&.frame":{display:"block",overflow:"hidden","& > span":{border:`1px solid ${e.color.medium}`,display:"block",float:"left",overflow:"hidden",margin:"13px 0 0",padding:7,width:"auto"},"& span img":{display:"block",float:"left"},"& span span":{clear:"both",color:e.color.darkest,display:"block",padding:"5px 0 0"}},"&.align-center":{display:"block",overflow:"hidden",clear:"both","& > span":{display:"block",overflow:"hidden",margin:"13px auto 0",textAlign:"center"},"& span img":{margin:"0 auto",textAlign:"center"}},"&.align-right":{display:"block",overflow:"hidden",clear:"both","& > span":{display:"block",overflow:"hidden",margin:"13px 0 0",textAlign:"right"},"& span img":{margin:0,textAlign:"right"}},"&.float-left":{display:"block",marginRight:13,overflow:"hidden",float:"left","& span":{margin:"13px 0 0"}},"&.float-right":{display:"block",marginLeft:13,overflow:"hidden",float:"right","& > span":{display:"block",overflow:"hidden",margin:"13px auto 0",textAlign:"right"}}})),pc=_.table(te,Vt,({theme:e})=>({fontSize:e.typography.size.s2,lineHeight:"24px",padding:0,borderCollapse:"collapse","& tr":{borderTop:`1px solid ${e.appBorderColor}`,backgroundColor:e.appContentBg,margin:0,padding:0},"& tr:nth-of-type(2n)":{backgroundColor:e.base==="dark"?e.color.darker:e.color.lighter},"& tr th":{fontWeight:"bold",color:e.color.defaultText,border:`1px solid ${e.appBorderColor}`,margin:0,padding:"6px 13px"},"& tr td":{border:`1px solid ${e.appBorderColor}`,color:e.color.defaultText,margin:0,padding:"6px 13px"},"& tr th :first-of-type, & tr td :first-of-type":{marginTop:0},"& tr th :last-child, & tr td :last-child":{marginBottom:0}})),fc=_.title(gt),bg={paddingLeft:30,"& :first-of-type":{marginTop:0},"& :last-child":{marginBottom:0}},mc=_.ul(te,Vt,{...bg,listStyle:"disc"}),il=_.div(te),gc={h1:e=>o.createElement(tc,{...Q(e,"h1")}),h2:e=>o.createElement(ol,{...Q(e,"h2")}),h3:e=>o.createElement(ll,{...Q(e,"h3")}),h4:e=>o.createElement(rc,{...Q(e,"h4")}),h5:e=>o.createElement(nc,{...Q(e,"h5")}),h6:e=>o.createElement(ac,{...Q(e,"h6")}),pre:e=>o.createElement(cc,{...Q(e,"pre")}),a:e=>o.createElement(Xu,{...Q(e,"a")}),hr:e=>o.createElement(oc,{...Q(e,"hr")}),dl:e=>o.createElement(ec,{...Q(e,"dl")}),blockquote:e=>o.createElement(Ju,{...Q(e,"blockquote")}),table:e=>o.createElement(pc,{...Q(e,"table")}),img:e=>o.createElement(lc,{...Q(e,"img")}),div:e=>o.createElement(Qu,{...Q(e,"div")}),span:e=>o.createElement(dc,{...Q(e,"span")}),li:e=>o.createElement(ic,{...Q(e,"li")}),ul:e=>o.createElement(mc,{...Q(e,"ul")}),ol:e=>o.createElement(sc,{...Q(e,"ol")}),p:e=>o.createElement(uc,{...Q(e,"p")}),code:e=>o.createElement(al,{...Q(e,"code")}),tt:e=>o.createElement(fc,{...Q(e,"tt")}),resetwrapper:e=>o.createElement(il,{...Q(e,"resetwrapper")})},yg=_.div(({theme:e})=>({display:"inline-block",fontSize:11,lineHeight:"12px",alignSelf:"center",padding:"4px 12px",borderRadius:"3em",fontWeight:e.typography.weight.bold}),{svg:{height:12,width:12,marginRight:4,marginTop:-2,path:{fill:"currentColor"}}},({theme:e,status:t})=>{switch(t){case"critical":return{color:e.color.critical,background:e.background.critical};case"negative":return{color:e.color.negativeText,background:e.background.negative,boxShadow:e.base==="light"?`inset 0 0 0 1px ${Ee(.9,e.color.negativeText)}`:"none"};case"warning":return{color:e.color.warningText,background:e.background.warning,boxShadow:e.base==="light"?`inset 0 0 0 1px ${Ee(.9,e.color.warningText)}`:"none"};case"neutral":return{color:e.color.dark,background:e.color.mediumlight,boxShadow:e.base==="light"?`inset 0 0 0 1px ${Ee(.9,e.color.dark)}`:"none"};case"positive":return{color:e.color.positiveText,background:e.background.positive,boxShadow:e.base==="light"?`inset 0 0 0 1px ${Ee(.9,e.color.positiveText)}`:"none"};default:return{}}}),vg=({...e})=>o.createElement(yg,{...e}),Pr={user:o.createElement(o.Fragment,null,o.createElement("path",{d:"M14 7A7 7 0 1 1 0 7a7 7 0 0 1 14 0ZM2.67 11.15c.7-1 2.6-1.81 3.2-1.9.22-.04.23-.66.23-.66s-.67-.66-.81-1.55c-.4 0-.63-.94-.24-1.27l-.02-.13c-.06-.6-.28-2.6 1.97-2.6s2.03 2 1.97 2.6l-.02.13c.4.33.15 1.27-.24 1.27-.14.89-.8 1.55-.8 1.55s0 .62.22.66c.6.09 2.5.9 3.2 1.9a6 6 0 1 0-8.66 0Z"})),useralt:o.createElement(o.Fragment,null,o.createElement("path",{d:"M7.27 13.16a11.39 11.39 0 0 0 5.18-1.23v-.25c0-1.57-3.24-3-4.1-3.13-.27-.05-.28-.79-.28-.79s.8-.78.96-1.83c.47 0 .75-1.12.29-1.52.02-.41.6-3.25-2.32-3.25S4.65 4 4.67 4.41c-.46.4-.17 1.52.29 1.52.17 1.05.96 1.83.96 1.83s0 .74-.27.79c-.86.13-4.04 1.53-4.1 3.08a11.44 11.44 0 0 0 5.72 1.53Z"})),useradd:o.createElement(o.Fragment,null,o.createElement("path",{d:"M1.18 11.9c-.4-.17-.8-.36-1.18-.58.06-1.44 3.02-2.74 3.82-2.87.25-.04.26-.73.26-.73s-.74-.73-.9-1.7c-.43 0-.7-1.05-.27-1.42l-.01-.14c-.07-.67-.31-2.88 2.18-2.88 2.48 0 2.24 2.2 2.17 2.88l-.01.14c.43.37.16 1.41-.27 1.41-.16.98-.9 1.71-.9 1.71s.01.69.26.73c.8.13 3.82 1.46 3.82 2.91v.24a10.63 10.63 0 0 1-8.97.3ZM11.5 2.16c.28 0 .5.22.5.5v1.5h1.5a.5.5 0 0 1 0 1H12v1.5a.5.5 0 0 1-1 0v-1.5H9.5a.5.5 0 1 1 0-1H11v-1.5c0-.28.22-.5.5-.5Z"})),users:o.createElement(o.Fragment,null,o.createElement("path",{d:"M9.21 11.62A10.59 10.59 0 0 1 0 11.07c.06-1.35 2.93-2.58 3.7-2.7.25-.03.26-.68.26-.68s-.72-.69-.87-1.6c-.42 0-.68-.99-.26-1.33 0-.03 0-.08-.02-.14-.07-.63-.3-2.71 2.12-2.71 2.41 0 2.18 2.08 2.11 2.71l-.01.14c.42.34.16 1.32-.26 1.32-.16.92-.87 1.6-.87 1.6s0 .66.25.7c.78.11 3.7 1.36 3.7 2.73v.22l-.64.3Z"}),o.createElement("path",{d:"M8.81 8.42a9.64 9.64 0 0 0-.74-.4 5.2 5.2 0 0 1 1.7-.76c.17-.02.17-.47.17-.47s-.49-.47-.6-1.1c-.28 0-.46-.68-.17-.91l-.01-.1c-.05-.43-.2-1.86 1.45-1.86 1.66 0 1.5 1.43 1.45 1.86v.1c.28.23.1.9-.18.9-.11.64-.6 1.11-.6 1.11s0 .45.17.47c.54.08 2.55.94 2.55 1.89v.62a10.6 10.6 0 0 1-3.3.56 2.97 2.97 0 0 0-.58-.88c-.37-.41-.85-.76-1.31-1.03Z"})),profile:o.createElement(o.Fragment,null,o.createElement("path",{d:"M9.1 7.35a5.06 5.06 0 0 1-4.52-.28C4.6 6.4 6.02 5.77 6.4 5.7c.12-.02.12-.35.12-.35s-.35-.34-.43-.81c-.2 0-.33-.5-.12-.67l-.01-.07C5.93 3.48 5.81 2.42 7 2.42S8.07 3.48 8.04 3.8v.07c.2.17.07.67-.13.67-.08.47-.43.81-.43.81s0 .33.12.35c.38.06 1.82.7 1.82 1.4v.1c-.1.06-.2.1-.31.15Zm-5.35 3.9c0-.14.11-.25.25-.25h6a.25.25 0 1 1 0 .5H4a.25.25 0 0 1-.25-.25ZM4 9a.25.25 0 0 0 0 .5h6a.25.25 0 1 0 0-.5H4Z"}),o.createElement("path",{fillRule:"evenodd",d:"M1 .5c0-.28.22-.5.5-.5h11c.28 0 .5.22.5.5v13a.5.5 0 0 1-.5.5h-11a.5.5 0 0 1-.5-.5V.5ZM2 13V1h10v12H2Z"})),facehappy:o.createElement(o.Fragment,null,o.createElement("path",{d:"M3.97 8.75a.5.5 0 0 0-.87.5 4.5 4.5 0 0 0 7.8 0 .5.5 0 1 0-.87-.5 3.5 3.5 0 0 1-6.06 0ZM5.5 5a1 1 0 1 1-2 0 1 1 0 0 1 2 0ZM9.5 6a1 1 0 1 0 0-2 1 1 0 0 0 0 2Z"}),o.createElement("path",{fillRule:"evenodd",d:"M14 7A7 7 0 1 1 0 7a7 7 0 0 1 14 0Zm-1 0A6 6 0 1 1 1 7a6 6 0 0 1 12 0Z"})),faceneutral:o.createElement(o.Fragment,null,o.createElement("path",{d:"M4.5 9a.5.5 0 0 0 0 1h5a.5.5 0 0 0 0-1h-5ZM5.5 5a1 1 0 1 1-2 0 1 1 0 0 1 2 0ZM9.5 6a1 1 0 1 0 0-2 1 1 0 0 0 0 2Z"}),o.createElement("path",{fillRule:"evenodd",d:"M14 7A7 7 0 1 1 0 7a7 7 0 0 1 14 0Zm-1 0A6 6 0 1 1 1 7a6 6 0 0 1 12 0Z"})),facesad:o.createElement(o.Fragment,null,o.createElement("path",{d:"M3.97 10.25a.5.5 0 0 1-.87-.5 4.5 4.5 0 0 1 7.8 0 .5.5 0 1 1-.87.5 3.5 3.5 0 0 0-6.06 0ZM5.5 5a1 1 0 1 1-2 0 1 1 0 0 1 2 0ZM9.5 6a1 1 0 1 0 0-2 1 1 0 0 0 0 2Z"}),o.createElement("path",{fillRule:"evenodd",d:"M14 7A7 7 0 1 1 0 7a7 7 0 0 1 14 0Zm-1 0A6 6 0 1 1 1 7a6 6 0 0 1 12 0Z"})),accessibility:o.createElement(o.Fragment,null,o.createElement("path",{d:"M3.53 4.84a.5.5 0 0 1 .63-.31l2.05.68a2.5 2.5 0 0 0 1.58 0l2.05-.68a.5.5 0 0 1 .32.94L7.7 6.3a.3.3 0 0 0-.21.29v.24c0 .7.16 1.39.48 2.01l.97 1.95a.5.5 0 1 1-.9.44L7 9.12l-1.05 2.1a.5.5 0 1 1-.9-.44l.97-1.95a4.5 4.5 0 0 0 .48-2.01v-.24a.3.3 0 0 0-.2-.29l-2.46-.82a.5.5 0 0 1-.31-.63Z"}),o.createElement("path",{d:"M7 4.5a1 1 0 1 0 0-2 1 1 0 0 0 0 2Z"}),o.createElement("path",{fillRule:"evenodd",d:"M7 14A7 7 0 1 0 7 0a7 7 0 0 0 0 14Zm0-1A6 6 0 1 0 7 1a6 6 0 0 0 0 12Z"})),accessibilityalt:o.createElement(o.Fragment,null,o.createElement("path",{d:"M7 14A7 7 0 1 0 7 0a7 7 0 0 0 0 14ZM8 3.5a1 1 0 1 1-2 0 1 1 0 0 1 2 0ZM3.53 4.84a.5.5 0 0 1 .63-.31l2.05.68a2.5 2.5 0 0 0 1.58 0l2.05-.68a.5.5 0 0 1 .32.94L7.7 6.3a.3.3 0 0 0-.21.29v.24c0 .7.16 1.39.48 2.01l.97 1.95a.5.5 0 1 1-.9.44L7 9.12l-1.05 2.1a.5.5 0 1 1-.9-.44l.97-1.95a4.5 4.5 0 0 0 .48-2.01v-.24a.3.3 0 0 0-.2-.29l-2.46-.82a.5.5 0 0 1-.31-.63Z"})),arrowup:o.createElement(o.Fragment,null,o.createElement("path",{d:"m7.35 2.9 5.5 5.5a.5.5 0 0 1-.7.7L7 3.96 1.85 9.1a.5.5 0 1 1-.7-.7l5.5-5.5c.2-.2.5-.2.7 0Z"})),arrowdown:o.createElement(o.Fragment,null,o.createElement("path",{d:"m1.15 5.6 5.5 5.5c.2.2.5.2.7 0l5.5-5.5a.5.5 0 0 0-.7-.7L7 10.04 1.85 4.9a.5.5 0 1 0-.7.7Z"})),arrowleft:o.createElement(o.Fragment,null,o.createElement("path",{d:"M2.76 7.1c.02.09.06.18.14.25l5.5 5.5a.5.5 0 0 0 .7-.7L3.96 7 9.1 1.85a.5.5 0 1 0-.7-.7l-5.5 5.5a.5.5 0 0 0-.14.45Z"})),arrowright:o.createElement(o.Fragment,null,o.createElement("path",{d:"m11.1 7.35-5.5 5.5a.5.5 0 0 1-.7-.7L10.04 7 4.9 1.85a.5.5 0 1 1 .7-.7l5.5 5.5c.2.2.2.5 0 .7Z"})),arrowupalt:o.createElement(o.Fragment,null,o.createElement("path",{d:"M11.85 4.65 7.35.15a.5.5 0 0 0-.7 0l-4.5 4.5a.5.5 0 1 0 .7.7L6.5 1.71V13.5a.5.5 0 0 0 1 0V1.7l3.65 3.65a.5.5 0 0 0 .7-.7Z"})),arrowdownalt:o.createElement(o.Fragment,null,o.createElement("path",{d:"M7.5.5a.5.5 0 0 0-1 0v11.8L2.85 8.64a.5.5 0 1 0-.7.7l4.5 4.5A.5.5 0 0 0 7 14a.5.5 0 0 0 .35-.15l4.5-4.5a.5.5 0 0 0-.7-.7L7.5 12.29V.5Z"})),arrowleftalt:o.createElement(o.Fragment,null,o.createElement("path",{d:"M5.35 2.15c.2.2.2.5 0 .7L1.71 6.5H13.5a.5.5 0 0 1 0 1H1.7l3.65 3.65a.5.5 0 0 1-.7.7l-4.5-4.5a.5.5 0 0 1 0-.7l4.5-4.5c.2-.2.5-.2.7 0Z"})),arrowrightalt:o.createElement(o.Fragment,null,o.createElement("path",{d:"M8.65 2.15c.2-.2.5-.2.7 0l4.5 4.5c.2.2.2.5 0 .7l-4.5 4.5a.5.5 0 0 1-.7-.7l3.64-3.65H.5a.5.5 0 0 1 0-1h11.8L8.64 2.85a.5.5 0 0 1 0-.7Z"})),expandalt:o.createElement(o.Fragment,null,o.createElement("path",{d:"m7.35.15 4 4a.5.5 0 0 1-.7.7L7 1.21 3.35 4.85a.5.5 0 1 1-.7-.7l4-4c.2-.2.5-.2.7 0ZM11.35 9.15c.2.2.2.5 0 .7l-4 4a.5.5 0 0 1-.7 0l-4-4a.5.5 0 1 1 .7-.7L7 12.79l3.65-3.64c.2-.2.5-.2.7 0Z"})),collapse:o.createElement(o.Fragment,null,o.createElement("path",{d:"M3.354.146a.5.5 0 1 0-.708.708l4 4a.5.5 0 0 0 .708 0l4-4a.5.5 0 0 0-.708-.708L7 3.793 3.354.146Zm3.292 9a.5.5 0 0 1 .708 0l4 4a.5.5 0 0 1-.708.708L7 10.207l-3.646 3.647a.5.5 0 0 1-.708-.708l4-4Z"})),expand:o.createElement(o.Fragment,null,o.createElement("path",{d:"M1.5 1h2a.5.5 0 0 1 0 1h-.8l3.15 3.15a.5.5 0 1 1-.7.7L2 2.71v.79a.5.5 0 0 1-1 0v-2c0-.28.22-.5.5-.5ZM10 1.5c0-.28.22-.5.5-.5h2c.28 0 .5.22.5.5v2a.5.5 0 0 1-1 0v-.8L8.85 5.86a.5.5 0 1 1-.7-.7L11.29 2h-.79a.5.5 0 0 1-.5-.5ZM12.5 10c.28 0 .5.22.5.5v2a.5.5 0 0 1-.5.5h-2a.5.5 0 0 1 0-1h.8L8.14 8.85a.5.5 0 1 1 .7-.7L12 11.29v-.79c0-.28.22-.5.5-.5ZM2 11.3v-.8a.5.5 0 0 0-1 0v2c0 .28.22.5.5.5h2a.5.5 0 0 0 0-1h-.8l3.15-3.15a.5.5 0 1 0-.7-.7L2 11.29Z"})),unfold:o.createElement(o.Fragment,null,o.createElement("path",{d:"m6.65.15-1.5 1.5a.5.5 0 1 0 .7.7l.65-.64V5a.5.5 0 0 0 1 0V1.7l.65.65a.5.5 0 1 0 .7-.7L7.35.15a.5.5 0 0 0-.7 0Z"}),o.createElement("path",{d:"M1.3 4.04a.5.5 0 0 0-.16.82L3.3 7 1.15 9.15a.5.5 0 0 0 .35.85h3a.5.5 0 0 0 0-1H2.7l1.5-1.5h5.6l2.35 2.35a.5.5 0 0 0 .7-.7L10.71 7l2.14-2.15.11-.54-.1.54A.5.5 0 0 0 13 4.5a.5.5 0 0 0-.14-.35.5.5 0 0 0-.36-.15h-3a.5.5 0 0 0 0 1h1.8L9.8 6.5H4.2L2.7 5h1.8a.5.5 0 0 0 0-1h-3a.5.5 0 0 0-.2.04Z"}),o.createElement("path",{d:"M7 8.5c.28 0 .5.22.5.5v3.3l.65-.65a.5.5 0 0 1 .7.7l-1.5 1.5a.5.5 0 0 1-.7 0l-1.5-1.5a.5.5 0 0 1 .7-.7l.65.64V9c0-.28.22-.5.5-.5ZM9 9.5c0-.28.22-.5.5-.5h3a.5.5 0 0 1 0 1h-3a.5.5 0 0 1-.5-.5Z"})),transfer:o.createElement(o.Fragment,null,o.createElement("path",{d:"M10.65 2.65c.2-.2.5-.2.7 0l1.5 1.5c.2.2.2.5 0 .7l-1.5 1.5a.5.5 0 0 1-.7-.7l.64-.65H1.5a.5.5 0 0 1 0-1h9.8l-.65-.65a.5.5 0 0 1 0-.7ZM3.35 8.35 2.71 9h9.79a.5.5 0 0 1 0 1H2.7l.65.65a.5.5 0 0 1-.7.7l-1.5-1.5a.5.5 0 0 1 0-.7l1.5-1.5a.5.5 0 1 1 .7.7Z"})),redirect:o.createElement(o.Fragment,null,o.createElement("path",{d:"M1.5 1c.28 0 .5.22.5.5V10a2 2 0 0 0 4 0V4a3 3 0 0 1 6 0v7.8l1.15-1.15a.5.5 0 0 1 .7.7l-2 2a.5.5 0 0 1-.7 0l-2-2a.5.5 0 0 1 .7-.7L11 11.79V4a2 2 0 1 0-4 0v6a3 3 0 0 1-6 0V1.5c0-.28.22-.5.5-.5Z"})),undo:o.createElement(o.Fragment,null,o.createElement("path",{d:"M1.15 3.85a.5.5 0 0 1 0-.7l2-2a.5.5 0 1 1 .7.7L2.71 3H9a4 4 0 0 1 0 8H3a.5.5 0 0 1 0-1h6a3 3 0 1 0 0-6H2.7l1.15 1.15a.5.5 0 1 1-.7.7l-2-2Z"})),reply:o.createElement(o.Fragment,null,o.createElement("path",{d:"M4.35 2.15c.2.2.2.5 0 .7L1.71 5.5H9.5A4.5 4.5 0 0 1 14 10v1.5a.5.5 0 0 1-1 0V10a3.5 3.5 0 0 0-3.5-3.5H1.7l2.65 2.65a.5.5 0 1 1-.7.7l-3.5-3.5a.5.5 0 0 1 0-.7l3.5-3.5c.2-.2.5-.2.7 0Z"})),sync:o.createElement(o.Fragment,null,o.createElement("path",{d:"M5.5 1A.5.5 0 0 0 5 .5H2a.5.5 0 0 0 0 1h1.53a6.5 6.5 0 0 0 2.39 11.91.5.5 0 1 0 .16-.99A5.5 5.5 0 0 1 4.5 2.1V4a.5.5 0 0 0 1 0V1ZM7.5 1a.5.5 0 0 1 .58-.41 6.5 6.5 0 0 1 2.39 11.91H12a.5.5 0 0 1 0 1H9a.5.5 0 0 1-.5-.5v-3a.5.5 0 0 1 1 0v1.9A5.5 5.5 0 0 0 7.92 1.58.5.5 0 0 1 7.5 1Z"})),upload:o.createElement(o.Fragment,null,o.createElement("path",{d:"M8.65 5.85 7.5 4.71v5.79a.5.5 0 0 1-1 0V4.7L5.35 5.86a.5.5 0 1 1-.7-.7l2-2c.2-.2.5-.2.7 0l2 2a.5.5 0 1 1-.7.7Z"}),o.createElement("path",{fillRule:"evenodd",d:"M14 7A7 7 0 1 1 0 7a7 7 0 0 1 14 0Zm-1 0A6 6 0 1 1 1 7a6 6 0 0 1 12 0Z"})),download:o.createElement(o.Fragment,null,o.createElement("path",{d:"M5.35 8.15 6.5 9.29V3.5a.5.5 0 0 1 1 0v5.8l1.15-1.15a.5.5 0 1 1 .7.7l-2 2a.5.5 0 0 1-.7 0l-2-2a.5.5 0 1 1 .7-.7Z"}),o.createElement("path",{fillRule:"evenodd",d:"M0 7a7 7 0 1 1 14 0A7 7 0 0 1 0 7Zm1 0a6 6 0 1 1 12 0A6 6 0 0 1 1 7Z"})),back:o.createElement(o.Fragment,null,o.createElement("path",{d:"M5.85 5.35 4.71 6.5h5.79a.5.5 0 0 1 0 1H4.7l1.15 1.15a.5.5 0 1 1-.7.7l-2-2a.5.5 0 0 1 0-.7l2-2a.5.5 0 1 1 .7.7Z"}),o.createElement("path",{fillRule:"evenodd",d:"M7 0a7 7 0 1 1 0 14A7 7 0 0 1 7 0Zm0 1a6 6 0 1 1 0 12A6 6 0 0 1 7 1Z"})),proceed:o.createElement(o.Fragment,null,o.createElement("path",{d:"M3.5 6.5h5.8L8.14 5.35a.5.5 0 1 1 .7-.7l2 2c.2.2.2.5 0 .7l-2 2a.5.5 0 1 1-.7-.7L9.29 7.5H3.5a.5.5 0 0 1 0-1Z"}),o.createElement("path",{fillRule:"evenodd",d:"M7 14A7 7 0 1 1 7 0a7 7 0 0 1 0 14Zm0-1A6 6 0 1 1 7 1a6 6 0 0 1 0 12Z"})),refresh:o.createElement(o.Fragment,null,o.createElement("path",{d:"M7.1.5H7a6.5 6.5 0 1 0 6.41 7.58.5.5 0 1 0-.99-.16A5.47 5.47 0 0 1 7 12.5a5.5 5.5 0 0 1 0-11 5.5 5.5 0 0 1 4.9 3H10a.5.5 0 0 0 0 1h3a.5.5 0 0 0 .5-.5V2a.5.5 0 0 0-1 0v1.53A6.5 6.5 0 0 0 7.1.5Z"})),globe:o.createElement(o.Fragment,null,o.createElement("path",{fillRule:"evenodd",d:"M14 7A7 7 0 1 0 0 7a7 7 0 0 0 14 0Zm-6.53 5.74c-.24.23-.4.26-.47.26-.08 0-.23-.03-.47-.26-.23-.24-.5-.62-.73-1.18A11.57 11.57 0 0 1 5 7.5h4a11.57 11.57 0 0 1-.8 4.06c-.24.56-.5.94-.73 1.18ZM8.99 6.5H5.01c.05-1.62.35-3.04.79-4.06.24-.56.5-.94.73-1.18.24-.23.4-.26.47-.26.08 0 .23.03.47.26.23.24.5.62.73 1.18.44 1.02.74 2.44.8 4.06Zm1 1c-.06 2.18-.56 4.08-1.28 5.25a6 6 0 0 0 4.27-5.25H9.99Zm2.99-1H9.99c-.06-2.18-.56-4.08-1.28-5.25a6 6 0 0 1 4.27 5.25ZM4 6.5c.06-2.18.56-4.08 1.28-5.25A6 6 0 0 0 1.02 6.5h2.99Zm-2.99 1a6 6 0 0 0 4.27 5.25c-.72-1.17-1.22-3.07-1.28-5.25H1.02Z"})),compass:o.createElement(o.Fragment,null,o.createElement("path",{fillRule:"evenodd",d:"M10.09 3.4 5.95 5.8a.37.37 0 0 0-.11.09.38.38 0 0 0-.04.05l-2.4 4.15a.37.37 0 0 0 0 .38c.1.18.33.24.5.14l4.15-2.4a.37.37 0 0 0 .15-.15l2.4-4.15a.37.37 0 0 0-.03-.44.37.37 0 0 0-.48-.07ZM4.75 9.25 7.6 7.6 6.4 6.4 4.75 9.25Z"}),o.createElement("path",{fillRule:"evenodd",d:"M14 7A7 7 0 1 1 0 7a7 7 0 0 1 14 0Zm-1 0A6 6 0 1 1 1 7a6 6 0 0 1 12 0Z"})),location:o.createElement(o.Fragment,null,o.createElement("path",{fillRule:"evenodd",d:"M0 7a7 7 0 1 1 14 0A7 7 0 0 1 0 7Zm6.5 3.5v2.48A6 6 0 0 1 1.02 7.5H3.5a.5.5 0 0 0 0-1H1.02A6 6 0 0 1 6.5 1.02V3.5a.5.5 0 0 0 1 0V1.02a6 6 0 0 1 5.48 5.48H10.5a.5.5 0 0 0 0 1h2.48a6 6 0 0 1-5.48 5.48V10.5a.5.5 0 0 0-1 0Z"})),pin:o.createElement(o.Fragment,null,o.createElement("path",{fillRule:"evenodd",d:"M9 5a2 2 0 1 1-4 0 2 2 0 0 1 4 0ZM8 5a1 1 0 1 1-2 0 1 1 0 0 1 2 0Z"}),o.createElement("path",{fillRule:"evenodd",d:"M12 5A5 5 0 0 0 2 5c0 2.63 2.27 6.15 4.65 8.64.2.2.5.2.7 0C9.73 11.15 12 7.64 12 5ZM7 1a4 4 0 0 1 4 4c0 1.06-.47 2.42-1.3 3.88A21.23 21.23 0 0 1 7 12.55c-1-1.1-1.97-2.39-2.7-3.67A8.46 8.46 0 0 1 3 5a4 4 0 0 1 4-4Z"})),time:o.createElement(o.Fragment,null,o.createElement("path",{d:"M7 2c.28 0 .5.22.5.5v4H10a.5.5 0 0 1 0 1H7a.5.5 0 0 1-.5-.5V2.5c0-.28.22-.5.5-.5Z"}),o.createElement("path",{fillRule:"evenodd",d:"M7 14A7 7 0 1 0 7 0a7 7 0 0 0 0 14Zm0-1A6 6 0 1 0 7 1a6 6 0 0 0 0 12Z"})),dashboard:o.createElement(o.Fragment,null,o.createElement("path",{d:"M9.8 4.1a.5.5 0 0 1 .1.7L7.92 7.58A1 1 0 1 1 7.1 7l2-2.8a.5.5 0 0 1 .7-.12Z"}),o.createElement("path",{fillRule:"evenodd",d:"M2.07 12.97a7 7 0 1 1 9.86 0 12.96 12.96 0 0 0-9.86 0Zm9.58-1.18a6 6 0 1 0-9.3 0 13.98 13.98 0 0 1 9.3 0Z"})),timer:o.createElement(o.Fragment,null,o.createElement("path",{d:"M7.5 4.5a.5.5 0 0 0-1 0v2.63a1 1 0 1 0 1 0V4.5Z"}),o.createElement("path",{fillRule:"evenodd",d:"M5.5.5c0-.28.22-.5.5-.5h2a.5.5 0 0 1 0 1h-.5v1.02c1.28.1 2.45.61 3.37 1.4l.78-.77a.5.5 0 0 1 .7.7l-.77.78a6 6 0 1 1-5.08-2.1V1H6a.5.5 0 0 1-.5-.5ZM7 3a5 5 0 1 0 0 10A5 5 0 0 0 7 3Z"})),home:o.createElement(o.Fragment,null,o.createElement("path",{d:"m7.35 1.15 5.5 5.5a.5.5 0 0 1-.7.7L12 7.21v5.29a.5.5 0 0 1-.5.5h-3a.5.5 0 0 1-.5-.5V9H6v3.5a.5.5 0 0 1-.5.5h-3a.5.5 0 0 1-.5-.5V7.2l-.15.15a.5.5 0 1 1-.7-.7l1-1 4.5-4.5c.2-.2.5-.2.7 0ZM3 6.2V12h2V8.5c0-.28.22-.5.5-.5h3c.28 0 .5.22.5.5V12h2V6.2l-4-4-4 4Z"})),admin:o.createElement(o.Fragment,null,o.createElement("path",{fillRule:"evenodd",d:"M1.21 4.1a.5.5 0 0 1 .06-.04l5.48-3a.5.5 0 0 1 .5 0l5.48 3a.5.5 0 0 1 .27.39.5.5 0 0 1-.51.55H1.51a.5.5 0 0 1-.3-.9ZM3.46 4h7.08L7 2.07 3.46 4Z"}),o.createElement("path",{d:"M4 6a.5.5 0 1 0-1 0v5a.5.5 0 0 0 1 0V6ZM11 6a.5.5 0 0 0-1 0v5a.5.5 0 0 0 1 0V6ZM5.75 5.5c.28 0 .5.22.5.5v5a.5.5 0 0 1-1 0V6c0-.28.22-.5.5-.5ZM8.75 6a.5.5 0 1 0-1 0v5a.5.5 0 0 0 1 0V6ZM1.5 12.5c0-.27.22-.5.5-.5h10a.5.5 0 0 1 0 1H2a.5.5 0 0 1-.5-.5Z"})),info:o.createElement(o.Fragment,null,o.createElement("path",{d:"M7 5.5c.28 0 .5.22.5.5v4a.5.5 0 0 1-1 0V6c0-.28.22-.5.5-.5ZM7 4.5A.75.75 0 1 0 7 3a.75.75 0 0 0 0 1.5Z"}),o.createElement("path",{fillRule:"evenodd",d:"M7 14A7 7 0 1 0 7 0a7 7 0 0 0 0 14Zm0-1A6 6 0 1 0 7 1a6 6 0 0 0 0 12Z"})),question:o.createElement(o.Fragment,null,o.createElement("path",{d:"M5.25 5.25A1.75 1.75 0 1 1 7 7a.5.5 0 0 0-.5.5V9a.5.5 0 0 0 1 0V7.95a2.75 2.75 0 1 0-3.25-2.7.5.5 0 0 0 1 0ZM7 11.5A.75.75 0 1 0 7 10a.75.75 0 0 0 0 1.5Z"}),o.createElement("path",{fillRule:"evenodd",d:"M14 7A7 7 0 1 1 0 7a7 7 0 0 1 14 0Zm-1 0A6 6 0 1 1 1 7a6 6 0 0 1 12 0Z"})),support:o.createElement(o.Fragment,null,o.createElement("path",{fillRule:"evenodd",d:"M14 7A7 7 0 1 1 0 7a7 7 0 0 1 14 0Zm-3.52 4.9a5.97 5.97 0 0 1-6.96 0l1.45-1.45a3.98 3.98 0 0 0 4.06 0l1.45 1.44Zm-.03-2.87 1.44 1.45a5.97 5.97 0 0 0 0-6.96l-1.44 1.45a3.98 3.98 0 0 1 0 4.06ZM9.03 3.55l1.45-1.44a5.97 5.97 0 0 0-6.96 0l1.45 1.44a3.98 3.98 0 0 1 4.06 0ZM3.55 4.97 2.11 3.52a5.97 5.97 0 0 0 0 6.96l1.44-1.45a3.98 3.98 0 0 1 0-4.06ZM10 7a3 3 0 1 1-6 0 3 3 0 0 1 6 0Z"})),alert:o.createElement(o.Fragment,null,o.createElement("path",{d:"M7 4.5c.28 0 .5.22.5.5v3.5a.5.5 0 0 1-1 0V5c0-.28.22-.5.5-.5ZM7.75 10.5a.75.75 0 1 1-1.5 0 .75.75 0 0 1 1.5 0Z"}),o.createElement("path",{fillRule:"evenodd",d:"M7.2 1.04a.5.5 0 0 1 .24.21l6.49 11a.5.5 0 0 1-.44.75H.51a.5.5 0 0 1-.5-.45.5.5 0 0 1 .06-.31l6.5-10.99a.5.5 0 0 1 .64-.2ZM7 2.48 1.38 12h11.24L7 2.48Z"})),email:o.createElement(o.Fragment,null,o.createElement("path",{d:"M0 2.5c0-.27.22-.5.5-.5h13c.28 0 .5.23.5.5v9a.5.5 0 0 1-.5.5H.5a.5.5 0 0 1-.5-.5v-9Zm1 1.02V11h12V3.52L7.31 7.89a.5.5 0 0 1-.52.07.5.5 0 0 1-.1-.07L1 3.52ZM12.03 3H1.97L7 6.87 12.03 3Z"})),phone:o.createElement(o.Fragment,null,o.createElement("path",{fillRule:"evenodd",d:"m7.76 8.13-.05.05a.2.2 0 0 1-.28.03A6.76 6.76 0 0 1 5.8 6.56a.21.21 0 0 1 .04-.27l.05-.05c.23-.2.54-.47.71-.96.17-.47-.02-1.04-.66-1.94-.26-.38-.72-.96-1.22-1.46-.68-.69-1.2-1-1.65-1a.98.98 0 0 0-.51.13A3.23 3.23 0 0 0 .9 3.42c-.13 1.1.26 2.37 1.17 3.78a16.68 16.68 0 0 0 4.55 4.6 6.57 6.57 0 0 0 3.53 1.32A3.2 3.2 0 0 0 13 11.46c.14-.24.24-.64-.07-1.18a7.8 7.8 0 0 0-1.73-1.8c-.64-.5-1.52-1.12-2.13-1.12a.97.97 0 0 0-.34.06c-.47.17-.74.46-.95.69l-.02.02Zm4.32 2.68a6.8 6.8 0 0 0-1.48-1.54h-.02c-.3-.25-.64-.49-.95-.67a2.7 2.7 0 0 0-.56-.24h-.01c-.23.09-.34.21-.56.45l-.02.02-.04.04a1.2 1.2 0 0 1-1.6.15 7.76 7.76 0 0 1-1.86-1.89l-.01-.01-.02-.02a1.21 1.21 0 0 1 .2-1.53l.06-.06.02-.02c.22-.2.35-.31.43-.53v-.02c0-.02 0-.06-.03-.14a3.7 3.7 0 0 0-.5-.88h-.01V3.9c-.23-.33-.65-.87-1.1-1.32H4c-.31-.32-.55-.5-.72-.6a.6.6 0 0 0-.22-.1h-.03a2.23 2.23 0 0 0-1.15 1.66c-.09.78.18 1.8 1.02 3.1a15.68 15.68 0 0 0 4.27 4.33l.02.01.02.02a5.57 5.57 0 0 0 2.97 1.11 2.2 2.2 0 0 0 1.93-1.14h.01v-.05a.57.57 0 0 0-.05-.12Z"})),link:o.createElement(o.Fragment,null,o.createElement("path",{d:"M11.84 2.16a2.25 2.25 0 0 0-3.18 0l-2.5 2.5c-.88.88-.88 2.3 0 3.18a.5.5 0 0 1-.7.7 3.25 3.25 0 0 1 0-4.59l2.5-2.5a3.25 3.25 0 0 1 4.59 4.6L10.48 8.1c.04-.44.01-.89-.09-1.32l1.45-1.45c.88-.88.88-2.3 0-3.18Z"}),o.createElement("path",{d:"M3.6 7.2c-.1-.42-.12-.87-.08-1.31L1.45 7.95a3.25 3.25 0 1 0 4.6 4.6l2.5-2.5a3.25 3.25 0 0 0 0-4.6.5.5 0 0 0-.7.7c.87.89.87 2.31 0 3.2l-2.5 2.5a2.25 2.25 0 1 1-3.2-3.2l1.46-1.44Z"})),unlink:o.createElement(o.Fragment,null,o.createElement("path",{d:"m1.45 7.95 1.3-1.3.71.7-1.3 1.3a2.25 2.25 0 1 0 3.18 3.2l1.3-1.31.71.7-1.3 1.3a3.25 3.25 0 0 1-4.6-4.59ZM12.55 6.05l-1.3 1.3-.71-.7 1.3-1.3a2.25 2.25 0 1 0-3.18-3.2l-1.3 1.31-.71-.7 1.3-1.3a3.25 3.25 0 0 1 4.6 4.59ZM1.85 1.15a.5.5 0 1 0-.7.7l11 11a.5.5 0 0 0 .7-.7l-11-11Z"})),bell:o.createElement(o.Fragment,null,o.createElement("path",{fillRule:"evenodd",d:"M8 1.11a1 1 0 1 0-1.99 0A4.5 4.5 0 0 0 2.5 5.5v3.88l-.94 1.89a.5.5 0 0 0-.06.3.5.5 0 0 0 .51.43h3.58a1.5 1.5 0 1 0 2.82 0H12a.5.5 0 0 0 .45-.73l-.94-1.89V5.5A4.5 4.5 0 0 0 8 1.11ZM2.8 11h8.4l-.5-1H3.3l-.5 1Zm7.7-2V5.5a3.5 3.5 0 1 0-7 0V9h7Zm-4 3.5a.5.5 0 1 1 1 0 .5.5 0 0 1-1 0Z"})),rss:o.createElement(o.Fragment,null,o.createElement("path",{d:"M1.5.5c0-.28.22-.5.5-.5a12 12 0 0 1 12 12 .5.5 0 0 1-1 0A11 11 0 0 0 2 1a.5.5 0 0 1-.5-.5Z"}),o.createElement("path",{d:"M1.5 4.5c0-.28.22-.5.5-.5a8 8 0 0 1 8 8 .5.5 0 0 1-1 0 7 7 0 0 0-7-7 .5.5 0 0 1-.5-.5Z"}),o.createElement("path",{fillRule:"evenodd",d:"M5 11a2 2 0 1 1-4 0 2 2 0 0 1 4 0Zm-1 0a1 1 0 1 1-2 0 1 1 0 0 1 2 0Z"})),sharealt:o.createElement(o.Fragment,null,o.createElement("path",{d:"M2 1a1 1 0 0 0-1 1v10a1 1 0 0 0 1 1h10a1 1 0 0 0 1-1V7.5a.5.5 0 0 0-1 0V12H2V2h4.5a.5.5 0 0 0 0-1H2Z"}),o.createElement("path",{d:"M7.35 7.36 12 2.7v1.8a.5.5 0 0 0 1 0v-3a.5.5 0 0 0-.5-.5h-3a.5.5 0 1 0 0 1h1.8L6.64 6.64a.5.5 0 1 0 .7.7Z"})),share:o.createElement(o.Fragment,null,o.createElement("path",{d:"M6.65.15c.2-.2.5-.2.7 0l2 2a.5.5 0 1 1-.7.7L7.5 1.72v6.8a.5.5 0 0 1-1 0V1.7L5.35 2.86a.5.5 0 1 1-.7-.71l2-2Z"}),o.createElement("path",{d:"M2 4a1 1 0 0 0-1 1v7a1 1 0 0 0 1 1h10a1 1 0 0 0 1-1V5a1 1 0 0 0-1-1H9.5a.5.5 0 1 0 0 1H12v7H2V5h2.5a.5.5 0 0 0 0-1H2Z"})),circlehollow:o.createElement(o.Fragment,null,o.createElement("path",{fillRule:"evenodd",d:"M7 13A6 6 0 1 0 7 1a6 6 0 0 0 0 12Zm0 1A7 7 0 1 0 7 0a7 7 0 0 0 0 14Z"})),circle:o.createElement("path",{d:"M14 7A7 7 0 1 1 0 7a7 7 0 0 1 14 0Z"}),bookmarkhollow:o.createElement(o.Fragment,null,o.createElement("path",{fillRule:"evenodd",d:"M3.5 0h7c.28 0 .5.22.5.5v13a.5.5 0 0 1-.45.5.46.46 0 0 1-.38-.12L7 11.16l-3.17 2.72a.46.46 0 0 1-.38.12.5.5 0 0 1-.45-.5V.5c0-.28.22-.5.5-.5ZM4 12.41l2.66-2.28a.45.45 0 0 1 .38-.13c.1.01.2.05.29.12l2.67 2.3V1H4v11.41Z"})),bookmark:o.createElement(o.Fragment,null,o.createElement("path",{fillRule:"evenodd",d:"M3.5 0h7c.28 0 .5.22.5.5v13a.5.5 0 0 1-.45.5.46.46 0 0 1-.38-.12L7 11.16l-3.17 2.72a.46.46 0 0 1-.38.12.5.5 0 0 1-.45-.5V.5c0-.28.22-.5.5-.5Z"})),hearthollow:o.createElement(o.Fragment,null,o.createElement("path",{fillRule:"evenodd",d:"M12.81 1.85 13 2a2.97 2.97 0 0 1 .75 1.17 4.39 4.39 0 0 1 .12 2.51 6.26 6.26 0 0 1-1.65 2.55l-4.78 4.6A.59.59 0 0 1 7 13a.67.67 0 0 1-.44-.17L1.78 8.22a7.84 7.84 0 0 1-1.25-1.6C.37 6.31.24 6 .14 5.67a4.32 4.32 0 0 1 .12-2.51 3.2 3.2 0 0 1 1.95-1.9c.47-.18 1-.27 1.57-.27.3 0 .61.04.91.14.3.09.59.21.86.36s.52.33.77.52c.24.19.47.38.68.58a7.56 7.56 0 0 1 1.46-1.1c.27-.15.55-.27.84-.36.3-.1.6-.14.9-.14.59 0 1.12.09 1.59.26.39.15.73.34 1.02.59ZM1.2 3.53A2.2 2.2 0 0 1 2.57 2.2M1.2 3.53c-.13.33-.2.72-.2 1.18 0 .22.03.45.1.68a3.97 3.97 0 0 0 .79 1.46c.19.23.38.45.59.65l4.51 4.36 4.52-4.35c.2-.2.4-.4.59-.65.18-.23.34-.47.49-.73.13-.23.23-.48.3-.73.08-.23.11-.46.11-.7 0-.45-.07-.84-.2-1.18-.12-.33-.3-.6-.51-.8v-.01c-.22-.2-.5-.38-.85-.51-.34-.13-.75-.2-1.24-.2-.2 0-.4.03-.6.09a4.95 4.95 0 0 0-1.9 1.22l-.68.67-.7-.65a9.97 9.97 0 0 0-.62-.53c-.2-.16-.42-.3-.63-.42h-.01c-.21-.12-.43-.22-.66-.29C4.2 2.03 4 2 3.77 2c-.48 0-.88.07-1.21.2"})),heart:o.createElement(o.Fragment,null,o.createElement("path",{d:"M12.81 1.85 13 2a2.97 2.97 0 0 1 .75 1.17 4.39 4.39 0 0 1 .12 2.51 6.26 6.26 0 0 1-1.65 2.55l-4.78 4.6A.59.59 0 0 1 7 13a.67.67 0 0 1-.44-.17L1.78 8.22a7.84 7.84 0 0 1-1.25-1.6C.37 6.31.24 6 .14 5.67a4.32 4.32 0 0 1 .12-2.51 3.2 3.2 0 0 1 1.95-1.9c.47-.18 1-.27 1.57-.27.3 0 .61.04.91.14.3.09.59.21.86.36s.52.33.77.52c.24.19.47.38.68.58a7.56 7.56 0 0 1 1.46-1.1c.27-.15.55-.27.84-.36.3-.1.6-.14.9-.14.59 0 1.12.09 1.59.26.39.15.73.34 1.02.59Z"})),starhollow:o.createElement(o.Fragment,null,o.createElement("path",{d:"M6.32.78a.75.75 0 0 1 1.36 0l1.63 3.54 3.87.46c.63.07.89.86.42 1.3l-2.86 2.64.76 3.81a.75.75 0 0 1-1.1.8L7 11.43l-3.4 1.9a.75.75 0 0 1-1.1-.8l.76-3.81L.4 6.07a.75.75 0 0 1 .42-1.3l3.87-.45L6.32.78ZM7 1.7 5.54 4.86c-.11.24-.34.4-.6.43l-3.46.42 2.56 2.37c.2.17.28.44.23.7l-.68 3.42 3.04-1.7c.23-.14.5-.14.74 0l3.04 1.7-.68-3.43a.75.75 0 0 1 .23-.7l2.56-2.36-3.47-.42a.75.75 0 0 1-.59-.43L7 1.7Z"})),star:o.createElement(o.Fragment,null,o.createElement("path",{d:"M7.68.78a.75.75 0 0 0-1.36 0L4.69 4.32l-3.87.46a.75.75 0 0 0-.42 1.3l2.86 2.64-.76 3.81a.75.75 0 0 0 1.1.8l3.4-1.9 3.4 1.9a.75.75 0 0 0 1.1-.8l-.76-3.81 2.86-2.65a.75.75 0 0 0-.42-1.3L9.3 4.33 7.68.78Z"})),certificate:o.createElement(o.Fragment,null,o.createElement("path",{fillRule:"evenodd",d:"M10 7.85A4.49 4.49 0 0 0 7 0a4.5 4.5 0 0 0-3 7.85V13a.5.5 0 0 0 .5.5.5.5 0 0 0 .35-.15L7 11.21l2.15 2.14A.5.5 0 0 0 10 13V7.85ZM7 8a3.5 3.5 0 1 0 0-7 3.5 3.5 0 0 0 0 7Zm-.35 2.15c.2-.2.5-.2.7 0L9 11.79V8.53a4.48 4.48 0 0 1-4 0v3.26l1.65-1.64Z"})),verified:o.createElement(o.Fragment,null,o.createElement("path",{d:"M6.56 13.12a1 1 0 0 1 .88 0l.98.49a1 1 0 0 0 1.31-.43l.52-.97a1 1 0 0 1 .7-.51l1.08-.2a1 1 0 0 0 .81-1.1l-.15-1.1a1 1 0 0 1 .27-.82l.76-.8a1 1 0 0 0 0-1.37l-.76-.79a1 1 0 0 1-.27-.83l.15-1.08a1 1 0 0 0-.8-1.12l-1.09-.19a1 1 0 0 1-.7-.5L9.73.81A1 1 0 0 0 8.43.4l-1 .49a1 1 0 0 1-.87 0L5.58.39a1 1 0 0 0-1.31.43l-.52.97a1 1 0 0 1-.7.51l-1.08.2a1 1 0 0 0-.81 1.1l.15 1.1a1 1 0 0 1-.27.82l-.76.8a1 1 0 0 0 0 1.37l.76.79a1 1 0 0 1 .27.83l-.15 1.08a1 1 0 0 0 .8 1.12l1.09.19a1 1 0 0 1 .7.5l.52.98a1 1 0 0 0 1.3.43l1-.49Zm4.3-8.47c.19.2.19.5 0 .7l-4.5 4.5a.5.5 0 0 1-.71 0l-2.5-2.5a.5.5 0 1 1 .7-.7L6 8.79l4.15-4.14c.2-.2.5-.2.7 0Z"})),thumbsup:o.createElement(o.Fragment,null,o.createElement("path",{d:"M11 12.02c-.4.37-.91.56-1.56.56h-.88a5.5 5.5 0 0 1-1.3-.16c-.42-.1-.91-.25-1.47-.45-.3-.12-.63-.21-.95-.27H2.88a.84.84 0 0 1-.62-.26.84.84 0 0 1-.26-.61V6.45c0-.24.09-.45.26-.62a.84.84 0 0 1 .62-.25h1.87c.16-.11.47-.47.93-1.06.27-.35.51-.64.74-.88.1-.11.19-.3.24-.58.05-.28.12-.57.2-.87.1-.3.24-.55.43-.74a.87.87 0 0 1 .62-.25c.38 0 .72.07 1.03.22.3.15.54.38.7.7a2.94 2.94 0 0 1 .21 1.58 3 3 0 0 1-.3 1h1.2c.47 0 .88.17 1.23.52s.52.8.52 1.22c0 .29-.04.66-.34 1.12.05.15.07.3.07.47 0 .35-.09.68-.26.98.07.54-.07 1.08-.4 1.51a1.9 1.9 0 0 1-.57 1.5Zm.47-5.33a.96.96 0 0 0 .03-.25.74.74 0 0 0-.23-.51.68.68 0 0 0-.52-.23H7.93l.73-1.45a2 2 0 0 0 .21-.87c0-.44-.07-.7-.13-.82a.53.53 0 0 0-.24-.24 1.3 1.3 0 0 0-.54-.12.99.99 0 0 0-.14.28c-.08.27-.13.52-.18.76-.06.38-.2.77-.48 1.07v.01l-.02.01c-.2.2-.4.46-.67.8l-.61.76c-.15.17-.35.38-.54.51l-.26.18H5v4.13h.02c.38.08.76.18 1.12.32.53.2.98.33 1.35.42.36.09.71.13 1.07.13h.88c.43 0 .68-.11.87-.29a.9.9 0 0 0 .26-.7l-.02-.37.22-.3c.17-.23.25-.5.2-.78l-.04-.33.17-.3a.97.97 0 0 0 .13-.48c0-.09 0-.13-.02-.15l-.15-.46.26-.4c.1-.15.13-.25.15-.33ZM3.5 10.8a.5.5 0 1 0 0-1 .5.5 0 0 0 0 1Z"})),shield:o.createElement(o.Fragment,null,o.createElement("path",{fillRule:"evenodd",d:"M11.76 2.08a.5.5 0 0 1 .24.42v6a.5.5 0 0 1-.17.38l-4.5 3.99a.5.5 0 0 1-.67 0l-4.49-4A.5.5 0 0 1 2 8.5V2.5c0-.18.1-.34.24-.42l.01-.02a2.5 2.5 0 0 1 .3-.16c.22-.1.52-.24.92-.37C4.27 1.26 5.44 1 7 1c1.56 0 2.73.26 3.53.53a6.97 6.97 0 0 1 1.22.53l.01.02ZM3 2.79v5.49l1.07.94 6.59-6.58-.44-.17C9.52 2.24 8.44 2 7 2c-1.44 0-2.52.24-3.22.47-.35.12-.6.24-.78.32Zm4 9.04L4.82 9.9 11 3.71v4.57l-4 3.55Z"})),basket:o.createElement(o.Fragment,null,o.createElement("path",{d:"M10.35 2.85a.5.5 0 1 0-.7-.7l-3 3a.5.5 0 1 0 .7.7l3-3Z"}),o.createElement("path",{d:"M2.09 6H4.5a.5.5 0 0 0 0-1H1.8a.75.75 0 0 0-.74.87l.8 4.88A1.5 1.5 0 0 0 3.36 12h7.3a1.5 1.5 0 0 0 1.48-1.25l.81-4.88A.75.75 0 0 0 12.2 5H10a.5.5 0 0 0 0 1h1.91l-.76 4.58a.5.5 0 0 1-.5.42h-7.3a.5.5 0 0 1-.5-.42L2.1 6Z"}),o.createElement("path",{d:"M4.5 7c.28 0 .5.22.5.5v2a.5.5 0 0 1-1 0v-2c0-.28.22-.5.5-.5ZM10 7.5a.5.5 0 0 0-1 0v2a.5.5 0 0 0 1 0v-2ZM6.5 9.5v-2a.5.5 0 0 1 1 0v2a.5.5 0 0 1-1 0Z"})),beaker:o.createElement(o.Fragment,null,o.createElement("path",{fillRule:"evenodd",d:"M4.5 2h.75v3.87l-3.03 5.26c-.48.83.12 1.87 1.08 1.87h7.4c.96 0 1.57-1.04 1.08-1.87L8.75 5.87V2h.75a.5.5 0 0 0 0-1h-5a.5.5 0 0 0 0 1Zm1.75 4V2h1.5v4.13l.07.12 1 1.75H5.18l1.01-1.75.07-.12V6ZM4.6 9l-1.52 2.63c-.1.16.03.37.22.37h7.4c.2 0 .31-.2.22-.37L9.4 9H4.6Z"})),hourglass:o.createElement(o.Fragment,null,o.createElement("path",{d:"M7.5 10.5a.5.5 0 1 1-1 0 .5.5 0 0 1 1 0Z"}),o.createElement("path",{fillRule:"evenodd",d:"M3.5 1a.5.5 0 0 0-.5.5c0 1.06.14 1.9.68 2.97.34.7.86 1.5 1.6 2.53a16.53 16.53 0 0 0-1.8 2.96A6 6 0 0 0 3 12.49v.01a.5.5 0 0 0 .5.5h7a.5.5 0 0 0 .5-.5 6 6 0 0 0-.48-2.54c-.34-.8-.9-1.71-1.8-2.96a19.78 19.78 0 0 0 1.6-2.53c.54-1.08.68-1.9.68-2.97a.5.5 0 0 0-.5-.5h-7Zm6.49 11a4.68 4.68 0 0 0-.39-1.65c-.27-.65-.73-1.4-1.5-2.5a133 133 0 0 1-.75 1 .5.5 0 0 1-.56.1.5.5 0 0 1-.2-.16l-.7-.94a14.36 14.36 0 0 0-1.5 2.5A4.68 4.68 0 0 0 4.02 12H10ZM6.3 6.72l.7.94a90.06 90.06 0 0 0 .7-.96c.49-.67.87-1.22 1.17-1.7H5.13A32.67 32.67 0 0 0 6.3 6.72ZM4.56 4h4.88c.36-.73.5-1.31.55-2H4c.04.69.19 1.27.55 2Z"})),flag:o.createElement(o.Fragment,null,o.createElement("path",{fillRule:"evenodd",d:"M11.5 1h-9a.5.5 0 0 0-.5.5v11a.5.5 0 0 0 1 0V8h8.5a.5.5 0 0 0 .35-.85L9.21 4.5l2.64-2.65A.5.5 0 0 0 11.5 1ZM8.15 4.15 10.29 2H3v5h7.3L8.14 4.85a.5.5 0 0 1 0-.7Z"})),cloudhollow:o.createElement(o.Fragment,null,o.createElement("path",{fillRule:"evenodd",d:"M10 7V6a3 3 0 0 0-5.9-.74l-.18.68-.7.07A2.5 2.5 0 0 0 3.5 11h3.19l.07-.01h.08L7 11h4a2 2 0 1 0 0-4h-1ZM3.12 5.02A3.5 3.5 0 0 0 3.5 12H11a3 3 0 1 0 0-6 4 4 0 0 0-7.88-.98Z"})),cloud:o.createElement("path",{d:"M7 2a4 4 0 0 1 4 4 3 3 0 1 1 0 6H3.5a3.5 3.5 0 0 1-.38-6.98A4 4 0 0 1 7 2Z"}),edit:o.createElement(o.Fragment,null,o.createElement("path",{fillRule:"evenodd",d:"m13.85 2.15-2-2a.5.5 0 0 0-.7 0l-1.5 1.5-9 9a.5.5 0 0 0-.14.26L0 13.39a.5.5 0 0 0 .14.46.5.5 0 0 0 .46.14l2.48-.5a.5.5 0 0 0 .27-.14l9-9 1.5-1.5a.5.5 0 0 0 0-.7ZM12 3.29l.8-.79-1.3-1.3-.8.8L12 3.3Zm-2-.58L1.7 11 3 12.3 11.3 4 10 2.7ZM1.14 12.86l.17-.85.68.68-.85.17Z"})),cog:o.createElement(o.Fragment,null,o.createElement("path",{d:"M5.59 5.59a2 2 0 0 1 3.27 2.14.5.5 0 1 0 .93.37 3 3 0 1 0-1.7 1.7.5.5 0 1 0-.36-.94A2 2 0 0 1 5.6 5.6Z",fill:"#333"}),o.createElement("path",{fillRule:"evenodd",d:"M.94 6.53c.13.12.19.3.18.46 0 .17-.05.34-.18.47L0 8.39c.19.94.55 1.81 1.07 2.58h1.32c.18 0 .34.07.46.2.12.11.2.27.2.45v1.32c.76.51 1.62.88 2.55 1.06l.94-.94a.63.63 0 0 1 .45-.19h.03c.16 0 .33.07.45.19l.94.94a7.1 7.1 0 0 0 2.55-1.06v-1.33c0-.18.07-.35.2-.46.11-.12.27-.2.45-.2h1.33A7.1 7.1 0 0 0 14 8.4l-.95-.94a.64.64 0 0 1-.18-.47c0-.17.06-.34.18-.46l.95-.95a7.1 7.1 0 0 0-1.05-2.52h-1.34a.63.63 0 0 1-.46-.2.64.64 0 0 1-.2-.46V1.06A7.1 7.1 0 0 0 8.42 0l-.94.94a.63.63 0 0 1-.45.19H7a.63.63 0 0 1-.45-.19L5.6 0a7.1 7.1 0 0 0-2.56 1.06v1.33c0 .18-.07.34-.2.46a.63.63 0 0 1-.45.2H1.06A7.1 7.1 0 0 0 0 5.59l.94.94Zm.7 1.63c.33-.32.49-.75.48-1.17 0-.42-.15-.85-.47-1.17l-.54-.54c.12-.43.3-.85.51-1.23h.77c.46 0 .87-.2 1.17-.5.3-.29.48-.7.48-1.16v-.77c.4-.22.81-.39 1.25-.52l.54.55c.33.32.75.48 1.16.48h.03c.42 0 .84-.16 1.16-.48l.54-.54c.44.12.85.3 1.24.5v.8c0 .45.19.87.49 1.16.3.3.7.5 1.16.5h.78c.2.37.38.78.5 1.2l-.54.55c-.33.32-.49.75-.48 1.17 0 .42.15.85.48 1.17l.55.55c-.13.44-.3.85-.52 1.24h-.77c-.45 0-.87.2-1.16.5-.3.29-.5.7-.5 1.16v.77c-.38.21-.8.39-1.23.51l-.54-.54a1.64 1.64 0 0 0-1.16-.48H7c-.41 0-.83.16-1.16.48l-.54.55a6.1 6.1 0 0 1-1.25-.52v-.76c0-.45-.19-.87-.48-1.16-.3-.3-.71-.5-1.17-.5h-.76a6.1 6.1 0 0 1-.53-1.25l.55-.55Z"})),nut:o.createElement(o.Fragment,null,o.createElement("path",{d:"M5.59 8.41a2 2 0 1 1 3.27-.68.5.5 0 1 0 .93.37 3 3 0 1 0-1.7 1.7.5.5 0 0 0-.36-.94 2 2 0 0 1-2.14-.45Z"}),o.createElement("path",{fillRule:"evenodd",d:"M6.5.29a1 1 0 0 1 1 0l5.06 2.92c.31.18.5.51.5.87v5.84a1 1 0 0 1-.5.87L7.5 13.7a1 1 0 0 1-1 0L1.44 10.8a1 1 0 0 1-.5-.87V4.08a1 1 0 0 1 .5-.87L6.5.3Zm.5.86 5.06 2.93v5.84L7 12.85 1.94 9.92V4.08L7 1.15Z"})),wrench:o.createElement(o.Fragment,null,o.createElement("path",{d:"M10.5 1c.44 0 .56.52.25.83l-.8.81c-.2.2-.2.52 0 .72l.69.7c.2.2.52.2.72 0l.8-.81c.32-.31.84-.2.84.25a2.5 2.5 0 0 1-3.41 2.33L2.7 12.7a1 1 0 0 1-1.42-1.42l6.88-6.88A2.5 2.5 0 0 1 10.5 1ZM2 12.5a.5.5 0 1 0 0-1 .5.5 0 0 0 0 1Z"})),ellipsis:o.createElement(o.Fragment,null,o.createElement("path",{d:"M4 7a1.5 1.5 0 1 1-3 0 1.5 1.5 0 0 1 3 0ZM13 7a1.5 1.5 0 1 1-3 0 1.5 1.5 0 0 1 3 0ZM7 8.5a1.5 1.5 0 1 0 0-3 1.5 1.5 0 0 0 0 3Z"})),check:o.createElement(o.Fragment,null,o.createElement("path",{d:"M13.85 3.35a.5.5 0 0 0-.7-.7L5 10.79.85 6.65a.5.5 0 1 0-.7.7l4.5 4.5c.2.2.5.2.7 0l8.5-8.5Z"})),form:o.createElement(o.Fragment,null,o.createElement("path",{d:"M2 1a1 1 0 0 0-1 1v10a1 1 0 0 0 1 1h10a1 1 0 0 0 1-1V6.4a.5.5 0 0 0-1 0V12H2V2h7.5a.5.5 0 0 0 0-1H2Z"}),o.createElement("path",{d:"m6.35 9.86 7.5-7.5a.5.5 0 0 0-.7-.71L6 8.8 3.85 6.65a.5.5 0 1 0-.7.7l2.5 2.5c.2.2.5.2.7 0Z"})),batchdeny:o.createElement(o.Fragment,null,o.createElement("path",{d:"M11.5 2a.5.5 0 0 0 0 1h2a.5.5 0 0 0 0-1h-2Zm-2.646.646a.5.5 0 0 1 0 .708L5.207 7l3.647 3.646a.5.5 0 0 1-.708.708L4.5 7.707.854 11.354a.5.5 0 0 1-.708-.708L3.793 7 .146 3.354a.5.5 0 1 1 .708-.708L4.5 6.293l3.646-3.647a.5.5 0 0 1 .708 0ZM11 7a.5.5 0 0 1 .5-.5h2a.5.5 0 0 1 0 1h-2A.5.5 0 0 1 11 7Zm.5 4a.5.5 0 0 0 0 1h2a.5.5 0 0 0 0-1h-2Z"})),batchaccept:o.createElement(o.Fragment,null,o.createElement("path",{d:"M11.5 2a.5.5 0 0 0 0 1h2a.5.5 0 0 0 0-1h-2Zm-2.2.6a.5.5 0 0 1 .1.7l-5.995 7.993a.505.505 0 0 1-.37.206.5.5 0 0 1-.395-.152L.146 8.854a.5.5 0 1 1 .708-.708l2.092 2.093L8.6 2.7a.5.5 0 0 1 .7-.1ZM11 7a.5.5 0 0 1 .5-.5h2a.5.5 0 0 1 0 1h-2A.5.5 0 0 1 11 7Zm.5 4a.5.5 0 0 0 0 1h2a.5.5 0 0 0 0-1h-2Z"})),controls:o.createElement(o.Fragment,null,o.createElement("path",{d:"M10.5 1c.28 0 .5.22.5.5V2h1.5a.5.5 0 0 1 0 1H11v.5a.5.5 0 0 1-1 0V3H1.5a.5.5 0 0 1 0-1H10v-.5c0-.28.22-.5.5-.5ZM1.5 11a.5.5 0 0 0 0 1H10v.5a.5.5 0 0 0 1 0V12h1.5a.5.5 0 0 0 0-1H11v-.5a.5.5 0 0 0-1 0v.5H1.5ZM1 7c0-.28.22-.5.5-.5H3V6a.5.5 0 0 1 1 0v.5h8.5a.5.5 0 0 1 0 1H4V8a.5.5 0 0 1-1 0v-.5H1.5A.5.5 0 0 1 1 7Z"})),plus:o.createElement(o.Fragment,null,o.createElement("path",{d:"M7.5.5a.5.5 0 0 0-1 0v6h-6a.5.5 0 0 0 0 1h6v6a.5.5 0 0 0 1 0v-6h6a.5.5 0 0 0 0-1h-6v-6Z"})),closeAlt:o.createElement(o.Fragment,null,o.createElement("path",{d:"M2.03.97A.75.75 0 0 0 .97 2.03L5.94 7 .97 11.97a.75.75 0 1 0 1.06 1.06L7 8.06l4.97 4.97a.75.75 0 1 0 1.06-1.06L8.06 7l4.97-4.97A.75.75 0 0 0 11.97.97L7 5.94 2.03.97Z"})),cross:o.createElement(o.Fragment,null,o.createElement("path",{d:"M1.85 1.15a.5.5 0 1 0-.7.7L6.29 7l-5.14 5.15a.5.5 0 0 0 .7.7L7 7.71l5.15 5.14a.5.5 0 0 0 .7-.7L7.71 7l5.14-5.15a.5.5 0 0 0-.7-.7L7 6.29 1.85 1.15Z"})),trash:o.createElement(o.Fragment,null,o.createElement("path",{d:"M5.5 4.5c.28 0 .5.22.5.5v5a.5.5 0 0 1-1 0V5c0-.28.22-.5.5-.5ZM9 5a.5.5 0 0 0-1 0v5a.5.5 0 0 0 1 0V5Z"}),o.createElement("path",{fillRule:"evenodd",d:"M4.5.5c0-.28.22-.5.5-.5h4c.28 0 .5.22.5.5V2h3a.5.5 0 0 1 0 1H12v8a2 2 0 0 1-2 2H4a2 2 0 0 1-2-2V3h-.5a.5.5 0 0 1 0-1h3V.5ZM3 3v8a1 1 0 0 0 1 1h6a1 1 0 0 0 1-1V3H3Zm2.5-2h3v1h-3V1Z"})),pinalt:o.createElement(o.Fragment,null,o.createElement("path",{d:"M13.44 4.44 9.56.56a1.5 1.5 0 0 0-2.12 0L7 1a1.41 1.41 0 0 0 0 2L5 5H3.66A4 4 0 0 0 .83 6.17l-.48.48a.5.5 0 0 0 0 .7l2.8 2.8-3 3a.5.5 0 0 0 .7.7l3-3 2.8 2.8c.2.2.5.2.7 0l.48-.48A4 4 0 0 0 9 10.34V9l2-2c.55.55 1.45.55 2 0l.44-.44a1.5 1.5 0 0 0 0-2.12ZM11 5.59l-3 3v1.75a3 3 0 0 1-.88 2.12L7 12.6 1.41 7l.13-.12A3 3 0 0 1 3.66 6H5.4l3-3-.7-.7a.41.41 0 0 1 0-.6l.44-.43c.2-.2.5-.2.7 0l3.88 3.88c.2.2.2.5 0 .7l-.44.44a.41.41 0 0 1-.58 0L11 5.6Z"})),unpin:o.createElement(o.Fragment,null,o.createElement("path",{d:"M13.44 4.44 9.56.56a1.5 1.5 0 0 0-2.12 0L7 1a1.41 1.41 0 0 0 0 2L5.7 4.3l.71.7 2-2-.7-.7a.41.41 0 0 1 0-.6l.44-.43c.2-.2.5-.2.7 0l3.88 3.88c.2.2.2.5 0 .7l-.44.44a.41.41 0 0 1-.58 0L11 5.6l-2 2 .7.7L11 7c.55.55 1.45.55 2 0l.44-.44a1.5 1.5 0 0 0 0-2.12ZM.83 6.17A4 4 0 0 1 3.59 5l1 1h-.93a3 3 0 0 0-2.12.88L1.4 7 7 12.59l.12-.13A3 3 0 0 0 8 10.34v-.93l1 1a4 4 0 0 1-1.17 2.76l-.48.48a.5.5 0 0 1-.7 0l-2.8-2.8-3 3a.5.5 0 0 1-.7-.7l3-3-2.8-2.8a.5.5 0 0 1 0-.7l.48-.48Zm1.02-5.02a.5.5 0 1 0-.7.7l11 11a.5.5 0 0 0 .7-.7l-11-11Z"})),add:o.createElement(o.Fragment,null,o.createElement("path",{d:"M7 3c.28 0 .5.22.5.5v3h3a.5.5 0 0 1 0 1h-3v3a.5.5 0 0 1-1 0v-3h-3a.5.5 0 0 1 0-1h3v-3c0-.28.22-.5.5-.5Z"}),o.createElement("path",{fillRule:"evenodd",d:"M7 14A7 7 0 1 0 7 0a7 7 0 0 0 0 14Zm0-1A6 6 0 1 0 7 1a6 6 0 0 0 0 12Z"})),subtract:o.createElement(o.Fragment,null,o.createElement("path",{d:"M3.5 6.5a.5.5 0 0 0 0 1h7a.5.5 0 0 0 0-1h-7Z"}),o.createElement("path",{fillRule:"evenodd",d:"M14 7A7 7 0 1 1 0 7a7 7 0 0 1 14 0Zm-1 0A6 6 0 1 1 1 7a6 6 0 0 1 12 0Z"})),close:o.createElement(o.Fragment,null,o.createElement("path",{d:"M9.85 4.15c.2.2.2.5 0 .7L7.71 7l2.14 2.15a.5.5 0 0 1-.7.7L7 7.71 4.85 9.85a.5.5 0 0 1-.7-.7L6.29 7 4.15 4.85a.5.5 0 1 1 .7-.7L7 6.29l2.15-2.14c.2-.2.5-.2.7 0Z"}),o.createElement("path",{fillRule:"evenodd",d:"M7 14A7 7 0 1 0 7 0a7 7 0 0 0 0 14Zm0-1A6 6 0 1 0 7 1a6 6 0 0 0 0 12Z"})),delete:o.createElement(o.Fragment,null,o.createElement("path",{fillRule:"evenodd",d:"M14 7A7 7 0 1 1 0 7a7 7 0 0 1 14 0Zm-1 0a6 6 0 0 1-9.87 4.58l8.45-8.45A5.98 5.98 0 0 1 13 7ZM2.42 10.87l8.45-8.45a6 6 0 0 0-8.46 8.46Z"})),passed:o.createElement(o.Fragment,null,o.createElement("path",{d:"M7 14A7 7 0 1 0 7 0a7 7 0 0 0 0 14Zm3.85-9.35c.2.2.2.5 0 .7l-4.5 4.5a.5.5 0 0 1-.7 0l-2.5-2.5a.5.5 0 1 1 .7-.7L6 8.79l4.15-4.14c.2-.2.5-.2.7 0Z"})),changed:o.createElement(o.Fragment,null,o.createElement("path",{fillRule:"evenodd",d:"M7 14A7 7 0 1 0 7 0a7 7 0 0 0 0 14ZM3.5 6.5a.5.5 0 0 0 0 1h7a.5.5 0 0 0 0-1h-7Z"})),failed:o.createElement(o.Fragment,null,o.createElement("path",{d:"M7 14A7 7 0 1 0 7 0a7 7 0 0 0 0 14Zm2.85-9.85c.2.2.2.5 0 .7L7.71 7l2.14 2.15a.5.5 0 0 1-.7.7L7 7.71 4.85 9.85a.5.5 0 0 1-.7-.7L6.29 7 4.15 4.85a.5.5 0 1 1 .7-.7L7 6.29l2.15-2.14c.2-.2.5-.2.7 0Z"})),clear:o.createElement(o.Fragment,null,o.createElement("path",{fillRule:"evenodd",d:"M5 2h7a2 2 0 0 1 2 2v6a2 2 0 0 1-2 2H5a2 2 0 0 1-1.41-.59l-3-3a2 2 0 0 1 0-2.82l3-3A2 2 0 0 1 5 2Zm1.15 3.15c.2-.2.5-.2.7 0L8 6.29l1.15-1.14a.5.5 0 1 1 .7.7L8.71 7l1.14 1.15a.5.5 0 0 1-.7.7L8 7.71 6.85 8.85a.5.5 0 1 1-.7-.7L7.29 7 6.15 5.85a.5.5 0 0 1 0-.7Z"})),comment:o.createElement(o.Fragment,null,o.createElement("path",{d:"M3.5 5a.5.5 0 1 0 0 1h7a.5.5 0 0 0 0-1h-7ZM3 8.5c0-.27.22-.5.5-.5h7a.5.5 0 0 1 0 1h-7a.5.5 0 0 1-.5-.5Z"}),o.createElement("path",{fillRule:"evenodd",d:"M12.5 12H5.7l-1.85 1.86a.5.5 0 0 1-.35.14.5.5 0 0 1-.5-.5V12H1.5a.5.5 0 0 1-.5-.5v-9c0-.27.22-.5.5-.5h11c.28 0 .5.23.5.5v9a.5.5 0 0 1-.5.5ZM2 11V3h10v8H2Z"})),commentadd:o.createElement(o.Fragment,null,o.createElement("path",{d:"M7.5 5a.5.5 0 1 0-1 0v1.5H5a.5.5 0 1 0 0 1h1.5V9a.5.5 0 0 0 1 0V7.5H9a.5.5 0 0 0 0-1H7.5V5Z"}),o.createElement("path",{fillRule:"evenodd",d:"M3.7 13.97a.5.5 0 0 1-.7-.46V12H1.5a.5.5 0 0 1-.5-.5v-9c0-.28.22-.5.5-.5h11c.28 0 .5.22.5.5v9a.5.5 0 0 1-.5.5H5.7l-1.85 1.85a.5.5 0 0 1-.16.1ZM2 3v8h10V3H2Z"})),requestchange:o.createElement(o.Fragment,null,o.createElement("path",{d:"M9.85 6.65c.2.2.2.51 0 .7l-2 2a.5.5 0 1 1-.7-.7L8.3 7.5H4.5a.5.5 0 0 1 0-1h3.79L7.15 5.36a.5.5 0 1 1 .7-.71l2 2Z"}),o.createElement("path",{fillRule:"evenodd",d:"M3.7 13.97a.5.5 0 0 1-.7-.46V12H1.5a.5.5 0 0 1-.5-.5v-9c0-.28.22-.5.5-.5h11c.28 0 .5.22.5.5v9a.5.5 0 0 1-.5.5H5.7l-1.85 1.85a.5.5 0 0 1-.16.1ZM2 3v8h10V3H2Z"})),comments:o.createElement(o.Fragment,null,o.createElement("path",{d:"M8.5 7a.5.5 0 0 0 0-1h-5a.5.5 0 1 0 0 1h5ZM9 8.5a.5.5 0 0 1-.5.5h-5a.5.5 0 0 1 0-1h5c.28 0 .5.23.5.5Z"}),o.createElement("path",{fillRule:"evenodd",d:"M12 11.5V10h1.5a.5.5 0 0 0 .5-.5v-8a.5.5 0 0 0-.5-.5h-11a.5.5 0 0 0-.5.5V3H.5a.5.5 0 0 0-.5.5v8c0 .28.22.5.5.5H2v1.5a.5.5 0 0 0 .5.5.5.5 0 0 0 .35-.14L4.71 12h6.79a.5.5 0 0 0 .5-.5ZM3 3V2h10v7h-1V3.5a.5.5 0 0 0-.5-.5H3Zm-2 8V4h10v7H1Z"})),lock:o.createElement(o.Fragment,null,o.createElement("path",{d:"M8 8a1 1 0 0 1-.5.87v1.63a.5.5 0 0 1-1 0V8.87A1 1 0 1 1 8 8Z"}),o.createElement("path",{fillRule:"evenodd",d:"M3 4a4 4 0 1 1 8 0v1h1.5c.28 0 .5.23.5.5v8a.5.5 0 0 1-.5.5h-11a.5.5 0 0 1-.5-.5v-8c0-.27.22-.5.5-.5H3V4Zm7 1V4a3 3 0 1 0-6 0v1h6Zm2 1H2v7h10V6Z"})),unlock:o.createElement(o.Fragment,null,o.createElement("path",{d:"M6.5 8.87a1 1 0 1 1 1 0v1.63a.5.5 0 0 1-1 0V8.87Z"}),o.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M7 1a3 3 0 0 0-3 3v1h8.5c.28 0 .5.23.5.5v8a.5.5 0 0 1-.5.5h-11a.5.5 0 0 1-.5-.5v-8c0-.27.22-.5.5-.5H3V4a4 4 0 0 1 7.76-1.38.5.5 0 0 1-.94.34A3 3 0 0 0 7 1ZM2 6h10v7H2V6Z"})),key:o.createElement(o.Fragment,null,o.createElement("path",{d:"M11 4a1 1 0 1 1-2 0 1 1 0 0 1 2 0Z"}),o.createElement("path",{fillRule:"evenodd",d:"M7.5 8.53v.97a.5.5 0 0 1-.5.5H5.5v1.5a.5.5 0 0 1-.5.5H3.5v1.5a.5.5 0 0 1-.5.5H.5a.5.5 0 0 1-.5-.5v-2a.5.5 0 0 1 .15-.36l5.12-5.11a4.5 4.5 0 1 1 2.23 2.5ZM6 4.5a3.5 3.5 0 1 1 1.5 2.87c-.29-.2-1-.37-1 .48V9H5a.5.5 0 0 0-.5.5V11H3a.5.5 0 0 0-.5.5V13H1v-1.3l5.2-5.19c.15-.16.18-.4.1-.6A3.47 3.47 0 0 1 6 4.5Z"})),outbox:o.createElement(o.Fragment,null,o.createElement("path",{d:"M7.35.15a.5.5 0 0 0-.7 0l-2 2a.5.5 0 1 0 .7.7L6.5 1.72v6.8a.5.5 0 0 0 1 0V1.7l1.15 1.15a.5.5 0 1 0 .7-.71l-2-2Z"}),o.createElement("path",{d:"M2 7.5a.5.5 0 1 0-1 0v5c0 .28.22.5.5.5h11a.5.5 0 0 0 .5-.5v-5a.5.5 0 0 0-1 0V12H2V7.5Z"})),credit:o.createElement(o.Fragment,null,o.createElement("path",{d:"M2.5 8a.5.5 0 1 0 0 1h3a.5.5 0 0 0 0-1h-3Z"}),o.createElement("path",{fillRule:"evenodd",d:"M0 11.5c0 .28.22.5.5.5h13a.5.5 0 0 0 .5-.5v-9a.5.5 0 0 0-.5-.5H.5a.5.5 0 0 0-.5.5v9ZM1 3v1h12V3H1Zm0 8h12V6H1v5Z"})),button:o.createElement(o.Fragment,null,o.createElement("path",{d:"M1 3a1 1 0 0 0-1 1v5a1 1 0 0 0 1 1h3.5a.5.5 0 1 0 0-1H1V4h12v5h-1a.5.5 0 0 0 0 1h1a1 1 0 0 0 1-1V4a1 1 0 0 0-1-1H1Z"}),o.createElement("path",{d:"M6.45 7a.5.5 0 0 1 .3.08l3.48 2.02a.5.5 0 0 1 0 .87l-1.08.62.75 1.3a.75.75 0 0 1-1.3.75l-.75-1.3-1.07.62a.5.5 0 0 1-.67-.13.5.5 0 0 1-.1-.3L6 7.5a.5.5 0 0 1 .45-.5Z"})),type:o.createElement(o.Fragment,null,o.createElement("path",{d:"M4 1.5c0-.27.22-.5.5-.5h5a.5.5 0 1 1 0 1h-2v10h2a.5.5 0 0 1 0 1h-5a.5.5 0 0 1 0-1h2V2h-2a.5.5 0 0 1-.5-.5Z"}),o.createElement("path",{d:"M0 4.5c0-.27.22-.5.5-.5h4a.5.5 0 1 1 0 1H1v4h3.5a.5.5 0 1 1 0 1h-4a.5.5 0 0 1-.5-.5v-5ZM9.5 4a.5.5 0 1 0 0 1H13v4H9.5a.5.5 0 1 0 0 1h4a.5.5 0 0 0 .5-.5v-5a.5.5 0 0 0-.5-.5h-4Z"})),pointerdefault:o.createElement(o.Fragment,null,o.createElement("path",{d:"M5.94 12.46c.11 0 .2-.06.25-.15l1.58-3.16 2.54 2.54c.04.05.1.07.19.07a.3.3 0 0 0 .2-.07l.8-.8a.27.27 0 0 0 0-.38L8.9 7.9l3.4-1.7c.06-.03.1-.07.12-.11a.22.22 0 0 0 .04-.14.33.33 0 0 0-.06-.16.17.17 0 0 0-.09-.07h-.02L1.91 1.55a.27.27 0 0 0-.35.36l4.15 10.37c.04.09.12.16.23.17Zm-.03 1h-.02a1.28 1.28 0 0 1-1.1-.8L.62 2.29A1.27 1.27 0 0 1 2.3.63l10.35 4.15c.52.18.79.65.81 1.11.04.53-.27.98-.7 1.2l-2.17 1.08L12.2 9.8c.5.5.5 1.3 0 1.8l-.8.8v.01c-.5.46-1.3.48-1.8-.01l-1.56-1.56-.95 1.92c-.23.45-.68.7-1.15.7h-.03Z"})),pointerhand:o.createElement(o.Fragment,null,o.createElement("path",{d:"M11.87 6v-.02c-.03-.27-.23-.48-.47-.5a.5.5 0 0 0-.53.5v1.41c0 .25-.22.47-.47.47a.48.48 0 0 1-.47-.47V5.17a.6.6 0 0 0 0-.05c-.02-.27-.23-.5-.47-.5a.5.5 0 0 0-.52.5v1.65l-.01.1a.49.49 0 0 1-.46.37.48.48 0 0 1-.47-.47V4.62a.6.6 0 0 0 0-.05c-.03-.27-.23-.48-.47-.5a.5.5 0 0 0-.53.5v2.2c0 .25-.22.47-.47.47a.49.49 0 0 1-.47-.47V1.75c-.02-.27-.22-.5-.47-.5a.5.5 0 0 0-.52.5v6.78c0 .25-.22.47-.47.47a.48.48 0 0 1-.47-.47v-.26a.78.78 0 0 0-.06-.31.65.65 0 0 0-.16-.22l-.2-.19A6.37 6.37 0 0 0 3.06 7h-.02c-.43-.34-.62-.25-.69-.2-.26.14-.29.5-.13.74l1.73 2.6v.01h-.01l-.04.02.05-.02s1.21 2.6 3.57 2.6c3.54 0 4.2-1.9 4.31-4.42.04-.6.04-1.19.03-1.78V6Zm.97 2.38c-.06 1.29-.26 2.67-1.08 3.72-.88 1.12-2.29 1.65-4.23 1.65a4.64 4.64 0 0 1-3.4-1.62 6.96 6.96 0 0 1-1.05-1.5v-.02L1.4 8.1A1.6 1.6 0 0 1 1.15 7c.05-.38.26-.8.69-1.04.2-.13.48-.23.85-.19.36.05.68.22.98.45.14.1.27.22.4.33v-4.8A1.5 1.5 0 0 1 5.63.25c.93.04 1.43.86 1.43 1.55v1.33c.17-.05.35-.07.53-.06h.02c.5.04.91.33 1.15.71a1.5 1.5 0 0 1 .74-.16c.66.03 1.12.46 1.32.97a1.5 1.5 0 0 1 .64-.1h.02c.85.06 1.39.8 1.39 1.55v.48c0 .6 0 1.24-.03 1.86Z"})),browser:o.createElement(o.Fragment,null,o.createElement("path",{fillRule:"evenodd",d:"M.5 13a.5.5 0 0 1-.5-.5v-11c0-.27.22-.5.5-.5h13c.28 0 .5.23.5.5v11a.5.5 0 0 1-.5.5H.5Zm.5-1V4h12v8H1Zm1-9.5a.5.5 0 1 1-1 0 .5.5 0 0 1 1 0Zm2 0a.5.5 0 1 1-1 0 .5.5 0 0 1 1 0Zm2 0a.5.5 0 1 1-1 0 .5.5 0 0 1 1 0Z"})),tablet:o.createElement(o.Fragment,null,o.createElement("path",{fillRule:"evenodd",d:"M3.5 0C2.67 0 2 .68 2 1.5v11c0 .83.67 1.5 1.5 1.5h7c.83 0 1.5-.67 1.5-1.5v-11c0-.82-.67-1.5-1.5-1.5h-7Zm0 1h7c.28 0 .5.23.5.5V11H3V1.5c0-.27.22-.5.5-.5ZM6 12a.5.5 0 0 0 0 1h2a.5.5 0 0 0 0-1H6Z"})),mobile:o.createElement(o.Fragment,null,o.createElement("path",{fillRule:"evenodd",d:"M3 1.5C3 .68 3.67 0 4.5 0h5c.83 0 1.5.68 1.5 1.5v11c0 .83-.67 1.5-1.5 1.5h-5A1.5 1.5 0 0 1 3 12.5v-11ZM4 12V2h6v10H4Z"})),watch:o.createElement(o.Fragment,null,o.createElement("path",{key:"watch",fillRule:"evenodd",d:"M4 .5c0-.27.22-.5.5-.5h5a.5.5 0 0 1 0 1h-5A.5.5 0 0 1 4 .5ZM9.5 3h-5a.5.5 0 0 0-.5.5v7c0 .28.22.5.5.5h5a.5.5 0 0 0 .5-.5v-7a.5.5 0 0 0-.5-.5Zm-5-1C3.67 2 3 2.68 3 3.5v7c0 .83.67 1.5 1.5 1.5h5c.83 0 1.5-.67 1.5-1.5v-7c0-.82-.67-1.5-1.5-1.5h-5ZM7 4c.28 0 .5.23.5.5v2h1a.5.5 0 1 1 0 1H7a.5.5 0 0 1-.5-.5V4.5c0-.27.22-.5.5-.5Zm-2.5 9a.5.5 0 0 0 0 1h5a.5.5 0 0 0 0-1h-5Z"})),sidebar:o.createElement(o.Fragment,null,o.createElement("path",{d:"M2.5 4.5c0-.27.22-.5.5-.5h1a.5.5 0 1 1 0 1H3a.5.5 0 0 1-.5-.5ZM3 6a.5.5 0 1 0 0 1h1a.5.5 0 0 0 0-1H3Zm-.5 2.5c0-.27.22-.5.5-.5h1a.5.5 0 1 1 0 1H3a.5.5 0 0 1-.5-.5Z"}),o.createElement("path",{fillRule:"evenodd",d:"M1.5 13a.5.5 0 0 1-.5-.5v-11c0-.27.22-.5.5-.5h11c.28 0 .5.23.5.5v11a.5.5 0 0 1-.5.5h-11Zm.5-1V2h3v10H2ZM6 2h6v10H6V2Z"})),sidebaralt:o.createElement(o.Fragment,null,o.createElement("path",{d:"M9.5 4.5c0-.27.22-.5.5-.5h1a.5.5 0 0 1 0 1h-1a.5.5 0 0 1-.5-.5ZM10 6a.5.5 0 1 0 0 1h1a.5.5 0 0 0 0-1h-1Zm-.5 2.5c0-.27.22-.5.5-.5h1a.5.5 0 0 1 0 1h-1a.5.5 0 0 1-.5-.5Z"}),o.createElement("path",{fillRule:"evenodd",d:"M1.5 13a.5.5 0 0 1-.5-.5v-11c0-.27.22-.5.5-.5h11c.28 0 .5.23.5.5v11a.5.5 0 0 1-.5.5h-11Zm.5-1V2h6v10H2ZM9 2h3v10H9V2Z"})),sidebaralttoggle:o.createElement(o.Fragment,null,o.createElement("path",{d:"M11.5 4.5A.5.5 0 0 0 11 4h-1a.5.5 0 1 0 0 1h1a.5.5 0 0 0 .5-.5ZM11 6a.5.5 0 0 1 0 1h-1a.5.5 0 0 1 0-1h1Zm.5 2.5A.5.5 0 0 0 11 8h-1a.5.5 0 1 0 0 1h1a.5.5 0 0 0 .5-.5Z"}),o.createElement("path",{fillRule:"evenodd",d:"M1.5 13a.5.5 0 0 1-.5-.5v-11c0-.27.22-.5.5-.5h11c.28 0 .5.23.5.5v11a.5.5 0 0 1-.5.5h-11ZM9 12h3V2H9v10Zm-1 0H2V2h6v4.5H5.2l.66-.65a.5.5 0 1 0-.71-.7l-1.5 1.5a.5.5 0 0 0 0 .7l1.5 1.5a.5.5 0 1 0 .7-.7l-.64-.65H8V12Z"})),sidebartoggle:o.createElement(o.Fragment,null,o.createElement("path",{d:"M2.5 4.5c0-.27.22-.5.5-.5h1a.5.5 0 1 1 0 1H3a.5.5 0 0 1-.5-.5ZM3 6a.5.5 0 1 0 0 1h1a.5.5 0 0 0 0-1H3Zm-.5 2.5c0-.27.22-.5.5-.5h1a.5.5 0 1 1 0 1H3a.5.5 0 0 1-.5-.5Z"}),o.createElement("path",{fillRule:"evenodd",d:"M1.5 13a.5.5 0 0 1-.5-.5v-11c0-.27.22-.5.5-.5h11c.28 0 .5.23.5.5v11a.5.5 0 0 1-.5.5h-11Zm.5-1V2h3v10H2Zm4 0V7.5h2.8l-.65.65a.5.5 0 1 0 .7.7l1.5-1.5a.5.5 0 0 0 0-.7l-1.5-1.5a.5.5 0 1 0-.7.7l.64.65H6V2h6v10H6Z"})),bottombar:o.createElement(o.Fragment,null,o.createElement("path",{d:"M3 10.5c0-.27.22-.5.5-.5h1a.5.5 0 0 1 0 1h-1a.5.5 0 0 1-.5-.5Zm3.5-.5a.5.5 0 0 0 0 1h1a.5.5 0 0 0 0-1h-1Zm2.5.5c0-.27.22-.5.5-.5h1a.5.5 0 0 1 0 1h-1a.5.5 0 0 1-.5-.5Z"}),o.createElement("path",{fillRule:"evenodd",d:"M1 1.5c0-.27.22-.5.5-.5h11c.28 0 .5.23.5.5v11a.5.5 0 0 1-.5.5h-11a.5.5 0 0 1-.5-.5v-11ZM2 8V2h10v6H2Zm10 1v3H2V9h10Z"})),bottombartoggle:o.createElement(o.Fragment,null,o.createElement("path",{d:"M3.5 10a.5.5 0 0 0 0 1h1a.5.5 0 0 0 0-1h-1Zm2.5.5c0-.27.22-.5.5-.5h1a.5.5 0 0 1 0 1h-1a.5.5 0 0 1-.5-.5Zm3.5-.5a.5.5 0 0 0 0 1h1a.5.5 0 0 0 0-1h-1Z"}),o.createElement("path",{fillRule:"evenodd",d:"M1 12.5v-11c0-.27.22-.5.5-.5h11c.28 0 .5.23.5.5v11a.5.5 0 0 1-.5.5h-11a.5.5 0 0 1-.5-.5Zm1-.5V9h10v3H2Zm4.5-4H2V2h10v6H7.5V5.21l.65.65a.5.5 0 1 0 .7-.71l-1.5-1.5a.5.5 0 0 0-.7 0l-1.5 1.5a.5.5 0 1 0 .7.7l.65-.64v2.8Z"})),cpu:o.createElement(o.Fragment,null,o.createElement("path",{fillRule:"evenodd",d:"M5 5.5c0-.27.22-.5.5-.5h3c.28 0 .5.23.5.5v3a.5.5 0 0 1-.5.5h-3a.5.5 0 0 1-.5-.5v-3ZM6 8V6h2v2H6Z"}),o.createElement("path",{fillRule:"evenodd",d:"M5.5 0c.28 0 .5.23.5.5V2h2V.5a.5.5 0 0 1 1 0V2h2.5c.28 0 .5.23.5.5V5h1.5a.5.5 0 0 1 0 1H12v2h1.5a.5.5 0 0 1 0 1H12v2.5a.5.5 0 0 1-.5.5H9v1.5a.5.5 0 0 1-1 0V12H6v1.5a.5.5 0 0 1-1 0V12H2.5a.5.5 0 0 1-.5-.5V9H.5a.5.5 0 0 1 0-1H2V6H.5a.5.5 0 0 1 0-1H2V2.5c0-.27.22-.5.5-.5H5V.5c0-.27.22-.5.5-.5ZM11 3H3v8h8V3Z"})),database:o.createElement(o.Fragment,null,o.createElement("path",{fillRule:"evenodd",d:"M12 3c0-1.1-2.24-2-5-2s-5 .9-5 2v8c0 .43.26.75.54.98.3.23.68.41 1.12.55.88.3 2.06.47 3.34.47 1.28 0 2.46-.17 3.34-.46.44-.15.83-.33 1.12-.56.28-.23.54-.55.54-.98V3Zm-1.03 0a2.45 2.45 0 0 0-.8-.49A8.88 8.88 0 0 0 7 2c-1.29 0-2.4.21-3.16.51a2.45 2.45 0 0 0-.81.49l.05.05c.13.13.37.28.76.44C4.6 3.79 5.7 4 7 4s2.4-.21 3.16-.51a2.45 2.45 0 0 0 .81-.49ZM11 5.75V4.2A8.9 8.9 0 0 1 7 5a8.98 8.98 0 0 1-4-.8v1.55l.02.04c.02.04.06.09.14.15.17.13.44.27.82.4A10 10 0 0 0 7 6.75a10 10 0 0 0 3.02-.41c.38-.13.65-.27.82-.4a.62.62 0 0 0 .14-.15.15.15 0 0 0 .02-.03v-.01ZM3 7.01c.2.1.42.2.66.28.88.29 2.06.46 3.34.46 1.28 0 2.46-.17 3.34-.46.24-.08.46-.17.66-.28V8.5l-.02.04a.62.62 0 0 1-.14.15c-.17.13-.44.27-.82.4A10 10 0 0 1 7 9.5a10 10 0 0 1-3.02-.41 2.76 2.76 0 0 1-.82-.4.62.62 0 0 1-.14-.15.15.15 0 0 1-.02-.03V7Zm0 2.75V11l.02.04c.02.04.06.09.14.15.17.13.44.27.82.4A10 10 0 0 0 7 12a10 10 0 0 0 3.02-.41c.38-.13.65-.27.82-.4a.62.62 0 0 0 .14-.15.15.15 0 0 0 .02-.03V9.76c-.2.1-.42.2-.66.28-.88.29-2.06.46-3.34.46-1.28 0-2.46-.17-3.34-.46A4.77 4.77 0 0 1 3 9.76Z"})),memory:o.createElement(o.Fragment,null,o.createElement("path",{d:"M5 3a.5.5 0 0 0-1 0v3a.5.5 0 0 0 1 0V3Zm2-.5c.28 0 .5.22.5.5v3a.5.5 0 0 1-1 0V3c0-.28.22-.5.5-.5Zm3 2a.5.5 0 1 0-1 0V6a.5.5 0 0 0 1 0V4.5Z"}),o.createElement("path",{fillRule:"evenodd",d:"M12 3.54a.5.5 0 0 0-.15-.39l-3-3a.5.5 0 0 0-.38-.14H2.5a.5.5 0 0 0-.5.5v13c0 .27.22.5.5.5h9a.5.5 0 0 0 .5-.5V3.53ZM3 1h5.3L11 3.71v5.3H3V1Zm0 9v3h8v-3H3Z"})),structure:o.createElement(o.Fragment,null,o.createElement("path",{d:"M8.16 3.45a1.5 1.5 0 1 0-2.33 0l-4.02 6.58A1.5 1.5 0 1 0 2.91 12h8.18a1.5 1.5 0 1 0 1.1-1.97L8.16 3.45Zm-1.47.52a1.5 1.5 0 0 0 .62 0l4.03 6.58c-.11.14-.2.29-.25.45H2.9a1.5 1.5 0 0 0-.25-.45L6.7 3.97Z"})),box:o.createElement(o.Fragment,null,o.createElement("path",{fillRule:"evenodd",d:"m7.21.05 6.49 2.99a.5.5 0 0 1 .3.47v6.98a.5.5 0 0 1-.3.47l-6.47 2.98a.5.5 0 0 1-.46 0L.3 10.96a.5.5 0 0 1-.3-.47V3.5a.5.5 0 0 1 .3-.47L6.79.05a.5.5 0 0 1 .43 0ZM1 4.28v5.9l5.5 2.54v-5.9L1 4.28Zm6.5 8.44 5.5-2.54v-5.9L7.5 6.82v5.9Zm4.8-9.22L7 5.95 1.7 3.5 7 1.05l5.3 2.45Z"})),power:o.createElement(o.Fragment,null,o.createElement("path",{d:"M7.5.5a.5.5 0 0 0-1 0v6a.5.5 0 0 0 1 0v-6Z"}),o.createElement("path",{d:"M4.27 2.8a.5.5 0 0 0-.54-.83 6 6 0 1 0 6.54 0 .5.5 0 0 0-.54.84 5 5 0 1 1-5.46 0Z"})),photo:o.createElement(o.Fragment,null,o.createElement("path",{fillRule:"evenodd",d:"M6.25 4.25a1.25 1.25 0 1 1-2.5 0 1.25 1.25 0 0 1 2.5 0Zm-.5 0a.75.75 0 1 1-1.5 0 .75.75 0 0 1 1.5 0Z"}),o.createElement("path",{fillRule:"evenodd",d:"M13 1.5v11a.5.5 0 0 1-.5.5h-11a.5.5 0 0 1-.5-.5v-11c0-.27.22-.5.5-.5h11c.28 0 .5.23.5.5ZM2 9.3V2h10v5.3L9.85 5.15a.5.5 0 0 0-.7 0L6.5 7.8 5.35 6.65a.5.5 0 0 0-.7 0L2 9.3Zm7.5-3.1L12 8.7V12H2v-1.3l3-3 3.15 3.15a.5.5 0 0 0 .7-.71L7.21 8.5 9.5 6.21Z"})),component:o.createElement(o.Fragment,null,o.createElement("path",{fillRule:"evenodd",d:"M3.5 1A2.5 2.5 0 0 0 1 3.5v7A2.5 2.5 0 0 0 3.5 13h7a2.5 2.5 0 0 0 2.5-2.5v-7A2.5 2.5 0 0 0 10.5 1h-7ZM12 6.5H7.5V2h3c.83 0 1.5.68 1.5 1.5v3Zm0 1v3c0 .83-.67 1.5-1.5 1.5h-3V7.5H12ZM6.5 12V7.5H2v3c0 .83.67 1.5 1.5 1.5h3ZM2 6.5h4.5V2h-3C2.67 2 2 2.68 2 3.5v3Z"})),grid:o.createElement(o.Fragment,null,o.createElement("path",{fillRule:"evenodd",d:"M1 1.5c0-.27.22-.5.5-.5H6c.28 0 .5.23.5.5V6a.5.5 0 0 1-.5.5H1.5A.5.5 0 0 1 1 6V1.5Zm1 4V2h3.5v3.5H2Zm5.5-4c0-.27.22-.5.5-.5h4.5c.28 0 .5.23.5.5V6a.5.5 0 0 1-.5.5H8a.5.5 0 0 1-.5-.5V1.5Zm1 4V2H12v3.5H8.5Zm-7 2A.5.5 0 0 0 1 8v4.5c0 .28.22.5.5.5H6a.5.5 0 0 0 .5-.5V8a.5.5 0 0 0-.5-.5H1.5Zm.5 1V12h3.5V8.5H2ZM7.5 8c0-.27.22-.5.5-.5h4.5c.28 0 .5.23.5.5v4.5a.5.5 0 0 1-.5.5H8a.5.5 0 0 1-.5-.5V8Zm1 4V8.5H12V12H8.5Z"})),outline:o.createElement(o.Fragment,null,o.createElement("path",{d:"M2 2v2H1V1.5c0-.27.22-.5.5-.5H4v1H2ZM1 9V5h1v4H1Zm0 1v2.5c0 .28.22.5.5.5H4v-1H2v-2H1Zm9 3h2.5a.5.5 0 0 0 .5-.5V10h-1v2h-2v1Zm2-9h1V1.5a.5.5 0 0 0-.5-.5H10v1h2v2Zm-3 8v1H5v-1h4ZM9 1v1H5V1h4Zm4 8h-1V5h1v4ZM7 8a1 1 0 1 0 0-2 1 1 0 0 0 0 2Z"})),photodrag:o.createElement(o.Fragment,null,o.createElement("path",{fillRule:"evenodd",d:"M8.25 3.25a1.25 1.25 0 1 1-2.5 0 1.25 1.25 0 0 1 2.5 0Zm-.5 0a.75.75 0 1 1-1.5 0 .75.75 0 0 1 1.5 0Z"}),o.createElement("path",{fillRule:"evenodd",d:"M14 7V.5a.5.5 0 0 0-.5-.5h-10a.5.5 0 0 0-.5.5V3H.5a.5.5 0 0 0-.5.5V6h1V4h2v6.5c0 .28.22.5.5.5H10v2H8v1h2.5a.5.5 0 0 0 .5-.5V11h2.5a.5.5 0 0 0 .5-.5V7ZM4 1v5.8l1.65-1.65c.2-.2.5-.2.7 0L7.5 6.3l2.65-2.65c.2-.2.5-.2.7 0L13 5.8V1H4Zm9 6.21-2.5-2.5-2.3 2.3 1.15 1.14a.5.5 0 1 1-.7.7L6 6.22l-2 2v1.8h9V7.2Z"}),o.createElement("path",{d:"M0 10V7h1v3H0Zm0 3.5V11h1v2h2v1H.5a.5.5 0 0 1-.5-.5Zm7 .5H4v-1h3v1Z"})),search:o.createElement(o.Fragment,null,o.createElement("path",{fillRule:"evenodd",d:"M9.54 10.2a5.5 5.5 0 1 1 .66-.66c.06.03.11.06.15.1l3 3a.5.5 0 0 1-.7.71l-3-3a.5.5 0 0 1-.1-.14ZM10.5 6a4.5 4.5 0 1 1-9 0 4.5 4.5 0 0 1 9 0Z"})),zoom:o.createElement(o.Fragment,null,o.createElement("path",{d:"M6 3.5c.28 0 .5.22.5.5v1.5H8a.5.5 0 0 1 0 1H6.5V8a.5.5 0 0 1-1 0V6.5H4a.5.5 0 0 1 0-1h1.5V4c0-.28.22-.5.5-.5Z"}),o.createElement("path",{fillRule:"evenodd",d:"M9.54 10.2a5.5 5.5 0 1 1 .66-.66c.06.03.11.06.15.1l3 3a.5.5 0 0 1-.7.71l-3-3a.5.5 0 0 1-.1-.14ZM10.5 6a4.5 4.5 0 1 1-9 0 4.5 4.5 0 0 1 9 0Z"})),zoomout:o.createElement(o.Fragment,null,o.createElement("path",{d:"M4 5.5a.5.5 0 0 0 0 1h4a.5.5 0 0 0 0-1H4Z"}),o.createElement("path",{fillRule:"evenodd",d:"M6 11.5c1.35 0 2.59-.49 3.54-1.3.03.06.06.11.1.15l3 3a.5.5 0 0 0 .71-.7l-3-3a.5.5 0 0 0-.14-.1A5.5 5.5 0 1 0 6 11.5Zm0-1a4.5 4.5 0 1 0 0-9 4.5 4.5 0 0 0 0 9Z"})),zoomreset:o.createElement(o.Fragment,null,o.createElement("path",{d:"M1.5 2.84V1.5a.5.5 0 0 0-1 0V4c0 .28.22.5.5.5h2.5a.5.5 0 0 0 0-1H2.26a4.5 4.5 0 1 1-.5 4.02.5.5 0 1 0-.94.33 5.5 5.5 0 0 0 8.72 2.36l.1.14 3 3a.5.5 0 0 0 .71-.7l-3-3a.5.5 0 0 0-.14-.1 5.5 5.5 0 1 0-8.7-6.7Z"})),eye:o.createElement(o.Fragment,null,o.createElement("path",{d:"M7 9.5a2.5 2.5 0 1 0 0-5 2.5 2.5 0 0 0 0 5Z"}),o.createElement("path",{fillRule:"evenodd",d:"m14 7-.2.3c-.13.16-3.06 4.2-6.8 4.2C3.26 11.5.33 7.46.2 7.3L0 7l.2-.3C.34 6.55 3.27 2.5 7 2.5c3.74 0 6.67 4.04 6.8 4.2l.2.3ZM2.9 5.3A13 13 0 0 0 1.24 7 13 13 0 0 0 2.9 8.7c1.14.97 2.58 1.8 4.1 1.8 1.52 0 2.96-.83 4.1-1.8A13 13 0 0 0 12.76 7a13 13 0 0 0-1.66-1.7C9.96 4.33 8.52 3.5 7 3.5c-1.52 0-2.96.83-4.1 1.8Z"})),eyeclose:o.createElement(o.Fragment,null,o.createElement("path",{d:"M1.85 1.15a.5.5 0 1 0-.7.7l11 11a.5.5 0 0 0 .7-.7l-11-11ZM11.1 8.7c-.17.15-.36.3-.55.44l.72.71a13.25 13.25 0 0 0 2.52-2.56L14 7l-.2-.3c-.13-.16-3.06-4.2-6.8-4.2-.89 0-1.73.23-2.5.58l.76.76A4.86 4.86 0 0 1 7 3.5c1.52 0 2.96.83 4.1 1.8A13 13 0 0 1 12.76 7a13 13 0 0 1-1.66 1.7ZM.2 6.7c.08-.09 1.04-1.41 2.53-2.55l.72.71c-.2.14-.38.3-.55.44A13 13 0 0 0 1.24 7 13 13 0 0 0 2.9 8.7c1.14.97 2.58 1.8 4.1 1.8.6 0 1.18-.13 1.74-.34l.77.76c-.78.35-1.62.58-2.51.58C3.26 11.5.33 7.46.2 7.3L0 7l.2-.3Z"}),o.createElement("path",{d:"M4.5 7c0-.32.06-.63.17-.91l3.24 3.24A2.5 2.5 0 0 1 4.5 7Zm4.83.91L6.09 4.67a2.5 2.5 0 0 1 3.24 3.24Z"})),lightning:o.createElement(o.Fragment,null,o.createElement("path",{fillRule:"evenodd",d:"M2.52 6.6a.57.57 0 0 0-.17.54c.04.2.19.37.38.41l2.78.73-1.5 5c-.06.24.02.5.22.63a.5.5 0 0 0 .28.09.5.5 0 0 0 .35-.14L11.5 7.4c.14-.13.2-.34.15-.54a.53.53 0 0 0-.38-.4l-2.7-.7L10.79.78c.1-.23.04-.5-.15-.66a.5.5 0 0 0-.65 0L2.52 6.6Zm7.72.63-3.07-.8 1.85-4.14-5.2 4.51 2.94.77-1.27 4.28 4.75-4.62Zm-5.73 6.2.04.02Z"})),lightningoff:o.createElement(o.Fragment,null,o.createElement("path",{d:"M10.14 8.72 11.5 7.4c.14-.13.2-.34.15-.54a.53.53 0 0 0-.38-.4l-2.7-.7L10.79.78c.1-.23.04-.5-.15-.66a.5.5 0 0 0-.65 0L5.46 4.05l.71.7L9.02 2.3 7.38 5.97l.7.7 2.16.56-.8.79.7.7ZM2.52 6.6a.57.57 0 0 0-.17.54c.04.2.19.37.38.41l2.78.73-1.5 5c-.06.24.02.5.22.63a.5.5 0 0 0 .63-.05l3.84-3.74-.7-.7-2.51 2.43 1.13-3.81-.68-.69L3.8 6.8l.85-.73-.71-.7L2.52 6.6Zm-.67-5.45a.5.5 0 1 0-.7.7l11 11a.5.5 0 0 0 .7-.7l-11-11Z"})),contrast:o.createElement(o.Fragment,null,o.createElement("path",{fillRule:"evenodd",d:"M3 3H.5a.5.5 0 0 0-.5.5v10c0 .28.22.5.5.5h10a.5.5 0 0 0 .5-.5V11h2.5a.5.5 0 0 0 .5-.5V.5a.5.5 0 0 0-.5-.5h-10a.5.5 0 0 0-.5.5V3Zm1 1v2.3L6.3 4H4ZM3 4v6.5a.5.5 0 0 0 .5.5H10v2H1V4h2Zm1-1h6.5a.5.5 0 0 1 .5.5V10h2V1H4v2Zm6 7V7.71l-2.3 2.3H10Zm0-3.7V4.7L4.7 10h1.6L10 6.3ZM9.3 4H7.7L4 7.71V9.3L9.3 4Z"})),switchalt:o.createElement(o.Fragment,null,o.createElement("path",{fillRule:"evenodd",d:"M3 3V.5c0-.27.22-.5.5-.5h10c.28 0 .5.23.5.5v10a.5.5 0 0 1-.5.5H11v2.5a.5.5 0 0 1-.5.5H.5a.5.5 0 0 1-.5-.5v-10c0-.27.22-.5.5-.5H3Zm1 0V1h9v9h-2V3.5a.5.5 0 0 0-.5-.5H4Zm6 8v2H1V4h2v6.5c0 .28.22.5.5.5H10Zm0-1H4V4h6v6Z"})),mirror:o.createElement(o.Fragment,null,o.createElement("path",{d:"M1 1.5c0-.27.22-.5.5-.5h11c.28 0 .5.23.5.5v11a.5.5 0 0 1-.5.5h-11a.5.5 0 0 1-.5-.5v-11ZM2 12h10V2L2 12Z"})),grow:o.createElement(o.Fragment,null,o.createElement("path",{d:"M1.5 1a.5.5 0 1 0 0 1H12v10.5a.5.5 0 0 0 1 0V2a1 1 0 0 0-1-1H1.5Z"}),o.createElement("path",{d:"M1 3.5c0-.27.22-.5.5-.5H10a1 1 0 0 1 1 1v8.5a.5.5 0 0 1-1 0V4H1.5a.5.5 0 0 1-.5-.5Z"}),o.createElement("path",{fillRule:"evenodd",d:"M1.5 5a.5.5 0 0 0-.5.5v7c0 .28.22.5.5.5h7a.5.5 0 0 0 .5-.5v-7a.5.5 0 0 0-.5-.5h-7ZM2 6v6h6V6H2Z"})),paintbrush:o.createElement(o.Fragment,null,o.createElement("path",{fillRule:"evenodd",d:"M11.8535.1464a.5.5 0 0 0-.7071 0L2.9827 8.3102a2.2396 2.2396 0 0 0-1.0737.599C.6772 10.141.2402 11.903.0852 12.9978 0 13.5998 0 14.0002 0 14.0002s.4004 0 1.0023-.0853c1.095-.155 2.8569-.5919 4.0887-1.8237.307-.307.5067-.6806.5992-1.0743l8.1633-8.1633a.5.5 0 0 0 0-.7071l-2-2Zm-6.253 9.546L6.543 8.75l-1.293-1.2929-.9424.9424a2.242 2.242 0 0 1 .7835.5097c.23.2302.4.4977.5095.7831ZM7.25 8.0428 12.7929 2.5 11.5 1.2071 5.957 6.75 7.25 8.0429ZM4.3839 9.6163c.4881.4882.4881 1.2796 0 1.7678-.7665.7664-1.832 1.1845-2.7791 1.403a8.6972 8.6972 0 0 1-.49.0982 8.7151 8.7151 0 0 1 .0982-.4899c.2186-.9471.6367-2.0126 1.403-2.779.4882-.4882 1.2797-.4882 1.7679 0Z"})),ruler:o.createElement(o.Fragment,null,o.createElement("path",{d:"M1.5 1c.28 0 .5.23.5.5V2h10v-.5a.5.5 0 0 1 1 0v2a.5.5 0 0 1-1 0V3H2v.5a.5.5 0 0 1-1 0v-2c0-.27.22-.5.5-.5Z"}),o.createElement("path",{fillRule:"evenodd",d:"M1.5 6a.5.5 0 0 0-.5.5v6c0 .28.22.5.5.5h11a.5.5 0 0 0 .5-.5v-6a.5.5 0 0 0-.5-.5h-11ZM2 7v5h10V7h-1v2.5a.5.5 0 0 1-1 0V7h-.75v1a.5.5 0 0 1-1 0V7H7.5v2.5a.5.5 0 0 1-1 0V7h-.75v1a.5.5 0 0 1-1 0V7H4v2.5a.5.5 0 0 1-1 0V7H2Z"})),stop:o.createElement(o.Fragment,null,o.createElement("path",{d:"M4.5 4a.5.5 0 0 0-.5.5v5c0 .28.22.5.5.5h5a.5.5 0 0 0 .5-.5v-5a.5.5 0 0 0-.5-.5h-5Z"}),o.createElement("path",{fillRule:"evenodd",d:"M14 7A7 7 0 1 1 0 7a7 7 0 0 1 14 0Zm-1 0A6 6 0 1 1 1 7a6 6 0 0 1 12 0Z"})),camera:o.createElement(o.Fragment,null,o.createElement("path",{fillRule:"evenodd",d:"M10 7a3 3 0 1 1-6 0 3 3 0 0 1 6 0ZM9 7a2 2 0 1 1-4 0 2 2 0 0 1 4 0Z"}),o.createElement("path",{fillRule:"evenodd",d:"M2.5 1a.5.5 0 0 0-.5.5V2H.5a.5.5 0 0 0-.5.5v9c0 .28.22.5.5.5h13a.5.5 0 0 0 .5-.5v-9a.5.5 0 0 0-.5-.5H6v-.5a.5.5 0 0 0-.5-.5h-3ZM1 3v8h12V3H1Z"})),video:o.createElement(o.Fragment,null,o.createElement("path",{d:"M2.5 10a.5.5 0 1 0 0-1 .5.5 0 0 0 0 1Z"}),o.createElement("path",{fillRule:"evenodd",d:"M0 4c0-1.1.9-2 2-2h6a2 2 0 0 1 2 2v.5l3.19-2.4a.5.5 0 0 1 .81.4v9a.5.5 0 0 1-.8.4L10 9.5v.5a2 2 0 0 1-2 2H2a2 2 0 0 1-2-2V4Zm9 0v1.5a.5.5 0 0 0 .8.4L13 3.5v7L9.8 8.1a.5.5 0 0 0-.8.4V10a1 1 0 0 1-1 1H2a1 1 0 0 1-1-1V4a1 1 0 0 1 1-1h6a1 1 0 0 1 1 1Z"})),speaker:o.createElement(o.Fragment,null,o.createElement("path",{fillRule:"evenodd",d:"M1 4.50004V9.50004C1 9.77618 1.22386 10 1.5 10H4L7.17075 12.7744C7.49404 13.0573 8 12.8277 8 12.3982V1.60192C8 1.17235 7.49404 0.942757 7.17075 1.22564L4 4.00004H1.5C1.22386 4.00004 1 4.2239 1 4.50004ZM4 9.00004V5.00004H2V9.00004H4ZM4.99804 9.54456C4.99934 9.52989 5 9.51505 5 9.50004V4.50004C5 4.48504 4.99934 4.47019 4.99804 4.45552L7 2.70381V11.2963L4.99804 9.54456Z"}),o.createElement("path",{d:"M10.1498 1.75202C9.88637 1.66927 9.60572 1.81577 9.52297 2.07922C9.44023 2.34267 9.58672 2.62332 9.85017 2.70607C11.6763 3.27963 13 4.98596 13 7.00014C13 9.01433 11.6763 10.7207 9.85017 11.2942C9.58672 11.377 9.44023 11.6576 9.52297 11.9211C9.60572 12.1845 9.88637 12.331 10.1498 12.2483C12.3808 11.5476 14 9.4636 14 7.00014C14 4.53669 12.3808 2.45272 10.1498 1.75202Z"}),o.createElement("path",{d:"M10.2504 3.96861C10.0113 3.83033 9.70547 3.91201 9.5672 4.15105C9.42893 4.39008 9.51061 4.69594 9.74964 4.83421C10.4982 5.26723 11 6.07534 11 7.00006C11 7.92479 10.4982 8.7329 9.74964 9.16591C9.51061 9.30418 9.42893 9.61005 9.5672 9.84908C9.70547 10.0881 10.0113 10.1698 10.2504 10.0315C11.2952 9.42711 12 8.29619 12 7.00006C12 5.70394 11.2952 4.57302 10.2504 3.96861Z"})),play:o.createElement(o.Fragment,null,o.createElement("path",{d:"m12.81 7.43-9.05 5.6A.5.5 0 0 1 3 12.6V1.4c0-.4.43-.63.76-.43l9.05 5.6a.5.5 0 0 1 0 .86Z"})),playback:o.createElement(o.Fragment,null,o.createElement("path",{d:"M11.24 12.04 3.7 7.42a.5.5 0 0 1-.2-.23v4.05a.75.75 0 0 1-1.5 0v-8.5a.75.75 0 0 1 1.5 0V6.8a.5.5 0 0 1 .2-.23l7.54-4.6a.5.5 0 0 1 .76.42v9.22a.5.5 0 0 1-.76.43Z"})),playnext:o.createElement(o.Fragment,null,o.createElement("path",{d:"m2.76 12.04 7.54-4.61a.5.5 0 0 0 .2-.23v4.05a.75.75 0 0 0 1.5 0v-8.5a.75.75 0 0 0-1.5 0V6.8a.5.5 0 0 0-.2-.23l-7.54-4.6a.5.5 0 0 0-.76.42v9.22c0 .39.43.63.76.43Z"})),rewind:o.createElement(o.Fragment,null,o.createElement("path",{d:"M9 2.42v2.32L13.23 2a.5.5 0 0 1 .77.42v9.16a.5.5 0 0 1-.77.42L9 9.26v2.32a.5.5 0 0 1-.77.42L1.5 7.65v3.6a.75.75 0 0 1-1.5 0v-8.5a.75.75 0 0 1 1.5 0v3.6L8.23 2a.5.5 0 0 1 .77.42Z"})),fastforward:o.createElement(o.Fragment,null,o.createElement("path",{d:"M5 2.42v2.32L.77 2a.5.5 0 0 0-.77.42v9.16c0 .4.44.64.77.42L5 9.26v2.32c0 .4.44.64.77.42l6.73-4.35v3.6a.75.75 0 0 0 1.5 0v-8.5a.75.75 0 0 0-1.5 0v3.6L5.77 2a.5.5 0 0 0-.77.42Z"})),stopalt:o.createElement(o.Fragment,null,o.createElement("path",{d:"M1 1.5c0-.27.22-.5.5-.5h11c.28 0 .5.23.5.5v11a.5.5 0 0 1-.5.5h-11a.5.5 0 0 1-.5-.5v-11Z"})),sidebyside:o.createElement(o.Fragment,null,o.createElement("path",{fillRule:"evenodd",d:"M1 1.5c0-.27.22-.5.5-.5h11c.28 0 .5.23.5.5v11a.5.5 0 0 1-.5.5h-11a.5.5 0 0 1-.5-.5v-11ZM2 12V2h5v10H2Z"})),stacked:o.createElement(o.Fragment,null,o.createElement("path",{fillRule:"evenodd",d:"M12.5 1c.28 0 .5.23.5.5v11a.5.5 0 0 1-.5.5h-11a.5.5 0 0 1-.5-.5v-11c0-.27.22-.5.5-.5h11ZM2 2h10v5H2V2Z"})),sun:o.createElement(o.Fragment,null,o.createElement("path",{d:"M7.5.5a.5.5 0 0 0-1 0V2a.5.5 0 0 0 1 0V.5Z"}),o.createElement("path",{fillRule:"evenodd",d:"M7 10a3 3 0 1 0 0-6 3 3 0 0 0 0 6Zm0-1a2 2 0 1 0 0-4 2 2 0 0 0 0 4Z"}),o.createElement("path",{d:"M7 11.5c.28 0 .5.22.5.5v1.5a.5.5 0 0 1-1 0V12c0-.28.22-.5.5-.5ZM11.5 7c0-.28.22-.5.5-.5h1.5a.5.5 0 0 1 0 1H12a.5.5 0 0 1-.5-.5ZM.5 6.5a.5.5 0 0 0 0 1H2a.5.5 0 0 0 0-1H.5ZM3.82 10.18c.2.2.2.51 0 .7l-1.06 1.07a.5.5 0 1 1-.71-.7l1.06-1.07c.2-.2.51-.2.7 0ZM11.95 2.76a.5.5 0 1 0-.7-.71l-1.07 1.06a.5.5 0 1 0 .7.7l1.07-1.05ZM10.18 10.18c.2-.2.51-.2.7 0l1.07 1.06a.5.5 0 1 1-.7.71l-1.07-1.06a.5.5 0 0 1 0-.7ZM2.76 2.05a.5.5 0 1 0-.71.7l1.06 1.07a.5.5 0 0 0 .7-.7L2.77 2.04Z"})),moon:o.createElement(o.Fragment,null,o.createElement("path",{fillRule:"evenodd",d:"M7.78.04a7.03 7.03 0 0 0-4.28.9 7 7 0 1 0 9.87 8.96c.1-.21-.14-.41-.36-.32a4.98 4.98 0 0 1-2 .42A5 5 0 0 1 8.53.65c.2-.12.19-.44-.04-.49a7.04 7.04 0 0 0-.72-.12Zm-1.27.98a6 6 0 0 0 4.98 9.96 6 6 0 1 1-4.98-9.96Z"})),book:o.createElement(o.Fragment,null,o.createElement("path",{fillRule:"evenodd",d:"M13 2a2 2 0 0 0-2-2H1.5a.5.5 0 0 0-.5.5v13c0 .28.22.5.5.5H11a2 2 0 0 0 2-2V2ZM3 13h8a1 1 0 0 0 1-1V2a1 1 0 0 0-1-1H7v6a.5.5 0 0 1-.86.36L5.5 6.7l-.65.65A.5.5 0 0 1 4 7V1H3v12ZM5 1v4.8l.15-.15a.5.5 0 0 1 .74.04l.11.1V1H5Z"})),document:o.createElement(o.Fragment,null,o.createElement("path",{d:"M4 5.5c0-.28.22-.5.5-.5h5a.5.5 0 0 1 0 1h-5a.5.5 0 0 1-.5-.5ZM4.5 7.5a.5.5 0 0 0 0 1h5a.5.5 0 0 0 0-1h-5ZM4 10.5c0-.28.22-.5.5-.5h5a.5.5 0 0 1 0 1h-5a.5.5 0 0 1-.5-.5Z"}),o.createElement("path",{fillRule:"evenodd",d:"M1.5 0a.5.5 0 0 0-.5.5v13c0 .28.22.5.5.5h11a.5.5 0 0 0 .5-.5V3.2a.5.5 0 0 0-.15-.35l-2.7-2.7A.5.5 0 0 0 9.79 0H1.5ZM2 1h7.5v2c0 .28.22.5.5.5h2V13H2V1Z"})),copy:o.createElement(o.Fragment,null,o.createElement("path",{fillRule:"evenodd",d:"M11.75.07A.5.5 0 0 0 11.5 0h-6a.5.5 0 0 0-.5.5V3H.5a.5.5 0 0 0-.5.5v10c0 .28.22.5.5.5h8a.5.5 0 0 0 .5-.5V11h4.5a.5.5 0 0 0 .5-.5V2.51a.5.5 0 0 0-.15-.36l-2-2a.5.5 0 0 0-.1-.08ZM9 10h4V3h-1.5a.5.5 0 0 1-.5-.5V1H6v2h.5a.5.5 0 0 1 .36.15l1.99 2c.1.09.15.21.15.35v4.51ZM1 4v9h7V6H6.5a.5.5 0 0 1-.5-.5V4H1Z"})),category:o.createElement(o.Fragment,null,o.createElement("path",{d:"M3 1.5c0-.28.22-.5.5-.5h7a.5.5 0 0 1 0 1h-7a.5.5 0 0 1-.5-.5Zm-1 2c0-.27.22-.5.5-.5h9a.5.5 0 0 1 0 1h-9a.5.5 0 0 1-.5-.5Z"}),o.createElement("path",{fillRule:"evenodd",d:"M1 5.5c0-.28.22-.5.5-.5h11c.28 0 .5.22.5.5v7a.5.5 0 0 1-.5.5h-11a.5.5 0 0 1-.5-.5v-7ZM2 12V6h10v6H2Z"})),folder:o.createElement(o.Fragment,null,o.createElement("path",{fillRule:"evenodd",d:"M6.59 3.5 5.09 2H1v9h12V3.5H6.59Zm.41-1L5.8 1.3a1 1 0 0 0-.71-.3H.5a.5.5 0 0 0-.5.5v10c0 .28.22.5.5.5h13a.5.5 0 0 0 .5-.5V3a.5.5 0 0 0-.5-.5H7Z"})),print:o.createElement(o.Fragment,null,o.createElement("path",{d:"M4.5 8a.5.5 0 1 0 0 1h5a.5.5 0 0 0 0-1h-5Zm0 2a.5.5 0 0 0 0 1h5a.5.5 0 0 0 0-1h-5Z"}),o.createElement("path",{fillRule:"evenodd",d:"M2 1.5c0-.27.22-.5.5-.5h8a.5.5 0 0 1 .36.15l.99 1c.1.09.15.21.15.35v1.51h1.5c.28 0 .5.22.5.5v5a.5.5 0 0 1-.5.5H12v2.5a.5.5 0 0 1-.5.5h-9a.5.5 0 0 1-.5-.5V10H.5a.5.5 0 0 1-.5-.5v-5c0-.28.22-.5.5-.5H2V1.5ZM13 9h-1V6.5a.5.5 0 0 0-.5-.5h-9a.5.5 0 0 0-.5.5V9H1V5h12v4Zm-2-6v1H3V2h7v.5c0 .28.22.5.5.5h.5Zm-8 9h8V7H3v5Z"})),graphline:o.createElement(o.Fragment,null,o.createElement("path",{d:"M5.15 6.15c.2-.2.5-.2.7 0L7 7.3l2.15-2.15c.2-.2.5-.2.7 0l1 1a.5.5 0 0 1-.7.7l-.65-.64-2.15 2.15a.5.5 0 0 1-.7 0L5.5 7.2 3.85 8.86a.5.5 0 1 1-.7-.71l2-2Z"}),o.createElement("path",{fillRule:"evenodd",d:"M1.5 1a.5.5 0 0 0-.5.5v11c0 .28.22.5.5.5h11a.5.5 0 0 0 .5-.5v-11a.5.5 0 0 0-.5-.5h-11ZM2 2v10h10V2H2Z"})),calendar:o.createElement(o.Fragment,null,o.createElement("path",{fillRule:"evenodd",d:"M3.5 0c.28 0 .5.22.5.5V1h6V.5a.5.5 0 0 1 1 0V1h1.5c.28 0 .5.22.5.5v11a.5.5 0 0 1-.5.5h-11a.5.5 0 0 1-.5-.5v-11c0-.28.22-.5.5-.5H3V.5c0-.28.22-.5.5-.5ZM2 4v2.3h3V4H2Zm0 5.2V6.8h3v2.4H2Zm0 .5V12h3V9.7H2Zm3.5 0V12h3V9.7h-3Zm3.5 0V12h3V9.7H9Zm3-.5H9V6.8h3v2.4Zm-3.5 0h-3V6.8h3v2.4ZM9 4v2.3h3V4H9ZM5.5 6.3h3V4h-3v2.3Z"})),graphbar:o.createElement(o.Fragment,null,o.createElement("path",{d:"M12 2.5a.5.5 0 0 0-1 0v10a.5.5 0 0 0 1 0v-10Zm-3 2a.5.5 0 0 0-1 0v8a.5.5 0 0 0 1 0v-8ZM5.5 7c.28 0 .5.22.5.5v5a.5.5 0 0 1-1 0v-5c0-.28.22-.5.5-.5ZM3 10.5a.5.5 0 0 0-1 0v2a.5.5 0 0 0 1 0v-2Z"})),menu:o.createElement(o.Fragment,null,o.createElement("path",{d:"M13 2a.5.5 0 0 1 0 1H1a.5.5 0 0 1 0-1h12Zm-3 3a.5.5 0 0 1 0 1H1a.5.5 0 0 1 0-1h9Zm1.5 3.5A.5.5 0 0 0 11 8H1a.5.5 0 0 0 0 1h10a.5.5 0 0 0 .5-.5Zm-4 2.5a.5.5 0 0 1 0 1H1a.5.5 0 0 1 0-1h6.5Z"})),menualt:o.createElement(o.Fragment,null,o.createElement("path",{d:"M1 2a.5.5 0 0 0 0 1h12a.5.5 0 0 0 0-1H1Zm3 3a.5.5 0 0 0 0 1h9a.5.5 0 0 0 0-1H4ZM2.5 8.5c0-.28.22-.5.5-.5h10a.5.5 0 0 1 0 1H3a.5.5 0 0 1-.5-.5Zm4 2.5a.5.5 0 0 0 0 1H13a.5.5 0 0 0 0-1H6.5Z"})),filter:o.createElement(o.Fragment,null,o.createElement("path",{d:"M1 2a.5.5 0 0 0 0 1h12a.5.5 0 0 0 0-1H1Zm2 3a.5.5 0 0 0 0 1h8a.5.5 0 0 0 0-1H3Zm1.5 3.5c0-.28.22-.5.5-.5h4a.5.5 0 0 1 0 1H5a.5.5 0 0 1-.5-.5Zm2 2.5a.5.5 0 0 0 0 1h1a.5.5 0 0 0 0-1h-1Z"})),docchart:o.createElement(o.Fragment,null,o.createElement("path",{fillRule:"evenodd",d:"M1 1.5C1 1.22386 1.22386 1 1.5 1H12.5C12.7761 1 13 1.22386 13 1.5V12.5C13 12.7761 12.7761 13 12.5 13H1.5C1.22386 13 1 12.7761 1 12.5V1.5ZM2 4V6.2998H5V4H2ZM2 9.2002V6.7998H5V9.2002H2ZM2 9.7002V12H5V9.7002H2ZM5.5 9.7002V12H8.5V9.7002H5.5ZM9 9.7002V12H12V9.7002H9ZM12 9.2002H9V6.7998H12V9.2002ZM8.5 9.2002H5.5V6.7998H8.5V9.2002ZM9 6.2998H12V4H9V6.2998ZM5.5 6.2998H8.5V4H5.5V6.2998Z"})),doclist:o.createElement(o.Fragment,null,o.createElement("path",{d:"M3.5 6.5c0-.28.22-.5.5-.5h6a.5.5 0 0 1 0 1H4a.5.5 0 0 1-.5-.5ZM4 9a.5.5 0 0 0 0 1h6a.5.5 0 0 0 0-1H4Z"}),o.createElement("path",{fillRule:"evenodd",d:"M1 1.5c0-.28.22-.5.5-.5h11c.28 0 .5.22.5.5v11a.5.5 0 0 1-.5.5h-11a.5.5 0 0 1-.5-.5v-11ZM2 4v8h10V4H2Z"})),markup:o.createElement(o.Fragment,null,o.createElement("path",{d:"M8.98 1.63a.5.5 0 0 0-.96-.26l-3 11a.5.5 0 1 0 .96.26l3-11ZM3.32 3.62a.5.5 0 0 1 .06.7L1.15 7l2.23 2.68a.5.5 0 1 1-.76.64l-2.5-3a.5.5 0 0 1 0-.64l2.5-3a.5.5 0 0 1 .7-.06Zm7.36 0a.5.5 0 0 0-.06.7L12.85 7l-2.23 2.68a.5.5 0 0 0 .76.64l2.5-3a.5.5 0 0 0 0-.64l-2.5-3a.5.5 0 0 0-.7-.06Z"})),bold:o.createElement(o.Fragment,null,o.createElement("path",{fillRule:"evenodd",d:"M3 2v1.5h1v7H3V12h5a3 3 0 0 0 1.8-5.4A2.74 2.74 0 0 0 8 2H3Zm5 5.5H5.5v3H8a1.5 1.5 0 1 0 0-3Zm-.25-4H5.5V6h2.25a1.25 1.25 0 1 0 0-2.5Z"})),italic:o.createElement("path",{d:"M5 2h6v1H8.5l-2 8H9v1H3v-1h2.5l2-8H5V2Z"}),paperclip:o.createElement(o.Fragment,null,o.createElement("path",{d:"M10.55 2.27a1.5 1.5 0 0 0-2.12 0L2.78 7.92a2.5 2.5 0 0 0 3.53 3.54l3.54-3.54a.5.5 0 1 1 .7.71l-3.53 3.54a3.5 3.5 0 0 1-4.96-4.94v-.01l5.66-5.66h.01a2.5 2.5 0 0 1 3.53 3.53L5.6 10.76a1.5 1.5 0 0 1-2.12-2.12L7.02 5.1a.5.5 0 1 1 .7.7L4.2 9.34a.5.5 0 0 0 .7.7l5.66-5.65a1.5 1.5 0 0 0 0-2.12Z"})),listordered:o.createElement(o.Fragment,null,o.createElement("path",{d:"M5 2.5c0-.28.22-.5.5-.5h7a.5.5 0 0 1 0 1h-7a.5.5 0 0 1-.5-.5ZM5 7c0-.28.22-.5.5-.5h7a.5.5 0 0 1 0 1h-7A.5.5 0 0 1 5 7Zm.5 4a.5.5 0 0 0 0 1h7a.5.5 0 0 0 0-1h-7Zm-3-9H1v1h1v3h1V2.5a.5.5 0 0 0-.5-.5ZM3 8.5v1a.5.5 0 0 1-1 0V9h-.5a.5.5 0 0 1 0-1h1c.28 0 .5.22.5.5Zm-1 2a.5.5 0 0 0-1 0V12h2v-1H2v-.5Z"})),listunordered:o.createElement(o.Fragment,null,o.createElement("path",{d:"M2.75 2.5a.75.75 0 1 1-1.5 0 .75.75 0 0 1 1.5 0ZM5.5 2a.5.5 0 0 0 0 1h7a.5.5 0 0 0 0-1h-7Zm0 9a.5.5 0 0 0 0 1h7a.5.5 0 0 0 0-1h-7ZM2 12.25a.75.75 0 1 0 0-1.5.75.75 0 0 0 0 1.5ZM5 7c0-.28.22-.5.5-.5h7a.5.5 0 0 1 0 1h-7A.5.5 0 0 1 5 7Zm-3 .75a.75.75 0 1 0 0-1.5.75.75 0 0 0 0 1.5Z"})),paragraph:o.createElement(o.Fragment,null,o.createElement("path",{d:"M6 7a3 3 0 1 1 0-6h5.5a.5.5 0 0 1 0 1H10v10.5a.5.5 0 0 1-1 0V2H7v10.5a.5.5 0 0 1-1 0V7Z"})),markdown:o.createElement(o.Fragment,null,o.createElement("path",{d:"M2 4.5h1.5L5 6.38 6.5 4.5H8v5H6.5V7L5 8.88 3.5 7v2.5H2v-5Zm7.75 0h1.5V7h1.25l-2 2.5-2-2.5h1.25V4.5Z"}),o.createElement("path",{fillRule:"evenodd",d:"M.5 2a.5.5 0 0 0-.5.5v9c0 .28.22.5.5.5h13a.5.5 0 0 0 .5-.5v-9a.5.5 0 0 0-.5-.5H.5ZM1 3v8h12V3H1Z"})),repository:o.createElement(o.Fragment,null,o.createElement("path",{d:"M5 2.5C5 2.77614 4.77614 3 4.5 3C4.22386 3 4 2.77614 4 2.5C4 2.22386 4.22386 2 4.5 2C4.77614 2 5 2.22386 5 2.5Z"}),o.createElement("path",{d:"M4.5 5C4.77614 5 5 4.77614 5 4.5C5 4.22386 4.77614 4 4.5 4C4.22386 4 4 4.22386 4 4.5C4 4.77614 4.22386 5 4.5 5Z"}),o.createElement("path",{d:"M5 6.5C5 6.77614 4.77614 7 4.5 7C4.22386 7 4 6.77614 4 6.5C4 6.22386 4.22386 6 4.5 6C4.77614 6 5 6.22386 5 6.5Z"}),o.createElement("path",{fillRule:"evenodd",d:"M11 0C12.1046 0 13 0.895431 13 2V12C13 13.1046 12.1046 14 11 14H1.5C1.22386 14 1 13.7761 1 13.5V0.5C1 0.223857 1.22386 0 1.5 0H11ZM11 1H3V13H11C11.5523 13 12 12.5523 12 12V2C12 1.44772 11.5523 1 11 1Z"})),commit:o.createElement(o.Fragment,null,o.createElement("path",{fillRule:"evenodd",d:"M3.03 7.5a4 4 0 0 0 7.94 0h2.53a.5.5 0 0 0 0-1h-2.53a4 4 0 0 0-7.94 0H.5a.5.5 0 0 0 0 1h2.53ZM7 10a3 3 0 1 0 0-6 3 3 0 0 0 0 6Z"})),branch:o.createElement(o.Fragment,null,o.createElement("path",{fillRule:"evenodd",d:"M6 2.5c0 .65-.42 1.2-1 1.41v4.06A3.36 3.36 0 0 1 7.5 7a2.7 2.7 0 0 0 1.81-.56c.22-.18.38-.4.48-.62a1.5 1.5 0 1 1 1.03.15c-.16.42-.43.87-.86 1.24-.57.47-1.37.79-2.46.79-1.04 0-1.64.42-2 .92-.26.37-.4.8-.47 1.18A1.5 1.5 0 1 1 4 10.09V3.9a1.5 1.5 0 1 1 2-1.4Zm-2 9a.5.5 0 1 1 1 0 .5.5 0 0 1-1 0Zm1-9a.5.5 0 1 1-1 0 .5.5 0 0 1 1 0Zm6 2a.5.5 0 1 1-1 0 .5.5 0 0 1 1 0Z"})),pullrequest:o.createElement(o.Fragment,null,o.createElement("path",{fillRule:"evenodd",d:"M8.35 1.35 7.71 2h.79A2.5 2.5 0 0 1 11 4.5v5.59a1.5 1.5 0 1 1-1 0V4.5C10 3.67 9.33 3 8.5 3h-.8l.65.65a.5.5 0 1 1-.7.7l-1.5-1.5a.5.5 0 0 1 0-.7l1.5-1.5a.5.5 0 1 1 .7.7ZM11 11.5a.5.5 0 1 1-1 0 .5.5 0 0 1 1 0ZM4 3.91a1.5 1.5 0 1 0-1 0v6.18a1.5 1.5 0 1 0 1 0V3.9ZM3.5 11a.5.5 0 1 0 0 1 .5.5 0 0 0 0-1Zm0-8a.5.5 0 1 0 0-1 .5.5 0 0 0 0 1Z"})),merge:o.createElement(o.Fragment,null,o.createElement("path",{fillRule:"evenodd",d:"M4.1 3.87a1.5 1.5 0 1 0-1.1.04v6.18a1.5 1.5 0 1 0 1 0V6.4c.26.4.57.77.93 1.08A6.57 6.57 0 0 0 9.08 9a1.5 1.5 0 1 0 0-1 5.57 5.57 0 0 1-3.5-1.25 4.74 4.74 0 0 1-1.47-2.87ZM3.5 11a.5.5 0 1 0 0 1 .5.5 0 0 0 0-1ZM4 2.5a.5.5 0 1 1-1 0 .5.5 0 0 1 1 0Zm7 6a.5.5 0 1 1-1 0 .5.5 0 0 1 1 0Z"})),apple:o.createElement(o.Fragment,null,o.createElement("path",{d:"M11.03 8.1a3.05 3.05 0 0 1-.2-1.74 2.7 2.7 0 0 1 1.4-1.94 3.13 3.13 0 0 0-2.35-1.4c-.84-.08-2.01.56-2.65.57h-.02c-.63 0-1.81-.65-2.64-.57-.42.04-1.75.32-2.55 1.6-.28.44-.5 1.01-.58 1.74a6.36 6.36 0 0 0 .02 1.74 7.5 7.5 0 0 0 1.35 3.33c.7 1.01 1.51 1.6 1.97 1.6.93.02 1.74-.6 2.41-.6l.02.01h.04c.67-.02 1.48.61 2.42.6.45-.02 1.26-.6 1.97-1.6a7.95 7.95 0 0 0 .97-1.86 2.6 2.6 0 0 1-1.58-1.48ZM8.86 2.13c.72-.85.7-2.07.63-2.12-.07-.06-1.25.16-1.99.98a2.78 2.78 0 0 0-.62 2.13c.06.05 1.27-.14 1.98-.99Z"})),linux:o.createElement(o.Fragment,null,o.createElement("path",{fillRule:"evenodd",d:"M7 0a3 3 0 0 1 3 3v1.24c.13.13.25.27.36.42l.52.43.2.15c.32.26.7.59 1.09.97A6.28 6.28 0 0 1 14 9.54a.5.5 0 0 1-.35.44c-.31.1-.8.18-1.34.13-.33-.03-.7-.12-1.05-.3-.04.17-.1.34-.17.51a2 2 0 1 1-2.89 2.56 5.5 5.5 0 0 1-2.4 0 2 2 0 1 1-2.9-2.56 5.56 5.56 0 0 1-.16-.51c-.35.18-.72.27-1.05.3a3.4 3.4 0 0 1-1.34-.13.5.5 0 0 1-.35-.44l.01-.14a6.28 6.28 0 0 1 1.82-3.2 13.42 13.42 0 0 1 1.3-1.11c.22-.19.4-.32.5-.43.12-.15.24-.29.37-.42V3a3 3 0 0 1 3-3Zm1 11.9a2 2 0 0 1 2.14-1.9 5.5 5.5 0 0 0 .36-2c0-.51-.1-1.07-.3-1.6l-.03-.02a4.4 4.4 0 0 0-.86-.42 6.71 6.71 0 0 0-1-.31l-.86.64c-.27.2-.63.2-.9 0l-.85-.64a6.72 6.72 0 0 0-1.87.73l-.03.02A4.6 4.6 0 0 0 3.5 8c0 .68.11 1.39.36 2H4a2 2 0 0 1 2 1.9 4.49 4.49 0 0 0 2 0ZM5 12a1 1 0 1 1-2 0 1 1 0 0 1 2 0Zm6 0a1 1 0 1 1-2 0 1 1 0 0 1 2 0ZM6.1 4.3a1.5 1.5 0 0 1 1.8 0l.27.2L7 5.38 5.83 4.5l.27-.2ZM8.5 2c.28 0 .5.22.5.5V3a.5.5 0 0 1-1 0v-.5c0-.28.22-.5.5-.5ZM6 2.5a.5.5 0 0 0-1 0V3a.5.5 0 0 0 1 0v-.5Z"})),ubuntu:o.createElement(o.Fragment,null,o.createElement("path",{d:"M12.26 2.07c0 1.14-.89 2.06-1.99 2.06s-1.99-.92-1.99-2.06c0-1.14.9-2.07 2-2.07s1.98.93 1.98 2.07ZM3.98 6.6c0 1.14-.9 2.07-2 2.07C.9 8.67 0 7.74 0 6.6c0-1.14.9-2.07 1.99-2.07 1.1 0 1.99.93 1.99 2.07ZM6.47 11.92a4.76 4.76 0 0 1-3.3-2.62c-.53.25-1.12.33-1.7.22a6.72 6.72 0 0 0 1.84 2.63 6.38 6.38 0 0 0 4.24 1.58c-.37-.5-.57-1.1-.59-1.73a4.77 4.77 0 0 1-.49-.08ZM11.81 11.93c0 1.14-.89 2.07-1.99 2.07s-1.98-.93-1.98-2.07c0-1.14.89-2.06 1.98-2.06 1.1 0 2 .92 2 2.06ZM12.6 11.17a6.93 6.93 0 0 0 .32-7.93A2.95 2.95 0 0 1 11.8 4.6a5.23 5.23 0 0 1-.16 5.03c.47.4.8.94.95 1.54ZM1.99 3.63h-.15A6.48 6.48 0 0 1 8 .24a3.07 3.07 0 0 0-.6 1.68 4.7 4.7 0 0 0-3.9 2.17c-.46-.3-.98-.45-1.51-.45Z"})),windows:o.createElement(o.Fragment,null,o.createElement("path",{d:"M6.5 1H1v5.5h5.5V1ZM13 1H7.5v5.5H13V1ZM7.5 7.5H13V13H7.5V7.5ZM6.5 7.5H1V13h5.5V7.5Z"})),storybook:o.createElement(o.Fragment,null,o.createElement("path",{d:"M2.04.62a.7.7 0 0 0-.66.72l.44 11.56c.01.37.3.66.67.68l9.4.42h.02a.7.7 0 0 0 .7-.7V.66a.7.7 0 0 0-.74-.66l-.77.05.05 1.62a.1.1 0 0 1-.17.08l-.52-.4-.61.46a.1.1 0 0 1-.17-.09L9.75.13l-7.7.49Zm8 4.74c-.24.2-2.09.33-2.09.05.04-1.04-.43-1.09-.69-1.09-.24 0-.66.08-.66.64 0 .57.6.89 1.32 1.27 1.02.53 2.24 1.18 2.24 2.82 0 1.57-1.27 2.43-2.9 2.43-1.67 0-3.14-.68-2.97-3.03.06-.27 2.2-.2 2.2 0-.03.97.19 1.26.75 1.26.43 0 .62-.24.62-.64 0-.6-.63-.95-1.36-1.36-.99-.56-2.15-1.2-2.15-2.7 0-1.5 1.03-2.5 2.86-2.5 1.83 0 2.84.99 2.84 2.85Z"})),azuredevops:o.createElement(o.Fragment,null,o.createElement("path",{d:"m0 5.18 1.31-1.73 4.9-2V.01l4.3 3.15-8.78 1.7v4.8L0 9.16V5.18Zm14-2.6v8.55l-3.36 2.86-5.42-1.79V14L1.73 9.66l8.78 1.05V3.16L14 2.58Z"})),bitbucket:o.createElement(o.Fragment,null,o.createElement("path",{d:"M1 1.52A.41.41 0 0 0 .59 2l1.74 10.6c.05.26.28.46.55.46h8.37c.2 0 .38-.14.42-.34l1.01-6.25H8.81l-.46 2.71H5.68L4.95 5.4h7.91L13.4 2a.41.41 0 0 0-.41-.48H1Z"})),chrome:o.createElement(o.Fragment,null,o.createElement("path",{fillRule:"evenodd",d:"M13.02 3.43a.11.11 0 0 1-.1.17H7a3.4 3.4 0 0 0-3.3 2.55.11.11 0 0 1-.21.03L1.52 2.76a.11.11 0 0 1 0-.12 6.97 6.97 0 0 1 9-1.7c1.03.6 1.9 1.47 2.5 2.5ZM7 9.62a2.62 2.62 0 1 1 0-5.24 2.62 2.62 0 0 1 0 5.24Zm1.03.7a.11.11 0 0 0-.12-.04 3.4 3.4 0 0 1-4-1.84L1.1 3.57a.11.11 0 0 0-.2 0 7 7 0 0 0 5.07 10.35c.04 0 .08-.02.1-.05l1.97-3.42a.11.11 0 0 0 0-.13Zm1.43-5.95h3.95c.05 0 .1.03.1.07a6.97 6.97 0 0 1-1.53 7.48A6.96 6.96 0 0 1 7.08 14a.11.11 0 0 1-.1-.17l2.81-4.88h.01a3.38 3.38 0 0 0-.42-4.38.11.11 0 0 1 .08-.2Z"})),chromatic:o.createElement(o.Fragment,null,o.createElement("path",{fillRule:"evenodd",d:"M0 7a7 7 0 1 0 14 0A7 7 0 0 0 0 7Zm5.22-3.87a1.97 1.97 0 0 1 3.75.83v1.29L5.61 3.32a2.49 2.49 0 0 0-.4-.19ZM8.7 5.71 5.35 3.78a1.97 1.97 0 0 0-2.6 2.83c.12-.1.24-.18.37-.26l1.51-.87a.27.27 0 0 1 .27 0L7 6.69l1.7-.98Zm-.32 4.97-1.52-.87a.27.27 0 0 1-.13-.23V7.15l-1.7-.97v3.86a1.97 1.97 0 0 0 3.75.83 2.5 2.5 0 0 1-.4-.19Zm.26-.46a1.97 1.97 0 0 0 2.6-2.83c-.11.1-.23.18-.36.26L7.53 9.58l1.11.64Zm-4.1.26h-.17a1.97 1.97 0 0 1-1.9-2.47 2 2 0 0 1 .92-1.2l1.11-.63v3.86c0 .14.01.29.04.44Zm6.79-5.98a1.97 1.97 0 0 0-1.87-.97c.03.14.04.29.04.43v1.75c0 .1-.05.19-.14.23l-2.1 1.22V9.1l3.35-1.93a1.97 1.97 0 0 0 .72-2.68Z"})),componentdriven:o.createElement(o.Fragment,null,o.createElement("path",{d:"M10.85 2.18 8.87.2a.69.69 0 0 0-.97 0L3.09 5.01a.69.69 0 0 0 0 .97l2.46 2.46-2.4 2.4a.69.69 0 0 0 0 .98l1.98 1.98c.27.27.7.27.97 0l4.8-4.81a.69.69 0 0 0 0-.97L8.45 5.56l2.4-2.4a.69.69 0 0 0 0-.98Z"})),discord:o.createElement(o.Fragment,null,o.createElement("path",{d:"M11.85 2.88C10.95 2.48 10 2.18 9 2a7.05 7.05 0 0 0-.4.75 10.66 10.66 0 0 0-3.2 0c-.1-.23-.24-.5-.36-.73A.04.04 0 0 0 4.99 2a11.51 11.51 0 0 0-2.86.9 11.82 11.82 0 0 0-2.05 8 11.6 11.6 0 0 0 3.5 1.77c.01 0 .03 0 .04-.02.27-.36.51-.75.72-1.16a.04.04 0 0 0-.03-.06 7.66 7.66 0 0 1-1.09-.52.04.04 0 0 1 0-.08 5.96 5.96 0 0 0 .26-.17 8.28 8.28 0 0 0 7.08 0l.22.17c.02.02.02.06 0 .08-.36.2-.72.37-1.1.52a.04.04 0 0 0-.02.06c.2.4.45.8.71 1.16.01.02.03.02.05.02a11.57 11.57 0 0 0 3.52-1.8 11.74 11.74 0 0 0-2.09-7.99Zm-7.17 6.4c-.7 0-1.26-.63-1.26-1.41 0-.78.56-1.41 1.26-1.41s1.27.64 1.26 1.4c0 .79-.56 1.42-1.26 1.42Zm4.65 0c-.69 0-1.26-.63-1.26-1.41 0-.78.56-1.41 1.26-1.41s1.27.64 1.26 1.4c0 .79-.55 1.42-1.26 1.42Z"})),facebook:o.createElement(o.Fragment,null,o.createElement("path",{d:"M7.4 14H5.06V7H3.5V4.59h1.56V3.17C5.06 1.2 5.53 0 7.6 0h1.72v2.41H8.25c-.8 0-.85.34-.85.97v1.2h1.93L9.11 7H7.4l-.01 7Z"})),figma:o.createElement(o.Fragment,null,o.createElement("path",{fillRule:"evenodd",d:"M9.2 0H4.8a2.6 2.6 0 0 0-1.4 4.8 2.6 2.6 0 0 0 0 4.4 2.6 2.6 0 1 0 4 2.2V8.89a2.6 2.6 0 1 0 3.2-4.09A2.6 2.6 0 0 0 9.2 0ZM7.4 7A1.8 1.8 0 1 0 11 7a1.8 1.8 0 0 0-3.6 0Zm-.8 2.6H4.8a1.8 1.8 0 1 0 1.8 1.8V9.6ZM4.8 4.4h1.8V.8H4.8a1.8 1.8 0 0 0 0 3.59Zm0 .8a1.8 1.8 0 0 0 0 3.6h1.8V5.2H4.8Zm4.4-.8H7.4V.8h1.8a1.8 1.8 0 1 1 0 3.59Z"})),gdrive:o.createElement(o.Fragment,null,o.createElement("path",{d:"M6.37 8.77 4.33 12.3h6.75l2.04-3.54H6.38Zm6.18-1-3.5-6.08h-4.1l3.51 6.08h4.09ZM4.38 2.7.88 8.77l2.04 3.54 3.5-6.07L4.38 2.7Z"})),github:o.createElement(o.Fragment,null,o.createElement("path",{d:"M7 0a7 7 0 0 0-2.21 13.64c.35.06.48-.15.48-.33L5.26 12c-1.76.32-2.21-.43-2.35-.83-.08-.2-.43-.82-.72-.99-.25-.13-.6-.45-.01-.46.55 0 .94.5 1.07.72.63 1.06 1.64.76 2.04.58.07-.46.25-.77.45-.94-1.56-.18-3.19-.78-3.19-3.46 0-.76.28-1.39.72-1.88-.07-.17-.31-.9.07-1.85 0 0 .59-.19 1.93.71a6.5 6.5 0 0 1 3.5 0c1.34-.9 1.92-.71 1.92-.71.39.96.14 1.68.07 1.85.45.5.72 1.11.72 1.88 0 2.69-1.64 3.28-3.2 3.46.26.22.48.64.48 1.3l-.01 1.92c0 .18.13.4.48.33A7.01 7.01 0 0 0 7 0Z"})),gitlab:o.createElement(o.Fragment,null,o.createElement("path",{d:"M4.53 5.58H1.07l1.49-4.55a.26.26 0 0 1 .48 0l1.49 4.55ZM7 13.15 1.07 5.58l-.75 2.3a.5.5 0 0 0 .18.57l6.5 4.7Zm0 0 6.5-4.7a.5.5 0 0 0 .18-.57l-.75-2.3L7 13.15l2.47-7.57H4.53L7 13.15Zm2.47-7.57h3.46l-1.49-4.55a.26.26 0 0 0-.48 0L9.47 5.58Z"})),google:o.createElement(o.Fragment,null,o.createElement("path",{d:"M10.92 1.1H7.26c-1.64 0-3.19 1.24-3.19 2.68 0 1.47 1.12 2.66 2.8 2.66l.33-.01c-.1.2-.18.44-.18.68 0 .41.22.75.5 1.02h-.64c-2.03 0-3.6 1.3-3.6 2.64 0 1.32 1.72 2.15 3.75 2.15 2.32 0 3.6-1.31 3.6-2.64 0-1.06-.31-1.7-1.28-2.38-.33-.23-.96-.8-.96-1.14 0-.39.1-.58.7-1.04a2.46 2.46 0 0 0 1.03-1.92c0-.92-.4-1.82-1.18-2.11h1.17l.81-.6ZM9.6 10.04c.03.13.05.25.05.38 0 1.07-.7 1.9-2.67 1.9-1.4 0-2.42-.88-2.42-1.95 0-1.05 1.26-1.92 2.66-1.9a3 3 0 0 1 .92.14c.76.53 1.3.83 1.46 1.43ZM7.34 6.07c-.94-.03-1.84-1.06-2-2.3-.17-1.24.47-2.19 1.41-2.16.94.03 1.84 1.03 2 2.26.17 1.24-.47 2.23-1.41 2.2Z"})),graphql:o.createElement(o.Fragment,null,o.createElement("path",{d:"M7.87 11.6a1.17 1.17 0 0 0-1.7-.02l-2.71-1.56.01-.04h7.07l.02.07-2.69 1.56Zm-1.7-9.18.03.03-3.54 6.12h-.04V5.43a1.17 1.17 0 0 0 .84-1.46l2.7-1.56Zm4.38 1.56a1.17 1.17 0 0 0 .84 1.46v3.12l-.04.01-3.54-6.12c.02 0 .03-.02.04-.03l2.7 1.56ZM3.47 9.42a1.17 1.17 0 0 0-.32-.57l3.53-6.12a1.17 1.17 0 0 0 .65 0l3.54 6.12a1.17 1.17 0 0 0-.33.57H3.47Zm8.8-.74c-.1-.05-.21-.1-.32-.12V5.44a1.17 1.17 0 1 0-1.12-1.94l-2.7-1.56a1.17 1.17 0 1 0-2.24 0L3.19 3.5a1.17 1.17 0 1 0-1.13 1.94v3.12a1.17 1.17 0 1 0 1.12 1.94l2.7 1.56a1.17 1.17 0 1 0 2.24-.03l2.69-1.55a1.17 1.17 0 1 0 1.45-1.8Z"})),medium:o.createElement(o.Fragment,null,o.createElement("path",{d:"M0 0v14h14V0H0Zm11.63 3.32-.75.72a.22.22 0 0 0-.08.2v5.33c0 .07.03.14.08.18l.73.72v.16H7.92v-.16l.76-.74c.08-.07.08-.1.08-.21V5.24l-2.11 5.37h-.29L3.9 5.24v3.67c0 .13.05.25.14.34l.99 1.2v.16h-2.8v-.16l.98-1.2a.48.48 0 0 0 .13-.41V4.65c0-.11-.04-.2-.12-.27l-.88-1.06v-.16h2.73l2.1 4.62 1.86-4.62h2.6v.16Z"})),redux:o.createElement(o.Fragment,null,o.createElement("path",{d:"M4.06 9.69c.02.49.42.88.91.88H5a.91.91 0 0 0-.03-1.83h-.03c-.03 0-.08 0-.11.02a5.97 5.97 0 0 1-.85-3.62c.06-.98.39-1.82.96-2.52.47-.6 1.39-.9 2-.92 1.73-.03 2.47 2.12 2.51 2.99.22.04.57.16.82.24-.2-2.64-1.83-4-3.4-4-1.46 0-2.81 1.05-3.35 2.61a6.67 6.67 0 0 0 .65 5.68.74.74 0 0 0-.11.47Zm8.28-2.3a6.62 6.62 0 0 0-5.15-2.25h-.26a.9.9 0 0 0-.8-.49H6.1a.91.91 0 0 0 .03 1.83h.03a.92.92 0 0 0 .8-.56h.3c1.23 0 2.4.36 3.47 1.06.81.54 1.4 1.24 1.72 2.09.28.68.26 1.35-.03 1.92a2.4 2.4 0 0 1-2.23 1.34c-.65 0-1.27-.2-1.6-.34-.18.16-.5.42-.73.58.7.33 1.41.5 2.1.5 1.56 0 2.72-.85 3.16-1.72.47-.94.44-2.57-.78-3.96ZM4.9 12.9a4 4 0 0 1-.98.11c-1.2 0-2.3-.5-2.84-1.32C.38 10.6.13 8.3 2.5 6.58c.05.26.15.62.22.83-.31.23-.8.68-1.11 1.3a2.4 2.4 0 0 0 .13 2.53c.36.54.93.86 1.66.96.9.11 1.8-.05 2.66-.5a5.83 5.83 0 0 0 2.67-2.56.91.91 0 0 1 .62-1.55h.03a.92.92 0 0 1 .1 1.82 6.26 6.26 0 0 1-4.56 3.49Z"})),twitter:o.createElement(o.Fragment,null,o.createElement("path",{d:"M14 2.55c-.51.23-1.07.39-1.65.46.6-.36 1.05-.94 1.26-1.63-.55.34-1.17.58-1.82.72a2.84 2.84 0 0 0-2.1-.93 2.9 2.9 0 0 0-2.8 3.61 8.09 8.09 0 0 1-5.9-3.07 2.99 2.99 0 0 0 .88 3.93 2.8 2.8 0 0 1-1.3-.37v.04c0 1.42 1 2.61 2.3 2.89a2.82 2.82 0 0 1-1.3.05 2.89 2.89 0 0 0 2.7 2.04A5.67 5.67 0 0 1 0 11.51a7.98 7.98 0 0 0 4.4 1.32c5.29 0 8.17-4.48 8.17-8.38v-.38A5.93 5.93 0 0 0 14 2.55Z"})),youtube:o.createElement(o.Fragment,null,o.createElement("path",{d:"M13.99 8.17V5.83a14.95 14.95 0 0 0-.23-2.22c-.09-.38-.27-.7-.55-.96s-.6-.41-.97-.45A51.3 51.3 0 0 0 7 2c-2.34 0-4.09.07-5.24.2A1.78 1.78 0 0 0 .25 3.61 15.26 15.26 0 0 0 0 7v1.16a15.24 15.24 0 0 0 .24 2.22c.09.38.27.7.55.96.27.26.6.41.97.45 1.15.13 2.9.2 5.24.2 2.34 0 4.08-.06 5.24-.2.37-.04.7-.19.97-.45s.45-.58.54-.96a15.26 15.26 0 0 0 .24-2.22Zm-4.23-1.6c.16.1.24.24.24.43 0 .2-.08.33-.24.42l-4 2.5a.44.44 0 0 1-.26.08.54.54 0 0 1-.24-.06A.46.46 0 0 1 5 9.5v-5c0-.2.08-.34.26-.44.17-.1.34-.09.5.02l4 2.5Z"})),vscode:o.createElement(o.Fragment,null,o.createElement("path",{d:"M10.24.04c.13 0 .26.03.38.09L13.5 1.5a.87.87 0 0 1 .5.8v.03-.01 9.39c0 .33-.2.63-.5.78l-2.88 1.38a.87.87 0 0 1-1-.17l-5.5-5.03-2.4 1.83a.58.58 0 0 1-.75-.04l-.77-.7a.58.58 0 0 1 0-.86L2.27 7 .2 5.1a.58.58 0 0 1 0-.86l.77-.7c.21-.2.52-.2.75-.04l2.4 1.83L9.63.3a.87.87 0 0 1 .61-.26Zm.26 3.78L6.32 7l4.18 3.18V3.82Z"}))},hc=_.svg` + display: inline-block; + shape-rendering: inherit; + vertical-align: middle; + fill: currentColor; + + path { + fill: currentColor; + } +`,ve=({icon:e,useSymbol:t,...r})=>o.createElement(hc,{viewBox:"0 0 14 14",width:"14px",height:"14px",...r},t?o.createElement("use",{xlinkHref:`#icon--${e}`}):Pr[e]),Eg=b.memo(function({icons:e=Object.keys(Pr)}){return o.createElement(hc,{viewBox:"0 0 14 14",style:{position:"absolute",width:0,height:0},"data-chromatic":"ignore"},e.map(t=>o.createElement("symbol",{id:`icon--${t}`,key:t},Pr[t])))}),xg=0,wg=e=>e.button===xg&&!e.altKey&&!e.ctrlKey&&!e.metaKey&&!e.shiftKey,Ag=(e,t)=>{wg(e)&&(e.preventDefault(),t(e))},Sg=_.span(({withArrow:e})=>e?{"> svg:last-of-type":{height:"0.7em",width:"0.7em",marginRight:0,marginLeft:"0.25em",bottom:"auto",verticalAlign:"inherit"}}:{},({containsIcon:e})=>e?{svg:{height:"1em",width:"1em",verticalAlign:"middle",position:"relative",bottom:0,marginRight:0}}:{}),Cg=_.a(({theme:e})=>({display:"inline-block",transition:"all 150ms ease-out",textDecoration:"none",color:e.color.secondary,"&:hover, &:focus":{cursor:"pointer",color:Kt(.07,e.color.secondary),"svg path:not([fill])":{fill:Kt(.07,e.color.secondary)}},"&:active":{color:Kt(.1,e.color.secondary),"svg path:not([fill])":{fill:Kt(.1,e.color.secondary)}},svg:{display:"inline-block",height:"1em",width:"1em",verticalAlign:"text-top",position:"relative",bottom:"-0.125em",marginRight:"0.4em","& path":{fill:e.color.secondary}}}),({theme:e,secondary:t,tertiary:r})=>{let n;return t&&(n=[e.textMutedColor,e.color.dark,e.color.darker]),r&&(n=[e.color.dark,e.color.darkest,e.textMutedColor]),n?{color:n[0],"svg path:not([fill])":{fill:n[0]},"&:hover":{color:n[1],"svg path:not([fill])":{fill:n[1]}},"&:active":{color:n[2],"svg path:not([fill])":{fill:n[2]}}}:{}},({nochrome:e})=>e?{color:"inherit","&:hover, &:active":{color:"inherit",textDecoration:"underline"}}:{},({theme:e,inverse:t})=>t?{color:e.color.lightest,":not([fill])":{fill:e.color.lightest},"&:hover":{color:e.color.lighter,"svg path:not([fill])":{fill:e.color.lighter}},"&:active":{color:e.color.light,"svg path:not([fill])":{fill:e.color.light}}}:{},({isButton:e})=>e?{border:0,borderRadius:0,background:"none",padding:0,fontSize:"inherit"}:{}),wt=({cancel:e,children:t,onClick:r,withArrow:n,containsIcon:a,className:l,...i})=>o.createElement(Cg,{...i,onClick:r&&e?u=>Ag(u,r):r,className:l},o.createElement(Sg,{withArrow:n,containsIcon:a},t,n&&o.createElement(ve,{icon:"arrowright"})));wt.defaultProps={cancel:!0,className:void 0,style:void 0,onClick:void 0,withArrow:!1,containsIcon:!1};var kg=_.div(({theme:e})=>({fontSize:`${e.typography.size.s2}px`,lineHeight:"1.6",h1:{fontSize:`${e.typography.size.l1}px`,fontWeight:e.typography.weight.bold},h2:{fontSize:`${e.typography.size.m2}px`,borderBottom:`1px solid ${e.appBorderColor}`},h3:{fontSize:`${e.typography.size.m1}px`},h4:{fontSize:`${e.typography.size.s3}px`},h5:{fontSize:`${e.typography.size.s2}px`},h6:{fontSize:`${e.typography.size.s2}px`,color:e.color.dark},"pre:not(.prismjs)":{background:"transparent",border:"none",borderRadius:0,padding:0,margin:0},"pre pre, pre.prismjs":{padding:15,margin:0,whiteSpace:"pre-wrap",color:"inherit",fontSize:"13px",lineHeight:"19px"},"pre pre code, pre.prismjs code":{color:"inherit",fontSize:"inherit"},"pre code":{margin:0,padding:0,whiteSpace:"pre",border:"none",background:"transparent"},"pre code, pre tt":{backgroundColor:"transparent",border:"none"},"body > *:first-of-type":{marginTop:"0 !important"},"body > *:last-child":{marginBottom:"0 !important"},a:{color:e.color.secondary,textDecoration:"none"},"a.absent":{color:"#cc0000"},"a.anchor":{display:"block",paddingLeft:30,marginLeft:-30,cursor:"pointer",position:"absolute",top:0,left:0,bottom:0},"h1, h2, h3, h4, h5, h6":{margin:"20px 0 10px",padding:0,cursor:"text",position:"relative","&:first-of-type":{marginTop:0,paddingTop:0},"&:hover a.anchor":{textDecoration:"none"},"& tt, & code":{fontSize:"inherit"}},"h1:first-of-type + h2":{marginTop:0,paddingTop:0},"p, blockquote, ul, ol, dl, li, table, pre":{margin:"15px 0"},hr:{border:"0 none",borderTop:`1px solid ${e.appBorderColor}`,height:4,padding:0},"body > h1:first-of-type, body > h2:first-of-type, body > h3:first-of-type, body > h4:first-of-type, body > h5:first-of-type, body > h6:first-of-type":{marginTop:0,paddingTop:0},"body > h1:first-of-type + h2":{marginTop:0,paddingTop:0},"a:first-of-type h1, a:first-of-type h2, a:first-of-type h3, a:first-of-type h4, a:first-of-type h5, a:first-of-type h6":{marginTop:0,paddingTop:0},"h1 p, h2 p, h3 p, h4 p, h5 p, h6 p":{marginTop:0},"li p.first":{display:"inline-block"},"ul, ol":{paddingLeft:30,"& :first-of-type":{marginTop:0},"& :last-child":{marginBottom:0}},dl:{padding:0},"dl dt":{fontSize:"14px",fontWeight:"bold",fontStyle:"italic",margin:"0 0 15px",padding:"0 15px","&:first-of-type":{padding:0},"& > :first-of-type":{marginTop:0},"& > :last-child":{marginBottom:0}},blockquote:{borderLeft:`4px solid ${e.color.medium}`,padding:"0 15px",color:e.color.dark,"& > :first-of-type":{marginTop:0},"& > :last-child":{marginBottom:0}},table:{padding:0,borderCollapse:"collapse","& tr":{borderTop:`1px solid ${e.appBorderColor}`,backgroundColor:"white",margin:0,padding:0,"& th":{fontWeight:"bold",border:`1px solid ${e.appBorderColor}`,textAlign:"left",margin:0,padding:"6px 13px"},"& td":{border:`1px solid ${e.appBorderColor}`,textAlign:"left",margin:0,padding:"6px 13px"},"&:nth-of-type(2n)":{backgroundColor:e.color.lighter},"& th :first-of-type, & td :first-of-type":{marginTop:0},"& th :last-child, & td :last-child":{marginBottom:0}}},img:{maxWidth:"100%"},"span.frame":{display:"block",overflow:"hidden","& > span":{border:`1px solid ${e.color.medium}`,display:"block",float:"left",overflow:"hidden",margin:"13px 0 0",padding:7,width:"auto"},"& span img":{display:"block",float:"left"},"& span span":{clear:"both",color:e.color.darkest,display:"block",padding:"5px 0 0"}},"span.align-center":{display:"block",overflow:"hidden",clear:"both","& > span":{display:"block",overflow:"hidden",margin:"13px auto 0",textAlign:"center"},"& span img":{margin:"0 auto",textAlign:"center"}},"span.align-right":{display:"block",overflow:"hidden",clear:"both","& > span":{display:"block",overflow:"hidden",margin:"13px 0 0",textAlign:"right"},"& span img":{margin:0,textAlign:"right"}},"span.float-left":{display:"block",marginRight:13,overflow:"hidden",float:"left","& span":{margin:"13px 0 0"}},"span.float-right":{display:"block",marginLeft:13,overflow:"hidden",float:"right","& > span":{display:"block",overflow:"hidden",margin:"13px auto 0",textAlign:"right"}},"code, tt":{margin:"0 2px",padding:"0 5px",whiteSpace:"nowrap",border:`1px solid ${e.color.mediumlight}`,backgroundColor:e.color.lighter,borderRadius:3,color:e.base==="dark"&&e.color.darkest}})),It=[],lr=null,_g=b.lazy(async()=>{let{SyntaxHighlighter:e}=await jt(()=>import("./syntaxhighlighter-V7JZZA35-KAfgsYjk.js"),__vite__mapDeps([0,1,2,3,4,5,6,7]),import.meta.url);return It.length>0&&(It.forEach(t=>{e.registerLanguage(...t)}),It=[]),lr===null&&(lr=e),{default:t=>o.createElement(e,{...t})}}),Og=b.lazy(async()=>{let[{SyntaxHighlighter:e},{formatter:t}]=await Promise.all([jt(()=>import("./syntaxhighlighter-V7JZZA35-KAfgsYjk.js"),__vite__mapDeps([0,1,2,3,4,5,6,7]),import.meta.url),jt(()=>import("./formatter-SWP5E3XI-DadQx1Q4.js"),__vite__mapDeps([8,1,2,3,4,5,6,7]),import.meta.url)]);return It.length>0&&(It.forEach(r=>{e.registerLanguage(...r)}),It=[]),lr===null&&(lr=e),{default:r=>o.createElement(e,{...r,formatter:t})}}),Wn=e=>o.createElement(b.Suspense,{fallback:o.createElement("div",null)},e.format!==!1?o.createElement(Og,{...e}):o.createElement(_g,{...e}));Wn.registerLanguage=(...e)=>{if(lr!==null){lr.registerLanguage(...e);return}It.push(e)};var Tg=e=>typeof e=="number"?e:Number(e),Rg=_.div(({theme:e,col:t,row:r=1})=>t?{display:"inline-block",verticalAlign:"inherit","& > *":{marginLeft:t*e.layoutMargin,verticalAlign:"inherit"},[`& > *:first-child${Ja}`]:{marginLeft:0}}:{"& > *":{marginTop:r*e.layoutMargin},[`& > *:first-child${Ja}`]:{marginTop:0}},({theme:e,outer:t,col:r,row:n})=>{switch(!0){case!!(t&&r):return{marginLeft:t*e.layoutMargin,marginRight:t*e.layoutMargin};case!!(t&&n):return{marginTop:t*e.layoutMargin,marginBottom:t*e.layoutMargin};default:return{}}}),Fg=({col:e,row:t,outer:r,children:n,...a})=>{let l=Tg(typeof r=="number"||!r?r:e||t);return o.createElement(Rg,{col:e,row:t,outer:l,...a},n)},$g=_.div(({theme:e})=>({fontWeight:e.typography.weight.bold})),Dg=_.div(),Lg=_.div(({theme:e})=>({padding:30,textAlign:"center",color:e.color.defaultText,fontSize:e.typography.size.s2-1})),bc=({children:e,...t})=>{let[r,n]=b.Children.toArray(e);return o.createElement(Lg,{...t},o.createElement($g,null,r),n&&o.createElement(Dg,null,n))},Mg=_.div(({scale:e=1,elementHeight:t})=>({height:t||"auto",transformOrigin:"top left",transform:`scale(${1/e})`}));function Bg({scale:e,children:t}){let r=b.useRef(null),[n,a]=b.useState(0),l=b.useCallback(({height:i})=>{i&&a(i/e)},[e]);return b.useEffect(()=>{r.current&&a(r.current.getBoundingClientRect().height)},[e]),Wu({ref:r,onResize:l}),o.createElement(Mg,{scale:e,elementHeight:n},o.createElement("div",{ref:r,className:"innerZoomElementWrapper"},t))}var Ig=class extends b.Component{constructor(){super(...arguments),this.iframe=null}componentDidMount(){let{iFrameRef:e}=this.props;this.iframe=e.current}shouldComponentUpdate(e){let{scale:t,active:r}=this.props;return t!==e.scale&&this.setIframeInnerZoom(e.scale),r!==e.active&&this.iframe.setAttribute("data-is-storybook",e.active?"true":"false"),e.children.props.src!==this.props.children.props.src}setIframeInnerZoom(e){try{Object.assign(this.iframe.contentDocument.body.style,{width:`${e*100}%`,height:`${e*100}%`,transform:`scale(${1/e})`,transformOrigin:"top left"})}catch{this.setIframeZoom(e)}}setIframeZoom(e){Object.assign(this.iframe.style,{width:`${e*100}%`,height:`${e*100}%`,transform:`scale(${1/e})`,transformOrigin:"top left"})}render(){let{children:e}=this.props;return o.createElement(o.Fragment,null,e)}},yc={Element:Bg,IFrame:Ig},{document:Pg}=Mm,jg=_.strong(({theme:e})=>({color:e.color.orange})),Ng=_.strong(({theme:e})=>({color:e.color.ancillary,textDecoration:"underline"})),Ti=_.em(({theme:e})=>({color:e.textMutedColor})),Hg=/(Error): (.*)\n/,Zg=/at (?:(.*) )?\(?(.+)\)?/,Vg=/([^@]+)?(?:\/<)?@(.+)?/,zg=/([^@]+)?@(.+)?/,vc=({error:e})=>{if(!e)return o.createElement(b.Fragment,null,"This error has no stack or message");if(!e.stack)return o.createElement(b.Fragment,null,e.message||"This error has no stack or message");let t=e.stack.toString();t&&e.message&&!t.includes(e.message)&&(t=`Error: ${e.message} + +${t}`);let r=t.match(Hg);if(!r)return o.createElement(b.Fragment,null,t);let[,n,a]=r,l=t.split(/\n/).slice(1),[,...i]=l.map(u=>{let s=u.match(Zg)||u.match(Vg)||u.match(zg);return s?{name:(s[1]||"").replace("/<",""),location:s[2].replace(Pg.location.origin,"")}:null}).filter(Boolean);return o.createElement(b.Fragment,null,o.createElement("span",null,n),": ",o.createElement(jg,null,a),o.createElement("br",null),i.map((u,s)=>u.name?o.createElement(b.Fragment,{key:s}," ","at ",o.createElement(Ng,null,u.name)," (",o.createElement(Ti,null,u.location),")",o.createElement("br",null)):o.createElement(b.Fragment,{key:s}," ","at ",o.createElement(Ti,null,u.location),o.createElement("br",null))))},Ec=_.button(({small:e,theme:t})=>({border:0,borderRadius:"3em",cursor:"pointer",display:"inline-block",overflow:"hidden",padding:e?"8px 16px":"13px 20px",position:"relative",textAlign:"center",textDecoration:"none",transitionProperty:"background, box-shadow",transitionDuration:"150ms",transitionTimingFunction:"ease-out",verticalAlign:"top",whiteSpace:"nowrap",userSelect:"none",opacity:1,margin:0,background:"transparent",fontSize:`${e?t.typography.size.s1:t.typography.size.s2-1}px`,fontWeight:t.typography.weight.bold,lineHeight:"1",svg:{display:"inline-block",height:e?12:14,width:e?12:14,verticalAlign:"top",marginRight:e?4:6,marginTop:e?0:-1,marginBottom:e?0:-1,pointerEvents:"none",path:{fill:"currentColor"}}}),({disabled:e})=>e?{cursor:"not-allowed !important",opacity:.5,"&:hover":{transform:"none"}}:{},({containsIcon:e,small:t})=>e?{svg:{display:"block",margin:0},...t?{padding:10}:{padding:13}}:{},({theme:e,primary:t,secondary:r,gray:n})=>{let a;return n?a=e.color.mediumlight:r?a=e.color.secondary:t&&(a=e.color.primary),a?{background:a,color:n?e.color.darkest:e.color.lightest,"&:hover":{background:Kt(.05,a)},"&:active":{boxShadow:"rgba(0, 0, 0, 0.1) 0 0 0 3em inset"},"&:focus":{boxShadow:`${dt(a,1)} 0 1px 9px 2px`,outline:"none"},"&:focus:hover":{boxShadow:`${dt(a,.2)} 0 8px 18px 0px`}}:{}},({theme:e,tertiary:t,inForm:r,small:n})=>t?{background:e.button.background,color:e.input.color,boxShadow:`${e.button.border} 0 0 0 1px inset`,borderRadius:e.input.borderRadius,...r&&n?{padding:"10px 16px"}:{},"&:hover":{background:e.base==="light"?Kt(.02,e.button.background):sg(.03,e.button.background),...r?{}:{boxShadow:"rgba(0,0,0,.2) 0 2px 6px 0, rgba(0,0,0,.1) 0 0 0 1px inset"}},"&:active":{background:e.button.background},"&:focus":{boxShadow:`${dt(e.color.secondary,1)} 0 0 0 1px inset`,outline:"none"}}:{},({theme:e,outline:t})=>t?{boxShadow:`${Ee(.8,e.color.defaultText)} 0 0 0 1px inset`,color:Ee(.3,e.color.defaultText),background:"transparent","&:hover, &:focus":{boxShadow:`${Ee(.5,e.color.defaultText)} 0 0 0 1px inset`,outline:"none"},"&:active":{boxShadow:`${Ee(.5,e.color.defaultText)} 0 0 0 2px inset`,color:Ee(0,e.color.defaultText)}}:{},({theme:e,outline:t,primary:r})=>{let n=e.color.primary;return t&&r?{boxShadow:`${n} 0 0 0 1px inset`,color:n,"svg path:not([fill])":{fill:n},"&:hover":{boxShadow:`${n} 0 0 0 1px inset`,background:"transparent"},"&:active":{background:n,boxShadow:`${n} 0 0 0 1px inset`,color:e.color.tertiary},"&:focus":{boxShadow:`${n} 0 0 0 1px inset, ${dt(n,.4)} 0 1px 9px 2px`,outline:"none"},"&:focus:hover":{boxShadow:`${n} 0 0 0 1px inset, ${dt(n,.2)} 0 8px 18px 0px`}}:{}},({theme:e,outline:t,primary:r,secondary:n})=>{let a;return n?a=e.color.secondary:r&&(a=e.color.primary),t&&a?{boxShadow:`${a} 0 0 0 1px inset`,color:a,"svg path:not([fill])":{fill:a},"&:hover":{boxShadow:`${a} 0 0 0 1px inset`,background:"transparent"},"&:active":{background:a,boxShadow:`${a} 0 0 0 1px inset`,color:e.color.tertiary},"&:focus":{boxShadow:`${a} 0 0 0 1px inset, ${dt(a,.4)} 0 1px 9px 2px`,outline:"none"},"&:focus:hover":{boxShadow:`${a} 0 0 0 1px inset, ${dt(a,.2)} 0 8px 18px 0px`}}:{}}),qg=Ec.withComponent("a"),xc=Object.assign(b.forwardRef(function({isLink:e,children:t,...r},n){return e?o.createElement(qg,{...r,ref:n},t):o.createElement(Ec,{...r,ref:n},t)}),{defaultProps:{isLink:!1}}),Ug=_.label(({theme:e})=>({display:"flex",borderBottom:`1px solid ${e.appBorderColor}`,margin:"0 15px",padding:"8px 0","&:last-child":{marginBottom:"3rem"}})),Wg=_.span(({theme:e})=>({minWidth:100,fontWeight:e.typography.weight.bold,marginRight:15,display:"flex",justifyContent:"flex-start",alignItems:"center",lineHeight:"16px"})),wc=({label:e,children:t,...r})=>o.createElement(Ug,{...r},e?o.createElement(Wg,null,o.createElement("span",null,e)):null,t);wc.defaultProps={label:void 0};function po(){return po=Object.assign?Object.assign.bind():function(e){for(var t=1;t=0)&&(r[a]=e[a]);return r}var Ri=function(e,t){if(typeof e=="function"){e(t);return}e.current=t},Yg=function(e,t){var r=b.useRef();return b.useCallback(function(n){e.current=n,r.current&&Ri(r.current,null),r.current=t,t&&Ri(t,n)},[t])},Kg=Yg,Xg=function(){},Jg=["cacheMeasurements","maxRows","minRows","onChange","onHeightChange"],Qg=function(e,t){e.cacheMeasurements,e.maxRows,e.minRows;var r=e.onChange,n=r===void 0?Xg:r;e.onHeightChange;var a=Gg(e,Jg);a.value;var l=b.useRef(null),i=Kg(l,t);return b.useRef(0),b.useRef(),b.createElement("textarea",po({},a,{onChange:n,ref:i}))},eh=b.forwardRef(Qg),th={appearance:"none",border:"0 none",boxSizing:"inherit",display:" block",margin:" 0",background:"transparent",padding:0,fontSize:"inherit",position:"relative"},sl=({theme:e})=>({...th,transition:"box-shadow 200ms ease-out, opacity 200ms ease-out",color:e.input.color||"inherit",background:e.input.background,boxShadow:`${e.input.border} 0 0 0 1px inset`,borderRadius:e.input.borderRadius,fontSize:e.typography.size.s2-1,lineHeight:"20px",padding:"6px 10px",boxSizing:"border-box",height:32,'&[type="file"]':{height:"auto"},"&:focus":{boxShadow:`${e.color.secondary} 0 0 0 1px inset`,outline:"none"},"&[disabled]":{cursor:"not-allowed",opacity:.5},"&:-webkit-autofill":{WebkitBoxShadow:`0 0 0 3em ${e.color.lightest} inset`},"&::placeholder":{color:e.textMutedColor,opacity:1}}),Gn=({size:e})=>{switch(e){case"100%":return{width:"100%"};case"flex":return{flex:1};case"auto":default:return{display:"inline"}}},Ac=({align:e})=>{switch(e){case"end":return{textAlign:"right"};case"center":return{textAlign:"center"};case"start":default:return{textAlign:"left"}}},Yn=({valid:e,theme:t})=>{switch(e){case"valid":return{boxShadow:`${t.color.positive} 0 0 0 1px inset !important`};case"error":return{boxShadow:`${t.color.negative} 0 0 0 1px inset !important`};case"warn":return{boxShadow:`${t.color.warning} 0 0 0 1px inset`};case void 0:case null:default:return{}}},rh=Object.assign(_(b.forwardRef(function({size:e,valid:t,align:r,...n},a){return o.createElement("input",{...n,ref:a})}))(sl,Gn,Ac,Yn,{minHeight:32}),{displayName:"Input"}),nh=Object.assign(_(b.forwardRef(function({size:e,valid:t,align:r,...n},a){return o.createElement("select",{...n,ref:a})}))(sl,Gn,Yn,{height:32,userSelect:"none",paddingRight:20,appearance:"menulist"}),{displayName:"Select"}),ah=Object.assign(_(b.forwardRef(function({size:e,valid:t,align:r,...n},a){return o.createElement(eh,{...n,ref:a})}))(sl,Gn,Ac,Yn,({height:e=400})=>({overflow:"visible",maxHeight:e})),{displayName:"Textarea"}),oh=_(b.forwardRef(function({size:e,valid:t,align:r,...n},a){return o.createElement(xc,{...n,ref:a})}))(Gn,Yn,{userSelect:"none",overflow:"visible",zIndex:2,"&:hover":{transform:"none"}}),lh=Object.assign(b.forwardRef(function(e,t){return o.createElement(oh,{...e,tertiary:!0,small:!0,inForm:!0,ref:t})}),{displayName:"Button"}),Ne=Object.assign(_.form({boxSizing:"border-box",width:"100%"}),{Field:wc,Input:rh,Select:nh,Textarea:ah,Button:lh}),ih=b.lazy(()=>jt(()=>import("./WithTooltip-V3YHNWJZ-yrWlZXz1.js"),__vite__mapDeps([9,1,2,3,4,5,6,7]),import.meta.url).then(e=>({default:e.WithTooltip}))),sh=e=>o.createElement(b.Suspense,{fallback:o.createElement("div",null)},o.createElement(ih,{...e})),uh=b.lazy(()=>jt(()=>import("./WithTooltip-V3YHNWJZ-yrWlZXz1.js"),__vite__mapDeps([9,1,2,3,4,5,6,7]),import.meta.url).then(e=>({default:e.WithTooltipPure}))),Sc=e=>o.createElement(b.Suspense,{fallback:o.createElement("div",null)},o.createElement(uh,{...e})),ch=_.div(({theme:e})=>({fontWeight:e.typography.weight.bold})),dh=_.span(),ph=_.div(({theme:e})=>({marginTop:8,textAlign:"center","> *":{margin:"0 8px",fontWeight:e.typography.weight.bold}})),fh=_.div(({theme:e})=>({color:e.color.defaultText,lineHeight:"18px"})),mh=_.div({padding:15,width:280,boxSizing:"border-box"}),Cc=({title:e,desc:t,links:r})=>o.createElement(mh,null,o.createElement(fh,null,e&&o.createElement(ch,null,e),t&&o.createElement(dh,null,t)),r&&o.createElement(ph,null,r.map(({title:n,...a})=>o.createElement(wt,{...a,key:n},n))));Cc.defaultProps={title:null,desc:null,links:null};var gh=_.div(({theme:e})=>({padding:"2px 6px",lineHeight:"16px",fontSize:10,fontWeight:e.typography.weight.bold,color:e.color.lightest,boxShadow:"0 0 5px 0 rgba(0, 0, 0, 0.3)",borderRadius:4,whiteSpace:"nowrap",pointerEvents:"none",zIndex:-1,background:e.base==="light"?"rgba(60, 60, 60, 0.9)":"rgba(0, 0, 0, 0.95)",margin:6})),hh=({note:e,...t})=>o.createElement(gh,{...t},e),bh=_(({active:e,loading:t,disabled:r,...n})=>o.createElement("span",{...n}))(({theme:e})=>({color:e.color.defaultText,fontWeight:e.typography.weight.regular}),({active:e,theme:t})=>e?{color:t.color.secondary,fontWeight:t.typography.weight.bold}:{},({loading:e,theme:t})=>e?{display:"inline-block",flex:"none",...t.animation.inlineGlow}:{},({disabled:e,theme:t})=>e?{color:Ee(.7,t.color.defaultText)}:{}),yh=_.span({display:"flex","& svg":{height:12,width:12,margin:"3px 0",verticalAlign:"top"},"& path":{fill:"inherit"}}),vh=_.span({flex:1,textAlign:"left",display:"flex",flexDirection:"column"},({isIndented:e})=>e?{marginLeft:24}:{}),Eh=_.span(({theme:e})=>({fontSize:"11px",lineHeight:"14px"}),({active:e,theme:t})=>e?{color:t.color.secondary}:{},({theme:e,disabled:t})=>t?{color:e.textMutedColor}:{}),Fi=_.span(({active:e,theme:t})=>e?{"& svg":{opacity:1},"& svg path:not([fill])":{fill:t.color.secondary}}:{},()=>({display:"flex",maxWidth:14})),xh=_.a(({theme:e})=>({fontSize:e.typography.size.s1,transition:"all 150ms ease-out",color:e.color.dark,textDecoration:"none",cursor:"pointer",justifyContent:"space-between",lineHeight:"18px",padding:"7px 10px",display:"flex",alignItems:"center","& > * + *":{paddingLeft:10},"&:hover":{background:e.background.hoverable},"&:hover svg":{opacity:1}}),({disabled:e})=>e?{cursor:"not-allowed"}:{}),wh=Ht(100)((e,t,r)=>{let n={};return e&&Object.assign(n,{onClick:e}),t&&Object.assign(n,{href:t}),r&&t&&Object.assign(n,{to:t,as:r}),n}),kc=({loading:e,left:t,title:r,center:n,right:a,icon:l,active:i,disabled:u,isIndented:s,href:c,onClick:d,LinkWrapper:f,...m})=>{let p=wh(d,c,f),h={active:i,disabled:u},g=typeof l=="string"&&Pr[l];return o.createElement(xh,{...h,...m,...p},l?o.createElement(Fi,{...h},g?o.createElement(ve,{icon:l}):l):t&&o.createElement(Fi,{...h},t),r||n?o.createElement(vh,{isIndented:!t&&!l&&s},r&&o.createElement(bh,{...h,loading:e},r),n&&o.createElement(Eh,{...h},n)):null,a&&o.createElement(yh,{...h},a))};kc.defaultProps={loading:!1,left:null,title:o.createElement("span",null,"Loading state"),center:null,right:null,active:!1,disabled:!1,href:null,LinkWrapper:null,onClick:null};var ul=kc,Ah=_.div({minWidth:180,overflow:"hidden",overflowY:"auto",maxHeight:15.5*32},({theme:e})=>({borderRadius:e.appBorderRadius})),Sh=e=>{let{LinkWrapper:t,onClick:r,id:n,isIndented:a,...l}=e,{title:i,href:u,active:s}=l,c=b.useCallback(f=>{r(f,l)},[r]),d=!!r;return o.createElement(ul,{title:i,active:s,href:u,id:`list-item-${n}`,LinkWrapper:t,isIndented:a,...l,...d?{onClick:c}:{}})},cl=({links:e,LinkWrapper:t})=>{let r=e.some(n=>n.left||n.icon);return o.createElement(Ah,null,e.map(({isGatsby:n,...a})=>o.createElement(Sh,{key:a.id,LinkWrapper:n?t:null,isIndented:r,...a})))};cl.defaultProps={LinkWrapper:ul.defaultProps.LinkWrapper};var dl=o.forwardRef(({children:e,...t},r)=>t.href!=null?o.createElement("a",{ref:r,...t},e):o.createElement("button",{ref:r,type:"button",...t},e));dl.displayName="ButtonOrLink";var Gr=_(dl,{shouldForwardProp:Ro})({whiteSpace:"normal",display:"inline-flex",overflow:"hidden",verticalAlign:"top",justifyContent:"center",alignItems:"center",textAlign:"center",textDecoration:"none","&:empty":{display:"none"}},({theme:e})=>({padding:"0 15px",transition:"color 0.2s linear, border-bottom-color 0.2s linear",height:40,lineHeight:"12px",cursor:"pointer",background:"transparent",border:"0 solid transparent",borderTop:"3px solid transparent",borderBottom:"3px solid transparent",fontWeight:"bold",fontSize:13,"&:focus":{outline:"0 none",borderBottomColor:e.color.secondary}}),({active:e,textColor:t,theme:r})=>e?{color:t||r.barSelectedColor,borderBottomColor:r.barSelectedColor}:{color:t||r.barTextColor,borderBottomColor:"transparent"});Gr.displayName="TabButton";var Pt=_(dl,{shouldForwardProp:Ro})(()=>({alignItems:"center",background:"transparent",border:"none",borderRadius:4,color:"inherit",cursor:"pointer",display:"inline-flex",fontSize:13,fontWeight:"bold",height:28,justifyContent:"center",marginTop:6,padding:"8px 7px","& > svg":{width:14}}),({active:e,theme:t})=>e?{backgroundColor:t.background.hoverable,color:t.barSelectedColor}:{},({disabled:e,theme:t})=>e?{opacity:.5,cursor:"not-allowed"}:{"&:hover, &:focus-visible":{background:Ee(.88,t.color.secondary),color:t.barHoverColor},"&:focus-visible":{outline:qn},"&:focus:not(:focus-visible)":{outline:"none"}});Pt.displayName="IconButton";var Ch=_.div(({theme:e})=>({width:14,height:14,backgroundColor:e.appBorderColor,animation:`${e.animation.glow} 1.5s ease-in-out infinite`})),kh=_.div(()=>({marginTop:6,padding:7,height:28})),_c=()=>o.createElement(kh,null,o.createElement(Ch,null)),fo=_.div({display:"flex",whiteSpace:"nowrap",flexBasis:"auto",marginLeft:3,marginRight:3},({scrollable:e})=>e?{flexShrink:0}:{},({left:e})=>e?{"& > *":{marginLeft:4}}:{},({right:e})=>e?{marginLeft:30,"& > *":{marginRight:4}}:{});fo.displayName="Side";var _h=({children:e,className:t,scrollable:r})=>r?o.createElement(Uo,{vertical:!1,className:t},e):o.createElement("div",{className:t},e),pl=_(_h)(({theme:e,scrollable:t=!0})=>({color:e.barTextColor,width:"100%",height:40,flexShrink:0,overflow:t?"auto":"hidden",overflowY:"hidden"}),({theme:e,border:t=!1})=>t?{boxShadow:`${e.appBorderColor} 0 -1px 0 0 inset`,background:e.barBg}:{});pl.displayName="Bar";var Oh=_.div(({bgColor:e})=>({display:"flex",justifyContent:"space-between",position:"relative",flexWrap:"nowrap",flexShrink:0,height:40,backgroundColor:e||""})),Kn=({children:e,backgroundColor:t,...r})=>{let[n,a]=b.Children.toArray(e);return o.createElement(pl,{...r},o.createElement(Oh,{bgColor:t},o.createElement(fo,{scrollable:r.scrollable,left:!0},n),a?o.createElement(fo,{right:!0},a):null))};Kn.displayName="FlexBar";var Oc=_.div(({active:e})=>e?{display:"block"}:{display:"none"}),$i=e=>b.Children.toArray(e).map(({props:{title:t,id:r,color:n,children:a}})=>{let l=Array.isArray(a)?a[0]:a;return{title:t,id:r,...n?{color:n}:{},render:typeof l=="function"?l:({active:i})=>o.createElement(Oc,{active:i,role:"tabpanel"},l)}}),Th=_.span(({theme:e,isActive:t})=>({display:"inline-block",width:0,height:0,marginLeft:8,color:t?e.color.secondary:e.color.mediumdark,borderRight:"3px solid transparent",borderLeft:"3px solid transparent",borderTop:"3px solid",transition:"transform .1s ease-out"})),Rh=_(Gr)(({active:e,theme:t,preActive:r})=>` + color: ${r||e?t.color.secondary:t.color.mediumdark}; + &:hover { + color: ${t.color.secondary}; + .addon-collapsible-icon { + color: ${t.color.secondary}; + } + } + `);function Fh(e){let t=b.useRef(),r=b.useRef(),n=b.useRef(new Map),{width:a=1}=Wu({ref:t}),[l,i]=b.useState(e),[u,s]=b.useState([]),c=b.useRef(e),d=b.useCallback(({menuName:m,actions:p})=>{let h=u.some(({active:A})=>A),[g,x]=b.useState(!1);return o.createElement(o.Fragment,null,o.createElement(Dm,{interactive:!0,visible:g,onVisibleChange:x,placement:"bottom",delayHide:100,tooltip:o.createElement(cl,{links:u.map(({title:A,id:v,color:y,active:E})=>({id:v,title:A,color:y,active:E,onClick:w=>{w.preventDefault(),p.onSelect(v)}}))})},o.createElement(Rh,{ref:r,active:h,preActive:g,style:{visibility:u.length?"visible":"hidden"},"aria-hidden":!u.length,className:"tabbutton",type:"button",role:"tab"},m,o.createElement(Th,{className:"addon-collapsible-icon",isActive:h||g}))),u.map(({title:A,id:v,color:y},E)=>{let w=`index-${E}`;return o.createElement(Gr,{id:`tabbutton-${Ss(v)??w}`,style:{visibility:"hidden"},"aria-hidden":!0,tabIndex:-1,ref:S=>{n.current.set(v,S)},className:"tabbutton",type:"button",key:v,textColor:y,role:"tab"},A)}))},[u]),f=b.useCallback(()=>{if(!t.current||!r.current)return;let{x:m,width:p}=t.current.getBoundingClientRect(),{width:h}=r.current.getBoundingClientRect(),g=u.length?m+p-h:m+p,x=[],A=0,v=e.filter(y=>{let{id:E}=y,w=n.current.get(E),{width:S=0}=(w==null?void 0:w.getBoundingClientRect())||{},C=m+A+S>g;return(!C||!w)&&x.push(y),A+=S,C});(x.length!==l.length||c.current!==e)&&(i(x),s(v),c.current=e)},[u.length,e,l]);return b.useLayoutEffect(f,[f,a]),{tabRefs:n,addonsRef:r,tabBarRef:t,visibleList:l,invisibleList:u,AddonTab:d}}var $h="/* emotion-disable-server-rendering-unsafe-selector-warning-please-do-not-use-this-the-warning-exists-for-a-reason */",Dh=_.div(({theme:e,bordered:t})=>t?{backgroundClip:"padding-box",border:`1px solid ${e.appBorderColor}`,borderRadius:e.appBorderRadius,overflow:"hidden",boxSizing:"border-box"}:{},({absolute:e})=>e?{width:"100%",height:"100%",boxSizing:"border-box",display:"flex",flexDirection:"column"}:{display:"block"}),fl=_.div({overflow:"hidden","&:first-of-type":{marginLeft:-3},whiteSpace:"nowrap",flexGrow:1});fl.displayName="TabBar";var Lh=_.div({display:"block",position:"relative"},({theme:e})=>({fontSize:e.typography.size.s2-1,background:e.background.content}),({bordered:e,theme:t})=>e?{borderRadius:`0 0 ${t.appBorderRadius-1}px ${t.appBorderRadius-1}px`}:{},({absolute:e,bordered:t})=>e?{height:`calc(100% - ${t?42:40}px)`,position:"absolute",left:0+(t?1:0),right:0+(t?1:0),bottom:0+(t?1:0),top:40+(t?1:0),overflow:"auto",[`& > *:first-child${$h}`]:{position:"absolute",left:0+(t?1:0),right:0+(t?1:0),bottom:0+(t?1:0),top:0+(t?1:0),height:`calc(100% - ${t?2:0}px)`,overflow:"auto"}}:{}),Mh=({active:e,render:t,children:r})=>o.createElement(Oc,{active:e},t?t():r),Xn=b.memo(({children:e,selected:t,actions:r,absolute:n,bordered:a,tools:l,backgroundColor:i,id:u,menuName:s})=>{let c=$i(e).map(g=>g.id),d=b.useMemo(()=>$i(e).map((g,x)=>({...g,active:t?g.id===t:x===0})),[t,...c]),{visibleList:f,tabBarRef:m,tabRefs:p,AddonTab:h}=Fh(d);return d.length?o.createElement(Dh,{absolute:n,bordered:a,id:u},o.createElement(Kn,{scrollable:!1,border:!0,backgroundColor:i},o.createElement(fl,{style:{whiteSpace:"normal"},ref:m,role:"tablist"},f.map(({title:g,id:x,active:A,color:v},y)=>{let E=`index-${y}`;return o.createElement(Gr,{id:`tabbutton-${Ss(x)??E}`,ref:w=>{p.current.set(x,w)},className:`tabbutton ${A?"tabbutton-active":""}`,type:"button",key:x,active:A,textColor:v,onClick:w=>{w.preventDefault(),r.onSelect(x)},role:"tab"},typeof g=="function"?o.createElement("title",null):g)}),o.createElement(h,{menuName:s,actions:r})),l),o.createElement(Lh,{id:"panel-tab-content",bordered:a,absolute:n},d.map(({id:g,active:x,render:A})=>o.createElement(A,{key:g,active:x},null)))):o.createElement(bc,null,o.createElement(b.Fragment,{key:"title"},"Nothing found"))});Xn.displayName="Tabs";Xn.defaultProps={id:null,children:null,tools:null,selected:null,absolute:!1,bordered:!1,menuName:"Tabs"};var Tc=class extends b.Component{constructor(e){super(e),this.handlers={onSelect:t=>this.setState({selected:t})},this.state={selected:e.initial}}render(){let{bordered:e=!1,absolute:t=!1,children:r,backgroundColor:n,menuName:a}=this.props,{selected:l}=this.state;return o.createElement(Xn,{bordered:e,absolute:t,selected:l,backgroundColor:n,menuName:a,actions:this.handlers},r)}};Tc.defaultProps={children:[],initial:null,absolute:!1,bordered:!1,backgroundColor:"",menuName:void 0};var ml=_.span(({theme:e})=>({width:1,height:20,background:e.appBorderColor,marginTop:10,marginLeft:6,marginRight:2}),({force:e})=>e?{}:{"& + &":{display:"none"}});ml.displayName="Separator";var Bh=e=>e.reduce((t,r,n)=>r?o.createElement(b.Fragment,{key:r.id||r.key||`f-${n}`},t,n>0?o.createElement(ml,{key:`s-${n}`}):null,r.render()||r):t,null),Ih=e=>{let t=b.useRef();return b.useEffect(()=>{t.current=e},[e]),t.current},Ph=(e,t)=>{let r=Ih(t);return e?t:r},jh=({active:e,children:t})=>o.createElement("div",{hidden:!e},Ph(e,t)),Nh=({alt:e,...t})=>o.createElement("svg",{width:"200px",height:"40px",viewBox:"0 0 200 40",...t,role:"img"},e?o.createElement("title",null,e):null,o.createElement("defs",null,o.createElement("path",{d:"M1.2 36.9L0 3.9c0-1.1.8-2 1.9-2.1l28-1.8a2 2 0 0 1 2.2 1.9 2 2 0 0 1 0 .1v36a2 2 0 0 1-2 2 2 2 0 0 1-.1 0L3.2 38.8a2 2 0 0 1-2-2z",id:"a"})),o.createElement("g",{fill:"none",fillRule:"evenodd"},o.createElement("path",{d:"M53.3 31.7c-1.7 0-3.4-.3-5-.7-1.5-.5-2.8-1.1-3.9-2l1.6-3.5c2.2 1.5 4.6 2.3 7.3 2.3 1.5 0 2.5-.2 3.3-.7.7-.5 1.1-1 1.1-1.9 0-.7-.3-1.3-1-1.7s-2-.8-3.7-1.2c-2-.4-3.6-.9-4.8-1.5-1.1-.5-2-1.2-2.6-2-.5-1-.8-2-.8-3.2 0-1.4.4-2.6 1.2-3.6.7-1.1 1.8-2 3.2-2.6 1.3-.6 2.9-.9 4.7-.9 1.6 0 3.1.3 4.6.7 1.5.5 2.7 1.1 3.5 2l-1.6 3.5c-2-1.5-4.2-2.3-6.5-2.3-1.3 0-2.3.2-3 .8-.8.5-1.2 1.1-1.2 2 0 .5.2 1 .5 1.3.2.3.7.6 1.4.9l2.9.8c2.9.6 5 1.4 6.2 2.4a5 5 0 0 1 2 4.2 6 6 0 0 1-2.5 5c-1.7 1.2-4 1.9-7 1.9zm21-3.6l1.4-.1-.2 3.5-1.9.1c-2.4 0-4.1-.5-5.2-1.5-1.1-1-1.6-2.7-1.6-4.8v-6h-3v-3.6h3V11h4.8v4.6h4v3.6h-4v6c0 1.8.9 2.8 2.6 2.8zm11.1 3.5c-1.6 0-3-.3-4.3-1a7 7 0 0 1-3-2.8c-.6-1.3-1-2.7-1-4.4 0-1.6.4-3 1-4.3a7 7 0 0 1 3-2.8c1.2-.7 2.7-1 4.3-1 1.7 0 3.2.3 4.4 1a7 7 0 0 1 3 2.8c.6 1.2 1 2.7 1 4.3 0 1.7-.4 3.1-1 4.4a7 7 0 0 1-3 2.8c-1.2.7-2.7 1-4.4 1zm0-3.6c2.4 0 3.6-1.6 3.6-4.6 0-1.5-.3-2.6-1-3.4a3.2 3.2 0 0 0-2.6-1c-2.3 0-3.5 1.4-3.5 4.4 0 3 1.2 4.6 3.5 4.6zm21.7-8.8l-2.7.3c-1.3.2-2.3.5-2.8 1.2-.6.6-.9 1.4-.9 2.5v8.2H96V15.7h4.6v2.6c.8-1.8 2.5-2.8 5-3h1.3l.3 4zm14-3.5h4.8L116.4 37h-4.9l3-6.6-6.4-14.8h5l4 10 4-10zm16-.4c1.4 0 2.6.3 3.6 1 1 .6 1.9 1.6 2.5 2.8.6 1.2.9 2.7.9 4.3 0 1.6-.3 3-1 4.3a6.9 6.9 0 0 1-2.4 2.9c-1 .7-2.2 1-3.6 1-1 0-2-.2-3-.7-.8-.4-1.5-1-2-1.9v2.4h-4.7V8.8h4.8v9c.5-.8 1.2-1.4 2-1.9.9-.4 1.8-.6 3-.6zM135.7 28c1.1 0 2-.4 2.6-1.2.6-.8 1-2 1-3.4 0-1.5-.4-2.5-1-3.3s-1.5-1.1-2.6-1.1-2 .3-2.6 1.1c-.6.8-1 2-1 3.3 0 1.5.4 2.6 1 3.4.6.8 1.5 1.2 2.6 1.2zm18.9 3.6c-1.7 0-3.2-.3-4.4-1a7 7 0 0 1-3-2.8c-.6-1.3-1-2.7-1-4.4 0-1.6.4-3 1-4.3a7 7 0 0 1 3-2.8c1.2-.7 2.7-1 4.4-1 1.6 0 3 .3 4.3 1a7 7 0 0 1 3 2.8c.6 1.2 1 2.7 1 4.3 0 1.7-.4 3.1-1 4.4a7 7 0 0 1-3 2.8c-1.2.7-2.7 1-4.3 1zm0-3.6c2.3 0 3.5-1.6 3.5-4.6 0-1.5-.3-2.6-1-3.4a3.2 3.2 0 0 0-2.5-1c-2.4 0-3.6 1.4-3.6 4.4 0 3 1.2 4.6 3.6 4.6zm18 3.6c-1.7 0-3.2-.3-4.4-1a7 7 0 0 1-3-2.8c-.6-1.3-1-2.7-1-4.4 0-1.6.4-3 1-4.3a7 7 0 0 1 3-2.8c1.2-.7 2.7-1 4.4-1 1.6 0 3 .3 4.4 1a7 7 0 0 1 2.9 2.8c.6 1.2 1 2.7 1 4.3 0 1.7-.4 3.1-1 4.4a7 7 0 0 1-3 2.8c-1.2.7-2.7 1-4.3 1zm0-3.6c2.3 0 3.5-1.6 3.5-4.6 0-1.5-.3-2.6-1-3.4a3.2 3.2 0 0 0-2.5-1c-2.4 0-3.6 1.4-3.6 4.4 0 3 1.2 4.6 3.6 4.6zm27.4 3.4h-6l-6-7v7h-4.8V8.8h4.9v13.6l5.8-6.7h5.7l-6.6 7.5 7 8.2z",fill:"currentColor"}),o.createElement("mask",{id:"b",fill:"#fff"},o.createElement("use",{xlinkHref:"#a"})),o.createElement("use",{fill:"#FF4785",fillRule:"nonzero",xlinkHref:"#a"}),o.createElement("path",{d:"M23.7 5L24 .2l3.9-.3.1 4.8a.3.3 0 0 1-.5.2L26 3.8l-1.7 1.4a.3.3 0 0 1-.5-.3zm-5 10c0 .9 5.3.5 6 0 0-5.4-2.8-8.2-8-8.2-5.3 0-8.2 2.8-8.2 7.1 0 7.4 10 7.6 10 11.6 0 1.2-.5 1.9-1.8 1.9-1.6 0-2.2-.9-2.1-3.6 0-.6-6.1-.8-6.3 0-.5 6.7 3.7 8.6 8.5 8.6 4.6 0 8.3-2.5 8.3-7 0-7.9-10.2-7.7-10.2-11.6 0-1.6 1.2-1.8 2-1.8.6 0 2 0 1.9 3z",fill:"#FFF",fillRule:"nonzero",mask:"url(#b)"}))),Hh=({...e})=>o.createElement("svg",{viewBox:"0 0 64 64",...e},o.createElement("title",null,"Storybook icon"),o.createElement("g",{id:"Artboard",stroke:"none",strokeWidth:"1",fill:"none",fillRule:"evenodd"},o.createElement("path",{d:"M8.04798541,58.7875918 L6.07908839,6.32540407 C6.01406344,4.5927838 7.34257463,3.12440831 9.07303814,3.01625434 L53.6958037,0.227331489 C55.457209,0.117243658 56.974354,1.45590096 57.0844418,3.21730626 C57.0885895,3.28366922 57.0906648,3.35014546 57.0906648,3.41663791 L57.0906648,60.5834697 C57.0906648,62.3483119 55.6599776,63.7789992 53.8951354,63.7789992 C53.847325,63.7789992 53.7995207,63.7779262 53.7517585,63.775781 L11.0978899,61.8600599 C9.43669044,61.7854501 8.11034889,60.4492961 8.04798541,58.7875918 Z",id:"path-1",fill:"#FF4785",fillRule:"nonzero"}),o.createElement("path",{d:"M35.9095005,24.1768792 C35.9095005,25.420127 44.2838488,24.8242707 45.4080313,23.9509748 C45.4080313,15.4847538 40.8652557,11.0358878 32.5466666,11.0358878 C24.2280775,11.0358878 19.5673077,15.553972 19.5673077,22.3311017 C19.5673077,34.1346028 35.4965208,34.3605071 35.4965208,40.7987804 C35.4965208,42.606015 34.6115646,43.6790606 32.6646607,43.6790606 C30.127786,43.6790606 29.1248356,42.3834613 29.2428298,37.9783269 C29.2428298,37.0226907 19.5673077,36.7247626 19.2723223,37.9783269 C18.5211693,48.6535354 25.1720308,51.7326752 32.7826549,51.7326752 C40.1572906,51.7326752 45.939005,47.8018145 45.939005,40.6858282 C45.939005,28.035186 29.7738035,28.3740425 29.7738035,22.1051974 C29.7738035,19.5637737 31.6617103,19.2249173 32.7826549,19.2249173 C33.9625966,19.2249173 36.0864917,19.4328883 35.9095005,24.1768792 Z",id:"path9_fill-path",fill:"#FFFFFF",fillRule:"nonzero"}),o.createElement("path",{d:"M44.0461638,0.830433986 L50.1874092,0.446606143 L50.443532,7.7810017 C50.4527198,8.04410717 50.2468789,8.26484453 49.9837734,8.27403237 C49.871115,8.27796649 49.7607078,8.24184808 49.6721567,8.17209069 L47.3089847,6.3104681 L44.5110468,8.43287463 C44.3012992,8.591981 44.0022839,8.55092814 43.8431776,8.34118051 C43.7762017,8.25288717 43.742082,8.14401677 43.7466857,8.03329059 L44.0461638,0.830433986 Z",id:"Path",fill:"#FFFFFF"}))),Zh=cr` + from { + transform: rotate(0deg); + } + to { + transform: rotate(360deg); + } +`,Vh=_.div(({size:e=32})=>({borderRadius:"50%",cursor:"progress",display:"inline-block",overflow:"hidden",position:"absolute",transition:"all 200ms ease-out",verticalAlign:"top",top:"50%",left:"50%",marginTop:-(e/2),marginLeft:-(e/2),height:e,width:e,zIndex:4,borderWidth:2,borderStyle:"solid",borderColor:"rgba(97, 97, 97, 0.29)",borderTopColor:"rgb(100,100,100)",animation:`${Zh} 0.7s linear infinite`,mixBlendMode:"difference"})),Di=_.div({position:"absolute",display:"flex",flexDirection:"column",justifyContent:"center",alignItems:"center",width:"100%",height:"100%"}),zh=_.div(({theme:e})=>({position:"relative",width:"80%",marginBottom:"0.75rem",maxWidth:300,height:5,borderRadius:5,background:Ee(.8,e.color.secondary),overflow:"hidden",cursor:"progress"})),qh=_.div(({theme:e})=>({position:"absolute",top:0,left:0,height:"100%",background:e.color.secondary})),Li=_.div(({theme:e})=>({minHeight:"2em",fontSize:`${e.typography.size.s1}px`,color:e.barTextColor})),Uh=_(ve)(({theme:e})=>({width:20,height:20,marginBottom:"0.5rem",color:e.textMutedColor})),Wh=cr` + from { content: "..." } + 33% { content: "." } + 66% { content: ".." } + to { content: "..." } +`,Gh=_.span({"&::after":{content:"'...'",animation:`${Wh} 1s linear infinite`,animationDelay:"1s",display:"inline-block",width:"1em",height:"auto"}}),Rc=({progress:e,error:t,size:r,...n})=>{if(t)return o.createElement(Di,{"aria-label":t.toString(),"aria-live":"polite",role:"status",...n},o.createElement(Uh,{icon:"lightningoff"}),o.createElement(Li,null,t.message));if(e){let{value:a,modules:l}=e,{message:i}=e;return l&&(i+=` ${l.complete} / ${l.total} modules`),o.createElement(Di,{"aria-label":"Content is loading...","aria-live":"polite","aria-valuemin":0,"aria-valuemax":100,"aria-valuenow":a*100,"aria-valuetext":i,role:"progressbar",...n},o.createElement(zh,null,o.createElement(qh,{style:{width:`${a*100}%`}})),o.createElement(Li,null,i,a<1&&o.createElement(Gh,{key:i})))}return o.createElement(Vh,{"aria-label":"Content is loading...","aria-live":"polite",role:"status",size:r,...n})};function Yh(e){let t={},r=e.split("&");for(let n=0;n{let[n,a]=e.split("?"),l=a?{...Yh(a),...r,id:t}:{...r,id:t};return`${n}?${Object.entries(l).map(i=>`${i[0]}=${i[1]}`).join("&")}`},Kh=_.pre` + line-height: 18px; + padding: 11px 1rem; + white-space: pre-wrap; + background: rgba(0, 0, 0, 0.05); + color: ${j.darkest}; + border-radius: 3px; + margin: 1rem 0; + width: 100%; + display: block; + overflow: hidden; + font-family: ${tt.fonts.mono}; + font-size: ${tt.size.s2-1}px; +`,Xh=({code:e,...t})=>o.createElement(Kh,{id:"clipboard-code",...t},e),$c=gc,Dc={};Object.keys(gc).forEach(e=>{Dc[e]=b.forwardRef((t,r)=>b.createElement(e,{...t,ref:r}))});const Jh=Object.freeze(Object.defineProperty({__proto__:null,A:Xu,ActionBar:zo,AddonPanel:jh,Badge:vg,Bar:pl,Blockquote:Ju,Button:xc,ClipboardCode:Xh,Code:al,DL:ec,Div:Qu,DocumentWrapper:kg,ErrorFormatter:vc,FlexBar:Kn,Form:Ne,H1:tc,H2:ol,H3:ll,H4:rc,H5:nc,H6:ac,HR:oc,IconButton:Pt,IconButtonSkeleton:_c,Icons:ve,Img:lc,LI:ic,Link:wt,ListItem:ul,Loader:Rc,OL:sc,P:uc,Placeholder:bc,Pre:cc,ResetWrapper:il,ScrollArea:Uo,Separator:ml,Spaced:Fg,Span:dc,StorybookIcon:Hh,StorybookLogo:Nh,Symbols:Eg,SyntaxHighlighter:Wn,TT:fc,TabBar:fl,TabButton:Gr,TabWrapper:Mh,Table:pc,Tabs:Xn,TabsState:Tc,TooltipLinkList:cl,TooltipMessage:Cc,TooltipNote:hh,UL:mc,WithTooltip:sh,WithTooltipPure:Sc,Zoom:yc,codeCommon:gt,components:$c,createCopyToClipboardFunction:Du,getStoryHref:Fc,icons:Pr,interleaveSeparators:Bh,nameSpaceClassNames:Q,resetComponents:Dc,withReset:te},Symbol.toStringTag,{value:"Module"}));function ir(){return ir=Object.assign?Object.assign.bind():function(e){for(var t=1;t"u"||!Reflect.construct||Reflect.construct.sham)return!1;if(typeof Proxy=="function")return!0;try{return Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],function(){})),!0}catch{return!1}}function bn(e,t,r){return rb()?bn=Reflect.construct.bind():bn=function(a,l,i){var u=[null];u.push.apply(u,l);var s=Function.bind.apply(a,u),c=new s;return i&&jr(c,i.prototype),c},bn.apply(null,arguments)}function go(e){var t=typeof Map=="function"?new Map:void 0;return go=function(n){if(n===null||!tb(n))return n;if(typeof n!="function")throw new TypeError("Super expression must either be null or a function");if(typeof t<"u"){if(t.has(n))return t.get(n);t.set(n,a)}function a(){return bn(n,arguments,mo(this).constructor)}return a.prototype=Object.create(n.prototype,{constructor:{value:a,enumerable:!1,writable:!0,configurable:!0}}),jr(a,n)},go(e)}var nt=function(e){eb(t,e);function t(r){var n;return n=e.call(this,"An error occurred. See https://github.com/styled-components/polished/blob/main/src/internalHelpers/errors.md#"+r+" for more information.")||this,Qh(n)}return t}(go(Error));function Sa(e){return Math.round(e*255)}function nb(e,t,r){return Sa(e)+","+Sa(t)+","+Sa(r)}function Nr(e,t,r,n){if(n===void 0&&(n=nb),t===0)return n(r,r,r);var a=(e%360+360)%360/60,l=(1-Math.abs(2*r-1))*t,i=l*(1-Math.abs(a%2-1)),u=0,s=0,c=0;a>=0&&a<1?(u=l,s=i):a>=1&&a<2?(u=i,s=l):a>=2&&a<3?(s=l,c=i):a>=3&&a<4?(s=i,c=l):a>=4&&a<5?(u=i,c=l):a>=5&&a<6&&(u=l,c=i);var d=r-l/2,f=u+d,m=s+d,p=c+d;return n(f,m,p)}var Mi={aliceblue:"f0f8ff",antiquewhite:"faebd7",aqua:"00ffff",aquamarine:"7fffd4",azure:"f0ffff",beige:"f5f5dc",bisque:"ffe4c4",black:"000",blanchedalmond:"ffebcd",blue:"0000ff",blueviolet:"8a2be2",brown:"a52a2a",burlywood:"deb887",cadetblue:"5f9ea0",chartreuse:"7fff00",chocolate:"d2691e",coral:"ff7f50",cornflowerblue:"6495ed",cornsilk:"fff8dc",crimson:"dc143c",cyan:"00ffff",darkblue:"00008b",darkcyan:"008b8b",darkgoldenrod:"b8860b",darkgray:"a9a9a9",darkgreen:"006400",darkgrey:"a9a9a9",darkkhaki:"bdb76b",darkmagenta:"8b008b",darkolivegreen:"556b2f",darkorange:"ff8c00",darkorchid:"9932cc",darkred:"8b0000",darksalmon:"e9967a",darkseagreen:"8fbc8f",darkslateblue:"483d8b",darkslategray:"2f4f4f",darkslategrey:"2f4f4f",darkturquoise:"00ced1",darkviolet:"9400d3",deeppink:"ff1493",deepskyblue:"00bfff",dimgray:"696969",dimgrey:"696969",dodgerblue:"1e90ff",firebrick:"b22222",floralwhite:"fffaf0",forestgreen:"228b22",fuchsia:"ff00ff",gainsboro:"dcdcdc",ghostwhite:"f8f8ff",gold:"ffd700",goldenrod:"daa520",gray:"808080",green:"008000",greenyellow:"adff2f",grey:"808080",honeydew:"f0fff0",hotpink:"ff69b4",indianred:"cd5c5c",indigo:"4b0082",ivory:"fffff0",khaki:"f0e68c",lavender:"e6e6fa",lavenderblush:"fff0f5",lawngreen:"7cfc00",lemonchiffon:"fffacd",lightblue:"add8e6",lightcoral:"f08080",lightcyan:"e0ffff",lightgoldenrodyellow:"fafad2",lightgray:"d3d3d3",lightgreen:"90ee90",lightgrey:"d3d3d3",lightpink:"ffb6c1",lightsalmon:"ffa07a",lightseagreen:"20b2aa",lightskyblue:"87cefa",lightslategray:"789",lightslategrey:"789",lightsteelblue:"b0c4de",lightyellow:"ffffe0",lime:"0f0",limegreen:"32cd32",linen:"faf0e6",magenta:"f0f",maroon:"800000",mediumaquamarine:"66cdaa",mediumblue:"0000cd",mediumorchid:"ba55d3",mediumpurple:"9370db",mediumseagreen:"3cb371",mediumslateblue:"7b68ee",mediumspringgreen:"00fa9a",mediumturquoise:"48d1cc",mediumvioletred:"c71585",midnightblue:"191970",mintcream:"f5fffa",mistyrose:"ffe4e1",moccasin:"ffe4b5",navajowhite:"ffdead",navy:"000080",oldlace:"fdf5e6",olive:"808000",olivedrab:"6b8e23",orange:"ffa500",orangered:"ff4500",orchid:"da70d6",palegoldenrod:"eee8aa",palegreen:"98fb98",paleturquoise:"afeeee",palevioletred:"db7093",papayawhip:"ffefd5",peachpuff:"ffdab9",peru:"cd853f",pink:"ffc0cb",plum:"dda0dd",powderblue:"b0e0e6",purple:"800080",rebeccapurple:"639",red:"f00",rosybrown:"bc8f8f",royalblue:"4169e1",saddlebrown:"8b4513",salmon:"fa8072",sandybrown:"f4a460",seagreen:"2e8b57",seashell:"fff5ee",sienna:"a0522d",silver:"c0c0c0",skyblue:"87ceeb",slateblue:"6a5acd",slategray:"708090",slategrey:"708090",snow:"fffafa",springgreen:"00ff7f",steelblue:"4682b4",tan:"d2b48c",teal:"008080",thistle:"d8bfd8",tomato:"ff6347",turquoise:"40e0d0",violet:"ee82ee",wheat:"f5deb3",white:"fff",whitesmoke:"f5f5f5",yellow:"ff0",yellowgreen:"9acd32"};function ab(e){if(typeof e!="string")return e;var t=e.toLowerCase();return Mi[t]?"#"+Mi[t]:e}var ob=/^#[a-fA-F0-9]{6}$/,lb=/^#[a-fA-F0-9]{8}$/,ib=/^#[a-fA-F0-9]{3}$/,sb=/^#[a-fA-F0-9]{4}$/,Ca=/^rgb\(\s*(\d{1,3})\s*(?:,)?\s*(\d{1,3})\s*(?:,)?\s*(\d{1,3})\s*\)$/i,ub=/^rgb(?:a)?\(\s*(\d{1,3})\s*(?:,)?\s*(\d{1,3})\s*(?:,)?\s*(\d{1,3})\s*(?:,|\/)\s*([-+]?\d*[.]?\d+[%]?)\s*\)$/i,cb=/^hsl\(\s*(\d{0,3}[.]?[0-9]+(?:deg)?)\s*(?:,)?\s*(\d{1,3}[.]?[0-9]?)%\s*(?:,)?\s*(\d{1,3}[.]?[0-9]?)%\s*\)$/i,db=/^hsl(?:a)?\(\s*(\d{0,3}[.]?[0-9]+(?:deg)?)\s*(?:,)?\s*(\d{1,3}[.]?[0-9]?)%\s*(?:,)?\s*(\d{1,3}[.]?[0-9]?)%\s*(?:,|\/)\s*([-+]?\d*[.]?\d+[%]?)\s*\)$/i;function Jn(e){if(typeof e!="string")throw new nt(3);var t=ab(e);if(t.match(ob))return{red:parseInt(""+t[1]+t[2],16),green:parseInt(""+t[3]+t[4],16),blue:parseInt(""+t[5]+t[6],16)};if(t.match(lb)){var r=parseFloat((parseInt(""+t[7]+t[8],16)/255).toFixed(2));return{red:parseInt(""+t[1]+t[2],16),green:parseInt(""+t[3]+t[4],16),blue:parseInt(""+t[5]+t[6],16),alpha:r}}if(t.match(ib))return{red:parseInt(""+t[1]+t[1],16),green:parseInt(""+t[2]+t[2],16),blue:parseInt(""+t[3]+t[3],16)};if(t.match(sb)){var n=parseFloat((parseInt(""+t[4]+t[4],16)/255).toFixed(2));return{red:parseInt(""+t[1]+t[1],16),green:parseInt(""+t[2]+t[2],16),blue:parseInt(""+t[3]+t[3],16),alpha:n}}var a=Ca.exec(t);if(a)return{red:parseInt(""+a[1],10),green:parseInt(""+a[2],10),blue:parseInt(""+a[3],10)};var l=ub.exec(t.substring(0,50));if(l)return{red:parseInt(""+l[1],10),green:parseInt(""+l[2],10),blue:parseInt(""+l[3],10),alpha:parseFloat(""+l[4])>1?parseFloat(""+l[4])/100:parseFloat(""+l[4])};var i=cb.exec(t);if(i){var u=parseInt(""+i[1],10),s=parseInt(""+i[2],10)/100,c=parseInt(""+i[3],10)/100,d="rgb("+Nr(u,s,c)+")",f=Ca.exec(d);if(!f)throw new nt(4,t,d);return{red:parseInt(""+f[1],10),green:parseInt(""+f[2],10),blue:parseInt(""+f[3],10)}}var m=db.exec(t.substring(0,50));if(m){var p=parseInt(""+m[1],10),h=parseInt(""+m[2],10)/100,g=parseInt(""+m[3],10)/100,x="rgb("+Nr(p,h,g)+")",A=Ca.exec(x);if(!A)throw new nt(4,t,x);return{red:parseInt(""+A[1],10),green:parseInt(""+A[2],10),blue:parseInt(""+A[3],10),alpha:parseFloat(""+m[4])>1?parseFloat(""+m[4])/100:parseFloat(""+m[4])}}throw new nt(5)}function pb(e){var t=e.red/255,r=e.green/255,n=e.blue/255,a=Math.max(t,r,n),l=Math.min(t,r,n),i=(a+l)/2;if(a===l)return e.alpha!==void 0?{hue:0,saturation:0,lightness:i,alpha:e.alpha}:{hue:0,saturation:0,lightness:i};var u,s=a-l,c=i>.5?s/(2-a-l):s/(a+l);switch(a){case t:u=(r-n)/s+(r=1?Tn(e,t,r):"rgba("+Nr(e,t,r)+","+n+")";if(typeof e=="object"&&t===void 0&&r===void 0&&n===void 0)return e.alpha>=1?Tn(e.hue,e.saturation,e.lightness):"rgba("+Nr(e.hue,e.saturation,e.lightness)+","+e.alpha+")";throw new nt(2)}function bo(e,t,r){if(typeof e=="number"&&typeof t=="number"&&typeof r=="number")return ho("#"+Ft(e)+Ft(t)+Ft(r));if(typeof e=="object"&&t===void 0&&r===void 0)return ho("#"+Ft(e.red)+Ft(e.green)+Ft(e.blue));throw new nt(6)}function pt(e,t,r,n){if(typeof e=="string"&&typeof t=="number"){var a=Jn(e);return"rgba("+a.red+","+a.green+","+a.blue+","+t+")"}else{if(typeof e=="number"&&typeof t=="number"&&typeof r=="number"&&typeof n=="number")return n>=1?bo(e,t,r):"rgba("+e+","+t+","+r+","+n+")";if(typeof e=="object"&&t===void 0&&r===void 0&&n===void 0)return e.alpha>=1?bo(e.red,e.green,e.blue):"rgba("+e.red+","+e.green+","+e.blue+","+e.alpha+")"}throw new nt(7)}var bb=function(t){return typeof t.red=="number"&&typeof t.green=="number"&&typeof t.blue=="number"&&(typeof t.alpha!="number"||typeof t.alpha>"u")},yb=function(t){return typeof t.red=="number"&&typeof t.green=="number"&&typeof t.blue=="number"&&typeof t.alpha=="number"},vb=function(t){return typeof t.hue=="number"&&typeof t.saturation=="number"&&typeof t.lightness=="number"&&(typeof t.alpha!="number"||typeof t.alpha>"u")},Eb=function(t){return typeof t.hue=="number"&&typeof t.saturation=="number"&&typeof t.lightness=="number"&&typeof t.alpha=="number"};function Mc(e){if(typeof e!="object")throw new nt(8);if(yb(e))return pt(e);if(bb(e))return bo(e);if(Eb(e))return hb(e);if(vb(e))return gb(e);throw new nt(8)}function Bc(e,t,r){return function(){var a=r.concat(Array.prototype.slice.call(arguments));return a.length>=t?e.apply(this,a):Bc(e,t,a)}}function Qn(e){return Bc(e,e.length,[])}function ea(e,t,r){return Math.max(e,Math.min(t,r))}function xb(e,t){if(t==="transparent")return t;var r=Lc(t);return Mc(ir({},r,{lightness:ea(0,1,r.lightness-parseFloat(e))}))}var wb=Qn(xb),Ke=wb;function Ab(e,t){if(t==="transparent")return t;var r=Lc(t);return Mc(ir({},r,{lightness:ea(0,1,r.lightness+parseFloat(e))}))}var Sb=Qn(Ab),$t=Sb;function Cb(e,t){if(t==="transparent")return t;var r=Jn(t),n=typeof r.alpha=="number"?r.alpha:1,a=ir({},r,{alpha:ea(0,1,(n*100+parseFloat(e)*100)/100)});return pt(a)}var kb=Qn(Cb),an=kb;function _b(e,t){if(t==="transparent")return t;var r=Jn(t),n=typeof r.alpha=="number"?r.alpha:1,a=ir({},r,{alpha:ea(0,1,+(n*100-parseFloat(e)*100).toFixed(2)/100)});return pt(a)}var Ob=Qn(_b),ee=Ob,Tb=Cs,Rb=U0,Fb=Object.prototype,$b=Fb.hasOwnProperty;function Db(e,t,r){var n=e[t];(!($b.call(e,t)&&Rb(n,r))||r===void 0&&!(t in e))&&Tb(e,t,r)}var gl=Db,Lb=gl,Mb=ks,Bb=W0,Bi=$n,Ib=G0;function Pb(e,t,r,n){if(!Bi(e))return e;t=Mb(t,e);for(var a=-1,l=t.length,i=l-1,u=e;u!=null&&++a(e[t.toLowerCase()]=t,e),{for:"htmlFor"}),Pi={amp:"&",apos:"'",gt:">",lt:"<",nbsp:" ",quot:"“"},wy=["style","script"],Ay=/([-A-Z0-9_:]+)(?:\s*=\s*(?:(?:"((?:\\.|[^"])*)")|(?:'((?:\\.|[^'])*)')|(?:\{((?:\\.|{[^}]*?}|[^}])*)\})))?/gi,Sy=/mailto:/i,Cy=/\n{2,}$/,jc=/^( *>[^\n]+(\n[^\n]+)*\n*)+\n{2,}/,ky=/^ *> ?/gm,_y=/^ {2,}\n/,Oy=/^(?:( *[-*_])){3,} *(?:\n *)+\n/,Nc=/^\s*(`{3,}|~{3,}) *(\S+)?([^\n]*?)?\n([\s\S]+?)\s*\1 *(?:\n *)*\n?/,Hc=/^(?: {4}[^\n]+\n*)+(?:\n *)+\n?/,Ty=/^(`+)\s*([\s\S]*?[^`])\s*\1(?!`)/,Ry=/^(?:\n *)*\n/,Fy=/\r\n?/g,$y=/^\[\^([^\]]+)](:.*)\n/,Dy=/^\[\^([^\]]+)]/,Ly=/\f/g,My=/^\s*?\[(x|\s)\]/,Zc=/^ *(#{1,6}) *([^\n]+?)(?: +#*)?(?:\n *)*(?:\n|$)/,Vc=/^ *(#{1,6}) +([^\n]+?)(?: +#*)?(?:\n *)*(?:\n|$)/,zc=/^([^\n]+)\n *(=|-){3,} *(?:\n *)+\n/,yo=/^ *(?!<[a-z][^ >/]* ?\/>)<([a-z][^ >/]*) ?([^>]*)\/{0}>\n?(\s*(?:<\1[^>]*?>[\s\S]*?<\/\1>|(?!<\1)[\s\S])*?)<\/\1>\n*/i,By=/&([a-z0-9]+|#[0-9]{1,6}|#x[0-9a-fA-F]{1,6});/gi,qc=/^)/,Iy=/^(data|aria|x)-[a-z_][a-z\d_.-]*$/,vo=/^ *<([a-z][a-z0-9:]*)(?:\s+((?:<.*?>|[^>])*))?\/?>(?!<\/\1>)(\s*\n)?/i,Py=/^\{.*\}$/,jy=/^(https?:\/\/[^\s<]+[^<.,:;"')\]\s])/,Ny=/^<([^ >]+@[^ >]+)>/,Hy=/^<([^ >]+:\/[^ >]+)>/,Zy=/-([a-z])?/gi,Uc=/^(.*\|?.*)\n *(\|? *[-:]+ *\|[-| :]*)\n((?:.*\|.*\n)*)\n?/,Vy=/^\[([^\]]*)\]:\s+]+)>?\s*("([^"]*)")?/,zy=/^!\[([^\]]*)\] ?\[([^\]]*)\]/,qy=/^\[([^\]]*)\] ?\[([^\]]*)\]/,Uy=/(\[|\])/g,Wy=/(\n|^[-*]\s|^#|^ {2,}|^-{2,}|^>\s)/,Gy=/\t/g,Yy=/^ *\| */,Ky=/(^ *\||\| *$)/g,Xy=/ *$/,Jy=/^ *:-+: *$/,Qy=/^ *:-+ *$/,e3=/^ *-+: *$/,t3=/^([*_])\1((?:\[.*?\][([].*?[)\]]|<.*?>(?:.*?<.*?>)?|`.*?`|~+.*?~+|.)*?)\1\1(?!\1)/,r3=/^([*_])((?:\[.*?\][([].*?[)\]]|<.*?>(?:.*?<.*?>)?|`.*?`|~+.*?~+|.)*?)\1(?!\1|\w)/,n3=/^==((?:\[.*?\]|<.*?>(?:.*?<.*?>)?|`.*?`|.)*?)==/,a3=/^~~((?:\[.*?\]|<.*?>(?:.*?<.*?>)?|`.*?`|.)*?)~~/,o3=/^\\([^0-9A-Za-z\s])/,l3=/^[\s\S]+?(?=[^0-9A-Z\s\u00c0-\uffff&#;.()'"]|\d+\.|\n\n| {2,}\n|\w+:\S|$)/i,i3=/^\n+/,s3=/^([ \t]*)/,u3=/\\([^\\])/g,ji=/ *\n+$/,c3=/(?:^|\n)( *)$/,bl="(?:\\d+\\.)",yl="(?:[*+-])";function Wc(e){return"( *)("+(e===1?bl:yl)+") +"}const Gc=Wc(1),Yc=Wc(2);function Kc(e){return new RegExp("^"+(e===1?Gc:Yc))}const d3=Kc(1),p3=Kc(2);function Xc(e){return new RegExp("^"+(e===1?Gc:Yc)+"[^\\n]*(?:\\n(?!\\1"+(e===1?bl:yl)+" )[^\\n]*)*(\\n|$)","gm")}const Jc=Xc(1),Qc=Xc(2);function e0(e){const t=e===1?bl:yl;return new RegExp("^( *)("+t+") [\\s\\S]+?(?:\\n{2,}(?! )(?!\\1"+t+" (?!"+t+" ))\\n*|\\s*\\n*$)")}const t0=e0(1),r0=e0(2);function Ni(e,t){const r=t===1,n=r?t0:r0,a=r?Jc:Qc,l=r?d3:p3;return{t(i,u,s){const c=c3.exec(s);return c&&(u.o||!u._&&!u.u)?n.exec(i=c[1]+i):null},i:q.HIGH,l(i,u,s){const c=r?+i[2]:void 0,d=i[0].replace(Cy,` +`).match(a);let f=!1;return{p:d.map(function(m,p){const h=l.exec(m)[0].length,g=new RegExp("^ {1,"+h+"}","gm"),x=m.replace(g,"").replace(l,""),A=p===d.length-1,v=x.indexOf(` + +`)!==-1||A&&f;f=v;const y=s._,E=s.o;let w;s.o=!0,v?(s._=!1,w=x.replace(ji,` + +`)):(s._=!0,w=x.replace(ji,""));const S=u(w,s);return s._=y,s.o=E,S}),m:r,g:c}},h:(i,u,s)=>e(i.m?"ol":"ul",{key:s.k,start:i.g},i.p.map(function(c,d){return e("li",{key:d},u(c,s))}))}}const f3=/^\[([^\]]*)]\( *((?:\([^)]*\)|[^() ])*) *"?([^)"]*)?"?\)/,m3=/^!\[([^\]]*)]\( *((?:\([^)]*\)|[^() ])*) *"?([^)"]*)?"?\)/,n0=[jc,Nc,Hc,Zc,zc,Vc,qc,Uc,Jc,t0,Qc,r0],g3=[...n0,/^[^\n]+(?: \n|\n{2,})/,yo,vo];function h3(e){return e.replace(/[ÀÁÂÃÄÅàáâãäåæÆ]/g,"a").replace(/[çÇ]/g,"c").replace(/[ðÐ]/g,"d").replace(/[ÈÉÊËéèêë]/g,"e").replace(/[ÏïÎîÍíÌì]/g,"i").replace(/[Ññ]/g,"n").replace(/[øØœŒÕõÔôÓóÒò]/g,"o").replace(/[ÜüÛûÚúÙù]/g,"u").replace(/[ŸÿÝý]/g,"y").replace(/[^a-z0-9- ]/gi,"").replace(/ /gi,"-").toLowerCase()}function b3(e){return e3.test(e)?"right":Jy.test(e)?"center":Qy.test(e)?"left":null}function Hi(e,t,r){const n=r.$;r.$=!0;const a=t(e.trim(),r);r.$=n;let l=[[]];return a.forEach(function(i,u){i.type==="tableSeparator"?u!==0&&u!==a.length-1&&l.push([]):(i.type!=="text"||a[u+1]!=null&&a[u+1].type!=="tableSeparator"||(i.v=i.v.replace(Xy,"")),l[l.length-1].push(i))}),l}function y3(e,t,r){r._=!0;const n=Hi(e[1],t,r),a=e[2].replace(Ky,"").split("|").map(b3),l=function(i,u,s){return i.trim().split(` +`).map(function(c){return Hi(c,u,s)})}(e[3],t,r);return r._=!1,{S:a,A:l,L:n,type:"table"}}function Zi(e,t){return e.S[t]==null?{}:{textAlign:e.S[t]}}function bt(e){return function(t,r){return r._?e.exec(t):null}}function yt(e){return function(t,r){return r._||r.u?e.exec(t):null}}function ut(e){return function(t,r){return r._||r.u?null:e.exec(t)}}function xr(e){return function(t){return e.exec(t)}}function v3(e,t,r){if(t._||t.u||r&&!r.endsWith(` +`))return null;let n="";e.split(` +`).every(l=>!n0.some(i=>i.test(l))&&(n+=l+` +`,l.trim()));const a=n.trimEnd();return a==""?null:[n,a]}function Wt(e){try{if(decodeURIComponent(e).replace(/[^A-Za-z0-9/:]/g,"").match(/^\s*(javascript|vbscript|data(?!:image)):/i))return}catch{return null}return e}function Vi(e){return e.replace(u3,"$1")}function yn(e,t,r){const n=r._||!1,a=r.u||!1;r._=!0,r.u=!0;const l=e(t,r);return r._=n,r.u=a,l}function E3(e,t,r){const n=r._||!1,a=r.u||!1;r._=!1,r.u=!0;const l=e(t,r);return r._=n,r.u=a,l}function x3(e,t,r){return r._=!1,e(t,r)}const _a=(e,t,r)=>({v:yn(t,e[1],r)});function Oa(){return{}}function Ta(){return null}function w3(...e){return e.filter(Boolean).join(" ")}function Ra(e,t,r){let n=e;const a=t.split(".");for(;a.length&&(n=n[a[0]],n!==void 0);)a.shift();return n||r}var q;function A3(e,t={}){t.overrides=t.overrides||{},t.slugify=t.slugify||h3,t.namedCodesToUnicode=t.namedCodesToUnicode?Lt({},Pi,t.namedCodesToUnicode):Pi;const r=t.createElement||b.createElement;function n(p,h,...g){const x=Ra(t.overrides,`${p}.props`,{});return r(function(A,v){const y=Ra(v,A);return y?typeof y=="function"||typeof y=="object"&&"render"in y?y:Ra(v,`${A}.component`,A):A}(p,t.overrides),Lt({},h,x,{className:w3(h==null?void 0:h.className,x.className)||void 0}),...g)}function a(p){let h=!1;t.forceInline?h=!0:t.forceBlock||(h=Wy.test(p)===!1);const g=d(c(h?p:`${p.trimEnd().replace(i3,"")} + +`,{_:h}));for(;typeof g[g.length-1]=="string"&&!g[g.length-1].trim();)g.pop();if(t.wrapper===null)return g;const x=t.wrapper||(h?"span":"div");let A;if(g.length>1||t.forceWrapper)A=g;else{if(g.length===1)return A=g[0],typeof A=="string"?n("span",{key:"outer"},A):A;A=null}return b.createElement(x,{key:"outer"},A)}function l(p){const h=p.match(Ay);return h?h.reduce(function(g,x,A){const v=x.indexOf("=");if(v!==-1){const y=function(C){return C.indexOf("-")!==-1&&C.match(Iy)===null&&(C=C.replace(Zy,function(k,O){return O.toUpperCase()})),C}(x.slice(0,v)).trim(),E=function(C){const k=C[0];return(k==='"'||k==="'")&&C.length>=2&&C[C.length-1]===k?C.slice(1,-1):C}(x.slice(v+1).trim()),w=Ii[y]||y,S=g[w]=function(C,k){return C==="style"?k.split(/;\s?/).reduce(function(O,T){const R=T.slice(0,T.indexOf(":"));return O[R.replace(/(-[a-z])/g,F=>F[1].toUpperCase())]=T.slice(R.length+1).trim(),O},{}):C==="href"?Wt(k):(k.match(Py)&&(k=k.slice(1,k.length-1)),k==="true"||k!=="false"&&k)}(y,E);typeof S=="string"&&(yo.test(S)||vo.test(S))&&(g[w]=b.cloneElement(a(S.trim()),{key:A}))}else x!=="style"&&(g[Ii[x]||x]=!0);return g},{}):null}const i=[],u={},s={blockQuote:{t:ut(jc),i:q.HIGH,l:(p,h,g)=>({v:h(p[0].replace(ky,""),g)}),h:(p,h,g)=>n("blockquote",{key:g.k},h(p.v,g))},breakLine:{t:xr(_y),i:q.HIGH,l:Oa,h:(p,h,g)=>n("br",{key:g.k})},breakThematic:{t:ut(Oy),i:q.HIGH,l:Oa,h:(p,h,g)=>n("hr",{key:g.k})},codeBlock:{t:ut(Hc),i:q.MAX,l:p=>({v:p[0].replace(/^ {4}/gm,"").replace(/\n+$/,""),M:void 0}),h:(p,h,g)=>n("pre",{key:g.k},n("code",Lt({},p.O,{className:p.M?`lang-${p.M}`:""}),p.v))},codeFenced:{t:ut(Nc),i:q.MAX,l:p=>({O:l(p[3]||""),v:p[4],M:p[2]||void 0,type:"codeBlock"})},codeInline:{t:yt(Ty),i:q.LOW,l:p=>({v:p[2]}),h:(p,h,g)=>n("code",{key:g.k},p.v)},footnote:{t:ut($y),i:q.MAX,l:p=>(i.push({I:p[2],j:p[1]}),{}),h:Ta},footnoteReference:{t:bt(Dy),i:q.HIGH,l:p=>({v:p[1],B:`#${t.slugify(p[1])}`}),h:(p,h,g)=>n("a",{key:g.k,href:Wt(p.B)},n("sup",{key:g.k},p.v))},gfmTask:{t:bt(My),i:q.HIGH,l:p=>({R:p[1].toLowerCase()==="x"}),h:(p,h,g)=>n("input",{checked:p.R,key:g.k,readOnly:!0,type:"checkbox"})},heading:{t:ut(t.enforceAtxHeadings?Vc:Zc),i:q.HIGH,l:(p,h,g)=>({v:yn(h,p[2],g),T:t.slugify(p[2]),C:p[1].length}),h:(p,h,g)=>n(`h${p.C}`,{id:p.T,key:g.k},h(p.v,g))},headingSetext:{t:ut(zc),i:q.MAX,l:(p,h,g)=>({v:yn(h,p[1],g),C:p[2]==="="?1:2,type:"heading"})},htmlComment:{t:xr(qc),i:q.HIGH,l:()=>({}),h:Ta},image:{t:yt(m3),i:q.HIGH,l:p=>({D:p[1],B:Vi(p[2]),F:p[3]}),h:(p,h,g)=>n("img",{key:g.k,alt:p.D||void 0,title:p.F||void 0,src:Wt(p.B)})},link:{t:bt(f3),i:q.LOW,l:(p,h,g)=>({v:E3(h,p[1],g),B:Vi(p[2]),F:p[3]}),h:(p,h,g)=>n("a",{key:g.k,href:Wt(p.B),title:p.F},h(p.v,g))},linkAngleBraceStyleDetector:{t:bt(Hy),i:q.MAX,l:p=>({v:[{v:p[1],type:"text"}],B:p[1],type:"link"})},linkBareUrlDetector:{t:(p,h)=>h.N?null:bt(jy)(p,h),i:q.MAX,l:p=>({v:[{v:p[1],type:"text"}],B:p[1],F:void 0,type:"link"})},linkMailtoDetector:{t:bt(Ny),i:q.MAX,l(p){let h=p[1],g=p[1];return Sy.test(g)||(g="mailto:"+g),{v:[{v:h.replace("mailto:",""),type:"text"}],B:g,type:"link"}}},orderedList:Ni(n,1),unorderedList:Ni(n,2),newlineCoalescer:{t:ut(Ry),i:q.LOW,l:Oa,h:()=>` +`},paragraph:{t:v3,i:q.LOW,l:_a,h:(p,h,g)=>n("p",{key:g.k},h(p.v,g))},ref:{t:bt(Vy),i:q.MAX,l:p=>(u[p[1]]={B:p[2],F:p[4]},{}),h:Ta},refImage:{t:yt(zy),i:q.MAX,l:p=>({D:p[1]||void 0,P:p[2]}),h:(p,h,g)=>n("img",{key:g.k,alt:p.D,src:Wt(u[p.P].B),title:u[p.P].F})},refLink:{t:bt(qy),i:q.MAX,l:(p,h,g)=>({v:h(p[1],g),Z:h(p[0].replace(Uy,"\\$1"),g),P:p[2]}),h:(p,h,g)=>u[p.P]?n("a",{key:g.k,href:Wt(u[p.P].B),title:u[p.P].F},h(p.v,g)):n("span",{key:g.k},h(p.Z,g))},table:{t:ut(Uc),i:q.HIGH,l:y3,h:(p,h,g)=>n("table",{key:g.k},n("thead",null,n("tr",null,p.L.map(function(x,A){return n("th",{key:A,style:Zi(p,A)},h(x,g))}))),n("tbody",null,p.A.map(function(x,A){return n("tr",{key:A},x.map(function(v,y){return n("td",{key:y,style:Zi(p,y)},h(v,g))}))})))},tableSeparator:{t:function(p,h){return h.$?(h._=!0,Yy.exec(p)):null},i:q.HIGH,l:function(){return{type:"tableSeparator"}},h:()=>" | "},text:{t:xr(l3),i:q.MIN,l:p=>({v:p[0].replace(By,(h,g)=>t.namedCodesToUnicode[g]?t.namedCodesToUnicode[g]:h)}),h:p=>p.v},textBolded:{t:yt(t3),i:q.MED,l:(p,h,g)=>({v:h(p[2],g)}),h:(p,h,g)=>n("strong",{key:g.k},h(p.v,g))},textEmphasized:{t:yt(r3),i:q.LOW,l:(p,h,g)=>({v:h(p[2],g)}),h:(p,h,g)=>n("em",{key:g.k},h(p.v,g))},textEscaped:{t:yt(o3),i:q.HIGH,l:p=>({v:p[1],type:"text"})},textMarked:{t:yt(n3),i:q.LOW,l:_a,h:(p,h,g)=>n("mark",{key:g.k},h(p.v,g))},textStrikethroughed:{t:yt(a3),i:q.LOW,l:_a,h:(p,h,g)=>n("del",{key:g.k},h(p.v,g))}};t.disableParsingRawHTML!==!0&&(s.htmlBlock={t:xr(yo),i:q.HIGH,l(p,h,g){const[,x]=p[3].match(s3),A=new RegExp(`^${x}`,"gm"),v=p[3].replace(A,""),y=(E=v,g3.some(k=>k.test(E))?x3:yn);var E;const w=p[1].toLowerCase(),S=wy.indexOf(w)!==-1;g.N=g.N||w==="a";const C=S?p[3]:y(h,v,g);return g.N=!1,{O:l(p[2]),v:C,G:S,H:S?w:p[1]}},h:(p,h,g)=>n(p.H,Lt({key:g.k},p.O),p.G?p.v:h(p.v,g))},s.htmlSelfClosing={t:xr(vo),i:q.HIGH,l:p=>({O:l(p[2]||""),H:p[1]}),h:(p,h,g)=>n(p.H,Lt({},p.O,{key:g.k}))});const c=function(p){let h=Object.keys(p);function g(x,A){let v=[],y="";for(;x;){let E=0;for(;E{let{children:t,options:r}=e,n=function(a,l){if(a==null)return{};var i,u,s={},c=Object.keys(a);for(u=0;u=0||(s[i]=a[i]);return s}(e,xy);return b.cloneElement(A3(t,r),n)};function S3(e,t,r,n){for(var a=e.length,l=r+(n?1:-1);n?l--:++l-1}var I3=B3;function P3(e,t,r){for(var n=-1,a=e==null?0:e.length;++n=Q3){var c=t?null:X3(e);if(c)return J3(c);i=!1,a=K3,s=new W3}else s=t?[]:u;e:for(;++nfunction(){return t||(0,e[u0(e)[0]])((t={exports:{}}).exports,t),t.exports},Y7=(e,t,r,n)=>{if(t&&typeof t=="object"||typeof t=="function")for(let a of u0(t))!G7.call(e,a)&&a!==r&&s0(e,a,{get:()=>t[a],enumerable:!(n=U7(t,a))||n.enumerable});return e},El=(e,t,r)=>(r=e!=null?q7(W7(e)):{},Y7(t||!e||!e.__esModule?s0(r,"default",{value:e,enumerable:!0}):r,e)),K7=["bubbles","cancelBubble","cancelable","composed","currentTarget","defaultPrevented","eventPhase","isTrusted","returnValue","srcElement","target","timeStamp","type"],X7=["detail"];function J7(e){const t=K7.filter(r=>e[r]!==void 0).reduce((r,n)=>({...r,[n]:e[n]}),{});return e instanceof CustomEvent&&X7.filter(r=>e[r]!==void 0).forEach(r=>{t[r]=e[r]}),t}var c0=Ie({"node_modules/has-symbols/shams.js"(e,t){t.exports=function(){if(typeof Symbol!="function"||typeof Object.getOwnPropertySymbols!="function")return!1;if(typeof Symbol.iterator=="symbol")return!0;var n={},a=Symbol("test"),l=Object(a);if(typeof a=="string"||Object.prototype.toString.call(a)!=="[object Symbol]"||Object.prototype.toString.call(l)!=="[object Symbol]")return!1;var i=42;n[a]=i;for(a in n)return!1;if(typeof Object.keys=="function"&&Object.keys(n).length!==0||typeof Object.getOwnPropertyNames=="function"&&Object.getOwnPropertyNames(n).length!==0)return!1;var u=Object.getOwnPropertySymbols(n);if(u.length!==1||u[0]!==a||!Object.prototype.propertyIsEnumerable.call(n,a))return!1;if(typeof Object.getOwnPropertyDescriptor=="function"){var s=Object.getOwnPropertyDescriptor(n,a);if(s.value!==i||s.enumerable!==!0)return!1}return!0}}}),d0=Ie({"node_modules/has-symbols/index.js"(e,t){var r=typeof Symbol<"u"&&Symbol,n=c0();t.exports=function(){return typeof r!="function"||typeof Symbol!="function"||typeof r("foo")!="symbol"||typeof Symbol("bar")!="symbol"?!1:n()}}}),Q7=Ie({"node_modules/function-bind/implementation.js"(e,t){var r="Function.prototype.bind called on incompatible ",n=Array.prototype.slice,a=Object.prototype.toString,l="[object Function]";t.exports=function(u){var s=this;if(typeof s!="function"||a.call(s)!==l)throw new TypeError(r+s);for(var c=n.call(arguments,1),d,f=function(){if(this instanceof d){var x=s.apply(this,c.concat(n.call(arguments)));return Object(x)===x?x:this}else return s.apply(u,c.concat(n.call(arguments)))},m=Math.max(0,s.length-c.length),p=[],h=0;h"u"?r:f(Uint8Array),h={"%AggregateError%":typeof AggregateError>"u"?r:AggregateError,"%Array%":Array,"%ArrayBuffer%":typeof ArrayBuffer>"u"?r:ArrayBuffer,"%ArrayIteratorPrototype%":d?f([][Symbol.iterator]()):r,"%AsyncFromSyncIteratorPrototype%":r,"%AsyncFunction%":m,"%AsyncGenerator%":m,"%AsyncGeneratorFunction%":m,"%AsyncIteratorPrototype%":m,"%Atomics%":typeof Atomics>"u"?r:Atomics,"%BigInt%":typeof BigInt>"u"?r:BigInt,"%Boolean%":Boolean,"%DataView%":typeof DataView>"u"?r:DataView,"%Date%":Date,"%decodeURI%":decodeURI,"%decodeURIComponent%":decodeURIComponent,"%encodeURI%":encodeURI,"%encodeURIComponent%":encodeURIComponent,"%Error%":Error,"%eval%":eval,"%EvalError%":EvalError,"%Float32Array%":typeof Float32Array>"u"?r:Float32Array,"%Float64Array%":typeof Float64Array>"u"?r:Float64Array,"%FinalizationRegistry%":typeof FinalizationRegistry>"u"?r:FinalizationRegistry,"%Function%":a,"%GeneratorFunction%":m,"%Int8Array%":typeof Int8Array>"u"?r:Int8Array,"%Int16Array%":typeof Int16Array>"u"?r:Int16Array,"%Int32Array%":typeof Int32Array>"u"?r:Int32Array,"%isFinite%":isFinite,"%isNaN%":isNaN,"%IteratorPrototype%":d?f(f([][Symbol.iterator]())):r,"%JSON%":typeof JSON=="object"?JSON:r,"%Map%":typeof Map>"u"?r:Map,"%MapIteratorPrototype%":typeof Map>"u"||!d?r:f(new Map()[Symbol.iterator]()),"%Math%":Math,"%Number%":Number,"%Object%":Object,"%parseFloat%":parseFloat,"%parseInt%":parseInt,"%Promise%":typeof Promise>"u"?r:Promise,"%Proxy%":typeof Proxy>"u"?r:Proxy,"%RangeError%":RangeError,"%ReferenceError%":ReferenceError,"%Reflect%":typeof Reflect>"u"?r:Reflect,"%RegExp%":RegExp,"%Set%":typeof Set>"u"?r:Set,"%SetIteratorPrototype%":typeof Set>"u"||!d?r:f(new Set()[Symbol.iterator]()),"%SharedArrayBuffer%":typeof SharedArrayBuffer>"u"?r:SharedArrayBuffer,"%String%":String,"%StringIteratorPrototype%":d?f(""[Symbol.iterator]()):r,"%Symbol%":d?Symbol:r,"%SyntaxError%":n,"%ThrowTypeError%":c,"%TypedArray%":p,"%TypeError%":l,"%Uint8Array%":typeof Uint8Array>"u"?r:Uint8Array,"%Uint8ClampedArray%":typeof Uint8ClampedArray>"u"?r:Uint8ClampedArray,"%Uint16Array%":typeof Uint16Array>"u"?r:Uint16Array,"%Uint32Array%":typeof Uint32Array>"u"?r:Uint32Array,"%URIError%":URIError,"%WeakMap%":typeof WeakMap>"u"?r:WeakMap,"%WeakRef%":typeof WeakRef>"u"?r:WeakRef,"%WeakSet%":typeof WeakSet>"u"?r:WeakSet},g=function F($){var P;if($==="%AsyncFunction%")P=i("async function () {}");else if($==="%GeneratorFunction%")P=i("function* () {}");else if($==="%AsyncGeneratorFunction%")P=i("async function* () {}");else if($==="%AsyncGenerator%"){var D=F("%AsyncGeneratorFunction%");D&&(P=D.prototype)}else if($==="%AsyncIteratorPrototype%"){var L=F("%AsyncGenerator%");L&&(P=f(L.prototype))}return h[$]=P,P},x={"%ArrayBufferPrototype%":["ArrayBuffer","prototype"],"%ArrayPrototype%":["Array","prototype"],"%ArrayProto_entries%":["Array","prototype","entries"],"%ArrayProto_forEach%":["Array","prototype","forEach"],"%ArrayProto_keys%":["Array","prototype","keys"],"%ArrayProto_values%":["Array","prototype","values"],"%AsyncFunctionPrototype%":["AsyncFunction","prototype"],"%AsyncGenerator%":["AsyncGeneratorFunction","prototype"],"%AsyncGeneratorPrototype%":["AsyncGeneratorFunction","prototype","prototype"],"%BooleanPrototype%":["Boolean","prototype"],"%DataViewPrototype%":["DataView","prototype"],"%DatePrototype%":["Date","prototype"],"%ErrorPrototype%":["Error","prototype"],"%EvalErrorPrototype%":["EvalError","prototype"],"%Float32ArrayPrototype%":["Float32Array","prototype"],"%Float64ArrayPrototype%":["Float64Array","prototype"],"%FunctionPrototype%":["Function","prototype"],"%Generator%":["GeneratorFunction","prototype"],"%GeneratorPrototype%":["GeneratorFunction","prototype","prototype"],"%Int8ArrayPrototype%":["Int8Array","prototype"],"%Int16ArrayPrototype%":["Int16Array","prototype"],"%Int32ArrayPrototype%":["Int32Array","prototype"],"%JSONParse%":["JSON","parse"],"%JSONStringify%":["JSON","stringify"],"%MapPrototype%":["Map","prototype"],"%NumberPrototype%":["Number","prototype"],"%ObjectPrototype%":["Object","prototype"],"%ObjProto_toString%":["Object","prototype","toString"],"%ObjProto_valueOf%":["Object","prototype","valueOf"],"%PromisePrototype%":["Promise","prototype"],"%PromiseProto_then%":["Promise","prototype","then"],"%Promise_all%":["Promise","all"],"%Promise_reject%":["Promise","reject"],"%Promise_resolve%":["Promise","resolve"],"%RangeErrorPrototype%":["RangeError","prototype"],"%ReferenceErrorPrototype%":["ReferenceError","prototype"],"%RegExpPrototype%":["RegExp","prototype"],"%SetPrototype%":["Set","prototype"],"%SharedArrayBufferPrototype%":["SharedArrayBuffer","prototype"],"%StringPrototype%":["String","prototype"],"%SymbolPrototype%":["Symbol","prototype"],"%SyntaxErrorPrototype%":["SyntaxError","prototype"],"%TypedArrayPrototype%":["TypedArray","prototype"],"%TypeErrorPrototype%":["TypeError","prototype"],"%Uint8ArrayPrototype%":["Uint8Array","prototype"],"%Uint8ClampedArrayPrototype%":["Uint8ClampedArray","prototype"],"%Uint16ArrayPrototype%":["Uint16Array","prototype"],"%Uint32ArrayPrototype%":["Uint32Array","prototype"],"%URIErrorPrototype%":["URIError","prototype"],"%WeakMapPrototype%":["WeakMap","prototype"],"%WeakSetPrototype%":["WeakSet","prototype"]},A=xl(),v=e6(),y=A.call(Function.call,Array.prototype.concat),E=A.call(Function.apply,Array.prototype.splice),w=A.call(Function.call,String.prototype.replace),S=A.call(Function.call,String.prototype.slice),C=A.call(Function.call,RegExp.prototype.exec),k=/[^%.[\]]+|\[(?:(-?\d+(?:\.\d+)?)|(["'])((?:(?!\2)[^\\]|\\.)*?)\2)\]|(?=(?:\.|\[\])(?:\.|\[\]|%$))/g,O=/\\(\\)?/g,T=function($){var P=S($,0,1),D=S($,-1);if(P==="%"&&D!=="%")throw new n("invalid intrinsic syntax, expected closing `%`");if(D==="%"&&P!=="%")throw new n("invalid intrinsic syntax, expected opening `%`");var L=[];return w($,k,function(N,V,B,H){L[L.length]=B?w(H,O,"$1"):V||N}),L},R=function($,P){var D=$,L;if(v(x,D)&&(L=x[D],D="%"+L[0]+"%"),v(h,D)){var N=h[D];if(N===m&&(N=g(D)),typeof N>"u"&&!P)throw new l("intrinsic "+$+" exists, but is not available. Please file an issue!");return{alias:L,name:D,value:N}}throw new n("intrinsic "+$+" does not exist!")};t.exports=function($,P){if(typeof $!="string"||$.length===0)throw new l("intrinsic name must be a non-empty string");if(arguments.length>1&&typeof P!="boolean")throw new l('"allowMissing" argument must be a boolean');if(C(/^%?[^%]*%?$/,$)===null)throw new n("`%` may not be present anywhere but at the beginning and end of the intrinsic name");var D=T($),L=D.length>0?D[0]:"",N=R("%"+L+"%",P),V=N.name,B=N.value,H=!1,K=N.alias;K&&(L=K[0],E(D,y([0,1],K)));for(var re=1,Y=!0;re=D.length){var U=u(B,X);Y=!!U,Y&&"get"in U&&!("originalValue"in U.get)?B=U.get:B=B[X]}else Y=v(B,X),B=B[X];Y&&!H&&(h[V]=B)}}return B}}}),t6=Ie({"node_modules/call-bind/index.js"(e,t){var r=xl(),n=p0(),a=n("%Function.prototype.apply%"),l=n("%Function.prototype.call%"),i=n("%Reflect.apply%",!0)||r.call(l,a),u=n("%Object.getOwnPropertyDescriptor%",!0),s=n("%Object.defineProperty%",!0),c=n("%Math.max%");if(s)try{s({},"a",{value:1})}catch{s=null}t.exports=function(m){var p=i(r,l,arguments);if(u&&s){var h=u(p,"length");h.configurable&&s(p,"length",{value:1+c(0,m.length-(arguments.length-1))})}return p};var d=function(){return i(r,a,arguments)};s?s(t.exports,"apply",{value:d}):t.exports.apply=d}}),r6=Ie({"node_modules/call-bind/callBound.js"(e,t){var r=p0(),n=t6(),a=n(r("String.prototype.indexOf"));t.exports=function(i,u){var s=r(i,!!u);return typeof s=="function"&&a(i,".prototype.")>-1?n(s):s}}}),n6=Ie({"node_modules/has-tostringtag/shams.js"(e,t){var r=c0();t.exports=function(){return r()&&!!Symbol.toStringTag}}}),a6=Ie({"node_modules/is-regex/index.js"(e,t){var r=r6(),n=n6()(),a,l,i,u;n&&(a=r("Object.prototype.hasOwnProperty"),l=r("RegExp.prototype.exec"),i={},s=function(){throw i},u={toString:s,valueOf:s},typeof Symbol.toPrimitive=="symbol"&&(u[Symbol.toPrimitive]=s));var s,c=r("Object.prototype.toString"),d=Object.getOwnPropertyDescriptor,f="[object RegExp]";t.exports=n?function(p){if(!p||typeof p!="object")return!1;var h=d(p,"lastIndex"),g=h&&a(h,"value");if(!g)return!1;try{l(p,u)}catch(x){return x===i}}:function(p){return!p||typeof p!="object"&&typeof p!="function"?!1:c(p)===f}}}),o6=Ie({"node_modules/is-function/index.js"(e,t){t.exports=n;var r=Object.prototype.toString;function n(a){if(!a)return!1;var l=r.call(a);return l==="[object Function]"||typeof a=="function"&&l!=="[object RegExp]"||typeof window<"u"&&(a===window.setTimeout||a===window.alert||a===window.confirm||a===window.prompt)}}}),l6=Ie({"node_modules/is-symbol/index.js"(e,t){var r=Object.prototype.toString,n=d0()();n?(a=Symbol.prototype.toString,l=/^Symbol\(.*\)$/,i=function(s){return typeof s.valueOf()!="symbol"?!1:l.test(a.call(s))},t.exports=function(s){if(typeof s=="symbol")return!0;if(r.call(s)!=="[object Symbol]")return!1;try{return i(s)}catch{return!1}}):t.exports=function(s){return!1};var a,l,i}}),i6=El(a6()),s6=El(o6()),u6=El(l6());function c6(e){return e!=null&&typeof e=="object"&&Array.isArray(e)===!1}var d6=typeof global=="object"&&global&&global.Object===Object&&global,p6=d6,f6=typeof self=="object"&&self&&self.Object===Object&&self,m6=p6||f6||Function("return this")(),wl=m6,g6=wl.Symbol,sr=g6,f0=Object.prototype,h6=f0.hasOwnProperty,b6=f0.toString,wr=sr?sr.toStringTag:void 0;function y6(e){var t=h6.call(e,wr),r=e[wr];try{e[wr]=void 0;var n=!0}catch{}var a=b6.call(e);return n&&(t?e[wr]=r:delete e[wr]),a}var v6=y6,E6=Object.prototype,x6=E6.toString;function w6(e){return x6.call(e)}var A6=w6,S6="[object Null]",C6="[object Undefined]",Qi=sr?sr.toStringTag:void 0;function k6(e){return e==null?e===void 0?C6:S6:Qi&&Qi in Object(e)?v6(e):A6(e)}var _6=k6,es=sr?sr.prototype:void 0;es&&es.toString;function O6(e){var t=typeof e;return e!=null&&(t=="object"||t=="function")}var m0=O6,T6="[object AsyncFunction]",R6="[object Function]",F6="[object GeneratorFunction]",$6="[object Proxy]";function D6(e){if(!m0(e))return!1;var t=_6(e);return t==R6||t==F6||t==T6||t==$6}var L6=D6,M6=wl["__core-js_shared__"],$a=M6,ts=function(){var e=/[^.]+$/.exec($a&&$a.keys&&$a.keys.IE_PROTO||"");return e?"Symbol(src)_1."+e:""}();function B6(e){return!!ts&&ts in e}var I6=B6,P6=Function.prototype,j6=P6.toString;function N6(e){if(e!=null){try{return j6.call(e)}catch{}try{return e+""}catch{}}return""}var H6=N6,Z6=/[\\^$.*+?()[\]{}|]/g,V6=/^\[object .+?Constructor\]$/,z6=Function.prototype,q6=Object.prototype,U6=z6.toString,W6=q6.hasOwnProperty,G6=RegExp("^"+U6.call(W6).replace(Z6,"\\$&").replace(/hasOwnProperty|(function).*?(?=\\\()| for .+?(?=\\\])/g,"$1.*?")+"$");function Y6(e){if(!m0(e)||I6(e))return!1;var t=L6(e)?G6:V6;return t.test(H6(e))}var K6=Y6;function X6(e,t){return e==null?void 0:e[t]}var J6=X6;function Q6(e,t){var r=J6(e,t);return K6(r)?r:void 0}var g0=Q6;function eE(e,t){return e===t||e!==e&&t!==t}var tE=eE,rE=g0(Object,"create"),Hr=rE;function nE(){this.__data__=Hr?Hr(null):{},this.size=0}var aE=nE;function oE(e){var t=this.has(e)&&delete this.__data__[e];return this.size-=t?1:0,t}var lE=oE,iE="__lodash_hash_undefined__",sE=Object.prototype,uE=sE.hasOwnProperty;function cE(e){var t=this.__data__;if(Hr){var r=t[e];return r===iE?void 0:r}return uE.call(t,e)?t[e]:void 0}var dE=cE,pE=Object.prototype,fE=pE.hasOwnProperty;function mE(e){var t=this.__data__;return Hr?t[e]!==void 0:fE.call(t,e)}var gE=mE,hE="__lodash_hash_undefined__";function bE(e,t){var r=this.__data__;return this.size+=this.has(e)?0:1,r[e]=Hr&&t===void 0?hE:t,this}var yE=bE;function pr(e){var t=-1,r=e==null?0:e.length;for(this.clear();++t-1}var TE=OE;function RE(e,t){var r=this.__data__,n=ra(r,e);return n<0?(++this.size,r.push([e,t])):r[n][1]=t,this}var FE=RE;function fr(e){var t=-1,r=e==null?0:e.length;for(this.clear();++t{let t=null,r=!1,n=!1,a=!1,l="";if(e.indexOf("//")>=0||e.indexOf("/*")>=0)for(let i=0;ir8(e).replace(/\n\s*/g,"").trim()),a8=function(t,r){const n=r.slice(0,r.indexOf("{")),a=r.slice(r.indexOf("{"));if(n.includes("=>")||n.includes("function"))return r;let l=n;return l=l.replace(t,"function"),l+a},o8=/^\d{4}-\d{2}-\d{2}T\d{2}:\d{2}:\d{2}(\.\d{3})?Z$/;function b0(e){if(!t8(e))return e;let t=e,r=!1;return typeof Event<"u"&&e instanceof Event&&(t=J7(t),r=!0),t=Object.keys(t).reduce((n,a)=>{try{t[a]&&t[a].toJSON,n[a]=t[a]}catch{r=!0}return n},{}),r?t:e}var l8=function(t){let r,n,a,l;return function(u,s){try{if(u==="")return l=[],r=new Map([[s,"[]"]]),n=new Map,a=[],s;const c=n.get(this)||this;for(;a.length&&c!==a[0];)a.shift(),l.pop();if(typeof s=="boolean")return s;if(s===void 0)return t.allowUndefined?"_undefined_":void 0;if(s===null)return null;if(typeof s=="number")return s===-1/0?"_-Infinity_":s===1/0?"_Infinity_":Number.isNaN(s)?"_NaN_":s;if(typeof s=="bigint")return`_bigint_${s.toString()}`;if(typeof s=="string")return o8.test(s)?t.allowDate?`_date_${s}`:void 0:s;if((0,i6.default)(s))return t.allowRegExp?`_regexp_${s.flags}|${s.source}`:void 0;if((0,s6.default)(s)){if(!t.allowFunction)return;const{name:f}=s,m=s.toString();return m.match(/(\[native code\]|WEBPACK_IMPORTED_MODULE|__webpack_exports__|__webpack_require__)/)?`_function_${f}|${(()=>{}).toString()}`:`_function_${f}|${n8(a8(u,m))}`}if((0,u6.default)(s)){if(!t.allowSymbol)return;const f=Symbol.keyFor(s);return f!==void 0?`_gsymbol_${f}`:`_symbol_${s.toString().slice(7,-1)}`}if(a.length>=t.maxDepth)return Array.isArray(s)?`[Array(${s.length})]`:"[Object]";if(s===this)return`_duplicate_${JSON.stringify(l)}`;if(s instanceof Error&&t.allowError)return{__isConvertedError__:!0,errorProperties:{...s.cause?{cause:s.cause}:{},...s,name:s.name,message:s.message,stack:s.stack,"_constructor-name_":s.constructor.name}};if(s.constructor&&s.constructor.name&&s.constructor.name!=="Object"&&!Array.isArray(s)&&!t.allowClass)return;const d=r.get(s);if(!d){const f=Array.isArray(s)?s:b0(s);if(s.constructor&&s.constructor.name&&s.constructor.name!=="Object"&&!Array.isArray(s)&&t.allowClass)try{Object.assign(f,{"_constructor-name_":s.constructor.name})}catch{}return l.push(u),a.unshift(f),r.set(s,JSON.stringify(l)),s!==f&&n.set(s,f),f}return`_duplicate_${d}`}catch{return}}},i8={maxDepth:10,space:void 0,allowFunction:!0,allowRegExp:!0,allowDate:!0,allowClass:!0,allowError:!0,allowUndefined:!0,allowSymbol:!0,lazyEval:!0},s8=(e,t={})=>{const r={...i8,...t};return JSON.stringify(b0(e),l8(r),t.space)};/*! + * isobject + * + * Copyright (c) 2014-2017, Jon Schlinkert. + * Released under the MIT License. + *//** + * @license + * Lodash (Custom Build) + * Build: `lodash modularize exports="es" -o ./` + * Copyright OpenJS Foundation and other contributors + * Released under MIT license + * Based on Underscore.js 1.8.3 + * Copyright Jeremy Ashkenas, DocumentCloud and Investigative Reporters & Editors + */var y0={exports:{}},Da,ns;function u8(){return ns||(ns=1,Da={tocSelector:".js-toc",contentSelector:".js-toc-content",headingSelector:"h1, h2, h3",ignoreSelector:".js-toc-ignore",hasInnerContainers:!1,linkClass:"toc-link",extraLinkClasses:"",activeLinkClass:"is-active-link",listClass:"toc-list",extraListClasses:"",isCollapsedClass:"is-collapsed",collapsibleClass:"is-collapsible",listItemClass:"toc-list-item",activeListItemClass:"is-active-li",collapseDepth:0,scrollSmooth:!0,scrollSmoothDuration:420,scrollSmoothOffset:0,scrollEndCallback:function(e){},headingsOffset:1,throttleTimeout:50,positionFixedSelector:null,positionFixedClass:"is-position-fixed",fixedSidebarOffset:"auto",includeHtml:!1,includeTitleTags:!1,onClick:function(e){},orderedList:!0,scrollContainer:null,skipRendering:!1,headingLabelCallback:!1,ignoreHiddenElements:!1,headingObjectCallback:null,basePath:"",disableTocScrollSync:!1,tocScrollOffset:0}),Da}var La,as;function c8(){return as||(as=1,La=function(e){var t=[].forEach,r=[].some,n=document.body,a,l=!0,i=" ";function u(v,y){var E=y.appendChild(c(v));if(v.children.length){var w=d(v.isCollapsed);v.children.forEach(function(S){u(S,w)}),E.appendChild(w)}}function s(v,y){var E=!1,w=d(E);if(y.forEach(function(S){u(S,w)}),a=v||a,a!==null)return a.firstChild&&a.removeChild(a.firstChild),y.length===0?a:a.appendChild(w)}function c(v){var y=document.createElement("li"),E=document.createElement("a");return e.listItemClass&&y.setAttribute("class",e.listItemClass),e.onClick&&(E.onclick=e.onClick),e.includeTitleTags&&E.setAttribute("title",v.textContent),e.includeHtml&&v.childNodes.length?t.call(v.childNodes,function(w){E.appendChild(w.cloneNode(!0))}):E.textContent=v.textContent,E.setAttribute("href",e.basePath+"#"+v.id),E.setAttribute("class",e.linkClass+i+"node-name--"+v.nodeName+i+e.extraLinkClasses),y.appendChild(E),y}function d(v){var y=e.orderedList?"ol":"ul",E=document.createElement(y),w=e.listClass+i+e.extraListClasses;return v&&(w=w+i+e.collapsibleClass,w=w+i+e.isCollapsedClass),E.setAttribute("class",w),E}function f(){if(e.scrollContainer&&document.querySelector(e.scrollContainer)){var v;v=document.querySelector(e.scrollContainer).scrollTop}else v=document.documentElement.scrollTop||n.scrollTop;var y=document.querySelector(e.positionFixedSelector);e.fixedSidebarOffset==="auto"&&(e.fixedSidebarOffset=a.offsetTop),v>e.fixedSidebarOffset?y.className.indexOf(e.positionFixedClass)===-1&&(y.className+=i+e.positionFixedClass):y.className=y.className.replace(i+e.positionFixedClass,"")}function m(v){var y=0;return v!==null&&(y=v.offsetTop,e.hasInnerContainers&&(y+=m(v.offsetParent))),y}function p(v,y){return v&&v.className!==y&&(v.className=y),v}function h(v){if(e.scrollContainer&&document.querySelector(e.scrollContainer)){var y;y=document.querySelector(e.scrollContainer).scrollTop}else y=document.documentElement.scrollTop||n.scrollTop;e.positionFixedSelector&&f();var E=v,w;if(l&&a!==null&&E.length>0){r.call(E,function(F,$){if(m(F)>y+e.headingsOffset+10){var P=$===0?$:$-1;return w=E[P],!0}else if($===E.length-1)return w=E[E.length-1],!0});var S=a.querySelector("."+e.activeLinkClass),C=a.querySelector("."+e.linkClass+".node-name--"+w.nodeName+'[href="'+e.basePath+"#"+w.id.replace(/([ #;&,.+*~':"!^$[\]()=>|/\\@])/g,"\\$1")+'"]');if(S===C)return;var k=a.querySelectorAll("."+e.linkClass);t.call(k,function(F){p(F,F.className.replace(i+e.activeLinkClass,""))});var O=a.querySelectorAll("."+e.listItemClass);t.call(O,function(F){p(F,F.className.replace(i+e.activeListItemClass,""))}),C&&C.className.indexOf(e.activeLinkClass)===-1&&(C.className+=i+e.activeLinkClass);var T=C&&C.parentNode;T&&T.className.indexOf(e.activeListItemClass)===-1&&(T.className+=i+e.activeListItemClass);var R=a.querySelectorAll("."+e.listClass+"."+e.collapsibleClass);t.call(R,function(F){F.className.indexOf(e.isCollapsedClass)===-1&&(F.className+=i+e.isCollapsedClass)}),C&&C.nextSibling&&C.nextSibling.className.indexOf(e.isCollapsedClass)!==-1&&p(C.nextSibling,C.nextSibling.className.replace(i+e.isCollapsedClass,"")),g(C&&C.parentNode.parentNode)}}function g(v){return v&&v.className.indexOf(e.collapsibleClass)!==-1&&v.className.indexOf(e.isCollapsedClass)!==-1?(p(v,v.className.replace(i+e.isCollapsedClass,"")),g(v.parentNode.parentNode)):v}function x(v){var y=v.target||v.srcElement;typeof y.className!="string"||y.className.indexOf(e.linkClass)===-1||(l=!1)}function A(){l=!0}return{enableTocAnimation:A,disableTocAnimation:x,render:s,updateToc:h}}),La}var Ma,os;function d8(){return os||(os=1,Ma=function(t){var r=[].reduce;function n(d){return d[d.length-1]}function a(d){return+d.nodeName.toUpperCase().replace("H","")}function l(d){try{return d instanceof window.HTMLElement||d instanceof window.parent.HTMLElement}catch{return d instanceof window.HTMLElement}}function i(d){if(!l(d))return d;if(t.ignoreHiddenElements&&(!d.offsetHeight||!d.offsetParent))return null;const f=d.getAttribute("data-heading-label")||(t.headingLabelCallback?String(t.headingLabelCallback(d.innerText)):(d.innerText||d.textContent).trim());var m={id:d.id,children:[],nodeName:d.nodeName,headingLevel:a(d),textContent:f};return t.includeHtml&&(m.childNodes=d.childNodes),t.headingObjectCallback?t.headingObjectCallback(m,d):m}function u(d,f){for(var m=i(d),p=m.headingLevel,h=f,g=n(h),x=g?g.headingLevel:0,A=p-x;A>0&&(g=n(h),!(g&&p===g.headingLevel));)g&&g.children!==void 0&&(h=g.children),A--;return p>=t.collapseDepth&&(m.isCollapsed=!0),h.push(m),h}function s(d,f){var m=f;t.ignoreSelector&&(m=f.split(",").map(function(h){return h.trim()+":not("+t.ignoreSelector+")"}));try{return d.querySelectorAll(m)}catch{return console.warn("Headers not found with selector: "+m),null}}function c(d){return r.call(d,function(m,p){var h=i(p);return h&&u(h,m.nest),m},{nest:[]})}return{nestHeadingsArray:c,selectHeadings:s}}),Ma}var Ba,ls;function p8(){if(ls)return Ba;ls=1;const e=30;return Ba=function(r){var n=r.tocElement||document.querySelector(r.tocSelector);if(n&&n.scrollHeight>n.clientHeight){var a=n.querySelector("."+r.activeListItemClass);if(a){var l=n.scrollTop,i=l+n.clientHeight,u=a.offsetTop,s=u+a.clientHeight;ui-r.tocScrollOffset-e&&(n.scrollTop+=s-i+r.tocScrollOffset+2*e)}}},Ba}var Ia={},is;function f8(){if(is)return Ia;is=1,Ia.initSmoothScrolling=e;function e(r){var n=r.duration,a=r.offset,l=location.hash?s(location.href):location.href;i();function i(){document.body.addEventListener("click",d,!1);function d(f){!u(f.target)||f.target.className.indexOf("no-smooth-scroll")>-1||f.target.href.charAt(f.target.href.length-2)==="#"&&f.target.href.charAt(f.target.href.length-1)==="!"||f.target.className.indexOf(r.linkClass)===-1||t(f.target.hash,{duration:n,offset:a,callback:function(){c(f.target.hash)}})}}function u(d){return d.tagName.toLowerCase()==="a"&&(d.hash.length>0||d.href.charAt(d.href.length-1)==="#")&&(s(d.href)===l||s(d.href)+"#"===l)}function s(d){return d.slice(0,d.lastIndexOf("#"))}function c(d){var f=document.getElementById(d.substring(1));f&&(/^(?:a|select|input|button|textarea)$/i.test(f.tagName)||(f.tabIndex=-1),f.focus())}}function t(r,n){var a=window.pageYOffset,l={duration:n.duration,offset:n.offset||0,callback:n.callback,easing:n.easing||p},i=document.querySelector('[id="'+decodeURI(r).split("#").join("")+'"]')||document.querySelector('[id="'+r.split("#").join("")+'"]'),u=typeof r=="string"?l.offset+(r?i&&i.getBoundingClientRect().top||0:-(document.documentElement.scrollTop||document.body.scrollTop)):r,s=typeof l.duration=="function"?l.duration(u):l.duration,c,d;requestAnimationFrame(function(h){c=h,f(h)});function f(h){d=h-c,window.scrollTo(0,l.easing(d,a,u,s)),d"u"&&!f)return;var m,p=Object.prototype.hasOwnProperty;function h(){for(var v={},y=0;y({backgroundColor:e.base==="light"?"rgba(0,0,0,.01)":"rgba(255,255,255,.01)",borderRadius:e.appBorderRadius,border:`1px dashed ${e.appBorderColor}`,display:"flex",alignItems:"center",justifyContent:"center",padding:20,margin:"25px 0 40px",color:ee(.3,e.color.defaultText),fontSize:e.typography.size.s2})),v0=e=>o.createElement(v8,{...e,className:"docblock-emptyblock sb-unstyled"}),E8=_(Wn)(({theme:e})=>({fontSize:`${e.typography.size.s2-1}px`,lineHeight:"19px",margin:"25px 0 40px",borderRadius:e.appBorderRadius,boxShadow:e.base==="light"?"rgba(0, 0, 0, 0.10) 0 1px 3px 0":"rgba(0, 0, 0, 0.20) 0 2px 5px 0","pre.prismjs":{padding:20,background:"inherit"}})),x8=_.div(({theme:e})=>({background:e.background.content,borderRadius:e.appBorderRadius,border:`1px solid ${e.appBorderColor}`,boxShadow:e.base==="light"?"rgba(0, 0, 0, 0.10) 0 1px 3px 0":"rgba(0, 0, 0, 0.20) 0 2px 5px 0",margin:"25px 0 40px",padding:"20px 20px 20px 22px"})),on=_.div(({theme:e})=>({animation:`${e.animation.glow} 1.5s ease-in-out infinite`,background:e.appBorderColor,height:17,marginTop:1,width:"60%",[`&:first-child${Ja}`]:{margin:0}})),w8=()=>o.createElement(x8,null,o.createElement(on,null),o.createElement(on,{style:{width:"80%"}}),o.createElement(on,{style:{width:"30%"}}),o.createElement(on,{style:{width:"80%"}})),Cl=({isLoading:e,error:t,language:r,code:n,dark:a,format:l,...i})=>{if(e)return o.createElement(w8,null);if(t)return o.createElement(v0,null,t);let u=o.createElement(E8,{bordered:!0,copyable:!0,format:l,language:r,className:"docblock-source sb-unstyled",...i},n);if(typeof a>"u")return u;let s=a?Ua.dark:Ua.light;return o.createElement(ru,{theme:Xa(s)},u)};Cl.defaultProps={format:!1};var le=e=>`& :where(${e}:not(.sb-anchor, .sb-unstyled, .sb-unstyled ${e}))`,kl=600,A8=_.h1(te,({theme:e})=>({color:e.color.defaultText,fontSize:e.typography.size.m3,fontWeight:e.typography.weight.bold,lineHeight:"32px",[`@media (min-width: ${kl}px)`]:{fontSize:e.typography.size.l1,lineHeight:"36px",marginBottom:"16px"}})),S8=_.h2(te,({theme:e})=>({fontWeight:e.typography.weight.regular,fontSize:e.typography.size.s3,lineHeight:"20px",borderBottom:"none",marginBottom:15,[`@media (min-width: ${kl}px)`]:{fontSize:e.typography.size.m1,lineHeight:"28px",marginBottom:24},color:ee(.25,e.color.defaultText)})),C8=_.div(({theme:e})=>{let t={fontFamily:e.typography.fonts.base,fontSize:e.typography.size.s3,margin:0,WebkitFontSmoothing:"antialiased",MozOsxFontSmoothing:"grayscale",WebkitTapHighlightColor:"rgba(0, 0, 0, 0)",WebkitOverflowScrolling:"touch"},r={margin:"20px 0 8px",padding:0,cursor:"text",position:"relative",color:e.color.defaultText,"&:first-of-type":{marginTop:0,paddingTop:0},"&:hover a.anchor":{textDecoration:"none"},"& code":{fontSize:"inherit"}},n={lineHeight:1,margin:"0 2px",padding:"3px 5px",whiteSpace:"nowrap",borderRadius:3,fontSize:e.typography.size.s2-1,border:e.base==="light"?`1px solid ${e.color.mediumlight}`:`1px solid ${e.color.darker}`,color:e.base==="light"?ee(.1,e.color.defaultText):ee(.3,e.color.defaultText),backgroundColor:e.base==="light"?e.color.lighter:e.color.border};return{maxWidth:1e3,width:"100%",[le("a")]:{...t,fontSize:"inherit",lineHeight:"24px",color:e.color.secondary,textDecoration:"none","&.absent":{color:"#cc0000"},"&.anchor":{display:"block",paddingLeft:30,marginLeft:-30,cursor:"pointer",position:"absolute",top:0,left:0,bottom:0}},[le("blockquote")]:{...t,margin:"16px 0",borderLeft:`4px solid ${e.color.medium}`,padding:"0 15px",color:e.color.dark,"& > :first-of-type":{marginTop:0},"& > :last-child":{marginBottom:0}},[le("div")]:t,[le("dl")]:{...t,margin:"16px 0",padding:0,"& dt":{fontSize:"14px",fontWeight:"bold",fontStyle:"italic",padding:0,margin:"16px 0 4px"},"& dt:first-of-type":{padding:0},"& dt > :first-of-type":{marginTop:0},"& dt > :last-child":{marginBottom:0},"& dd":{margin:"0 0 16px",padding:"0 15px"},"& dd > :first-of-type":{marginTop:0},"& dd > :last-child":{marginBottom:0}},[le("h1")]:{...t,...r,fontSize:`${e.typography.size.l1}px`,fontWeight:e.typography.weight.bold},[le("h2")]:{...t,...r,fontSize:`${e.typography.size.m2}px`,paddingBottom:4,borderBottom:`1px solid ${e.appBorderColor}`},[le("h3")]:{...t,...r,fontSize:`${e.typography.size.m1}px`,fontWeight:e.typography.weight.bold},[le("h4")]:{...t,...r,fontSize:`${e.typography.size.s3}px`},[le("h5")]:{...t,...r,fontSize:`${e.typography.size.s2}px`},[le("h6")]:{...t,...r,fontSize:`${e.typography.size.s2}px`,color:e.color.dark},[le("hr")]:{border:"0 none",borderTop:`1px solid ${e.appBorderColor}`,height:4,padding:0},[le("img")]:{maxWidth:"100%"},[le("li")]:{...t,fontSize:e.typography.size.s2,color:e.color.defaultText,lineHeight:"24px","& + li":{marginTop:".25em"},"& ul, & ol":{marginTop:".25em",marginBottom:0},"& code":n},[le("ol")]:{...t,margin:"16px 0",paddingLeft:30,"& :first-of-type":{marginTop:0},"& :last-child":{marginBottom:0}},[le("p")]:{...t,margin:"16px 0",fontSize:e.typography.size.s2,lineHeight:"24px",color:e.color.defaultText,"& code":n},[le("pre")]:{...t,fontFamily:e.typography.fonts.mono,WebkitFontSmoothing:"antialiased",MozOsxFontSmoothing:"grayscale",lineHeight:"18px",padding:"11px 1rem",whiteSpace:"pre-wrap",color:"inherit",borderRadius:3,margin:"1rem 0","&:not(.prismjs)":{background:"transparent",border:"none",borderRadius:0,padding:0,margin:0},"& pre, &.prismjs":{padding:15,margin:0,whiteSpace:"pre-wrap",color:"inherit",fontSize:"13px",lineHeight:"19px",code:{color:"inherit",fontSize:"inherit"}},"& code":{whiteSpace:"pre"},"& code, & tt":{border:"none"}},[le("span")]:{...t,"&.frame":{display:"block",overflow:"hidden","& > span":{border:`1px solid ${e.color.medium}`,display:"block",float:"left",overflow:"hidden",margin:"13px 0 0",padding:7,width:"auto"},"& span img":{display:"block",float:"left"},"& span span":{clear:"both",color:e.color.darkest,display:"block",padding:"5px 0 0"}},"&.align-center":{display:"block",overflow:"hidden",clear:"both","& > span":{display:"block",overflow:"hidden",margin:"13px auto 0",textAlign:"center"},"& span img":{margin:"0 auto",textAlign:"center"}},"&.align-right":{display:"block",overflow:"hidden",clear:"both","& > span":{display:"block",overflow:"hidden",margin:"13px 0 0",textAlign:"right"},"& span img":{margin:0,textAlign:"right"}},"&.float-left":{display:"block",marginRight:13,overflow:"hidden",float:"left","& span":{margin:"13px 0 0"}},"&.float-right":{display:"block",marginLeft:13,overflow:"hidden",float:"right","& > span":{display:"block",overflow:"hidden",margin:"13px auto 0",textAlign:"right"}}},[le("table")]:{...t,margin:"16px 0",fontSize:e.typography.size.s2,lineHeight:"24px",padding:0,borderCollapse:"collapse","& tr":{borderTop:`1px solid ${e.appBorderColor}`,backgroundColor:e.appContentBg,margin:0,padding:0},"& tr:nth-of-type(2n)":{backgroundColor:e.base==="dark"?e.color.darker:e.color.lighter},"& tr th":{fontWeight:"bold",color:e.color.defaultText,border:`1px solid ${e.appBorderColor}`,margin:0,padding:"6px 13px"},"& tr td":{border:`1px solid ${e.appBorderColor}`,color:e.color.defaultText,margin:0,padding:"6px 13px"},"& tr th :first-of-type, & tr td :first-of-type":{marginTop:0},"& tr th :last-child, & tr td :last-child":{marginBottom:0}},[le("ul")]:{...t,margin:"16px 0",paddingLeft:30,"& :first-of-type":{marginTop:0},"& :last-child":{marginBottom:0},listStyle:"disc"}}}),k8=_.div(({theme:e})=>({background:e.background.content,display:"flex",justifyContent:"center",padding:"4rem 20px",minHeight:"100vh",boxSizing:"border-box",gap:"3rem",[`@media (min-width: ${kl}px)`]:{}})),_8=({children:e,toc:t})=>o.createElement(k8,{className:"sbdocs sbdocs-wrapper"},o.createElement(C8,{className:"sbdocs sbdocs-content"},e),t),aa=e=>({borderRadius:e.appBorderRadius,background:e.background.content,boxShadow:e.base==="light"?"rgba(0, 0, 0, 0.10) 0 1px 3px 0":"rgba(0, 0, 0, 0.20) 0 2px 5px 0",border:`1px solid ${e.appBorderColor}`}),O8=({zoom:e,resetZoom:t})=>o.createElement(o.Fragment,null,o.createElement(Pt,{key:"zoomin",onClick:r=>{r.preventDefault(),e(.8)},title:"Zoom in"},o.createElement(ve,{icon:"zoom"})),o.createElement(Pt,{key:"zoomout",onClick:r=>{r.preventDefault(),e(1.25)},title:"Zoom out"},o.createElement(ve,{icon:"zoomout"})),o.createElement(Pt,{key:"zoomreset",onClick:r=>{r.preventDefault(),t()},title:"Reset zoom"},o.createElement(ve,{icon:"zoomreset"}))),T8=_(Kn)({position:"absolute",left:0,right:0,top:0,transition:"transform .2s linear"}),R8=({isLoading:e,storyId:t,baseUrl:r,zoom:n,resetZoom:a,...l})=>o.createElement(T8,{...l},o.createElement(b.Fragment,{key:"left"},e?[1,2,3].map(i=>o.createElement(_c,{key:i})):o.createElement(O8,{zoom:n,resetZoom:a}))),E0=b.createContext({scale:1}),{window:F8}=$e,$8=class extends b.Component{constructor(){super(...arguments),this.iframe=null}componentDidMount(){let{id:e}=this.props;this.iframe=F8.document.getElementById(e)}shouldComponentUpdate(e){let{scale:t}=e;return t!==this.props.scale&&this.setIframeBodyStyle({width:`${t*100}%`,height:`${t*100}%`,transform:`scale(${1/t})`,transformOrigin:"top left"}),!1}setIframeBodyStyle(e){return Object.assign(this.iframe.contentDocument.body.style,e)}render(){let{id:e,title:t,src:r,allowFullScreen:n,scale:a,...l}=this.props;return o.createElement("iframe",{id:e,title:t,src:r,...n?{allow:"fullscreen"}:{},loading:"lazy",...l})}},{PREVIEW_URL:D8}=$e,L8=D8||"iframe.html",Eo=({story:e,primary:t})=>`story--${e.id}${t?"--primary":""}`,M8=e=>{let t=b.useRef(),[r,n]=b.useState(!0),[a,l]=b.useState(),{story:i,height:u,autoplay:s,forceInitialArgs:c,renderStoryToElement:d}=e;return b.useEffect(()=>{if(!(i&&t.current))return()=>{};let f=t.current,m=d(i,f,{showMain:()=>{},showError:({title:p,description:h})=>l(new Error(`${p} - ${h}`)),showException:p=>l(p)},{autoplay:s,forceInitialArgs:c});return n(!1),()=>{Promise.resolve().then(()=>m())}},[s,d,i]),a?o.createElement("pre",null,o.createElement(vc,{error:a})):o.createElement(o.Fragment,null,u?o.createElement("style",null,`#${Eo(e)} { min-height: ${u}; transform: translateZ(0); overflow: auto }`):null,r&&o.createElement(_l,null),o.createElement("div",{ref:t,id:`${Eo(e)}-inner`,"data-name":i.name}))},B8=({story:e,height:t="500px"})=>o.createElement("div",{style:{width:"100%",height:t}},o.createElement(E0.Consumer,null,({scale:r})=>o.createElement($8,{key:"iframe",id:`iframe--${e.id}`,title:e.name,src:Fc(L8,e.id,{viewMode:"story"}),allowFullScreen:!0,scale:r,style:{width:"100%",height:"100%",border:"0 none"}}))),I8=e=>{let{inline:t}=e;return o.createElement("div",{id:Eo(e),className:"sb-story sb-unstyled","data-story-block":"true"},t?o.createElement(M8,{...e}):o.createElement(B8,{...e}))},_l=()=>o.createElement(Rc,null),P8=_.div(({isColumn:e,columns:t,layout:r})=>({display:e||!t?"block":"flex",position:"relative",flexWrap:"wrap",overflow:"auto",flexDirection:e?"column":"row","& .innerZoomElementWrapper > *":e?{width:r!=="fullscreen"?"calc(100% - 20px)":"100%",display:"block"}:{maxWidth:r!=="fullscreen"?"calc(100% - 20px)":"100%",display:"inline-block"}}),({layout:e="padded"})=>e==="centered"||e==="padded"?{padding:"30px 20px","& .innerZoomElementWrapper > *":{width:"auto",border:"10px solid transparent!important"}}:{},({layout:e="padded"})=>e==="centered"?{display:"flex",justifyContent:"center",justifyItems:"center",alignContent:"center",alignItems:"center"}:{},({columns:e})=>e&&e>1?{".innerZoomElementWrapper > *":{minWidth:`calc(100% / ${e} - 20px)`}}:{}),ds=_(Cl)(({theme:e})=>({margin:0,borderTopLeftRadius:0,borderTopRightRadius:0,borderBottomLeftRadius:e.appBorderRadius,borderBottomRightRadius:e.appBorderRadius,border:"none",background:e.base==="light"?"rgba(0, 0, 0, 0.85)":Ke(.05,e.background.content),color:e.color.lightest,button:{background:e.base==="light"?"rgba(0, 0, 0, 0.85)":Ke(.05,e.background.content)}})),j8=_.div(({theme:e,withSource:t,isExpanded:r})=>({position:"relative",overflow:"hidden",margin:"25px 0 40px",...aa(e),borderBottomLeftRadius:t&&r&&0,borderBottomRightRadius:t&&r&&0,borderBottomWidth:r&&0,"h3 + &":{marginTop:"16px"}}),({withToolbar:e})=>e&&{paddingTop:40}),N8=(e,t,r)=>{switch(!0){case!!(e&&e.error):return{source:null,actionItem:{title:"No code available",className:"docblock-code-toggle docblock-code-toggle--disabled",disabled:!0,onClick:()=>r(!1)}};case t:return{source:o.createElement(ds,{...e,dark:!0}),actionItem:{title:"Hide code",className:"docblock-code-toggle docblock-code-toggle--expanded",onClick:()=>r(!1)}};default:return{source:o.createElement(ds,{...e,dark:!0}),actionItem:{title:"Show code",className:"docblock-code-toggle",onClick:()=>r(!0)}}}};function H8(e){if(b.Children.count(e)===1){let t=e;if(t.props)return t.props.id}return null}var Z8=_(R8)({position:"absolute",top:0,left:0,right:0,height:40}),V8=_.div({overflow:"hidden",position:"relative"}),xo=({isLoading:e,isColumn:t,columns:r,children:n,withSource:a,withToolbar:l=!1,isExpanded:i=!1,additionalActions:u,className:s,layout:c="padded",...d})=>{let[f,m]=b.useState(i),{source:p,actionItem:h}=N8(a,f,m),[g,x]=b.useState(1),A=[s].concat(["sbdocs","sbdocs-preview","sb-unstyled"]),v=a?[h]:[],[y,E]=b.useState(u?[...u]:[]),w=[...v,...y],{window:S}=$e,C=b.useCallback(async O=>{let{createCopyToClipboardFunction:T}=await jt(()=>Promise.resolve().then(()=>Jh),void 0,import.meta.url);T()},[]),k=O=>{let T=S.getSelection();T&&T.type==="Range"||(O.preventDefault(),y.filter(R=>R.title==="Copied").length===0&&C(p.props.code).then(()=>{E([...y,{title:"Copied",onClick:()=>{}}]),S.setTimeout(()=>E(y.filter(R=>R.title!=="Copied")),1500)}))};return o.createElement(j8,{withSource:a,withToolbar:l,...d,className:A.join(" ")},l&&o.createElement(Z8,{isLoading:e,border:!0,zoom:O=>x(g*O),resetZoom:()=>x(1),storyId:H8(n),baseUrl:"./iframe.html"}),o.createElement(E0.Provider,{value:{scale:g}},o.createElement(V8,{className:"docs-story",onCopyCapture:a&&k},o.createElement(P8,{isColumn:t||!Array.isArray(n),columns:r,layout:c},o.createElement(yc.Element,{scale:g},Array.isArray(n)?n.map((O,T)=>o.createElement("div",{key:T},O)):o.createElement("div",null,n))),o.createElement(zo,{actionItems:w}))),a&&f&&p)},z8=_(xo)(()=>({".docs-story":{paddingTop:32,paddingBottom:40}})),q8=()=>o.createElement(z8,{isLoading:!0,withToolbar:!0},o.createElement(_l,null)),U8=_.table(({theme:e})=>({"&&":{borderCollapse:"collapse",borderSpacing:0,border:"none",tr:{border:"none !important",background:"none"},"td, th":{padding:0,border:"none",width:"auto!important"},marginTop:0,marginBottom:0,"th:first-of-type, td:first-of-type":{paddingLeft:0},"th:last-of-type, td:last-of-type":{paddingRight:0},td:{paddingTop:0,paddingBottom:4,"&:not(:first-of-type)":{paddingLeft:10,paddingRight:0}},tbody:{boxShadow:"none",border:"none"},code:gt({theme:e}),div:{span:{fontWeight:"bold"}},"& code":{margin:0,display:"inline-block",fontSize:e.typography.size.s1}}})),W8=({tags:e})=>{let t=(e.params||[]).filter(l=>l.description),r=t.length!==0,n=e.deprecated!=null,a=e.returns!=null&&e.returns.description!=null;return!r&&!a&&!n?null:o.createElement(o.Fragment,null,o.createElement(U8,null,o.createElement("tbody",null,n&&o.createElement("tr",{key:"deprecated"},o.createElement("td",{colSpan:2},o.createElement("strong",null,"Deprecated"),": ",e.deprecated)),r&&t.map(l=>o.createElement("tr",{key:l.name},o.createElement("td",null,o.createElement("code",null,l.name)),o.createElement("td",null,l.description))),a&&o.createElement("tr",{key:"returns"},o.createElement("td",null,o.createElement("code",null,"Returns")),o.createElement("td",null,e.returns.description)))))},wo=8,ps=_.div(({isExpanded:e})=>({display:"flex",flexDirection:e?"column":"row",flexWrap:"wrap",alignItems:"flex-start",marginBottom:"-4px",minWidth:100})),G8=_.span(gt,({theme:e,simple:t=!1})=>({flex:"0 0 auto",fontFamily:e.typography.fonts.mono,fontSize:e.typography.size.s1,wordBreak:"break-word",whiteSpace:"normal",maxWidth:"100%",margin:0,marginRight:"4px",marginBottom:"4px",paddingTop:"2px",paddingBottom:"2px",lineHeight:"13px",...t&&{background:"transparent",border:"0 none",paddingLeft:0}})),Y8=_.button(({theme:e})=>({fontFamily:e.typography.fonts.mono,color:e.color.secondary,marginBottom:"4px",background:"none",border:"none"})),K8=_.div(gt,({theme:e})=>({fontFamily:e.typography.fonts.mono,color:e.color.secondary,fontSize:e.typography.size.s1,margin:0,whiteSpace:"nowrap",display:"flex",alignItems:"center"})),X8=_.div(({theme:e,width:t})=>({width:t,minWidth:200,maxWidth:800,padding:15,fontFamily:e.typography.fonts.mono,fontSize:e.typography.size.s1,boxSizing:"content-box","& code":{padding:"0 !important"}})),J8=_(ve)({height:10,width:10,minWidth:10,marginLeft:4}),Q8=()=>o.createElement("span",null,"-"),x0=({text:e,simple:t})=>o.createElement(G8,{simple:t},e),ex=Ht(1e3)(e=>{let t=e.split(/\r?\n/);return`${Math.max(...t.map(r=>r.length))}ch`}),tx=e=>{if(!e)return[e];let t=e.split("|").map(r=>r.trim());return ov(t)},fs=(e,t=!0)=>{let r=e;return t||(r=e.slice(0,wo)),r.map(n=>o.createElement(x0,{key:n,text:n===""?'""':n}))},rx=({value:e,initialExpandedArgs:t})=>{let{summary:r,detail:n}=e,[a,l]=b.useState(!1),[i,u]=b.useState(t||!1);if(r==null)return null;let s=typeof r.toString=="function"?r.toString():r;if(n==null){if(/[(){}[\]<>]/.test(s))return o.createElement(x0,{text:s});let c=tx(s),d=c.length;return d>wo?o.createElement(ps,{isExpanded:i},fs(c,i),o.createElement(Y8,{onClick:()=>u(!i)},i?"Show less...":`Show ${d-wo} more...`)):o.createElement(ps,null,fs(c))}return o.createElement(Sc,{closeOnOutsideClick:!0,placement:"bottom",visible:a,onVisibleChange:c=>{l(c)},tooltip:o.createElement(X8,{width:ex(n)},o.createElement(Wn,{language:"jsx",format:!1},n))},o.createElement(K8,{className:"sbdocs-expandable"},o.createElement("span",null,s),o.createElement(J8,{icon:a?"arrowup":"arrowdown"})))},Pa=({value:e,initialExpandedArgs:t})=>e==null?o.createElement(Q8,null):o.createElement(rx,{value:e,initialExpandedArgs:t}),nx=_.label(({theme:e})=>({lineHeight:"18px",alignItems:"center",marginBottom:8,display:"inline-block",position:"relative",whiteSpace:"nowrap",background:e.boolean.background,borderRadius:"3em",padding:1,input:{appearance:"none",width:"100%",height:"100%",position:"absolute",left:0,top:0,margin:0,padding:0,border:"none",background:"transparent",cursor:"pointer",borderRadius:"3em","&:focus":{outline:"none",boxShadow:`${e.color.secondary} 0 0 0 1px inset !important`}},span:{textAlign:"center",fontSize:e.typography.size.s1,fontWeight:e.typography.weight.bold,lineHeight:"1",cursor:"pointer",display:"inline-block",padding:"7px 15px",transition:"all 100ms ease-out",userSelect:"none",borderRadius:"3em",color:ee(.5,e.color.defaultText),background:"transparent","&:hover":{boxShadow:`${an(.3,e.appBorderColor)} 0 0 0 1px inset`},"&:active":{boxShadow:`${an(.05,e.appBorderColor)} 0 0 0 2px inset`,color:an(1,e.appBorderColor)},"&:first-of-type":{paddingRight:8},"&:last-of-type":{paddingLeft:8}},"input:checked ~ span:last-of-type, input:not(:checked) ~ span:first-of-type":{background:e.boolean.selectedBackground,boxShadow:e.base==="light"?`${an(.1,e.appBorderColor)} 0 0 2px`:`${e.appBorderColor} 0 0 0 1px`,color:e.color.defaultText,padding:"7px 15px"}})),ax=e=>e==="true",ox=({name:e,value:t,onChange:r,onBlur:n,onFocus:a})=>{let l=b.useCallback(()=>r(!1),[r]);if(t===void 0)return o.createElement(Ne.Button,{id:Dn(e),onClick:l},"Set boolean");let i=He(e),u=typeof t=="string"?ax(t):t;return o.createElement(nx,{htmlFor:i,"aria-label":e},o.createElement("input",{id:i,type:"checkbox",onChange:s=>r(s.target.checked),checked:u,role:"switch",name:e,onBlur:n,onFocus:a}),o.createElement("span",{"aria-hidden":"true"},"False"),o.createElement("span",{"aria-hidden":"true"},"True"))},lx=e=>{let[t,r,n]=e.split("-"),a=new Date;return a.setFullYear(parseInt(t,10),parseInt(r,10)-1,parseInt(n,10)),a},ix=e=>{let[t,r]=e.split(":"),n=new Date;return n.setHours(parseInt(t,10)),n.setMinutes(parseInt(r,10)),n},sx=e=>{let t=new Date(e),r=`000${t.getFullYear()}`.slice(-4),n=`0${t.getMonth()+1}`.slice(-2),a=`0${t.getDate()}`.slice(-2);return`${r}-${n}-${a}`},ux=e=>{let t=new Date(e),r=`0${t.getHours()}`.slice(-2),n=`0${t.getMinutes()}`.slice(-2);return`${r}:${n}`},cx=_.div(({theme:e})=>({flex:1,display:"flex",input:{marginLeft:10,flex:1,height:32,"&::-webkit-calendar-picker-indicator":{opacity:.5,height:12,filter:e.base==="light"?void 0:"invert(1)"}},"input:first-of-type":{marginLeft:0,flexGrow:4},"input:last-of-type":{flexGrow:3}})),dx=({name:e,value:t,onChange:r,onFocus:n,onBlur:a})=>{let[l,i]=b.useState(!0),u=b.useRef(),s=b.useRef();b.useEffect(()=>{l!==!1&&(u&&u.current&&(u.current.value=sx(t)),s&&s.current&&(s.current.value=ux(t)))},[t]);let c=m=>{let p=lx(m.target.value),h=new Date(t);h.setFullYear(p.getFullYear(),p.getMonth(),p.getDate());let g=h.getTime();g&&r(g),i(!!g)},d=m=>{let p=ix(m.target.value),h=new Date(t);h.setHours(p.getHours()),h.setMinutes(p.getMinutes());let g=h.getTime();g&&r(g),i(!!g)},f=He(e);return o.createElement(cx,null,o.createElement(Ne.Input,{type:"date",max:"9999-12-31",ref:u,id:`${f}-date`,name:`${f}-date`,onChange:c,onFocus:n,onBlur:a}),o.createElement(Ne.Input,{type:"time",id:`${f}-time`,name:`${f}-time`,ref:s,onChange:d,onFocus:n,onBlur:a}),l?null:o.createElement("div",null,"invalid"))},px=_.label({display:"flex"}),fx=e=>{let t=parseFloat(e);return Number.isNaN(t)?void 0:t},mx=({name:e,value:t,onChange:r,min:n,max:a,step:l,onBlur:i,onFocus:u})=>{let[s,c]=b.useState(typeof t=="number"?t:""),[d,f]=b.useState(!1),[m,p]=b.useState(null),h=b.useCallback(A=>{c(A.target.value);let v=parseFloat(A.target.value);Number.isNaN(v)?p(new Error(`'${A.target.value}' is not a number`)):(r(v),p(null))},[r,p]),g=b.useCallback(()=>{c("0"),r(0),f(!0)},[f]),x=b.useRef(null);return b.useEffect(()=>{d&&x.current&&x.current.select()},[d]),b.useEffect(()=>{s!==(typeof t=="number"?t:"")&&c(t)},[t]),!d&&t===void 0?o.createElement(Ne.Button,{id:Dn(e),onClick:g},"Set number"):o.createElement(px,null,o.createElement(Ne.Input,{ref:x,id:He(e),type:"number",onChange:h,size:"flex",placeholder:"Edit number...",value:s,valid:m?"error":null,autoFocus:d,name:e,min:n,max:a,step:l,onFocus:u,onBlur:i}))},w0=(e,t)=>{let r=t&&Object.entries(t).find(([n,a])=>a===e);return r?r[0]:void 0},Ao=(e,t)=>e&&t?Object.entries(t).filter(r=>e.includes(r[1])).map(r=>r[0]):[],A0=(e,t)=>e&&t&&e.map(r=>t[r]),gx=_.div(({isInline:e})=>e?{display:"flex",flexWrap:"wrap",alignItems:"flex-start",label:{display:"inline-flex",marginRight:15}}:{label:{display:"flex"}}),hx=_.span({}),bx=_.label({lineHeight:"20px",alignItems:"center",marginBottom:8,"&:last-child":{marginBottom:0},input:{margin:0,marginRight:6}}),ms=({name:e,options:t,value:r,onChange:n,isInline:a})=>{if(!t)return Sl.warn(`Checkbox with no options: ${e}`),o.createElement(o.Fragment,null,"-");let l=Ao(r,t),[i,u]=b.useState(l),s=d=>{let f=d.target.value,m=[...i];m.includes(f)?m.splice(m.indexOf(f),1):m.push(f),n(A0(m,t)),u(m)};b.useEffect(()=>{u(Ao(r,t))},[r]);let c=He(e);return o.createElement(gx,{isInline:a},Object.keys(t).map((d,f)=>{let m=`${c}-${f}`;return o.createElement(bx,{key:m,htmlFor:m},o.createElement("input",{type:"checkbox",id:m,name:m,value:d,onChange:s,checked:i==null?void 0:i.includes(d)}),o.createElement(hx,null,d))}))},yx=_.div(({isInline:e})=>e?{display:"flex",flexWrap:"wrap",alignItems:"flex-start",label:{display:"inline-flex",marginRight:15}}:{label:{display:"flex"}}),vx=_.span({}),Ex=_.label({lineHeight:"20px",alignItems:"center",marginBottom:8,"&:last-child":{marginBottom:0},input:{margin:0,marginRight:6}}),gs=({name:e,options:t,value:r,onChange:n,isInline:a})=>{if(!t)return Sl.warn(`Radio with no options: ${e}`),o.createElement(o.Fragment,null,"-");let l=w0(r,t),i=He(e);return o.createElement(yx,{isInline:a},Object.keys(t).map((u,s)=>{let c=`${i}-${s}`;return o.createElement(Ex,{key:c,htmlFor:c},o.createElement("input",{type:"radio",id:c,name:c,value:u,onChange:d=>n(t[d.currentTarget.value]),checked:u===l}),o.createElement(vx,null,u))}))},xx={appearance:"none",border:"0 none",boxSizing:"inherit",display:" block",margin:" 0",background:"transparent",padding:0,fontSize:"inherit",position:"relative"},S0=_.select(({theme:e})=>({...xx,boxSizing:"border-box",position:"relative",padding:"6px 10px",width:"100%",color:e.input.color||"inherit",background:e.input.background,borderRadius:e.input.borderRadius,boxShadow:`${e.input.border} 0 0 0 1px inset`,fontSize:e.typography.size.s2-1,lineHeight:"20px","&:focus":{boxShadow:`${e.color.secondary} 0 0 0 1px inset`,outline:"none"},"&[disabled]":{cursor:"not-allowed",opacity:.5},"::placeholder":{color:e.textMutedColor},"&[multiple]":{overflow:"auto",padding:0,option:{display:"block",padding:"6px 10px",marginLeft:1,marginRight:1}}})),C0=_.span(({theme:e})=>({display:"inline-block",lineHeight:"normal",overflow:"hidden",position:"relative",verticalAlign:"top",width:"100%",svg:{position:"absolute",zIndex:1,pointerEvents:"none",height:"12px",marginTop:"-6px",right:"12px",top:"50%",fill:e.textMutedColor,path:{fill:e.textMutedColor}}})),hs="Choose option...",wx=({name:e,value:t,options:r,onChange:n})=>{let a=u=>{n(r[u.currentTarget.value])},l=w0(t,r)||hs,i=He(e);return o.createElement(C0,null,o.createElement(ve,{icon:"arrowdown"}),o.createElement(S0,{id:i,value:l,onChange:a},o.createElement("option",{key:"no-selection",disabled:!0},hs),Object.keys(r).map(u=>o.createElement("option",{key:u,value:u},u))))},Ax=({name:e,value:t,options:r,onChange:n})=>{let a=u=>{let s=Array.from(u.currentTarget.options).filter(c=>c.selected).map(c=>c.value);n(A0(s,r))},l=Ao(t,r),i=He(e);return o.createElement(C0,null,o.createElement(S0,{id:i,multiple:!0,value:l,onChange:a},Object.keys(r).map(u=>o.createElement("option",{key:u,value:u},u))))},bs=e=>{let{name:t,options:r}=e;return r?e.isMulti?o.createElement(Ax,{...e}):o.createElement(wx,{...e}):(Sl.warn(`Select with no options: ${t}`),o.createElement(o.Fragment,null,"-"))},Sx=(e,t)=>Array.isArray(e)?e.reduce((r,n)=>(r[(t==null?void 0:t[n])||String(n)]=n,r),{}):e,Cx={check:ms,"inline-check":ms,radio:gs,"inline-radio":gs,select:bs,"multi-select":bs},Gt=e=>{let{type:t="select",labels:r,argType:n}=e,a={...e,options:n?Sx(n.options,r):{},isInline:t.includes("inline"),isMulti:t.includes("multi")},l=Cx[t];if(l)return o.createElement(l,{...a});throw new Error(`Unknown options type: ${t}`)},Ol="value",kx="key",_x="Error",Ox="Object",Tx="Array",Rx="String",Fx="Number",$x="Boolean",Dx="Date",Lx="Null",Mx="Undefined",Bx="Function",Ix="Symbol",k0="ADD_DELTA_TYPE",_0="REMOVE_DELTA_TYPE",O0="UPDATE_DELTA_TYPE";function xt(e){return e!==null&&typeof e=="object"&&!Array.isArray(e)&&typeof e[Symbol.iterator]=="function"?"Iterable":Object.prototype.toString.call(e).slice(8,-1)}function T0(e,t){let r=xt(e),n=xt(t);return(r==="Function"||n==="Function")&&n!==r}var Tl=class extends b.Component{constructor(e){super(e),this.state={inputRefKey:null,inputRefValue:null},this.refInputValue=this.refInputValue.bind(this),this.refInputKey=this.refInputKey.bind(this),this.onKeydown=this.onKeydown.bind(this),this.onSubmit=this.onSubmit.bind(this)}componentDidMount(){let{inputRefKey:e,inputRefValue:t}=this.state,{onlyValue:r}=this.props;e&&typeof e.focus=="function"&&e.focus(),r&&t&&typeof t.focus=="function"&&t.focus(),document.addEventListener("keydown",this.onKeydown)}componentWillUnmount(){document.removeEventListener("keydown",this.onKeydown)}onKeydown(e){e.altKey||e.ctrlKey||e.metaKey||e.shiftKey||e.repeat||((e.code==="Enter"||e.key==="Enter")&&(e.preventDefault(),this.onSubmit()),(e.code==="Escape"||e.key==="Escape")&&(e.preventDefault(),this.props.handleCancel()))}onSubmit(){let{handleAdd:e,onlyValue:t,onSubmitValueParser:r,keyPath:n,deep:a}=this.props,{inputRefKey:l,inputRefValue:i}=this.state,u={};if(!t){if(!l.value)return;u.key=l.value}u.newValue=r(!1,n,a,u.key,i.value),e(u)}refInputKey(e){this.state.inputRefKey=e}refInputValue(e){this.state.inputRefValue=e}render(){let{handleCancel:e,onlyValue:t,addButtonElement:r,cancelButtonElement:n,inputElementGenerator:a,keyPath:l,deep:i}=this.props,u=b.cloneElement(r,{onClick:this.onSubmit}),s=b.cloneElement(n,{onClick:e}),c=a(Ol,l,i),d=b.cloneElement(c,{placeholder:"Value",ref:this.refInputValue}),f=null;if(!t){let m=a(kx,l,i);f=b.cloneElement(m,{placeholder:"Key",ref:this.refInputKey})}return o.createElement("span",{className:"rejt-add-value-node"},f,d,s,u)}};Tl.defaultProps={onlyValue:!1,addButtonElement:o.createElement("button",null,"+"),cancelButtonElement:o.createElement("button",null,"c")};var R0=class extends b.Component{constructor(e){super(e);let t=[...e.keyPath,e.name];this.state={data:e.data,name:e.name,keyPath:t,deep:e.deep,nextDeep:e.deep+1,collapsed:e.isCollapsed(t,e.deep,e.data),addFormVisible:!1},this.handleCollapseMode=this.handleCollapseMode.bind(this),this.handleRemoveItem=this.handleRemoveItem.bind(this),this.handleAddMode=this.handleAddMode.bind(this),this.handleAddValueAdd=this.handleAddValueAdd.bind(this),this.handleAddValueCancel=this.handleAddValueCancel.bind(this),this.handleEditValue=this.handleEditValue.bind(this),this.onChildUpdate=this.onChildUpdate.bind(this),this.renderCollapsed=this.renderCollapsed.bind(this),this.renderNotCollapsed=this.renderNotCollapsed.bind(this)}static getDerivedStateFromProps(e,t){return e.data!==t.data?{data:e.data}:null}onChildUpdate(e,t){let{data:r,keyPath:n}=this.state;r[e]=t,this.setState({data:r});let{onUpdate:a}=this.props,l=n.length;a(n[l-1],r)}handleAddMode(){this.setState({addFormVisible:!0})}handleCollapseMode(){this.setState(e=>({collapsed:!e.collapsed}))}handleRemoveItem(e){return()=>{let{beforeRemoveAction:t,logger:r}=this.props,{data:n,keyPath:a,nextDeep:l}=this.state,i=n[e];t(e,a,l,i).then(()=>{let u={keyPath:a,deep:l,key:e,oldValue:i,type:_0};n.splice(e,1),this.setState({data:n});let{onUpdate:s,onDeltaUpdate:c}=this.props;s(a[a.length-1],n),c(u)}).catch(r.error)}}handleAddValueAdd({newValue:e}){let{data:t,keyPath:r,nextDeep:n}=this.state,{beforeAddAction:a,logger:l}=this.props;a(t.length,r,n,e).then(()=>{let i=[...t,e];this.setState({data:i}),this.handleAddValueCancel();let{onUpdate:u,onDeltaUpdate:s}=this.props;u(r[r.length-1],i),s({type:k0,keyPath:r,deep:n,key:i.length-1,newValue:e})}).catch(l.error)}handleAddValueCancel(){this.setState({addFormVisible:!1})}handleEditValue({key:e,value:t}){return new Promise((r,n)=>{let{beforeUpdateAction:a}=this.props,{data:l,keyPath:i,nextDeep:u}=this.state,s=l[e];a(e,i,u,s,t).then(()=>{l[e]=t,this.setState({data:l});let{onUpdate:c,onDeltaUpdate:d}=this.props;c(i[i.length-1],l),d({type:O0,keyPath:i,deep:u,key:e,newValue:t,oldValue:s}),r(void 0)}).catch(n)})}renderCollapsed(){let{name:e,data:t,keyPath:r,deep:n}=this.state,{handleRemove:a,readOnly:l,getStyle:i,dataType:u,minusMenuElement:s}=this.props,{minus:c,collapsed:d}=i(e,t,r,n,u),f=l(e,t,r,n,u),m=b.cloneElement(s,{onClick:a,className:"rejt-minus-menu",style:c});return o.createElement("span",{className:"rejt-collapsed"},o.createElement("span",{className:"rejt-collapsed-text",style:d,onClick:this.handleCollapseMode},"[...] ",t.length," ",t.length===1?"item":"items"),!f&&m)}renderNotCollapsed(){let{name:e,data:t,keyPath:r,deep:n,addFormVisible:a,nextDeep:l}=this.state,{isCollapsed:i,handleRemove:u,onDeltaUpdate:s,readOnly:c,getStyle:d,dataType:f,addButtonElement:m,cancelButtonElement:p,editButtonElement:h,inputElementGenerator:g,textareaElementGenerator:x,minusMenuElement:A,plusMenuElement:v,beforeRemoveAction:y,beforeAddAction:E,beforeUpdateAction:w,logger:S,onSubmitValueParser:C}=this.props,{minus:k,plus:O,delimiter:T,ul:R,addForm:F}=d(e,t,r,n,f),$=c(e,t,r,n,f),P=b.cloneElement(v,{onClick:this.handleAddMode,className:"rejt-plus-menu",style:O}),D=b.cloneElement(A,{onClick:u,className:"rejt-minus-menu",style:k}),L=!0,N="[",V="]";return o.createElement("span",{className:"rejt-not-collapsed"},o.createElement("span",{className:"rejt-not-collapsed-delimiter",style:T},N),!a&&P,o.createElement("ul",{className:"rejt-not-collapsed-list",style:R},t.map((B,H)=>o.createElement(oa,{key:H,name:H.toString(),data:B,keyPath:r,deep:l,isCollapsed:i,handleRemove:this.handleRemoveItem(H),handleUpdateValue:this.handleEditValue,onUpdate:this.onChildUpdate,onDeltaUpdate:s,readOnly:c,getStyle:d,addButtonElement:m,cancelButtonElement:p,editButtonElement:h,inputElementGenerator:g,textareaElementGenerator:x,minusMenuElement:A,plusMenuElement:v,beforeRemoveAction:y,beforeAddAction:E,beforeUpdateAction:w,logger:S,onSubmitValueParser:C}))),!$&&a&&o.createElement("div",{className:"rejt-add-form",style:F},o.createElement(Tl,{handleAdd:this.handleAddValueAdd,handleCancel:this.handleAddValueCancel,onlyValue:L,addButtonElement:m,cancelButtonElement:p,inputElementGenerator:g,keyPath:r,deep:n,onSubmitValueParser:C})),o.createElement("span",{className:"rejt-not-collapsed-delimiter",style:T},V),!$&&D)}render(){let{name:e,collapsed:t,data:r,keyPath:n,deep:a}=this.state,{dataType:l,getStyle:i}=this.props,u=t?this.renderCollapsed():this.renderNotCollapsed(),s=i(e,r,n,a,l);return o.createElement("div",{className:"rejt-array-node"},o.createElement("span",{onClick:this.handleCollapseMode},o.createElement("span",{className:"rejt-name",style:s.name},e," :"," ")),u)}};R0.defaultProps={keyPath:[],deep:0,minusMenuElement:o.createElement("span",null," - "),plusMenuElement:o.createElement("span",null," + ")};var F0=class extends b.Component{constructor(e){super(e);let t=[...e.keyPath,e.name];this.state={value:e.value,name:e.name,keyPath:t,deep:e.deep,editEnabled:!1,inputRef:null},this.handleEditMode=this.handleEditMode.bind(this),this.refInput=this.refInput.bind(this),this.handleCancelEdit=this.handleCancelEdit.bind(this),this.handleEdit=this.handleEdit.bind(this),this.onKeydown=this.onKeydown.bind(this)}static getDerivedStateFromProps(e,t){return e.value!==t.value?{value:e.value}:null}componentDidUpdate(){let{editEnabled:e,inputRef:t,name:r,value:n,keyPath:a,deep:l}=this.state,{readOnly:i,dataType:u}=this.props,s=i(r,n,a,l,u);e&&!s&&typeof t.focus=="function"&&t.focus()}componentDidMount(){document.addEventListener("keydown",this.onKeydown)}componentWillUnmount(){document.removeEventListener("keydown",this.onKeydown)}onKeydown(e){e.altKey||e.ctrlKey||e.metaKey||e.shiftKey||e.repeat||((e.code==="Enter"||e.key==="Enter")&&(e.preventDefault(),this.handleEdit()),(e.code==="Escape"||e.key==="Escape")&&(e.preventDefault(),this.handleCancelEdit()))}handleEdit(){let{handleUpdateValue:e,originalValue:t,logger:r,onSubmitValueParser:n,keyPath:a}=this.props,{inputRef:l,name:i,deep:u}=this.state;if(!l)return;let s=n(!0,a,u,i,l.value);e({value:s,key:i}).then(()=>{T0(t,s)||this.handleCancelEdit()}).catch(r.error)}handleEditMode(){this.setState({editEnabled:!0})}refInput(e){this.state.inputRef=e}handleCancelEdit(){this.setState({editEnabled:!1})}render(){let{name:e,value:t,editEnabled:r,keyPath:n,deep:a}=this.state,{handleRemove:l,originalValue:i,readOnly:u,dataType:s,getStyle:c,editButtonElement:d,cancelButtonElement:f,textareaElementGenerator:m,minusMenuElement:p,keyPath:h}=this.props,g=c(e,i,n,a,s),x=null,A=null,v=u(e,i,n,a,s);if(r&&!v){let y=m(Ol,h,a,e,i,s),E=b.cloneElement(d,{onClick:this.handleEdit}),w=b.cloneElement(f,{onClick:this.handleCancelEdit}),S=b.cloneElement(y,{ref:this.refInput,defaultValue:i});x=o.createElement("span",{className:"rejt-edit-form",style:g.editForm},S," ",w,E),A=null}else{x=o.createElement("span",{className:"rejt-value",style:g.value,onClick:v?null:this.handleEditMode},t);let y=b.cloneElement(p,{onClick:l,className:"rejt-minus-menu",style:g.minus});A=v?null:y}return o.createElement("li",{className:"rejt-function-value-node",style:g.li},o.createElement("span",{className:"rejt-name",style:g.name},e," :"," "),x,A)}};F0.defaultProps={keyPath:[],deep:0,handleUpdateValue:()=>{},editButtonElement:o.createElement("button",null,"e"),cancelButtonElement:o.createElement("button",null,"c"),minusMenuElement:o.createElement("span",null," - ")};var oa=class extends b.Component{constructor(e){super(e),this.state={data:e.data,name:e.name,keyPath:e.keyPath,deep:e.deep}}static getDerivedStateFromProps(e,t){return e.data!==t.data?{data:e.data}:null}render(){let{data:e,name:t,keyPath:r,deep:n}=this.state,{isCollapsed:a,handleRemove:l,handleUpdateValue:i,onUpdate:u,onDeltaUpdate:s,readOnly:c,getStyle:d,addButtonElement:f,cancelButtonElement:m,editButtonElement:p,inputElementGenerator:h,textareaElementGenerator:g,minusMenuElement:x,plusMenuElement:A,beforeRemoveAction:v,beforeAddAction:y,beforeUpdateAction:E,logger:w,onSubmitValueParser:S}=this.props,C=()=>!0,k=xt(e);switch(k){case _x:return o.createElement(So,{data:e,name:t,isCollapsed:a,keyPath:r,deep:n,handleRemove:l,onUpdate:u,onDeltaUpdate:s,readOnly:C,dataType:k,getStyle:d,addButtonElement:f,cancelButtonElement:m,editButtonElement:p,inputElementGenerator:h,textareaElementGenerator:g,minusMenuElement:x,plusMenuElement:A,beforeRemoveAction:v,beforeAddAction:y,beforeUpdateAction:E,logger:w,onSubmitValueParser:S});case Ox:return o.createElement(So,{data:e,name:t,isCollapsed:a,keyPath:r,deep:n,handleRemove:l,onUpdate:u,onDeltaUpdate:s,readOnly:c,dataType:k,getStyle:d,addButtonElement:f,cancelButtonElement:m,editButtonElement:p,inputElementGenerator:h,textareaElementGenerator:g,minusMenuElement:x,plusMenuElement:A,beforeRemoveAction:v,beforeAddAction:y,beforeUpdateAction:E,logger:w,onSubmitValueParser:S});case Tx:return o.createElement(R0,{data:e,name:t,isCollapsed:a,keyPath:r,deep:n,handleRemove:l,onUpdate:u,onDeltaUpdate:s,readOnly:c,dataType:k,getStyle:d,addButtonElement:f,cancelButtonElement:m,editButtonElement:p,inputElementGenerator:h,textareaElementGenerator:g,minusMenuElement:x,plusMenuElement:A,beforeRemoveAction:v,beforeAddAction:y,beforeUpdateAction:E,logger:w,onSubmitValueParser:S});case Rx:return o.createElement(vt,{name:t,value:`"${e}"`,originalValue:e,keyPath:r,deep:n,handleRemove:l,handleUpdateValue:i,readOnly:c,dataType:k,getStyle:d,cancelButtonElement:m,editButtonElement:p,inputElementGenerator:h,minusMenuElement:x,logger:w,onSubmitValueParser:S});case Fx:return o.createElement(vt,{name:t,value:e,originalValue:e,keyPath:r,deep:n,handleRemove:l,handleUpdateValue:i,readOnly:c,dataType:k,getStyle:d,cancelButtonElement:m,editButtonElement:p,inputElementGenerator:h,minusMenuElement:x,logger:w,onSubmitValueParser:S});case $x:return o.createElement(vt,{name:t,value:e?"true":"false",originalValue:e,keyPath:r,deep:n,handleRemove:l,handleUpdateValue:i,readOnly:c,dataType:k,getStyle:d,cancelButtonElement:m,editButtonElement:p,inputElementGenerator:h,minusMenuElement:x,logger:w,onSubmitValueParser:S});case Dx:return o.createElement(vt,{name:t,value:e.toISOString(),originalValue:e,keyPath:r,deep:n,handleRemove:l,handleUpdateValue:i,readOnly:C,dataType:k,getStyle:d,cancelButtonElement:m,editButtonElement:p,inputElementGenerator:h,minusMenuElement:x,logger:w,onSubmitValueParser:S});case Lx:return o.createElement(vt,{name:t,value:"null",originalValue:"null",keyPath:r,deep:n,handleRemove:l,handleUpdateValue:i,readOnly:c,dataType:k,getStyle:d,cancelButtonElement:m,editButtonElement:p,inputElementGenerator:h,minusMenuElement:x,logger:w,onSubmitValueParser:S});case Mx:return o.createElement(vt,{name:t,value:"undefined",originalValue:"undefined",keyPath:r,deep:n,handleRemove:l,handleUpdateValue:i,readOnly:c,dataType:k,getStyle:d,cancelButtonElement:m,editButtonElement:p,inputElementGenerator:h,minusMenuElement:x,logger:w,onSubmitValueParser:S});case Bx:return o.createElement(F0,{name:t,value:e.toString(),originalValue:e,keyPath:r,deep:n,handleRemove:l,handleUpdateValue:i,readOnly:c,dataType:k,getStyle:d,cancelButtonElement:m,editButtonElement:p,textareaElementGenerator:g,minusMenuElement:x,logger:w,onSubmitValueParser:S});case Ix:return o.createElement(vt,{name:t,value:e.toString(),originalValue:e,keyPath:r,deep:n,handleRemove:l,handleUpdateValue:i,readOnly:C,dataType:k,getStyle:d,cancelButtonElement:m,editButtonElement:p,inputElementGenerator:h,minusMenuElement:x,logger:w,onSubmitValueParser:S});default:return null}}};oa.defaultProps={keyPath:[],deep:0};var So=class extends b.Component{constructor(e){super(e);let t=e.deep===-1?[]:[...e.keyPath,e.name];this.state={name:e.name,data:e.data,keyPath:t,deep:e.deep,nextDeep:e.deep+1,collapsed:e.isCollapsed(t,e.deep,e.data),addFormVisible:!1},this.handleCollapseMode=this.handleCollapseMode.bind(this),this.handleRemoveValue=this.handleRemoveValue.bind(this),this.handleAddMode=this.handleAddMode.bind(this),this.handleAddValueAdd=this.handleAddValueAdd.bind(this),this.handleAddValueCancel=this.handleAddValueCancel.bind(this),this.handleEditValue=this.handleEditValue.bind(this),this.onChildUpdate=this.onChildUpdate.bind(this),this.renderCollapsed=this.renderCollapsed.bind(this),this.renderNotCollapsed=this.renderNotCollapsed.bind(this)}static getDerivedStateFromProps(e,t){return e.data!==t.data?{data:e.data}:null}onChildUpdate(e,t){let{data:r,keyPath:n}=this.state;r[e]=t,this.setState({data:r});let{onUpdate:a}=this.props,l=n.length;a(n[l-1],r)}handleAddMode(){this.setState({addFormVisible:!0})}handleAddValueCancel(){this.setState({addFormVisible:!1})}handleAddValueAdd({key:e,newValue:t}){let{data:r,keyPath:n,nextDeep:a}=this.state,{beforeAddAction:l,logger:i}=this.props;l(e,n,a,t).then(()=>{r[e]=t,this.setState({data:r}),this.handleAddValueCancel();let{onUpdate:u,onDeltaUpdate:s}=this.props;u(n[n.length-1],r),s({type:k0,keyPath:n,deep:a,key:e,newValue:t})}).catch(i.error)}handleRemoveValue(e){return()=>{let{beforeRemoveAction:t,logger:r}=this.props,{data:n,keyPath:a,nextDeep:l}=this.state,i=n[e];t(e,a,l,i).then(()=>{let u={keyPath:a,deep:l,key:e,oldValue:i,type:_0};delete n[e],this.setState({data:n});let{onUpdate:s,onDeltaUpdate:c}=this.props;s(a[a.length-1],n),c(u)}).catch(r.error)}}handleCollapseMode(){this.setState(e=>({collapsed:!e.collapsed}))}handleEditValue({key:e,value:t}){return new Promise((r,n)=>{let{beforeUpdateAction:a}=this.props,{data:l,keyPath:i,nextDeep:u}=this.state,s=l[e];a(e,i,u,s,t).then(()=>{l[e]=t,this.setState({data:l});let{onUpdate:c,onDeltaUpdate:d}=this.props;c(i[i.length-1],l),d({type:O0,keyPath:i,deep:u,key:e,newValue:t,oldValue:s}),r()}).catch(n)})}renderCollapsed(){let{name:e,keyPath:t,deep:r,data:n}=this.state,{handleRemove:a,readOnly:l,dataType:i,getStyle:u,minusMenuElement:s}=this.props,{minus:c,collapsed:d}=u(e,n,t,r,i),f=Object.getOwnPropertyNames(n),m=l(e,n,t,r,i),p=b.cloneElement(s,{onClick:a,className:"rejt-minus-menu",style:c});return o.createElement("span",{className:"rejt-collapsed"},o.createElement("span",{className:"rejt-collapsed-text",style:d,onClick:this.handleCollapseMode},"{...}"," ",f.length," ",f.length===1?"key":"keys"),!m&&p)}renderNotCollapsed(){let{name:e,data:t,keyPath:r,deep:n,nextDeep:a,addFormVisible:l}=this.state,{isCollapsed:i,handleRemove:u,onDeltaUpdate:s,readOnly:c,getStyle:d,dataType:f,addButtonElement:m,cancelButtonElement:p,editButtonElement:h,inputElementGenerator:g,textareaElementGenerator:x,minusMenuElement:A,plusMenuElement:v,beforeRemoveAction:y,beforeAddAction:E,beforeUpdateAction:w,logger:S,onSubmitValueParser:C}=this.props,{minus:k,plus:O,addForm:T,ul:R,delimiter:F}=d(e,t,r,n,f),$=Object.getOwnPropertyNames(t),P=c(e,t,r,n,f),D=b.cloneElement(v,{onClick:this.handleAddMode,className:"rejt-plus-menu",style:O}),L=b.cloneElement(A,{onClick:u,className:"rejt-minus-menu",style:k}),N=$.map(H=>o.createElement(oa,{key:H,name:H,data:t[H],keyPath:r,deep:a,isCollapsed:i,handleRemove:this.handleRemoveValue(H),handleUpdateValue:this.handleEditValue,onUpdate:this.onChildUpdate,onDeltaUpdate:s,readOnly:c,getStyle:d,addButtonElement:m,cancelButtonElement:p,editButtonElement:h,inputElementGenerator:g,textareaElementGenerator:x,minusMenuElement:A,plusMenuElement:v,beforeRemoveAction:y,beforeAddAction:E,beforeUpdateAction:w,logger:S,onSubmitValueParser:C})),V="{",B="}";return o.createElement("span",{className:"rejt-not-collapsed"},o.createElement("span",{className:"rejt-not-collapsed-delimiter",style:F},V),!P&&D,o.createElement("ul",{className:"rejt-not-collapsed-list",style:R},N),!P&&l&&o.createElement("div",{className:"rejt-add-form",style:T},o.createElement(Tl,{handleAdd:this.handleAddValueAdd,handleCancel:this.handleAddValueCancel,addButtonElement:m,cancelButtonElement:p,inputElementGenerator:g,keyPath:r,deep:n,onSubmitValueParser:C})),o.createElement("span",{className:"rejt-not-collapsed-delimiter",style:F},B),!P&&L)}render(){let{name:e,collapsed:t,data:r,keyPath:n,deep:a}=this.state,{getStyle:l,dataType:i}=this.props,u=t?this.renderCollapsed():this.renderNotCollapsed(),s=l(e,r,n,a,i);return o.createElement("div",{className:"rejt-object-node"},o.createElement("span",{onClick:this.handleCollapseMode},o.createElement("span",{className:"rejt-name",style:s.name},e," :"," ")),u)}};So.defaultProps={keyPath:[],deep:0,minusMenuElement:o.createElement("span",null," - "),plusMenuElement:o.createElement("span",null," + ")};var vt=class extends b.Component{constructor(e){super(e);let t=[...e.keyPath,e.name];this.state={value:e.value,name:e.name,keyPath:t,deep:e.deep,editEnabled:!1,inputRef:null},this.handleEditMode=this.handleEditMode.bind(this),this.refInput=this.refInput.bind(this),this.handleCancelEdit=this.handleCancelEdit.bind(this),this.handleEdit=this.handleEdit.bind(this),this.onKeydown=this.onKeydown.bind(this)}static getDerivedStateFromProps(e,t){return e.value!==t.value?{value:e.value}:null}componentDidUpdate(){let{editEnabled:e,inputRef:t,name:r,value:n,keyPath:a,deep:l}=this.state,{readOnly:i,dataType:u}=this.props,s=i(r,n,a,l,u);e&&!s&&typeof t.focus=="function"&&t.focus()}componentDidMount(){document.addEventListener("keydown",this.onKeydown)}componentWillUnmount(){document.removeEventListener("keydown",this.onKeydown)}onKeydown(e){e.altKey||e.ctrlKey||e.metaKey||e.shiftKey||e.repeat||((e.code==="Enter"||e.key==="Enter")&&(e.preventDefault(),this.handleEdit()),(e.code==="Escape"||e.key==="Escape")&&(e.preventDefault(),this.handleCancelEdit()))}handleEdit(){let{handleUpdateValue:e,originalValue:t,logger:r,onSubmitValueParser:n,keyPath:a}=this.props,{inputRef:l,name:i,deep:u}=this.state;if(!l)return;let s=n(!0,a,u,i,l.value);e({value:s,key:i}).then(()=>{T0(t,s)||this.handleCancelEdit()}).catch(r.error)}handleEditMode(){this.setState({editEnabled:!0})}refInput(e){this.state.inputRef=e}handleCancelEdit(){this.setState({editEnabled:!1})}render(){let{name:e,value:t,editEnabled:r,keyPath:n,deep:a}=this.state,{handleRemove:l,originalValue:i,readOnly:u,dataType:s,getStyle:c,editButtonElement:d,cancelButtonElement:f,inputElementGenerator:m,minusMenuElement:p,keyPath:h}=this.props,g=c(e,i,n,a,s),x=u(e,i,n,a,s),A=r&&!x,v=m(Ol,h,a,e,i,s),y=b.cloneElement(d,{onClick:this.handleEdit}),E=b.cloneElement(f,{onClick:this.handleCancelEdit}),w=b.cloneElement(v,{ref:this.refInput,defaultValue:JSON.stringify(i)}),S=b.cloneElement(p,{onClick:l,className:"rejt-minus-menu",style:g.minus});return o.createElement("li",{className:"rejt-value-node",style:g.li},o.createElement("span",{className:"rejt-name",style:g.name},e," : "),A?o.createElement("span",{className:"rejt-edit-form",style:g.editForm},w," ",E,y):o.createElement("span",{className:"rejt-value",style:g.value,onClick:x?null:this.handleEditMode},String(t)),!x&&!A&&S)}};vt.defaultProps={keyPath:[],deep:0,handleUpdateValue:()=>Promise.resolve(),editButtonElement:o.createElement("button",null,"e"),cancelButtonElement:o.createElement("button",null,"c"),minusMenuElement:o.createElement("span",null," - ")};var Px={minus:{color:"red"},plus:{color:"green"},collapsed:{color:"grey"},delimiter:{},ul:{padding:"0px",margin:"0 0 0 25px",listStyle:"none"},name:{color:"#2287CD"},addForm:{}},jx={minus:{color:"red"},plus:{color:"green"},collapsed:{color:"grey"},delimiter:{},ul:{padding:"0px",margin:"0 0 0 25px",listStyle:"none"},name:{color:"#2287CD"},addForm:{}},Nx={minus:{color:"red"},editForm:{},value:{color:"#7bba3d"},li:{minHeight:"22px",lineHeight:"22px",outline:"0px"},name:{color:"#2287CD"}};function Hx(e){let t=e;if(t.indexOf("function")===0)return(0,eval)(`(${t})`);try{t=JSON.parse(e)}catch{}return t}var $0=class extends b.Component{constructor(e){super(e),this.state={data:e.data,rootName:e.rootName},this.onUpdate=this.onUpdate.bind(this),this.removeRoot=this.removeRoot.bind(this)}static getDerivedStateFromProps(e,t){return e.data!==t.data||e.rootName!==t.rootName?{data:e.data,rootName:e.rootName}:null}onUpdate(e,t){this.setState({data:t}),this.props.onFullyUpdate(t)}removeRoot(){this.onUpdate(null,null)}render(){let{data:e,rootName:t}=this.state,{isCollapsed:r,onDeltaUpdate:n,readOnly:a,getStyle:l,addButtonElement:i,cancelButtonElement:u,editButtonElement:s,inputElement:c,textareaElement:d,minusMenuElement:f,plusMenuElement:m,beforeRemoveAction:p,beforeAddAction:h,beforeUpdateAction:g,logger:x,onSubmitValueParser:A,fallback:v=null}=this.props,y=xt(e),E=a;xt(a)==="Boolean"&&(E=()=>a);let w=c;c&&xt(c)!=="Function"&&(w=()=>c);let S=d;return d&&xt(d)!=="Function"&&(S=()=>d),y==="Object"||y==="Array"?o.createElement("div",{className:"rejt-tree"},o.createElement(oa,{data:e,name:t,deep:-1,isCollapsed:r,onUpdate:this.onUpdate,onDeltaUpdate:n,readOnly:E,getStyle:l,addButtonElement:i,cancelButtonElement:u,editButtonElement:s,inputElementGenerator:w,textareaElementGenerator:S,minusMenuElement:f,plusMenuElement:m,handleRemove:this.removeRoot,beforeRemoveAction:p,beforeAddAction:h,beforeUpdateAction:g,logger:x,onSubmitValueParser:A})):v}};$0.defaultProps={rootName:"root",isCollapsed:(e,t)=>t!==-1,getStyle:(e,t,r,n,a)=>{switch(a){case"Object":case"Error":return Px;case"Array":return jx;default:return Nx}},readOnly:()=>!1,onFullyUpdate:()=>{},onDeltaUpdate:()=>{},beforeRemoveAction:()=>Promise.resolve(),beforeAddAction:()=>Promise.resolve(),beforeUpdateAction:()=>Promise.resolve(),logger:{error:()=>{}},onSubmitValueParser:(e,t,r,n,a)=>Hx(a),inputElement:()=>o.createElement("input",null),textareaElement:()=>o.createElement("textarea",null),fallback:null};var{window:Zx}=$e,Vx=_.div(({theme:e})=>({position:"relative",display:"flex",".rejt-tree":{marginLeft:"1rem",fontSize:"13px"},".rejt-value-node, .rejt-object-node > .rejt-collapsed, .rejt-array-node > .rejt-collapsed, .rejt-object-node > .rejt-not-collapsed, .rejt-array-node > .rejt-not-collapsed":{"& > svg":{opacity:0,transition:"opacity 0.2s"}},".rejt-value-node:hover, .rejt-object-node:hover > .rejt-collapsed, .rejt-array-node:hover > .rejt-collapsed, .rejt-object-node:hover > .rejt-not-collapsed, .rejt-array-node:hover > .rejt-not-collapsed":{"& > svg":{opacity:1}},".rejt-edit-form button":{display:"none"},".rejt-add-form":{marginLeft:10},".rejt-add-value-node":{display:"inline-flex",alignItems:"center"},".rejt-name":{lineHeight:"22px"},".rejt-not-collapsed-delimiter":{lineHeight:"22px"},".rejt-plus-menu":{marginLeft:5},".rejt-object-node > span > *, .rejt-array-node > span > *":{position:"relative",zIndex:2},".rejt-object-node, .rejt-array-node":{position:"relative"},".rejt-object-node > span:first-of-type::after, .rejt-array-node > span:first-of-type::after, .rejt-collapsed::before, .rejt-not-collapsed::before":{content:'""',position:"absolute",top:0,display:"block",width:"100%",marginLeft:"-1rem",padding:"0 4px 0 1rem",height:22},".rejt-collapsed::before, .rejt-not-collapsed::before":{zIndex:1,background:"transparent",borderRadius:4,transition:"background 0.2s",pointerEvents:"none",opacity:.1},".rejt-object-node:hover, .rejt-array-node:hover":{"& > .rejt-collapsed::before, & > .rejt-not-collapsed::before":{background:e.color.secondary}},".rejt-collapsed::after, .rejt-not-collapsed::after":{content:'""',position:"absolute",display:"inline-block",pointerEvents:"none",width:0,height:0},".rejt-collapsed::after":{left:-8,top:8,borderTop:"3px solid transparent",borderBottom:"3px solid transparent",borderLeft:"3px solid rgba(153,153,153,0.6)"},".rejt-not-collapsed::after":{left:-10,top:10,borderTop:"3px solid rgba(153,153,153,0.6)",borderLeft:"3px solid transparent",borderRight:"3px solid transparent"},".rejt-value":{display:"inline-block",border:"1px solid transparent",borderRadius:4,margin:"1px 0",padding:"0 4px",cursor:"text",color:e.color.defaultText},".rejt-value-node:hover > .rejt-value":{background:e.color.lighter,borderColor:e.appBorderColor}})),ja=_.button(({theme:e,primary:t})=>({border:0,height:20,margin:1,borderRadius:4,background:t?e.color.secondary:"transparent",color:t?e.color.lightest:e.color.dark,fontWeight:t?"bold":"normal",cursor:"pointer",order:t?"initial":9})),ys=_(ve)(({theme:e,icon:t,disabled:r})=>({display:"inline-block",verticalAlign:"middle",width:15,height:15,padding:3,marginLeft:5,cursor:r?"not-allowed":"pointer",color:e.textMutedColor,"&:hover":r?{}:{color:t==="subtract"?e.color.negative:e.color.ancillary},"svg + &":{marginLeft:0}})),vs=_.input(({theme:e,placeholder:t})=>({outline:0,margin:t?1:"1px 0",padding:"3px 4px",color:e.color.defaultText,background:e.background.app,border:`1px solid ${e.appBorderColor}`,borderRadius:4,lineHeight:"14px",width:t==="Key"?80:120,"&:focus":{border:`1px solid ${e.color.secondary}`}})),zx=_(Pt)(({theme:e})=>({position:"absolute",zIndex:2,top:2,right:2,height:21,padding:"0 3px",background:e.background.bar,border:`1px solid ${e.appBorderColor}`,borderRadius:3,color:e.textMutedColor,fontSize:"9px",fontWeight:"bold",textDecoration:"none",span:{marginLeft:3,marginTop:1}})),qx=_(Ne.Textarea)(({theme:e})=>({flex:1,padding:"7px 6px",fontFamily:e.typography.fonts.mono,fontSize:"12px",lineHeight:"18px","&::placeholder":{fontFamily:e.typography.fonts.base,fontSize:"13px"},"&:placeholder-shown":{padding:"7px 10px"}})),Ux={bubbles:!0,cancelable:!0,key:"Enter",code:"Enter",keyCode:13},Wx=e=>{e.currentTarget.dispatchEvent(new Zx.KeyboardEvent("keydown",Ux))},Gx=e=>{e.currentTarget.select()},Yx=e=>()=>({name:{color:e.color.secondary},collapsed:{color:e.color.dark},ul:{listStyle:"none",margin:"0 0 0 1rem",padding:0},li:{outline:0}}),Es=({name:e,value:t,onChange:r})=>{let n=rp(),a=b.useMemo(()=>t&&z7(t),[t]),l=a!=null,[i,u]=b.useState(!l),[s,c]=b.useState(null),d=b.useCallback(x=>{try{x&&r(JSON.parse(x)),c(void 0)}catch(A){c(A)}},[r]),[f,m]=b.useState(!1),p=b.useCallback(()=>{r({}),m(!0)},[m]),h=b.useRef(null);if(b.useEffect(()=>{f&&h.current&&h.current.select()},[f]),!l)return o.createElement(Ne.Button,{id:Dn(e),onClick:p},"Set object");let g=o.createElement(qx,{ref:h,id:He(e),name:e,defaultValue:t===null?"":JSON.stringify(t,null,2),onBlur:x=>d(x.target.value),placeholder:"Edit JSON string...",autoFocus:f,valid:s?"error":null});return o.createElement(Vx,null,["Object","Array"].includes(xt(a))&&o.createElement(zx,{href:"#",onClick:x=>{x.preventDefault(),u(A=>!A)}},o.createElement(ve,{icon:i?"eyeclose":"eye"}),o.createElement("span",null,"RAW")),i?g:o.createElement($0,{data:a,rootName:e,onFullyUpdate:r,getStyle:Yx(n),cancelButtonElement:o.createElement(ja,{type:"button"},"Cancel"),editButtonElement:o.createElement(ja,{type:"submit"},"Save"),addButtonElement:o.createElement(ja,{type:"submit",primary:!0},"Save"),plusMenuElement:o.createElement(ys,{icon:"add"}),minusMenuElement:o.createElement(ys,{icon:"subtract"}),inputElement:(x,A,v,y)=>y?o.createElement(vs,{onFocus:Gx,onBlur:Wx}):o.createElement(vs,null),fallback:g}))},Kx=_.input(({theme:e,min:t,max:r,value:n})=>({"&":{width:"100%",backgroundColor:"transparent",appearance:"none"},"&::-webkit-slider-runnable-track":{background:e.base==="light"?`linear-gradient(to right, + ${e.color.green} 0%, ${e.color.green} ${(n-t)/(r-t)*100}%, + ${Ke(.02,e.input.background)} ${(n-t)/(r-t)*100}%, + ${Ke(.02,e.input.background)} 100%)`:`linear-gradient(to right, + ${e.color.green} 0%, ${e.color.green} ${(n-t)/(r-t)*100}%, + ${$t(.02,e.input.background)} ${(n-t)/(r-t)*100}%, + ${$t(.02,e.input.background)} 100%)`,boxShadow:`${e.appBorderColor} 0 0 0 1px inset`,borderRadius:6,width:"100%",height:6,cursor:"pointer"},"&::-webkit-slider-thumb":{marginTop:"-6px",width:16,height:16,border:`1px solid ${pt(e.appBorderColor,.2)}`,borderRadius:"50px",boxShadow:`0 1px 3px 0px ${pt(e.appBorderColor,.2)}`,cursor:"grab",appearance:"none",background:`${e.input.background}`,transition:"all 150ms ease-out","&:hover":{background:`${Ke(.05,e.input.background)}`,transform:"scale3d(1.1, 1.1, 1.1) translateY(-1px)",transition:"all 50ms ease-out"},"&:active":{background:`${e.input.background}`,transform:"scale3d(1, 1, 1) translateY(0px)",cursor:"grabbing"}},"&:focus":{outline:"none","&::-webkit-slider-runnable-track":{borderColor:pt(e.color.secondary,.4)},"&::-webkit-slider-thumb":{borderColor:e.color.secondary,boxShadow:`0 0px 5px 0px ${e.color.secondary}`}},"&::-moz-range-track":{background:e.base==="light"?`linear-gradient(to right, + ${e.color.green} 0%, ${e.color.green} ${(n-t)/(r-t)*100}%, + ${Ke(.02,e.input.background)} ${(n-t)/(r-t)*100}%, + ${Ke(.02,e.input.background)} 100%)`:`linear-gradient(to right, + ${e.color.green} 0%, ${e.color.green} ${(n-t)/(r-t)*100}%, + ${$t(.02,e.input.background)} ${(n-t)/(r-t)*100}%, + ${$t(.02,e.input.background)} 100%)`,boxShadow:`${e.appBorderColor} 0 0 0 1px inset`,borderRadius:6,width:"100%",height:6,cursor:"pointer",outline:"none"},"&::-moz-range-thumb":{width:16,height:16,border:`1px solid ${pt(e.appBorderColor,.2)}`,borderRadius:"50px",boxShadow:`0 1px 3px 0px ${pt(e.appBorderColor,.2)}`,cursor:"grab",background:`${e.input.background}`,transition:"all 150ms ease-out","&:hover":{background:`${Ke(.05,e.input.background)}`,transform:"scale3d(1.1, 1.1, 1.1) translateY(-1px)",transition:"all 50ms ease-out"},"&:active":{background:`${e.input.background}`,transform:"scale3d(1, 1, 1) translateY(0px)",cursor:"grabbing"}},"&::-ms-track":{background:e.base==="light"?`linear-gradient(to right, + ${e.color.green} 0%, ${e.color.green} ${(n-t)/(r-t)*100}%, + ${Ke(.02,e.input.background)} ${(n-t)/(r-t)*100}%, + ${Ke(.02,e.input.background)} 100%)`:`linear-gradient(to right, + ${e.color.green} 0%, ${e.color.green} ${(n-t)/(r-t)*100}%, + ${$t(.02,e.input.background)} ${(n-t)/(r-t)*100}%, + ${$t(.02,e.input.background)} 100%)`,boxShadow:`${e.appBorderColor} 0 0 0 1px inset`,color:"transparent",width:"100%",height:"6px",cursor:"pointer"},"&::-ms-fill-lower":{borderRadius:6},"&::-ms-fill-upper":{borderRadius:6},"&::-ms-thumb":{width:16,height:16,background:`${e.input.background}`,border:`1px solid ${pt(e.appBorderColor,.2)}`,borderRadius:50,cursor:"grab",marginTop:0},"@supports (-ms-ime-align:auto)":{"input[type=range]":{margin:"0"}}})),D0=_.span({paddingLeft:5,paddingRight:5,fontSize:12,whiteSpace:"nowrap",fontFeatureSettings:"tnum",fontVariantNumeric:"tabular-nums"}),Xx=_(D0)(({numberOFDecimalsPlaces:e,max:t})=>({width:`${e+t.toString().length*2+3}ch`,textAlign:"right",flexShrink:0})),Jx=_.div({display:"flex",alignItems:"center",width:"100%"});function Qx(e){let t=e.toString().match(/(?:\.(\d+))?(?:[eE]([+-]?\d+))?$/);return t?Math.max(0,(t[1]?t[1].length:0)-(t[2]?+t[2]:0)):0}var e9=({name:e,value:t,onChange:r,min:n=0,max:a=100,step:l=1,onBlur:i,onFocus:u})=>{let s=f=>{r(fx(f.target.value))},c=t!==void 0,d=b.useMemo(()=>Qx(l),[l]);return o.createElement(Jx,null,o.createElement(D0,null,n),o.createElement(Kx,{id:He(e),type:"range",onChange:s,name:e,value:t,min:n,max:a,step:l,onFocus:u,onBlur:i}),o.createElement(Xx,{numberOFDecimalsPlaces:d,max:a},c?t.toFixed(d):"--"," / ",a))},t9=_.label({display:"flex"}),r9=_.div(({isMaxed:e})=>({marginLeft:"0.75rem",paddingTop:"0.35rem",color:e?"red":void 0})),n9=({name:e,value:t,onChange:r,onFocus:n,onBlur:a,maxLength:l})=>{let i=f=>{r(f.target.value)},[u,s]=b.useState(!1),c=b.useCallback(()=>{r(""),s(!0)},[s]);if(t===void 0)return o.createElement(Ne.Button,{id:Dn(e),onClick:c},"Set string");let d=typeof t=="string";return o.createElement(t9,null,o.createElement(Ne.Textarea,{id:He(e),maxLength:l,onChange:i,size:"flex",placeholder:"Edit string...",autoFocus:u,valid:d?null:"error",name:e,value:d?t:"",onFocus:n,onBlur:a}),l&&o.createElement(r9,{isMaxed:(t==null?void 0:t.length)===l},(t==null?void 0:t.length)??0," / ",l))},a9=_(Ne.Input)({padding:10});function o9(e){e.forEach(t=>{t.startsWith("blob:")&&URL.revokeObjectURL(t)})}var l9=({onChange:e,name:t,accept:r="image/*",value:n})=>{let a=b.useRef(null);function l(i){if(!i.target.files)return;let u=Array.from(i.target.files).map(s=>URL.createObjectURL(s));e(u),o9(n)}return b.useEffect(()=>{n==null&&a.current&&(a.current.value=null)},[n,t]),o.createElement(a9,{ref:a,id:He(t),type:"file",name:t,multiple:!0,onChange:l,accept:r,size:"flex"})},i9=b.lazy(()=>jt(()=>import("./Color-6VNJS4EI-Agm6Kgyl.js"),__vite__mapDeps([10,2,3,6,1,4,5,7]),import.meta.url)),s9=e=>o.createElement(b.Suspense,{fallback:o.createElement("div",null)},o.createElement(i9,{...e})),u9={array:Es,object:Es,boolean:ox,color:s9,date:dx,number:mx,check:Gt,"inline-check":Gt,radio:Gt,"inline-radio":Gt,select:Gt,"multi-select":Gt,range:e9,text:n9,file:l9},xs=()=>o.createElement(o.Fragment,null,"-"),c9=({row:e,arg:t,updateArgs:r,isHovered:n})=>{let{key:a,control:l}=e,[i,u]=b.useState(!1),[s,c]=b.useState({value:t});b.useEffect(()=>{i||c({value:t})},[i,t]);let d=b.useCallback(g=>(c({value:g}),r({[a]:g}),g),[r,a]),f=b.useCallback(()=>u(!1),[]),m=b.useCallback(()=>u(!0),[]);if(!l||l.disable)return n?o.createElement(wt,{href:"https://storybook.js.org/docs/react/essentials/controls",target:"_blank",withArrow:!0},"Setup controls"):o.createElement(xs,null);let p={name:a,argType:e,value:s.value,onChange:d,onBlur:f,onFocus:m},h=u9[l.type]||xs;return o.createElement(h,{...p,...l,controlType:l.type})},d9=_.span({fontWeight:"bold"}),p9=_.span(({theme:e})=>({color:e.color.negative,fontFamily:e.typography.fonts.mono,cursor:"help"})),f9=_.div(({theme:e})=>({"&&":{p:{margin:"0 0 10px 0"},a:{color:e.color.secondary}},code:{...gt({theme:e}),fontSize:12,fontFamily:e.typography.fonts.mono},"& code":{margin:0,display:"inline-block"},"& pre > code":{whiteSpace:"pre-wrap"}})),m9=_.div(({theme:e,hasDescription:t})=>({color:e.base==="light"?ee(.1,e.color.defaultText):ee(.2,e.color.defaultText),marginTop:t?4:0})),g9=_.div(({theme:e,hasDescription:t})=>({color:e.base==="light"?ee(.1,e.color.defaultText):ee(.2,e.color.defaultText),marginTop:t?12:0,marginBottom:12})),h9=_.td(({theme:e,expandable:t})=>({paddingLeft:t?"40px !important":"20px !important"})),ln=e=>{var g;let[t,r]=b.useState(!1),{row:n,updateArgs:a,compact:l,expandable:i,initialExpandedArgs:u}=e,{name:s,description:c}=n,d=n.table||{},f=d.type||n.type,m=d.defaultValue||n.defaultValue,p=(g=n.type)==null?void 0:g.required,h=c!=null&&c!=="";return o.createElement("tr",{onMouseEnter:()=>r(!0),onMouseLeave:()=>r(!1)},o.createElement(h9,{expandable:i},o.createElement(d9,null,s),p?o.createElement(p9,{title:"Required"},"*"):null),l?null:o.createElement("td",null,h&&o.createElement(f9,null,o.createElement(a0,null,c)),d.jsDocTags!=null?o.createElement(o.Fragment,null,o.createElement(g9,{hasDescription:h},o.createElement(Pa,{value:f,initialExpandedArgs:u})),o.createElement(W8,{tags:d.jsDocTags})):o.createElement(m9,{hasDescription:h},o.createElement(Pa,{value:f,initialExpandedArgs:u}))),l?null:o.createElement("td",null,o.createElement(Pa,{value:m,initialExpandedArgs:u})),a?o.createElement("td",null,o.createElement(c9,{...e,isHovered:t})):null)},b9=_(ve)(({theme:e})=>({marginRight:8,marginLeft:-10,marginTop:-2,height:12,width:12,color:e.base==="light"?ee(.25,e.color.defaultText):ee(.3,e.color.defaultText),border:"none",display:"inline-block"})),y9=_.span(({theme:e})=>({display:"flex",lineHeight:"20px",alignItems:"center"})),v9=_.td(({theme:e})=>({position:"relative",letterSpacing:"0.35em",textTransform:"uppercase",fontWeight:e.typography.weight.bold,fontSize:e.typography.size.s1-1,color:e.base==="light"?ee(.4,e.color.defaultText):ee(.6,e.color.defaultText),background:`${e.background.app} !important`,"& ~ td":{background:`${e.background.app} !important`}})),E9=_.td(({theme:e})=>({position:"relative",fontWeight:e.typography.weight.bold,fontSize:e.typography.size.s2-1,background:e.background.app})),x9=_.td(()=>({position:"relative"})),w9=_.tr(({theme:e})=>({"&:hover > td":{backgroundColor:`${$t(.005,e.background.app)} !important`,boxShadow:`${e.color.mediumlight} 0 - 1px 0 0 inset`,cursor:"row-resize"}})),ws=_.button(()=>({background:"none",border:"none",padding:"0",font:"inherit",position:"absolute",top:0,bottom:0,left:0,right:0,height:"100%",width:"100%",color:"transparent",cursor:"row-resize !important"})),Na=({level:e="section",label:t,children:r,initialExpanded:n=!0,colSpan:a=3})=>{let[l,i]=b.useState(n),u=e==="subsection"?E9:v9,s=(r==null?void 0:r.length)||0,c=e==="subsection"?`${s} item${s!==1?"s":""}`:"",d=l?"arrowdown":"arrowright",f=`${l?"Hide":"Show"} ${e==="subsection"?s:t} item${s!==1?"s":""}`;return o.createElement(o.Fragment,null,o.createElement(w9,{title:f},o.createElement(u,{colSpan:1},o.createElement(ws,{onClick:m=>i(!l),tabIndex:0},f),o.createElement(y9,null,o.createElement(b9,{icon:d}),t)),o.createElement(x9,{colSpan:a-1},o.createElement(ws,{onClick:m=>i(!l),tabIndex:-1,style:{outline:"none"}},f),l?null:c)),l?r:null)},sn=_.div(({theme:e})=>({display:"flex",gap:16,borderBottom:`1px solid ${e.appBorderColor}`,"&:last-child":{borderBottom:0}})),me=_.div(({numColumn:e})=>({display:"flex",flexDirection:"column",flex:e||1,gap:5,padding:"12px 20px"})),ie=_.div(({theme:e,width:t,height:r})=>({animation:`${e.animation.glow} 1.5s ease-in-out infinite`,background:e.appBorderColor,width:t||"100%",height:r||16,borderRadius:3})),ge=[2,4,2,2],A9=()=>o.createElement(o.Fragment,null,o.createElement(sn,null,o.createElement(me,{numColumn:ge[0]},o.createElement(ie,{width:"60%"})),o.createElement(me,{numColumn:ge[1]},o.createElement(ie,{width:"30%"})),o.createElement(me,{numColumn:ge[2]},o.createElement(ie,{width:"60%"})),o.createElement(me,{numColumn:ge[3]},o.createElement(ie,{width:"60%"}))),o.createElement(sn,null,o.createElement(me,{numColumn:ge[0]},o.createElement(ie,{width:"60%"})),o.createElement(me,{numColumn:ge[1]},o.createElement(ie,{width:"80%"}),o.createElement(ie,{width:"30%"})),o.createElement(me,{numColumn:ge[2]},o.createElement(ie,{width:"60%"})),o.createElement(me,{numColumn:ge[3]},o.createElement(ie,{width:"60%"}))),o.createElement(sn,null,o.createElement(me,{numColumn:ge[0]},o.createElement(ie,{width:"60%"})),o.createElement(me,{numColumn:ge[1]},o.createElement(ie,{width:"80%"}),o.createElement(ie,{width:"30%"})),o.createElement(me,{numColumn:ge[2]},o.createElement(ie,{width:"60%"})),o.createElement(me,{numColumn:ge[3]},o.createElement(ie,{width:"60%"}))),o.createElement(sn,null,o.createElement(me,{numColumn:ge[0]},o.createElement(ie,{width:"60%"})),o.createElement(me,{numColumn:ge[1]},o.createElement(ie,{width:"80%"}),o.createElement(ie,{width:"30%"})),o.createElement(me,{numColumn:ge[2]},o.createElement(ie,{width:"60%"})),o.createElement(me,{numColumn:ge[3]},o.createElement(ie,{width:"60%"})))),S9=_.div(({inAddonPanel:e,theme:t})=>({height:e?"100%":"auto",display:"flex",border:e?"none":`1px solid ${t.appBorderColor}`,borderRadius:e?0:t.appBorderRadius,padding:e?0:40,alignItems:"center",justifyContent:"center",flexDirection:"column",gap:15,background:t.background.content,boxShadow:"rgba(0, 0, 0, 0.10) 0 1px 3px 0"})),C9=_.div({display:"flex",flexDirection:"column",gap:4,maxWidth:415}),k9=_.div(({theme:e})=>({fontWeight:e.typography.weight.bold,fontSize:e.typography.size.s2-1,textAlign:"center",color:e.textColor})),_9=_.div(({theme:e})=>({fontWeight:e.typography.weight.regular,fontSize:e.typography.size.s2-1,textAlign:"center",color:e.textMutedColor})),O9=_.div(({theme:e})=>({display:"flex",fontSize:e.typography.size.s2-1,gap:25})),T9=_.div(({theme:e})=>({width:1,height:16,backgroundColor:e.appBorderColor})),R9=({inAddonPanel:e})=>{let[t,r]=b.useState(!0);return b.useEffect(()=>{let n=setTimeout(()=>{r(!1)},100);return()=>clearTimeout(n)},[]),t?null:o.createElement(S9,{inAddonPanel:e},o.createElement(C9,null,o.createElement(k9,null,e?"Interactive story playground":"Args table with interactive controls couldn't be auto-generated"),o.createElement(_9,null,"Controls give you an easy to use interface to test your components. Set your story args and you'll see controls appearing here automatically.")),o.createElement(O9,null,e&&o.createElement(o.Fragment,null,o.createElement(wt,{href:"https://youtu.be/0gOfS6K0x0E",target:"_blank",withArrow:!0},o.createElement(ve,{icon:"video"})," Watch 5m video"),o.createElement(T9,null),o.createElement(wt,{href:"https://storybook.js.org/docs/react/essentials/controls",target:"_blank",withArrow:!0},"Read docs")),!e&&o.createElement(wt,{href:"https://storybook.js.org/docs/react/essentials/controls",target:"_blank",withArrow:!0},"Learn how to set that up")))},F9=_.table(({theme:e,compact:t,inAddonPanel:r})=>({"&&":{borderSpacing:0,color:e.color.defaultText,"td, th":{padding:0,border:"none",verticalAlign:"top",textOverflow:"ellipsis"},fontSize:e.typography.size.s2-1,lineHeight:"20px",textAlign:"left",width:"100%",marginTop:r?0:25,marginBottom:r?0:40,"thead th:first-of-type, td:first-of-type":{width:"25%"},"th:first-of-type, td:first-of-type":{paddingLeft:20},"th:nth-of-type(2), td:nth-of-type(2)":{...t?null:{width:"35%"}},"td:nth-of-type(3)":{...t?null:{width:"15%"}},"th:last-of-type, td:last-of-type":{paddingRight:20,...t?null:{width:"25%"}},th:{color:e.base==="light"?ee(.25,e.color.defaultText):ee(.45,e.color.defaultText),paddingTop:10,paddingBottom:10,paddingLeft:15,paddingRight:15},td:{paddingTop:"10px",paddingBottom:"10px","&:not(:first-of-type)":{paddingLeft:15,paddingRight:15},"&:last-of-type":{paddingRight:20}},marginLeft:r?0:1,marginRight:r?0:1,tbody:{...r?null:{filter:e.base==="light"?"drop-shadow(0px 1px 3px rgba(0, 0, 0, 0.10))":"drop-shadow(0px 1px 3px rgba(0, 0, 0, 0.20))"},"> tr > *":{background:e.background.content,borderTop:`1px solid ${e.appBorderColor}`},...r?null:{"> tr:first-of-type > *":{borderBlockStart:`1px solid ${e.appBorderColor}`},"> tr:last-of-type > *":{borderBlockEnd:`1px solid ${e.appBorderColor}`},"> tr > *:first-of-type":{borderInlineStart:`1px solid ${e.appBorderColor}`},"> tr > *:last-of-type":{borderInlineEnd:`1px solid ${e.appBorderColor}`},"> tr:first-of-type > td:first-of-type":{borderTopLeftRadius:e.appBorderRadius},"> tr:first-of-type > td:last-of-type":{borderTopRightRadius:e.appBorderRadius},"> tr:last-of-type > td:first-of-type":{borderBottomLeftRadius:e.appBorderRadius},"> tr:last-of-type > td:last-of-type":{borderBottomRightRadius:e.appBorderRadius}}}}})),$9=_(Pt)(({theme:e})=>({color:e.barTextColor,margin:"-4px -12px -4px 0"})),D9=_.span({display:"flex",justifyContent:"space-between"}),L9={alpha:(e,t)=>e.name.localeCompare(t.name),requiredFirst:(e,t)=>{var r,n;return+!!((r=t.type)!=null&&r.required)-+!!((n=e.type)!=null&&n.required)||e.name.localeCompare(t.name)},none:void 0},M9=(e,t)=>{let r={ungrouped:[],ungroupedSubsections:{},sections:{}};if(!e)return r;Object.entries(e).forEach(([l,i])=>{let{category:u,subcategory:s}=(i==null?void 0:i.table)||{};if(u){let c=r.sections[u]||{ungrouped:[],subsections:{}};if(!s)c.ungrouped.push({key:l,...i});else{let d=c.subsections[s]||[];d.push({key:l,...i}),c.subsections[s]=d}r.sections[u]=c}else if(s){let c=r.ungroupedSubsections[s]||[];c.push({key:l,...i}),r.ungroupedSubsections[s]=c}else r.ungrouped.push({key:l,...i})});let n=L9[t],a=l=>n?Object.keys(l).reduce((i,u)=>({...i,[u]:l[u].sort(n)}),{}):l;return{ungrouped:r.ungrouped.sort(n),ungroupedSubsections:a(r.ungroupedSubsections),sections:Object.keys(r.sections).reduce((l,i)=>({...l,[i]:{ungrouped:r.sections[i].ungrouped.sort(n),subsections:a(r.sections[i].subsections)}}),{})}},B9=(e,t,r)=>{try{return q0(e,t,r)}catch(n){return m8.warn(n.message),!1}},I9=e=>{let{updateArgs:t,resetArgs:r,compact:n,inAddonPanel:a,initialExpandedArgs:l,sort:i="none",isLoading:u}=e;if("error"in e){let{error:v}=e;return o.createElement(v0,null,v," ",o.createElement(wt,{href:"http://storybook.js.org/docs/",target:"_blank",withArrow:!0},"Read the docs"))}if(u)return o.createElement(A9,null);let{rows:s,args:c,globals:d}="rows"in e&&e,f=M9(Ey(s,v=>{var y;return!((y=v==null?void 0:v.table)!=null&&y.disable)&&B9(v,c||{},d||{})}),i),m=f.ungrouped.length===0,p=Object.entries(f.sections).length===0,h=Object.entries(f.ungroupedSubsections).length===0;if(m&&p&&h)return o.createElement(R9,{inAddonPanel:a});let g=1;t&&(g+=1),n||(g+=2);let x=Object.keys(f.sections).length>0,A={updateArgs:t,compact:n,inAddonPanel:a,initialExpandedArgs:l};return o.createElement(il,null,o.createElement(F9,{compact:n,inAddonPanel:a,className:"docblock-argstable sb-unstyled"},o.createElement("thead",{className:"docblock-argstable-head"},o.createElement("tr",null,o.createElement("th",null,o.createElement("span",null,"Name")),n?null:o.createElement("th",null,o.createElement("span",null,"Description")),n?null:o.createElement("th",null,o.createElement("span",null,"Default")),t?o.createElement("th",null,o.createElement(D9,null,"Control"," ",!u&&r&&o.createElement($9,{onClick:()=>r(),title:"Reset controls"},o.createElement(ve,{icon:"undo","aria-hidden":!0})))):null)),o.createElement("tbody",{className:"docblock-argstable-body"},f.ungrouped.map(v=>o.createElement(ln,{key:v.key,row:v,arg:c&&c[v.key],...A})),Object.entries(f.ungroupedSubsections).map(([v,y])=>o.createElement(Na,{key:v,label:v,level:"subsection",colSpan:g},y.map(E=>o.createElement(ln,{key:E.key,row:E,arg:c&&c[E.key],expandable:x,...A})))),Object.entries(f.sections).map(([v,y])=>o.createElement(Na,{key:v,label:v,level:"section",colSpan:g},y.ungrouped.map(E=>o.createElement(ln,{key:E.key,row:E,arg:c&&c[E.key],...A})),Object.entries(y.subsections).map(([E,w])=>o.createElement(Na,{key:E,label:E,level:"subsection",colSpan:g},w.map(S=>o.createElement(ln,{key:S.key,row:S,arg:c&&c[S.key],expandable:x,...A})))))))))};_.div(({theme:e})=>({marginRight:30,fontSize:`${e.typography.size.s1}px`,color:e.base==="light"?ee(.4,e.color.defaultText):ee(.6,e.color.defaultText)}));_.div({overflow:"hidden",whiteSpace:"nowrap",textOverflow:"ellipsis"});_.div({display:"flex",flexDirection:"row",alignItems:"baseline","&:not(:last-child)":{marginBottom:"1rem"}});_.div(te,({theme:e})=>({...aa(e),margin:"25px 0 40px",padding:"30px 20px"}));_.div(({theme:e})=>({fontWeight:e.typography.weight.bold,color:e.color.defaultText}));_.div(({theme:e})=>({color:e.base==="light"?ee(.2,e.color.defaultText):ee(.6,e.color.defaultText)}));_.div({flex:"0 0 30%",lineHeight:"20px",marginTop:5});_.div(({theme:e})=>({flex:1,textAlign:"center",fontFamily:e.typography.fonts.mono,fontSize:e.typography.size.s1,lineHeight:1,overflow:"hidden",color:e.base==="light"?ee(.4,e.color.defaultText):ee(.6,e.color.defaultText),"> div":{display:"inline-block",overflow:"hidden",maxWidth:"100%",textOverflow:"ellipsis"},span:{display:"block",marginTop:2}}));_.div({display:"flex",flexDirection:"row"});_.div(({background:e})=>({position:"relative",flex:1,"&::before":{position:"absolute",top:0,left:0,width:"100%",height:"100%",background:e,content:'""'}}));_.div(({theme:e})=>({...aa(e),display:"flex",flexDirection:"row",height:50,marginBottom:5,overflow:"hidden",backgroundColor:"white",backgroundImage:"repeating-linear-gradient(-45deg, #ccc, #ccc 1px, #fff 1px, #fff 16px)",backgroundClip:"padding-box"}));_.div({display:"flex",flexDirection:"column",flex:1,position:"relative",marginBottom:30});_.div({flex:1,display:"flex",flexDirection:"row"});_.div({display:"flex",alignItems:"flex-start"});_.div({flex:"0 0 30%"});_.div({flex:1});_.div(({theme:e})=>({display:"flex",flexDirection:"row",alignItems:"center",paddingBottom:20,fontWeight:e.typography.weight.bold,color:e.base==="light"?ee(.4,e.color.defaultText):ee(.6,e.color.defaultText)}));_.div(({theme:e})=>({fontSize:e.typography.size.s2,lineHeight:"20px",display:"flex",flexDirection:"column"}));_.div(({theme:e})=>({fontFamily:e.typography.fonts.base,fontSize:e.typography.size.s2,color:e.color.defaultText,marginLeft:10,lineHeight:1.2}));_.div(({theme:e})=>({...aa(e),overflow:"hidden",height:40,width:40,display:"flex",alignItems:"center",justifyContent:"center",flex:"none","> img, > svg":{width:20,height:20}}));_.div({display:"inline-flex",flexDirection:"row",alignItems:"center",flex:"0 1 calc(20% - 10px)",minWidth:120,margin:"0px 10px 30px 0"});_.div({display:"flex",flexFlow:"row wrap"});var P9=e=>`anchor--${e}`,L0=({storyId:e,children:t})=>o.createElement("div",{id:P9(e),className:"sb-anchor"},t);$e&&$e.__DOCS_CONTEXT__===void 0&&($e.__DOCS_CONTEXT__=b.createContext(null),$e.__DOCS_CONTEXT__.displayName="DocsContext");var Ce=$e?$e.__DOCS_CONTEXT__:b.createContext(null),Yr=(e,t)=>b.useContext(Ce).resolveOf(e,t);function j9(e,t="start"){e.scrollIntoView({behavior:"smooth",block:t,inline:"nearest"})}function N9(e,t){let r=Rl([e],t);return r&&r[0]}function Rl(e,t){let[r,n]=b.useState({});return b.useEffect(()=>{Promise.all(e.map(async a=>{let l=await t.loadStory(a);n(i=>i[a]===l?i:{...i,[a]:l})}))}),e.map(a=>{if(r[a])return r[a];try{return t.storyById(a)}catch{return null}})}function M0(e){return s8(e)}var B0=b.createContext({sources:{}}),I0="--unknown--",H9=({children:e,channel:t})=>{let[r,n]=b.useState({});return b.useEffect(()=>{let a=(l,i=null,u=!1)=>{let{id:s,args:c=void 0,source:d,format:f}=typeof l=="string"?{id:l,source:i,format:u}:l,m=c?M0(c):I0;n(p=>({...p,[s]:{...p[s],[m]:{code:d,format:f}}}))};return t.on(Pl,a),()=>t.off(Pl,a)},[]),o.createElement(B0.Provider,{value:{sources:r}},e)},Z9=(e=>(e.OPEN="open",e.CLOSED="closed",e.NONE="none",e))(Z9||{}),V9=e=>{let t=e.map(r=>{var n,a;return(a=(n=r.parameters.docs)==null?void 0:n.source)==null?void 0:a.state}).filter(Boolean);return t.length===0?"closed":t[0]},z9=(e,t,r)=>{let{sources:n}=r,a=n==null?void 0:n[e];return(a==null?void 0:a[M0(t)])||(a==null?void 0:a[I0])||{code:""}},q9=({snippet:e,storyContext:t,typeFromProps:r,transformFromProps:n})=>{var s,c,d,f,m,p;let{__isArgsStory:a}=t.parameters,l=((s=t.parameters.docs)==null?void 0:s.source)||{},i=r||l.type||ua.AUTO;if(l.code!==void 0)return l.code;let u=i===ua.DYNAMIC||i===ua.AUTO&&e&&a?e:l.originalSource||"";return l.transformSource&&pe(xe`The \`transformSource\` parameter at \`parameters.docs.source.transformSource\` is deprecated, please use \`parameters.docs.source.transform\` instead. + + Please refer to the migration guide: https://github.com/storybookjs/storybook/blob/next/MIGRATION.md#source-block + `),(c=t.parameters.docs)!=null&&c.transformSource&&pe(xe`The \`transformSource\` parameter at \`parameters.docs.transformSource\` is deprecated, please use \`parameters.docs.source.transform\` instead. + + Please refer to the migration guide: https://github.com/storybookjs/storybook/blob/next/MIGRATION.md#source-block + `),(d=t.parameters.jsx)!=null&&d.transformSource&&pe(xe`The \`transformSource\` parameter at \`parameters.jsx.transformSource\` is deprecated, please use \`parameters.docs.source.transform\` instead. + + Please refer to the migration guide: https://github.com/storybookjs/storybook/blob/next/MIGRATION.md#source-block + `),((p=n??l.transform??l.transformSource??((f=t.parameters.docs)==null?void 0:f.transformSource)??((m=t.parameters.jsx)==null?void 0:m.transformSource))==null?void 0:p(u,t))||u},P0=(e,t,r)=>{var p,h,g;let n=e.ids||(e.id?[e.id]:[]),a=Rl(n,t),l=a,{of:i}=e;if("of"in e&&i===void 0)throw new Error("Unexpected `of={undefined}`, did you mistype a CSF file reference?");if(i)l=[t.resolveOf(i,["story"]).story];else if(l.length===0)try{l=[t.storyById()]}catch{}if(!a.every(Boolean))return{error:"Oh no! The source is not available.",state:"none"};let u=((g=(h=(p=l[0])==null?void 0:p.parameters)==null?void 0:h.docs)==null?void 0:g.source)||{},{code:s}=e,c=e.format??u.format,d=e.language??u.language??"jsx",f=e.dark??u.dark??!1;s||(s=l.map((x,A)=>{var w,S;if(!x)return"";let v=t.getStoryContext(x),y=e.__forceInitialArgs?v.initialArgs:v.unmappedArgs,E=z9(x.id,y,r);return A===0&&(c=E.format??((S=(w=x.parameters.docs)==null?void 0:w.source)==null?void 0:S.format)??!1),q9({snippet:E.code,storyContext:{...v,args:y},typeFromProps:e.type,transformFromProps:e.transform})}).join(` + +`));let m=V9(l);return s?{code:s,format:c,language:d,dark:f,state:m}:{error:"Oh no! The source is not available.",state:m}},j0=(e,t)=>{let{id:r,of:n,meta:a,story:l}=e;if("of"in e&&n===void 0)throw new Error("Unexpected `of={undefined}`, did you mistype a CSF file reference?");if(r)return pe(xe`Referencing stories by \`id\` is deprecated, please use \`of\` instead. + + Please refer to the migration guide: https://github.com/storybookjs/storybook/blob/next/MIGRATION.md#story-block'`),r;let{name:i}=e;return i?(pe(xe`Referencing stories by \`name\` is deprecated, please use \`of\` instead. + + Please refer to the migration guide: https://github.com/storybookjs/storybook/blob/next/MIGRATION.md#story-block'`),t.storyIdByName(i)):(l&&pe(xe`The \`story\` prop is deprecated, please export your stories from CSF files and reference them with \`of={}\`. + + Please refer to the migration guide: https://github.com/storybookjs/storybook/blob/next/MIGRATION.md#story-block'`),a&&t.referenceMeta(a,!1),t.resolveOf(n||l||"story",["story"]).story.id)},U9=(e,t,r)=>{let{parameters:n={}}=t||{},{docs:a={}}=n,l=a.story||{};if(a.disable)return null;let{inlineStories:i,iframeHeight:u}=a;typeof i<"u"&&pe(xe`The \`docs.inlineStories\` parameter is deprecated, use \`docs.story.inline\` instead. + + Please refer to the migration guide: https://github.com/storybookjs/storybook/blob/next/MIGRATION.md#autodocs-changes' + `);let s=e.inline??l.inline??i??!1;if(typeof u<"u"&&pe(xe`The \`docs.iframeHeight\` parameter is deprecated, use \`docs.story.iframeHeight\` instead. + + Please refer to the migration guide: https://github.com/storybookjs/storybook/blob/next/MIGRATION.md#autodocs-changes' + `),s){let d=e.height??l.height,f=e.autoplay??l.autoplay??!1;return{story:t,inline:!0,height:d,autoplay:f,forceInitialArgs:!!e.__forceInitialArgs,primary:!!e.__primary,renderStoryToElement:r.renderStoryToElement}}let c=e.height??l.height??l.iframeHeight??u??"100px";return{story:t,inline:!1,height:c,primary:!!e.__primary}},W9=(e={__forceInitialArgs:!1,__primary:!1})=>{let t=b.useContext(Ce),r=j0(e,t),n=N9(r,t);if(!n)return o.createElement(_l,null);let a=U9(e,n,t);return a?o.createElement(I8,{...a}):null},G9=({withSource:e,mdxSource:t,children:r,layout:n,...a},l,i)=>{let u=b.Children.toArray(r).filter(m=>m.props&&(m.props.id||m.props.name||m.props.of)).map(m=>j0(m.props,l)),s=Rl(u,l),c=s.some(m=>!m),d=P0({...t?{code:decodeURI(t)}:{ids:u},...a.of&&{of:a.of}},l,i);if(e==="none")return{isLoading:c,previewProps:a};let f=n;return b.Children.forEach(r,m=>{var p,h;f||(f=(h=(p=m==null?void 0:m.props)==null?void 0:p.parameters)==null?void 0:h.layout)}),s.forEach(m=>{var p,h;f||!m||(f=(m==null?void 0:m.parameters.layout)??((h=(p=m.parameters.docs)==null?void 0:p.canvas)==null?void 0:h.layout))}),{isLoading:c,previewProps:{...a,layout:f??"padded",withSource:d,isExpanded:(e||d.state)==="open"}}},Y9=e=>{var x,A,v,y,E,w,S,C,k,O;let t=b.useContext(Ce),r=b.useContext(B0),{children:n,of:a,source:l}=e;if("of"in e&&a===void 0)throw new Error("Unexpected `of={undefined}`, did you mistype a CSF file reference?");let{isLoading:i,previewProps:u}=G9(e,t,r),s,c,d;try{({story:s}=Yr(a||"story",["story"]))}catch(T){n||(d=T)}try{c=P0({...l,...a&&{of:a}},t,r)}catch(T){n||(d=T)}if(d)throw d;if(e.withSource&&pe(xe`Setting source state with \`withSource\` is deprecated, please use \`sourceState\` with 'hidden', 'shown' or 'none' instead. + + Please refer to the migration guide: https://github.com/storybookjs/storybook/blob/next/MIGRATION.md#canvas-block + `),e.mdxSource&&pe(xe`Setting source code with \`mdxSource\` is deprecated, please use source={{code: '...'}} instead. + + Please refer to the migration guide: https://github.com/storybookjs/storybook/blob/next/MIGRATION.md#canvas-block + `),(e.isColumn!==void 0||e.columns!==void 0)&&pe(xe`\`isColumn\` and \`columns\` props are deprecated as the Canvas block now only supports showing a single story. + + Please refer to the migration guide: https://github.com/storybookjs/storybook/blob/next/MIGRATION.md#canvas-block + `),n)return pe(xe`Passing children to Canvas is deprecated, please use the \`of\` prop instead to reference a story. + + Please refer to the migration guide: https://github.com/storybookjs/storybook/blob/next/MIGRATION.md#canvas-block + `),i?o.createElement(q8,null):o.createElement(xo,{...u},n);let f=e.layout??s.parameters.layout??((A=(x=s.parameters.docs)==null?void 0:x.canvas)==null?void 0:A.layout)??"padded",m=e.withToolbar??((y=(v=s.parameters.docs)==null?void 0:v.canvas)==null?void 0:y.withToolbar)??!1,p=e.additionalActions??((w=(E=s.parameters.docs)==null?void 0:E.canvas)==null?void 0:w.additionalActions),h=e.sourceState??((C=(S=s.parameters.docs)==null?void 0:S.canvas)==null?void 0:C.sourceState)??"hidden",g=e.className??((O=(k=s.parameters.docs)==null?void 0:k.canvas)==null?void 0:O.className);return o.createElement(xo,{withSource:h==="none"?void 0:c,isExpanded:h==="shown",withToolbar:m,additionalActions:p,className:g,layout:f},o.createElement(W9,{of:a||s.moduleExport,meta:e.meta,...e.story}))},K9=(e,t)=>{let r=t.getStoryContext(e),[n,a]=b.useState(r.globals);return b.useEffect(()=>{let l=i=>{a(i.globals)};return t.channel.on(cs,l),()=>t.channel.off(cs,l)},[t.channel]),[n]},X9=(e,t)=>{let r=J9(e,t);if(!r)throw new Error("No result when story was defined");return r},J9=(e,t)=>{let r=e?t.getStoryContext(e):{args:{}},{id:n}=e||{id:"none"},[a,l]=b.useState(r.args);b.useEffect(()=>{let s=c=>{c.storyId===n&&l(c.args)};return t.channel.on(us,s),()=>t.channel.off(us,s)},[n,t.channel]);let i=b.useCallback(s=>t.channel.emit(h8,{storyId:n,updatedArgs:s}),[n,t.channel]),u=b.useCallback(s=>t.channel.emit(b8,{storyId:n,argNames:s}),[n,t.channel]);return e&&[a,i,u]},Q9=e=>{var g;let{of:t}=e;if("of"in e&&t===void 0)throw new Error("Unexpected `of={undefined}`, did you mistype a CSF file reference?");let r=b.useContext(Ce),{story:n}=r.resolveOf(t||"story",["story"]),{parameters:a,argTypes:l}=n,i=((g=a.docs)==null?void 0:g.controls)||{},u=e.include??i.include,s=e.exclude??i.exclude,c=e.sort??i.sort,[d,f,m]=X9(n,r),[p]=K9(n,r),h=g8(l,u,s);return o.createElement(I9,{rows:h,args:d,globals:p,updateArgs:f,resetArgs:m,sort:c})},{document:N0}=$e,ew=({className:e,children:t,...r})=>{if(typeof e!="string"&&(typeof t!="string"||!t.match(/[\n\r]/g)))return o.createElement(al,null,t);let n=e&&e.split("-");return o.createElement(Cl,{language:n&&n[1]||"plaintext",format:!1,code:t,...r})};function Fl(e,t){e.channel.emit(y8,t)}var Co=$c.a,tw=({hash:e,children:t})=>{let r=b.useContext(Ce);return o.createElement(Co,{href:e,target:"_self",onClick:n=>{let a=e.substring(1);N0.getElementById(a)&&Fl(r,e)}},t)},rw=e=>{let{href:t,target:r,children:n,...a}=e,l=b.useContext(Ce);if(t){if(t.startsWith("#"))return o.createElement(tw,{hash:t},n);if(r!=="_blank"&&!t.startsWith("https://"))return o.createElement(Co,{href:t,onClick:i=>{i.button===0&&!i.altKey&&!i.ctrlKey&&!i.metaKey&&!i.shiftKey&&(i.preventDefault(),Fl(l,i.currentTarget.getAttribute("href")))},target:r,...a},n)}return o.createElement(Co,{...e})},H0=["h1","h2","h3","h4","h5","h6"],nw=H0.reduce((e,t)=>({...e,[t]:_(t)({"& svg":{position:"relative",top:"-0.1em",visibility:"hidden"},"&:hover svg":{visibility:"visible"}})}),{}),aw=_.a(()=>({float:"left",lineHeight:"inherit",paddingRight:"10px",marginLeft:"-24px",color:"inherit"})),ow=({as:e,id:t,children:r,...n})=>{let a=b.useContext(Ce),l=nw[e],i=`#${t}`;return o.createElement(l,{id:t,...n},o.createElement(aw,{"aria-hidden":"true",href:i,tabIndex:-1,target:"_self",onClick:u=>{N0.getElementById(t)&&Fl(a,i)}},o.createElement(ve,{icon:"link"})),r)},$l=e=>{let{as:t,id:r,children:n,...a}=e;if(r)return o.createElement(ow,{as:t,id:r,...a},n);let l=t,{as:i,...u}=e;return o.createElement(l,{...Q(u,t)})},lw=H0.reduce((e,t)=>({...e,[t]:r=>o.createElement($l,{as:t,...r})}),{}),iw=e=>{var t;if(!e.children)return null;if(typeof e.children!="string")throw new Error(xe`The Markdown block only accepts children as a single string, but children were of type: '${typeof e.children}' + This is often caused by not wrapping the child in a template string. + + This is invalid: + + # Some heading + A paragraph + + + Instead do: + + {\` + # Some heading + A paragraph + \`} + + `);return o.createElement(a0,{...e,options:{forceBlock:!0,overrides:{code:ew,a:rw,...lw,...(t=e==null?void 0:e.options)==null?void 0:t.overrides},...e==null?void 0:e.options}})},sw=(e=>(e.INFO="info",e.NOTES="notes",e.DOCGEN="docgen",e.AUTO="auto",e))(sw||{}),En="https://github.com/storybookjs/storybook/blob/next/MIGRATION.md#description-block-parametersnotes-and-parametersinfo",uw=e=>e&&(typeof e=="string"?e:Ha(e.markdown)||Ha(e.text)),cw=e=>e&&(typeof e=="string"?e:Ha(e.text)),dw=e=>null,pw=e=>{var t,r,n,a,l,i,u,s;switch(e.type){case"story":return((r=(t=e.story.parameters.docs)==null?void 0:t.description)==null?void 0:r.story)||null;case"meta":{let{parameters:c,component:d}=e.preparedMeta;return((a=(n=c.docs)==null?void 0:n.description)==null?void 0:a.component)||((i=(l=c.docs)==null?void 0:l.extractComponentDescription)==null?void 0:i.call(l,d,{component:d,parameters:c}))||null}case"component":{let{component:c,projectAnnotations:{parameters:d}}=e;return((s=(u=d.docs)==null?void 0:u.extractComponentDescription)==null?void 0:s.call(u,c,{component:c,parameters:d}))||null}default:throw new Error(`Unrecognized module type resolved from 'useOf', got: ${e.type}`)}},fw=({type:e,markdown:t,children:r},{storyById:n})=>{let{component:a,parameters:l}=n();if(r||t)return r||t;let{notes:i,info:u,docs:s}=l;(i||u)&&pe(`Using 'parameters.notes' or 'parameters.info' properties to describe stories is deprecated. See ${En}`);let{extractComponentDescription:c=dw,description:d}=s||{},f=d==null?void 0:d.component;if(f)return f;switch(e){case"info":return cw(u);case"notes":return uw(i);case"docgen":case"auto":default:return c(a,{component:a,...l})}},ko=e=>{let{of:t,type:r,markdown:n,children:a}=e;if("of"in e&&t===void 0)throw new Error("Unexpected `of={undefined}`, did you mistype a CSF file reference?");let l=b.useContext(Ce),i=Yr(t||"meta"),u;return r||n||a?u=fw(e,l):u=pw(i),r&&pe(`Manually specifying description type is deprecated. See ${En}`),n&&pe(`The 'markdown' prop on the Description block is deprecated. See ${En}`),a&&pe(`The 'children' prop on the Description block is deprecated. See ${En}`),u?o.createElement(iw,null,u):null},mw=_.div(({theme:e})=>({width:"10rem","@media (max-width: 768px)":{display:"none"}})),gw=_.div(({theme:e})=>({position:"fixed",bottom:0,top:0,width:"10rem",paddingTop:"4rem",paddingBottom:"2rem",overflowY:"auto",fontFamily:e.typography.fonts.base,fontSize:e.typography.size.s2,WebkitFontSmoothing:"antialiased",MozOsxFontSmoothing:"grayscale",WebkitTapHighlightColor:"rgba(0, 0, 0, 0)",WebkitOverflowScrolling:"touch","& *":{boxSizing:"border-box"},"& > .toc-wrapper > .toc-list":{paddingLeft:0,borderLeft:`solid 2px ${e.color.mediumlight}`,".toc-list":{paddingLeft:0,borderLeft:`solid 2px ${e.color.mediumlight}`,".toc-list":{paddingLeft:0,borderLeft:`solid 2px ${e.color.mediumlight}`}}},"& .toc-list-item":{position:"relative",listStyleType:"none",marginLeft:20,paddingTop:3,paddingBottom:3},"& .toc-list-item::before":{content:'""',position:"absolute",height:"100%",top:0,left:0,transform:"translateX(calc(-2px - 20px))",borderLeft:`solid 2px ${e.color.mediumdark}`,opacity:0,transition:"opacity 0.2s"},"& .toc-list-item.is-active-li::before":{opacity:1},"& .toc-list-item > a":{color:e.color.defaultText,textDecoration:"none"},"& .toc-list-item.is-active-li > a":{fontWeight:600,color:e.color.secondary,textDecoration:"none"}})),hw=_.p(({theme:e})=>({fontWeight:600,fontSize:"0.875em",color:e.textColor,textTransform:"uppercase",marginBottom:10})),bw=({title:e})=>e===null?null:typeof e=="string"?o.createElement(hw,null,e):e,yw=({title:e,disable:t,headingSelector:r,contentsSelector:n,ignoreSelector:a,unsafeTocbotOptions:l})=>(b.useEffect(()=>{let i={tocSelector:".toc-wrapper",contentSelector:n??".sbdocs-content",headingSelector:r??"h3",ignoreSelector:a??".skip-toc",headingsOffset:40,scrollSmoothOffset:-40,orderedList:!1,onClick:()=>!1,...l},u=setTimeout(()=>ss.init(i),100);return()=>{clearTimeout(u),ss.destroy()}},[t]),o.createElement(o.Fragment,null,o.createElement(mw,null,t?null:o.createElement(gw,null,o.createElement(bw,{title:e||null}),o.createElement("div",{className:"toc-wrapper"}))))),{document:vw,window:Ew}=$e,xw=({context:e,theme:t,children:r})=>{var a,l,i,u,s;let n;try{n=(l=(a=e.resolveOf("meta",["meta"]).preparedMeta.parameters)==null?void 0:a.docs)==null?void 0:l.toc}catch{n=(s=(u=(i=e==null?void 0:e.projectAnnotations)==null?void 0:i.parameters)==null?void 0:u.docs)==null?void 0:s.toc}return b.useEffect(()=>{let c;try{if(c=new URL(Ew.parent.location.toString()),c.hash){let d=vw.getElementById(c.hash.substring(1));d&&setTimeout(()=>{j9(d)},200)}}catch{}}),o.createElement(Ce.Provider,{value:e},o.createElement(H9,{channel:e.channel},o.createElement(ru,{theme:Pp(t)},o.createElement(_8,{toc:n?o.createElement(yw,{className:"sbdocs sbdocs-toc--custom",...n}):null},r))))},ww=/\s*\/\s*/,Aw=e=>{let t=e.trim().split(ww);return t&&t[t.length-1]||e},Sw=({children:e})=>{let t=b.useContext(Ce),r=e||Aw(t.storyById().title);return r?o.createElement(A8,{className:"sbdocs-title sb-unstyled"},r):null},Cw=({children:e})=>{var n;let t=b.useContext(Ce),r=e||((n=t.storyById().parameters)==null?void 0:n.componentSubtitle);return r?o.createElement(S8,{className:"sbdocs-subtitle sb-unstyled"},r):null},kw=({children:e,disableAnchor:t})=>{if(t||typeof e!="string")return o.createElement(ll,null,e);let r=e.toLowerCase().replace(/[^a-z0-9]/gi,"-");return o.createElement($l,{as:"h3",id:r},e)},Z0=({of:e,expanded:t=!0,withToolbar:r=!1,__forceInitialArgs:n=!1,__primary:a=!1})=>{var u,s;let{story:l}=Yr(e||"story",["story"]),i=((s=(u=l.parameters.docs)==null?void 0:u.canvas)==null?void 0:s.withToolbar)??r;return o.createElement(L0,{storyId:l.id},t&&o.createElement(o.Fragment,null,o.createElement(kw,null,l.name),o.createElement(ko,{of:e})),o.createElement(Y9,{of:e,withToolbar:i,story:{__forceInitialArgs:n,__primary:a},source:{__forceInitialArgs:n}}))},_w=e=>{let{name:t,of:r}=e;if("of"in e&&r===void 0)throw new Error("Unexpected `of={undefined}`, did you mistype a CSF file reference?");let n=b.useContext(Ce),a;if(r&&(a=Yr(r||"meta",["meta"]).csfFile.stories[0]||null),!a){let l=t&&n.storyIdByName(t);a=n.storyById(l)}return t&&pe(xe`\`name\` prop is deprecated on the Primary block. + The Primary block should only be used to render the primary story, which is automatically found. + `),a?o.createElement(Z0,{of:a.moduleExport,expanded:!1,__primary:!0,withToolbar:!0}):null},Ow=({children:e,disableAnchor:t,...r})=>{if(t||typeof e!="string")return o.createElement(ol,null,e);let n=e.toLowerCase().replace(/[^a-z0-9]/gi,"-");return o.createElement($l,{as:"h2",id:n,...r},e)},Tw=_(Ow)(({theme:e})=>({fontSize:`${e.typography.size.s2-1}px`,fontWeight:e.typography.weight.bold,lineHeight:"16px",letterSpacing:"0.35em",textTransform:"uppercase",color:e.textMutedColor,border:0,marginBottom:"12px","&:first-of-type":{marginTop:"56px"}})),Rw=({title:e="Stories",includePrimary:t=!0})=>{let{componentStories:r}=b.useContext(Ce),n=r().filter(a=>{var l,i;return!((i=(l=a.parameters)==null?void 0:l.docs)!=null&&i.disable)});return t||(n=n.slice(1)),!n||n.length===0?null:o.createElement(o.Fragment,null,o.createElement(Tw,null,e),n.map(a=>a&&o.createElement(Z0,{key:a.id,of:a.moduleExport,expanded:!0,__forceInitialArgs:!0})))},Fw=()=>{let e=Yr("meta",["meta"]),{stories:t}=e.csfFile,r=Object.keys(t).length===1;return o.createElement(o.Fragment,null,o.createElement(Sw,null),o.createElement(Cw,null),o.createElement(ko,{of:"meta"}),r?o.createElement(ko,{of:"story"}):null,o.createElement(_w,null),o.createElement(Q9,null),r?null:o.createElement(Rw,null))};function zw({context:e,docsParameter:t}){let r=t.container||xw,n=t.page||Fw;return o.createElement(r,{context:e,theme:t.theme},o.createElement(n,null))}var qw=({of:e})=>{let t=b.useContext(Ce);e&&t.referenceMeta(e,!0);try{let r=t.storyById();return o.createElement(L0,{storyId:r.id})}catch{return null}};export{rw as A,ew as C,zw as D,Ne as F,lw as H,ve as I,qw as M,Wo as S,hh as T,Dm as W,Oe as _,Uu as a,Z as b,Du as c,sh as d,He as g,Ht as m,_ as n,Nw as s}; +function __vite__mapDeps(indexes) { + if (!__vite__mapDeps.viteFileDeps) { + __vite__mapDeps.viteFileDeps = ["./syntaxhighlighter-V7JZZA35-KAfgsYjk.js","./iframe-tWVOrtVB.js","./index-XiNr8FW2.js","./_commonjsHelpers-5-cIlDoe.js","./index-9vG4XYWr.js","./index-ogXoivrg.js","./index-mLPG47JP.js","./index-PPLHz8o0.js","./formatter-SWP5E3XI-DadQx1Q4.js","./WithTooltip-V3YHNWJZ-yrWlZXz1.js","./Color-6VNJS4EI-Agm6Kgyl.js"] + } + return indexes.map((i) => __vite__mapDeps.viteFileDeps[i]) +} \ No newline at end of file diff --git a/assets/index-PPLHz8o0.js b/assets/index-PPLHz8o0.js new file mode 100644 index 0000000..37c96b4 --- /dev/null +++ b/assets/index-PPLHz8o0.js @@ -0,0 +1,6 @@ +function l(o){for(var f=[],i=1;iu[o]})}}}return Object.freeze(Object.defineProperty(e,Symbol.toStringTag,{value:"Module"}))}var $={exports:{}},r={};/** + * @license React + * react.production.min.js + * + * Copyright (c) Facebook, Inc. and its affiliates. + * + * This source code is licensed under the MIT license found in the + * LICENSE file in the root directory of this source tree. + */var y=Symbol.for("react.element"),V=Symbol.for("react.portal"),F=Symbol.for("react.fragment"),U=Symbol.for("react.strict_mode"),q=Symbol.for("react.profiler"),L=Symbol.for("react.provider"),M=Symbol.for("react.context"),N=Symbol.for("react.forward_ref"),z=Symbol.for("react.suspense"),B=Symbol.for("react.memo"),H=Symbol.for("react.lazy"),R=Symbol.iterator;function W(e){return e===null||typeof e!="object"?null:(e=R&&e[R]||e["@@iterator"],typeof e=="function"?e:null)}var g={isMounted:function(){return!1},enqueueForceUpdate:function(){},enqueueReplaceState:function(){},enqueueSetState:function(){}},j=Object.assign,C={};function p(e,t,n){this.props=e,this.context=t,this.refs=C,this.updater=n||g}p.prototype.isReactComponent={};p.prototype.setState=function(e,t){if(typeof e!="object"&&typeof e!="function"&&e!=null)throw Error("setState(...): takes an object of state variables to update or a function which returns an object of state variables.");this.updater.enqueueSetState(this,e,t,"setState")};p.prototype.forceUpdate=function(e){this.updater.enqueueForceUpdate(this,e,"forceUpdate")};function O(){}O.prototype=p.prototype;function v(e,t,n){this.props=e,this.context=t,this.refs=C,this.updater=n||g}var S=v.prototype=new O;S.constructor=v;j(S,p.prototype);S.isPureReactComponent=!0;var k=Array.isArray,x=Object.prototype.hasOwnProperty,E={current:null},P={key:!0,ref:!0,__self:!0,__source:!0};function I(e,t,n){var u,o={},c=null,s=null;if(t!=null)for(u in t.ref!==void 0&&(s=t.ref),t.key!==void 0&&(c=""+t.key),t)x.call(t,u)&&!P.hasOwnProperty(u)&&(o[u]=t[u]);var f=arguments.length-2;if(f===1)o.children=n;else if(1-1}var xr=_r,Tr=gu;function br(u,e){var r=this.__data__,t=Tr(r,u);return t<0?(++this.size,r.push([u,e])):r[t][1]=e,this}var Sr=br,$r=Cr,wr=yr,Or=gr,Nr=xr,Pr=Sr;function uu(u){var e=-1,r=u==null?0:u.length;for(this.clear();++el))return!1;var B=i.get(u),T=i.get(e);if(B&&T)return B==e&&T==u;var x=-1,F=!0,m=r&ha?new Ea:void 0;for(i.set(u,e),i.set(e,u);++x-1&&u%1==0&&u-1&&u%1==0&&u<=bn}var qu=Sn,$n=lu,wn=qu,On=cu,Nn="[object Arguments]",Pn="[object Array]",In="[object Boolean]",Rn="[object Date]",Ln="[object Error]",Mn="[object Function]",kn="[object Map]",jn="[object Number]",Un="[object Object]",Gn="[object RegExp]",Kn="[object Set]",Hn="[object String]",qn="[object WeakMap]",Wn="[object ArrayBuffer]",zn="[object DataView]",Vn="[object Float32Array]",Jn="[object Float64Array]",Qn="[object Int8Array]",Yn="[object Int16Array]",Xn="[object Int32Array]",Zn="[object Uint8Array]",ui="[object Uint8ClampedArray]",ei="[object Uint16Array]",ri="[object Uint32Array]",S={};S[Vn]=S[Jn]=S[Qn]=S[Yn]=S[Xn]=S[Zn]=S[ui]=S[ei]=S[ri]=!0;S[Nn]=S[Pn]=S[Wn]=S[In]=S[zn]=S[Rn]=S[Ln]=S[Mn]=S[kn]=S[jn]=S[Un]=S[Gn]=S[Kn]=S[Hn]=S[qn]=!1;function ti(u){return On(u)&&wn(u.length)&&!!S[$n(u)]}var ai=ti;function ni(u){return function(e){return u(e)}}var ii=ni,vu={exports:{}};vu.exports;(function(u,e){var r=Se,t=e&&!e.nodeType&&e,a=t&&!0&&u&&!u.nodeType&&u,i=a&&a.exports===t,n=i&&r.process,l=function(){try{var p=a&&a.require&&a.require("util").types;return p||n&&n.binding&&n.binding("util")}catch{}}();u.exports=l})(vu,vu.exports);var si=vu.exports,Di=ai,Ai=ii,Ae=si,oe=Ae&&Ae.isTypedArray,oi=oe?Ai(oe):Di,Me=oi,Fi=Cn,Ci=Ie,li=W,ci=Re,Ei=Le,pi=Me,fi=Object.prototype,Bi=fi.hasOwnProperty;function hi(u,e){var r=li(u),t=!r&&Ci(u),a=!r&&!t&&ci(u),i=!r&&!t&&!a&&pi(u),n=r||t||a||i,l=n?Fi(u.length,String):[],p=l.length;for(var B in u)(e||Bi.call(u,B))&&!(n&&(B=="length"||a&&(B=="offset"||B=="parent")||i&&(B=="buffer"||B=="byteLength"||B=="byteOffset")||Ei(B,p)))&&l.push(B);return l}var yi=hi,di=Object.prototype;function vi(u){var e=u&&u.constructor,r=typeof e=="function"&&e.prototype||di;return u===r}var gi=vi;function mi(u,e){return function(r){return u(e(r))}}var ke=mi,_i=ke,xi=_i(Object.keys,Object),Ti=xi,bi=gi,Si=Ti,$i=Object.prototype,wi=$i.hasOwnProperty;function Oi(u){if(!bi(u))return Si(u);var e=[];for(var r in Object(u))wi.call(u,r)&&r!="constructor"&&e.push(r);return e}var Ni=Oi,Pi=Gu,Ii=qu;function Ri(u){return u!=null&&Ii(u.length)&&!Pi(u)}var Li=Ri,Mi=yi,ki=Ni,ji=Li;function Ui(u){return ji(u)?Mi(u):ki(u)}var Wu=Ui,Gi=Za,Ki=on,Hi=Wu;function qi(u){return Gi(u,Hi,Ki)}var Wi=qi,Fe=Wi,zi=1,Vi=Object.prototype,Ji=Vi.hasOwnProperty;function Qi(u,e,r,t,a,i){var n=r&zi,l=Fe(u),p=l.length,B=Fe(e),T=B.length;if(p!=T&&!n)return!1;for(var x=p;x--;){var F=l[x];if(!(n?F in e:Ji.call(e,F)))return!1}var m=i.get(u),d=i.get(e);if(m&&d)return m==e&&d==u;var c=!0;i.set(u,e),i.set(e,u);for(var E=n;++x=48&&E<=55}r=[5760,8192,8193,8194,8195,8196,8197,8198,8199,8200,8201,8202,8239,8287,12288,65279];function B(E){return E===32||E===9||E===11||E===12||E===160||E>=5760&&r.indexOf(E)>=0}function T(E){return E===10||E===13||E===8232||E===8233}function x(E){if(E<=65535)return String.fromCharCode(E);var I=String.fromCharCode(Math.floor((E-65536)/1024)+55296),L=String.fromCharCode((E-65536)%1024+56320);return I+L}for(t=new Array(128),i=0;i<128;++i)t[i]=i>=97&&i<=122||i>=65&&i<=90||i===36||i===95;for(a=new Array(128),i=0;i<128;++i)a[i]=i>=97&&i<=122||i>=65&&i<=90||i>=48&&i<=57||i===36||i===95;function F(E){return E<128?t[E]:e.NonAsciiIdentifierStart.test(x(E))}function m(E){return E<128?a[E]:e.NonAsciiIdentifierPart.test(x(E))}function d(E){return E<128?t[E]:u.NonAsciiIdentifierStart.test(x(E))}function c(E){return E<128?a[E]:u.NonAsciiIdentifierPart.test(x(E))}Ye.exports={isDecimalDigit:n,isHexDigit:l,isOctalDigit:p,isWhiteSpace:B,isLineTerminator:T,isIdentifierStartES5:F,isIdentifierPartES5:m,isIdentifierStartES6:d,isIdentifierPartES6:c}})();var Xe=Ye.exports,Ze={exports:{}};(function(){var u=Xe;function e(F){switch(F){case"implements":case"interface":case"package":case"private":case"protected":case"public":case"static":case"let":return!0;default:return!1}}function r(F,m){return!m&&F==="yield"?!1:t(F,m)}function t(F,m){if(m&&e(F))return!0;switch(F.length){case 2:return F==="if"||F==="in"||F==="do";case 3:return F==="var"||F==="for"||F==="new"||F==="try";case 4:return F==="this"||F==="else"||F==="case"||F==="void"||F==="with"||F==="enum";case 5:return F==="while"||F==="break"||F==="catch"||F==="throw"||F==="const"||F==="yield"||F==="class"||F==="super";case 6:return F==="return"||F==="typeof"||F==="delete"||F==="switch"||F==="export"||F==="import";case 7:return F==="default"||F==="finally"||F==="extends";case 8:return F==="function"||F==="continue"||F==="debugger";case 10:return F==="instanceof";default:return!1}}function a(F,m){return F==="null"||F==="true"||F==="false"||r(F,m)}function i(F,m){return F==="null"||F==="true"||F==="false"||t(F,m)}function n(F){return F==="eval"||F==="arguments"}function l(F){var m,d,c;if(F.length===0||(c=F.charCodeAt(0),!u.isIdentifierStartES5(c)))return!1;for(m=1,d=F.length;m=d||(E=F.charCodeAt(m),!(56320<=E&&E<=57343)))return!1;c=p(c,E)}if(!I(c))return!1;I=u.isIdentifierPartES6}return!0}function T(F,m){return l(F)&&!a(F,m)}function x(F,m){return B(F)&&!i(F,m)}Ze.exports={isKeywordES5:r,isKeywordES6:t,isReservedWordES5:a,isReservedWordES6:i,isRestrictedWord:n,isIdentifierNameES5:l,isIdentifierNameES6:B,isIdentifierES5:T,isIdentifierES6:x}})();var Q1=Ze.exports;(function(){ou.ast=J1,ou.code=Xe,ou.keyword=Q1})();var Du={},X={};const Y1="doctrine",X1="JSDoc parser",Z1="https://github.com/eslint/doctrine",uA="lib/doctrine.js",eA="3.0.0",rA={node:">=6.0.0"},tA={lib:"./lib"},aA=["lib"],nA=[{name:"Nicholas C. Zakas",email:"nicholas+npm@nczconsulting.com",web:"https://www.nczonline.net"},{name:"Yusuke Suzuki",email:"utatane.tea@gmail.com",web:"https://github.com/Constellation"}],iA="eslint/doctrine",sA={coveralls:"^3.0.1",dateformat:"^1.0.11",eslint:"^1.10.3","eslint-release":"^1.0.0",linefix:"^0.1.1",mocha:"^3.4.2","npm-license":"^0.3.1",nyc:"^10.3.2",semver:"^5.0.3",shelljs:"^0.5.3","shelljs-nodecli":"^0.1.1",should:"^5.0.1"},DA="Apache-2.0",AA={pretest:"npm run lint",test:"nyc mocha",coveralls:"nyc report --reporter=text-lcov | coveralls",lint:"eslint lib/","generate-release":"eslint-generate-release","generate-alpharelease":"eslint-generate-prerelease alpha","generate-betarelease":"eslint-generate-prerelease beta","generate-rcrelease":"eslint-generate-prerelease rc","publish-release":"eslint-publish-release"},oA={esutils:"^2.0.2"},FA={name:Y1,description:X1,homepage:Z1,main:uA,version:eA,engines:rA,directories:tA,files:aA,maintainers:nA,repository:iA,devDependencies:sA,license:DA,scripts:AA,dependencies:oA};function CA(u,e){if(!u)throw new Error(e||"unknown assertion error")}var lA=CA;(function(){var u;u=FA.version,X.VERSION=u;function e(t){this.name="DoctrineError",this.message=t}e.prototype=function(){var t=function(){};return t.prototype=Error.prototype,new t}(),e.prototype.constructor=e,X.DoctrineError=e;function r(t){throw new e(t)}X.throwError=r,X.assert=lA})();(function(){var u,e,r,t,a,i,n,l,p,B,T,x;p=ou,B=X,u={NullableLiteral:"NullableLiteral",AllLiteral:"AllLiteral",NullLiteral:"NullLiteral",UndefinedLiteral:"UndefinedLiteral",VoidLiteral:"VoidLiteral",UnionType:"UnionType",ArrayType:"ArrayType",RecordType:"RecordType",FieldType:"FieldType",FunctionType:"FunctionType",ParameterType:"ParameterType",RestType:"RestType",NonNullableType:"NonNullableType",OptionalType:"OptionalType",NullableType:"NullableType",NameExpression:"NameExpression",TypeApplication:"TypeApplication",StringLiteralType:"StringLiteralType",NumericLiteralType:"NumericLiteralType",BooleanLiteralType:"BooleanLiteralType"},e={ILLEGAL:0,DOT_LT:1,REST:2,LT:3,GT:4,LPAREN:5,RPAREN:6,LBRACE:7,RBRACE:8,LBRACK:9,RBRACK:10,COMMA:11,COLON:12,STAR:13,PIPE:14,QUESTION:15,BANG:16,EQUAL:17,NAME:18,STRING:19,NUMBER:20,EOF:21};function F(s){return"><(){}[],:*|?!=".indexOf(String.fromCharCode(s))===-1&&!p.code.isWhiteSpace(s)&&!p.code.isLineTerminator(s)}function m(s,D,y,o){this._previous=s,this._index=D,this._token=y,this._value=o}m.prototype.restore=function(){i=this._previous,a=this._index,n=this._token,l=this._value},m.save=function(){return new m(i,a,n,l)};function d(s,D){return x&&(s.range=[D[0]+T,D[1]+T]),s}function c(){var s=r.charAt(a);return a+=1,s}function E(s){var D,y,o,A=0;for(y=s==="u"?4:2,D=0;D=0&&a=t)return e.ILLEGAL;if(D=r.charCodeAt(a+1),D===60)break}l+=c()}return e.NAME}function M(){var s;for(i=a;a=t)return n=e.EOF,n;switch(s=r.charCodeAt(a),s){case 39:case 34:return n=I(),n;case 58:return c(),n=e.COLON,n;case 44:return c(),n=e.COMMA,n;case 40:return c(),n=e.LPAREN,n;case 41:return c(),n=e.RPAREN,n;case 91:return c(),n=e.LBRACK,n;case 93:return c(),n=e.RBRACK,n;case 123:return c(),n=e.LBRACE,n;case 125:return c(),n=e.RBRACE,n;case 46:if(a+1=97&&C<=122||C>=65&&C<=90||C>=48&&C<=57}function B(C){return C==="param"||C==="argument"||C==="arg"}function T(C){return C==="return"||C==="returns"}function x(C){return C==="property"||C==="prop"}function F(C){return B(C)||x(C)||C==="alias"||C==="this"||C==="mixes"||C==="requires"}function m(C){return F(C)||C==="const"||C==="constant"}function d(C){return x(C)||B(C)}function c(C){return x(C)||B(C)}function E(C){return B(C)||T(C)||C==="define"||C==="enum"||C==="implements"||C==="this"||C==="type"||C==="typedef"||x(C)}function I(C){return E(C)||C==="throws"||C==="const"||C==="constant"||C==="namespace"||C==="member"||C==="var"||C==="module"||C==="constructor"||C==="class"||C==="extends"||C==="augments"||C==="public"||C==="private"||C==="protected"}var L="[ \\f\\t\\v\\u00a0\\u1680\\u180e\\u2000-\\u200a\\u202f\\u205f\\u3000\\ufeff]",z="("+L+"*(?:\\*"+L+`?)?)(.+|[\r +\u2028\u2029])`;function M(C){return C.replace(/^\/\*\*?/,"").replace(/\*\/$/,"").replace(new RegExp(z,"g"),"$2").replace(/\s*$/,"")}function _(C,k){for(var f=C.replace(/^\/\*\*?/,""),U=0,G=new RegExp(z,"g"),g;g=G.exec(f);)if(U+=g[1].length,g.index+g[0].length>k+U)return k+U+C.length-f.length;return C.replace(/\*\/$/,"").replace(/\s*$/,"").length}(function(C){var k,f,U,G,g,nu,Eu,V,pu;function $(){var o=g.charCodeAt(f);return f+=1,a.code.isLineTerminator(o)&&!(o===13&&g.charCodeAt(f)===10)&&(U+=1),String.fromCharCode(o)}function $u(){var o="";for($();f=o)return null;if(g.charCodeAt(f)===91)if(A)N=!0,v=$();else return null;if(v+=K(o),h)for(g.charCodeAt(f)===58&&(v==="module"||v==="external"||v==="event")&&(v+=$(),v+=K(o)),g.charCodeAt(f)===91&&g.charCodeAt(f+1)===93&&(v+=$(),v+=$());g.charCodeAt(f)===46||g.charCodeAt(f)===47||g.charCodeAt(f)===35||g.charCodeAt(f)===45||g.charCodeAt(f)===126;)v+=$(),v+=K(o);if(N){if(J(o),g.charCodeAt(f)===61){v+=$(),J(o);for(var R,q=1;f=o||g.charCodeAt(f)!==93)return null;v+=$()}return v}function wu(){for(;f=G?!1:(r.assert(g.charCodeAt(f)===64),!0)}function w(o){return g===nu?o:_(nu,o)}function O(o,A){this._options=o,this._title=A.toLowerCase(),this._tag={title:A,description:null},this._options.lineNumbers&&(this._tag.lineNumber=U),this._first=f-A.length-1,this._last=0,this._extra={}}O.prototype.addError=function(A){var h=Array.prototype.slice.call(arguments,1),v=A.replace(/%(\d)/g,function(N,b){return r.assert(b1&&(this._tag.default=o.slice(1).join("=")),this._tag.name=o[0],this._tag.type&&this._tag.type.type!=="OptionalType"&&(this._tag.type={type:"OptionalType",expression:this._tag.type}));else{if(!F(this._title))return!0;if(B(this._title)&&this._tag.type&&this._tag.type.name)this._extra.name=this._tag.type,this._tag.name=this._tag.type.name,this._tag.type=null;else if(!this.addError("Missing or invalid tag name"))return!1}return!0},O.prototype.parseDescription=function(){var A=n(g,f,this._last).trim();return A&&(/^-\s+/.test(A)&&(A=A.substring(2)),this._tag.description=A),!0},O.prototype.parseCaption=function(){var A=n(g,f,this._last).trim(),h="",v="",N=A.indexOf(h),b=A.indexOf(v);return N>=0&&b>=0?(this._tag.caption=A.substring(N+h.length,b).trim(),this._tag.description=A.substring(b+v.length).trim()):this._tag.description=A,!0},O.prototype.parseKind=function(){var A,h;return h={class:!0,constant:!0,event:!0,external:!0,file:!0,function:!0,member:!0,mixin:!0,module:!0,namespace:!0,typedef:!0},A=n(g,f,this._last).trim(),this._tag.kind=A,!(!i(h,A)&&!this.addError("Invalid kind name '%0'",A))},O.prototype.parseAccess=function(){var A;return A=n(g,f,this._last).trim(),this._tag.access=A,!(A!=="private"&&A!=="protected"&&A!=="public"&&!this.addError("Invalid access name '%0'",A))},O.prototype.parseThis=function(){var A=n(g,f,this._last).trim();if(A&&A.charAt(0)==="{"){var h=this.parseType();return h&&this._tag.type.type==="NameExpression"||this._tag.type.type==="UnionType"?(this._tag.name=this._tag.type.name,!0):this.addError("Invalid name for this")}else return this.parseNamePath()},O.prototype.parseVariation=function(){var A,h;return h=n(g,f,this._last).trim(),A=parseFloat(h,10),this._tag.variation=A,!(isNaN(A)&&!this.addError("Invalid variation '%0'",h))},O.prototype.ensureEnd=function(){var o=n(g,f,this._last).trim();return!(o&&!this.addError("Unknown content '%0'",o))},O.prototype.epilogue=function(){var A;return A=this._tag.description,!(c(this._title)&&!this._tag.type&&A&&A.charAt(0)==="["&&(this._tag.type=this._extra.name,this._tag.name||(this._tag.name=void 0),!V&&!this.addError("Missing or invalid tag name")))},k={access:["parseAccess"],alias:["parseNamePath","ensureEnd"],augments:["parseType","parseNamePathOptional","ensureEnd"],constructor:["parseType","parseNamePathOptional","ensureEnd"],class:["parseType","parseNamePathOptional","ensureEnd"],extends:["parseType","parseNamePathOptional","ensureEnd"],example:["parseCaption"],deprecated:["parseDescription"],global:["ensureEnd"],inner:["ensureEnd"],instance:["ensureEnd"],kind:["parseKind"],mixes:["parseNamePath","ensureEnd"],mixin:["parseNamePathOptional","ensureEnd"],member:["parseType","parseNamePathOptional","ensureEnd"],method:["parseNamePathOptional","ensureEnd"],module:["parseType","parseNamePathOptional","ensureEnd"],func:["parseNamePathOptional","ensureEnd"],function:["parseNamePathOptional","ensureEnd"],var:["parseType","parseNamePathOptional","ensureEnd"],name:["parseNamePath","ensureEnd"],namespace:["parseType","parseNamePathOptional","ensureEnd"],private:["parseType","parseDescription"],protected:["parseType","parseDescription"],public:["parseType","parseDescription"],readonly:["ensureEnd"],requires:["parseNamePath","ensureEnd"],since:["parseDescription"],static:["ensureEnd"],summary:["parseDescription"],this:["parseThis","ensureEnd"],todo:["parseDescription"],typedef:["parseType","parseNamePathOptional"],variation:["parseVariation"],version:["parseDescription"]},O.prototype.parse=function(){var A,h,v,N;if(!this._title&&!this.addError("Missing or invalid title"))return null;for(this._last=iu(this._title),this._options.range&&(this._tag.range=[this._first,g.slice(0,this._last).replace(/\s*$/,"").length].map(w)),i(k,this._title)?v=k[this._title]:v=["parseType","parseName","parseDescription","epilogue"],A=0,h=v.length;Au.replace(ur,""),fA=u=>ur.test(u),er=u=>{let e=pA(u);return fA(u)||Number.isNaN(Number(e))?e:Number(e)},BA=u=>{switch(u.type){case"function":return{name:"function"};case"object":let e={};return u.signature.properties.forEach(r=>{e[r.key]=Fu(r.value)}),{name:"object",value:e};default:throw new Error(`Unknown: ${u}`)}},Fu=u=>{let{name:e,raw:r}=u,t={};switch(typeof r<"u"&&(t.raw=r),u.name){case"string":case"number":case"symbol":case"boolean":return{...t,name:e};case"Array":return{...t,name:"array",value:u.elements.map(Fu)};case"signature":return{...t,...BA(u)};case"union":let a;return u.elements.every(i=>i.name==="literal")?a={...t,name:"enum",value:u.elements.map(i=>er(i.value))}:a={...t,name:e,value:u.elements.map(Fu)},a;case"intersection":return{...t,name:e,value:u.elements.map(Fu)};default:return{...t,name:"other",value:e}}},hA=u=>u.name==="literal",yA=u=>u.value.replace(/['|"]/g,""),dA=u=>{switch(u.type){case"function":return{name:"function"};case"object":let e={};return u.signature.properties.forEach(r=>{e[r.key]=Cu(r.value)}),{name:"object",value:e};default:throw new Error(`Unknown: ${u}`)}},Cu=u=>{let{name:e,raw:r}=u,t={};switch(typeof r<"u"&&(t.raw=r),u.name){case"literal":return{...t,name:"other",value:u.value};case"string":case"number":case"symbol":case"boolean":return{...t,name:e};case"Array":return{...t,name:"array",value:u.elements.map(Cu)};case"signature":return{...t,...dA(u)};case"union":return u.elements.every(hA)?{...t,name:"enum",value:u.elements.map(yA)}:{...t,name:e,value:u.elements.map(Cu)};case"intersection":return{...t,name:e,value:u.elements.map(Cu)};default:return{...t,name:"other",value:e}}},vA=/^\(.*\) => /,Au=u=>{let{name:e,raw:r,computed:t,value:a}=u,i={};switch(typeof r<"u"&&(i.raw=r),e){case"enum":{let l=t?a:a.map(p=>er(p.value));return{...i,name:e,value:l}}case"string":case"number":case"symbol":return{...i,name:e};case"func":return{...i,name:"function"};case"bool":case"boolean":return{...i,name:"boolean"};case"arrayOf":case"array":return{...i,name:"array",value:a&&Au(a)};case"object":return{...i,name:e};case"objectOf":return{...i,name:e,value:Au(a)};case"shape":case"exact":let n=V1(a,l=>Au(l));return{...i,name:"object",value:n};case"union":return{...i,name:"union",value:a.map(l=>Au(l))};case"instanceOf":case"element":case"elementType":default:{if((e==null?void 0:e.indexOf("|"))>0)try{let B=e.split("|").map(T=>JSON.parse(T));return{...i,name:"enum",value:B}}catch{}let l=a?`${e}(${a})`:e,p=vA.test(e)?"function":"other";return{...i,name:p,value:l}}}},Qu=u=>{let{type:e,tsType:r,flowType:t}=u;return e!=null?Au(e):r!=null?Fu(r):t!=null?Cu(t):null},gA=(u=>(u.JAVASCRIPT="JavaScript",u.FLOW="Flow",u.TYPESCRIPT="TypeScript",u.UNKNOWN="Unknown",u))(gA||{}),mA=["null","undefined"];function Yu(u){return mA.some(e=>e===u)}var _A=u=>{if(!u)return"";if(typeof u=="string")return u;throw new Error(`Description: expected string, got: ${JSON.stringify(u)}`)};function rr(u){return!!u.__docgenInfo}function xA(u){return u!=null&&Object.keys(u).length>0}function TA(u,e){return rr(u)?u.__docgenInfo[e]:null}function bA(u){return rr(u)&&_A(u.__docgenInfo.description)}function SA(u){return u!=null&&u.includes("@")}function $A(u,e){let r;try{r=cA.parse(u,{tags:e,sloppy:!0})}catch(t){throw console.error(t),new Error("Cannot parse JSDoc tags.")}return r}var wA={tags:["param","arg","argument","returns","ignore","deprecated"]},OA=(u,e=wA)=>{if(!SA(u))return{includesJsDoc:!1,ignore:!1};let r=$A(u,e.tags),t=NA(r);return t.ignore?{includesJsDoc:!0,ignore:!0}:{includesJsDoc:!0,ignore:!1,description:r.description,extractedTags:t}};function NA(u){let e={params:null,deprecated:null,returns:null,ignore:!1};for(let r=0;re.includes("null")?e.replace("-null","").replace(".null",""):u.name,getTypeName:()=>u.type!=null?Z(u.type):null}:null}function IA(u){return u.title!=null?u.description:null}function RA(u){return u.type!=null?{type:u.type,description:u.description,getTypeName:()=>Z(u.type)}:null}function Z(u){return u.type==="NameExpression"?u.name:u.type==="RecordType"?`({${u.fields.map(e=>{if(e.value!=null){let r=Z(e.value);return`${e.key}: ${r}`}return e.key}).join(", ")}})`:u.type==="UnionType"?`(${u.elements.map(Z).join("|")})`:u.type==="ArrayType"?"[]":u.type==="TypeApplication"&&u.expression!=null&&u.expression.name==="Array"?`${Z(u.applications[0])}[]`:u.type==="NullableType"||u.type==="NonNullableType"||u.type==="OptionalType"?Z(u.expression):u.type==="AllLiteral"?"any":null}function tr(u){return u.length>90}function LA(u){return u.length>50}function P(u,e){return u===e?{summary:u}:{summary:u,detail:e}}function ar({name:u,value:e,elements:r,raw:t}){return e??(r!=null?r.map(ar).join(" | "):t??u)}function MA({name:u,raw:e,elements:r}){return r!=null?P(r.map(ar).join(" | ")):e!=null?P(e.replace(/^\|\s*/,"")):P(u)}function kA({type:u,raw:e}){return e!=null?P(e):P(u)}function jA({type:u,raw:e}){return e!=null?tr(e)?P(u,e):P(e):P(u)}function UA(u){let{type:e}=u;return e==="object"?jA(u):kA(u)}function GA({name:u,raw:e}){return e!=null?tr(e)?P(u,e):P(e):P(u)}function KA(u){if(u==null)return null;switch(u.name){case"union":return MA(u);case"signature":return UA(u);default:return GA(u)}}function HA(u,e){if(u!=null){let{value:r}=u;if(!Yu(r))return LA(r)?P(e.name,r):P(r)}return null}var qA=(u,e)=>{let{flowType:r,description:t,required:a,defaultValue:i}=e;return{name:u,type:KA(r),required:a,description:t,defaultValue:HA(i,r)}};function WA({tsType:u,required:e}){if(u==null)return null;let r=u.name;return e||(r=r.replace(" | undefined","")),P(["Array","Record","signature"].includes(u.name)?u.raw:r)}function zA({defaultValue:u}){if(u!=null){let{value:e}=u;if(!Yu(e))return P(e)}return null}var VA=(u,e)=>{let{description:r,required:t}=e;return{name:u,type:WA(e),required:t,description:r,defaultValue:zA(e)}};function JA(u){return u!=null?P(u.name):null}function QA(u){let{computed:e,func:r}=u;return typeof e>"u"&&typeof r>"u"}function YA(u){return u?u.name==="string"?!0:u.name==="enum"?Array.isArray(u.value)&&u.value.every(({value:e})=>typeof e=="string"&&e[0]==='"'&&e[e.length-1]==='"'):!1:!1}function XA(u,e){if(u!=null){let{value:r}=u;if(!Yu(r))return QA(u)&&YA(e)?P(JSON.stringify(r)):P(r)}return null}function nr(u,e,r){let{description:t,required:a,defaultValue:i}=r;return{name:u,type:JA(e),required:a,description:t,defaultValue:XA(i,e)}}function Su(u,e){var r;if(e.includesJsDoc){let{description:t,extractedTags:a}=e;t!=null&&(u.description=e.description);let i={...a,params:(r=a==null?void 0:a.params)==null?void 0:r.map(n=>({name:n.getPrettyName(),description:n.description}))};Object.values(i).filter(Boolean).length>0&&(u.jsDocTags=i)}return u}var ZA=(u,e,r)=>{let t=nr(u,e.type,e);return t.sbType=Qu(e),Su(t,r)},uo=(u,e,r)=>{let t=VA(u,e);return t.sbType=Qu(e),Su(t,r)},eo=(u,e,r)=>{let t=qA(u,e);return t.sbType=Qu(e),Su(t,r)},ro=(u,e,r)=>{let t=nr(u,{name:"unknown"},e);return Su(t,r)},ir=u=>{switch(u){case"JavaScript":return ZA;case"TypeScript":return uo;case"Flow":return eo;default:return ro}},sr=u=>u.type!=null?"JavaScript":u.flowType!=null?"Flow":u.tsType!=null?"TypeScript":"Unknown",to=u=>{let e=sr(u[0]),r=ir(e);return u.map(t=>{var i;let a=t;return(i=t.type)!=null&&i.elements&&(a={...t,type:{...t.type,value:t.type.elements}}),Dr(a.name,a,e,r)})},ao=u=>{let e=Object.keys(u),r=sr(u[e[0]]),t=ir(r);return e.map(a=>{let i=u[a];return i!=null?Dr(a,i,r,t):null}).filter(Boolean)},oo=(u,e)=>{let r=TA(u,e);return xA(r)?Array.isArray(r)?to(r):ao(r):[]};function Dr(u,e,r,t){let a=OA(e.description);return a.includesJsDoc&&a.ignore?null:{propDef:t(u,e,a),jsDocTags:a.extractedTags,docgenInfo:e,typeSystem:r}}function Fo(u){return u!=null&&bA(u)}var Co=u=>{let{component:e,argTypes:r,parameters:{docs:t={}}}=u,{extractArgTypes:a}=t,i=a&&e?a(e):{};return i?EA(i,r):r},no="storybook/docs",lo=`${no}/snippet-rendered`,io=(u=>(u.AUTO="auto",u.CODE="code",u.DYNAMIC="dynamic",u))(io||{});export{gi as A,yi as B,Li as C,Za as D,or as E,x1 as F,As as G,Ta as H,oa as I,ca as J,Wu as K,ga as L,_u as M,ys as N,si as O,ii as P,Oe as Q,Re as R,lo as S,gA as T,Wi as U,_A as V,H as _,zu as a,lu as b,Ao as c,cu as d,W as e,Fo as f,Co as g,P as h,Uu as i,TA as j,io as k,Do as l,rr as m,oo as n,LA as o,tr as p,w1 as q,be as r,ze as s,Le as t,ou as u,bu as v,Ve as w,Va as x,on as y,tn as z}; diff --git a/assets/index-ogXoivrg.js b/assets/index-ogXoivrg.js new file mode 100644 index 0000000..ad50136 --- /dev/null +++ b/assets/index-ogXoivrg.js @@ -0,0 +1 @@ +var A=Object.create,g=Object.defineProperty,d=Object.getOwnPropertyDescriptor,j=Object.getOwnPropertyNames,h=Object.getPrototypeOf,m=Object.prototype.hasOwnProperty,x=(r,e)=>()=>(e||r((e={exports:{}}).exports,e),e.exports),P=(r,e,i,u)=>{if(e&&typeof e=="object"||typeof e=="function")for(let a of j(e))!m.call(r,a)&&a!==i&&g(r,a,{get:()=>e[a],enumerable:!(u=d(e,a))||u.enumerable});return r},S=(r,e,i)=>(i=r!=null?A(h(r)):{},P(e||!r||!r.__esModule?g(i,"default",{value:r,enumerable:!0}):i,r)),U=x(r=>{Object.defineProperty(r,"__esModule",{value:!0}),r.isEqual=function(){var e=Object.prototype.toString,i=Object.getPrototypeOf,u=Object.getOwnPropertySymbols?function(a){return Object.keys(a).concat(Object.getOwnPropertySymbols(a))}:Object.keys;return function(a,c){return function f(t,n,o){var y,s,l,p=e.call(t),w=e.call(n);if(t===n)return!0;if(t==null||n==null)return!1;if(o.indexOf(t)>-1&&o.indexOf(n)>-1)return!0;if(o.push(t,n),p!=w||(y=u(t),s=u(n),y.length!=s.length||y.some(function(O){return!f(t[O],n[O],o)})))return!1;switch(p.slice(8,-1)){case"Symbol":return t.valueOf()==n.valueOf();case"Date":case"Number":return+t==+n||+t!=+t&&+n!=+n;case"RegExp":case"Function":case"String":case"Boolean":return""+t==""+n;case"Set":case"Map":y=t.entries(),s=n.entries();do if(!f((l=y.next()).value,s.next().value,o))return!1;while(!l.done);return!0;case"ArrayBuffer":t=new Uint8Array(t),n=new Uint8Array(n);case"DataView":t=new Uint8Array(t.buffer),n=new Uint8Array(n.buffer);case"Float32Array":case"Float64Array":case"Int8Array":case"Int16Array":case"Int32Array":case"Uint8Array":case"Uint16Array":case"Uint32Array":case"Uint8ClampedArray":case"Arguments":case"Array":if(t.length!=n.length)return!1;for(l=0;lr.map(e=>typeof e<"u").filter(Boolean).length,q=(r,e)=>{let{exists:i,eq:u,neq:a,truthy:c}=r;if(v([i,u,a,c])>1)throw new Error(`Invalid conditional test ${JSON.stringify({exists:i,eq:u,neq:a})}`);if(typeof u<"u")return(0,b.isEqual)(e,u);if(typeof a<"u")return!(0,b.isEqual)(e,a);if(typeof i<"u"){let f=typeof e<"u";return i?f:!f}return typeof c>"u"||c?!!e:!e},E=(r,e,i)=>{if(!r.if)return!0;let{arg:u,global:a}=r.if;if(v([u,a])!==1)throw new Error(`Invalid conditional value ${JSON.stringify({arg:u,global:a})}`);let c=u?e[u]:i[a];return q(r.if,c)},I=r=>r.toLowerCase().replace(/[ ’–—―′¿'`~!@#$%^&*()_|+\-=?;:'",.<>\{\}\[\]\\\/]/gi,"-").replace(/-+/g,"-").replace(/^-+/,"").replace(/-+$/,"");export{I as L,E as O}; diff --git a/assets/jsx-runtime-AgcCsxC8.js b/assets/jsx-runtime-AgcCsxC8.js new file mode 100644 index 0000000..061d85f --- /dev/null +++ b/assets/jsx-runtime-AgcCsxC8.js @@ -0,0 +1,9 @@ +import{r as l}from"./index-XiNr8FW2.js";var f={exports:{}},n={};/** + * @license React + * react-jsx-runtime.production.min.js + * + * Copyright (c) Facebook, Inc. and its affiliates. + * + * This source code is licensed under the MIT license found in the + * LICENSE file in the root directory of this source tree. + */var u=l,m=Symbol.for("react.element"),x=Symbol.for("react.fragment"),y=Object.prototype.hasOwnProperty,a=u.__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED.ReactCurrentOwner,v={key:!0,ref:!0,__self:!0,__source:!0};function i(t,r,p){var e,o={},s=null,_=null;p!==void 0&&(s=""+p),r.key!==void 0&&(s=""+r.key),r.ref!==void 0&&(_=r.ref);for(e in r)y.call(r,e)&&!v.hasOwnProperty(e)&&(o[e]=r[e]);if(t&&t.defaultProps)for(e in r=t.defaultProps,r)o[e]===void 0&&(o[e]=r[e]);return{$$typeof:m,type:t,key:s,ref:_,props:o,_owner:a.current}}n.Fragment=x;n.jsx=i;n.jsxs=i;f.exports=n;var d=f.exports;export{d as j}; diff --git a/assets/preview-37XjEtlT.js b/assets/preview-37XjEtlT.js new file mode 100644 index 0000000..a7ef012 --- /dev/null +++ b/assets/preview-37XjEtlT.js @@ -0,0 +1,27 @@ +var mr=Object.defineProperty;var pr=(e,t,r)=>t in e?mr(e,t,{enumerable:!0,configurable:!0,writable:!0,value:r}):e[t]=r;var Ue=(e,t,r)=>(pr(e,typeof t!="symbol"?t+"":t,r),r);import{c as gr}from"./_commonjsHelpers-5-cIlDoe.js";var ye={};Object.defineProperty(ye,"__esModule",{value:!0});ye.spyOn=ye.mocked=ye.fn=Ft=ye.ModuleMocker=void 0;function Ae(e,t,r){return t in e?Object.defineProperty(e,t,{value:r,enumerable:!0,configurable:!0,writable:!0}):e[t]=r,e}const We="mockConstructor",$t=/[\s!-\/:-@\[-`{-~]/,yr=new RegExp($t.source,"g"),hr=new Set(["arguments","await","break","case","catch","class","const","continue","debugger","default","delete","do","else","enum","eval","export","extends","false","finally","for","function","if","implements","import","in","instanceof","interface","let","new","null","package","private","protected","public","return","static","super","switch","this","throw","true","try","typeof","var","void","while","with","yield"]);function _r(e,t){let r;switch(t){case 1:r=function(o){return e.apply(this,arguments)};break;case 2:r=function(o,a){return e.apply(this,arguments)};break;case 3:r=function(o,a,m){return e.apply(this,arguments)};break;case 4:r=function(o,a,m,n){return e.apply(this,arguments)};break;case 5:r=function(o,a,m,n,i){return e.apply(this,arguments)};break;case 6:r=function(o,a,m,n,i,l){return e.apply(this,arguments)};break;case 7:r=function(o,a,m,n,i,l,u){return e.apply(this,arguments)};break;case 8:r=function(o,a,m,n,i,l,u,h){return e.apply(this,arguments)};break;case 9:r=function(o,a,m,n,i,l,u,h,d){return e.apply(this,arguments)};break;default:r=function(){return e.apply(this,arguments)};break}return r}function qe(e){return Object.prototype.toString.apply(e).slice(8,-1)}function dr(e){const t=qe(e);return t==="Function"||t==="AsyncFunction"||t==="GeneratorFunction"?"function":Array.isArray(e)?"array":t==="Object"?"object":t==="Number"||t==="String"||t==="Boolean"||t==="Symbol"?"constant":t==="Map"||t==="WeakMap"||t==="Set"?"collection":t==="RegExp"?"regexp":e===void 0?"undefined":e===null?"null":null}function br(e,t){if(t==="arguments"||t==="caller"||t==="callee"||t==="name"||t==="length"){const r=qe(e);return r==="Function"||r==="AsyncFunction"||r==="GeneratorFunction"}return t==="source"||t==="global"||t==="ignoreCase"||t==="multiline"?qe(e)==="RegExp":!1}class jt{constructor(t){Ae(this,"_environmentGlobal",void 0),Ae(this,"_mockState",void 0),Ae(this,"_mockConfigRegistry",void 0),Ae(this,"_spyState",void 0),Ae(this,"_invocationCallCounter",void 0),this._environmentGlobal=t,this._mockState=new WeakMap,this._mockConfigRegistry=new WeakMap,this._spyState=new Set,this._invocationCallCounter=1}_getSlots(t){if(!t)return[];const r=new Set,o=this._environmentGlobal.Object.prototype,a=this._environmentGlobal.Function.prototype,m=this._environmentGlobal.RegExp.prototype,n=Object.prototype,i=Function.prototype,l=RegExp.prototype;for(;t!=null&&t!==o&&t!==a&&t!==m&&t!==n&&t!==i&&t!==l;){const u=Object.getOwnPropertyNames(t);for(let h=0;h0&&(r.lastCall=r.calls[r.calls.length-1]),r}_defaultMockConfig(){return{mockImpl:void 0,mockName:"jest.fn()",specificMockImpls:[],specificReturnValues:[]}}_defaultMockState(){return{calls:[],instances:[],invocationCallOrder:[],results:[]}}_makeComponent(t,r){if(t.type==="object")return new this._environmentGlobal.Object;if(t.type==="array")return new this._environmentGlobal.Array;if(t.type==="regexp")return new this._environmentGlobal.RegExp("");if(t.type==="constant"||t.type==="collection"||t.type==="null"||t.type==="undefined")return t.value;if(t.type==="function"){const o=t.members&&t.members.prototype&&t.members.prototype.members||{},a=this._getSlots(o),m=this,n=_r(function(...l){const u=m._ensureMockState(i),h=m._ensureMockConfig(i);u.instances.push(this),u.calls.push(l);const d={type:"incomplete",value:void 0};u.results.push(d),u.invocationCallOrder.push(m._invocationCallCounter++);let g,b,p=!1;try{g=(()=>{if(this instanceof i){a.forEach(O=>{if(o[O].type==="function"){const S=this[O];this[O]=m.generateFromMetadata(o[O]),this[O]._protoImpl=S}});const _=h.specificMockImpls.length?h.specificMockImpls.shift():h.mockImpl;return _&&_.apply(this,arguments)}let y=h.specificMockImpls.shift();if(y===void 0&&(y=h.mockImpl),y)return y.apply(this,arguments);if(i._protoImpl)return i._protoImpl.apply(this,arguments)})()}catch(y){throw b=y,p=!0,y}finally{d.type=p?"throw":"return",d.value=p?b:g}return g},t.length||0),i=this._createMockFunction(t,n);return i._isMockFunction=!0,i.getMockImplementation=()=>this._ensureMockConfig(i).mockImpl,typeof r=="function"&&this._spyState.add(r),this._mockState.set(i,this._defaultMockState()),this._mockConfigRegistry.set(i,this._defaultMockConfig()),Object.defineProperty(i,"mock",{configurable:!1,enumerable:!0,get:()=>this._ensureMockState(i),set:l=>this._mockState.set(i,l)}),i.mockClear=()=>(this._mockState.delete(i),i),i.mockReset=()=>(i.mockClear(),this._mockConfigRegistry.delete(i),i),i.mockRestore=()=>(i.mockReset(),r?r():void 0),i.mockReturnValueOnce=l=>i.mockImplementationOnce(()=>l),i.mockResolvedValueOnce=l=>i.mockImplementationOnce(()=>Promise.resolve(l)),i.mockRejectedValueOnce=l=>i.mockImplementationOnce(()=>Promise.reject(l)),i.mockReturnValue=l=>i.mockImplementation(()=>l),i.mockResolvedValue=l=>i.mockImplementation(()=>Promise.resolve(l)),i.mockRejectedValue=l=>i.mockImplementation(()=>Promise.reject(l)),i.mockImplementationOnce=l=>(this._ensureMockConfig(i).specificMockImpls.push(l),i),i.mockImplementation=l=>{const u=this._ensureMockConfig(i);return u.mockImpl=l,i},i.mockReturnThis=()=>i.mockImplementation(function(){return this}),i.mockName=l=>{if(l){const u=this._ensureMockConfig(i);u.mockName=l}return i},i.getMockName=()=>this._ensureMockConfig(i).mockName||"jest.fn()",t.mockImpl&&i.mockImplementation(t.mockImpl),i}else{const o=t.type||"undefined type";throw new Error("Unrecognized type "+o)}}_createMockFunction(t,r){let o=t.name;if(!o)return r;const a="bound ";let m="";if(o&&o.startsWith(a))do o=o.substring(a.length),m=".bind(null)";while(o&&o.startsWith(a));if(o===We)return r;(hr.has(o)||/^\d/.test(o))&&(o="$"+o),$t.test(o)&&(o=o.replace(yr,"$"));const n="return function "+o+"() {return "+We+".apply(this,arguments);}"+m;return new this._environmentGlobal.Function(We,n)(r)}_generateMock(t,r,o){const a=this._makeComponent(t);return t.refID!=null&&(o[t.refID]=a),this._getSlots(t.members).forEach(m=>{const n=t.members&&t.members[m]||{};n.ref!=null?r.push(function(i){return()=>a[m]=o[i]}(n.ref)):a[m]=this._generateMock(n,r,o)}),t.type!=="undefined"&&t.type!=="null"&&a.prototype&&typeof a.prototype=="object"&&(a.prototype.constructor=a),a}generateFromMetadata(t){const r=[],o={},a=this._generateMock(t,r,o);return r.forEach(m=>m()),a}getMetadata(t,r){const o=r||new Map,a=o.get(t);if(a!=null)return{ref:a};const m=dr(t);if(!m)return null;const n={type:m};if(m==="constant"||m==="collection"||m==="undefined"||m==="null")return n.value=t,n;m==="function"&&(n.name=t.name,t._isMockFunction===!0&&(n.mockImpl=t.getMockImplementation())),n.refID=o.size,o.set(t,n.refID);let i=null;return m!=="array"&&this._getSlots(t).forEach(l=>{if(m==="function"&&t._isMockFunction===!0&&l.match(/^mock/))return;const u=this.getMetadata(t[l],o);u&&(i||(i={}),i[l]=u)}),i&&(n.members=i),n}isMockFunction(t){return!!t&&t._isMockFunction===!0}fn(t){const r=t?t.length:0,o=this._makeComponent({length:r,type:"function"});return t&&o.mockImplementation(t),o}spyOn(t,r,o){if(o)return this._spyOnProperty(t,r,o);if(typeof t!="object"&&typeof t!="function")throw new Error("Cannot spyOn on a primitive value; "+this._typeOf(t)+" given");const a=t[r];if(!this.isMockFunction(a)){if(typeof a!="function")throw new Error("Cannot spy the "+r+" property because it is not a function; "+this._typeOf(a)+" given instead");const m=Object.prototype.hasOwnProperty.call(t,r);let n=Object.getOwnPropertyDescriptor(t,r),i=Object.getPrototypeOf(t);for(;!n&&i!==null;)n=Object.getOwnPropertyDescriptor(i,r),i=Object.getPrototypeOf(i);let l;if(n&&n.get){const u=n.get;l=this._makeComponent({type:"function"},()=>{n.get=u,Object.defineProperty(t,r,n)}),n.get=()=>l,Object.defineProperty(t,r,n)}else l=this._makeComponent({type:"function"},()=>{m?t[r]=a:delete t[r]}),t[r]=l;l.mockImplementation(function(){return a.apply(this,arguments)})}return t[r]}_spyOnProperty(t,r,o="get"){if(typeof t!="object"&&typeof t!="function")throw new Error("Cannot spyOn on a primitive value; "+this._typeOf(t)+" given");if(!t)throw new Error("spyOn could not find an object to spy upon for "+r);if(!r)throw new Error("No property name supplied");let a=Object.getOwnPropertyDescriptor(t,r),m=Object.getPrototypeOf(t);for(;!a&&m!==null;)a=Object.getOwnPropertyDescriptor(m,r),m=Object.getPrototypeOf(m);if(!a)throw new Error(r+" property does not exist");if(!a.configurable)throw new Error(r+" is not declared configurable");if(!a[o])throw new Error("Property "+r+" does not have access type "+o);const n=a[o];if(!this.isMockFunction(n)){if(typeof n!="function")throw new Error("Cannot spy the "+r+" property because it is not a function; "+this._typeOf(n)+" given instead");a[o]=this._makeComponent({type:"function"},()=>{a[o]=n,Object.defineProperty(t,r,a)}),a[o].mockImplementation(function(){return n.apply(this,arguments)})}return Object.defineProperty(t,r,a),a[o]}clearAllMocks(){this._mockState=new WeakMap}resetAllMocks(){this._mockConfigRegistry=new WeakMap,this._mockState=new WeakMap}restoreAllMocks(){this._spyState.forEach(t=>t()),this._spyState=new Set}_typeOf(t){return t==null?""+t:typeof t}mocked(t,r=!1){return t}}var Ft=ye.ModuleMocker=jt;const we=new jt(gr),Or=we.fn.bind(we);ye.fn=Or;const Er=we.spyOn.bind(we);ye.spyOn=Er;const Sr=we.mocked.bind(we);ye.mocked=Sr;const{addons:Dt}=__STORYBOOK_MODULE_PREVIEW_API__,{global:fe}=__STORYBOOK_MODULE_GLOBAL__,{FORCE_REMOUNT:Ke,STORY_RENDER_PHASE_CHANGED:Bt,SET_CURRENT_STORY:wr,IGNORED_EXCEPTION:Cr}=__STORYBOOK_MODULE_CORE_EVENTS__,{once:Mr,logger:Pr}=__STORYBOOK_MODULE_CLIENT_LOGGER__;var Ee=(e=>typeof require<"u"?require:typeof Proxy<"u"?new Proxy(e,{get:(t,r)=>(typeof require<"u"?require:t)[r]}):e)(function(e){if(typeof require<"u")return require.apply(this,arguments);throw Error('Dynamic require of "'+e+'" is not supported')}),Tr=Object.create,Lt=Object.defineProperty,Ar=Object.getOwnPropertyDescriptor,xt=Object.getOwnPropertyNames,Rr=Object.getPrototypeOf,Ir=Object.prototype.hasOwnProperty,kr=(e=>typeof Ee<"u"?Ee:typeof Proxy<"u"?new Proxy(e,{get:(t,r)=>(typeof Ee<"u"?Ee:t)[r]}):e)(function(e){if(typeof Ee<"u")return Ee.apply(this,arguments);throw Error('Dynamic require of "'+e+'" is not supported')}),ue=(e,t)=>function(){return t||(0,e[xt(e)[0]])((t={exports:{}}).exports,t),t.exports},Nr=(e,t,r,o)=>{if(t&&typeof t=="object"||typeof t=="function")for(let a of xt(t))!Ir.call(e,a)&&a!==r&&Lt(e,a,{get:()=>t[a],enumerable:!(o=Ar(t,a))||o.enumerable});return e},de=(e,t,r)=>(r=e!=null?Tr(Rr(e)):{},Nr(t||!e||!e.__esModule?Lt(r,"default",{value:e,enumerable:!0}):r,e)),$r=ue({"../../node_modules/pretty-format/node_modules/ansi-styles/index.js"(e,t){var r=(m=0)=>n=>`\x1B[${38+m};5;${n}m`,o=(m=0)=>(n,i,l)=>`\x1B[${38+m};2;${n};${i};${l}m`;function a(){let m=new Map,n={modifier:{reset:[0,0],bold:[1,22],dim:[2,22],italic:[3,23],underline:[4,24],overline:[53,55],inverse:[7,27],hidden:[8,28],strikethrough:[9,29]},color:{black:[30,39],red:[31,39],green:[32,39],yellow:[33,39],blue:[34,39],magenta:[35,39],cyan:[36,39],white:[37,39],blackBright:[90,39],redBright:[91,39],greenBright:[92,39],yellowBright:[93,39],blueBright:[94,39],magentaBright:[95,39],cyanBright:[96,39],whiteBright:[97,39]},bgColor:{bgBlack:[40,49],bgRed:[41,49],bgGreen:[42,49],bgYellow:[43,49],bgBlue:[44,49],bgMagenta:[45,49],bgCyan:[46,49],bgWhite:[47,49],bgBlackBright:[100,49],bgRedBright:[101,49],bgGreenBright:[102,49],bgYellowBright:[103,49],bgBlueBright:[104,49],bgMagentaBright:[105,49],bgCyanBright:[106,49],bgWhiteBright:[107,49]}};n.color.gray=n.color.blackBright,n.bgColor.bgGray=n.bgColor.bgBlackBright,n.color.grey=n.color.blackBright,n.bgColor.bgGrey=n.bgColor.bgBlackBright;for(let[i,l]of Object.entries(n)){for(let[u,h]of Object.entries(l))n[u]={open:`\x1B[${h[0]}m`,close:`\x1B[${h[1]}m`},l[u]=n[u],m.set(h[0],h[1]);Object.defineProperty(n,i,{value:l,enumerable:!1})}return Object.defineProperty(n,"codes",{value:m,enumerable:!1}),n.color.close="\x1B[39m",n.bgColor.close="\x1B[49m",n.color.ansi256=r(),n.color.ansi16m=o(),n.bgColor.ansi256=r(10),n.bgColor.ansi16m=o(10),Object.defineProperties(n,{rgbToAnsi256:{value:(i,l,u)=>i===l&&l===u?i<8?16:i>248?231:Math.round((i-8)/247*24)+232:16+36*Math.round(i/255*5)+6*Math.round(l/255*5)+Math.round(u/255*5),enumerable:!1},hexToRgb:{value:i=>{let l=/(?[a-f\d]{6}|[a-f\d]{3})/i.exec(i.toString(16));if(!l)return[0,0,0];let{colorString:u}=l.groups;u.length===3&&(u=u.split("").map(d=>d+d).join(""));let h=Number.parseInt(u,16);return[h>>16&255,h>>8&255,h&255]},enumerable:!1},hexToAnsi256:{value:i=>n.rgbToAnsi256(...n.hexToRgb(i)),enumerable:!1}}),n}Object.defineProperty(t,"exports",{enumerable:!0,get:a})}}),Le=ue({"../../node_modules/pretty-format/build/collections.js"(e){Object.defineProperty(e,"__esModule",{value:!0}),e.printIteratorEntries=r,e.printIteratorValues=o,e.printListItems=a,e.printObjectProperties=m;var t=(n,i)=>{let l=Object.keys(n),u=i!==null?l.sort(i):l;return Object.getOwnPropertySymbols&&Object.getOwnPropertySymbols(n).forEach(h=>{Object.getOwnPropertyDescriptor(n,h).enumerable&&u.push(h)}),u};function r(n,i,l,u,h,d,g=": "){let b="",p=0,y=n.next();if(!y.done){b+=i.spacingOuter;let _=l+i.indent;for(;!y.done;){if(b+=_,p++===i.maxWidth){b+="…";break}let O=d(y.value[0],i,_,u,h),S=d(y.value[1],i,_,u,h);b+=O+g+S,y=n.next(),y.done?i.min||(b+=","):b+=`,${i.spacingInner}`}b+=i.spacingOuter+l}return b}function o(n,i,l,u,h,d){let g="",b=0,p=n.next();if(!p.done){g+=i.spacingOuter;let y=l+i.indent;for(;!p.done;){if(g+=y,b++===i.maxWidth){g+="…";break}g+=d(p.value,i,y,u,h),p=n.next(),p.done?i.min||(g+=","):g+=`,${i.spacingInner}`}g+=i.spacingOuter+l}return g}function a(n,i,l,u,h,d){let g="";if(n.length){g+=i.spacingOuter;let b=l+i.indent;for(let p=0;p{let y=u.toString();if(y==="ArrayContaining"||y==="ArrayNotContaining")return++g>h.maxDepth?`[${y}]`:`${y+a}[${(0,t.printListItems)(u.sample,h,d,g,b,p)}]`;if(y==="ObjectContaining"||y==="ObjectNotContaining")return++g>h.maxDepth?`[${y}]`:`${y+a}{${(0,t.printObjectProperties)(u.sample,h,d,g,b,p)}}`;if(y==="StringMatching"||y==="StringNotMatching"||y==="StringContaining"||y==="StringNotContaining")return y+a+p(u.sample,h,d,g,b);if(typeof u.toAsymmetricMatcher!="function")throw new Error(`Asymmetric matcher ${u.constructor.name} does not implement toAsymmetricMatcher()`);return u.toAsymmetricMatcher()};e.serialize=m;var n=u=>u&&u.$$typeof===o;e.test=n;var i={serialize:m,test:n},l=i;e.default=l}}),Fr=ue({"../../node_modules/pretty-format/build/plugins/DOMCollection.js"(e){Object.defineProperty(e,"__esModule",{value:!0}),e.test=e.serialize=e.default=void 0;var t=Le(),r=" ",o=["DOMStringMap","NamedNodeMap"],a=/^(HTML\w*Collection|NodeList)$/,m=d=>o.indexOf(d)!==-1||a.test(d),n=d=>d&&d.constructor&&!!d.constructor.name&&m(d.constructor.name);e.test=n;var i=d=>d.constructor.name==="NamedNodeMap",l=(d,g,b,p,y,_)=>{let O=d.constructor.name;return++p>g.maxDepth?`[${O}]`:(g.min?"":O+r)+(o.indexOf(O)!==-1?`{${(0,t.printObjectProperties)(i(d)?Array.from(d).reduce((S,P)=>(S[P.name]=P.value,S),{}):{...d},g,b,p,y,_)}}`:`[${(0,t.printListItems)(Array.from(d),g,b,p,y,_)}]`)};e.serialize=l;var u={serialize:l,test:n},h=u;e.default=h}}),Dr=ue({"../../node_modules/pretty-format/build/plugins/lib/escapeHTML.js"(e){Object.defineProperty(e,"__esModule",{value:!0}),e.default=t;function t(r){return r.replace(//g,">")}}}),rt=ue({"../../node_modules/pretty-format/build/plugins/lib/markup.js"(e){Object.defineProperty(e,"__esModule",{value:!0}),e.printText=e.printProps=e.printElementAsLeaf=e.printElement=e.printComment=e.printChildren=void 0;var t=r(Dr());function r(u){return u&&u.__esModule?u:{default:u}}var o=(u,h,d,g,b,p,y)=>{let _=g+d.indent,O=d.colors;return u.map(S=>{let P=h[S],C=y(P,d,_,b,p);return typeof P!="string"&&(C.indexOf(` +`)!==-1&&(C=d.spacingOuter+_+C+d.spacingOuter+g),C=`{${C}}`),`${d.spacingInner+g+O.prop.open+S+O.prop.close}=${O.value.open}${C}${O.value.close}`}).join("")};e.printProps=o;var a=(u,h,d,g,b,p)=>u.map(y=>h.spacingOuter+d+(typeof y=="string"?m(y,h):p(y,h,d,g,b))).join("");e.printChildren=a;var m=(u,h)=>{let d=h.colors.content;return d.open+(0,t.default)(u)+d.close};e.printText=m;var n=(u,h)=>{let d=h.colors.comment;return`${d.open}${d.close}`};e.printComment=n;var i=(u,h,d,g,b)=>{let p=g.colors.tag;return`${p.open}<${u}${h&&p.close+h+g.spacingOuter+b+p.open}${d?`>${p.close}${d}${g.spacingOuter}${b}${p.open}${p.close}`};e.printElement=i;var l=(u,h)=>{let d=h.colors.tag;return`${d.open}<${u}${d.close} …${d.open} />${d.close}`};e.printElementAsLeaf=l}}),Br=ue({"../../node_modules/pretty-format/build/plugins/DOMElement.js"(e){Object.defineProperty(e,"__esModule",{value:!0}),e.test=e.serialize=e.default=void 0;var t=rt(),r=1,o=3,a=8,m=11,n=/^((HTML|SVG)\w*)?Element$/,i=_=>{try{return typeof _.hasAttribute=="function"&&_.hasAttribute("is")}catch{return!1}},l=_=>{let O=_.constructor.name,{nodeType:S,tagName:P}=_,C=typeof P=="string"&&P.includes("-")||i(_);return S===r&&(n.test(O)||C)||S===o&&O==="Text"||S===a&&O==="Comment"||S===m&&O==="DocumentFragment"},u=_=>{var O;return((O=_==null?void 0:_.constructor)==null?void 0:O.name)&&l(_)};e.test=u;function h(_){return _.nodeType===o}function d(_){return _.nodeType===a}function g(_){return _.nodeType===m}var b=(_,O,S,P,C,M)=>{if(h(_))return(0,t.printText)(_.data,O);if(d(_))return(0,t.printComment)(_.data,O);let R=g(_)?"DocumentFragment":_.tagName.toLowerCase();return++P>O.maxDepth?(0,t.printElementAsLeaf)(R,O):(0,t.printElement)(R,(0,t.printProps)(g(_)?[]:Array.from(_.attributes,k=>k.name).sort(),g(_)?{}:Array.from(_.attributes).reduce((k,E)=>(k[E.name]=E.value,k),{}),O,S+O.indent,P,C,M),(0,t.printChildren)(Array.prototype.slice.call(_.childNodes||_.children),O,S+O.indent,P,C,M),O,S)};e.serialize=b;var p={serialize:b,test:u},y=p;e.default=y}}),Lr=ue({"../../node_modules/pretty-format/build/plugins/Immutable.js"(e){Object.defineProperty(e,"__esModule",{value:!0}),e.test=e.serialize=e.default=void 0;var t=Le(),r="@@__IMMUTABLE_ITERABLE__@@",o="@@__IMMUTABLE_LIST__@@",a="@@__IMMUTABLE_KEYED__@@",m="@@__IMMUTABLE_MAP__@@",n="@@__IMMUTABLE_ORDERED__@@",i="@@__IMMUTABLE_RECORD__@@",l="@@__IMMUTABLE_SEQ__@@",u="@@__IMMUTABLE_SET__@@",h="@@__IMMUTABLE_STACK__@@",d=E=>`Immutable.${E}`,g=E=>`[${E}]`,b=" ",p="…",y=(E,N,z,F,L,v,B)=>++F>N.maxDepth?g(d(B)):`${d(B)+b}{${(0,t.printIteratorEntries)(E.entries(),N,z,F,L,v)}}`;function _(E){let N=0;return{next(){if(N{let B=d(E._name||"Record");return++F>N.maxDepth?g(B):`${B+b}{${(0,t.printIteratorEntries)(_(E),N,z,F,L,v)}}`},S=(E,N,z,F,L,v)=>{let B=d("Seq");return++F>N.maxDepth?g(B):E[a]?`${B+b}{${E._iter||E._object?(0,t.printIteratorEntries)(E.entries(),N,z,F,L,v):p}}`:`${B+b}[${E._iter||E._array||E._collection||E._iterable?(0,t.printIteratorValues)(E.values(),N,z,F,L,v):p}]`},P=(E,N,z,F,L,v,B)=>++F>N.maxDepth?g(d(B)):`${d(B)+b}[${(0,t.printIteratorValues)(E.values(),N,z,F,L,v)}]`,C=(E,N,z,F,L,v)=>E[m]?y(E,N,z,F,L,v,E[n]?"OrderedMap":"Map"):E[o]?P(E,N,z,F,L,v,"List"):E[u]?P(E,N,z,F,L,v,E[n]?"OrderedSet":"Set"):E[h]?P(E,N,z,F,L,v,"Stack"):E[l]?S(E,N,z,F,L,v):O(E,N,z,F,L,v);e.serialize=C;var M=E=>E&&(E[r]===!0||E[i]===!0);e.test=M;var R={serialize:C,test:M},k=R;e.default=k}}),xr=ue({"../../node_modules/pretty-format/node_modules/react-is/cjs/react-is.development.js"(e){(function(){var t=Symbol.for("react.element"),r=Symbol.for("react.portal"),o=Symbol.for("react.fragment"),a=Symbol.for("react.strict_mode"),m=Symbol.for("react.profiler"),n=Symbol.for("react.provider"),i=Symbol.for("react.context"),l=Symbol.for("react.server_context"),u=Symbol.for("react.forward_ref"),h=Symbol.for("react.suspense"),d=Symbol.for("react.suspense_list"),g=Symbol.for("react.memo"),b=Symbol.for("react.lazy"),p=Symbol.for("react.offscreen"),y=!1,_=!1,O=!1,S=!1,P=!1,C;C=Symbol.for("react.module.reference");function M(T){return!!(typeof T=="string"||typeof T=="function"||T===o||T===m||P||T===a||T===h||T===d||S||T===p||y||_||O||typeof T=="object"&&T!==null&&(T.$$typeof===b||T.$$typeof===g||T.$$typeof===n||T.$$typeof===i||T.$$typeof===u||T.$$typeof===C||T.getModuleId!==void 0))}function R(T){if(typeof T=="object"&&T!==null){var H=T.$$typeof;switch(H){case t:var J=T.type;switch(J){case o:case m:case a:case h:case d:return J;default:var me=J&&J.$$typeof;switch(me){case l:case i:case u:case b:case g:case n:return me;default:return H}}case r:return H}}}var k=i,E=n,N=t,z=u,F=o,L=b,v=g,B=r,re=m,j=a,K=h,G=d,V=!1,Z=!1;function ne(T){return V||(V=!0,console.warn("The ReactIs.isAsyncMode() alias has been deprecated, and will be removed in React 18+.")),!1}function Q(T){return Z||(Z=!0,console.warn("The ReactIs.isConcurrentMode() alias has been deprecated, and will be removed in React 18+.")),!1}function ee(T){return R(T)===i}function ae(T){return R(T)===n}function oe(T){return typeof T=="object"&&T!==null&&T.$$typeof===t}function X(T){return R(T)===u}function te(T){return R(T)===o}function se(T){return R(T)===b}function le(T){return R(T)===g}function s(T){return R(T)===r}function $(T){return R(T)===m}function D(T){return R(T)===a}function W(T){return R(T)===h}function U(T){return R(T)===d}e.ContextConsumer=k,e.ContextProvider=E,e.Element=N,e.ForwardRef=z,e.Fragment=F,e.Lazy=L,e.Memo=v,e.Portal=B,e.Profiler=re,e.StrictMode=j,e.Suspense=K,e.SuspenseList=G,e.isAsyncMode=ne,e.isConcurrentMode=Q,e.isContextConsumer=ee,e.isContextProvider=ae,e.isElement=oe,e.isForwardRef=X,e.isFragment=te,e.isLazy=se,e.isMemo=le,e.isPortal=s,e.isProfiler=$,e.isStrictMode=D,e.isSuspense=W,e.isSuspenseList=U,e.isValidElementType=M,e.typeOf=R})()}}),vr=ue({"../../node_modules/pretty-format/node_modules/react-is/index.js"(e,t){t.exports=xr()}}),zr=ue({"../../node_modules/pretty-format/build/plugins/ReactElement.js"(e){Object.defineProperty(e,"__esModule",{value:!0}),e.test=e.serialize=e.default=void 0;var t=a(vr()),r=rt();function o(g){if(typeof WeakMap!="function")return null;var b=new WeakMap,p=new WeakMap;return(o=function(y){return y?p:b})(g)}function a(g,b){if(!b&&g&&g.__esModule)return g;if(g===null||typeof g!="object"&&typeof g!="function")return{default:g};var p=o(b);if(p&&p.has(g))return p.get(g);var y={},_=Object.defineProperty&&Object.getOwnPropertyDescriptor;for(var O in g)if(O!=="default"&&Object.prototype.hasOwnProperty.call(g,O)){var S=_?Object.getOwnPropertyDescriptor(g,O):null;S&&(S.get||S.set)?Object.defineProperty(y,O,S):y[O]=g[O]}return y.default=g,p&&p.set(g,y),y}var m=(g,b=[])=>(Array.isArray(g)?g.forEach(p=>{m(p,b)}):g!=null&&g!==!1&&b.push(g),b),n=g=>{let b=g.type;if(typeof b=="string")return b;if(typeof b=="function")return b.displayName||b.name||"Unknown";if(t.isFragment(g))return"React.Fragment";if(t.isSuspense(g))return"React.Suspense";if(typeof b=="object"&&b!==null){if(t.isContextProvider(g))return"Context.Provider";if(t.isContextConsumer(g))return"Context.Consumer";if(t.isForwardRef(g)){if(b.displayName)return b.displayName;let p=b.render.displayName||b.render.name||"";return p!==""?`ForwardRef(${p})`:"ForwardRef"}if(t.isMemo(g)){let p=b.displayName||b.type.displayName||b.type.name||"";return p!==""?`Memo(${p})`:"Memo"}}return"UNDEFINED"},i=g=>{let{props:b}=g;return Object.keys(b).filter(p=>p!=="children"&&b[p]!==void 0).sort()},l=(g,b,p,y,_,O)=>++y>b.maxDepth?(0,r.printElementAsLeaf)(n(g),b):(0,r.printElement)(n(g),(0,r.printProps)(i(g),g.props,b,p+b.indent,y,_,O),(0,r.printChildren)(m(g.props.children),b,p+b.indent,y,_,O),b,p);e.serialize=l;var u=g=>g!=null&&t.isElement(g);e.test=u;var h={serialize:l,test:u},d=h;e.default=d}}),Ur=ue({"../../node_modules/pretty-format/build/plugins/ReactTestComponent.js"(e){Object.defineProperty(e,"__esModule",{value:!0}),e.test=e.serialize=e.default=void 0;var t=rt(),r=globalThis["jest-symbol-do-not-touch"]||globalThis.Symbol,o=typeof r=="function"&&r.for?r.for("react.test.json"):245830487,a=u=>{let{props:h}=u;return h?Object.keys(h).filter(d=>h[d]!==void 0).sort():[]},m=(u,h,d,g,b,p)=>++g>h.maxDepth?(0,t.printElementAsLeaf)(u.type,h):(0,t.printElement)(u.type,u.props?(0,t.printProps)(a(u),u.props,h,d+h.indent,g,b,p):"",u.children?(0,t.printChildren)(u.children,h,d+h.indent,g,b,p):"",h,d);e.serialize=m;var n=u=>u&&u.$$typeof===o;e.test=n;var i={serialize:m,test:n},l=i;e.default=l}}),nt=ue({"../../node_modules/pretty-format/build/index.js"(e){Object.defineProperty(e,"__esModule",{value:!0}),e.default=e.DEFAULT_OPTIONS=void 0,e.format=te,e.plugins=void 0;var t=u($r()),r=Le(),o=u(jr()),a=u(Fr()),m=u(Br()),n=u(Lr()),i=u(zr()),l=u(Ur());function u(s){return s&&s.__esModule?s:{default:s}}var h=Object.prototype.toString,d=Date.prototype.toISOString,g=Error.prototype.toString,b=RegExp.prototype.toString,p=s=>typeof s.constructor=="function"&&s.constructor.name||"Object",y=s=>typeof window<"u"&&s===window,_=/^Symbol\((.*)\)(.*)$/,O=/\n/gi,S=class extends Error{constructor(s,$){super(s),this.stack=$,this.name=this.constructor.name}};function P(s){return s==="[object Array]"||s==="[object ArrayBuffer]"||s==="[object DataView]"||s==="[object Float32Array]"||s==="[object Float64Array]"||s==="[object Int8Array]"||s==="[object Int16Array]"||s==="[object Int32Array]"||s==="[object Uint8Array]"||s==="[object Uint8ClampedArray]"||s==="[object Uint16Array]"||s==="[object Uint32Array]"}function C(s){return Object.is(s,-0)?"-0":String(s)}function M(s){return`${s}n`}function R(s,$){return $?`[Function ${s.name||"anonymous"}]`:"[Function]"}function k(s){return String(s).replace(_,"Symbol($1)")}function E(s){return`[${g.call(s)}]`}function N(s,$,D,W){if(s===!0||s===!1)return`${s}`;if(s===void 0)return"undefined";if(s===null)return"null";let U=typeof s;if(U==="number")return C(s);if(U==="bigint")return M(s);if(U==="string")return W?`"${s.replace(/"|\\/g,"\\$&")}"`:`"${s}"`;if(U==="function")return R(s,$);if(U==="symbol")return k(s);let T=h.call(s);return T==="[object WeakMap]"?"WeakMap {}":T==="[object WeakSet]"?"WeakSet {}":T==="[object Function]"||T==="[object GeneratorFunction]"?R(s,$):T==="[object Symbol]"?k(s):T==="[object Date]"?isNaN(+s)?"Date { NaN }":d.call(s):T==="[object Error]"?E(s):T==="[object RegExp]"?D?b.call(s).replace(/[\\^$*+?.()|[\]{}]/g,"\\$&"):b.call(s):s instanceof Error?E(s):null}function z(s,$,D,W,U,T){if(U.indexOf(s)!==-1)return"[Circular]";U=U.slice(),U.push(s);let H=++W>$.maxDepth,J=$.min;if($.callToJSON&&!H&&s.toJSON&&typeof s.toJSON=="function"&&!T)return B(s.toJSON(),$,D,W,U,!0);let me=h.call(s);return me==="[object Arguments]"?H?"[Arguments]":`${J?"":"Arguments "}[${(0,r.printListItems)(s,$,D,W,U,B)}]`:P(me)?H?`[${s.constructor.name}]`:`${J||!$.printBasicPrototype&&s.constructor.name==="Array"?"":`${s.constructor.name} `}[${(0,r.printListItems)(s,$,D,W,U,B)}]`:me==="[object Map]"?H?"[Map]":`Map {${(0,r.printIteratorEntries)(s.entries(),$,D,W,U,B," => ")}}`:me==="[object Set]"?H?"[Set]":`Set {${(0,r.printIteratorValues)(s.values(),$,D,W,U,B)}}`:H||y(s)?`[${p(s)}]`:`${J||!$.printBasicPrototype&&p(s)==="Object"?"":`${p(s)} `}{${(0,r.printObjectProperties)(s,$,D,W,U,B)}}`}function F(s){return s.serialize!=null}function L(s,$,D,W,U,T){let H;try{H=F(s)?s.serialize($,D,W,U,T,B):s.print($,J=>B(J,D,W,U,T),J=>{let me=W+D.indent;return me+J.replace(O,` +${me}`)},{edgeSpacing:D.spacingOuter,min:D.min,spacing:D.spacingInner},D.colors)}catch(J){throw new S(J.message,J.stack)}if(typeof H!="string")throw new Error(`pretty-format: Plugin must return type "string" but instead returned "${typeof H}".`);return H}function v(s,$){for(let D=0;Ds,G=K({callToJSON:!0,compareKeys:void 0,escapeRegex:!1,escapeString:!0,highlight:!1,indent:2,maxDepth:1/0,maxWidth:1/0,min:!1,plugins:[],printBasicPrototype:!0,printFunctionName:!0,theme:re});e.DEFAULT_OPTIONS=G;function V(s){if(Object.keys(s).forEach($=>{if(!Object.prototype.hasOwnProperty.call(G,$))throw new Error(`pretty-format: Unknown option "${$}".`)}),s.min&&s.indent!==void 0&&s.indent!==0)throw new Error('pretty-format: Options "min" and "indent" cannot be used together.');if(s.theme!==void 0){if(s.theme===null)throw new Error('pretty-format: Option "theme" must not be null.');if(typeof s.theme!="object")throw new Error(`pretty-format: Option "theme" must be of type "object" but instead received "${typeof s.theme}".`)}}var Z=s=>j.reduce(($,D)=>{let W=s.theme&&s.theme[D]!==void 0?s.theme[D]:re[D],U=W&&t.default[W];if(U&&typeof U.close=="string"&&typeof U.open=="string")$[D]=U;else throw new Error(`pretty-format: Option "theme" has a key "${D}" whose value "${W}" is undefined in ansi-styles.`);return $},Object.create(null)),ne=()=>j.reduce((s,$)=>(s[$]={close:"",open:""},s),Object.create(null)),Q=s=>(s==null?void 0:s.printFunctionName)??G.printFunctionName,ee=s=>(s==null?void 0:s.escapeRegex)??G.escapeRegex,ae=s=>(s==null?void 0:s.escapeString)??G.escapeString,oe=s=>({callToJSON:(s==null?void 0:s.callToJSON)??G.callToJSON,colors:s!=null&&s.highlight?Z(s):ne(),compareKeys:typeof(s==null?void 0:s.compareKeys)=="function"||(s==null?void 0:s.compareKeys)===null?s.compareKeys:G.compareKeys,escapeRegex:ee(s),escapeString:ae(s),indent:s!=null&&s.min?"":X((s==null?void 0:s.indent)??G.indent),maxDepth:(s==null?void 0:s.maxDepth)??G.maxDepth,maxWidth:(s==null?void 0:s.maxWidth)??G.maxWidth,min:(s==null?void 0:s.min)??G.min,plugins:(s==null?void 0:s.plugins)??G.plugins,printBasicPrototype:(s==null?void 0:s.printBasicPrototype)??!0,printFunctionName:Q(s),spacingInner:s!=null&&s.min?" ":` +`,spacingOuter:s!=null&&s.min?"":` +`});function X(s){return new Array(s+1).join(" ")}function te(s,$){if($&&(V($),$.plugins)){let W=v($.plugins,s);if(W!==null)return L(W,s,oe($),"",0,[])}let D=N(s,Q($),ee($),ae($));return D!==null?D:z(s,oe($),"",0,[])}var se={AsymmetricMatcher:o.default,DOMCollection:a.default,DOMElement:m.default,Immutable:n.default,ReactElement:i.default,ReactTestComponent:l.default};e.plugins=se;var le=te;e.default=le}}),vt=ue({"../../node_modules/diff-sequences/build/index.js"(e){Object.defineProperty(e,"__esModule",{value:!0}),e.default=b;var t="diff-sequences",r=0,o=(p,y,_,O,S)=>{let P=0;for(;p{let P=0;for(;p<=y&&_<=O&&S(y,O);)y-=1,O-=1,P+=1;return P},m=(p,y,_,O,S,P,C)=>{let M=0,R=-p,k=P[M],E=k;P[M]+=o(k+1,y,O+k-R+1,_,S);let N=p{let M=0,R=p,k=P[M],E=k;P[M]-=a(y,k-1,_,O+k-R-1,S);let N=p{let N=O-y,z=_-y,F=S-O-z,L=-F-(p-1),v=-F+(p-1),B=r,re=p{let N=S-_,z=_-y,F=S-O-z,L=F-p,v=F+p,B=r,re=p{let k=O-y,E=S-_,N=_-y,z=S-O,F=z-N,L=N,v=N;if(C[0]=y-1,M[0]=_,F%2===0){let B=(p||F)/2,re=(N+z)/2;for(let j=1;j<=re;j+=1)if(L=m(j,_,S,k,P,C,L),j{if(S-O<_-y){if(P=!P,P&&C.length===1){let{foundSubsequence:ae,isCommon:oe}=C[0];C[1]={foundSubsequence:(X,te,se)=>{ae(X,se,te)},isCommon:(X,te)=>oe(te,X)}}let Q=y,ee=_;y=O,_=S,O=Q,S=ee}let{foundSubsequence:E,isCommon:N}=C[P?1:0];u(p,y,_,O,S,N,M,R,k);let{nChangePreceding:z,aEndPreceding:F,bEndPreceding:L,nCommonPreceding:v,aCommonPreceding:B,bCommonPreceding:re,nCommonFollowing:j,aCommonFollowing:K,bCommonFollowing:G,nChangeFollowing:V,aStartFollowing:Z,bStartFollowing:ne}=k;y{if(typeof y!="number")throw new TypeError(`${t}: ${p} typeof ${typeof y} is not a number`);if(!Number.isSafeInteger(y))throw new RangeError(`${t}: ${p} value ${y} is not a safe integer`);if(y<0)throw new RangeError(`${t}: ${p} value ${y} is a negative integer`)},g=(p,y)=>{let _=typeof y;if(_!=="function")throw new TypeError(`${t}: ${p} typeof ${_} is not a function`)};function b(p,y,_,O){d("aLength",p),d("bLength",y),g("isCommon",_),g("foundSubsequence",O);let S=o(0,p,0,y,_);if(S!==0&&O(S,0,0),p!==S||y!==S){let P=S,C=S,M=a(P,p-1,C,y-1,_),R=p-M,k=y-M,E=S+M;p!==E&&y!==E&&h(0,P,R,C,k,!1,[{foundSubsequence:O,isCommon:_}],[r],[r],{aCommonFollowing:r,aCommonPreceding:r,aEndPreceding:r,aStartFollowing:r,bCommonFollowing:r,bCommonPreceding:r,bEndPreceding:r,bStartFollowing:r,nChangeFollowing:r,nChangePreceding:r,nCommonFollowing:r,nCommonPreceding:r}),M!==0&&O(M,R,k)}}}}),zt=ue({"../../node_modules/loupe/loupe.js"(e,t){(function(r,o){typeof e=="object"&&typeof t<"u"?o(e):typeof define=="function"&&define.amd?define(["exports"],o):(r=typeof globalThis<"u"?globalThis:r||self,o(r.loupe={}))})(e,function(r){function o(c){"@babel/helpers - typeof";return typeof Symbol=="function"&&typeof Symbol.iterator=="symbol"?o=function(f){return typeof f}:o=function(f){return f&&typeof Symbol=="function"&&f.constructor===Symbol&&f!==Symbol.prototype?"symbol":typeof f},o(c)}function a(c,f){return m(c)||n(c,f)||i(c,f)||u()}function m(c){if(Array.isArray(c))return c}function n(c,f){if(!(typeof Symbol>"u"||!(Symbol.iterator in Object(c)))){var w=[],A=!0,I=!1,x=void 0;try{for(var Y=c[Symbol.iterator](),q;!(A=(q=Y.next()).done)&&(w.push(q.value),!(f&&w.length===f));A=!0);}catch(ce){I=!0,x=ce}finally{try{!A&&Y.return!=null&&Y.return()}finally{if(I)throw x}}return w}}function i(c,f){if(c){if(typeof c=="string")return l(c,f);var w=Object.prototype.toString.call(c).slice(8,-1);if(w==="Object"&&c.constructor&&(w=c.constructor.name),w==="Map"||w==="Set")return Array.from(c);if(w==="Arguments"||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(w))return l(c,f)}}function l(c,f){(f==null||f>c.length)&&(f=c.length);for(var w=0,A=new Array(f);w0&&arguments[0]!==void 0?arguments[0]:{},f=c.showHidden,w=f===void 0?!1:f,A=c.depth,I=A===void 0?2:A,x=c.colors,Y=x===void 0?!1:x,q=c.customInspect,ce=q===void 0?!0:q,ie=c.showProxy,pe=ie===void 0?!1:ie,_e=c.maxArrayLength,ve=_e===void 0?1/0:_e,Pe=c.breakLength,Oe=Pe===void 0?1/0:Pe,Te=c.seen,lr=Te===void 0?[]:Te,pt=c.truncate,sr=pt===void 0?1/0:pt,gt=c.stylize,fr=gt===void 0?String:gt,ze={showHidden:!!w,depth:Number(I),colors:!!Y,customInspect:!!ce,showProxy:!!pe,maxArrayLength:Number(ve),breakLength:Number(Oe),truncate:Number(sr),seen:lr,stylize:fr};return ze.colors&&(ze.stylize=b),ze}function y(c,f){var w=arguments.length>2&&arguments[2]!==void 0?arguments[2]:g;c=String(c);var A=w.length,I=c.length;return A>f&&I>A?w:I>f&&I>A?"".concat(c.slice(0,f-A)).concat(w):c}function _(c,f,w){var A=arguments.length>3&&arguments[3]!==void 0?arguments[3]:", ";w=w||f.inspect;var I=c.length;if(I===0)return"";for(var x=f.truncate,Y="",q="",ce="",ie=0;iex&&Y.length+ce.length<=x||!pe&&!_e&&Te>x||(q=pe?"":w(c[ie+1],f)+(_e?"":A),!pe&&_e&&Te>x&&Oe+q.length>x))break;if(Y+=Pe,!pe&&!_e&&Oe+q.length>=x){ce="".concat(g,"(").concat(c.length-ie-1,")");break}ce=""}return"".concat(Y).concat(ce)}function O(c){return c.match(/^[a-zA-Z_][a-zA-Z_0-9]*$/)?c:JSON.stringify(c).replace(/'/g,"\\'").replace(/\\"/g,'"').replace(/(^"|"$)/g,"'")}function S(c,f){var w=a(c,2),A=w[0],I=w[1];return f.truncate-=2,typeof A=="string"?A=O(A):typeof A!="number"&&(A="[".concat(f.inspect(A,f),"]")),f.truncate-=A.length,I=f.inspect(I,f),"".concat(A,": ").concat(I)}function P(c,f){var w=Object.keys(c).slice(c.length);if(!c.length&&!w.length)return"[]";f.truncate-=4;var A=_(c,f);f.truncate-=A.length;var I="";return w.length&&(I=_(w.map(function(x){return[x,c[x]]}),f,S)),"[ ".concat(A).concat(I?", ".concat(I):""," ]")}var C=Function.prototype.toString,M=/\s*function(?:\s|\s*\/\*[^(?:*\/)]+\*\/\s*)*([^\s\(\/]+)/;function R(c){if(typeof c!="function")return null;var f="";if(typeof Function.prototype.name>"u"&&typeof c.name>"u"){var w=C.call(c).match(M);w&&(f=w[1])}else f=c.name;return f}var k=R,E=function(c){return typeof Buffer=="function"&&c instanceof Buffer?"Buffer":c[Symbol.toStringTag]?c[Symbol.toStringTag]:k(c.constructor)};function N(c,f){var w=E(c);f.truncate-=w.length+4;var A=Object.keys(c).slice(c.length);if(!c.length&&!A.length)return"".concat(w,"[]");for(var I="",x=0;x ").concat(I)}function v(c){var f=[];return c.forEach(function(w,A){f.push([A,w])}),f}function B(c,f){var w=c.size-1;return w<=0?"Map{}":(f.truncate-=7,"Map{ ".concat(_(v(c),f,L)," }"))}var re=Number.isNaN||function(c){return c!==c};function j(c,f){return re(c)?f.stylize("NaN","number"):c===1/0?f.stylize("Infinity","number"):c===-1/0?f.stylize("-Infinity","number"):c===0?f.stylize(1/c===1/0?"+0":"-0","number"):f.stylize(y(c,f.truncate),"number")}function K(c,f){var w=y(c.toString(),f.truncate-1);return w!==g&&(w+="n"),f.stylize(w,"bigint")}function G(c,f){var w=c.toString().split("/")[2],A=f.truncate-(2+w.length),I=c.source;return f.stylize("/".concat(y(I,A),"/").concat(w),"regexp")}function V(c){var f=[];return c.forEach(function(w){f.push(w)}),f}function Z(c,f){return c.size===0?"Set{}":(f.truncate-=7,"Set{ ".concat(_(V(c),f)," }"))}var ne=new RegExp("['\\u0000-\\u001f\\u007f-\\u009f\\u00ad\\u0600-\\u0604\\u070f\\u17b4\\u17b5\\u200c-\\u200f\\u2028-\\u202f\\u2060-\\u206f\\ufeff\\ufff0-\\uffff]","g"),Q={"\b":"\\b"," ":"\\t","\n":"\\n","\f":"\\f","\r":"\\r","'":"\\'","\\":"\\\\"},ee=16,ae=4;function oe(c){return Q[c]||"\\u".concat("0000".concat(c.charCodeAt(0).toString(ee)).slice(-ae))}function X(c,f){return ne.test(c)&&(c=c.replace(ne,oe)),f.stylize("'".concat(y(c,f.truncate-2),"'"),"string")}function te(c){return"description"in Symbol.prototype?c.description?"Symbol(".concat(c.description,")"):"Symbol()":c.toString()}var se=function(){return"Promise{…}"};try{var le=process.binding("util"),s=le.getPromiseDetails,$=le.kPending,D=le.kRejected;Array.isArray(s(Promise.resolve()))&&(se=function(c,f){var w=s(c),A=a(w,2),I=A[0],x=A[1];return I===$?"Promise{}":"Promise".concat(I===D?"!":"","{").concat(f.inspect(x,f),"}")})}catch{}var W=se;function U(c,f){var w=Object.getOwnPropertyNames(c),A=Object.getOwnPropertySymbols?Object.getOwnPropertySymbols(c):[];if(w.length===0&&A.length===0)return"{}";if(f.truncate-=4,f.seen=f.seen||[],f.seen.indexOf(c)>=0)return"[Circular]";f.seen.push(c);var I=_(w.map(function(q){return[q,c[q]]}),f,S),x=_(A.map(function(q){return[q,c[q]]}),f,S);f.seen.pop();var Y="";return I&&x&&(Y=", "),"{ ".concat(I).concat(Y).concat(x," }")}var T=typeof Symbol<"u"&&Symbol.toStringTag?Symbol.toStringTag:!1;function H(c,f){var w="";return T&&T in c&&(w=c[T]),w=w||k(c.constructor),(!w||w==="_class")&&(w=""),f.truncate-=w.length,"".concat(w).concat(U(c,f))}function J(c,f){return c.length===0?"Arguments[]":(f.truncate-=13,"Arguments[ ".concat(_(c,f)," ]"))}var me=["stack","line","column","name","message","fileName","lineNumber","columnNumber","number","description"];function tr(c,f){var w=Object.getOwnPropertyNames(c).filter(function(Y){return me.indexOf(Y)===-1}),A=c.name;f.truncate-=A.length;var I="";typeof c.message=="string"?I=y(c.message,f.truncate):w.unshift("message"),I=I?": ".concat(I):"",f.truncate-=I.length+5;var x=_(w.map(function(Y){return[Y,c[Y]]}),f,S);return"".concat(A).concat(I).concat(x?" { ".concat(x," }"):"")}function rr(c,f){var w=a(c,2),A=w[0],I=w[1];return f.truncate-=3,I?"".concat(f.stylize(A,"yellow"),"=").concat(f.stylize('"'.concat(I,'"'),"string")):"".concat(f.stylize(A,"yellow"))}function xe(c,f){return _(c,f,lt,` +`)}function lt(c,f){var w=c.getAttributeNames(),A=c.tagName.toLowerCase(),I=f.stylize("<".concat(A),"special"),x=f.stylize(">","special"),Y=f.stylize(""),"special");f.truncate-=A.length*2+5;var q="";w.length>0&&(q+=" ",q+=_(w.map(function(pe){return[pe,c.getAttribute(pe)]}),f,rr," ")),f.truncate-=q.length;var ce=f.truncate,ie=xe(c.children,f);return ie&&ie.length>ce&&(ie="".concat(g,"(").concat(c.children.length,")")),"".concat(I).concat(q).concat(x).concat(ie).concat(Y)}var nr=typeof Symbol=="function"&&typeof Symbol.for=="function",$e=nr?Symbol.for("chai/inspect"):"@@chai/inspect",be=!1;try{var st=kr("util");be=st.inspect?st.inspect.custom:!1}catch{be=!1}function ft(){this.key="chai/loupe__"+Math.random()+Date.now()}ft.prototype={get:function(c){return c[this.key]},has:function(c){return this.key in c},set:function(c,f){Object.isExtensible(c)&&Object.defineProperty(c,this.key,{value:f,configurable:!0})}};var je=new(typeof WeakMap=="function"?WeakMap:ft),Fe={},mt={undefined:function(c,f){return f.stylize("undefined","undefined")},null:function(c,f){return f.stylize(null,"null")},boolean:function(c,f){return f.stylize(c,"boolean")},Boolean:function(c,f){return f.stylize(c,"boolean")},number:j,Number:j,bigint:K,BigInt:K,string:X,String:X,function:F,Function:F,symbol:te,Symbol:te,Array:P,Date:z,Map:B,Set:Z,RegExp:G,Promise:W,WeakSet:function(c,f){return f.stylize("WeakSet{…}","special")},WeakMap:function(c,f){return f.stylize("WeakMap{…}","special")},Arguments:J,Int8Array:N,Uint8Array:N,Uint8ClampedArray:N,Int16Array:N,Uint16Array:N,Int32Array:N,Uint32Array:N,Float32Array:N,Float64Array:N,Generator:function(){return""},DataView:function(){return""},ArrayBuffer:function(){return""},Error:tr,HTMLCollection:xe,NodeList:xe},ir=function(c,f,w){return $e in c&&typeof c[$e]=="function"?c[$e](f):be&&be in c&&typeof c[be]=="function"?c[be](f.depth,f):"inspect"in c&&typeof c.inspect=="function"?c.inspect(f.depth,f):"constructor"in c&&je.has(c.constructor)?je.get(c.constructor)(c,f):Fe[w]?Fe[w](c,f):""},or=Object.prototype.toString;function De(c,f){f=p(f),f.inspect=De;var w=f,A=w.customInspect,I=c===null?"null":o(c);if(I==="object"&&(I=or.call(c).slice(8,-1)),mt[I])return mt[I](c,f);if(A&&c){var x=ir(c,f,I);if(x)return typeof x=="string"?x:De(x,f)}var Y=c?Object.getPrototypeOf(c):!1;return Y===Object.prototype||Y===null?U(c,f):c&&typeof HTMLElement=="function"&&c instanceof HTMLElement?lt(c,f):"constructor"in c?c.constructor!==Object?H(c,f):U(c,f):c===Object(c)?U(c,f):f.stylize(String(c),I)}function cr(c,f){return je.has(c)?!1:(je.set(c,f),!0)}function ur(c,f){return c in Fe?!1:(Fe[c]=f,!0)}var ar=$e;r.custom=ar,r.default=De,r.inspect=De,r.registerConstructor=cr,r.registerStringTag=ur,Object.defineProperty(r,"__esModule",{value:!0})})}}),he=de(nt(),1),yt=de(vt(),1),Wr=Symbol("vitest:SAFE_COLORS"),Yr={bold:["\x1B[1m","\x1B[22m","\x1B[22m\x1B[1m"],dim:["\x1B[2m","\x1B[22m","\x1B[22m\x1B[2m"],italic:["\x1B[3m","\x1B[23m"],underline:["\x1B[4m","\x1B[24m"],inverse:["\x1B[7m","\x1B[27m"],hidden:["\x1B[8m","\x1B[28m"],strikethrough:["\x1B[9m","\x1B[29m"],black:["\x1B[30m","\x1B[39m"],red:["\x1B[31m","\x1B[39m"],green:["\x1B[32m","\x1B[39m"],yellow:["\x1B[33m","\x1B[39m"],blue:["\x1B[34m","\x1B[39m"],magenta:["\x1B[35m","\x1B[39m"],cyan:["\x1B[36m","\x1B[39m"],white:["\x1B[37m","\x1B[39m"],gray:["\x1B[90m","\x1B[39m"],bgBlack:["\x1B[40m","\x1B[49m"],bgRed:["\x1B[41m","\x1B[49m"],bgGreen:["\x1B[42m","\x1B[49m"],bgYellow:["\x1B[43m","\x1B[49m"],bgBlue:["\x1B[44m","\x1B[49m"],bgMagenta:["\x1B[45m","\x1B[49m"],bgCyan:["\x1B[46m","\x1B[49m"],bgWhite:["\x1B[47m","\x1B[49m"]},Gr=Object.entries(Yr);function it(e){return String(e)}it.open="";it.close="";var qr=Gr.reduce((e,[t])=>(e[t]=it,e),{isColorSupported:!1});function Kr(){return globalThis[Wr]||qr}function ht(e){if(e===void 0)return"undefined";if(e===null)return"null";if(Array.isArray(e))return"array";if(typeof e=="boolean")return"boolean";if(typeof e=="function")return"function";if(typeof e=="number")return"number";if(typeof e=="string")return"string";if(typeof e=="bigint")return"bigint";if(typeof e=="object"){if(e!=null){if(e.constructor===RegExp)return"regexp";if(e.constructor===Map)return"map";if(e.constructor===Set)return"set";if(e.constructor===Date)return"date"}return"object"}else if(typeof e=="symbol")return"symbol";throw new Error(`value of unknown type: ${e}`)}var Ce=-1,Me=1,Be=0,Re=class{constructor(e,t){Ue(this,0);Ue(this,1);this[0]=e,this[1]=t}},Ut="Compared values have no visual difference.",Vr="Compared values serialize to the same structure.\nPrinting internal object structure without calling `toJSON` instead.";function Hr(e,t){return e.replace(/\s+$/,r=>t(r))}function ot(e,t,r,o,a,m){return e.length!==0?r(`${o} ${Hr(e,a)}`):o!==" "?r(o):t&&m.length!==0?r(`${o} ${m}`):""}function Wt(e,t,{aColor:r,aIndicator:o,changeLineTrailingSpaceColor:a,emptyFirstOrLastLinePlaceholder:m}){return ot(e,t,r,o,a,m)}function Yt(e,t,{bColor:r,bIndicator:o,changeLineTrailingSpaceColor:a,emptyFirstOrLastLinePlaceholder:m}){return ot(e,t,r,o,a,m)}function Gt(e,t,{commonColor:r,commonIndicator:o,commonLineTrailingSpaceColor:a,emptyFirstOrLastLinePlaceholder:m}){return ot(e,t,r,o,a,m)}function _t(e,t,r,o,{patchColor:a}){return a(`@@ -${e+1},${t-e} +${r+1},${o-r} @@`)}function Jr(e,t){let r=e.length,o=t.contextLines,a=o+o,m=r,n=!1,i=0,l=0;for(;l!==r;){let C=l;for(;l!==r&&e[l][0]===Be;)l+=1;if(C!==l)if(C===0)l>o&&(m-=l-o,n=!0);else if(l===r){let M=l-C;M>o&&(m-=M-o,n=!0)}else{let M=l-C;M>a&&(m-=M-a,i+=1)}for(;l!==r&&e[l][0]!==Be;)l+=1}let u=i!==0||n;i!==0?m+=i+1:n&&(m+=1);let h=m-1,d=[],g=0;u&&d.push("");let b=0,p=0,y=0,_=0,O=C=>{let M=d.length;d.push(Gt(C,M===0||M===h,t)),y+=1,_+=1},S=C=>{let M=d.length;d.push(Wt(C,M===0||M===h,t)),y+=1},P=C=>{let M=d.length;d.push(Yt(C,M===0||M===h,t)),_+=1};for(l=0;l!==r;){let C=l;for(;l!==r&&e[l][0]===Be;)l+=1;if(C!==l)if(C===0){l>o&&(C=l-o,b=C,p=C,y=b,_=p);for(let M=C;M!==l;M+=1)O(e[M][1])}else if(l===r){let M=l-C>o?C+o:l;for(let R=C;R!==M;R+=1)O(e[R][1])}else{let M=l-C;if(M>a){let R=C+o;for(let E=C;E!==R;E+=1)O(e[E][1]);d[g]=_t(b,y,p,_,t),g=d.length,d.push("");let k=M-a;b=y+k,p=_+k,y=b,_=p;for(let E=l-o;E!==l;E+=1)O(e[E][1])}else for(let R=C;R!==l;R+=1)O(e[R][1])}for(;l!==r&&e[l][0]===Ce;)S(e[l][1]),l+=1;for(;l!==r&&e[l][0]===Me;)P(e[l][1]),l+=1}return u&&(d[g]=_t(b,y,p,_,t)),d.join(` +`)}function Xr(e,t){return e.map((r,o,a)=>{let m=r[1],n=o===0||o===a.length-1;switch(r[0]){case Ce:return Wt(m,n,t);case Me:return Yt(m,n,t);default:return Gt(m,n,t)}}).join(` +`)}var dt=e=>e,qt=5;function Zr(){let e=Kr();return{aAnnotation:"Expected",aColor:e.green,aIndicator:"-",bAnnotation:"Received",bColor:e.red,bIndicator:"+",changeColor:e.inverse,changeLineTrailingSpaceColor:dt,commonColor:e.dim,commonIndicator:" ",commonLineTrailingSpaceColor:dt,compareKeys:void 0,contextLines:qt,emptyFirstOrLastLinePlaceholder:"",expand:!0,includeChangeCounts:!1,omitAnnotationLines:!1,patchColor:e.yellow}}function Qr(e){return e&&typeof e=="function"?e:void 0}function en(e){return typeof e=="number"&&Number.isSafeInteger(e)&&e>=0?e:qt}function Ne(e={}){return{...Zr(),...e,compareKeys:Qr(e.compareKeys),contextLines:en(e.contextLines)}}function Se(e){return e.length===1&&e[0].length===0}function tn(e){let t=0,r=0;return e.forEach(o=>{switch(o[0]){case Ce:t+=1;break;case Me:r+=1;break}}),{a:t,b:r}}function rn({aAnnotation:e,aColor:t,aIndicator:r,bAnnotation:o,bColor:a,bIndicator:m,includeChangeCounts:n,omitAnnotationLines:i},l){if(i)return"";let u="",h="";if(n){let b=String(l.a),p=String(l.b),y=o.length-e.length,_=" ".repeat(Math.max(0,y)),O=" ".repeat(Math.max(0,-y)),S=p.length-b.length,P=" ".repeat(Math.max(0,S)),C=" ".repeat(Math.max(0,-S));u=`${_} ${r} ${P}${b}`,h=`${O} ${m} ${C}${p}`}let d=`${r} ${e}${u}`,g=`${m} ${o}${h}`;return`${t(d)} +${a(g)} + +`}function Kt(e,t){return rn(t,tn(e))+(t.expand?Xr(e,t):Jr(e,t))}function ct(e,t,r){return Kt(Vt(Se(e)?[]:e,Se(t)?[]:t),Ne(r))}function nn(e,t,r,o,a){if(Se(e)&&Se(r)&&(e=[],r=[]),Se(t)&&Se(o)&&(t=[],o=[]),e.length!==r.length||t.length!==o.length)return ct(e,t,a);let m=Vt(r,o),n=0,i=0;return m.forEach(l=>{switch(l[0]){case Ce:l[1]=e[n],n+=1;break;case Me:l[1]=t[i],i+=1;break;default:l[1]=t[i],n+=1,i+=1}}),Kt(m,Ne(a))}function Vt(e,t){let r=e.length,o=t.length,a=(u,h)=>e[u]===t[h],m=[],n=0,i=0,l=(u,h,d)=>{for(;n!==h;n+=1)m.push(new Re(Ce,e[n]));for(;i!==d;i+=1)m.push(new Re(Me,t[i]));for(;u!==0;u-=1,n+=1,i+=1)m.push(new Re(Be,t[i]))};for((yt.default.default||yt.default)(r,o,a,l);n!==r;n+=1)m.push(new Re(Ce,e[n]));for(;i!==o;i+=1)m.push(new Re(Me,t[i]));return m}function Ve(e,t){let{commonColor:r}=Ne(t);return r(e)}var{AsymmetricMatcher:on,DOMCollection:cn,DOMElement:un,Immutable:an,ReactElement:ln,ReactTestComponent:sn}=he.plugins,Ht=[sn,ln,un,cn,an,on],He={plugins:Ht},Jt={callToJSON:!1,maxDepth:10,plugins:Ht};function fn(e,t,r){if(Object.is(e,t))return"";let o=ht(e),a=o,m=!1;if(o==="object"&&typeof e.asymmetricMatch=="function"){if(e.$$typeof!==Symbol.for("jest.asymmetricMatcher")||typeof e.getExpectedType!="function")return null;a=e.getExpectedType(),m=a==="string"}if(a!==ht(t)){let{aAnnotation:n,aColor:i,aIndicator:l,bAnnotation:u,bColor:h,bIndicator:d}=Ne(r),g=Je(Jt,r),b=(0,he.format)(e,g),p=(0,he.format)(t,g),y=`${i(`${l} ${n}:`)} +${b}`,_=`${h(`${d} ${u}:`)} +${p}`;return`${y} + +${_}`}if(m)return null;switch(o){case"string":return ct(e.split(` +`),t.split(` +`),r);case"boolean":case"number":return mn(e,t,r);case"map":return Ye(bt(e),bt(t),r);case"set":return Ye(Ot(e),Ot(t),r);default:return Ye(e,t,r)}}function mn(e,t,r){let o=(0,he.format)(e,He),a=(0,he.format)(t,He);return o===a?"":ct(o.split(` +`),a.split(` +`),r)}function bt(e){return new Map(Array.from(e.entries()).sort())}function Ot(e){return new Set(Array.from(e.values()).sort())}function Ye(e,t,r){let o,a=!1;try{let n=Je(He,r);o=Et(e,t,n,r)}catch{a=!0}let m=Ve(Ut,r);if(o===void 0||o===m){let n=Je(Jt,r);o=Et(e,t,n,r),o!==m&&!a&&(o=`${Ve(Vr,r)} + +${o}`)}return o}function Je(e,t){let{compareKeys:r}=Ne(t);return{...e,compareKeys:r}}function Et(e,t,r,o){let a={...r,indent:0},m=(0,he.format)(e,a),n=(0,he.format)(t,a);if(m===n)return Ve(Ut,o);{let i=(0,he.format)(e,r),l=(0,he.format)(t,r);return nn(i.split(` +`),l.split(` +`),m.split(` +`),n.split(` +`),o)}}var Xe=de(nt(),1),pn=de(zt(),1),{AsymmetricMatcher:gn,DOMCollection:yn,DOMElement:hn,Immutable:_n,ReactElement:dn,ReactTestComponent:bn}=Xe.plugins,St=[bn,dn,hn,yn,_n,gn];function Ze(e,t=10,{maxLength:r,...o}={}){let a=r??1e4,m;try{m=(0,Xe.format)(e,{maxDepth:t,escapeString:!1,plugins:St,...o})}catch{m=(0,Xe.format)(e,{callToJSON:!1,maxDepth:t,escapeString:!1,plugins:St,...o})}return m.length>=a&&t>1?Ze(e,Math.floor(t/2)):m}var On=/%[sdjifoOcj%]/g;function En(...e){if(typeof e[0]!="string"){let m=[];for(let n=0;n{if(m==="%%")return"%";if(r>=t)return m;switch(m){case"%s":{let n=e[r++];return typeof n=="bigint"?`${n.toString()}n`:typeof n=="number"&&n===0&&1/n<0?"-0":typeof n=="object"&&n!==null?Ie(n,{depth:0,colors:!1,compact:3}):String(n)}case"%d":{let n=e[r++];return typeof n=="bigint"?`${n.toString()}n`:Number(n).toString()}case"%i":{let n=e[r++];return typeof n=="bigint"?`${n.toString()}n`:Number.parseInt(String(n)).toString()}case"%f":return Number.parseFloat(String(e[r++])).toString();case"%o":return Ie(e[r++],{showHidden:!0,showProxy:!0});case"%O":return Ie(e[r++]);case"%c":return r++,"";case"%j":try{return JSON.stringify(e[r++])}catch(n){let i=n.message;if(i.includes("circular structure")||i.includes("cyclic structures")||i.includes("cyclic object"))return"[Circular]";throw n}default:return m}});for(let m=e[r];rt.add(o);Object.getOwnPropertyNames(e).forEach(r),Object.getOwnPropertySymbols(e).forEach(r)}function Xt(e){let t=new Set;return Sn(e)?[]:(wn(e,t),Array.from(t))}var Zt={forceWritable:!1};function wt(e,t=Zt){return et(e,new WeakMap,t)}function et(e,t,r=Zt){let o,a;if(t.has(e))return t.get(e);if(Array.isArray(e)){for(a=Array(o=e.length),t.set(e,a);o--;)a[o]=et(e[o],t);return a}if(Object.prototype.toString.call(e)==="[object Object]"){a=Object.create(Object.getPrototypeOf(e)),t.set(e,a);let m=Xt(e);for(let n of m){let i=Object.getOwnPropertyDescriptor(e,n);if(!i)continue;let l=et(e[n],t);"get"in i?Object.defineProperty(a,n,{...i,get(){return l}}):Object.defineProperty(a,n,{...i,writable:r.forceWritable?!0:i.writable,value:l})}return a}return e}de(nt(),1);de(vt(),1);de(zt(),1);var Cn="@@__IMMUTABLE_RECORD__@@",Mn="@@__IMMUTABLE_ITERABLE__@@";function Pn(e){return e&&(e[Mn]||e[Cn])}var Tn=Object.getPrototypeOf({});function Ct(e){return e instanceof Error?`: ${e.message}`:typeof e=="string"?`: ${e}`:""}function ke(e,t=new WeakMap){if(!e||typeof e=="string")return e;if(typeof e=="function")return`Function<${e.name||"anonymous"}>`;if(typeof e=="symbol")return e.toString();if(typeof e!="object")return e;if(Pn(e))return ke(e.toJSON(),t);if(e instanceof Promise||e.constructor&&e.constructor.prototype==="AsyncFunction")return"Promise";if(typeof Element<"u"&&e instanceof Element)return e.tagName;if(typeof e.asymmetricMatch=="function")return`${e.toString()} ${En(e.sample)}`;if(t.has(e))return t.get(e);if(Array.isArray(e)){let r=new Array(e.length);return t.set(e,r),e.forEach((o,a)=>{try{r[a]=ke(o,t)}catch(m){r[a]=Ct(m)}}),r}else{let r=Object.create(null);t.set(e,r);let o=e;for(;o&&o!==Tn;)Object.getOwnPropertyNames(o).forEach(a=>{if(!(a in r))try{r[a]=ke(e[a],t)}catch(m){delete r[a],r[a]=Ct(m)}}),o=Object.getPrototypeOf(o);return r}}function Mt(e){return e.replace(/__vite_ssr_import_\d+__\./g,"")}function An(e,t){if(!e||typeof e!="object")return{message:e};if(e.stack&&(e.stackStr=String(e.stack)),e.name&&(e.nameStr=String(e.name)),e.showDiff||e.showDiff===void 0&&e.expected!==void 0&&e.actual!==void 0){let r=wt(e.actual,{forceWritable:!0}),o=wt(e.expected,{forceWritable:!0}),{replacedActual:a,replacedExpected:m}=Qt(r,o);e.diff=fn(m,a,t)}typeof e.expected!="string"&&(e.expected=Ze(e.expected,10)),typeof e.actual!="string"&&(e.actual=Ze(e.actual,10));try{typeof e.message=="string"&&(e.message=Mt(e.message)),typeof e.cause=="object"&&typeof e.cause.message=="string"&&(e.cause.message=Mt(e.cause.message))}catch{}try{return ke(e)}catch(r){return ke(new Error(`Failed to fully serialize error: ${r==null?void 0:r.message} +Inner error message: ${e==null?void 0:e.message}`))}}function Pt(e){return Qe(e)==="Object"&&typeof e.asymmetricMatch=="function"}function Tt(e,t){let r=Qe(e),o=Qe(t);return r===o&&r==="Object"}function Qt(e,t,r=new WeakSet,o=new WeakSet){return Tt(e,t)?r.has(e)||o.has(t)?{replacedActual:e,replacedExpected:t}:(r.add(e),o.add(t),Xt(t).forEach(a=>{let m=t[a],n=e[a];if(Pt(m))m.asymmetricMatch(n)&&(e[a]=m);else if(Pt(n))n.asymmetricMatch(m)&&(t[a]=n);else if(Tt(n,m)){let i=Qt(n,m,r,o);e[a]=i.replacedActual,t[a]=i.replacedExpected}}),{replacedActual:e,replacedExpected:t}):{replacedActual:e,replacedExpected:t}}var Rn=(e=>(e.DONE="done",e.ERROR="error",e.ACTIVE="active",e.WAITING="waiting",e))(Rn||{}),ge={CALL:"storybook/instrumenter/call",SYNC:"storybook/instrumenter/sync",START:"storybook/instrumenter/start",BACK:"storybook/instrumenter/back",GOTO:"storybook/instrumenter/goto",NEXT:"storybook/instrumenter/next",END:"storybook/instrumenter/end"},At={start:!1,back:!1,goto:!1,next:!1,end:!1},Rt=new Error("This function ran after the play function completed. Did you forget to `await` it?"),It=e=>Object.prototype.toString.call(e)==="[object Object]",In=e=>Object.prototype.toString.call(e)==="[object Module]",kn=e=>{if(!It(e)&&!In(e))return!1;if(e.constructor===void 0)return!0;let t=e.constructor.prototype;return!!It(t)},Nn=e=>{try{return new e.constructor}catch{return{}}},Ge=()=>({renderPhase:void 0,isDebugging:!1,isPlaying:!1,isLocked:!1,cursor:0,calls:[],shadowCalls:[],callRefsByResult:new Map,chainedCallIds:new Set,ancestors:[],playUntil:void 0,resolvers:{},syncTimeout:void 0}),kt=(e,t=!1)=>{let r=(t?e.shadowCalls:e.calls).filter(a=>a.retain);if(!r.length)return;let o=new Map(Array.from(e.callRefsByResult.entries()).filter(([,a])=>a.retain));return{cursor:r.length,calls:r,callRefsByResult:o}},$n=class{constructor(){this.initialized=!1,this.channel=Dt.getChannel(),this.state=fe.window.parent.__STORYBOOK_ADDON_INTERACTIONS_INSTRUMENTER_STATE__||{};let e=({storyId:n,isPlaying:i=!0,isDebugging:l=!1})=>{let u=this.getState(n);this.setState(n,{...Ge(),...kt(u,l),shadowCalls:l?u.shadowCalls:[],chainedCallIds:l?u.chainedCallIds:new Set,playUntil:l?u.playUntil:void 0,isPlaying:i,isDebugging:l}),this.sync(n)};this.channel.on(Ke,e),this.channel.on(Bt,({storyId:n,newPhase:i})=>{let{isDebugging:l}=this.getState(n);this.setState(n,{renderPhase:i}),i==="preparing"&&l&&e({storyId:n}),i==="playing"&&e({storyId:n,isDebugging:l}),i==="played"&&this.setState(n,{isLocked:!1,isPlaying:!1,isDebugging:!1}),i==="errored"&&this.setState(n,{isLocked:!1,isPlaying:!1})}),this.channel.on(wr,()=>{this.initialized?this.cleanup():this.initialized=!0});let t=({storyId:n,playUntil:i})=>{this.getState(n).isDebugging||this.setState(n,({calls:u})=>({calls:[],shadowCalls:u.map(h=>({...h,status:"waiting"})),isDebugging:!0}));let l=this.getLog(n);this.setState(n,({shadowCalls:u})=>{var d;if(i||!l.length)return{playUntil:i};let h=u.findIndex(g=>g.id===l[0].callId);return{playUntil:(d=u.slice(0,h).filter(g=>g.interceptable&&!g.ancestors.length).slice(-1)[0])==null?void 0:d.id}}),this.channel.emit(Ke,{storyId:n,isDebugging:!0})},r=({storyId:n})=>{var u;let i=this.getLog(n).filter(h=>!h.ancestors.length),l=i.reduceRight((h,d,g)=>h>=0||d.status==="waiting"?h:g,-1);t({storyId:n,playUntil:(u=i[l-1])==null?void 0:u.callId})},o=({storyId:n,callId:i})=>{var b;let{calls:l,shadowCalls:u,resolvers:h}=this.getState(n),d=l.find(({id:p})=>p===i),g=u.find(({id:p})=>p===i);if(!d&&g&&Object.values(h).length>0){let p=(b=this.getLog(n).find(y=>y.status==="waiting"))==null?void 0:b.callId;g.id!==p&&this.setState(n,{playUntil:g.id}),Object.values(h).forEach(y=>y())}else t({storyId:n,playUntil:i})},a=({storyId:n})=>{var l;let{resolvers:i}=this.getState(n);if(Object.values(i).length>0)Object.values(i).forEach(u=>u());else{let u=(l=this.getLog(n).find(h=>h.status==="waiting"))==null?void 0:l.callId;u?t({storyId:n,playUntil:u}):m({storyId:n})}},m=({storyId:n})=>{this.setState(n,{playUntil:void 0,isDebugging:!1}),Object.values(this.getState(n).resolvers).forEach(i=>i())};this.channel.on(ge.START,t),this.channel.on(ge.BACK,r),this.channel.on(ge.GOTO,o),this.channel.on(ge.NEXT,a),this.channel.on(ge.END,m)}getState(e){return this.state[e]||Ge()}setState(e,t){let r=this.getState(e),o=typeof t=="function"?t(r):t;this.state={...this.state,[e]:{...r,...o}},fe.window.parent.__STORYBOOK_ADDON_INTERACTIONS_INSTRUMENTER_STATE__=this.state}cleanup(){this.state=Object.entries(this.state).reduce((t,[r,o])=>{let a=kt(o);return a&&(t[r]=Object.assign(Ge(),a)),t},{});let e={controlStates:At,logItems:[]};this.channel.emit(ge.SYNC,e),fe.window.parent.__STORYBOOK_ADDON_INTERACTIONS_INSTRUMENTER_STATE__=this.state}getLog(e){let{calls:t,shadowCalls:r}=this.getState(e),o=[...r];t.forEach((m,n)=>{o[n]=m});let a=new Set;return o.reduceRight((m,n)=>(n.args.forEach(i=>{i!=null&&i.__callId__&&a.add(i.__callId__)}),n.path.forEach(i=>{i.__callId__&&a.add(i.__callId__)}),(n.interceptable||n.exception)&&!a.has(n.id)&&(m.unshift({callId:n.id,status:n.status,ancestors:n.ancestors}),a.add(n.id)),m),[])}instrument(e,t,r=0){if(!kn(e))return e;let{mutate:o=!1,path:a=[]}=t,m=t.getKeys?t.getKeys(e,r):Object.keys(e);return r+=1,m.reduce((n,i)=>{let l=jn(e,i);if(typeof(l==null?void 0:l.get)=="function"){let h=()=>{var d,g;return(g=(d=l==null?void 0:l.get)==null?void 0:d.bind(e))==null?void 0:g()};return Object.defineProperty(n,i,{get:()=>this.instrument(h(),{...t,path:a.concat(i)},r)}),n}let u=e[i];return typeof u!="function"?(n[i]=this.instrument(u,{...t,path:a.concat(i)},r),n):"__originalFn__"in u&&typeof u.__originalFn__=="function"?(n[i]=u,n):(n[i]=(...h)=>this.track(i,u,e,h,t),n[i].__originalFn__=u,Object.defineProperty(n[i],"name",{value:i,writable:!1}),Object.keys(u).length>0&&Object.assign(n[i],this.instrument({...u},{...t,path:a.concat(i)},r)),n)},o?e:Nn(e))}track(e,t,r,o,a){var y,_,O,S;let m=((y=o==null?void 0:o[0])==null?void 0:y.__storyId__)||((S=(O=(_=fe.__STORYBOOK_PREVIEW__)==null?void 0:_.selectionStore)==null?void 0:O.selection)==null?void 0:S.storyId),{cursor:n,ancestors:i}=this.getState(m);this.setState(m,{cursor:n+1});let l=`${i.slice(-1)[0]||m} [${n}] ${e}`,{path:u=[],intercept:h=!1,retain:d=!1}=a,g=typeof h=="function"?h(e,u):h,b={id:l,cursor:n,storyId:m,ancestors:i,path:u,method:e,args:o,interceptable:g,retain:d},p=(g&&!i.length?this.intercept:this.invoke).call(this,t,r,b,a);return this.instrument(p,{...a,mutate:!0,path:[{__callId__:b.id}]})}intercept(e,t,r,o){let{chainedCallIds:a,isDebugging:m,playUntil:n}=this.getState(r.storyId),i=a.has(r.id);return!m||i||n?(n===r.id&&this.setState(r.storyId,{playUntil:void 0}),this.invoke(e,t,r,o)):new Promise(l=>{this.setState(r.storyId,({resolvers:u})=>({isLocked:!1,resolvers:{...u,[r.id]:l}}))}).then(()=>(this.setState(r.storyId,l=>{let{[r.id]:u,...h}=l.resolvers;return{isLocked:!0,resolvers:h}}),this.invoke(e,t,r,o)))}invoke(e,t,r,o){let{callRefsByResult:a,renderPhase:m}=this.getState(r.storyId),n=u=>{var h,d;if(a.has(u))return a.get(u);if(u instanceof Array)return u.map(n);if(u instanceof Date)return{__date__:{value:u.toISOString()}};if(u instanceof Error){let{name:g,message:b,stack:p}=u;return{__error__:{name:g,message:b,stack:p}}}if(u instanceof RegExp){let{flags:g,source:b}=u;return{__regexp__:{flags:g,source:b}}}if(u instanceof fe.window.HTMLElement){let{prefix:g,localName:b,id:p,classList:y,innerText:_}=u,O=Array.from(y);return{__element__:{prefix:g,localName:b,id:p,classNames:O,innerText:_}}}return typeof u=="function"?{__function__:{name:u.name}}:typeof u=="symbol"?{__symbol__:{description:u.description}}:typeof u=="object"&&((h=u==null?void 0:u.constructor)!=null&&h.name)&&((d=u==null?void 0:u.constructor)==null?void 0:d.name)!=="Object"?{__class__:{name:u.constructor.name}}:Object.prototype.toString.call(u)==="[object Object]"?Object.fromEntries(Object.entries(u).map(([g,b])=>[g,n(b)])):u},i={...r,args:r.args.map(n)};r.path.forEach(u=>{u!=null&&u.__callId__&&this.setState(r.storyId,({chainedCallIds:h})=>({chainedCallIds:new Set(Array.from(h).concat(u.__callId__))}))});let l=u=>{if(u instanceof Error){let{name:h,message:d,stack:g,callId:b=r.id}=u,{showDiff:p=void 0,diff:y=void 0,actual:_=void 0,expected:O=void 0}=An(u),S={name:h,message:d,stack:g,callId:b,showDiff:p,diff:y,actual:_,expected:O};if(this.update({...i,status:"error",exception:S}),this.setState(r.storyId,P=>({callRefsByResult:new Map([...Array.from(P.callRefsByResult.entries()),[u,{__callId__:r.id,retain:r.retain}]])})),r.ancestors.length)throw Object.prototype.hasOwnProperty.call(u,"callId")||Object.defineProperty(u,"callId",{value:r.id}),u;if(u!==Rt)throw Pr.warn(u),Cr}throw u};try{if(m==="played"&&!r.retain)throw Rt;let u=(o.getArgs?o.getArgs(r,this.getState(r.storyId)):r.args).map(d=>typeof d!="function"||Object.keys(d).length?d:(...g)=>{let{cursor:b,ancestors:p}=this.getState(r.storyId);this.setState(r.storyId,{cursor:0,ancestors:[...p,r.id]});let y=()=>this.setState(r.storyId,{cursor:b,ancestors:p}),_=!1;try{let O=d(...g);return O instanceof Promise?(_=!0,O.finally(y)):O}finally{_||y()}}),h=e.apply(t,u);return h&&["object","function","symbol"].includes(typeof h)&&this.setState(r.storyId,d=>({callRefsByResult:new Map([...Array.from(d.callRefsByResult.entries()),[h,{__callId__:r.id,retain:r.retain}]])})),this.update({...i,status:h instanceof Promise?"active":"done"}),h instanceof Promise?h.then(d=>(this.update({...i,status:"done"}),d),l):h}catch(u){return l(u)}}update(e){this.channel.emit(ge.CALL,e),this.setState(e.storyId,({calls:t})=>{let r=t.concat(e).reduce((o,a)=>Object.assign(o,{[a.id]:a}),{});return{calls:Object.values(r).sort((o,a)=>o.id.localeCompare(a.id,void 0,{numeric:!0}))}}),this.sync(e.storyId)}sync(e){let t=()=>{var u;let{isLocked:r,isPlaying:o}=this.getState(e),a=this.getLog(e),m=(u=a.filter(({ancestors:h})=>!h.length).find(h=>h.status==="waiting"))==null?void 0:u.callId,n=a.some(h=>h.status==="active");if(r||n||a.length===0){let h={controlStates:At,logItems:a};this.channel.emit(ge.SYNC,h);return}let i=a.some(h=>h.status==="done"||h.status==="error"),l={controlStates:{start:i,back:i,goto:!0,next:o,end:o},logItems:a,pausedAt:m};this.channel.emit(ge.SYNC,l)};this.setState(e,({syncTimeout:r})=>(clearTimeout(r),{syncTimeout:setTimeout(t,0)}))}};function ut(e,t={}){var r,o,a,m;try{let n=!1,i=!1;return(o=(r=fe.window.location)==null?void 0:r.search)!=null&&o.includes("instrument=true")?n=!0:(m=(a=fe.window.location)==null?void 0:a.search)!=null&&m.includes("instrument=false")&&(i=!0),fe.window.parent===fe.window&&!n||i?e:(fe.window.__STORYBOOK_ADDON_INTERACTIONS_INSTRUMENTER__||(fe.window.__STORYBOOK_ADDON_INTERACTIONS_INSTRUMENTER__=new $n),fe.window.__STORYBOOK_ADDON_INTERACTIONS_INSTRUMENTER__.instrument(e,t))}catch(n){return Mr.warn(n),e}}function jn(e,t){let r=e;for(;r!=null;){let o=Object.getOwnPropertyDescriptor(r,t);if(o)return o;r=Object.getPrototypeOf(r)}}var Nt=new Ft(fe),Fn=Nt.fn.bind(Nt),{action:Dn}=ut({action:Fn},{retain:!0}),er=Dt.getChannel(),at=[];er.on(Ke,()=>at.forEach(e=>{var t;return(t=e==null?void 0:e.mockClear)==null?void 0:t.call(e)}));er.on(Bt,({newPhase:e})=>{e==="loading"&&at.forEach(t=>{var r;return(r=t==null?void 0:t.mockClear)==null?void 0:r.call(t)})});var tt=(e,t,r)=>{try{if(Object.prototype.toString.call(t)==="[object Object]"){for(let[o,a]of Object.entries(t))t[o]=tt(e,a,o);return t}if(Array.isArray(t))return t.map((o,a)=>tt(e,o,`${r}[${a}]`));if(typeof t=="function"&&t.isAction&&!t._isMockFunction){Object.defineProperty(t,"name",{value:r,writable:!1}),Object.defineProperty(t,"__storyId__",{value:e,writable:!1});let o=Dn(t);return at.push(o),o}}catch{}return t},Bn=({id:e,initialArgs:t})=>tt(e,t),Ln=({initialArgs:e})=>Object.entries(e).filter(([,t])=>typeof t=="function"&&"_isMockFunction"in t&&t._isMockFunction&&!t._instrumented).reduce((t,[r,o])=>{let a=ut({[r]:()=>o},{retain:!0})[r];return t[r]=a(),o._instrumented=!0,t},{}),zn=[Bn,Ln],{step:Un}=ut({step:(e,t,r)=>t(r)},{intercept:!0}),Wn={throwPlayFunctionExceptions:!1};export{zn as argsEnhancers,Wn as parameters,Un as runStep}; diff --git a/assets/preview-MdQXpms2.js b/assets/preview-MdQXpms2.js new file mode 100644 index 0000000..2fb8ba8 --- /dev/null +++ b/assets/preview-MdQXpms2.js @@ -0,0 +1 @@ +var K=!0,S="Invariant failed";function A(e,t){if(!e){if(K)throw new Error(S);var o=typeof t=="function"?t():t,l=o?"".concat(S,": ").concat(o):S;throw new Error(l)}}const{useEffect:W}=__STORYBOOK_MODULE_PREVIEW_API__,{global:d}=__STORYBOOK_MODULE_GLOBAL__;function H(){let e=d.document.documentElement,t=Math.max(e.scrollHeight,e.offsetHeight);return{width:Math.max(e.scrollWidth,e.offsetWidth),height:t}}function U(){let e=d.document.createElement("canvas");e.id="storybook-addon-measure";let t=e.getContext("2d");A(t!=null);let{width:o,height:l}=H();return P(e,t,{width:o,height:l}),e.style.position="absolute",e.style.left="0",e.style.top="0",e.style.zIndex="2147483647",e.style.pointerEvents="none",d.document.body.appendChild(e),{canvas:e,context:t,width:o,height:l}}function P(e,t,{width:o,height:l}){e.style.width=`${o}px`,e.style.height=`${l}px`;let i=d.window.devicePixelRatio;e.width=Math.floor(o*i),e.height=Math.floor(l*i),t.scale(i,i)}var s={};function V(){s.canvas||(s=U())}function C(){s.context&&s.context.clearRect(0,0,s.width??0,s.height??0)}function Z(e){C(),e(s.context)}function G(){A(s.canvas,"Canvas should exist in the state."),A(s.context,"Context should exist in the state."),P(s.canvas,s.context,{width:0,height:0});let{width:e,height:t}=H();P(s.canvas,s.context,{width:e,height:t}),s.width=e,s.height=t}function J(){var e;s.canvas&&(C(),(e=s.canvas.parentNode)==null||e.removeChild(s.canvas),s={})}var w={margin:"#f6b26b",border:"#ffe599",padding:"#93c47d",content:"#6fa8dc",text:"#232020"},p=6;function B(e,{x:t,y:o,w:l,h:i,r:n}){t=t-l/2,o=o-i/2,l<2*n&&(n=l/2),i<2*n&&(n=i/2),e.beginPath(),e.moveTo(t+n,o),e.arcTo(t+l,o,t+l,o+i,n),e.arcTo(t+l,o+i,t,o+i,n),e.arcTo(t,o+i,t,o,n),e.arcTo(t,o,t+l,o,n),e.closePath()}function Q(e,{padding:t,border:o,width:l,height:i,top:n,left:f}){let r=l-o.left-o.right-t.left-t.right,a=i-t.top-t.bottom-o.top-o.bottom,h=f+o.left+t.left,u=n+o.top+t.top;return e==="top"?h+=r/2:e==="right"?(h+=r,u+=a/2):e==="bottom"?(h+=r/2,u+=a):e==="left"?u+=a/2:e==="center"&&(h+=r/2,u+=a/2),{x:h,y:u}}function x(e,t,{margin:o,border:l,padding:i},n,f){let r=m=>0,a=0,h=0,u=f?1:.5,g=f?n*2:0;return e==="padding"?r=m=>i[m]*u+g:e==="border"?r=m=>i[m]+l[m]*u+g:e==="margin"&&(r=m=>i[m]+l[m]+o[m]*u+g),t==="top"?h=-r("top"):t==="right"?a=r("right"):t==="bottom"?h=r("bottom"):t==="left"&&(a=-r("left")),{offsetX:a,offsetY:h}}function tt(e,t){return Math.abs(e.x-t.x){let r=l&&n.position==="center"?lt(e,t,n):ot(e,t,n,i[f-1],l);i[f]=r})}function nt(e,t,o,l){let i=o.reduce((n,f)=>{var r;return Object.prototype.hasOwnProperty.call(n,f.position)||(n[f.position]=[]),(r=n[f.position])==null||r.push(f),n},{});i.top&&v(e,t,i.top,l),i.right&&v(e,t,i.right,l),i.bottom&&v(e,t,i.bottom,l),i.left&&v(e,t,i.left,l),i.center&&v(e,t,i.center,l)}var L={margin:"#f6b26ba8",border:"#ffe599a8",padding:"#93c47d8c",content:"#6fa8dca8"},O=30;function c(e){return parseInt(e.replace("px",""),10)}function b(e){return Number.isInteger(e)?e:e.toFixed(2)}function _(e){return e.filter(t=>t.text!==0&&t.text!=="0")}function rt(e){let t={top:d.window.scrollY,bottom:d.window.scrollY+d.window.innerHeight,left:d.window.scrollX,right:d.window.scrollX+d.window.innerWidth},o={top:Math.abs(t.top-e.top),bottom:Math.abs(t.bottom-e.bottom),left:Math.abs(t.left-e.left),right:Math.abs(t.right-e.right)};return{x:o.left>o.right?"left":"right",y:o.top>o.bottom?"top":"bottom"}}function ft(e){let t=d.getComputedStyle(e),{top:o,left:l,right:i,bottom:n,width:f,height:r}=e.getBoundingClientRect(),{marginTop:a,marginBottom:h,marginLeft:u,marginRight:g,paddingTop:m,paddingBottom:E,paddingLeft:F,paddingRight:I,borderBottomWidth:D,borderTopWidth:$,borderLeftWidth:N,borderRightWidth:q}=t;o=o+d.window.scrollY,l=l+d.window.scrollX,n=n+d.window.scrollY,i=i+d.window.scrollX;let y={top:c(a),bottom:c(h),left:c(u),right:c(g)},z={top:c(m),bottom:c(E),left:c(F),right:c(I)},j={top:c($),bottom:c(D),left:c(N),right:c(q)},T={top:o-y.top,bottom:n+y.bottom,left:l-y.left,right:i+y.right};return{margin:y,padding:z,border:j,top:o,left:l,bottom:n,right:i,width:f,height:r,extremities:T,floatingAlignment:rt(T)}}function at(e,{margin:t,width:o,height:l,top:i,left:n,bottom:f,right:r}){let a=l+t.bottom+t.top;e.fillStyle=L.margin,e.fillRect(n,i-t.top,o,t.top),e.fillRect(r,i-t.top,t.right,a),e.fillRect(n,f,o,t.bottom),e.fillRect(n-t.left,i-t.top,t.left,a);let h=[{type:"margin",text:b(t.top),position:"top"},{type:"margin",text:b(t.right),position:"right"},{type:"margin",text:b(t.bottom),position:"bottom"},{type:"margin",text:b(t.left),position:"left"}];return _(h)}function ht(e,{padding:t,border:o,width:l,height:i,top:n,left:f,bottom:r,right:a}){let h=l-o.left-o.right,u=i-t.top-t.bottom-o.top-o.bottom;e.fillStyle=L.padding,e.fillRect(f+o.left,n+o.top,h,t.top),e.fillRect(a-t.right-o.right,n+t.top+o.top,t.right,u),e.fillRect(f+o.left,r-t.bottom-o.bottom,h,t.bottom),e.fillRect(f+o.left,n+t.top+o.top,t.left,u);let g=[{type:"padding",text:t.top,position:"top"},{type:"padding",text:t.right,position:"right"},{type:"padding",text:t.bottom,position:"bottom"},{type:"padding",text:t.left,position:"left"}];return _(g)}function st(e,{border:t,width:o,height:l,top:i,left:n,bottom:f,right:r}){let a=l-t.top-t.bottom;e.fillStyle=L.border,e.fillRect(n,i,o,t.top),e.fillRect(n,f-t.bottom,o,t.bottom),e.fillRect(n,i+t.top,t.left,a),e.fillRect(r-t.right,i+t.top,t.right,a);let h=[{type:"border",text:t.top,position:"top"},{type:"border",text:t.right,position:"right"},{type:"border",text:t.bottom,position:"bottom"},{type:"border",text:t.left,position:"left"}];return _(h)}function ut(e,{padding:t,border:o,width:l,height:i,top:n,left:f}){let r=l-o.left-o.right-t.left-t.right,a=i-t.top-t.bottom-o.top-o.bottom;return e.fillStyle=L.content,e.fillRect(f+o.left+t.left,n+o.top+t.top,r,a),[{type:"content",position:"center",text:`${b(r)} x ${b(a)}`}]}function dt(e){return t=>{if(e&&t){let o=ft(e),l=at(t,o),i=ht(t,o),n=st(t,o),f=ut(t,o),r=o.width<=O*3||o.height<=O;nt(t,o,[...f,...i,...n,...l],r)}}}function mt(e){Z(dt(e))}var gt=(e,t)=>{let o=d.document.elementFromPoint(e,t),l=i=>{if(i&&i.shadowRoot){let n=i.shadowRoot.elementFromPoint(e,t);return i.isEqualNode(n)?i:n.shadowRoot?l(n):n}return i};return l(o)||o},R,M={x:0,y:0};function Y(e,t){R=gt(e,t),mt(R)}var ct=(e,t)=>{let{measureEnabled:o}=t.globals;return W(()=>{let l=i=>{window.requestAnimationFrame(()=>{i.stopPropagation(),M.x=i.clientX,M.y=i.clientY})};return document.addEventListener("pointermove",l),()=>{document.removeEventListener("pointermove",l)}},[]),W(()=>{let l=n=>{window.requestAnimationFrame(()=>{n.stopPropagation(),Y(n.clientX,n.clientY)})},i=()=>{window.requestAnimationFrame(()=>{G()})};return t.viewMode==="story"&&o&&(document.addEventListener("pointerover",l),V(),window.addEventListener("resize",i),Y(M.x,M.y)),()=>{window.removeEventListener("resize",i),J()}},[o,t.viewMode]),e()},pt="measureEnabled",wt=[ct],bt={[pt]:!1};export{wt as decorators,bt as globals}; diff --git a/assets/preview-OnO0tzRj.js b/assets/preview-OnO0tzRj.js new file mode 100644 index 0000000..7472bef --- /dev/null +++ b/assets/preview-OnO0tzRj.js @@ -0,0 +1,17 @@ +import{d as N}from"./index-PPLHz8o0.js";let R;const V=new Uint8Array(16);function A(){if(!R&&(R=typeof crypto<"u"&&crypto.getRandomValues&&crypto.getRandomValues.bind(crypto),!R))throw new Error("crypto.getRandomValues() not supported. See https://github.com/uuidjs/uuid#getrandomvalues-not-supported");return R(V)}const E=[];for(let t=0;t<256;++t)E.push((t+256).toString(16).slice(1));function D(t,e=0){return E[t[e+0]]+E[t[e+1]]+E[t[e+2]]+E[t[e+3]]+"-"+E[t[e+4]]+E[t[e+5]]+"-"+E[t[e+6]]+E[t[e+7]]+"-"+E[t[e+8]]+E[t[e+9]]+"-"+E[t[e+10]]+E[t[e+11]]+E[t[e+12]]+E[t[e+13]]+E[t[e+14]]+E[t[e+15]]}const P=typeof crypto<"u"&&crypto.randomUUID&&crypto.randomUUID.bind(crypto),h={randomUUID:P};function S(t,e,n){if(h.randomUUID&&!e&&!t)return h.randomUUID();t=t||{};const o=t.random||(t.rng||A)();if(o[6]=o[6]&15|64,o[8]=o[8]&63|128,e){n=n||0;for(let r=0;r<16;++r)e[n+r]=o[r];return e}return D(o)}var b=class extends Error{constructor(){super(...arguments),this.data={},this.documentation=!1,this.fromStorybook=!0}get fullErrorCode(){let t=String(this.code).padStart(4,"0");return`SB_${this.category}_${t}`}get name(){let t=this.constructor.name;return`${this.fullErrorCode} (${t})`}get message(){let t;return this.documentation===!0?t=`https://storybook.js.org/error/${this.fullErrorCode}`:typeof this.documentation=="string"?t=this.documentation:Array.isArray(this.documentation)&&(t=` +${this.documentation.map(e=>` - ${e}`).join(` +`)}`),`${this.template()}${t!=null?` + +More info: ${t} +`:""}`}},W=(t=>(t.PREVIEW_CLIENT_LOGGER="PREVIEW_CLIENT-LOGGER",t.PREVIEW_CHANNELS="PREVIEW_CHANNELS",t.PREVIEW_CORE_EVENTS="PREVIEW_CORE-EVENTS",t.PREVIEW_INSTRUMENTER="PREVIEW_INSTRUMENTER",t.PREVIEW_API="PREVIEW_API",t.PREVIEW_REACT_DOM_SHIM="PREVIEW_REACT-DOM-SHIM",t.PREVIEW_ROUTER="PREVIEW_ROUTER",t.PREVIEW_THEMING="PREVIEW_THEMING",t.RENDERER_HTML="RENDERER_HTML",t.RENDERER_PREACT="RENDERER_PREACT",t.RENDERER_REACT="RENDERER_REACT",t.RENDERER_SERVER="RENDERER_SERVER",t.RENDERER_SVELTE="RENDERER_SVELTE",t.RENDERER_VUE="RENDERER_VUE",t.RENDERER_VUE3="RENDERER_VUE3",t.RENDERER_WEB_COMPONENTS="RENDERER_WEB-COMPONENTS",t))(W||{}),f=class extends b{constructor(t){super(),this.data=t,this.category="PREVIEW_API",this.code=2,this.documentation="https://github.com/storybookjs/storybook/blob/next/MIGRATION.md#using-implicit-actions-during-rendering-is-deprecated-for-example-in-the-play-function"}template(){return N` + We detected that you use an implicit action arg during ${this.data.phase} of your story. + ${this.data.deprecated?` +This is deprecated and won't work in Storybook 8 anymore. +`:""} + Please provide an explicit spy to your args like this: + import { fn } from '@storybook/test'; + ... + args: { + ${this.data.name}: fn() + } + `}};const{addons:U}=__STORYBOOK_MODULE_PREVIEW_API__,{global:g}=__STORYBOOK_MODULE_GLOBAL__;var M="storybook/actions",w=`${M}/action-event`,x={depth:10,clearOnStoryChange:!0,limit:50},y=(t,e)=>{let n=Object.getPrototypeOf(t);return!n||e(n)?n:y(n,e)},j=t=>!!(typeof t=="object"&&t&&y(t,e=>/^Synthetic(?:Base)?Event$/.test(e.constructor.name))&&typeof t.persist=="function"),$=t=>{if(j(t)){let e=Object.create(t.constructor.prototype,Object.getOwnPropertyDescriptors(t));e.persist();let n=Object.getOwnPropertyDescriptor(e,"view"),o=n==null?void 0:n.value;return typeof o=="object"&&(o==null?void 0:o.constructor.name)==="Window"&&Object.defineProperty(e,"view",{...n,value:Object.create(o.constructor.prototype)}),e}return t},k=()=>typeof crypto=="object"&&typeof crypto.getRandomValues=="function"?S():Date.now().toString(36)+Math.random().toString(36).substring(2);function p(t,e={}){let n={...x,...e},o=function(...r){var l,u;if(e.implicit){let _=(l="__STORYBOOK_PREVIEW__"in g?g.__STORYBOOK_PREVIEW__:void 0)==null?void 0:l.storyRenders.find(a=>a.phase==="playing"||a.phase==="rendering");if(_){let a=!((u=window==null?void 0:window.FEATURES)!=null&&u.disallowImplicitActionsInRenderV8),m=new f({phase:_.phase,name:t,deprecated:a});if(a)console.warn(m);else throw m}}let i=U.getChannel(),s=k(),c=5,d=r.map($),O=r.length>1?d:d[0],T={id:s,count:0,data:{name:t,args:O},options:{...n,maxDepth:c+(n.depth||3),allowFunction:n.allowFunction||!1}};i.emit(w,T)};return o.isAction=!0,o}var I=(t,e)=>typeof e[t]>"u"&&!(t in e),L=t=>{let{initialArgs:e,argTypes:n,id:o,parameters:{actions:r}}=t;if(!r||r.disable||!r.argTypesRegex||!n)return{};let i=new RegExp(r.argTypesRegex);return Object.entries(n).filter(([s])=>!!i.test(s)).reduce((s,[c,d])=>(I(c,e)&&(s[c]=p(c,{implicit:!0,id:o})),s),{})},v=t=>{let{initialArgs:e,argTypes:n,parameters:{actions:o}}=t;return o!=null&&o.disable||!n?{}:Object.entries(n).filter(([r,i])=>!!i.action).reduce((r,[i,s])=>(I(i,e)&&(r[i]=p(typeof s.action=="string"?s.action:i)),r),{})},F=[v,L],B=t=>{let{args:e,parameters:{actions:n}}=t;n!=null&&n.disable||Object.entries(e).filter(([,o])=>typeof o=="function"&&"_isMockFunction"in o&&o._isMockFunction).forEach(([o,r])=>{let i=r.getMockImplementation();if((i==null?void 0:i._actionAttached)!==!0&&(i==null?void 0:i.isAction)!==!0){let s=(...c)=>(p(o)(...c),i==null?void 0:i(...c));s._actionAttached=!0,r.mockImplementation(s)}})},G=[B];export{F as argsEnhancers,G as loaders}; diff --git a/assets/preview-VI2eoWmp.js b/assets/preview-VI2eoWmp.js new file mode 100644 index 0000000..f5795dd --- /dev/null +++ b/assets/preview-VI2eoWmp.js @@ -0,0 +1 @@ +import"./index-ogXoivrg.js";const{global:O}=__STORYBOOK_MODULE_GLOBAL__,{makeDecorator:E,addons:_}=__STORYBOOK_MODULE_PREVIEW_API__,{STORY_CHANGED:l,SELECT_STORY:L}=__STORYBOOK_MODULE_CORE_EVENTS__;var c="links",{document:i,HTMLElement:m}=O,v=e=>_.getChannel().emit(L,e),o=e=>{let{target:t}=e;if(!(t instanceof m))return;let s=t,{sbKind:a,sbStory:r}=s.dataset;(a||r)&&(e.preventDefault(),v({kind:a,story:r}))},n=!1,d=()=>{n||(n=!0,i.addEventListener("click",o))},k=()=>{n&&(n=!1,i.removeEventListener("click",o))},R=E({name:"withLinks",parameterName:c,wrapper:(e,t)=>(d(),_.getChannel().once(l,k),e(t))}),T=[R];export{T as decorators}; diff --git a/assets/preview-bEa2SesL.js b/assets/preview-bEa2SesL.js new file mode 100644 index 0000000..d82e700 --- /dev/null +++ b/assets/preview-bEa2SesL.js @@ -0,0 +1,7 @@ +const{global:r}=__STORYBOOK_MODULE_GLOBAL__,{addons:s}=__STORYBOOK_MODULE_PREVIEW_API__,{STORY_CHANGED:O}=__STORYBOOK_MODULE_CORE_EVENTS__;var i="storybook/highlight",d="storybookHighlight",g=`${i}/add`,E=`${i}/reset`,{document:l}=r,H=(e="#FF4785",t="dashed")=>` + outline: 2px ${t} ${e}; + outline-offset: 2px; + box-shadow: 0 0 0 6px rgba(255,255,255,0.6); +`,I=e=>({outline:`2px dashed ${e}`,outlineOffset:2,boxShadow:"0 0 0 6px rgba(255,255,255,0.6)"}),_=s.getChannel(),T=e=>{let t=d;n();let o=Array.from(new Set(e.elements)),h=l.createElement("style");h.setAttribute("id",t),h.innerHTML=o.map(a=>`${a}{ + ${H(e.color,e.style)} + }`).join(" "),l.head.appendChild(h)},n=()=>{var o;let e=d,t=l.getElementById(e);t&&((o=t.parentNode)==null||o.removeChild(t))};_.on(O,n);_.on(E,n);_.on(g,T);export{I as highlightObject,H as highlightStyle}; diff --git a/assets/preview-d3k0Egu0.js b/assets/preview-d3k0Egu0.js new file mode 100644 index 0000000..9b5362f --- /dev/null +++ b/assets/preview-d3k0Egu0.js @@ -0,0 +1,7 @@ +import{_ as e}from"./iframe-tWVOrtVB.js";import"../sb-preview/runtime.js";var a={docs:{renderer:async()=>{let{DocsRenderer:r}=await e(()=>import("./DocsRenderer-NNNQARDV-m_4aaEcI.js"),__vite__mapDeps([0,1,2,3,4,5,6,7,8,9]),import.meta.url);return new r}}};export{a as parameters}; +function __vite__mapDeps(indexes) { + if (!__vite__mapDeps.viteFileDeps) { + __vite__mapDeps.viteFileDeps = ["./DocsRenderer-NNNQARDV-m_4aaEcI.js","./iframe-tWVOrtVB.js","./index-XiNr8FW2.js","./_commonjsHelpers-5-cIlDoe.js","./react-18-sFOusbzT.js","./index-9vG4XYWr.js","./index-9ylO3ihc.js","./index-ogXoivrg.js","./index-mLPG47JP.js","./index-PPLHz8o0.js"] + } + return indexes.map((i) => __vite__mapDeps.viteFileDeps[i]) +} \ No newline at end of file diff --git a/assets/preview-mEb2NEJf.js b/assets/preview-mEb2NEJf.js new file mode 100644 index 0000000..4fe79c7 --- /dev/null +++ b/assets/preview-mEb2NEJf.js @@ -0,0 +1 @@ +const e={parameters:{actions:{argTypesRegex:"^on[A-Z].*"},controls:{matchers:{color:/(background|color)$/i,date:/Date$/i}}}};export{e as default}; diff --git a/assets/preview-u8M_OEO2.js b/assets/preview-u8M_OEO2.js new file mode 100644 index 0000000..24ae454 --- /dev/null +++ b/assets/preview-u8M_OEO2.js @@ -0,0 +1,396 @@ +import{d as $}from"./index-PPLHz8o0.js";const{useMemo:x,useEffect:f}=__STORYBOOK_MODULE_PREVIEW_API__,{global:p}=__STORYBOOK_MODULE_GLOBAL__;var u=i=>{(Array.isArray(i)?i:[i]).forEach(r)},r=i=>{let t=typeof i=="string"?i:i.join(""),o=p.document.getElementById(t);o&&o.parentElement&&o.parentElement.removeChild(o)},b=(i,t)=>{let o=p.document.getElementById(i);if(o)o.innerHTML!==t&&(o.innerHTML=t);else{let n=p.document.createElement("style");n.setAttribute("id",i),n.innerHTML=t,p.document.head.appendChild(n)}},m="outline";function s(i){return $` + ${i} body { + outline: 1px solid #2980b9 !important; + } + + ${i} article { + outline: 1px solid #3498db !important; + } + + ${i} nav { + outline: 1px solid #0088c3 !important; + } + + ${i} aside { + outline: 1px solid #33a0ce !important; + } + + ${i} section { + outline: 1px solid #66b8da !important; + } + + ${i} header { + outline: 1px solid #99cfe7 !important; + } + + ${i} footer { + outline: 1px solid #cce7f3 !important; + } + + ${i} h1 { + outline: 1px solid #162544 !important; + } + + ${i} h2 { + outline: 1px solid #314e6e !important; + } + + ${i} h3 { + outline: 1px solid #3e5e85 !important; + } + + ${i} h4 { + outline: 1px solid #449baf !important; + } + + ${i} h5 { + outline: 1px solid #c7d1cb !important; + } + + ${i} h6 { + outline: 1px solid #4371d0 !important; + } + + ${i} main { + outline: 1px solid #2f4f90 !important; + } + + ${i} address { + outline: 1px solid #1a2c51 !important; + } + + ${i} div { + outline: 1px solid #036cdb !important; + } + + ${i} p { + outline: 1px solid #ac050b !important; + } + + ${i} hr { + outline: 1px solid #ff063f !important; + } + + ${i} pre { + outline: 1px solid #850440 !important; + } + + ${i} blockquote { + outline: 1px solid #f1b8e7 !important; + } + + ${i} ol { + outline: 1px solid #ff050c !important; + } + + ${i} ul { + outline: 1px solid #d90416 !important; + } + + ${i} li { + outline: 1px solid #d90416 !important; + } + + ${i} dl { + outline: 1px solid #fd3427 !important; + } + + ${i} dt { + outline: 1px solid #ff0043 !important; + } + + ${i} dd { + outline: 1px solid #e80174 !important; + } + + ${i} figure { + outline: 1px solid #ff00bb !important; + } + + ${i} figcaption { + outline: 1px solid #bf0032 !important; + } + + ${i} table { + outline: 1px solid #00cc99 !important; + } + + ${i} caption { + outline: 1px solid #37ffc4 !important; + } + + ${i} thead { + outline: 1px solid #98daca !important; + } + + ${i} tbody { + outline: 1px solid #64a7a0 !important; + } + + ${i} tfoot { + outline: 1px solid #22746b !important; + } + + ${i} tr { + outline: 1px solid #86c0b2 !important; + } + + ${i} th { + outline: 1px solid #a1e7d6 !important; + } + + ${i} td { + outline: 1px solid #3f5a54 !important; + } + + ${i} col { + outline: 1px solid #6c9a8f !important; + } + + ${i} colgroup { + outline: 1px solid #6c9a9d !important; + } + + ${i} button { + outline: 1px solid #da8301 !important; + } + + ${i} datalist { + outline: 1px solid #c06000 !important; + } + + ${i} fieldset { + outline: 1px solid #d95100 !important; + } + + ${i} form { + outline: 1px solid #d23600 !important; + } + + ${i} input { + outline: 1px solid #fca600 !important; + } + + ${i} keygen { + outline: 1px solid #b31e00 !important; + } + + ${i} label { + outline: 1px solid #ee8900 !important; + } + + ${i} legend { + outline: 1px solid #de6d00 !important; + } + + ${i} meter { + outline: 1px solid #e8630c !important; + } + + ${i} optgroup { + outline: 1px solid #b33600 !important; + } + + ${i} option { + outline: 1px solid #ff8a00 !important; + } + + ${i} output { + outline: 1px solid #ff9619 !important; + } + + ${i} progress { + outline: 1px solid #e57c00 !important; + } + + ${i} select { + outline: 1px solid #e26e0f !important; + } + + ${i} textarea { + outline: 1px solid #cc5400 !important; + } + + ${i} details { + outline: 1px solid #33848f !important; + } + + ${i} summary { + outline: 1px solid #60a1a6 !important; + } + + ${i} command { + outline: 1px solid #438da1 !important; + } + + ${i} menu { + outline: 1px solid #449da6 !important; + } + + ${i} del { + outline: 1px solid #bf0000 !important; + } + + ${i} ins { + outline: 1px solid #400000 !important; + } + + ${i} img { + outline: 1px solid #22746b !important; + } + + ${i} iframe { + outline: 1px solid #64a7a0 !important; + } + + ${i} embed { + outline: 1px solid #98daca !important; + } + + ${i} object { + outline: 1px solid #00cc99 !important; + } + + ${i} param { + outline: 1px solid #37ffc4 !important; + } + + ${i} video { + outline: 1px solid #6ee866 !important; + } + + ${i} audio { + outline: 1px solid #027353 !important; + } + + ${i} source { + outline: 1px solid #012426 !important; + } + + ${i} canvas { + outline: 1px solid #a2f570 !important; + } + + ${i} track { + outline: 1px solid #59a600 !important; + } + + ${i} map { + outline: 1px solid #7be500 !important; + } + + ${i} area { + outline: 1px solid #305900 !important; + } + + ${i} a { + outline: 1px solid #ff62ab !important; + } + + ${i} em { + outline: 1px solid #800b41 !important; + } + + ${i} strong { + outline: 1px solid #ff1583 !important; + } + + ${i} i { + outline: 1px solid #803156 !important; + } + + ${i} b { + outline: 1px solid #cc1169 !important; + } + + ${i} u { + outline: 1px solid #ff0430 !important; + } + + ${i} s { + outline: 1px solid #f805e3 !important; + } + + ${i} small { + outline: 1px solid #d107b2 !important; + } + + ${i} abbr { + outline: 1px solid #4a0263 !important; + } + + ${i} q { + outline: 1px solid #240018 !important; + } + + ${i} cite { + outline: 1px solid #64003c !important; + } + + ${i} dfn { + outline: 1px solid #b4005a !important; + } + + ${i} sub { + outline: 1px solid #dba0c8 !important; + } + + ${i} sup { + outline: 1px solid #cc0256 !important; + } + + ${i} time { + outline: 1px solid #d6606d !important; + } + + ${i} code { + outline: 1px solid #e04251 !important; + } + + ${i} kbd { + outline: 1px solid #5e001f !important; + } + + ${i} samp { + outline: 1px solid #9c0033 !important; + } + + ${i} var { + outline: 1px solid #d90047 !important; + } + + ${i} mark { + outline: 1px solid #ff0053 !important; + } + + ${i} bdi { + outline: 1px solid #bf3668 !important; + } + + ${i} bdo { + outline: 1px solid #6f1400 !important; + } + + ${i} ruby { + outline: 1px solid #ff7b93 !important; + } + + ${i} rt { + outline: 1px solid #ff2f54 !important; + } + + ${i} rp { + outline: 1px solid #803e49 !important; + } + + ${i} span { + outline: 1px solid #cc2643 !important; + } + + ${i} br { + outline: 1px solid #db687d !important; + } + + ${i} wbr { + outline: 1px solid #db175b !important; + }`}var e=(i,t)=>{let{globals:o}=t,n=[!0,"true"].includes(o[m]),d=t.viewMode==="docs",l=x(()=>s(d?'[data-story-block="true"]':".sb-show-main"),[t]);return f(()=>{let a=d?`addon-outline-docs-${t.id}`:"addon-outline";return n?b(a,l):u(a),()=>{u(a)}},[n,l,t]),i()},g=[e],h={[m]:!1};export{g as decorators,h as globals}; diff --git a/assets/preview-wm7zCcxo.js b/assets/preview-wm7zCcxo.js new file mode 100644 index 0000000..5cedb0f --- /dev/null +++ b/assets/preview-wm7zCcxo.js @@ -0,0 +1,20 @@ +import{d as E}from"./index-PPLHz8o0.js";const{useMemo:f,useEffect:v}=__STORYBOOK_MODULE_PREVIEW_API__,{global:M}=__STORYBOOK_MODULE_GLOBAL__,{logger:h}=__STORYBOOK_MODULE_CLIENT_LOGGER__;var p="backgrounds",{document:s,window:B}=M,S=()=>B.matchMedia("(prefers-reduced-motion: reduce)").matches,x=(r,e=[],a)=>{if(r==="transparent")return"transparent";if(e.find(t=>t.value===r))return r;let n=e.find(t=>t.name===a);if(n)return n.value;if(a){let t=e.map(o=>o.name).join(", ");h.warn(E` + Backgrounds Addon: could not find the default color "${a}". + These are the available colors for your story based on your configuration: + ${t}. + `)}return"transparent"},k=r=>{(Array.isArray(r)?r:[r]).forEach(O)},O=r=>{var a;let e=s.getElementById(r);e&&((a=e.parentElement)==null||a.removeChild(e))},w=(r,e)=>{let a=s.getElementById(r);if(a)a.innerHTML!==e&&(a.innerHTML=e);else{let n=s.createElement("style");n.setAttribute("id",r),n.innerHTML=e,s.head.appendChild(n)}},A=(r,e,a)=>{var t;let n=s.getElementById(r);if(n)n.innerHTML!==e&&(n.innerHTML=e);else{let o=s.createElement("style");o.setAttribute("id",r),o.innerHTML=e;let i=`addon-backgrounds-grid${a?`-docs-${a}`:""}`,d=s.getElementById(i);d?(t=d.parentElement)==null||t.insertBefore(o,d):s.head.appendChild(o)}},L=(r,e)=>{var c;let{globals:a,parameters:n}=e,t=(c=a[p])==null?void 0:c.value,o=n[p],i=f(()=>o.disable?"transparent":x(t,o.values,o.default),[o,t]),d=f(()=>i&&i!=="transparent",[i]),g=e.viewMode==="docs"?`#anchor--${e.id} .docs-story`:".sb-show-main",u=f(()=>{let l="transition: background-color 0.3s;";return` + ${g} { + background: ${i} !important; + ${S()?"":l} + } + `},[i,g]);return v(()=>{let l=e.viewMode==="docs"?`addon-backgrounds-docs-${e.id}`:"addon-backgrounds-color";if(!d){k(l);return}A(l,u,e.viewMode==="docs"?e.id:null)},[d,u,e]),r()},T=(r,e)=>{var y;let{globals:a,parameters:n}=e,t=n[p].grid,o=((y=a[p])==null?void 0:y.grid)===!0&&t.disable!==!0,{cellAmount:i,cellSize:d,opacity:g}=t,u=e.viewMode==="docs",c=n.layout===void 0||n.layout==="padded"?16:0,l=t.offsetX??(u?20:c),m=t.offsetY??(u?20:c),$=f(()=>{let b=e.viewMode==="docs"?`#anchor--${e.id} .docs-story`:".sb-show-main",_=[`${d*i}px ${d*i}px`,`${d*i}px ${d*i}px`,`${d}px ${d}px`,`${d}px ${d}px`].join(", ");return` + ${b} { + background-size: ${_} !important; + background-position: ${l}px ${m}px, ${l}px ${m}px, ${l}px ${m}px, ${l}px ${m}px !important; + background-blend-mode: difference !important; + background-image: linear-gradient(rgba(130, 130, 130, ${g}) 1px, transparent 1px), + linear-gradient(90deg, rgba(130, 130, 130, ${g}) 1px, transparent 1px), + linear-gradient(rgba(130, 130, 130, ${g/2}) 1px, transparent 1px), + linear-gradient(90deg, rgba(130, 130, 130, ${g/2}) 1px, transparent 1px) !important; + } + `},[d]);return v(()=>{let b=e.viewMode==="docs"?`addon-backgrounds-grid-docs-${e.id}`:"addon-backgrounds-grid";if(!o){k(b);return}w(b,$)},[o,$,e]),r()},I=[T,L],R={[p]:{grid:{cellSize:20,opacity:.5,cellAmount:5},values:[{name:"light",value:"#F8F8F8"},{name:"dark",value:"#333333"}]}},G={[p]:null};export{I as decorators,G as globals,R as parameters}; diff --git a/assets/react-18-sFOusbzT.js b/assets/react-18-sFOusbzT.js new file mode 100644 index 0000000..2bb23c5 --- /dev/null +++ b/assets/react-18-sFOusbzT.js @@ -0,0 +1 @@ +import{R as c,r as n}from"./index-XiNr8FW2.js";import{r as m}from"./index-9vG4XYWr.js";var a={},s=m;a.createRoot=s.createRoot,a.hydrateRoot=s.hydrateRoot;var o=new Map,R=({callback:e,children:t})=>{let r=n.useRef();return n.useLayoutEffect(()=>{r.current!==e&&(r.current=e,e())},[e]),t},p=async(e,t)=>{let r=await d(t);return new Promise(u=>{r.render(c.createElement(R,{callback:()=>u(null)},e))})},E=(e,t)=>{let r=o.get(e);r&&(r.unmount(),o.delete(e))},d=async e=>{let t=o.get(e);return t||(t=a.createRoot(e),o.set(e,t)),t};export{p as r,E as u}; diff --git a/assets/syntaxhighlighter-V7JZZA35-KAfgsYjk.js b/assets/syntaxhighlighter-V7JZZA35-KAfgsYjk.js new file mode 100644 index 0000000..40f493c --- /dev/null +++ b/assets/syntaxhighlighter-V7JZZA35-KAfgsYjk.js @@ -0,0 +1 @@ +import{S as l,c as n,s as d}from"./index-9ylO3ihc.js";import"./iframe-tWVOrtVB.js";import"../sb-preview/runtime.js";import"./index-XiNr8FW2.js";import"./_commonjsHelpers-5-cIlDoe.js";import"./index-9vG4XYWr.js";import"./index-ogXoivrg.js";import"./index-mLPG47JP.js";import"./index-PPLHz8o0.js";export{l as SyntaxHighlighter,n as createCopyToClipboardFunction,d as default}; diff --git a/favicon.svg b/favicon.svg new file mode 100644 index 0000000..684ddb2 --- /dev/null +++ b/favicon.svg @@ -0,0 +1,7 @@ + + + + + + + \ No newline at end of file diff --git a/iframe.html b/iframe.html new file mode 100644 index 0000000..58fe0ac --- /dev/null +++ b/iframe.html @@ -0,0 +1,458 @@ + + + + + + + Storybook + + + + + + + + + + + + + + + + + + + +
+
+
+ +
+
+
+
+
+
+
+
+
+
+
+
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ +
+
+

No Preview

+

Sorry, but you either have no stories or none are selected somehow.

+
    +
  • Please check the Storybook config.
  • +
  • Try reloading the page.
  • +
+

+ If the problem persists, check the browser console, or the terminal you've run Storybook from. +

+
+
+ +
+

+  
+
+ +
+
+ + + \ No newline at end of file diff --git a/index.html b/index.html new file mode 100644 index 0000000..b9f14fd --- /dev/null +++ b/index.html @@ -0,0 +1,131 @@ + + + + + + @storybook/cli - Storybook + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ + + + + + + + + + diff --git a/index.json b/index.json new file mode 100644 index 0000000..567a53a --- /dev/null +++ b/index.json @@ -0,0 +1 @@ +{"v":4,"entries":{"documentation-introduction--docs":{"id":"documentation-introduction--docs","title":"Documentation/Introduction","name":"Docs","importPath":"./docs/markdowns/1_Introduction.mdx","storiesImports":[],"type":"docs","tags":["unattached-mdx","docs"]},"documentation-api-documentation--docs":{"id":"documentation-api-documentation--docs","title":"Documentation/API Documentation","name":"Docs","importPath":"./docs/markdowns/2_APIDocumentation.mdx","storiesImports":[],"type":"docs","tags":["unattached-mdx","docs"]},"components-boundedoverlaymanager--docs":{"id":"components-boundedoverlaymanager--docs","title":"Components/BoundedOverlayManager","name":"Docs","importPath":"./docs/stories/BoundedOverlayManager.stories.tsx","type":"docs","tags":["autodocs","docs"],"storiesImports":[]},"components-boundedoverlaymanager--default":{"type":"story","id":"components-boundedoverlaymanager--default","name":"Default","title":"Components/BoundedOverlayManager","importPath":"./docs/stories/BoundedOverlayManager.stories.tsx","tags":["autodocs","story"]},"components-overlay--docs":{"id":"components-overlay--docs","title":"Components/Overlay","name":"Docs","importPath":"./docs/stories/Overlay.stories.tsx","type":"docs","tags":["autodocs","docs"],"storiesImports":[]},"components-overlay--default":{"type":"story","id":"components-overlay--default","name":"Default","title":"Components/Overlay","importPath":"./docs/stories/Overlay.stories.tsx","tags":["autodocs","story"]},"components-overlay--top-left":{"type":"story","id":"components-overlay--top-left","name":"Top Left","title":"Components/Overlay","importPath":"./docs/stories/Overlay.stories.tsx","tags":["autodocs","story"]},"components-overlay--top-left-with-offset":{"type":"story","id":"components-overlay--top-left-with-offset","name":"Top Left With Offset","title":"Components/Overlay","importPath":"./docs/stories/Overlay.stories.tsx","tags":["autodocs","story"]},"components-overlay--top-center":{"type":"story","id":"components-overlay--top-center","name":"Top Center","title":"Components/Overlay","importPath":"./docs/stories/Overlay.stories.tsx","tags":["autodocs","story"]},"components-overlay--top-center-with-offset":{"type":"story","id":"components-overlay--top-center-with-offset","name":"Top Center With Offset","title":"Components/Overlay","importPath":"./docs/stories/Overlay.stories.tsx","tags":["autodocs","story"]},"components-overlay--top-right":{"type":"story","id":"components-overlay--top-right","name":"Top Right","title":"Components/Overlay","importPath":"./docs/stories/Overlay.stories.tsx","tags":["autodocs","story"]},"components-overlay--top-right-with-offset":{"type":"story","id":"components-overlay--top-right-with-offset","name":"Top Right With Offset","title":"Components/Overlay","importPath":"./docs/stories/Overlay.stories.tsx","tags":["autodocs","story"]},"components-overlay--mid-left":{"type":"story","id":"components-overlay--mid-left","name":"Mid Left","title":"Components/Overlay","importPath":"./docs/stories/Overlay.stories.tsx","tags":["autodocs","story"]},"components-overlay--mid-left-with-offset":{"type":"story","id":"components-overlay--mid-left-with-offset","name":"Mid Left With Offset","title":"Components/Overlay","importPath":"./docs/stories/Overlay.stories.tsx","tags":["autodocs","story"]},"components-overlay--center":{"type":"story","id":"components-overlay--center","name":"Center","title":"Components/Overlay","importPath":"./docs/stories/Overlay.stories.tsx","tags":["autodocs","story"]},"components-overlay--center-with-offset":{"type":"story","id":"components-overlay--center-with-offset","name":"Center With Offset","title":"Components/Overlay","importPath":"./docs/stories/Overlay.stories.tsx","tags":["autodocs","story"]},"components-overlay--mid-right":{"type":"story","id":"components-overlay--mid-right","name":"Mid Right","title":"Components/Overlay","importPath":"./docs/stories/Overlay.stories.tsx","tags":["autodocs","story"]},"components-overlay--mid-right-with-offset":{"type":"story","id":"components-overlay--mid-right-with-offset","name":"Mid Right With Offset","title":"Components/Overlay","importPath":"./docs/stories/Overlay.stories.tsx","tags":["autodocs","story"]},"components-overlay--bottom-left":{"type":"story","id":"components-overlay--bottom-left","name":"Bottom Left","title":"Components/Overlay","importPath":"./docs/stories/Overlay.stories.tsx","tags":["autodocs","story"]},"components-overlay--bottom-left-with-offset":{"type":"story","id":"components-overlay--bottom-left-with-offset","name":"Bottom Left With Offset","title":"Components/Overlay","importPath":"./docs/stories/Overlay.stories.tsx","tags":["autodocs","story"]},"components-overlay--bottom-center":{"type":"story","id":"components-overlay--bottom-center","name":"Bottom Center","title":"Components/Overlay","importPath":"./docs/stories/Overlay.stories.tsx","tags":["autodocs","story"]},"components-overlay--bottom-center-with-offset":{"type":"story","id":"components-overlay--bottom-center-with-offset","name":"Bottom Center With Offset","title":"Components/Overlay","importPath":"./docs/stories/Overlay.stories.tsx","tags":["autodocs","story"]},"components-overlay--bottom-right":{"type":"story","id":"components-overlay--bottom-right","name":"Bottom Right","title":"Components/Overlay","importPath":"./docs/stories/Overlay.stories.tsx","tags":["autodocs","story"]},"components-overlay--bottom-right-with-offset":{"type":"story","id":"components-overlay--bottom-right-with-offset","name":"Bottom Right With Offset","title":"Components/Overlay","importPath":"./docs/stories/Overlay.stories.tsx","tags":["autodocs","story"]}}} diff --git a/main.d.ts b/main.d.ts new file mode 100644 index 0000000..77caaca --- /dev/null +++ b/main.d.ts @@ -0,0 +1,7 @@ +import PredefinedPosition from './src/enum/PredefinedPosition'; +import BoundedOverlayManager from './src/components/BoundedOverlayManager'; +import Overlay from './src/components/Overlay'; +import BoundedOverlayManagerApi from './src/api/BoundedOverlayManagerApi'; +import { NO_TIMEOUT } from './src/timer/TimedEventManager'; +export { PredefinedPosition, Overlay, BoundedOverlayManagerApi, NO_TIMEOUT }; +export default BoundedOverlayManager; diff --git a/project.json b/project.json new file mode 100644 index 0000000..91c712f --- /dev/null +++ b/project.json @@ -0,0 +1 @@ +{"generatedAt":1704291109101,"hasCustomBabel":false,"hasCustomWebpack":false,"hasStaticDirs":false,"hasStorybookEslint":true,"refCount":0,"packageManager":{"type":"npm","version":"8.19.2"},"preview":{"usesGlobals":false},"framework":{"name":"@storybook/react-vite","options":{}},"builder":"@storybook/builder-vite","renderer":"@storybook/react","storybookVersion":"7.6.6","storybookVersionSpecifier":"^7.6.6","language":"typescript","storybookPackages":{"@storybook/blocks":{"version":"7.6.6"},"@storybook/react":{"version":"7.6.6"},"@storybook/react-vite":{"version":"7.6.6"},"@storybook/test":{"version":"7.6.6"},"eslint-plugin-storybook":{"version":"0.6.15"},"storybook":{"version":"7.6.6"}},"addons":{"@storybook/addon-links":{"version":"7.6.6"},"@storybook/addon-essentials":{"version":"7.6.6"},"@storybook/addon-onboarding":{"version":"1.0.10"},"@storybook/addon-interactions":{"version":"7.6.6"}}} diff --git a/sb-addons/essentials-actions-2/manager-bundle.js b/sb-addons/essentials-actions-2/manager-bundle.js new file mode 100644 index 0000000..29a280a --- /dev/null +++ b/sb-addons/essentials-actions-2/manager-bundle.js @@ -0,0 +1,3 @@ +try{ +(()=>{var o=__REACT__,{Children:Se,Component:Re,Fragment:Ce,Profiler:Vr,PureComponent:$r,StrictMode:Yr,Suspense:Jr,__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED:qr,cloneElement:Xr,createContext:K,createElement:Zr,createFactory:Kr,createRef:Qr,forwardRef:en,isValidElement:tn,lazy:rn,memo:G,useCallback:N,useContext:Q,useDebugValue:nn,useEffect:an,useImperativeHandle:on,useLayoutEffect:we,useMemo:xe,useReducer:sn,useRef:ln,useState:W,version:un}=__REACT__;var mn=__STORYBOOK_API__,{ActiveTabs:gn,Consumer:bn,ManagerContext:hn,Provider:En,addons:ee,combineParameters:yn,controlOrMetaKey:On,controlOrMetaSymbol:Tn,eventMatchesShortcut:vn,eventToShortcut:_n,isMacLike:An,isShortcutTaken:Sn,keyToSymbol:Rn,merge:Cn,mockChannel:wn,optionOrAltSymbol:xn,shortcutMatchesShortcut:Nn,shortcutToHumanString:Ln,types:Ne,useAddonState:Le,useArgTypes:In,useArgs:Dn,useChannel:Ie,useGlobalTypes:Mn,useGlobals:Pn,useParameter:Bn,useSharedState:Fn,useStoryPrepared:zn,useStorybookApi:Hn,useStorybookState:jn}=__STORYBOOK_API__;var Vn=__STORYBOOK_CORE_EVENTS__,{CHANNEL_CREATED:$n,CONFIG_ERROR:Yn,CURRENT_STORY_WAS_SET:Jn,DOCS_PREPARED:qn,DOCS_RENDERED:Xn,FORCE_REMOUNT:Zn,FORCE_RE_RENDER:Kn,GLOBALS_UPDATED:Qn,IGNORED_EXCEPTION:ea,NAVIGATE_URL:ta,PLAY_FUNCTION_THREW_EXCEPTION:ra,PRELOAD_ENTRIES:na,PREVIEW_BUILDER_PROGRESS:aa,PREVIEW_KEYDOWN:oa,REGISTER_SUBSCRIPTION:ia,REQUEST_WHATS_NEW_DATA:sa,RESET_STORY_ARGS:la,RESULT_WHATS_NEW_DATA:ua,SELECT_STORY:ca,SET_CONFIG:pa,SET_CURRENT_STORY:fa,SET_GLOBALS:da,SET_INDEX:ma,SET_STORIES:ga,SET_WHATS_NEW_CACHE:ba,SHARED_STATE_CHANGED:ha,SHARED_STATE_SET:Ea,STORIES_COLLAPSE_ALL:ya,STORIES_EXPAND_ALL:Oa,STORY_ARGS_UPDATED:Ta,STORY_CHANGED:V,STORY_ERRORED:va,STORY_INDEX_INVALIDATED:_a,STORY_MISSING:Aa,STORY_PREPARED:Sa,STORY_RENDERED:Ra,STORY_RENDER_PHASE_CHANGED:Ca,STORY_SPECIFIED:wa,STORY_THREW_EXCEPTION:xa,STORY_UNCHANGED:Na,TELEMETRY_ERROR:La,TOGGLE_WHATS_NEW_NOTIFICATIONS:Ia,UPDATE_GLOBALS:Da,UPDATE_QUERY_PARAMS:Ma,UPDATE_STORY_ARGS:Pa}=__STORYBOOK_CORE_EVENTS__;var ja=__STORYBOOK_COMPONENTS__,{A:Ua,ActionBar:De,AddonPanel:ka,Badge:Me,Bar:Ga,Blockquote:Wa,Button:Va,ClipboardCode:$a,Code:Ya,DL:Ja,Div:qa,DocumentWrapper:Xa,ErrorFormatter:Za,FlexBar:Ka,Form:Qa,H1:eo,H2:to,H3:ro,H4:no,H5:ao,H6:oo,HR:io,IconButton:so,IconButtonSkeleton:lo,Icons:uo,Img:co,LI:po,Link:fo,ListItem:mo,Loader:go,OL:bo,P:ho,Placeholder:Eo,Pre:yo,ResetWrapper:Oo,ScrollArea:Pe,Separator:To,Spaced:Be,Span:vo,StorybookIcon:_o,StorybookLogo:Ao,Symbols:So,SyntaxHighlighter:Ro,TT:Co,TabBar:wo,TabButton:xo,TabWrapper:No,Table:Lo,Tabs:Io,TabsState:Do,TooltipLinkList:Mo,TooltipMessage:Po,TooltipNote:Bo,UL:Fo,WithTooltip:zo,WithTooltipPure:Ho,Zoom:jo,codeCommon:Uo,components:ko,createCopyToClipboardFunction:Go,getStoryHref:Wo,icons:Vo,interleaveSeparators:$o,nameSpaceClassNames:Yo,resetComponents:Jo,withReset:qo}=__STORYBOOK_COMPONENTS__;var Fe=Object.prototype.hasOwnProperty;function ze(e,t,r){for(r of e.keys())if(L(r,t))return r}function L(e,t){var r,n,a;if(e===t)return!0;if(e&&t&&(r=e.constructor)===t.constructor){if(r===Date)return e.getTime()===t.getTime();if(r===RegExp)return e.toString()===t.toString();if(r===Array){if((n=e.length)===t.length)for(;n--&&L(e[n],t[n]););return n===-1}if(r===Set){if(e.size!==t.size)return!1;for(n of e)if(a=n,a&&typeof a=="object"&&(a=ze(t,a),!a)||!t.has(a))return!1;return!0}if(r===Map){if(e.size!==t.size)return!1;for(n of e)if(a=n[0],a&&typeof a=="object"&&(a=ze(t,a),!a)||!L(n[1],t.get(a)))return!1;return!0}if(r===ArrayBuffer)e=new Uint8Array(e),t=new Uint8Array(t);else if(r===DataView){if((n=e.byteLength)===t.byteLength)for(;n--&&e.getInt8(n)===t.getInt8(n););return n===-1}if(ArrayBuffer.isView(e)){if((n=e.byteLength)===t.byteLength)for(;n--&&e[n]===t[n];);return n===-1}if(!r||typeof e=="object"){n=0;for(r in e)if(Fe.call(e,r)&&++n&&!Fe.call(t,r)||!(r in t)||!L(e[r],t[r]))return!1;return Object.keys(t).length===n}}return e!==e&&t!==t}var ai=__STORYBOOK_THEMING__,{CacheProvider:oi,ClassNames:ii,Global:si,ThemeProvider:li,background:ui,color:ci,convert:pi,create:fi,createCache:di,createGlobal:mi,createReset:gi,css:bi,darken:hi,ensure:Ei,ignoreSsrWarning:yi,isPropValid:Oi,jsx:Ti,keyframes:vi,lighten:_i,styled:F,themes:Ai,typography:Si,useTheme:Ri,withTheme:He}=__STORYBOOK_THEMING__;function O(){return O=Object.assign?Object.assign.bind():function(e){for(var t=1;t"u"||!Reflect.construct||Reflect.construct.sham)return!1;if(typeof Proxy=="function")return!0;try{return Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],function(){})),!0}catch{return!1}}function I(e,t,r){return ae()?I=Reflect.construct.bind():I=function(a,i,s){var l=[null];l.push.apply(l,i);var u=Function.bind.apply(a,l),c=new u;return s&&S(c,s.prototype),c},I.apply(null,arguments)}function H(e){var t=typeof Map=="function"?new Map:void 0;return H=function(n){if(n===null||!ne(n))return n;if(typeof n!="function")throw new TypeError("Super expression must either be null or a function");if(typeof t<"u"){if(t.has(n))return t.get(n);t.set(n,a)}function a(){return I(n,arguments,z(this).constructor)}return a.prototype=Object.create(n.prototype,{constructor:{value:a,enumerable:!1,writable:!0,configurable:!0}}),S(a,n)},H(e)}var v=function(e){re(t,e);function t(r){var n;if(!0)n=e.call(this,"An error occurred. See https://github.com/styled-components/polished/blob/main/src/internalHelpers/errors.md#"+r+" for more information.")||this;else for(var a,i,s;s=0&&a<1?(l=i,u=s):a>=1&&a<2?(l=s,u=i):a>=2&&a<3?(u=i,c=s):a>=3&&a<4?(u=s,c=i):a>=4&&a<5?(l=s,c=i):a>=5&&a<6&&(l=i,c=s);var p=r-i/2,d=l+p,f=u+p,E=c+p;return n(d,f,E)}var ke={aliceblue:"f0f8ff",antiquewhite:"faebd7",aqua:"00ffff",aquamarine:"7fffd4",azure:"f0ffff",beige:"f5f5dc",bisque:"ffe4c4",black:"000",blanchedalmond:"ffebcd",blue:"0000ff",blueviolet:"8a2be2",brown:"a52a2a",burlywood:"deb887",cadetblue:"5f9ea0",chartreuse:"7fff00",chocolate:"d2691e",coral:"ff7f50",cornflowerblue:"6495ed",cornsilk:"fff8dc",crimson:"dc143c",cyan:"00ffff",darkblue:"00008b",darkcyan:"008b8b",darkgoldenrod:"b8860b",darkgray:"a9a9a9",darkgreen:"006400",darkgrey:"a9a9a9",darkkhaki:"bdb76b",darkmagenta:"8b008b",darkolivegreen:"556b2f",darkorange:"ff8c00",darkorchid:"9932cc",darkred:"8b0000",darksalmon:"e9967a",darkseagreen:"8fbc8f",darkslateblue:"483d8b",darkslategray:"2f4f4f",darkslategrey:"2f4f4f",darkturquoise:"00ced1",darkviolet:"9400d3",deeppink:"ff1493",deepskyblue:"00bfff",dimgray:"696969",dimgrey:"696969",dodgerblue:"1e90ff",firebrick:"b22222",floralwhite:"fffaf0",forestgreen:"228b22",fuchsia:"ff00ff",gainsboro:"dcdcdc",ghostwhite:"f8f8ff",gold:"ffd700",goldenrod:"daa520",gray:"808080",green:"008000",greenyellow:"adff2f",grey:"808080",honeydew:"f0fff0",hotpink:"ff69b4",indianred:"cd5c5c",indigo:"4b0082",ivory:"fffff0",khaki:"f0e68c",lavender:"e6e6fa",lavenderblush:"fff0f5",lawngreen:"7cfc00",lemonchiffon:"fffacd",lightblue:"add8e6",lightcoral:"f08080",lightcyan:"e0ffff",lightgoldenrodyellow:"fafad2",lightgray:"d3d3d3",lightgreen:"90ee90",lightgrey:"d3d3d3",lightpink:"ffb6c1",lightsalmon:"ffa07a",lightseagreen:"20b2aa",lightskyblue:"87cefa",lightslategray:"789",lightslategrey:"789",lightsteelblue:"b0c4de",lightyellow:"ffffe0",lime:"0f0",limegreen:"32cd32",linen:"faf0e6",magenta:"f0f",maroon:"800000",mediumaquamarine:"66cdaa",mediumblue:"0000cd",mediumorchid:"ba55d3",mediumpurple:"9370db",mediumseagreen:"3cb371",mediumslateblue:"7b68ee",mediumspringgreen:"00fa9a",mediumturquoise:"48d1cc",mediumvioletred:"c71585",midnightblue:"191970",mintcream:"f5fffa",mistyrose:"ffe4e1",moccasin:"ffe4b5",navajowhite:"ffdead",navy:"000080",oldlace:"fdf5e6",olive:"808000",olivedrab:"6b8e23",orange:"ffa500",orangered:"ff4500",orchid:"da70d6",palegoldenrod:"eee8aa",palegreen:"98fb98",paleturquoise:"afeeee",palevioletred:"db7093",papayawhip:"ffefd5",peachpuff:"ffdab9",peru:"cd853f",pink:"ffc0cb",plum:"dda0dd",powderblue:"b0e0e6",purple:"800080",rebeccapurple:"639",red:"f00",rosybrown:"bc8f8f",royalblue:"4169e1",saddlebrown:"8b4513",salmon:"fa8072",sandybrown:"f4a460",seagreen:"2e8b57",seashell:"fff5ee",sienna:"a0522d",silver:"c0c0c0",skyblue:"87ceeb",slateblue:"6a5acd",slategray:"708090",slategrey:"708090",snow:"fffafa",springgreen:"00ff7f",steelblue:"4682b4",tan:"d2b48c",teal:"008080",thistle:"d8bfd8",tomato:"ff6347",turquoise:"40e0d0",violet:"ee82ee",wheat:"f5deb3",white:"fff",whitesmoke:"f5f5f5",yellow:"ff0",yellowgreen:"9acd32"};function ct(e){if(typeof e!="string")return e;var t=e.toLowerCase();return ke[t]?"#"+ke[t]:e}var pt=/^#[a-fA-F0-9]{6}$/,ft=/^#[a-fA-F0-9]{8}$/,dt=/^#[a-fA-F0-9]{3}$/,mt=/^#[a-fA-F0-9]{4}$/,ie=/^rgb\(\s*(\d{1,3})\s*(?:,)?\s*(\d{1,3})\s*(?:,)?\s*(\d{1,3})\s*\)$/i,gt=/^rgb(?:a)?\(\s*(\d{1,3})\s*(?:,)?\s*(\d{1,3})\s*(?:,)?\s*(\d{1,3})\s*(?:,|\/)\s*([-+]?\d*[.]?\d+[%]?)\s*\)$/i,bt=/^hsl\(\s*(\d{0,3}[.]?[0-9]+(?:deg)?)\s*(?:,)?\s*(\d{1,3}[.]?[0-9]?)%\s*(?:,)?\s*(\d{1,3}[.]?[0-9]?)%\s*\)$/i,ht=/^hsl(?:a)?\(\s*(\d{0,3}[.]?[0-9]+(?:deg)?)\s*(?:,)?\s*(\d{1,3}[.]?[0-9]?)%\s*(?:,)?\s*(\d{1,3}[.]?[0-9]?)%\s*(?:,|\/)\s*([-+]?\d*[.]?\d+[%]?)\s*\)$/i;function D(e){if(typeof e!="string")throw new v(3);var t=ct(e);if(t.match(pt))return{red:parseInt(""+t[1]+t[2],16),green:parseInt(""+t[3]+t[4],16),blue:parseInt(""+t[5]+t[6],16)};if(t.match(ft)){var r=parseFloat((parseInt(""+t[7]+t[8],16)/255).toFixed(2));return{red:parseInt(""+t[1]+t[2],16),green:parseInt(""+t[3]+t[4],16),blue:parseInt(""+t[5]+t[6],16),alpha:r}}if(t.match(dt))return{red:parseInt(""+t[1]+t[1],16),green:parseInt(""+t[2]+t[2],16),blue:parseInt(""+t[3]+t[3],16)};if(t.match(mt)){var n=parseFloat((parseInt(""+t[4]+t[4],16)/255).toFixed(2));return{red:parseInt(""+t[1]+t[1],16),green:parseInt(""+t[2]+t[2],16),blue:parseInt(""+t[3]+t[3],16),alpha:n}}var a=ie.exec(t);if(a)return{red:parseInt(""+a[1],10),green:parseInt(""+a[2],10),blue:parseInt(""+a[3],10)};var i=gt.exec(t.substring(0,50));if(i)return{red:parseInt(""+i[1],10),green:parseInt(""+i[2],10),blue:parseInt(""+i[3],10),alpha:parseFloat(""+i[4])>1?parseFloat(""+i[4])/100:parseFloat(""+i[4])};var s=bt.exec(t);if(s){var l=parseInt(""+s[1],10),u=parseInt(""+s[2],10)/100,c=parseInt(""+s[3],10)/100,p="rgb("+j(l,u,c)+")",d=ie.exec(p);if(!d)throw new v(4,t,p);return{red:parseInt(""+d[1],10),green:parseInt(""+d[2],10),blue:parseInt(""+d[3],10)}}var f=ht.exec(t.substring(0,50));if(f){var E=parseInt(""+f[1],10),m=parseInt(""+f[2],10)/100,y=parseInt(""+f[3],10)/100,T="rgb("+j(E,m,y)+")",x=ie.exec(T);if(!x)throw new v(4,t,T);return{red:parseInt(""+x[1],10),green:parseInt(""+x[2],10),blue:parseInt(""+x[3],10),alpha:parseFloat(""+f[4])>1?parseFloat(""+f[4])/100:parseFloat(""+f[4])}}throw new v(5)}function Et(e){var t=e.red/255,r=e.green/255,n=e.blue/255,a=Math.max(t,r,n),i=Math.min(t,r,n),s=(a+i)/2;if(a===i)return e.alpha!==void 0?{hue:0,saturation:0,lightness:s,alpha:e.alpha}:{hue:0,saturation:0,lightness:s};var l,u=a-i,c=s>.5?u/(2-a-i):u/(a+i);switch(a){case t:l=(r-n)/u+(r=1?$(e,t,r):"rgba("+j(e,t,r)+","+n+")";if(typeof e=="object"&&t===void 0&&r===void 0&&n===void 0)return e.alpha>=1?$(e.hue,e.saturation,e.lightness):"rgba("+j(e.hue,e.saturation,e.lightness)+","+e.alpha+")";throw new v(2)}function ue(e,t,r){if(typeof e=="number"&&typeof t=="number"&&typeof r=="number")return le("#"+w(e)+w(t)+w(r));if(typeof e=="object"&&t===void 0&&r===void 0)return le("#"+w(e.red)+w(e.green)+w(e.blue));throw new v(6)}function Y(e,t,r,n){if(typeof e=="string"&&typeof t=="number"){var a=D(e);return"rgba("+a.red+","+a.green+","+a.blue+","+t+")"}else{if(typeof e=="number"&&typeof t=="number"&&typeof r=="number"&&typeof n=="number")return n>=1?ue(e,t,r):"rgba("+e+","+t+","+r+","+n+")";if(typeof e=="object"&&t===void 0&&r===void 0&&n===void 0)return e.alpha>=1?ue(e.red,e.green,e.blue):"rgba("+e.red+","+e.green+","+e.blue+","+e.alpha+")"}throw new v(7)}var _t=function(t){return typeof t.red=="number"&&typeof t.green=="number"&&typeof t.blue=="number"&&(typeof t.alpha!="number"||typeof t.alpha>"u")},At=function(t){return typeof t.red=="number"&&typeof t.green=="number"&&typeof t.blue=="number"&&typeof t.alpha=="number"},St=function(t){return typeof t.hue=="number"&&typeof t.saturation=="number"&&typeof t.lightness=="number"&&(typeof t.alpha!="number"||typeof t.alpha>"u")},Rt=function(t){return typeof t.hue=="number"&&typeof t.saturation=="number"&&typeof t.lightness=="number"&&typeof t.alpha=="number"};function C(e){if(typeof e!="object")throw new v(8);if(At(e))return Y(e);if(_t(e))return ue(e);if(Rt(e))return vt(e);if(St(e))return Tt(e);throw new v(8)}function We(e,t,r){return function(){var a=r.concat(Array.prototype.slice.call(arguments));return a.length>=t?e.apply(this,a):We(e,t,a)}}function _(e){return We(e,e.length,[])}function Ct(e,t){if(t==="transparent")return t;var r=R(t);return C(O({},r,{hue:r.hue+parseFloat(e)}))}var Is=_(Ct);function M(e,t,r){return Math.max(e,Math.min(t,r))}function wt(e,t){if(t==="transparent")return t;var r=R(t);return C(O({},r,{lightness:M(0,1,r.lightness-parseFloat(e))}))}var Ds=_(wt);function xt(e,t){if(t==="transparent")return t;var r=R(t);return C(O({},r,{saturation:M(0,1,r.saturation-parseFloat(e))}))}var Ms=_(xt);function Nt(e,t){if(t==="transparent")return t;var r=R(t);return C(O({},r,{lightness:M(0,1,r.lightness+parseFloat(e))}))}var Ps=_(Nt);function Lt(e,t,r){if(t==="transparent")return r;if(r==="transparent")return t;if(e===0)return r;var n=D(t),a=O({},n,{alpha:typeof n.alpha=="number"?n.alpha:1}),i=D(r),s=O({},i,{alpha:typeof i.alpha=="number"?i.alpha:1}),l=a.alpha-s.alpha,u=parseFloat(e)*2-1,c=u*l===-1?u:u+l,p=1+u*l,d=(c/p+1)/2,f=1-d,E={red:Math.floor(a.red*d+s.red*f),green:Math.floor(a.green*d+s.green*f),blue:Math.floor(a.blue*d+s.blue*f),alpha:a.alpha*parseFloat(e)+s.alpha*(1-parseFloat(e))};return Y(E)}var It=_(Lt),Ve=It;function Dt(e,t){if(t==="transparent")return t;var r=D(t),n=typeof r.alpha=="number"?r.alpha:1,a=O({},r,{alpha:M(0,1,(n*100+parseFloat(e)*100)/100)});return Y(a)}var Mt=_(Dt),$e=Mt;function Pt(e,t){if(t==="transparent")return t;var r=R(t);return C(O({},r,{saturation:M(0,1,r.saturation+parseFloat(e))}))}var Bs=_(Pt);function Bt(e,t){return t==="transparent"?t:C(O({},R(t),{hue:parseFloat(e)}))}var Fs=_(Bt);function Ft(e,t){return t==="transparent"?t:C(O({},R(t),{lightness:parseFloat(e)}))}var zs=_(Ft);function zt(e,t){return t==="transparent"?t:C(O({},R(t),{saturation:parseFloat(e)}))}var Hs=_(zt);function Ht(e,t){return t==="transparent"?t:Ve(parseFloat(e),"rgb(0, 0, 0)",t)}var js=_(Ht);function jt(e,t){return t==="transparent"?t:Ve(parseFloat(e),"rgb(255, 255, 255)",t)}var Us=_(jt);function Ut(e,t){if(t==="transparent")return t;var r=D(t),n=typeof r.alpha=="number"?r.alpha:1,a=O({},r,{alpha:M(0,1,+(n*100-parseFloat(e)*100).toFixed(2)/100)});return Y(a)}var ks=_(Ut);var kt=Object.create,ge=Object.defineProperty,Gt=Object.getOwnPropertyDescriptor,Ze=Object.getOwnPropertyNames,Wt=Object.getPrototypeOf,Vt=Object.prototype.hasOwnProperty,be=(e,t)=>function(){return t||(0,e[Ze(e)[0]])((t={exports:{}}).exports,t),t.exports},$t=(e,t)=>{for(var r in t)ge(e,r,{get:t[r],enumerable:!0})},Yt=(e,t,r,n)=>{if(t&&typeof t=="object"||typeof t=="function")for(let a of Ze(t))!Vt.call(e,a)&&a!==r&&ge(e,a,{get:()=>t[a],enumerable:!(n=Gt(t,a))||n.enumerable});return e},Jt=(e,t,r)=>(r=e!=null?kt(Wt(e)):{},Yt(t||!e||!e.__esModule?ge(r,"default",{value:e,enumerable:!0}):r,e)),qt=be({"node_modules/is-object/index.js"(e,t){t.exports=function(r){return typeof r=="object"&&r!==null}}}),Xt=be({"node_modules/is-window/index.js"(e,t){t.exports=function(r){if(r==null)return!1;var n=Object(r);return n===n.window}}}),Zt=be({"node_modules/is-dom/index.js"(e,t){var r=qt(),n=Xt();function a(i){return!r(i)||!n(window)||typeof window.Node!="function"?!1:typeof i.nodeType=="number"&&typeof i.nodeName=="string"}t.exports=a}}),X={};$t(X,{chromeDark:()=>Kt,chromeLight:()=>Qt});var Kt={BASE_FONT_FAMILY:"Menlo, monospace",BASE_FONT_SIZE:"11px",BASE_LINE_HEIGHT:1.2,BASE_BACKGROUND_COLOR:"rgb(36, 36, 36)",BASE_COLOR:"rgb(213, 213, 213)",OBJECT_PREVIEW_ARRAY_MAX_PROPERTIES:10,OBJECT_PREVIEW_OBJECT_MAX_PROPERTIES:5,OBJECT_NAME_COLOR:"rgb(227, 110, 236)",OBJECT_VALUE_NULL_COLOR:"rgb(127, 127, 127)",OBJECT_VALUE_UNDEFINED_COLOR:"rgb(127, 127, 127)",OBJECT_VALUE_REGEXP_COLOR:"rgb(233, 63, 59)",OBJECT_VALUE_STRING_COLOR:"rgb(233, 63, 59)",OBJECT_VALUE_SYMBOL_COLOR:"rgb(233, 63, 59)",OBJECT_VALUE_NUMBER_COLOR:"hsl(252, 100%, 75%)",OBJECT_VALUE_BOOLEAN_COLOR:"hsl(252, 100%, 75%)",OBJECT_VALUE_FUNCTION_PREFIX_COLOR:"rgb(85, 106, 242)",HTML_TAG_COLOR:"rgb(93, 176, 215)",HTML_TAGNAME_COLOR:"rgb(93, 176, 215)",HTML_TAGNAME_TEXT_TRANSFORM:"lowercase",HTML_ATTRIBUTE_NAME_COLOR:"rgb(155, 187, 220)",HTML_ATTRIBUTE_VALUE_COLOR:"rgb(242, 151, 102)",HTML_COMMENT_COLOR:"rgb(137, 137, 137)",HTML_DOCTYPE_COLOR:"rgb(192, 192, 192)",ARROW_COLOR:"rgb(145, 145, 145)",ARROW_MARGIN_RIGHT:3,ARROW_FONT_SIZE:12,ARROW_ANIMATION_DURATION:"0",TREENODE_FONT_FAMILY:"Menlo, monospace",TREENODE_FONT_SIZE:"11px",TREENODE_LINE_HEIGHT:1.2,TREENODE_PADDING_LEFT:12,TABLE_BORDER_COLOR:"rgb(85, 85, 85)",TABLE_TH_BACKGROUND_COLOR:"rgb(44, 44, 44)",TABLE_TH_HOVER_COLOR:"rgb(48, 48, 48)",TABLE_SORT_ICON_COLOR:"black",TABLE_DATA_BACKGROUND_IMAGE:"linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, 0) 50%, rgba(51, 139, 255, 0.0980392) 50%, rgba(51, 139, 255, 0.0980392))",TABLE_DATA_BACKGROUND_SIZE:"128px 32px"},Qt={BASE_FONT_FAMILY:"Menlo, monospace",BASE_FONT_SIZE:"11px",BASE_LINE_HEIGHT:1.2,BASE_BACKGROUND_COLOR:"white",BASE_COLOR:"black",OBJECT_PREVIEW_ARRAY_MAX_PROPERTIES:10,OBJECT_PREVIEW_OBJECT_MAX_PROPERTIES:5,OBJECT_NAME_COLOR:"rgb(136, 19, 145)",OBJECT_VALUE_NULL_COLOR:"rgb(128, 128, 128)",OBJECT_VALUE_UNDEFINED_COLOR:"rgb(128, 128, 128)",OBJECT_VALUE_REGEXP_COLOR:"rgb(196, 26, 22)",OBJECT_VALUE_STRING_COLOR:"rgb(196, 26, 22)",OBJECT_VALUE_SYMBOL_COLOR:"rgb(196, 26, 22)",OBJECT_VALUE_NUMBER_COLOR:"rgb(28, 0, 207)",OBJECT_VALUE_BOOLEAN_COLOR:"rgb(28, 0, 207)",OBJECT_VALUE_FUNCTION_PREFIX_COLOR:"rgb(13, 34, 170)",HTML_TAG_COLOR:"rgb(168, 148, 166)",HTML_TAGNAME_COLOR:"rgb(136, 18, 128)",HTML_TAGNAME_TEXT_TRANSFORM:"lowercase",HTML_ATTRIBUTE_NAME_COLOR:"rgb(153, 69, 0)",HTML_ATTRIBUTE_VALUE_COLOR:"rgb(26, 26, 166)",HTML_COMMENT_COLOR:"rgb(35, 110, 37)",HTML_DOCTYPE_COLOR:"rgb(192, 192, 192)",ARROW_COLOR:"#6e6e6e",ARROW_MARGIN_RIGHT:3,ARROW_FONT_SIZE:12,ARROW_ANIMATION_DURATION:"0",TREENODE_FONT_FAMILY:"Menlo, monospace",TREENODE_FONT_SIZE:"11px",TREENODE_LINE_HEIGHT:1.2,TREENODE_PADDING_LEFT:12,TABLE_BORDER_COLOR:"#aaa",TABLE_TH_BACKGROUND_COLOR:"#eee",TABLE_TH_HOVER_COLOR:"hsla(0, 0%, 90%, 1)",TABLE_SORT_ICON_COLOR:"#6e6e6e",TABLE_DATA_BACKGROUND_IMAGE:"linear-gradient(to bottom, white, white 50%, rgb(234, 243, 255) 50%, rgb(234, 243, 255))",TABLE_DATA_BACKGROUND_SIZE:"128px 32px"},Ke=K([{},()=>{}]),ce={WebkitTouchCallout:"none",WebkitUserSelect:"none",KhtmlUserSelect:"none",MozUserSelect:"none",msUserSelect:"none",OUserSelect:"none",userSelect:"none"},J=e=>({DOMNodePreview:{htmlOpenTag:{base:{color:e.HTML_TAG_COLOR},tagName:{color:e.HTML_TAGNAME_COLOR,textTransform:e.HTML_TAGNAME_TEXT_TRANSFORM},htmlAttributeName:{color:e.HTML_ATTRIBUTE_NAME_COLOR},htmlAttributeValue:{color:e.HTML_ATTRIBUTE_VALUE_COLOR}},htmlCloseTag:{base:{color:e.HTML_TAG_COLOR},offsetLeft:{marginLeft:-e.TREENODE_PADDING_LEFT},tagName:{color:e.HTML_TAGNAME_COLOR,textTransform:e.HTML_TAGNAME_TEXT_TRANSFORM}},htmlComment:{color:e.HTML_COMMENT_COLOR},htmlDoctype:{color:e.HTML_DOCTYPE_COLOR}},ObjectPreview:{objectDescription:{fontStyle:"italic"},preview:{fontStyle:"italic"},arrayMaxProperties:e.OBJECT_PREVIEW_ARRAY_MAX_PROPERTIES,objectMaxProperties:e.OBJECT_PREVIEW_OBJECT_MAX_PROPERTIES},ObjectName:{base:{color:e.OBJECT_NAME_COLOR},dimmed:{opacity:.6}},ObjectValue:{objectValueNull:{color:e.OBJECT_VALUE_NULL_COLOR},objectValueUndefined:{color:e.OBJECT_VALUE_UNDEFINED_COLOR},objectValueRegExp:{color:e.OBJECT_VALUE_REGEXP_COLOR},objectValueString:{color:e.OBJECT_VALUE_STRING_COLOR},objectValueSymbol:{color:e.OBJECT_VALUE_SYMBOL_COLOR},objectValueNumber:{color:e.OBJECT_VALUE_NUMBER_COLOR},objectValueBoolean:{color:e.OBJECT_VALUE_BOOLEAN_COLOR},objectValueFunctionPrefix:{color:e.OBJECT_VALUE_FUNCTION_PREFIX_COLOR,fontStyle:"italic"},objectValueFunctionName:{fontStyle:"italic"}},TreeView:{treeViewOutline:{padding:0,margin:0,listStyleType:"none"}},TreeNode:{treeNodeBase:{color:e.BASE_COLOR,backgroundColor:e.BASE_BACKGROUND_COLOR,lineHeight:e.TREENODE_LINE_HEIGHT,cursor:"default",boxSizing:"border-box",listStyle:"none",fontFamily:e.TREENODE_FONT_FAMILY,fontSize:e.TREENODE_FONT_SIZE},treeNodePreviewContainer:{},treeNodePlaceholder:{whiteSpace:"pre",fontSize:e.ARROW_FONT_SIZE,marginRight:e.ARROW_MARGIN_RIGHT,...ce},treeNodeArrow:{base:{color:e.ARROW_COLOR,display:"inline-block",fontSize:e.ARROW_FONT_SIZE,marginRight:e.ARROW_MARGIN_RIGHT,...parseFloat(e.ARROW_ANIMATION_DURATION)>0?{transition:`transform ${e.ARROW_ANIMATION_DURATION} ease 0s`}:{},...ce},expanded:{WebkitTransform:"rotateZ(90deg)",MozTransform:"rotateZ(90deg)",transform:"rotateZ(90deg)"},collapsed:{WebkitTransform:"rotateZ(0deg)",MozTransform:"rotateZ(0deg)",transform:"rotateZ(0deg)"}},treeNodeChildNodesContainer:{margin:0,paddingLeft:e.TREENODE_PADDING_LEFT}},TableInspector:{base:{color:e.BASE_COLOR,position:"relative",border:`1px solid ${e.TABLE_BORDER_COLOR}`,fontFamily:e.BASE_FONT_FAMILY,fontSize:e.BASE_FONT_SIZE,lineHeight:"120%",boxSizing:"border-box",cursor:"default"}},TableInspectorHeaderContainer:{base:{top:0,height:"17px",left:0,right:0,overflowX:"hidden"},table:{tableLayout:"fixed",borderSpacing:0,borderCollapse:"separate",height:"100%",width:"100%",margin:0}},TableInspectorDataContainer:{tr:{display:"table-row"},td:{boxSizing:"border-box",border:"none",height:"16px",verticalAlign:"top",padding:"1px 4px",WebkitUserSelect:"text",whiteSpace:"nowrap",textOverflow:"ellipsis",overflow:"hidden",lineHeight:"14px"},div:{position:"static",top:"17px",bottom:0,overflowY:"overlay",transform:"translateZ(0)",left:0,right:0,overflowX:"hidden"},table:{positon:"static",left:0,top:0,right:0,bottom:0,borderTop:"0 none transparent",margin:0,backgroundImage:e.TABLE_DATA_BACKGROUND_IMAGE,backgroundSize:e.TABLE_DATA_BACKGROUND_SIZE,tableLayout:"fixed",borderSpacing:0,borderCollapse:"separate",width:"100%",fontSize:e.BASE_FONT_SIZE,lineHeight:"120%"}},TableInspectorTH:{base:{position:"relative",height:"auto",textAlign:"left",backgroundColor:e.TABLE_TH_BACKGROUND_COLOR,borderBottom:`1px solid ${e.TABLE_BORDER_COLOR}`,fontWeight:"normal",verticalAlign:"middle",padding:"0 4px",whiteSpace:"nowrap",textOverflow:"ellipsis",overflow:"hidden",lineHeight:"14px",":hover":{backgroundColor:e.TABLE_TH_HOVER_COLOR}},div:{whiteSpace:"nowrap",textOverflow:"ellipsis",overflow:"hidden",fontSize:e.BASE_FONT_SIZE,lineHeight:"120%"}},TableInspectorLeftBorder:{none:{borderLeft:"none"},solid:{borderLeft:`1px solid ${e.TABLE_BORDER_COLOR}`}},TableInspectorSortIcon:{display:"block",marginRight:3,width:8,height:7,marginTop:-7,color:e.TABLE_SORT_ICON_COLOR,fontSize:12,...ce}}),pe="chromeLight",Qe=K(J(X[pe])),A=e=>Q(Qe)[e],he=e=>({theme:t=pe,...r})=>{let n=xe(()=>{switch(Object.prototype.toString.call(t)){case"[object String]":return J(X[t]);case"[object Object]":return J(t);default:return J(X[pe])}},[t]);return o.createElement(Qe.Provider,{value:n},o.createElement(e,{...r}))},er=({expanded:e,styles:t})=>o.createElement("span",{style:{...t.base,...e?t.expanded:t.collapsed}},"\u25B6"),tr=G(e=>{e={expanded:!0,nodeRenderer:({name:p})=>o.createElement("span",null,p),onClick:()=>{},shouldShowArrow:!1,shouldShowPlaceholder:!0,...e};let{expanded:t,onClick:r,children:n,nodeRenderer:a,title:i,shouldShowArrow:s,shouldShowPlaceholder:l}=e,u=A("TreeNode"),c=a;return o.createElement("li",{"aria-expanded":t,role:"treeitem",style:u.treeNodeBase,title:i},o.createElement("div",{style:u.treeNodePreviewContainer,onClick:r},s||Se.count(n)>0?o.createElement(er,{expanded:t,styles:u.treeNodeArrow}):l&&o.createElement("span",{style:u.treeNodePlaceholder},"\xA0"),o.createElement(c,{...e})),o.createElement("ol",{role:"group",style:u.treeNodeChildNodesContainer},t?n:void 0))}),Z="$",Ye="*";function q(e,t){return!t(e).next().done}var rr=e=>Array.from({length:e},(t,r)=>[Z].concat(Array.from({length:r},()=>"*")).join(".")),nr=(e,t,r,n,a)=>{let i=[].concat(rr(n)).concat(r).filter(l=>typeof l=="string"),s=[];return i.forEach(l=>{let u=l.split("."),c=(p,d,f)=>{if(f===u.length){s.push(d);return}let E=u[f];if(f===0)q(p,t)&&(E===Z||E===Ye)&&c(p,Z,f+1);else if(E===Ye)for(let{name:m,data:y}of t(p))q(y,t)&&c(y,`${d}.${m}`,f+1);else{let m=p[E];q(m,t)&&c(m,`${d}.${E}`,f+1)}};c(e,"",0)}),s.reduce((l,u)=>(l[u]=!0,l),{...a})},et=G(e=>{let{data:t,dataIterator:r,path:n,depth:a,nodeRenderer:i}=e,[s,l]=Q(Ke),u=q(t,r),c=!!s[n],p=N(()=>u&&l(d=>({...d,[n]:!c})),[u,l,n,c]);return o.createElement(tr,{expanded:c,onClick:p,shouldShowArrow:u,shouldShowPlaceholder:a>0,nodeRenderer:i,...e},c?[...r(t)].map(({name:d,data:f,...E})=>o.createElement(et,{name:d,data:f,depth:a+1,path:`${n}.${d}`,key:d,dataIterator:r,nodeRenderer:i,...E})):null)}),tt=G(({name:e,data:t,dataIterator:r,nodeRenderer:n,expandPaths:a,expandLevel:i})=>{let s=A("TreeView"),l=W({}),[,u]=l;return we(()=>u(c=>nr(t,r,a,i,c)),[t,r,a,i]),o.createElement(Ke.Provider,{value:l},o.createElement("ol",{role:"tree",style:s.treeViewOutline},o.createElement(et,{name:e,data:t,dataIterator:r,depth:0,path:Z,nodeRenderer:n})))}),Ee=({name:e,dimmed:t=!1,styles:r={}})=>{let n=A("ObjectName"),a={...n.base,...t?n.dimmed:{},...r};return o.createElement("span",{style:a},e)},U=({object:e,styles:t})=>{let r=A("ObjectValue"),n=a=>({...r[a],...t});switch(typeof e){case"bigint":return o.createElement("span",{style:n("objectValueNumber")},String(e),"n");case"number":return o.createElement("span",{style:n("objectValueNumber")},String(e));case"string":return o.createElement("span",{style:n("objectValueString")},'"',e,'"');case"boolean":return o.createElement("span",{style:n("objectValueBoolean")},String(e));case"undefined":return o.createElement("span",{style:n("objectValueUndefined")},"undefined");case"object":return e===null?o.createElement("span",{style:n("objectValueNull")},"null"):e instanceof Date?o.createElement("span",null,e.toString()):e instanceof RegExp?o.createElement("span",{style:n("objectValueRegExp")},e.toString()):Array.isArray(e)?o.createElement("span",null,`Array(${e.length})`):e.constructor?typeof e.constructor.isBuffer=="function"&&e.constructor.isBuffer(e)?o.createElement("span",null,`Buffer[${e.length}]`):o.createElement("span",null,e.constructor.name):o.createElement("span",null,"Object");case"function":return o.createElement("span",null,o.createElement("span",{style:n("objectValueFunctionPrefix")},"\u0192\xA0"),o.createElement("span",{style:n("objectValueFunctionName")},e.name,"()"));case"symbol":return o.createElement("span",{style:n("objectValueSymbol")},e.toString());default:return o.createElement("span",null)}},rt=Object.prototype.hasOwnProperty,ar=Object.prototype.propertyIsEnumerable;function fe(e,t){let r=Object.getOwnPropertyDescriptor(e,t);if(r.get)try{return r.get()}catch{return r.get}return e[t]}function Je(e,t){return e.length===0?[]:e.slice(1).reduce((r,n)=>r.concat([t,n]),[e[0]])}var de=({data:e})=>{let t=A("ObjectPreview"),r=e;if(typeof r!="object"||r===null||r instanceof Date||r instanceof RegExp)return o.createElement(U,{object:r});if(Array.isArray(r)){let n=t.arrayMaxProperties,a=r.slice(0,n).map((s,l)=>o.createElement(U,{key:l,object:s}));r.length>n&&a.push(o.createElement("span",{key:"ellipsis"},"\u2026"));let i=r.length;return o.createElement(o.Fragment,null,o.createElement("span",{style:t.objectDescription},i===0?"":`(${i})\xA0`),o.createElement("span",{style:t.preview},"[",Je(a,", "),"]"))}else{let n=t.objectMaxProperties,a=[];for(let s in r)if(rt.call(r,s)){let l;a.length===n-1&&Object.keys(r).length>n&&(l=o.createElement("span",{key:"ellipsis"},"\u2026"));let u=fe(r,s);if(a.push(o.createElement("span",{key:s},o.createElement(Ee,{name:s||'""'}),":\xA0",o.createElement(U,{object:u}),l)),l)break}let i=r.constructor?r.constructor.name:"Object";return o.createElement(o.Fragment,null,o.createElement("span",{style:t.objectDescription},i==="Object"?"":`${i} `),o.createElement("span",{style:t.preview},"{",Je(a,", "),"}"))}},or=({name:e,data:t})=>typeof e=="string"?o.createElement("span",null,o.createElement(Ee,{name:e}),o.createElement("span",null,": "),o.createElement(de,{data:t})):o.createElement(de,{data:t}),ir=({name:e,data:t,isNonenumerable:r=!1})=>{let n=t;return o.createElement("span",null,typeof e=="string"?o.createElement(Ee,{name:e,dimmed:r}):o.createElement(de,{data:e}),o.createElement("span",null,": "),o.createElement(U,{object:n}))},sr=(e,t)=>function*(r){if(!(typeof r=="object"&&r!==null||typeof r=="function"))return;let n=Array.isArray(r);if(!n&&r[Symbol.iterator]){let a=0;for(let i of r){if(Array.isArray(i)&&i.length===2){let[s,l]=i;yield{name:s,data:l}}else yield{name:a.toString(),data:i};a++}}else{let a=Object.getOwnPropertyNames(r);t===!0&&!n?a.sort():typeof t=="function"&&a.sort(t);for(let i of a)if(ar.call(r,i)){let s=fe(r,i);yield{name:i||'""',data:s}}else if(e){let s;try{s=fe(r,i)}catch{}s!==void 0&&(yield{name:i,data:s,isNonenumerable:!0})}e&&r!==Object.prototype&&(yield{name:"__proto__",data:Object.getPrototypeOf(r),isNonenumerable:!0})}},lr=({depth:e,name:t,data:r,isNonenumerable:n})=>e===0?o.createElement(or,{name:t,data:r}):o.createElement(ir,{name:t,data:r,isNonenumerable:n}),ur=({showNonenumerable:e=!1,sortObjectKeys:t,nodeRenderer:r,...n})=>{let a=sr(e,t),i=r||lr;return o.createElement(tt,{nodeRenderer:i,dataIterator:a,...n})},cr=he(ur);function pr(e){if(typeof e=="object"){let t=[];if(Array.isArray(e)){let n=e.length;t=[...Array(n).keys()]}else e!==null&&(t=Object.keys(e));let r=t.reduce((n,a)=>{let i=e[a];return typeof i=="object"&&i!==null&&Object.keys(i).reduce((s,l)=>(s.includes(l)||s.push(l),s),n),n},[]);return{rowHeaders:t,colHeaders:r}}}var fr=({rows:e,columns:t,rowsData:r})=>{let n=A("TableInspectorDataContainer"),a=A("TableInspectorLeftBorder");return o.createElement("div",{style:n.div},o.createElement("table",{style:n.table},o.createElement("colgroup",null),o.createElement("tbody",null,e.map((i,s)=>o.createElement("tr",{key:i,style:n.tr},o.createElement("td",{style:{...n.td,...a.none}},i),t.map(l=>{let u=r[s];return typeof u=="object"&&u!==null&&rt.call(u,l)?o.createElement("td",{key:l,style:{...n.td,...a.solid}},o.createElement(U,{object:u[l]})):o.createElement("td",{key:l,style:{...n.td,...a.solid}})}))))))},dr=e=>o.createElement("div",{style:{position:"absolute",top:1,right:0,bottom:1,display:"flex",alignItems:"center"}},e.children),mr=({sortAscending:e})=>{let t=A("TableInspectorSortIcon"),r=e?"\u25B2":"\u25BC";return o.createElement("div",{style:t},r)},qe=({sortAscending:e=!1,sorted:t=!1,onClick:r=void 0,borderStyle:n={},children:a,...i})=>{let s=A("TableInspectorTH"),[l,u]=W(!1),c=N(()=>u(!0),[]),p=N(()=>u(!1),[]);return o.createElement("th",{...i,style:{...s.base,...n,...l?s.base[":hover"]:{}},onMouseEnter:c,onMouseLeave:p,onClick:r},o.createElement("div",{style:s.div},a),t&&o.createElement(dr,null,o.createElement(mr,{sortAscending:e})))},gr=({indexColumnText:e="(index)",columns:t=[],sorted:r,sortIndexColumn:n,sortColumn:a,sortAscending:i,onTHClick:s,onIndexTHClick:l})=>{let u=A("TableInspectorHeaderContainer"),c=A("TableInspectorLeftBorder");return o.createElement("div",{style:u.base},o.createElement("table",{style:u.table},o.createElement("tbody",null,o.createElement("tr",null,o.createElement(qe,{borderStyle:c.none,sorted:r&&n,sortAscending:i,onClick:l},e),t.map(p=>o.createElement(qe,{borderStyle:c.solid,key:p,sorted:r&&a===p,sortAscending:i,onClick:s.bind(null,p)},p))))))},br=({data:e,columns:t})=>{let r=A("TableInspector"),[{sorted:n,sortIndexColumn:a,sortColumn:i,sortAscending:s},l]=W({sorted:!1,sortIndexColumn:!1,sortColumn:void 0,sortAscending:!1}),u=N(()=>{l(({sortIndexColumn:m,sortAscending:y})=>({sorted:!0,sortIndexColumn:!0,sortColumn:void 0,sortAscending:m?!y:!0}))},[]),c=N(m=>{l(({sortColumn:y,sortAscending:T})=>({sorted:!0,sortIndexColumn:!1,sortColumn:m,sortAscending:m===y?!T:!0}))},[]);if(typeof e!="object"||e===null)return o.createElement("div",null);let{rowHeaders:p,colHeaders:d}=pr(e);t!==void 0&&(d=t);let f=p.map(m=>e[m]),E;if(i!==void 0?E=f.map((m,y)=>typeof m=="object"&&m!==null?[m[i],y]:[void 0,y]):a&&(E=p.map((m,y)=>[p[y],y])),E!==void 0){let m=(T,x)=>(ot,it)=>{let ye=T(ot),Oe=T(it),Te=typeof ye,ve=typeof Oe,_e=(B,Ae)=>BAe?1:0,P;if(Te===ve)P=_e(ye,Oe);else{let B={string:0,number:1,object:2,symbol:3,boolean:4,undefined:5,function:6};P=_e(B[Te],B[ve])}return x||(P=-P),P},y=E.sort(m(T=>T[0],s)).map(T=>T[1]);p=y.map(T=>p[T]),f=y.map(T=>f[T])}return o.createElement("div",{style:r.base},o.createElement(gr,{columns:d,sorted:n,sortIndexColumn:a,sortColumn:i,sortAscending:s,onTHClick:c,onIndexTHClick:u}),o.createElement(fr,{rows:p,columns:d,rowsData:f}))},hr=he(br),Er=80,nt=e=>e.childNodes.length===0||e.childNodes.length===1&&e.childNodes[0].nodeType===Node.TEXT_NODE&&e.textContent.lengtho.createElement("span",{style:r.base},"<",o.createElement("span",{style:r.tagName},e),(()=>{if(t){let n=[];for(let a=0;a"),Xe=({tagName:e,isChildNode:t=!1,styles:r})=>o.createElement("span",{style:Object.assign({},r.base,t&&r.offsetLeft)},""),Or={1:"ELEMENT_NODE",3:"TEXT_NODE",7:"PROCESSING_INSTRUCTION_NODE",8:"COMMENT_NODE",9:"DOCUMENT_NODE",10:"DOCUMENT_TYPE_NODE",11:"DOCUMENT_FRAGMENT_NODE"},Tr=({isCloseTag:e,data:t,expanded:r})=>{let n=A("DOMNodePreview");if(e)return o.createElement(Xe,{styles:n.htmlCloseTag,isChildNode:!0,tagName:t.tagName});switch(t.nodeType){case Node.ELEMENT_NODE:return o.createElement("span",null,o.createElement(yr,{tagName:t.tagName,attributes:t.attributes,styles:n.htmlOpenTag}),nt(t)?t.textContent:!r&&"\u2026",!r&&o.createElement(Xe,{tagName:t.tagName,styles:n.htmlCloseTag}));case Node.TEXT_NODE:return o.createElement("span",null,t.textContent);case Node.CDATA_SECTION_NODE:return o.createElement("span",null,"");case Node.COMMENT_NODE:return o.createElement("span",{style:n.htmlComment},"");case Node.PROCESSING_INSTRUCTION_NODE:return o.createElement("span",null,t.nodeName);case Node.DOCUMENT_TYPE_NODE:return o.createElement("span",{style:n.htmlDoctype},"");case Node.DOCUMENT_NODE:return o.createElement("span",null,t.nodeName);case Node.DOCUMENT_FRAGMENT_NODE:return o.createElement("span",null,t.nodeName);default:return o.createElement("span",null,Or[t.nodeType])}},vr=function*(e){if(e&&e.childNodes){if(nt(e))return;for(let t=0;to.createElement(tt,{nodeRenderer:Tr,dataIterator:vr,...e}),Ar=he(_r),Sr=Jt(Zt()),Rr=({table:e=!1,data:t,...r})=>e?o.createElement(hr,{data:t,...r}):(0,Sr.default)(t)?o.createElement(Ar,{data:t,...r}):o.createElement(cr,{data:t,...r}),Cr=F.div({display:"flex",padding:0,borderLeft:"5px solid transparent",borderBottom:"1px solid transparent",transition:"all 0.1s",alignItems:"flex-start",whiteSpace:"pre"}),wr=F.div(({theme:e})=>({backgroundColor:$e(.5,e.appBorderColor),color:e.color.inverseText,fontSize:e.typography.size.s1,fontWeight:e.typography.weight.bold,lineHeight:1,padding:"1px 5px",borderRadius:20,margin:"2px 0px"})),xr=F.div({flex:1,padding:"0 0 0 5px"}),Nr=({children:e,className:t})=>o.createElement(Pe,{horizontal:!0,vertical:!0,className:t},e),Lr=F(Nr)({margin:0,padding:"10px 5px 20px"}),Ir=He(({theme:e,...t})=>o.createElement(Rr,{theme:e.addonActionsTheme||"chromeLight",table:!1,...t})),Dr=({actions:e,onClear:t})=>o.createElement(Ce,null,o.createElement(Lr,null,e.map(r=>o.createElement(Cr,{key:r.id},r.count>1&&o.createElement(wr,null,r.count),o.createElement(xr,null,o.createElement(Ir,{sortObjectKeys:!0,showNonenumerable:!1,name:r.data.name,data:r.data.args||r.data}))))),o.createElement(De,{actionItems:[{title:"Clear",onClick:t}]})),Mr="actions",k="storybook/actions",Pr=`${k}/panel`,me=`${k}/action-event`,at=`${k}/action-clear`,Br=(e,t)=>{try{return L(e,t)}catch{return!1}},Fr=class extends Re{constructor(e){super(e),this.handleStoryChange=()=>{let{actions:t}=this.state;t.length>0&&t[0].options.clearOnStoryChange&&this.clearActions()},this.addAction=t=>{this.setState(r=>{let n=[...r.actions],a=n.length&&n[0];return a&&Br(a.data,t.data)?a.count++:(t.count=1,n.unshift(t)),{actions:n.slice(0,t.options.limit)}})},this.clearActions=()=>{let{api:t}=this.props;t.emit(at),this.setState({actions:[]})},this.mounted=!1,this.state={actions:[]}}componentDidMount(){this.mounted=!0;let{api:e}=this.props;e.on(me,this.addAction),e.on(V,this.handleStoryChange)}componentWillUnmount(){this.mounted=!1;let{api:e}=this.props;e.off(V,this.handleStoryChange),e.off(me,this.addAction)}render(){let{actions:e=[]}=this.state,{active:t}=this.props,r={actions:e,onClear:this.clearActions};return t?o.createElement(Dr,{...r}):null}};function zr(){let[{count:e},t]=Le(k,{count:0});return Ie({[me]:()=>{t(r=>({...r,count:r.count+1}))},[V]:()=>{t(r=>({...r,count:0}))},[at]:()=>{t(r=>({...r,count:0}))}}),o.createElement("div",null,o.createElement(Be,{col:1},o.createElement("span",{style:{display:"inline-block",verticalAlign:"middle"}},"Actions"),e===0?"":o.createElement(Me,{status:"neutral"},e)))}ee.register(k,e=>{ee.add(Pr,{title:zr,type:Ne.PANEL,render:({active:t})=>o.createElement(Fr,{api:e,active:!!t}),paramKey:Mr})});})(); +}catch(e){ console.error("[Storybook] One of your manager-entries failed: " + import.meta.url, e); } diff --git a/sb-addons/essentials-actions-2/manager-bundle.js.LEGAL.txt b/sb-addons/essentials-actions-2/manager-bundle.js.LEGAL.txt new file mode 100644 index 0000000..e69de29 diff --git a/sb-addons/essentials-backgrounds-3/manager-bundle.js b/sb-addons/essentials-backgrounds-3/manager-bundle.js new file mode 100644 index 0000000..fa448c6 --- /dev/null +++ b/sb-addons/essentials-backgrounds-3/manager-bundle.js @@ -0,0 +1,12 @@ +try{ +(()=>{var te=Object.create;var F=Object.defineProperty;var re=Object.getOwnPropertyDescriptor;var ne=Object.getOwnPropertyNames;var oe=Object.getPrototypeOf,ie=Object.prototype.hasOwnProperty;var x=(e=>typeof require<"u"?require:typeof Proxy<"u"?new Proxy(e,{get:(t,s)=>(typeof require<"u"?require:t)[s]}):e)(function(e){if(typeof require<"u")return require.apply(this,arguments);throw Error('Dynamic require of "'+e+'" is not supported')});var B=(e,t)=>()=>(e&&(t=e(e=0)),t);var ae=(e,t)=>()=>(t||e((t={exports:{}}).exports,t),t.exports);var se=(e,t,s,o)=>{if(t&&typeof t=="object"||typeof t=="function")for(let i of ne(t))!ie.call(e,i)&&i!==s&&F(e,i,{get:()=>t[i],enumerable:!(o=re(t,i))||o.enumerable});return e};var le=(e,t,s)=>(s=e!=null?te(oe(e)):{},se(t||!e||!e.__esModule?F(s,"default",{value:e,enumerable:!0}):s,e));var d=B(()=>{});var m=B(()=>{});var p=B(()=>{});var j=ae(($,G)=>{d();m();p();(function(e){if(typeof $=="object"&&typeof G<"u")G.exports=e();else if(typeof define=="function"&&define.amd)define([],e);else{var t;typeof window<"u"||typeof window<"u"?t=window:typeof self<"u"?t=self:t=this,t.memoizerific=e()}})(function(){var e,t,s;return function o(i,g,l){function n(a,h){if(!g[a]){if(!i[a]){var c=typeof x=="function"&&x;if(!h&&c)return c(a,!0);if(r)return r(a,!0);var y=new Error("Cannot find module '"+a+"'");throw y.code="MODULE_NOT_FOUND",y}var f=g[a]={exports:{}};i[a][0].call(f.exports,function(b){var _=i[a][1][b];return n(_||b)},f,f.exports,o,i,g,l)}return g[a].exports}for(var r=typeof x=="function"&&x,u=0;u=0)return this.lastItem=this.list[r],this.list[r].val},l.prototype.set=function(n,r){var u;return this.lastItem&&this.isEqual(this.lastItem.key,n)?(this.lastItem.val=r,this):(u=this.indexOf(n),u>=0?(this.lastItem=this.list[u],this.list[u].val=r,this):(this.lastItem={key:n,val:r},this.list.push(this.lastItem),this.size++,this))},l.prototype.delete=function(n){var r;if(this.lastItem&&this.isEqual(this.lastItem.key,n)&&(this.lastItem=void 0),r=this.indexOf(n),r>=0)return this.size--,this.list.splice(r,1)[0]},l.prototype.has=function(n){var r;return this.lastItem&&this.isEqual(this.lastItem.key,n)?!0:(r=this.indexOf(n),r>=0?(this.lastItem=this.list[r],!0):!1)},l.prototype.forEach=function(n,r){var u;for(u=0;u0&&(R[k]={cacheItem:b,arg:arguments[k]},C?n(c,R):c.push(R),c.length>a&&r(c.shift())),f.wasMemoized=C,f.numArgs=k+1,A};return f.limit=a,f.wasMemoized=!1,f.cache=h,f.lru=c,f}};function n(a,h){var c=a.length,y=h.length,f,b,_;for(b=0;b=0&&(c=a[f],y=c.cacheItem.get(c.arg),!y||!y.size);f--)c.cacheItem.delete(c.arg)}function u(a,h){return a===h||a!==a&&h!==h}},{"map-or-similar":1}]},{},[3])(3)})});d();m();p();d();m();p();d();m();p();d();m();p();var v=__REACT__,{Children:Te,Component:Se,Fragment:w,Profiler:ke,PureComponent:Ie,StrictMode:Ee,Suspense:Ce,__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED:xe,cloneElement:Ae,createContext:Re,createElement:Be,createFactory:we,createRef:Le,forwardRef:Me,isValidElement:Pe,lazy:Ne,memo:L,useCallback:K,useContext:Ge,useDebugValue:ze,useEffect:De,useImperativeHandle:qe,useLayoutEffect:He,useMemo:Y,useReducer:Fe,useRef:Ke,useState:W,version:Ye}=__REACT__;d();m();p();var Ve=__STORYBOOK_API__,{ActiveTabs:Ze,Consumer:Je,ManagerContext:Qe,Provider:Xe,addons:M,combineParameters:et,controlOrMetaKey:tt,controlOrMetaSymbol:rt,eventMatchesShortcut:nt,eventToShortcut:ot,isMacLike:it,isShortcutTaken:at,keyToSymbol:st,merge:lt,mockChannel:ut,optionOrAltSymbol:ct,shortcutMatchesShortcut:ft,shortcutToHumanString:dt,types:U,useAddonState:mt,useArgTypes:pt,useArgs:ht,useChannel:gt,useGlobalTypes:bt,useGlobals:P,useParameter:N,useSharedState:yt,useStoryPrepared:_t,useStorybookApi:vt,useStorybookState:Ot}=__STORYBOOK_API__;var H=le(j());d();m();p();var Rt=__STORYBOOK_CLIENT_LOGGER__,{deprecate:Bt,logger:z,once:wt,pretty:Lt}=__STORYBOOK_CLIENT_LOGGER__;d();m();p();var zt=__STORYBOOK_COMPONENTS__,{A:Dt,ActionBar:qt,AddonPanel:Ht,Badge:Ft,Bar:Kt,Blockquote:Yt,Button:Wt,ClipboardCode:Ut,Code:$t,DL:jt,Div:Vt,DocumentWrapper:Zt,ErrorFormatter:Jt,FlexBar:Qt,Form:Xt,H1:er,H2:tr,H3:rr,H4:nr,H5:or,H6:ir,HR:ar,IconButton:D,IconButtonSkeleton:sr,Icons:q,Img:lr,LI:ur,Link:cr,ListItem:fr,Loader:dr,OL:mr,P:pr,Placeholder:hr,Pre:gr,ResetWrapper:br,ScrollArea:yr,Separator:_r,Spaced:vr,Span:Or,StorybookIcon:Tr,StorybookLogo:Sr,Symbols:kr,SyntaxHighlighter:Ir,TT:Er,TabBar:Cr,TabButton:xr,TabWrapper:Ar,Table:Rr,Tabs:Br,TabsState:wr,TooltipLinkList:V,TooltipMessage:Lr,TooltipNote:Mr,UL:Pr,WithTooltip:Z,WithTooltipPure:Nr,Zoom:Gr,codeCommon:zr,components:Dr,createCopyToClipboardFunction:qr,getStoryHref:Hr,icons:Fr,interleaveSeparators:Kr,nameSpaceClassNames:Yr,resetComponents:Wr,withReset:Ur}=__STORYBOOK_COMPONENTS__;d();m();p();var Jr=__STORYBOOK_THEMING__,{CacheProvider:Qr,ClassNames:Xr,Global:en,ThemeProvider:tn,background:rn,color:nn,convert:on,create:an,createCache:sn,createGlobal:ln,createReset:un,css:cn,darken:fn,ensure:dn,ignoreSsrWarning:mn,isPropValid:pn,jsx:hn,keyframes:gn,lighten:bn,styled:J,themes:yn,typography:_n,useTheme:vn,withTheme:On}=__STORYBOOK_THEMING__;d();m();p();var En=(()=>{let e;return typeof window<"u"?e=window:typeof globalThis<"u"?e=globalThis:typeof window<"u"?e=window:typeof self<"u"?e=self:e={},e})();d();m();p();function Q(e){for(var t=[],s=1;s({borderRadius:"1rem",display:"block",height:"1rem",width:"1rem",background:e}),({theme:e})=>({boxShadow:`${e.appBorderColor} 0 0 0 1px inset`})),ce=(e,t=[],s)=>{if(e==="transparent")return"transparent";if(t.find(i=>i.value===e))return e;let o=t.find(i=>i.name===s);if(o)return o.value;if(s){let i=t.map(g=>g.name).join(", ");z.warn(Q` + Backgrounds Addon: could not find the default color "${s}". + These are the available colors for your story based on your configuration: + ${i}. + `)}return"transparent"},ee=(0,H.default)(1e3)((e,t,s,o,i,g)=>({id:e||t,title:t,onClick:()=>{i({selected:s,name:t})},value:s,right:o?v.createElement(ue,{background:s}):void 0,active:g})),fe=(0,H.default)(10)((e,t,s)=>{let o=e.map(({name:i,value:g})=>ee(null,i,g,!0,s,g===t));return t!=="transparent"?[ee("reset","Clear background","transparent",null,s,!1),...o]:o}),de={default:null,disable:!0,values:[]},me=L(function(){let e=N(E,de),[t,s]=W(!1),[o,i]=P(),g=o[E]?.value,l=Y(()=>ce(g,e.values,e.default),[e,g]);Array.isArray(e)&&z.warn("Addon Backgrounds api has changed in Storybook 6.0. Please refer to the migration guide: https://github.com/storybookjs/storybook/blob/next/MIGRATION.md");let n=K(r=>{i({[E]:{...o[E],value:r}})},[e,o,i]);return e.disable?null:v.createElement(w,null,v.createElement(Z,{placement:"top",closeOnOutsideClick:!0,tooltip:({onHide:r})=>v.createElement(V,{links:fe(e.values,l,({selected:u})=>{l!==u&&n(u),r()})}),onVisibleChange:s},v.createElement(D,{key:"background",title:"Change the background of the preview",active:l!=="transparent"||t},v.createElement(q,{icon:"photo"}))))}),pe=L(function(){let[e,t]=P(),{grid:s}=N(E,{grid:{disable:!1}});if(s?.disable)return null;let o=e[E]?.grid||!1;return v.createElement(D,{key:"background",active:o,title:"Apply a grid to the preview",onClick:()=>t({[E]:{...e[E],grid:!o}})},v.createElement(q,{icon:"grid"}))});M.register(X,()=>{M.add(X,{title:"Backgrounds",type:U.TOOL,match:({viewMode:e})=>!!(e&&e.match(/^(story|docs)$/)),render:()=>v.createElement(w,null,v.createElement(me,null),v.createElement(pe,null))})});})(); +}catch(e){ console.error("[Storybook] One of your manager-entries failed: " + import.meta.url, e); } diff --git a/sb-addons/essentials-backgrounds-3/manager-bundle.js.LEGAL.txt b/sb-addons/essentials-backgrounds-3/manager-bundle.js.LEGAL.txt new file mode 100644 index 0000000..e69de29 diff --git a/sb-addons/essentials-controls-1/manager-bundle.js b/sb-addons/essentials-controls-1/manager-bundle.js new file mode 100644 index 0000000..bb5f5d6 --- /dev/null +++ b/sb-addons/essentials-controls-1/manager-bundle.js @@ -0,0 +1,63 @@ +try{ +(()=>{var Wy=Object.create;var ma=Object.defineProperty;var Vy=Object.getOwnPropertyDescriptor;var Ky=Object.getOwnPropertyNames;var Yy=Object.getPrototypeOf,Xy=Object.prototype.hasOwnProperty;var sr=(e=>typeof require<"u"?require:typeof Proxy<"u"?new Proxy(e,{get:(t,r)=>(typeof require<"u"?require:t)[r]}):e)(function(e){if(typeof require<"u")return require.apply(this,arguments);throw Error('Dynamic require of "'+e+'" is not supported')});var Ye=(e,t)=>()=>(e&&(t=e(e=0)),t);var S=(e,t)=>()=>(t||e((t={exports:{}}).exports,t),t.exports),tu=(e,t)=>{for(var r in t)ma(e,r,{get:t[r],enumerable:!0})},Jy=(e,t,r,n)=>{if(t&&typeof t=="object"||typeof t=="function")for(let a of Ky(t))!Xy.call(e,a)&&a!==r&&ma(e,a,{get:()=>t[a],enumerable:!(n=Vy(t,a))||n.enumerable});return e};var fe=(e,t,r)=>(r=e!=null?Wy(Yy(e)):{},Jy(t||!e||!e.__esModule?ma(r,"default",{value:e,enumerable:!0}):r,e));var l=Ye(()=>{});var c=Ye(()=>{});var d=Ye(()=>{});var g,ru,et,nu,sI,lI,cI,au,dI,he,lr,ga,pI,fI,hI,mI,ou,gI,ge,Xr,yI,me,bI,iu,tt,EI,Be,re,AI,wt=Ye(()=>{l();c();d();g=__REACT__,{Children:ru,Component:et,Fragment:nu,Profiler:sI,PureComponent:lI,StrictMode:cI,Suspense:au,__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED:dI,cloneElement:he,createContext:lr,createElement:ga,createFactory:pI,createRef:fI,forwardRef:hI,isValidElement:mI,lazy:ou,memo:gI,useCallback:ge,useContext:Xr,useDebugValue:yI,useEffect:me,useImperativeHandle:bI,useLayoutEffect:iu,useMemo:tt,useReducer:EI,useRef:Be,useState:re,version:AI}=__REACT__});var yu={};tu(yu,{A:()=>e2,ActionBar:()=>Ea,AddonPanel:()=>Aa,Badge:()=>va,Bar:()=>t2,Blockquote:()=>r2,Button:()=>n2,ClipboardCode:()=>a2,Code:()=>pu,DL:()=>o2,Div:()=>i2,DocumentWrapper:()=>u2,ErrorFormatter:()=>fu,FlexBar:()=>Da,Form:()=>_e,H1:()=>s2,H2:()=>Ca,H3:()=>hu,H4:()=>l2,H5:()=>c2,H6:()=>d2,HR:()=>p2,IconButton:()=>ht,IconButtonSkeleton:()=>xa,Icons:()=>Te,Img:()=>f2,LI:()=>h2,Link:()=>mt,ListItem:()=>m2,Loader:()=>mu,OL:()=>g2,P:()=>y2,Placeholder:()=>b2,Pre:()=>E2,ResetWrapper:()=>Sa,ScrollArea:()=>A2,Separator:()=>v2,Spaced:()=>Fa,Span:()=>D2,StorybookIcon:()=>C2,StorybookLogo:()=>x2,Symbols:()=>S2,SyntaxHighlighter:()=>Jr,TT:()=>F2,TabBar:()=>w2,TabButton:()=>B2,TabWrapper:()=>T2,Table:()=>_2,Tabs:()=>O2,TabsState:()=>wa,TooltipLinkList:()=>R2,TooltipMessage:()=>P2,TooltipNote:()=>Ba,UL:()=>I2,WithTooltip:()=>Qr,WithTooltipPure:()=>Ta,Zoom:()=>_a,codeCommon:()=>Bt,components:()=>Oa,createCopyToClipboardFunction:()=>k2,default:()=>Zy,getStoryHref:()=>gu,icons:()=>N2,interleaveSeparators:()=>L2,nameSpaceClassNames:()=>Ra,resetComponents:()=>M2,withReset:()=>Tt});var Zy,e2,Ea,Aa,va,t2,r2,n2,a2,pu,o2,i2,u2,fu,Da,_e,s2,Ca,hu,l2,c2,d2,p2,ht,xa,Te,f2,h2,mt,m2,mu,g2,y2,b2,E2,Sa,A2,v2,Fa,D2,C2,x2,S2,Jr,F2,w2,B2,T2,_2,O2,wa,R2,P2,Ba,I2,Qr,Ta,_a,Bt,Oa,k2,gu,N2,L2,Ra,M2,Tt,cr=Ye(()=>{l();c();d();Zy=__STORYBOOK_COMPONENTS__,{A:e2,ActionBar:Ea,AddonPanel:Aa,Badge:va,Bar:t2,Blockquote:r2,Button:n2,ClipboardCode:a2,Code:pu,DL:o2,Div:i2,DocumentWrapper:u2,ErrorFormatter:fu,FlexBar:Da,Form:_e,H1:s2,H2:Ca,H3:hu,H4:l2,H5:c2,H6:d2,HR:p2,IconButton:ht,IconButtonSkeleton:xa,Icons:Te,Img:f2,LI:h2,Link:mt,ListItem:m2,Loader:mu,OL:g2,P:y2,Placeholder:b2,Pre:E2,ResetWrapper:Sa,ScrollArea:A2,Separator:v2,Spaced:Fa,Span:D2,StorybookIcon:C2,StorybookLogo:x2,Symbols:S2,SyntaxHighlighter:Jr,TT:F2,TabBar:w2,TabButton:B2,TabWrapper:T2,Table:_2,Tabs:O2,TabsState:wa,TooltipLinkList:R2,TooltipMessage:P2,TooltipNote:Ba,UL:I2,WithTooltip:Qr,WithTooltipPure:Ta,Zoom:_a,codeCommon:Bt,components:Oa,createCopyToClipboardFunction:k2,getStoryHref:gu,icons:N2,interleaveSeparators:L2,nameSpaceClassNames:Ra,resetComponents:M2,withReset:Tt}=__STORYBOOK_COMPONENTS__});var Oe,dr,Pa=Ye(()=>{l();c();d();Oe=e=>`control-${e.replace(/\s+/g,"-")}`,dr=e=>`set-${e.replace(/\s+/g,"-")}`});var ok,ik,uk,sk,bu,lk,ck,Eu,dk,pk,fk,hk,mk,gk,j2,Au,yk,bk,Ek,Ak,j,Ia,vk,vu,Dk,ka=Ye(()=>{l();c();d();ok=__STORYBOOK_THEMING__,{CacheProvider:ik,ClassNames:uk,Global:sk,ThemeProvider:bu,background:lk,color:ck,convert:Eu,create:dk,createCache:pk,createGlobal:fk,createReset:hk,css:mk,darken:gk,ensure:j2,ignoreSsrWarning:Au,isPropValid:yk,jsx:bk,keyframes:Ek,lighten:Ak,styled:j,themes:Ia,typography:vk,useTheme:vu,withTheme:Dk}=__STORYBOOK_THEMING__});var Ga=S((z7,Bu)=>{l();c();d();function x1(e,t){for(var r=-1,n=e==null?0:e.length,a=Array(n);++r{l();c();d();function S1(){this.__data__=[],this.size=0}Tu.exports=S1});var en=S((Q7,Ou)=>{l();c();d();function F1(e,t){return e===t||e!==e&&t!==t}Ou.exports=F1});var gr=S((rN,Ru)=>{l();c();d();var w1=en();function B1(e,t){for(var r=e.length;r--;)if(w1(e[r][0],t))return r;return-1}Ru.exports=B1});var Iu=S((iN,Pu)=>{l();c();d();var T1=gr(),_1=Array.prototype,O1=_1.splice;function R1(e){var t=this.__data__,r=T1(t,e);if(r<0)return!1;var n=t.length-1;return r==n?t.pop():O1.call(t,r,1),--this.size,!0}Pu.exports=R1});var Nu=S((cN,ku)=>{l();c();d();var P1=gr();function I1(e){var t=this.__data__,r=P1(t,e);return r<0?void 0:t[r][1]}ku.exports=I1});var Mu=S((hN,Lu)=>{l();c();d();var k1=gr();function N1(e){return k1(this.__data__,e)>-1}Lu.exports=N1});var qu=S((bN,ju)=>{l();c();d();var L1=gr();function M1(e,t){var r=this.__data__,n=L1(r,e);return n<0?(++this.size,r.push([e,t])):r[n][1]=t,this}ju.exports=M1});var yr=S((DN,$u)=>{l();c();d();var j1=_u(),q1=Iu(),$1=Nu(),H1=Mu(),U1=qu();function Pt(e){var t=-1,r=e==null?0:e.length;for(this.clear();++t{l();c();d();var z1=yr();function G1(){this.__data__=new z1,this.size=0}Hu.exports=G1});var Gu=S((_N,zu)=>{l();c();d();function W1(e){var t=this.__data__,r=t.delete(e);return this.size=t.size,r}zu.exports=W1});var Vu=S((IN,Wu)=>{l();c();d();function V1(e){return this.__data__.get(e)}Wu.exports=V1});var Yu=S((MN,Ku)=>{l();c();d();function K1(e){return this.__data__.has(e)}Ku.exports=K1});var Wa=S((HN,Xu)=>{l();c();d();var Y1=typeof window=="object"&&window&&window.Object===Object&&window;Xu.exports=Y1});var Me=S((WN,Ju)=>{l();c();d();var X1=Wa(),J1=typeof self=="object"&&self&&self.Object===Object&&self,Q1=X1||J1||Function("return this")();Ju.exports=Q1});var yt=S((XN,Qu)=>{l();c();d();var Z1=Me(),eb=Z1.Symbol;Qu.exports=eb});var rs=S((eL,ts)=>{l();c();d();var Zu=yt(),es=Object.prototype,tb=es.hasOwnProperty,rb=es.toString,br=Zu?Zu.toStringTag:void 0;function nb(e){var t=tb.call(e,br),r=e[br];try{e[br]=void 0;var n=!0}catch{}var a=rb.call(e);return n&&(t?e[br]=r:delete e[br]),a}ts.exports=nb});var as=S((aL,ns)=>{l();c();d();var ab=Object.prototype,ob=ab.toString;function ib(e){return ob.call(e)}ns.exports=ib});var bt=S((sL,us)=>{l();c();d();var os=yt(),ub=rs(),sb=as(),lb="[object Null]",cb="[object Undefined]",is=os?os.toStringTag:void 0;function db(e){return e==null?e===void 0?cb:lb:is&&is in Object(e)?ub(e):sb(e)}us.exports=db});var He=S((pL,ss)=>{l();c();d();function pb(e){var t=typeof e;return e!=null&&(t=="object"||t=="function")}ss.exports=pb});var Va=S((gL,ls)=>{l();c();d();var fb=bt(),hb=He(),mb="[object AsyncFunction]",gb="[object Function]",yb="[object GeneratorFunction]",bb="[object Proxy]";function Eb(e){if(!hb(e))return!1;var t=fb(e);return t==gb||t==yb||t==mb||t==bb}ls.exports=Eb});var ds=S((AL,cs)=>{l();c();d();var Ab=Me(),vb=Ab["__core-js_shared__"];cs.exports=vb});var hs=S((xL,fs)=>{l();c();d();var Ka=ds(),ps=function(){var e=/[^.]+$/.exec(Ka&&Ka.keys&&Ka.keys.IE_PROTO||"");return e?"Symbol(src)_1."+e:""}();function Db(e){return!!ps&&ps in e}fs.exports=Db});var Ya=S((BL,ms)=>{l();c();d();var Cb=Function.prototype,xb=Cb.toString;function Sb(e){if(e!=null){try{return xb.call(e)}catch{}try{return e+""}catch{}}return""}ms.exports=Sb});var ys=S((RL,gs)=>{l();c();d();var Fb=Va(),wb=hs(),Bb=He(),Tb=Ya(),_b=/[\\^$.*+?()[\]{}|]/g,Ob=/^\[object .+?Constructor\]$/,Rb=Function.prototype,Pb=Object.prototype,Ib=Rb.toString,kb=Pb.hasOwnProperty,Nb=RegExp("^"+Ib.call(kb).replace(_b,"\\$&").replace(/hasOwnProperty|(function).*?(?=\\\()| for .+?(?=\\\])/g,"$1.*?")+"$");function Lb(e){if(!Bb(e)||wb(e))return!1;var t=Fb(e)?Nb:Ob;return t.test(Tb(e))}gs.exports=Lb});var Es=S((NL,bs)=>{l();c();d();function Mb(e,t){return e?.[t]}bs.exports=Mb});var ot=S((qL,As)=>{l();c();d();var jb=ys(),qb=Es();function $b(e,t){var r=qb(e,t);return jb(r)?r:void 0}As.exports=$b});var tn=S((zL,vs)=>{l();c();d();var Hb=ot(),Ub=Me(),zb=Hb(Ub,"Map");vs.exports=zb});var Er=S((KL,Ds)=>{l();c();d();var Gb=ot(),Wb=Gb(Object,"create");Ds.exports=Wb});var Ss=S((QL,xs)=>{l();c();d();var Cs=Er();function Vb(){this.__data__=Cs?Cs(null):{},this.size=0}xs.exports=Vb});var ws=S((rM,Fs)=>{l();c();d();function Kb(e){var t=this.has(e)&&delete this.__data__[e];return this.size-=t?1:0,t}Fs.exports=Kb});var Ts=S((iM,Bs)=>{l();c();d();var Yb=Er(),Xb="__lodash_hash_undefined__",Jb=Object.prototype,Qb=Jb.hasOwnProperty;function Zb(e){var t=this.__data__;if(Yb){var r=t[e];return r===Xb?void 0:r}return Qb.call(t,e)?t[e]:void 0}Bs.exports=Zb});var Os=S((cM,_s)=>{l();c();d();var eE=Er(),tE=Object.prototype,rE=tE.hasOwnProperty;function nE(e){var t=this.__data__;return eE?t[e]!==void 0:rE.call(t,e)}_s.exports=nE});var Ps=S((hM,Rs)=>{l();c();d();var aE=Er(),oE="__lodash_hash_undefined__";function iE(e,t){var r=this.__data__;return this.size+=this.has(e)?0:1,r[e]=aE&&t===void 0?oE:t,this}Rs.exports=iE});var ks=S((bM,Is)=>{l();c();d();var uE=Ss(),sE=ws(),lE=Ts(),cE=Os(),dE=Ps();function It(e){var t=-1,r=e==null?0:e.length;for(this.clear();++t{l();c();d();var Ns=ks(),pE=yr(),fE=tn();function hE(){this.size=0,this.__data__={hash:new Ns,map:new(fE||pE),string:new Ns}}Ls.exports=hE});var qs=S((FM,js)=>{l();c();d();function mE(e){var t=typeof e;return t=="string"||t=="number"||t=="symbol"||t=="boolean"?e!=="__proto__":e===null}js.exports=mE});var Ar=S((_M,$s)=>{l();c();d();var gE=qs();function yE(e,t){var r=e.__data__;return gE(t)?r[typeof t=="string"?"string":"hash"]:r.map}$s.exports=yE});var Us=S((IM,Hs)=>{l();c();d();var bE=Ar();function EE(e){var t=bE(this,e).delete(e);return this.size-=t?1:0,t}Hs.exports=EE});var Gs=S((MM,zs)=>{l();c();d();var AE=Ar();function vE(e){return AE(this,e).get(e)}zs.exports=vE});var Vs=S((HM,Ws)=>{l();c();d();var DE=Ar();function CE(e){return DE(this,e).has(e)}Ws.exports=CE});var Ys=S((WM,Ks)=>{l();c();d();var xE=Ar();function SE(e,t){var r=xE(this,e),n=r.size;return r.set(e,t),this.size+=r.size==n?0:1,this}Ks.exports=SE});var rn=S((XM,Xs)=>{l();c();d();var FE=Ms(),wE=Us(),BE=Gs(),TE=Vs(),_E=Ys();function kt(e){var t=-1,r=e==null?0:e.length;for(this.clear();++t{l();c();d();var OE=yr(),RE=tn(),PE=rn(),IE=200;function kE(e,t){var r=this.__data__;if(r instanceof OE){var n=r.__data__;if(!RE||n.length{l();c();d();var NE=yr(),LE=Uu(),ME=Gu(),jE=Vu(),qE=Yu(),$E=Qs();function Nt(e){var t=this.__data__=new NE(e);this.size=t.size}Nt.prototype.clear=LE;Nt.prototype.delete=ME;Nt.prototype.get=jE;Nt.prototype.has=qE;Nt.prototype.set=$E;Zs.exports=Nt});var tl=S((sj,el)=>{l();c();d();var HE="__lodash_hash_undefined__";function UE(e){return this.__data__.set(e,HE),this}el.exports=UE});var nl=S((pj,rl)=>{l();c();d();function zE(e){return this.__data__.has(e)}rl.exports=zE});var Xa=S((gj,al)=>{l();c();d();var GE=rn(),WE=tl(),VE=nl();function an(e){var t=-1,r=e==null?0:e.length;for(this.__data__=new GE;++t{l();c();d();function KE(e,t){for(var r=-1,n=e==null?0:e.length;++r{l();c();d();function YE(e,t){return e.has(t)}ul.exports=YE});var Qa=S((Bj,sl)=>{l();c();d();var XE=Xa(),JE=il(),QE=Ja(),ZE=1,eA=2;function tA(e,t,r,n,a,o){var i=r&ZE,u=e.length,s=t.length;if(u!=s&&!(i&&s>u))return!1;var p=o.get(e),y=o.get(t);if(p&&y)return p==t&&y==e;var A=-1,m=!0,h=r&eA?new XE:void 0;for(o.set(e,t),o.set(t,e);++A{l();c();d();var rA=Me(),nA=rA.Uint8Array;ll.exports=nA});var dl=S((Nj,cl)=>{l();c();d();function aA(e){var t=-1,r=Array(e.size);return e.forEach(function(n,a){r[++t]=[a,n]}),r}cl.exports=aA});var on=S((qj,pl)=>{l();c();d();function oA(e){var t=-1,r=Array(e.size);return e.forEach(function(n){r[++t]=n}),r}pl.exports=oA});var yl=S((zj,gl)=>{l();c();d();var fl=yt(),hl=Za(),iA=en(),uA=Qa(),sA=dl(),lA=on(),cA=1,dA=2,pA="[object Boolean]",fA="[object Date]",hA="[object Error]",mA="[object Map]",gA="[object Number]",yA="[object RegExp]",bA="[object Set]",EA="[object String]",AA="[object Symbol]",vA="[object ArrayBuffer]",DA="[object DataView]",ml=fl?fl.prototype:void 0,eo=ml?ml.valueOf:void 0;function CA(e,t,r,n,a,o,i){switch(r){case DA:if(e.byteLength!=t.byteLength||e.byteOffset!=t.byteOffset)return!1;e=e.buffer,t=t.buffer;case vA:return!(e.byteLength!=t.byteLength||!o(new hl(e),new hl(t)));case pA:case fA:case gA:return iA(+e,+t);case hA:return e.name==t.name&&e.message==t.message;case yA:case EA:return e==t+"";case mA:var u=sA;case bA:var s=n&cA;if(u||(u=lA),e.size!=t.size&&!s)return!1;var p=i.get(e);if(p)return p==t;n|=dA,i.set(e,t);var y=uA(u(e),u(t),n,a,o,i);return i.delete(e),y;case AA:if(eo)return eo.call(e)==eo.call(t)}return!1}gl.exports=CA});var un=S((Kj,bl)=>{l();c();d();function xA(e,t){for(var r=-1,n=t.length,a=e.length;++r{l();c();d();var SA=Array.isArray;El.exports=SA});var to=S((rq,Al)=>{l();c();d();var FA=un(),wA=Ue();function BA(e,t,r){var n=t(e);return wA(e)?n:FA(n,r(e))}Al.exports=BA});var Dl=S((iq,vl)=>{l();c();d();function TA(e,t){for(var r=-1,n=e==null?0:e.length,a=0,o=[];++r{l();c();d();function _A(){return[]}Cl.exports=_A});var sn=S((hq,Sl)=>{l();c();d();var OA=Dl(),RA=ro(),PA=Object.prototype,IA=PA.propertyIsEnumerable,xl=Object.getOwnPropertySymbols,kA=xl?function(e){return e==null?[]:(e=Object(e),OA(xl(e),function(t){return IA.call(e,t)}))}:RA;Sl.exports=kA});var wl=S((bq,Fl)=>{l();c();d();function NA(e,t){for(var r=-1,n=Array(e);++r{l();c();d();function LA(e){return e!=null&&typeof e=="object"}Bl.exports=LA});var _l=S((Fq,Tl)=>{l();c();d();var MA=bt(),jA=Je(),qA="[object Arguments]";function $A(e){return jA(e)&&MA(e)==qA}Tl.exports=$A});var ln=S((_q,Pl)=>{l();c();d();var Ol=_l(),HA=Je(),Rl=Object.prototype,UA=Rl.hasOwnProperty,zA=Rl.propertyIsEnumerable,GA=Ol(function(){return arguments}())?Ol:function(e){return HA(e)&&UA.call(e,"callee")&&!zA.call(e,"callee")};Pl.exports=GA});var kl=S((Iq,Il)=>{l();c();d();function WA(){return!1}Il.exports=WA});var cn=S((vr,Lt)=>{l();c();d();var VA=Me(),KA=kl(),Ml=typeof vr=="object"&&vr&&!vr.nodeType&&vr,Nl=Ml&&typeof Lt=="object"&&Lt&&!Lt.nodeType&&Lt,YA=Nl&&Nl.exports===Ml,Ll=YA?VA.Buffer:void 0,XA=Ll?Ll.isBuffer:void 0,JA=XA||KA;Lt.exports=JA});var dn=S(($q,jl)=>{l();c();d();var QA=9007199254740991,ZA=/^(?:0|[1-9]\d*)$/;function ev(e,t){var r=typeof e;return t=t??QA,!!t&&(r=="number"||r!="symbol"&&ZA.test(e))&&e>-1&&e%1==0&&e{l();c();d();var tv=9007199254740991;function rv(e){return typeof e=="number"&&e>-1&&e%1==0&&e<=tv}ql.exports=rv});var Hl=S((Yq,$l)=>{l();c();d();var nv=bt(),av=pn(),ov=Je(),iv="[object Arguments]",uv="[object Array]",sv="[object Boolean]",lv="[object Date]",cv="[object Error]",dv="[object Function]",pv="[object Map]",fv="[object Number]",hv="[object Object]",mv="[object RegExp]",gv="[object Set]",yv="[object String]",bv="[object WeakMap]",Ev="[object ArrayBuffer]",Av="[object DataView]",vv="[object Float32Array]",Dv="[object Float64Array]",Cv="[object Int8Array]",xv="[object Int16Array]",Sv="[object Int32Array]",Fv="[object Uint8Array]",wv="[object Uint8ClampedArray]",Bv="[object Uint16Array]",Tv="[object Uint32Array]",ce={};ce[vv]=ce[Dv]=ce[Cv]=ce[xv]=ce[Sv]=ce[Fv]=ce[wv]=ce[Bv]=ce[Tv]=!0;ce[iv]=ce[uv]=ce[Ev]=ce[sv]=ce[Av]=ce[lv]=ce[cv]=ce[dv]=ce[pv]=ce[fv]=ce[hv]=ce[mv]=ce[gv]=ce[yv]=ce[bv]=!1;function _v(e){return ov(e)&&av(e.length)&&!!ce[nv(e)]}$l.exports=_v});var fn=S((Zq,Ul)=>{l();c();d();function Ov(e){return function(t){return e(t)}}Ul.exports=Ov});var hn=S((Dr,Mt)=>{l();c();d();var Rv=Wa(),zl=typeof Dr=="object"&&Dr&&!Dr.nodeType&&Dr,Cr=zl&&typeof Mt=="object"&&Mt&&!Mt.nodeType&&Mt,Pv=Cr&&Cr.exports===zl,no=Pv&&Rv.process,Iv=function(){try{var e=Cr&&Cr.require&&Cr.require("util").types;return e||no&&no.binding&&no.binding("util")}catch{}}();Mt.exports=Iv});var ao=S((i$,Vl)=>{l();c();d();var kv=Hl(),Nv=fn(),Gl=hn(),Wl=Gl&&Gl.isTypedArray,Lv=Wl?Nv(Wl):kv;Vl.exports=Lv});var oo=S((c$,Kl)=>{l();c();d();var Mv=wl(),jv=ln(),qv=Ue(),$v=cn(),Hv=dn(),Uv=ao(),zv=Object.prototype,Gv=zv.hasOwnProperty;function Wv(e,t){var r=qv(e),n=!r&&jv(e),a=!r&&!n&&$v(e),o=!r&&!n&&!a&&Uv(e),i=r||n||a||o,u=i?Mv(e.length,String):[],s=u.length;for(var p in e)(t||Gv.call(e,p))&&!(i&&(p=="length"||a&&(p=="offset"||p=="parent")||o&&(p=="buffer"||p=="byteLength"||p=="byteOffset")||Hv(p,s)))&&u.push(p);return u}Kl.exports=Wv});var mn=S((h$,Yl)=>{l();c();d();var Vv=Object.prototype;function Kv(e){var t=e&&e.constructor,r=typeof t=="function"&&t.prototype||Vv;return e===r}Yl.exports=Kv});var io=S((b$,Xl)=>{l();c();d();function Yv(e,t){return function(r){return e(t(r))}}Xl.exports=Yv});var Ql=S((D$,Jl)=>{l();c();d();var Xv=io(),Jv=Xv(Object.keys,Object);Jl.exports=Jv});var ec=S((F$,Zl)=>{l();c();d();var Qv=mn(),Zv=Ql(),eD=Object.prototype,tD=eD.hasOwnProperty;function rD(e){if(!Qv(e))return Zv(e);var t=[];for(var r in Object(e))tD.call(e,r)&&r!="constructor"&&t.push(r);return t}Zl.exports=rD});var uo=S((_$,tc)=>{l();c();d();var nD=Va(),aD=pn();function oD(e){return e!=null&&aD(e.length)&&!nD(e)}tc.exports=oD});var jt=S((I$,rc)=>{l();c();d();var iD=oo(),uD=ec(),sD=uo();function lD(e){return sD(e)?iD(e):uD(e)}rc.exports=lD});var so=S((M$,nc)=>{l();c();d();var cD=to(),dD=sn(),pD=jt();function fD(e){return cD(e,pD,dD)}nc.exports=fD});var ic=S((H$,oc)=>{l();c();d();var ac=so(),hD=1,mD=Object.prototype,gD=mD.hasOwnProperty;function yD(e,t,r,n,a,o){var i=r&hD,u=ac(e),s=u.length,p=ac(t),y=p.length;if(s!=y&&!i)return!1;for(var A=s;A--;){var m=u[A];if(!(i?m in t:gD.call(t,m)))return!1}var h=o.get(e),E=o.get(t);if(h&&E)return h==t&&E==e;var b=!0;o.set(e,t),o.set(t,e);for(var x=i;++A{l();c();d();var bD=ot(),ED=Me(),AD=bD(ED,"DataView");uc.exports=AD});var cc=S((X$,lc)=>{l();c();d();var vD=ot(),DD=Me(),CD=vD(DD,"Promise");lc.exports=CD});var lo=S((eH,dc)=>{l();c();d();var xD=ot(),SD=Me(),FD=xD(SD,"Set");dc.exports=FD});var fc=S((aH,pc)=>{l();c();d();var wD=ot(),BD=Me(),TD=wD(BD,"WeakMap");pc.exports=TD});var xr=S((sH,Ac)=>{l();c();d();var co=sc(),po=tn(),fo=cc(),ho=lo(),mo=fc(),Ec=bt(),qt=Ya(),hc="[object Map]",_D="[object Object]",mc="[object Promise]",gc="[object Set]",yc="[object WeakMap]",bc="[object DataView]",OD=qt(co),RD=qt(po),PD=qt(fo),ID=qt(ho),kD=qt(mo),Et=Ec;(co&&Et(new co(new ArrayBuffer(1)))!=bc||po&&Et(new po)!=hc||fo&&Et(fo.resolve())!=mc||ho&&Et(new ho)!=gc||mo&&Et(new mo)!=yc)&&(Et=function(e){var t=Ec(e),r=t==_D?e.constructor:void 0,n=r?qt(r):"";if(n)switch(n){case OD:return bc;case RD:return hc;case PD:return mc;case ID:return gc;case kD:return yc}return t});Ac.exports=Et});var Bc=S((pH,wc)=>{l();c();d();var go=nn(),ND=Qa(),LD=yl(),MD=ic(),vc=xr(),Dc=Ue(),Cc=cn(),jD=ao(),qD=1,xc="[object Arguments]",Sc="[object Array]",gn="[object Object]",$D=Object.prototype,Fc=$D.hasOwnProperty;function HD(e,t,r,n,a,o){var i=Dc(e),u=Dc(t),s=i?Sc:vc(e),p=u?Sc:vc(t);s=s==xc?gn:s,p=p==xc?gn:p;var y=s==gn,A=p==gn,m=s==p;if(m&&Cc(e)){if(!Cc(t))return!1;i=!0,y=!1}if(m&&!y)return o||(o=new go),i||jD(e)?ND(e,t,r,n,a,o):LD(e,t,s,r,n,a,o);if(!(r&qD)){var h=y&&Fc.call(e,"__wrapped__"),E=A&&Fc.call(t,"__wrapped__");if(h||E){var b=h?e.value():e,x=E?t.value():t;return o||(o=new go),a(b,x,r,n,o)}}return m?(o||(o=new go),MD(e,t,r,n,a,o)):!1}wc.exports=HD});var yo=S((gH,Oc)=>{l();c();d();var UD=Bc(),Tc=Je();function _c(e,t,r,n,a){return e===t?!0:e==null||t==null||!Tc(e)&&!Tc(t)?e!==e&&t!==t:UD(e,t,r,n,_c,a)}Oc.exports=_c});var Pc=S((AH,Rc)=>{l();c();d();var zD=nn(),GD=yo(),WD=1,VD=2;function KD(e,t,r,n){var a=r.length,o=a,i=!n;if(e==null)return!o;for(e=Object(e);a--;){var u=r[a];if(i&&u[2]?u[1]!==e[u[0]]:!(u[0]in e))return!1}for(;++a{l();c();d();var YD=He();function XD(e){return e===e&&!YD(e)}Ic.exports=XD});var Nc=S((BH,kc)=>{l();c();d();var JD=bo(),QD=jt();function ZD(e){for(var t=QD(e),r=t.length;r--;){var n=t[r],a=e[n];t[r]=[n,a,JD(a)]}return t}kc.exports=ZD});var Eo=S((RH,Lc)=>{l();c();d();function eC(e,t){return function(r){return r==null?!1:r[e]===t&&(t!==void 0||e in Object(r))}}Lc.exports=eC});var jc=S((NH,Mc)=>{l();c();d();var tC=Pc(),rC=Nc(),nC=Eo();function aC(e){var t=rC(e);return t.length==1&&t[0][2]?nC(t[0][0],t[0][1]):function(r){return r===e||tC(r,e,t)}}Mc.exports=aC});var Sr=S((qH,qc)=>{l();c();d();var oC=bt(),iC=Je(),uC="[object Symbol]";function sC(e){return typeof e=="symbol"||iC(e)&&oC(e)==uC}qc.exports=sC});var yn=S((zH,$c)=>{l();c();d();var lC=Ue(),cC=Sr(),dC=/\.|\[(?:[^[\]]*|(["'])(?:(?!\1)[^\\]|\\.)*?\1)\]/,pC=/^\w*$/;function fC(e,t){if(lC(e))return!1;var r=typeof e;return r=="number"||r=="symbol"||r=="boolean"||e==null||cC(e)?!0:pC.test(e)||!dC.test(e)||t!=null&&e in Object(t)}$c.exports=fC});var zc=S((KH,Uc)=>{l();c();d();var Hc=rn(),hC="Expected a function";function Ao(e,t){if(typeof e!="function"||t!=null&&typeof t!="function")throw new TypeError(hC);var r=function(){var n=arguments,a=t?t.apply(this,n):n[0],o=r.cache;if(o.has(a))return o.get(a);var i=e.apply(this,n);return r.cache=o.set(a,i)||o,i};return r.cache=new(Ao.Cache||Hc),r}Ao.Cache=Hc;Uc.exports=Ao});var Wc=S((QH,Gc)=>{l();c();d();var mC=zc(),gC=500;function yC(e){var t=mC(e,function(n){return r.size===gC&&r.clear(),n}),r=t.cache;return t}Gc.exports=yC});var Kc=S((rU,Vc)=>{l();c();d();var bC=Wc(),EC=/[^.[\]]+|\[(?:(-?\d+(?:\.\d+)?)|(["'])((?:(?!\2)[^\\]|\\.)*?)\2)\]|(?=(?:\.|\[\])(?:\.|\[\]|$))/g,AC=/\\(\\)?/g,vC=bC(function(e){var t=[];return e.charCodeAt(0)===46&&t.push(""),e.replace(EC,function(r,n,a,o){t.push(a?o.replace(AC,"$1"):n||r)}),t});Vc.exports=vC});var ed=S((iU,Zc)=>{l();c();d();var Yc=yt(),DC=Ga(),CC=Ue(),xC=Sr(),SC=1/0,Xc=Yc?Yc.prototype:void 0,Jc=Xc?Xc.toString:void 0;function Qc(e){if(typeof e=="string")return e;if(CC(e))return DC(e,Qc)+"";if(xC(e))return Jc?Jc.call(e):"";var t=e+"";return t=="0"&&1/e==-SC?"-0":t}Zc.exports=Qc});var rd=S((cU,td)=>{l();c();d();var FC=ed();function wC(e){return e==null?"":FC(e)}td.exports=wC});var Fr=S((hU,nd)=>{l();c();d();var BC=Ue(),TC=yn(),_C=Kc(),OC=rd();function RC(e,t){return BC(e)?e:TC(e,t)?[e]:_C(OC(e))}nd.exports=RC});var $t=S((bU,ad)=>{l();c();d();var PC=Sr(),IC=1/0;function kC(e){if(typeof e=="string"||PC(e))return e;var t=e+"";return t=="0"&&1/e==-IC?"-0":t}ad.exports=kC});var bn=S((DU,od)=>{l();c();d();var NC=Fr(),LC=$t();function MC(e,t){t=NC(t,e);for(var r=0,n=t.length;e!=null&&r{l();c();d();var jC=bn();function qC(e,t,r){var n=e==null?void 0:jC(e,t);return n===void 0?r:n}id.exports=qC});var ld=S((_U,sd)=>{l();c();d();function $C(e,t){return e!=null&&t in Object(e)}sd.exports=$C});var dd=S((IU,cd)=>{l();c();d();var HC=Fr(),UC=ln(),zC=Ue(),GC=dn(),WC=pn(),VC=$t();function KC(e,t,r){t=HC(t,e);for(var n=-1,a=t.length,o=!1;++n{l();c();d();var YC=ld(),XC=dd();function JC(e,t){return e!=null&&XC(e,t,YC)}pd.exports=JC});var hd=S((HU,fd)=>{l();c();d();var QC=yo(),ZC=ud(),ex=vo(),tx=yn(),rx=bo(),nx=Eo(),ax=$t(),ox=1,ix=2;function ux(e,t){return tx(e)&&rx(t)?nx(ax(e),t):function(r){var n=ZC(r,e);return n===void 0&&n===t?ex(r,e):QC(t,n,ox|ix)}}fd.exports=ux});var Do=S((WU,md)=>{l();c();d();function sx(e){return e}md.exports=sx});var yd=S((XU,gd)=>{l();c();d();function lx(e){return function(t){return t?.[e]}}gd.exports=lx});var Ed=S((ez,bd)=>{l();c();d();var cx=bn();function dx(e){return function(t){return cx(t,e)}}bd.exports=dx});var vd=S((az,Ad)=>{l();c();d();var px=yd(),fx=Ed(),hx=yn(),mx=$t();function gx(e){return hx(e)?px(mx(e)):fx(e)}Ad.exports=gx});var Co=S((sz,Dd)=>{l();c();d();var yx=jc(),bx=hd(),Ex=Do(),Ax=Ue(),vx=vd();function Dx(e){return typeof e=="function"?e:e==null?Ex:typeof e=="object"?Ax(e)?bx(e[0],e[1]):yx(e):vx(e)}Dd.exports=Dx});var xo=S((pz,Cd)=>{l();c();d();var Cx=ot(),xx=function(){try{var e=Cx(Object,"defineProperty");return e({},"",{}),e}catch{}}();Cd.exports=xx});var En=S((gz,Sd)=>{l();c();d();var xd=xo();function Sx(e,t,r){t=="__proto__"&&xd?xd(e,t,{configurable:!0,enumerable:!0,value:r,writable:!0}):e[t]=r}Sd.exports=Sx});var An=S((Az,Fd)=>{l();c();d();var Fx=En(),wx=en(),Bx=Object.prototype,Tx=Bx.hasOwnProperty;function _x(e,t,r){var n=e[t];(!(Tx.call(e,t)&&wx(n,r))||r===void 0&&!(t in e))&&Fx(e,t,r)}Fd.exports=_x});var Td=S((xz,Bd)=>{l();c();d();var Ox=An(),Rx=Fr(),Px=dn(),wd=He(),Ix=$t();function kx(e,t,r,n){if(!wd(e))return e;t=Rx(t,e);for(var a=-1,o=t.length,i=o-1,u=e;u!=null&&++a{l();c();d();var Nx=bn(),Lx=Td(),Mx=Fr();function jx(e,t,r){for(var n=-1,a=t.length,o={};++n{l();c();d();var qx=io(),$x=qx(Object.getPrototypeOf,Object);Od.exports=$x});var Fo=S((Nz,Rd)=>{l();c();d();var Hx=un(),Ux=vn(),zx=sn(),Gx=ro(),Wx=Object.getOwnPropertySymbols,Vx=Wx?function(e){for(var t=[];e;)Hx(t,zx(e)),e=Ux(e);return t}:Gx;Rd.exports=Vx});var Id=S((qz,Pd)=>{l();c();d();function Kx(e){var t=[];if(e!=null)for(var r in Object(e))t.push(r);return t}Pd.exports=Kx});var Nd=S((zz,kd)=>{l();c();d();var Yx=He(),Xx=mn(),Jx=Id(),Qx=Object.prototype,Zx=Qx.hasOwnProperty;function eS(e){if(!Yx(e))return Jx(e);var t=Xx(e),r=[];for(var n in e)n=="constructor"&&(t||!Zx.call(e,n))||r.push(n);return r}kd.exports=eS});var Dn=S((Kz,Ld)=>{l();c();d();var tS=oo(),rS=Nd(),nS=uo();function aS(e){return nS(e)?tS(e,!0):rS(e)}Ld.exports=aS});var wo=S((Qz,Md)=>{l();c();d();var oS=to(),iS=Fo(),uS=Dn();function sS(e){return oS(e,uS,iS)}Md.exports=sS});var Bo=S((rG,jd)=>{l();c();d();var lS=Ga(),cS=Co(),dS=So(),pS=wo();function fS(e,t){if(e==null)return{};var r=lS(pS(e),function(n){return[n]});return t=cS(t),dS(e,r,function(n,a){return t(n,a[0])})}jd.exports=fS});var Fn=S((gp,Mo)=>{l();c();d();(function(e){if(typeof gp=="object"&&typeof Mo<"u")Mo.exports=e();else if(typeof define=="function"&&define.amd)define([],e);else{var t;typeof window<"u"||typeof window<"u"?t=window:typeof self<"u"?t=self:t=this,t.memoizerific=e()}})(function(){var e,t,r;return function n(a,o,i){function u(y,A){if(!o[y]){if(!a[y]){var m=typeof sr=="function"&&sr;if(!A&&m)return m(y,!0);if(s)return s(y,!0);var h=new Error("Cannot find module '"+y+"'");throw h.code="MODULE_NOT_FOUND",h}var E=o[y]={exports:{}};a[y][0].call(E.exports,function(b){var x=a[y][1][b];return u(x||b)},E,E.exports,n,a,o,i)}return o[y].exports}for(var s=typeof sr=="function"&&sr,p=0;p=0)return this.lastItem=this.list[s],this.list[s].val},i.prototype.set=function(u,s){var p;return this.lastItem&&this.isEqual(this.lastItem.key,u)?(this.lastItem.val=s,this):(p=this.indexOf(u),p>=0?(this.lastItem=this.list[p],this.list[p].val=s,this):(this.lastItem={key:u,val:s},this.list.push(this.lastItem),this.size++,this))},i.prototype.delete=function(u){var s;if(this.lastItem&&this.isEqual(this.lastItem.key,u)&&(this.lastItem=void 0),s=this.indexOf(u),s>=0)return this.size--,this.list.splice(s,1)[0]},i.prototype.has=function(u){var s;return this.lastItem&&this.isEqual(this.lastItem.key,u)?!0:(s=this.indexOf(u),s>=0?(this.lastItem=this.list[s],!0):!1)},i.prototype.forEach=function(u,s){var p;for(p=0;p0&&(I[B]={cacheItem:b,arg:arguments[B]},M?u(m,I):m.push(I),m.length>y&&s(m.shift())),E.wasMemoized=M,E.numArgs=B+1,F};return E.limit=y,E.wasMemoized=!1,E.cache=A,E.lru=m,E}};function u(y,A){var m=y.length,h=A.length,E,b,x;for(b=0;b=0&&(m=y[E],h=m.cacheItem.get(m.arg),!h||!h.size);E--)m.cacheItem.delete(m.arg)}function p(y,A){return y===A||y!==y&&A!==A}},{"map-or-similar":1}]},{},[3])(3)})});var bp=S((xG,yp)=>{l();c();d();function wF(e,t,r,n){for(var a=e.length,o=r+(n?1:-1);n?o--:++o{l();c();d();function BF(e){return e!==e}Ep.exports=BF});var Dp=S((RG,vp)=>{l();c();d();function TF(e,t,r){for(var n=r-1,a=e.length;++n{l();c();d();var _F=bp(),OF=Ap(),RF=Dp();function PF(e,t,r){return t===t?RF(e,t,r):_F(e,OF,r)}Cp.exports=PF});var Fp=S((qG,Sp)=>{l();c();d();var IF=xp();function kF(e,t){var r=e==null?0:e.length;return!!r&&IF(e,t,0)>-1}Sp.exports=kF});var Bp=S((zG,wp)=>{l();c();d();function NF(e,t,r){for(var n=-1,a=e==null?0:e.length;++n{l();c();d();function LF(){}Tp.exports=LF});var Rp=S((QG,Op)=>{l();c();d();var jo=lo(),MF=_p(),jF=on(),qF=1/0,$F=jo&&1/jF(new jo([,-0]))[1]==qF?function(e){return new jo(e)}:MF;Op.exports=$F});var Ip=S((rW,Pp)=>{l();c();d();var HF=Xa(),UF=Fp(),zF=Bp(),GF=Ja(),WF=Rp(),VF=on(),KF=200;function YF(e,t,r){var n=-1,a=UF,o=e.length,i=!0,u=[],s=u;if(r)i=!1,a=zF;else if(o>=KF){var p=t?null:WF(e);if(p)return VF(p);i=!1,a=GF,s=new HF}else s=t?[]:u;e:for(;++n{l();c();d();var XF=Ip();function JF(e){return e&&e.length?XF(e):[]}kp.exports=JF});var Mp=S((cW,Lp)=>{l();c();d();function QF(e,t){for(var r=-1,n=e==null?0:e.length;++r{l();c();d();var ZF=An(),ew=En();function tw(e,t,r,n){var a=!r;r||(r={});for(var o=-1,i=t.length;++o{l();c();d();var rw=Br(),nw=jt();function aw(e,t){return e&&rw(t,nw(t),e)}qp.exports=aw});var Up=S((DW,Hp)=>{l();c();d();var ow=Br(),iw=Dn();function uw(e,t){return e&&ow(t,iw(t),e)}Hp.exports=uw});var Kp=S((Tr,Ut)=>{l();c();d();var sw=Me(),Vp=typeof Tr=="object"&&Tr&&!Tr.nodeType&&Tr,zp=Vp&&typeof Ut=="object"&&Ut&&!Ut.nodeType&&Ut,lw=zp&&zp.exports===Vp,Gp=lw?sw.Buffer:void 0,Wp=Gp?Gp.allocUnsafe:void 0;function cw(e,t){if(t)return e.slice();var r=e.length,n=Wp?Wp(r):new e.constructor(r);return e.copy(n),n}Ut.exports=cw});var Xp=S((TW,Yp)=>{l();c();d();function dw(e,t){var r=-1,n=e.length;for(t||(t=Array(n));++r{l();c();d();var pw=Br(),fw=sn();function hw(e,t){return pw(e,fw(e),t)}Jp.exports=hw});var ef=S((LW,Zp)=>{l();c();d();var mw=Br(),gw=Fo();function yw(e,t){return mw(e,gw(e),t)}Zp.exports=yw});var rf=S(($W,tf)=>{l();c();d();var bw=Object.prototype,Ew=bw.hasOwnProperty;function Aw(e){var t=e.length,r=new e.constructor(t);return t&&typeof e[0]=="string"&&Ew.call(e,"index")&&(r.index=e.index,r.input=e.input),r}tf.exports=Aw});var wn=S((GW,af)=>{l();c();d();var nf=Za();function vw(e){var t=new e.constructor(e.byteLength);return new nf(t).set(new nf(e)),t}af.exports=vw});var uf=S((YW,of)=>{l();c();d();var Dw=wn();function Cw(e,t){var r=t?Dw(e.buffer):e.buffer;return new e.constructor(r,e.byteOffset,e.byteLength)}of.exports=Cw});var lf=S((ZW,sf)=>{l();c();d();var xw=/\w*$/;function Sw(e){var t=new e.constructor(e.source,xw.exec(e));return t.lastIndex=e.lastIndex,t}sf.exports=Sw});var hf=S((nV,ff)=>{l();c();d();var cf=yt(),df=cf?cf.prototype:void 0,pf=df?df.valueOf:void 0;function Fw(e){return pf?Object(pf.call(e)):{}}ff.exports=Fw});var gf=S((uV,mf)=>{l();c();d();var ww=wn();function Bw(e,t){var r=t?ww(e.buffer):e.buffer;return new e.constructor(r,e.byteOffset,e.length)}mf.exports=Bw});var bf=S((dV,yf)=>{l();c();d();var Tw=wn(),_w=uf(),Ow=lf(),Rw=hf(),Pw=gf(),Iw="[object Boolean]",kw="[object Date]",Nw="[object Map]",Lw="[object Number]",Mw="[object RegExp]",jw="[object Set]",qw="[object String]",$w="[object Symbol]",Hw="[object ArrayBuffer]",Uw="[object DataView]",zw="[object Float32Array]",Gw="[object Float64Array]",Ww="[object Int8Array]",Vw="[object Int16Array]",Kw="[object Int32Array]",Yw="[object Uint8Array]",Xw="[object Uint8ClampedArray]",Jw="[object Uint16Array]",Qw="[object Uint32Array]";function Zw(e,t,r){var n=e.constructor;switch(t){case Hw:return Tw(e);case Iw:case kw:return new n(+e);case Uw:return _w(e,r);case zw:case Gw:case Ww:case Vw:case Kw:case Yw:case Xw:case Jw:case Qw:return Pw(e,r);case Nw:return new n;case Lw:case qw:return new n(e);case Mw:return Ow(e);case jw:return new n;case $w:return Rw(e)}}yf.exports=Zw});var vf=S((mV,Af)=>{l();c();d();var e5=He(),Ef=Object.create,t5=function(){function e(){}return function(t){if(!e5(t))return{};if(Ef)return Ef(t);e.prototype=t;var r=new e;return e.prototype=void 0,r}}();Af.exports=t5});var Cf=S((EV,Df)=>{l();c();d();var r5=vf(),n5=vn(),a5=mn();function o5(e){return typeof e.constructor=="function"&&!a5(e)?r5(n5(e)):{}}Df.exports=o5});var Sf=S((CV,xf)=>{l();c();d();var i5=xr(),u5=Je(),s5="[object Map]";function l5(e){return u5(e)&&i5(e)==s5}xf.exports=l5});var Tf=S((wV,Bf)=>{l();c();d();var c5=Sf(),d5=fn(),Ff=hn(),wf=Ff&&Ff.isMap,p5=wf?d5(wf):c5;Bf.exports=p5});var Of=S((OV,_f)=>{l();c();d();var f5=xr(),h5=Je(),m5="[object Set]";function g5(e){return h5(e)&&f5(e)==m5}_f.exports=g5});var kf=S((kV,If)=>{l();c();d();var y5=Of(),b5=fn(),Rf=hn(),Pf=Rf&&Rf.isSet,E5=Pf?b5(Pf):y5;If.exports=E5});var qf=S((jV,jf)=>{l();c();d();var A5=nn(),v5=Mp(),D5=An(),C5=$p(),x5=Up(),S5=Kp(),F5=Xp(),w5=Qp(),B5=ef(),T5=so(),_5=wo(),O5=xr(),R5=rf(),P5=bf(),I5=Cf(),k5=Ue(),N5=cn(),L5=Tf(),M5=He(),j5=kf(),q5=jt(),$5=Dn(),H5=1,U5=2,z5=4,Nf="[object Arguments]",G5="[object Array]",W5="[object Boolean]",V5="[object Date]",K5="[object Error]",Lf="[object Function]",Y5="[object GeneratorFunction]",X5="[object Map]",J5="[object Number]",Mf="[object Object]",Q5="[object RegExp]",Z5="[object Set]",e3="[object String]",t3="[object Symbol]",r3="[object WeakMap]",n3="[object ArrayBuffer]",a3="[object DataView]",o3="[object Float32Array]",i3="[object Float64Array]",u3="[object Int8Array]",s3="[object Int16Array]",l3="[object Int32Array]",c3="[object Uint8Array]",d3="[object Uint8ClampedArray]",p3="[object Uint16Array]",f3="[object Uint32Array]",le={};le[Nf]=le[G5]=le[n3]=le[a3]=le[W5]=le[V5]=le[o3]=le[i3]=le[u3]=le[s3]=le[l3]=le[X5]=le[J5]=le[Mf]=le[Q5]=le[Z5]=le[e3]=le[t3]=le[c3]=le[d3]=le[p3]=le[f3]=!0;le[K5]=le[Lf]=le[r3]=!1;function Bn(e,t,r,n,a,o){var i,u=t&H5,s=t&U5,p=t&z5;if(r&&(i=a?r(e,n,a,o):r(e)),i!==void 0)return i;if(!M5(e))return e;var y=k5(e);if(y){if(i=R5(e),!u)return F5(e,i)}else{var A=O5(e),m=A==Lf||A==Y5;if(N5(e))return S5(e,u);if(A==Mf||A==Nf||m&&!a){if(i=s||m?{}:I5(e),!u)return s?B5(e,x5(i,e)):w5(e,C5(i,e))}else{if(!le[A])return a?e:{};i=P5(e,A,u)}}o||(o=new A5);var h=o.get(e);if(h)return h;o.set(e,i),j5(e)?e.forEach(function(x){i.add(Bn(x,t,r,x,e,o))}):L5(e)&&e.forEach(function(x,F){i.set(F,Bn(x,t,r,F,e,o))});var E=p?s?_5:T5:s?$5:q5,b=y?void 0:E(e);return v5(b||e,function(x,F){b&&(F=x,x=e[F]),D5(i,F,Bn(x,t,r,F,e,o))}),i}jf.exports=Bn});var Hf=S((UV,$f)=>{l();c();d();var h3=qf(),m3=1,g3=4;function y3(e){return h3(e,m3|g3)}$f.exports=y3});var Jf=S((_K,Xf)=>{l();c();d();function Y3(e){return function(t,r,n){for(var a=-1,o=Object(t),i=n(t),u=i.length;u--;){var s=i[e?u:++a];if(r(o[s],s,o)===!1)break}return t}}Xf.exports=Y3});var Zf=S((IK,Qf)=>{l();c();d();var X3=Jf(),J3=X3();Qf.exports=J3});var t0=S((MK,e0)=>{l();c();d();var Q3=Zf(),Z3=jt();function eB(e,t){return e&&Q3(e,t,Z3)}e0.exports=eB});var In=S((HK,r0)=>{l();c();d();var tB=En(),rB=t0(),nB=Co();function aB(e,t){var r={};return t=nB(t,3),rB(e,function(n,a,o){tB(r,a,t(n,a,o))}),r}r0.exports=aB});var a0=S((WK,n0)=>{l();c();d();var oB=So(),iB=vo();function uB(e,t){return oB(e,t,function(r,n){return iB(e,n)})}n0.exports=uB});var s0=S((XK,u0)=>{l();c();d();var o0=yt(),sB=ln(),lB=Ue(),i0=o0?o0.isConcatSpreadable:void 0;function cB(e){return lB(e)||sB(e)||!!(i0&&e&&e[i0])}u0.exports=cB});var d0=S((eY,c0)=>{l();c();d();var dB=un(),pB=s0();function l0(e,t,r,n,a){var o=-1,i=e.length;for(r||(r=pB),a||(a=[]);++o0&&r(u)?t>1?l0(u,t-1,r,n,a):dB(a,u):n||(a[a.length]=u)}return a}c0.exports=l0});var f0=S((aY,p0)=>{l();c();d();var fB=d0();function hB(e){var t=e==null?0:e.length;return t?fB(e,1):[]}p0.exports=hB});var m0=S((sY,h0)=>{l();c();d();function mB(e,t,r){switch(r.length){case 0:return e.call(t);case 1:return e.call(t,r[0]);case 2:return e.call(t,r[0],r[1]);case 3:return e.call(t,r[0],r[1],r[2])}return e.apply(t,r)}h0.exports=mB});var b0=S((pY,y0)=>{l();c();d();var gB=m0(),g0=Math.max;function yB(e,t,r){return t=g0(t===void 0?e.length-1:t,0),function(){for(var n=arguments,a=-1,o=g0(n.length-t,0),i=Array(o);++a{l();c();d();function bB(e){return function(){return e}}E0.exports=bB});var C0=S((AY,D0)=>{l();c();d();var EB=A0(),v0=xo(),AB=Do(),vB=v0?function(e,t){return v0(e,"toString",{configurable:!0,enumerable:!1,value:EB(t),writable:!0})}:AB;D0.exports=vB});var S0=S((xY,x0)=>{l();c();d();var DB=800,CB=16,xB=Date.now;function SB(e){var t=0,r=0;return function(){var n=xB(),a=CB-(n-r);if(r=n,a>0){if(++t>=DB)return arguments[0]}else t=0;return e.apply(void 0,arguments)}}x0.exports=SB});var w0=S((BY,F0)=>{l();c();d();var FB=C0(),wB=S0(),BB=wB(FB);F0.exports=BB});var T0=S((RY,B0)=>{l();c();d();var TB=f0(),_B=b0(),OB=w0();function RB(e){return OB(_B(e,void 0,TB),e+"")}B0.exports=RB});var O0=S((NY,_0)=>{l();c();d();var PB=a0(),IB=T0(),kB=IB(function(e,t){return e==null?{}:PB(e,t)});_0.exports=kB});var Nn=S((qY,L0)=>{"use strict";l();c();d();function kn(e){return Array.prototype.slice.apply(e)}var k0="pending",R0="resolved",P0="rejected";function ne(e){this.status=k0,this._continuations=[],this._parent=null,this._paused=!1,e&&e.call(this,this._continueWith.bind(this),this._failWith.bind(this))}function _r(e){return e&&typeof e.then=="function"}function NB(e){return e}ne.prototype={then:function(e,t){var r=ne.unresolved()._setParent(this);if(this._isRejected()){if(this._paused)return this._continuations.push({promise:r,nextFn:e,catchFn:t}),r;if(t)try{var n=t(this._error);return _r(n)?(this._chainPromiseData(n,r),r):ne.resolve(n)._setParent(this)}catch(a){return ne.reject(a)._setParent(this)}return ne.reject(this._error)._setParent(this)}return this._continuations.push({promise:r,nextFn:e,catchFn:t}),this._runResolutions(),r},catch:function(e){if(this._isResolved())return ne.resolve(this._data)._setParent(this);var t=ne.unresolved()._setParent(this);return this._continuations.push({promise:t,catchFn:e}),this._runRejections(),t},finally:function(e){var t=!1;function r(n,a){if(!t){t=!0,e||(e=NB);var o=e(n);return _r(o)?o.then(function(){if(a)throw a;return n}):n}}return this.then(function(n){return r(n)}).catch(function(n){return r(null,n)})},pause:function(){return this._paused=!0,this},resume:function(){var e=this._findFirstPaused();return e&&(e._paused=!1,e._runResolutions(),e._runRejections()),this},_findAncestry:function(){return this._continuations.reduce(function(e,t){if(t.promise){var r={promise:t.promise,children:t.promise._findAncestry()};e.push(r)}return e},[])},_setParent:function(e){if(this._parent)throw new Error("parent already set");return this._parent=e,this},_continueWith:function(e){var t=this._findFirstPending();t&&(t._data=e,t._setResolved())},_findFirstPending:function(){return this._findFirstAncestor(function(e){return e._isPending&&e._isPending()})},_findFirstPaused:function(){return this._findFirstAncestor(function(e){return e._paused})},_findFirstAncestor:function(e){for(var t=this,r;t;)e(t)&&(r=t),t=t._parent;return r},_failWith:function(e){var t=this._findFirstPending();t&&(t._error=e,t._setRejected())},_takeContinuations:function(){return this._continuations.splice(0,this._continuations.length)},_runRejections:function(){if(!(this._paused||!this._isRejected())){var e=this._error,t=this._takeContinuations(),r=this;t.forEach(function(n){if(n.catchFn)try{var a=n.catchFn(e);r._handleUserFunctionResult(a,n.promise)}catch(o){n.promise.reject(o)}else n.promise.reject(e)})}},_runResolutions:function(){if(!(this._paused||!this._isResolved()||this._isPending())){var e=this._takeContinuations(),t=this._data,r=this;if(e.forEach(function(n){if(n.nextFn)try{var a=n.nextFn(t);r._handleUserFunctionResult(a,n.promise)}catch(o){r._handleResolutionError(o,n)}else n.promise&&n.promise.resolve(t)}),_r(this._data))return this._handleWhenResolvedDataIsPromise(this._data)}},_handleResolutionError:function(e,t){if(this._setRejected(),t.catchFn)try{t.catchFn(e);return}catch(r){e=r}t.promise&&t.promise.reject(e)},_handleWhenResolvedDataIsPromise:function(e){var t=this;return e.then(function(r){t._data=r,t._runResolutions()}).catch(function(r){t._error=r,t._setRejected(),t._runRejections()})},_handleUserFunctionResult:function(e,t){_r(e)?this._chainPromiseData(e,t):t.resolve(e)},_chainPromiseData:function(e,t){e.then(function(r){t.resolve(r)}).catch(function(r){t.reject(r)})},_setResolved:function(){this.status=R0,this._paused||this._runResolutions()},_setRejected:function(){this.status=P0,this._paused||this._runRejections()},_isPending:function(){return this.status===k0},_isResolved:function(){return this.status===R0},_isRejected:function(){return this.status===P0}};ne.resolve=function(e){return new ne(function(t,r){_r(e)?e.then(function(n){t(n)}).catch(function(n){r(n)}):t(e)})};ne.reject=function(e){return new ne(function(t,r){r(e)})};ne.unresolved=function(){return new ne(function(e,t){this.resolve=e,this.reject=t})};ne.all=function(){var e=kn(arguments);return Array.isArray(e[0])&&(e=e[0]),e.length?new ne(function(t,r){var n=[],a=0,o=function(){a===e.length&&t(n)},i=!1,u=function(s){i||(i=!0,r(s))};e.forEach(function(s,p){ne.resolve(s).then(function(y){n[p]=y,a+=1,o()}).catch(function(y){u(y)})})}):ne.resolve([])};function I0(e){return typeof window<"u"&&"AggregateError"in window?new window.AggregateError(e):{errors:e}}ne.any=function(){var e=kn(arguments);return Array.isArray(e[0])&&(e=e[0]),e.length?new ne(function(t,r){var n=[],a=0,o=function(){a===e.length&&r(I0(n))},i=!1,u=function(s){i||(i=!0,t(s))};e.forEach(function(s,p){ne.resolve(s).then(function(y){u(y)}).catch(function(y){n[p]=y,a+=1,o()})})}):ne.reject(I0([]))};ne.allSettled=function(){var e=kn(arguments);return Array.isArray(e[0])&&(e=e[0]),e.length?new ne(function(t){var r=[],n=0,a=function(){n+=1,n===e.length&&t(r)};e.forEach(function(o,i){ne.resolve(o).then(function(u){r[i]={status:"fulfilled",value:u},a()}).catch(function(u){r[i]={status:"rejected",reason:u},a()})})}):ne.resolve([])};if(Promise===ne)throw new Error("Please use SynchronousPromise.installGlobally() to install globally");var N0=Promise;ne.installGlobally=function(e){if(Promise===ne)return e;var t=LB(e);return Promise=ne,t};ne.uninstallGlobally=function(){Promise===ne&&(Promise=N0)};function LB(e){if(typeof e>"u"||e.__patched)return e;var t=e;return e=function(){var r=N0;t.apply(this,kn(arguments))},e.__patched=!0,e}L0.exports={SynchronousPromise:ne}});var Uo=S((lX,j0)=>{l();c();d();var jB=bt(),qB=vn(),$B=Je(),HB="[object Object]",UB=Function.prototype,zB=Object.prototype,M0=UB.toString,GB=zB.hasOwnProperty,WB=M0.call(Object);function VB(e){if(!$B(e)||jB(e)!=HB)return!1;var t=qB(e);if(t===null)return!0;var r=GB.call(t,"constructor")&&t.constructor;return typeof r=="function"&&r instanceof r&&M0.call(r)==WB}j0.exports=VB});var $0=S((fX,q0)=>{l();c();d();q0.exports=KB;function KB(e,t){if(zo("noDeprecation"))return e;var r=!1;function n(){if(!r){if(zo("throwDeprecation"))throw new Error(t);zo("traceDeprecation")?console.trace(t):console.warn(t),r=!0}return e.apply(this,arguments)}return n}function zo(e){try{if(!window.localStorage)return!1}catch{return!1}var t=window.localStorage[e];return t==null?!1:String(t).toLowerCase()==="true"}});var K0=S((NX,V0)=>{"use strict";l();c();d();V0.exports=function(){if(typeof Symbol!="function"||typeof Object.getOwnPropertySymbols!="function")return!1;if(typeof Symbol.iterator=="symbol")return!0;var t={},r=Symbol("test"),n=Object(r);if(typeof r=="string"||Object.prototype.toString.call(r)!=="[object Symbol]"||Object.prototype.toString.call(n)!=="[object Symbol]")return!1;var a=42;t[r]=a;for(r in t)return!1;if(typeof Object.keys=="function"&&Object.keys(t).length!==0||typeof Object.getOwnPropertyNames=="function"&&Object.getOwnPropertyNames(t).length!==0)return!1;var o=Object.getOwnPropertySymbols(t);if(o.length!==1||o[0]!==r||!Object.prototype.propertyIsEnumerable.call(t,r))return!1;if(typeof Object.getOwnPropertyDescriptor=="function"){var i=Object.getOwnPropertyDescriptor(t,r);if(i.value!==a||i.enumerable!==!0)return!1}return!0}});var J0=S((qX,X0)=>{"use strict";l();c();d();var Y0=typeof Symbol<"u"&&Symbol,cT=K0();X0.exports=function(){return typeof Y0!="function"||typeof Symbol!="function"||typeof Y0("foo")!="symbol"||typeof Symbol("bar")!="symbol"?!1:cT()}});var eh=S((zX,Z0)=>{"use strict";l();c();d();var Q0={foo:{}},dT=Object;Z0.exports=function(){return{__proto__:Q0}.foo===Q0.foo&&!({__proto__:null}instanceof dT)}});var nh=S((KX,rh)=>{"use strict";l();c();d();var pT="Function.prototype.bind called on incompatible ",fT=Object.prototype.toString,hT=Math.max,mT="[object Function]",th=function(t,r){for(var n=[],a=0;a{"use strict";l();c();d();var bT=nh();ah.exports=Function.prototype.bind||bT});var ih=S((rJ,oh)=>{"use strict";l();c();d();var ET=Function.prototype.call,AT=Object.prototype.hasOwnProperty,vT=$n();oh.exports=vT.call(ET,AT)});var st=S((iJ,dh)=>{"use strict";l();c();d();var ee,Kt=SyntaxError,ch=Function,Vt=TypeError,Ko=function(e){try{return ch('"use strict"; return ('+e+").constructor;")()}catch{}},Dt=Object.getOwnPropertyDescriptor;if(Dt)try{Dt({},"")}catch{Dt=null}var Yo=function(){throw new Vt},DT=Dt?function(){try{return arguments.callee,Yo}catch{try{return Dt(arguments,"callee").get}catch{return Yo}}}():Yo,Gt=J0()(),CT=eh()(),Ae=Object.getPrototypeOf||(CT?function(e){return e.__proto__}:null),Wt={},xT=typeof Uint8Array>"u"||!Ae?ee:Ae(Uint8Array),Ct={"%AggregateError%":typeof AggregateError>"u"?ee:AggregateError,"%Array%":Array,"%ArrayBuffer%":typeof ArrayBuffer>"u"?ee:ArrayBuffer,"%ArrayIteratorPrototype%":Gt&&Ae?Ae([][Symbol.iterator]()):ee,"%AsyncFromSyncIteratorPrototype%":ee,"%AsyncFunction%":Wt,"%AsyncGenerator%":Wt,"%AsyncGeneratorFunction%":Wt,"%AsyncIteratorPrototype%":Wt,"%Atomics%":typeof Atomics>"u"?ee:Atomics,"%BigInt%":typeof BigInt>"u"?ee:BigInt,"%BigInt64Array%":typeof BigInt64Array>"u"?ee:BigInt64Array,"%BigUint64Array%":typeof BigUint64Array>"u"?ee:BigUint64Array,"%Boolean%":Boolean,"%DataView%":typeof DataView>"u"?ee:DataView,"%Date%":Date,"%decodeURI%":decodeURI,"%decodeURIComponent%":decodeURIComponent,"%encodeURI%":encodeURI,"%encodeURIComponent%":encodeURIComponent,"%Error%":Error,"%eval%":eval,"%EvalError%":EvalError,"%Float32Array%":typeof Float32Array>"u"?ee:Float32Array,"%Float64Array%":typeof Float64Array>"u"?ee:Float64Array,"%FinalizationRegistry%":typeof FinalizationRegistry>"u"?ee:FinalizationRegistry,"%Function%":ch,"%GeneratorFunction%":Wt,"%Int8Array%":typeof Int8Array>"u"?ee:Int8Array,"%Int16Array%":typeof Int16Array>"u"?ee:Int16Array,"%Int32Array%":typeof Int32Array>"u"?ee:Int32Array,"%isFinite%":isFinite,"%isNaN%":isNaN,"%IteratorPrototype%":Gt&&Ae?Ae(Ae([][Symbol.iterator]())):ee,"%JSON%":typeof JSON=="object"?JSON:ee,"%Map%":typeof Map>"u"?ee:Map,"%MapIteratorPrototype%":typeof Map>"u"||!Gt||!Ae?ee:Ae(new Map()[Symbol.iterator]()),"%Math%":Math,"%Number%":Number,"%Object%":Object,"%parseFloat%":parseFloat,"%parseInt%":parseInt,"%Promise%":typeof Promise>"u"?ee:Promise,"%Proxy%":typeof Proxy>"u"?ee:Proxy,"%RangeError%":RangeError,"%ReferenceError%":ReferenceError,"%Reflect%":typeof Reflect>"u"?ee:Reflect,"%RegExp%":RegExp,"%Set%":typeof Set>"u"?ee:Set,"%SetIteratorPrototype%":typeof Set>"u"||!Gt||!Ae?ee:Ae(new Set()[Symbol.iterator]()),"%SharedArrayBuffer%":typeof SharedArrayBuffer>"u"?ee:SharedArrayBuffer,"%String%":String,"%StringIteratorPrototype%":Gt&&Ae?Ae(""[Symbol.iterator]()):ee,"%Symbol%":Gt?Symbol:ee,"%SyntaxError%":Kt,"%ThrowTypeError%":DT,"%TypedArray%":xT,"%TypeError%":Vt,"%Uint8Array%":typeof Uint8Array>"u"?ee:Uint8Array,"%Uint8ClampedArray%":typeof Uint8ClampedArray>"u"?ee:Uint8ClampedArray,"%Uint16Array%":typeof Uint16Array>"u"?ee:Uint16Array,"%Uint32Array%":typeof Uint32Array>"u"?ee:Uint32Array,"%URIError%":URIError,"%WeakMap%":typeof WeakMap>"u"?ee:WeakMap,"%WeakRef%":typeof WeakRef>"u"?ee:WeakRef,"%WeakSet%":typeof WeakSet>"u"?ee:WeakSet};if(Ae)try{null.error}catch(e){uh=Ae(Ae(e)),Ct["%Error.prototype%"]=uh}var uh,ST=function e(t){var r;if(t==="%AsyncFunction%")r=Ko("async function () {}");else if(t==="%GeneratorFunction%")r=Ko("function* () {}");else if(t==="%AsyncGeneratorFunction%")r=Ko("async function* () {}");else if(t==="%AsyncGenerator%"){var n=e("%AsyncGeneratorFunction%");n&&(r=n.prototype)}else if(t==="%AsyncIteratorPrototype%"){var a=e("%AsyncGenerator%");a&&Ae&&(r=Ae(a.prototype))}return Ct[t]=r,r},sh={"%ArrayBufferPrototype%":["ArrayBuffer","prototype"],"%ArrayPrototype%":["Array","prototype"],"%ArrayProto_entries%":["Array","prototype","entries"],"%ArrayProto_forEach%":["Array","prototype","forEach"],"%ArrayProto_keys%":["Array","prototype","keys"],"%ArrayProto_values%":["Array","prototype","values"],"%AsyncFunctionPrototype%":["AsyncFunction","prototype"],"%AsyncGenerator%":["AsyncGeneratorFunction","prototype"],"%AsyncGeneratorPrototype%":["AsyncGeneratorFunction","prototype","prototype"],"%BooleanPrototype%":["Boolean","prototype"],"%DataViewPrototype%":["DataView","prototype"],"%DatePrototype%":["Date","prototype"],"%ErrorPrototype%":["Error","prototype"],"%EvalErrorPrototype%":["EvalError","prototype"],"%Float32ArrayPrototype%":["Float32Array","prototype"],"%Float64ArrayPrototype%":["Float64Array","prototype"],"%FunctionPrototype%":["Function","prototype"],"%Generator%":["GeneratorFunction","prototype"],"%GeneratorPrototype%":["GeneratorFunction","prototype","prototype"],"%Int8ArrayPrototype%":["Int8Array","prototype"],"%Int16ArrayPrototype%":["Int16Array","prototype"],"%Int32ArrayPrototype%":["Int32Array","prototype"],"%JSONParse%":["JSON","parse"],"%JSONStringify%":["JSON","stringify"],"%MapPrototype%":["Map","prototype"],"%NumberPrototype%":["Number","prototype"],"%ObjectPrototype%":["Object","prototype"],"%ObjProto_toString%":["Object","prototype","toString"],"%ObjProto_valueOf%":["Object","prototype","valueOf"],"%PromisePrototype%":["Promise","prototype"],"%PromiseProto_then%":["Promise","prototype","then"],"%Promise_all%":["Promise","all"],"%Promise_reject%":["Promise","reject"],"%Promise_resolve%":["Promise","resolve"],"%RangeErrorPrototype%":["RangeError","prototype"],"%ReferenceErrorPrototype%":["ReferenceError","prototype"],"%RegExpPrototype%":["RegExp","prototype"],"%SetPrototype%":["Set","prototype"],"%SharedArrayBufferPrototype%":["SharedArrayBuffer","prototype"],"%StringPrototype%":["String","prototype"],"%SymbolPrototype%":["Symbol","prototype"],"%SyntaxErrorPrototype%":["SyntaxError","prototype"],"%TypedArrayPrototype%":["TypedArray","prototype"],"%TypeErrorPrototype%":["TypeError","prototype"],"%Uint8ArrayPrototype%":["Uint8Array","prototype"],"%Uint8ClampedArrayPrototype%":["Uint8ClampedArray","prototype"],"%Uint16ArrayPrototype%":["Uint16Array","prototype"],"%Uint32ArrayPrototype%":["Uint32Array","prototype"],"%URIErrorPrototype%":["URIError","prototype"],"%WeakMapPrototype%":["WeakMap","prototype"],"%WeakSetPrototype%":["WeakSet","prototype"]},kr=$n(),Hn=ih(),FT=kr.call(Function.call,Array.prototype.concat),wT=kr.call(Function.apply,Array.prototype.splice),lh=kr.call(Function.call,String.prototype.replace),Un=kr.call(Function.call,String.prototype.slice),BT=kr.call(Function.call,RegExp.prototype.exec),TT=/[^%.[\]]+|\[(?:(-?\d+(?:\.\d+)?)|(["'])((?:(?!\2)[^\\]|\\.)*?)\2)\]|(?=(?:\.|\[\])(?:\.|\[\]|%$))/g,_T=/\\(\\)?/g,OT=function(t){var r=Un(t,0,1),n=Un(t,-1);if(r==="%"&&n!=="%")throw new Kt("invalid intrinsic syntax, expected closing `%`");if(n==="%"&&r!=="%")throw new Kt("invalid intrinsic syntax, expected opening `%`");var a=[];return lh(t,TT,function(o,i,u,s){a[a.length]=u?lh(s,_T,"$1"):i||o}),a},RT=function(t,r){var n=t,a;if(Hn(sh,n)&&(a=sh[n],n="%"+a[0]+"%"),Hn(Ct,n)){var o=Ct[n];if(o===Wt&&(o=ST(n)),typeof o>"u"&&!r)throw new Vt("intrinsic "+t+" exists, but is not available. Please file an issue!");return{alias:a,name:n,value:o}}throw new Kt("intrinsic "+t+" does not exist!")};dh.exports=function(t,r){if(typeof t!="string"||t.length===0)throw new Vt("intrinsic name must be a non-empty string");if(arguments.length>1&&typeof r!="boolean")throw new Vt('"allowMissing" argument must be a boolean');if(BT(/^%?[^%]*%?$/,t)===null)throw new Kt("`%` may not be present anywhere but at the beginning and end of the intrinsic name");var n=OT(t),a=n.length>0?n[0]:"",o=RT("%"+a+"%",r),i=o.name,u=o.value,s=!1,p=o.alias;p&&(a=p[0],wT(n,FT([0,1],p)));for(var y=1,A=!0;y=n.length){var b=Dt(u,m);A=!!b,A&&"get"in b&&!("originalValue"in b.get)?u=b.get:u=u[m]}else A=Hn(u,m),u=u[m];A&&!s&&(Ct[i]=u)}}return u}});var Qo=S((cJ,ph)=>{"use strict";l();c();d();var PT=st(),Xo=PT("%Object.defineProperty%",!0),Jo=function(){if(Xo)try{return Xo({},"a",{value:1}),!0}catch{return!1}return!1};Jo.hasArrayLengthDefineBug=function(){if(!Jo())return null;try{return Xo([],"length",{value:1}).length!==1}catch{return!0}};ph.exports=Jo});var Zo=S((hJ,fh)=>{"use strict";l();c();d();var IT=st(),zn=IT("%Object.getOwnPropertyDescriptor%",!0);if(zn)try{zn([],"length")}catch{zn=null}fh.exports=zn});var gh=S((bJ,mh)=>{"use strict";l();c();d();var kT=Qo()(),ei=st(),Nr=kT&&ei("%Object.defineProperty%",!0);if(Nr)try{Nr({},"a",{value:1})}catch{Nr=!1}var NT=ei("%SyntaxError%"),Yt=ei("%TypeError%"),hh=Zo();mh.exports=function(t,r,n){if(!t||typeof t!="object"&&typeof t!="function")throw new Yt("`obj` must be an object or a function`");if(typeof r!="string"&&typeof r!="symbol")throw new Yt("`property` must be a string or a symbol`");if(arguments.length>3&&typeof arguments[3]!="boolean"&&arguments[3]!==null)throw new Yt("`nonEnumerable`, if provided, must be a boolean or null");if(arguments.length>4&&typeof arguments[4]!="boolean"&&arguments[4]!==null)throw new Yt("`nonWritable`, if provided, must be a boolean or null");if(arguments.length>5&&typeof arguments[5]!="boolean"&&arguments[5]!==null)throw new Yt("`nonConfigurable`, if provided, must be a boolean or null");if(arguments.length>6&&typeof arguments[6]!="boolean")throw new Yt("`loose`, if provided, must be a boolean");var a=arguments.length>3?arguments[3]:null,o=arguments.length>4?arguments[4]:null,i=arguments.length>5?arguments[5]:null,u=arguments.length>6?arguments[6]:!1,s=!!hh&&hh(t,r);if(Nr)Nr(t,r,{configurable:i===null&&s?s.configurable:!i,enumerable:a===null&&s?s.enumerable:!a,value:n,writable:o===null&&s?s.writable:!o});else if(u||!a&&!o&&!i)t[r]=n;else throw new NT("This environment does not support defining a property as non-configurable, non-writable, or non-enumerable.")}});var Dh=S((DJ,vh)=>{"use strict";l();c();d();var Ah=st(),yh=gh(),LT=Qo()(),bh=Zo(),Eh=Ah("%TypeError%"),MT=Ah("%Math.floor%");vh.exports=function(t,r){if(typeof t!="function")throw new Eh("`fn` is not a function");if(typeof r!="number"||r<0||r>4294967295||MT(r)!==r)throw new Eh("`length` must be a positive 32-bit integer");var n=arguments.length>2&&!!arguments[2],a=!0,o=!0;if("length"in t&&bh){var i=bh(t,"length");i&&!i.configurable&&(a=!1),i&&!i.writable&&(o=!1)}return(a||o||!n)&&(LT?yh(t,"length",r,!0,!0):yh(t,"length",r)),t}});var wh=S((FJ,Gn)=>{"use strict";l();c();d();var ti=$n(),Xt=st(),jT=Dh(),qT=Xt("%TypeError%"),xh=Xt("%Function.prototype.apply%"),Sh=Xt("%Function.prototype.call%"),Fh=Xt("%Reflect.apply%",!0)||ti.call(Sh,xh),Lr=Xt("%Object.defineProperty%",!0),$T=Xt("%Math.max%");if(Lr)try{Lr({},"a",{value:1})}catch{Lr=null}Gn.exports=function(t){if(typeof t!="function")throw new qT("a function is required");var r=Fh(ti,Sh,arguments);return jT(r,1+$T(0,t.length-(arguments.length-1)),!0)};var Ch=function(){return Fh(ti,xh,arguments)};Lr?Lr(Gn.exports,"apply",{value:Ch}):Gn.exports.apply=Ch});var Oh=S((_J,_h)=>{"use strict";l();c();d();var Bh=st(),Th=wh(),HT=Th(Bh("String.prototype.indexOf"));_h.exports=function(t,r){var n=Bh(t,!!r);return typeof n=="function"&&HT(t,".prototype.")>-1?Th(n):n}});var Rh=S(()=>{l();c();d()});var Qh=S((jJ,Jh)=>{l();c();d();var di=typeof Map=="function"&&Map.prototype,ri=Object.getOwnPropertyDescriptor&&di?Object.getOwnPropertyDescriptor(Map.prototype,"size"):null,Vn=di&&ri&&typeof ri.get=="function"?ri.get:null,Ph=di&&Map.prototype.forEach,pi=typeof Set=="function"&&Set.prototype,ni=Object.getOwnPropertyDescriptor&&pi?Object.getOwnPropertyDescriptor(Set.prototype,"size"):null,Kn=pi&&ni&&typeof ni.get=="function"?ni.get:null,Ih=pi&&Set.prototype.forEach,UT=typeof WeakMap=="function"&&WeakMap.prototype,jr=UT?WeakMap.prototype.has:null,zT=typeof WeakSet=="function"&&WeakSet.prototype,qr=zT?WeakSet.prototype.has:null,GT=typeof WeakRef=="function"&&WeakRef.prototype,kh=GT?WeakRef.prototype.deref:null,WT=Boolean.prototype.valueOf,VT=Object.prototype.toString,KT=Function.prototype.toString,YT=String.prototype.match,fi=String.prototype.slice,ct=String.prototype.replace,XT=String.prototype.toUpperCase,Nh=String.prototype.toLowerCase,Gh=RegExp.prototype.test,Lh=Array.prototype.concat,We=Array.prototype.join,JT=Array.prototype.slice,Mh=Math.floor,ii=typeof BigInt=="function"?BigInt.prototype.valueOf:null,ai=Object.getOwnPropertySymbols,ui=typeof Symbol=="function"&&typeof Symbol.iterator=="symbol"?Symbol.prototype.toString:null,Jt=typeof Symbol=="function"&&typeof Symbol.iterator=="object",xe=typeof Symbol=="function"&&Symbol.toStringTag&&(typeof Symbol.toStringTag===Jt||"symbol")?Symbol.toStringTag:null,Wh=Object.prototype.propertyIsEnumerable,jh=(typeof Reflect=="function"?Reflect.getPrototypeOf:Object.getPrototypeOf)||([].__proto__===Array.prototype?function(e){return e.__proto__}:null);function qh(e,t){if(e===1/0||e===-1/0||e!==e||e&&e>-1e3&&e<1e3||Gh.call(/e/,t))return t;var r=/[0-9](?=(?:[0-9]{3})+(?![0-9]))/g;if(typeof e=="number"){var n=e<0?-Mh(-e):Mh(e);if(n!==e){var a=String(n),o=fi.call(t,a.length+1);return ct.call(a,r,"$&_")+"."+ct.call(ct.call(o,/([0-9]{3})/g,"$&_"),/_$/,"")}}return ct.call(t,r,"$&_")}var si=Rh(),$h=si.custom,Hh=Kh($h)?$h:null;Jh.exports=function e(t,r,n,a){var o=r||{};if(lt(o,"quoteStyle")&&o.quoteStyle!=="single"&&o.quoteStyle!=="double")throw new TypeError('option "quoteStyle" must be "single" or "double"');if(lt(o,"maxStringLength")&&(typeof o.maxStringLength=="number"?o.maxStringLength<0&&o.maxStringLength!==1/0:o.maxStringLength!==null))throw new TypeError('option "maxStringLength", if provided, must be a positive integer, Infinity, or `null`');var i=lt(o,"customInspect")?o.customInspect:!0;if(typeof i!="boolean"&&i!=="symbol")throw new TypeError("option \"customInspect\", if provided, must be `true`, `false`, or `'symbol'`");if(lt(o,"indent")&&o.indent!==null&&o.indent!==" "&&!(parseInt(o.indent,10)===o.indent&&o.indent>0))throw new TypeError('option "indent" must be "\\t", an integer > 0, or `null`');if(lt(o,"numericSeparator")&&typeof o.numericSeparator!="boolean")throw new TypeError('option "numericSeparator", if provided, must be `true` or `false`');var u=o.numericSeparator;if(typeof t>"u")return"undefined";if(t===null)return"null";if(typeof t=="boolean")return t?"true":"false";if(typeof t=="string")return Xh(t,o);if(typeof t=="number"){if(t===0)return 1/0/t>0?"0":"-0";var s=String(t);return u?qh(t,s):s}if(typeof t=="bigint"){var p=String(t)+"n";return u?qh(t,p):p}var y=typeof o.depth>"u"?5:o.depth;if(typeof n>"u"&&(n=0),n>=y&&y>0&&typeof t=="object")return li(t)?"[Array]":"[Object]";var A=m_(o,n);if(typeof a>"u")a=[];else if(Yh(a,t)>=0)return"[Circular]";function m(Y,R,_){if(R&&(a=JT.call(a),a.push(R)),_){var q={depth:o.depth};return lt(o,"quoteStyle")&&(q.quoteStyle=o.quoteStyle),e(Y,q,n+1,a)}return e(Y,o,n+1,a)}if(typeof t=="function"&&!Uh(t)){var h=i_(t),E=Wn(t,m);return"[Function"+(h?": "+h:" (anonymous)")+"]"+(E.length>0?" { "+We.call(E,", ")+" }":"")}if(Kh(t)){var b=Jt?ct.call(String(t),/^(Symbol\(.*\))_[^)]*$/,"$1"):ui.call(t);return typeof t=="object"&&!Jt?Mr(b):b}if(p_(t)){for(var x="<"+Nh.call(String(t.nodeName)),F=t.attributes||[],B=0;B",x}if(li(t)){if(t.length===0)return"[]";var I=Wn(t,m);return A&&!h_(I)?"["+ci(I,A)+"]":"[ "+We.call(I,", ")+" ]"}if(e_(t)){var M=Wn(t,m);return!("cause"in Error.prototype)&&"cause"in t&&!Wh.call(t,"cause")?"{ ["+String(t)+"] "+We.call(Lh.call("[cause]: "+m(t.cause),M),", ")+" }":M.length===0?"["+String(t)+"]":"{ ["+String(t)+"] "+We.call(M,", ")+" }"}if(typeof t=="object"&&i){if(Hh&&typeof t[Hh]=="function"&&si)return si(t,{depth:y-n});if(i!=="symbol"&&typeof t.inspect=="function")return t.inspect()}if(u_(t)){var w=[];return Ph&&Ph.call(t,function(Y,R){w.push(m(R,t,!0)+" => "+m(Y,t))}),zh("Map",Vn.call(t),w,A)}if(c_(t)){var N=[];return Ih&&Ih.call(t,function(Y){N.push(m(Y,t))}),zh("Set",Kn.call(t),N,A)}if(s_(t))return oi("WeakMap");if(d_(t))return oi("WeakSet");if(l_(t))return oi("WeakRef");if(r_(t))return Mr(m(Number(t)));if(a_(t))return Mr(m(ii.call(t)));if(n_(t))return Mr(WT.call(t));if(t_(t))return Mr(m(String(t)));if(typeof window<"u"&&t===window)return"{ [object Window] }";if(t===window)return"{ [object globalThis] }";if(!ZT(t)&&!Uh(t)){var k=Wn(t,m),U=jh?jh(t)===Object.prototype:t instanceof Object||t.constructor===Object,V=t instanceof Object?"":"null prototype",H=!U&&xe&&Object(t)===t&&xe in t?fi.call(dt(t),8,-1):V?"Object":"",oe=U||typeof t.constructor!="function"?"":t.constructor.name?t.constructor.name+" ":"",X=oe+(H||V?"["+We.call(Lh.call([],H||[],V||[]),": ")+"] ":"");return k.length===0?X+"{}":A?X+"{"+ci(k,A)+"}":X+"{ "+We.call(k,", ")+" }"}return String(t)};function Vh(e,t,r){var n=(r.quoteStyle||t)==="double"?'"':"'";return n+e+n}function QT(e){return ct.call(String(e),/"/g,""")}function li(e){return dt(e)==="[object Array]"&&(!xe||!(typeof e=="object"&&xe in e))}function ZT(e){return dt(e)==="[object Date]"&&(!xe||!(typeof e=="object"&&xe in e))}function Uh(e){return dt(e)==="[object RegExp]"&&(!xe||!(typeof e=="object"&&xe in e))}function e_(e){return dt(e)==="[object Error]"&&(!xe||!(typeof e=="object"&&xe in e))}function t_(e){return dt(e)==="[object String]"&&(!xe||!(typeof e=="object"&&xe in e))}function r_(e){return dt(e)==="[object Number]"&&(!xe||!(typeof e=="object"&&xe in e))}function n_(e){return dt(e)==="[object Boolean]"&&(!xe||!(typeof e=="object"&&xe in e))}function Kh(e){if(Jt)return e&&typeof e=="object"&&e instanceof Symbol;if(typeof e=="symbol")return!0;if(!e||typeof e!="object"||!ui)return!1;try{return ui.call(e),!0}catch{}return!1}function a_(e){if(!e||typeof e!="object"||!ii)return!1;try{return ii.call(e),!0}catch{}return!1}var o_=Object.prototype.hasOwnProperty||function(e){return e in this};function lt(e,t){return o_.call(e,t)}function dt(e){return VT.call(e)}function i_(e){if(e.name)return e.name;var t=YT.call(KT.call(e),/^function\s*([\w$]+)/);return t?t[1]:null}function Yh(e,t){if(e.indexOf)return e.indexOf(t);for(var r=0,n=e.length;rt.maxStringLength){var r=e.length-t.maxStringLength,n="... "+r+" more character"+(r>1?"s":"");return Xh(fi.call(e,0,t.maxStringLength),t)+n}var a=ct.call(ct.call(e,/(['\\])/g,"\\$1"),/[\x00-\x1f]/g,f_);return Vh(a,"single",t)}function f_(e){var t=e.charCodeAt(0),r={8:"b",9:"t",10:"n",12:"f",13:"r"}[t];return r?"\\"+r:"\\x"+(t<16?"0":"")+XT.call(t.toString(16))}function Mr(e){return"Object("+e+")"}function oi(e){return e+" { ? }"}function zh(e,t,r,n){var a=n?ci(r,n):We.call(r,", ");return e+" ("+t+") {"+a+"}"}function h_(e){for(var t=0;t=0)return!1;return!0}function m_(e,t){var r;if(e.indent===" ")r=" ";else if(typeof e.indent=="number"&&e.indent>0)r=We.call(Array(e.indent+1)," ");else return null;return{base:r,prev:We.call(Array(t+1),r)}}function ci(e,t){if(e.length===0)return"";var r=` +`+t.prev+t.base;return r+We.call(e,","+r)+` +`+t.prev}function Wn(e,t){var r=li(e),n=[];if(r){n.length=e.length;for(var a=0;a{"use strict";l();c();d();var hi=st(),Qt=Oh(),g_=Qh(),y_=hi("%TypeError%"),Yn=hi("%WeakMap%",!0),Xn=hi("%Map%",!0),b_=Qt("WeakMap.prototype.get",!0),E_=Qt("WeakMap.prototype.set",!0),A_=Qt("WeakMap.prototype.has",!0),v_=Qt("Map.prototype.get",!0),D_=Qt("Map.prototype.set",!0),C_=Qt("Map.prototype.has",!0),mi=function(e,t){for(var r=e,n;(n=r.next)!==null;r=n)if(n.key===t)return r.next=n.next,n.next=e.next,e.next=n,n},x_=function(e,t){var r=mi(e,t);return r&&r.value},S_=function(e,t,r){var n=mi(e,t);n?n.value=r:e.next={key:t,next:e.next,value:r}},F_=function(e,t){return!!mi(e,t)};Zh.exports=function(){var t,r,n,a={assert:function(o){if(!a.has(o))throw new y_("Side channel does not contain "+g_(o))},get:function(o){if(Yn&&o&&(typeof o=="object"||typeof o=="function")){if(t)return b_(t,o)}else if(Xn){if(r)return v_(r,o)}else if(n)return x_(n,o)},has:function(o){if(Yn&&o&&(typeof o=="object"||typeof o=="function")){if(t)return A_(t,o)}else if(Xn){if(r)return C_(r,o)}else if(n)return F_(n,o);return!1},set:function(o,i){Yn&&o&&(typeof o=="object"||typeof o=="function")?(t||(t=new Yn),E_(t,o,i)):Xn?(r||(r=new Xn),D_(r,o,i)):(n||(n={key:{},next:null}),S_(n,o,i))}};return a}});var Jn=S((VJ,tm)=>{"use strict";l();c();d();var w_=String.prototype.replace,B_=/%20/g,gi={RFC1738:"RFC1738",RFC3986:"RFC3986"};tm.exports={default:gi.RFC3986,formatters:{RFC1738:function(e){return w_.call(e,B_,"+")},RFC3986:function(e){return String(e)}},RFC1738:gi.RFC1738,RFC3986:gi.RFC3986}});var bi=S((JJ,nm)=>{"use strict";l();c();d();var T_=Jn(),yi=Object.prototype.hasOwnProperty,xt=Array.isArray,Ve=function(){for(var e=[],t=0;t<256;++t)e.push("%"+((t<16?"0":"")+t.toString(16)).toUpperCase());return e}(),__=function(t){for(;t.length>1;){var r=t.pop(),n=r.obj[r.prop];if(xt(n)){for(var a=[],o=0;o=48&&p<=57||p>=65&&p<=90||p>=97&&p<=122||o===T_.RFC1738&&(p===40||p===41)){u+=i.charAt(s);continue}if(p<128){u=u+Ve[p];continue}if(p<2048){u=u+(Ve[192|p>>6]+Ve[128|p&63]);continue}if(p<55296||p>=57344){u=u+(Ve[224|p>>12]+Ve[128|p>>6&63]+Ve[128|p&63]);continue}s+=1,p=65536+((p&1023)<<10|i.charCodeAt(s)&1023),u+=Ve[240|p>>18]+Ve[128|p>>12&63]+Ve[128|p>>6&63]+Ve[128|p&63]}return u},k_=function(t){for(var r=[{obj:{o:t},prop:"o"}],n=[],a=0;a{"use strict";l();c();d();var im=em(),Qn=bi(),$r=Jn(),q_=Object.prototype.hasOwnProperty,am={brackets:function(t){return t+"[]"},comma:"comma",indices:function(t,r){return t+"["+r+"]"},repeat:function(t){return t}},Ze=Array.isArray,$_=Array.prototype.push,um=function(e,t){$_.apply(e,Ze(t)?t:[t])},H_=Date.prototype.toISOString,om=$r.default,Se={addQueryPrefix:!1,allowDots:!1,charset:"utf-8",charsetSentinel:!1,delimiter:"&",encode:!0,encoder:Qn.encode,encodeValuesOnly:!1,format:om,formatter:$r.formatters[om],indices:!1,serializeDate:function(t){return H_.call(t)},skipNulls:!1,strictNullHandling:!1},U_=function(t){return typeof t=="string"||typeof t=="number"||typeof t=="boolean"||typeof t=="symbol"||typeof t=="bigint"},Ei={},z_=function e(t,r,n,a,o,i,u,s,p,y,A,m,h,E,b,x){for(var F=t,B=x,I=0,M=!1;(B=B.get(Ei))!==void 0&&!M;){var w=B.get(t);if(I+=1,typeof w<"u"){if(w===I)throw new RangeError("Cyclic object value");M=!0}typeof B.get(Ei)>"u"&&(I=0)}if(typeof s=="function"?F=s(r,F):F instanceof Date?F=A(F):n==="comma"&&Ze(F)&&(F=Qn.maybeMap(F,function(q){return q instanceof Date?A(q):q})),F===null){if(o)return u&&!E?u(r,Se.encoder,b,"key",m):r;F=""}if(U_(F)||Qn.isBuffer(F)){if(u){var N=E?r:u(r,Se.encoder,b,"key",m);return[h(N)+"="+h(u(F,Se.encoder,b,"value",m))]}return[h(r)+"="+h(String(F))]}var k=[];if(typeof F>"u")return k;var U;if(n==="comma"&&Ze(F))E&&u&&(F=Qn.maybeMap(F,u)),U=[{value:F.length>0?F.join(",")||null:void 0}];else if(Ze(s))U=s;else{var V=Object.keys(F);U=p?V.sort(p):V}for(var H=a&&Ze(F)&&F.length===1?r+"[]":r,oe=0;oe"u"?Se.allowDots:!!t.allowDots,charset:r,charsetSentinel:typeof t.charsetSentinel=="boolean"?t.charsetSentinel:Se.charsetSentinel,delimiter:typeof t.delimiter>"u"?Se.delimiter:t.delimiter,encode:typeof t.encode=="boolean"?t.encode:Se.encode,encoder:typeof t.encoder=="function"?t.encoder:Se.encoder,encodeValuesOnly:typeof t.encodeValuesOnly=="boolean"?t.encodeValuesOnly:Se.encodeValuesOnly,filter:o,format:n,formatter:a,serializeDate:typeof t.serializeDate=="function"?t.serializeDate:Se.serializeDate,skipNulls:typeof t.skipNulls=="boolean"?t.skipNulls:Se.skipNulls,sort:typeof t.sort=="function"?t.sort:null,strictNullHandling:typeof t.strictNullHandling=="boolean"?t.strictNullHandling:Se.strictNullHandling}};sm.exports=function(e,t){var r=e,n=G_(t),a,o;typeof n.filter=="function"?(o=n.filter,r=o("",r)):Ze(n.filter)&&(o=n.filter,a=o);var i=[];if(typeof r!="object"||r===null)return"";var u;t&&t.arrayFormat in am?u=t.arrayFormat:t&&"indices"in t?u=t.indices?"indices":"repeat":u="indices";var s=am[u];if(t&&"commaRoundTrip"in t&&typeof t.commaRoundTrip!="boolean")throw new TypeError("`commaRoundTrip` must be a boolean, or absent");var p=s==="comma"&&t&&t.commaRoundTrip;a||(a=Object.keys(r)),n.sort&&a.sort(n.sort);for(var y=im(),A=0;A0?E+h:""}});var pm=S((oQ,dm)=>{"use strict";l();c();d();var Zt=bi(),Ai=Object.prototype.hasOwnProperty,W_=Array.isArray,ve={allowDots:!1,allowPrototypes:!1,allowSparse:!1,arrayLimit:20,charset:"utf-8",charsetSentinel:!1,comma:!1,decoder:Zt.decode,delimiter:"&",depth:5,ignoreQueryPrefix:!1,interpretNumericEntities:!1,parameterLimit:1e3,parseArrays:!0,plainObjects:!1,strictNullHandling:!1},V_=function(e){return e.replace(/&#(\d+);/g,function(t,r){return String.fromCharCode(parseInt(r,10))})},cm=function(e,t){return e&&typeof e=="string"&&t.comma&&e.indexOf(",")>-1?e.split(","):e},K_="utf8=%26%2310003%3B",Y_="utf8=%E2%9C%93",X_=function(t,r){var n={__proto__:null},a=r.ignoreQueryPrefix?t.replace(/^\?/,""):t,o=r.parameterLimit===1/0?void 0:r.parameterLimit,i=a.split(r.delimiter,o),u=-1,s,p=r.charset;if(r.charsetSentinel)for(s=0;s-1&&(E=W_(E)?[E]:E),Ai.call(n,h)?n[h]=Zt.combine(n[h],E):n[h]=E}return n},J_=function(e,t,r,n){for(var a=n?t:cm(t,r),o=e.length-1;o>=0;--o){var i,u=e[o];if(u==="[]"&&r.parseArrays)i=[].concat(a);else{i=r.plainObjects?Object.create(null):{};var s=u.charAt(0)==="["&&u.charAt(u.length-1)==="]"?u.slice(1,-1):u,p=parseInt(s,10);!r.parseArrays&&s===""?i={0:a}:!isNaN(p)&&u!==s&&String(p)===s&&p>=0&&r.parseArrays&&p<=r.arrayLimit?(i=[],i[p]=a):s!=="__proto__"&&(i[s]=a)}a=i}return a},Q_=function(t,r,n,a){if(t){var o=n.allowDots?t.replace(/\.([^.[]+)/g,"[$1]"):t,i=/(\[[^[\]]*])/,u=/(\[[^[\]]*])/g,s=n.depth>0&&i.exec(o),p=s?o.slice(0,s.index):o,y=[];if(p){if(!n.plainObjects&&Ai.call(Object.prototype,p)&&!n.allowPrototypes)return;y.push(p)}for(var A=0;n.depth>0&&(s=u.exec(o))!==null&&A"u"?ve.charset:t.charset;return{allowDots:typeof t.allowDots>"u"?ve.allowDots:!!t.allowDots,allowPrototypes:typeof t.allowPrototypes=="boolean"?t.allowPrototypes:ve.allowPrototypes,allowSparse:typeof t.allowSparse=="boolean"?t.allowSparse:ve.allowSparse,arrayLimit:typeof t.arrayLimit=="number"?t.arrayLimit:ve.arrayLimit,charset:r,charsetSentinel:typeof t.charsetSentinel=="boolean"?t.charsetSentinel:ve.charsetSentinel,comma:typeof t.comma=="boolean"?t.comma:ve.comma,decoder:typeof t.decoder=="function"?t.decoder:ve.decoder,delimiter:typeof t.delimiter=="string"||Zt.isRegExp(t.delimiter)?t.delimiter:ve.delimiter,depth:typeof t.depth=="number"||t.depth===!1?+t.depth:ve.depth,ignoreQueryPrefix:t.ignoreQueryPrefix===!0,interpretNumericEntities:typeof t.interpretNumericEntities=="boolean"?t.interpretNumericEntities:ve.interpretNumericEntities,parameterLimit:typeof t.parameterLimit=="number"?t.parameterLimit:ve.parameterLimit,parseArrays:t.parseArrays!==!1,plainObjects:typeof t.plainObjects=="boolean"?t.plainObjects:ve.plainObjects,strictNullHandling:typeof t.strictNullHandling=="boolean"?t.strictNullHandling:ve.strictNullHandling}};dm.exports=function(e,t){var r=Z_(t);if(e===""||e===null||typeof e>"u")return r.plainObjects?Object.create(null):{};for(var n=typeof e=="string"?X_(e,r):e,a=r.plainObjects?Object.create(null):{},o=Object.keys(n),i=0;i{"use strict";l();c();d();var e8=lm(),t8=pm(),r8=Jn();fm.exports={formats:r8,parse:t8,stringify:e8}});var Em=S((KZ,bm)=>{l();c();d();(function(){"use strict";function e(i){if(i==null)return!1;switch(i.type){case"ArrayExpression":case"AssignmentExpression":case"BinaryExpression":case"CallExpression":case"ConditionalExpression":case"FunctionExpression":case"Identifier":case"Literal":case"LogicalExpression":case"MemberExpression":case"NewExpression":case"ObjectExpression":case"SequenceExpression":case"ThisExpression":case"UnaryExpression":case"UpdateExpression":return!0}return!1}function t(i){if(i==null)return!1;switch(i.type){case"DoWhileStatement":case"ForInStatement":case"ForStatement":case"WhileStatement":return!0}return!1}function r(i){if(i==null)return!1;switch(i.type){case"BlockStatement":case"BreakStatement":case"ContinueStatement":case"DebuggerStatement":case"DoWhileStatement":case"EmptyStatement":case"ExpressionStatement":case"ForInStatement":case"ForStatement":case"IfStatement":case"LabeledStatement":case"ReturnStatement":case"SwitchStatement":case"ThrowStatement":case"TryStatement":case"VariableDeclaration":case"WhileStatement":case"WithStatement":return!0}return!1}function n(i){return r(i)||i!=null&&i.type==="FunctionDeclaration"}function a(i){switch(i.type){case"IfStatement":return i.alternate!=null?i.alternate:i.consequent;case"LabeledStatement":case"ForStatement":case"ForInStatement":case"WhileStatement":case"WithStatement":return i.body}return null}function o(i){var u;if(i.type!=="IfStatement"||i.alternate==null)return!1;u=i.consequent;do{if(u.type==="IfStatement"&&u.alternate==null)return!0;u=a(u)}while(u);return!1}bm.exports={isExpression:e,isStatement:r,isIterationStatement:t,isSourceElement:n,isProblematicIfStatement:o,trailingStatement:a}})()});var Di=S((QZ,Am)=>{l();c();d();(function(){"use strict";var e,t,r,n,a,o;t={NonAsciiIdentifierStart:/[\xAA\xB5\xBA\xC0-\xD6\xD8-\xF6\xF8-\u02C1\u02C6-\u02D1\u02E0-\u02E4\u02EC\u02EE\u0370-\u0374\u0376\u0377\u037A-\u037D\u037F\u0386\u0388-\u038A\u038C\u038E-\u03A1\u03A3-\u03F5\u03F7-\u0481\u048A-\u052F\u0531-\u0556\u0559\u0561-\u0587\u05D0-\u05EA\u05F0-\u05F2\u0620-\u064A\u066E\u066F\u0671-\u06D3\u06D5\u06E5\u06E6\u06EE\u06EF\u06FA-\u06FC\u06FF\u0710\u0712-\u072F\u074D-\u07A5\u07B1\u07CA-\u07EA\u07F4\u07F5\u07FA\u0800-\u0815\u081A\u0824\u0828\u0840-\u0858\u08A0-\u08B4\u08B6-\u08BD\u0904-\u0939\u093D\u0950\u0958-\u0961\u0971-\u0980\u0985-\u098C\u098F\u0990\u0993-\u09A8\u09AA-\u09B0\u09B2\u09B6-\u09B9\u09BD\u09CE\u09DC\u09DD\u09DF-\u09E1\u09F0\u09F1\u0A05-\u0A0A\u0A0F\u0A10\u0A13-\u0A28\u0A2A-\u0A30\u0A32\u0A33\u0A35\u0A36\u0A38\u0A39\u0A59-\u0A5C\u0A5E\u0A72-\u0A74\u0A85-\u0A8D\u0A8F-\u0A91\u0A93-\u0AA8\u0AAA-\u0AB0\u0AB2\u0AB3\u0AB5-\u0AB9\u0ABD\u0AD0\u0AE0\u0AE1\u0AF9\u0B05-\u0B0C\u0B0F\u0B10\u0B13-\u0B28\u0B2A-\u0B30\u0B32\u0B33\u0B35-\u0B39\u0B3D\u0B5C\u0B5D\u0B5F-\u0B61\u0B71\u0B83\u0B85-\u0B8A\u0B8E-\u0B90\u0B92-\u0B95\u0B99\u0B9A\u0B9C\u0B9E\u0B9F\u0BA3\u0BA4\u0BA8-\u0BAA\u0BAE-\u0BB9\u0BD0\u0C05-\u0C0C\u0C0E-\u0C10\u0C12-\u0C28\u0C2A-\u0C39\u0C3D\u0C58-\u0C5A\u0C60\u0C61\u0C80\u0C85-\u0C8C\u0C8E-\u0C90\u0C92-\u0CA8\u0CAA-\u0CB3\u0CB5-\u0CB9\u0CBD\u0CDE\u0CE0\u0CE1\u0CF1\u0CF2\u0D05-\u0D0C\u0D0E-\u0D10\u0D12-\u0D3A\u0D3D\u0D4E\u0D54-\u0D56\u0D5F-\u0D61\u0D7A-\u0D7F\u0D85-\u0D96\u0D9A-\u0DB1\u0DB3-\u0DBB\u0DBD\u0DC0-\u0DC6\u0E01-\u0E30\u0E32\u0E33\u0E40-\u0E46\u0E81\u0E82\u0E84\u0E87\u0E88\u0E8A\u0E8D\u0E94-\u0E97\u0E99-\u0E9F\u0EA1-\u0EA3\u0EA5\u0EA7\u0EAA\u0EAB\u0EAD-\u0EB0\u0EB2\u0EB3\u0EBD\u0EC0-\u0EC4\u0EC6\u0EDC-\u0EDF\u0F00\u0F40-\u0F47\u0F49-\u0F6C\u0F88-\u0F8C\u1000-\u102A\u103F\u1050-\u1055\u105A-\u105D\u1061\u1065\u1066\u106E-\u1070\u1075-\u1081\u108E\u10A0-\u10C5\u10C7\u10CD\u10D0-\u10FA\u10FC-\u1248\u124A-\u124D\u1250-\u1256\u1258\u125A-\u125D\u1260-\u1288\u128A-\u128D\u1290-\u12B0\u12B2-\u12B5\u12B8-\u12BE\u12C0\u12C2-\u12C5\u12C8-\u12D6\u12D8-\u1310\u1312-\u1315\u1318-\u135A\u1380-\u138F\u13A0-\u13F5\u13F8-\u13FD\u1401-\u166C\u166F-\u167F\u1681-\u169A\u16A0-\u16EA\u16EE-\u16F8\u1700-\u170C\u170E-\u1711\u1720-\u1731\u1740-\u1751\u1760-\u176C\u176E-\u1770\u1780-\u17B3\u17D7\u17DC\u1820-\u1877\u1880-\u1884\u1887-\u18A8\u18AA\u18B0-\u18F5\u1900-\u191E\u1950-\u196D\u1970-\u1974\u1980-\u19AB\u19B0-\u19C9\u1A00-\u1A16\u1A20-\u1A54\u1AA7\u1B05-\u1B33\u1B45-\u1B4B\u1B83-\u1BA0\u1BAE\u1BAF\u1BBA-\u1BE5\u1C00-\u1C23\u1C4D-\u1C4F\u1C5A-\u1C7D\u1C80-\u1C88\u1CE9-\u1CEC\u1CEE-\u1CF1\u1CF5\u1CF6\u1D00-\u1DBF\u1E00-\u1F15\u1F18-\u1F1D\u1F20-\u1F45\u1F48-\u1F4D\u1F50-\u1F57\u1F59\u1F5B\u1F5D\u1F5F-\u1F7D\u1F80-\u1FB4\u1FB6-\u1FBC\u1FBE\u1FC2-\u1FC4\u1FC6-\u1FCC\u1FD0-\u1FD3\u1FD6-\u1FDB\u1FE0-\u1FEC\u1FF2-\u1FF4\u1FF6-\u1FFC\u2071\u207F\u2090-\u209C\u2102\u2107\u210A-\u2113\u2115\u2119-\u211D\u2124\u2126\u2128\u212A-\u212D\u212F-\u2139\u213C-\u213F\u2145-\u2149\u214E\u2160-\u2188\u2C00-\u2C2E\u2C30-\u2C5E\u2C60-\u2CE4\u2CEB-\u2CEE\u2CF2\u2CF3\u2D00-\u2D25\u2D27\u2D2D\u2D30-\u2D67\u2D6F\u2D80-\u2D96\u2DA0-\u2DA6\u2DA8-\u2DAE\u2DB0-\u2DB6\u2DB8-\u2DBE\u2DC0-\u2DC6\u2DC8-\u2DCE\u2DD0-\u2DD6\u2DD8-\u2DDE\u2E2F\u3005-\u3007\u3021-\u3029\u3031-\u3035\u3038-\u303C\u3041-\u3096\u309D-\u309F\u30A1-\u30FA\u30FC-\u30FF\u3105-\u312D\u3131-\u318E\u31A0-\u31BA\u31F0-\u31FF\u3400-\u4DB5\u4E00-\u9FD5\uA000-\uA48C\uA4D0-\uA4FD\uA500-\uA60C\uA610-\uA61F\uA62A\uA62B\uA640-\uA66E\uA67F-\uA69D\uA6A0-\uA6EF\uA717-\uA71F\uA722-\uA788\uA78B-\uA7AE\uA7B0-\uA7B7\uA7F7-\uA801\uA803-\uA805\uA807-\uA80A\uA80C-\uA822\uA840-\uA873\uA882-\uA8B3\uA8F2-\uA8F7\uA8FB\uA8FD\uA90A-\uA925\uA930-\uA946\uA960-\uA97C\uA984-\uA9B2\uA9CF\uA9E0-\uA9E4\uA9E6-\uA9EF\uA9FA-\uA9FE\uAA00-\uAA28\uAA40-\uAA42\uAA44-\uAA4B\uAA60-\uAA76\uAA7A\uAA7E-\uAAAF\uAAB1\uAAB5\uAAB6\uAAB9-\uAABD\uAAC0\uAAC2\uAADB-\uAADD\uAAE0-\uAAEA\uAAF2-\uAAF4\uAB01-\uAB06\uAB09-\uAB0E\uAB11-\uAB16\uAB20-\uAB26\uAB28-\uAB2E\uAB30-\uAB5A\uAB5C-\uAB65\uAB70-\uABE2\uAC00-\uD7A3\uD7B0-\uD7C6\uD7CB-\uD7FB\uF900-\uFA6D\uFA70-\uFAD9\uFB00-\uFB06\uFB13-\uFB17\uFB1D\uFB1F-\uFB28\uFB2A-\uFB36\uFB38-\uFB3C\uFB3E\uFB40\uFB41\uFB43\uFB44\uFB46-\uFBB1\uFBD3-\uFD3D\uFD50-\uFD8F\uFD92-\uFDC7\uFDF0-\uFDFB\uFE70-\uFE74\uFE76-\uFEFC\uFF21-\uFF3A\uFF41-\uFF5A\uFF66-\uFFBE\uFFC2-\uFFC7\uFFCA-\uFFCF\uFFD2-\uFFD7\uFFDA-\uFFDC]/,NonAsciiIdentifierPart:/[\xAA\xB5\xBA\xC0-\xD6\xD8-\xF6\xF8-\u02C1\u02C6-\u02D1\u02E0-\u02E4\u02EC\u02EE\u0300-\u0374\u0376\u0377\u037A-\u037D\u037F\u0386\u0388-\u038A\u038C\u038E-\u03A1\u03A3-\u03F5\u03F7-\u0481\u0483-\u0487\u048A-\u052F\u0531-\u0556\u0559\u0561-\u0587\u0591-\u05BD\u05BF\u05C1\u05C2\u05C4\u05C5\u05C7\u05D0-\u05EA\u05F0-\u05F2\u0610-\u061A\u0620-\u0669\u066E-\u06D3\u06D5-\u06DC\u06DF-\u06E8\u06EA-\u06FC\u06FF\u0710-\u074A\u074D-\u07B1\u07C0-\u07F5\u07FA\u0800-\u082D\u0840-\u085B\u08A0-\u08B4\u08B6-\u08BD\u08D4-\u08E1\u08E3-\u0963\u0966-\u096F\u0971-\u0983\u0985-\u098C\u098F\u0990\u0993-\u09A8\u09AA-\u09B0\u09B2\u09B6-\u09B9\u09BC-\u09C4\u09C7\u09C8\u09CB-\u09CE\u09D7\u09DC\u09DD\u09DF-\u09E3\u09E6-\u09F1\u0A01-\u0A03\u0A05-\u0A0A\u0A0F\u0A10\u0A13-\u0A28\u0A2A-\u0A30\u0A32\u0A33\u0A35\u0A36\u0A38\u0A39\u0A3C\u0A3E-\u0A42\u0A47\u0A48\u0A4B-\u0A4D\u0A51\u0A59-\u0A5C\u0A5E\u0A66-\u0A75\u0A81-\u0A83\u0A85-\u0A8D\u0A8F-\u0A91\u0A93-\u0AA8\u0AAA-\u0AB0\u0AB2\u0AB3\u0AB5-\u0AB9\u0ABC-\u0AC5\u0AC7-\u0AC9\u0ACB-\u0ACD\u0AD0\u0AE0-\u0AE3\u0AE6-\u0AEF\u0AF9\u0B01-\u0B03\u0B05-\u0B0C\u0B0F\u0B10\u0B13-\u0B28\u0B2A-\u0B30\u0B32\u0B33\u0B35-\u0B39\u0B3C-\u0B44\u0B47\u0B48\u0B4B-\u0B4D\u0B56\u0B57\u0B5C\u0B5D\u0B5F-\u0B63\u0B66-\u0B6F\u0B71\u0B82\u0B83\u0B85-\u0B8A\u0B8E-\u0B90\u0B92-\u0B95\u0B99\u0B9A\u0B9C\u0B9E\u0B9F\u0BA3\u0BA4\u0BA8-\u0BAA\u0BAE-\u0BB9\u0BBE-\u0BC2\u0BC6-\u0BC8\u0BCA-\u0BCD\u0BD0\u0BD7\u0BE6-\u0BEF\u0C00-\u0C03\u0C05-\u0C0C\u0C0E-\u0C10\u0C12-\u0C28\u0C2A-\u0C39\u0C3D-\u0C44\u0C46-\u0C48\u0C4A-\u0C4D\u0C55\u0C56\u0C58-\u0C5A\u0C60-\u0C63\u0C66-\u0C6F\u0C80-\u0C83\u0C85-\u0C8C\u0C8E-\u0C90\u0C92-\u0CA8\u0CAA-\u0CB3\u0CB5-\u0CB9\u0CBC-\u0CC4\u0CC6-\u0CC8\u0CCA-\u0CCD\u0CD5\u0CD6\u0CDE\u0CE0-\u0CE3\u0CE6-\u0CEF\u0CF1\u0CF2\u0D01-\u0D03\u0D05-\u0D0C\u0D0E-\u0D10\u0D12-\u0D3A\u0D3D-\u0D44\u0D46-\u0D48\u0D4A-\u0D4E\u0D54-\u0D57\u0D5F-\u0D63\u0D66-\u0D6F\u0D7A-\u0D7F\u0D82\u0D83\u0D85-\u0D96\u0D9A-\u0DB1\u0DB3-\u0DBB\u0DBD\u0DC0-\u0DC6\u0DCA\u0DCF-\u0DD4\u0DD6\u0DD8-\u0DDF\u0DE6-\u0DEF\u0DF2\u0DF3\u0E01-\u0E3A\u0E40-\u0E4E\u0E50-\u0E59\u0E81\u0E82\u0E84\u0E87\u0E88\u0E8A\u0E8D\u0E94-\u0E97\u0E99-\u0E9F\u0EA1-\u0EA3\u0EA5\u0EA7\u0EAA\u0EAB\u0EAD-\u0EB9\u0EBB-\u0EBD\u0EC0-\u0EC4\u0EC6\u0EC8-\u0ECD\u0ED0-\u0ED9\u0EDC-\u0EDF\u0F00\u0F18\u0F19\u0F20-\u0F29\u0F35\u0F37\u0F39\u0F3E-\u0F47\u0F49-\u0F6C\u0F71-\u0F84\u0F86-\u0F97\u0F99-\u0FBC\u0FC6\u1000-\u1049\u1050-\u109D\u10A0-\u10C5\u10C7\u10CD\u10D0-\u10FA\u10FC-\u1248\u124A-\u124D\u1250-\u1256\u1258\u125A-\u125D\u1260-\u1288\u128A-\u128D\u1290-\u12B0\u12B2-\u12B5\u12B8-\u12BE\u12C0\u12C2-\u12C5\u12C8-\u12D6\u12D8-\u1310\u1312-\u1315\u1318-\u135A\u135D-\u135F\u1380-\u138F\u13A0-\u13F5\u13F8-\u13FD\u1401-\u166C\u166F-\u167F\u1681-\u169A\u16A0-\u16EA\u16EE-\u16F8\u1700-\u170C\u170E-\u1714\u1720-\u1734\u1740-\u1753\u1760-\u176C\u176E-\u1770\u1772\u1773\u1780-\u17D3\u17D7\u17DC\u17DD\u17E0-\u17E9\u180B-\u180D\u1810-\u1819\u1820-\u1877\u1880-\u18AA\u18B0-\u18F5\u1900-\u191E\u1920-\u192B\u1930-\u193B\u1946-\u196D\u1970-\u1974\u1980-\u19AB\u19B0-\u19C9\u19D0-\u19D9\u1A00-\u1A1B\u1A20-\u1A5E\u1A60-\u1A7C\u1A7F-\u1A89\u1A90-\u1A99\u1AA7\u1AB0-\u1ABD\u1B00-\u1B4B\u1B50-\u1B59\u1B6B-\u1B73\u1B80-\u1BF3\u1C00-\u1C37\u1C40-\u1C49\u1C4D-\u1C7D\u1C80-\u1C88\u1CD0-\u1CD2\u1CD4-\u1CF6\u1CF8\u1CF9\u1D00-\u1DF5\u1DFB-\u1F15\u1F18-\u1F1D\u1F20-\u1F45\u1F48-\u1F4D\u1F50-\u1F57\u1F59\u1F5B\u1F5D\u1F5F-\u1F7D\u1F80-\u1FB4\u1FB6-\u1FBC\u1FBE\u1FC2-\u1FC4\u1FC6-\u1FCC\u1FD0-\u1FD3\u1FD6-\u1FDB\u1FE0-\u1FEC\u1FF2-\u1FF4\u1FF6-\u1FFC\u200C\u200D\u203F\u2040\u2054\u2071\u207F\u2090-\u209C\u20D0-\u20DC\u20E1\u20E5-\u20F0\u2102\u2107\u210A-\u2113\u2115\u2119-\u211D\u2124\u2126\u2128\u212A-\u212D\u212F-\u2139\u213C-\u213F\u2145-\u2149\u214E\u2160-\u2188\u2C00-\u2C2E\u2C30-\u2C5E\u2C60-\u2CE4\u2CEB-\u2CF3\u2D00-\u2D25\u2D27\u2D2D\u2D30-\u2D67\u2D6F\u2D7F-\u2D96\u2DA0-\u2DA6\u2DA8-\u2DAE\u2DB0-\u2DB6\u2DB8-\u2DBE\u2DC0-\u2DC6\u2DC8-\u2DCE\u2DD0-\u2DD6\u2DD8-\u2DDE\u2DE0-\u2DFF\u2E2F\u3005-\u3007\u3021-\u302F\u3031-\u3035\u3038-\u303C\u3041-\u3096\u3099\u309A\u309D-\u309F\u30A1-\u30FA\u30FC-\u30FF\u3105-\u312D\u3131-\u318E\u31A0-\u31BA\u31F0-\u31FF\u3400-\u4DB5\u4E00-\u9FD5\uA000-\uA48C\uA4D0-\uA4FD\uA500-\uA60C\uA610-\uA62B\uA640-\uA66F\uA674-\uA67D\uA67F-\uA6F1\uA717-\uA71F\uA722-\uA788\uA78B-\uA7AE\uA7B0-\uA7B7\uA7F7-\uA827\uA840-\uA873\uA880-\uA8C5\uA8D0-\uA8D9\uA8E0-\uA8F7\uA8FB\uA8FD\uA900-\uA92D\uA930-\uA953\uA960-\uA97C\uA980-\uA9C0\uA9CF-\uA9D9\uA9E0-\uA9FE\uAA00-\uAA36\uAA40-\uAA4D\uAA50-\uAA59\uAA60-\uAA76\uAA7A-\uAAC2\uAADB-\uAADD\uAAE0-\uAAEF\uAAF2-\uAAF6\uAB01-\uAB06\uAB09-\uAB0E\uAB11-\uAB16\uAB20-\uAB26\uAB28-\uAB2E\uAB30-\uAB5A\uAB5C-\uAB65\uAB70-\uABEA\uABEC\uABED\uABF0-\uABF9\uAC00-\uD7A3\uD7B0-\uD7C6\uD7CB-\uD7FB\uF900-\uFA6D\uFA70-\uFAD9\uFB00-\uFB06\uFB13-\uFB17\uFB1D-\uFB28\uFB2A-\uFB36\uFB38-\uFB3C\uFB3E\uFB40\uFB41\uFB43\uFB44\uFB46-\uFBB1\uFBD3-\uFD3D\uFD50-\uFD8F\uFD92-\uFDC7\uFDF0-\uFDFB\uFE00-\uFE0F\uFE20-\uFE2F\uFE33\uFE34\uFE4D-\uFE4F\uFE70-\uFE74\uFE76-\uFEFC\uFF10-\uFF19\uFF21-\uFF3A\uFF3F\uFF41-\uFF5A\uFF66-\uFFBE\uFFC2-\uFFC7\uFFCA-\uFFCF\uFFD2-\uFFD7\uFFDA-\uFFDC]/},e={NonAsciiIdentifierStart:/[\xAA\xB5\xBA\xC0-\xD6\xD8-\xF6\xF8-\u02C1\u02C6-\u02D1\u02E0-\u02E4\u02EC\u02EE\u0370-\u0374\u0376\u0377\u037A-\u037D\u037F\u0386\u0388-\u038A\u038C\u038E-\u03A1\u03A3-\u03F5\u03F7-\u0481\u048A-\u052F\u0531-\u0556\u0559\u0561-\u0587\u05D0-\u05EA\u05F0-\u05F2\u0620-\u064A\u066E\u066F\u0671-\u06D3\u06D5\u06E5\u06E6\u06EE\u06EF\u06FA-\u06FC\u06FF\u0710\u0712-\u072F\u074D-\u07A5\u07B1\u07CA-\u07EA\u07F4\u07F5\u07FA\u0800-\u0815\u081A\u0824\u0828\u0840-\u0858\u08A0-\u08B4\u08B6-\u08BD\u0904-\u0939\u093D\u0950\u0958-\u0961\u0971-\u0980\u0985-\u098C\u098F\u0990\u0993-\u09A8\u09AA-\u09B0\u09B2\u09B6-\u09B9\u09BD\u09CE\u09DC\u09DD\u09DF-\u09E1\u09F0\u09F1\u0A05-\u0A0A\u0A0F\u0A10\u0A13-\u0A28\u0A2A-\u0A30\u0A32\u0A33\u0A35\u0A36\u0A38\u0A39\u0A59-\u0A5C\u0A5E\u0A72-\u0A74\u0A85-\u0A8D\u0A8F-\u0A91\u0A93-\u0AA8\u0AAA-\u0AB0\u0AB2\u0AB3\u0AB5-\u0AB9\u0ABD\u0AD0\u0AE0\u0AE1\u0AF9\u0B05-\u0B0C\u0B0F\u0B10\u0B13-\u0B28\u0B2A-\u0B30\u0B32\u0B33\u0B35-\u0B39\u0B3D\u0B5C\u0B5D\u0B5F-\u0B61\u0B71\u0B83\u0B85-\u0B8A\u0B8E-\u0B90\u0B92-\u0B95\u0B99\u0B9A\u0B9C\u0B9E\u0B9F\u0BA3\u0BA4\u0BA8-\u0BAA\u0BAE-\u0BB9\u0BD0\u0C05-\u0C0C\u0C0E-\u0C10\u0C12-\u0C28\u0C2A-\u0C39\u0C3D\u0C58-\u0C5A\u0C60\u0C61\u0C80\u0C85-\u0C8C\u0C8E-\u0C90\u0C92-\u0CA8\u0CAA-\u0CB3\u0CB5-\u0CB9\u0CBD\u0CDE\u0CE0\u0CE1\u0CF1\u0CF2\u0D05-\u0D0C\u0D0E-\u0D10\u0D12-\u0D3A\u0D3D\u0D4E\u0D54-\u0D56\u0D5F-\u0D61\u0D7A-\u0D7F\u0D85-\u0D96\u0D9A-\u0DB1\u0DB3-\u0DBB\u0DBD\u0DC0-\u0DC6\u0E01-\u0E30\u0E32\u0E33\u0E40-\u0E46\u0E81\u0E82\u0E84\u0E87\u0E88\u0E8A\u0E8D\u0E94-\u0E97\u0E99-\u0E9F\u0EA1-\u0EA3\u0EA5\u0EA7\u0EAA\u0EAB\u0EAD-\u0EB0\u0EB2\u0EB3\u0EBD\u0EC0-\u0EC4\u0EC6\u0EDC-\u0EDF\u0F00\u0F40-\u0F47\u0F49-\u0F6C\u0F88-\u0F8C\u1000-\u102A\u103F\u1050-\u1055\u105A-\u105D\u1061\u1065\u1066\u106E-\u1070\u1075-\u1081\u108E\u10A0-\u10C5\u10C7\u10CD\u10D0-\u10FA\u10FC-\u1248\u124A-\u124D\u1250-\u1256\u1258\u125A-\u125D\u1260-\u1288\u128A-\u128D\u1290-\u12B0\u12B2-\u12B5\u12B8-\u12BE\u12C0\u12C2-\u12C5\u12C8-\u12D6\u12D8-\u1310\u1312-\u1315\u1318-\u135A\u1380-\u138F\u13A0-\u13F5\u13F8-\u13FD\u1401-\u166C\u166F-\u167F\u1681-\u169A\u16A0-\u16EA\u16EE-\u16F8\u1700-\u170C\u170E-\u1711\u1720-\u1731\u1740-\u1751\u1760-\u176C\u176E-\u1770\u1780-\u17B3\u17D7\u17DC\u1820-\u1877\u1880-\u18A8\u18AA\u18B0-\u18F5\u1900-\u191E\u1950-\u196D\u1970-\u1974\u1980-\u19AB\u19B0-\u19C9\u1A00-\u1A16\u1A20-\u1A54\u1AA7\u1B05-\u1B33\u1B45-\u1B4B\u1B83-\u1BA0\u1BAE\u1BAF\u1BBA-\u1BE5\u1C00-\u1C23\u1C4D-\u1C4F\u1C5A-\u1C7D\u1C80-\u1C88\u1CE9-\u1CEC\u1CEE-\u1CF1\u1CF5\u1CF6\u1D00-\u1DBF\u1E00-\u1F15\u1F18-\u1F1D\u1F20-\u1F45\u1F48-\u1F4D\u1F50-\u1F57\u1F59\u1F5B\u1F5D\u1F5F-\u1F7D\u1F80-\u1FB4\u1FB6-\u1FBC\u1FBE\u1FC2-\u1FC4\u1FC6-\u1FCC\u1FD0-\u1FD3\u1FD6-\u1FDB\u1FE0-\u1FEC\u1FF2-\u1FF4\u1FF6-\u1FFC\u2071\u207F\u2090-\u209C\u2102\u2107\u210A-\u2113\u2115\u2118-\u211D\u2124\u2126\u2128\u212A-\u2139\u213C-\u213F\u2145-\u2149\u214E\u2160-\u2188\u2C00-\u2C2E\u2C30-\u2C5E\u2C60-\u2CE4\u2CEB-\u2CEE\u2CF2\u2CF3\u2D00-\u2D25\u2D27\u2D2D\u2D30-\u2D67\u2D6F\u2D80-\u2D96\u2DA0-\u2DA6\u2DA8-\u2DAE\u2DB0-\u2DB6\u2DB8-\u2DBE\u2DC0-\u2DC6\u2DC8-\u2DCE\u2DD0-\u2DD6\u2DD8-\u2DDE\u3005-\u3007\u3021-\u3029\u3031-\u3035\u3038-\u303C\u3041-\u3096\u309B-\u309F\u30A1-\u30FA\u30FC-\u30FF\u3105-\u312D\u3131-\u318E\u31A0-\u31BA\u31F0-\u31FF\u3400-\u4DB5\u4E00-\u9FD5\uA000-\uA48C\uA4D0-\uA4FD\uA500-\uA60C\uA610-\uA61F\uA62A\uA62B\uA640-\uA66E\uA67F-\uA69D\uA6A0-\uA6EF\uA717-\uA71F\uA722-\uA788\uA78B-\uA7AE\uA7B0-\uA7B7\uA7F7-\uA801\uA803-\uA805\uA807-\uA80A\uA80C-\uA822\uA840-\uA873\uA882-\uA8B3\uA8F2-\uA8F7\uA8FB\uA8FD\uA90A-\uA925\uA930-\uA946\uA960-\uA97C\uA984-\uA9B2\uA9CF\uA9E0-\uA9E4\uA9E6-\uA9EF\uA9FA-\uA9FE\uAA00-\uAA28\uAA40-\uAA42\uAA44-\uAA4B\uAA60-\uAA76\uAA7A\uAA7E-\uAAAF\uAAB1\uAAB5\uAAB6\uAAB9-\uAABD\uAAC0\uAAC2\uAADB-\uAADD\uAAE0-\uAAEA\uAAF2-\uAAF4\uAB01-\uAB06\uAB09-\uAB0E\uAB11-\uAB16\uAB20-\uAB26\uAB28-\uAB2E\uAB30-\uAB5A\uAB5C-\uAB65\uAB70-\uABE2\uAC00-\uD7A3\uD7B0-\uD7C6\uD7CB-\uD7FB\uF900-\uFA6D\uFA70-\uFAD9\uFB00-\uFB06\uFB13-\uFB17\uFB1D\uFB1F-\uFB28\uFB2A-\uFB36\uFB38-\uFB3C\uFB3E\uFB40\uFB41\uFB43\uFB44\uFB46-\uFBB1\uFBD3-\uFD3D\uFD50-\uFD8F\uFD92-\uFDC7\uFDF0-\uFDFB\uFE70-\uFE74\uFE76-\uFEFC\uFF21-\uFF3A\uFF41-\uFF5A\uFF66-\uFFBE\uFFC2-\uFFC7\uFFCA-\uFFCF\uFFD2-\uFFD7\uFFDA-\uFFDC]|\uD800[\uDC00-\uDC0B\uDC0D-\uDC26\uDC28-\uDC3A\uDC3C\uDC3D\uDC3F-\uDC4D\uDC50-\uDC5D\uDC80-\uDCFA\uDD40-\uDD74\uDE80-\uDE9C\uDEA0-\uDED0\uDF00-\uDF1F\uDF30-\uDF4A\uDF50-\uDF75\uDF80-\uDF9D\uDFA0-\uDFC3\uDFC8-\uDFCF\uDFD1-\uDFD5]|\uD801[\uDC00-\uDC9D\uDCB0-\uDCD3\uDCD8-\uDCFB\uDD00-\uDD27\uDD30-\uDD63\uDE00-\uDF36\uDF40-\uDF55\uDF60-\uDF67]|\uD802[\uDC00-\uDC05\uDC08\uDC0A-\uDC35\uDC37\uDC38\uDC3C\uDC3F-\uDC55\uDC60-\uDC76\uDC80-\uDC9E\uDCE0-\uDCF2\uDCF4\uDCF5\uDD00-\uDD15\uDD20-\uDD39\uDD80-\uDDB7\uDDBE\uDDBF\uDE00\uDE10-\uDE13\uDE15-\uDE17\uDE19-\uDE33\uDE60-\uDE7C\uDE80-\uDE9C\uDEC0-\uDEC7\uDEC9-\uDEE4\uDF00-\uDF35\uDF40-\uDF55\uDF60-\uDF72\uDF80-\uDF91]|\uD803[\uDC00-\uDC48\uDC80-\uDCB2\uDCC0-\uDCF2]|\uD804[\uDC03-\uDC37\uDC83-\uDCAF\uDCD0-\uDCE8\uDD03-\uDD26\uDD50-\uDD72\uDD76\uDD83-\uDDB2\uDDC1-\uDDC4\uDDDA\uDDDC\uDE00-\uDE11\uDE13-\uDE2B\uDE80-\uDE86\uDE88\uDE8A-\uDE8D\uDE8F-\uDE9D\uDE9F-\uDEA8\uDEB0-\uDEDE\uDF05-\uDF0C\uDF0F\uDF10\uDF13-\uDF28\uDF2A-\uDF30\uDF32\uDF33\uDF35-\uDF39\uDF3D\uDF50\uDF5D-\uDF61]|\uD805[\uDC00-\uDC34\uDC47-\uDC4A\uDC80-\uDCAF\uDCC4\uDCC5\uDCC7\uDD80-\uDDAE\uDDD8-\uDDDB\uDE00-\uDE2F\uDE44\uDE80-\uDEAA\uDF00-\uDF19]|\uD806[\uDCA0-\uDCDF\uDCFF\uDEC0-\uDEF8]|\uD807[\uDC00-\uDC08\uDC0A-\uDC2E\uDC40\uDC72-\uDC8F]|\uD808[\uDC00-\uDF99]|\uD809[\uDC00-\uDC6E\uDC80-\uDD43]|[\uD80C\uD81C-\uD820\uD840-\uD868\uD86A-\uD86C\uD86F-\uD872][\uDC00-\uDFFF]|\uD80D[\uDC00-\uDC2E]|\uD811[\uDC00-\uDE46]|\uD81A[\uDC00-\uDE38\uDE40-\uDE5E\uDED0-\uDEED\uDF00-\uDF2F\uDF40-\uDF43\uDF63-\uDF77\uDF7D-\uDF8F]|\uD81B[\uDF00-\uDF44\uDF50\uDF93-\uDF9F\uDFE0]|\uD821[\uDC00-\uDFEC]|\uD822[\uDC00-\uDEF2]|\uD82C[\uDC00\uDC01]|\uD82F[\uDC00-\uDC6A\uDC70-\uDC7C\uDC80-\uDC88\uDC90-\uDC99]|\uD835[\uDC00-\uDC54\uDC56-\uDC9C\uDC9E\uDC9F\uDCA2\uDCA5\uDCA6\uDCA9-\uDCAC\uDCAE-\uDCB9\uDCBB\uDCBD-\uDCC3\uDCC5-\uDD05\uDD07-\uDD0A\uDD0D-\uDD14\uDD16-\uDD1C\uDD1E-\uDD39\uDD3B-\uDD3E\uDD40-\uDD44\uDD46\uDD4A-\uDD50\uDD52-\uDEA5\uDEA8-\uDEC0\uDEC2-\uDEDA\uDEDC-\uDEFA\uDEFC-\uDF14\uDF16-\uDF34\uDF36-\uDF4E\uDF50-\uDF6E\uDF70-\uDF88\uDF8A-\uDFA8\uDFAA-\uDFC2\uDFC4-\uDFCB]|\uD83A[\uDC00-\uDCC4\uDD00-\uDD43]|\uD83B[\uDE00-\uDE03\uDE05-\uDE1F\uDE21\uDE22\uDE24\uDE27\uDE29-\uDE32\uDE34-\uDE37\uDE39\uDE3B\uDE42\uDE47\uDE49\uDE4B\uDE4D-\uDE4F\uDE51\uDE52\uDE54\uDE57\uDE59\uDE5B\uDE5D\uDE5F\uDE61\uDE62\uDE64\uDE67-\uDE6A\uDE6C-\uDE72\uDE74-\uDE77\uDE79-\uDE7C\uDE7E\uDE80-\uDE89\uDE8B-\uDE9B\uDEA1-\uDEA3\uDEA5-\uDEA9\uDEAB-\uDEBB]|\uD869[\uDC00-\uDED6\uDF00-\uDFFF]|\uD86D[\uDC00-\uDF34\uDF40-\uDFFF]|\uD86E[\uDC00-\uDC1D\uDC20-\uDFFF]|\uD873[\uDC00-\uDEA1]|\uD87E[\uDC00-\uDE1D]/,NonAsciiIdentifierPart:/[\xAA\xB5\xB7\xBA\xC0-\xD6\xD8-\xF6\xF8-\u02C1\u02C6-\u02D1\u02E0-\u02E4\u02EC\u02EE\u0300-\u0374\u0376\u0377\u037A-\u037D\u037F\u0386-\u038A\u038C\u038E-\u03A1\u03A3-\u03F5\u03F7-\u0481\u0483-\u0487\u048A-\u052F\u0531-\u0556\u0559\u0561-\u0587\u0591-\u05BD\u05BF\u05C1\u05C2\u05C4\u05C5\u05C7\u05D0-\u05EA\u05F0-\u05F2\u0610-\u061A\u0620-\u0669\u066E-\u06D3\u06D5-\u06DC\u06DF-\u06E8\u06EA-\u06FC\u06FF\u0710-\u074A\u074D-\u07B1\u07C0-\u07F5\u07FA\u0800-\u082D\u0840-\u085B\u08A0-\u08B4\u08B6-\u08BD\u08D4-\u08E1\u08E3-\u0963\u0966-\u096F\u0971-\u0983\u0985-\u098C\u098F\u0990\u0993-\u09A8\u09AA-\u09B0\u09B2\u09B6-\u09B9\u09BC-\u09C4\u09C7\u09C8\u09CB-\u09CE\u09D7\u09DC\u09DD\u09DF-\u09E3\u09E6-\u09F1\u0A01-\u0A03\u0A05-\u0A0A\u0A0F\u0A10\u0A13-\u0A28\u0A2A-\u0A30\u0A32\u0A33\u0A35\u0A36\u0A38\u0A39\u0A3C\u0A3E-\u0A42\u0A47\u0A48\u0A4B-\u0A4D\u0A51\u0A59-\u0A5C\u0A5E\u0A66-\u0A75\u0A81-\u0A83\u0A85-\u0A8D\u0A8F-\u0A91\u0A93-\u0AA8\u0AAA-\u0AB0\u0AB2\u0AB3\u0AB5-\u0AB9\u0ABC-\u0AC5\u0AC7-\u0AC9\u0ACB-\u0ACD\u0AD0\u0AE0-\u0AE3\u0AE6-\u0AEF\u0AF9\u0B01-\u0B03\u0B05-\u0B0C\u0B0F\u0B10\u0B13-\u0B28\u0B2A-\u0B30\u0B32\u0B33\u0B35-\u0B39\u0B3C-\u0B44\u0B47\u0B48\u0B4B-\u0B4D\u0B56\u0B57\u0B5C\u0B5D\u0B5F-\u0B63\u0B66-\u0B6F\u0B71\u0B82\u0B83\u0B85-\u0B8A\u0B8E-\u0B90\u0B92-\u0B95\u0B99\u0B9A\u0B9C\u0B9E\u0B9F\u0BA3\u0BA4\u0BA8-\u0BAA\u0BAE-\u0BB9\u0BBE-\u0BC2\u0BC6-\u0BC8\u0BCA-\u0BCD\u0BD0\u0BD7\u0BE6-\u0BEF\u0C00-\u0C03\u0C05-\u0C0C\u0C0E-\u0C10\u0C12-\u0C28\u0C2A-\u0C39\u0C3D-\u0C44\u0C46-\u0C48\u0C4A-\u0C4D\u0C55\u0C56\u0C58-\u0C5A\u0C60-\u0C63\u0C66-\u0C6F\u0C80-\u0C83\u0C85-\u0C8C\u0C8E-\u0C90\u0C92-\u0CA8\u0CAA-\u0CB3\u0CB5-\u0CB9\u0CBC-\u0CC4\u0CC6-\u0CC8\u0CCA-\u0CCD\u0CD5\u0CD6\u0CDE\u0CE0-\u0CE3\u0CE6-\u0CEF\u0CF1\u0CF2\u0D01-\u0D03\u0D05-\u0D0C\u0D0E-\u0D10\u0D12-\u0D3A\u0D3D-\u0D44\u0D46-\u0D48\u0D4A-\u0D4E\u0D54-\u0D57\u0D5F-\u0D63\u0D66-\u0D6F\u0D7A-\u0D7F\u0D82\u0D83\u0D85-\u0D96\u0D9A-\u0DB1\u0DB3-\u0DBB\u0DBD\u0DC0-\u0DC6\u0DCA\u0DCF-\u0DD4\u0DD6\u0DD8-\u0DDF\u0DE6-\u0DEF\u0DF2\u0DF3\u0E01-\u0E3A\u0E40-\u0E4E\u0E50-\u0E59\u0E81\u0E82\u0E84\u0E87\u0E88\u0E8A\u0E8D\u0E94-\u0E97\u0E99-\u0E9F\u0EA1-\u0EA3\u0EA5\u0EA7\u0EAA\u0EAB\u0EAD-\u0EB9\u0EBB-\u0EBD\u0EC0-\u0EC4\u0EC6\u0EC8-\u0ECD\u0ED0-\u0ED9\u0EDC-\u0EDF\u0F00\u0F18\u0F19\u0F20-\u0F29\u0F35\u0F37\u0F39\u0F3E-\u0F47\u0F49-\u0F6C\u0F71-\u0F84\u0F86-\u0F97\u0F99-\u0FBC\u0FC6\u1000-\u1049\u1050-\u109D\u10A0-\u10C5\u10C7\u10CD\u10D0-\u10FA\u10FC-\u1248\u124A-\u124D\u1250-\u1256\u1258\u125A-\u125D\u1260-\u1288\u128A-\u128D\u1290-\u12B0\u12B2-\u12B5\u12B8-\u12BE\u12C0\u12C2-\u12C5\u12C8-\u12D6\u12D8-\u1310\u1312-\u1315\u1318-\u135A\u135D-\u135F\u1369-\u1371\u1380-\u138F\u13A0-\u13F5\u13F8-\u13FD\u1401-\u166C\u166F-\u167F\u1681-\u169A\u16A0-\u16EA\u16EE-\u16F8\u1700-\u170C\u170E-\u1714\u1720-\u1734\u1740-\u1753\u1760-\u176C\u176E-\u1770\u1772\u1773\u1780-\u17D3\u17D7\u17DC\u17DD\u17E0-\u17E9\u180B-\u180D\u1810-\u1819\u1820-\u1877\u1880-\u18AA\u18B0-\u18F5\u1900-\u191E\u1920-\u192B\u1930-\u193B\u1946-\u196D\u1970-\u1974\u1980-\u19AB\u19B0-\u19C9\u19D0-\u19DA\u1A00-\u1A1B\u1A20-\u1A5E\u1A60-\u1A7C\u1A7F-\u1A89\u1A90-\u1A99\u1AA7\u1AB0-\u1ABD\u1B00-\u1B4B\u1B50-\u1B59\u1B6B-\u1B73\u1B80-\u1BF3\u1C00-\u1C37\u1C40-\u1C49\u1C4D-\u1C7D\u1C80-\u1C88\u1CD0-\u1CD2\u1CD4-\u1CF6\u1CF8\u1CF9\u1D00-\u1DF5\u1DFB-\u1F15\u1F18-\u1F1D\u1F20-\u1F45\u1F48-\u1F4D\u1F50-\u1F57\u1F59\u1F5B\u1F5D\u1F5F-\u1F7D\u1F80-\u1FB4\u1FB6-\u1FBC\u1FBE\u1FC2-\u1FC4\u1FC6-\u1FCC\u1FD0-\u1FD3\u1FD6-\u1FDB\u1FE0-\u1FEC\u1FF2-\u1FF4\u1FF6-\u1FFC\u200C\u200D\u203F\u2040\u2054\u2071\u207F\u2090-\u209C\u20D0-\u20DC\u20E1\u20E5-\u20F0\u2102\u2107\u210A-\u2113\u2115\u2118-\u211D\u2124\u2126\u2128\u212A-\u2139\u213C-\u213F\u2145-\u2149\u214E\u2160-\u2188\u2C00-\u2C2E\u2C30-\u2C5E\u2C60-\u2CE4\u2CEB-\u2CF3\u2D00-\u2D25\u2D27\u2D2D\u2D30-\u2D67\u2D6F\u2D7F-\u2D96\u2DA0-\u2DA6\u2DA8-\u2DAE\u2DB0-\u2DB6\u2DB8-\u2DBE\u2DC0-\u2DC6\u2DC8-\u2DCE\u2DD0-\u2DD6\u2DD8-\u2DDE\u2DE0-\u2DFF\u3005-\u3007\u3021-\u302F\u3031-\u3035\u3038-\u303C\u3041-\u3096\u3099-\u309F\u30A1-\u30FA\u30FC-\u30FF\u3105-\u312D\u3131-\u318E\u31A0-\u31BA\u31F0-\u31FF\u3400-\u4DB5\u4E00-\u9FD5\uA000-\uA48C\uA4D0-\uA4FD\uA500-\uA60C\uA610-\uA62B\uA640-\uA66F\uA674-\uA67D\uA67F-\uA6F1\uA717-\uA71F\uA722-\uA788\uA78B-\uA7AE\uA7B0-\uA7B7\uA7F7-\uA827\uA840-\uA873\uA880-\uA8C5\uA8D0-\uA8D9\uA8E0-\uA8F7\uA8FB\uA8FD\uA900-\uA92D\uA930-\uA953\uA960-\uA97C\uA980-\uA9C0\uA9CF-\uA9D9\uA9E0-\uA9FE\uAA00-\uAA36\uAA40-\uAA4D\uAA50-\uAA59\uAA60-\uAA76\uAA7A-\uAAC2\uAADB-\uAADD\uAAE0-\uAAEF\uAAF2-\uAAF6\uAB01-\uAB06\uAB09-\uAB0E\uAB11-\uAB16\uAB20-\uAB26\uAB28-\uAB2E\uAB30-\uAB5A\uAB5C-\uAB65\uAB70-\uABEA\uABEC\uABED\uABF0-\uABF9\uAC00-\uD7A3\uD7B0-\uD7C6\uD7CB-\uD7FB\uF900-\uFA6D\uFA70-\uFAD9\uFB00-\uFB06\uFB13-\uFB17\uFB1D-\uFB28\uFB2A-\uFB36\uFB38-\uFB3C\uFB3E\uFB40\uFB41\uFB43\uFB44\uFB46-\uFBB1\uFBD3-\uFD3D\uFD50-\uFD8F\uFD92-\uFDC7\uFDF0-\uFDFB\uFE00-\uFE0F\uFE20-\uFE2F\uFE33\uFE34\uFE4D-\uFE4F\uFE70-\uFE74\uFE76-\uFEFC\uFF10-\uFF19\uFF21-\uFF3A\uFF3F\uFF41-\uFF5A\uFF66-\uFFBE\uFFC2-\uFFC7\uFFCA-\uFFCF\uFFD2-\uFFD7\uFFDA-\uFFDC]|\uD800[\uDC00-\uDC0B\uDC0D-\uDC26\uDC28-\uDC3A\uDC3C\uDC3D\uDC3F-\uDC4D\uDC50-\uDC5D\uDC80-\uDCFA\uDD40-\uDD74\uDDFD\uDE80-\uDE9C\uDEA0-\uDED0\uDEE0\uDF00-\uDF1F\uDF30-\uDF4A\uDF50-\uDF7A\uDF80-\uDF9D\uDFA0-\uDFC3\uDFC8-\uDFCF\uDFD1-\uDFD5]|\uD801[\uDC00-\uDC9D\uDCA0-\uDCA9\uDCB0-\uDCD3\uDCD8-\uDCFB\uDD00-\uDD27\uDD30-\uDD63\uDE00-\uDF36\uDF40-\uDF55\uDF60-\uDF67]|\uD802[\uDC00-\uDC05\uDC08\uDC0A-\uDC35\uDC37\uDC38\uDC3C\uDC3F-\uDC55\uDC60-\uDC76\uDC80-\uDC9E\uDCE0-\uDCF2\uDCF4\uDCF5\uDD00-\uDD15\uDD20-\uDD39\uDD80-\uDDB7\uDDBE\uDDBF\uDE00-\uDE03\uDE05\uDE06\uDE0C-\uDE13\uDE15-\uDE17\uDE19-\uDE33\uDE38-\uDE3A\uDE3F\uDE60-\uDE7C\uDE80-\uDE9C\uDEC0-\uDEC7\uDEC9-\uDEE6\uDF00-\uDF35\uDF40-\uDF55\uDF60-\uDF72\uDF80-\uDF91]|\uD803[\uDC00-\uDC48\uDC80-\uDCB2\uDCC0-\uDCF2]|\uD804[\uDC00-\uDC46\uDC66-\uDC6F\uDC7F-\uDCBA\uDCD0-\uDCE8\uDCF0-\uDCF9\uDD00-\uDD34\uDD36-\uDD3F\uDD50-\uDD73\uDD76\uDD80-\uDDC4\uDDCA-\uDDCC\uDDD0-\uDDDA\uDDDC\uDE00-\uDE11\uDE13-\uDE37\uDE3E\uDE80-\uDE86\uDE88\uDE8A-\uDE8D\uDE8F-\uDE9D\uDE9F-\uDEA8\uDEB0-\uDEEA\uDEF0-\uDEF9\uDF00-\uDF03\uDF05-\uDF0C\uDF0F\uDF10\uDF13-\uDF28\uDF2A-\uDF30\uDF32\uDF33\uDF35-\uDF39\uDF3C-\uDF44\uDF47\uDF48\uDF4B-\uDF4D\uDF50\uDF57\uDF5D-\uDF63\uDF66-\uDF6C\uDF70-\uDF74]|\uD805[\uDC00-\uDC4A\uDC50-\uDC59\uDC80-\uDCC5\uDCC7\uDCD0-\uDCD9\uDD80-\uDDB5\uDDB8-\uDDC0\uDDD8-\uDDDD\uDE00-\uDE40\uDE44\uDE50-\uDE59\uDE80-\uDEB7\uDEC0-\uDEC9\uDF00-\uDF19\uDF1D-\uDF2B\uDF30-\uDF39]|\uD806[\uDCA0-\uDCE9\uDCFF\uDEC0-\uDEF8]|\uD807[\uDC00-\uDC08\uDC0A-\uDC36\uDC38-\uDC40\uDC50-\uDC59\uDC72-\uDC8F\uDC92-\uDCA7\uDCA9-\uDCB6]|\uD808[\uDC00-\uDF99]|\uD809[\uDC00-\uDC6E\uDC80-\uDD43]|[\uD80C\uD81C-\uD820\uD840-\uD868\uD86A-\uD86C\uD86F-\uD872][\uDC00-\uDFFF]|\uD80D[\uDC00-\uDC2E]|\uD811[\uDC00-\uDE46]|\uD81A[\uDC00-\uDE38\uDE40-\uDE5E\uDE60-\uDE69\uDED0-\uDEED\uDEF0-\uDEF4\uDF00-\uDF36\uDF40-\uDF43\uDF50-\uDF59\uDF63-\uDF77\uDF7D-\uDF8F]|\uD81B[\uDF00-\uDF44\uDF50-\uDF7E\uDF8F-\uDF9F\uDFE0]|\uD821[\uDC00-\uDFEC]|\uD822[\uDC00-\uDEF2]|\uD82C[\uDC00\uDC01]|\uD82F[\uDC00-\uDC6A\uDC70-\uDC7C\uDC80-\uDC88\uDC90-\uDC99\uDC9D\uDC9E]|\uD834[\uDD65-\uDD69\uDD6D-\uDD72\uDD7B-\uDD82\uDD85-\uDD8B\uDDAA-\uDDAD\uDE42-\uDE44]|\uD835[\uDC00-\uDC54\uDC56-\uDC9C\uDC9E\uDC9F\uDCA2\uDCA5\uDCA6\uDCA9-\uDCAC\uDCAE-\uDCB9\uDCBB\uDCBD-\uDCC3\uDCC5-\uDD05\uDD07-\uDD0A\uDD0D-\uDD14\uDD16-\uDD1C\uDD1E-\uDD39\uDD3B-\uDD3E\uDD40-\uDD44\uDD46\uDD4A-\uDD50\uDD52-\uDEA5\uDEA8-\uDEC0\uDEC2-\uDEDA\uDEDC-\uDEFA\uDEFC-\uDF14\uDF16-\uDF34\uDF36-\uDF4E\uDF50-\uDF6E\uDF70-\uDF88\uDF8A-\uDFA8\uDFAA-\uDFC2\uDFC4-\uDFCB\uDFCE-\uDFFF]|\uD836[\uDE00-\uDE36\uDE3B-\uDE6C\uDE75\uDE84\uDE9B-\uDE9F\uDEA1-\uDEAF]|\uD838[\uDC00-\uDC06\uDC08-\uDC18\uDC1B-\uDC21\uDC23\uDC24\uDC26-\uDC2A]|\uD83A[\uDC00-\uDCC4\uDCD0-\uDCD6\uDD00-\uDD4A\uDD50-\uDD59]|\uD83B[\uDE00-\uDE03\uDE05-\uDE1F\uDE21\uDE22\uDE24\uDE27\uDE29-\uDE32\uDE34-\uDE37\uDE39\uDE3B\uDE42\uDE47\uDE49\uDE4B\uDE4D-\uDE4F\uDE51\uDE52\uDE54\uDE57\uDE59\uDE5B\uDE5D\uDE5F\uDE61\uDE62\uDE64\uDE67-\uDE6A\uDE6C-\uDE72\uDE74-\uDE77\uDE79-\uDE7C\uDE7E\uDE80-\uDE89\uDE8B-\uDE9B\uDEA1-\uDEA3\uDEA5-\uDEA9\uDEAB-\uDEBB]|\uD869[\uDC00-\uDED6\uDF00-\uDFFF]|\uD86D[\uDC00-\uDF34\uDF40-\uDFFF]|\uD86E[\uDC00-\uDC1D\uDC20-\uDFFF]|\uD873[\uDC00-\uDEA1]|\uD87E[\uDC00-\uDE1D]|\uDB40[\uDD00-\uDDEF]/};function i(x){return 48<=x&&x<=57}function u(x){return 48<=x&&x<=57||97<=x&&x<=102||65<=x&&x<=70}function s(x){return x>=48&&x<=55}r=[5760,8192,8193,8194,8195,8196,8197,8198,8199,8200,8201,8202,8239,8287,12288,65279];function p(x){return x===32||x===9||x===11||x===12||x===160||x>=5760&&r.indexOf(x)>=0}function y(x){return x===10||x===13||x===8232||x===8233}function A(x){if(x<=65535)return String.fromCharCode(x);var F=String.fromCharCode(Math.floor((x-65536)/1024)+55296),B=String.fromCharCode((x-65536)%1024+56320);return F+B}for(n=new Array(128),o=0;o<128;++o)n[o]=o>=97&&o<=122||o>=65&&o<=90||o===36||o===95;for(a=new Array(128),o=0;o<128;++o)a[o]=o>=97&&o<=122||o>=65&&o<=90||o>=48&&o<=57||o===36||o===95;function m(x){return x<128?n[x]:t.NonAsciiIdentifierStart.test(A(x))}function h(x){return x<128?a[x]:t.NonAsciiIdentifierPart.test(A(x))}function E(x){return x<128?n[x]:e.NonAsciiIdentifierStart.test(A(x))}function b(x){return x<128?a[x]:e.NonAsciiIdentifierPart.test(A(x))}Am.exports={isDecimalDigit:i,isHexDigit:u,isOctalDigit:s,isWhiteSpace:p,isLineTerminator:y,isIdentifierStartES5:m,isIdentifierPartES5:h,isIdentifierStartES6:E,isIdentifierPartES6:b}})()});var Dm=S((ree,vm)=>{l();c();d();(function(){"use strict";var e=Di();function t(m){switch(m){case"implements":case"interface":case"package":case"private":case"protected":case"public":case"static":case"let":return!0;default:return!1}}function r(m,h){return!h&&m==="yield"?!1:n(m,h)}function n(m,h){if(h&&t(m))return!0;switch(m.length){case 2:return m==="if"||m==="in"||m==="do";case 3:return m==="var"||m==="for"||m==="new"||m==="try";case 4:return m==="this"||m==="else"||m==="case"||m==="void"||m==="with"||m==="enum";case 5:return m==="while"||m==="break"||m==="catch"||m==="throw"||m==="const"||m==="yield"||m==="class"||m==="super";case 6:return m==="return"||m==="typeof"||m==="delete"||m==="switch"||m==="export"||m==="import";case 7:return m==="default"||m==="finally"||m==="extends";case 8:return m==="function"||m==="continue"||m==="debugger";case 10:return m==="instanceof";default:return!1}}function a(m,h){return m==="null"||m==="true"||m==="false"||r(m,h)}function o(m,h){return m==="null"||m==="true"||m==="false"||n(m,h)}function i(m){return m==="eval"||m==="arguments"}function u(m){var h,E,b;if(m.length===0||(b=m.charCodeAt(0),!e.isIdentifierStartES5(b)))return!1;for(h=1,E=m.length;h=E||(x=m.charCodeAt(h),!(56320<=x&&x<=57343)))return!1;b=s(b,x)}if(!F(b))return!1;F=e.isIdentifierPartES6}return!0}function y(m,h){return u(m)&&!a(m,h)}function A(m,h){return p(m)&&!o(m,h)}vm.exports={isKeywordES5:r,isKeywordES6:n,isReservedWordES5:a,isReservedWordES6:o,isRestrictedWord:i,isIdentifierNameES5:u,isIdentifierNameES6:p,isIdentifierES5:y,isIdentifierES6:A}})()});var Ci=S(Zn=>{l();c();d();(function(){"use strict";Zn.ast=Em(),Zn.code=Di(),Zn.keyword=Dm()})()});var Cm=S((cee,v8)=>{v8.exports={name:"doctrine",description:"JSDoc parser",homepage:"https://github.com/eslint/doctrine",main:"lib/doctrine.js",version:"3.0.0",engines:{node:">=6.0.0"},directories:{lib:"./lib"},files:["lib"],maintainers:[{name:"Nicholas C. Zakas",email:"nicholas+npm@nczconsulting.com",web:"https://www.nczonline.net"},{name:"Yusuke Suzuki",email:"utatane.tea@gmail.com",web:"https://github.com/Constellation"}],repository:"eslint/doctrine",devDependencies:{coveralls:"^3.0.1",dateformat:"^1.0.11",eslint:"^1.10.3","eslint-release":"^1.0.0",linefix:"^0.1.1",mocha:"^3.4.2","npm-license":"^0.3.1",nyc:"^10.3.2",semver:"^5.0.3",shelljs:"^0.5.3","shelljs-nodecli":"^0.1.1",should:"^5.0.1"},license:"Apache-2.0",scripts:{pretest:"npm run lint",test:"nyc mocha",coveralls:"nyc report --reporter=text-lcov | coveralls",lint:"eslint lib/","generate-release":"eslint-generate-release","generate-alpharelease":"eslint-generate-prerelease alpha","generate-betarelease":"eslint-generate-prerelease beta","generate-rcrelease":"eslint-generate-prerelease rc","publish-release":"eslint-publish-release"},dependencies:{esutils:"^2.0.2"}}});var Sm=S((dee,xm)=>{l();c();d();function D8(e,t){if(!e)throw new Error(t||"unknown assertion error")}xm.exports=D8});var xi=S(Hr=>{l();c();d();(function(){"use strict";var e;e=Cm().version,Hr.VERSION=e;function t(n){this.name="DoctrineError",this.message=n}t.prototype=function(){var n=function(){};return n.prototype=Error.prototype,new n}(),t.prototype.constructor=t,Hr.DoctrineError=t;function r(n){throw new t(n)}Hr.throwError=r,Hr.assert=Sm()})()});var Fm=S(Ur=>{l();c();d();(function(){"use strict";var e,t,r,n,a,o,i,u,s,p,y,A;s=Ci(),p=xi(),e={NullableLiteral:"NullableLiteral",AllLiteral:"AllLiteral",NullLiteral:"NullLiteral",UndefinedLiteral:"UndefinedLiteral",VoidLiteral:"VoidLiteral",UnionType:"UnionType",ArrayType:"ArrayType",RecordType:"RecordType",FieldType:"FieldType",FunctionType:"FunctionType",ParameterType:"ParameterType",RestType:"RestType",NonNullableType:"NonNullableType",OptionalType:"OptionalType",NullableType:"NullableType",NameExpression:"NameExpression",TypeApplication:"TypeApplication",StringLiteralType:"StringLiteralType",NumericLiteralType:"NumericLiteralType",BooleanLiteralType:"BooleanLiteralType"},t={ILLEGAL:0,DOT_LT:1,REST:2,LT:3,GT:4,LPAREN:5,RPAREN:6,LBRACE:7,RBRACE:8,LBRACK:9,RBRACK:10,COMMA:11,COLON:12,STAR:13,PIPE:14,QUESTION:15,BANG:16,EQUAL:17,NAME:18,STRING:19,NUMBER:20,EOF:21};function m(T){return"><(){}[],:*|?!=".indexOf(String.fromCharCode(T))===-1&&!s.code.isWhiteSpace(T)&&!s.code.isLineTerminator(T)}function h(T,P,L,O){this._previous=T,this._index=P,this._token=L,this._value=O}h.prototype.restore=function(){o=this._previous,a=this._index,i=this._token,u=this._value},h.save=function(){return new h(o,a,i,u)};function E(T,P){return A&&(T.range=[P[0]+y,P[1]+y]),T}function b(){var T=r.charAt(a);return a+=1,T}function x(T){var P,L,O,$=0;for(L=T==="u"?4:2,P=0;P=0&&a=n)return t.ILLEGAL;if(P=r.charCodeAt(a+1),P===60)break}u+=b()}return t.NAME}function M(){var T;for(o=a;a=n)return i=t.EOF,i;switch(T=r.charCodeAt(a),T){case 39:case 34:return i=F(),i;case 58:return b(),i=t.COLON,i;case 44:return b(),i=t.COMMA,i;case 40:return b(),i=t.LPAREN,i;case 41:return b(),i=t.RPAREN,i;case 91:return b(),i=t.LBRACK,i;case 93:return b(),i=t.RBRACK,i;case 123:return b(),i=t.LBRACE,i;case 125:return b(),i=t.RBRACE,i;case 46:if(a+1{l();c();d();(function(){"use strict";var e,t,r,n,a;n=Ci(),e=Fm(),t=xi();function o(w,N,k){return w.slice(N,k)}a=function(){var w=Object.prototype.hasOwnProperty;return function(k,U){return w.call(k,U)}}();function i(w){var N={},k;for(k in w)w.hasOwnProperty(k)&&(N[k]=w[k]);return N}function u(w){return w>=97&&w<=122||w>=65&&w<=90||w>=48&&w<=57}function s(w){return w==="param"||w==="argument"||w==="arg"}function p(w){return w==="return"||w==="returns"}function y(w){return w==="property"||w==="prop"}function A(w){return s(w)||y(w)||w==="alias"||w==="this"||w==="mixes"||w==="requires"}function m(w){return A(w)||w==="const"||w==="constant"}function h(w){return y(w)||s(w)}function E(w){return y(w)||s(w)}function b(w){return s(w)||p(w)||w==="define"||w==="enum"||w==="implements"||w==="this"||w==="type"||w==="typedef"||y(w)}function x(w){return b(w)||w==="throws"||w==="const"||w==="constant"||w==="namespace"||w==="member"||w==="var"||w==="module"||w==="constructor"||w==="class"||w==="extends"||w==="augments"||w==="public"||w==="private"||w==="protected"}var F="[ \\f\\t\\v\\u00a0\\u1680\\u180e\\u2000-\\u200a\\u202f\\u205f\\u3000\\ufeff]",B="("+F+"*(?:\\*"+F+`?)?)(.+|[\r +\u2028\u2029])`;function I(w){return w.replace(/^\/\*\*?/,"").replace(/\*\/$/,"").replace(new RegExp(B,"g"),"$2").replace(/\s*$/,"")}function M(w,N){for(var k=w.replace(/^\/\*\*?/,""),U=0,V=new RegExp(B,"g"),H;H=V.exec(k);)if(U+=H[1].length,H.index+H[0].length>N+U)return N+U+w.length-k.length;return w.replace(/\*\/$/,"").replace(/\s*$/,"").length}(function(w){var N,k,U,V,H,oe,X,Y,R;function _(){var L=H.charCodeAt(k);return k+=1,n.code.isLineTerminator(L)&&!(L===13&&H.charCodeAt(k)===10)&&(U+=1),String.fromCharCode(L)}function q(){var L="";for(_();k=L)return null;if(H.charCodeAt(k)===91)if(O)pe=!0,z=_();else return null;if(z+=K(L),$)for(H.charCodeAt(k)===58&&(z==="module"||z==="external"||z==="event")&&(z+=_(),z+=K(L)),H.charCodeAt(k)===91&&H.charCodeAt(k+1)===93&&(z+=_(),z+=_());H.charCodeAt(k)===46||H.charCodeAt(k)===47||H.charCodeAt(k)===35||H.charCodeAt(k)===45||H.charCodeAt(k)===126;)z+=_(),z+=K(L);if(pe){if(Z(L),H.charCodeAt(k)===61){z+=_(),Z(L);for(var ie,Ee=1;k=L||H.charCodeAt(k)!==93)return null;z+=_()}return z}function Pe(){for(;k=V?!1:(t.assert(H.charCodeAt(k)===64),!0)}function Ie(L){return H===oe?L:M(oe,L)}function Q(L,O){this._options=L,this._title=O.toLowerCase(),this._tag={title:O,description:null},this._options.lineNumbers&&(this._tag.lineNumber=U),this._first=k-O.length-1,this._last=0,this._extra={}}Q.prototype.addError=function(O){var $=Array.prototype.slice.call(arguments,1),z=O.replace(/%(\d)/g,function(pe,ae){return t.assert(ae<$.length,"Message reference must be in range"),$[ae]});return this._tag.errors||(this._tag.errors=[]),R&&t.throwError(z),this._tag.errors.push(z),X},Q.prototype.parseType=function(){if(b(this._title))try{if(this._tag.type=J(this._title,this._last,this._options.range),!this._tag.type&&!s(this._title)&&!p(this._title)&&!this.addError("Missing or invalid tag type"))return!1}catch(L){if(this._tag.type=null,!this.addError(L.message))return!1}else if(x(this._title))try{this._tag.type=J(this._title,this._last,this._options.range)}catch{}return!0},Q.prototype._parseNamePath=function(L){var O;return O=se(this._last,Y&&E(this._title),!0),!O&&!L&&!this.addError("Missing or invalid tag name")?!1:(this._tag.name=O,!0)},Q.prototype.parseNamePath=function(){return this._parseNamePath(!1)},Q.prototype.parseNamePathOptional=function(){return this._parseNamePath(!0)},Q.prototype.parseName=function(){var L,O;if(m(this._title))if(this._tag.name=se(this._last,Y&&E(this._title),h(this._title)),this._tag.name)O=this._tag.name,O.charAt(0)==="["&&O.charAt(O.length-1)==="]"&&(L=O.substring(1,O.length-1).split("="),L.length>1&&(this._tag.default=L.slice(1).join("=")),this._tag.name=L[0],this._tag.type&&this._tag.type.type!=="OptionalType"&&(this._tag.type={type:"OptionalType",expression:this._tag.type}));else{if(!A(this._title))return!0;if(s(this._title)&&this._tag.type&&this._tag.type.name)this._extra.name=this._tag.type,this._tag.name=this._tag.type.name,this._tag.type=null;else if(!this.addError("Missing or invalid tag name"))return!1}return!0},Q.prototype.parseDescription=function(){var O=o(H,k,this._last).trim();return O&&(/^-\s+/.test(O)&&(O=O.substring(2)),this._tag.description=O),!0},Q.prototype.parseCaption=function(){var O=o(H,k,this._last).trim(),$="",z="",pe=O.indexOf($),ae=O.indexOf(z);return pe>=0&&ae>=0?(this._tag.caption=O.substring(pe+$.length,ae).trim(),this._tag.description=O.substring(ae+z.length).trim()):this._tag.description=O,!0},Q.prototype.parseKind=function(){var O,$;return $={class:!0,constant:!0,event:!0,external:!0,file:!0,function:!0,member:!0,mixin:!0,module:!0,namespace:!0,typedef:!0},O=o(H,k,this._last).trim(),this._tag.kind=O,!(!a($,O)&&!this.addError("Invalid kind name '%0'",O))},Q.prototype.parseAccess=function(){var O;return O=o(H,k,this._last).trim(),this._tag.access=O,!(O!=="private"&&O!=="protected"&&O!=="public"&&!this.addError("Invalid access name '%0'",O))},Q.prototype.parseThis=function(){var O=o(H,k,this._last).trim();if(O&&O.charAt(0)==="{"){var $=this.parseType();return $&&this._tag.type.type==="NameExpression"||this._tag.type.type==="UnionType"?(this._tag.name=this._tag.type.name,!0):this.addError("Invalid name for this")}else return this.parseNamePath()},Q.prototype.parseVariation=function(){var O,$;return $=o(H,k,this._last).trim(),O=parseFloat($,10),this._tag.variation=O,!(isNaN(O)&&!this.addError("Invalid variation '%0'",$))},Q.prototype.ensureEnd=function(){var L=o(H,k,this._last).trim();return!(L&&!this.addError("Unknown content '%0'",L))},Q.prototype.epilogue=function(){var O;return O=this._tag.description,!(E(this._title)&&!this._tag.type&&O&&O.charAt(0)==="["&&(this._tag.type=this._extra.name,this._tag.name||(this._tag.name=void 0),!Y&&!this.addError("Missing or invalid tag name")))},N={access:["parseAccess"],alias:["parseNamePath","ensureEnd"],augments:["parseType","parseNamePathOptional","ensureEnd"],constructor:["parseType","parseNamePathOptional","ensureEnd"],class:["parseType","parseNamePathOptional","ensureEnd"],extends:["parseType","parseNamePathOptional","ensureEnd"],example:["parseCaption"],deprecated:["parseDescription"],global:["ensureEnd"],inner:["ensureEnd"],instance:["ensureEnd"],kind:["parseKind"],mixes:["parseNamePath","ensureEnd"],mixin:["parseNamePathOptional","ensureEnd"],member:["parseType","parseNamePathOptional","ensureEnd"],method:["parseNamePathOptional","ensureEnd"],module:["parseType","parseNamePathOptional","ensureEnd"],func:["parseNamePathOptional","ensureEnd"],function:["parseNamePathOptional","ensureEnd"],var:["parseType","parseNamePathOptional","ensureEnd"],name:["parseNamePath","ensureEnd"],namespace:["parseType","parseNamePathOptional","ensureEnd"],private:["parseType","parseDescription"],protected:["parseType","parseDescription"],public:["parseType","parseDescription"],readonly:["ensureEnd"],requires:["parseNamePath","ensureEnd"],since:["parseDescription"],static:["ensureEnd"],summary:["parseDescription"],this:["parseThis","ensureEnd"],todo:["parseDescription"],typedef:["parseType","parseNamePathOptional"],variation:["parseVariation"],version:["parseDescription"]},Q.prototype.parse=function(){var O,$,z,pe;if(!this._title&&!this.addError("Missing or invalid title"))return null;for(this._last=G(this._title),this._options.range&&(this._tag.range=[this._first,H.slice(0,this._last).replace(/\s*$/,"").length].map(Ie)),a(N,this._title)?z=N[this._title]:z=["parseType","parseName","parseDescription","epilogue"],O=0,$=z.length;O<$;++O)if(pe=z[O],!this[pe]())return null;return this._tag};function je(L){var O,$,z;if(!Pe())return null;for(O=q(),$=new Q(L,O),z=$.parse();k<$._last;)_();return z}function T(L){var O="",$,z;for(z=!0;k{l();c();d();Xm.exports={tocSelector:".js-toc",contentSelector:".js-toc-content",headingSelector:"h1, h2, h3",ignoreSelector:".js-toc-ignore",hasInnerContainers:!1,linkClass:"toc-link",extraLinkClasses:"",activeLinkClass:"is-active-link",listClass:"toc-list",extraListClasses:"",isCollapsedClass:"is-collapsed",collapsibleClass:"is-collapsible",listItemClass:"toc-list-item",activeListItemClass:"is-active-li",collapseDepth:0,scrollSmooth:!0,scrollSmoothDuration:420,scrollSmoothOffset:0,scrollEndCallback:function(e){},headingsOffset:1,throttleTimeout:50,positionFixedSelector:null,positionFixedClass:"is-position-fixed",fixedSidebarOffset:"auto",includeHtml:!1,includeTitleTags:!1,onClick:function(e){},orderedList:!0,scrollContainer:null,skipRendering:!1,headingLabelCallback:!1,ignoreHiddenElements:!1,headingObjectCallback:null,basePath:"",disableTocScrollSync:!1,tocScrollOffset:0}});var Zm=S((Vee,Qm)=>{l();c();d();Qm.exports=function(e){var t=[].forEach,r=[].some,n=document.body,a,o=!0,i=" ";function u(B,I){var M=I.appendChild(p(B));if(B.children.length){var w=y(B.isCollapsed);B.children.forEach(function(N){u(N,w)}),M.appendChild(w)}}function s(B,I){var M=!1,w=y(M);if(I.forEach(function(N){u(N,w)}),a=B||a,a!==null)return a.firstChild&&a.removeChild(a.firstChild),I.length===0?a:a.appendChild(w)}function p(B){var I=document.createElement("li"),M=document.createElement("a");return e.listItemClass&&I.setAttribute("class",e.listItemClass),e.onClick&&(M.onclick=e.onClick),e.includeTitleTags&&M.setAttribute("title",B.textContent),e.includeHtml&&B.childNodes.length?t.call(B.childNodes,function(w){M.appendChild(w.cloneNode(!0))}):M.textContent=B.textContent,M.setAttribute("href",e.basePath+"#"+B.id),M.setAttribute("class",e.linkClass+i+"node-name--"+B.nodeName+i+e.extraLinkClasses),I.appendChild(M),I}function y(B){var I=e.orderedList?"ol":"ul",M=document.createElement(I),w=e.listClass+i+e.extraListClasses;return B&&(w=w+i+e.collapsibleClass,w=w+i+e.isCollapsedClass),M.setAttribute("class",w),M}function A(){if(e.scrollContainer&&document.querySelector(e.scrollContainer)){var B;B=document.querySelector(e.scrollContainer).scrollTop}else B=document.documentElement.scrollTop||n.scrollTop;var I=document.querySelector(e.positionFixedSelector);e.fixedSidebarOffset==="auto"&&(e.fixedSidebarOffset=a.offsetTop),B>e.fixedSidebarOffset?I.className.indexOf(e.positionFixedClass)===-1&&(I.className+=i+e.positionFixedClass):I.className=I.className.replace(i+e.positionFixedClass,"")}function m(B){var I=0;return B!==null&&(I=B.offsetTop,e.hasInnerContainers&&(I+=m(B.offsetParent))),I}function h(B,I){return B&&B.className!==I&&(B.className=I),B}function E(B){if(e.scrollContainer&&document.querySelector(e.scrollContainer)){var I;I=document.querySelector(e.scrollContainer).scrollTop}else I=document.documentElement.scrollTop||n.scrollTop;e.positionFixedSelector&&A();var M=B,w;if(o&&a!==null&&M.length>0){r.call(M,function(X,Y){if(m(X)>I+e.headingsOffset+10){var R=Y===0?Y:Y-1;return w=M[R],!0}else if(Y===M.length-1)return w=M[M.length-1],!0});var N=a.querySelector("."+e.activeLinkClass),k=a.querySelector("."+e.linkClass+".node-name--"+w.nodeName+'[href="'+e.basePath+"#"+w.id.replace(/([ #;&,.+*~':"!^$[\]()=>|/\\@])/g,"\\$1")+'"]');if(N===k)return;var U=a.querySelectorAll("."+e.linkClass);t.call(U,function(X){h(X,X.className.replace(i+e.activeLinkClass,""))});var V=a.querySelectorAll("."+e.listItemClass);t.call(V,function(X){h(X,X.className.replace(i+e.activeListItemClass,""))}),k&&k.className.indexOf(e.activeLinkClass)===-1&&(k.className+=i+e.activeLinkClass);var H=k&&k.parentNode;H&&H.className.indexOf(e.activeListItemClass)===-1&&(H.className+=i+e.activeListItemClass);var oe=a.querySelectorAll("."+e.listClass+"."+e.collapsibleClass);t.call(oe,function(X){X.className.indexOf(e.isCollapsedClass)===-1&&(X.className+=i+e.isCollapsedClass)}),k&&k.nextSibling&&k.nextSibling.className.indexOf(e.isCollapsedClass)!==-1&&h(k.nextSibling,k.nextSibling.className.replace(i+e.isCollapsedClass,"")),b(k&&k.parentNode.parentNode)}}function b(B){return B&&B.className.indexOf(e.collapsibleClass)!==-1&&B.className.indexOf(e.isCollapsedClass)!==-1?(h(B,B.className.replace(i+e.isCollapsedClass,"")),b(B.parentNode.parentNode)):B}function x(B){var I=B.target||B.srcElement;typeof I.className!="string"||I.className.indexOf(e.linkClass)===-1||(o=!1)}function F(){o=!0}return{enableTocAnimation:F,disableTocAnimation:x,render:s,updateToc:E}}});var tg=S((Jee,eg)=>{l();c();d();eg.exports=function(t){var r=[].reduce;function n(y){return y[y.length-1]}function a(y){return+y.nodeName.toUpperCase().replace("H","")}function o(y){try{return y instanceof window.HTMLElement||y instanceof window.parent.HTMLElement}catch{return y instanceof window.HTMLElement}}function i(y){if(!o(y))return y;if(t.ignoreHiddenElements&&(!y.offsetHeight||!y.offsetParent))return null;let A=y.getAttribute("data-heading-label")||(t.headingLabelCallback?String(t.headingLabelCallback(y.innerText)):(y.innerText||y.textContent).trim());var m={id:y.id,children:[],nodeName:y.nodeName,headingLevel:a(y),textContent:A};return t.includeHtml&&(m.childNodes=y.childNodes),t.headingObjectCallback?t.headingObjectCallback(m,y):m}function u(y,A){for(var m=i(y),h=m.headingLevel,E=A,b=n(E),x=b?b.headingLevel:0,F=h-x;F>0&&(b=n(E),!(b&&h===b.headingLevel));)b&&b.children!==void 0&&(E=b.children),F--;return h>=t.collapseDepth&&(m.isCollapsed=!0),E.push(m),E}function s(y,A){var m=A;t.ignoreSelector&&(m=A.split(",").map(function(E){return E.trim()+":not("+t.ignoreSelector+")"}));try{return y.querySelectorAll(m)}catch{return console.warn("Headers not found with selector: "+m),null}}function p(y){return r.call(y,function(m,h){var E=i(h);return E&&u(E,m.nest),m},{nest:[]})}return{nestHeadingsArray:p,selectHeadings:s}}});var ng=S((tte,rg)=>{l();c();d();rg.exports=function(t){var r=t.tocElement||document.querySelector(t.tocSelector);if(r&&r.scrollHeight>r.clientHeight){var n=r.querySelector("."+t.activeListItemClass);if(n){var a=r.scrollTop,o=a+r.clientHeight,i=n.offsetTop,u=i+n.clientHeight;io-t.tocScrollOffset-30&&(r.scrollTop+=u-o+t.tocScrollOffset+2*30)}}}});var og=S(ag=>{l();c();d();ag.initSmoothScrolling=gR;function gR(e){var t=e.duration,r=e.offset,n=location.hash?i(location.href):location.href;a();function a(){document.body.addEventListener("click",s,!1);function s(p){!o(p.target)||p.target.className.indexOf("no-smooth-scroll")>-1||p.target.href.charAt(p.target.href.length-2)==="#"&&p.target.href.charAt(p.target.href.length-1)==="!"||p.target.className.indexOf(e.linkClass)===-1||yR(p.target.hash,{duration:t,offset:r,callback:function(){u(p.target.hash)}})}}function o(s){return s.tagName.toLowerCase()==="a"&&(s.hash.length>0||s.href.charAt(s.href.length-1)==="#")&&(i(s.href)===n||i(s.href)+"#"===n)}function i(s){return s.slice(0,s.lastIndexOf("#"))}function u(s){var p=document.getElementById(s.substring(1));p&&(/^(?:a|select|input|button|textarea)$/i.test(p.tagName)||(p.tabIndex=-1),p.focus())}}function yR(e,t){var r=window.pageYOffset,n={duration:t.duration,offset:t.offset||0,callback:t.callback,easing:t.easing||A},a=document.querySelector('[id="'+decodeURI(e).split("#").join("")+'"]')||document.querySelector('[id="'+e.split("#").join("")+'"]'),o=typeof e=="string"?n.offset+(e?a&&a.getBoundingClientRect().top||0:-(document.documentElement.scrollTop||document.body.scrollTop)):e,i=typeof n.duration=="function"?n.duration(o):n.duration,u,s;requestAnimationFrame(function(m){u=m,p(m)});function p(m){s=m-u,window.scrollTo(0,n.easing(s,r,o,i)),s{l();c();d();(function(e,t){typeof define=="function"&&define.amd?define([],t(e)):typeof ig=="object"?ug.exports=t(e):e.tocbot=t(e)})(typeof window<"u"?window:window||window,function(e){"use strict";var t=Jm(),r={},n={},a=Zm(),o=tg(),i=ng(),u,s,p=!!e&&!!e.document&&!!e.document.querySelector&&!!e.addEventListener;if(typeof window>"u"&&!p)return;var y,A=Object.prototype.hasOwnProperty;function m(){for(var x={},F=0;F=0||(a[r]=e[r]);return a}function Oi(e){var t=Be(e),r=Be(function(n){t.current&&t.current(n)});return t.current=e,r.current}function Eg(e,t,r){var n=Oi(r),a=re(function(){return e.toHsva(t)}),o=a[0],i=a[1],u=Be({color:t,hsva:o});me(function(){if(!e.equal(t,u.current.color)){var p=e.toHsva(t);u.current={hsva:p,color:t},i(p)}},[t,e]),me(function(){var p;yg(o,u.current.hsva)||e.equal(p=e.fromHsva(o),u.current.color)||(u.current={hsva:o,color:p},n(p))},[o,e,n]);var s=ge(function(p){i(function(y){return Object.assign({},y,p)})},[]);return[o,s]}var ar,Wr,Ri,lg,cg,Ni,Vr,Li,De,bR,ER,Pi,AR,vR,DR,CR,pg,Ii,oa,fg,xR,aa,SR,hg,mg,gg,yg,bg,FR,wR,BR,TR,dg,Ag,_R,OR,vg,RR,Dg,PR,Cg,IR,xg,Sg=Ye(()=>{l();c();d();wt();ar=function(e,t,r){return t===void 0&&(t=0),r===void 0&&(r=1),e>r?r:e0:x.buttons>0)&&a.current?o(lg(a.current,x,u.current)):b(!1)},E=function(){return b(!1)};function b(x){var F=s.current,B=Ri(a.current),I=x?B.addEventListener:B.removeEventListener;I(F?"touchmove":"mousemove",h),I(F?"touchend":"mouseup",E)}return[function(x){var F=x.nativeEvent,B=a.current;if(B&&(cg(F),!function(M,w){return w&&!Wr(M)}(F,s.current)&&B)){if(Wr(F)){s.current=!0;var I=F.changedTouches||[];I.length&&(u.current=I[0].identifier)}B.focus(),o(lg(B,F,u.current)),b(!0)}},function(x){var F=x.which||x.keyCode;F<37||F>40||(x.preventDefault(),i({left:F===39?.05:F===37?-.05:0,top:F===40?.05:F===38?-.05:0}))},b]},[i,o]),y=p[0],A=p[1],m=p[2];return me(function(){return m},[m]),g.createElement("div",St({},n,{onTouchStart:y,onMouseDown:y,className:"react-colorful__interactive",ref:a,onKeyDown:A,tabIndex:0,role:"slider"}))}),Vr=function(e){return e.filter(Boolean).join(" ")},Li=function(e){var t=e.color,r=e.left,n=e.top,a=n===void 0?.5:n,o=Vr(["react-colorful__pointer",e.className]);return g.createElement("div",{className:o,style:{top:100*a+"%",left:100*r+"%"}},g.createElement("div",{className:"react-colorful__pointer-fill",style:{backgroundColor:t}}))},De=function(e,t,r){return t===void 0&&(t=0),r===void 0&&(r=Math.pow(10,t)),Math.round(r*e)/r},bR={grad:.9,turn:360,rad:360/(2*Math.PI)},ER=function(e){return hg(Pi(e))},Pi=function(e){return e[0]==="#"&&(e=e.substring(1)),e.length<6?{r:parseInt(e[0]+e[0],16),g:parseInt(e[1]+e[1],16),b:parseInt(e[2]+e[2],16),a:e.length===4?De(parseInt(e[3]+e[3],16)/255,2):1}:{r:parseInt(e.substring(0,2),16),g:parseInt(e.substring(2,4),16),b:parseInt(e.substring(4,6),16),a:e.length===8?De(parseInt(e.substring(6,8),16)/255,2):1}},AR=function(e,t){return t===void 0&&(t="deg"),Number(e)*(bR[t]||1)},vR=function(e){var t=/hsla?\(?\s*(-?\d*\.?\d+)(deg|rad|grad|turn)?[,\s]+(-?\d*\.?\d+)%?[,\s]+(-?\d*\.?\d+)%?,?\s*[/\s]*(-?\d*\.?\d+)?(%)?\s*\)?/i.exec(e);return t?DR({h:AR(t[1],t[2]),s:Number(t[3]),l:Number(t[4]),a:t[5]===void 0?1:Number(t[5])/(t[6]?100:1)}):{h:0,s:0,v:0,a:1}},DR=function(e){var t=e.s,r=e.l;return{h:e.h,s:(t*=(r<50?r:100-r)/100)>0?2*t/(r+t)*100:0,v:r+t,a:e.a}},CR=function(e){return SR(fg(e))},pg=function(e){var t=e.s,r=e.v,n=e.a,a=(200-t)*r/100;return{h:De(e.h),s:De(a>0&&a<200?t*r/100/(a<=100?a:200-a)*100:0),l:De(a/2),a:De(n,2)}},Ii=function(e){var t=pg(e);return"hsl("+t.h+", "+t.s+"%, "+t.l+"%)"},oa=function(e){var t=pg(e);return"hsla("+t.h+", "+t.s+"%, "+t.l+"%, "+t.a+")"},fg=function(e){var t=e.h,r=e.s,n=e.v,a=e.a;t=t/360*6,r/=100,n/=100;var o=Math.floor(t),i=n*(1-r),u=n*(1-(t-o)*r),s=n*(1-(1-t+o)*r),p=o%6;return{r:De(255*[n,u,i,i,s,n][p]),g:De(255*[s,n,n,u,i,i][p]),b:De(255*[i,i,s,n,n,u][p]),a:De(a,2)}},xR=function(e){var t=/rgba?\(?\s*(-?\d*\.?\d+)(%)?[,\s]+(-?\d*\.?\d+)(%)?[,\s]+(-?\d*\.?\d+)(%)?,?\s*[/\s]*(-?\d*\.?\d+)?(%)?\s*\)?/i.exec(e);return t?hg({r:Number(t[1])/(t[2]?100/255:1),g:Number(t[3])/(t[4]?100/255:1),b:Number(t[5])/(t[6]?100/255:1),a:t[7]===void 0?1:Number(t[7])/(t[8]?100:1)}):{h:0,s:0,v:0,a:1}},aa=function(e){var t=e.toString(16);return t.length<2?"0"+t:t},SR=function(e){var t=e.r,r=e.g,n=e.b,a=e.a,o=a<1?aa(De(255*a)):"";return"#"+aa(t)+aa(r)+aa(n)+o},hg=function(e){var t=e.r,r=e.g,n=e.b,a=e.a,o=Math.max(t,r,n),i=o-Math.min(t,r,n),u=i?o===t?(r-n)/i:o===r?2+(n-t)/i:4+(t-r)/i:0;return{h:De(60*(u<0?u+6:u)),s:De(o?i/o*100:0),v:De(o/255*100),a}},mg=g.memo(function(e){var t=e.hue,r=e.onChange,n=Vr(["react-colorful__hue",e.className]);return g.createElement("div",{className:n},g.createElement(Ni,{onMove:function(a){r({h:360*a.left})},onKey:function(a){r({h:ar(t+360*a.left,0,360)})},"aria-label":"Hue","aria-valuenow":De(t),"aria-valuemax":"360","aria-valuemin":"0"},g.createElement(Li,{className:"react-colorful__hue-pointer",left:t/360,color:Ii({h:t,s:100,v:100,a:1})})))}),gg=g.memo(function(e){var t=e.hsva,r=e.onChange,n={backgroundColor:Ii({h:t.h,s:100,v:100,a:1})};return g.createElement("div",{className:"react-colorful__saturation",style:n},g.createElement(Ni,{onMove:function(a){r({s:100*a.left,v:100-100*a.top})},onKey:function(a){r({s:ar(t.s+100*a.left,0,100),v:ar(t.v-100*a.top,0,100)})},"aria-label":"Color","aria-valuetext":"Saturation "+De(t.s)+"%, Brightness "+De(t.v)+"%"},g.createElement(Li,{className:"react-colorful__saturation-pointer",top:1-t.v/100,left:t.s/100,color:Ii(t)})))}),yg=function(e,t){if(e===t)return!0;for(var r in e)if(e[r]!==t[r])return!1;return!0},bg=function(e,t){return e.replace(/\s/g,"")===t.replace(/\s/g,"")},FR=function(e,t){return e.toLowerCase()===t.toLowerCase()||yg(Pi(e),Pi(t))};BR=typeof window<"u"?iu:me,TR=function(){return wR||(typeof __webpack_nonce__<"u"?__webpack_nonce__:void 0)},dg=new Map,Ag=function(e){BR(function(){var t=e.current?e.current.ownerDocument:document;if(t!==void 0&&!dg.has(t)){var r=t.createElement("style");r.innerHTML=`.react-colorful{position:relative;display:flex;flex-direction:column;width:200px;height:200px;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;cursor:default}.react-colorful__saturation{position:relative;flex-grow:1;border-color:transparent;border-bottom:12px solid #000;border-radius:8px 8px 0 0;background-image:linear-gradient(0deg,#000,transparent),linear-gradient(90deg,#fff,hsla(0,0%,100%,0))}.react-colorful__alpha-gradient,.react-colorful__pointer-fill{content:"";position:absolute;left:0;top:0;right:0;bottom:0;pointer-events:none;border-radius:inherit}.react-colorful__alpha-gradient,.react-colorful__saturation{box-shadow:inset 0 0 0 1px rgba(0,0,0,.05)}.react-colorful__alpha,.react-colorful__hue{position:relative;height:24px}.react-colorful__hue{background:linear-gradient(90deg,red 0,#ff0 17%,#0f0 33%,#0ff 50%,#00f 67%,#f0f 83%,red)}.react-colorful__last-control{border-radius:0 0 8px 8px}.react-colorful__interactive{position:absolute;left:0;top:0;right:0;bottom:0;border-radius:inherit;outline:none;touch-action:none}.react-colorful__pointer{position:absolute;z-index:1;box-sizing:border-box;width:28px;height:28px;transform:translate(-50%,-50%);background-color:#fff;border:2px solid #fff;border-radius:50%;box-shadow:0 2px 4px rgba(0,0,0,.2)}.react-colorful__interactive:focus .react-colorful__pointer{transform:translate(-50%,-50%) scale(1.1)}.react-colorful__alpha,.react-colorful__alpha-pointer{background-color:#fff;background-image:url('data:image/svg+xml;charset=utf-8,')}.react-colorful__saturation-pointer{z-index:3}.react-colorful__hue-pointer{z-index:2}`,dg.set(t,r);var n=TR();n&&r.setAttribute("nonce",n),t.head.appendChild(r)}},[])},_R=function(e){var t=e.className,r=e.colorModel,n=e.color,a=n===void 0?r.defaultColor:n,o=e.onChange,i=ki(e,["className","colorModel","color","onChange"]),u=Be(null);Ag(u);var s=Eg(r,a,o),p=s[0],y=s[1],A=Vr(["react-colorful",t]);return g.createElement("div",St({},i,{ref:u,className:A}),g.createElement(gg,{hsva:p,onChange:y}),g.createElement(mg,{hue:p.h,onChange:y,className:"react-colorful__last-control"}))},OR={defaultColor:"000",toHsva:ER,fromHsva:function(e){return CR({h:e.h,s:e.s,v:e.v,a:1})},equal:FR},vg=function(e){return g.createElement(_R,St({},e,{colorModel:OR}))},RR=function(e){var t=e.className,r=e.hsva,n=e.onChange,a={backgroundImage:"linear-gradient(90deg, "+oa(Object.assign({},r,{a:0}))+", "+oa(Object.assign({},r,{a:1}))+")"},o=Vr(["react-colorful__alpha",t]),i=De(100*r.a);return g.createElement("div",{className:o},g.createElement("div",{className:"react-colorful__alpha-gradient",style:a}),g.createElement(Ni,{onMove:function(u){n({a:u.left})},onKey:function(u){n({a:ar(r.a+u.left)})},"aria-label":"Alpha","aria-valuetext":i+"%","aria-valuenow":i,"aria-valuemin":"0","aria-valuemax":"100"},g.createElement(Li,{className:"react-colorful__alpha-pointer",left:r.a,color:oa(r)})))},Dg=function(e){var t=e.className,r=e.colorModel,n=e.color,a=n===void 0?r.defaultColor:n,o=e.onChange,i=ki(e,["className","colorModel","color","onChange"]),u=Be(null);Ag(u);var s=Eg(r,a,o),p=s[0],y=s[1],A=Vr(["react-colorful",t]);return g.createElement("div",St({},i,{ref:u,className:A}),g.createElement(gg,{hsva:p,onChange:y}),g.createElement(mg,{hue:p.h,onChange:y}),g.createElement(RR,{hsva:p,onChange:y,className:"react-colorful__last-control"}))},PR={defaultColor:"hsla(0, 0%, 0%, 1)",toHsva:vR,fromHsva:oa,equal:bg},Cg=function(e){return g.createElement(Dg,St({},e,{colorModel:PR}))},IR={defaultColor:"rgba(0, 0, 0, 1)",toHsva:xR,fromHsva:function(e){var t=fg(e);return"rgba("+t.r+", "+t.g+", "+t.b+", "+t.a+")"},equal:bg},xg=function(e){return g.createElement(Dg,St({},e,{colorModel:IR}))}});var wg=S((yte,Fg)=>{"use strict";l();c();d();Fg.exports={aliceblue:[240,248,255],antiquewhite:[250,235,215],aqua:[0,255,255],aquamarine:[127,255,212],azure:[240,255,255],beige:[245,245,220],bisque:[255,228,196],black:[0,0,0],blanchedalmond:[255,235,205],blue:[0,0,255],blueviolet:[138,43,226],brown:[165,42,42],burlywood:[222,184,135],cadetblue:[95,158,160],chartreuse:[127,255,0],chocolate:[210,105,30],coral:[255,127,80],cornflowerblue:[100,149,237],cornsilk:[255,248,220],crimson:[220,20,60],cyan:[0,255,255],darkblue:[0,0,139],darkcyan:[0,139,139],darkgoldenrod:[184,134,11],darkgray:[169,169,169],darkgreen:[0,100,0],darkgrey:[169,169,169],darkkhaki:[189,183,107],darkmagenta:[139,0,139],darkolivegreen:[85,107,47],darkorange:[255,140,0],darkorchid:[153,50,204],darkred:[139,0,0],darksalmon:[233,150,122],darkseagreen:[143,188,143],darkslateblue:[72,61,139],darkslategray:[47,79,79],darkslategrey:[47,79,79],darkturquoise:[0,206,209],darkviolet:[148,0,211],deeppink:[255,20,147],deepskyblue:[0,191,255],dimgray:[105,105,105],dimgrey:[105,105,105],dodgerblue:[30,144,255],firebrick:[178,34,34],floralwhite:[255,250,240],forestgreen:[34,139,34],fuchsia:[255,0,255],gainsboro:[220,220,220],ghostwhite:[248,248,255],gold:[255,215,0],goldenrod:[218,165,32],gray:[128,128,128],green:[0,128,0],greenyellow:[173,255,47],grey:[128,128,128],honeydew:[240,255,240],hotpink:[255,105,180],indianred:[205,92,92],indigo:[75,0,130],ivory:[255,255,240],khaki:[240,230,140],lavender:[230,230,250],lavenderblush:[255,240,245],lawngreen:[124,252,0],lemonchiffon:[255,250,205],lightblue:[173,216,230],lightcoral:[240,128,128],lightcyan:[224,255,255],lightgoldenrodyellow:[250,250,210],lightgray:[211,211,211],lightgreen:[144,238,144],lightgrey:[211,211,211],lightpink:[255,182,193],lightsalmon:[255,160,122],lightseagreen:[32,178,170],lightskyblue:[135,206,250],lightslategray:[119,136,153],lightslategrey:[119,136,153],lightsteelblue:[176,196,222],lightyellow:[255,255,224],lime:[0,255,0],limegreen:[50,205,50],linen:[250,240,230],magenta:[255,0,255],maroon:[128,0,0],mediumaquamarine:[102,205,170],mediumblue:[0,0,205],mediumorchid:[186,85,211],mediumpurple:[147,112,219],mediumseagreen:[60,179,113],mediumslateblue:[123,104,238],mediumspringgreen:[0,250,154],mediumturquoise:[72,209,204],mediumvioletred:[199,21,133],midnightblue:[25,25,112],mintcream:[245,255,250],mistyrose:[255,228,225],moccasin:[255,228,181],navajowhite:[255,222,173],navy:[0,0,128],oldlace:[253,245,230],olive:[128,128,0],olivedrab:[107,142,35],orange:[255,165,0],orangered:[255,69,0],orchid:[218,112,214],palegoldenrod:[238,232,170],palegreen:[152,251,152],paleturquoise:[175,238,238],palevioletred:[219,112,147],papayawhip:[255,239,213],peachpuff:[255,218,185],peru:[205,133,63],pink:[255,192,203],plum:[221,160,221],powderblue:[176,224,230],purple:[128,0,128],rebeccapurple:[102,51,153],red:[255,0,0],rosybrown:[188,143,143],royalblue:[65,105,225],saddlebrown:[139,69,19],salmon:[250,128,114],sandybrown:[244,164,96],seagreen:[46,139,87],seashell:[255,245,238],sienna:[160,82,45],silver:[192,192,192],skyblue:[135,206,235],slateblue:[106,90,205],slategray:[112,128,144],slategrey:[112,128,144],snow:[255,250,250],springgreen:[0,255,127],steelblue:[70,130,180],tan:[210,180,140],teal:[0,128,128],thistle:[216,191,216],tomato:[255,99,71],turquoise:[64,224,208],violet:[238,130,238],wheat:[245,222,179],white:[255,255,255],whitesmoke:[245,245,245],yellow:[255,255,0],yellowgreen:[154,205,50]}});var Mi=S((vte,Tg)=>{l();c();d();var Kr=wg(),Bg={};for(let e of Object.keys(Kr))Bg[Kr[e]]=e;var W={rgb:{channels:3,labels:"rgb"},hsl:{channels:3,labels:"hsl"},hsv:{channels:3,labels:"hsv"},hwb:{channels:3,labels:"hwb"},cmyk:{channels:4,labels:"cmyk"},xyz:{channels:3,labels:"xyz"},lab:{channels:3,labels:"lab"},lch:{channels:3,labels:"lch"},hex:{channels:1,labels:["hex"]},keyword:{channels:1,labels:["keyword"]},ansi16:{channels:1,labels:["ansi16"]},ansi256:{channels:1,labels:["ansi256"]},hcg:{channels:3,labels:["h","c","g"]},apple:{channels:3,labels:["r16","g16","b16"]},gray:{channels:1,labels:["gray"]}};Tg.exports=W;for(let e of Object.keys(W)){if(!("channels"in W[e]))throw new Error("missing channels property: "+e);if(!("labels"in W[e]))throw new Error("missing channel labels property: "+e);if(W[e].labels.length!==W[e].channels)throw new Error("channel and label counts mismatch: "+e);let{channels:t,labels:r}=W[e];delete W[e].channels,delete W[e].labels,Object.defineProperty(W[e],"channels",{value:t}),Object.defineProperty(W[e],"labels",{value:r})}W.rgb.hsl=function(e){let t=e[0]/255,r=e[1]/255,n=e[2]/255,a=Math.min(t,r,n),o=Math.max(t,r,n),i=o-a,u,s;o===a?u=0:t===o?u=(r-n)/i:r===o?u=2+(n-t)/i:n===o&&(u=4+(t-r)/i),u=Math.min(u*60,360),u<0&&(u+=360);let p=(a+o)/2;return o===a?s=0:p<=.5?s=i/(o+a):s=i/(2-o-a),[u,s*100,p*100]};W.rgb.hsv=function(e){let t,r,n,a,o,i=e[0]/255,u=e[1]/255,s=e[2]/255,p=Math.max(i,u,s),y=p-Math.min(i,u,s),A=function(m){return(p-m)/6/y+1/2};return y===0?(a=0,o=0):(o=y/p,t=A(i),r=A(u),n=A(s),i===p?a=n-r:u===p?a=1/3+t-n:s===p&&(a=2/3+r-t),a<0?a+=1:a>1&&(a-=1)),[a*360,o*100,p*100]};W.rgb.hwb=function(e){let t=e[0],r=e[1],n=e[2],a=W.rgb.hsl(e)[0],o=1/255*Math.min(t,Math.min(r,n));return n=1-1/255*Math.max(t,Math.max(r,n)),[a,o*100,n*100]};W.rgb.cmyk=function(e){let t=e[0]/255,r=e[1]/255,n=e[2]/255,a=Math.min(1-t,1-r,1-n),o=(1-t-a)/(1-a)||0,i=(1-r-a)/(1-a)||0,u=(1-n-a)/(1-a)||0;return[o*100,i*100,u*100,a*100]};function kR(e,t){return(e[0]-t[0])**2+(e[1]-t[1])**2+(e[2]-t[2])**2}W.rgb.keyword=function(e){let t=Bg[e];if(t)return t;let r=1/0,n;for(let a of Object.keys(Kr)){let o=Kr[a],i=kR(e,o);i.04045?((t+.055)/1.055)**2.4:t/12.92,r=r>.04045?((r+.055)/1.055)**2.4:r/12.92,n=n>.04045?((n+.055)/1.055)**2.4:n/12.92;let a=t*.4124+r*.3576+n*.1805,o=t*.2126+r*.7152+n*.0722,i=t*.0193+r*.1192+n*.9505;return[a*100,o*100,i*100]};W.rgb.lab=function(e){let t=W.rgb.xyz(e),r=t[0],n=t[1],a=t[2];r/=95.047,n/=100,a/=108.883,r=r>.008856?r**(1/3):7.787*r+16/116,n=n>.008856?n**(1/3):7.787*n+16/116,a=a>.008856?a**(1/3):7.787*a+16/116;let o=116*n-16,i=500*(r-n),u=200*(n-a);return[o,i,u]};W.hsl.rgb=function(e){let t=e[0]/360,r=e[1]/100,n=e[2]/100,a,o,i;if(r===0)return i=n*255,[i,i,i];n<.5?a=n*(1+r):a=n+r-n*r;let u=2*n-a,s=[0,0,0];for(let p=0;p<3;p++)o=t+1/3*-(p-1),o<0&&o++,o>1&&o--,6*o<1?i=u+(a-u)*6*o:2*o<1?i=a:3*o<2?i=u+(a-u)*(2/3-o)*6:i=u,s[p]=i*255;return s};W.hsl.hsv=function(e){let t=e[0],r=e[1]/100,n=e[2]/100,a=r,o=Math.max(n,.01);n*=2,r*=n<=1?n:2-n,a*=o<=1?o:2-o;let i=(n+r)/2,u=n===0?2*a/(o+a):2*r/(n+r);return[t,u*100,i*100]};W.hsv.rgb=function(e){let t=e[0]/60,r=e[1]/100,n=e[2]/100,a=Math.floor(t)%6,o=t-Math.floor(t),i=255*n*(1-r),u=255*n*(1-r*o),s=255*n*(1-r*(1-o));switch(n*=255,a){case 0:return[n,s,i];case 1:return[u,n,i];case 2:return[i,n,s];case 3:return[i,u,n];case 4:return[s,i,n];case 5:return[n,i,u]}};W.hsv.hsl=function(e){let t=e[0],r=e[1]/100,n=e[2]/100,a=Math.max(n,.01),o,i;i=(2-r)*n;let u=(2-r)*a;return o=r*a,o/=u<=1?u:2-u,o=o||0,i/=2,[t,o*100,i*100]};W.hwb.rgb=function(e){let t=e[0]/360,r=e[1]/100,n=e[2]/100,a=r+n,o;a>1&&(r/=a,n/=a);let i=Math.floor(6*t),u=1-n;o=6*t-i,i&1&&(o=1-o);let s=r+o*(u-r),p,y,A;switch(i){default:case 6:case 0:p=u,y=s,A=r;break;case 1:p=s,y=u,A=r;break;case 2:p=r,y=u,A=s;break;case 3:p=r,y=s,A=u;break;case 4:p=s,y=r,A=u;break;case 5:p=u,y=r,A=s;break}return[p*255,y*255,A*255]};W.cmyk.rgb=function(e){let t=e[0]/100,r=e[1]/100,n=e[2]/100,a=e[3]/100,o=1-Math.min(1,t*(1-a)+a),i=1-Math.min(1,r*(1-a)+a),u=1-Math.min(1,n*(1-a)+a);return[o*255,i*255,u*255]};W.xyz.rgb=function(e){let t=e[0]/100,r=e[1]/100,n=e[2]/100,a,o,i;return a=t*3.2406+r*-1.5372+n*-.4986,o=t*-.9689+r*1.8758+n*.0415,i=t*.0557+r*-.204+n*1.057,a=a>.0031308?1.055*a**(1/2.4)-.055:a*12.92,o=o>.0031308?1.055*o**(1/2.4)-.055:o*12.92,i=i>.0031308?1.055*i**(1/2.4)-.055:i*12.92,a=Math.min(Math.max(0,a),1),o=Math.min(Math.max(0,o),1),i=Math.min(Math.max(0,i),1),[a*255,o*255,i*255]};W.xyz.lab=function(e){let t=e[0],r=e[1],n=e[2];t/=95.047,r/=100,n/=108.883,t=t>.008856?t**(1/3):7.787*t+16/116,r=r>.008856?r**(1/3):7.787*r+16/116,n=n>.008856?n**(1/3):7.787*n+16/116;let a=116*r-16,o=500*(t-r),i=200*(r-n);return[a,o,i]};W.lab.xyz=function(e){let t=e[0],r=e[1],n=e[2],a,o,i;o=(t+16)/116,a=r/500+o,i=o-n/200;let u=o**3,s=a**3,p=i**3;return o=u>.008856?u:(o-16/116)/7.787,a=s>.008856?s:(a-16/116)/7.787,i=p>.008856?p:(i-16/116)/7.787,a*=95.047,o*=100,i*=108.883,[a,o,i]};W.lab.lch=function(e){let t=e[0],r=e[1],n=e[2],a;a=Math.atan2(n,r)*360/2/Math.PI,a<0&&(a+=360);let i=Math.sqrt(r*r+n*n);return[t,i,a]};W.lch.lab=function(e){let t=e[0],r=e[1],a=e[2]/360*2*Math.PI,o=r*Math.cos(a),i=r*Math.sin(a);return[t,o,i]};W.rgb.ansi16=function(e,t=null){let[r,n,a]=e,o=t===null?W.rgb.hsv(e)[2]:t;if(o=Math.round(o/50),o===0)return 30;let i=30+(Math.round(a/255)<<2|Math.round(n/255)<<1|Math.round(r/255));return o===2&&(i+=60),i};W.hsv.ansi16=function(e){return W.rgb.ansi16(W.hsv.rgb(e),e[2])};W.rgb.ansi256=function(e){let t=e[0],r=e[1],n=e[2];return t===r&&r===n?t<8?16:t>248?231:Math.round((t-8)/247*24)+232:16+36*Math.round(t/255*5)+6*Math.round(r/255*5)+Math.round(n/255*5)};W.ansi16.rgb=function(e){let t=e%10;if(t===0||t===7)return e>50&&(t+=3.5),t=t/10.5*255,[t,t,t];let r=(~~(e>50)+1)*.5,n=(t&1)*r*255,a=(t>>1&1)*r*255,o=(t>>2&1)*r*255;return[n,a,o]};W.ansi256.rgb=function(e){if(e>=232){let o=(e-232)*10+8;return[o,o,o]}e-=16;let t,r=Math.floor(e/36)/5*255,n=Math.floor((t=e%36)/6)/5*255,a=t%6/5*255;return[r,n,a]};W.rgb.hex=function(e){let r=(((Math.round(e[0])&255)<<16)+((Math.round(e[1])&255)<<8)+(Math.round(e[2])&255)).toString(16).toUpperCase();return"000000".substring(r.length)+r};W.hex.rgb=function(e){let t=e.toString(16).match(/[a-f0-9]{6}|[a-f0-9]{3}/i);if(!t)return[0,0,0];let r=t[0];t[0].length===3&&(r=r.split("").map(u=>u+u).join(""));let n=parseInt(r,16),a=n>>16&255,o=n>>8&255,i=n&255;return[a,o,i]};W.rgb.hcg=function(e){let t=e[0]/255,r=e[1]/255,n=e[2]/255,a=Math.max(Math.max(t,r),n),o=Math.min(Math.min(t,r),n),i=a-o,u,s;return i<1?u=o/(1-i):u=0,i<=0?s=0:a===t?s=(r-n)/i%6:a===r?s=2+(n-t)/i:s=4+(t-r)/i,s/=6,s%=1,[s*360,i*100,u*100]};W.hsl.hcg=function(e){let t=e[1]/100,r=e[2]/100,n=r<.5?2*t*r:2*t*(1-r),a=0;return n<1&&(a=(r-.5*n)/(1-n)),[e[0],n*100,a*100]};W.hsv.hcg=function(e){let t=e[1]/100,r=e[2]/100,n=t*r,a=0;return n<1&&(a=(r-n)/(1-n)),[e[0],n*100,a*100]};W.hcg.rgb=function(e){let t=e[0]/360,r=e[1]/100,n=e[2]/100;if(r===0)return[n*255,n*255,n*255];let a=[0,0,0],o=t%1*6,i=o%1,u=1-i,s=0;switch(Math.floor(o)){case 0:a[0]=1,a[1]=i,a[2]=0;break;case 1:a[0]=u,a[1]=1,a[2]=0;break;case 2:a[0]=0,a[1]=1,a[2]=i;break;case 3:a[0]=0,a[1]=u,a[2]=1;break;case 4:a[0]=i,a[1]=0,a[2]=1;break;default:a[0]=1,a[1]=0,a[2]=u}return s=(1-r)*n,[(r*a[0]+s)*255,(r*a[1]+s)*255,(r*a[2]+s)*255]};W.hcg.hsv=function(e){let t=e[1]/100,r=e[2]/100,n=t+r*(1-t),a=0;return n>0&&(a=t/n),[e[0],a*100,n*100]};W.hcg.hsl=function(e){let t=e[1]/100,n=e[2]/100*(1-t)+.5*t,a=0;return n>0&&n<.5?a=t/(2*n):n>=.5&&n<1&&(a=t/(2*(1-n))),[e[0],a*100,n*100]};W.hcg.hwb=function(e){let t=e[1]/100,r=e[2]/100,n=t+r*(1-t);return[e[0],(n-t)*100,(1-n)*100]};W.hwb.hcg=function(e){let t=e[1]/100,n=1-e[2]/100,a=n-t,o=0;return a<1&&(o=(n-a)/(1-a)),[e[0],a*100,o*100]};W.apple.rgb=function(e){return[e[0]/65535*255,e[1]/65535*255,e[2]/65535*255]};W.rgb.apple=function(e){return[e[0]/255*65535,e[1]/255*65535,e[2]/255*65535]};W.gray.rgb=function(e){return[e[0]/100*255,e[0]/100*255,e[0]/100*255]};W.gray.hsl=function(e){return[0,0,e[0]]};W.gray.hsv=W.gray.hsl;W.gray.hwb=function(e){return[0,100,e[0]]};W.gray.cmyk=function(e){return[0,0,0,e[0]]};W.gray.lab=function(e){return[e[0],0,0]};W.gray.hex=function(e){let t=Math.round(e[0]/100*255)&255,n=((t<<16)+(t<<8)+t).toString(16).toUpperCase();return"000000".substring(n.length)+n};W.rgb.gray=function(e){return[(e[0]+e[1]+e[2])/3/255*100]}});var Og=S((Ste,_g)=>{l();c();d();var ia=Mi();function NR(){let e={},t=Object.keys(ia);for(let r=t.length,n=0;n{l();c();d();var ji=Mi(),qR=Og(),or={},$R=Object.keys(ji);function HR(e){let t=function(...r){let n=r[0];return n==null?n:(n.length>1&&(r=n),e(r))};return"conversion"in e&&(t.conversion=e.conversion),t}function UR(e){let t=function(...r){let n=r[0];if(n==null)return n;n.length>1&&(r=n);let a=e(r);if(typeof a=="object")for(let o=a.length,i=0;i{or[e]={},Object.defineProperty(or[e],"channels",{value:ji[e].channels}),Object.defineProperty(or[e],"labels",{value:ji[e].labels});let t=qR(e);Object.keys(t).forEach(n=>{let a=t[n];or[e][n]=UR(a),or[e][n].raw=HR(a)})});Rg.exports=or});var kg=S((Pte,Ig)=>{l();c();d();var zR=Me(),GR=function(){return zR.Date.now()};Ig.exports=GR});var Lg=S((Lte,Ng)=>{l();c();d();var WR=/\s/;function VR(e){for(var t=e.length;t--&&WR.test(e.charAt(t)););return t}Ng.exports=VR});var jg=S(($te,Mg)=>{l();c();d();var KR=Lg(),YR=/^\s+/;function XR(e){return e&&e.slice(0,KR(e)+1).replace(YR,"")}Mg.exports=XR});var Ug=S((Gte,Hg)=>{l();c();d();var JR=jg(),qg=He(),QR=Sr(),$g=0/0,ZR=/^[-+]0x[0-9a-f]+$/i,e4=/^0b[01]+$/i,t4=/^0o[0-7]+$/i,r4=parseInt;function n4(e){if(typeof e=="number")return e;if(QR(e))return $g;if(qg(e)){var t=typeof e.valueOf=="function"?e.valueOf():e;e=qg(t)?t+"":t}if(typeof e!="string")return e===0?e:+e;e=JR(e);var r=e4.test(e);return r||t4.test(e)?r4(e.slice(2),r?2:8):ZR.test(e)?$g:+e}Hg.exports=n4});var Wg=S((Yte,Gg)=>{l();c();d();var a4=He(),qi=kg(),zg=Ug(),o4="Expected a function",i4=Math.max,u4=Math.min;function s4(e,t,r){var n,a,o,i,u,s,p=0,y=!1,A=!1,m=!0;if(typeof e!="function")throw new TypeError(o4);t=zg(t)||0,a4(r)&&(y=!!r.leading,A="maxWait"in r,o=A?i4(zg(r.maxWait)||0,t):o,m="trailing"in r?!!r.trailing:m);function h(N){var k=n,U=a;return n=a=void 0,p=N,i=e.apply(U,k),i}function E(N){return p=N,u=setTimeout(F,t),y?h(N):i}function b(N){var k=N-s,U=N-p,V=t-k;return A?u4(V,o-U):V}function x(N){var k=N-s,U=N-p;return s===void 0||k>=t||k<0||A&&U>=o}function F(){var N=qi();if(x(N))return B(N);u=setTimeout(F,b(N))}function B(N){return u=void 0,m&&n?h(N):(n=a=void 0,i)}function I(){u!==void 0&&clearTimeout(u),p=0,n=s=a=u=void 0}function M(){return u===void 0?i:B(qi())}function w(){var N=qi(),k=x(N);if(n=arguments,a=this,s=N,k){if(u===void 0)return E(s);if(A)return clearTimeout(u),u=setTimeout(F,t),h(s)}return u===void 0&&(u=setTimeout(F,t)),i}return w.cancel=I,w.flush=M,w}Gg.exports=s4});var Kg=S((Zte,Vg)=>{l();c();d();var l4=Wg(),c4=He(),d4="Expected a function";function p4(e,t,r){var n=!0,a=!0;if(typeof e!="function")throw new TypeError(d4);return c4(r)&&(n="leading"in r?!!r.leading:n,a="trailing"in r?!!r.trailing:a),l4(e,t,{leading:n,maxWait:t,trailing:a})}Vg.exports=p4});var ey={};tu(ey,{ColorControl:()=>Zg,default:()=>_4});var Le,Jg,f4,h4,m4,g4,y4,b4,E4,Yg,A4,v4,Qg,ua,D4,C4,x4,$i,S4,F4,sa,Xg,ir,w4,B4,la,T4,Zg,_4,ty=Ye(()=>{l();c();d();Pa();wt();Sg();Le=fe(Pg(),1),Jg=fe(Kg(),1);ka();cr();f4=j.div({position:"relative",maxWidth:250}),h4=j(Qr)({position:"absolute",zIndex:1,top:4,left:4}),m4=j.div({width:200,margin:5,".react-colorful__saturation":{borderRadius:"4px 4px 0 0"},".react-colorful__hue":{boxShadow:"inset 0 0 0 1px rgb(0 0 0 / 5%)"},".react-colorful__last-control":{borderRadius:"0 0 4px 4px"}}),g4=j(Ba)(({theme:e})=>({fontFamily:e.typography.fonts.base})),y4=j.div({display:"grid",gridTemplateColumns:"repeat(9, 16px)",gap:6,padding:3,marginTop:5,width:200}),b4=j.div(({theme:e,active:t})=>({width:16,height:16,boxShadow:t?`${e.appBorderColor} 0 0 0 1px inset, ${e.textMutedColor}50 0 0 0 4px`:`${e.appBorderColor} 0 0 0 1px inset`,borderRadius:e.appBorderRadius})),E4=`url('data:image/svg+xml;charset=utf-8,')`,Yg=({value:e,active:t,onClick:r,style:n,...a})=>{let o=`linear-gradient(${e}, ${e}), ${E4}, linear-gradient(#fff, #fff)`;return g.createElement(b4,{...a,active:t,onClick:r,style:{...n,backgroundImage:o}})},A4=j(_e.Input)(({theme:e})=>({width:"100%",paddingLeft:30,paddingRight:30,boxSizing:"border-box",fontFamily:e.typography.fonts.base})),v4=j(Te)(({theme:e})=>({position:"absolute",zIndex:1,top:6,right:7,width:20,height:20,padding:4,boxSizing:"border-box",cursor:"pointer",color:e.input.color})),Qg=(e=>(e.RGB="rgb",e.HSL="hsl",e.HEX="hex",e))(Qg||{}),ua=Object.values(Qg),D4=/\(([0-9]+),\s*([0-9]+)%?,\s*([0-9]+)%?,?\s*([0-9.]+)?\)/,C4=/^\s*rgba?\(([0-9]+),\s*([0-9]+),\s*([0-9]+),?\s*([0-9.]+)?\)\s*$/i,x4=/^\s*hsla?\(([0-9]+),\s*([0-9]+)%,\s*([0-9]+)%,?\s*([0-9.]+)?\)\s*$/i,$i=/^\s*#?([0-9a-f]{3}|[0-9a-f]{6})\s*$/i,S4=/^\s*#?([0-9a-f]{3})\s*$/i,F4={hex:vg,rgb:xg,hsl:Cg},sa={hex:"transparent",rgb:"rgba(0, 0, 0, 0)",hsl:"hsla(0, 0%, 0%, 0)"},Xg=e=>{let t=e?.match(D4);if(!t)return[0,0,0,1];let[,r,n,a,o=1]=t;return[r,n,a,o].map(Number)},ir=e=>{if(!e)return;let t=!0;if(C4.test(e)){let[i,u,s,p]=Xg(e),[y,A,m]=Le.default.rgb.hsl([i,u,s])||[0,0,0];return{valid:t,value:e,keyword:Le.default.rgb.keyword([i,u,s]),colorSpace:"rgb",rgb:e,hsl:`hsla(${y}, ${A}%, ${m}%, ${p})`,hex:`#${Le.default.rgb.hex([i,u,s]).toLowerCase()}`}}if(x4.test(e)){let[i,u,s,p]=Xg(e),[y,A,m]=Le.default.hsl.rgb([i,u,s])||[0,0,0];return{valid:t,value:e,keyword:Le.default.hsl.keyword([i,u,s]),colorSpace:"hsl",rgb:`rgba(${y}, ${A}, ${m}, ${p})`,hsl:e,hex:`#${Le.default.hsl.hex([i,u,s]).toLowerCase()}`}}let r=e.replace("#",""),n=Le.default.keyword.rgb(r)||Le.default.hex.rgb(r),a=Le.default.rgb.hsl(n),o=e;if(/[^#a-f0-9]/i.test(e)?o=r:$i.test(e)&&(o=`#${r}`),o.startsWith("#"))t=$i.test(o);else try{Le.default.keyword.hex(o)}catch{t=!1}return{valid:t,value:o,keyword:Le.default.rgb.keyword(n),colorSpace:"hex",rgb:`rgba(${n[0]}, ${n[1]}, ${n[2]}, 1)`,hsl:`hsla(${a[0]}, ${a[1]}%, ${a[2]}%, 1)`,hex:o}},w4=(e,t,r)=>{if(!e||!t?.valid)return sa[r];if(r!=="hex")return t?.[r]||sa[r];if(!t.hex.startsWith("#"))try{return`#${Le.default.keyword.hex(t.hex)}`}catch{return sa.hex}let n=t.hex.match(S4);if(!n)return $i.test(t.hex)?t.hex:sa.hex;let[a,o,i]=n[1].split("");return`#${a}${a}${o}${o}${i}${i}`},B4=(e,t)=>{let[r,n]=re(e||""),[a,o]=re(()=>ir(r)),[i,u]=re(a?.colorSpace||"hex");me(()=>{let A=e||"",m=ir(A);n(A),o(m),u(m?.colorSpace||"hex")},[e]);let s=tt(()=>w4(r,a,i).toLowerCase(),[r,a,i]),p=ge(A=>{let m=ir(A),h=m?.value||A||"";n(h),h===""&&(o(void 0),t(void 0)),m&&(o(m),u(m.colorSpace),t(m.value))},[t]),y=ge(()=>{let A=ua.indexOf(i)+1;A>=ua.length&&(A=0),u(ua[A]);let m=a?.[ua[A]]||"";n(m),t(m)},[a,i,t]);return{value:r,realValue:s,updateValue:p,color:a,colorSpace:i,cycleColorSpace:y}},la=e=>e.replace(/\s*/,"").toLowerCase(),T4=(e,t,r)=>{let[n,a]=re(t?.valid?[t]:[]);me(()=>{t===void 0&&a([])},[t]);let o=tt(()=>(e||[]).map(u=>typeof u=="string"?ir(u):u.title?{...ir(u.color),keyword:u.title}:ir(u.color)).concat(n).filter(Boolean).slice(-27),[e,n]),i=ge(u=>{u?.valid&&(o.some(s=>la(s[r])===la(u[r]))||a(s=>s.concat(u)))},[r,o]);return{presets:o,addPreset:i}},Zg=({name:e,value:t,onChange:r,onFocus:n,onBlur:a,presetColors:o,startOpen:i=!1})=>{let u=ge((0,Jg.default)(r,200),[r]),{value:s,realValue:p,updateValue:y,color:A,colorSpace:m,cycleColorSpace:h}=B4(t,u),{presets:E,addPreset:b}=T4(o,A,m),x=F4[m];return g.createElement(f4,null,g.createElement(h4,{startOpen:i,closeOnOutsideClick:!0,onVisibleChange:()=>b(A),tooltip:g.createElement(m4,null,g.createElement(x,{color:p==="transparent"?"#000000":p,onChange:y,onFocus:n,onBlur:a}),E.length>0&&g.createElement(y4,null,E.map((F,B)=>g.createElement(Qr,{key:`${F.value}-${B}`,hasChrome:!1,tooltip:g.createElement(g4,{note:F.keyword||F.value})},g.createElement(Yg,{value:F[m],active:A&&la(F[m])===la(A[m]),onClick:()=>y(F.value)})))))},g.createElement(Yg,{value:p,style:{margin:4}})),g.createElement(A4,{id:Oe(e),value:s,onChange:F=>y(F.target.value),onFocus:F=>F.target.select(),placeholder:"Choose color..."}),s?g.createElement(v4,{icon:"markup",onClick:h}):null)},_4=Zg});l();c();d();l();c();d();l();c();d();wt();l();c();d();var xI=__STORYBOOK_API__,{ActiveTabs:SI,Consumer:FI,ManagerContext:wI,Provider:BI,addons:ya,combineParameters:TI,controlOrMetaKey:_I,controlOrMetaSymbol:OI,eventMatchesShortcut:RI,eventToShortcut:PI,isMacLike:II,isShortcutTaken:kI,keyToSymbol:NI,merge:LI,mockChannel:MI,optionOrAltSymbol:jI,shortcutMatchesShortcut:qI,shortcutToHumanString:$I,types:uu,useAddonState:HI,useArgTypes:ba,useArgs:su,useChannel:UI,useGlobalTypes:zI,useGlobals:lu,useParameter:cu,useSharedState:GI,useStoryPrepared:WI,useStorybookApi:VI,useStorybookState:du}=__STORYBOOK_API__;cr();l();c();d();Pa();ka();wt();cr();l();c();d();l();c();d();function Ce(){return Ce=Object.assign?Object.assign.bind():function(e){for(var t=1;t"u"||!Reflect.construct||Reflect.construct.sham)return!1;if(typeof Proxy=="function")return!0;try{return Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],function(){})),!0}catch{return!1}}function _t(e,t,r){return ja()?_t=Reflect.construct.bind():_t=function(a,o,i){var u=[null];u.push.apply(u,o);var s=Function.bind.apply(a,u),p=new s;return i&&Xe(p,i.prototype),p},_t.apply(null,arguments)}function fr(e){var t=typeof Map=="function"?new Map:void 0;return fr=function(n){if(n===null||!Ma(n))return n;if(typeof n!="function")throw new TypeError("Super expression must either be null or a function");if(typeof t<"u"){if(t.has(n))return t.get(n);t.set(n,a)}function a(){return _t(n,arguments,pr(this).constructor)}return a.prototype=Object.create(n.prototype,{constructor:{value:a,enumerable:!1,writable:!0,configurable:!0}}),Xe(a,n)},fr(e)}l();c();d();var Re=function(e){La(t,e);function t(r){var n;if(!0)n=e.call(this,"An error occurred. See https://github.com/styled-components/polished/blob/main/src/internalHelpers/errors.md#"+r+" for more information.")||this;else for(var a,o,i;i=0&&a<1?(u=o,s=i):a>=1&&a<2?(u=i,s=o):a>=2&&a<3?(s=o,p=i):a>=3&&a<4?(s=i,p=o):a>=4&&a<5?(u=i,p=o):a>=5&&a<6&&(u=o,p=i);var y=r-o/2,A=u+y,m=s+y,h=p+y;return n(A,m,h)}var xu={aliceblue:"f0f8ff",antiquewhite:"faebd7",aqua:"00ffff",aquamarine:"7fffd4",azure:"f0ffff",beige:"f5f5dc",bisque:"ffe4c4",black:"000",blanchedalmond:"ffebcd",blue:"0000ff",blueviolet:"8a2be2",brown:"a52a2a",burlywood:"deb887",cadetblue:"5f9ea0",chartreuse:"7fff00",chocolate:"d2691e",coral:"ff7f50",cornflowerblue:"6495ed",cornsilk:"fff8dc",crimson:"dc143c",cyan:"00ffff",darkblue:"00008b",darkcyan:"008b8b",darkgoldenrod:"b8860b",darkgray:"a9a9a9",darkgreen:"006400",darkgrey:"a9a9a9",darkkhaki:"bdb76b",darkmagenta:"8b008b",darkolivegreen:"556b2f",darkorange:"ff8c00",darkorchid:"9932cc",darkred:"8b0000",darksalmon:"e9967a",darkseagreen:"8fbc8f",darkslateblue:"483d8b",darkslategray:"2f4f4f",darkslategrey:"2f4f4f",darkturquoise:"00ced1",darkviolet:"9400d3",deeppink:"ff1493",deepskyblue:"00bfff",dimgray:"696969",dimgrey:"696969",dodgerblue:"1e90ff",firebrick:"b22222",floralwhite:"fffaf0",forestgreen:"228b22",fuchsia:"ff00ff",gainsboro:"dcdcdc",ghostwhite:"f8f8ff",gold:"ffd700",goldenrod:"daa520",gray:"808080",green:"008000",greenyellow:"adff2f",grey:"808080",honeydew:"f0fff0",hotpink:"ff69b4",indianred:"cd5c5c",indigo:"4b0082",ivory:"fffff0",khaki:"f0e68c",lavender:"e6e6fa",lavenderblush:"fff0f5",lawngreen:"7cfc00",lemonchiffon:"fffacd",lightblue:"add8e6",lightcoral:"f08080",lightcyan:"e0ffff",lightgoldenrodyellow:"fafad2",lightgray:"d3d3d3",lightgreen:"90ee90",lightgrey:"d3d3d3",lightpink:"ffb6c1",lightsalmon:"ffa07a",lightseagreen:"20b2aa",lightskyblue:"87cefa",lightslategray:"789",lightslategrey:"789",lightsteelblue:"b0c4de",lightyellow:"ffffe0",lime:"0f0",limegreen:"32cd32",linen:"faf0e6",magenta:"f0f",maroon:"800000",mediumaquamarine:"66cdaa",mediumblue:"0000cd",mediumorchid:"ba55d3",mediumpurple:"9370db",mediumseagreen:"3cb371",mediumslateblue:"7b68ee",mediumspringgreen:"00fa9a",mediumturquoise:"48d1cc",mediumvioletred:"c71585",midnightblue:"191970",mintcream:"f5fffa",mistyrose:"ffe4e1",moccasin:"ffe4b5",navajowhite:"ffdead",navy:"000080",oldlace:"fdf5e6",olive:"808000",olivedrab:"6b8e23",orange:"ffa500",orangered:"ff4500",orchid:"da70d6",palegoldenrod:"eee8aa",palegreen:"98fb98",paleturquoise:"afeeee",palevioletred:"db7093",papayawhip:"ffefd5",peachpuff:"ffdab9",peru:"cd853f",pink:"ffc0cb",plum:"dda0dd",powderblue:"b0e0e6",purple:"800080",rebeccapurple:"639",red:"f00",rosybrown:"bc8f8f",royalblue:"4169e1",saddlebrown:"8b4513",salmon:"fa8072",sandybrown:"f4a460",seagreen:"2e8b57",seashell:"fff5ee",sienna:"a0522d",silver:"c0c0c0",skyblue:"87ceeb",slateblue:"6a5acd",slategray:"708090",slategrey:"708090",snow:"fffafa",springgreen:"00ff7f",steelblue:"4682b4",tan:"d2b48c",teal:"008080",thistle:"d8bfd8",tomato:"ff6347",turquoise:"40e0d0",violet:"ee82ee",wheat:"f5deb3",white:"fff",whitesmoke:"f5f5f5",yellow:"ff0",yellowgreen:"9acd32"};function U2(e){if(typeof e!="string")return e;var t=e.toLowerCase();return xu[t]?"#"+xu[t]:e}var z2=/^#[a-fA-F0-9]{6}$/,G2=/^#[a-fA-F0-9]{8}$/,W2=/^#[a-fA-F0-9]{3}$/,V2=/^#[a-fA-F0-9]{4}$/,$a=/^rgb\(\s*(\d{1,3})\s*(?:,)?\s*(\d{1,3})\s*(?:,)?\s*(\d{1,3})\s*\)$/i,K2=/^rgb(?:a)?\(\s*(\d{1,3})\s*(?:,)?\s*(\d{1,3})\s*(?:,)?\s*(\d{1,3})\s*(?:,|\/)\s*([-+]?\d*[.]?\d+[%]?)\s*\)$/i,Y2=/^hsl\(\s*(\d{0,3}[.]?[0-9]+(?:deg)?)\s*(?:,)?\s*(\d{1,3}[.]?[0-9]?)%\s*(?:,)?\s*(\d{1,3}[.]?[0-9]?)%\s*\)$/i,X2=/^hsl(?:a)?\(\s*(\d{0,3}[.]?[0-9]+(?:deg)?)\s*(?:,)?\s*(\d{1,3}[.]?[0-9]?)%\s*(?:,)?\s*(\d{1,3}[.]?[0-9]?)%\s*(?:,|\/)\s*([-+]?\d*[.]?\d+[%]?)\s*\)$/i;function Ot(e){if(typeof e!="string")throw new Re(3);var t=U2(e);if(t.match(z2))return{red:parseInt(""+t[1]+t[2],16),green:parseInt(""+t[3]+t[4],16),blue:parseInt(""+t[5]+t[6],16)};if(t.match(G2)){var r=parseFloat((parseInt(""+t[7]+t[8],16)/255).toFixed(2));return{red:parseInt(""+t[1]+t[2],16),green:parseInt(""+t[3]+t[4],16),blue:parseInt(""+t[5]+t[6],16),alpha:r}}if(t.match(W2))return{red:parseInt(""+t[1]+t[1],16),green:parseInt(""+t[2]+t[2],16),blue:parseInt(""+t[3]+t[3],16)};if(t.match(V2)){var n=parseFloat((parseInt(""+t[4]+t[4],16)/255).toFixed(2));return{red:parseInt(""+t[1]+t[1],16),green:parseInt(""+t[2]+t[2],16),blue:parseInt(""+t[3]+t[3],16),alpha:n}}var a=$a.exec(t);if(a)return{red:parseInt(""+a[1],10),green:parseInt(""+a[2],10),blue:parseInt(""+a[3],10)};var o=K2.exec(t.substring(0,50));if(o)return{red:parseInt(""+o[1],10),green:parseInt(""+o[2],10),blue:parseInt(""+o[3],10),alpha:parseFloat(""+o[4])>1?parseFloat(""+o[4])/100:parseFloat(""+o[4])};var i=Y2.exec(t);if(i){var u=parseInt(""+i[1],10),s=parseInt(""+i[2],10)/100,p=parseInt(""+i[3],10)/100,y="rgb("+hr(u,s,p)+")",A=$a.exec(y);if(!A)throw new Re(4,t,y);return{red:parseInt(""+A[1],10),green:parseInt(""+A[2],10),blue:parseInt(""+A[3],10)}}var m=X2.exec(t.substring(0,50));if(m){var h=parseInt(""+m[1],10),E=parseInt(""+m[2],10)/100,b=parseInt(""+m[3],10)/100,x="rgb("+hr(h,E,b)+")",F=$a.exec(x);if(!F)throw new Re(4,t,x);return{red:parseInt(""+F[1],10),green:parseInt(""+F[2],10),blue:parseInt(""+F[3],10),alpha:parseFloat(""+m[4])>1?parseFloat(""+m[4])/100:parseFloat(""+m[4])}}throw new Re(5)}function J2(e){var t=e.red/255,r=e.green/255,n=e.blue/255,a=Math.max(t,r,n),o=Math.min(t,r,n),i=(a+o)/2;if(a===o)return e.alpha!==void 0?{hue:0,saturation:0,lightness:i,alpha:e.alpha}:{hue:0,saturation:0,lightness:i};var u,s=a-o,p=i>.5?s/(2-a-o):s/(a+o);switch(a){case t:u=(r-n)/s+(r=1?Zr(e,t,r):"rgba("+hr(e,t,r)+","+n+")";if(typeof e=="object"&&t===void 0&&r===void 0&&n===void 0)return e.alpha>=1?Zr(e.hue,e.saturation,e.lightness):"rgba("+hr(e.hue,e.saturation,e.lightness)+","+e.alpha+")";throw new Re(2)}function za(e,t,r){if(typeof e=="number"&&typeof t=="number"&&typeof r=="number")return Ua("#"+gt(e)+gt(t)+gt(r));if(typeof e=="object"&&t===void 0&&r===void 0)return Ua("#"+gt(e.red)+gt(e.green)+gt(e.blue));throw new Re(6)}function qe(e,t,r,n){if(typeof e=="string"&&typeof t=="number"){var a=Ot(e);return"rgba("+a.red+","+a.green+","+a.blue+","+t+")"}else{if(typeof e=="number"&&typeof t=="number"&&typeof r=="number"&&typeof n=="number")return n>=1?za(e,t,r):"rgba("+e+","+t+","+r+","+n+")";if(typeof e=="object"&&t===void 0&&r===void 0&&n===void 0)return e.alpha>=1?za(e.red,e.green,e.blue):"rgba("+e.red+","+e.green+","+e.blue+","+e.alpha+")"}throw new Re(7)}var r1=function(t){return typeof t.red=="number"&&typeof t.green=="number"&&typeof t.blue=="number"&&(typeof t.alpha!="number"||typeof t.alpha>"u")},n1=function(t){return typeof t.red=="number"&&typeof t.green=="number"&&typeof t.blue=="number"&&typeof t.alpha=="number"},a1=function(t){return typeof t.hue=="number"&&typeof t.saturation=="number"&&typeof t.lightness=="number"&&(typeof t.alpha!="number"||typeof t.alpha>"u")},o1=function(t){return typeof t.hue=="number"&&typeof t.saturation=="number"&&typeof t.lightness=="number"&&typeof t.alpha=="number"};function nt(e){if(typeof e!="object")throw new Re(8);if(n1(e))return qe(e);if(r1(e))return za(e);if(o1(e))return t1(e);if(a1(e))return e1(e);throw new Re(8)}function Fu(e,t,r){return function(){var a=r.concat(Array.prototype.slice.call(arguments));return a.length>=t?e.apply(this,a):Fu(e,t,a)}}function ke(e){return Fu(e,e.length,[])}function i1(e,t){if(t==="transparent")return t;var r=rt(t);return nt(Ce({},r,{hue:r.hue+parseFloat(e)}))}var B7=ke(i1);function Rt(e,t,r){return Math.max(e,Math.min(t,r))}function u1(e,t){if(t==="transparent")return t;var r=rt(t);return nt(Ce({},r,{lightness:Rt(0,1,r.lightness-parseFloat(e))}))}var s1=ke(u1),$e=s1;function l1(e,t){if(t==="transparent")return t;var r=rt(t);return nt(Ce({},r,{saturation:Rt(0,1,r.saturation-parseFloat(e))}))}var T7=ke(l1);function c1(e,t){if(t==="transparent")return t;var r=rt(t);return nt(Ce({},r,{lightness:Rt(0,1,r.lightness+parseFloat(e))}))}var d1=ke(c1),at=d1;function p1(e,t,r){if(t==="transparent")return r;if(r==="transparent")return t;if(e===0)return r;var n=Ot(t),a=Ce({},n,{alpha:typeof n.alpha=="number"?n.alpha:1}),o=Ot(r),i=Ce({},o,{alpha:typeof o.alpha=="number"?o.alpha:1}),u=a.alpha-i.alpha,s=parseFloat(e)*2-1,p=s*u===-1?s:s+u,y=1+s*u,A=(p/y+1)/2,m=1-A,h={red:Math.floor(a.red*A+i.red*m),green:Math.floor(a.green*A+i.green*m),blue:Math.floor(a.blue*A+i.blue*m),alpha:a.alpha*parseFloat(e)+i.alpha*(1-parseFloat(e))};return qe(h)}var f1=ke(p1),wu=f1;function h1(e,t){if(t==="transparent")return t;var r=Ot(t),n=typeof r.alpha=="number"?r.alpha:1,a=Ce({},r,{alpha:Rt(0,1,(n*100+parseFloat(e)*100)/100)});return qe(a)}var m1=ke(h1),mr=m1;function g1(e,t){if(t==="transparent")return t;var r=rt(t);return nt(Ce({},r,{saturation:Rt(0,1,r.saturation+parseFloat(e))}))}var _7=ke(g1);function y1(e,t){return t==="transparent"?t:nt(Ce({},rt(t),{hue:parseFloat(e)}))}var O7=ke(y1);function b1(e,t){return t==="transparent"?t:nt(Ce({},rt(t),{lightness:parseFloat(e)}))}var R7=ke(b1);function E1(e,t){return t==="transparent"?t:nt(Ce({},rt(t),{saturation:parseFloat(e)}))}var P7=ke(E1);function A1(e,t){return t==="transparent"?t:wu(parseFloat(e),"rgb(0, 0, 0)",t)}var I7=ke(A1);function v1(e,t){return t==="transparent"?t:wu(parseFloat(e),"rgb(255, 255, 255)",t)}var k7=ke(v1);function D1(e,t){if(t==="transparent")return t;var r=Ot(t),n=typeof r.alpha=="number"?r.alpha:1,a=Ce({},r,{alpha:Rt(0,1,+(n*100-parseFloat(e)*100).toFixed(2)/100)});return qe(a)}var C1=ke(D1),de=C1;l();c();d();var ue=(()=>{let e;return typeof window<"u"?e=window:typeof globalThis<"u"?e=globalThis:typeof window<"u"?e=window:typeof self<"u"?e=self:e={},e})();var gy=fe(Bo(),1);l();c();d();var hS=Object.create,$d=Object.defineProperty,mS=Object.getOwnPropertyDescriptor,gS=Object.getOwnPropertyNames,yS=Object.getPrototypeOf,bS=Object.prototype.hasOwnProperty,ES=(e,t)=>()=>(t||e((t={exports:{}}).exports,t),t.exports),AS=(e,t,r,n)=>{if(t&&typeof t=="object"||typeof t=="function")for(let a of gS(t))!bS.call(e,a)&&a!==r&&$d(e,a,{get:()=>t[a],enumerable:!(n=mS(t,a))||n.enumerable});return e},vS=(e,t,r)=>(r=e!=null?hS(yS(e)):{},AS(t||!e||!e.__esModule?$d(r,"default",{value:e,enumerable:!0}):r,e)),DS=ES(e=>{Object.defineProperty(e,"__esModule",{value:!0}),e.isEqual=function(){var t=Object.prototype.toString,r=Object.getPrototypeOf,n=Object.getOwnPropertySymbols?function(a){return Object.keys(a).concat(Object.getOwnPropertySymbols(a))}:Object.keys;return function(a,o){return function i(u,s,p){var y,A,m,h=t.call(u),E=t.call(s);if(u===s)return!0;if(u==null||s==null)return!1;if(p.indexOf(u)>-1&&p.indexOf(s)>-1)return!0;if(p.push(u,s),h!=E||(y=n(u),A=n(s),y.length!=A.length||y.some(function(b){return!i(u[b],s[b],p)})))return!1;switch(h.slice(8,-1)){case"Symbol":return u.valueOf()==s.valueOf();case"Date":case"Number":return+u==+s||+u!=+u&&+s!=+s;case"RegExp":case"Function":case"String":case"Boolean":return""+u==""+s;case"Set":case"Map":y=u.entries(),A=s.entries();do if(!i((m=y.next()).value,A.next().value,p))return!1;while(!m.done);return!0;case"ArrayBuffer":u=new Uint8Array(u),s=new Uint8Array(s);case"DataView":u=new Uint8Array(u.buffer),s=new Uint8Array(s.buffer);case"Float32Array":case"Float64Array":case"Int8Array":case"Int16Array":case"Int32Array":case"Uint8Array":case"Uint16Array":case"Uint32Array":case"Uint8ClampedArray":case"Arguments":case"Array":if(u.length!=s.length)return!1;for(m=0;me.map(t=>typeof t<"u").filter(Boolean).length,CS=(e,t)=>{let{exists:r,eq:n,neq:a,truthy:o}=e;if(Hd([r,n,a,o])>1)throw new Error(`Invalid conditional test ${JSON.stringify({exists:r,eq:n,neq:a})}`);if(typeof n<"u")return(0,qd.isEqual)(t,n);if(typeof a<"u")return!(0,qd.isEqual)(t,a);if(typeof r<"u"){let i=typeof t<"u";return r?i:!i}return typeof o>"u"||o?!!t:!t},To=(e,t,r)=>{if(!e.if)return!0;let{arg:n,global:a}=e.if;if(Hd([n,a])!==1)throw new Error(`Invalid conditional value ${JSON.stringify({arg:n,global:a})}`);let o=n?t[n]:r[a];return CS(e.if,o)};l();c();d();var cG=__STORYBOOK_CLIENT_LOGGER__,{deprecate:Cn,logger:ze,once:xn,pretty:dG}=__STORYBOOK_CLIENT_LOGGER__;l();c();d();wt();function At(){return At=Object.assign?Object.assign.bind():function(e){for(var t=1;t(e[t.toLowerCase()]=t,e),{for:"htmlFor"}),zd={amp:"&",apos:"'",gt:">",lt:"<",nbsp:"\xA0",quot:"\u201C"},SS=["style","script"],FS=/([-A-Z0-9_:]+)(?:\s*=\s*(?:(?:"((?:\\.|[^"])*)")|(?:'((?:\\.|[^'])*)')|(?:\{((?:\\.|{[^}]*?}|[^}])*)\})))?/gi,wS=/mailto:/i,BS=/\n{2,}$/,Xd=/^( *>[^\n]+(\n[^\n]+)*\n*)+\n{2,}/,TS=/^ *> ?/gm,_S=/^ {2,}\n/,OS=/^(?:( *[-*_])){3,} *(?:\n *)+\n/,Jd=/^\s*(`{3,}|~{3,}) *(\S+)?([^\n]*?)?\n([\s\S]+?)\s*\1 *(?:\n *)*\n?/,Qd=/^(?: {4}[^\n]+\n*)+(?:\n *)+\n?/,RS=/^(`+)\s*([\s\S]*?[^`])\s*\1(?!`)/,PS=/^(?:\n *)*\n/,IS=/\r\n?/g,kS=/^\[\^([^\]]+)](:.*)\n/,NS=/^\[\^([^\]]+)]/,LS=/\f/g,MS=/^\s*?\[(x|\s)\]/,Zd=/^ *(#{1,6}) *([^\n]+?)(?: +#*)?(?:\n *)*(?:\n|$)/,ep=/^ *(#{1,6}) +([^\n]+?)(?: +#*)?(?:\n *)*(?:\n|$)/,tp=/^([^\n]+)\n *(=|-){3,} *(?:\n *)+\n/,Io=/^ *(?!<[a-z][^ >/]* ?\/>)<([a-z][^ >/]*) ?([^>]*)\/{0}>\n?(\s*(?:<\1[^>]*?>[\s\S]*?<\/\1>|(?!<\1)[\s\S])*?)<\/\1>\n*/i,jS=/&([a-z0-9]+|#[0-9]{1,6}|#x[0-9a-fA-F]{1,6});/gi,rp=/^)/,qS=/^(data|aria|x)-[a-z_][a-z\d_.-]*$/,ko=/^ *<([a-z][a-z0-9:]*)(?:\s+((?:<.*?>|[^>])*))?\/?>(?!<\/\1>)(\s*\n)?/i,$S=/^\{.*\}$/,HS=/^(https?:\/\/[^\s<]+[^<.,:;"')\]\s])/,US=/^<([^ >]+@[^ >]+)>/,zS=/^<([^ >]+:\/[^ >]+)>/,GS=/-([a-z])?/gi,np=/^(.*\|?.*)\n *(\|? *[-:]+ *\|[-| :]*)\n((?:.*\|.*\n)*)\n?/,WS=/^\[([^\]]*)\]:\s+]+)>?\s*("([^"]*)")?/,VS=/^!\[([^\]]*)\] ?\[([^\]]*)\]/,KS=/^\[([^\]]*)\] ?\[([^\]]*)\]/,YS=/(\[|\])/g,XS=/(\n|^[-*]\s|^#|^ {2,}|^-{2,}|^>\s)/,JS=/\t/g,QS=/^ *\| */,ZS=/(^ *\||\| *$)/g,eF=/ *$/,tF=/^ *:-+: *$/,rF=/^ *:-+ *$/,nF=/^ *-+: *$/,aF=/^([*_])\1((?:\[.*?\][([].*?[)\]]|<.*?>(?:.*?<.*?>)?|`.*?`|~+.*?~+|.)*?)\1\1(?!\1)/,oF=/^([*_])((?:\[.*?\][([].*?[)\]]|<.*?>(?:.*?<.*?>)?|`.*?`|~+.*?~+|.)*?)\1(?!\1|\w)/,iF=/^==((?:\[.*?\]|<.*?>(?:.*?<.*?>)?|`.*?`|.)*?)==/,uF=/^~~((?:\[.*?\]|<.*?>(?:.*?<.*?>)?|`.*?`|.)*?)~~/,sF=/^\\([^0-9A-Za-z\s])/,lF=/^[\s\S]+?(?=[^0-9A-Z\s\u00c0-\uffff&#;.()'"]|\d+\.|\n\n| {2,}\n|\w+:\S|$)/i,cF=/^\n+/,dF=/^([ \t]*)/,pF=/\\([^\\])/g,Gd=/ *\n+$/,fF=/(?:^|\n)( *)$/,No="(?:\\d+\\.)",Lo="(?:[*+-])";function ap(e){return"( *)("+(e===1?No:Lo)+") +"}var op=ap(1),ip=ap(2);function up(e){return new RegExp("^"+(e===1?op:ip))}var hF=up(1),mF=up(2);function sp(e){return new RegExp("^"+(e===1?op:ip)+"[^\\n]*(?:\\n(?!\\1"+(e===1?No:Lo)+" )[^\\n]*)*(\\n|$)","gm")}var lp=sp(1),cp=sp(2);function dp(e){let t=e===1?No:Lo;return new RegExp("^( *)("+t+") [\\s\\S]+?(?:\\n{2,}(?! )(?!\\1"+t+" (?!"+t+" ))\\n*|\\s*\\n*$)")}var pp=dp(1),fp=dp(2);function Wd(e,t){let r=t===1,n=r?pp:fp,a=r?lp:cp,o=r?hF:mF;return{t(i,u,s){let p=fF.exec(s);return p&&(u.o||!u._&&!u.u)?n.exec(i=p[1]+i):null},i:te.HIGH,l(i,u,s){let p=r?+i[2]:void 0,y=i[0].replace(BS,` +`).match(a),A=!1;return{p:y.map(function(m,h){let E=o.exec(m)[0].length,b=new RegExp("^ {1,"+E+"}","gm"),x=m.replace(b,"").replace(o,""),F=h===y.length-1,B=x.indexOf(` + +`)!==-1||F&&A;A=B;let I=s._,M=s.o,w;s.o=!0,B?(s._=!1,w=x.replace(Gd,` + +`)):(s._=!0,w=x.replace(Gd,""));let N=u(w,s);return s._=I,s.o=M,N}),m:r,g:p}},h:(i,u,s)=>e(i.m?"ol":"ul",{key:s.k,start:i.g},i.p.map(function(p,y){return e("li",{key:y},u(p,s))}))}}var gF=/^\[([^\]]*)]\( *((?:\([^)]*\)|[^() ])*) *"?([^)"]*)?"?\)/,yF=/^!\[([^\]]*)]\( *((?:\([^)]*\)|[^() ])*) *"?([^)"]*)?"?\)/,hp=[Xd,Jd,Qd,Zd,tp,ep,rp,np,lp,pp,cp,fp],bF=[...hp,/^[^\n]+(?: \n|\n{2,})/,Io,ko];function EF(e){return e.replace(/[ÀÁÂÃÄÅàáâãäåæÆ]/g,"a").replace(/[çÇ]/g,"c").replace(/[ðÐ]/g,"d").replace(/[ÈÉÊËéèêë]/g,"e").replace(/[ÏïÎîÍíÌì]/g,"i").replace(/[Ññ]/g,"n").replace(/[øØœŒÕõÔôÓóÒò]/g,"o").replace(/[ÜüÛûÚúÙù]/g,"u").replace(/[ŸÿÝý]/g,"y").replace(/[^a-z0-9- ]/gi,"").replace(/ /gi,"-").toLowerCase()}function AF(e){return nF.test(e)?"right":tF.test(e)?"center":rF.test(e)?"left":null}function Vd(e,t,r){let n=r.$;r.$=!0;let a=t(e.trim(),r);r.$=n;let o=[[]];return a.forEach(function(i,u){i.type==="tableSeparator"?u!==0&&u!==a.length-1&&o.push([]):(i.type!=="text"||a[u+1]!=null&&a[u+1].type!=="tableSeparator"||(i.v=i.v.replace(eF,"")),o[o.length-1].push(i))}),o}function vF(e,t,r){r._=!0;let n=Vd(e[1],t,r),a=e[2].replace(ZS,"").split("|").map(AF),o=function(i,u,s){return i.trim().split(` +`).map(function(p){return Vd(p,u,s)})}(e[3],t,r);return r._=!1,{S:a,A:o,L:n,type:"table"}}function Kd(e,t){return e.S[t]==null?{}:{textAlign:e.S[t]}}function it(e){return function(t,r){return r._?e.exec(t):null}}function ut(e){return function(t,r){return r._||r.u?e.exec(t):null}}function Qe(e){return function(t,r){return r._||r.u?null:e.exec(t)}}function wr(e){return function(t){return e.exec(t)}}function DF(e,t,r){if(t._||t.u||r&&!r.endsWith(` +`))return null;let n="";e.split(` +`).every(o=>!hp.some(i=>i.test(o))&&(n+=o+` +`,o.trim()));let a=n.trimEnd();return a==""?null:[n,a]}function Ht(e){try{if(decodeURIComponent(e).replace(/[^A-Za-z0-9/:]/g,"").match(/^\s*(javascript|vbscript|data(?!:image)):/i))return}catch{return null}return e}function Yd(e){return e.replace(pF,"$1")}function Sn(e,t,r){let n=r._||!1,a=r.u||!1;r._=!0,r.u=!0;let o=e(t,r);return r._=n,r.u=a,o}function CF(e,t,r){let n=r._||!1,a=r.u||!1;r._=!1,r.u=!0;let o=e(t,r);return r._=n,r.u=a,o}function xF(e,t,r){return r._=!1,e(t,r)}var _o=(e,t,r)=>({v:Sn(t,e[1],r)});function Oo(){return{}}function Ro(){return null}function SF(...e){return e.filter(Boolean).join(" ")}function Po(e,t,r){let n=e,a=t.split(".");for(;a.length&&(n=n[a[0]],n!==void 0);)a.shift();return n||r}var te;function FF(e,t={}){t.overrides=t.overrides||{},t.slugify=t.slugify||EF,t.namedCodesToUnicode=t.namedCodesToUnicode?At({},zd,t.namedCodesToUnicode):zd;let r=t.createElement||ga;function n(h,E,...b){let x=Po(t.overrides,`${h}.props`,{});return r(function(F,B){let I=Po(B,F);return I?typeof I=="function"||typeof I=="object"&&"render"in I?I:Po(B,`${F}.component`,F):F}(h,t.overrides),At({},E,x,{className:SF(E?.className,x.className)||void 0}),...b)}function a(h){let E=!1;t.forceInline?E=!0:t.forceBlock||(E=XS.test(h)===!1);let b=y(p(E?h:`${h.trimEnd().replace(cF,"")} + +`,{_:E}));for(;typeof b[b.length-1]=="string"&&!b[b.length-1].trim();)b.pop();if(t.wrapper===null)return b;let x=t.wrapper||(E?"span":"div"),F;if(b.length>1||t.forceWrapper)F=b;else{if(b.length===1)return F=b[0],typeof F=="string"?n("span",{key:"outer"},F):F;F=null}return ga(x,{key:"outer"},F)}function o(h){let E=h.match(FS);return E?E.reduce(function(b,x,F){let B=x.indexOf("=");if(B!==-1){let I=function(k){return k.indexOf("-")!==-1&&k.match(qS)===null&&(k=k.replace(GS,function(U,V){return V.toUpperCase()})),k}(x.slice(0,B)).trim(),M=function(k){let U=k[0];return(U==='"'||U==="'")&&k.length>=2&&k[k.length-1]===U?k.slice(1,-1):k}(x.slice(B+1).trim()),w=Ud[I]||I,N=b[w]=function(k,U){return k==="style"?U.split(/;\s?/).reduce(function(V,H){let oe=H.slice(0,H.indexOf(":"));return V[oe.replace(/(-[a-z])/g,X=>X[1].toUpperCase())]=H.slice(oe.length+1).trim(),V},{}):k==="href"?Ht(U):(U.match($S)&&(U=U.slice(1,U.length-1)),U==="true"||U!=="false"&&U)}(I,M);typeof N=="string"&&(Io.test(N)||ko.test(N))&&(b[w]=he(a(N.trim()),{key:F}))}else x!=="style"&&(b[Ud[x]||x]=!0);return b},{}):null}let i=[],u={},s={blockQuote:{t:Qe(Xd),i:te.HIGH,l:(h,E,b)=>({v:E(h[0].replace(TS,""),b)}),h:(h,E,b)=>n("blockquote",{key:b.k},E(h.v,b))},breakLine:{t:wr(_S),i:te.HIGH,l:Oo,h:(h,E,b)=>n("br",{key:b.k})},breakThematic:{t:Qe(OS),i:te.HIGH,l:Oo,h:(h,E,b)=>n("hr",{key:b.k})},codeBlock:{t:Qe(Qd),i:te.MAX,l:h=>({v:h[0].replace(/^ {4}/gm,"").replace(/\n+$/,""),M:void 0}),h:(h,E,b)=>n("pre",{key:b.k},n("code",At({},h.O,{className:h.M?`lang-${h.M}`:""}),h.v))},codeFenced:{t:Qe(Jd),i:te.MAX,l:h=>({O:o(h[3]||""),v:h[4],M:h[2]||void 0,type:"codeBlock"})},codeInline:{t:ut(RS),i:te.LOW,l:h=>({v:h[2]}),h:(h,E,b)=>n("code",{key:b.k},h.v)},footnote:{t:Qe(kS),i:te.MAX,l:h=>(i.push({I:h[2],j:h[1]}),{}),h:Ro},footnoteReference:{t:it(NS),i:te.HIGH,l:h=>({v:h[1],B:`#${t.slugify(h[1])}`}),h:(h,E,b)=>n("a",{key:b.k,href:Ht(h.B)},n("sup",{key:b.k},h.v))},gfmTask:{t:it(MS),i:te.HIGH,l:h=>({R:h[1].toLowerCase()==="x"}),h:(h,E,b)=>n("input",{checked:h.R,key:b.k,readOnly:!0,type:"checkbox"})},heading:{t:Qe(t.enforceAtxHeadings?ep:Zd),i:te.HIGH,l:(h,E,b)=>({v:Sn(E,h[2],b),T:t.slugify(h[2]),C:h[1].length}),h:(h,E,b)=>n(`h${h.C}`,{id:h.T,key:b.k},E(h.v,b))},headingSetext:{t:Qe(tp),i:te.MAX,l:(h,E,b)=>({v:Sn(E,h[1],b),C:h[2]==="="?1:2,type:"heading"})},htmlComment:{t:wr(rp),i:te.HIGH,l:()=>({}),h:Ro},image:{t:ut(yF),i:te.HIGH,l:h=>({D:h[1],B:Yd(h[2]),F:h[3]}),h:(h,E,b)=>n("img",{key:b.k,alt:h.D||void 0,title:h.F||void 0,src:Ht(h.B)})},link:{t:it(gF),i:te.LOW,l:(h,E,b)=>({v:CF(E,h[1],b),B:Yd(h[2]),F:h[3]}),h:(h,E,b)=>n("a",{key:b.k,href:Ht(h.B),title:h.F},E(h.v,b))},linkAngleBraceStyleDetector:{t:it(zS),i:te.MAX,l:h=>({v:[{v:h[1],type:"text"}],B:h[1],type:"link"})},linkBareUrlDetector:{t:(h,E)=>E.N?null:it(HS)(h,E),i:te.MAX,l:h=>({v:[{v:h[1],type:"text"}],B:h[1],F:void 0,type:"link"})},linkMailtoDetector:{t:it(US),i:te.MAX,l(h){let E=h[1],b=h[1];return wS.test(b)||(b="mailto:"+b),{v:[{v:E.replace("mailto:",""),type:"text"}],B:b,type:"link"}}},orderedList:Wd(n,1),unorderedList:Wd(n,2),newlineCoalescer:{t:Qe(PS),i:te.LOW,l:Oo,h:()=>` +`},paragraph:{t:DF,i:te.LOW,l:_o,h:(h,E,b)=>n("p",{key:b.k},E(h.v,b))},ref:{t:it(WS),i:te.MAX,l:h=>(u[h[1]]={B:h[2],F:h[4]},{}),h:Ro},refImage:{t:ut(VS),i:te.MAX,l:h=>({D:h[1]||void 0,P:h[2]}),h:(h,E,b)=>n("img",{key:b.k,alt:h.D,src:Ht(u[h.P].B),title:u[h.P].F})},refLink:{t:it(KS),i:te.MAX,l:(h,E,b)=>({v:E(h[1],b),Z:E(h[0].replace(YS,"\\$1"),b),P:h[2]}),h:(h,E,b)=>u[h.P]?n("a",{key:b.k,href:Ht(u[h.P].B),title:u[h.P].F},E(h.v,b)):n("span",{key:b.k},E(h.Z,b))},table:{t:Qe(np),i:te.HIGH,l:vF,h:(h,E,b)=>n("table",{key:b.k},n("thead",null,n("tr",null,h.L.map(function(x,F){return n("th",{key:F,style:Kd(h,F)},E(x,b))}))),n("tbody",null,h.A.map(function(x,F){return n("tr",{key:F},x.map(function(B,I){return n("td",{key:I,style:Kd(h,I)},E(B,b))}))})))},tableSeparator:{t:function(h,E){return E.$?(E._=!0,QS.exec(h)):null},i:te.HIGH,l:function(){return{type:"tableSeparator"}},h:()=>" | "},text:{t:wr(lF),i:te.MIN,l:h=>({v:h[0].replace(jS,(E,b)=>t.namedCodesToUnicode[b]?t.namedCodesToUnicode[b]:E)}),h:h=>h.v},textBolded:{t:ut(aF),i:te.MED,l:(h,E,b)=>({v:E(h[2],b)}),h:(h,E,b)=>n("strong",{key:b.k},E(h.v,b))},textEmphasized:{t:ut(oF),i:te.LOW,l:(h,E,b)=>({v:E(h[2],b)}),h:(h,E,b)=>n("em",{key:b.k},E(h.v,b))},textEscaped:{t:ut(sF),i:te.HIGH,l:h=>({v:h[1],type:"text"})},textMarked:{t:ut(iF),i:te.LOW,l:_o,h:(h,E,b)=>n("mark",{key:b.k},E(h.v,b))},textStrikethroughed:{t:ut(uF),i:te.LOW,l:_o,h:(h,E,b)=>n("del",{key:b.k},E(h.v,b))}};t.disableParsingRawHTML!==!0&&(s.htmlBlock={t:wr(Io),i:te.HIGH,l(h,E,b){let[,x]=h[3].match(dF),F=new RegExp(`^${x}`,"gm"),B=h[3].replace(F,""),I=(M=B,bF.some(U=>U.test(M))?xF:Sn);var M;let w=h[1].toLowerCase(),N=SS.indexOf(w)!==-1;b.N=b.N||w==="a";let k=N?h[3]:I(E,B,b);return b.N=!1,{O:o(h[2]),v:k,G:N,H:N?w:h[1]}},h:(h,E,b)=>n(h.H,At({key:b.k},h.O),h.G?h.v:E(h.v,b))},s.htmlSelfClosing={t:wr(ko),i:te.HIGH,l:h=>({O:o(h[2]||""),H:h[1]}),h:(h,E,b)=>n(h.H,At({},h.O,{key:b.k}))});let p=function(h){let E=Object.keys(h);function b(x,F){let B=[],I="";for(;x;){let M=0;for(;M{let{children:t,options:r}=e,n=function(a,o){if(a==null)return{};var i,u,s={},p=Object.keys(a);for(u=0;u=0||(s[i]=a[i]);return s}(e,xS);return he(FF(t,r),n)};var yy=fe(Fn(),1),by=fe(Np(),1),Ey=fe(Hf(),1);l();c();d();l();c();d();l();c();d();l();c();d();l();c();d();l();c();d();var VV=__STORYBOOK_CHANNELS__,{Channel:qo,PostMessageTransport:KV,WebsocketTransport:YV,createBrowserChannel:b3,createPostMessageChannel:XV,createWebSocketChannel:JV}=__STORYBOOK_CHANNELS__;l();c();d();var rK=__STORYBOOK_CORE_EVENTS__,{CHANNEL_CREATED:nK,CONFIG_ERROR:E3,CURRENT_STORY_WAS_SET:A3,DOCS_PREPARED:v3,DOCS_RENDERED:D3,FORCE_REMOUNT:C3,FORCE_RE_RENDER:$o,GLOBALS_UPDATED:Tn,IGNORED_EXCEPTION:aK,NAVIGATE_URL:Uf,PLAY_FUNCTION_THREW_EXCEPTION:x3,PRELOAD_ENTRIES:S3,PREVIEW_BUILDER_PROGRESS:oK,PREVIEW_KEYDOWN:F3,REGISTER_SUBSCRIPTION:iK,REQUEST_WHATS_NEW_DATA:uK,RESET_STORY_ARGS:_n,RESULT_WHATS_NEW_DATA:sK,SELECT_STORY:lK,SET_CONFIG:cK,SET_CURRENT_STORY:w3,SET_GLOBALS:B3,SET_INDEX:T3,SET_STORIES:dK,SET_WHATS_NEW_CACHE:pK,SHARED_STATE_CHANGED:_3,SHARED_STATE_SET:O3,STORIES_COLLAPSE_ALL:fK,STORIES_EXPAND_ALL:hK,STORY_ARGS_UPDATED:On,STORY_CHANGED:R3,STORY_ERRORED:P3,STORY_INDEX_INVALIDATED:I3,STORY_MISSING:k3,STORY_PREPARED:N3,STORY_RENDERED:zf,STORY_RENDER_PHASE_CHANGED:L3,STORY_SPECIFIED:M3,STORY_THREW_EXCEPTION:j3,STORY_UNCHANGED:q3,TELEMETRY_ERROR:mK,TOGGLE_WHATS_NEW_NOTIFICATIONS:gK,UPDATE_GLOBALS:Gf,UPDATE_QUERY_PARAMS:$3,UPDATE_STORY_ARGS:Rn}=__STORYBOOK_CORE_EVENTS__;var H3=Object.create,Wf=Object.defineProperty,U3=Object.getOwnPropertyDescriptor,Vf=Object.getOwnPropertyNames,z3=Object.getPrototypeOf,G3=Object.prototype.hasOwnProperty,Ge=(e,t)=>function(){return t||(0,e[Vf(e)[0]])((t={exports:{}}).exports,t),t.exports},W3=(e,t,r,n)=>{if(t&&typeof t=="object"||typeof t=="function")for(let a of Vf(t))!G3.call(e,a)&&a!==r&&Wf(e,a,{get:()=>t[a],enumerable:!(n=U3(t,a))||n.enumerable});return e},Kf=(e,t,r)=>(r=e!=null?H3(z3(e)):{},W3(t||!e||!e.__esModule?Wf(r,"default",{value:e,enumerable:!0}):r,e));function Yf(){let e={setHandler:()=>{},send:()=>{}};return new qo({transport:e})}var V3=class{constructor(){this.getChannel=()=>{if(!this.channel){let e=Yf();return this.setChannel(e),e}return this.channel},this.getServerChannel=()=>{if(!this.serverChannel)throw new Error("Accessing non-existent serverChannel");return this.serverChannel},this.ready=()=>this.promise,this.hasChannel=()=>!!this.channel,this.hasServerChannel=()=>!!this.serverChannel,this.setChannel=e=>{this.channel=e,this.resolve()},this.setServerChannel=e=>{this.serverChannel=e},this.promise=new Promise(e=>{this.resolve=()=>e(this.getChannel())})}},Ho="__STORYBOOK_ADDONS_PREVIEW";function K3(){return ue[Ho]||(ue[Ho]=new V3),ue[Ho]}var Pn=K3();var U0=fe(Fn(),1),Rr=fe(In(),1),oT=fe(O0(),1),iT=fe(Nn(),1);l();c();d();l();c();d();l();c();d();function zt(e){for(var t=[],r=1;r(e.PREVIEW_CLIENT_LOGGER="PREVIEW_CLIENT-LOGGER",e.PREVIEW_CHANNELS="PREVIEW_CHANNELS",e.PREVIEW_CORE_EVENTS="PREVIEW_CORE-EVENTS",e.PREVIEW_INSTRUMENTER="PREVIEW_INSTRUMENTER",e.PREVIEW_API="PREVIEW_API",e.PREVIEW_REACT_DOM_SHIM="PREVIEW_REACT-DOM-SHIM",e.PREVIEW_ROUTER="PREVIEW_ROUTER",e.PREVIEW_THEMING="PREVIEW_THEMING",e.RENDERER_HTML="RENDERER_HTML",e.RENDERER_PREACT="RENDERER_PREACT",e.RENDERER_REACT="RENDERER_REACT",e.RENDERER_SERVER="RENDERER_SERVER",e.RENDERER_SVELTE="RENDERER_SVELTE",e.RENDERER_VUE="RENDERER_VUE",e.RENDERER_VUE3="RENDERER_VUE3",e.RENDERER_WEB_COMPONENTS="RENDERER_WEB-COMPONENTS",e))(MB||{});l();c();d();var qn=fe(Uo(),1);var z0=fe($0(),1);var G0=fe(Bo(),1);var wX=(0,U0.default)(1)(e=>Object.values(e).reduce((t,r)=>(t[r.importPath]=t[r.importPath]||r,t),{}));var BX=Symbol("incompatible");var TX=Symbol("Deeply equal");var uT=zt` +CSF .story annotations deprecated; annotate story functions directly: +- StoryFn.story.name => StoryFn.storyName +- StoryFn.story.(parameters|decorators) => StoryFn.(parameters|decorators) +See https://github.com/storybookjs/storybook/blob/next/MIGRATION.md#hoisted-csf-annotations for details and codemod. +`,_X=(0,z0.default)(()=>{},uT);var vt=(...e)=>{let t={},r=e.filter(Boolean),n=r.reduce((a,o)=>(Object.entries(o).forEach(([i,u])=>{let s=a[i];Array.isArray(u)||typeof s>"u"?a[i]=u:(0,qn.default)(u)&&(0,qn.default)(s)?t[i]=!0:typeof u<"u"&&(a[i]=u)}),a),{});return Object.keys(t).forEach(a=>{let o=r.filter(Boolean).map(i=>i[a]).filter(i=>typeof i<"u");o.every(i=>(0,qn.default)(i))?n[a]=vt(...o):n[a]=o[o.length-1]}),n};var Go=(e,t,r)=>{let n=typeof e;switch(n){case"boolean":case"string":case"number":case"function":case"symbol":return{name:n}}return e?r.has(e)?(ze.warn(zt` + We've detected a cycle in arg '${t}'. Args should be JSON-serializable. + + Consider using the mapping feature or fully custom args: + - Mapping: https://storybook.js.org/docs/react/writing-stories/args#mapping-to-complex-arg-values + - Custom args: https://storybook.js.org/docs/react/essentials/controls#fully-custom-args + `),{name:"other",value:"cyclic object"}):(r.add(e),Array.isArray(e)?{name:"array",value:e.length>0?Go(e[0],t,new Set(r)):{name:"other",value:"unknown"}}:{name:"object",value:(0,Rr.default)(e,a=>Go(a,t,new Set(r)))}):{name:"object",value:{}}},sT=e=>{let{id:t,argTypes:r={},initialArgs:n={}}=e,a=(0,Rr.default)(n,(i,u)=>({name:u,type:Go(i,`${t}.${u}`,new Set)})),o=(0,Rr.default)(r,(i,u)=>({name:u}));return vt(a,o,r)};sT.secondPass=!0;var H0=(e,t)=>Array.isArray(t)?t.includes(e):e.match(t),Ir=(e,t,r)=>!t&&!r?e:e&&(0,G0.default)(e,(n,a)=>{let o=n.name||a;return(!t||H0(o,t))&&(!r||!H0(o,r))}),lT=(e,t,r)=>{let{type:n,options:a}=e;if(n){if(r.color&&r.color.test(t)){let o=n.name;if(o==="string")return{control:{type:"color"}};o!=="enum"&&ze.warn(`Addon controls: Control of type color only supports string, received "${o}" instead`)}if(r.date&&r.date.test(t))return{control:{type:"date"}};switch(n.name){case"array":return{control:{type:"object"}};case"boolean":return{control:{type:"boolean"}};case"string":return{control:{type:"text"}};case"number":return{control:{type:"number"}};case"enum":{let{value:o}=n;return{control:{type:o?.length<=5?"radio":"select"},options:o}}case"function":case"symbol":return null;default:return{control:{type:a?"select":"object"}}}}},W0=e=>{let{argTypes:t,parameters:{__isArgsStory:r,controls:{include:n=null,exclude:a=null,matchers:o={}}={}}}=e;if(!r)return t;let i=Ir(t,n,a),u=(0,Rr.default)(i,(s,p)=>s?.type&&lT(s,p,o));return vt(u,i)};W0.secondPass=!0;function Wo(e){return async(t,r,n)=>{await e.reduceRight((a,o)=>async()=>o(t,a,n),async()=>r(n))()}}function Pr(e,t){return e.map(r=>r.default?.[t]??r[t]).filter(Boolean)}function Ln(e,t,r={}){return Pr(e,t).reduce((n,a)=>r.reverseFileOrder?[...a,...n]:[...n,...a],[])}function Mn(e,t){return Object.assign({},...Pr(e,t))}function jn(e,t){return Pr(e,t).pop()}function Vo(e){let t=Ln(e,"argTypesEnhancers"),r=Pr(e,"runStep");return{parameters:vt(...Pr(e,"parameters")),decorators:Ln(e,"decorators",{reverseFileOrder:!(ue.FEATURES?.legacyDecoratorFileOrder??!1)}),args:Mn(e,"args"),argsEnhancers:Ln(e,"argsEnhancers"),argTypes:Mn(e,"argTypes"),argTypesEnhancers:[...t.filter(n=>!n.secondPass),...t.filter(n=>n.secondPass)],globals:Mn(e,"globals"),globalTypes:Mn(e,"globalTypes"),loaders:Ln(e,"loaders"),render:jn(e,"render"),renderToCanvas:jn(e,"renderToCanvas"),renderToDOM:jn(e,"renderToDOM"),applyDecorators:jn(e,"applyDecorators"),runStep:Wo(r)}}var OX=Vo([]);var a8=fe(Nn(),1),o8=fe(vi(),1);l();c();d();var u8=fe(Nn(),1);var s8=fe(vi(),1),l8=fe(Uo(),1),gm=Ge({"../../node_modules/entities/lib/maps/entities.json"(e,t){t.exports={Aacute:"\xC1",aacute:"\xE1",Abreve:"\u0102",abreve:"\u0103",ac:"\u223E",acd:"\u223F",acE:"\u223E\u0333",Acirc:"\xC2",acirc:"\xE2",acute:"\xB4",Acy:"\u0410",acy:"\u0430",AElig:"\xC6",aelig:"\xE6",af:"\u2061",Afr:"\u{1D504}",afr:"\u{1D51E}",Agrave:"\xC0",agrave:"\xE0",alefsym:"\u2135",aleph:"\u2135",Alpha:"\u0391",alpha:"\u03B1",Amacr:"\u0100",amacr:"\u0101",amalg:"\u2A3F",amp:"&",AMP:"&",andand:"\u2A55",And:"\u2A53",and:"\u2227",andd:"\u2A5C",andslope:"\u2A58",andv:"\u2A5A",ang:"\u2220",ange:"\u29A4",angle:"\u2220",angmsdaa:"\u29A8",angmsdab:"\u29A9",angmsdac:"\u29AA",angmsdad:"\u29AB",angmsdae:"\u29AC",angmsdaf:"\u29AD",angmsdag:"\u29AE",angmsdah:"\u29AF",angmsd:"\u2221",angrt:"\u221F",angrtvb:"\u22BE",angrtvbd:"\u299D",angsph:"\u2222",angst:"\xC5",angzarr:"\u237C",Aogon:"\u0104",aogon:"\u0105",Aopf:"\u{1D538}",aopf:"\u{1D552}",apacir:"\u2A6F",ap:"\u2248",apE:"\u2A70",ape:"\u224A",apid:"\u224B",apos:"'",ApplyFunction:"\u2061",approx:"\u2248",approxeq:"\u224A",Aring:"\xC5",aring:"\xE5",Ascr:"\u{1D49C}",ascr:"\u{1D4B6}",Assign:"\u2254",ast:"*",asymp:"\u2248",asympeq:"\u224D",Atilde:"\xC3",atilde:"\xE3",Auml:"\xC4",auml:"\xE4",awconint:"\u2233",awint:"\u2A11",backcong:"\u224C",backepsilon:"\u03F6",backprime:"\u2035",backsim:"\u223D",backsimeq:"\u22CD",Backslash:"\u2216",Barv:"\u2AE7",barvee:"\u22BD",barwed:"\u2305",Barwed:"\u2306",barwedge:"\u2305",bbrk:"\u23B5",bbrktbrk:"\u23B6",bcong:"\u224C",Bcy:"\u0411",bcy:"\u0431",bdquo:"\u201E",becaus:"\u2235",because:"\u2235",Because:"\u2235",bemptyv:"\u29B0",bepsi:"\u03F6",bernou:"\u212C",Bernoullis:"\u212C",Beta:"\u0392",beta:"\u03B2",beth:"\u2136",between:"\u226C",Bfr:"\u{1D505}",bfr:"\u{1D51F}",bigcap:"\u22C2",bigcirc:"\u25EF",bigcup:"\u22C3",bigodot:"\u2A00",bigoplus:"\u2A01",bigotimes:"\u2A02",bigsqcup:"\u2A06",bigstar:"\u2605",bigtriangledown:"\u25BD",bigtriangleup:"\u25B3",biguplus:"\u2A04",bigvee:"\u22C1",bigwedge:"\u22C0",bkarow:"\u290D",blacklozenge:"\u29EB",blacksquare:"\u25AA",blacktriangle:"\u25B4",blacktriangledown:"\u25BE",blacktriangleleft:"\u25C2",blacktriangleright:"\u25B8",blank:"\u2423",blk12:"\u2592",blk14:"\u2591",blk34:"\u2593",block:"\u2588",bne:"=\u20E5",bnequiv:"\u2261\u20E5",bNot:"\u2AED",bnot:"\u2310",Bopf:"\u{1D539}",bopf:"\u{1D553}",bot:"\u22A5",bottom:"\u22A5",bowtie:"\u22C8",boxbox:"\u29C9",boxdl:"\u2510",boxdL:"\u2555",boxDl:"\u2556",boxDL:"\u2557",boxdr:"\u250C",boxdR:"\u2552",boxDr:"\u2553",boxDR:"\u2554",boxh:"\u2500",boxH:"\u2550",boxhd:"\u252C",boxHd:"\u2564",boxhD:"\u2565",boxHD:"\u2566",boxhu:"\u2534",boxHu:"\u2567",boxhU:"\u2568",boxHU:"\u2569",boxminus:"\u229F",boxplus:"\u229E",boxtimes:"\u22A0",boxul:"\u2518",boxuL:"\u255B",boxUl:"\u255C",boxUL:"\u255D",boxur:"\u2514",boxuR:"\u2558",boxUr:"\u2559",boxUR:"\u255A",boxv:"\u2502",boxV:"\u2551",boxvh:"\u253C",boxvH:"\u256A",boxVh:"\u256B",boxVH:"\u256C",boxvl:"\u2524",boxvL:"\u2561",boxVl:"\u2562",boxVL:"\u2563",boxvr:"\u251C",boxvR:"\u255E",boxVr:"\u255F",boxVR:"\u2560",bprime:"\u2035",breve:"\u02D8",Breve:"\u02D8",brvbar:"\xA6",bscr:"\u{1D4B7}",Bscr:"\u212C",bsemi:"\u204F",bsim:"\u223D",bsime:"\u22CD",bsolb:"\u29C5",bsol:"\\",bsolhsub:"\u27C8",bull:"\u2022",bullet:"\u2022",bump:"\u224E",bumpE:"\u2AAE",bumpe:"\u224F",Bumpeq:"\u224E",bumpeq:"\u224F",Cacute:"\u0106",cacute:"\u0107",capand:"\u2A44",capbrcup:"\u2A49",capcap:"\u2A4B",cap:"\u2229",Cap:"\u22D2",capcup:"\u2A47",capdot:"\u2A40",CapitalDifferentialD:"\u2145",caps:"\u2229\uFE00",caret:"\u2041",caron:"\u02C7",Cayleys:"\u212D",ccaps:"\u2A4D",Ccaron:"\u010C",ccaron:"\u010D",Ccedil:"\xC7",ccedil:"\xE7",Ccirc:"\u0108",ccirc:"\u0109",Cconint:"\u2230",ccups:"\u2A4C",ccupssm:"\u2A50",Cdot:"\u010A",cdot:"\u010B",cedil:"\xB8",Cedilla:"\xB8",cemptyv:"\u29B2",cent:"\xA2",centerdot:"\xB7",CenterDot:"\xB7",cfr:"\u{1D520}",Cfr:"\u212D",CHcy:"\u0427",chcy:"\u0447",check:"\u2713",checkmark:"\u2713",Chi:"\u03A7",chi:"\u03C7",circ:"\u02C6",circeq:"\u2257",circlearrowleft:"\u21BA",circlearrowright:"\u21BB",circledast:"\u229B",circledcirc:"\u229A",circleddash:"\u229D",CircleDot:"\u2299",circledR:"\xAE",circledS:"\u24C8",CircleMinus:"\u2296",CirclePlus:"\u2295",CircleTimes:"\u2297",cir:"\u25CB",cirE:"\u29C3",cire:"\u2257",cirfnint:"\u2A10",cirmid:"\u2AEF",cirscir:"\u29C2",ClockwiseContourIntegral:"\u2232",CloseCurlyDoubleQuote:"\u201D",CloseCurlyQuote:"\u2019",clubs:"\u2663",clubsuit:"\u2663",colon:":",Colon:"\u2237",Colone:"\u2A74",colone:"\u2254",coloneq:"\u2254",comma:",",commat:"@",comp:"\u2201",compfn:"\u2218",complement:"\u2201",complexes:"\u2102",cong:"\u2245",congdot:"\u2A6D",Congruent:"\u2261",conint:"\u222E",Conint:"\u222F",ContourIntegral:"\u222E",copf:"\u{1D554}",Copf:"\u2102",coprod:"\u2210",Coproduct:"\u2210",copy:"\xA9",COPY:"\xA9",copysr:"\u2117",CounterClockwiseContourIntegral:"\u2233",crarr:"\u21B5",cross:"\u2717",Cross:"\u2A2F",Cscr:"\u{1D49E}",cscr:"\u{1D4B8}",csub:"\u2ACF",csube:"\u2AD1",csup:"\u2AD0",csupe:"\u2AD2",ctdot:"\u22EF",cudarrl:"\u2938",cudarrr:"\u2935",cuepr:"\u22DE",cuesc:"\u22DF",cularr:"\u21B6",cularrp:"\u293D",cupbrcap:"\u2A48",cupcap:"\u2A46",CupCap:"\u224D",cup:"\u222A",Cup:"\u22D3",cupcup:"\u2A4A",cupdot:"\u228D",cupor:"\u2A45",cups:"\u222A\uFE00",curarr:"\u21B7",curarrm:"\u293C",curlyeqprec:"\u22DE",curlyeqsucc:"\u22DF",curlyvee:"\u22CE",curlywedge:"\u22CF",curren:"\xA4",curvearrowleft:"\u21B6",curvearrowright:"\u21B7",cuvee:"\u22CE",cuwed:"\u22CF",cwconint:"\u2232",cwint:"\u2231",cylcty:"\u232D",dagger:"\u2020",Dagger:"\u2021",daleth:"\u2138",darr:"\u2193",Darr:"\u21A1",dArr:"\u21D3",dash:"\u2010",Dashv:"\u2AE4",dashv:"\u22A3",dbkarow:"\u290F",dblac:"\u02DD",Dcaron:"\u010E",dcaron:"\u010F",Dcy:"\u0414",dcy:"\u0434",ddagger:"\u2021",ddarr:"\u21CA",DD:"\u2145",dd:"\u2146",DDotrahd:"\u2911",ddotseq:"\u2A77",deg:"\xB0",Del:"\u2207",Delta:"\u0394",delta:"\u03B4",demptyv:"\u29B1",dfisht:"\u297F",Dfr:"\u{1D507}",dfr:"\u{1D521}",dHar:"\u2965",dharl:"\u21C3",dharr:"\u21C2",DiacriticalAcute:"\xB4",DiacriticalDot:"\u02D9",DiacriticalDoubleAcute:"\u02DD",DiacriticalGrave:"`",DiacriticalTilde:"\u02DC",diam:"\u22C4",diamond:"\u22C4",Diamond:"\u22C4",diamondsuit:"\u2666",diams:"\u2666",die:"\xA8",DifferentialD:"\u2146",digamma:"\u03DD",disin:"\u22F2",div:"\xF7",divide:"\xF7",divideontimes:"\u22C7",divonx:"\u22C7",DJcy:"\u0402",djcy:"\u0452",dlcorn:"\u231E",dlcrop:"\u230D",dollar:"$",Dopf:"\u{1D53B}",dopf:"\u{1D555}",Dot:"\xA8",dot:"\u02D9",DotDot:"\u20DC",doteq:"\u2250",doteqdot:"\u2251",DotEqual:"\u2250",dotminus:"\u2238",dotplus:"\u2214",dotsquare:"\u22A1",doublebarwedge:"\u2306",DoubleContourIntegral:"\u222F",DoubleDot:"\xA8",DoubleDownArrow:"\u21D3",DoubleLeftArrow:"\u21D0",DoubleLeftRightArrow:"\u21D4",DoubleLeftTee:"\u2AE4",DoubleLongLeftArrow:"\u27F8",DoubleLongLeftRightArrow:"\u27FA",DoubleLongRightArrow:"\u27F9",DoubleRightArrow:"\u21D2",DoubleRightTee:"\u22A8",DoubleUpArrow:"\u21D1",DoubleUpDownArrow:"\u21D5",DoubleVerticalBar:"\u2225",DownArrowBar:"\u2913",downarrow:"\u2193",DownArrow:"\u2193",Downarrow:"\u21D3",DownArrowUpArrow:"\u21F5",DownBreve:"\u0311",downdownarrows:"\u21CA",downharpoonleft:"\u21C3",downharpoonright:"\u21C2",DownLeftRightVector:"\u2950",DownLeftTeeVector:"\u295E",DownLeftVectorBar:"\u2956",DownLeftVector:"\u21BD",DownRightTeeVector:"\u295F",DownRightVectorBar:"\u2957",DownRightVector:"\u21C1",DownTeeArrow:"\u21A7",DownTee:"\u22A4",drbkarow:"\u2910",drcorn:"\u231F",drcrop:"\u230C",Dscr:"\u{1D49F}",dscr:"\u{1D4B9}",DScy:"\u0405",dscy:"\u0455",dsol:"\u29F6",Dstrok:"\u0110",dstrok:"\u0111",dtdot:"\u22F1",dtri:"\u25BF",dtrif:"\u25BE",duarr:"\u21F5",duhar:"\u296F",dwangle:"\u29A6",DZcy:"\u040F",dzcy:"\u045F",dzigrarr:"\u27FF",Eacute:"\xC9",eacute:"\xE9",easter:"\u2A6E",Ecaron:"\u011A",ecaron:"\u011B",Ecirc:"\xCA",ecirc:"\xEA",ecir:"\u2256",ecolon:"\u2255",Ecy:"\u042D",ecy:"\u044D",eDDot:"\u2A77",Edot:"\u0116",edot:"\u0117",eDot:"\u2251",ee:"\u2147",efDot:"\u2252",Efr:"\u{1D508}",efr:"\u{1D522}",eg:"\u2A9A",Egrave:"\xC8",egrave:"\xE8",egs:"\u2A96",egsdot:"\u2A98",el:"\u2A99",Element:"\u2208",elinters:"\u23E7",ell:"\u2113",els:"\u2A95",elsdot:"\u2A97",Emacr:"\u0112",emacr:"\u0113",empty:"\u2205",emptyset:"\u2205",EmptySmallSquare:"\u25FB",emptyv:"\u2205",EmptyVerySmallSquare:"\u25AB",emsp13:"\u2004",emsp14:"\u2005",emsp:"\u2003",ENG:"\u014A",eng:"\u014B",ensp:"\u2002",Eogon:"\u0118",eogon:"\u0119",Eopf:"\u{1D53C}",eopf:"\u{1D556}",epar:"\u22D5",eparsl:"\u29E3",eplus:"\u2A71",epsi:"\u03B5",Epsilon:"\u0395",epsilon:"\u03B5",epsiv:"\u03F5",eqcirc:"\u2256",eqcolon:"\u2255",eqsim:"\u2242",eqslantgtr:"\u2A96",eqslantless:"\u2A95",Equal:"\u2A75",equals:"=",EqualTilde:"\u2242",equest:"\u225F",Equilibrium:"\u21CC",equiv:"\u2261",equivDD:"\u2A78",eqvparsl:"\u29E5",erarr:"\u2971",erDot:"\u2253",escr:"\u212F",Escr:"\u2130",esdot:"\u2250",Esim:"\u2A73",esim:"\u2242",Eta:"\u0397",eta:"\u03B7",ETH:"\xD0",eth:"\xF0",Euml:"\xCB",euml:"\xEB",euro:"\u20AC",excl:"!",exist:"\u2203",Exists:"\u2203",expectation:"\u2130",exponentiale:"\u2147",ExponentialE:"\u2147",fallingdotseq:"\u2252",Fcy:"\u0424",fcy:"\u0444",female:"\u2640",ffilig:"\uFB03",fflig:"\uFB00",ffllig:"\uFB04",Ffr:"\u{1D509}",ffr:"\u{1D523}",filig:"\uFB01",FilledSmallSquare:"\u25FC",FilledVerySmallSquare:"\u25AA",fjlig:"fj",flat:"\u266D",fllig:"\uFB02",fltns:"\u25B1",fnof:"\u0192",Fopf:"\u{1D53D}",fopf:"\u{1D557}",forall:"\u2200",ForAll:"\u2200",fork:"\u22D4",forkv:"\u2AD9",Fouriertrf:"\u2131",fpartint:"\u2A0D",frac12:"\xBD",frac13:"\u2153",frac14:"\xBC",frac15:"\u2155",frac16:"\u2159",frac18:"\u215B",frac23:"\u2154",frac25:"\u2156",frac34:"\xBE",frac35:"\u2157",frac38:"\u215C",frac45:"\u2158",frac56:"\u215A",frac58:"\u215D",frac78:"\u215E",frasl:"\u2044",frown:"\u2322",fscr:"\u{1D4BB}",Fscr:"\u2131",gacute:"\u01F5",Gamma:"\u0393",gamma:"\u03B3",Gammad:"\u03DC",gammad:"\u03DD",gap:"\u2A86",Gbreve:"\u011E",gbreve:"\u011F",Gcedil:"\u0122",Gcirc:"\u011C",gcirc:"\u011D",Gcy:"\u0413",gcy:"\u0433",Gdot:"\u0120",gdot:"\u0121",ge:"\u2265",gE:"\u2267",gEl:"\u2A8C",gel:"\u22DB",geq:"\u2265",geqq:"\u2267",geqslant:"\u2A7E",gescc:"\u2AA9",ges:"\u2A7E",gesdot:"\u2A80",gesdoto:"\u2A82",gesdotol:"\u2A84",gesl:"\u22DB\uFE00",gesles:"\u2A94",Gfr:"\u{1D50A}",gfr:"\u{1D524}",gg:"\u226B",Gg:"\u22D9",ggg:"\u22D9",gimel:"\u2137",GJcy:"\u0403",gjcy:"\u0453",gla:"\u2AA5",gl:"\u2277",glE:"\u2A92",glj:"\u2AA4",gnap:"\u2A8A",gnapprox:"\u2A8A",gne:"\u2A88",gnE:"\u2269",gneq:"\u2A88",gneqq:"\u2269",gnsim:"\u22E7",Gopf:"\u{1D53E}",gopf:"\u{1D558}",grave:"`",GreaterEqual:"\u2265",GreaterEqualLess:"\u22DB",GreaterFullEqual:"\u2267",GreaterGreater:"\u2AA2",GreaterLess:"\u2277",GreaterSlantEqual:"\u2A7E",GreaterTilde:"\u2273",Gscr:"\u{1D4A2}",gscr:"\u210A",gsim:"\u2273",gsime:"\u2A8E",gsiml:"\u2A90",gtcc:"\u2AA7",gtcir:"\u2A7A",gt:">",GT:">",Gt:"\u226B",gtdot:"\u22D7",gtlPar:"\u2995",gtquest:"\u2A7C",gtrapprox:"\u2A86",gtrarr:"\u2978",gtrdot:"\u22D7",gtreqless:"\u22DB",gtreqqless:"\u2A8C",gtrless:"\u2277",gtrsim:"\u2273",gvertneqq:"\u2269\uFE00",gvnE:"\u2269\uFE00",Hacek:"\u02C7",hairsp:"\u200A",half:"\xBD",hamilt:"\u210B",HARDcy:"\u042A",hardcy:"\u044A",harrcir:"\u2948",harr:"\u2194",hArr:"\u21D4",harrw:"\u21AD",Hat:"^",hbar:"\u210F",Hcirc:"\u0124",hcirc:"\u0125",hearts:"\u2665",heartsuit:"\u2665",hellip:"\u2026",hercon:"\u22B9",hfr:"\u{1D525}",Hfr:"\u210C",HilbertSpace:"\u210B",hksearow:"\u2925",hkswarow:"\u2926",hoarr:"\u21FF",homtht:"\u223B",hookleftarrow:"\u21A9",hookrightarrow:"\u21AA",hopf:"\u{1D559}",Hopf:"\u210D",horbar:"\u2015",HorizontalLine:"\u2500",hscr:"\u{1D4BD}",Hscr:"\u210B",hslash:"\u210F",Hstrok:"\u0126",hstrok:"\u0127",HumpDownHump:"\u224E",HumpEqual:"\u224F",hybull:"\u2043",hyphen:"\u2010",Iacute:"\xCD",iacute:"\xED",ic:"\u2063",Icirc:"\xCE",icirc:"\xEE",Icy:"\u0418",icy:"\u0438",Idot:"\u0130",IEcy:"\u0415",iecy:"\u0435",iexcl:"\xA1",iff:"\u21D4",ifr:"\u{1D526}",Ifr:"\u2111",Igrave:"\xCC",igrave:"\xEC",ii:"\u2148",iiiint:"\u2A0C",iiint:"\u222D",iinfin:"\u29DC",iiota:"\u2129",IJlig:"\u0132",ijlig:"\u0133",Imacr:"\u012A",imacr:"\u012B",image:"\u2111",ImaginaryI:"\u2148",imagline:"\u2110",imagpart:"\u2111",imath:"\u0131",Im:"\u2111",imof:"\u22B7",imped:"\u01B5",Implies:"\u21D2",incare:"\u2105",in:"\u2208",infin:"\u221E",infintie:"\u29DD",inodot:"\u0131",intcal:"\u22BA",int:"\u222B",Int:"\u222C",integers:"\u2124",Integral:"\u222B",intercal:"\u22BA",Intersection:"\u22C2",intlarhk:"\u2A17",intprod:"\u2A3C",InvisibleComma:"\u2063",InvisibleTimes:"\u2062",IOcy:"\u0401",iocy:"\u0451",Iogon:"\u012E",iogon:"\u012F",Iopf:"\u{1D540}",iopf:"\u{1D55A}",Iota:"\u0399",iota:"\u03B9",iprod:"\u2A3C",iquest:"\xBF",iscr:"\u{1D4BE}",Iscr:"\u2110",isin:"\u2208",isindot:"\u22F5",isinE:"\u22F9",isins:"\u22F4",isinsv:"\u22F3",isinv:"\u2208",it:"\u2062",Itilde:"\u0128",itilde:"\u0129",Iukcy:"\u0406",iukcy:"\u0456",Iuml:"\xCF",iuml:"\xEF",Jcirc:"\u0134",jcirc:"\u0135",Jcy:"\u0419",jcy:"\u0439",Jfr:"\u{1D50D}",jfr:"\u{1D527}",jmath:"\u0237",Jopf:"\u{1D541}",jopf:"\u{1D55B}",Jscr:"\u{1D4A5}",jscr:"\u{1D4BF}",Jsercy:"\u0408",jsercy:"\u0458",Jukcy:"\u0404",jukcy:"\u0454",Kappa:"\u039A",kappa:"\u03BA",kappav:"\u03F0",Kcedil:"\u0136",kcedil:"\u0137",Kcy:"\u041A",kcy:"\u043A",Kfr:"\u{1D50E}",kfr:"\u{1D528}",kgreen:"\u0138",KHcy:"\u0425",khcy:"\u0445",KJcy:"\u040C",kjcy:"\u045C",Kopf:"\u{1D542}",kopf:"\u{1D55C}",Kscr:"\u{1D4A6}",kscr:"\u{1D4C0}",lAarr:"\u21DA",Lacute:"\u0139",lacute:"\u013A",laemptyv:"\u29B4",lagran:"\u2112",Lambda:"\u039B",lambda:"\u03BB",lang:"\u27E8",Lang:"\u27EA",langd:"\u2991",langle:"\u27E8",lap:"\u2A85",Laplacetrf:"\u2112",laquo:"\xAB",larrb:"\u21E4",larrbfs:"\u291F",larr:"\u2190",Larr:"\u219E",lArr:"\u21D0",larrfs:"\u291D",larrhk:"\u21A9",larrlp:"\u21AB",larrpl:"\u2939",larrsim:"\u2973",larrtl:"\u21A2",latail:"\u2919",lAtail:"\u291B",lat:"\u2AAB",late:"\u2AAD",lates:"\u2AAD\uFE00",lbarr:"\u290C",lBarr:"\u290E",lbbrk:"\u2772",lbrace:"{",lbrack:"[",lbrke:"\u298B",lbrksld:"\u298F",lbrkslu:"\u298D",Lcaron:"\u013D",lcaron:"\u013E",Lcedil:"\u013B",lcedil:"\u013C",lceil:"\u2308",lcub:"{",Lcy:"\u041B",lcy:"\u043B",ldca:"\u2936",ldquo:"\u201C",ldquor:"\u201E",ldrdhar:"\u2967",ldrushar:"\u294B",ldsh:"\u21B2",le:"\u2264",lE:"\u2266",LeftAngleBracket:"\u27E8",LeftArrowBar:"\u21E4",leftarrow:"\u2190",LeftArrow:"\u2190",Leftarrow:"\u21D0",LeftArrowRightArrow:"\u21C6",leftarrowtail:"\u21A2",LeftCeiling:"\u2308",LeftDoubleBracket:"\u27E6",LeftDownTeeVector:"\u2961",LeftDownVectorBar:"\u2959",LeftDownVector:"\u21C3",LeftFloor:"\u230A",leftharpoondown:"\u21BD",leftharpoonup:"\u21BC",leftleftarrows:"\u21C7",leftrightarrow:"\u2194",LeftRightArrow:"\u2194",Leftrightarrow:"\u21D4",leftrightarrows:"\u21C6",leftrightharpoons:"\u21CB",leftrightsquigarrow:"\u21AD",LeftRightVector:"\u294E",LeftTeeArrow:"\u21A4",LeftTee:"\u22A3",LeftTeeVector:"\u295A",leftthreetimes:"\u22CB",LeftTriangleBar:"\u29CF",LeftTriangle:"\u22B2",LeftTriangleEqual:"\u22B4",LeftUpDownVector:"\u2951",LeftUpTeeVector:"\u2960",LeftUpVectorBar:"\u2958",LeftUpVector:"\u21BF",LeftVectorBar:"\u2952",LeftVector:"\u21BC",lEg:"\u2A8B",leg:"\u22DA",leq:"\u2264",leqq:"\u2266",leqslant:"\u2A7D",lescc:"\u2AA8",les:"\u2A7D",lesdot:"\u2A7F",lesdoto:"\u2A81",lesdotor:"\u2A83",lesg:"\u22DA\uFE00",lesges:"\u2A93",lessapprox:"\u2A85",lessdot:"\u22D6",lesseqgtr:"\u22DA",lesseqqgtr:"\u2A8B",LessEqualGreater:"\u22DA",LessFullEqual:"\u2266",LessGreater:"\u2276",lessgtr:"\u2276",LessLess:"\u2AA1",lesssim:"\u2272",LessSlantEqual:"\u2A7D",LessTilde:"\u2272",lfisht:"\u297C",lfloor:"\u230A",Lfr:"\u{1D50F}",lfr:"\u{1D529}",lg:"\u2276",lgE:"\u2A91",lHar:"\u2962",lhard:"\u21BD",lharu:"\u21BC",lharul:"\u296A",lhblk:"\u2584",LJcy:"\u0409",ljcy:"\u0459",llarr:"\u21C7",ll:"\u226A",Ll:"\u22D8",llcorner:"\u231E",Lleftarrow:"\u21DA",llhard:"\u296B",lltri:"\u25FA",Lmidot:"\u013F",lmidot:"\u0140",lmoustache:"\u23B0",lmoust:"\u23B0",lnap:"\u2A89",lnapprox:"\u2A89",lne:"\u2A87",lnE:"\u2268",lneq:"\u2A87",lneqq:"\u2268",lnsim:"\u22E6",loang:"\u27EC",loarr:"\u21FD",lobrk:"\u27E6",longleftarrow:"\u27F5",LongLeftArrow:"\u27F5",Longleftarrow:"\u27F8",longleftrightarrow:"\u27F7",LongLeftRightArrow:"\u27F7",Longleftrightarrow:"\u27FA",longmapsto:"\u27FC",longrightarrow:"\u27F6",LongRightArrow:"\u27F6",Longrightarrow:"\u27F9",looparrowleft:"\u21AB",looparrowright:"\u21AC",lopar:"\u2985",Lopf:"\u{1D543}",lopf:"\u{1D55D}",loplus:"\u2A2D",lotimes:"\u2A34",lowast:"\u2217",lowbar:"_",LowerLeftArrow:"\u2199",LowerRightArrow:"\u2198",loz:"\u25CA",lozenge:"\u25CA",lozf:"\u29EB",lpar:"(",lparlt:"\u2993",lrarr:"\u21C6",lrcorner:"\u231F",lrhar:"\u21CB",lrhard:"\u296D",lrm:"\u200E",lrtri:"\u22BF",lsaquo:"\u2039",lscr:"\u{1D4C1}",Lscr:"\u2112",lsh:"\u21B0",Lsh:"\u21B0",lsim:"\u2272",lsime:"\u2A8D",lsimg:"\u2A8F",lsqb:"[",lsquo:"\u2018",lsquor:"\u201A",Lstrok:"\u0141",lstrok:"\u0142",ltcc:"\u2AA6",ltcir:"\u2A79",lt:"<",LT:"<",Lt:"\u226A",ltdot:"\u22D6",lthree:"\u22CB",ltimes:"\u22C9",ltlarr:"\u2976",ltquest:"\u2A7B",ltri:"\u25C3",ltrie:"\u22B4",ltrif:"\u25C2",ltrPar:"\u2996",lurdshar:"\u294A",luruhar:"\u2966",lvertneqq:"\u2268\uFE00",lvnE:"\u2268\uFE00",macr:"\xAF",male:"\u2642",malt:"\u2720",maltese:"\u2720",Map:"\u2905",map:"\u21A6",mapsto:"\u21A6",mapstodown:"\u21A7",mapstoleft:"\u21A4",mapstoup:"\u21A5",marker:"\u25AE",mcomma:"\u2A29",Mcy:"\u041C",mcy:"\u043C",mdash:"\u2014",mDDot:"\u223A",measuredangle:"\u2221",MediumSpace:"\u205F",Mellintrf:"\u2133",Mfr:"\u{1D510}",mfr:"\u{1D52A}",mho:"\u2127",micro:"\xB5",midast:"*",midcir:"\u2AF0",mid:"\u2223",middot:"\xB7",minusb:"\u229F",minus:"\u2212",minusd:"\u2238",minusdu:"\u2A2A",MinusPlus:"\u2213",mlcp:"\u2ADB",mldr:"\u2026",mnplus:"\u2213",models:"\u22A7",Mopf:"\u{1D544}",mopf:"\u{1D55E}",mp:"\u2213",mscr:"\u{1D4C2}",Mscr:"\u2133",mstpos:"\u223E",Mu:"\u039C",mu:"\u03BC",multimap:"\u22B8",mumap:"\u22B8",nabla:"\u2207",Nacute:"\u0143",nacute:"\u0144",nang:"\u2220\u20D2",nap:"\u2249",napE:"\u2A70\u0338",napid:"\u224B\u0338",napos:"\u0149",napprox:"\u2249",natural:"\u266E",naturals:"\u2115",natur:"\u266E",nbsp:"\xA0",nbump:"\u224E\u0338",nbumpe:"\u224F\u0338",ncap:"\u2A43",Ncaron:"\u0147",ncaron:"\u0148",Ncedil:"\u0145",ncedil:"\u0146",ncong:"\u2247",ncongdot:"\u2A6D\u0338",ncup:"\u2A42",Ncy:"\u041D",ncy:"\u043D",ndash:"\u2013",nearhk:"\u2924",nearr:"\u2197",neArr:"\u21D7",nearrow:"\u2197",ne:"\u2260",nedot:"\u2250\u0338",NegativeMediumSpace:"\u200B",NegativeThickSpace:"\u200B",NegativeThinSpace:"\u200B",NegativeVeryThinSpace:"\u200B",nequiv:"\u2262",nesear:"\u2928",nesim:"\u2242\u0338",NestedGreaterGreater:"\u226B",NestedLessLess:"\u226A",NewLine:` +`,nexist:"\u2204",nexists:"\u2204",Nfr:"\u{1D511}",nfr:"\u{1D52B}",ngE:"\u2267\u0338",nge:"\u2271",ngeq:"\u2271",ngeqq:"\u2267\u0338",ngeqslant:"\u2A7E\u0338",nges:"\u2A7E\u0338",nGg:"\u22D9\u0338",ngsim:"\u2275",nGt:"\u226B\u20D2",ngt:"\u226F",ngtr:"\u226F",nGtv:"\u226B\u0338",nharr:"\u21AE",nhArr:"\u21CE",nhpar:"\u2AF2",ni:"\u220B",nis:"\u22FC",nisd:"\u22FA",niv:"\u220B",NJcy:"\u040A",njcy:"\u045A",nlarr:"\u219A",nlArr:"\u21CD",nldr:"\u2025",nlE:"\u2266\u0338",nle:"\u2270",nleftarrow:"\u219A",nLeftarrow:"\u21CD",nleftrightarrow:"\u21AE",nLeftrightarrow:"\u21CE",nleq:"\u2270",nleqq:"\u2266\u0338",nleqslant:"\u2A7D\u0338",nles:"\u2A7D\u0338",nless:"\u226E",nLl:"\u22D8\u0338",nlsim:"\u2274",nLt:"\u226A\u20D2",nlt:"\u226E",nltri:"\u22EA",nltrie:"\u22EC",nLtv:"\u226A\u0338",nmid:"\u2224",NoBreak:"\u2060",NonBreakingSpace:"\xA0",nopf:"\u{1D55F}",Nopf:"\u2115",Not:"\u2AEC",not:"\xAC",NotCongruent:"\u2262",NotCupCap:"\u226D",NotDoubleVerticalBar:"\u2226",NotElement:"\u2209",NotEqual:"\u2260",NotEqualTilde:"\u2242\u0338",NotExists:"\u2204",NotGreater:"\u226F",NotGreaterEqual:"\u2271",NotGreaterFullEqual:"\u2267\u0338",NotGreaterGreater:"\u226B\u0338",NotGreaterLess:"\u2279",NotGreaterSlantEqual:"\u2A7E\u0338",NotGreaterTilde:"\u2275",NotHumpDownHump:"\u224E\u0338",NotHumpEqual:"\u224F\u0338",notin:"\u2209",notindot:"\u22F5\u0338",notinE:"\u22F9\u0338",notinva:"\u2209",notinvb:"\u22F7",notinvc:"\u22F6",NotLeftTriangleBar:"\u29CF\u0338",NotLeftTriangle:"\u22EA",NotLeftTriangleEqual:"\u22EC",NotLess:"\u226E",NotLessEqual:"\u2270",NotLessGreater:"\u2278",NotLessLess:"\u226A\u0338",NotLessSlantEqual:"\u2A7D\u0338",NotLessTilde:"\u2274",NotNestedGreaterGreater:"\u2AA2\u0338",NotNestedLessLess:"\u2AA1\u0338",notni:"\u220C",notniva:"\u220C",notnivb:"\u22FE",notnivc:"\u22FD",NotPrecedes:"\u2280",NotPrecedesEqual:"\u2AAF\u0338",NotPrecedesSlantEqual:"\u22E0",NotReverseElement:"\u220C",NotRightTriangleBar:"\u29D0\u0338",NotRightTriangle:"\u22EB",NotRightTriangleEqual:"\u22ED",NotSquareSubset:"\u228F\u0338",NotSquareSubsetEqual:"\u22E2",NotSquareSuperset:"\u2290\u0338",NotSquareSupersetEqual:"\u22E3",NotSubset:"\u2282\u20D2",NotSubsetEqual:"\u2288",NotSucceeds:"\u2281",NotSucceedsEqual:"\u2AB0\u0338",NotSucceedsSlantEqual:"\u22E1",NotSucceedsTilde:"\u227F\u0338",NotSuperset:"\u2283\u20D2",NotSupersetEqual:"\u2289",NotTilde:"\u2241",NotTildeEqual:"\u2244",NotTildeFullEqual:"\u2247",NotTildeTilde:"\u2249",NotVerticalBar:"\u2224",nparallel:"\u2226",npar:"\u2226",nparsl:"\u2AFD\u20E5",npart:"\u2202\u0338",npolint:"\u2A14",npr:"\u2280",nprcue:"\u22E0",nprec:"\u2280",npreceq:"\u2AAF\u0338",npre:"\u2AAF\u0338",nrarrc:"\u2933\u0338",nrarr:"\u219B",nrArr:"\u21CF",nrarrw:"\u219D\u0338",nrightarrow:"\u219B",nRightarrow:"\u21CF",nrtri:"\u22EB",nrtrie:"\u22ED",nsc:"\u2281",nsccue:"\u22E1",nsce:"\u2AB0\u0338",Nscr:"\u{1D4A9}",nscr:"\u{1D4C3}",nshortmid:"\u2224",nshortparallel:"\u2226",nsim:"\u2241",nsime:"\u2244",nsimeq:"\u2244",nsmid:"\u2224",nspar:"\u2226",nsqsube:"\u22E2",nsqsupe:"\u22E3",nsub:"\u2284",nsubE:"\u2AC5\u0338",nsube:"\u2288",nsubset:"\u2282\u20D2",nsubseteq:"\u2288",nsubseteqq:"\u2AC5\u0338",nsucc:"\u2281",nsucceq:"\u2AB0\u0338",nsup:"\u2285",nsupE:"\u2AC6\u0338",nsupe:"\u2289",nsupset:"\u2283\u20D2",nsupseteq:"\u2289",nsupseteqq:"\u2AC6\u0338",ntgl:"\u2279",Ntilde:"\xD1",ntilde:"\xF1",ntlg:"\u2278",ntriangleleft:"\u22EA",ntrianglelefteq:"\u22EC",ntriangleright:"\u22EB",ntrianglerighteq:"\u22ED",Nu:"\u039D",nu:"\u03BD",num:"#",numero:"\u2116",numsp:"\u2007",nvap:"\u224D\u20D2",nvdash:"\u22AC",nvDash:"\u22AD",nVdash:"\u22AE",nVDash:"\u22AF",nvge:"\u2265\u20D2",nvgt:">\u20D2",nvHarr:"\u2904",nvinfin:"\u29DE",nvlArr:"\u2902",nvle:"\u2264\u20D2",nvlt:"<\u20D2",nvltrie:"\u22B4\u20D2",nvrArr:"\u2903",nvrtrie:"\u22B5\u20D2",nvsim:"\u223C\u20D2",nwarhk:"\u2923",nwarr:"\u2196",nwArr:"\u21D6",nwarrow:"\u2196",nwnear:"\u2927",Oacute:"\xD3",oacute:"\xF3",oast:"\u229B",Ocirc:"\xD4",ocirc:"\xF4",ocir:"\u229A",Ocy:"\u041E",ocy:"\u043E",odash:"\u229D",Odblac:"\u0150",odblac:"\u0151",odiv:"\u2A38",odot:"\u2299",odsold:"\u29BC",OElig:"\u0152",oelig:"\u0153",ofcir:"\u29BF",Ofr:"\u{1D512}",ofr:"\u{1D52C}",ogon:"\u02DB",Ograve:"\xD2",ograve:"\xF2",ogt:"\u29C1",ohbar:"\u29B5",ohm:"\u03A9",oint:"\u222E",olarr:"\u21BA",olcir:"\u29BE",olcross:"\u29BB",oline:"\u203E",olt:"\u29C0",Omacr:"\u014C",omacr:"\u014D",Omega:"\u03A9",omega:"\u03C9",Omicron:"\u039F",omicron:"\u03BF",omid:"\u29B6",ominus:"\u2296",Oopf:"\u{1D546}",oopf:"\u{1D560}",opar:"\u29B7",OpenCurlyDoubleQuote:"\u201C",OpenCurlyQuote:"\u2018",operp:"\u29B9",oplus:"\u2295",orarr:"\u21BB",Or:"\u2A54",or:"\u2228",ord:"\u2A5D",order:"\u2134",orderof:"\u2134",ordf:"\xAA",ordm:"\xBA",origof:"\u22B6",oror:"\u2A56",orslope:"\u2A57",orv:"\u2A5B",oS:"\u24C8",Oscr:"\u{1D4AA}",oscr:"\u2134",Oslash:"\xD8",oslash:"\xF8",osol:"\u2298",Otilde:"\xD5",otilde:"\xF5",otimesas:"\u2A36",Otimes:"\u2A37",otimes:"\u2297",Ouml:"\xD6",ouml:"\xF6",ovbar:"\u233D",OverBar:"\u203E",OverBrace:"\u23DE",OverBracket:"\u23B4",OverParenthesis:"\u23DC",para:"\xB6",parallel:"\u2225",par:"\u2225",parsim:"\u2AF3",parsl:"\u2AFD",part:"\u2202",PartialD:"\u2202",Pcy:"\u041F",pcy:"\u043F",percnt:"%",period:".",permil:"\u2030",perp:"\u22A5",pertenk:"\u2031",Pfr:"\u{1D513}",pfr:"\u{1D52D}",Phi:"\u03A6",phi:"\u03C6",phiv:"\u03D5",phmmat:"\u2133",phone:"\u260E",Pi:"\u03A0",pi:"\u03C0",pitchfork:"\u22D4",piv:"\u03D6",planck:"\u210F",planckh:"\u210E",plankv:"\u210F",plusacir:"\u2A23",plusb:"\u229E",pluscir:"\u2A22",plus:"+",plusdo:"\u2214",plusdu:"\u2A25",pluse:"\u2A72",PlusMinus:"\xB1",plusmn:"\xB1",plussim:"\u2A26",plustwo:"\u2A27",pm:"\xB1",Poincareplane:"\u210C",pointint:"\u2A15",popf:"\u{1D561}",Popf:"\u2119",pound:"\xA3",prap:"\u2AB7",Pr:"\u2ABB",pr:"\u227A",prcue:"\u227C",precapprox:"\u2AB7",prec:"\u227A",preccurlyeq:"\u227C",Precedes:"\u227A",PrecedesEqual:"\u2AAF",PrecedesSlantEqual:"\u227C",PrecedesTilde:"\u227E",preceq:"\u2AAF",precnapprox:"\u2AB9",precneqq:"\u2AB5",precnsim:"\u22E8",pre:"\u2AAF",prE:"\u2AB3",precsim:"\u227E",prime:"\u2032",Prime:"\u2033",primes:"\u2119",prnap:"\u2AB9",prnE:"\u2AB5",prnsim:"\u22E8",prod:"\u220F",Product:"\u220F",profalar:"\u232E",profline:"\u2312",profsurf:"\u2313",prop:"\u221D",Proportional:"\u221D",Proportion:"\u2237",propto:"\u221D",prsim:"\u227E",prurel:"\u22B0",Pscr:"\u{1D4AB}",pscr:"\u{1D4C5}",Psi:"\u03A8",psi:"\u03C8",puncsp:"\u2008",Qfr:"\u{1D514}",qfr:"\u{1D52E}",qint:"\u2A0C",qopf:"\u{1D562}",Qopf:"\u211A",qprime:"\u2057",Qscr:"\u{1D4AC}",qscr:"\u{1D4C6}",quaternions:"\u210D",quatint:"\u2A16",quest:"?",questeq:"\u225F",quot:'"',QUOT:'"',rAarr:"\u21DB",race:"\u223D\u0331",Racute:"\u0154",racute:"\u0155",radic:"\u221A",raemptyv:"\u29B3",rang:"\u27E9",Rang:"\u27EB",rangd:"\u2992",range:"\u29A5",rangle:"\u27E9",raquo:"\xBB",rarrap:"\u2975",rarrb:"\u21E5",rarrbfs:"\u2920",rarrc:"\u2933",rarr:"\u2192",Rarr:"\u21A0",rArr:"\u21D2",rarrfs:"\u291E",rarrhk:"\u21AA",rarrlp:"\u21AC",rarrpl:"\u2945",rarrsim:"\u2974",Rarrtl:"\u2916",rarrtl:"\u21A3",rarrw:"\u219D",ratail:"\u291A",rAtail:"\u291C",ratio:"\u2236",rationals:"\u211A",rbarr:"\u290D",rBarr:"\u290F",RBarr:"\u2910",rbbrk:"\u2773",rbrace:"}",rbrack:"]",rbrke:"\u298C",rbrksld:"\u298E",rbrkslu:"\u2990",Rcaron:"\u0158",rcaron:"\u0159",Rcedil:"\u0156",rcedil:"\u0157",rceil:"\u2309",rcub:"}",Rcy:"\u0420",rcy:"\u0440",rdca:"\u2937",rdldhar:"\u2969",rdquo:"\u201D",rdquor:"\u201D",rdsh:"\u21B3",real:"\u211C",realine:"\u211B",realpart:"\u211C",reals:"\u211D",Re:"\u211C",rect:"\u25AD",reg:"\xAE",REG:"\xAE",ReverseElement:"\u220B",ReverseEquilibrium:"\u21CB",ReverseUpEquilibrium:"\u296F",rfisht:"\u297D",rfloor:"\u230B",rfr:"\u{1D52F}",Rfr:"\u211C",rHar:"\u2964",rhard:"\u21C1",rharu:"\u21C0",rharul:"\u296C",Rho:"\u03A1",rho:"\u03C1",rhov:"\u03F1",RightAngleBracket:"\u27E9",RightArrowBar:"\u21E5",rightarrow:"\u2192",RightArrow:"\u2192",Rightarrow:"\u21D2",RightArrowLeftArrow:"\u21C4",rightarrowtail:"\u21A3",RightCeiling:"\u2309",RightDoubleBracket:"\u27E7",RightDownTeeVector:"\u295D",RightDownVectorBar:"\u2955",RightDownVector:"\u21C2",RightFloor:"\u230B",rightharpoondown:"\u21C1",rightharpoonup:"\u21C0",rightleftarrows:"\u21C4",rightleftharpoons:"\u21CC",rightrightarrows:"\u21C9",rightsquigarrow:"\u219D",RightTeeArrow:"\u21A6",RightTee:"\u22A2",RightTeeVector:"\u295B",rightthreetimes:"\u22CC",RightTriangleBar:"\u29D0",RightTriangle:"\u22B3",RightTriangleEqual:"\u22B5",RightUpDownVector:"\u294F",RightUpTeeVector:"\u295C",RightUpVectorBar:"\u2954",RightUpVector:"\u21BE",RightVectorBar:"\u2953",RightVector:"\u21C0",ring:"\u02DA",risingdotseq:"\u2253",rlarr:"\u21C4",rlhar:"\u21CC",rlm:"\u200F",rmoustache:"\u23B1",rmoust:"\u23B1",rnmid:"\u2AEE",roang:"\u27ED",roarr:"\u21FE",robrk:"\u27E7",ropar:"\u2986",ropf:"\u{1D563}",Ropf:"\u211D",roplus:"\u2A2E",rotimes:"\u2A35",RoundImplies:"\u2970",rpar:")",rpargt:"\u2994",rppolint:"\u2A12",rrarr:"\u21C9",Rrightarrow:"\u21DB",rsaquo:"\u203A",rscr:"\u{1D4C7}",Rscr:"\u211B",rsh:"\u21B1",Rsh:"\u21B1",rsqb:"]",rsquo:"\u2019",rsquor:"\u2019",rthree:"\u22CC",rtimes:"\u22CA",rtri:"\u25B9",rtrie:"\u22B5",rtrif:"\u25B8",rtriltri:"\u29CE",RuleDelayed:"\u29F4",ruluhar:"\u2968",rx:"\u211E",Sacute:"\u015A",sacute:"\u015B",sbquo:"\u201A",scap:"\u2AB8",Scaron:"\u0160",scaron:"\u0161",Sc:"\u2ABC",sc:"\u227B",sccue:"\u227D",sce:"\u2AB0",scE:"\u2AB4",Scedil:"\u015E",scedil:"\u015F",Scirc:"\u015C",scirc:"\u015D",scnap:"\u2ABA",scnE:"\u2AB6",scnsim:"\u22E9",scpolint:"\u2A13",scsim:"\u227F",Scy:"\u0421",scy:"\u0441",sdotb:"\u22A1",sdot:"\u22C5",sdote:"\u2A66",searhk:"\u2925",searr:"\u2198",seArr:"\u21D8",searrow:"\u2198",sect:"\xA7",semi:";",seswar:"\u2929",setminus:"\u2216",setmn:"\u2216",sext:"\u2736",Sfr:"\u{1D516}",sfr:"\u{1D530}",sfrown:"\u2322",sharp:"\u266F",SHCHcy:"\u0429",shchcy:"\u0449",SHcy:"\u0428",shcy:"\u0448",ShortDownArrow:"\u2193",ShortLeftArrow:"\u2190",shortmid:"\u2223",shortparallel:"\u2225",ShortRightArrow:"\u2192",ShortUpArrow:"\u2191",shy:"\xAD",Sigma:"\u03A3",sigma:"\u03C3",sigmaf:"\u03C2",sigmav:"\u03C2",sim:"\u223C",simdot:"\u2A6A",sime:"\u2243",simeq:"\u2243",simg:"\u2A9E",simgE:"\u2AA0",siml:"\u2A9D",simlE:"\u2A9F",simne:"\u2246",simplus:"\u2A24",simrarr:"\u2972",slarr:"\u2190",SmallCircle:"\u2218",smallsetminus:"\u2216",smashp:"\u2A33",smeparsl:"\u29E4",smid:"\u2223",smile:"\u2323",smt:"\u2AAA",smte:"\u2AAC",smtes:"\u2AAC\uFE00",SOFTcy:"\u042C",softcy:"\u044C",solbar:"\u233F",solb:"\u29C4",sol:"/",Sopf:"\u{1D54A}",sopf:"\u{1D564}",spades:"\u2660",spadesuit:"\u2660",spar:"\u2225",sqcap:"\u2293",sqcaps:"\u2293\uFE00",sqcup:"\u2294",sqcups:"\u2294\uFE00",Sqrt:"\u221A",sqsub:"\u228F",sqsube:"\u2291",sqsubset:"\u228F",sqsubseteq:"\u2291",sqsup:"\u2290",sqsupe:"\u2292",sqsupset:"\u2290",sqsupseteq:"\u2292",square:"\u25A1",Square:"\u25A1",SquareIntersection:"\u2293",SquareSubset:"\u228F",SquareSubsetEqual:"\u2291",SquareSuperset:"\u2290",SquareSupersetEqual:"\u2292",SquareUnion:"\u2294",squarf:"\u25AA",squ:"\u25A1",squf:"\u25AA",srarr:"\u2192",Sscr:"\u{1D4AE}",sscr:"\u{1D4C8}",ssetmn:"\u2216",ssmile:"\u2323",sstarf:"\u22C6",Star:"\u22C6",star:"\u2606",starf:"\u2605",straightepsilon:"\u03F5",straightphi:"\u03D5",strns:"\xAF",sub:"\u2282",Sub:"\u22D0",subdot:"\u2ABD",subE:"\u2AC5",sube:"\u2286",subedot:"\u2AC3",submult:"\u2AC1",subnE:"\u2ACB",subne:"\u228A",subplus:"\u2ABF",subrarr:"\u2979",subset:"\u2282",Subset:"\u22D0",subseteq:"\u2286",subseteqq:"\u2AC5",SubsetEqual:"\u2286",subsetneq:"\u228A",subsetneqq:"\u2ACB",subsim:"\u2AC7",subsub:"\u2AD5",subsup:"\u2AD3",succapprox:"\u2AB8",succ:"\u227B",succcurlyeq:"\u227D",Succeeds:"\u227B",SucceedsEqual:"\u2AB0",SucceedsSlantEqual:"\u227D",SucceedsTilde:"\u227F",succeq:"\u2AB0",succnapprox:"\u2ABA",succneqq:"\u2AB6",succnsim:"\u22E9",succsim:"\u227F",SuchThat:"\u220B",sum:"\u2211",Sum:"\u2211",sung:"\u266A",sup1:"\xB9",sup2:"\xB2",sup3:"\xB3",sup:"\u2283",Sup:"\u22D1",supdot:"\u2ABE",supdsub:"\u2AD8",supE:"\u2AC6",supe:"\u2287",supedot:"\u2AC4",Superset:"\u2283",SupersetEqual:"\u2287",suphsol:"\u27C9",suphsub:"\u2AD7",suplarr:"\u297B",supmult:"\u2AC2",supnE:"\u2ACC",supne:"\u228B",supplus:"\u2AC0",supset:"\u2283",Supset:"\u22D1",supseteq:"\u2287",supseteqq:"\u2AC6",supsetneq:"\u228B",supsetneqq:"\u2ACC",supsim:"\u2AC8",supsub:"\u2AD4",supsup:"\u2AD6",swarhk:"\u2926",swarr:"\u2199",swArr:"\u21D9",swarrow:"\u2199",swnwar:"\u292A",szlig:"\xDF",Tab:" ",target:"\u2316",Tau:"\u03A4",tau:"\u03C4",tbrk:"\u23B4",Tcaron:"\u0164",tcaron:"\u0165",Tcedil:"\u0162",tcedil:"\u0163",Tcy:"\u0422",tcy:"\u0442",tdot:"\u20DB",telrec:"\u2315",Tfr:"\u{1D517}",tfr:"\u{1D531}",there4:"\u2234",therefore:"\u2234",Therefore:"\u2234",Theta:"\u0398",theta:"\u03B8",thetasym:"\u03D1",thetav:"\u03D1",thickapprox:"\u2248",thicksim:"\u223C",ThickSpace:"\u205F\u200A",ThinSpace:"\u2009",thinsp:"\u2009",thkap:"\u2248",thksim:"\u223C",THORN:"\xDE",thorn:"\xFE",tilde:"\u02DC",Tilde:"\u223C",TildeEqual:"\u2243",TildeFullEqual:"\u2245",TildeTilde:"\u2248",timesbar:"\u2A31",timesb:"\u22A0",times:"\xD7",timesd:"\u2A30",tint:"\u222D",toea:"\u2928",topbot:"\u2336",topcir:"\u2AF1",top:"\u22A4",Topf:"\u{1D54B}",topf:"\u{1D565}",topfork:"\u2ADA",tosa:"\u2929",tprime:"\u2034",trade:"\u2122",TRADE:"\u2122",triangle:"\u25B5",triangledown:"\u25BF",triangleleft:"\u25C3",trianglelefteq:"\u22B4",triangleq:"\u225C",triangleright:"\u25B9",trianglerighteq:"\u22B5",tridot:"\u25EC",trie:"\u225C",triminus:"\u2A3A",TripleDot:"\u20DB",triplus:"\u2A39",trisb:"\u29CD",tritime:"\u2A3B",trpezium:"\u23E2",Tscr:"\u{1D4AF}",tscr:"\u{1D4C9}",TScy:"\u0426",tscy:"\u0446",TSHcy:"\u040B",tshcy:"\u045B",Tstrok:"\u0166",tstrok:"\u0167",twixt:"\u226C",twoheadleftarrow:"\u219E",twoheadrightarrow:"\u21A0",Uacute:"\xDA",uacute:"\xFA",uarr:"\u2191",Uarr:"\u219F",uArr:"\u21D1",Uarrocir:"\u2949",Ubrcy:"\u040E",ubrcy:"\u045E",Ubreve:"\u016C",ubreve:"\u016D",Ucirc:"\xDB",ucirc:"\xFB",Ucy:"\u0423",ucy:"\u0443",udarr:"\u21C5",Udblac:"\u0170",udblac:"\u0171",udhar:"\u296E",ufisht:"\u297E",Ufr:"\u{1D518}",ufr:"\u{1D532}",Ugrave:"\xD9",ugrave:"\xF9",uHar:"\u2963",uharl:"\u21BF",uharr:"\u21BE",uhblk:"\u2580",ulcorn:"\u231C",ulcorner:"\u231C",ulcrop:"\u230F",ultri:"\u25F8",Umacr:"\u016A",umacr:"\u016B",uml:"\xA8",UnderBar:"_",UnderBrace:"\u23DF",UnderBracket:"\u23B5",UnderParenthesis:"\u23DD",Union:"\u22C3",UnionPlus:"\u228E",Uogon:"\u0172",uogon:"\u0173",Uopf:"\u{1D54C}",uopf:"\u{1D566}",UpArrowBar:"\u2912",uparrow:"\u2191",UpArrow:"\u2191",Uparrow:"\u21D1",UpArrowDownArrow:"\u21C5",updownarrow:"\u2195",UpDownArrow:"\u2195",Updownarrow:"\u21D5",UpEquilibrium:"\u296E",upharpoonleft:"\u21BF",upharpoonright:"\u21BE",uplus:"\u228E",UpperLeftArrow:"\u2196",UpperRightArrow:"\u2197",upsi:"\u03C5",Upsi:"\u03D2",upsih:"\u03D2",Upsilon:"\u03A5",upsilon:"\u03C5",UpTeeArrow:"\u21A5",UpTee:"\u22A5",upuparrows:"\u21C8",urcorn:"\u231D",urcorner:"\u231D",urcrop:"\u230E",Uring:"\u016E",uring:"\u016F",urtri:"\u25F9",Uscr:"\u{1D4B0}",uscr:"\u{1D4CA}",utdot:"\u22F0",Utilde:"\u0168",utilde:"\u0169",utri:"\u25B5",utrif:"\u25B4",uuarr:"\u21C8",Uuml:"\xDC",uuml:"\xFC",uwangle:"\u29A7",vangrt:"\u299C",varepsilon:"\u03F5",varkappa:"\u03F0",varnothing:"\u2205",varphi:"\u03D5",varpi:"\u03D6",varpropto:"\u221D",varr:"\u2195",vArr:"\u21D5",varrho:"\u03F1",varsigma:"\u03C2",varsubsetneq:"\u228A\uFE00",varsubsetneqq:"\u2ACB\uFE00",varsupsetneq:"\u228B\uFE00",varsupsetneqq:"\u2ACC\uFE00",vartheta:"\u03D1",vartriangleleft:"\u22B2",vartriangleright:"\u22B3",vBar:"\u2AE8",Vbar:"\u2AEB",vBarv:"\u2AE9",Vcy:"\u0412",vcy:"\u0432",vdash:"\u22A2",vDash:"\u22A8",Vdash:"\u22A9",VDash:"\u22AB",Vdashl:"\u2AE6",veebar:"\u22BB",vee:"\u2228",Vee:"\u22C1",veeeq:"\u225A",vellip:"\u22EE",verbar:"|",Verbar:"\u2016",vert:"|",Vert:"\u2016",VerticalBar:"\u2223",VerticalLine:"|",VerticalSeparator:"\u2758",VerticalTilde:"\u2240",VeryThinSpace:"\u200A",Vfr:"\u{1D519}",vfr:"\u{1D533}",vltri:"\u22B2",vnsub:"\u2282\u20D2",vnsup:"\u2283\u20D2",Vopf:"\u{1D54D}",vopf:"\u{1D567}",vprop:"\u221D",vrtri:"\u22B3",Vscr:"\u{1D4B1}",vscr:"\u{1D4CB}",vsubnE:"\u2ACB\uFE00",vsubne:"\u228A\uFE00",vsupnE:"\u2ACC\uFE00",vsupne:"\u228B\uFE00",Vvdash:"\u22AA",vzigzag:"\u299A",Wcirc:"\u0174",wcirc:"\u0175",wedbar:"\u2A5F",wedge:"\u2227",Wedge:"\u22C0",wedgeq:"\u2259",weierp:"\u2118",Wfr:"\u{1D51A}",wfr:"\u{1D534}",Wopf:"\u{1D54E}",wopf:"\u{1D568}",wp:"\u2118",wr:"\u2240",wreath:"\u2240",Wscr:"\u{1D4B2}",wscr:"\u{1D4CC}",xcap:"\u22C2",xcirc:"\u25EF",xcup:"\u22C3",xdtri:"\u25BD",Xfr:"\u{1D51B}",xfr:"\u{1D535}",xharr:"\u27F7",xhArr:"\u27FA",Xi:"\u039E",xi:"\u03BE",xlarr:"\u27F5",xlArr:"\u27F8",xmap:"\u27FC",xnis:"\u22FB",xodot:"\u2A00",Xopf:"\u{1D54F}",xopf:"\u{1D569}",xoplus:"\u2A01",xotime:"\u2A02",xrarr:"\u27F6",xrArr:"\u27F9",Xscr:"\u{1D4B3}",xscr:"\u{1D4CD}",xsqcup:"\u2A06",xuplus:"\u2A04",xutri:"\u25B3",xvee:"\u22C1",xwedge:"\u22C0",Yacute:"\xDD",yacute:"\xFD",YAcy:"\u042F",yacy:"\u044F",Ycirc:"\u0176",ycirc:"\u0177",Ycy:"\u042B",ycy:"\u044B",yen:"\xA5",Yfr:"\u{1D51C}",yfr:"\u{1D536}",YIcy:"\u0407",yicy:"\u0457",Yopf:"\u{1D550}",yopf:"\u{1D56A}",Yscr:"\u{1D4B4}",yscr:"\u{1D4CE}",YUcy:"\u042E",yucy:"\u044E",yuml:"\xFF",Yuml:"\u0178",Zacute:"\u0179",zacute:"\u017A",Zcaron:"\u017D",zcaron:"\u017E",Zcy:"\u0417",zcy:"\u0437",Zdot:"\u017B",zdot:"\u017C",zeetrf:"\u2128",ZeroWidthSpace:"\u200B",Zeta:"\u0396",zeta:"\u03B6",zfr:"\u{1D537}",Zfr:"\u2128",ZHcy:"\u0416",zhcy:"\u0436",zigrarr:"\u21DD",zopf:"\u{1D56B}",Zopf:"\u2124",Zscr:"\u{1D4B5}",zscr:"\u{1D4CF}",zwj:"\u200D",zwnj:"\u200C"}}}),c8=Ge({"../../node_modules/entities/lib/maps/legacy.json"(e,t){t.exports={Aacute:"\xC1",aacute:"\xE1",Acirc:"\xC2",acirc:"\xE2",acute:"\xB4",AElig:"\xC6",aelig:"\xE6",Agrave:"\xC0",agrave:"\xE0",amp:"&",AMP:"&",Aring:"\xC5",aring:"\xE5",Atilde:"\xC3",atilde:"\xE3",Auml:"\xC4",auml:"\xE4",brvbar:"\xA6",Ccedil:"\xC7",ccedil:"\xE7",cedil:"\xB8",cent:"\xA2",copy:"\xA9",COPY:"\xA9",curren:"\xA4",deg:"\xB0",divide:"\xF7",Eacute:"\xC9",eacute:"\xE9",Ecirc:"\xCA",ecirc:"\xEA",Egrave:"\xC8",egrave:"\xE8",ETH:"\xD0",eth:"\xF0",Euml:"\xCB",euml:"\xEB",frac12:"\xBD",frac14:"\xBC",frac34:"\xBE",gt:">",GT:">",Iacute:"\xCD",iacute:"\xED",Icirc:"\xCE",icirc:"\xEE",iexcl:"\xA1",Igrave:"\xCC",igrave:"\xEC",iquest:"\xBF",Iuml:"\xCF",iuml:"\xEF",laquo:"\xAB",lt:"<",LT:"<",macr:"\xAF",micro:"\xB5",middot:"\xB7",nbsp:"\xA0",not:"\xAC",Ntilde:"\xD1",ntilde:"\xF1",Oacute:"\xD3",oacute:"\xF3",Ocirc:"\xD4",ocirc:"\xF4",Ograve:"\xD2",ograve:"\xF2",ordf:"\xAA",ordm:"\xBA",Oslash:"\xD8",oslash:"\xF8",Otilde:"\xD5",otilde:"\xF5",Ouml:"\xD6",ouml:"\xF6",para:"\xB6",plusmn:"\xB1",pound:"\xA3",quot:'"',QUOT:'"',raquo:"\xBB",reg:"\xAE",REG:"\xAE",sect:"\xA7",shy:"\xAD",sup1:"\xB9",sup2:"\xB2",sup3:"\xB3",szlig:"\xDF",THORN:"\xDE",thorn:"\xFE",times:"\xD7",Uacute:"\xDA",uacute:"\xFA",Ucirc:"\xDB",ucirc:"\xFB",Ugrave:"\xD9",ugrave:"\xF9",uml:"\xA8",Uuml:"\xDC",uuml:"\xFC",Yacute:"\xDD",yacute:"\xFD",yen:"\xA5",yuml:"\xFF"}}}),ym=Ge({"../../node_modules/entities/lib/maps/xml.json"(e,t){t.exports={amp:"&",apos:"'",gt:">",lt:"<",quot:'"'}}}),d8=Ge({"../../node_modules/entities/lib/maps/decode.json"(e,t){t.exports={0:65533,128:8364,130:8218,131:402,132:8222,133:8230,134:8224,135:8225,136:710,137:8240,138:352,139:8249,140:338,142:381,145:8216,146:8217,147:8220,148:8221,149:8226,150:8211,151:8212,152:732,153:8482,154:353,155:8250,156:339,158:382,159:376}}}),p8=Ge({"../../node_modules/entities/lib/decode_codepoint.js"(e){var t=e&&e.__importDefault||function(o){return o&&o.__esModule?o:{default:o}};Object.defineProperty(e,"__esModule",{value:!0});var r=t(d8()),n=String.fromCodePoint||function(o){var i="";return o>65535&&(o-=65536,i+=String.fromCharCode(o>>>10&1023|55296),o=56320|o&1023),i+=String.fromCharCode(o),i};function a(o){return o>=55296&&o<=57343||o>1114111?"\uFFFD":(o in r.default&&(o=r.default[o]),n(o))}e.default=a}}),hm=Ge({"../../node_modules/entities/lib/decode.js"(e){var t=e&&e.__importDefault||function(y){return y&&y.__esModule?y:{default:y}};Object.defineProperty(e,"__esModule",{value:!0}),e.decodeHTML=e.decodeHTMLStrict=e.decodeXML=void 0;var r=t(gm()),n=t(c8()),a=t(ym()),o=t(p8()),i=/&(?:[a-zA-Z0-9]+|#[xX][\da-fA-F]+|#\d+);/g;e.decodeXML=u(a.default),e.decodeHTMLStrict=u(r.default);function u(y){var A=p(y);return function(m){return String(m).replace(i,A)}}var s=function(y,A){return y1?A(B):B.charCodeAt(0)).toString(16).toUpperCase()+";"}function h(B,I){return function(M){return M.replace(I,function(w){return B[w]}).replace(y,m)}}var E=new RegExp(a.source+"|"+y.source,"g");function b(B){return B.replace(E,m)}e.escape=b;function x(B){return B.replace(a,m)}e.escapeUTF8=x;function F(B){return function(I){return I.replace(E,function(M){return B[M]||m(M)})}}}}),f8=Ge({"../../node_modules/entities/lib/index.js"(e){Object.defineProperty(e,"__esModule",{value:!0}),e.decodeXMLStrict=e.decodeHTML5Strict=e.decodeHTML4Strict=e.decodeHTML5=e.decodeHTML4=e.decodeHTMLStrict=e.decodeHTML=e.decodeXML=e.encodeHTML5=e.encodeHTML4=e.escapeUTF8=e.escape=e.encodeNonAsciiHTML=e.encodeHTML=e.encodeXML=e.encode=e.decodeStrict=e.decode=void 0;var t=hm(),r=mm();function n(s,p){return(!p||p<=0?t.decodeXML:t.decodeHTML)(s)}e.decode=n;function a(s,p){return(!p||p<=0?t.decodeXML:t.decodeHTMLStrict)(s)}e.decodeStrict=a;function o(s,p){return(!p||p<=0?r.encodeXML:r.encodeHTML)(s)}e.encode=o;var i=mm();Object.defineProperty(e,"encodeXML",{enumerable:!0,get:function(){return i.encodeXML}}),Object.defineProperty(e,"encodeHTML",{enumerable:!0,get:function(){return i.encodeHTML}}),Object.defineProperty(e,"encodeNonAsciiHTML",{enumerable:!0,get:function(){return i.encodeNonAsciiHTML}}),Object.defineProperty(e,"escape",{enumerable:!0,get:function(){return i.escape}}),Object.defineProperty(e,"escapeUTF8",{enumerable:!0,get:function(){return i.escapeUTF8}}),Object.defineProperty(e,"encodeHTML4",{enumerable:!0,get:function(){return i.encodeHTML}}),Object.defineProperty(e,"encodeHTML5",{enumerable:!0,get:function(){return i.encodeHTML}});var u=hm();Object.defineProperty(e,"decodeXML",{enumerable:!0,get:function(){return u.decodeXML}}),Object.defineProperty(e,"decodeHTML",{enumerable:!0,get:function(){return u.decodeHTML}}),Object.defineProperty(e,"decodeHTMLStrict",{enumerable:!0,get:function(){return u.decodeHTMLStrict}}),Object.defineProperty(e,"decodeHTML4",{enumerable:!0,get:function(){return u.decodeHTML}}),Object.defineProperty(e,"decodeHTML5",{enumerable:!0,get:function(){return u.decodeHTML}}),Object.defineProperty(e,"decodeHTML4Strict",{enumerable:!0,get:function(){return u.decodeHTMLStrict}}),Object.defineProperty(e,"decodeHTML5Strict",{enumerable:!0,get:function(){return u.decodeHTMLStrict}}),Object.defineProperty(e,"decodeXMLStrict",{enumerable:!0,get:function(){return u.decodeXML}})}}),h8=Ge({"../../node_modules/ansi-to-html/lib/ansi_to_html.js"(e,t){function r(R,_){if(!(R instanceof _))throw new TypeError("Cannot call a class as a function")}function n(R,_){for(var q=0;q<_.length;q++){var G=_[q];G.enumerable=G.enumerable||!1,G.configurable=!0,"value"in G&&(G.writable=!0),Object.defineProperty(R,G.key,G)}}function a(R,_,q){return _&&n(R.prototype,_),q&&n(R,q),R}function o(R){if(typeof Symbol>"u"||R[Symbol.iterator]==null){if(Array.isArray(R)||(R=i(R))){var _=0,q=function(){};return{s:q,n:function(){return _>=R.length?{done:!0}:{done:!1,value:R[_++]}},e:function(se){throw se},f:q}}throw new TypeError(`Invalid attempt to iterate non-iterable instance. +In order to be iterable, non-array objects must have a [Symbol.iterator]() method.`)}var G,J=!0,K=!1,Z;return{s:function(){G=R[Symbol.iterator]()},n:function(){var se=G.next();return J=se.done,se},e:function(se){K=!0,Z=se},f:function(){try{!J&&G.return!=null&&G.return()}finally{if(K)throw Z}}}}function i(R,_){if(R){if(typeof R=="string")return u(R,_);var q=Object.prototype.toString.call(R).slice(8,-1);if(q==="Object"&&R.constructor&&(q=R.constructor.name),q==="Map"||q==="Set")return Array.from(q);if(q==="Arguments"||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(q))return u(R,_)}}function u(R,_){(_==null||_>R.length)&&(_=R.length);for(var q=0,G=new Array(_);q<_;q++)G[q]=R[q];return G}var s=f8(),p={fg:"#FFF",bg:"#000",newline:!1,escapeXML:!1,stream:!1,colors:y()};function y(){var R={0:"#000",1:"#A00",2:"#0A0",3:"#A50",4:"#00A",5:"#A0A",6:"#0AA",7:"#AAA",8:"#555",9:"#F55",10:"#5F5",11:"#FF5",12:"#55F",13:"#F5F",14:"#5FF",15:"#FFF"};return B(0,5).forEach(function(_){B(0,5).forEach(function(q){B(0,5).forEach(function(G){return A(_,q,G,R)})})}),B(0,23).forEach(function(_){var q=_+232,G=m(_*10+8);R[q]="#"+G+G+G}),R}function A(R,_,q,G){var J=16+R*36+_*6+q,K=R>0?R*40+55:0,Z=_>0?_*40+55:0,se=q>0?q*40+55:0;G[J]=h([K,Z,se])}function m(R){for(var _=R.toString(16);_.length<2;)_="0"+_;return _}function h(R){var _=[],q=o(R),G;try{for(q.s();!(G=q.n()).done;){var J=G.value;_.push(m(J))}}catch(K){q.e(K)}finally{q.f()}return"#"+_.join("")}function E(R,_,q,G){var J;return _==="text"?J=w(q,G):_==="display"?J=x(R,q,G):_==="xterm256"?J=U(R,G.colors[q]):_==="rgb"&&(J=b(R,q)),J}function b(R,_){_=_.substring(2).slice(0,-1);var q=+_.substr(0,2),G=_.substring(5).split(";"),J=G.map(function(K){return("0"+Number(K).toString(16)).substr(-2)}).join("");return k(R,(q===38?"color:#":"background-color:#")+J)}function x(R,_,q){_=parseInt(_,10);var G={"-1":function(){return"
"},0:function(){return R.length&&F(R)},1:function(){return N(R,"b")},3:function(){return N(R,"i")},4:function(){return N(R,"u")},8:function(){return k(R,"display:none")},9:function(){return N(R,"strike")},22:function(){return k(R,"font-weight:normal;text-decoration:none;font-style:normal")},23:function(){return H(R,"i")},24:function(){return H(R,"u")},39:function(){return U(R,q.fg)},49:function(){return V(R,q.bg)},53:function(){return k(R,"text-decoration:overline")}},J;return G[_]?J=G[_]():4<_&&_<7?J=N(R,"blink"):29<_&&_<38?J=U(R,q.colors[_-30]):39<_&&_<48?J=V(R,q.colors[_-40]):89<_&&_<98?J=U(R,q.colors[8+(_-90)]):99<_&&_<108&&(J=V(R,q.colors[8+(_-100)])),J}function F(R){var _=R.slice(0);return R.length=0,_.reverse().map(function(q){return""}).join("")}function B(R,_){for(var q=[],G=R;G<=_;G++)q.push(G);return q}function I(R){return function(_){return(R===null||_.category!==R)&&R!=="all"}}function M(R){R=parseInt(R,10);var _=null;return R===0?_="all":R===1?_="bold":2")}function k(R,_){return N(R,"span",_)}function U(R,_){return N(R,"span","color:"+_)}function V(R,_){return N(R,"span","background-color:"+_)}function H(R,_){var q;if(R.slice(-1)[0]===_&&(q=R.pop()),q)return""}function oe(R,_,q){var G=!1,J=3;function K(){return""}function Z(ie,Ee){return q("xterm256",Ee),""}function se(ie){return _.newline?q("display",-1):q("text",ie),""}function Pe(ie,Ee){G=!0,Ee.trim().length===0&&(Ee="0"),Ee=Ee.trimRight(";").split(";");var Yr=o(Ee),eu;try{for(Yr.s();!(eu=Yr.n()).done;){var zy=eu.value;q("display",zy)}}catch(Gy){Yr.e(Gy)}finally{Yr.f()}return""}function Ie(ie){return q("text",ie),""}function Q(ie){return q("rgb",ie),""}var je=[{pattern:/^\x08+/,sub:K},{pattern:/^\x1b\[[012]?K/,sub:K},{pattern:/^\x1b\[\(B/,sub:K},{pattern:/^\x1b\[[34]8;2;\d+;\d+;\d+m/,sub:Q},{pattern:/^\x1b\[38;5;(\d+)m/,sub:Z},{pattern:/^\n/,sub:se},{pattern:/^\r+\n/,sub:se},{pattern:/^\x1b\[((?:\d{1,3};?)+|)m/,sub:Pe},{pattern:/^\x1b\[\d?J/,sub:K},{pattern:/^\x1b\[\d{0,3};\d{0,3}f/,sub:K},{pattern:/^\x1b\[?[\d;]{0,3}/,sub:K},{pattern:/^(([^\x1b\x08\r\n])+)/,sub:Ie}];function T(ie,Ee){Ee>J&&G||(G=!1,R=R.replace(ie.pattern,ie.sub))}var P=[],L=R,O=L.length;e:for(;O>0;){for(var $=0,z=0,pe=je.length;z(e.MAIN="MAIN",e.NOPREVIEW="NOPREVIEW",e.PREPARING_STORY="PREPARING_STORY",e.PREPARING_DOCS="PREPARING_DOCS",e.ERROR="ERROR",e))(g8||{});var NQ=new m8.default({escapeXML:!0});var{document:LQ}=ue;var{FEATURES:YQ}=ue;l();c();d();var Ay=fe(In(),1);l();c();d();var C8=fe(In(),1),x8=fe(wm(),1);var S8=(e=>(e.JAVASCRIPT="JavaScript",e.FLOW="Flow",e.TYPESCRIPT="TypeScript",e.UNKNOWN="Unknown",e))(S8||{});var Bm="storybook/docs",Bee=`${Bm}/panel`;var F8=`${Bm}/snippet-rendered`,Tm=(e=>(e.AUTO="auto",e.CODE="code",e.DYNAMIC="dynamic",e))(Tm||{});l();c();d();l();c();d();var w8=Object.create,_m=Object.defineProperty,B8=Object.getOwnPropertyDescriptor,Om=Object.getOwnPropertyNames,T8=Object.getPrototypeOf,_8=Object.prototype.hasOwnProperty,Ne=(e,t)=>function(){return t||(0,e[Om(e)[0]])((t={exports:{}}).exports,t),t.exports},O8=(e,t,r,n)=>{if(t&&typeof t=="object"||typeof t=="function")for(let a of Om(t))!_8.call(e,a)&&a!==r&&_m(e,a,{get:()=>t[a],enumerable:!(n=B8(t,a))||n.enumerable});return e},ea=(e,t,r)=>(r=e!=null?w8(T8(e)):{},O8(t||!e||!e.__esModule?_m(r,"default",{value:e,enumerable:!0}):r,e)),R8=["bubbles","cancelBubble","cancelable","composed","currentTarget","defaultPrevented","eventPhase","isTrusted","returnValue","srcElement","target","timeStamp","type"],P8=["detail"];function Rm(e){let t=R8.filter(r=>e[r]!==void 0).reduce((r,n)=>({...r,[n]:e[n]}),{});return e instanceof CustomEvent&&P8.filter(r=>e[r]!==void 0).forEach(r=>{t[r]=e[r]}),t}var Vm=fe(Fn(),1),Mm=Ne({"node_modules/has-symbols/shams.js"(e,t){"use strict";t.exports=function(){if(typeof Symbol!="function"||typeof Object.getOwnPropertySymbols!="function")return!1;if(typeof Symbol.iterator=="symbol")return!0;var n={},a=Symbol("test"),o=Object(a);if(typeof a=="string"||Object.prototype.toString.call(a)!=="[object Symbol]"||Object.prototype.toString.call(o)!=="[object Symbol]")return!1;var i=42;n[a]=i;for(a in n)return!1;if(typeof Object.keys=="function"&&Object.keys(n).length!==0||typeof Object.getOwnPropertyNames=="function"&&Object.getOwnPropertyNames(n).length!==0)return!1;var u=Object.getOwnPropertySymbols(n);if(u.length!==1||u[0]!==a||!Object.prototype.propertyIsEnumerable.call(n,a))return!1;if(typeof Object.getOwnPropertyDescriptor=="function"){var s=Object.getOwnPropertyDescriptor(n,a);if(s.value!==i||s.enumerable!==!0)return!1}return!0}}}),jm=Ne({"node_modules/has-symbols/index.js"(e,t){"use strict";var r=typeof Symbol<"u"&&Symbol,n=Mm();t.exports=function(){return typeof r!="function"||typeof Symbol!="function"||typeof r("foo")!="symbol"||typeof Symbol("bar")!="symbol"?!1:n()}}}),I8=Ne({"node_modules/function-bind/implementation.js"(e,t){"use strict";var r="Function.prototype.bind called on incompatible ",n=Array.prototype.slice,a=Object.prototype.toString,o="[object Function]";t.exports=function(u){var s=this;if(typeof s!="function"||a.call(s)!==o)throw new TypeError(r+s);for(var p=n.call(arguments,1),y,A=function(){if(this instanceof y){var x=s.apply(this,p.concat(n.call(arguments)));return Object(x)===x?x:this}else return s.apply(u,p.concat(n.call(arguments)))},m=Math.max(0,s.length-p.length),h=[],E=0;E"u"?r:A(Uint8Array),E={"%AggregateError%":typeof AggregateError>"u"?r:AggregateError,"%Array%":Array,"%ArrayBuffer%":typeof ArrayBuffer>"u"?r:ArrayBuffer,"%ArrayIteratorPrototype%":y?A([][Symbol.iterator]()):r,"%AsyncFromSyncIteratorPrototype%":r,"%AsyncFunction%":m,"%AsyncGenerator%":m,"%AsyncGeneratorFunction%":m,"%AsyncIteratorPrototype%":m,"%Atomics%":typeof Atomics>"u"?r:Atomics,"%BigInt%":typeof BigInt>"u"?r:BigInt,"%Boolean%":Boolean,"%DataView%":typeof DataView>"u"?r:DataView,"%Date%":Date,"%decodeURI%":decodeURI,"%decodeURIComponent%":decodeURIComponent,"%encodeURI%":encodeURI,"%encodeURIComponent%":encodeURIComponent,"%Error%":Error,"%eval%":eval,"%EvalError%":EvalError,"%Float32Array%":typeof Float32Array>"u"?r:Float32Array,"%Float64Array%":typeof Float64Array>"u"?r:Float64Array,"%FinalizationRegistry%":typeof FinalizationRegistry>"u"?r:FinalizationRegistry,"%Function%":a,"%GeneratorFunction%":m,"%Int8Array%":typeof Int8Array>"u"?r:Int8Array,"%Int16Array%":typeof Int16Array>"u"?r:Int16Array,"%Int32Array%":typeof Int32Array>"u"?r:Int32Array,"%isFinite%":isFinite,"%isNaN%":isNaN,"%IteratorPrototype%":y?A(A([][Symbol.iterator]())):r,"%JSON%":typeof JSON=="object"?JSON:r,"%Map%":typeof Map>"u"?r:Map,"%MapIteratorPrototype%":typeof Map>"u"||!y?r:A(new Map()[Symbol.iterator]()),"%Math%":Math,"%Number%":Number,"%Object%":Object,"%parseFloat%":parseFloat,"%parseInt%":parseInt,"%Promise%":typeof Promise>"u"?r:Promise,"%Proxy%":typeof Proxy>"u"?r:Proxy,"%RangeError%":RangeError,"%ReferenceError%":ReferenceError,"%Reflect%":typeof Reflect>"u"?r:Reflect,"%RegExp%":RegExp,"%Set%":typeof Set>"u"?r:Set,"%SetIteratorPrototype%":typeof Set>"u"||!y?r:A(new Set()[Symbol.iterator]()),"%SharedArrayBuffer%":typeof SharedArrayBuffer>"u"?r:SharedArrayBuffer,"%String%":String,"%StringIteratorPrototype%":y?A(""[Symbol.iterator]()):r,"%Symbol%":y?Symbol:r,"%SyntaxError%":n,"%ThrowTypeError%":p,"%TypedArray%":h,"%TypeError%":o,"%Uint8Array%":typeof Uint8Array>"u"?r:Uint8Array,"%Uint8ClampedArray%":typeof Uint8ClampedArray>"u"?r:Uint8ClampedArray,"%Uint16Array%":typeof Uint16Array>"u"?r:Uint16Array,"%Uint32Array%":typeof Uint32Array>"u"?r:Uint32Array,"%URIError%":URIError,"%WeakMap%":typeof WeakMap>"u"?r:WeakMap,"%WeakRef%":typeof WeakRef>"u"?r:WeakRef,"%WeakSet%":typeof WeakSet>"u"?r:WeakSet},b=function X(Y){var R;if(Y==="%AsyncFunction%")R=i("async function () {}");else if(Y==="%GeneratorFunction%")R=i("function* () {}");else if(Y==="%AsyncGeneratorFunction%")R=i("async function* () {}");else if(Y==="%AsyncGenerator%"){var _=X("%AsyncGeneratorFunction%");_&&(R=_.prototype)}else if(Y==="%AsyncIteratorPrototype%"){var q=X("%AsyncGenerator%");q&&(R=A(q.prototype))}return E[Y]=R,R},x={"%ArrayBufferPrototype%":["ArrayBuffer","prototype"],"%ArrayPrototype%":["Array","prototype"],"%ArrayProto_entries%":["Array","prototype","entries"],"%ArrayProto_forEach%":["Array","prototype","forEach"],"%ArrayProto_keys%":["Array","prototype","keys"],"%ArrayProto_values%":["Array","prototype","values"],"%AsyncFunctionPrototype%":["AsyncFunction","prototype"],"%AsyncGenerator%":["AsyncGeneratorFunction","prototype"],"%AsyncGeneratorPrototype%":["AsyncGeneratorFunction","prototype","prototype"],"%BooleanPrototype%":["Boolean","prototype"],"%DataViewPrototype%":["DataView","prototype"],"%DatePrototype%":["Date","prototype"],"%ErrorPrototype%":["Error","prototype"],"%EvalErrorPrototype%":["EvalError","prototype"],"%Float32ArrayPrototype%":["Float32Array","prototype"],"%Float64ArrayPrototype%":["Float64Array","prototype"],"%FunctionPrototype%":["Function","prototype"],"%Generator%":["GeneratorFunction","prototype"],"%GeneratorPrototype%":["GeneratorFunction","prototype","prototype"],"%Int8ArrayPrototype%":["Int8Array","prototype"],"%Int16ArrayPrototype%":["Int16Array","prototype"],"%Int32ArrayPrototype%":["Int32Array","prototype"],"%JSONParse%":["JSON","parse"],"%JSONStringify%":["JSON","stringify"],"%MapPrototype%":["Map","prototype"],"%NumberPrototype%":["Number","prototype"],"%ObjectPrototype%":["Object","prototype"],"%ObjProto_toString%":["Object","prototype","toString"],"%ObjProto_valueOf%":["Object","prototype","valueOf"],"%PromisePrototype%":["Promise","prototype"],"%PromiseProto_then%":["Promise","prototype","then"],"%Promise_all%":["Promise","all"],"%Promise_reject%":["Promise","reject"],"%Promise_resolve%":["Promise","resolve"],"%RangeErrorPrototype%":["RangeError","prototype"],"%ReferenceErrorPrototype%":["ReferenceError","prototype"],"%RegExpPrototype%":["RegExp","prototype"],"%SetPrototype%":["Set","prototype"],"%SharedArrayBufferPrototype%":["SharedArrayBuffer","prototype"],"%StringPrototype%":["String","prototype"],"%SymbolPrototype%":["Symbol","prototype"],"%SyntaxErrorPrototype%":["SyntaxError","prototype"],"%TypedArrayPrototype%":["TypedArray","prototype"],"%TypeErrorPrototype%":["TypeError","prototype"],"%Uint8ArrayPrototype%":["Uint8Array","prototype"],"%Uint8ClampedArrayPrototype%":["Uint8ClampedArray","prototype"],"%Uint16ArrayPrototype%":["Uint16Array","prototype"],"%Uint32ArrayPrototype%":["Uint32Array","prototype"],"%URIErrorPrototype%":["URIError","prototype"],"%WeakMapPrototype%":["WeakMap","prototype"],"%WeakSetPrototype%":["WeakSet","prototype"]},F=Fi(),B=k8(),I=F.call(Function.call,Array.prototype.concat),M=F.call(Function.apply,Array.prototype.splice),w=F.call(Function.call,String.prototype.replace),N=F.call(Function.call,String.prototype.slice),k=F.call(Function.call,RegExp.prototype.exec),U=/[^%.[\]]+|\[(?:(-?\d+(?:\.\d+)?)|(["'])((?:(?!\2)[^\\]|\\.)*?)\2)\]|(?=(?:\.|\[\])(?:\.|\[\]|%$))/g,V=/\\(\\)?/g,H=function(Y){var R=N(Y,0,1),_=N(Y,-1);if(R==="%"&&_!=="%")throw new n("invalid intrinsic syntax, expected closing `%`");if(_==="%"&&R!=="%")throw new n("invalid intrinsic syntax, expected opening `%`");var q=[];return w(Y,U,function(G,J,K,Z){q[q.length]=K?w(Z,V,"$1"):J||G}),q},oe=function(Y,R){var _=Y,q;if(B(x,_)&&(q=x[_],_="%"+q[0]+"%"),B(E,_)){var G=E[_];if(G===m&&(G=b(_)),typeof G>"u"&&!R)throw new o("intrinsic "+Y+" exists, but is not available. Please file an issue!");return{alias:q,name:_,value:G}}throw new n("intrinsic "+Y+" does not exist!")};t.exports=function(Y,R){if(typeof Y!="string"||Y.length===0)throw new o("intrinsic name must be a non-empty string");if(arguments.length>1&&typeof R!="boolean")throw new o('"allowMissing" argument must be a boolean');if(k(/^%?[^%]*%?$/,Y)===null)throw new n("`%` may not be present anywhere but at the beginning and end of the intrinsic name");var _=H(Y),q=_.length>0?_[0]:"",G=oe("%"+q+"%",R),J=G.name,K=G.value,Z=!1,se=G.alias;se&&(q=se[0],M(_,I([0,1],se)));for(var Pe=1,Ie=!0;Pe<_.length;Pe+=1){var Q=_[Pe],je=N(Q,0,1),T=N(Q,-1);if((je==='"'||je==="'"||je==="`"||T==='"'||T==="'"||T==="`")&&je!==T)throw new n("property names with quotes must have matching quotes");if((Q==="constructor"||!Ie)&&(Z=!0),q+="."+Q,J="%"+q+"%",B(E,J))K=E[J];else if(K!=null){if(!(Q in K)){if(!R)throw new o("base intrinsic for "+Y+" exists, but the property is not available.");return}if(u&&Pe+1>=_.length){var P=u(K,Q);Ie=!!P,Ie&&"get"in P&&!("originalValue"in P.get)?K=P.get:K=K[Q]}else Ie=B(K,Q),K=K[Q];Ie&&!Z&&(E[J]=K)}}return K}}}),N8=Ne({"node_modules/call-bind/index.js"(e,t){"use strict";var r=Fi(),n=qm(),a=n("%Function.prototype.apply%"),o=n("%Function.prototype.call%"),i=n("%Reflect.apply%",!0)||r.call(o,a),u=n("%Object.getOwnPropertyDescriptor%",!0),s=n("%Object.defineProperty%",!0),p=n("%Math.max%");if(s)try{s({},"a",{value:1})}catch{s=null}t.exports=function(m){var h=i(r,o,arguments);if(u&&s){var E=u(h,"length");E.configurable&&s(h,"length",{value:1+p(0,m.length-(arguments.length-1))})}return h};var y=function(){return i(r,a,arguments)};s?s(t.exports,"apply",{value:y}):t.exports.apply=y}}),L8=Ne({"node_modules/call-bind/callBound.js"(e,t){"use strict";var r=qm(),n=N8(),a=n(r("String.prototype.indexOf"));t.exports=function(i,u){var s=r(i,!!u);return typeof s=="function"&&a(i,".prototype.")>-1?n(s):s}}}),M8=Ne({"node_modules/has-tostringtag/shams.js"(e,t){"use strict";var r=Mm();t.exports=function(){return r()&&!!Symbol.toStringTag}}}),j8=Ne({"node_modules/is-regex/index.js"(e,t){"use strict";var r=L8(),n=M8()(),a,o,i,u;n&&(a=r("Object.prototype.hasOwnProperty"),o=r("RegExp.prototype.exec"),i={},s=function(){throw i},u={toString:s,valueOf:s},typeof Symbol.toPrimitive=="symbol"&&(u[Symbol.toPrimitive]=s));var s,p=r("Object.prototype.toString"),y=Object.getOwnPropertyDescriptor,A="[object RegExp]";t.exports=n?function(h){if(!h||typeof h!="object")return!1;var E=y(h,"lastIndex"),b=E&&a(E,"value");if(!b)return!1;try{o(h,u)}catch(x){return x===i}}:function(h){return!h||typeof h!="object"&&typeof h!="function"?!1:p(h)===A}}}),q8=Ne({"node_modules/is-function/index.js"(e,t){t.exports=n;var r=Object.prototype.toString;function n(a){if(!a)return!1;var o=r.call(a);return o==="[object Function]"||typeof a=="function"&&o!=="[object RegExp]"||typeof window<"u"&&(a===window.setTimeout||a===window.alert||a===window.confirm||a===window.prompt)}}}),$8=Ne({"node_modules/is-symbol/index.js"(e,t){"use strict";var r=Object.prototype.toString,n=jm()();n?(a=Symbol.prototype.toString,o=/^Symbol\(.*\)$/,i=function(s){return typeof s.valueOf()!="symbol"?!1:o.test(a.call(s))},t.exports=function(s){if(typeof s=="symbol")return!0;if(r.call(s)!=="[object Symbol]")return!1;try{return i(s)}catch{return!1}}):t.exports=function(s){return!1};var a,o,i}}),H8=ea(j8()),U8=ea(q8()),z8=ea($8());function G8(e){return e!=null&&typeof e=="object"&&Array.isArray(e)===!1}var W8=typeof window=="object"&&window&&window.Object===Object&&window,V8=W8,K8=typeof self=="object"&&self&&self.Object===Object&&self,Y8=V8||K8||Function("return this")(),wi=Y8,X8=wi.Symbol,er=X8,$m=Object.prototype,J8=$m.hasOwnProperty,Q8=$m.toString,zr=er?er.toStringTag:void 0;function Z8(e){var t=J8.call(e,zr),r=e[zr];try{e[zr]=void 0;var n=!0}catch{}var a=Q8.call(e);return n&&(t?e[zr]=r:delete e[zr]),a}var eO=Z8,tO=Object.prototype,rO=tO.toString;function nO(e){return rO.call(e)}var aO=nO,oO="[object Null]",iO="[object Undefined]",Pm=er?er.toStringTag:void 0;function uO(e){return e==null?e===void 0?iO:oO:Pm&&Pm in Object(e)?eO(e):aO(e)}var Hm=uO;function sO(e){return e!=null&&typeof e=="object"}var lO=sO,cO="[object Symbol]";function dO(e){return typeof e=="symbol"||lO(e)&&Hm(e)==cO}var Bi=dO;function pO(e,t){for(var r=-1,n=e==null?0:e.length,a=Array(n);++r-1}var D6=v6;function C6(e,t){var r=this.__data__,n=ra(r,e);return n<0?(++this.size,r.push([e,t])):r[n][1]=t,this}var x6=C6;function rr(e){var t=-1,r=e==null?0:e.length;for(this.clear();++t{let t=null,r=!1,n=!1,a=!1,o="";if(e.indexOf("//")>=0||e.indexOf("/*")>=0)for(let i=0;iuR(e).replace(/\n\s*/g,"").trim()),lR=function(t,r){let n=r.slice(0,r.indexOf("{")),a=r.slice(r.indexOf("{"));if(n.includes("=>")||n.includes("function"))return r;let o=n;return o=o.replace(t,"function"),o+a},cR=/^\d{4}-\d{2}-\d{2}T\d{2}:\d{2}:\d{2}(\.\d{3})?Z$/,dR=e=>e.match(/^[\[\{\"\}].*[\]\}\"]$/);function Km(e){if(!ta(e))return e;let t=e,r=!1;return typeof Event<"u"&&e instanceof Event&&(t=Rm(t),r=!0),t=Object.keys(t).reduce((n,a)=>{try{t[a]&&t[a].toJSON,n[a]=t[a]}catch{r=!0}return n},{}),r?t:e}var pR=function(t){let r,n,a,o;return function(u,s){try{if(u==="")return o=[],r=new Map([[s,"[]"]]),n=new Map,a=[],s;let p=n.get(this)||this;for(;a.length&&p!==a[0];)a.shift(),o.pop();if(typeof s=="boolean")return s;if(s===void 0)return t.allowUndefined?"_undefined_":void 0;if(s===null)return null;if(typeof s=="number")return s===-1/0?"_-Infinity_":s===1/0?"_Infinity_":Number.isNaN(s)?"_NaN_":s;if(typeof s=="bigint")return`_bigint_${s.toString()}`;if(typeof s=="string")return cR.test(s)?t.allowDate?`_date_${s}`:void 0:s;if((0,H8.default)(s))return t.allowRegExp?`_regexp_${s.flags}|${s.source}`:void 0;if((0,U8.default)(s)){if(!t.allowFunction)return;let{name:A}=s,m=s.toString();return m.match(/(\[native code\]|WEBPACK_IMPORTED_MODULE|__webpack_exports__|__webpack_require__)/)?`_function_${A}|${(()=>{}).toString()}`:`_function_${A}|${sR(lR(u,m))}`}if((0,z8.default)(s)){if(!t.allowSymbol)return;let A=Symbol.keyFor(s);return A!==void 0?`_gsymbol_${A}`:`_symbol_${s.toString().slice(7,-1)}`}if(a.length>=t.maxDepth)return Array.isArray(s)?`[Array(${s.length})]`:"[Object]";if(s===this)return`_duplicate_${JSON.stringify(o)}`;if(s instanceof Error&&t.allowError)return{__isConvertedError__:!0,errorProperties:{...s.cause?{cause:s.cause}:{},...s,name:s.name,message:s.message,stack:s.stack,"_constructor-name_":s.constructor.name}};if(s.constructor&&s.constructor.name&&s.constructor.name!=="Object"&&!Array.isArray(s)&&!t.allowClass)return;let y=r.get(s);if(!y){let A=Array.isArray(s)?s:Km(s);if(s.constructor&&s.constructor.name&&s.constructor.name!=="Object"&&!Array.isArray(s)&&t.allowClass)try{Object.assign(A,{"_constructor-name_":s.constructor.name})}catch{}return o.push(u),a.unshift(A),r.set(s,JSON.stringify(o)),s!==A&&n.set(s,A),A}return`_duplicate_${y}`}catch{return}}},fR=function reviver(options){let refs=[],root;return function revive(key,value){if(key===""&&(root=value,refs.forEach(({target:e,container:t,replacement:r})=>{let n=dR(r)?JSON.parse(r):r.split(".");n.length===0?t[e]=root:t[e]=iR(root,n)})),key==="_constructor-name_")return value;if(ta(value)&&value.__isConvertedError__){let{message:e,...t}=value.errorProperties,r=new Error(e);return Object.assign(r,t),r}if(ta(value)&&value["_constructor-name_"]&&options.allowFunction){let e=value["_constructor-name_"];if(e!=="Object"){let t=new Function(`return function ${e.replace(/[^a-zA-Z0-9$_]+/g,"")}(){}`)();Object.setPrototypeOf(value,new t)}return delete value["_constructor-name_"],value}if(typeof value=="string"&&value.startsWith("_function_")&&options.allowFunction){let[,name,source]=value.match(/_function_([^|]*)\|(.*)/)||[],sourceSanitized=source.replace(/[(\(\))|\\| |\]|`]*$/,"");if(!options.lazyEval)return eval(`(${sourceSanitized})`);let result=(...args)=>{let f=eval(`(${sourceSanitized})`);return f(...args)};return Object.defineProperty(result,"toString",{value:()=>sourceSanitized}),Object.defineProperty(result,"name",{value:name}),result}if(typeof value=="string"&&value.startsWith("_regexp_")&&options.allowRegExp){let[,e,t]=value.match(/_regexp_([^|]*)\|(.*)/)||[];return new RegExp(t,e)}return typeof value=="string"&&value.startsWith("_date_")&&options.allowDate?new Date(value.replace("_date_","")):typeof value=="string"&&value.startsWith("_duplicate_")?(refs.push({target:key,container:this,replacement:value.replace(/^_duplicate_/,"")}),null):typeof value=="string"&&value.startsWith("_symbol_")&&options.allowSymbol?Symbol(value.replace("_symbol_","")):typeof value=="string"&&value.startsWith("_gsymbol_")&&options.allowSymbol?Symbol.for(value.replace("_gsymbol_","")):typeof value=="string"&&value==="_-Infinity_"?-1/0:typeof value=="string"&&value==="_Infinity_"?1/0:typeof value=="string"&&value==="_NaN_"?NaN:typeof value=="string"&&value.startsWith("_bigint_")&&typeof BigInt=="function"?BigInt(value.replace("_bigint_","")):value}},Ym={maxDepth:10,space:void 0,allowFunction:!0,allowRegExp:!0,allowDate:!0,allowClass:!0,allowError:!0,allowUndefined:!0,allowSymbol:!0,lazyEval:!0},hR=(e,t={})=>{let r={...Ym,...t};return JSON.stringify(Km(e),pR(r),t.space)},mR=()=>{let e=new Map;return function t(r){ta(r)&&Object.entries(r).forEach(([n,a])=>{a==="_undefined_"?r[n]=void 0:e.get(a)||(e.set(a,!0),t(a))}),Array.isArray(r)&&r.forEach((n,a)=>{n==="_undefined_"?(e.set(n,!0),r[a]=void 0):e.get(n)||(e.set(n,!0),t(n))})}},Mee=(e,t={})=>{let r={...Ym,...t},n=JSON.parse(e,fR(r));return mR()(n),n};var vy=fe(sg(),1);var O4=j.div(Tt,({theme:e})=>({backgroundColor:e.base==="light"?"rgba(0,0,0,.01)":"rgba(255,255,255,.01)",borderRadius:e.appBorderRadius,border:`1px dashed ${e.appBorderColor}`,display:"flex",alignItems:"center",justifyContent:"center",padding:20,margin:"25px 0 40px",color:de(.3,e.color.defaultText),fontSize:e.typography.size.s2})),Dy=e=>g.createElement(O4,{...e,className:"docblock-emptyblock sb-unstyled"}),R4=j(Jr)(({theme:e})=>({fontSize:`${e.typography.size.s2-1}px`,lineHeight:"19px",margin:"25px 0 40px",borderRadius:e.appBorderRadius,boxShadow:e.base==="light"?"rgba(0, 0, 0, 0.10) 0 1px 3px 0":"rgba(0, 0, 0, 0.20) 0 2px 5px 0","pre.prismjs":{padding:20,background:"inherit"}})),P4=j.div(({theme:e})=>({background:e.background.content,borderRadius:e.appBorderRadius,border:`1px solid ${e.appBorderColor}`,boxShadow:e.base==="light"?"rgba(0, 0, 0, 0.10) 0 1px 3px 0":"rgba(0, 0, 0, 0.20) 0 2px 5px 0",margin:"25px 0 40px",padding:"20px 20px 20px 22px"})),ca=j.div(({theme:e})=>({animation:`${e.animation.glow} 1.5s ease-in-out infinite`,background:e.appBorderColor,height:17,marginTop:1,width:"60%",[`&:first-child${Au}`]:{margin:0}})),I4=()=>g.createElement(P4,null,g.createElement(ca,null),g.createElement(ca,{style:{width:"80%"}}),g.createElement(ca,{style:{width:"30%"}}),g.createElement(ca,{style:{width:"80%"}})),Cy=({isLoading:e,error:t,language:r,code:n,dark:a,format:o,...i})=>{if(e)return g.createElement(I4,null);if(t)return g.createElement(Dy,null,t);let u=g.createElement(R4,{bordered:!0,copyable:!0,format:o,language:r,className:"docblock-source sb-unstyled",...i},n);if(typeof a>"u")return u;let s=a?Ia.dark:Ia.light;return g.createElement(bu,{theme:Eu(s)},u)};Cy.defaultProps={format:!1};var ye=e=>`& :where(${e}:not(.sb-anchor, .sb-unstyled, .sb-unstyled ${e}))`,Yi=600,wre=j.h1(Tt,({theme:e})=>({color:e.color.defaultText,fontSize:e.typography.size.m3,fontWeight:e.typography.weight.bold,lineHeight:"32px",[`@media (min-width: ${Yi}px)`]:{fontSize:e.typography.size.l1,lineHeight:"36px",marginBottom:"16px"}})),Bre=j.h2(Tt,({theme:e})=>({fontWeight:e.typography.weight.regular,fontSize:e.typography.size.s3,lineHeight:"20px",borderBottom:"none",marginBottom:15,[`@media (min-width: ${Yi}px)`]:{fontSize:e.typography.size.m1,lineHeight:"28px",marginBottom:24},color:de(.25,e.color.defaultText)})),Tre=j.div(({theme:e})=>{let t={fontFamily:e.typography.fonts.base,fontSize:e.typography.size.s3,margin:0,WebkitFontSmoothing:"antialiased",MozOsxFontSmoothing:"grayscale",WebkitTapHighlightColor:"rgba(0, 0, 0, 0)",WebkitOverflowScrolling:"touch"},r={margin:"20px 0 8px",padding:0,cursor:"text",position:"relative",color:e.color.defaultText,"&:first-of-type":{marginTop:0,paddingTop:0},"&:hover a.anchor":{textDecoration:"none"},"& code":{fontSize:"inherit"}},n={lineHeight:1,margin:"0 2px",padding:"3px 5px",whiteSpace:"nowrap",borderRadius:3,fontSize:e.typography.size.s2-1,border:e.base==="light"?`1px solid ${e.color.mediumlight}`:`1px solid ${e.color.darker}`,color:e.base==="light"?de(.1,e.color.defaultText):de(.3,e.color.defaultText),backgroundColor:e.base==="light"?e.color.lighter:e.color.border};return{maxWidth:1e3,width:"100%",[ye("a")]:{...t,fontSize:"inherit",lineHeight:"24px",color:e.color.secondary,textDecoration:"none","&.absent":{color:"#cc0000"},"&.anchor":{display:"block",paddingLeft:30,marginLeft:-30,cursor:"pointer",position:"absolute",top:0,left:0,bottom:0}},[ye("blockquote")]:{...t,margin:"16px 0",borderLeft:`4px solid ${e.color.medium}`,padding:"0 15px",color:e.color.dark,"& > :first-of-type":{marginTop:0},"& > :last-child":{marginBottom:0}},[ye("div")]:t,[ye("dl")]:{...t,margin:"16px 0",padding:0,"& dt":{fontSize:"14px",fontWeight:"bold",fontStyle:"italic",padding:0,margin:"16px 0 4px"},"& dt:first-of-type":{padding:0},"& dt > :first-of-type":{marginTop:0},"& dt > :last-child":{marginBottom:0},"& dd":{margin:"0 0 16px",padding:"0 15px"},"& dd > :first-of-type":{marginTop:0},"& dd > :last-child":{marginBottom:0}},[ye("h1")]:{...t,...r,fontSize:`${e.typography.size.l1}px`,fontWeight:e.typography.weight.bold},[ye("h2")]:{...t,...r,fontSize:`${e.typography.size.m2}px`,paddingBottom:4,borderBottom:`1px solid ${e.appBorderColor}`},[ye("h3")]:{...t,...r,fontSize:`${e.typography.size.m1}px`,fontWeight:e.typography.weight.bold},[ye("h4")]:{...t,...r,fontSize:`${e.typography.size.s3}px`},[ye("h5")]:{...t,...r,fontSize:`${e.typography.size.s2}px`},[ye("h6")]:{...t,...r,fontSize:`${e.typography.size.s2}px`,color:e.color.dark},[ye("hr")]:{border:"0 none",borderTop:`1px solid ${e.appBorderColor}`,height:4,padding:0},[ye("img")]:{maxWidth:"100%"},[ye("li")]:{...t,fontSize:e.typography.size.s2,color:e.color.defaultText,lineHeight:"24px","& + li":{marginTop:".25em"},"& ul, & ol":{marginTop:".25em",marginBottom:0},"& code":n},[ye("ol")]:{...t,margin:"16px 0",paddingLeft:30,"& :first-of-type":{marginTop:0},"& :last-child":{marginBottom:0}},[ye("p")]:{...t,margin:"16px 0",fontSize:e.typography.size.s2,lineHeight:"24px",color:e.color.defaultText,"& code":n},[ye("pre")]:{...t,fontFamily:e.typography.fonts.mono,WebkitFontSmoothing:"antialiased",MozOsxFontSmoothing:"grayscale",lineHeight:"18px",padding:"11px 1rem",whiteSpace:"pre-wrap",color:"inherit",borderRadius:3,margin:"1rem 0","&:not(.prismjs)":{background:"transparent",border:"none",borderRadius:0,padding:0,margin:0},"& pre, &.prismjs":{padding:15,margin:0,whiteSpace:"pre-wrap",color:"inherit",fontSize:"13px",lineHeight:"19px",code:{color:"inherit",fontSize:"inherit"}},"& code":{whiteSpace:"pre"},"& code, & tt":{border:"none"}},[ye("span")]:{...t,"&.frame":{display:"block",overflow:"hidden","& > span":{border:`1px solid ${e.color.medium}`,display:"block",float:"left",overflow:"hidden",margin:"13px 0 0",padding:7,width:"auto"},"& span img":{display:"block",float:"left"},"& span span":{clear:"both",color:e.color.darkest,display:"block",padding:"5px 0 0"}},"&.align-center":{display:"block",overflow:"hidden",clear:"both","& > span":{display:"block",overflow:"hidden",margin:"13px auto 0",textAlign:"center"},"& span img":{margin:"0 auto",textAlign:"center"}},"&.align-right":{display:"block",overflow:"hidden",clear:"both","& > span":{display:"block",overflow:"hidden",margin:"13px 0 0",textAlign:"right"},"& span img":{margin:0,textAlign:"right"}},"&.float-left":{display:"block",marginRight:13,overflow:"hidden",float:"left","& span":{margin:"13px 0 0"}},"&.float-right":{display:"block",marginLeft:13,overflow:"hidden",float:"right","& > span":{display:"block",overflow:"hidden",margin:"13px auto 0",textAlign:"right"}}},[ye("table")]:{...t,margin:"16px 0",fontSize:e.typography.size.s2,lineHeight:"24px",padding:0,borderCollapse:"collapse","& tr":{borderTop:`1px solid ${e.appBorderColor}`,backgroundColor:e.appContentBg,margin:0,padding:0},"& tr:nth-of-type(2n)":{backgroundColor:e.base==="dark"?e.color.darker:e.color.lighter},"& tr th":{fontWeight:"bold",color:e.color.defaultText,border:`1px solid ${e.appBorderColor}`,margin:0,padding:"6px 13px"},"& tr td":{border:`1px solid ${e.appBorderColor}`,color:e.color.defaultText,margin:0,padding:"6px 13px"},"& tr th :first-of-type, & tr td :first-of-type":{marginTop:0},"& tr th :last-child, & tr td :last-child":{marginBottom:0}},[ye("ul")]:{...t,margin:"16px 0",paddingLeft:30,"& :first-of-type":{marginTop:0},"& :last-child":{marginBottom:0},listStyle:"disc"}}}),_re=j.div(({theme:e})=>({background:e.background.content,display:"flex",justifyContent:"center",padding:"4rem 20px",minHeight:"100vh",boxSizing:"border-box",gap:"3rem",[`@media (min-width: ${Yi}px)`]:{}}));var fa=e=>({borderRadius:e.appBorderRadius,background:e.background.content,boxShadow:e.base==="light"?"rgba(0, 0, 0, 0.10) 0 1px 3px 0":"rgba(0, 0, 0, 0.20) 0 2px 5px 0",border:`1px solid ${e.appBorderColor}`}),k4=({zoom:e,resetZoom:t})=>g.createElement(g.Fragment,null,g.createElement(ht,{key:"zoomin",onClick:r=>{r.preventDefault(),e(.8)},title:"Zoom in"},g.createElement(Te,{icon:"zoom"})),g.createElement(ht,{key:"zoomout",onClick:r=>{r.preventDefault(),e(1.25)},title:"Zoom out"},g.createElement(Te,{icon:"zoomout"})),g.createElement(ht,{key:"zoomreset",onClick:r=>{r.preventDefault(),t()},title:"Reset zoom"},g.createElement(Te,{icon:"zoomreset"}))),N4=j(Da)({position:"absolute",left:0,right:0,top:0,transition:"transform .2s linear"}),L4=({isLoading:e,storyId:t,baseUrl:r,zoom:n,resetZoom:a,...o})=>g.createElement(N4,{...o},g.createElement(nu,{key:"left"},e?[1,2,3].map(i=>g.createElement(xa,{key:i})):g.createElement(k4,{zoom:n,resetZoom:a}))),M4=lr({scale:1}),{window:Ore}=ue;var{PREVIEW_URL:Rre}=ue;var j4=j.div(({isColumn:e,columns:t,layout:r})=>({display:e||!t?"block":"flex",position:"relative",flexWrap:"wrap",overflow:"auto",flexDirection:e?"column":"row","& .innerZoomElementWrapper > *":e?{width:r!=="fullscreen"?"calc(100% - 20px)":"100%",display:"block"}:{maxWidth:r!=="fullscreen"?"calc(100% - 20px)":"100%",display:"inline-block"}}),({layout:e="padded"})=>e==="centered"||e==="padded"?{padding:"30px 20px","& .innerZoomElementWrapper > *":{width:"auto",border:"10px solid transparent!important"}}:{},({layout:e="padded"})=>e==="centered"?{display:"flex",justifyContent:"center",justifyItems:"center",alignContent:"center",alignItems:"center"}:{},({columns:e})=>e&&e>1?{".innerZoomElementWrapper > *":{minWidth:`calc(100% / ${e} - 20px)`}}:{}),ry=j(Cy)(({theme:e})=>({margin:0,borderTopLeftRadius:0,borderTopRightRadius:0,borderBottomLeftRadius:e.appBorderRadius,borderBottomRightRadius:e.appBorderRadius,border:"none",background:e.base==="light"?"rgba(0, 0, 0, 0.85)":$e(.05,e.background.content),color:e.color.lightest,button:{background:e.base==="light"?"rgba(0, 0, 0, 0.85)":$e(.05,e.background.content)}})),q4=j.div(({theme:e,withSource:t,isExpanded:r})=>({position:"relative",overflow:"hidden",margin:"25px 0 40px",...fa(e),borderBottomLeftRadius:t&&r&&0,borderBottomRightRadius:t&&r&&0,borderBottomWidth:r&&0,"h3 + &":{marginTop:"16px"}}),({withToolbar:e})=>e&&{paddingTop:40}),$4=(e,t,r)=>{switch(!0){case!!(e&&e.error):return{source:null,actionItem:{title:"No code available",className:"docblock-code-toggle docblock-code-toggle--disabled",disabled:!0,onClick:()=>r(!1)}};case t:return{source:g.createElement(ry,{...e,dark:!0}),actionItem:{title:"Hide code",className:"docblock-code-toggle docblock-code-toggle--expanded",onClick:()=>r(!1)}};default:return{source:g.createElement(ry,{...e,dark:!0}),actionItem:{title:"Show code",className:"docblock-code-toggle",onClick:()=>r(!0)}}}};function H4(e){if(ru.count(e)===1){let t=e;if(t.props)return t.props.id}return null}var U4=j(L4)({position:"absolute",top:0,left:0,right:0,height:40}),z4=j.div({overflow:"hidden",position:"relative"}),G4=({isLoading:e,isColumn:t,columns:r,children:n,withSource:a,withToolbar:o=!1,isExpanded:i=!1,additionalActions:u,className:s,layout:p="padded",...y})=>{let[A,m]=re(i),{source:h,actionItem:E}=$4(a,A,m),[b,x]=re(1),F=[s].concat(["sbdocs","sbdocs-preview","sb-unstyled"]),B=a?[E]:[],[I,M]=re(u?[...u]:[]),w=[...B,...I],{window:N}=ue,k=ge(async V=>{let{createCopyToClipboardFunction:H}=await Promise.resolve().then(()=>(cr(),yu));H()},[]),U=V=>{let H=N.getSelection();H&&H.type==="Range"||(V.preventDefault(),I.filter(oe=>oe.title==="Copied").length===0&&k(h.props.code).then(()=>{M([...I,{title:"Copied",onClick:()=>{}}]),N.setTimeout(()=>M(I.filter(oe=>oe.title!=="Copied")),1500)}))};return g.createElement(q4,{withSource:a,withToolbar:o,...y,className:F.join(" ")},o&&g.createElement(U4,{isLoading:e,border:!0,zoom:V=>x(b*V),resetZoom:()=>x(1),storyId:H4(n),baseUrl:"./iframe.html"}),g.createElement(M4.Provider,{value:{scale:b}},g.createElement(z4,{className:"docs-story",onCopyCapture:a&&U},g.createElement(j4,{isColumn:t||!Array.isArray(n),columns:r,layout:p},g.createElement(_a.Element,{scale:b},Array.isArray(n)?n.map((V,H)=>g.createElement("div",{key:H},V)):g.createElement("div",null,n))),g.createElement(Ea,{actionItems:w}))),a&&A&&h)},Pre=j(G4)(()=>({".docs-story":{paddingTop:32,paddingBottom:40}}));var W4=j.table(({theme:e})=>({"&&":{borderCollapse:"collapse",borderSpacing:0,border:"none",tr:{border:"none !important",background:"none"},"td, th":{padding:0,border:"none",width:"auto!important"},marginTop:0,marginBottom:0,"th:first-of-type, td:first-of-type":{paddingLeft:0},"th:last-of-type, td:last-of-type":{paddingRight:0},td:{paddingTop:0,paddingBottom:4,"&:not(:first-of-type)":{paddingLeft:10,paddingRight:0}},tbody:{boxShadow:"none",border:"none"},code:Bt({theme:e}),div:{span:{fontWeight:"bold"}},"& code":{margin:0,display:"inline-block",fontSize:e.typography.size.s1}}})),V4=({tags:e})=>{let t=(e.params||[]).filter(o=>o.description),r=t.length!==0,n=e.deprecated!=null,a=e.returns!=null&&e.returns.description!=null;return!r&&!a&&!n?null:g.createElement(g.Fragment,null,g.createElement(W4,null,g.createElement("tbody",null,n&&g.createElement("tr",{key:"deprecated"},g.createElement("td",{colSpan:2},g.createElement("strong",null,"Deprecated"),": ",e.deprecated)),r&&t.map(o=>g.createElement("tr",{key:o.name},g.createElement("td",null,g.createElement("code",null,o.name)),g.createElement("td",null,o.description))),a&&g.createElement("tr",{key:"returns"},g.createElement("td",null,g.createElement("code",null,"Returns")),g.createElement("td",null,e.returns.description)))))},Gi=8,ny=j.div(({isExpanded:e})=>({display:"flex",flexDirection:e?"column":"row",flexWrap:"wrap",alignItems:"flex-start",marginBottom:"-4px",minWidth:100})),K4=j.span(Bt,({theme:e,simple:t=!1})=>({flex:"0 0 auto",fontFamily:e.typography.fonts.mono,fontSize:e.typography.size.s1,wordBreak:"break-word",whiteSpace:"normal",maxWidth:"100%",margin:0,marginRight:"4px",marginBottom:"4px",paddingTop:"2px",paddingBottom:"2px",lineHeight:"13px",...t&&{background:"transparent",border:"0 none",paddingLeft:0}})),Y4=j.button(({theme:e})=>({fontFamily:e.typography.fonts.mono,color:e.color.secondary,marginBottom:"4px",background:"none",border:"none"})),X4=j.div(Bt,({theme:e})=>({fontFamily:e.typography.fonts.mono,color:e.color.secondary,fontSize:e.typography.size.s1,margin:0,whiteSpace:"nowrap",display:"flex",alignItems:"center"})),J4=j.div(({theme:e,width:t})=>({width:t,minWidth:200,maxWidth:800,padding:15,fontFamily:e.typography.fonts.mono,fontSize:e.typography.size.s1,boxSizing:"content-box","& code":{padding:"0 !important"}})),Q4=j(Te)({height:10,width:10,minWidth:10,marginLeft:4}),Z4=()=>g.createElement("span",null,"-"),xy=({text:e,simple:t})=>g.createElement(K4,{simple:t},e),e9=(0,yy.default)(1e3)(e=>{let t=e.split(/\r?\n/);return`${Math.max(...t.map(r=>r.length))}ch`}),t9=e=>{if(!e)return[e];let t=e.split("|").map(r=>r.trim());return(0,by.default)(t)},ay=(e,t=!0)=>{let r=e;return t||(r=e.slice(0,Gi)),r.map(n=>g.createElement(xy,{key:n,text:n===""?'""':n}))},r9=({value:e,initialExpandedArgs:t})=>{let{summary:r,detail:n}=e,[a,o]=re(!1),[i,u]=re(t||!1);if(r==null)return null;let s=typeof r.toString=="function"?r.toString():r;if(n==null){if(/[(){}[\]<>]/.test(s))return g.createElement(xy,{text:s});let p=t9(s),y=p.length;return y>Gi?g.createElement(ny,{isExpanded:i},ay(p,i),g.createElement(Y4,{onClick:()=>u(!i)},i?"Show less...":`Show ${y-Gi} more...`)):g.createElement(ny,null,ay(p))}return g.createElement(Ta,{closeOnOutsideClick:!0,placement:"bottom",visible:a,onVisibleChange:p=>{o(p)},tooltip:g.createElement(J4,{width:e9(n)},g.createElement(Jr,{language:"jsx",format:!1},n))},g.createElement(X4,{className:"sbdocs-expandable"},g.createElement("span",null,s),g.createElement(Q4,{icon:a?"arrowup":"arrowdown"})))},Hi=({value:e,initialExpandedArgs:t})=>e==null?g.createElement(Z4,null):g.createElement(r9,{value:e,initialExpandedArgs:t}),n9=j.label(({theme:e})=>({lineHeight:"18px",alignItems:"center",marginBottom:8,display:"inline-block",position:"relative",whiteSpace:"nowrap",background:e.boolean.background,borderRadius:"3em",padding:1,input:{appearance:"none",width:"100%",height:"100%",position:"absolute",left:0,top:0,margin:0,padding:0,border:"none",background:"transparent",cursor:"pointer",borderRadius:"3em","&:focus":{outline:"none",boxShadow:`${e.color.secondary} 0 0 0 1px inset !important`}},span:{textAlign:"center",fontSize:e.typography.size.s1,fontWeight:e.typography.weight.bold,lineHeight:"1",cursor:"pointer",display:"inline-block",padding:"7px 15px",transition:"all 100ms ease-out",userSelect:"none",borderRadius:"3em",color:de(.5,e.color.defaultText),background:"transparent","&:hover":{boxShadow:`${mr(.3,e.appBorderColor)} 0 0 0 1px inset`},"&:active":{boxShadow:`${mr(.05,e.appBorderColor)} 0 0 0 2px inset`,color:mr(1,e.appBorderColor)},"&:first-of-type":{paddingRight:8},"&:last-of-type":{paddingLeft:8}},"input:checked ~ span:last-of-type, input:not(:checked) ~ span:first-of-type":{background:e.boolean.selectedBackground,boxShadow:e.base==="light"?`${mr(.1,e.appBorderColor)} 0 0 2px`:`${e.appBorderColor} 0 0 0 1px`,color:e.color.defaultText,padding:"7px 15px"}})),a9=e=>e==="true",o9=({name:e,value:t,onChange:r,onBlur:n,onFocus:a})=>{let o=ge(()=>r(!1),[r]);if(t===void 0)return g.createElement(_e.Button,{id:dr(e),onClick:o},"Set boolean");let i=Oe(e),u=typeof t=="string"?a9(t):t;return g.createElement(n9,{htmlFor:i,"aria-label":e},g.createElement("input",{id:i,type:"checkbox",onChange:s=>r(s.target.checked),checked:u,role:"switch",name:e,onBlur:n,onFocus:a}),g.createElement("span",{"aria-hidden":"true"},"False"),g.createElement("span",{"aria-hidden":"true"},"True"))},i9=e=>{let[t,r,n]=e.split("-"),a=new Date;return a.setFullYear(parseInt(t,10),parseInt(r,10)-1,parseInt(n,10)),a},u9=e=>{let[t,r]=e.split(":"),n=new Date;return n.setHours(parseInt(t,10)),n.setMinutes(parseInt(r,10)),n},s9=e=>{let t=new Date(e),r=`000${t.getFullYear()}`.slice(-4),n=`0${t.getMonth()+1}`.slice(-2),a=`0${t.getDate()}`.slice(-2);return`${r}-${n}-${a}`},l9=e=>{let t=new Date(e),r=`0${t.getHours()}`.slice(-2),n=`0${t.getMinutes()}`.slice(-2);return`${r}:${n}`},c9=j.div(({theme:e})=>({flex:1,display:"flex",input:{marginLeft:10,flex:1,height:32,"&::-webkit-calendar-picker-indicator":{opacity:.5,height:12,filter:e.base==="light"?void 0:"invert(1)"}},"input:first-of-type":{marginLeft:0,flexGrow:4},"input:last-of-type":{flexGrow:3}})),d9=({name:e,value:t,onChange:r,onFocus:n,onBlur:a})=>{let[o,i]=re(!0),u=Be(),s=Be();me(()=>{o!==!1&&(u&&u.current&&(u.current.value=s9(t)),s&&s.current&&(s.current.value=l9(t)))},[t]);let p=m=>{let h=i9(m.target.value),E=new Date(t);E.setFullYear(h.getFullYear(),h.getMonth(),h.getDate());let b=E.getTime();b&&r(b),i(!!b)},y=m=>{let h=u9(m.target.value),E=new Date(t);E.setHours(h.getHours()),E.setMinutes(h.getMinutes());let b=E.getTime();b&&r(b),i(!!b)},A=Oe(e);return g.createElement(c9,null,g.createElement(_e.Input,{type:"date",max:"9999-12-31",ref:u,id:`${A}-date`,name:`${A}-date`,onChange:p,onFocus:n,onBlur:a}),g.createElement(_e.Input,{type:"time",id:`${A}-time`,name:`${A}-time`,ref:s,onChange:y,onFocus:n,onBlur:a}),o?null:g.createElement("div",null,"invalid"))},p9=j.label({display:"flex"}),f9=e=>{let t=parseFloat(e);return Number.isNaN(t)?void 0:t};var h9=({name:e,value:t,onChange:r,min:n,max:a,step:o,onBlur:i,onFocus:u})=>{let[s,p]=re(typeof t=="number"?t:""),[y,A]=re(!1),[m,h]=re(null),E=ge(F=>{p(F.target.value);let B=parseFloat(F.target.value);Number.isNaN(B)?h(new Error(`'${F.target.value}' is not a number`)):(r(B),h(null))},[r,h]),b=ge(()=>{p("0"),r(0),A(!0)},[A]),x=Be(null);return me(()=>{y&&x.current&&x.current.select()},[y]),me(()=>{s!==(typeof t=="number"?t:"")&&p(t)},[t]),!y&&t===void 0?g.createElement(_e.Button,{id:dr(e),onClick:b},"Set number"):g.createElement(p9,null,g.createElement(_e.Input,{ref:x,id:Oe(e),type:"number",onChange:E,size:"flex",placeholder:"Edit number...",value:s,valid:m?"error":null,autoFocus:y,name:e,min:n,max:a,step:o,onFocus:u,onBlur:i}))},Sy=(e,t)=>{let r=t&&Object.entries(t).find(([n,a])=>a===e);return r?r[0]:void 0},Wi=(e,t)=>e&&t?Object.entries(t).filter(r=>e.includes(r[1])).map(r=>r[0]):[],Fy=(e,t)=>e&&t&&e.map(r=>t[r]),m9=j.div(({isInline:e})=>e?{display:"flex",flexWrap:"wrap",alignItems:"flex-start",label:{display:"inline-flex",marginRight:15}}:{label:{display:"flex"}}),g9=j.span({}),y9=j.label({lineHeight:"20px",alignItems:"center",marginBottom:8,"&:last-child":{marginBottom:0},input:{margin:0,marginRight:6}}),oy=({name:e,options:t,value:r,onChange:n,isInline:a})=>{if(!t)return ze.warn(`Checkbox with no options: ${e}`),g.createElement(g.Fragment,null,"-");let o=Wi(r,t),[i,u]=re(o),s=y=>{let A=y.target.value,m=[...i];m.includes(A)?m.splice(m.indexOf(A),1):m.push(A),n(Fy(m,t)),u(m)};me(()=>{u(Wi(r,t))},[r]);let p=Oe(e);return g.createElement(m9,{isInline:a},Object.keys(t).map((y,A)=>{let m=`${p}-${A}`;return g.createElement(y9,{key:m,htmlFor:m},g.createElement("input",{type:"checkbox",id:m,name:m,value:y,onChange:s,checked:i?.includes(y)}),g.createElement(g9,null,y))}))},b9=j.div(({isInline:e})=>e?{display:"flex",flexWrap:"wrap",alignItems:"flex-start",label:{display:"inline-flex",marginRight:15}}:{label:{display:"flex"}}),E9=j.span({}),A9=j.label({lineHeight:"20px",alignItems:"center",marginBottom:8,"&:last-child":{marginBottom:0},input:{margin:0,marginRight:6}}),iy=({name:e,options:t,value:r,onChange:n,isInline:a})=>{if(!t)return ze.warn(`Radio with no options: ${e}`),g.createElement(g.Fragment,null,"-");let o=Sy(r,t),i=Oe(e);return g.createElement(b9,{isInline:a},Object.keys(t).map((u,s)=>{let p=`${i}-${s}`;return g.createElement(A9,{key:p,htmlFor:p},g.createElement("input",{type:"radio",id:p,name:p,value:u,onChange:y=>n(t[y.currentTarget.value]),checked:u===o}),g.createElement(E9,null,u))}))},v9={appearance:"none",border:"0 none",boxSizing:"inherit",display:" block",margin:" 0",background:"transparent",padding:0,fontSize:"inherit",position:"relative"},wy=j.select(({theme:e})=>({...v9,boxSizing:"border-box",position:"relative",padding:"6px 10px",width:"100%",color:e.input.color||"inherit",background:e.input.background,borderRadius:e.input.borderRadius,boxShadow:`${e.input.border} 0 0 0 1px inset`,fontSize:e.typography.size.s2-1,lineHeight:"20px","&:focus":{boxShadow:`${e.color.secondary} 0 0 0 1px inset`,outline:"none"},"&[disabled]":{cursor:"not-allowed",opacity:.5},"::placeholder":{color:e.textMutedColor},"&[multiple]":{overflow:"auto",padding:0,option:{display:"block",padding:"6px 10px",marginLeft:1,marginRight:1}}})),By=j.span(({theme:e})=>({display:"inline-block",lineHeight:"normal",overflow:"hidden",position:"relative",verticalAlign:"top",width:"100%",svg:{position:"absolute",zIndex:1,pointerEvents:"none",height:"12px",marginTop:"-6px",right:"12px",top:"50%",fill:e.textMutedColor,path:{fill:e.textMutedColor}}})),uy="Choose option...",D9=({name:e,value:t,options:r,onChange:n})=>{let a=u=>{n(r[u.currentTarget.value])},o=Sy(t,r)||uy,i=Oe(e);return g.createElement(By,null,g.createElement(Te,{icon:"arrowdown"}),g.createElement(wy,{id:i,value:o,onChange:a},g.createElement("option",{key:"no-selection",disabled:!0},uy),Object.keys(r).map(u=>g.createElement("option",{key:u,value:u},u))))},C9=({name:e,value:t,options:r,onChange:n})=>{let a=u=>{let s=Array.from(u.currentTarget.options).filter(p=>p.selected).map(p=>p.value);n(Fy(s,r))},o=Wi(t,r),i=Oe(e);return g.createElement(By,null,g.createElement(wy,{id:i,multiple:!0,value:o,onChange:a},Object.keys(r).map(u=>g.createElement("option",{key:u,value:u},u))))},sy=e=>{let{name:t,options:r}=e;return r?e.isMulti?g.createElement(C9,{...e}):g.createElement(D9,{...e}):(ze.warn(`Select with no options: ${t}`),g.createElement(g.Fragment,null,"-"))},x9=(e,t)=>Array.isArray(e)?e.reduce((r,n)=>(r[t?.[n]||String(n)]=n,r),{}):e,S9={check:oy,"inline-check":oy,radio:iy,"inline-radio":iy,select:sy,"multi-select":sy},ur=e=>{let{type:t="select",labels:r,argType:n}=e,a={...e,options:n?x9(n.options,r):{},isInline:t.includes("inline"),isMulti:t.includes("multi")},o=S9[t];if(o)return g.createElement(o,{...a});throw new Error(`Unknown options type: ${t}`)},Xi="value",F9="key",w9="Error",B9="Object",T9="Array",_9="String",O9="Number",R9="Boolean",P9="Date",I9="Null",k9="Undefined",N9="Function",L9="Symbol",Ty="ADD_DELTA_TYPE",_y="REMOVE_DELTA_TYPE",Oy="UPDATE_DELTA_TYPE";function ft(e){return e!==null&&typeof e=="object"&&!Array.isArray(e)&&typeof e[Symbol.iterator]=="function"?"Iterable":Object.prototype.toString.call(e).slice(8,-1)}function Ry(e,t){let r=ft(e),n=ft(t);return(r==="Function"||n==="Function")&&n!==r}var Ji=class extends et{constructor(e){super(e),this.state={inputRefKey:null,inputRefValue:null},this.refInputValue=this.refInputValue.bind(this),this.refInputKey=this.refInputKey.bind(this),this.onKeydown=this.onKeydown.bind(this),this.onSubmit=this.onSubmit.bind(this)}componentDidMount(){let{inputRefKey:e,inputRefValue:t}=this.state,{onlyValue:r}=this.props;e&&typeof e.focus=="function"&&e.focus(),r&&t&&typeof t.focus=="function"&&t.focus(),document.addEventListener("keydown",this.onKeydown)}componentWillUnmount(){document.removeEventListener("keydown",this.onKeydown)}onKeydown(e){e.altKey||e.ctrlKey||e.metaKey||e.shiftKey||e.repeat||((e.code==="Enter"||e.key==="Enter")&&(e.preventDefault(),this.onSubmit()),(e.code==="Escape"||e.key==="Escape")&&(e.preventDefault(),this.props.handleCancel()))}onSubmit(){let{handleAdd:e,onlyValue:t,onSubmitValueParser:r,keyPath:n,deep:a}=this.props,{inputRefKey:o,inputRefValue:i}=this.state,u={};if(!t){if(!o.value)return;u.key=o.value}u.newValue=r(!1,n,a,u.key,i.value),e(u)}refInputKey(e){this.state.inputRefKey=e}refInputValue(e){this.state.inputRefValue=e}render(){let{handleCancel:e,onlyValue:t,addButtonElement:r,cancelButtonElement:n,inputElementGenerator:a,keyPath:o,deep:i}=this.props,u=he(r,{onClick:this.onSubmit}),s=he(n,{onClick:e}),p=a(Xi,o,i),y=he(p,{placeholder:"Value",ref:this.refInputValue}),A=null;if(!t){let m=a(F9,o,i);A=he(m,{placeholder:"Key",ref:this.refInputKey})}return g.createElement("span",{className:"rejt-add-value-node"},A,y,s,u)}};Ji.defaultProps={onlyValue:!1,addButtonElement:g.createElement("button",null,"+"),cancelButtonElement:g.createElement("button",null,"c")};var Py=class extends et{constructor(e){super(e);let t=[...e.keyPath,e.name];this.state={data:e.data,name:e.name,keyPath:t,deep:e.deep,nextDeep:e.deep+1,collapsed:e.isCollapsed(t,e.deep,e.data),addFormVisible:!1},this.handleCollapseMode=this.handleCollapseMode.bind(this),this.handleRemoveItem=this.handleRemoveItem.bind(this),this.handleAddMode=this.handleAddMode.bind(this),this.handleAddValueAdd=this.handleAddValueAdd.bind(this),this.handleAddValueCancel=this.handleAddValueCancel.bind(this),this.handleEditValue=this.handleEditValue.bind(this),this.onChildUpdate=this.onChildUpdate.bind(this),this.renderCollapsed=this.renderCollapsed.bind(this),this.renderNotCollapsed=this.renderNotCollapsed.bind(this)}static getDerivedStateFromProps(e,t){return e.data!==t.data?{data:e.data}:null}onChildUpdate(e,t){let{data:r,keyPath:n}=this.state;r[e]=t,this.setState({data:r});let{onUpdate:a}=this.props,o=n.length;a(n[o-1],r)}handleAddMode(){this.setState({addFormVisible:!0})}handleCollapseMode(){this.setState(e=>({collapsed:!e.collapsed}))}handleRemoveItem(e){return()=>{let{beforeRemoveAction:t,logger:r}=this.props,{data:n,keyPath:a,nextDeep:o}=this.state,i=n[e];t(e,a,o,i).then(()=>{let u={keyPath:a,deep:o,key:e,oldValue:i,type:_y};n.splice(e,1),this.setState({data:n});let{onUpdate:s,onDeltaUpdate:p}=this.props;s(a[a.length-1],n),p(u)}).catch(r.error)}}handleAddValueAdd({newValue:e}){let{data:t,keyPath:r,nextDeep:n}=this.state,{beforeAddAction:a,logger:o}=this.props;a(t.length,r,n,e).then(()=>{let i=[...t,e];this.setState({data:i}),this.handleAddValueCancel();let{onUpdate:u,onDeltaUpdate:s}=this.props;u(r[r.length-1],i),s({type:Ty,keyPath:r,deep:n,key:i.length-1,newValue:e})}).catch(o.error)}handleAddValueCancel(){this.setState({addFormVisible:!1})}handleEditValue({key:e,value:t}){return new Promise((r,n)=>{let{beforeUpdateAction:a}=this.props,{data:o,keyPath:i,nextDeep:u}=this.state,s=o[e];a(e,i,u,s,t).then(()=>{o[e]=t,this.setState({data:o});let{onUpdate:p,onDeltaUpdate:y}=this.props;p(i[i.length-1],o),y({type:Oy,keyPath:i,deep:u,key:e,newValue:t,oldValue:s}),r(void 0)}).catch(n)})}renderCollapsed(){let{name:e,data:t,keyPath:r,deep:n}=this.state,{handleRemove:a,readOnly:o,getStyle:i,dataType:u,minusMenuElement:s}=this.props,{minus:p,collapsed:y}=i(e,t,r,n,u),A=o(e,t,r,n,u),m=he(s,{onClick:a,className:"rejt-minus-menu",style:p});return g.createElement("span",{className:"rejt-collapsed"},g.createElement("span",{className:"rejt-collapsed-text",style:y,onClick:this.handleCollapseMode},"[...] ",t.length," ",t.length===1?"item":"items"),!A&&m)}renderNotCollapsed(){let{name:e,data:t,keyPath:r,deep:n,addFormVisible:a,nextDeep:o}=this.state,{isCollapsed:i,handleRemove:u,onDeltaUpdate:s,readOnly:p,getStyle:y,dataType:A,addButtonElement:m,cancelButtonElement:h,editButtonElement:E,inputElementGenerator:b,textareaElementGenerator:x,minusMenuElement:F,plusMenuElement:B,beforeRemoveAction:I,beforeAddAction:M,beforeUpdateAction:w,logger:N,onSubmitValueParser:k}=this.props,{minus:U,plus:V,delimiter:H,ul:oe,addForm:X}=y(e,t,r,n,A),Y=p(e,t,r,n,A),R=he(B,{onClick:this.handleAddMode,className:"rejt-plus-menu",style:V}),_=he(F,{onClick:u,className:"rejt-minus-menu",style:U}),q=!0,G="[",J="]";return g.createElement("span",{className:"rejt-not-collapsed"},g.createElement("span",{className:"rejt-not-collapsed-delimiter",style:H},G),!a&&R,g.createElement("ul",{className:"rejt-not-collapsed-list",style:oe},t.map((K,Z)=>g.createElement(ha,{key:Z,name:Z.toString(),data:K,keyPath:r,deep:o,isCollapsed:i,handleRemove:this.handleRemoveItem(Z),handleUpdateValue:this.handleEditValue,onUpdate:this.onChildUpdate,onDeltaUpdate:s,readOnly:p,getStyle:y,addButtonElement:m,cancelButtonElement:h,editButtonElement:E,inputElementGenerator:b,textareaElementGenerator:x,minusMenuElement:F,plusMenuElement:B,beforeRemoveAction:I,beforeAddAction:M,beforeUpdateAction:w,logger:N,onSubmitValueParser:k}))),!Y&&a&&g.createElement("div",{className:"rejt-add-form",style:X},g.createElement(Ji,{handleAdd:this.handleAddValueAdd,handleCancel:this.handleAddValueCancel,onlyValue:q,addButtonElement:m,cancelButtonElement:h,inputElementGenerator:b,keyPath:r,deep:n,onSubmitValueParser:k})),g.createElement("span",{className:"rejt-not-collapsed-delimiter",style:H},J),!Y&&_)}render(){let{name:e,collapsed:t,data:r,keyPath:n,deep:a}=this.state,{dataType:o,getStyle:i}=this.props,u=t?this.renderCollapsed():this.renderNotCollapsed(),s=i(e,r,n,a,o);return g.createElement("div",{className:"rejt-array-node"},g.createElement("span",{onClick:this.handleCollapseMode},g.createElement("span",{className:"rejt-name",style:s.name},e," :"," ")),u)}};Py.defaultProps={keyPath:[],deep:0,minusMenuElement:g.createElement("span",null," - "),plusMenuElement:g.createElement("span",null," + ")};var Iy=class extends et{constructor(e){super(e);let t=[...e.keyPath,e.name];this.state={value:e.value,name:e.name,keyPath:t,deep:e.deep,editEnabled:!1,inputRef:null},this.handleEditMode=this.handleEditMode.bind(this),this.refInput=this.refInput.bind(this),this.handleCancelEdit=this.handleCancelEdit.bind(this),this.handleEdit=this.handleEdit.bind(this),this.onKeydown=this.onKeydown.bind(this)}static getDerivedStateFromProps(e,t){return e.value!==t.value?{value:e.value}:null}componentDidUpdate(){let{editEnabled:e,inputRef:t,name:r,value:n,keyPath:a,deep:o}=this.state,{readOnly:i,dataType:u}=this.props,s=i(r,n,a,o,u);e&&!s&&typeof t.focus=="function"&&t.focus()}componentDidMount(){document.addEventListener("keydown",this.onKeydown)}componentWillUnmount(){document.removeEventListener("keydown",this.onKeydown)}onKeydown(e){e.altKey||e.ctrlKey||e.metaKey||e.shiftKey||e.repeat||((e.code==="Enter"||e.key==="Enter")&&(e.preventDefault(),this.handleEdit()),(e.code==="Escape"||e.key==="Escape")&&(e.preventDefault(),this.handleCancelEdit()))}handleEdit(){let{handleUpdateValue:e,originalValue:t,logger:r,onSubmitValueParser:n,keyPath:a}=this.props,{inputRef:o,name:i,deep:u}=this.state;if(!o)return;let s=n(!0,a,u,i,o.value);e({value:s,key:i}).then(()=>{Ry(t,s)||this.handleCancelEdit()}).catch(r.error)}handleEditMode(){this.setState({editEnabled:!0})}refInput(e){this.state.inputRef=e}handleCancelEdit(){this.setState({editEnabled:!1})}render(){let{name:e,value:t,editEnabled:r,keyPath:n,deep:a}=this.state,{handleRemove:o,originalValue:i,readOnly:u,dataType:s,getStyle:p,editButtonElement:y,cancelButtonElement:A,textareaElementGenerator:m,minusMenuElement:h,keyPath:E}=this.props,b=p(e,i,n,a,s),x=null,F=null,B=u(e,i,n,a,s);if(r&&!B){let I=m(Xi,E,a,e,i,s),M=he(y,{onClick:this.handleEdit}),w=he(A,{onClick:this.handleCancelEdit}),N=he(I,{ref:this.refInput,defaultValue:i});x=g.createElement("span",{className:"rejt-edit-form",style:b.editForm},N," ",w,M),F=null}else{x=g.createElement("span",{className:"rejt-value",style:b.value,onClick:B?null:this.handleEditMode},t);let I=he(h,{onClick:o,className:"rejt-minus-menu",style:b.minus});F=B?null:I}return g.createElement("li",{className:"rejt-function-value-node",style:b.li},g.createElement("span",{className:"rejt-name",style:b.name},e," :"," "),x,F)}};Iy.defaultProps={keyPath:[],deep:0,handleUpdateValue:()=>{},editButtonElement:g.createElement("button",null,"e"),cancelButtonElement:g.createElement("button",null,"c"),minusMenuElement:g.createElement("span",null," - ")};var ha=class extends et{constructor(e){super(e),this.state={data:e.data,name:e.name,keyPath:e.keyPath,deep:e.deep}}static getDerivedStateFromProps(e,t){return e.data!==t.data?{data:e.data}:null}render(){let{data:e,name:t,keyPath:r,deep:n}=this.state,{isCollapsed:a,handleRemove:o,handleUpdateValue:i,onUpdate:u,onDeltaUpdate:s,readOnly:p,getStyle:y,addButtonElement:A,cancelButtonElement:m,editButtonElement:h,inputElementGenerator:E,textareaElementGenerator:b,minusMenuElement:x,plusMenuElement:F,beforeRemoveAction:B,beforeAddAction:I,beforeUpdateAction:M,logger:w,onSubmitValueParser:N}=this.props,k=()=>!0,U=ft(e);switch(U){case w9:return g.createElement(Vi,{data:e,name:t,isCollapsed:a,keyPath:r,deep:n,handleRemove:o,onUpdate:u,onDeltaUpdate:s,readOnly:k,dataType:U,getStyle:y,addButtonElement:A,cancelButtonElement:m,editButtonElement:h,inputElementGenerator:E,textareaElementGenerator:b,minusMenuElement:x,plusMenuElement:F,beforeRemoveAction:B,beforeAddAction:I,beforeUpdateAction:M,logger:w,onSubmitValueParser:N});case B9:return g.createElement(Vi,{data:e,name:t,isCollapsed:a,keyPath:r,deep:n,handleRemove:o,onUpdate:u,onDeltaUpdate:s,readOnly:p,dataType:U,getStyle:y,addButtonElement:A,cancelButtonElement:m,editButtonElement:h,inputElementGenerator:E,textareaElementGenerator:b,minusMenuElement:x,plusMenuElement:F,beforeRemoveAction:B,beforeAddAction:I,beforeUpdateAction:M,logger:w,onSubmitValueParser:N});case T9:return g.createElement(Py,{data:e,name:t,isCollapsed:a,keyPath:r,deep:n,handleRemove:o,onUpdate:u,onDeltaUpdate:s,readOnly:p,dataType:U,getStyle:y,addButtonElement:A,cancelButtonElement:m,editButtonElement:h,inputElementGenerator:E,textareaElementGenerator:b,minusMenuElement:x,plusMenuElement:F,beforeRemoveAction:B,beforeAddAction:I,beforeUpdateAction:M,logger:w,onSubmitValueParser:N});case _9:return g.createElement(pt,{name:t,value:`"${e}"`,originalValue:e,keyPath:r,deep:n,handleRemove:o,handleUpdateValue:i,readOnly:p,dataType:U,getStyle:y,cancelButtonElement:m,editButtonElement:h,inputElementGenerator:E,minusMenuElement:x,logger:w,onSubmitValueParser:N});case O9:return g.createElement(pt,{name:t,value:e,originalValue:e,keyPath:r,deep:n,handleRemove:o,handleUpdateValue:i,readOnly:p,dataType:U,getStyle:y,cancelButtonElement:m,editButtonElement:h,inputElementGenerator:E,minusMenuElement:x,logger:w,onSubmitValueParser:N});case R9:return g.createElement(pt,{name:t,value:e?"true":"false",originalValue:e,keyPath:r,deep:n,handleRemove:o,handleUpdateValue:i,readOnly:p,dataType:U,getStyle:y,cancelButtonElement:m,editButtonElement:h,inputElementGenerator:E,minusMenuElement:x,logger:w,onSubmitValueParser:N});case P9:return g.createElement(pt,{name:t,value:e.toISOString(),originalValue:e,keyPath:r,deep:n,handleRemove:o,handleUpdateValue:i,readOnly:k,dataType:U,getStyle:y,cancelButtonElement:m,editButtonElement:h,inputElementGenerator:E,minusMenuElement:x,logger:w,onSubmitValueParser:N});case I9:return g.createElement(pt,{name:t,value:"null",originalValue:"null",keyPath:r,deep:n,handleRemove:o,handleUpdateValue:i,readOnly:p,dataType:U,getStyle:y,cancelButtonElement:m,editButtonElement:h,inputElementGenerator:E,minusMenuElement:x,logger:w,onSubmitValueParser:N});case k9:return g.createElement(pt,{name:t,value:"undefined",originalValue:"undefined",keyPath:r,deep:n,handleRemove:o,handleUpdateValue:i,readOnly:p,dataType:U,getStyle:y,cancelButtonElement:m,editButtonElement:h,inputElementGenerator:E,minusMenuElement:x,logger:w,onSubmitValueParser:N});case N9:return g.createElement(Iy,{name:t,value:e.toString(),originalValue:e,keyPath:r,deep:n,handleRemove:o,handleUpdateValue:i,readOnly:p,dataType:U,getStyle:y,cancelButtonElement:m,editButtonElement:h,textareaElementGenerator:b,minusMenuElement:x,logger:w,onSubmitValueParser:N});case L9:return g.createElement(pt,{name:t,value:e.toString(),originalValue:e,keyPath:r,deep:n,handleRemove:o,handleUpdateValue:i,readOnly:k,dataType:U,getStyle:y,cancelButtonElement:m,editButtonElement:h,inputElementGenerator:E,minusMenuElement:x,logger:w,onSubmitValueParser:N});default:return null}}};ha.defaultProps={keyPath:[],deep:0};var Vi=class extends et{constructor(e){super(e);let t=e.deep===-1?[]:[...e.keyPath,e.name];this.state={name:e.name,data:e.data,keyPath:t,deep:e.deep,nextDeep:e.deep+1,collapsed:e.isCollapsed(t,e.deep,e.data),addFormVisible:!1},this.handleCollapseMode=this.handleCollapseMode.bind(this),this.handleRemoveValue=this.handleRemoveValue.bind(this),this.handleAddMode=this.handleAddMode.bind(this),this.handleAddValueAdd=this.handleAddValueAdd.bind(this),this.handleAddValueCancel=this.handleAddValueCancel.bind(this),this.handleEditValue=this.handleEditValue.bind(this),this.onChildUpdate=this.onChildUpdate.bind(this),this.renderCollapsed=this.renderCollapsed.bind(this),this.renderNotCollapsed=this.renderNotCollapsed.bind(this)}static getDerivedStateFromProps(e,t){return e.data!==t.data?{data:e.data}:null}onChildUpdate(e,t){let{data:r,keyPath:n}=this.state;r[e]=t,this.setState({data:r});let{onUpdate:a}=this.props,o=n.length;a(n[o-1],r)}handleAddMode(){this.setState({addFormVisible:!0})}handleAddValueCancel(){this.setState({addFormVisible:!1})}handleAddValueAdd({key:e,newValue:t}){let{data:r,keyPath:n,nextDeep:a}=this.state,{beforeAddAction:o,logger:i}=this.props;o(e,n,a,t).then(()=>{r[e]=t,this.setState({data:r}),this.handleAddValueCancel();let{onUpdate:u,onDeltaUpdate:s}=this.props;u(n[n.length-1],r),s({type:Ty,keyPath:n,deep:a,key:e,newValue:t})}).catch(i.error)}handleRemoveValue(e){return()=>{let{beforeRemoveAction:t,logger:r}=this.props,{data:n,keyPath:a,nextDeep:o}=this.state,i=n[e];t(e,a,o,i).then(()=>{let u={keyPath:a,deep:o,key:e,oldValue:i,type:_y};delete n[e],this.setState({data:n});let{onUpdate:s,onDeltaUpdate:p}=this.props;s(a[a.length-1],n),p(u)}).catch(r.error)}}handleCollapseMode(){this.setState(e=>({collapsed:!e.collapsed}))}handleEditValue({key:e,value:t}){return new Promise((r,n)=>{let{beforeUpdateAction:a}=this.props,{data:o,keyPath:i,nextDeep:u}=this.state,s=o[e];a(e,i,u,s,t).then(()=>{o[e]=t,this.setState({data:o});let{onUpdate:p,onDeltaUpdate:y}=this.props;p(i[i.length-1],o),y({type:Oy,keyPath:i,deep:u,key:e,newValue:t,oldValue:s}),r()}).catch(n)})}renderCollapsed(){let{name:e,keyPath:t,deep:r,data:n}=this.state,{handleRemove:a,readOnly:o,dataType:i,getStyle:u,minusMenuElement:s}=this.props,{minus:p,collapsed:y}=u(e,n,t,r,i),A=Object.getOwnPropertyNames(n),m=o(e,n,t,r,i),h=he(s,{onClick:a,className:"rejt-minus-menu",style:p});return g.createElement("span",{className:"rejt-collapsed"},g.createElement("span",{className:"rejt-collapsed-text",style:y,onClick:this.handleCollapseMode},"{...}"," ",A.length," ",A.length===1?"key":"keys"),!m&&h)}renderNotCollapsed(){let{name:e,data:t,keyPath:r,deep:n,nextDeep:a,addFormVisible:o}=this.state,{isCollapsed:i,handleRemove:u,onDeltaUpdate:s,readOnly:p,getStyle:y,dataType:A,addButtonElement:m,cancelButtonElement:h,editButtonElement:E,inputElementGenerator:b,textareaElementGenerator:x,minusMenuElement:F,plusMenuElement:B,beforeRemoveAction:I,beforeAddAction:M,beforeUpdateAction:w,logger:N,onSubmitValueParser:k}=this.props,{minus:U,plus:V,addForm:H,ul:oe,delimiter:X}=y(e,t,r,n,A),Y=Object.getOwnPropertyNames(t),R=p(e,t,r,n,A),_=he(B,{onClick:this.handleAddMode,className:"rejt-plus-menu",style:V}),q=he(F,{onClick:u,className:"rejt-minus-menu",style:U}),G=Y.map(Z=>g.createElement(ha,{key:Z,name:Z,data:t[Z],keyPath:r,deep:a,isCollapsed:i,handleRemove:this.handleRemoveValue(Z),handleUpdateValue:this.handleEditValue,onUpdate:this.onChildUpdate,onDeltaUpdate:s,readOnly:p,getStyle:y,addButtonElement:m,cancelButtonElement:h,editButtonElement:E,inputElementGenerator:b,textareaElementGenerator:x,minusMenuElement:F,plusMenuElement:B,beforeRemoveAction:I,beforeAddAction:M,beforeUpdateAction:w,logger:N,onSubmitValueParser:k})),J="{",K="}";return g.createElement("span",{className:"rejt-not-collapsed"},g.createElement("span",{className:"rejt-not-collapsed-delimiter",style:X},J),!R&&_,g.createElement("ul",{className:"rejt-not-collapsed-list",style:oe},G),!R&&o&&g.createElement("div",{className:"rejt-add-form",style:H},g.createElement(Ji,{handleAdd:this.handleAddValueAdd,handleCancel:this.handleAddValueCancel,addButtonElement:m,cancelButtonElement:h,inputElementGenerator:b,keyPath:r,deep:n,onSubmitValueParser:k})),g.createElement("span",{className:"rejt-not-collapsed-delimiter",style:X},K),!R&&q)}render(){let{name:e,collapsed:t,data:r,keyPath:n,deep:a}=this.state,{getStyle:o,dataType:i}=this.props,u=t?this.renderCollapsed():this.renderNotCollapsed(),s=o(e,r,n,a,i);return g.createElement("div",{className:"rejt-object-node"},g.createElement("span",{onClick:this.handleCollapseMode},g.createElement("span",{className:"rejt-name",style:s.name},e," :"," ")),u)}};Vi.defaultProps={keyPath:[],deep:0,minusMenuElement:g.createElement("span",null," - "),plusMenuElement:g.createElement("span",null," + ")};var pt=class extends et{constructor(e){super(e);let t=[...e.keyPath,e.name];this.state={value:e.value,name:e.name,keyPath:t,deep:e.deep,editEnabled:!1,inputRef:null},this.handleEditMode=this.handleEditMode.bind(this),this.refInput=this.refInput.bind(this),this.handleCancelEdit=this.handleCancelEdit.bind(this),this.handleEdit=this.handleEdit.bind(this),this.onKeydown=this.onKeydown.bind(this)}static getDerivedStateFromProps(e,t){return e.value!==t.value?{value:e.value}:null}componentDidUpdate(){let{editEnabled:e,inputRef:t,name:r,value:n,keyPath:a,deep:o}=this.state,{readOnly:i,dataType:u}=this.props,s=i(r,n,a,o,u);e&&!s&&typeof t.focus=="function"&&t.focus()}componentDidMount(){document.addEventListener("keydown",this.onKeydown)}componentWillUnmount(){document.removeEventListener("keydown",this.onKeydown)}onKeydown(e){e.altKey||e.ctrlKey||e.metaKey||e.shiftKey||e.repeat||((e.code==="Enter"||e.key==="Enter")&&(e.preventDefault(),this.handleEdit()),(e.code==="Escape"||e.key==="Escape")&&(e.preventDefault(),this.handleCancelEdit()))}handleEdit(){let{handleUpdateValue:e,originalValue:t,logger:r,onSubmitValueParser:n,keyPath:a}=this.props,{inputRef:o,name:i,deep:u}=this.state;if(!o)return;let s=n(!0,a,u,i,o.value);e({value:s,key:i}).then(()=>{Ry(t,s)||this.handleCancelEdit()}).catch(r.error)}handleEditMode(){this.setState({editEnabled:!0})}refInput(e){this.state.inputRef=e}handleCancelEdit(){this.setState({editEnabled:!1})}render(){let{name:e,value:t,editEnabled:r,keyPath:n,deep:a}=this.state,{handleRemove:o,originalValue:i,readOnly:u,dataType:s,getStyle:p,editButtonElement:y,cancelButtonElement:A,inputElementGenerator:m,minusMenuElement:h,keyPath:E}=this.props,b=p(e,i,n,a,s),x=u(e,i,n,a,s),F=r&&!x,B=m(Xi,E,a,e,i,s),I=he(y,{onClick:this.handleEdit}),M=he(A,{onClick:this.handleCancelEdit}),w=he(B,{ref:this.refInput,defaultValue:JSON.stringify(i)}),N=he(h,{onClick:o,className:"rejt-minus-menu",style:b.minus});return g.createElement("li",{className:"rejt-value-node",style:b.li},g.createElement("span",{className:"rejt-name",style:b.name},e," : "),F?g.createElement("span",{className:"rejt-edit-form",style:b.editForm},w," ",M,I):g.createElement("span",{className:"rejt-value",style:b.value,onClick:x?null:this.handleEditMode},String(t)),!x&&!F&&N)}};pt.defaultProps={keyPath:[],deep:0,handleUpdateValue:()=>Promise.resolve(),editButtonElement:g.createElement("button",null,"e"),cancelButtonElement:g.createElement("button",null,"c"),minusMenuElement:g.createElement("span",null," - ")};var M9={minus:{color:"red"},plus:{color:"green"},collapsed:{color:"grey"},delimiter:{},ul:{padding:"0px",margin:"0 0 0 25px",listStyle:"none"},name:{color:"#2287CD"},addForm:{}},j9={minus:{color:"red"},plus:{color:"green"},collapsed:{color:"grey"},delimiter:{},ul:{padding:"0px",margin:"0 0 0 25px",listStyle:"none"},name:{color:"#2287CD"},addForm:{}},q9={minus:{color:"red"},editForm:{},value:{color:"#7bba3d"},li:{minHeight:"22px",lineHeight:"22px",outline:"0px"},name:{color:"#2287CD"}};function $9(e){let t=e;if(t.indexOf("function")===0)return(0,eval)(`(${t})`);try{t=JSON.parse(e)}catch{}return t}var ky=class extends et{constructor(e){super(e),this.state={data:e.data,rootName:e.rootName},this.onUpdate=this.onUpdate.bind(this),this.removeRoot=this.removeRoot.bind(this)}static getDerivedStateFromProps(e,t){return e.data!==t.data||e.rootName!==t.rootName?{data:e.data,rootName:e.rootName}:null}onUpdate(e,t){this.setState({data:t}),this.props.onFullyUpdate(t)}removeRoot(){this.onUpdate(null,null)}render(){let{data:e,rootName:t}=this.state,{isCollapsed:r,onDeltaUpdate:n,readOnly:a,getStyle:o,addButtonElement:i,cancelButtonElement:u,editButtonElement:s,inputElement:p,textareaElement:y,minusMenuElement:A,plusMenuElement:m,beforeRemoveAction:h,beforeAddAction:E,beforeUpdateAction:b,logger:x,onSubmitValueParser:F,fallback:B=null}=this.props,I=ft(e),M=a;ft(a)==="Boolean"&&(M=()=>a);let w=p;p&&ft(p)!=="Function"&&(w=()=>p);let N=y;return y&&ft(y)!=="Function"&&(N=()=>y),I==="Object"||I==="Array"?g.createElement("div",{className:"rejt-tree"},g.createElement(ha,{data:e,name:t,deep:-1,isCollapsed:r,onUpdate:this.onUpdate,onDeltaUpdate:n,readOnly:M,getStyle:o,addButtonElement:i,cancelButtonElement:u,editButtonElement:s,inputElementGenerator:w,textareaElementGenerator:N,minusMenuElement:A,plusMenuElement:m,handleRemove:this.removeRoot,beforeRemoveAction:h,beforeAddAction:E,beforeUpdateAction:b,logger:x,onSubmitValueParser:F})):B}};ky.defaultProps={rootName:"root",isCollapsed:(e,t)=>t!==-1,getStyle:(e,t,r,n,a)=>{switch(a){case"Object":case"Error":return M9;case"Array":return j9;default:return q9}},readOnly:()=>!1,onFullyUpdate:()=>{},onDeltaUpdate:()=>{},beforeRemoveAction:()=>Promise.resolve(),beforeAddAction:()=>Promise.resolve(),beforeUpdateAction:()=>Promise.resolve(),logger:{error:()=>{}},onSubmitValueParser:(e,t,r,n,a)=>$9(a),inputElement:()=>g.createElement("input",null),textareaElement:()=>g.createElement("textarea",null),fallback:null};var{window:H9}=ue,U9=j.div(({theme:e})=>({position:"relative",display:"flex",".rejt-tree":{marginLeft:"1rem",fontSize:"13px"},".rejt-value-node, .rejt-object-node > .rejt-collapsed, .rejt-array-node > .rejt-collapsed, .rejt-object-node > .rejt-not-collapsed, .rejt-array-node > .rejt-not-collapsed":{"& > svg":{opacity:0,transition:"opacity 0.2s"}},".rejt-value-node:hover, .rejt-object-node:hover > .rejt-collapsed, .rejt-array-node:hover > .rejt-collapsed, .rejt-object-node:hover > .rejt-not-collapsed, .rejt-array-node:hover > .rejt-not-collapsed":{"& > svg":{opacity:1}},".rejt-edit-form button":{display:"none"},".rejt-add-form":{marginLeft:10},".rejt-add-value-node":{display:"inline-flex",alignItems:"center"},".rejt-name":{lineHeight:"22px"},".rejt-not-collapsed-delimiter":{lineHeight:"22px"},".rejt-plus-menu":{marginLeft:5},".rejt-object-node > span > *, .rejt-array-node > span > *":{position:"relative",zIndex:2},".rejt-object-node, .rejt-array-node":{position:"relative"},".rejt-object-node > span:first-of-type::after, .rejt-array-node > span:first-of-type::after, .rejt-collapsed::before, .rejt-not-collapsed::before":{content:'""',position:"absolute",top:0,display:"block",width:"100%",marginLeft:"-1rem",padding:"0 4px 0 1rem",height:22},".rejt-collapsed::before, .rejt-not-collapsed::before":{zIndex:1,background:"transparent",borderRadius:4,transition:"background 0.2s",pointerEvents:"none",opacity:.1},".rejt-object-node:hover, .rejt-array-node:hover":{"& > .rejt-collapsed::before, & > .rejt-not-collapsed::before":{background:e.color.secondary}},".rejt-collapsed::after, .rejt-not-collapsed::after":{content:'""',position:"absolute",display:"inline-block",pointerEvents:"none",width:0,height:0},".rejt-collapsed::after":{left:-8,top:8,borderTop:"3px solid transparent",borderBottom:"3px solid transparent",borderLeft:"3px solid rgba(153,153,153,0.6)"},".rejt-not-collapsed::after":{left:-10,top:10,borderTop:"3px solid rgba(153,153,153,0.6)",borderLeft:"3px solid transparent",borderRight:"3px solid transparent"},".rejt-value":{display:"inline-block",border:"1px solid transparent",borderRadius:4,margin:"1px 0",padding:"0 4px",cursor:"text",color:e.color.defaultText},".rejt-value-node:hover > .rejt-value":{background:e.color.lighter,borderColor:e.appBorderColor}})),Ui=j.button(({theme:e,primary:t})=>({border:0,height:20,margin:1,borderRadius:4,background:t?e.color.secondary:"transparent",color:t?e.color.lightest:e.color.dark,fontWeight:t?"bold":"normal",cursor:"pointer",order:t?"initial":9})),ly=j(Te)(({theme:e,icon:t,disabled:r})=>({display:"inline-block",verticalAlign:"middle",width:15,height:15,padding:3,marginLeft:5,cursor:r?"not-allowed":"pointer",color:e.textMutedColor,"&:hover":r?{}:{color:t==="subtract"?e.color.negative:e.color.ancillary},"svg + &":{marginLeft:0}})),cy=j.input(({theme:e,placeholder:t})=>({outline:0,margin:t?1:"1px 0",padding:"3px 4px",color:e.color.defaultText,background:e.background.app,border:`1px solid ${e.appBorderColor}`,borderRadius:4,lineHeight:"14px",width:t==="Key"?80:120,"&:focus":{border:`1px solid ${e.color.secondary}`}})),z9=j(ht)(({theme:e})=>({position:"absolute",zIndex:2,top:2,right:2,height:21,padding:"0 3px",background:e.background.bar,border:`1px solid ${e.appBorderColor}`,borderRadius:3,color:e.textMutedColor,fontSize:"9px",fontWeight:"bold",textDecoration:"none",span:{marginLeft:3,marginTop:1}})),G9=j(_e.Textarea)(({theme:e})=>({flex:1,padding:"7px 6px",fontFamily:e.typography.fonts.mono,fontSize:"12px",lineHeight:"18px","&::placeholder":{fontFamily:e.typography.fonts.base,fontSize:"13px"},"&:placeholder-shown":{padding:"7px 10px"}})),W9={bubbles:!0,cancelable:!0,key:"Enter",code:"Enter",keyCode:13},V9=e=>{e.currentTarget.dispatchEvent(new H9.KeyboardEvent("keydown",W9))},K9=e=>{e.currentTarget.select()},Y9=e=>()=>({name:{color:e.color.secondary},collapsed:{color:e.color.dark},ul:{listStyle:"none",margin:"0 0 0 1rem",padding:0},li:{outline:0}}),dy=({name:e,value:t,onChange:r})=>{let n=vu(),a=tt(()=>t&&(0,Ey.default)(t),[t]),o=a!=null,[i,u]=re(!o),[s,p]=re(null),y=ge(x=>{try{x&&r(JSON.parse(x)),p(void 0)}catch(F){p(F)}},[r]),[A,m]=re(!1),h=ge(()=>{r({}),m(!0)},[m]),E=Be(null);if(me(()=>{A&&E.current&&E.current.select()},[A]),!o)return g.createElement(_e.Button,{id:dr(e),onClick:h},"Set object");let b=g.createElement(G9,{ref:E,id:Oe(e),name:e,defaultValue:t===null?"":JSON.stringify(t,null,2),onBlur:x=>y(x.target.value),placeholder:"Edit JSON string...",autoFocus:A,valid:s?"error":null});return g.createElement(U9,null,["Object","Array"].includes(ft(a))&&g.createElement(z9,{href:"#",onClick:x=>{x.preventDefault(),u(F=>!F)}},g.createElement(Te,{icon:i?"eyeclose":"eye"}),g.createElement("span",null,"RAW")),i?b:g.createElement(ky,{data:a,rootName:e,onFullyUpdate:r,getStyle:Y9(n),cancelButtonElement:g.createElement(Ui,{type:"button"},"Cancel"),editButtonElement:g.createElement(Ui,{type:"submit"},"Save"),addButtonElement:g.createElement(Ui,{type:"submit",primary:!0},"Save"),plusMenuElement:g.createElement(ly,{icon:"add"}),minusMenuElement:g.createElement(ly,{icon:"subtract"}),inputElement:(x,F,B,I)=>I?g.createElement(cy,{onFocus:K9,onBlur:V9}):g.createElement(cy,null),fallback:b}))},X9=j.input(({theme:e,min:t,max:r,value:n})=>({"&":{width:"100%",backgroundColor:"transparent",appearance:"none"},"&::-webkit-slider-runnable-track":{background:e.base==="light"?`linear-gradient(to right, + ${e.color.green} 0%, ${e.color.green} ${(n-t)/(r-t)*100}%, + ${$e(.02,e.input.background)} ${(n-t)/(r-t)*100}%, + ${$e(.02,e.input.background)} 100%)`:`linear-gradient(to right, + ${e.color.green} 0%, ${e.color.green} ${(n-t)/(r-t)*100}%, + ${at(.02,e.input.background)} ${(n-t)/(r-t)*100}%, + ${at(.02,e.input.background)} 100%)`,boxShadow:`${e.appBorderColor} 0 0 0 1px inset`,borderRadius:6,width:"100%",height:6,cursor:"pointer"},"&::-webkit-slider-thumb":{marginTop:"-6px",width:16,height:16,border:`1px solid ${qe(e.appBorderColor,.2)}`,borderRadius:"50px",boxShadow:`0 1px 3px 0px ${qe(e.appBorderColor,.2)}`,cursor:"grab",appearance:"none",background:`${e.input.background}`,transition:"all 150ms ease-out","&:hover":{background:`${$e(.05,e.input.background)}`,transform:"scale3d(1.1, 1.1, 1.1) translateY(-1px)",transition:"all 50ms ease-out"},"&:active":{background:`${e.input.background}`,transform:"scale3d(1, 1, 1) translateY(0px)",cursor:"grabbing"}},"&:focus":{outline:"none","&::-webkit-slider-runnable-track":{borderColor:qe(e.color.secondary,.4)},"&::-webkit-slider-thumb":{borderColor:e.color.secondary,boxShadow:`0 0px 5px 0px ${e.color.secondary}`}},"&::-moz-range-track":{background:e.base==="light"?`linear-gradient(to right, + ${e.color.green} 0%, ${e.color.green} ${(n-t)/(r-t)*100}%, + ${$e(.02,e.input.background)} ${(n-t)/(r-t)*100}%, + ${$e(.02,e.input.background)} 100%)`:`linear-gradient(to right, + ${e.color.green} 0%, ${e.color.green} ${(n-t)/(r-t)*100}%, + ${at(.02,e.input.background)} ${(n-t)/(r-t)*100}%, + ${at(.02,e.input.background)} 100%)`,boxShadow:`${e.appBorderColor} 0 0 0 1px inset`,borderRadius:6,width:"100%",height:6,cursor:"pointer",outline:"none"},"&::-moz-range-thumb":{width:16,height:16,border:`1px solid ${qe(e.appBorderColor,.2)}`,borderRadius:"50px",boxShadow:`0 1px 3px 0px ${qe(e.appBorderColor,.2)}`,cursor:"grab",background:`${e.input.background}`,transition:"all 150ms ease-out","&:hover":{background:`${$e(.05,e.input.background)}`,transform:"scale3d(1.1, 1.1, 1.1) translateY(-1px)",transition:"all 50ms ease-out"},"&:active":{background:`${e.input.background}`,transform:"scale3d(1, 1, 1) translateY(0px)",cursor:"grabbing"}},"&::-ms-track":{background:e.base==="light"?`linear-gradient(to right, + ${e.color.green} 0%, ${e.color.green} ${(n-t)/(r-t)*100}%, + ${$e(.02,e.input.background)} ${(n-t)/(r-t)*100}%, + ${$e(.02,e.input.background)} 100%)`:`linear-gradient(to right, + ${e.color.green} 0%, ${e.color.green} ${(n-t)/(r-t)*100}%, + ${at(.02,e.input.background)} ${(n-t)/(r-t)*100}%, + ${at(.02,e.input.background)} 100%)`,boxShadow:`${e.appBorderColor} 0 0 0 1px inset`,color:"transparent",width:"100%",height:"6px",cursor:"pointer"},"&::-ms-fill-lower":{borderRadius:6},"&::-ms-fill-upper":{borderRadius:6},"&::-ms-thumb":{width:16,height:16,background:`${e.input.background}`,border:`1px solid ${qe(e.appBorderColor,.2)}`,borderRadius:50,cursor:"grab",marginTop:0},"@supports (-ms-ime-align:auto)":{"input[type=range]":{margin:"0"}}})),Ny=j.span({paddingLeft:5,paddingRight:5,fontSize:12,whiteSpace:"nowrap",fontFeatureSettings:"tnum",fontVariantNumeric:"tabular-nums"}),J9=j(Ny)(({numberOFDecimalsPlaces:e,max:t})=>({width:`${e+t.toString().length*2+3}ch`,textAlign:"right",flexShrink:0})),Q9=j.div({display:"flex",alignItems:"center",width:"100%"});function Z9(e){let t=e.toString().match(/(?:\.(\d+))?(?:[eE]([+-]?\d+))?$/);return t?Math.max(0,(t[1]?t[1].length:0)-(t[2]?+t[2]:0)):0}var eP=({name:e,value:t,onChange:r,min:n=0,max:a=100,step:o=1,onBlur:i,onFocus:u})=>{let s=A=>{r(f9(A.target.value))},p=t!==void 0,y=tt(()=>Z9(o),[o]);return g.createElement(Q9,null,g.createElement(Ny,null,n),g.createElement(X9,{id:Oe(e),type:"range",onChange:s,name:e,value:t,min:n,max:a,step:o,onFocus:u,onBlur:i}),g.createElement(J9,{numberOFDecimalsPlaces:y,max:a},p?t.toFixed(y):"--"," / ",a))},tP=j.label({display:"flex"}),rP=j.div(({isMaxed:e})=>({marginLeft:"0.75rem",paddingTop:"0.35rem",color:e?"red":void 0})),nP=({name:e,value:t,onChange:r,onFocus:n,onBlur:a,maxLength:o})=>{let i=A=>{r(A.target.value)},[u,s]=re(!1),p=ge(()=>{r(""),s(!0)},[s]);if(t===void 0)return g.createElement(_e.Button,{id:dr(e),onClick:p},"Set string");let y=typeof t=="string";return g.createElement(tP,null,g.createElement(_e.Textarea,{id:Oe(e),maxLength:o,onChange:i,size:"flex",placeholder:"Edit string...",autoFocus:u,valid:y?null:"error",name:e,value:y?t:"",onFocus:n,onBlur:a}),o&&g.createElement(rP,{isMaxed:t?.length===o},t?.length??0," / ",o))},aP=j(_e.Input)({padding:10});function oP(e){e.forEach(t=>{t.startsWith("blob:")&&URL.revokeObjectURL(t)})}var iP=({onChange:e,name:t,accept:r="image/*",value:n})=>{let a=Be(null);function o(i){if(!i.target.files)return;let u=Array.from(i.target.files).map(s=>URL.createObjectURL(s));e(u),oP(n)}return me(()=>{n==null&&a.current&&(a.current.value=null)},[n,t]),g.createElement(aP,{ref:a,id:Oe(t),type:"file",name:t,multiple:!0,onChange:o,accept:r,size:"flex"})},uP=ou(()=>Promise.resolve().then(()=>(ty(),ey))),sP=e=>g.createElement(au,{fallback:g.createElement("div",null)},g.createElement(uP,{...e})),lP={array:dy,object:dy,boolean:o9,color:sP,date:d9,number:h9,check:ur,"inline-check":ur,radio:ur,"inline-radio":ur,select:ur,"multi-select":ur,range:eP,text:nP,file:iP},py=()=>g.createElement(g.Fragment,null,"-"),cP=({row:e,arg:t,updateArgs:r,isHovered:n})=>{let{key:a,control:o}=e,[i,u]=re(!1),[s,p]=re({value:t});me(()=>{i||p({value:t})},[i,t]);let y=ge(b=>(p({value:b}),r({[a]:b}),b),[r,a]),A=ge(()=>u(!1),[]),m=ge(()=>u(!0),[]);if(!o||o.disable)return n?g.createElement(mt,{href:"https://storybook.js.org/docs/react/essentials/controls",target:"_blank",withArrow:!0},"Setup controls"):g.createElement(py,null);let h={name:a,argType:e,value:s.value,onChange:y,onBlur:A,onFocus:m},E=lP[o.type]||py;return g.createElement(E,{...h,...o,controlType:o.type})},dP=j.span({fontWeight:"bold"}),pP=j.span(({theme:e})=>({color:e.color.negative,fontFamily:e.typography.fonts.mono,cursor:"help"})),fP=j.div(({theme:e})=>({"&&":{p:{margin:"0 0 10px 0"},a:{color:e.color.secondary}},code:{...Bt({theme:e}),fontSize:12,fontFamily:e.typography.fonts.mono},"& code":{margin:0,display:"inline-block"},"& pre > code":{whiteSpace:"pre-wrap"}})),hP=j.div(({theme:e,hasDescription:t})=>({color:e.base==="light"?de(.1,e.color.defaultText):de(.2,e.color.defaultText),marginTop:t?4:0})),mP=j.div(({theme:e,hasDescription:t})=>({color:e.base==="light"?de(.1,e.color.defaultText):de(.2,e.color.defaultText),marginTop:t?12:0,marginBottom:12})),gP=j.td(({theme:e,expandable:t})=>({paddingLeft:t?"40px !important":"20px !important"})),da=e=>{let[t,r]=re(!1),{row:n,updateArgs:a,compact:o,expandable:i,initialExpandedArgs:u}=e,{name:s,description:p}=n,y=n.table||{},A=y.type||n.type,m=y.defaultValue||n.defaultValue,h=n.type?.required,E=p!=null&&p!=="";return g.createElement("tr",{onMouseEnter:()=>r(!0),onMouseLeave:()=>r(!1)},g.createElement(gP,{expandable:i},g.createElement(dP,null,s),h?g.createElement(pP,{title:"Required"},"*"):null),o?null:g.createElement("td",null,E&&g.createElement(fP,null,g.createElement(mp,null,p)),y.jsDocTags!=null?g.createElement(g.Fragment,null,g.createElement(mP,{hasDescription:E},g.createElement(Hi,{value:A,initialExpandedArgs:u})),g.createElement(V4,{tags:y.jsDocTags})):g.createElement(hP,{hasDescription:E},g.createElement(Hi,{value:A,initialExpandedArgs:u}))),o?null:g.createElement("td",null,g.createElement(Hi,{value:m,initialExpandedArgs:u})),a?g.createElement("td",null,g.createElement(cP,{...e,isHovered:t})):null)},yP=j(Te)(({theme:e})=>({marginRight:8,marginLeft:-10,marginTop:-2,height:12,width:12,color:e.base==="light"?de(.25,e.color.defaultText):de(.3,e.color.defaultText),border:"none",display:"inline-block"})),bP=j.span(({theme:e})=>({display:"flex",lineHeight:"20px",alignItems:"center"})),EP=j.td(({theme:e})=>({position:"relative",letterSpacing:"0.35em",textTransform:"uppercase",fontWeight:e.typography.weight.bold,fontSize:e.typography.size.s1-1,color:e.base==="light"?de(.4,e.color.defaultText):de(.6,e.color.defaultText),background:`${e.background.app} !important`,"& ~ td":{background:`${e.background.app} !important`}})),AP=j.td(({theme:e})=>({position:"relative",fontWeight:e.typography.weight.bold,fontSize:e.typography.size.s2-1,background:e.background.app})),vP=j.td(()=>({position:"relative"})),DP=j.tr(({theme:e})=>({"&:hover > td":{backgroundColor:`${at(.005,e.background.app)} !important`,boxShadow:`${e.color.mediumlight} 0 - 1px 0 0 inset`,cursor:"row-resize"}})),fy=j.button(()=>({background:"none",border:"none",padding:"0",font:"inherit",position:"absolute",top:0,bottom:0,left:0,right:0,height:"100%",width:"100%",color:"transparent",cursor:"row-resize !important"})),zi=({level:e="section",label:t,children:r,initialExpanded:n=!0,colSpan:a=3})=>{let[o,i]=re(n),u=e==="subsection"?AP:EP,s=r?.length||0,p=e==="subsection"?`${s} item${s!==1?"s":""}`:"",y=o?"arrowdown":"arrowright",A=`${o?"Hide":"Show"} ${e==="subsection"?s:t} item${s!==1?"s":""}`;return g.createElement(g.Fragment,null,g.createElement(DP,{title:A},g.createElement(u,{colSpan:1},g.createElement(fy,{onClick:m=>i(!o),tabIndex:0},A),g.createElement(bP,null,g.createElement(yP,{icon:y}),t)),g.createElement(vP,{colSpan:a-1},g.createElement(fy,{onClick:m=>i(!o),tabIndex:-1,style:{outline:"none"}},A),o?null:p)),o?r:null)},pa=j.div(({theme:e})=>({display:"flex",gap:16,borderBottom:`1px solid ${e.appBorderColor}`,"&:last-child":{borderBottom:0}})),Fe=j.div(({numColumn:e})=>({display:"flex",flexDirection:"column",flex:e||1,gap:5,padding:"12px 20px"})),be=j.div(({theme:e,width:t,height:r})=>({animation:`${e.animation.glow} 1.5s ease-in-out infinite`,background:e.appBorderColor,width:t||"100%",height:r||16,borderRadius:3})),we=[2,4,2,2],CP=()=>g.createElement(g.Fragment,null,g.createElement(pa,null,g.createElement(Fe,{numColumn:we[0]},g.createElement(be,{width:"60%"})),g.createElement(Fe,{numColumn:we[1]},g.createElement(be,{width:"30%"})),g.createElement(Fe,{numColumn:we[2]},g.createElement(be,{width:"60%"})),g.createElement(Fe,{numColumn:we[3]},g.createElement(be,{width:"60%"}))),g.createElement(pa,null,g.createElement(Fe,{numColumn:we[0]},g.createElement(be,{width:"60%"})),g.createElement(Fe,{numColumn:we[1]},g.createElement(be,{width:"80%"}),g.createElement(be,{width:"30%"})),g.createElement(Fe,{numColumn:we[2]},g.createElement(be,{width:"60%"})),g.createElement(Fe,{numColumn:we[3]},g.createElement(be,{width:"60%"}))),g.createElement(pa,null,g.createElement(Fe,{numColumn:we[0]},g.createElement(be,{width:"60%"})),g.createElement(Fe,{numColumn:we[1]},g.createElement(be,{width:"80%"}),g.createElement(be,{width:"30%"})),g.createElement(Fe,{numColumn:we[2]},g.createElement(be,{width:"60%"})),g.createElement(Fe,{numColumn:we[3]},g.createElement(be,{width:"60%"}))),g.createElement(pa,null,g.createElement(Fe,{numColumn:we[0]},g.createElement(be,{width:"60%"})),g.createElement(Fe,{numColumn:we[1]},g.createElement(be,{width:"80%"}),g.createElement(be,{width:"30%"})),g.createElement(Fe,{numColumn:we[2]},g.createElement(be,{width:"60%"})),g.createElement(Fe,{numColumn:we[3]},g.createElement(be,{width:"60%"})))),xP=j.div(({inAddonPanel:e,theme:t})=>({height:e?"100%":"auto",display:"flex",border:e?"none":`1px solid ${t.appBorderColor}`,borderRadius:e?0:t.appBorderRadius,padding:e?0:40,alignItems:"center",justifyContent:"center",flexDirection:"column",gap:15,background:t.background.content,boxShadow:"rgba(0, 0, 0, 0.10) 0 1px 3px 0"})),SP=j.div({display:"flex",flexDirection:"column",gap:4,maxWidth:415}),FP=j.div(({theme:e})=>({fontWeight:e.typography.weight.bold,fontSize:e.typography.size.s2-1,textAlign:"center",color:e.textColor})),wP=j.div(({theme:e})=>({fontWeight:e.typography.weight.regular,fontSize:e.typography.size.s2-1,textAlign:"center",color:e.textMutedColor})),BP=j.div(({theme:e})=>({display:"flex",fontSize:e.typography.size.s2-1,gap:25})),TP=j.div(({theme:e})=>({width:1,height:16,backgroundColor:e.appBorderColor})),_P=({inAddonPanel:e})=>{let[t,r]=re(!0);return me(()=>{let n=setTimeout(()=>{r(!1)},100);return()=>clearTimeout(n)},[]),t?null:g.createElement(xP,{inAddonPanel:e},g.createElement(SP,null,g.createElement(FP,null,e?"Interactive story playground":"Args table with interactive controls couldn't be auto-generated"),g.createElement(wP,null,"Controls give you an easy to use interface to test your components. Set your story args and you'll see controls appearing here automatically.")),g.createElement(BP,null,e&&g.createElement(g.Fragment,null,g.createElement(mt,{href:"https://youtu.be/0gOfS6K0x0E",target:"_blank",withArrow:!0},g.createElement(Te,{icon:"video"})," Watch 5m video"),g.createElement(TP,null),g.createElement(mt,{href:"https://storybook.js.org/docs/react/essentials/controls",target:"_blank",withArrow:!0},"Read docs")),!e&&g.createElement(mt,{href:"https://storybook.js.org/docs/react/essentials/controls",target:"_blank",withArrow:!0},"Learn how to set that up")))},OP=j.table(({theme:e,compact:t,inAddonPanel:r})=>({"&&":{borderSpacing:0,color:e.color.defaultText,"td, th":{padding:0,border:"none",verticalAlign:"top",textOverflow:"ellipsis"},fontSize:e.typography.size.s2-1,lineHeight:"20px",textAlign:"left",width:"100%",marginTop:r?0:25,marginBottom:r?0:40,"thead th:first-of-type, td:first-of-type":{width:"25%"},"th:first-of-type, td:first-of-type":{paddingLeft:20},"th:nth-of-type(2), td:nth-of-type(2)":{...t?null:{width:"35%"}},"td:nth-of-type(3)":{...t?null:{width:"15%"}},"th:last-of-type, td:last-of-type":{paddingRight:20,...t?null:{width:"25%"}},th:{color:e.base==="light"?de(.25,e.color.defaultText):de(.45,e.color.defaultText),paddingTop:10,paddingBottom:10,paddingLeft:15,paddingRight:15},td:{paddingTop:"10px",paddingBottom:"10px","&:not(:first-of-type)":{paddingLeft:15,paddingRight:15},"&:last-of-type":{paddingRight:20}},marginLeft:r?0:1,marginRight:r?0:1,tbody:{...r?null:{filter:e.base==="light"?"drop-shadow(0px 1px 3px rgba(0, 0, 0, 0.10))":"drop-shadow(0px 1px 3px rgba(0, 0, 0, 0.20))"},"> tr > *":{background:e.background.content,borderTop:`1px solid ${e.appBorderColor}`},...r?null:{"> tr:first-of-type > *":{borderBlockStart:`1px solid ${e.appBorderColor}`},"> tr:last-of-type > *":{borderBlockEnd:`1px solid ${e.appBorderColor}`},"> tr > *:first-of-type":{borderInlineStart:`1px solid ${e.appBorderColor}`},"> tr > *:last-of-type":{borderInlineEnd:`1px solid ${e.appBorderColor}`},"> tr:first-of-type > td:first-of-type":{borderTopLeftRadius:e.appBorderRadius},"> tr:first-of-type > td:last-of-type":{borderTopRightRadius:e.appBorderRadius},"> tr:last-of-type > td:first-of-type":{borderBottomLeftRadius:e.appBorderRadius},"> tr:last-of-type > td:last-of-type":{borderBottomRightRadius:e.appBorderRadius}}}}})),RP=j(ht)(({theme:e})=>({color:e.barTextColor,margin:"-4px -12px -4px 0"})),PP=j.span({display:"flex",justifyContent:"space-between"}),IP={alpha:(e,t)=>e.name.localeCompare(t.name),requiredFirst:(e,t)=>+!!t.type?.required-+!!e.type?.required||e.name.localeCompare(t.name),none:void 0},kP=(e,t)=>{let r={ungrouped:[],ungroupedSubsections:{},sections:{}};if(!e)return r;Object.entries(e).forEach(([o,i])=>{let{category:u,subcategory:s}=i?.table||{};if(u){let p=r.sections[u]||{ungrouped:[],subsections:{}};if(!s)p.ungrouped.push({key:o,...i});else{let y=p.subsections[s]||[];y.push({key:o,...i}),p.subsections[s]=y}r.sections[u]=p}else if(s){let p=r.ungroupedSubsections[s]||[];p.push({key:o,...i}),r.ungroupedSubsections[s]=p}else r.ungrouped.push({key:o,...i})});let n=IP[t],a=o=>n?Object.keys(o).reduce((i,u)=>({...i,[u]:o[u].sort(n)}),{}):o;return{ungrouped:r.ungrouped.sort(n),ungroupedSubsections:a(r.ungroupedSubsections),sections:Object.keys(r.sections).reduce((o,i)=>({...o,[i]:{ungrouped:r.sections[i].ungrouped.sort(n),subsections:a(r.sections[i].subsections)}}),{})}},NP=(e,t,r)=>{try{return To(e,t,r)}catch(n){return xn.warn(n.message),!1}},Ft=e=>{let{updateArgs:t,resetArgs:r,compact:n,inAddonPanel:a,initialExpandedArgs:o,sort:i="none",isLoading:u}=e;if("error"in e){let{error:B}=e;return g.createElement(Dy,null,B,"\xA0",g.createElement(mt,{href:"http://storybook.js.org/docs/",target:"_blank",withArrow:!0},"Read the docs"))}if(u)return g.createElement(CP,null);let{rows:s,args:p,globals:y}="rows"in e&&e,A=kP((0,gy.default)(s,B=>!B?.table?.disable&&NP(B,p||{},y||{})),i),m=A.ungrouped.length===0,h=Object.entries(A.sections).length===0,E=Object.entries(A.ungroupedSubsections).length===0;if(m&&h&&E)return g.createElement(_P,{inAddonPanel:a});let b=1;t&&(b+=1),n||(b+=2);let x=Object.keys(A.sections).length>0,F={updateArgs:t,compact:n,inAddonPanel:a,initialExpandedArgs:o};return g.createElement(Sa,null,g.createElement(OP,{compact:n,inAddonPanel:a,className:"docblock-argstable sb-unstyled"},g.createElement("thead",{className:"docblock-argstable-head"},g.createElement("tr",null,g.createElement("th",null,g.createElement("span",null,"Name")),n?null:g.createElement("th",null,g.createElement("span",null,"Description")),n?null:g.createElement("th",null,g.createElement("span",null,"Default")),t?g.createElement("th",null,g.createElement(PP,null,"Control"," ",!u&&r&&g.createElement(RP,{onClick:()=>r(),title:"Reset controls"},g.createElement(Te,{icon:"undo","aria-hidden":!0})))):null)),g.createElement("tbody",{className:"docblock-argstable-body"},A.ungrouped.map(B=>g.createElement(da,{key:B.key,row:B,arg:p&&p[B.key],...F})),Object.entries(A.ungroupedSubsections).map(([B,I])=>g.createElement(zi,{key:B,label:B,level:"subsection",colSpan:b},I.map(M=>g.createElement(da,{key:M.key,row:M,arg:p&&p[M.key],expandable:x,...F})))),Object.entries(A.sections).map(([B,I])=>g.createElement(zi,{key:B,label:B,level:"section",colSpan:b},I.ungrouped.map(M=>g.createElement(da,{key:M.key,row:M,arg:p&&p[M.key],...F})),Object.entries(I.subsections).map(([M,w])=>g.createElement(zi,{key:M,label:M,level:"subsection",colSpan:b},w.map(N=>g.createElement(da,{key:N.key,row:N,arg:p&&p[N.key],expandable:x,...F})))))))))},Ly=({tabs:e,...t})=>{let r=Object.entries(e);return r.length===1?g.createElement(Ft,{...r[0][1],...t}):g.createElement(wa,null,r.map(n=>{let[a,o]=n,i=`prop_table_div_${a}`;return g.createElement("div",{key:i,id:i,title:a},({active:u})=>u?g.createElement(Ft,{key:`prop_table_${a}`,...o,...t}):null)}))},Ire=j.div(({theme:e})=>({marginRight:30,fontSize:`${e.typography.size.s1}px`,color:e.base==="light"?de(.4,e.color.defaultText):de(.6,e.color.defaultText)})),kre=j.div({overflow:"hidden",whiteSpace:"nowrap",textOverflow:"ellipsis"}),Nre=j.div({display:"flex",flexDirection:"row",alignItems:"baseline","&:not(:last-child)":{marginBottom:"1rem"}}),Lre=j.div(Tt,({theme:e})=>({...fa(e),margin:"25px 0 40px",padding:"30px 20px"}));var Mre=j.div(({theme:e})=>({fontWeight:e.typography.weight.bold,color:e.color.defaultText})),jre=j.div(({theme:e})=>({color:e.base==="light"?de(.2,e.color.defaultText):de(.6,e.color.defaultText)})),qre=j.div({flex:"0 0 30%",lineHeight:"20px",marginTop:5}),$re=j.div(({theme:e})=>({flex:1,textAlign:"center",fontFamily:e.typography.fonts.mono,fontSize:e.typography.size.s1,lineHeight:1,overflow:"hidden",color:e.base==="light"?de(.4,e.color.defaultText):de(.6,e.color.defaultText),"> div":{display:"inline-block",overflow:"hidden",maxWidth:"100%",textOverflow:"ellipsis"},span:{display:"block",marginTop:2}})),Hre=j.div({display:"flex",flexDirection:"row"}),Ure=j.div(({background:e})=>({position:"relative",flex:1,"&::before":{position:"absolute",top:0,left:0,width:"100%",height:"100%",background:e,content:'""'}})),zre=j.div(({theme:e})=>({...fa(e),display:"flex",flexDirection:"row",height:50,marginBottom:5,overflow:"hidden",backgroundColor:"white",backgroundImage:"repeating-linear-gradient(-45deg, #ccc, #ccc 1px, #fff 1px, #fff 16px)",backgroundClip:"padding-box"})),Gre=j.div({display:"flex",flexDirection:"column",flex:1,position:"relative",marginBottom:30}),Wre=j.div({flex:1,display:"flex",flexDirection:"row"}),Vre=j.div({display:"flex",alignItems:"flex-start"}),Kre=j.div({flex:"0 0 30%"}),Yre=j.div({flex:1}),Xre=j.div(({theme:e})=>({display:"flex",flexDirection:"row",alignItems:"center",paddingBottom:20,fontWeight:e.typography.weight.bold,color:e.base==="light"?de(.4,e.color.defaultText):de(.6,e.color.defaultText)})),Jre=j.div(({theme:e})=>({fontSize:e.typography.size.s2,lineHeight:"20px",display:"flex",flexDirection:"column"}));var Qre=j.div(({theme:e})=>({fontFamily:e.typography.fonts.base,fontSize:e.typography.size.s2,color:e.color.defaultText,marginLeft:10,lineHeight:1.2})),Zre=j.div(({theme:e})=>({...fa(e),overflow:"hidden",height:40,width:40,display:"flex",alignItems:"center",justifyContent:"center",flex:"none","> img, > svg":{width:20,height:20}})),ene=j.div({display:"inline-flex",flexDirection:"row",alignItems:"center",flex:"0 1 calc(20% - 10px)",minWidth:120,margin:"0px 10px 30px 0"}),tne=j.div({display:"flex",flexFlow:"row wrap"});ue&&ue.__DOCS_CONTEXT__===void 0&&(ue.__DOCS_CONTEXT__=lr(null),ue.__DOCS_CONTEXT__.displayName="DocsContext");var Qi=ue?ue.__DOCS_CONTEXT__:lr(null);var Zi="^",LP=e=>e.split("-").map(t=>t.charAt(0).toUpperCase()+t.slice(1)).join(""),My=e=>{if(e)return typeof e=="string"?e.includes("-")?LP(e):e:e.__docgenInfo&&e.__docgenInfo.displayName?e.__docgenInfo.displayName:e.name};function MP(e,t){let r=jP([e],t);return r&&r[0]}function jP(e,t){let[r,n]=re({});return me(()=>{Promise.all(e.map(async a=>{let o=await t.loadStory(a);n(i=>i[a]===o?i:{...i,[a]:o})}))}),e.map(a=>{if(r[a])return r[a];try{return t.storyById(a)}catch{return null}})}var qP=(e,t)=>{let r=t.getStoryContext(t.storyById()),[n,a]=re(r.args);me(()=>{let u=s=>{s.storyId===e&&a(s.args)};return t.channel.on(On,u),()=>t.channel.off(On,u)},[e]);let o=ge(u=>t.channel.emit(Rn,{storyId:e,updatedArgs:u}),[e]),i=ge(u=>t.channel.emit(_n,{storyId:e,argNames:u}),[e]);return[n,o,i]},$P=e=>{let t=e.getStoryContext(e.storyById()),[r,n]=re(t.globals);return me(()=>{let a=o=>{n(o.globals)};return e.channel.on(Tn,a),()=>e.channel.off(Tn,a)},[]),[r]},jy=(e,t,r,n)=>{let{extractArgTypes:a}=t.docs||{};if(!a)throw new Error("Args unsupported. See Args documentation for your framework.");let o=a(e);return o=Ir(o,r,n),o},hy=e=>e&&[Zi].includes(e),HP=(e={},t)=>{let{of:r}=e,{story:n}=e;if(hy(r)||hy(n))return t||null;if(!r)throw new Error("No component found.");return r},Ki=(e,t,r,n,a,o)=>({...e,...(0,Ay.default)(t,i=>({rows:jy(i,r,n,a),sort:o}))}),UP=e=>{let t=Xr(Qi),{story:r,component:n,subcomponents:a,showComponent:o,include:i,exclude:u,sort:s}=e;try{let p;switch(r){case Zi:{p=t.storyById().id;break}default:p=t.storyIdByName(r)}let y=MP(p,t),[A,m,h]=qP(p,t),[E]=$P(t);if(!y)return g.createElement(Ft,{isLoading:!0,updateArgs:m,resetArgs:h});let b=Ir(y.argTypes,i,u),x=My(n)||"Story",F={[x]:{rows:b,args:A,globals:E,updateArgs:m,resetArgs:h}},B=b&&Object.values(b).find(I=>!!I?.control);if(B||(m=null,h=null,F={}),n&&(!B||o)&&(F=Ki(F,{[x]:n},y.parameters,i,u)),a){if(Array.isArray(a))throw new Error("Unexpected subcomponents array. Expected an object whose keys are tab labels and whose values are components.");F=Ki(F,a,y.parameters,i,u)}return g.createElement(Ly,{tabs:F,sort:s})}catch(p){return g.createElement(Ft,{error:p.message})}},my=e=>{let{components:t,include:r,exclude:n,sort:a,parameters:o}=e,i=Ki({},t,o,r,n);return g.createElement(Ly,{tabs:i,sort:a})},zP=e=>{Cn(Or`The ArgsTable doc block is deprecated. Instead use the ArgTypes doc block for static tables or the Controls doc block for tables with controls. + + Please refer to the migration guide: https://github.com/storybookjs/storybook/blob/next/MIGRATION.md#argstable-block + `);let t=Xr(Qi),r,n,a;try{({parameters:r,component:n,subcomponents:a}=t.storyById())}catch{let{of:h}=e;if("of"in e&&h===void 0)throw new Error("Unexpected `of={undefined}`, did you mistype a CSF file reference?");({projectAnnotations:{parameters:r}}=t.resolveOf(h,["component"]))}let{include:o,exclude:i,components:u,sort:s}=e,{story:p}=e,y=s||r.controls?.sort,A=HP(e,n);if(p)return g.createElement(UP,{...e,component:A,subcomponents:a,sort:y});if(!u&&!a){let h;try{h={rows:jy(A,r,o,i)}}catch(E){h={error:E.message}}return g.createElement(Ft,{...h,sort:y})}if(u)return g.createElement(my,{...e,components:u,sort:y,parameters:r});let m=My(A);return g.createElement(my,{...e,components:{[m]:A,...a},sort:y,parameters:r})};zP.defaultProps={of:Zi};var rne=lr({sources:{}});var GP=(e=>(e.OPEN="open",e.CLOSED="closed",e.NONE="none",e))(GP||{});var{document:WP}=ue;function VP(e,t){e.channel.emit(Uf,t)}var nne=Oa.a;var qy=["h1","h2","h3","h4","h5","h6"],KP=qy.reduce((e,t)=>({...e,[t]:j(t)({"& svg":{position:"relative",top:"-0.1em",visibility:"hidden"},"&:hover svg":{visibility:"visible"}})}),{}),YP=j.a(()=>({float:"left",lineHeight:"inherit",paddingRight:"10px",marginLeft:"-24px",color:"inherit"})),XP=({as:e,id:t,children:r,...n})=>{let a=Xr(Qi),o=KP[e],i=`#${t}`;return g.createElement(o,{id:t,...n},g.createElement(YP,{"aria-hidden":"true",href:i,tabIndex:-1,target:"_self",onClick:u=>{WP.getElementById(t)&&VP(a,i)}},g.createElement(Te,{icon:"link"})),r)},$y=e=>{let{as:t,id:r,children:n,...a}=e;if(r)return g.createElement(XP,{as:t,id:r,...a},n);let o=t,{as:i,...u}=e;return g.createElement(o,{...Ra(u,t)})},ane=qy.reduce((e,t)=>({...e,[t]:r=>g.createElement($y,{as:t,...r})}),{});var JP=(e=>(e.INFO="info",e.NOTES="notes",e.DOCGEN="docgen",e.AUTO="auto",e))(JP||{});var one=j.div(({theme:e})=>({width:"10rem","@media (max-width: 768px)":{display:"none"}})),ine=j.div(({theme:e})=>({position:"fixed",bottom:0,top:0,width:"10rem",paddingTop:"4rem",paddingBottom:"2rem",overflowY:"auto",fontFamily:e.typography.fonts.base,fontSize:e.typography.size.s2,WebkitFontSmoothing:"antialiased",MozOsxFontSmoothing:"grayscale",WebkitTapHighlightColor:"rgba(0, 0, 0, 0)",WebkitOverflowScrolling:"touch","& *":{boxSizing:"border-box"},"& > .toc-wrapper > .toc-list":{paddingLeft:0,borderLeft:`solid 2px ${e.color.mediumlight}`,".toc-list":{paddingLeft:0,borderLeft:`solid 2px ${e.color.mediumlight}`,".toc-list":{paddingLeft:0,borderLeft:`solid 2px ${e.color.mediumlight}`}}},"& .toc-list-item":{position:"relative",listStyleType:"none",marginLeft:20,paddingTop:3,paddingBottom:3},"& .toc-list-item::before":{content:'""',position:"absolute",height:"100%",top:0,left:0,transform:"translateX(calc(-2px - 20px))",borderLeft:`solid 2px ${e.color.mediumdark}`,opacity:0,transition:"opacity 0.2s"},"& .toc-list-item.is-active-li::before":{opacity:1},"& .toc-list-item > a":{color:e.color.defaultText,textDecoration:"none"},"& .toc-list-item.is-active-li > a":{fontWeight:600,color:e.color.secondary,textDecoration:"none"}})),une=j.p(({theme:e})=>({fontWeight:600,fontSize:"0.875em",color:e.textColor,textTransform:"uppercase",marginBottom:10}));var{document:sne,window:lne}=ue;var QP=({children:e,disableAnchor:t,...r})=>{if(t||typeof e!="string")return g.createElement(Ca,null,e);let n=e.toLowerCase().replace(/[^a-z0-9]/gi,"-");return g.createElement($y,{as:"h2",id:n,...r},e)},cne=j(QP)(({theme:e})=>({fontSize:`${e.typography.size.s2-1}px`,fontWeight:e.typography.weight.bold,lineHeight:"16px",letterSpacing:"0.35em",textTransform:"uppercase",color:e.textMutedColor,border:0,marginBottom:"12px","&:first-of-type":{marginTop:"56px"}}));var Hy="addon-controls",Uy="controls",ZP=()=>{let[e,t]=re(!0),[r,n,a]=su(),[o]=lu(),i=ba(),{expanded:u,sort:s,presetColors:p}=cu(Uy,{}),{path:y,previewInitialized:A}=du();me(()=>{A&&t(!1)},[A]);let m=Object.values(i).some(E=>E?.control),h=Object.entries(i).reduce((E,[b,x])=>(x?.control?.type!=="color"||x?.control?.presetColors?E[b]=x:E[b]={...x,control:{...x.control,presetColors:p}},E),{});return g.createElement(Ft,{key:y,compact:!u&&m,rows:h,args:r,globals:o,updateArgs:n,resetArgs:a,inAddonPanel:!0,sort:s,isLoading:e})};function eI(){let e=ba(),t=Object.values(e).filter(r=>r?.control&&!r?.table?.disable).length;return g.createElement("div",null,g.createElement(Fa,{col:1},g.createElement("span",{style:{display:"inline-block",verticalAlign:"middle"}},"Controls"),t===0?"":g.createElement(va,{status:"neutral"},t)))}ya.register(Hy,e=>{ya.add(Hy,{title:eI,type:uu.PANEL,paramKey:Uy,render:({active:t})=>!t||!e.getCurrentStoryData()?null:g.createElement(Aa,{active:t},g.createElement(ZP,null))})});})(); +}catch(e){ console.error("[Storybook] One of your manager-entries failed: " + import.meta.url, e); } diff --git a/sb-addons/essentials-controls-1/manager-bundle.js.LEGAL.txt b/sb-addons/essentials-controls-1/manager-bundle.js.LEGAL.txt new file mode 100644 index 0000000..cfea3e7 --- /dev/null +++ b/sb-addons/essentials-controls-1/manager-bundle.js.LEGAL.txt @@ -0,0 +1,18 @@ +Bundled license information: + +telejson/dist/index.mjs: + /*! + * isobject + * + * Copyright (c) 2014-2017, Jon Schlinkert. + * Released under the MIT License. + */ + /** + * @license + * Lodash (Custom Build) + * Build: `lodash modularize exports="es" -o ./` + * Copyright OpenJS Foundation and other contributors + * Released under MIT license + * Based on Underscore.js 1.8.3 + * Copyright Jeremy Ashkenas, DocumentCloud and Investigative Reporters & Editors + */ diff --git a/sb-addons/essentials-measure-6/manager-bundle.js b/sb-addons/essentials-measure-6/manager-bundle.js new file mode 100644 index 0000000..2fe961d --- /dev/null +++ b/sb-addons/essentials-measure-6/manager-bundle.js @@ -0,0 +1,3 @@ +try{ +(()=>{var r=__REACT__,{Children:A,Component:I,Fragment:R,Profiler:L,PureComponent:M,StrictMode:B,Suspense:P,__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED:x,cloneElement:v,createContext:H,createElement:N,createFactory:D,createRef:F,forwardRef:W,isValidElement:K,lazy:Y,memo:G,useCallback:m,useContext:w,useDebugValue:U,useEffect:p,useImperativeHandle:V,useLayoutEffect:q,useMemo:z,useReducer:Z,useRef:$,useState:j,version:J}=__REACT__;var oe=__STORYBOOK_API__,{ActiveTabs:re,Consumer:ae,ManagerContext:ne,Provider:se,addons:l,combineParameters:le,controlOrMetaKey:ue,controlOrMetaSymbol:ce,eventMatchesShortcut:ie,eventToShortcut:me,isMacLike:pe,isShortcutTaken:Se,keyToSymbol:_e,merge:de,mockChannel:Te,optionOrAltSymbol:be,shortcutMatchesShortcut:Oe,shortcutToHumanString:ye,types:S,useAddonState:Ce,useArgTypes:Ee,useArgs:he,useChannel:fe,useGlobalTypes:ge,useGlobals:_,useParameter:ke,useSharedState:Ae,useStoryPrepared:Ie,useStorybookApi:d,useStorybookState:Re}=__STORYBOOK_API__;var xe=__STORYBOOK_COMPONENTS__,{A:ve,ActionBar:He,AddonPanel:Ne,Badge:De,Bar:Fe,Blockquote:We,Button:Ke,ClipboardCode:Ye,Code:Ge,DL:we,Div:Ue,DocumentWrapper:Ve,ErrorFormatter:qe,FlexBar:ze,Form:Ze,H1:$e,H2:je,H3:Je,H4:Qe,H5:Xe,H6:et,HR:tt,IconButton:T,IconButtonSkeleton:ot,Icons:b,Img:rt,LI:at,Link:nt,ListItem:st,Loader:lt,OL:ut,P:ct,Placeholder:it,Pre:mt,ResetWrapper:pt,ScrollArea:St,Separator:_t,Spaced:dt,Span:Tt,StorybookIcon:bt,StorybookLogo:Ot,Symbols:yt,SyntaxHighlighter:Ct,TT:Et,TabBar:ht,TabButton:ft,TabWrapper:gt,Table:kt,Tabs:At,TabsState:It,TooltipLinkList:Rt,TooltipMessage:Lt,TooltipNote:Mt,UL:Bt,WithTooltip:Pt,WithTooltipPure:xt,Zoom:vt,codeCommon:Ht,components:Nt,createCopyToClipboardFunction:Dt,getStoryHref:Ft,icons:Wt,interleaveSeparators:Kt,nameSpaceClassNames:Yt,resetComponents:Gt,withReset:wt}=__STORYBOOK_COMPONENTS__;var u="storybook/measure-addon",O=`${u}/tool`,y=()=>{let[a,c]=_(),{measureEnabled:n}=a,i=d(),s=m(()=>c({measureEnabled:!n}),[c,n]);return p(()=>{i.setAddonShortcut(u,{label:"Toggle Measure [M]",defaultShortcut:["M"],actionName:"measure",showInMenu:!1,action:s})},[s,i]),r.createElement(T,{key:O,active:n,title:"Enable measure",onClick:s},r.createElement(b,{icon:"ruler"}))};l.register(u,()=>{l.add(O,{type:S.TOOL,title:"Measure",match:({viewMode:a})=>a==="story",render:()=>r.createElement(y,null)})});})(); +}catch(e){ console.error("[Storybook] One of your manager-entries failed: " + import.meta.url, e); } diff --git a/sb-addons/essentials-measure-6/manager-bundle.js.LEGAL.txt b/sb-addons/essentials-measure-6/manager-bundle.js.LEGAL.txt new file mode 100644 index 0000000..e69de29 diff --git a/sb-addons/essentials-outline-7/manager-bundle.js b/sb-addons/essentials-outline-7/manager-bundle.js new file mode 100644 index 0000000..4b2a15f --- /dev/null +++ b/sb-addons/essentials-outline-7/manager-bundle.js @@ -0,0 +1,3 @@ +try{ +(()=>{var a=__REACT__,{Children:k,Component:I,Fragment:B,Profiler:L,PureComponent:P,StrictMode:v,Suspense:x,__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED:M,cloneElement:H,createContext:N,createElement:D,createFactory:F,createRef:K,forwardRef:W,isValidElement:Y,lazy:G,memo:i,useCallback:p,useContext:w,useDebugValue:U,useEffect:m,useImperativeHandle:V,useLayoutEffect:q,useMemo:z,useReducer:Z,useRef:$,useState:j,version:J}=__REACT__;var oe=__STORYBOOK_API__,{ActiveTabs:re,Consumer:ae,ManagerContext:ne,Provider:le,addons:s,combineParameters:se,controlOrMetaKey:ue,controlOrMetaSymbol:ce,eventMatchesShortcut:ie,eventToShortcut:pe,isMacLike:me,isShortcutTaken:Se,keyToSymbol:_e,merge:de,mockChannel:Te,optionOrAltSymbol:Oe,shortcutMatchesShortcut:be,shortcutToHumanString:ye,types:S,useAddonState:Ce,useArgTypes:he,useArgs:Ae,useChannel:fe,useGlobalTypes:Ee,useGlobals:_,useParameter:ge,useSharedState:Re,useStoryPrepared:ke,useStorybookApi:d,useStorybookState:Ie}=__STORYBOOK_API__;var xe=__STORYBOOK_COMPONENTS__,{A:Me,ActionBar:He,AddonPanel:Ne,Badge:De,Bar:Fe,Blockquote:Ke,Button:We,ClipboardCode:Ye,Code:Ge,DL:we,Div:Ue,DocumentWrapper:Ve,ErrorFormatter:qe,FlexBar:ze,Form:Ze,H1:$e,H2:je,H3:Je,H4:Qe,H5:Xe,H6:et,HR:tt,IconButton:T,IconButtonSkeleton:ot,Icons:O,Img:rt,LI:at,Link:nt,ListItem:lt,Loader:st,OL:ut,P:ct,Placeholder:it,Pre:pt,ResetWrapper:mt,ScrollArea:St,Separator:_t,Spaced:dt,Span:Tt,StorybookIcon:Ot,StorybookLogo:bt,Symbols:yt,SyntaxHighlighter:Ct,TT:ht,TabBar:At,TabButton:ft,TabWrapper:Et,Table:gt,Tabs:Rt,TabsState:kt,TooltipLinkList:It,TooltipMessage:Bt,TooltipNote:Lt,UL:Pt,WithTooltip:vt,WithTooltipPure:xt,Zoom:Mt,codeCommon:Ht,components:Nt,createCopyToClipboardFunction:Dt,getStoryHref:Ft,icons:Kt,interleaveSeparators:Wt,nameSpaceClassNames:Yt,resetComponents:Gt,withReset:wt}=__STORYBOOK_COMPONENTS__;var u="storybook/outline",b="outline",C=i(function(){let[r,y]=_(),c=d(),n=[!0,"true"].includes(r[b]),l=p(()=>y({[b]:!n}),[n]);return m(()=>{c.setAddonShortcut(u,{label:"Toggle Outline [O]",defaultShortcut:["O"],actionName:"outline",showInMenu:!1,action:l})},[l,c]),a.createElement(T,{key:"outline",active:n,title:"Apply outlines to the preview",onClick:l},a.createElement(O,{icon:"outline"}))});s.register(u,()=>{s.add(u,{title:"Outline",type:S.TOOL,match:({viewMode:r})=>!!(r&&r.match(/^(story|docs)$/)),render:()=>a.createElement(C,null)})});})(); +}catch(e){ console.error("[Storybook] One of your manager-entries failed: " + import.meta.url, e); } diff --git a/sb-addons/essentials-outline-7/manager-bundle.js.LEGAL.txt b/sb-addons/essentials-outline-7/manager-bundle.js.LEGAL.txt new file mode 100644 index 0000000..e69de29 diff --git a/sb-addons/essentials-toolbars-5/manager-bundle.js b/sb-addons/essentials-toolbars-5/manager-bundle.js new file mode 100644 index 0000000..301fbcb --- /dev/null +++ b/sb-addons/essentials-toolbars-5/manager-bundle.js @@ -0,0 +1,3 @@ +try{ +(()=>{var l=__REACT__,{Children:le,Component:ne,Fragment:ie,Profiler:se,PureComponent:ce,StrictMode:ue,Suspense:me,__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED:pe,cloneElement:de,createContext:be,createElement:Se,createFactory:Te,createRef:ye,forwardRef:_e,isValidElement:fe,lazy:Ce,memo:ve,useCallback:v,useContext:Ie,useDebugValue:Oe,useEffect:E,useImperativeHandle:xe,useLayoutEffect:Ee,useMemo:ge,useReducer:he,useRef:L,useState:R,version:ke}=__REACT__;var Pe=__STORYBOOK_API__,{ActiveTabs:Me,Consumer:Ne,ManagerContext:we,Provider:He,addons:g,combineParameters:Ve,controlOrMetaKey:De,controlOrMetaSymbol:Fe,eventMatchesShortcut:Ge,eventToShortcut:We,isMacLike:Ke,isShortcutTaken:Ye,keyToSymbol:$e,merge:ze,mockChannel:Ue,optionOrAltSymbol:je,shortcutMatchesShortcut:qe,shortcutToHumanString:Ze,types:B,useAddonState:Je,useArgTypes:Qe,useArgs:Xe,useChannel:et,useGlobalTypes:P,useGlobals:h,useParameter:tt,useSharedState:ot,useStoryPrepared:rt,useStorybookApi:M,useStorybookState:at}=__STORYBOOK_API__;var ct=__STORYBOOK_COMPONENTS__,{A:ut,ActionBar:mt,AddonPanel:pt,Badge:dt,Bar:bt,Blockquote:St,Button:Tt,ClipboardCode:yt,Code:_t,DL:ft,Div:Ct,DocumentWrapper:vt,ErrorFormatter:It,FlexBar:Ot,Form:xt,H1:Et,H2:gt,H3:ht,H4:kt,H5:At,H6:Lt,HR:Rt,IconButton:N,IconButtonSkeleton:Bt,Icons:k,Img:Pt,LI:Mt,Link:Nt,ListItem:wt,Loader:Ht,OL:Vt,P:Dt,Placeholder:Ft,Pre:Gt,ResetWrapper:Wt,ScrollArea:Kt,Separator:w,Spaced:Yt,Span:$t,StorybookIcon:zt,StorybookLogo:Ut,Symbols:jt,SyntaxHighlighter:qt,TT:Zt,TabBar:Jt,TabButton:Qt,TabWrapper:Xt,Table:eo,Tabs:to,TabsState:oo,TooltipLinkList:H,TooltipMessage:ro,TooltipNote:ao,UL:lo,WithTooltip:V,WithTooltipPure:no,Zoom:io,codeCommon:so,components:co,createCopyToClipboardFunction:uo,getStoryHref:mo,icons:po,interleaveSeparators:bo,nameSpaceClassNames:So,resetComponents:To,withReset:yo}=__STORYBOOK_COMPONENTS__;var G=({active:o,title:t,icon:e,description:r,onClick:a})=>l.createElement(N,{active:o,title:r,onClick:a},e&&l.createElement(k,{icon:e}),t?`\xA0${t}`:null),W=["reset"],K=o=>o.filter(t=>!W.includes(t.type)).map(t=>t.value),b="addon-toolbars",Y=async(o,t,e)=>{e&&e.next&&await o.setAddonShortcut(b,{label:e.next.label,defaultShortcut:e.next.keys,actionName:`${t}:next`,action:e.next.action}),e&&e.previous&&await o.setAddonShortcut(b,{label:e.previous.label,defaultShortcut:e.previous.keys,actionName:`${t}:previous`,action:e.previous.action}),e&&e.reset&&await o.setAddonShortcut(b,{label:e.reset.label,defaultShortcut:e.reset.keys,actionName:`${t}:reset`,action:e.reset.action})},$=o=>t=>{let{id:e,toolbar:{items:r,shortcuts:a}}=t,d=M(),[S,i]=h(),n=L([]),s=S[e],I=v(()=>{i({[e]:""})},[i]),O=v(()=>{let p=n.current,c=p.indexOf(s),m=c===p.length-1?0:c+1,T=n.current[m];i({[e]:T})},[n,s,i]),u=v(()=>{let p=n.current,c=p.indexOf(s),m=c>-1?c:0,T=m===0?p.length-1:m-1,y=n.current[T];i({[e]:y})},[n,s,i]);return E(()=>{a&&Y(d,e,{next:{...a.next,action:O},previous:{...a.previous,action:u},reset:{...a.reset,action:I}})},[d,e,a,O,u,I]),E(()=>{n.current=K(r)},[]),l.createElement(o,{cycleValues:n.current,...t})},D=({currentValue:o,items:t})=>o!=null&&t.find(e=>e.value===o&&e.type!=="reset"),z=({currentValue:o,items:t})=>{let e=D({currentValue:o,items:t});if(e)return e.icon},U=({currentValue:o,items:t})=>{let e=D({currentValue:o,items:t});if(e)return e.title},j=({left:o,right:t,title:e,value:r,icon:a,hideIcon:d,onClick:S,currentValue:i})=>{let n=a&&l.createElement(k,{style:{opacity:1},icon:a}),s={id:r??"_reset",active:i===r,right:t,title:e,left:o,onClick:S};return a&&!d&&(s.left=n),s},q=$(({id:o,name:t,description:e,toolbar:{icon:r,items:a,title:d,preventDynamicIcon:S,dynamicTitle:i}})=>{let[n,s]=h(),[I,O]=R(!1),u=n[o],p=!!u,c=r,m=d;S||(c=z({currentValue:u,items:a})||c),i&&(m=U({currentValue:u,items:a})||m),!m&&!c&&console.warn(`Toolbar '${t}' has no title or icon`);let T=v(y=>{s({[o]:y})},[u,s]);return l.createElement(V,{placement:"top",tooltip:({onHide:y})=>{let F=a.filter(({type:x})=>{let A=!0;return x==="reset"&&!u&&(A=!1),A}).map(x=>j({...x,currentValue:u,onClick:()=>{T(x.value),y()}}));return l.createElement(H,{links:F})},closeOnOutsideClick:!0,onVisibleChange:O},l.createElement(G,{active:I||p,description:e||"",icon:c,title:m||""}))}),Z={type:"item",value:""},J=(o,t)=>({...t,name:t.name||o,description:t.description||o,toolbar:{...t.toolbar,items:t.toolbar.items.map(e=>{let r=typeof e=="string"?{value:e,title:e}:e;return r.type==="reset"&&t.toolbar.icon&&(r.icon=t.toolbar.icon,r.hideIcon=!0),{...Z,...r}})}}),Q=()=>{let o=P(),t=Object.keys(o).filter(e=>!!o[e].toolbar);return t.length?l.createElement(l.Fragment,null,l.createElement(w,null),t.map(e=>{let r=J(e,o[e]);return l.createElement(q,{key:e,id:e,...r})})):null};g.register(b,()=>g.add(b,{title:b,type:B.TOOL,match:()=>!0,render:()=>l.createElement(Q,null)}));})(); +}catch(e){ console.error("[Storybook] One of your manager-entries failed: " + import.meta.url, e); } diff --git a/sb-addons/essentials-toolbars-5/manager-bundle.js.LEGAL.txt b/sb-addons/essentials-toolbars-5/manager-bundle.js.LEGAL.txt new file mode 100644 index 0000000..e69de29 diff --git a/sb-addons/essentials-viewport-4/manager-bundle.js b/sb-addons/essentials-viewport-4/manager-bundle.js new file mode 100644 index 0000000..a471c96 --- /dev/null +++ b/sb-addons/essentials-viewport-4/manager-bundle.js @@ -0,0 +1,3 @@ +try{ +(()=>{var oe=Object.create;var H=Object.defineProperty;var ne=Object.getOwnPropertyDescriptor;var ae=Object.getOwnPropertyNames;var se=Object.getPrototypeOf,le=Object.prototype.hasOwnProperty;var R=(e=>typeof require<"u"?require:typeof Proxy<"u"?new Proxy(e,{get:(t,o)=>(typeof require<"u"?require:t)[o]}):e)(function(e){if(typeof require<"u")return require.apply(this,arguments);throw Error('Dynamic require of "'+e+'" is not supported')});var P=(e,t)=>()=>(e&&(t=e(e=0)),t);var ue=(e,t)=>()=>(t||e((t={exports:{}}).exports,t),t.exports);var ce=(e,t,o,n)=>{if(t&&typeof t=="object"||typeof t=="function")for(let u of ae(t))!le.call(e,u)&&u!==o&&H(e,u,{get:()=>t[u],enumerable:!(n=ne(t,u))||n.enumerable});return e};var de=(e,t,o)=>(o=e!=null?oe(se(e)):{},ce(t||!e||!e.__esModule?H(o,"default",{value:e,enumerable:!0}):o,e));var h=P(()=>{});var g=P(()=>{});var y=P(()=>{});var J=ue((Z,B)=>{h();g();y();(function(e){if(typeof Z=="object"&&typeof B<"u")B.exports=e();else if(typeof define=="function"&&define.amd)define([],e);else{var t;typeof window<"u"||typeof window<"u"?t=window:typeof self<"u"?t=self:t=this,t.memoizerific=e()}})(function(){var e,t,o;return function n(u,f,c){function i(a,b){if(!f[a]){if(!u[a]){var d=typeof R=="function"&&R;if(!b&&d)return d(a,!0);if(r)return r(a,!0);var S=new Error("Cannot find module '"+a+"'");throw S.code="MODULE_NOT_FOUND",S}var l=f[a]={exports:{}};u[a][0].call(l.exports,function(s){var p=u[a][1][s];return i(p||s)},l,l.exports,n,u,f,c)}return f[a].exports}for(var r=typeof R=="function"&&R,m=0;m=0)return this.lastItem=this.list[r],this.list[r].val},c.prototype.set=function(i,r){var m;return this.lastItem&&this.isEqual(this.lastItem.key,i)?(this.lastItem.val=r,this):(m=this.indexOf(i),m>=0?(this.lastItem=this.list[m],this.list[m].val=r,this):(this.lastItem={key:i,val:r},this.list.push(this.lastItem),this.size++,this))},c.prototype.delete=function(i){var r;if(this.lastItem&&this.isEqual(this.lastItem.key,i)&&(this.lastItem=void 0),r=this.indexOf(i),r>=0)return this.size--,this.list.splice(r,1)[0]},c.prototype.has=function(i){var r;return this.lastItem&&this.isEqual(this.lastItem.key,i)?!0:(r=this.indexOf(i),r>=0?(this.lastItem=this.list[r],!0):!1)},c.prototype.forEach=function(i,r){var m;for(m=0;m0&&(L[x]={cacheItem:s,arg:arguments[x]},E?i(d,L):d.push(L),d.length>a&&r(d.shift())),l.wasMemoized=E,l.numArgs=x+1,A};return l.limit=a,l.wasMemoized=!1,l.cache=b,l.lru=d,l}};function i(a,b){var d=a.length,S=b.length,l,s,p;for(s=0;s=0&&(d=a[l],S=d.cacheItem.get(d.arg),!S||!S.size);l--)d.cacheItem.delete(d.arg)}function m(a,b){return a===b||a!==a&&b!==b}},{"map-or-similar":1}]},{},[3])(3)})});h();g();y();h();g();y();h();g();y();h();g();y();var w=__REACT__,{Children:Ve,Component:Be,Fragment:D,Profiler:Ne,PureComponent:ze,StrictMode:qe,Suspense:He,__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED:De,cloneElement:We,createContext:Fe,createElement:W,createFactory:Ye,createRef:je,forwardRef:Ge,isValidElement:Ue,lazy:$e,memo:F,useCallback:Ke,useContext:Ze,useDebugValue:Je,useEffect:M,useImperativeHandle:Qe,useLayoutEffect:Xe,useMemo:et,useReducer:tt,useRef:Y,useState:j,version:rt}=__REACT__;h();g();y();var at=__STORYBOOK_API__,{ActiveTabs:st,Consumer:lt,ManagerContext:ut,Provider:ct,addons:V,combineParameters:dt,controlOrMetaKey:pt,controlOrMetaSymbol:ft,eventMatchesShortcut:mt,eventToShortcut:ht,isMacLike:gt,isShortcutTaken:yt,keyToSymbol:bt,merge:St,mockChannel:wt,optionOrAltSymbol:xt,shortcutMatchesShortcut:_t,shortcutToHumanString:vt,types:G,useAddonState:U,useArgTypes:It,useArgs:Tt,useChannel:Ot,useGlobalTypes:Et,useGlobals:Ct,useParameter:$,useSharedState:Rt,useStoryPrepared:kt,useStorybookApi:K,useStorybookState:At}=__STORYBOOK_API__;var q=de(J());h();g();y();var Ht=__STORYBOOK_THEMING__,{CacheProvider:Dt,ClassNames:Wt,Global:Q,ThemeProvider:Ft,background:Yt,color:jt,convert:Gt,create:Ut,createCache:$t,createGlobal:Kt,createReset:Zt,css:Jt,darken:Qt,ensure:Xt,ignoreSsrWarning:er,isPropValid:tr,jsx:rr,keyframes:ir,lighten:or,styled:k,themes:nr,typography:ar,useTheme:sr,withTheme:X}=__STORYBOOK_THEMING__;h();g();y();var pr=__STORYBOOK_COMPONENTS__,{A:fr,ActionBar:mr,AddonPanel:hr,Badge:gr,Bar:yr,Blockquote:br,Button:Sr,ClipboardCode:wr,Code:xr,DL:_r,Div:vr,DocumentWrapper:Ir,ErrorFormatter:Tr,FlexBar:Or,Form:Er,H1:Cr,H2:Rr,H3:kr,H4:Ar,H5:Lr,H6:Mr,HR:Pr,IconButton:N,IconButtonSkeleton:Vr,Icons:z,Img:Br,LI:Nr,Link:zr,ListItem:qr,Loader:Hr,OL:Dr,P:Wr,Placeholder:Fr,Pre:Yr,ResetWrapper:jr,ScrollArea:Gr,Separator:Ur,Spaced:$r,Span:Kr,StorybookIcon:Zr,StorybookLogo:Jr,Symbols:Qr,SyntaxHighlighter:Xr,TT:ei,TabBar:ti,TabButton:ri,TabWrapper:ii,Table:oi,Tabs:ni,TabsState:ai,TooltipLinkList:ee,TooltipMessage:si,TooltipNote:li,UL:ui,WithTooltip:te,WithTooltipPure:ci,Zoom:di,codeCommon:pi,components:fi,createCopyToClipboardFunction:mi,getStoryHref:hi,icons:gi,interleaveSeparators:yi,nameSpaceClassNames:bi,resetComponents:Si,withReset:wi}=__STORYBOOK_COMPONENTS__;var _="storybook/viewport",fe="viewport",ie=(e,t)=>e.indexOf(t),me=(e,t)=>{let o=ie(e,t);return o===e.length-1?e[0]:e[o+1]},he=(e,t)=>{let o=ie(e,t);return o<1?e[e.length-1]:e[o-1]},ge=async(e,t,o)=>{await e.setAddonShortcut(_,{label:"Previous viewport",defaultShortcut:["shift","V"],actionName:"previous",action:()=>{let{selected:n,isRotated:u}=e.getAddonState(_);t({selected:he(o,n),isRotated:u})}}),await e.setAddonShortcut(_,{label:"Next viewport",defaultShortcut:["V"],actionName:"next",action:()=>{let{selected:n,isRotated:u}=e.getAddonState(_);t({selected:me(o,n),isRotated:u})}}),await e.setAddonShortcut(_,{label:"Reset viewport",defaultShortcut:["alt","V"],actionName:"reset",action:()=>{let{isRotated:n}=e.getAddonState(_);t({selected:"reset",isRotated:n})}})},ye={mobile1:{name:"Small mobile",styles:{height:"568px",width:"320px"},type:"mobile"},mobile2:{name:"Large mobile",styles:{height:"896px",width:"414px"},type:"mobile"},tablet:{name:"Tablet",styles:{height:"1112px",width:"834px"},type:"tablet"}},be=(0,q.default)(50)(e=>[...Se,...Object.entries(e).map(([t,{name:o,...n}])=>({...n,id:t,title:o}))]),C={id:"reset",title:"Reset viewport",styles:null,type:"other"},Se=[C],we=(0,q.default)(50)((e,t,o,n,u)=>e.filter(f=>f.id!==C.id||t.id!==f.id).map(f=>({...f,onClick:()=>{o({...n,selected:f.id}),u()}}))),xe="storybook-preview-wrapper",_e=({width:e,height:t,...o})=>({...o,height:e,width:t}),ve=k.div(()=>({display:"inline-flex"})),re=k.div(({theme:e})=>({display:"inline-block",textDecoration:"none",padding:10,fontWeight:e.typography.weight.bold,fontSize:e.typography.size.s2-1,lineHeight:"1",height:40,border:"none",borderTop:"3px solid transparent",borderBottom:"3px solid transparent",background:"transparent"})),Ie=k(N)(()=>({display:"inline-flex",alignItems:"center"})),Te=k.div(({theme:e})=>({fontSize:e.typography.size.s2-1,marginLeft:10})),Oe=(e,t,o)=>{if(t===null)return;let n=typeof t=="function"?t(e):t;return o?_e(n):n},Ee=F(X(({theme:e})=>{let{viewports:t=ye,defaultOrientation:o="portrait",defaultViewport:n=C.id,disable:u}=$(fe,{}),[f,c]=U(_,{selected:n,isRotated:o==="landscape"}),i=be(t),r=K(),[m,a]=j(!1);i.find(p=>p.id===n)||console.warn(`Cannot find "defaultViewport" of "${n}" in addon-viewport configs, please check the "viewports" setting in the configuration.`),M(()=>{ge(r,c,Object.keys(t))},[t]),M(()=>{c({selected:n||(f.selected&&t[f.selected]?f.selected:C.id),isRotated:o==="landscape"})},[o,n]);let{selected:b,isRotated:d}=f,S=i.find(p=>p.id===b)||i.find(p=>p.id===n)||i.find(p=>p.default)||C,l=Y(),s=Oe(l.current,S.styles,d);return M(()=>{l.current=s},[S]),u||Object.entries(t).length===0?null:w.createElement(D,null,w.createElement(te,{placement:"top",tooltip:({onHide:p})=>w.createElement(ee,{links:we(i,S,c,f,p)}),closeOnOutsideClick:!0,onVisibleChange:a},w.createElement(Ie,{key:"viewport",title:"Change the size of the preview",active:m||!!s,onDoubleClick:()=>{c({...f,selected:C.id})}},w.createElement(z,{icon:"grow"}),s?w.createElement(Te,null,d?`${S.title} (L)`:`${S.title} (P)`):null)),s?w.createElement(ve,null,w.createElement(Q,{styles:{'iframe[data-is-storybook="true"]':{margin:"auto",transition:"none",position:"relative",border:"1px solid black",boxShadow:"0 0 100px 100vw rgba(0,0,0,0.5)",...s},[`#${xe}`]:{padding:e.layoutMargin,alignContent:"center",alignItems:"center",justifyContent:"center",justifyItems:"center",overflow:"auto",display:"grid",gridTemplateColumns:"100%",gridTemplateRows:"100%"}}}),w.createElement(re,{title:"Viewport width"},s.width.replace("px","")),w.createElement(N,{key:"viewport-rotate",title:"Rotate viewport",onClick:()=>{c({...f,isRotated:!d})}},w.createElement(z,{icon:"transfer"})),w.createElement(re,{title:"Viewport height"},s.height.replace("px",""))):null)}));V.register(_,()=>{V.add(_,{title:"viewport / media-queries",type:G.TOOL,match:({viewMode:e})=>e==="story",render:()=>W(Ee,null)})});})(); +}catch(e){ console.error("[Storybook] One of your manager-entries failed: " + import.meta.url, e); } diff --git a/sb-addons/essentials-viewport-4/manager-bundle.js.LEGAL.txt b/sb-addons/essentials-viewport-4/manager-bundle.js.LEGAL.txt new file mode 100644 index 0000000..e69de29 diff --git a/sb-addons/interactions-9/manager-bundle.js b/sb-addons/interactions-9/manager-bundle.js new file mode 100644 index 0000000..7c55cac --- /dev/null +++ b/sb-addons/interactions-9/manager-bundle.js @@ -0,0 +1,12 @@ +try{ +(()=>{var ze=(e=>typeof require<"u"?require:typeof Proxy<"u"?new Proxy(e,{get:(t,r)=>(typeof require<"u"?require:t)[r]}):e)(function(e){if(typeof require<"u")return require.apply(this,arguments);throw Error('Dynamic require of "'+e+'" is not supported')});var i=__REACT__,{Children:pi,Component:mi,Fragment:$e,Profiler:fi,PureComponent:di,StrictMode:gi,Suspense:bi,__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED:hi,cloneElement:yi,createContext:Ei,createElement:H,createFactory:vi,createRef:Si,forwardRef:_i,isValidElement:wi,lazy:Oi,memo:pt,useCallback:ir,useContext:Ti,useDebugValue:Ri,useEffect:Be,useImperativeHandle:Ci,useLayoutEffect:xi,useMemo:lr,useReducer:Pi,useRef:mt,useState:Pe,version:Ai}=__REACT__;var $i=__STORYBOOK_API__,{ActiveTabs:ki,Consumer:cr,ManagerContext:Fi,Provider:Mi,addons:Ct,combineParameters:Li,controlOrMetaKey:zi,controlOrMetaSymbol:Bi,eventMatchesShortcut:Di,eventToShortcut:Wi,isMacLike:Hi,isShortcutTaken:qi,keyToSymbol:Gi,merge:Ui,mockChannel:Yi,optionOrAltSymbol:Vi,shortcutMatchesShortcut:Ki,shortcutToHumanString:Ji,types:ur,useAddonState:xt,useArgTypes:Xi,useArgs:Zi,useChannel:sr,useGlobalTypes:Qi,useGlobals:el,useParameter:pr,useSharedState:tl,useStoryPrepared:rl,useStorybookApi:nl,useStorybookState:al}=__STORYBOOK_API__;var ul=__STORYBOOK_COMPONENTS__,{A:sl,ActionBar:pl,AddonPanel:mr,Badge:fr,Bar:dr,Blockquote:ml,Button:gr,ClipboardCode:fl,Code:dl,DL:gl,Div:bl,DocumentWrapper:hl,ErrorFormatter:yl,FlexBar:El,Form:vl,H1:Sl,H2:_l,H3:wl,H4:Ol,H5:Tl,H6:Rl,HR:Cl,IconButton:Pt,IconButtonSkeleton:xl,Icons:ke,Img:Pl,LI:Al,Link:br,ListItem:jl,Loader:Il,OL:Nl,P:hr,Placeholder:yr,Pre:$l,ResetWrapper:kl,ScrollArea:Fl,Separator:Er,Spaced:vr,Span:Ml,StorybookIcon:Ll,StorybookLogo:zl,Symbols:Bl,SyntaxHighlighter:Dl,TT:Wl,TabBar:Hl,TabButton:ql,TabWrapper:Gl,Table:Ul,Tabs:Yl,TabsState:Vl,TooltipLinkList:Kl,TooltipMessage:Jl,TooltipNote:At,UL:Xl,WithTooltip:De,WithTooltipPure:Zl,Zoom:Ql,codeCommon:ec,components:tc,createCopyToClipboardFunction:rc,getStoryHref:nc,icons:ac,interleaveSeparators:oc,nameSpaceClassNames:ic,resetComponents:lc,withReset:cc}=__STORYBOOK_COMPONENTS__;var fc=__STORYBOOK_CLIENT_LOGGER__,{deprecate:dc,logger:gc,once:bc,pretty:hc}=__STORYBOOK_CLIENT_LOGGER__;var _c=__STORYBOOK_CORE_EVENTS__,{CHANNEL_CREATED:wc,CONFIG_ERROR:Oc,CURRENT_STORY_WAS_SET:Tc,DOCS_PREPARED:Rc,DOCS_RENDERED:Cc,FORCE_REMOUNT:Sr,FORCE_RE_RENDER:xc,GLOBALS_UPDATED:Pc,IGNORED_EXCEPTION:_r,NAVIGATE_URL:Ac,PLAY_FUNCTION_THREW_EXCEPTION:wr,PRELOAD_ENTRIES:jc,PREVIEW_BUILDER_PROGRESS:Ic,PREVIEW_KEYDOWN:Nc,REGISTER_SUBSCRIPTION:$c,REQUEST_WHATS_NEW_DATA:kc,RESET_STORY_ARGS:Fc,RESULT_WHATS_NEW_DATA:Mc,SELECT_STORY:Lc,SET_CONFIG:zc,SET_CURRENT_STORY:Bc,SET_GLOBALS:Dc,SET_INDEX:Wc,SET_STORIES:Hc,SET_WHATS_NEW_CACHE:qc,SHARED_STATE_CHANGED:Gc,SHARED_STATE_SET:Uc,STORIES_COLLAPSE_ALL:Yc,STORIES_EXPAND_ALL:Vc,STORY_ARGS_UPDATED:Kc,STORY_CHANGED:Jc,STORY_ERRORED:Xc,STORY_INDEX_INVALIDATED:Zc,STORY_MISSING:Qc,STORY_PREPARED:eu,STORY_RENDERED:tu,STORY_RENDER_PHASE_CHANGED:Or,STORY_SPECIFIED:ru,STORY_THREW_EXCEPTION:Tr,STORY_UNCHANGED:nu,TELEMETRY_ERROR:au,TOGGLE_WHATS_NEW_NOTIFICATIONS:ou,UPDATE_GLOBALS:iu,UPDATE_QUERY_PARAMS:lu,UPDATE_STORY_ARGS:cu}=__STORYBOOK_CORE_EVENTS__;var ft=(()=>{let e;return typeof window<"u"?e=window:typeof globalThis<"u"?e=globalThis:typeof window<"u"?e=window:typeof self<"u"?e=self:e={},e})();var hu=__STORYBOOK_THEMING__,{CacheProvider:yu,ClassNames:Eu,Global:vu,ThemeProvider:Su,background:_u,color:wu,convert:Ou,create:Tu,createCache:Ru,createGlobal:Cu,createReset:xu,css:Pu,darken:Au,ensure:ju,ignoreSsrWarning:Iu,isPropValid:Nu,jsx:$u,keyframes:ku,lighten:Fu,styled:J,themes:Mu,typography:Ie,useTheme:dt,withTheme:Lu}=__STORYBOOK_THEMING__;function be(){return be=Object.assign?Object.assign.bind():function(e){for(var t=1;t"u"||!Reflect.construct||Reflect.construct.sham)return!1;if(typeof Proxy=="function")return!0;try{return Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],function(){})),!0}catch{return!1}}function Ve(e,t,r){return $t()?Ve=Reflect.construct.bind():Ve=function(a,u,o){var c=[null];c.push.apply(c,u);var p=Function.bind.apply(a,c),m=new p;return o&&Ne(m,o.prototype),m},Ve.apply(null,arguments)}function rt(e){var t=typeof Map=="function"?new Map:void 0;return rt=function(n){if(n===null||!Nt(n))return n;if(typeof n!="function")throw new TypeError("Super expression must either be null or a function");if(typeof t<"u"){if(t.has(n))return t.get(n);t.set(n,a)}function a(){return Ve(n,arguments,tt(this).constructor)}return a.prototype=Object.create(n.prototype,{constructor:{value:a,enumerable:!1,writable:!0,configurable:!0}}),Ne(a,n)},rt(e)}var ve=function(e){It(t,e);function t(r){var n;if(!0)n=e.call(this,"An error occurred. See https://github.com/styled-components/polished/blob/main/src/internalHelpers/errors.md#"+r+" for more information.")||this;else for(var a,u,o;o=0&&a<1?(c=u,p=o):a>=1&&a<2?(c=o,p=u):a>=2&&a<3?(p=u,m=o):a>=3&&a<4?(p=o,m=u):a>=4&&a<5?(c=o,m=u):a>=5&&a<6&&(c=u,m=o);var h=r-u/2,b=c+h,f=p+h,v=m+h;return n(b,f,v)}var xr={aliceblue:"f0f8ff",antiquewhite:"faebd7",aqua:"00ffff",aquamarine:"7fffd4",azure:"f0ffff",beige:"f5f5dc",bisque:"ffe4c4",black:"000",blanchedalmond:"ffebcd",blue:"0000ff",blueviolet:"8a2be2",brown:"a52a2a",burlywood:"deb887",cadetblue:"5f9ea0",chartreuse:"7fff00",chocolate:"d2691e",coral:"ff7f50",cornflowerblue:"6495ed",cornsilk:"fff8dc",crimson:"dc143c",cyan:"00ffff",darkblue:"00008b",darkcyan:"008b8b",darkgoldenrod:"b8860b",darkgray:"a9a9a9",darkgreen:"006400",darkgrey:"a9a9a9",darkkhaki:"bdb76b",darkmagenta:"8b008b",darkolivegreen:"556b2f",darkorange:"ff8c00",darkorchid:"9932cc",darkred:"8b0000",darksalmon:"e9967a",darkseagreen:"8fbc8f",darkslateblue:"483d8b",darkslategray:"2f4f4f",darkslategrey:"2f4f4f",darkturquoise:"00ced1",darkviolet:"9400d3",deeppink:"ff1493",deepskyblue:"00bfff",dimgray:"696969",dimgrey:"696969",dodgerblue:"1e90ff",firebrick:"b22222",floralwhite:"fffaf0",forestgreen:"228b22",fuchsia:"ff00ff",gainsboro:"dcdcdc",ghostwhite:"f8f8ff",gold:"ffd700",goldenrod:"daa520",gray:"808080",green:"008000",greenyellow:"adff2f",grey:"808080",honeydew:"f0fff0",hotpink:"ff69b4",indianred:"cd5c5c",indigo:"4b0082",ivory:"fffff0",khaki:"f0e68c",lavender:"e6e6fa",lavenderblush:"fff0f5",lawngreen:"7cfc00",lemonchiffon:"fffacd",lightblue:"add8e6",lightcoral:"f08080",lightcyan:"e0ffff",lightgoldenrodyellow:"fafad2",lightgray:"d3d3d3",lightgreen:"90ee90",lightgrey:"d3d3d3",lightpink:"ffb6c1",lightsalmon:"ffa07a",lightseagreen:"20b2aa",lightskyblue:"87cefa",lightslategray:"789",lightslategrey:"789",lightsteelblue:"b0c4de",lightyellow:"ffffe0",lime:"0f0",limegreen:"32cd32",linen:"faf0e6",magenta:"f0f",maroon:"800000",mediumaquamarine:"66cdaa",mediumblue:"0000cd",mediumorchid:"ba55d3",mediumpurple:"9370db",mediumseagreen:"3cb371",mediumslateblue:"7b68ee",mediumspringgreen:"00fa9a",mediumturquoise:"48d1cc",mediumvioletred:"c71585",midnightblue:"191970",mintcream:"f5fffa",mistyrose:"ffe4e1",moccasin:"ffe4b5",navajowhite:"ffdead",navy:"000080",oldlace:"fdf5e6",olive:"808000",olivedrab:"6b8e23",orange:"ffa500",orangered:"ff4500",orchid:"da70d6",palegoldenrod:"eee8aa",palegreen:"98fb98",paleturquoise:"afeeee",palevioletred:"db7093",papayawhip:"ffefd5",peachpuff:"ffdab9",peru:"cd853f",pink:"ffc0cb",plum:"dda0dd",powderblue:"b0e0e6",purple:"800080",rebeccapurple:"639",red:"f00",rosybrown:"bc8f8f",royalblue:"4169e1",saddlebrown:"8b4513",salmon:"fa8072",sandybrown:"f4a460",seagreen:"2e8b57",seashell:"fff5ee",sienna:"a0522d",silver:"c0c0c0",skyblue:"87ceeb",slateblue:"6a5acd",slategray:"708090",slategrey:"708090",snow:"fffafa",springgreen:"00ff7f",steelblue:"4682b4",tan:"d2b48c",teal:"008080",thistle:"d8bfd8",tomato:"ff6347",turquoise:"40e0d0",violet:"ee82ee",wheat:"f5deb3",white:"fff",whitesmoke:"f5f5f5",yellow:"ff0",yellowgreen:"9acd32"};function bn(e){if(typeof e!="string")return e;var t=e.toLowerCase();return xr[t]?"#"+xr[t]:e}var hn=/^#[a-fA-F0-9]{6}$/,yn=/^#[a-fA-F0-9]{8}$/,En=/^#[a-fA-F0-9]{3}$/,vn=/^#[a-fA-F0-9]{4}$/,Ft=/^rgb\(\s*(\d{1,3})\s*(?:,)?\s*(\d{1,3})\s*(?:,)?\s*(\d{1,3})\s*\)$/i,Sn=/^rgb(?:a)?\(\s*(\d{1,3})\s*(?:,)?\s*(\d{1,3})\s*(?:,)?\s*(\d{1,3})\s*(?:,|\/)\s*([-+]?\d*[.]?\d+[%]?)\s*\)$/i,_n=/^hsl\(\s*(\d{0,3}[.]?[0-9]+(?:deg)?)\s*(?:,)?\s*(\d{1,3}[.]?[0-9]?)%\s*(?:,)?\s*(\d{1,3}[.]?[0-9]?)%\s*\)$/i,wn=/^hsl(?:a)?\(\s*(\d{0,3}[.]?[0-9]+(?:deg)?)\s*(?:,)?\s*(\d{1,3}[.]?[0-9]?)%\s*(?:,)?\s*(\d{1,3}[.]?[0-9]?)%\s*(?:,|\/)\s*([-+]?\d*[.]?\d+[%]?)\s*\)$/i;function Ke(e){if(typeof e!="string")throw new ve(3);var t=bn(e);if(t.match(hn))return{red:parseInt(""+t[1]+t[2],16),green:parseInt(""+t[3]+t[4],16),blue:parseInt(""+t[5]+t[6],16)};if(t.match(yn)){var r=parseFloat((parseInt(""+t[7]+t[8],16)/255).toFixed(2));return{red:parseInt(""+t[1]+t[2],16),green:parseInt(""+t[3]+t[4],16),blue:parseInt(""+t[5]+t[6],16),alpha:r}}if(t.match(En))return{red:parseInt(""+t[1]+t[1],16),green:parseInt(""+t[2]+t[2],16),blue:parseInt(""+t[3]+t[3],16)};if(t.match(vn)){var n=parseFloat((parseInt(""+t[4]+t[4],16)/255).toFixed(2));return{red:parseInt(""+t[1]+t[1],16),green:parseInt(""+t[2]+t[2],16),blue:parseInt(""+t[3]+t[3],16),alpha:n}}var a=Ft.exec(t);if(a)return{red:parseInt(""+a[1],10),green:parseInt(""+a[2],10),blue:parseInt(""+a[3],10)};var u=Sn.exec(t.substring(0,50));if(u)return{red:parseInt(""+u[1],10),green:parseInt(""+u[2],10),blue:parseInt(""+u[3],10),alpha:parseFloat(""+u[4])>1?parseFloat(""+u[4])/100:parseFloat(""+u[4])};var o=_n.exec(t);if(o){var c=parseInt(""+o[1],10),p=parseInt(""+o[2],10)/100,m=parseInt(""+o[3],10)/100,h="rgb("+nt(c,p,m)+")",b=Ft.exec(h);if(!b)throw new ve(4,t,h);return{red:parseInt(""+b[1],10),green:parseInt(""+b[2],10),blue:parseInt(""+b[3],10)}}var f=wn.exec(t.substring(0,50));if(f){var v=parseInt(""+f[1],10),d=parseInt(""+f[2],10)/100,y=parseInt(""+f[3],10)/100,S="rgb("+nt(v,d,y)+")",_=Ft.exec(S);if(!_)throw new ve(4,t,S);return{red:parseInt(""+_[1],10),green:parseInt(""+_[2],10),blue:parseInt(""+_[3],10),alpha:parseFloat(""+f[4])>1?parseFloat(""+f[4])/100:parseFloat(""+f[4])}}throw new ve(5)}function On(e){var t=e.red/255,r=e.green/255,n=e.blue/255,a=Math.max(t,r,n),u=Math.min(t,r,n),o=(a+u)/2;if(a===u)return e.alpha!==void 0?{hue:0,saturation:0,lightness:o,alpha:e.alpha}:{hue:0,saturation:0,lightness:o};var c,p=a-u,m=o>.5?p/(2-a-u):p/(a+u);switch(a){case t:c=(r-n)/p+(r=1?gt(e,t,r):"rgba("+nt(e,t,r)+","+n+")";if(typeof e=="object"&&t===void 0&&r===void 0&&n===void 0)return e.alpha>=1?gt(e.hue,e.saturation,e.lightness):"rgba("+nt(e.hue,e.saturation,e.lightness)+","+e.alpha+")";throw new ve(2)}function zt(e,t,r){if(typeof e=="number"&&typeof t=="number"&&typeof r=="number")return Lt("#"+We(e)+We(t)+We(r));if(typeof e=="object"&&t===void 0&&r===void 0)return Lt("#"+We(e.red)+We(e.green)+We(e.blue));throw new ve(6)}function bt(e,t,r,n){if(typeof e=="string"&&typeof t=="number"){var a=Ke(e);return"rgba("+a.red+","+a.green+","+a.blue+","+t+")"}else{if(typeof e=="number"&&typeof t=="number"&&typeof r=="number"&&typeof n=="number")return n>=1?zt(e,t,r):"rgba("+e+","+t+","+r+","+n+")";if(typeof e=="object"&&t===void 0&&r===void 0&&n===void 0)return e.alpha>=1?zt(e.red,e.green,e.blue):"rgba("+e.red+","+e.green+","+e.blue+","+e.alpha+")"}throw new ve(7)}var Pn=function(t){return typeof t.red=="number"&&typeof t.green=="number"&&typeof t.blue=="number"&&(typeof t.alpha!="number"||typeof t.alpha>"u")},An=function(t){return typeof t.red=="number"&&typeof t.green=="number"&&typeof t.blue=="number"&&typeof t.alpha=="number"},jn=function(t){return typeof t.hue=="number"&&typeof t.saturation=="number"&&typeof t.lightness=="number"&&(typeof t.alpha!="number"||typeof t.alpha>"u")},In=function(t){return typeof t.hue=="number"&&typeof t.saturation=="number"&&typeof t.lightness=="number"&&typeof t.alpha=="number"};function Me(e){if(typeof e!="object")throw new ve(8);if(An(e))return bt(e);if(Pn(e))return zt(e);if(In(e))return xn(e);if(jn(e))return Cn(e);throw new ve(8)}function Ar(e,t,r){return function(){var a=r.concat(Array.prototype.slice.call(arguments));return a.length>=t?e.apply(this,a):Ar(e,t,a)}}function Oe(e){return Ar(e,e.length,[])}function Nn(e,t){if(t==="transparent")return t;var r=Fe(t);return Me(be({},r,{hue:r.hue+parseFloat(e)}))}var qs=Oe(Nn);function Je(e,t,r){return Math.max(e,Math.min(t,r))}function $n(e,t){if(t==="transparent")return t;var r=Fe(t);return Me(be({},r,{lightness:Je(0,1,r.lightness-parseFloat(e))}))}var Gs=Oe($n);function kn(e,t){if(t==="transparent")return t;var r=Fe(t);return Me(be({},r,{saturation:Je(0,1,r.saturation-parseFloat(e))}))}var Us=Oe(kn);function Fn(e,t){if(t==="transparent")return t;var r=Fe(t);return Me(be({},r,{lightness:Je(0,1,r.lightness+parseFloat(e))}))}var Ys=Oe(Fn);function Mn(e,t,r){if(t==="transparent")return r;if(r==="transparent")return t;if(e===0)return r;var n=Ke(t),a=be({},n,{alpha:typeof n.alpha=="number"?n.alpha:1}),u=Ke(r),o=be({},u,{alpha:typeof u.alpha=="number"?u.alpha:1}),c=a.alpha-o.alpha,p=parseFloat(e)*2-1,m=p*c===-1?p:p+c,h=1+p*c,b=(m/h+1)/2,f=1-b,v={red:Math.floor(a.red*b+o.red*f),green:Math.floor(a.green*b+o.green*f),blue:Math.floor(a.blue*b+o.blue*f),alpha:a.alpha*parseFloat(e)+o.alpha*(1-parseFloat(e))};return bt(v)}var Ln=Oe(Mn),jr=Ln;function zn(e,t){if(t==="transparent")return t;var r=Ke(t),n=typeof r.alpha=="number"?r.alpha:1,a=be({},r,{alpha:Je(0,1,(n*100+parseFloat(e)*100)/100)});return bt(a)}var Vs=Oe(zn);function Bn(e,t){if(t==="transparent")return t;var r=Fe(t);return Me(be({},r,{saturation:Je(0,1,r.saturation+parseFloat(e))}))}var Ks=Oe(Bn);function Dn(e,t){return t==="transparent"?t:Me(be({},Fe(t),{hue:parseFloat(e)}))}var Js=Oe(Dn);function Wn(e,t){return t==="transparent"?t:Me(be({},Fe(t),{lightness:parseFloat(e)}))}var Xs=Oe(Wn);function Hn(e,t){return t==="transparent"?t:Me(be({},Fe(t),{saturation:parseFloat(e)}))}var Zs=Oe(Hn);function qn(e,t){return t==="transparent"?t:jr(parseFloat(e),"rgb(0, 0, 0)",t)}var Qs=Oe(qn);function Gn(e,t){return t==="transparent"?t:jr(parseFloat(e),"rgb(255, 255, 255)",t)}var ep=Oe(Gn);function Un(e,t){if(t==="transparent")return t;var r=Ke(t),n=typeof r.alpha=="number"?r.alpha:1,a=be({},r,{alpha:Je(0,1,+(n*100-parseFloat(e)*100).toFixed(2)/100)});return bt(a)}var Yn=Oe(Un),ht=Yn;var Vn=Object.create,zr=Object.defineProperty,Kn=Object.getOwnPropertyDescriptor,Br=Object.getOwnPropertyNames,Jn=Object.getPrototypeOf,Xn=Object.prototype.hasOwnProperty,Xe=(e=>typeof ze<"u"?ze:typeof Proxy<"u"?new Proxy(e,{get:(t,r)=>(typeof ze<"u"?ze:t)[r]}):e)(function(e){if(typeof ze<"u")return ze.apply(this,arguments);throw Error('Dynamic require of "'+e+'" is not supported')}),Ce=(e,t)=>function(){return t||(0,e[Br(e)[0]])((t={exports:{}}).exports,t),t.exports},Zn=(e,t,r,n)=>{if(t&&typeof t=="object"||typeof t=="function")for(let a of Br(t))!Xn.call(e,a)&&a!==r&&zr(e,a,{get:()=>t[a],enumerable:!(n=Kn(t,a))||n.enumerable});return e},xe=(e,t,r)=>(r=e!=null?Vn(Jn(e)):{},Zn(t||!e||!e.__esModule?zr(r,"default",{value:e,enumerable:!0}):r,e)),Ut=Ce({"../../node_modules/@devtools-ds/object-inspector/node_modules/@babel/runtime/helpers/extends.js"(e,t){function r(){return t.exports=r=Object.assign||function(n){for(var a=1;a=0)&&(u[c]=n[c]);return u}t.exports=r}}),Yt=Ce({"../../node_modules/@devtools-ds/object-inspector/node_modules/@babel/runtime/helpers/objectWithoutProperties.js"(e,t){var r=Qn();function n(a,u){if(a==null)return{};var o=r(a,u),c,p;if(Object.getOwnPropertySymbols){var m=Object.getOwnPropertySymbols(a);for(p=0;p=0)&&Object.prototype.propertyIsEnumerable.call(a,c)&&(o[c]=a[c])}return o}t.exports=n}}),ea=Ce({"../../node_modules/@devtools-ds/themes/node_modules/@babel/runtime/helpers/defineProperty.js"(e,t){function r(n,a,u){return a in n?Object.defineProperty(n,a,{value:u,enumerable:!0,configurable:!0,writable:!0}):n[a]=u,n}t.exports=r}}),ta=Ce({"../../node_modules/@devtools-ds/themes/node_modules/@babel/runtime/helpers/objectSpread2.js"(e,t){var r=ea();function n(u,o){var c=Object.keys(u);if(Object.getOwnPropertySymbols){var p=Object.getOwnPropertySymbols(u);o&&(p=p.filter(function(m){return Object.getOwnPropertyDescriptor(u,m).enumerable})),c.push.apply(c,p)}return c}function a(u){for(var o=1;o=0)&&(u[c]=n[c]);return u}t.exports=r}}),na=Ce({"../../node_modules/@devtools-ds/themes/node_modules/@babel/runtime/helpers/objectWithoutProperties.js"(e,t){var r=ra();function n(a,u){if(a==null)return{};var o=r(a,u),c,p;if(Object.getOwnPropertySymbols){var m=Object.getOwnPropertySymbols(a);for(p=0;p=0)&&Object.prototype.propertyIsEnumerable.call(a,c)&&(o[c]=a[c])}return o}t.exports=n}}),aa=Ce({"../../node_modules/@devtools-ds/object-inspector/node_modules/@babel/runtime/helpers/defineProperty.js"(e,t){function r(n,a,u){return a in n?Object.defineProperty(n,a,{value:u,enumerable:!0,configurable:!0,writable:!0}):n[a]=u,n}t.exports=r}}),oa=Ce({"../../node_modules/@devtools-ds/object-inspector/node_modules/@babel/runtime/helpers/objectSpread2.js"(e,t){var r=aa();function n(u,o){var c=Object.keys(u);if(Object.getOwnPropertySymbols){var p=Object.getOwnPropertySymbols(u);o&&(p=p.filter(function(m){return Object.getOwnPropertyDescriptor(u,m).enumerable})),c.push.apply(c,p)}return c}function a(u){for(var o=1;o=0)&&(u[c]=n[c]);return u}t.exports=r}}),ca=Ce({"../../node_modules/@devtools-ds/tree/node_modules/@babel/runtime/helpers/objectWithoutProperties.js"(e,t){var r=la();function n(a,u){if(a==null)return{};var o=r(a,u),c,p;if(Object.getOwnPropertySymbols){var m=Object.getOwnPropertySymbols(a);for(p=0;p=0)&&Object.prototype.propertyIsEnumerable.call(a,c)&&(o[c]=a[c])}return o}t.exports=n}}),ua=Object.create,Dr=Object.defineProperty,sa=Object.getOwnPropertyDescriptor,Wr=Object.getOwnPropertyNames,pa=Object.getPrototypeOf,ma=Object.prototype.hasOwnProperty,fa=(e=>typeof Xe<"u"?Xe:typeof Proxy<"u"?new Proxy(e,{get:(t,r)=>(typeof Xe<"u"?Xe:t)[r]}):e)(function(e){if(typeof Xe<"u")return Xe.apply(this,arguments);throw Error('Dynamic require of "'+e+'" is not supported')}),ye=(e,t)=>function(){return t||(0,e[Wr(e)[0]])((t={exports:{}}).exports,t),t.exports},da=(e,t,r,n)=>{if(t&&typeof t=="object"||typeof t=="function")for(let a of Wr(t))!ma.call(e,a)&&a!==r&&Dr(e,a,{get:()=>t[a],enumerable:!(n=sa(t,a))||n.enumerable});return e},Ge=(e,t,r)=>(r=e!=null?ua(pa(e)):{},da(t||!e||!e.__esModule?Dr(r,"default",{value:e,enumerable:!0}):r,e)),ga=ye({"../../node_modules/pretty-format/node_modules/ansi-styles/index.js"(e,t){var r=(u=0)=>o=>`\x1B[${38+u};5;${o}m`,n=(u=0)=>(o,c,p)=>`\x1B[${38+u};2;${o};${c};${p}m`;function a(){let u=new Map,o={modifier:{reset:[0,0],bold:[1,22],dim:[2,22],italic:[3,23],underline:[4,24],overline:[53,55],inverse:[7,27],hidden:[8,28],strikethrough:[9,29]},color:{black:[30,39],red:[31,39],green:[32,39],yellow:[33,39],blue:[34,39],magenta:[35,39],cyan:[36,39],white:[37,39],blackBright:[90,39],redBright:[91,39],greenBright:[92,39],yellowBright:[93,39],blueBright:[94,39],magentaBright:[95,39],cyanBright:[96,39],whiteBright:[97,39]},bgColor:{bgBlack:[40,49],bgRed:[41,49],bgGreen:[42,49],bgYellow:[43,49],bgBlue:[44,49],bgMagenta:[45,49],bgCyan:[46,49],bgWhite:[47,49],bgBlackBright:[100,49],bgRedBright:[101,49],bgGreenBright:[102,49],bgYellowBright:[103,49],bgBlueBright:[104,49],bgMagentaBright:[105,49],bgCyanBright:[106,49],bgWhiteBright:[107,49]}};o.color.gray=o.color.blackBright,o.bgColor.bgGray=o.bgColor.bgBlackBright,o.color.grey=o.color.blackBright,o.bgColor.bgGrey=o.bgColor.bgBlackBright;for(let[c,p]of Object.entries(o)){for(let[m,h]of Object.entries(p))o[m]={open:`\x1B[${h[0]}m`,close:`\x1B[${h[1]}m`},p[m]=o[m],u.set(h[0],h[1]);Object.defineProperty(o,c,{value:p,enumerable:!1})}return Object.defineProperty(o,"codes",{value:u,enumerable:!1}),o.color.close="\x1B[39m",o.bgColor.close="\x1B[49m",o.color.ansi256=r(),o.color.ansi16m=n(),o.bgColor.ansi256=r(10),o.bgColor.ansi16m=n(10),Object.defineProperties(o,{rgbToAnsi256:{value:(c,p,m)=>c===p&&p===m?c<8?16:c>248?231:Math.round((c-8)/247*24)+232:16+36*Math.round(c/255*5)+6*Math.round(p/255*5)+Math.round(m/255*5),enumerable:!1},hexToRgb:{value:c=>{let p=/(?[a-f\d]{6}|[a-f\d]{3})/i.exec(c.toString(16));if(!p)return[0,0,0];let{colorString:m}=p.groups;m.length===3&&(m=m.split("").map(b=>b+b).join(""));let h=Number.parseInt(m,16);return[h>>16&255,h>>8&255,h&255]},enumerable:!1},hexToAnsi256:{value:c=>o.rgbToAnsi256(...o.hexToRgb(c)),enumerable:!1}}),o}Object.defineProperty(t,"exports",{enumerable:!0,get:a})}}),St=ye({"../../node_modules/pretty-format/build/collections.js"(e){Object.defineProperty(e,"__esModule",{value:!0}),e.printIteratorEntries=r,e.printIteratorValues=n,e.printListItems=a,e.printObjectProperties=u;var t=(o,c)=>{let p=Object.keys(o),m=c!==null?p.sort(c):p;return Object.getOwnPropertySymbols&&Object.getOwnPropertySymbols(o).forEach(h=>{Object.getOwnPropertyDescriptor(o,h).enumerable&&m.push(h)}),m};function r(o,c,p,m,h,b,f=": "){let v="",d=0,y=o.next();if(!y.done){v+=c.spacingOuter;let S=p+c.indent;for(;!y.done;){if(v+=S,d++===c.maxWidth){v+="\u2026";break}let _=b(y.value[0],c,S,m,h),O=b(y.value[1],c,S,m,h);v+=_+f+O,y=o.next(),y.done?c.min||(v+=","):v+=`,${c.spacingInner}`}v+=c.spacingOuter+p}return v}function n(o,c,p,m,h,b){let f="",v=0,d=o.next();if(!d.done){f+=c.spacingOuter;let y=p+c.indent;for(;!d.done;){if(f+=y,v++===c.maxWidth){f+="\u2026";break}f+=b(d.value,c,y,m,h),d=o.next(),d.done?c.min||(f+=","):f+=`,${c.spacingInner}`}f+=c.spacingOuter+p}return f}function a(o,c,p,m,h,b){let f="";if(o.length){f+=c.spacingOuter;let v=p+c.indent;for(let d=0;d{let y=m.toString();if(y==="ArrayContaining"||y==="ArrayNotContaining")return++f>h.maxDepth?`[${y}]`:`${y+a}[${(0,t.printListItems)(m.sample,h,b,f,v,d)}]`;if(y==="ObjectContaining"||y==="ObjectNotContaining")return++f>h.maxDepth?`[${y}]`:`${y+a}{${(0,t.printObjectProperties)(m.sample,h,b,f,v,d)}}`;if(y==="StringMatching"||y==="StringNotMatching"||y==="StringContaining"||y==="StringNotContaining")return y+a+d(m.sample,h,b,f,v);if(typeof m.toAsymmetricMatcher!="function")throw new Error(`Asymmetric matcher ${m.constructor.name} does not implement toAsymmetricMatcher()`);return m.toAsymmetricMatcher()};e.serialize=u;var o=m=>m&&m.$$typeof===n;e.test=o;var c={serialize:u,test:o},p=c;e.default=p}}),ha=ye({"../../node_modules/pretty-format/build/plugins/DOMCollection.js"(e){Object.defineProperty(e,"__esModule",{value:!0}),e.test=e.serialize=e.default=void 0;var t=St(),r=" ",n=["DOMStringMap","NamedNodeMap"],a=/^(HTML\w*Collection|NodeList)$/,u=b=>n.indexOf(b)!==-1||a.test(b),o=b=>b&&b.constructor&&!!b.constructor.name&&u(b.constructor.name);e.test=o;var c=b=>b.constructor.name==="NamedNodeMap",p=(b,f,v,d,y,S)=>{let _=b.constructor.name;return++d>f.maxDepth?`[${_}]`:(f.min?"":_+r)+(n.indexOf(_)!==-1?`{${(0,t.printObjectProperties)(c(b)?Array.from(b).reduce((O,C)=>(O[C.name]=C.value,O),{}):{...b},f,v,d,y,S)}}`:`[${(0,t.printListItems)(Array.from(b),f,v,d,y,S)}]`)};e.serialize=p;var m={serialize:p,test:o},h=m;e.default=h}}),ya=ye({"../../node_modules/pretty-format/build/plugins/lib/escapeHTML.js"(e){Object.defineProperty(e,"__esModule",{value:!0}),e.default=t;function t(r){return r.replace(//g,">")}}}),Vt=ye({"../../node_modules/pretty-format/build/plugins/lib/markup.js"(e){Object.defineProperty(e,"__esModule",{value:!0}),e.printText=e.printProps=e.printElementAsLeaf=e.printElement=e.printComment=e.printChildren=void 0;var t=r(ya());function r(m){return m&&m.__esModule?m:{default:m}}var n=(m,h,b,f,v,d,y)=>{let S=f+b.indent,_=b.colors;return m.map(O=>{let C=h[O],N=y(C,b,S,v,d);return typeof C!="string"&&(N.indexOf(` +`)!==-1&&(N=b.spacingOuter+S+N+b.spacingOuter+f),N=`{${N}}`),`${b.spacingInner+f+_.prop.open+O+_.prop.close}=${_.value.open}${N}${_.value.close}`}).join("")};e.printProps=n;var a=(m,h,b,f,v,d)=>m.map(y=>h.spacingOuter+b+(typeof y=="string"?u(y,h):d(y,h,b,f,v))).join("");e.printChildren=a;var u=(m,h)=>{let b=h.colors.content;return b.open+(0,t.default)(m)+b.close};e.printText=u;var o=(m,h)=>{let b=h.colors.comment;return`${b.open}${b.close}`};e.printComment=o;var c=(m,h,b,f,v)=>{let d=f.colors.tag;return`${d.open}<${m}${h&&d.close+h+f.spacingOuter+v+d.open}${b?`>${d.close}${b}${f.spacingOuter}${v}${d.open}${d.close}`};e.printElement=c;var p=(m,h)=>{let b=h.colors.tag;return`${b.open}<${m}${b.close} \u2026${b.open} />${b.close}`};e.printElementAsLeaf=p}}),Ea=ye({"../../node_modules/pretty-format/build/plugins/DOMElement.js"(e){Object.defineProperty(e,"__esModule",{value:!0}),e.test=e.serialize=e.default=void 0;var t=Vt(),r=1,n=3,a=8,u=11,o=/^((HTML|SVG)\w*)?Element$/,c=S=>{try{return typeof S.hasAttribute=="function"&&S.hasAttribute("is")}catch{return!1}},p=S=>{let _=S.constructor.name,{nodeType:O,tagName:C}=S,N=typeof C=="string"&&C.includes("-")||c(S);return O===r&&(o.test(_)||N)||O===n&&_==="Text"||O===a&&_==="Comment"||O===u&&_==="DocumentFragment"},m=S=>S?.constructor?.name&&p(S);e.test=m;function h(S){return S.nodeType===n}function b(S){return S.nodeType===a}function f(S){return S.nodeType===u}var v=(S,_,O,C,N,j)=>{if(h(S))return(0,t.printText)(S.data,_);if(b(S))return(0,t.printComment)(S.data,_);let k=f(S)?"DocumentFragment":S.tagName.toLowerCase();return++C>_.maxDepth?(0,t.printElementAsLeaf)(k,_):(0,t.printElement)(k,(0,t.printProps)(f(S)?[]:Array.from(S.attributes,T=>T.name).sort(),f(S)?{}:Array.from(S.attributes).reduce((T,E)=>(T[E.name]=E.value,T),{}),_,O+_.indent,C,N,j),(0,t.printChildren)(Array.prototype.slice.call(S.childNodes||S.children),_,O+_.indent,C,N,j),_,O)};e.serialize=v;var d={serialize:v,test:m},y=d;e.default=y}}),va=ye({"../../node_modules/pretty-format/build/plugins/Immutable.js"(e){Object.defineProperty(e,"__esModule",{value:!0}),e.test=e.serialize=e.default=void 0;var t=St(),r="@@__IMMUTABLE_ITERABLE__@@",n="@@__IMMUTABLE_LIST__@@",a="@@__IMMUTABLE_KEYED__@@",u="@@__IMMUTABLE_MAP__@@",o="@@__IMMUTABLE_ORDERED__@@",c="@@__IMMUTABLE_RECORD__@@",p="@@__IMMUTABLE_SEQ__@@",m="@@__IMMUTABLE_SET__@@",h="@@__IMMUTABLE_STACK__@@",b=E=>`Immutable.${E}`,f=E=>`[${E}]`,v=" ",d="\u2026",y=(E,A,q,z,D,G,B)=>++z>A.maxDepth?f(b(B)):`${b(B)+v}{${(0,t.printIteratorEntries)(E.entries(),A,q,z,D,G)}}`;function S(E){let A=0;return{next(){if(A{let B=b(E._name||"Record");return++z>A.maxDepth?f(B):`${B+v}{${(0,t.printIteratorEntries)(S(E),A,q,z,D,G)}}`},O=(E,A,q,z,D,G)=>{let B=b("Seq");return++z>A.maxDepth?f(B):E[a]?`${B+v}{${E._iter||E._object?(0,t.printIteratorEntries)(E.entries(),A,q,z,D,G):d}}`:`${B+v}[${E._iter||E._array||E._collection||E._iterable?(0,t.printIteratorValues)(E.values(),A,q,z,D,G):d}]`},C=(E,A,q,z,D,G,B)=>++z>A.maxDepth?f(b(B)):`${b(B)+v}[${(0,t.printIteratorValues)(E.values(),A,q,z,D,G)}]`,N=(E,A,q,z,D,G)=>E[u]?y(E,A,q,z,D,G,E[o]?"OrderedMap":"Map"):E[n]?C(E,A,q,z,D,G,"List"):E[m]?C(E,A,q,z,D,G,E[o]?"OrderedSet":"Set"):E[h]?C(E,A,q,z,D,G,"Stack"):E[p]?O(E,A,q,z,D,G):_(E,A,q,z,D,G);e.serialize=N;var j=E=>E&&(E[r]===!0||E[c]===!0);e.test=j;var k={serialize:N,test:j},T=k;e.default=T}}),Sa=ye({"../../node_modules/pretty-format/node_modules/react-is/cjs/react-is.development.js"(e){(function(){var t=Symbol.for("react.element"),r=Symbol.for("react.portal"),n=Symbol.for("react.fragment"),a=Symbol.for("react.strict_mode"),u=Symbol.for("react.profiler"),o=Symbol.for("react.provider"),c=Symbol.for("react.context"),p=Symbol.for("react.server_context"),m=Symbol.for("react.forward_ref"),h=Symbol.for("react.suspense"),b=Symbol.for("react.suspense_list"),f=Symbol.for("react.memo"),v=Symbol.for("react.lazy"),d=Symbol.for("react.offscreen"),y=!1,S=!1,_=!1,O=!1,C=!1,N;N=Symbol.for("react.module.reference");function j(x){return!!(typeof x=="string"||typeof x=="function"||x===n||x===u||C||x===a||x===h||x===b||O||x===d||y||S||_||typeof x=="object"&&x!==null&&(x.$$typeof===v||x.$$typeof===f||x.$$typeof===o||x.$$typeof===c||x.$$typeof===m||x.$$typeof===N||x.getModuleId!==void 0))}function k(x){if(typeof x=="object"&&x!==null){var ae=x.$$typeof;switch(ae){case t:var oe=x.type;switch(oe){case n:case u:case a:case h:case b:return oe;default:var Te=oe&&oe.$$typeof;switch(Te){case p:case c:case m:case v:case f:case o:return Te;default:return ae}}case r:return ae}}}var T=c,E=o,A=t,q=m,z=n,D=v,G=f,B=r,ie=u,L=a,ee=h,R=b,M=!1,I=!1;function K(x){return M||(M=!0,console.warn("The ReactIs.isAsyncMode() alias has been deprecated, and will be removed in React 18+.")),!1}function Z(x){return I||(I=!0,console.warn("The ReactIs.isConcurrentMode() alias has been deprecated, and will be removed in React 18+.")),!1}function ne(x){return k(x)===c}function pe(x){return k(x)===o}function me(x){return typeof x=="object"&&x!==null&&x.$$typeof===t}function le(x){return k(x)===m}function fe(x){return k(x)===n}function we(x){return k(x)===v}function Ee(x){return k(x)===f}function g(x){return k(x)===r}function F(x){return k(x)===u}function W(x){return k(x)===a}function X(x){return k(x)===h}function V(x){return k(x)===b}e.ContextConsumer=T,e.ContextProvider=E,e.Element=A,e.ForwardRef=q,e.Fragment=z,e.Lazy=D,e.Memo=G,e.Portal=B,e.Profiler=ie,e.StrictMode=L,e.Suspense=ee,e.SuspenseList=R,e.isAsyncMode=K,e.isConcurrentMode=Z,e.isContextConsumer=ne,e.isContextProvider=pe,e.isElement=me,e.isForwardRef=le,e.isFragment=fe,e.isLazy=we,e.isMemo=Ee,e.isPortal=g,e.isProfiler=F,e.isStrictMode=W,e.isSuspense=X,e.isSuspenseList=V,e.isValidElementType=j,e.typeOf=k})()}}),_a=ye({"../../node_modules/pretty-format/node_modules/react-is/index.js"(e,t){t.exports=Sa()}}),wa=ye({"../../node_modules/pretty-format/build/plugins/ReactElement.js"(e){Object.defineProperty(e,"__esModule",{value:!0}),e.test=e.serialize=e.default=void 0;var t=a(_a()),r=Vt();function n(f){if(typeof WeakMap!="function")return null;var v=new WeakMap,d=new WeakMap;return(n=function(y){return y?d:v})(f)}function a(f,v){if(!v&&f&&f.__esModule)return f;if(f===null||typeof f!="object"&&typeof f!="function")return{default:f};var d=n(v);if(d&&d.has(f))return d.get(f);var y={},S=Object.defineProperty&&Object.getOwnPropertyDescriptor;for(var _ in f)if(_!=="default"&&Object.prototype.hasOwnProperty.call(f,_)){var O=S?Object.getOwnPropertyDescriptor(f,_):null;O&&(O.get||O.set)?Object.defineProperty(y,_,O):y[_]=f[_]}return y.default=f,d&&d.set(f,y),y}var u=(f,v=[])=>(Array.isArray(f)?f.forEach(d=>{u(d,v)}):f!=null&&f!==!1&&v.push(f),v),o=f=>{let v=f.type;if(typeof v=="string")return v;if(typeof v=="function")return v.displayName||v.name||"Unknown";if(t.isFragment(f))return"React.Fragment";if(t.isSuspense(f))return"React.Suspense";if(typeof v=="object"&&v!==null){if(t.isContextProvider(f))return"Context.Provider";if(t.isContextConsumer(f))return"Context.Consumer";if(t.isForwardRef(f)){if(v.displayName)return v.displayName;let d=v.render.displayName||v.render.name||"";return d!==""?`ForwardRef(${d})`:"ForwardRef"}if(t.isMemo(f)){let d=v.displayName||v.type.displayName||v.type.name||"";return d!==""?`Memo(${d})`:"Memo"}}return"UNDEFINED"},c=f=>{let{props:v}=f;return Object.keys(v).filter(d=>d!=="children"&&v[d]!==void 0).sort()},p=(f,v,d,y,S,_)=>++y>v.maxDepth?(0,r.printElementAsLeaf)(o(f),v):(0,r.printElement)(o(f),(0,r.printProps)(c(f),f.props,v,d+v.indent,y,S,_),(0,r.printChildren)(u(f.props.children),v,d+v.indent,y,S,_),v,d);e.serialize=p;var m=f=>f!=null&&t.isElement(f);e.test=m;var h={serialize:p,test:m},b=h;e.default=b}}),Oa=ye({"../../node_modules/pretty-format/build/plugins/ReactTestComponent.js"(e){Object.defineProperty(e,"__esModule",{value:!0}),e.test=e.serialize=e.default=void 0;var t=Vt(),r=globalThis["jest-symbol-do-not-touch"]||globalThis.Symbol,n=typeof r=="function"&&r.for?r.for("react.test.json"):245830487,a=m=>{let{props:h}=m;return h?Object.keys(h).filter(b=>h[b]!==void 0).sort():[]},u=(m,h,b,f,v,d)=>++f>h.maxDepth?(0,t.printElementAsLeaf)(m.type,h):(0,t.printElement)(m.type,m.props?(0,t.printProps)(a(m),m.props,h,b+h.indent,f,v,d):"",m.children?(0,t.printChildren)(m.children,h,b+h.indent,f,v,d):"",h,b);e.serialize=u;var o=m=>m&&m.$$typeof===n;e.test=o;var c={serialize:u,test:o},p=c;e.default=p}}),Kt=ye({"../../node_modules/pretty-format/build/index.js"(e){Object.defineProperty(e,"__esModule",{value:!0}),e.default=e.DEFAULT_OPTIONS=void 0,e.format=fe,e.plugins=void 0;var t=m(ga()),r=St(),n=m(ba()),a=m(ha()),u=m(Ea()),o=m(va()),c=m(wa()),p=m(Oa());function m(g){return g&&g.__esModule?g:{default:g}}var h=Object.prototype.toString,b=Date.prototype.toISOString,f=Error.prototype.toString,v=RegExp.prototype.toString,d=g=>typeof g.constructor=="function"&&g.constructor.name||"Object",y=g=>typeof window<"u"&&g===window,S=/^Symbol\((.*)\)(.*)$/,_=/\n/gi,O=class extends Error{constructor(g,F){super(g),this.stack=F,this.name=this.constructor.name}};function C(g){return g==="[object Array]"||g==="[object ArrayBuffer]"||g==="[object DataView]"||g==="[object Float32Array]"||g==="[object Float64Array]"||g==="[object Int8Array]"||g==="[object Int16Array]"||g==="[object Int32Array]"||g==="[object Uint8Array]"||g==="[object Uint8ClampedArray]"||g==="[object Uint16Array]"||g==="[object Uint32Array]"}function N(g){return Object.is(g,-0)?"-0":String(g)}function j(g){return`${g}n`}function k(g,F){return F?`[Function ${g.name||"anonymous"}]`:"[Function]"}function T(g){return String(g).replace(S,"Symbol($1)")}function E(g){return`[${f.call(g)}]`}function A(g,F,W,X){if(g===!0||g===!1)return`${g}`;if(g===void 0)return"undefined";if(g===null)return"null";let V=typeof g;if(V==="number")return N(g);if(V==="bigint")return j(g);if(V==="string")return X?`"${g.replace(/"|\\/g,"\\$&")}"`:`"${g}"`;if(V==="function")return k(g,F);if(V==="symbol")return T(g);let x=h.call(g);return x==="[object WeakMap]"?"WeakMap {}":x==="[object WeakSet]"?"WeakSet {}":x==="[object Function]"||x==="[object GeneratorFunction]"?k(g,F):x==="[object Symbol]"?T(g):x==="[object Date]"?isNaN(+g)?"Date { NaN }":b.call(g):x==="[object Error]"?E(g):x==="[object RegExp]"?W?v.call(g).replace(/[\\^$*+?.()|[\]{}]/g,"\\$&"):v.call(g):g instanceof Error?E(g):null}function q(g,F,W,X,V,x){if(V.indexOf(g)!==-1)return"[Circular]";V=V.slice(),V.push(g);let ae=++X>F.maxDepth,oe=F.min;if(F.callToJSON&&!ae&&g.toJSON&&typeof g.toJSON=="function"&&!x)return B(g.toJSON(),F,W,X,V,!0);let Te=h.call(g);return Te==="[object Arguments]"?ae?"[Arguments]":`${oe?"":"Arguments "}[${(0,r.printListItems)(g,F,W,X,V,B)}]`:C(Te)?ae?`[${g.constructor.name}]`:`${oe||!F.printBasicPrototype&&g.constructor.name==="Array"?"":`${g.constructor.name} `}[${(0,r.printListItems)(g,F,W,X,V,B)}]`:Te==="[object Map]"?ae?"[Map]":`Map {${(0,r.printIteratorEntries)(g.entries(),F,W,X,V,B," => ")}}`:Te==="[object Set]"?ae?"[Set]":`Set {${(0,r.printIteratorValues)(g.values(),F,W,X,V,B)}}`:ae||y(g)?`[${d(g)}]`:`${oe||!F.printBasicPrototype&&d(g)==="Object"?"":`${d(g)} `}{${(0,r.printObjectProperties)(g,F,W,X,V,B)}}`}function z(g){return g.serialize!=null}function D(g,F,W,X,V,x){let ae;try{ae=z(g)?g.serialize(F,W,X,V,x,B):g.print(F,oe=>B(oe,W,X,V,x),oe=>{let Te=X+W.indent;return Te+oe.replace(_,` +${Te}`)},{edgeSpacing:W.spacingOuter,min:W.min,spacing:W.spacingInner},W.colors)}catch(oe){throw new O(oe.message,oe.stack)}if(typeof ae!="string")throw new Error(`pretty-format: Plugin must return type "string" but instead returned "${typeof ae}".`);return ae}function G(g,F){for(let W=0;Wg,R=ee({callToJSON:!0,compareKeys:void 0,escapeRegex:!1,escapeString:!0,highlight:!1,indent:2,maxDepth:1/0,maxWidth:1/0,min:!1,plugins:[],printBasicPrototype:!0,printFunctionName:!0,theme:ie});e.DEFAULT_OPTIONS=R;function M(g){if(Object.keys(g).forEach(F=>{if(!Object.prototype.hasOwnProperty.call(R,F))throw new Error(`pretty-format: Unknown option "${F}".`)}),g.min&&g.indent!==void 0&&g.indent!==0)throw new Error('pretty-format: Options "min" and "indent" cannot be used together.');if(g.theme!==void 0){if(g.theme===null)throw new Error('pretty-format: Option "theme" must not be null.');if(typeof g.theme!="object")throw new Error(`pretty-format: Option "theme" must be of type "object" but instead received "${typeof g.theme}".`)}}var I=g=>L.reduce((F,W)=>{let X=g.theme&&g.theme[W]!==void 0?g.theme[W]:ie[W],V=X&&t.default[X];if(V&&typeof V.close=="string"&&typeof V.open=="string")F[W]=V;else throw new Error(`pretty-format: Option "theme" has a key "${W}" whose value "${X}" is undefined in ansi-styles.`);return F},Object.create(null)),K=()=>L.reduce((g,F)=>(g[F]={close:"",open:""},g),Object.create(null)),Z=g=>g?.printFunctionName??R.printFunctionName,ne=g=>g?.escapeRegex??R.escapeRegex,pe=g=>g?.escapeString??R.escapeString,me=g=>({callToJSON:g?.callToJSON??R.callToJSON,colors:g?.highlight?I(g):K(),compareKeys:typeof g?.compareKeys=="function"||g?.compareKeys===null?g.compareKeys:R.compareKeys,escapeRegex:ne(g),escapeString:pe(g),indent:g?.min?"":le(g?.indent??R.indent),maxDepth:g?.maxDepth??R.maxDepth,maxWidth:g?.maxWidth??R.maxWidth,min:g?.min??R.min,plugins:g?.plugins??R.plugins,printBasicPrototype:g?.printBasicPrototype??!0,printFunctionName:Z(g),spacingInner:g?.min?" ":` +`,spacingOuter:g?.min?"":` +`});function le(g){return new Array(g+1).join(" ")}function fe(g,F){if(F&&(M(F),F.plugins)){let X=G(F.plugins,g);if(X!==null)return D(X,g,me(F),"",0,[])}let W=A(g,Z(F),ne(F),pe(F));return W!==null?W:q(g,me(F),"",0,[])}var we={AsymmetricMatcher:n.default,DOMCollection:a.default,DOMElement:u.default,Immutable:o.default,ReactElement:c.default,ReactTestComponent:p.default};e.plugins=we;var Ee=fe;e.default=Ee}}),Hr=ye({"../../node_modules/diff-sequences/build/index.js"(e){Object.defineProperty(e,"__esModule",{value:!0}),e.default=v;var t="diff-sequences",r=0,n=(d,y,S,_,O)=>{let C=0;for(;d{let C=0;for(;d<=y&&S<=_&&O(y,_);)y-=1,_-=1,C+=1;return C},u=(d,y,S,_,O,C,N)=>{let j=0,k=-d,T=C[j],E=T;C[j]+=n(T+1,y,_+T-k+1,S,O);let A=d{let j=0,k=d,T=C[j],E=T;C[j]-=a(y,T-1,S,_+T-k-1,O);let A=d{let A=_-y,q=S-y,z=O-_-q,D=-z-(d-1),G=-z+(d-1),B=r,ie=d{let A=O-S,q=S-y,z=O-_-q,D=z-d,G=z+d,B=r,ie=d{let T=_-y,E=O-S,A=S-y,q=O-_,z=q-A,D=A,G=A;if(N[0]=y-1,j[0]=S,z%2===0){let B=(d||z)/2,ie=(A+q)/2;for(let L=1;L<=ie;L+=1)if(D=u(L,S,O,T,C,N,D),L{if(O-_{pe(le,we,fe)},isCommon:(le,fe)=>me(fe,le)}}let Z=y,ne=S;y=_,S=O,_=Z,O=ne}let{foundSubsequence:E,isCommon:A}=N[C?1:0];m(d,y,S,_,O,A,j,k,T);let{nChangePreceding:q,aEndPreceding:z,bEndPreceding:D,nCommonPreceding:G,aCommonPreceding:B,bCommonPreceding:ie,nCommonFollowing:L,aCommonFollowing:ee,bCommonFollowing:R,nChangeFollowing:M,aStartFollowing:I,bStartFollowing:K}=T;y{if(typeof y!="number")throw new TypeError(`${t}: ${d} typeof ${typeof y} is not a number`);if(!Number.isSafeInteger(y))throw new RangeError(`${t}: ${d} value ${y} is not a safe integer`);if(y<0)throw new RangeError(`${t}: ${d} value ${y} is a negative integer`)},f=(d,y)=>{let S=typeof y;if(S!=="function")throw new TypeError(`${t}: ${d} typeof ${S} is not a function`)};function v(d,y,S,_){b("aLength",d),b("bLength",y),f("isCommon",S),f("foundSubsequence",_);let O=n(0,d,0,y,S);if(O!==0&&_(O,0,0),d!==O||y!==O){let C=O,N=O,j=a(C,d-1,N,y-1,S),k=d-j,T=y-j,E=O+j;d!==E&&y!==E&&h(0,C,k,N,T,!1,[{foundSubsequence:_,isCommon:S}],[r],[r],{aCommonFollowing:r,aCommonPreceding:r,aEndPreceding:r,aStartFollowing:r,bCommonFollowing:r,bCommonPreceding:r,bEndPreceding:r,bStartFollowing:r,nChangeFollowing:r,nChangePreceding:r,nCommonFollowing:r,nCommonPreceding:r}),j!==0&&_(j,k,T)}}}}),qr=ye({"../../node_modules/loupe/loupe.js"(e,t){(function(r,n){typeof e=="object"&&typeof t<"u"?n(e):typeof define=="function"&&define.amd?define(["exports"],n):(r=typeof globalThis<"u"?globalThis:r||self,n(r.loupe={}))})(e,function(r){function n(l){"@babel/helpers - typeof";return typeof Symbol=="function"&&typeof Symbol.iterator=="symbol"?n=function(s){return typeof s}:n=function(s){return s&&typeof Symbol=="function"&&s.constructor===Symbol&&s!==Symbol.prototype?"symbol":typeof s},n(l)}function a(l,s){return u(l)||o(l,s)||c(l,s)||m()}function u(l){if(Array.isArray(l))return l}function o(l,s){if(!(typeof Symbol>"u"||!(Symbol.iterator in Object(l)))){var w=[],P=!0,$=!1,U=void 0;try{for(var Q=l[Symbol.iterator](),re;!(P=(re=Q.next()).done)&&(w.push(re.value),!(s&&w.length===s));P=!0);}catch(he){$=!0,U=he}finally{try{!P&&Q.return!=null&&Q.return()}finally{if($)throw U}}return w}}function c(l,s){if(l){if(typeof l=="string")return p(l,s);var w=Object.prototype.toString.call(l).slice(8,-1);if(w==="Object"&&l.constructor&&(w=l.constructor.name),w==="Map"||w==="Set")return Array.from(l);if(w==="Arguments"||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(w))return p(l,s)}}function p(l,s){(s==null||s>l.length)&&(s=l.length);for(var w=0,P=new Array(s);w0&&arguments[0]!==void 0?arguments[0]:{},s=l.showHidden,w=s===void 0?!1:s,P=l.depth,$=P===void 0?2:P,U=l.colors,Q=U===void 0?!1:U,re=l.customInspect,he=re===void 0?!0:re,ge=l.showProxy,Re=ge===void 0?!1:ge,Le=l.maxArrayLength,Tt=Le===void 0?1/0:Le,Qe=l.breakLength,Ye=Qe===void 0?1/0:Qe,et=l.seen,un=et===void 0?[]:et,ar=l.truncate,sn=ar===void 0?1/0:ar,or=l.stylize,pn=or===void 0?String:or,Rt={showHidden:!!w,depth:Number($),colors:!!Q,customInspect:!!he,showProxy:!!Re,maxArrayLength:Number(Tt),breakLength:Number(Ye),truncate:Number(sn),seen:un,stylize:pn};return Rt.colors&&(Rt.stylize=v),Rt}function y(l,s){var w=arguments.length>2&&arguments[2]!==void 0?arguments[2]:f;l=String(l);var P=w.length,$=l.length;return P>s&&$>P?w:$>s&&$>P?"".concat(l.slice(0,s-P)).concat(w):l}function S(l,s,w){var P=arguments.length>3&&arguments[3]!==void 0?arguments[3]:", ";w=w||s.inspect;var $=l.length;if($===0)return"";for(var U=s.truncate,Q="",re="",he="",ge=0;ge<$;ge+=1){var Re=ge+1===l.length,Le=ge+2===l.length;he="".concat(f,"(").concat(l.length-ge,")");var Tt=l[ge];s.truncate=U-Q.length-(Re?0:P.length);var Qe=re||w(Tt,s)+(Re?"":P),Ye=Q.length+Qe.length,et=Ye+he.length;if(Re&&Ye>U&&Q.length+he.length<=U||!Re&&!Le&&et>U||(re=Re?"":w(l[ge+1],s)+(Le?"":P),!Re&&Le&&et>U&&Ye+re.length>U))break;if(Q+=Qe,!Re&&!Le&&Ye+re.length>=U){he="".concat(f,"(").concat(l.length-ge-1,")");break}he=""}return"".concat(Q).concat(he)}function _(l){return l.match(/^[a-zA-Z_][a-zA-Z_0-9]*$/)?l:JSON.stringify(l).replace(/'/g,"\\'").replace(/\\"/g,'"').replace(/(^"|"$)/g,"'")}function O(l,s){var w=a(l,2),P=w[0],$=w[1];return s.truncate-=2,typeof P=="string"?P=_(P):typeof P!="number"&&(P="[".concat(s.inspect(P,s),"]")),s.truncate-=P.length,$=s.inspect($,s),"".concat(P,": ").concat($)}function C(l,s){var w=Object.keys(l).slice(l.length);if(!l.length&&!w.length)return"[]";s.truncate-=4;var P=S(l,s);s.truncate-=P.length;var $="";return w.length&&($=S(w.map(function(U){return[U,l[U]]}),s,O)),"[ ".concat(P).concat($?", ".concat($):""," ]")}var N=Function.prototype.toString,j=/\s*function(?:\s|\s*\/\*[^(?:*\/)]+\*\/\s*)*([^\s\(\/]+)/;function k(l){if(typeof l!="function")return null;var s="";if(typeof Function.prototype.name>"u"&&typeof l.name>"u"){var w=N.call(l).match(j);w&&(s=w[1])}else s=l.name;return s}var T=k,E=function(l){return typeof Buffer=="function"&&l instanceof Buffer?"Buffer":l[Symbol.toStringTag]?l[Symbol.toStringTag]:T(l.constructor)};function A(l,s){var w=E(l);s.truncate-=w.length+4;var P=Object.keys(l).slice(l.length);if(!l.length&&!P.length)return"".concat(w,"[]");for(var $="",U=0;U ").concat($)}function G(l){var s=[];return l.forEach(function(w,P){s.push([P,w])}),s}function B(l,s){var w=l.size-1;return w<=0?"Map{}":(s.truncate-=7,"Map{ ".concat(S(G(l),s,D)," }"))}var ie=Number.isNaN||function(l){return l!==l};function L(l,s){return ie(l)?s.stylize("NaN","number"):l===1/0?s.stylize("Infinity","number"):l===-1/0?s.stylize("-Infinity","number"):l===0?s.stylize(1/l===1/0?"+0":"-0","number"):s.stylize(y(l,s.truncate),"number")}function ee(l,s){var w=y(l.toString(),s.truncate-1);return w!==f&&(w+="n"),s.stylize(w,"bigint")}function R(l,s){var w=l.toString().split("/")[2],P=s.truncate-(2+w.length),$=l.source;return s.stylize("/".concat(y($,P),"/").concat(w),"regexp")}function M(l){var s=[];return l.forEach(function(w){s.push(w)}),s}function I(l,s){return l.size===0?"Set{}":(s.truncate-=7,"Set{ ".concat(S(M(l),s)," }"))}var K=new RegExp("['\\u0000-\\u001f\\u007f-\\u009f\\u00ad\\u0600-\\u0604\\u070f\\u17b4\\u17b5\\u200c-\\u200f\\u2028-\\u202f\\u2060-\\u206f\\ufeff\\ufff0-\\uffff]","g"),Z={"\b":"\\b"," ":"\\t","\n":"\\n","\f":"\\f","\r":"\\r","'":"\\'","\\":"\\\\"},ne=16,pe=4;function me(l){return Z[l]||"\\u".concat("0000".concat(l.charCodeAt(0).toString(ne)).slice(-pe))}function le(l,s){return K.test(l)&&(l=l.replace(K,me)),s.stylize("'".concat(y(l,s.truncate-2),"'"),"string")}function fe(l){return"description"in Symbol.prototype?l.description?"Symbol(".concat(l.description,")"):"Symbol()":l.toString()}var we=function(){return"Promise{\u2026}"};try{var Ee=process.binding("util"),g=Ee.getPromiseDetails,F=Ee.kPending,W=Ee.kRejected;Array.isArray(g(Promise.resolve()))&&(we=function(l,s){var w=g(l),P=a(w,2),$=P[0],U=P[1];return $===F?"Promise{}":"Promise".concat($===W?"!":"","{").concat(s.inspect(U,s),"}")})}catch{}var X=we;function V(l,s){var w=Object.getOwnPropertyNames(l),P=Object.getOwnPropertySymbols?Object.getOwnPropertySymbols(l):[];if(w.length===0&&P.length===0)return"{}";if(s.truncate-=4,s.seen=s.seen||[],s.seen.indexOf(l)>=0)return"[Circular]";s.seen.push(l);var $=S(w.map(function(re){return[re,l[re]]}),s,O),U=S(P.map(function(re){return[re,l[re]]}),s,O);s.seen.pop();var Q="";return $&&U&&(Q=", "),"{ ".concat($).concat(Q).concat(U," }")}var x=typeof Symbol<"u"&&Symbol.toStringTag?Symbol.toStringTag:!1;function ae(l,s){var w="";return x&&x in l&&(w=l[x]),w=w||T(l.constructor),(!w||w==="_class")&&(w=""),s.truncate-=w.length,"".concat(w).concat(V(l,s))}function oe(l,s){return l.length===0?"Arguments[]":(s.truncate-=13,"Arguments[ ".concat(S(l,s)," ]"))}var Te=["stack","line","column","name","message","fileName","lineNumber","columnNumber","number","description"];function en(l,s){var w=Object.getOwnPropertyNames(l).filter(function(Q){return Te.indexOf(Q)===-1}),P=l.name;s.truncate-=P.length;var $="";typeof l.message=="string"?$=y(l.message,s.truncate):w.unshift("message"),$=$?": ".concat($):"",s.truncate-=$.length+5;var U=S(w.map(function(Q){return[Q,l[Q]]}),s,O);return"".concat(P).concat($).concat(U?" { ".concat(U," }"):"")}function tn(l,s){var w=a(l,2),P=w[0],$=w[1];return s.truncate-=3,$?"".concat(s.stylize(P,"yellow"),"=").concat(s.stylize('"'.concat($,'"'),"string")):"".concat(s.stylize(P,"yellow"))}function Ot(l,s){return S(l,s,er,` +`)}function er(l,s){var w=l.getAttributeNames(),P=l.tagName.toLowerCase(),$=s.stylize("<".concat(P),"special"),U=s.stylize(">","special"),Q=s.stylize(""),"special");s.truncate-=P.length*2+5;var re="";w.length>0&&(re+=" ",re+=S(w.map(function(Re){return[Re,l.getAttribute(Re)]}),s,tn," ")),s.truncate-=re.length;var he=s.truncate,ge=Ot(l.children,s);return ge&&ge.length>he&&(ge="".concat(f,"(").concat(l.children.length,")")),"".concat($).concat(re).concat(U).concat(ge).concat(Q)}var rn=typeof Symbol=="function"&&typeof Symbol.for=="function",lt=rn?Symbol.for("chai/inspect"):"@@chai/inspect",Ue=!1;try{var tr=fa("util");Ue=tr.inspect?tr.inspect.custom:!1}catch{Ue=!1}function rr(){this.key="chai/loupe__"+Math.random()+Date.now()}rr.prototype={get:function(l){return l[this.key]},has:function(l){return this.key in l},set:function(l,s){Object.isExtensible(l)&&Object.defineProperty(l,this.key,{value:s,configurable:!0})}};var ct=new(typeof WeakMap=="function"?WeakMap:rr),ut={},nr={undefined:function(l,s){return s.stylize("undefined","undefined")},null:function(l,s){return s.stylize(null,"null")},boolean:function(l,s){return s.stylize(l,"boolean")},Boolean:function(l,s){return s.stylize(l,"boolean")},number:L,Number:L,bigint:ee,BigInt:ee,string:le,String:le,function:z,Function:z,symbol:fe,Symbol:fe,Array:C,Date:q,Map:B,Set:I,RegExp:R,Promise:X,WeakSet:function(l,s){return s.stylize("WeakSet{\u2026}","special")},WeakMap:function(l,s){return s.stylize("WeakMap{\u2026}","special")},Arguments:oe,Int8Array:A,Uint8Array:A,Uint8ClampedArray:A,Int16Array:A,Uint16Array:A,Int32Array:A,Uint32Array:A,Float32Array:A,Float64Array:A,Generator:function(){return""},DataView:function(){return""},ArrayBuffer:function(){return""},Error:en,HTMLCollection:Ot,NodeList:Ot},nn=function(l,s,w){return lt in l&&typeof l[lt]=="function"?l[lt](s):Ue&&Ue in l&&typeof l[Ue]=="function"?l[Ue](s.depth,s):"inspect"in l&&typeof l.inspect=="function"?l.inspect(s.depth,s):"constructor"in l&&ct.has(l.constructor)?ct.get(l.constructor)(l,s):ut[w]?ut[w](l,s):""},an=Object.prototype.toString;function st(l,s){s=d(s),s.inspect=st;var w=s,P=w.customInspect,$=l===null?"null":n(l);if($==="object"&&($=an.call(l).slice(8,-1)),nr[$])return nr[$](l,s);if(P&&l){var U=nn(l,s,$);if(U)return typeof U=="string"?U:st(U,s)}var Q=l?Object.getPrototypeOf(l):!1;return Q===Object.prototype||Q===null?V(l,s):l&&typeof HTMLElement=="function"&&l instanceof HTMLElement?er(l,s):"constructor"in l?l.constructor!==Object?ae(l,s):V(l,s):l===Object(l)?V(l,s):s.stylize(String(l),$)}function on(l,s){return ct.has(l)?!1:(ct.set(l,s),!0)}function ln(l,s){return l in ut?!1:(ut[l]=s,!0)}var cn=lt;r.custom=cn,r.default=st,r.inspect=st,r.registerConstructor=on,r.registerStringTag=ln,Object.defineProperty(r,"__esModule",{value:!0})})}}),Ta=Ge(Kt(),1);Ge(Hr(),1);var Ra={bold:["\x1B[1m","\x1B[22m","\x1B[22m\x1B[1m"],dim:["\x1B[2m","\x1B[22m","\x1B[22m\x1B[2m"],italic:["\x1B[3m","\x1B[23m"],underline:["\x1B[4m","\x1B[24m"],inverse:["\x1B[7m","\x1B[27m"],hidden:["\x1B[8m","\x1B[28m"],strikethrough:["\x1B[9m","\x1B[29m"],black:["\x1B[30m","\x1B[39m"],red:["\x1B[31m","\x1B[39m"],green:["\x1B[32m","\x1B[39m"],yellow:["\x1B[33m","\x1B[39m"],blue:["\x1B[34m","\x1B[39m"],magenta:["\x1B[35m","\x1B[39m"],cyan:["\x1B[36m","\x1B[39m"],white:["\x1B[37m","\x1B[39m"],gray:["\x1B[90m","\x1B[39m"],bgBlack:["\x1B[40m","\x1B[49m"],bgRed:["\x1B[41m","\x1B[49m"],bgGreen:["\x1B[42m","\x1B[49m"],bgYellow:["\x1B[43m","\x1B[49m"],bgBlue:["\x1B[44m","\x1B[49m"],bgMagenta:["\x1B[45m","\x1B[49m"],bgCyan:["\x1B[46m","\x1B[49m"],bgWhite:["\x1B[47m","\x1B[49m"]},Ca=Object.entries(Ra);function Jt(e){return String(e)}Jt.open="";Jt.close="";Ca.reduce((e,[t])=>(e[t]=Jt,e),{isColorSupported:!1});Ta.plugins;var xa=Ge(Kt(),1);Ge(qr(),1);xa.plugins;Ge(Kt(),1);Ge(Hr(),1);Ge(qr(),1);var Y=(e=>(e.DONE="done",e.ERROR="error",e.ACTIVE="active",e.WAITING="waiting",e))(Y||{}),He={CALL:"storybook/instrumenter/call",SYNC:"storybook/instrumenter/sync",START:"storybook/instrumenter/start",BACK:"storybook/instrumenter/back",GOTO:"storybook/instrumenter/goto",NEXT:"storybook/instrumenter/next",END:"storybook/instrumenter/end"},_t="storybook/interactions",Pa=`${_t}/panel`,Aa=J.div(({theme:e,status:t})=>({padding:"4px 6px 4px 8px;",borderRadius:"4px",backgroundColor:{[Y.DONE]:e.color.positive,[Y.ERROR]:e.color.negative,[Y.ACTIVE]:e.color.warning,[Y.WAITING]:e.color.warning}[t],color:"white",fontFamily:Ie.fonts.base,textTransform:"uppercase",fontSize:Ie.size.s1,letterSpacing:3,fontWeight:Ie.weight.bold,width:65,textAlign:"center"})),ja=({status:e})=>{let t={[Y.DONE]:"Pass",[Y.ERROR]:"Fail",[Y.ACTIVE]:"Runs",[Y.WAITING]:"Runs"}[e];return i.createElement(Aa,{"aria-label":"Status of the test run",status:e},t)},Ia=J.div(({theme:e})=>({background:e.background.app,borderBottom:`1px solid ${e.appBorderColor}`,position:"sticky",top:0,zIndex:1})),Na=J.nav(({theme:e})=>({height:40,display:"flex",alignItems:"center",justifyContent:"space-between",paddingLeft:15})),$a=J(gr)(({theme:e})=>({borderRadius:4,padding:6,color:e.textMutedColor,"&:not(:disabled)":{"&:hover,&:focus-visible":{color:e.color.secondary}}})),at=J(At)(({theme:e})=>({fontFamily:e.typography.fonts.base})),ot=J(Pt)(({theme:e})=>({color:e.textMutedColor,margin:"0 3px"})),ka=J(Er)({marginTop:0}),Fa=J(hr)(({theme:e})=>({color:e.textMutedColor,justifyContent:"flex-end",textAlign:"right",whiteSpace:"nowrap",marginTop:"auto",marginBottom:1,paddingRight:15,fontSize:13})),Ir=J.div({display:"flex",alignItems:"center"}),Ma=J(ot)({marginLeft:9}),La=J($a)({marginLeft:9,marginRight:9,marginBottom:1,lineHeight:"12px"}),za=J(ot)(({theme:e,animating:t,disabled:r})=>({opacity:r?.5:1,svg:{animation:t&&`${e.animation.rotate360} 200ms ease-out`}})),Ba=({controls:e,controlStates:t,status:r,storyFileName:n,onScrollToEnd:a})=>{let u=r===Y.ERROR?"Scroll to error":"Scroll to end";return i.createElement(Ia,null,i.createElement(dr,null,i.createElement(Na,null,i.createElement(Ir,null,i.createElement(ja,{status:r}),i.createElement(La,{onClick:a,disabled:!a},u),i.createElement(ka,null),i.createElement(De,{trigger:"hover",hasChrome:!1,tooltip:i.createElement(at,{note:"Go to start"})},i.createElement(Ma,{"aria-label":"Go to start",containsIcon:!0,onClick:e.start,disabled:!t.start},i.createElement(ke,{icon:"rewind"}))),i.createElement(De,{trigger:"hover",hasChrome:!1,tooltip:i.createElement(at,{note:"Go back"})},i.createElement(ot,{"aria-label":"Go back",containsIcon:!0,onClick:e.back,disabled:!t.back},i.createElement(ke,{icon:"playback"}))),i.createElement(De,{trigger:"hover",hasChrome:!1,tooltip:i.createElement(at,{note:"Go forward"})},i.createElement(ot,{"aria-label":"Go forward",containsIcon:!0,onClick:e.next,disabled:!t.next},i.createElement(ke,{icon:"playnext"}))),i.createElement(De,{trigger:"hover",hasChrome:!1,tooltip:i.createElement(at,{note:"Go to end"})},i.createElement(ot,{"aria-label":"Go to end",containsIcon:!0,onClick:e.end,disabled:!t.end},i.createElement(ke,{icon:"fastforward"}))),i.createElement(De,{trigger:"hover",hasChrome:!1,tooltip:i.createElement(at,{note:"Rerun"})},i.createElement(za,{"aria-label":"Rerun",containsIcon:!0,onClick:e.rerun},i.createElement(ke,{icon:"sync"})))),n&&i.createElement(Ir,null,i.createElement(Fa,null,n)))))},Da=xe(Ut()),Wa=xe(Yt());function qt(e){var t,r,n="";if(e)if(typeof e=="object")if(Array.isArray(e))for(t=0;tArray.isArray(e)||ArrayBuffer.isView(e)&&!(e instanceof DataView),Gr=e=>e!==null&&typeof e=="object"&&!Xt(e)&&!(e instanceof Date)&&!(e instanceof RegExp)&&!(e instanceof Error)&&!(e instanceof WeakMap)&&!(e instanceof WeakSet),Ha=e=>Gr(e)||Xt(e)||typeof e=="function"||e instanceof Promise,Ur=e=>{let t=/unique/;return Promise.race([e,t]).then(r=>r===t?["pending"]:["fulfilled",r],r=>["rejected",r])},Ae=async(e,t,r,n,a,u)=>{let o={key:e,depth:r,value:t,type:"value",parent:void 0};if(t&&Ha(t)&&r<100){let c=[],p="object";if(Xt(t)){for(let m=0;m{let h=await Ae(m.toString(),t[m],r+1,n);return h.parent=o,h});p="array"}else{let m=Object.getOwnPropertyNames(t);n&&m.sort();for(let h=0;h{let f=await Ae(m[h],b,r+1,n);return f.parent=o,f})}if(typeof t=="function"&&(p="function"),t instanceof Promise){let[h,b]=await Ur(t);c.push(async()=>{let f=await Ae("",h,r+1,n);return f.parent=o,f}),h!=="pending"&&c.push(async()=>{let f=await Ae("",b,r+1,n);return f.parent=o,f}),p="promise"}if(t instanceof Map){let h=Array.from(t.entries()).map(b=>{let[f,v]=b;return{"":f,"":v}});c.push(async()=>{let b=await Ae("",h,r+1,n);return b.parent=o,b}),c.push(async()=>{let b=await Ae("size",t.size,r+1,n);return b.parent=o,b}),p="map"}if(t instanceof Set){let h=Array.from(t.entries()).map(b=>b[1]);c.push(async()=>{let b=await Ae("",h,r+1,n);return b.parent=o,b}),c.push(async()=>{let b=await Ae("size",t.size,r+1,n);return b.parent=o,b}),p="set"}}t!==Object.prototype&&u&&c.push(async()=>{let m=await Ae("",Object.getPrototypeOf(t),r+1,n,!0);return m.parent=o,m}),o.type=p,o.children=c,o.isPrototype=a}return o},qa=(e,t,r)=>Ae("root",e,0,t===!1?t:!0,void 0,r===!1?r:!0),Nr=xe(ta()),Ga=xe(na()),Ua=["children"],Gt=i.createContext({theme:"chrome",colorScheme:"light"}),Ya=e=>{let{children:t}=e,r=(0,Ga.default)(e,Ua),n=i.useContext(Gt);return i.createElement(Gt.Provider,{value:(0,Nr.default)((0,Nr.default)({},n),r)},t)},wt=(e,t={})=>{let r=i.useContext(Gt),n=e.theme||r.theme||"chrome",a=e.colorScheme||r.colorScheme||"light",u=je(t[n],t[a]);return{currentColorScheme:a,currentTheme:n,themeClass:u}},$r=xe(oa()),Bt=xe(ia()),Va=xe(ca()),Ka=i.createContext({isChild:!1,depth:0,hasHover:!0}),Dt=Ka,Se={tree:"Tree-tree-fbbbe38",item:"Tree-item-353d6f3",group:"Tree-group-d3c3d8a",label:"Tree-label-d819155",focusWhite:"Tree-focusWhite-f1e00c2",arrow:"Tree-arrow-03ab2e7",hover:"Tree-hover-3cc4e5d",open:"Tree-open-3f1a336",dark:"Tree-dark-1b4aa00",chrome:"Tree-chrome-bcbcac6",light:"Tree-light-09174ee"},Ja=["theme","hover","colorScheme","children","label","className","onUpdate","onSelect","open"],vt=e=>{let{theme:t,hover:r,colorScheme:n,children:a,label:u,className:o,onUpdate:c,onSelect:p,open:m}=e,h=(0,Va.default)(e,Ja),{themeClass:b,currentTheme:f}=wt({theme:t,colorScheme:n},Se),[v,d]=Pe(m);Be(()=>{d(m)},[m]);let y=R=>{d(R),c&&c(R)},S=i.Children.count(a)>0,_=(R,M)=>{if(R.isSameNode(M||null))return;R.querySelector('[tabindex="-1"]')?.focus(),R.setAttribute("aria-selected","true"),M?.removeAttribute("aria-selected")},O=(R,M)=>{let I=R;for(;I&&I.parentElement;){if(I.getAttribute("role")===M)return I;I=I.parentElement}return null},C=R=>{let M=O(R,"tree");return M?Array.from(M.querySelectorAll("li")):[]},N=R=>{let M=O(R,"group"),I=M?.previousElementSibling;if(I&&I.getAttribute("tabindex")==="-1"){let K=I.parentElement,Z=R.parentElement;_(K,Z)}},j=(R,M)=>{let I=C(R);I.forEach(K=>{K.removeAttribute("aria-selected")}),M==="start"&&I[0]&&_(I[0]),M==="end"&&I[I.length-1]&&_(I[I.length-1])},k=(R,M)=>{let I=C(R)||[];for(let K=0;K{let I=R.target;(R.key==="Enter"||R.key===" ")&&y(!v),R.key==="ArrowRight"&&v&&!M?k(I,"down"):R.key==="ArrowRight"&&y(!0),R.key==="ArrowLeft"&&(!v||M)?N(I):R.key==="ArrowLeft"&&y(!1),R.key==="ArrowDown"&&k(I,"down"),R.key==="ArrowUp"&&k(I,"up"),R.key==="Home"&&j(I,"start"),R.key==="End"&&j(I,"end")},E=(R,M)=>{let I=R.target,K=O(I,"treeitem"),Z=C(I)||[],ne=!1;for(let pe=0;pe{let M=R.currentTarget;!M.contains(document.activeElement)&&M.getAttribute("role")==="tree"&&M.setAttribute("tabindex","0")},q=R=>{let M=R.target;if(M.getAttribute("role")==="tree"){let I=M.querySelector('[aria-selected="true"]');I?_(I):k(M,"down"),M.setAttribute("tabindex","-1")}},z=()=>{p?.()},D=R=>{let M=R*.9+.3;return{paddingLeft:`${M}em`,width:`calc(100% - ${M}em)`}},{isChild:G,depth:B,hasHover:ie}=i.useContext(Dt),L=ie?r:!1;if(!G)return i.createElement("ul",(0,Bt.default)({role:"tree",tabIndex:0,className:je(Se.tree,Se.group,b,o),onFocus:q,onBlur:A},h),i.createElement(Dt.Provider,{value:{isChild:!0,depth:0,hasHover:L}},i.createElement(vt,e)));if(!S)return i.createElement("li",(0,Bt.default)({role:"treeitem",className:Se.item},h),i.createElement("div",{role:"button",className:je(Se.label,{[Se.hover]:L,[Se.focusWhite]:f==="firefox"}),tabIndex:-1,style:D(B),onKeyDown:R=>{T(R,G)},onClick:R=>E(R,!0),onFocus:z},i.createElement("span",null,u)));let ee=je(Se.arrow,{[Se.open]:v});return i.createElement("li",{role:"treeitem","aria-expanded":v,className:Se.item},i.createElement("div",{role:"button",tabIndex:-1,className:je(Se.label,{[Se.hover]:L,[Se.focusWhite]:f==="firefox"}),style:D(B),onClick:R=>E(R),onKeyDown:R=>T(R),onFocus:z},i.createElement("span",null,i.createElement("span",{"aria-hidden":!0,className:ee}),i.createElement("span",null,u))),i.createElement("ul",(0,Bt.default)({role:"group",className:je(o,Se.group)},h),v&&i.Children.map(a,R=>i.createElement(Dt.Provider,{value:{isChild:!0,depth:B+1,hasHover:L}},R))))};vt.defaultProps={open:!1,hover:!0};var Xa=xe(Ut()),Za=xe(Yt()),te={"object-inspector":"ObjectInspector-object-inspector-0c33e82",objectInspector:"ObjectInspector-object-inspector-0c33e82","object-label":"ObjectInspector-object-label-b81482b",objectLabel:"ObjectInspector-object-label-b81482b",text:"ObjectInspector-text-25f57f3",key:"ObjectInspector-key-4f712bb",value:"ObjectInspector-value-f7ec2e5",string:"ObjectInspector-string-c496000",regex:"ObjectInspector-regex-59d45a3",error:"ObjectInspector-error-b818698",boolean:"ObjectInspector-boolean-2dd1642",number:"ObjectInspector-number-a6daabb",undefined:"ObjectInspector-undefined-3a68263",null:"ObjectInspector-null-74acb50",function:"ObjectInspector-function-07bbdcd","function-decorator":"ObjectInspector-function-decorator-3d22c24",functionDecorator:"ObjectInspector-function-decorator-3d22c24",prototype:"ObjectInspector-prototype-f2449ee",dark:"ObjectInspector-dark-0c96c97",chrome:"ObjectInspector-chrome-2f3ca98",light:"ObjectInspector-light-78bef54"},Qa=["ast","theme","showKey","colorScheme","className"],_e=(e,t,r,n,a)=>{let u=e.includes("-")?`"${e}"`:e,o=a<=0;return i.createElement("span",{className:te.text},!o&&n&&i.createElement(i.Fragment,null,i.createElement("span",{className:te.key},u),i.createElement("span",null,":\xA0")),i.createElement("span",{className:r},t))},Yr=e=>{let{ast:t,theme:r,showKey:n,colorScheme:a,className:u}=e,o=(0,Za.default)(e,Qa),{themeClass:c}=wt({theme:r,colorScheme:a},te),[p,m]=Pe(i.createElement("span",null)),h=i.createElement("span",null);return Be(()=>{t.value instanceof Promise&&(async b=>{m(_e(t.key,`Promise { "${await Ur(b)}" }`,te.key,n,t.depth))})(t.value)},[t,n]),typeof t.value=="number"||typeof t.value=="bigint"?h=_e(t.key,String(t.value),te.number,n,t.depth):typeof t.value=="boolean"?h=_e(t.key,String(t.value),te.boolean,n,t.depth):typeof t.value=="string"?h=_e(t.key,`"${t.value}"`,te.string,n,t.depth):typeof t.value>"u"?h=_e(t.key,"undefined",te.undefined,n,t.depth):typeof t.value=="symbol"?h=_e(t.key,t.value.toString(),te.string,n,t.depth):typeof t.value=="function"?h=_e(t.key,`${t.value.name}()`,te.key,n,t.depth):typeof t.value=="object"&&(t.value===null?h=_e(t.key,"null",te.null,n,t.depth):Array.isArray(t.value)?h=_e(t.key,`Array(${t.value.length})`,te.key,n,t.depth):t.value instanceof Date?h=_e(t.key,`Date ${t.value.toString()}`,te.value,n,t.depth):t.value instanceof RegExp?h=_e(t.key,t.value.toString(),te.regex,n,t.depth):t.value instanceof Error?h=_e(t.key,t.value.toString(),te.error,n,t.depth):Gr(t.value)?h=_e(t.key,"{\u2026}",te.key,n,t.depth):h=_e(t.key,t.value.constructor.name,te.key,n,t.depth)),i.createElement("span",(0,Xa.default)({className:je(c,u)},o),p,h)};Yr.defaultProps={showKey:!0};var Vr=Yr,Ze=xe(Ut()),eo=xe(Yt()),to=["ast","theme","previewMax","open","colorScheme","className"],it=(e,t,r)=>{let n=[];for(let a=0;at){n.push("\u2026 ");break}}return n},ro=(e,t,r,n)=>{let a=e.value.length;return t?i.createElement("span",null,"Array(",a,")"):i.createElement(i.Fragment,null,i.createElement("span",null,`${n==="firefox"?"Array":""}(${a}) [ `),it(e.children,r,!1),i.createElement("span",null,"]"))},no=(e,t,r,n)=>e.isPrototype?i.createElement("span",null,`Object ${n==="firefox"?"{ \u2026 }":""}`):t?i.createElement("span",null,"{\u2026}"):i.createElement(i.Fragment,null,i.createElement("span",null,`${n==="firefox"?"Object ":""}{ `),it(e.children,r,!0),i.createElement("span",null,"}")),ao=(e,t,r)=>t?i.createElement("span",null,`Promise { "${String(e.children[0].value)}" }`):i.createElement(i.Fragment,null,i.createElement("span",null,"Promise { "),it(e.children,r,!0),i.createElement("span",null,"}")),oo=(e,t,r,n)=>{let{size:a}=e.value;return t?i.createElement("span",null,`Map(${a})`):i.createElement(i.Fragment,null,i.createElement("span",null,`Map${n==="chrome"?`(${a})`:""} { `),it(e.children,r,!0),i.createElement("span",null,"}"))},io=(e,t,r)=>{let{size:n}=e.value;return t?i.createElement("span",null,"Set(",n,")"):i.createElement(i.Fragment,null,i.createElement("span",null,`Set(${e.value.size}) {`),it(e.children,r,!0),i.createElement("span",null,"}"))},Kr=e=>{let{ast:t,theme:r,previewMax:n,open:a,colorScheme:u,className:o}=e,c=(0,eo.default)(e,to),{themeClass:p,currentTheme:m}=wt({theme:r,colorScheme:u},te),h=t.isPrototype||!1,b=je(te.objectLabel,p,o,{[te.prototype]:h}),f=t.depth<=0,v=()=>i.createElement("span",{className:h?te.prototype:te.key},f?"":`${t.key}: `);return t.type==="array"?i.createElement("span",(0,Ze.default)({className:b},c),i.createElement(v,null),ro(t,a,n,m)):t.type==="function"?i.createElement("span",(0,Ze.default)({className:b},c),i.createElement(v,null),m==="chrome"&&i.createElement("span",{className:te.functionDecorator},"\u0192 "),i.createElement("span",{className:je({[te.function]:!h})},`${t.value.name}()`)):t.type==="promise"?i.createElement("span",(0,Ze.default)({className:b},c),i.createElement(v,null),ao(t,a,n)):t.type==="map"?i.createElement("span",(0,Ze.default)({className:b},c),i.createElement(v,null),oo(t,a,n,m)):t.type==="set"?i.createElement("span",(0,Ze.default)({className:b},c),i.createElement(v,null),io(t,a,n)):i.createElement("span",(0,Ze.default)({className:b},c),i.createElement(v,null),no(t,a,n,m))};Kr.defaultProps={previewMax:8,open:!1};var lo=Kr,Zt=e=>{let{ast:t,expandLevel:r,depth:n}=e,[a,u]=Pe(),[o,c]=Pe(n{(async()=>{if(t.type!=="value"){let p=t.children.map(b=>b()),m=await Promise.all(p),h=(0,$r.default)((0,$r.default)({},t),{},{children:m});u(h)}})()},[t]),a?i.createElement(vt,{hover:!1,open:o,label:i.createElement(lo,{open:o,ast:a}),onSelect:()=>{var p;(p=e.onSelect)===null||p===void 0||p.call(e,t)},onUpdate:p=>{c(p)}},a.children.map(p=>i.createElement(Zt,{key:p.key,ast:p,depth:n+1,expandLevel:r,onSelect:e.onSelect}))):i.createElement(vt,{hover:!1,label:i.createElement(Vr,{ast:t}),onSelect:()=>{var p;(p=e.onSelect)===null||p===void 0||p.call(e,t)}})};Zt.defaultProps={expandLevel:0,depth:0};var co=Zt,uo=["data","expandLevel","sortKeys","includePrototypes","className","theme","colorScheme","onSelect"],Jr=e=>{let{data:t,expandLevel:r,sortKeys:n,includePrototypes:a,className:u,theme:o,colorScheme:c,onSelect:p}=e,m=(0,Wa.default)(e,uo),[h,b]=Pe(void 0),{themeClass:f,currentTheme:v,currentColorScheme:d}=wt({theme:o,colorScheme:c},te);return Be(()=>{(async()=>b(await qa(t,n,a)))()},[t,n,a]),i.createElement("div",(0,Da.default)({className:je(te.objectInspector,u,f)},m),h&&i.createElement(Ya,{theme:v,colorScheme:d},i.createElement(co,{ast:h,expandLevel:r,onSelect:p})))};Jr.defaultProps={expandLevel:0,sortKeys:!0,includePrototypes:!0};var so={base:"#444",nullish:"#7D99AA",string:"#16B242",number:"#5D40D0",boolean:"#f41840",objectkey:"#698394",instance:"#A15C20",function:"#EA7509",muted:"#7D99AA",tag:{name:"#6F2CAC",suffix:"#1F99E5"},date:"#459D9C",error:{name:"#D43900",message:"#444"},regex:{source:"#A15C20",flags:"#EA7509"},meta:"#EA7509",method:"#0271B6"},po={base:"#eee",nullish:"#aaa",string:"#5FE584",number:"#6ba5ff",boolean:"#ff4191",objectkey:"#accfe6",instance:"#E3B551",function:"#E3B551",muted:"#aaa",tag:{name:"#f57bff",suffix:"#8EB5FF"},date:"#70D4D3",error:{name:"#f40",message:"#eee"},regex:{source:"#FAD483",flags:"#E3B551"},meta:"#FAD483",method:"#5EC1FF"},de=()=>{let{base:e}=dt();return e==="dark"?po:so},mo=/[^A-Z0-9]/i,kr=/[\s.,…]+$/gm,Xr=(e,t)=>{if(e.length<=t)return e;for(let r=t-1;r>=0;r-=1)if(mo.test(e[r])&&r>10)return`${e.slice(0,r).replace(kr,"")}\u2026`;return`${e.slice(0,t).replace(kr,"")}\u2026`},fo=e=>{try{return JSON.stringify(e,null,1)}catch{return String(e)}},Zr=(e,t)=>e.flatMap((r,n)=>n===e.length-1?[r]:[r,i.cloneElement(t,{key:`sep${n}`})]),qe=({value:e,nested:t,showObjectInspector:r,callsById:n,...a})=>{switch(!0){case e===null:return i.createElement(go,{...a});case e===void 0:return i.createElement(bo,{...a});case Array.isArray(e):return i.createElement(vo,{...a,value:e,callsById:n});case typeof e=="string":return i.createElement(ho,{...a,value:e});case typeof e=="number":return i.createElement(yo,{...a,value:e});case typeof e=="boolean":return i.createElement(Eo,{...a,value:e});case Object.prototype.hasOwnProperty.call(e,"__date__"):return i.createElement(To,{...a,...e.__date__});case Object.prototype.hasOwnProperty.call(e,"__error__"):return i.createElement(Ro,{...a,...e.__error__});case Object.prototype.hasOwnProperty.call(e,"__regexp__"):return i.createElement(Co,{...a,...e.__regexp__});case Object.prototype.hasOwnProperty.call(e,"__function__"):return i.createElement(wo,{...a,...e.__function__});case Object.prototype.hasOwnProperty.call(e,"__symbol__"):return i.createElement(xo,{...a,...e.__symbol__});case Object.prototype.hasOwnProperty.call(e,"__element__"):return i.createElement(Oo,{...a,...e.__element__});case Object.prototype.hasOwnProperty.call(e,"__class__"):return i.createElement(_o,{...a,...e.__class__});case Object.prototype.hasOwnProperty.call(e,"__callId__"):return i.createElement(Qt,{call:n.get(e.__callId__),callsById:n});case Object.prototype.toString.call(e)==="[object Object]":return i.createElement(So,{value:e,showInspector:r,callsById:n,...a});default:return i.createElement(Po,{value:e,...a})}},go=e=>{let t=de();return i.createElement("span",{style:{color:t.nullish},...e},"null")},bo=e=>{let t=de();return i.createElement("span",{style:{color:t.nullish},...e},"undefined")},ho=({value:e,...t})=>{let r=de();return i.createElement("span",{style:{color:r.string},...t},JSON.stringify(Xr(e,50)))},yo=({value:e,...t})=>{let r=de();return i.createElement("span",{style:{color:r.number},...t},e)},Eo=({value:e,...t})=>{let r=de();return i.createElement("span",{style:{color:r.boolean},...t},String(e))},vo=({value:e,nested:t=!1,callsById:r})=>{let n=de();if(t)return i.createElement("span",{style:{color:n.base}},"[\u2026]");let a=e.slice(0,3).map(o=>i.createElement(qe,{key:JSON.stringify(o),value:o,nested:!0,callsById:r})),u=Zr(a,i.createElement("span",null,", "));return e.length<=3?i.createElement("span",{style:{color:n.base}},"[",u,"]"):i.createElement("span",{style:{color:n.base}},"(",e.length,") [",u,", \u2026]")},So=({showInspector:e,value:t,callsById:r,nested:n=!1})=>{let a=dt().base==="dark",u=de();if(e)return i.createElement(i.Fragment,null,i.createElement(Jr,{id:"interactions-object-inspector",data:t,includePrototypes:!1,colorScheme:a?"dark":"light"}));if(n)return i.createElement("span",{style:{color:u.base}},"{\u2026}");let o=Zr(Object.entries(t).slice(0,2).map(([c,p])=>i.createElement($e,{key:c},i.createElement("span",{style:{color:u.objectkey}},c,": "),i.createElement(qe,{value:p,callsById:r,nested:!0}))),i.createElement("span",null,", "));return Object.keys(t).length<=2?i.createElement("span",{style:{color:u.base}},"{ ",o," }"):i.createElement("span",{style:{color:u.base}},"(",Object.keys(t).length,") ","{ ",o,", \u2026 }")},_o=({name:e})=>{let t=de();return i.createElement("span",{style:{color:t.instance}},e)},wo=({name:e})=>{let t=de();return e?i.createElement("span",{style:{color:t.function}},e):i.createElement("span",{style:{color:t.nullish,fontStyle:"italic"}},"anonymous")},Oo=({prefix:e,localName:t,id:r,classNames:n=[],innerText:a})=>{let u=e?`${e}:${t}`:t,o=de();return i.createElement("span",{style:{wordBreak:"keep-all"}},i.createElement("span",{key:`${u}_lt`,style:{color:o.muted}},"<"),i.createElement("span",{key:`${u}_tag`,style:{color:o.tag.name}},u),i.createElement("span",{key:`${u}_suffix`,style:{color:o.tag.suffix}},r?`#${r}`:n.reduce((c,p)=>`${c}.${p}`,"")),i.createElement("span",{key:`${u}_gt`,style:{color:o.muted}},">"),!r&&n.length===0&&a&&i.createElement(i.Fragment,null,i.createElement("span",{key:`${u}_text`},a),i.createElement("span",{key:`${u}_close_lt`,style:{color:o.muted}},"<"),i.createElement("span",{key:`${u}_close_tag`,style:{color:o.tag.name}},"/",u),i.createElement("span",{key:`${u}_close_gt`,style:{color:o.muted}},">")))},To=({value:e})=>{let[t,r,n]=e.split(/[T.Z]/),a=de();return i.createElement("span",{style:{whiteSpace:"nowrap",color:a.date}},t,i.createElement("span",{style:{opacity:.7}},"T"),r==="00:00:00"?i.createElement("span",{style:{opacity:.7}},r):r,n==="000"?i.createElement("span",{style:{opacity:.7}},".",n):`.${n}`,i.createElement("span",{style:{opacity:.7}},"Z"))},Ro=({name:e,message:t})=>{let r=de();return i.createElement("span",{style:{color:r.error.name}},e,t&&": ",t&&i.createElement("span",{style:{color:r.error.message},title:t.length>50?t:""},Xr(t,50)))},Co=({flags:e,source:t})=>{let r=de();return i.createElement("span",{style:{whiteSpace:"nowrap",color:r.regex.flags}},"/",i.createElement("span",{style:{color:r.regex.source}},t),"/",e)},xo=({description:e})=>{let t=de();return i.createElement("span",{style:{whiteSpace:"nowrap",color:t.instance}},"Symbol(",e&&i.createElement("span",{style:{color:t.meta}},'"',e,'"'),")")},Po=({value:e})=>{let t=de();return i.createElement("span",{style:{color:t.meta}},fo(e))},Ao=({label:e})=>{let t=de(),{typography:r}=dt();return i.createElement("span",{style:{color:t.base,fontFamily:r.fonts.base,fontSize:r.size.s2-1}},e)},Qt=({call:e,callsById:t})=>{if(!e)return null;if(e.method==="step"&&e.path.length===0)return i.createElement(Ao,{label:e.args[0]});let r=e.path.flatMap((u,o)=>{let c=u.__callId__;return[c?i.createElement(Qt,{key:`elem${o}`,call:t.get(c),callsById:t}):i.createElement("span",{key:`elem${o}`},u),i.createElement("wbr",{key:`wbr${o}`}),i.createElement("span",{key:`dot${o}`},".")]}),n=e.args.flatMap((u,o,c)=>{let p=i.createElement(qe,{key:`node${o}`,value:u,callsById:t});return o{for(let r=t,n=1;r{try{return e==="undefined"?void 0:JSON.parse(e)}catch{return e}},jo=J.span(({theme:e})=>({color:e.base==="light"?e.color.positiveText:e.color.positive})),Io=J.span(({theme:e})=>({color:e.base==="light"?e.color.negativeText:e.color.negative})),yt=({value:e,parsed:t})=>t?i.createElement(qe,{showObjectInspector:!0,value:e,style:{color:"#D43900"}}):i.createElement(Io,null,e),Et=({value:e,parsed:t})=>t?typeof e=="string"&&e.startsWith("called with")?i.createElement(i.Fragment,null,e):i.createElement(qe,{showObjectInspector:!0,value:e,style:{color:"#16B242"}}):i.createElement(jo,null,e),Mr=({message:e,style:t={}})=>{let r=e.split(` +`);return i.createElement("pre",{style:{margin:0,padding:"8px 10px 8px 36px",fontSize:Ie.size.s1,...t}},r.flatMap((n,a)=>{if(n.startsWith("expect(")){let h=Fr(n,7),b=h&&7+h.length,f=h&&n.slice(b).match(/\.(to|last|nth)[A-Z]\w+\(/);if(f){let v=b+f.index+f[0].length,d=Fr(n,v);if(d)return["expect(",i.createElement(yt,{key:`received_${h}`,value:h}),n.slice(b,v),i.createElement(Et,{key:`expected_${d}`,value:d}),n.slice(v+d.length),i.createElement("br",{key:`br${a}`})]}}if(n.match(/^\s*- /))return[i.createElement(Et,{key:n+a,value:n}),i.createElement("br",{key:`br${a}`})];if(n.match(/^\s*\+ /))return[i.createElement(yt,{key:n+a,value:n}),i.createElement("br",{key:`br${a}`})];let[,u,o]=n.match(/^(Expected|Received): (.*)$/)||[];if(u&&o)return u==="Expected"?["Expected: ",i.createElement(Et,{key:n+a,value:Wt(o),parsed:!0}),i.createElement("br",{key:`br${a}`})]:["Received: ",i.createElement(yt,{key:n+a,value:Wt(o),parsed:!0}),i.createElement("br",{key:`br${a}`})];let[,c,p]=n.match(/(Expected number|Received number|Number) of calls: (\d+)$/i)||[];if(c&&p)return[`${c} of calls: `,i.createElement(qe,{key:n+a,value:Number(p)}),i.createElement("br",{key:`br${a}`})];let[,m]=n.match(/^Received has value: (.+)$/)||[];return m?["Received has value: ",i.createElement(qe,{key:n+a,value:Wt(m)}),i.createElement("br",{key:`br${a}`})]:[i.createElement("span",{key:n+a},n),i.createElement("br",{key:`br${a}`})]}))},No={pure:{gray:{500:"#CCCCCC"}}},$o={colors:No},ko=$o,{colors:{pure:{gray:Fo}}}=ko,Mo=J(ke)(({theme:e,status:t})=>{let r={[Y.DONE]:e.color.positive,[Y.ERROR]:e.color.negative,[Y.ACTIVE]:e.color.secondary,[Y.WAITING]:ht(.5,Fo[500])}[t];return{width:t===Y.WAITING?6:12,height:t===Y.WAITING?6:12,color:r,justifySelf:"center"}}),Qr=({status:e,className:t})=>{let r={[Y.DONE]:"check",[Y.ERROR]:"stopalt",[Y.ACTIVE]:"play",[Y.WAITING]:"circle"}[e];return i.createElement(Mo,{"data-testid":`icon-${e}`,status:e,icon:r,className:t})},Lo=J.div(()=>({fontFamily:Ie.fonts.mono,fontSize:Ie.size.s1,overflowWrap:"break-word",inlineSize:"calc( 100% - 40px )"})),zo=J("div",{shouldForwardProp:e=>!["call","pausedAt"].includes(e.toString())})(({theme:e,call:t})=>({position:"relative",display:"flex",flexDirection:"column",borderBottom:`1px solid ${e.appBorderColor}`,fontFamily:Ie.fonts.base,fontSize:13,...t.status===Y.ERROR&&{backgroundColor:e.base==="dark"?ht(.93,e.color.negative):e.background.warning},paddingLeft:t.ancestors.length*20}),({theme:e,call:t,pausedAt:r})=>r===t.id&&{"&::before":{content:'""',position:"absolute",top:-5,zIndex:1,borderTop:"4.5px solid transparent",borderLeft:`7px solid ${e.color.warning}`,borderBottom:"4.5px solid transparent"},"&::after":{content:'""',position:"absolute",top:-1,zIndex:1,width:"100%",borderTop:`1.5px solid ${e.color.warning}`}}),Bo=J.div(({theme:e,isInteractive:t})=>({display:"flex","&:hover":t?{}:{background:e.background.hoverable}})),Do=J("button",{shouldForwardProp:e=>!["call"].includes(e.toString())})(({theme:e,disabled:t,call:r})=>({flex:1,display:"grid",background:"none",border:0,gridTemplateColumns:"15px 1fr",alignItems:"center",minHeight:40,margin:0,padding:"8px 15px",textAlign:"start",cursor:t||r.status===Y.ERROR?"default":"pointer","&:focus-visible":{outline:0,boxShadow:`inset 3px 0 0 0 ${r.status===Y.ERROR?e.color.warning:e.color.secondary}`,background:r.status===Y.ERROR?"transparent":e.background.hoverable},"& > div":{opacity:r.status===Y.WAITING?.5:1}})),Wo=J.div({padding:6}),Ho=J(Pt)(({theme:e})=>({color:e.textMutedColor,margin:"0 3px"})),qo=J(At)(({theme:e})=>({fontFamily:e.typography.fonts.base})),Go=J("div")(({theme:e})=>({padding:"8px 10px 8px 36px",fontSize:Ie.size.s1,color:e.color.defaultText,pre:{margin:0,padding:0}})),Uo=({exception:e})=>{if(e.message.startsWith("expect("))return H(Mr,{...e});let t=e.message.split(` + +`),r=t.length>1;return H(Go,null,H("pre",null,t[0]),e.showDiff&&e.diff?H($e,null,H("br",null),H(Mr,{message:e.diff,style:{padding:0}})):H("pre",null,H("br",null),e.expected&&H($e,null,"Expected: ",H(Et,{value:e.expected}),H("br",null)),e.actual&&H($e,null,"Received: ",H(yt,{value:e.actual}),H("br",null))),r&&H("p",null,"See the full stack trace in the browser console."))},Yo=({call:e,callsById:t,controls:r,controlStates:n,childCallIds:a,isHidden:u,isCollapsed:o,toggleCollapsed:c,pausedAt:p})=>{let[m,h]=Pe(!1),b=!n.goto||!e.interceptable||!!e.ancestors.length;return u?null:H(zo,{call:e,pausedAt:p},H(Bo,{isInteractive:b},H(Do,{"aria-label":"Interaction step",call:e,onClick:()=>r.goto(e.id),disabled:b,onMouseEnter:()=>n.goto&&h(!0),onMouseLeave:()=>n.goto&&h(!1)},H(Qr,{status:m?Y.ACTIVE:e.status}),H(Lo,{style:{marginLeft:6,marginBottom:1}},H(Qt,{call:e,callsById:t}))),H(Wo,null,a?.length>0&&H(De,{hasChrome:!1,tooltip:H(qo,{note:`${o?"Show":"Hide"} interactions`})},H(Ho,{containsIcon:!0,onClick:c},H(ke,{icon:"listunordered"}))))),e.status===Y.ERROR&&e.exception?.callId===e.id&&H(Uo,{exception:e.exception}))},Vo=J.div(({theme:e,withException:t})=>({minHeight:"100%",background:e.background.content,...t&&{backgroundColor:e.base==="dark"?ht(.93,e.color.negative):e.background.warning}})),Ko=J.div(({theme:e})=>({padding:15,fontSize:e.typography.size.s2-1,lineHeight:"19px"})),Jo=J.code(({theme:e})=>({margin:"0 1px",padding:3,fontSize:e.typography.size.s1-1,lineHeight:1,verticalAlign:"top",background:"rgba(0, 0, 0, 0.05)",border:`1px solid ${e.appBorderColor}`,borderRadius:3})),Xo=J.div({paddingBottom:4,fontWeight:"bold"}),Zo=J.p({margin:0,padding:"0 0 20px"}),Qo=J.pre(({theme:e})=>({margin:0,padding:0,fontSize:e.typography.size.s1-1})),ei=pt(function({calls:e,controls:t,controlStates:r,interactions:n,fileName:a,hasException:u,caughtException:o,isPlaying:c,pausedAt:p,onScrollToEnd:m,endRef:h}){return H(Vo,{withException:!!o},(n.length>0||u)&&H(Ba,{controls:t,controlStates:r,status:c?Y.ACTIVE:u?Y.ERROR:Y.DONE,storyFileName:a,onScrollToEnd:m}),H("div",{"aria-label":"Interactions list"},n.map(b=>H(Yo,{key:b.id,call:b,callsById:e,controls:t,controlStates:r,childCallIds:b.childCallIds,isHidden:b.isHidden,isCollapsed:b.isCollapsed,toggleCollapsed:b.toggleCollapsed,pausedAt:p}))),o&&!o.message?.startsWith("ignoredException")&&H(Ko,null,H(Xo,null,"Caught exception in ",H(Jo,null,"play")," function"),H(Zo,null,"This story threw an error after it finished rendering which means your interactions couldn' t be run.Go to this story' s play function in ",a," to fix."),H(Qo,{"data-chromatic":"ignore"},o.stack||`${o.name}: ${o.message}`)),H("div",{ref:h}),!c&&!o&&n.length===0&&H(yr,null,"No interactions found",H(br,{href:"https://storybook.js.org/docs/react/writing-stories/play-function",target:"_blank",withArrow:!0},"Learn how to add interactions to your story")))}),Ht={start:!1,back:!1,goto:!1,next:!1,end:!1},Lr=({log:e,calls:t,collapsed:r,setCollapsed:n})=>{let a=new Map,u=new Map;return e.map(({callId:o,ancestors:c,status:p})=>{let m=!1;return c.forEach(h=>{r.has(h)&&(m=!0),u.set(h,(u.get(h)||[]).concat(o))}),{...t.get(o),status:p,isHidden:m}}).map(o=>{let c=o.status===Y.ERROR&&a.get(o.ancestors.slice(-1)[0])?.status===Y.ACTIVE?Y.ACTIVE:o.status;return a.set(o.id,{...o,status:c}),{...o,status:c,childCallIds:u.get(o.id),isCollapsed:r.has(o.id),toggleCollapsed:()=>n(p=>(p.has(o.id)?p.delete(o.id):p.add(o.id),new Set(p)))}})},ti=pt(function({storyId:e}){let[t,r]=xt(_t,{controlStates:Ht,isErrored:!1,pausedAt:void 0,interactions:[],isPlaying:!1,hasException:!1,caughtException:void 0,interactionsCount:0}),[n,a]=Pe(void 0),[u,o]=Pe(new Set),{controlStates:c=Ht,isErrored:p=!1,pausedAt:m=void 0,interactions:h=[],isPlaying:b=!1,caughtException:f=void 0}=t,v=mt([]),d=mt(new Map),y=({status:T,...E})=>d.current.set(E.id,E),S=mt();Be(()=>{let T;return ft.IntersectionObserver&&(T=new ft.IntersectionObserver(([E])=>a(E.isIntersecting?void 0:E.target),{root:ft.document.querySelector("#panel-tab-content")}),S.current&&T.observe(S.current)),()=>T?.disconnect()},[]);let _=sr({[He.CALL]:y,[He.SYNC]:T=>{r(E=>{let A=Lr({log:T.logItems,calls:d.current,collapsed:u,setCollapsed:o});return{...E,controlStates:T.controlStates,pausedAt:T.pausedAt,interactions:A,interactionsCount:A.filter(({method:q})=>q!=="step").length}}),v.current=T.logItems},[Or]:T=>{if(T.newPhase==="preparing"){r(E=>({controlStates:Ht,isErrored:!1,pausedAt:void 0,interactions:[],isPlaying:!1,isRerunAnimating:!1,scrollTarget:n,collapsed:new Set,hasException:!1,caughtException:void 0,interactionsCount:0}));return}r(E=>({...E,isPlaying:T.newPhase==="playing",pausedAt:void 0,...T.newPhase==="rendering"?{isErrored:!1,caughtException:void 0}:{}}))},[Tr]:()=>{r(T=>({...T,isErrored:!0}))},[wr]:T=>{T?.message!==_r.message?r(E=>({...E,caughtException:T})):r(E=>({...E,caughtException:void 0}))}},[u]);Be(()=>{r(T=>{let E=Lr({log:v.current,calls:d.current,collapsed:u,setCollapsed:o});return{...T,interactions:E,interactionsCount:E.filter(({method:A})=>A!=="step").length}})},[u]);let O=lr(()=>({start:()=>_(He.START,{storyId:e}),back:()=>_(He.BACK,{storyId:e}),goto:T=>_(He.GOTO,{storyId:e,callId:T}),next:()=>_(He.NEXT,{storyId:e}),end:()=>_(He.END,{storyId:e}),rerun:()=>{_(Sr,{storyId:e})}}),[e]),C=pr("fileName",""),[N]=C.toString().split("/").slice(-1),j=()=>n?.scrollIntoView({behavior:"smooth",block:"end"}),k=!!f||h.some(T=>T.status===Y.ERROR);return p?i.createElement($e,{key:"interactions"}):i.createElement($e,{key:"interactions"},i.createElement(ei,{calls:d.current,controls:O,controlStates:c,interactions:h,fileName:N,hasException:k,caughtException:f,isPlaying:b,pausedAt:m,endRef:S,onScrollToEnd:n&&j}))}),ri=J(Qr)({marginLeft:5});function ni(){let[e={}]=xt(_t),{hasException:t,interactionsCount:r}=e;return i.createElement("div",null,i.createElement(vr,{col:1},i.createElement("span",{style:{display:"inline-block",verticalAlign:"middle"}},"Interactions"),r&&!t?i.createElement(fr,{status:"neutral"},r):null,t?i.createElement(ri,{status:Y.ERROR}):null))}Ct.register(_t,e=>{Ct.add(Pa,{type:ur.PANEL,title:ni,match:({viewMode:t})=>t==="story",render:({active:t})=>{let r=ir(({state:n})=>({storyId:n.storyId}),[]);return i.createElement(mr,{active:t},i.createElement(cr,{filter:r},({storyId:n})=>i.createElement(ti,{storyId:n})))}})});})(); +}catch(e){ console.error("[Storybook] One of your manager-entries failed: " + import.meta.url, e); } diff --git a/sb-addons/interactions-9/manager-bundle.js.LEGAL.txt b/sb-addons/interactions-9/manager-bundle.js.LEGAL.txt new file mode 100644 index 0000000..e69de29 diff --git a/sb-addons/links-0/manager-bundle.js b/sb-addons/links-0/manager-bundle.js new file mode 100644 index 0000000..2e2baf4 --- /dev/null +++ b/sb-addons/links-0/manager-bundle.js @@ -0,0 +1,3 @@ +try{ +(()=>{var _=__STORYBOOK_API__,{ActiveTabs:h,Consumer:A,ManagerContext:E,Provider:b,addons:a,combineParameters:O,controlOrMetaKey:k,controlOrMetaSymbol:p,eventMatchesShortcut:v,eventToShortcut:g,isMacLike:I,isShortcutTaken:C,keyToSymbol:M,merge:P,mockChannel:R,optionOrAltSymbol:f,shortcutMatchesShortcut:x,shortcutToHumanString:D,types:G,useAddonState:K,useArgTypes:V,useArgs:$,useChannel:B,useGlobalTypes:N,useGlobals:Q,useParameter:U,useSharedState:Y,useStoryPrepared:q,useStorybookApi:H,useStorybookState:L}=__STORYBOOK_API__;var e="storybook/links",n={NAVIGATE:`${e}/navigate`,REQUEST:`${e}/request`,RECEIVE:`${e}/receive`};a.register(e,t=>{t.on(n.REQUEST,({kind:u,name:S})=>{let c=t.storyId(u,S);t.emit(n.RECEIVE,c)})});})(); +}catch(e){ console.error("[Storybook] One of your manager-entries failed: " + import.meta.url, e); } diff --git a/sb-addons/links-0/manager-bundle.js.LEGAL.txt b/sb-addons/links-0/manager-bundle.js.LEGAL.txt new file mode 100644 index 0000000..e69de29 diff --git a/sb-addons/onboarding-8/manager-bundle.js b/sb-addons/onboarding-8/manager-bundle.js new file mode 100644 index 0000000..3c941af --- /dev/null +++ b/sb-addons/onboarding-8/manager-bundle.js @@ -0,0 +1,501 @@ +try{ +(()=>{var ry=Object.create;var Wr=Object.defineProperty;var oy=Object.getOwnPropertyDescriptor;var iy=Object.getOwnPropertyNames;var ay=Object.getPrototypeOf,sy=Object.prototype.hasOwnProperty;var Yr=(t,e)=>()=>(t&&(e=t(t=0)),e);var ly=(t,e)=>()=>(e||t((e={exports:{}}).exports,e),e.exports),uy=(t,e)=>{for(var n in e)Wr(t,n,{get:e[n],enumerable:!0})},Kl=(t,e,n,r)=>{if(e&&typeof e=="object"||typeof e=="function")for(let o of iy(e))!sy.call(t,o)&&o!==n&&Wr(t,o,{get:()=>e[o],enumerable:!(r=oy(e,o))||r.enumerable});return t};var cy=(t,e,n)=>(n=t!=null?ry(ay(t)):{},Kl(e||!t||!t.__esModule?Wr(n,"default",{value:t,enumerable:!0}):n,t)),Ql=t=>Kl(Wr({},"__esModule",{value:!0}),t);var vt=Yr(()=>{});var re,gt=Yr(()=>{re={NODE_ENV:"production",NODE_PATH:[],STORYBOOK:"true",PUBLIC_URL:"."}});var yt=Yr(()=>{});var Yn={};uy(Yn,{Children:()=>Gt,Component:()=>fy,Fragment:()=>Se,Profiler:()=>dy,PureComponent:()=>hy,StrictMode:()=>my,Suspense:()=>Oi,__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED:()=>vy,cloneElement:()=>Ve,createContext:()=>Yt,createElement:()=>q,createFactory:()=>gy,createRef:()=>Si,default:()=>g,forwardRef:()=>ct,isValidElement:()=>Pe,lazy:()=>Pi,memo:()=>yy,useCallback:()=>xt,useContext:()=>mt,useDebugValue:()=>by,useEffect:()=>W,useImperativeHandle:()=>wy,useLayoutEffect:()=>Wn,useMemo:()=>It,useReducer:()=>Ti,useRef:()=>nt,useState:()=>at,version:()=>Ey});var g,Gt,fy,Se,dy,hy,my,Oi,vy,Ve,Yt,q,gy,Si,ct,Pe,Pi,yy,xt,mt,by,W,wy,Wn,It,Ti,nt,at,Ey,qn=Yr(()=>{vt();gt();yt();g=__REACT__,{Children:Gt,Component:fy,Fragment:Se,Profiler:dy,PureComponent:hy,StrictMode:my,Suspense:Oi,__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED:vy,cloneElement:Ve,createContext:Yt,createElement:q,createFactory:gy,createRef:Si,forwardRef:ct,isValidElement:Pe,lazy:Pi,memo:yy,useCallback:xt,useContext:mt,useDebugValue:by,useEffect:W,useImperativeHandle:wy,useLayoutEffect:Wn,useMemo:It,useReducer:Ti,useRef:nt,useState:at,version:Ey}=__REACT__});var Jl=ly((Gn,ki)=>{vt();gt();yt();(function(t,e){typeof Gn=="object"&&typeof ki=="object"?ki.exports=e((qn(),Ql(Yn))):typeof define=="function"&&define.amd?define(["react"],e):typeof Gn=="object"?Gn.ReactConfetti=e((qn(),Ql(Yn))):t.ReactConfetti=e(t.React)})(typeof self<"u"?self:Gn,function(t){return function(e){var n={};function r(o){if(n[o])return n[o].exports;var i=n[o]={i:o,l:!1,exports:{}};return e[o].call(i.exports,i,i.exports,r),i.l=!0,i.exports}return r.m=e,r.c=n,r.d=function(o,i,a){r.o(o,i)||Object.defineProperty(o,i,{enumerable:!0,get:a})},r.r=function(o){typeof Symbol<"u"&&Symbol.toStringTag&&Object.defineProperty(o,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(o,"__esModule",{value:!0})},r.t=function(o,i){if(1&i&&(o=r(o)),8&i||4&i&&typeof o=="object"&&o&&o.__esModule)return o;var a=Object.create(null);if(r.r(a),Object.defineProperty(a,"default",{enumerable:!0,value:o}),2&i&&typeof o!="string")for(var s in o)r.d(a,s,(function(l){return o[l]}).bind(null,s));return a},r.n=function(o){var i=o&&o.__esModule?function(){return o.default}:function(){return o};return r.d(i,"a",i),i},r.o=function(o,i){return Object.prototype.hasOwnProperty.call(o,i)},r.p="",r(r.s=2)}([function(e,n){e.exports=t},function(e,n,r){"use strict";var o={linear:function(i,a,s,l){return(s-a)*i/l+a},easeInQuad:function(i,a,s,l){return(s-a)*(i/=l)*i+a},easeOutQuad:function(i,a,s,l){return-(s-a)*(i/=l)*(i-2)+a},easeInOutQuad:function(i,a,s,l){var u=s-a;return(i/=l/2)<1?u/2*i*i+a:-u/2*(--i*(i-2)-1)+a},easeInCubic:function(i,a,s,l){return(s-a)*(i/=l)*i*i+a},easeOutCubic:function(i,a,s,l){return(s-a)*((i=i/l-1)*i*i+1)+a},easeInOutCubic:function(i,a,s,l){var u=s-a;return(i/=l/2)<1?u/2*i*i*i+a:u/2*((i-=2)*i*i+2)+a},easeInQuart:function(i,a,s,l){return(s-a)*(i/=l)*i*i*i+a},easeOutQuart:function(i,a,s,l){return-(s-a)*((i=i/l-1)*i*i*i-1)+a},easeInOutQuart:function(i,a,s,l){var u=s-a;return(i/=l/2)<1?u/2*i*i*i*i+a:-u/2*((i-=2)*i*i*i-2)+a},easeInQuint:function(i,a,s,l){return(s-a)*(i/=l)*i*i*i*i+a},easeOutQuint:function(i,a,s,l){return(s-a)*((i=i/l-1)*i*i*i*i+1)+a},easeInOutQuint:function(i,a,s,l){var u=s-a;return(i/=l/2)<1?u/2*i*i*i*i*i+a:u/2*((i-=2)*i*i*i*i+2)+a},easeInSine:function(i,a,s,l){var u=s-a;return-u*Math.cos(i/l*(Math.PI/2))+u+a},easeOutSine:function(i,a,s,l){return(s-a)*Math.sin(i/l*(Math.PI/2))+a},easeInOutSine:function(i,a,s,l){return-(s-a)/2*(Math.cos(Math.PI*i/l)-1)+a},easeInExpo:function(i,a,s,l){return i==0?a:(s-a)*Math.pow(2,10*(i/l-1))+a},easeOutExpo:function(i,a,s,l){var u=s-a;return i==l?a+u:u*(1-Math.pow(2,-10*i/l))+a},easeInOutExpo:function(i,a,s,l){var u=s-a;return i===0?a:i===l?a+u:(i/=l/2)<1?u/2*Math.pow(2,10*(i-1))+a:u/2*(2-Math.pow(2,-10*--i))+a},easeInCirc:function(i,a,s,l){return-(s-a)*(Math.sqrt(1-(i/=l)*i)-1)+a},easeOutCirc:function(i,a,s,l){return(s-a)*Math.sqrt(1-(i=i/l-1)*i)+a},easeInOutCirc:function(i,a,s,l){var u=s-a;return(i/=l/2)<1?-u/2*(Math.sqrt(1-i*i)-1)+a:u/2*(Math.sqrt(1-(i-=2)*i)+1)+a},easeInElastic:function(i,a,s,l){var u,c,f,p=s-a;return f=1.70158,i===0?a:(i/=l)==1?a+p:((c=0)||(c=.3*l),(u=p)=1&&this.rotationDirection===i.Positive?this.rotationDirection=i.Negative:this.rotateY<=-1&&this.rotationDirection===i.Negative&&(this.rotationDirection=i.Positive);var Et=.1*this.rotationDirection;if(this.rotateY+=Et,this.angle+=this.angularSpin,this.context.save(),this.context.translate(this.x,this.y),this.context.rotate(this.angle),this.context.scale(1,this.rotateY),this.context.rotate(this.angle),this.context.beginPath(),this.context.fillStyle=this.color,this.context.strokeStyle=this.color,this.context.globalAlpha=lt,this.context.lineCap="round",this.context.lineWidth=2,ot&&typeof ot=="function")ot.call(this,this.context);else switch(this.shape){case o.Circle:this.context.beginPath(),this.context.arc(0,0,this.radius,0,2*Math.PI),this.context.fill();break;case o.Square:this.context.fillRect(-this.w/2,-this.h/2,this.w,this.h);break;case o.Strip:this.context.fillRect(-this.w/6,-this.h/2,this.w/3,this.h)}this.context.closePath(),this.context.restore()}}])&&f(T.prototype,k),C&&f(T,C),P}();function h(P,T,k){return T in P?Object.defineProperty(P,T,{value:k,enumerable:!0,configurable:!0,writable:!0}):P[T]=k,P}var m=function P(T,k){var C=this;(function(Q,V){if(!(Q instanceof V))throw new TypeError("Cannot call a class as a function")})(this,P),h(this,"canvas",void 0),h(this,"context",void 0),h(this,"getOptions",void 0),h(this,"x",0),h(this,"y",0),h(this,"w",0),h(this,"h",0),h(this,"lastNumberOfPieces",0),h(this,"tweenInitTime",Date.now()),h(this,"particles",[]),h(this,"particlesGenerated",0),h(this,"removeParticleAt",function(Q){C.particles.splice(Q,1)}),h(this,"getParticle",function(){var Q=c(C.x,C.w+C.x),V=c(C.y,C.h+C.y);return new d(C.context,C.getOptions,Q,V)}),h(this,"animate",function(){var Q=C.canvas,V=C.context,it=C.particlesGenerated,lt=C.lastNumberOfPieces,ot=C.getOptions(),Et=ot.run,Ee=ot.recycle,Dt=ot.numberOfPieces,an=ot.debug,wi=ot.tweenFunction,zn=ot.tweenDuration;if(!Et)return!1;var Ei=C.particles.length,Un=Ee?Ei:it,xi=Date.now();if(Unzn?zn:Math.max(0,xi-ql),Un,Dt,zn),Gl=Math.round(ny-Un),Xl=0;XlQ.height||Hn.y<-100||Hn.x>Q.width+100||Hn.x<-100)&&(Ee&&Un<=Dt?C.particles[_l]=C.getParticle():C.removeParticleAt(_l))}),Ei>0||Un0&&Et.call(V,V),V._options.run=!1)}),b(this,"reset",function(){V.generator&&V.generator.particlesGenerated>0&&(V.generator.particlesGenerated=0,V.generator.particles=[],V.generator.lastNumberOfPieces=0)}),b(this,"stop",function(){V.options={run:!1},V.rafId&&(cancelAnimationFrame(V.rafId),V.rafId=void 0)}),this.canvas=$;var it=this.canvas.getContext("2d");if(!it)throw new Error("Could not get canvas context");this.context=it,this.generator=new m(this.canvas,function(){return V.options}),this.options=Q,this.update()}var T,k,C;return T=P,(k=[{key:"options",get:function(){return this._options},set:function($){var Q=this._options&&this._options.run,V=this._options&&this._options.recycle;this.setOptionsWithDefaults($),this.generator&&(Object.assign(this.generator,this.options.confettiSource),typeof $.recycle=="boolean"&&$.recycle&&V===!1&&(this.generator.lastNumberOfPieces=this.generator.particles.length)),typeof $.run=="boolean"&&$.run&&Q===!1&&this.update()}}])&&x(T.prototype,k),C&&x(T,C),P}();function S(P){return function(T){if(Array.isArray(T))return ht(T)}(P)||function(T){if(typeof Symbol<"u"&&Symbol.iterator in Object(T))return Array.from(T)}(P)||rt(P)||function(){throw new TypeError(`Invalid attempt to spread non-iterable instance. +In order to be iterable, non-array objects must have a [Symbol.iterator]() method.`)}()}function M(P){return(M=typeof Symbol=="function"&&typeof Symbol.iterator=="symbol"?function(T){return typeof T}:function(T){return T&&typeof Symbol=="function"&&T.constructor===Symbol&&T!==Symbol.prototype?"symbol":typeof T})(P)}function N(){return(N=Object.assign||function(P){for(var T=1;T"u"||!(Symbol.iterator in Object(k)))){var $=[],Q=!0,V=!1,it=void 0;try{for(var lt,ot=k[Symbol.iterator]();!(Q=(lt=ot.next()).done)&&($.push(lt.value),!C||$.length!==C);Q=!0);}catch(Et){V=!0,it=Et}finally{try{Q||ot.return==null||ot.return()}finally{if(V)throw it}}return $}}(P,T)||rt(P,T)||function(){throw new TypeError(`Invalid attempt to destructure non-iterable instance. +In order to be iterable, non-array objects must have a [Symbol.iterator]() method.`)}()}function rt(P,T){if(P){if(typeof P=="string")return ht(P,T);var k=Object.prototype.toString.call(P).slice(8,-1);return k==="Object"&&P.constructor&&(k=P.constructor.name),k==="Map"||k==="Set"?Array.from(P):k==="Arguments"||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(k)?ht(P,T):void 0}}function ht(P,T){(T==null||T>P.length)&&(T=P.length);for(var k=0,C=new Array(T);k"u"||!Reflect.construct||Reflect.construct.sham)return!1;if(typeof Proxy=="function")return!0;try{return Date.prototype.toString.call(Reflect.construct(Date,[],function(){})),!0}catch{return!1}}();return function(){var k,C=ne(P);if(T){var $=ne(this).constructor;k=Reflect.construct(C,arguments,$)}else k=C.apply(this,arguments);return Nt(this,k)}}function Nt(P,T){return!T||M(T)!=="object"&&typeof T!="function"?Wt(P):T}function Wt(P){if(P===void 0)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return P}function ne(P){return(ne=Object.setPrototypeOf?Object.getPrototypeOf:function(T){return T.__proto__||Object.getPrototypeOf(T)})(P)}function Mt(P,T,k){return T in P?Object.defineProperty(P,T,{value:k,enumerable:!0,configurable:!0,writable:!0}):P[T]=k,P}var At=s.a.createRef(),Z=function(P){(function(V,it){if(typeof it!="function"&&it!==null)throw new TypeError("Super expression must either be null or a function");V.prototype=Object.create(it&&it.prototype,{constructor:{value:V,writable:!0,configurable:!0}}),it&&Ft(V,it)})(Q,P);var T,k,C,$=St(Q);function Q(V){var it;Tt(this,Q);for(var lt=arguments.length,ot=new Array(lt>1?lt-1:0),Et=1;Et()=>(t&&(e=t(t=0)),e),ee=(t,e)=>()=>(e||t((e={exports:{}}).exports,e),e.exports),gf=(t,e)=>{for(var n in e)Jo(t,n,{get:e[n],enumerable:!0})},yf=(t,e,n,r)=>{if(e&&typeof e=="object"||typeof e=="function")for(let o of Sy(e))!Ty.call(t,o)&&o!==n&&Jo(t,o,{get:()=>e[o],enumerable:!(r=Oy(e,o))||r.enumerable});return t},le=(t,e,n)=>(n=t!=null?xy(Py(t)):{},yf(e||!t||!t.__esModule?Jo(n,"default",{value:t,enumerable:!0}):n,t)),Cy=t=>yf(Jo({},"__esModule",{value:!0}),t),Ay=ee((t,e)=>{var n="SECRET_DO_NOT_PASS_THIS_OR_YOU_WILL_BE_FIRED";e.exports=n}),ky=ee((t,e)=>{var n=Ay();function r(){}function o(){}o.resetWarningCache=r,e.exports=function(){function i(l,u,c,f,p,d){if(d!==n){var h=new Error("Calling PropTypes validators directly is not supported by the `prop-types` package. Use PropTypes.checkPropTypes() to call them. Read more at http://fb.me/use-check-prop-types");throw h.name="Invariant Violation",h}}i.isRequired=i;function a(){return i}var s={array:i,bigint:i,bool:i,func:i,number:i,object:i,string:i,symbol:i,any:i,arrayOf:a,element:i,elementType:i,instanceOf:a,node:i,objectOf:a,oneOf:a,oneOfType:a,shape:a,exact:a,checkPropTypes:o,resetWarningCache:r};return s.PropTypes=s,s}}),Ry=ee((t,e)=>{e.exports=ky()()});function iu(t){return function(e){return typeof e===t}}var au,su,Ta,Ca,lu,My=v(()=>{au=iu("function"),su=function(t){return t===null},Ta=function(t){return Object.prototype.toString.call(t).slice(8,-1)==="RegExp"},Ca=function(t){return!lu(t)&&!su(t)&&(au(t)||typeof t=="object")},lu=iu("undefined")});function Dy(t,e){var n=t.length;if(n!==e.length)return!1;for(var r=n;r--!==0;)if(!Lt(t[r],e[r]))return!1;return!0}function Ny(t,e){if(t.byteLength!==e.byteLength)return!1;for(var n=new DataView(t.buffer),r=new DataView(e.buffer),o=t.byteLength;o--;)if(n.getUint8(o)!==r.getUint8(o))return!1;return!0}function Iy(t,e){var n,r,o,i;if(t.size!==e.size)return!1;try{for(var a=Co(t.entries()),s=a.next();!s.done;s=a.next()){var l=s.value;if(!e.has(l[0]))return!1}}catch(f){n={error:f}}finally{try{s&&!s.done&&(r=a.return)&&r.call(a)}finally{if(n)throw n.error}}try{for(var u=Co(t.entries()),c=u.next();!c.done;c=u.next()){var l=c.value;if(!Lt(l[1],e.get(l[0])))return!1}}catch(f){o={error:f}}finally{try{c&&!c.done&&(i=u.return)&&i.call(u)}finally{if(o)throw o.error}}return!0}function Ly(t,e){var n,r;if(t.size!==e.size)return!1;try{for(var o=Co(t.entries()),i=o.next();!i.done;i=o.next()){var a=i.value;if(!e.has(a[0]))return!1}}catch(s){n={error:s}}finally{try{i&&!i.done&&(r=o.return)&&r.call(o)}finally{if(n)throw n.error}}return!0}function Lt(t,e){if(t===e)return!0;if(t&&Ca(t)&&e&&Ca(e)){if(t.constructor!==e.constructor)return!1;if(Array.isArray(t)&&Array.isArray(e))return Dy(t,e);if(t instanceof Map&&e instanceof Map)return Iy(t,e);if(t instanceof Set&&e instanceof Set)return Ly(t,e);if(ArrayBuffer.isView(t)&&ArrayBuffer.isView(e))return Ny(t,e);if(Ta(t)&&Ta(e))return t.source===e.source&&t.flags===e.flags;if(t.valueOf!==Object.prototype.valueOf)return t.valueOf()===e.valueOf();if(t.toString!==Object.prototype.toString)return t.toString()===e.toString();var n=Object.keys(t),r=Object.keys(e);if(n.length!==r.length)return!1;for(var o=n.length;o--!==0;)if(!Object.prototype.hasOwnProperty.call(e,n[o]))return!1;for(var o=n.length;o--!==0;){var i=n[o];if(!(i==="_owner"&&t.$$typeof)&&!Lt(t[i],e[i]))return!1}return!0}return Number.isNaN(t)&&Number.isNaN(e)?!0:t===e}var Co,bf=v(()=>{My(),Co=function(t){var e=typeof Symbol=="function"&&Symbol.iterator,n=e&&t[e],r=0;if(n)return n.call(t);if(t&&typeof t.length=="number")return{next:function(){return t&&r>=t.length&&(t=void 0),{value:t&&t[r++],done:!t}}};throw new TypeError(e?"Object is not iterable.":"Symbol.iterator is not defined.")}}),jy=v(()=>{});function Ao(t){var e=Object.prototype.toString.call(t).slice(8,-1);if(/HTML\w+Element/.test(e))return"HTMLElement";if(Fy(e))return e}function Xt(t){return function(e){return Ao(e)===t}}function Fy(t){return wf.includes(t)}function sn(t){return function(e){return typeof e===t}}function Vy(t){return Ef.includes(t)}function L(t){if(t===null)return"null";switch(typeof t){case"bigint":return"bigint";case"boolean":return"boolean";case"number":return"number";case"string":return"string";case"symbol":return"symbol";case"undefined":return"undefined"}if(L.array(t))return"Array";if(L.plainFunction(t))return"Function";var e=Ao(t);return e||"Object"}var uu,wf,Ef,F,Ss=v(()=>{jy(),uu=["innerHTML","ownerDocument","style","attributes","nodeValue"],wf=["Array","ArrayBuffer","AsyncFunction","AsyncGenerator","AsyncGeneratorFunction","Date","Error","Function","Generator","GeneratorFunction","HTMLElement","Map","Object","Promise","RegExp","Set","WeakMap","WeakSet"],Ef=["bigint","boolean","null","number","string","symbol","undefined"],L.array=Array.isArray,L.arrayOf=function(t,e){return!L.array(t)&&!L.function(e)?!1:t.every(function(n){return e(n)})},L.asyncGeneratorFunction=function(t){return Ao(t)==="AsyncGeneratorFunction"},L.asyncFunction=Xt("AsyncFunction"),L.bigint=sn("bigint"),L.boolean=function(t){return t===!0||t===!1},L.date=Xt("Date"),L.defined=function(t){return!L.undefined(t)},L.domElement=function(t){return L.object(t)&&!L.plainObject(t)&&t.nodeType===1&&L.string(t.nodeName)&&uu.every(function(e){return e in t})},L.empty=function(t){return L.string(t)&&t.length===0||L.array(t)&&t.length===0||L.object(t)&&!L.map(t)&&!L.set(t)&&Object.keys(t).length===0||L.set(t)&&t.size===0||L.map(t)&&t.size===0},L.error=Xt("Error"),L.function=sn("function"),L.generator=function(t){return L.iterable(t)&&L.function(t.next)&&L.function(t.throw)},L.generatorFunction=Xt("GeneratorFunction"),L.instanceOf=function(t,e){return!t||!e?!1:Object.getPrototypeOf(t)===e.prototype},L.iterable=function(t){return!L.nullOrUndefined(t)&&L.function(t[Symbol.iterator])},L.map=Xt("Map"),L.nan=function(t){return Number.isNaN(t)},L.null=function(t){return t===null},L.nullOrUndefined=function(t){return L.null(t)||L.undefined(t)},L.number=function(t){return sn("number")(t)&&!L.nan(t)},L.numericString=function(t){return L.string(t)&&t.length>0&&!Number.isNaN(Number(t))},L.object=function(t){return!L.nullOrUndefined(t)&&(L.function(t)||typeof t=="object")},L.oneOf=function(t,e){return L.array(t)?t.indexOf(e)>-1:!1},L.plainFunction=Xt("Function"),L.plainObject=function(t){if(Ao(t)!=="Object")return!1;var e=Object.getPrototypeOf(t);return e===null||e===Object.getPrototypeOf({})},L.primitive=function(t){return L.null(t)||Vy(typeof t)},L.promise=Xt("Promise"),L.propertyOf=function(t,e,n){if(!L.object(t)||!e)return!1;var r=t[e];return L.function(n)?n(r):L.defined(r)},L.regexp=Xt("RegExp"),L.set=Xt("Set"),L.string=sn("string"),L.symbol=sn("symbol"),L.undefined=sn("undefined"),L.weakMap=Xt("WeakMap"),L.weakSet=Xt("WeakSet"),F=L});function By(){for(var t=[],e=0;el);return F.undefined(r)||(u=u&&l===r),F.undefined(i)||(u=u&&s===i),u}function pu(t,e,n){var r=n.key,o=n.type,i=n.value,a=ue(t,r),s=ue(e,r),l=o==="added"?a:s,u=o==="added"?s:a;if(!F.nullOrUndefined(i)){if(F.defined(l)){if(F.array(l)||F.plainObject(l))return zy(l,u,i)}else return Lt(u,i);return!1}return[a,s].every(F.array)?!u.every(Ps(l)):[a,s].every(F.plainObject)?Uy(Object.keys(l),Object.keys(u)):![a,s].every(function(c){return F.primitive(c)&&F.defined(c)})&&(o==="added"?!F.defined(a)&&F.defined(s):F.defined(a)&&!F.defined(s))}function fu(t,e,n){var r=n===void 0?{}:n,o=r.key,i=ue(t,o),a=ue(e,o);if(!xf(i,a))throw new TypeError("Inputs have different types");if(!By(i,a))throw new TypeError("Inputs don't have length");return[i,a].every(F.plainObject)&&(i=Object.keys(i),a=Object.keys(a)),[i,a]}function du(t){return function(e){var n=e[0],r=e[1];return F.array(t)?Lt(t,r)||t.some(function(o){return Lt(o,r)||F.array(r)&&Ps(r)(o)}):F.plainObject(t)&&t[n]?!!t[n]&&Lt(t[n],r):Lt(t,r)}}function Uy(t,e){return e.some(function(n){return!t.includes(n)})}function hu(t){return function(e){return F.array(t)?t.some(function(n){return Lt(n,e)||F.array(e)&&Ps(e)(n)}):Lt(t,e)}}function Kn(t,e){return F.array(t)?t.some(function(n){return Lt(n,e)}):Lt(t,e)}function Ps(t){return function(e){return t.some(function(n){return Lt(n,e)})}}function xf(){for(var t=[],e=0;e{bf(),Ss()}),Wy=v(()=>{});function ur(t,e){if([t,e].some(F.nullOrUndefined))throw new Error("Missing required parameters");if(![t,e].every(function(f){return F.plainObject(f)||F.array(f)}))throw new Error("Expected plain objects or array");var n=function(f,p){try{return pu(t,e,{key:f,type:"added",value:p})}catch{return!1}},r=function(f,p,d){try{var h=ue(t,f),m=ue(e,f),y=F.defined(p),E=F.defined(d);if(y||E){var x=E?Kn(d,h):!Kn(p,h),b=Kn(p,m);return x&&b}return[h,m].every(F.array)||[h,m].every(F.plainObject)?!Lt(h,m):h!==m}catch{return!1}},o=function(f,p,d){if(!F.defined(f))return!1;try{var h=ue(t,f),m=ue(e,f),y=F.defined(d);return Kn(p,h)&&(y?Kn(d,m):!y)}catch{return!1}},i=function(f,p){return F.defined(f)?r(f,p):!1},a=function(f,p,d){if(!F.defined(f))return!1;try{return cu(t,e,{key:f,actual:p,previous:d,type:"decreased"})}catch{return!1}},s=function(f){try{var p=fu(t,e,{key:f}),d=p[0],h=p[1];return!!d.length&&!h.length}catch{return!1}},l=function(f){try{var p=fu(t,e,{key:f}),d=p[0],h=p[1];return!d.length&&!!h.length}catch{return!1}},u=function(f,p,d){if(!F.defined(f))return!1;try{return cu(t,e,{key:f,actual:p,previous:d,type:"increased"})}catch{return!1}},c=function(f,p){try{return pu(t,e,{key:f,type:"removed",value:p})}catch{return!1}};return{added:n,changed:r,changedFrom:o,changedTo:i,decreased:a,emptied:s,filled:l,increased:u,removed:c}}var Of=v(()=>{bf(),Ss(),Hy(),Wy()});function ko(t){let e=Object.prototype.toString.call(t).slice(8,-1);if(/HTML\w+Element/.test(e))return"HTMLElement";if(Yy(e))return e}function _t(t){return e=>ko(e)===t}function Yy(t){return Sf.includes(t)}function ln(t){return e=>typeof e===t}function qy(t){return Pf.includes(t)}function j(t){if(t===null)return"null";switch(typeof t){case"bigint":return"bigint";case"boolean":return"boolean";case"number":return"number";case"string":return"string";case"symbol":return"symbol";case"undefined":return"undefined"}return j.array(t)?"Array":j.plainFunction(t)?"Function":ko(t)||"Object"}var mu,Sf,Pf,ft,Gy=v(()=>{mu=["innerHTML","ownerDocument","style","attributes","nodeValue"],Sf=["Array","ArrayBuffer","AsyncFunction","AsyncGenerator","AsyncGeneratorFunction","Date","Error","Function","Generator","GeneratorFunction","HTMLElement","Map","Object","Promise","RegExp","Set","WeakMap","WeakSet"],Pf=["bigint","boolean","null","number","string","symbol","undefined"],j.array=Array.isArray,j.arrayOf=(t,e)=>!j.array(t)&&!j.function(e)?!1:t.every(n=>e(n)),j.asyncGeneratorFunction=t=>ko(t)==="AsyncGeneratorFunction",j.asyncFunction=_t("AsyncFunction"),j.bigint=ln("bigint"),j.boolean=t=>t===!0||t===!1,j.date=_t("Date"),j.defined=t=>!j.undefined(t),j.domElement=t=>j.object(t)&&!j.plainObject(t)&&t.nodeType===1&&j.string(t.nodeName)&&mu.every(e=>e in t),j.empty=t=>j.string(t)&&t.length===0||j.array(t)&&t.length===0||j.object(t)&&!j.map(t)&&!j.set(t)&&Object.keys(t).length===0||j.set(t)&&t.size===0||j.map(t)&&t.size===0,j.error=_t("Error"),j.function=ln("function"),j.generator=t=>j.iterable(t)&&j.function(t.next)&&j.function(t.throw),j.generatorFunction=_t("GeneratorFunction"),j.instanceOf=(t,e)=>!t||!e?!1:Object.getPrototypeOf(t)===e.prototype,j.iterable=t=>!j.nullOrUndefined(t)&&j.function(t[Symbol.iterator]),j.map=_t("Map"),j.nan=t=>Number.isNaN(t),j.null=t=>t===null,j.nullOrUndefined=t=>j.null(t)||j.undefined(t),j.number=t=>ln("number")(t)&&!j.nan(t),j.numericString=t=>j.string(t)&&t.length>0&&!Number.isNaN(Number(t)),j.object=t=>!j.nullOrUndefined(t)&&(j.function(t)||typeof t=="object"),j.oneOf=(t,e)=>j.array(t)?t.indexOf(e)>-1:!1,j.plainFunction=_t("Function"),j.plainObject=t=>{if(ko(t)!=="Object")return!1;let e=Object.getPrototypeOf(t);return e===null||e===Object.getPrototypeOf({})},j.primitive=t=>j.null(t)||qy(typeof t),j.promise=_t("Promise"),j.propertyOf=(t,e,n)=>{if(!j.object(t)||!e)return!1;let r=t[e];return j.function(n)?n(r):j.defined(r)},j.regexp=_t("RegExp"),j.set=_t("Set"),j.string=ln("string"),j.symbol=ln("symbol"),j.undefined=ln("undefined"),j.weakMap=_t("WeakMap"),j.weakSet=_t("WeakSet"),ft=j}),Tf=ee((t,e)=>{(function(){var n=!!(typeof window<"u"&&window.document&&window.document.createElement),r={canUseDOM:n,canUseWorkers:typeof Worker<"u",canUseEventListeners:n&&!!(window.addEventListener||window.attachEvent),canUseViewport:n&&!!window.screen};typeof define=="function"&&typeof define.amd=="object"&&define.amd?define(function(){return r}):typeof e<"u"&&e.exports?e.exports=r:window.ExecutionEnvironment=r})()}),Xy=ee((t,e)=>{var n=new Error("Element already at target scroll position"),r=new Error("Scroll cancelled"),o=Math.min,i=Date.now;e.exports={left:a("scrollLeft"),top:a("scrollTop")};function a(u){return function(c,f,p,d){p=p||{},typeof p=="function"&&(d=p,p={}),typeof d!="function"&&(d=l);var h=i(),m=c[u],y=p.ease||s,E=isNaN(p.duration)?350:+p.duration,x=!1;return m===f?d(n,c[u]):requestAnimationFrame(w),b;function b(){x=!0}function w(O){if(x)return d(r,c[u]);var S=i(),M=o(1,(S-h)/E),N=y(M);c[u]=N*(f-m)+m,M<1?requestAnimationFrame(w):requestAnimationFrame(function(){d(null,c[u])})}}}function s(u){return .5*(1-Math.cos(Math.PI*u))}function l(){}}),_y=ee((t,e)=>{(function(n,r){typeof define=="function"&&define.amd?define([],r):typeof e=="object"&&e.exports?e.exports=r():n.Scrollparent=r()})(t,function(){function n(o){var i=getComputedStyle(o,null).getPropertyValue("overflow");return i.indexOf("scroll")>-1||i.indexOf("auto")>-1}function r(o){if(o instanceof HTMLElement||o instanceof SVGElement){for(var i=o.parentNode;i.parentNode;){if(n(i))return i;i=i.parentNode}return document.scrollingElement||document.documentElement}}return r})}),Ky=ee(t=>{var e=typeof Symbol=="function"&&Symbol.for,n=e?Symbol.for("react.element"):60103,r=e?Symbol.for("react.portal"):60106,o=e?Symbol.for("react.fragment"):60107,i=e?Symbol.for("react.strict_mode"):60108,a=e?Symbol.for("react.profiler"):60114,s=e?Symbol.for("react.provider"):60109,l=e?Symbol.for("react.context"):60110,u=e?Symbol.for("react.async_mode"):60111,c=e?Symbol.for("react.concurrent_mode"):60111,f=e?Symbol.for("react.forward_ref"):60112,p=e?Symbol.for("react.suspense"):60113,d=e?Symbol.for("react.suspense_list"):60120,h=e?Symbol.for("react.memo"):60115,m=e?Symbol.for("react.lazy"):60116,y=e?Symbol.for("react.block"):60121,E=e?Symbol.for("react.fundamental"):60117,x=e?Symbol.for("react.responder"):60118,b=e?Symbol.for("react.scope"):60119;function w(S){if(typeof S=="object"&&S!==null){var M=S.$$typeof;switch(M){case n:switch(S=S.type,S){case u:case c:case o:case a:case i:case p:return S;default:switch(S=S&&S.$$typeof,S){case l:case f:case m:case h:case s:return S;default:return M}}case r:return M}}}function O(S){return w(S)===c}t.AsyncMode=u,t.ConcurrentMode=c,t.ContextConsumer=l,t.ContextProvider=s,t.Element=n,t.ForwardRef=f,t.Fragment=o,t.Lazy=m,t.Memo=h,t.Portal=r,t.Profiler=a,t.StrictMode=i,t.Suspense=p,t.isAsyncMode=function(S){return O(S)||w(S)===u},t.isConcurrentMode=O,t.isContextConsumer=function(S){return w(S)===l},t.isContextProvider=function(S){return w(S)===s},t.isElement=function(S){return typeof S=="object"&&S!==null&&S.$$typeof===n},t.isForwardRef=function(S){return w(S)===f},t.isFragment=function(S){return w(S)===o},t.isLazy=function(S){return w(S)===m},t.isMemo=function(S){return w(S)===h},t.isPortal=function(S){return w(S)===r},t.isProfiler=function(S){return w(S)===a},t.isStrictMode=function(S){return w(S)===i},t.isSuspense=function(S){return w(S)===p},t.isValidElementType=function(S){return typeof S=="string"||typeof S=="function"||S===o||S===c||S===a||S===i||S===p||S===d||typeof S=="object"&&S!==null&&(S.$$typeof===m||S.$$typeof===h||S.$$typeof===s||S.$$typeof===l||S.$$typeof===f||S.$$typeof===E||S.$$typeof===x||S.$$typeof===b||S.$$typeof===y)},t.typeOf=w}),Qy=ee((t,e)=>{e.exports=Ky()}),Cf=ee((t,e)=>{var n=function(b){return r(b)&&!o(b)};function r(b){return!!b&&typeof b=="object"}function o(b){var w=Object.prototype.toString.call(b);return w==="[object RegExp]"||w==="[object Date]"||s(b)}var i=typeof Symbol=="function"&&Symbol.for,a=i?Symbol.for("react.element"):60103;function s(b){return b.$$typeof===a}function l(b){return Array.isArray(b)?[]:{}}function u(b,w){return w.clone!==!1&&w.isMergeableObject(b)?E(l(b),b,w):b}function c(b,w,O){return b.concat(w).map(function(S){return u(S,O)})}function f(b,w){if(!w.customMerge)return E;var O=w.customMerge(b);return typeof O=="function"?O:E}function p(b){return Object.getOwnPropertySymbols?Object.getOwnPropertySymbols(b).filter(function(w){return Object.propertyIsEnumerable.call(b,w)}):[]}function d(b){return Object.keys(b).concat(p(b))}function h(b,w){try{return w in b}catch{return!1}}function m(b,w){return h(b,w)&&!(Object.hasOwnProperty.call(b,w)&&Object.propertyIsEnumerable.call(b,w))}function y(b,w,O){var S={};return O.isMergeableObject(b)&&d(b).forEach(function(M){S[M]=u(b[M],O)}),d(w).forEach(function(M){m(b,M)||(h(b,M)&&O.isMergeableObject(w[M])?S[M]=f(M,O)(b[M],w[M],O):S[M]=u(w[M],O))}),S}function E(b,w,O){O=O||{},O.arrayMerge=O.arrayMerge||c,O.isMergeableObject=O.isMergeableObject||n,O.cloneUnlessOtherwiseSpecified=u;var S=Array.isArray(w),M=Array.isArray(b),N=S===M;return N?S?O.arrayMerge(b,w,O):y(b,w,O):u(w,O)}E.all=function(b,w){if(!Array.isArray(b))throw new Error("first argument should be an array");return b.reduce(function(O,S){return E(O,S,w)},{})};var x=E;e.exports=x}),Jy=ee(t=>{Object.defineProperty(t,"__esModule",{value:!0});var e="The typeValidator argument must be a function with the signature function(props, propName, componentName).",n="The error message is optional, but must be a string if provided.",r=function(l,u,c,f){return typeof l=="boolean"?l:typeof l=="function"?l(u,c,f):!!l&&!!l},o=function(l,u){return Object.hasOwnProperty.call(l,u)},i=function(l,u,c,f){return f?new Error(f):new Error("Required "+l[u]+" `"+u+"`"+(" was not specified in `"+c+"`."))},a=function(l,u){if(typeof l!="function")throw new TypeError(e);if(u&&typeof u!="string")throw new TypeError(n)},s=function(l,u,c){return a(l,c),function(f,p,d){for(var h=arguments.length,m=Array(31&&arguments[1]!==void 0?arguments[1]:"top",n=e==="top"?"scrollTop":"scrollLeft",r=t.nodeName;if(r==="BODY"||r==="HTML"){var o=t.ownerDocument.documentElement,i=t.ownerDocument.scrollingElement||o;return i[n]}return t[n]}function e0(t,e){var n=arguments.length>2&&arguments[2]!==void 0?arguments[2]:!1,r=Mn(e,"top"),o=Mn(e,"left"),i=n?-1:1;return t.top+=r*i,t.bottom+=r*i,t.left+=o*i,t.right+=o*i,t}function vu(t,e){var n=e==="x"?"Left":"Top",r=n==="Left"?"Right":"Bottom";return parseFloat(t["border"+n+"Width"])+parseFloat(t["border"+r+"Width"])}function gu(t,e,n,r){return Math.max(e["offset"+t],e["scroll"+t],n["client"+t],n["offset"+t],n["scroll"+t],Fn(10)?parseInt(n["offset"+t])+parseInt(r["margin"+(t==="Height"?"Top":"Left")])+parseInt(r["margin"+(t==="Height"?"Bottom":"Right")]):0)}function Rf(t){var e=t.body,n=t.documentElement,r=Fn(10)&&getComputedStyle(n);return{height:gu("Height",e,n,r),width:gu("Width",e,n,r)}}function Le(t){return Ut({},t,{right:t.left+t.width,bottom:t.top+t.height})}function ka(t){var e={};try{if(Fn(10)){e=t.getBoundingClientRect();var n=Mn(t,"top"),r=Mn(t,"left");e.top+=n,e.left+=r,e.bottom+=n,e.right+=r}else e=t.getBoundingClientRect()}catch{}var o={left:e.left,top:e.top,width:e.right-e.left,height:e.bottom-e.top},i=t.nodeName==="HTML"?Rf(t.ownerDocument):{},a=i.width||t.clientWidth||o.width,s=i.height||t.clientHeight||o.height,l=t.offsetWidth-a,u=t.offsetHeight-s;if(l||u){var c=en(t);l-=vu(c,"x"),u-=vu(c,"y"),o.width-=l,o.height-=u}return Le(o)}function Cs(t,e){var n=arguments.length>2&&arguments[2]!==void 0?arguments[2]:!1,r=Fn(10),o=e.nodeName==="HTML",i=ka(t),a=ka(e),s=Ir(t),l=en(e),u=parseFloat(l.borderTopWidth),c=parseFloat(l.borderLeftWidth);n&&o&&(a.top=Math.max(a.top,0),a.left=Math.max(a.left,0));var f=Le({top:i.top-a.top-u,left:i.left-a.left-c,width:i.width,height:i.height});if(f.marginTop=0,f.marginLeft=0,!r&&o){var p=parseFloat(l.marginTop),d=parseFloat(l.marginLeft);f.top-=u-p,f.bottom-=u-p,f.left-=c-d,f.right-=c-d,f.marginTop=p,f.marginLeft=d}return(r&&!n?e.contains(s):e===s&&s.nodeName!=="BODY")&&(f=e0(f,e)),f}function n0(t){var e=arguments.length>1&&arguments[1]!==void 0?arguments[1]:!1,n=t.ownerDocument.documentElement,r=Cs(t,n),o=Math.max(n.clientWidth,window.innerWidth||0),i=Math.max(n.clientHeight,window.innerHeight||0),a=e?0:Mn(n),s=e?0:Mn(n,"left"),l={top:a-r.top+r.marginTop,left:s-r.left+r.marginLeft,width:o,height:i};return Le(l)}function Mf(t){var e=t.nodeName;if(e==="BODY"||e==="HTML")return!1;if(en(t,"position")==="fixed")return!0;var n=Ts(t);return n?Mf(n):!1}function Df(t){if(!t||!t.parentElement||Fn())return document.documentElement;for(var e=t.parentElement;e&&en(e,"transform")==="none";)e=e.parentElement;return e||document.documentElement}function As(t,e,n,r){var o=arguments.length>4&&arguments[4]!==void 0?arguments[4]:!1,i={top:0,left:0},a=o?Df(t):Ro(t,kf(e));if(r==="viewport")i=n0(a,o);else{var s=void 0;r==="scrollParent"?(s=Ir(Ts(e)),s.nodeName==="BODY"&&(s=t.ownerDocument.documentElement)):r==="window"?s=t.ownerDocument.documentElement:s=r;var l=Cs(s,a,o);if(s.nodeName==="HTML"&&!Mf(a)){var u=Rf(t.ownerDocument),c=u.height,f=u.width;i.top+=l.top-l.marginTop,i.bottom=c+l.top,i.left+=l.left-l.marginLeft,i.right=f+l.left}else i=l}n=n||0;var p=typeof n=="number";return i.left+=p?n:n.left||0,i.top+=p?n:n.top||0,i.right-=p?n:n.right||0,i.bottom-=p?n:n.bottom||0,i}function r0(t){var e=t.width,n=t.height;return e*n}function Nf(t,e,n,r,o){var i=arguments.length>5&&arguments[5]!==void 0?arguments[5]:0;if(t.indexOf("auto")===-1)return t;var a=As(n,r,i,o),s={top:{width:a.width,height:e.top-a.top},right:{width:a.right-e.right,height:a.height},bottom:{width:a.width,height:a.bottom-e.bottom},left:{width:e.left-a.left,height:a.height}},l=Object.keys(s).map(function(p){return Ut({key:p},s[p],{area:r0(s[p])})}).sort(function(p,d){return d.area-p.area}),u=l.filter(function(p){var d=p.width,h=p.height;return d>=n.clientWidth&&h>=n.clientHeight}),c=u.length>0?u[0].key:l[0].key,f=t.split("-")[1];return c+(f?"-"+f:"")}function If(t,e,n){var r=arguments.length>3&&arguments[3]!==void 0?arguments[3]:null,o=r?Df(e):Ro(e,kf(n));return Cs(n,o,r)}function Lf(t){var e=t.ownerDocument.defaultView,n=e.getComputedStyle(t),r=parseFloat(n.marginTop||0)+parseFloat(n.marginBottom||0),o=parseFloat(n.marginLeft||0)+parseFloat(n.marginRight||0),i={width:t.offsetWidth+o,height:t.offsetHeight+r};return i}function Mo(t){var e={left:"right",right:"left",bottom:"top",top:"bottom"};return t.replace(/left|right|bottom|top/g,function(n){return e[n]})}function jf(t,e,n){n=n.split("-")[0];var r=Lf(t),o={width:r.width,height:r.height},i=["right","left"].indexOf(n)!==-1,a=i?"top":"left",s=i?"left":"top",l=i?"height":"width",u=i?"width":"height";return o[a]=e[a]+e[l]/2-r[l]/2,n===s?o[s]=e[s]-r[u]:o[s]=e[Mo(s)],o}function Lr(t,e){return Array.prototype.find?t.find(e):t.filter(e)[0]}function o0(t,e,n){if(Array.prototype.findIndex)return t.findIndex(function(o){return o[e]===n});var r=Lr(t,function(o){return o[e]===n});return t.indexOf(r)}function Ff(t,e,n){var r=n===void 0?t:t.slice(0,o0(t,"name",n));return r.forEach(function(o){o.function&&console.warn("`modifier.function` is deprecated, use `modifier.fn`!");var i=o.function||o.fn;o.enabled&&Af(i)&&(e.offsets.popper=Le(e.offsets.popper),e.offsets.reference=Le(e.offsets.reference),e=i(e,o))}),e}function i0(){if(!this.state.isDestroyed){var t={instance:this,styles:{},arrowStyles:{},attributes:{},flipped:!1,offsets:{}};t.offsets.reference=If(this.state,this.popper,this.reference,this.options.positionFixed),t.placement=Nf(this.options.placement,t.offsets.reference,this.popper,this.reference,this.options.modifiers.flip.boundariesElement,this.options.modifiers.flip.padding),t.originalPlacement=t.placement,t.positionFixed=this.options.positionFixed,t.offsets.popper=jf(this.popper,t.offsets.reference,t.placement),t.offsets.popper.position=this.options.positionFixed?"fixed":"absolute",t=Ff(this.modifiers,t),this.state.isCreated?this.options.onUpdate(t):(this.state.isCreated=!0,this.options.onCreate(t))}}function Vf(t,e){return t.some(function(n){var r=n.name,o=n.enabled;return o&&r===e})}function ks(t){for(var e=[!1,"ms","Webkit","Moz","O"],n=t.charAt(0).toUpperCase()+t.slice(1),r=0;ra[d]&&(t.offsets.popper[f]+=s[f]+h-a[d]),t.offsets.popper=Le(t.offsets.popper);var m=s[f]+s[u]/2-h/2,y=en(t.instance.popper),E=parseFloat(y["margin"+c]),x=parseFloat(y["border"+c+"Width"]),b=m-t.offsets.popper[f]-E-x;return b=Math.max(Math.min(a[u]-h,b),0),t.arrowElement=r,t.offsets.arrow=(n={},Ze(n,f,Math.round(b)),Ze(n,p,""),n),t}function g0(t){return t==="end"?"start":t==="start"?"end":t}function yu(t){var e=arguments.length>1&&arguments[1]!==void 0?arguments[1]:!1,n=so.indexOf(t),r=so.slice(n+1).concat(so.slice(0,n));return e?r.reverse():r}function y0(t,e){if(Vf(t.instance.modifiers,"inner")||t.flipped&&t.placement===t.originalPlacement)return t;var n=As(t.instance.popper,t.instance.reference,e.padding,e.boundariesElement,t.positionFixed),r=t.placement.split("-")[0],o=Mo(r),i=t.placement.split("-")[1]||"",a=[];switch(e.behavior){case lo.FLIP:a=[r,o];break;case lo.CLOCKWISE:a=yu(r);break;case lo.COUNTERCLOCKWISE:a=yu(r,!0);break;default:a=e.behavior}return a.forEach(function(s,l){if(r!==s||a.length===l+1)return t;r=t.placement.split("-")[0],o=Mo(r);var u=t.offsets.popper,c=t.offsets.reference,f=Math.floor,p=r==="left"&&f(u.right)>f(c.left)||r==="right"&&f(u.left)f(c.top)||r==="bottom"&&f(u.top)f(n.right),m=f(u.top)f(n.bottom),E=r==="left"&&d||r==="right"&&h||r==="top"&&m||r==="bottom"&&y,x=["top","bottom"].indexOf(r)!==-1,b=!!e.flipVariations&&(x&&i==="start"&&d||x&&i==="end"&&h||!x&&i==="start"&&m||!x&&i==="end"&&y),w=!!e.flipVariationsByContent&&(x&&i==="start"&&h||x&&i==="end"&&d||!x&&i==="start"&&y||!x&&i==="end"&&m),O=b||w;(p||E||O)&&(t.flipped=!0,(p||E)&&(r=a[l+1]),O&&(i=g0(i)),t.placement=r+(i?"-"+i:""),t.offsets.popper=Ut({},t.offsets.popper,jf(t.instance.popper,t.offsets.reference,t.placement)),t=Ff(t.instance.modifiers,t,"flip"))}),t}function b0(t){var e=t.offsets,n=e.popper,r=e.reference,o=t.placement.split("-")[0],i=Math.floor,a=["top","bottom"].indexOf(o)!==-1,s=a?"right":"bottom",l=a?"left":"top",u=a?"width":"height";return n[s]i(r[s])&&(t.offsets.popper[l]=i(r[s])),t}function w0(t,e,n,r){var o=t.match(/((?:\-|\+)?\d*\.?\d*)(.*)/),i=+o[1],a=o[2];if(!i)return t;if(a.indexOf("%")===0){var s=void 0;switch(a){case"%p":s=n;break;case"%":case"%r":default:s=r}var l=Le(s);return l[e]/100*i}else if(a==="vh"||a==="vw"){var u=void 0;return a==="vh"?u=Math.max(document.documentElement.clientHeight,window.innerHeight||0):u=Math.max(document.documentElement.clientWidth,window.innerWidth||0),u/100*i}else return i}function E0(t,e,n,r){var o=[0,0],i=["right","left"].indexOf(r)!==-1,a=t.split(/(\+|\-)/).map(function(c){return c.trim()}),s=a.indexOf(Lr(a,function(c){return c.search(/,|\s/)!==-1}));a[s]&&a[s].indexOf(",")===-1&&console.warn("Offsets separated by white space(s) are deprecated, use a comma (,) instead.");var l=/\s*,\s*|\s+/,u=s!==-1?[a.slice(0,s).concat([a[s].split(l)[0]]),[a[s].split(l)[1]].concat(a.slice(s+1))]:[a];return u=u.map(function(c,f){var p=(f===1?!i:i)?"height":"width",d=!1;return c.reduce(function(h,m){return h[h.length-1]===""&&["+","-"].indexOf(m)!==-1?(h[h.length-1]=m,d=!0,h):d?(h[h.length-1]+=m,d=!1,h):h.concat(m)},[]).map(function(h){return w0(h,p,e,n)})}),u.forEach(function(c,f){c.forEach(function(p,d){Rs(p)&&(o[f]+=p*(c[d-1]==="-"?-1:1))})}),o}function x0(t,e){var n=e.offset,r=t.placement,o=t.offsets,i=o.popper,a=o.reference,s=r.split("-")[0],l=void 0;return Rs(+n)?l=[+n,0]:l=E0(n,i,a,s),s==="left"?(i.top+=l[0],i.left-=l[1]):s==="right"?(i.top+=l[0],i.left+=l[1]):s==="top"?(i.left+=l[0],i.top-=l[1]):s==="bottom"&&(i.left+=l[0],i.top+=l[1]),t.popper=i,t}function O0(t,e){var n=e.boundariesElement||Rn(t.instance.popper);t.instance.reference===n&&(n=Rn(n));var r=ks("transform"),o=t.instance.popper.style,i=o.top,a=o.left,s=o[r];o.top="",o.left="",o[r]="";var l=As(t.instance.popper,t.instance.reference,e.padding,n,t.positionFixed);o.top=i,o.left=a,o[r]=s,e.boundaries=l;var u=e.priority,c=t.offsets.popper,f={primary:function(p){var d=c[p];return c[p]l[p]&&!e.escapeWithReference&&(h=Math.min(c[d],l[p]-(p==="right"?c.width:c.height))),Ze({},d,h)}};return u.forEach(function(p){var d=["left","top"].indexOf(p)!==-1?"primary":"secondary";c=Ut({},c,f[d](p))}),t.offsets.popper=c,t}function S0(t){var e=t.placement,n=e.split("-")[0],r=e.split("-")[1];if(r){var o=t.offsets,i=o.reference,a=o.popper,s=["bottom","top"].indexOf(n)!==-1,l=s?"left":"top",u=s?"width":"height",c={start:Ze({},l,i[l]),end:Ze({},l,i[l]+i[u]-a[u])};t.offsets.popper=Ut({},a,c[r])}return t}function P0(t){if(!Uf(t.instance.modifiers,"hide","preventOverflow"))return t;var e=t.offsets.reference,n=Lr(t.instance.modifiers,function(r){return r.name==="preventOverflow"}).boundaries;if(e.bottomn.right||e.top>n.bottom||e.right{un=typeof window<"u"&&typeof document<"u"&&typeof navigator<"u",Hf=function(){for(var t=["Edge","Trident","Firefox"],e=0;e=0)return 1;return 0}(),bu=un&&window.Promise,wu=bu?Zy:$y,Ma=un&&!!(window.MSInputMethodContext&&document.documentMode),Da=un&&/MSIE 10/.test(navigator.userAgent),Eu=function(t,e){if(!(t instanceof e))throw new TypeError("Cannot call a class as a function")},xu=function(){function t(e,n){for(var r=0;r2&&arguments[2]!==void 0?arguments[2]:{};Eu(this,t),this.scheduleUpdate=function(){return requestAnimationFrame(r.update)},this.update=wu(this.update.bind(this)),this.options=Ut({},t.Defaults,o),this.state={isDestroyed:!1,isCreated:!1,scrollParents:[]},this.reference=e&&e.jquery?e[0]:e,this.popper=n&&n.jquery?n[0]:n,this.options.modifiers={},Object.keys(Ut({},t.Defaults.modifiers,o.modifiers)).forEach(function(a){r.options.modifiers[a]=Ut({},t.Defaults.modifiers[a]||{},o.modifiers?o.modifiers[a]:{})}),this.modifiers=Object.keys(this.options.modifiers).map(function(a){return Ut({name:a},r.options.modifiers[a])}).sort(function(a,s){return a.order-s.order}),this.modifiers.forEach(function(a){a.enabled&&Af(a.onLoad)&&a.onLoad(r.reference,r.popper,r.options,a,r.state)}),this.update();var i=this.options.eventsEnabled;i&&this.enableEventListeners(),this.state.eventsEnabled=i}return xu(t,[{key:"update",value:function(){return i0.call(this)}},{key:"destroy",value:function(){return a0.call(this)}},{key:"enableEventListeners",value:function(){return l0.call(this)}},{key:"disableEventListeners",value:function(){return c0.call(this)}}]),t}(),Qn.Utils=window.PopperUtils,Qn.placements=Ii,Qn.Defaults=Su,Na=Qn});function Pu(t,e){var n=Object.keys(t);if(Object.getOwnPropertySymbols){var r=Object.getOwnPropertySymbols(t);e&&(r=r.filter(function(o){return Object.getOwnPropertyDescriptor(t,o).enumerable})),n.push.apply(n,r)}return n}function ut(t){for(var e=1;e"u"||!Reflect.construct||Reflect.construct.sham)return!1;if(typeof Proxy=="function")return!0;try{return Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],function(){})),!0}catch{return!1}}function k0(t,e){if(t==null)return{};var n={},r=Object.keys(t),o,i;for(i=0;i=0)&&(n[o]=t[o]);return n}function Cu(t,e){if(t==null)return{};var n=k0(t,e),r,o;if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(t);for(o=0;o=0)&&Object.prototype.propertyIsEnumerable.call(t,r)&&(n[r]=t[r])}return n}function he(t){if(t===void 0)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return t}function R0(t,e){if(e&&(typeof e=="object"||typeof e=="function"))return e;if(e!==void 0)throw new TypeError("Derived constructors may only return object or undefined");return he(t)}function tr(t){var e=A0();return function(){var n=Do(t),r;if(e){var o=Do(this).constructor;r=Reflect.construct(n,arguments,o)}else r=n.apply(this,arguments);return R0(this,r)}}function Li(){return"ontouchstart"in window&&/Mobi/.test(navigator.userAgent)}function qr(t){var e=t.title,n=t.data,r=t.warn,o=r===void 0?!1:r,i=t.debug,a=i===void 0?!1:i,s=o?console.warn||console.error:console.log;a&&e&&n&&(console.groupCollapsed("%creact-floater: ".concat(e),"color: #9b00ff; font-weight: bold; font-size: 12px;"),Array.isArray(n)?n.forEach(function(l){F.plainObject(l)&&l.key?s.apply(console,[l.key,l.value]):s.apply(console,[l])}):s.apply(console,[n]),console.groupEnd())}function M0(t,e,n){var r=arguments.length>3&&arguments[3]!==void 0?arguments[3]:!1;t.addEventListener(e,n,r)}function D0(t,e,n){var r=arguments.length>3&&arguments[3]!==void 0?arguments[3]:!1;t.removeEventListener(e,n,r)}function N0(t,e,n){var r=arguments.length>3&&arguments[3]!==void 0?arguments[3]:!1,o;o=function(i){n(i),D0(t,e,o)},M0(t,e,o,r)}function Au(){}function I0(t){var e=(0,uo.default)(Yf,t.options||{});return{wrapper:{cursor:"help",display:"inline-flex",flexDirection:"column",zIndex:e.zIndex},wrapperPosition:{left:-1e3,position:"absolute",top:-1e3,visibility:"hidden"},floater:{display:"inline-block",filter:"drop-shadow(0 0 3px rgba(0, 0, 0, 0.3))",maxWidth:300,opacity:0,position:"relative",transition:"opacity 0.3s",visibility:"hidden",zIndex:e.zIndex},floaterOpening:{opacity:1,visibility:"visible"},floaterWithAnimation:{opacity:1,transition:"opacity 0.3s, transform 0.2s",visibility:"visible"},floaterWithComponent:{maxWidth:"100%"},floaterClosing:{opacity:0,visibility:"visible"},floaterCentered:{left:"50%",position:"fixed",top:"50%",transform:"translate(-50%, -50%)"},container:{backgroundColor:"#fff",color:"#666",minHeight:60,minWidth:200,padding:20,position:"relative",zIndex:10},title:{borderBottom:"1px solid #555",color:"#555",fontSize:18,marginBottom:5,paddingBottom:6,paddingRight:18},content:{fontSize:15},close:{backgroundColor:"transparent",border:0,borderRadius:0,color:"#555",fontSize:0,height:15,outline:"none",padding:10,position:"absolute",right:0,top:0,width:15,WebkitAppearance:"none"},footer:{borderTop:"1px solid #ccc",fontSize:13,marginTop:10,paddingTop:5},arrow:{color:"#fff",display:"inline-flex",length:16,margin:8,position:"absolute",spread:32},options:e}}var R,ji,uo,ku,Ru,J,ie,cn,Fi,Vi,Mu,Bi,zi,Ui,Hi,Yf,Du,Nu,co,L0=v(()=>{R=le(Ry()),ji=le(Jy()),C0(),uo=le(Cf()),Ss(),Of(),ku=le(Tf()),Ru={flip:{padding:20},preventOverflow:{padding:10}},J={INIT:"init",IDLE:"idle",OPENING:"opening",OPEN:"open",CLOSING:"closing",ERROR:"error"},ie=ku.default.canUseDOM,cn=oe.createPortal!==void 0,Fi=function(t){$n(n,t);var e=tr(n);function n(){return Jn(this,n),e.apply(this,arguments)}return Zn(n,[{key:"componentDidMount",value:function(){ie&&(this.node||this.appendNode(),cn||this.renderPortal())}},{key:"componentDidUpdate",value:function(){ie&&(cn||this.renderPortal())}},{key:"componentWillUnmount",value:function(){!ie||!this.node||(cn||oe.unmountComponentAtNode(this.node),this.node&&this.node.parentNode===document.body&&(document.body.removeChild(this.node),this.node=void 0))}},{key:"appendNode",value:function(){var r=this.props,o=r.id,i=r.zIndex;this.node||(this.node=document.createElement("div"),o&&(this.node.id=o),i&&(this.node.style.zIndex=i),document.body.appendChild(this.node))}},{key:"renderPortal",value:function(){if(!ie)return null;var r=this.props,o=r.children,i=r.setRef;if(this.node||this.appendNode(),cn)return oe.createPortal(o,this.node);var a=oe.unstable_renderSubtreeIntoContainer(this,o.length>1?g.createElement("div",null,o):o[0],this.node);return i(a),null}},{key:"renderReact16",value:function(){var r=this.props,o=r.hasChildren,i=r.placement,a=r.target;return o?this.renderPortal():a||i==="center"?this.renderPortal():null}},{key:"render",value:function(){return cn?this.renderReact16():null}}]),n}(g.Component),kt(Fi,"propTypes",{children:R.default.oneOfType([R.default.element,R.default.array]),hasChildren:R.default.bool,id:R.default.oneOfType([R.default.string,R.default.number]),placement:R.default.string,setRef:R.default.func.isRequired,target:R.default.oneOfType([R.default.object,R.default.string]),zIndex:R.default.number}),Vi=function(t){$n(n,t);var e=tr(n);function n(){return Jn(this,n),e.apply(this,arguments)}return Zn(n,[{key:"parentStyle",get:function(){var r=this.props,o=r.placement,i=r.styles,a=i.arrow.length,s={pointerEvents:"none",position:"absolute",width:"100%"};return o.startsWith("top")?(s.bottom=0,s.left=0,s.right=0,s.height=a):o.startsWith("bottom")?(s.left=0,s.right=0,s.top=0,s.height=a):o.startsWith("left")?(s.right=0,s.top=0,s.bottom=0):o.startsWith("right")&&(s.left=0,s.top=0),s}},{key:"render",value:function(){var r=this.props,o=r.placement,i=r.setArrowRef,a=r.styles,s=a.arrow,l=s.color,u=s.display,c=s.length,f=s.margin,p=s.position,d=s.spread,h={display:u,position:p},m,y=d,E=c;return o.startsWith("top")?(m="0,0 ".concat(y/2,",").concat(E," ").concat(y,",0"),h.bottom=0,h.marginLeft=f,h.marginRight=f):o.startsWith("bottom")?(m="".concat(y,",").concat(E," ").concat(y/2,",0 0,").concat(E),h.top=0,h.marginLeft=f,h.marginRight=f):o.startsWith("left")?(E=d,y=c,m="0,0 ".concat(y,",").concat(E/2," 0,").concat(E),h.right=0,h.marginTop=f,h.marginBottom=f):o.startsWith("right")&&(E=d,y=c,m="".concat(y,",").concat(E," ").concat(y,",0 0,").concat(E/2),h.left=0,h.marginTop=f,h.marginBottom=f),g.createElement("div",{className:"__floater__arrow",style:this.parentStyle},g.createElement("span",{ref:i,style:h},g.createElement("svg",{width:y,height:E,version:"1.1",xmlns:"http://www.w3.org/2000/svg"},g.createElement("polygon",{points:m,fill:l}))))}}]),n}(g.Component),kt(Vi,"propTypes",{placement:R.default.string.isRequired,setArrowRef:R.default.func.isRequired,styles:R.default.object.isRequired}),Mu=["color","height","width"],Bi=function(t){var e=t.handleClick,n=t.styles,r=n.color,o=n.height,i=n.width,a=Cu(n,Mu);return g.createElement("button",{"aria-label":"close",onClick:e,style:a,type:"button"},g.createElement("svg",{width:"".concat(i,"px"),height:"".concat(o,"px"),viewBox:"0 0 18 18",version:"1.1",xmlns:"http://www.w3.org/2000/svg",preserveAspectRatio:"xMidYMid"},g.createElement("g",null,g.createElement("path",{d:"M8.13911129,9.00268191 L0.171521827,17.0258467 C-0.0498027049,17.248715 -0.0498027049,17.6098394 0.171521827,17.8327545 C0.28204354,17.9443526 0.427188206,17.9998706 0.572051765,17.9998706 C0.71714958,17.9998706 0.862013139,17.9443526 0.972581703,17.8327545 L9.0000937,9.74924618 L17.0276057,17.8327545 C17.1384085,17.9443526 17.2832721,17.9998706 17.4281356,17.9998706 C17.5729992,17.9998706 17.718097,17.9443526 17.8286656,17.8327545 C18.0499901,17.6098862 18.0499901,17.2487618 17.8286656,17.0258467 L9.86135722,9.00268191 L17.8340066,0.973848225 C18.0553311,0.750979934 18.0553311,0.389855532 17.8340066,0.16694039 C17.6126821,-0.0556467968 17.254037,-0.0556467968 17.0329467,0.16694039 L9.00042166,8.25611765 L0.967006424,0.167268345 C0.745681892,-0.0553188426 0.387317931,-0.0553188426 0.165993399,0.167268345 C-0.0553311331,0.390136635 -0.0553311331,0.751261038 0.165993399,0.974176179 L8.13920499,9.00268191 L8.13911129,9.00268191 Z",fill:r}))))},Bi.propTypes={handleClick:R.default.func.isRequired,styles:R.default.object.isRequired},zi=function(t){var e=t.content,n=t.footer,r=t.handleClick,o=t.open,i=t.positionWrapper,a=t.showCloseButton,s=t.title,l=t.styles,u={content:g.isValidElement(e)?e:g.createElement("div",{className:"__floater__content",style:l.content},e)};return s&&(u.title=g.isValidElement(s)?s:g.createElement("div",{className:"__floater__title",style:l.title},s)),n&&(u.footer=g.isValidElement(n)?n:g.createElement("div",{className:"__floater__footer",style:l.footer},n)),(a||i)&&!F.boolean(o)&&(u.close=g.createElement(Bi,{styles:l.close,handleClick:r})),g.createElement("div",{className:"__floater__container",style:l.container},u.close,u.title,u.content,u.footer)},zi.propTypes={content:R.default.node.isRequired,footer:R.default.node,handleClick:R.default.func.isRequired,open:R.default.bool,positionWrapper:R.default.bool.isRequired,showCloseButton:R.default.bool.isRequired,styles:R.default.object.isRequired,title:R.default.node},Ui=function(t){$n(n,t);var e=tr(n);function n(){return Jn(this,n),e.apply(this,arguments)}return Zn(n,[{key:"style",get:function(){var r=this.props,o=r.disableAnimation,i=r.component,a=r.placement,s=r.hideArrow,l=r.status,u=r.styles,c=u.arrow.length,f=u.floater,p=u.floaterCentered,d=u.floaterClosing,h=u.floaterOpening,m=u.floaterWithAnimation,y=u.floaterWithComponent,E={};return s||(a.startsWith("top")?E.padding="0 0 ".concat(c,"px"):a.startsWith("bottom")?E.padding="".concat(c,"px 0 0"):a.startsWith("left")?E.padding="0 ".concat(c,"px 0 0"):a.startsWith("right")&&(E.padding="0 0 0 ".concat(c,"px"))),[J.OPENING,J.OPEN].indexOf(l)!==-1&&(E=ut(ut({},E),h)),l===J.CLOSING&&(E=ut(ut({},E),d)),l===J.OPEN&&!o&&(E=ut(ut({},E),m)),a==="center"&&(E=ut(ut({},E),p)),i&&(E=ut(ut({},E),y)),ut(ut({},f),E)}},{key:"render",value:function(){var r=this.props,o=r.component,i=r.handleClick,a=r.hideArrow,s=r.setFloaterRef,l=r.status,u={},c=["__floater"];return o?g.isValidElement(o)?u.content=g.cloneElement(o,{closeFn:i}):u.content=o({closeFn:i}):u.content=g.createElement(zi,this.props),l===J.OPEN&&c.push("__floater__open"),a||(u.arrow=g.createElement(Vi,this.props)),g.createElement("div",{ref:s,className:c.join(" "),style:this.style},g.createElement("div",{className:"__floater__body"},u.content,u.arrow))}}]),n}(g.Component),kt(Ui,"propTypes",{component:R.default.oneOfType([R.default.func,R.default.element]),content:R.default.node,disableAnimation:R.default.bool.isRequired,footer:R.default.node,handleClick:R.default.func.isRequired,hideArrow:R.default.bool.isRequired,open:R.default.bool,placement:R.default.string.isRequired,positionWrapper:R.default.bool.isRequired,setArrowRef:R.default.func.isRequired,setFloaterRef:R.default.func.isRequired,showCloseButton:R.default.bool,status:R.default.string.isRequired,styles:R.default.object.isRequired,title:R.default.node}),Hi=function(t){$n(n,t);var e=tr(n);function n(){return Jn(this,n),e.apply(this,arguments)}return Zn(n,[{key:"render",value:function(){var r=this.props,o=r.children,i=r.handleClick,a=r.handleMouseEnter,s=r.handleMouseLeave,l=r.setChildRef,u=r.setWrapperRef,c=r.style,f=r.styles,p;if(o)if(g.Children.count(o)===1)if(!g.isValidElement(o))p=g.createElement("span",null,o);else{var d=F.function(o.type)?"innerRef":"ref";p=g.cloneElement(g.Children.only(o),kt({},d,l))}else p=o;return p?g.createElement("span",{ref:u,style:ut(ut({},f),c),onClick:i,onMouseEnter:a,onMouseLeave:s},p):null}}]),n}(g.Component),kt(Hi,"propTypes",{children:R.default.node,handleClick:R.default.func.isRequired,handleMouseEnter:R.default.func.isRequired,handleMouseLeave:R.default.func.isRequired,setChildRef:R.default.func.isRequired,setWrapperRef:R.default.func.isRequired,style:R.default.object,styles:R.default.object.isRequired}),Yf={zIndex:100},Du=["arrow","flip","offset"],Nu=["position","top","right","bottom","left"],co=function(t){$n(n,t);var e=tr(n);function n(r){var o;return Jn(this,n),o=e.call(this,r),kt(he(o),"setArrowRef",function(i){o.arrowRef=i}),kt(he(o),"setChildRef",function(i){o.childRef=i}),kt(he(o),"setFloaterRef",function(i){o.floaterRef=i}),kt(he(o),"setWrapperRef",function(i){o.wrapperRef=i}),kt(he(o),"handleTransitionEnd",function(){var i=o.state.status,a=o.props.callback;o.wrapperPopper&&o.wrapperPopper.instance.update(),o.setState({status:i===J.OPENING?J.OPEN:J.IDLE},function(){var s=o.state.status;a(s===J.OPEN?"open":"close",o.props)})}),kt(he(o),"handleClick",function(){var i=o.props,a=i.event,s=i.open;if(!F.boolean(s)){var l=o.state,u=l.positionWrapper,c=l.status;(o.event==="click"||o.event==="hover"&&u)&&(qr({title:"click",data:[{event:a,status:c===J.OPEN?"closing":"opening"}],debug:o.debug}),o.toggle())}}),kt(he(o),"handleMouseEnter",function(){var i=o.props,a=i.event,s=i.open;if(!(F.boolean(s)||Li())){var l=o.state.status;o.event==="hover"&&l===J.IDLE&&(qr({title:"mouseEnter",data:[{key:"originalEvent",value:a}],debug:o.debug}),clearTimeout(o.eventDelayTimeout),o.toggle())}}),kt(he(o),"handleMouseLeave",function(){var i=o.props,a=i.event,s=i.eventDelay,l=i.open;if(!(F.boolean(l)||Li())){var u=o.state,c=u.status,f=u.positionWrapper;o.event==="hover"&&(qr({title:"mouseLeave",data:[{key:"originalEvent",value:a}],debug:o.debug}),s?[J.OPENING,J.OPEN].indexOf(c)!==-1&&!f&&!o.eventDelayTimeout&&(o.eventDelayTimeout=setTimeout(function(){delete o.eventDelayTimeout,o.toggle()},s*1e3)):o.toggle(J.IDLE))}}),o.state={currentPlacement:r.placement,needsUpdate:!1,positionWrapper:r.wrapperOptions.position&&!!r.target,status:J.INIT,statusWrapper:J.INIT},o._isMounted=!1,o.hasMounted=!1,ie&&window.addEventListener("load",function(){o.popper&&o.popper.instance.update(),o.wrapperPopper&&o.wrapperPopper.instance.update()}),o}return Zn(n,[{key:"componentDidMount",value:function(){if(ie){var r=this.state.positionWrapper,o=this.props,i=o.children,a=o.open,s=o.target;this._isMounted=!0,qr({title:"init",data:{hasChildren:!!i,hasTarget:!!s,isControlled:F.boolean(a),positionWrapper:r,target:this.target,floater:this.floaterRef},debug:this.debug}),this.hasMounted||(this.initPopper(),this.hasMounted=!0),!i&&s&&F.boolean(a)}}},{key:"componentDidUpdate",value:function(r,o){if(ie){var i=this.props,a=i.autoOpen,s=i.open,l=i.target,u=i.wrapperOptions,c=ur(o,this.state),f=c.changedFrom,p=c.changed;if(r.open!==s){var d;F.boolean(s)&&(d=s?J.OPENING:J.CLOSING),this.toggle(d)}(r.wrapperOptions.position!==u.position||r.target!==l)&&this.changeWrapperPosition(this.props),p("status",J.IDLE)&&s?this.toggle(J.OPEN):f("status",J.INIT,J.IDLE)&&a&&this.toggle(J.OPEN),this.popper&&p("status",J.OPENING)&&this.popper.instance.update(),this.floaterRef&&(p("status",J.OPENING)||p("status",J.CLOSING))&&N0(this.floaterRef,"transitionend",this.handleTransitionEnd),p("needsUpdate",!0)&&this.rebuildPopper()}}},{key:"componentWillUnmount",value:function(){ie&&(this._isMounted=!1,this.popper&&this.popper.instance.destroy(),this.wrapperPopper&&this.wrapperPopper.instance.destroy())}},{key:"initPopper",value:function(){var r=this,o=arguments.length>0&&arguments[0]!==void 0?arguments[0]:this.target,i=this.state.positionWrapper,a=this.props,s=a.disableFlip,l=a.getPopper,u=a.hideArrow,c=a.offset,f=a.placement,p=a.wrapperOptions,d=f==="top"||f==="bottom"?"flip":["right","bottom-end","top-end","left","top-start","bottom-start"];if(f==="center")this.setState({status:J.IDLE});else if(o&&this.floaterRef){var h=this.options,m=h.arrow,y=h.flip,E=h.offset,x=Cu(h,Du);new Na(o,this.floaterRef,{placement:f,modifiers:ut({arrow:ut({enabled:!u,element:this.arrowRef},m),flip:ut({enabled:!s,behavior:d},y),offset:ut({offset:"0, ".concat(c,"px")},E)},x),onCreate:function(w){var O;if(r.popper=w,!((O=r.floaterRef)!==null&&O!==void 0&&O.isConnected)){r.setState({needsUpdate:!0});return}l(w,"floater"),r._isMounted&&r.setState({currentPlacement:w.placement,status:J.IDLE}),f!==w.placement&&setTimeout(function(){w.instance.update()},1)},onUpdate:function(w){r.popper=w;var O=r.state.currentPlacement;r._isMounted&&w.placement!==O&&r.setState({currentPlacement:w.placement})}})}if(i){var b=F.undefined(p.offset)?0:p.offset;new Na(this.target,this.wrapperRef,{placement:p.placement||f,modifiers:{arrow:{enabled:!1},offset:{offset:"0, ".concat(b,"px")},flip:{enabled:!1}},onCreate:function(w){r.wrapperPopper=w,r._isMounted&&r.setState({statusWrapper:J.IDLE}),l(w,"wrapper"),f!==w.placement&&setTimeout(function(){w.instance.update()},1)}})}}},{key:"rebuildPopper",value:function(){var r=this;this.floaterRefInterval=setInterval(function(){var o;(o=r.floaterRef)!==null&&o!==void 0&&o.isConnected&&(clearInterval(r.floaterRefInterval),r.setState({needsUpdate:!1}),r.initPopper())},50)}},{key:"changeWrapperPosition",value:function(r){var o=r.target,i=r.wrapperOptions;this.setState({positionWrapper:i.position&&!!o})}},{key:"toggle",value:function(r){var o=this.state.status,i=o===J.OPEN?J.CLOSING:J.OPENING;F.undefined(r)||(i=r),this.setState({status:i})}},{key:"debug",get:function(){var r=this.props.debug;return r||!!window.ReactFloaterDebug}},{key:"event",get:function(){var r=this.props,o=r.disableHoverToClick,i=r.event;return i==="hover"&&Li()&&!o?"click":i}},{key:"options",get:function(){var r=this.props.options;return(0,uo.default)(Ru,r||{})}},{key:"styles",get:function(){var r=this,o=this.state,i=o.status,a=o.positionWrapper,s=o.statusWrapper,l=this.props.styles,u=(0,uo.default)(I0(l),l);if(a){var c;[J.IDLE].indexOf(i)===-1||[J.IDLE].indexOf(s)===-1?c=u.wrapperPosition:c=this.wrapperPopper.styles,u.wrapper=ut(ut({},u.wrapper),c)}if(this.target){var f=window.getComputedStyle(this.target);this.wrapperStyles?u.wrapper=ut(ut({},u.wrapper),this.wrapperStyles):["relative","static"].indexOf(f.position)===-1&&(this.wrapperStyles={},a||(Nu.forEach(function(p){r.wrapperStyles[p]=f[p]}),u.wrapper=ut(ut({},u.wrapper),this.wrapperStyles),this.target.style.position="relative",this.target.style.top="auto",this.target.style.right="auto",this.target.style.bottom="auto",this.target.style.left="auto"))}return u}},{key:"target",get:function(){if(!ie)return null;var r=this.props.target;return r?F.domElement(r)?r:document.querySelector(r):this.childRef||this.wrapperRef}},{key:"render",value:function(){var r=this.state,o=r.currentPlacement,i=r.positionWrapper,a=r.status,s=this.props,l=s.children,u=s.component,c=s.content,f=s.disableAnimation,p=s.footer,d=s.hideArrow,h=s.id,m=s.open,y=s.showCloseButton,E=s.style,x=s.target,b=s.title,w=g.createElement(Hi,{handleClick:this.handleClick,handleMouseEnter:this.handleMouseEnter,handleMouseLeave:this.handleMouseLeave,setChildRef:this.setChildRef,setWrapperRef:this.setWrapperRef,style:E,styles:this.styles.wrapper},l),O={};return i?O.wrapperInPortal=w:O.wrapperAsChildren=w,g.createElement("span",null,g.createElement(Fi,{hasChildren:!!l,id:h,placement:o,setRef:this.setFloaterRef,target:x,zIndex:this.styles.options.zIndex},g.createElement(Ui,{component:u,content:c,disableAnimation:f,footer:p,handleClick:this.handleClick,hideArrow:d||o==="center",open:m,placement:o,positionWrapper:i,setArrowRef:this.setArrowRef,setFloaterRef:this.setFloaterRef,showCloseButton:y,status:a,styles:this.styles,title:b}),O.wrapperInPortal),O.wrapperAsChildren)}}]),n}(g.Component),kt(co,"propTypes",{autoOpen:R.default.bool,callback:R.default.func,children:R.default.node,component:(0,ji.default)(R.default.oneOfType([R.default.func,R.default.element]),function(t){return!t.content}),content:(0,ji.default)(R.default.node,function(t){return!t.component}),debug:R.default.bool,disableAnimation:R.default.bool,disableFlip:R.default.bool,disableHoverToClick:R.default.bool,event:R.default.oneOf(["hover","click"]),eventDelay:R.default.number,footer:R.default.node,getPopper:R.default.func,hideArrow:R.default.bool,id:R.default.oneOfType([R.default.string,R.default.number]),offset:R.default.number,open:R.default.bool,options:R.default.object,placement:R.default.oneOf(["top","top-start","top-end","bottom","bottom-start","bottom-end","left","left-start","left-end","right","right-start","right-end","auto","center"]),showCloseButton:R.default.bool,style:R.default.object,styles:R.default.object,target:R.default.oneOfType([R.default.object,R.default.string]),title:R.default.node,wrapperOptions:R.default.shape({offset:R.default.number,placement:R.default.oneOf(["top","top-start","top-end","bottom","bottom-start","bottom-end","left","left-start","left-end","right","right-start","right-end","auto"]),position:R.default.bool})}),kt(co,"defaultProps",{autoOpen:!1,callback:Au,debug:!1,disableAnimation:!1,disableFlip:!1,disableHoverToClick:!1,event:"click",eventDelay:.4,getPopper:Au,hideArrow:!1,offset:15,placement:"bottom",showCloseButton:!1,styles:{},target:null,wrapperOptions:{position:!1}})});function Iu(t,e){var n=Object.keys(t);if(Object.getOwnPropertySymbols){var r=Object.getOwnPropertySymbols(t);e&&(r=r.filter(function(o){return Object.getOwnPropertyDescriptor(t,o).enumerable})),n.push.apply(n,r)}return n}function D(t){for(var e=1;e"u"||!Reflect.construct||Reflect.construct.sham)return!1;if(typeof Proxy=="function")return!0;try{return Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],function(){})),!0}catch{return!1}}function F0(t,e){if(t==null)return{};var n={},r=Object.keys(t),o,i;for(i=0;i=0)&&(n[o]=t[o]);return n}function Io(t,e){if(t==null)return{};var n=F0(t,e),r,o;if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(t);for(o=0;o=0)&&Object.prototype.propertyIsEnumerable.call(t,r)&&(n[r]=t[r])}return n}function pt(t){if(t===void 0)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return t}function V0(t,e){if(e&&(typeof e=="object"||typeof e=="function"))return e;if(e!==void 0)throw new TypeError("Derived constructors may only return object or undefined");return pt(t)}function Ue(t){var e=j0();return function(){var n=No(t),r;if(e){var o=No(this).constructor;r=Reflect.construct(n,arguments,o)}else r=n.apply(this,arguments);return V0(this,r)}}function B0(t,e){if(typeof t!="object"||t===null)return t;var n=t[Symbol.toPrimitive];if(n!==void 0){var r=n.call(t,e||"default");if(typeof r!="object")return r;throw new TypeError("@@toPrimitive must return a primitive value.")}return(e==="string"?String:Number)(t)}function qf(t){var e=B0(t,"string");return typeof e=="symbol"?e:String(e)}function Gf(){var t=arguments.length>0&&arguments[0]!==void 0?arguments[0]:navigator.userAgent,e=t;return typeof window>"u"?e="node":document.documentMode?e="ie":/Edge/.test(t)?e="edge":window.opera||t.indexOf(" OPR/")>=0?e="opera":typeof window.InstallTrigger<"u"?e="firefox":window.chrome?e="chrome":/(Version\/([0-9._]+).*Safari|CriOS|FxiOS| Mobile\/)/.test(t)&&(e="safari"),e}function Wi(t){return Object.prototype.toString.call(t).slice(8,-1).toLowerCase()}function er(t){var e=[],n=function r(o){if(typeof o=="string"||typeof o=="number")e.push(o);else if(Array.isArray(o))o.forEach(function(a){return r(a)});else if(o&&o.props){var i=o.props.children;Array.isArray(i)?i.forEach(function(a){return r(a)}):r(i)}};return n(t),e.join(" ").trim()}function ju(t,e){return Object.prototype.hasOwnProperty.call(t,e)}function z0(t,e){return!ft.plainObject(t)||!ft.array(e)?!1:Object.keys(t).every(function(n){return e.indexOf(n)!==-1})}function U0(t){var e=/^#?([a-f\d])([a-f\d])([a-f\d])$/i,n=t.replace(e,function(o,i,a,s){return i+i+a+a+s+s}),r=/^#?([a-f\d]{2})([a-f\d]{2})([a-f\d]{2})$/i.exec(n);return r?[parseInt(r[1],16),parseInt(r[2],16),parseInt(r[3],16)]:[]}function Fu(t){return t.disableBeacon||t.placement==="center"}function ja(t,e){var n,r=Pe(t)||Pe(e),o=ft.undefined(t)||ft.undefined(e);if(Wi(t)!==Wi(e)||r||o)return!1;if(ft.domElement(t))return t.isSameNode(e);if(ft.number(t))return t===e;if(ft.function(t))return t.toString()===e.toString();for(var i in t)if(ju(t,i)){if(typeof t[i]>"u"||typeof e[i]>"u")return!1;if(n=Wi(t[i]),["object","array"].indexOf(n)!==-1&&ja(t[i],e[i])||n==="function"&&ja(t[i],e[i]))continue;if(t[i]!==e[i])return!1}for(var a in e)if(ju(e,a)&&typeof t[a]>"u")return!1;return!0}function Vu(){return["chrome","safari","firefox","opera"].indexOf(Gf())===-1}function _e(t){var e=t.title,n=t.data,r=t.warn,o=r===void 0?!1:r,i=t.debug,a=i===void 0?!1:i,s=o?console.warn||console.error:console.log;a&&(e&&n?(console.groupCollapsed("%creact-joyride: ".concat(e),"color: #ff0044; font-weight: bold; font-size: 12px;"),Array.isArray(n)?n.forEach(function(l){ft.plainObject(l)&&l.key?s.apply(console,[l.key,l.value]):s.apply(console,[l])}):s.apply(console,[n]),console.groupEnd()):console.error("Missing title or data props"))}function H0(t){var e=new Map,n=new Map,r=function(){function o(){var i=this,a=arguments.length>0&&arguments[0]!==void 0?arguments[0]:{},s=a.continuous,l=s===void 0?!1:s,u=a.stepIndex,c=a.steps,f=c===void 0?[]:c;me(this,o),H(this,"listener",void 0),H(this,"setSteps",function(p){var d=i.getState(),h=d.size,m=d.status,y={size:p.length,status:m};n.set("steps",p),m===K.WAITING&&!h&&p.length&&(y.status=K.RUNNING),i.setState(y)}),H(this,"addListener",function(p){i.listener=p}),H(this,"update",function(p){if(!z0(p,Va))throw new Error("State is not valid. Valid keys: ".concat(Va.join(", ")));i.setState(D({},i.getNextState(D(D(D({},i.getState()),p),{},{action:p.action||tt.UPDATE}),!0)))}),H(this,"start",function(p){var d=i.getState(),h=d.index,m=d.size;i.setState(D(D({},i.getNextState({action:tt.START,index:ft.number(p)?p:h},!0)),{},{status:m?K.RUNNING:K.WAITING}))}),H(this,"stop",function(){var p=arguments.length>0&&arguments[0]!==void 0?arguments[0]:!1,d=i.getState(),h=d.index,m=d.status;[K.FINISHED,K.SKIPPED].indexOf(m)===-1&&i.setState(D(D({},i.getNextState({action:tt.STOP,index:h+(p?1:0)})),{},{status:K.PAUSED}))}),H(this,"close",function(){var p=i.getState(),d=p.index,h=p.status;h===K.RUNNING&&i.setState(D({},i.getNextState({action:tt.CLOSE,index:d+1})))}),H(this,"go",function(p){var d=i.getState(),h=d.controlled,m=d.status;if(!(h||m!==K.RUNNING)){var y=i.getSteps()[p];i.setState(D(D({},i.getNextState({action:tt.GO,index:p})),{},{status:y?m:K.FINISHED}))}}),H(this,"info",function(){return i.getState()}),H(this,"next",function(){var p=i.getState(),d=p.index,h=p.status;h===K.RUNNING&&i.setState(i.getNextState({action:tt.NEXT,index:d+1}))}),H(this,"open",function(){var p=i.getState(),d=p.status;d===K.RUNNING&&i.setState(D({},i.getNextState({action:tt.UPDATE,lifecycle:_.TOOLTIP})))}),H(this,"prev",function(){var p=i.getState(),d=p.index,h=p.status;h===K.RUNNING&&i.setState(D({},i.getNextState({action:tt.PREV,index:d-1})))}),H(this,"reset",function(){var p=arguments.length>0&&arguments[0]!==void 0?arguments[0]:!1,d=i.getState(),h=d.controlled;h||i.setState(D(D({},i.getNextState({action:tt.RESET,index:0})),{},{status:p?K.RUNNING:K.READY}))}),H(this,"skip",function(){var p=i.getState(),d=p.status;d===K.RUNNING&&i.setState({action:tt.SKIP,lifecycle:_.INIT,status:K.SKIPPED})}),this.setState({action:tt.INIT,controlled:ft.number(u),continuous:l,index:ft.number(u)?u:0,lifecycle:_.INIT,status:f.length?K.READY:K.IDLE},!0),this.setSteps(f)}return ve(o,[{key:"setState",value:function(i){var a=arguments.length>1&&arguments[1]!==void 0?arguments[1]:!1,s=this.getState(),l=D(D({},s),i),u=l.action,c=l.index,f=l.lifecycle,p=l.size,d=l.status;e.set("action",u),e.set("index",c),e.set("lifecycle",f),e.set("size",p),e.set("status",d),a&&(e.set("controlled",i.controlled),e.set("continuous",i.continuous)),this.listener&&this.hasUpdatedState(s)&&this.listener(this.getState())}},{key:"getState",value:function(){return e.size?{action:e.get("action")||"",controlled:e.get("controlled")||!1,index:parseInt(e.get("index"),10),lifecycle:e.get("lifecycle")||"",size:e.get("size")||0,status:e.get("status")||""}:D({},Qf)}},{key:"getNextState",value:function(i){var a=arguments.length>1&&arguments[1]!==void 0?arguments[1]:!1,s=this.getState(),l=s.action,u=s.controlled,c=s.index,f=s.size,p=s.status,d=ft.number(i.index)?i.index:c,h=u&&!a?c:Math.min(Math.max(d,0),f);return{action:i.action||l,controlled:u,index:h,lifecycle:i.lifecycle||_.INIT,size:i.size||f,status:h===f?K.FINISHED:i.status||p}}},{key:"hasUpdatedState",value:function(i){var a=JSON.stringify(i),s=JSON.stringify(this.getState());return a!==s}},{key:"getSteps",value:function(){var i=n.get("steps");return Array.isArray(i)?i:[]}},{key:"getHelpers",value:function(){return{close:this.close,go:this.go,info:this.info,next:this.next,open:this.open,prev:this.prev,reset:this.reset,skip:this.skip}}}]),o}();return new r(t)}function Xf(t){return t?t.getBoundingClientRect():{}}function W0(){var t=document,e=t.body,n=t.documentElement;return!e||!n?0:Math.max(e.scrollHeight,e.offsetHeight,n.clientHeight,n.scrollHeight,n.offsetHeight)}function Ce(t){return typeof t=="string"?document.querySelector(t):t}function Y0(t){return!t||t.nodeType!==1?{}:getComputedStyle(t)}function Lo(t,e,n){var r=(0,Ms.default)(t);if(r.isSameNode(yr()))return n?document:yr();var o=r.scrollHeight>r.offsetHeight;return!o&&!e?(r.style.overflow="initial",yr()):r}function Zo(t,e){if(!t)return!1;var n=Lo(t,e);return!n.isSameNode(yr())}function q0(t){return t.offsetParent!==document.body}function bn(t){var e=arguments.length>1&&arguments[1]!==void 0?arguments[1]:"fixed";if(!t||!(t instanceof HTMLElement))return!1;var n=t.nodeName;return n==="BODY"||n==="HTML"?!1:Y0(t).position===e?!0:bn(t.parentNode,e)}function G0(t){if(!t)return!1;for(var e=t;e&&e!==document.body;){if(e instanceof HTMLElement){var n=getComputedStyle(e),r=n.display,o=n.visibility;if(r==="none"||o==="hidden")return!1}e=e.parentNode}return!0}function X0(t,e,n){var r=Xf(t),o=Lo(t,n),i=Zo(t,n),a=0;o instanceof HTMLElement&&(a=o.scrollTop);var s=r.top+(!i&&!bn(t)?a:0);return Math.floor(s-e)}function Fa(t){return t instanceof HTMLElement?t.offsetParent instanceof HTMLElement?Fa(t.offsetParent)+t.offsetTop:t.offsetTop:0}function _0(t,e,n){if(!t)return 0;var r=(0,Ms.default)(t),o=Fa(t);return Zo(t,n)&&!q0(t)&&(o-=Fa(r)),Math.floor(o-e)}function yr(){return document.scrollingElement||document.createElement("body")}function K0(t){var e=arguments.length>1&&arguments[1]!==void 0?arguments[1]:yr(),n=arguments.length>2&&arguments[2]!==void 0?arguments[2]:300;return new Promise(function(r,o){var i=e.scrollTop,a=t>i?t-i:i-t;Kf.default.top(e,t,{duration:a<100?50:n},function(s){return s&&s.message!=="Element already at target scroll position"?o(s):r()})})}function Q0(t){function e(r,o,i,a,s,l){var u=a||"<>",c=l||i;if(o[i]==null)return r?new Error("Required ".concat(s," `").concat(c,"` was not specified in `").concat(u,"`.")):null;for(var f=arguments.length,p=new Array(f>6?f-6:0),d=6;d0&&arguments[0]!==void 0?arguments[0]:{},e=(0,Me.default)(Jf,t.options||{}),n=290;window.innerWidth>480&&(n=380),e.width&&(window.innerWidth1&&arguments[1]!==void 0?arguments[1]:!1;return ft.plainObject(t)?t.target?!0:(_e({title:"validateStep",data:"target is missing from the step",warn:!0,debug:e}),!1):(_e({title:"validateStep",data:"step must be an object",warn:!0,debug:e}),!1)}function Bu(t){var e=arguments.length>1&&arguments[1]!==void 0?arguments[1]:!1;return ft.array(t)?t.every(function(n){return _f(n,e)}):(_e({title:"validateSteps",data:"steps must be an array",warn:!0,debug:e}),!1)}function $0(t){var e=t.styles;return g.createElement("div",{key:"JoyrideSpotlight",className:"react-joyride__spotlight",style:e})}function tb(t){var e=t.styles,n=Io(t,Zf),r=e.color,o=e.height,i=e.width,a=Io(e,$f);return g.createElement("button",Bt({style:a,type:"button"},n),g.createElement("svg",{width:typeof i=="number"?"".concat(i,"px"):i,height:typeof o=="number"?"".concat(o,"px"):o,viewBox:"0 0 18 18",version:"1.1",xmlns:"http://www.w3.org/2000/svg",preserveAspectRatio:"xMidYMid"},g.createElement("g",null,g.createElement("path",{d:"M8.13911129,9.00268191 L0.171521827,17.0258467 C-0.0498027049,17.248715 -0.0498027049,17.6098394 0.171521827,17.8327545 C0.28204354,17.9443526 0.427188206,17.9998706 0.572051765,17.9998706 C0.71714958,17.9998706 0.862013139,17.9443526 0.972581703,17.8327545 L9.0000937,9.74924618 L17.0276057,17.8327545 C17.1384085,17.9443526 17.2832721,17.9998706 17.4281356,17.9998706 C17.5729992,17.9998706 17.718097,17.9443526 17.8286656,17.8327545 C18.0499901,17.6098862 18.0499901,17.2487618 17.8286656,17.0258467 L9.86135722,9.00268191 L17.8340066,0.973848225 C18.0553311,0.750979934 18.0553311,0.389855532 17.8340066,0.16694039 C17.6126821,-0.0556467968 17.254037,-0.0556467968 17.0329467,0.16694039 L9.00042166,8.25611765 L0.967006424,0.167268345 C0.745681892,-0.0553188426 0.387317931,-0.0553188426 0.165993399,0.167268345 C-0.0553311331,0.390136635 -0.0553311331,0.751261038 0.165993399,0.974176179 L8.13920499,9.00268191 L8.13911129,9.00268191 Z",fill:r}))))}var zu,Kf,Ms,pn,Me,tt,Vt,_,K,de,fn,Qf,Va,Jf,vn,Ba,po,Uu,Hu,Wu,Yu,Zf,$f,qu,Gu,Xu,_u,Ku,za,eb=v(()=>{Of(),Gy(),zu=le(Tf()),Kf=le(Xy()),Ms=le(_y()),pn=le(Qy()),Me=le(Cf()),L0(),tt={INIT:"init",START:"start",STOP:"stop",RESET:"reset",PREV:"prev",NEXT:"next",GO:"go",CLOSE:"close",SKIP:"skip",UPDATE:"update"},Vt={TOUR_START:"tour:start",STEP_BEFORE:"step:before",BEACON:"beacon",TOOLTIP:"tooltip",STEP_AFTER:"step:after",TOUR_END:"tour:end",TOUR_STATUS:"tour:status",TARGET_NOT_FOUND:"error:target_not_found",ERROR:"error"},_={INIT:"init",READY:"ready",BEACON:"beacon",TOOLTIP:"tooltip",COMPLETE:"complete",ERROR:"error"},K={IDLE:"idle",READY:"ready",WAITING:"waiting",RUNNING:"running",PAUSED:"paused",SKIPPED:"skipped",FINISHED:"finished",ERROR:"error"},de=zu.default.canUseDOM,fn=Ci!==void 0,Qf={action:"",controlled:!1,index:0,lifecycle:_.INIT,size:0,status:K.IDLE},Va=["action","index","lifecycle","status"],Q0(function(t,e,n,r,o){var i=t[e],a=i;if(!g.isValidElement(i)&&(0,pn.isValidElementType)(i)){var s={ref:function(){},step:{}};a=g.createElement(a,s)}if(ft.string(i)||ft.number(i)||!(0,pn.isValidElementType)(i)||[pn.Element,pn.ForwardRef].indexOf((0,pn.typeOf)(a))===-1)return new Error("Invalid ".concat(r," `").concat(o,"` supplied to `").concat(n,"`. Expected a React class or forwardRef."))}),Jf={arrowColor:"#fff",backgroundColor:"#fff",beaconSize:36,overlayColor:"rgba(0, 0, 0, 0.5)",primaryColor:"#f04",spotlightShadow:"0 0 15px rgba(0, 0, 0, 0.5)",textColor:"#333",zIndex:100},vn={backgroundColor:"transparent",border:0,borderRadius:0,color:"#555",cursor:"pointer",fontSize:16,lineHeight:1,padding:8,WebkitAppearance:"none"},Ba={borderRadius:4,position:"absolute"},po={floaterProps:{options:{preventOverflow:{boundariesElement:"scrollParent"}},wrapperOptions:{offset:-18,position:!0}},locale:{back:"Back",close:"Close",last:"Last",next:"Next",open:"Open the dialog",skip:"Skip"},step:{event:"click",placement:"bottom",offset:10}},Uu=ve(function t(e){var n=this,r=arguments.length>1&&arguments[1]!==void 0?arguments[1]:{};if(me(this,t),H(this,"element",void 0),H(this,"options",void 0),H(this,"canBeTabbed",function(o){var i=o.tabIndex;(i===null||i<0)&&(i=void 0);var a=isNaN(i);return!a&&n.canHaveFocus(o)}),H(this,"canHaveFocus",function(o){var i=/input|select|textarea|button|object/,a=o.nodeName.toLowerCase(),s=i.test(a)&&!o.getAttribute("disabled")||a==="a"&&!!o.getAttribute("href");return s&&n.isVisible(o)}),H(this,"findValidTabElements",function(){return[].slice.call(n.element.querySelectorAll("*"),0).filter(n.canBeTabbed)}),H(this,"handleKeyDown",function(o){var i=n.options.keyCode,a=i===void 0?9:i;o.keyCode===a&&n.interceptTab(o)}),H(this,"interceptTab",function(o){var i=n.findValidTabElements();if(i.length){o.preventDefault();var a=o.shiftKey,s=i.indexOf(document.activeElement);s===-1||!a&&s+1===i.length?s=0:a&&s===0?s=i.length-1:s+=a?-1:1,i[s].focus()}}),H(this,"isHidden",function(o){var i=o.offsetWidth<=0&&o.offsetHeight<=0,a=window.getComputedStyle(o);return i&&!o.innerHTML?!0:i&&a.getPropertyValue("overflow")!=="visible"||a.getPropertyValue("display")==="none"}),H(this,"isVisible",function(o){for(var i=o;i;)if(i instanceof HTMLElement){if(i===document.body)break;if(n.isHidden(i))return!1;i=i.parentNode}return!0}),H(this,"removeScope",function(){window.removeEventListener("keydown",n.handleKeyDown)}),H(this,"checkFocus",function(o){document.activeElement!==o&&(o.focus(),window.requestAnimationFrame(function(){return n.checkFocus(o)}))}),H(this,"setFocus",function(){var o=n.options.selector;if(o){var i=n.element.querySelector(o);i&&window.requestAnimationFrame(function(){return n.checkFocus(i)})}}),!(e instanceof HTMLElement))throw new TypeError("Invalid parameter: element must be an HTMLElement");this.element=e,this.options=r,window.addEventListener("keydown",this.handleKeyDown,!1),this.setFocus()}),Hu=function(t){ze(n,t);var e=Ue(n);function n(r){var o;if(me(this,n),o=e.call(this,r),H(pt(o),"setBeaconRef",function(l){o.beacon=l}),!r.beaconComponent){var i=document.head||document.getElementsByTagName("head")[0],a=document.createElement("style"),s=` + @keyframes joyride-beacon-inner { + 20% { + opacity: 0.9; + } + + 90% { + opacity: 0.7; + } + } + + @keyframes joyride-beacon-outer { + 0% { + transform: scale(1); + } + + 45% { + opacity: 0.7; + transform: scale(0.75); + } + + 100% { + opacity: 0.9; + transform: scale(1); + } + } + `;a.type="text/css",a.id="joyride-beacon-animation",r.nonce!==void 0&&a.setAttribute("nonce",r.nonce),a.appendChild(document.createTextNode(s)),i.appendChild(a)}return o}return ve(n,[{key:"componentDidMount",value:function(){var r=this,o=this.props.shouldFocus;setTimeout(function(){ft.domElement(r.beacon)&&o&&r.beacon.focus()},0)}},{key:"componentWillUnmount",value:function(){var r=document.getElementById("joyride-beacon-animation");r&&r.parentNode.removeChild(r)}},{key:"render",value:function(){var r=this.props,o=r.beaconComponent,i=r.locale,a=r.onClickOrHover,s=r.styles,l={"aria-label":i.open,onClick:a,onMouseEnter:a,ref:this.setBeaconRef,title:i.open},u;if(o){var c=o;u=g.createElement(c,l)}else u=g.createElement("button",Bt({key:"JoyrideBeacon",className:"react-joyride__beacon",style:s.beacon,type:"button"},l),g.createElement("span",{style:s.beaconInner}),g.createElement("span",{style:s.beaconOuter}));return u}}]),n}(g.Component),Wu=["mixBlendMode","zIndex"],Yu=function(t){ze(n,t);var e=Ue(n);function n(){var r;me(this,n);for(var o=arguments.length,i=new Array(o),a=0;a=d&&m<=d+c,x=y>=f&&y<=f+h,b=x&&E;b!==l&&r.updateState({mouseOverSpotlight:b})}),H(pt(r),"handleScroll",function(){var s=r.props.target,l=Ce(s);if(r.scrollParent!==document){var u=r.state.isScrolling;u||r.updateState({isScrolling:!0,showSpotlight:!1}),clearTimeout(r.scrollTimeout),r.scrollTimeout=setTimeout(function(){r.updateState({isScrolling:!1,showSpotlight:!0})},50)}else bn(l,"sticky")&&r.updateState({})}),H(pt(r),"handleResize",function(){clearTimeout(r.resizeTimeout),r.resizeTimeout=setTimeout(function(){r._isMounted&&r.forceUpdate()},100)}),r}return ve(n,[{key:"componentDidMount",value:function(){var r=this.props;r.debug,r.disableScrolling;var o=r.disableScrollParentFix,i=r.target,a=Ce(i);this.scrollParent=Lo(a,o,!0),this._isMounted=!0,window.addEventListener("resize",this.handleResize)}},{key:"componentDidUpdate",value:function(r){var o=this,i=this.props,a=i.lifecycle,s=i.spotlightClicks,l=ur(r,this.props),u=l.changed;u("lifecycle",_.TOOLTIP)&&(this.scrollParent.addEventListener("scroll",this.handleScroll,{passive:!0}),setTimeout(function(){var c=o.state.isScrolling;c||o.updateState({showSpotlight:!0})},100)),(u("spotlightClicks")||u("disableOverlay")||u("lifecycle"))&&(s&&a===_.TOOLTIP?window.addEventListener("mousemove",this.handleMouseMove,!1):a!==_.TOOLTIP&&window.removeEventListener("mousemove",this.handleMouseMove))}},{key:"componentWillUnmount",value:function(){this._isMounted=!1,window.removeEventListener("mousemove",this.handleMouseMove),window.removeEventListener("resize",this.handleResize),clearTimeout(this.resizeTimeout),clearTimeout(this.scrollTimeout),this.scrollParent.removeEventListener("scroll",this.handleScroll)}},{key:"spotlightStyles",get:function(){var r=this.state.showSpotlight,o=this.props,i=o.disableScrollParentFix,a=o.spotlightClicks,s=o.spotlightPadding,l=o.styles,u=o.target,c=Ce(u),f=Xf(c),p=bn(c),d=X0(c,s,i);return D(D({},Vu()?l.spotlightLegacy:l.spotlight),{},{height:Math.round(f.height+s*2),left:Math.round(f.left-s),opacity:r?1:0,pointerEvents:a?"none":"auto",position:p?"fixed":"absolute",top:d,transition:"opacity 0.2s",width:Math.round(f.width+s*2)})}},{key:"updateState",value:function(r){this._isMounted&&this.setState(r)}},{key:"render",value:function(){var r=this.state,o=r.mouseOverSpotlight,i=r.showSpotlight,a=this.props,s=a.disableOverlay,l=a.disableOverlayClose,u=a.lifecycle,c=a.onClickOverlay,f=a.placement,p=a.styles;if(s||u!==_.TOOLTIP)return null;var d=p.overlay;Vu()&&(d=f==="center"?p.overlayLegacyCenter:p.overlayLegacy);var h=D({cursor:l?"default":"pointer",height:W0(),pointerEvents:o?"none":"auto"},d),m=f!=="center"&&i&&g.createElement($0,{styles:this.spotlightStyles});if(Gf()==="safari"){h.mixBlendMode,h.zIndex;var y=Io(h,Wu);m=g.createElement("div",{style:D({},y)},m),delete h.backgroundColor}return g.createElement("div",{className:"react-joyride__overlay",style:h,onClick:c},m)}}]),n}(g.Component),Zf=["styles"],$f=["color","height","width"],qu=function(t){ze(n,t);var e=Ue(n);function n(){return me(this,n),e.apply(this,arguments)}return ve(n,[{key:"render",value:function(){var r=this.props,o=r.backProps,i=r.closeProps,a=r.continuous,s=r.index,l=r.isLastStep,u=r.primaryProps,c=r.size,f=r.skipProps,p=r.step,d=r.tooltipProps,h=p.content,m=p.hideBackButton,y=p.hideCloseButton,E=p.hideFooter,x=p.showProgress,b=p.showSkipButton,w=p.title,O=p.styles,S=p.locale,M=S.back,N=S.close,B=S.last,X=S.next,et=S.skip,rt={primary:N};return a&&(rt.primary=l?B:X,x&&(rt.primary=g.createElement("span",null,rt.primary," (",s+1,"/",c,")"))),b&&!l&&(rt.skip=g.createElement("button",Bt({style:O.buttonSkip,type:"button","aria-live":"off"},f),et)),!m&&s>0&&(rt.back=g.createElement("button",Bt({style:O.buttonBack,type:"button"},o),M)),rt.close=!y&&g.createElement(tb,Bt({styles:O.buttonClose},i)),g.createElement("div",Bt({key:"JoyrideTooltip",className:"react-joyride__tooltip",style:O.tooltip},d),g.createElement("div",{style:O.tooltipContainer},w&&g.createElement("h4",{style:O.tooltipTitle,"aria-label":w},w),g.createElement("div",{style:O.tooltipContent},h)),!E&&g.createElement("div",{style:O.tooltipFooter},g.createElement("div",{style:O.tooltipFooterSpacer},rt.skip),rt.back,g.createElement("button",Bt({style:O.buttonNext,type:"button"},u),rt.primary)),rt.close)}}]),n}(g.Component),Gu=["beaconComponent","tooltipComponent"],Xu=function(t){ze(n,t);var e=Ue(n);function n(){var r;me(this,n);for(var o=arguments.length,i=new Array(o),a=0;a0||i===tt.PREV),O=E("action")||E("index")||E("lifecycle")||E("status"),S=x("lifecycle",[_.TOOLTIP,_.INIT],_.INIT),M=E("action",[tt.NEXT,tt.PREV,tt.SKIP,tt.CLOSE]);if(M&&(S||l)&&a(D(D({},b),{},{index:r.index,lifecycle:_.COMPLETE,step:r.step,type:Vt.STEP_AFTER})),h.placement==="center"&&d===K.RUNNING&&E("index")&&i!==tt.START&&f===_.INIT&&m({lifecycle:_.READY}),O){var N=Ce(h.target),B=!!N,X=B&&G0(N);X?(x("status",K.READY,K.RUNNING)||x("lifecycle",_.INIT,_.READY))&&a(D(D({},b),{},{step:h,type:Vt.STEP_BEFORE})):(console.warn(B?"Target not visible":"Target not mounted",h),a(D(D({},b),{},{type:Vt.TARGET_NOT_FOUND,step:h})),l||m({index:c+([tt.PREV].indexOf(i)!==-1?-1:1)}))}x("lifecycle",_.INIT,_.READY)&&m({lifecycle:Fu(h)||w?_.TOOLTIP:_.BEACON}),E("index")&&_e({title:"step:".concat(f),data:[{key:"props",value:this.props}],debug:u}),E("lifecycle",_.BEACON)&&a(D(D({},b),{},{step:h,type:Vt.BEACON})),E("lifecycle",_.TOOLTIP)&&(a(D(D({},b),{},{step:h,type:Vt.TOOLTIP})),this.scope=new Uu(this.tooltip,{selector:"[data-action=primary]"}),this.scope.setFocus()),x("lifecycle",[_.TOOLTIP,_.INIT],_.INIT)&&(this.scope.removeScope(),delete this.beaconPopper,delete this.tooltipPopper)}},{key:"componentWillUnmount",value:function(){this.scope.removeScope()}},{key:"open",get:function(){var r=this.props,o=r.step,i=r.lifecycle;return!!(Fu(o)||i===_.TOOLTIP)}},{key:"render",value:function(){var r=this.props,o=r.continuous,i=r.debug,a=r.helpers,s=r.index,l=r.lifecycle,u=r.nonce,c=r.shouldScroll,f=r.size,p=r.step,d=Ce(p.target);return!_f(p)||!ft.domElement(d)?null:g.createElement("div",{key:"JoyrideStep-".concat(s),className:"react-joyride__step"},g.createElement(_u,{id:"react-joyride-portal"},g.createElement(Yu,Bt({},p,{debug:i,lifecycle:l,onClickOverlay:this.handleClickOverlay}))),g.createElement(co,Bt({component:g.createElement(Xu,{continuous:o,helpers:a,index:s,isLastStep:s+1===f,setTooltipRef:this.setTooltipRef,size:f,step:p}),debug:i,getPopper:this.setPopper,id:"react-joyride-step-".concat(s),isPositioned:p.isFixed||bn(d),open:this.open,placement:p.placement,target:p.target},p.floaterProps),g.createElement(Hu,{beaconComponent:p.beaconComponent,locale:p.locale,nonce:u,onClickOrHover:this.handleClickHoverBeacon,shouldFocus:c,styles:p.styles})))}}]),n}(g.Component),za=function(t){ze(n,t);var e=Ue(n);function n(r){var o;return me(this,n),o=e.call(this,r),H(pt(o),"initStore",function(){var i=o.props,a=i.debug,s=i.getHelpers,l=i.run,u=i.stepIndex;o.store=new H0(D(D({},o.props),{},{controlled:l&&ft.number(u)})),o.helpers=o.store.getHelpers();var c=o.store.addListener;return _e({title:"init",data:[{key:"props",value:o.props},{key:"state",value:o.state}],debug:a}),c(o.syncState),s(o.helpers),o.store.getState()}),H(pt(o),"callback",function(i){var a=o.props.callback;ft.function(a)&&a(i)}),H(pt(o),"handleKeyboard",function(i){var a=o.state,s=a.index,l=a.lifecycle,u=o.props.steps,c=u[s],f=window.Event?i.which:i.keyCode;l===_.TOOLTIP&&f===27&&c&&!c.disableCloseOnEsc&&o.store.close()}),H(pt(o),"syncState",function(i){o.setState(i)}),H(pt(o),"setPopper",function(i,a){a==="wrapper"?o.beaconPopper=i:o.tooltipPopper=i}),H(pt(o),"shouldScroll",function(i,a,s,l,u,c,f){return!i&&(a!==0||s||l===_.TOOLTIP)&&u.placement!=="center"&&(!u.isFixed||!bn(c))&&f.lifecycle!==l&&[_.BEACON,_.TOOLTIP].indexOf(l)!==-1}),o.state=o.initStore(),o}return ve(n,[{key:"componentDidMount",value:function(){if(de){var r=this.props,o=r.disableCloseOnEsc,i=r.debug,a=r.run,s=r.steps,l=this.store.start;Bu(s,i)&&a&&l(),o||document.body.addEventListener("keydown",this.handleKeyboard,{passive:!0})}}},{key:"componentDidUpdate",value:function(r,o){if(de){var i=this.state,a=i.action,s=i.controlled,l=i.index,u=i.lifecycle,c=i.status,f=this.props,p=f.debug,d=f.run,h=f.stepIndex,m=f.steps,y=r.steps,E=r.stepIndex,x=this.store,b=x.reset,w=x.setSteps,O=x.start,S=x.stop,M=x.update,N=ur(r,this.props),B=N.changed,X=ur(o,this.state),et=X.changed,rt=X.changedFrom,ht=nr(m[l],this.props),Tt=!ja(y,m),Ct=ft.number(h)&&B("stepIndex"),Ft=Ce(ht?.target);if(Tt&&(Bu(m,p)?w(m):console.warn("Steps are not valid",m)),B("run")&&(d?O(h):S()),Ct){var St=E=0?w:0,s===K.RUNNING&&K0(w,b,d)}}}},{key:"render",value:function(){if(!de)return null;var r=this.state,o=r.index,i=r.status,a=this.props,s=a.continuous,l=a.debug,u=a.nonce,c=a.scrollToFirstStep,f=a.steps,p=nr(f[o],this.props),d;return i===K.RUNNING&&p&&(d=g.createElement(Ku,Bt({},this.state,{callback:this.callback,continuous:s,debug:l,setPopper:this.setPopper,helpers:this.helpers,nonce:u,shouldScroll:!p.disableScrolling&&(o!==0||c),step:p,update:this.store.update}))),g.createElement("div",{className:"react-joyride"},d)}}]),n}(g.Component),H(za,"defaultProps",{continuous:!1,debug:!1,disableCloseOnEsc:!1,disableOverlay:!1,disableOverlayClose:!1,disableScrolling:!1,disableScrollParentFix:!1,getHelpers:function(){},hideBackButton:!1,run:!0,scrollOffset:20,scrollDuration:300,scrollToFirstStep:!1,showSkipButton:!1,showProgress:!1,spotlightClicks:!1,spotlightPadding:10,steps:[]})});function nb({targetSelector:t}){return W(()=>{let e=document.querySelector(t);if(e){e.style.animation="pulsate 3s infinite",e.style.transformOrigin="center",e.style.animationTimingFunction="ease-in-out";let n=` + @keyframes pulsate { + 0% { + box-shadow: 0 0 0 0 rgba(2, 156, 253, 0.7), 0 0 0 0 rgba(2, 156, 253, 0.4); + } + 50% { + box-shadow: 0 0 0 20px rgba(2, 156, 253, 0), 0 0 0 40px rgba(2, 156, 253, 0); + } + 100% { + box-shadow: 0 0 0 0 rgba(2, 156, 253, 0), 0 0 0 0 rgba(2, 156, 253, 0); + } + } + `,r=document.createElement("style");r.id="sb-onboarding-pulsating-effect",r.innerHTML=n,document.head.appendChild(r)}return()=>{let n=document.querySelector("#sb-onboarding-pulsating-effect");n&&n.remove(),e&&(e.style.animation="auto")}},[t]),null}var rb=v(()=>{});function td({top:t=0,left:e=0,width:n=window.innerWidth,height:r=window.innerHeight,colors:o=["#CA90FF","#FC521F","#66BF3C","#FF4785","#FFAE00","#1EA7FD"],...i}){let[a]=at(()=>{let s=document.createElement("div");return s.setAttribute("id","confetti-container"),s.setAttribute("style","position: fixed; top: 0; left: 0; width: 100%; height: 100%; pointer-events: none; z-index: 9999;"),s});return W(()=>(document.body.appendChild(a),()=>{document.body.removeChild(a)}),[]),Ci(g.createElement(ed,{top:t,left:e,width:n,height:r},g.createElement(vf.default,{colors:o,drawShape:ib,...i})),a)}function ob(t,e){return Math.floor(Math.random()*(e-t))+t}function ib(t){switch(this.shape=this.shape||ob(1,6),this.shape){case 2:{let e=this.w/2,n=this.h/2;t.moveTo(-e+2,-n),t.lineTo(e-2,-n),t.arcTo(e,-n,e,-n+2,2),t.lineTo(e,n-2),t.arcTo(e,n,e-2,n,2),t.lineTo(-e+2,n),t.arcTo(-e,n,-e,n-2,2),t.lineTo(-e,-n+2),t.arcTo(-e,-n,-e+2,-n,2);break}case 3:{t.rect(-4,-4,8,16),t.rect(-12,-4,24,8);break}case 4:{t.rect(-4,-4,8,16),t.rect(-4,-4,24,8);break}case 1:{t.arc(0,0,this.radius,0,2*Math.PI);break}case 5:{t.moveTo(16,4),t.lineTo(4,24),t.lineTo(24,24);break}case 6:{t.arc(4,-4,4,-Math.PI/2,0),t.lineTo(4,0);break}}t.closePath(),t.fill()}var ed,nd=v(()=>{ed=Y.div(({width:t,height:e,left:n,top:r})=>({width:`${t}px`,height:`${e}px`,left:`${n}px`,top:`${r}px`,position:"relative",overflow:"hidden"}))}),Qu,zt,Ds=v(()=>{Qu=Y.button` + all: unset; + box-sizing: border-box; + border: 0; + border-radius: 0.25rem; + cursor: pointer; + display: inline-flex; + align-items: center; + justify-content: center; + padding: 0 0.75rem; + background: ${({theme:t,variant:e})=>e==="primary"?t.color.secondary:e==="secondary"?t.color.lighter:e==="outline"?"transparent":t.color.secondary}; + color: ${({theme:t,variant:e})=>e==="primary"?t.color.lightest:e==="secondary"||e==="outline"?t.darkest:t.color.lightest}; + box-shadow: ${({variant:t})=>t==="primary"?"none":t==="secondary"||t==="outline"?"#D9E8F2 0 0 0 1px inset":"none"}; + height: 32px; + font-size: 0.8125rem; + font-weight: 700; + font-family: ${({theme:t})=>t.typography.fonts.base}; + transition: background-color, box-shadow, opacity; + transition-duration: 0.16s; + transition-timing-function: ease-in-out; + text-decoration: none; + + &:hover { + background-color: ${({variant:t})=>t==="primary"?"#0b94eb":t==="secondary"?"#eef4f9":t==="outline"?"transparent":"#0b94eb"}; + } + + &:focus { + box-shadow: ${({variant:t})=>t==="primary"?"inset 0 0 0 1px rgba(0, 0, 0, 0.2)":t==="secondary"||t==="outline"?"inset 0 0 0 1px #0b94eb":"inset 0 0 0 2px rgba(0, 0, 0, 0.1)"}; + } +`,zt=ct(({children:t,onClick:e,variant:n="primary",...r},o)=>g.createElement(Qu,{ref:o,onClick:e,variant:n,...r},t))}),Ju,Zu,$u,tc,ec,rd,ab=v(()=>{Ds(),Ju=Y.div` + background: ${({theme:t})=>t.base==="dark"?"#292A2C":t.color.lightest}; + width: 260px; + padding: 15px; + border-radius: 5px; +`,Zu=Y.div` + display: flex; + flex-direction: column; + align-items: flex-start; +`,$u=Y.div` + font-size: 13px; + line-height: 18px; + font-weight: 700; + color: ${({theme:t})=>t.color.defaultText}; +`,tc=Y.p` + font-size: 13px; + line-height: 18px; + text-align: start; + color: ${({theme:t})=>t.color.defaultText}; + margin: 0; + margin-top: 5px; +`,ec=Y.div` + display: flex; + justify-content: flex-end; + margin-top: 15px; +`,rd=({step:t,primaryProps:e,tooltipProps:n})=>g.createElement(Ju,{...n},g.createElement(Zu,null,t.title&&g.createElement($u,null,t.title),g.createElement(tc,null,t.content)),!t.hideNextButton&&g.createElement(ec,{id:"buttonNext"},g.createElement(zt,{...e,...t.onNextButtonClick?{onClick:t.onNextButtonClick}:{}},"Next")))}),od,id,ad,sd,ld,br,fo,ud,nc,cd,rc,pd,oc,fd,cr,dd,hd=v(()=>{od=Y.div` + display: flex; + flex-direction: row; + height: 100%; + max-height: 85vh; + + &:focus-visible { + outline: none; + } +`,id=Y.div` + position: relative; + flex: 1; + display: flex; + flex-direction: column; + font-family: ${({theme:t})=>t.typography.fonts.base}; +`,ad=Y.div` + box-sizing: border-box; + display: flex; + justify-content: space-between; + align-items: center; + padding: 0 15px; + border-bottom: 1px solid rgba(0, 0, 0, 0.1); + height: 44px; +`,sd=Y.div` + display: flex; + align-items: center; + gap: 5px; + font-size: 13px; + line-height: 18px; + font-weight: bold; + color: ${({theme:t})=>t.color.darkest}; +`,ld=Y.div` + font-size: 13px; + line-height: 18px; + padding: 15px; + flex: 1; + display: flex; + flex-direction: column; + align-items: flex-end; + justify-content: space-between; + color: ${({theme:t})=>t.color.darker}; + + h3 { + font-size: 13px; + line-height: 18px; + font-weight: bold; + padding: 0; + margin: 0; + } +`,br=Y.span` + display: inline-flex; + border-radius: 3px; + padding: 0 5px; + margin-bottom: -2px; + opacity: 0.8; + font-family: ${({theme:t})=>t.typography.fonts.mono}; + font-size: 11px; + border: 1px solid #ecf4f9; + color: ${({theme:t})=>t.color.darkest}; + background-color: #f7fafc; + box-sizing: border-box; + line-height: 17px; +`,fo=Y.img` + max-width: 100%; + margin-top: 1em; +`,ud=Y.div` + position: absolute; + top: 0; + left: 0; + width: 100%; + height: 100%; + z-index: -1; + overflow: hidden; +`,nc=Be` + 0% { transform: translate(0px, 0px) } + 50% { transform: translate(120px, 0px) } + 100% { transform: translate(0px, 0px) } +`,cd=Y.div` + position: absolute; + width: 350px; + height: 350px; + left: -160px; + top: -260px; + background: radial-gradient( + circle at center, + rgba(255, 119, 119, 1) 0%, + rgba(255, 119, 119, 0) 70% + ); + animation: ${nc} 8s linear infinite; + animation-timing-function: ease-in-out; + z-index: 2; +`,rc=Be` + 0% { transform: translate(0px, 0px) } + 33% { transform: translate(-64px, 0px) } + 66% { transform: translate(120px, 0px) } + 100% { transform: translate(0px, 0px) } +`,pd=Y.div` + position: absolute; + width: 350px; + height: 350px; + left: -54px; + top: -250px; + background: radial-gradient( + circle at center, + rgba(253, 255, 147, 1) 0%, + rgba(253, 255, 147, 0) 70% + ); + animation: ${rc} 12s linear infinite; + animation-timing-function: ease-in-out; + z-index: 3; +`,oc=Be` + 0% { transform: translate(0px, 0px) } + 50% { transform: translate(-120px, 0px) } + 100% { transform: translate(0px, 0px) } +`,fd=Y.div` + position: absolute; + width: 350px; + height: 350px; + left: 150px; + top: -220px; + background: radial-gradient( + circle at center, + rgba(119, 255, 247, 0.8) 0%, + rgba(119, 255, 247, 0) 70% + ); + animation: ${oc} 4s linear infinite; + animation-timing-function: ease-in-out; + z-index: 4; +`,cr=Y.div` + box-sizing: border-box; + display: flex; + justify-content: space-between; + align-items: center; + width: 100%; + margin-top: 4px; +`,dd=Y.div` + margin-bottom: 4px; +`});function sb({api:t,isFinalStep:e,onFirstTourDone:n,onLastTourDone:r,codeSnippets:o}){let[i,a]=at(),s=Mi();W(()=>{t.once(ou,()=>{a(3)})},[]);let l=e?[{target:"#example-button--warning",title:"Congratulations!",content:g.createElement(g.Fragment,null,"You just created your first story. Continue setting up your project to write stories for your own components."),placement:"right",disableOverlay:!0,disableBeacon:!0,floaterProps:{disableAnimation:!0},onNextButtonClick(){r()}}]:[{target:"#storybook-explorer-tree > div",title:"Storybook is built from stories",content:g.createElement(g.Fragment,null,"Storybook stories represent the key states of each of your components.",g.createElement("br",null),g.createElement("br",null),o?.filename&&g.createElement(g.Fragment,null,"We automatically added four stories for this Button component in this example file:",g.createElement("br",null),g.createElement(br,null,o.filename))),placement:"right",disableBeacon:!0,styles:{spotlight:{transform:"translateY(30px)"}},floaterProps:{disableAnimation:!0}},{target:"#storybook-preview-iframe",title:"Storybook previews are interactive",content:"Whenever you modify code or stories, Storybook automatically updates how it previews your components.",placement:"bottom",styles:{spotlight:{borderRadius:0}}},{target:"#root div[role=main]",title:"Interactive story playground",content:g.createElement(g.Fragment,null,"See how a story renders with different data and state without touching code.",g.createElement("br",null),g.createElement("br",null),"Try it out by pressing this button.",g.createElement(nb,{targetSelector:"#control-primary"})),placement:"right",spotlightClicks:!0,floaterProps:{target:"#control-primary",options:{preventOverflow:{boundariesElement:"window"}}},hideNextButton:!0},{target:"#control-primary",title:"Congratulations!",content:g.createElement(g.Fragment,null,"You learned how to control your stories interactively. Now let's explore how to write your first story.",g.createElement(td,{numberOfPieces:800,recycle:!1,tweenDuration:2e4})),placement:"right",floaterProps:{options:{preventOverflow:{boundariesElement:"window"}}},disableOverlay:!0}];return g.createElement(za,{steps:l,continuous:!0,stepIndex:i,spotlightPadding:0,hideBackButton:!0,disableCloseOnEsc:!0,disableOverlayClose:!0,disableScrolling:!0,hideCloseButton:!0,callback:u=>{!e&&u.status===K.FINISHED&&n()},floaterProps:{options:{offset:{offset:"0, 6"}},styles:{floater:{padding:0,paddingLeft:8,paddingTop:8,filter:s.base==="light"?"drop-shadow(0px 5px 5px rgba(0,0,0,0.05)) drop-shadow(0 1px 3px rgba(0,0,0,0.1))":"drop-shadow(#fff5 0px 0px 0.5px) drop-shadow(#fff5 0px 0px 0.5px)"}}},tooltipComponent:rd,styles:{overlay:{mixBlendMode:"unset",backgroundColor:"none"},spotlight:{backgroundColor:"none",border:`solid 2px ${s.color.secondary}`,boxShadow:"0px 0px 0px 9999px rgba(0,0,0,0.4)"},options:{zIndex:1e4,primaryColor:s.color.secondary,arrowColor:s.base==="dark"?"#292A2C":s.color.lightest}}})}var lb=v(()=>{eb(),rb(),nd(),ab(),hd()});function Ot(){return Ot=Object.assign?Object.assign.bind():function(t){for(var e=1;e{});function Ke(t,e,{checkForDefaultPrevented:n=!0}={}){return function(r){if(t?.(r),n===!1||!r.defaultPrevented)return e?.(r)}}var md=v(()=>{});function ub(t,e){typeof t=="function"?t(e):t!=null&&(t.current=e)}function vd(...t){return e=>t.forEach(n=>ub(n,e))}function Cr(...t){return xt(vd(...t),t)}var jr=v(()=>{});function cb(t,e){let n=Yt(e);function r(i){let{children:a,...s}=i,l=It(()=>s,Object.values(s));return q(n.Provider,{value:l},a)}function o(i){let a=mt(n);if(a)return a;if(e!==void 0)return e;throw new Error(`\`${i}\` must be used within \`${t}\``)}return r.displayName=t+"Provider",[r,o]}function pb(t,e=[]){let n=[];function r(i,a){let s=Yt(a),l=n.length;n=[...n,a];function u(f){let{scope:p,children:d,...h}=f,m=p?.[t][l]||s,y=It(()=>h,Object.values(h));return q(m.Provider,{value:y},d)}function c(f,p){let d=p?.[t][l]||s,h=mt(d);if(h)return h;if(a!==void 0)return a;throw new Error(`\`${f}\` must be used within \`${i}\``)}return u.displayName=i+"Provider",[u,c]}let o=()=>{let i=n.map(a=>Yt(a));return function(a){let s=a?.[t]||i;return It(()=>({[`__scope${t}`]:{...a,[t]:s}}),[a,s])}};return o.scopeName=t,[r,fb(o,...e)]}function fb(...t){let e=t[0];if(t.length===1)return e;let n=()=>{let r=t.map(o=>({useScope:o(),scopeName:o.scopeName}));return function(o){let i=r.reduce((a,{useScope:s,scopeName:l})=>{let u=s(o)[`__scope${l}`];return{...a,...u}},{});return It(()=>({[`__scope${e.scopeName}`]:i}),[i])}};return n.scopeName=e.scopeName,n}var db=v(()=>{}),jo,gd=v(()=>{jo=globalThis?.document?Wn:()=>{}});function Yi(t){let[e,n]=at(yd());return jo(()=>{t||n(r=>r??String(bd++))},[t]),t||(e?`radix-${e}`:"")}var yd,bd,hb=v(()=>{gd(),yd=Yn["useId".toString()]||(()=>{}),bd=0});function $e(t){let e=nt(t);return W(()=>{e.current=t}),It(()=>(...n)=>{var r;return(r=e.current)===null||r===void 0?void 0:r.call(e,...n)},[])}var $o=v(()=>{});function mb({prop:t,defaultProp:e,onChange:n=()=>{}}){let[r,o]=vb({defaultProp:e,onChange:n}),i=t!==void 0,a=i?t:r,s=$e(n),l=xt(u=>{if(i){let c=typeof u=="function"?u(t):u;c!==t&&s(c)}else o(u)},[i,t,o,s]);return[a,l]}function vb({defaultProp:t,onChange:e}){let n=at(t),[r]=n,o=nt(r),i=$e(e);return W(()=>{o.current!==r&&(i(r),o.current=r)},[r,o,i]),n}var gb=v(()=>{$o()});function yb(t){return Pe(t)&&t.type===wd}function bb(t,e){let n={...e};for(let r in e){let o=t[r],i=e[r];/^on[A-Z]/.test(r)?o&&i?n[r]=(...a)=>{i(...a),o(...a)}:o&&(n[r]=o):r==="style"?n[r]={...o,...i}:r==="className"&&(n[r]=[o,i].filter(Boolean).join(" "))}return{...t,...n}}var Fo,Gr,wd,Ed=v(()=>{Vn(),jr(),Fo=ct((t,e)=>{let{children:n,...r}=t,o=Gt.toArray(n),i=o.find(yb);if(i){let a=i.props.children,s=o.map(l=>l===i?Gt.count(a)>1?Gt.only(null):Pe(a)?a.props.children:null:l);return q(Gr,Ot({},r,{ref:e}),Pe(a)?Ve(a,void 0,s):null)}return q(Gr,Ot({},r,{ref:e}),n)}),Fo.displayName="Slot",Gr=ct((t,e)=>{let{children:n,...r}=t;return Pe(n)?Ve(n,{...bb(r,n.props),ref:e?vd(e,n.ref):n.ref}):Gt.count(n)>1?Gt.only(null):null}),Gr.displayName="SlotClone",wd=({children:t})=>q(Se,null,t)});function wb(t,e){t&&Ai(()=>t.dispatchEvent(e))}var ic,De,ti=v(()=>{Vn(),Ed(),ic=["a","button","div","form","h2","h3","img","input","label","li","nav","ol","p","span","svg","ul"],De=ic.reduce((t,e)=>{let n=ct((r,o)=>{let{asChild:i,...a}=r,s=i?Fo:e;return W(()=>{window[Symbol.for("radix-ui")]=!0},[]),q(s,Ot({},a,{ref:o}))});return n.displayName=`Primitive.${e}`,{...t,[e]:n}},{})});function Eb(t,e=globalThis?.document){let n=$e(t);W(()=>{let r=o=>{o.key==="Escape"&&n(o)};return e.addEventListener("keydown",r),()=>e.removeEventListener("keydown",r)},[n,e])}var xb=v(()=>{$o()});function Ob(t,e=globalThis?.document){let n=$e(t),r=nt(!1),o=nt(()=>{});return W(()=>{let i=s=>{if(s.target&&!r.current){let l=function(){xd(Od,n,u,{discrete:!0})},u={originalEvent:s};s.pointerType==="touch"?(e.removeEventListener("click",o.current),o.current=l,e.addEventListener("click",o.current,{once:!0})):l()}r.current=!1},a=window.setTimeout(()=>{e.addEventListener("pointerdown",i)},0);return()=>{window.clearTimeout(a),e.removeEventListener("pointerdown",i),e.removeEventListener("click",o.current)}},[e,n]),{onPointerDownCapture:()=>r.current=!0}}function Sb(t,e=globalThis?.document){let n=$e(t),r=nt(!1);return W(()=>{let o=i=>{i.target&&!r.current&&xd(Sd,n,{originalEvent:i},{discrete:!1})};return e.addEventListener("focusin",o),()=>e.removeEventListener("focusin",o)},[e,n]),{onFocusCapture:()=>r.current=!0,onBlurCapture:()=>r.current=!1}}function ac(){let t=new CustomEvent(ho);document.dispatchEvent(t)}function xd(t,e,n,{discrete:r}){let o=n.originalEvent.target,i=new CustomEvent(t,{bubbles:!1,cancelable:!0,detail:n});e&&o.addEventListener(t,e,{once:!0}),r?wb(o,i):o.dispatchEvent(i)}var ho,Od,Sd,sc,lc,Pd,Pb=v(()=>{Vn(),md(),ti(),jr(),$o(),xb(),ho="dismissableLayer.update",Od="dismissableLayer.pointerDownOutside",Sd="dismissableLayer.focusOutside",lc=Yt({layers:new Set,layersWithOutsidePointerEventsDisabled:new Set,branches:new Set}),Pd=ct((t,e)=>{var n;let{disableOutsidePointerEvents:r=!1,onEscapeKeyDown:o,onPointerDownOutside:i,onFocusOutside:a,onInteractOutside:s,onDismiss:l,...u}=t,c=mt(lc),[f,p]=at(null),d=(n=f?.ownerDocument)!==null&&n!==void 0?n:globalThis?.document,[,h]=at({}),m=Cr(e,N=>p(N)),y=Array.from(c.layers),[E]=[...c.layersWithOutsidePointerEventsDisabled].slice(-1),x=y.indexOf(E),b=f?y.indexOf(f):-1,w=c.layersWithOutsidePointerEventsDisabled.size>0,O=b>=x,S=Ob(N=>{let B=N.target,X=[...c.branches].some(et=>et.contains(B));!O||X||(i?.(N),s?.(N),N.defaultPrevented||l?.())},d),M=Sb(N=>{let B=N.target;[...c.branches].some(X=>X.contains(B))||(a?.(N),s?.(N),N.defaultPrevented||l?.())},d);return Eb(N=>{b===c.layers.size-1&&(o?.(N),!N.defaultPrevented&&l&&(N.preventDefault(),l()))},d),W(()=>{if(f)return r&&(c.layersWithOutsidePointerEventsDisabled.size===0&&(sc=d.body.style.pointerEvents,d.body.style.pointerEvents="none"),c.layersWithOutsidePointerEventsDisabled.add(f)),c.layers.add(f),ac(),()=>{r&&c.layersWithOutsidePointerEventsDisabled.size===1&&(d.body.style.pointerEvents=sc)}},[f,d,r,c]),W(()=>()=>{f&&(c.layers.delete(f),c.layersWithOutsidePointerEventsDisabled.delete(f),ac())},[f,c]),W(()=>{let N=()=>h({});return document.addEventListener(ho,N),()=>document.removeEventListener(ho,N)},[]),q(De.div,Ot({},u,{ref:m,style:{pointerEvents:w?O?"auto":"none":void 0,...t.style},onFocusCapture:Ke(t.onFocusCapture,M.onFocusCapture),onBlurCapture:Ke(t.onBlurCapture,M.onBlurCapture),onPointerDownCapture:Ke(t.onPointerDownCapture,S.onPointerDownCapture)}))})});function Tb(t,{select:e=!1}={}){let n=document.activeElement;for(let r of t)if(Ae(r,{select:e}),document.activeElement!==n)return}function Cb(t){let e=Td(t),n=uc(e,t),r=uc(e.reverse(),t);return[n,r]}function Td(t){let e=[],n=document.createTreeWalker(t,NodeFilter.SHOW_ELEMENT,{acceptNode:r=>{let o=r.tagName==="INPUT"&&r.type==="hidden";return r.disabled||r.hidden||o?NodeFilter.FILTER_SKIP:r.tabIndex>=0?NodeFilter.FILTER_ACCEPT:NodeFilter.FILTER_SKIP}});for(;n.nextNode();)e.push(n.currentNode);return e}function uc(t,e){for(let n of t)if(!Ab(n,{upTo:e}))return n}function Ab(t,{upTo:e}){if(getComputedStyle(t).visibility==="hidden")return!0;for(;t;){if(e!==void 0&&t===e)return!1;if(getComputedStyle(t).display==="none")return!0;t=t.parentElement}return!1}function kb(t){return t instanceof HTMLInputElement&&"select"in t}function Ae(t,{select:e=!1}={}){if(t&&t.focus){let n=document.activeElement;t.focus({preventScroll:!0}),t!==n&&kb(t)&&e&&t.select()}}function Rb(){let t=[];return{add(e){let n=t[0];e!==n&&n?.pause(),t=cc(t,e),t.unshift(e)},remove(e){var n;t=cc(t,e),(n=t[0])===null||n===void 0||n.resume()}}}function cc(t,e){let n=[...t],r=n.indexOf(e);return r!==-1&&n.splice(r,1),n}function Mb(t){return t.filter(e=>e.tagName!=="A")}var Xr,_r,qi,Cd,Gi,Db=v(()=>{Vn(),jr(),ti(),$o(),Xr="focusScope.autoFocusOnMount",_r="focusScope.autoFocusOnUnmount",qi={bubbles:!1,cancelable:!0},Cd=ct((t,e)=>{let{loop:n=!1,trapped:r=!1,onMountAutoFocus:o,onUnmountAutoFocus:i,...a}=t,[s,l]=at(null),u=$e(o),c=$e(i),f=nt(null),p=Cr(e,m=>l(m)),d=nt({paused:!1,pause(){this.paused=!0},resume(){this.paused=!1}}).current;W(()=>{if(r){let m=function(b){if(d.paused||!s)return;let w=b.target;s.contains(w)?f.current=w:Ae(f.current,{select:!0})},y=function(b){if(d.paused||!s)return;let w=b.relatedTarget;w!==null&&(s.contains(w)||Ae(f.current,{select:!0}))},E=function(b){let w=document.activeElement;for(let O of b)O.removedNodes.length>0&&(s!=null&&s.contains(w)||Ae(s))};document.addEventListener("focusin",m),document.addEventListener("focusout",y);let x=new MutationObserver(E);return s&&x.observe(s,{childList:!0,subtree:!0}),()=>{document.removeEventListener("focusin",m),document.removeEventListener("focusout",y),x.disconnect()}}},[r,s,d.paused]),W(()=>{if(s){Gi.add(d);let m=document.activeElement;if(!s.contains(m)){let y=new CustomEvent(Xr,qi);s.addEventListener(Xr,u),s.dispatchEvent(y),y.defaultPrevented||(Tb(Mb(Td(s)),{select:!0}),document.activeElement===m&&Ae(s))}return()=>{s.removeEventListener(Xr,u),setTimeout(()=>{let y=new CustomEvent(_r,qi);s.addEventListener(_r,c),s.dispatchEvent(y),y.defaultPrevented||Ae(m??document.body,{select:!0}),s.removeEventListener(_r,c),Gi.remove(d)},0)}}},[s,u,c,d]);let h=xt(m=>{if(!n&&!r||d.paused)return;let y=m.key==="Tab"&&!m.altKey&&!m.ctrlKey&&!m.metaKey,E=document.activeElement;if(y&&E){let x=m.currentTarget,[b,w]=Cb(x);b&&w?!m.shiftKey&&E===w?(m.preventDefault(),n&&Ae(b,{select:!0})):m.shiftKey&&E===b&&(m.preventDefault(),n&&Ae(w,{select:!0})):E===x&&m.preventDefault()}},[n,r,d.paused]);return q(De.div,Ot({tabIndex:-1},a,{ref:p,onKeyDown:h}))}),Gi=Rb()}),Ad,Nb=v(()=>{Vn(),ti(),Ad=ct((t,e)=>{var n;let{container:r=globalThis==null||(n=globalThis.document)===null||n===void 0?void 0:n.body,...o}=t;return r?oe.createPortal(q(De.div,Ot({},o,{ref:e})),r):null})});function Ib(t,e){return Ti((n,r)=>e[n][r]??n,t)}function Lb(t){let[e,n]=at(),r=nt({}),o=nt(t),i=nt("none"),a=t?"mounted":"unmounted",[s,l]=Ib(a,{mounted:{UNMOUNT:"unmounted",ANIMATION_OUT:"unmountSuspended"},unmountSuspended:{MOUNT:"mounted",ANIMATION_END:"unmounted"},unmounted:{MOUNT:"mounted"}});return W(()=>{let u=Kr(r.current);i.current=s==="mounted"?u:"none"},[s]),jo(()=>{let u=r.current,c=o.current;if(c!==t){let f=i.current,p=Kr(u);t?l("MOUNT"):p==="none"||u?.display==="none"?l("UNMOUNT"):l(c&&f!==p?"ANIMATION_OUT":"UNMOUNT"),o.current=t}},[t,l]),jo(()=>{if(e){let u=f=>{let p=Kr(r.current).includes(f.animationName);f.target===e&&p&&Ai(()=>l("ANIMATION_END"))},c=f=>{f.target===e&&(i.current=Kr(r.current))};return e.addEventListener("animationstart",c),e.addEventListener("animationcancel",u),e.addEventListener("animationend",u),()=>{e.removeEventListener("animationstart",c),e.removeEventListener("animationcancel",u),e.removeEventListener("animationend",u)}}else l("ANIMATION_END")},[e,l]),{isPresent:["mounted","unmountSuspended"].includes(s),ref:xt(u=>{u&&(r.current=getComputedStyle(u)),n(u)},[])}}function Kr(t){return t?.animationName||"none"}var wr,jb=v(()=>{jr(),gd(),wr=t=>{let{present:e,children:n}=t,r=Lb(e),o=typeof n=="function"?n({present:r.isPresent}):Gt.only(n),i=Cr(r.ref,o.ref);return typeof n=="function"||r.isPresent?Ve(o,{ref:i}):null},wr.displayName="Presence"});function Fb(){W(()=>{var t,e;let n=document.querySelectorAll("[data-radix-focus-guard]");return document.body.insertAdjacentElement("afterbegin",(t=n[0])!==null&&t!==void 0?t:pc()),document.body.insertAdjacentElement("beforeend",(e=n[1])!==null&&e!==void 0?e:pc()),mo++,()=>{mo===1&&document.querySelectorAll("[data-radix-focus-guard]").forEach(r=>r.remove()),mo--}},[])}function pc(){let t=document.createElement("span");return t.setAttribute("data-radix-focus-guard",""),t.tabIndex=0,t.style.cssText="outline: none; opacity: 0; position: fixed; pointer-events: none",t}var mo,Vb=v(()=>{mo=0});function kd(t,e){if(typeof e!="function"&&e!==null)throw new TypeError("Class extends value "+String(e)+" is not a constructor or null");vo(t,e);function n(){this.constructor=t}t.prototype=e===null?Object.create(e):(n.prototype=e.prototype,new n)}function jt(t,e){var n={};for(var r in t)Object.prototype.hasOwnProperty.call(t,r)&&e.indexOf(r)<0&&(n[r]=t[r]);if(t!=null&&typeof Object.getOwnPropertySymbols=="function")for(var o=0,r=Object.getOwnPropertySymbols(t);o0)&&!(o=r.next()).done;)i.push(o.value)}catch(s){a={error:s}}finally{try{o&&!o.done&&(n=r.return)&&n.call(r)}finally{if(a)throw a.error}}return i}function $t(t,e,n){if(n||arguments.length===2)for(var r=0,o=e.length,i;r{vo=function(t,e){return vo=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(n,r){n.__proto__=r}||function(n,r){for(var o in r)Object.prototype.hasOwnProperty.call(r,o)&&(n[o]=r[o])},vo(t,e)},A=function(){return A=Object.assign||function(t){for(var e,n=1,r=arguments.length;n{Er="right-scroll-bar-position",xr="width-before-scroll-bar",Rd="with-scroll-bars-hidden",Md="--removed-body-scroll-bar-size"});function Bb(t,e){return typeof t=="function"?t(e):t&&(t.current=e),t}var zb=v(()=>{});function Ub(t,e){var n=at(function(){return{value:t,callback:e,facade:{get current(){return n.value},set current(r){var o=n.value;o!==r&&(n.value=r,n.callback(r,o))}}}})[0];return n.callback=e,n.facade}var Hb=v(()=>{});function Wb(t,e){return Ub(e||null,function(n){return t.forEach(function(r){return Bb(r,n)})})}var Yb=v(()=>{zb(),Hb()}),qb=v(()=>{Yb()});function Gb(t){return t}function Xb(t,e){e===void 0&&(e=Gb);var n=[],r=!1,o={read:function(){if(r)throw new Error("Sidecar: could not `read` from an `assigned` medium. `read` could be used only with `useMedium`.");return n.length?n[n.length-1]:t},useMedium:function(i){var a=e(i,r);return n.push(a),function(){n=n.filter(function(s){return s!==a})}},assignSyncMedium:function(i){for(r=!0;n.length;){var a=n;n=[],a.forEach(i)}n={push:function(s){return i(s)},filter:function(){return n}}},assignMedium:function(i){r=!0;var a=[];if(n.length){var s=n;n=[],s.forEach(i),a=n}var l=function(){var c=a;a=[],c.forEach(i)},u=function(){return Promise.resolve().then(l)};u(),n={push:function(c){a.push(c),u()},filter:function(c){return a=a.filter(c),n}}}};return o}function _b(t){t===void 0&&(t={});var e=Xb(null);return e.options=A({async:!0,ssr:!1},t),e}var Kb=v(()=>{G()});function Qb(t,e){return t.useMedium(e),Ua}var Ua,Jb=v(()=>{G(),Ua=function(t){var e=t.sideCar,n=jt(t,["sideCar"]);if(!e)throw new Error("Sidecar: please provide `sideCar` property to import the right car");var r=e.read();if(!r)throw new Error("Sidecar medium not found");return q(r,A({},n))},Ua.isSideCarExport=!0}),Dd=v(()=>{Kb(),Jb()}),Is,Nd=v(()=>{Dd(),Is=_b()}),Qr,Or,Zb=v(()=>{G(),Ns(),qb(),Nd(),Qr=function(){},Or=ct(function(t,e){var n=nt(null),r=at({onScrollCapture:Qr,onWheelCapture:Qr,onTouchMoveCapture:Qr}),o=r[0],i=r[1],a=t.forwardProps,s=t.children,l=t.className,u=t.removeScrollBar,c=t.enabled,f=t.shards,p=t.sideCar,d=t.noIsolation,h=t.inert,m=t.allowPinchZoom,y=t.as,E=y===void 0?"div":y,x=jt(t,["forwardProps","children","className","removeScrollBar","enabled","shards","sideCar","noIsolation","inert","allowPinchZoom","as"]),b=p,w=Wb([n,e]),O=A(A({},x),o);return q(Se,null,c&&q(b,{sideCar:Is,removeScrollBar:u,shards:f,noIsolation:d,inert:h,setCallbacks:i,allowPinchZoom:!!m,lockRef:n}),a?Ve(Gt.only(s),A(A({},O),{ref:w})):q(E,A({},O,{className:l,ref:w}),s))}),Or.defaultProps={enabled:!0,removeScrollBar:!0,inert:!1},Or.classNames={fullWidth:xr,zeroRight:Er}}),Id,$b=v(()=>{Id=function(){if(typeof __webpack_nonce__<"u")return __webpack_nonce__}});function t1(){if(!document)return null;var t=document.createElement("style");t.type="text/css";var e=Id();return e&&t.setAttribute("nonce",e),t}function e1(t,e){t.styleSheet?t.styleSheet.cssText=e:t.appendChild(document.createTextNode(e))}function n1(t){var e=document.head||document.getElementsByTagName("head")[0];e.appendChild(t)}var Ld,jd=v(()=>{$b(),Ld=function(){var t=0,e=null;return{add:function(n){t==0&&(e=t1())&&(e1(e,n),n1(e)),t++},remove:function(){t--,!t&&e&&(e.parentNode&&e.parentNode.removeChild(e),e=null)}}}}),Fd,Vd=v(()=>{jd(),Fd=function(){var t=Ld();return function(e,n){W(function(){return t.add(e),function(){t.remove()}},[e&&n])}}}),Ls,r1=v(()=>{Vd(),Ls=function(){var t=Fd(),e=function(n){var r=n.styles,o=n.dynamic;return t(r,o),null};return e}}),Bd=v(()=>{r1(),jd(),Vd()}),fc,Jr,dc,zd,Ud=v(()=>{fc={left:0,top:0,right:0,gap:0},Jr=function(t){return parseInt(t||"",10)||0},dc=function(t){var e=window.getComputedStyle(document.body),n=e[t==="padding"?"paddingLeft":"marginLeft"],r=e[t==="padding"?"paddingTop":"marginTop"],o=e[t==="padding"?"paddingRight":"marginRight"];return[Jr(n),Jr(r),Jr(o)]},zd=function(t){if(t===void 0&&(t="margin"),typeof window>"u")return fc;var e=dc(t),n=document.documentElement.clientWidth,r=window.innerWidth;return{left:e[0],top:e[1],right:e[2],gap:Math.max(0,r-n+e[2]-e[0])}}}),hc,mc,Hd,o1=v(()=>{Bd(),Ns(),Ud(),hc=Ls(),mc=function(t,e,n,r){var o=t.left,i=t.top,a=t.right,s=t.gap;return n===void 0&&(n="margin"),` + .`.concat(Rd,` { + overflow: hidden `).concat(r,`; + padding-right: `).concat(s,"px ").concat(r,`; + } + body { + overflow: hidden `).concat(r,`; + overscroll-behavior: contain; + `).concat([e&&"position: relative ".concat(r,";"),n==="margin"&&` + padding-left: `.concat(o,`px; + padding-top: `).concat(i,`px; + padding-right: `).concat(a,`px; + margin-left:0; + margin-top:0; + margin-right: `).concat(s,"px ").concat(r,`; + `),n==="padding"&&"padding-right: ".concat(s,"px ").concat(r,";")].filter(Boolean).join(""),` + } + + .`).concat(Er,` { + right: `).concat(s,"px ").concat(r,`; + } + + .`).concat(xr,` { + margin-right: `).concat(s,"px ").concat(r,`; + } + + .`).concat(Er," .").concat(Er,` { + right: 0 `).concat(r,`; + } + + .`).concat(xr," .").concat(xr,` { + margin-right: 0 `).concat(r,`; + } + + body { + `).concat(Md,": ").concat(s,`px; + } +`)},Hd=function(t){var e=t.noRelative,n=t.noImportant,r=t.gapMode,o=r===void 0?"margin":r,i=It(function(){return zd(o)},[o]);return q(hc,{styles:mc(i,!e,o,n?"":"!important")})}}),i1=v(()=>{o1(),Ns(),Ud()}),Zr,rr,Ge,a1=v(()=>{if(Zr=!1,typeof window<"u")try{rr=Object.defineProperty({},"passive",{get:function(){return Zr=!0,!0}}),window.addEventListener("test",rr,rr),window.removeEventListener("test",rr,rr)}catch{Zr=!1}Ge=Zr?{passive:!1}:!1}),vc,Xi,gc,yc,Ha,bc,wc,_i,Ki,Ec,Wd,s1=v(()=>{vc=function(t){return t.tagName==="TEXTAREA"},Xi=function(t,e){var n=window.getComputedStyle(t);return n[e]!=="hidden"&&!(n.overflowY===n.overflowX&&!vc(t)&&n[e]==="visible")},gc=function(t){return Xi(t,"overflowY")},yc=function(t){return Xi(t,"overflowX")},Ha=function(t,e){var n=e;do{typeof ShadowRoot<"u"&&n instanceof ShadowRoot&&(n=n.host);var r=_i(t,n);if(r){var o=Ki(t,n),i=o[1],a=o[2];if(i>a)return!0}n=n.parentNode}while(n&&n!==document.body);return!1},bc=function(t){var e=t.scrollTop,n=t.scrollHeight,r=t.clientHeight;return[e,n,r]},wc=function(t){var e=t.scrollLeft,n=t.scrollWidth,r=t.clientWidth;return[e,n,r]},_i=function(t,e){return t==="v"?gc(e):yc(e)},Ki=function(t,e){return t==="v"?bc(e):wc(e)},Ec=function(t,e){return t==="h"&&e==="rtl"?-1:1},Wd=function(t,e,n,r,o){var i=Ec(t,window.getComputedStyle(e).direction),a=i*r,s=n.target,l=e.contains(s),u=!1,c=a>0,f=0,p=0;do{var d=Ki(t,s),h=d[0],m=d[1],y=d[2],E=m-y-i*h;(h||E)&&_i(t,s)&&(f+=E,p+=h),s=s.parentNode}while(!l&&s!==document.body||l&&(e.contains(s)||e===s));return(c&&(o&&f===0||!o&&a>f)||!c&&(o&&p===0||!o&&-a>p))&&(u=!0),u}});function l1(t){var e=nt([]),n=nt([0,0]),r=nt(),o=at(Gd++)[0],i=at(function(){return Ls()})[0],a=nt(t);W(function(){a.current=t},[t]),W(function(){if(t.inert){document.body.classList.add("block-interactivity-".concat(o));var m=$t([t.lockRef.current],(t.shards||[]).map(Ya),!0).filter(Boolean);return m.forEach(function(y){return y.classList.add("allow-interactivity-".concat(o))}),function(){document.body.classList.remove("block-interactivity-".concat(o)),m.forEach(function(y){return y.classList.remove("allow-interactivity-".concat(o))})}}},[t.inert,t.lockRef.current,t.shards]);var s=xt(function(m,y){if("touches"in m&&m.touches.length===2)return!a.current.allowPinchZoom;var E=pr(m),x=n.current,b="deltaX"in m?m.deltaX:x[0]-E[0],w="deltaY"in m?m.deltaY:x[1]-E[1],O,S=m.target,M=Math.abs(b)>Math.abs(w)?"h":"v";if("touches"in m&&M==="h"&&S.type==="range")return!1;var N=Ha(M,S);if(!N)return!0;if(N?O=M:(O=M==="v"?"h":"v",N=Ha(M,S)),!N)return!1;if(!r.current&&"changedTouches"in m&&(b||w)&&(r.current=O),!O)return!0;var B=r.current||O;return Wd(B,y,m,B==="h"?b:w,!0)},[]),l=xt(function(m){var y=m;if(!(!Xe.length||Xe[Xe.length-1]!==i)){var E="deltaY"in y?Wa(y):pr(y),x=e.current.filter(function(O){return O.name===y.type&&O.target===y.target&&Yd(O.delta,E)})[0];if(x&&x.should){y.cancelable&&y.preventDefault();return}if(!x){var b=(a.current.shards||[]).map(Ya).filter(Boolean).filter(function(O){return O.contains(y.target)}),w=b.length>0?s(y,b[0]):!a.current.noIsolation;w&&y.cancelable&&y.preventDefault()}}},[]),u=xt(function(m,y,E,x){var b={name:m,delta:y,target:E,should:x};e.current.push(b),setTimeout(function(){e.current=e.current.filter(function(w){return w!==b})},1)},[]),c=xt(function(m){n.current=pr(m),r.current=void 0},[]),f=xt(function(m){u(m.type,Wa(m),m.target,s(m,t.lockRef.current))},[]),p=xt(function(m){u(m.type,pr(m),m.target,s(m,t.lockRef.current))},[]);W(function(){return Xe.push(i),t.setCallbacks({onScrollCapture:f,onWheelCapture:f,onTouchMoveCapture:p}),document.addEventListener("wheel",l,Ge),document.addEventListener("touchmove",l,Ge),document.addEventListener("touchstart",c,Ge),function(){Xe=Xe.filter(function(m){return m!==i}),document.removeEventListener("wheel",l,Ge),document.removeEventListener("touchmove",l,Ge),document.removeEventListener("touchstart",c,Ge)}},[]);var d=t.removeScrollBar,h=t.inert;return q(Se,null,h?q(i,{styles:qd(o)}):null,d?q(Hd,{gapMode:"margin"}):null)}var pr,Wa,Ya,Yd,qd,Gd,Xe,u1=v(()=>{G(),i1(),Bd(),a1(),s1(),pr=function(t){return"changedTouches"in t?[t.changedTouches[0].clientX,t.changedTouches[0].clientY]:[0,0]},Wa=function(t){return[t.deltaX,t.deltaY]},Ya=function(t){return t&&"current"in t?t.current:t},Yd=function(t,e){return t[0]===e[0]&&t[1]===e[1]},qd=function(t){return` + .block-interactivity-`.concat(t,` {pointer-events: none;} + .allow-interactivity-`).concat(t,` {pointer-events: all;} +`)},Gd=0,Xe=[]}),Xd,c1=v(()=>{Dd(),u1(),Nd(),Xd=Qb(Is,l1)}),Qi,_d,p1=v(()=>{G(),Zb(),c1(),Qi=ct(function(t,e){return q(Or,A({},t,{ref:e,sideCar:Xd}))}),Qi.classNames=Or.classNames,_d=Qi}),f1=v(()=>{p1()}),xc,He,or,ir,$r,Ji,Oc,Sc,Kd,d1=v(()=>{xc=function(t){if(typeof document>"u")return null;var e=Array.isArray(t)?t[0]:t;return e.ownerDocument.body},He=new WeakMap,or=new WeakMap,ir={},$r=0,Ji=function(t){return t&&(t.host||Ji(t.parentNode))},Oc=function(t,e){return e.map(function(n){if(t.contains(n))return n;var r=Ji(n);return r&&t.contains(r)?r:(console.error("aria-hidden",n,"in not contained inside",t,". Doing nothing"),null)}).filter(function(n){return!!n})},Sc=function(t,e,n,r){var o=Oc(e,Array.isArray(t)?t:[t]);ir[n]||(ir[n]=new WeakMap);var i=ir[n],a=[],s=new Set,l=new Set(o),u=function(f){!f||s.has(f)||(s.add(f),u(f.parentNode))};o.forEach(u);var c=function(f){!f||l.has(f)||Array.prototype.forEach.call(f.children,function(p){if(s.has(p))c(p);else{var d=p.getAttribute(r),h=d!==null&&d!=="false",m=(He.get(p)||0)+1,y=(i.get(p)||0)+1;He.set(p,m),i.set(p,y),a.push(p),m===1&&h&&or.set(p,!0),y===1&&p.setAttribute(n,"true"),h||p.setAttribute(r,"true")}})};return c(e),s.clear(),$r++,function(){a.forEach(function(f){var p=He.get(f)-1,d=i.get(f)-1;He.set(f,p),i.set(f,d),p||(or.has(f)||f.removeAttribute(r),or.delete(f)),d||f.removeAttribute(n)}),$r--,$r||(He=new WeakMap,He=new WeakMap,or=new WeakMap,ir={})}},Kd=function(t,e,n){n===void 0&&(n="data-aria-hidden");var r=Array.from(Array.isArray(t)?t:[t]),o=e||xc(t);return o?(r.push.apply(r,Array.from(o.querySelectorAll("[aria-live]"))),Sc(r,o,n,"aria-hidden")):function(){return null}}});function Pc(t){return t?"open":"closed"}var Zi,$i,h1,Tc,Kt,Cc,ta,Ac,ea,kc,to,Rc,Mc,We,Dc,Nc,Ic,na,ra,Lc,jc,Fc,Vc,Bc,zc,Qd,Jd,Zd,$d,th,eh,nh,rh=v(()=>{Vn(),md(),jr(),db(),hb(),gb(),Pb(),Db(),Nb(),jb(),ti(),Vb(),f1(),d1(),Ed(),Zi="Dialog",[$i,h1]=pb(Zi),[Tc,Kt]=$i(Zi),Cc=t=>{let{__scopeDialog:e,children:n,open:r,defaultOpen:o,onOpenChange:i,modal:a=!0}=t,s=nt(null),l=nt(null),[u=!1,c]=mb({prop:r,defaultProp:o,onChange:i});return q(Tc,{scope:e,triggerRef:s,contentRef:l,contentId:Yi(),titleId:Yi(),descriptionId:Yi(),open:u,onOpenChange:c,onOpenToggle:xt(()=>c(f=>!f),[c]),modal:a},n)},ta="DialogPortal",[Ac,ea]=$i(ta,{forceMount:void 0}),kc=t=>{let{__scopeDialog:e,forceMount:n,children:r,container:o}=t,i=Kt(ta,e);return q(Ac,{scope:e,forceMount:n},Gt.map(r,a=>q(wr,{present:n||i.open},q(Ad,{asChild:!0,container:o},a))))},to="DialogOverlay",Rc=ct((t,e)=>{let n=ea(to,t.__scopeDialog),{forceMount:r=n.forceMount,...o}=t,i=Kt(to,t.__scopeDialog);return i.modal?q(wr,{present:r||i.open},q(Mc,Ot({},o,{ref:e}))):null}),Mc=ct((t,e)=>{let{__scopeDialog:n,...r}=t,o=Kt(to,n);return q(_d,{as:Fo,allowPinchZoom:!0,shards:[o.contentRef]},q(De.div,Ot({"data-state":Pc(o.open)},r,{ref:e,style:{pointerEvents:"auto",...r.style}})))}),We="DialogContent",Dc=ct((t,e)=>{let n=ea(We,t.__scopeDialog),{forceMount:r=n.forceMount,...o}=t,i=Kt(We,t.__scopeDialog);return q(wr,{present:r||i.open},i.modal?q(Nc,Ot({},o,{ref:e})):q(Ic,Ot({},o,{ref:e})))}),Nc=ct((t,e)=>{let n=Kt(We,t.__scopeDialog),r=nt(null),o=Cr(e,n.contentRef,r);return W(()=>{let i=r.current;if(i)return Kd(i)},[]),q(na,Ot({},t,{ref:o,trapFocus:n.open,disableOutsidePointerEvents:!0,onCloseAutoFocus:Ke(t.onCloseAutoFocus,i=>{var a;i.preventDefault(),(a=n.triggerRef.current)===null||a===void 0||a.focus()}),onPointerDownOutside:Ke(t.onPointerDownOutside,i=>{let a=i.detail.originalEvent,s=a.button===0&&a.ctrlKey===!0;(a.button===2||s)&&i.preventDefault()}),onFocusOutside:Ke(t.onFocusOutside,i=>i.preventDefault())}))}),Ic=ct((t,e)=>{let n=Kt(We,t.__scopeDialog),r=nt(!1),o=nt(!1);return q(na,Ot({},t,{ref:e,trapFocus:!1,disableOutsidePointerEvents:!1,onCloseAutoFocus:i=>{var a;if((a=t.onCloseAutoFocus)===null||a===void 0||a.call(t,i),!i.defaultPrevented){var s;r.current||(s=n.triggerRef.current)===null||s===void 0||s.focus(),i.preventDefault()}r.current=!1,o.current=!1},onInteractOutside:i=>{var a,s;(a=t.onInteractOutside)===null||a===void 0||a.call(t,i),i.defaultPrevented||(r.current=!0,i.detail.originalEvent.type==="pointerdown"&&(o.current=!0));let l=i.target;!((s=n.triggerRef.current)===null||s===void 0)&&s.contains(l)&&i.preventDefault(),i.detail.originalEvent.type==="focusin"&&o.current&&i.preventDefault()}}))}),na=ct((t,e)=>{let{__scopeDialog:n,trapFocus:r,onOpenAutoFocus:o,onCloseAutoFocus:i,...a}=t,s=Kt(We,n),l=nt(null),u=Cr(e,l);return Fb(),q(Se,null,q(Cd,{asChild:!0,loop:!0,trapped:r,onMountAutoFocus:o,onUnmountAutoFocus:i},q(Pd,Ot({role:"dialog",id:s.contentId,"aria-describedby":s.descriptionId,"aria-labelledby":s.titleId,"data-state":Pc(s.open)},a,{ref:u,onDismiss:()=>s.onOpenChange(!1)}))),!1)}),ra="DialogTitle",Lc=ct((t,e)=>{let{__scopeDialog:n,...r}=t,o=Kt(ra,n);return q(De.h2,Ot({id:o.titleId},r,{ref:e}))}),jc="DialogDescription",Fc=ct((t,e)=>{let{__scopeDialog:n,...r}=t,o=Kt(jc,n);return q(De.p,Ot({id:o.descriptionId},r,{ref:e}))}),Vc="DialogClose",Bc=ct((t,e)=>{let{__scopeDialog:n,...r}=t,o=Kt(Vc,n);return q(De.button,Ot({type:"button"},r,{ref:e,onClick:Ke(t.onClick,()=>o.onOpenChange(!1))}))}),zc="DialogTitleWarning",cb(zc,{contentName:We,titleName:ra,docsSlug:"dialog"}),Qd=Cc,Jd=kc,Zd=Rc,$d=Dc,th=Lc,eh=Fc,nh=Bc}),oh,Uc,ih,m1=v(()=>{rh(),oh=Y.div` + background-color: rgba(27, 28, 29, 0.48); + position: fixed; + inset: 0px; + width: 100%; + height: 100%; +`,Uc=Y.div(({width:t,height:e})=>$l` + background-color: white; + border-radius: 6px; + box-shadow: rgba(14, 18, 22, 0.35) 0px 10px 38px -10px; + position: fixed; + top: 50%; + left: 50%; + transform: translate(-50%, -50%); + width: ${t??740}px; + height: ${e?`${e}px`:"auto"}; + max-width: calc(100% - 40px); + max-height: 85vh; + overflow: hidden; + + &:focus-visible { + outline: none; + } + `),ih=g.forwardRef(({width:t,height:e,children:n,...r},o)=>g.createElement($d,{ref:o,asChild:!0,...r},g.createElement(Uc,{width:t,height:e},n)))});function ah({children:t,width:e,height:n,onEscapeKeyDown:r,onInteractOutside:o=a=>a.preventDefault(),...i}){return g.createElement(Qd,{...i},g.createElement(Jd,null,g.createElement(Zd,{asChild:!0},g.createElement(oh,null)),g.createElement(ih,{width:e,height:n,onInteractOutside:o,onEscapeKeyDown:r},t({Title:th,Description:eh,Close:nh}))))}var sh=v(()=>{rh(),m1()});function v1(){return g.createElement("svg",{width:"32px",height:"40px",viewBox:"0 0 256 319",preserveAspectRatio:"xMidYMid"},g.createElement("defs",null,g.createElement("path",{d:"M9.87245893,293.324145 L0.0114611411,30.5732167 C-0.314208957,21.8955842 6.33948896,14.5413918 15.0063196,13.9997149 L238.494389,0.0317105427 C247.316188,-0.519651867 254.914637,6.18486163 255.466,15.0066607 C255.486773,15.339032 255.497167,15.6719708 255.497167,16.0049907 L255.497167,302.318596 C255.497167,311.157608 248.331732,318.323043 239.492719,318.323043 C239.253266,318.323043 239.013844,318.317669 238.774632,318.306926 L25.1475605,308.712253 C16.8276309,308.338578 10.1847994,301.646603 9.87245893,293.324145 L9.87245893,293.324145 Z",id:"path-1"})),g.createElement("g",null,g.createElement("mask",{id:"mask-2",fill:"white"},g.createElement("use",{xlinkHref:"#path-1"})),g.createElement("use",{fill:"#FF4785",fillRule:"nonzero",xlinkHref:"#path-1"}),g.createElement("path",{d:"M188.665358,39.126973 L190.191903,2.41148534 L220.883535,0 L222.205755,37.8634126 C222.251771,39.1811466 221.22084,40.2866846 219.903106,40.3327009 C219.338869,40.3524045 218.785907,40.1715096 218.342409,39.8221376 L206.506729,30.4984116 L192.493574,41.1282444 C191.443077,41.9251106 189.945493,41.7195021 189.148627,40.6690048 C188.813185,40.2267976 188.6423,39.6815326 188.665358,39.126973 Z M149.413703,119.980309 C149.413703,126.206975 191.355678,123.222696 196.986019,118.848893 C196.986019,76.4467826 174.234041,54.1651411 132.57133,54.1651411 C90.9086182,54.1651411 67.5656805,76.7934542 67.5656805,110.735941 C67.5656805,169.85244 147.345341,170.983856 147.345341,203.229219 C147.345341,212.280549 142.913138,217.654777 133.162291,217.654777 C120.456641,217.654777 115.433477,211.165914 116.024438,189.103298 C116.024438,184.317101 67.5656805,182.824962 66.0882793,189.103298 C62.3262146,242.56887 95.6363019,257.990394 133.753251,257.990394 C170.688279,257.990394 199.645341,238.303123 199.645341,202.663511 C199.645341,139.304202 118.683759,141.001326 118.683759,109.604526 C118.683759,96.8760922 128.139127,95.178968 133.753251,95.178968 C139.662855,95.178968 150.300143,96.2205679 149.413703,119.980309 Z",fill:"#FFFFFF",fillRule:"nonzero",mask:"url(#mask-2)"})))}var g1=v(()=>{}),lh,uh,ch,ph,fh,dh,hh,Hc,mh,Wc,vh,Yc,gh,y1=v(()=>{lh=Y.div` + border-radius: 5px; + display: flex; + flex-direction: column; + align-items: center; + height: 100%; + justify-content: space-between; +`,uh=Y.div` + display: flex; + flex: 1; + flex-direction: column; + align-items: center; + justify-content: center; +`,ch=Y.h1` + margin: 0; + margin-top: 20px; + margin-bottom: 5px; + color: ${({theme:t})=>t.color.darkest}; + font-weight: ${({theme:t})=>t.typography.weight.bold}; + font-size: ${({theme:t})=>t.typography.size.m1}px; + line-height: ${({theme:t})=>t.typography.size.m3}px; +`,ph=Y.p` + margin: 0; + margin-bottom: 20px; + max-width: 320px; + text-align: center; + font-size: ${({theme:t})=>t.typography.size.s2}px; + font-weight: ${({theme:t})=>t.typography.weight.regular}; + line-height: ${({theme:t})=>t.typography.size.m1}px; + color: ${({theme:t})=>t.color.darker}; +`,fh=Y.button` + all: unset; + cursor: pointer; + font-size: 13px; + color: #798186; + padding-bottom: 20px; + + &:focus-visible { + outline: auto; + } +`,dh=Y(Xn)` + margin-left: 2px; + height: 10px; +`,hh=Y.div` + position: absolute; + top: 0; + left: 0; + width: 100%; + height: 100%; + z-index: -1; + overflow: hidden; +`,Hc=Be` + 0% { transform: translate(0px, 0px) } + 50% { transform: translate(-200px, 0px) } + 100% { transform: translate(0px, 0px) } +`,mh=Y.div` + position: absolute; + width: 1200px; + height: 1200px; + left: -200px; + top: -900px; + background: radial-gradient( + circle at center, + rgba(253, 255, 147, 1) 0%, + rgba(253, 255, 147, 0) 70% + ); + animation: ${Hc} 4s linear infinite; + animation-timing-function: ease-in-out; + z-index: 3; +`,Wc=Be` + 0% { transform: translate(0px, 0px) } + 50% { transform: translate(400px, 0px) } + 100% { transform: translate(0px, 0px) } +`,vh=Y.div` + position: absolute; + width: 1200px; + height: 1200px; + left: -600px; + top: -840px; + background: radial-gradient( + circle at center, + rgba(255, 119, 119, 1) 0%, + rgba(255, 119, 119, 0) 70% + ); + animation: ${Wc} 6s linear infinite; + animation-timing-function: ease-in-out; + z-index: 2; +`,Yc=Be` + 0% { transform: translate(600px, -40px) } + 50% { transform: translate(600px, -200px) } + 100% { transform: translate(600px, -40px) } +`,gh=Y.div` + position: absolute; + width: 1200px; + height: 1200px; + left: -600px; + top: -840px; + background: radial-gradient( + circle at center, + rgba(119, 255, 247, 0.8) 0%, + rgba(119, 255, 247, 0) 70% + ); + animation: ${Yc} 4s linear infinite; + animation-timing-function: ease-in-out; + z-index: 4; +`,Y.h2` + color: #000; + font-weight: 700; + font-size: 20px; + line-height: 20px; +`,Y.p` + font-size: 14px; + font-weight: 400; + line-height: 20px; + color: #454e54; +`}),yh,b1=v(()=>{Ds(),sh(),g1(),y1(),yh=({onProceed:t,skipOnboarding:e})=>g.createElement(ah,{width:540,height:430,defaultOpen:!0},({Close:n})=>g.createElement(lh,{"data-chromatic":"ignore"},g.createElement(uh,null,g.createElement(v1,null),g.createElement(ch,null,"Welcome to Storybook"),g.createElement(ph,null,"Storybook helps you develop UI components faster. Learn the basics in a few simple steps."),g.createElement(zt,{style:{marginTop:4},onClick:t},"Start your 3 minute tour")),g.createElement(fh,{onClick:e},"Skip tour",g.createElement(dh,{icon:"arrowright"})),g.createElement(hh,null,g.createElement(mh,null),g.createElement(vh,null),g.createElement(gh,null))))}),w1=ee((t,e)=>{function n(r,o,i){var a,s,l,u,c;o==null&&(o=100);function f(){var d=Date.now()-u;d=0?a=setTimeout(f,o-d):(a=null,i||(c=r.apply(l,s),l=s=null))}var p=function(){l=this,s=arguments,u=Date.now();var d=i&&!a;return a||(a=setTimeout(f,o)),d&&(c=r.apply(l,s),l=s=null),c};return p.clear=function(){a&&(clearTimeout(a),a=null)},p.flush=function(){a&&(c=r.apply(l,s),l=s=null,clearTimeout(a),a=null)},p}n.debounce=n,e.exports=n});function E1(t){let{debounce:e,scroll:n,polyfill:r,offsetSize:o}=t===void 0?{debounce:0,scroll:!1,offsetSize:!1}:t,i=r||(typeof window>"u"?class{}:window.ResizeObserver);if(!i)throw new Error("This browser does not support ResizeObserver out of the box. See: https://github.com/react-spring/react-use-measure/#resize-observer-polyfills");let[a,s]=at({left:0,top:0,width:0,height:0,bottom:0,right:0,x:0,y:0}),l=nt({element:null,scrollContainers:null,resizeObserver:null,lastBounds:a}),u=e?typeof e=="number"?e:e.scroll:null,c=e?typeof e=="number"?e:e.resize:null,f=nt(!1);W(()=>(f.current=!0,()=>void(f.current=!1)));let[p,d,h]=It(()=>{let x=()=>{if(!l.current.element)return;let{left:b,top:w,width:O,height:S,bottom:M,right:N,x:B,y:X}=l.current.element.getBoundingClientRect(),et={left:b,top:w,width:O,height:S,bottom:M,right:N,x:B,y:X};l.current.element instanceof HTMLElement&&o&&(et.height=l.current.element.offsetHeight,et.width=l.current.element.offsetWidth),Object.freeze(et),f.current&&!wh(l.current.lastBounds,et)&&s(l.current.lastBounds=et)};return[x,c?(0,qa.default)(x,c):x,u?(0,qa.default)(x,u):x]},[s,o,u,c]);function m(){l.current.scrollContainers&&(l.current.scrollContainers.forEach(x=>x.removeEventListener("scroll",h,!0)),l.current.scrollContainers=null),l.current.resizeObserver&&(l.current.resizeObserver.disconnect(),l.current.resizeObserver=null)}function y(){l.current.element&&(l.current.resizeObserver=new i(h),l.current.resizeObserver.observe(l.current.element),n&&l.current.scrollContainers&&l.current.scrollContainers.forEach(x=>x.addEventListener("scroll",h,{capture:!0,passive:!0})))}let E=x=>{!x||x===l.current.element||(m(),l.current.element=x,l.current.scrollContainers=bh(x),y())};return O1(h,!!n),x1(d),W(()=>{m(),y()},[n,h,d]),W(()=>m,[]),[E,a,p]}function x1(t){W(()=>{let e=t;return window.addEventListener("resize",e),()=>void window.removeEventListener("resize",e)},[t])}function O1(t,e){W(()=>{if(e){let n=t;return window.addEventListener("scroll",n,{capture:!0,passive:!0}),()=>void window.removeEventListener("scroll",n,!0)}},[t,e])}function bh(t){let e=[];if(!t||t===document.body)return e;let{overflow:n,overflowX:r,overflowY:o}=window.getComputedStyle(t);return[n,r,o].some(i=>i==="auto"||i==="scroll")&&e.push(t),[...e,...bh(t.parentElement)]}var qa,qc,wh,S1=v(()=>{qa=le(w1()),qc=["x","y","top","bottom","left","right","width","height"],wh=(t,e)=>qc.every(n=>t[n]===e[n])}),Gc,js,Eh=v(()=>{Gc="production",js=typeof process>"u"||re===void 0?Gc:"production"});function P1(t){for(var e in t)t[e]!==null&&(e==="projectionNodeConstructor"?Dn.projectionNodeConstructor=t[e]:Dn[e].Component=t[e])}var ae,Dn,xh=v(()=>{ae=function(t){return{isEnabled:function(e){return t.some(function(n){return!!e[n]})}}},Dn={measureLayout:ae(["layout","layoutId","drag"]),animation:ae(["animate","exit","variants","whileHover","whileTap","whileFocus","whileDrag","whileInView"]),exit:ae(["exit"]),drag:ae(["drag","dragControls"]),focus:ae(["whileFocus"]),hover:ae(["whileHover","onHoverStart","onHoverEnd"]),tap:ae(["whileTap","onTap","onTapStart","onTapCancel"]),pan:ae(["onPan","onPanStart","onPanSessionStart","onPanEnd"]),inView:ae(["whileInView","onViewportEnter","onViewportLeave"])}}),Fr,qt,fe=v(()=>{Fr=function(){},qt=function(){}}),Fs,Oh=v(()=>{Fs=Yt({strict:!1})});function T1(t,e,n){var r=[],o=mt(Fs);if(!e)return null;js!=="production"&&n&&o.strict&&qt(!1,"You have rendered a `motion` component within a `LazyMotion` component. This will break tree shaking. Import and render a `m` component instead.");for(var i=0;i{G(),Eh(),xh(),fe(),Oh(),Ga=Object.keys(Dn),Sh=Ga.length}),ei,Vs=v(()=>{ei=Yt({transformPagePoint:function(t){return t},isStatic:!1,reducedMotion:"never"})});function A1(){return mt(Vr).visualElement}var Vr,ni=v(()=>{Vr=Yt({})}),Br,ri=v(()=>{Br=Yt(null)}),Je,oi=v(()=>{Je=typeof document<"u"}),Xa,k1=v(()=>{oi(),Xa=Je?Wn:W});function R1(){if(Bs=!0,!!Je)if(window.matchMedia){var t=window.matchMedia("(prefers-reduced-motion)"),e=function(){return Vo.current=t.matches};t.addListener(e),e()}else Vo.current=!1}function M1(){!Bs&&R1();var t=bt(at(Vo.current),1),e=t[0];return e}function D1(){var t=M1(),e=mt(ei).reducedMotion;return e==="never"?!1:e==="always"?!0:t}var Vo,Bs,N1=v(()=>{G(),Vs(),oi(),Vo={current:null},Bs=!1});function I1(t,e,n,r){var o=mt(Fs),i=A1(),a=mt(Br),s=D1(),l=nt(void 0);r||(r=o.renderer),!l.current&&r&&(l.current=r(t,{visualState:e,parent:i,props:n,presenceId:a?.id,blockInitialAnimation:a?.initial===!1,shouldReduceMotion:s}));var u=l.current;return Xa(function(){u?.syncRender()}),W(function(){var c;(c=u?.animationState)===null||c===void 0||c.animateChanges()}),Xa(function(){return function(){return u?.notifyUnmount()}},[]),u}var L1=v(()=>{ri(),ni(),k1(),Oh(),N1()});function wn(t){return typeof t=="object"&&Object.prototype.hasOwnProperty.call(t,"current")}var zs=v(()=>{});function j1(t,e,n){return xt(function(r){var o;r&&((o=t.mount)===null||o===void 0||o.call(t,r)),e&&(r?e.mount(r):e.unmount()),n&&(typeof n=="function"?n(r):wn(n)&&(n.current=r))},[e])}var F1=v(()=>{zs()});function Ph(t){return Array.isArray(t)}function Jt(t){return typeof t=="string"||Ph(t)}function V1(t){var e={};return t.forEachValue(function(n,r){return e[r]=n.get()}),e}function B1(t){var e={};return t.forEachValue(function(n,r){return e[r]=n.getVelocity()}),e}function Th(t,e,n,r,o){var i;return r===void 0&&(r={}),o===void 0&&(o={}),typeof e=="function"&&(e=e(n??t.custom,r,o)),typeof e=="string"&&(e=(i=t.variants)===null||i===void 0?void 0:i[e]),typeof e=="function"&&(e=e(n??t.custom,r,o)),e}function ii(t,e,n){var r=t.getProps();return Th(r,e,n??r.custom,V1(t),B1(t))}function ai(t){var e;return typeof((e=t.animate)===null||e===void 0?void 0:e.start)=="function"||Jt(t.initial)||Jt(t.animate)||Jt(t.whileHover)||Jt(t.whileDrag)||Jt(t.whileTap)||Jt(t.whileFocus)||Jt(t.exit)}function Ch(t){return!!(ai(t)||t.variants)}var Bn=v(()=>{});function z1(t,e){if(ai(t)){var n=t.initial,r=t.animate;return{initial:n===!1||Jt(n)?n:void 0,animate:Jt(r)?r:void 0}}return t.inherit!==!1?e:{}}var U1=v(()=>{Bn()});function H1(t){var e=z1(t,mt(Vr)),n=e.initial,r=e.animate;return It(function(){return{initial:n,animate:r}},[Xc(n),Xc(r)])}function Xc(t){return Array.isArray(t)?t.join(" "):t}var W1=v(()=>{ni(),U1()});function si(t){var e=nt(null);return e.current===null&&(e.current=t()),e.current}var li=v(()=>{}),On,Us=v(()=>{On={hasAnimatedSinceResize:!0,hasEverUpdated:!1}});function Y1(){return si(function(){if(On.hasEverUpdated)return Ah++})}var Ah,q1=v(()=>{li(),Us(),Ah=1}),Hs,kh=v(()=>{Hs=Yt({})}),Ws,Rh=v(()=>{Ws=Yt({})});function G1(t,e,n,r){var o,i=e.layoutId,a=e.layout,s=e.drag,l=e.dragConstraints,u=e.layoutScroll,c=mt(Ws);!r||!n||n?.projection||(n.projection=new r(t,n.getLatestValues(),(o=n.parent)===null||o===void 0?void 0:o.projection),n.projection.setOptions({layoutId:i,layout:a,alwaysMeasureLayout:!!s||l&&wn(l),visualElement:n,scheduleRender:function(){return n.scheduleRender()},animationType:typeof a=="string"?a:"both",initialPromotionConfig:c,layoutScroll:u}))}var X1=v(()=>{zs(),Rh()}),Mh,_1=v(()=>{G(),Mh=function(t){kd(e,t);function e(){return t!==null&&t.apply(this,arguments)||this}return e.prototype.getSnapshotBeforeUpdate=function(){return this.updateProps(),null},e.prototype.componentDidUpdate=function(){},e.prototype.updateProps=function(){var n=this.props,r=n.visualElement,o=n.props;r&&r.setProps(o)},e.prototype.render=function(){return this.props.children},e}(g.Component)});function K1(t){var e=t.preloadedFeatures,n=t.createVisualElement,r=t.projectionNodeConstructor,o=t.useRender,i=t.useVisualState,a=t.Component;e&&P1(e);function s(l,u){var c=Q1(l);l=A(A({},l),{layoutId:c});var f=mt(ei),p=null,d=H1(l),h=f.isStatic?void 0:Y1(),m=i(l,f.isStatic);return!f.isStatic&&Je&&(d.visualElement=I1(a,m,A(A({},f),l),n),G1(h,l,d.visualElement,r||Dn.projectionNodeConstructor),p=T1(l,d.visualElement,e)),q(Mh,{visualElement:d.visualElement,props:A(A({},f),l)},p,q(Vr.Provider,{value:d},o(a,l,h,j1(m,d.visualElement,u),m,f.isStatic,d.visualElement)))}return ct(s)}function Q1(t){var e,n=t.layoutId,r=(e=mt(Hs))===null||e===void 0?void 0:e.id;return r&&n!==void 0?r+"-"+n:n}var J1=v(()=>{G(),C1(),Vs(),ni(),L1(),F1(),W1(),xh(),oi(),q1(),kh(),X1(),_1()});function Z1(t){function e(r,o){return o===void 0&&(o={}),K1(t(r,o))}if(typeof Proxy>"u")return e;var n=new Map;return new Proxy(e,{get:function(r,o){return n.has(o)||n.set(o,e(o)),n.get(o)}})}var $1=v(()=>{J1()}),Dh,tw=v(()=>{Dh=["animate","circle","defs","desc","ellipse","g","image","line","filter","marker","mask","metadata","path","pattern","polygon","polyline","rect","stop","svg","switch","symbol","text","tspan","use","view"]});function Ys(t){return typeof t!="string"||t.includes("-")?!1:!!(Dh.indexOf(t)>-1||/[A-Z]/.test(t))}var qs=v(()=>{tw()});function ew(t){Object.assign(Ar,t)}var Ar,Gs=v(()=>{Ar={}});function nw(t,e){return Sn.indexOf(t)-Sn.indexOf(e)}function zr(t){return Ih.has(t)}function Nh(t){return Lh.has(t)}var Bo,_c,Sn,Ih,Lh,je=v(()=>{Bo=["","X","Y","Z"],_c=["translate","scale","rotate","skew"],Sn=["transformPerspective","x","y","z"],_c.forEach(function(t){return Bo.forEach(function(e){return Sn.push(t+e)})}),Ih=new Set(Sn),Lh=new Set(["originX","originY","originZ"])});function jh(t,e){var n=e.layout,r=e.layoutId;return zr(t)||Nh(t)||(n||r!==void 0)&&(!!Ar[t]||t==="opacity")}var Fh=v(()=>{Gs(),je()}),ce,nn=v(()=>{ce=function(t){return!!(t!==null&&typeof t=="object"&&t.getVelocity)}});function rw(t,e,n,r){var o=t.transform,i=t.transformKeys,a=e.enableHardwareAcceleration,s=a===void 0?!0:a,l=e.allowTransformNone,u=l===void 0?!0:l,c="";i.sort(nw);for(var f=!1,p=i.length,d=0;d{je(),Vh={x:"translateX",y:"translateY",z:"translateZ",transformPerspective:"perspective"}});function Bh(t){return t.startsWith("--")}var zh=v(()=>{}),Uh,aw=v(()=>{Uh=function(t,e){return e&&typeof t=="number"?e.transform(t):t}});function kr(t){return typeof t=="string"}var Xs,Pn,Nn,zo,Hh,Fe=v(()=>{Xs=(t,e)=>n=>Math.max(Math.min(n,e),t),Pn=t=>t%1?Number(t.toFixed(5)):t,Nn=/(-)?([\d]*\.?[\d])+/g,zo=/(#[0-9a-f]{6}|#[0-9a-f]{3}|#(?:[0-9a-f]{2}){2,4}|(rgb|hsl)a?\((-?[\d\.]+%?[,\s]+){2,3}\s*\/*\s*[\d\.]+%?\))/gi,Hh=/^(#[0-9a-f]{3}|#(?:[0-9a-f]{2}){2,4}|(rgb|hsl)a?\((-?[\d\.]+%?[,\s]+){2,3}\s*\/*\s*[\d\.]+%?\))$/i}),Ie,Tn,fr,ui=v(()=>{Fe(),Ie={test:t=>typeof t=="number",parse:parseFloat,transform:t=>t},Tn=Object.assign(Object.assign({},Ie),{transform:Xs(0,1)}),fr=Object.assign(Object.assign({},Ie),{default:1})}),dn,ge,Zt,U,Wh,Yh,_a,qh=v(()=>{Fe(),dn=t=>({test:e=>kr(e)&&e.endsWith(t)&&e.split(" ").length===1,parse:parseFloat,transform:e=>`${e}${t}`}),ge=dn("deg"),Zt=dn("%"),U=dn("px"),Wh=dn("vh"),Yh=dn("vw"),_a=Object.assign(Object.assign({},Zt),{parse:t=>Zt.parse(t)/100,transform:t=>Zt.transform(t*100)})}),ci,_s,Ks=v(()=>{Fe(),ci=(t,e)=>n=>!!(kr(n)&&Hh.test(n)&&n.startsWith(t)||e&&Object.prototype.hasOwnProperty.call(n,e)),_s=(t,e,n)=>r=>{if(!kr(r))return r;let[o,i,a,s]=r.match(Nn);return{[t]:parseFloat(o),[e]:parseFloat(i),[n]:parseFloat(a),alpha:s!==void 0?parseFloat(s):1}}}),Ne,Gh=v(()=>{ui(),qh(),Fe(),Ks(),Ne={test:ci("hsl","hue"),parse:_s("hue","saturation","lightness"),transform:({hue:t,saturation:e,lightness:n,alpha:r=1})=>"hsla("+Math.round(t)+", "+Zt.transform(Pn(e))+", "+Zt.transform(Pn(n))+", "+Pn(Tn.transform(r))+")"}}),Kc,eo,ye,Qs=v(()=>{ui(),Fe(),Ks(),Kc=Xs(0,255),eo=Object.assign(Object.assign({},Ie),{transform:t=>Math.round(Kc(t))}),ye={test:ci("rgb","red"),parse:_s("red","green","blue"),transform:({red:t,green:e,blue:n,alpha:r=1})=>"rgba("+eo.transform(t)+", "+eo.transform(e)+", "+eo.transform(n)+", "+Pn(Tn.transform(r))+")"}});function sw(t){let e="",n="",r="",o="";return t.length>5?(e=t.substr(1,2),n=t.substr(3,2),r=t.substr(5,2),o=t.substr(7,2)):(e=t.substr(1,1),n=t.substr(2,1),r=t.substr(3,1),o=t.substr(4,1),e+=e,n+=n,r+=r,o+=o),{red:parseInt(e,16),green:parseInt(n,16),blue:parseInt(r,16),alpha:o?parseInt(o,16)/255:1}}var Uo,Xh=v(()=>{Qs(),Ks(),Uo={test:ci("#"),parse:sw,transform:ye.transform}}),Rt,_h=v(()=>{Fe(),Xh(),Gh(),Qs(),Rt={test:t=>ye.test(t)||Uo.test(t)||Ne.test(t),parse:t=>ye.test(t)?ye.parse(t):Ne.test(t)?Ne.parse(t):Uo.parse(t),transform:t=>kr(t)?t:t.hasOwnProperty("red")?ye.transform(t):Ne.transform(t)}});function lw(t){var e,n,r,o;return isNaN(t)&&kr(t)&&((n=(e=t.match(Nn))===null||e===void 0?void 0:e.length)!==null&&n!==void 0?n:0)+((o=(r=t.match(zo))===null||r===void 0?void 0:r.length)!==null&&o!==void 0?o:0)>0}function Kh(t){typeof t=="number"&&(t=`${t}`);let e=[],n=0,r=t.match(zo);r&&(n=r.length,t=t.replace(zo,Js),e.push(...r.map(Rt.parse)));let o=t.match(Nn);return o&&(t=t.replace(Nn,Zs),e.push(...o.map(Ie.parse))),{values:e,numColors:n,tokenised:t}}function Qh(t){return Kh(t).values}function Jh(t){let{values:e,numColors:n,tokenised:r}=Kh(t),o=e.length;return i=>{let a=r;for(let s=0;s{_h(),ui(),Fe(),Js="${c}",Zs="${n}",Zh=t=>typeof t=="number"?0:t,pe={test:lw,parse:Qh,createTransformer:Jh,getAnimatableNone:uw}});function cw(t){let[e,n]=t.slice(0,-1).split("(");if(e==="drop-shadow")return t;let[r]=n.match(Nn)||[];if(!r)return t;let o=n.replace(r,""),i=tm.has(e)?1:0;return r!==n&&(i*=100),e+"("+i+o+")"}var tm,Qc,Ho,pw=v(()=>{$h(),Fe(),tm=new Set(["brightness","contrast","saturate","opacity"]),Qc=/([a-z-]*)\(.*?\)/g,Ho=Object.assign(Object.assign({},pe),{getAnimatableNone:t=>{let e=t.match(Qc);return e?e.map(cw).join(" "):t}})}),wt=v(()=>{ui(),qh(),Gh(),Qs(),Xh(),_h(),$h(),pw()}),Ka,fw=v(()=>{G(),wt(),Ka=A(A({},Ie),{transform:Math.round})}),$s,em=v(()=>{wt(),fw(),$s={borderWidth:U,borderTopWidth:U,borderRightWidth:U,borderBottomWidth:U,borderLeftWidth:U,borderRadius:U,radius:U,borderTopLeftRadius:U,borderTopRightRadius:U,borderBottomRightRadius:U,borderBottomLeftRadius:U,width:U,maxWidth:U,height:U,maxHeight:U,size:U,top:U,right:U,bottom:U,left:U,padding:U,paddingTop:U,paddingRight:U,paddingBottom:U,paddingLeft:U,margin:U,marginTop:U,marginRight:U,marginBottom:U,marginLeft:U,rotate:ge,rotateX:ge,rotateY:ge,rotateZ:ge,scale:fr,scaleX:fr,scaleY:fr,scaleZ:fr,skew:ge,skewX:ge,skewY:ge,distance:U,translateX:U,translateY:U,translateZ:U,x:U,y:U,z:U,perspective:U,transformPerspective:U,opacity:Tn,originX:_a,originY:_a,originZ:U,zIndex:Ka,fillOpacity:Tn,strokeOpacity:Tn,numOctaves:Ka}});function tl(t,e,n,r){var o,i=t.style,a=t.vars,s=t.transform,l=t.transformKeys,u=t.transformOrigin;l.length=0;var c=!1,f=!1,p=!0;for(var d in e){var h=e[d];if(Bh(d)){a[d]=h;continue}var m=$s[d],y=Uh(h,m);if(zr(d)){if(c=!0,s[d]=y,l.push(d),!p)continue;h!==((o=m.default)!==null&&o!==void 0?o:0)&&(p=!1)}else Nh(d)?(u[d]=y,f=!0):i[d]=y}c?i.transform=rw(t,n,p,r):r?i.transform=r({},""):!e.transform&&i.transform&&(i.transform="none"),f&&(i.transformOrigin=ow(u))}var el=v(()=>{iw(),zh(),je(),aw(),em()}),pi,nl=v(()=>{pi=function(){return{style:{},transform:{},transformKeys:[],transformOrigin:{},vars:{}}}});function nm(t,e,n){for(var r in e)!ce(e[r])&&!jh(r,n)&&(t[r]=e[r])}function dw(t,e,n){var r=t.transformTemplate;return It(function(){var o=pi();tl(o,e,{enableHardwareAcceleration:!n},r);var i=o.vars,a=o.style;return A(A({},i),a)},[e])}function hw(t,e,n){var r=t.style||{},o={};return nm(o,r,t),Object.assign(o,dw(t,e,n)),t.transformValues&&(o=t.transformValues(o)),o}function mw(t,e,n){var r={},o=hw(t,e,n);return t.drag&&t.dragListener!==!1&&(r.draggable=!1,o.userSelect=o.WebkitUserSelect=o.WebkitTouchCallout="none",o.touchAction=t.drag===!0?"none":"pan-".concat(t.drag==="x"?"y":"x")),r.style=o,r}var rm=v(()=>{G(),Fh(),nn(),el(),nl()});function Wo(t){return om.has(t)}var om,vw=v(()=>{om=new Set(["initial","animate","exit","style","variants","transition","transformTemplate","transformValues","custom","inherit","layout","layoutId","layoutDependency","onLayoutAnimationStart","onLayoutAnimationComplete","onLayoutMeasure","onBeforeLayoutMeasure","onAnimationStart","onAnimationComplete","onUpdate","onDragStart","onDrag","onDragEnd","onMeasureDragConstraints","onDirectionLock","onDragTransitionEnd","drag","dragControls","dragListener","dragConstraints","dragDirectionLock","dragSnapToOrigin","_dragX","_dragY","dragElastic","dragMomentum","dragPropagation","dragTransition","whileDrag","onPan","onPanStart","onPanEnd","onPanSessionStart","onTap","onTapStart","onTapCancel","onHoverStart","onHoverEnd","whileFocus","whileTap","whileHover","whileInView","onViewportEnter","onViewportLeave","viewport","layoutScroll"])});function gw(t){var e={};return function(n){return e[n]===void 0&&(e[n]=t(n)),e[n]}}var im,yw=v(()=>{im=gw}),am={};gf(am,{default:()=>sm});var Jc,Zc,sm,bw=v(()=>{yw(),Jc=/^((children|dangerouslySetInnerHTML|key|ref|autoFocus|defaultValue|defaultChecked|innerHTML|suppressContentEditableWarning|suppressHydrationWarning|valueLink|accept|acceptCharset|accessKey|action|allow|allowUserMedia|allowPaymentRequest|allowFullScreen|allowTransparency|alt|async|autoComplete|autoPlay|capture|cellPadding|cellSpacing|challenge|charSet|checked|cite|classID|className|cols|colSpan|content|contentEditable|contextMenu|controls|controlsList|coords|crossOrigin|data|dateTime|decoding|default|defer|dir|disabled|disablePictureInPicture|download|draggable|encType|form|formAction|formEncType|formMethod|formNoValidate|formTarget|frameBorder|headers|height|hidden|high|href|hrefLang|htmlFor|httpEquiv|id|inputMode|integrity|is|keyParams|keyType|kind|label|lang|list|loading|loop|low|marginHeight|marginWidth|max|maxLength|media|mediaGroup|method|min|minLength|multiple|muted|name|nonce|noValidate|open|optimum|pattern|placeholder|playsInline|poster|preload|profile|radioGroup|readOnly|referrerPolicy|rel|required|reversed|role|rows|rowSpan|sandbox|scope|scoped|scrolling|seamless|selected|shape|size|sizes|slot|span|spellCheck|src|srcDoc|srcLang|srcSet|start|step|style|summary|tabIndex|target|title|type|useMap|value|width|wmode|wrap|about|datatype|inlist|prefix|property|resource|typeof|vocab|autoCapitalize|autoCorrect|autoSave|color|inert|itemProp|itemScope|itemType|itemID|itemRef|on|results|security|unselectable|accentHeight|accumulate|additive|alignmentBaseline|allowReorder|alphabetic|amplitude|arabicForm|ascent|attributeName|attributeType|autoReverse|azimuth|baseFrequency|baselineShift|baseProfile|bbox|begin|bias|by|calcMode|capHeight|clip|clipPathUnits|clipPath|clipRule|colorInterpolation|colorInterpolationFilters|colorProfile|colorRendering|contentScriptType|contentStyleType|cursor|cx|cy|d|decelerate|descent|diffuseConstant|direction|display|divisor|dominantBaseline|dur|dx|dy|edgeMode|elevation|enableBackground|end|exponent|externalResourcesRequired|fill|fillOpacity|fillRule|filter|filterRes|filterUnits|floodColor|floodOpacity|focusable|fontFamily|fontSize|fontSizeAdjust|fontStretch|fontStyle|fontVariant|fontWeight|format|from|fr|fx|fy|g1|g2|glyphName|glyphOrientationHorizontal|glyphOrientationVertical|glyphRef|gradientTransform|gradientUnits|hanging|horizAdvX|horizOriginX|ideographic|imageRendering|in|in2|intercept|k|k1|k2|k3|k4|kernelMatrix|kernelUnitLength|kerning|keyPoints|keySplines|keyTimes|lengthAdjust|letterSpacing|lightingColor|limitingConeAngle|local|markerEnd|markerMid|markerStart|markerHeight|markerUnits|markerWidth|mask|maskContentUnits|maskUnits|mathematical|mode|numOctaves|offset|opacity|operator|order|orient|orientation|origin|overflow|overlinePosition|overlineThickness|panose1|paintOrder|pathLength|patternContentUnits|patternTransform|patternUnits|pointerEvents|points|pointsAtX|pointsAtY|pointsAtZ|preserveAlpha|preserveAspectRatio|primitiveUnits|r|radius|refX|refY|renderingIntent|repeatCount|repeatDur|requiredExtensions|requiredFeatures|restart|result|rotate|rx|ry|scale|seed|shapeRendering|slope|spacing|specularConstant|specularExponent|speed|spreadMethod|startOffset|stdDeviation|stemh|stemv|stitchTiles|stopColor|stopOpacity|strikethroughPosition|strikethroughThickness|string|stroke|strokeDasharray|strokeDashoffset|strokeLinecap|strokeLinejoin|strokeMiterlimit|strokeOpacity|strokeWidth|surfaceScale|systemLanguage|tableValues|targetX|targetY|textAnchor|textDecoration|textRendering|textLength|to|transform|u1|u2|underlinePosition|underlineThickness|unicode|unicodeBidi|unicodeRange|unitsPerEm|vAlphabetic|vHanging|vIdeographic|vMathematical|values|vectorEffect|version|vertAdvY|vertOriginX|vertOriginY|viewBox|viewTarget|visibility|widths|wordSpacing|writingMode|x|xHeight|x1|x2|xChannelSelector|xlinkActuate|xlinkArcrole|xlinkHref|xlinkRole|xlinkShow|xlinkTitle|xlinkType|xmlBase|xmlns|xmlnsXlink|xmlLang|xmlSpace|y|y1|y2|yChannelSelector|z|zoomAndPan|for|class|autofocus)|(([Dd][Aa][Tt][Aa]|[Aa][Rr][Ii][Aa]|x)-.*))$/,Zc=im(function(t){return Jc.test(t)||t.charCodeAt(0)===111&&t.charCodeAt(1)===110&&t.charCodeAt(2)<91}),sm=Zc});function ww(t){t&&(rl=function(e){return e.startsWith("on")?!Wo(e):t(e)})}function Ew(t,e,n){var r={};for(var o in t)(rl(o)||n===!0&&Wo(o)||!e&&!Wo(o)||t.draggable&&o.startsWith("onDrag"))&&(r[o]=t[o]);return r}var rl,xw=v(()=>{vw(),rl=function(t){return!Wo(t)};try{ww((bw(),Cy(am)).default)}catch{}});function $c(t,e,n){return typeof t=="string"?t:U.transform(e+n*t)}function Ow(t,e,n){var r=$c(e,t.x,t.width),o=$c(n,t.y,t.height);return"".concat(r," ").concat(o)}var Sw=v(()=>{wt()});function Pw(t,e,n,r,o){n===void 0&&(n=1),r===void 0&&(r=0),o===void 0&&(o=!0),t.pathLength=1;var i=o?lm:um;t[i.offset]=U.transform(-r);var a=U.transform(e),s=U.transform(n);t[i.array]="".concat(a," ").concat(s)}var lm,um,Tw=v(()=>{wt(),lm={offset:"stroke-dashoffset",array:"stroke-dasharray"},um={offset:"strokeDashoffset",array:"strokeDasharray"}});function ol(t,e,n,r){var o=e.attrX,i=e.attrY,a=e.originX,s=e.originY,l=e.pathLength,u=e.pathSpacing,c=u===void 0?1:u,f=e.pathOffset,p=f===void 0?0:f,d=jt(e,["attrX","attrY","originX","originY","pathLength","pathSpacing","pathOffset"]);tl(t,d,n,r),t.attrs=t.style,t.style={};var h=t.attrs,m=t.style,y=t.dimensions;h.transform&&(y&&(m.transform=h.transform),delete h.transform),y&&(a!==void 0||s!==void 0||m.transform)&&(m.transformOrigin=Ow(y,a!==void 0?a:.5,s!==void 0?s:.5)),o!==void 0&&(h.x=o),i!==void 0&&(h.y=i),l!==void 0&&Pw(h,l,c,p,!1)}var il=v(()=>{G(),el(),Sw(),Tw()}),al,cm=v(()=>{G(),nl(),al=function(){return A(A({},pi()),{attrs:{}})}});function Cw(t,e){var n=It(function(){var o=al();return ol(o,e,{enableHardwareAcceleration:!1},t.transformTemplate),A(A({},o.attrs),{style:A({},o.style)})},[e]);if(t.style){var r={};nm(r,t.style,t),n.style=A(A({},r),n.style)}return n}var Aw=v(()=>{G(),rm(),il(),cm()});function kw(t){t===void 0&&(t=!1);var e=function(n,r,o,i,a,s){var l=a.latestValues,u=Ys(n)?Cw:mw,c=u(r,l,s),f=Ew(r,typeof n=="string",t),p=A(A(A({},f),c),{ref:i});return o&&(p["data-projection-id"]=o),q(n,p)};return e}var Rw=v(()=>{G(),rm(),xw(),qs(),Aw()}),tp,ep,sl,pm=v(()=>{tp=/([a-z])([A-Z])/g,ep="$1-$2",sl=function(t){return t.replace(tp,ep).toLowerCase()}});function fm(t,e,n,r){var o=e.style,i=e.vars;Object.assign(t.style,o,r&&r.getProjectionStyles(n));for(var a in i)t.style.setProperty(a,i[a])}var dm=v(()=>{}),ll,hm=v(()=>{ll=new Set(["baseFrequency","diffuseConstant","kernelMatrix","kernelUnitLength","keySplines","keyTimes","limitingConeAngle","markerHeight","markerWidth","numOctaves","targetX","targetY","surfaceScale","specularConstant","specularExponent","stdDeviation","tableValues","viewBox","gradientTransform","pathLength"])});function mm(t,e,n,r){fm(t,e,void 0,r);for(var o in e.attrs)t.setAttribute(ll.has(o)?o:sl(o),e.attrs[o])}var vm=v(()=>{pm(),dm(),hm()});function ul(t){var e=t.style,n={};for(var r in e)(ce(e[r])||jh(r,t))&&(n[r]=e[r]);return n}var cl=v(()=>{Fh(),nn()});function gm(t){var e=ul(t);for(var n in t)if(ce(t[n])){var r=n==="x"||n==="y"?"attr"+n.toUpperCase():n;e[r]=t[n]}return e}var ym=v(()=>{nn(),cl()});function pl(t){return typeof t=="object"&&typeof t.start=="function"}var fl=v(()=>{}),In,fi=v(()=>{In=function(t){return Array.isArray(t)}}),bm,dl,hl=v(()=>{fi(),bm=function(t){return!!(t&&typeof t=="object"&&t.mix&&t.toValue)},dl=function(t){return In(t)?t[t.length-1]||0:t}});function go(t){var e=ce(t)?t.get():t;return bm(e)?e.toValue():e}var wm=v(()=>{hl(),nn()});function np(t,e,n,r){var o=t.scrapeMotionValuesFromProps,i=t.createRenderState,a=t.onMount,s={latestValues:Mw(e,n,r,o),renderState:i()};return a&&(s.mount=function(l){return a(e,l,s)}),s}function Mw(t,e,n,r){var o={},i=n?.initial===!1,a=r(t);for(var s in a)o[s]=go(a[s]);var l=t.initial,u=t.animate,c=ai(t),f=Ch(t);e&&f&&!c&&t.inherit!==!1&&(l??(l=e.initial),u??(u=e.animate));var p=i||l===!1,d=p?u:l;if(d&&typeof d!="boolean"&&!pl(d)){var h=Array.isArray(d)?d:[d];h.forEach(function(m){var y=Th(t,m);if(y){var E=y.transitionEnd;y.transition;var x=jt(y,["transitionEnd","transition"]);for(var b in x){var w=x[b];if(Array.isArray(w)){var O=p?w.length-1:0;w=w[O]}w!==null&&(o[b]=w)}for(var b in E)o[b]=E[b]}})}return o}var ml,Em=v(()=>{G(),fl(),ri(),Bn(),li(),wm(),ni(),ml=function(t){return function(e,n){var r=mt(Vr),o=mt(Br);return n?np(t,e,r,o):si(function(){return np(t,e,r,o)})}}}),xm,Dw=v(()=>{vm(),ym(),Em(),cm(),il(),xm={useVisualState:ml({scrapeMotionValuesFromProps:gm,createRenderState:al,onMount:function(t,e,n){var r=n.renderState,o=n.latestValues;try{r.dimensions=typeof e.getBBox=="function"?e.getBBox():e.getBoundingClientRect()}catch{r.dimensions={x:0,y:0,width:0,height:0}}ol(r,o,{enableHardwareAcceleration:!1},t.transformTemplate),mm(e,r)}})}}),Om,Nw=v(()=>{Em(),cl(),nl(),Om={useVisualState:ml({scrapeMotionValuesFromProps:ul,createRenderState:pi})}});function Iw(t,e,n,r,o){var i=e.forwardMotionProps,a=i===void 0?!1:i,s=Ys(t)?xm:Om;return A(A({},s),{preloadedFeatures:n,useRender:kw(a),createVisualElement:r,projectionNodeConstructor:o,Component:t})}var Lw=v(()=>{G(),qs(),Rw(),Dw(),Nw()}),st,rn=v(()=>{(function(t){t.Animate="animate",t.Hover="whileHover",t.Tap="whileTap",t.Drag="whileDrag",t.Focus="whileFocus",t.InView="whileInView",t.Exit="exit"})(st||(st={}))});function di(t,e,n,r){return r===void 0&&(r={passive:!0}),t.addEventListener(e,n,r),function(){return t.removeEventListener(e,n)}}function Qa(t,e,n,r){W(function(){var o=t.current;if(n&&o)return di(o,e,n,r)},[t,e,n,r])}var hi=v(()=>{});function jw(t){var e=t.whileFocus,n=t.visualElement,r=function(){var i;(i=n.animationState)===null||i===void 0||i.setActive(st.Focus,!0)},o=function(){var i;(i=n.animationState)===null||i===void 0||i.setActive(st.Focus,!1)};Qa(n,"focus",e?r:void 0),Qa(n,"blur",e?o:void 0)}var Fw=v(()=>{rn(),hi()});function Sm(t){return typeof PointerEvent<"u"&&t instanceof PointerEvent?t.pointerType==="mouse":t instanceof MouseEvent}function Pm(t){var e=!!t.touches;return e}var vl=v(()=>{});function Vw(t){return function(e){var n=e instanceof MouseEvent,r=!n||n&&e.button===0;r&&t(e)}}function Bw(t,e){e===void 0&&(e="page");var n=t.touches[0]||t.changedTouches[0],r=n||Tm;return{x:r[e+"X"],y:r[e+"Y"]}}function zw(t,e){return e===void 0&&(e="page"),{x:t[e+"X"],y:t[e+"Y"]}}function gl(t,e){return e===void 0&&(e="page"),{point:Pm(t)?Bw(t,e):zw(t,e)}}var Tm,yl,bl=v(()=>{vl(),Tm={pageX:0,pageY:0},yl=function(t,e){e===void 0&&(e=!1);var n=function(r){return t(r,gl(r))};return e?Vw(n):n}}),Cm,Am,km,Uw=v(()=>{oi(),Cm=function(){return Je&&window.onpointerdown===null},Am=function(){return Je&&window.ontouchstart===null},km=function(){return Je&&window.onmousedown===null}});function Rm(t){return Cm()?t:Am()?Dm[t]:km()?Mm[t]:t}function Cn(t,e,n,r){return di(t,Rm(e),yl(n,e==="pointerdown"),r)}function Yo(t,e,n,r){return Qa(t,Rm(e),n&&yl(n,e==="pointerdown"),r)}var Mm,Dm,Ur=v(()=>{hi(),bl(),Uw(),Mm={pointerdown:"mousedown",pointermove:"mousemove",pointerup:"mouseup",pointercancel:"mousecancel",pointerover:"mouseover",pointerout:"mouseout",pointerenter:"mouseenter",pointerleave:"mouseleave"},Dm={pointerdown:"touchstart",pointermove:"touchmove",pointerup:"touchend",pointercancel:"touchcancel"}});function rp(t){var e=null;return function(){var n=function(){e=null};return e===null?(e=t,n):!1}}function Nm(t){var e=!1;if(t==="y")e=Za();else if(t==="x")e=Ja();else{var n=Ja(),r=Za();n&&r?e=function(){n(),r()}:(n&&n(),r&&r())}return e}function Im(){var t=Nm(!0);return t?(t(),!1):!0}var Ja,Za,wl=v(()=>{Ja=rp("dragHorizontal"),Za=rp("dragVertical")});function op(t,e,n){return function(r,o){var i;!Sm(r)||Im()||((i=t.animationState)===null||i===void 0||i.setActive(st.Hover,e),n?.(r,o))}}function Hw(t){var e=t.onHoverStart,n=t.onHoverEnd,r=t.whileHover,o=t.visualElement;Yo(o,"pointerenter",e||r?op(o,!0,e):void 0,{passive:!e}),Yo(o,"pointerleave",n||r?op(o,!1,n):void 0,{passive:!n})}var Ww=v(()=>{vl(),rn(),Ur(),wl()}),$a,Yw=v(()=>{$a=function(t,e){return e?t===e?!0:$a(t,e.parentElement):!1}});function Lm(t){return W(function(){return function(){return t()}},[])}var jm=v(()=>{}),Rr,El=v(()=>{Rr=(t,e,n)=>Math.min(Math.max(n,t),e)});function qw({duration:t=800,bounce:e=.25,velocity:n=0,mass:r=1}){let o,i;Fr(t<=es*1e3,"Spring duration must be 10 seconds or less");let a=1-e;a=Rr(Vm,Bm,a),t=Rr(Fm,es,t/1e3),a<1?(o=u=>{let c=u*a,f=c*t,p=c-n,d=ts(u,a),h=Math.exp(-f);return yo-p/d*h},i=u=>{let c=u*a*t,f=c*n+n,p=Math.pow(a,2)*Math.pow(u,2)*t,d=Math.exp(-c),h=ts(Math.pow(u,2),a);return(-o(u)+yo>0?-1:1)*((f-p)*d)/h}):(o=u=>{let c=Math.exp(-u*t),f=(u-n)*t+1;return-yo+c*f},i=u=>{let c=Math.exp(-u*t),f=(n-u)*(t*t);return c*f});let s=5/t,l=Gw(o,i,s);if(t=t*1e3,isNaN(l))return{stiffness:100,damping:10,duration:t};{let u=Math.pow(l,2)*r;return{stiffness:u,damping:a*2*Math.sqrt(r*u),duration:t}}}function Gw(t,e,n){let r=n;for(let o=1;o{fe(),El(),yo=.001,Fm=.01,es=10,Vm=.05,Bm=1,zm=12});function ip(t,e){return e.some(n=>t[n]!==void 0)}function _w(t){let e=Object.assign({velocity:0,stiffness:100,damping:10,mass:1,isResolvedFromDuration:!1},t);if(!ip(t,Hm)&&ip(t,Um)){let n=qw(t);e=Object.assign(Object.assign(Object.assign({},e),n),{velocity:0,mass:1}),e.isResolvedFromDuration=!0}return e}function xl(t){var{from:e=0,to:n=1,restSpeed:r=2,restDelta:o}=t,i=jt(t,["from","to","restSpeed","restDelta"]);let a={done:!1,value:e},{stiffness:s,damping:l,mass:u,velocity:c,duration:f,isResolvedFromDuration:p}=_w(i),d=ns,h=ns;function m(){let y=c?-(c/1e3):0,E=n-e,x=l/(2*Math.sqrt(s*u)),b=Math.sqrt(s/u)/1e3;if(o===void 0&&(o=Math.min(Math.abs(n-e)/100,.4)),x<1){let w=ts(b,x);d=O=>{let S=Math.exp(-x*b*O);return n-S*((y+x*b*E)/w*Math.sin(w*O)+E*Math.cos(w*O))},h=O=>{let S=Math.exp(-x*b*O);return x*b*S*(Math.sin(w*O)*(y+x*b*E)/w+E*Math.cos(w*O))-S*(Math.cos(w*O)*(y+x*b*E)-w*E*Math.sin(w*O))}}else if(x===1)d=w=>n-Math.exp(-b*w)*(E+(y+b*E)*w);else{let w=b*Math.sqrt(x*x-1);d=O=>{let S=Math.exp(-x*b*O),M=Math.min(w*O,300);return n-S*((y+x*b*E)*Math.sinh(M)+w*E*Math.cosh(M))/w}}}return m(),{next:y=>{let E=d(y);if(p)a.done=y>=f;else{let x=h(y)*1e3,b=Math.abs(x)<=r,w=Math.abs(n-E)<=o;a.done=b&&w}return a.value=a.done?n:E,a},flipTarget:()=>{c=-c,[e,n]=[n,e],m()}}}var Um,Hm,ns,Kw=v(()=>{G(),Xw(),Um=["duration","bounce"],Hm=["stiffness","damping","mass"],xl.needsInterpolation=(t,e)=>typeof t=="string"||typeof e=="string",ns=t=>0}),Ln,Wm=v(()=>{Ln=(t,e,n)=>{let r=e-t;return r===0?1:(n-t)/r}}),dt,mi=v(()=>{dt=(t,e,n)=>-n*t+n*e+t});function oa(t,e,n){return n<0&&(n+=1),n>1&&(n-=1),n<1/6?t+(e-t)*6*n:n<1/2?e:n<2/3?t+(e-t)*(2/3-n)*6:t}function ap({hue:t,saturation:e,lightness:n,alpha:r}){t/=360,e/=100,n/=100;let o=0,i=0,a=0;if(!e)o=i=a=n;else{let s=n<.5?n*(1+e):n+e-n*e,l=2*n-s;o=oa(l,s,t+1/3),i=oa(l,s,t),a=oa(l,s,t-1/3)}return{red:Math.round(o*255),green:Math.round(i*255),blue:Math.round(a*255),alpha:r}}var Qw=v(()=>{}),sp,lp,ia,aa,Ol,Ym=v(()=>{mi(),wt(),fe(),Qw(),sp=(t,e,n)=>{let r=t*t,o=e*e;return Math.sqrt(Math.max(0,n*(o-r)+r))},lp=[Uo,ye,Ne],ia=t=>lp.find(e=>e.test(t)),aa=t=>`'${t}' is not an animatable color. Use the equivalent color code instead.`,Ol=(t,e)=>{let n=ia(t),r=ia(e);qt(!!n,aa(t)),qt(!!r,aa(e));let o=n.parse(t),i=r.parse(e);n===Ne&&(o=ap(o),n=ye),r===Ne&&(i=ap(i),r=ye);let a=Object.assign({},o);return s=>{for(let l in a)l!=="alpha"&&(a[l]=sp(o[l],i[l],s));return a.alpha=dt(o.alpha,i.alpha,s),n.transform(a)}}}),qo,qm=v(()=>{qo=t=>typeof t=="number"}),up,Hr,Sl=v(()=>{up=(t,e)=>n=>e(t(n)),Hr=(...t)=>t.reduce(up)});function cp(t,e){return qo(t)?n=>dt(t,e,n):Rt.test(t)?Ol(t,e):Pl(t,e)}function pp(t){let e=pe.parse(t),n=e.length,r=0,o=0,i=0;for(let a=0;a{wt(),mi(),Ym(),qm(),Sl(),fe(),rs=(t,e)=>{let n=[...t],r=n.length,o=t.map((i,a)=>cp(i,e[a]));return i=>{for(let a=0;a{let n=Object.assign(Object.assign({},t),e),r={};for(let o in n)t[o]!==void 0&&e[o]!==void 0&&(r[o]=cp(t[o],e[o]));return o=>{for(let i in r)n[i]=r[i](o);return n}},Pl=(t,e)=>{let n=pe.createTransformer(e),r=pp(t),o=pp(e);return r.numHSL===o.numHSL&&r.numRGB===o.numRGB&&r.numNumbers>=o.numNumbers?Hr(rs(r.parsed,o.parsed),n):(Fr(!0,`Complex values '${t}' and '${e}' too different to mix. Ensure all colors are of the same type, and that each contains the same quantity of number and color values. Falling back to instant transition.`),i=>`${i>0?e:t}`)}});function Zw(t){if(typeof t=="number")return _m;if(typeof t=="string")return Rt.test(t)?Ol:Pl;if(Array.isArray(t))return rs;if(typeof t=="object")return Gm}function $w(t,e,n){let r=[],o=n||Zw(t[0]),i=t.length-1;for(let a=0;an(Ln(t,e,r))}function eE(t,e){let n=t.length,r=n-1;return o=>{let i=0,a=!1;if(o<=t[0]?a=!0:o>=t[r]&&(i=r-1,a=!0),!a){let l=1;for(;lo||l===r);l++);i=l-1}let s=Ln(t[i],t[i+1],o);return e[i](s)}}function Xm(t,e,{clamp:n=!0,ease:r,mixer:o}={}){let i=t.length;qt(i===e.length,"Both input and output ranges must be the same length"),qt(!r||!Array.isArray(r)||r.length===i-1,"Array of easing functions must be of length `input.length - 1`, as it applies to the transitions **between** the defined values."),t[0]>t[i-1]&&(t=[].concat(t),e=[].concat(e),t.reverse(),e.reverse());let a=$w(e,r,o),s=i===2?tE(t,a):eE(t,a);return n?l=>s(Rr(t[0],t[i-1],l)):s}var _m,Km=v(()=>{Wm(),mi(),Ym(),Jw(),wt(),El(),Sl(),fe(),_m=(t,e)=>n=>dt(t,e,n)}),dr,bo,Qm,os,Jm,nE=v(()=>{dr=t=>e=>1-t(1-e),bo=t=>e=>e<=.5?t(2*e)/2:(2-t(2*(1-e)))/2,Qm=t=>e=>Math.pow(e,t),os=t=>e=>e*e*((t+1)*e-t),Jm=t=>{let e=os(t);return n=>(n*=2)<1?.5*e(n):.5*(2-Math.pow(2,-10*(n-1)))}}),sa,fp,dp,hp,vi,wo,Zm,Tl,is,Go,$m,Eo,tv,ev,nv,mp,vp,gp,hr,rv,ov,Cl=v(()=>{nE(),sa=1.525,fp=4/11,dp=8/11,hp=9/10,vi=t=>t,wo=Qm(2),Zm=dr(wo),Tl=bo(wo),is=t=>1-Math.sin(Math.acos(t)),Go=dr(is),$m=bo(Go),Eo=os(sa),tv=dr(Eo),ev=bo(Eo),nv=Jm(sa),mp=4356/361,vp=35442/1805,gp=16061/1805,hr=t=>{if(t===1||t===0)return t;let e=t*t;return tt<.5?.5*(1-hr(1-t*2)):.5*hr(t*2-1)+.5});function rE(t,e){return t.map(()=>e||Tl).splice(0,t.length-1)}function oE(t){let e=t.length;return t.map((n,r)=>r!==0?r/(e-1):0)}function iE(t,e){return t.map(n=>n*e)}function xo({from:t=0,to:e=1,ease:n,offset:r,duration:o=300}){let i={done:!1,value:t},a=Array.isArray(e)?e:[t,e],s=iE(r&&r.length===a.length?r:oE(a),o);function l(){return Xm(s,a,{ease:Array.isArray(n)?n:rE(a,n)})}let u=l();return{next:c=>(i.value=u(c),i.done=c>=o,i),flipTarget:()=>{a.reverse(),u=l()}}}var aE=v(()=>{Km(),Cl()});function sE({velocity:t=0,from:e=0,power:n=.8,timeConstant:r=350,restDelta:o=.5,modifyTarget:i}){let a={done:!1,value:e},s=n*t,l=e+s,u=i===void 0?l:i(l);return u!==l&&(s=u-e),{next:c=>{let f=-s*Math.exp(-c/r);return a.done=!(f>o||f<-o),a.value=a.done?u:u+f,a},flipTarget:()=>{}}}var lE=v(()=>{});function uE(t){if(Array.isArray(t.to))return xo;if(as[t.type])return as[t.type];let e=new Set(Object.keys(t));return e.has("ease")||e.has("duration")&&!e.has("dampingRatio")?xo:e.has("dampingRatio")||e.has("stiffness")||e.has("mass")||e.has("damping")||e.has("restSpeed")||e.has("restDelta")?xl:xo}var as,cE=v(()=>{Kw(),aE(),lE(),as={keyframes:xo,spring:xl,decay:sE}}),ss,yp,ls,pE=v(()=>{ss=16.666666666666668,yp=typeof performance<"u"?()=>performance.now():()=>Date.now(),ls=typeof window<"u"?t=>window.requestAnimationFrame(t):t=>setTimeout(()=>t(yp()),ss)});function fE(t){let e=[],n=[],r=0,o=!1,i=!1,a=new WeakSet,s={schedule:(l,u=!1,c=!1)=>{let f=c&&o,p=f?e:n;return u&&a.add(l),p.indexOf(l)===-1&&(p.push(l),f&&o&&(r=e.length)),l},cancel:l=>{let u=n.indexOf(l);u!==-1&&n.splice(u,1),a.delete(l)},process:l=>{if(o){i=!0;return}if(o=!0,[e,n]=[n,e],n.length=0,r=e.length,r)for(let u=0;u{}),bp,no,hn,ro,Ye,mn,ar,wp,tn,Oo,Ep,la,xp,Mr,te,on=v(()=>{pE(),dE(),bp=40,no=!0,hn=!1,ro=!1,Ye={delta:0,timestamp:0},mn=["read","update","preRender","render","postRender"],ar=mn.reduce((t,e)=>(t[e]=fE(()=>hn=!0),t),{}),wp=mn.reduce((t,e)=>{let n=ar[e];return t[e]=(r,o=!1,i=!1)=>(hn||xp(),n.schedule(r,o,i)),t},{}),tn=mn.reduce((t,e)=>(t[e]=ar[e].cancel,t),{}),Oo=mn.reduce((t,e)=>(t[e]=()=>ar[e].process(Ye),t),{}),Ep=t=>ar[t].process(Ye),la=t=>{hn=!1,Ye.delta=no?ss:Math.max(Math.min(t-Ye.timestamp,bp),1),Ye.timestamp=t,ro=!0,mn.forEach(Ep),ro=!1,hn&&(no=!1,ls(la))},xp=()=>{hn=!0,no=!0,ro||ls(la)},Mr=()=>Ye,te=wp});function iv(t,e,n=0){return t-e-n}function hE(t,e,n=0,r=!0){return r?iv(e+-t,e,n):e-(t-e)+n}function mE(t,e,n,r){return r?t>=e+n:t<=-n}var vE=v(()=>{});function av(t){var e,n,{from:r,autoplay:o=!0,driver:i=sv,elapsed:a=0,repeat:s=0,repeatType:l="loop",repeatDelay:u=0,onPlay:c,onStop:f,onComplete:p,onRepeat:d,onUpdate:h}=t,m=jt(t,["from","autoplay","driver","elapsed","repeat","repeatType","repeatDelay","onPlay","onStop","onComplete","onRepeat","onUpdate"]);let{to:y}=m,E,x=0,b=m.duration,w,O=!1,S=!0,M,N=uE(m);!((n=(e=N).needsInterpolation)===null||n===void 0)&&n.call(e,r,y)&&(M=Xm([0,100],[r,y],{clamp:!1}),r=0,y=100);let B=N(Object.assign(Object.assign({},m),{from:r,to:y}));function X(){x++,l==="reverse"?(S=x%2===0,a=hE(a,b,u,S)):(a=iv(a,b,u),l==="mirror"&&B.flipTarget()),O=!1,d&&d()}function et(){E.stop(),p&&p()}function rt(Tt){if(S||(Tt=-Tt),a+=Tt,!O){let Ct=B.next(Math.max(0,a));w=Ct.value,M&&(w=M(w)),O=S?Ct.done:a<=0}h?.(w),O&&(x===0&&(b??(b=a)),x{f?.(),E.stop()}}}var sv,lv=v(()=>{G(),cE(),on(),Km(),vE(),sv=t=>{let e=({delta:n})=>t(n);return{start:()=>te.update(e,!0),stop:()=>tn.update(e)}}});function uv(t,e){return e?t*(1e3/e):0}var cv=v(()=>{});function gE({from:t=0,velocity:e=0,min:n,max:r,power:o=.8,timeConstant:i=750,bounceStiffness:a=500,bounceDamping:s=10,restDelta:l=1,modifyTarget:u,driver:c,onUpdate:f,onComplete:p,onStop:d}){let h;function m(b){return n!==void 0&&br}function y(b){return n===void 0?r:r===void 0||Math.abs(n-b){var O;f?.(w),(O=b.onUpdate)===null||O===void 0||O.call(b,w)},onComplete:p,onStop:d}))}function x(b){E(Object.assign({type:"spring",stiffness:a,damping:s,restDelta:l},b))}if(m(t))x({from:t,velocity:e,to:y(t)});else{let b=o*e+t;typeof u<"u"&&(b=u(b));let w=y(b),O=w===n?-1:1,S,M,N=B=>{S=M,M=B,e=uv(B-S,Mr().delta),(O===1&&B>w||O===-1&&Bh?.stop()}}var yE=v(()=>{lv(),cv(),on()}),Xo,pv=v(()=>{Xo=t=>t.hasOwnProperty("x")&&t.hasOwnProperty("y")}),us,bE=v(()=>{pv(),us=t=>Xo(t)&&t.hasOwnProperty("z")});function fv(t,e){if(qo(t)&&qo(e))return mr(t,e);if(Xo(t)&&Xo(e)){let n=mr(t.x,e.x),r=mr(t.y,e.y),o=us(t)&&us(e)?mr(t.z,e.z):0;return Math.sqrt(Math.pow(n,2)+Math.pow(r,2)+Math.pow(o,2))}}var mr,wE=v(()=>{pv(),bE(),qm(),mr=(t,e)=>Math.abs(t-e)});function EE(t,e,n,r,o){let i,a,s=0;do a=e+(n-e)/2,i=Dr(a,r,o)-t,i>0?n=a:e=a;while(Math.abs(i)>dv&&++s=vv?xE(a,f,t,n):p===0?f:EE(a,s,s+vr,t,n)}return a=>a===0||a===1?a:Dr(i(a),e,r)}var ua,ca,pa,Dr,Al,dv,hv,mv,vv,Sr,vr,SE=v(()=>{Cl(),ua=(t,e)=>1-3*e+3*t,ca=(t,e)=>3*e-6*t,pa=t=>3*t,Dr=(t,e,n)=>((ua(e,n)*t+ca(e,n))*t+pa(e))*t,Al=(t,e,n)=>3*ua(e,n)*t*t+2*ca(e,n)*t+pa(e),dv=1e-7,hv=10,mv=8,vv=.001,Sr=11,vr=1/(Sr-1)}),Ht=v(()=>{lv(),yE(),El(),wE(),mi(),Sl(),Wm(),cv(),Cl(),SE()});function PE(t){var e=t.onTap,n=t.onTapStart,r=t.onTapCancel,o=t.whileTap,i=t.visualElement,a=e||n||r||o,s=nt(!1),l=nt(null),u={passive:!(n||e||r||h)};function c(){var m;(m=l.current)===null||m===void 0||m.call(l),l.current=null}function f(){var m;return c(),s.current=!1,(m=i.animationState)===null||m===void 0||m.setActive(st.Tap,!1),!Im()}function p(m,y){f()&&($a(i.getInstance(),m.target)?e?.(m,y):r?.(m,y))}function d(m,y){f()&&r?.(m,y)}function h(m,y){var E;c(),!s.current&&(s.current=!0,l.current=Hr(Cn(window,"pointerup",p,u),Cn(window,"pointercancel",d,u)),(E=i.animationState)===null||E===void 0||E.setActive(st.Tap,!0),n?.(m,y))}Yo(i,"pointerdown",a?h:void 0,u),Lm(c)}var TE=v(()=>{Yw(),Ur(),jm(),Ht(),rn(),wl()});function CE(t,e,n){t||cs.has(e)||(console.warn(e),n&&console.warn(n),cs.add(e))}var cs,AE=v(()=>{cs=new Set});function kE(t){var e=t.root,n=jt(t,["root"]),r=e||document;So.has(r)||So.set(r,{});var o=So.get(r),i=JSON.stringify(n);return o[i]||(o[i]=new IntersectionObserver(gv,A({root:e},n))),o[i]}function RE(t,e,n){var r=kE(e);return _o.set(t,n),r.observe(t),function(){_o.delete(t),r.unobserve(t)}}var _o,So,Op,gv,ME=v(()=>{G(),_o=new WeakMap,So=new WeakMap,Op=function(t){var e;(e=_o.get(t.target))===null||e===void 0||e(t)},gv=function(t){t.forEach(Op)}});function DE(t){var e=t.visualElement,n=t.whileInView,r=t.onViewportEnter,o=t.onViewportLeave,i=t.viewport,a=i===void 0?{}:i,s=nt({hasEnteredView:!1,isInView:!1}),l=!!(n||r||o);a.once&&s.current.hasEnteredView&&(l=!1);var u=typeof IntersectionObserver>"u"?IE:NE;u(l,s.current,e,a)}function NE(t,e,n,r){var o=r.root,i=r.margin,a=r.amount,s=a===void 0?"some":a,l=r.once;W(function(){if(t){var u={root:o?.current,rootMargin:i,threshold:typeof s=="number"?s:yv[s]},c=function(f){var p,d=f.isIntersecting;if(e.isInView!==d&&(e.isInView=d,!(l&&!d&&e.hasEnteredView))){d&&(e.hasEnteredView=!0),(p=n.animationState)===null||p===void 0||p.setActive(st.InView,d);var h=n.getProps(),m=d?h.onViewportEnter:h.onViewportLeave;m?.(f)}};return RE(n.getInstance(),u,c)}},[t,o,i,s])}function IE(t,e,n,r){var o=r.fallback,i=o===void 0?!0:o;W(function(){!t||!i||(js!=="production"&&CE(!1,"IntersectionObserver not available on this device. whileInView animations will trigger on mount."),requestAnimationFrame(function(){var a;e.hasEnteredView=!0;var s=n.getProps().onViewportEnter;s?.(null),(a=n.animationState)===null||a===void 0||a.setActive(st.InView,!0)}))},[t])}var yv,LE=v(()=>{Eh(),rn(),AE(),ME(),yv={some:0,all:1}}),be,kl=v(()=>{be=function(t){return function(e){return t(e),null}}}),bv,jE=v(()=>{Fw(),Ww(),TE(),LE(),kl(),bv={inView:be(DE),tap:be(PE),focus:be(jw),hover:be(Hw)}}),Sp,Pp,wv,FE=v(()=>{li(),Sp=0,Pp=function(){return Sp++},wv=function(){return si(Pp)}});function Ev(){var t=mt(Br);if(t===null)return[!0,null];var e=t.isPresent,n=t.onExitComplete,r=t.register,o=wv();W(function(){return r(o)},[]);var i=function(){return n?.(o)};return!e&&n?[!1,i]:[!0]}var xv=v(()=>{ri(),FE()});function Ov(t,e){if(!Array.isArray(e))return!1;var n=e.length;if(n!==t.length)return!1;for(var r=0;r{}),Nr,Sv=v(()=>{Nr=function(t){return t*1e3}}),fa,ps,Pv,BE=v(()=>{G(),fe(),Ht(),fa={linear:vi,easeIn:wo,easeInOut:Tl,easeOut:Zm,circIn:is,circInOut:$m,circOut:Go,backIn:Eo,backInOut:ev,backOut:tv,anticipate:nv,bounceIn:rv,bounceInOut:ov,bounceOut:hr},ps=function(t){if(Array.isArray(t)){qt(t.length===4,"Cubic bezier arrays must contain four numerical values.");var e=bt(t,4),n=e[0],r=e[1],o=e[2],i=e[3];return OE(n,r,o,i)}else if(typeof t=="string")return qt(fa[t]!==void 0,"Invalid easing type '".concat(t,"'")),fa[t];return t},Pv=function(t){return Array.isArray(t)&&typeof t[0]!="number"}}),fs,zE=v(()=>{wt(),fs=function(t,e){return t==="zIndex"?!1:!!(typeof e=="number"||Array.isArray(e)||typeof e=="string"&&pe.test(e)&&!e.startsWith("url("))}}),Te,sr,oo,Tp,da,Tv,UE=v(()=>{G(),fi(),Te=function(){return{type:"spring",stiffness:500,damping:25,restSpeed:10}},sr=function(t){return{type:"spring",stiffness:550,damping:t===0?2*Math.sqrt(550):30,restSpeed:10}},oo=function(){return{type:"keyframes",ease:"linear",duration:.3}},Tp=function(t){return{type:"keyframes",duration:.8,values:t}},da={x:Te,y:Te,z:Te,rotate:Te,rotateX:Te,rotateY:Te,rotateZ:Te,scaleX:sr,scaleY:sr,scale:sr,opacity:oo,backgroundColor:oo,color:oo,default:sr},Tv=function(t,e){var n;return In(e)?n=Tp:n=da[t]||da.default,A({to:e},n(e))}}),Cp,gi,Rl=v(()=>{G(),wt(),em(),Cp=A(A({},$s),{color:Rt,backgroundColor:Rt,outlineColor:Rt,fill:Rt,stroke:Rt,borderColor:Rt,borderTopColor:Rt,borderRightColor:Rt,borderBottomColor:Rt,borderLeftColor:Rt,filter:Ho,WebkitFilter:Ho}),gi=function(t){return Cp[t]}});function Ml(t,e){var n,r=gi(t);return r!==Ho&&(r=pe),(n=r.getAnimatableNone)===null||n===void 0?void 0:n.call(r,e)}var Cv=v(()=>{wt(),Rl()}),Av,HE=v(()=>{Av={current:!1}});function WE(t){t.when,t.delay,t.delayChildren,t.staggerChildren,t.staggerDirection,t.repeat,t.repeatType,t.repeatDelay,t.from;var e=jt(t,["when","delay","delayChildren","staggerChildren","staggerDirection","repeat","repeatType","repeatDelay","from"]);return!!Object.keys(e).length}function YE(t){var e=t.ease,n=t.times,r=t.yoyo,o=t.flip,i=t.loop,a=jt(t,["ease","times","yoyo","flip","loop"]),s=A({},a);return n&&(s.offset=n),a.duration&&(s.duration=Nr(a.duration)),a.repeatDelay&&(s.repeatDelay=Nr(a.repeatDelay)),e&&(s.ease=Pv(e)?e.map(ps):ps(e)),a.type==="tween"&&(s.type="keyframes"),(r||i||o)&&(Fr(!ds,"yoyo, loop and flip have been removed from the API. Replace with repeat and repeatType options."),ds=!0,r?s.repeatType="reverse":i?s.repeatType="loop":o&&(s.repeatType="mirror"),s.repeat=i||r||o||a.repeat),a.type!=="spring"&&(s.type="keyframes"),s}function qE(t,e){var n,r,o=Dl(t,e)||{};return(r=(n=o.delay)!==null&&n!==void 0?n:t.delay)!==null&&r!==void 0?r:0}function GE(t){return Array.isArray(t.to)&&t.to[0]===null&&(t.to=$t([],bt(t.to),!1),t.to[0]=t.from),t}function XE(t,e,n){var r;return Array.isArray(e.to)&&((r=t.duration)!==null&&r!==void 0||(t.duration=.8)),GE(e),WE(t)||(t=A(A({},t),Tv(n,e.to))),A(A({},e),YE(t))}function _E(t,e,n,r,o){var i,a=Dl(r,t),s=(i=a.from)!==null&&i!==void 0?i:e.get(),l=fs(t,n);s==="none"&&l&&typeof n=="string"?s=Ml(t,n):Ap(s)&&typeof n=="string"?s=kp(n):!Array.isArray(n)&&Ap(n)&&typeof s=="string"&&(n=kp(s));var u=fs(t,s);Fr(u===l,"You are trying to animate ".concat(t,' from "').concat(s,'" to "').concat(n,'". ').concat(s," is not an animatable value - to enable this animation set ").concat(s," to a value animatable to ").concat(n," via the `style` property."));function c(){var p={from:s,to:n,velocity:e.getVelocity(),onComplete:o,onUpdate:function(d){return e.set(d)}};return a.type==="inertia"||a.type==="decay"?gE(A(A({},p),a)):av(A(A({},XE(a,p,t)),{onUpdate:function(d){var h;p.onUpdate(d),(h=a.onUpdate)===null||h===void 0||h.call(a,d)},onComplete:function(){var d;p.onComplete(),(d=a.onComplete)===null||d===void 0||d.call(a)}}))}function f(){var p,d,h=dl(n);return e.set(h),o(),(p=a?.onUpdate)===null||p===void 0||p.call(a,h),(d=a?.onComplete)===null||d===void 0||d.call(a),{stop:function(){}}}return!u||!l||a.type===!1?f:c}function Ap(t){return t===0||typeof t=="string"&&parseFloat(t)===0&&t.indexOf(" ")===-1}function kp(t){return typeof t=="number"?0:Ml("",t)}function Dl(t,e){return t[e]||t.default||t}function Nl(t,e,n,r){return r===void 0&&(r={}),Av.current&&(r={type:!1}),e.start(function(o){var i,a,s=_E(t,e,n,r,o),l=qE(r,t),u=function(){return a=s()};return l?i=window.setTimeout(u,Nr(l)):u(),function(){clearTimeout(i),a?.stop()}})}var ds,yi=v(()=>{G(),Ht(),Sv(),BE(),zE(),UE(),fe(),Cv(),HE(),hl(),ds=!1}),kv,KE=v(()=>{kv=function(t){return/^\-?\d*\.?\d+$/.test(t)}}),Rv,QE=v(()=>{Rv=function(t){return/^0[^.\s]+$/.test(t)}});function Il(t,e){t.indexOf(e)===-1&&t.push(e)}function Ll(t,e){var n=t.indexOf(e);n>-1&&t.splice(n,1)}var jl=v(()=>{}),An,Fl=v(()=>{jl(),An=function(){function t(){this.subscriptions=[]}return t.prototype.add=function(e){var n=this;return Il(this.subscriptions,e),function(){return Ll(n.subscriptions,e)}},t.prototype.notify=function(e,n,r){var o=this.subscriptions.length;if(o)if(o===1)this.subscriptions[0](e,n,r);else for(var i=0;i{on(),Ht(),Fl(),Rp=function(t){return!isNaN(parseFloat(t))},Mv=function(){function t(e){var n=this;this.version="6.5.1",this.timeDelta=0,this.lastUpdated=0,this.updateSubscribers=new An,this.velocityUpdateSubscribers=new An,this.renderSubscribers=new An,this.canTrackVelocity=!1,this.updateAndNotify=function(r,o){o===void 0&&(o=!0),n.prev=n.current,n.current=r;var i=Mr(),a=i.delta,s=i.timestamp;n.lastUpdated!==s&&(n.timeDelta=a,n.lastUpdated=s,te.postRender(n.scheduleVelocityCheck)),n.prev!==n.current&&n.updateSubscribers.notify(n.current),n.velocityUpdateSubscribers.getSize()&&n.velocityUpdateSubscribers.notify(n.getVelocity()),o&&n.renderSubscribers.notify(n.current)},this.scheduleVelocityCheck=function(){return te.postRender(n.velocityCheck)},this.velocityCheck=function(r){var o=r.timestamp;o!==n.lastUpdated&&(n.prev=n.current,n.velocityUpdateSubscribers.notify(n.getVelocity()))},this.hasAnimated=!1,this.prev=this.current=e,this.canTrackVelocity=Rp(this.current)}return t.prototype.onChange=function(e){return this.updateSubscribers.add(e)},t.prototype.clearListeners=function(){this.updateSubscribers.clear()},t.prototype.onRenderRequest=function(e){return e(this.get()),this.renderSubscribers.add(e)},t.prototype.attach=function(e){this.passiveEffect=e},t.prototype.set=function(e,n){n===void 0&&(n=!0),!n||!this.passiveEffect?this.updateAndNotify(e,n):this.passiveEffect(e,this.updateAndNotify)},t.prototype.get=function(){return this.current},t.prototype.getPrevious=function(){return this.prev},t.prototype.getVelocity=function(){return this.canTrackVelocity?uv(parseFloat(this.current)-parseFloat(this.prev),this.timeDelta):0},t.prototype.start=function(e){var n=this;return this.stop(),new Promise(function(r){n.hasAnimated=!0,n.stopAnimation=e(r)}).then(function(){return n.clearAnimation()})},t.prototype.stop=function(){this.stopAnimation&&this.stopAnimation(),this.clearAnimation()},t.prototype.isAnimating=function(){return!!this.stopAnimation},t.prototype.clearAnimation=function(){this.stopAnimation=null},t.prototype.destroy=function(){this.updateSubscribers.clear(),this.renderSubscribers.clear(),this.stop()},t}()}),Vl,Dv=v(()=>{Vl=function(t){return function(e){return e.test(t)}}}),Nv,JE=v(()=>{Nv={test:function(t){return t==="auto"},parse:function(t){return t}}}),hs,gn,Iv=v(()=>{wt(),Dv(),JE(),hs=[Ie,U,Zt,ge,Yh,Wh,Nv],gn=function(t){return hs.find(Vl(t))}}),Mp,Lv,ZE=v(()=>{G(),wt(),Iv(),Dv(),Mp=$t($t([],bt(hs),!1),[Rt,pe],!1),Lv=function(t){return Mp.find(Vl(t))}});function $E(t,e,n){t.hasValue(e)?t.getValue(e).set(n):t.addValue(e,jn(n))}function tx(t,e){var n=ii(t,e),r=n?t.makeTargetAnimatable(n,!1):{},o=r.transitionEnd,i=o===void 0?{}:o;r.transition;var a=jt(r,["transitionEnd","transition"]);a=A(A({},a),i);for(var s in a){var l=dl(a[s]);$E(t,s,l)}}function ex(t,e,n){var r,o,i,a,s=Object.keys(e).filter(function(d){return!t.hasValue(d)}),l=s.length;if(l)for(var u=0;u{G(),wt(),KE(),QE(),hl(),bi(),Cv(),ZE(),Bn()});function ox(t,e,n){n===void 0&&(n={}),t.notifyAnimationStart(e);var r;if(Array.isArray(e)){var o=e.map(function(a){return ms(t,a,n)});r=Promise.all(o)}else if(typeof e=="string")r=ms(t,e,n);else{var i=typeof e=="function"?ii(t,e,n.custom):e;r=Fv(t,i,n)}return r.then(function(){return t.notifyAnimationComplete(e)})}function ms(t,e,n){var r;n===void 0&&(n={});var o=ii(t,e,n.custom),i=(o||{}).transition,a=i===void 0?t.getDefaultTransition()||{}:i;n.transitionOverride&&(a=n.transitionOverride);var s=o?function(){return Fv(t,o,n)}:function(){return Promise.resolve()},l=!((r=t.variantChildren)===null||r===void 0)&&r.size?function(d){d===void 0&&(d=0);var h=a.delayChildren,m=h===void 0?0:h,y=a.staggerChildren,E=a.staggerDirection;return ix(t,e,m+d,y,E,n)}:function(){return Promise.resolve()},u=a.when;if(u){var c=bt(u==="beforeChildren"?[s,l]:[l,s],2),f=c[0],p=c[1];return f().then(p)}else return Promise.all([s(),l(n.delay)])}function Fv(t,e,n){var r,o=n===void 0?{}:n,i=o.delay,a=i===void 0?0:i,s=o.transitionOverride,l=o.type,u=t.makeTargetAnimatable(e),c=u.transition,f=c===void 0?t.getDefaultTransition():c,p=u.transitionEnd,d=jt(u,["transition","transitionEnd"]);s&&(f=s);var h=[],m=l&&((r=t.animationState)===null||r===void 0?void 0:r.getState()[l]);for(var y in d){var E=t.getValue(y),x=d[y];if(!(!E||x===void 0||m&&sx(m,y))){var b=A({delay:a},f);t.shouldReduceMotion&&zr(y)&&(b=A(A({},b),{type:!1,delay:0}));var w=Nl(y,E,x,b);h.push(w)}}return Promise.all(h).then(function(){p&&tx(t,p)})}function ix(t,e,n,r,o,i){n===void 0&&(n=0),r===void 0&&(r=0),o===void 0&&(o=1);var a=[],s=(t.variantChildren.size-1)*r,l=o===1?function(u){return u===void 0&&(u=0),u*r}:function(u){return u===void 0&&(u=0),s-u*r};return Array.from(t.variantChildren).sort(ax).forEach(function(u,c){a.push(ms(u,e,A(A({},i),{delay:n+l(c)})).then(function(){return u.notifyAnimationComplete(e)}))}),Promise.all(a)}function ax(t,e){return t.sortNodePosition(e)}function sx(t,e){var n=t.protectedKeys,r=t.needsAnimating,o=n.hasOwnProperty(e)&&r[e]!==!0;return r[e]=!1,o}var lx=v(()=>{G(),yi(),jv(),Bn(),je()});function ux(t){return function(e){return Promise.all(e.map(function(n){var r=n.animation,o=n.options;return ox(t,r,o)}))}}function cx(t){var e=ux(t),n=fx(),r={},o=!0,i=function(c,f){var p=ii(t,f);if(p){p.transition;var d=p.transitionEnd,h=jt(p,["transition","transitionEnd"]);c=A(A(A({},c),h),d)}return c};function a(c){return r[c]!==void 0}function s(c){e=c(t)}function l(c,f){for(var p,d=t.getProps(),h=t.getVariantContext(!0)||{},m=[],y=new Set,E={},x=1/0,b=function(M){var N=Vv[M],B=n[N],X=(p=d[N])!==null&&p!==void 0?p:h[N],et=Jt(X),rt=N===f?B.isActive:null;rt===!1&&(x=M);var ht=X===h[N]&&X!==d[N]&&et;if(ht&&o&&t.manuallyAnimateOnMount&&(ht=!1),B.protectedKeys=A({},E),!B.isActive&&rt===null||!X&&!B.prevProp||pl(X)||typeof X=="boolean")return"continue";var Tt=px(B.prevProp,X),Ct=Tt||N===f&&B.isActive&&!ht&&et||M>x&&et,Ft=Array.isArray(X)?X:[X],St=Ft.reduce(i,{});rt===!1&&(St={});var Nt=B.prevResolvedValues,Wt=Nt===void 0?{}:Nt,ne=A(A({},Wt),St),Mt=function(z){Ct=!0,y.delete(z),B.needsAnimating[z]=!0};for(var At in ne){var Z=St[At],I=Wt[At];E.hasOwnProperty(At)||(Z!==I?In(Z)&&In(I)?!Ov(Z,I)||Tt?Mt(At):B.protectedKeys[At]=!0:Z!==void 0?Mt(At):y.add(At):Z!==void 0&&y.has(At)?Mt(At):B.protectedKeys[At]=!0)}B.prevProp=X,B.prevResolvedValues=St,B.isActive&&(E=A(A({},E),St)),o&&t.blockInitialAnimation&&(Ct=!1),Ct&&!ht&&m.push.apply(m,$t([],bt(Ft.map(function(z){return{animation:z,options:A({type:N},c)}})),!1))},w=0;w{G(),fl(),fi(),VE(),lx(),rn(),Bn(),Po=[st.Animate,st.InView,st.Focus,st.Hover,st.Tap,st.Drag,st.Exit],Vv=$t([],bt(Po),!1).reverse(),Bv=Po.length}),Uv,dx=v(()=>{G(),fl(),xv(),ri(),zv(),rn(),kl(),Uv={animation:be(function(t){var e=t.visualElement,n=t.animate;e.animationState||(e.animationState=cx(e)),pl(n)&&W(function(){return n.subscribe(e)},[n])}),exit:be(function(t){var e=t.custom,n=t.visualElement,r=bt(Ev(),2),o=r[0],i=r[1],a=mt(Br);W(function(){var s,l;n.isPresent=o;var u=(s=n.animationState)===null||s===void 0?void 0:s.setActive(st.Exit,!o,{custom:(l=a?.custom)!==null&&l!==void 0?l:e});!o&&u?.then(i)},[o])})}});function ha(t,e){return e?{point:e(t.point)}:t}function Dp(t,e){return{x:t.x-e.x,y:t.y-e.y}}function ma(t,e){var n=t.point;return{point:n,delta:Dp(n,Hv(e)),offset:Dp(n,hx(e)),velocity:mx(e,.1)}}function hx(t){return t[0]}function Hv(t){return t[t.length-1]}function mx(t,e){if(t.length<2)return{x:0,y:0};for(var n=t.length-1,r=null,o=Hv(t);n>=0&&(r=t[n],!(o.timestamp-r.timestamp>Nr(e)));)n--;if(!r)return{x:0,y:0};var i=(o.timestamp-r.timestamp)/1e3;if(i===0)return{x:0,y:0};var a={x:(o.x-r.x)/i,y:(o.y-r.y)/i};return a.x===1/0&&(a.x=0),a.y===1/0&&(a.y=0),a}var Bl,Wv=v(()=>{G(),vl(),bl(),on(),Sv(),Ur(),Ht(),Bl=function(){function t(e,n,r){var o=this,i=r===void 0?{}:r,a=i.transformPagePoint;if(this.startEvent=null,this.lastMoveEvent=null,this.lastMoveEventInfo=null,this.handlers={},this.updatePoint=function(){if(o.lastMoveEvent&&o.lastMoveEventInfo){var p=ma(o.lastMoveEventInfo,o.history),d=o.startEvent!==null,h=fv(p.offset,{x:0,y:0})>=3;if(!(!d&&!h)){var m=p.point,y=Mr().timestamp;o.history.push(A(A({},m),{timestamp:y}));var E=o.handlers,x=E.onStart,b=E.onMove;d||(x&&x(o.lastMoveEvent,p),o.startEvent=o.lastMoveEvent),b&&b(o.lastMoveEvent,p)}}},this.handlePointerMove=function(p,d){if(o.lastMoveEvent=p,o.lastMoveEventInfo=ha(d,o.transformPagePoint),Sm(p)&&p.buttons===0){o.handlePointerUp(p,d);return}te.update(o.updatePoint,!0)},this.handlePointerUp=function(p,d){o.end();var h=o.handlers,m=h.onEnd,y=h.onSessionEnd,E=ma(ha(d,o.transformPagePoint),o.history);o.startEvent&&m&&m(p,E),y&&y(p,E)},!(Pm(e)&&e.touches.length>1)){this.handlers=n,this.transformPagePoint=a;var s=gl(e),l=ha(s,this.transformPagePoint),u=l.point,c=Mr().timestamp;this.history=[A(A({},u),{timestamp:c})];var f=n.onSessionStart;f&&f(e,ma(l,this.history)),this.removeListeners=Hr(Cn(window,"pointermove",this.handlePointerMove),Cn(window,"pointerup",this.handlePointerUp),Cn(window,"pointercancel",this.handlePointerUp))}}return t.prototype.updateHandlers=function(e){this.handlers=e},t.prototype.end=function(){this.removeListeners&&this.removeListeners(),tn.update(this.updatePoint)},t}()});function we(t){return t.max-t.min}function Np(t,e,n){return e===void 0&&(e=0),n===void 0&&(n=.01),fv(t,e){Ht()});function gx(t,e,n){var r=e.min,o=e.max;return r!==void 0&&to&&(t=n?dt(o,t,n.max):Math.min(t,o)),t}function Fp(t,e,n){return{min:e!==void 0?t.min+e:void 0,max:n!==void 0?t.max+n-(t.max-t.min):void 0}}function yx(t,e){var n=e.top,r=e.left,o=e.bottom,i=e.right;return{x:Fp(t.x,r,i),y:Fp(t.y,n,o)}}function Vp(t,e){var n,r=e.min-t.min,o=e.max-t.max;return e.max-e.minr?n=Ln(e.min,e.max-r,t.min):r>o&&(n=Ln(t.min,t.max-o,e.min)),Rr(0,1,n)}function Ex(t,e){var n={};return e.min!==void 0&&(n.min=e.min-t.min),e.max!==void 0&&(n.max=e.max-t.min),n}function xx(t){return t===void 0&&(t=Ko),t===!1?t=0:t===!0&&(t=Ko),{x:Bp(t,"left","right"),y:Bp(t,"top","bottom")}}function Bp(t,e,n){return{min:zp(t,e),max:zp(t,n)}}function zp(t,e){var n;return typeof t=="number"?t:(n=t[e])!==null&&n!==void 0?n:0}var Ko,Ox=v(()=>{G(),Ht(),zl(),Ko=.35}),va,kn,ga,Pt,Yv=v(()=>{va=function(){return{translate:0,scale:1,origin:0,originPoint:0}},kn=function(){return{x:va(),y:va()}},ga=function(){return{min:0,max:0}},Pt=function(){return{x:ga(),y:ga()}}});function se(t){return[t("x"),t("y")]}var qv=v(()=>{});function Gv(t){var e=t.top,n=t.left,r=t.right,o=t.bottom;return{x:{min:n,max:r},y:{min:e,max:o}}}function Sx(t){var e=t.x,n=t.y;return{top:n.min,right:e.max,bottom:n.max,left:e.min}}function Px(t,e){if(!e)return t;var n=e({x:t.left,y:t.top}),r=e({x:t.right,y:t.bottom});return{top:n.y,left:n.x,bottom:r.y,right:r.x}}var Xv=v(()=>{});function ya(t){return t===void 0||t===1}function _v(t){var e=t.scale,n=t.scaleX,r=t.scaleY;return!ya(e)||!ya(n)||!ya(r)}function ke(t){return _v(t)||Up(t.x)||Up(t.y)||t.z||t.rotate||t.rotateX||t.rotateY}function Up(t){return t&&t!=="0%"}var Kv=v(()=>{});function Qo(t,e,n){var r=t-n,o=e*r;return n+o}function Hp(t,e,n,r,o){return o!==void 0&&(t=Qo(t,o,r)),Qo(t,n,r)+e}function vs(t,e,n,r,o){e===void 0&&(e=0),n===void 0&&(n=1),t.min=Hp(t.min,e,n,r,o),t.max=Hp(t.max,e,n,r,o)}function Qv(t,e){var n=e.x,r=e.y;vs(t.x,n.translate,n.scale,n.originPoint),vs(t.y,r.translate,r.scale,r.originPoint)}function Tx(t,e,n,r){var o,i;r===void 0&&(r=!1);var a=n.length;if(a){e.x=e.y=1;for(var s,l,u=0;u{G(),Ht(),Kv(),Jv=["x","scaleX","originX"],Zv=["y","scaleY","originY"]});function $v(t,e){return Gv(Px(t.getBoundingClientRect(),e))}function Cx(t,e,n){var r=$v(t,n),o=e.scroll;return o&&(Re(r.x,o.x),Re(r.y,o.y)),r}var tg=v(()=>{Xv(),Ul()});function io(t,e,n){return(e===!0||e===t)&&(n===null||n===t)}function Ax(t,e){e===void 0&&(e=10);var n=null;return Math.abs(t.y)>e?n="y":Math.abs(t.x)>e&&(n="x"),n}var Yp,eg,kx=v(()=>{G(),fe(),Wv(),wl(),zs(),Ur(),Ox(),rn(),Yv(),qv(),tg(),bl(),yi(),Xv(),hi(),Ht(),wt(),zl(),Yp=new WeakMap,eg=function(){function t(e){this.openGlobalLock=null,this.isDragging=!1,this.currentDirection=null,this.originPoint={x:0,y:0},this.constraints=!1,this.hasMutatedConstraints=!1,this.elastic=Pt(),this.visualElement=e}return t.prototype.start=function(e,n){var r=this,o=n===void 0?{}:n,i=o.snapToCursor,a=i===void 0?!1:i;if(this.visualElement.isPresent!==!1){var s=function(f){r.stopAnimation(),a&&r.snapToCursor(gl(f,"page").point)},l=function(f,p){var d,h=r.getProps(),m=h.drag,y=h.dragPropagation,E=h.onDragStart;m&&!y&&(r.openGlobalLock&&r.openGlobalLock(),r.openGlobalLock=Nm(m),!r.openGlobalLock)||(r.isDragging=!0,r.currentDirection=null,r.resolveConstraints(),r.visualElement.projection&&(r.visualElement.projection.isAnimationBlocked=!0,r.visualElement.projection.target=void 0),se(function(x){var b,w,O=r.getAxisMotionValue(x).get()||0;if(Zt.test(O)){var S=(w=(b=r.visualElement.projection)===null||b===void 0?void 0:b.layout)===null||w===void 0?void 0:w.actual[x];if(S){var M=we(S);O=M*(parseFloat(O)/100)}}r.originPoint[x]=O}),E?.(f,p),(d=r.visualElement.animationState)===null||d===void 0||d.setActive(st.Drag,!0))},u=function(f,p){var d=r.getProps(),h=d.dragPropagation,m=d.dragDirectionLock,y=d.onDirectionLock,E=d.onDrag;if(!(!h&&!r.openGlobalLock)){var x=p.offset;if(m&&r.currentDirection===null){r.currentDirection=Ax(x),r.currentDirection!==null&&y?.(r.currentDirection);return}r.updateAxis("x",p.point,x),r.updateAxis("y",p.point,x),r.visualElement.syncRender(),E?.(f,p)}},c=function(f,p){return r.stop(f,p)};this.panSession=new Bl(e,{onSessionStart:s,onStart:l,onMove:u,onSessionEnd:c},{transformPagePoint:this.visualElement.getTransformPagePoint()})}},t.prototype.stop=function(e,n){var r=this.isDragging;if(this.cancel(),!!r){var o=n.velocity;this.startAnimation(o);var i=this.getProps().onDragEnd;i?.(e,n)}},t.prototype.cancel=function(){var e,n;this.isDragging=!1,this.visualElement.projection&&(this.visualElement.projection.isAnimationBlocked=!1),(e=this.panSession)===null||e===void 0||e.end(),this.panSession=void 0;var r=this.getProps().dragPropagation;!r&&this.openGlobalLock&&(this.openGlobalLock(),this.openGlobalLock=null),(n=this.visualElement.animationState)===null||n===void 0||n.setActive(st.Drag,!1)},t.prototype.updateAxis=function(e,n,r){var o=this.getProps().drag;if(!(!r||!io(e,o,this.currentDirection))){var i=this.getAxisMotionValue(e),a=this.originPoint[e]+r[e];this.constraints&&this.constraints[e]&&(a=gx(a,this.constraints[e],this.elastic[e])),i.set(a)}},t.prototype.resolveConstraints=function(){var e=this,n=this.getProps(),r=n.dragConstraints,o=n.dragElastic,i=(this.visualElement.projection||{}).layout,a=this.constraints;r&&wn(r)?this.constraints||(this.constraints=this.resolveRefConstraints()):r&&i?this.constraints=yx(i.actual,r):this.constraints=!1,this.elastic=xx(o),a!==this.constraints&&i&&this.constraints&&!this.hasMutatedConstraints&&se(function(s){e.getAxisMotionValue(s)&&(e.constraints[s]=Ex(i.actual[s],e.constraints[s]))})},t.prototype.resolveRefConstraints=function(){var e=this.getProps(),n=e.dragConstraints,r=e.onMeasureDragConstraints;if(!n||!wn(n))return!1;var o=n.current;qt(o!==null,"If `dragConstraints` is set as a React ref, that ref must be passed to another component's `ref` prop.");var i=this.visualElement.projection;if(!i||!i.layout)return!1;var a=Cx(o,i.root,this.visualElement.getTransformPagePoint()),s=bx(i.layout.actual,a);if(r){var l=r(Sx(s));this.hasMutatedConstraints=!!l,l&&(s=Gv(l))}return s},t.prototype.startAnimation=function(e){var n=this,r=this.getProps(),o=r.drag,i=r.dragMomentum,a=r.dragElastic,s=r.dragTransition,l=r.dragSnapToOrigin,u=r.onDragTransitionEnd,c=this.constraints||{},f=se(function(p){var d;if(io(p,o,n.currentDirection)){var h=(d=c?.[p])!==null&&d!==void 0?d:{};l&&(h={min:0,max:0});var m=a?200:1e6,y=a?40:1e7,E=A(A({type:"inertia",velocity:i?e[p]:0,bounceStiffness:m,bounceDamping:y,timeConstant:750,restDelta:1,restSpeed:10},s),h);return n.startAxisValueAnimation(p,E)}});return Promise.all(f).then(u)},t.prototype.startAxisValueAnimation=function(e,n){var r=this.getAxisMotionValue(e);return Nl(e,r,0,n)},t.prototype.stopAnimation=function(){var e=this;se(function(n){return e.getAxisMotionValue(n).stop()})},t.prototype.getAxisMotionValue=function(e){var n,r,o="_drag"+e.toUpperCase(),i=this.visualElement.getProps()[o];return i||this.visualElement.getValue(e,(r=(n=this.visualElement.getProps().initial)===null||n===void 0?void 0:n[e])!==null&&r!==void 0?r:0)},t.prototype.snapToCursor=function(e){var n=this;se(function(r){var o=n.getProps().drag;if(io(r,o,n.currentDirection)){var i=n.visualElement.projection,a=n.getAxisMotionValue(r);if(i&&i.layout){var s=i.layout.actual[r],l=s.min,u=s.max;a.set(e[r]-dt(l,u,.5))}}})},t.prototype.scalePositionWithinConstraints=function(){var e=this,n,r=this.getProps(),o=r.drag,i=r.dragConstraints,a=this.visualElement.projection;if(!(!wn(i)||!a||!this.constraints)){this.stopAnimation();var s={x:0,y:0};se(function(u){var c=e.getAxisMotionValue(u);if(c){var f=c.get();s[u]=wx({min:f,max:f},e.constraints[u])}});var l=this.visualElement.getProps().transformTemplate;this.visualElement.getInstance().style.transform=l?l({},""):"none",(n=a.root)===null||n===void 0||n.updateScroll(),a.updateLayout(),this.resolveConstraints(),se(function(u){if(io(u,o,null)){var c=e.getAxisMotionValue(u),f=e.constraints[u],p=f.min,d=f.max;c.set(dt(p,d,s[u]))}})}},t.prototype.addListeners=function(){var e=this,n;Yp.set(this.visualElement,this);var r=this.visualElement.getInstance(),o=Cn(r,"pointerdown",function(u){var c=e.getProps(),f=c.drag,p=c.dragListener,d=p===void 0?!0:p;f&&d&&e.start(u)}),i=function(){var u=e.getProps().dragConstraints;wn(u)&&(e.constraints=e.resolveRefConstraints())},a=this.visualElement.projection,s=a.addEventListener("measure",i);a&&!a.layout&&((n=a.root)===null||n===void 0||n.updateScroll(),a.updateLayout()),i();var l=di(window,"resize",function(){return e.scalePositionWithinConstraints()});return a.addEventListener("didUpdate",function(u){var c=u.delta,f=u.hasLayoutChanged;e.isDragging&&f&&(se(function(p){var d=e.getAxisMotionValue(p);d&&(e.originPoint[p]+=c[p].translate,d.set(d.get()+c[p].translate))}),e.visualElement.syncRender())}),function(){l(),o(),s()}},t.prototype.getProps=function(){var e=this.visualElement.getProps(),n=e.drag,r=n===void 0?!1:n,o=e.dragDirectionLock,i=o===void 0?!1:o,a=e.dragPropagation,s=a===void 0?!1:a,l=e.dragConstraints,u=l===void 0?!1:l,c=e.dragElastic,f=c===void 0?Ko:c,p=e.dragMomentum,d=p===void 0?!0:p;return A(A({},e),{drag:r,dragDirectionLock:i,dragPropagation:s,dragConstraints:u,dragElastic:f,dragMomentum:d})},t}()});function Rx(t){var e=t.dragControls,n=t.visualElement,r=si(function(){return new eg(n)});W(function(){return e&&e.subscribe(r)},[r,e]),W(function(){return r.addListeners()},[r])}var Mx=v(()=>{kx(),li()});function Dx(t){var e=t.onPan,n=t.onPanStart,r=t.onPanEnd,o=t.onPanSessionStart,i=t.visualElement,a=e||n||r||o,s=nt(null),l=mt(ei).transformPagePoint,u={onSessionStart:o,onStart:n,onMove:e,onEnd:function(f,p){s.current=null,r&&r(f,p)}};W(function(){s.current!==null&&s.current.updateHandlers(u)});function c(f){s.current=new Bl(f,u,{transformPagePoint:l})}Yo(i,"pointerdown",a&&c),Lm(function(){return s.current&&s.current.end()})}var Nx=v(()=>{Vs(),jm(),Ur(),Wv()}),ng,Ix=v(()=>{Mx(),Nx(),kl(),ng={pan:be(Dx),drag:be(Rx)}});function Lx(){var t=gr.map(function(){return new An}),e={},n={clearAllListeners:function(){return t.forEach(function(r){return r.clear()})},updatePropListeners:function(r){gr.forEach(function(o){var i,a="on"+o,s=r[a];(i=e[o])===null||i===void 0||i.call(e),s&&(e[o]=n[a](s))})}};return t.forEach(function(r,o){n["on"+gr[o]]=function(i){return r.add(i)},n["notify"+gr[o]]=function(){for(var i=[],a=0;a{G(),Fl(),gr=["LayoutMeasure","BeforeLayoutMeasure","LayoutUpdate","ViewportBoxUpdate","Update","Render","AnimationComplete","LayoutAnimationComplete","AnimationStart","LayoutAnimationStart","SetAxisTarget","Unmount"]});function Fx(t,e,n){var r;for(var o in e){var i=e[o],a=n[o];if(ce(i))t.addValue(o,i);else if(ce(a))t.addValue(o,jn(i));else if(a!==i)if(t.hasValue(o)){var s=t.getValue(o);!s.hasAnimated&&s.set(i)}else t.addValue(o,jn((r=t.getStaticValue(o))!==null&&r!==void 0?r:i))}for(var o in n)e[o]===void 0&&t.removeValue(o);return e}var Vx=v(()=>{bi(),nn()}),Hl,ba,qp,rg=v(()=>{G(),on(),bi(),nn(),zv(),jx(),Vx(),Bn(),Hl=function(t){var e=t.treeType,n=e===void 0?"":e,r=t.build,o=t.getBaseTarget,i=t.makeTargetAnimatable,a=t.measureViewportBox,s=t.render,l=t.readValueFromInstance,u=t.removeValueFromRenderState,c=t.sortNodePosition,f=t.scrapeMotionValuesFromProps;return function(p,d){var h=p.parent,m=p.props,y=p.presenceId,E=p.blockInitialAnimation,x=p.visualState,b=p.shouldReduceMotion;d===void 0&&(d={});var w=!1,O=x.latestValues,S=x.renderState,M,N=Lx(),B=new Map,X=new Map,et={},rt=A({},O),ht;function Tt(){!M||!w||(Ct(),s(M,S,m.style,Z.projection))}function Ct(){r(Z,S,O,d,m)}function Ft(){N.notifyUpdate(O)}function St(I,z){var P=z.onChange(function(k){O[I]=k,m.onUpdate&&te.update(Ft,!1,!0)}),T=z.onRenderRequest(Z.scheduleRender);X.set(I,function(){P(),T()})}var Nt=f(m);for(var Wt in Nt){var ne=Nt[Wt];O[Wt]!==void 0&&ce(ne)&&ne.set(O[Wt],!1)}var Mt=ai(m),At=Ch(m),Z=A(A({treeType:n,current:null,depth:h?h.depth+1:0,parent:h,children:new Set,presenceId:y,shouldReduceMotion:b,variantChildren:At?new Set:void 0,isVisible:void 0,manuallyAnimateOnMount:!!h?.isMounted(),blockInitialAnimation:E,isMounted:function(){return!!M},mount:function(I){w=!0,M=Z.current=I,Z.projection&&Z.projection.mount(I),At&&h&&!Mt&&(ht=h?.addVariantChild(Z)),B.forEach(function(z,P){return St(P,z)}),h?.children.add(Z),Z.setProps(m)},unmount:function(){var I;(I=Z.projection)===null||I===void 0||I.unmount(),tn.update(Ft),tn.render(Tt),X.forEach(function(z){return z()}),ht?.(),h?.children.delete(Z),N.clearAllListeners(),M=void 0,w=!1},addVariantChild:function(I){var z,P=Z.getClosestVariantNode();if(P)return(z=P.variantChildren)===null||z===void 0||z.add(I),function(){return P.variantChildren.delete(I)}},sortNodePosition:function(I){return!c||n!==I.treeType?0:c(Z.getInstance(),I.getInstance())},getClosestVariantNode:function(){return At?Z:h?.getClosestVariantNode()},getLayoutId:function(){return m.layoutId},getInstance:function(){return M},getStaticValue:function(I){return O[I]},setStaticValue:function(I,z){return O[I]=z},getLatestValues:function(){return O},setVisibility:function(I){Z.isVisible!==I&&(Z.isVisible=I,Z.scheduleRender())},makeTargetAnimatable:function(I,z){return z===void 0&&(z=!0),i(Z,I,m,z)},measureViewportBox:function(){return a(M,m)},addValue:function(I,z){Z.hasValue(I)&&Z.removeValue(I),B.set(I,z),O[I]=z.get(),St(I,z)},removeValue:function(I){var z;B.delete(I),(z=X.get(I))===null||z===void 0||z(),X.delete(I),delete O[I],u(I,S)},hasValue:function(I){return B.has(I)},getValue:function(I,z){var P=B.get(I);return P===void 0&&z!==void 0&&(P=jn(z),Z.addValue(I,P)),P},forEachValue:function(I){return B.forEach(I)},readValue:function(I){var z;return(z=O[I])!==null&&z!==void 0?z:l(M,I,d)},setBaseTarget:function(I,z){rt[I]=z},getBaseTarget:function(I){if(o){var z=o(m,I);if(z!==void 0&&!ce(z))return z}return rt[I]}},N),{build:function(){return Ct(),S},scheduleRender:function(){te.render(Tt,!1,!0)},syncRender:Tt,setProps:function(I){(I.transformTemplate||m.transformTemplate)&&Z.scheduleRender(),m=I,N.updatePropListeners(I),et=Fx(Z,f(m),et)},getProps:function(){return m},getVariant:function(I){var z;return(z=m.variants)===null||z===void 0?void 0:z[I]},getDefaultTransition:function(){return m.transition},getTransformPagePoint:function(){return m.transformPagePoint},getVariantContext:function(I){if(I===void 0&&(I=!1),I)return h?.getVariantContext();if(!Mt){var z=h?.getVariantContext()||{};return m.initial!==void 0&&(z.initial=m.initial),z}for(var P={},T=0;T{G(),fe(),Wl=/var\((--[a-zA-Z0-9-_]+),? ?([a-zA-Z0-9 ()%#.,-]+)?\)/,og=4});function Ux(t){var e=[];return sg.forEach(function(n){var r=t.getValue(n);r!==void 0&&(e.push([n,r.get()]),r.set(n.startsWith("scale")?1:0))}),e.length&&t.syncRender(),e}function Hx(t,e,n,r){return ag(e)?lg(t,e,n,r):{target:e,transitionEnd:r}}var Gp,wa,ag,Ea,lr,Xp,xa,Oa,_p,sg,Sa,Kp,lg,Wx=v(()=>{G(),wt(),fi(),fe(),je(),Iv(),Gp=new Set(["width","height","top","left","right","bottom","x","y"]),wa=function(t){return Gp.has(t)},ag=function(t){return Object.keys(t).some(wa)},Ea=function(t,e){t.set(e,!1),t.set(e)},lr=function(t){return t===Ie||t===U},function(t){t.width="width",t.height="height",t.left="left",t.right="right",t.top="top",t.bottom="bottom"}(Xp||(Xp={})),xa=function(t,e){return parseFloat(t.split(", ")[e])},Oa=function(t,e){return function(n,r){var o=r.transform;if(o==="none"||!o)return 0;var i=o.match(/^matrix3d\((.+)\)$/);if(i)return xa(i[1],e);var a=o.match(/^matrix\((.+)\)$/);return a?xa(a[1],t):0}},_p=new Set(["x","y","z"]),sg=Sn.filter(function(t){return!_p.has(t)}),Sa={width:function(t,e){var n=t.x,r=e.paddingLeft,o=r===void 0?"0":r,i=e.paddingRight,a=i===void 0?"0":i;return n.max-n.min-parseFloat(o)-parseFloat(a)},height:function(t,e){var n=t.y,r=e.paddingTop,o=r===void 0?"0":r,i=e.paddingBottom,a=i===void 0?"0":i;return n.max-n.min-parseFloat(o)-parseFloat(a)},top:function(t,e){var n=e.top;return parseFloat(n)},left:function(t,e){var n=e.left;return parseFloat(n)},bottom:function(t,e){var n=t.y,r=e.top;return parseFloat(r)+(n.max-n.min)},right:function(t,e){var n=t.x,r=e.left;return parseFloat(r)+(n.max-n.min)},x:Oa(4,13),y:Oa(5,14)},Kp=function(t,e,n){var r=e.measureViewportBox(),o=e.getInstance(),i=getComputedStyle(o),a=i.display,s={};a==="none"&&e.setStaticValue("display",t.display||"block"),n.forEach(function(u){s[u]=Sa[u](r,i)}),e.syncRender();var l=e.measureViewportBox();return n.forEach(function(u){var c=e.getValue(u);Ea(c,s[u]),t[u]=Sa[u](l,i)}),t},lg=function(t,e,n,r){n===void 0&&(n={}),r===void 0&&(r={}),e=A({},e),r=A({},r);var o=Object.keys(e).filter(wa),i=[],a=!1,s=[];if(o.forEach(function(c){var f=t.getValue(c);if(t.hasValue(c)){var p=n[c],d=gn(p),h=e[c],m;if(In(h)){var y=h.length,E=h[0]===null?1:0;p=h[E],d=gn(p);for(var x=E;x=0?window.pageYOffset:null,u=Kp(e,t,s);return i.length&&i.forEach(function(c){var f=bt(c,2),p=f[0],d=f[1];t.getValue(p).set(d)}),t.syncRender(),l!==null&&window.scrollTo({top:l}),{target:u,transitionEnd:r}}else return{target:e,transitionEnd:r}}}),ug,Yx=v(()=>{ig(),Wx(),ug=function(t,e,n,r){var o=zx(t,e,r);return e=o.target,r=o.transitionEnd,Hx(t,e,n,r)}});function qx(t){return window.getComputedStyle(t)}var bs,cg,pg=v(()=>{G(),rg(),jv(),el(),zh(),Yx(),je(),cl(),dm(),Rl(),tg(),bs={treeType:"dom",readValueFromInstance:function(t,e){if(zr(e)){var n=gi(e);return n&&n.default||0}else{var r=qx(t);return(Bh(e)?r.getPropertyValue(e):r[e])||0}},sortNodePosition:function(t,e){return t.compareDocumentPosition(e)&2?1:-1},getBaseTarget:function(t,e){var n;return(n=t.style)===null||n===void 0?void 0:n[e]},measureViewportBox:function(t,e){var n=e.transformPagePoint;return $v(t,n)},resetTransform:function(t,e,n){var r=n.transformTemplate;e.style.transform=r?r({},""):"none",t.scheduleRender()},restoreTransform:function(t,e){t.style.transform=e.style.transform},removeValueFromRenderState:function(t,e){var n=e.vars,r=e.style;delete n[t],delete r[t]},makeTargetAnimatable:function(t,e,n,r){var o=n.transformValues;r===void 0&&(r=!0);var i=e.transition,a=e.transitionEnd,s=jt(e,["transition","transitionEnd"]),l=rx(s,i||{},t);if(o&&(a&&(a=o(a)),s&&(s=o(s)),l&&(l=o(l))),r){ex(t,s,l);var u=ug(t,s,l,a);a=u.transitionEnd,s=u.target}return A({transition:i,transitionEnd:a},s)},scrapeMotionValuesFromProps:ul,build:function(t,e,n,r,o){t.isVisible!==void 0&&(e.style.visibility=t.isVisible?"visible":"hidden"),tl(e,n,r,o.transformTemplate)},render:fm},cg=Hl(bs)}),fg,Gx=v(()=>{G(),rg(),ym(),pg(),il(),pm(),hm(),je(),vm(),Rl(),fg=Hl(A(A({},bs),{getBaseTarget:function(t,e){return t[e]},readValueFromInstance:function(t,e){var n;return zr(e)?((n=gi(e))===null||n===void 0?void 0:n.default)||0:(e=ll.has(e)?e:sl(e),t.getAttribute(e))},scrapeMotionValuesFromProps:gm,build:function(t,e,n,r,o){ol(e,n,r,o.transformTemplate)},render:mm}))}),dg,Xx=v(()=>{pg(),Gx(),qs(),dg=function(t,e){return Ys(t)?fg(e,{enableHardwareAcceleration:!1}):cg(e,{enableHardwareAcceleration:!0})}});function Qp(t,e){return e.max===e.min?0:t/(e.max-e.min)*100}var yn,_x=v(()=>{wt(),yn={correct:function(t,e){if(!e.target)return t;if(typeof t=="string")if(U.test(t))t=parseFloat(t);else return t;var n=Qp(t,e.target.x),r=Qp(t,e.target.y);return"".concat(n,"% ").concat(r,"%")}}}),Pa,hg,Kx=v(()=>{Ht(),wt(),ig(),Pa="_$css",hg={correct:function(t,e){var n=e.treeScale,r=e.projectionDelta,o=t,i=t.includes("var("),a=[];i&&(t=t.replace(Wl,function(m){return a.push(m),Pa}));var s=pe.parse(t);if(s.length>5)return o;var l=pe.createTransformer(t),u=typeof s[0]!="number"?1:0,c=r.x.scale*n.x,f=r.y.scale*n.y;s[0+u]/=c,s[1+u]/=f;var p=dt(c,f,.5);typeof s[2+u]=="number"&&(s[2+u]/=p),typeof s[3+u]=="number"&&(s[3+u]/=p);var d=l(s);if(i){var h=0;d=d.replace(Pa,function(){var m=a[h];return h++,m})}return d}}});function Qx(t){var e=bt(Ev(),2),n=e[0],r=e[1],o=mt(Hs);return g.createElement(mg,A({},t,{layoutGroup:o,switchLayoutGroup:mt(Ws),isPresent:n,safeToRemove:r}))}var mg,Jp,Jx=v(()=>{G(),on(),xv(),kh(),Rh(),Us(),_x(),Kx(),Gs(),mg=function(t){kd(e,t);function e(){return t!==null&&t.apply(this,arguments)||this}return e.prototype.componentDidMount=function(){var n=this,r=this.props,o=r.visualElement,i=r.layoutGroup,a=r.switchLayoutGroup,s=r.layoutId,l=o.projection;ew(Jp),l&&(i?.group&&i.group.add(l),a?.register&&s&&a.register(l),l.root.didUpdate(),l.addEventListener("animationComplete",function(){n.safeToRemove()}),l.setOptions(A(A({},l.options),{onExitComplete:function(){return n.safeToRemove()}}))),On.hasEverUpdated=!0},e.prototype.getSnapshotBeforeUpdate=function(n){var r=this,o=this.props,i=o.layoutDependency,a=o.visualElement,s=o.drag,l=o.isPresent,u=a.projection;return u&&(u.isPresent=l,s||n.layoutDependency!==i||i===void 0?u.willUpdate():this.safeToRemove(),n.isPresent!==l&&(l?u.promote():u.relegate()||te.postRender(function(){var c;!((c=u.getStack())===null||c===void 0)&&c.members.length||r.safeToRemove()}))),null},e.prototype.componentDidUpdate=function(){var n=this.props.visualElement.projection;n&&(n.root.didUpdate(),!n.currentAnimation&&n.isLead()&&this.safeToRemove())},e.prototype.componentWillUnmount=function(){var n=this.props,r=n.visualElement,o=n.layoutGroup,i=n.switchLayoutGroup,a=r.projection;a&&(a.scheduleCheckAfterUnmount(),o?.group&&o.group.remove(a),i?.deregister&&i.deregister(a))},e.prototype.safeToRemove=function(){var n=this.props.safeToRemove;n?.()},e.prototype.render=function(){return null},e}(g.Component),Jp={borderRadius:A(A({},yn),{applyTo:["borderTopLeftRadius","borderTopRightRadius","borderBottomLeftRadius","borderBottomRightRadius"]}),borderTopLeftRadius:yn,borderTopRightRadius:yn,borderBottomLeftRadius:yn,borderBottomRightRadius:yn,boxShadow:hg}}),vg,Zx=v(()=>{Jx(),vg={measureLayout:Qx}});function $x(t,e,n){n===void 0&&(n={});var r=ce(t)?t:jn(t);return Nl("",r,e,n),{stop:function(){return r.stop()},isAnimating:function(){return r.isAnimating()}}}var tO=v(()=>{bi(),nn(),yi()});function eO(t,e,n,r,o,i){var a,s,l,u;o?(t.opacity=dt(0,(a=n.opacity)!==null&&a!==void 0?a:1,yg(r)),t.opacityExit=dt((s=e.opacity)!==null&&s!==void 0?s:1,0,bg(r))):i&&(t.opacity=dt((l=e.opacity)!==null&&l!==void 0?l:1,(u=n.opacity)!==null&&u!==void 0?u:1,r));for(var c=0;ce?1:n(Ln(t,e,r))}}var ws,gg,Es,xs,yg,bg,nO=v(()=>{Ht(),wt(),ws=["TopLeft","TopRight","BottomLeft","BottomRight"],gg=ws.length,Es=function(t){return typeof t=="string"?parseFloat(t):t},xs=function(t){return typeof t=="number"||U.test(t)},yg=$p(0,.5,Go),bg=$p(.5,.95,vi)});function tf(t,e){t.min=e.min,t.max=e.max}function Qt(t,e){tf(t.x,e.x),tf(t.y,e.y)}var rO=v(()=>{});function ef(t,e,n,r,o){return t-=e,t=Qo(t,1/n,r),o!==void 0&&(t=Qo(t,1/o,r)),t}function oO(t,e,n,r,o,i,a){if(e===void 0&&(e=0),n===void 0&&(n=1),r===void 0&&(r=.5),i===void 0&&(i=t),a===void 0&&(a=t),Zt.test(e)){e=parseFloat(e);var s=dt(a.min,a.max,e/100);e=s-a.min}if(typeof e=="number"){var l=dt(i.min,i.max,r);t===i&&(l-=e),t.min=ef(t.min,e,n,l,o),t.max=ef(t.max,e,n,l,o)}}function nf(t,e,n,r,o){var i=bt(n,3),a=i[0],s=i[1],l=i[2];oO(t,e[a],e[s],e[l],e.scale,r,o)}function rf(t,e,n,r){nf(t.x,e,wg,n?.x,r?.x),nf(t.y,e,Eg,n?.y,r?.y)}var wg,Eg,iO=v(()=>{G(),Ht(),wt(),Ul(),wg=["x","scaleX","originX"],Eg=["y","scaleY","originY"]});function of(t){return t.translate===0&&t.scale===1}function xg(t){return of(t.x)&&of(t.y)}function Og(t,e){return t.x.min===e.x.min&&t.x.max===e.x.max&&t.y.min===e.y.min&&t.y.max===e.y.max}var aO=v(()=>{}),Sg,sO=v(()=>{jl(),Sg=function(){function t(){this.members=[]}return t.prototype.add=function(e){Il(this.members,e),e.scheduleRender()},t.prototype.remove=function(e){if(Ll(this.members,e),e===this.prevLead&&(this.prevLead=void 0),e===this.lead){var n=this.members[this.members.length-1];n&&this.promote(n)}},t.prototype.relegate=function(e){var n=this.members.findIndex(function(a){return e===a});if(n===0)return!1;for(var r,o=n;o>=0;o--){var i=this.members[o];if(i.isPresent!==!1){r=i;break}}return r?(this.promote(r),!0):!1},t.prototype.promote=function(e,n){var r,o=this.lead;if(e!==o&&(this.prevLead=o,this.lead=e,e.show(),o)){o.instance&&o.scheduleRender(),e.scheduleRender(),e.resumeFrom=o,n&&(e.resumeFrom.preserveOpacity=!0),o.snapshot&&(e.snapshot=o.snapshot,e.snapshot.latestValues=o.animationValues||o.latestValues,e.snapshot.isShared=!0),!((r=e.root)===null||r===void 0)&&r.isUpdating&&(e.isLayoutDirty=!0);var i=e.options.crossfade;i===!1&&o.hide()}},t.prototype.exitAnimationComplete=function(){this.members.forEach(function(e){var n,r,o,i,a;(r=(n=e.options).onExitComplete)===null||r===void 0||r.call(n),(a=(o=e.resumingFrom)===null||o===void 0?void 0:(i=o.options).onExitComplete)===null||a===void 0||a.call(i)})},t.prototype.scheduleRender=function(){this.members.forEach(function(e){e.instance&&e.scheduleRender(!1)})},t.prototype.removeLeadSnapshot=function(){this.lead&&this.lead.snapshot&&(this.lead.snapshot=void 0)},t}()});function af(t,e,n){var r=t.x.translate/e.x,o=t.y.translate/e.y,i="translate3d(".concat(r,"px, ").concat(o,"px, 0) ");if(i+="scale(".concat(1/e.x,", ").concat(1/e.y,") "),n){var a=n.rotate,s=n.rotateX,l=n.rotateY;a&&(i+="rotate(".concat(a,"deg) ")),s&&(i+="rotateX(".concat(s,"deg) ")),l&&(i+="rotateY(".concat(l,"deg) "))}var u=t.x.scale*e.x,c=t.y.scale*e.y;return i+="scale(".concat(u,", ").concat(c,")"),i===Pg?"none":i}var Pg,lO=v(()=>{Pg="translate3d(0px, 0px, 0) scale(1, 1) scale(1, 1)"}),Tg,uO=v(()=>{Tg=function(t,e){return t.depth-e.depth}}),Cg,cO=v(()=>{jl(),uO(),Cg=function(){function t(){this.children=[],this.isDirty=!1}return t.prototype.add=function(e){Il(this.children,e),this.isDirty=!0},t.prototype.remove=function(e){Ll(this.children,e),this.isDirty=!0},t.prototype.forEach=function(e){this.isDirty&&this.children.sort(Tg),this.isDirty=!1,this.children.forEach(e)},t}()});function Ag(t){var e=t.attachResizeListener,n=t.defaultParent,r=t.measureScroll,o=t.checkIsScrollRoot,i=t.resetTransform;return function(){function a(s,l,u){var c=this;l===void 0&&(l={}),u===void 0&&(u=n?.()),this.children=new Set,this.options={},this.isTreeAnimating=!1,this.isAnimationBlocked=!1,this.isLayoutDirty=!1,this.updateManuallyBlocked=!1,this.updateBlockedByResize=!1,this.isUpdating=!1,this.isSVG=!1,this.needsReset=!1,this.shouldResetTransform=!1,this.treeScale={x:1,y:1},this.eventHandlers=new Map,this.potentialNodes=new Map,this.checkUpdateFailed=function(){c.isUpdating&&(c.isUpdating=!1,c.clearAllSnapshots())},this.updateProjection=function(){c.nodes.forEach(vO),c.nodes.forEach(gO)},this.hasProjected=!1,this.isVisible=!0,this.animationProgress=0,this.sharedNodes=new Map,this.id=s,this.latestValues=l,this.root=u?u.root||u:this,this.path=u?$t($t([],bt(u.path),!1),[u],!1):[],this.parent=u,this.depth=u?u.depth+1:0,s&&this.root.registerPotentialNode(s,this);for(var f=0;f=0;r--)if(t.path[r].instance){n=t.path[r];break}var o=n&&n!==t.root?n.instance:document,i=o.querySelector('[data-projection-id="'.concat(e,'"]'));i&&t.mount(i,!0)}function cf(t){t.min=Math.round(t.min),t.max=Math.round(t.max)}function pf(t){cf(t.x),cf(t.y)}var Os,kg,Rg=v(()=>{G(),on(),Ht(),tO(),Fl(),nO(),rO(),Ul(),zl(),iO(),Yv(),yi(),aO(),sO(),Gs(),lO(),qv(),Kv(),je(),cO(),wm(),Us(),Os=1e3,kg={duration:.45,ease:[.4,0,.1,1]}}),Mg,OO=v(()=>{Rg(),hi(),Mg=Ag({attachResizeListener:function(t,e){return di(t,"resize",e)},measureScroll:function(){return{x:document.documentElement.scrollLeft||document.body.scrollLeft,y:document.documentElement.scrollTop||document.body.scrollTop}},checkIsScrollRoot:function(){return!0}})}),ao,Dg,SO=v(()=>{Rg(),OO(),ao={current:void 0},Dg=Ag({measureScroll:function(t){return{x:t.scrollLeft,y:t.scrollTop}},defaultParent:function(){if(!ao.current){var t=new Mg(0,{});t.mount(window),t.setOptions({layoutScroll:!0}),ao.current=t}return ao.current},resetTransform:function(t,e){t.style.transform=e??"none"},checkIsScrollRoot:function(t){return window.getComputedStyle(t).position==="fixed"}})}),ff,Qe,PO=v(()=>{G(),$1(),Lw(),jE(),dx(),Ix(),Xx(),Zx(),SO(),ff=A(A(A(A({},Uv),bv),ng),vg),Qe=Z1(function(t,e){return Iw(t,e,ff,dg,Dg)})}),Yl=v(()=>{PO()}),Ng,Ig,Lg,jg,TO=v(()=>{Yl(),Ng=Y(Qe.div)` + position: relative; + z-index: 2; +`,Ig=Y(Qe.div)` + position: relative; + padding-top: 10px; + padding-bottom: 10px; +`,Y(Qe.div)` + position: relative; + padding-top: 12px; + padding-bottom: 12px; +`,Lg=Y.div` + position: relative; + box-sizing: border-box; + background: #171c23; + width: ${({width:t})=>t}px; + height: 100%; + overflow: hidden; + padding-left: 15px; + padding-right: 15px; + padding-top: 4px; + border-left: ${({theme:t})=>t.base==="dark"?1:0}px solid #fff2; + border-bottom: ${({theme:t})=>t.base==="dark"?1:0}px solid #fff2; + border-top: ${({theme:t})=>t.base==="dark"?1:0}px solid #fff2; + border-radius: 6px 0 0 6px; + overflow: hidden; + + && { + pre { + background: transparent !important; + margin: 0 !important; + padding: 0 !important; + } + } +`,jg=Y(Qe.div)` + background: #143046; + position: absolute; + z-index: 1; + left: 0; + top: 44px; + width: 100%; + height: 81px; +`}),Fg,CO=v(()=>{Yl(),Fg=Y(Qe.div)` + position: relative; + padding-top: 12px; + padding-bottom: 12px; + min-height: 57px; +`}),df,Vg,AO=v(()=>{Yl(),CO(),df={default:{filter:"grayscale(1)",opacity:.5},active:{filter:"grayscale(0)",opacity:1}},Vg=ct(({active:t,content:e,open:n},r)=>{let o={fontSize:"0.8125rem",lineHeight:"1.1875rem"};return g.createElement(Fg,{ref:r,initial:"default",animate:t?"active":"default","aria-hidden":!t,variants:df,transition:{ease:"easeInOut",duration:.6}},e.map(({toggle:i,snippet:a},s)=>g.createElement(Se,{key:s},i===void 0&&g.createElement(_n,{language:"typescript",customStyle:o},a),i&&!n&&g.createElement(_n,{language:"typescript",customStyle:o}," // ..."),i&&n&&g.createElement(Qe.div,{initial:{opacity:0},animate:{opacity:1},transition:{delay:.4}},g.createElement(_n,{language:"typescript",customStyle:o,codeTagProps:{style:{paddingLeft:"15px"}}},a)))))})}),Bg,kO=v(()=>{TO(),AO(),Bg=({activeStep:t,data:e,width:n,filename:r})=>{let[o,i]=at([]),a=It(()=>e.map(()=>Si()),[e]),s=c=>{let f=0;for(let p=0;p{let c=e.flatMap((f,p)=>{let d=a[p].current.getBoundingClientRect().height,h=[{yPos:s(p),backdropHeight:d,index:p,open:!1}];return f.length>1&&h.push({yPos:s(p),backdropHeight:d,index:p,open:!0}),h});i(c)},[e]);Wn(()=>{let c=new ResizeObserver(()=>{l()});return a.forEach(f=>{c.observe(f.current)}),()=>{c.disconnect()}},[]);let u={fontSize:"0.8125rem",lineHeight:"1.1875rem"};return g.createElement(Lg,{width:n},g.createElement(Ri,{theme:tu(eu.dark)},g.createElement(Ng,{animate:{y:o[t]?.yPos??0},transition:{ease:"easeInOut",duration:.4}},g.createElement(Ig,null,g.createElement(_n,{language:"typescript",customStyle:u},"// "+r)),e.map((c,f)=>g.createElement(Vg,{key:f,ref:a[f],active:o[t]?.index===f,open:o[t]?.index>f?!0:o[t]?.open??!1,content:c})))),g.createElement(jg,{initial:{height:81},animate:{height:o[t]?.backdropHeight??81},transition:{ease:"easeInOut",duration:.4},className:"syntax-highlighter-backdrop"}))}}),zg,RO=v(()=>{zg=Y.ul(()=>({display:"flex",flexDirection:"column",rowGap:16,padding:0,margin:0}))}),Ug,MO=v(()=>{RO(),Ug=({children:t})=>g.createElement(zg,null,t)}),Hg,Wg,Yg,DO=v(()=>{Hg=Y.li(()=>({display:"flex",alignItems:"flex-start",columnGap:12})),Wg=Y.div` + font-family: ${({theme:t})=>t.typography.fonts.base}; + color: ${({theme:t})=>t.color.darker}; + font-size: 13px; + line-height: 18px; + margin-top: 2px; +`,Yg=Y.div(({isCompleted:t,theme:e})=>({display:"flex",alignItems:"center",justifyContent:"center",border:`1px solid ${t?"transparent":e.color.medium}`,width:20,height:20,flexShrink:0,borderRadius:"50%",backgroundColor:t?e.color.green:"white",fontFamily:e.typography.fonts.base,fontSize:10,fontWeight:600,color:e.color.dark}))}),To,NO=v(()=>{DO(),To=({children:t,index:e,isCompleted:n})=>g.createElement(Hg,null,g.createElement(Yg,{"aria-label":n?"complete":"not complete",isCompleted:n},n?g.createElement(Xn,{width:10,height:10,icon:"check",color:"white"}):e),g.createElement(Wg,null,t))});function IO(){let[t,e]=at(null);return W(()=>{(async()=>{try{let n=(await(await fetch("/index.json")).json()).entries["example-button--primary"].importPath;e({data:n,error:null})}catch(n){e({data:null,error:n})}})()},[]),t}var LO=v(()=>{}),qg,jO=v(()=>{qg=(t,e,n)=>{let[r,o]=at(null);return W(()=>{if(t){let i=()=>{n.getChannel().once(nu,()=>{let a=e.getData("example-button--warning");o(a?{data:!0,error:null}:{data:!1,error:null})})};return e.getData("example-button--warning")?o({data:!0,error:null}):n.getServerChannel().on(Di,i),()=>{n.getServerChannel().off(Di,i)}}},[t]),r}}),Gg,FO=v(()=>{Gg=(t,e)=>{let[n,r]=at(null),o=document.querySelector(`.${t}`);return W(()=>{if(e){let i=new ResizeObserver(()=>{o&&r({top:o.offsetTop,left:o.offsetLeft,height:o.offsetHeight,width:o.offsetWidth})});return i.observe(o),()=>{i.disconnect()}}},[t,e]),n}}),Xg,VO=v(()=>{Xg="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAZgAAAECCAMAAAD0GDFCAAAB0VBMVEUAAABzgo3d5eno8PFzgoxzgotzgoze5upzhIze5up0g4t2gI/s9Pnt8/ns9Prs9Pnf5+ve5ut0g4zf5upygo3e5uvf5+vf3+f////3+vzs9Pne5urq7/Lmlk33+flzgozV1teEkpouNDj6+/voo2NanTvz4dDl5ubqr3n17ebx1br19fXq6+u5wcXc4OKWmZvu7/Hf4OHuyKT9/f7a29zL0NTZ8P/s9//LzM2oy5vx8/PT7f/Y2dnl9f/nnVjM7P/39/dBtf3v8PCws7Tsu47z+//wz6+Woal8gILy8vOAzf7o6On3+Pjj4+SNmqL29PHl6OrQ48x8ipP059unsbe817O/5v+VwIPj7uTpqW6BtGtiZ2qEkZvP48tITlECnP3CyM3y28U7QUUkqv3y9fXtwprrtYS9v8Gip6vd3t/T2NuJlZ728/GUv4Pl7O/U2dvvyKTtwpluqVNko0fg9P/W7//s7O25wMbsu4+i2//t9fDuyKXrtYPc8v/t7e2xub6JjI9VWl5cv/7N1Nna6djGzNCXoqqy0advdHZITVH5/f8So/3G3cB3rl/v+f/p7vGCkJiJjY+LuneQ1P7c4eXF3cCwub+exo9wx/6stbs7QUSS4OMQAAAAGHRSTlMA34AgmXvv3yifQBDv77+vf+/Kv2BbQBAH3mwLAAAPmUlEQVR42uyZO2/bMBCADXTtY5aB20iC5KhNCyeCq2qohiMDAarBWuoCfixG4q1uszQoEDQI+m/Lh2TKiRrHboPSrb4h4ZGyadzn05l2r/fi9at+x+G8edF7Vl50Wo7k5fOaedPvRx1H0O+/7j0nnZejzbzsNejEBEO/32vQiQmGTkygdGICpRMTKJ2YQOnEBEonJlA6MYHSiQmUTkygdGIC5a+KOVuMWmY/Ys0wOgwGwNwoIxUsOgrQoF8vT0m23YRFfwgO8JfFXI03TTF4XA8346Qefk2S8W+IoVDBo6OI4/gxMRwu9V8ElrxNjaR+nNL5aYj5iAeN6CLZ5v8cN4sn+S0xkltYdCyPiUGCWTEzztUaRNpyBTRfFj1FMZpnEONL5RnEcJAu+cTtpf4FMfoedY1HSZJ8deWicfnfJMkIX+vwyovxVXUzHp1Xwdv37z8fIobHbjK2/8llSemEuYWspBmTVJnHxsV0QilvE0MkpYo1s84aYmKrScVuE2XHsYBYk5nnjeeATOC6kyppaTZxO+oXowIR8xFXjFyD0bgeM8QViwdihku8XGCcuOjThw9fDhFDAJl7zQwmNgCBBNhlCjnSkQ6JWaBIIIDVQzErACQAsZ2C8WJy4Dbwj0KNDkegxr5CsyG4CiJQ2h3LMMT4W5lv/ntuZWfL5UD/vcaDPWJSztNaTBlbTKCMkswlOpuZ/BZCpOaiIpKw1kvSJjCfRiwHdV/MBOjUPEneLBj3f8K5ojbNXsyjt7I1TOwml1aMMIGArLqM8xMTM9IDd6EXswcKFVXEmenXHgmFmWYRB+0OqBXDbLboPTEM0NQ9hNQVKOvkW9bsyWKYW85AmOdxwRx4KOeYQ8Us8e25YYlt+O3797f7xcyJxVUSEqXv0ExPr4Cbi6KIm3mUmzS5ihCQ7orhUBLDJUzq5yZ18hUhhQTEniqGw9rXHHEBh/hExZzhLWfRXlo/lRHQWXUoAYZaDDEDhHyp5MB2xcyhRvo0N3uMAvpUMTHE3i0BeepiloOK6EgxbCtmBkgRQmSLmHWds10xEuTOtwgrILtiUoD/U8wFXvrJo8QwJPJqQrhWM28Rk7dVjE9ms014MQYA9kQxCiZhi7k9qMcs8CZq8P3dux+HiSlB2ebvc0RbxAj39he7zd/d4zwr4PfEMIDUBKlp615M2iKmAFo3shDFXOGkXcxGDz3DWlOCb1zpnPtPZYeImYF0pxmb99Qmo0UM2LOhvvZBj3cDkvqCaS7MbK2VNli5ZRfWeNmpgKzqSiGKGWA8qk7+V0lyhxdJkgyq2hj7k//FAt+MRmbhGi+ubod3y9EBYnJq4fZdzOzda2IXUFFcAmoRg0SsV4BtbzuolPPIKlsVhaLAfMFYkN1EgMhsfpHiK2TFuHASx2bBbbo9UiFlNiFBiom+XmPtxpmoSFz13Czdyd9F4+qr/4s7bBgPDz/HxBGrz4P27JiuAUCouEWMnJmlwhcagurYkYNGyNR0KxQ1xBjQnG0/vSFfULPcf7fNpNCBmxZukzDFHMFgsLmI/giMZNOWaQLSLbXB6o9kSsv9FRnJoidASHYaP5QFghGzH4TYo+v/0i+YgWDEBEcnphMTLCknUXB0Yn6ycycnAAIBEARX9OnxN/9AzWFhocGqFJr5TpQwUcJECRMlTJQwUcJECRMlTNTiMKcwzTC3ycx2ecZK+/ky5Vp9WPa8TGS59wEAAADAvxzHoGjbBkXCRAkTJUyUMFHCRAkTJUyUMFHCRAkTJUyUMB/7dIwCIAxEQbSwkHSxkcBPl/vtVbyylSJq7X5h3hWGMUUYU4QxRRhTH4RZyyycljJ5hKlSdBy2kKpDmKoYDRcjVPPDTIqGm9CaHqaIXx6GSnqYhWFexJweRlvDQ1d+mN5AmL8gjCnCmCKMKcKYIowpwpgizM5+Hes4CkNRGH6N0x1ZW2Pdxs1W6dyw0chy6YIyotkyZap9hXneHZuQcEFDRppMBAl/eUVS8MlcWGgbzELbYBbaBrPQNpiFtsEstA1moa0OxpuuE7pkb47INca0KPVzi2EH0+Dc3ryhz5T2UdBnjRGozLkGn/fyMIZBwaAhs4CQRwxypNeiDDv1iy7m/wtkuFhZUqAifwTGnZ4LxkEXaXZ5nsaAtAqmlxOjYVw5X/RzMBb3z6VDfGqYOtHjnUn0gfEV4wgmlEsqTmHgGB4M45IgxmeGwVug52hs2NaBOwWTipQwhSlMSz4CRrsAMa4Q5s/fS7+Hd/xQ5QTXGo4WDCwTENXQsykgkc5MYOrD/KMsVrkd7pcX5E7t+mB+/avOWXUUuoazOozvpacDLMNOjRp6CBM0zN57H8h2DqZLcKvXeCvrZSwUTHQ5wbV3jl7BhJRicdRWe9pIp2G6vMUczNHl5k7MK8GcZeytHePIKgwNEEnzUWDQMJaBCSOYRkRqAN/cMa8EU2QsbsBIRlHfJsJLTsHAl8umOwYPhxGUalklzIeMxTxM/wVzoJHrgfEoVfTjtRPxBRgruZ+EqZMrPGaFy181Wf7xumCC9F8zXXLBqwOtgindhumy4+Vf4X7Jf3bsmLVtIArgeAW2MdYWMrxN6Dpois6LQUOHGi1yh2BK8aIigzLIeM7iKY2mlEAgZMnHzbMS5+kcgy/DwZPz/oPtJ529/EBnbiszDifdfJRZnJWtdyclcRhOdpcu4a2b8B3wT7im34gJGi+bzcO3YjdnZSSDLh3dY0668d/fk65u/qfdOO7sv7IvnMAwTWCYJjBMEximCQzTBIZpAsM0gWGawDBNYJgmMEwTGKYJDNMEhmkCwzSBYZrAME1gmCYwTLOAORsYo8DY5R6mF/jtUWDscg/TD0btUWDscg8zCvrtUWDcRjBHGxibjMC4jWA++SwTGMvcw/iDM2N2BDO++QmSBQzVd7jLEMw6uDwus6inu+praBclTRGcRlYwvhcMaXIFAxcfZL7DXtfLerPZPC/x5Wl69QCttHqtfJzBCYQwFg0HHsk4gTksM4/BrK4BWyyb4X5jwqQJVmUqh71WeQRYklfQmRDGpvOAZJzAHJaZX+zJTH8RDA4mTARNmUrALHu9laoUOhPBHJOhfcYVDMkQDMlYw6Rq9YVgvg29wDun0QUMyRAMyVjDVKoCiHQC2ExXkOpb9U/rlb5Tdxrn7c0sS5vViY5mODAEI5hj+b0g8Hoj3yEMyRCMKTOtF9jTcrHt6jBMXuKHRGnAIpVBVpSqKIoc38qieNyuLG9z9f9H86VViXdwFbde2rmX1iaiKIDjvl87FfFCRY69i7uYiF7mkoi9JXEk4DgdcOWmEMEKNS5c2YCLFt1pBR+4ET+t58xkMomjeaHmTD3/xXjntemPeTT2BmHm7typ4zh198zxP9znzzfGw+8QGYOh7o7BfNjBPjzZoZ78BPP8Pvam99SrCZjJWxn98zbGPb3vcfYqt0uW+FhiFsIs0oXTpy79a5hH897Khr0z02G2ca044hbux3bxscQshFlx1VvZ1gTMo8WeMfH93nszFaZ4nV5/SyfdKZCYxQ0mcylhyGUxGPopv5kGQ5uyeu8FZjZM1SWDQZeFYdTT7Wkw8fq74WFyxcwDU3UhGHSZ6OG9EubVh8e/hlkvYe5UYBDkvcrN3gnMnDDkMv2zso87O/jx5c6Te9iHb6oKQwO6lRnUwd5lMG+KH/+bbD/5kNZ9gZkJU7rM6vXDYV/peqm+Lt/C31BM9u714M7uNi6zn/v757u7Kn66/mX3vop761/wIzVUEpi5YF6Qy+KVMFlP396KFWa2cWXbIwzt663TO5jv4f5YmQd03C0lMPPB3L6JLn+w2MTlijHDf+J8F/v/tmEEIwlMDRIYpgkM0wSGaQLDNIFhmsAwTWCYJjBMEximCQzTBIZpAsM0gWGawDBNYJgmMEwTGKYJDNMEhmkCwzSBYVrdYLr7G8P2Xh2q8XQQVoZTCph/2wNvmLDi0t5stVqv2i1abkzsbkBQDA1oNSuwinW8YXRHTbb/KudR1EZLYCr9I5i7P8k0N0sYXBGYSv8K5m5HYFbQbBiUWRpGN1Kb5ERBkloTq3xsrAkKmMjYNMq2NrRO0kBxiT/MhExzv4VttlvU3nSYyHuTOE+np+DT1MFBvtMbC40MRvfBJikk2emJ932BWQDmWTgGs5HVzpc/wZjGsD7BaEjpROtCNAoU1vc0BINL7TKYNGOLIKLT0Y1R/GHQZc5b2Vh6dD8LygtpAMjg/HCzpUWiKGvpdF5TZtjDoMtyzxjf11nQUFSo9QEeEYLNVyHDiDVlPI353MbqAIMuS8JAEcJ0Ug9UoHRxYThLxxUJzIIw6LI0TKqKtHcxbonGYQBhEjouS2AWhAnVZJt74QjmsN2dBmO9KorhYHSEd4raAktSkcAsA1Mt3Gg3m829fLGppsE0hg+XgABoGDo6IskxDMGE3mXyYUdgloQp67aKumoqjLJg4iCy0EESHwVx39IR2oHBrc5ZRWJuEESJTwVmFszyDVxQDBOnMyoHAJa2agvgD2KXjQ2O09CmargDfCOk0wWmCvO3CnU4GlUeXeUKx442TI0TGKYJDNMEhmkCwzSBYZrAME1gmCYwTBMYpgkM0wSGaQLDNIFhmsAwTWCYJjBMEximCQzTBIZpAsM0gWGawDCtbjAfmxtF+4dqvE5ExQHPPxM7YjBhxaW92e12W+0uVpnnP8wcCRreMNPn+e+1JmFijQWG+3zkIwGzzDx/w+zPw48mzBLz/GNoqPrHHmbxef4BwQSN1NpouMHQMDJhsZJoxT7+MAvP848gwhWfGgs23+FN6lwKxGHANhLn+MvUAGZynn8zn1FGtX8J03FeqyCiYUKbOuB0Ni6nmWnH//2AP8z88/ytwfpQTqzcggO6Rjo0Dj3BDEUGwP6Vmj3MAvP8HTV6gIQ6yOZe9v1o/h9KJZqK+b+4cYdZYp4/pY0H8I5gnCthAhgmMH94nv/+nDDODzSePn7FWLpieH1fTI1hqvP8D0cw3d/N8yeRdPTinOTbNSBMWJ9PBXjDVAqb7Q0sW/x+nn8BkBKM9k7jlr4HXX4qwP5OVjeY8Xn+h6oKU5SACWKbwajIQ78PxgD5ODBRlDinuFc7mHnm+ROTA9/YcgMa64FJAoUwNDYOwNfgV/+jAzMrC6pO/Qcw+eXRYfZFcQKjHaSNhvE1+Hzs/4JROrLOuRo8Vv43mHomMEwTGKYJDNMEhmkCwzSBYZrAME1gmMYA5uInJVV6uXqYy2vs/2RlBT26fGzVnVh7pqSferZ25diqu3pWZKouZ4+tvpNn165tXZdGbb1cO3vyGINOnl+TJrrMwoVorpyQRl25egz7AYGGi8bk2+PGAAAAAElFTkSuQmCC"}),_g,BO=v(()=>{_g="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAXwAAAEICAMAAABrir8vAAAB3VBMVEUAAABzgo3d5enp8fNzgox+ipjt9Pl0hItzgozf6Ovp8fZygoze5urs9Prf5+ve5ut0g4xzgoze5uve5urf5erf5uvd5+rd5erf5Or////3+vzs9Pne5urq7/L7/PxzgowuNDigZsaEkprmlk3V1tfl5ubLzM18gIKWmZu5wcX6+/vs5/Xh1e/y8vNITVHc4OLWw+jvyKTt7/Gws7TLsOH19farec22i9P39/jq6uvoo2Psu47f4OHx1br17ebz4dBBtf2WoanY2dnRueXy8fnBndrL0NPqr3nt+P/m6OljZ2r9/f47QUXa8f/U7v+Azf58ipPU2dtiZ2q/5v/Gp97a29y7lNfM6//L0NSnsbfl9f/Andqlb8k31dPDyc6lcMqkpqjnnFjz+//v8PG1i9Ob6unj4+SJjI9VWl4CnP3m+vnn3vL29PHczOtp396NmaIiqf3MsOGxgtC+v8FS29m9v8Dwzq+NmqG07+/059uxs7TtwppvdHbx9PTl7O/t7e25wMb28/GXmpvg9P+g2v/y28Wxub7rtYRcv/47QUQSo/1E19afqbDm5+iQ1P7h1e7Antqwub9wdHfpqW5wx/4xr/33+fna9/fN9fSo7eyP5+brtYPm9f+w4P/A8vFZOmLPAAAAGXRSTlMA34AghxXvOu86s2bfv3/PyqXv759wn59gUVCBVgAAD1BJREFUeNrsmT+Lo0AUwBcOrji4L/BSPV45FgqioKiFil8gpLmACOkSi6RYCKlShJR7sOV92Xszo8luJnvrwf6R7PyKxJl5M+7+5vmMyd3dt5/fJ5an/Ph290F8s+oNvn+U/R+TCVieMZn8vPsYrHuTyffrrqz8D2Ayue7Kyjex8m8JK384Vv4tYeUPx8q/Jaz84Vj5t4SVPxwr/5aw8odj5X8caSbZwnWi6uvKd0L3vdfySBHdwzUo+rryXfTfey2PqiS5j4mu2vfurfx3lR8Ds6MGnnEDNd8tw+5q9/0CGOHnstsv3FlYClAU61k4c0HT+kK2pwKWvj/D0Pd5hokz5fndnPw0vfBdyOXkPijkEdl46NdyX5C/Ikrlm5dAFlfHRA0xOvO33nZXJeBV8Ypb+2R3lCGazNvuvWO1SznqAIrESz9fvthgHdQYFNIQlsDMUKoMsUQemC9VVMBRiFNQ/EI3QMYHFzsCMFhzb8BBUviTkwhchBjw2DmoVkE+dixekA9EW35NqfJIorqYSNukKCI6Ng3tuFWRakarboH7iJgYVvQIkpSiEWT+DKeF/MfDk/a1dhwiOgC5lhSgr3Yg7+QHCx5z3X+VnTUGjhzO1YSwAPiNoZKPm0Ku1cpdwUDI9HeHlJ0t0Up7I28PaQyak/wYMmr20Mi2l+xVofK6BR6jDCDjVkWZ7kk+X76DG9CqhXQRzIWQCaozX785MirQwWEv//WaH6CAHtSrz7Fg+bqR41StOBtc89OIKmDS/sZ7KT+BVEYcCXpW3ZhHUQqaA+2AiSj9fPlTnDqSEl1glrgJagG99V6S30lhe1p+/qowBxfG8QxdKX+j+0qQjbkYIr+JVBFJtfwGrsrPYCXlx9rrfptlWdOcd0+zapoVQEZ/RnDDDbHHB+0a835kqX2Uqsifs1k2nVeE6Xk9Lc66nc5VzT/L51KEm9IVQ+T/4Vqj5VcvyQeKO/lpRZq+5kPPTh7HdBiF/NzRaAHrs3wtuu3l91fDcPnGsY/+pXxwFzXivB1QdpjB8tOI4gNnfkRwWeEzqjj9ozF81FRazwgMuOwbmc8p+xaZzycz5DPLXzh/Y/lJN4NM+VDRiofHIF+W9DOC7TqnG25+qu+5NiWkJFN+CQYq1jjeoGPI7zf1TeX3trNr8u/Jqygdg/xi3iV6V0/8036EGHbbwVGootZYmvKXKs4kxLUeV8etigzgQn4h9B+B/SUSvo18FgzM0ZCvb7lUjeMJN8egbN11iEru7JzzIdZh6270TkwxyNsp1sKUDwHOjCdcvW1l2+YbX5meT9t1je6lfKcuc4dPUvapINdyh8tPPM+jhl8Oz+SzYIqzpIrMms/siJJxyAf9sFpPVcEXStt8vpTyH+TIb1D4yATcbcoXi9p4wtX9as7D6SR1DpfyxUafvHi61mK4/Io64ufy4RBxZ5VelZ9RsxqJfICl44hrZUOA4xTQUTjOEv4T8WRhnl7AFQo18A68/ANAQvFovlg7Ycq/TSrKrPxPYZvt6HE8Xyl/LfkVUZSOXr7jFnCDZMlhP6IfUyxW/v9g5d8SVv5fdu4YBWEgiqLohATBYKYQwcJxq1m7jQTEwl/IRD/nLOHy6hcnfibix4mfifhx4mfSLf5B/P3iL6b/3n4un7h8efrfy5cyzjde0i9jAQAAAAAA4PdNU2Evw1AIEj8T8ePEz0T8OPEzET9O/EzEjxM/ky/FP15Ojc35OvaLX1tb72zW1mqv+LU92LFjF7dhKI7jQ6dCt5bCg9z94G3uItDkVUsgm7xJi8euN97UkClTlvuPa1t2zrKvOUET4yjvS8ggnAQ+UZ5F9s8kjXreN/qL4H/Z7EmatN98XQT/50b2/aznzY9F8L/Lxv+g/bdF8DdPJM162gh+aoKfU4KfnuDnlOCnJ/g5JfjpCX5OCX56gp9Tgp+e4OeU4Kcn+Dkl+Ok9Br7h0JFC+oUP1FYzV9Q1rCsad+Ka+l54R0Pc9eo1DSlmTVHcV9O/ewh8ho3wqQZUiw0caJQDDI0zsGX0ihBgmW3zvDvjAxN84Cb47nh/+FuK8+CyXefplwQV4Q/fjuYYf9v9TmAu4Su6fo5P/u7xS27g3sCRmIMp4Cf4trukwByftrAL4zvW5P2949POopF1k8uq0qKM8Bm+m09s5/gVsCR+sKdGf6X4v6tzf8aqp6Jt7FMjGvgdIBP5aNGg7tA9HM/wy9PlseOLtpKulwmfcazWif+rLvpUtKVD47XSTr0MXKtoy/HStm6ENZhi/FdjjAWqS/ghTZ+U0Wln0FcU4ftt2xjiDZOjjQ5QBocIn16gPFyMHzKKLuEftm2Xdn5u+L2++mzmO6Cw0YjxADdZ2BhfwYJpgl9rrTvW/5v5ueF3+oo+wdcNfHx21zjnInwy3WXzmU+L42vqKvVq8Rt9RZfxhxP+aXTW9MMQKmBifAVPCfhKt90Sv2RHTZpXesP9OEbIvw98q4fTfkgz3PlOrCL8phT8kJrecAu6Xppd97TesZPw307FXAczZjcsvVLfkT31ea7e3+Mdn2d7b8d96nb/7QT95rHimZ91mq1b8w0377Ra9WnngRP89AQ/pwQ/PcHPKcH/yw4d0wAAADAM8u96FnY3IIGf/BL5P/kl8n/yS+T/5JfI/8kvkf+TXyL/J79E/k9+ifyf/BL5P/kl8seOHauoDkRhHH+OrzvNZGYvzNwiLxCs1jAgTF4gXZJOkDTibdQi18Ji2S3vu96TUdEECRvYZUfJvzAcZ2x+kSHk8034z1SI+FmTXGp2uE1EPoHn6Ofxf6HXrmr2+/17xR/HZPmKmxSdsoXGE/Tz+PPf6NY04LLKD4d9Fz+OuJUkh165E+Ait8LDFAD+S08/WVzxeejiC/gkRegmT0sxxXiYQsBn/bH4MeUT/pfgs/5Y/BWtAKEicFrViFVJhVK5eqON4hkQWyljvztSQvMQ4E0JA7+jnzQZd6yyto/7+M4KViUFTpCENJaMMY4v1pgC2JItUzIz/6PcmtSQRGgFgv/y5wb/sOQO1bKt6uHnMVcYO0MHv3/sxFRqQJi/GlBENYCUIgRWIPjzzx475zZiGD/l6bJD+XWsKEdghYE/H3fm67UxYhCfHHxUAoqiy40IrCDw5xiF7yWLAXz/lc+YCX8Yf47R+LBuCF/TBj47/fOH8Xv2WCRX/N0hu49PV/yoj89ZgzZBmwl/1Lud1+UySZKPKuEO77iLv6WipXXg3jx+cSEuThvX4CStJ/wWf0T/FueOGXDnUVM5MgJASjKqnSPpbU1e19CWijqGNlREtaQCE/4A/qgU+WypNDiR8uBmHh/KEJXAjC9WQ8h2n8KE7/G/JS30dRDifNGnpeBf+z84/mP3n537d00eCAM4TkCJ4KLjTXe8cCYdkqEunR1DlmYXQkEMDm8HlYo4Obwgbu/SH8P7t753Z/AhtbVPGzzk8nyhoU3O5UNIIvWR8PERvksRPj7CdynCx0f4LkX4+AjfpQgfH+G7FOHjI3yXInx8hO9ShF8jC/i9DuFDlvH7vE34kF38LvcJH7KL7/MW4ess4kOdDuFDlvFb3Cd8yC5+u9Ozi3/754592MOq7B9zIYWPOfW7VvHv+dPH+pP94tCYuRAKv+1x3yY+u/lEf/KbmWaAX5mOHlV2Xv2nphQ+Ir/jta3hgz4ePxCH0i2D4usbBELiV+tyz7eHD/p4/HygWhcigJ1J7Aa+0ucta/igj8fXztc59obAR1z3va49fNDH41/p2FsNfNBvce61/LYlfNDH45cfBB+Fo2i7mbN5GDG9GQTZVLIoDzbD6LBoutmoPaphztRRs1IXhWtmJcBH8/c9znnH+0G/fhLnT9/GH4q1+gnTNF6rnVIfCcw4tCzSJBaZFo5FnCRiNzK3BT0tHeUiLF99tfgqv9XvWcR//C6+jIVUhMJ8JUyJX6htLoqN2vXXLJvqjUwzjb8zN+Uo3R2HF60F+PgsXnYe7/D4WaDKUhEyhR8wBvhrrSuEfHdHKLR3IpYMplf0aN3ZGoNv7PH4sSnQhkNNDPij4zkNo0GRlIkw+OXfIitfcL6G4Jf2p/iz1blr/nEcFPDle/xllgoV4JtfIiYRJ34j8Ev7U/znxf6tHv5QFANp3AHfHBl+/R6hEfil/Sn+aj+ZLRYvdfDNhQjwy5Idiwv2ZQ3AB/tqk/H4lbHZYl8L36yVooqfiy3mOdN9/Huwr/a6f2G6txr4ahMPZB5nVfwoFYjnzAbg39589s+UB3bouQY+m+s56WUA+KYQMyTdAPyLJyU7KcE8ZxL+JcI9ZxL+BcK+wSL8ixTFG8QqwncnwsdH+C5F+PgI36UIHx/huxTh4yN8lyL8/+3cMYvbMBTA8XBHhysHBy0HfeBmeloEHgU2aNJkI+xNGDLGoG+Rerg56039sJUcx40TSEV65/OJ9xsU2ZaWf4JIloSj+DGh+OEofkwofjiKHxOKH47ix4Tih6P4MaH44Sh+TJYYf1vVRy9rOMWFnk6vExks2sfH1xftm01RFC9N4cd68jhHAQOGHP4FJSzax8fnGUxVL4e3ALy6oPjvGT/NzuJvxvj+guK/a/w0o/gTs8ZPs5vj89zKkoMnSitZCj3BJBPH+C2Ttu3v5pyXVsBSLCP+pH5VFc7vpvDq6/FbpVhplN9uUVlrsDs8VExi3sfnEmVpcd9v3yslKf5Z/J0+id/UTuNGpzmLz/KB9PE5Wr9RGje2fVSp/BSZG7np41uVgb/V+u3YwYIsI/5Ohx47J/h49ggUMOjQpTZquC39sAdPSr99WX9/tIj4O33jma8M72EOnua8cyvWw1nfv+aYco8pP1/OkbOU+K79jfFx4ONnVqEngCODnpF+3RHFv8Rd+5vjWzjiyqQcoD2NjxKg9Ot6FP8S1zC1qfUYf91sr8WXCo5S7MYVyoCX+fgtthQfgum6qapqGDZwLX4+HPbCRe6n2vgV5SE48/HXymhwdEbxg2yLoy1cjQ8SWSpaiRmsjWpFKqVfwQ0yd9cY2X/JNJ1oS2Up/v/pzFhvbzg4uUFEKQ4/plB1qennzM2tlhaGB6hy7bdT/LeluR5n8BfX04sl+vzxPzGKH47ix4Tih6P4MaH44Sh+TCh+OIofE4ofjuLHhOKHo/gxofjhKH5MKH44ih+TmeI/JUAu/HpazeEu2QE5I5Ifqzl8eUw4kAmePN6vZvHwPfn5uiaj113y7WE1k/unhEx8vV/N5+H5joye+4/9H9E5eAp4eScvAAAAAElFTkSuQmCC"}),Kg,zO=v(()=>{Kg="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAfoAAADkCAMAAABHYBYkAAACClBMVEUAAAAsLCxzgo10g4wkJCSCgpDt9Pl0gYvv9/dwgI/Q0NbT1dd0g43b4+Xe5urT1tjd4uXe5uvs9Prs9PnZ3d7X2ty+wMTV2Nrd5enR1ddzg4x0gI/Q0tTV2dva3d7f5ura3N/W2NvS1dZzg4xzg43V19rQ09bZ3N3Nz9LV19j3+vz////Z3N7s9Pne5uru8vRanTv/AADmlk3Y293X2tzV2Nqoy5tFTlS817PQ48wuNDiDiIuVwIPz4dDU19nR09X17eaBtGtuqVPqr3nj7uRko0ft9fBzgozoo2PeDRGvsrTS1dfuBwnuyKSy0aeJlZ7O0dPsu45uqFPo6eqipqnLzM309fWexo/P0tT29PHq7fCYnJ/Jy83w1bp0en+LundcZGnj7+TMz9Hl5ubJzM53r1+jp6q5vb+Nk5Xa3N3wz6/059vDx8nF3cDFyMrd3+GLkJT29/hRWV/m6Ontwpr5+vra6djy28Xw8fLm7O/ByM2IjZDIy8yOk5XnnFizt7ljZ2rw9vmWmp3rtYT8/Py9wcRqcHXpqW7x1bqmr7aXoqrnnVjq7Ozb4eW5vL/Z6NjG3cDvyKTlQkXiKy/mCg32AwXuyKXh6OvN1NmfqbCpra98ipOAhYpVWl3G3b+vuL798PDi6e374eHvhoh8gIM7QUXgDBDx1LqEkZuEkprzpKbzpKU7QUTZ6dd0VV5XAAAAKnRSTlMABd/PBxDvgCAQEYJ/IN9if8+/r+/gJJFg1FAg8O/Pv7+hUr+vwLKvwcA/a0FOAAAWL0lEQVR42uzWwWrCMBzH8eYiokhFa2UHxyaMgUlOMde8gMdBX6CnnUSGsKvgsQ+9JP+W7ra6ptCW3ydNTKm3r1EjAAAAAAAAAAAAAAAAAAAAeABj9FLd0gIjx6xy5wajbfWKz8AIMYpuw9JK6X11WhF9jFg17JZQ7HJPq7+QfyyothtN0Lv9tGsD09VEDtN6GvXKLN6+bxLRgnLTOnpaazcrxg3jprtx6MYO2voHm7dtnDY7/tOhhrcmPWo/W76I9pQSvryPXzfXJ3MydLnFM25Dl0WPLe36P8Vpg3/9a3k7DNRNrqKemC0TEYJybPg6u9F5kV15Y/fLd65s/tc0Yn+kl/IwWHIS9YMNH7C8V4Y/Z3f+uEsutJ4zxsabXkZ9sHgOF16o31/254z/07U4mk1q4yN9h+JEhFIeek3tRcZbuOZ6t8ep79JShC3v21vmfOftfBg9R/pab8srry7/xVu7uB98pO/IXgROT+WNLjgP0j6OGEP6DiwSEYz6VCrcmSfZaZcynPofds7tN2koDOBTY4y37MVpvMa7sW3iCds62kK5jCKBDLu5OZCQZZQBbizGOCeRIGQTL1GjvvhgMp/0zT/S73Baa7V4ih4MGn7q6Tk9p3358Z1bW/vBGMuBXiAxD+7VCZ4Rt1PHh+pNBnOgF8bhj+UeeMCz4q4K6/uhetYcFthhiccxr97kmfFAPX1gqJ455wRW3LE27ycx4zxDbqoHh+pHRgY36MG7YG3gpmo8Q55A2P+x+vTcOjdQ9E/9yX176Y1GBTeKVRPBRq8Wab29tbBzn+NNLnxjku8RIwVh/4fqReTn+sDGdHjg1J+4vofu3n3rvqIQGoJNUslR1MNfgKg3+J9oyd9o9b7Au/TH6iVxk+sD077BUz+yj+7+sNBFfaOE+dCTesA0P5Fy2bqvt1qtHVnegUOd75VJ9cCAjvUDqd6D+9Fu6ksk07N6a6jn3VmQ5QX+dzBSo7vo6sV0XFyK+OOk9FaM4eLicifkARL1af/HpcDy5lLkLS5J6UCENCE34KRAZMkPrURyl2URCsCjR4+ucT+Rn5lJ+DZmZmaCZjGbfT89nYcfw+pMluPwgcNkV7ent/MM1LNzf4yuvlguVy31pNwuWjVV1eneWtqlhF+rrxkGX0tO8HAADKPWOSTbxi+2dY55iHoUXUFzGooSawHkjyJAxE4RQCTORTUNrUTnEIJmMYQ0uAKlrRv4ESbGLZqtA+bxxo0bt91C3mTGLAYTuASSE7gzwAechhO+l1CxzUA9M/dnaeqbdQVo6JZ6PdcpF0F8BWeajqC33KeMX6tPylNbslw3SEmWk/BraMlAvetOfujyyC66ehSNYVuiaS26IkHw+53TvDkQG0GLXBqXY6LEQappcXIDLboYh5MxTkIRDohrUc5WT+nwIZ/YXuOyz4NO9ZC+z3LhWd97BupZuR/79VjfFpL1UrNZUXKW+pKyVW6XKrqgV5QP7XJFqTrfyTOj/j5N/Rd56mnye/U78k57YUfe6ra8C42Bebp6CesyRQas8P9BfRSqoOEmEjkLK8aRfW4F4Yv9KNCbepJxqs/7ZnE++/hxloF6Ru6FbuoJSUFXoVhVFKIe17QhVfFvoNSpmRdszGkeRP1tmvqO4+/Ut+WpGoT+5y98F/TTntSb1t4Q9WnOTX0E8qA+ZlpdliRp0WyKUMxuLkIawbfCvH79mvOg/rmLeji9GsRM+9b6pf7CbheuX9/zG+pzZUwRLFfL5aai6Kb6nNJIVnXIbCmlMq5puD2wDdHV15zq6/JOEpiSjW7qVU9jvT0+k9Cmqk9rqINodvicRVyD/DJa6WWGD25d1ENike+X+ous1DvH+noD1DvG+nnVXvq7vKCjelDPO9V/kk0WuqlP9UV9GkXTEPUkxMkNLJaQBNX+3tSH3dXng4S/2uEfur5nf/faIxT1uqI0VaFI1G8JGLXahGEemjTdHtzhoAf1r3pVX6dt8+jqLs/qQZpX9VHSw7upl9Airv4z9T6s/pndGTBQz8I8MEZRD9JVGOaJ+jpki2SdV4J/DRWyuuoIeqJ+MmTQ1WM6Q34J1OOKSbzqm+i2nZcZ8zTDj0MKwt54U2//WGz1Npq2Dk1MXrx44T7N23ZXT7LhjvoN3yoD9SzNA1co6tU6rN8+1LH6KnTuOaHS+IDLZUGFVcB8Kacknet6c3F315t6WNA9bcmfQT3/CbKfPn3uFvu1zFUvHT5ahHQdBHpVTxYDm8hNvYg0fAfKDH8WvLqoJ6ffddQHfQlyPsxAPRPz9C0dsnqvt7F6HPuKkKxAWm/ieC8pQK5qX2Vv5KZC3tQbU7L8eX4Kq+e3IC9PzfPuGKFjntSjwLqoYcdO9cuiKEbQEqRxh3rIRP1wxYqb+jiCIk09eH08S3bziHr79Gp+NkHW9e98idWH+Y2X0wzUMzIPG7lUikXVzKlVnTzBU80y5Nze1AD1hQe8NyYmanZ+weC7MR4a9TTNE8G+luZ+VC8hi5hTfTzQucDvpp6LIJGmHnj+zNzNc477G3A2sQbqMasJKIF/BuqZmAcOCIywg34cP7jL3OSZ8qCQOuptmheTpDjXC90voEzyaISDa5zNWjAY/nsPbWnmyU4uW/nWFH+cZ8qrwvERDF09Q/BerpN/51UNME/jIEvzgqke9/g1niWhzOhfVh+X1qM/LOr/HfWeOHCEddSTwT4zyTboQ0d3/V31krXDZ/OfqWcb9vZj2xDTsM9kznl6D9//ll3U+/2bnJP/TT2EPUu+vaGlZ57wrDBgkjf8BAMY3LD/7v/TUEOFuzwj7hUzB4ff3PWDMyzdC1g9cb/wipF5vTD88MqFQfvcEv5az+z1wi2eAU9ShVNHhx9Z94dR9j0+uJ8IFVi4fxIqhM4Pv6//yt7d9aQNxXEcL5lPkYACM+rGxbaLZWkVCQuIiQjMsZEQtAhzddZNz7oYZ9KYgVMMl0vmhffbre90fw92rfGxiqztfh/aI22JN9+0hpqcWjnyz/2WGZ9/uVfrd77aM6b4BR/SG5zanrJbv91nWeuOM6p80Jjs92FWjXv07GHH59UgcyVZk4/ucMqXVBYd8mEunXsVGOng3dyJ0/TJuZLCWqwq3cr+VkuTx+ku3lX6kN5BF33rDLk8vsq2jmxe93/sfy7pqhz19/iEK4XdPFFqRHCIwNPO/vOW1iTFL2VlprZ0tUTz7NBC68mLe0nMffwHP5Zkuq6+Y1H/oA/TI3dHYKgDt3d4Q8uJzy/7CmOaqmkqadFystKg0Urv6EXao8YHjTHlxfXhefvIpDv1hR1Uvl1/9MlIJ674xtzYyfZlv0T5s1lFkWlVZL4oWRqz7b2ywkfaJ8tydPz56FAvHojgDT7S00PLjdCHEd47Tmqaz73hBMHYYxymFQ9A8Rozp9GaXuZ+nzHimWfeh7MbAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACgswbCLp5X46/IgNB9g8OhmOOFxrw4oco/nlwlEIw1pxyvGQsGhAtF3DuN0tkplcJCtwWPdyUX2D0ODnpu3jyryT6hy8ZirihP7WPD3k4/KXRZqCm5RDOE9B0Vm5JcYiqG9EiP9EiP9EjvfkiP9JdBeqRHeqRHetETkB7pL4P0V6dPxUlaPC9/6ZPol+JEvF4ukciJhszXSmONb1YSJCOaR4oN8bx5+ohFhn7XvaZ/3N/7v6WfSaXyNtMvpFIFm+lXGglum97vlcs/z6RPVByQ/tHbB723Sr+8WavpdYlsTtBQz9Ylk65LNnQ5PUnZTE+WbKavJIqZ3PZhMWNsWrrmynsOSC/0U3v76Zd3prkdCj5dox01Gk0f16Wb8Wz6tUSx/W7FTG/lhPS8vd30y+vTq1VJqta+rZ6m13d0V6afWZjN599vGOnTn/KztMGl6Uj6ovS/Dg60a9JTx0PRZE2fKxPzrN+rzM83cmb6lXI51630vL3N9KuUm6tWeXrOjelfx+OFpUI8vtBOPxunjcJ3kWx84UdevTmf/vfi4p92zqS3aSAKwAjEKoRYLggOHODkCBgs4cRSosRO7KQVGEKihKTKdogQqVJKWlqJQw8gWkpV9kUIxCqxiv/Imxm7DsSoTjIpSfs+qfbYnvHl85t547jzYB31BSh4qwelQNppkJLlFPzFHPWFJfmlgKgX4d5bfctVa6vPZXh3cCOa4+r5c7Ee/119XqVbg5hMPT1tcd11kjdpxXA36gulUsH2tiB1qPdI81LyLDSIpR318Cg02u41aPXcfTfqo8HxP9SzU1HYjrdg/H87w9U/DE77NPbfx3p+rHHPLP1/RzSJH5j+1bvMyyk/6ktuNaYezH/d2Hk9d+9f/XhwylN9lmYA0XIG1Ps0PwTqa6qq5onCNDclwCJ5ScqTvEoJk1CH+uLq6qt11Jf8qb/rZgQsPaDmB6j+5HYPkskd/tWD4qin+mrZHevhMfDh6r+rtwzC4OpVCXhHKrTsoHhm+GKiHgK9XT3QGKT6U/2rv+Yd9Xwc4OrpZE844tWHiK48VlWFKO7kTiUaLVsqJ9GL+kl5wZ/6WLv6lfmFhckN7vD3J3fs7X+sn4I/TjkYLAfEI159ndu2/ox6GPIr0Pnb9KK+sCDHfHX483/O6xtyqrCh6rl5/+pzrbK3+oejFvVEZ7uKrd6SgDzdKUT5W73pFFeXl9+v/37m5V/q5z3UP+G1XPVQb1aAeiHmvSd3WSfsZ3KgfsJWnwtOt431orI88ep5n84wSA22c85YX4etqZMEbA0DrgC/JE6FqH4zfG6Xd90xO/gboLRTfUxeiLF9wVFfgExPgHpB5r3f5mVnYJdtQWy3yk6ad4c9EeM5UA+7Ic7wQa8WDqs0uPVQUzHqtnpDa4ZgQs/HAD3fDCmavva0GJVw2Ld6CGg5XWpQnc4IcDfNpu/wLi8tL8F2ktVKpedLsyv2vJ4/MzEB6sWYd9W7ZOAdfqsKI3qGOq4u5pj6XDm4WG61oqCeJYNvcwJ0ilcPJDT7h9swAZSQM9brcBQ2eQaoE8CgF/hxHQ79qgdgpgbEHY+xuP3DrexQaqtlRz1/ZpYEqBdh3ls9yB+fmBi/wRP+iQn4IS9Di1PZiXHwHZ1iVa5FxRgVr94loaqm5KKqNclhjh70wWQkUhBQa4A/2u7dYr/Xjy6iP9XYu9U+1Rhd8AMtVP8vUD2qR/WoHtVLmwJUj+r/BapH9age1aN6aVOA6lH9v0D1qJ6Ci6cBu1B9jxwcnSUTvZfJPbxZFko9sm2D2TciC6Xe/HgAl0duA5dHpu6PnB59dh0G8xvP0VFYFP3gvm0IgiAIgiAIgiAIgiAIgiAIgiAIgiAIgiAIgiAIgiAIgiAIgiAIgiAIgiAIgiAIsoXZc3iTrKvhgyN7xC6pcvDEmaHnECyks7kXVPG77AouqLLGkc2xjJLfxZYOC1R/4NVoLKP06sC+Tb1unj9O7xK4kM6Zm4GR4NaZg6geVtfbkksmnkD1oB4XSkX1qB7Vo/otAapH9age1aP6LQKqR/XC1X/4/HTsD57+CAwLqH6Q6j89G3t+4Q+ejz37FBgOUP0g1T/78uLcX7z48uxDYCjwpZ7okg/CJCSJJUTC0jqk5IuSL0pOxYgs96r++O6dXan/MQbmO9yPfQ4MBai+C/XHkjt2dqP+6fNzHjx/6tbIRRk3vOXMRHNiLBdfo/p+1AO7wX0X6scueKm/MObWiAY5VU/52WBGjPrLb1B9f+q5e7HqpzLAVLU1M0j1r/uIelOpaCGTHahWWNPyNclGpUdqm3pLSTBtFS1cewxlimLRehV2nd4q3JQocwprqCpztIFi0jr2jWmx6ag/e/v27bPrqi9dLMRm4/FSgQlOx+ONGBR4OT0pRD13L1R9lO0zwYmBqC9eZrs3sLt8szf1dXLFIDp1nyDEgDKxJIqpEXLlCiEJR70ZJooE5Am00DWi2jcIEYBWqxnQnpA8j2pWV2HPjEbyhN5Y5VdouW6rL166dKm4rvq4HFmRgRKU07KcWpFTzP0TVk4LUc/di1YPVN/ysZ+55iUR6i99o9sbyWIg8O1BT+qJngC1TESChXjCICaP9IpJzznqzTq3GbJbOOoNPW9KCdoH6LRCQiehTvV1lT4yFSjXWEOFrK9+vjTpql+5G5MK9yOSNCvHIfYb8hKcjskrEerfUV8olfpQz92LV9+i6qPlYJCH/wyUWtm+1b//VqS725dgU3zzvhf1zI1pGLzLd3WpRDfbx3puHtDsFo56OM15RzSJNdQ61PMmxICtxZ1r66pvJw6mAWY7VZBY7EfopkHLS6BexLyeuxetPht8SA8mMoFodQLMV6vRTHSx2qf6e0meQTxY5rF/uxf13Kctsqaqap5ZU+jWVW+Bec8WtKvn8HZgmJgd6h9JwBXitrOcsX51dVXyoX5+LaW7G6G8lGepc9YvzPak/uR2D5LJHeLUl6eBcjBLO/1FfioXuMOc51r9qT9vu76ZPM/2t5M3es3weR5nGYTCrFVIs109kGfFhNPCUW+0TwO44USH+sSa+jp55GT4/okzx1yzQ5pmA6wHaPSk/tTA1S+Wy+VgawrK1yHyKbArL7LSnX7Uu2F+PnnTVn++L/UwiiuPVVXxVG/pRPVUr3enHq72oj5ml9JyOsKBMwsy7wmEdfj7kzv2iu3wM60yK3NAfbUsIsN3wnyZJ3gzyXs9dPgQtI7oOrdiEcUR6Vq16OBfg6LptPineqOtw8+LiXpX/cV2zSl++qIY9dy86DRvPDhFo/5ahpFjXT/Qf5r3pkjTfBb8xe+9pXlghQtxLFaYNYvl465VqlFjArlzvUO9xYeEGjHcNE/rUM9uBTtnrF9eXi52oT4ix93Td+V5thOjnpsXnuFXqzC0w4Bv87aVY7u+J3cPvoNzHvvfL/U0uWO+mkygQWhYzxGitKXwNXPNV51YrA+vMM8d6hPEqLHr4bU8v0Y61NsX9C4z/Jgb6RH+DLApXpwl/ULUc/PC1cN+HIb2FnWU47k+lB4G+1Z/87L9Fhd2xZ7UGyTctAxmSCF6qKkYdi5vEbgSUgx7Xs9n/HPwTOikruRJvUM9dAu61QwT1sKE+4YsXe9QDwfwLk83elUfgQRvfr7BzhRSUG6kFkSo5+aFqwfKEOe5RZrvt6o52tVXp8vVaVAv/C2uf/XuyzjDchN5hfXVQEgngOZEPWCxuX4iTBt0pHnMPVB/xMpzOq2ldKpPVOhdld7UA5NLMrCSLtCAT0Ex3hCgnpsXqX4ma8u9kaURPzUxPX0NzLNSNnc1C+W+eXO5D/WAqaqm02e7RaaPHnpRc9K8zlvVOm7bwZw6J/VDjKX3nMnIpJBPNY6BeSE/2m4or4vdqheBTqRRwP+nGmC+C/WfvT/V+BkYCgalPhyqSbU8pIejwKA+0Prg/YFWYDgYlPorhFKRRgL8LFOkevOxpViqNBoIV+/y8++PsT8PyUeZ+EUu/gsGqkf1qB7VS1sIVI/qUT2qR/VbBFSP6gVwYnQWTzu0zYtdqL5HDp4ZicUy4af8M97L5B7eWgulHhG4OPKBVyOxXCYslIrLI+PyyH+5P3J6q7DrMJgXydFDZ4aeEwf3bfPkN1yBOqAk6i9ZAAAAAElFTkSuQmCC"}),xn,Qg=v(()=>{xn="STORYBOOK_ADDON_ONBOARDING_CHANNEL"}),Jg,UO=v(()=>{Ds(),sh(),S1(),hd(),kO(),MO(),NO(),LO(),jO(),FO(),VO(),BO(),zO(),Qg(),Jg=({onFinish:t,api:e,addonsStore:n,skipOnboarding:r,codeSnippets:o})=>{let[i,a]=at("imports"),s=Mi(),l={imports:0,meta:1,story:2,args:3,customStory:4},[u,c]=at(!1),[f,p]=E1(),d=IO(),h=qg(i==="customStory",e,n),m=Gg("syntax-highlighter-backdrop",i==="customStory"),y=o?.language==="javascript",E=()=>{let b=o.code[3][0].snippet;navigator.clipboard.writeText(b.replace("// Copy the code below","")),c(!0)},x=xt(()=>{e.emit(xn,{step:"X:SkippedOnboarding",where:`HowToWriteAStoryModal:${i}`,type:"telemetry"})},[e,i]);return g.createElement(ah,{width:740,height:430,defaultOpen:!0},({Title:b,Description:w,Close:O})=>g.createElement(od,null,o?g.createElement(Bg,{activeStep:l[i]||0,data:o.code,width:480,filename:o.filename}):null,i==="customStory"&&m&&!h?.data&&g.createElement(zt,{ref:f,onClick:()=>E(),style:{position:"absolute",opacity:p.width?1:0,top:m.top+m.height-45,left:m.left+m.width-(p.width??0)-10,zIndex:1e3}},u?"Copied to clipboard":"Copy code"),g.createElement(id,null,g.createElement(ad,null,g.createElement(b,{asChild:!0},g.createElement(sd,null,g.createElement(Xn,{icon:"bookmarkhollow",width:13}),g.createElement("span",null,"How to write a story"))),g.createElement(O,{onClick:x,asChild:!0},g.createElement(Xn,{style:{cursor:"pointer"},icon:"cross",width:13,onClick:r,color:s.color.darkest}))),g.createElement(w,{asChild:!0},g.createElement(ld,null,i==="imports"&&g.createElement(g.Fragment,null,g.createElement("div",null,g.createElement("h3",null,"Imports"),y?g.createElement("p",null,"Import a component. In this case, the Button component."):g.createElement(g.Fragment,null,g.createElement("p",null,"First, import ",g.createElement(br,null,"Meta")," and"," ",g.createElement(br,null,"StoryObj")," for type safety and autocompletion in TypeScript stories."),g.createElement("p",null,"Next, import a component. In this case, the Button component."))),g.createElement(zt,{style:{marginTop:4},onClick:()=>{a("meta")}},"Next")),i==="meta"&&g.createElement(g.Fragment,null,g.createElement("div",null,g.createElement("h3",null,"Meta"),g.createElement("p",null,"The default export, Meta, contains metadata about this component's stories. The title field (optional) controls where stories appear in the sidebar."),g.createElement(fo,{width:"204",alt:"Title property pointing to Storybook's sidebar",src:Xg})),g.createElement(cr,null,g.createElement(zt,{variant:"secondary",onClick:()=>a("imports")},"Previous"),g.createElement(zt,{onClick:()=>a("story")},"Next"))),i==="story"&&g.createElement(g.Fragment,null,g.createElement("div",null,g.createElement("h3",null,"Story"),g.createElement("p",null,"Each named export is a story. Its contents specify how the story is rendered in addition to other configuration options."),g.createElement(fo,{width:"190",alt:"Story export pointing to the sidebar entry of the story",src:_g})),g.createElement(cr,null,g.createElement(zt,{variant:"secondary",onClick:()=>a("meta")},"Previous"),g.createElement(zt,{onClick:()=>a("args")},"Next"))),i==="args"&&g.createElement(g.Fragment,null,g.createElement("div",null,g.createElement("h3",null,"Args"),g.createElement("p",null,"Args are inputs that are passed to the component, which Storybook uses to render the component in different states. In React, args = props. They also specify the initial control values for the story."),g.createElement(fo,{alt:"Args mapped to their controls in Storybook",width:"253",src:Kg})),g.createElement(cr,null,g.createElement(zt,{variant:"secondary",onClick:()=>a("story")},"Previous"),g.createElement(zt,{onClick:()=>a("customStory")},"Next"))),i==="customStory"&&(h?.error?null:g.createElement(g.Fragment,null,g.createElement("div",null,g.createElement("h3",null,"Create your first story"),g.createElement("p",null,"Now it's your turn. See how easy it is to create your first story by following these steps below."),g.createElement(Ug,null,g.createElement(To,{isCompleted:u||h?.data,index:1},"Copy the Warning story."),g.createElement(To,{isCompleted:h?.data,index:2},g.createElement(dd,null,"Open the Button story in your current working directory."),d?.data&&g.createElement(br,null,d.data.replaceAll("/","/\u200B").replaceAll("\\","\\\u200B"))),g.createElement(To,{isCompleted:h?.data,index:3},"Paste it at the bottom of the file and save."))),g.createElement(cr,null,g.createElement(zt,{variant:"secondary",onClick:()=>a("args")},"Previous"),h?.data?g.createElement(zt,{onClick:()=>t()},"Go to story"):null))))),g.createElement(ud,null,g.createElement(cd,null),g.createElement(pd,null),g.createElement(fd,null)))))}}),hf,Zg,HO=v(()=>{hf={filename:"Button.stories.js",language:"typescript",code:[[{snippet:"import { Button } from './Button';"}],[{snippet:`export default { + title: 'Example/Button', + component: Button, + // ... + };`}],[{snippet:"export const Primary = {"},{snippet:`args: { + primary: true, + label: 'Click', + background: 'red' + }`,toggle:!0},{snippet:"};"}],[{snippet:`// Copy the code below +export const Warning = { + args: { + primary: true, + label: 'Delete now', + backgroundColor: 'red', + } +};`}]]},Zg=hf}),mf,$g,WO=v(()=>{mf={filename:"Button.stories.ts",language:"typescript",code:[[{snippet:`import type { Meta, StoryObj } from '@storybook/react'; + + import { Button } from './Button';`}],[{snippet:`const meta: Meta = { + title: 'Example/Button', + component: Button, + // ... + }; + + export default meta;`}],[{snippet:`type Story = StoryObj