@worldresources/wri-design-systems 2.154.1 → 2.156.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.cjs.js +112 -110
- package/dist/index.d.ts +2 -1
- package/dist/index.esm.js +108 -106
- package/package.json +1 -1
package/dist/index.esm.js
CHANGED
|
@@ -2099,7 +2099,7 @@ import{createSystem as e,defaultConfig as t,Button as n,Box as r,Spinner as i,Ic
|
|
|
2099
2099
|
color: ${be("neutral",600)};
|
|
2100
2100
|
padding: 0 10px;
|
|
2101
2101
|
}
|
|
2102
|
-
`,Ua=({type:e,label:t,caption:n,color:r,onActionClick:i,showActionButton:o,pointIcon:a=W(Ye,{color:"#006D2C"}),ariaLabelType:l=""})=>{const[s,c]=Y(!0),d=Q(),u=Q(),p="raster"===e,h="line"===e,f="point"===e,g=Q(),v=ne((()
|
|
2102
|
+
`,Ua=({type:e,label:t,caption:n,color:r,onActionClick:i,showActionButton:o,pointIcon:a=W(Ye,{color:"#006D2C"}),ariaLabelType:l=""})=>{const[s,c]=Y(!0),d=Q(),u=Q(),p="raster"===e,h="line"===e,f="point"===e,g=Q(),v=ne((()=>{let e=l??`${l},`;h&&(e="line,");return`${e} ${t}${n?`, ${n}`:""}. Currently ${s?"visible":"hidden"}.`}),[s,e,t,n]),m=s?"Hide":"Show";return Z("div",{css:Fa,children:[W("p",{id:g,css:{position:"absolute",width:1,height:1,margin:-1,padding:0,border:0,clip:"rect(0 0 0 0)",overflow:"hidden"},children:v}),Z("div",{css:Za,children:[Z("div",{children:[p&&W("div",{css:za(r)}),h&&W("div",{css:Ha(r)}),f&&W("div",{css:Ba(r),children:a})]}),Z("div",{children:[W("p",{id:d,css:Wa,children:t}),n?W("p",{id:u,css:qa,children:n}):null]})]}),i&&o?W("div",{css:Ga,children:W(Se,{type:"button",variant:"borderless",label:m,rightIcon:W(s?Ve:Ne,{}),"aria-pressed":s,"aria-labelledby":`${g} ${d}`,onClick:()=>{c((e=>!e)),i?.()}})}):null]})},Xa=se`
|
|
2103
2103
|
width: 100%;
|
|
2104
2104
|
display: flex;
|
|
2105
2105
|
flex-direction: column;
|
|
@@ -2265,14 +2265,13 @@ import{createSystem as e,defaultConfig as t,Button as n,Box as r,Spinner as i,Ic
|
|
|
2265
2265
|
color: ${be("neutral",900)};
|
|
2266
2266
|
font-weight: 700;
|
|
2267
2267
|
}
|
|
2268
|
-
`,bl=({totalItems:e,pageSize:t,currentPage:n,variant:r="default",onPageChange:i})=>{const o="compact"===r||"compact-with-buttons"===r,a="compact-with-buttons"===r;return W("div",{"aria-label":"Pagination",children:W(T.Root,{count:e,pageSize:t,defaultPage:n,onPageChange:e=>i&&i(e.page),siblingCount:1,children:Z(P,{gap:"2",size:"sm",variant:"ghost",css:ml,children:[W(T.PrevTrigger,{asChild:!0,children:a?W(Se,{variant:"secondary",label:"Previous",size:"small",leftIcon:W(Pe,{style:{rotate:"90deg"},color:"var(--chakra-colors-primary-500)"})}):W(ut,{css:gl,style:{rotate:"90deg"},icon:W(Pe,{}),"aria-label":"Previous page"})}),o?W(T.PageText,{css:vl}):W(T.Items,{render:e=>W(ut,{css:xl,"aria-label":`Page ${e.value}`,icon:W("p",{children:e.value})})}),W(T.NextTrigger,{asChild:!0,children:a?W(Se,{variant:"secondary",label:"Next",size:"small",rightIcon:W(Pe,{style:{rotate:"270deg"},color:"var(--chakra-colors-primary-500)"})}):W(ut,{css:gl,style:{rotate:"270deg"},icon:W(Pe,{}),"aria-label":"Next page"})})]})})})},yl=se`
|
|
2269
|
-
border: 1px solid ${be("neutral",300)};
|
|
2268
|
+
`,bl=({totalItems:e,pageSize:t,currentPage:n,variant:r="default",onPageChange:i})=>{const o="compact"===r||"compact-with-buttons"===r,a="compact-with-buttons"===r;return W("div",{"aria-label":"Pagination",children:W(T.Root,{count:e,pageSize:t,defaultPage:n,onPageChange:e=>i&&i(e.page),siblingCount:1,children:Z(P,{gap:"2",size:"sm",variant:"ghost",css:ml,children:[W(T.PrevTrigger,{asChild:!0,children:a?W(Se,{variant:"secondary",label:"Previous",size:"small",leftIcon:W(Pe,{style:{rotate:"90deg"},color:"var(--chakra-colors-primary-500)"})}):W(ut,{css:gl,style:{rotate:"90deg"},icon:W(Pe,{}),"aria-label":"Previous page"})}),o?W(T.PageText,{css:vl}):W(T.Items,{render:e=>W(ut,{css:xl,"aria-label":`Page ${e.value}`,icon:W("p",{children:e.value})})}),W(T.NextTrigger,{asChild:!0,children:a?W(Se,{variant:"secondary",label:"Next",size:"small",rightIcon:W(Pe,{style:{rotate:"270deg"},color:"var(--chakra-colors-primary-500)"})}):W(ut,{css:gl,style:{rotate:"270deg"},icon:W(Pe,{}),"aria-label":"Next page"})})]})})})},yl=e=>se`
|
|
2269
|
+
border: ${"full-width"===e?"none":`1px solid ${be("neutral",300)}`};
|
|
2270
2270
|
border-radius: 2px;
|
|
2271
|
-
box-shadow: 0 0 0 1px ${be("neutral",300)};
|
|
2272
|
-
`,wl=se`
|
|
2271
|
+
box-shadow: ${"full-width"===e?"none":`0 0 0 1px ${be("neutral",300)}`};
|
|
2272
|
+
`,wl=e=>se`
|
|
2273
2273
|
tr {
|
|
2274
|
-
background-color: ${be("neutral",200)}
|
|
2275
|
-
}
|
|
2274
|
+
background-color: ${be("neutral","full-width"===e?100:200)}
|
|
2276
2275
|
`,Cl=se`
|
|
2277
2276
|
font-size: 16px;
|
|
2278
2277
|
line-height: 24px;
|
|
@@ -2293,7 +2292,6 @@ import{createSystem as e,defaultConfig as t,Button as n,Box as r,Spinner as i,Ic
|
|
|
2293
2292
|
height: 10px;
|
|
2294
2293
|
width: 10px !important;
|
|
2295
2294
|
min-width: 10px !important;
|
|
2296
|
-
background-color: transparent;
|
|
2297
2295
|
|
|
2298
2296
|
svg {
|
|
2299
2297
|
height: 10px;
|
|
@@ -2306,7 +2304,7 @@ import{createSystem as e,defaultConfig as t,Button as n,Box as r,Spinner as i,Ic
|
|
|
2306
2304
|
`,kl=e=>se`
|
|
2307
2305
|
svg {
|
|
2308
2306
|
path {
|
|
2309
|
-
fill: ${e?be("primary",600):be("neutral"
|
|
2307
|
+
fill: ${e?be("primary",600):be("accessible","controls-on-neutral-lights")} !important;
|
|
2310
2308
|
}
|
|
2311
2309
|
}
|
|
2312
2310
|
`,Sl=se`
|
|
@@ -2315,9 +2313,13 @@ import{createSystem as e,defaultConfig as t,Button as n,Box as r,Spinner as i,Ic
|
|
|
2315
2313
|
justify-content: space-between;
|
|
2316
2314
|
`,El=se`
|
|
2317
2315
|
margin-top: 9px;
|
|
2318
|
-
`,Ol=
|
|
2316
|
+
`,Ol=se`
|
|
2317
|
+
tr {
|
|
2318
|
+
height: 48px;
|
|
2319
|
+
}
|
|
2320
|
+
`,Ll=({columns:e,data:t,renderRow:n,striped:r,stickyHeader:i,pagination:o,selectable:a,selectedRows:l,variant:s="full-width",onSortColumn:c,onPageSizeChange:d,onPageChange:u,onAllItemsSelected:p})=>{const[h,f]=Y({key:"",order:""}),{totalItems:g=t.length,currentPage:v=1,pageSize:m=10,showItemCount:x,showItemCountText:b}=o||{},y=(e,t)=>{f({key:e,order:t}),c&&c({key:e,order:t})},w=l?.length===t?.length,C=l&&l.length>0&&!w;return Z("div",{children:[Z(_.Root,{css:yl(s),striped:r,stickyHeader:i,interactive:!0,children:[W(_.Header,{css:wl(s),children:Z(_.Row,{children:[a?W(_.ColumnHeader,{children:W(Vt,{name:"header-checkbox",checked:w,indeterminate:C,onCheckedChange:({checked:e})=>{p&&p(e)}})}):null,e.map((e=>W(_.ColumnHeader,{role:e.sortable?"columnheader":void 0,"aria-sort":e.sortable&&"asc"===h.order?"ascending":e.sortable&&"desc"===h.order?"descending":void 0,children:Z("div",{css:Cl,children:[e.label,e.sortable?Z("div",{css:$l,children:[W(ut,{css:kl(h.key===e.key&&"asc"===h.order),icon:W(Pe,{style:{transform:"rotate(180deg)"}}),onClick:()=>y(e.key,"asc"),"aria-label":"Ascending"}),W(ut,{css:kl(h.key===e.key&&"desc"===h.order),icon:W(Pe,{}),onClick:()=>y(e.key,"desc"),"aria-label":"Descending"})]}):null]})},e.key)))]})}),W(_.Body,{css:Ol,children:t.map((e=>W(U.Fragment,{children:n(e)},e.id)))})]}),Z("div",{css:Sl,children:[W("div",{children:x?W(ol,{pageSize:m,currentPage:v,totalItems:g,onPageSizeChange:d,showItemCountText:b}):null}),o?W("div",{css:El,children:W(bl,{totalItems:g,pageSize:m,currentPage:v,onPageChange:u})}):null]})]})},Rl=_.Row,Tl=_.Cell,Pl=se`
|
|
2319
2321
|
border: 1px solid ${be("neutral",300)};
|
|
2320
|
-
`,
|
|
2322
|
+
`,_l=se`
|
|
2321
2323
|
padding: 16px;
|
|
2322
2324
|
cursor: pointer;
|
|
2323
2325
|
&:focus-visible {
|
|
@@ -2332,9 +2334,9 @@ import{createSystem as e,defaultConfig as t,Button as n,Box as r,Spinner as i,Ic
|
|
|
2332
2334
|
transparent
|
|
2333
2335
|
);
|
|
2334
2336
|
}
|
|
2335
|
-
`,
|
|
2337
|
+
`,Ml=({children:e,header:t,footer:n})=>W(r,{css:Pl,children:W(S.Root,{multiple:!0,children:Z(S.Item,{value:"extendable-card-item",children:[Z(S.ItemTrigger,{css:_l,alignItems:"center",children:[W(L,{gap:3,flex:"1",overflow:"hidden",alignItems:"center",children:t}),W(S.ItemIndicator,{children:W(Pe,{color:"var(--chakra-colors-neutral-700)",height:"16px",width:"16px"})})]}),Z(S.ItemContent,{children:[e,n]})]})})}),Dl=se`
|
|
2336
2338
|
border: 1px solid ${be("neutral",300)};
|
|
2337
|
-
`,
|
|
2339
|
+
`,Nl=se`
|
|
2338
2340
|
padding: 16px;
|
|
2339
2341
|
|
|
2340
2342
|
cursor: pointer;
|
|
@@ -2352,7 +2354,7 @@ import{createSystem as e,defaultConfig as t,Button as n,Box as r,Spinner as i,Ic
|
|
|
2352
2354
|
transparent
|
|
2353
2355
|
);
|
|
2354
2356
|
}
|
|
2355
|
-
`,
|
|
2357
|
+
`,Vl=se`
|
|
2356
2358
|
.item-content-open > * {
|
|
2357
2359
|
max-height: auto;
|
|
2358
2360
|
|
|
@@ -2373,9 +2375,9 @@ import{createSystem as e,defaultConfig as t,Button as n,Box as r,Spinner as i,Ic
|
|
|
2373
2375
|
padding-bottom 0.2s ease,
|
|
2374
2376
|
padding-top 0.2s ease;
|
|
2375
2377
|
}
|
|
2376
|
-
`,
|
|
2378
|
+
`,jl=se`
|
|
2377
2379
|
border-top: 1px solid ${be("neutral",300)};
|
|
2378
|
-
`,
|
|
2380
|
+
`,Il=({children:e,header:t,footer:n,expanded:i=!0,collapsible:o=!0,actions:a,showFooterOnCollapsed:l=!1})=>{const s="analysis-widget-item",[c,d]=Y(i),u=`analysis-widget-header-${s}`;return W(r,{as:"section","aria-labelledby":u,css:Dl,children:Z(S.Root,{multiple:!0,value:o?void 0:[s],defaultValue:i?[s]:[],children:[Z(S.Item,{css:Vl,value:s,children:[t&&W(S.ItemTrigger,{id:u,role:"button","aria-expanded":c,tabIndex:0,css:Nl,pointerEvents:o?"auto":"none",onClick:o?()=>{d(!c)}:void 0,children:Z(L,{gap:3,flex:"1",overflow:"hidden",alignItems:"top",justifyContent:"space-between",children:[t,a&&a.map((e=>W(Se,{variant:"secondary",size:"small",label:e.label,onClick:t=>{e.onClick(),t.preventDefault(),t.stopPropagation()},leftIcon:e?.icon},e.label))),o&&W(S.ItemIndicator,{height:"16px",display:"flex",children:W(Pe,{"aria-label":"Toggle section",color:"var(--chakra-colors-neutral-700)",height:"16px",width:"16px"})})]})}),Z("div",{className:c?"item-content-open":"item-content-closed","aria-hidden":!c,children:[e,!l&&n&&W(r,{css:jl,children:n})]})]}),l&&n&&W(r,{css:jl,children:n})]})})};function Al(e){return e&&e.__esModule&&Object.prototype.hasOwnProperty.call(e,"default")?e.default:e}function zl(e){if(e.__esModule)return e;var t=e.default;if("function"==typeof t){var n=function e(){return this instanceof e?Reflect.construct(t,arguments,this.constructor):t.apply(this,arguments)};n.prototype=t.prototype}else n={};return Object.defineProperty(n,"__esModule",{value:!0}),Object.keys(e).forEach((function(t){var r=Object.getOwnPropertyDescriptor(e,t);Object.defineProperty(n,t,r.get?r:{enumerable:!0,get:function(){return e[t]}})})),n}var Hl,Bl={exports:{}},Fl={},Zl={exports:{}},Wl={exports:{}},ql={};var Gl,Ul,Xl,Yl,Kl,Jl,Ql,es,ts,ns,rs,is,os,as={};
|
|
2379
2381
|
/** @license React v16.13.1
|
|
2380
2382
|
* react-is.development.js
|
|
2381
2383
|
*
|
|
@@ -2383,7 +2385,7 @@ import{createSystem as e,defaultConfig as t,Button as n,Box as r,Spinner as i,Ic
|
|
|
2383
2385
|
*
|
|
2384
2386
|
* This source code is licensed under the MIT license found in the
|
|
2385
2387
|
* LICENSE file in the root directory of this source tree.
|
|
2386
|
-
*/function as(){return Gl||(Gl=1,"production"===process.env.NODE_ENV?Zl.exports=function(){if(zl)return Wl;zl=1;var e="function"==typeof Symbol&&Symbol.for,t=e?Symbol.for("react.element"):60103,n=e?Symbol.for("react.portal"):60106,r=e?Symbol.for("react.fragment"):60107,i=e?Symbol.for("react.strict_mode"):60108,o=e?Symbol.for("react.profiler"):60114,a=e?Symbol.for("react.provider"):60109,l=e?Symbol.for("react.context"):60110,s=e?Symbol.for("react.async_mode"):60111,c=e?Symbol.for("react.concurrent_mode"):60111,d=e?Symbol.for("react.forward_ref"):60112,u=e?Symbol.for("react.suspense"):60113,p=e?Symbol.for("react.suspense_list"):60120,h=e?Symbol.for("react.memo"):60115,f=e?Symbol.for("react.lazy"):60116,g=e?Symbol.for("react.block"):60121,v=e?Symbol.for("react.fundamental"):60117,m=e?Symbol.for("react.responder"):60118,x=e?Symbol.for("react.scope"):60119;function b(e){if("object"==typeof e&&null!==e){var p=e.$$typeof;switch(p){case t:switch(e=e.type){case s:case c:case r:case o:case i:case u:return e;default:switch(e=e&&e.$$typeof){case l:case d:case f:case h:case a:return e;default:return p}}case n:return p}}}function y(e){return b(e)===c}return Wl.AsyncMode=s,Wl.ConcurrentMode=c,Wl.ContextConsumer=l,Wl.ContextProvider=a,Wl.Element=t,Wl.ForwardRef=d,Wl.Fragment=r,Wl.Lazy=f,Wl.Memo=h,Wl.Portal=n,Wl.Profiler=o,Wl.StrictMode=i,Wl.Suspense=u,Wl.isAsyncMode=function(e){return y(e)||b(e)===s},Wl.isConcurrentMode=y,Wl.isContextConsumer=function(e){return b(e)===l},Wl.isContextProvider=function(e){return b(e)===a},Wl.isElement=function(e){return"object"==typeof e&&null!==e&&e.$$typeof===t},Wl.isForwardRef=function(e){return b(e)===d},Wl.isFragment=function(e){return b(e)===r},Wl.isLazy=function(e){return b(e)===f},Wl.isMemo=function(e){return b(e)===h},Wl.isPortal=function(e){return b(e)===n},Wl.isProfiler=function(e){return b(e)===o},Wl.isStrictMode=function(e){return b(e)===i},Wl.isSuspense=function(e){return b(e)===u},Wl.isValidElementType=function(e){return"string"==typeof e||"function"==typeof e||e===r||e===c||e===o||e===i||e===u||e===p||"object"==typeof e&&null!==e&&(e.$$typeof===f||e.$$typeof===h||e.$$typeof===a||e.$$typeof===l||e.$$typeof===d||e.$$typeof===v||e.$$typeof===m||e.$$typeof===x||e.$$typeof===g)},Wl.typeOf=b,Wl}():Zl.exports=(ql||(ql=1,"production"!==process.env.NODE_ENV&&function(){var e="function"==typeof Symbol&&Symbol.for,t=e?Symbol.for("react.element"):60103,n=e?Symbol.for("react.portal"):60106,r=e?Symbol.for("react.fragment"):60107,i=e?Symbol.for("react.strict_mode"):60108,o=e?Symbol.for("react.profiler"):60114,a=e?Symbol.for("react.provider"):60109,l=e?Symbol.for("react.context"):60110,s=e?Symbol.for("react.async_mode"):60111,c=e?Symbol.for("react.concurrent_mode"):60111,d=e?Symbol.for("react.forward_ref"):60112,u=e?Symbol.for("react.suspense"):60113,p=e?Symbol.for("react.suspense_list"):60120,h=e?Symbol.for("react.memo"):60115,f=e?Symbol.for("react.lazy"):60116,g=e?Symbol.for("react.block"):60121,v=e?Symbol.for("react.fundamental"):60117,m=e?Symbol.for("react.responder"):60118,x=e?Symbol.for("react.scope"):60119;function b(e){if("object"==typeof e&&null!==e){var p=e.$$typeof;switch(p){case t:var g=e.type;switch(g){case s:case c:case r:case o:case i:case u:return g;default:var v=g&&g.$$typeof;switch(v){case l:case d:case f:case h:case a:return v;default:return p}}case n:return p}}}var y=s,w=c,C=l,$=a,k=t,S=d,E=r,O=f,L=h,R=n,T=o,P=i,_=u,M=!1;function D(e){return b(e)===c}os.AsyncMode=y,os.ConcurrentMode=w,os.ContextConsumer=C,os.ContextProvider=$,os.Element=k,os.ForwardRef=S,os.Fragment=E,os.Lazy=O,os.Memo=L,os.Portal=R,os.Profiler=T,os.StrictMode=P,os.Suspense=_,os.isAsyncMode=function(e){return M||(M=!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.")),D(e)||b(e)===s},os.isConcurrentMode=D,os.isContextConsumer=function(e){return b(e)===l},os.isContextProvider=function(e){return b(e)===a},os.isElement=function(e){return"object"==typeof e&&null!==e&&e.$$typeof===t},os.isForwardRef=function(e){return b(e)===d},os.isFragment=function(e){return b(e)===r},os.isLazy=function(e){return b(e)===f},os.isMemo=function(e){return b(e)===h},os.isPortal=function(e){return b(e)===n},os.isProfiler=function(e){return b(e)===o},os.isStrictMode=function(e){return b(e)===i},os.isSuspense=function(e){return b(e)===u},os.isValidElementType=function(e){return"string"==typeof e||"function"==typeof e||e===r||e===c||e===o||e===i||e===u||e===p||"object"==typeof e&&null!==e&&(e.$$typeof===f||e.$$typeof===h||e.$$typeof===a||e.$$typeof===l||e.$$typeof===d||e.$$typeof===v||e.$$typeof===m||e.$$typeof===x||e.$$typeof===g)},os.typeOf=b}()),os)),Zl.exports}function ls(){if(Xl)return Ul;Xl=1;return Ul="SECRET_DO_NOT_PASS_THIS_OR_YOU_WILL_BE_FIRED"}function ss(){return Kl?Yl:(Kl=1,Yl=Function.call.bind(Object.prototype.hasOwnProperty))}function cs(){if(ts)return es;ts=1;var e=as(),t=ge,n=ls(),r=ss(),i=function(){if(Ql)return Jl;Ql=1;var e=function(){};if("production"!==process.env.NODE_ENV){var t=ls(),n={},r=ss();e=function(e){var t="Warning: "+e;"undefined"!=typeof console&&console.error(t);try{throw new Error(t)}catch(e){}}}function i(i,o,a,l,s){if("production"!==process.env.NODE_ENV)for(var c in i)if(r(i,c)){var d;try{if("function"!=typeof i[c]){var u=Error((l||"React class")+": "+a+" type `"+c+"` is invalid; it must be a function, usually from the `prop-types` package, but received `"+typeof i[c]+"`.This often happens because of typos such as `PropTypes.function` instead of `PropTypes.func`.");throw u.name="Invariant Violation",u}d=i[c](o,c,l,a,null,t)}catch(e){d=e}if(!d||d instanceof Error||e((l||"React class")+": type specification of "+a+" `"+c+"` is invalid; the type checker function must return `null` or an `Error` but returned a "+typeof d+". You may have forgotten to pass an argument to the type checker creator (arrayOf, instanceOf, objectOf, oneOf, oneOfType, and shape all require an argument)."),d instanceof Error&&!(d.message in n)){n[d.message]=!0;var p=s?s():"";e("Failed "+a+" type: "+d.message+(null!=p?p:""))}}}return i.resetWarningCache=function(){"production"!==process.env.NODE_ENV&&(n={})},Jl=i}(),o=function(){};function a(){return null}return"production"!==process.env.NODE_ENV&&(o=function(e){var t="Warning: "+e;"undefined"!=typeof console&&console.error(t);try{throw new Error(t)}catch(e){}}),es=function(l,s){var c="function"==typeof Symbol&&Symbol.iterator;var d="<<anonymous>>",u={array:g("array"),bigint:g("bigint"),bool:g("boolean"),func:g("function"),number:g("number"),object:g("object"),string:g("string"),symbol:g("symbol"),any:f(a),arrayOf:function(e){return f((function(t,r,i,o,a){if("function"!=typeof e)return new h("Property `"+a+"` of component `"+i+"` has invalid PropType notation inside arrayOf.");var l=t[r];if(!Array.isArray(l))return new h("Invalid "+o+" `"+a+"` of type `"+x(l)+"` supplied to `"+i+"`, expected an array.");for(var s=0;s<l.length;s++){var c=e(l,s,i,o,a+"["+s+"]",n);if(c instanceof Error)return c}return null}))},element:f((function(e,t,n,r,i){var o=e[t];return l(o)?null:new h("Invalid "+r+" `"+i+"` of type `"+x(o)+"` supplied to `"+n+"`, expected a single ReactElement.")})),elementType:f((function(t,n,r,i,o){var a=t[n];return e.isValidElementType(a)?null:new h("Invalid "+i+" `"+o+"` of type `"+x(a)+"` supplied to `"+r+"`, expected a single ReactElement type.")})),instanceOf:function(e){return f((function(t,n,r,i,o){if(!(t[n]instanceof e)){var a=e.name||d;return new h("Invalid "+i+" `"+o+"` of type `"+(((l=t[n]).constructor&&l.constructor.name?l.constructor.name:d)+"` supplied to `")+r+"`, expected instance of `"+a+"`.")}var l;return null}))},node:f((function(e,t,n,r,i){return m(e[t])?null:new h("Invalid "+r+" `"+i+"` supplied to `"+n+"`, expected a ReactNode.")})),objectOf:function(e){return f((function(t,i,o,a,l){if("function"!=typeof e)return new h("Property `"+l+"` of component `"+o+"` has invalid PropType notation inside objectOf.");var s=t[i],c=x(s);if("object"!==c)return new h("Invalid "+a+" `"+l+"` of type `"+c+"` supplied to `"+o+"`, expected an object.");for(var d in s)if(r(s,d)){var u=e(s,d,o,a,l+"."+d,n);if(u instanceof Error)return u}return null}))},oneOf:function(e){if(!Array.isArray(e))return"production"!==process.env.NODE_ENV&&o(arguments.length>1?"Invalid arguments supplied to oneOf, expected an array, got "+arguments.length+" arguments. A common mistake is to write oneOf(x, y, z) instead of oneOf([x, y, z]).":"Invalid argument supplied to oneOf, expected an array."),a;return f((function(t,n,r,i,o){for(var a=t[n],l=0;l<e.length;l++)if(p(a,e[l]))return null;var s=JSON.stringify(e,(function(e,t){return"symbol"===b(t)?String(t):t}));return new h("Invalid "+i+" `"+o+"` of value `"+String(a)+"` supplied to `"+r+"`, expected one of "+s+".")}))},oneOfType:function(e){if(!Array.isArray(e))return"production"!==process.env.NODE_ENV&&o("Invalid argument supplied to oneOfType, expected an instance of array."),a;for(var t=0;t<e.length;t++){var i=e[t];if("function"!=typeof i)return o("Invalid argument supplied to oneOfType. Expected an array of check functions, but received "+y(i)+" at index "+t+"."),a}return f((function(t,i,o,a,l){for(var s=[],c=0;c<e.length;c++){var d=(0,e[c])(t,i,o,a,l,n);if(null==d)return null;d.data&&r(d.data,"expectedType")&&s.push(d.data.expectedType)}return new h("Invalid "+a+" `"+l+"` supplied to `"+o+"`"+(s.length>0?", expected one of type ["+s.join(", ")+"]":"")+".")}))},shape:function(e){return f((function(t,r,i,o,a){var l=t[r],s=x(l);if("object"!==s)return new h("Invalid "+o+" `"+a+"` of type `"+s+"` supplied to `"+i+"`, expected `object`.");for(var c in e){var d=e[c];if("function"!=typeof d)return v(i,o,a,c,b(d));var u=d(l,c,i,o,a+"."+c,n);if(u)return u}return null}))},exact:function(e){return f((function(i,o,a,l,s){var c=i[o],d=x(c);if("object"!==d)return new h("Invalid "+l+" `"+s+"` of type `"+d+"` supplied to `"+a+"`, expected `object`.");var u=t({},i[o],e);for(var p in u){var f=e[p];if(r(e,p)&&"function"!=typeof f)return v(a,l,s,p,b(f));if(!f)return new h("Invalid "+l+" `"+s+"` key `"+p+"` supplied to `"+a+"`.\nBad object: "+JSON.stringify(i[o],null," ")+"\nValid keys: "+JSON.stringify(Object.keys(e),null," "));var g=f(c,p,a,l,s+"."+p,n);if(g)return g}return null}))}};function p(e,t){return e===t?0!==e||1/e==1/t:e!=e&&t!=t}function h(e,t){this.message=e,this.data=t&&"object"==typeof t?t:{},this.stack=""}function f(e){if("production"!==process.env.NODE_ENV)var t={},r=0;function i(i,a,l,c,u,p,f){if(c=c||d,p=p||l,f!==n){if(s){var g=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 g.name="Invariant Violation",g}if("production"!==process.env.NODE_ENV&&"undefined"!=typeof console){var v=c+":"+l;!t[v]&&r<3&&(o("You are manually calling a React.PropTypes validation function for the `"+p+"` prop on `"+c+"`. This is deprecated and will throw in the standalone `prop-types` package. You may be seeing this warning due to a third-party PropTypes library. See https://fb.me/react-warning-dont-call-proptypes for details."),t[v]=!0,r++)}}return null==a[l]?i?null===a[l]?new h("The "+u+" `"+p+"` is marked as required in `"+c+"`, but its value is `null`."):new h("The "+u+" `"+p+"` is marked as required in `"+c+"`, but its value is `undefined`."):null:e(a,l,c,u,p)}var a=i.bind(null,!1);return a.isRequired=i.bind(null,!0),a}function g(e){return f((function(t,n,r,i,o,a){var l=t[n];return x(l)!==e?new h("Invalid "+i+" `"+o+"` of type `"+b(l)+"` supplied to `"+r+"`, expected `"+e+"`.",{expectedType:e}):null}))}function v(e,t,n,r,i){return new h((e||"React class")+": "+t+" type `"+n+"."+r+"` is invalid; it must be a function, usually from the `prop-types` package, but received `"+i+"`.")}function m(e){switch(typeof e){case"number":case"string":case"undefined":return!0;case"boolean":return!e;case"object":if(Array.isArray(e))return e.every(m);if(null===e||l(e))return!0;var t=function(e){var t=e&&(c&&e[c]||e["@@iterator"]);if("function"==typeof t)return t}(e);if(!t)return!1;var n,r=t.call(e);if(t!==e.entries){for(;!(n=r.next()).done;)if(!m(n.value))return!1}else for(;!(n=r.next()).done;){var i=n.value;if(i&&!m(i[1]))return!1}return!0;default:return!1}}function x(e){var t=typeof e;return Array.isArray(e)?"array":e instanceof RegExp?"object":function(e,t){return"symbol"===e||!!t&&("Symbol"===t["@@toStringTag"]||"function"==typeof Symbol&&t instanceof Symbol)}(t,e)?"symbol":t}function b(e){if(null==e)return""+e;var t=x(e);if("object"===t){if(e instanceof Date)return"date";if(e instanceof RegExp)return"regexp"}return t}function y(e){var t=b(e);switch(t){case"array":case"object":return"an "+t;case"boolean":case"date":case"regexp":return"a "+t;default:return t}}return h.prototype=Error.prototype,u.checkPropTypes=i,u.resetWarningCache=i.resetWarningCache,u.PropTypes=u,u},es}function ds(){if(is)return Fl.exports;if(is=1,"production"!==process.env.NODE_ENV){var e=as();Fl.exports=cs()(e.isElement,!0)}else Fl.exports=function(){if(rs)return ns;rs=1;var e=ls();function t(){}function n(){}return n.resetWarningCache=t,ns=function(){function r(t,n,r,i,o,a){if(a!==e){var l=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 l.name="Invariant Violation",l}}function i(){return r}r.isRequired=r;var o={array:r,bigint:r,bool:r,func:r,number:r,object:r,string:r,symbol:r,any:r,arrayOf:i,element:r,elementType:r,instanceOf:i,node:r,objectOf:i,oneOf:i,oneOfType:i,shape:i,exact:i,checkPropTypes:n,resetWarningCache:t};return o.PropTypes=o,o}}()();return Fl.exports}function us(e){var t,n,r="";if("string"==typeof e||"number"==typeof e)r+=e;else if("object"==typeof e)if(Array.isArray(e))for(t=0;t<e.length;t++)e[t]&&(n=us(e[t]))&&(r&&(r+=" "),r+=n);else for(t in e)e[t]&&(r&&(r+=" "),r+=t);return r}function ps(){for(var e,t,n=0,r="";n<arguments.length;)(e=arguments[n++])&&(t=us(e))&&(r&&(r+=" "),r+=t);return r}var hs,fs=Al(Object.freeze({__proto__:null,clsx:ps,default:ps})),gs={},vs={};function ms(){if(hs)return vs;return hs=1,Object.defineProperty(vs,"__esModule",{value:!0}),vs.dontSetMe=function(e,t,n){if(e[t])return new Error("Invalid prop ".concat(t," passed to ").concat(n," - do not set this, set it on the child."))},vs.findInArray=function(e,t){for(let n=0,r=e.length;n<r;n++)if(t.apply(t,[e[n],n,e]))return e[n]},vs.int=function(e){return parseInt(e,10)},vs.isFunction=function(e){return"function"==typeof e||"[object Function]"===Object.prototype.toString.call(e)},vs.isNum=function(e){return"number"==typeof e&&!isNaN(e)},vs}var xs,bs,ys={};function ws(){if(bs)return gs;bs=1,Object.defineProperty(gs,"__esModule",{value:!0}),gs.addClassName=a,gs.addEvent=function(e,t,n,r){if(!e)return;const i={capture:!0,...r};e.addEventListener?e.addEventListener(t,n,i):e.attachEvent?e.attachEvent("on"+t,n):e["on"+t]=n},gs.addUserSelectStyles=function(e){if(!e)return;let t=e.getElementById("react-draggable-style-el");t||(t=e.createElement("style"),t.type="text/css",t.id="react-draggable-style-el",t.innerHTML=".react-draggable-transparent-selection *::-moz-selection {all: inherit;}\n",t.innerHTML+=".react-draggable-transparent-selection *::selection {all: inherit;}\n",e.getElementsByTagName("head")[0].appendChild(t));e.body&&a(e.body,"react-draggable-transparent-selection")},gs.createCSSTransform=function(e,n){const r=o(e,n,"px");return{[(0,t.browserPrefixToKey)("transform",t.default)]:r}},gs.createSVGTransform=function(e,t){return o(e,t,"")},gs.getTouch=function(t,n){return t.targetTouches&&(0,e.findInArray)(t.targetTouches,(e=>n===e.identifier))||t.changedTouches&&(0,e.findInArray)(t.changedTouches,(e=>n===e.identifier))},gs.getTouchIdentifier=function(e){if(e.targetTouches&&e.targetTouches[0])return e.targetTouches[0].identifier;if(e.changedTouches&&e.changedTouches[0])return e.changedTouches[0].identifier},gs.getTranslation=o,gs.innerHeight=function(t){let n=t.clientHeight;const r=t.ownerDocument.defaultView.getComputedStyle(t);return n-=(0,e.int)(r.paddingTop),n-=(0,e.int)(r.paddingBottom),n},gs.innerWidth=function(t){let n=t.clientWidth;const r=t.ownerDocument.defaultView.getComputedStyle(t);return n-=(0,e.int)(r.paddingLeft),n-=(0,e.int)(r.paddingRight),n},gs.matchesSelector=i,gs.matchesSelectorAndParentsTo=function(e,t,n){let r=e;do{if(i(r,t))return!0;if(r===n)return!1;r=r.parentNode}while(r);return!1},gs.offsetXYFromParent=function(e,t,n){const r=t===t.ownerDocument.body?{left:0,top:0}:t.getBoundingClientRect(),i=(e.clientX+t.scrollLeft-r.left)/n,o=(e.clientY+t.scrollTop-r.top)/n;return{x:i,y:o}},gs.outerHeight=function(t){let n=t.clientHeight;const r=t.ownerDocument.defaultView.getComputedStyle(t);return n+=(0,e.int)(r.borderTopWidth),n+=(0,e.int)(r.borderBottomWidth),n},gs.outerWidth=function(t){let n=t.clientWidth;const r=t.ownerDocument.defaultView.getComputedStyle(t);return n+=(0,e.int)(r.borderLeftWidth),n+=(0,e.int)(r.borderRightWidth),n},gs.removeClassName=l,gs.removeEvent=function(e,t,n,r){if(!e)return;const i={capture:!0,...r};e.removeEventListener?e.removeEventListener(t,n,i):e.detachEvent?e.detachEvent("on"+t,n):e["on"+t]=null},gs.removeUserSelectStyles=function(e){if(!e)return;try{if(e.body&&l(e.body,"react-draggable-transparent-selection"),e.selection)e.selection.empty();else{const t=(e.defaultView||window).getSelection();t&&"Caret"!==t.type&&t.removeAllRanges()}}catch(e){}};var e=ms(),t=function(e,t){if(e&&e.__esModule)return e;if(null===e||"object"!=typeof e&&"function"!=typeof e)return{default:e};var r=n(t);if(r&&r.has(e))return r.get(e);var i={},o=Object.defineProperty&&Object.getOwnPropertyDescriptor;for(var a in e)if("default"!==a&&Object.prototype.hasOwnProperty.call(e,a)){var l=o?Object.getOwnPropertyDescriptor(e,a):null;l&&(l.get||l.set)?Object.defineProperty(i,a,l):i[a]=e[a]}i.default=e,r&&r.set(e,i);return i}(function(){if(xs)return ys;xs=1,Object.defineProperty(ys,"__esModule",{value:!0}),ys.browserPrefixToKey=n,ys.browserPrefixToStyle=function(e,t){return t?"-".concat(t.toLowerCase(),"-").concat(e):e},ys.default=void 0,ys.getPrefix=t;const e=["Moz","Webkit","O","ms"];function t(){var t;let r=arguments.length>0&&void 0!==arguments[0]?arguments[0]:"transform";if("undefined"==typeof window)return"";const i=null===(t=window.document)||void 0===t||null===(t=t.documentElement)||void 0===t?void 0:t.style;if(!i)return"";if(r in i)return"";for(let t=0;t<e.length;t++)if(n(r,e[t])in i)return e[t];return""}function n(e,t){return t?"".concat(t).concat(function(e){let t="",n=!0;for(let r=0;r<e.length;r++)n?(t+=e[r].toUpperCase(),n=!1):"-"===e[r]?n=!0:t+=e[r];return t}(e)):e}return ys.default=t(),ys}());function n(e){if("function"!=typeof WeakMap)return null;var t=new WeakMap,r=new WeakMap;return(n=function(e){return e?r:t})(e)}let r="";function i(t,n){return r||(r=(0,e.findInArray)(["matches","webkitMatchesSelector","mozMatchesSelector","msMatchesSelector","oMatchesSelector"],(function(n){return(0,e.isFunction)(t[n])}))),!!(0,e.isFunction)(t[r])&&t[r](n)}function o(e,t,n){let{x:r,y:i}=e,o="translate(".concat(r).concat(n,",").concat(i).concat(n,")");if(t){const e="".concat("string"==typeof t.x?t.x:t.x+n),r="".concat("string"==typeof t.y?t.y:t.y+n);o="translate(".concat(e,", ").concat(r,")")+o}return o}function a(e,t){e.classList?e.classList.add(t):e.className.match(new RegExp("(?:^|\\s)".concat(t,"(?!\\S)")))||(e.className+=" ".concat(t))}function l(e,t){e.classList?e.classList.remove(t):e.className=e.className.replace(new RegExp("(?:^|\\s)".concat(t,"(?!\\S)"),"g"),"")}return gs}var Cs,$s={};function ks(){if(Cs)return $s;Cs=1,Object.defineProperty($s,"__esModule",{value:!0}),$s.canDragX=function(e){return"both"===e.props.axis||"x"===e.props.axis},$s.canDragY=function(e){return"both"===e.props.axis||"y"===e.props.axis},$s.createCoreData=function(t,r,i){const o=!(0,e.isNum)(t.lastX),a=n(t);return o?{node:a,deltaX:0,deltaY:0,lastX:r,lastY:i,x:r,y:i}:{node:a,deltaX:r-t.lastX,deltaY:i-t.lastY,lastX:t.lastX,lastY:t.lastY,x:r,y:i}},$s.createDraggableData=function(e,t){const n=e.props.scale;return{node:t.node,x:e.state.x+t.deltaX/n,y:e.state.y+t.deltaY/n,deltaX:t.deltaX/n,deltaY:t.deltaY/n,lastX:e.state.x,lastY:e.state.y}},$s.getBoundPosition=function(r,i,o){if(!r.props.bounds)return[i,o];let{bounds:a}=r.props;a="string"==typeof a?a:function(e){return{left:e.left,top:e.top,right:e.right,bottom:e.bottom}}(a);const l=n(r);if("string"==typeof a){const{ownerDocument:n}=l,r=n.defaultView;let i;if(i="parent"===a?l.parentNode:n.querySelector(a),!(i instanceof r.HTMLElement))throw new Error('Bounds selector "'+a+'" could not find an element.');const o=i,s=r.getComputedStyle(l),c=r.getComputedStyle(o);a={left:-l.offsetLeft+(0,e.int)(c.paddingLeft)+(0,e.int)(s.marginLeft),top:-l.offsetTop+(0,e.int)(c.paddingTop)+(0,e.int)(s.marginTop),right:(0,t.innerWidth)(o)-(0,t.outerWidth)(l)-l.offsetLeft+(0,e.int)(c.paddingRight)-(0,e.int)(s.marginRight),bottom:(0,t.innerHeight)(o)-(0,t.outerHeight)(l)-l.offsetTop+(0,e.int)(c.paddingBottom)-(0,e.int)(s.marginBottom)}}(0,e.isNum)(a.right)&&(i=Math.min(i,a.right));(0,e.isNum)(a.bottom)&&(o=Math.min(o,a.bottom));(0,e.isNum)(a.left)&&(i=Math.max(i,a.left));(0,e.isNum)(a.top)&&(o=Math.max(o,a.top));return[i,o]},$s.getControlPosition=function(e,r,i){const o="number"==typeof r?(0,t.getTouch)(e,r):null;if("number"==typeof r&&!o)return null;const a=n(i),l=i.props.offsetParent||a.offsetParent||a.ownerDocument.body;return(0,t.offsetXYFromParent)(o||e,l,i.props.scale)},$s.snapToGrid=function(e,t,n){const r=Math.round(t/e[0])*e[0],i=Math.round(n/e[1])*e[1];return[r,i]};var e=ms(),t=ws();function n(e){const t=e.findDOMNode();if(!t)throw new Error("<DraggableCore>: Unmounted during event!");return t}return $s}var Ss,Es,Os,Ls,Rs={},Ts={};function Ps(){if(Ss)return Ts;return Ss=1,Object.defineProperty(Ts,"__esModule",{value:!0}),Ts.default=function(){},Ts}function _s(){if(Es)return Rs;Es=1,Object.defineProperty(Rs,"__esModule",{value:!0}),Rs.default=void 0;var e=function(e,t){if(e&&e.__esModule)return e;if(null===e||"object"!=typeof e&&"function"!=typeof e)return{default:e};var n=s(t);if(n&&n.has(e))return n.get(e);var r={},i=Object.defineProperty&&Object.getOwnPropertyDescriptor;for(var o in e)if("default"!==o&&Object.prototype.hasOwnProperty.call(e,o)){var a=i?Object.getOwnPropertyDescriptor(e,o):null;a&&(a.get||a.set)?Object.defineProperty(r,o,a):r[o]=e[o]}r.default=e,n&&n.set(e,r);return r}(U),t=l(ds()),n=l(he),r=ws(),i=ks(),o=ms(),a=l(Ps());function l(e){return e&&e.__esModule?e:{default:e}}function s(e){if("function"!=typeof WeakMap)return null;var t=new WeakMap,n=new WeakMap;return(s=function(e){return e?n:t})(e)}function c(e,t,n){return(t=function(e){var t=function(e,t){if("object"!=typeof e||null===e)return e;var n=e[Symbol.toPrimitive];if(void 0!==n){var r=n.call(e,t);if("object"!=typeof r)return r;throw new TypeError("@@toPrimitive must return a primitive value.")}return("string"===t?String:Number)(e)}(e,"string");return"symbol"==typeof t?t:String(t)}(t))in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}const d={start:"touchstart",move:"touchmove",stop:"touchend"},u={start:"mousedown",move:"mousemove",stop:"mouseup"};let p=u,h=class extends e.Component{constructor(){super(...arguments),c(this,"dragging",!1),c(this,"lastX",NaN),c(this,"lastY",NaN),c(this,"touchIdentifier",null),c(this,"mounted",!1),c(this,"handleDragStart",(e=>{if(this.props.onMouseDown(e),!this.props.allowAnyClick&&"number"==typeof e.button&&0!==e.button)return!1;const t=this.findDOMNode();if(!t||!t.ownerDocument||!t.ownerDocument.body)throw new Error("<DraggableCore> not mounted on DragStart!");const{ownerDocument:n}=t;if(this.props.disabled||!(e.target instanceof n.defaultView.Node)||this.props.handle&&!(0,r.matchesSelectorAndParentsTo)(e.target,this.props.handle,t)||this.props.cancel&&(0,r.matchesSelectorAndParentsTo)(e.target,this.props.cancel,t))return;"touchstart"===e.type&&e.preventDefault();const o=(0,r.getTouchIdentifier)(e);this.touchIdentifier=o;const l=(0,i.getControlPosition)(e,o,this);if(null==l)return;const{x:s,y:c}=l,d=(0,i.createCoreData)(this,s,c);(0,a.default)("DraggableCore: handleDragStart: %j",d),(0,a.default)("calling",this.props.onStart);!1!==this.props.onStart(e,d)&&!1!==this.mounted&&(this.props.enableUserSelectHack&&(0,r.addUserSelectStyles)(n),this.dragging=!0,this.lastX=s,this.lastY=c,(0,r.addEvent)(n,p.move,this.handleDrag),(0,r.addEvent)(n,p.stop,this.handleDragStop))})),c(this,"handleDrag",(e=>{const t=(0,i.getControlPosition)(e,this.touchIdentifier,this);if(null==t)return;let{x:n,y:r}=t;if(Array.isArray(this.props.grid)){let e=n-this.lastX,t=r-this.lastY;if([e,t]=(0,i.snapToGrid)(this.props.grid,e,t),!e&&!t)return;n=this.lastX+e,r=this.lastY+t}const o=(0,i.createCoreData)(this,n,r);(0,a.default)("DraggableCore: handleDrag: %j",o);if(!1!==this.props.onDrag(e,o)&&!1!==this.mounted)this.lastX=n,this.lastY=r;else try{this.handleDragStop(new MouseEvent("mouseup"))}catch(e){const t=document.createEvent("MouseEvents");t.initMouseEvent("mouseup",!0,!0,window,0,0,0,0,0,!1,!1,!1,!1,0,null),this.handleDragStop(t)}})),c(this,"handleDragStop",(e=>{if(!this.dragging)return;const t=(0,i.getControlPosition)(e,this.touchIdentifier,this);if(null==t)return;let{x:n,y:o}=t;if(Array.isArray(this.props.grid)){let e=n-this.lastX||0,t=o-this.lastY||0;[e,t]=(0,i.snapToGrid)(this.props.grid,e,t),n=this.lastX+e,o=this.lastY+t}const l=(0,i.createCoreData)(this,n,o);if(!1===this.props.onStop(e,l)||!1===this.mounted)return!1;const s=this.findDOMNode();s&&this.props.enableUserSelectHack&&(0,r.removeUserSelectStyles)(s.ownerDocument),(0,a.default)("DraggableCore: handleDragStop: %j",l),this.dragging=!1,this.lastX=NaN,this.lastY=NaN,s&&((0,a.default)("DraggableCore: Removing handlers"),(0,r.removeEvent)(s.ownerDocument,p.move,this.handleDrag),(0,r.removeEvent)(s.ownerDocument,p.stop,this.handleDragStop))})),c(this,"onMouseDown",(e=>(p=u,this.handleDragStart(e)))),c(this,"onMouseUp",(e=>(p=u,this.handleDragStop(e)))),c(this,"onTouchStart",(e=>(p=d,this.handleDragStart(e)))),c(this,"onTouchEnd",(e=>(p=d,this.handleDragStop(e))))}componentDidMount(){this.mounted=!0;const e=this.findDOMNode();e&&(0,r.addEvent)(e,d.start,this.onTouchStart,{passive:!1})}componentWillUnmount(){this.mounted=!1;const e=this.findDOMNode();if(e){const{ownerDocument:t}=e;(0,r.removeEvent)(t,u.move,this.handleDrag),(0,r.removeEvent)(t,d.move,this.handleDrag),(0,r.removeEvent)(t,u.stop,this.handleDragStop),(0,r.removeEvent)(t,d.stop,this.handleDragStop),(0,r.removeEvent)(e,d.start,this.onTouchStart,{passive:!1}),this.props.enableUserSelectHack&&(0,r.removeUserSelectStyles)(t)}}findDOMNode(){var e,t;return null!==(e=this.props)&&void 0!==e&&e.nodeRef?null===(t=this.props)||void 0===t||null===(t=t.nodeRef)||void 0===t?void 0:t.current:n.default.findDOMNode(this)}render(){return e.cloneElement(e.Children.only(this.props.children),{onMouseDown:this.onMouseDown,onMouseUp:this.onMouseUp,onTouchEnd:this.onTouchEnd})}};return Rs.default=h,c(h,"displayName","DraggableCore"),c(h,"propTypes",{allowAnyClick:t.default.bool,children:t.default.node.isRequired,disabled:t.default.bool,enableUserSelectHack:t.default.bool,offsetParent:function(e,t){if(e[t]&&1!==e[t].nodeType)throw new Error("Draggable's offsetParent must be a DOM Node.")},grid:t.default.arrayOf(t.default.number),handle:t.default.string,cancel:t.default.string,nodeRef:t.default.object,onStart:t.default.func,onDrag:t.default.func,onStop:t.default.func,onMouseDown:t.default.func,scale:t.default.number,className:o.dontSetMe,style:o.dontSetMe,transform:o.dontSetMe}),c(h,"defaultProps",{allowAnyClick:!1,disabled:!1,enableUserSelectHack:!0,onStart:function(){},onDrag:function(){},onStop:function(){},onMouseDown:function(){},scale:1}),Rs}function Ms(){return Os||(Os=1,function(e){Object.defineProperty(e,"__esModule",{value:!0}),Object.defineProperty(e,"DraggableCore",{enumerable:!0,get:function(){return s.default}}),e.default=void 0;var t=function(e,t){if(e&&e.__esModule)return e;if(null===e||"object"!=typeof e&&"function"!=typeof e)return{default:e};var n=u(t);if(n&&n.has(e))return n.get(e);var r={},i=Object.defineProperty&&Object.getOwnPropertyDescriptor;for(var o in e)if("default"!==o&&Object.prototype.hasOwnProperty.call(e,o)){var a=i?Object.getOwnPropertyDescriptor(e,o):null;a&&(a.get||a.set)?Object.defineProperty(r,o,a):r[o]=e[o]}r.default=e,n&&n.set(e,r);return r}(U),n=d(ds()),r=d(he),i=d(fs),o=ws(),a=ks(),l=ms(),s=d(_s()),c=d(Ps());function d(e){return e&&e.__esModule?e:{default:e}}function u(e){if("function"!=typeof WeakMap)return null;var t=new WeakMap,n=new WeakMap;return(u=function(e){return e?n:t})(e)}function p(){return p=Object.assign?Object.assign.bind():function(e){for(var t=1;t<arguments.length;t++){var n=arguments[t];for(var r in n)Object.prototype.hasOwnProperty.call(n,r)&&(e[r]=n[r])}return e},p.apply(this,arguments)}function h(e,t,n){return(t=function(e){var t=function(e,t){if("object"!=typeof e||null===e)return e;var n=e[Symbol.toPrimitive];if(void 0!==n){var r=n.call(e,t);if("object"!=typeof r)return r;throw new TypeError("@@toPrimitive must return a primitive value.")}return("string"===t?String:Number)(e)}(e,"string");return"symbol"==typeof t?t:String(t)}(t))in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}class f extends t.Component{static getDerivedStateFromProps(e,t){let{position:n}=e,{prevPropsPosition:r}=t;return!n||r&&n.x===r.x&&n.y===r.y?null:((0,c.default)("Draggable: getDerivedStateFromProps %j",{position:n,prevPropsPosition:r}),{x:n.x,y:n.y,prevPropsPosition:{...n}})}constructor(e){super(e),h(this,"onDragStart",((e,t)=>{(0,c.default)("Draggable: onDragStart: %j",t);if(!1===this.props.onStart(e,(0,a.createDraggableData)(this,t)))return!1;this.setState({dragging:!0,dragged:!0})})),h(this,"onDrag",((e,t)=>{if(!this.state.dragging)return!1;(0,c.default)("Draggable: onDrag: %j",t);const n=(0,a.createDraggableData)(this,t),r={x:n.x,y:n.y,slackX:0,slackY:0};if(this.props.bounds){const{x:e,y:t}=r;r.x+=this.state.slackX,r.y+=this.state.slackY;const[i,o]=(0,a.getBoundPosition)(this,r.x,r.y);r.x=i,r.y=o,r.slackX=this.state.slackX+(e-r.x),r.slackY=this.state.slackY+(t-r.y),n.x=r.x,n.y=r.y,n.deltaX=r.x-this.state.x,n.deltaY=r.y-this.state.y}if(!1===this.props.onDrag(e,n))return!1;this.setState(r)})),h(this,"onDragStop",((e,t)=>{if(!this.state.dragging)return!1;if(!1===this.props.onStop(e,(0,a.createDraggableData)(this,t)))return!1;(0,c.default)("Draggable: onDragStop: %j",t);const n={dragging:!1,slackX:0,slackY:0};if(Boolean(this.props.position)){const{x:e,y:t}=this.props.position;n.x=e,n.y=t}this.setState(n)})),this.state={dragging:!1,dragged:!1,x:e.position?e.position.x:e.defaultPosition.x,y:e.position?e.position.y:e.defaultPosition.y,prevPropsPosition:{...e.position},slackX:0,slackY:0,isElementSVG:!1},!e.position||e.onDrag||e.onStop||console.warn("A `position` was applied to this <Draggable>, without drag handlers. This will make this component effectively undraggable. Please attach `onDrag` or `onStop` handlers so you can adjust the `position` of this element.")}componentDidMount(){void 0!==window.SVGElement&&this.findDOMNode()instanceof window.SVGElement&&this.setState({isElementSVG:!0})}componentWillUnmount(){this.setState({dragging:!1})}findDOMNode(){var e,t;return null!==(e=null===(t=this.props)||void 0===t||null===(t=t.nodeRef)||void 0===t?void 0:t.current)&&void 0!==e?e:r.default.findDOMNode(this)}render(){const{axis:e,bounds:n,children:r,defaultPosition:l,defaultClassName:c,defaultClassNameDragging:d,defaultClassNameDragged:u,position:h,positionOffset:f,scale:g,...v}=this.props;let m={},x=null;const b=!Boolean(h)||this.state.dragging,y=h||l,w={x:(0,a.canDragX)(this)&&b?this.state.x:y.x,y:(0,a.canDragY)(this)&&b?this.state.y:y.y};this.state.isElementSVG?x=(0,o.createSVGTransform)(w,f):m=(0,o.createCSSTransform)(w,f);const C=(0,i.default)(r.props.className||"",c,{[d]:this.state.dragging,[u]:this.state.dragged});return t.createElement(s.default,p({},v,{onStart:this.onDragStart,onDrag:this.onDrag,onStop:this.onDragStop}),t.cloneElement(t.Children.only(r),{className:C,style:{...r.props.style,...m},transform:x}))}}e.default=f,h(f,"displayName","Draggable"),h(f,"propTypes",{...s.default.propTypes,axis:n.default.oneOf(["both","x","y","none"]),bounds:n.default.oneOfType([n.default.shape({left:n.default.number,right:n.default.number,top:n.default.number,bottom:n.default.number}),n.default.string,n.default.oneOf([!1])]),defaultClassName:n.default.string,defaultClassNameDragging:n.default.string,defaultClassNameDragged:n.default.string,defaultPosition:n.default.shape({x:n.default.number,y:n.default.number}),positionOffset:n.default.shape({x:n.default.oneOfType([n.default.number,n.default.string]),y:n.default.oneOfType([n.default.number,n.default.string])}),position:n.default.shape({x:n.default.number,y:n.default.number}),className:l.dontSetMe,style:l.dontSetMe,transform:l.dontSetMe}),h(f,"defaultProps",{...s.default.defaultProps,axis:"both",bounds:!1,defaultClassName:"react-draggable",defaultClassNameDragging:"react-draggable-dragging",defaultClassNameDragged:"react-draggable-dragged",defaultPosition:{x:0,y:0},scale:1})}(Bl)),Bl}var Ds=function(){if(Ls)return Hl.exports;Ls=1;const{default:e,DraggableCore:t}=Ms();return Hl.exports=e,Hl.exports.default=e,Hl.exports.DraggableCore=t,Hl.exports}(),Ns=Il(Ds);const Vs=e=>se`
|
|
2388
|
+
*/function ls(){return Ul||(Ul=1,"production"===process.env.NODE_ENV?Wl.exports=function(){if(Hl)return ql;Hl=1;var e="function"==typeof Symbol&&Symbol.for,t=e?Symbol.for("react.element"):60103,n=e?Symbol.for("react.portal"):60106,r=e?Symbol.for("react.fragment"):60107,i=e?Symbol.for("react.strict_mode"):60108,o=e?Symbol.for("react.profiler"):60114,a=e?Symbol.for("react.provider"):60109,l=e?Symbol.for("react.context"):60110,s=e?Symbol.for("react.async_mode"):60111,c=e?Symbol.for("react.concurrent_mode"):60111,d=e?Symbol.for("react.forward_ref"):60112,u=e?Symbol.for("react.suspense"):60113,p=e?Symbol.for("react.suspense_list"):60120,h=e?Symbol.for("react.memo"):60115,f=e?Symbol.for("react.lazy"):60116,g=e?Symbol.for("react.block"):60121,v=e?Symbol.for("react.fundamental"):60117,m=e?Symbol.for("react.responder"):60118,x=e?Symbol.for("react.scope"):60119;function b(e){if("object"==typeof e&&null!==e){var p=e.$$typeof;switch(p){case t:switch(e=e.type){case s:case c:case r:case o:case i:case u:return e;default:switch(e=e&&e.$$typeof){case l:case d:case f:case h:case a:return e;default:return p}}case n:return p}}}function y(e){return b(e)===c}return ql.AsyncMode=s,ql.ConcurrentMode=c,ql.ContextConsumer=l,ql.ContextProvider=a,ql.Element=t,ql.ForwardRef=d,ql.Fragment=r,ql.Lazy=f,ql.Memo=h,ql.Portal=n,ql.Profiler=o,ql.StrictMode=i,ql.Suspense=u,ql.isAsyncMode=function(e){return y(e)||b(e)===s},ql.isConcurrentMode=y,ql.isContextConsumer=function(e){return b(e)===l},ql.isContextProvider=function(e){return b(e)===a},ql.isElement=function(e){return"object"==typeof e&&null!==e&&e.$$typeof===t},ql.isForwardRef=function(e){return b(e)===d},ql.isFragment=function(e){return b(e)===r},ql.isLazy=function(e){return b(e)===f},ql.isMemo=function(e){return b(e)===h},ql.isPortal=function(e){return b(e)===n},ql.isProfiler=function(e){return b(e)===o},ql.isStrictMode=function(e){return b(e)===i},ql.isSuspense=function(e){return b(e)===u},ql.isValidElementType=function(e){return"string"==typeof e||"function"==typeof e||e===r||e===c||e===o||e===i||e===u||e===p||"object"==typeof e&&null!==e&&(e.$$typeof===f||e.$$typeof===h||e.$$typeof===a||e.$$typeof===l||e.$$typeof===d||e.$$typeof===v||e.$$typeof===m||e.$$typeof===x||e.$$typeof===g)},ql.typeOf=b,ql}():Wl.exports=(Gl||(Gl=1,"production"!==process.env.NODE_ENV&&function(){var e="function"==typeof Symbol&&Symbol.for,t=e?Symbol.for("react.element"):60103,n=e?Symbol.for("react.portal"):60106,r=e?Symbol.for("react.fragment"):60107,i=e?Symbol.for("react.strict_mode"):60108,o=e?Symbol.for("react.profiler"):60114,a=e?Symbol.for("react.provider"):60109,l=e?Symbol.for("react.context"):60110,s=e?Symbol.for("react.async_mode"):60111,c=e?Symbol.for("react.concurrent_mode"):60111,d=e?Symbol.for("react.forward_ref"):60112,u=e?Symbol.for("react.suspense"):60113,p=e?Symbol.for("react.suspense_list"):60120,h=e?Symbol.for("react.memo"):60115,f=e?Symbol.for("react.lazy"):60116,g=e?Symbol.for("react.block"):60121,v=e?Symbol.for("react.fundamental"):60117,m=e?Symbol.for("react.responder"):60118,x=e?Symbol.for("react.scope"):60119;function b(e){if("object"==typeof e&&null!==e){var p=e.$$typeof;switch(p){case t:var g=e.type;switch(g){case s:case c:case r:case o:case i:case u:return g;default:var v=g&&g.$$typeof;switch(v){case l:case d:case f:case h:case a:return v;default:return p}}case n:return p}}}var y=s,w=c,C=l,$=a,k=t,S=d,E=r,O=f,L=h,R=n,T=o,P=i,_=u,M=!1;function D(e){return b(e)===c}as.AsyncMode=y,as.ConcurrentMode=w,as.ContextConsumer=C,as.ContextProvider=$,as.Element=k,as.ForwardRef=S,as.Fragment=E,as.Lazy=O,as.Memo=L,as.Portal=R,as.Profiler=T,as.StrictMode=P,as.Suspense=_,as.isAsyncMode=function(e){return M||(M=!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.")),D(e)||b(e)===s},as.isConcurrentMode=D,as.isContextConsumer=function(e){return b(e)===l},as.isContextProvider=function(e){return b(e)===a},as.isElement=function(e){return"object"==typeof e&&null!==e&&e.$$typeof===t},as.isForwardRef=function(e){return b(e)===d},as.isFragment=function(e){return b(e)===r},as.isLazy=function(e){return b(e)===f},as.isMemo=function(e){return b(e)===h},as.isPortal=function(e){return b(e)===n},as.isProfiler=function(e){return b(e)===o},as.isStrictMode=function(e){return b(e)===i},as.isSuspense=function(e){return b(e)===u},as.isValidElementType=function(e){return"string"==typeof e||"function"==typeof e||e===r||e===c||e===o||e===i||e===u||e===p||"object"==typeof e&&null!==e&&(e.$$typeof===f||e.$$typeof===h||e.$$typeof===a||e.$$typeof===l||e.$$typeof===d||e.$$typeof===v||e.$$typeof===m||e.$$typeof===x||e.$$typeof===g)},as.typeOf=b}()),as)),Wl.exports}function ss(){if(Yl)return Xl;Yl=1;return Xl="SECRET_DO_NOT_PASS_THIS_OR_YOU_WILL_BE_FIRED"}function cs(){return Jl?Kl:(Jl=1,Kl=Function.call.bind(Object.prototype.hasOwnProperty))}function ds(){if(ns)return ts;ns=1;var e=ls(),t=ge,n=ss(),r=cs(),i=function(){if(es)return Ql;es=1;var e=function(){};if("production"!==process.env.NODE_ENV){var t=ss(),n={},r=cs();e=function(e){var t="Warning: "+e;"undefined"!=typeof console&&console.error(t);try{throw new Error(t)}catch(e){}}}function i(i,o,a,l,s){if("production"!==process.env.NODE_ENV)for(var c in i)if(r(i,c)){var d;try{if("function"!=typeof i[c]){var u=Error((l||"React class")+": "+a+" type `"+c+"` is invalid; it must be a function, usually from the `prop-types` package, but received `"+typeof i[c]+"`.This often happens because of typos such as `PropTypes.function` instead of `PropTypes.func`.");throw u.name="Invariant Violation",u}d=i[c](o,c,l,a,null,t)}catch(e){d=e}if(!d||d instanceof Error||e((l||"React class")+": type specification of "+a+" `"+c+"` is invalid; the type checker function must return `null` or an `Error` but returned a "+typeof d+". You may have forgotten to pass an argument to the type checker creator (arrayOf, instanceOf, objectOf, oneOf, oneOfType, and shape all require an argument)."),d instanceof Error&&!(d.message in n)){n[d.message]=!0;var p=s?s():"";e("Failed "+a+" type: "+d.message+(null!=p?p:""))}}}return i.resetWarningCache=function(){"production"!==process.env.NODE_ENV&&(n={})},Ql=i}(),o=function(){};function a(){return null}return"production"!==process.env.NODE_ENV&&(o=function(e){var t="Warning: "+e;"undefined"!=typeof console&&console.error(t);try{throw new Error(t)}catch(e){}}),ts=function(l,s){var c="function"==typeof Symbol&&Symbol.iterator;var d="<<anonymous>>",u={array:g("array"),bigint:g("bigint"),bool:g("boolean"),func:g("function"),number:g("number"),object:g("object"),string:g("string"),symbol:g("symbol"),any:f(a),arrayOf:function(e){return f((function(t,r,i,o,a){if("function"!=typeof e)return new h("Property `"+a+"` of component `"+i+"` has invalid PropType notation inside arrayOf.");var l=t[r];if(!Array.isArray(l))return new h("Invalid "+o+" `"+a+"` of type `"+x(l)+"` supplied to `"+i+"`, expected an array.");for(var s=0;s<l.length;s++){var c=e(l,s,i,o,a+"["+s+"]",n);if(c instanceof Error)return c}return null}))},element:f((function(e,t,n,r,i){var o=e[t];return l(o)?null:new h("Invalid "+r+" `"+i+"` of type `"+x(o)+"` supplied to `"+n+"`, expected a single ReactElement.")})),elementType:f((function(t,n,r,i,o){var a=t[n];return e.isValidElementType(a)?null:new h("Invalid "+i+" `"+o+"` of type `"+x(a)+"` supplied to `"+r+"`, expected a single ReactElement type.")})),instanceOf:function(e){return f((function(t,n,r,i,o){if(!(t[n]instanceof e)){var a=e.name||d;return new h("Invalid "+i+" `"+o+"` of type `"+(((l=t[n]).constructor&&l.constructor.name?l.constructor.name:d)+"` supplied to `")+r+"`, expected instance of `"+a+"`.")}var l;return null}))},node:f((function(e,t,n,r,i){return m(e[t])?null:new h("Invalid "+r+" `"+i+"` supplied to `"+n+"`, expected a ReactNode.")})),objectOf:function(e){return f((function(t,i,o,a,l){if("function"!=typeof e)return new h("Property `"+l+"` of component `"+o+"` has invalid PropType notation inside objectOf.");var s=t[i],c=x(s);if("object"!==c)return new h("Invalid "+a+" `"+l+"` of type `"+c+"` supplied to `"+o+"`, expected an object.");for(var d in s)if(r(s,d)){var u=e(s,d,o,a,l+"."+d,n);if(u instanceof Error)return u}return null}))},oneOf:function(e){if(!Array.isArray(e))return"production"!==process.env.NODE_ENV&&o(arguments.length>1?"Invalid arguments supplied to oneOf, expected an array, got "+arguments.length+" arguments. A common mistake is to write oneOf(x, y, z) instead of oneOf([x, y, z]).":"Invalid argument supplied to oneOf, expected an array."),a;return f((function(t,n,r,i,o){for(var a=t[n],l=0;l<e.length;l++)if(p(a,e[l]))return null;var s=JSON.stringify(e,(function(e,t){return"symbol"===b(t)?String(t):t}));return new h("Invalid "+i+" `"+o+"` of value `"+String(a)+"` supplied to `"+r+"`, expected one of "+s+".")}))},oneOfType:function(e){if(!Array.isArray(e))return"production"!==process.env.NODE_ENV&&o("Invalid argument supplied to oneOfType, expected an instance of array."),a;for(var t=0;t<e.length;t++){var i=e[t];if("function"!=typeof i)return o("Invalid argument supplied to oneOfType. Expected an array of check functions, but received "+y(i)+" at index "+t+"."),a}return f((function(t,i,o,a,l){for(var s=[],c=0;c<e.length;c++){var d=(0,e[c])(t,i,o,a,l,n);if(null==d)return null;d.data&&r(d.data,"expectedType")&&s.push(d.data.expectedType)}return new h("Invalid "+a+" `"+l+"` supplied to `"+o+"`"+(s.length>0?", expected one of type ["+s.join(", ")+"]":"")+".")}))},shape:function(e){return f((function(t,r,i,o,a){var l=t[r],s=x(l);if("object"!==s)return new h("Invalid "+o+" `"+a+"` of type `"+s+"` supplied to `"+i+"`, expected `object`.");for(var c in e){var d=e[c];if("function"!=typeof d)return v(i,o,a,c,b(d));var u=d(l,c,i,o,a+"."+c,n);if(u)return u}return null}))},exact:function(e){return f((function(i,o,a,l,s){var c=i[o],d=x(c);if("object"!==d)return new h("Invalid "+l+" `"+s+"` of type `"+d+"` supplied to `"+a+"`, expected `object`.");var u=t({},i[o],e);for(var p in u){var f=e[p];if(r(e,p)&&"function"!=typeof f)return v(a,l,s,p,b(f));if(!f)return new h("Invalid "+l+" `"+s+"` key `"+p+"` supplied to `"+a+"`.\nBad object: "+JSON.stringify(i[o],null," ")+"\nValid keys: "+JSON.stringify(Object.keys(e),null," "));var g=f(c,p,a,l,s+"."+p,n);if(g)return g}return null}))}};function p(e,t){return e===t?0!==e||1/e==1/t:e!=e&&t!=t}function h(e,t){this.message=e,this.data=t&&"object"==typeof t?t:{},this.stack=""}function f(e){if("production"!==process.env.NODE_ENV)var t={},r=0;function i(i,a,l,c,u,p,f){if(c=c||d,p=p||l,f!==n){if(s){var g=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 g.name="Invariant Violation",g}if("production"!==process.env.NODE_ENV&&"undefined"!=typeof console){var v=c+":"+l;!t[v]&&r<3&&(o("You are manually calling a React.PropTypes validation function for the `"+p+"` prop on `"+c+"`. This is deprecated and will throw in the standalone `prop-types` package. You may be seeing this warning due to a third-party PropTypes library. See https://fb.me/react-warning-dont-call-proptypes for details."),t[v]=!0,r++)}}return null==a[l]?i?null===a[l]?new h("The "+u+" `"+p+"` is marked as required in `"+c+"`, but its value is `null`."):new h("The "+u+" `"+p+"` is marked as required in `"+c+"`, but its value is `undefined`."):null:e(a,l,c,u,p)}var a=i.bind(null,!1);return a.isRequired=i.bind(null,!0),a}function g(e){return f((function(t,n,r,i,o,a){var l=t[n];return x(l)!==e?new h("Invalid "+i+" `"+o+"` of type `"+b(l)+"` supplied to `"+r+"`, expected `"+e+"`.",{expectedType:e}):null}))}function v(e,t,n,r,i){return new h((e||"React class")+": "+t+" type `"+n+"."+r+"` is invalid; it must be a function, usually from the `prop-types` package, but received `"+i+"`.")}function m(e){switch(typeof e){case"number":case"string":case"undefined":return!0;case"boolean":return!e;case"object":if(Array.isArray(e))return e.every(m);if(null===e||l(e))return!0;var t=function(e){var t=e&&(c&&e[c]||e["@@iterator"]);if("function"==typeof t)return t}(e);if(!t)return!1;var n,r=t.call(e);if(t!==e.entries){for(;!(n=r.next()).done;)if(!m(n.value))return!1}else for(;!(n=r.next()).done;){var i=n.value;if(i&&!m(i[1]))return!1}return!0;default:return!1}}function x(e){var t=typeof e;return Array.isArray(e)?"array":e instanceof RegExp?"object":function(e,t){return"symbol"===e||!!t&&("Symbol"===t["@@toStringTag"]||"function"==typeof Symbol&&t instanceof Symbol)}(t,e)?"symbol":t}function b(e){if(null==e)return""+e;var t=x(e);if("object"===t){if(e instanceof Date)return"date";if(e instanceof RegExp)return"regexp"}return t}function y(e){var t=b(e);switch(t){case"array":case"object":return"an "+t;case"boolean":case"date":case"regexp":return"a "+t;default:return t}}return h.prototype=Error.prototype,u.checkPropTypes=i,u.resetWarningCache=i.resetWarningCache,u.PropTypes=u,u},ts}function us(){if(os)return Zl.exports;if(os=1,"production"!==process.env.NODE_ENV){var e=ls();Zl.exports=ds()(e.isElement,!0)}else Zl.exports=function(){if(is)return rs;is=1;var e=ss();function t(){}function n(){}return n.resetWarningCache=t,rs=function(){function r(t,n,r,i,o,a){if(a!==e){var l=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 l.name="Invariant Violation",l}}function i(){return r}r.isRequired=r;var o={array:r,bigint:r,bool:r,func:r,number:r,object:r,string:r,symbol:r,any:r,arrayOf:i,element:r,elementType:r,instanceOf:i,node:r,objectOf:i,oneOf:i,oneOfType:i,shape:i,exact:i,checkPropTypes:n,resetWarningCache:t};return o.PropTypes=o,o}}()();return Zl.exports}function ps(e){var t,n,r="";if("string"==typeof e||"number"==typeof e)r+=e;else if("object"==typeof e)if(Array.isArray(e))for(t=0;t<e.length;t++)e[t]&&(n=ps(e[t]))&&(r&&(r+=" "),r+=n);else for(t in e)e[t]&&(r&&(r+=" "),r+=t);return r}function hs(){for(var e,t,n=0,r="";n<arguments.length;)(e=arguments[n++])&&(t=ps(e))&&(r&&(r+=" "),r+=t);return r}var fs,gs=zl(Object.freeze({__proto__:null,clsx:hs,default:hs})),vs={},ms={};function xs(){if(fs)return ms;return fs=1,Object.defineProperty(ms,"__esModule",{value:!0}),ms.dontSetMe=function(e,t,n){if(e[t])return new Error("Invalid prop ".concat(t," passed to ").concat(n," - do not set this, set it on the child."))},ms.findInArray=function(e,t){for(let n=0,r=e.length;n<r;n++)if(t.apply(t,[e[n],n,e]))return e[n]},ms.int=function(e){return parseInt(e,10)},ms.isFunction=function(e){return"function"==typeof e||"[object Function]"===Object.prototype.toString.call(e)},ms.isNum=function(e){return"number"==typeof e&&!isNaN(e)},ms}var bs,ys,ws={};function Cs(){if(ys)return vs;ys=1,Object.defineProperty(vs,"__esModule",{value:!0}),vs.addClassName=a,vs.addEvent=function(e,t,n,r){if(!e)return;const i={capture:!0,...r};e.addEventListener?e.addEventListener(t,n,i):e.attachEvent?e.attachEvent("on"+t,n):e["on"+t]=n},vs.addUserSelectStyles=function(e){if(!e)return;let t=e.getElementById("react-draggable-style-el");t||(t=e.createElement("style"),t.type="text/css",t.id="react-draggable-style-el",t.innerHTML=".react-draggable-transparent-selection *::-moz-selection {all: inherit;}\n",t.innerHTML+=".react-draggable-transparent-selection *::selection {all: inherit;}\n",e.getElementsByTagName("head")[0].appendChild(t));e.body&&a(e.body,"react-draggable-transparent-selection")},vs.createCSSTransform=function(e,n){const r=o(e,n,"px");return{[(0,t.browserPrefixToKey)("transform",t.default)]:r}},vs.createSVGTransform=function(e,t){return o(e,t,"")},vs.getTouch=function(t,n){return t.targetTouches&&(0,e.findInArray)(t.targetTouches,(e=>n===e.identifier))||t.changedTouches&&(0,e.findInArray)(t.changedTouches,(e=>n===e.identifier))},vs.getTouchIdentifier=function(e){if(e.targetTouches&&e.targetTouches[0])return e.targetTouches[0].identifier;if(e.changedTouches&&e.changedTouches[0])return e.changedTouches[0].identifier},vs.getTranslation=o,vs.innerHeight=function(t){let n=t.clientHeight;const r=t.ownerDocument.defaultView.getComputedStyle(t);return n-=(0,e.int)(r.paddingTop),n-=(0,e.int)(r.paddingBottom),n},vs.innerWidth=function(t){let n=t.clientWidth;const r=t.ownerDocument.defaultView.getComputedStyle(t);return n-=(0,e.int)(r.paddingLeft),n-=(0,e.int)(r.paddingRight),n},vs.matchesSelector=i,vs.matchesSelectorAndParentsTo=function(e,t,n){let r=e;do{if(i(r,t))return!0;if(r===n)return!1;r=r.parentNode}while(r);return!1},vs.offsetXYFromParent=function(e,t,n){const r=t===t.ownerDocument.body?{left:0,top:0}:t.getBoundingClientRect(),i=(e.clientX+t.scrollLeft-r.left)/n,o=(e.clientY+t.scrollTop-r.top)/n;return{x:i,y:o}},vs.outerHeight=function(t){let n=t.clientHeight;const r=t.ownerDocument.defaultView.getComputedStyle(t);return n+=(0,e.int)(r.borderTopWidth),n+=(0,e.int)(r.borderBottomWidth),n},vs.outerWidth=function(t){let n=t.clientWidth;const r=t.ownerDocument.defaultView.getComputedStyle(t);return n+=(0,e.int)(r.borderLeftWidth),n+=(0,e.int)(r.borderRightWidth),n},vs.removeClassName=l,vs.removeEvent=function(e,t,n,r){if(!e)return;const i={capture:!0,...r};e.removeEventListener?e.removeEventListener(t,n,i):e.detachEvent?e.detachEvent("on"+t,n):e["on"+t]=null},vs.removeUserSelectStyles=function(e){if(!e)return;try{if(e.body&&l(e.body,"react-draggable-transparent-selection"),e.selection)e.selection.empty();else{const t=(e.defaultView||window).getSelection();t&&"Caret"!==t.type&&t.removeAllRanges()}}catch(e){}};var e=xs(),t=function(e,t){if(e&&e.__esModule)return e;if(null===e||"object"!=typeof e&&"function"!=typeof e)return{default:e};var r=n(t);if(r&&r.has(e))return r.get(e);var i={},o=Object.defineProperty&&Object.getOwnPropertyDescriptor;for(var a in e)if("default"!==a&&Object.prototype.hasOwnProperty.call(e,a)){var l=o?Object.getOwnPropertyDescriptor(e,a):null;l&&(l.get||l.set)?Object.defineProperty(i,a,l):i[a]=e[a]}i.default=e,r&&r.set(e,i);return i}(function(){if(bs)return ws;bs=1,Object.defineProperty(ws,"__esModule",{value:!0}),ws.browserPrefixToKey=n,ws.browserPrefixToStyle=function(e,t){return t?"-".concat(t.toLowerCase(),"-").concat(e):e},ws.default=void 0,ws.getPrefix=t;const e=["Moz","Webkit","O","ms"];function t(){var t;let r=arguments.length>0&&void 0!==arguments[0]?arguments[0]:"transform";if("undefined"==typeof window)return"";const i=null===(t=window.document)||void 0===t||null===(t=t.documentElement)||void 0===t?void 0:t.style;if(!i)return"";if(r in i)return"";for(let t=0;t<e.length;t++)if(n(r,e[t])in i)return e[t];return""}function n(e,t){return t?"".concat(t).concat(function(e){let t="",n=!0;for(let r=0;r<e.length;r++)n?(t+=e[r].toUpperCase(),n=!1):"-"===e[r]?n=!0:t+=e[r];return t}(e)):e}return ws.default=t(),ws}());function n(e){if("function"!=typeof WeakMap)return null;var t=new WeakMap,r=new WeakMap;return(n=function(e){return e?r:t})(e)}let r="";function i(t,n){return r||(r=(0,e.findInArray)(["matches","webkitMatchesSelector","mozMatchesSelector","msMatchesSelector","oMatchesSelector"],(function(n){return(0,e.isFunction)(t[n])}))),!!(0,e.isFunction)(t[r])&&t[r](n)}function o(e,t,n){let{x:r,y:i}=e,o="translate(".concat(r).concat(n,",").concat(i).concat(n,")");if(t){const e="".concat("string"==typeof t.x?t.x:t.x+n),r="".concat("string"==typeof t.y?t.y:t.y+n);o="translate(".concat(e,", ").concat(r,")")+o}return o}function a(e,t){e.classList?e.classList.add(t):e.className.match(new RegExp("(?:^|\\s)".concat(t,"(?!\\S)")))||(e.className+=" ".concat(t))}function l(e,t){e.classList?e.classList.remove(t):e.className=e.className.replace(new RegExp("(?:^|\\s)".concat(t,"(?!\\S)"),"g"),"")}return vs}var $s,ks={};function Ss(){if($s)return ks;$s=1,Object.defineProperty(ks,"__esModule",{value:!0}),ks.canDragX=function(e){return"both"===e.props.axis||"x"===e.props.axis},ks.canDragY=function(e){return"both"===e.props.axis||"y"===e.props.axis},ks.createCoreData=function(t,r,i){const o=!(0,e.isNum)(t.lastX),a=n(t);return o?{node:a,deltaX:0,deltaY:0,lastX:r,lastY:i,x:r,y:i}:{node:a,deltaX:r-t.lastX,deltaY:i-t.lastY,lastX:t.lastX,lastY:t.lastY,x:r,y:i}},ks.createDraggableData=function(e,t){const n=e.props.scale;return{node:t.node,x:e.state.x+t.deltaX/n,y:e.state.y+t.deltaY/n,deltaX:t.deltaX/n,deltaY:t.deltaY/n,lastX:e.state.x,lastY:e.state.y}},ks.getBoundPosition=function(r,i,o){if(!r.props.bounds)return[i,o];let{bounds:a}=r.props;a="string"==typeof a?a:function(e){return{left:e.left,top:e.top,right:e.right,bottom:e.bottom}}(a);const l=n(r);if("string"==typeof a){const{ownerDocument:n}=l,r=n.defaultView;let i;if(i="parent"===a?l.parentNode:n.querySelector(a),!(i instanceof r.HTMLElement))throw new Error('Bounds selector "'+a+'" could not find an element.');const o=i,s=r.getComputedStyle(l),c=r.getComputedStyle(o);a={left:-l.offsetLeft+(0,e.int)(c.paddingLeft)+(0,e.int)(s.marginLeft),top:-l.offsetTop+(0,e.int)(c.paddingTop)+(0,e.int)(s.marginTop),right:(0,t.innerWidth)(o)-(0,t.outerWidth)(l)-l.offsetLeft+(0,e.int)(c.paddingRight)-(0,e.int)(s.marginRight),bottom:(0,t.innerHeight)(o)-(0,t.outerHeight)(l)-l.offsetTop+(0,e.int)(c.paddingBottom)-(0,e.int)(s.marginBottom)}}(0,e.isNum)(a.right)&&(i=Math.min(i,a.right));(0,e.isNum)(a.bottom)&&(o=Math.min(o,a.bottom));(0,e.isNum)(a.left)&&(i=Math.max(i,a.left));(0,e.isNum)(a.top)&&(o=Math.max(o,a.top));return[i,o]},ks.getControlPosition=function(e,r,i){const o="number"==typeof r?(0,t.getTouch)(e,r):null;if("number"==typeof r&&!o)return null;const a=n(i),l=i.props.offsetParent||a.offsetParent||a.ownerDocument.body;return(0,t.offsetXYFromParent)(o||e,l,i.props.scale)},ks.snapToGrid=function(e,t,n){const r=Math.round(t/e[0])*e[0],i=Math.round(n/e[1])*e[1];return[r,i]};var e=xs(),t=Cs();function n(e){const t=e.findDOMNode();if(!t)throw new Error("<DraggableCore>: Unmounted during event!");return t}return ks}var Es,Os,Ls,Rs,Ts={},Ps={};function _s(){if(Es)return Ps;return Es=1,Object.defineProperty(Ps,"__esModule",{value:!0}),Ps.default=function(){},Ps}function Ms(){if(Os)return Ts;Os=1,Object.defineProperty(Ts,"__esModule",{value:!0}),Ts.default=void 0;var e=function(e,t){if(e&&e.__esModule)return e;if(null===e||"object"!=typeof e&&"function"!=typeof e)return{default:e};var n=s(t);if(n&&n.has(e))return n.get(e);var r={},i=Object.defineProperty&&Object.getOwnPropertyDescriptor;for(var o in e)if("default"!==o&&Object.prototype.hasOwnProperty.call(e,o)){var a=i?Object.getOwnPropertyDescriptor(e,o):null;a&&(a.get||a.set)?Object.defineProperty(r,o,a):r[o]=e[o]}r.default=e,n&&n.set(e,r);return r}(U),t=l(us()),n=l(he),r=Cs(),i=Ss(),o=xs(),a=l(_s());function l(e){return e&&e.__esModule?e:{default:e}}function s(e){if("function"!=typeof WeakMap)return null;var t=new WeakMap,n=new WeakMap;return(s=function(e){return e?n:t})(e)}function c(e,t,n){return(t=function(e){var t=function(e,t){if("object"!=typeof e||null===e)return e;var n=e[Symbol.toPrimitive];if(void 0!==n){var r=n.call(e,t);if("object"!=typeof r)return r;throw new TypeError("@@toPrimitive must return a primitive value.")}return("string"===t?String:Number)(e)}(e,"string");return"symbol"==typeof t?t:String(t)}(t))in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}const d={start:"touchstart",move:"touchmove",stop:"touchend"},u={start:"mousedown",move:"mousemove",stop:"mouseup"};let p=u,h=class extends e.Component{constructor(){super(...arguments),c(this,"dragging",!1),c(this,"lastX",NaN),c(this,"lastY",NaN),c(this,"touchIdentifier",null),c(this,"mounted",!1),c(this,"handleDragStart",(e=>{if(this.props.onMouseDown(e),!this.props.allowAnyClick&&"number"==typeof e.button&&0!==e.button)return!1;const t=this.findDOMNode();if(!t||!t.ownerDocument||!t.ownerDocument.body)throw new Error("<DraggableCore> not mounted on DragStart!");const{ownerDocument:n}=t;if(this.props.disabled||!(e.target instanceof n.defaultView.Node)||this.props.handle&&!(0,r.matchesSelectorAndParentsTo)(e.target,this.props.handle,t)||this.props.cancel&&(0,r.matchesSelectorAndParentsTo)(e.target,this.props.cancel,t))return;"touchstart"===e.type&&e.preventDefault();const o=(0,r.getTouchIdentifier)(e);this.touchIdentifier=o;const l=(0,i.getControlPosition)(e,o,this);if(null==l)return;const{x:s,y:c}=l,d=(0,i.createCoreData)(this,s,c);(0,a.default)("DraggableCore: handleDragStart: %j",d),(0,a.default)("calling",this.props.onStart);!1!==this.props.onStart(e,d)&&!1!==this.mounted&&(this.props.enableUserSelectHack&&(0,r.addUserSelectStyles)(n),this.dragging=!0,this.lastX=s,this.lastY=c,(0,r.addEvent)(n,p.move,this.handleDrag),(0,r.addEvent)(n,p.stop,this.handleDragStop))})),c(this,"handleDrag",(e=>{const t=(0,i.getControlPosition)(e,this.touchIdentifier,this);if(null==t)return;let{x:n,y:r}=t;if(Array.isArray(this.props.grid)){let e=n-this.lastX,t=r-this.lastY;if([e,t]=(0,i.snapToGrid)(this.props.grid,e,t),!e&&!t)return;n=this.lastX+e,r=this.lastY+t}const o=(0,i.createCoreData)(this,n,r);(0,a.default)("DraggableCore: handleDrag: %j",o);if(!1!==this.props.onDrag(e,o)&&!1!==this.mounted)this.lastX=n,this.lastY=r;else try{this.handleDragStop(new MouseEvent("mouseup"))}catch(e){const t=document.createEvent("MouseEvents");t.initMouseEvent("mouseup",!0,!0,window,0,0,0,0,0,!1,!1,!1,!1,0,null),this.handleDragStop(t)}})),c(this,"handleDragStop",(e=>{if(!this.dragging)return;const t=(0,i.getControlPosition)(e,this.touchIdentifier,this);if(null==t)return;let{x:n,y:o}=t;if(Array.isArray(this.props.grid)){let e=n-this.lastX||0,t=o-this.lastY||0;[e,t]=(0,i.snapToGrid)(this.props.grid,e,t),n=this.lastX+e,o=this.lastY+t}const l=(0,i.createCoreData)(this,n,o);if(!1===this.props.onStop(e,l)||!1===this.mounted)return!1;const s=this.findDOMNode();s&&this.props.enableUserSelectHack&&(0,r.removeUserSelectStyles)(s.ownerDocument),(0,a.default)("DraggableCore: handleDragStop: %j",l),this.dragging=!1,this.lastX=NaN,this.lastY=NaN,s&&((0,a.default)("DraggableCore: Removing handlers"),(0,r.removeEvent)(s.ownerDocument,p.move,this.handleDrag),(0,r.removeEvent)(s.ownerDocument,p.stop,this.handleDragStop))})),c(this,"onMouseDown",(e=>(p=u,this.handleDragStart(e)))),c(this,"onMouseUp",(e=>(p=u,this.handleDragStop(e)))),c(this,"onTouchStart",(e=>(p=d,this.handleDragStart(e)))),c(this,"onTouchEnd",(e=>(p=d,this.handleDragStop(e))))}componentDidMount(){this.mounted=!0;const e=this.findDOMNode();e&&(0,r.addEvent)(e,d.start,this.onTouchStart,{passive:!1})}componentWillUnmount(){this.mounted=!1;const e=this.findDOMNode();if(e){const{ownerDocument:t}=e;(0,r.removeEvent)(t,u.move,this.handleDrag),(0,r.removeEvent)(t,d.move,this.handleDrag),(0,r.removeEvent)(t,u.stop,this.handleDragStop),(0,r.removeEvent)(t,d.stop,this.handleDragStop),(0,r.removeEvent)(e,d.start,this.onTouchStart,{passive:!1}),this.props.enableUserSelectHack&&(0,r.removeUserSelectStyles)(t)}}findDOMNode(){var e,t;return null!==(e=this.props)&&void 0!==e&&e.nodeRef?null===(t=this.props)||void 0===t||null===(t=t.nodeRef)||void 0===t?void 0:t.current:n.default.findDOMNode(this)}render(){return e.cloneElement(e.Children.only(this.props.children),{onMouseDown:this.onMouseDown,onMouseUp:this.onMouseUp,onTouchEnd:this.onTouchEnd})}};return Ts.default=h,c(h,"displayName","DraggableCore"),c(h,"propTypes",{allowAnyClick:t.default.bool,children:t.default.node.isRequired,disabled:t.default.bool,enableUserSelectHack:t.default.bool,offsetParent:function(e,t){if(e[t]&&1!==e[t].nodeType)throw new Error("Draggable's offsetParent must be a DOM Node.")},grid:t.default.arrayOf(t.default.number),handle:t.default.string,cancel:t.default.string,nodeRef:t.default.object,onStart:t.default.func,onDrag:t.default.func,onStop:t.default.func,onMouseDown:t.default.func,scale:t.default.number,className:o.dontSetMe,style:o.dontSetMe,transform:o.dontSetMe}),c(h,"defaultProps",{allowAnyClick:!1,disabled:!1,enableUserSelectHack:!0,onStart:function(){},onDrag:function(){},onStop:function(){},onMouseDown:function(){},scale:1}),Ts}function Ds(){return Ls||(Ls=1,function(e){Object.defineProperty(e,"__esModule",{value:!0}),Object.defineProperty(e,"DraggableCore",{enumerable:!0,get:function(){return s.default}}),e.default=void 0;var t=function(e,t){if(e&&e.__esModule)return e;if(null===e||"object"!=typeof e&&"function"!=typeof e)return{default:e};var n=u(t);if(n&&n.has(e))return n.get(e);var r={},i=Object.defineProperty&&Object.getOwnPropertyDescriptor;for(var o in e)if("default"!==o&&Object.prototype.hasOwnProperty.call(e,o)){var a=i?Object.getOwnPropertyDescriptor(e,o):null;a&&(a.get||a.set)?Object.defineProperty(r,o,a):r[o]=e[o]}r.default=e,n&&n.set(e,r);return r}(U),n=d(us()),r=d(he),i=d(gs),o=Cs(),a=Ss(),l=xs(),s=d(Ms()),c=d(_s());function d(e){return e&&e.__esModule?e:{default:e}}function u(e){if("function"!=typeof WeakMap)return null;var t=new WeakMap,n=new WeakMap;return(u=function(e){return e?n:t})(e)}function p(){return p=Object.assign?Object.assign.bind():function(e){for(var t=1;t<arguments.length;t++){var n=arguments[t];for(var r in n)Object.prototype.hasOwnProperty.call(n,r)&&(e[r]=n[r])}return e},p.apply(this,arguments)}function h(e,t,n){return(t=function(e){var t=function(e,t){if("object"!=typeof e||null===e)return e;var n=e[Symbol.toPrimitive];if(void 0!==n){var r=n.call(e,t);if("object"!=typeof r)return r;throw new TypeError("@@toPrimitive must return a primitive value.")}return("string"===t?String:Number)(e)}(e,"string");return"symbol"==typeof t?t:String(t)}(t))in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}class f extends t.Component{static getDerivedStateFromProps(e,t){let{position:n}=e,{prevPropsPosition:r}=t;return!n||r&&n.x===r.x&&n.y===r.y?null:((0,c.default)("Draggable: getDerivedStateFromProps %j",{position:n,prevPropsPosition:r}),{x:n.x,y:n.y,prevPropsPosition:{...n}})}constructor(e){super(e),h(this,"onDragStart",((e,t)=>{(0,c.default)("Draggable: onDragStart: %j",t);if(!1===this.props.onStart(e,(0,a.createDraggableData)(this,t)))return!1;this.setState({dragging:!0,dragged:!0})})),h(this,"onDrag",((e,t)=>{if(!this.state.dragging)return!1;(0,c.default)("Draggable: onDrag: %j",t);const n=(0,a.createDraggableData)(this,t),r={x:n.x,y:n.y,slackX:0,slackY:0};if(this.props.bounds){const{x:e,y:t}=r;r.x+=this.state.slackX,r.y+=this.state.slackY;const[i,o]=(0,a.getBoundPosition)(this,r.x,r.y);r.x=i,r.y=o,r.slackX=this.state.slackX+(e-r.x),r.slackY=this.state.slackY+(t-r.y),n.x=r.x,n.y=r.y,n.deltaX=r.x-this.state.x,n.deltaY=r.y-this.state.y}if(!1===this.props.onDrag(e,n))return!1;this.setState(r)})),h(this,"onDragStop",((e,t)=>{if(!this.state.dragging)return!1;if(!1===this.props.onStop(e,(0,a.createDraggableData)(this,t)))return!1;(0,c.default)("Draggable: onDragStop: %j",t);const n={dragging:!1,slackX:0,slackY:0};if(Boolean(this.props.position)){const{x:e,y:t}=this.props.position;n.x=e,n.y=t}this.setState(n)})),this.state={dragging:!1,dragged:!1,x:e.position?e.position.x:e.defaultPosition.x,y:e.position?e.position.y:e.defaultPosition.y,prevPropsPosition:{...e.position},slackX:0,slackY:0,isElementSVG:!1},!e.position||e.onDrag||e.onStop||console.warn("A `position` was applied to this <Draggable>, without drag handlers. This will make this component effectively undraggable. Please attach `onDrag` or `onStop` handlers so you can adjust the `position` of this element.")}componentDidMount(){void 0!==window.SVGElement&&this.findDOMNode()instanceof window.SVGElement&&this.setState({isElementSVG:!0})}componentWillUnmount(){this.setState({dragging:!1})}findDOMNode(){var e,t;return null!==(e=null===(t=this.props)||void 0===t||null===(t=t.nodeRef)||void 0===t?void 0:t.current)&&void 0!==e?e:r.default.findDOMNode(this)}render(){const{axis:e,bounds:n,children:r,defaultPosition:l,defaultClassName:c,defaultClassNameDragging:d,defaultClassNameDragged:u,position:h,positionOffset:f,scale:g,...v}=this.props;let m={},x=null;const b=!Boolean(h)||this.state.dragging,y=h||l,w={x:(0,a.canDragX)(this)&&b?this.state.x:y.x,y:(0,a.canDragY)(this)&&b?this.state.y:y.y};this.state.isElementSVG?x=(0,o.createSVGTransform)(w,f):m=(0,o.createCSSTransform)(w,f);const C=(0,i.default)(r.props.className||"",c,{[d]:this.state.dragging,[u]:this.state.dragged});return t.createElement(s.default,p({},v,{onStart:this.onDragStart,onDrag:this.onDrag,onStop:this.onDragStop}),t.cloneElement(t.Children.only(r),{className:C,style:{...r.props.style,...m},transform:x}))}}e.default=f,h(f,"displayName","Draggable"),h(f,"propTypes",{...s.default.propTypes,axis:n.default.oneOf(["both","x","y","none"]),bounds:n.default.oneOfType([n.default.shape({left:n.default.number,right:n.default.number,top:n.default.number,bottom:n.default.number}),n.default.string,n.default.oneOf([!1])]),defaultClassName:n.default.string,defaultClassNameDragging:n.default.string,defaultClassNameDragged:n.default.string,defaultPosition:n.default.shape({x:n.default.number,y:n.default.number}),positionOffset:n.default.shape({x:n.default.oneOfType([n.default.number,n.default.string]),y:n.default.oneOfType([n.default.number,n.default.string])}),position:n.default.shape({x:n.default.number,y:n.default.number}),className:l.dontSetMe,style:l.dontSetMe,transform:l.dontSetMe}),h(f,"defaultProps",{...s.default.defaultProps,axis:"both",bounds:!1,defaultClassName:"react-draggable",defaultClassNameDragging:"react-draggable-dragging",defaultClassNameDragged:"react-draggable-dragged",defaultPosition:{x:0,y:0},scale:1})}(Fl)),Fl}var Ns=function(){if(Rs)return Bl.exports;Rs=1;const{default:e,DraggableCore:t}=Ds();return Bl.exports=e,Bl.exports.default=e,Bl.exports.DraggableCore=t,Bl.exports}(),Vs=Al(Ns);const js=e=>se`
|
|
2387
2389
|
width: 240px;
|
|
2388
2390
|
${"medium"===e&&"width: 320px;"}
|
|
2389
2391
|
${"large"===e&&"width: 440px;"}
|
|
@@ -2394,7 +2396,7 @@ import{createSystem as e,defaultConfig as t,Button as n,Box as r,Spinner as i,Ic
|
|
|
2394
2396
|
border-radius: 4px;
|
|
2395
2397
|
box-shadow: 0px 4px 6px -4px #0000001a;
|
|
2396
2398
|
box-shadow: 0px 10px 15px -3px #0000001a;
|
|
2397
|
-
`,
|
|
2399
|
+
`,Is=se`
|
|
2398
2400
|
height: 100%;
|
|
2399
2401
|
min-height: 40px;
|
|
2400
2402
|
display: flex;
|
|
@@ -2402,27 +2404,27 @@ import{createSystem as e,defaultConfig as t,Button as n,Box as r,Spinner as i,Ic
|
|
|
2402
2404
|
justify-content: space-between;
|
|
2403
2405
|
padding: 8px;
|
|
2404
2406
|
border-bottom: 1px solid ${be("neutral",300)};
|
|
2405
|
-
`,Is=se`
|
|
2406
|
-
top: 10px;
|
|
2407
2407
|
`,As=se`
|
|
2408
|
+
top: 10px;
|
|
2409
|
+
`,zs=se`
|
|
2408
2410
|
padding: 12px;
|
|
2409
|
-
`,
|
|
2411
|
+
`,Hs=({header:e,content:t,footer:n,size:r="medium",draggable:i,blocking:o,open:a,onClose:s})=>a?W(M.Root,{open:a,onOpenChange:s,placement:"center",scrollBehavior:"inside",closeOnInteractOutside:!i&&!o,preventScroll:!i&&!o,closeOnEscape:!o,defaultOpen:!0,children:Z(l,{children:[i?null:W(M.Backdrop,{}),W(Vs,{disabled:!i,children:W(M.Positioner,{children:Z(M.Content,{css:js(r),children:[Z(M.Header,{css:Is,children:[e,o?null:W(M.CloseTrigger,{css:As,asChild:!0,children:W(pt,{})})]}),W(M.Body,{css:zs,children:t}),n?W(M.Footer,{padding:"12px",children:n}):null]})})})]})}):null,Bs=e=>se`
|
|
2410
2412
|
height: 100%;
|
|
2411
2413
|
width: ${e||"320px"};
|
|
2412
2414
|
background-color: ${be("neutral",100)};
|
|
2413
2415
|
box-shadow: 0px 1px 2px -1px #0000001a;
|
|
2414
2416
|
box-shadow: 0px 1px 3px 0px #0000001a;
|
|
2415
2417
|
position: relative;
|
|
2416
|
-
`,Bs=se`
|
|
2417
|
-
border-right: 1px solid ${be("neutral",300)};
|
|
2418
2418
|
`,Fs=se`
|
|
2419
|
+
border-right: 1px solid ${be("neutral",300)};
|
|
2420
|
+
`,Zs=se`
|
|
2419
2421
|
border: 1px solid ${be("neutral",300)};
|
|
2420
2422
|
border-radius: 4px;
|
|
2421
|
-
`,
|
|
2423
|
+
`,Ws=se`
|
|
2422
2424
|
min-height: 48px;
|
|
2423
2425
|
width: 100%;
|
|
2424
2426
|
border-bottom: 1px solid ${be("neutral",300)};
|
|
2425
|
-
`,
|
|
2427
|
+
`,qs=(e,t)=>se`
|
|
2426
2428
|
height: ${((e,t)=>e&&t?`calc(100% - ${e+t}px)`:e?`calc(100% - ${e}px)`:t?`calc(100% - ${t}px)`:"100%")(e,t)};
|
|
2427
2429
|
width: 100%;
|
|
2428
2430
|
overflow-y: auto;
|
|
@@ -2430,7 +2432,7 @@ import{createSystem as e,defaultConfig as t,Button as n,Box as r,Spinner as i,Ic
|
|
|
2430
2432
|
&:focus-visible {
|
|
2431
2433
|
outline-color: ${be("primary",700)};
|
|
2432
2434
|
}
|
|
2433
|
-
`,
|
|
2435
|
+
`,Gs=se`
|
|
2434
2436
|
min-height: 64px;
|
|
2435
2437
|
width: 100%;
|
|
2436
2438
|
display: flex;
|
|
@@ -2440,7 +2442,7 @@ import{createSystem as e,defaultConfig as t,Button as n,Box as r,Spinner as i,Ic
|
|
|
2440
2442
|
bottom: 0;
|
|
2441
2443
|
left: 0;
|
|
2442
2444
|
border-top: 1px solid ${be("neutral",300)};
|
|
2443
|
-
`,
|
|
2445
|
+
`,Us=({header:e,content:t,footer:n,variant:r="fixed",width:i})=>{const[o,a]=Y(void 0),[l,s]=Y(void 0),c=K(null),d=K(null);J((()=>{a(c?.current?.getBoundingClientRect()?.height),s(d?.current?.getBoundingClientRect()?.height)}),[e,n]);return Z("div",{css:[Bs(i),"fixed"===r?Fs:Zs],children:[e?W("div",{css:Ws,ref:c,children:e}):null,W("div",{css:qs(o,l),children:t}),n?W("div",{css:Gs,ref:d,children:n}):null]})};var Xs,Ys;!function(){if(Ys)return Xs;Ys=1;var e=function(){};if("production"!==process.env.NODE_ENV){var t=function(e,t){var n=arguments.length;t=new Array(n>1?n-1:0);for(var r=1;r<n;r++)t[r-1]=arguments[r];var i=0,o="Warning: "+e.replace(/%s/g,(function(){return t[i++]}));"undefined"!=typeof console&&console.error(o);try{throw new Error(o)}catch(e){}};e=function(e,n,r){var i=arguments.length;r=new Array(i>2?i-2:0);for(var o=2;o<i;o++)r[o-2]=arguments[o];if(void 0===n)throw new Error("`warning(condition, format, ...args)` requires a warning message argument");e||t.apply(null,[n].concat(r))}}Xs=e}();var Ks=Js()?ee:J;"production"!==process.env.NODE_ENV&&("undefined"!=typeof process?process:{env:{NODE_ENV:"development"}}).env;function Js(){return!("undefined"==typeof window||!window.document||!window.document.createElement)}process.env.NODE_ENV,process.env.NODE_ENV,process.env.NODE_ENV;var Qs=function(e){var t,n=e.children,r=e.type,i=void 0===r?"reach-portal":r,o=K(null),a=K(null),l=(t=Y(Object.create(null))[1],re((function(){t(Object.create(null))}),[]));return Ks((function(){if(o.current){var e=o.current.ownerDocument;return a.current=null==e?void 0:e.createElement(i),e.body.appendChild(a.current),l(),function(){a.current&&a.current.ownerDocument&&a.current.ownerDocument.body.removeChild(a.current)}}}),[i,l]),a.current?fe(n,a.current):ie("span",{ref:o})};"production"!==process.env.NODE_ENV&&(Qs.displayName="Portal");
|
|
2444
2446
|
/*! *****************************************************************************
|
|
2445
2447
|
Copyright (c) Microsoft Corporation.
|
|
2446
2448
|
|
|
@@ -2454,16 +2456,16 @@ INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM
|
|
|
2454
2456
|
LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR
|
|
2455
2457
|
OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
|
|
2456
2458
|
PERFORMANCE OF THIS SOFTWARE.
|
|
2457
|
-
***************************************************************************** */var Qs,ec,tc=function(){return tc=Object.assign||function(e){for(var t,n=1,r=arguments.length;n<r;n++)for(var i in t=arguments[n])Object.prototype.hasOwnProperty.call(t,i)&&(e[i]=t[i]);return e},tc.apply(this,arguments)};function nc(e,t){var n={};for(var r in e)Object.prototype.hasOwnProperty.call(e,r)&&t.indexOf(r)<0&&(n[r]=e[r]);if(null!=e&&"function"==typeof Object.getOwnPropertySymbols){var i=0;for(r=Object.getOwnPropertySymbols(e);i<r.length;i++)t.indexOf(r[i])<0&&Object.prototype.propertyIsEnumerable.call(e,r[i])&&(n[r[i]]=e[r[i]])}return n}function rc(e){var t="function"==typeof Symbol&&Symbol.iterator,n=t&&e[t],r=0;if(n)return n.call(e);if(e&&"number"==typeof e.length)return{next:function(){return e&&r>=e.length&&(e=void 0),{value:e&&e[r++],done:!e}}};throw new TypeError(t?"Object is not iterable.":"Symbol.iterator is not defined.")}function ic(e,t){var n="function"==typeof Symbol&&e[Symbol.iterator];if(!n)return e;var r,i,o=n.call(e),a=[];try{for(;(void 0===t||t-- >0)&&!(r=o.next()).done;)a.push(r.value)}catch(e){i={error:e}}finally{try{r&&!r.done&&(n=o.return)&&n.call(o)}finally{if(i)throw i.error}}return a}function oc(e,t,n){if(2===arguments.length)for(var r,i=0,o=t.length;i<o;i++)!r&&i in t||(r||(r=Array.prototype.slice.call(t,0,i)),r[i]=t[i]);return e.concat(r||Array.prototype.slice.call(t))}!function(e){e.Start="xstate.start",e.Stop="xstate.stop",e.Raise="xstate.raise",e.Send="xstate.send",e.Cancel="xstate.cancel",e.NullEvent="",e.Assign="xstate.assign",e.After="xstate.after",e.DoneState="done.state",e.DoneInvoke="done.invoke",e.Log="xstate.log",e.Init="xstate.init",e.Invoke="xstate.invoke",e.ErrorExecution="error.execution",e.ErrorCommunication="error.communication",e.ErrorPlatform="error.platform",e.ErrorCustom="xstate.error",e.Update="xstate.update",e.Pure="xstate.pure",e.Choose="xstate.choose"}(Qs||(Qs={})),function(e){e.Parent="#_parent",e.Internal="#_internal"}(ec||(ec={}));var ac=Qs.Start,lc=Qs.Stop,sc=Qs.Raise,cc=Qs.Send,dc=Qs.Cancel,uc=Qs.NullEvent,pc=Qs.Assign;Qs.After,Qs.DoneState;var hc=Qs.Log,fc=Qs.Init,gc=Qs.Invoke;Qs.ErrorExecution;var vc,mc=Qs.ErrorPlatform,xc=Qs.ErrorCustom,bc=Qs.Update,yc=Qs.Choose,wc=Qs.Pure,Cc={},$c="xstate.guard",kc="production"===process.env.NODE_ENV;function Sc(e,t,n){void 0===n&&(n=".");var r=Lc(e,n),i=Lc(t,n);return Zc(i)?!!Zc(r)&&i===r:Zc(r)?r in i:Object.keys(r).every((function(e){return e in i&&Sc(r[e],i[e])}))}function Ec(e){try{return Zc(e)||"number"==typeof e?"".concat(e):e.type}catch(e){throw new Error("Events must be strings or objects with a string event.type property.")}}function Oc(e,t){try{return Bc(e)?e:e.toString().split(t)}catch(t){throw new Error("'".concat(e,"' is not a valid state path."))}}function Lc(e,t){return"object"==typeof(n=e)&&"value"in n&&"context"in n&&"event"in n&&"_event"in n?e.value:Bc(e)?Rc(e):"string"!=typeof e?e:Rc(Oc(e,t));var n}function Rc(e){if(1===e.length)return e[0];for(var t={},n=t,r=0;r<e.length-1;r++)r===e.length-2?n[e[r]]=e[r+1]:(n[e[r]]={},n=n[e[r]]);return t}function Tc(e,t){for(var n={},r=Object.keys(e),i=0;i<r.length;i++){var o=r[i];n[o]=t(e[o],o,e,i)}return n}function Pc(e,t,n){var r,i,o={};try{for(var a=rc(Object.keys(e)),l=a.next();!l.done;l=a.next()){var s=l.value,c=e[s];n(c)&&(o[s]=t(c,s,e))}}catch(e){r={error:e}}finally{try{l&&!l.done&&(i=a.return)&&i.call(a)}finally{if(r)throw r.error}}return o}var _c=function(e){return function(t){var n,r,i=t;try{for(var o=rc(e),a=o.next();!a.done;a=o.next()){i=i[a.value]}}catch(e){n={error:e}}finally{try{a&&!a.done&&(r=o.return)&&r.call(o)}finally{if(n)throw n.error}}return i}};function Mc(e){return e?Zc(e)?[[e]]:Dc(Object.keys(e).map((function(t){var n=e[t];return"string"==typeof n||n&&Object.keys(n).length?Mc(e[t]).map((function(e){return[t].concat(e)})):[[t]]}))):[[]]}function Dc(e){var t;return(t=[]).concat.apply(t,oc([],ic(e),!1))}function Nc(e){return Bc(e)?e:[e]}function Vc(e){return void 0===e?[]:Nc(e)}function jc(e,t,n){var r,i;if(Fc(e))return e(t,n.data);var o={};try{for(var a=rc(Object.keys(e)),l=a.next();!l.done;l=a.next()){var s=l.value,c=e[s];Fc(c)?o[s]=c(t,n.data):o[s]=c}}catch(e){r={error:e}}finally{try{l&&!l.done&&(i=a.return)&&i.call(a)}finally{if(r)throw r.error}}return o}function Ic(e){return e instanceof Promise||!(null===e||!Fc(e)&&"object"!=typeof e||!Fc(e.then))}function Ac(e,t){return Tc(e.states,(function(e,n){if(e){var r=(Zc(t)?void 0:t[n])||(e?e.current:void 0);if(r)return{current:r,states:Ac(e,r)}}}))}function zc(e,t,n,r){kc||Hc(!!e,"Attempting to update undefined context");var i=e?n.reduce((function(e,n){var i,o,a=n.assignment,l={state:r,action:n,_event:t},s={};if(Fc(a))s=a(e,t.data,l);else try{for(var c=rc(Object.keys(a)),d=c.next();!d.done;d=c.next()){var u=d.value,p=a[u];s[u]=Fc(p)?p(e,t.data,l):p}}catch(e){i={error:e}}finally{try{d&&!d.done&&(o=c.return)&&o.call(c)}finally{if(i)throw i.error}}return Object.assign({},e,s)}),e):e;return i}var Hc=function(){};function Bc(e){return Array.isArray(e)}function Fc(e){return"function"==typeof e}function Zc(e){return"string"==typeof e}function Wc(e,t){if(e)return Zc(e)?{type:$c,name:e,predicate:t?t[e]:void 0}:Fc(e)?{type:$c,name:e.name,predicate:e}:e}kc||(Hc=function(e,t){var n=e instanceof Error?e:void 0;if((n||!e)&&void 0!==console){var r=["Warning: ".concat(t)];n&&r.push(n),console.warn.apply(console,r)}});var qc=function(){return"function"==typeof Symbol&&Symbol.observable||"@@observable"}();function Gc(e){return!!e&&"__xstatenode"in e}function Uc(e,t){return Zc(e)||"number"==typeof e?tc({type:e},t):e}function Xc(e,t){if(!Zc(e)&&"$$type"in e&&"scxml"===e.$$type)return e;var n=Uc(e);return tc({name:n.type,data:n,$$type:"scxml",type:"external"},t)}function Yc(e,t){return Nc(t).map((function(t){return void 0===t||"string"==typeof t||Gc(t)?{target:t,event:e}:tc(tc({},t),{event:e})}))}function Kc(e,t,n,r,i){var o=e.options.guards,a={state:i,cond:t,_event:r};if(t.type===$c)return((null==o?void 0:o[t.name])||t.predicate)(n,r.data,a);var l=null==o?void 0:o[t.type];if(!l)throw new Error("Guard '".concat(t.type,"' is not implemented on machine '").concat(e.id,"'."));return l(n,r.data,a)}function Jc(e){return"string"==typeof e?{type:e}:e}function Qc(e,t,n){var r=function(){},i="object"==typeof e,o=i?e:null;return{next:((i?e.next:e)||r).bind(o),error:((i?e.error:t)||r).bind(o),complete:((i?e.complete:n)||r).bind(o)}}function ed(e,t){return"".concat(e,":invocation[").concat(t,"]")}function td(e){return(e.type===sc||e.type===cc&&e.to===ec.Internal)&&"number"!=typeof e.delay}(vc={})[qc]=function(){return this},vc[Symbol.observable]=function(){return this};var nd=Xc({type:fc});function rd(e,t){return t&&t[e]||void 0}function id(e,t){var n;if(Zc(e)||"number"==typeof e)n=Fc(r=rd(e,t))?{type:e,exec:r}:r||{type:e,exec:void 0};else if(Fc(e))n={type:e.name||e.toString(),exec:e};else{var r;if(Fc(r=rd(e.type,t)))n=tc(tc({},e),{exec:r});else if(r){var i=r.type||e.type;n=tc(tc(tc({},r),e),{type:i})}else n=e}return n}var od=function(e,t){return e?(Bc(e)?e:[e]).map((function(e){return id(e,t)})):[]};function ad(e){var t=id(e);return tc(tc({id:Zc(e)?e:t.id},t),{type:t.type})}function ld(e,t){var n="".concat(Qs.DoneState,".").concat(e),r={type:n,data:t,toString:function(){return n}};return r}function sd(e,t){var n="".concat(Qs.DoneInvoke,".").concat(e),r={type:n,data:t,toString:function(){return n}};return r}function cd(e,t){var n="".concat(Qs.ErrorPlatform,".").concat(e),r={type:n,data:t,toString:function(){return n}};return r}function dd(e,t,n,r,i,o,a){void 0===a&&(a=!1);var l=a?[]:function(e){var t,n,r=[];try{for(var i=rc(e),o=i.next();!o.done;o=i.next())for(var a=o.value,l=0;l<a.actions.length;)a.actions[l].type!==pc?l++:(r.push(a.actions[l]),a.actions.splice(l,1))}catch(e){t={error:e}}finally{try{o&&!o.done&&(n=i.return)&&n.call(i)}finally{if(t)throw t.error}}return r}(i),s=l.length?zc(n,r,l,t):n,c=a?[n]:void 0,d=[];function u(i,l){var u;switch(l.type){case sc:var p=function(e,t,n,r){var i,o={_event:n},a=Xc(Fc(e.event)?e.event(t,n.data,o):e.event);if(Zc(e.delay)){var l=r&&r[e.delay];i=Fc(l)?l(t,n.data,o):l}else i=Fc(e.delay)?e.delay(t,n.data,o):e.delay;return tc(tc({},e),{type:sc,_event:a,delay:i})}(l,s,r,e.options.delays);return o&&"number"==typeof p.delay&&o(p,s,r),p;case cc:var h=function(e,t,n,r){var i,o={_event:n},a=Xc(Fc(e.event)?e.event(t,n.data,o):e.event);if(Zc(e.delay)){var l=r&&r[e.delay];i=Fc(l)?l(t,n.data,o):l}else i=Fc(e.delay)?e.delay(t,n.data,o):e.delay;var s=Fc(e.to)?e.to(t,n.data,o):e.to;return tc(tc({},e),{to:s,_event:a,event:a.data,delay:i})}(l,s,r,e.options.delays);if(!kc){var f=l.delay;Hc(!Zc(f)||"number"==typeof h.delay,"No delay reference for delay expression '".concat(f,"' was found on machine '").concat(e.id,"'"))}return o&&h.to!==ec.Internal&&("entry"===i?d.push(h):o(h,s,r)),h;case hc:var g=function(e,t,n){return tc(tc({},e),{value:Zc(e.expr)?e.expr:e.expr(t,n.data,{_event:n})})}(l,s,r);return null==o||o(g,s,r),g;case yc:if(!(b=null===(u=l.conds.find((function(n){var i=Wc(n.cond,e.options.guards);return!i||Kc(e,i,s,r,o?void 0:t)})))||void 0===u?void 0:u.actions))return[];var v=ic(dd(e,t,s,r,[{type:i,actions:od(Vc(b),e.options.actions)}],o,a),2),m=v[0],x=v[1];return s=x,null==c||c.push(s),m;case wc:var b;if(!(b=l.get(s,r.data)))return[];var y=ic(dd(e,t,s,r,[{type:i,actions:od(Vc(b),e.options.actions)}],o,a),2),w=y[0],C=y[1];return s=C,null==c||c.push(s),w;case lc:g=function(e,t,n){var r=Fc(e.activity)?e.activity(t,n.data):e.activity,i="string"==typeof r?{id:r}:r;return{type:Qs.Stop,activity:i}}(l,s,r);return null==o||o(g,n,r),g;case pc:s=zc(s,r,[l],o?void 0:t),null==c||c.push(s);break;default:var $=id(l,e.options.actions),k=$.exec;if(o)o($,s,r);else if(k&&c){var S=c.length-1,E=tc(tc({},$),{exec:function(e){for(var t=[],n=1;n<arguments.length;n++)t[n-1]=arguments[n];k.apply(void 0,oc([c[S]],ic(t),!1))}});$=E}return $}}var p=Dc(i.map((function(e){var t,n,i=[];try{for(var a=rc(e.actions),l=a.next();!l.done;l=a.next()){var c=l.value,p=u(e.type,c);p&&(i=i.concat(p))}}catch(e){t={error:e}}finally{try{l&&!l.done&&(n=a.return)&&n.call(a)}finally{if(t)throw t.error}}return d.forEach((function(e){o(e,s,r)})),d.length=0,i})));return[p,s]}var ud=function(e,t){return t(e)};function pd(e){var t;return(t={id:e,send:function(){},subscribe:function(){return{unsubscribe:function(){}}},getSnapshot:function(){},toJSON:function(){return{id:e}}})[qc]=function(){return this},t}function hd(e,t,n){var r=pd(t);if(r.deferred=!0,Gc(e)){var i=r.state=ud(void 0,(function(){return(n?e.withContext(n):e).initialState}));r.getSnapshot=function(){return i}}return r}var fd=function(e){return"atomic"===e.type||"final"===e.type};function gd(e){return Object.keys(e.states).map((function(t){return e.states[t]}))}function vd(e){return gd(e).filter((function(e){return"history"!==e.type}))}function md(e){var t=[e];return fd(e)?t:t.concat(Dc(vd(e).map(md)))}function xd(e,t){var n,r,i,o,a,l,s,c,d=yd(new Set(e)),u=new Set(t);try{for(var p=rc(u),h=p.next();!h.done;h=p.next())for(var f=($=h.value).parent;f&&!u.has(f);)u.add(f),f=f.parent}catch(e){n={error:e}}finally{try{h&&!h.done&&(r=p.return)&&r.call(p)}finally{if(n)throw n.error}}var g=yd(u);try{for(var v=rc(u),m=v.next();!m.done;m=v.next()){if("compound"!==($=m.value).type||g.get($)&&g.get($).length){if("parallel"===$.type)try{for(var x=(a=void 0,rc(vd($))),b=x.next();!b.done;b=x.next()){var y=b.value;u.has(y)||(u.add(y),d.get(y)?d.get(y).forEach((function(e){return u.add(e)})):y.initialStateNodes.forEach((function(e){return u.add(e)})))}}catch(e){a={error:e}}finally{try{b&&!b.done&&(l=x.return)&&l.call(x)}finally{if(a)throw a.error}}}else d.get($)?d.get($).forEach((function(e){return u.add(e)})):$.initialStateNodes.forEach((function(e){return u.add(e)}))}}catch(e){i={error:e}}finally{try{m&&!m.done&&(o=v.return)&&o.call(v)}finally{if(i)throw i.error}}try{for(var w=rc(u),C=w.next();!C.done;C=w.next()){var $;for(f=($=C.value).parent;f&&!u.has(f);)u.add(f),f=f.parent}}catch(e){s={error:e}}finally{try{C&&!C.done&&(c=w.return)&&c.call(w)}finally{if(s)throw s.error}}return u}function bd(e,t){var n=t.get(e);if(!n)return{};if("compound"===e.type){var r=n[0];if(!r)return{};if(fd(r))return r.key}var i={};return n.forEach((function(e){i[e.key]=bd(e,t)})),i}function yd(e){var t,n,r=new Map;try{for(var i=rc(e),o=i.next();!o.done;o=i.next()){var a=o.value;r.has(a)||r.set(a,[]),a.parent&&(r.has(a.parent)||r.set(a.parent,[]),r.get(a.parent).push(a))}}catch(e){t={error:e}}finally{try{o&&!o.done&&(n=i.return)&&n.call(i)}finally{if(t)throw t.error}}return r}function wd(e,t){return bd(e,yd(xd([e],t)))}function Cd(e,t){return Array.isArray(e)?e.some((function(e){return e===t})):e instanceof Set&&e.has(t)}function $d(e,t){return"compound"===t.type?vd(t).some((function(t){return"final"===t.type&&Cd(e,t)})):"parallel"===t.type&&vd(t).every((function(t){return $d(e,t)}))}function kd(e){return new Set(Dc(e.map((function(e){return e.tags}))))}function Sd(e,t){if(e===t)return!0;if(void 0===e||void 0===t)return!1;if(Zc(e)||Zc(t))return e===t;var n=Object.keys(e),r=Object.keys(t);return n.length===r.length&&n.every((function(n){return Sd(e[n],t[n])}))}var Ed=function(){function e(e){var t,n,r=this;this.actions=[],this.activities=Cc,this.meta={},this.events=[],this.value=e.value,this.context=e.context,this._event=e._event,this._sessionid=e._sessionid,this.event=this._event.data,this.historyValue=e.historyValue,this.history=e.history,this.actions=e.actions||[],this.activities=e.activities||Cc,this.meta=(void 0===(n=e.configuration)&&(n=[]),n.reduce((function(e,t){return void 0!==t.meta&&(e[t.id]=t.meta),e}),{})),this.events=e.events||[],this.matches=this.matches.bind(this),this.toStrings=this.toStrings.bind(this),this.configuration=e.configuration,this.transitions=e.transitions,this.children=e.children,this.done=!!e.done,this.tags=null!==(t=Array.isArray(e.tags)?new Set(e.tags):e.tags)&&void 0!==t?t:new Set,this.machine=e.machine,Object.defineProperty(this,"nextEvents",{get:function(){return function(e){return oc([],ic(new Set(Dc(oc([],ic(e.map((function(e){return e.ownEvents}))),!1)))),!1)}(r.configuration)}})}return e.from=function(t,n){return t instanceof e?t.context!==n?new e({value:t.value,context:n,_event:t._event,_sessionid:null,historyValue:t.historyValue,history:t.history,actions:[],activities:t.activities,events:[],configuration:[],transitions:[],children:{}}):t:new e({value:t,context:n,_event:nd,_sessionid:null,historyValue:void 0,history:void 0,actions:[],activities:void 0,events:[],configuration:[],transitions:[],children:{}})},e.create=function(t){return new e(t)},e.inert=function(t,n){if(t instanceof e){if(!t.actions.length)return t;var r=nd;return new e({value:t.value,context:n,_event:r,_sessionid:null,historyValue:t.historyValue,history:t.history,activities:t.activities,configuration:t.configuration,transitions:[],children:{}})}return e.from(t,n)},e.prototype.toStrings=function(e,t){var n=this;if(void 0===e&&(e=this.value),void 0===t&&(t="."),Zc(e))return[e];var r=Object.keys(e);return r.concat.apply(r,oc([],ic(r.map((function(r){return n.toStrings(e[r],t).map((function(e){return r+t+e}))}))),!1))},e.prototype.toJSON=function(){var e=this;e.configuration,e.transitions;var t=e.tags;e.machine;var n=nc(e,["configuration","transitions","tags","machine"]);return tc(tc({},n),{tags:Array.from(t)})},e.prototype.matches=function(e){return Sc(e,this.value)},e.prototype.hasTag=function(e){return this.tags.has(e)},e.prototype.can=function(e){var t;kc&&Hc(!!this.machine,"state.can(...) used outside of a machine-created State object; this will always return false.");var n=null===(t=this.machine)||void 0===t?void 0:t.getTransitionData(this,e);return!!(null==n?void 0:n.transitions.length)&&n.transitions.some((function(e){return void 0!==e.target||e.actions.length}))},e}(),Od={deferEvents:!1},Ld=function(){function e(e){this.processingEvent=!1,this.queue=[],this.initialized=!1,this.options=tc(tc({},Od),e)}return e.prototype.initialize=function(e){if(this.initialized=!0,e){if(!this.options.deferEvents)return void this.schedule(e);this.process(e)}this.flushEvents()},e.prototype.schedule=function(e){if(this.initialized&&!this.processingEvent){if(0!==this.queue.length)throw new Error("Event queue should be empty when it is not processing events");this.process(e),this.flushEvents()}else this.queue.push(e)},e.prototype.clear=function(){this.queue=[]},e.prototype.flushEvents=function(){for(var e=this.queue.shift();e;)this.process(e),e=this.queue.shift()},e.prototype.process=function(e){this.processingEvent=!0;try{e()}catch(e){throw this.clear(),e}finally{this.processingEvent=!1}},e}(),Rd=new Map,Td=0,Pd=function(){return"x:".concat(Td++)},_d=function(e,t){return Rd.set(e,t),e},Md=function(e){return Rd.get(e)},Dd=function(e){Rd.delete(e)};function Nd(){return"undefined"!=typeof globalThis?globalThis:"undefined"!=typeof self?self:"undefined"!=typeof window?window:"undefined"!=typeof global?global:void(kc||console.warn("XState could not find a global object in this environment. Please let the maintainers know and raise an issue here: https://github.com/statelyai/xstate/issues"))}function Vd(e){if(Nd()){var t=function(){var e=Nd();if(e&&"__xstate__"in e)return e.__xstate__}();t&&t.register(e)}}function jd(e,t){void 0===t&&(t={});var n=e.initialState,r=new Set,i=[],o=!1,a=function(e){var t;return tc(((t={subscribe:function(){return{unsubscribe:function(){}}},id:"anonymous",getSnapshot:function(){}})[qc]=function(){return this},t),e)}({id:t.id,send:function(t){i.push(t),function(){if(!o){for(o=!0;i.length>0;){var t=i.shift();n=e.transition(n,t,l),r.forEach((function(e){return e.next(n)}))}o=!1}}()},getSnapshot:function(){return n},subscribe:function(e,t,i){var o=Qc(e,t,i);return r.add(o),o.next(n),{unsubscribe:function(){r.delete(o)}}}}),l={parent:t.parent,self:a,id:t.id||"anonymous",observers:r};return n=e.start?e.start(l):n,a}var Id,Ad={sync:!1,autoForward:!1};!function(e){e[e.NotStarted=0]="NotStarted",e[e.Running=1]="Running",e[e.Stopped=2]="Stopped"}(Id||(Id={}));var zd=function(){function e(t,n){void 0===n&&(n=e.defaultOptions);var r=this;this.machine=t,this.delayedEventsMap={},this.listeners=new Set,this.contextListeners=new Set,this.stopListeners=new Set,this.doneListeners=new Set,this.eventListeners=new Set,this.sendListeners=new Set,this.initialized=!1,this.status=Id.NotStarted,this.children=new Map,this.forwardTo=new Set,this._outgoingQueue=[],this.init=this.start,this.send=function(e,t){if(Bc(e))return r.batch(e),r.state;var n=Xc(Uc(e,t));if(r.status===Id.Stopped)return kc||Hc(!1,'Event "'.concat(n.name,'" was sent to stopped service "').concat(r.machine.id,'". This service has already reached its final state, and will not transition.\nEvent: ').concat(JSON.stringify(n.data))),r.state;if(r.status!==Id.Running&&!r.options.deferEvents)throw new Error('Event "'.concat(n.name,'" was sent to uninitialized service "').concat(r.machine.id,'". Make sure .start() is called for this service, or set { deferEvents: true } in the service options.\nEvent: ').concat(JSON.stringify(n.data)));return r.scheduler.schedule((function(){r.forward(n);var e=r._nextState(n);r.update(e,n)})),r._state},this.sendTo=function(e,t,n){var i,o=r.parent&&(t===ec.Parent||r.parent.id===t),a=o?r.parent:Zc(t)?t===ec.Internal?r:r.children.get(t)||Md(t):(i=t)&&"function"==typeof i.send?t:void 0;if(a)if("machine"in a){if(r.status!==Id.Stopped||r.parent!==a||r.state.done){var l=tc(tc({},e),{name:e.name===xc?"".concat(cd(r.id)):e.name,origin:r.sessionId});!n&&r.machine.config.predictableActionArguments?r._outgoingQueue.push([a,l]):a.send(l)}}else!n&&r.machine.config.predictableActionArguments?r._outgoingQueue.push([a,e.data]):a.send(e.data);else{if(!o)throw new Error("Unable to send event to child '".concat(t,"' from service '").concat(r.id,"'."));kc||Hc(!1,"Service '".concat(r.id,"' has no parent: unable to send event ").concat(e.type))}},this._exec=function(e,t,n,i){void 0===i&&(i=r.machine.options.actions);var o=e.exec||rd(e.type,i),a=Fc(o)?o:o?o.exec:e.exec;if(a)try{return a(t,n.data,r.machine.config.predictableActionArguments?{action:e,_event:n}:{action:e,state:r.state,_event:n})}catch(e){throw r.parent&&r.parent.send({type:"xstate.error",data:e}),e}switch(e.type){case sc:var l=e;r.defer(l);break;case cc:var s=e;if("number"==typeof s.delay)return void r.defer(s);s.to?r.sendTo(s._event,s.to,n===nd):r.send(s._event);break;case dc:r.cancel(e.sendId);break;case ac:if(r.status!==Id.Running)return;var c=e.activity;if(!r.machine.config.predictableActionArguments&&!r.state.activities[c.id||c.type])break;if(c.type===Qs.Invoke){var d=Jc(c.src),u=r.machine.options.services?r.machine.options.services[d.type]:void 0,p=c.id,h=c.data;kc||Hc(!("forward"in c),"`forward` property is deprecated (found in invocation of '".concat(c.src,"' in in machine '").concat(r.machine.id,"'). ")+"Please use `autoForward` instead.");var f="autoForward"in c?c.autoForward:!!c.forward;if(!u)return void(kc||Hc(!1,"No service found for invocation '".concat(c.src,"' in machine '").concat(r.machine.id,"'.")));var g=h?jc(h,t,n):void 0;if("string"==typeof u)return;var v=Fc(u)?u(t,n.data,{data:g,src:d,meta:c.meta}):u;if(!v)return;var m=void 0;Gc(v)&&(v=g?v.withContext(g):v,m={autoForward:f}),r.spawn(v,p,m)}else r.spawnActivity(c);break;case lc:r.stopChild(e.activity.id);break;case hc:var x=e,b=x.label,y=x.value;b?r.logger(b,y):r.logger(y);break;default:kc||Hc(!1,"No implementation found for action type '".concat(e.type,"'"))}};var i=tc(tc({},e.defaultOptions),n),o=i.clock,a=i.logger,l=i.parent,s=i.id,c=void 0!==s?s:t.id;this.id=c,this.logger=a,this.clock=o,this.parent=l,this.options=i,this.scheduler=new Ld({deferEvents:this.options.deferEvents}),this.sessionId=Pd()}return Object.defineProperty(e.prototype,"initialState",{get:function(){var e=this;return this._initialState?this._initialState:ud(this,(function(){return e._initialState=e.machine.initialState,e._initialState}))},enumerable:!1,configurable:!0}),Object.defineProperty(e.prototype,"state",{get:function(){return kc||Hc(this.status!==Id.NotStarted,"Attempted to read state from uninitialized service '".concat(this.id,"'. Make sure the service is started first.")),this._state},enumerable:!1,configurable:!0}),e.prototype.execute=function(e,t){var n,r;try{for(var i=rc(e.actions),o=i.next();!o.done;o=i.next()){var a=o.value;this.exec(a,e,t)}}catch(e){n={error:e}}finally{try{o&&!o.done&&(r=i.return)&&r.call(i)}finally{if(n)throw n.error}}},e.prototype.update=function(e,t){var n,r,i,o,a,l,s,c,d=this;if(e._sessionid=this.sessionId,this._state=e,this.machine.config.predictableActionArguments&&t!==nd||!this.options.execute)for(var u=void 0;u=this._outgoingQueue.shift();)u[0].send(u[1]);else this.execute(this.state);if(this.children.forEach((function(e){d.state.children[e.id]=e})),this.devTools&&this.devTools.send(t.data,e),e.event)try{for(var p=rc(this.eventListeners),h=p.next();!h.done;h=p.next()){(0,h.value)(e.event)}}catch(e){n={error:e}}finally{try{h&&!h.done&&(r=p.return)&&r.call(p)}finally{if(n)throw n.error}}try{for(var f=rc(this.listeners),g=f.next();!g.done;g=f.next()){(0,g.value)(e,e.event)}}catch(e){i={error:e}}finally{try{g&&!g.done&&(o=f.return)&&o.call(f)}finally{if(i)throw i.error}}try{for(var v=rc(this.contextListeners),m=v.next();!m.done;m=v.next()){(0,m.value)(this.state.context,this.state.history?this.state.history.context:void 0)}}catch(e){a={error:e}}finally{try{m&&!m.done&&(l=v.return)&&l.call(v)}finally{if(a)throw a.error}}if(this.state.done){var x=e.configuration.find((function(e){return"final"===e.type&&e.parent===d.machine})),b=x&&x.doneData?jc(x.doneData,e.context,t):void 0;this._doneEvent=sd(this.id,b);try{for(var y=rc(this.doneListeners),w=y.next();!w.done;w=y.next()){(0,w.value)(this._doneEvent)}}catch(e){s={error:e}}finally{try{w&&!w.done&&(c=y.return)&&c.call(y)}finally{if(s)throw s.error}}this._stop(),this._stopChildren(),Dd(this.sessionId)}},e.prototype.onTransition=function(e){return this.listeners.add(e),this.status===Id.Running&&e(this.state,this.state.event),this},e.prototype.subscribe=function(e,t,n){var r=this,i=Qc(e,t,n);this.listeners.add(i.next),this.status!==Id.NotStarted&&i.next(this.state);var o=function(){r.doneListeners.delete(o),r.stopListeners.delete(o),i.complete()};return this.status===Id.Stopped?i.complete():(this.onDone(o),this.onStop(o)),{unsubscribe:function(){r.listeners.delete(i.next),r.doneListeners.delete(o),r.stopListeners.delete(o)}}},e.prototype.onEvent=function(e){return this.eventListeners.add(e),this},e.prototype.onSend=function(e){return this.sendListeners.add(e),this},e.prototype.onChange=function(e){return this.contextListeners.add(e),this},e.prototype.onStop=function(e){return this.stopListeners.add(e),this},e.prototype.onDone=function(e){return this.status===Id.Stopped&&this._doneEvent?e(this._doneEvent):this.doneListeners.add(e),this},e.prototype.off=function(e){return this.listeners.delete(e),this.eventListeners.delete(e),this.sendListeners.delete(e),this.stopListeners.delete(e),this.doneListeners.delete(e),this.contextListeners.delete(e),this},e.prototype.start=function(e){var t=this;if(this.status===Id.Running)return this;this.machine._init(),_d(this.sessionId,this),this.initialized=!0,this.status=Id.Running;var n=void 0===e?this.initialState:ud(this,(function(){return"object"==typeof(n=e)&&null!==n&&"value"in n&&"_event"in n?t.machine.resolveState(e):t.machine.resolveState(Ed.from(e,t.machine.context));var n}));return this.options.devTools&&this.attachDev(),this.scheduler.initialize((function(){t.update(n,nd)})),this},e.prototype._stopChildren=function(){this.children.forEach((function(e){Fc(e.stop)&&e.stop()})),this.children.clear()},e.prototype._stop=function(){var e,t,n,r,i,o,a,l,s,c;try{for(var d=rc(this.listeners),u=d.next();!u.done;u=d.next()){var p=u.value;this.listeners.delete(p)}}catch(t){e={error:t}}finally{try{u&&!u.done&&(t=d.return)&&t.call(d)}finally{if(e)throw e.error}}try{for(var h=rc(this.stopListeners),f=h.next();!f.done;f=h.next()){(p=f.value)(),this.stopListeners.delete(p)}}catch(e){n={error:e}}finally{try{f&&!f.done&&(r=h.return)&&r.call(h)}finally{if(n)throw n.error}}try{for(var g=rc(this.contextListeners),v=g.next();!v.done;v=g.next()){p=v.value;this.contextListeners.delete(p)}}catch(e){i={error:e}}finally{try{v&&!v.done&&(o=g.return)&&o.call(g)}finally{if(i)throw i.error}}try{for(var m=rc(this.doneListeners),x=m.next();!x.done;x=m.next()){p=x.value;this.doneListeners.delete(p)}}catch(e){a={error:e}}finally{try{x&&!x.done&&(l=m.return)&&l.call(m)}finally{if(a)throw a.error}}if(!this.initialized)return this;this.initialized=!1,this.status=Id.Stopped,this._initialState=void 0;try{for(var b=rc(Object.keys(this.delayedEventsMap)),y=b.next();!y.done;y=b.next()){var w=y.value;this.clock.clearTimeout(this.delayedEventsMap[w])}}catch(e){s={error:e}}finally{try{y&&!y.done&&(c=b.return)&&c.call(b)}finally{if(s)throw s.error}}this.scheduler.clear(),this.scheduler=new Ld({deferEvents:this.options.deferEvents})},e.prototype.stop=function(){var e=this,t=this.scheduler;return this._stop(),t.schedule((function(){var t;if(!(null===(t=e._state)||void 0===t?void 0:t.done)){var n=Xc({type:"xstate.stop"}),r=ud(e,(function(){var t=Dc(oc([],ic(e.state.configuration),!1).sort((function(e,t){return t.order-e.order})).map((function(t){return od(t.onExit,e.machine.options.actions)}))),r=ic(dd(e.machine,e.state,e.state.context,n,[{type:"exit",actions:t}],e.machine.config.predictableActionArguments?e._exec:void 0,e.machine.config.predictableActionArguments||e.machine.config.preserveActionOrder),2),i=r[0],o=r[1],a=new Ed({value:e.state.value,context:o,_event:n,_sessionid:e.sessionId,historyValue:void 0,history:e.state,actions:i.filter((function(e){return!td(e)})),activities:{},events:[],configuration:[],transitions:[],children:{},done:e.state.done,tags:e.state.tags,machine:e.machine});return a.changed=!0,a}));e.update(r,n),e._stopChildren(),Dd(e.sessionId)}})),this},e.prototype.batch=function(e){var t=this;if(this.status===Id.NotStarted&&this.options.deferEvents)kc||Hc(!1,"".concat(e.length,' event(s) were sent to uninitialized service "').concat(this.machine.id,'" and are deferred. Make sure .start() is called for this service.\nEvent: ').concat(JSON.stringify(event)));else if(this.status!==Id.Running)throw new Error("".concat(e.length,' event(s) were sent to uninitialized service "').concat(this.machine.id,'". Make sure .start() is called for this service, or set { deferEvents: true } in the service options.'));if(e.length){var n=!!this.machine.config.predictableActionArguments&&this._exec;this.scheduler.schedule((function(){var r,i,o=t.state,a=!1,l=[],s=function(e){var r=Xc(e);t.forward(r),o=ud(t,(function(){return t.machine.transition(o,r,void 0,n||void 0)})),l.push.apply(l,oc([],ic(t.machine.config.predictableActionArguments?o.actions:o.actions.map((function(e){return function(e,t){var n=e.exec;return tc(tc({},e),{exec:void 0!==n?function(){return n(t.context,t.event,{action:e,state:t,_event:t._event})}:void 0})}(e,o)}))),!1)),a=a||!!o.changed};try{for(var c=rc(e),d=c.next();!d.done;d=c.next()){s(d.value)}}catch(e){r={error:e}}finally{try{d&&!d.done&&(i=c.return)&&i.call(c)}finally{if(r)throw r.error}}o.changed=a,o.actions=l,t.update(o,Xc(e[e.length-1]))}))}},e.prototype.sender=function(e){return this.send.bind(this,e)},e.prototype._nextState=function(e,t){var n=this;void 0===t&&(t=!!this.machine.config.predictableActionArguments&&this._exec);var r=Xc(e);if(0===r.name.indexOf(mc)&&!this.state.nextEvents.some((function(e){return 0===e.indexOf(mc)})))throw r.data.data;return ud(this,(function(){return n.machine.transition(n.state,r,void 0,t||void 0)}))},e.prototype.nextState=function(e){return this._nextState(e,!1)},e.prototype.forward=function(e){var t,n;try{for(var r=rc(this.forwardTo),i=r.next();!i.done;i=r.next()){var o=i.value,a=this.children.get(o);if(!a)throw new Error("Unable to forward event '".concat(e,"' from interpreter '").concat(this.id,"' to nonexistant child '").concat(o,"'."));a.send(e)}}catch(e){t={error:e}}finally{try{i&&!i.done&&(n=r.return)&&n.call(r)}finally{if(t)throw t.error}}},e.prototype.defer=function(e){var t=this,n=this.clock.setTimeout((function(){"to"in e&&e.to?t.sendTo(e._event,e.to,!0):t.send(e._event)}),e.delay);e.id&&(this.delayedEventsMap[e.id]=n)},e.prototype.cancel=function(e){this.clock.clearTimeout(this.delayedEventsMap[e]),delete this.delayedEventsMap[e]},e.prototype.exec=function(e,t,n){void 0===n&&(n=this.machine.options.actions),this._exec(e,t.context,t._event,n)},e.prototype.removeChild=function(e){var t;this.children.delete(e),this.forwardTo.delete(e),null===(t=this.state)||void 0===t||delete t.children[e]},e.prototype.stopChild=function(e){var t=this.children.get(e);t&&(this.removeChild(e),Fc(t.stop)&&t.stop())},e.prototype.spawn=function(e,t,n){if(this.status!==Id.Running)return hd(e,t);if(Ic(e))return this.spawnPromise(Promise.resolve(e),t);if(Fc(e))return this.spawnCallback(e,t);if(function(e){try{return"function"==typeof e.send}catch(e){return!1}}(i=e)&&"id"in i)return this.spawnActor(e,t);if(function(e){try{return"subscribe"in e&&Fc(e.subscribe)}catch(e){return!1}}(e))return this.spawnObservable(e,t);if(Gc(e))return this.spawnMachine(e,tc(tc({},n),{id:t}));if(null!==(r=e)&&"object"==typeof r&&"transition"in r&&"function"==typeof r.transition)return this.spawnBehavior(e,t);throw new Error('Unable to spawn entity "'.concat(t,'" of type "').concat(typeof e,'".'));var r,i},e.prototype.spawnMachine=function(t,n){var r=this;void 0===n&&(n={});var i=new e(t,tc(tc({},this.options),{parent:this,id:n.id||t.id})),o=tc(tc({},Ad),n);o.sync&&i.onTransition((function(e){r.send(bc,{state:e,id:i.id})}));var a=i;return this.children.set(i.id,a),o.autoForward&&this.forwardTo.add(i.id),i.onDone((function(e){r.removeChild(i.id),r.send(Xc(e,{origin:i.id}))})).start(),a},e.prototype.spawnBehavior=function(e,t){var n=jd(e,{id:t,parent:this});return this.children.set(t,n),n},e.prototype.spawnPromise=function(e,t){var n,r,i=this,o=!1;e.then((function(e){o||(r=e,i.removeChild(t),i.send(Xc(sd(t,e),{origin:t})))}),(function(e){if(!o){i.removeChild(t);var n=cd(t,e);try{i.send(Xc(n,{origin:t}))}catch(r){!function(e,t,n){if(!kc){var r=e.stack?" Stacktrace was '".concat(e.stack,"'"):"";if(e===t)console.error("Missing onError handler for invocation '".concat(n,"', error was '").concat(e,"'.").concat(r));else{var i=t.stack?" Stacktrace was '".concat(t.stack,"'"):"";console.error("Missing onError handler and/or unhandled exception/promise rejection for invocation '".concat(n,"'. ")+"Original error: '".concat(e,"'. ").concat(r," Current error is '").concat(t,"'.").concat(i))}}}(e,r,t),i.devTools&&i.devTools.send(n,i.state),i.machine.strict&&i.stop()}}}));var a=((n={id:t,send:function(){},subscribe:function(t,n,r){var i=Qc(t,n,r),o=!1;return e.then((function(e){o||(i.next(e),o||i.complete())}),(function(e){o||i.error(e)})),{unsubscribe:function(){return o=!0}}},stop:function(){o=!0},toJSON:function(){return{id:t}},getSnapshot:function(){return r}})[qc]=function(){return this},n);return this.children.set(t,a),a},e.prototype.spawnCallback=function(e,t){var n,r,i,o=this,a=!1,l=new Set,s=new Set;try{i=e((function(e){r=e,s.forEach((function(t){return t(e)})),a||o.send(Xc(e,{origin:t}))}),(function(e){l.add(e)}))}catch(e){this.send(cd(t,e))}if(Ic(i))return this.spawnPromise(i,t);var c=((n={id:t,send:function(e){return l.forEach((function(t){return t(e)}))},subscribe:function(e){var t=Qc(e);return s.add(t.next),{unsubscribe:function(){s.delete(t.next)}}},stop:function(){a=!0,Fc(i)&&i()},toJSON:function(){return{id:t}},getSnapshot:function(){return r}})[qc]=function(){return this},n);return this.children.set(t,c),c},e.prototype.spawnObservable=function(e,t){var n,r,i=this,o=e.subscribe((function(e){r=e,i.send(Xc(e,{origin:t}))}),(function(e){i.removeChild(t),i.send(Xc(cd(t,e),{origin:t}))}),(function(){i.removeChild(t),i.send(Xc(sd(t),{origin:t}))})),a=((n={id:t,send:function(){},subscribe:function(t,n,r){return e.subscribe(t,n,r)},stop:function(){return o.unsubscribe()},getSnapshot:function(){return r},toJSON:function(){return{id:t}}})[qc]=function(){return this},n);return this.children.set(t,a),a},e.prototype.spawnActor=function(e,t){return this.children.set(t,e),e},e.prototype.spawnActivity=function(e){var t=this.machine.options&&this.machine.options.activities?this.machine.options.activities[e.type]:void 0;if(t){var n=t(this.state.context,e);this.spawnEffect(e.id,n)}else kc||Hc(!1,"No implementation found for activity '".concat(e.type,"'"))},e.prototype.spawnEffect=function(e,t){var n;this.children.set(e,((n={id:e,send:function(){},subscribe:function(){return{unsubscribe:function(){}}},stop:t||void 0,getSnapshot:function(){},toJSON:function(){return{id:e}}})[qc]=function(){return this},n))},e.prototype.attachDev=function(){var e=Nd();if(this.options.devTools&&e){if(e.__REDUX_DEVTOOLS_EXTENSION__){var t="object"==typeof this.options.devTools?this.options.devTools:void 0;this.devTools=e.__REDUX_DEVTOOLS_EXTENSION__.connect(tc(tc({name:this.id,autoPause:!0,stateSanitizer:function(e){return{value:e.value,context:e.context,actions:e.actions}}},t),{features:tc({jump:!1,skip:!1},t?t.features:void 0)}),this.machine),this.devTools.init(this.state)}Vd(this)}},e.prototype.toJSON=function(){return{id:this.id}},e.prototype[qc]=function(){return this},e.prototype.getSnapshot=function(){return this.status===Id.NotStarted?this.initialState:this._state},e.defaultOptions={execute:!0,deferEvents:!0,clock:{setTimeout:function(e,t){return setTimeout(e,t)},clearTimeout:function(e){return clearTimeout(e)}},logger:console.log.bind(console),devTools:!1},e.interpret=Hd,e}();function Hd(e,t){return new zd(e,t)}function Bd(e){if("string"==typeof e){var t={type:e,toString:function(){return e}};return t}return e}function Fd(e){return tc(tc({type:gc},e),{toJSON:function(){e.onDone,e.onError;var t=nc(e,["onDone","onError"]);return tc(tc({},t),{type:gc,src:Bd(e.src)})}})}var Zd="",Wd="*",qd={},Gd=function(e){return"#"===e[0]},Ud=function(){function e(t,n,r,i){void 0===r&&(r="context"in t?t.context:void 0);var o,a=this;this.config=t,this._context=r,this.order=-1,this.__xstatenode=!0,this.__cache={events:void 0,relativeValue:new Map,initialStateValue:void 0,initialState:void 0,on:void 0,transitions:void 0,candidates:{},delayedTransitions:void 0},this.idMap={},this.tags=[],this.options=Object.assign({actions:{},guards:{},services:{},activities:{},delays:{}},n),this.parent=null==i?void 0:i.parent,this.key=this.config.key||(null==i?void 0:i.key)||this.config.id||"(machine)",this.machine=this.parent?this.parent.machine:this,this.path=this.parent?this.parent.path.concat(this.key):[],this.delimiter=this.config.delimiter||(this.parent?this.parent.delimiter:"."),this.id=this.config.id||oc([this.machine.key],ic(this.path),!1).join(this.delimiter),this.version=this.parent?this.parent.version:this.config.version,this.type=this.config.type||(this.config.parallel?"parallel":this.config.states&&Object.keys(this.config.states).length?"compound":this.config.history?"history":"atomic"),this.schema=this.parent?this.machine.schema:null!==(o=this.config.schema)&&void 0!==o?o:{},this.description=this.config.description,kc||Hc(!("parallel"in this.config),'The "parallel" property is deprecated and will be removed in version 4.1. '.concat(this.config.parallel?"Replace with `type: 'parallel'`":"Use `type: '".concat(this.type,"'`")," in the config for state node '").concat(this.id,"' instead.")),this.initial=this.config.initial,this.states=this.config.states?Tc(this.config.states,(function(t,n){var r,i=new e(t,{},void 0,{parent:a,key:n});return Object.assign(a.idMap,tc(((r={})[i.id]=i,r),i.idMap)),i})):qd;var l=0;!function e(t){var n,r;t.order=l++;try{for(var i=rc(gd(t)),o=i.next();!o.done;o=i.next()){e(o.value)}}catch(e){n={error:e}}finally{try{o&&!o.done&&(r=i.return)&&r.call(i)}finally{if(n)throw n.error}}}(this),this.history=!0===this.config.history?"shallow":this.config.history||!1,this._transient=!!this.config.always||!!this.config.on&&(Array.isArray(this.config.on)?this.config.on.some((function(e){return e.event===Zd})):Zd in this.config.on),this.strict=!!this.config.strict,this.onEntry=Vc(this.config.entry||this.config.onEntry).map((function(e){return id(e)})),this.onExit=Vc(this.config.exit||this.config.onExit).map((function(e){return id(e)})),this.meta=this.config.meta,this.doneData="final"===this.type?this.config.data:void 0,this.invoke=Vc(this.config.invoke).map((function(e,t){var n,r;if(Gc(e)){var i=ed(a.id,t);return a.machine.options.services=tc(((n={})[i]=e,n),a.machine.options.services),Fd({src:i,id:i})}if(Zc(e.src)){i=e.id||ed(a.id,t);return Fd(tc(tc({},e),{id:i,src:e.src}))}if(Gc(e.src)||Fc(e.src)){i=e.id||ed(a.id,t);return a.machine.options.services=tc(((r={})[i]=e.src,r),a.machine.options.services),Fd(tc(tc({id:i},e),{src:i}))}var o=e.src;return Fd(tc(tc({id:ed(a.id,t)},e),{src:o}))})),this.activities=Vc(this.config.activities).concat(this.invoke).map((function(e){return ad(e)})),this.transition=this.transition.bind(this),this.tags=Vc(this.config.tags)}return e.prototype._init=function(){this.__cache.transitions||md(this).forEach((function(e){return e.on}))},e.prototype.withConfig=function(t,n){var r=this.options,i=r.actions,o=r.activities,a=r.guards,l=r.services,s=r.delays;return new e(this.config,{actions:tc(tc({},i),t.actions),activities:tc(tc({},o),t.activities),guards:tc(tc({},a),t.guards),services:tc(tc({},l),t.services),delays:tc(tc({},s),t.delays)},null!=n?n:this.context)},e.prototype.withContext=function(t){return new e(this.config,this.options,t)},Object.defineProperty(e.prototype,"context",{get:function(){return Fc(this._context)?this._context():this._context},enumerable:!1,configurable:!0}),Object.defineProperty(e.prototype,"definition",{get:function(){return{id:this.id,key:this.key,version:this.version,context:this.context,type:this.type,initial:this.initial,history:this.history,states:Tc(this.states,(function(e){return e.definition})),on:this.on,transitions:this.transitions,entry:this.onEntry,exit:this.onExit,activities:this.activities||[],meta:this.meta,order:this.order||-1,data:this.doneData,invoke:this.invoke,description:this.description,tags:this.tags}},enumerable:!1,configurable:!0}),e.prototype.toJSON=function(){return this.definition},Object.defineProperty(e.prototype,"on",{get:function(){if(this.__cache.on)return this.__cache.on;var e=this.transitions;return this.__cache.on=e.reduce((function(e,t){return e[t.eventType]=e[t.eventType]||[],e[t.eventType].push(t),e}),{})},enumerable:!1,configurable:!0}),Object.defineProperty(e.prototype,"after",{get:function(){return this.__cache.delayedTransitions||(this.__cache.delayedTransitions=this.getDelayedTransitions(),this.__cache.delayedTransitions)},enumerable:!1,configurable:!0}),Object.defineProperty(e.prototype,"transitions",{get:function(){return this.__cache.transitions||(this.__cache.transitions=this.formatTransitions(),this.__cache.transitions)},enumerable:!1,configurable:!0}),e.prototype.getCandidates=function(e){if(this.__cache.candidates[e])return this.__cache.candidates[e];var t=e===Zd,n=this.transitions.filter((function(n){var r=n.eventType===e;return t?r:r||n.eventType===Wd}));return this.__cache.candidates[e]=n,n},e.prototype.getDelayedTransitions=function(){var e=this,t=this.config.after;if(!t)return[];var n=function(t,n){var r=function(e,t){var n=t?"#".concat(t):"";return"".concat(Qs.After,"(").concat(e,")").concat(n)}(Fc(t)?"".concat(e.id,":delay[").concat(n,"]"):t,e.id);return e.onEntry.push(function(e,t){return{to:t?t.to:void 0,type:cc,event:Fc(e)?e:Uc(e),delay:t?t.delay:void 0,id:t&&void 0!==t.id?t.id:Fc(e)?e.name:Ec(e)}}(r,{delay:t})),e.onExit.push({type:dc,sendId:r}),r},r=Bc(t)?t.map((function(e,t){var r=n(e.delay,t);return tc(tc({},e),{event:r})})):Dc(Object.keys(t).map((function(e,r){var i=t[e],o=Zc(i)?{target:i}:i,a=isNaN(+e)?e:+e,l=n(a,r);return Vc(o).map((function(e){return tc(tc({},e),{event:l,delay:a})}))})));return r.map((function(t){var n=t.delay;return tc(tc({},e.formatTransition(t)),{delay:n})}))},e.prototype.getStateNodes=function(e){var t,n=this;if(!e)return[];var r=e instanceof Ed?e.value:Lc(e,this.delimiter);if(Zc(r)){var i=this.getStateNode(r).initial;return void 0!==i?this.getStateNodes(((t={})[r]=i,t)):[this,this.states[r]]}var o=Object.keys(r),a=[this];return a.push.apply(a,oc([],ic(Dc(o.map((function(e){return n.getStateNode(e).getStateNodes(r[e])})))),!1)),a},e.prototype.handles=function(e){var t=Ec(e);return this.events.includes(t)},e.prototype.resolveState=function(e){var t=e instanceof Ed?e:Ed.create(e),n=Array.from(xd([],this.getStateNodes(t.value)));return new Ed(tc(tc({},t),{value:this.resolve(t.value),configuration:n,done:$d(n,this),tags:kd(n),machine:this.machine}))},e.prototype.transitionLeafNode=function(e,t,n){var r=this.getStateNode(e).next(t,n);return r&&r.transitions.length?r:this.next(t,n)},e.prototype.transitionCompoundNode=function(e,t,n){var r=Object.keys(e),i=this.getStateNode(r[0])._transition(e[r[0]],t,n);return i&&i.transitions.length?i:this.next(t,n)},e.prototype.transitionParallelNode=function(e,t,n){var r,i,o={};try{for(var a=rc(Object.keys(e)),l=a.next();!l.done;l=a.next()){var s=l.value,c=e[s];if(c){var d=this.getStateNode(s)._transition(c,t,n);d&&(o[s]=d)}}}catch(e){r={error:e}}finally{try{l&&!l.done&&(i=a.return)&&i.call(a)}finally{if(r)throw r.error}}var u=Object.keys(o).map((function(e){return o[e]})),p=Dc(u.map((function(e){return e.transitions})));if(!u.some((function(e){return e.transitions.length>0})))return this.next(t,n);var h=Dc(Object.keys(o).map((function(e){return o[e].configuration})));return{transitions:p,exitSet:Dc(u.map((function(e){return e.exitSet}))),configuration:h,source:t,actions:Dc(Object.keys(o).map((function(e){return o[e].actions})))}},e.prototype._transition=function(e,t,n){return Zc(e)?this.transitionLeafNode(e,t,n):1===Object.keys(e).length?this.transitionCompoundNode(e,t,n):this.transitionParallelNode(e,t,n)},e.prototype.getTransitionData=function(e,t){return this._transition(e.value,e,Xc(t))},e.prototype.next=function(e,t){var n,r,i,o=this,a=t.name,l=[],s=[];try{for(var c=rc(this.getCandidates(a)),d=c.next();!d.done;d=c.next()){var u=d.value,p=u.cond,h=u.in,f=e.context,g=!h||(Zc(h)&&Gd(h)?e.matches(Lc(this.getStateNodeById(h).path,this.delimiter)):Sc(Lc(h,this.delimiter),_c(this.path.slice(0,-2))(e.value))),v=!1;try{v=!p||Kc(this.machine,p,f,t,e)}catch(e){throw new Error("Unable to evaluate guard '".concat(p.name||p.type,"' in transition for event '").concat(a,"' in state node '").concat(this.id,"':\n").concat(e.message))}if(v&&g){void 0!==u.target&&(s=u.target),l.push.apply(l,oc([],ic(u.actions),!1)),i=u;break}}}catch(e){n={error:e}}finally{try{d&&!d.done&&(r=c.return)&&r.call(c)}finally{if(n)throw n.error}}if(i){if(!s.length)return{transitions:[i],exitSet:[],configuration:e.value?[this]:[],source:e,actions:l};var m=Dc(s.map((function(t){return o.getRelativeStateNodes(t,e.historyValue)})));return{transitions:[i],exitSet:!!i.internal?[]:Dc(s.map((function(e){return o.getPotentiallyReenteringNodes(e)}))),configuration:m,source:e,actions:l}}},e.prototype.getPotentiallyReenteringNodes=function(e){if(this.order<e.order)return[this];for(var t=[],n=this,r=e;n&&n!==r;)t.push(n),n=n.parent;return n!==r?[]:(t.push(r),t)},e.prototype.getActions=function(e,t,n,r,i,o,a){var l,s,c,d,u=this,p=o?xd([],this.getStateNodes(o.value)):[],h=new Set;try{for(var f=rc(Array.from(e).sort((function(e,t){return e.order-t.order}))),g=f.next();!g.done;g=f.next()){(!Cd(p,x=g.value)||Cd(n.exitSet,x)||x.parent&&h.has(x.parent))&&h.add(x)}}catch(e){l={error:e}}finally{try{g&&!g.done&&(s=f.return)&&s.call(f)}finally{if(l)throw l.error}}try{for(var v=rc(p),m=v.next();!m.done;m=v.next()){var x;Cd(e,x=m.value)&&!Cd(n.exitSet,x.parent)||n.exitSet.push(x)}}catch(e){c={error:e}}finally{try{m&&!m.done&&(d=v.return)&&d.call(v)}finally{if(c)throw c.error}}n.exitSet.sort((function(e,t){return t.order-e.order}));var b=Array.from(h).sort((function(e,t){return e.order-t.order})),y=new Set(n.exitSet),w=Dc(b.map((function(e){var t=[];if("final"!==e.type)return t;var o=e.parent;if(!o.parent)return t;t.push(ld(e.id,e.doneData),ld(o.id,e.doneData?jc(e.doneData,r,i):void 0));var a=o.parent;return"parallel"===a.type&&vd(a).every((function(e){return $d(n.configuration,e)}))&&t.push(ld(a.id)),t}))),C=b.map((function(e){var t=e.onEntry,n=e.activities.map((function(e){return function(e){var t=ad(e);return{type:Qs.Start,activity:t,exec:void 0}}(e)}));return{type:"entry",actions:od(a?oc(oc([],ic(t),!1),ic(n),!1):oc(oc([],ic(n),!1),ic(t),!1),u.machine.options.actions)}})).concat({type:"state_done",actions:w.map((function(e){return function(e,t){return{type:sc,event:"function"==typeof e?e:Uc(e),delay:t?t.delay:void 0,id:null==t?void 0:t.id}}(e)}))}),$=Array.from(y).map((function(e){return{type:"exit",actions:od(oc(oc([],ic(e.onExit),!1),ic(e.activities.map((function(e){return function(e){var t=Fc(e)?e:ad(e);return{type:Qs.Stop,activity:t,exec:void 0}}(e)}))),!1),u.machine.options.actions)}})).concat({type:"transition",actions:od(n.actions,this.machine.options.actions)}).concat(C);if(t){var k=od(Dc(oc([],ic(e),!1).sort((function(e,t){return t.order-e.order})).map((function(e){return e.onExit}))),this.machine.options.actions).filter((function(e){return!td(e)}));return $.concat({type:"stop",actions:k})}return $},e.prototype.transition=function(e,t,n,r){void 0===e&&(e=this.initialState);var i,o,a=Xc(t);if(e instanceof Ed)i=void 0===n?e:this.resolveState(Ed.from(e,n));else{var l=Zc(e)?this.resolve(Rc(this.getResolvedPath(e))):this.resolve(e),s=null!=n?n:this.machine.context;i=this.resolveState(Ed.from(l,s))}if(!kc&&a.name===Wd)throw new Error("An event cannot have the wildcard type ('".concat(Wd,"')"));if(this.strict&&!this.events.includes(a.name)&&(o=a.name,!/^(done|error)\./.test(o)))throw new Error("Machine '".concat(this.id,"' does not accept event '").concat(a.name,"'"));var c=this._transition(i.value,i,a)||{transitions:[],configuration:[],exitSet:[],source:i,actions:[]},d=xd([],this.getStateNodes(i.value)),u=c.configuration.length?xd(d,c.configuration):d;return c.configuration=oc([],ic(u),!1),this.resolveTransition(c,i,i.context,r,a)},e.prototype.resolveRaisedTransition=function(e,t,n,r){var i,o=e.actions;return(e=this.transition(e,t,void 0,r))._event=n,e.event=n.data,(i=e.actions).unshift.apply(i,oc([],ic(o),!1)),e},e.prototype.resolveTransition=function(e,t,n,r,i){var o,a,l,s,c=this;void 0===i&&(i=nd);var d=e.configuration,u=!t||e.transitions.length>0,p=u?e.configuration:t?t.configuration:[],h=$d(p,this),f=u?wd(this.machine,d):void 0,g=t?t.historyValue?t.historyValue:e.source?this.machine.historyValue(t.value):void 0:void 0,v=this.getActions(new Set(p),h,e,n,i,t,r),m=t?tc({},t.activities):{};try{for(var x=rc(v),b=x.next();!b.done;b=x.next()){var y=b.value;try{for(var w=(l=void 0,rc(y.actions)),C=w.next();!C.done;C=w.next()){var $=C.value;$.type===ac?m[$.activity.id||$.activity.type]=$:$.type===lc&&(m[$.activity.id||$.activity.type]=!1)}}catch(e){l={error:e}}finally{try{C&&!C.done&&(s=w.return)&&s.call(w)}finally{if(l)throw l.error}}}}catch(e){o={error:e}}finally{try{b&&!b.done&&(a=x.return)&&a.call(x)}finally{if(o)throw o.error}}var k,S,E=ic(dd(this,t,n,i,v,r,this.machine.config.predictableActionArguments||this.machine.config.preserveActionOrder),2),O=E[0],L=E[1],R=ic(function(e,t){var n,r,i=ic([[],[]],2),o=i[0],a=i[1];try{for(var l=rc(e),s=l.next();!s.done;s=l.next()){var c=s.value;t(c)?o.push(c):a.push(c)}}catch(e){n={error:e}}finally{try{s&&!s.done&&(r=l.return)&&r.call(l)}finally{if(n)throw n.error}}return[o,a]}(O,td),2),T=R[0],P=R[1],_=O.filter((function(e){var t;return e.type===ac&&(null===(t=e.activity)||void 0===t?void 0:t.type)===gc})),M=_.reduce((function(e,t){return e[t.activity.id]=function(e,t,n,r){var i,o=Jc(e.src),a=null===(i=null==t?void 0:t.options.services)||void 0===i?void 0:i[o.type],l=e.data?jc(e.data,n,r):void 0,s=a?hd(a,e.id,l):pd(e.id);return s.meta=e,s}(t.activity,c.machine,L,i),e}),t?tc({},t.children):{}),D=new Ed({value:f||t.value,context:L,_event:i,_sessionid:t?t._sessionid:null,historyValue:f?g?(k=g,S=f,{current:S,states:Ac(k,S)}):void 0:t?t.historyValue:void 0,history:!f||e.source?t:void 0,actions:f?P:[],activities:f?m:t?t.activities:{},events:[],configuration:p,transitions:e.transitions,children:M,done:h,tags:kd(p),machine:this}),N=n!==L;D.changed=i.name===bc||N;var V=D.history;V&&delete V.history;var j=!h&&(this._transient||d.some((function(e){return e._transient})));if(!(u||j&&i.name!==Zd))return D;var I=D;if(!h)for(j&&(I=this.resolveRaisedTransition(I,{type:uc},i,r));T.length;){var A=T.shift();I=this.resolveRaisedTransition(I,A._event,i,r)}var z=I.changed||(V?!!I.actions.length||N||typeof V.value!=typeof I.value||!Sd(I.value,V.value):void 0);return I.changed=z,I.history=V,I},e.prototype.getStateNode=function(e){if(Gd(e))return this.machine.getStateNodeById(e);if(!this.states)throw new Error("Unable to retrieve child state '".concat(e,"' from '").concat(this.id,"'; no child states exist."));var t=this.states[e];if(!t)throw new Error("Child state '".concat(e,"' does not exist on '").concat(this.id,"'"));return t},e.prototype.getStateNodeById=function(e){var t=Gd(e)?e.slice(1):e;if(t===this.id)return this;var n=this.machine.idMap[t];if(!n)throw new Error("Child state node '#".concat(t,"' does not exist on machine '").concat(this.id,"'"));return n},e.prototype.getStateNodeByPath=function(e){if("string"==typeof e&&Gd(e))try{return this.getStateNodeById(e.slice(1))}catch(e){}for(var t=Oc(e,this.delimiter).slice(),n=this;t.length;){var r=t.shift();if(!r.length)break;n=n.getStateNode(r)}return n},e.prototype.resolve=function(e){var t,n=this;if(!e)return this.initialStateValue||qd;switch(this.type){case"parallel":return Tc(this.initialStateValue,(function(t,r){return t?n.getStateNode(r).resolve(e[r]||t):qd}));case"compound":if(Zc(e)){var r=this.getStateNode(e);return"parallel"===r.type||"compound"===r.type?((t={})[e]=r.initialStateValue,t):e}return Object.keys(e).length?Tc(e,(function(e,t){return e?n.getStateNode(t).resolve(e):qd})):this.initialStateValue||{};default:return e||qd}},e.prototype.getResolvedPath=function(e){if(Gd(e)){var t=this.machine.idMap[e.slice(1)];if(!t)throw new Error("Unable to find state node '".concat(e,"'"));return t.path}return Oc(e,this.delimiter)},Object.defineProperty(e.prototype,"initialStateValue",{get:function(){var e,t;if(this.__cache.initialStateValue)return this.__cache.initialStateValue;if("parallel"===this.type)t=Pc(this.states,(function(e){return e.initialStateValue||qd}),(function(e){return!("history"===e.type)}));else if(void 0!==this.initial){if(!this.states[this.initial])throw new Error("Initial state '".concat(this.initial,"' not found on '").concat(this.key,"'"));t=fd(this.states[this.initial])?this.initial:((e={})[this.initial]=this.states[this.initial].initialStateValue,e)}else t={};return this.__cache.initialStateValue=t,this.__cache.initialStateValue},enumerable:!1,configurable:!0}),e.prototype.getInitialState=function(e,t){this._init();var n=this.getStateNodes(e);return this.resolveTransition({configuration:n,exitSet:[],transitions:[],source:void 0,actions:[]},void 0,null!=t?t:this.machine.context,void 0)},Object.defineProperty(e.prototype,"initialState",{get:function(){var e=this.initialStateValue;if(!e)throw new Error("Cannot retrieve initial state from simple state '".concat(this.id,"'."));return this.getInitialState(e)},enumerable:!1,configurable:!0}),Object.defineProperty(e.prototype,"target",{get:function(){var e;if("history"===this.type){var t=this.config;e=Zc(t.target)&&Gd(t.target)?Rc(this.machine.getStateNodeById(t.target).path.slice(this.path.length-1)):t.target}return e},enumerable:!1,configurable:!0}),e.prototype.getRelativeStateNodes=function(e,t,n){return void 0===n&&(n=!0),n?"history"===e.type?e.resolveHistory(t):e.initialStateNodes:[e]},Object.defineProperty(e.prototype,"initialStateNodes",{get:function(){var e=this;return fd(this)?[this]:"compound"!==this.type||this.initial?Dc(Mc(this.initialStateValue).map((function(t){return e.getFromRelativePath(t)}))):(kc||Hc(!1,"Compound state node '".concat(this.id,"' has no initial state.")),[this])},enumerable:!1,configurable:!0}),e.prototype.getFromRelativePath=function(e){if(!e.length)return[this];var t=ic(e),n=t[0],r=t.slice(1);if(!this.states)throw new Error("Cannot retrieve subPath '".concat(n,"' from node with no states"));var i=this.getStateNode(n);if("history"===i.type)return i.resolveHistory();if(!this.states[n])throw new Error("Child state '".concat(n,"' does not exist on '").concat(this.id,"'"));return this.states[n].getFromRelativePath(r)},e.prototype.historyValue=function(e){if(Object.keys(this.states).length)return{current:e||this.initialStateValue,states:Pc(this.states,(function(t,n){if(!e)return t.historyValue();var r=Zc(e)?void 0:e[n];return t.historyValue(r||t.initialStateValue)}),(function(e){return!e.history}))}},e.prototype.resolveHistory=function(e){var t=this;if("history"!==this.type)return[this];var n=this.parent;if(!e){var r=this.target;return r?Dc(Mc(r).map((function(e){return n.getFromRelativePath(e)}))):n.initialStateNodes}var i,o,a=(i=n.path,o="states",function(e){var t,n,r=e;try{for(var a=rc(i),l=a.next();!l.done;l=a.next()){var s=l.value;r=r[o][s]}}catch(e){t={error:e}}finally{try{l&&!l.done&&(n=a.return)&&n.call(a)}finally{if(t)throw t.error}}return r})(e).current;return Zc(a)?[n.getStateNode(a)]:Dc(Mc(a).map((function(e){return"deep"===t.history?n.getFromRelativePath(e):[n.states[e[0]]]})))},Object.defineProperty(e.prototype,"stateIds",{get:function(){var e=this,t=Dc(Object.keys(this.states).map((function(t){return e.states[t].stateIds})));return[this.id].concat(t)},enumerable:!1,configurable:!0}),Object.defineProperty(e.prototype,"events",{get:function(){var e,t,n,r;if(this.__cache.events)return this.__cache.events;var i=this.states,o=new Set(this.ownEvents);if(i)try{for(var a=rc(Object.keys(i)),l=a.next();!l.done;l=a.next()){var s=i[l.value];if(s.states)try{for(var c=(n=void 0,rc(s.events)),d=c.next();!d.done;d=c.next()){var u=d.value;o.add("".concat(u))}}catch(e){n={error:e}}finally{try{d&&!d.done&&(r=c.return)&&r.call(c)}finally{if(n)throw n.error}}}}catch(t){e={error:t}}finally{try{l&&!l.done&&(t=a.return)&&t.call(a)}finally{if(e)throw e.error}}return this.__cache.events=Array.from(o)},enumerable:!1,configurable:!0}),Object.defineProperty(e.prototype,"ownEvents",{get:function(){var e=new Set(this.transitions.filter((function(e){return!(!e.target&&!e.actions.length&&e.internal)})).map((function(e){return e.eventType})));return Array.from(e)},enumerable:!1,configurable:!0}),e.prototype.resolveTarget=function(e){var t=this;if(void 0!==e)return e.map((function(e){if(!Zc(e))return e;var n=e[0]===t.delimiter;if(n&&!t.parent)return t.getStateNodeByPath(e.slice(1));var r=n?t.key+e:e;if(!t.parent)return t.getStateNodeByPath(r);try{return t.parent.getStateNodeByPath(r)}catch(e){throw new Error("Invalid transition definition for state node '".concat(t.id,"':\n").concat(e.message))}}))},e.prototype.formatTransition=function(e){var t=this,n=function(e){if(void 0!==e&&""!==e)return Vc(e)}(e.target),r="internal"in e?e.internal:!n||n.some((function(e){return Zc(e)&&e[0]===t.delimiter})),i=this.machine.options.guards,o=this.resolveTarget(n),a=tc(tc({},e),{actions:od(Vc(e.actions)),cond:Wc(e.cond,i),target:o,source:this,internal:r,eventType:e.event,toJSON:function(){return tc(tc({},a),{target:a.target?a.target.map((function(e){return"#".concat(e.id)})):void 0,source:"#".concat(t.id)})}});return a},e.prototype.formatTransitions=function(){var e,t,n,r=this;if(this.config.on)if(Array.isArray(this.config.on))n=this.config.on;else{var i=this.config.on,o=Wd,a=i[o],l=void 0===a?[]:a,s=nc(i,["*"]);n=Dc(Object.keys(s).map((function(e){kc||e!==Zd||Hc(!1,"Empty string transition configs (e.g., `{ on: { '': ... }}`) for transient transitions are deprecated. Specify the transition in the `{ always: ... }` property instead. "+'Please check the `on` configuration for "#'.concat(r.id,'".'));var t=Yc(e,s[e]);return kc||function(e,t,n){var r=n.slice(0,-1).some((function(e){return!("cond"in e)&&!("in"in e)&&(Zc(e.target)||Gc(e.target))})),i=t===Zd?"the transient event":"event '".concat(t,"'");Hc(!r,"One or more transitions for ".concat(i," on state '").concat(e.id,"' are unreachable. ")+"Make sure that the default transition is the last one defined.")}(r,e,t),t})).concat(Yc(Wd,l)))}else n=[];var c=this.config.always?Yc("",this.config.always):[],d=this.config.onDone?Yc(String(ld(this.id)),this.config.onDone):[];kc||Hc(!(this.config.onDone&&!this.parent),'Root nodes cannot have an ".onDone" transition. Please check the config of "'.concat(this.id,'".'));var u=Dc(this.invoke.map((function(e){var t=[];return e.onDone&&t.push.apply(t,oc([],ic(Yc(String(sd(e.id)),e.onDone)),!1)),e.onError&&t.push.apply(t,oc([],ic(Yc(String(cd(e.id)),e.onError)),!1)),t}))),p=this.after,h=Dc(oc(oc(oc(oc([],ic(d),!1),ic(u),!1),ic(n),!1),ic(c),!1).map((function(e){return Vc(e).map((function(e){return r.formatTransition(e)}))})));try{for(var f=rc(p),g=f.next();!g.done;g=f.next()){var v=g.value;h.push(v)}}catch(t){e={error:t}}finally{try{g&&!g.done&&(t=f.return)&&t.call(f)}finally{if(e)throw e.error}}return h},e}();var Xd,Yd=function(e){return{type:pc,assignment:e}};!function(e){e[e.Effect=1]="Effect",e[e.LayoutEffect=2]="LayoutEffect"}(Xd||(Xd={}));var Kd="undefined"!=typeof document?ee:function(){};function Jd(e){var t=G.useRef();return t.current||(t.current={v:e()}),t.current.v}var Qd=function(e,t){var n="function"==typeof Symbol&&e[Symbol.iterator];if(!n)return e;var r,i,o=n.call(e),a=[];try{for(;(void 0===t||t-- >0)&&!(r=o.next()).done;)a.push(r.value)}catch(e){i={error:e}}finally{try{r&&!r.done&&(n=o.return)&&n.call(o)}finally{if(i)throw i.error}}return a},eu=function(e){var t="function"==typeof Symbol&&Symbol.iterator,n=t&&e[t],r=0;if(n)return n.call(e);if(e&&"number"==typeof e.length)return{next:function(){return e&&r>=e.length&&(e=void 0),{value:e&&e[r++],done:!e}}};throw new TypeError(t?"Object is not iterable.":"Symbol.iterator is not defined.")};var tu=function(e,t){var n="function"==typeof Symbol&&e[Symbol.iterator];if(!n)return e;var r,i,o=n.call(e),a=[];try{for(;(void 0===t||t-- >0)&&!(r=o.next()).done;)a.push(r.value)}catch(e){i={error:e}}finally{try{r&&!r.done&&(n=o.return)&&n.call(o)}finally{if(i)throw i.error}}return a},nu=function(e,t,n){if(n||2===arguments.length)for(var r,i=0,o=t.length;i<o;i++)!r&&i in t||(r||(r=Array.prototype.slice.call(t,0,i)),r[i]=t[i]);return e.concat(r||Array.prototype.slice.call(t))};function ru(e,t){(0,e.exec)(t.context,t._event.data,{action:e,state:t,_event:t._event})()}function iu(e){var t=K([]),n=K([]);Kd((function(){var r=e.subscribe((function(e){var r,i;if(e.actions.length){var o=e.actions.filter((function(e){return"function"==typeof e.exec&&"__effect"in e.exec})),a=tu(function(e,t){var n,r,i=Qd([[],[]],2),o=i[0],a=i[1];try{for(var l=eu(e),s=l.next();!s.done;s=l.next()){var c=s.value;t(c)?o.push(c):a.push(c)}}catch(e){n={error:e}}finally{try{s&&!s.done&&(r=l.return)&&r.call(l)}finally{if(n)throw n.error}}return[o,a]}(o,(function(e){return e.exec.__effect===Xd.Effect})),2),l=a[0],s=a[1];(r=t.current).push.apply(r,nu([],tu(l.map((function(t){return[t,e]}))),!1)),(i=n.current).push.apply(i,nu([],tu(s.map((function(t){return[t,e]}))),!1))}}));return function(){r.unsubscribe()}}),[]),Kd((function(){for(;n.current.length;){var e=tu(n.current.shift(),2);ru(e[0],e[1])}})),J((function(){for(;t.current.length;){var e=tu(t.current.shift(),2);ru(e[0],e[1])}}))}var ou=function(){return ou=Object.assign||function(e){for(var t,n=1,r=arguments.length;n<r;n++)for(var i in t=arguments[n])Object.prototype.hasOwnProperty.call(t,i)&&(e[i]=t[i]);return e},ou.apply(this,arguments)},au=function(e,t){var n={};for(var r in e)Object.prototype.hasOwnProperty.call(e,r)&&t.indexOf(r)<0&&(n[r]=e[r]);if(null!=e&&"function"==typeof Object.getOwnPropertySymbols){var i=0;for(r=Object.getOwnPropertySymbols(e);i<r.length;i++)t.indexOf(r[i])<0&&Object.prototype.propertyIsEnumerable.call(e,r[i])&&(n[r[i]]=e[r[i]])}return n},lu=function(e,t){var n="function"==typeof Symbol&&e[Symbol.iterator];if(!n)return e;var r,i,o=n.call(e),a=[];try{for(;(void 0===t||t-- >0)&&!(r=o.next()).done;)a.push(r.value)}catch(e){i={error:e}}finally{try{r&&!r.done&&(n=o.return)&&n.call(o)}finally{if(i)throw i.error}}return a};var su=function(e,t){var n="function"==typeof Symbol&&e[Symbol.iterator];if(!n)return e;var r,i,o=n.call(e),a=[];try{for(;(void 0===t||t-- >0)&&!(r=o.next()).done;)a.push(r.value)}catch(e){i={error:e}}finally{try{r&&!r.done&&(n=o.return)&&n.call(o)}finally{if(i)throw i.error}}return a};function cu(e,t){void 0===t&&(t={});var n=re((function(e){var t=void 0===e.changed&&Object.keys(e.children).length;(e.changed||t)&&a(e)}),[]),r=function(e,t,n){void 0===t&&(t={});var r=Jd((function(){return"function"==typeof e?e():e}));if("production"!==process.env.NODE_ENV&&"function"!=typeof e){var i=lu(Y(r),1)[0];e!==i&&console.warn("Machine given to `useMachine` has changed between renders. This is not supported and might lead to unexpected results.\nPlease make sure that you pass the same Machine as argument each time.")}var o=t.context,a=t.guards,l=t.actions,s=t.activities,c=t.services,d=t.delays,u=t.state,p=au(t,["context","guards","actions","activities","services","delays","state"]),h=Jd((function(){var e={context:o,guards:a,actions:l,activities:s,services:c,delays:d};return Hd(r.withConfig(e,(function(){return ou(ou({},r.context),o)})),ou({deferEvents:!0},p))}));return Kd((function(){var e;return n&&(e=h.subscribe(function(e){if("object"==typeof e)return e;var t=function(){};return{next:e,error:void 0||t,complete:void 0||t}}(n))),function(){null==e||e.unsubscribe()}}),[n]),Kd((function(){return h.start(u?Ed.create(u):void 0),function(){h.stop()}}),[]),Kd((function(){Object.assign(h.machine.options.actions,l),Object.assign(h.machine.options.guards,a),Object.assign(h.machine.options.activities,s),Object.assign(h.machine.options.services,c),Object.assign(h.machine.options.delays,d)}),[l,a,s,c,d]),iu(h),h}(e,t,n),i=su(Y((function(){var e=r.machine.initialState;return t.state?Ed.create(t.state):e})),2),o=i[0],a=i[1];return[o,r.send,r]}function du(){return du=Object.assign?Object.assign.bind():function(e){for(var t=1;t<arguments.length;t++){var n=arguments[t];for(var r in n)({}).hasOwnProperty.call(n,r)&&(e[r]=n[r])}return e},du.apply(null,arguments)}function uu(e,t){if(null==e)return{};var n={};for(var r in e)if({}.hasOwnProperty.call(e,r)){if(-1!==t.indexOf(r))continue;n[r]=e[r]}return n}const pu={arr:Array.isArray,obj:e=>"[object Object]"===Object.prototype.toString.call(e),fun:e=>"function"==typeof e,str:e=>"string"==typeof e,num:e=>"number"==typeof e,und:e=>void 0===e,nul:e=>null===e,set:e=>e instanceof Set,map:e=>e instanceof Map,equ(e,t){if(typeof e!=typeof t)return!1;if(pu.str(e)||pu.num(e))return e===t;if(pu.obj(e)&&pu.obj(t)&&Object.keys(e).length+Object.keys(t).length===0)return!0;let n;for(n in e)if(!(n in t))return!1;for(n in t)if(e[n]!==t[n])return!1;return!pu.und(n)||e===t}};function hu(e,t){return pu.und(e)||pu.nul(e)?t:e}function fu(e){return pu.und(e)?[]:pu.arr(e)?e:[e]}function gu(e){for(var t=arguments.length,n=new Array(t>1?t-1:0),r=1;r<t;r++)n[r-1]=arguments[r];return pu.fun(e)?e(...n):e}function vu(e){const t=function(e){return e.to,e.from,e.config,e.onStart,e.onRest,e.onFrame,e.children,e.reset,e.reverse,e.force,e.immediate,e.delay,e.attach,e.destroyed,e.interpolateTo,e.ref,e.lazy,uu(e,["to","from","config","onStart","onRest","onFrame","children","reset","reverse","force","immediate","delay","attach","destroyed","interpolateTo","ref","lazy"])}(e);if(pu.und(t))return du({to:t},e);const n=Object.keys(e).reduce(((n,r)=>pu.und(t[r])?du({},n,{[r]:e[r]}):n),{});return du({to:t},n)}class mu{constructor(){this.payload=void 0,this.children=[]}getAnimatedValue(){return this.getValue()}getPayload(){return this.payload||this}attach(){}detach(){}getChildren(){return this.children}addChild(e){0===this.children.length&&this.attach(),this.children.push(e)}removeChild(e){const t=this.children.indexOf(e);this.children.splice(t,1),0===this.children.length&&this.detach()}}class xu extends mu{constructor(){super(...arguments),this.payload=[],this.attach=()=>this.payload.forEach((e=>e instanceof mu&&e.addChild(this))),this.detach=()=>this.payload.forEach((e=>e instanceof mu&&e.removeChild(this)))}}class bu extends mu{constructor(){super(...arguments),this.payload={},this.attach=()=>Object.values(this.payload).forEach((e=>e instanceof mu&&e.addChild(this))),this.detach=()=>Object.values(this.payload).forEach((e=>e instanceof mu&&e.removeChild(this)))}getValue(e){void 0===e&&(e=!1);const t={};for(const n in this.payload){const r=this.payload[n];(!e||r instanceof mu)&&(t[n]=r instanceof mu?r[e?"getAnimatedValue":"getValue"]():r)}return t}getAnimatedValue(){return this.getValue(!0)}}let yu,wu;let Cu,$u=e=>"undefined"!=typeof window?window.requestAnimationFrame(e):-1;let ku,Su=()=>Date.now();class Eu extends bu{constructor(e,t){super(),this.update=void 0,this.payload=e.style?du({},e,{style:ku(e.style)}):e,this.update=t,this.attach()}}let Ou=!1;const Lu=new Set,Ru=()=>{if(!Ou)return!1;let e=Su();for(let t of Lu){let n=!1;for(let r=0;r<t.configs.length;r++){let i,o,a=t.configs[r];for(let t=0;t<a.animatedValues.length;t++){let r=a.animatedValues[t];if(r.done)continue;let l=a.fromValues[t],s=a.toValues[t],c=r.lastPosition,d=s instanceof mu,u=Array.isArray(a.initialVelocity)?a.initialVelocity[t]:a.initialVelocity;if(d&&(s=s.getValue()),a.immediate)r.setValue(s),r.done=!0;else if("string"!=typeof l&&"string"!=typeof s){if(void 0!==a.duration)c=l+a.easing((e-r.startTime)/a.duration)*(s-l),i=e>=r.startTime+a.duration;else if(a.decay)c=l+u/(1-.998)*(1-Math.exp(-.0020000000000000018*(e-r.startTime))),i=Math.abs(r.lastPosition-c)<.1,i&&(s=c);else{o=void 0!==r.lastTime?r.lastTime:e,u=void 0!==r.lastVelocity?r.lastVelocity:a.initialVelocity,e>o+64&&(o=e);let t=Math.floor(e-o);for(let e=0;e<t;++e){u+=1*((-a.tension*(c-s)+-a.friction*u)/a.mass)/1e3,c+=1*u/1e3}let n=!(!a.clamp||0===a.tension)&&(l<s?c>s:c<s),d=Math.abs(u)<=a.precision,p=0===a.tension||Math.abs(s-c)<=a.precision;i=n||d&&p,r.lastVelocity=u,r.lastTime=e}d&&!a.toValues[t].done&&(i=!1),i?(r.value!==s&&(c=s),r.done=!0):n=!0,r.setValue(c),r.lastPosition=c}else r.setValue(s),r.done=!0}t.props.onFrame&&(t.values[a.name]=a.interpolation.getValue())}t.props.onFrame&&t.props.onFrame(t.values),n||(Lu.delete(t),t.stop(!0))}return Lu.size?$u(Ru):Ou=!1,Ou};function Tu(e,t,n){if("function"==typeof e)return e;if(Array.isArray(e))return Tu({range:e,output:t,extrapolate:n});if(Cu&&"string"==typeof e.output[0])return Cu(e);const r=e,i=r.output,o=r.range||[0,1],a=r.extrapolateLeft||r.extrapolate||"extend",l=r.extrapolateRight||r.extrapolate||"extend",s=r.easing||(e=>e);return e=>{const t=function(e,t){for(var n=1;n<t.length-1&&!(t[n]>=e);++n);return n-1}(e,o);return function(e,t,n,r,i,o,a,l,s){let c=s?s(e):e;if(c<t){if("identity"===a)return c;"clamp"===a&&(c=t)}if(c>n){if("identity"===l)return c;"clamp"===l&&(c=n)}if(r===i)return r;if(t===n)return e<=t?r:i;t===-1/0?c=-c:n===1/0?c-=t:c=(c-t)/(n-t);c=o(c),r===-1/0?c=-c:i===1/0?c+=r:c=c*(i-r)+r;return c}(e,o[t],o[t+1],i[t],i[t+1],s,a,l,r.map)}}class Pu extends xu{constructor(e,t,n,r){super(),this.calc=void 0,this.payload=e instanceof xu&&!(e instanceof Pu)?e.getPayload():Array.isArray(e)?e:[e],this.calc=Tu(t,n,r)}getValue(){return this.calc(...this.payload.map((e=>e.getValue())))}updateConfig(e,t,n){this.calc=Tu(e,t,n)}interpolate(e,t,n){return new Pu(this,e,t,n)}}const _u=(e,t,n)=>e&&new Pu(e,t,n);function Mu(e,t){"update"in e?t.add(e):e.getChildren().forEach((e=>Mu(e,t)))}class Du extends mu{constructor(e){var t;super(),t=this,this.animatedStyles=new Set,this.value=void 0,this.startPosition=void 0,this.lastPosition=void 0,this.lastVelocity=void 0,this.startTime=void 0,this.lastTime=void 0,this.done=!1,this.setValue=function(e,n){void 0===n&&(n=!0),t.value=e,n&&t.flush()},this.value=e,this.startPosition=e,this.lastPosition=e}flush(){0===this.animatedStyles.size&&Mu(this,this.animatedStyles),this.animatedStyles.forEach((e=>e.update()))}clearStyles(){this.animatedStyles.clear()}getValue(){return this.value}interpolate(e,t,n){return new Pu(this,e,t,n)}}class Nu extends xu{constructor(e){super(),this.payload=e.map((e=>new Du(e)))}setValue(e,t){void 0===t&&(t=!0),Array.isArray(e)?e.length===this.payload.length&&e.forEach(((e,n)=>this.payload[n].setValue(e,t))):this.payload.forEach((n=>n.setValue(e,t)))}getValue(){return this.payload.map((e=>e.getValue()))}interpolate(e,t){return new Pu(this,e,t)}}let Vu=0,ju=class{constructor(){this.id=void 0,this.idle=!0,this.hasChanged=!1,this.guid=0,this.local=0,this.props={},this.merged={},this.animations={},this.interpolations={},this.values={},this.configs=[],this.listeners=[],this.queue=[],this.localQueue=void 0,this.getValues=()=>this.interpolations,this.id=Vu++}update(e){if(!e)return this;const t=vu(e),n=t.delay,r=void 0===n?0:n,i=t.to,o=uu(t,["delay","to"]);if(pu.arr(i)||pu.fun(i))this.queue.push(du({},o,{delay:r,to:i}));else if(i){let e={};Object.entries(i).forEach((t=>{let n=t[0],i=t[1];const a=du({to:{[n]:i},delay:gu(r,n)},o),l=e[a.delay]&&e[a.delay].to;e[a.delay]=du({},e[a.delay],a,{to:du({},l,a.to)})})),this.queue=Object.values(e)}return this.queue=this.queue.sort(((e,t)=>e.delay-t.delay)),this.diff(o),this}start(e){if(this.queue.length){this.idle=!1,this.localQueue&&this.localQueue.forEach((e=>{let t=e.from,n=void 0===t?{}:t,r=e.to,i=void 0===r?{}:r;pu.obj(n)&&(this.merged=du({},n,this.merged)),pu.obj(i)&&(this.merged=du({},this.merged,i))}));const t=this.local=++this.guid,n=this.localQueue=this.queue;this.queue=[],n.forEach(((r,i)=>{let o=r.delay,a=uu(r,["delay"]);const l=r=>{i===n.length-1&&t===this.guid&&r&&(this.idle=!0,this.props.onRest&&this.props.onRest(this.merged)),e&&e()};let s=pu.arr(a.to)||pu.fun(a.to);o?setTimeout((()=>{t===this.guid&&(s?this.runAsync(a,l):this.diff(a).start(l))}),o):s?this.runAsync(a,l):this.diff(a).start(l)}))}else pu.fun(e)&&this.listeners.push(e),this.props.onStart&&this.props.onStart(),t=this,Lu.has(t)||Lu.add(t),Ou||(Ou=!0,$u(Ru));var t;return this}stop(e){return this.listeners.forEach((t=>t(e))),this.listeners=[],this}pause(e){var t;return this.stop(!0),e&&(t=this,Lu.has(t)&&Lu.delete(t)),this}runAsync(e,t){var n=this;e.delay;let r=uu(e,["delay"]);const i=this.local;let o=Promise.resolve(void 0);if(pu.arr(r.to))for(let e=0;e<r.to.length;e++){const t=e,n=du({},r,vu(r.to[t]));pu.arr(n.config)&&(n.config=n.config[t]),o=o.then((()=>{if(i===this.guid)return new Promise((e=>this.diff(n).start(e)))}))}else if(pu.fun(r.to)){let e,t=0;o=o.then((()=>r.to((n=>{const o=du({},r,vu(n));if(pu.arr(o.config)&&(o.config=o.config[t]),t++,i===this.guid)return e=new Promise((e=>this.diff(o).start(e)))}),(function(e){return void 0===e&&(e=!0),n.stop(e)})).then((()=>e))))}o.then(t)}diff(e){this.props=du({},this.props,e);let t=this.props,n=t.from,r=void 0===n?{}:n,i=t.to,o=void 0===i?{}:i,a=t.config,l=void 0===a?{}:a,s=t.reverse,c=t.attach,d=t.reset,u=t.immediate;if(s){var p=[o,r];r=p[0],o=p[1]}this.merged=du({},r,this.merged,o),this.hasChanged=!1;let h=c&&c(this);if(this.animations=Object.entries(this.merged).reduce(((e,t)=>{let n=t[0],i=t[1],o=e[n]||{};const a=pu.num(i),s=pu.str(i)&&!i.startsWith("#")&&!/\d/.test(i)&&!wu[i],c=pu.arr(i),p=!a&&!c&&!s;let f=pu.und(r[n])?i:r[n],g=a||c||s?i:1,v=gu(l,n);h&&(g=h.animations[n].parent);let m,x=o.parent,b=o.interpolation,y=fu(h?g.getPayload():g),w=i;p&&(w=Cu({range:[0,1],output:[i,i]})(1));let C=b&&b.getValue();const $=!pu.und(x)&&o.animatedValues.some((e=>!e.done)),k=!pu.equ(w,C),S=!pu.equ(w,o.previous),E=!pu.equ(v,o.config);if(d||S&&k||E){if(a||s)x=b=o.parent||new Du(f);else if(c)x=b=o.parent||new Nu(f);else if(p){let e=o.interpolation&&o.interpolation.calc(o.parent.value);e=void 0===e||d?f:e,o.parent?(x=o.parent,x.setValue(0,!1)):x=new Du(0);const t={output:[e,i]};o.interpolation?(b=o.interpolation,o.interpolation.updateConfig(t)):b=x.interpolate(t)}return y=fu(h?g.getPayload():g),m=fu(x.getPayload()),d&&!p&&x.setValue(f,!1),this.hasChanged=!0,m.forEach((e=>{e.startPosition=e.value,e.lastPosition=e.value,e.lastVelocity=$?e.lastVelocity:void 0,e.lastTime=$?e.lastTime:void 0,e.startTime=Su(),e.done=!1,e.animatedStyles.clear()})),gu(u,n)&&x.setValue(p?g:i,!1),du({},e,{[n]:du({},o,{name:n,parent:x,interpolation:b,animatedValues:m,toValues:y,previous:w,config:v,fromValues:fu(x.getValue()),immediate:gu(u,n),initialVelocity:hu(v.velocity,0),clamp:hu(v.clamp,!1),precision:hu(v.precision,.01),tension:hu(v.tension,170),friction:hu(v.friction,26),mass:hu(v.mass,1),duration:v.duration,easing:hu(v.easing,(e=>e)),decay:v.decay})})}return k?e:(p&&(x.setValue(1,!1),b.updateConfig({output:[w,w]})),x.done=!0,this.hasChanged=!0,du({},e,{[n]:du({},e[n],{previous:w})}))}),this.animations),this.hasChanged){this.configs=Object.values(this.animations),this.values={},this.interpolations={};for(let e in this.animations)this.interpolations[e]=this.animations[e].interpolation,this.values[e]=this.animations[e].interpolation.getValue()}return this}destroy(){this.stop(),this.props={},this.merged={},this.animations={},this.interpolations={},this.values={},this.configs=[],this.local=0}};const Iu=e=>{const t=pu.fun(e),n=((e,t)=>{const n=K(!1),r=K(),i=pu.fun(t),o=ne((()=>{let n;return r.current&&(r.current.map((e=>e.destroy())),r.current=void 0),[new Array(e).fill().map(((e,r)=>{const o=new ju,a=i?gu(t,r,o):t[r];return 0===r&&(n=a.ref),o.update(a),n||o.start(),o})),n]}),[e]),a=o[0],l=o[1];r.current=a,oe(l,(()=>({start:()=>Promise.all(r.current.map((e=>new Promise((t=>e.start(t)))))),stop:e=>r.current.forEach((t=>t.stop(e))),get controllers(){return r.current}})));const s=ne((()=>e=>r.current.map(((t,n)=>{t.update(i?gu(e,n,t):e[n]),l||t.start()}))),[e]);J((()=>{n.current?i||s(t):l||r.current.forEach((e=>e.start()))})),J((()=>(n.current=!0,()=>r.current.forEach((e=>e.destroy())))),[]);const c=r.current.map((e=>e.getValues()));return i?[c,s,e=>r.current.forEach((t=>t.pause(e)))]:c})(1,t?e:[e]),r=n[0],i=n[1],o=n[2];return t?[r[0],i,o]:r};class Au extends bu{constructor(e){void 0===e&&(e={}),super(),!e.transform||e.transform instanceof mu||(e=yu.transform(e)),this.payload=e}}const zu={transparent:0,aliceblue:4042850303,antiquewhite:4209760255,aqua:16777215,aquamarine:2147472639,azure:4043309055,beige:4126530815,bisque:4293182719,black:255,blanchedalmond:4293643775,blue:65535,blueviolet:2318131967,brown:2771004159,burlywood:3736635391,burntsienna:3934150143,cadetblue:1604231423,chartreuse:2147418367,chocolate:3530104575,coral:4286533887,cornflowerblue:1687547391,cornsilk:4294499583,crimson:3692313855,cyan:16777215,darkblue:35839,darkcyan:9145343,darkgoldenrod:3095792639,darkgray:2846468607,darkgreen:6553855,darkgrey:2846468607,darkkhaki:3182914559,darkmagenta:2332068863,darkolivegreen:1433087999,darkorange:4287365375,darkorchid:2570243327,darkred:2332033279,darksalmon:3918953215,darkseagreen:2411499519,darkslateblue:1211993087,darkslategray:793726975,darkslategrey:793726975,darkturquoise:13554175,darkviolet:2483082239,deeppink:4279538687,deepskyblue:12582911,dimgray:1768516095,dimgrey:1768516095,dodgerblue:512819199,firebrick:2988581631,floralwhite:4294635775,forestgreen:579543807,fuchsia:4278255615,gainsboro:3705462015,ghostwhite:4177068031,gold:4292280575,goldenrod:3668254975,gray:2155905279,green:8388863,greenyellow:2919182335,grey:2155905279,honeydew:4043305215,hotpink:4285117695,indianred:3445382399,indigo:1258324735,ivory:4294963455,khaki:4041641215,lavender:3873897215,lavenderblush:4293981695,lawngreen:2096890111,lemonchiffon:4294626815,lightblue:2916673279,lightcoral:4034953471,lightcyan:3774873599,lightgoldenrodyellow:4210742015,lightgray:3553874943,lightgreen:2431553791,lightgrey:3553874943,lightpink:4290167295,lightsalmon:4288707327,lightseagreen:548580095,lightskyblue:2278488831,lightslategray:2005441023,lightslategrey:2005441023,lightsteelblue:2965692159,lightyellow:4294959359,lime:16711935,limegreen:852308735,linen:4210091775,magenta:4278255615,maroon:2147483903,mediumaquamarine:1724754687,mediumblue:52735,mediumorchid:3126187007,mediumpurple:2473647103,mediumseagreen:1018393087,mediumslateblue:2070474495,mediumspringgreen:16423679,mediumturquoise:1221709055,mediumvioletred:3340076543,midnightblue:421097727,mintcream:4127193855,mistyrose:4293190143,moccasin:4293178879,navajowhite:4292783615,navy:33023,oldlace:4260751103,olive:2155872511,olivedrab:1804477439,orange:4289003775,orangered:4282712319,orchid:3664828159,palegoldenrod:4008225535,palegreen:2566625535,paleturquoise:2951671551,palevioletred:3681588223,papayawhip:4293907967,peachpuff:4292524543,peru:3448061951,pink:4290825215,plum:3718307327,powderblue:2967529215,purple:2147516671,rebeccapurple:1714657791,red:4278190335,rosybrown:3163525119,royalblue:1097458175,saddlebrown:2336560127,salmon:4202722047,sandybrown:4104413439,seagreen:780883967,seashell:4294307583,sienna:2689740287,silver:3233857791,skyblue:2278484991,slateblue:1784335871,slategray:1887473919,slategrey:1887473919,snow:4294638335,springgreen:16744447,steelblue:1182971135,tan:3535047935,teal:8421631,thistle:3636451583,tomato:4284696575,turquoise:1088475391,violet:4001558271,wheat:4125012991,white:4294967295,whitesmoke:4126537215,yellow:4294902015,yellowgreen:2597139199},Hu="[-+]?\\d*\\.?\\d+",Bu=Hu+"%";function Fu(){for(var e=arguments.length,t=new Array(e),n=0;n<e;n++)t[n]=arguments[n];return"\\(\\s*("+t.join(")\\s*,\\s*(")+")\\s*\\)"}const Zu=new RegExp("rgb"+Fu(Hu,Hu,Hu)),Wu=new RegExp("rgba"+Fu(Hu,Hu,Hu,Hu)),qu=new RegExp("hsl"+Fu(Hu,Bu,Bu)),Gu=new RegExp("hsla"+Fu(Hu,Bu,Bu,Hu)),Uu=/^#([0-9a-fA-F]{1})([0-9a-fA-F]{1})([0-9a-fA-F]{1})$/,Xu=/^#([0-9a-fA-F]{1})([0-9a-fA-F]{1})([0-9a-fA-F]{1})([0-9a-fA-F]{1})$/,Yu=/^#([0-9a-fA-F]{6})$/,Ku=/^#([0-9a-fA-F]{8})$/;function Ju(e,t,n){return n<0&&(n+=1),n>1&&(n-=1),n<1/6?e+6*(t-e)*n:n<.5?t:n<2/3?e+(t-e)*(2/3-n)*6:e}function Qu(e,t,n){const r=n<.5?n*(1+t):n+t-n*t,i=2*n-r,o=Ju(i,r,e+1/3),a=Ju(i,r,e),l=Ju(i,r,e-1/3);return Math.round(255*o)<<24|Math.round(255*a)<<16|Math.round(255*l)<<8}function ep(e){const t=parseInt(e,10);return t<0?0:t>255?255:t}function tp(e){return(parseFloat(e)%360+360)%360/360}function np(e){const t=parseFloat(e);return t<0?0:t>1?255:Math.round(255*t)}function rp(e){const t=parseFloat(e);return t<0?0:t>100?1:t/100}function ip(e){let t=function(e){let t;return"number"==typeof e?e>>>0===e&&e>=0&&e<=4294967295?e:null:(t=Yu.exec(e))?parseInt(t[1]+"ff",16)>>>0:zu.hasOwnProperty(e)?zu[e]:(t=Zu.exec(e))?(ep(t[1])<<24|ep(t[2])<<16|ep(t[3])<<8|255)>>>0:(t=Wu.exec(e))?(ep(t[1])<<24|ep(t[2])<<16|ep(t[3])<<8|np(t[4]))>>>0:(t=Uu.exec(e))?parseInt(t[1]+t[1]+t[2]+t[2]+t[3]+t[3]+"ff",16)>>>0:(t=Ku.exec(e))?parseInt(t[1],16)>>>0:(t=Xu.exec(e))?parseInt(t[1]+t[1]+t[2]+t[2]+t[3]+t[3]+t[4]+t[4],16)>>>0:(t=qu.exec(e))?(255|Qu(tp(t[1]),rp(t[2]),rp(t[3])))>>>0:(t=Gu.exec(e))?(Qu(tp(t[1]),rp(t[2]),rp(t[3]))|np(t[4]))>>>0:null}(e);return null===t?e:(t=t||0,`rgba(${(4278190080&t)>>>24}, ${(16711680&t)>>>16}, ${(65280&t)>>>8}, ${(255&t)/255})`)}const op=/[+\-]?(?:0|[1-9]\d*)(?:\.\d*)?(?:[eE][+\-]?\d+)?/g,ap=/(#(?:[0-9a-f]{2}){2,4}|(#[0-9a-f]{3})|(rgb|hsl)a?\((-?\d+%?[,\s]+){2,3}\s*[\d\.]+%?\))/gi,lp=new RegExp(`(${Object.keys(zu).join("|")})`,"g");let sp={animationIterationCount:!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,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};const cp=["Webkit","Ms","Moz","O"];function dp(e,t,n){return null==t||"boolean"==typeof t||""===t?"":n||"number"!=typeof t||0===t||sp.hasOwnProperty(e)&&sp[e]?(""+t).trim():t+"px"}sp=Object.keys(sp).reduce(((e,t)=>(cp.forEach((n=>e[((e,t)=>e+t.charAt(0).toUpperCase()+t.substring(1))(n,t)]=e[t])),e)),sp);const up={};var pp;ku=e=>new Au(e),pp=e=>{const t=e.output.map((e=>e.replace(ap,ip))).map((e=>e.replace(lp,ip))),n=t[0].match(op).map((()=>[]));t.forEach((e=>{e.match(op).forEach(((e,t)=>n[t].push(+e)))}));const r=t[0].match(op).map(((t,r)=>Tu(du({},e,{output:n[r]}))));return e=>{let n=0;return t[0].replace(op,(()=>r[n++](e))).replace(/rgba\(([0-9\.-]+), ([0-9\.-]+), ([0-9\.-]+), ([0-9\.-]+)\)/gi,((e,t,n,r,i)=>`rgba(${Math.round(t)}, ${Math.round(n)}, ${Math.round(r)}, ${i})`))}},Cu=pp,wu=zu,function(e,t){yu={fn:e,transform:t}}(((e,t)=>{if(!e.nodeType||void 0===e.setAttribute)return!1;{const i=t.style,o=t.children,a=t.scrollTop,l=t.scrollLeft,s=uu(t,["style","children","scrollTop","scrollLeft"]),c="filter"===e.nodeName||e.parentNode&&"filter"===e.parentNode.nodeName;void 0!==a&&(e.scrollTop=a),void 0!==l&&(e.scrollLeft=l),void 0!==o&&(e.textContent=o);for(let t in i)if(i.hasOwnProperty(t)){var n=0===t.indexOf("--"),r=dp(t,i[t],n);"float"===t&&(t="cssFloat"),n?e.style.setProperty(t,r):e.style[t]=r}for(let t in s){const n=c?t:up[t]||(up[t]=t.replace(/([A-Z])/g,(e=>"-"+e.toLowerCase())));void 0!==e.getAttribute(n)&&e.setAttribute(n,s[t])}}}),(e=>e));var hp;const fp=(hp=e=>X(((t,n)=>{const r=function(){const e=Y(!1)[1];return re((()=>e((e=>!e))),[])}(),i=K(!0),o=K(null),a=K(null),l=re((e=>{const t=o.current;o.current=new Eu(e,(()=>{let e=!1;a.current&&(e=yu.fn(a.current,o.current.getAnimatedValue())),a.current&&!1!==e||r()})),t&&t.detach()}),[]);J((()=>()=>{i.current=!1,o.current&&o.current.detach()}),[]),oe(n,(()=>(e=>e.current)(a))),l(t);const s=o.current.getValue();s.scrollTop,s.scrollLeft;const c=uu(s,["scrollTop","scrollLeft"]),d=(u=e,!pu.fun(u)||u.prototype instanceof U.Component?e=>a.current=function(e,t){return t&&(pu.fun(t)?t(e):pu.obj(t)&&(t.current=e)),e}(e,n):void 0);var u;return U.createElement(e,du({},c,{ref:d}))})),e=>(pu.arr(e)?e:Object.keys(e)).reduce(((e,t)=>{const n=t;return e[n]=hp(n),e}),hp))(["a","abbr","address","area","article","aside","audio","b","base","bdi","bdo","big","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","keygen","label","legend","li","link","main","map","mark","menu","menuitem","meta","meter","nav","noscript","object","ol","optgroup","option","output","p","param","picture","pre","progress","q","rp","rt","ruby","s","samp","script","section","select","small","source","span","strong","style","sub","summary","sup","table","tbody","td","textarea","tfoot","th","thead","time","title","tr","track","u","ul","var","video","wbr","circle","clipPath","defs","ellipse","foreignObject","g","image","line","linearGradient","mask","path","pattern","polygon","polyline","radialGradient","rect","stop","svg","text","tspan"]);function gp(e,t){return e.map((function(e,n){return e+t[n]}))}function vp(e,t){return e.map((function(e,n){return e-t[n]}))}function mp(e){return Math.hypot.apply(Math,e)}function xp(e){return Math.sign?Math.sign(e):Number(e>0)-Number(e<0)||+e}function bp(e,t,n){return 0===t||Math.abs(t)===1/0?function(e,t){return Math.pow(e,5*t)}(e,n):e*t*n/(t+n*e)}function yp(e,t,n,r){return void 0===r&&(r=.15),0===r?function(e,t,n){return Math.max(t,Math.min(e,n))}(e,t,n):e<t?-bp(t-e,n-t,r)+t:e>n?+bp(e-n,n-t,r)+n:e}function wp(e,t,n){return t&&function(e,t){for(var n=0;n<t.length;n++){var r=t[n];r.enumerable=r.enumerable||!1,r.configurable=!0,"value"in r&&(r.writable=!0),Object.defineProperty(e,r.key,r)}}(e.prototype,t),e}function Cp(){return Cp=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var n=arguments[t];for(var r in n)Object.prototype.hasOwnProperty.call(n,r)&&(e[r]=n[r])}return e},Cp.apply(this,arguments)}function $p(e,t){e.prototype=Object.create(t.prototype),e.prototype.constructor=e,e.__proto__=t}function kp(e){if(void 0===e)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return e}function Sp(e,t){(null==t||t>e.length)&&(t=e.length);for(var n=0,r=new Array(t);n<t;n++)r[n]=e[n];return r}function Ep(e,t){var n;if("undefined"==typeof Symbol||null==e[Symbol.iterator]){if(Array.isArray(e)||(n=function(e,t){if(e){if("string"==typeof e)return Sp(e,t);var n=Object.prototype.toString.call(e).slice(8,-1);return"Object"===n&&e.constructor&&(n=e.constructor.name),"Map"===n||"Set"===n?Array.from(e):"Arguments"===n||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n)?Sp(e,t):void 0}}(e))||t){n&&(e=n);var r=0;return function(){return r>=e.length?{done:!0}:{done:!1,value:e[r++]}}}throw new TypeError("Invalid attempt to iterate non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}return(n=e[Symbol.iterator]()).next.bind(n)}function Op(){}function Lp(){for(var e=arguments.length,t=new Array(e),n=0;n<e;n++)t[n]=arguments[n];return 0===t.length?Op:1===t.length?t[0]:function(){for(var e,n,r=Ep(t);!(n=r()).done;){e=n.value.apply(this,arguments)||e}return e}}function Rp(e,t){if(void 0===e){if(void 0===t)throw new Error("Must define fallback value if undefined is expected");e=t}return Array.isArray(e)?e:[e,e]}function Tp(e){if("function"==typeof e){for(var t=arguments.length,n=new Array(t>1?t-1:0),r=1;r<t;r++)n[r-1]=arguments[r];return e.apply(void 0,n)}return e}function Pp(e,t){void 0===e&&(e={});for(var n={},r=0,i=Object.entries(t);r<i.length;r++){var o=i[r],a=o[0],l=o[1];switch(typeof l){case"function":n[a]=l.call(n,e[a],a,e);break;case"object":n[a]=Pp(e[a],l);break;case"boolean":l&&(n[a]=e[a])}}return n}var _p=Cp({},{threshold:function(e){return void 0===e&&(e=0),Rp(e)},rubberband:function(e){switch(void 0===e&&(e=0),e){case!0:return Rp(.15);case!1:return Rp(0);default:return Rp(e)}},enabled:function(e){return void 0===e&&(e=!0),e},triggerAllEvents:function(e){return void 0===e&&(e=!1),e},initial:function(e){return void 0===e&&(e=0),"function"==typeof e?e:Rp(e)}},{axis:!0,lockDirection:function(e){return void 0===e&&(e=!1),e},bounds:function(e){if(void 0===e&&(e={}),"function"==typeof e)return function(t){return _p.bounds(e(t))};var t=e,n=t.left,r=void 0===n?-1/0:n,i=t.right,o=void 0===i?1/0:i,a=t.top,l=void 0===a?-1/0:a,s=t.bottom;return[[r,o],[l,void 0===s?1/0:s]]}}),Mp="undefined"!=typeof window&&window.document&&window.document.createElement,Dp={enabled:function(e){return void 0===e&&(e=!0),e},domTarget:!0,window:function(e){function t(t){return e.apply(this,arguments)}return t.toString=function(){return e.toString()},t}((function(e){return void 0===e&&(e=Mp?window:void 0),e})),eventOptions:function(e){var t=void 0===e?{}:e,n=t.passive,r=void 0===n||n,i=t.capture;return{passive:r,capture:void 0!==i&&i}}},Np=Cp({},_p,{threshold:function(e,t,n){var r=n.filterTaps,i=void 0!==r&&r,o=n.lockDirection,a=void 0!==o&&o,l=n.axis,s=Rp(e,i?3:a||(void 0===l?void 0:l)?1:0);return this.filterTaps=i||s[0]+s[1]>0,s},swipeVelocity:function(e){return void 0===e&&(e=.5),Rp(e)},swipeDistance:function(e){return void 0===e&&(e=60),Rp(e)},delay:function(e){switch(void 0===e&&(e=0),e){case!0:return 180;case!1:return 0;default:return e}}});function Vp(e){var t=e.domTarget,n=e.eventOptions,r=e.window,i=e.enabled,o=function(e,t){if(null==e)return{};var n,r,i={},o=Object.keys(e);for(r=0;r<o.length;r++)n=o[r],t.indexOf(n)>=0||(i[n]=e[n]);return i}(e,["domTarget","eventOptions","window","enabled"]),a=function(e){return void 0===e&&(e={}),Pp(e,Dp)}({domTarget:t,eventOptions:n,window:r,enabled:i});return a.drag=function(e){return void 0===e&&(e={}),Pp(e,Np)}(o),a}function jp(e){return Cp({_active:!1,_blocked:!1,_intentional:[!1,!1],_movement:[0,0],_initial:[0,0],_bounds:[[-1/0,1/0],[-1/0,1/0]],_lastEventType:void 0,event:void 0,intentional:!1,values:[0,0],velocities:[0,0],delta:[0,0],movement:[0,0],offset:[0,0],lastOffset:[0,0],direction:[0,0],initial:[0,0],previous:[0,0],first:!1,last:!1,active:!1,timeStamp:0,startTime:0,elapsedTime:0,cancel:Op,canceled:!1,memo:void 0,args:void 0},e)}function Ip(){return{shared:{hovering:!1,scrolling:!1,wheeling:!1,dragging:!1,moving:!1,pinching:!1,touches:0,buttons:0,down:!1,shiftKey:!1,altKey:!1,metaKey:!1,ctrlKey:!1},drag:jp({axis:void 0,xy:[0,0],vxvy:[0,0],velocity:0,distance:0,_isTap:!0,_delayedEvent:!1,_pointerId:void 0,tap:!1,swipe:[0,0]}),pinch:jp({da:[0,0],vdva:[0,0],origin:void 0,turns:0}),wheel:jp({axis:void 0,xy:[0,0],vxvy:[0,0],velocity:0,distance:0}),move:jp({axis:void 0,xy:[0,0],vxvy:[0,0],velocity:0,distance:0}),scroll:jp({axis:void 0,xy:[0,0],vxvy:[0,0],velocity:0,distance:0})}}var Ap=new Map,zp=function(){function e(e,t){var n=this;void 0===t&&(t=[]),this.controller=e,this.args=t,this.debounced=!0,this.setTimeout=function(e,t){var r;void 0===t&&(t=140),clearTimeout(n.controller.timeouts[n.stateKey]);for(var i=arguments.length,o=new Array(i>2?i-2:0),a=2;a<i;a++)o[a-2]=arguments[a];n.controller.timeouts[n.stateKey]=(r=window).setTimeout.apply(r,[e,t].concat(o))},this.clearTimeout=function(){clearTimeout(n.controller.timeouts[n.stateKey])},this.fireGestureHandler=function(e){if(void 0===e&&(e=!1),n.state._blocked)return n.debounced||(n.state._active=!1,n.clean()),null;if(!e&&!n.state.intentional&&!n.config.triggerAllEvents)return null;if(n.state.intentional){var t=n.state.active,r=n.state._active;n.state.active=r,n.state.first=r&&!t,n.state.last=t&&!r,n.controller.state.shared[n.ingKey]=r}var i=Cp({},n.controller.state.shared,n.state,n.mapStateValues(n.state)),o=n.handler(i);return n.state.memo=void 0!==o?o:n.state.memo,n.state._active||n.clean(),i}}var t=e.prototype;return t.updateSharedState=function(e){Object.assign(this.controller.state.shared,e)},t.updateGestureState=function(e){Object.assign(this.state,e)},t.checkIntentionality=function(e,t){return{_intentional:e,_blocked:!1}},t.getMovement=function(e){var t=this.config,n=t.initial,r=t.bounds,i=t.rubberband,o=t.threshold,a=this.state,l=a._bounds,s=a._initial,c=a._active,d=a._intentional,u=a.lastOffset,p=a.movement,h=this.getInternalMovement(e,this.state),f=!1===d[0]?Hp(h[0],o[0]):d[0],g=!1===d[1]?Hp(h[1],o[1]):d[1],v=this.checkIntentionality([f,g],h);if(v._blocked)return Cp({},v,{_movement:h,delta:[0,0]});var m,x,b,y,w=v._intentional,C=h;(!1!==w[0]&&!1===d[0]&&(x=Tp(n,this.state),m=Tp(r,this.state),s[0]=x[0],l[0]=m[0]),!1!==w[1]&&!1===d[1])&&(x=null!=(b=x)?b:Tp(n,this.state),m=null!=(y=m)?y:Tp(r,this.state),s[1]=x[1],l[1]=m[1]);var $=[!1!==w[0]?h[0]-w[0]:s[0],!1!==w[1]?h[1]-w[1]:s[1]],k=gp($,u),S=c?i:[0,0];return $=Bp(l,gp($,s),S),Cp({},v,{intentional:!1!==w[0]||!1!==w[1],_initial:s,_movement:C,movement:$,values:e,offset:Bp(l,k,S),delta:vp($,p)})},t.clean=function(){this.clearTimeout()},wp(e,[{key:"config",get:function(){return this.controller.config[this.stateKey]}},{key:"enabled",get:function(){return this.controller.config.enabled&&this.config.enabled}},{key:"state",get:function(){return this.controller.state[this.stateKey]}},{key:"handler",get:function(){return this.controller.handlers[this.stateKey]}}]),e}();function Hp(e,t){return Math.abs(e)>=t&&xp(e)*t}function Bp(e,t,n){var r=t[0],i=t[1],o=n[0],a=n[1],l=e[0],s=l[0],c=l[1],d=e[1],u=d[0],p=d[1];return[yp(r,s,c,o),yp(i,u,p,a)]}function Fp(e,t,n){var r=e.state,i=e.args,o=t.timeStamp,a=t.type,l=r.values;return{_lastEventType:a,event:t,timeStamp:o,elapsedTime:n?0:o-r.startTime,args:i,previous:l}}function Zp(e,t){return function(n){for(var r=arguments.length,i=new Array(r>1?r-1:0),o=1;o<r;o++)i[o-1]=arguments[o];return e.call.apply(e,[this,Cp({},t,{event:n})].concat(i))}}var Wp=function(e){var t=this;this.classes=e,this.bind=function(){for(var e={},n=arguments.length,r=new Array(n),i=0;i<n;i++)r[i]=arguments[i];for(var o,a=Ep(t.classes);!(o=a()).done;){new(0,o.value)(t,r).addBindings(e)}for(var l=0,s=Object.entries(t.nativeRefs);l<s.length;l++){var c=s[l];Up(e,c[0],Zp(c[1],Cp({},t.state.shared,{args:r})))}return t.config.domTarget?function(e,t){var n=e.config,r=e.domListeners,i=Gp(n);if(!i)throw new Error("domTarget must be defined");var o=n.eventOptions;Yp(i,qp(r),o);for(var a=0,l=Object.entries(t);a<l.length;a++){var s=l[a],c=s[0],d=s[1],u=c.slice(2).toLowerCase();r.push([u,Lp.apply(void 0,d)])}Xp(i,r,o)}(t,e):function(e,t){for(var n=e.config,r={},i=n.eventOptions.capture?"Capture":"",o=0,a=Object.entries(t);o<a.length;o++){var l=a[o],s=l[0],c=l[1],d=Array.isArray(c)?c:[c];r[s+i]=Lp.apply(void 0,d)}return r}(t,e)},this.effect=function(){return t.config.domTarget&&t.bind(),t.clean},this.clean=function(){var e=Gp(t.config),n=t.config.eventOptions;e&&Yp(e,qp(t.domListeners),n),Object.values(t.timeouts).forEach(clearTimeout),function(e){var t=e.config,n=t.window,r=t.eventOptions,i=e.windowListeners;if(!n)return;for(var o in i){Yp(n,i[o],r)}e.windowListeners={}}(t)},this.state=Ip(),this.timeouts={},this.domListeners=[],this.windowListeners={}};function qp(e){return void 0===e&&(e=[]),e.splice(0,e.length)}function Gp(e){var t=e.domTarget;return t&&"current"in t?t.current:t}function Up(e,t,n){e[t]||(e[t]=[]),e[t].push(n)}function Xp(e,t,n){void 0===t&&(t=[]),void 0===n&&(n={});for(var r,i=Ep(t);!(r=i()).done;){var o=r.value,a=o[0],l=o[1];e.addEventListener(a,l,n)}}function Yp(e,t,n){void 0===t&&(t=[]),void 0===n&&(n={});for(var r,i=Ep(t);!(r=i()).done;){var o=r.value,a=o[0],l=o[1];e.removeEventListener(a,l,n)}}function Kp(e,t,n){void 0===n&&(n={});var r=function(e){var t=new Set;e.drag&&t.add(Ap.get("drag"));e.wheel&&t.add(Ap.get("wheel"));e.scroll&&t.add(Ap.get("scroll"));e.move&&t.add(Ap.get("move"));e.pinch&&t.add(Ap.get("pinch"));e.hover&&t.add(Ap.get("hover"));return t}(e),i=U.useMemo((function(){return new Wp(r)}),[]);return i.config=t,i.handlers=e,i.nativeRefs=n,U.useEffect(i.effect,[]),i.config.domTarget?Jp:i.bind}function Jp(){"development"===process.env.NODE_ENV&&console.warn("Deprecation notice: When the `domTarget` option is specified, you don't need to write `useEffect(bind, [bind])` anymore: event binding is now made handled internally to this lib.\n\nNext version won't return anything when `domTarget` is provided, therefore your code will break if you try to call `useEffect`.")}function Qp(e){if("touches"in e){var t=e.targetTouches,n=e.changedTouches;return t.length>0?t:n}return null}function eh(e){var t="buttons"in e?e.buttons:0,n=Qp(e),r=n&&n.length||0;return{touches:r,down:r>0||t>0,buttons:t,shiftKey:e.shiftKey,altKey:e.altKey,metaKey:e.metaKey,ctrlKey:e.ctrlKey}}function th(e){var t=Qp(e),n=t?t[0]:e;return[n.clientX,n.clientY]}var nh=function(e){function t(){var t;return(t=e.apply(this,arguments)||this).ingKey="dragging",t.stateKey="drag",t.onDragStart=function(e){t.enabled&&!t.state._active&&(!function(e,t,n){var r=e.config,i=e.windowListeners;void 0===n&&(n=[]),r.window&&(Yp(r.window,i[t],r.eventOptions),Xp(r.window,i[t]=n,r.eventOptions))}(t.controller,t.stateKey,[["pointermove",t.onDragChange],["pointerup",t.onDragEnd],["pointercancel",t.onDragEnd]]),t.updateGestureState({_pointerId:e.pointerId}),t.config.delay>0?(t.state._delayedEvent=!0,"persist"in e&&"function"==typeof e.persist&&e.persist(),t.setTimeout(t.startDrag.bind(kp(t)),t.config.delay,e)):t.startDrag(e))},t.onDragChange=function(e){if(!t.state.canceled&&e.pointerId===t.state._pointerId)if(t.state._active){var n=eh(e);if(n.down){t.updateSharedState(n);var r=th(e),i=t.getKinematics(r,e),o=Fp(kp(t),e),a=t.state._isTap,l=mp(i._movement);a&&l>=3&&(a=!1),t.updateGestureState(Cp({},o,i,{_isTap:a})),t.fireGestureHandler()}else t.onDragEnd(e)}else t.state._delayedEvent&&(t.clearTimeout(),t.startDrag(e))},t.onDragEnd=function(e){if(e.pointerId===t.state._pointerId){t.state._active=!1,t.updateSharedState({down:!1,buttons:0,touches:0});var n=t.state._isTap,r=t.state.velocities,i=r[0],o=r[1],a=t.state.movement,l=a[0],s=a[1],c=t.state._intentional,d=c[0],u=c[1],p=t.config.swipeVelocity,h=p[0],f=p[1],g=t.config.swipeDistance,v=g[0],m=g[1],x=Cp({},Fp(kp(t),e),t.getMovement(t.state.values)),b=[0,0];x.elapsedTime<220&&(!1!==d&&Math.abs(i)>h&&Math.abs(l)>v&&(b[0]=xp(i)),!1!==u&&Math.abs(o)>f&&Math.abs(s)>m&&(b[1]=xp(o))),t.updateGestureState(Cp({},x,{tap:n,swipe:b})),t.fireGestureHandler(!0===n)}},t.clean=function(){e.prototype.clean.call(kp(t)),t.state._delayedEvent=!1,function(e,t){var n=e.config,r=e.windowListeners;n.window&&(Yp(n.window,r[t],n.eventOptions),delete r[t])}(t.controller,t.stateKey)},t.onCancel=function(){t.state.canceled||(t.updateGestureState({canceled:!0}),t.state._active=!1,t.updateSharedState({down:!1,buttons:0,touches:0}),requestAnimationFrame((function(){return t.fireGestureHandler()})))},t.onClick=function(e){t.state._isTap||e.stopPropagation()},t}$p(t,e);var n=t.prototype;return n.startDrag=function(e){var t=th(e);this.updateSharedState(eh(e)),this.updateGestureState(Cp({},function(e,t,n){var r=e.state.offset,i=n.timeStamp;return Cp({},Ip()[e.stateKey],{_active:!0,values:t,initial:t,offset:r,lastOffset:r,startTime:i})}(this,t,e),Fp(this,e,!0),{_pointerId:e.pointerId,cancel:this.onCancel})),this.updateGestureState(this.getMovement(t)),this.fireGestureHandler()},n.addBindings=function(e){(Up(e,"onPointerDown",this.onDragStart),this.config.filterTaps)&&Up(e,this.controller.config.eventOptions.capture?"onClick":"onClickCapture",this.onClick)},t}(function(e){function t(){return e.apply(this,arguments)||this}$p(t,e);var n=t.prototype;return n.getInternalMovement=function(e,t){return vp(e,t.initial)},n.checkIntentionality=function(e,t){if(!1===e[0]&&!1===e[1])return{_intentional:e,axis:this.state.axis};var n=t.map(Math.abs),r=n[0],i=n[1],o=this.state.axis||(r>i?"x":r<i?"y":void 0);return this.config.axis||this.config.lockDirection?o?this.config.axis&&o!==this.config.axis?{_intentional:e,_blocked:!0,axis:o}:(e["x"===o?1:0]=!1,{_intentional:e,_blocked:!1,axis:o}):{_intentional:[!1,!1],_blocked:!1,axis:o}:{_intentional:e,_blocked:!1,axis:o}},n.getKinematics=function(e,t){var n=this.getMovement(e);if(!n._blocked){var r=t.timeStamp-this.state.timeStamp;Object.assign(n,function(e,t,n){var r=mp(t),i=0===r?0:1/r,o=0===n?0:1/n,a=o*r,l=t.map((function(e){return o*e})),s=t.map((function(e){return i*e}));return{velocities:l,velocity:a,distance:mp(e),direction:s}}(n.movement,n.delta,r))}return n},n.mapStateValues=function(e){return{xy:e.values,vxvy:e.velocities}},t}(zp));function rh(e,t){if(e===t)return!0;if(e&&t&&"object"==typeof e&&"object"==typeof t){if(e.constructor!==t.constructor)return!1;var n,r,i,o;if(Array.isArray(e)){if((n=e.length)!==t.length)return!1;for(r=n;0!=r--;)if(!rh(e[r],t[r]))return!1;return!0}if("function"==typeof Map&&e instanceof Map&&t instanceof Map){if(e.size!==t.size)return!1;for(o=e.entries();!(r=o.next()).done;)if(!t.has(r.value[0]))return!1;for(o=e.entries();!(r=o.next()).done;)if(!rh(r.value[1],t.get(r.value[0])))return!1;return!0}if("function"==typeof Set&&e instanceof Set&&t instanceof Set){if(e.size!==t.size)return!1;for(o=e.entries();!(r=o.next()).done;)if(!t.has(r.value[0]))return!1;return!0}if(e.constructor===RegExp)return e.source===t.source&&e.flags===t.flags;if(e.valueOf!==Object.prototype.valueOf)return e.valueOf()===t.valueOf();if(e.toString!==Object.prototype.toString)return e.toString()===t.toString();if((n=(i=Object.keys(e)).length)!==Object.keys(t).length)return!1;for(r=n;0!=r--;)if(!Object.prototype.hasOwnProperty.call(t,i[r]))return!1;if("undefined"!=typeof Element&&e instanceof Element)return!1;for(r=n;0!=r--;)if(!("_owner"===i[r]&&e.$$typeof||rh(e[i[r]],t[i[r]])))return!1;return!0}return e!=e&&t!=t}function ih(e,t){try{return rh(e,t)}catch(e){if((e.message||"").match(/stack|recursion/i))return console.warn("react-fast-compare cannot handle circular refs"),!1;throw e}}function oh(e,t){void 0===t&&(t={}),Ap.set("drag",nh);var n=K();return n.current||(n.current=function(e,t){var n,r,i=[],o=!1;return function(){for(var a=arguments.length,l=new Array(a),s=0;s<a;s++)l[s]=arguments[s];return o&&n===this&&t(l,i)||(r=e.apply(this,l),o=!0,n=this,i=l),r}}(Vp,ih)),Kp({drag:e},n.current(t))}
|
|
2459
|
+
***************************************************************************** */var ec,tc,nc=function(){return nc=Object.assign||function(e){for(var t,n=1,r=arguments.length;n<r;n++)for(var i in t=arguments[n])Object.prototype.hasOwnProperty.call(t,i)&&(e[i]=t[i]);return e},nc.apply(this,arguments)};function rc(e,t){var n={};for(var r in e)Object.prototype.hasOwnProperty.call(e,r)&&t.indexOf(r)<0&&(n[r]=e[r]);if(null!=e&&"function"==typeof Object.getOwnPropertySymbols){var i=0;for(r=Object.getOwnPropertySymbols(e);i<r.length;i++)t.indexOf(r[i])<0&&Object.prototype.propertyIsEnumerable.call(e,r[i])&&(n[r[i]]=e[r[i]])}return n}function ic(e){var t="function"==typeof Symbol&&Symbol.iterator,n=t&&e[t],r=0;if(n)return n.call(e);if(e&&"number"==typeof e.length)return{next:function(){return e&&r>=e.length&&(e=void 0),{value:e&&e[r++],done:!e}}};throw new TypeError(t?"Object is not iterable.":"Symbol.iterator is not defined.")}function oc(e,t){var n="function"==typeof Symbol&&e[Symbol.iterator];if(!n)return e;var r,i,o=n.call(e),a=[];try{for(;(void 0===t||t-- >0)&&!(r=o.next()).done;)a.push(r.value)}catch(e){i={error:e}}finally{try{r&&!r.done&&(n=o.return)&&n.call(o)}finally{if(i)throw i.error}}return a}function ac(e,t,n){if(2===arguments.length)for(var r,i=0,o=t.length;i<o;i++)!r&&i in t||(r||(r=Array.prototype.slice.call(t,0,i)),r[i]=t[i]);return e.concat(r||Array.prototype.slice.call(t))}!function(e){e.Start="xstate.start",e.Stop="xstate.stop",e.Raise="xstate.raise",e.Send="xstate.send",e.Cancel="xstate.cancel",e.NullEvent="",e.Assign="xstate.assign",e.After="xstate.after",e.DoneState="done.state",e.DoneInvoke="done.invoke",e.Log="xstate.log",e.Init="xstate.init",e.Invoke="xstate.invoke",e.ErrorExecution="error.execution",e.ErrorCommunication="error.communication",e.ErrorPlatform="error.platform",e.ErrorCustom="xstate.error",e.Update="xstate.update",e.Pure="xstate.pure",e.Choose="xstate.choose"}(ec||(ec={})),function(e){e.Parent="#_parent",e.Internal="#_internal"}(tc||(tc={}));var lc=ec.Start,sc=ec.Stop,cc=ec.Raise,dc=ec.Send,uc=ec.Cancel,pc=ec.NullEvent,hc=ec.Assign;ec.After,ec.DoneState;var fc=ec.Log,gc=ec.Init,vc=ec.Invoke;ec.ErrorExecution;var mc,xc=ec.ErrorPlatform,bc=ec.ErrorCustom,yc=ec.Update,wc=ec.Choose,Cc=ec.Pure,$c={},kc="xstate.guard",Sc="production"===process.env.NODE_ENV;function Ec(e,t,n){void 0===n&&(n=".");var r=Rc(e,n),i=Rc(t,n);return Wc(i)?!!Wc(r)&&i===r:Wc(r)?r in i:Object.keys(r).every((function(e){return e in i&&Ec(r[e],i[e])}))}function Oc(e){try{return Wc(e)||"number"==typeof e?"".concat(e):e.type}catch(e){throw new Error("Events must be strings or objects with a string event.type property.")}}function Lc(e,t){try{return Fc(e)?e:e.toString().split(t)}catch(t){throw new Error("'".concat(e,"' is not a valid state path."))}}function Rc(e,t){return"object"==typeof(n=e)&&"value"in n&&"context"in n&&"event"in n&&"_event"in n?e.value:Fc(e)?Tc(e):"string"!=typeof e?e:Tc(Lc(e,t));var n}function Tc(e){if(1===e.length)return e[0];for(var t={},n=t,r=0;r<e.length-1;r++)r===e.length-2?n[e[r]]=e[r+1]:(n[e[r]]={},n=n[e[r]]);return t}function Pc(e,t){for(var n={},r=Object.keys(e),i=0;i<r.length;i++){var o=r[i];n[o]=t(e[o],o,e,i)}return n}function _c(e,t,n){var r,i,o={};try{for(var a=ic(Object.keys(e)),l=a.next();!l.done;l=a.next()){var s=l.value,c=e[s];n(c)&&(o[s]=t(c,s,e))}}catch(e){r={error:e}}finally{try{l&&!l.done&&(i=a.return)&&i.call(a)}finally{if(r)throw r.error}}return o}var Mc=function(e){return function(t){var n,r,i=t;try{for(var o=ic(e),a=o.next();!a.done;a=o.next()){i=i[a.value]}}catch(e){n={error:e}}finally{try{a&&!a.done&&(r=o.return)&&r.call(o)}finally{if(n)throw n.error}}return i}};function Dc(e){return e?Wc(e)?[[e]]:Nc(Object.keys(e).map((function(t){var n=e[t];return"string"==typeof n||n&&Object.keys(n).length?Dc(e[t]).map((function(e){return[t].concat(e)})):[[t]]}))):[[]]}function Nc(e){var t;return(t=[]).concat.apply(t,ac([],oc(e),!1))}function Vc(e){return Fc(e)?e:[e]}function jc(e){return void 0===e?[]:Vc(e)}function Ic(e,t,n){var r,i;if(Zc(e))return e(t,n.data);var o={};try{for(var a=ic(Object.keys(e)),l=a.next();!l.done;l=a.next()){var s=l.value,c=e[s];Zc(c)?o[s]=c(t,n.data):o[s]=c}}catch(e){r={error:e}}finally{try{l&&!l.done&&(i=a.return)&&i.call(a)}finally{if(r)throw r.error}}return o}function Ac(e){return e instanceof Promise||!(null===e||!Zc(e)&&"object"!=typeof e||!Zc(e.then))}function zc(e,t){return Pc(e.states,(function(e,n){if(e){var r=(Wc(t)?void 0:t[n])||(e?e.current:void 0);if(r)return{current:r,states:zc(e,r)}}}))}function Hc(e,t,n,r){Sc||Bc(!!e,"Attempting to update undefined context");var i=e?n.reduce((function(e,n){var i,o,a=n.assignment,l={state:r,action:n,_event:t},s={};if(Zc(a))s=a(e,t.data,l);else try{for(var c=ic(Object.keys(a)),d=c.next();!d.done;d=c.next()){var u=d.value,p=a[u];s[u]=Zc(p)?p(e,t.data,l):p}}catch(e){i={error:e}}finally{try{d&&!d.done&&(o=c.return)&&o.call(c)}finally{if(i)throw i.error}}return Object.assign({},e,s)}),e):e;return i}var Bc=function(){};function Fc(e){return Array.isArray(e)}function Zc(e){return"function"==typeof e}function Wc(e){return"string"==typeof e}function qc(e,t){if(e)return Wc(e)?{type:kc,name:e,predicate:t?t[e]:void 0}:Zc(e)?{type:kc,name:e.name,predicate:e}:e}Sc||(Bc=function(e,t){var n=e instanceof Error?e:void 0;if((n||!e)&&void 0!==console){var r=["Warning: ".concat(t)];n&&r.push(n),console.warn.apply(console,r)}});var Gc=function(){return"function"==typeof Symbol&&Symbol.observable||"@@observable"}();function Uc(e){return!!e&&"__xstatenode"in e}function Xc(e,t){return Wc(e)||"number"==typeof e?nc({type:e},t):e}function Yc(e,t){if(!Wc(e)&&"$$type"in e&&"scxml"===e.$$type)return e;var n=Xc(e);return nc({name:n.type,data:n,$$type:"scxml",type:"external"},t)}function Kc(e,t){return Vc(t).map((function(t){return void 0===t||"string"==typeof t||Uc(t)?{target:t,event:e}:nc(nc({},t),{event:e})}))}function Jc(e,t,n,r,i){var o=e.options.guards,a={state:i,cond:t,_event:r};if(t.type===kc)return((null==o?void 0:o[t.name])||t.predicate)(n,r.data,a);var l=null==o?void 0:o[t.type];if(!l)throw new Error("Guard '".concat(t.type,"' is not implemented on machine '").concat(e.id,"'."));return l(n,r.data,a)}function Qc(e){return"string"==typeof e?{type:e}:e}function ed(e,t,n){var r=function(){},i="object"==typeof e,o=i?e:null;return{next:((i?e.next:e)||r).bind(o),error:((i?e.error:t)||r).bind(o),complete:((i?e.complete:n)||r).bind(o)}}function td(e,t){return"".concat(e,":invocation[").concat(t,"]")}function nd(e){return(e.type===cc||e.type===dc&&e.to===tc.Internal)&&"number"!=typeof e.delay}(mc={})[Gc]=function(){return this},mc[Symbol.observable]=function(){return this};var rd=Yc({type:gc});function id(e,t){return t&&t[e]||void 0}function od(e,t){var n;if(Wc(e)||"number"==typeof e)n=Zc(r=id(e,t))?{type:e,exec:r}:r||{type:e,exec:void 0};else if(Zc(e))n={type:e.name||e.toString(),exec:e};else{var r;if(Zc(r=id(e.type,t)))n=nc(nc({},e),{exec:r});else if(r){var i=r.type||e.type;n=nc(nc(nc({},r),e),{type:i})}else n=e}return n}var ad=function(e,t){return e?(Fc(e)?e:[e]).map((function(e){return od(e,t)})):[]};function ld(e){var t=od(e);return nc(nc({id:Wc(e)?e:t.id},t),{type:t.type})}function sd(e,t){var n="".concat(ec.DoneState,".").concat(e),r={type:n,data:t,toString:function(){return n}};return r}function cd(e,t){var n="".concat(ec.DoneInvoke,".").concat(e),r={type:n,data:t,toString:function(){return n}};return r}function dd(e,t){var n="".concat(ec.ErrorPlatform,".").concat(e),r={type:n,data:t,toString:function(){return n}};return r}function ud(e,t,n,r,i,o,a){void 0===a&&(a=!1);var l=a?[]:function(e){var t,n,r=[];try{for(var i=ic(e),o=i.next();!o.done;o=i.next())for(var a=o.value,l=0;l<a.actions.length;)a.actions[l].type!==hc?l++:(r.push(a.actions[l]),a.actions.splice(l,1))}catch(e){t={error:e}}finally{try{o&&!o.done&&(n=i.return)&&n.call(i)}finally{if(t)throw t.error}}return r}(i),s=l.length?Hc(n,r,l,t):n,c=a?[n]:void 0,d=[];function u(i,l){var u;switch(l.type){case cc:var p=function(e,t,n,r){var i,o={_event:n},a=Yc(Zc(e.event)?e.event(t,n.data,o):e.event);if(Wc(e.delay)){var l=r&&r[e.delay];i=Zc(l)?l(t,n.data,o):l}else i=Zc(e.delay)?e.delay(t,n.data,o):e.delay;return nc(nc({},e),{type:cc,_event:a,delay:i})}(l,s,r,e.options.delays);return o&&"number"==typeof p.delay&&o(p,s,r),p;case dc:var h=function(e,t,n,r){var i,o={_event:n},a=Yc(Zc(e.event)?e.event(t,n.data,o):e.event);if(Wc(e.delay)){var l=r&&r[e.delay];i=Zc(l)?l(t,n.data,o):l}else i=Zc(e.delay)?e.delay(t,n.data,o):e.delay;var s=Zc(e.to)?e.to(t,n.data,o):e.to;return nc(nc({},e),{to:s,_event:a,event:a.data,delay:i})}(l,s,r,e.options.delays);if(!Sc){var f=l.delay;Bc(!Wc(f)||"number"==typeof h.delay,"No delay reference for delay expression '".concat(f,"' was found on machine '").concat(e.id,"'"))}return o&&h.to!==tc.Internal&&("entry"===i?d.push(h):o(h,s,r)),h;case fc:var g=function(e,t,n){return nc(nc({},e),{value:Wc(e.expr)?e.expr:e.expr(t,n.data,{_event:n})})}(l,s,r);return null==o||o(g,s,r),g;case wc:if(!(b=null===(u=l.conds.find((function(n){var i=qc(n.cond,e.options.guards);return!i||Jc(e,i,s,r,o?void 0:t)})))||void 0===u?void 0:u.actions))return[];var v=oc(ud(e,t,s,r,[{type:i,actions:ad(jc(b),e.options.actions)}],o,a),2),m=v[0],x=v[1];return s=x,null==c||c.push(s),m;case Cc:var b;if(!(b=l.get(s,r.data)))return[];var y=oc(ud(e,t,s,r,[{type:i,actions:ad(jc(b),e.options.actions)}],o,a),2),w=y[0],C=y[1];return s=C,null==c||c.push(s),w;case sc:g=function(e,t,n){var r=Zc(e.activity)?e.activity(t,n.data):e.activity,i="string"==typeof r?{id:r}:r;return{type:ec.Stop,activity:i}}(l,s,r);return null==o||o(g,n,r),g;case hc:s=Hc(s,r,[l],o?void 0:t),null==c||c.push(s);break;default:var $=od(l,e.options.actions),k=$.exec;if(o)o($,s,r);else if(k&&c){var S=c.length-1,E=nc(nc({},$),{exec:function(e){for(var t=[],n=1;n<arguments.length;n++)t[n-1]=arguments[n];k.apply(void 0,ac([c[S]],oc(t),!1))}});$=E}return $}}var p=Nc(i.map((function(e){var t,n,i=[];try{for(var a=ic(e.actions),l=a.next();!l.done;l=a.next()){var c=l.value,p=u(e.type,c);p&&(i=i.concat(p))}}catch(e){t={error:e}}finally{try{l&&!l.done&&(n=a.return)&&n.call(a)}finally{if(t)throw t.error}}return d.forEach((function(e){o(e,s,r)})),d.length=0,i})));return[p,s]}var pd=function(e,t){return t(e)};function hd(e){var t;return(t={id:e,send:function(){},subscribe:function(){return{unsubscribe:function(){}}},getSnapshot:function(){},toJSON:function(){return{id:e}}})[Gc]=function(){return this},t}function fd(e,t,n){var r=hd(t);if(r.deferred=!0,Uc(e)){var i=r.state=pd(void 0,(function(){return(n?e.withContext(n):e).initialState}));r.getSnapshot=function(){return i}}return r}var gd=function(e){return"atomic"===e.type||"final"===e.type};function vd(e){return Object.keys(e.states).map((function(t){return e.states[t]}))}function md(e){return vd(e).filter((function(e){return"history"!==e.type}))}function xd(e){var t=[e];return gd(e)?t:t.concat(Nc(md(e).map(xd)))}function bd(e,t){var n,r,i,o,a,l,s,c,d=wd(new Set(e)),u=new Set(t);try{for(var p=ic(u),h=p.next();!h.done;h=p.next())for(var f=($=h.value).parent;f&&!u.has(f);)u.add(f),f=f.parent}catch(e){n={error:e}}finally{try{h&&!h.done&&(r=p.return)&&r.call(p)}finally{if(n)throw n.error}}var g=wd(u);try{for(var v=ic(u),m=v.next();!m.done;m=v.next()){if("compound"!==($=m.value).type||g.get($)&&g.get($).length){if("parallel"===$.type)try{for(var x=(a=void 0,ic(md($))),b=x.next();!b.done;b=x.next()){var y=b.value;u.has(y)||(u.add(y),d.get(y)?d.get(y).forEach((function(e){return u.add(e)})):y.initialStateNodes.forEach((function(e){return u.add(e)})))}}catch(e){a={error:e}}finally{try{b&&!b.done&&(l=x.return)&&l.call(x)}finally{if(a)throw a.error}}}else d.get($)?d.get($).forEach((function(e){return u.add(e)})):$.initialStateNodes.forEach((function(e){return u.add(e)}))}}catch(e){i={error:e}}finally{try{m&&!m.done&&(o=v.return)&&o.call(v)}finally{if(i)throw i.error}}try{for(var w=ic(u),C=w.next();!C.done;C=w.next()){var $;for(f=($=C.value).parent;f&&!u.has(f);)u.add(f),f=f.parent}}catch(e){s={error:e}}finally{try{C&&!C.done&&(c=w.return)&&c.call(w)}finally{if(s)throw s.error}}return u}function yd(e,t){var n=t.get(e);if(!n)return{};if("compound"===e.type){var r=n[0];if(!r)return{};if(gd(r))return r.key}var i={};return n.forEach((function(e){i[e.key]=yd(e,t)})),i}function wd(e){var t,n,r=new Map;try{for(var i=ic(e),o=i.next();!o.done;o=i.next()){var a=o.value;r.has(a)||r.set(a,[]),a.parent&&(r.has(a.parent)||r.set(a.parent,[]),r.get(a.parent).push(a))}}catch(e){t={error:e}}finally{try{o&&!o.done&&(n=i.return)&&n.call(i)}finally{if(t)throw t.error}}return r}function Cd(e,t){return yd(e,wd(bd([e],t)))}function $d(e,t){return Array.isArray(e)?e.some((function(e){return e===t})):e instanceof Set&&e.has(t)}function kd(e,t){return"compound"===t.type?md(t).some((function(t){return"final"===t.type&&$d(e,t)})):"parallel"===t.type&&md(t).every((function(t){return kd(e,t)}))}function Sd(e){return new Set(Nc(e.map((function(e){return e.tags}))))}function Ed(e,t){if(e===t)return!0;if(void 0===e||void 0===t)return!1;if(Wc(e)||Wc(t))return e===t;var n=Object.keys(e),r=Object.keys(t);return n.length===r.length&&n.every((function(n){return Ed(e[n],t[n])}))}var Od=function(){function e(e){var t,n,r=this;this.actions=[],this.activities=$c,this.meta={},this.events=[],this.value=e.value,this.context=e.context,this._event=e._event,this._sessionid=e._sessionid,this.event=this._event.data,this.historyValue=e.historyValue,this.history=e.history,this.actions=e.actions||[],this.activities=e.activities||$c,this.meta=(void 0===(n=e.configuration)&&(n=[]),n.reduce((function(e,t){return void 0!==t.meta&&(e[t.id]=t.meta),e}),{})),this.events=e.events||[],this.matches=this.matches.bind(this),this.toStrings=this.toStrings.bind(this),this.configuration=e.configuration,this.transitions=e.transitions,this.children=e.children,this.done=!!e.done,this.tags=null!==(t=Array.isArray(e.tags)?new Set(e.tags):e.tags)&&void 0!==t?t:new Set,this.machine=e.machine,Object.defineProperty(this,"nextEvents",{get:function(){return function(e){return ac([],oc(new Set(Nc(ac([],oc(e.map((function(e){return e.ownEvents}))),!1)))),!1)}(r.configuration)}})}return e.from=function(t,n){return t instanceof e?t.context!==n?new e({value:t.value,context:n,_event:t._event,_sessionid:null,historyValue:t.historyValue,history:t.history,actions:[],activities:t.activities,events:[],configuration:[],transitions:[],children:{}}):t:new e({value:t,context:n,_event:rd,_sessionid:null,historyValue:void 0,history:void 0,actions:[],activities:void 0,events:[],configuration:[],transitions:[],children:{}})},e.create=function(t){return new e(t)},e.inert=function(t,n){if(t instanceof e){if(!t.actions.length)return t;var r=rd;return new e({value:t.value,context:n,_event:r,_sessionid:null,historyValue:t.historyValue,history:t.history,activities:t.activities,configuration:t.configuration,transitions:[],children:{}})}return e.from(t,n)},e.prototype.toStrings=function(e,t){var n=this;if(void 0===e&&(e=this.value),void 0===t&&(t="."),Wc(e))return[e];var r=Object.keys(e);return r.concat.apply(r,ac([],oc(r.map((function(r){return n.toStrings(e[r],t).map((function(e){return r+t+e}))}))),!1))},e.prototype.toJSON=function(){var e=this;e.configuration,e.transitions;var t=e.tags;e.machine;var n=rc(e,["configuration","transitions","tags","machine"]);return nc(nc({},n),{tags:Array.from(t)})},e.prototype.matches=function(e){return Ec(e,this.value)},e.prototype.hasTag=function(e){return this.tags.has(e)},e.prototype.can=function(e){var t;Sc&&Bc(!!this.machine,"state.can(...) used outside of a machine-created State object; this will always return false.");var n=null===(t=this.machine)||void 0===t?void 0:t.getTransitionData(this,e);return!!(null==n?void 0:n.transitions.length)&&n.transitions.some((function(e){return void 0!==e.target||e.actions.length}))},e}(),Ld={deferEvents:!1},Rd=function(){function e(e){this.processingEvent=!1,this.queue=[],this.initialized=!1,this.options=nc(nc({},Ld),e)}return e.prototype.initialize=function(e){if(this.initialized=!0,e){if(!this.options.deferEvents)return void this.schedule(e);this.process(e)}this.flushEvents()},e.prototype.schedule=function(e){if(this.initialized&&!this.processingEvent){if(0!==this.queue.length)throw new Error("Event queue should be empty when it is not processing events");this.process(e),this.flushEvents()}else this.queue.push(e)},e.prototype.clear=function(){this.queue=[]},e.prototype.flushEvents=function(){for(var e=this.queue.shift();e;)this.process(e),e=this.queue.shift()},e.prototype.process=function(e){this.processingEvent=!0;try{e()}catch(e){throw this.clear(),e}finally{this.processingEvent=!1}},e}(),Td=new Map,Pd=0,_d=function(){return"x:".concat(Pd++)},Md=function(e,t){return Td.set(e,t),e},Dd=function(e){return Td.get(e)},Nd=function(e){Td.delete(e)};function Vd(){return"undefined"!=typeof globalThis?globalThis:"undefined"!=typeof self?self:"undefined"!=typeof window?window:"undefined"!=typeof global?global:void(Sc||console.warn("XState could not find a global object in this environment. Please let the maintainers know and raise an issue here: https://github.com/statelyai/xstate/issues"))}function jd(e){if(Vd()){var t=function(){var e=Vd();if(e&&"__xstate__"in e)return e.__xstate__}();t&&t.register(e)}}function Id(e,t){void 0===t&&(t={});var n=e.initialState,r=new Set,i=[],o=!1,a=function(e){var t;return nc(((t={subscribe:function(){return{unsubscribe:function(){}}},id:"anonymous",getSnapshot:function(){}})[Gc]=function(){return this},t),e)}({id:t.id,send:function(t){i.push(t),function(){if(!o){for(o=!0;i.length>0;){var t=i.shift();n=e.transition(n,t,l),r.forEach((function(e){return e.next(n)}))}o=!1}}()},getSnapshot:function(){return n},subscribe:function(e,t,i){var o=ed(e,t,i);return r.add(o),o.next(n),{unsubscribe:function(){r.delete(o)}}}}),l={parent:t.parent,self:a,id:t.id||"anonymous",observers:r};return n=e.start?e.start(l):n,a}var Ad,zd={sync:!1,autoForward:!1};!function(e){e[e.NotStarted=0]="NotStarted",e[e.Running=1]="Running",e[e.Stopped=2]="Stopped"}(Ad||(Ad={}));var Hd=function(){function e(t,n){void 0===n&&(n=e.defaultOptions);var r=this;this.machine=t,this.delayedEventsMap={},this.listeners=new Set,this.contextListeners=new Set,this.stopListeners=new Set,this.doneListeners=new Set,this.eventListeners=new Set,this.sendListeners=new Set,this.initialized=!1,this.status=Ad.NotStarted,this.children=new Map,this.forwardTo=new Set,this._outgoingQueue=[],this.init=this.start,this.send=function(e,t){if(Fc(e))return r.batch(e),r.state;var n=Yc(Xc(e,t));if(r.status===Ad.Stopped)return Sc||Bc(!1,'Event "'.concat(n.name,'" was sent to stopped service "').concat(r.machine.id,'". This service has already reached its final state, and will not transition.\nEvent: ').concat(JSON.stringify(n.data))),r.state;if(r.status!==Ad.Running&&!r.options.deferEvents)throw new Error('Event "'.concat(n.name,'" was sent to uninitialized service "').concat(r.machine.id,'". Make sure .start() is called for this service, or set { deferEvents: true } in the service options.\nEvent: ').concat(JSON.stringify(n.data)));return r.scheduler.schedule((function(){r.forward(n);var e=r._nextState(n);r.update(e,n)})),r._state},this.sendTo=function(e,t,n){var i,o=r.parent&&(t===tc.Parent||r.parent.id===t),a=o?r.parent:Wc(t)?t===tc.Internal?r:r.children.get(t)||Dd(t):(i=t)&&"function"==typeof i.send?t:void 0;if(a)if("machine"in a){if(r.status!==Ad.Stopped||r.parent!==a||r.state.done){var l=nc(nc({},e),{name:e.name===bc?"".concat(dd(r.id)):e.name,origin:r.sessionId});!n&&r.machine.config.predictableActionArguments?r._outgoingQueue.push([a,l]):a.send(l)}}else!n&&r.machine.config.predictableActionArguments?r._outgoingQueue.push([a,e.data]):a.send(e.data);else{if(!o)throw new Error("Unable to send event to child '".concat(t,"' from service '").concat(r.id,"'."));Sc||Bc(!1,"Service '".concat(r.id,"' has no parent: unable to send event ").concat(e.type))}},this._exec=function(e,t,n,i){void 0===i&&(i=r.machine.options.actions);var o=e.exec||id(e.type,i),a=Zc(o)?o:o?o.exec:e.exec;if(a)try{return a(t,n.data,r.machine.config.predictableActionArguments?{action:e,_event:n}:{action:e,state:r.state,_event:n})}catch(e){throw r.parent&&r.parent.send({type:"xstate.error",data:e}),e}switch(e.type){case cc:var l=e;r.defer(l);break;case dc:var s=e;if("number"==typeof s.delay)return void r.defer(s);s.to?r.sendTo(s._event,s.to,n===rd):r.send(s._event);break;case uc:r.cancel(e.sendId);break;case lc:if(r.status!==Ad.Running)return;var c=e.activity;if(!r.machine.config.predictableActionArguments&&!r.state.activities[c.id||c.type])break;if(c.type===ec.Invoke){var d=Qc(c.src),u=r.machine.options.services?r.machine.options.services[d.type]:void 0,p=c.id,h=c.data;Sc||Bc(!("forward"in c),"`forward` property is deprecated (found in invocation of '".concat(c.src,"' in in machine '").concat(r.machine.id,"'). ")+"Please use `autoForward` instead.");var f="autoForward"in c?c.autoForward:!!c.forward;if(!u)return void(Sc||Bc(!1,"No service found for invocation '".concat(c.src,"' in machine '").concat(r.machine.id,"'.")));var g=h?Ic(h,t,n):void 0;if("string"==typeof u)return;var v=Zc(u)?u(t,n.data,{data:g,src:d,meta:c.meta}):u;if(!v)return;var m=void 0;Uc(v)&&(v=g?v.withContext(g):v,m={autoForward:f}),r.spawn(v,p,m)}else r.spawnActivity(c);break;case sc:r.stopChild(e.activity.id);break;case fc:var x=e,b=x.label,y=x.value;b?r.logger(b,y):r.logger(y);break;default:Sc||Bc(!1,"No implementation found for action type '".concat(e.type,"'"))}};var i=nc(nc({},e.defaultOptions),n),o=i.clock,a=i.logger,l=i.parent,s=i.id,c=void 0!==s?s:t.id;this.id=c,this.logger=a,this.clock=o,this.parent=l,this.options=i,this.scheduler=new Rd({deferEvents:this.options.deferEvents}),this.sessionId=_d()}return Object.defineProperty(e.prototype,"initialState",{get:function(){var e=this;return this._initialState?this._initialState:pd(this,(function(){return e._initialState=e.machine.initialState,e._initialState}))},enumerable:!1,configurable:!0}),Object.defineProperty(e.prototype,"state",{get:function(){return Sc||Bc(this.status!==Ad.NotStarted,"Attempted to read state from uninitialized service '".concat(this.id,"'. Make sure the service is started first.")),this._state},enumerable:!1,configurable:!0}),e.prototype.execute=function(e,t){var n,r;try{for(var i=ic(e.actions),o=i.next();!o.done;o=i.next()){var a=o.value;this.exec(a,e,t)}}catch(e){n={error:e}}finally{try{o&&!o.done&&(r=i.return)&&r.call(i)}finally{if(n)throw n.error}}},e.prototype.update=function(e,t){var n,r,i,o,a,l,s,c,d=this;if(e._sessionid=this.sessionId,this._state=e,this.machine.config.predictableActionArguments&&t!==rd||!this.options.execute)for(var u=void 0;u=this._outgoingQueue.shift();)u[0].send(u[1]);else this.execute(this.state);if(this.children.forEach((function(e){d.state.children[e.id]=e})),this.devTools&&this.devTools.send(t.data,e),e.event)try{for(var p=ic(this.eventListeners),h=p.next();!h.done;h=p.next()){(0,h.value)(e.event)}}catch(e){n={error:e}}finally{try{h&&!h.done&&(r=p.return)&&r.call(p)}finally{if(n)throw n.error}}try{for(var f=ic(this.listeners),g=f.next();!g.done;g=f.next()){(0,g.value)(e,e.event)}}catch(e){i={error:e}}finally{try{g&&!g.done&&(o=f.return)&&o.call(f)}finally{if(i)throw i.error}}try{for(var v=ic(this.contextListeners),m=v.next();!m.done;m=v.next()){(0,m.value)(this.state.context,this.state.history?this.state.history.context:void 0)}}catch(e){a={error:e}}finally{try{m&&!m.done&&(l=v.return)&&l.call(v)}finally{if(a)throw a.error}}if(this.state.done){var x=e.configuration.find((function(e){return"final"===e.type&&e.parent===d.machine})),b=x&&x.doneData?Ic(x.doneData,e.context,t):void 0;this._doneEvent=cd(this.id,b);try{for(var y=ic(this.doneListeners),w=y.next();!w.done;w=y.next()){(0,w.value)(this._doneEvent)}}catch(e){s={error:e}}finally{try{w&&!w.done&&(c=y.return)&&c.call(y)}finally{if(s)throw s.error}}this._stop(),this._stopChildren(),Nd(this.sessionId)}},e.prototype.onTransition=function(e){return this.listeners.add(e),this.status===Ad.Running&&e(this.state,this.state.event),this},e.prototype.subscribe=function(e,t,n){var r=this,i=ed(e,t,n);this.listeners.add(i.next),this.status!==Ad.NotStarted&&i.next(this.state);var o=function(){r.doneListeners.delete(o),r.stopListeners.delete(o),i.complete()};return this.status===Ad.Stopped?i.complete():(this.onDone(o),this.onStop(o)),{unsubscribe:function(){r.listeners.delete(i.next),r.doneListeners.delete(o),r.stopListeners.delete(o)}}},e.prototype.onEvent=function(e){return this.eventListeners.add(e),this},e.prototype.onSend=function(e){return this.sendListeners.add(e),this},e.prototype.onChange=function(e){return this.contextListeners.add(e),this},e.prototype.onStop=function(e){return this.stopListeners.add(e),this},e.prototype.onDone=function(e){return this.status===Ad.Stopped&&this._doneEvent?e(this._doneEvent):this.doneListeners.add(e),this},e.prototype.off=function(e){return this.listeners.delete(e),this.eventListeners.delete(e),this.sendListeners.delete(e),this.stopListeners.delete(e),this.doneListeners.delete(e),this.contextListeners.delete(e),this},e.prototype.start=function(e){var t=this;if(this.status===Ad.Running)return this;this.machine._init(),Md(this.sessionId,this),this.initialized=!0,this.status=Ad.Running;var n=void 0===e?this.initialState:pd(this,(function(){return"object"==typeof(n=e)&&null!==n&&"value"in n&&"_event"in n?t.machine.resolveState(e):t.machine.resolveState(Od.from(e,t.machine.context));var n}));return this.options.devTools&&this.attachDev(),this.scheduler.initialize((function(){t.update(n,rd)})),this},e.prototype._stopChildren=function(){this.children.forEach((function(e){Zc(e.stop)&&e.stop()})),this.children.clear()},e.prototype._stop=function(){var e,t,n,r,i,o,a,l,s,c;try{for(var d=ic(this.listeners),u=d.next();!u.done;u=d.next()){var p=u.value;this.listeners.delete(p)}}catch(t){e={error:t}}finally{try{u&&!u.done&&(t=d.return)&&t.call(d)}finally{if(e)throw e.error}}try{for(var h=ic(this.stopListeners),f=h.next();!f.done;f=h.next()){(p=f.value)(),this.stopListeners.delete(p)}}catch(e){n={error:e}}finally{try{f&&!f.done&&(r=h.return)&&r.call(h)}finally{if(n)throw n.error}}try{for(var g=ic(this.contextListeners),v=g.next();!v.done;v=g.next()){p=v.value;this.contextListeners.delete(p)}}catch(e){i={error:e}}finally{try{v&&!v.done&&(o=g.return)&&o.call(g)}finally{if(i)throw i.error}}try{for(var m=ic(this.doneListeners),x=m.next();!x.done;x=m.next()){p=x.value;this.doneListeners.delete(p)}}catch(e){a={error:e}}finally{try{x&&!x.done&&(l=m.return)&&l.call(m)}finally{if(a)throw a.error}}if(!this.initialized)return this;this.initialized=!1,this.status=Ad.Stopped,this._initialState=void 0;try{for(var b=ic(Object.keys(this.delayedEventsMap)),y=b.next();!y.done;y=b.next()){var w=y.value;this.clock.clearTimeout(this.delayedEventsMap[w])}}catch(e){s={error:e}}finally{try{y&&!y.done&&(c=b.return)&&c.call(b)}finally{if(s)throw s.error}}this.scheduler.clear(),this.scheduler=new Rd({deferEvents:this.options.deferEvents})},e.prototype.stop=function(){var e=this,t=this.scheduler;return this._stop(),t.schedule((function(){var t;if(!(null===(t=e._state)||void 0===t?void 0:t.done)){var n=Yc({type:"xstate.stop"}),r=pd(e,(function(){var t=Nc(ac([],oc(e.state.configuration),!1).sort((function(e,t){return t.order-e.order})).map((function(t){return ad(t.onExit,e.machine.options.actions)}))),r=oc(ud(e.machine,e.state,e.state.context,n,[{type:"exit",actions:t}],e.machine.config.predictableActionArguments?e._exec:void 0,e.machine.config.predictableActionArguments||e.machine.config.preserveActionOrder),2),i=r[0],o=r[1],a=new Od({value:e.state.value,context:o,_event:n,_sessionid:e.sessionId,historyValue:void 0,history:e.state,actions:i.filter((function(e){return!nd(e)})),activities:{},events:[],configuration:[],transitions:[],children:{},done:e.state.done,tags:e.state.tags,machine:e.machine});return a.changed=!0,a}));e.update(r,n),e._stopChildren(),Nd(e.sessionId)}})),this},e.prototype.batch=function(e){var t=this;if(this.status===Ad.NotStarted&&this.options.deferEvents)Sc||Bc(!1,"".concat(e.length,' event(s) were sent to uninitialized service "').concat(this.machine.id,'" and are deferred. Make sure .start() is called for this service.\nEvent: ').concat(JSON.stringify(event)));else if(this.status!==Ad.Running)throw new Error("".concat(e.length,' event(s) were sent to uninitialized service "').concat(this.machine.id,'". Make sure .start() is called for this service, or set { deferEvents: true } in the service options.'));if(e.length){var n=!!this.machine.config.predictableActionArguments&&this._exec;this.scheduler.schedule((function(){var r,i,o=t.state,a=!1,l=[],s=function(e){var r=Yc(e);t.forward(r),o=pd(t,(function(){return t.machine.transition(o,r,void 0,n||void 0)})),l.push.apply(l,ac([],oc(t.machine.config.predictableActionArguments?o.actions:o.actions.map((function(e){return function(e,t){var n=e.exec;return nc(nc({},e),{exec:void 0!==n?function(){return n(t.context,t.event,{action:e,state:t,_event:t._event})}:void 0})}(e,o)}))),!1)),a=a||!!o.changed};try{for(var c=ic(e),d=c.next();!d.done;d=c.next()){s(d.value)}}catch(e){r={error:e}}finally{try{d&&!d.done&&(i=c.return)&&i.call(c)}finally{if(r)throw r.error}}o.changed=a,o.actions=l,t.update(o,Yc(e[e.length-1]))}))}},e.prototype.sender=function(e){return this.send.bind(this,e)},e.prototype._nextState=function(e,t){var n=this;void 0===t&&(t=!!this.machine.config.predictableActionArguments&&this._exec);var r=Yc(e);if(0===r.name.indexOf(xc)&&!this.state.nextEvents.some((function(e){return 0===e.indexOf(xc)})))throw r.data.data;return pd(this,(function(){return n.machine.transition(n.state,r,void 0,t||void 0)}))},e.prototype.nextState=function(e){return this._nextState(e,!1)},e.prototype.forward=function(e){var t,n;try{for(var r=ic(this.forwardTo),i=r.next();!i.done;i=r.next()){var o=i.value,a=this.children.get(o);if(!a)throw new Error("Unable to forward event '".concat(e,"' from interpreter '").concat(this.id,"' to nonexistant child '").concat(o,"'."));a.send(e)}}catch(e){t={error:e}}finally{try{i&&!i.done&&(n=r.return)&&n.call(r)}finally{if(t)throw t.error}}},e.prototype.defer=function(e){var t=this,n=this.clock.setTimeout((function(){"to"in e&&e.to?t.sendTo(e._event,e.to,!0):t.send(e._event)}),e.delay);e.id&&(this.delayedEventsMap[e.id]=n)},e.prototype.cancel=function(e){this.clock.clearTimeout(this.delayedEventsMap[e]),delete this.delayedEventsMap[e]},e.prototype.exec=function(e,t,n){void 0===n&&(n=this.machine.options.actions),this._exec(e,t.context,t._event,n)},e.prototype.removeChild=function(e){var t;this.children.delete(e),this.forwardTo.delete(e),null===(t=this.state)||void 0===t||delete t.children[e]},e.prototype.stopChild=function(e){var t=this.children.get(e);t&&(this.removeChild(e),Zc(t.stop)&&t.stop())},e.prototype.spawn=function(e,t,n){if(this.status!==Ad.Running)return fd(e,t);if(Ac(e))return this.spawnPromise(Promise.resolve(e),t);if(Zc(e))return this.spawnCallback(e,t);if(function(e){try{return"function"==typeof e.send}catch(e){return!1}}(i=e)&&"id"in i)return this.spawnActor(e,t);if(function(e){try{return"subscribe"in e&&Zc(e.subscribe)}catch(e){return!1}}(e))return this.spawnObservable(e,t);if(Uc(e))return this.spawnMachine(e,nc(nc({},n),{id:t}));if(null!==(r=e)&&"object"==typeof r&&"transition"in r&&"function"==typeof r.transition)return this.spawnBehavior(e,t);throw new Error('Unable to spawn entity "'.concat(t,'" of type "').concat(typeof e,'".'));var r,i},e.prototype.spawnMachine=function(t,n){var r=this;void 0===n&&(n={});var i=new e(t,nc(nc({},this.options),{parent:this,id:n.id||t.id})),o=nc(nc({},zd),n);o.sync&&i.onTransition((function(e){r.send(yc,{state:e,id:i.id})}));var a=i;return this.children.set(i.id,a),o.autoForward&&this.forwardTo.add(i.id),i.onDone((function(e){r.removeChild(i.id),r.send(Yc(e,{origin:i.id}))})).start(),a},e.prototype.spawnBehavior=function(e,t){var n=Id(e,{id:t,parent:this});return this.children.set(t,n),n},e.prototype.spawnPromise=function(e,t){var n,r,i=this,o=!1;e.then((function(e){o||(r=e,i.removeChild(t),i.send(Yc(cd(t,e),{origin:t})))}),(function(e){if(!o){i.removeChild(t);var n=dd(t,e);try{i.send(Yc(n,{origin:t}))}catch(r){!function(e,t,n){if(!Sc){var r=e.stack?" Stacktrace was '".concat(e.stack,"'"):"";if(e===t)console.error("Missing onError handler for invocation '".concat(n,"', error was '").concat(e,"'.").concat(r));else{var i=t.stack?" Stacktrace was '".concat(t.stack,"'"):"";console.error("Missing onError handler and/or unhandled exception/promise rejection for invocation '".concat(n,"'. ")+"Original error: '".concat(e,"'. ").concat(r," Current error is '").concat(t,"'.").concat(i))}}}(e,r,t),i.devTools&&i.devTools.send(n,i.state),i.machine.strict&&i.stop()}}}));var a=((n={id:t,send:function(){},subscribe:function(t,n,r){var i=ed(t,n,r),o=!1;return e.then((function(e){o||(i.next(e),o||i.complete())}),(function(e){o||i.error(e)})),{unsubscribe:function(){return o=!0}}},stop:function(){o=!0},toJSON:function(){return{id:t}},getSnapshot:function(){return r}})[Gc]=function(){return this},n);return this.children.set(t,a),a},e.prototype.spawnCallback=function(e,t){var n,r,i,o=this,a=!1,l=new Set,s=new Set;try{i=e((function(e){r=e,s.forEach((function(t){return t(e)})),a||o.send(Yc(e,{origin:t}))}),(function(e){l.add(e)}))}catch(e){this.send(dd(t,e))}if(Ac(i))return this.spawnPromise(i,t);var c=((n={id:t,send:function(e){return l.forEach((function(t){return t(e)}))},subscribe:function(e){var t=ed(e);return s.add(t.next),{unsubscribe:function(){s.delete(t.next)}}},stop:function(){a=!0,Zc(i)&&i()},toJSON:function(){return{id:t}},getSnapshot:function(){return r}})[Gc]=function(){return this},n);return this.children.set(t,c),c},e.prototype.spawnObservable=function(e,t){var n,r,i=this,o=e.subscribe((function(e){r=e,i.send(Yc(e,{origin:t}))}),(function(e){i.removeChild(t),i.send(Yc(dd(t,e),{origin:t}))}),(function(){i.removeChild(t),i.send(Yc(cd(t),{origin:t}))})),a=((n={id:t,send:function(){},subscribe:function(t,n,r){return e.subscribe(t,n,r)},stop:function(){return o.unsubscribe()},getSnapshot:function(){return r},toJSON:function(){return{id:t}}})[Gc]=function(){return this},n);return this.children.set(t,a),a},e.prototype.spawnActor=function(e,t){return this.children.set(t,e),e},e.prototype.spawnActivity=function(e){var t=this.machine.options&&this.machine.options.activities?this.machine.options.activities[e.type]:void 0;if(t){var n=t(this.state.context,e);this.spawnEffect(e.id,n)}else Sc||Bc(!1,"No implementation found for activity '".concat(e.type,"'"))},e.prototype.spawnEffect=function(e,t){var n;this.children.set(e,((n={id:e,send:function(){},subscribe:function(){return{unsubscribe:function(){}}},stop:t||void 0,getSnapshot:function(){},toJSON:function(){return{id:e}}})[Gc]=function(){return this},n))},e.prototype.attachDev=function(){var e=Vd();if(this.options.devTools&&e){if(e.__REDUX_DEVTOOLS_EXTENSION__){var t="object"==typeof this.options.devTools?this.options.devTools:void 0;this.devTools=e.__REDUX_DEVTOOLS_EXTENSION__.connect(nc(nc({name:this.id,autoPause:!0,stateSanitizer:function(e){return{value:e.value,context:e.context,actions:e.actions}}},t),{features:nc({jump:!1,skip:!1},t?t.features:void 0)}),this.machine),this.devTools.init(this.state)}jd(this)}},e.prototype.toJSON=function(){return{id:this.id}},e.prototype[Gc]=function(){return this},e.prototype.getSnapshot=function(){return this.status===Ad.NotStarted?this.initialState:this._state},e.defaultOptions={execute:!0,deferEvents:!0,clock:{setTimeout:function(e,t){return setTimeout(e,t)},clearTimeout:function(e){return clearTimeout(e)}},logger:console.log.bind(console),devTools:!1},e.interpret=Bd,e}();function Bd(e,t){return new Hd(e,t)}function Fd(e){if("string"==typeof e){var t={type:e,toString:function(){return e}};return t}return e}function Zd(e){return nc(nc({type:vc},e),{toJSON:function(){e.onDone,e.onError;var t=rc(e,["onDone","onError"]);return nc(nc({},t),{type:vc,src:Fd(e.src)})}})}var Wd="",qd="*",Gd={},Ud=function(e){return"#"===e[0]},Xd=function(){function e(t,n,r,i){void 0===r&&(r="context"in t?t.context:void 0);var o,a=this;this.config=t,this._context=r,this.order=-1,this.__xstatenode=!0,this.__cache={events:void 0,relativeValue:new Map,initialStateValue:void 0,initialState:void 0,on:void 0,transitions:void 0,candidates:{},delayedTransitions:void 0},this.idMap={},this.tags=[],this.options=Object.assign({actions:{},guards:{},services:{},activities:{},delays:{}},n),this.parent=null==i?void 0:i.parent,this.key=this.config.key||(null==i?void 0:i.key)||this.config.id||"(machine)",this.machine=this.parent?this.parent.machine:this,this.path=this.parent?this.parent.path.concat(this.key):[],this.delimiter=this.config.delimiter||(this.parent?this.parent.delimiter:"."),this.id=this.config.id||ac([this.machine.key],oc(this.path),!1).join(this.delimiter),this.version=this.parent?this.parent.version:this.config.version,this.type=this.config.type||(this.config.parallel?"parallel":this.config.states&&Object.keys(this.config.states).length?"compound":this.config.history?"history":"atomic"),this.schema=this.parent?this.machine.schema:null!==(o=this.config.schema)&&void 0!==o?o:{},this.description=this.config.description,Sc||Bc(!("parallel"in this.config),'The "parallel" property is deprecated and will be removed in version 4.1. '.concat(this.config.parallel?"Replace with `type: 'parallel'`":"Use `type: '".concat(this.type,"'`")," in the config for state node '").concat(this.id,"' instead.")),this.initial=this.config.initial,this.states=this.config.states?Pc(this.config.states,(function(t,n){var r,i=new e(t,{},void 0,{parent:a,key:n});return Object.assign(a.idMap,nc(((r={})[i.id]=i,r),i.idMap)),i})):Gd;var l=0;!function e(t){var n,r;t.order=l++;try{for(var i=ic(vd(t)),o=i.next();!o.done;o=i.next()){e(o.value)}}catch(e){n={error:e}}finally{try{o&&!o.done&&(r=i.return)&&r.call(i)}finally{if(n)throw n.error}}}(this),this.history=!0===this.config.history?"shallow":this.config.history||!1,this._transient=!!this.config.always||!!this.config.on&&(Array.isArray(this.config.on)?this.config.on.some((function(e){return e.event===Wd})):Wd in this.config.on),this.strict=!!this.config.strict,this.onEntry=jc(this.config.entry||this.config.onEntry).map((function(e){return od(e)})),this.onExit=jc(this.config.exit||this.config.onExit).map((function(e){return od(e)})),this.meta=this.config.meta,this.doneData="final"===this.type?this.config.data:void 0,this.invoke=jc(this.config.invoke).map((function(e,t){var n,r;if(Uc(e)){var i=td(a.id,t);return a.machine.options.services=nc(((n={})[i]=e,n),a.machine.options.services),Zd({src:i,id:i})}if(Wc(e.src)){i=e.id||td(a.id,t);return Zd(nc(nc({},e),{id:i,src:e.src}))}if(Uc(e.src)||Zc(e.src)){i=e.id||td(a.id,t);return a.machine.options.services=nc(((r={})[i]=e.src,r),a.machine.options.services),Zd(nc(nc({id:i},e),{src:i}))}var o=e.src;return Zd(nc(nc({id:td(a.id,t)},e),{src:o}))})),this.activities=jc(this.config.activities).concat(this.invoke).map((function(e){return ld(e)})),this.transition=this.transition.bind(this),this.tags=jc(this.config.tags)}return e.prototype._init=function(){this.__cache.transitions||xd(this).forEach((function(e){return e.on}))},e.prototype.withConfig=function(t,n){var r=this.options,i=r.actions,o=r.activities,a=r.guards,l=r.services,s=r.delays;return new e(this.config,{actions:nc(nc({},i),t.actions),activities:nc(nc({},o),t.activities),guards:nc(nc({},a),t.guards),services:nc(nc({},l),t.services),delays:nc(nc({},s),t.delays)},null!=n?n:this.context)},e.prototype.withContext=function(t){return new e(this.config,this.options,t)},Object.defineProperty(e.prototype,"context",{get:function(){return Zc(this._context)?this._context():this._context},enumerable:!1,configurable:!0}),Object.defineProperty(e.prototype,"definition",{get:function(){return{id:this.id,key:this.key,version:this.version,context:this.context,type:this.type,initial:this.initial,history:this.history,states:Pc(this.states,(function(e){return e.definition})),on:this.on,transitions:this.transitions,entry:this.onEntry,exit:this.onExit,activities:this.activities||[],meta:this.meta,order:this.order||-1,data:this.doneData,invoke:this.invoke,description:this.description,tags:this.tags}},enumerable:!1,configurable:!0}),e.prototype.toJSON=function(){return this.definition},Object.defineProperty(e.prototype,"on",{get:function(){if(this.__cache.on)return this.__cache.on;var e=this.transitions;return this.__cache.on=e.reduce((function(e,t){return e[t.eventType]=e[t.eventType]||[],e[t.eventType].push(t),e}),{})},enumerable:!1,configurable:!0}),Object.defineProperty(e.prototype,"after",{get:function(){return this.__cache.delayedTransitions||(this.__cache.delayedTransitions=this.getDelayedTransitions(),this.__cache.delayedTransitions)},enumerable:!1,configurable:!0}),Object.defineProperty(e.prototype,"transitions",{get:function(){return this.__cache.transitions||(this.__cache.transitions=this.formatTransitions(),this.__cache.transitions)},enumerable:!1,configurable:!0}),e.prototype.getCandidates=function(e){if(this.__cache.candidates[e])return this.__cache.candidates[e];var t=e===Wd,n=this.transitions.filter((function(n){var r=n.eventType===e;return t?r:r||n.eventType===qd}));return this.__cache.candidates[e]=n,n},e.prototype.getDelayedTransitions=function(){var e=this,t=this.config.after;if(!t)return[];var n=function(t,n){var r=function(e,t){var n=t?"#".concat(t):"";return"".concat(ec.After,"(").concat(e,")").concat(n)}(Zc(t)?"".concat(e.id,":delay[").concat(n,"]"):t,e.id);return e.onEntry.push(function(e,t){return{to:t?t.to:void 0,type:dc,event:Zc(e)?e:Xc(e),delay:t?t.delay:void 0,id:t&&void 0!==t.id?t.id:Zc(e)?e.name:Oc(e)}}(r,{delay:t})),e.onExit.push({type:uc,sendId:r}),r},r=Fc(t)?t.map((function(e,t){var r=n(e.delay,t);return nc(nc({},e),{event:r})})):Nc(Object.keys(t).map((function(e,r){var i=t[e],o=Wc(i)?{target:i}:i,a=isNaN(+e)?e:+e,l=n(a,r);return jc(o).map((function(e){return nc(nc({},e),{event:l,delay:a})}))})));return r.map((function(t){var n=t.delay;return nc(nc({},e.formatTransition(t)),{delay:n})}))},e.prototype.getStateNodes=function(e){var t,n=this;if(!e)return[];var r=e instanceof Od?e.value:Rc(e,this.delimiter);if(Wc(r)){var i=this.getStateNode(r).initial;return void 0!==i?this.getStateNodes(((t={})[r]=i,t)):[this,this.states[r]]}var o=Object.keys(r),a=[this];return a.push.apply(a,ac([],oc(Nc(o.map((function(e){return n.getStateNode(e).getStateNodes(r[e])})))),!1)),a},e.prototype.handles=function(e){var t=Oc(e);return this.events.includes(t)},e.prototype.resolveState=function(e){var t=e instanceof Od?e:Od.create(e),n=Array.from(bd([],this.getStateNodes(t.value)));return new Od(nc(nc({},t),{value:this.resolve(t.value),configuration:n,done:kd(n,this),tags:Sd(n),machine:this.machine}))},e.prototype.transitionLeafNode=function(e,t,n){var r=this.getStateNode(e).next(t,n);return r&&r.transitions.length?r:this.next(t,n)},e.prototype.transitionCompoundNode=function(e,t,n){var r=Object.keys(e),i=this.getStateNode(r[0])._transition(e[r[0]],t,n);return i&&i.transitions.length?i:this.next(t,n)},e.prototype.transitionParallelNode=function(e,t,n){var r,i,o={};try{for(var a=ic(Object.keys(e)),l=a.next();!l.done;l=a.next()){var s=l.value,c=e[s];if(c){var d=this.getStateNode(s)._transition(c,t,n);d&&(o[s]=d)}}}catch(e){r={error:e}}finally{try{l&&!l.done&&(i=a.return)&&i.call(a)}finally{if(r)throw r.error}}var u=Object.keys(o).map((function(e){return o[e]})),p=Nc(u.map((function(e){return e.transitions})));if(!u.some((function(e){return e.transitions.length>0})))return this.next(t,n);var h=Nc(Object.keys(o).map((function(e){return o[e].configuration})));return{transitions:p,exitSet:Nc(u.map((function(e){return e.exitSet}))),configuration:h,source:t,actions:Nc(Object.keys(o).map((function(e){return o[e].actions})))}},e.prototype._transition=function(e,t,n){return Wc(e)?this.transitionLeafNode(e,t,n):1===Object.keys(e).length?this.transitionCompoundNode(e,t,n):this.transitionParallelNode(e,t,n)},e.prototype.getTransitionData=function(e,t){return this._transition(e.value,e,Yc(t))},e.prototype.next=function(e,t){var n,r,i,o=this,a=t.name,l=[],s=[];try{for(var c=ic(this.getCandidates(a)),d=c.next();!d.done;d=c.next()){var u=d.value,p=u.cond,h=u.in,f=e.context,g=!h||(Wc(h)&&Ud(h)?e.matches(Rc(this.getStateNodeById(h).path,this.delimiter)):Ec(Rc(h,this.delimiter),Mc(this.path.slice(0,-2))(e.value))),v=!1;try{v=!p||Jc(this.machine,p,f,t,e)}catch(e){throw new Error("Unable to evaluate guard '".concat(p.name||p.type,"' in transition for event '").concat(a,"' in state node '").concat(this.id,"':\n").concat(e.message))}if(v&&g){void 0!==u.target&&(s=u.target),l.push.apply(l,ac([],oc(u.actions),!1)),i=u;break}}}catch(e){n={error:e}}finally{try{d&&!d.done&&(r=c.return)&&r.call(c)}finally{if(n)throw n.error}}if(i){if(!s.length)return{transitions:[i],exitSet:[],configuration:e.value?[this]:[],source:e,actions:l};var m=Nc(s.map((function(t){return o.getRelativeStateNodes(t,e.historyValue)})));return{transitions:[i],exitSet:!!i.internal?[]:Nc(s.map((function(e){return o.getPotentiallyReenteringNodes(e)}))),configuration:m,source:e,actions:l}}},e.prototype.getPotentiallyReenteringNodes=function(e){if(this.order<e.order)return[this];for(var t=[],n=this,r=e;n&&n!==r;)t.push(n),n=n.parent;return n!==r?[]:(t.push(r),t)},e.prototype.getActions=function(e,t,n,r,i,o,a){var l,s,c,d,u=this,p=o?bd([],this.getStateNodes(o.value)):[],h=new Set;try{for(var f=ic(Array.from(e).sort((function(e,t){return e.order-t.order}))),g=f.next();!g.done;g=f.next()){(!$d(p,x=g.value)||$d(n.exitSet,x)||x.parent&&h.has(x.parent))&&h.add(x)}}catch(e){l={error:e}}finally{try{g&&!g.done&&(s=f.return)&&s.call(f)}finally{if(l)throw l.error}}try{for(var v=ic(p),m=v.next();!m.done;m=v.next()){var x;$d(e,x=m.value)&&!$d(n.exitSet,x.parent)||n.exitSet.push(x)}}catch(e){c={error:e}}finally{try{m&&!m.done&&(d=v.return)&&d.call(v)}finally{if(c)throw c.error}}n.exitSet.sort((function(e,t){return t.order-e.order}));var b=Array.from(h).sort((function(e,t){return e.order-t.order})),y=new Set(n.exitSet),w=Nc(b.map((function(e){var t=[];if("final"!==e.type)return t;var o=e.parent;if(!o.parent)return t;t.push(sd(e.id,e.doneData),sd(o.id,e.doneData?Ic(e.doneData,r,i):void 0));var a=o.parent;return"parallel"===a.type&&md(a).every((function(e){return kd(n.configuration,e)}))&&t.push(sd(a.id)),t}))),C=b.map((function(e){var t=e.onEntry,n=e.activities.map((function(e){return function(e){var t=ld(e);return{type:ec.Start,activity:t,exec:void 0}}(e)}));return{type:"entry",actions:ad(a?ac(ac([],oc(t),!1),oc(n),!1):ac(ac([],oc(n),!1),oc(t),!1),u.machine.options.actions)}})).concat({type:"state_done",actions:w.map((function(e){return function(e,t){return{type:cc,event:"function"==typeof e?e:Xc(e),delay:t?t.delay:void 0,id:null==t?void 0:t.id}}(e)}))}),$=Array.from(y).map((function(e){return{type:"exit",actions:ad(ac(ac([],oc(e.onExit),!1),oc(e.activities.map((function(e){return function(e){var t=Zc(e)?e:ld(e);return{type:ec.Stop,activity:t,exec:void 0}}(e)}))),!1),u.machine.options.actions)}})).concat({type:"transition",actions:ad(n.actions,this.machine.options.actions)}).concat(C);if(t){var k=ad(Nc(ac([],oc(e),!1).sort((function(e,t){return t.order-e.order})).map((function(e){return e.onExit}))),this.machine.options.actions).filter((function(e){return!nd(e)}));return $.concat({type:"stop",actions:k})}return $},e.prototype.transition=function(e,t,n,r){void 0===e&&(e=this.initialState);var i,o,a=Yc(t);if(e instanceof Od)i=void 0===n?e:this.resolveState(Od.from(e,n));else{var l=Wc(e)?this.resolve(Tc(this.getResolvedPath(e))):this.resolve(e),s=null!=n?n:this.machine.context;i=this.resolveState(Od.from(l,s))}if(!Sc&&a.name===qd)throw new Error("An event cannot have the wildcard type ('".concat(qd,"')"));if(this.strict&&!this.events.includes(a.name)&&(o=a.name,!/^(done|error)\./.test(o)))throw new Error("Machine '".concat(this.id,"' does not accept event '").concat(a.name,"'"));var c=this._transition(i.value,i,a)||{transitions:[],configuration:[],exitSet:[],source:i,actions:[]},d=bd([],this.getStateNodes(i.value)),u=c.configuration.length?bd(d,c.configuration):d;return c.configuration=ac([],oc(u),!1),this.resolveTransition(c,i,i.context,r,a)},e.prototype.resolveRaisedTransition=function(e,t,n,r){var i,o=e.actions;return(e=this.transition(e,t,void 0,r))._event=n,e.event=n.data,(i=e.actions).unshift.apply(i,ac([],oc(o),!1)),e},e.prototype.resolveTransition=function(e,t,n,r,i){var o,a,l,s,c=this;void 0===i&&(i=rd);var d=e.configuration,u=!t||e.transitions.length>0,p=u?e.configuration:t?t.configuration:[],h=kd(p,this),f=u?Cd(this.machine,d):void 0,g=t?t.historyValue?t.historyValue:e.source?this.machine.historyValue(t.value):void 0:void 0,v=this.getActions(new Set(p),h,e,n,i,t,r),m=t?nc({},t.activities):{};try{for(var x=ic(v),b=x.next();!b.done;b=x.next()){var y=b.value;try{for(var w=(l=void 0,ic(y.actions)),C=w.next();!C.done;C=w.next()){var $=C.value;$.type===lc?m[$.activity.id||$.activity.type]=$:$.type===sc&&(m[$.activity.id||$.activity.type]=!1)}}catch(e){l={error:e}}finally{try{C&&!C.done&&(s=w.return)&&s.call(w)}finally{if(l)throw l.error}}}}catch(e){o={error:e}}finally{try{b&&!b.done&&(a=x.return)&&a.call(x)}finally{if(o)throw o.error}}var k,S,E=oc(ud(this,t,n,i,v,r,this.machine.config.predictableActionArguments||this.machine.config.preserveActionOrder),2),O=E[0],L=E[1],R=oc(function(e,t){var n,r,i=oc([[],[]],2),o=i[0],a=i[1];try{for(var l=ic(e),s=l.next();!s.done;s=l.next()){var c=s.value;t(c)?o.push(c):a.push(c)}}catch(e){n={error:e}}finally{try{s&&!s.done&&(r=l.return)&&r.call(l)}finally{if(n)throw n.error}}return[o,a]}(O,nd),2),T=R[0],P=R[1],_=O.filter((function(e){var t;return e.type===lc&&(null===(t=e.activity)||void 0===t?void 0:t.type)===vc})),M=_.reduce((function(e,t){return e[t.activity.id]=function(e,t,n,r){var i,o=Qc(e.src),a=null===(i=null==t?void 0:t.options.services)||void 0===i?void 0:i[o.type],l=e.data?Ic(e.data,n,r):void 0,s=a?fd(a,e.id,l):hd(e.id);return s.meta=e,s}(t.activity,c.machine,L,i),e}),t?nc({},t.children):{}),D=new Od({value:f||t.value,context:L,_event:i,_sessionid:t?t._sessionid:null,historyValue:f?g?(k=g,S=f,{current:S,states:zc(k,S)}):void 0:t?t.historyValue:void 0,history:!f||e.source?t:void 0,actions:f?P:[],activities:f?m:t?t.activities:{},events:[],configuration:p,transitions:e.transitions,children:M,done:h,tags:Sd(p),machine:this}),N=n!==L;D.changed=i.name===yc||N;var V=D.history;V&&delete V.history;var j=!h&&(this._transient||d.some((function(e){return e._transient})));if(!(u||j&&i.name!==Wd))return D;var I=D;if(!h)for(j&&(I=this.resolveRaisedTransition(I,{type:pc},i,r));T.length;){var A=T.shift();I=this.resolveRaisedTransition(I,A._event,i,r)}var z=I.changed||(V?!!I.actions.length||N||typeof V.value!=typeof I.value||!Ed(I.value,V.value):void 0);return I.changed=z,I.history=V,I},e.prototype.getStateNode=function(e){if(Ud(e))return this.machine.getStateNodeById(e);if(!this.states)throw new Error("Unable to retrieve child state '".concat(e,"' from '").concat(this.id,"'; no child states exist."));var t=this.states[e];if(!t)throw new Error("Child state '".concat(e,"' does not exist on '").concat(this.id,"'"));return t},e.prototype.getStateNodeById=function(e){var t=Ud(e)?e.slice(1):e;if(t===this.id)return this;var n=this.machine.idMap[t];if(!n)throw new Error("Child state node '#".concat(t,"' does not exist on machine '").concat(this.id,"'"));return n},e.prototype.getStateNodeByPath=function(e){if("string"==typeof e&&Ud(e))try{return this.getStateNodeById(e.slice(1))}catch(e){}for(var t=Lc(e,this.delimiter).slice(),n=this;t.length;){var r=t.shift();if(!r.length)break;n=n.getStateNode(r)}return n},e.prototype.resolve=function(e){var t,n=this;if(!e)return this.initialStateValue||Gd;switch(this.type){case"parallel":return Pc(this.initialStateValue,(function(t,r){return t?n.getStateNode(r).resolve(e[r]||t):Gd}));case"compound":if(Wc(e)){var r=this.getStateNode(e);return"parallel"===r.type||"compound"===r.type?((t={})[e]=r.initialStateValue,t):e}return Object.keys(e).length?Pc(e,(function(e,t){return e?n.getStateNode(t).resolve(e):Gd})):this.initialStateValue||{};default:return e||Gd}},e.prototype.getResolvedPath=function(e){if(Ud(e)){var t=this.machine.idMap[e.slice(1)];if(!t)throw new Error("Unable to find state node '".concat(e,"'"));return t.path}return Lc(e,this.delimiter)},Object.defineProperty(e.prototype,"initialStateValue",{get:function(){var e,t;if(this.__cache.initialStateValue)return this.__cache.initialStateValue;if("parallel"===this.type)t=_c(this.states,(function(e){return e.initialStateValue||Gd}),(function(e){return!("history"===e.type)}));else if(void 0!==this.initial){if(!this.states[this.initial])throw new Error("Initial state '".concat(this.initial,"' not found on '").concat(this.key,"'"));t=gd(this.states[this.initial])?this.initial:((e={})[this.initial]=this.states[this.initial].initialStateValue,e)}else t={};return this.__cache.initialStateValue=t,this.__cache.initialStateValue},enumerable:!1,configurable:!0}),e.prototype.getInitialState=function(e,t){this._init();var n=this.getStateNodes(e);return this.resolveTransition({configuration:n,exitSet:[],transitions:[],source:void 0,actions:[]},void 0,null!=t?t:this.machine.context,void 0)},Object.defineProperty(e.prototype,"initialState",{get:function(){var e=this.initialStateValue;if(!e)throw new Error("Cannot retrieve initial state from simple state '".concat(this.id,"'."));return this.getInitialState(e)},enumerable:!1,configurable:!0}),Object.defineProperty(e.prototype,"target",{get:function(){var e;if("history"===this.type){var t=this.config;e=Wc(t.target)&&Ud(t.target)?Tc(this.machine.getStateNodeById(t.target).path.slice(this.path.length-1)):t.target}return e},enumerable:!1,configurable:!0}),e.prototype.getRelativeStateNodes=function(e,t,n){return void 0===n&&(n=!0),n?"history"===e.type?e.resolveHistory(t):e.initialStateNodes:[e]},Object.defineProperty(e.prototype,"initialStateNodes",{get:function(){var e=this;return gd(this)?[this]:"compound"!==this.type||this.initial?Nc(Dc(this.initialStateValue).map((function(t){return e.getFromRelativePath(t)}))):(Sc||Bc(!1,"Compound state node '".concat(this.id,"' has no initial state.")),[this])},enumerable:!1,configurable:!0}),e.prototype.getFromRelativePath=function(e){if(!e.length)return[this];var t=oc(e),n=t[0],r=t.slice(1);if(!this.states)throw new Error("Cannot retrieve subPath '".concat(n,"' from node with no states"));var i=this.getStateNode(n);if("history"===i.type)return i.resolveHistory();if(!this.states[n])throw new Error("Child state '".concat(n,"' does not exist on '").concat(this.id,"'"));return this.states[n].getFromRelativePath(r)},e.prototype.historyValue=function(e){if(Object.keys(this.states).length)return{current:e||this.initialStateValue,states:_c(this.states,(function(t,n){if(!e)return t.historyValue();var r=Wc(e)?void 0:e[n];return t.historyValue(r||t.initialStateValue)}),(function(e){return!e.history}))}},e.prototype.resolveHistory=function(e){var t=this;if("history"!==this.type)return[this];var n=this.parent;if(!e){var r=this.target;return r?Nc(Dc(r).map((function(e){return n.getFromRelativePath(e)}))):n.initialStateNodes}var i,o,a=(i=n.path,o="states",function(e){var t,n,r=e;try{for(var a=ic(i),l=a.next();!l.done;l=a.next()){var s=l.value;r=r[o][s]}}catch(e){t={error:e}}finally{try{l&&!l.done&&(n=a.return)&&n.call(a)}finally{if(t)throw t.error}}return r})(e).current;return Wc(a)?[n.getStateNode(a)]:Nc(Dc(a).map((function(e){return"deep"===t.history?n.getFromRelativePath(e):[n.states[e[0]]]})))},Object.defineProperty(e.prototype,"stateIds",{get:function(){var e=this,t=Nc(Object.keys(this.states).map((function(t){return e.states[t].stateIds})));return[this.id].concat(t)},enumerable:!1,configurable:!0}),Object.defineProperty(e.prototype,"events",{get:function(){var e,t,n,r;if(this.__cache.events)return this.__cache.events;var i=this.states,o=new Set(this.ownEvents);if(i)try{for(var a=ic(Object.keys(i)),l=a.next();!l.done;l=a.next()){var s=i[l.value];if(s.states)try{for(var c=(n=void 0,ic(s.events)),d=c.next();!d.done;d=c.next()){var u=d.value;o.add("".concat(u))}}catch(e){n={error:e}}finally{try{d&&!d.done&&(r=c.return)&&r.call(c)}finally{if(n)throw n.error}}}}catch(t){e={error:t}}finally{try{l&&!l.done&&(t=a.return)&&t.call(a)}finally{if(e)throw e.error}}return this.__cache.events=Array.from(o)},enumerable:!1,configurable:!0}),Object.defineProperty(e.prototype,"ownEvents",{get:function(){var e=new Set(this.transitions.filter((function(e){return!(!e.target&&!e.actions.length&&e.internal)})).map((function(e){return e.eventType})));return Array.from(e)},enumerable:!1,configurable:!0}),e.prototype.resolveTarget=function(e){var t=this;if(void 0!==e)return e.map((function(e){if(!Wc(e))return e;var n=e[0]===t.delimiter;if(n&&!t.parent)return t.getStateNodeByPath(e.slice(1));var r=n?t.key+e:e;if(!t.parent)return t.getStateNodeByPath(r);try{return t.parent.getStateNodeByPath(r)}catch(e){throw new Error("Invalid transition definition for state node '".concat(t.id,"':\n").concat(e.message))}}))},e.prototype.formatTransition=function(e){var t=this,n=function(e){if(void 0!==e&&""!==e)return jc(e)}(e.target),r="internal"in e?e.internal:!n||n.some((function(e){return Wc(e)&&e[0]===t.delimiter})),i=this.machine.options.guards,o=this.resolveTarget(n),a=nc(nc({},e),{actions:ad(jc(e.actions)),cond:qc(e.cond,i),target:o,source:this,internal:r,eventType:e.event,toJSON:function(){return nc(nc({},a),{target:a.target?a.target.map((function(e){return"#".concat(e.id)})):void 0,source:"#".concat(t.id)})}});return a},e.prototype.formatTransitions=function(){var e,t,n,r=this;if(this.config.on)if(Array.isArray(this.config.on))n=this.config.on;else{var i=this.config.on,o=qd,a=i[o],l=void 0===a?[]:a,s=rc(i,["*"]);n=Nc(Object.keys(s).map((function(e){Sc||e!==Wd||Bc(!1,"Empty string transition configs (e.g., `{ on: { '': ... }}`) for transient transitions are deprecated. Specify the transition in the `{ always: ... }` property instead. "+'Please check the `on` configuration for "#'.concat(r.id,'".'));var t=Kc(e,s[e]);return Sc||function(e,t,n){var r=n.slice(0,-1).some((function(e){return!("cond"in e)&&!("in"in e)&&(Wc(e.target)||Uc(e.target))})),i=t===Wd?"the transient event":"event '".concat(t,"'");Bc(!r,"One or more transitions for ".concat(i," on state '").concat(e.id,"' are unreachable. ")+"Make sure that the default transition is the last one defined.")}(r,e,t),t})).concat(Kc(qd,l)))}else n=[];var c=this.config.always?Kc("",this.config.always):[],d=this.config.onDone?Kc(String(sd(this.id)),this.config.onDone):[];Sc||Bc(!(this.config.onDone&&!this.parent),'Root nodes cannot have an ".onDone" transition. Please check the config of "'.concat(this.id,'".'));var u=Nc(this.invoke.map((function(e){var t=[];return e.onDone&&t.push.apply(t,ac([],oc(Kc(String(cd(e.id)),e.onDone)),!1)),e.onError&&t.push.apply(t,ac([],oc(Kc(String(dd(e.id)),e.onError)),!1)),t}))),p=this.after,h=Nc(ac(ac(ac(ac([],oc(d),!1),oc(u),!1),oc(n),!1),oc(c),!1).map((function(e){return jc(e).map((function(e){return r.formatTransition(e)}))})));try{for(var f=ic(p),g=f.next();!g.done;g=f.next()){var v=g.value;h.push(v)}}catch(t){e={error:t}}finally{try{g&&!g.done&&(t=f.return)&&t.call(f)}finally{if(e)throw e.error}}return h},e}();var Yd,Kd=function(e){return{type:hc,assignment:e}};!function(e){e[e.Effect=1]="Effect",e[e.LayoutEffect=2]="LayoutEffect"}(Yd||(Yd={}));var Jd="undefined"!=typeof document?ee:function(){};function Qd(e){var t=G.useRef();return t.current||(t.current={v:e()}),t.current.v}var eu=function(e,t){var n="function"==typeof Symbol&&e[Symbol.iterator];if(!n)return e;var r,i,o=n.call(e),a=[];try{for(;(void 0===t||t-- >0)&&!(r=o.next()).done;)a.push(r.value)}catch(e){i={error:e}}finally{try{r&&!r.done&&(n=o.return)&&n.call(o)}finally{if(i)throw i.error}}return a},tu=function(e){var t="function"==typeof Symbol&&Symbol.iterator,n=t&&e[t],r=0;if(n)return n.call(e);if(e&&"number"==typeof e.length)return{next:function(){return e&&r>=e.length&&(e=void 0),{value:e&&e[r++],done:!e}}};throw new TypeError(t?"Object is not iterable.":"Symbol.iterator is not defined.")};var nu=function(e,t){var n="function"==typeof Symbol&&e[Symbol.iterator];if(!n)return e;var r,i,o=n.call(e),a=[];try{for(;(void 0===t||t-- >0)&&!(r=o.next()).done;)a.push(r.value)}catch(e){i={error:e}}finally{try{r&&!r.done&&(n=o.return)&&n.call(o)}finally{if(i)throw i.error}}return a},ru=function(e,t,n){if(n||2===arguments.length)for(var r,i=0,o=t.length;i<o;i++)!r&&i in t||(r||(r=Array.prototype.slice.call(t,0,i)),r[i]=t[i]);return e.concat(r||Array.prototype.slice.call(t))};function iu(e,t){(0,e.exec)(t.context,t._event.data,{action:e,state:t,_event:t._event})()}function ou(e){var t=K([]),n=K([]);Jd((function(){var r=e.subscribe((function(e){var r,i;if(e.actions.length){var o=e.actions.filter((function(e){return"function"==typeof e.exec&&"__effect"in e.exec})),a=nu(function(e,t){var n,r,i=eu([[],[]],2),o=i[0],a=i[1];try{for(var l=tu(e),s=l.next();!s.done;s=l.next()){var c=s.value;t(c)?o.push(c):a.push(c)}}catch(e){n={error:e}}finally{try{s&&!s.done&&(r=l.return)&&r.call(l)}finally{if(n)throw n.error}}return[o,a]}(o,(function(e){return e.exec.__effect===Yd.Effect})),2),l=a[0],s=a[1];(r=t.current).push.apply(r,ru([],nu(l.map((function(t){return[t,e]}))),!1)),(i=n.current).push.apply(i,ru([],nu(s.map((function(t){return[t,e]}))),!1))}}));return function(){r.unsubscribe()}}),[]),Jd((function(){for(;n.current.length;){var e=nu(n.current.shift(),2);iu(e[0],e[1])}})),J((function(){for(;t.current.length;){var e=nu(t.current.shift(),2);iu(e[0],e[1])}}))}var au=function(){return au=Object.assign||function(e){for(var t,n=1,r=arguments.length;n<r;n++)for(var i in t=arguments[n])Object.prototype.hasOwnProperty.call(t,i)&&(e[i]=t[i]);return e},au.apply(this,arguments)},lu=function(e,t){var n={};for(var r in e)Object.prototype.hasOwnProperty.call(e,r)&&t.indexOf(r)<0&&(n[r]=e[r]);if(null!=e&&"function"==typeof Object.getOwnPropertySymbols){var i=0;for(r=Object.getOwnPropertySymbols(e);i<r.length;i++)t.indexOf(r[i])<0&&Object.prototype.propertyIsEnumerable.call(e,r[i])&&(n[r[i]]=e[r[i]])}return n},su=function(e,t){var n="function"==typeof Symbol&&e[Symbol.iterator];if(!n)return e;var r,i,o=n.call(e),a=[];try{for(;(void 0===t||t-- >0)&&!(r=o.next()).done;)a.push(r.value)}catch(e){i={error:e}}finally{try{r&&!r.done&&(n=o.return)&&n.call(o)}finally{if(i)throw i.error}}return a};var cu=function(e,t){var n="function"==typeof Symbol&&e[Symbol.iterator];if(!n)return e;var r,i,o=n.call(e),a=[];try{for(;(void 0===t||t-- >0)&&!(r=o.next()).done;)a.push(r.value)}catch(e){i={error:e}}finally{try{r&&!r.done&&(n=o.return)&&n.call(o)}finally{if(i)throw i.error}}return a};function du(e,t){void 0===t&&(t={});var n=re((function(e){var t=void 0===e.changed&&Object.keys(e.children).length;(e.changed||t)&&a(e)}),[]),r=function(e,t,n){void 0===t&&(t={});var r=Qd((function(){return"function"==typeof e?e():e}));if("production"!==process.env.NODE_ENV&&"function"!=typeof e){var i=su(Y(r),1)[0];e!==i&&console.warn("Machine given to `useMachine` has changed between renders. This is not supported and might lead to unexpected results.\nPlease make sure that you pass the same Machine as argument each time.")}var o=t.context,a=t.guards,l=t.actions,s=t.activities,c=t.services,d=t.delays,u=t.state,p=lu(t,["context","guards","actions","activities","services","delays","state"]),h=Qd((function(){var e={context:o,guards:a,actions:l,activities:s,services:c,delays:d};return Bd(r.withConfig(e,(function(){return au(au({},r.context),o)})),au({deferEvents:!0},p))}));return Jd((function(){var e;return n&&(e=h.subscribe(function(e){if("object"==typeof e)return e;var t=function(){};return{next:e,error:void 0||t,complete:void 0||t}}(n))),function(){null==e||e.unsubscribe()}}),[n]),Jd((function(){return h.start(u?Od.create(u):void 0),function(){h.stop()}}),[]),Jd((function(){Object.assign(h.machine.options.actions,l),Object.assign(h.machine.options.guards,a),Object.assign(h.machine.options.activities,s),Object.assign(h.machine.options.services,c),Object.assign(h.machine.options.delays,d)}),[l,a,s,c,d]),ou(h),h}(e,t,n),i=cu(Y((function(){var e=r.machine.initialState;return t.state?Od.create(t.state):e})),2),o=i[0],a=i[1];return[o,r.send,r]}function uu(){return uu=Object.assign?Object.assign.bind():function(e){for(var t=1;t<arguments.length;t++){var n=arguments[t];for(var r in n)({}).hasOwnProperty.call(n,r)&&(e[r]=n[r])}return e},uu.apply(null,arguments)}function pu(e,t){if(null==e)return{};var n={};for(var r in e)if({}.hasOwnProperty.call(e,r)){if(-1!==t.indexOf(r))continue;n[r]=e[r]}return n}const hu={arr:Array.isArray,obj:e=>"[object Object]"===Object.prototype.toString.call(e),fun:e=>"function"==typeof e,str:e=>"string"==typeof e,num:e=>"number"==typeof e,und:e=>void 0===e,nul:e=>null===e,set:e=>e instanceof Set,map:e=>e instanceof Map,equ(e,t){if(typeof e!=typeof t)return!1;if(hu.str(e)||hu.num(e))return e===t;if(hu.obj(e)&&hu.obj(t)&&Object.keys(e).length+Object.keys(t).length===0)return!0;let n;for(n in e)if(!(n in t))return!1;for(n in t)if(e[n]!==t[n])return!1;return!hu.und(n)||e===t}};function fu(e,t){return hu.und(e)||hu.nul(e)?t:e}function gu(e){return hu.und(e)?[]:hu.arr(e)?e:[e]}function vu(e){for(var t=arguments.length,n=new Array(t>1?t-1:0),r=1;r<t;r++)n[r-1]=arguments[r];return hu.fun(e)?e(...n):e}function mu(e){const t=function(e){return e.to,e.from,e.config,e.onStart,e.onRest,e.onFrame,e.children,e.reset,e.reverse,e.force,e.immediate,e.delay,e.attach,e.destroyed,e.interpolateTo,e.ref,e.lazy,pu(e,["to","from","config","onStart","onRest","onFrame","children","reset","reverse","force","immediate","delay","attach","destroyed","interpolateTo","ref","lazy"])}(e);if(hu.und(t))return uu({to:t},e);const n=Object.keys(e).reduce(((n,r)=>hu.und(t[r])?uu({},n,{[r]:e[r]}):n),{});return uu({to:t},n)}class xu{constructor(){this.payload=void 0,this.children=[]}getAnimatedValue(){return this.getValue()}getPayload(){return this.payload||this}attach(){}detach(){}getChildren(){return this.children}addChild(e){0===this.children.length&&this.attach(),this.children.push(e)}removeChild(e){const t=this.children.indexOf(e);this.children.splice(t,1),0===this.children.length&&this.detach()}}class bu extends xu{constructor(){super(...arguments),this.payload=[],this.attach=()=>this.payload.forEach((e=>e instanceof xu&&e.addChild(this))),this.detach=()=>this.payload.forEach((e=>e instanceof xu&&e.removeChild(this)))}}class yu extends xu{constructor(){super(...arguments),this.payload={},this.attach=()=>Object.values(this.payload).forEach((e=>e instanceof xu&&e.addChild(this))),this.detach=()=>Object.values(this.payload).forEach((e=>e instanceof xu&&e.removeChild(this)))}getValue(e){void 0===e&&(e=!1);const t={};for(const n in this.payload){const r=this.payload[n];(!e||r instanceof xu)&&(t[n]=r instanceof xu?r[e?"getAnimatedValue":"getValue"]():r)}return t}getAnimatedValue(){return this.getValue(!0)}}let wu,Cu;let $u,ku=e=>"undefined"!=typeof window?window.requestAnimationFrame(e):-1;let Su,Eu=()=>Date.now();class Ou extends yu{constructor(e,t){super(),this.update=void 0,this.payload=e.style?uu({},e,{style:Su(e.style)}):e,this.update=t,this.attach()}}let Lu=!1;const Ru=new Set,Tu=()=>{if(!Lu)return!1;let e=Eu();for(let t of Ru){let n=!1;for(let r=0;r<t.configs.length;r++){let i,o,a=t.configs[r];for(let t=0;t<a.animatedValues.length;t++){let r=a.animatedValues[t];if(r.done)continue;let l=a.fromValues[t],s=a.toValues[t],c=r.lastPosition,d=s instanceof xu,u=Array.isArray(a.initialVelocity)?a.initialVelocity[t]:a.initialVelocity;if(d&&(s=s.getValue()),a.immediate)r.setValue(s),r.done=!0;else if("string"!=typeof l&&"string"!=typeof s){if(void 0!==a.duration)c=l+a.easing((e-r.startTime)/a.duration)*(s-l),i=e>=r.startTime+a.duration;else if(a.decay)c=l+u/(1-.998)*(1-Math.exp(-.0020000000000000018*(e-r.startTime))),i=Math.abs(r.lastPosition-c)<.1,i&&(s=c);else{o=void 0!==r.lastTime?r.lastTime:e,u=void 0!==r.lastVelocity?r.lastVelocity:a.initialVelocity,e>o+64&&(o=e);let t=Math.floor(e-o);for(let e=0;e<t;++e){u+=1*((-a.tension*(c-s)+-a.friction*u)/a.mass)/1e3,c+=1*u/1e3}let n=!(!a.clamp||0===a.tension)&&(l<s?c>s:c<s),d=Math.abs(u)<=a.precision,p=0===a.tension||Math.abs(s-c)<=a.precision;i=n||d&&p,r.lastVelocity=u,r.lastTime=e}d&&!a.toValues[t].done&&(i=!1),i?(r.value!==s&&(c=s),r.done=!0):n=!0,r.setValue(c),r.lastPosition=c}else r.setValue(s),r.done=!0}t.props.onFrame&&(t.values[a.name]=a.interpolation.getValue())}t.props.onFrame&&t.props.onFrame(t.values),n||(Ru.delete(t),t.stop(!0))}return Ru.size?ku(Tu):Lu=!1,Lu};function Pu(e,t,n){if("function"==typeof e)return e;if(Array.isArray(e))return Pu({range:e,output:t,extrapolate:n});if($u&&"string"==typeof e.output[0])return $u(e);const r=e,i=r.output,o=r.range||[0,1],a=r.extrapolateLeft||r.extrapolate||"extend",l=r.extrapolateRight||r.extrapolate||"extend",s=r.easing||(e=>e);return e=>{const t=function(e,t){for(var n=1;n<t.length-1&&!(t[n]>=e);++n);return n-1}(e,o);return function(e,t,n,r,i,o,a,l,s){let c=s?s(e):e;if(c<t){if("identity"===a)return c;"clamp"===a&&(c=t)}if(c>n){if("identity"===l)return c;"clamp"===l&&(c=n)}if(r===i)return r;if(t===n)return e<=t?r:i;t===-1/0?c=-c:n===1/0?c-=t:c=(c-t)/(n-t);c=o(c),r===-1/0?c=-c:i===1/0?c+=r:c=c*(i-r)+r;return c}(e,o[t],o[t+1],i[t],i[t+1],s,a,l,r.map)}}class _u extends bu{constructor(e,t,n,r){super(),this.calc=void 0,this.payload=e instanceof bu&&!(e instanceof _u)?e.getPayload():Array.isArray(e)?e:[e],this.calc=Pu(t,n,r)}getValue(){return this.calc(...this.payload.map((e=>e.getValue())))}updateConfig(e,t,n){this.calc=Pu(e,t,n)}interpolate(e,t,n){return new _u(this,e,t,n)}}const Mu=(e,t,n)=>e&&new _u(e,t,n);function Du(e,t){"update"in e?t.add(e):e.getChildren().forEach((e=>Du(e,t)))}class Nu extends xu{constructor(e){var t;super(),t=this,this.animatedStyles=new Set,this.value=void 0,this.startPosition=void 0,this.lastPosition=void 0,this.lastVelocity=void 0,this.startTime=void 0,this.lastTime=void 0,this.done=!1,this.setValue=function(e,n){void 0===n&&(n=!0),t.value=e,n&&t.flush()},this.value=e,this.startPosition=e,this.lastPosition=e}flush(){0===this.animatedStyles.size&&Du(this,this.animatedStyles),this.animatedStyles.forEach((e=>e.update()))}clearStyles(){this.animatedStyles.clear()}getValue(){return this.value}interpolate(e,t,n){return new _u(this,e,t,n)}}class Vu extends bu{constructor(e){super(),this.payload=e.map((e=>new Nu(e)))}setValue(e,t){void 0===t&&(t=!0),Array.isArray(e)?e.length===this.payload.length&&e.forEach(((e,n)=>this.payload[n].setValue(e,t))):this.payload.forEach((n=>n.setValue(e,t)))}getValue(){return this.payload.map((e=>e.getValue()))}interpolate(e,t){return new _u(this,e,t)}}let ju=0,Iu=class{constructor(){this.id=void 0,this.idle=!0,this.hasChanged=!1,this.guid=0,this.local=0,this.props={},this.merged={},this.animations={},this.interpolations={},this.values={},this.configs=[],this.listeners=[],this.queue=[],this.localQueue=void 0,this.getValues=()=>this.interpolations,this.id=ju++}update(e){if(!e)return this;const t=mu(e),n=t.delay,r=void 0===n?0:n,i=t.to,o=pu(t,["delay","to"]);if(hu.arr(i)||hu.fun(i))this.queue.push(uu({},o,{delay:r,to:i}));else if(i){let e={};Object.entries(i).forEach((t=>{let n=t[0],i=t[1];const a=uu({to:{[n]:i},delay:vu(r,n)},o),l=e[a.delay]&&e[a.delay].to;e[a.delay]=uu({},e[a.delay],a,{to:uu({},l,a.to)})})),this.queue=Object.values(e)}return this.queue=this.queue.sort(((e,t)=>e.delay-t.delay)),this.diff(o),this}start(e){if(this.queue.length){this.idle=!1,this.localQueue&&this.localQueue.forEach((e=>{let t=e.from,n=void 0===t?{}:t,r=e.to,i=void 0===r?{}:r;hu.obj(n)&&(this.merged=uu({},n,this.merged)),hu.obj(i)&&(this.merged=uu({},this.merged,i))}));const t=this.local=++this.guid,n=this.localQueue=this.queue;this.queue=[],n.forEach(((r,i)=>{let o=r.delay,a=pu(r,["delay"]);const l=r=>{i===n.length-1&&t===this.guid&&r&&(this.idle=!0,this.props.onRest&&this.props.onRest(this.merged)),e&&e()};let s=hu.arr(a.to)||hu.fun(a.to);o?setTimeout((()=>{t===this.guid&&(s?this.runAsync(a,l):this.diff(a).start(l))}),o):s?this.runAsync(a,l):this.diff(a).start(l)}))}else hu.fun(e)&&this.listeners.push(e),this.props.onStart&&this.props.onStart(),t=this,Ru.has(t)||Ru.add(t),Lu||(Lu=!0,ku(Tu));var t;return this}stop(e){return this.listeners.forEach((t=>t(e))),this.listeners=[],this}pause(e){var t;return this.stop(!0),e&&(t=this,Ru.has(t)&&Ru.delete(t)),this}runAsync(e,t){var n=this;e.delay;let r=pu(e,["delay"]);const i=this.local;let o=Promise.resolve(void 0);if(hu.arr(r.to))for(let e=0;e<r.to.length;e++){const t=e,n=uu({},r,mu(r.to[t]));hu.arr(n.config)&&(n.config=n.config[t]),o=o.then((()=>{if(i===this.guid)return new Promise((e=>this.diff(n).start(e)))}))}else if(hu.fun(r.to)){let e,t=0;o=o.then((()=>r.to((n=>{const o=uu({},r,mu(n));if(hu.arr(o.config)&&(o.config=o.config[t]),t++,i===this.guid)return e=new Promise((e=>this.diff(o).start(e)))}),(function(e){return void 0===e&&(e=!0),n.stop(e)})).then((()=>e))))}o.then(t)}diff(e){this.props=uu({},this.props,e);let t=this.props,n=t.from,r=void 0===n?{}:n,i=t.to,o=void 0===i?{}:i,a=t.config,l=void 0===a?{}:a,s=t.reverse,c=t.attach,d=t.reset,u=t.immediate;if(s){var p=[o,r];r=p[0],o=p[1]}this.merged=uu({},r,this.merged,o),this.hasChanged=!1;let h=c&&c(this);if(this.animations=Object.entries(this.merged).reduce(((e,t)=>{let n=t[0],i=t[1],o=e[n]||{};const a=hu.num(i),s=hu.str(i)&&!i.startsWith("#")&&!/\d/.test(i)&&!Cu[i],c=hu.arr(i),p=!a&&!c&&!s;let f=hu.und(r[n])?i:r[n],g=a||c||s?i:1,v=vu(l,n);h&&(g=h.animations[n].parent);let m,x=o.parent,b=o.interpolation,y=gu(h?g.getPayload():g),w=i;p&&(w=$u({range:[0,1],output:[i,i]})(1));let C=b&&b.getValue();const $=!hu.und(x)&&o.animatedValues.some((e=>!e.done)),k=!hu.equ(w,C),S=!hu.equ(w,o.previous),E=!hu.equ(v,o.config);if(d||S&&k||E){if(a||s)x=b=o.parent||new Nu(f);else if(c)x=b=o.parent||new Vu(f);else if(p){let e=o.interpolation&&o.interpolation.calc(o.parent.value);e=void 0===e||d?f:e,o.parent?(x=o.parent,x.setValue(0,!1)):x=new Nu(0);const t={output:[e,i]};o.interpolation?(b=o.interpolation,o.interpolation.updateConfig(t)):b=x.interpolate(t)}return y=gu(h?g.getPayload():g),m=gu(x.getPayload()),d&&!p&&x.setValue(f,!1),this.hasChanged=!0,m.forEach((e=>{e.startPosition=e.value,e.lastPosition=e.value,e.lastVelocity=$?e.lastVelocity:void 0,e.lastTime=$?e.lastTime:void 0,e.startTime=Eu(),e.done=!1,e.animatedStyles.clear()})),vu(u,n)&&x.setValue(p?g:i,!1),uu({},e,{[n]:uu({},o,{name:n,parent:x,interpolation:b,animatedValues:m,toValues:y,previous:w,config:v,fromValues:gu(x.getValue()),immediate:vu(u,n),initialVelocity:fu(v.velocity,0),clamp:fu(v.clamp,!1),precision:fu(v.precision,.01),tension:fu(v.tension,170),friction:fu(v.friction,26),mass:fu(v.mass,1),duration:v.duration,easing:fu(v.easing,(e=>e)),decay:v.decay})})}return k?e:(p&&(x.setValue(1,!1),b.updateConfig({output:[w,w]})),x.done=!0,this.hasChanged=!0,uu({},e,{[n]:uu({},e[n],{previous:w})}))}),this.animations),this.hasChanged){this.configs=Object.values(this.animations),this.values={},this.interpolations={};for(let e in this.animations)this.interpolations[e]=this.animations[e].interpolation,this.values[e]=this.animations[e].interpolation.getValue()}return this}destroy(){this.stop(),this.props={},this.merged={},this.animations={},this.interpolations={},this.values={},this.configs=[],this.local=0}};const Au=e=>{const t=hu.fun(e),n=((e,t)=>{const n=K(!1),r=K(),i=hu.fun(t),o=ne((()=>{let n;return r.current&&(r.current.map((e=>e.destroy())),r.current=void 0),[new Array(e).fill().map(((e,r)=>{const o=new Iu,a=i?vu(t,r,o):t[r];return 0===r&&(n=a.ref),o.update(a),n||o.start(),o})),n]}),[e]),a=o[0],l=o[1];r.current=a,oe(l,(()=>({start:()=>Promise.all(r.current.map((e=>new Promise((t=>e.start(t)))))),stop:e=>r.current.forEach((t=>t.stop(e))),get controllers(){return r.current}})));const s=ne((()=>e=>r.current.map(((t,n)=>{t.update(i?vu(e,n,t):e[n]),l||t.start()}))),[e]);J((()=>{n.current?i||s(t):l||r.current.forEach((e=>e.start()))})),J((()=>(n.current=!0,()=>r.current.forEach((e=>e.destroy())))),[]);const c=r.current.map((e=>e.getValues()));return i?[c,s,e=>r.current.forEach((t=>t.pause(e)))]:c})(1,t?e:[e]),r=n[0],i=n[1],o=n[2];return t?[r[0],i,o]:r};class zu extends yu{constructor(e){void 0===e&&(e={}),super(),!e.transform||e.transform instanceof xu||(e=wu.transform(e)),this.payload=e}}const Hu={transparent:0,aliceblue:4042850303,antiquewhite:4209760255,aqua:16777215,aquamarine:2147472639,azure:4043309055,beige:4126530815,bisque:4293182719,black:255,blanchedalmond:4293643775,blue:65535,blueviolet:2318131967,brown:2771004159,burlywood:3736635391,burntsienna:3934150143,cadetblue:1604231423,chartreuse:2147418367,chocolate:3530104575,coral:4286533887,cornflowerblue:1687547391,cornsilk:4294499583,crimson:3692313855,cyan:16777215,darkblue:35839,darkcyan:9145343,darkgoldenrod:3095792639,darkgray:2846468607,darkgreen:6553855,darkgrey:2846468607,darkkhaki:3182914559,darkmagenta:2332068863,darkolivegreen:1433087999,darkorange:4287365375,darkorchid:2570243327,darkred:2332033279,darksalmon:3918953215,darkseagreen:2411499519,darkslateblue:1211993087,darkslategray:793726975,darkslategrey:793726975,darkturquoise:13554175,darkviolet:2483082239,deeppink:4279538687,deepskyblue:12582911,dimgray:1768516095,dimgrey:1768516095,dodgerblue:512819199,firebrick:2988581631,floralwhite:4294635775,forestgreen:579543807,fuchsia:4278255615,gainsboro:3705462015,ghostwhite:4177068031,gold:4292280575,goldenrod:3668254975,gray:2155905279,green:8388863,greenyellow:2919182335,grey:2155905279,honeydew:4043305215,hotpink:4285117695,indianred:3445382399,indigo:1258324735,ivory:4294963455,khaki:4041641215,lavender:3873897215,lavenderblush:4293981695,lawngreen:2096890111,lemonchiffon:4294626815,lightblue:2916673279,lightcoral:4034953471,lightcyan:3774873599,lightgoldenrodyellow:4210742015,lightgray:3553874943,lightgreen:2431553791,lightgrey:3553874943,lightpink:4290167295,lightsalmon:4288707327,lightseagreen:548580095,lightskyblue:2278488831,lightslategray:2005441023,lightslategrey:2005441023,lightsteelblue:2965692159,lightyellow:4294959359,lime:16711935,limegreen:852308735,linen:4210091775,magenta:4278255615,maroon:2147483903,mediumaquamarine:1724754687,mediumblue:52735,mediumorchid:3126187007,mediumpurple:2473647103,mediumseagreen:1018393087,mediumslateblue:2070474495,mediumspringgreen:16423679,mediumturquoise:1221709055,mediumvioletred:3340076543,midnightblue:421097727,mintcream:4127193855,mistyrose:4293190143,moccasin:4293178879,navajowhite:4292783615,navy:33023,oldlace:4260751103,olive:2155872511,olivedrab:1804477439,orange:4289003775,orangered:4282712319,orchid:3664828159,palegoldenrod:4008225535,palegreen:2566625535,paleturquoise:2951671551,palevioletred:3681588223,papayawhip:4293907967,peachpuff:4292524543,peru:3448061951,pink:4290825215,plum:3718307327,powderblue:2967529215,purple:2147516671,rebeccapurple:1714657791,red:4278190335,rosybrown:3163525119,royalblue:1097458175,saddlebrown:2336560127,salmon:4202722047,sandybrown:4104413439,seagreen:780883967,seashell:4294307583,sienna:2689740287,silver:3233857791,skyblue:2278484991,slateblue:1784335871,slategray:1887473919,slategrey:1887473919,snow:4294638335,springgreen:16744447,steelblue:1182971135,tan:3535047935,teal:8421631,thistle:3636451583,tomato:4284696575,turquoise:1088475391,violet:4001558271,wheat:4125012991,white:4294967295,whitesmoke:4126537215,yellow:4294902015,yellowgreen:2597139199},Bu="[-+]?\\d*\\.?\\d+",Fu=Bu+"%";function Zu(){for(var e=arguments.length,t=new Array(e),n=0;n<e;n++)t[n]=arguments[n];return"\\(\\s*("+t.join(")\\s*,\\s*(")+")\\s*\\)"}const Wu=new RegExp("rgb"+Zu(Bu,Bu,Bu)),qu=new RegExp("rgba"+Zu(Bu,Bu,Bu,Bu)),Gu=new RegExp("hsl"+Zu(Bu,Fu,Fu)),Uu=new RegExp("hsla"+Zu(Bu,Fu,Fu,Bu)),Xu=/^#([0-9a-fA-F]{1})([0-9a-fA-F]{1})([0-9a-fA-F]{1})$/,Yu=/^#([0-9a-fA-F]{1})([0-9a-fA-F]{1})([0-9a-fA-F]{1})([0-9a-fA-F]{1})$/,Ku=/^#([0-9a-fA-F]{6})$/,Ju=/^#([0-9a-fA-F]{8})$/;function Qu(e,t,n){return n<0&&(n+=1),n>1&&(n-=1),n<1/6?e+6*(t-e)*n:n<.5?t:n<2/3?e+(t-e)*(2/3-n)*6:e}function ep(e,t,n){const r=n<.5?n*(1+t):n+t-n*t,i=2*n-r,o=Qu(i,r,e+1/3),a=Qu(i,r,e),l=Qu(i,r,e-1/3);return Math.round(255*o)<<24|Math.round(255*a)<<16|Math.round(255*l)<<8}function tp(e){const t=parseInt(e,10);return t<0?0:t>255?255:t}function np(e){return(parseFloat(e)%360+360)%360/360}function rp(e){const t=parseFloat(e);return t<0?0:t>1?255:Math.round(255*t)}function ip(e){const t=parseFloat(e);return t<0?0:t>100?1:t/100}function op(e){let t=function(e){let t;return"number"==typeof e?e>>>0===e&&e>=0&&e<=4294967295?e:null:(t=Ku.exec(e))?parseInt(t[1]+"ff",16)>>>0:Hu.hasOwnProperty(e)?Hu[e]:(t=Wu.exec(e))?(tp(t[1])<<24|tp(t[2])<<16|tp(t[3])<<8|255)>>>0:(t=qu.exec(e))?(tp(t[1])<<24|tp(t[2])<<16|tp(t[3])<<8|rp(t[4]))>>>0:(t=Xu.exec(e))?parseInt(t[1]+t[1]+t[2]+t[2]+t[3]+t[3]+"ff",16)>>>0:(t=Ju.exec(e))?parseInt(t[1],16)>>>0:(t=Yu.exec(e))?parseInt(t[1]+t[1]+t[2]+t[2]+t[3]+t[3]+t[4]+t[4],16)>>>0:(t=Gu.exec(e))?(255|ep(np(t[1]),ip(t[2]),ip(t[3])))>>>0:(t=Uu.exec(e))?(ep(np(t[1]),ip(t[2]),ip(t[3]))|rp(t[4]))>>>0:null}(e);return null===t?e:(t=t||0,`rgba(${(4278190080&t)>>>24}, ${(16711680&t)>>>16}, ${(65280&t)>>>8}, ${(255&t)/255})`)}const ap=/[+\-]?(?:0|[1-9]\d*)(?:\.\d*)?(?:[eE][+\-]?\d+)?/g,lp=/(#(?:[0-9a-f]{2}){2,4}|(#[0-9a-f]{3})|(rgb|hsl)a?\((-?\d+%?[,\s]+){2,3}\s*[\d\.]+%?\))/gi,sp=new RegExp(`(${Object.keys(Hu).join("|")})`,"g");let cp={animationIterationCount:!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,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};const dp=["Webkit","Ms","Moz","O"];function up(e,t,n){return null==t||"boolean"==typeof t||""===t?"":n||"number"!=typeof t||0===t||cp.hasOwnProperty(e)&&cp[e]?(""+t).trim():t+"px"}cp=Object.keys(cp).reduce(((e,t)=>(dp.forEach((n=>e[((e,t)=>e+t.charAt(0).toUpperCase()+t.substring(1))(n,t)]=e[t])),e)),cp);const pp={};var hp;Su=e=>new zu(e),hp=e=>{const t=e.output.map((e=>e.replace(lp,op))).map((e=>e.replace(sp,op))),n=t[0].match(ap).map((()=>[]));t.forEach((e=>{e.match(ap).forEach(((e,t)=>n[t].push(+e)))}));const r=t[0].match(ap).map(((t,r)=>Pu(uu({},e,{output:n[r]}))));return e=>{let n=0;return t[0].replace(ap,(()=>r[n++](e))).replace(/rgba\(([0-9\.-]+), ([0-9\.-]+), ([0-9\.-]+), ([0-9\.-]+)\)/gi,((e,t,n,r,i)=>`rgba(${Math.round(t)}, ${Math.round(n)}, ${Math.round(r)}, ${i})`))}},$u=hp,Cu=Hu,function(e,t){wu={fn:e,transform:t}}(((e,t)=>{if(!e.nodeType||void 0===e.setAttribute)return!1;{const i=t.style,o=t.children,a=t.scrollTop,l=t.scrollLeft,s=pu(t,["style","children","scrollTop","scrollLeft"]),c="filter"===e.nodeName||e.parentNode&&"filter"===e.parentNode.nodeName;void 0!==a&&(e.scrollTop=a),void 0!==l&&(e.scrollLeft=l),void 0!==o&&(e.textContent=o);for(let t in i)if(i.hasOwnProperty(t)){var n=0===t.indexOf("--"),r=up(t,i[t],n);"float"===t&&(t="cssFloat"),n?e.style.setProperty(t,r):e.style[t]=r}for(let t in s){const n=c?t:pp[t]||(pp[t]=t.replace(/([A-Z])/g,(e=>"-"+e.toLowerCase())));void 0!==e.getAttribute(n)&&e.setAttribute(n,s[t])}}}),(e=>e));var fp;const gp=(fp=e=>X(((t,n)=>{const r=function(){const e=Y(!1)[1];return re((()=>e((e=>!e))),[])}(),i=K(!0),o=K(null),a=K(null),l=re((e=>{const t=o.current;o.current=new Ou(e,(()=>{let e=!1;a.current&&(e=wu.fn(a.current,o.current.getAnimatedValue())),a.current&&!1!==e||r()})),t&&t.detach()}),[]);J((()=>()=>{i.current=!1,o.current&&o.current.detach()}),[]),oe(n,(()=>(e=>e.current)(a))),l(t);const s=o.current.getValue();s.scrollTop,s.scrollLeft;const c=pu(s,["scrollTop","scrollLeft"]),d=(u=e,!hu.fun(u)||u.prototype instanceof U.Component?e=>a.current=function(e,t){return t&&(hu.fun(t)?t(e):hu.obj(t)&&(t.current=e)),e}(e,n):void 0);var u;return U.createElement(e,uu({},c,{ref:d}))})),e=>(hu.arr(e)?e:Object.keys(e)).reduce(((e,t)=>{const n=t;return e[n]=fp(n),e}),fp))(["a","abbr","address","area","article","aside","audio","b","base","bdi","bdo","big","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","keygen","label","legend","li","link","main","map","mark","menu","menuitem","meta","meter","nav","noscript","object","ol","optgroup","option","output","p","param","picture","pre","progress","q","rp","rt","ruby","s","samp","script","section","select","small","source","span","strong","style","sub","summary","sup","table","tbody","td","textarea","tfoot","th","thead","time","title","tr","track","u","ul","var","video","wbr","circle","clipPath","defs","ellipse","foreignObject","g","image","line","linearGradient","mask","path","pattern","polygon","polyline","radialGradient","rect","stop","svg","text","tspan"]);function vp(e,t){return e.map((function(e,n){return e+t[n]}))}function mp(e,t){return e.map((function(e,n){return e-t[n]}))}function xp(e){return Math.hypot.apply(Math,e)}function bp(e){return Math.sign?Math.sign(e):Number(e>0)-Number(e<0)||+e}function yp(e,t,n){return 0===t||Math.abs(t)===1/0?function(e,t){return Math.pow(e,5*t)}(e,n):e*t*n/(t+n*e)}function wp(e,t,n,r){return void 0===r&&(r=.15),0===r?function(e,t,n){return Math.max(t,Math.min(e,n))}(e,t,n):e<t?-yp(t-e,n-t,r)+t:e>n?+yp(e-n,n-t,r)+n:e}function Cp(e,t,n){return t&&function(e,t){for(var n=0;n<t.length;n++){var r=t[n];r.enumerable=r.enumerable||!1,r.configurable=!0,"value"in r&&(r.writable=!0),Object.defineProperty(e,r.key,r)}}(e.prototype,t),e}function $p(){return $p=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var n=arguments[t];for(var r in n)Object.prototype.hasOwnProperty.call(n,r)&&(e[r]=n[r])}return e},$p.apply(this,arguments)}function kp(e,t){e.prototype=Object.create(t.prototype),e.prototype.constructor=e,e.__proto__=t}function Sp(e){if(void 0===e)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return e}function Ep(e,t){(null==t||t>e.length)&&(t=e.length);for(var n=0,r=new Array(t);n<t;n++)r[n]=e[n];return r}function Op(e,t){var n;if("undefined"==typeof Symbol||null==e[Symbol.iterator]){if(Array.isArray(e)||(n=function(e,t){if(e){if("string"==typeof e)return Ep(e,t);var n=Object.prototype.toString.call(e).slice(8,-1);return"Object"===n&&e.constructor&&(n=e.constructor.name),"Map"===n||"Set"===n?Array.from(e):"Arguments"===n||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n)?Ep(e,t):void 0}}(e))||t){n&&(e=n);var r=0;return function(){return r>=e.length?{done:!0}:{done:!1,value:e[r++]}}}throw new TypeError("Invalid attempt to iterate non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}return(n=e[Symbol.iterator]()).next.bind(n)}function Lp(){}function Rp(){for(var e=arguments.length,t=new Array(e),n=0;n<e;n++)t[n]=arguments[n];return 0===t.length?Lp:1===t.length?t[0]:function(){for(var e,n,r=Op(t);!(n=r()).done;){e=n.value.apply(this,arguments)||e}return e}}function Tp(e,t){if(void 0===e){if(void 0===t)throw new Error("Must define fallback value if undefined is expected");e=t}return Array.isArray(e)?e:[e,e]}function Pp(e){if("function"==typeof e){for(var t=arguments.length,n=new Array(t>1?t-1:0),r=1;r<t;r++)n[r-1]=arguments[r];return e.apply(void 0,n)}return e}function _p(e,t){void 0===e&&(e={});for(var n={},r=0,i=Object.entries(t);r<i.length;r++){var o=i[r],a=o[0],l=o[1];switch(typeof l){case"function":n[a]=l.call(n,e[a],a,e);break;case"object":n[a]=_p(e[a],l);break;case"boolean":l&&(n[a]=e[a])}}return n}var Mp=$p({},{threshold:function(e){return void 0===e&&(e=0),Tp(e)},rubberband:function(e){switch(void 0===e&&(e=0),e){case!0:return Tp(.15);case!1:return Tp(0);default:return Tp(e)}},enabled:function(e){return void 0===e&&(e=!0),e},triggerAllEvents:function(e){return void 0===e&&(e=!1),e},initial:function(e){return void 0===e&&(e=0),"function"==typeof e?e:Tp(e)}},{axis:!0,lockDirection:function(e){return void 0===e&&(e=!1),e},bounds:function(e){if(void 0===e&&(e={}),"function"==typeof e)return function(t){return Mp.bounds(e(t))};var t=e,n=t.left,r=void 0===n?-1/0:n,i=t.right,o=void 0===i?1/0:i,a=t.top,l=void 0===a?-1/0:a,s=t.bottom;return[[r,o],[l,void 0===s?1/0:s]]}}),Dp="undefined"!=typeof window&&window.document&&window.document.createElement,Np={enabled:function(e){return void 0===e&&(e=!0),e},domTarget:!0,window:function(e){function t(t){return e.apply(this,arguments)}return t.toString=function(){return e.toString()},t}((function(e){return void 0===e&&(e=Dp?window:void 0),e})),eventOptions:function(e){var t=void 0===e?{}:e,n=t.passive,r=void 0===n||n,i=t.capture;return{passive:r,capture:void 0!==i&&i}}},Vp=$p({},Mp,{threshold:function(e,t,n){var r=n.filterTaps,i=void 0!==r&&r,o=n.lockDirection,a=void 0!==o&&o,l=n.axis,s=Tp(e,i?3:a||(void 0===l?void 0:l)?1:0);return this.filterTaps=i||s[0]+s[1]>0,s},swipeVelocity:function(e){return void 0===e&&(e=.5),Tp(e)},swipeDistance:function(e){return void 0===e&&(e=60),Tp(e)},delay:function(e){switch(void 0===e&&(e=0),e){case!0:return 180;case!1:return 0;default:return e}}});function jp(e){var t=e.domTarget,n=e.eventOptions,r=e.window,i=e.enabled,o=function(e,t){if(null==e)return{};var n,r,i={},o=Object.keys(e);for(r=0;r<o.length;r++)n=o[r],t.indexOf(n)>=0||(i[n]=e[n]);return i}(e,["domTarget","eventOptions","window","enabled"]),a=function(e){return void 0===e&&(e={}),_p(e,Np)}({domTarget:t,eventOptions:n,window:r,enabled:i});return a.drag=function(e){return void 0===e&&(e={}),_p(e,Vp)}(o),a}function Ip(e){return $p({_active:!1,_blocked:!1,_intentional:[!1,!1],_movement:[0,0],_initial:[0,0],_bounds:[[-1/0,1/0],[-1/0,1/0]],_lastEventType:void 0,event:void 0,intentional:!1,values:[0,0],velocities:[0,0],delta:[0,0],movement:[0,0],offset:[0,0],lastOffset:[0,0],direction:[0,0],initial:[0,0],previous:[0,0],first:!1,last:!1,active:!1,timeStamp:0,startTime:0,elapsedTime:0,cancel:Lp,canceled:!1,memo:void 0,args:void 0},e)}function Ap(){return{shared:{hovering:!1,scrolling:!1,wheeling:!1,dragging:!1,moving:!1,pinching:!1,touches:0,buttons:0,down:!1,shiftKey:!1,altKey:!1,metaKey:!1,ctrlKey:!1},drag:Ip({axis:void 0,xy:[0,0],vxvy:[0,0],velocity:0,distance:0,_isTap:!0,_delayedEvent:!1,_pointerId:void 0,tap:!1,swipe:[0,0]}),pinch:Ip({da:[0,0],vdva:[0,0],origin:void 0,turns:0}),wheel:Ip({axis:void 0,xy:[0,0],vxvy:[0,0],velocity:0,distance:0}),move:Ip({axis:void 0,xy:[0,0],vxvy:[0,0],velocity:0,distance:0}),scroll:Ip({axis:void 0,xy:[0,0],vxvy:[0,0],velocity:0,distance:0})}}var zp=new Map,Hp=function(){function e(e,t){var n=this;void 0===t&&(t=[]),this.controller=e,this.args=t,this.debounced=!0,this.setTimeout=function(e,t){var r;void 0===t&&(t=140),clearTimeout(n.controller.timeouts[n.stateKey]);for(var i=arguments.length,o=new Array(i>2?i-2:0),a=2;a<i;a++)o[a-2]=arguments[a];n.controller.timeouts[n.stateKey]=(r=window).setTimeout.apply(r,[e,t].concat(o))},this.clearTimeout=function(){clearTimeout(n.controller.timeouts[n.stateKey])},this.fireGestureHandler=function(e){if(void 0===e&&(e=!1),n.state._blocked)return n.debounced||(n.state._active=!1,n.clean()),null;if(!e&&!n.state.intentional&&!n.config.triggerAllEvents)return null;if(n.state.intentional){var t=n.state.active,r=n.state._active;n.state.active=r,n.state.first=r&&!t,n.state.last=t&&!r,n.controller.state.shared[n.ingKey]=r}var i=$p({},n.controller.state.shared,n.state,n.mapStateValues(n.state)),o=n.handler(i);return n.state.memo=void 0!==o?o:n.state.memo,n.state._active||n.clean(),i}}var t=e.prototype;return t.updateSharedState=function(e){Object.assign(this.controller.state.shared,e)},t.updateGestureState=function(e){Object.assign(this.state,e)},t.checkIntentionality=function(e,t){return{_intentional:e,_blocked:!1}},t.getMovement=function(e){var t=this.config,n=t.initial,r=t.bounds,i=t.rubberband,o=t.threshold,a=this.state,l=a._bounds,s=a._initial,c=a._active,d=a._intentional,u=a.lastOffset,p=a.movement,h=this.getInternalMovement(e,this.state),f=!1===d[0]?Bp(h[0],o[0]):d[0],g=!1===d[1]?Bp(h[1],o[1]):d[1],v=this.checkIntentionality([f,g],h);if(v._blocked)return $p({},v,{_movement:h,delta:[0,0]});var m,x,b,y,w=v._intentional,C=h;(!1!==w[0]&&!1===d[0]&&(x=Pp(n,this.state),m=Pp(r,this.state),s[0]=x[0],l[0]=m[0]),!1!==w[1]&&!1===d[1])&&(x=null!=(b=x)?b:Pp(n,this.state),m=null!=(y=m)?y:Pp(r,this.state),s[1]=x[1],l[1]=m[1]);var $=[!1!==w[0]?h[0]-w[0]:s[0],!1!==w[1]?h[1]-w[1]:s[1]],k=vp($,u),S=c?i:[0,0];return $=Fp(l,vp($,s),S),$p({},v,{intentional:!1!==w[0]||!1!==w[1],_initial:s,_movement:C,movement:$,values:e,offset:Fp(l,k,S),delta:mp($,p)})},t.clean=function(){this.clearTimeout()},Cp(e,[{key:"config",get:function(){return this.controller.config[this.stateKey]}},{key:"enabled",get:function(){return this.controller.config.enabled&&this.config.enabled}},{key:"state",get:function(){return this.controller.state[this.stateKey]}},{key:"handler",get:function(){return this.controller.handlers[this.stateKey]}}]),e}();function Bp(e,t){return Math.abs(e)>=t&&bp(e)*t}function Fp(e,t,n){var r=t[0],i=t[1],o=n[0],a=n[1],l=e[0],s=l[0],c=l[1],d=e[1],u=d[0],p=d[1];return[wp(r,s,c,o),wp(i,u,p,a)]}function Zp(e,t,n){var r=e.state,i=e.args,o=t.timeStamp,a=t.type,l=r.values;return{_lastEventType:a,event:t,timeStamp:o,elapsedTime:n?0:o-r.startTime,args:i,previous:l}}function Wp(e,t){return function(n){for(var r=arguments.length,i=new Array(r>1?r-1:0),o=1;o<r;o++)i[o-1]=arguments[o];return e.call.apply(e,[this,$p({},t,{event:n})].concat(i))}}var qp=function(e){var t=this;this.classes=e,this.bind=function(){for(var e={},n=arguments.length,r=new Array(n),i=0;i<n;i++)r[i]=arguments[i];for(var o,a=Op(t.classes);!(o=a()).done;){new(0,o.value)(t,r).addBindings(e)}for(var l=0,s=Object.entries(t.nativeRefs);l<s.length;l++){var c=s[l];Xp(e,c[0],Wp(c[1],$p({},t.state.shared,{args:r})))}return t.config.domTarget?function(e,t){var n=e.config,r=e.domListeners,i=Up(n);if(!i)throw new Error("domTarget must be defined");var o=n.eventOptions;Kp(i,Gp(r),o);for(var a=0,l=Object.entries(t);a<l.length;a++){var s=l[a],c=s[0],d=s[1],u=c.slice(2).toLowerCase();r.push([u,Rp.apply(void 0,d)])}Yp(i,r,o)}(t,e):function(e,t){for(var n=e.config,r={},i=n.eventOptions.capture?"Capture":"",o=0,a=Object.entries(t);o<a.length;o++){var l=a[o],s=l[0],c=l[1],d=Array.isArray(c)?c:[c];r[s+i]=Rp.apply(void 0,d)}return r}(t,e)},this.effect=function(){return t.config.domTarget&&t.bind(),t.clean},this.clean=function(){var e=Up(t.config),n=t.config.eventOptions;e&&Kp(e,Gp(t.domListeners),n),Object.values(t.timeouts).forEach(clearTimeout),function(e){var t=e.config,n=t.window,r=t.eventOptions,i=e.windowListeners;if(!n)return;for(var o in i){Kp(n,i[o],r)}e.windowListeners={}}(t)},this.state=Ap(),this.timeouts={},this.domListeners=[],this.windowListeners={}};function Gp(e){return void 0===e&&(e=[]),e.splice(0,e.length)}function Up(e){var t=e.domTarget;return t&&"current"in t?t.current:t}function Xp(e,t,n){e[t]||(e[t]=[]),e[t].push(n)}function Yp(e,t,n){void 0===t&&(t=[]),void 0===n&&(n={});for(var r,i=Op(t);!(r=i()).done;){var o=r.value,a=o[0],l=o[1];e.addEventListener(a,l,n)}}function Kp(e,t,n){void 0===t&&(t=[]),void 0===n&&(n={});for(var r,i=Op(t);!(r=i()).done;){var o=r.value,a=o[0],l=o[1];e.removeEventListener(a,l,n)}}function Jp(e,t,n){void 0===n&&(n={});var r=function(e){var t=new Set;e.drag&&t.add(zp.get("drag"));e.wheel&&t.add(zp.get("wheel"));e.scroll&&t.add(zp.get("scroll"));e.move&&t.add(zp.get("move"));e.pinch&&t.add(zp.get("pinch"));e.hover&&t.add(zp.get("hover"));return t}(e),i=U.useMemo((function(){return new qp(r)}),[]);return i.config=t,i.handlers=e,i.nativeRefs=n,U.useEffect(i.effect,[]),i.config.domTarget?Qp:i.bind}function Qp(){"development"===process.env.NODE_ENV&&console.warn("Deprecation notice: When the `domTarget` option is specified, you don't need to write `useEffect(bind, [bind])` anymore: event binding is now made handled internally to this lib.\n\nNext version won't return anything when `domTarget` is provided, therefore your code will break if you try to call `useEffect`.")}function eh(e){if("touches"in e){var t=e.targetTouches,n=e.changedTouches;return t.length>0?t:n}return null}function th(e){var t="buttons"in e?e.buttons:0,n=eh(e),r=n&&n.length||0;return{touches:r,down:r>0||t>0,buttons:t,shiftKey:e.shiftKey,altKey:e.altKey,metaKey:e.metaKey,ctrlKey:e.ctrlKey}}function nh(e){var t=eh(e),n=t?t[0]:e;return[n.clientX,n.clientY]}var rh=function(e){function t(){var t;return(t=e.apply(this,arguments)||this).ingKey="dragging",t.stateKey="drag",t.onDragStart=function(e){t.enabled&&!t.state._active&&(!function(e,t,n){var r=e.config,i=e.windowListeners;void 0===n&&(n=[]),r.window&&(Kp(r.window,i[t],r.eventOptions),Yp(r.window,i[t]=n,r.eventOptions))}(t.controller,t.stateKey,[["pointermove",t.onDragChange],["pointerup",t.onDragEnd],["pointercancel",t.onDragEnd]]),t.updateGestureState({_pointerId:e.pointerId}),t.config.delay>0?(t.state._delayedEvent=!0,"persist"in e&&"function"==typeof e.persist&&e.persist(),t.setTimeout(t.startDrag.bind(Sp(t)),t.config.delay,e)):t.startDrag(e))},t.onDragChange=function(e){if(!t.state.canceled&&e.pointerId===t.state._pointerId)if(t.state._active){var n=th(e);if(n.down){t.updateSharedState(n);var r=nh(e),i=t.getKinematics(r,e),o=Zp(Sp(t),e),a=t.state._isTap,l=xp(i._movement);a&&l>=3&&(a=!1),t.updateGestureState($p({},o,i,{_isTap:a})),t.fireGestureHandler()}else t.onDragEnd(e)}else t.state._delayedEvent&&(t.clearTimeout(),t.startDrag(e))},t.onDragEnd=function(e){if(e.pointerId===t.state._pointerId){t.state._active=!1,t.updateSharedState({down:!1,buttons:0,touches:0});var n=t.state._isTap,r=t.state.velocities,i=r[0],o=r[1],a=t.state.movement,l=a[0],s=a[1],c=t.state._intentional,d=c[0],u=c[1],p=t.config.swipeVelocity,h=p[0],f=p[1],g=t.config.swipeDistance,v=g[0],m=g[1],x=$p({},Zp(Sp(t),e),t.getMovement(t.state.values)),b=[0,0];x.elapsedTime<220&&(!1!==d&&Math.abs(i)>h&&Math.abs(l)>v&&(b[0]=bp(i)),!1!==u&&Math.abs(o)>f&&Math.abs(s)>m&&(b[1]=bp(o))),t.updateGestureState($p({},x,{tap:n,swipe:b})),t.fireGestureHandler(!0===n)}},t.clean=function(){e.prototype.clean.call(Sp(t)),t.state._delayedEvent=!1,function(e,t){var n=e.config,r=e.windowListeners;n.window&&(Kp(n.window,r[t],n.eventOptions),delete r[t])}(t.controller,t.stateKey)},t.onCancel=function(){t.state.canceled||(t.updateGestureState({canceled:!0}),t.state._active=!1,t.updateSharedState({down:!1,buttons:0,touches:0}),requestAnimationFrame((function(){return t.fireGestureHandler()})))},t.onClick=function(e){t.state._isTap||e.stopPropagation()},t}kp(t,e);var n=t.prototype;return n.startDrag=function(e){var t=nh(e);this.updateSharedState(th(e)),this.updateGestureState($p({},function(e,t,n){var r=e.state.offset,i=n.timeStamp;return $p({},Ap()[e.stateKey],{_active:!0,values:t,initial:t,offset:r,lastOffset:r,startTime:i})}(this,t,e),Zp(this,e,!0),{_pointerId:e.pointerId,cancel:this.onCancel})),this.updateGestureState(this.getMovement(t)),this.fireGestureHandler()},n.addBindings=function(e){(Xp(e,"onPointerDown",this.onDragStart),this.config.filterTaps)&&Xp(e,this.controller.config.eventOptions.capture?"onClick":"onClickCapture",this.onClick)},t}(function(e){function t(){return e.apply(this,arguments)||this}kp(t,e);var n=t.prototype;return n.getInternalMovement=function(e,t){return mp(e,t.initial)},n.checkIntentionality=function(e,t){if(!1===e[0]&&!1===e[1])return{_intentional:e,axis:this.state.axis};var n=t.map(Math.abs),r=n[0],i=n[1],o=this.state.axis||(r>i?"x":r<i?"y":void 0);return this.config.axis||this.config.lockDirection?o?this.config.axis&&o!==this.config.axis?{_intentional:e,_blocked:!0,axis:o}:(e["x"===o?1:0]=!1,{_intentional:e,_blocked:!1,axis:o}):{_intentional:[!1,!1],_blocked:!1,axis:o}:{_intentional:e,_blocked:!1,axis:o}},n.getKinematics=function(e,t){var n=this.getMovement(e);if(!n._blocked){var r=t.timeStamp-this.state.timeStamp;Object.assign(n,function(e,t,n){var r=xp(t),i=0===r?0:1/r,o=0===n?0:1/n,a=o*r,l=t.map((function(e){return o*e})),s=t.map((function(e){return i*e}));return{velocities:l,velocity:a,distance:xp(e),direction:s}}(n.movement,n.delta,r))}return n},n.mapStateValues=function(e){return{xy:e.values,vxvy:e.velocities}},t}(Hp));function ih(e,t){if(e===t)return!0;if(e&&t&&"object"==typeof e&&"object"==typeof t){if(e.constructor!==t.constructor)return!1;var n,r,i,o;if(Array.isArray(e)){if((n=e.length)!==t.length)return!1;for(r=n;0!=r--;)if(!ih(e[r],t[r]))return!1;return!0}if("function"==typeof Map&&e instanceof Map&&t instanceof Map){if(e.size!==t.size)return!1;for(o=e.entries();!(r=o.next()).done;)if(!t.has(r.value[0]))return!1;for(o=e.entries();!(r=o.next()).done;)if(!ih(r.value[1],t.get(r.value[0])))return!1;return!0}if("function"==typeof Set&&e instanceof Set&&t instanceof Set){if(e.size!==t.size)return!1;for(o=e.entries();!(r=o.next()).done;)if(!t.has(r.value[0]))return!1;return!0}if(e.constructor===RegExp)return e.source===t.source&&e.flags===t.flags;if(e.valueOf!==Object.prototype.valueOf)return e.valueOf()===t.valueOf();if(e.toString!==Object.prototype.toString)return e.toString()===t.toString();if((n=(i=Object.keys(e)).length)!==Object.keys(t).length)return!1;for(r=n;0!=r--;)if(!Object.prototype.hasOwnProperty.call(t,i[r]))return!1;if("undefined"!=typeof Element&&e instanceof Element)return!1;for(r=n;0!=r--;)if(!("_owner"===i[r]&&e.$$typeof||ih(e[i[r]],t[i[r]])))return!1;return!0}return e!=e&&t!=t}function oh(e,t){try{return ih(e,t)}catch(e){if((e.message||"").match(/stack|recursion/i))return console.warn("react-fast-compare cannot handle circular refs"),!1;throw e}}function ah(e,t){void 0===t&&(t={}),zp.set("drag",rh);var n=K();return n.current||(n.current=function(e,t){var n,r,i=[],o=!1;return function(){for(var a=arguments.length,l=new Array(a),s=0;s<a;s++)l[s]=arguments[s];return o&&n===this&&t(l,i)||(r=e.apply(this,l),o=!0,n=this,i=l),r}}(jp,oh)),Jp({drag:e},n.current(t))}
|
|
2458
2460
|
/*!
|
|
2459
2461
|
* tabbable 5.3.3
|
|
2460
2462
|
* @license MIT, https://github.com/focus-trap/tabbable/blob/master/LICENSE
|
|
2461
|
-
*/var
|
|
2463
|
+
*/var lh=["input","select","textarea","a[href]","button","[tabindex]:not(slot)","audio[controls]","video[controls]",'[contenteditable]:not([contenteditable="false"])',"details>summary:first-of-type","details"],sh=lh.join(","),ch="undefined"==typeof Element,dh=ch?function(){}:Element.prototype.matches||Element.prototype.msMatchesSelector||Element.prototype.webkitMatchesSelector,uh=!ch&&Element.prototype.getRootNode?function(e){return e.getRootNode()}:function(e){return e.ownerDocument},ph=function(e,t,n){var r=Array.prototype.slice.apply(e.querySelectorAll(sh));return t&&dh.call(e,sh)&&r.unshift(e),r=r.filter(n)},hh=function e(t,n,r){for(var i=[],o=Array.from(t);o.length;){var a=o.shift();if("SLOT"===a.tagName){var l=a.assignedElements(),s=e(l.length?l:a.children,!0,r);r.flatten?i.push.apply(i,s):i.push({scope:a,candidates:s})}else{dh.call(a,sh)&&r.filter(a)&&(n||!t.includes(a))&&i.push(a);var c=a.shadowRoot||"function"==typeof r.getShadowRoot&&r.getShadowRoot(a),d=!r.shadowRootFilter||r.shadowRootFilter(a);if(c&&d){var u=e(!0===c?a.children:c.children,!0,r);r.flatten?i.push.apply(i,u):i.push({scope:a,candidates:u})}else o.unshift.apply(o,a.children)}}return i},fh=function(e,t){return e.tabIndex<0&&(t||/^(AUDIO|VIDEO|DETAILS)$/.test(e.tagName)||e.isContentEditable)&&isNaN(parseInt(e.getAttribute("tabindex"),10))?0:e.tabIndex},gh=function(e,t){return e.tabIndex===t.tabIndex?e.documentOrder-t.documentOrder:e.tabIndex-t.tabIndex},vh=function(e){return"INPUT"===e.tagName},mh=function(e){return function(e){return vh(e)&&"radio"===e.type}(e)&&!function(e){if(!e.name)return!0;var t,n=e.form||uh(e),r=function(e){return n.querySelectorAll('input[type="radio"][name="'+e+'"]')};if("undefined"!=typeof window&&void 0!==window.CSS&&"function"==typeof window.CSS.escape)t=r(window.CSS.escape(e.name));else try{t=r(e.name)}catch(e){return console.error("Looks like you have a radio button with a name attribute containing invalid CSS selector characters and need the CSS.escape polyfill: %s",e.message),!1}var i=function(e,t){for(var n=0;n<e.length;n++)if(e[n].checked&&e[n].form===t)return e[n]}(t,e.form);return!i||i===e}(e)},xh=function(e){var t=e.getBoundingClientRect(),n=t.width,r=t.height;return 0===n&&0===r},bh=function(e,t){return!(t.disabled||function(e){return vh(e)&&"hidden"===e.type}(t)||function(e,t){var n=t.displayCheck,r=t.getShadowRoot;if("hidden"===getComputedStyle(e).visibility)return!0;var i=dh.call(e,"details>summary:first-of-type")?e.parentElement:e;if(dh.call(i,"details:not([open]) *"))return!0;var o=uh(e).host,a=(null==o?void 0:o.ownerDocument.contains(o))||e.ownerDocument.contains(e);if(n&&"full"!==n){if("non-zero-area"===n)return xh(e)}else{if("function"==typeof r){for(var l=e;e;){var s=e.parentElement,c=uh(e);if(s&&!s.shadowRoot&&!0===r(s))return xh(e);e=e.assignedSlot?e.assignedSlot:s||c===e.ownerDocument?s:c.host}e=l}if(a)return!e.getClientRects().length}return!1}(t,e)||function(e){return"DETAILS"===e.tagName&&Array.prototype.slice.apply(e.children).some((function(e){return"SUMMARY"===e.tagName}))}(t)||function(e){if(/^(INPUT|BUTTON|SELECT|TEXTAREA)$/.test(e.tagName))for(var t=e.parentElement;t;){if("FIELDSET"===t.tagName&&t.disabled){for(var n=0;n<t.children.length;n++){var r=t.children.item(n);if("LEGEND"===r.tagName)return!!dh.call(t,"fieldset[disabled] *")||!r.contains(e)}return!0}t=t.parentElement}return!1}(t))},yh=function(e,t){return!(mh(t)||fh(t)<0||!bh(e,t))},wh=function(e){var t=parseInt(e.getAttribute("tabindex"),10);return!!(isNaN(t)||t>=0)},Ch=function e(t){var n=[],r=[];return t.forEach((function(t,i){var o=!!t.scope,a=o?t.scope:t,l=fh(a,o),s=o?e(t.candidates):a;0===l?o?n.push.apply(n,s):n.push(a):r.push({documentOrder:i,tabIndex:l,item:t,isScope:o,content:s})})),r.sort(gh).reduce((function(e,t){return t.isScope?e.push.apply(e,t.content):e.push(t.content),e}),[]).concat(n)},$h=function(e,t){var n;return n=(t=t||{}).getShadowRoot?hh([e],t.includeContainer,{filter:yh.bind(null,t),flatten:!1,getShadowRoot:t.getShadowRoot,shadowRootFilter:wh}):ph(e,t.includeContainer,yh.bind(null,t)),Ch(n)},kh=function(e,t){if(t=t||{},!e)throw new Error("No node provided");return!1!==dh.call(e,sh)&&yh(t,e)},Sh=lh.concat("iframe").join(","),Eh=function(e,t){if(t=t||{},!e)throw new Error("No node provided");return!1!==dh.call(e,Sh)&&bh(t,e)};
|
|
2462
2464
|
/*!
|
|
2463
2465
|
* focus-trap 6.9.4
|
|
2464
2466
|
* @license MIT, https://github.com/focus-trap/focus-trap/blob/master/LICENSE
|
|
2465
2467
|
*/
|
|
2466
|
-
function Eh(e,t){var n=Object.keys(e);if(Object.getOwnPropertySymbols){var r=Object.getOwnPropertySymbols(e);t&&(r=r.filter((function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable}))),n.push.apply(n,r)}return n}function Oh(e){for(var t=1;t<arguments.length;t++){var n=null!=arguments[t]?arguments[t]:{};t%2?Eh(Object(n),!0).forEach((function(t){Lh(e,t,n[t])})):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(n)):Eh(Object(n)).forEach((function(t){Object.defineProperty(e,t,Object.getOwnPropertyDescriptor(n,t))}))}return e}function Lh(e,t,n){return t in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}var Rh,Th=(Rh=[],{activateTrap:function(e){if(Rh.length>0){var t=Rh[Rh.length-1];t!==e&&t.pause()}var n=Rh.indexOf(e);-1===n||Rh.splice(n,1),Rh.push(e)},deactivateTrap:function(e){var t=Rh.indexOf(e);-1!==t&&Rh.splice(t,1),Rh.length>0&&Rh[Rh.length-1].unpause()}}),Ph=function(e){return setTimeout(e,0)},_h=function(e,t){var n=-1;return e.every((function(e,r){return!t(e)||(n=r,!1)})),n},Mh=function(e){for(var t=arguments.length,n=new Array(t>1?t-1:0),r=1;r<t;r++)n[r-1]=arguments[r];return"function"==typeof e?e.apply(void 0,n):e},Dh=function(e){return e.target.shadowRoot&&"function"==typeof e.composedPath?e.composedPath()[0]:e.target},Nh=function(e,t){var n,r=(null==t?void 0:t.document)||document,i=Oh({returnFocusOnDeactivate:!0,escapeDeactivates:!0,delayInitialFocus:!0},t),o={containers:[],containerGroups:[],tabbableGroups:[],nodeFocusedBeforeActivation:null,mostRecentlyFocusedNode:null,active:!1,paused:!1,delayInitialFocusTimer:void 0},a=function(e,t,n){return e&&void 0!==e[t]?e[t]:i[n||t]},l=function(e){return o.containerGroups.findIndex((function(t){var n=t.container,r=t.tabbableNodes;return n.contains(e)||r.find((function(t){return t===e}))}))},s=function(e){var t=i[e];if("function"==typeof t){for(var n=arguments.length,o=new Array(n>1?n-1:0),a=1;a<n;a++)o[a-1]=arguments[a];t=t.apply(void 0,o)}if(!0===t&&(t=void 0),!t){if(void 0===t||!1===t)return t;throw new Error("`".concat(e,"` was specified but was not a node, or did not return a node"))}var l=t;if("string"==typeof t&&!(l=r.querySelector(t)))throw new Error("`".concat(e,"` as selector refers to no known node"));return l},c=function(){var e=s("initialFocus");if(!1===e)return!1;if(void 0===e)if(l(r.activeElement)>=0)e=r.activeElement;else{var t=o.tabbableGroups[0];e=t&&t.firstTabbableNode||s("fallbackFocus")}if(!e)throw new Error("Your focus-trap needs to have at least one focusable element");return e},d=function(){if(o.containerGroups=o.containers.map((function(e){var t,n,r=Ch(e,i.tabbableOptions),o=(t=e,(n=(n=i.tabbableOptions)||{}).getShadowRoot?ph([t],n.includeContainer,{filter:xh.bind(null,n),flatten:!0,getShadowRoot:n.getShadowRoot}):uh(t,n.includeContainer,xh.bind(null,n)));return{container:e,tabbableNodes:r,focusableNodes:o,firstTabbableNode:r.length>0?r[0]:null,lastTabbableNode:r.length>0?r[r.length-1]:null,nextTabbableNode:function(e){var t=!(arguments.length>1&&void 0!==arguments[1])||arguments[1],n=o.findIndex((function(t){return t===e}));if(!(n<0))return t?o.slice(n+1).find((function(e){return $h(e,i.tabbableOptions)})):o.slice(0,n).reverse().find((function(e){return $h(e,i.tabbableOptions)}))}}})),o.tabbableGroups=o.containerGroups.filter((function(e){return e.tabbableNodes.length>0})),o.tabbableGroups.length<=0&&!s("fallbackFocus"))throw new Error("Your focus-trap must have at least one container with at least one tabbable node in it at all times")},u=function e(t){!1!==t&&t!==r.activeElement&&(t&&t.focus?(t.focus({preventScroll:!!i.preventScroll}),o.mostRecentlyFocusedNode=t,function(e){return e.tagName&&"input"===e.tagName.toLowerCase()&&"function"==typeof e.select}(t)&&t.select()):e(c()))},p=function(e){var t=s("setReturnFocus",e);return t||!1!==t&&e},h=function(e){var t=Dh(e);l(t)>=0||(Mh(i.clickOutsideDeactivates,e)?n.deactivate({returnFocus:i.returnFocusOnDeactivate&&!Sh(t,i.tabbableOptions)}):Mh(i.allowOutsideClick,e)||e.preventDefault())},f=function(e){var t=Dh(e),n=l(t)>=0;n||t instanceof Document?n&&(o.mostRecentlyFocusedNode=t):(e.stopImmediatePropagation(),u(o.mostRecentlyFocusedNode||c()))},g=function(e){if(function(e){return"Escape"===e.key||"Esc"===e.key||27===e.keyCode}(e)&&!1!==Mh(i.escapeDeactivates,e))return e.preventDefault(),void n.deactivate();(function(e){return"Tab"===e.key||9===e.keyCode})(e)&&function(e){var t=Dh(e);d();var n=null;if(o.tabbableGroups.length>0){var r=l(t),a=r>=0?o.containerGroups[r]:void 0;if(r<0)n=e.shiftKey?o.tabbableGroups[o.tabbableGroups.length-1].lastTabbableNode:o.tabbableGroups[0].firstTabbableNode;else if(e.shiftKey){var c=_h(o.tabbableGroups,(function(e){var n=e.firstTabbableNode;return t===n}));if(c<0&&(a.container===t||Sh(t,i.tabbableOptions)&&!$h(t,i.tabbableOptions)&&!a.nextTabbableNode(t,!1))&&(c=r),c>=0){var p=0===c?o.tabbableGroups.length-1:c-1;n=o.tabbableGroups[p].lastTabbableNode}}else{var h=_h(o.tabbableGroups,(function(e){var n=e.lastTabbableNode;return t===n}));if(h<0&&(a.container===t||Sh(t,i.tabbableOptions)&&!$h(t,i.tabbableOptions)&&!a.nextTabbableNode(t))&&(h=r),h>=0){var f=h===o.tabbableGroups.length-1?0:h+1;n=o.tabbableGroups[f].firstTabbableNode}}}else n=s("fallbackFocus");n&&(e.preventDefault(),u(n))}(e)},v=function(e){var t=Dh(e);l(t)>=0||Mh(i.clickOutsideDeactivates,e)||Mh(i.allowOutsideClick,e)||(e.preventDefault(),e.stopImmediatePropagation())},m=function(){if(o.active)return Th.activateTrap(n),o.delayInitialFocusTimer=i.delayInitialFocus?Ph((function(){u(c())})):u(c()),r.addEventListener("focusin",f,!0),r.addEventListener("mousedown",h,{capture:!0,passive:!1}),r.addEventListener("touchstart",h,{capture:!0,passive:!1}),r.addEventListener("click",v,{capture:!0,passive:!1}),r.addEventListener("keydown",g,{capture:!0,passive:!1}),n},x=function(){if(o.active)return r.removeEventListener("focusin",f,!0),r.removeEventListener("mousedown",h,!0),r.removeEventListener("touchstart",h,!0),r.removeEventListener("click",v,!0),r.removeEventListener("keydown",g,!0),n};return(n={get active(){return o.active},get paused(){return o.paused},activate:function(e){if(o.active)return this;var t=a(e,"onActivate"),n=a(e,"onPostActivate"),i=a(e,"checkCanFocusTrap");i||d(),o.active=!0,o.paused=!1,o.nodeFocusedBeforeActivation=r.activeElement,t&&t();var l=function(){i&&d(),m(),n&&n()};return i?(i(o.containers.concat()).then(l,l),this):(l(),this)},deactivate:function(e){if(!o.active)return this;var t=Oh({onDeactivate:i.onDeactivate,onPostDeactivate:i.onPostDeactivate,checkCanReturnFocus:i.checkCanReturnFocus},e);clearTimeout(o.delayInitialFocusTimer),o.delayInitialFocusTimer=void 0,x(),o.active=!1,o.paused=!1,Th.deactivateTrap(n);var r=a(t,"onDeactivate"),l=a(t,"onPostDeactivate"),s=a(t,"checkCanReturnFocus"),c=a(t,"returnFocus","returnFocusOnDeactivate");r&&r();var d=function(){Ph((function(){c&&u(p(o.nodeFocusedBeforeActivation)),l&&l()}))};return c&&s?(s(p(o.nodeFocusedBeforeActivation)).then(d,d),this):(d(),this)},pause:function(){return o.paused||!o.active||(o.paused=!0,x()),this},unpause:function(){return o.paused&&o.active?(o.paused=!1,d(),m(),this):this},updateContainerElements:function(e){var t=[].concat(e).filter(Boolean);return o.containers=t.map((function(e){return"string"==typeof e?r.querySelector(e):e})),o.active&&d(),this}}).updateContainerElements(e),n};var Vh=!1;if("undefined"!=typeof window){var jh={get passive(){Vh=!0}};window.addEventListener("testPassive",null,jh),window.removeEventListener("testPassive",null,jh)}var Ih,Ah="undefined"!=typeof window&&window.navigator&&window.navigator.platform&&(/iP(ad|hone|od)/.test(window.navigator.platform)||"MacIntel"===window.navigator.platform&&window.navigator.maxTouchPoints>1),zh=[],Hh=!1,Bh=-1,Fh=void 0,Zh=void 0,Wh=function(e){return zh.some((function(t){return!(!t.options.allowTouchMove||!t.options.allowTouchMove(e))}))},qh=function(e){var t=e||window.event;return!!Wh(t.target)||(t.touches.length>1||(t.preventDefault&&t.preventDefault(),!1))},Gh=function(e,t){if(e){if(!zh.some((function(t){return t.targetElement===e}))){var n={targetElement:e,options:t||{}};zh=[].concat(function(e){if(Array.isArray(e)){for(var t=0,n=Array(e.length);t<e.length;t++)n[t]=e[t];return n}return Array.from(e)}(zh),[n]),Ah?(e.ontouchstart=function(e){1===e.targetTouches.length&&(Bh=e.targetTouches[0].clientY)},e.ontouchmove=function(t){1===t.targetTouches.length&&function(e,t){var n=e.targetTouches[0].clientY-Bh;!Wh(e.target)&&(t&&0===t.scrollTop&&n>0||function(e){return!!e&&e.scrollHeight-e.scrollTop<=e.clientHeight}(t)&&n<0?qh(e):e.stopPropagation())}(t,e)},Hh||(document.addEventListener("touchmove",qh,Vh?{passive:!1}:void 0),Hh=!0)):function(e){if(void 0===Zh){var t=!!e&&!0===e.reserveScrollBarGap,n=window.innerWidth-document.documentElement.clientWidth;t&&n>0&&(Zh=document.body.style.paddingRight,document.body.style.paddingRight=n+"px")}void 0===Fh&&(Fh=document.body.style.overflow,document.body.style.overflow="hidden")}(t)}}else console.error("disableBodyScroll unsuccessful - targetElement must be provided when calling disableBodyScroll on IOS devices.")},Uh=function(e){e?(zh=zh.filter((function(t){return t.targetElement!==e})),Ah?(e.ontouchstart=null,e.ontouchmove=null,Hh&&0===zh.length&&(document.removeEventListener("touchmove",qh,Vh?{passive:!1}:void 0),Hh=!1)):zh.length||(void 0!==Zh&&(document.body.style.paddingRight=Zh,Zh=void 0),void 0!==Fh&&(document.body.style.overflow=Fh,Fh=void 0))):console.error("enableBodyScroll unsuccessful - targetElement must be provided when calling enableBodyScroll on IOS devices.")},Xh=[],Yh="ResizeObserver loop completed with undelivered notifications.";!function(e){e.BORDER_BOX="border-box",e.CONTENT_BOX="content-box",e.DEVICE_PIXEL_CONTENT_BOX="device-pixel-content-box"}(Ih||(Ih={}));var Kh,Jh=function(e){return Object.freeze(e)},Qh=function(e,t){this.inlineSize=e,this.blockSize=t,Jh(this)},ef=function(){function e(e,t,n,r){return this.x=e,this.y=t,this.width=n,this.height=r,this.top=this.y,this.left=this.x,this.bottom=this.top+this.height,this.right=this.left+this.width,Jh(this)}return e.prototype.toJSON=function(){var e=this;return{x:e.x,y:e.y,top:e.top,right:e.right,bottom:e.bottom,left:e.left,width:e.width,height:e.height}},e.fromRect=function(t){return new e(t.x,t.y,t.width,t.height)},e}(),tf=function(e){return e instanceof SVGElement&&"getBBox"in e},nf=function(e){if(tf(e)){var t=e.getBBox(),n=t.width,r=t.height;return!n&&!r}var i=e,o=i.offsetWidth,a=i.offsetHeight;return!(o||a||e.getClientRects().length)},rf=function(e){var t;if(e instanceof Element)return!0;var n=null===(t=null==e?void 0:e.ownerDocument)||void 0===t?void 0:t.defaultView;return!!(n&&e instanceof n.Element)},of="undefined"!=typeof window?window:{},af=new WeakMap,lf=/auto|scroll/,sf=/^tb|vertical/,cf=/msie|trident/i.test(of.navigator&&of.navigator.userAgent),df=function(e){return parseFloat(e||"0")},uf=function(e,t,n){return void 0===e&&(e=0),void 0===t&&(t=0),void 0===n&&(n=!1),new Qh((n?t:e)||0,(n?e:t)||0)},pf=Jh({devicePixelContentBoxSize:uf(),borderBoxSize:uf(),contentBoxSize:uf(),contentRect:new ef(0,0,0,0)}),hf=function(e,t){if(void 0===t&&(t=!1),af.has(e)&&!t)return af.get(e);if(nf(e))return af.set(e,pf),pf;var n=getComputedStyle(e),r=tf(e)&&e.ownerSVGElement&&e.getBBox(),i=!cf&&"border-box"===n.boxSizing,o=sf.test(n.writingMode||""),a=!r&&lf.test(n.overflowY||""),l=!r&&lf.test(n.overflowX||""),s=r?0:df(n.paddingTop),c=r?0:df(n.paddingRight),d=r?0:df(n.paddingBottom),u=r?0:df(n.paddingLeft),p=r?0:df(n.borderTopWidth),h=r?0:df(n.borderRightWidth),f=r?0:df(n.borderBottomWidth),g=u+c,v=s+d,m=(r?0:df(n.borderLeftWidth))+h,x=p+f,b=l?e.offsetHeight-x-e.clientHeight:0,y=a?e.offsetWidth-m-e.clientWidth:0,w=i?g+m:0,C=i?v+x:0,$=r?r.width:df(n.width)-w-y,k=r?r.height:df(n.height)-C-b,S=$+g+y+m,E=k+v+b+x,O=Jh({devicePixelContentBoxSize:uf(Math.round($*devicePixelRatio),Math.round(k*devicePixelRatio),o),borderBoxSize:uf(S,E,o),contentBoxSize:uf($,k,o),contentRect:new ef(u,s,$,k)});return af.set(e,O),O},ff=function(e,t,n){var r=hf(e,n),i=r.borderBoxSize,o=r.contentBoxSize,a=r.devicePixelContentBoxSize;switch(t){case Ih.DEVICE_PIXEL_CONTENT_BOX:return a;case Ih.BORDER_BOX:return i;default:return o}},gf=function(e){var t=hf(e);this.target=e,this.contentRect=t.contentRect,this.borderBoxSize=Jh([t.borderBoxSize]),this.contentBoxSize=Jh([t.contentBoxSize]),this.devicePixelContentBoxSize=Jh([t.devicePixelContentBoxSize])},vf=function(e){if(nf(e))return 1/0;for(var t=0,n=e.parentNode;n;)t+=1,n=n.parentNode;return t},mf=function(){var e=1/0,t=[];Xh.forEach((function(n){if(0!==n.activeTargets.length){var r=[];n.activeTargets.forEach((function(t){var n=new gf(t.target),i=vf(t.target);r.push(n),t.lastReportedSize=ff(t.target,t.observedBox),i<e&&(e=i)})),t.push((function(){n.callback.call(n.observer,r,n.observer)})),n.activeTargets.splice(0,n.activeTargets.length)}}));for(var n=0,r=t;n<r.length;n++){(0,r[n])()}return e},xf=function(e){Xh.forEach((function(t){t.activeTargets.splice(0,t.activeTargets.length),t.skippedTargets.splice(0,t.skippedTargets.length),t.observationTargets.forEach((function(n){n.isActive()&&(vf(n.target)>e?t.activeTargets.push(n):t.skippedTargets.push(n))}))}))},bf=function(){var e=0;for(xf(e);Xh.some((function(e){return e.activeTargets.length>0}));)e=mf(),xf(e);return Xh.some((function(e){return e.skippedTargets.length>0}))&&function(){var e;"function"==typeof ErrorEvent?e=new ErrorEvent("error",{message:Yh}):((e=document.createEvent("Event")).initEvent("error",!1,!1),e.message=Yh),window.dispatchEvent(e)}(),e>0},yf=[],wf=function(e){if(!Kh){var t=0,n=document.createTextNode("");new MutationObserver((function(){return yf.splice(0).forEach((function(e){return e()}))})).observe(n,{characterData:!0}),Kh=function(){n.textContent="".concat(t?t--:t++)}}yf.push(e),Kh()},Cf=0,$f={attributes:!0,characterData:!0,childList:!0,subtree:!0},kf=["resize","load","transitionend","animationend","animationstart","animationiteration","keyup","keydown","mouseup","mousedown","mouseover","mouseout","blur","focus"],Sf=function(e){return void 0===e&&(e=0),Date.now()+e},Ef=!1,Of=new(function(){function e(){var e=this;this.stopped=!0,this.listener=function(){return e.schedule()}}return e.prototype.run=function(e){var t=this;if(void 0===e&&(e=250),!Ef){Ef=!0;var n,r=Sf(e);n=function(){var n=!1;try{n=bf()}finally{if(Ef=!1,e=r-Sf(),!Cf)return;n?t.run(1e3):e>0?t.run(e):t.start()}},wf((function(){requestAnimationFrame(n)}))}},e.prototype.schedule=function(){this.stop(),this.run()},e.prototype.observe=function(){var e=this,t=function(){return e.observer&&e.observer.observe(document.body,$f)};document.body?t():of.addEventListener("DOMContentLoaded",t)},e.prototype.start=function(){var e=this;this.stopped&&(this.stopped=!1,this.observer=new MutationObserver(this.listener),this.observe(),kf.forEach((function(t){return of.addEventListener(t,e.listener,!0)})))},e.prototype.stop=function(){var e=this;this.stopped||(this.observer&&this.observer.disconnect(),kf.forEach((function(t){return of.removeEventListener(t,e.listener,!0)})),this.stopped=!0)},e}()),Lf=function(e){!Cf&&e>0&&Of.start(),!(Cf+=e)&&Of.stop()},Rf=function(){function e(e,t){this.target=e,this.observedBox=t||Ih.CONTENT_BOX,this.lastReportedSize={inlineSize:0,blockSize:0}}return e.prototype.isActive=function(){var e=ff(this.target,this.observedBox,!0);return function(e){return!tf(e)&&!function(e){switch(e.tagName){case"INPUT":if("image"!==e.type)break;case"VIDEO":case"AUDIO":case"EMBED":case"OBJECT":case"CANVAS":case"IFRAME":case"IMG":return!0}return!1}(e)&&"inline"===getComputedStyle(e).display}(this.target)&&(this.lastReportedSize=e),this.lastReportedSize.inlineSize!==e.inlineSize||this.lastReportedSize.blockSize!==e.blockSize},e}(),Tf=function(e,t){this.activeTargets=[],this.skippedTargets=[],this.observationTargets=[],this.observer=e,this.callback=t},Pf=new WeakMap,_f=function(e,t){for(var n=0;n<e.length;n+=1)if(e[n].target===t)return n;return-1},Mf=function(){function e(){}return e.connect=function(e,t){var n=new Tf(e,t);Pf.set(e,n)},e.observe=function(e,t,n){var r=Pf.get(e),i=0===r.observationTargets.length;_f(r.observationTargets,t)<0&&(i&&Xh.push(r),r.observationTargets.push(new Rf(t,n&&n.box)),Lf(1),Of.schedule())},e.unobserve=function(e,t){var n=Pf.get(e),r=_f(n.observationTargets,t),i=1===n.observationTargets.length;r>=0&&(i&&Xh.splice(Xh.indexOf(n),1),n.observationTargets.splice(r,1),Lf(-1))},e.disconnect=function(e){var t=this,n=Pf.get(e);n.observationTargets.slice().forEach((function(n){return t.unobserve(e,n.target)})),n.activeTargets.splice(0,n.activeTargets.length)},e}(),Df=function(){function e(e){if(0===arguments.length)throw new TypeError("Failed to construct 'ResizeObserver': 1 argument required, but only 0 present.");if("function"!=typeof e)throw new TypeError("Failed to construct 'ResizeObserver': The callback provided as parameter 1 is not a function.");Mf.connect(this,e)}return e.prototype.observe=function(e,t){if(0===arguments.length)throw new TypeError("Failed to execute 'observe' on 'ResizeObserver': 1 argument required, but only 0 present.");if(!rf(e))throw new TypeError("Failed to execute 'observe' on 'ResizeObserver': parameter 1 is not of type 'Element");Mf.observe(this,e,t)},e.prototype.unobserve=function(e){if(0===arguments.length)throw new TypeError("Failed to execute 'unobserve' on 'ResizeObserver': 1 argument required, but only 0 present.");if(!rf(e))throw new TypeError("Failed to execute 'unobserve' on 'ResizeObserver': parameter 1 is not of type 'Element");Mf.unobserve(this,e)},e.prototype.disconnect=function(){Mf.disconnect(this)},e.toString=function(){return"function ResizeObserver () { [polyfill code] }"},e}();function Nf(){return Nf=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var n=arguments[t];for(var r in n)Object.prototype.hasOwnProperty.call(n,r)&&(e[r]=n[r])}return e},Nf.apply(this,arguments)}function Vf(e,t){if(null==e)return{};var n,r,i={},o=Object.keys(e);for(r=0;r<o.length;r++)t.indexOf(n=o[r])>=0||(i[n]=e[n]);return i}var jf="undefined"!=typeof window?ee:J;function If(e,t,n){return t=(t=+t)==t?t:0,n=(n=+n)==n?n:0,(e=+e)==e&&(e=(e=e<=n?e:n)>=t?e:t),e}function Af(e){var t=Math.round(e);if(Number.isNaN(e))throw new TypeError("Found a NaN! Check your snapPoints / defaultSnap / snapTo ");return t}var zf={box:"border-box"};function Hf(e,t){var n=t.label,r=t.enabled,i=t.resizeSourceRef,o=Y(0),a=o[0],l=o[1];ae(n+": "+a);var s=re((function(e){l(e[0].borderBoxSize[0].blockSize),i.current="element"}),[i]);return jf((function(){if(e.current&&r){var t=new Df(s);return t.observe(e.current,zf),function(){t.disconnect()}}}),[e,s,r]),r?a:0}function Bf(e){return void 0===e&&(e=1e3),new Promise((function(t){return setTimeout(t,e)}))}var Ff={DRAG:{target:"#overlay.dragging",actions:"onOpenEnd"}},Zf={RESIZE:{target:"#overlay.resizing",actions:"onOpenEnd"}},Wf=function(e,t,n){return void 0===n&&(n=e.context),new Ud(e,t,n)}({id:"overlay",initial:"closed",context:{initialState:"CLOSED"},states:{closed:{on:{OPEN:"opening",CLOSE:void 0}},opening:{initial:"start",states:{start:{invoke:{src:"onOpenStart",onDone:"transition"}},transition:{always:[{target:"immediately",cond:"initiallyOpen"},{target:"smoothly",cond:"initiallyClosed"}]},immediately:{initial:"open",states:{open:{invoke:{src:"openImmediately",onDone:"activating"}},activating:{invoke:{src:"activate",onDone:"#overlay.opening.end"},on:Nf({},Ff,Zf)}}},smoothly:{initial:"visuallyHidden",states:{visuallyHidden:{invoke:{src:"renderVisuallyHidden",onDone:"activating"}},activating:{invoke:{src:"activate",onDone:"open"}},open:{invoke:{src:"openSmoothly",onDone:"#overlay.opening.end"},on:Nf({},Ff,Zf)}}},end:{invoke:{src:"onOpenEnd",onDone:"done"},on:{CLOSE:"#overlay.closing",DRAG:"#overlay.dragging"}},done:{type:"final"}},on:Nf({},{CLOSE:{target:"#overlay.closing",actions:"onOpenCancel"}}),onDone:"open"},open:{on:{DRAG:"#overlay.dragging",SNAP:"snapping",RESIZE:"resizing"}},dragging:{on:{SNAP:"snapping"}},snapping:{initial:"start",states:{start:{invoke:{src:"onSnapStart",onDone:"snappingSmoothly"},entry:[Yd({y:function(e,t){return t.payload.y},velocity:function(e,t){return t.payload.velocity},snapSource:function(e,t){var n=t.payload.source;return void 0===n?"custom":n}})]},snappingSmoothly:{invoke:{src:"snapSmoothly",onDone:"end"}},end:{invoke:{src:"onSnapEnd",onDone:"done"},on:{RESIZE:"#overlay.resizing",SNAP:"#overlay.snapping",CLOSE:"#overlay.closing",DRAG:"#overlay.dragging"}},done:{type:"final"}},on:{SNAP:{target:"snapping",actions:"onSnapEnd"},RESIZE:{target:"#overlay.resizing",actions:"onSnapCancel"},DRAG:{target:"#overlay.dragging",actions:"onSnapCancel"},CLOSE:{target:"#overlay.closing",actions:"onSnapCancel"}},onDone:"open"},resizing:{initial:"start",states:{start:{invoke:{src:"onResizeStart",onDone:"resizingSmoothly"}},resizingSmoothly:{invoke:{src:"resizeSmoothly",onDone:"end"}},end:{invoke:{src:"onResizeEnd",onDone:"done"},on:{SNAP:"#overlay.snapping",CLOSE:"#overlay.closing",DRAG:"#overlay.dragging"}},done:{type:"final"}},on:{RESIZE:{target:"resizing",actions:"onResizeEnd"},SNAP:{target:"snapping",actions:"onResizeCancel"},DRAG:{target:"#overlay.dragging",actions:"onResizeCancel"},CLOSE:{target:"#overlay.closing",actions:"onResizeCancel"}},onDone:"open"},closing:{initial:"start",states:{start:{invoke:{src:"onCloseStart",onDone:"deactivating"},on:{OPEN:{target:"#overlay.open",actions:"onCloseCancel"}}},deactivating:{invoke:{src:"deactivate",onDone:"closingSmoothly"}},closingSmoothly:{invoke:{src:"closeSmoothly",onDone:"end"}},end:{invoke:{src:"onCloseEnd",onDone:"done"},on:{OPEN:{target:"#overlay.opening",actions:"onCloseCancel"}}},done:{type:"final"}},on:{CLOSE:void 0,OPEN:{target:"#overlay.opening",actions:"onCloseCancel"}},onDone:"closed"}},on:{CLOSE:"closing"}},{actions:{onOpenCancel:function(e,t){},onSnapCancel:function(e,t){},onResizeCancel:function(e,t){},onCloseCancel:function(e,t){},onOpenEnd:function(e,t){},onSnapEnd:function(e,t){},onRezizeEnd:function(e,t){}},services:{onSnapStart:function(){try{return Promise.resolve(Bf()).then((function(){}))}catch(e){return Promise.reject(e)}},onOpenStart:function(){try{return Promise.resolve(Bf()).then((function(){}))}catch(e){return Promise.reject(e)}},onCloseStart:function(){try{return Promise.resolve(Bf()).then((function(){}))}catch(e){return Promise.reject(e)}},onResizeStart:function(){try{return Promise.resolve(Bf()).then((function(){}))}catch(e){return Promise.reject(e)}},onSnapEnd:function(){try{return Promise.resolve(Bf()).then((function(){}))}catch(e){return Promise.reject(e)}},onOpenEnd:function(){try{return Promise.resolve(Bf()).then((function(){}))}catch(e){return Promise.reject(e)}},onCloseEnd:function(){try{return Promise.resolve(Bf()).then((function(){}))}catch(e){return Promise.reject(e)}},onResizeEnd:function(){try{return Promise.resolve(Bf()).then((function(){}))}catch(e){return Promise.reject(e)}},renderVisuallyHidden:function(e,t){try{return Promise.resolve(Bf()).then((function(){}))}catch(e){return Promise.reject(e)}},activate:function(e,t){try{return Promise.resolve(Bf()).then((function(){}))}catch(e){return Promise.reject(e)}},deactivate:function(e,t){try{return Promise.resolve(Bf()).then((function(){}))}catch(e){return Promise.reject(e)}},openSmoothly:function(e,t){try{return Promise.resolve(Bf()).then((function(){}))}catch(e){return Promise.reject(e)}},openImmediately:function(e,t){try{return Promise.resolve(Bf()).then((function(){}))}catch(e){return Promise.reject(e)}},snapSmoothly:function(e,t){try{return Promise.resolve(Bf()).then((function(){}))}catch(e){return Promise.reject(e)}},resizeSmoothly:function(e,t){try{return Promise.resolve(Bf()).then((function(){}))}catch(e){return Promise.reject(e)}},closeSmoothly:function(e,t){try{return Promise.resolve(Bf()).then((function(){}))}catch(e){return Promise.reject(e)}}},guards:{initiallyClosed:function(e){return"CLOSED"===e.initialState},initiallyOpen:function(e){return"OPEN"===e.initialState}}}),qf=["children","sibling","className","footer","header","open","initialState","lastSnapRef","initialFocusRef","onDismiss","maxHeight","defaultSnap","snapPoints","blocking","scrollLocking","style","onSpringStart","onSpringCancel","onSpringEnd","reserveScrollBarGap","expandOnContentDrag"],Gf=["velocity"],Uf=["onRest","config"],Xf={tension:170,friction:26},Yf=Xf.tension,Kf=Xf.friction,Jf=U.forwardRef((function(e,t){var n=e.children,r=e.sibling,i=e.className,o=e.footer,a=e.header,l=e.open,s=e.initialState,c=e.lastSnapRef,d=e.initialFocusRef,u=e.onDismiss,p=e.maxHeight,h=e.defaultSnap,f=void 0===h?eg:h,g=e.snapPoints,v=void 0===g?tg:g,m=e.blocking,x=void 0===m||m,b=e.scrollLocking,y=void 0===b||b,w=e.style,C=e.onSpringStart,$=e.onSpringCancel,k=e.onSpringEnd,S=e.reserveScrollBarGap,E=void 0===S?x:S,O=e.expandOnContentDrag,L=void 0!==O&&O,R=Vf(e,qf),T=function(){var e=Y(!1),t=e[0],n=e[1],r=Y({}),i=r[0],o=r[1],a=re((function(e){return o((function(t){var n;return Nf({},t,((n={})[e]=!1,n))})),function(){o((function(t){var n;return Nf({},t,((n={})[e]=!0,n))}))}}),[]);return J((function(){var e=Object.values(i);0!==e.length&&e.every(Boolean)&&n(!0)}),[i]),{ready:t,registerReady:a}}(),P=T.ready,_=T.registerReady,M=K(!1),D=K(C),N=K($),V=K(k);J((function(){D.current=C,N.current=$,V.current=k}),[$,C,k]);var j,I,A=Iu((function(){return{y:0,ready:0,maxHeight:0,minSnap:0,maxSnap:0}})),z=A[0],H=A[1],B=K(null),F=K(null),Z=K(null),W=K(null),q=K(null),G=K(null),X=K(0),Q=K(),ee=K(!1),te=(j=ne((function(){return"undefined"!=typeof window?window.matchMedia("(prefers-reduced-motion: reduce)"):null}),[]),I=K(null==j?void 0:j.matches),ae(I.current?"reduce":"no-preference"),J((function(){var e=function(e){I.current=e.matches};return null==j||j.addListener(e),function(){return null==j?void 0:j.removeListener(e)}}),[j]),I),ie=function(e){var t=e.targetRef,n=e.enabled,r=e.reserveScrollBarGap,i=K({activate:function(){throw new TypeError("Tried to activate scroll lock too early")},deactivate:function(){}});return ae(n?"Enabled":"Disabled"),J((function(){if(!n)return i.current.deactivate(),void(i.current={activate:function(){},deactivate:function(){}});var e=t.current,o=!1;i.current={activate:function(){o||(o=!0,Gh(e,{allowTouchMove:function(e){return e.closest("[data-body-scroll-lock-ignore]")},reserveScrollBarGap:r}))},deactivate:function(){o&&(o=!1,Uh(e))}}}),[n,t,r]),i}({targetRef:F,enabled:P&&y,reserveScrollBarGap:E}),le=function(e){var t=e.targetRef,n=e.enabled,r=K({activate:function(){throw new TypeError("Tried to activate aria hider too early")},deactivate:function(){}});return ae(n?"Enabled":"Disabled"),J((function(){if(!n)return r.current.deactivate(),void(r.current={activate:function(){},deactivate:function(){}});var e=t.current,i=!1,o=[],a=[];r.current={activate:function(){if(!i){i=!0;var t=e.parentNode;document.querySelectorAll("body > *").forEach((function(e){if(e!==t){var n=e.getAttribute("aria-hidden");null!==n&&"false"!==n||(o.push(n),a.push(e),e.setAttribute("aria-hidden","true"))}}))}},deactivate:function(){i&&(i=!1,a.forEach((function(e,t){var n=o[t];null===n?e.removeAttribute("aria-hidden"):e.setAttribute("aria-hidden",n)})),o=[],a=[])}}}),[t,n]),r}({targetRef:B,enabled:P&&x}),se=function(e){var t=e.targetRef,n=e.fallbackRef,r=e.initialFocusRef,i=e.enabled,o=K({activate:function(){throw new TypeError("Tried to activate focus trap too early")},deactivate:function(){}});return ae(i?"Enabled":"Disabled"),J((function(){if(!i)return o.current.deactivate(),void(o.current={activate:function(){},deactivate:function(){}});var e=n.current,a=Nh(t.current,{onActivate:void 0,initialFocus:r?function(){return(null==r?void 0:r.current)||e}:void 0,fallbackFocus:e,escapeDeactivates:!1,clickOutsideDeactivates:!1}),l=!1;o.current={activate:function(){try{return l?Promise.resolve():(l=!0,Promise.resolve(a.activate()).then((function(){return Promise.resolve(new Promise((function(e){return setTimeout((function(){return e(void 0)}),0)}))).then((function(){}))})))}catch(e){return Promise.reject(e)}},deactivate:function(){l&&(l=!1,a.deactivate())}}}),[i,n,r,t]),o}({targetRef:B,fallbackRef:G,initialFocusRef:d||void 0,enabled:P&&x&&!1!==d}),ce=function(e){var t=e.getSnapPoints,n=e.heightRef,r=e.lastSnapRef,i=e.ready,o=function(e){var t=e.contentRef,n=e.controlledMaxHeight,r=e.footerEnabled,i=e.footerRef,o=e.headerEnabled,a=e.headerRef,l=e.registerReady,s=e.resizeSourceRef,c=ne((function(){return l("contentHeight")}),[l]),d=function(e,t,n){var r=ne((function(){return t("maxHeight")}),[t]),i=Y((function(){return Af(e)||"undefined"!=typeof window?window.innerHeight:0})),o=i[0],a=i[1],l=o>0,s=K(0);return ae(e?"controlled":"auto"),J((function(){l&&r()}),[l,r]),jf((function(){if(e)return a(Af(e)),void(n.current="maxheightprop");var t=function(){s.current||(s.current=requestAnimationFrame((function(){a(window.innerHeight),n.current="window",s.current=0})))};return window.addEventListener("resize",t),a(window.innerHeight),n.current="window",r(),function(){window.removeEventListener("resize",t),cancelAnimationFrame(s.current)}}),[e,r,n]),o}(n,l,s),u=Hf(a,{label:"headerHeight",enabled:o,resizeSourceRef:s}),p=Hf(t,{label:"contentHeight",enabled:!0,resizeSourceRef:s}),h=Hf(i,{label:"footerHeight",enabled:r,resizeSourceRef:s}),f=Math.min(d-u-h,p)+u+h;ae("minHeight: "+f);var g=p>0;return J((function(){g&&c()}),[g,c]),{maxHeight:d,minHeight:f,headerHeight:u,footerHeight:h}}({contentRef:e.contentRef,controlledMaxHeight:e.controlledMaxHeight,footerEnabled:e.footerEnabled,footerRef:e.footerRef,headerEnabled:e.headerEnabled,headerRef:e.headerRef,registerReady:e.registerReady,resizeSourceRef:e.resizeSourceRef}),a=o.maxHeight,l=o.minHeight,s=o.headerHeight,c=o.footerHeight,d=function(e,t){var n=[].concat(e).map(Af).reduce((function(e,n){return e.add(If(n,0,t)),e}),new Set),r=Array.from(n),i=Math.min.apply(Math,r);if(Number.isNaN(i))throw new TypeError("minSnap is NaN");var o=Math.max.apply(Math,r);if(Number.isNaN(o))throw new TypeError("maxSnap is NaN");return{snapPoints:r,minSnap:i,maxSnap:o}}(i?t({height:n.current,footerHeight:c,headerHeight:s,minHeight:l,maxHeight:a}):[0],a),u=d.snapPoints,p=d.minSnap,h=d.maxSnap;return ae("minSnap: "+p+", maxSnap:"+h),{minSnap:p,maxSnap:h,findSnap:function(e){var t=Af("function"==typeof e?e({footerHeight:c,headerHeight:s,height:n.current,minHeight:l,maxHeight:a,snapPoints:u,lastSnap:r.current}):e);return u.reduce((function(e,n){return Math.abs(n-t)<Math.abs(e-t)?n:e}),p)},maxHeight:a}}({contentRef:Z,controlledMaxHeight:p,footerEnabled:!!o,footerRef:q,getSnapPoints:v,headerEnabled:!1!==a,headerRef:W,heightRef:X,lastSnapRef:c,ready:P,registerReady:_,resizeSourceRef:Q}),de=ce.minSnap,ue=ce.maxSnap,pe=ce.maxHeight,he=ce.findSnap,fe=K(pe),ge=K(de),ve=K(ue),me=K(he),xe=K(0);jf((function(){fe.current=pe,ve.current=ue,ge.current=de,me.current=he,xe.current=he(f)}),[he,f,pe,ue,de]);var be=re((function(e){var t=e.onRest,n=e.config,r=(n=void 0===n?{}:n).velocity,i=void 0===r?1:r,o=Vf(n,Gf),a=Vf(e,Uf);return new Promise((function(e){return H(Nf({},a,{config:Nf({velocity:i},o,{mass:1,tension:Yf,friction:Math.max(Kf,Kf+(Kf-Kf*i))}),onRest:function(){var n=[].slice.call(arguments);e.apply(void 0,n),null==t||t.apply(void 0,n)}}))}))}),[H]),ye=cu(Wf,{devTools:!1,actions:{onOpenCancel:re((function(){return null==N.current?void 0:N.current({type:"OPEN"})}),[]),onSnapCancel:re((function(e){return null==N.current?void 0:N.current({type:"SNAP",source:e.snapSource})}),[]),onCloseCancel:re((function(){return null==N.current?void 0:N.current({type:"CLOSE"})}),[]),onResizeCancel:re((function(){return null==N.current?void 0:N.current({type:"RESIZE",source:Q.current})}),[]),onOpenEnd:re((function(){return null==V.current?void 0:V.current({type:"OPEN"})}),[]),onSnapEnd:re((function(e,t){return null==V.current?void 0:V.current({type:"SNAP",source:e.snapSource})}),[]),onResizeEnd:re((function(){return null==V.current?void 0:V.current({type:"RESIZE",source:Q.current})}),[])},context:{initialState:s},services:{onSnapStart:re((function(e,t){try{return Promise.resolve(null==D.current?void 0:D.current({type:"SNAP",source:t.payload.source||"custom"}))}catch(e){return Promise.reject(e)}}),[]),onOpenStart:re((function(){try{return Promise.resolve(null==D.current?void 0:D.current({type:"OPEN"}))}catch(e){return Promise.reject(e)}}),[]),onCloseStart:re((function(){try{return Promise.resolve(null==D.current?void 0:D.current({type:"CLOSE"}))}catch(e){return Promise.reject(e)}}),[]),onResizeStart:re((function(){try{return Promise.resolve(null==D.current?void 0:D.current({type:"RESIZE",source:Q.current}))}catch(e){return Promise.reject(e)}}),[]),onSnapEnd:re((function(e,t){try{return Promise.resolve(null==V.current?void 0:V.current({type:"SNAP",source:e.snapSource}))}catch(e){return Promise.reject(e)}}),[]),onOpenEnd:re((function(){try{return Promise.resolve(null==V.current?void 0:V.current({type:"OPEN"}))}catch(e){return Promise.reject(e)}}),[]),onCloseEnd:re((function(){try{return Promise.resolve(null==V.current?void 0:V.current({type:"CLOSE"}))}catch(e){return Promise.reject(e)}}),[]),onResizeEnd:re((function(){try{return Promise.resolve(null==V.current?void 0:V.current({type:"RESIZE",source:Q.current}))}catch(e){return Promise.reject(e)}}),[]),renderVisuallyHidden:re((function(e,t){try{return Promise.resolve(be({y:xe.current,ready:0,maxHeight:fe.current,maxSnap:ve.current,minSnap:xe.current,immediate:!0})).then((function(){}))}catch(e){return Promise.reject(e)}}),[be]),activate:re((function(e,t){try{return M.current=!0,Promise.resolve(Promise.all([ie.current.activate(),se.current.activate(),le.current.activate()])).then((function(){}))}catch(e){return Promise.reject(e)}}),[le,se,ie]),deactivate:re((function(){try{return ie.current.deactivate(),se.current.deactivate(),le.current.deactivate(),M.current=!1,Promise.resolve()}catch(e){return Promise.reject(e)}}),[le,se,ie]),openImmediately:re((function(){try{return X.current=xe.current,Promise.resolve(be({y:xe.current,ready:1,maxHeight:fe.current,maxSnap:ve.current,minSnap:xe.current,immediate:!0})).then((function(){}))}catch(e){return Promise.reject(e)}}),[be]),openSmoothly:re((function(){try{return Promise.resolve(be({y:0,ready:1,maxHeight:fe.current,maxSnap:ve.current,minSnap:xe.current,immediate:!0})).then((function(){return X.current=xe.current,Promise.resolve(be({y:xe.current,ready:1,maxHeight:fe.current,maxSnap:ve.current,minSnap:xe.current,immediate:te.current})).then((function(){}))}))}catch(e){return Promise.reject(e)}}),[be,te]),snapSmoothly:re((function(e,t){try{var n=me.current(e.y);return X.current=n,c.current=n,Promise.resolve(be({y:n,ready:1,maxHeight:fe.current,maxSnap:ve.current,minSnap:ge.current,immediate:te.current,config:{velocity:e.velocity}})).then((function(){}))}catch(e){return Promise.reject(e)}}),[be,c,te]),resizeSmoothly:re((function(){try{var e=me.current(X.current);return X.current=e,c.current=e,Promise.resolve(be({y:e,ready:1,maxHeight:fe.current,maxSnap:ve.current,minSnap:ge.current,immediate:"element"!==Q.current||te.current})).then((function(){}))}catch(e){return Promise.reject(e)}}),[be,c,te]),closeSmoothly:re((function(e,t){try{return be({minSnap:X.current,immediate:!0}),X.current=0,Promise.resolve(be({y:0,maxHeight:fe.current,maxSnap:ve.current,immediate:te.current})).then((function(){return Promise.resolve(be({ready:0,immediate:!0})).then((function(){}))}))}catch(e){return Promise.reject(e)}}),[be,te])}}),we=ye[0],Ce=ye[1];J((function(){P&&Ce(l?"OPEN":"CLOSE")}),[l,Ce,P]),jf((function(){(pe||ue||de)&&Ce("RESIZE")}),[pe,ue,de,Ce]),J((function(){return function(){ie.current.deactivate(),se.current.deactivate(),le.current.deactivate()}}),[le,se,ie]),oe(t,(function(){return{snapTo:function(e,t){var n=void 0===t?{}:t,r=n.velocity,i=void 0===r?1:r,o=n.source,a=void 0===o?"custom":o;Ce("SNAP",{payload:{y:me.current(e),velocity:i,source:a}})},get height(){return X.current}}}),[Ce]),J((function(){var e=F.current,t=function(e){ee.current&&e.preventDefault()},n=function(t){e.scrollTop<0&&(requestAnimationFrame((function(){e.style.overflow="hidden",e.scrollTop=0,e.style.removeProperty("overflow")})),t.preventDefault())};return L&&(e.addEventListener("scroll",t),e.addEventListener("touchmove",t),e.addEventListener("touchstart",n)),function(){e.removeEventListener("scroll",t),e.removeEventListener("touchmove",t),e.removeEventListener("touchstart",n)}}),[L,F]);var $e=oh((function(e){var t=e.args,n=(t=void 0===t?[]:t)[0],r=(n=void 0===n?{}:n).closeOnTap,i=void 0!==r&&r,o=n.isContentDragging,a=void 0!==o&&o,l=e.cancel,s=e.direction[1],c=e.down,d=e.first,p=e.last,h=e.memo,f=void 0===h?z.y.getValue():h,g=e.tap,v=e.velocity,m=-1*e.movement[1];if(!M.current)return l(),f;if(u&&i&&g)return l(),setTimeout((function(){return u()}),0),f;if(g)return f;var x=f+m,b=m*v,y=Math.max(ge.current,Math.min(ve.current,x+2*b));if(!c&&u&&s>0&&x+b<ge.current/2)return l(),u(),f;var w=c?u||ge.current!==ve.current?yp(x,u?0:ge.current,ve.current,.55):x<ge.current?yp(x,ge.current,2*ve.current,.55):yp(x,ge.current/2,ve.current,.55):y;return L&&a?(w>=ve.current&&(w=ve.current),f===ve.current&&F.current.scrollTop>0&&(w=ve.current),ee.current=w<ve.current):ee.current=!1,d&&Ce("DRAG"),p?(Ce("SNAP",{payload:{y:w,velocity:v>.05?v:1,source:"dragging"}}),f):(H({y:w,ready:1,maxHeight:fe.current,maxSnap:ve.current,minSnap:ge.current,immediate:!0,config:{velocity:v}}),f)}),{filterTaps:!0});if(Number.isNaN(ve.current))throw new TypeError("maxSnapRef is NaN!!");if(Number.isNaN(ge.current))throw new TypeError("minSnapRef is NaN!!");var ke=function(e){var t,n=e.spring,r=_u([n.y,n.maxHeight],(function(e,t){return Math.round(If(t-e,0,16))+"px"})),i=_u([n.y,n.minSnap,n.maxSnap],(function(e,t,n){return If(e,t,n)+"px"})),o=_u([n.y,n.minSnap,n.maxSnap],(function(e,t,n){return e<t?t-e+"px":e>n?n-e+"px":"0px"})),a=_u([n.y,n.maxSnap],(function(e,t){return e>=t?Math.ceil(e-t):0})),l=_u([n.y,n.minSnap],(function(e,t){if(!t)return 0;var n=Math.max(t/2-45,0);return If((e-n)*(1/(Math.min(t/2+45,t)-n)+0),0,1)})),s=_u([n.y,n.minSnap],(function(e,t){return t?If(e/t,0,1):0}));return(t={})["--rsbs-content-opacity"]=l,t["--rsbs-backdrop-opacity"]=s,t["--rsbs-antigap-scale-y"]=a,t["--rsbs-overlay-translate-y"]=o,t["--rsbs-overlay-rounded"]=r,t["--rsbs-overlay-h"]=i,t}({spring:z});return U.createElement(fp.div,Nf({},R,{"data-rsbs-root":!0,"data-rsbs-state":Qf.find(we.matches),"data-rsbs-is-blocking":x,"data-rsbs-is-dismissable":!!u,"data-rsbs-has-header":!!a,"data-rsbs-has-footer":!!o,className:i,ref:B,style:Nf({},ke,w,{opacity:z.ready})}),r,x&&U.createElement("div",Nf({key:"backdrop","data-rsbs-backdrop":!0},$e({closeOnTap:!0}))),U.createElement("div",{key:"overlay","aria-modal":"true",role:"dialog","data-rsbs-overlay":!0,tabIndex:-1,ref:G,onKeyDown:function(e){"Escape"===e.key&&(e.stopPropagation(),u&&u())}},!1!==a&&U.createElement("div",Nf({key:"header","data-rsbs-header":!0,ref:W},$e()),a),U.createElement("div",Nf({key:"scroll","data-rsbs-scroll":!0,ref:F},L?$e({isContentDragging:!0}):{}),U.createElement("div",{"data-rsbs-content":!0,ref:Z},n)),o&&U.createElement("div",Nf({key:"footer",ref:q,"data-rsbs-footer":!0},$e()),o)))})),Qf=["closed","opening","open","closing","dragging","snapping","resizing"];function eg(e){var t=e.lastSnap;return null!=t?t:Math.min.apply(Math,e.snapPoints)}function tg(e){return e.minHeight}var ng=["onSpringStart","onSpringEnd","skipInitialTransition"],rg=X((function(e,t){var n=e.onSpringStart,r=e.onSpringEnd,i=e.skipInitialTransition,o=Vf(e,ng),a=Y(!1),l=a[0],s=a[1],c=K(),d=K(null),u=K(i&&o.open?"OPEN":"CLOSED");jf((function(){if(o.open)return cancelAnimationFrame(c.current),s(!0),function(){u.current="CLOSED"}}),[o.open]);var p=re((function(e){return Promise.resolve(null==n?void 0:n(e)).then((function(){"OPEN"===e.type&&cancelAnimationFrame(c.current)}))}),[n]),h=re((function(e){return Promise.resolve(null==r?void 0:r(e)).then((function(){"CLOSE"===e.type&&(c.current=requestAnimationFrame((function(){return s(!1)})))}))}),[r]);return l?U.createElement(Js,{"data-rsbs-portal":!0},U.createElement(Jf,Nf({},o,{lastSnapRef:d,ref:t,initialState:u.current,onSpringStart:p,onSpringEnd:h}))):null}));const ig=se`
|
|
2468
|
+
function Oh(e,t){var n=Object.keys(e);if(Object.getOwnPropertySymbols){var r=Object.getOwnPropertySymbols(e);t&&(r=r.filter((function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable}))),n.push.apply(n,r)}return n}function Lh(e){for(var t=1;t<arguments.length;t++){var n=null!=arguments[t]?arguments[t]:{};t%2?Oh(Object(n),!0).forEach((function(t){Rh(e,t,n[t])})):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(n)):Oh(Object(n)).forEach((function(t){Object.defineProperty(e,t,Object.getOwnPropertyDescriptor(n,t))}))}return e}function Rh(e,t,n){return t in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}var Th,Ph=(Th=[],{activateTrap:function(e){if(Th.length>0){var t=Th[Th.length-1];t!==e&&t.pause()}var n=Th.indexOf(e);-1===n||Th.splice(n,1),Th.push(e)},deactivateTrap:function(e){var t=Th.indexOf(e);-1!==t&&Th.splice(t,1),Th.length>0&&Th[Th.length-1].unpause()}}),_h=function(e){return setTimeout(e,0)},Mh=function(e,t){var n=-1;return e.every((function(e,r){return!t(e)||(n=r,!1)})),n},Dh=function(e){for(var t=arguments.length,n=new Array(t>1?t-1:0),r=1;r<t;r++)n[r-1]=arguments[r];return"function"==typeof e?e.apply(void 0,n):e},Nh=function(e){return e.target.shadowRoot&&"function"==typeof e.composedPath?e.composedPath()[0]:e.target},Vh=function(e,t){var n,r=(null==t?void 0:t.document)||document,i=Lh({returnFocusOnDeactivate:!0,escapeDeactivates:!0,delayInitialFocus:!0},t),o={containers:[],containerGroups:[],tabbableGroups:[],nodeFocusedBeforeActivation:null,mostRecentlyFocusedNode:null,active:!1,paused:!1,delayInitialFocusTimer:void 0},a=function(e,t,n){return e&&void 0!==e[t]?e[t]:i[n||t]},l=function(e){return o.containerGroups.findIndex((function(t){var n=t.container,r=t.tabbableNodes;return n.contains(e)||r.find((function(t){return t===e}))}))},s=function(e){var t=i[e];if("function"==typeof t){for(var n=arguments.length,o=new Array(n>1?n-1:0),a=1;a<n;a++)o[a-1]=arguments[a];t=t.apply(void 0,o)}if(!0===t&&(t=void 0),!t){if(void 0===t||!1===t)return t;throw new Error("`".concat(e,"` was specified but was not a node, or did not return a node"))}var l=t;if("string"==typeof t&&!(l=r.querySelector(t)))throw new Error("`".concat(e,"` as selector refers to no known node"));return l},c=function(){var e=s("initialFocus");if(!1===e)return!1;if(void 0===e)if(l(r.activeElement)>=0)e=r.activeElement;else{var t=o.tabbableGroups[0];e=t&&t.firstTabbableNode||s("fallbackFocus")}if(!e)throw new Error("Your focus-trap needs to have at least one focusable element");return e},d=function(){if(o.containerGroups=o.containers.map((function(e){var t,n,r=$h(e,i.tabbableOptions),o=(t=e,(n=(n=i.tabbableOptions)||{}).getShadowRoot?hh([t],n.includeContainer,{filter:bh.bind(null,n),flatten:!0,getShadowRoot:n.getShadowRoot}):ph(t,n.includeContainer,bh.bind(null,n)));return{container:e,tabbableNodes:r,focusableNodes:o,firstTabbableNode:r.length>0?r[0]:null,lastTabbableNode:r.length>0?r[r.length-1]:null,nextTabbableNode:function(e){var t=!(arguments.length>1&&void 0!==arguments[1])||arguments[1],n=o.findIndex((function(t){return t===e}));if(!(n<0))return t?o.slice(n+1).find((function(e){return kh(e,i.tabbableOptions)})):o.slice(0,n).reverse().find((function(e){return kh(e,i.tabbableOptions)}))}}})),o.tabbableGroups=o.containerGroups.filter((function(e){return e.tabbableNodes.length>0})),o.tabbableGroups.length<=0&&!s("fallbackFocus"))throw new Error("Your focus-trap must have at least one container with at least one tabbable node in it at all times")},u=function e(t){!1!==t&&t!==r.activeElement&&(t&&t.focus?(t.focus({preventScroll:!!i.preventScroll}),o.mostRecentlyFocusedNode=t,function(e){return e.tagName&&"input"===e.tagName.toLowerCase()&&"function"==typeof e.select}(t)&&t.select()):e(c()))},p=function(e){var t=s("setReturnFocus",e);return t||!1!==t&&e},h=function(e){var t=Nh(e);l(t)>=0||(Dh(i.clickOutsideDeactivates,e)?n.deactivate({returnFocus:i.returnFocusOnDeactivate&&!Eh(t,i.tabbableOptions)}):Dh(i.allowOutsideClick,e)||e.preventDefault())},f=function(e){var t=Nh(e),n=l(t)>=0;n||t instanceof Document?n&&(o.mostRecentlyFocusedNode=t):(e.stopImmediatePropagation(),u(o.mostRecentlyFocusedNode||c()))},g=function(e){if(function(e){return"Escape"===e.key||"Esc"===e.key||27===e.keyCode}(e)&&!1!==Dh(i.escapeDeactivates,e))return e.preventDefault(),void n.deactivate();(function(e){return"Tab"===e.key||9===e.keyCode})(e)&&function(e){var t=Nh(e);d();var n=null;if(o.tabbableGroups.length>0){var r=l(t),a=r>=0?o.containerGroups[r]:void 0;if(r<0)n=e.shiftKey?o.tabbableGroups[o.tabbableGroups.length-1].lastTabbableNode:o.tabbableGroups[0].firstTabbableNode;else if(e.shiftKey){var c=Mh(o.tabbableGroups,(function(e){var n=e.firstTabbableNode;return t===n}));if(c<0&&(a.container===t||Eh(t,i.tabbableOptions)&&!kh(t,i.tabbableOptions)&&!a.nextTabbableNode(t,!1))&&(c=r),c>=0){var p=0===c?o.tabbableGroups.length-1:c-1;n=o.tabbableGroups[p].lastTabbableNode}}else{var h=Mh(o.tabbableGroups,(function(e){var n=e.lastTabbableNode;return t===n}));if(h<0&&(a.container===t||Eh(t,i.tabbableOptions)&&!kh(t,i.tabbableOptions)&&!a.nextTabbableNode(t))&&(h=r),h>=0){var f=h===o.tabbableGroups.length-1?0:h+1;n=o.tabbableGroups[f].firstTabbableNode}}}else n=s("fallbackFocus");n&&(e.preventDefault(),u(n))}(e)},v=function(e){var t=Nh(e);l(t)>=0||Dh(i.clickOutsideDeactivates,e)||Dh(i.allowOutsideClick,e)||(e.preventDefault(),e.stopImmediatePropagation())},m=function(){if(o.active)return Ph.activateTrap(n),o.delayInitialFocusTimer=i.delayInitialFocus?_h((function(){u(c())})):u(c()),r.addEventListener("focusin",f,!0),r.addEventListener("mousedown",h,{capture:!0,passive:!1}),r.addEventListener("touchstart",h,{capture:!0,passive:!1}),r.addEventListener("click",v,{capture:!0,passive:!1}),r.addEventListener("keydown",g,{capture:!0,passive:!1}),n},x=function(){if(o.active)return r.removeEventListener("focusin",f,!0),r.removeEventListener("mousedown",h,!0),r.removeEventListener("touchstart",h,!0),r.removeEventListener("click",v,!0),r.removeEventListener("keydown",g,!0),n};return(n={get active(){return o.active},get paused(){return o.paused},activate:function(e){if(o.active)return this;var t=a(e,"onActivate"),n=a(e,"onPostActivate"),i=a(e,"checkCanFocusTrap");i||d(),o.active=!0,o.paused=!1,o.nodeFocusedBeforeActivation=r.activeElement,t&&t();var l=function(){i&&d(),m(),n&&n()};return i?(i(o.containers.concat()).then(l,l),this):(l(),this)},deactivate:function(e){if(!o.active)return this;var t=Lh({onDeactivate:i.onDeactivate,onPostDeactivate:i.onPostDeactivate,checkCanReturnFocus:i.checkCanReturnFocus},e);clearTimeout(o.delayInitialFocusTimer),o.delayInitialFocusTimer=void 0,x(),o.active=!1,o.paused=!1,Ph.deactivateTrap(n);var r=a(t,"onDeactivate"),l=a(t,"onPostDeactivate"),s=a(t,"checkCanReturnFocus"),c=a(t,"returnFocus","returnFocusOnDeactivate");r&&r();var d=function(){_h((function(){c&&u(p(o.nodeFocusedBeforeActivation)),l&&l()}))};return c&&s?(s(p(o.nodeFocusedBeforeActivation)).then(d,d),this):(d(),this)},pause:function(){return o.paused||!o.active||(o.paused=!0,x()),this},unpause:function(){return o.paused&&o.active?(o.paused=!1,d(),m(),this):this},updateContainerElements:function(e){var t=[].concat(e).filter(Boolean);return o.containers=t.map((function(e){return"string"==typeof e?r.querySelector(e):e})),o.active&&d(),this}}).updateContainerElements(e),n};var jh=!1;if("undefined"!=typeof window){var Ih={get passive(){jh=!0}};window.addEventListener("testPassive",null,Ih),window.removeEventListener("testPassive",null,Ih)}var Ah,zh="undefined"!=typeof window&&window.navigator&&window.navigator.platform&&(/iP(ad|hone|od)/.test(window.navigator.platform)||"MacIntel"===window.navigator.platform&&window.navigator.maxTouchPoints>1),Hh=[],Bh=!1,Fh=-1,Zh=void 0,Wh=void 0,qh=function(e){return Hh.some((function(t){return!(!t.options.allowTouchMove||!t.options.allowTouchMove(e))}))},Gh=function(e){var t=e||window.event;return!!qh(t.target)||(t.touches.length>1||(t.preventDefault&&t.preventDefault(),!1))},Uh=function(e,t){if(e){if(!Hh.some((function(t){return t.targetElement===e}))){var n={targetElement:e,options:t||{}};Hh=[].concat(function(e){if(Array.isArray(e)){for(var t=0,n=Array(e.length);t<e.length;t++)n[t]=e[t];return n}return Array.from(e)}(Hh),[n]),zh?(e.ontouchstart=function(e){1===e.targetTouches.length&&(Fh=e.targetTouches[0].clientY)},e.ontouchmove=function(t){1===t.targetTouches.length&&function(e,t){var n=e.targetTouches[0].clientY-Fh;!qh(e.target)&&(t&&0===t.scrollTop&&n>0||function(e){return!!e&&e.scrollHeight-e.scrollTop<=e.clientHeight}(t)&&n<0?Gh(e):e.stopPropagation())}(t,e)},Bh||(document.addEventListener("touchmove",Gh,jh?{passive:!1}:void 0),Bh=!0)):function(e){if(void 0===Wh){var t=!!e&&!0===e.reserveScrollBarGap,n=window.innerWidth-document.documentElement.clientWidth;t&&n>0&&(Wh=document.body.style.paddingRight,document.body.style.paddingRight=n+"px")}void 0===Zh&&(Zh=document.body.style.overflow,document.body.style.overflow="hidden")}(t)}}else console.error("disableBodyScroll unsuccessful - targetElement must be provided when calling disableBodyScroll on IOS devices.")},Xh=function(e){e?(Hh=Hh.filter((function(t){return t.targetElement!==e})),zh?(e.ontouchstart=null,e.ontouchmove=null,Bh&&0===Hh.length&&(document.removeEventListener("touchmove",Gh,jh?{passive:!1}:void 0),Bh=!1)):Hh.length||(void 0!==Wh&&(document.body.style.paddingRight=Wh,Wh=void 0),void 0!==Zh&&(document.body.style.overflow=Zh,Zh=void 0))):console.error("enableBodyScroll unsuccessful - targetElement must be provided when calling enableBodyScroll on IOS devices.")},Yh=[],Kh="ResizeObserver loop completed with undelivered notifications.";!function(e){e.BORDER_BOX="border-box",e.CONTENT_BOX="content-box",e.DEVICE_PIXEL_CONTENT_BOX="device-pixel-content-box"}(Ah||(Ah={}));var Jh,Qh=function(e){return Object.freeze(e)},ef=function(e,t){this.inlineSize=e,this.blockSize=t,Qh(this)},tf=function(){function e(e,t,n,r){return this.x=e,this.y=t,this.width=n,this.height=r,this.top=this.y,this.left=this.x,this.bottom=this.top+this.height,this.right=this.left+this.width,Qh(this)}return e.prototype.toJSON=function(){var e=this;return{x:e.x,y:e.y,top:e.top,right:e.right,bottom:e.bottom,left:e.left,width:e.width,height:e.height}},e.fromRect=function(t){return new e(t.x,t.y,t.width,t.height)},e}(),nf=function(e){return e instanceof SVGElement&&"getBBox"in e},rf=function(e){if(nf(e)){var t=e.getBBox(),n=t.width,r=t.height;return!n&&!r}var i=e,o=i.offsetWidth,a=i.offsetHeight;return!(o||a||e.getClientRects().length)},of=function(e){var t;if(e instanceof Element)return!0;var n=null===(t=null==e?void 0:e.ownerDocument)||void 0===t?void 0:t.defaultView;return!!(n&&e instanceof n.Element)},af="undefined"!=typeof window?window:{},lf=new WeakMap,sf=/auto|scroll/,cf=/^tb|vertical/,df=/msie|trident/i.test(af.navigator&&af.navigator.userAgent),uf=function(e){return parseFloat(e||"0")},pf=function(e,t,n){return void 0===e&&(e=0),void 0===t&&(t=0),void 0===n&&(n=!1),new ef((n?t:e)||0,(n?e:t)||0)},hf=Qh({devicePixelContentBoxSize:pf(),borderBoxSize:pf(),contentBoxSize:pf(),contentRect:new tf(0,0,0,0)}),ff=function(e,t){if(void 0===t&&(t=!1),lf.has(e)&&!t)return lf.get(e);if(rf(e))return lf.set(e,hf),hf;var n=getComputedStyle(e),r=nf(e)&&e.ownerSVGElement&&e.getBBox(),i=!df&&"border-box"===n.boxSizing,o=cf.test(n.writingMode||""),a=!r&&sf.test(n.overflowY||""),l=!r&&sf.test(n.overflowX||""),s=r?0:uf(n.paddingTop),c=r?0:uf(n.paddingRight),d=r?0:uf(n.paddingBottom),u=r?0:uf(n.paddingLeft),p=r?0:uf(n.borderTopWidth),h=r?0:uf(n.borderRightWidth),f=r?0:uf(n.borderBottomWidth),g=u+c,v=s+d,m=(r?0:uf(n.borderLeftWidth))+h,x=p+f,b=l?e.offsetHeight-x-e.clientHeight:0,y=a?e.offsetWidth-m-e.clientWidth:0,w=i?g+m:0,C=i?v+x:0,$=r?r.width:uf(n.width)-w-y,k=r?r.height:uf(n.height)-C-b,S=$+g+y+m,E=k+v+b+x,O=Qh({devicePixelContentBoxSize:pf(Math.round($*devicePixelRatio),Math.round(k*devicePixelRatio),o),borderBoxSize:pf(S,E,o),contentBoxSize:pf($,k,o),contentRect:new tf(u,s,$,k)});return lf.set(e,O),O},gf=function(e,t,n){var r=ff(e,n),i=r.borderBoxSize,o=r.contentBoxSize,a=r.devicePixelContentBoxSize;switch(t){case Ah.DEVICE_PIXEL_CONTENT_BOX:return a;case Ah.BORDER_BOX:return i;default:return o}},vf=function(e){var t=ff(e);this.target=e,this.contentRect=t.contentRect,this.borderBoxSize=Qh([t.borderBoxSize]),this.contentBoxSize=Qh([t.contentBoxSize]),this.devicePixelContentBoxSize=Qh([t.devicePixelContentBoxSize])},mf=function(e){if(rf(e))return 1/0;for(var t=0,n=e.parentNode;n;)t+=1,n=n.parentNode;return t},xf=function(){var e=1/0,t=[];Yh.forEach((function(n){if(0!==n.activeTargets.length){var r=[];n.activeTargets.forEach((function(t){var n=new vf(t.target),i=mf(t.target);r.push(n),t.lastReportedSize=gf(t.target,t.observedBox),i<e&&(e=i)})),t.push((function(){n.callback.call(n.observer,r,n.observer)})),n.activeTargets.splice(0,n.activeTargets.length)}}));for(var n=0,r=t;n<r.length;n++){(0,r[n])()}return e},bf=function(e){Yh.forEach((function(t){t.activeTargets.splice(0,t.activeTargets.length),t.skippedTargets.splice(0,t.skippedTargets.length),t.observationTargets.forEach((function(n){n.isActive()&&(mf(n.target)>e?t.activeTargets.push(n):t.skippedTargets.push(n))}))}))},yf=function(){var e=0;for(bf(e);Yh.some((function(e){return e.activeTargets.length>0}));)e=xf(),bf(e);return Yh.some((function(e){return e.skippedTargets.length>0}))&&function(){var e;"function"==typeof ErrorEvent?e=new ErrorEvent("error",{message:Kh}):((e=document.createEvent("Event")).initEvent("error",!1,!1),e.message=Kh),window.dispatchEvent(e)}(),e>0},wf=[],Cf=function(e){if(!Jh){var t=0,n=document.createTextNode("");new MutationObserver((function(){return wf.splice(0).forEach((function(e){return e()}))})).observe(n,{characterData:!0}),Jh=function(){n.textContent="".concat(t?t--:t++)}}wf.push(e),Jh()},$f=0,kf={attributes:!0,characterData:!0,childList:!0,subtree:!0},Sf=["resize","load","transitionend","animationend","animationstart","animationiteration","keyup","keydown","mouseup","mousedown","mouseover","mouseout","blur","focus"],Ef=function(e){return void 0===e&&(e=0),Date.now()+e},Of=!1,Lf=new(function(){function e(){var e=this;this.stopped=!0,this.listener=function(){return e.schedule()}}return e.prototype.run=function(e){var t=this;if(void 0===e&&(e=250),!Of){Of=!0;var n,r=Ef(e);n=function(){var n=!1;try{n=yf()}finally{if(Of=!1,e=r-Ef(),!$f)return;n?t.run(1e3):e>0?t.run(e):t.start()}},Cf((function(){requestAnimationFrame(n)}))}},e.prototype.schedule=function(){this.stop(),this.run()},e.prototype.observe=function(){var e=this,t=function(){return e.observer&&e.observer.observe(document.body,kf)};document.body?t():af.addEventListener("DOMContentLoaded",t)},e.prototype.start=function(){var e=this;this.stopped&&(this.stopped=!1,this.observer=new MutationObserver(this.listener),this.observe(),Sf.forEach((function(t){return af.addEventListener(t,e.listener,!0)})))},e.prototype.stop=function(){var e=this;this.stopped||(this.observer&&this.observer.disconnect(),Sf.forEach((function(t){return af.removeEventListener(t,e.listener,!0)})),this.stopped=!0)},e}()),Rf=function(e){!$f&&e>0&&Lf.start(),!($f+=e)&&Lf.stop()},Tf=function(){function e(e,t){this.target=e,this.observedBox=t||Ah.CONTENT_BOX,this.lastReportedSize={inlineSize:0,blockSize:0}}return e.prototype.isActive=function(){var e=gf(this.target,this.observedBox,!0);return function(e){return!nf(e)&&!function(e){switch(e.tagName){case"INPUT":if("image"!==e.type)break;case"VIDEO":case"AUDIO":case"EMBED":case"OBJECT":case"CANVAS":case"IFRAME":case"IMG":return!0}return!1}(e)&&"inline"===getComputedStyle(e).display}(this.target)&&(this.lastReportedSize=e),this.lastReportedSize.inlineSize!==e.inlineSize||this.lastReportedSize.blockSize!==e.blockSize},e}(),Pf=function(e,t){this.activeTargets=[],this.skippedTargets=[],this.observationTargets=[],this.observer=e,this.callback=t},_f=new WeakMap,Mf=function(e,t){for(var n=0;n<e.length;n+=1)if(e[n].target===t)return n;return-1},Df=function(){function e(){}return e.connect=function(e,t){var n=new Pf(e,t);_f.set(e,n)},e.observe=function(e,t,n){var r=_f.get(e),i=0===r.observationTargets.length;Mf(r.observationTargets,t)<0&&(i&&Yh.push(r),r.observationTargets.push(new Tf(t,n&&n.box)),Rf(1),Lf.schedule())},e.unobserve=function(e,t){var n=_f.get(e),r=Mf(n.observationTargets,t),i=1===n.observationTargets.length;r>=0&&(i&&Yh.splice(Yh.indexOf(n),1),n.observationTargets.splice(r,1),Rf(-1))},e.disconnect=function(e){var t=this,n=_f.get(e);n.observationTargets.slice().forEach((function(n){return t.unobserve(e,n.target)})),n.activeTargets.splice(0,n.activeTargets.length)},e}(),Nf=function(){function e(e){if(0===arguments.length)throw new TypeError("Failed to construct 'ResizeObserver': 1 argument required, but only 0 present.");if("function"!=typeof e)throw new TypeError("Failed to construct 'ResizeObserver': The callback provided as parameter 1 is not a function.");Df.connect(this,e)}return e.prototype.observe=function(e,t){if(0===arguments.length)throw new TypeError("Failed to execute 'observe' on 'ResizeObserver': 1 argument required, but only 0 present.");if(!of(e))throw new TypeError("Failed to execute 'observe' on 'ResizeObserver': parameter 1 is not of type 'Element");Df.observe(this,e,t)},e.prototype.unobserve=function(e){if(0===arguments.length)throw new TypeError("Failed to execute 'unobserve' on 'ResizeObserver': 1 argument required, but only 0 present.");if(!of(e))throw new TypeError("Failed to execute 'unobserve' on 'ResizeObserver': parameter 1 is not of type 'Element");Df.unobserve(this,e)},e.prototype.disconnect=function(){Df.disconnect(this)},e.toString=function(){return"function ResizeObserver () { [polyfill code] }"},e}();function Vf(){return Vf=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var n=arguments[t];for(var r in n)Object.prototype.hasOwnProperty.call(n,r)&&(e[r]=n[r])}return e},Vf.apply(this,arguments)}function jf(e,t){if(null==e)return{};var n,r,i={},o=Object.keys(e);for(r=0;r<o.length;r++)t.indexOf(n=o[r])>=0||(i[n]=e[n]);return i}var If="undefined"!=typeof window?ee:J;function Af(e,t,n){return t=(t=+t)==t?t:0,n=(n=+n)==n?n:0,(e=+e)==e&&(e=(e=e<=n?e:n)>=t?e:t),e}function zf(e){var t=Math.round(e);if(Number.isNaN(e))throw new TypeError("Found a NaN! Check your snapPoints / defaultSnap / snapTo ");return t}var Hf={box:"border-box"};function Bf(e,t){var n=t.label,r=t.enabled,i=t.resizeSourceRef,o=Y(0),a=o[0],l=o[1];ae(n+": "+a);var s=re((function(e){l(e[0].borderBoxSize[0].blockSize),i.current="element"}),[i]);return If((function(){if(e.current&&r){var t=new Nf(s);return t.observe(e.current,Hf),function(){t.disconnect()}}}),[e,s,r]),r?a:0}function Ff(e){return void 0===e&&(e=1e3),new Promise((function(t){return setTimeout(t,e)}))}var Zf={DRAG:{target:"#overlay.dragging",actions:"onOpenEnd"}},Wf={RESIZE:{target:"#overlay.resizing",actions:"onOpenEnd"}},qf=function(e,t,n){return void 0===n&&(n=e.context),new Xd(e,t,n)}({id:"overlay",initial:"closed",context:{initialState:"CLOSED"},states:{closed:{on:{OPEN:"opening",CLOSE:void 0}},opening:{initial:"start",states:{start:{invoke:{src:"onOpenStart",onDone:"transition"}},transition:{always:[{target:"immediately",cond:"initiallyOpen"},{target:"smoothly",cond:"initiallyClosed"}]},immediately:{initial:"open",states:{open:{invoke:{src:"openImmediately",onDone:"activating"}},activating:{invoke:{src:"activate",onDone:"#overlay.opening.end"},on:Vf({},Zf,Wf)}}},smoothly:{initial:"visuallyHidden",states:{visuallyHidden:{invoke:{src:"renderVisuallyHidden",onDone:"activating"}},activating:{invoke:{src:"activate",onDone:"open"}},open:{invoke:{src:"openSmoothly",onDone:"#overlay.opening.end"},on:Vf({},Zf,Wf)}}},end:{invoke:{src:"onOpenEnd",onDone:"done"},on:{CLOSE:"#overlay.closing",DRAG:"#overlay.dragging"}},done:{type:"final"}},on:Vf({},{CLOSE:{target:"#overlay.closing",actions:"onOpenCancel"}}),onDone:"open"},open:{on:{DRAG:"#overlay.dragging",SNAP:"snapping",RESIZE:"resizing"}},dragging:{on:{SNAP:"snapping"}},snapping:{initial:"start",states:{start:{invoke:{src:"onSnapStart",onDone:"snappingSmoothly"},entry:[Kd({y:function(e,t){return t.payload.y},velocity:function(e,t){return t.payload.velocity},snapSource:function(e,t){var n=t.payload.source;return void 0===n?"custom":n}})]},snappingSmoothly:{invoke:{src:"snapSmoothly",onDone:"end"}},end:{invoke:{src:"onSnapEnd",onDone:"done"},on:{RESIZE:"#overlay.resizing",SNAP:"#overlay.snapping",CLOSE:"#overlay.closing",DRAG:"#overlay.dragging"}},done:{type:"final"}},on:{SNAP:{target:"snapping",actions:"onSnapEnd"},RESIZE:{target:"#overlay.resizing",actions:"onSnapCancel"},DRAG:{target:"#overlay.dragging",actions:"onSnapCancel"},CLOSE:{target:"#overlay.closing",actions:"onSnapCancel"}},onDone:"open"},resizing:{initial:"start",states:{start:{invoke:{src:"onResizeStart",onDone:"resizingSmoothly"}},resizingSmoothly:{invoke:{src:"resizeSmoothly",onDone:"end"}},end:{invoke:{src:"onResizeEnd",onDone:"done"},on:{SNAP:"#overlay.snapping",CLOSE:"#overlay.closing",DRAG:"#overlay.dragging"}},done:{type:"final"}},on:{RESIZE:{target:"resizing",actions:"onResizeEnd"},SNAP:{target:"snapping",actions:"onResizeCancel"},DRAG:{target:"#overlay.dragging",actions:"onResizeCancel"},CLOSE:{target:"#overlay.closing",actions:"onResizeCancel"}},onDone:"open"},closing:{initial:"start",states:{start:{invoke:{src:"onCloseStart",onDone:"deactivating"},on:{OPEN:{target:"#overlay.open",actions:"onCloseCancel"}}},deactivating:{invoke:{src:"deactivate",onDone:"closingSmoothly"}},closingSmoothly:{invoke:{src:"closeSmoothly",onDone:"end"}},end:{invoke:{src:"onCloseEnd",onDone:"done"},on:{OPEN:{target:"#overlay.opening",actions:"onCloseCancel"}}},done:{type:"final"}},on:{CLOSE:void 0,OPEN:{target:"#overlay.opening",actions:"onCloseCancel"}},onDone:"closed"}},on:{CLOSE:"closing"}},{actions:{onOpenCancel:function(e,t){},onSnapCancel:function(e,t){},onResizeCancel:function(e,t){},onCloseCancel:function(e,t){},onOpenEnd:function(e,t){},onSnapEnd:function(e,t){},onRezizeEnd:function(e,t){}},services:{onSnapStart:function(){try{return Promise.resolve(Ff()).then((function(){}))}catch(e){return Promise.reject(e)}},onOpenStart:function(){try{return Promise.resolve(Ff()).then((function(){}))}catch(e){return Promise.reject(e)}},onCloseStart:function(){try{return Promise.resolve(Ff()).then((function(){}))}catch(e){return Promise.reject(e)}},onResizeStart:function(){try{return Promise.resolve(Ff()).then((function(){}))}catch(e){return Promise.reject(e)}},onSnapEnd:function(){try{return Promise.resolve(Ff()).then((function(){}))}catch(e){return Promise.reject(e)}},onOpenEnd:function(){try{return Promise.resolve(Ff()).then((function(){}))}catch(e){return Promise.reject(e)}},onCloseEnd:function(){try{return Promise.resolve(Ff()).then((function(){}))}catch(e){return Promise.reject(e)}},onResizeEnd:function(){try{return Promise.resolve(Ff()).then((function(){}))}catch(e){return Promise.reject(e)}},renderVisuallyHidden:function(e,t){try{return Promise.resolve(Ff()).then((function(){}))}catch(e){return Promise.reject(e)}},activate:function(e,t){try{return Promise.resolve(Ff()).then((function(){}))}catch(e){return Promise.reject(e)}},deactivate:function(e,t){try{return Promise.resolve(Ff()).then((function(){}))}catch(e){return Promise.reject(e)}},openSmoothly:function(e,t){try{return Promise.resolve(Ff()).then((function(){}))}catch(e){return Promise.reject(e)}},openImmediately:function(e,t){try{return Promise.resolve(Ff()).then((function(){}))}catch(e){return Promise.reject(e)}},snapSmoothly:function(e,t){try{return Promise.resolve(Ff()).then((function(){}))}catch(e){return Promise.reject(e)}},resizeSmoothly:function(e,t){try{return Promise.resolve(Ff()).then((function(){}))}catch(e){return Promise.reject(e)}},closeSmoothly:function(e,t){try{return Promise.resolve(Ff()).then((function(){}))}catch(e){return Promise.reject(e)}}},guards:{initiallyClosed:function(e){return"CLOSED"===e.initialState},initiallyOpen:function(e){return"OPEN"===e.initialState}}}),Gf=["children","sibling","className","footer","header","open","initialState","lastSnapRef","initialFocusRef","onDismiss","maxHeight","defaultSnap","snapPoints","blocking","scrollLocking","style","onSpringStart","onSpringCancel","onSpringEnd","reserveScrollBarGap","expandOnContentDrag"],Uf=["velocity"],Xf=["onRest","config"],Yf={tension:170,friction:26},Kf=Yf.tension,Jf=Yf.friction,Qf=U.forwardRef((function(e,t){var n=e.children,r=e.sibling,i=e.className,o=e.footer,a=e.header,l=e.open,s=e.initialState,c=e.lastSnapRef,d=e.initialFocusRef,u=e.onDismiss,p=e.maxHeight,h=e.defaultSnap,f=void 0===h?tg:h,g=e.snapPoints,v=void 0===g?ng:g,m=e.blocking,x=void 0===m||m,b=e.scrollLocking,y=void 0===b||b,w=e.style,C=e.onSpringStart,$=e.onSpringCancel,k=e.onSpringEnd,S=e.reserveScrollBarGap,E=void 0===S?x:S,O=e.expandOnContentDrag,L=void 0!==O&&O,R=jf(e,Gf),T=function(){var e=Y(!1),t=e[0],n=e[1],r=Y({}),i=r[0],o=r[1],a=re((function(e){return o((function(t){var n;return Vf({},t,((n={})[e]=!1,n))})),function(){o((function(t){var n;return Vf({},t,((n={})[e]=!0,n))}))}}),[]);return J((function(){var e=Object.values(i);0!==e.length&&e.every(Boolean)&&n(!0)}),[i]),{ready:t,registerReady:a}}(),P=T.ready,_=T.registerReady,M=K(!1),D=K(C),N=K($),V=K(k);J((function(){D.current=C,N.current=$,V.current=k}),[$,C,k]);var j,I,A=Au((function(){return{y:0,ready:0,maxHeight:0,minSnap:0,maxSnap:0}})),z=A[0],H=A[1],B=K(null),F=K(null),Z=K(null),W=K(null),q=K(null),G=K(null),X=K(0),Q=K(),ee=K(!1),te=(j=ne((function(){return"undefined"!=typeof window?window.matchMedia("(prefers-reduced-motion: reduce)"):null}),[]),I=K(null==j?void 0:j.matches),ae(I.current?"reduce":"no-preference"),J((function(){var e=function(e){I.current=e.matches};return null==j||j.addListener(e),function(){return null==j?void 0:j.removeListener(e)}}),[j]),I),ie=function(e){var t=e.targetRef,n=e.enabled,r=e.reserveScrollBarGap,i=K({activate:function(){throw new TypeError("Tried to activate scroll lock too early")},deactivate:function(){}});return ae(n?"Enabled":"Disabled"),J((function(){if(!n)return i.current.deactivate(),void(i.current={activate:function(){},deactivate:function(){}});var e=t.current,o=!1;i.current={activate:function(){o||(o=!0,Uh(e,{allowTouchMove:function(e){return e.closest("[data-body-scroll-lock-ignore]")},reserveScrollBarGap:r}))},deactivate:function(){o&&(o=!1,Xh(e))}}}),[n,t,r]),i}({targetRef:F,enabled:P&&y,reserveScrollBarGap:E}),le=function(e){var t=e.targetRef,n=e.enabled,r=K({activate:function(){throw new TypeError("Tried to activate aria hider too early")},deactivate:function(){}});return ae(n?"Enabled":"Disabled"),J((function(){if(!n)return r.current.deactivate(),void(r.current={activate:function(){},deactivate:function(){}});var e=t.current,i=!1,o=[],a=[];r.current={activate:function(){if(!i){i=!0;var t=e.parentNode;document.querySelectorAll("body > *").forEach((function(e){if(e!==t){var n=e.getAttribute("aria-hidden");null!==n&&"false"!==n||(o.push(n),a.push(e),e.setAttribute("aria-hidden","true"))}}))}},deactivate:function(){i&&(i=!1,a.forEach((function(e,t){var n=o[t];null===n?e.removeAttribute("aria-hidden"):e.setAttribute("aria-hidden",n)})),o=[],a=[])}}}),[t,n]),r}({targetRef:B,enabled:P&&x}),se=function(e){var t=e.targetRef,n=e.fallbackRef,r=e.initialFocusRef,i=e.enabled,o=K({activate:function(){throw new TypeError("Tried to activate focus trap too early")},deactivate:function(){}});return ae(i?"Enabled":"Disabled"),J((function(){if(!i)return o.current.deactivate(),void(o.current={activate:function(){},deactivate:function(){}});var e=n.current,a=Vh(t.current,{onActivate:void 0,initialFocus:r?function(){return(null==r?void 0:r.current)||e}:void 0,fallbackFocus:e,escapeDeactivates:!1,clickOutsideDeactivates:!1}),l=!1;o.current={activate:function(){try{return l?Promise.resolve():(l=!0,Promise.resolve(a.activate()).then((function(){return Promise.resolve(new Promise((function(e){return setTimeout((function(){return e(void 0)}),0)}))).then((function(){}))})))}catch(e){return Promise.reject(e)}},deactivate:function(){l&&(l=!1,a.deactivate())}}}),[i,n,r,t]),o}({targetRef:B,fallbackRef:G,initialFocusRef:d||void 0,enabled:P&&x&&!1!==d}),ce=function(e){var t=e.getSnapPoints,n=e.heightRef,r=e.lastSnapRef,i=e.ready,o=function(e){var t=e.contentRef,n=e.controlledMaxHeight,r=e.footerEnabled,i=e.footerRef,o=e.headerEnabled,a=e.headerRef,l=e.registerReady,s=e.resizeSourceRef,c=ne((function(){return l("contentHeight")}),[l]),d=function(e,t,n){var r=ne((function(){return t("maxHeight")}),[t]),i=Y((function(){return zf(e)||"undefined"!=typeof window?window.innerHeight:0})),o=i[0],a=i[1],l=o>0,s=K(0);return ae(e?"controlled":"auto"),J((function(){l&&r()}),[l,r]),If((function(){if(e)return a(zf(e)),void(n.current="maxheightprop");var t=function(){s.current||(s.current=requestAnimationFrame((function(){a(window.innerHeight),n.current="window",s.current=0})))};return window.addEventListener("resize",t),a(window.innerHeight),n.current="window",r(),function(){window.removeEventListener("resize",t),cancelAnimationFrame(s.current)}}),[e,r,n]),o}(n,l,s),u=Bf(a,{label:"headerHeight",enabled:o,resizeSourceRef:s}),p=Bf(t,{label:"contentHeight",enabled:!0,resizeSourceRef:s}),h=Bf(i,{label:"footerHeight",enabled:r,resizeSourceRef:s}),f=Math.min(d-u-h,p)+u+h;ae("minHeight: "+f);var g=p>0;return J((function(){g&&c()}),[g,c]),{maxHeight:d,minHeight:f,headerHeight:u,footerHeight:h}}({contentRef:e.contentRef,controlledMaxHeight:e.controlledMaxHeight,footerEnabled:e.footerEnabled,footerRef:e.footerRef,headerEnabled:e.headerEnabled,headerRef:e.headerRef,registerReady:e.registerReady,resizeSourceRef:e.resizeSourceRef}),a=o.maxHeight,l=o.minHeight,s=o.headerHeight,c=o.footerHeight,d=function(e,t){var n=[].concat(e).map(zf).reduce((function(e,n){return e.add(Af(n,0,t)),e}),new Set),r=Array.from(n),i=Math.min.apply(Math,r);if(Number.isNaN(i))throw new TypeError("minSnap is NaN");var o=Math.max.apply(Math,r);if(Number.isNaN(o))throw new TypeError("maxSnap is NaN");return{snapPoints:r,minSnap:i,maxSnap:o}}(i?t({height:n.current,footerHeight:c,headerHeight:s,minHeight:l,maxHeight:a}):[0],a),u=d.snapPoints,p=d.minSnap,h=d.maxSnap;return ae("minSnap: "+p+", maxSnap:"+h),{minSnap:p,maxSnap:h,findSnap:function(e){var t=zf("function"==typeof e?e({footerHeight:c,headerHeight:s,height:n.current,minHeight:l,maxHeight:a,snapPoints:u,lastSnap:r.current}):e);return u.reduce((function(e,n){return Math.abs(n-t)<Math.abs(e-t)?n:e}),p)},maxHeight:a}}({contentRef:Z,controlledMaxHeight:p,footerEnabled:!!o,footerRef:q,getSnapPoints:v,headerEnabled:!1!==a,headerRef:W,heightRef:X,lastSnapRef:c,ready:P,registerReady:_,resizeSourceRef:Q}),de=ce.minSnap,ue=ce.maxSnap,pe=ce.maxHeight,he=ce.findSnap,fe=K(pe),ge=K(de),ve=K(ue),me=K(he),xe=K(0);If((function(){fe.current=pe,ve.current=ue,ge.current=de,me.current=he,xe.current=he(f)}),[he,f,pe,ue,de]);var be=re((function(e){var t=e.onRest,n=e.config,r=(n=void 0===n?{}:n).velocity,i=void 0===r?1:r,o=jf(n,Uf),a=jf(e,Xf);return new Promise((function(e){return H(Vf({},a,{config:Vf({velocity:i},o,{mass:1,tension:Kf,friction:Math.max(Jf,Jf+(Jf-Jf*i))}),onRest:function(){var n=[].slice.call(arguments);e.apply(void 0,n),null==t||t.apply(void 0,n)}}))}))}),[H]),ye=du(qf,{devTools:!1,actions:{onOpenCancel:re((function(){return null==N.current?void 0:N.current({type:"OPEN"})}),[]),onSnapCancel:re((function(e){return null==N.current?void 0:N.current({type:"SNAP",source:e.snapSource})}),[]),onCloseCancel:re((function(){return null==N.current?void 0:N.current({type:"CLOSE"})}),[]),onResizeCancel:re((function(){return null==N.current?void 0:N.current({type:"RESIZE",source:Q.current})}),[]),onOpenEnd:re((function(){return null==V.current?void 0:V.current({type:"OPEN"})}),[]),onSnapEnd:re((function(e,t){return null==V.current?void 0:V.current({type:"SNAP",source:e.snapSource})}),[]),onResizeEnd:re((function(){return null==V.current?void 0:V.current({type:"RESIZE",source:Q.current})}),[])},context:{initialState:s},services:{onSnapStart:re((function(e,t){try{return Promise.resolve(null==D.current?void 0:D.current({type:"SNAP",source:t.payload.source||"custom"}))}catch(e){return Promise.reject(e)}}),[]),onOpenStart:re((function(){try{return Promise.resolve(null==D.current?void 0:D.current({type:"OPEN"}))}catch(e){return Promise.reject(e)}}),[]),onCloseStart:re((function(){try{return Promise.resolve(null==D.current?void 0:D.current({type:"CLOSE"}))}catch(e){return Promise.reject(e)}}),[]),onResizeStart:re((function(){try{return Promise.resolve(null==D.current?void 0:D.current({type:"RESIZE",source:Q.current}))}catch(e){return Promise.reject(e)}}),[]),onSnapEnd:re((function(e,t){try{return Promise.resolve(null==V.current?void 0:V.current({type:"SNAP",source:e.snapSource}))}catch(e){return Promise.reject(e)}}),[]),onOpenEnd:re((function(){try{return Promise.resolve(null==V.current?void 0:V.current({type:"OPEN"}))}catch(e){return Promise.reject(e)}}),[]),onCloseEnd:re((function(){try{return Promise.resolve(null==V.current?void 0:V.current({type:"CLOSE"}))}catch(e){return Promise.reject(e)}}),[]),onResizeEnd:re((function(){try{return Promise.resolve(null==V.current?void 0:V.current({type:"RESIZE",source:Q.current}))}catch(e){return Promise.reject(e)}}),[]),renderVisuallyHidden:re((function(e,t){try{return Promise.resolve(be({y:xe.current,ready:0,maxHeight:fe.current,maxSnap:ve.current,minSnap:xe.current,immediate:!0})).then((function(){}))}catch(e){return Promise.reject(e)}}),[be]),activate:re((function(e,t){try{return M.current=!0,Promise.resolve(Promise.all([ie.current.activate(),se.current.activate(),le.current.activate()])).then((function(){}))}catch(e){return Promise.reject(e)}}),[le,se,ie]),deactivate:re((function(){try{return ie.current.deactivate(),se.current.deactivate(),le.current.deactivate(),M.current=!1,Promise.resolve()}catch(e){return Promise.reject(e)}}),[le,se,ie]),openImmediately:re((function(){try{return X.current=xe.current,Promise.resolve(be({y:xe.current,ready:1,maxHeight:fe.current,maxSnap:ve.current,minSnap:xe.current,immediate:!0})).then((function(){}))}catch(e){return Promise.reject(e)}}),[be]),openSmoothly:re((function(){try{return Promise.resolve(be({y:0,ready:1,maxHeight:fe.current,maxSnap:ve.current,minSnap:xe.current,immediate:!0})).then((function(){return X.current=xe.current,Promise.resolve(be({y:xe.current,ready:1,maxHeight:fe.current,maxSnap:ve.current,minSnap:xe.current,immediate:te.current})).then((function(){}))}))}catch(e){return Promise.reject(e)}}),[be,te]),snapSmoothly:re((function(e,t){try{var n=me.current(e.y);return X.current=n,c.current=n,Promise.resolve(be({y:n,ready:1,maxHeight:fe.current,maxSnap:ve.current,minSnap:ge.current,immediate:te.current,config:{velocity:e.velocity}})).then((function(){}))}catch(e){return Promise.reject(e)}}),[be,c,te]),resizeSmoothly:re((function(){try{var e=me.current(X.current);return X.current=e,c.current=e,Promise.resolve(be({y:e,ready:1,maxHeight:fe.current,maxSnap:ve.current,minSnap:ge.current,immediate:"element"!==Q.current||te.current})).then((function(){}))}catch(e){return Promise.reject(e)}}),[be,c,te]),closeSmoothly:re((function(e,t){try{return be({minSnap:X.current,immediate:!0}),X.current=0,Promise.resolve(be({y:0,maxHeight:fe.current,maxSnap:ve.current,immediate:te.current})).then((function(){return Promise.resolve(be({ready:0,immediate:!0})).then((function(){}))}))}catch(e){return Promise.reject(e)}}),[be,te])}}),we=ye[0],Ce=ye[1];J((function(){P&&Ce(l?"OPEN":"CLOSE")}),[l,Ce,P]),If((function(){(pe||ue||de)&&Ce("RESIZE")}),[pe,ue,de,Ce]),J((function(){return function(){ie.current.deactivate(),se.current.deactivate(),le.current.deactivate()}}),[le,se,ie]),oe(t,(function(){return{snapTo:function(e,t){var n=void 0===t?{}:t,r=n.velocity,i=void 0===r?1:r,o=n.source,a=void 0===o?"custom":o;Ce("SNAP",{payload:{y:me.current(e),velocity:i,source:a}})},get height(){return X.current}}}),[Ce]),J((function(){var e=F.current,t=function(e){ee.current&&e.preventDefault()},n=function(t){e.scrollTop<0&&(requestAnimationFrame((function(){e.style.overflow="hidden",e.scrollTop=0,e.style.removeProperty("overflow")})),t.preventDefault())};return L&&(e.addEventListener("scroll",t),e.addEventListener("touchmove",t),e.addEventListener("touchstart",n)),function(){e.removeEventListener("scroll",t),e.removeEventListener("touchmove",t),e.removeEventListener("touchstart",n)}}),[L,F]);var $e=ah((function(e){var t=e.args,n=(t=void 0===t?[]:t)[0],r=(n=void 0===n?{}:n).closeOnTap,i=void 0!==r&&r,o=n.isContentDragging,a=void 0!==o&&o,l=e.cancel,s=e.direction[1],c=e.down,d=e.first,p=e.last,h=e.memo,f=void 0===h?z.y.getValue():h,g=e.tap,v=e.velocity,m=-1*e.movement[1];if(!M.current)return l(),f;if(u&&i&&g)return l(),setTimeout((function(){return u()}),0),f;if(g)return f;var x=f+m,b=m*v,y=Math.max(ge.current,Math.min(ve.current,x+2*b));if(!c&&u&&s>0&&x+b<ge.current/2)return l(),u(),f;var w=c?u||ge.current!==ve.current?wp(x,u?0:ge.current,ve.current,.55):x<ge.current?wp(x,ge.current,2*ve.current,.55):wp(x,ge.current/2,ve.current,.55):y;return L&&a?(w>=ve.current&&(w=ve.current),f===ve.current&&F.current.scrollTop>0&&(w=ve.current),ee.current=w<ve.current):ee.current=!1,d&&Ce("DRAG"),p?(Ce("SNAP",{payload:{y:w,velocity:v>.05?v:1,source:"dragging"}}),f):(H({y:w,ready:1,maxHeight:fe.current,maxSnap:ve.current,minSnap:ge.current,immediate:!0,config:{velocity:v}}),f)}),{filterTaps:!0});if(Number.isNaN(ve.current))throw new TypeError("maxSnapRef is NaN!!");if(Number.isNaN(ge.current))throw new TypeError("minSnapRef is NaN!!");var ke=function(e){var t,n=e.spring,r=Mu([n.y,n.maxHeight],(function(e,t){return Math.round(Af(t-e,0,16))+"px"})),i=Mu([n.y,n.minSnap,n.maxSnap],(function(e,t,n){return Af(e,t,n)+"px"})),o=Mu([n.y,n.minSnap,n.maxSnap],(function(e,t,n){return e<t?t-e+"px":e>n?n-e+"px":"0px"})),a=Mu([n.y,n.maxSnap],(function(e,t){return e>=t?Math.ceil(e-t):0})),l=Mu([n.y,n.minSnap],(function(e,t){if(!t)return 0;var n=Math.max(t/2-45,0);return Af((e-n)*(1/(Math.min(t/2+45,t)-n)+0),0,1)})),s=Mu([n.y,n.minSnap],(function(e,t){return t?Af(e/t,0,1):0}));return(t={})["--rsbs-content-opacity"]=l,t["--rsbs-backdrop-opacity"]=s,t["--rsbs-antigap-scale-y"]=a,t["--rsbs-overlay-translate-y"]=o,t["--rsbs-overlay-rounded"]=r,t["--rsbs-overlay-h"]=i,t}({spring:z});return U.createElement(gp.div,Vf({},R,{"data-rsbs-root":!0,"data-rsbs-state":eg.find(we.matches),"data-rsbs-is-blocking":x,"data-rsbs-is-dismissable":!!u,"data-rsbs-has-header":!!a,"data-rsbs-has-footer":!!o,className:i,ref:B,style:Vf({},ke,w,{opacity:z.ready})}),r,x&&U.createElement("div",Vf({key:"backdrop","data-rsbs-backdrop":!0},$e({closeOnTap:!0}))),U.createElement("div",{key:"overlay","aria-modal":"true",role:"dialog","data-rsbs-overlay":!0,tabIndex:-1,ref:G,onKeyDown:function(e){"Escape"===e.key&&(e.stopPropagation(),u&&u())}},!1!==a&&U.createElement("div",Vf({key:"header","data-rsbs-header":!0,ref:W},$e()),a),U.createElement("div",Vf({key:"scroll","data-rsbs-scroll":!0,ref:F},L?$e({isContentDragging:!0}):{}),U.createElement("div",{"data-rsbs-content":!0,ref:Z},n)),o&&U.createElement("div",Vf({key:"footer",ref:q,"data-rsbs-footer":!0},$e()),o)))})),eg=["closed","opening","open","closing","dragging","snapping","resizing"];function tg(e){var t=e.lastSnap;return null!=t?t:Math.min.apply(Math,e.snapPoints)}function ng(e){return e.minHeight}var rg=["onSpringStart","onSpringEnd","skipInitialTransition"],ig=X((function(e,t){var n=e.onSpringStart,r=e.onSpringEnd,i=e.skipInitialTransition,o=jf(e,rg),a=Y(!1),l=a[0],s=a[1],c=K(),d=K(null),u=K(i&&o.open?"OPEN":"CLOSED");If((function(){if(o.open)return cancelAnimationFrame(c.current),s(!0),function(){u.current="CLOSED"}}),[o.open]);var p=re((function(e){return Promise.resolve(null==n?void 0:n(e)).then((function(){"OPEN"===e.type&&cancelAnimationFrame(c.current)}))}),[n]),h=re((function(e){return Promise.resolve(null==r?void 0:r(e)).then((function(){"CLOSE"===e.type&&(c.current=requestAnimationFrame((function(){return s(!1)})))}))}),[r]);return l?U.createElement(Qs,{"data-rsbs-portal":!0},U.createElement(Qf,Vf({},o,{lastSnapRef:d,ref:t,initialState:u.current,onSpringStart:p,onSpringEnd:h}))):null}));const og=se`
|
|
2467
2469
|
width: 40px;
|
|
2468
2470
|
height: 6px;
|
|
2469
2471
|
border-color: ${be("neutral",300)};
|
|
@@ -2474,7 +2476,7 @@ function Eh(e,t){var n=Object.keys(e);if(Object.getOwnPropertySymbols){var r=Obj
|
|
|
2474
2476
|
&:focus {
|
|
2475
2477
|
outline-color: ${be("primary",700)};
|
|
2476
2478
|
}
|
|
2477
|
-
`,
|
|
2479
|
+
`,ag=(e,t)=>se`
|
|
2478
2480
|
[data-rsbs-overlay] {
|
|
2479
2481
|
border-top-left-radius: 16px;
|
|
2480
2482
|
border-top-right-radius: 16px;
|
|
@@ -2503,7 +2505,7 @@ function Eh(e,t){var n=Object.keys(e);if(Object.getOwnPropertySymbols){var r=Obj
|
|
|
2503
2505
|
padding: 0px;
|
|
2504
2506
|
min-height: 64px;
|
|
2505
2507
|
}
|
|
2506
|
-
`;!function(e,t){void 0===t&&(t={});var n=t.insertAt;if("undefined"!=typeof document){var r=document.head||document.getElementsByTagName("head")[0],i=document.createElement("style");i.type="text/css","top"===n&&r.firstChild?r.insertBefore(i,r.firstChild):r.appendChild(i),i.styleSheet?i.styleSheet.cssText=e:i.appendChild(document.createTextNode(e))}}("[data-rsbs-overlay] {\n border-top-left-radius: 16px;\n border-top-left-radius: var(--rsbs-overlay-rounded,16px);\n border-top-right-radius: 16px;\n border-top-right-radius: var(--rsbs-overlay-rounded,16px);\n display: flex;\n background: #fff;\n background: var(--rsbs-bg,#fff);\n flex-direction: column;\n height: 0px;\n height: var(--rsbs-overlay-h,0px);\n transform: translate3d(0, 0px, 0);\n transform: translate3d(0, var(--rsbs-overlay-translate-y,0px), 0);\n will-change: height;\n}\n\n[data-rsbs-overlay]:focus {\n outline: none;\n}\n\n[data-rsbs-is-blocking='false'] [data-rsbs-overlay] {\n box-shadow: 0 -5px 60px 0 rgba(38, 89, 115, 0.11),\n 0 -1px 0 rgba(38, 89, 115, 0.05);\n}\n\n[data-rsbs-overlay],\n[data-rsbs-root]:after {\n max-width: auto;\n max-width: var(--rsbs-max-w,auto);\n margin-left: env(safe-area-inset-left);\n margin-left: var(--rsbs-ml,env(safe-area-inset-left));\n margin-right: env(safe-area-inset-right);\n margin-right: var(--rsbs-mr,env(safe-area-inset-right));\n}\n\n[data-rsbs-overlay],\n[data-rsbs-backdrop],\n[data-rsbs-root]:after {\n z-index: 3;\n -ms-scroll-chaining: none;\n overscroll-behavior: none;\n touch-action: none;\n position: fixed;\n right: 0;\n bottom: 0;\n left: 0;\n -webkit-user-select: none;\n -moz-user-select: none;\n -ms-user-select: none;\n user-select: none;\n -webkit-tap-highlight-color: transparent;\n -webkit-touch-callout: none;\n}\n\n[data-rsbs-backdrop] {\n top: -60px;\n bottom: -60px;\n background-color: rgba(0, 0, 0, 0.6);\n background-color: var(--rsbs-backdrop-bg,rgba(0, 0, 0, 0.6));\n will-change: opacity;\n cursor: pointer;\n opacity: 1;\n}\n\n[data-rsbs-is-dismissable='false'] [data-rsbs-backdrop] {\n cursor: ns-resize;\n}\n\n[data-rsbs-root]:after {\n content: '';\n pointer-events: none;\n background: #fff;\n background: var(--rsbs-bg,#fff);\n height: 1px;\n transform-origin: bottom;\n transform: scale3d(1, 0, 1);\n transform: scale3d(1, var(--rsbs-antigap-scale-y,0), 1);\n will-change: transform;\n}\n\n[data-rsbs-footer],\n[data-rsbs-header] {\n flex-shrink: 0;\n cursor: ns-resize;\n padding: 16px;\n}\n\n[data-rsbs-header] {\n text-align: center;\n -webkit-user-select: none;\n -moz-user-select: none;\n -ms-user-select: none;\n user-select: none;\n box-shadow: 0 1px 0\n rgba(46, 59, 66, calc(1 * 0.125));\n box-shadow: 0 1px 0\n rgba(46, 59, 66, calc(var(--rsbs-content-opacity,1) * 0.125));\n z-index: 1;\n padding-top: calc(20px + env(safe-area-inset-top));\n padding-bottom: 8px;\n}\n\n[data-rsbs-header]:before {\n position: absolute;\n content: '';\n display: block;\n width: 36px;\n height: 4px;\n top: calc(8px + env(safe-area-inset-top));\n left: 50%;\n transform: translateX(-50%);\n border-radius: 2px;\n background-color: hsla(0, 0%, 0%, 0.14);\n background-color: var(--rsbs-handle-bg,hsla(0, 0%, 0%, 0.14));\n}\n\n@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {\n [data-rsbs-header]:before {\n transform: translateX(-50%) scaleY(0.75);\n }\n}\n\n[data-rsbs-has-header='false'] [data-rsbs-header] {\n box-shadow: none;\n padding-top: calc(12px + env(safe-area-inset-top));\n}\n\n[data-rsbs-scroll] {\n flex-shrink: 1;\n flex-grow: 1;\n -webkit-tap-highlight-color: revert;\n -webkit-touch-callout: revert;\n -webkit-user-select: auto;\n -ms-user-select: auto;\n -moz-user-select: auto;\n user-select: auto;\n overflow: auto;\n -ms-scroll-chaining: none;\n overscroll-behavior: contain;\n -webkit-overflow-scrolling: touch;\n}\n\n[data-rsbs-scroll]:focus {\n outline: none;\n}\n\n[data-rsbs-has-footer='false'] [data-rsbs-content] {\n padding-bottom: env(safe-area-inset-bottom);\n}\n\n[data-rsbs-content] {\n /* The overflow hidden is to ensure any margin on child nodes are included when the resize observer is measuring the height */\n overflow: hidden;\n}\n\n[data-rsbs-footer] {\n box-shadow: 0 -1px 0 rgba(46, 59, 66, calc(1 * 0.125)),\n 0 2px 0 #fff;\n box-shadow: 0 -1px 0 rgba(46, 59, 66, calc(var(--rsbs-content-opacity,1) * 0.125)),\n 0 2px 0 var(--rsbs-bg,#fff);\n overflow: hidden;\n z-index: 1;\n padding-bottom: calc(16px + env(safe-area-inset-bottom));\n}\n\n[data-rsbs-is-dismissable='true'] [data-rsbs-header] > *, [data-rsbs-is-dismissable='true'] [data-rsbs-scroll] > *, [data-rsbs-is-dismissable='true'] [data-rsbs-footer] > *, [data-rsbs-is-dismissable='false'][data-rsbs-state='opening'] [data-rsbs-header] > *, [data-rsbs-is-dismissable='false'][data-rsbs-state='closing'] [data-rsbs-header] > *, [data-rsbs-is-dismissable='false'][data-rsbs-state='opening'] [data-rsbs-scroll] > *, [data-rsbs-is-dismissable='false'][data-rsbs-state='closing'] [data-rsbs-scroll] > *, [data-rsbs-is-dismissable='false'][data-rsbs-state='opening'] [data-rsbs-footer] > *, [data-rsbs-is-dismissable='false'][data-rsbs-state='closing'] [data-rsbs-footer] > * {\n opacity: 1;\n opacity: var(--rsbs-content-opacity,1);\n }\n\n[data-rsbs-is-dismissable='true'] [data-rsbs-backdrop], [data-rsbs-is-dismissable='false'][data-rsbs-state='opening'] [data-rsbs-backdrop], [data-rsbs-is-dismissable='false'][data-rsbs-state='closing'] [data-rsbs-backdrop] {\n opacity: 1;\n opacity: var(--rsbs-backdrop-opacity,1);\n }\n\n[data-rsbs-state='closed'],\n[data-rsbs-state='closing'] {\n /* Allows interactions on the rest of the page before the close transition is finished */\n pointer-events: none;\n}\n");const
|
|
2508
|
+
`;!function(e,t){void 0===t&&(t={});var n=t.insertAt;if("undefined"!=typeof document){var r=document.head||document.getElementsByTagName("head")[0],i=document.createElement("style");i.type="text/css","top"===n&&r.firstChild?r.insertBefore(i,r.firstChild):r.appendChild(i),i.styleSheet?i.styleSheet.cssText=e:i.appendChild(document.createTextNode(e))}}("[data-rsbs-overlay] {\n border-top-left-radius: 16px;\n border-top-left-radius: var(--rsbs-overlay-rounded,16px);\n border-top-right-radius: 16px;\n border-top-right-radius: var(--rsbs-overlay-rounded,16px);\n display: flex;\n background: #fff;\n background: var(--rsbs-bg,#fff);\n flex-direction: column;\n height: 0px;\n height: var(--rsbs-overlay-h,0px);\n transform: translate3d(0, 0px, 0);\n transform: translate3d(0, var(--rsbs-overlay-translate-y,0px), 0);\n will-change: height;\n}\n\n[data-rsbs-overlay]:focus {\n outline: none;\n}\n\n[data-rsbs-is-blocking='false'] [data-rsbs-overlay] {\n box-shadow: 0 -5px 60px 0 rgba(38, 89, 115, 0.11),\n 0 -1px 0 rgba(38, 89, 115, 0.05);\n}\n\n[data-rsbs-overlay],\n[data-rsbs-root]:after {\n max-width: auto;\n max-width: var(--rsbs-max-w,auto);\n margin-left: env(safe-area-inset-left);\n margin-left: var(--rsbs-ml,env(safe-area-inset-left));\n margin-right: env(safe-area-inset-right);\n margin-right: var(--rsbs-mr,env(safe-area-inset-right));\n}\n\n[data-rsbs-overlay],\n[data-rsbs-backdrop],\n[data-rsbs-root]:after {\n z-index: 3;\n -ms-scroll-chaining: none;\n overscroll-behavior: none;\n touch-action: none;\n position: fixed;\n right: 0;\n bottom: 0;\n left: 0;\n -webkit-user-select: none;\n -moz-user-select: none;\n -ms-user-select: none;\n user-select: none;\n -webkit-tap-highlight-color: transparent;\n -webkit-touch-callout: none;\n}\n\n[data-rsbs-backdrop] {\n top: -60px;\n bottom: -60px;\n background-color: rgba(0, 0, 0, 0.6);\n background-color: var(--rsbs-backdrop-bg,rgba(0, 0, 0, 0.6));\n will-change: opacity;\n cursor: pointer;\n opacity: 1;\n}\n\n[data-rsbs-is-dismissable='false'] [data-rsbs-backdrop] {\n cursor: ns-resize;\n}\n\n[data-rsbs-root]:after {\n content: '';\n pointer-events: none;\n background: #fff;\n background: var(--rsbs-bg,#fff);\n height: 1px;\n transform-origin: bottom;\n transform: scale3d(1, 0, 1);\n transform: scale3d(1, var(--rsbs-antigap-scale-y,0), 1);\n will-change: transform;\n}\n\n[data-rsbs-footer],\n[data-rsbs-header] {\n flex-shrink: 0;\n cursor: ns-resize;\n padding: 16px;\n}\n\n[data-rsbs-header] {\n text-align: center;\n -webkit-user-select: none;\n -moz-user-select: none;\n -ms-user-select: none;\n user-select: none;\n box-shadow: 0 1px 0\n rgba(46, 59, 66, calc(1 * 0.125));\n box-shadow: 0 1px 0\n rgba(46, 59, 66, calc(var(--rsbs-content-opacity,1) * 0.125));\n z-index: 1;\n padding-top: calc(20px + env(safe-area-inset-top));\n padding-bottom: 8px;\n}\n\n[data-rsbs-header]:before {\n position: absolute;\n content: '';\n display: block;\n width: 36px;\n height: 4px;\n top: calc(8px + env(safe-area-inset-top));\n left: 50%;\n transform: translateX(-50%);\n border-radius: 2px;\n background-color: hsla(0, 0%, 0%, 0.14);\n background-color: var(--rsbs-handle-bg,hsla(0, 0%, 0%, 0.14));\n}\n\n@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {\n [data-rsbs-header]:before {\n transform: translateX(-50%) scaleY(0.75);\n }\n}\n\n[data-rsbs-has-header='false'] [data-rsbs-header] {\n box-shadow: none;\n padding-top: calc(12px + env(safe-area-inset-top));\n}\n\n[data-rsbs-scroll] {\n flex-shrink: 1;\n flex-grow: 1;\n -webkit-tap-highlight-color: revert;\n -webkit-touch-callout: revert;\n -webkit-user-select: auto;\n -ms-user-select: auto;\n -moz-user-select: auto;\n user-select: auto;\n overflow: auto;\n -ms-scroll-chaining: none;\n overscroll-behavior: contain;\n -webkit-overflow-scrolling: touch;\n}\n\n[data-rsbs-scroll]:focus {\n outline: none;\n}\n\n[data-rsbs-has-footer='false'] [data-rsbs-content] {\n padding-bottom: env(safe-area-inset-bottom);\n}\n\n[data-rsbs-content] {\n /* The overflow hidden is to ensure any margin on child nodes are included when the resize observer is measuring the height */\n overflow: hidden;\n}\n\n[data-rsbs-footer] {\n box-shadow: 0 -1px 0 rgba(46, 59, 66, calc(1 * 0.125)),\n 0 2px 0 #fff;\n box-shadow: 0 -1px 0 rgba(46, 59, 66, calc(var(--rsbs-content-opacity,1) * 0.125)),\n 0 2px 0 var(--rsbs-bg,#fff);\n overflow: hidden;\n z-index: 1;\n padding-bottom: calc(16px + env(safe-area-inset-bottom));\n}\n\n[data-rsbs-is-dismissable='true'] [data-rsbs-header] > *, [data-rsbs-is-dismissable='true'] [data-rsbs-scroll] > *, [data-rsbs-is-dismissable='true'] [data-rsbs-footer] > *, [data-rsbs-is-dismissable='false'][data-rsbs-state='opening'] [data-rsbs-header] > *, [data-rsbs-is-dismissable='false'][data-rsbs-state='closing'] [data-rsbs-header] > *, [data-rsbs-is-dismissable='false'][data-rsbs-state='opening'] [data-rsbs-scroll] > *, [data-rsbs-is-dismissable='false'][data-rsbs-state='closing'] [data-rsbs-scroll] > *, [data-rsbs-is-dismissable='false'][data-rsbs-state='opening'] [data-rsbs-footer] > *, [data-rsbs-is-dismissable='false'][data-rsbs-state='closing'] [data-rsbs-footer] > * {\n opacity: 1;\n opacity: var(--rsbs-content-opacity,1);\n }\n\n[data-rsbs-is-dismissable='true'] [data-rsbs-backdrop], [data-rsbs-is-dismissable='false'][data-rsbs-state='opening'] [data-rsbs-backdrop], [data-rsbs-is-dismissable='false'][data-rsbs-state='closing'] [data-rsbs-backdrop] {\n opacity: 1;\n opacity: var(--rsbs-backdrop-opacity,1);\n }\n\n[data-rsbs-state='closed'],\n[data-rsbs-state='closing'] {\n /* Allows interactions on the rest of the page before the close transition is finished */\n pointer-events: none;\n}\n");const lg=({header:e,content:t,footer:n,open:r=!1,onClose:i,minimizedHeight:o,midHeight:a=200,maxFullHeight:l,defaultSnap:s="minimized",className:c,blocking:d,zIndex:u=1e3})=>{const p=K(null),h=U.useRef([]),[f,g]=U.useState(null),v=window.innerWidth>768,m=h.current;let x="Expand sheet";if(null!=f){const e=m.indexOf(f);e>0&&e<m.length-1?x="Make full screen":e===m.length-1&&(x="Expand sheet")}return W(ig,{ref:p,css:ag(!!e,u),className:c,open:r,onDismiss:i,header:Z("div",{children:[W("div",{tabIndex:0,role:"button","aria-label":x,"aria-expanded":r,css:og,onKeyDown:e=>{if("Enter"!==e.key&&" "!==e.key)return;e.preventDefault();const t=m[m.length-1];if(v)return void p.current?.snapTo?.((()=>t));const n=f??m[0];let r=m.findIndex((e=>e>n));-1===r&&(r=m.length-1);const i=m[r];p.current?.snapTo?.((()=>i))}}),e]}),footer:n,snapPoints:({headerHeight:e,maxHeight:t,footerHeight:r})=>{const i=[20,o||e,a+(n?r:0),l||t-t/6];return h.current=i,i},onSpringEnd:()=>{const e=p.current?.height;e&&g(e)},defaultSnap:({headerHeight:e,maxHeight:t,footerHeight:r})=>{let i=20;return"minimized"===s?i=o||e:"mid"===s?i=a+(n?r:0):"full"===s&&(i=l||t-t/6),i},blocking:d,children:r?t:null})},sg=se`
|
|
2507
2509
|
a,
|
|
2508
2510
|
p {
|
|
2509
2511
|
font-size: 16px;
|
|
@@ -2535,19 +2537,19 @@ function Eh(e,t){var n=Object.keys(e);if(Object.getOwnPropertySymbols){var r=Obj
|
|
|
2535
2537
|
a:hover {
|
|
2536
2538
|
text-decoration: underline;
|
|
2537
2539
|
}
|
|
2538
|
-
`,
|
|
2540
|
+
`,cg=se`
|
|
2539
2541
|
svg {
|
|
2540
2542
|
height: 12px;
|
|
2541
2543
|
width: 12px;
|
|
2542
2544
|
color: ${be("neutral",600)};
|
|
2543
2545
|
}
|
|
2544
|
-
`,
|
|
2546
|
+
`,dg=se`
|
|
2545
2547
|
cursor: pointer;
|
|
2546
2548
|
color: ${be("neutral",600)};
|
|
2547
2549
|
display: flex;
|
|
2548
2550
|
justify-content: center;
|
|
2549
2551
|
align-items: center;
|
|
2550
|
-
`,
|
|
2552
|
+
`,ug=({links:e,separator:t,maxItems:n=99,linkRouter:r})=>{const[i,o]=Y(e.length>n);J((()=>{o(e.length>n)}),[e.length]);const a=r;return W(D.Root,{children:W(D.List,{gap:"16px",children:i?Z(q,{children:[W(D.Item,{css:sg,children:Z(a,{to:e[0].link,href:e[0].link,children:[e[0].icon,e[0].label]})}),W(D.Separator,{css:cg,children:t||W(Pe,{rotate:"270"})}),W("li",{className:"chakra-breadcrumb__item",children:W("button",{css:dg,type:"button",onClick:()=>o(!1),children:"..."})}),W(D.Separator,{css:cg,children:t||W(Pe,{rotate:"270"})}),W(D.Item,{css:sg,children:Z("p",{"aria-current":"page","aria-label":e[e.length-1].label,children:[e[e.length-1].icon,e[e.length-1].label]})})]}):e.map(((n,r)=>n?.label?Z(le,{children:[W(D.Item,{css:sg,children:r<e.length-1?Z(a,{to:n.link,href:n.link,children:[n.icon,n.label]}):Z("p",{"aria-current":"page","aria-label":n.label,children:[n.label&&n.icon?n.icon:"",n.label]})}),r<e.length-1?W(D.Separator,{css:cg,children:t||W(Pe,{rotate:"270"})}):null]},n.label):null))})})},pg=(e,t)=>se`
|
|
2551
2553
|
min-height: 56px;
|
|
2552
2554
|
width: 100vw;
|
|
2553
2555
|
position: ${e?"sticky":"absolute"};
|
|
@@ -2557,7 +2559,7 @@ function Eh(e,t){var n=Object.keys(e);if(Object.getOwnPropertySymbols){var r=Obj
|
|
|
2557
2559
|
background-color: ${be("neutral",t?200:100)};
|
|
2558
2560
|
border-top: 1px solid ${be("neutral",400)};
|
|
2559
2561
|
z-index: 101;
|
|
2560
|
-
`,
|
|
2562
|
+
`,hg=e=>se`
|
|
2561
2563
|
height: 100%;
|
|
2562
2564
|
width: 100%;
|
|
2563
2565
|
max-width: ${e?`${e}px`:"100%"};
|
|
@@ -2572,7 +2574,7 @@ function Eh(e,t){var n=Object.keys(e);if(Object.getOwnPropertySymbols){var r=Obj
|
|
|
2572
2574
|
flex-direction: column;
|
|
2573
2575
|
align-items: flex-start;
|
|
2574
2576
|
}
|
|
2575
|
-
`,
|
|
2577
|
+
`,fg=se`
|
|
2576
2578
|
display: flex;
|
|
2577
2579
|
align-items: center;
|
|
2578
2580
|
flex-wrap: wrap;
|
|
@@ -2585,7 +2587,7 @@ function Eh(e,t){var n=Object.keys(e);if(Object.getOwnPropertySymbols){var r=Obj
|
|
|
2585
2587
|
color: ${be("neutral",700)};
|
|
2586
2588
|
text-decoration: underline;
|
|
2587
2589
|
}
|
|
2588
|
-
`,
|
|
2590
|
+
`,gg=se`
|
|
2589
2591
|
width: 240px;
|
|
2590
2592
|
font-size: 14px;
|
|
2591
2593
|
line-height: 20px;
|
|
@@ -2596,13 +2598,13 @@ function Eh(e,t){var n=Object.keys(e);if(Object.getOwnPropertySymbols){var r=Obj
|
|
|
2596
2598
|
@media screen and (max-width: 768px) {
|
|
2597
2599
|
text-align: left;
|
|
2598
2600
|
}
|
|
2599
|
-
`,
|
|
2601
|
+
`,vg=({children:e,label:t="© World Resources Institute",fixed:n,filled:r,maxWidth:i})=>{const o=(new Date).getFullYear();return W("footer",{css:pg(n,r),children:Z("div",{css:hg(i),children:[W("div",{children:W(He,{height:"32px",width:"91px"})}),W("div",{css:fg,children:e}),W("div",{children:Z("p",{css:gg,children:[t," ",o]})})]})})},mg=se`
|
|
2600
2602
|
width: 100%;
|
|
2601
2603
|
display: flex;
|
|
2602
2604
|
align-items: center;
|
|
2603
2605
|
height: 56px;
|
|
2604
2606
|
background-color: ${be("neutral",200)};
|
|
2605
|
-
`,
|
|
2607
|
+
`,xg=se`
|
|
2606
2608
|
height: 56px;
|
|
2607
2609
|
width: 99%;
|
|
2608
2610
|
background-color: ${be("neutral",200)};
|
|
@@ -2696,9 +2698,9 @@ function Eh(e,t){var n=Object.keys(e);if(Object.getOwnPropertySymbols){var r=Obj
|
|
|
2696
2698
|
opacity: 1;
|
|
2697
2699
|
}
|
|
2698
2700
|
}
|
|
2699
|
-
`,xg=se`
|
|
2700
|
-
position: relative;
|
|
2701
2701
|
`,bg=se`
|
|
2702
|
+
position: relative;
|
|
2703
|
+
`,yg=se`
|
|
2702
2704
|
position: absolute;
|
|
2703
2705
|
top: -5px;
|
|
2704
2706
|
right: -5px;
|
|
@@ -2713,7 +2715,7 @@ function Eh(e,t){var n=Object.keys(e);if(Object.getOwnPropertySymbols){var r=Obj
|
|
|
2713
2715
|
display: flex;
|
|
2714
2716
|
justify-content: center;
|
|
2715
2717
|
align-items: center;
|
|
2716
|
-
`,
|
|
2718
|
+
`,wg=(e,t)=>Math.max(0,e.findIndex((e=>e.value===t))),Cg=({defaultValue:e,tabs:t,onTabClick:n,hideLabels:r,activationMode:i="manual"})=>{const o=t.length,[a,l]=Y((()=>wg(t,e)));return W("div",{css:mg,children:W(N.Root,{width:"full",defaultValue:e||t?.[0]?.value,onValueChange:({value:e})=>(e=>{const r=wg(t,e);l(r),n&&n(e)})(e),activationMode:i,children:W(N.List,{alignItems:"center",border:"none",children:t.map(((e,t)=>{const{label:n,icon:i,bagdeCount:l,"aria-label":s,"aria-describedby":c,disabled:d,...u}=e,p=`${e.value}-str-status`,h=[`tab ${t+1} of ${o}`,a===t?"selected":"not selected"];d&&h.push("disabled");const f=[c,p].filter(Boolean).join(" ")||void 0;return Z(N.Trigger,{css:xg,"aria-label":s||n,"aria-disabled":!!d||void 0,"aria-describedby":f,disabled:d,...u,children:[Z("div",{css:bg,children:[i,l?W("div",{css:yg,className:"ds-badge-count",children:l}):null]}),r?null:W("p",{children:n}),W(V,{id:p,children:h.join(", ")})]},e.value)}))})})})},$g=(e,t)=>se`
|
|
2717
2719
|
height: ${e?"96px":"48px"};
|
|
2718
2720
|
width: 100%;
|
|
2719
2721
|
background-color: ${be("neutral",100)};
|
|
@@ -2722,7 +2724,7 @@ function Eh(e,t){var n=Object.keys(e);if(Object.getOwnPropertySymbols){var r=Obj
|
|
|
2722
2724
|
left: 0;
|
|
2723
2725
|
z-index: 102;
|
|
2724
2726
|
border-bottom: 1px solid ${be("neutral",400)};
|
|
2725
|
-
|
|
2727
|
+
`,kg=se`
|
|
2726
2728
|
height: 48px;
|
|
2727
2729
|
width: 100%;
|
|
2728
2730
|
background-color: ${be("neutral",100)};
|
|
@@ -2732,7 +2734,7 @@ function Eh(e,t){var n=Object.keys(e);if(Object.getOwnPropertySymbols){var r=Obj
|
|
|
2732
2734
|
justify-content: flex-start;
|
|
2733
2735
|
gap: 0px;
|
|
2734
2736
|
padding: 8px 16px;
|
|
2735
|
-
`,
|
|
2737
|
+
`,Sg=(e,t)=>se`
|
|
2736
2738
|
height: 48px;
|
|
2737
2739
|
width: 100%;
|
|
2738
2740
|
max-width: ${t?`${t}px`:"100%"};
|
|
@@ -2742,7 +2744,7 @@ function Eh(e,t){var n=Object.keys(e);if(Object.getOwnPropertySymbols){var r=Obj
|
|
|
2742
2744
|
justify-content: space-between;
|
|
2743
2745
|
margin: 0 auto;
|
|
2744
2746
|
padding: 8px 16px;
|
|
2745
|
-
`,
|
|
2747
|
+
`,Eg=se`
|
|
2746
2748
|
outline: none;
|
|
2747
2749
|
a {
|
|
2748
2750
|
&:focus-visible {
|
|
@@ -2753,12 +2755,12 @@ function Eh(e,t){var n=Object.keys(e);if(Object.getOwnPropertySymbols){var r=Obj
|
|
|
2753
2755
|
outline-width: 2px;
|
|
2754
2756
|
}
|
|
2755
2757
|
}
|
|
2756
|
-
`,
|
|
2758
|
+
`,Og=e=>se`
|
|
2757
2759
|
display: ${e?"none":"flex"};
|
|
2758
2760
|
align-items: center;
|
|
2759
2761
|
justify-content: flex-start;
|
|
2760
2762
|
gap: 0px;
|
|
2761
|
-
`,
|
|
2763
|
+
`,Lg=e=>se`
|
|
2762
2764
|
font-size: 16px;
|
|
2763
2765
|
line-height: 24px;
|
|
2764
2766
|
font-weight: 400;
|
|
@@ -2783,12 +2785,12 @@ function Eh(e,t){var n=Object.keys(e);if(Object.getOwnPropertySymbols){var r=Obj
|
|
|
2783
2785
|
font-weight: 700;
|
|
2784
2786
|
color: ${be("accessible","controls-on-neutral-lights")};
|
|
2785
2787
|
`:""}
|
|
2786
|
-
`,
|
|
2788
|
+
`,Rg=se`
|
|
2787
2789
|
height: 48px;
|
|
2788
2790
|
display: flex;
|
|
2789
2791
|
align-items: center;
|
|
2790
2792
|
justify-content: flex-end;
|
|
2791
|
-
`,
|
|
2793
|
+
`,Tg=e=>se`
|
|
2792
2794
|
height: 100%;
|
|
2793
2795
|
font-size: 16px;
|
|
2794
2796
|
line-height: 24px;
|
|
@@ -2807,7 +2809,7 @@ function Eh(e,t){var n=Object.keys(e);if(Object.getOwnPropertySymbols){var r=Obj
|
|
|
2807
2809
|
}
|
|
2808
2810
|
}
|
|
2809
2811
|
`:""}
|
|
2810
|
-
`,
|
|
2812
|
+
`,Pg=e=>se`
|
|
2811
2813
|
height: 100%;
|
|
2812
2814
|
display: flex;
|
|
2813
2815
|
align-items: center;
|
|
@@ -2815,7 +2817,7 @@ function Eh(e,t){var n=Object.keys(e);if(Object.getOwnPropertySymbols){var r=Obj
|
|
|
2815
2817
|
gap: 20px;
|
|
2816
2818
|
padding-left: 16px;
|
|
2817
2819
|
border-left: 1px solid ${be("neutral",e?700:300)};
|
|
2818
|
-
`,
|
|
2820
|
+
`,_g=se`
|
|
2819
2821
|
background-color: none;
|
|
2820
2822
|
border: none;
|
|
2821
2823
|
cursor: pointer;
|
|
@@ -2840,7 +2842,7 @@ function Eh(e,t){var n=Object.keys(e);if(Object.getOwnPropertySymbols){var r=Obj
|
|
|
2840
2842
|
outline-width: 2px;
|
|
2841
2843
|
background-color: ${be("neutral",200)};
|
|
2842
2844
|
}
|
|
2843
|
-
`,
|
|
2845
|
+
`,Mg=e=>se`
|
|
2844
2846
|
position: absolute;
|
|
2845
2847
|
top: 48px;
|
|
2846
2848
|
right: 0;
|
|
@@ -2853,10 +2855,10 @@ function Eh(e,t){var n=Object.keys(e);if(Object.getOwnPropertySymbols){var r=Obj
|
|
|
2853
2855
|
justify-content: flex-start;
|
|
2854
2856
|
gap: 16px;
|
|
2855
2857
|
transition: width 0.5s ease-in-out;
|
|
2856
|
-
`,
|
|
2858
|
+
`,Dg=se`
|
|
2857
2859
|
height: 100%;
|
|
2858
2860
|
width: 100%;
|
|
2859
|
-
`,
|
|
2861
|
+
`,Ng=se`
|
|
2860
2862
|
background-color: ${be("neutral",200)};
|
|
2861
2863
|
border-bottom: 1px solid ${be("neutral",300)};
|
|
2862
2864
|
|
|
@@ -2876,13 +2878,13 @@ function Eh(e,t){var n=Object.keys(e);if(Object.getOwnPropertySymbols){var r=Obj
|
|
|
2876
2878
|
margin-left: -12px;
|
|
2877
2879
|
}
|
|
2878
2880
|
}
|
|
2879
|
-
`,Ng=se`
|
|
2880
|
-
background-color: ${be("neutral",100)};
|
|
2881
2881
|
`,Vg=se`
|
|
2882
|
+
background-color: ${be("neutral",100)};
|
|
2883
|
+
`,jg=se`
|
|
2882
2884
|
min-height: 100vh;
|
|
2883
2885
|
width: 100%;
|
|
2884
2886
|
overflow-y: scroll;
|
|
2885
|
-
`;se``;const
|
|
2887
|
+
`;se``;const Ig=e=>se`
|
|
2886
2888
|
display: inline-block;
|
|
2887
2889
|
width: 100%;
|
|
2888
2890
|
padding: 12px 16px;
|
|
@@ -2911,7 +2913,7 @@ function Eh(e,t){var n=Object.keys(e);if(Object.getOwnPropertySymbols){var r=Obj
|
|
|
2911
2913
|
outline-width: 2px;
|
|
2912
2914
|
background-color: ${be("neutral",200)};
|
|
2913
2915
|
}
|
|
2914
|
-
`,
|
|
2916
|
+
`,Ag=se`
|
|
2915
2917
|
width: 100%;
|
|
2916
2918
|
padding: 12px 16px;
|
|
2917
2919
|
display: flex;
|
|
@@ -2935,7 +2937,7 @@ function Eh(e,t){var n=Object.keys(e);if(Object.getOwnPropertySymbols){var r=Obj
|
|
|
2935
2937
|
outline-width: 2px;
|
|
2936
2938
|
background-color: ${be("neutral",200)};
|
|
2937
2939
|
}
|
|
2938
|
-
`,
|
|
2940
|
+
`,zg=e=>se`
|
|
2939
2941
|
position: absolute;
|
|
2940
2942
|
top: 0px;
|
|
2941
2943
|
right: 0;
|
|
@@ -2947,7 +2949,7 @@ function Eh(e,t){var n=Object.keys(e);if(Object.getOwnPropertySymbols){var r=Obj
|
|
|
2947
2949
|
align-items: flex-start;
|
|
2948
2950
|
justify-content: flex-start;
|
|
2949
2951
|
transition: width 0.5s ease-in-out;
|
|
2950
|
-
`,
|
|
2952
|
+
`,Hg=se`
|
|
2951
2953
|
height: 48px;
|
|
2952
2954
|
width: 100%;
|
|
2953
2955
|
display: flex;
|
|
@@ -2958,7 +2960,7 @@ function Eh(e,t){var n=Object.keys(e);if(Object.getOwnPropertySymbols){var r=Obj
|
|
|
2958
2960
|
position: relative;
|
|
2959
2961
|
top: 0;
|
|
2960
2962
|
left: 0;
|
|
2961
|
-
`,
|
|
2963
|
+
`,Bg=se`
|
|
2962
2964
|
position: absolute;
|
|
2963
2965
|
bottom: 0;
|
|
2964
2966
|
left: 0;
|
|
@@ -2973,13 +2975,13 @@ function Eh(e,t){var n=Object.keys(e);if(Object.getOwnPropertySymbols){var r=Obj
|
|
|
2973
2975
|
button {
|
|
2974
2976
|
width: calc(48% - 24px);
|
|
2975
2977
|
}
|
|
2976
|
-
`,
|
|
2978
|
+
`,Fg=({navigationSection:e,utilitySection:t,actionsSection:n,linkRouter:r,isOpen:i,setIsOpen:o,pathname:a})=>{const[l,s]=Y(void 0),[c,d]=Y(-1),u=K(null),p=K([]),h=r;return Z(q,{children:[W("div",{css:Mg(i),children:i&&Z("div",{css:Dg,children:[Z("div",{style:{overflowY:"scroll",width:"100%",height:"100%",paddingBottom:"72px"},children:[t?W("div",{css:Ng,children:t?.map((e=>W("div",{className:"ds-utility-item",children:e})))}):null,e?W("div",{css:Vg,children:e.map(((e,t)=>e.link?W(h,{to:e.link,href:e.link,onClick:()=>{s(void 0),d(-1),o(!1)},css:Ig(a===e.link),children:e.label},e.label):Z("button",{css:Ag,type:"button",ref:e=>p.current[t]=e,onClick:()=>{e.items&&(s(e),d(t),setTimeout((()=>{u.current?.focus()}),100))},children:[e.label,e.items?W(Pe,{rotate:"270",color:"var(--chakra-colors-neutral-700)"}):null]},e.label)))}):null]}),n?W("div",{css:Bg,children:n.map((e=>W(Se,{label:e.label,onClick:()=>{e?.onClick?.(),s(void 0),d(-1),o(!1)}},e.label)))}):null]})}),W("div",{css:zg(!!l?.items),children:l?.items?Z(q,{children:[Z("div",{css:Hg,children:[Z("button",{type:"button",onClick:()=>{s(void 0),d(-1),p.current[c]?.focus()},"aria-label":"Go back",css:_g,ref:u,children:[W(Pe,{rotate:"90",color:"var(--chakra-colors-neutral-700)"}),l?.label]}),Z("button",{type:"button",onClick:()=>{s(void 0),d(-1),o(!1)},"aria-label":"Close menu",css:_g,children:["Close",W(Me,{height:"16px",width:"16px"})]})]}),W("div",{css:jg,children:l?.items?.map((e=>W(h,{to:e.link,href:e.link,css:Ig(),onClick:()=>{s(void 0),d(-1),o(!1)},children:e.label},e.label)))})]}):null})]})},Zg=1023,Wg=({logo:e,linkRouter:t,pathname:n,navigationSection:r,utilitySection:i,actionsSection:o,maxWidth:a,fixed:l,onNavbarHeightChange:s})=>{const c=K(null),d=K(null),u=K(null),[p,h]=Y(!1),[f,g]=Y(-1),[v,m]=Y("undefined"!=typeof window&&window?.innerWidth<=Zg),[x,b]=Y(!1),y=t,w=re((()=>{if(d.current&&c.current&&u.current){const e=c.current.getBoundingClientRect(),t=d.current.getBoundingClientRect(),n=u.current.getBoundingClientRect();t.width,e.width,window.innerWidth<=Zg||window.innerWidth<=f?(s?.(96),h(!0)):window.innerWidth>Zg&&window.innerWidth<=1440?e.right>=t.left?(s?.(96),h(!0),g(window.innerWidth)):window.innerWidth>f&&(s?.(48),h(!1),g(-1)):(s?.(48),h(!1),g(-1)),p&&(window.innerWidth<=Zg||n.right>=t.left?(m(!0),s?.(48)):(m(!1),s?.(96)))}}),[f,p]);return J((()=>(w(),window.addEventListener("resize",w),()=>{window.removeEventListener("resize",w)})),[w]),Z("nav",{css:$g(p&&!v,l),children:[Z("div",{css:Sg(p&&!v,a),children:[Z("div",{css:(C=p&&!v,se`
|
|
2977
2979
|
display: flex;
|
|
2978
2980
|
align-items: center;
|
|
2979
2981
|
justify-content: flex-start;
|
|
2980
2982
|
gap: 12px;
|
|
2981
2983
|
color: ${be("neutral",C?100:900)};
|
|
2982
|
-
`),ref:c,children:[e?W("div",{ref:u,css:
|
|
2984
|
+
`),ref:c,children:[e?W("div",{ref:u,css:Eg,children:e}):null,W("div",{css:Og(p),children:r?.map((e=>e.link?W(y,{to:e.link,href:e.link,css:Lg(n===e.link),children:e.label},e.label):W(Lt,{label:e.label,items:e.items||[]},e.label)))})]}),W("div",{css:Rg,ref:d,children:v?Z("button",{type:"button",onClick:()=>b(!x),"aria-label":"Open menu",css:_g,children:[x?"Close":"Menu",W(x?Me:it,{height:"16px",width:"16px"})]}):Z(q,{children:[W("div",{css:Rg,children:i?.map(((e,t)=>W("div",{css:Tg(p),children:e},t)))}),o?W("div",{css:Pg(p),children:o.map((e=>W(Se,{...e},e.label)))}):null]})})]}),p&&!v?W("div",{css:kg,children:r?.map((e=>e.link?W(y,{to:e.link,href:e.link,css:Lg(n===e.link),children:e.label},e.label):W(Lt,{label:e.label,items:e.items||[]},e.label)))}):null,v?W(Fg,{navigationSection:r,utilitySection:i,actionsSection:o,linkRouter:t,isOpen:x,setIsOpen:b,pathname:n}):null]});var C},qg=se`
|
|
2983
2985
|
width: 64px;
|
|
2984
2986
|
height: 100%;
|
|
2985
2987
|
z-index: 100;
|
|
@@ -2988,7 +2990,7 @@ function Eh(e,t){var n=Object.keys(e);if(Object.getOwnPropertySymbols){var r=Obj
|
|
|
2988
2990
|
display: flex;
|
|
2989
2991
|
flex-direction: column;
|
|
2990
2992
|
justify-content: space-between;
|
|
2991
|
-
`,
|
|
2993
|
+
`,Gg=se`
|
|
2992
2994
|
width: 64px;
|
|
2993
2995
|
height: 64px;
|
|
2994
2996
|
background-color: ${be("neutral",200)};
|
|
@@ -3078,7 +3080,7 @@ function Eh(e,t){var n=Object.keys(e);if(Object.getOwnPropertySymbols){var r=Obj
|
|
|
3078
3080
|
}
|
|
3079
3081
|
}
|
|
3080
3082
|
}
|
|
3081
|
-
`,
|
|
3083
|
+
`,Ug=se`
|
|
3082
3084
|
display: flex;
|
|
3083
3085
|
justify-content: center;
|
|
3084
3086
|
align-items: center;
|
|
@@ -3091,7 +3093,7 @@ function Eh(e,t){var n=Object.keys(e);if(Object.getOwnPropertySymbols){var r=Obj
|
|
|
3091
3093
|
fill: ${be("neutral",600)};
|
|
3092
3094
|
}
|
|
3093
3095
|
}
|
|
3094
|
-
`,
|
|
3096
|
+
`,Xg=se`
|
|
3095
3097
|
width: 64px;
|
|
3096
3098
|
height: 64px;
|
|
3097
3099
|
background-color: ${be("neutral",200)};
|
|
@@ -3129,7 +3131,7 @@ function Eh(e,t){var n=Object.keys(e);if(Object.getOwnPropertySymbols){var r=Obj
|
|
|
3129
3131
|
text-align: center;
|
|
3130
3132
|
color: ${be("neutral",600)};
|
|
3131
3133
|
}
|
|
3132
|
-
`,
|
|
3134
|
+
`,Yg=se`
|
|
3133
3135
|
width: 320px;
|
|
3134
3136
|
height: 100%;
|
|
3135
3137
|
z-index: 100;
|
|
@@ -3138,14 +3140,14 @@ function Eh(e,t){var n=Object.keys(e);if(Object.getOwnPropertySymbols){var r=Obj
|
|
|
3138
3140
|
overflow-y: auto;
|
|
3139
3141
|
overflow-x: hidden;
|
|
3140
3142
|
border-right: 1px solid ${be("neutral",300)};
|
|
3141
|
-
`,
|
|
3143
|
+
`,Kg=({tabs:e=[],defaultValue:t,onTabClick:n,children:i,onOpenChange:o})=>{const[a,l]=Y(!1),[s,c]=Y(t||e?.[0]?.value),d=e=>{c(e),n&&n(e)},[u]=j(["(max-width: 768px)"]);return u?Z(N.Root,{defaultValue:s,onValueChange:({value:e})=>d(e),children:[W(N.List,{style:{display:"flex",overflowX:"auto",whiteSpace:"nowrap",padding:"8px",gap:"8px"},children:e.map((e=>W(N.Trigger,{value:e.value,css:{"--indicator-color":be("primary",500),flexShrink:0,padding:"10px 16px",color:be("neutral",600),"&[data-selected]":{color:be("neutral",800),fontWeight:600}},children:e.label},e.value)))}),e.map((e=>W(N.Content,{value:e.value,children:i},e.value)))]}):Z("div",{style:{height:"calc(100vh - 48px - 56px)",position:"fixed",top:"48px",left:0,display:"flex"},children:[Z("div",{css:qg,children:[W(N.Root,{defaultValue:t||e?.[0]?.value,orientation:"horizontal",width:"full",onValueChange:({value:e})=>{d(e)},role:"tablist",children:W(N.List,{alignItems:"center",border:"none",style:{flexDirection:"column"},children:e.map((e=>W(N.Trigger,{css:Gg,"aria-label":e["aria-label"]||e.label,...e,children:Z(r,{display:"flex",alignItems:"center",flexDirection:"column",gap:"5px",className:"ds-tab-label",children:[e.icon?W("div",{css:Ug,children:e.icon}):null,W("p",{children:e.label})]})},e.label)))})}),i?W(I.Root,{onOpenChange:({open:e})=>{l(e),o&&o(!e)},children:Z(I.Trigger,{css:Xg,children:[W("div",{css:Ug,children:W(a?Oe:Ee,{})}),Z("div",{className:"ds-tab-label",children:[W("p",{children:a?"Show":"Hide"}),W("p",{children:"Sidebar"})]})]})}):null]}),i?W(I.Root,{defaultOpen:!0,open:!a,children:W(I.Content,{height:"100%",children:W("div",{css:Yg,role:"tabpanel","aria-labelledby":s,children:i})})}):null]})},Jg=e=>se`
|
|
3142
3144
|
width: 100%;
|
|
3143
3145
|
display: flex;
|
|
3144
3146
|
align-items: center;
|
|
3145
3147
|
height: 40px;
|
|
3146
3148
|
|
|
3147
3149
|
${"view"===e&&`\n border: 1px solid ${be("neutral",400)};\n background-color: ${be("neutral",200)};\n border-radius: 4px;\n padding: 4px;\n `}
|
|
3148
|
-
`,
|
|
3150
|
+
`,Qg=se`
|
|
3149
3151
|
width: 99%;
|
|
3150
3152
|
height: 40px;
|
|
3151
3153
|
padding: 8px 16px;
|
|
@@ -3161,7 +3163,7 @@ function Eh(e,t){var n=Object.keys(e);if(Object.getOwnPropertySymbols){var r=Obj
|
|
|
3161
3163
|
&:focus-visible {
|
|
3162
3164
|
box-shadow: none;
|
|
3163
3165
|
}
|
|
3164
|
-
`,
|
|
3166
|
+
`,ev=se`
|
|
3165
3167
|
background-color: ${be("neutral",200)};
|
|
3166
3168
|
color: ${be("neutral",700)};
|
|
3167
3169
|
|
|
@@ -3218,11 +3220,11 @@ function Eh(e,t){var n=Object.keys(e);if(Object.getOwnPropertySymbols){var r=Obj
|
|
|
3218
3220
|
opacity: 1;
|
|
3219
3221
|
}
|
|
3220
3222
|
}
|
|
3221
|
-
`,
|
|
3223
|
+
`,tv=se`
|
|
3222
3224
|
width: 4px;
|
|
3223
3225
|
height: 24px;
|
|
3224
3226
|
background-color: ${be("neutral",400)};
|
|
3225
|
-
`,
|
|
3227
|
+
`,nv=se`
|
|
3226
3228
|
height: 32px;
|
|
3227
3229
|
border-radius: 2px;
|
|
3228
3230
|
background-color: ${be("neutral",200)};
|
|
@@ -3295,7 +3297,7 @@ function Eh(e,t){var n=Object.keys(e);if(Object.getOwnPropertySymbols){var r=Obj
|
|
|
3295
3297
|
opacity: 1;
|
|
3296
3298
|
}
|
|
3297
3299
|
}
|
|
3298
|
-
`,
|
|
3300
|
+
`,rv=(e,t)=>Math.max(0,e.findIndex((e=>e.value===t))),iv=e=>1===e?"none":2===e?"left":"right",ov=({variant:e="panel",defaultValue:t,tabs:n,onTabClick:i,activationMode:o="manual"})=>{const[a,l]=Y(rv(n,t)||0),s="view"===e;return W("div",{css:Jg(e),children:W(N.Root,{width:"full",defaultValue:t||n?.[0]?.value,onValueChange:({value:e})=>{return l(rv(n,t=e)),void(i&&i(t));var t},activationMode:o,children:W(N.List,{alignItems:"center",border:"none",children:n.map(((e,t)=>Z(le,{children:[s&&1===t&&"left"===iv(a)?W("div",{css:tv}):null,W(N.Trigger,{css:[Qg,s?nv:ev],"aria-label":e["aria-label"]||e.label,...e,children:Z(r,{display:"flex",alignItems:"center",gap:"5px",children:[e.icon,e.label]})},e.label),s&&1===t&&"right"===iv(a)?W("div",{css:tv}):null]},e.label)))})})})},av={small:"16px",medium:"24px",large:"40px",default:"16px"};function lv(e,t,n,r){const i=function(e,t){return"string"==typeof t&&""!==t.trim()?t:e&&av[e]?av[e]:av.default}(e,t),o=n?be("neutral",200):be("primary",300),a=r??o,l=r&&n?"opacity: 0.7;":"",s=be("neutral",n?400:800);return se`
|
|
3299
3301
|
height: ${i};
|
|
3300
3302
|
width: ${i};
|
|
3301
3303
|
border-radius: 50%;
|
|
@@ -3327,12 +3329,12 @@ function Eh(e,t){var n=Object.keys(e);if(Object.getOwnPropertySymbols){var r=Obj
|
|
|
3327
3329
|
background-color: ${be("primary",500)};
|
|
3328
3330
|
}
|
|
3329
3331
|
}
|
|
3330
|
-
`}const
|
|
3332
|
+
`}const sv=e=>se`
|
|
3331
3333
|
width: ${e||"16px"};
|
|
3332
3334
|
position: absolute;
|
|
3333
3335
|
top: -8px;
|
|
3334
3336
|
left: 15px;
|
|
3335
|
-
`,
|
|
3337
|
+
`,cv=X((({name:e,ariaLabel:t,size:n="medium",customSize:r="",src:i,srcSet:o,onClick:a,notificationCount:l,disabled:s=!0,customBackgroundColor:c=""},d)=>{const u=()=>{s||a?.()},p=(()=>{let e="";return l&&l>0&&(e=`${l>99?"99+":l}`),e})();let h="16px";l&&l>99?h="28px":l&&l>9&&(h="22px");const f=!!i||!!o,g=a&&!s;return Z(A.Root,{"aria-label":t||e,ref:d,css:lv(n,r,s,c),onClick:u,onKeyDown:e=>{s||"Enter"!==e.key||u()},role:g?"button":void 0,tabIndex:g?0:void 0,"aria-disabled":s,children:[f?W(A.Image,{src:i,srcSet:o}):W(ot,{size:"100%",style:{padding:"15%",color:s?be("neutral",400):void 0}}),p.length>0?W("div",{css:sv(h),children:W("div",{css:se`
|
|
3336
3338
|
height: 16px;
|
|
3337
3339
|
width: auto;
|
|
3338
3340
|
background-color: ${be("error",500)};
|
|
@@ -3344,16 +3346,16 @@ function Eh(e,t){var n=Object.keys(e);if(Object.getOwnPropertySymbols){var r=Obj
|
|
|
3344
3346
|
font-size: 12px;
|
|
3345
3347
|
font-weight: 700;
|
|
3346
3348
|
color: ${be("error",100)};
|
|
3347
|
-
`,children:W("p",{"aria-label":`${l} unread message`,children:p})})}):null]})})),
|
|
3349
|
+
`,children:W("p",{"aria-label":`${l} unread message`,children:p})})}):null]})})),dv=se`
|
|
3348
3350
|
display: flex;
|
|
3349
3351
|
justify-content: flex-start;
|
|
3350
3352
|
align-items: center;
|
|
3351
3353
|
gap: 8px;
|
|
3352
|
-
`,
|
|
3354
|
+
`,uv=e=>se`
|
|
3353
3355
|
width: ${e||"16px"};
|
|
3354
3356
|
position: relative;
|
|
3355
3357
|
display: flex;
|
|
3356
|
-
`,
|
|
3358
|
+
`,pv=se`
|
|
3357
3359
|
height: 4px;
|
|
3358
3360
|
width: 4px;
|
|
3359
3361
|
background-color: ${be("error",500)};
|
|
@@ -3361,7 +3363,7 @@ function Eh(e,t){var n=Object.keys(e);if(Object.getOwnPropertySymbols){var r=Obj
|
|
|
3361
3363
|
position: absolute;
|
|
3362
3364
|
top: 0px;
|
|
3363
3365
|
right: 0px;
|
|
3364
|
-
`,
|
|
3366
|
+
`,hv=se`
|
|
3365
3367
|
height: 10px;
|
|
3366
3368
|
background-color: ${be("error",500)};
|
|
3367
3369
|
padding: 0 3px 1px 3px;
|
|
@@ -3372,11 +3374,11 @@ function Eh(e,t){var n=Object.keys(e);if(Object.getOwnPropertySymbols){var r=Obj
|
|
|
3372
3374
|
position: absolute;
|
|
3373
3375
|
top: -2px;
|
|
3374
3376
|
left: 9px;
|
|
3375
|
-
`,
|
|
3377
|
+
`,fv=se`
|
|
3376
3378
|
font-size: 9px;
|
|
3377
3379
|
font-weight: 700;
|
|
3378
3380
|
color: ${be("error",100)};
|
|
3379
|
-
`,
|
|
3381
|
+
`,gv=se`
|
|
3380
3382
|
height: 16px;
|
|
3381
3383
|
min-width: 16px;
|
|
3382
3384
|
background-color: ${be("error",500)};
|
|
@@ -3385,11 +3387,11 @@ function Eh(e,t){var n=Object.keys(e);if(Object.getOwnPropertySymbols){var r=Obj
|
|
|
3385
3387
|
justify-content: center;
|
|
3386
3388
|
align-items: center;
|
|
3387
3389
|
padding: 0px 4px 1px 4px;
|
|
3388
|
-
`,
|
|
3390
|
+
`,vv=se`
|
|
3389
3391
|
font-size: 16px;
|
|
3390
3392
|
font-weight: 700;
|
|
3391
3393
|
color: ${be("error",100)};
|
|
3392
|
-
`,
|
|
3394
|
+
`,mv=({hasNotification:e,notificationCount:t,label:n})=>{const[r,i]=Y(!1);J((()=>{const e=()=>{window.innerWidth<1024?i(!0):i(!1)};return e(),window.addEventListener("resize",e),()=>{window.removeEventListener("resize",e)}}),[]);const o=(()=>{let e="";return t&&t>0&&(e=`${t>99?"99+":t}`),e})();let a="16px";return t&&t>99?a="28px":t&&t>9&&(a="22px"),Z("div",r?{css:dv,role:"status","aria-live":"polite",children:[Z("div",{css:uv(),children:[W(Be,{color:"currentColor",height:"16px",width:"16px"}),!e||t||n?null:W("div",{css:pv,"aria-hidden":!0})]}),n?W("p",{children:n}):null,o.length>0?W("div",{css:gv,children:W("p",{css:vv,"aria-label":`${t} unread message`,children:o})}):null]}:{css:dv,role:"status","aria-live":"polite",children:[n?W("p",{children:n}):null,Z("div",{css:uv(a),children:[o.length>0?W("div",{css:hv,children:W("p",{css:fv,"aria-label":`${t} unread message`,children:o})}):null,e&&!t?W("div",{css:pv,"aria-hidden":!0}):null,W(Be,{color:"currentColor",height:"16px",width:"16px"})]})]})},xv=(e,t)=>se`
|
|
3393
3395
|
width: 100%;
|
|
3394
3396
|
max-width: ${"small"===e?"234px":"320px"};
|
|
3395
3397
|
border-radius: 4px;
|
|
@@ -3404,7 +3406,7 @@ function Eh(e,t){var n=Object.keys(e);if(Object.getOwnPropertySymbols){var r=Obj
|
|
|
3404
3406
|
button {
|
|
3405
3407
|
margin-left: ${t?0:"24px"};
|
|
3406
3408
|
}
|
|
3407
|
-
`,
|
|
3409
|
+
`,bv=se`
|
|
3408
3410
|
display: flex;
|
|
3409
3411
|
align-items: flex-start;
|
|
3410
3412
|
gap: 8px;
|
|
@@ -3412,28 +3414,28 @@ function Eh(e,t){var n=Object.keys(e);if(Object.getOwnPropertySymbols){var r=Obj
|
|
|
3412
3414
|
svg {
|
|
3413
3415
|
margin-top: 6px;
|
|
3414
3416
|
}
|
|
3415
|
-
`,
|
|
3417
|
+
`,yv=e=>se`
|
|
3416
3418
|
color: ${be("neutral",800)};
|
|
3417
3419
|
font-size: ${"small"===e?"14px":"18px"};
|
|
3418
3420
|
line-height: ${"small"===e?"20px":"28px"};
|
|
3419
3421
|
font-weight: 400;
|
|
3420
3422
|
text-align: left;
|
|
3421
|
-
`,
|
|
3423
|
+
`,wv=e=>se`
|
|
3422
3424
|
color: ${be("neutral",700)};
|
|
3423
3425
|
font-size: ${"small"===e?"12px":"16px"};
|
|
3424
3426
|
line-height: ${"small"===e?"16px":"24px"};
|
|
3425
3427
|
font-weight: 400;
|
|
3426
3428
|
margin-left: 24px;
|
|
3427
3429
|
text-align: left;
|
|
3428
|
-
`,
|
|
3430
|
+
`,Cv=se`
|
|
3429
3431
|
background-color: ${be("neutral",100)};
|
|
3430
3432
|
border: 1px solid ${be("neutral",300)};
|
|
3431
3433
|
color: ${be("neutral",700)};
|
|
3432
|
-
|
|
3434
|
+
`,$v=se`
|
|
3433
3435
|
background-color: ${be("neutral",200)};
|
|
3434
3436
|
border: 1px solid ${be("neutral",300)};
|
|
3435
3437
|
color: ${be("neutral",700)};
|
|
3436
|
-
|
|
3438
|
+
`,kv=se`
|
|
3437
3439
|
background-color: ${be("success",100)};
|
|
3438
3440
|
border: 1px solid ${be("success",300)};
|
|
3439
3441
|
color: ${be("success",500)};
|
|
@@ -3441,7 +3443,7 @@ function Eh(e,t){var n=Object.keys(e);if(Object.getOwnPropertySymbols){var r=Obj
|
|
|
3441
3443
|
p {
|
|
3442
3444
|
color: ${be("success",900)};
|
|
3443
3445
|
}
|
|
3444
|
-
`,
|
|
3446
|
+
`,Sv=se`
|
|
3445
3447
|
background-color: ${be("warning",100)};
|
|
3446
3448
|
border: 1px solid ${be("warning",300)};
|
|
3447
3449
|
color: ${be("warning",500)};
|
|
@@ -3449,7 +3451,7 @@ function Eh(e,t){var n=Object.keys(e);if(Object.getOwnPropertySymbols){var r=Obj
|
|
|
3449
3451
|
p {
|
|
3450
3452
|
color: ${be("warning",900)};
|
|
3451
3453
|
}
|
|
3452
|
-
`,
|
|
3454
|
+
`,Ev=se`
|
|
3453
3455
|
background-color: ${be("error",100)};
|
|
3454
3456
|
border: 1px solid ${be("error",300)};
|
|
3455
3457
|
color: ${be("error",500)};
|
|
@@ -3457,32 +3459,32 @@ function Eh(e,t){var n=Object.keys(e);if(Object.getOwnPropertySymbols){var r=Obj
|
|
|
3457
3459
|
p {
|
|
3458
3460
|
color: ${be("error",900)};
|
|
3459
3461
|
}
|
|
3460
|
-
`,
|
|
3462
|
+
`,Ov=({label:e,caption:t,variant:n,size:r="large",icon:i=W(Te,{height:"16px",width:"16px"}),onActionClick:o,actionLabel:a,isButtonRight:l})=>{let s=Cv;return"info-grey"===n?s=$v:"success"===n?s=kv:"warning"===n?s=Sv:"error"===n&&(s=Ev),Z("div",{css:[xv(r,l),s],"aria-roledescription":"Note",children:[Z("div",{children:[Z("div",{css:bv,children:[i,W("p",{css:yv(r),children:e})]}),W("p",{css:wv(r),children:t})]}),a?W(Se,{label:a,variant:"info-white"===n||"info-grey"===n?"primary":"secondary",size:"large"===r?"default":"small",onClick:o}):null]})},Lv=se`
|
|
3461
3463
|
height: 8px;
|
|
3462
3464
|
width: 100%;
|
|
3463
3465
|
background-color: ${be("neutral",300)};
|
|
3464
3466
|
display: flex;
|
|
3465
3467
|
align-items: center;
|
|
3466
3468
|
justify-content: flex-start;
|
|
3467
|
-
`,
|
|
3469
|
+
`,Rv=e=>se`
|
|
3468
3470
|
height: 100%;
|
|
3469
3471
|
width: ${e}%;
|
|
3470
3472
|
background-color: ${be("primary",500)};
|
|
3471
3473
|
transition: width 0.5s ease-in-out;
|
|
3472
|
-
`,
|
|
3474
|
+
`,Tv=({progress:e})=>{let t=e;return t>100&&(t=100),t<0&&(t=0),W("div",{css:Lv,role:"progressbar","aria-label":`Progress: ${t}%`,"aria-valuemin":0,"aria-valuemax":100,"aria-valuenow":t,children:W("div",{css:Rv(t)})})},Pv=se`
|
|
3473
3475
|
width: 100%;
|
|
3474
3476
|
display: flex;
|
|
3475
3477
|
align-items: center;
|
|
3476
3478
|
justify-content: space-between;
|
|
3477
3479
|
position: relative;
|
|
3478
|
-
`,
|
|
3480
|
+
`,_v=se`
|
|
3479
3481
|
height: 60px;
|
|
3480
3482
|
width: 80px;
|
|
3481
3483
|
display: flex;
|
|
3482
3484
|
flex-direction: column;
|
|
3483
3485
|
align-items: center;
|
|
3484
3486
|
justify-content: space-between;
|
|
3485
|
-
`,
|
|
3487
|
+
`,Mv=(e,t)=>se`
|
|
3486
3488
|
height: 32px;
|
|
3487
3489
|
width: 32px;
|
|
3488
3490
|
display: flex;
|
|
@@ -3518,12 +3520,12 @@ function Eh(e,t){var n=Object.keys(e);if(Object.getOwnPropertySymbols){var r=Obj
|
|
|
3518
3520
|
}
|
|
3519
3521
|
|
|
3520
3522
|
${t?`\n background-color: ${be("neutral",300)};\n \n &:hover {\n background-color: ${be("neutral",300)};\n box-shadow: none;\n }\n `:""}
|
|
3521
|
-
`,
|
|
3523
|
+
`,Dv=e=>se`
|
|
3522
3524
|
color: ${be("neutral",e?800:600)};
|
|
3523
3525
|
font-size: 14px;
|
|
3524
3526
|
line-height: 20px;
|
|
3525
3527
|
font-weight: 400;
|
|
3526
|
-
`,
|
|
3528
|
+
`,Nv=se`
|
|
3527
3529
|
height: 1px;
|
|
3528
3530
|
width: 100%;
|
|
3529
3531
|
padding: 0 30px;
|
|
@@ -3531,11 +3533,11 @@ function Eh(e,t){var n=Object.keys(e);if(Object.getOwnPropertySymbols){var r=Obj
|
|
|
3531
3533
|
top: 16px;
|
|
3532
3534
|
left: 0;
|
|
3533
3535
|
z-index: -1;
|
|
3534
|
-
`,
|
|
3536
|
+
`,Vv=se`
|
|
3535
3537
|
height: 1px;
|
|
3536
3538
|
width: 100%;
|
|
3537
3539
|
background-color: ${be("neutral",400)};
|
|
3538
|
-
`,
|
|
3540
|
+
`,jv=({steps:e,currentStep:t})=>Z("div",{css:Pv,children:[e.map(((e,n)=>Z("div",{css:_v,children:[W("button",{css:Mv(t>=n+1,t<n+1),type:"button",onClick:e.onClick,"aria-current":t===n+1,"aria-disabled":t<n+1,disabled:t<n+1,"aria-label":`Current Step ${n}${e.label?` ${e.label}`:""}`,"data-active":t>=n+1,children:t>n+1?W(Le,{height:"16px",width:"16px"}):n+1}),e.label?W("p",{css:Dv(t===n+1),children:e.label}):null]},`${e.label}-${n}`))),W("div",{css:Nv,children:W("div",{css:Vv})})]}),Iv=se`
|
|
3539
3541
|
justify-content: space-between;
|
|
3540
3542
|
align-items: center;
|
|
3541
3543
|
gap: 8px;
|
|
@@ -3578,18 +3580,18 @@ function Eh(e,t){var n=Object.keys(e);if(Object.getOwnPropertySymbols){var r=Obj
|
|
|
3578
3580
|
color: ${be("error",900)};
|
|
3579
3581
|
}
|
|
3580
3582
|
}
|
|
3581
|
-
`,
|
|
3583
|
+
`,Av=se`
|
|
3582
3584
|
font-size: 18px;
|
|
3583
3585
|
line-height: 28px;
|
|
3584
3586
|
font-weight: 400;
|
|
3585
3587
|
color: ${be("neutral",800)};
|
|
3586
|
-
`,
|
|
3588
|
+
`,zv=se`
|
|
3587
3589
|
font-size: 16px;
|
|
3588
3590
|
line-height: 24px;
|
|
3589
3591
|
font-weight: 400;
|
|
3590
3592
|
color: ${be("neutral",700)};
|
|
3591
|
-
`,zv=se`
|
|
3592
|
-
padding: 6px;
|
|
3593
3593
|
`,Hv=se`
|
|
3594
3594
|
padding: 6px;
|
|
3595
|
-
`,Bv=
|
|
3595
|
+
`,Bv=se`
|
|
3596
|
+
padding: 6px;
|
|
3597
|
+
`,Fv={pauseOnPageIdle:!0,offsets:"24px"},Zv={"top-start":z({placement:"top-start",...Fv}),"top-end":z({placement:"top-end",...Fv}),"bottom-start":z({placement:"bottom-start",...Fv}),"bottom-end":z({placement:"bottom-end",...Fv})},Wv=e=>{Zv[e.placement].create({title:e.label,description:e.caption,duration:e.duration||5e3,meta:{closable:e.closable,icon:e.icon,closableLabel:e.closableLabel},...e})},qv=()=>Object.keys(Zv).map((e=>W(l,{children:W(H,{toaster:Zv[e],insetInline:{mdDown:"4"},children:t=>Z(B.Root,{css:Iv,width:{md:"sm"},children:[Z(F,{flexDirection:"row",className:"ds-toast-icon-container",children:["info"===t.type?t.meta?.icon?t.meta.icon:W(Te,{color:"var(--chakra-colors-neutral-700)"}):null,"loading"===t.type?W(i,{size:"lg",borderWidth:"3px",color:"var(--chakra-colors-primary-500)"}):null,"success"===t.type?t.meta?.icon?t.meta.icon:W(Ie,{color:"var(--chakra-colors-success-500)"}):null,"warning"===t.type?t.meta?.icon?t.meta.icon:W(Ae,{color:"var(--chakra-colors-warning-500)"}):null,"error"===t.type?t.meta?.icon?t.meta.icon:W(ze,{color:"var(--chakra-colors-error-500)"}):null,Z(F,{gap:"1",flex:"1",maxWidth:"100%",children:[W(B.Title,{css:Av,"aria-label":`${t.title}`,children:t.title}),t.description?W(B.Title,{css:zv,"aria-label":`${t.description}`,children:t.description}):null]})]}),t.action||t.meta?.closable?Z(F,{flexDirection:"row",children:[t.action?W(Se,{css:Hv,label:t.action.label,size:"small",variant:"info"===t.type?"primary":"secondary",onClick:()=>{t?.action?.onClick&&t.action.onClick(),Zv[e].dismiss()}}):null,t.meta?.closable?W(Se,{css:Bv,label:t.meta.closableLabel,"aria-label":t.meta?.closableLabel||"Dismiss",leftIcon:W(Me,{height:"10px!",width:"10px!"}),size:"small",variant:"secondary",onClick:()=>Zv[e].dismiss()}):null]}):null]})})},e)));export{Il as AnalysisWidget,cv as Avatar,mv as Badge,Fr as BaseMap,ug as Breadcrumb,Se as Button,Vt as Checkbox,yn as CheckboxList,Ft as CheckboxOptionCard,pt as CloseButton,qr as ClusterPoint,Ml as ExtendableCard,vg as Footer,ut as IconButton,Ov as InlineMessage,ar as InputWithUnits,ol as ItemCount,wa as LayerGroup,Ca as LayerGroupContainer,ya as LayerItem,Oa as LayerParameters,Aa as LegendItem,fl as List,yt as MapControlsToolbar,Wr as MapMarker,Ur as MapMarkers,da as MapPopUp,Lt as Menu,Cg as MobileTabBar,Hs as Modal,Dt as MultiActionButton,Wg as Navbar,Kg as NavigationRail,Yt as OptionCard,bl as Pagination,Us as Panel,fr as Password,Tv as ProgressBar,Ua as QualitativeAttribute,en as Radio,tn as RadioGroup,Cr as RadioList,st as SSOButtons,tl as ScaleBar,or as Select,lg as Sheet,Gr as SimpleMapPin,un as Slider,Er as SliderInput,jv as StepProgressIndicator,hn as Switch,ov as TabBar,Ll as Table,Tl as TableCell,Rl as TableRow,nr as Tag,Mn as TextInput,Dr as Textarea,qv as Toast,bt as Toolbar,mt as Tooltip,xe as designSystemStyles,me as designSystemStylesForTailwind,be as getThemedColor,Wv as showToast};
|