tia-chatbot 1.0.0 → 1.0.1
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/README.md +151 -154
- package/dist/assets/index.css +1 -0
- package/dist/lib/index.d.ts +1 -0
- package/dist/tia-widget.cjs +364 -0
- package/dist/tia-widget.cjs.map +1 -0
- package/dist/{tia-chatbot.js → tia-widget.mjs} +3926 -3988
- package/dist/tia-widget.mjs.map +1 -0
- package/dist/tia-widget.umd.cjs +365 -0
- package/dist/tia-widget.umd.cjs.map +1 -0
- package/package.json +22 -34
- package/dist/index.d.ts +0 -1
- package/dist/tia-chatbot.css +0 -1
- package/dist/tia-chatbot.js.map +0 -1
- package/dist/tia-chatbot.umd.js +0 -364
- package/dist/tia-chatbot.umd.js.map +0 -1
package/dist/tia-chatbot.umd.js
DELETED
|
@@ -1,364 +0,0 @@
|
|
|
1
|
-
(function(kn,Z){typeof exports=="object"&&typeof module<"u"?Z(exports,require("react/jsx-runtime"),require("react-dom"),require("react")):typeof define=="function"&&define.amd?define(["exports","react/jsx-runtime","react-dom","react"],Z):(kn=typeof globalThis<"u"?globalThis:kn||self,Z(kn.TiaChatbot={},kn.jsxRuntime,kn.ReactDOM,kn.React))})(this,(function(kn,Z,Ba,A){"use strict";function Qv(t){const e=Object.create(null,{[Symbol.toStringTag]:{value:"Module"}});if(t){for(const n in t)if(n!=="default"){const i=Object.getOwnPropertyDescriptor(t,n);Object.defineProperty(e,n,i.get?i:{enumerable:!0,get:()=>t[n]})}}return e.default=t,Object.freeze(e)}const Os=Qv(A);var Us=typeof globalThis<"u"?globalThis:typeof window<"u"?window:typeof global<"u"?global:typeof self<"u"?self:{},ei={},Hf;function Jv(){if(Hf)return ei;Hf=1;var t=Ba;if(process.env.NODE_ENV==="production")ei.createRoot=t.createRoot,ei.hydrateRoot=t.hydrateRoot;else{var e=t.__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED;ei.createRoot=function(n,i){e.usingClientEntryPoint=!0;try{return t.createRoot(n,i)}finally{e.usingClientEntryPoint=!1}},ei.hydrateRoot=function(n,i,o){e.usingClientEntryPoint=!0;try{return t.hydrateRoot(n,i,o)}finally{e.usingClientEntryPoint=!1}}}return ei}var jv=Jv();function Xv(t){const e=new Error(t);if(e.stack===void 0)try{throw e}catch{}return e}var Zv=Xv,Ce=Zv;function $v(t){return!!t&&typeof t.then=="function"}var tt=$v;function ew(t,e){if(t!=null)return t;throw Ce(e??"Got unexpected null or undefined")}var ut=ew;function Ne(t,e,n){return e in t?Object.defineProperty(t,e,{value:n,enumerable:!0,configurable:!0,writable:!0}):t[e]=n,t}class Bs{getValue(){throw Ce("BaseLoadable")}toPromise(){throw Ce("BaseLoadable")}valueMaybe(){throw Ce("BaseLoadable")}valueOrThrow(){throw Ce(`Loadable expected value, but in "${this.state}" state`)}promiseMaybe(){throw Ce("BaseLoadable")}promiseOrThrow(){throw Ce(`Loadable expected promise, but in "${this.state}" state`)}errorMaybe(){throw Ce("BaseLoadable")}errorOrThrow(){throw Ce(`Loadable expected error, but in "${this.state}" state`)}is(e){return e.state===this.state&&e.contents===this.contents}map(e){throw Ce("BaseLoadable")}}class tw extends Bs{constructor(e){super(),Ne(this,"state","hasValue"),Ne(this,"contents",void 0),this.contents=e}getValue(){return this.contents}toPromise(){return Promise.resolve(this.contents)}valueMaybe(){return this.contents}valueOrThrow(){return this.contents}promiseMaybe(){}errorMaybe(){}map(e){try{const n=e(this.contents);return tt(n)?Ir(n):ti(n)?n:qi(n)}catch(n){return tt(n)?Ir(n.next(()=>this.map(e))):qs(n)}}}class nw extends Bs{constructor(e){super(),Ne(this,"state","hasError"),Ne(this,"contents",void 0),this.contents=e}getValue(){throw this.contents}toPromise(){return Promise.reject(this.contents)}valueMaybe(){}promiseMaybe(){}errorMaybe(){return this.contents}errorOrThrow(){return this.contents}map(e){return this}}class zf extends Bs{constructor(e){super(),Ne(this,"state","loading"),Ne(this,"contents",void 0),this.contents=e}getValue(){throw this.contents}toPromise(){return this.contents}valueMaybe(){}promiseMaybe(){return this.contents}promiseOrThrow(){return this.contents}errorMaybe(){}map(e){return Ir(this.contents.then(n=>{const i=e(n);if(ti(i)){const o=i;switch(o.state){case"hasValue":return o.contents;case"hasError":throw o.contents;case"loading":return o.contents}}return i}).catch(n=>{if(tt(n))return n.then(()=>this.map(e).contents);throw n}))}}function qi(t){return Object.freeze(new tw(t))}function qs(t){return Object.freeze(new nw(t))}function Ir(t){return Object.freeze(new zf(t))}function _f(){return Object.freeze(new zf(new Promise(()=>{})))}function rw(t){return t.every(e=>e.state==="hasValue")?qi(t.map(e=>e.contents)):t.some(e=>e.state==="hasError")?qs(ut(t.find(e=>e.state==="hasError"),"Invalid loadable passed to loadableAll").contents):Ir(Promise.all(t.map(e=>e.contents)))}function Gf(t){const n=(Array.isArray(t)?t:Object.getOwnPropertyNames(t).map(o=>t[o])).map(o=>ti(o)?o:tt(o)?Ir(o):qi(o)),i=rw(n);return Array.isArray(t)?i:i.map(o=>Object.getOwnPropertyNames(t).reduce((l,u,c)=>({...l,[u]:o[c]}),{}))}function ti(t){return t instanceof Bs}var Mr={loadableWithValue:qi,loadableWithError:qs,loadableWithPromise:Ir,loadableLoading:_f,loadableAll:Gf,isLoadable:ti,RecoilLoadable:{of:t=>tt(t)?Ir(t):ti(t)?t:qi(t),error:t=>qs(t),loading:()=>_f(),all:Gf,isLoadable:ti}},iw=Mr.loadableWithValue,sw=Mr.loadableWithError,ow=Mr.loadableWithPromise,aw=Mr.loadableLoading,lw=Mr.loadableAll,uw=Mr.isLoadable,cw=Mr.RecoilLoadable,Fi=Object.freeze({__proto__:null,loadableWithValue:iw,loadableWithError:sw,loadableWithPromise:ow,loadableLoading:aw,loadableAll:lw,isLoadable:uw,RecoilLoadable:cw});const qa={RECOIL_DUPLICATE_ATOM_KEY_CHECKING_ENABLED:!0,RECOIL_GKS_ENABLED:new Set(["recoil_hamt_2020","recoil_sync_external_store","recoil_suppress_rerender_in_callback","recoil_memory_managament_2020"])};function fw(t,e){var n,i;const o=(n=process.env[t])===null||n===void 0||(i=n.toLowerCase())===null||i===void 0?void 0:i.trim();if(o==null||o==="")return;if(!["true","false"].includes(o))throw Ce(`process.env.${t} value must be 'true', 'false', or empty: ${o}`);e(o==="true")}function dw(t,e){var n;const i=(n=process.env[t])===null||n===void 0?void 0:n.trim();i==null||i===""||e(i.split(/\s*,\s*|\s+/))}function hw(){var t;typeof process>"u"||((t=process)===null||t===void 0?void 0:t.env)!=null&&(fw("RECOIL_DUPLICATE_ATOM_KEY_CHECKING_ENABLED",e=>{qa.RECOIL_DUPLICATE_ATOM_KEY_CHECKING_ENABLED=e}),dw("RECOIL_GKS_ENABLED",e=>{e.forEach(n=>{qa.RECOIL_GKS_ENABLED.add(n)})}))}hw();var Wi=qa;function Fs(t){return Wi.RECOIL_GKS_ENABLED.has(t)}Fs.setPass=t=>{Wi.RECOIL_GKS_ENABLED.add(t)},Fs.setFail=t=>{Wi.RECOIL_GKS_ENABLED.delete(t)},Fs.clear=()=>{Wi.RECOIL_GKS_ENABLED.clear()};var rt=Fs;function pw(t,e,{error:n}={}){return process.env.NODE_ENV!=="production"&&console.error(t,n),null}var mw=pw,qt=mw,Fa,Wa,Ka;const gw=(Fa=A.createMutableSource)!==null&&Fa!==void 0?Fa:A.unstable_createMutableSource,Yf=(Wa=A.useMutableSource)!==null&&Wa!==void 0?Wa:A.unstable_useMutableSource,Ha=(Ka=A.useSyncExternalStore)!==null&&Ka!==void 0?Ka:A.unstable_useSyncExternalStore;let Qf=!1;function yw(){var t;const{ReactCurrentDispatcher:e,ReactCurrentOwner:n}=A.__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED,o=((t=e?.current)!==null&&t!==void 0?t:n.currentDispatcher).useSyncExternalStore!=null;return Ha&&!o&&!Qf&&(Qf=!0,qt("A React renderer without React 18+ API support is being used with React 18+.")),o}function vw(){return rt("recoil_transition_support")?{mode:"TRANSITION_SUPPORT",early:!0,concurrent:!0}:rt("recoil_sync_external_store")&&Ha!=null?{mode:"SYNC_EXTERNAL_STORE",early:!0,concurrent:!1}:rt("recoil_mutable_source")&&Yf!=null&&typeof window<"u"&&!window.$disableRecoilValueMutableSource_TEMP_HACK_DO_NOT_USE?rt("recoil_suppress_rerender_in_callback")?{mode:"MUTABLE_SOURCE",early:!0,concurrent:!0}:{mode:"MUTABLE_SOURCE",early:!1,concurrent:!1}:rt("recoil_suppress_rerender_in_callback")?{mode:"LEGACY",early:!0,concurrent:!1}:{mode:"LEGACY",early:!1,concurrent:!1}}var za={createMutableSource:gw,useMutableSource:Yf,useSyncExternalStore:Ha,currentRendererSupportsUseSyncExternalStore:yw,reactMode:vw};class _a{constructor(e){Ne(this,"key",void 0),this.key=e}toJSON(){return{key:this.key}}}class Jf extends _a{}class jf extends _a{}function ww(t){return t instanceof Jf||t instanceof jf}var Ws={AbstractRecoilValue:_a,RecoilState:Jf,RecoilValueReadOnly:jf,isRecoilValue:ww},bw=Ws.AbstractRecoilValue,Sw=Ws.RecoilState,Aw=Ws.RecoilValueReadOnly,Ew=Ws.isRecoilValue,Nr=Object.freeze({__proto__:null,AbstractRecoilValue:bw,RecoilState:Sw,RecoilValueReadOnly:Aw,isRecoilValue:Ew});function Tw(t,...e){let n=0;return t.replace(/%s/g,()=>String(e[n++]))}var xw=Tw;function Cw(t,...e){if(process.env.NODE_ENV!=="production"){const n=xw.call(null,t,...e),i=new Error(n);i.name="Expectation Violation",console.error(i)}}var Rw=Cw,Ga=Rw;function kw(t,e){return(function*(){let n=0;for(const i of t)yield e(i,n++)})()}var Ks=kw;class Xf{}const Vw=new Xf,ni=new Map,Ya=new Map;function Iw(t){return Ks(t,e=>ut(Ya.get(e)))}function Mw(t){if(ni.has(t)){const e=`Duplicate atom key "${t}". This is a FATAL ERROR in
|
|
2
|
-
production. But it is safe to ignore this warning if it occurred because of
|
|
3
|
-
hot module replacement.`;process.env.NODE_ENV!=="production"?Ga(e,"recoil"):console.warn(e)}}function Nw(t){Wi.RECOIL_DUPLICATE_ATOM_KEY_CHECKING_ENABLED&&Mw(t.key),ni.set(t.key,t);const e=t.set==null?new Nr.RecoilValueReadOnly(t.key):new Nr.RecoilState(t.key);return Ya.set(t.key,e),e}class Lw extends Error{}function Dw(t){const e=ni.get(t);if(e==null)throw new Lw(`Missing definition for RecoilValue: "${t}""`);return e}function Pw(t){return ni.get(t)}const Hs=new Map;function Ow(t){var e;if(!rt("recoil_memory_managament_2020"))return;const n=ni.get(t);if(n!=null&&(e=n.shouldDeleteConfigOnRelease)!==null&&e!==void 0&&e.call(n)){var i;ni.delete(t),(i=Zf(t))===null||i===void 0||i(),Hs.delete(t)}}function Uw(t,e){rt("recoil_memory_managament_2020")&&(e===void 0?Hs.delete(t):Hs.set(t,e))}function Zf(t){return Hs.get(t)}var nn={recoilValues:Ya,registerNode:Nw,getNode:Dw,getNodeMaybe:Pw,deleteNodeConfigIfPossible:Ow,setConfigDeletionHandler:Uw,getConfigDeletionHandler:Zf,recoilValuesForKeys:Iw,DefaultValue:Xf,DEFAULT_VALUE:Vw};function Bw(t,e){e()}var qw={enqueueExecution:Bw};function Fw(t,e){return e={exports:{}},t(e,e.exports),e.exports}var Ww=Fw(function(t){var e=typeof Symbol=="function"&&typeof Symbol.iterator=="symbol"?function(N){return typeof N}:function(N){return N&&typeof Symbol=="function"&&N.constructor===Symbol&&N!==Symbol.prototype?"symbol":typeof N},n={},i=5,o=Math.pow(2,i),l=o-1,u=o/2,c=o/4,d={},h=function(C){return function(){return C}},p=n.hash=function(N){var C=typeof N>"u"?"undefined":e(N);if(C==="number")return N;C!=="string"&&(N+="");for(var _=0,ee=0,$=N.length;ee<$;++ee){var re=N.charCodeAt(ee);_=(_<<5)-_+re|0}return _},g=function(C){return C-=C>>1&1431655765,C=(C&858993459)+(C>>2&858993459),C=C+(C>>4)&252645135,C+=C>>8,C+=C>>16,C&127},b=function(C,_){return _>>>C&l},v=function(C){return 1<<C},x=function(C,_){return g(C&_-1)},R=function(C,_,ee,$){var re=$;if(!C){var me=$.length;re=new Array(me);for(var de=0;de<me;++de)re[de]=$[de]}return re[_]=ee,re},q=function(C,_,ee){var $=ee.length-1,re=0,me=0,de=ee;if(C)re=me=_;else for(de=new Array($);re<_;)de[me++]=ee[re++];for(++re;re<=$;)de[me++]=ee[re++];return C&&(de.length=$),de},L=function(C,_,ee,$){var re=$.length;if(C){for(var me=re;me>=_;)$[me--]=$[me];return $[_]=ee,$}for(var de=0,ue=0,De=new Array(re+1);de<_;)De[ue++]=$[de++];for(De[_]=ee;de<re;)De[++ue]=$[de++];return De},M=1,O=2,G=3,H=4,Q={__hamt_isEmpty:!0},J=function(C){return C===Q||C&&C.__hamt_isEmpty},Y=function(C,_,ee,$){return{type:M,edit:C,hash:_,key:ee,value:$,_modify:Le}},pe=function(C,_,ee){return{type:O,edit:C,hash:_,children:ee,_modify:ce}},se=function(C,_,ee){return{type:G,edit:C,mask:_,children:ee,_modify:ae}},oe=function(C,_,ee){return{type:H,edit:C,size:_,children:ee,_modify:fe}},Pe=function(C){return C===Q||C.type===M||C.type===O},Ve=function(C,_,ee,$,re){for(var me=[],de=$,ue=0,De=0;de;++De)de&1&&(me[De]=re[ue++]),de>>>=1;return me[_]=ee,oe(C,ue+1,me)},Ee=function(C,_,ee,$){for(var re=new Array(_-1),me=0,de=0,ue=0,De=$.length;ue<De;++ue)if(ue!==ee){var ne=$[ue];ne&&!J(ne)&&(re[me++]=ne,de|=1<<ue)}return se(C,de,re)},ft=function N(C,_,ee,$,re,me){if(ee===re)return pe(C,ee,[me,$]);var de=b(_,ee),ue=b(_,re);return se(C,v(de)|v(ue),de===ue?[N(C,_+i,ee,$,re,me)]:de<ue?[$,me]:[me,$])},wt=function(C,_,ee,$,re,me,de,ue){for(var De=re.length,ne=0;ne<De;++ne){var Re=re[ne];if(ee(de,Re.key)){var xe=Re.value,st=me(xe);return st===xe?re:st===d?(--ue.value,q(C,ne,re)):R(C,ne,Y(_,$,de,st),re)}}var at=me();return at===d?re:(++ue.value,R(C,De,Y(_,$,de,at),re))},ye=function(C,_){return C===_.edit},Le=function(C,_,ee,$,re,me,de){if(_(me,this.key)){var ue=$(this.value);return ue===this.value?this:ue===d?(--de.value,Q):ye(C,this)?(this.value=ue,this):Y(C,re,me,ue)}var De=$();return De===d?this:(++de.value,ft(C,ee,this.hash,this,re,Y(C,re,me,De)))},ce=function(C,_,ee,$,re,me,de){if(re===this.hash){var ue=ye(C,this),De=wt(ue,C,_,this.hash,this.children,$,me,de);return De===this.children?this:De.length>1?pe(C,this.hash,De):De[0]}var ne=$();return ne===d?this:(++de.value,ft(C,ee,this.hash,this,re,Y(C,re,me,ne)))},ae=function(C,_,ee,$,re,me,de){var ue=this.mask,De=this.children,ne=b(ee,re),Re=v(ne),xe=x(ue,Re),st=ue&Re,at=st?De[xe]:Q,Ot=at._modify(C,_,ee+i,$,re,me,de);if(at===Ot)return this;var Kt=ye(C,this),Ct=ue,It=void 0;if(st&&J(Ot)){if(Ct&=~Re,!Ct)return Q;if(De.length<=2&&Pe(De[xe^1]))return De[xe^1];It=q(Kt,xe,De)}else if(!st&&!J(Ot)){if(De.length>=u)return Ve(C,ne,Ot,ue,De);Ct|=Re,It=L(Kt,xe,Ot,De)}else It=R(Kt,xe,Ot,De);return Kt?(this.mask=Ct,this.children=It,this):se(C,Ct,It)},fe=function(C,_,ee,$,re,me,de){var ue=this.size,De=this.children,ne=b(ee,re),Re=De[ne],xe=(Re||Q)._modify(C,_,ee+i,$,re,me,de);if(Re===xe)return this;var st=ye(C,this),at=void 0;if(J(Re)&&!J(xe))++ue,at=R(st,ne,xe,De);else if(!J(Re)&&J(xe)){if(--ue,ue<=c)return Ee(C,ue,ne,De);at=R(st,ne,Q,De)}else at=R(st,ne,xe,De);return st?(this.size=ue,this.children=at,this):oe(C,ue,at)};Q._modify=function(N,C,_,ee,$,re,me){var de=ee();return de===d?Q:(++me.value,Y(N,$,re,de))};function V(N,C,_,ee,$){this._editable=N,this._edit=C,this._config=_,this._root=ee,this._size=$}V.prototype.setTree=function(N,C){return this._editable?(this._root=N,this._size=C,this):N===this._root?this:new V(this._editable,this._edit,this._config,N,C)};var D=n.tryGetHash=function(N,C,_,ee){for(var $=ee._root,re=0,me=ee._config.keyEq;;)switch($.type){case M:return me(_,$.key)?$.value:N;case O:{if(C===$.hash)for(var de=$.children,ue=0,De=de.length;ue<De;++ue){var ne=de[ue];if(me(_,ne.key))return ne.value}return N}case G:{var Re=b(re,C),xe=v(Re);if($.mask&xe){$=$.children[x($.mask,xe)],re+=i;break}return N}case H:{if($=$.children[b(re,C)],$){re+=i;break}return N}default:return N}};V.prototype.tryGetHash=function(N,C,_){return D(N,C,_,this)};var T=n.tryGet=function(N,C,_){return D(N,_._config.hash(C),C,_)};V.prototype.tryGet=function(N,C){return T(N,C,this)};var U=n.getHash=function(N,C,_){return D(void 0,N,C,_)};V.prototype.getHash=function(N,C){return U(N,C,this)},n.get=function(N,C){return D(void 0,C._config.hash(N),N,C)},V.prototype.get=function(N,C){return T(C,N,this)};var F=n.has=function(N,C,_){return D(d,N,C,_)!==d};V.prototype.hasHash=function(N,C){return F(N,C,this)};var X=n.has=function(N,C){return F(C._config.hash(N),N,C)};V.prototype.has=function(N){return X(N,this)};var j=function(C,_){return C===_};n.make=function(N){return new V(0,0,{keyEq:N&&N.keyEq||j,hash:N&&N.hash||p},Q,0)},n.empty=n.make();var be=n.isEmpty=function(N){return N&&!!J(N._root)};V.prototype.isEmpty=function(){return be(this)};var Ie=n.modifyHash=function(N,C,_,ee){var $={value:ee._size},re=ee._root._modify(ee._editable?ee._edit:NaN,ee._config.keyEq,0,N,C,_,$);return ee.setTree(re,$.value)};V.prototype.modifyHash=function(N,C,_){return Ie(_,N,C,this)};var Ge=n.modify=function(N,C,_){return Ie(N,_._config.hash(C),C,_)};V.prototype.modify=function(N,C){return Ge(C,N,this)};var Oe=n.setHash=function(N,C,_,ee){return Ie(h(_),N,C,ee)};V.prototype.setHash=function(N,C,_){return Oe(N,C,_,this)};var he=n.set=function(N,C,_){return Oe(_._config.hash(N),N,C,_)};V.prototype.set=function(N,C){return he(N,C,this)};var Se=h(d),Be=n.removeHash=function(N,C,_){return Ie(Se,N,C,_)};V.prototype.removeHash=V.prototype.deleteHash=function(N,C){return Be(N,C,this)};var Te=n.remove=function(N,C){return Be(C._config.hash(N),N,C)};V.prototype.remove=V.prototype.delete=function(N){return Te(N,this)};var $e=n.beginMutation=function(N){return new V(N._editable+1,N._edit+1,N._config,N._root,N._size)};V.prototype.beginMutation=function(){return $e(this)};var Wt=n.endMutation=function(N){return N._editable=N._editable&&N._editable-1,N};V.prototype.endMutation=function(){return Wt(this)};var gt=n.mutate=function(N,C){var _=$e(C);return N(_),Wt(_)};V.prototype.mutate=function(N){return gt(N,this)};var et=function(C){return C&&Qe(C[0],C[1],C[2],C[3],C[4])},Qe=function(C,_,ee,$,re){for(;ee<C;){var me=_[ee++];if(me&&!J(me))return Xt(me,$,[C,_,ee,$,re])}return et(re)},Xt=function(C,_,ee){switch(C.type){case M:return{value:_(C),rest:ee};case O:case H:case G:var $=C.children;return Qe($.length,$,0,_,ee);default:return et(ee)}},Pt={done:!0};function Hn(N){this.v=N}Hn.prototype.next=function(){if(!this.v)return Pt;var N=this.v;return this.v=et(N.rest),N},Hn.prototype[Symbol.iterator]=function(){return this};var dt=function(C,_){return new Hn(Xt(C._root,_))},it=function(C){return[C.key,C.value]},Vt=n.entries=function(N){return dt(N,it)};V.prototype.entries=V.prototype[Symbol.iterator]=function(){return Vt(this)};var vn=function(C){return C.key},Dn=n.keys=function(N){return dt(N,vn)};V.prototype.keys=function(){return Dn(this)};var zn=function(C){return C.value},zr=n.values=V.prototype.values=function(N){return dt(N,zn)};V.prototype.values=function(){return zr(this)};var tr=n.fold=function(N,C,_){var ee=_._root;if(ee.type===M)return N(C,ee.value,ee.key);for(var $=[ee.children],re=void 0;re=$.pop();)for(var me=0,de=re.length;me<de;){var ue=re[me++];ue&&ue.type&&(ue.type===M?C=N(C,ue.value,ue.key):$.push(ue.children))}return C};V.prototype.fold=function(N,C){return tr(N,C,this)};var nr=n.forEach=function(N,C){return tr(function(_,ee,$){return N(ee,$,C)},null,C)};V.prototype.forEach=function(N){return nr(N,this)};var wn=n.count=function(N){return N._size};V.prototype.count=function(){return wn(this)},Object.defineProperty(V.prototype,"size",{get:V.prototype.count}),t.exports?t.exports=n:(void 0).hamt=n});class Kw{constructor(e){Ne(this,"_map",void 0),this._map=new Map(e?.entries())}keys(){return this._map.keys()}entries(){return this._map.entries()}get(e){return this._map.get(e)}has(e){return this._map.has(e)}set(e,n){return this._map.set(e,n),this}delete(e){return this._map.delete(e),this}clone(){return Ja(this)}toMap(){return new Map(this._map)}}class Qa{constructor(e){if(Ne(this,"_hamt",Ww.empty.beginMutation()),e instanceof Qa){const n=e._hamt.endMutation();e._hamt=n.beginMutation(),this._hamt=n.beginMutation()}else if(e)for(const[n,i]of e.entries())this._hamt.set(n,i)}keys(){return this._hamt.keys()}entries(){return this._hamt.entries()}get(e){return this._hamt.get(e)}has(e){return this._hamt.has(e)}set(e,n){return this._hamt.set(e,n),this}delete(e){return this._hamt.delete(e),this}clone(){return Ja(this)}toMap(){return new Map(this._hamt)}}function Ja(t){return rt("recoil_hamt_2020")?new Qa(t):new Kw(t)}var Hw={persistentMap:Ja},zw=Hw.persistentMap,_w=Object.freeze({__proto__:null,persistentMap:zw});function Gw(t,...e){const n=new Set;e:for(const i of t){for(const o of e)if(o.has(i))continue e;n.add(i)}return n}var $f=Gw;function Yw(t,e){const n=new Map;return t.forEach((i,o)=>{n.set(o,e(i,o))}),n}var ed=Yw;function Qw(){return{nodeDeps:new Map,nodeToNodeSubscriptions:new Map}}function Jw(t){return{nodeDeps:ed(t.nodeDeps,e=>new Set(e)),nodeToNodeSubscriptions:ed(t.nodeToNodeSubscriptions,e=>new Set(e))}}function ja(t,e,n,i){const{nodeDeps:o,nodeToNodeSubscriptions:l}=n,u=o.get(t);if(u&&i&&u!==i.nodeDeps.get(t))return;o.set(t,e);const c=u==null?e:$f(e,u);for(const d of c)l.has(d)||l.set(d,new Set),ut(l.get(d)).add(t);if(u){const d=$f(u,e);for(const h of d){if(!l.has(h))return;const p=ut(l.get(h));p.delete(t),p.size===0&&l.delete(h)}}}function jw(t,e,n,i){var o,l,u,c;const d=n.getState();i===d.currentTree.version||i===((o=d.nextTree)===null||o===void 0?void 0:o.version)||i===((l=d.previousTree)===null||l===void 0?void 0:l.version)||qt("Tried to save dependencies to a discarded tree");const h=n.getGraph(i);if(ja(t,e,h),i===((u=d.previousTree)===null||u===void 0?void 0:u.version)){const g=n.getGraph(d.currentTree.version);ja(t,e,g,h)}if(i===((c=d.previousTree)===null||c===void 0?void 0:c.version)||i===d.currentTree.version){var p;const g=(p=d.nextTree)===null||p===void 0?void 0:p.version;if(g!==void 0){const b=n.getGraph(g);ja(t,e,b,h)}}}var Ki={cloneGraph:Jw,graph:Qw,saveDepsToStore:jw};let Xw=0;const Zw=()=>Xw++;let $w=0;const eb=()=>$w++;let tb=0;var zs={getNextTreeStateVersion:Zw,getNextStoreID:eb,getNextComponentID:()=>tb++};const{persistentMap:td}=_w,{graph:nb}=Ki,{getNextTreeStateVersion:nd}=zs;function rb(){const t=nd();return{version:t,stateID:t,transactionMetadata:{},dirtyAtoms:new Set,atomValues:td(),nonvalidatedAtoms:td()}}function ib(){const t=rb();return{currentTree:t,nextTree:null,previousTree:null,commitDepth:0,knownAtoms:new Set,knownSelectors:new Set,transactionSubscriptions:new Map,nodeTransactionSubscriptions:new Map,nodeToComponentSubscriptions:new Map,queuedComponentCallbacks_DEPRECATED:[],suspendedComponentResolvers:new Set,graphsByVersion:new Map().set(t.version,nb()),retention:{referenceCounts:new Map,nodesRetainedByZone:new Map,retainablesToCheckForRelease:new Set},nodeCleanupFunctions:new Map}}var rd={makeEmptyStoreState:ib,getNextTreeStateVersion:nd};class sb{}var Xa={RetentionZone:sb};function ob(t,e){const n=new Set(t);return n.add(e),n}var ab={setByAddingToSet:ob};function*lb(t,e){let n=0;for(const i of t)e(i,n++)&&(yield i)}var Za=lb;function ub(t,e){return new Proxy(t,{get:(i,o)=>(!(o in i)&&o in e&&(i[o]=e[o]()),i[o]),ownKeys:i=>Object.keys(i)})}var id=ub;const{getNode:Hi,getNodeMaybe:cb,recoilValuesForKeys:sd}=nn,{RetentionZone:od}=Xa,{setByAddingToSet:fb}=ab,db=Object.freeze(new Set);class hb extends Error{}function pb(t,e,n){if(!rt("recoil_memory_managament_2020"))return()=>{};const{nodesRetainedByZone:i}=t.getState().retention;function o(l){let u=i.get(l);u||i.set(l,u=new Set),u.add(e)}if(n instanceof od)o(n);else if(Array.isArray(n))for(const l of n)o(l);return()=>{if(!rt("recoil_memory_managament_2020"))return;const{retention:l}=t.getState();function u(c){const d=l.nodesRetainedByZone.get(c);d?.delete(e),d&&d.size===0&&l.nodesRetainedByZone.delete(c)}if(n instanceof od)u(n);else if(Array.isArray(n))for(const c of n)u(c)}}function $a(t,e,n,i){const o=t.getState();if(o.nodeCleanupFunctions.has(n))return;const l=Hi(n),u=pb(t,n,l.retainedBy),c=l.init(t,e,i);o.nodeCleanupFunctions.set(n,()=>{c(),u()})}function mb(t,e,n){$a(t,t.getState().currentTree,e,n)}function gb(t,e){var n;const i=t.getState();(n=i.nodeCleanupFunctions.get(e))===null||n===void 0||n(),i.nodeCleanupFunctions.delete(e)}function yb(t,e,n){return $a(t,e,n,"get"),Hi(n).get(t,e)}function ad(t,e,n){return Hi(n).peek(t,e)}function vb(t,e,n){var i;const o=cb(e);return o==null||(i=o.invalidate)===null||i===void 0||i.call(o,t),{...t,atomValues:t.atomValues.clone().delete(e),nonvalidatedAtoms:t.nonvalidatedAtoms.clone().set(e,n),dirtyAtoms:fb(t.dirtyAtoms,e)}}function wb(t,e,n,i){const o=Hi(n);if(o.set==null)throw new hb(`Attempt to set read-only RecoilValue: ${n}`);const l=o.set;return $a(t,e,n,"set"),l(t,e,i)}function bb(t,e,n){const i=t.getState(),o=t.getGraph(e.version),l=Hi(n).nodeType;return id({type:l},{loadable:()=>ad(t,e,n),isActive:()=>i.knownAtoms.has(n)||i.knownSelectors.has(n),isSet:()=>l==="selector"?!1:e.atomValues.has(n),isModified:()=>e.dirtyAtoms.has(n),deps:()=>{var u;return sd((u=o.nodeDeps.get(n))!==null&&u!==void 0?u:[])},subscribers:()=>{var u,c;return{nodes:sd(Za(ld(t,e,new Set([n])),d=>d!==n)),components:Ks((u=(c=i.nodeToComponentSubscriptions.get(n))===null||c===void 0?void 0:c.values())!==null&&u!==void 0?u:[],([d])=>({name:d}))}}})}function ld(t,e,n){const i=new Set,o=Array.from(n),l=t.getGraph(e.version);for(let c=o.pop();c;c=o.pop()){var u;i.add(c);const d=(u=l.nodeToNodeSubscriptions.get(c))!==null&&u!==void 0?u:db;for(const h of d)i.has(h)||o.push(h)}return i}var Lr={getNodeLoadable:yb,peekNodeLoadable:ad,setNodeValue:wb,initializeNode:mb,cleanUpNode:gb,setUnvalidatedAtomValue_DEPRECATED:vb,peekNodeInfo:bb,getDownstreamNodes:ld};let ud=null;function Sb(t){ud=t}function Ab(){var t;(t=ud)===null||t===void 0||t()}var cd={setInvalidateMemoizedSnapshot:Sb,invalidateMemoizedSnapshot:Ab};const{getDownstreamNodes:Eb,getNodeLoadable:fd,setNodeValue:Tb}=Lr,{getNextComponentID:xb}=zs,{getNode:Cb,getNodeMaybe:dd}=nn,{DefaultValue:el}=nn,{reactMode:Rb}=za,{AbstractRecoilValue:kb,RecoilState:LU,RecoilValueReadOnly:DU,isRecoilValue:PU}=Nr,{invalidateMemoizedSnapshot:Vb}=cd;function Ib(t,{key:e},n=t.getState().currentTree){var i,o;const l=t.getState();n.version===l.currentTree.version||n.version===((i=l.nextTree)===null||i===void 0?void 0:i.version)||n.version===((o=l.previousTree)===null||o===void 0?void 0:o.version)||qt("Tried to read from a discarded tree");const u=fd(t,n,e);return u.state==="loading"&&u.contents.catch(()=>{}),u}function Mb(t,e){const n=t.clone();return e.forEach((i,o)=>{i.state==="hasValue"&&i.contents instanceof el?n.delete(o):n.set(o,i)}),n}function Nb(t,e,{key:n},i){if(typeof i=="function"){const o=fd(t,e,n);if(o.state==="loading"){const l=`Tried to set atom or selector "${n}" using an updater function while the current state is pending, this is not currently supported.`;throw qt(l),Ce(l)}else if(o.state==="hasError")throw o.contents;return i(o.contents)}else return i}function Lb(t,e,n){if(n.type==="set"){const{recoilValue:o,valueOrUpdater:l}=n,u=Nb(t,e,o,l),c=Tb(t,e,o.key,u);for(const[d,h]of c.entries())tl(e,d,h)}else if(n.type==="setLoadable"){const{recoilValue:{key:o},loadable:l}=n;tl(e,o,l)}else if(n.type==="markModified"){const{recoilValue:{key:o}}=n;e.dirtyAtoms.add(o)}else if(n.type==="setUnvalidated"){var i;const{recoilValue:{key:o},unvalidatedValue:l}=n,u=dd(o);u==null||(i=u.invalidate)===null||i===void 0||i.call(u,e),e.atomValues.delete(o),e.nonvalidatedAtoms.set(o,l),e.dirtyAtoms.add(o)}else qt(`Unknown action ${n.type}`)}function tl(t,e,n){n.state==="hasValue"&&n.contents instanceof el?t.atomValues.delete(e):t.atomValues.set(e,n),t.dirtyAtoms.add(e),t.nonvalidatedAtoms.delete(e)}function hd(t,e){t.replaceState(n=>{const i=pd(n);for(const o of e)Lb(t,i,o);return md(t,i),Vb(),i})}function _s(t,e){if(zi.length){const n=zi[zi.length-1];let i=n.get(t);i||n.set(t,i=[]),i.push(e)}else hd(t,[e])}const zi=[];function Db(){const t=new Map;return zi.push(t),()=>{for(const[n,i]of t)hd(n,i);zi.pop()!==t&&qt("Incorrect order of batch popping")}}function pd(t){return{...t,atomValues:t.atomValues.clone(),nonvalidatedAtoms:t.nonvalidatedAtoms.clone(),dirtyAtoms:new Set(t.dirtyAtoms)}}function md(t,e){const n=Eb(t,e,e.dirtyAtoms);for(const l of n){var i,o;(i=dd(l))===null||i===void 0||(o=i.invalidate)===null||o===void 0||o.call(i,e)}}function gd(t,e,n){_s(t,{type:"set",recoilValue:e,valueOrUpdater:n})}function Pb(t,e,n){if(n instanceof el)return gd(t,e,n);_s(t,{type:"setLoadable",recoilValue:e,loadable:n})}function Ob(t,e){_s(t,{type:"markModified",recoilValue:e})}function Ub(t,e,n){_s(t,{type:"setUnvalidated",recoilValue:e,unvalidatedValue:n})}function Bb(t,{key:e},n,i=null){const o=xb(),l=t.getState();l.nodeToComponentSubscriptions.has(e)||l.nodeToComponentSubscriptions.set(e,new Map),ut(l.nodeToComponentSubscriptions.get(e)).set(o,[i??"<not captured>",n]);const u=Rb();if(u.early&&(u.mode==="LEGACY"||u.mode==="MUTABLE_SOURCE")){const c=t.getState().nextTree;c&&c.dirtyAtoms.has(e)&&n(c)}return{release:()=>{const c=t.getState(),d=c.nodeToComponentSubscriptions.get(e);if(d===void 0||!d.has(o)){qt(`Subscription missing at release time for atom ${e}. This is a bug in Recoil.`);return}d.delete(o),d.size===0&&c.nodeToComponentSubscriptions.delete(e)}}}function qb(t,e){var n;const{currentTree:i}=t.getState(),o=Cb(e.key);(n=o.clearCache)===null||n===void 0||n.call(o,t,i)}var Qn={AbstractRecoilValue:kb,getRecoilValueAsLoadable:Ib,setRecoilValue:gd,setRecoilValueLoadable:Pb,markRecoilValueModified:Ob,setUnvalidatedRecoilValue:Ub,subscribeToRecoilValue:Bb,applyAtomValueWrites:Mb,batchStart:Db,writeLoadableToTreeState:tl,invalidateDownstreams:md,copyTreeState:pd,refreshRecoilValue:qb};function Fb(t,e,n){const i=t.entries();let o=i.next();for(;!o.done;){const l=o.value;if(e.call(n,l[1],l[0],t))return!0;o=i.next()}return!1}var Wb=Fb;const{cleanUpNode:Kb}=Lr,{deleteNodeConfigIfPossible:Hb,getNode:yd}=nn,{RetentionZone:vd}=Xa,zb=12e4,wd=new Set;function bd(t,e){const n=t.getState(),i=n.currentTree;if(n.nextTree){qt("releaseNodesNowOnCurrentTree should only be called at the end of a batch");return}const o=new Set;for(const u of e)if(u instanceof vd)for(const c of Qb(n,u))o.add(c);else o.add(u);const l=_b(t,o);for(const u of l)Yb(t,i,u)}function _b(t,e){const n=t.getState(),i=n.currentTree,o=t.getGraph(i.version),l=new Set,u=new Set;return c(e),l;function c(d){const h=new Set,p=Gb(t,i,d,l,u);for(const x of p){var g;if(yd(x).retainedBy==="recoilRoot"){u.add(x);continue}if(((g=n.retention.referenceCounts.get(x))!==null&&g!==void 0?g:0)>0){u.add(x);continue}if(Sd(x).some(q=>n.retention.referenceCounts.get(q))){u.add(x);continue}const R=o.nodeToNodeSubscriptions.get(x);if(R&&Wb(R,q=>u.has(q))){u.add(x);continue}l.add(x),h.add(x)}const b=new Set;for(const x of h)for(const R of(v=o.nodeDeps.get(x))!==null&&v!==void 0?v:wd){var v;l.has(R)||b.add(R)}b.size&&c(b)}}function Gb(t,e,n,i,o){const l=t.getGraph(e.version),u=[],c=new Set;for(;n.size>0;)d(ut(n.values().next().value));return u;function d(h){if(i.has(h)||o.has(h)){n.delete(h);return}if(c.has(h))return;const p=l.nodeToNodeSubscriptions.get(h);if(p)for(const g of p)d(g);c.add(h),n.delete(h),u.push(h)}}function Yb(t,e,n){if(!rt("recoil_memory_managament_2020"))return;Kb(t,n);const i=t.getState();i.knownAtoms.delete(n),i.knownSelectors.delete(n),i.nodeTransactionSubscriptions.delete(n),i.retention.referenceCounts.delete(n);const o=Sd(n);for(const d of o){var l;(l=i.retention.nodesRetainedByZone.get(d))===null||l===void 0||l.delete(n)}e.atomValues.delete(n),e.dirtyAtoms.delete(n),e.nonvalidatedAtoms.delete(n);const u=i.graphsByVersion.get(e.version);if(u){const d=u.nodeDeps.get(n);if(d!==void 0){u.nodeDeps.delete(n);for(const h of d){var c;(c=u.nodeToNodeSubscriptions.get(h))===null||c===void 0||c.delete(n)}}u.nodeToNodeSubscriptions.delete(n)}Hb(n)}function Qb(t,e){var n;return(n=t.retention.nodesRetainedByZone.get(e))!==null&&n!==void 0?n:wd}function Sd(t){const e=yd(t).retainedBy;return e===void 0||e==="components"||e==="recoilRoot"?[]:e instanceof vd?[e]:e}function Jb(t,e){const n=t.getState();n.nextTree?n.retention.retainablesToCheckForRelease.add(e):bd(t,new Set([e]))}function jb(t,e,n){var i;if(!rt("recoil_memory_managament_2020"))return;const o=t.getState().retention.referenceCounts,l=((i=o.get(e))!==null&&i!==void 0?i:0)+n;l===0?Xb(t,e):o.set(e,l)}function Xb(t,e){if(!rt("recoil_memory_managament_2020"))return;t.getState().retention.referenceCounts.delete(e),Jb(t,e)}function Zb(t){if(!rt("recoil_memory_managament_2020"))return;const e=t.getState();bd(t,e.retention.retainablesToCheckForRelease),e.retention.retainablesToCheckForRelease.clear()}function $b(t){return t===void 0?"recoilRoot":t}var ri={SUSPENSE_TIMEOUT_MS:zb,updateRetainCount:jb,releaseScheduledRetainablesNow:Zb,retainedByOptionWithDefault:$b};const{unstable_batchedUpdates:e1}=Ba;var t1={unstable_batchedUpdates:e1};const{unstable_batchedUpdates:n1}=t1;var r1={unstable_batchedUpdates:n1};const{batchStart:i1}=Qn,{unstable_batchedUpdates:s1}=r1;let o1=s1||(t=>t());var nl={batchUpdates:t=>{o1(()=>{let e=()=>{};try{e=i1(),t()}finally{e()}})}};function*a1(t){for(const e of t)for(const n of e)yield n}var Ad=a1;const Ed=typeof Window>"u"||typeof window>"u",l1=t=>!Ed&&(t===window||t instanceof Window),u1=typeof navigator<"u"&&navigator.product==="ReactNative";var Gs={isSSR:Ed,isReactNative:u1,isWindow:l1};function c1(t,e){let n,i;return[(...u)=>{const c=e(...u);return n===c||(n=c,i=t(...u)),i},()=>{n=null}]}var f1={memoizeOneWithArgsHashAndInvalidation:c1};const{batchUpdates:rl}=nl,{initializeNode:d1,peekNodeInfo:h1}=Lr,{graph:p1}=Ki,{getNextStoreID:m1}=zs,{DEFAULT_VALUE:g1,recoilValues:Td,recoilValuesForKeys:xd}=nn,{AbstractRecoilValue:y1,getRecoilValueAsLoadable:v1,setRecoilValue:Cd,setUnvalidatedRecoilValue:w1}=Qn,{updateRetainCount:Ys}=ri,{setInvalidateMemoizedSnapshot:b1}=cd,{getNextTreeStateVersion:S1,makeEmptyStoreState:A1}=rd,{isSSR:E1}=Gs,{memoizeOneWithArgsHashAndInvalidation:T1}=f1,x1=`
|
|
4
|
-
Recoil Snapshots only last for the duration of the callback they are provided to. To keep a Snapshot longer, do this:
|
|
5
|
-
|
|
6
|
-
const release = snapshot.retain();
|
|
7
|
-
try {
|
|
8
|
-
await doSomethingWithSnapshot(snapshot);
|
|
9
|
-
} finally {
|
|
10
|
-
release();
|
|
11
|
-
}
|
|
12
|
-
|
|
13
|
-
This is currently a DEV-only warning but will become a thrown exception in the next release of Recoil.
|
|
14
|
-
`;class Qs{constructor(e,n){Ne(this,"_store",void 0),Ne(this,"_refCount",1),Ne(this,"getLoadable",i=>(this.checkRefCount_INTERNAL(),v1(this._store,i))),Ne(this,"getPromise",i=>(this.checkRefCount_INTERNAL(),this.getLoadable(i).toPromise())),Ne(this,"getNodes_UNSTABLE",i=>{if(this.checkRefCount_INTERNAL(),i?.isModified===!0){if(i?.isInitialized===!1)return[];const u=this._store.getState().currentTree;return xd(u.dirtyAtoms)}const o=this._store.getState().knownAtoms,l=this._store.getState().knownSelectors;return i?.isInitialized==null?Td.values():i.isInitialized===!0?xd(Ad([o,l])):Za(Td.values(),({key:u})=>!o.has(u)&&!l.has(u))}),Ne(this,"getInfo_UNSTABLE",({key:i})=>(this.checkRefCount_INTERNAL(),h1(this._store,this._store.getState().currentTree,i))),Ne(this,"map",i=>{this.checkRefCount_INTERNAL();const o=new il(this,rl);return i(o),o}),Ne(this,"asyncMap",async i=>{this.checkRefCount_INTERNAL();const o=new il(this,rl);return o.retain(),await i(o),o.autoRelease_INTERNAL(),o}),this._store={storeID:m1(),parentStoreID:n,getState:()=>e,replaceState:i=>{e.currentTree=i(e.currentTree)},getGraph:i=>{const o=e.graphsByVersion;if(o.has(i))return ut(o.get(i));const l=p1();return o.set(i,l),l},subscribeToTransactions:()=>({release:()=>{}}),addTransactionMetadata:()=>{throw Ce("Cannot subscribe to Snapshots")}};for(const i of this._store.getState().knownAtoms)d1(this._store,i,"get"),Ys(this._store,i,1);this.autoRelease_INTERNAL()}retain(){if(this._refCount<=0){if(process.env.NODE_ENV!=="production")throw Ce("Snapshot has already been released.");qt("Attempt to retain() Snapshot that was already released.")}this._refCount++;let e=!1;return()=>{e||(e=!0,this._release())}}autoRelease_INTERNAL(){E1||window.setTimeout(()=>this._release(),10)}_release(){if(this._refCount--,this._refCount===0){if(this._store.getState().nodeCleanupFunctions.forEach(e=>e()),this._store.getState().nodeCleanupFunctions.clear(),!rt("recoil_memory_managament_2020"))return}else this._refCount<0&&process.env.NODE_ENV!=="production"&&qt("Snapshot released an extra time.")}isRetained(){return this._refCount>0}checkRefCount_INTERNAL(){rt("recoil_memory_managament_2020")&&this._refCount<=0&&process.env.NODE_ENV!=="production"&&qt(x1)}getStore_INTERNAL(){return this.checkRefCount_INTERNAL(),this._store}getID(){return this.checkRefCount_INTERNAL(),this._store.getState().currentTree.stateID}getStoreID(){return this.checkRefCount_INTERNAL(),this._store.storeID}}function Rd(t,e,n=!1){const i=t.getState(),o=n?S1():e.version;return{currentTree:{version:n?o:e.version,stateID:n?o:e.stateID,transactionMetadata:{...e.transactionMetadata},dirtyAtoms:new Set(e.dirtyAtoms),atomValues:e.atomValues.clone(),nonvalidatedAtoms:e.nonvalidatedAtoms.clone()},commitDepth:0,nextTree:null,previousTree:null,knownAtoms:new Set(i.knownAtoms),knownSelectors:new Set(i.knownSelectors),transactionSubscriptions:new Map,nodeTransactionSubscriptions:new Map,nodeToComponentSubscriptions:new Map,queuedComponentCallbacks_DEPRECATED:[],suspendedComponentResolvers:new Set,graphsByVersion:new Map().set(o,t.getGraph(e.version)),retention:{referenceCounts:new Map,nodesRetainedByZone:new Map,retainablesToCheckForRelease:new Set},nodeCleanupFunctions:new Map(Ks(i.nodeCleanupFunctions.entries(),([l])=>[l,()=>{}]))}}function C1(t){const e=new Qs(A1());return t!=null?e.map(t):e}const[kd,Vd]=T1((t,e)=>{var n;const i=t.getState(),o=e==="latest"?(n=i.nextTree)!==null&&n!==void 0?n:i.currentTree:ut(i.previousTree);return new Qs(Rd(t,o),t.storeID)},(t,e)=>{var n,i;return String(e)+String(t.storeID)+String((n=t.getState().nextTree)===null||n===void 0?void 0:n.version)+String(t.getState().currentTree.version)+String((i=t.getState().previousTree)===null||i===void 0?void 0:i.version)});b1(Vd);function R1(t,e="latest"){const n=kd(t,e);return n.isRetained()?n:(Vd(),kd(t,e))}class il extends Qs{constructor(e,n){super(Rd(e.getStore_INTERNAL(),e.getStore_INTERNAL().getState().currentTree,!0),e.getStoreID()),Ne(this,"_batch",void 0),Ne(this,"set",(i,o)=>{this.checkRefCount_INTERNAL();const l=this.getStore_INTERNAL();this._batch(()=>{Ys(l,i.key,1),Cd(this.getStore_INTERNAL(),i,o)})}),Ne(this,"reset",i=>{this.checkRefCount_INTERNAL();const o=this.getStore_INTERNAL();this._batch(()=>{Ys(o,i.key,1),Cd(this.getStore_INTERNAL(),i,g1)})}),Ne(this,"setUnvalidatedAtomValues_DEPRECATED",i=>{this.checkRefCount_INTERNAL();const o=this.getStore_INTERNAL();rl(()=>{for(const[l,u]of i.entries())Ys(o,l,1),w1(o,new y1(l),u)})}),this._batch=n}}var Js={Snapshot:Qs,MutableSnapshot:il,freshSnapshot:C1,cloneSnapshot:R1},k1=Js.Snapshot,V1=Js.MutableSnapshot,I1=Js.freshSnapshot,M1=Js.cloneSnapshot,js=Object.freeze({__proto__:null,Snapshot:k1,MutableSnapshot:V1,freshSnapshot:I1,cloneSnapshot:M1});function N1(...t){const e=new Set;for(const n of t)for(const i of n)e.add(i);return e}var L1=N1;const{useRef:D1}=A;function P1(t){const e=D1(t);return e.current===t&&typeof t=="function"&&(e.current=t()),e}var Id=P1;const{getNextTreeStateVersion:O1,makeEmptyStoreState:Md}=rd,{cleanUpNode:U1,getDownstreamNodes:B1,initializeNode:q1,setNodeValue:F1,setUnvalidatedAtomValue_DEPRECATED:W1}=Lr,{graph:K1}=Ki,{cloneGraph:H1}=Ki,{getNextStoreID:Nd}=zs,{createMutableSource:sl,reactMode:Ld}=za,{applyAtomValueWrites:z1}=Qn,{releaseScheduledRetainablesNow:Dd}=ri,{freshSnapshot:_1}=js,{useCallback:G1,useContext:Pd,useEffect:ol,useMemo:Y1,useRef:Q1,useState:J1}=A;function _i(){throw Ce("This component must be used inside a <RecoilRoot> component.")}const Od=Object.freeze({storeID:Nd(),getState:_i,replaceState:_i,getGraph:_i,subscribeToTransactions:_i,addTransactionMetadata:_i});let al=!1;function Ud(t){if(al)throw Ce("An atom update was triggered within the execution of a state updater function. State updater functions provided to Recoil must be pure functions.");const e=t.getState();if(e.nextTree===null){rt("recoil_memory_managament_2020")&&rt("recoil_release_on_cascading_update_killswitch_2021")&&e.commitDepth>0&&Dd(t);const n=e.currentTree.version,i=O1();e.nextTree={...e.currentTree,version:i,stateID:i,dirtyAtoms:new Set,transactionMetadata:{}},e.graphsByVersion.set(i,H1(ut(e.graphsByVersion.get(n))))}}const Bd=A.createContext({current:Od}),ll=()=>Pd(Bd),qd=A.createContext(null);function j1(){const t=Pd(qd);return t==null&&Ga("Attempted to use a Recoil hook outside of a <RecoilRoot>. <RecoilRoot> must be an ancestor of any component that uses Recoil hooks."),t}function Fd(t,e,n){const i=B1(t,n,n.dirtyAtoms);for(const o of i){const l=e.nodeToComponentSubscriptions.get(o);if(l)for(const[u,[c,d]]of l)d(n)}}function X1(t){const e=t.getState(),n=e.currentTree,i=n.dirtyAtoms;if(i.size){for(const[o,l]of e.nodeTransactionSubscriptions)if(i.has(o))for(const[u,c]of l)c(t);for(const[o,l]of e.transactionSubscriptions)l(t);(!Ld().early||e.suspendedComponentResolvers.size>0)&&(Fd(t,e,n),e.suspendedComponentResolvers.forEach(o=>o()),e.suspendedComponentResolvers.clear())}e.queuedComponentCallbacks_DEPRECATED.forEach(o=>o(n)),e.queuedComponentCallbacks_DEPRECATED.splice(0,e.queuedComponentCallbacks_DEPRECATED.length)}function Z1(t){const e=t.getState();e.commitDepth++;try{const{nextTree:n}=e;if(n==null)return;e.previousTree=e.currentTree,e.currentTree=n,e.nextTree=null,X1(t),e.previousTree!=null?e.graphsByVersion.delete(e.previousTree.version):qt("Ended batch with no previous state, which is unexpected","recoil"),e.previousTree=null,rt("recoil_memory_managament_2020")&&n==null&&Dd(t)}finally{e.commitDepth--}}function $1({setNotifyBatcherOfChange:t}){const e=ll(),[,n]=J1([]);return t(()=>n({})),ol(()=>(t(()=>n({})),()=>{t(()=>{})}),[t]),ol(()=>{qw.enqueueExecution("Batcher",()=>{Z1(e.current)})}),null}process.env.NODE_ENV!=="production"&&typeof window<"u"&&!window.$recoilDebugStates&&(window.$recoilDebugStates=[]);function eS(t,e){const n=Md();return e({set:(i,o)=>{const l=n.currentTree,u=F1(t,l,i.key,o),c=new Set(u.keys()),d=l.nonvalidatedAtoms.clone();for(const h of c)d.delete(h);n.currentTree={...l,dirtyAtoms:L1(l.dirtyAtoms,c),atomValues:z1(l.atomValues,u),nonvalidatedAtoms:d}},setUnvalidatedAtomValues:i=>{i.forEach((o,l)=>{n.currentTree=W1(n.currentTree,l,o)})}}),n}function tS(t){const e=_1(t),n=e.getStore_INTERNAL().getState();return e.retain(),n.nodeCleanupFunctions.forEach(i=>i()),n.nodeCleanupFunctions.clear(),n}let Wd=0;function nS({initializeState_DEPRECATED:t,initializeState:e,store_INTERNAL:n,children:i}){let o;const l=v=>{const x=o.current.graphsByVersion;if(x.has(v))return ut(x.get(v));const R=K1();return x.set(v,R),R},u=(v,x)=>{if(x==null){const{transactionSubscriptions:R}=g.current.getState(),q=Wd++;return R.set(q,v),{release:()=>{R.delete(q)}}}else{const{nodeTransactionSubscriptions:R}=g.current.getState();R.has(x)||R.set(x,new Map);const q=Wd++;return ut(R.get(x)).set(q,v),{release:()=>{const L=R.get(x);L&&(L.delete(q),L.size===0&&R.delete(x))}}}},c=v=>{Ud(g.current);for(const x of Object.keys(v))ut(g.current.getState().nextTree).transactionMetadata[x]=v[x]},d=v=>{Ud(g.current);const x=ut(o.current.nextTree);let R;try{al=!0,R=v(x)}finally{al=!1}R!==x&&(process.env.NODE_ENV!=="production"&&typeof window<"u"&&window.$recoilDebugStates.push(R),o.current.nextTree=R,Ld().early&&Fd(g.current,o.current,R),ut(h.current)())},h=Q1(null),p=G1(v=>{h.current=v},[h]),g=Id(()=>n??{storeID:Nd(),getState:()=>o.current,replaceState:d,getGraph:l,subscribeToTransactions:u,addTransactionMetadata:c});n!=null&&(g.current=n),o=Id(()=>t!=null?eS(g.current,t):e!=null?tS(e):Md());const b=Y1(()=>sl?.(o,()=>o.current.currentTree.version),[o]);return ol(()=>{const v=g.current;for(const x of new Set(v.getState().knownAtoms))q1(v,x,"get");return()=>{for(const x of v.getState().knownAtoms)U1(v,x)}},[g]),A.createElement(Bd.Provider,{value:g},A.createElement(qd.Provider,{value:b},A.createElement($1,{setNotifyBatcherOfChange:p}),i))}function rS(t){const{override:e,...n}=t,i=ll();return e===!1&&i.current!==Od?t.children:A.createElement(nS,n)}var ul={RecoilRoot:rS,useStoreRef:ll,useRecoilMutableSource:j1};function iS(t,e){if(t===e)return!0;if(t.length!==e.length)return!1;for(let n=0,i=t.length;n<i;n++)if(t[n]!==e[n])return!1;return!0}var sS=iS;const{useEffect:oS,useRef:aS}=A;function lS(t){const e=aS();return oS(()=>{e.current=t}),e.current}var uS=lS;const{useStoreRef:cS}=ul,{SUSPENSE_TIMEOUT_MS:fS}=ri,{updateRetainCount:Gi}=ri,{RetentionZone:dS}=Xa,{useEffect:hS,useRef:pS}=A,{isSSR:Kd}=Gs;function mS(t){if(rt("recoil_memory_managament_2020"))return gS(t)}function gS(t){const n=(Array.isArray(t)?t:[t]).map(u=>u instanceof dS?u:u.key),i=cS();hS(()=>{if(!rt("recoil_memory_managament_2020"))return;const u=i.current;if(o.current&&!Kd)window.clearTimeout(o.current),o.current=null;else for(const c of n)Gi(u,c,1);return()=>{for(const c of n)Gi(u,c,-1)}},[i,...n]);const o=pS(),l=uS(n);if(!Kd&&(l===void 0||!sS(l,n))){const u=i.current;for(const c of n)Gi(u,c,1);if(l)for(const c of l)Gi(u,c,-1);o.current&&window.clearTimeout(o.current),o.current=window.setTimeout(()=>{o.current=null;for(const c of n)Gi(u,c,-1)},fS)}}var yS=mS;function vS(){return"<component name not available>"}var Xs=vS;const{DEFAULT_VALUE:wS}=nn,{currentRendererSupportsUseSyncExternalStore:bS,reactMode:Yi,useMutableSource:SS,useSyncExternalStore:AS}=za,{useRecoilMutableSource:ES,useStoreRef:Dr}=ul,{isRecoilValue:TS}=Nr,{getRecoilValueAsLoadable:Zs,setRecoilValue:Hd,subscribeToRecoilValue:$s}=Qn,{useCallback:cn,useEffect:eo,useMemo:xS,useRef:zd,useState:_d}=A,{isSSR:CS}=Gs;function RS(t,e,n){if(t.state==="hasValue")return t.contents;throw t.state==="loading"?new Promise(o=>{const l=n.current.getState().suspendedComponentResolvers;l.add(o),CS&&tt(t.contents)&&t.contents.finally(()=>{l.delete(o)})}):t.state==="hasError"?t.contents:Ce(`Invalid value of loadable atom "${e.key}"`)}function Qi(t,e){if(!TS(t))throw Ce(`Invalid argument to ${e}: expected an atom or selector but got ${String(t)}`)}function kS(t){const e=Dr(),n=Xs(),i=cn(()=>{var c;process.env.NODE_ENV;const d=e.current,h=d.getState(),p=Yi().early&&(c=h.nextTree)!==null&&c!==void 0?c:h.currentTree;return{loadable:Zs(d,t,p),key:t.key}},[e,t]),o=cn(c=>{let d;return()=>{var h,p;const g=c();return(h=d)!==null&&h!==void 0&&h.loadable.is(g.loadable)&&((p=d)===null||p===void 0?void 0:p.key)===g.key?d:(d=g,g)}},[]),l=xS(()=>o(i),[i,o]),u=cn(c=>{const d=e.current;return $s(d,t,c,n).release},[e,t,n]);return AS(u,l,l).loadable}function VS(t){const e=Dr(),n=cn(()=>{var h;const p=e.current,g=p.getState(),b=Yi().early&&(h=g.nextTree)!==null&&h!==void 0?h:g.currentTree;return Zs(p,t,b)},[e,t]),i=cn(()=>(process.env.NODE_ENV,n()),[n]),o=Xs(),l=cn((h,p)=>{const g=e.current;return $s(g,t,()=>{if(!rt("recoil_suppress_rerender_in_callback"))return p();const v=n();d.current.is(v)||p(),d.current=v},o).release},[e,t,o,n]),u=ES();if(u==null)throw Ce("Recoil hooks must be used in components contained within a <RecoilRoot> component.");const c=SS(u,i,l),d=zd(c);return eo(()=>{d.current=c}),c}function Gd(t){const e=Dr(),n=Xs(),i=cn(()=>{var d;process.env.NODE_ENV;const h=e.current,p=h.getState(),g=Yi().early&&(d=p.nextTree)!==null&&d!==void 0?d:p.currentTree;return Zs(h,t,g)},[e,t]),o=cn(()=>({loadable:i(),key:t.key}),[i,t.key]),l=cn(d=>{const h=o();return d.loadable.is(h.loadable)&&d.key===h.key?d:h},[o]);eo(()=>{const d=$s(e.current,t,h=>{c(l)},n);return c(l),d.release},[n,t,e,l]);const[u,c]=_d(o);return u.key!==t.key?o().loadable:u.loadable}function IS(t){const e=Dr(),[,n]=_d([]),i=Xs(),o=cn(()=>{var c;process.env.NODE_ENV;const d=e.current,h=d.getState(),p=Yi().early&&(c=h.nextTree)!==null&&c!==void 0?c:h.currentTree;return Zs(d,t,p)},[e,t]),l=o(),u=zd(l);return eo(()=>{u.current=l}),eo(()=>{const c=e.current,d=c.getState(),h=$s(c,t,g=>{var b;if(!rt("recoil_suppress_rerender_in_callback"))return n([]);const v=o();(b=u.current)!==null&&b!==void 0&&b.is(v)||n(v),u.current=v},i);if(d.nextTree)c.getState().queuedComponentCallbacks_DEPRECATED.push(()=>{u.current=null,n([])});else{var p;if(!rt("recoil_suppress_rerender_in_callback"))return n([]);const g=o();(p=u.current)!==null&&p!==void 0&&p.is(g)||n(g),u.current=g}return h.release},[i,o,t,e]),l}function MS(t){return process.env.NODE_ENV!=="production"&&Qi(t,"useRecoilValueLoadable"),rt("recoil_memory_managament_2020")&&yS(t),{TRANSITION_SUPPORT:Gd,SYNC_EXTERNAL_STORE:bS()?kS:Gd,MUTABLE_SOURCE:VS,LEGACY:IS}[Yi().mode](t)}function Yd(t){process.env.NODE_ENV!=="production"&&Qi(t,"useRecoilValue");const e=Dr(),n=MS(t);return RS(n,t,e)}function Qd(t){process.env.NODE_ENV!=="production"&&Qi(t,"useSetRecoilState");const e=Dr();return cn(n=>{Hd(e.current,t,n)},[e,t])}function NS(t){process.env.NODE_ENV!=="production"&&Qi(t,"useResetRecoilState");const e=Dr();return cn(()=>{Hd(e.current,t,wS)},[e,t])}function LS(t){return process.env.NODE_ENV!=="production"&&Qi(t,"useRecoilState"),[Yd(t),Qd(t)]}var DS={useRecoilState:LS,useRecoilValue:Yd,useResetRecoilState:NS,useSetRecoilState:Qd};const{batchUpdates:PS}=nl,{DEFAULT_VALUE:OS,getNode:US}=nn,{AbstractRecoilValue:BS,setRecoilValueLoadable:qS}=Qn,{cloneSnapshot:UU}=js,{useCallback:BU,useEffect:qU,useRef:FU,useState:WU}=A;function FS(t,e){var n;const i=t.getState(),o=(n=i.nextTree)!==null&&n!==void 0?n:i.currentTree,l=e.getStore_INTERNAL().getState().currentTree;PS(()=>{const u=new Set;for(const h of[o.atomValues.keys(),l.atomValues.keys()])for(const p of h){var c,d;((c=o.atomValues.get(p))===null||c===void 0?void 0:c.contents)!==((d=l.atomValues.get(p))===null||d===void 0?void 0:d.contents)&&US(p).shouldRestoreFromSnapshots&&u.add(p)}u.forEach(h=>{qS(t,new BS(h),l.atomValues.has(h)?ut(l.atomValues.get(h)):OS)}),t.replaceState(h=>({...h,stateID:e.getID()}))})}var WS={gotoSnapshot:FS};const{useMemo:KU}=A,{loadableWithValue:KS}=Fi,{initializeNode:HS}=Lr,{DEFAULT_VALUE:zS,getNode:_S}=nn,{copyTreeState:GS,getRecoilValueAsLoadable:YS,invalidateDownstreams:QS,writeLoadableToTreeState:JS}=Qn;function Jd(t){return _S(t.key).nodeType==="atom"}class jS{constructor(e,n){Ne(this,"_store",void 0),Ne(this,"_treeState",void 0),Ne(this,"_changes",void 0),Ne(this,"get",i=>{if(this._changes.has(i.key))return this._changes.get(i.key);if(!Jd(i))throw Ce("Reading selectors within atomicUpdate is not supported");const o=YS(this._store,i,this._treeState);if(o.state==="hasValue")return o.contents;throw o.state==="hasError"?o.contents:Ce(`Expected Recoil atom ${i.key} to have a value, but it is in a loading state.`)}),Ne(this,"set",(i,o)=>{if(!Jd(i))throw Ce("Setting selectors within atomicUpdate is not supported");if(typeof o=="function"){const l=this.get(i);this._changes.set(i.key,o(l))}else HS(this._store,i.key,"set"),this._changes.set(i.key,o)}),Ne(this,"reset",i=>{this.set(i,zS)}),this._store=e,this._treeState=n,this._changes=new Map}newTreeState_INTERNAL(){if(this._changes.size===0)return this._treeState;const e=GS(this._treeState);for(const[n,i]of this._changes)JS(e,n,KS(i));return QS(this._store,e),e}}function XS(t){return e=>{t.replaceState(n=>{const i=new jS(t,n);return e(i),i.newTreeState_INTERNAL()})}}var ZS={atomicUpdater:XS},$S=ZS.atomicUpdater,jd=Object.freeze({__proto__:null,atomicUpdater:$S});function eA(t,e){if(!t)throw new Error(e)}var tA=eA,qn=tA;const{atomicUpdater:nA}=jd,{batchUpdates:rA}=nl,{DEFAULT_VALUE:iA}=nn,{refreshRecoilValue:sA,setRecoilValue:Xd}=Qn,{cloneSnapshot:oA}=js,{gotoSnapshot:aA}=WS,{useCallback:HU}=A;class Zd{}const lA=new Zd;function uA(t,e,n,i){let o=lA,l;if(rA(()=>{const c="useRecoilCallback() expects a function that returns a function: it accepts a function of the type (RecoilInterface) => (Args) => ReturnType and returns a callback function (Args) => ReturnType, where RecoilInterface is an object {snapshot, set, ...} and Args and ReturnType are the argument and return types of the callback you want to create. Please see the docs at recoiljs.org for details.";if(typeof e!="function")throw Ce(c);const d=id({...i??{},set:(p,g)=>Xd(t,p,g),reset:p=>Xd(t,p,iA),refresh:p=>sA(t,p),gotoSnapshot:p=>aA(t,p),transact_UNSTABLE:p=>nA(t)(p)},{snapshot:()=>{const p=oA(t);return l=p.retain(),p}}),h=e(d);if(typeof h!="function")throw Ce(c);o=h(...n)}),o instanceof Zd&&(process.env.NODE_ENV!=="production"?qn(!1,"batchUpdates should return immediately"):qn(!1)),tt(o))o=o.finally(()=>{var c;(c=l)===null||c===void 0||c()});else{var u;(u=l)===null||u===void 0||u()}return o}var cA={recoilCallback:uA};const{useCallback:zU}=A,{atomicUpdater:_U}=jd,{useMemo:GU}=A;class fA{constructor(e){Ne(this,"value",void 0),this.value=e}}var dA={WrappedValue:fA},hA=dA.WrappedValue,$d=Object.freeze({__proto__:null,WrappedValue:hA});class eh extends Error{}class pA{constructor(e){var n,i,o;Ne(this,"_name",void 0),Ne(this,"_numLeafs",void 0),Ne(this,"_root",void 0),Ne(this,"_onHit",void 0),Ne(this,"_onSet",void 0),Ne(this,"_mapNodeValue",void 0),this._name=e?.name,this._numLeafs=0,this._root=null,this._onHit=(n=e?.onHit)!==null&&n!==void 0?n:()=>{},this._onSet=(i=e?.onSet)!==null&&i!==void 0?i:()=>{},this._mapNodeValue=(o=e?.mapNodeValue)!==null&&o!==void 0?o:l=>l}size(){return this._numLeafs}root(){return this._root}get(e,n){var i;return(i=this.getLeafNode(e,n))===null||i===void 0?void 0:i.value}getLeafNode(e,n){if(this._root==null)return;let i=this._root;for(;i;){if(n?.onNodeVisit(i),i.type==="leaf")return this._onHit(i),i;const o=this._mapNodeValue(e(i.nodeKey));i=i.branches.get(o)}}set(e,n,i){const o=()=>{var l,u,c,d;let h,p;for(const[q,L]of e){var g,b,v;const M=this._root;if(M?.type==="leaf")throw this.invalidCacheError();const O=h;if(h=O?O.branches.get(p):M,h=(g=h)!==null&&g!==void 0?g:{type:"branch",nodeKey:q,parent:O,branches:new Map,branchKey:p},h.type!=="branch"||h.nodeKey!==q)throw this.invalidCacheError();O?.branches.set(p,h),i==null||(b=i.onNodeVisit)===null||b===void 0||b.call(i,h),p=this._mapNodeValue(L),this._root=(v=this._root)!==null&&v!==void 0?v:h}const x=h?(l=h)===null||l===void 0?void 0:l.branches.get(p):this._root;if(x!=null&&(x.type!=="leaf"||x.branchKey!==p))throw this.invalidCacheError();const R={type:"leaf",value:n,parent:h,branchKey:p};(u=h)===null||u===void 0||u.branches.set(p,R),this._root=(c=this._root)!==null&&c!==void 0?c:R,this._numLeafs++,this._onSet(R),i==null||(d=i.onNodeVisit)===null||d===void 0||d.call(i,R)};try{o()}catch(l){if(l instanceof eh)this.clear(),o();else throw l}}delete(e){const n=this.root();if(!n)return!1;if(e===n)return this._root=null,this._numLeafs=0,!0;let i=e.parent,o=e.branchKey;for(;i;){var l;if(i.branches.delete(o),i===n)return i.branches.size===0?(this._root=null,this._numLeafs=0):this._numLeafs--,!0;if(i.branches.size>0)break;o=(l=i)===null||l===void 0?void 0:l.branchKey,i=i.parent}for(;i!==n;i=i.parent)if(i==null)return!1;return this._numLeafs--,!0}clear(){this._numLeafs=0,this._root=null}invalidCacheError(){throw qt("Invalid cache values. This happens when selectors do not return consistent values for the same input dependency values. That may also be caused when using Fast Refresh to change a selector implementation. Resetting cache."+(this._name!=null?` - ${this._name}`:"")),new eh}}var mA={TreeCache:pA},gA=mA.TreeCache,th=Object.freeze({__proto__:null,TreeCache:gA});class yA{constructor(e){var n;Ne(this,"_maxSize",void 0),Ne(this,"_size",void 0),Ne(this,"_head",void 0),Ne(this,"_tail",void 0),Ne(this,"_map",void 0),Ne(this,"_keyMapper",void 0),this._maxSize=e.maxSize,this._size=0,this._head=null,this._tail=null,this._map=new Map,this._keyMapper=(n=e.mapKey)!==null&&n!==void 0?n:i=>i}head(){return this._head}tail(){return this._tail}size(){return this._size}maxSize(){return this._maxSize}has(e){return this._map.has(this._keyMapper(e))}get(e){const n=this._keyMapper(e),i=this._map.get(n);if(i)return this.set(e,i.value),i.value}set(e,n){const i=this._keyMapper(e);this._map.get(i)&&this.delete(e);const l=this.head(),u={key:e,right:l,left:null,value:n};l?l.left=u:this._tail=u,this._map.set(i,u),this._head=u,this._size++,this._maybeDeleteLRU()}_maybeDeleteLRU(){this.size()>this.maxSize()&&this.deleteLru()}deleteLru(){const e=this.tail();e&&this.delete(e.key)}delete(e){const n=this._keyMapper(e);if(!this._size||!this._map.has(n))return;const i=ut(this._map.get(n)),o=i.right,l=i.left;o&&(o.left=i.left),l&&(l.right=i.right),i===this.head()&&(this._head=o),i===this.tail()&&(this._tail=l),this._map.delete(n),this._size--}clear(){this._size=0,this._head=null,this._tail=null,this._map=new Map}}var vA={LRUCache:yA},wA=vA.LRUCache,nh=Object.freeze({__proto__:null,LRUCache:wA});const{LRUCache:bA}=nh,{TreeCache:SA}=th;function AA({name:t,maxSize:e,mapNodeValue:n=i=>i}){const i=new bA({maxSize:e}),o=new SA({name:t,mapNodeValue:n,onHit:l=>{i.set(l,!0)},onSet:l=>{const u=i.tail();i.set(l,!0),u&&o.size()>e&&o.delete(u.key)}});return o}var rh=AA;const EA=15;function fn(t,e,n){if(typeof t=="string"&&!t.includes('"')&&!t.includes("\\"))return`"${t}"`;switch(typeof t){case"undefined":return"";case"boolean":return t?"true":"false";case"number":case"symbol":return String(t);case"string":return JSON.stringify(t);case"function":if(e?.allowFunctions!==!0)throw Ce("Attempt to serialize function in a Recoil cache key");return`__FUNCTION(${t.name})__`}if(t===null)return"null";if(typeof t!="object"){var i;return(i=JSON.stringify(t))!==null&&i!==void 0?i:""}if(tt(t))return"__PROMISE__";if(Array.isArray(t))return`[${t.map((o,l)=>fn(o,e,l.toString()))}]`;if(typeof t.toJSON=="function")return fn(t.toJSON(n),e,n);if(t instanceof Map){const o={};for(const[l,u]of t)o[typeof l=="string"?l:fn(l,e)]=u;return fn(o,e,n)}return t instanceof Set?fn(Array.from(t).sort((o,l)=>fn(o,e).localeCompare(fn(l,e))),e,n):Symbol!==void 0&&t[Symbol.iterator]!=null&&typeof t[Symbol.iterator]=="function"?fn(Array.from(t),e,n):`{${Object.keys(t).filter(o=>t[o]!==void 0).sort().map(o=>`${fn(o,e)}:${fn(t[o],e,o)}`).join(",")}}`}function TA(t,e={allowFunctions:!1}){if(process.env.NODE_ENV!=="production"&&typeof window<"u"){const n=window.performance?window.performance.now():0,i=fn(t,e),o=window.performance?window.performance.now():0;return o-n>EA&&(console.groupCollapsed(`Recoil: Spent ${o-n}ms computing a cache key`),console.warn(t,i),console.groupEnd()),i}return fn(t,e)}var cl=TA;const{TreeCache:xA}=th,to={equality:"reference",eviction:"keep-all",maxSize:1/0};function CA({equality:t=to.equality,eviction:e=to.eviction,maxSize:n=to.maxSize}=to,i){const o=RA(t);return kA(e,n,o,i)}function RA(t){switch(t){case"reference":return e=>e;case"value":return e=>cl(e)}throw Ce(`Unrecognized equality policy ${t}`)}function kA(t,e,n,i){switch(t){case"keep-all":return new xA({name:i,mapNodeValue:n});case"lru":return rh({name:i,maxSize:ut(e),mapNodeValue:n});case"most-recent":return rh({name:i,maxSize:1,mapNodeValue:n})}throw Ce(`Unrecognized eviction policy ${t}`)}var VA=CA;function IA(t){var e,n;if(typeof window>"u")return!1;const o=(n=(t!=null?(e=t.ownerDocument)!==null&&e!==void 0?e:t:document).defaultView)!==null&&n!==void 0?n:window;return t!=null&&(typeof o.Node=="function"?t instanceof o.Node:typeof t=="object"&&typeof t.nodeType=="number"&&typeof t.nodeName=="string")}var MA=IA;const{isReactNative:NA,isWindow:LA}=Gs;function DA(t){if(t===null||typeof t!="object")return!0;switch(typeof t.$$typeof){case"symbol":return!0;case"number":return!0}return!!(t["@@__IMMUTABLE_ITERABLE__@@"]!=null||t["@@__IMMUTABLE_KEYED__@@"]!=null||t["@@__IMMUTABLE_INDEXED__@@"]!=null||t["@@__IMMUTABLE_ORDERED__@@"]!=null||t["@@__IMMUTABLE_RECORD__@@"]!=null||MA(t)||tt(t)||t instanceof Error||ArrayBuffer.isView(t)||!NA&&LA(t))}function ih(t){if(!(typeof t!="object"||DA(t))){Object.freeze(t);for(const e in t)if(Object.prototype.hasOwnProperty.call(t,e)){const n=t[e];typeof n=="object"&&n!=null&&!Object.isFrozen(n)&&ih(n)}Object.seal(t)}}var fl=ih;const{isLoadable:PA,loadableWithError:no,loadableWithPromise:OA,loadableWithValue:dl}=Fi,{WrappedValue:sh}=$d,{getNodeLoadable:ro,peekNodeLoadable:UA,setNodeValue:BA}=Lr,{saveDepsToStore:qA}=Ki,{DEFAULT_VALUE:FA,getConfigDeletionHandler:WA,getNode:KA,registerNode:oh}=nn,{isRecoilValue:HA}=Nr,{markRecoilValueModified:ah}=Qn,{retainedByOptionWithDefault:zA}=ri,{recoilCallback:_A}=cA;class lh{}const Ji=new lh,ji=[],io=new Map,GA=(()=>{let t=0;return()=>t++})();function uh(t){let e=null;const{key:n,get:i,cachePolicy_UNSTABLE:o}=t,l=t.set!=null?t.set:void 0;if(process.env.NODE_ENV!=="production"){if(typeof n!="string")throw Ce("A key option with a unique string value must be provided when creating a selector.");if(typeof i!="function")throw Ce("Selectors must specify a get callback option to get the selector value.")}const u=new Set,c=VA(o??{equality:"reference",eviction:"keep-all"},n),d=zA(t.retainedBy_UNSTABLE),h=new Map;let p=0;function g(){return!rt("recoil_memory_managament_2020")||p>0}function b(V){return V.getState().knownSelectors.add(n),p++,()=>{p--}}function v(){return WA(n)!==void 0&&!g()}function x(V,D,T,U,F){wt(D,U,F),R(V,T)}function R(V,D){Ee(V,D)&&Ve(V),L(D,!0)}function q(V,D){Ee(V,D)&&(ut(se(V)).stateVersions.clear(),L(D,!1))}function L(V,D){const T=io.get(V);if(T!=null){for(const U of T)ah(U,ut(e));D&&io.delete(V)}}function M(V,D){let T=io.get(D);T==null&&io.set(D,T=new Set),T.add(V)}function O(V,D,T,U,F,X){return D.then(j=>{if(!g())throw Ve(V),Ji;const be=dl(j);return x(V,T,F,be,U),j}).catch(j=>{if(!g())throw Ve(V),Ji;if(tt(j))return G(V,j,T,U,F,X);const be=no(j);throw x(V,T,F,be,U),j})}function G(V,D,T,U,F,X){return D.then(j=>{if(!g())throw Ve(V),Ji;X.loadingDepKey!=null&&X.loadingDepPromise===D?T.atomValues.set(X.loadingDepKey,dl(j)):V.getState().knownSelectors.forEach(Oe=>{T.atomValues.delete(Oe)});const be=J(V,T);if(be&&be.state!=="loading"){if((Ee(V,F)||se(V)==null)&&R(V,F),be.state==="hasValue")return be.contents;throw be.contents}if(!Ee(V,F)){const Oe=pe(V,T);if(Oe!=null)return Oe.loadingLoadable.contents}const[Ie,Ge]=Q(V,T,F);if(Ie.state!=="loading"&&x(V,T,F,Ie,Ge),Ie.state==="hasError")throw Ie.contents;return Ie.contents}).catch(j=>{if(j instanceof lh)throw Ji;if(!g())throw Ve(V),Ji;const be=no(j);throw x(V,T,F,be,U),j})}function H(V,D,T,U){var F,X,j,be;if(Ee(V,U)||D.version===((F=V.getState())===null||F===void 0||(X=F.currentTree)===null||X===void 0?void 0:X.version)||D.version===((j=V.getState())===null||j===void 0||(be=j.nextTree)===null||be===void 0?void 0:be.version)){var Ie,Ge,Oe;qA(n,T,V,(Ie=(Ge=V.getState())===null||Ge===void 0||(Oe=Ge.nextTree)===null||Oe===void 0?void 0:Oe.version)!==null&&Ie!==void 0?Ie:V.getState().currentTree.version)}for(const he of T)u.add(he)}function Q(V,D,T){let U=!0,F=!0;const X=()=>{F=!1};let j,be=!1,Ie;const Ge={loadingDepKey:null,loadingDepPromise:null},Oe=new Map;function he({key:Be}){const Te=ro(V,D,Be);switch(Oe.set(Be,Te),U||(H(V,D,new Set(Oe.keys()),T),q(V,T)),Te.state){case"hasValue":return Te.contents;case"hasError":throw Te.contents;case"loading":throw Ge.loadingDepKey=Be,Ge.loadingDepPromise=Te.contents,Te.contents}throw Ce("Invalid Loadable state")}const Se=Be=>(...Te)=>{if(F)throw Ce("Callbacks from getCallback() should only be called asynchronously after the selector is evalutated. It can be used for selectors to return objects with callbacks that can work with Recoil state without a subscription.");return e==null&&(process.env.NODE_ENV!=="production"?qn(!1,"Recoil Value can never be null"):qn(!1)),_A(V,Be,Te,{node:e})};try{j=i({get:he,getCallback:Se}),j=HA(j)?he(j):j,PA(j)&&(j.state==="hasError"&&(be=!0),j=j.contents),tt(j)?j=O(V,j,D,Oe,T,Ge).finally(X):X(),j=j instanceof sh?j.value:j}catch(Be){j=Be,tt(j)?j=G(V,j,D,Oe,T,Ge).finally(X):(be=!0,X())}return be?Ie=no(j):tt(j)?Ie=OA(j):Ie=dl(j),U=!1,Pe(V,T,Oe),H(V,D,new Set(Oe.keys()),T),[Ie,Oe]}function J(V,D){let T=D.atomValues.get(n);if(T!=null)return T;const U=new Set;try{T=c.get(X=>(typeof X!="string"&&(process.env.NODE_ENV!=="production"?qn(!1,"Cache nodeKey is type string"):qn(!1)),ro(V,D,X).contents),{onNodeVisit:X=>{X.type==="branch"&&X.nodeKey!==n&&U.add(X.nodeKey)}})}catch(X){throw Ce(`Problem with cache lookup for selector "${n}": ${X.message}`)}if(T){var F;D.atomValues.set(n,T),H(V,D,U,(F=se(V))===null||F===void 0?void 0:F.executionID)}return T}function Y(V,D){const T=J(V,D);if(T!=null)return Ve(V),T;const U=pe(V,D);if(U!=null){var F;return((F=U.loadingLoadable)===null||F===void 0?void 0:F.state)==="loading"&&M(V,U.executionID),U.loadingLoadable}const X=GA(),[j,be]=Q(V,D,X);return j.state==="loading"?(oe(V,X,j,be,D),M(V,X)):(Ve(V),wt(D,j,be)),j}function pe(V,D){const T=Ad([h.has(V)?[ut(h.get(V))]:[],Ks(Za(h,([F])=>F!==V),([,F])=>F)]);function U(F){for(const[X,j]of F)if(!ro(V,D,X).is(j))return!0;return!1}for(const F of T){if(F.stateVersions.get(D.version)||!U(F.depValuesDiscoveredSoFarDuringAsyncWork))return F.stateVersions.set(D.version,!0),F;F.stateVersions.set(D.version,!1)}}function se(V){return h.get(V)}function oe(V,D,T,U,F){h.set(V,{depValuesDiscoveredSoFarDuringAsyncWork:U,executionID:D,loadingLoadable:T,stateVersions:new Map([[F.version,!0]])})}function Pe(V,D,T){if(Ee(V,D)){const U=se(V);U!=null&&(U.depValuesDiscoveredSoFarDuringAsyncWork=T)}}function Ve(V){h.delete(V)}function Ee(V,D){var T;return D===((T=se(V))===null||T===void 0?void 0:T.executionID)}function ft(V){return Array.from(V.entries()).map(([D,T])=>[D,T.contents])}function wt(V,D,T){process.env.NODE_ENV!=="production"&&D.state!=="loading"&&!t.dangerouslyAllowMutability&&fl(D.contents),V.atomValues.set(n,D);try{c.set(ft(T),D)}catch(U){throw Ce(`Problem with setting cache for selector "${n}": ${U.message}`)}}function ye(V){if(ji.includes(n)){const D=`Recoil selector has circular dependencies: ${ji.slice(ji.indexOf(n)).join(" → ")}`;return no(Ce(D))}ji.push(n);try{return V()}finally{ji.pop()}}function Le(V,D){const T=D.atomValues.get(n);return T??c.get(U=>{var F;return typeof U!="string"&&(process.env.NODE_ENV!=="production"?qn(!1,"Cache nodeKey is type string"):qn(!1)),(F=UA(V,D,U))===null||F===void 0?void 0:F.contents})}function ce(V,D){return ye(()=>Y(V,D))}function ae(V){V.atomValues.delete(n)}function fe(V,D){e==null&&(process.env.NODE_ENV!=="production"?qn(!1,"Recoil Value can never be null"):qn(!1));for(const U of u){var T;const F=KA(U);(T=F.clearCache)===null||T===void 0||T.call(F,V,D)}u.clear(),ae(D),c.clear(),ah(V,e)}return l!=null?e=oh({key:n,nodeType:"selector",peek:Le,get:ce,set:(D,T,U)=>{let F=!1;const X=new Map;function j({key:Oe}){if(F)throw Ce("Recoil: Async selector sets are not currently supported.");const he=ro(D,T,Oe);if(he.state==="hasValue")return he.contents;if(he.state==="loading"){const Se=`Getting value of asynchronous atom or selector "${Oe}" in a pending state while setting selector "${n}" is not yet supported.`;throw qt(Se),Ce(Se)}else throw he.contents}function be(Oe,he){if(F){const Te="Recoil: Async selector sets are not currently supported.";throw qt(Te),Ce(Te)}const Se=typeof he=="function"?he(j(Oe)):he;BA(D,T,Oe.key,Se).forEach((Te,$e)=>X.set($e,Te))}function Ie(Oe){be(Oe,FA)}const Ge=l({set:be,get:j,reset:Ie},U);if(Ge!==void 0)throw tt(Ge)?Ce("Recoil: Async selector sets are not currently supported."):Ce("Recoil: selector set should be a void function.");return F=!0,X},init:b,invalidate:ae,clearCache:fe,shouldDeleteConfigOnRelease:v,dangerouslyAllowMutability:t.dangerouslyAllowMutability,shouldRestoreFromSnapshots:!1,retainedBy:d}):e=oh({key:n,nodeType:"selector",peek:Le,get:ce,init:b,invalidate:ae,clearCache:fe,shouldDeleteConfigOnRelease:v,dangerouslyAllowMutability:t.dangerouslyAllowMutability,shouldRestoreFromSnapshots:!1,retainedBy:d})}uh.value=t=>new sh(t);var ii=uh;const{isLoadable:YA,loadableWithError:hl,loadableWithPromise:pl,loadableWithValue:si}=Fi,{WrappedValue:ch}=$d,{peekNodeInfo:QA}=Lr,{DEFAULT_VALUE:Pr,DefaultValue:dr,getConfigDeletionHandler:fh,registerNode:JA,setConfigDeletionHandler:jA}=nn,{isRecoilValue:XA}=Nr,{getRecoilValueAsLoadable:ZA,markRecoilValueModified:$A,setRecoilValue:dh,setRecoilValueLoadable:eE}=Qn,{retainedByOptionWithDefault:tE}=ri,Xi=t=>t instanceof ch?t.value:t;function nE(t){const{key:e,persistence_UNSTABLE:n}=t,i=tE(t.retainedBy_UNSTABLE);let o=0;function l(M){return pl(M.then(O=>(u=si(O),O)).catch(O=>{throw u=hl(O),O}))}let u=tt(t.default)?l(t.default):YA(t.default)?t.default.state==="loading"?l(t.default.contents):t.default:si(Xi(t.default));h(u.contents);let c;const d=new Map;function h(M){return process.env.NODE_ENV!=="production"&&t.dangerouslyAllowMutability!==!0?tt(M)?M.then(O=>(fl(O),O)):(fl(M),M):M}function p(M,O){const G=O.then(H=>{var Q,J;return((J=((Q=M.getState().nextTree)!==null&&Q!==void 0?Q:M.getState().currentTree).atomValues.get(e))===null||J===void 0?void 0:J.contents)===G&&dh(M,L,H),H}).catch(H=>{var Q,J;throw((J=((Q=M.getState().nextTree)!==null&&Q!==void 0?Q:M.getState().currentTree).atomValues.get(e))===null||J===void 0?void 0:J.contents)===G&&eE(M,L,hl(H)),H});return G}function g(M,O,G){var H;o++;const Q=()=>{var se;o--,(se=d.get(M))===null||se===void 0||se.forEach(oe=>oe()),d.delete(M)};if(M.getState().knownAtoms.add(e),u.state==="loading"){const se=()=>{var oe;((oe=M.getState().nextTree)!==null&&oe!==void 0?oe:M.getState().currentTree).atomValues.has(e)||$A(M,L)};u.contents.finally(se)}const J=(H=t.effects)!==null&&H!==void 0?H:t.effects_UNSTABLE;if(J!=null){let Ee=function(ae){if(oe&&ae.key===e){const fe=se;return fe instanceof dr?b(M,O):tt(fe)?pl(fe.then(V=>V instanceof dr?u.toPromise():V)):si(fe)}return ZA(M,ae)},ft=function(ae){return Ee(ae).toPromise()},wt=function(ae){var fe;const V=QA(M,(fe=M.getState().nextTree)!==null&&fe!==void 0?fe:M.getState().currentTree,ae.key);return oe&&ae.key===e&&!(se instanceof dr)?{...V,isSet:!0,loadable:Ee(ae)}:V},se=Pr,oe=!0,Pe=!1,Ve=null;const ye=ae=>fe=>{if(oe){const V=Ee(L),D=V.state==="hasValue"?V.contents:Pr;se=typeof fe=="function"?fe(D):fe,tt(se)&&(se=se.then(T=>(Ve={effect:ae,value:T},T)))}else{if(tt(fe))throw Ce("Setting atoms to async values is not implemented.");typeof fe!="function"&&(Ve={effect:ae,value:Xi(fe)}),dh(M,L,typeof fe=="function"?V=>{const D=Xi(fe(V));return Ve={effect:ae,value:D},D}:Xi(fe))}},Le=ae=>()=>ye(ae)(Pr),ce=ae=>fe=>{var V;const{release:D}=M.subscribeToTransactions(T=>{var U;let{currentTree:F,previousTree:X}=T.getState();X||(qt("Transaction subscribers notified without a next tree being present -- this is a bug in Recoil"),X=F);const j=(U=F.atomValues.get(e))!==null&&U!==void 0?U:u;if(j.state==="hasValue"){var be,Ie,Ge,Oe;const he=j.contents,Se=(be=X.atomValues.get(e))!==null&&be!==void 0?be:u,Be=Se.state==="hasValue"?Se.contents:Pr;((Ie=Ve)===null||Ie===void 0?void 0:Ie.effect)!==ae||((Ge=Ve)===null||Ge===void 0?void 0:Ge.value)!==he?fe(he,Be,!F.atomValues.has(e)):((Oe=Ve)===null||Oe===void 0?void 0:Oe.effect)===ae&&(Ve=null)}},e);d.set(M,[...(V=d.get(M))!==null&&V!==void 0?V:[],D])};for(const ae of J)try{const fe=ae({node:L,storeID:M.storeID,parentStoreID_UNSTABLE:M.parentStoreID,trigger:G,setSelf:ye(ae),resetSelf:Le(ae),onSet:ce(ae),getPromise:ft,getLoadable:Ee,getInfo_UNSTABLE:wt});if(fe!=null){var Y;d.set(M,[...(Y=d.get(M))!==null&&Y!==void 0?Y:[],fe])}}catch(fe){se=fe,Pe=!0}if(oe=!1,!(se instanceof dr)){var pe;const ae=Pe?hl(se):tt(se)?pl(p(M,se)):si(Xi(se));h(ae.contents),O.atomValues.set(e,ae),(pe=M.getState().nextTree)===null||pe===void 0||pe.atomValues.set(e,ae)}}return Q}function b(M,O){var G,H;return(G=(H=O.atomValues.get(e))!==null&&H!==void 0?H:c)!==null&&G!==void 0?G:u}function v(M,O){if(O.atomValues.has(e))return ut(O.atomValues.get(e));if(O.nonvalidatedAtoms.has(e)){if(c!=null)return c;if(n==null)return Ga(`Tried to restore a persisted value for atom ${e} but it has no persistence settings.`),u;const G=O.nonvalidatedAtoms.get(e),H=n.validator(G,Pr);return c=H instanceof dr?u:si(H),c}else return u}function x(){c=void 0}function R(M,O,G){if(O.atomValues.has(e)){const H=ut(O.atomValues.get(e));if(H.state==="hasValue"&&G===H.contents)return new Map}else if(!O.nonvalidatedAtoms.has(e)&&G instanceof dr)return new Map;return h(G),c=void 0,new Map().set(e,si(G))}function q(){return fh(e)!==void 0&&o<=0}const L=JA({key:e,nodeType:"atom",peek:b,get:v,set:R,init:g,invalidate:x,shouldDeleteConfigOnRelease:q,dangerouslyAllowMutability:t.dangerouslyAllowMutability,persistence_UNSTABLE:t.persistence_UNSTABLE?{type:t.persistence_UNSTABLE.type,backButton:t.persistence_UNSTABLE.backButton}:void 0,shouldRestoreFromSnapshots:!0,retainedBy:i});return L}function ml(t){if(process.env.NODE_ENV!=="production"&&typeof t.key!="string")throw Ce("A key option with a unique string value must be provided when creating an atom.");const{...e}=t,n="default"in t?t.default:new Promise(()=>{});return XA(n)?rE({...e,default:n}):nE({...e,default:n})}function rE(t){const e=ml({...t,default:Pr,persistence_UNSTABLE:t.persistence_UNSTABLE===void 0?void 0:{...t.persistence_UNSTABLE,validator:i=>i instanceof dr?i:ut(t.persistence_UNSTABLE).validator(i,Pr)},effects:t.effects,effects_UNSTABLE:t.effects_UNSTABLE}),n=ii({key:`${t.key}__withFallback`,get:({get:i})=>{const o=i(e);return o instanceof dr?t.default:o},set:({set:i},o)=>i(e,o),cachePolicy_UNSTABLE:{eviction:"most-recent"},dangerouslyAllowMutability:t.dangerouslyAllowMutability});return jA(n.key,fh(t.key)),n}ml.value=t=>new ch(t);var iE=ml;class sE{constructor(e){var n;Ne(this,"_map",void 0),Ne(this,"_keyMapper",void 0),this._map=new Map,this._keyMapper=(n=e?.mapKey)!==null&&n!==void 0?n:i=>i}size(){return this._map.size}has(e){return this._map.has(this._keyMapper(e))}get(e){return this._map.get(this._keyMapper(e))}set(e,n){this._map.set(this._keyMapper(e),n)}delete(e){this._map.delete(this._keyMapper(e))}clear(){this._map.clear()}}var oE={MapCache:sE},aE=oE.MapCache,lE=Object.freeze({__proto__:null,MapCache:aE});const{LRUCache:hh}=nh,{MapCache:uE}=lE,so={equality:"reference",eviction:"none",maxSize:1/0};function cE({equality:t=so.equality,eviction:e=so.eviction,maxSize:n=so.maxSize}=so){const i=fE(t);return dE(e,n,i)}function fE(t){switch(t){case"reference":return e=>e;case"value":return e=>cl(e)}throw Ce(`Unrecognized equality policy ${t}`)}function dE(t,e,n){switch(t){case"keep-all":return new uE({mapKey:n});case"lru":return new hh({mapKey:n,maxSize:ut(e)});case"most-recent":return new hh({mapKey:n,maxSize:1})}throw Ce(`Unrecognized eviction policy ${t}`)}var hE=cE;const{setConfigDeletionHandler:pE}=nn;let mE=0;function gE(t){var e,n;const i=hE({equality:(e=(n=t.cachePolicyForParams_UNSTABLE)===null||n===void 0?void 0:n.equality)!==null&&e!==void 0?e:"value",eviction:"keep-all"});return o=>{var l;let u;try{u=i.get(o)}catch(b){throw Ce(`Problem with cache lookup for selector ${t.key}: ${b.message}`)}if(u!=null)return u;const c=`${t.key}__selectorFamily/${(l=cl(o,{allowFunctions:!0}))!==null&&l!==void 0?l:"void"}/${mE++}`,d=b=>t.get(o)(b),h=t.cachePolicy_UNSTABLE,p=typeof t.retainedBy_UNSTABLE=="function"?t.retainedBy_UNSTABLE(o):t.retainedBy_UNSTABLE;let g;if(t.set!=null){const b=t.set;g=ii({key:c,get:d,set:(x,R)=>b(o)(x,R),cachePolicy_UNSTABLE:h,dangerouslyAllowMutability:t.dangerouslyAllowMutability,retainedBy_UNSTABLE:p})}else g=ii({key:c,get:d,cachePolicy_UNSTABLE:h,dangerouslyAllowMutability:t.dangerouslyAllowMutability,retainedBy_UNSTABLE:p});return i.set(o,g),pE(g.key,()=>{i.delete(o)}),g}}var Or=gE;Or({key:"__constant",get:t=>()=>t,cachePolicyForParams_UNSTABLE:{equality:"reference"}}),Or({key:"__error",get:t=>()=>{throw Ce(t)},cachePolicyForParams_UNSTABLE:{equality:"reference"}});const{loadableWithError:ph,loadableWithPromise:mh,loadableWithValue:gh}=Fi;function oo(t,e){const n=Array(e.length).fill(void 0),i=Array(e.length).fill(void 0);for(const[o,l]of e.entries())try{n[o]=t(l)}catch(u){i[o]=u}return[n,i]}function yE(t){return t!=null&&!tt(t)}function ao(t){return Array.isArray(t)?t:Object.getOwnPropertyNames(t).map(e=>t[e])}function gl(t,e){return Array.isArray(t)?e:Object.getOwnPropertyNames(t).reduce((n,i,o)=>({...n,[i]:e[o]}),{})}function oi(t,e,n){const i=n.map((o,l)=>o==null?gh(e[l]):tt(o)?mh(o):ph(o));return gl(t,i)}function vE(t,e){return e.map((n,i)=>n===void 0?t[i]:n)}Or({key:"__waitForNone",get:t=>({get:e})=>{const n=ao(t),[i,o]=oo(e,n);return oi(t,i,o)},dangerouslyAllowMutability:!0}),Or({key:"__waitForAny",get:t=>({get:e})=>{const n=ao(t),[i,o]=oo(e,n);return o.some(l=>!tt(l))?oi(t,i,o):new Promise(l=>{for(const[u,c]of o.entries())tt(c)&&c.then(d=>{i[u]=d,o[u]=void 0,l(oi(t,i,o))}).catch(d=>{o[u]=d,l(oi(t,i,o))})})},dangerouslyAllowMutability:!0}),Or({key:"__waitForAll",get:t=>({get:e})=>{const n=ao(t),[i,o]=oo(e,n);if(o.every(u=>u==null))return gl(t,i);const l=o.find(yE);if(l!=null)throw l;return Promise.all(o).then(u=>gl(t,vE(i,u)))},dangerouslyAllowMutability:!0}),Or({key:"__waitForAllSettled",get:t=>({get:e})=>{const n=ao(t),[i,o]=oo(e,n);return o.every(l=>!tt(l))?oi(t,i,o):Promise.all(o.map((l,u)=>tt(l)?l.then(c=>{i[u]=c,o[u]=void 0}).catch(c=>{i[u]=void 0,o[u]=c}):null)).then(()=>oi(t,i,o))},dangerouslyAllowMutability:!0}),Or({key:"__noWait",get:t=>({get:e})=>{try{return ii.value(gh(e(t)))}catch(n){return ii.value(tt(n)?mh(n):ph(n))}},dangerouslyAllowMutability:!0});const{RecoilLoadable:YU}=Fi,{DefaultValue:wE}=nn,{RecoilRoot:bE}=ul,{isRecoilValue:QU}=Nr,{freshSnapshot:JU}=js,{useRecoilState:SE,useRecoilValue:AE,useResetRecoilState:EE,useSetRecoilState:TE}=DS;var hr={DefaultValue:wE,RecoilRoot:bE,atom:iE,selector:ii,useRecoilValue:AE,useRecoilState:SE,useSetRecoilState:TE,useResetRecoilState:EE},xE=hr.DefaultValue,CE=hr.RecoilRoot,je=hr.atom,yh=hr.selector,vt=hr.useRecoilValue,ai=hr.useRecoilState,Ze=hr.useSetRecoilState,lo=hr.useResetRecoilState,Zi={exports:{}};/**
|
|
15
|
-
* @license
|
|
16
|
-
* Lodash <https://lodash.com/>
|
|
17
|
-
* Copyright OpenJS Foundation and other contributors <https://openjsf.org/>
|
|
18
|
-
* Released under MIT license <https://lodash.com/license>
|
|
19
|
-
* Based on Underscore.js 1.8.3 <http://underscorejs.org/LICENSE>
|
|
20
|
-
* Copyright Jeremy Ashkenas, DocumentCloud and Investigative Reporters & Editors
|
|
21
|
-
*/var RE=Zi.exports,vh;function kE(){return vh||(vh=1,(function(t,e){(function(){var n,i="4.17.21",o=200,l="Unsupported core-js use. Try https://npms.io/search?q=ponyfill.",u="Expected a function",c="Invalid `variable` option passed into `_.template`",d="__lodash_hash_undefined__",h=500,p="__lodash_placeholder__",g=1,b=2,v=4,x=1,R=2,q=1,L=2,M=4,O=8,G=16,H=32,Q=64,J=128,Y=256,pe=512,se=30,oe="...",Pe=800,Ve=16,Ee=1,ft=2,wt=3,ye=1/0,Le=9007199254740991,ce=17976931348623157e292,ae=NaN,fe=4294967295,V=fe-1,D=fe>>>1,T=[["ary",J],["bind",q],["bindKey",L],["curry",O],["curryRight",G],["flip",pe],["partial",H],["partialRight",Q],["rearg",Y]],U="[object Arguments]",F="[object Array]",X="[object AsyncFunction]",j="[object Boolean]",be="[object Date]",Ie="[object DOMException]",Ge="[object Error]",Oe="[object Function]",he="[object GeneratorFunction]",Se="[object Map]",Be="[object Number]",Te="[object Null]",$e="[object Object]",Wt="[object Promise]",gt="[object Proxy]",et="[object RegExp]",Qe="[object Set]",Xt="[object String]",Pt="[object Symbol]",Hn="[object Undefined]",dt="[object WeakMap]",it="[object WeakSet]",Vt="[object ArrayBuffer]",vn="[object DataView]",Dn="[object Float32Array]",zn="[object Float64Array]",zr="[object Int8Array]",tr="[object Int16Array]",nr="[object Int32Array]",wn="[object Uint8Array]",N="[object Uint8ClampedArray]",C="[object Uint16Array]",_="[object Uint32Array]",ee=/\b__p \+= '';/g,$=/\b(__p \+=) '' \+/g,re=/(__e\(.*?\)|\b__t\)) \+\n'';/g,me=/&(?:amp|lt|gt|quot|#39);/g,de=/[&<>"']/g,ue=RegExp(me.source),De=RegExp(de.source),ne=/<%-([\s\S]+?)%>/g,Re=/<%([\s\S]+?)%>/g,xe=/<%=([\s\S]+?)%>/g,st=/\.|\[(?:[^[\]]*|(["'])(?:(?!\1)[^\\]|\\.)*?\1)\]/,at=/^\w*$/,Ot=/[^.[\]]+|\[(?:(-?\d+(?:\.\d+)?)|(["'])((?:(?!\2)[^\\]|\\.)*?)\2)\]|(?=(?:\.|\[\])(?:\.|\[\]|$))/g,Kt=/[\\^$.*+?()[\]{}|]/g,Ct=RegExp(Kt.source),It=/^\s+/,uI=/\s/,cI=/\{(?:\n\/\* \[wrapped with .+\] \*\/)?\n?/,fI=/\{\n\/\* \[wrapped with (.+)\] \*/,dI=/,? & /,hI=/[^\x00-\x2f\x3a-\x40\x5b-\x60\x7b-\x7f]+/g,pI=/[()=,{}\[\]\/\s]/,mI=/\\(\\)?/g,gI=/\$\{([^\\}]*(?:\\.[^\\}]*)*)\}/g,S0=/\w*$/,yI=/^[-+]0x[0-9a-f]+$/i,vI=/^0b[01]+$/i,wI=/^\[object .+?Constructor\]$/,bI=/^0o[0-7]+$/i,SI=/^(?:0|[1-9]\d*)$/,AI=/[\xc0-\xd6\xd8-\xf6\xf8-\xff\u0100-\u017f]/g,jo=/($^)/,EI=/['\n\r\u2028\u2029\\]/g,Xo="\\ud800-\\udfff",TI="\\u0300-\\u036f",xI="\\ufe20-\\ufe2f",CI="\\u20d0-\\u20ff",A0=TI+xI+CI,E0="\\u2700-\\u27bf",T0="a-z\\xdf-\\xf6\\xf8-\\xff",RI="\\xac\\xb1\\xd7\\xf7",kI="\\x00-\\x2f\\x3a-\\x40\\x5b-\\x60\\x7b-\\xbf",VI="\\u2000-\\u206f",II=" \\t\\x0b\\f\\xa0\\ufeff\\n\\r\\u2028\\u2029\\u1680\\u180e\\u2000\\u2001\\u2002\\u2003\\u2004\\u2005\\u2006\\u2007\\u2008\\u2009\\u200a\\u202f\\u205f\\u3000",x0="A-Z\\xc0-\\xd6\\xd8-\\xde",C0="\\ufe0e\\ufe0f",R0=RI+kI+VI+II,Nc="['’]",MI="["+Xo+"]",k0="["+R0+"]",Zo="["+A0+"]",V0="\\d+",NI="["+E0+"]",I0="["+T0+"]",M0="[^"+Xo+R0+V0+E0+T0+x0+"]",Lc="\\ud83c[\\udffb-\\udfff]",LI="(?:"+Zo+"|"+Lc+")",N0="[^"+Xo+"]",Dc="(?:\\ud83c[\\udde6-\\uddff]){2}",Pc="[\\ud800-\\udbff][\\udc00-\\udfff]",xi="["+x0+"]",L0="\\u200d",D0="(?:"+I0+"|"+M0+")",DI="(?:"+xi+"|"+M0+")",P0="(?:"+Nc+"(?:d|ll|m|re|s|t|ve))?",O0="(?:"+Nc+"(?:D|LL|M|RE|S|T|VE))?",U0=LI+"?",B0="["+C0+"]?",PI="(?:"+L0+"(?:"+[N0,Dc,Pc].join("|")+")"+B0+U0+")*",OI="\\d*(?:1st|2nd|3rd|(?![123])\\dth)(?=\\b|[A-Z_])",UI="\\d*(?:1ST|2ND|3RD|(?![123])\\dTH)(?=\\b|[a-z_])",q0=B0+U0+PI,BI="(?:"+[NI,Dc,Pc].join("|")+")"+q0,qI="(?:"+[N0+Zo+"?",Zo,Dc,Pc,MI].join("|")+")",FI=RegExp(Nc,"g"),WI=RegExp(Zo,"g"),Oc=RegExp(Lc+"(?="+Lc+")|"+qI+q0,"g"),KI=RegExp([xi+"?"+I0+"+"+P0+"(?="+[k0,xi,"$"].join("|")+")",DI+"+"+O0+"(?="+[k0,xi+D0,"$"].join("|")+")",xi+"?"+D0+"+"+P0,xi+"+"+O0,UI,OI,V0,BI].join("|"),"g"),HI=RegExp("["+L0+Xo+A0+C0+"]"),zI=/[a-z][A-Z]|[A-Z]{2}[a-z]|[0-9][a-zA-Z]|[a-zA-Z][0-9]|[^a-zA-Z0-9 ]/,_I=["Array","Buffer","DataView","Date","Error","Float32Array","Float64Array","Function","Int8Array","Int16Array","Int32Array","Map","Math","Object","Promise","RegExp","Set","String","Symbol","TypeError","Uint8Array","Uint8ClampedArray","Uint16Array","Uint32Array","WeakMap","_","clearTimeout","isFinite","parseInt","setTimeout"],GI=-1,lt={};lt[Dn]=lt[zn]=lt[zr]=lt[tr]=lt[nr]=lt[wn]=lt[N]=lt[C]=lt[_]=!0,lt[U]=lt[F]=lt[Vt]=lt[j]=lt[vn]=lt[be]=lt[Ge]=lt[Oe]=lt[Se]=lt[Be]=lt[$e]=lt[et]=lt[Qe]=lt[Xt]=lt[dt]=!1;var ot={};ot[U]=ot[F]=ot[Vt]=ot[vn]=ot[j]=ot[be]=ot[Dn]=ot[zn]=ot[zr]=ot[tr]=ot[nr]=ot[Se]=ot[Be]=ot[$e]=ot[et]=ot[Qe]=ot[Xt]=ot[Pt]=ot[wn]=ot[N]=ot[C]=ot[_]=!0,ot[Ge]=ot[Oe]=ot[dt]=!1;var YI={À:"A",Á:"A",Â:"A",Ã:"A",Ä:"A",Å:"A",à:"a",á:"a",â:"a",ã:"a",ä:"a",å:"a",Ç:"C",ç:"c",Ð:"D",ð:"d",È:"E",É:"E",Ê:"E",Ë:"E",è:"e",é:"e",ê:"e",ë:"e",Ì:"I",Í:"I",Î:"I",Ï:"I",ì:"i",í:"i",î:"i",ï:"i",Ñ:"N",ñ:"n",Ò:"O",Ó:"O",Ô:"O",Õ:"O",Ö:"O",Ø:"O",ò:"o",ó:"o",ô:"o",õ:"o",ö:"o",ø:"o",Ù:"U",Ú:"U",Û:"U",Ü:"U",ù:"u",ú:"u",û:"u",ü:"u",Ý:"Y",ý:"y",ÿ:"y",Æ:"Ae",æ:"ae",Þ:"Th",þ:"th",ß:"ss",Ā:"A",Ă:"A",Ą:"A",ā:"a",ă:"a",ą:"a",Ć:"C",Ĉ:"C",Ċ:"C",Č:"C",ć:"c",ĉ:"c",ċ:"c",č:"c",Ď:"D",Đ:"D",ď:"d",đ:"d",Ē:"E",Ĕ:"E",Ė:"E",Ę:"E",Ě:"E",ē:"e",ĕ:"e",ė:"e",ę:"e",ě:"e",Ĝ:"G",Ğ:"G",Ġ:"G",Ģ:"G",ĝ:"g",ğ:"g",ġ:"g",ģ:"g",Ĥ:"H",Ħ:"H",ĥ:"h",ħ:"h",Ĩ:"I",Ī:"I",Ĭ:"I",Į:"I",İ:"I",ĩ:"i",ī:"i",ĭ:"i",į:"i",ı:"i",Ĵ:"J",ĵ:"j",Ķ:"K",ķ:"k",ĸ:"k",Ĺ:"L",Ļ:"L",Ľ:"L",Ŀ:"L",Ł:"L",ĺ:"l",ļ:"l",ľ:"l",ŀ:"l",ł:"l",Ń:"N",Ņ:"N",Ň:"N",Ŋ:"N",ń:"n",ņ:"n",ň:"n",ŋ:"n",Ō:"O",Ŏ:"O",Ő:"O",ō:"o",ŏ:"o",ő:"o",Ŕ:"R",Ŗ:"R",Ř:"R",ŕ:"r",ŗ:"r",ř:"r",Ś:"S",Ŝ:"S",Ş:"S",Š:"S",ś:"s",ŝ:"s",ş:"s",š:"s",Ţ:"T",Ť:"T",Ŧ:"T",ţ:"t",ť:"t",ŧ:"t",Ũ:"U",Ū:"U",Ŭ:"U",Ů:"U",Ű:"U",Ų:"U",ũ:"u",ū:"u",ŭ:"u",ů:"u",ű:"u",ų:"u",Ŵ:"W",ŵ:"w",Ŷ:"Y",ŷ:"y",Ÿ:"Y",Ź:"Z",Ż:"Z",Ž:"Z",ź:"z",ż:"z",ž:"z",IJ:"IJ",ij:"ij",Œ:"Oe",œ:"oe",ʼn:"'n",ſ:"s"},QI={"&":"&","<":"<",">":">",'"':""","'":"'"},JI={"&":"&","<":"<",">":">",""":'"',"'":"'"},jI={"\\":"\\","'":"'","\n":"n","\r":"r","\u2028":"u2028","\u2029":"u2029"},XI=parseFloat,ZI=parseInt,F0=typeof Us=="object"&&Us&&Us.Object===Object&&Us,$I=typeof self=="object"&&self&&self.Object===Object&&self,Ut=F0||$I||Function("return this")(),Uc=e&&!e.nodeType&&e,_r=Uc&&!0&&t&&!t.nodeType&&t,W0=_r&&_r.exports===Uc,Bc=W0&&F0.process,bn=(function(){try{var k=_r&&_r.require&&_r.require("util").types;return k||Bc&&Bc.binding&&Bc.binding("util")}catch{}})(),K0=bn&&bn.isArrayBuffer,H0=bn&&bn.isDate,z0=bn&&bn.isMap,_0=bn&&bn.isRegExp,G0=bn&&bn.isSet,Y0=bn&&bn.isTypedArray;function rn(k,B,P){switch(P.length){case 0:return k.call(B);case 1:return k.call(B,P[0]);case 2:return k.call(B,P[0],P[1]);case 3:return k.call(B,P[0],P[1],P[2])}return k.apply(B,P)}function eM(k,B,P,ie){for(var ke=-1,Ye=k==null?0:k.length;++ke<Ye;){var Rt=k[ke];B(ie,Rt,P(Rt),k)}return ie}function Sn(k,B){for(var P=-1,ie=k==null?0:k.length;++P<ie&&B(k[P],P,k)!==!1;);return k}function tM(k,B){for(var P=k==null?0:k.length;P--&&B(k[P],P,k)!==!1;);return k}function Q0(k,B){for(var P=-1,ie=k==null?0:k.length;++P<ie;)if(!B(k[P],P,k))return!1;return!0}function Sr(k,B){for(var P=-1,ie=k==null?0:k.length,ke=0,Ye=[];++P<ie;){var Rt=k[P];B(Rt,P,k)&&(Ye[ke++]=Rt)}return Ye}function $o(k,B){var P=k==null?0:k.length;return!!P&&Ci(k,B,0)>-1}function qc(k,B,P){for(var ie=-1,ke=k==null?0:k.length;++ie<ke;)if(P(B,k[ie]))return!0;return!1}function ht(k,B){for(var P=-1,ie=k==null?0:k.length,ke=Array(ie);++P<ie;)ke[P]=B(k[P],P,k);return ke}function Ar(k,B){for(var P=-1,ie=B.length,ke=k.length;++P<ie;)k[ke+P]=B[P];return k}function Fc(k,B,P,ie){var ke=-1,Ye=k==null?0:k.length;for(ie&&Ye&&(P=k[++ke]);++ke<Ye;)P=B(P,k[ke],ke,k);return P}function nM(k,B,P,ie){var ke=k==null?0:k.length;for(ie&&ke&&(P=k[--ke]);ke--;)P=B(P,k[ke],ke,k);return P}function Wc(k,B){for(var P=-1,ie=k==null?0:k.length;++P<ie;)if(B(k[P],P,k))return!0;return!1}var rM=Kc("length");function iM(k){return k.split("")}function sM(k){return k.match(hI)||[]}function J0(k,B,P){var ie;return P(k,function(ke,Ye,Rt){if(B(ke,Ye,Rt))return ie=Ye,!1}),ie}function ea(k,B,P,ie){for(var ke=k.length,Ye=P+(ie?1:-1);ie?Ye--:++Ye<ke;)if(B(k[Ye],Ye,k))return Ye;return-1}function Ci(k,B,P){return B===B?yM(k,B,P):ea(k,j0,P)}function oM(k,B,P,ie){for(var ke=P-1,Ye=k.length;++ke<Ye;)if(ie(k[ke],B))return ke;return-1}function j0(k){return k!==k}function X0(k,B){var P=k==null?0:k.length;return P?zc(k,B)/P:ae}function Kc(k){return function(B){return B==null?n:B[k]}}function Hc(k){return function(B){return k==null?n:k[B]}}function Z0(k,B,P,ie,ke){return ke(k,function(Ye,Rt,nt){P=ie?(ie=!1,Ye):B(P,Ye,Rt,nt)}),P}function aM(k,B){var P=k.length;for(k.sort(B);P--;)k[P]=k[P].value;return k}function zc(k,B){for(var P,ie=-1,ke=k.length;++ie<ke;){var Ye=B(k[ie]);Ye!==n&&(P=P===n?Ye:P+Ye)}return P}function _c(k,B){for(var P=-1,ie=Array(k);++P<k;)ie[P]=B(P);return ie}function lM(k,B){return ht(B,function(P){return[P,k[P]]})}function $0(k){return k&&k.slice(0,ry(k)+1).replace(It,"")}function sn(k){return function(B){return k(B)}}function Gc(k,B){return ht(B,function(P){return k[P]})}function Ss(k,B){return k.has(B)}function ey(k,B){for(var P=-1,ie=k.length;++P<ie&&Ci(B,k[P],0)>-1;);return P}function ty(k,B){for(var P=k.length;P--&&Ci(B,k[P],0)>-1;);return P}function uM(k,B){for(var P=k.length,ie=0;P--;)k[P]===B&&++ie;return ie}var cM=Hc(YI),fM=Hc(QI);function dM(k){return"\\"+jI[k]}function hM(k,B){return k==null?n:k[B]}function Ri(k){return HI.test(k)}function pM(k){return zI.test(k)}function mM(k){for(var B,P=[];!(B=k.next()).done;)P.push(B.value);return P}function Yc(k){var B=-1,P=Array(k.size);return k.forEach(function(ie,ke){P[++B]=[ke,ie]}),P}function ny(k,B){return function(P){return k(B(P))}}function Er(k,B){for(var P=-1,ie=k.length,ke=0,Ye=[];++P<ie;){var Rt=k[P];(Rt===B||Rt===p)&&(k[P]=p,Ye[ke++]=P)}return Ye}function ta(k){var B=-1,P=Array(k.size);return k.forEach(function(ie){P[++B]=ie}),P}function gM(k){var B=-1,P=Array(k.size);return k.forEach(function(ie){P[++B]=[ie,ie]}),P}function yM(k,B,P){for(var ie=P-1,ke=k.length;++ie<ke;)if(k[ie]===B)return ie;return-1}function vM(k,B,P){for(var ie=P+1;ie--;)if(k[ie]===B)return ie;return ie}function ki(k){return Ri(k)?bM(k):rM(k)}function Pn(k){return Ri(k)?SM(k):iM(k)}function ry(k){for(var B=k.length;B--&&uI.test(k.charAt(B)););return B}var wM=Hc(JI);function bM(k){for(var B=Oc.lastIndex=0;Oc.test(k);)++B;return B}function SM(k){return k.match(Oc)||[]}function AM(k){return k.match(KI)||[]}var EM=(function k(B){B=B==null?Ut:Vi.defaults(Ut.Object(),B,Vi.pick(Ut,_I));var P=B.Array,ie=B.Date,ke=B.Error,Ye=B.Function,Rt=B.Math,nt=B.Object,Qc=B.RegExp,TM=B.String,An=B.TypeError,na=P.prototype,xM=Ye.prototype,Ii=nt.prototype,ra=B["__core-js_shared__"],ia=xM.toString,Xe=Ii.hasOwnProperty,CM=0,iy=(function(){var r=/[^.]+$/.exec(ra&&ra.keys&&ra.keys.IE_PROTO||"");return r?"Symbol(src)_1."+r:""})(),sa=Ii.toString,RM=ia.call(nt),kM=Ut._,VM=Qc("^"+ia.call(Xe).replace(Kt,"\\$&").replace(/hasOwnProperty|(function).*?(?=\\\()| for .+?(?=\\\])/g,"$1.*?")+"$"),oa=W0?B.Buffer:n,Tr=B.Symbol,aa=B.Uint8Array,sy=oa?oa.allocUnsafe:n,la=ny(nt.getPrototypeOf,nt),oy=nt.create,ay=Ii.propertyIsEnumerable,ua=na.splice,ly=Tr?Tr.isConcatSpreadable:n,As=Tr?Tr.iterator:n,Gr=Tr?Tr.toStringTag:n,ca=(function(){try{var r=Xr(nt,"defineProperty");return r({},"",{}),r}catch{}})(),IM=B.clearTimeout!==Ut.clearTimeout&&B.clearTimeout,MM=ie&&ie.now!==Ut.Date.now&&ie.now,NM=B.setTimeout!==Ut.setTimeout&&B.setTimeout,fa=Rt.ceil,da=Rt.floor,Jc=nt.getOwnPropertySymbols,LM=oa?oa.isBuffer:n,uy=B.isFinite,DM=na.join,PM=ny(nt.keys,nt),kt=Rt.max,Ht=Rt.min,OM=ie.now,UM=B.parseInt,cy=Rt.random,BM=na.reverse,jc=Xr(B,"DataView"),Es=Xr(B,"Map"),Xc=Xr(B,"Promise"),Mi=Xr(B,"Set"),Ts=Xr(B,"WeakMap"),xs=Xr(nt,"create"),ha=Ts&&new Ts,Ni={},qM=Zr(jc),FM=Zr(Es),WM=Zr(Xc),KM=Zr(Mi),HM=Zr(Ts),pa=Tr?Tr.prototype:n,Cs=pa?pa.valueOf:n,fy=pa?pa.toString:n;function y(r){if(bt(r)&&!Me(r)&&!(r instanceof Ke)){if(r instanceof En)return r;if(Xe.call(r,"__wrapped__"))return dv(r)}return new En(r)}var Li=(function(){function r(){}return function(s){if(!yt(s))return{};if(oy)return oy(s);r.prototype=s;var a=new r;return r.prototype=n,a}})();function ma(){}function En(r,s){this.__wrapped__=r,this.__actions__=[],this.__chain__=!!s,this.__index__=0,this.__values__=n}y.templateSettings={escape:ne,evaluate:Re,interpolate:xe,variable:"",imports:{_:y}},y.prototype=ma.prototype,y.prototype.constructor=y,En.prototype=Li(ma.prototype),En.prototype.constructor=En;function Ke(r){this.__wrapped__=r,this.__actions__=[],this.__dir__=1,this.__filtered__=!1,this.__iteratees__=[],this.__takeCount__=fe,this.__views__=[]}function zM(){var r=new Ke(this.__wrapped__);return r.__actions__=Zt(this.__actions__),r.__dir__=this.__dir__,r.__filtered__=this.__filtered__,r.__iteratees__=Zt(this.__iteratees__),r.__takeCount__=this.__takeCount__,r.__views__=Zt(this.__views__),r}function _M(){if(this.__filtered__){var r=new Ke(this);r.__dir__=-1,r.__filtered__=!0}else r=this.clone(),r.__dir__*=-1;return r}function GM(){var r=this.__wrapped__.value(),s=this.__dir__,a=Me(r),f=s<0,m=a?r.length:0,w=iL(0,m,this.__views__),S=w.start,E=w.end,I=E-S,W=f?E:S-1,K=this.__iteratees__,z=K.length,te=0,le=Ht(I,this.__takeCount__);if(!a||!f&&m==I&&le==I)return Py(r,this.__actions__);var ve=[];e:for(;I--&&te<le;){W+=s;for(var qe=-1,we=r[W];++qe<z;){var We=K[qe],ze=We.iteratee,ln=We.type,Qt=ze(we);if(ln==ft)we=Qt;else if(!Qt){if(ln==Ee)continue e;break e}}ve[te++]=we}return ve}Ke.prototype=Li(ma.prototype),Ke.prototype.constructor=Ke;function Yr(r){var s=-1,a=r==null?0:r.length;for(this.clear();++s<a;){var f=r[s];this.set(f[0],f[1])}}function YM(){this.__data__=xs?xs(null):{},this.size=0}function QM(r){var s=this.has(r)&&delete this.__data__[r];return this.size-=s?1:0,s}function JM(r){var s=this.__data__;if(xs){var a=s[r];return a===d?n:a}return Xe.call(s,r)?s[r]:n}function jM(r){var s=this.__data__;return xs?s[r]!==n:Xe.call(s,r)}function XM(r,s){var a=this.__data__;return this.size+=this.has(r)?0:1,a[r]=xs&&s===n?d:s,this}Yr.prototype.clear=YM,Yr.prototype.delete=QM,Yr.prototype.get=JM,Yr.prototype.has=jM,Yr.prototype.set=XM;function rr(r){var s=-1,a=r==null?0:r.length;for(this.clear();++s<a;){var f=r[s];this.set(f[0],f[1])}}function ZM(){this.__data__=[],this.size=0}function $M(r){var s=this.__data__,a=ga(s,r);if(a<0)return!1;var f=s.length-1;return a==f?s.pop():ua.call(s,a,1),--this.size,!0}function eN(r){var s=this.__data__,a=ga(s,r);return a<0?n:s[a][1]}function tN(r){return ga(this.__data__,r)>-1}function nN(r,s){var a=this.__data__,f=ga(a,r);return f<0?(++this.size,a.push([r,s])):a[f][1]=s,this}rr.prototype.clear=ZM,rr.prototype.delete=$M,rr.prototype.get=eN,rr.prototype.has=tN,rr.prototype.set=nN;function ir(r){var s=-1,a=r==null?0:r.length;for(this.clear();++s<a;){var f=r[s];this.set(f[0],f[1])}}function rN(){this.size=0,this.__data__={hash:new Yr,map:new(Es||rr),string:new Yr}}function iN(r){var s=ka(this,r).delete(r);return this.size-=s?1:0,s}function sN(r){return ka(this,r).get(r)}function oN(r){return ka(this,r).has(r)}function aN(r,s){var a=ka(this,r),f=a.size;return a.set(r,s),this.size+=a.size==f?0:1,this}ir.prototype.clear=rN,ir.prototype.delete=iN,ir.prototype.get=sN,ir.prototype.has=oN,ir.prototype.set=aN;function Qr(r){var s=-1,a=r==null?0:r.length;for(this.__data__=new ir;++s<a;)this.add(r[s])}function lN(r){return this.__data__.set(r,d),this}function uN(r){return this.__data__.has(r)}Qr.prototype.add=Qr.prototype.push=lN,Qr.prototype.has=uN;function On(r){var s=this.__data__=new rr(r);this.size=s.size}function cN(){this.__data__=new rr,this.size=0}function fN(r){var s=this.__data__,a=s.delete(r);return this.size=s.size,a}function dN(r){return this.__data__.get(r)}function hN(r){return this.__data__.has(r)}function pN(r,s){var a=this.__data__;if(a instanceof rr){var f=a.__data__;if(!Es||f.length<o-1)return f.push([r,s]),this.size=++a.size,this;a=this.__data__=new ir(f)}return a.set(r,s),this.size=a.size,this}On.prototype.clear=cN,On.prototype.delete=fN,On.prototype.get=dN,On.prototype.has=hN,On.prototype.set=pN;function dy(r,s){var a=Me(r),f=!a&&$r(r),m=!a&&!f&&Vr(r),w=!a&&!f&&!m&&Ui(r),S=a||f||m||w,E=S?_c(r.length,TM):[],I=E.length;for(var W in r)(s||Xe.call(r,W))&&!(S&&(W=="length"||m&&(W=="offset"||W=="parent")||w&&(W=="buffer"||W=="byteLength"||W=="byteOffset")||lr(W,I)))&&E.push(W);return E}function hy(r){var s=r.length;return s?r[uf(0,s-1)]:n}function mN(r,s){return Va(Zt(r),Jr(s,0,r.length))}function gN(r){return Va(Zt(r))}function Zc(r,s,a){(a!==n&&!Un(r[s],a)||a===n&&!(s in r))&&sr(r,s,a)}function Rs(r,s,a){var f=r[s];(!(Xe.call(r,s)&&Un(f,a))||a===n&&!(s in r))&&sr(r,s,a)}function ga(r,s){for(var a=r.length;a--;)if(Un(r[a][0],s))return a;return-1}function yN(r,s,a,f){return xr(r,function(m,w,S){s(f,m,a(m),S)}),f}function py(r,s){return r&&Gn(s,Mt(s),r)}function vN(r,s){return r&&Gn(s,en(s),r)}function sr(r,s,a){s=="__proto__"&&ca?ca(r,s,{configurable:!0,enumerable:!0,value:a,writable:!0}):r[s]=a}function $c(r,s){for(var a=-1,f=s.length,m=P(f),w=r==null;++a<f;)m[a]=w?n:Df(r,s[a]);return m}function Jr(r,s,a){return r===r&&(a!==n&&(r=r<=a?r:a),s!==n&&(r=r>=s?r:s)),r}function Tn(r,s,a,f,m,w){var S,E=s&g,I=s&b,W=s&v;if(a&&(S=m?a(r,f,m,w):a(r)),S!==n)return S;if(!yt(r))return r;var K=Me(r);if(K){if(S=oL(r),!E)return Zt(r,S)}else{var z=zt(r),te=z==Oe||z==he;if(Vr(r))return By(r,E);if(z==$e||z==U||te&&!m){if(S=I||te?{}:rv(r),!E)return I?JN(r,vN(S,r)):QN(r,py(S,r))}else{if(!ot[z])return m?r:{};S=aL(r,z,E)}}w||(w=new On);var le=w.get(r);if(le)return le;w.set(r,S),Nv(r)?r.forEach(function(we){S.add(Tn(we,s,a,we,r,w))}):Iv(r)&&r.forEach(function(we,We){S.set(We,Tn(we,s,a,We,r,w))});var ve=W?I?bf:wf:I?en:Mt,qe=K?n:ve(r);return Sn(qe||r,function(we,We){qe&&(We=we,we=r[We]),Rs(S,We,Tn(we,s,a,We,r,w))}),S}function wN(r){var s=Mt(r);return function(a){return my(a,r,s)}}function my(r,s,a){var f=a.length;if(r==null)return!f;for(r=nt(r);f--;){var m=a[f],w=s[m],S=r[m];if(S===n&&!(m in r)||!w(S))return!1}return!0}function gy(r,s,a){if(typeof r!="function")throw new An(u);return Ds(function(){r.apply(n,a)},s)}function ks(r,s,a,f){var m=-1,w=$o,S=!0,E=r.length,I=[],W=s.length;if(!E)return I;a&&(s=ht(s,sn(a))),f?(w=qc,S=!1):s.length>=o&&(w=Ss,S=!1,s=new Qr(s));e:for(;++m<E;){var K=r[m],z=a==null?K:a(K);if(K=f||K!==0?K:0,S&&z===z){for(var te=W;te--;)if(s[te]===z)continue e;I.push(K)}else w(s,z,f)||I.push(K)}return I}var xr=Hy(_n),yy=Hy(tf,!0);function bN(r,s){var a=!0;return xr(r,function(f,m,w){return a=!!s(f,m,w),a}),a}function ya(r,s,a){for(var f=-1,m=r.length;++f<m;){var w=r[f],S=s(w);if(S!=null&&(E===n?S===S&&!an(S):a(S,E)))var E=S,I=w}return I}function SN(r,s,a,f){var m=r.length;for(a=Ue(a),a<0&&(a=-a>m?0:m+a),f=f===n||f>m?m:Ue(f),f<0&&(f+=m),f=a>f?0:Dv(f);a<f;)r[a++]=s;return r}function vy(r,s){var a=[];return xr(r,function(f,m,w){s(f,m,w)&&a.push(f)}),a}function Bt(r,s,a,f,m){var w=-1,S=r.length;for(a||(a=uL),m||(m=[]);++w<S;){var E=r[w];s>0&&a(E)?s>1?Bt(E,s-1,a,f,m):Ar(m,E):f||(m[m.length]=E)}return m}var ef=zy(),wy=zy(!0);function _n(r,s){return r&&ef(r,s,Mt)}function tf(r,s){return r&&wy(r,s,Mt)}function va(r,s){return Sr(s,function(a){return ur(r[a])})}function jr(r,s){s=Rr(s,r);for(var a=0,f=s.length;r!=null&&a<f;)r=r[Yn(s[a++])];return a&&a==f?r:n}function by(r,s,a){var f=s(r);return Me(r)?f:Ar(f,a(r))}function Gt(r){return r==null?r===n?Hn:Te:Gr&&Gr in nt(r)?rL(r):gL(r)}function nf(r,s){return r>s}function AN(r,s){return r!=null&&Xe.call(r,s)}function EN(r,s){return r!=null&&s in nt(r)}function TN(r,s,a){return r>=Ht(s,a)&&r<kt(s,a)}function rf(r,s,a){for(var f=a?qc:$o,m=r[0].length,w=r.length,S=w,E=P(w),I=1/0,W=[];S--;){var K=r[S];S&&s&&(K=ht(K,sn(s))),I=Ht(K.length,I),E[S]=!a&&(s||m>=120&&K.length>=120)?new Qr(S&&K):n}K=r[0];var z=-1,te=E[0];e:for(;++z<m&&W.length<I;){var le=K[z],ve=s?s(le):le;if(le=a||le!==0?le:0,!(te?Ss(te,ve):f(W,ve,a))){for(S=w;--S;){var qe=E[S];if(!(qe?Ss(qe,ve):f(r[S],ve,a)))continue e}te&&te.push(ve),W.push(le)}}return W}function xN(r,s,a,f){return _n(r,function(m,w,S){s(f,a(m),w,S)}),f}function Vs(r,s,a){s=Rr(s,r),r=av(r,s);var f=r==null?r:r[Yn(Cn(s))];return f==null?n:rn(f,r,a)}function Sy(r){return bt(r)&&Gt(r)==U}function CN(r){return bt(r)&&Gt(r)==Vt}function RN(r){return bt(r)&&Gt(r)==be}function Is(r,s,a,f,m){return r===s?!0:r==null||s==null||!bt(r)&&!bt(s)?r!==r&&s!==s:kN(r,s,a,f,Is,m)}function kN(r,s,a,f,m,w){var S=Me(r),E=Me(s),I=S?F:zt(r),W=E?F:zt(s);I=I==U?$e:I,W=W==U?$e:W;var K=I==$e,z=W==$e,te=I==W;if(te&&Vr(r)){if(!Vr(s))return!1;S=!0,K=!1}if(te&&!K)return w||(w=new On),S||Ui(r)?ev(r,s,a,f,m,w):tL(r,s,I,a,f,m,w);if(!(a&x)){var le=K&&Xe.call(r,"__wrapped__"),ve=z&&Xe.call(s,"__wrapped__");if(le||ve){var qe=le?r.value():r,we=ve?s.value():s;return w||(w=new On),m(qe,we,a,f,w)}}return te?(w||(w=new On),nL(r,s,a,f,m,w)):!1}function VN(r){return bt(r)&&zt(r)==Se}function sf(r,s,a,f){var m=a.length,w=m,S=!f;if(r==null)return!w;for(r=nt(r);m--;){var E=a[m];if(S&&E[2]?E[1]!==r[E[0]]:!(E[0]in r))return!1}for(;++m<w;){E=a[m];var I=E[0],W=r[I],K=E[1];if(S&&E[2]){if(W===n&&!(I in r))return!1}else{var z=new On;if(f)var te=f(W,K,I,r,s,z);if(!(te===n?Is(K,W,x|R,f,z):te))return!1}}return!0}function Ay(r){if(!yt(r)||fL(r))return!1;var s=ur(r)?VM:wI;return s.test(Zr(r))}function IN(r){return bt(r)&&Gt(r)==et}function MN(r){return bt(r)&&zt(r)==Qe}function NN(r){return bt(r)&&Pa(r.length)&&!!lt[Gt(r)]}function Ey(r){return typeof r=="function"?r:r==null?tn:typeof r=="object"?Me(r)?Cy(r[0],r[1]):xy(r):_v(r)}function of(r){if(!Ls(r))return PM(r);var s=[];for(var a in nt(r))Xe.call(r,a)&&a!="constructor"&&s.push(a);return s}function LN(r){if(!yt(r))return mL(r);var s=Ls(r),a=[];for(var f in r)f=="constructor"&&(s||!Xe.call(r,f))||a.push(f);return a}function af(r,s){return r<s}function Ty(r,s){var a=-1,f=$t(r)?P(r.length):[];return xr(r,function(m,w,S){f[++a]=s(m,w,S)}),f}function xy(r){var s=Af(r);return s.length==1&&s[0][2]?sv(s[0][0],s[0][1]):function(a){return a===r||sf(a,r,s)}}function Cy(r,s){return Tf(r)&&iv(s)?sv(Yn(r),s):function(a){var f=Df(a,r);return f===n&&f===s?Pf(a,r):Is(s,f,x|R)}}function wa(r,s,a,f,m){r!==s&&ef(s,function(w,S){if(m||(m=new On),yt(w))DN(r,s,S,a,wa,f,m);else{var E=f?f(Cf(r,S),w,S+"",r,s,m):n;E===n&&(E=w),Zc(r,S,E)}},en)}function DN(r,s,a,f,m,w,S){var E=Cf(r,a),I=Cf(s,a),W=S.get(I);if(W){Zc(r,a,W);return}var K=w?w(E,I,a+"",r,s,S):n,z=K===n;if(z){var te=Me(I),le=!te&&Vr(I),ve=!te&&!le&&Ui(I);K=I,te||le||ve?Me(E)?K=E:At(E)?K=Zt(E):le?(z=!1,K=By(I,!0)):ve?(z=!1,K=qy(I,!0)):K=[]:Ps(I)||$r(I)?(K=E,$r(E)?K=Pv(E):(!yt(E)||ur(E))&&(K=rv(I))):z=!1}z&&(S.set(I,K),m(K,I,f,w,S),S.delete(I)),Zc(r,a,K)}function Ry(r,s){var a=r.length;if(a)return s+=s<0?a:0,lr(s,a)?r[s]:n}function ky(r,s,a){s.length?s=ht(s,function(w){return Me(w)?function(S){return jr(S,w.length===1?w[0]:w)}:w}):s=[tn];var f=-1;s=ht(s,sn(ge()));var m=Ty(r,function(w,S,E){var I=ht(s,function(W){return W(w)});return{criteria:I,index:++f,value:w}});return aM(m,function(w,S){return YN(w,S,a)})}function PN(r,s){return Vy(r,s,function(a,f){return Pf(r,f)})}function Vy(r,s,a){for(var f=-1,m=s.length,w={};++f<m;){var S=s[f],E=jr(r,S);a(E,S)&&Ms(w,Rr(S,r),E)}return w}function ON(r){return function(s){return jr(s,r)}}function lf(r,s,a,f){var m=f?oM:Ci,w=-1,S=s.length,E=r;for(r===s&&(s=Zt(s)),a&&(E=ht(r,sn(a)));++w<S;)for(var I=0,W=s[w],K=a?a(W):W;(I=m(E,K,I,f))>-1;)E!==r&&ua.call(E,I,1),ua.call(r,I,1);return r}function Iy(r,s){for(var a=r?s.length:0,f=a-1;a--;){var m=s[a];if(a==f||m!==w){var w=m;lr(m)?ua.call(r,m,1):df(r,m)}}return r}function uf(r,s){return r+da(cy()*(s-r+1))}function UN(r,s,a,f){for(var m=-1,w=kt(fa((s-r)/(a||1)),0),S=P(w);w--;)S[f?w:++m]=r,r+=a;return S}function cf(r,s){var a="";if(!r||s<1||s>Le)return a;do s%2&&(a+=r),s=da(s/2),s&&(r+=r);while(s);return a}function Fe(r,s){return Rf(ov(r,s,tn),r+"")}function BN(r){return hy(Bi(r))}function qN(r,s){var a=Bi(r);return Va(a,Jr(s,0,a.length))}function Ms(r,s,a,f){if(!yt(r))return r;s=Rr(s,r);for(var m=-1,w=s.length,S=w-1,E=r;E!=null&&++m<w;){var I=Yn(s[m]),W=a;if(I==="__proto__"||I==="constructor"||I==="prototype")return r;if(m!=S){var K=E[I];W=f?f(K,I,E):n,W===n&&(W=yt(K)?K:lr(s[m+1])?[]:{})}Rs(E,I,W),E=E[I]}return r}var My=ha?function(r,s){return ha.set(r,s),r}:tn,FN=ca?function(r,s){return ca(r,"toString",{configurable:!0,enumerable:!1,value:Uf(s),writable:!0})}:tn;function WN(r){return Va(Bi(r))}function xn(r,s,a){var f=-1,m=r.length;s<0&&(s=-s>m?0:m+s),a=a>m?m:a,a<0&&(a+=m),m=s>a?0:a-s>>>0,s>>>=0;for(var w=P(m);++f<m;)w[f]=r[f+s];return w}function KN(r,s){var a;return xr(r,function(f,m,w){return a=s(f,m,w),!a}),!!a}function ba(r,s,a){var f=0,m=r==null?f:r.length;if(typeof s=="number"&&s===s&&m<=D){for(;f<m;){var w=f+m>>>1,S=r[w];S!==null&&!an(S)&&(a?S<=s:S<s)?f=w+1:m=w}return m}return ff(r,s,tn,a)}function ff(r,s,a,f){var m=0,w=r==null?0:r.length;if(w===0)return 0;s=a(s);for(var S=s!==s,E=s===null,I=an(s),W=s===n;m<w;){var K=da((m+w)/2),z=a(r[K]),te=z!==n,le=z===null,ve=z===z,qe=an(z);if(S)var we=f||ve;else W?we=ve&&(f||te):E?we=ve&&te&&(f||!le):I?we=ve&&te&&!le&&(f||!qe):le||qe?we=!1:we=f?z<=s:z<s;we?m=K+1:w=K}return Ht(w,V)}function Ny(r,s){for(var a=-1,f=r.length,m=0,w=[];++a<f;){var S=r[a],E=s?s(S):S;if(!a||!Un(E,I)){var I=E;w[m++]=S===0?0:S}}return w}function Ly(r){return typeof r=="number"?r:an(r)?ae:+r}function on(r){if(typeof r=="string")return r;if(Me(r))return ht(r,on)+"";if(an(r))return fy?fy.call(r):"";var s=r+"";return s=="0"&&1/r==-ye?"-0":s}function Cr(r,s,a){var f=-1,m=$o,w=r.length,S=!0,E=[],I=E;if(a)S=!1,m=qc;else if(w>=o){var W=s?null:$N(r);if(W)return ta(W);S=!1,m=Ss,I=new Qr}else I=s?[]:E;e:for(;++f<w;){var K=r[f],z=s?s(K):K;if(K=a||K!==0?K:0,S&&z===z){for(var te=I.length;te--;)if(I[te]===z)continue e;s&&I.push(z),E.push(K)}else m(I,z,a)||(I!==E&&I.push(z),E.push(K))}return E}function df(r,s){return s=Rr(s,r),r=av(r,s),r==null||delete r[Yn(Cn(s))]}function Dy(r,s,a,f){return Ms(r,s,a(jr(r,s)),f)}function Sa(r,s,a,f){for(var m=r.length,w=f?m:-1;(f?w--:++w<m)&&s(r[w],w,r););return a?xn(r,f?0:w,f?w+1:m):xn(r,f?w+1:0,f?m:w)}function Py(r,s){var a=r;return a instanceof Ke&&(a=a.value()),Fc(s,function(f,m){return m.func.apply(m.thisArg,Ar([f],m.args))},a)}function hf(r,s,a){var f=r.length;if(f<2)return f?Cr(r[0]):[];for(var m=-1,w=P(f);++m<f;)for(var S=r[m],E=-1;++E<f;)E!=m&&(w[m]=ks(w[m]||S,r[E],s,a));return Cr(Bt(w,1),s,a)}function Oy(r,s,a){for(var f=-1,m=r.length,w=s.length,S={};++f<m;){var E=f<w?s[f]:n;a(S,r[f],E)}return S}function pf(r){return At(r)?r:[]}function mf(r){return typeof r=="function"?r:tn}function Rr(r,s){return Me(r)?r:Tf(r,s)?[r]:fv(Je(r))}var HN=Fe;function kr(r,s,a){var f=r.length;return a=a===n?f:a,!s&&a>=f?r:xn(r,s,a)}var Uy=IM||function(r){return Ut.clearTimeout(r)};function By(r,s){if(s)return r.slice();var a=r.length,f=sy?sy(a):new r.constructor(a);return r.copy(f),f}function gf(r){var s=new r.constructor(r.byteLength);return new aa(s).set(new aa(r)),s}function zN(r,s){var a=s?gf(r.buffer):r.buffer;return new r.constructor(a,r.byteOffset,r.byteLength)}function _N(r){var s=new r.constructor(r.source,S0.exec(r));return s.lastIndex=r.lastIndex,s}function GN(r){return Cs?nt(Cs.call(r)):{}}function qy(r,s){var a=s?gf(r.buffer):r.buffer;return new r.constructor(a,r.byteOffset,r.length)}function Fy(r,s){if(r!==s){var a=r!==n,f=r===null,m=r===r,w=an(r),S=s!==n,E=s===null,I=s===s,W=an(s);if(!E&&!W&&!w&&r>s||w&&S&&I&&!E&&!W||f&&S&&I||!a&&I||!m)return 1;if(!f&&!w&&!W&&r<s||W&&a&&m&&!f&&!w||E&&a&&m||!S&&m||!I)return-1}return 0}function YN(r,s,a){for(var f=-1,m=r.criteria,w=s.criteria,S=m.length,E=a.length;++f<S;){var I=Fy(m[f],w[f]);if(I){if(f>=E)return I;var W=a[f];return I*(W=="desc"?-1:1)}}return r.index-s.index}function Wy(r,s,a,f){for(var m=-1,w=r.length,S=a.length,E=-1,I=s.length,W=kt(w-S,0),K=P(I+W),z=!f;++E<I;)K[E]=s[E];for(;++m<S;)(z||m<w)&&(K[a[m]]=r[m]);for(;W--;)K[E++]=r[m++];return K}function Ky(r,s,a,f){for(var m=-1,w=r.length,S=-1,E=a.length,I=-1,W=s.length,K=kt(w-E,0),z=P(K+W),te=!f;++m<K;)z[m]=r[m];for(var le=m;++I<W;)z[le+I]=s[I];for(;++S<E;)(te||m<w)&&(z[le+a[S]]=r[m++]);return z}function Zt(r,s){var a=-1,f=r.length;for(s||(s=P(f));++a<f;)s[a]=r[a];return s}function Gn(r,s,a,f){var m=!a;a||(a={});for(var w=-1,S=s.length;++w<S;){var E=s[w],I=f?f(a[E],r[E],E,a,r):n;I===n&&(I=r[E]),m?sr(a,E,I):Rs(a,E,I)}return a}function QN(r,s){return Gn(r,Ef(r),s)}function JN(r,s){return Gn(r,tv(r),s)}function Aa(r,s){return function(a,f){var m=Me(a)?eM:yN,w=s?s():{};return m(a,r,ge(f,2),w)}}function Di(r){return Fe(function(s,a){var f=-1,m=a.length,w=m>1?a[m-1]:n,S=m>2?a[2]:n;for(w=r.length>3&&typeof w=="function"?(m--,w):n,S&&Yt(a[0],a[1],S)&&(w=m<3?n:w,m=1),s=nt(s);++f<m;){var E=a[f];E&&r(s,E,f,w)}return s})}function Hy(r,s){return function(a,f){if(a==null)return a;if(!$t(a))return r(a,f);for(var m=a.length,w=s?m:-1,S=nt(a);(s?w--:++w<m)&&f(S[w],w,S)!==!1;);return a}}function zy(r){return function(s,a,f){for(var m=-1,w=nt(s),S=f(s),E=S.length;E--;){var I=S[r?E:++m];if(a(w[I],I,w)===!1)break}return s}}function jN(r,s,a){var f=s&q,m=Ns(r);function w(){var S=this&&this!==Ut&&this instanceof w?m:r;return S.apply(f?a:this,arguments)}return w}function _y(r){return function(s){s=Je(s);var a=Ri(s)?Pn(s):n,f=a?a[0]:s.charAt(0),m=a?kr(a,1).join(""):s.slice(1);return f[r]()+m}}function Pi(r){return function(s){return Fc(Hv(Kv(s).replace(FI,"")),r,"")}}function Ns(r){return function(){var s=arguments;switch(s.length){case 0:return new r;case 1:return new r(s[0]);case 2:return new r(s[0],s[1]);case 3:return new r(s[0],s[1],s[2]);case 4:return new r(s[0],s[1],s[2],s[3]);case 5:return new r(s[0],s[1],s[2],s[3],s[4]);case 6:return new r(s[0],s[1],s[2],s[3],s[4],s[5]);case 7:return new r(s[0],s[1],s[2],s[3],s[4],s[5],s[6])}var a=Li(r.prototype),f=r.apply(a,s);return yt(f)?f:a}}function XN(r,s,a){var f=Ns(r);function m(){for(var w=arguments.length,S=P(w),E=w,I=Oi(m);E--;)S[E]=arguments[E];var W=w<3&&S[0]!==I&&S[w-1]!==I?[]:Er(S,I);if(w-=W.length,w<a)return jy(r,s,Ea,m.placeholder,n,S,W,n,n,a-w);var K=this&&this!==Ut&&this instanceof m?f:r;return rn(K,this,S)}return m}function Gy(r){return function(s,a,f){var m=nt(s);if(!$t(s)){var w=ge(a,3);s=Mt(s),a=function(E){return w(m[E],E,m)}}var S=r(s,a,f);return S>-1?m[w?s[S]:S]:n}}function Yy(r){return ar(function(s){var a=s.length,f=a,m=En.prototype.thru;for(r&&s.reverse();f--;){var w=s[f];if(typeof w!="function")throw new An(u);if(m&&!S&&Ra(w)=="wrapper")var S=new En([],!0)}for(f=S?f:a;++f<a;){w=s[f];var E=Ra(w),I=E=="wrapper"?Sf(w):n;I&&xf(I[0])&&I[1]==(J|O|H|Y)&&!I[4].length&&I[9]==1?S=S[Ra(I[0])].apply(S,I[3]):S=w.length==1&&xf(w)?S[E]():S.thru(w)}return function(){var W=arguments,K=W[0];if(S&&W.length==1&&Me(K))return S.plant(K).value();for(var z=0,te=a?s[z].apply(this,W):K;++z<a;)te=s[z].call(this,te);return te}})}function Ea(r,s,a,f,m,w,S,E,I,W){var K=s&J,z=s&q,te=s&L,le=s&(O|G),ve=s&pe,qe=te?n:Ns(r);function we(){for(var We=arguments.length,ze=P(We),ln=We;ln--;)ze[ln]=arguments[ln];if(le)var Qt=Oi(we),un=uM(ze,Qt);if(f&&(ze=Wy(ze,f,m,le)),w&&(ze=Ky(ze,w,S,le)),We-=un,le&&We<W){var Et=Er(ze,Qt);return jy(r,s,Ea,we.placeholder,a,ze,Et,E,I,W-We)}var Bn=z?a:this,fr=te?Bn[r]:r;return We=ze.length,E?ze=yL(ze,E):ve&&We>1&&ze.reverse(),K&&I<We&&(ze.length=I),this&&this!==Ut&&this instanceof we&&(fr=qe||Ns(fr)),fr.apply(Bn,ze)}return we}function Qy(r,s){return function(a,f){return xN(a,r,s(f),{})}}function Ta(r,s){return function(a,f){var m;if(a===n&&f===n)return s;if(a!==n&&(m=a),f!==n){if(m===n)return f;typeof a=="string"||typeof f=="string"?(a=on(a),f=on(f)):(a=Ly(a),f=Ly(f)),m=r(a,f)}return m}}function yf(r){return ar(function(s){return s=ht(s,sn(ge())),Fe(function(a){var f=this;return r(s,function(m){return rn(m,f,a)})})})}function xa(r,s){s=s===n?" ":on(s);var a=s.length;if(a<2)return a?cf(s,r):s;var f=cf(s,fa(r/ki(s)));return Ri(s)?kr(Pn(f),0,r).join(""):f.slice(0,r)}function ZN(r,s,a,f){var m=s&q,w=Ns(r);function S(){for(var E=-1,I=arguments.length,W=-1,K=f.length,z=P(K+I),te=this&&this!==Ut&&this instanceof S?w:r;++W<K;)z[W]=f[W];for(;I--;)z[W++]=arguments[++E];return rn(te,m?a:this,z)}return S}function Jy(r){return function(s,a,f){return f&&typeof f!="number"&&Yt(s,a,f)&&(a=f=n),s=cr(s),a===n?(a=s,s=0):a=cr(a),f=f===n?s<a?1:-1:cr(f),UN(s,a,f,r)}}function Ca(r){return function(s,a){return typeof s=="string"&&typeof a=="string"||(s=Rn(s),a=Rn(a)),r(s,a)}}function jy(r,s,a,f,m,w,S,E,I,W){var K=s&O,z=K?S:n,te=K?n:S,le=K?w:n,ve=K?n:w;s|=K?H:Q,s&=~(K?Q:H),s&M||(s&=-4);var qe=[r,s,m,le,z,ve,te,E,I,W],we=a.apply(n,qe);return xf(r)&&lv(we,qe),we.placeholder=f,uv(we,r,s)}function vf(r){var s=Rt[r];return function(a,f){if(a=Rn(a),f=f==null?0:Ht(Ue(f),292),f&&uy(a)){var m=(Je(a)+"e").split("e"),w=s(m[0]+"e"+(+m[1]+f));return m=(Je(w)+"e").split("e"),+(m[0]+"e"+(+m[1]-f))}return s(a)}}var $N=Mi&&1/ta(new Mi([,-0]))[1]==ye?function(r){return new Mi(r)}:Ff;function Xy(r){return function(s){var a=zt(s);return a==Se?Yc(s):a==Qe?gM(s):lM(s,r(s))}}function or(r,s,a,f,m,w,S,E){var I=s&L;if(!I&&typeof r!="function")throw new An(u);var W=f?f.length:0;if(W||(s&=-97,f=m=n),S=S===n?S:kt(Ue(S),0),E=E===n?E:Ue(E),W-=m?m.length:0,s&Q){var K=f,z=m;f=m=n}var te=I?n:Sf(r),le=[r,s,a,f,m,K,z,w,S,E];if(te&&pL(le,te),r=le[0],s=le[1],a=le[2],f=le[3],m=le[4],E=le[9]=le[9]===n?I?0:r.length:kt(le[9]-W,0),!E&&s&(O|G)&&(s&=-25),!s||s==q)var ve=jN(r,s,a);else s==O||s==G?ve=XN(r,s,E):(s==H||s==(q|H))&&!m.length?ve=ZN(r,s,a,f):ve=Ea.apply(n,le);var qe=te?My:lv;return uv(qe(ve,le),r,s)}function Zy(r,s,a,f){return r===n||Un(r,Ii[a])&&!Xe.call(f,a)?s:r}function $y(r,s,a,f,m,w){return yt(r)&&yt(s)&&(w.set(s,r),wa(r,s,n,$y,w),w.delete(s)),r}function eL(r){return Ps(r)?n:r}function ev(r,s,a,f,m,w){var S=a&x,E=r.length,I=s.length;if(E!=I&&!(S&&I>E))return!1;var W=w.get(r),K=w.get(s);if(W&&K)return W==s&&K==r;var z=-1,te=!0,le=a&R?new Qr:n;for(w.set(r,s),w.set(s,r);++z<E;){var ve=r[z],qe=s[z];if(f)var we=S?f(qe,ve,z,s,r,w):f(ve,qe,z,r,s,w);if(we!==n){if(we)continue;te=!1;break}if(le){if(!Wc(s,function(We,ze){if(!Ss(le,ze)&&(ve===We||m(ve,We,a,f,w)))return le.push(ze)})){te=!1;break}}else if(!(ve===qe||m(ve,qe,a,f,w))){te=!1;break}}return w.delete(r),w.delete(s),te}function tL(r,s,a,f,m,w,S){switch(a){case vn:if(r.byteLength!=s.byteLength||r.byteOffset!=s.byteOffset)return!1;r=r.buffer,s=s.buffer;case Vt:return!(r.byteLength!=s.byteLength||!w(new aa(r),new aa(s)));case j:case be:case Be:return Un(+r,+s);case Ge:return r.name==s.name&&r.message==s.message;case et:case Xt:return r==s+"";case Se:var E=Yc;case Qe:var I=f&x;if(E||(E=ta),r.size!=s.size&&!I)return!1;var W=S.get(r);if(W)return W==s;f|=R,S.set(r,s);var K=ev(E(r),E(s),f,m,w,S);return S.delete(r),K;case Pt:if(Cs)return Cs.call(r)==Cs.call(s)}return!1}function nL(r,s,a,f,m,w){var S=a&x,E=wf(r),I=E.length,W=wf(s),K=W.length;if(I!=K&&!S)return!1;for(var z=I;z--;){var te=E[z];if(!(S?te in s:Xe.call(s,te)))return!1}var le=w.get(r),ve=w.get(s);if(le&&ve)return le==s&&ve==r;var qe=!0;w.set(r,s),w.set(s,r);for(var we=S;++z<I;){te=E[z];var We=r[te],ze=s[te];if(f)var ln=S?f(ze,We,te,s,r,w):f(We,ze,te,r,s,w);if(!(ln===n?We===ze||m(We,ze,a,f,w):ln)){qe=!1;break}we||(we=te=="constructor")}if(qe&&!we){var Qt=r.constructor,un=s.constructor;Qt!=un&&"constructor"in r&&"constructor"in s&&!(typeof Qt=="function"&&Qt instanceof Qt&&typeof un=="function"&&un instanceof un)&&(qe=!1)}return w.delete(r),w.delete(s),qe}function ar(r){return Rf(ov(r,n,mv),r+"")}function wf(r){return by(r,Mt,Ef)}function bf(r){return by(r,en,tv)}var Sf=ha?function(r){return ha.get(r)}:Ff;function Ra(r){for(var s=r.name+"",a=Ni[s],f=Xe.call(Ni,s)?a.length:0;f--;){var m=a[f],w=m.func;if(w==null||w==r)return m.name}return s}function Oi(r){var s=Xe.call(y,"placeholder")?y:r;return s.placeholder}function ge(){var r=y.iteratee||Bf;return r=r===Bf?Ey:r,arguments.length?r(arguments[0],arguments[1]):r}function ka(r,s){var a=r.__data__;return cL(s)?a[typeof s=="string"?"string":"hash"]:a.map}function Af(r){for(var s=Mt(r),a=s.length;a--;){var f=s[a],m=r[f];s[a]=[f,m,iv(m)]}return s}function Xr(r,s){var a=hM(r,s);return Ay(a)?a:n}function rL(r){var s=Xe.call(r,Gr),a=r[Gr];try{r[Gr]=n;var f=!0}catch{}var m=sa.call(r);return f&&(s?r[Gr]=a:delete r[Gr]),m}var Ef=Jc?function(r){return r==null?[]:(r=nt(r),Sr(Jc(r),function(s){return ay.call(r,s)}))}:Wf,tv=Jc?function(r){for(var s=[];r;)Ar(s,Ef(r)),r=la(r);return s}:Wf,zt=Gt;(jc&&zt(new jc(new ArrayBuffer(1)))!=vn||Es&&zt(new Es)!=Se||Xc&&zt(Xc.resolve())!=Wt||Mi&&zt(new Mi)!=Qe||Ts&&zt(new Ts)!=dt)&&(zt=function(r){var s=Gt(r),a=s==$e?r.constructor:n,f=a?Zr(a):"";if(f)switch(f){case qM:return vn;case FM:return Se;case WM:return Wt;case KM:return Qe;case HM:return dt}return s});function iL(r,s,a){for(var f=-1,m=a.length;++f<m;){var w=a[f],S=w.size;switch(w.type){case"drop":r+=S;break;case"dropRight":s-=S;break;case"take":s=Ht(s,r+S);break;case"takeRight":r=kt(r,s-S);break}}return{start:r,end:s}}function sL(r){var s=r.match(fI);return s?s[1].split(dI):[]}function nv(r,s,a){s=Rr(s,r);for(var f=-1,m=s.length,w=!1;++f<m;){var S=Yn(s[f]);if(!(w=r!=null&&a(r,S)))break;r=r[S]}return w||++f!=m?w:(m=r==null?0:r.length,!!m&&Pa(m)&&lr(S,m)&&(Me(r)||$r(r)))}function oL(r){var s=r.length,a=new r.constructor(s);return s&&typeof r[0]=="string"&&Xe.call(r,"index")&&(a.index=r.index,a.input=r.input),a}function rv(r){return typeof r.constructor=="function"&&!Ls(r)?Li(la(r)):{}}function aL(r,s,a){var f=r.constructor;switch(s){case Vt:return gf(r);case j:case be:return new f(+r);case vn:return zN(r,a);case Dn:case zn:case zr:case tr:case nr:case wn:case N:case C:case _:return qy(r,a);case Se:return new f;case Be:case Xt:return new f(r);case et:return _N(r);case Qe:return new f;case Pt:return GN(r)}}function lL(r,s){var a=s.length;if(!a)return r;var f=a-1;return s[f]=(a>1?"& ":"")+s[f],s=s.join(a>2?", ":" "),r.replace(cI,`{
|
|
22
|
-
/* [wrapped with `+s+`] */
|
|
23
|
-
`)}function uL(r){return Me(r)||$r(r)||!!(ly&&r&&r[ly])}function lr(r,s){var a=typeof r;return s=s??Le,!!s&&(a=="number"||a!="symbol"&&SI.test(r))&&r>-1&&r%1==0&&r<s}function Yt(r,s,a){if(!yt(a))return!1;var f=typeof s;return(f=="number"?$t(a)&&lr(s,a.length):f=="string"&&s in a)?Un(a[s],r):!1}function Tf(r,s){if(Me(r))return!1;var a=typeof r;return a=="number"||a=="symbol"||a=="boolean"||r==null||an(r)?!0:at.test(r)||!st.test(r)||s!=null&&r in nt(s)}function cL(r){var s=typeof r;return s=="string"||s=="number"||s=="symbol"||s=="boolean"?r!=="__proto__":r===null}function xf(r){var s=Ra(r),a=y[s];if(typeof a!="function"||!(s in Ke.prototype))return!1;if(r===a)return!0;var f=Sf(a);return!!f&&r===f[0]}function fL(r){return!!iy&&iy in r}var dL=ra?ur:Kf;function Ls(r){var s=r&&r.constructor,a=typeof s=="function"&&s.prototype||Ii;return r===a}function iv(r){return r===r&&!yt(r)}function sv(r,s){return function(a){return a==null?!1:a[r]===s&&(s!==n||r in nt(a))}}function hL(r){var s=La(r,function(f){return a.size===h&&a.clear(),f}),a=s.cache;return s}function pL(r,s){var a=r[1],f=s[1],m=a|f,w=m<(q|L|J),S=f==J&&a==O||f==J&&a==Y&&r[7].length<=s[8]||f==(J|Y)&&s[7].length<=s[8]&&a==O;if(!(w||S))return r;f&q&&(r[2]=s[2],m|=a&q?0:M);var E=s[3];if(E){var I=r[3];r[3]=I?Wy(I,E,s[4]):E,r[4]=I?Er(r[3],p):s[4]}return E=s[5],E&&(I=r[5],r[5]=I?Ky(I,E,s[6]):E,r[6]=I?Er(r[5],p):s[6]),E=s[7],E&&(r[7]=E),f&J&&(r[8]=r[8]==null?s[8]:Ht(r[8],s[8])),r[9]==null&&(r[9]=s[9]),r[0]=s[0],r[1]=m,r}function mL(r){var s=[];if(r!=null)for(var a in nt(r))s.push(a);return s}function gL(r){return sa.call(r)}function ov(r,s,a){return s=kt(s===n?r.length-1:s,0),function(){for(var f=arguments,m=-1,w=kt(f.length-s,0),S=P(w);++m<w;)S[m]=f[s+m];m=-1;for(var E=P(s+1);++m<s;)E[m]=f[m];return E[s]=a(S),rn(r,this,E)}}function av(r,s){return s.length<2?r:jr(r,xn(s,0,-1))}function yL(r,s){for(var a=r.length,f=Ht(s.length,a),m=Zt(r);f--;){var w=s[f];r[f]=lr(w,a)?m[w]:n}return r}function Cf(r,s){if(!(s==="constructor"&&typeof r[s]=="function")&&s!="__proto__")return r[s]}var lv=cv(My),Ds=NM||function(r,s){return Ut.setTimeout(r,s)},Rf=cv(FN);function uv(r,s,a){var f=s+"";return Rf(r,lL(f,vL(sL(f),a)))}function cv(r){var s=0,a=0;return function(){var f=OM(),m=Ve-(f-a);if(a=f,m>0){if(++s>=Pe)return arguments[0]}else s=0;return r.apply(n,arguments)}}function Va(r,s){var a=-1,f=r.length,m=f-1;for(s=s===n?f:s;++a<s;){var w=uf(a,m),S=r[w];r[w]=r[a],r[a]=S}return r.length=s,r}var fv=hL(function(r){var s=[];return r.charCodeAt(0)===46&&s.push(""),r.replace(Ot,function(a,f,m,w){s.push(m?w.replace(mI,"$1"):f||a)}),s});function Yn(r){if(typeof r=="string"||an(r))return r;var s=r+"";return s=="0"&&1/r==-ye?"-0":s}function Zr(r){if(r!=null){try{return ia.call(r)}catch{}try{return r+""}catch{}}return""}function vL(r,s){return Sn(T,function(a){var f="_."+a[0];s&a[1]&&!$o(r,f)&&r.push(f)}),r.sort()}function dv(r){if(r instanceof Ke)return r.clone();var s=new En(r.__wrapped__,r.__chain__);return s.__actions__=Zt(r.__actions__),s.__index__=r.__index__,s.__values__=r.__values__,s}function wL(r,s,a){(a?Yt(r,s,a):s===n)?s=1:s=kt(Ue(s),0);var f=r==null?0:r.length;if(!f||s<1)return[];for(var m=0,w=0,S=P(fa(f/s));m<f;)S[w++]=xn(r,m,m+=s);return S}function bL(r){for(var s=-1,a=r==null?0:r.length,f=0,m=[];++s<a;){var w=r[s];w&&(m[f++]=w)}return m}function SL(){var r=arguments.length;if(!r)return[];for(var s=P(r-1),a=arguments[0],f=r;f--;)s[f-1]=arguments[f];return Ar(Me(a)?Zt(a):[a],Bt(s,1))}var AL=Fe(function(r,s){return At(r)?ks(r,Bt(s,1,At,!0)):[]}),EL=Fe(function(r,s){var a=Cn(s);return At(a)&&(a=n),At(r)?ks(r,Bt(s,1,At,!0),ge(a,2)):[]}),TL=Fe(function(r,s){var a=Cn(s);return At(a)&&(a=n),At(r)?ks(r,Bt(s,1,At,!0),n,a):[]});function xL(r,s,a){var f=r==null?0:r.length;return f?(s=a||s===n?1:Ue(s),xn(r,s<0?0:s,f)):[]}function CL(r,s,a){var f=r==null?0:r.length;return f?(s=a||s===n?1:Ue(s),s=f-s,xn(r,0,s<0?0:s)):[]}function RL(r,s){return r&&r.length?Sa(r,ge(s,3),!0,!0):[]}function kL(r,s){return r&&r.length?Sa(r,ge(s,3),!0):[]}function VL(r,s,a,f){var m=r==null?0:r.length;return m?(a&&typeof a!="number"&&Yt(r,s,a)&&(a=0,f=m),SN(r,s,a,f)):[]}function hv(r,s,a){var f=r==null?0:r.length;if(!f)return-1;var m=a==null?0:Ue(a);return m<0&&(m=kt(f+m,0)),ea(r,ge(s,3),m)}function pv(r,s,a){var f=r==null?0:r.length;if(!f)return-1;var m=f-1;return a!==n&&(m=Ue(a),m=a<0?kt(f+m,0):Ht(m,f-1)),ea(r,ge(s,3),m,!0)}function mv(r){var s=r==null?0:r.length;return s?Bt(r,1):[]}function IL(r){var s=r==null?0:r.length;return s?Bt(r,ye):[]}function ML(r,s){var a=r==null?0:r.length;return a?(s=s===n?1:Ue(s),Bt(r,s)):[]}function NL(r){for(var s=-1,a=r==null?0:r.length,f={};++s<a;){var m=r[s];f[m[0]]=m[1]}return f}function gv(r){return r&&r.length?r[0]:n}function LL(r,s,a){var f=r==null?0:r.length;if(!f)return-1;var m=a==null?0:Ue(a);return m<0&&(m=kt(f+m,0)),Ci(r,s,m)}function DL(r){var s=r==null?0:r.length;return s?xn(r,0,-1):[]}var PL=Fe(function(r){var s=ht(r,pf);return s.length&&s[0]===r[0]?rf(s):[]}),OL=Fe(function(r){var s=Cn(r),a=ht(r,pf);return s===Cn(a)?s=n:a.pop(),a.length&&a[0]===r[0]?rf(a,ge(s,2)):[]}),UL=Fe(function(r){var s=Cn(r),a=ht(r,pf);return s=typeof s=="function"?s:n,s&&a.pop(),a.length&&a[0]===r[0]?rf(a,n,s):[]});function BL(r,s){return r==null?"":DM.call(r,s)}function Cn(r){var s=r==null?0:r.length;return s?r[s-1]:n}function qL(r,s,a){var f=r==null?0:r.length;if(!f)return-1;var m=f;return a!==n&&(m=Ue(a),m=m<0?kt(f+m,0):Ht(m,f-1)),s===s?vM(r,s,m):ea(r,j0,m,!0)}function FL(r,s){return r&&r.length?Ry(r,Ue(s)):n}var WL=Fe(yv);function yv(r,s){return r&&r.length&&s&&s.length?lf(r,s):r}function KL(r,s,a){return r&&r.length&&s&&s.length?lf(r,s,ge(a,2)):r}function HL(r,s,a){return r&&r.length&&s&&s.length?lf(r,s,n,a):r}var zL=ar(function(r,s){var a=r==null?0:r.length,f=$c(r,s);return Iy(r,ht(s,function(m){return lr(m,a)?+m:m}).sort(Fy)),f});function _L(r,s){var a=[];if(!(r&&r.length))return a;var f=-1,m=[],w=r.length;for(s=ge(s,3);++f<w;){var S=r[f];s(S,f,r)&&(a.push(S),m.push(f))}return Iy(r,m),a}function kf(r){return r==null?r:BM.call(r)}function GL(r,s,a){var f=r==null?0:r.length;return f?(a&&typeof a!="number"&&Yt(r,s,a)?(s=0,a=f):(s=s==null?0:Ue(s),a=a===n?f:Ue(a)),xn(r,s,a)):[]}function YL(r,s){return ba(r,s)}function QL(r,s,a){return ff(r,s,ge(a,2))}function JL(r,s){var a=r==null?0:r.length;if(a){var f=ba(r,s);if(f<a&&Un(r[f],s))return f}return-1}function jL(r,s){return ba(r,s,!0)}function XL(r,s,a){return ff(r,s,ge(a,2),!0)}function ZL(r,s){var a=r==null?0:r.length;if(a){var f=ba(r,s,!0)-1;if(Un(r[f],s))return f}return-1}function $L(r){return r&&r.length?Ny(r):[]}function eD(r,s){return r&&r.length?Ny(r,ge(s,2)):[]}function tD(r){var s=r==null?0:r.length;return s?xn(r,1,s):[]}function nD(r,s,a){return r&&r.length?(s=a||s===n?1:Ue(s),xn(r,0,s<0?0:s)):[]}function rD(r,s,a){var f=r==null?0:r.length;return f?(s=a||s===n?1:Ue(s),s=f-s,xn(r,s<0?0:s,f)):[]}function iD(r,s){return r&&r.length?Sa(r,ge(s,3),!1,!0):[]}function sD(r,s){return r&&r.length?Sa(r,ge(s,3)):[]}var oD=Fe(function(r){return Cr(Bt(r,1,At,!0))}),aD=Fe(function(r){var s=Cn(r);return At(s)&&(s=n),Cr(Bt(r,1,At,!0),ge(s,2))}),lD=Fe(function(r){var s=Cn(r);return s=typeof s=="function"?s:n,Cr(Bt(r,1,At,!0),n,s)});function uD(r){return r&&r.length?Cr(r):[]}function cD(r,s){return r&&r.length?Cr(r,ge(s,2)):[]}function fD(r,s){return s=typeof s=="function"?s:n,r&&r.length?Cr(r,n,s):[]}function Vf(r){if(!(r&&r.length))return[];var s=0;return r=Sr(r,function(a){if(At(a))return s=kt(a.length,s),!0}),_c(s,function(a){return ht(r,Kc(a))})}function vv(r,s){if(!(r&&r.length))return[];var a=Vf(r);return s==null?a:ht(a,function(f){return rn(s,n,f)})}var dD=Fe(function(r,s){return At(r)?ks(r,s):[]}),hD=Fe(function(r){return hf(Sr(r,At))}),pD=Fe(function(r){var s=Cn(r);return At(s)&&(s=n),hf(Sr(r,At),ge(s,2))}),mD=Fe(function(r){var s=Cn(r);return s=typeof s=="function"?s:n,hf(Sr(r,At),n,s)}),gD=Fe(Vf);function yD(r,s){return Oy(r||[],s||[],Rs)}function vD(r,s){return Oy(r||[],s||[],Ms)}var wD=Fe(function(r){var s=r.length,a=s>1?r[s-1]:n;return a=typeof a=="function"?(r.pop(),a):n,vv(r,a)});function wv(r){var s=y(r);return s.__chain__=!0,s}function bD(r,s){return s(r),r}function Ia(r,s){return s(r)}var SD=ar(function(r){var s=r.length,a=s?r[0]:0,f=this.__wrapped__,m=function(w){return $c(w,r)};return s>1||this.__actions__.length||!(f instanceof Ke)||!lr(a)?this.thru(m):(f=f.slice(a,+a+(s?1:0)),f.__actions__.push({func:Ia,args:[m],thisArg:n}),new En(f,this.__chain__).thru(function(w){return s&&!w.length&&w.push(n),w}))});function AD(){return wv(this)}function ED(){return new En(this.value(),this.__chain__)}function TD(){this.__values__===n&&(this.__values__=Lv(this.value()));var r=this.__index__>=this.__values__.length,s=r?n:this.__values__[this.__index__++];return{done:r,value:s}}function xD(){return this}function CD(r){for(var s,a=this;a instanceof ma;){var f=dv(a);f.__index__=0,f.__values__=n,s?m.__wrapped__=f:s=f;var m=f;a=a.__wrapped__}return m.__wrapped__=r,s}function RD(){var r=this.__wrapped__;if(r instanceof Ke){var s=r;return this.__actions__.length&&(s=new Ke(this)),s=s.reverse(),s.__actions__.push({func:Ia,args:[kf],thisArg:n}),new En(s,this.__chain__)}return this.thru(kf)}function kD(){return Py(this.__wrapped__,this.__actions__)}var VD=Aa(function(r,s,a){Xe.call(r,a)?++r[a]:sr(r,a,1)});function ID(r,s,a){var f=Me(r)?Q0:bN;return a&&Yt(r,s,a)&&(s=n),f(r,ge(s,3))}function MD(r,s){var a=Me(r)?Sr:vy;return a(r,ge(s,3))}var ND=Gy(hv),LD=Gy(pv);function DD(r,s){return Bt(Ma(r,s),1)}function PD(r,s){return Bt(Ma(r,s),ye)}function OD(r,s,a){return a=a===n?1:Ue(a),Bt(Ma(r,s),a)}function bv(r,s){var a=Me(r)?Sn:xr;return a(r,ge(s,3))}function Sv(r,s){var a=Me(r)?tM:yy;return a(r,ge(s,3))}var UD=Aa(function(r,s,a){Xe.call(r,a)?r[a].push(s):sr(r,a,[s])});function BD(r,s,a,f){r=$t(r)?r:Bi(r),a=a&&!f?Ue(a):0;var m=r.length;return a<0&&(a=kt(m+a,0)),Oa(r)?a<=m&&r.indexOf(s,a)>-1:!!m&&Ci(r,s,a)>-1}var qD=Fe(function(r,s,a){var f=-1,m=typeof s=="function",w=$t(r)?P(r.length):[];return xr(r,function(S){w[++f]=m?rn(s,S,a):Vs(S,s,a)}),w}),FD=Aa(function(r,s,a){sr(r,a,s)});function Ma(r,s){var a=Me(r)?ht:Ty;return a(r,ge(s,3))}function WD(r,s,a,f){return r==null?[]:(Me(s)||(s=s==null?[]:[s]),a=f?n:a,Me(a)||(a=a==null?[]:[a]),ky(r,s,a))}var KD=Aa(function(r,s,a){r[a?0:1].push(s)},function(){return[[],[]]});function HD(r,s,a){var f=Me(r)?Fc:Z0,m=arguments.length<3;return f(r,ge(s,4),a,m,xr)}function zD(r,s,a){var f=Me(r)?nM:Z0,m=arguments.length<3;return f(r,ge(s,4),a,m,yy)}function _D(r,s){var a=Me(r)?Sr:vy;return a(r,Da(ge(s,3)))}function GD(r){var s=Me(r)?hy:BN;return s(r)}function YD(r,s,a){(a?Yt(r,s,a):s===n)?s=1:s=Ue(s);var f=Me(r)?mN:qN;return f(r,s)}function QD(r){var s=Me(r)?gN:WN;return s(r)}function JD(r){if(r==null)return 0;if($t(r))return Oa(r)?ki(r):r.length;var s=zt(r);return s==Se||s==Qe?r.size:of(r).length}function jD(r,s,a){var f=Me(r)?Wc:KN;return a&&Yt(r,s,a)&&(s=n),f(r,ge(s,3))}var XD=Fe(function(r,s){if(r==null)return[];var a=s.length;return a>1&&Yt(r,s[0],s[1])?s=[]:a>2&&Yt(s[0],s[1],s[2])&&(s=[s[0]]),ky(r,Bt(s,1),[])}),Na=MM||function(){return Ut.Date.now()};function ZD(r,s){if(typeof s!="function")throw new An(u);return r=Ue(r),function(){if(--r<1)return s.apply(this,arguments)}}function Av(r,s,a){return s=a?n:s,s=r&&s==null?r.length:s,or(r,J,n,n,n,n,s)}function Ev(r,s){var a;if(typeof s!="function")throw new An(u);return r=Ue(r),function(){return--r>0&&(a=s.apply(this,arguments)),r<=1&&(s=n),a}}var If=Fe(function(r,s,a){var f=q;if(a.length){var m=Er(a,Oi(If));f|=H}return or(r,f,s,a,m)}),Tv=Fe(function(r,s,a){var f=q|L;if(a.length){var m=Er(a,Oi(Tv));f|=H}return or(s,f,r,a,m)});function xv(r,s,a){s=a?n:s;var f=or(r,O,n,n,n,n,n,s);return f.placeholder=xv.placeholder,f}function Cv(r,s,a){s=a?n:s;var f=or(r,G,n,n,n,n,n,s);return f.placeholder=Cv.placeholder,f}function Rv(r,s,a){var f,m,w,S,E,I,W=0,K=!1,z=!1,te=!0;if(typeof r!="function")throw new An(u);s=Rn(s)||0,yt(a)&&(K=!!a.leading,z="maxWait"in a,w=z?kt(Rn(a.maxWait)||0,s):w,te="trailing"in a?!!a.trailing:te);function le(Et){var Bn=f,fr=m;return f=m=n,W=Et,S=r.apply(fr,Bn),S}function ve(Et){return W=Et,E=Ds(We,s),K?le(Et):S}function qe(Et){var Bn=Et-I,fr=Et-W,Gv=s-Bn;return z?Ht(Gv,w-fr):Gv}function we(Et){var Bn=Et-I,fr=Et-W;return I===n||Bn>=s||Bn<0||z&&fr>=w}function We(){var Et=Na();if(we(Et))return ze(Et);E=Ds(We,qe(Et))}function ze(Et){return E=n,te&&f?le(Et):(f=m=n,S)}function ln(){E!==n&&Uy(E),W=0,f=I=m=E=n}function Qt(){return E===n?S:ze(Na())}function un(){var Et=Na(),Bn=we(Et);if(f=arguments,m=this,I=Et,Bn){if(E===n)return ve(I);if(z)return Uy(E),E=Ds(We,s),le(I)}return E===n&&(E=Ds(We,s)),S}return un.cancel=ln,un.flush=Qt,un}var $D=Fe(function(r,s){return gy(r,1,s)}),eP=Fe(function(r,s,a){return gy(r,Rn(s)||0,a)});function tP(r){return or(r,pe)}function La(r,s){if(typeof r!="function"||s!=null&&typeof s!="function")throw new An(u);var a=function(){var f=arguments,m=s?s.apply(this,f):f[0],w=a.cache;if(w.has(m))return w.get(m);var S=r.apply(this,f);return a.cache=w.set(m,S)||w,S};return a.cache=new(La.Cache||ir),a}La.Cache=ir;function Da(r){if(typeof r!="function")throw new An(u);return function(){var s=arguments;switch(s.length){case 0:return!r.call(this);case 1:return!r.call(this,s[0]);case 2:return!r.call(this,s[0],s[1]);case 3:return!r.call(this,s[0],s[1],s[2])}return!r.apply(this,s)}}function nP(r){return Ev(2,r)}var rP=HN(function(r,s){s=s.length==1&&Me(s[0])?ht(s[0],sn(ge())):ht(Bt(s,1),sn(ge()));var a=s.length;return Fe(function(f){for(var m=-1,w=Ht(f.length,a);++m<w;)f[m]=s[m].call(this,f[m]);return rn(r,this,f)})}),Mf=Fe(function(r,s){var a=Er(s,Oi(Mf));return or(r,H,n,s,a)}),kv=Fe(function(r,s){var a=Er(s,Oi(kv));return or(r,Q,n,s,a)}),iP=ar(function(r,s){return or(r,Y,n,n,n,s)});function sP(r,s){if(typeof r!="function")throw new An(u);return s=s===n?s:Ue(s),Fe(r,s)}function oP(r,s){if(typeof r!="function")throw new An(u);return s=s==null?0:kt(Ue(s),0),Fe(function(a){var f=a[s],m=kr(a,0,s);return f&&Ar(m,f),rn(r,this,m)})}function aP(r,s,a){var f=!0,m=!0;if(typeof r!="function")throw new An(u);return yt(a)&&(f="leading"in a?!!a.leading:f,m="trailing"in a?!!a.trailing:m),Rv(r,s,{leading:f,maxWait:s,trailing:m})}function lP(r){return Av(r,1)}function uP(r,s){return Mf(mf(s),r)}function cP(){if(!arguments.length)return[];var r=arguments[0];return Me(r)?r:[r]}function fP(r){return Tn(r,v)}function dP(r,s){return s=typeof s=="function"?s:n,Tn(r,v,s)}function hP(r){return Tn(r,g|v)}function pP(r,s){return s=typeof s=="function"?s:n,Tn(r,g|v,s)}function mP(r,s){return s==null||my(r,s,Mt(s))}function Un(r,s){return r===s||r!==r&&s!==s}var gP=Ca(nf),yP=Ca(function(r,s){return r>=s}),$r=Sy((function(){return arguments})())?Sy:function(r){return bt(r)&&Xe.call(r,"callee")&&!ay.call(r,"callee")},Me=P.isArray,vP=K0?sn(K0):CN;function $t(r){return r!=null&&Pa(r.length)&&!ur(r)}function At(r){return bt(r)&&$t(r)}function wP(r){return r===!0||r===!1||bt(r)&&Gt(r)==j}var Vr=LM||Kf,bP=H0?sn(H0):RN;function SP(r){return bt(r)&&r.nodeType===1&&!Ps(r)}function AP(r){if(r==null)return!0;if($t(r)&&(Me(r)||typeof r=="string"||typeof r.splice=="function"||Vr(r)||Ui(r)||$r(r)))return!r.length;var s=zt(r);if(s==Se||s==Qe)return!r.size;if(Ls(r))return!of(r).length;for(var a in r)if(Xe.call(r,a))return!1;return!0}function EP(r,s){return Is(r,s)}function TP(r,s,a){a=typeof a=="function"?a:n;var f=a?a(r,s):n;return f===n?Is(r,s,n,a):!!f}function Nf(r){if(!bt(r))return!1;var s=Gt(r);return s==Ge||s==Ie||typeof r.message=="string"&&typeof r.name=="string"&&!Ps(r)}function xP(r){return typeof r=="number"&&uy(r)}function ur(r){if(!yt(r))return!1;var s=Gt(r);return s==Oe||s==he||s==X||s==gt}function Vv(r){return typeof r=="number"&&r==Ue(r)}function Pa(r){return typeof r=="number"&&r>-1&&r%1==0&&r<=Le}function yt(r){var s=typeof r;return r!=null&&(s=="object"||s=="function")}function bt(r){return r!=null&&typeof r=="object"}var Iv=z0?sn(z0):VN;function CP(r,s){return r===s||sf(r,s,Af(s))}function RP(r,s,a){return a=typeof a=="function"?a:n,sf(r,s,Af(s),a)}function kP(r){return Mv(r)&&r!=+r}function VP(r){if(dL(r))throw new ke(l);return Ay(r)}function IP(r){return r===null}function MP(r){return r==null}function Mv(r){return typeof r=="number"||bt(r)&&Gt(r)==Be}function Ps(r){if(!bt(r)||Gt(r)!=$e)return!1;var s=la(r);if(s===null)return!0;var a=Xe.call(s,"constructor")&&s.constructor;return typeof a=="function"&&a instanceof a&&ia.call(a)==RM}var Lf=_0?sn(_0):IN;function NP(r){return Vv(r)&&r>=-Le&&r<=Le}var Nv=G0?sn(G0):MN;function Oa(r){return typeof r=="string"||!Me(r)&&bt(r)&&Gt(r)==Xt}function an(r){return typeof r=="symbol"||bt(r)&&Gt(r)==Pt}var Ui=Y0?sn(Y0):NN;function LP(r){return r===n}function DP(r){return bt(r)&&zt(r)==dt}function PP(r){return bt(r)&&Gt(r)==it}var OP=Ca(af),UP=Ca(function(r,s){return r<=s});function Lv(r){if(!r)return[];if($t(r))return Oa(r)?Pn(r):Zt(r);if(As&&r[As])return mM(r[As]());var s=zt(r),a=s==Se?Yc:s==Qe?ta:Bi;return a(r)}function cr(r){if(!r)return r===0?r:0;if(r=Rn(r),r===ye||r===-ye){var s=r<0?-1:1;return s*ce}return r===r?r:0}function Ue(r){var s=cr(r),a=s%1;return s===s?a?s-a:s:0}function Dv(r){return r?Jr(Ue(r),0,fe):0}function Rn(r){if(typeof r=="number")return r;if(an(r))return ae;if(yt(r)){var s=typeof r.valueOf=="function"?r.valueOf():r;r=yt(s)?s+"":s}if(typeof r!="string")return r===0?r:+r;r=$0(r);var a=vI.test(r);return a||bI.test(r)?ZI(r.slice(2),a?2:8):yI.test(r)?ae:+r}function Pv(r){return Gn(r,en(r))}function BP(r){return r?Jr(Ue(r),-Le,Le):r===0?r:0}function Je(r){return r==null?"":on(r)}var qP=Di(function(r,s){if(Ls(s)||$t(s)){Gn(s,Mt(s),r);return}for(var a in s)Xe.call(s,a)&&Rs(r,a,s[a])}),Ov=Di(function(r,s){Gn(s,en(s),r)}),Ua=Di(function(r,s,a,f){Gn(s,en(s),r,f)}),FP=Di(function(r,s,a,f){Gn(s,Mt(s),r,f)}),WP=ar($c);function KP(r,s){var a=Li(r);return s==null?a:py(a,s)}var HP=Fe(function(r,s){r=nt(r);var a=-1,f=s.length,m=f>2?s[2]:n;for(m&&Yt(s[0],s[1],m)&&(f=1);++a<f;)for(var w=s[a],S=en(w),E=-1,I=S.length;++E<I;){var W=S[E],K=r[W];(K===n||Un(K,Ii[W])&&!Xe.call(r,W))&&(r[W]=w[W])}return r}),zP=Fe(function(r){return r.push(n,$y),rn(Uv,n,r)});function _P(r,s){return J0(r,ge(s,3),_n)}function GP(r,s){return J0(r,ge(s,3),tf)}function YP(r,s){return r==null?r:ef(r,ge(s,3),en)}function QP(r,s){return r==null?r:wy(r,ge(s,3),en)}function JP(r,s){return r&&_n(r,ge(s,3))}function jP(r,s){return r&&tf(r,ge(s,3))}function XP(r){return r==null?[]:va(r,Mt(r))}function ZP(r){return r==null?[]:va(r,en(r))}function Df(r,s,a){var f=r==null?n:jr(r,s);return f===n?a:f}function $P(r,s){return r!=null&&nv(r,s,AN)}function Pf(r,s){return r!=null&&nv(r,s,EN)}var eO=Qy(function(r,s,a){s!=null&&typeof s.toString!="function"&&(s=sa.call(s)),r[s]=a},Uf(tn)),tO=Qy(function(r,s,a){s!=null&&typeof s.toString!="function"&&(s=sa.call(s)),Xe.call(r,s)?r[s].push(a):r[s]=[a]},ge),nO=Fe(Vs);function Mt(r){return $t(r)?dy(r):of(r)}function en(r){return $t(r)?dy(r,!0):LN(r)}function rO(r,s){var a={};return s=ge(s,3),_n(r,function(f,m,w){sr(a,s(f,m,w),f)}),a}function iO(r,s){var a={};return s=ge(s,3),_n(r,function(f,m,w){sr(a,m,s(f,m,w))}),a}var sO=Di(function(r,s,a){wa(r,s,a)}),Uv=Di(function(r,s,a,f){wa(r,s,a,f)}),oO=ar(function(r,s){var a={};if(r==null)return a;var f=!1;s=ht(s,function(w){return w=Rr(w,r),f||(f=w.length>1),w}),Gn(r,bf(r),a),f&&(a=Tn(a,g|b|v,eL));for(var m=s.length;m--;)df(a,s[m]);return a});function aO(r,s){return Bv(r,Da(ge(s)))}var lO=ar(function(r,s){return r==null?{}:PN(r,s)});function Bv(r,s){if(r==null)return{};var a=ht(bf(r),function(f){return[f]});return s=ge(s),Vy(r,a,function(f,m){return s(f,m[0])})}function uO(r,s,a){s=Rr(s,r);var f=-1,m=s.length;for(m||(m=1,r=n);++f<m;){var w=r==null?n:r[Yn(s[f])];w===n&&(f=m,w=a),r=ur(w)?w.call(r):w}return r}function cO(r,s,a){return r==null?r:Ms(r,s,a)}function fO(r,s,a,f){return f=typeof f=="function"?f:n,r==null?r:Ms(r,s,a,f)}var qv=Xy(Mt),Fv=Xy(en);function dO(r,s,a){var f=Me(r),m=f||Vr(r)||Ui(r);if(s=ge(s,4),a==null){var w=r&&r.constructor;m?a=f?new w:[]:yt(r)?a=ur(w)?Li(la(r)):{}:a={}}return(m?Sn:_n)(r,function(S,E,I){return s(a,S,E,I)}),a}function hO(r,s){return r==null?!0:df(r,s)}function pO(r,s,a){return r==null?r:Dy(r,s,mf(a))}function mO(r,s,a,f){return f=typeof f=="function"?f:n,r==null?r:Dy(r,s,mf(a),f)}function Bi(r){return r==null?[]:Gc(r,Mt(r))}function gO(r){return r==null?[]:Gc(r,en(r))}function yO(r,s,a){return a===n&&(a=s,s=n),a!==n&&(a=Rn(a),a=a===a?a:0),s!==n&&(s=Rn(s),s=s===s?s:0),Jr(Rn(r),s,a)}function vO(r,s,a){return s=cr(s),a===n?(a=s,s=0):a=cr(a),r=Rn(r),TN(r,s,a)}function wO(r,s,a){if(a&&typeof a!="boolean"&&Yt(r,s,a)&&(s=a=n),a===n&&(typeof s=="boolean"?(a=s,s=n):typeof r=="boolean"&&(a=r,r=n)),r===n&&s===n?(r=0,s=1):(r=cr(r),s===n?(s=r,r=0):s=cr(s)),r>s){var f=r;r=s,s=f}if(a||r%1||s%1){var m=cy();return Ht(r+m*(s-r+XI("1e-"+((m+"").length-1))),s)}return uf(r,s)}var bO=Pi(function(r,s,a){return s=s.toLowerCase(),r+(a?Wv(s):s)});function Wv(r){return Of(Je(r).toLowerCase())}function Kv(r){return r=Je(r),r&&r.replace(AI,cM).replace(WI,"")}function SO(r,s,a){r=Je(r),s=on(s);var f=r.length;a=a===n?f:Jr(Ue(a),0,f);var m=a;return a-=s.length,a>=0&&r.slice(a,m)==s}function AO(r){return r=Je(r),r&&De.test(r)?r.replace(de,fM):r}function EO(r){return r=Je(r),r&&Ct.test(r)?r.replace(Kt,"\\$&"):r}var TO=Pi(function(r,s,a){return r+(a?"-":"")+s.toLowerCase()}),xO=Pi(function(r,s,a){return r+(a?" ":"")+s.toLowerCase()}),CO=_y("toLowerCase");function RO(r,s,a){r=Je(r),s=Ue(s);var f=s?ki(r):0;if(!s||f>=s)return r;var m=(s-f)/2;return xa(da(m),a)+r+xa(fa(m),a)}function kO(r,s,a){r=Je(r),s=Ue(s);var f=s?ki(r):0;return s&&f<s?r+xa(s-f,a):r}function VO(r,s,a){r=Je(r),s=Ue(s);var f=s?ki(r):0;return s&&f<s?xa(s-f,a)+r:r}function IO(r,s,a){return a||s==null?s=0:s&&(s=+s),UM(Je(r).replace(It,""),s||0)}function MO(r,s,a){return(a?Yt(r,s,a):s===n)?s=1:s=Ue(s),cf(Je(r),s)}function NO(){var r=arguments,s=Je(r[0]);return r.length<3?s:s.replace(r[1],r[2])}var LO=Pi(function(r,s,a){return r+(a?"_":"")+s.toLowerCase()});function DO(r,s,a){return a&&typeof a!="number"&&Yt(r,s,a)&&(s=a=n),a=a===n?fe:a>>>0,a?(r=Je(r),r&&(typeof s=="string"||s!=null&&!Lf(s))&&(s=on(s),!s&&Ri(r))?kr(Pn(r),0,a):r.split(s,a)):[]}var PO=Pi(function(r,s,a){return r+(a?" ":"")+Of(s)});function OO(r,s,a){return r=Je(r),a=a==null?0:Jr(Ue(a),0,r.length),s=on(s),r.slice(a,a+s.length)==s}function UO(r,s,a){var f=y.templateSettings;a&&Yt(r,s,a)&&(s=n),r=Je(r),s=Ua({},s,f,Zy);var m=Ua({},s.imports,f.imports,Zy),w=Mt(m),S=Gc(m,w),E,I,W=0,K=s.interpolate||jo,z="__p += '",te=Qc((s.escape||jo).source+"|"+K.source+"|"+(K===xe?gI:jo).source+"|"+(s.evaluate||jo).source+"|$","g"),le="//# sourceURL="+(Xe.call(s,"sourceURL")?(s.sourceURL+"").replace(/\s/g," "):"lodash.templateSources["+ ++GI+"]")+`
|
|
24
|
-
`;r.replace(te,function(we,We,ze,ln,Qt,un){return ze||(ze=ln),z+=r.slice(W,un).replace(EI,dM),We&&(E=!0,z+=`' +
|
|
25
|
-
__e(`+We+`) +
|
|
26
|
-
'`),Qt&&(I=!0,z+=`';
|
|
27
|
-
`+Qt+`;
|
|
28
|
-
__p += '`),ze&&(z+=`' +
|
|
29
|
-
((__t = (`+ze+`)) == null ? '' : __t) +
|
|
30
|
-
'`),W=un+we.length,we}),z+=`';
|
|
31
|
-
`;var ve=Xe.call(s,"variable")&&s.variable;if(!ve)z=`with (obj) {
|
|
32
|
-
`+z+`
|
|
33
|
-
}
|
|
34
|
-
`;else if(pI.test(ve))throw new ke(c);z=(I?z.replace(ee,""):z).replace($,"$1").replace(re,"$1;"),z="function("+(ve||"obj")+`) {
|
|
35
|
-
`+(ve?"":`obj || (obj = {});
|
|
36
|
-
`)+"var __t, __p = ''"+(E?", __e = _.escape":"")+(I?`, __j = Array.prototype.join;
|
|
37
|
-
function print() { __p += __j.call(arguments, '') }
|
|
38
|
-
`:`;
|
|
39
|
-
`)+z+`return __p
|
|
40
|
-
}`;var qe=zv(function(){return Ye(w,le+"return "+z).apply(n,S)});if(qe.source=z,Nf(qe))throw qe;return qe}function BO(r){return Je(r).toLowerCase()}function qO(r){return Je(r).toUpperCase()}function FO(r,s,a){if(r=Je(r),r&&(a||s===n))return $0(r);if(!r||!(s=on(s)))return r;var f=Pn(r),m=Pn(s),w=ey(f,m),S=ty(f,m)+1;return kr(f,w,S).join("")}function WO(r,s,a){if(r=Je(r),r&&(a||s===n))return r.slice(0,ry(r)+1);if(!r||!(s=on(s)))return r;var f=Pn(r),m=ty(f,Pn(s))+1;return kr(f,0,m).join("")}function KO(r,s,a){if(r=Je(r),r&&(a||s===n))return r.replace(It,"");if(!r||!(s=on(s)))return r;var f=Pn(r),m=ey(f,Pn(s));return kr(f,m).join("")}function HO(r,s){var a=se,f=oe;if(yt(s)){var m="separator"in s?s.separator:m;a="length"in s?Ue(s.length):a,f="omission"in s?on(s.omission):f}r=Je(r);var w=r.length;if(Ri(r)){var S=Pn(r);w=S.length}if(a>=w)return r;var E=a-ki(f);if(E<1)return f;var I=S?kr(S,0,E).join(""):r.slice(0,E);if(m===n)return I+f;if(S&&(E+=I.length-E),Lf(m)){if(r.slice(E).search(m)){var W,K=I;for(m.global||(m=Qc(m.source,Je(S0.exec(m))+"g")),m.lastIndex=0;W=m.exec(K);)var z=W.index;I=I.slice(0,z===n?E:z)}}else if(r.indexOf(on(m),E)!=E){var te=I.lastIndexOf(m);te>-1&&(I=I.slice(0,te))}return I+f}function zO(r){return r=Je(r),r&&ue.test(r)?r.replace(me,wM):r}var _O=Pi(function(r,s,a){return r+(a?" ":"")+s.toUpperCase()}),Of=_y("toUpperCase");function Hv(r,s,a){return r=Je(r),s=a?n:s,s===n?pM(r)?AM(r):sM(r):r.match(s)||[]}var zv=Fe(function(r,s){try{return rn(r,n,s)}catch(a){return Nf(a)?a:new ke(a)}}),GO=ar(function(r,s){return Sn(s,function(a){a=Yn(a),sr(r,a,If(r[a],r))}),r});function YO(r){var s=r==null?0:r.length,a=ge();return r=s?ht(r,function(f){if(typeof f[1]!="function")throw new An(u);return[a(f[0]),f[1]]}):[],Fe(function(f){for(var m=-1;++m<s;){var w=r[m];if(rn(w[0],this,f))return rn(w[1],this,f)}})}function QO(r){return wN(Tn(r,g))}function Uf(r){return function(){return r}}function JO(r,s){return r==null||r!==r?s:r}var jO=Yy(),XO=Yy(!0);function tn(r){return r}function Bf(r){return Ey(typeof r=="function"?r:Tn(r,g))}function ZO(r){return xy(Tn(r,g))}function $O(r,s){return Cy(r,Tn(s,g))}var eU=Fe(function(r,s){return function(a){return Vs(a,r,s)}}),tU=Fe(function(r,s){return function(a){return Vs(r,a,s)}});function qf(r,s,a){var f=Mt(s),m=va(s,f);a==null&&!(yt(s)&&(m.length||!f.length))&&(a=s,s=r,r=this,m=va(s,Mt(s)));var w=!(yt(a)&&"chain"in a)||!!a.chain,S=ur(r);return Sn(m,function(E){var I=s[E];r[E]=I,S&&(r.prototype[E]=function(){var W=this.__chain__;if(w||W){var K=r(this.__wrapped__),z=K.__actions__=Zt(this.__actions__);return z.push({func:I,args:arguments,thisArg:r}),K.__chain__=W,K}return I.apply(r,Ar([this.value()],arguments))})}),r}function nU(){return Ut._===this&&(Ut._=kM),this}function Ff(){}function rU(r){return r=Ue(r),Fe(function(s){return Ry(s,r)})}var iU=yf(ht),sU=yf(Q0),oU=yf(Wc);function _v(r){return Tf(r)?Kc(Yn(r)):ON(r)}function aU(r){return function(s){return r==null?n:jr(r,s)}}var lU=Jy(),uU=Jy(!0);function Wf(){return[]}function Kf(){return!1}function cU(){return{}}function fU(){return""}function dU(){return!0}function hU(r,s){if(r=Ue(r),r<1||r>Le)return[];var a=fe,f=Ht(r,fe);s=ge(s),r-=fe;for(var m=_c(f,s);++a<r;)s(a);return m}function pU(r){return Me(r)?ht(r,Yn):an(r)?[r]:Zt(fv(Je(r)))}function mU(r){var s=++CM;return Je(r)+s}var gU=Ta(function(r,s){return r+s},0),yU=vf("ceil"),vU=Ta(function(r,s){return r/s},1),wU=vf("floor");function bU(r){return r&&r.length?ya(r,tn,nf):n}function SU(r,s){return r&&r.length?ya(r,ge(s,2),nf):n}function AU(r){return X0(r,tn)}function EU(r,s){return X0(r,ge(s,2))}function TU(r){return r&&r.length?ya(r,tn,af):n}function xU(r,s){return r&&r.length?ya(r,ge(s,2),af):n}var CU=Ta(function(r,s){return r*s},1),RU=vf("round"),kU=Ta(function(r,s){return r-s},0);function VU(r){return r&&r.length?zc(r,tn):0}function IU(r,s){return r&&r.length?zc(r,ge(s,2)):0}return y.after=ZD,y.ary=Av,y.assign=qP,y.assignIn=Ov,y.assignInWith=Ua,y.assignWith=FP,y.at=WP,y.before=Ev,y.bind=If,y.bindAll=GO,y.bindKey=Tv,y.castArray=cP,y.chain=wv,y.chunk=wL,y.compact=bL,y.concat=SL,y.cond=YO,y.conforms=QO,y.constant=Uf,y.countBy=VD,y.create=KP,y.curry=xv,y.curryRight=Cv,y.debounce=Rv,y.defaults=HP,y.defaultsDeep=zP,y.defer=$D,y.delay=eP,y.difference=AL,y.differenceBy=EL,y.differenceWith=TL,y.drop=xL,y.dropRight=CL,y.dropRightWhile=RL,y.dropWhile=kL,y.fill=VL,y.filter=MD,y.flatMap=DD,y.flatMapDeep=PD,y.flatMapDepth=OD,y.flatten=mv,y.flattenDeep=IL,y.flattenDepth=ML,y.flip=tP,y.flow=jO,y.flowRight=XO,y.fromPairs=NL,y.functions=XP,y.functionsIn=ZP,y.groupBy=UD,y.initial=DL,y.intersection=PL,y.intersectionBy=OL,y.intersectionWith=UL,y.invert=eO,y.invertBy=tO,y.invokeMap=qD,y.iteratee=Bf,y.keyBy=FD,y.keys=Mt,y.keysIn=en,y.map=Ma,y.mapKeys=rO,y.mapValues=iO,y.matches=ZO,y.matchesProperty=$O,y.memoize=La,y.merge=sO,y.mergeWith=Uv,y.method=eU,y.methodOf=tU,y.mixin=qf,y.negate=Da,y.nthArg=rU,y.omit=oO,y.omitBy=aO,y.once=nP,y.orderBy=WD,y.over=iU,y.overArgs=rP,y.overEvery=sU,y.overSome=oU,y.partial=Mf,y.partialRight=kv,y.partition=KD,y.pick=lO,y.pickBy=Bv,y.property=_v,y.propertyOf=aU,y.pull=WL,y.pullAll=yv,y.pullAllBy=KL,y.pullAllWith=HL,y.pullAt=zL,y.range=lU,y.rangeRight=uU,y.rearg=iP,y.reject=_D,y.remove=_L,y.rest=sP,y.reverse=kf,y.sampleSize=YD,y.set=cO,y.setWith=fO,y.shuffle=QD,y.slice=GL,y.sortBy=XD,y.sortedUniq=$L,y.sortedUniqBy=eD,y.split=DO,y.spread=oP,y.tail=tD,y.take=nD,y.takeRight=rD,y.takeRightWhile=iD,y.takeWhile=sD,y.tap=bD,y.throttle=aP,y.thru=Ia,y.toArray=Lv,y.toPairs=qv,y.toPairsIn=Fv,y.toPath=pU,y.toPlainObject=Pv,y.transform=dO,y.unary=lP,y.union=oD,y.unionBy=aD,y.unionWith=lD,y.uniq=uD,y.uniqBy=cD,y.uniqWith=fD,y.unset=hO,y.unzip=Vf,y.unzipWith=vv,y.update=pO,y.updateWith=mO,y.values=Bi,y.valuesIn=gO,y.without=dD,y.words=Hv,y.wrap=uP,y.xor=hD,y.xorBy=pD,y.xorWith=mD,y.zip=gD,y.zipObject=yD,y.zipObjectDeep=vD,y.zipWith=wD,y.entries=qv,y.entriesIn=Fv,y.extend=Ov,y.extendWith=Ua,qf(y,y),y.add=gU,y.attempt=zv,y.camelCase=bO,y.capitalize=Wv,y.ceil=yU,y.clamp=yO,y.clone=fP,y.cloneDeep=hP,y.cloneDeepWith=pP,y.cloneWith=dP,y.conformsTo=mP,y.deburr=Kv,y.defaultTo=JO,y.divide=vU,y.endsWith=SO,y.eq=Un,y.escape=AO,y.escapeRegExp=EO,y.every=ID,y.find=ND,y.findIndex=hv,y.findKey=_P,y.findLast=LD,y.findLastIndex=pv,y.findLastKey=GP,y.floor=wU,y.forEach=bv,y.forEachRight=Sv,y.forIn=YP,y.forInRight=QP,y.forOwn=JP,y.forOwnRight=jP,y.get=Df,y.gt=gP,y.gte=yP,y.has=$P,y.hasIn=Pf,y.head=gv,y.identity=tn,y.includes=BD,y.indexOf=LL,y.inRange=vO,y.invoke=nO,y.isArguments=$r,y.isArray=Me,y.isArrayBuffer=vP,y.isArrayLike=$t,y.isArrayLikeObject=At,y.isBoolean=wP,y.isBuffer=Vr,y.isDate=bP,y.isElement=SP,y.isEmpty=AP,y.isEqual=EP,y.isEqualWith=TP,y.isError=Nf,y.isFinite=xP,y.isFunction=ur,y.isInteger=Vv,y.isLength=Pa,y.isMap=Iv,y.isMatch=CP,y.isMatchWith=RP,y.isNaN=kP,y.isNative=VP,y.isNil=MP,y.isNull=IP,y.isNumber=Mv,y.isObject=yt,y.isObjectLike=bt,y.isPlainObject=Ps,y.isRegExp=Lf,y.isSafeInteger=NP,y.isSet=Nv,y.isString=Oa,y.isSymbol=an,y.isTypedArray=Ui,y.isUndefined=LP,y.isWeakMap=DP,y.isWeakSet=PP,y.join=BL,y.kebabCase=TO,y.last=Cn,y.lastIndexOf=qL,y.lowerCase=xO,y.lowerFirst=CO,y.lt=OP,y.lte=UP,y.max=bU,y.maxBy=SU,y.mean=AU,y.meanBy=EU,y.min=TU,y.minBy=xU,y.stubArray=Wf,y.stubFalse=Kf,y.stubObject=cU,y.stubString=fU,y.stubTrue=dU,y.multiply=CU,y.nth=FL,y.noConflict=nU,y.noop=Ff,y.now=Na,y.pad=RO,y.padEnd=kO,y.padStart=VO,y.parseInt=IO,y.random=wO,y.reduce=HD,y.reduceRight=zD,y.repeat=MO,y.replace=NO,y.result=uO,y.round=RU,y.runInContext=k,y.sample=GD,y.size=JD,y.snakeCase=LO,y.some=jD,y.sortedIndex=YL,y.sortedIndexBy=QL,y.sortedIndexOf=JL,y.sortedLastIndex=jL,y.sortedLastIndexBy=XL,y.sortedLastIndexOf=ZL,y.startCase=PO,y.startsWith=OO,y.subtract=kU,y.sum=VU,y.sumBy=IU,y.template=UO,y.times=hU,y.toFinite=cr,y.toInteger=Ue,y.toLength=Dv,y.toLower=BO,y.toNumber=Rn,y.toSafeInteger=BP,y.toString=Je,y.toUpper=qO,y.trim=FO,y.trimEnd=WO,y.trimStart=KO,y.truncate=HO,y.unescape=zO,y.uniqueId=mU,y.upperCase=_O,y.upperFirst=Of,y.each=bv,y.eachRight=Sv,y.first=gv,qf(y,(function(){var r={};return _n(y,function(s,a){Xe.call(y.prototype,a)||(r[a]=s)}),r})(),{chain:!1}),y.VERSION=i,Sn(["bind","bindKey","curry","curryRight","partial","partialRight"],function(r){y[r].placeholder=y}),Sn(["drop","take"],function(r,s){Ke.prototype[r]=function(a){a=a===n?1:kt(Ue(a),0);var f=this.__filtered__&&!s?new Ke(this):this.clone();return f.__filtered__?f.__takeCount__=Ht(a,f.__takeCount__):f.__views__.push({size:Ht(a,fe),type:r+(f.__dir__<0?"Right":"")}),f},Ke.prototype[r+"Right"]=function(a){return this.reverse()[r](a).reverse()}}),Sn(["filter","map","takeWhile"],function(r,s){var a=s+1,f=a==Ee||a==wt;Ke.prototype[r]=function(m){var w=this.clone();return w.__iteratees__.push({iteratee:ge(m,3),type:a}),w.__filtered__=w.__filtered__||f,w}}),Sn(["head","last"],function(r,s){var a="take"+(s?"Right":"");Ke.prototype[r]=function(){return this[a](1).value()[0]}}),Sn(["initial","tail"],function(r,s){var a="drop"+(s?"":"Right");Ke.prototype[r]=function(){return this.__filtered__?new Ke(this):this[a](1)}}),Ke.prototype.compact=function(){return this.filter(tn)},Ke.prototype.find=function(r){return this.filter(r).head()},Ke.prototype.findLast=function(r){return this.reverse().find(r)},Ke.prototype.invokeMap=Fe(function(r,s){return typeof r=="function"?new Ke(this):this.map(function(a){return Vs(a,r,s)})}),Ke.prototype.reject=function(r){return this.filter(Da(ge(r)))},Ke.prototype.slice=function(r,s){r=Ue(r);var a=this;return a.__filtered__&&(r>0||s<0)?new Ke(a):(r<0?a=a.takeRight(-r):r&&(a=a.drop(r)),s!==n&&(s=Ue(s),a=s<0?a.dropRight(-s):a.take(s-r)),a)},Ke.prototype.takeRightWhile=function(r){return this.reverse().takeWhile(r).reverse()},Ke.prototype.toArray=function(){return this.take(fe)},_n(Ke.prototype,function(r,s){var a=/^(?:filter|find|map|reject)|While$/.test(s),f=/^(?:head|last)$/.test(s),m=y[f?"take"+(s=="last"?"Right":""):s],w=f||/^find/.test(s);m&&(y.prototype[s]=function(){var S=this.__wrapped__,E=f?[1]:arguments,I=S instanceof Ke,W=E[0],K=I||Me(S),z=function(We){var ze=m.apply(y,Ar([We],E));return f&&te?ze[0]:ze};K&&a&&typeof W=="function"&&W.length!=1&&(I=K=!1);var te=this.__chain__,le=!!this.__actions__.length,ve=w&&!te,qe=I&&!le;if(!w&&K){S=qe?S:new Ke(this);var we=r.apply(S,E);return we.__actions__.push({func:Ia,args:[z],thisArg:n}),new En(we,te)}return ve&&qe?r.apply(this,E):(we=this.thru(z),ve?f?we.value()[0]:we.value():we)})}),Sn(["pop","push","shift","sort","splice","unshift"],function(r){var s=na[r],a=/^(?:push|sort|unshift)$/.test(r)?"tap":"thru",f=/^(?:pop|shift)$/.test(r);y.prototype[r]=function(){var m=arguments;if(f&&!this.__chain__){var w=this.value();return s.apply(Me(w)?w:[],m)}return this[a](function(S){return s.apply(Me(S)?S:[],m)})}}),_n(Ke.prototype,function(r,s){var a=y[s];if(a){var f=a.name+"";Xe.call(Ni,f)||(Ni[f]=[]),Ni[f].push({name:s,func:a})}}),Ni[Ea(n,L).name]=[{name:"wrapper",func:n}],Ke.prototype.clone=zM,Ke.prototype.reverse=_M,Ke.prototype.value=GM,y.prototype.at=SD,y.prototype.chain=AD,y.prototype.commit=ED,y.prototype.next=TD,y.prototype.plant=CD,y.prototype.reverse=RD,y.prototype.toJSON=y.prototype.valueOf=y.prototype.value=kD,y.prototype.first=y.prototype.head,As&&(y.prototype[As]=xD),y}),Vi=EM();_r?((_r.exports=Vi)._=Vi,Uc._=Vi):Ut._=Vi}).call(RE)})(Zi,Zi.exports)),Zi.exports}var li=kE();let uo;const VE=new Uint8Array(16);function IE(){if(!uo&&(uo=typeof crypto<"u"&&crypto.getRandomValues&&crypto.getRandomValues.bind(crypto),!uo))throw new Error("crypto.getRandomValues() not supported. See https://github.com/uuidjs/uuid#getrandomvalues-not-supported");return uo(VE)}const Nt=[];for(let t=0;t<256;++t)Nt.push((t+256).toString(16).slice(1));function ME(t,e=0){return Nt[t[e+0]]+Nt[t[e+1]]+Nt[t[e+2]]+Nt[t[e+3]]+"-"+Nt[t[e+4]]+Nt[t[e+5]]+"-"+Nt[t[e+6]]+Nt[t[e+7]]+"-"+Nt[t[e+8]]+Nt[t[e+9]]+"-"+Nt[t[e+10]]+Nt[t[e+11]]+Nt[t[e+12]]+Nt[t[e+13]]+Nt[t[e+14]]+Nt[t[e+15]]}const wh={randomUUID:typeof crypto<"u"&&crypto.randomUUID&&crypto.randomUUID.bind(crypto)};function yl(t,e,n){if(wh.randomUUID&&!t)return wh.randomUUID();t=t||{};const i=t.random||(t.rng||IE)();return i[6]=i[6]&15|64,i[8]=i[8]&63|128,ME(i)}var co={exports:{}},vl={};/**
|
|
41
|
-
* @license React
|
|
42
|
-
* use-sync-external-store-shim.production.js
|
|
43
|
-
*
|
|
44
|
-
* Copyright (c) Meta Platforms, Inc. and affiliates.
|
|
45
|
-
*
|
|
46
|
-
* This source code is licensed under the MIT license found in the
|
|
47
|
-
* LICENSE file in the root directory of this source tree.
|
|
48
|
-
*/var bh;function NE(){if(bh)return vl;bh=1;var t=A;function e(g,b){return g===b&&(g!==0||1/g===1/b)||g!==g&&b!==b}var n=typeof Object.is=="function"?Object.is:e,i=t.useState,o=t.useEffect,l=t.useLayoutEffect,u=t.useDebugValue;function c(g,b){var v=b(),x=i({inst:{value:v,getSnapshot:b}}),R=x[0].inst,q=x[1];return l(function(){R.value=v,R.getSnapshot=b,d(R)&&q({inst:R})},[g,v,b]),o(function(){return d(R)&&q({inst:R}),g(function(){d(R)&&q({inst:R})})},[g]),u(v),v}function d(g){var b=g.getSnapshot;g=g.value;try{var v=b();return!n(g,v)}catch{return!0}}function h(g,b){return b()}var p=typeof window>"u"||typeof window.document>"u"||typeof window.document.createElement>"u"?h:c;return vl.useSyncExternalStore=t.useSyncExternalStore!==void 0?t.useSyncExternalStore:p,vl}var wl={};/**
|
|
49
|
-
* @license React
|
|
50
|
-
* use-sync-external-store-shim.development.js
|
|
51
|
-
*
|
|
52
|
-
* Copyright (c) Meta Platforms, Inc. and affiliates.
|
|
53
|
-
*
|
|
54
|
-
* This source code is licensed under the MIT license found in the
|
|
55
|
-
* LICENSE file in the root directory of this source tree.
|
|
56
|
-
*/var Sh;function LE(){return Sh||(Sh=1,process.env.NODE_ENV!=="production"&&(function(){function t(v,x){return v===x&&(v!==0||1/v===1/x)||v!==v&&x!==x}function e(v,x){p||o.startTransition===void 0||(p=!0,console.error("You are using an outdated, pre-release alpha of React 18 that does not support useSyncExternalStore. The use-sync-external-store shim will not work correctly. Upgrade to a newer pre-release."));var R=x();if(!g){var q=x();l(R,q)||(console.error("The result of getSnapshot should be cached to avoid an infinite loop"),g=!0)}q=u({inst:{value:R,getSnapshot:x}});var L=q[0].inst,M=q[1];return d(function(){L.value=R,L.getSnapshot=x,n(L)&&M({inst:L})},[v,R,x]),c(function(){return n(L)&&M({inst:L}),v(function(){n(L)&&M({inst:L})})},[v]),h(R),R}function n(v){var x=v.getSnapshot;v=v.value;try{var R=x();return!l(v,R)}catch{return!0}}function i(v,x){return x()}typeof __REACT_DEVTOOLS_GLOBAL_HOOK__<"u"&&typeof __REACT_DEVTOOLS_GLOBAL_HOOK__.registerInternalModuleStart=="function"&&__REACT_DEVTOOLS_GLOBAL_HOOK__.registerInternalModuleStart(Error());var o=A,l=typeof Object.is=="function"?Object.is:t,u=o.useState,c=o.useEffect,d=o.useLayoutEffect,h=o.useDebugValue,p=!1,g=!1,b=typeof window>"u"||typeof window.document>"u"||typeof window.document.createElement>"u"?i:e;wl.useSyncExternalStore=o.useSyncExternalStore!==void 0?o.useSyncExternalStore:b,typeof __REACT_DEVTOOLS_GLOBAL_HOOK__<"u"&&typeof __REACT_DEVTOOLS_GLOBAL_HOOK__.registerInternalModuleStop=="function"&&__REACT_DEVTOOLS_GLOBAL_HOOK__.registerInternalModuleStop(Error())})()),wl}var Ah;function DE(){return Ah||(Ah=1,process.env.NODE_ENV==="production"?co.exports=NE():co.exports=LE()),co.exports}var PE=DE();const Eh=0,Th=1,xh=2,Ch=3;var Rh=Object.prototype.hasOwnProperty;function bl(t,e){var n,i;if(t===e)return!0;if(t&&e&&(n=t.constructor)===e.constructor){if(n===Date)return t.getTime()===e.getTime();if(n===RegExp)return t.toString()===e.toString();if(n===Array){if((i=t.length)===e.length)for(;i--&&bl(t[i],e[i]););return i===-1}if(!n||typeof t=="object"){i=0;for(n in t)if(Rh.call(t,n)&&++i&&!Rh.call(e,n)||!(n in e)||!bl(t[n],e[n]))return!1;return Object.keys(e).length===i}}return t!==t&&e!==e}const Jn=new WeakMap,pr=()=>{},Lt=pr(),fo=Object,_e=t=>t===Lt,Vn=t=>typeof t=="function",jn=(t,e)=>({...t,...e}),kh=t=>Vn(t.then),Sl={},ho={},Al="undefined",$i=typeof window!=Al,El=typeof document!=Al,OE=$i&&"Deno"in window,UE=()=>$i&&typeof window.requestAnimationFrame!=Al,Vh=(t,e)=>{const n=Jn.get(t);return[()=>!_e(e)&&t.get(e)||Sl,i=>{if(!_e(e)){const o=t.get(e);e in ho||(ho[e]=o),n[5](e,jn(o,i),o||Sl)}},n[6],()=>!_e(e)&&e in ho?ho[e]:!_e(e)&&t.get(e)||Sl]};let Tl=!0;const BE=()=>Tl,[xl,Cl]=$i&&window.addEventListener?[window.addEventListener.bind(window),window.removeEventListener.bind(window)]:[pr,pr],qE=()=>{const t=El&&document.visibilityState;return _e(t)||t!=="hidden"},FE=t=>(El&&document.addEventListener("visibilitychange",t),xl("focus",t),()=>{El&&document.removeEventListener("visibilitychange",t),Cl("focus",t)}),WE=t=>{const e=()=>{Tl=!0,t()},n=()=>{Tl=!1};return xl("online",e),xl("offline",n),()=>{Cl("online",e),Cl("offline",n)}},KE={isOnline:BE,isVisible:qE},HE={initFocus:FE,initReconnect:WE},Ih=!A.useId,es=!$i||OE,zE=t=>UE()?window.requestAnimationFrame(t):setTimeout(t,1),po=es?A.useEffect:A.useLayoutEffect,Rl=typeof navigator<"u"&&navigator.connection,Mh=!es&&Rl&&(["slow-2g","2g"].includes(Rl.effectiveType)||Rl.saveData),mo=new WeakMap,_E=t=>fo.prototype.toString.call(t),kl=(t,e)=>t===`[object ${e}]`;let GE=0;const Vl=t=>{const e=typeof t,n=_E(t),i=kl(n,"Date"),o=kl(n,"RegExp"),l=kl(n,"Object");let u,c;if(fo(t)===t&&!i&&!o){if(u=mo.get(t),u)return u;if(u=++GE+"~",mo.set(t,u),Array.isArray(t)){for(u="@",c=0;c<t.length;c++)u+=Vl(t[c])+",";mo.set(t,u)}if(l){u="#";const d=fo.keys(t).sort();for(;!_e(c=d.pop());)_e(t[c])||(u+=c+":"+Vl(t[c])+",");mo.set(t,u)}}else u=i?t.toJSON():e=="symbol"?t.toString():e=="string"?JSON.stringify(t):""+t;return u},Il=t=>{if(Vn(t))try{t=t()}catch{t=""}const e=t;return t=typeof t=="string"?t:(Array.isArray(t)?t.length:t)?Vl(t):"",[t,e]};let YE=0;const Ml=()=>++YE;async function Nh(...t){const[e,n,i,o]=t,l=jn({populateCache:!0,throwOnError:!0},typeof o=="boolean"?{revalidate:o}:o||{});let u=l.populateCache;const c=l.rollbackOnError;let d=l.optimisticData;const h=b=>typeof c=="function"?c(b):c!==!1,p=l.throwOnError;if(Vn(n)){const b=n,v=[],x=e.keys();for(const R of x)!/^\$(inf|sub)\$/.test(R)&&b(e.get(R)._k)&&v.push(R);return Promise.all(v.map(g))}return g(n);async function g(b){const[v]=Il(b);if(!v)return;const[x,R]=Vh(e,v),[q,L,M,O]=Jn.get(e),G=()=>{const Ee=q[v];return(Vn(l.revalidate)?l.revalidate(x().data,b):l.revalidate!==!1)&&(delete M[v],delete O[v],Ee&&Ee[0])?Ee[0](xh).then(()=>x().data):x().data};if(t.length<3)return G();let H=i,Q,J=!1;const Y=Ml();L[v]=[Y,0];const pe=!_e(d),se=x(),oe=se.data,Pe=se._c,Ve=_e(Pe)?oe:Pe;if(pe&&(d=Vn(d)?d(Ve,oe):d,R({data:d,_c:Ve})),Vn(H))try{H=H(Ve)}catch(Ee){Q=Ee,J=!0}if(H&&kh(H))if(H=await H.catch(Ee=>{Q=Ee,J=!0}),Y!==L[v][0]){if(J)throw Q;return H}else J&&pe&&h(Q)&&(u=!0,R({data:Ve,_c:Lt}));if(u&&!J)if(Vn(u)){const Ee=u(H,Ve);R({data:Ee,error:Lt,_c:Lt})}else R({data:H,error:Lt,_c:Lt});if(L[v][1]=Ml(),Promise.resolve(G()).then(()=>{R({_c:Lt})}),J){if(p)throw Q;return}return H}}const Lh=(t,e)=>{for(const n in t)t[n][0]&&t[n][0](e)},Dh=(t,e)=>{if(!Jn.has(t)){const n=jn(HE,e),i=Object.create(null),o=Nh.bind(Lt,t);let l=pr;const u=Object.create(null),c=(p,g)=>{const b=u[p]||[];return u[p]=b,b.push(g),()=>b.splice(b.indexOf(g),1)},d=(p,g,b)=>{t.set(p,g);const v=u[p];if(v)for(const x of v)x(g,b)},h=()=>{if(!Jn.has(t)&&(Jn.set(t,[i,Object.create(null),Object.create(null),Object.create(null),o,d,c]),!es)){const p=n.initFocus(setTimeout.bind(Lt,Lh.bind(Lt,i,Eh))),g=n.initReconnect(setTimeout.bind(Lt,Lh.bind(Lt,i,Th)));l=()=>{p&&p(),g&&g(),Jn.delete(t)}}};return h(),[t,o,h,l]}return[t,Jn.get(t)[4]]},QE=(t,e,n,i,o)=>{const l=n.errorRetryCount,u=o.retryCount,c=~~((Math.random()+.5)*(1<<(u<8?u:8)))*n.errorRetryInterval;!_e(l)&&u>l||setTimeout(i,c,o)},JE=bl,[Nl,jE]=Dh(new Map),Ph=jn({onLoadingSlow:pr,onSuccess:pr,onError:pr,onErrorRetry:QE,onDiscarded:pr,revalidateOnFocus:!0,revalidateOnReconnect:!0,revalidateIfStale:!0,shouldRetryOnError:!0,errorRetryInterval:Mh?1e4:5e3,focusThrottleInterval:5*1e3,dedupingInterval:2*1e3,loadingTimeout:Mh?5e3:3e3,compare:JE,isPaused:()=>!1,cache:Nl,mutate:jE,fallback:{}},KE),Oh=(t,e)=>{const n=jn(t,e);if(e){const{use:i,fallback:o}=t,{use:l,fallback:u}=e;i&&l&&(n.use=i.concat(l)),o&&u&&(n.fallback=jn(o,u))}return n},Ll=A.createContext({}),XE=t=>{const{value:e}=t,n=A.useContext(Ll),i=Vn(e),o=A.useMemo(()=>i?e(n):e,[i,n,e]),l=A.useMemo(()=>i?o:Oh(n,o),[i,n,o]),u=o&&o.provider,c=A.useRef(Lt);u&&!c.current&&(c.current=Dh(u(l.cache||Nl),o));const d=c.current;return d&&(l.cache=d[0],l.mutate=d[1]),po(()=>{if(d)return d[2]&&d[2](),d[3]},[]),A.createElement(Ll.Provider,jn(t,{value:l}))},ZE="$inf$",Uh=$i&&window.__SWR_DEVTOOLS_USE__,$E=Uh?window.__SWR_DEVTOOLS_USE__:[],eT=()=>{Uh&&(window.__SWR_DEVTOOLS_REACT__=A)},tT=t=>Vn(t[1])?[t[0],t[1],t[2]||{}]:[t[0],null,(t[1]===null?t[2]:t[1])||{}],nT=()=>{const t=A.useContext(Ll);return A.useMemo(()=>jn(Ph,t),[t])},rT=t=>(e,n,i)=>t(e,n&&((...l)=>{const[u]=Il(e),[,,,c]=Jn.get(Nl);if(u.startsWith(ZE))return n(...l);const d=c[u];return _e(d)?n(...l):(delete c[u],d)}),i),iT=$E.concat(rT),sT=t=>function(...n){const i=nT(),[o,l,u]=tT(n),c=Oh(i,u);let d=t;const{use:h}=c,p=(h||[]).concat(iT);for(let g=p.length;g--;)d=p[g](d);return d(o,l||c.fetcher||null,c)},oT=(t,e,n)=>{const i=e[t]||(e[t]=[]);return i.push(n),()=>{const o=i.indexOf(n);o>=0&&(i[o]=i[i.length-1],i.pop())}};eT();const Dl=A.use||(t=>{switch(t.status){case"pending":throw t;case"fulfilled":return t.value;case"rejected":throw t.reason;default:throw t.status="pending",t.then(e=>{t.status="fulfilled",t.value=e},e=>{t.status="rejected",t.reason=e}),t}}),Pl={dedupe:!0},Bh=Promise.resolve(Lt),aT=(t,e,n)=>{const{cache:i,compare:o,suspense:l,fallbackData:u,revalidateOnMount:c,revalidateIfStale:d,refreshInterval:h,refreshWhenHidden:p,refreshWhenOffline:g,keepPreviousData:b}=n,[v,x,R,q]=Jn.get(i),[L,M]=Il(t),O=A.useRef(!1),G=A.useRef(!1),H=A.useRef(L),Q=A.useRef(e),J=A.useRef(n),Y=()=>J.current,pe=()=>Y().isVisible()&&Y().isOnline(),[se,oe,Pe,Ve]=Vh(i,L),Ee=A.useRef({}).current,ft=_e(u)?_e(n.fallback)?Lt:n.fallback[L]:u,wt=(he,Se)=>{for(const Be in Ee){const Te=Be;if(Te==="data"){if(!o(he[Te],Se[Te])&&(!_e(he[Te])||!o(U,Se[Te])))return!1}else if(Se[Te]!==he[Te])return!1}return!0},ye=A.useMemo(()=>{const he=!L||!e?!1:_e(c)?Y().isPaused()||l?!1:d!==!1:c,Se=et=>{const Qe=jn(et);return delete Qe._k,he?{isValidating:!0,isLoading:!0,...Qe}:Qe},Be=se(),Te=Ve(),$e=Se(Be),Wt=Be===Te?$e:Se(Te);let gt=$e;return[()=>{const et=Se(se());return wt(et,gt)?(gt.data=et.data,gt.isLoading=et.isLoading,gt.isValidating=et.isValidating,gt.error=et.error,gt):(gt=et,et)},()=>Wt]},[i,L]),Le=PE.useSyncExternalStore(A.useCallback(he=>Pe(L,(Se,Be)=>{wt(Be,Se)||he()}),[i,L]),ye[0],ye[1]),ce=!O.current,ae=v[L]&&v[L].length>0,fe=Le.data,V=_e(fe)?ft&&kh(ft)?Dl(ft):ft:fe,D=Le.error,T=A.useRef(V),U=b?_e(fe)?_e(T.current)?V:T.current:fe:V,F=ae&&!_e(D)?!1:ce&&!_e(c)?c:Y().isPaused()?!1:l?_e(V)?!1:d:_e(V)||d,X=!!(L&&e&&ce&&F),j=_e(Le.isValidating)?X:Le.isValidating,be=_e(Le.isLoading)?X:Le.isLoading,Ie=A.useCallback(async he=>{const Se=Q.current;if(!L||!Se||G.current||Y().isPaused())return!1;let Be,Te,$e=!0;const Wt=he||{},gt=!R[L]||!Wt.dedupe,et=()=>Ih?!G.current&&L===H.current&&O.current:L===H.current,Qe={isValidating:!1,isLoading:!1},Xt=()=>{oe(Qe)},Pt=()=>{const dt=R[L];dt&&dt[1]===Te&&delete R[L]},Hn={isValidating:!0};_e(se().data)&&(Hn.isLoading=!0);try{if(gt&&(oe(Hn),n.loadingTimeout&&_e(se().data)&&setTimeout(()=>{$e&&et()&&Y().onLoadingSlow(L,n)},n.loadingTimeout),R[L]=[Se(M),Ml()]),[Be,Te]=R[L],Be=await Be,gt&&setTimeout(Pt,n.dedupingInterval),!R[L]||R[L][1]!==Te)return gt&&et()&&Y().onDiscarded(L),!1;Qe.error=Lt;const dt=x[L];if(!_e(dt)&&(Te<=dt[0]||Te<=dt[1]||dt[1]===0))return Xt(),gt&&et()&&Y().onDiscarded(L),!1;const it=se().data;Qe.data=o(it,Be)?it:Be,gt&&et()&&Y().onSuccess(Be,L,n)}catch(dt){Pt();const it=Y(),{shouldRetryOnError:Vt}=it;it.isPaused()||(Qe.error=dt,gt&&et()&&(it.onError(dt,L,it),(Vt===!0||Vn(Vt)&&Vt(dt))&&(!Y().revalidateOnFocus||!Y().revalidateOnReconnect||pe())&&it.onErrorRetry(dt,L,it,vn=>{const Dn=v[L];Dn&&Dn[0]&&Dn[0](Ch,vn)},{retryCount:(Wt.retryCount||0)+1,dedupe:!0})))}return $e=!1,Xt(),!0},[L,i]),Ge=A.useCallback((...he)=>Nh(i,H.current,...he),[]);if(po(()=>{Q.current=e,J.current=n,_e(fe)||(T.current=fe)}),po(()=>{if(!L)return;const he=Ie.bind(Lt,Pl);let Se=0;Y().revalidateOnFocus&&(Se=Date.now()+Y().focusThrottleInterval);const Te=oT(L,v,($e,Wt={})=>{if($e==Eh){const gt=Date.now();Y().revalidateOnFocus&>>Se&&pe()&&(Se=gt+Y().focusThrottleInterval,he())}else if($e==Th)Y().revalidateOnReconnect&&pe()&&he();else{if($e==xh)return Ie();if($e==Ch)return Ie(Wt)}});return G.current=!1,H.current=L,O.current=!0,oe({_k:M}),F&&(R[L]||(_e(V)||es?he():zE(he))),()=>{G.current=!0,Te()}},[L]),po(()=>{let he;function Se(){const Te=Vn(h)?h(se().data):h;Te&&he!==-1&&(he=setTimeout(Be,Te))}function Be(){!se().error&&(p||Y().isVisible())&&(g||Y().isOnline())?Ie(Pl).then(Se):Se()}return Se(),()=>{he&&(clearTimeout(he),he=-1)}},[h,p,g,L]),A.useDebugValue(U),l){const he=L&&_e(V);if(!Ih&&es&&he)throw new Error("Fallback data is required when using Suspense in SSR.");he&&(Q.current=e,J.current=n,G.current=!1);const Se=q[L],Be=!_e(Se)&&he?Ge(Se):Bh;if(Dl(Be),!_e(D)&&he)throw D;const Te=he?Ie(Pl):Bh;!_e(U)&&he&&(Te.status="fulfilled",Te.value=!0),Dl(Te)}return{mutate:Ge,get data(){return Ee.data=!0,U},get error(){return Ee.error=!0,D},get isValidating(){return Ee.isValidating=!0,j},get isLoading(){return Ee.isLoading=!0,be}}},lT=fo.defineProperty(XE,"defaultValue",{value:Ph}),uT=sT(aT),Fn=Object.create(null);Fn.open="0",Fn.close="1",Fn.ping="2",Fn.pong="3",Fn.message="4",Fn.upgrade="5",Fn.noop="6";const go=Object.create(null);Object.keys(Fn).forEach(t=>{go[Fn[t]]=t});const Ol={type:"error",data:"parser error"},qh=typeof Blob=="function"||typeof Blob<"u"&&Object.prototype.toString.call(Blob)==="[object BlobConstructor]",Fh=typeof ArrayBuffer=="function",Wh=t=>typeof ArrayBuffer.isView=="function"?ArrayBuffer.isView(t):t&&t.buffer instanceof ArrayBuffer,Ul=({type:t,data:e},n,i)=>qh&&e instanceof Blob?n?i(e):Kh(e,i):Fh&&(e instanceof ArrayBuffer||Wh(e))?n?i(e):Kh(new Blob([e]),i):i(Fn[t]+(e||"")),Kh=(t,e)=>{const n=new FileReader;return n.onload=function(){const i=n.result.split(",")[1];e("b"+(i||""))},n.readAsDataURL(t)};function Hh(t){return t instanceof Uint8Array?t:t instanceof ArrayBuffer?new Uint8Array(t):new Uint8Array(t.buffer,t.byteOffset,t.byteLength)}let Bl;function cT(t,e){if(qh&&t.data instanceof Blob)return t.data.arrayBuffer().then(Hh).then(e);if(Fh&&(t.data instanceof ArrayBuffer||Wh(t.data)))return e(Hh(t.data));Ul(t,!1,n=>{Bl||(Bl=new TextEncoder),e(Bl.encode(n))})}const zh="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/",ts=typeof Uint8Array>"u"?[]:new Uint8Array(256);for(let t=0;t<zh.length;t++)ts[zh.charCodeAt(t)]=t;const fT=t=>{let e=t.length*.75,n=t.length,i,o=0,l,u,c,d;t[t.length-1]==="="&&(e--,t[t.length-2]==="="&&e--);const h=new ArrayBuffer(e),p=new Uint8Array(h);for(i=0;i<n;i+=4)l=ts[t.charCodeAt(i)],u=ts[t.charCodeAt(i+1)],c=ts[t.charCodeAt(i+2)],d=ts[t.charCodeAt(i+3)],p[o++]=l<<2|u>>4,p[o++]=(u&15)<<4|c>>2,p[o++]=(c&3)<<6|d&63;return h},dT=typeof ArrayBuffer=="function",ql=(t,e)=>{if(typeof t!="string")return{type:"message",data:_h(t,e)};const n=t.charAt(0);return n==="b"?{type:"message",data:hT(t.substring(1),e)}:go[n]?t.length>1?{type:go[n],data:t.substring(1)}:{type:go[n]}:Ol},hT=(t,e)=>{if(dT){const n=fT(t);return _h(n,e)}else return{base64:!0,data:t}},_h=(t,e)=>{switch(e){case"blob":return t instanceof Blob?t:new Blob([t]);case"arraybuffer":default:return t instanceof ArrayBuffer?t:t.buffer}},Gh="",pT=(t,e)=>{const n=t.length,i=new Array(n);let o=0;t.forEach((l,u)=>{Ul(l,!1,c=>{i[u]=c,++o===n&&e(i.join(Gh))})})},mT=(t,e)=>{const n=t.split(Gh),i=[];for(let o=0;o<n.length;o++){const l=ql(n[o],e);if(i.push(l),l.type==="error")break}return i};function gT(){return new TransformStream({transform(t,e){cT(t,n=>{const i=n.length;let o;if(i<126)o=new Uint8Array(1),new DataView(o.buffer).setUint8(0,i);else if(i<65536){o=new Uint8Array(3);const l=new DataView(o.buffer);l.setUint8(0,126),l.setUint16(1,i)}else{o=new Uint8Array(9);const l=new DataView(o.buffer);l.setUint8(0,127),l.setBigUint64(1,BigInt(i))}t.data&&typeof t.data!="string"&&(o[0]|=128),e.enqueue(o),e.enqueue(n)})}})}let Fl;function yo(t){return t.reduce((e,n)=>e+n.length,0)}function vo(t,e){if(t[0].length===e)return t.shift();const n=new Uint8Array(e);let i=0;for(let o=0;o<e;o++)n[o]=t[0][i++],i===t[0].length&&(t.shift(),i=0);return t.length&&i<t[0].length&&(t[0]=t[0].slice(i)),n}function yT(t,e){Fl||(Fl=new TextDecoder);const n=[];let i=0,o=-1,l=!1;return new TransformStream({transform(u,c){for(n.push(u);;){if(i===0){if(yo(n)<1)break;const d=vo(n,1);l=(d[0]&128)===128,o=d[0]&127,o<126?i=3:o===126?i=1:i=2}else if(i===1){if(yo(n)<2)break;const d=vo(n,2);o=new DataView(d.buffer,d.byteOffset,d.length).getUint16(0),i=3}else if(i===2){if(yo(n)<8)break;const d=vo(n,8),h=new DataView(d.buffer,d.byteOffset,d.length),p=h.getUint32(0);if(p>Math.pow(2,21)-1){c.enqueue(Ol);break}o=p*Math.pow(2,32)+h.getUint32(4),i=3}else{if(yo(n)<o)break;const d=vo(n,o);c.enqueue(ql(l?d:Fl.decode(d),e)),i=0}if(o===0||o>t){c.enqueue(Ol);break}}}})}const Yh=4;function Tt(t){if(t)return vT(t)}function vT(t){for(var e in Tt.prototype)t[e]=Tt.prototype[e];return t}Tt.prototype.on=Tt.prototype.addEventListener=function(t,e){return this._callbacks=this._callbacks||{},(this._callbacks["$"+t]=this._callbacks["$"+t]||[]).push(e),this},Tt.prototype.once=function(t,e){function n(){this.off(t,n),e.apply(this,arguments)}return n.fn=e,this.on(t,n),this},Tt.prototype.off=Tt.prototype.removeListener=Tt.prototype.removeAllListeners=Tt.prototype.removeEventListener=function(t,e){if(this._callbacks=this._callbacks||{},arguments.length==0)return this._callbacks={},this;var n=this._callbacks["$"+t];if(!n)return this;if(arguments.length==1)return delete this._callbacks["$"+t],this;for(var i,o=0;o<n.length;o++)if(i=n[o],i===e||i.fn===e){n.splice(o,1);break}return n.length===0&&delete this._callbacks["$"+t],this},Tt.prototype.emit=function(t){this._callbacks=this._callbacks||{};for(var e=new Array(arguments.length-1),n=this._callbacks["$"+t],i=1;i<arguments.length;i++)e[i-1]=arguments[i];if(n){n=n.slice(0);for(var i=0,o=n.length;i<o;++i)n[i].apply(this,e)}return this},Tt.prototype.emitReserved=Tt.prototype.emit,Tt.prototype.listeners=function(t){return this._callbacks=this._callbacks||{},this._callbacks["$"+t]||[]},Tt.prototype.hasListeners=function(t){return!!this.listeners(t).length};const wo=typeof Promise=="function"&&typeof Promise.resolve=="function"?e=>Promise.resolve().then(e):(e,n)=>n(e,0),dn=typeof self<"u"?self:typeof window<"u"?window:Function("return this")(),wT="arraybuffer";function XU(){}function Qh(t,...e){return e.reduce((n,i)=>(t.hasOwnProperty(i)&&(n[i]=t[i]),n),{})}const bT=dn.setTimeout,ST=dn.clearTimeout;function bo(t,e){e.useNativeTimers?(t.setTimeoutFn=bT.bind(dn),t.clearTimeoutFn=ST.bind(dn)):(t.setTimeoutFn=dn.setTimeout.bind(dn),t.clearTimeoutFn=dn.clearTimeout.bind(dn))}const AT=1.33;function ET(t){return typeof t=="string"?TT(t):Math.ceil((t.byteLength||t.size)*AT)}function TT(t){let e=0,n=0;for(let i=0,o=t.length;i<o;i++)e=t.charCodeAt(i),e<128?n+=1:e<2048?n+=2:e<55296||e>=57344?n+=3:(i++,n+=4);return n}function Jh(){return Date.now().toString(36).substring(3)+Math.random().toString(36).substring(2,5)}function xT(t){let e="";for(let n in t)t.hasOwnProperty(n)&&(e.length&&(e+="&"),e+=encodeURIComponent(n)+"="+encodeURIComponent(t[n]));return e}function CT(t){let e={},n=t.split("&");for(let i=0,o=n.length;i<o;i++){let l=n[i].split("=");e[decodeURIComponent(l[0])]=decodeURIComponent(l[1])}return e}class RT extends Error{constructor(e,n,i){super(e),this.description=n,this.context=i,this.type="TransportError"}}class Wl extends Tt{constructor(e){super(),this.writable=!1,bo(this,e),this.opts=e,this.query=e.query,this.socket=e.socket,this.supportsBinary=!e.forceBase64}onError(e,n,i){return super.emitReserved("error",new RT(e,n,i)),this}open(){return this.readyState="opening",this.doOpen(),this}close(){return(this.readyState==="opening"||this.readyState==="open")&&(this.doClose(),this.onClose()),this}send(e){this.readyState==="open"&&this.write(e)}onOpen(){this.readyState="open",this.writable=!0,super.emitReserved("open")}onData(e){const n=ql(e,this.socket.binaryType);this.onPacket(n)}onPacket(e){super.emitReserved("packet",e)}onClose(e){this.readyState="closed",super.emitReserved("close",e)}pause(e){}createUri(e,n={}){return e+"://"+this._hostname()+this._port()+this.opts.path+this._query(n)}_hostname(){const e=this.opts.hostname;return e.indexOf(":")===-1?e:"["+e+"]"}_port(){return this.opts.port&&(this.opts.secure&&+(this.opts.port!==443)||!this.opts.secure&&Number(this.opts.port)!==80)?":"+this.opts.port:""}_query(e){const n=xT(e);return n.length?"?"+n:""}}class kT extends Wl{constructor(){super(...arguments),this._polling=!1}get name(){return"polling"}doOpen(){this._poll()}pause(e){this.readyState="pausing";const n=()=>{this.readyState="paused",e()};if(this._polling||!this.writable){let i=0;this._polling&&(i++,this.once("pollComplete",function(){--i||n()})),this.writable||(i++,this.once("drain",function(){--i||n()}))}else n()}_poll(){this._polling=!0,this.doPoll(),this.emitReserved("poll")}onData(e){const n=i=>{if(this.readyState==="opening"&&i.type==="open"&&this.onOpen(),i.type==="close")return this.onClose({description:"transport closed by the server"}),!1;this.onPacket(i)};mT(e,this.socket.binaryType).forEach(n),this.readyState!=="closed"&&(this._polling=!1,this.emitReserved("pollComplete"),this.readyState==="open"&&this._poll())}doClose(){const e=()=>{this.write([{type:"close"}])};this.readyState==="open"?e():this.once("open",e)}write(e){this.writable=!1,pT(e,n=>{this.doWrite(n,()=>{this.writable=!0,this.emitReserved("drain")})})}uri(){const e=this.opts.secure?"https":"http",n=this.query||{};return this.opts.timestampRequests!==!1&&(n[this.opts.timestampParam]=Jh()),!this.supportsBinary&&!n.sid&&(n.b64=1),this.createUri(e,n)}}let jh=!1;try{jh=typeof XMLHttpRequest<"u"&&"withCredentials"in new XMLHttpRequest}catch{}const VT=jh;function IT(){}class MT extends kT{constructor(e){if(super(e),typeof location<"u"){const n=location.protocol==="https:";let i=location.port;i||(i=n?"443":"80"),this.xd=typeof location<"u"&&e.hostname!==location.hostname||i!==e.port}}doWrite(e,n){const i=this.request({method:"POST",data:e});i.on("success",n),i.on("error",(o,l)=>{this.onError("xhr post error",o,l)})}doPoll(){const e=this.request();e.on("data",this.onData.bind(this)),e.on("error",(n,i)=>{this.onError("xhr poll error",n,i)}),this.pollXhr=e}}class Wn extends Tt{constructor(e,n,i){super(),this.createRequest=e,bo(this,i),this._opts=i,this._method=i.method||"GET",this._uri=n,this._data=i.data!==void 0?i.data:null,this._create()}_create(){var e;const n=Qh(this._opts,"agent","pfx","key","passphrase","cert","ca","ciphers","rejectUnauthorized","autoUnref");n.xdomain=!!this._opts.xd;const i=this._xhr=this.createRequest(n);try{i.open(this._method,this._uri,!0);try{if(this._opts.extraHeaders){i.setDisableHeaderCheck&&i.setDisableHeaderCheck(!0);for(let o in this._opts.extraHeaders)this._opts.extraHeaders.hasOwnProperty(o)&&i.setRequestHeader(o,this._opts.extraHeaders[o])}}catch{}if(this._method==="POST")try{i.setRequestHeader("Content-type","text/plain;charset=UTF-8")}catch{}try{i.setRequestHeader("Accept","*/*")}catch{}(e=this._opts.cookieJar)===null||e===void 0||e.addCookies(i),"withCredentials"in i&&(i.withCredentials=this._opts.withCredentials),this._opts.requestTimeout&&(i.timeout=this._opts.requestTimeout),i.onreadystatechange=()=>{var o;i.readyState===3&&((o=this._opts.cookieJar)===null||o===void 0||o.parseCookies(i.getResponseHeader("set-cookie"))),i.readyState===4&&(i.status===200||i.status===1223?this._onLoad():this.setTimeoutFn(()=>{this._onError(typeof i.status=="number"?i.status:0)},0))},i.send(this._data)}catch(o){this.setTimeoutFn(()=>{this._onError(o)},0);return}typeof document<"u"&&(this._index=Wn.requestsCount++,Wn.requests[this._index]=this)}_onError(e){this.emitReserved("error",e,this._xhr),this._cleanup(!0)}_cleanup(e){if(!(typeof this._xhr>"u"||this._xhr===null)){if(this._xhr.onreadystatechange=IT,e)try{this._xhr.abort()}catch{}typeof document<"u"&&delete Wn.requests[this._index],this._xhr=null}}_onLoad(){const e=this._xhr.responseText;e!==null&&(this.emitReserved("data",e),this.emitReserved("success"),this._cleanup())}abort(){this._cleanup()}}if(Wn.requestsCount=0,Wn.requests={},typeof document<"u"){if(typeof attachEvent=="function")attachEvent("onunload",Xh);else if(typeof addEventListener=="function"){const t="onpagehide"in dn?"pagehide":"unload";addEventListener(t,Xh,!1)}}function Xh(){for(let t in Wn.requests)Wn.requests.hasOwnProperty(t)&&Wn.requests[t].abort()}const NT=(function(){const t=Zh({xdomain:!1});return t&&t.responseType!==null})();class LT extends MT{constructor(e){super(e);const n=e&&e.forceBase64;this.supportsBinary=NT&&!n}request(e={}){return Object.assign(e,{xd:this.xd},this.opts),new Wn(Zh,this.uri(),e)}}function Zh(t){const e=t.xdomain;try{if(typeof XMLHttpRequest<"u"&&(!e||VT))return new XMLHttpRequest}catch{}if(!e)try{return new dn[["Active"].concat("Object").join("X")]("Microsoft.XMLHTTP")}catch{}}const $h=typeof navigator<"u"&&typeof navigator.product=="string"&&navigator.product.toLowerCase()==="reactnative";class DT extends Wl{get name(){return"websocket"}doOpen(){const e=this.uri(),n=this.opts.protocols,i=$h?{}:Qh(this.opts,"agent","perMessageDeflate","pfx","key","passphrase","cert","ca","ciphers","rejectUnauthorized","localAddress","protocolVersion","origin","maxPayload","family","checkServerIdentity");this.opts.extraHeaders&&(i.headers=this.opts.extraHeaders);try{this.ws=this.createSocket(e,n,i)}catch(o){return this.emitReserved("error",o)}this.ws.binaryType=this.socket.binaryType,this.addEventListeners()}addEventListeners(){this.ws.onopen=()=>{this.opts.autoUnref&&this.ws._socket.unref(),this.onOpen()},this.ws.onclose=e=>this.onClose({description:"websocket connection closed",context:e}),this.ws.onmessage=e=>this.onData(e.data),this.ws.onerror=e=>this.onError("websocket error",e)}write(e){this.writable=!1;for(let n=0;n<e.length;n++){const i=e[n],o=n===e.length-1;Ul(i,this.supportsBinary,l=>{try{this.doWrite(i,l)}catch{}o&&wo(()=>{this.writable=!0,this.emitReserved("drain")},this.setTimeoutFn)})}}doClose(){typeof this.ws<"u"&&(this.ws.onerror=()=>{},this.ws.close(),this.ws=null)}uri(){const e=this.opts.secure?"wss":"ws",n=this.query||{};return this.opts.timestampRequests&&(n[this.opts.timestampParam]=Jh()),this.supportsBinary||(n.b64=1),this.createUri(e,n)}}const Kl=dn.WebSocket||dn.MozWebSocket;class PT extends DT{createSocket(e,n,i){return $h?new Kl(e,n,i):n?new Kl(e,n):new Kl(e)}doWrite(e,n){this.ws.send(n)}}class OT extends Wl{get name(){return"webtransport"}doOpen(){try{this._transport=new WebTransport(this.createUri("https"),this.opts.transportOptions[this.name])}catch(e){return this.emitReserved("error",e)}this._transport.closed.then(()=>{this.onClose()}).catch(e=>{this.onError("webtransport error",e)}),this._transport.ready.then(()=>{this._transport.createBidirectionalStream().then(e=>{const n=yT(Number.MAX_SAFE_INTEGER,this.socket.binaryType),i=e.readable.pipeThrough(n).getReader(),o=gT();o.readable.pipeTo(e.writable),this._writer=o.writable.getWriter();const l=()=>{i.read().then(({done:c,value:d})=>{c||(this.onPacket(d),l())}).catch(c=>{})};l();const u={type:"open"};this.query.sid&&(u.data=`{"sid":"${this.query.sid}"}`),this._writer.write(u).then(()=>this.onOpen())})})}write(e){this.writable=!1;for(let n=0;n<e.length;n++){const i=e[n],o=n===e.length-1;this._writer.write(i).then(()=>{o&&wo(()=>{this.writable=!0,this.emitReserved("drain")},this.setTimeoutFn)})}}doClose(){var e;(e=this._transport)===null||e===void 0||e.close()}}const UT={websocket:PT,webtransport:OT,polling:LT},BT=/^(?:(?![^:@\/?#]+:[^:@\/]*@)(http|https|ws|wss):\/\/)?((?:(([^:@\/?#]*)(?::([^:@\/?#]*))?)?@)?((?:[a-f0-9]{0,4}:){2,7}[a-f0-9]{0,4}|[^:\/?#]*)(?::(\d*))?)(((\/(?:[^?#](?![^?#\/]*\.[^?#\/.]+(?:[?#]|$)))*\/?)?([^?#\/]*))(?:\?([^#]*))?(?:#(.*))?)/,qT=["source","protocol","authority","userInfo","user","password","host","port","relative","path","directory","file","query","anchor"];function Hl(t){if(t.length>8e3)throw"URI too long";const e=t,n=t.indexOf("["),i=t.indexOf("]");n!=-1&&i!=-1&&(t=t.substring(0,n)+t.substring(n,i).replace(/:/g,";")+t.substring(i,t.length));let o=BT.exec(t||""),l={},u=14;for(;u--;)l[qT[u]]=o[u]||"";return n!=-1&&i!=-1&&(l.source=e,l.host=l.host.substring(1,l.host.length-1).replace(/;/g,":"),l.authority=l.authority.replace("[","").replace("]","").replace(/;/g,":"),l.ipv6uri=!0),l.pathNames=FT(l,l.path),l.queryKey=WT(l,l.query),l}function FT(t,e){const n=/\/{2,9}/g,i=e.replace(n,"/").split("/");return(e.slice(0,1)=="/"||e.length===0)&&i.splice(0,1),e.slice(-1)=="/"&&i.splice(i.length-1,1),i}function WT(t,e){const n={};return e.replace(/(?:^|&)([^&=]*)=?([^&]*)/g,function(i,o,l){o&&(n[o]=l)}),n}const zl=typeof addEventListener=="function"&&typeof removeEventListener=="function",So=[];zl&&addEventListener("offline",()=>{So.forEach(t=>t())},!1);class mr extends Tt{constructor(e,n){if(super(),this.binaryType=wT,this.writeBuffer=[],this._prevBufferLen=0,this._pingInterval=-1,this._pingTimeout=-1,this._maxPayload=-1,this._pingTimeoutTime=1/0,e&&typeof e=="object"&&(n=e,e=null),e){const i=Hl(e);n.hostname=i.host,n.secure=i.protocol==="https"||i.protocol==="wss",n.port=i.port,i.query&&(n.query=i.query)}else n.host&&(n.hostname=Hl(n.host).host);bo(this,n),this.secure=n.secure!=null?n.secure:typeof location<"u"&&location.protocol==="https:",n.hostname&&!n.port&&(n.port=this.secure?"443":"80"),this.hostname=n.hostname||(typeof location<"u"?location.hostname:"localhost"),this.port=n.port||(typeof location<"u"&&location.port?location.port:this.secure?"443":"80"),this.transports=[],this._transportsByName={},n.transports.forEach(i=>{const o=i.prototype.name;this.transports.push(o),this._transportsByName[o]=i}),this.opts=Object.assign({path:"/engine.io",agent:!1,withCredentials:!1,upgrade:!0,timestampParam:"t",rememberUpgrade:!1,addTrailingSlash:!0,rejectUnauthorized:!0,perMessageDeflate:{threshold:1024},transportOptions:{},closeOnBeforeunload:!1},n),this.opts.path=this.opts.path.replace(/\/$/,"")+(this.opts.addTrailingSlash?"/":""),typeof this.opts.query=="string"&&(this.opts.query=CT(this.opts.query)),zl&&(this.opts.closeOnBeforeunload&&(this._beforeunloadEventListener=()=>{this.transport&&(this.transport.removeAllListeners(),this.transport.close())},addEventListener("beforeunload",this._beforeunloadEventListener,!1)),this.hostname!=="localhost"&&(this._offlineEventListener=()=>{this._onClose("transport close",{description:"network connection lost"})},So.push(this._offlineEventListener))),this.opts.withCredentials&&(this._cookieJar=void 0),this._open()}createTransport(e){const n=Object.assign({},this.opts.query);n.EIO=Yh,n.transport=e,this.id&&(n.sid=this.id);const i=Object.assign({},this.opts,{query:n,socket:this,hostname:this.hostname,secure:this.secure,port:this.port},this.opts.transportOptions[e]);return new this._transportsByName[e](i)}_open(){if(this.transports.length===0){this.setTimeoutFn(()=>{this.emitReserved("error","No transports available")},0);return}const e=this.opts.rememberUpgrade&&mr.priorWebsocketSuccess&&this.transports.indexOf("websocket")!==-1?"websocket":this.transports[0];this.readyState="opening";const n=this.createTransport(e);n.open(),this.setTransport(n)}setTransport(e){this.transport&&this.transport.removeAllListeners(),this.transport=e,e.on("drain",this._onDrain.bind(this)).on("packet",this._onPacket.bind(this)).on("error",this._onError.bind(this)).on("close",n=>this._onClose("transport close",n))}onOpen(){this.readyState="open",mr.priorWebsocketSuccess=this.transport.name==="websocket",this.emitReserved("open"),this.flush()}_onPacket(e){if(this.readyState==="opening"||this.readyState==="open"||this.readyState==="closing")switch(this.emitReserved("packet",e),this.emitReserved("heartbeat"),e.type){case"open":this.onHandshake(JSON.parse(e.data));break;case"ping":this._sendPacket("pong"),this.emitReserved("ping"),this.emitReserved("pong"),this._resetPingTimeout();break;case"error":const n=new Error("server error");n.code=e.data,this._onError(n);break;case"message":this.emitReserved("data",e.data),this.emitReserved("message",e.data);break}}onHandshake(e){this.emitReserved("handshake",e),this.id=e.sid,this.transport.query.sid=e.sid,this._pingInterval=e.pingInterval,this._pingTimeout=e.pingTimeout,this._maxPayload=e.maxPayload,this.onOpen(),this.readyState!=="closed"&&this._resetPingTimeout()}_resetPingTimeout(){this.clearTimeoutFn(this._pingTimeoutTimer);const e=this._pingInterval+this._pingTimeout;this._pingTimeoutTime=Date.now()+e,this._pingTimeoutTimer=this.setTimeoutFn(()=>{this._onClose("ping timeout")},e),this.opts.autoUnref&&this._pingTimeoutTimer.unref()}_onDrain(){this.writeBuffer.splice(0,this._prevBufferLen),this._prevBufferLen=0,this.writeBuffer.length===0?this.emitReserved("drain"):this.flush()}flush(){if(this.readyState!=="closed"&&this.transport.writable&&!this.upgrading&&this.writeBuffer.length){const e=this._getWritablePackets();this.transport.send(e),this._prevBufferLen=e.length,this.emitReserved("flush")}}_getWritablePackets(){if(!(this._maxPayload&&this.transport.name==="polling"&&this.writeBuffer.length>1))return this.writeBuffer;let n=1;for(let i=0;i<this.writeBuffer.length;i++){const o=this.writeBuffer[i].data;if(o&&(n+=ET(o)),i>0&&n>this._maxPayload)return this.writeBuffer.slice(0,i);n+=2}return this.writeBuffer}_hasPingExpired(){if(!this._pingTimeoutTime)return!0;const e=Date.now()>this._pingTimeoutTime;return e&&(this._pingTimeoutTime=0,wo(()=>{this._onClose("ping timeout")},this.setTimeoutFn)),e}write(e,n,i){return this._sendPacket("message",e,n,i),this}send(e,n,i){return this._sendPacket("message",e,n,i),this}_sendPacket(e,n,i,o){if(typeof n=="function"&&(o=n,n=void 0),typeof i=="function"&&(o=i,i=null),this.readyState==="closing"||this.readyState==="closed")return;i=i||{},i.compress=i.compress!==!1;const l={type:e,data:n,options:i};this.emitReserved("packetCreate",l),this.writeBuffer.push(l),o&&this.once("flush",o),this.flush()}close(){const e=()=>{this._onClose("forced close"),this.transport.close()},n=()=>{this.off("upgrade",n),this.off("upgradeError",n),e()},i=()=>{this.once("upgrade",n),this.once("upgradeError",n)};return(this.readyState==="opening"||this.readyState==="open")&&(this.readyState="closing",this.writeBuffer.length?this.once("drain",()=>{this.upgrading?i():e()}):this.upgrading?i():e()),this}_onError(e){if(mr.priorWebsocketSuccess=!1,this.opts.tryAllTransports&&this.transports.length>1&&this.readyState==="opening")return this.transports.shift(),this._open();this.emitReserved("error",e),this._onClose("transport error",e)}_onClose(e,n){if(this.readyState==="opening"||this.readyState==="open"||this.readyState==="closing"){if(this.clearTimeoutFn(this._pingTimeoutTimer),this.transport.removeAllListeners("close"),this.transport.close(),this.transport.removeAllListeners(),zl&&(this._beforeunloadEventListener&&removeEventListener("beforeunload",this._beforeunloadEventListener,!1),this._offlineEventListener)){const i=So.indexOf(this._offlineEventListener);i!==-1&&So.splice(i,1)}this.readyState="closed",this.id=null,this.emitReserved("close",e,n),this.writeBuffer=[],this._prevBufferLen=0}}}mr.protocol=Yh;class KT extends mr{constructor(){super(...arguments),this._upgrades=[]}onOpen(){if(super.onOpen(),this.readyState==="open"&&this.opts.upgrade)for(let e=0;e<this._upgrades.length;e++)this._probe(this._upgrades[e])}_probe(e){let n=this.createTransport(e),i=!1;mr.priorWebsocketSuccess=!1;const o=()=>{i||(n.send([{type:"ping",data:"probe"}]),n.once("packet",g=>{if(!i)if(g.type==="pong"&&g.data==="probe"){if(this.upgrading=!0,this.emitReserved("upgrading",n),!n)return;mr.priorWebsocketSuccess=n.name==="websocket",this.transport.pause(()=>{i||this.readyState!=="closed"&&(p(),this.setTransport(n),n.send([{type:"upgrade"}]),this.emitReserved("upgrade",n),n=null,this.upgrading=!1,this.flush())})}else{const b=new Error("probe error");b.transport=n.name,this.emitReserved("upgradeError",b)}}))};function l(){i||(i=!0,p(),n.close(),n=null)}const u=g=>{const b=new Error("probe error: "+g);b.transport=n.name,l(),this.emitReserved("upgradeError",b)};function c(){u("transport closed")}function d(){u("socket closed")}function h(g){n&&g.name!==n.name&&l()}const p=()=>{n.removeListener("open",o),n.removeListener("error",u),n.removeListener("close",c),this.off("close",d),this.off("upgrading",h)};n.once("open",o),n.once("error",u),n.once("close",c),this.once("close",d),this.once("upgrading",h),this._upgrades.indexOf("webtransport")!==-1&&e!=="webtransport"?this.setTimeoutFn(()=>{i||n.open()},200):n.open()}onHandshake(e){this._upgrades=this._filterUpgrades(e.upgrades),super.onHandshake(e)}_filterUpgrades(e){const n=[];for(let i=0;i<e.length;i++)~this.transports.indexOf(e[i])&&n.push(e[i]);return n}}let HT=class extends KT{constructor(e,n={}){const i=typeof e=="object"?e:n;(!i.transports||i.transports&&typeof i.transports[0]=="string")&&(i.transports=(i.transports||["polling","websocket","webtransport"]).map(o=>UT[o]).filter(o=>!!o)),super(e,i)}};function zT(t,e="",n){let i=t;n=n||typeof location<"u"&&location,t==null&&(t=n.protocol+"//"+n.host),typeof t=="string"&&(t.charAt(0)==="/"&&(t.charAt(1)==="/"?t=n.protocol+t:t=n.host+t),/^(https?|wss?):\/\//.test(t)||(typeof n<"u"?t=n.protocol+"//"+t:t="https://"+t),i=Hl(t)),i.port||(/^(http|ws)$/.test(i.protocol)?i.port="80":/^(http|ws)s$/.test(i.protocol)&&(i.port="443")),i.path=i.path||"/";const l=i.host.indexOf(":")!==-1?"["+i.host+"]":i.host;return i.id=i.protocol+"://"+l+":"+i.port+e,i.href=i.protocol+"://"+l+(n&&n.port===i.port?"":":"+i.port),i}const _T=typeof ArrayBuffer=="function",GT=t=>typeof ArrayBuffer.isView=="function"?ArrayBuffer.isView(t):t.buffer instanceof ArrayBuffer,ep=Object.prototype.toString,YT=typeof Blob=="function"||typeof Blob<"u"&&ep.call(Blob)==="[object BlobConstructor]",QT=typeof File=="function"||typeof File<"u"&&ep.call(File)==="[object FileConstructor]";function _l(t){return _T&&(t instanceof ArrayBuffer||GT(t))||YT&&t instanceof Blob||QT&&t instanceof File}function Ao(t,e){if(!t||typeof t!="object")return!1;if(Array.isArray(t)){for(let n=0,i=t.length;n<i;n++)if(Ao(t[n]))return!0;return!1}if(_l(t))return!0;if(t.toJSON&&typeof t.toJSON=="function"&&arguments.length===1)return Ao(t.toJSON(),!0);for(const n in t)if(Object.prototype.hasOwnProperty.call(t,n)&&Ao(t[n]))return!0;return!1}function JT(t){const e=[],n=t.data,i=t;return i.data=Gl(n,e),i.attachments=e.length,{packet:i,buffers:e}}function Gl(t,e){if(!t)return t;if(_l(t)){const n={_placeholder:!0,num:e.length};return e.push(t),n}else if(Array.isArray(t)){const n=new Array(t.length);for(let i=0;i<t.length;i++)n[i]=Gl(t[i],e);return n}else if(typeof t=="object"&&!(t instanceof Date)){const n={};for(const i in t)Object.prototype.hasOwnProperty.call(t,i)&&(n[i]=Gl(t[i],e));return n}return t}function jT(t,e){return t.data=Yl(t.data,e),delete t.attachments,t}function Yl(t,e){if(!t)return t;if(t&&t._placeholder===!0){if(typeof t.num=="number"&&t.num>=0&&t.num<e.length)return e[t.num];throw new Error("illegal attachments")}else if(Array.isArray(t))for(let n=0;n<t.length;n++)t[n]=Yl(t[n],e);else if(typeof t=="object")for(const n in t)Object.prototype.hasOwnProperty.call(t,n)&&(t[n]=Yl(t[n],e));return t}const XT=["connect","connect_error","disconnect","disconnecting","newListener","removeListener"],ZT=5;var He;(function(t){t[t.CONNECT=0]="CONNECT",t[t.DISCONNECT=1]="DISCONNECT",t[t.EVENT=2]="EVENT",t[t.ACK=3]="ACK",t[t.CONNECT_ERROR=4]="CONNECT_ERROR",t[t.BINARY_EVENT=5]="BINARY_EVENT",t[t.BINARY_ACK=6]="BINARY_ACK"})(He||(He={}));class $T{constructor(e){this.replacer=e}encode(e){return(e.type===He.EVENT||e.type===He.ACK)&&Ao(e)?this.encodeAsBinary({type:e.type===He.EVENT?He.BINARY_EVENT:He.BINARY_ACK,nsp:e.nsp,data:e.data,id:e.id}):[this.encodeAsString(e)]}encodeAsString(e){let n=""+e.type;return(e.type===He.BINARY_EVENT||e.type===He.BINARY_ACK)&&(n+=e.attachments+"-"),e.nsp&&e.nsp!=="/"&&(n+=e.nsp+","),e.id!=null&&(n+=e.id),e.data!=null&&(n+=JSON.stringify(e.data,this.replacer)),n}encodeAsBinary(e){const n=JT(e),i=this.encodeAsString(n.packet),o=n.buffers;return o.unshift(i),o}}function tp(t){return Object.prototype.toString.call(t)==="[object Object]"}class Ql extends Tt{constructor(e){super(),this.reviver=e}add(e){let n;if(typeof e=="string"){if(this.reconstructor)throw new Error("got plaintext data when reconstructing a packet");n=this.decodeString(e);const i=n.type===He.BINARY_EVENT;i||n.type===He.BINARY_ACK?(n.type=i?He.EVENT:He.ACK,this.reconstructor=new ex(n),n.attachments===0&&super.emitReserved("decoded",n)):super.emitReserved("decoded",n)}else if(_l(e)||e.base64)if(this.reconstructor)n=this.reconstructor.takeBinaryData(e),n&&(this.reconstructor=null,super.emitReserved("decoded",n));else throw new Error("got binary data when not reconstructing a packet");else throw new Error("Unknown type: "+e)}decodeString(e){let n=0;const i={type:Number(e.charAt(0))};if(He[i.type]===void 0)throw new Error("unknown packet type "+i.type);if(i.type===He.BINARY_EVENT||i.type===He.BINARY_ACK){const l=n+1;for(;e.charAt(++n)!=="-"&&n!=e.length;);const u=e.substring(l,n);if(u!=Number(u)||e.charAt(n)!=="-")throw new Error("Illegal attachments");i.attachments=Number(u)}if(e.charAt(n+1)==="/"){const l=n+1;for(;++n&&!(e.charAt(n)===","||n===e.length););i.nsp=e.substring(l,n)}else i.nsp="/";const o=e.charAt(n+1);if(o!==""&&Number(o)==o){const l=n+1;for(;++n;){const u=e.charAt(n);if(u==null||Number(u)!=u){--n;break}if(n===e.length)break}i.id=Number(e.substring(l,n+1))}if(e.charAt(++n)){const l=this.tryParse(e.substr(n));if(Ql.isPayloadValid(i.type,l))i.data=l;else throw new Error("invalid payload")}return i}tryParse(e){try{return JSON.parse(e,this.reviver)}catch{return!1}}static isPayloadValid(e,n){switch(e){case He.CONNECT:return tp(n);case He.DISCONNECT:return n===void 0;case He.CONNECT_ERROR:return typeof n=="string"||tp(n);case He.EVENT:case He.BINARY_EVENT:return Array.isArray(n)&&(typeof n[0]=="number"||typeof n[0]=="string"&&XT.indexOf(n[0])===-1);case He.ACK:case He.BINARY_ACK:return Array.isArray(n)}}destroy(){this.reconstructor&&(this.reconstructor.finishedReconstruction(),this.reconstructor=null)}}class ex{constructor(e){this.packet=e,this.buffers=[],this.reconPack=e}takeBinaryData(e){if(this.buffers.push(e),this.buffers.length===this.reconPack.attachments){const n=jT(this.reconPack,this.buffers);return this.finishedReconstruction(),n}return null}finishedReconstruction(){this.reconPack=null,this.buffers=[]}}const tx=Object.freeze(Object.defineProperty({__proto__:null,Decoder:Ql,Encoder:$T,get PacketType(){return He},protocol:ZT},Symbol.toStringTag,{value:"Module"}));function In(t,e,n){return t.on(e,n),function(){t.off(e,n)}}const nx=Object.freeze({connect:1,connect_error:1,disconnect:1,disconnecting:1,newListener:1,removeListener:1});class np extends Tt{constructor(e,n,i){super(),this.connected=!1,this.recovered=!1,this.receiveBuffer=[],this.sendBuffer=[],this._queue=[],this._queueSeq=0,this.ids=0,this.acks={},this.flags={},this.io=e,this.nsp=n,i&&i.auth&&(this.auth=i.auth),this._opts=Object.assign({},i),this.io._autoConnect&&this.open()}get disconnected(){return!this.connected}subEvents(){if(this.subs)return;const e=this.io;this.subs=[In(e,"open",this.onopen.bind(this)),In(e,"packet",this.onpacket.bind(this)),In(e,"error",this.onerror.bind(this)),In(e,"close",this.onclose.bind(this))]}get active(){return!!this.subs}connect(){return this.connected?this:(this.subEvents(),this.io._reconnecting||this.io.open(),this.io._readyState==="open"&&this.onopen(),this)}open(){return this.connect()}send(...e){return e.unshift("message"),this.emit.apply(this,e),this}emit(e,...n){var i,o,l;if(nx.hasOwnProperty(e))throw new Error('"'+e.toString()+'" is a reserved event name');if(n.unshift(e),this._opts.retries&&!this.flags.fromQueue&&!this.flags.volatile)return this._addToQueue(n),this;const u={type:He.EVENT,data:n};if(u.options={},u.options.compress=this.flags.compress!==!1,typeof n[n.length-1]=="function"){const p=this.ids++,g=n.pop();this._registerAckCallback(p,g),u.id=p}const c=(o=(i=this.io.engine)===null||i===void 0?void 0:i.transport)===null||o===void 0?void 0:o.writable,d=this.connected&&!(!((l=this.io.engine)===null||l===void 0)&&l._hasPingExpired());return this.flags.volatile&&!c||(d?(this.notifyOutgoingListeners(u),this.packet(u)):this.sendBuffer.push(u)),this.flags={},this}_registerAckCallback(e,n){var i;const o=(i=this.flags.timeout)!==null&&i!==void 0?i:this._opts.ackTimeout;if(o===void 0){this.acks[e]=n;return}const l=this.io.setTimeoutFn(()=>{delete this.acks[e];for(let c=0;c<this.sendBuffer.length;c++)this.sendBuffer[c].id===e&&this.sendBuffer.splice(c,1);n.call(this,new Error("operation has timed out"))},o),u=(...c)=>{this.io.clearTimeoutFn(l),n.apply(this,c)};u.withError=!0,this.acks[e]=u}emitWithAck(e,...n){return new Promise((i,o)=>{const l=(u,c)=>u?o(u):i(c);l.withError=!0,n.push(l),this.emit(e,...n)})}_addToQueue(e){let n;typeof e[e.length-1]=="function"&&(n=e.pop());const i={id:this._queueSeq++,tryCount:0,pending:!1,args:e,flags:Object.assign({fromQueue:!0},this.flags)};e.push((o,...l)=>i!==this._queue[0]?void 0:(o!==null?i.tryCount>this._opts.retries&&(this._queue.shift(),n&&n(o)):(this._queue.shift(),n&&n(null,...l)),i.pending=!1,this._drainQueue())),this._queue.push(i),this._drainQueue()}_drainQueue(e=!1){if(!this.connected||this._queue.length===0)return;const n=this._queue[0];n.pending&&!e||(n.pending=!0,n.tryCount++,this.flags=n.flags,this.emit.apply(this,n.args))}packet(e){e.nsp=this.nsp,this.io._packet(e)}onopen(){typeof this.auth=="function"?this.auth(e=>{this._sendConnectPacket(e)}):this._sendConnectPacket(this.auth)}_sendConnectPacket(e){this.packet({type:He.CONNECT,data:this._pid?Object.assign({pid:this._pid,offset:this._lastOffset},e):e})}onerror(e){this.connected||this.emitReserved("connect_error",e)}onclose(e,n){this.connected=!1,delete this.id,this.emitReserved("disconnect",e,n),this._clearAcks()}_clearAcks(){Object.keys(this.acks).forEach(e=>{if(!this.sendBuffer.some(i=>String(i.id)===e)){const i=this.acks[e];delete this.acks[e],i.withError&&i.call(this,new Error("socket has been disconnected"))}})}onpacket(e){if(e.nsp===this.nsp)switch(e.type){case He.CONNECT:e.data&&e.data.sid?this.onconnect(e.data.sid,e.data.pid):this.emitReserved("connect_error",new Error("It seems you are trying to reach a Socket.IO server in v2.x with a v3.x client, but they are not compatible (more information here: https://socket.io/docs/v3/migrating-from-2-x-to-3-0/)"));break;case He.EVENT:case He.BINARY_EVENT:this.onevent(e);break;case He.ACK:case He.BINARY_ACK:this.onack(e);break;case He.DISCONNECT:this.ondisconnect();break;case He.CONNECT_ERROR:this.destroy();const i=new Error(e.data.message);i.data=e.data.data,this.emitReserved("connect_error",i);break}}onevent(e){const n=e.data||[];e.id!=null&&n.push(this.ack(e.id)),this.connected?this.emitEvent(n):this.receiveBuffer.push(Object.freeze(n))}emitEvent(e){if(this._anyListeners&&this._anyListeners.length){const n=this._anyListeners.slice();for(const i of n)i.apply(this,e)}super.emit.apply(this,e),this._pid&&e.length&&typeof e[e.length-1]=="string"&&(this._lastOffset=e[e.length-1])}ack(e){const n=this;let i=!1;return function(...o){i||(i=!0,n.packet({type:He.ACK,id:e,data:o}))}}onack(e){const n=this.acks[e.id];typeof n=="function"&&(delete this.acks[e.id],n.withError&&e.data.unshift(null),n.apply(this,e.data))}onconnect(e,n){this.id=e,this.recovered=n&&this._pid===n,this._pid=n,this.connected=!0,this.emitBuffered(),this.emitReserved("connect"),this._drainQueue(!0)}emitBuffered(){this.receiveBuffer.forEach(e=>this.emitEvent(e)),this.receiveBuffer=[],this.sendBuffer.forEach(e=>{this.notifyOutgoingListeners(e),this.packet(e)}),this.sendBuffer=[]}ondisconnect(){this.destroy(),this.onclose("io server disconnect")}destroy(){this.subs&&(this.subs.forEach(e=>e()),this.subs=void 0),this.io._destroy(this)}disconnect(){return this.connected&&this.packet({type:He.DISCONNECT}),this.destroy(),this.connected&&this.onclose("io client disconnect"),this}close(){return this.disconnect()}compress(e){return this.flags.compress=e,this}get volatile(){return this.flags.volatile=!0,this}timeout(e){return this.flags.timeout=e,this}onAny(e){return this._anyListeners=this._anyListeners||[],this._anyListeners.push(e),this}prependAny(e){return this._anyListeners=this._anyListeners||[],this._anyListeners.unshift(e),this}offAny(e){if(!this._anyListeners)return this;if(e){const n=this._anyListeners;for(let i=0;i<n.length;i++)if(e===n[i])return n.splice(i,1),this}else this._anyListeners=[];return this}listenersAny(){return this._anyListeners||[]}onAnyOutgoing(e){return this._anyOutgoingListeners=this._anyOutgoingListeners||[],this._anyOutgoingListeners.push(e),this}prependAnyOutgoing(e){return this._anyOutgoingListeners=this._anyOutgoingListeners||[],this._anyOutgoingListeners.unshift(e),this}offAnyOutgoing(e){if(!this._anyOutgoingListeners)return this;if(e){const n=this._anyOutgoingListeners;for(let i=0;i<n.length;i++)if(e===n[i])return n.splice(i,1),this}else this._anyOutgoingListeners=[];return this}listenersAnyOutgoing(){return this._anyOutgoingListeners||[]}notifyOutgoingListeners(e){if(this._anyOutgoingListeners&&this._anyOutgoingListeners.length){const n=this._anyOutgoingListeners.slice();for(const i of n)i.apply(this,e.data)}}}function ui(t){t=t||{},this.ms=t.min||100,this.max=t.max||1e4,this.factor=t.factor||2,this.jitter=t.jitter>0&&t.jitter<=1?t.jitter:0,this.attempts=0}ui.prototype.duration=function(){var t=this.ms*Math.pow(this.factor,this.attempts++);if(this.jitter){var e=Math.random(),n=Math.floor(e*this.jitter*t);t=(Math.floor(e*10)&1)==0?t-n:t+n}return Math.min(t,this.max)|0},ui.prototype.reset=function(){this.attempts=0},ui.prototype.setMin=function(t){this.ms=t},ui.prototype.setMax=function(t){this.max=t},ui.prototype.setJitter=function(t){this.jitter=t};class Jl extends Tt{constructor(e,n){var i;super(),this.nsps={},this.subs=[],e&&typeof e=="object"&&(n=e,e=void 0),n=n||{},n.path=n.path||"/socket.io",this.opts=n,bo(this,n),this.reconnection(n.reconnection!==!1),this.reconnectionAttempts(n.reconnectionAttempts||1/0),this.reconnectionDelay(n.reconnectionDelay||1e3),this.reconnectionDelayMax(n.reconnectionDelayMax||5e3),this.randomizationFactor((i=n.randomizationFactor)!==null&&i!==void 0?i:.5),this.backoff=new ui({min:this.reconnectionDelay(),max:this.reconnectionDelayMax(),jitter:this.randomizationFactor()}),this.timeout(n.timeout==null?2e4:n.timeout),this._readyState="closed",this.uri=e;const o=n.parser||tx;this.encoder=new o.Encoder,this.decoder=new o.Decoder,this._autoConnect=n.autoConnect!==!1,this._autoConnect&&this.open()}reconnection(e){return arguments.length?(this._reconnection=!!e,e||(this.skipReconnect=!0),this):this._reconnection}reconnectionAttempts(e){return e===void 0?this._reconnectionAttempts:(this._reconnectionAttempts=e,this)}reconnectionDelay(e){var n;return e===void 0?this._reconnectionDelay:(this._reconnectionDelay=e,(n=this.backoff)===null||n===void 0||n.setMin(e),this)}randomizationFactor(e){var n;return e===void 0?this._randomizationFactor:(this._randomizationFactor=e,(n=this.backoff)===null||n===void 0||n.setJitter(e),this)}reconnectionDelayMax(e){var n;return e===void 0?this._reconnectionDelayMax:(this._reconnectionDelayMax=e,(n=this.backoff)===null||n===void 0||n.setMax(e),this)}timeout(e){return arguments.length?(this._timeout=e,this):this._timeout}maybeReconnectOnOpen(){!this._reconnecting&&this._reconnection&&this.backoff.attempts===0&&this.reconnect()}open(e){if(~this._readyState.indexOf("open"))return this;this.engine=new HT(this.uri,this.opts);const n=this.engine,i=this;this._readyState="opening",this.skipReconnect=!1;const o=In(n,"open",function(){i.onopen(),e&&e()}),l=c=>{this.cleanup(),this._readyState="closed",this.emitReserved("error",c),e?e(c):this.maybeReconnectOnOpen()},u=In(n,"error",l);if(this._timeout!==!1){const c=this._timeout,d=this.setTimeoutFn(()=>{o(),l(new Error("timeout")),n.close()},c);this.opts.autoUnref&&d.unref(),this.subs.push(()=>{this.clearTimeoutFn(d)})}return this.subs.push(o),this.subs.push(u),this}connect(e){return this.open(e)}onopen(){this.cleanup(),this._readyState="open",this.emitReserved("open");const e=this.engine;this.subs.push(In(e,"ping",this.onping.bind(this)),In(e,"data",this.ondata.bind(this)),In(e,"error",this.onerror.bind(this)),In(e,"close",this.onclose.bind(this)),In(this.decoder,"decoded",this.ondecoded.bind(this)))}onping(){this.emitReserved("ping")}ondata(e){try{this.decoder.add(e)}catch(n){this.onclose("parse error",n)}}ondecoded(e){wo(()=>{this.emitReserved("packet",e)},this.setTimeoutFn)}onerror(e){this.emitReserved("error",e)}socket(e,n){let i=this.nsps[e];return i?this._autoConnect&&!i.active&&i.connect():(i=new np(this,e,n),this.nsps[e]=i),i}_destroy(e){const n=Object.keys(this.nsps);for(const i of n)if(this.nsps[i].active)return;this._close()}_packet(e){const n=this.encoder.encode(e);for(let i=0;i<n.length;i++)this.engine.write(n[i],e.options)}cleanup(){this.subs.forEach(e=>e()),this.subs.length=0,this.decoder.destroy()}_close(){this.skipReconnect=!0,this._reconnecting=!1,this.onclose("forced close")}disconnect(){return this._close()}onclose(e,n){var i;this.cleanup(),(i=this.engine)===null||i===void 0||i.close(),this.backoff.reset(),this._readyState="closed",this.emitReserved("close",e,n),this._reconnection&&!this.skipReconnect&&this.reconnect()}reconnect(){if(this._reconnecting||this.skipReconnect)return this;const e=this;if(this.backoff.attempts>=this._reconnectionAttempts)this.backoff.reset(),this.emitReserved("reconnect_failed"),this._reconnecting=!1;else{const n=this.backoff.duration();this._reconnecting=!0;const i=this.setTimeoutFn(()=>{e.skipReconnect||(this.emitReserved("reconnect_attempt",e.backoff.attempts),!e.skipReconnect&&e.open(o=>{o?(e._reconnecting=!1,e.reconnect(),this.emitReserved("reconnect_error",o)):e.onreconnect()}))},n);this.opts.autoUnref&&i.unref(),this.subs.push(()=>{this.clearTimeoutFn(i)})}}onreconnect(){const e=this.backoff.attempts;this._reconnecting=!1,this.backoff.reset(),this.emitReserved("reconnect",e)}}const ns={};function Eo(t,e){typeof t=="object"&&(e=t,t=void 0),e=e||{};const n=zT(t,e.path||"/socket.io"),i=n.source,o=n.id,l=n.path,u=ns[o]&&l in ns[o].nsps,c=e.forceNew||e["force new connection"]||e.multiplex===!1||u;let d;return c?d=new Jl(i,e):(ns[o]||(ns[o]=new Jl(i,e)),d=ns[o]),n.query&&!e.query&&(e.query=n.queryKey),d.socket(n.path,e)}Object.assign(Eo,{Manager:Jl,Socket:np,io:Eo,connect:Eo});var rx=t=>{switch(t){case"success":return ox;case"info":return lx;case"warning":return ax;case"error":return ux;default:return null}},ix=Array(12).fill(0),sx=({visible:t,className:e})=>A.createElement("div",{className:["sonner-loading-wrapper",e].filter(Boolean).join(" "),"data-visible":t},A.createElement("div",{className:"sonner-spinner"},ix.map((n,i)=>A.createElement("div",{className:"sonner-loading-bar",key:`spinner-bar-${i}`})))),ox=A.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 20 20",fill:"currentColor",height:"20",width:"20"},A.createElement("path",{fillRule:"evenodd",d:"M10 18a8 8 0 100-16 8 8 0 000 16zm3.857-9.809a.75.75 0 00-1.214-.882l-3.483 4.79-1.88-1.88a.75.75 0 10-1.06 1.061l2.5 2.5a.75.75 0 001.137-.089l4-5.5z",clipRule:"evenodd"})),ax=A.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24",fill:"currentColor",height:"20",width:"20"},A.createElement("path",{fillRule:"evenodd",d:"M9.401 3.003c1.155-2 4.043-2 5.197 0l7.355 12.748c1.154 2-.29 4.5-2.599 4.5H4.645c-2.309 0-3.752-2.5-2.598-4.5L9.4 3.003zM12 8.25a.75.75 0 01.75.75v3.75a.75.75 0 01-1.5 0V9a.75.75 0 01.75-.75zm0 8.25a.75.75 0 100-1.5.75.75 0 000 1.5z",clipRule:"evenodd"})),lx=A.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 20 20",fill:"currentColor",height:"20",width:"20"},A.createElement("path",{fillRule:"evenodd",d:"M18 10a8 8 0 11-16 0 8 8 0 0116 0zm-7-4a1 1 0 11-2 0 1 1 0 012 0zM9 9a.75.75 0 000 1.5h.253a.25.25 0 01.244.304l-.459 2.066A1.75 1.75 0 0010.747 15H11a.75.75 0 000-1.5h-.253a.25.25 0 01-.244-.304l.459-2.066A1.75 1.75 0 009.253 9H9z",clipRule:"evenodd"})),ux=A.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 20 20",fill:"currentColor",height:"20",width:"20"},A.createElement("path",{fillRule:"evenodd",d:"M18 10a8 8 0 11-16 0 8 8 0 0116 0zm-8-5a.75.75 0 01.75.75v4.5a.75.75 0 01-1.5 0v-4.5A.75.75 0 0110 5zm0 10a1 1 0 100-2 1 1 0 000 2z",clipRule:"evenodd"})),cx=A.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:"12",height:"12",viewBox:"0 0 24 24",fill:"none",stroke:"currentColor",strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round"},A.createElement("line",{x1:"18",y1:"6",x2:"6",y2:"18"}),A.createElement("line",{x1:"6",y1:"6",x2:"18",y2:"18"})),fx=()=>{let[t,e]=A.useState(document.hidden);return A.useEffect(()=>{let n=()=>{e(document.hidden)};return document.addEventListener("visibilitychange",n),()=>window.removeEventListener("visibilitychange",n)},[]),t},jl=1,dx=class{constructor(){this.subscribe=t=>(this.subscribers.push(t),()=>{let e=this.subscribers.indexOf(t);this.subscribers.splice(e,1)}),this.publish=t=>{this.subscribers.forEach(e=>e(t))},this.addToast=t=>{this.publish(t),this.toasts=[...this.toasts,t]},this.create=t=>{var e;let{message:n,...i}=t,o=typeof t?.id=="number"||((e=t.id)==null?void 0:e.length)>0?t.id:jl++,l=this.toasts.find(c=>c.id===o),u=t.dismissible===void 0?!0:t.dismissible;return this.dismissedToasts.has(o)&&this.dismissedToasts.delete(o),l?this.toasts=this.toasts.map(c=>c.id===o?(this.publish({...c,...t,id:o,title:n}),{...c,...t,id:o,dismissible:u,title:n}):c):this.addToast({title:n,...i,dismissible:u,id:o}),o},this.dismiss=t=>(this.dismissedToasts.add(t),t||this.toasts.forEach(e=>{this.subscribers.forEach(n=>n({id:e.id,dismiss:!0}))}),this.subscribers.forEach(e=>e({id:t,dismiss:!0})),t),this.message=(t,e)=>this.create({...e,message:t}),this.error=(t,e)=>this.create({...e,message:t,type:"error"}),this.success=(t,e)=>this.create({...e,type:"success",message:t}),this.info=(t,e)=>this.create({...e,type:"info",message:t}),this.warning=(t,e)=>this.create({...e,type:"warning",message:t}),this.loading=(t,e)=>this.create({...e,type:"loading",message:t}),this.promise=(t,e)=>{if(!e)return;let n;e.loading!==void 0&&(n=this.create({...e,promise:t,type:"loading",message:e.loading,description:typeof e.description!="function"?e.description:void 0}));let i=t instanceof Promise?t:t(),o=n!==void 0,l,u=i.then(async d=>{if(l=["resolve",d],A.isValidElement(d))o=!1,this.create({id:n,type:"default",message:d});else if(px(d)&&!d.ok){o=!1;let h=typeof e.error=="function"?await e.error(`HTTP error! status: ${d.status}`):e.error,p=typeof e.description=="function"?await e.description(`HTTP error! status: ${d.status}`):e.description;this.create({id:n,type:"error",message:h,description:p})}else if(e.success!==void 0){o=!1;let h=typeof e.success=="function"?await e.success(d):e.success,p=typeof e.description=="function"?await e.description(d):e.description;this.create({id:n,type:"success",message:h,description:p})}}).catch(async d=>{if(l=["reject",d],e.error!==void 0){o=!1;let h=typeof e.error=="function"?await e.error(d):e.error,p=typeof e.description=="function"?await e.description(d):e.description;this.create({id:n,type:"error",message:h,description:p})}}).finally(()=>{var d;o&&(this.dismiss(n),n=void 0),(d=e.finally)==null||d.call(e)}),c=()=>new Promise((d,h)=>u.then(()=>l[0]==="reject"?h(l[1]):d(l[1])).catch(h));return typeof n!="string"&&typeof n!="number"?{unwrap:c}:Object.assign(n,{unwrap:c})},this.custom=(t,e)=>{let n=e?.id||jl++;return this.create({jsx:t(n),id:n,...e}),n},this.getActiveToasts=()=>this.toasts.filter(t=>!this.dismissedToasts.has(t.id)),this.subscribers=[],this.toasts=[],this.dismissedToasts=new Set}},Jt=new dx,hx=(t,e)=>{let n=e?.id||jl++;return Jt.addToast({title:t,...e,id:n}),n},px=t=>t&&typeof t=="object"&&"ok"in t&&typeof t.ok=="boolean"&&"status"in t&&typeof t.status=="number",mx=hx,gx=()=>Jt.toasts,yx=()=>Jt.getActiveToasts(),rs=Object.assign(mx,{success:Jt.success,info:Jt.info,warning:Jt.warning,error:Jt.error,custom:Jt.custom,message:Jt.message,promise:Jt.promise,dismiss:Jt.dismiss,loading:Jt.loading},{getHistory:gx,getToasts:yx});function vx(t,{insertAt:e}={}){if(typeof document>"u")return;let n=document.head||document.getElementsByTagName("head")[0],i=document.createElement("style");i.type="text/css",e==="top"&&n.firstChild?n.insertBefore(i,n.firstChild):n.appendChild(i),i.styleSheet?i.styleSheet.cssText=t:i.appendChild(document.createTextNode(t))}vx(`:where(html[dir="ltr"]),:where([data-sonner-toaster][dir="ltr"]){--toast-icon-margin-start: -3px;--toast-icon-margin-end: 4px;--toast-svg-margin-start: -1px;--toast-svg-margin-end: 0px;--toast-button-margin-start: auto;--toast-button-margin-end: 0;--toast-close-button-start: 0;--toast-close-button-end: unset;--toast-close-button-transform: translate(-35%, -35%)}:where(html[dir="rtl"]),:where([data-sonner-toaster][dir="rtl"]){--toast-icon-margin-start: 4px;--toast-icon-margin-end: -3px;--toast-svg-margin-start: 0px;--toast-svg-margin-end: -1px;--toast-button-margin-start: 0;--toast-button-margin-end: auto;--toast-close-button-start: unset;--toast-close-button-end: 0;--toast-close-button-transform: translate(35%, -35%)}:where([data-sonner-toaster]){position:fixed;width:var(--width);font-family:ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,Noto Color Emoji;--gray1: hsl(0, 0%, 99%);--gray2: hsl(0, 0%, 97.3%);--gray3: hsl(0, 0%, 95.1%);--gray4: hsl(0, 0%, 93%);--gray5: hsl(0, 0%, 90.9%);--gray6: hsl(0, 0%, 88.7%);--gray7: hsl(0, 0%, 85.8%);--gray8: hsl(0, 0%, 78%);--gray9: hsl(0, 0%, 56.1%);--gray10: hsl(0, 0%, 52.3%);--gray11: hsl(0, 0%, 43.5%);--gray12: hsl(0, 0%, 9%);--border-radius: 8px;box-sizing:border-box;padding:0;margin:0;list-style:none;outline:none;z-index:999999999;transition:transform .4s ease}:where([data-sonner-toaster][data-lifted="true"]){transform:translateY(-10px)}@media (hover: none) and (pointer: coarse){:where([data-sonner-toaster][data-lifted="true"]){transform:none}}:where([data-sonner-toaster][data-x-position="right"]){right:var(--offset-right)}:where([data-sonner-toaster][data-x-position="left"]){left:var(--offset-left)}:where([data-sonner-toaster][data-x-position="center"]){left:50%;transform:translate(-50%)}:where([data-sonner-toaster][data-y-position="top"]){top:var(--offset-top)}:where([data-sonner-toaster][data-y-position="bottom"]){bottom:var(--offset-bottom)}:where([data-sonner-toast]){--y: translateY(100%);--lift-amount: calc(var(--lift) * var(--gap));z-index:var(--z-index);position:absolute;opacity:0;transform:var(--y);filter:blur(0);touch-action:none;transition:transform .4s,opacity .4s,height .4s,box-shadow .2s;box-sizing:border-box;outline:none;overflow-wrap:anywhere}:where([data-sonner-toast][data-styled="true"]){padding:16px;background:var(--normal-bg);border:1px solid var(--normal-border);color:var(--normal-text);border-radius:var(--border-radius);box-shadow:0 4px 12px #0000001a;width:var(--width);font-size:13px;display:flex;align-items:center;gap:6px}:where([data-sonner-toast]:focus-visible){box-shadow:0 4px 12px #0000001a,0 0 0 2px #0003}:where([data-sonner-toast][data-y-position="top"]){top:0;--y: translateY(-100%);--lift: 1;--lift-amount: calc(1 * var(--gap))}:where([data-sonner-toast][data-y-position="bottom"]){bottom:0;--y: translateY(100%);--lift: -1;--lift-amount: calc(var(--lift) * var(--gap))}:where([data-sonner-toast]) :where([data-description]){font-weight:400;line-height:1.4;color:inherit}:where([data-sonner-toast]) :where([data-title]){font-weight:500;line-height:1.5;color:inherit}:where([data-sonner-toast]) :where([data-icon]){display:flex;height:16px;width:16px;position:relative;justify-content:flex-start;align-items:center;flex-shrink:0;margin-left:var(--toast-icon-margin-start);margin-right:var(--toast-icon-margin-end)}:where([data-sonner-toast][data-promise="true"]) :where([data-icon])>svg{opacity:0;transform:scale(.8);transform-origin:center;animation:sonner-fade-in .3s ease forwards}:where([data-sonner-toast]) :where([data-icon])>*{flex-shrink:0}:where([data-sonner-toast]) :where([data-icon]) svg{margin-left:var(--toast-svg-margin-start);margin-right:var(--toast-svg-margin-end)}:where([data-sonner-toast]) :where([data-content]){display:flex;flex-direction:column;gap:2px}[data-sonner-toast][data-styled=true] [data-button]{border-radius:4px;padding-left:8px;padding-right:8px;height:24px;font-size:12px;color:var(--normal-bg);background:var(--normal-text);margin-left:var(--toast-button-margin-start);margin-right:var(--toast-button-margin-end);border:none;cursor:pointer;outline:none;display:flex;align-items:center;flex-shrink:0;transition:opacity .4s,box-shadow .2s}:where([data-sonner-toast]) :where([data-button]):focus-visible{box-shadow:0 0 0 2px #0006}:where([data-sonner-toast]) :where([data-button]):first-of-type{margin-left:var(--toast-button-margin-start);margin-right:var(--toast-button-margin-end)}:where([data-sonner-toast]) :where([data-cancel]){color:var(--normal-text);background:rgba(0,0,0,.08)}:where([data-sonner-toast][data-theme="dark"]) :where([data-cancel]){background:rgba(255,255,255,.3)}:where([data-sonner-toast]) :where([data-close-button]){position:absolute;left:var(--toast-close-button-start);right:var(--toast-close-button-end);top:0;height:20px;width:20px;display:flex;justify-content:center;align-items:center;padding:0;color:var(--gray12);border:1px solid var(--gray4);transform:var(--toast-close-button-transform);border-radius:50%;cursor:pointer;z-index:1;transition:opacity .1s,background .2s,border-color .2s}[data-sonner-toast] [data-close-button]{background:var(--gray1)}:where([data-sonner-toast]) :where([data-close-button]):focus-visible{box-shadow:0 4px 12px #0000001a,0 0 0 2px #0003}:where([data-sonner-toast]) :where([data-disabled="true"]){cursor:not-allowed}:where([data-sonner-toast]):hover :where([data-close-button]):hover{background:var(--gray2);border-color:var(--gray5)}:where([data-sonner-toast][data-swiping="true"]):before{content:"";position:absolute;left:-50%;right:-50%;height:100%;z-index:-1}:where([data-sonner-toast][data-y-position="top"][data-swiping="true"]):before{bottom:50%;transform:scaleY(3) translateY(50%)}:where([data-sonner-toast][data-y-position="bottom"][data-swiping="true"]):before{top:50%;transform:scaleY(3) translateY(-50%)}:where([data-sonner-toast][data-swiping="false"][data-removed="true"]):before{content:"";position:absolute;inset:0;transform:scaleY(2)}:where([data-sonner-toast]):after{content:"";position:absolute;left:0;height:calc(var(--gap) + 1px);bottom:100%;width:100%}:where([data-sonner-toast][data-mounted="true"]){--y: translateY(0);opacity:1}:where([data-sonner-toast][data-expanded="false"][data-front="false"]){--scale: var(--toasts-before) * .05 + 1;--y: translateY(calc(var(--lift-amount) * var(--toasts-before))) scale(calc(-1 * var(--scale)));height:var(--front-toast-height)}:where([data-sonner-toast])>*{transition:opacity .4s}:where([data-sonner-toast][data-expanded="false"][data-front="false"][data-styled="true"])>*{opacity:0}:where([data-sonner-toast][data-visible="false"]){opacity:0;pointer-events:none}:where([data-sonner-toast][data-mounted="true"][data-expanded="true"]){--y: translateY(calc(var(--lift) * var(--offset)));height:var(--initial-height)}:where([data-sonner-toast][data-removed="true"][data-front="true"][data-swipe-out="false"]){--y: translateY(calc(var(--lift) * -100%));opacity:0}:where([data-sonner-toast][data-removed="true"][data-front="false"][data-swipe-out="false"][data-expanded="true"]){--y: translateY(calc(var(--lift) * var(--offset) + var(--lift) * -100%));opacity:0}:where([data-sonner-toast][data-removed="true"][data-front="false"][data-swipe-out="false"][data-expanded="false"]){--y: translateY(40%);opacity:0;transition:transform .5s,opacity .2s}:where([data-sonner-toast][data-removed="true"][data-front="false"]):before{height:calc(var(--initial-height) + 20%)}[data-sonner-toast][data-swiping=true]{transform:var(--y) translateY(var(--swipe-amount-y, 0px)) translate(var(--swipe-amount-x, 0px));transition:none}[data-sonner-toast][data-swiped=true]{user-select:none}[data-sonner-toast][data-swipe-out=true][data-y-position=bottom],[data-sonner-toast][data-swipe-out=true][data-y-position=top]{animation-duration:.2s;animation-timing-function:ease-out;animation-fill-mode:forwards}[data-sonner-toast][data-swipe-out=true][data-swipe-direction=left]{animation-name:swipe-out-left}[data-sonner-toast][data-swipe-out=true][data-swipe-direction=right]{animation-name:swipe-out-right}[data-sonner-toast][data-swipe-out=true][data-swipe-direction=up]{animation-name:swipe-out-up}[data-sonner-toast][data-swipe-out=true][data-swipe-direction=down]{animation-name:swipe-out-down}@keyframes swipe-out-left{0%{transform:var(--y) translate(var(--swipe-amount-x));opacity:1}to{transform:var(--y) translate(calc(var(--swipe-amount-x) - 100%));opacity:0}}@keyframes swipe-out-right{0%{transform:var(--y) translate(var(--swipe-amount-x));opacity:1}to{transform:var(--y) translate(calc(var(--swipe-amount-x) + 100%));opacity:0}}@keyframes swipe-out-up{0%{transform:var(--y) translateY(var(--swipe-amount-y));opacity:1}to{transform:var(--y) translateY(calc(var(--swipe-amount-y) - 100%));opacity:0}}@keyframes swipe-out-down{0%{transform:var(--y) translateY(var(--swipe-amount-y));opacity:1}to{transform:var(--y) translateY(calc(var(--swipe-amount-y) + 100%));opacity:0}}@media (max-width: 600px){[data-sonner-toaster]{position:fixed;right:var(--mobile-offset-right);left:var(--mobile-offset-left);width:100%}[data-sonner-toaster][dir=rtl]{left:calc(var(--mobile-offset-left) * -1)}[data-sonner-toaster] [data-sonner-toast]{left:0;right:0;width:calc(100% - var(--mobile-offset-left) * 2)}[data-sonner-toaster][data-x-position=left]{left:var(--mobile-offset-left)}[data-sonner-toaster][data-y-position=bottom]{bottom:var(--mobile-offset-bottom)}[data-sonner-toaster][data-y-position=top]{top:var(--mobile-offset-top)}[data-sonner-toaster][data-x-position=center]{left:var(--mobile-offset-left);right:var(--mobile-offset-right);transform:none}}[data-sonner-toaster][data-theme=light]{--normal-bg: #fff;--normal-border: var(--gray4);--normal-text: var(--gray12);--success-bg: hsl(143, 85%, 96%);--success-border: hsl(145, 92%, 91%);--success-text: hsl(140, 100%, 27%);--info-bg: hsl(208, 100%, 97%);--info-border: hsl(221, 91%, 91%);--info-text: hsl(210, 92%, 45%);--warning-bg: hsl(49, 100%, 97%);--warning-border: hsl(49, 91%, 91%);--warning-text: hsl(31, 92%, 45%);--error-bg: hsl(359, 100%, 97%);--error-border: hsl(359, 100%, 94%);--error-text: hsl(360, 100%, 45%)}[data-sonner-toaster][data-theme=light] [data-sonner-toast][data-invert=true]{--normal-bg: #000;--normal-border: hsl(0, 0%, 20%);--normal-text: var(--gray1)}[data-sonner-toaster][data-theme=dark] [data-sonner-toast][data-invert=true]{--normal-bg: #fff;--normal-border: var(--gray3);--normal-text: var(--gray12)}[data-sonner-toaster][data-theme=dark]{--normal-bg: #000;--normal-bg-hover: hsl(0, 0%, 12%);--normal-border: hsl(0, 0%, 20%);--normal-border-hover: hsl(0, 0%, 25%);--normal-text: var(--gray1);--success-bg: hsl(150, 100%, 6%);--success-border: hsl(147, 100%, 12%);--success-text: hsl(150, 86%, 65%);--info-bg: hsl(215, 100%, 6%);--info-border: hsl(223, 100%, 12%);--info-text: hsl(216, 87%, 65%);--warning-bg: hsl(64, 100%, 6%);--warning-border: hsl(60, 100%, 12%);--warning-text: hsl(46, 87%, 65%);--error-bg: hsl(358, 76%, 10%);--error-border: hsl(357, 89%, 16%);--error-text: hsl(358, 100%, 81%)}[data-sonner-toaster][data-theme=dark] [data-sonner-toast] [data-close-button]{background:var(--normal-bg);border-color:var(--normal-border);color:var(--normal-text)}[data-sonner-toaster][data-theme=dark] [data-sonner-toast] [data-close-button]:hover{background:var(--normal-bg-hover);border-color:var(--normal-border-hover)}[data-rich-colors=true][data-sonner-toast][data-type=success],[data-rich-colors=true][data-sonner-toast][data-type=success] [data-close-button]{background:var(--success-bg);border-color:var(--success-border);color:var(--success-text)}[data-rich-colors=true][data-sonner-toast][data-type=info],[data-rich-colors=true][data-sonner-toast][data-type=info] [data-close-button]{background:var(--info-bg);border-color:var(--info-border);color:var(--info-text)}[data-rich-colors=true][data-sonner-toast][data-type=warning],[data-rich-colors=true][data-sonner-toast][data-type=warning] [data-close-button]{background:var(--warning-bg);border-color:var(--warning-border);color:var(--warning-text)}[data-rich-colors=true][data-sonner-toast][data-type=error],[data-rich-colors=true][data-sonner-toast][data-type=error] [data-close-button]{background:var(--error-bg);border-color:var(--error-border);color:var(--error-text)}.sonner-loading-wrapper{--size: 16px;height:var(--size);width:var(--size);position:absolute;inset:0;z-index:10}.sonner-loading-wrapper[data-visible=false]{transform-origin:center;animation:sonner-fade-out .2s ease forwards}.sonner-spinner{position:relative;top:50%;left:50%;height:var(--size);width:var(--size)}.sonner-loading-bar{animation:sonner-spin 1.2s linear infinite;background:var(--gray11);border-radius:6px;height:8%;left:-10%;position:absolute;top:-3.9%;width:24%}.sonner-loading-bar:nth-child(1){animation-delay:-1.2s;transform:rotate(.0001deg) translate(146%)}.sonner-loading-bar:nth-child(2){animation-delay:-1.1s;transform:rotate(30deg) translate(146%)}.sonner-loading-bar:nth-child(3){animation-delay:-1s;transform:rotate(60deg) translate(146%)}.sonner-loading-bar:nth-child(4){animation-delay:-.9s;transform:rotate(90deg) translate(146%)}.sonner-loading-bar:nth-child(5){animation-delay:-.8s;transform:rotate(120deg) translate(146%)}.sonner-loading-bar:nth-child(6){animation-delay:-.7s;transform:rotate(150deg) translate(146%)}.sonner-loading-bar:nth-child(7){animation-delay:-.6s;transform:rotate(180deg) translate(146%)}.sonner-loading-bar:nth-child(8){animation-delay:-.5s;transform:rotate(210deg) translate(146%)}.sonner-loading-bar:nth-child(9){animation-delay:-.4s;transform:rotate(240deg) translate(146%)}.sonner-loading-bar:nth-child(10){animation-delay:-.3s;transform:rotate(270deg) translate(146%)}.sonner-loading-bar:nth-child(11){animation-delay:-.2s;transform:rotate(300deg) translate(146%)}.sonner-loading-bar:nth-child(12){animation-delay:-.1s;transform:rotate(330deg) translate(146%)}@keyframes sonner-fade-in{0%{opacity:0;transform:scale(.8)}to{opacity:1;transform:scale(1)}}@keyframes sonner-fade-out{0%{opacity:1;transform:scale(1)}to{opacity:0;transform:scale(.8)}}@keyframes sonner-spin{0%{opacity:1}to{opacity:.15}}@media (prefers-reduced-motion){[data-sonner-toast],[data-sonner-toast]>*,.sonner-loading-bar{transition:none!important;animation:none!important}}.sonner-loader{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);transform-origin:center;transition:opacity .2s,transform .2s}.sonner-loader[data-visible=false]{opacity:0;transform:scale(.8) translate(-50%,-50%)}
|
|
57
|
-
`);function To(t){return t.label!==void 0}var wx=3,bx="32px",Sx="16px",rp=4e3,Ax=356,Ex=14,Tx=20,xx=200;function Mn(...t){return t.filter(Boolean).join(" ")}function Cx(t){let[e,n]=t.split("-"),i=[];return e&&i.push(e),n&&i.push(n),i}var Rx=t=>{var e,n,i,o,l,u,c,d,h,p,g;let{invert:b,toast:v,unstyled:x,interacting:R,setHeights:q,visibleToasts:L,heights:M,index:O,toasts:G,expanded:H,removeToast:Q,defaultRichColors:J,closeButton:Y,style:pe,cancelButtonStyle:se,actionButtonStyle:oe,className:Pe="",descriptionClassName:Ve="",duration:Ee,position:ft,gap:wt,loadingIcon:ye,expandByDefault:Le,classNames:ce,icons:ae,closeButtonAriaLabel:fe="Close toast",pauseWhenPageIsHidden:V}=t,[D,T]=A.useState(null),[U,F]=A.useState(null),[X,j]=A.useState(!1),[be,Ie]=A.useState(!1),[Ge,Oe]=A.useState(!1),[he,Se]=A.useState(!1),[Be,Te]=A.useState(!1),[$e,Wt]=A.useState(0),[gt,et]=A.useState(0),Qe=A.useRef(v.duration||Ee||rp),Xt=A.useRef(null),Pt=A.useRef(null),Hn=O===0,dt=O+1<=L,it=v.type,Vt=v.dismissible!==!1,vn=v.className||"",Dn=v.descriptionClassName||"",zn=A.useMemo(()=>M.findIndex(ne=>ne.toastId===v.id)||0,[M,v.id]),zr=A.useMemo(()=>{var ne;return(ne=v.closeButton)!=null?ne:Y},[v.closeButton,Y]),tr=A.useMemo(()=>v.duration||Ee||rp,[v.duration,Ee]),nr=A.useRef(0),wn=A.useRef(0),N=A.useRef(0),C=A.useRef(null),[_,ee]=ft.split("-"),$=A.useMemo(()=>M.reduce((ne,Re,xe)=>xe>=zn?ne:ne+Re.height,0),[M,zn]),re=fx(),me=v.invert||b,de=it==="loading";wn.current=A.useMemo(()=>zn*wt+$,[zn,$]),A.useEffect(()=>{Qe.current=tr},[tr]),A.useEffect(()=>{j(!0)},[]),A.useEffect(()=>{let ne=Pt.current;if(ne){let Re=ne.getBoundingClientRect().height;return et(Re),q(xe=>[{toastId:v.id,height:Re,position:v.position},...xe]),()=>q(xe=>xe.filter(st=>st.toastId!==v.id))}},[q,v.id]),A.useLayoutEffect(()=>{if(!X)return;let ne=Pt.current,Re=ne.style.height;ne.style.height="auto";let xe=ne.getBoundingClientRect().height;ne.style.height=Re,et(xe),q(st=>st.find(at=>at.toastId===v.id)?st.map(at=>at.toastId===v.id?{...at,height:xe}:at):[{toastId:v.id,height:xe,position:v.position},...st])},[X,v.title,v.description,q,v.id]);let ue=A.useCallback(()=>{Ie(!0),Wt(wn.current),q(ne=>ne.filter(Re=>Re.toastId!==v.id)),setTimeout(()=>{Q(v)},xx)},[v,Q,q,wn]);A.useEffect(()=>{if(v.promise&&it==="loading"||v.duration===1/0||v.type==="loading")return;let ne;return H||R||V&&re?(()=>{if(N.current<nr.current){let Re=new Date().getTime()-nr.current;Qe.current=Qe.current-Re}N.current=new Date().getTime()})():Qe.current!==1/0&&(nr.current=new Date().getTime(),ne=setTimeout(()=>{var Re;(Re=v.onAutoClose)==null||Re.call(v,v),ue()},Qe.current)),()=>clearTimeout(ne)},[H,R,v,it,V,re,ue]),A.useEffect(()=>{v.delete&&ue()},[ue,v.delete]);function De(){var ne,Re,xe;return ae!=null&&ae.loading?A.createElement("div",{className:Mn(ce?.loader,(ne=v?.classNames)==null?void 0:ne.loader,"sonner-loader"),"data-visible":it==="loading"},ae.loading):ye?A.createElement("div",{className:Mn(ce?.loader,(Re=v?.classNames)==null?void 0:Re.loader,"sonner-loader"),"data-visible":it==="loading"},ye):A.createElement(sx,{className:Mn(ce?.loader,(xe=v?.classNames)==null?void 0:xe.loader),visible:it==="loading"})}return A.createElement("li",{tabIndex:0,ref:Pt,className:Mn(Pe,vn,ce?.toast,(e=v?.classNames)==null?void 0:e.toast,ce?.default,ce?.[it],(n=v?.classNames)==null?void 0:n[it]),"data-sonner-toast":"","data-rich-colors":(i=v.richColors)!=null?i:J,"data-styled":!(v.jsx||v.unstyled||x),"data-mounted":X,"data-promise":!!v.promise,"data-swiped":Be,"data-removed":be,"data-visible":dt,"data-y-position":_,"data-x-position":ee,"data-index":O,"data-front":Hn,"data-swiping":Ge,"data-dismissible":Vt,"data-type":it,"data-invert":me,"data-swipe-out":he,"data-swipe-direction":U,"data-expanded":!!(H||Le&&X),style:{"--index":O,"--toasts-before":O,"--z-index":G.length-O,"--offset":`${be?$e:wn.current}px`,"--initial-height":Le?"auto":`${gt}px`,...pe,...v.style},onDragEnd:()=>{Oe(!1),T(null),C.current=null},onPointerDown:ne=>{de||!Vt||(Xt.current=new Date,Wt(wn.current),ne.target.setPointerCapture(ne.pointerId),ne.target.tagName!=="BUTTON"&&(Oe(!0),C.current={x:ne.clientX,y:ne.clientY}))},onPointerUp:()=>{var ne,Re,xe,st;if(he||!Vt)return;C.current=null;let at=Number(((ne=Pt.current)==null?void 0:ne.style.getPropertyValue("--swipe-amount-x").replace("px",""))||0),Ot=Number(((Re=Pt.current)==null?void 0:Re.style.getPropertyValue("--swipe-amount-y").replace("px",""))||0),Kt=new Date().getTime()-((xe=Xt.current)==null?void 0:xe.getTime()),Ct=D==="x"?at:Ot,It=Math.abs(Ct)/Kt;if(Math.abs(Ct)>=Tx||It>.11){Wt(wn.current),(st=v.onDismiss)==null||st.call(v,v),F(D==="x"?at>0?"right":"left":Ot>0?"down":"up"),ue(),Se(!0),Te(!1);return}Oe(!1),T(null)},onPointerMove:ne=>{var Re,xe,st,at;if(!C.current||!Vt||((Re=window.getSelection())==null?void 0:Re.toString().length)>0)return;let Ot=ne.clientY-C.current.y,Kt=ne.clientX-C.current.x,Ct=(xe=t.swipeDirections)!=null?xe:Cx(ft);!D&&(Math.abs(Kt)>1||Math.abs(Ot)>1)&&T(Math.abs(Kt)>Math.abs(Ot)?"x":"y");let It={x:0,y:0};D==="y"?(Ct.includes("top")||Ct.includes("bottom"))&&(Ct.includes("top")&&Ot<0||Ct.includes("bottom")&&Ot>0)&&(It.y=Ot):D==="x"&&(Ct.includes("left")||Ct.includes("right"))&&(Ct.includes("left")&&Kt<0||Ct.includes("right")&&Kt>0)&&(It.x=Kt),(Math.abs(It.x)>0||Math.abs(It.y)>0)&&Te(!0),(st=Pt.current)==null||st.style.setProperty("--swipe-amount-x",`${It.x}px`),(at=Pt.current)==null||at.style.setProperty("--swipe-amount-y",`${It.y}px`)}},zr&&!v.jsx?A.createElement("button",{"aria-label":fe,"data-disabled":de,"data-close-button":!0,onClick:de||!Vt?()=>{}:()=>{var ne;ue(),(ne=v.onDismiss)==null||ne.call(v,v)},className:Mn(ce?.closeButton,(o=v?.classNames)==null?void 0:o.closeButton)},(l=ae?.close)!=null?l:cx):null,v.jsx||A.isValidElement(v.title)?v.jsx?v.jsx:typeof v.title=="function"?v.title():v.title:A.createElement(A.Fragment,null,it||v.icon||v.promise?A.createElement("div",{"data-icon":"",className:Mn(ce?.icon,(u=v?.classNames)==null?void 0:u.icon)},v.promise||v.type==="loading"&&!v.icon?v.icon||De():null,v.type!=="loading"?v.icon||ae?.[it]||rx(it):null):null,A.createElement("div",{"data-content":"",className:Mn(ce?.content,(c=v?.classNames)==null?void 0:c.content)},A.createElement("div",{"data-title":"",className:Mn(ce?.title,(d=v?.classNames)==null?void 0:d.title)},typeof v.title=="function"?v.title():v.title),v.description?A.createElement("div",{"data-description":"",className:Mn(Ve,Dn,ce?.description,(h=v?.classNames)==null?void 0:h.description)},typeof v.description=="function"?v.description():v.description):null),A.isValidElement(v.cancel)?v.cancel:v.cancel&&To(v.cancel)?A.createElement("button",{"data-button":!0,"data-cancel":!0,style:v.cancelButtonStyle||se,onClick:ne=>{var Re,xe;To(v.cancel)&&Vt&&((xe=(Re=v.cancel).onClick)==null||xe.call(Re,ne),ue())},className:Mn(ce?.cancelButton,(p=v?.classNames)==null?void 0:p.cancelButton)},v.cancel.label):null,A.isValidElement(v.action)?v.action:v.action&&To(v.action)?A.createElement("button",{"data-button":!0,"data-action":!0,style:v.actionButtonStyle||oe,onClick:ne=>{var Re,xe;To(v.action)&&((xe=(Re=v.action).onClick)==null||xe.call(Re,ne),!ne.defaultPrevented&&ue())},className:Mn(ce?.actionButton,(g=v?.classNames)==null?void 0:g.actionButton)},v.action.label):null))};function ip(){if(typeof window>"u"||typeof document>"u")return"ltr";let t=document.documentElement.getAttribute("dir");return t==="auto"||!t?window.getComputedStyle(document.documentElement).direction:t}function kx(t,e){let n={};return[t,e].forEach((i,o)=>{let l=o===1,u=l?"--mobile-offset":"--offset",c=l?Sx:bx;function d(h){["top","right","bottom","left"].forEach(p=>{n[`${u}-${p}`]=typeof h=="number"?`${h}px`:h})}typeof i=="number"||typeof i=="string"?d(i):typeof i=="object"?["top","right","bottom","left"].forEach(h=>{i[h]===void 0?n[`${u}-${h}`]=c:n[`${u}-${h}`]=typeof i[h]=="number"?`${i[h]}px`:i[h]}):d(c)}),n}A.forwardRef(function(t,e){let{invert:n,position:i="bottom-right",hotkey:o=["altKey","KeyT"],expand:l,closeButton:u,className:c,offset:d,mobileOffset:h,theme:p="light",richColors:g,duration:b,style:v,visibleToasts:x=wx,toastOptions:R,dir:q=ip(),gap:L=Ex,loadingIcon:M,icons:O,containerAriaLabel:G="Notifications",pauseWhenPageIsHidden:H}=t,[Q,J]=A.useState([]),Y=A.useMemo(()=>Array.from(new Set([i].concat(Q.filter(V=>V.position).map(V=>V.position)))),[Q,i]),[pe,se]=A.useState([]),[oe,Pe]=A.useState(!1),[Ve,Ee]=A.useState(!1),[ft,wt]=A.useState(p!=="system"?p:typeof window<"u"&&window.matchMedia&&window.matchMedia("(prefers-color-scheme: dark)").matches?"dark":"light"),ye=A.useRef(null),Le=o.join("+").replace(/Key/g,"").replace(/Digit/g,""),ce=A.useRef(null),ae=A.useRef(!1),fe=A.useCallback(V=>{J(D=>{var T;return(T=D.find(U=>U.id===V.id))!=null&&T.delete||Jt.dismiss(V.id),D.filter(({id:U})=>U!==V.id)})},[]);return A.useEffect(()=>Jt.subscribe(V=>{if(V.dismiss){J(D=>D.map(T=>T.id===V.id?{...T,delete:!0}:T));return}setTimeout(()=>{Ba.flushSync(()=>{J(D=>{let T=D.findIndex(U=>U.id===V.id);return T!==-1?[...D.slice(0,T),{...D[T],...V},...D.slice(T+1)]:[V,...D]})})})}),[]),A.useEffect(()=>{if(p!=="system"){wt(p);return}if(p==="system"&&(window.matchMedia&&window.matchMedia("(prefers-color-scheme: dark)").matches?wt("dark"):wt("light")),typeof window>"u")return;let V=window.matchMedia("(prefers-color-scheme: dark)");try{V.addEventListener("change",({matches:D})=>{wt(D?"dark":"light")})}catch{V.addListener(({matches:T})=>{try{wt(T?"dark":"light")}catch(U){console.error(U)}})}},[p]),A.useEffect(()=>{Q.length<=1&&Pe(!1)},[Q]),A.useEffect(()=>{let V=D=>{var T,U;o.every(F=>D[F]||D.code===F)&&(Pe(!0),(T=ye.current)==null||T.focus()),D.code==="Escape"&&(document.activeElement===ye.current||(U=ye.current)!=null&&U.contains(document.activeElement))&&Pe(!1)};return document.addEventListener("keydown",V),()=>document.removeEventListener("keydown",V)},[o]),A.useEffect(()=>{if(ye.current)return()=>{ce.current&&(ce.current.focus({preventScroll:!0}),ce.current=null,ae.current=!1)}},[ye.current]),A.createElement("section",{ref:e,"aria-label":`${G} ${Le}`,tabIndex:-1,"aria-live":"polite","aria-relevant":"additions text","aria-atomic":"false",suppressHydrationWarning:!0},Y.map((V,D)=>{var T;let[U,F]=V.split("-");return Q.length?A.createElement("ol",{key:V,dir:q==="auto"?ip():q,tabIndex:-1,ref:ye,className:c,"data-sonner-toaster":!0,"data-theme":ft,"data-y-position":U,"data-lifted":oe&&Q.length>1&&!l,"data-x-position":F,style:{"--front-toast-height":`${((T=pe[0])==null?void 0:T.height)||0}px`,"--width":`${Ax}px`,"--gap":`${L}px`,...v,...kx(d,h)},onBlur:X=>{ae.current&&!X.currentTarget.contains(X.relatedTarget)&&(ae.current=!1,ce.current&&(ce.current.focus({preventScroll:!0}),ce.current=null))},onFocus:X=>{X.target instanceof HTMLElement&&X.target.dataset.dismissible==="false"||ae.current||(ae.current=!0,ce.current=X.relatedTarget)},onMouseEnter:()=>Pe(!0),onMouseMove:()=>Pe(!0),onMouseLeave:()=>{Ve||Pe(!1)},onDragEnd:()=>Pe(!1),onPointerDown:X=>{X.target instanceof HTMLElement&&X.target.dataset.dismissible==="false"||Ee(!0)},onPointerUp:()=>Ee(!1)},Q.filter(X=>!X.position&&D===0||X.position===V).map((X,j)=>{var be,Ie;return A.createElement(Rx,{key:X.id,icons:O,index:j,toast:X,defaultRichColors:g,duration:(be=R?.duration)!=null?be:b,className:R?.className,descriptionClassName:R?.descriptionClassName,invert:n,visibleToasts:x,closeButton:(Ie=R?.closeButton)!=null?Ie:u,interacting:Ve,position:V,style:R?.style,unstyled:R?.unstyled,classNames:R?.classNames,cancelButtonStyle:R?.cancelButtonStyle,actionButtonStyle:R?.actionButtonStyle,removeToast:fe,toasts:Q.filter(Ge=>Ge.position==X.position),heights:pe.filter(Ge=>Ge.position==X.position),setHeights:se,expandByDefault:l,gap:L,loadingIcon:M,expanded:oe,pauseWhenPageIsHidden:H,swipeDirections:t.swipeDirections})})):null}))});var Vx=t=>{let e={},n=new Date;return n.setHours(0,0,0,0),[...t].sort((i,o)=>new Date(o.createdAt).getTime()-new Date(i.createdAt).getTime()).forEach(i=>{let o=new Date(i.createdAt);o.setHours(0,0,0,0);let l=Math.floor((n.getTime()-o.getTime())/864e5),u;l===0?u="Today":l===1?u="Yesterday":l<=7?u="Previous 7 days":l<=30?u="Previous 30 days":u=o.toLocaleString("default",{month:"long",year:"numeric"}),e[u]??(e[u]=[]),e[u].push(i)}),e},sp=[4186.01,4434.92,4698.63,4978.03,5274.04,5587.65,5919.91,6271.93,6644.88,7040,7458.62,7902.13],Ix=["C","C#","D","D#","E","F","F#","G","G#","A","A#","B"],gr=[],Xl=[];for(let t=1;t<=8;t++)for(let e=0;e<sp.length;e++){let n=sp[e];gr.push(n/Math.pow(2,8-t)),Xl.push(Ix[e]+t)}var xo=[32,2e3],op=gr.filter((t,e)=>gr[e]>xo[0]&&gr[e]<xo[1]),Mx=Xl.filter((t,e)=>gr[e]>xo[0]&&gr[e]<xo[1]),Zl=class Yv{static getFrequencies(e,n,i,o="frequency",l=-100,u=-30){i||(i=new Float32Array(e.frequencyBinCount),e.getFloatFrequencyData(i));let c=n/2,d=1/i.length*c,h,p,g;if(o==="music"||o==="voice"){let v=o==="voice"?op:gr,x=Array(v.length).fill(l);for(let R=0;R<i.length;R++){let q=R*d,L=i[R];for(let M=v.length-1;M>=0;M--)if(q>v[M]){x[M]=Math.max(x[M],L);break}}h=x,p=o==="voice"?op:gr,g=o==="voice"?Mx:Xl}else h=Array.from(i),p=h.map((v,x)=>d*x),g=p.map(v=>`${v.toFixed(2)} Hz`);let b=h.map(v=>Math.max(0,Math.min((v-l)/(u-l),1)));return{values:new Float32Array(b),frequencies:p,labels:g}}constructor(e,n=null){if(this.fftResults=[],n){let{length:i,sampleRate:o}=n,l=new OfflineAudioContext({length:i,sampleRate:o}),u=l.createBufferSource();u.buffer=n;let c=l.createAnalyser();c.fftSize=8192,c.smoothingTimeConstant=.1,u.connect(c);let d=1/60,h=i/o,p=g=>{let b=d*g;b<h&&l.suspend(b).then(()=>{let v=new Float32Array(c.frequencyBinCount);c.getFloatFrequencyData(v),this.fftResults.push(v),p(g+1)}),g===1?l.startRendering():l.resume()};u.start(0),p(1),this.audio=e,this.context=l,this.analyser=c,this.sampleRate=o,this.audioBuffer=n}else{let i=new AudioContext,o=i.createMediaElementSource(e),l=i.createAnalyser();l.fftSize=8192,l.smoothingTimeConstant=.1,o.connect(l),l.connect(i.destination),this.audio=e,this.context=i,this.analyser=l,this.sampleRate=this.context.sampleRate,this.audioBuffer=null}}getFrequencies(e="frequency",n=-100,i=-30){let o=null;if(this.audioBuffer&&this.fftResults.length){let l=this.audio.currentTime/this.audio.duration,u=Math.min(l*this.fftResults.length|0,this.fftResults.length-1);o=this.fftResults[u]}return Yv.getFrequencies(this.analyser,this.sampleRate,o,e,n,i)}async resumeIfSuspended(){return this.context.state==="suspended"&&await this.context.resume(),!0}};globalThis.AudioAnalysis=Zl;var Ur=class{static floatTo16BitPCM(t){let e=new ArrayBuffer(t.length*2),n=new DataView(e),i=0;for(let o=0;o<t.length;o++,i+=2){let l=Math.max(-1,Math.min(1,t[o]));n.setInt16(i,l<0?l*32768:l*32767,!0)}return e}static mergeBuffers(t,e){let n=new Uint8Array(t.byteLength+e.byteLength);return n.set(new Uint8Array(t),0),n.set(new Uint8Array(e),t.byteLength),n.buffer}_packData(t,e){return[new Uint8Array([e,e>>8]),new Uint8Array([e,e>>8,e>>16,e>>24])][t]}pack(t,e){if(e?.bitsPerSample)if(e?.channels){if(!e?.data)throw new Error('Missing "data"')}else throw new Error('Missing "channels"');else throw new Error('Missing "bitsPerSample"');let{bitsPerSample:n,channels:i,data:o}=e,l=["RIFF",this._packData(1,52),"WAVE","fmt ",this._packData(1,16),this._packData(0,1),this._packData(0,i.length),this._packData(1,t),this._packData(1,t*i.length*n/8),this._packData(0,i.length*n/8),this._packData(0,n),"data",this._packData(1,i[0].length*i.length*n/8),o],u=new Blob(l,{type:"audio/mpeg"}),c=URL.createObjectURL(u);return{blob:u,url:c,channelCount:i.length,sampleRate:t,duration:o.byteLength/(i.length*t*2)}}};globalThis.WavPacker=Ur;var Nx=`
|
|
58
|
-
class AudioProcessor extends AudioWorkletProcessor {
|
|
59
|
-
|
|
60
|
-
constructor() {
|
|
61
|
-
super();
|
|
62
|
-
this.port.onmessage = this.receive.bind(this);
|
|
63
|
-
this.initialize();
|
|
64
|
-
}
|
|
65
|
-
|
|
66
|
-
initialize() {
|
|
67
|
-
this.foundAudio = false;
|
|
68
|
-
this.recording = false;
|
|
69
|
-
this.chunks = [];
|
|
70
|
-
}
|
|
71
|
-
|
|
72
|
-
/**
|
|
73
|
-
* Concatenates sampled chunks into channels
|
|
74
|
-
* Format is chunk[Left[], Right[]]
|
|
75
|
-
*/
|
|
76
|
-
readChannelData(chunks, channel = -1, maxChannels = 9) {
|
|
77
|
-
let channelLimit;
|
|
78
|
-
if (channel !== -1) {
|
|
79
|
-
if (chunks[0] && chunks[0].length - 1 < channel) {
|
|
80
|
-
throw new Error(
|
|
81
|
-
\`Channel \${channel} out of range: max \${chunks[0].length}\`
|
|
82
|
-
);
|
|
83
|
-
}
|
|
84
|
-
channelLimit = channel + 1;
|
|
85
|
-
} else {
|
|
86
|
-
channel = 0;
|
|
87
|
-
channelLimit = Math.min(chunks[0] ? chunks[0].length : 1, maxChannels);
|
|
88
|
-
}
|
|
89
|
-
const channels = [];
|
|
90
|
-
for (let n = channel; n < channelLimit; n++) {
|
|
91
|
-
const length = chunks.reduce((sum, chunk) => {
|
|
92
|
-
return sum + chunk[n].length;
|
|
93
|
-
}, 0);
|
|
94
|
-
const buffers = chunks.map((chunk) => chunk[n]);
|
|
95
|
-
const result = new Float32Array(length);
|
|
96
|
-
let offset = 0;
|
|
97
|
-
for (let i = 0; i < buffers.length; i++) {
|
|
98
|
-
result.set(buffers[i], offset);
|
|
99
|
-
offset += buffers[i].length;
|
|
100
|
-
}
|
|
101
|
-
channels[n] = result;
|
|
102
|
-
}
|
|
103
|
-
return channels;
|
|
104
|
-
}
|
|
105
|
-
|
|
106
|
-
/**
|
|
107
|
-
* Combines parallel audio data into correct format,
|
|
108
|
-
* channels[Left[], Right[]] to float32Array[LRLRLRLR...]
|
|
109
|
-
*/
|
|
110
|
-
formatAudioData(channels) {
|
|
111
|
-
if (channels.length === 1) {
|
|
112
|
-
// Simple case is only one channel
|
|
113
|
-
const float32Array = channels[0].slice();
|
|
114
|
-
const meanValues = channels[0].slice();
|
|
115
|
-
return { float32Array, meanValues };
|
|
116
|
-
} else {
|
|
117
|
-
const float32Array = new Float32Array(
|
|
118
|
-
channels[0].length * channels.length
|
|
119
|
-
);
|
|
120
|
-
const meanValues = new Float32Array(channels[0].length);
|
|
121
|
-
for (let i = 0; i < channels[0].length; i++) {
|
|
122
|
-
const offset = i * channels.length;
|
|
123
|
-
let meanValue = 0;
|
|
124
|
-
for (let n = 0; n < channels.length; n++) {
|
|
125
|
-
float32Array[offset + n] = channels[n][i];
|
|
126
|
-
meanValue += channels[n][i];
|
|
127
|
-
}
|
|
128
|
-
meanValues[i] = meanValue / channels.length;
|
|
129
|
-
}
|
|
130
|
-
return { float32Array, meanValues };
|
|
131
|
-
}
|
|
132
|
-
}
|
|
133
|
-
|
|
134
|
-
/**
|
|
135
|
-
* Converts 32-bit float data to 16-bit integers
|
|
136
|
-
*/
|
|
137
|
-
floatTo16BitPCM(float32Array) {
|
|
138
|
-
const buffer = new ArrayBuffer(float32Array.length * 2);
|
|
139
|
-
const view = new DataView(buffer);
|
|
140
|
-
let offset = 0;
|
|
141
|
-
for (let i = 0; i < float32Array.length; i++, offset += 2) {
|
|
142
|
-
let s = Math.max(-1, Math.min(1, float32Array[i]));
|
|
143
|
-
view.setInt16(offset, s < 0 ? s * 0x8000 : s * 0x7fff, true);
|
|
144
|
-
}
|
|
145
|
-
return buffer;
|
|
146
|
-
}
|
|
147
|
-
|
|
148
|
-
/**
|
|
149
|
-
* Retrieves the most recent amplitude values from the audio stream
|
|
150
|
-
* @param {number} channel
|
|
151
|
-
*/
|
|
152
|
-
getValues(channel = -1) {
|
|
153
|
-
const channels = this.readChannelData(this.chunks, channel);
|
|
154
|
-
const { meanValues } = this.formatAudioData(channels);
|
|
155
|
-
return { meanValues, channels };
|
|
156
|
-
}
|
|
157
|
-
|
|
158
|
-
/**
|
|
159
|
-
* Exports chunks as an audio/wav file
|
|
160
|
-
*/
|
|
161
|
-
export() {
|
|
162
|
-
const channels = this.readChannelData(this.chunks);
|
|
163
|
-
const { float32Array, meanValues } = this.formatAudioData(channels);
|
|
164
|
-
const audioData = this.floatTo16BitPCM(float32Array);
|
|
165
|
-
return {
|
|
166
|
-
meanValues: meanValues,
|
|
167
|
-
audio: {
|
|
168
|
-
bitsPerSample: 16,
|
|
169
|
-
channels: channels,
|
|
170
|
-
data: audioData,
|
|
171
|
-
},
|
|
172
|
-
};
|
|
173
|
-
}
|
|
174
|
-
|
|
175
|
-
receive(e) {
|
|
176
|
-
const { event, id } = e.data;
|
|
177
|
-
let receiptData = {};
|
|
178
|
-
switch (event) {
|
|
179
|
-
case 'start':
|
|
180
|
-
this.recording = true;
|
|
181
|
-
break;
|
|
182
|
-
case 'stop':
|
|
183
|
-
this.recording = false;
|
|
184
|
-
break;
|
|
185
|
-
case 'clear':
|
|
186
|
-
this.initialize();
|
|
187
|
-
break;
|
|
188
|
-
case 'export':
|
|
189
|
-
receiptData = this.export();
|
|
190
|
-
break;
|
|
191
|
-
case 'read':
|
|
192
|
-
receiptData = this.getValues();
|
|
193
|
-
break;
|
|
194
|
-
default:
|
|
195
|
-
break;
|
|
196
|
-
}
|
|
197
|
-
// Always send back receipt
|
|
198
|
-
this.port.postMessage({ event: 'receipt', id, data: receiptData });
|
|
199
|
-
}
|
|
200
|
-
|
|
201
|
-
sendChunk(chunk) {
|
|
202
|
-
const channels = this.readChannelData([chunk]);
|
|
203
|
-
const { float32Array, meanValues } = this.formatAudioData(channels);
|
|
204
|
-
const rawAudioData = this.floatTo16BitPCM(float32Array);
|
|
205
|
-
const monoAudioData = this.floatTo16BitPCM(meanValues);
|
|
206
|
-
this.port.postMessage({
|
|
207
|
-
event: 'chunk',
|
|
208
|
-
data: {
|
|
209
|
-
mono: monoAudioData,
|
|
210
|
-
raw: rawAudioData,
|
|
211
|
-
},
|
|
212
|
-
});
|
|
213
|
-
}
|
|
214
|
-
|
|
215
|
-
process(inputList, outputList, parameters) {
|
|
216
|
-
// Copy input to output (e.g. speakers)
|
|
217
|
-
// Note that this creates choppy sounds with Mac products
|
|
218
|
-
const sourceLimit = Math.min(inputList.length, outputList.length);
|
|
219
|
-
for (let inputNum = 0; inputNum < sourceLimit; inputNum++) {
|
|
220
|
-
const input = inputList[inputNum];
|
|
221
|
-
const output = outputList[inputNum];
|
|
222
|
-
const channelCount = Math.min(input.length, output.length);
|
|
223
|
-
for (let channelNum = 0; channelNum < channelCount; channelNum++) {
|
|
224
|
-
input[channelNum].forEach((sample, i) => {
|
|
225
|
-
output[channelNum][i] = sample;
|
|
226
|
-
});
|
|
227
|
-
}
|
|
228
|
-
}
|
|
229
|
-
const inputs = inputList[0];
|
|
230
|
-
// There's latency at the beginning of a stream before recording starts
|
|
231
|
-
// Make sure we actually receive audio data before we start storing chunks
|
|
232
|
-
let sliceIndex = 0;
|
|
233
|
-
if (!this.foundAudio) {
|
|
234
|
-
for (const channel of inputs) {
|
|
235
|
-
sliceIndex = 0; // reset for each channel
|
|
236
|
-
if (this.foundAudio) {
|
|
237
|
-
break;
|
|
238
|
-
}
|
|
239
|
-
if (channel) {
|
|
240
|
-
for (const value of channel) {
|
|
241
|
-
if (value !== 0) {
|
|
242
|
-
// find only one non-zero entry in any channel
|
|
243
|
-
this.foundAudio = true;
|
|
244
|
-
break;
|
|
245
|
-
} else {
|
|
246
|
-
sliceIndex++;
|
|
247
|
-
}
|
|
248
|
-
}
|
|
249
|
-
}
|
|
250
|
-
}
|
|
251
|
-
}
|
|
252
|
-
if (inputs && inputs[0] && this.foundAudio && this.recording) {
|
|
253
|
-
// We need to copy the TypedArray, because the \`process\`
|
|
254
|
-
// internals will reuse the same buffer to hold each input
|
|
255
|
-
const chunk = inputs.map((input) => input.slice(sliceIndex));
|
|
256
|
-
this.chunks.push(chunk);
|
|
257
|
-
this.sendChunk(chunk);
|
|
258
|
-
}
|
|
259
|
-
return true;
|
|
260
|
-
}
|
|
261
|
-
}
|
|
262
|
-
|
|
263
|
-
registerProcessor('audio_processor', AudioProcessor);
|
|
264
|
-
`,Lx=new Blob([Nx],{type:"application/javascript"}),Dx=URL.createObjectURL(Lx),Px=Dx,ap=class{constructor({sampleRate:t=24e3,outputToSpeakers:e=!1,debug:n=!1}={}){this.scriptSrc=Px,this.sampleRate=t,this.outputToSpeakers=e,this.debug=!!n,this._deviceChangeCallback=null,this._devices=[],this.stream=null,this.processor=null,this.source=null,this.node=null,this.recording=!1,this._lastEventId=0,this.eventReceipts={},this.eventTimeout=5e3,this._chunkProcessor=()=>{},this._chunkProcessorSize=void 0,this._chunkProcessorBuffer={raw:new ArrayBuffer(0),mono:new ArrayBuffer(0)}}static async decode(t,e=24e3,n=-1){let i=new AudioContext({sampleRate:e}),o,l;if(t instanceof Blob){if(n!==-1)throw new Error('Can not specify "fromSampleRate" when reading from Blob');l=t,o=await l.arrayBuffer()}else if(t instanceof ArrayBuffer){if(n!==-1)throw new Error('Can not specify "fromSampleRate" when reading from ArrayBuffer');o=t,l=new Blob([o],{type:"audio/wav"})}else{let h,p;if(t instanceof Int16Array){p=t,h=new Float32Array(t.length);for(let b=0;b<t.length;b++)h[b]=t[b]/32768}else if(t instanceof Float32Array)h=t;else if(t instanceof Array)h=new Float32Array(t);else throw new Error('"audioData" must be one of: Blob, Float32Arrray, Int16Array, ArrayBuffer, Array<number>');if(n===-1)throw new Error('Must specify "fromSampleRate" when reading from Float32Array, In16Array or Array');if(n<3e3)throw new Error('Minimum "fromSampleRate" is 3000 (3kHz)');p||(p=Ur.floatTo16BitPCM(h));let g={bitsPerSample:16,channels:[h],data:p};l=new Ur().pack(n,g).blob,o=await l.arrayBuffer()}let u=await i.decodeAudioData(o),c=u.getChannelData(0),d=URL.createObjectURL(l);return{blob:l,url:d,values:c,audioBuffer:u}}log(){return this.debug&&this.log(...arguments),!0}getSampleRate(){return this.sampleRate}getStatus(){return this.processor?this.recording?"recording":"paused":"ended"}async _event(t,e={},n=null){if(n=n||this.processor,!n)throw new Error("Can not send events without recording first");let i={event:t,id:this._lastEventId++,data:e};n.port.postMessage(i);let o=new Date().valueOf();for(;!this.eventReceipts[i.id];){if(new Date().valueOf()-o>this.eventTimeout)throw new Error(`Timeout waiting for "${t}" event`);await new Promise(u=>setTimeout(()=>u(!0),1))}let l=this.eventReceipts[i.id];return delete this.eventReceipts[i.id],l}listenForDeviceChange(t){if(t===null&&this._deviceChangeCallback)navigator.mediaDevices.removeEventListener("devicechange",this._deviceChangeCallback),this._deviceChangeCallback=null;else if(t!==null){let e=0,n=[],i=l=>l.map(u=>u.deviceId).sort().join(","),o=async()=>{let l=++e,u=await this.listDevices();l===e&&i(n)!==i(u)&&(n=u,t(u.slice()))};navigator.mediaDevices.addEventListener("devicechange",o),o(),this._deviceChangeCallback=o}return!0}async requestPermission(){let t=await navigator.permissions.query({name:"microphone"});if(t.state==="denied")window.alert("You must grant microphone access to use this feature.");else if(t.state==="prompt")try{(await navigator.mediaDevices.getUserMedia({audio:!0})).getTracks().forEach(e=>e.stop())}catch{window.alert("You must grant microphone access to use this feature.")}return!0}async listDevices(){if(!navigator.mediaDevices||!("enumerateDevices"in navigator.mediaDevices))throw new Error("Could not request user devices");await this.requestPermission();let t=(await navigator.mediaDevices.enumerateDevices()).filter(i=>i.kind==="audioinput"),e=t.findIndex(i=>i.deviceId==="default"),n=[];if(e!==-1){let i=t.splice(e,1)[0],o=t.findIndex(l=>l.groupId===i.groupId);o!==-1&&(i=t.splice(o,1)[0]),i.default=!0,n.push(i)}return n.concat(t)}async begin(t){if(this.processor)throw new Error("Already connected: please call .end() to start a new session");if(!navigator.mediaDevices||!("getUserMedia"in navigator.mediaDevices))throw new Error("Could not request user media");try{let u={audio:!0};t&&(u.audio={deviceId:{exact:t}}),this.stream=await navigator.mediaDevices.getUserMedia(u)}catch{throw new Error("Could not start media stream")}let e=new AudioContext({sampleRate:this.sampleRate}),n=e.createMediaStreamSource(this.stream);try{await e.audioWorklet.addModule(this.scriptSrc)}catch(u){throw console.error(u),new Error(`Could not add audioWorklet module: ${this.scriptSrc}`)}let i=new AudioWorkletNode(e,"audio_processor");i.port.onmessage=u=>{let{event:c,id:d,data:h}=u.data;if(c==="receipt")this.eventReceipts[d]=h;else if(c==="chunk")if(this._chunkProcessorSize){let p=this._chunkProcessorBuffer;this._chunkProcessorBuffer={raw:Ur.mergeBuffers(p.raw,h.raw),mono:Ur.mergeBuffers(p.mono,h.mono)},this._chunkProcessorBuffer.mono.byteLength>=this._chunkProcessorSize&&(this._chunkProcessor(this._chunkProcessorBuffer),this._chunkProcessorBuffer={raw:new ArrayBuffer(0),mono:new ArrayBuffer(0)})}else this._chunkProcessor(h)};let o=n.connect(i),l=e.createAnalyser();return l.fftSize=8192,l.smoothingTimeConstant=.1,o.connect(l),this.outputToSpeakers&&(console.warn(`Warning: Output to speakers may affect sound quality,
|
|
265
|
-
especially due to system audio feedback preventative measures.
|
|
266
|
-
use only for debugging`),l.connect(e.destination)),this.source=n,this.node=o,this.analyser=l,this.processor=i,!0}getFrequencies(t="frequency",e=-100,n=-30){if(!this.processor)throw new Error("Session ended: please call .begin() first");return Zl.getFrequencies(this.analyser,this.sampleRate,null,t,e,n)}async pause(){if(this.processor){if(!this.recording)throw new Error("Already paused: please call .record() first")}else throw new Error("Session ended: please call .begin() first");return this._chunkProcessorBuffer.raw.byteLength&&this._chunkProcessor(this._chunkProcessorBuffer),this.log("Pausing ..."),await this._event("stop"),this.recording=!1,!0}async record(t=()=>{},e=8192){if(this.processor){if(this.recording)throw new Error("Already recording: please call .pause() first");if(typeof t!="function")throw new Error("chunkProcessor must be a function")}else throw new Error("Session ended: please call .begin() first");return this._chunkProcessor=t,this._chunkProcessorSize=e,this._chunkProcessorBuffer={raw:new ArrayBuffer(0),mono:new ArrayBuffer(0)},this.log("Recording ..."),await this._event("start"),this.recording=!0,!0}async clear(){if(!this.processor)throw new Error("Session ended: please call .begin() first");return await this._event("clear"),!0}async read(){if(!this.processor)throw new Error("Session ended: please call .begin() first");return this.log("Reading ..."),await this._event("read")}async save(t=!1){if(!this.processor)throw new Error("Session ended: please call .begin() first");if(!t&&this.recording)throw new Error("Currently recording: please call .pause() first, or call .save(true) to force");this.log("Exporting ...");let e=await this._event("export");return new Ur().pack(this.sampleRate,e.audio)}async end(){if(!this.processor)throw new Error("Session ended: please call .begin() first");let t=this.processor;this.log("Stopping ..."),await this._event("stop"),this.recording=!1,this.stream.getTracks().forEach(n=>n.stop()),this.log("Exporting ...");let e=await this._event("export",{},t);return this.processor.disconnect(),this.source.disconnect(),this.node.disconnect(),this.analyser.disconnect(),this.stream=null,this.processor=null,this.source=null,this.node=null,new Ur().pack(this.sampleRate,e.audio)}async quit(){return this.listenForDeviceChange(null),this.processor&&await this.end(),!0}};globalThis.WavRecorder=ap;var Ox=`
|
|
267
|
-
class StreamProcessor extends AudioWorkletProcessor {
|
|
268
|
-
constructor() {
|
|
269
|
-
super();
|
|
270
|
-
this.hasStarted = false;
|
|
271
|
-
this.hasInterrupted = false;
|
|
272
|
-
this.outputBuffers = [];
|
|
273
|
-
this.bufferLength = 128;
|
|
274
|
-
this.write = { buffer: new Float32Array(this.bufferLength), trackId: null };
|
|
275
|
-
this.writeOffset = 0;
|
|
276
|
-
this.trackSampleOffsets = {};
|
|
277
|
-
this.port.onmessage = (event) => {
|
|
278
|
-
if (event.data) {
|
|
279
|
-
const payload = event.data;
|
|
280
|
-
if (payload.event === 'write') {
|
|
281
|
-
const int16Array = payload.buffer;
|
|
282
|
-
const float32Array = new Float32Array(int16Array.length);
|
|
283
|
-
for (let i = 0; i < int16Array.length; i++) {
|
|
284
|
-
float32Array[i] = int16Array[i] / 0x8000; // Convert Int16 to Float32
|
|
285
|
-
}
|
|
286
|
-
this.writeData(float32Array, payload.trackId);
|
|
287
|
-
} else if (
|
|
288
|
-
payload.event === 'offset' ||
|
|
289
|
-
payload.event === 'interrupt'
|
|
290
|
-
) {
|
|
291
|
-
const requestId = payload.requestId;
|
|
292
|
-
const trackId = this.write.trackId;
|
|
293
|
-
const offset = this.trackSampleOffsets[trackId] || 0;
|
|
294
|
-
this.port.postMessage({
|
|
295
|
-
event: 'offset',
|
|
296
|
-
requestId,
|
|
297
|
-
trackId,
|
|
298
|
-
offset,
|
|
299
|
-
});
|
|
300
|
-
if (payload.event === 'interrupt') {
|
|
301
|
-
this.hasInterrupted = true;
|
|
302
|
-
}
|
|
303
|
-
} else {
|
|
304
|
-
throw new Error(\`Unhandled event "\${payload.event}"\`);
|
|
305
|
-
}
|
|
306
|
-
}
|
|
307
|
-
};
|
|
308
|
-
}
|
|
309
|
-
|
|
310
|
-
writeData(float32Array, trackId = null) {
|
|
311
|
-
let { buffer } = this.write;
|
|
312
|
-
let offset = this.writeOffset;
|
|
313
|
-
for (let i = 0; i < float32Array.length; i++) {
|
|
314
|
-
buffer[offset++] = float32Array[i];
|
|
315
|
-
if (offset >= buffer.length) {
|
|
316
|
-
this.outputBuffers.push(this.write);
|
|
317
|
-
this.write = { buffer: new Float32Array(this.bufferLength), trackId };
|
|
318
|
-
buffer = this.write.buffer;
|
|
319
|
-
offset = 0;
|
|
320
|
-
}
|
|
321
|
-
}
|
|
322
|
-
this.writeOffset = offset;
|
|
323
|
-
return true;
|
|
324
|
-
}
|
|
325
|
-
|
|
326
|
-
process(inputs, outputs, parameters) {
|
|
327
|
-
const output = outputs[0];
|
|
328
|
-
const outputChannelData = output[0];
|
|
329
|
-
const outputBuffers = this.outputBuffers;
|
|
330
|
-
if (this.hasInterrupted) {
|
|
331
|
-
this.port.postMessage({ event: 'stop' });
|
|
332
|
-
return false;
|
|
333
|
-
} else if (outputBuffers.length) {
|
|
334
|
-
this.hasStarted = true;
|
|
335
|
-
const { buffer, trackId } = outputBuffers.shift();
|
|
336
|
-
for (let i = 0; i < outputChannelData.length; i++) {
|
|
337
|
-
outputChannelData[i] = buffer[i] || 0;
|
|
338
|
-
}
|
|
339
|
-
if (trackId) {
|
|
340
|
-
this.trackSampleOffsets[trackId] =
|
|
341
|
-
this.trackSampleOffsets[trackId] || 0;
|
|
342
|
-
this.trackSampleOffsets[trackId] += buffer.length;
|
|
343
|
-
}
|
|
344
|
-
return true;
|
|
345
|
-
} else if (this.hasStarted) {
|
|
346
|
-
this.port.postMessage({ event: 'stop' });
|
|
347
|
-
return false;
|
|
348
|
-
} else {
|
|
349
|
-
return true;
|
|
350
|
-
}
|
|
351
|
-
}
|
|
352
|
-
}
|
|
353
|
-
|
|
354
|
-
registerProcessor('stream_processor', StreamProcessor);
|
|
355
|
-
`,Ux=new Blob([Ox],{type:"application/javascript"}),Bx=URL.createObjectURL(Ux),qx=Bx,lp=class{constructor({sampleRate:t=24e3,onStop:e}={}){this.scriptSrc=qx,this.onStop=e,this.sampleRate=t,this.context=null,this.stream=null,this.analyser=null,this.trackSampleOffsets={},this.interruptedTrackIds={}}async connect(){this.context=new AudioContext({sampleRate:this.sampleRate}),this.context.state==="suspended"&&await this.context.resume();try{await this.context.audioWorklet.addModule(this.scriptSrc)}catch(e){throw console.error(e),new Error(`Could not add audioWorklet module: ${this.scriptSrc}`)}let t=this.context.createAnalyser();return t.fftSize=8192,t.smoothingTimeConstant=.1,this.analyser=t,!0}getFrequencies(t="frequency",e=-100,n=-30){if(!this.analyser)throw new Error("Not connected, please call .connect() first");return Zl.getFrequencies(this.analyser,this.sampleRate,null,t,e,n)}_start(){let t=new AudioWorkletNode(this.context,"stream_processor");return t.connect(this.context.destination),t.port.onmessage=e=>{let{event:n}=e.data;if(n==="stop")this.onStop?.(),t.disconnect(),this.stream=null;else if(n==="offset"){let{requestId:i,trackId:o,offset:l}=e.data,u=l/this.sampleRate;this.trackSampleOffsets[i]={trackId:o,offset:l,currentTime:u}}},this.analyser.disconnect(),t.connect(this.analyser),this.stream=t,!0}add16BitPCM(t,e="default"){if(typeof e!="string")throw new Error("trackId must be a string");if(this.interruptedTrackIds[e])return;this.stream||this._start();let n;if(t instanceof Int16Array)n=t;else if(t instanceof ArrayBuffer)n=new Int16Array(t);else throw new Error("argument must be Int16Array or ArrayBuffer");return this.stream.port.postMessage({event:"write",buffer:n,trackId:e}),n}async getTrackSampleOffset(t=!1){if(!this.stream)return null;let e=crypto.randomUUID();this.stream.port.postMessage({event:t?"interrupt":"offset",requestId:e});let n;for(;!n;)n=this.trackSampleOffsets[e],await new Promise(o=>setTimeout(()=>o(),1));let{trackId:i}=n;return t&&i&&(this.interruptedTrackIds[i]=!0),n}async interrupt(){return this.getTrackSampleOffset(!0)}};globalThis.WavStreamPlayer=lp;var up=je({key:"ThreadIdToResume",default:void 0}),Fx=je({key:"ResumeThreadErrorState",default:void 0}),cp=je({key:"ChatProfile",default:void 0}),fp=je({key:"SessionId",default:yl()}),$l=yh({key:"SessionIdSelector",get:({get:t})=>t(fp),set:({set:t},e)=>t(fp,e instanceof xE?yl():e)}),eu=je({key:"Session",dangerouslyAllowMutability:!0,default:void 0}),tu=je({key:"Actions",default:[]}),nu=je({key:"Messages",dangerouslyAllowMutability:!0,default:[]}),Wx=je({key:"Commands",default:[]}),dp=je({key:"TokenCount",default:0}),ru=je({key:"Loading",default:!1}),iu=je({key:"AskUser",default:void 0}),Kx=je({key:"WavRecorder",dangerouslyAllowMutability:!0,default:new ap}),Hx=je({key:"WavStreamPlayer",dangerouslyAllowMutability:!0,default:new lp}),zx=je({key:"AudioConnection",default:"off"}),_x=je({key:"isAiSpeaking",default:!1}),hp=je({key:"CallFn",default:void 0}),Co=je({key:"ChatSettings",default:[]}),pp=yh({key:"ChatSettingsValue/Default",get:({get:t})=>t(Co).reduce((e,n)=>(e[n.id]=n.initial,e),{})}),Ro=je({key:"ChatSettingsValue",default:pp}),su=je({key:"DisplayElements",default:[]}),ou=je({key:"TasklistElements",default:[]}),au=je({key:"FirstUserInteraction",default:void 0}),Gx=je({key:"User",default:void 0}),Yx=je({key:"ChainlitConfig",default:void 0}),Qx=je({key:"AuthConfig",default:void 0}),Jx=je({key:"ThreadHistory",default:{threads:void 0,currentThreadId:void 0,timeGroupedThreads:void 0,pageInfo:void 0},effects:[({setSelf:t,onSet:e})=>{e((n,i)=>{let o=n?.timeGroupedThreads;n?.threads&&!li.isEqual(n.threads,i?.timeGroupedThreads)&&(o=Vx(n.threads)),t({...n,timeGroupedThreads:o})})}]}),mp=je({key:"SideView",default:void 0}),lu=je({key:"CurrentThreadId",default:void 0}),jx=t=>({setSelf:e,onSet:n})=>{let i=localStorage.getItem(t);if(i!=null)try{e(JSON.parse(i))}catch(o){console.error(`Error parsing localStorage value for key "${t}":`,o)}n((o,l,u)=>{u?localStorage.removeItem(t):localStorage.setItem(t,JSON.stringify(o))})},Xx=je({key:"Mcp",default:[],effects:[jx("mcp_storage_key")]}),Zx=()=>{let t=vt(ru),e=vt(su),n=vt(ou),i=vt(tu),o=vt(eu),l=vt(iu),u=vt(hp),c=vt(Co),d=vt(Ro),h=vt(pp),p=o?.socket.connected&&!o?.error,g=!p||t||l?.spec.type==="file"||l?.spec.type==="action"||l?.spec.type==="element";return{actions:i,askUser:l,callFn:u,chatSettingsDefaultValue:h,chatSettingsInputs:c,chatSettingsValue:d,connected:p,disabled:g,elements:e,error:o?.error,loading:t,tasklists:n}},ci=(t,e)=>ko(t,e.id)?uu(t,e.id,e):"parentId"in e&&e.parentId?yp(t,e.parentId,e):"indent"in e&&e.indent&&e.indent>0?gp(t,e.indent,e):[...t,e],gp=(t,e,n,i=0)=>{let o=[...t];if(o.length===0)return[...o,n];{let l=o.length-1,u=o[l];return u.steps=u.steps||[],i+1===e?(u.steps=[...u.steps,n],o[l]={...u},o):(u.steps=gp(u.steps,e,n,i+1),o[l]={...u},o)}},yp=(t,e,n)=>{let i=[...t];for(let o=0;o<i.length;o++){let l=i[o];li.isEqual(l.id,e)?(l.steps=l.steps?[...l.steps,n]:[n],i[o]={...l}):ko(i,e)&&l.steps&&(l.steps=yp(l.steps,e,n),i[o]={...l})}return i},vp=(t,e)=>{for(let n of t){if(li.isEqual(n.id,e))return n;if(n.steps&&n.steps.length>0){let i=vp(n.steps,e);if(i)return i}}},ko=(t,e)=>vp(t,e)!==void 0,uu=(t,e,n)=>{let i=[...t];for(let o=0;o<i.length;o++){let l=i[o];li.isEqual(l.id,e)?i[o]={steps:l.steps,...n}:ko(i,e)&&l.steps&&(l.steps=uu(l.steps,e,n),i[o]={...l})}return i},wp=(t,e)=>{let n=[...t];for(let i=0;i<n.length;i++){let o=n[i];o.id===e?n=[...n.slice(0,i),...n.slice(i+1)]:ko(n,e)&&o.steps&&(o.steps=wp(o.steps,e),n[i]={...o})}return n},bp=(t,e,n,i,o)=>{let l=[...t];for(let u=0;u<l.length;u++){let c=l[u];li.isEqual(c.id,e)?("content"in c&&c.content!==void 0?i?c.content=n:c.content+=n:o?"input"in c&&c.input!==void 0&&(i?c.input=n:c.input+=n):"output"in c&&c.output!==void 0&&(i?c.output=n:c.output+=n),l[u]={...c}):c.steps&&(c.steps=bp(c.steps,e,n,i,o),l[u]={...c})}return l},Vo=()=>{let[t,e]=ai(Qx),[n,i]=ai(Gx),o=Ze(Jx);return{authConfig:t,setAuthConfig:e,user:n,setUser:i,setThreadHistory:o}},$x=async(t,e)=>(await t.get(e))?.json(),eC=t=>{let e=new cu("","webapp");return Object.assign(e,t),e};function Io(t,{...e}={}){let n=A.useContext(is),{setUser:i}=Vo(),o=A.useMemo(()=>([u])=>{e.onErrorRetry||(e.onErrorRetry=(...d)=>{let[h]=d;if(h.status===401){i(null);return}return lT.defaultValue.onErrorRetry(...d)});let c=eC(n);return c.on401=c.onError=void 0,$x(c,u)},[n]),l=A.useMemo(()=>t?[t]:null,[t]);return uT(l,o,e)}var tC=()=>{let{authConfig:t,setAuthConfig:e}=Vo(),{data:n,isLoading:i}=Io(t?null:"/auth/config");return A.useEffect(()=>{n&&e(n)},[n,e]),{authConfig:t,isLoading:i}},nC=()=>{let t=A.useContext(is),{setUser:e,setThreadHistory:n}=Vo();return{logout:async(i=!1)=>{await t.logout(),e(void 0),n(void 0),i&&window.location.reload()}}},rC=()=>{let{user:t,setUser:e}=Vo(),{data:n,error:i,mutate:o}=Io("/user");return A.useEffect(()=>{n&&e(n)},[n,e]),A.useEffect(()=>{i&&e(null)},[i]),{user:t,setUserFromAPI:o}},Sp=()=>{let{authConfig:t}=tC(),{logout:e}=nC(),{user:n,setUserFromAPI:i}=rC(),o=!!t&&(!t.requireLogin||n!==void 0);return t&&!t.requireLogin?{data:t,user:null,isReady:o,isAuthenticated:!0,logout:()=>Promise.resolve(),setUserFromAPI:()=>Promise.resolve()}:{data:t,user:n,isReady:o,isAuthenticated:!!n,logout:e,setUserFromAPI:i}},Mo=class extends Error{constructor(t,e,n){super(t),this.status=e,this.detail=n}toString(){return this.detail?`${this.message}: ${this.detail}`:this.message}},iC=class{constructor(t,e,n,i,o){this.httpEndpoint=t,this.type=e,this.additionalQueryParams=n,this.on401=i,this.onError=o}buildEndpoint(t){let e=`${this.httpEndpoint}${t}`;this.httpEndpoint.endsWith("/")&&(e=`${this.httpEndpoint.slice(0,-1)}${t}`);let n=new URL(e);if(this.additionalQueryParams){let i=new URLSearchParams(this.additionalQueryParams),o=n.search?"&":"?";n.search=n.search+`${o}${i.toString()}`}return n.toString()}async getDetailFromErrorResponse(t){try{return(await t.json())?.detail}catch(e){console.error("Unable to parse error response",e)}}handleRequestError(t){t instanceof Mo&&(t.status===401&&this.on401&&this.on401(),this.onError&&this.onError(t)),console.error(t)}async fetch(t,e,n,i,o={}){try{let l;n instanceof FormData?l=n:(o["Content-Type"]="application/json",l=n?JSON.stringify(n):null);let u=await fetch(this.buildEndpoint(e),{method:t,credentials:"include",headers:o,signal:i,body:l});if(!u.ok){let c=await this.getDetailFromErrorResponse(u);throw new Mo(u.statusText,u.status,c)}return u}catch(l){throw this.handleRequestError(l),l}}async get(t){return await this.fetch("GET",t)}async post(t,e,n){return await this.fetch("POST",t,e,n)}async put(t,e){return await this.fetch("PUT",t,e)}async patch(t,e){return await this.fetch("PATCH",t,e)}async delete(t,e){return await this.fetch("DELETE",t,e)}},cu=class extends iC{async headerAuth(){return(await this.post("/auth/header",{})).json()}async jwtAuth(t){return(await this.fetch("POST","/auth/jwt",void 0,void 0,{Authorization:`Bearer ${t}`})).json()}async stickyCookie(t){return(await this.fetch("POST","/set-session-cookie",{session_id:t})).json()}async passwordAuth(t){return(await this.post("/login",t)).json()}async getUser(){return(await this.get("/user")).json()}async logout(){return(await this.post("/logout",{})).json()}async setFeedback(t,e){return(await this.put("/feedback",{feedback:t,sessionId:e})).json()}async deleteFeedback(t){return(await this.delete("/feedback",{feedbackId:t})).json()}async listThreads(t,e){return(await this.post("/project/threads",{pagination:t,filter:e})).json()}async renameThread(t,e){return(await this.put("/project/thread",{threadId:t,name:e})).json()}async deleteThread(t){return(await this.delete("/project/thread",{threadId:t})).json()}uploadFile(t,e,n,i){let o=new XMLHttpRequest;o.withCredentials=!0;let l=new Promise((u,c)=>{let d=new FormData;d.append("file",t);let h=i?`&ask_parent_id=${i}`:"";o.open("POST",this.buildEndpoint(`/project/file?session_id=${n}${h}`),!0),o.upload.onprogress=function(p){if(p.lengthComputable){let g=p.loaded/p.total*100;e(g)}},o.onload=function(){if(o.status===200){let g=JSON.parse(o.responseText);u(g);return}let p=o.getResponseHeader("Content-Type");if(p&&p.includes("application/json")){let g=JSON.parse(o.responseText);c(g.detail)}else c("Upload failed")},o.onerror=function(){c("Upload error")},o.send(d)});return{xhr:o,promise:l}}async callAction(t,e){return(await this.post("/project/action",{sessionId:e,action:t})).json()}async updateElement(t,e){return(await this.put("/project/element",{sessionId:e,element:t})).json()}async deleteElement(t,e){return(await this.delete("/project/element",{sessionId:e,element:t})).json()}async connectStdioMCP(t,e,n){return(await this.post("/mcp",{sessionId:t,name:e,fullCommand:n,clientType:"stdio"})).json()}async connectSseMCP(t,e,n,i){return(await this.post("/mcp",{sessionId:t,name:e,url:n,...i?{headers:i}:{},clientType:"sse"})).json()}async connectStreamableHttpMCP(t,e,n,i){return(await this.post("/mcp",{sessionId:t,name:e,url:n,...i?{headers:i}:{},clientType:"streamable-http"})).json()}async disconnectMcp(t,e){return(await this.delete("/mcp",{sessionId:t,name:e})).json()}getElementUrl(t,e){let n=`?session_id=${e}`;return this.buildEndpoint(`/project/file/${t}${n}`)}getLogoEndpoint(t,e){return e||this.buildEndpoint(`/logo?theme=${t}`)}getOAuthEndpoint(t){return this.buildEndpoint(`/auth/oauth/${t}`)}async shareThread(t,e){return(await this.put("/project/thread/share",{threadId:t,isShared:e})).json()}},is=A.createContext(new cu("http://localhost:8000","webapp")),Ap=()=>{let t=A.useContext(is),e=vt(eu),n=vt(iu),i=vt($l),o=lo(Co),l=lo($l),u=lo(Ro),c=Ze(au),d=Ze(ru),h=Ze(nu),p=Ze(su),g=Ze(ou),b=Ze(tu),v=Ze(dp),x=Ze(up),R=Ze(mp),q=Ze(lu),L=A.useCallback(()=>{e?.socket.emit("clear_session"),e?.socket.disconnect(),x(void 0),l(),c(void 0),h([]),p([]),g([]),b([]),v(0),o(),u(),R(void 0),q(void 0)},[e]),M=A.useCallback((oe,Pe=[])=>{oe.id||(oe.id=yl()),oe.createdAt||(oe.createdAt=new Date().toISOString()),h(Ve=>ci(Ve,oe)),e?.socket.emit("client_message",{message:oe,fileReferences:Pe})},[e?.socket]),O=A.useCallback(oe=>{e?.socket.emit("edit_message",{message:oe})},[e?.socket]),G=A.useCallback(oe=>{e?.socket.emit("window_message",oe)},[e?.socket]),H=A.useCallback(()=>{e?.socket.emit("audio_start")},[e?.socket]),Q=A.useCallback((oe,Pe,Ve,Ee)=>{e?.socket.emit("audio_chunk",{isStart:oe,mimeType:Pe,elapsedTime:Ve,data:Ee})},[e?.socket]),J=A.useCallback(()=>{e?.socket.emit("audio_end")},[e?.socket]),Y=A.useCallback(oe=>{n&&(n.parentId&&(oe.parentId=n.parentId),h(Pe=>ci(Pe,oe)),n.callback(oe))},[n]),pe=A.useCallback(oe=>{e?.socket.emit("chat_settings_change",oe)},[e?.socket]),se=A.useCallback(()=>{h(oe=>oe.map(Pe=>(Pe.streaming=!1,Pe))),d(!1),e?.socket.emit("stop")},[e?.socket]);return{uploadFile:A.useCallback((oe,Pe,Ve)=>t.uploadFile(oe,Pe,i,Ve),[i]),clear:L,replyMessage:Y,sendMessage:M,editMessage:O,windowMessage:G,startAudioStream:H,sendAudioChunk:Q,endAudioStream:J,stopTask:se,setIdToResume:x,updateChatSettings:pe}},sC=()=>{let t=vt(nu),e=vt(au);return{threadId:vt(lu),messages:t,firstInteraction:e}},Ep=()=>{let t=A.useContext(is),e=vt($l),[n,i]=ai(eu),o=Ze(_x),l=Ze(zx),u=lo(Ro),c=Ze(Ro),d=Ze(au),h=Ze(ru),p=Ze(Xx),g=vt(Hx),b=vt(Kx),v=Ze(nu),x=Ze(iu),R=Ze(hp),q=Ze(Wx),L=Ze(mp),M=Ze(su),O=Ze(ou),G=Ze(tu),H=Ze(Co),Q=Ze(dp),[J,Y]=ai(cp),pe=vt(up),se=Ze(Fx),[oe,Pe]=ai(lu);A.useEffect(()=>{n?.socket&&(n.socket.auth.threadId=oe||"")},[oe]);let Ve=A.useCallback(async({transports:wt,userEnv:ye})=>{let{protocol:Le,host:ce,pathname:ae}=new URL(t.httpEndpoint),fe=`${Le}//${ce}`,V=ae&&ae!=="/"?`${ae}/ws/socket.io`:"/ws/socket.io";try{await t.stickyCookie(e)}catch(T){console.error(`Failed to set sticky session cookie: ${T}`)}let D=Eo(fe,{path:V,withCredentials:!0,transports:wt,auth:{clientType:t.type,sessionId:e,threadId:pe||"",userEnv:JSON.stringify(ye),chatProfile:J?encodeURIComponent(J):""}});i(T=>(T?.socket?.removeAllListeners(),T?.socket?.close(),{socket:D})),D.on("connect",()=>{D.emit("connection_successful"),i(T=>({...T,error:!1})),p(T=>T.map(U=>{let F;return U.clientType==="sse"?F=t.connectSseMCP(e,U.name,U.url):U.clientType==="streamable-http"?F=t.connectStreamableHttpMCP(e,U.name,U.url):F=t.connectStdioMCP(e,U.name,U.command),F.then(async({success:X,mcp:j})=>{p(be=>be.map(Ie=>Ie.name===j.name?{...Ie,status:X?"connected":"failed",tools:j?j.tools:Ie.tools}:Ie))}).catch(()=>{p(X=>X.map(j=>j.name===U.name?{...j,status:"failed"}:j))}),{...U,status:"connecting"}}))}),D.on("connect_error",T=>{i(U=>({...U,error:!0}))}),D.on("task_start",()=>{h(!0)}),D.on("task_end",()=>{h(!1)}),D.on("reload",()=>{D.emit("clear_session"),window.location.reload()}),D.on("audio_connection",async T=>{if(T==="on"){let U=!0,F=Date.now(),X="pcm16";await b.begin(),await g.connect(),await b.record(async j=>{let be=Date.now()-F;D.emit("audio_chunk",{isStart:U,mimeType:X,elapsedTime:be,data:j.mono}),U=!1}),g.onStop=()=>o(!1)}else await b.end(),await g.interrupt();l(T)}),D.on("audio_chunk",T=>{g.add16BitPCM(T.data,T.track),o(!0)}),D.on("audio_interrupt",()=>{g.interrupt()}),D.on("resume_thread",T=>{let U=!!T?.metadata?.viewer_read_only;!U&&pe&&T.id!==pe&&(window.location.href=`/thread/${T.id}`),!U&&pe&&Pe(T.id);let F=[];for(let j of T.steps)F=ci(F,j);T.metadata?.chat_profile&&Y(T.metadata?.chat_profile),T.metadata?.chat_settings&&c(T.metadata?.chat_settings),v(F);let X=T.elements||[];O(X.filter(j=>j.type==="tasklist")),M(X.filter(j=>["avatar","tasklist"].indexOf(j.type)===-1))}),D.on("resume_thread_error",T=>{se(T)}),D.on("new_message",T=>{v(U=>ci(U,T))}),D.on("first_interaction",T=>{d(T.interaction),Pe(T.thread_id)}),D.on("update_message",T=>{v(U=>uu(U,T.id,T))}),D.on("delete_message",T=>{v(U=>wp(U,T.id))}),D.on("stream_start",T=>{v(U=>ci(U,T))}),D.on("stream_token",({id:T,token:U,isSequence:F,isInput:X})=>{v(j=>bp(j,T,U,F,X))}),D.on("ask",({msg:T,spec:U},F)=>{x({spec:U,callback:F,parentId:T.parentId}),v(X=>ci(X,T)),h(!1)}),D.on("ask_timeout",()=>{x(void 0),h(!1)}),D.on("clear_ask",()=>{x(void 0)}),D.on("call_fn",({name:T,args:U},F)=>{R({name:T,args:U,callback:F})}),D.on("clear_call_fn",()=>{R(void 0)}),D.on("call_fn_timeout",()=>{R(void 0)}),D.on("chat_settings",T=>{H(T),u()}),D.on("set_commands",T=>{q(T)}),D.on("set_sidebar_title",T=>{L(U=>U?.title===T?U:{title:T,elements:U?.elements||[]})}),D.on("set_sidebar_elements",({elements:T,key:U})=>{T.length?(T.forEach(F=>{!F.url&&F.chainlitKey&&(F.url=t.getElementUrl(F.chainlitKey,e))}),L(F=>F?.key===U?F:{title:F?.title||"",elements:T,key:U})):L(void 0)}),D.on("element",T=>{!T.url&&T.chainlitKey&&(T.url=t.getElementUrl(T.chainlitKey,e)),T.type==="tasklist"?O(U=>{let F=U.findIndex(X=>X.id===T.id);return F===-1?[...U,T]:[...U.slice(0,F),T,...U.slice(F+1)]}):M(U=>{let F=U.findIndex(X=>X.id===T.id);return F===-1?[...U,T]:[...U.slice(0,F),T,...U.slice(F+1)]})}),D.on("remove_element",T=>{M(U=>U.filter(F=>F.id!==T.id)),O(U=>U.filter(F=>F.id!==T.id))}),D.on("action",T=>{G(U=>[...U,T])}),D.on("remove_action",T=>{G(U=>{let F=U.findIndex(X=>X.id===T.id);return F===-1?U:[...U.slice(0,F),...U.slice(F+1)]})}),D.on("token_usage",T=>{Q(U=>U+T)}),D.on("window_message",T=>{window.parent&&window.parent.postMessage(T,"*")}),D.on("toast",T=>{if(!T.message){console.warn("No message received for toast.");return}switch(T.type){case"info":rs.info(T.message);break;case"error":rs.error(T.message);break;case"success":rs.success(T.message);break;case"warning":rs.warning(T.message);break;default:rs(T.message);break}})},[i,e,pe,J]),Ee=A.useCallback(li.debounce(Ve,200),[Ve]),ft=A.useCallback(()=>{n?.socket&&(n.socket.removeAllListeners(),n.socket.close())},[n]);return{connect:Ee,disconnect:ft,session:n,sessionId:e,chatProfile:J,idToResume:pe,setChatProfile:Y}},Tp=()=>{let[t,e]=ai(Yx),{isAuthenticated:n}=Sp(),i=vt(cp),o=navigator.language||"en-US",l=A.useRef(i),u=n?`/project/settings?language=${o}${i?`&chat_profile=${encodeURIComponent(i)}`:""}`:null,c=n&&!t,{data:d,error:h,isLoading:p}=Io(c?u:null);return A.useEffect(()=>{d&&e(d)},[d,e]),A.useEffect(()=>{l.current!==i&&(e(void 0),l.current=i)},[i,e]),{config:t,error:h,isLoading:p,language:o}};const oC="data:image/svg+xml,%3c?xml%20version='1.0'%20encoding='utf-8'?%3e%3c!--%20Uploaded%20to:%20SVG%20Repo,%20www.svgrepo.com,%20Generator:%20SVG%20Repo%20Mixer%20Tools%20--%3e%3csvg%20width='800px'%20height='800px'%20viewBox='0%200%2024%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M12%2022C17.5228%2022%2022%2017.5228%2022%2012C22%206.47715%2017.5228%202%2012%202C6.47715%202%202%206.47715%202%2012C2%2013.5997%202.37562%2015.1116%203.04346%2016.4525C3.22094%2016.8088%203.28001%2017.2161%203.17712%2017.6006L2.58151%2019.8267C2.32295%2020.793%203.20701%2021.677%204.17335%2021.4185L6.39939%2020.8229C6.78393%2020.72%207.19121%2020.7791%207.54753%2020.9565C8.88837%2021.6244%2010.4003%2022%2012%2022Z'%20fill='%23262D7B'/%3e%3c/svg%3e",fu=A.createContext({});function du(t){const e=A.useRef(null);return e.current===null&&(e.current=t()),e.current}const hu=typeof window<"u",xp=hu?A.useLayoutEffect:A.useEffect,No=A.createContext(null);function pu(t,e){t.indexOf(e)===-1&&t.push(e)}function mu(t,e){const n=t.indexOf(e);n>-1&&t.splice(n,1)}const Xn=(t,e,n)=>n>e?e:n<t?t:n;function gu(t,e){return e?`${t}. For more information and steps for solving, visit https://motion.dev/troubleshooting/${e}`:t}let fi=()=>{},Zn=()=>{};process.env.NODE_ENV!=="production"&&(fi=(t,e,n)=>{!t&&typeof console<"u"&&console.warn(gu(e,n))},Zn=(t,e,n)=>{if(!t)throw new Error(gu(e,n))});const $n={},Cp=t=>/^-?(?:\d+(?:\.\d+)?|\.\d+)$/u.test(t);function Rp(t){return typeof t=="object"&&t!==null}const kp=t=>/^0[^.\s]+$/u.test(t);function yu(t){let e;return()=>(e===void 0&&(e=t()),e)}const hn=t=>t,aC=(t,e)=>n=>e(t(n)),ss=(...t)=>t.reduce(aC),os=(t,e,n)=>{const i=e-t;return i===0?1:(n-t)/i};class vu{constructor(){this.subscriptions=[]}add(e){return pu(this.subscriptions,e),()=>mu(this.subscriptions,e)}notify(e,n,i){const o=this.subscriptions.length;if(o)if(o===1)this.subscriptions[0](e,n,i);else for(let l=0;l<o;l++){const u=this.subscriptions[l];u&&u(e,n,i)}}getSize(){return this.subscriptions.length}clear(){this.subscriptions.length=0}}const Nn=t=>t*1e3,pn=t=>t/1e3;function Vp(t,e){return e?t*(1e3/e):0}const Ip=new Set;function wu(t,e,n){t||Ip.has(e)||(console.warn(gu(e,n)),Ip.add(e))}const Mp=(t,e,n)=>(((1-3*n+3*e)*t+(3*n-6*e))*t+3*e)*t,lC=1e-7,uC=12;function cC(t,e,n,i,o){let l,u,c=0;do u=e+(n-e)/2,l=Mp(u,i,o)-t,l>0?n=u:e=u;while(Math.abs(l)>lC&&++c<uC);return u}function as(t,e,n,i){if(t===e&&n===i)return hn;const o=l=>cC(l,0,1,t,n);return l=>l===0||l===1?l:Mp(o(l),e,i)}const Np=t=>e=>e<=.5?t(2*e)/2:(2-t(2*(1-e)))/2,Lp=t=>e=>1-t(1-e),Dp=as(.33,1.53,.69,.99),bu=Lp(Dp),Pp=Np(bu),Op=t=>(t*=2)<1?.5*bu(t):.5*(2-Math.pow(2,-10*(t-1))),Su=t=>1-Math.sin(Math.acos(t)),Up=Lp(Su),Bp=Np(Su),fC=as(.42,0,1,1),dC=as(0,0,.58,1),qp=as(.42,0,.58,1),hC=t=>Array.isArray(t)&&typeof t[0]!="number",Fp=t=>Array.isArray(t)&&typeof t[0]=="number",Wp={linear:hn,easeIn:fC,easeInOut:qp,easeOut:dC,circIn:Su,circInOut:Bp,circOut:Up,backIn:bu,backInOut:Pp,backOut:Dp,anticipate:Op},pC=t=>typeof t=="string",Kp=t=>{if(Fp(t)){Zn(t.length===4,"Cubic bezier arrays must contain four numerical values.","cubic-bezier-length");const[e,n,i,o]=t;return as(e,n,i,o)}else if(pC(t))return Zn(Wp[t]!==void 0,`Invalid easing type '${t}'`,"invalid-easing-type"),Wp[t];return t},Lo=["setup","read","resolveKeyframes","preUpdate","update","preRender","render","postRender"];function mC(t,e){let n=new Set,i=new Set,o=!1,l=!1;const u=new WeakSet;let c={delta:0,timestamp:0,isProcessing:!1};function d(p){u.has(p)&&(h.schedule(p),t()),p(c)}const h={schedule:(p,g=!1,b=!1)=>{const x=b&&o?n:i;return g&&u.add(p),x.has(p)||x.add(p),p},cancel:p=>{i.delete(p),u.delete(p)},process:p=>{if(c=p,o){l=!0;return}o=!0,[n,i]=[i,n],n.forEach(d),n.clear(),o=!1,l&&(l=!1,h.process(p))}};return h}const gC=40;function Hp(t,e){let n=!1,i=!0;const o={delta:0,timestamp:0,isProcessing:!1},l=()=>n=!0,u=Lo.reduce((O,G)=>(O[G]=mC(l),O),{}),{setup:c,read:d,resolveKeyframes:h,preUpdate:p,update:g,preRender:b,render:v,postRender:x}=u,R=()=>{const O=$n.useManualTiming?o.timestamp:performance.now();n=!1,$n.useManualTiming||(o.delta=i?1e3/60:Math.max(Math.min(O-o.timestamp,gC),1)),o.timestamp=O,o.isProcessing=!0,c.process(o),d.process(o),h.process(o),p.process(o),g.process(o),b.process(o),v.process(o),x.process(o),o.isProcessing=!1,n&&e&&(i=!1,t(R))},q=()=>{n=!0,i=!0,o.isProcessing||t(R)};return{schedule:Lo.reduce((O,G)=>{const H=u[G];return O[G]=(Q,J=!1,Y=!1)=>(n||q(),H.schedule(Q,J,Y)),O},{}),cancel:O=>{for(let G=0;G<Lo.length;G++)u[Lo[G]].cancel(O)},state:o,steps:u}}const{schedule:ct,cancel:yr,state:Dt,steps:Au}=Hp(typeof requestAnimationFrame<"u"?requestAnimationFrame:hn,!0);let Do;function yC(){Do=void 0}const jt={now:()=>(Do===void 0&&jt.set(Dt.isProcessing||$n.useManualTiming?Dt.timestamp:performance.now()),Do),set:t=>{Do=t,queueMicrotask(yC)}},zp=t=>e=>typeof e=="string"&&e.startsWith(t),Eu=zp("--"),vC=zp("var(--"),Tu=t=>vC(t)?wC.test(t.split("/*")[0].trim()):!1,wC=/var\(--(?:[\w-]+\s*|[\w-]+\s*,(?:\s*[^)(\s]|\s*\((?:[^)(]|\([^)(]*\))*\))+\s*)\)$/iu,di={test:t=>typeof t=="number",parse:parseFloat,transform:t=>t},ls={...di,transform:t=>Xn(0,1,t)},Po={...di,default:1},us=t=>Math.round(t*1e5)/1e5,xu=/-?(?:\d+(?:\.\d+)?|\.\d+)/gu;function bC(t){return t==null}const SC=/^(?:#[\da-f]{3,8}|(?:rgb|hsl)a?\((?:-?[\d.]+%?[,\s]+){2}-?[\d.]+%?\s*(?:[,/]\s*)?(?:\b\d+(?:\.\d+)?|\.\d+)?%?\))$/iu,Cu=(t,e)=>n=>!!(typeof n=="string"&&SC.test(n)&&n.startsWith(t)||e&&!bC(n)&&Object.prototype.hasOwnProperty.call(n,e)),_p=(t,e,n)=>i=>{if(typeof i!="string")return i;const[o,l,u,c]=i.match(xu);return{[t]:parseFloat(o),[e]:parseFloat(l),[n]:parseFloat(u),alpha:c!==void 0?parseFloat(c):1}},AC=t=>Xn(0,255,t),Ru={...di,transform:t=>Math.round(AC(t))},Br={test:Cu("rgb","red"),parse:_p("red","green","blue"),transform:({red:t,green:e,blue:n,alpha:i=1})=>"rgba("+Ru.transform(t)+", "+Ru.transform(e)+", "+Ru.transform(n)+", "+us(ls.transform(i))+")"};function EC(t){let e="",n="",i="",o="";return t.length>5?(e=t.substring(1,3),n=t.substring(3,5),i=t.substring(5,7),o=t.substring(7,9)):(e=t.substring(1,2),n=t.substring(2,3),i=t.substring(3,4),o=t.substring(4,5),e+=e,n+=n,i+=i,o+=o),{red:parseInt(e,16),green:parseInt(n,16),blue:parseInt(i,16),alpha:o?parseInt(o,16)/255:1}}const ku={test:Cu("#"),parse:EC,transform:Br.transform},cs=t=>({test:e=>typeof e=="string"&&e.endsWith(t)&&e.split(" ").length===1,parse:parseFloat,transform:e=>`${e}${t}`}),vr=cs("deg"),Kn=cs("%"),Ae=cs("px"),TC=cs("vh"),xC=cs("vw"),Gp={...Kn,parse:t=>Kn.parse(t)/100,transform:t=>Kn.transform(t*100)},hi={test:Cu("hsl","hue"),parse:_p("hue","saturation","lightness"),transform:({hue:t,saturation:e,lightness:n,alpha:i=1})=>"hsla("+Math.round(t)+", "+Kn.transform(us(e))+", "+Kn.transform(us(n))+", "+us(ls.transform(i))+")"},xt={test:t=>Br.test(t)||ku.test(t)||hi.test(t),parse:t=>Br.test(t)?Br.parse(t):hi.test(t)?hi.parse(t):ku.parse(t),transform:t=>typeof t=="string"?t:t.hasOwnProperty("red")?Br.transform(t):hi.transform(t),getAnimatableNone:t=>{const e=xt.parse(t);return e.alpha=0,xt.transform(e)}},CC=/(?:#[\da-f]{3,8}|(?:rgb|hsl)a?\((?:-?[\d.]+%?[,\s]+){2}-?[\d.]+%?\s*(?:[,/]\s*)?(?:\b\d+(?:\.\d+)?|\.\d+)?%?\))/giu;function RC(t){return isNaN(t)&&typeof t=="string"&&(t.match(xu)?.length||0)+(t.match(CC)?.length||0)>0}const Yp="number",Qp="color",kC="var",VC="var(",Jp="${}",IC=/var\s*\(\s*--(?:[\w-]+\s*|[\w-]+\s*,(?:\s*[^)(\s]|\s*\((?:[^)(]|\([^)(]*\))*\))+\s*)\)|#[\da-f]{3,8}|(?:rgb|hsl)a?\((?:-?[\d.]+%?[,\s]+){2}-?[\d.]+%?\s*(?:[,/]\s*)?(?:\b\d+(?:\.\d+)?|\.\d+)?%?\)|-?(?:\d+(?:\.\d+)?|\.\d+)/giu;function fs(t){const e=t.toString(),n=[],i={color:[],number:[],var:[]},o=[];let l=0;const c=e.replace(IC,d=>(xt.test(d)?(i.color.push(l),o.push(Qp),n.push(xt.parse(d))):d.startsWith(VC)?(i.var.push(l),o.push(kC),n.push(d)):(i.number.push(l),o.push(Yp),n.push(parseFloat(d))),++l,Jp)).split(Jp);return{values:n,split:c,indexes:i,types:o}}function jp(t){return fs(t).values}function Xp(t){const{split:e,types:n}=fs(t),i=e.length;return o=>{let l="";for(let u=0;u<i;u++)if(l+=e[u],o[u]!==void 0){const c=n[u];c===Yp?l+=us(o[u]):c===Qp?l+=xt.transform(o[u]):l+=o[u]}return l}}const MC=t=>typeof t=="number"?0:xt.test(t)?xt.getAnimatableNone(t):t;function NC(t){const e=jp(t);return Xp(t)(e.map(MC))}const wr={test:RC,parse:jp,createTransformer:Xp,getAnimatableNone:NC};function Vu(t,e,n){return n<0&&(n+=1),n>1&&(n-=1),n<1/6?t+(e-t)*6*n:n<1/2?e:n<2/3?t+(e-t)*(2/3-n)*6:t}function LC({hue:t,saturation:e,lightness:n,alpha:i}){t/=360,e/=100,n/=100;let o=0,l=0,u=0;if(!e)o=l=u=n;else{const c=n<.5?n*(1+e):n+e-n*e,d=2*n-c;o=Vu(d,c,t+1/3),l=Vu(d,c,t),u=Vu(d,c,t-1/3)}return{red:Math.round(o*255),green:Math.round(l*255),blue:Math.round(u*255),alpha:i}}function Oo(t,e){return n=>n>0?e:t}const pt=(t,e,n)=>t+(e-t)*n,Iu=(t,e,n)=>{const i=t*t,o=n*(e*e-i)+i;return o<0?0:Math.sqrt(o)},DC=[ku,Br,hi],PC=t=>DC.find(e=>e.test(t));function Zp(t){const e=PC(t);if(fi(!!e,`'${t}' is not an animatable color. Use the equivalent color code instead.`,"color-not-animatable"),!e)return!1;let n=e.parse(t);return e===hi&&(n=LC(n)),n}const $p=(t,e)=>{const n=Zp(t),i=Zp(e);if(!n||!i)return Oo(t,e);const o={...n};return l=>(o.red=Iu(n.red,i.red,l),o.green=Iu(n.green,i.green,l),o.blue=Iu(n.blue,i.blue,l),o.alpha=pt(n.alpha,i.alpha,l),Br.transform(o))},Mu=new Set(["none","hidden"]);function OC(t,e){return Mu.has(t)?n=>n<=0?t:e:n=>n>=1?e:t}function UC(t,e){return n=>pt(t,e,n)}function Nu(t){return typeof t=="number"?UC:typeof t=="string"?Tu(t)?Oo:xt.test(t)?$p:FC:Array.isArray(t)?em:typeof t=="object"?xt.test(t)?$p:BC:Oo}function em(t,e){const n=[...t],i=n.length,o=t.map((l,u)=>Nu(l)(l,e[u]));return l=>{for(let u=0;u<i;u++)n[u]=o[u](l);return n}}function BC(t,e){const n={...t,...e},i={};for(const o in n)t[o]!==void 0&&e[o]!==void 0&&(i[o]=Nu(t[o])(t[o],e[o]));return o=>{for(const l in i)n[l]=i[l](o);return n}}function qC(t,e){const n=[],i={color:0,var:0,number:0};for(let o=0;o<e.values.length;o++){const l=e.types[o],u=t.indexes[l][i[l]],c=t.values[u]??0;n[o]=c,i[l]++}return n}const FC=(t,e)=>{const n=wr.createTransformer(e),i=fs(t),o=fs(e);return i.indexes.var.length===o.indexes.var.length&&i.indexes.color.length===o.indexes.color.length&&i.indexes.number.length>=o.indexes.number.length?Mu.has(t)&&!o.values.length||Mu.has(e)&&!i.values.length?OC(t,e):ss(em(qC(i,o),o.values),n):(fi(!0,`Complex values '${t}' and '${e}' too different to mix. Ensure all colors are of the same type, and that each contains the same quantity of number and color values. Falling back to instant transition.`,"complex-values-different"),Oo(t,e))};function tm(t,e,n){return typeof t=="number"&&typeof e=="number"&&typeof n=="number"?pt(t,e,n):Nu(t)(t,e)}const WC=t=>{const e=({timestamp:n})=>t(n);return{start:(n=!0)=>ct.update(e,n),stop:()=>yr(e),now:()=>Dt.isProcessing?Dt.timestamp:jt.now()}},nm=(t,e,n=10)=>{let i="";const o=Math.max(Math.round(e/n),2);for(let l=0;l<o;l++)i+=Math.round(t(l/(o-1))*1e4)/1e4+", ";return`linear(${i.substring(0,i.length-2)})`},Uo=2e4;function Lu(t){let e=0;const n=50;let i=t.next(e);for(;!i.done&&e<Uo;)e+=n,i=t.next(e);return e>=Uo?1/0:e}function KC(t,e=100,n){const i=n({...t,keyframes:[0,e]}),o=Math.min(Lu(i),Uo);return{type:"keyframes",ease:l=>i.next(o*l).value/e,duration:pn(o)}}const HC=5;function rm(t,e,n){const i=Math.max(e-HC,0);return Vp(n-t(i),e-i)}const mt={stiffness:100,damping:10,mass:1,velocity:0,duration:800,bounce:.3,visualDuration:.3,restSpeed:{granular:.01,default:2},restDelta:{granular:.005,default:.5},minDuration:.01,maxDuration:10,minDamping:.05,maxDamping:1},Du=.001;function zC({duration:t=mt.duration,bounce:e=mt.bounce,velocity:n=mt.velocity,mass:i=mt.mass}){let o,l;fi(t<=Nn(mt.maxDuration),"Spring duration must be 10 seconds or less","spring-duration-limit");let u=1-e;u=Xn(mt.minDamping,mt.maxDamping,u),t=Xn(mt.minDuration,mt.maxDuration,pn(t)),u<1?(o=h=>{const p=h*u,g=p*t,b=p-n,v=Pu(h,u),x=Math.exp(-g);return Du-b/v*x},l=h=>{const g=h*u*t,b=g*n+n,v=Math.pow(u,2)*Math.pow(h,2)*t,x=Math.exp(-g),R=Pu(Math.pow(h,2),u);return(-o(h)+Du>0?-1:1)*((b-v)*x)/R}):(o=h=>{const p=Math.exp(-h*t),g=(h-n)*t+1;return-Du+p*g},l=h=>{const p=Math.exp(-h*t),g=(n-h)*(t*t);return p*g});const c=5/t,d=GC(o,l,c);if(t=Nn(t),isNaN(d))return{stiffness:mt.stiffness,damping:mt.damping,duration:t};{const h=Math.pow(d,2)*i;return{stiffness:h,damping:u*2*Math.sqrt(i*h),duration:t}}}const _C=12;function GC(t,e,n){let i=n;for(let o=1;o<_C;o++)i=i-t(i)/e(i);return i}function Pu(t,e){return t*Math.sqrt(1-e*e)}const YC=["duration","bounce"],QC=["stiffness","damping","mass"];function im(t,e){return e.some(n=>t[n]!==void 0)}function JC(t){let e={velocity:mt.velocity,stiffness:mt.stiffness,damping:mt.damping,mass:mt.mass,isResolvedFromDuration:!1,...t};if(!im(t,QC)&&im(t,YC))if(t.visualDuration){const n=t.visualDuration,i=2*Math.PI/(n*1.2),o=i*i,l=2*Xn(.05,1,1-(t.bounce||0))*Math.sqrt(o);e={...e,mass:mt.mass,stiffness:o,damping:l}}else{const n=zC(t);e={...e,...n,mass:mt.mass},e.isResolvedFromDuration=!0}return e}function Bo(t=mt.visualDuration,e=mt.bounce){const n=typeof t!="object"?{visualDuration:t,keyframes:[0,1],bounce:e}:t;let{restSpeed:i,restDelta:o}=n;const l=n.keyframes[0],u=n.keyframes[n.keyframes.length-1],c={done:!1,value:l},{stiffness:d,damping:h,mass:p,duration:g,velocity:b,isResolvedFromDuration:v}=JC({...n,velocity:-pn(n.velocity||0)}),x=b||0,R=h/(2*Math.sqrt(d*p)),q=u-l,L=pn(Math.sqrt(d/p)),M=Math.abs(q)<5;i||(i=M?mt.restSpeed.granular:mt.restSpeed.default),o||(o=M?mt.restDelta.granular:mt.restDelta.default);let O;if(R<1){const H=Pu(L,R);O=Q=>{const J=Math.exp(-R*L*Q);return u-J*((x+R*L*q)/H*Math.sin(H*Q)+q*Math.cos(H*Q))}}else if(R===1)O=H=>u-Math.exp(-L*H)*(q+(x+L*q)*H);else{const H=L*Math.sqrt(R*R-1);O=Q=>{const J=Math.exp(-R*L*Q),Y=Math.min(H*Q,300);return u-J*((x+R*L*q)*Math.sinh(Y)+H*q*Math.cosh(Y))/H}}const G={calculatedDuration:v&&g||null,next:H=>{const Q=O(H);if(v)c.done=H>=g;else{let J=H===0?x:0;R<1&&(J=H===0?Nn(x):rm(O,H,Q));const Y=Math.abs(J)<=i,pe=Math.abs(u-Q)<=o;c.done=Y&&pe}return c.value=c.done?u:Q,c},toString:()=>{const H=Math.min(Lu(G),Uo),Q=nm(J=>G.next(H*J).value,H,30);return H+"ms "+Q},toTransition:()=>{}};return G}Bo.applyToOptions=t=>{const e=KC(t,100,Bo);return t.ease=e.ease,t.duration=Nn(e.duration),t.type="keyframes",t};function Ou({keyframes:t,velocity:e=0,power:n=.8,timeConstant:i=325,bounceDamping:o=10,bounceStiffness:l=500,modifyTarget:u,min:c,max:d,restDelta:h=.5,restSpeed:p}){const g=t[0],b={done:!1,value:g},v=Y=>c!==void 0&&Y<c||d!==void 0&&Y>d,x=Y=>c===void 0?d:d===void 0||Math.abs(c-Y)<Math.abs(d-Y)?c:d;let R=n*e;const q=g+R,L=u===void 0?q:u(q);L!==q&&(R=L-g);const M=Y=>-R*Math.exp(-Y/i),O=Y=>L+M(Y),G=Y=>{const pe=M(Y),se=O(Y);b.done=Math.abs(pe)<=h,b.value=b.done?L:se};let H,Q;const J=Y=>{v(b.value)&&(H=Y,Q=Bo({keyframes:[b.value,x(b.value)],velocity:rm(O,Y,b.value),damping:o,stiffness:l,restDelta:h,restSpeed:p}))};return J(0),{calculatedDuration:null,next:Y=>{let pe=!1;return!Q&&H===void 0&&(pe=!0,G(Y),J(Y)),H!==void 0&&Y>=H?Q.next(Y-H):(!pe&&G(Y),b)}}}function jC(t,e,n){const i=[],o=n||$n.mix||tm,l=t.length-1;for(let u=0;u<l;u++){let c=o(t[u],t[u+1]);if(e){const d=Array.isArray(e)?e[u]||hn:e;c=ss(d,c)}i.push(c)}return i}function XC(t,e,{clamp:n=!0,ease:i,mixer:o}={}){const l=t.length;if(Zn(l===e.length,"Both input and output ranges must be the same length","range-length"),l===1)return()=>e[0];if(l===2&&e[0]===e[1])return()=>e[1];const u=t[0]===t[1];t[0]>t[l-1]&&(t=[...t].reverse(),e=[...e].reverse());const c=jC(e,i,o),d=c.length,h=p=>{if(u&&p<t[0])return e[0];let g=0;if(d>1)for(;g<t.length-2&&!(p<t[g+1]);g++);const b=os(t[g],t[g+1],p);return c[g](b)};return n?p=>h(Xn(t[0],t[l-1],p)):h}function ZC(t,e){const n=t[t.length-1];for(let i=1;i<=e;i++){const o=os(0,e,i);t.push(pt(n,1,o))}}function $C(t){const e=[0];return ZC(e,t.length-1),e}function e2(t,e){return t.map(n=>n*e)}function t2(t,e){return t.map(()=>e||qp).splice(0,t.length-1)}function pi({duration:t=300,keyframes:e,times:n,ease:i="easeInOut"}){const o=hC(i)?i.map(Kp):Kp(i),l={done:!1,value:e[0]},u=e2(n&&n.length===e.length?n:$C(e),t),c=XC(u,e,{ease:Array.isArray(o)?o:t2(e,o)});return{calculatedDuration:t,next:d=>(l.value=c(d),l.done=d>=t,l)}}const n2=t=>t!==null;function Uu(t,{repeat:e,repeatType:n="loop"},i,o=1){const l=t.filter(n2),c=o<0||e&&n!=="loop"&&e%2===1?0:l.length-1;return!c||i===void 0?l[c]:i}const r2={decay:Ou,inertia:Ou,tween:pi,keyframes:pi,spring:Bo};function sm(t){typeof t.type=="string"&&(t.type=r2[t.type])}class Bu{constructor(){this.updateFinished()}get finished(){return this._finished}updateFinished(){this._finished=new Promise(e=>{this.resolve=e})}notifyFinished(){this.resolve()}then(e,n){return this.finished.then(e,n)}}const i2=t=>t/100;class qu extends Bu{constructor(e){super(),this.state="idle",this.startTime=null,this.isStopped=!1,this.currentTime=0,this.holdTime=null,this.playbackSpeed=1,this.stop=()=>{const{motionValue:n}=this.options;n&&n.updatedAt!==jt.now()&&this.tick(jt.now()),this.isStopped=!0,this.state!=="idle"&&(this.teardown(),this.options.onStop?.())},this.options=e,this.initAnimation(),this.play(),e.autoplay===!1&&this.pause()}initAnimation(){const{options:e}=this;sm(e);const{type:n=pi,repeat:i=0,repeatDelay:o=0,repeatType:l,velocity:u=0}=e;let{keyframes:c}=e;const d=n||pi;process.env.NODE_ENV!=="production"&&d!==pi&&Zn(c.length<=2,`Only two keyframes currently supported with spring and inertia animations. Trying to animate ${c}`,"spring-two-frames"),d!==pi&&typeof c[0]!="number"&&(this.mixKeyframes=ss(i2,tm(c[0],c[1])),c=[0,100]);const h=d({...e,keyframes:c});l==="mirror"&&(this.mirroredGenerator=d({...e,keyframes:[...c].reverse(),velocity:-u})),h.calculatedDuration===null&&(h.calculatedDuration=Lu(h));const{calculatedDuration:p}=h;this.calculatedDuration=p,this.resolvedDuration=p+o,this.totalDuration=this.resolvedDuration*(i+1)-o,this.generator=h}updateTime(e){const n=Math.round(e-this.startTime)*this.playbackSpeed;this.holdTime!==null?this.currentTime=this.holdTime:this.currentTime=n}tick(e,n=!1){const{generator:i,totalDuration:o,mixKeyframes:l,mirroredGenerator:u,resolvedDuration:c,calculatedDuration:d}=this;if(this.startTime===null)return i.next(0);const{delay:h=0,keyframes:p,repeat:g,repeatType:b,repeatDelay:v,type:x,onUpdate:R,finalKeyframe:q}=this.options;this.speed>0?this.startTime=Math.min(this.startTime,e):this.speed<0&&(this.startTime=Math.min(e-o/this.speed,this.startTime)),n?this.currentTime=e:this.updateTime(e);const L=this.currentTime-h*(this.playbackSpeed>=0?1:-1),M=this.playbackSpeed>=0?L<0:L>o;this.currentTime=Math.max(L,0),this.state==="finished"&&this.holdTime===null&&(this.currentTime=o);let O=this.currentTime,G=i;if(g){const Y=Math.min(this.currentTime,o)/c;let pe=Math.floor(Y),se=Y%1;!se&&Y>=1&&(se=1),se===1&&pe--,pe=Math.min(pe,g+1),!!(pe%2)&&(b==="reverse"?(se=1-se,v&&(se-=v/c)):b==="mirror"&&(G=u)),O=Xn(0,1,se)*c}const H=M?{done:!1,value:p[0]}:G.next(O);l&&(H.value=l(H.value));let{done:Q}=H;!M&&d!==null&&(Q=this.playbackSpeed>=0?this.currentTime>=o:this.currentTime<=0);const J=this.holdTime===null&&(this.state==="finished"||this.state==="running"&&Q);return J&&x!==Ou&&(H.value=Uu(p,this.options,q,this.speed)),R&&R(H.value),J&&this.finish(),H}then(e,n){return this.finished.then(e,n)}get duration(){return pn(this.calculatedDuration)}get iterationDuration(){const{delay:e=0}=this.options||{};return this.duration+pn(e)}get time(){return pn(this.currentTime)}set time(e){e=Nn(e),this.currentTime=e,this.startTime===null||this.holdTime!==null||this.playbackSpeed===0?this.holdTime=e:this.driver&&(this.startTime=this.driver.now()-e/this.playbackSpeed),this.driver?.start(!1)}get speed(){return this.playbackSpeed}set speed(e){this.updateTime(jt.now());const n=this.playbackSpeed!==e;this.playbackSpeed=e,n&&(this.time=pn(this.currentTime))}play(){if(this.isStopped)return;const{driver:e=WC,startTime:n}=this.options;this.driver||(this.driver=e(o=>this.tick(o))),this.options.onPlay?.();const i=this.driver.now();this.state==="finished"?(this.updateFinished(),this.startTime=i):this.holdTime!==null?this.startTime=i-this.holdTime:this.startTime||(this.startTime=n??i),this.state==="finished"&&this.speed<0&&(this.startTime+=this.calculatedDuration),this.holdTime=null,this.state="running",this.driver.start()}pause(){this.state="paused",this.updateTime(jt.now()),this.holdTime=this.currentTime}complete(){this.state!=="running"&&this.play(),this.state="finished",this.holdTime=null}finish(){this.notifyFinished(),this.teardown(),this.state="finished",this.options.onComplete?.()}cancel(){this.holdTime=null,this.startTime=0,this.tick(0),this.teardown(),this.options.onCancel?.()}teardown(){this.state="idle",this.stopDriver(),this.startTime=this.holdTime=null}stopDriver(){this.driver&&(this.driver.stop(),this.driver=void 0)}sample(e){return this.startTime=0,this.tick(e,!0)}attachTimeline(e){return this.options.allowFlatten&&(this.options.type="keyframes",this.options.ease="linear",this.initAnimation()),this.driver?.stop(),e.observe(this)}}function s2(t){for(let e=1;e<t.length;e++)t[e]??(t[e]=t[e-1])}const qr=t=>t*180/Math.PI,Fu=t=>{const e=qr(Math.atan2(t[1],t[0]));return Wu(e)},o2={x:4,y:5,translateX:4,translateY:5,scaleX:0,scaleY:3,scale:t=>(Math.abs(t[0])+Math.abs(t[3]))/2,rotate:Fu,rotateZ:Fu,skewX:t=>qr(Math.atan(t[1])),skewY:t=>qr(Math.atan(t[2])),skew:t=>(Math.abs(t[1])+Math.abs(t[2]))/2},Wu=t=>(t=t%360,t<0&&(t+=360),t),om=Fu,am=t=>Math.sqrt(t[0]*t[0]+t[1]*t[1]),lm=t=>Math.sqrt(t[4]*t[4]+t[5]*t[5]),a2={x:12,y:13,z:14,translateX:12,translateY:13,translateZ:14,scaleX:am,scaleY:lm,scale:t=>(am(t)+lm(t))/2,rotateX:t=>Wu(qr(Math.atan2(t[6],t[5]))),rotateY:t=>Wu(qr(Math.atan2(-t[2],t[0]))),rotateZ:om,rotate:om,skewX:t=>qr(Math.atan(t[4])),skewY:t=>qr(Math.atan(t[1])),skew:t=>(Math.abs(t[1])+Math.abs(t[4]))/2};function Ku(t){return t.includes("scale")?1:0}function Hu(t,e){if(!t||t==="none")return Ku(e);const n=t.match(/^matrix3d\(([-\d.e\s,]+)\)$/u);let i,o;if(n)i=a2,o=n;else{const c=t.match(/^matrix\(([-\d.e\s,]+)\)$/u);i=o2,o=c}if(!o)return Ku(e);const l=i[e],u=o[1].split(",").map(u2);return typeof l=="function"?l(u):u[l]}const l2=(t,e)=>{const{transform:n="none"}=getComputedStyle(t);return Hu(n,e)};function u2(t){return parseFloat(t.trim())}const mi=["transformPerspective","x","y","z","translateX","translateY","translateZ","scale","scaleX","scaleY","rotate","rotateX","rotateY","rotateZ","skew","skewX","skewY"],gi=new Set(mi),um=t=>t===di||t===Ae,c2=new Set(["x","y","z"]),f2=mi.filter(t=>!c2.has(t));function d2(t){const e=[];return f2.forEach(n=>{const i=t.getValue(n);i!==void 0&&(e.push([n,i.get()]),i.set(n.startsWith("scale")?1:0))}),e}const Fr={width:({x:t},{paddingLeft:e="0",paddingRight:n="0"})=>t.max-t.min-parseFloat(e)-parseFloat(n),height:({y:t},{paddingTop:e="0",paddingBottom:n="0"})=>t.max-t.min-parseFloat(e)-parseFloat(n),top:(t,{top:e})=>parseFloat(e),left:(t,{left:e})=>parseFloat(e),bottom:({y:t},{top:e})=>parseFloat(e)+(t.max-t.min),right:({x:t},{left:e})=>parseFloat(e)+(t.max-t.min),x:(t,{transform:e})=>Hu(e,"x"),y:(t,{transform:e})=>Hu(e,"y")};Fr.translateX=Fr.x,Fr.translateY=Fr.y;const Wr=new Set;let zu=!1,_u=!1,Gu=!1;function cm(){if(_u){const t=Array.from(Wr).filter(i=>i.needsMeasurement),e=new Set(t.map(i=>i.element)),n=new Map;e.forEach(i=>{const o=d2(i);o.length&&(n.set(i,o),i.render())}),t.forEach(i=>i.measureInitialState()),e.forEach(i=>{i.render();const o=n.get(i);o&&o.forEach(([l,u])=>{i.getValue(l)?.set(u)})}),t.forEach(i=>i.measureEndState()),t.forEach(i=>{i.suspendedScrollY!==void 0&&window.scrollTo(0,i.suspendedScrollY)})}_u=!1,zu=!1,Wr.forEach(t=>t.complete(Gu)),Wr.clear()}function fm(){Wr.forEach(t=>{t.readKeyframes(),t.needsMeasurement&&(_u=!0)})}function h2(){Gu=!0,fm(),cm(),Gu=!1}class Yu{constructor(e,n,i,o,l,u=!1){this.state="pending",this.isAsync=!1,this.needsMeasurement=!1,this.unresolvedKeyframes=[...e],this.onComplete=n,this.name=i,this.motionValue=o,this.element=l,this.isAsync=u}scheduleResolve(){this.state="scheduled",this.isAsync?(Wr.add(this),zu||(zu=!0,ct.read(fm),ct.resolveKeyframes(cm))):(this.readKeyframes(),this.complete())}readKeyframes(){const{unresolvedKeyframes:e,name:n,element:i,motionValue:o}=this;if(e[0]===null){const l=o?.get(),u=e[e.length-1];if(l!==void 0)e[0]=l;else if(i&&n){const c=i.readValue(n,u);c!=null&&(e[0]=c)}e[0]===void 0&&(e[0]=u),o&&l===void 0&&o.set(e[0])}s2(e)}setFinalKeyframe(){}measureInitialState(){}renderEndStyles(){}measureEndState(){}complete(e=!1){this.state="complete",this.onComplete(this.unresolvedKeyframes,this.finalKeyframe,e),Wr.delete(this)}cancel(){this.state==="scheduled"&&(Wr.delete(this),this.state="pending")}resume(){this.state==="pending"&&this.scheduleResolve()}}const p2=t=>t.startsWith("--");function m2(t,e,n){p2(e)?t.style.setProperty(e,n):t.style[e]=n}const g2=yu(()=>window.ScrollTimeline!==void 0),y2={};function v2(t,e){const n=yu(t);return()=>y2[e]??n()}const dm=v2(()=>{try{document.createElement("div").animate({opacity:0},{easing:"linear(0, 1)"})}catch{return!1}return!0},"linearEasing"),ds=([t,e,n,i])=>`cubic-bezier(${t}, ${e}, ${n}, ${i})`,hm={linear:"linear",ease:"ease",easeIn:"ease-in",easeOut:"ease-out",easeInOut:"ease-in-out",circIn:ds([0,.65,.55,1]),circOut:ds([.55,0,1,.45]),backIn:ds([.31,.01,.66,-.59]),backOut:ds([.33,1.53,.69,.99])};function pm(t,e){if(t)return typeof t=="function"?dm()?nm(t,e):"ease-out":Fp(t)?ds(t):Array.isArray(t)?t.map(n=>pm(n,e)||hm.easeOut):hm[t]}function w2(t,e,n,{delay:i=0,duration:o=300,repeat:l=0,repeatType:u="loop",ease:c="easeOut",times:d}={},h=void 0){const p={[e]:n};d&&(p.offset=d);const g=pm(c,o);Array.isArray(g)&&(p.easing=g);const b={delay:i,duration:o,easing:Array.isArray(g)?"linear":g,fill:"both",iterations:l+1,direction:u==="reverse"?"alternate":"normal"};return h&&(b.pseudoElement=h),t.animate(p,b)}function mm(t){return typeof t=="function"&&"applyToOptions"in t}function b2({type:t,...e}){return mm(t)&&dm()?t.applyToOptions(e):(e.duration??(e.duration=300),e.ease??(e.ease="easeOut"),e)}class S2 extends Bu{constructor(e){if(super(),this.finishedTime=null,this.isStopped=!1,!e)return;const{element:n,name:i,keyframes:o,pseudoElement:l,allowFlatten:u=!1,finalKeyframe:c,onComplete:d}=e;this.isPseudoElement=!!l,this.allowFlatten=u,this.options=e,Zn(typeof e.type!="string",`Mini animate() doesn't support "type" as a string.`,"mini-spring");const h=b2(e);this.animation=w2(n,i,o,h,l),h.autoplay===!1&&this.animation.pause(),this.animation.onfinish=()=>{if(this.finishedTime=this.time,!l){const p=Uu(o,this.options,c,this.speed);this.updateMotionValue?this.updateMotionValue(p):m2(n,i,p),this.animation.cancel()}d?.(),this.notifyFinished()}}play(){this.isStopped||(this.animation.play(),this.state==="finished"&&this.updateFinished())}pause(){this.animation.pause()}complete(){this.animation.finish?.()}cancel(){try{this.animation.cancel()}catch{}}stop(){if(this.isStopped)return;this.isStopped=!0;const{state:e}=this;e==="idle"||e==="finished"||(this.updateMotionValue?this.updateMotionValue():this.commitStyles(),this.isPseudoElement||this.cancel())}commitStyles(){this.isPseudoElement||this.animation.commitStyles?.()}get duration(){const e=this.animation.effect?.getComputedTiming?.().duration||0;return pn(Number(e))}get iterationDuration(){const{delay:e=0}=this.options||{};return this.duration+pn(e)}get time(){return pn(Number(this.animation.currentTime)||0)}set time(e){this.finishedTime=null,this.animation.currentTime=Nn(e)}get speed(){return this.animation.playbackRate}set speed(e){e<0&&(this.finishedTime=null),this.animation.playbackRate=e}get state(){return this.finishedTime!==null?"finished":this.animation.playState}get startTime(){return Number(this.animation.startTime)}set startTime(e){this.animation.startTime=e}attachTimeline({timeline:e,observe:n}){return this.allowFlatten&&this.animation.effect?.updateTiming({easing:"linear"}),this.animation.onfinish=null,e&&g2()?(this.animation.timeline=e,hn):n(this)}}const gm={anticipate:Op,backInOut:Pp,circInOut:Bp};function A2(t){return t in gm}function E2(t){typeof t.ease=="string"&&A2(t.ease)&&(t.ease=gm[t.ease])}const ym=10;class T2 extends S2{constructor(e){E2(e),sm(e),super(e),e.startTime&&(this.startTime=e.startTime),this.options=e}updateMotionValue(e){const{motionValue:n,onUpdate:i,onComplete:o,element:l,...u}=this.options;if(!n)return;if(e!==void 0){n.set(e);return}const c=new qu({...u,autoplay:!1}),d=Nn(this.finishedTime??this.time);n.setWithVelocity(c.sample(d-ym).value,c.sample(d).value,ym),c.stop()}}const vm=(t,e)=>e==="zIndex"?!1:!!(typeof t=="number"||Array.isArray(t)||typeof t=="string"&&(wr.test(t)||t==="0")&&!t.startsWith("url("));function x2(t){const e=t[0];if(t.length===1)return!0;for(let n=0;n<t.length;n++)if(t[n]!==e)return!0}function C2(t,e,n,i){const o=t[0];if(o===null)return!1;if(e==="display"||e==="visibility")return!0;const l=t[t.length-1],u=vm(o,e),c=vm(l,e);return fi(u===c,`You are trying to animate ${e} from "${o}" to "${l}". "${u?l:o}" is not an animatable value.`,"value-not-animatable"),!u||!c?!1:x2(t)||(n==="spring"||mm(n))&&i}function Qu(t){t.duration=0,t.type="keyframes"}const R2=new Set(["opacity","clipPath","filter","transform"]),k2=yu(()=>Object.hasOwnProperty.call(Element.prototype,"animate"));function V2(t){const{motionValue:e,name:n,repeatDelay:i,repeatType:o,damping:l,type:u}=t;if(!(e?.owner?.current instanceof HTMLElement))return!1;const{onUpdate:d,transformTemplate:h}=e.owner.getProps();return k2()&&n&&R2.has(n)&&(n!=="transform"||!h)&&!d&&!i&&o!=="mirror"&&l!==0&&u!=="inertia"}const I2=40;class M2 extends Bu{constructor({autoplay:e=!0,delay:n=0,type:i="keyframes",repeat:o=0,repeatDelay:l=0,repeatType:u="loop",keyframes:c,name:d,motionValue:h,element:p,...g}){super(),this.stop=()=>{this._animation&&(this._animation.stop(),this.stopTimeline?.()),this.keyframeResolver?.cancel()},this.createdAt=jt.now();const b={autoplay:e,delay:n,type:i,repeat:o,repeatDelay:l,repeatType:u,name:d,motionValue:h,element:p,...g},v=p?.KeyframeResolver||Yu;this.keyframeResolver=new v(c,(x,R,q)=>this.onKeyframesResolved(x,R,b,!q),d,h,p),this.keyframeResolver?.scheduleResolve()}onKeyframesResolved(e,n,i,o){this.keyframeResolver=void 0;const{name:l,type:u,velocity:c,delay:d,isHandoff:h,onUpdate:p}=i;this.resolvedAt=jt.now(),C2(e,l,u,c)||(($n.instantAnimations||!d)&&p?.(Uu(e,i,n)),e[0]=e[e.length-1],Qu(i),i.repeat=0);const b={startTime:o?this.resolvedAt?this.resolvedAt-this.createdAt>I2?this.resolvedAt:this.createdAt:this.createdAt:void 0,finalKeyframe:n,...i,keyframes:e},v=!h&&V2(b)?new T2({...b,element:b.motionValue.owner.current}):new qu(b);v.finished.then(()=>this.notifyFinished()).catch(hn),this.pendingTimeline&&(this.stopTimeline=v.attachTimeline(this.pendingTimeline),this.pendingTimeline=void 0),this._animation=v}get finished(){return this._animation?this.animation.finished:this._finished}then(e,n){return this.finished.finally(e).then(()=>{})}get animation(){return this._animation||(this.keyframeResolver?.resume(),h2()),this._animation}get duration(){return this.animation.duration}get iterationDuration(){return this.animation.iterationDuration}get time(){return this.animation.time}set time(e){this.animation.time=e}get speed(){return this.animation.speed}get state(){return this.animation.state}set speed(e){this.animation.speed=e}get startTime(){return this.animation.startTime}attachTimeline(e){return this._animation?this.stopTimeline=this.animation.attachTimeline(e):this.pendingTimeline=e,()=>this.stop()}play(){this.animation.play()}pause(){this.animation.pause()}complete(){this.animation.complete()}cancel(){this._animation&&this.animation.cancel(),this.keyframeResolver?.cancel()}}const N2=/^var\(--(?:([\w-]+)|([\w-]+), ?([a-zA-Z\d ()%#.,-]+))\)/u;function L2(t){const e=N2.exec(t);if(!e)return[,];const[,n,i,o]=e;return[`--${n??i}`,o]}const D2=4;function wm(t,e,n=1){Zn(n<=D2,`Max CSS variable fallback depth detected in property "${t}". This may indicate a circular fallback dependency.`,"max-css-var-depth");const[i,o]=L2(t);if(!i)return;const l=window.getComputedStyle(e).getPropertyValue(i);if(l){const u=l.trim();return Cp(u)?parseFloat(u):u}return Tu(o)?wm(o,e,n+1):o}function Ju(t,e){return t?.[e]??t?.default??t}const bm=new Set(["width","height","top","left","right","bottom",...mi]),P2={test:t=>t==="auto",parse:t=>t},Sm=t=>e=>e.test(t),Am=[di,Ae,Kn,vr,xC,TC,P2],Em=t=>Am.find(Sm(t));function O2(t){return typeof t=="number"?t===0:t!==null?t==="none"||t==="0"||kp(t):!0}const U2=new Set(["brightness","contrast","saturate","opacity"]);function B2(t){const[e,n]=t.slice(0,-1).split("(");if(e==="drop-shadow")return t;const[i]=n.match(xu)||[];if(!i)return t;const o=n.replace(i,"");let l=U2.has(e)?1:0;return i!==n&&(l*=100),e+"("+l+o+")"}const q2=/\b([a-z-]*)\(.*?\)/gu,ju={...wr,getAnimatableNone:t=>{const e=t.match(q2);return e?e.map(B2).join(" "):t}},Tm={...di,transform:Math.round},Xu={borderWidth:Ae,borderTopWidth:Ae,borderRightWidth:Ae,borderBottomWidth:Ae,borderLeftWidth:Ae,borderRadius:Ae,radius:Ae,borderTopLeftRadius:Ae,borderTopRightRadius:Ae,borderBottomRightRadius:Ae,borderBottomLeftRadius:Ae,width:Ae,maxWidth:Ae,height:Ae,maxHeight:Ae,top:Ae,right:Ae,bottom:Ae,left:Ae,padding:Ae,paddingTop:Ae,paddingRight:Ae,paddingBottom:Ae,paddingLeft:Ae,margin:Ae,marginTop:Ae,marginRight:Ae,marginBottom:Ae,marginLeft:Ae,backgroundPositionX:Ae,backgroundPositionY:Ae,...{rotate:vr,rotateX:vr,rotateY:vr,rotateZ:vr,scale:Po,scaleX:Po,scaleY:Po,scaleZ:Po,skew:vr,skewX:vr,skewY:vr,distance:Ae,translateX:Ae,translateY:Ae,translateZ:Ae,x:Ae,y:Ae,z:Ae,perspective:Ae,transformPerspective:Ae,opacity:ls,originX:Gp,originY:Gp,originZ:Ae},zIndex:Tm,fillOpacity:ls,strokeOpacity:ls,numOctaves:Tm},F2={...Xu,color:xt,backgroundColor:xt,outlineColor:xt,fill:xt,stroke:xt,borderColor:xt,borderTopColor:xt,borderRightColor:xt,borderBottomColor:xt,borderLeftColor:xt,filter:ju,WebkitFilter:ju},xm=t=>F2[t];function Cm(t,e){let n=xm(t);return n!==ju&&(n=wr),n.getAnimatableNone?n.getAnimatableNone(e):void 0}const W2=new Set(["auto","none","0"]);function K2(t,e,n){let i=0,o;for(;i<t.length&&!o;){const l=t[i];typeof l=="string"&&!W2.has(l)&&fs(l).values.length&&(o=t[i]),i++}if(o&&n)for(const l of e)t[l]=Cm(n,o)}class H2 extends Yu{constructor(e,n,i,o,l){super(e,n,i,o,l,!0)}readKeyframes(){const{unresolvedKeyframes:e,element:n,name:i}=this;if(!n||!n.current)return;super.readKeyframes();for(let d=0;d<e.length;d++){let h=e[d];if(typeof h=="string"&&(h=h.trim(),Tu(h))){const p=wm(h,n.current);p!==void 0&&(e[d]=p),d===e.length-1&&(this.finalKeyframe=h)}}if(this.resolveNoneKeyframes(),!bm.has(i)||e.length!==2)return;const[o,l]=e,u=Em(o),c=Em(l);if(u!==c)if(um(u)&&um(c))for(let d=0;d<e.length;d++){const h=e[d];typeof h=="string"&&(e[d]=parseFloat(h))}else Fr[i]&&(this.needsMeasurement=!0)}resolveNoneKeyframes(){const{unresolvedKeyframes:e,name:n}=this,i=[];for(let o=0;o<e.length;o++)(e[o]===null||O2(e[o]))&&i.push(o);i.length&&K2(e,i,n)}measureInitialState(){const{element:e,unresolvedKeyframes:n,name:i}=this;if(!e||!e.current)return;i==="height"&&(this.suspendedScrollY=window.pageYOffset),this.measuredOrigin=Fr[i](e.measureViewportBox(),window.getComputedStyle(e.current)),n[0]=this.measuredOrigin;const o=n[n.length-1];o!==void 0&&e.getValue(i,o).jump(o,!1)}measureEndState(){const{element:e,name:n,unresolvedKeyframes:i}=this;if(!e||!e.current)return;const o=e.getValue(n);o&&o.jump(this.measuredOrigin,!1);const l=i.length-1,u=i[l];i[l]=Fr[n](e.measureViewportBox(),window.getComputedStyle(e.current)),u!==null&&this.finalKeyframe===void 0&&(this.finalKeyframe=u),this.removedTransforms?.length&&this.removedTransforms.forEach(([c,d])=>{e.getValue(c).set(d)}),this.resolveNoneKeyframes()}}function z2(t,e,n){if(t instanceof EventTarget)return[t];if(typeof t=="string"){let i=document;const o=n?.[t]??i.querySelectorAll(t);return o?Array.from(o):[]}return Array.from(t)}const Rm=(t,e)=>e&&typeof t=="number"?e.transform(t):t;function km(t){return Rp(t)&&"offsetHeight"in t}const Vm=30,_2=t=>!isNaN(parseFloat(t));class G2{constructor(e,n={}){this.canTrackVelocity=null,this.events={},this.updateAndNotify=i=>{const o=jt.now();if(this.updatedAt!==o&&this.setPrevFrameValue(),this.prev=this.current,this.setCurrent(i),this.current!==this.prev&&(this.events.change?.notify(this.current),this.dependents))for(const l of this.dependents)l.dirty()},this.hasAnimated=!1,this.setCurrent(e),this.owner=n.owner}setCurrent(e){this.current=e,this.updatedAt=jt.now(),this.canTrackVelocity===null&&e!==void 0&&(this.canTrackVelocity=_2(this.current))}setPrevFrameValue(e=this.current){this.prevFrameValue=e,this.prevUpdatedAt=this.updatedAt}onChange(e){return process.env.NODE_ENV!=="production"&&wu(!1,'value.onChange(callback) is deprecated. Switch to value.on("change", callback).'),this.on("change",e)}on(e,n){this.events[e]||(this.events[e]=new vu);const i=this.events[e].add(n);return e==="change"?()=>{i(),ct.read(()=>{this.events.change.getSize()||this.stop()})}:i}clearListeners(){for(const e in this.events)this.events[e].clear()}attach(e,n){this.passiveEffect=e,this.stopPassiveEffect=n}set(e){this.passiveEffect?this.passiveEffect(e,this.updateAndNotify):this.updateAndNotify(e)}setWithVelocity(e,n,i){this.set(n),this.prev=void 0,this.prevFrameValue=e,this.prevUpdatedAt=this.updatedAt-i}jump(e,n=!0){this.updateAndNotify(e),this.prev=e,this.prevUpdatedAt=this.prevFrameValue=void 0,n&&this.stop(),this.stopPassiveEffect&&this.stopPassiveEffect()}dirty(){this.events.change?.notify(this.current)}addDependent(e){this.dependents||(this.dependents=new Set),this.dependents.add(e)}removeDependent(e){this.dependents&&this.dependents.delete(e)}get(){return this.current}getPrevious(){return this.prev}getVelocity(){const e=jt.now();if(!this.canTrackVelocity||this.prevFrameValue===void 0||e-this.updatedAt>Vm)return 0;const n=Math.min(this.updatedAt-this.prevUpdatedAt,Vm);return Vp(parseFloat(this.current)-parseFloat(this.prevFrameValue),n)}start(e){return this.stop(),new Promise(n=>{this.hasAnimated=!0,this.animation=e(n),this.events.animationStart&&this.events.animationStart.notify()}).then(()=>{this.events.animationComplete&&this.events.animationComplete.notify(),this.clearAnimation()})}stop(){this.animation&&(this.animation.stop(),this.events.animationCancel&&this.events.animationCancel.notify()),this.clearAnimation()}isAnimating(){return!!this.animation}clearAnimation(){delete this.animation}destroy(){this.dependents?.clear(),this.events.destroy?.notify(),this.clearListeners(),this.stop(),this.stopPassiveEffect&&this.stopPassiveEffect()}}function yi(t,e){return new G2(t,e)}const{schedule:Zu}=Hp(queueMicrotask,!1),Ln={x:!1,y:!1};function Im(){return Ln.x||Ln.y}function Y2(t){return t==="x"||t==="y"?Ln[t]?null:(Ln[t]=!0,()=>{Ln[t]=!1}):Ln.x||Ln.y?null:(Ln.x=Ln.y=!0,()=>{Ln.x=Ln.y=!1})}function Mm(t,e){const n=z2(t),i=new AbortController,o={passive:!0,...e,signal:i.signal};return[n,o,()=>i.abort()]}function Nm(t){return!(t.pointerType==="touch"||Im())}function Q2(t,e,n={}){const[i,o,l]=Mm(t,n),u=c=>{if(!Nm(c))return;const{target:d}=c,h=e(d,c);if(typeof h!="function"||!d)return;const p=g=>{Nm(g)&&(h(g),d.removeEventListener("pointerleave",p))};d.addEventListener("pointerleave",p,o)};return i.forEach(c=>{c.addEventListener("pointerenter",u,o)}),l}const Lm=(t,e)=>e?t===e?!0:Lm(t,e.parentElement):!1,$u=t=>t.pointerType==="mouse"?typeof t.button!="number"||t.button<=0:t.isPrimary!==!1,J2=new Set(["BUTTON","INPUT","SELECT","TEXTAREA","A"]);function j2(t){return J2.has(t.tagName)||t.tabIndex!==-1}const qo=new WeakSet;function Dm(t){return e=>{e.key==="Enter"&&t(e)}}function ec(t,e){t.dispatchEvent(new PointerEvent("pointer"+e,{isPrimary:!0,bubbles:!0}))}const X2=(t,e)=>{const n=t.currentTarget;if(!n)return;const i=Dm(()=>{if(qo.has(n))return;ec(n,"down");const o=Dm(()=>{ec(n,"up")}),l=()=>ec(n,"cancel");n.addEventListener("keyup",o,e),n.addEventListener("blur",l,e)});n.addEventListener("keydown",i,e),n.addEventListener("blur",()=>n.removeEventListener("keydown",i),e)};function Pm(t){return $u(t)&&!Im()}function Z2(t,e,n={}){const[i,o,l]=Mm(t,n),u=c=>{const d=c.currentTarget;if(!Pm(c))return;qo.add(d);const h=e(d,c),p=(v,x)=>{window.removeEventListener("pointerup",g),window.removeEventListener("pointercancel",b),qo.has(d)&&qo.delete(d),Pm(v)&&typeof h=="function"&&h(v,{success:x})},g=v=>{p(v,d===window||d===document||n.useGlobalTarget||Lm(d,v.target))},b=v=>{p(v,!1)};window.addEventListener("pointerup",g,o),window.addEventListener("pointercancel",b,o)};return i.forEach(c=>{(n.useGlobalTarget?window:c).addEventListener("pointerdown",u,o),km(c)&&(c.addEventListener("focus",h=>X2(h,o)),!j2(c)&&!c.hasAttribute("tabindex")&&(c.tabIndex=0))}),l}function Om(t){return Rp(t)&&"ownerSVGElement"in t}function $2(t){return Om(t)&&t.tagName==="svg"}const Ft=t=>!!(t&&t.getVelocity),eR=[...Am,xt,wr],tR=t=>eR.find(Sm(t)),tc=A.createContext({transformPagePoint:t=>t,isStatic:!1,reducedMotion:"never"});function Um(t,e){if(typeof t=="function")return t(e);t!=null&&(t.current=e)}function nR(...t){return e=>{let n=!1;const i=t.map(o=>{const l=Um(o,e);return!n&&typeof l=="function"&&(n=!0),l});if(n)return()=>{for(let o=0;o<i.length;o++){const l=i[o];typeof l=="function"?l():Um(t[o],null)}}}}function rR(...t){return Os.useCallback(nR(...t),t)}class iR extends Os.Component{getSnapshotBeforeUpdate(e){const n=this.props.childRef.current;if(n&&e.isPresent&&!this.props.isPresent){const i=n.offsetParent,o=km(i)&&i.offsetWidth||0,l=this.props.sizeRef.current;l.height=n.offsetHeight||0,l.width=n.offsetWidth||0,l.top=n.offsetTop,l.left=n.offsetLeft,l.right=o-l.width-l.left}return null}componentDidUpdate(){}render(){return this.props.children}}function sR({children:t,isPresent:e,anchorX:n,root:i}){const o=A.useId(),l=A.useRef(null),u=A.useRef({width:0,height:0,top:0,left:0,right:0}),{nonce:c}=A.useContext(tc),d=rR(l,t?.ref);return A.useInsertionEffect(()=>{const{width:h,height:p,top:g,left:b,right:v}=u.current;if(e||!l.current||!h||!p)return;const x=n==="left"?`left: ${b}`:`right: ${v}`;l.current.dataset.motionPopId=o;const R=document.createElement("style");c&&(R.nonce=c);const q=i??document.head;return q.appendChild(R),R.sheet&&R.sheet.insertRule(`
|
|
356
|
-
[data-motion-pop-id="${o}"] {
|
|
357
|
-
position: absolute !important;
|
|
358
|
-
width: ${h}px !important;
|
|
359
|
-
height: ${p}px !important;
|
|
360
|
-
${x}px !important;
|
|
361
|
-
top: ${g}px !important;
|
|
362
|
-
}
|
|
363
|
-
`),()=>{q.contains(R)&&q.removeChild(R)}},[e]),Z.jsx(iR,{isPresent:e,childRef:l,sizeRef:u,children:Os.cloneElement(t,{ref:d})})}const oR=({children:t,initial:e,isPresent:n,onExitComplete:i,custom:o,presenceAffectsLayout:l,mode:u,anchorX:c,root:d})=>{const h=du(aR),p=A.useId();let g=!0,b=A.useMemo(()=>(g=!1,{id:p,initial:e,isPresent:n,custom:o,onExitComplete:v=>{h.set(v,!0);for(const x of h.values())if(!x)return;i&&i()},register:v=>(h.set(v,!1),()=>h.delete(v))}),[n,h,i]);return l&&g&&(b={...b}),A.useMemo(()=>{h.forEach((v,x)=>h.set(x,!1))},[n]),Os.useEffect(()=>{!n&&!h.size&&i&&i()},[n]),u==="popLayout"&&(t=Z.jsx(sR,{isPresent:n,anchorX:c,root:d,children:t})),Z.jsx(No.Provider,{value:b,children:t})};function aR(){return new Map}function Bm(t=!0){const e=A.useContext(No);if(e===null)return[!0,null];const{isPresent:n,onExitComplete:i,register:o}=e,l=A.useId();A.useEffect(()=>{if(t)return o(l)},[t]);const u=A.useCallback(()=>t&&i&&i(l),[l,i,t]);return!n&&i?[!1,u]:[!0]}const Fo=t=>t.key||"";function qm(t){const e=[];return A.Children.forEach(t,n=>{A.isValidElement(n)&&e.push(n)}),e}const lR=({children:t,custom:e,initial:n=!0,onExitComplete:i,presenceAffectsLayout:o=!0,mode:l="sync",propagate:u=!1,anchorX:c="left",root:d})=>{const[h,p]=Bm(u),g=A.useMemo(()=>qm(t),[t]),b=u&&!h?[]:g.map(Fo),v=A.useRef(!0),x=A.useRef(g),R=du(()=>new Map),[q,L]=A.useState(g),[M,O]=A.useState(g);xp(()=>{v.current=!1,x.current=g;for(let Q=0;Q<M.length;Q++){const J=Fo(M[Q]);b.includes(J)?R.delete(J):R.get(J)!==!0&&R.set(J,!1)}},[M,b.length,b.join("-")]);const G=[];if(g!==q){let Q=[...g];for(let J=0;J<M.length;J++){const Y=M[J],pe=Fo(Y);b.includes(pe)||(Q.splice(J,0,Y),G.push(Y))}return l==="wait"&&G.length&&(Q=G),O(qm(Q)),L(g),null}process.env.NODE_ENV!=="production"&&l==="wait"&&M.length>1&&console.warn(`You're attempting to animate multiple children within AnimatePresence, but its mode is set to "wait". This will lead to odd visual behaviour.`);const{forceRender:H}=A.useContext(fu);return Z.jsx(Z.Fragment,{children:M.map(Q=>{const J=Fo(Q),Y=u&&!h?!1:g===M||b.includes(J),pe=()=>{if(R.has(J))R.set(J,!0);else return;let se=!0;R.forEach(oe=>{oe||(se=!1)}),se&&(H?.(),O(x.current),u&&p?.(),i&&i())};return Z.jsx(oR,{isPresent:Y,initial:!v.current||n?void 0:!1,custom:e,presenceAffectsLayout:o,mode:l,root:d,onExitComplete:Y?void 0:pe,anchorX:c,children:Q},J)})})},Fm=A.createContext({strict:!1}),Wm={animation:["animate","variants","whileHover","whileTap","exit","whileInView","whileFocus","whileDrag"],exit:["exit"],drag:["drag","dragControls"],focus:["whileFocus"],hover:["whileHover","onHoverStart","onHoverEnd"],tap:["whileTap","onTap","onTapStart","onTapCancel"],pan:["onPan","onPanStart","onPanSessionStart","onPanEnd"],inView:["whileInView","onViewportEnter","onViewportLeave"],layout:["layout","layoutId"]},vi={};for(const t in Wm)vi[t]={isEnabled:e=>Wm[t].some(n=>!!e[n])};function uR(t){for(const e in t)vi[e]={...vi[e],...t[e]}}const cR=new Set(["animate","exit","variants","initial","style","values","variants","transition","transformTemplate","custom","inherit","onBeforeLayoutMeasure","onAnimationStart","onAnimationComplete","onUpdate","onDragStart","onDrag","onDragEnd","onMeasureDragConstraints","onDirectionLock","onDragTransitionEnd","_dragX","_dragY","onHoverStart","onHoverEnd","onViewportEnter","onViewportLeave","globalTapTarget","ignoreStrict","viewport"]);function Wo(t){return t.startsWith("while")||t.startsWith("drag")&&t!=="draggable"||t.startsWith("layout")||t.startsWith("onTap")||t.startsWith("onPan")||t.startsWith("onLayout")||cR.has(t)}let Km=t=>!Wo(t);function fR(t){typeof t=="function"&&(Km=e=>e.startsWith("on")?!Wo(e):t(e))}try{fR(require("@emotion/is-prop-valid").default)}catch{}function dR(t,e,n){const i={};for(const o in t)o==="values"&&typeof t.values=="object"||(Km(o)||n===!0&&Wo(o)||!e&&!Wo(o)||t.draggable&&o.startsWith("onDrag"))&&(i[o]=t[o]);return i}const Ko=A.createContext({});function Ho(t){return t!==null&&typeof t=="object"&&typeof t.start=="function"}function hs(t){return typeof t=="string"||Array.isArray(t)}const nc=["animate","whileInView","whileFocus","whileHover","whileTap","whileDrag","exit"],rc=["initial",...nc];function zo(t){return Ho(t.animate)||rc.some(e=>hs(t[e]))}function Hm(t){return!!(zo(t)||t.variants)}function hR(t,e){if(zo(t)){const{initial:n,animate:i}=t;return{initial:n===!1||hs(n)?n:void 0,animate:hs(i)?i:void 0}}return t.inherit!==!1?e:{}}function pR(t){const{initial:e,animate:n}=hR(t,A.useContext(Ko));return A.useMemo(()=>({initial:e,animate:n}),[zm(e),zm(n)])}function zm(t){return Array.isArray(t)?t.join(" "):t}const ps={};function mR(t){for(const e in t)ps[e]=t[e],Eu(e)&&(ps[e].isCSSVariable=!0)}function _m(t,{layout:e,layoutId:n}){return gi.has(t)||t.startsWith("origin")||(e||n!==void 0)&&(!!ps[t]||t==="opacity")}const gR={x:"translateX",y:"translateY",z:"translateZ",transformPerspective:"perspective"},yR=mi.length;function vR(t,e,n){let i="",o=!0;for(let l=0;l<yR;l++){const u=mi[l],c=t[u];if(c===void 0)continue;let d=!0;if(typeof c=="number"?d=c===(u.startsWith("scale")?1:0):d=parseFloat(c)===0,!d||n){const h=Rm(c,Xu[u]);if(!d){o=!1;const p=gR[u]||u;i+=`${p}(${h}) `}n&&(e[u]=h)}}return i=i.trim(),n?i=n(e,o?"":i):o&&(i="none"),i}function ic(t,e,n){const{style:i,vars:o,transformOrigin:l}=t;let u=!1,c=!1;for(const d in e){const h=e[d];if(gi.has(d)){u=!0;continue}else if(Eu(d)){o[d]=h;continue}else{const p=Rm(h,Xu[d]);d.startsWith("origin")?(c=!0,l[d]=p):i[d]=p}}if(e.transform||(u||n?i.transform=vR(e,t.transform,n):i.transform&&(i.transform="none")),c){const{originX:d="50%",originY:h="50%",originZ:p=0}=l;i.transformOrigin=`${d} ${h} ${p}`}}const sc=()=>({style:{},transform:{},transformOrigin:{},vars:{}});function Gm(t,e,n){for(const i in e)!Ft(e[i])&&!_m(i,n)&&(t[i]=e[i])}function wR({transformTemplate:t},e){return A.useMemo(()=>{const n=sc();return ic(n,e,t),Object.assign({},n.vars,n.style)},[e])}function bR(t,e){const n=t.style||{},i={};return Gm(i,n,t),Object.assign(i,wR(t,e)),i}function SR(t,e){const n={},i=bR(t,e);return t.drag&&t.dragListener!==!1&&(n.draggable=!1,i.userSelect=i.WebkitUserSelect=i.WebkitTouchCallout="none",i.touchAction=t.drag===!0?"none":`pan-${t.drag==="x"?"y":"x"}`),t.tabIndex===void 0&&(t.onTap||t.onTapStart||t.whileTap)&&(n.tabIndex=0),n.style=i,n}const AR={offset:"stroke-dashoffset",array:"stroke-dasharray"},ER={offset:"strokeDashoffset",array:"strokeDasharray"};function TR(t,e,n=1,i=0,o=!0){t.pathLength=1;const l=o?AR:ER;t[l.offset]=Ae.transform(-i);const u=Ae.transform(e),c=Ae.transform(n);t[l.array]=`${u} ${c}`}function Ym(t,{attrX:e,attrY:n,attrScale:i,pathLength:o,pathSpacing:l=1,pathOffset:u=0,...c},d,h,p){if(ic(t,c,h),d){t.style.viewBox&&(t.attrs.viewBox=t.style.viewBox);return}t.attrs=t.style,t.style={};const{attrs:g,style:b}=t;g.transform&&(b.transform=g.transform,delete g.transform),(b.transform||g.transformOrigin)&&(b.transformOrigin=g.transformOrigin??"50% 50%",delete g.transformOrigin),b.transform&&(b.transformBox=p?.transformBox??"fill-box",delete g.transformBox),e!==void 0&&(g.x=e),n!==void 0&&(g.y=n),i!==void 0&&(g.scale=i),o!==void 0&&TR(g,o,l,u,!1)}const Qm=()=>({...sc(),attrs:{}}),Jm=t=>typeof t=="string"&&t.toLowerCase()==="svg";function xR(t,e,n,i){const o=A.useMemo(()=>{const l=Qm();return Ym(l,e,Jm(i),t.transformTemplate,t.style),{...l.attrs,style:{...l.style}}},[e]);if(t.style){const l={};Gm(l,t.style,t),o.style={...l,...o.style}}return o}const CR=["animate","circle","defs","desc","ellipse","g","image","line","filter","marker","mask","metadata","path","pattern","polygon","polyline","rect","stop","switch","symbol","svg","text","tspan","use","view"];function oc(t){return typeof t!="string"||t.includes("-")?!1:!!(CR.indexOf(t)>-1||/[A-Z]/u.test(t))}function RR(t,e,n,{latestValues:i},o,l=!1){const c=(oc(t)?xR:SR)(e,i,o,t),d=dR(e,typeof t=="string",l),h=t!==A.Fragment?{...d,...c,ref:n}:{},{children:p}=e,g=A.useMemo(()=>Ft(p)?p.get():p,[p]);return A.createElement(t,{...h,children:g})}function jm(t){const e=[{},{}];return t?.values.forEach((n,i)=>{e[0][i]=n.get(),e[1][i]=n.getVelocity()}),e}function ac(t,e,n,i){if(typeof e=="function"){const[o,l]=jm(i);e=e(n!==void 0?n:t.custom,o,l)}if(typeof e=="string"&&(e=t.variants&&t.variants[e]),typeof e=="function"){const[o,l]=jm(i);e=e(n!==void 0?n:t.custom,o,l)}return e}function _o(t){return Ft(t)?t.get():t}function kR({scrapeMotionValuesFromProps:t,createRenderState:e},n,i,o){return{latestValues:VR(n,i,o,t),renderState:e()}}function VR(t,e,n,i){const o={},l=i(t,{});for(const b in l)o[b]=_o(l[b]);let{initial:u,animate:c}=t;const d=zo(t),h=Hm(t);e&&h&&!d&&t.inherit!==!1&&(u===void 0&&(u=e.initial),c===void 0&&(c=e.animate));let p=n?n.initial===!1:!1;p=p||u===!1;const g=p?c:u;if(g&&typeof g!="boolean"&&!Ho(g)){const b=Array.isArray(g)?g:[g];for(let v=0;v<b.length;v++){const x=ac(t,b[v]);if(x){const{transitionEnd:R,transition:q,...L}=x;for(const M in L){let O=L[M];if(Array.isArray(O)){const G=p?O.length-1:0;O=O[G]}O!==null&&(o[M]=O)}for(const M in R)o[M]=R[M]}}}return o}const Xm=t=>(e,n)=>{const i=A.useContext(Ko),o=A.useContext(No),l=()=>kR(t,e,i,o);return n?l():du(l)};function lc(t,e,n){const{style:i}=t,o={};for(const l in i)(Ft(i[l])||e.style&&Ft(e.style[l])||_m(l,t)||n?.getValue(l)?.liveStyle!==void 0)&&(o[l]=i[l]);return o}const IR=Xm({scrapeMotionValuesFromProps:lc,createRenderState:sc});function Zm(t,e,n){const i=lc(t,e,n);for(const o in t)if(Ft(t[o])||Ft(e[o])){const l=mi.indexOf(o)!==-1?"attr"+o.charAt(0).toUpperCase()+o.substring(1):o;i[l]=t[o]}return i}const MR=Xm({scrapeMotionValuesFromProps:Zm,createRenderState:Qm}),NR=Symbol.for("motionComponentSymbol");function wi(t){return t&&typeof t=="object"&&Object.prototype.hasOwnProperty.call(t,"current")}function LR(t,e,n){return A.useCallback(i=>{i&&t.onMount&&t.onMount(i),e&&(i?e.mount(i):e.unmount()),n&&(typeof n=="function"?n(i):wi(n)&&(n.current=i))},[e])}const uc=t=>t.replace(/([a-z])([A-Z])/gu,"$1-$2").toLowerCase(),$m="data-"+uc("framerAppearId"),eg=A.createContext({});function DR(t,e,n,i,o){const{visualElement:l}=A.useContext(Ko),u=A.useContext(Fm),c=A.useContext(No),d=A.useContext(tc).reducedMotion,h=A.useRef(null);i=i||u.renderer,!h.current&&i&&(h.current=i(t,{visualState:e,parent:l,props:n,presenceContext:c,blockInitialAnimation:c?c.initial===!1:!1,reducedMotionConfig:d}));const p=h.current,g=A.useContext(eg);p&&!p.projection&&o&&(p.type==="html"||p.type==="svg")&&PR(h.current,n,o,g);const b=A.useRef(!1);A.useInsertionEffect(()=>{p&&b.current&&p.update(n,c)});const v=n[$m],x=A.useRef(!!v&&!window.MotionHandoffIsComplete?.(v)&&window.MotionHasOptimisedAnimation?.(v));return xp(()=>{p&&(b.current=!0,window.MotionIsMounted=!0,p.updateFeatures(),p.scheduleRenderMicrotask(),x.current&&p.animationState&&p.animationState.animateChanges())}),A.useEffect(()=>{p&&(!x.current&&p.animationState&&p.animationState.animateChanges(),x.current&&(queueMicrotask(()=>{window.MotionHandoffMarkAsComplete?.(v)}),x.current=!1),p.enteringChildren=void 0)}),p}function PR(t,e,n,i){const{layoutId:o,layout:l,drag:u,dragConstraints:c,layoutScroll:d,layoutRoot:h,layoutCrossfade:p}=e;t.projection=new n(t.latestValues,e["data-framer-portal-id"]?void 0:tg(t.parent)),t.projection.setOptions({layoutId:o,layout:l,alwaysMeasureLayout:!!u||c&&wi(c),visualElement:t,animationType:typeof l=="string"?l:"both",initialPromotionConfig:i,crossfade:p,layoutScroll:d,layoutRoot:h})}function tg(t){if(t)return t.options.allowProjection!==!1?t.projection:tg(t.parent)}function cc(t,{forwardMotionProps:e=!1}={},n,i){n&&uR(n);const o=oc(t)?MR:IR;function l(c,d){let h;const p={...A.useContext(tc),...c,layoutId:OR(c)},{isStatic:g}=p,b=pR(c),v=o(c,g);if(!g&&hu){UR(p,n);const x=BR(p);h=x.MeasureLayout,b.visualElement=DR(t,v,p,i,x.ProjectionNode)}return Z.jsxs(Ko.Provider,{value:b,children:[h&&b.visualElement?Z.jsx(h,{visualElement:b.visualElement,...p}):null,RR(t,c,LR(v,b.visualElement,d),v,g,e)]})}l.displayName=`motion.${typeof t=="string"?t:`create(${t.displayName??t.name??""})`}`;const u=A.forwardRef(l);return u[NR]=t,u}function OR({layoutId:t}){const e=A.useContext(fu).id;return e&&t!==void 0?e+"-"+t:t}function UR(t,e){const n=A.useContext(Fm).strict;if(process.env.NODE_ENV!=="production"&&e&&n){const i="You have rendered a `motion` component within a `LazyMotion` component. This will break tree shaking. Import and render a `m` component instead.";t.ignoreStrict?fi(!1,i,"lazy-strict-mode"):Zn(!1,i,"lazy-strict-mode")}}function BR(t){const{drag:e,layout:n}=vi;if(!e&&!n)return{};const i={...e,...n};return{MeasureLayout:e?.isEnabled(t)||n?.isEnabled(t)?i.MeasureLayout:void 0,ProjectionNode:i.ProjectionNode}}function qR(t,e){if(typeof Proxy>"u")return cc;const n=new Map,i=(l,u)=>cc(l,u,t,e),o=(l,u)=>(process.env.NODE_ENV!=="production"&&wu(!1,"motion() is deprecated. Use motion.create() instead."),i(l,u));return new Proxy(o,{get:(l,u)=>u==="create"?i:(n.has(u)||n.set(u,cc(u,void 0,t,e)),n.get(u))})}function ng({top:t,left:e,right:n,bottom:i}){return{x:{min:e,max:n},y:{min:t,max:i}}}function FR({x:t,y:e}){return{top:e.min,right:t.max,bottom:e.max,left:t.min}}function WR(t,e){if(!e)return t;const n=e({x:t.left,y:t.top}),i=e({x:t.right,y:t.bottom});return{top:n.y,left:n.x,bottom:i.y,right:i.x}}function fc(t){return t===void 0||t===1}function dc({scale:t,scaleX:e,scaleY:n}){return!fc(t)||!fc(e)||!fc(n)}function Kr(t){return dc(t)||rg(t)||t.z||t.rotate||t.rotateX||t.rotateY||t.skewX||t.skewY}function rg(t){return ig(t.x)||ig(t.y)}function ig(t){return t&&t!=="0%"}function Go(t,e,n){const i=t-n,o=e*i;return n+o}function sg(t,e,n,i,o){return o!==void 0&&(t=Go(t,o,i)),Go(t,n,i)+e}function hc(t,e=0,n=1,i,o){t.min=sg(t.min,e,n,i,o),t.max=sg(t.max,e,n,i,o)}function og(t,{x:e,y:n}){hc(t.x,e.translate,e.scale,e.originPoint),hc(t.y,n.translate,n.scale,n.originPoint)}const ag=.999999999999,lg=1.0000000000001;function KR(t,e,n,i=!1){const o=n.length;if(!o)return;e.x=e.y=1;let l,u;for(let c=0;c<o;c++){l=n[c],u=l.projectionDelta;const{visualElement:d}=l.options;d&&d.props.style&&d.props.style.display==="contents"||(i&&l.options.layoutScroll&&l.scroll&&l!==l.root&&Si(t,{x:-l.scroll.offset.x,y:-l.scroll.offset.y}),u&&(e.x*=u.x.scale,e.y*=u.y.scale,og(t,u)),i&&Kr(l.latestValues)&&Si(t,l.latestValues))}e.x<lg&&e.x>ag&&(e.x=1),e.y<lg&&e.y>ag&&(e.y=1)}function bi(t,e){t.min=t.min+e,t.max=t.max+e}function ug(t,e,n,i,o=.5){const l=pt(t.min,t.max,o);hc(t,e,n,l,i)}function Si(t,e){ug(t.x,e.x,e.scaleX,e.scale,e.originX),ug(t.y,e.y,e.scaleY,e.scale,e.originY)}function cg(t,e){return ng(WR(t.getBoundingClientRect(),e))}function HR(t,e,n){const i=cg(t,n),{scroll:o}=e;return o&&(bi(i.x,o.offset.x),bi(i.y,o.offset.y)),i}const fg=()=>({translate:0,scale:1,origin:0,originPoint:0}),Ai=()=>({x:fg(),y:fg()}),dg=()=>({min:0,max:0}),St=()=>({x:dg(),y:dg()}),pc={current:null},hg={current:!1};function zR(){if(hg.current=!0,!!hu)if(window.matchMedia){const t=window.matchMedia("(prefers-reduced-motion)"),e=()=>pc.current=t.matches;t.addEventListener("change",e),e()}else pc.current=!1}const _R=new WeakMap;function GR(t,e,n){for(const i in e){const o=e[i],l=n[i];if(Ft(o))t.addValue(i,o);else if(Ft(l))t.addValue(i,yi(o,{owner:t}));else if(l!==o)if(t.hasValue(i)){const u=t.getValue(i);u.liveStyle===!0?u.jump(o):u.hasAnimated||u.set(o)}else{const u=t.getStaticValue(i);t.addValue(i,yi(u!==void 0?u:o,{owner:t}))}}for(const i in n)e[i]===void 0&&t.removeValue(i);return e}const pg=["AnimationStart","AnimationComplete","Update","BeforeLayoutMeasure","LayoutMeasure","LayoutAnimationStart","LayoutAnimationComplete"];class YR{scrapeMotionValuesFromProps(e,n,i){return{}}constructor({parent:e,props:n,presenceContext:i,reducedMotionConfig:o,blockInitialAnimation:l,visualState:u},c={}){this.current=null,this.children=new Set,this.isVariantNode=!1,this.isControllingVariants=!1,this.shouldReduceMotion=null,this.values=new Map,this.KeyframeResolver=Yu,this.features={},this.valueSubscriptions=new Map,this.prevMotionValues={},this.events={},this.propEventSubscriptions={},this.notifyUpdate=()=>this.notify("Update",this.latestValues),this.render=()=>{this.current&&(this.triggerBuild(),this.renderInstance(this.current,this.renderState,this.props.style,this.projection))},this.renderScheduledAt=0,this.scheduleRender=()=>{const b=jt.now();this.renderScheduledAt<b&&(this.renderScheduledAt=b,ct.render(this.render,!1,!0))};const{latestValues:d,renderState:h}=u;this.latestValues=d,this.baseTarget={...d},this.initialValues=n.initial?{...d}:{},this.renderState=h,this.parent=e,this.props=n,this.presenceContext=i,this.depth=e?e.depth+1:0,this.reducedMotionConfig=o,this.options=c,this.blockInitialAnimation=!!l,this.isControllingVariants=zo(n),this.isVariantNode=Hm(n),this.isVariantNode&&(this.variantChildren=new Set),this.manuallyAnimateOnMount=!!(e&&e.current);const{willChange:p,...g}=this.scrapeMotionValuesFromProps(n,{},this);for(const b in g){const v=g[b];d[b]!==void 0&&Ft(v)&&v.set(d[b])}}mount(e){this.current=e,_R.set(e,this),this.projection&&!this.projection.instance&&this.projection.mount(e),this.parent&&this.isVariantNode&&!this.isControllingVariants&&(this.removeFromVariantTree=this.parent.addVariantChild(this)),this.values.forEach((n,i)=>this.bindToMotionValue(i,n)),hg.current||zR(),this.shouldReduceMotion=this.reducedMotionConfig==="never"?!1:this.reducedMotionConfig==="always"?!0:pc.current,process.env.NODE_ENV!=="production"&&wu(this.shouldReduceMotion!==!0,"You have Reduced Motion enabled on your device. Animations may not appear as expected.","reduced-motion-disabled"),this.parent?.addChild(this),this.update(this.props,this.presenceContext)}unmount(){this.projection&&this.projection.unmount(),yr(this.notifyUpdate),yr(this.render),this.valueSubscriptions.forEach(e=>e()),this.valueSubscriptions.clear(),this.removeFromVariantTree&&this.removeFromVariantTree(),this.parent?.removeChild(this);for(const e in this.events)this.events[e].clear();for(const e in this.features){const n=this.features[e];n&&(n.unmount(),n.isMounted=!1)}this.current=null}addChild(e){this.children.add(e),this.enteringChildren??(this.enteringChildren=new Set),this.enteringChildren.add(e)}removeChild(e){this.children.delete(e),this.enteringChildren&&this.enteringChildren.delete(e)}bindToMotionValue(e,n){this.valueSubscriptions.has(e)&&this.valueSubscriptions.get(e)();const i=gi.has(e);i&&this.onBindTransform&&this.onBindTransform();const o=n.on("change",u=>{this.latestValues[e]=u,this.props.onUpdate&&ct.preRender(this.notifyUpdate),i&&this.projection&&(this.projection.isTransformDirty=!0),this.scheduleRender()});let l;window.MotionCheckAppearSync&&(l=window.MotionCheckAppearSync(this,e,n)),this.valueSubscriptions.set(e,()=>{o(),l&&l(),n.owner&&n.stop()})}sortNodePosition(e){return!this.current||!this.sortInstanceNodePosition||this.type!==e.type?0:this.sortInstanceNodePosition(this.current,e.current)}updateFeatures(){let e="animation";for(e in vi){const n=vi[e];if(!n)continue;const{isEnabled:i,Feature:o}=n;if(!this.features[e]&&o&&i(this.props)&&(this.features[e]=new o(this)),this.features[e]){const l=this.features[e];l.isMounted?l.update():(l.mount(),l.isMounted=!0)}}}triggerBuild(){this.build(this.renderState,this.latestValues,this.props)}measureViewportBox(){return this.current?this.measureInstanceViewportBox(this.current,this.props):St()}getStaticValue(e){return this.latestValues[e]}setStaticValue(e,n){this.latestValues[e]=n}update(e,n){(e.transformTemplate||this.props.transformTemplate)&&this.scheduleRender(),this.prevProps=this.props,this.props=e,this.prevPresenceContext=this.presenceContext,this.presenceContext=n;for(let i=0;i<pg.length;i++){const o=pg[i];this.propEventSubscriptions[o]&&(this.propEventSubscriptions[o](),delete this.propEventSubscriptions[o]);const l="on"+o,u=e[l];u&&(this.propEventSubscriptions[o]=this.on(o,u))}this.prevMotionValues=GR(this,this.scrapeMotionValuesFromProps(e,this.prevProps,this),this.prevMotionValues),this.handleChildMotionValue&&this.handleChildMotionValue()}getProps(){return this.props}getVariant(e){return this.props.variants?this.props.variants[e]:void 0}getDefaultTransition(){return this.props.transition}getTransformPagePoint(){return this.props.transformPagePoint}getClosestVariantNode(){return this.isVariantNode?this:this.parent?this.parent.getClosestVariantNode():void 0}addVariantChild(e){const n=this.getClosestVariantNode();if(n)return n.variantChildren&&n.variantChildren.add(e),()=>n.variantChildren.delete(e)}addValue(e,n){const i=this.values.get(e);n!==i&&(i&&this.removeValue(e),this.bindToMotionValue(e,n),this.values.set(e,n),this.latestValues[e]=n.get())}removeValue(e){this.values.delete(e);const n=this.valueSubscriptions.get(e);n&&(n(),this.valueSubscriptions.delete(e)),delete this.latestValues[e],this.removeValueFromRenderState(e,this.renderState)}hasValue(e){return this.values.has(e)}getValue(e,n){if(this.props.values&&this.props.values[e])return this.props.values[e];let i=this.values.get(e);return i===void 0&&n!==void 0&&(i=yi(n===null?void 0:n,{owner:this}),this.addValue(e,i)),i}readValue(e,n){let i=this.latestValues[e]!==void 0||!this.current?this.latestValues[e]:this.getBaseTargetFromProps(this.props,e)??this.readValueFromInstance(this.current,e,this.options);return i!=null&&(typeof i=="string"&&(Cp(i)||kp(i))?i=parseFloat(i):!tR(i)&&wr.test(n)&&(i=Cm(e,n)),this.setBaseTarget(e,Ft(i)?i.get():i)),Ft(i)?i.get():i}setBaseTarget(e,n){this.baseTarget[e]=n}getBaseTarget(e){const{initial:n}=this.props;let i;if(typeof n=="string"||typeof n=="object"){const l=ac(this.props,n,this.presenceContext?.custom);l&&(i=l[e])}if(n&&i!==void 0)return i;const o=this.getBaseTargetFromProps(this.props,e);return o!==void 0&&!Ft(o)?o:this.initialValues[e]!==void 0&&i===void 0?void 0:this.baseTarget[e]}on(e,n){return this.events[e]||(this.events[e]=new vu),this.events[e].add(n)}notify(e,...n){this.events[e]&&this.events[e].notify(...n)}scheduleRenderMicrotask(){Zu.render(this.render)}}class mg extends YR{constructor(){super(...arguments),this.KeyframeResolver=H2}sortInstanceNodePosition(e,n){return e.compareDocumentPosition(n)&2?1:-1}getBaseTargetFromProps(e,n){return e.style?e.style[n]:void 0}removeValueFromRenderState(e,{vars:n,style:i}){delete n[e],delete i[e]}handleChildMotionValue(){this.childSubscription&&(this.childSubscription(),delete this.childSubscription);const{children:e}=this.props;Ft(e)&&(this.childSubscription=e.on("change",n=>{this.current&&(this.current.textContent=`${n}`)}))}}function gg(t,{style:e,vars:n},i,o){const l=t.style;let u;for(u in e)l[u]=e[u];o?.applyProjectionStyles(l,i);for(u in n)l.setProperty(u,n[u])}function QR(t){return window.getComputedStyle(t)}class JR extends mg{constructor(){super(...arguments),this.type="html",this.renderInstance=gg}readValueFromInstance(e,n){if(gi.has(n))return this.projection?.isProjecting?Ku(n):l2(e,n);{const i=QR(e),o=(Eu(n)?i.getPropertyValue(n):i[n])||0;return typeof o=="string"?o.trim():o}}measureInstanceViewportBox(e,{transformPagePoint:n}){return cg(e,n)}build(e,n,i){ic(e,n,i.transformTemplate)}scrapeMotionValuesFromProps(e,n,i){return lc(e,n,i)}}const yg=new Set(["baseFrequency","diffuseConstant","kernelMatrix","kernelUnitLength","keySplines","keyTimes","limitingConeAngle","markerHeight","markerWidth","numOctaves","targetX","targetY","surfaceScale","specularConstant","specularExponent","stdDeviation","tableValues","viewBox","gradientTransform","pathLength","startOffset","textLength","lengthAdjust"]);function jR(t,e,n,i){gg(t,e,void 0,i);for(const o in e.attrs)t.setAttribute(yg.has(o)?o:uc(o),e.attrs[o])}class XR extends mg{constructor(){super(...arguments),this.type="svg",this.isSVGTag=!1,this.measureInstanceViewportBox=St}getBaseTargetFromProps(e,n){return e[n]}readValueFromInstance(e,n){if(gi.has(n)){const i=xm(n);return i&&i.default||0}return n=yg.has(n)?n:uc(n),e.getAttribute(n)}scrapeMotionValuesFromProps(e,n,i){return Zm(e,n,i)}build(e,n,i){Ym(e,n,this.isSVGTag,i.transformTemplate,i.style)}renderInstance(e,n,i,o){jR(e,n,i,o)}mount(e){this.isSVGTag=Jm(e.tagName),super.mount(e)}}const ZR=(t,e)=>oc(t)?new XR(e):new JR(e,{allowProjection:t!==A.Fragment});function Ei(t,e,n){const i=t.getProps();return ac(i,e,n!==void 0?n:i.custom,t)}const mc=t=>Array.isArray(t);function $R(t,e,n){t.hasValue(e)?t.getValue(e).set(n):t.addValue(e,yi(n))}function ek(t){return mc(t)?t[t.length-1]||0:t}function tk(t,e){const n=Ei(t,e);let{transitionEnd:i={},transition:o={},...l}=n||{};l={...l,...i};for(const u in l){const c=ek(l[u]);$R(t,u,c)}}function nk(t){return!!(Ft(t)&&t.add)}function gc(t,e){const n=t.getValue("willChange");if(nk(n))return n.add(e);if(!n&&$n.WillChange){const i=new $n.WillChange("auto");t.addValue("willChange",i),i.add(e)}}function vg(t){return t.props[$m]}const rk=t=>t!==null;function ik(t,{repeat:e,repeatType:n="loop"},i){const o=t.filter(rk),l=e&&n!=="loop"&&e%2===1?0:o.length-1;return o[l]}const sk={type:"spring",stiffness:500,damping:25,restSpeed:10},ok=t=>({type:"spring",stiffness:550,damping:t===0?2*Math.sqrt(550):30,restSpeed:10}),ak={type:"keyframes",duration:.8},lk={type:"keyframes",ease:[.25,.1,.35,1],duration:.3},uk=(t,{keyframes:e})=>e.length>2?ak:gi.has(t)?t.startsWith("scale")?ok(e[1]):sk:lk;function ck({when:t,delay:e,delayChildren:n,staggerChildren:i,staggerDirection:o,repeat:l,repeatType:u,repeatDelay:c,from:d,elapsed:h,...p}){return!!Object.keys(p).length}const yc=(t,e,n,i={},o,l)=>u=>{const c=Ju(i,t)||{},d=c.delay||i.delay||0;let{elapsed:h=0}=i;h=h-Nn(d);const p={keyframes:Array.isArray(n)?n:[null,n],ease:"easeOut",velocity:e.getVelocity(),...c,delay:-h,onUpdate:b=>{e.set(b),c.onUpdate&&c.onUpdate(b)},onComplete:()=>{u(),c.onComplete&&c.onComplete()},name:t,motionValue:e,element:l?void 0:o};ck(c)||Object.assign(p,uk(t,p)),p.duration&&(p.duration=Nn(p.duration)),p.repeatDelay&&(p.repeatDelay=Nn(p.repeatDelay)),p.from!==void 0&&(p.keyframes[0]=p.from);let g=!1;if((p.type===!1||p.duration===0&&!p.repeatDelay)&&(Qu(p),p.delay===0&&(g=!0)),($n.instantAnimations||$n.skipAnimations)&&(g=!0,Qu(p),p.delay=0),p.allowFlatten=!c.type&&!c.ease,g&&!l&&e.get()!==void 0){const b=ik(p.keyframes,c);if(b!==void 0){ct.update(()=>{p.onUpdate(b),p.onComplete()});return}}return c.isSync?new qu(p):new M2(p)};function fk({protectedKeys:t,needsAnimating:e},n){const i=t.hasOwnProperty(n)&&e[n]!==!0;return e[n]=!1,i}function wg(t,e,{delay:n=0,transitionOverride:i,type:o}={}){let{transition:l=t.getDefaultTransition(),transitionEnd:u,...c}=e;i&&(l=i);const d=[],h=o&&t.animationState&&t.animationState.getState()[o];for(const p in c){const g=t.getValue(p,t.latestValues[p]??null),b=c[p];if(b===void 0||h&&fk(h,p))continue;const v={delay:n,...Ju(l||{},p)},x=g.get();if(x!==void 0&&!g.isAnimating&&!Array.isArray(b)&&b===x&&!v.velocity)continue;let R=!1;if(window.MotionHandoffAnimation){const L=vg(t);if(L){const M=window.MotionHandoffAnimation(L,p,ct);M!==null&&(v.startTime=M,R=!0)}}gc(t,p),g.start(yc(p,g,b,t.shouldReduceMotion&&bm.has(p)?{type:!1}:v,t,R));const q=g.animation;q&&d.push(q)}return u&&Promise.all(d).then(()=>{ct.update(()=>{u&&tk(t,u)})}),d}function bg(t,e,n,i=0,o=1){const l=Array.from(t).sort((h,p)=>h.sortNodePosition(p)).indexOf(e),u=t.size,c=(u-1)*i;return typeof n=="function"?n(l,u):o===1?l*i:c-l*i}function vc(t,e,n={}){const i=Ei(t,e,n.type==="exit"?t.presenceContext?.custom:void 0);let{transition:o=t.getDefaultTransition()||{}}=i||{};n.transitionOverride&&(o=n.transitionOverride);const l=i?()=>Promise.all(wg(t,i,n)):()=>Promise.resolve(),u=t.variantChildren&&t.variantChildren.size?(d=0)=>{const{delayChildren:h=0,staggerChildren:p,staggerDirection:g}=o;return dk(t,e,d,h,p,g,n)}:()=>Promise.resolve(),{when:c}=o;if(c){const[d,h]=c==="beforeChildren"?[l,u]:[u,l];return d().then(()=>h())}else return Promise.all([l(),u(n.delay)])}function dk(t,e,n=0,i=0,o=0,l=1,u){const c=[];for(const d of t.variantChildren)d.notify("AnimationStart",e),c.push(vc(d,e,{...u,delay:n+(typeof i=="function"?0:i)+bg(t.variantChildren,d,i,o,l)}).then(()=>d.notify("AnimationComplete",e)));return Promise.all(c)}function hk(t,e,n={}){t.notify("AnimationStart",e);let i;if(Array.isArray(e)){const o=e.map(l=>vc(t,l,n));i=Promise.all(o)}else if(typeof e=="string")i=vc(t,e,n);else{const o=typeof e=="function"?Ei(t,e,n.custom):e;i=Promise.all(wg(t,o,n))}return i.then(()=>{t.notify("AnimationComplete",e)})}function Sg(t,e){if(!Array.isArray(e))return!1;const n=e.length;if(n!==t.length)return!1;for(let i=0;i<n;i++)if(e[i]!==t[i])return!1;return!0}const pk=rc.length;function Ag(t){if(!t)return;if(!t.isControllingVariants){const n=t.parent?Ag(t.parent)||{}:{};return t.props.initial!==void 0&&(n.initial=t.props.initial),n}const e={};for(let n=0;n<pk;n++){const i=rc[n],o=t.props[i];(hs(o)||o===!1)&&(e[i]=o)}return e}const mk=[...nc].reverse(),gk=nc.length;function yk(t){return e=>Promise.all(e.map(({animation:n,options:i})=>hk(t,n,i)))}function vk(t){let e=yk(t),n=Eg(),i=!0;const o=d=>(h,p)=>{const g=Ei(t,p,d==="exit"?t.presenceContext?.custom:void 0);if(g){const{transition:b,transitionEnd:v,...x}=g;h={...h,...x,...v}}return h};function l(d){e=d(t)}function u(d){const{props:h}=t,p=Ag(t.parent)||{},g=[],b=new Set;let v={},x=1/0;for(let q=0;q<gk;q++){const L=mk[q],M=n[L],O=h[L]!==void 0?h[L]:p[L],G=hs(O),H=L===d?M.isActive:null;H===!1&&(x=q);let Q=O===p[L]&&O!==h[L]&&G;if(Q&&i&&t.manuallyAnimateOnMount&&(Q=!1),M.protectedKeys={...v},!M.isActive&&H===null||!O&&!M.prevProp||Ho(O)||typeof O=="boolean")continue;const J=wk(M.prevProp,O);let Y=J||L===d&&M.isActive&&!Q&&G||q>x&&G,pe=!1;const se=Array.isArray(O)?O:[O];let oe=se.reduce(o(L),{});H===!1&&(oe={});const{prevResolvedValues:Pe={}}=M,Ve={...Pe,...oe},Ee=ye=>{Y=!0,b.has(ye)&&(pe=!0,b.delete(ye)),M.needsAnimating[ye]=!0;const Le=t.getValue(ye);Le&&(Le.liveStyle=!1)};for(const ye in Ve){const Le=oe[ye],ce=Pe[ye];if(v.hasOwnProperty(ye))continue;let ae=!1;mc(Le)&&mc(ce)?ae=!Sg(Le,ce):ae=Le!==ce,ae?Le!=null?Ee(ye):b.add(ye):Le!==void 0&&b.has(ye)?Ee(ye):M.protectedKeys[ye]=!0}M.prevProp=O,M.prevResolvedValues=oe,M.isActive&&(v={...v,...oe}),i&&t.blockInitialAnimation&&(Y=!1);const ft=Q&&J;Y&&(!ft||pe)&&g.push(...se.map(ye=>{const Le={type:L};if(typeof ye=="string"&&i&&!ft&&t.manuallyAnimateOnMount&&t.parent){const{parent:ce}=t,ae=Ei(ce,ye);if(ce.enteringChildren&&ae){const{delayChildren:fe}=ae.transition||{};Le.delay=bg(ce.enteringChildren,t,fe)}}return{animation:ye,options:Le}}))}if(b.size){const q={};if(typeof h.initial!="boolean"){const L=Ei(t,Array.isArray(h.initial)?h.initial[0]:h.initial);L&&L.transition&&(q.transition=L.transition)}b.forEach(L=>{const M=t.getBaseTarget(L),O=t.getValue(L);O&&(O.liveStyle=!0),q[L]=M??null}),g.push({animation:q})}let R=!!g.length;return i&&(h.initial===!1||h.initial===h.animate)&&!t.manuallyAnimateOnMount&&(R=!1),i=!1,R?e(g):Promise.resolve()}function c(d,h){if(n[d].isActive===h)return Promise.resolve();t.variantChildren?.forEach(g=>g.animationState?.setActive(d,h)),n[d].isActive=h;const p=u(d);for(const g in n)n[g].protectedKeys={};return p}return{animateChanges:u,setActive:c,setAnimateFunction:l,getState:()=>n,reset:()=>{n=Eg()}}}function wk(t,e){return typeof e=="string"?e!==t:Array.isArray(e)?!Sg(e,t):!1}function Hr(t=!1){return{isActive:t,protectedKeys:{},needsAnimating:{},prevResolvedValues:{}}}function Eg(){return{animate:Hr(!0),whileInView:Hr(),whileHover:Hr(),whileTap:Hr(),whileDrag:Hr(),whileFocus:Hr(),exit:Hr()}}class br{constructor(e){this.isMounted=!1,this.node=e}update(){}}class bk extends br{constructor(e){super(e),e.animationState||(e.animationState=vk(e))}updateAnimationControlsSubscription(){const{animate:e}=this.node.getProps();Ho(e)&&(this.unmountControls=e.subscribe(this.node))}mount(){this.updateAnimationControlsSubscription()}update(){const{animate:e}=this.node.getProps(),{animate:n}=this.node.prevProps||{};e!==n&&this.updateAnimationControlsSubscription()}unmount(){this.node.animationState.reset(),this.unmountControls?.()}}let Sk=0;class Ak extends br{constructor(){super(...arguments),this.id=Sk++}update(){if(!this.node.presenceContext)return;const{isPresent:e,onExitComplete:n}=this.node.presenceContext,{isPresent:i}=this.node.prevPresenceContext||{};if(!this.node.animationState||e===i)return;const o=this.node.animationState.setActive("exit",!e);n&&!e&&o.then(()=>{n(this.id)})}mount(){const{register:e,onExitComplete:n}=this.node.presenceContext||{};n&&n(this.id),e&&(this.unmount=e(this.id))}unmount(){}}const Ek={animation:{Feature:bk},exit:{Feature:Ak}};function ms(t,e,n,i={passive:!0}){return t.addEventListener(e,n,i),()=>t.removeEventListener(e,n)}function gs(t){return{point:{x:t.pageX,y:t.pageY}}}const Tk=t=>e=>$u(e)&&t(e,gs(e));function ys(t,e,n,i){return ms(t,e,Tk(n),i)}const Tg=1e-4,xk=1-Tg,Ck=1+Tg,xg=.01,Rk=0-xg,kk=0+xg;function _t(t){return t.max-t.min}function Vk(t,e,n){return Math.abs(t-e)<=n}function Cg(t,e,n,i=.5){t.origin=i,t.originPoint=pt(e.min,e.max,t.origin),t.scale=_t(n)/_t(e),t.translate=pt(n.min,n.max,t.origin)-t.originPoint,(t.scale>=xk&&t.scale<=Ck||isNaN(t.scale))&&(t.scale=1),(t.translate>=Rk&&t.translate<=kk||isNaN(t.translate))&&(t.translate=0)}function vs(t,e,n,i){Cg(t.x,e.x,n.x,i?i.originX:void 0),Cg(t.y,e.y,n.y,i?i.originY:void 0)}function Rg(t,e,n){t.min=n.min+e.min,t.max=t.min+_t(e)}function Ik(t,e,n){Rg(t.x,e.x,n.x),Rg(t.y,e.y,n.y)}function kg(t,e,n){t.min=e.min-n.min,t.max=t.min+_t(e)}function ws(t,e,n){kg(t.x,e.x,n.x),kg(t.y,e.y,n.y)}function mn(t){return[t("x"),t("y")]}const Vg=({current:t})=>t?t.ownerDocument.defaultView:null,Ig=(t,e)=>Math.abs(t-e);function Mk(t,e){const n=Ig(t.x,e.x),i=Ig(t.y,e.y);return Math.sqrt(n**2+i**2)}class Mg{constructor(e,n,{transformPagePoint:i,contextWindow:o=window,dragSnapToOrigin:l=!1,distanceThreshold:u=3}={}){if(this.startEvent=null,this.lastMoveEvent=null,this.lastMoveEventInfo=null,this.handlers={},this.contextWindow=window,this.updatePoint=()=>{if(!(this.lastMoveEvent&&this.lastMoveEventInfo))return;const b=bc(this.lastMoveEventInfo,this.history),v=this.startEvent!==null,x=Mk(b.offset,{x:0,y:0})>=this.distanceThreshold;if(!v&&!x)return;const{point:R}=b,{timestamp:q}=Dt;this.history.push({...R,timestamp:q});const{onStart:L,onMove:M}=this.handlers;v||(L&&L(this.lastMoveEvent,b),this.startEvent=this.lastMoveEvent),M&&M(this.lastMoveEvent,b)},this.handlePointerMove=(b,v)=>{this.lastMoveEvent=b,this.lastMoveEventInfo=wc(v,this.transformPagePoint),ct.update(this.updatePoint,!0)},this.handlePointerUp=(b,v)=>{this.end();const{onEnd:x,onSessionEnd:R,resumeAnimation:q}=this.handlers;if(this.dragSnapToOrigin&&q&&q(),!(this.lastMoveEvent&&this.lastMoveEventInfo))return;const L=bc(b.type==="pointercancel"?this.lastMoveEventInfo:wc(v,this.transformPagePoint),this.history);this.startEvent&&x&&x(b,L),R&&R(b,L)},!$u(e))return;this.dragSnapToOrigin=l,this.handlers=n,this.transformPagePoint=i,this.distanceThreshold=u,this.contextWindow=o||window;const c=gs(e),d=wc(c,this.transformPagePoint),{point:h}=d,{timestamp:p}=Dt;this.history=[{...h,timestamp:p}];const{onSessionStart:g}=n;g&&g(e,bc(d,this.history)),this.removeListeners=ss(ys(this.contextWindow,"pointermove",this.handlePointerMove),ys(this.contextWindow,"pointerup",this.handlePointerUp),ys(this.contextWindow,"pointercancel",this.handlePointerUp))}updateHandlers(e){this.handlers=e}end(){this.removeListeners&&this.removeListeners(),yr(this.updatePoint)}}function wc(t,e){return e?{point:e(t.point)}:t}function Ng(t,e){return{x:t.x-e.x,y:t.y-e.y}}function bc({point:t},e){return{point:t,delta:Ng(t,Lg(e)),offset:Ng(t,Nk(e)),velocity:Lk(e,.1)}}function Nk(t){return t[0]}function Lg(t){return t[t.length-1]}function Lk(t,e){if(t.length<2)return{x:0,y:0};let n=t.length-1,i=null;const o=Lg(t);for(;n>=0&&(i=t[n],!(o.timestamp-i.timestamp>Nn(e)));)n--;if(!i)return{x:0,y:0};const l=pn(o.timestamp-i.timestamp);if(l===0)return{x:0,y:0};const u={x:(o.x-i.x)/l,y:(o.y-i.y)/l};return u.x===1/0&&(u.x=0),u.y===1/0&&(u.y=0),u}function Dk(t,{min:e,max:n},i){return e!==void 0&&t<e?t=i?pt(e,t,i.min):Math.max(t,e):n!==void 0&&t>n&&(t=i?pt(n,t,i.max):Math.min(t,n)),t}function Dg(t,e,n){return{min:e!==void 0?t.min+e:void 0,max:n!==void 0?t.max+n-(t.max-t.min):void 0}}function Pk(t,{top:e,left:n,bottom:i,right:o}){return{x:Dg(t.x,n,o),y:Dg(t.y,e,i)}}function Pg(t,e){let n=e.min-t.min,i=e.max-t.max;return e.max-e.min<t.max-t.min&&([n,i]=[i,n]),{min:n,max:i}}function Ok(t,e){return{x:Pg(t.x,e.x),y:Pg(t.y,e.y)}}function Uk(t,e){let n=.5;const i=_t(t),o=_t(e);return o>i?n=os(e.min,e.max-i,t.min):i>o&&(n=os(t.min,t.max-o,e.min)),Xn(0,1,n)}function Bk(t,e){const n={};return e.min!==void 0&&(n.min=e.min-t.min),e.max!==void 0&&(n.max=e.max-t.min),n}const Sc=.35;function qk(t=Sc){return t===!1?t=0:t===!0&&(t=Sc),{x:Og(t,"left","right"),y:Og(t,"top","bottom")}}function Og(t,e,n){return{min:Ug(t,e),max:Ug(t,n)}}function Ug(t,e){return typeof t=="number"?t:t[e]||0}const Fk=new WeakMap;class Wk{constructor(e){this.openDragLock=null,this.isDragging=!1,this.currentDirection=null,this.originPoint={x:0,y:0},this.constraints=!1,this.hasMutatedConstraints=!1,this.elastic=St(),this.latestPointerEvent=null,this.latestPanInfo=null,this.visualElement=e}start(e,{snapToCursor:n=!1,distanceThreshold:i}={}){const{presenceContext:o}=this.visualElement;if(o&&o.isPresent===!1)return;const l=g=>{const{dragSnapToOrigin:b}=this.getProps();b?this.pauseAnimation():this.stopAnimation(),n&&this.snapToCursor(gs(g).point)},u=(g,b)=>{const{drag:v,dragPropagation:x,onDragStart:R}=this.getProps();if(v&&!x&&(this.openDragLock&&this.openDragLock(),this.openDragLock=Y2(v),!this.openDragLock))return;this.latestPointerEvent=g,this.latestPanInfo=b,this.isDragging=!0,this.currentDirection=null,this.resolveConstraints(),this.visualElement.projection&&(this.visualElement.projection.isAnimationBlocked=!0,this.visualElement.projection.target=void 0),mn(L=>{let M=this.getAxisMotionValue(L).get()||0;if(Kn.test(M)){const{projection:O}=this.visualElement;if(O&&O.layout){const G=O.layout.layoutBox[L];G&&(M=_t(G)*(parseFloat(M)/100))}}this.originPoint[L]=M}),R&&ct.postRender(()=>R(g,b)),gc(this.visualElement,"transform");const{animationState:q}=this.visualElement;q&&q.setActive("whileDrag",!0)},c=(g,b)=>{this.latestPointerEvent=g,this.latestPanInfo=b;const{dragPropagation:v,dragDirectionLock:x,onDirectionLock:R,onDrag:q}=this.getProps();if(!v&&!this.openDragLock)return;const{offset:L}=b;if(x&&this.currentDirection===null){this.currentDirection=Kk(L),this.currentDirection!==null&&R&&R(this.currentDirection);return}this.updateAxis("x",b.point,L),this.updateAxis("y",b.point,L),this.visualElement.render(),q&&q(g,b)},d=(g,b)=>{this.latestPointerEvent=g,this.latestPanInfo=b,this.stop(g,b),this.latestPointerEvent=null,this.latestPanInfo=null},h=()=>mn(g=>this.getAnimationState(g)==="paused"&&this.getAxisMotionValue(g).animation?.play()),{dragSnapToOrigin:p}=this.getProps();this.panSession=new Mg(e,{onSessionStart:l,onStart:u,onMove:c,onSessionEnd:d,resumeAnimation:h},{transformPagePoint:this.visualElement.getTransformPagePoint(),dragSnapToOrigin:p,distanceThreshold:i,contextWindow:Vg(this.visualElement)})}stop(e,n){const i=e||this.latestPointerEvent,o=n||this.latestPanInfo,l=this.isDragging;if(this.cancel(),!l||!o||!i)return;const{velocity:u}=o;this.startAnimation(u);const{onDragEnd:c}=this.getProps();c&&ct.postRender(()=>c(i,o))}cancel(){this.isDragging=!1;const{projection:e,animationState:n}=this.visualElement;e&&(e.isAnimationBlocked=!1),this.panSession&&this.panSession.end(),this.panSession=void 0;const{dragPropagation:i}=this.getProps();!i&&this.openDragLock&&(this.openDragLock(),this.openDragLock=null),n&&n.setActive("whileDrag",!1)}updateAxis(e,n,i){const{drag:o}=this.getProps();if(!i||!Yo(e,o,this.currentDirection))return;const l=this.getAxisMotionValue(e);let u=this.originPoint[e]+i[e];this.constraints&&this.constraints[e]&&(u=Dk(u,this.constraints[e],this.elastic[e])),l.set(u)}resolveConstraints(){const{dragConstraints:e,dragElastic:n}=this.getProps(),i=this.visualElement.projection&&!this.visualElement.projection.layout?this.visualElement.projection.measure(!1):this.visualElement.projection?.layout,o=this.constraints;e&&wi(e)?this.constraints||(this.constraints=this.resolveRefConstraints()):e&&i?this.constraints=Pk(i.layoutBox,e):this.constraints=!1,this.elastic=qk(n),o!==this.constraints&&i&&this.constraints&&!this.hasMutatedConstraints&&mn(l=>{this.constraints!==!1&&this.getAxisMotionValue(l)&&(this.constraints[l]=Bk(i.layoutBox[l],this.constraints[l]))})}resolveRefConstraints(){const{dragConstraints:e,onMeasureDragConstraints:n}=this.getProps();if(!e||!wi(e))return!1;const i=e.current;Zn(i!==null,"If `dragConstraints` is set as a React ref, that ref must be passed to another component's `ref` prop.","drag-constraints-ref");const{projection:o}=this.visualElement;if(!o||!o.layout)return!1;const l=HR(i,o.root,this.visualElement.getTransformPagePoint());let u=Ok(o.layout.layoutBox,l);if(n){const c=n(FR(u));this.hasMutatedConstraints=!!c,c&&(u=ng(c))}return u}startAnimation(e){const{drag:n,dragMomentum:i,dragElastic:o,dragTransition:l,dragSnapToOrigin:u,onDragTransitionEnd:c}=this.getProps(),d=this.constraints||{},h=mn(p=>{if(!Yo(p,n,this.currentDirection))return;let g=d&&d[p]||{};u&&(g={min:0,max:0});const b=o?200:1e6,v=o?40:1e7,x={type:"inertia",velocity:i?e[p]:0,bounceStiffness:b,bounceDamping:v,timeConstant:750,restDelta:1,restSpeed:10,...l,...g};return this.startAxisValueAnimation(p,x)});return Promise.all(h).then(c)}startAxisValueAnimation(e,n){const i=this.getAxisMotionValue(e);return gc(this.visualElement,e),i.start(yc(e,i,0,n,this.visualElement,!1))}stopAnimation(){mn(e=>this.getAxisMotionValue(e).stop())}pauseAnimation(){mn(e=>this.getAxisMotionValue(e).animation?.pause())}getAnimationState(e){return this.getAxisMotionValue(e).animation?.state}getAxisMotionValue(e){const n=`_drag${e.toUpperCase()}`,i=this.visualElement.getProps(),o=i[n];return o||this.visualElement.getValue(e,(i.initial?i.initial[e]:void 0)||0)}snapToCursor(e){mn(n=>{const{drag:i}=this.getProps();if(!Yo(n,i,this.currentDirection))return;const{projection:o}=this.visualElement,l=this.getAxisMotionValue(n);if(o&&o.layout){const{min:u,max:c}=o.layout.layoutBox[n];l.set(e[n]-pt(u,c,.5))}})}scalePositionWithinConstraints(){if(!this.visualElement.current)return;const{drag:e,dragConstraints:n}=this.getProps(),{projection:i}=this.visualElement;if(!wi(n)||!i||!this.constraints)return;this.stopAnimation();const o={x:0,y:0};mn(u=>{const c=this.getAxisMotionValue(u);if(c&&this.constraints!==!1){const d=c.get();o[u]=Uk({min:d,max:d},this.constraints[u])}});const{transformTemplate:l}=this.visualElement.getProps();this.visualElement.current.style.transform=l?l({},""):"none",i.root&&i.root.updateScroll(),i.updateLayout(),this.resolveConstraints(),mn(u=>{if(!Yo(u,e,null))return;const c=this.getAxisMotionValue(u),{min:d,max:h}=this.constraints[u];c.set(pt(d,h,o[u]))})}addListeners(){if(!this.visualElement.current)return;Fk.set(this.visualElement,this);const e=this.visualElement.current,n=ys(e,"pointerdown",d=>{const{drag:h,dragListener:p=!0}=this.getProps();h&&p&&this.start(d)}),i=()=>{const{dragConstraints:d}=this.getProps();wi(d)&&d.current&&(this.constraints=this.resolveRefConstraints())},{projection:o}=this.visualElement,l=o.addEventListener("measure",i);o&&!o.layout&&(o.root&&o.root.updateScroll(),o.updateLayout()),ct.read(i);const u=ms(window,"resize",()=>this.scalePositionWithinConstraints()),c=o.addEventListener("didUpdate",(({delta:d,hasLayoutChanged:h})=>{this.isDragging&&h&&(mn(p=>{const g=this.getAxisMotionValue(p);g&&(this.originPoint[p]+=d[p].translate,g.set(g.get()+d[p].translate))}),this.visualElement.render())}));return()=>{u(),n(),l(),c&&c()}}getProps(){const e=this.visualElement.getProps(),{drag:n=!1,dragDirectionLock:i=!1,dragPropagation:o=!1,dragConstraints:l=!1,dragElastic:u=Sc,dragMomentum:c=!0}=e;return{...e,drag:n,dragDirectionLock:i,dragPropagation:o,dragConstraints:l,dragElastic:u,dragMomentum:c}}}function Yo(t,e,n){return(e===!0||e===t)&&(n===null||n===t)}function Kk(t,e=10){let n=null;return Math.abs(t.y)>e?n="y":Math.abs(t.x)>e&&(n="x"),n}class Hk extends br{constructor(e){super(e),this.removeGroupControls=hn,this.removeListeners=hn,this.controls=new Wk(e)}mount(){const{dragControls:e}=this.node.getProps();e&&(this.removeGroupControls=e.subscribe(this.controls)),this.removeListeners=this.controls.addListeners()||hn}unmount(){this.removeGroupControls(),this.removeListeners()}}const Bg=t=>(e,n)=>{t&&ct.postRender(()=>t(e,n))};class zk extends br{constructor(){super(...arguments),this.removePointerDownListener=hn}onPointerDown(e){this.session=new Mg(e,this.createPanHandlers(),{transformPagePoint:this.node.getTransformPagePoint(),contextWindow:Vg(this.node)})}createPanHandlers(){const{onPanSessionStart:e,onPanStart:n,onPan:i,onPanEnd:o}=this.node.getProps();return{onSessionStart:Bg(e),onStart:Bg(n),onMove:i,onEnd:(l,u)=>{delete this.session,o&&ct.postRender(()=>o(l,u))}}}mount(){this.removePointerDownListener=ys(this.node.current,"pointerdown",e=>this.onPointerDown(e))}update(){this.session&&this.session.updateHandlers(this.createPanHandlers())}unmount(){this.removePointerDownListener(),this.session&&this.session.end()}}const Qo={hasAnimatedSinceResize:!0,hasEverUpdated:!1};function qg(t,e){return e.max===e.min?0:t/(e.max-e.min)*100}const bs={correct:(t,e)=>{if(!e.target)return t;if(typeof t=="string")if(Ae.test(t))t=parseFloat(t);else return t;const n=qg(t,e.target.x),i=qg(t,e.target.y);return`${n}% ${i}%`}},_k={correct:(t,{treeScale:e,projectionDelta:n})=>{const i=t,o=wr.parse(t);if(o.length>5)return i;const l=wr.createTransformer(t),u=typeof o[0]!="number"?1:0,c=n.x.scale*e.x,d=n.y.scale*e.y;o[0+u]/=c,o[1+u]/=d;const h=pt(c,d,.5);return typeof o[2+u]=="number"&&(o[2+u]/=h),typeof o[3+u]=="number"&&(o[3+u]/=h),l(o)}};let Ac=!1;class Gk extends A.Component{componentDidMount(){const{visualElement:e,layoutGroup:n,switchLayoutGroup:i,layoutId:o}=this.props,{projection:l}=e;mR(Yk),l&&(n.group&&n.group.add(l),i&&i.register&&o&&i.register(l),Ac&&l.root.didUpdate(),l.addEventListener("animationComplete",()=>{this.safeToRemove()}),l.setOptions({...l.options,onExitComplete:()=>this.safeToRemove()})),Qo.hasEverUpdated=!0}getSnapshotBeforeUpdate(e){const{layoutDependency:n,visualElement:i,drag:o,isPresent:l}=this.props,{projection:u}=i;return u&&(u.isPresent=l,Ac=!0,o||e.layoutDependency!==n||n===void 0||e.isPresent!==l?u.willUpdate():this.safeToRemove(),e.isPresent!==l&&(l?u.promote():u.relegate()||ct.postRender(()=>{const c=u.getStack();(!c||!c.members.length)&&this.safeToRemove()}))),null}componentDidUpdate(){const{projection:e}=this.props.visualElement;e&&(e.root.didUpdate(),Zu.postRender(()=>{!e.currentAnimation&&e.isLead()&&this.safeToRemove()}))}componentWillUnmount(){const{visualElement:e,layoutGroup:n,switchLayoutGroup:i}=this.props,{projection:o}=e;Ac=!0,o&&(o.scheduleCheckAfterUnmount(),n&&n.group&&n.group.remove(o),i&&i.deregister&&i.deregister(o))}safeToRemove(){const{safeToRemove:e}=this.props;e&&e()}render(){return null}}function Fg(t){const[e,n]=Bm(),i=A.useContext(fu);return Z.jsx(Gk,{...t,layoutGroup:i,switchLayoutGroup:A.useContext(eg),isPresent:e,safeToRemove:n})}const Yk={borderRadius:{...bs,applyTo:["borderTopLeftRadius","borderTopRightRadius","borderBottomLeftRadius","borderBottomRightRadius"]},borderTopLeftRadius:bs,borderTopRightRadius:bs,borderBottomLeftRadius:bs,borderBottomRightRadius:bs,boxShadow:_k};function Qk(t,e,n){const i=Ft(t)?t:yi(t);return i.start(yc("",i,e,n)),i.animation}const Jk=(t,e)=>t.depth-e.depth;class jk{constructor(){this.children=[],this.isDirty=!1}add(e){pu(this.children,e),this.isDirty=!0}remove(e){mu(this.children,e),this.isDirty=!0}forEach(e){this.isDirty&&this.children.sort(Jk),this.isDirty=!1,this.children.forEach(e)}}function Xk(t,e){const n=jt.now(),i=({timestamp:o})=>{const l=o-n;l>=e&&(yr(i),t(l-e))};return ct.setup(i,!0),()=>yr(i)}const Wg=["TopLeft","TopRight","BottomLeft","BottomRight"],Zk=Wg.length,Kg=t=>typeof t=="string"?parseFloat(t):t,Hg=t=>typeof t=="number"||Ae.test(t);function $k(t,e,n,i,o,l){o?(t.opacity=pt(0,n.opacity??1,eV(i)),t.opacityExit=pt(e.opacity??1,0,tV(i))):l&&(t.opacity=pt(e.opacity??1,n.opacity??1,i));for(let u=0;u<Zk;u++){const c=`border${Wg[u]}Radius`;let d=zg(e,c),h=zg(n,c);if(d===void 0&&h===void 0)continue;d||(d=0),h||(h=0),d===0||h===0||Hg(d)===Hg(h)?(t[c]=Math.max(pt(Kg(d),Kg(h),i),0),(Kn.test(h)||Kn.test(d))&&(t[c]+="%")):t[c]=h}(e.rotate||n.rotate)&&(t.rotate=pt(e.rotate||0,n.rotate||0,i))}function zg(t,e){return t[e]!==void 0?t[e]:t.borderRadius}const eV=_g(0,.5,Up),tV=_g(.5,.95,hn);function _g(t,e,n){return i=>i<t?0:i>e?1:n(os(t,e,i))}function Gg(t,e){t.min=e.min,t.max=e.max}function gn(t,e){Gg(t.x,e.x),Gg(t.y,e.y)}function Yg(t,e){t.translate=e.translate,t.scale=e.scale,t.originPoint=e.originPoint,t.origin=e.origin}function Qg(t,e,n,i,o){return t-=e,t=Go(t,1/n,i),o!==void 0&&(t=Go(t,1/o,i)),t}function nV(t,e=0,n=1,i=.5,o,l=t,u=t){if(Kn.test(e)&&(e=parseFloat(e),e=pt(u.min,u.max,e/100)-u.min),typeof e!="number")return;let c=pt(l.min,l.max,i);t===l&&(c-=e),t.min=Qg(t.min,e,n,c,o),t.max=Qg(t.max,e,n,c,o)}function Jg(t,e,[n,i,o],l,u){nV(t,e[n],e[i],e[o],e.scale,l,u)}const rV=["x","scaleX","originX"],iV=["y","scaleY","originY"];function jg(t,e,n,i){Jg(t.x,e,rV,n?n.x:void 0,i?i.x:void 0),Jg(t.y,e,iV,n?n.y:void 0,i?i.y:void 0)}function Xg(t){return t.translate===0&&t.scale===1}function Zg(t){return Xg(t.x)&&Xg(t.y)}function $g(t,e){return t.min===e.min&&t.max===e.max}function sV(t,e){return $g(t.x,e.x)&&$g(t.y,e.y)}function e0(t,e){return Math.round(t.min)===Math.round(e.min)&&Math.round(t.max)===Math.round(e.max)}function t0(t,e){return e0(t.x,e.x)&&e0(t.y,e.y)}function n0(t){return _t(t.x)/_t(t.y)}function r0(t,e){return t.translate===e.translate&&t.scale===e.scale&&t.originPoint===e.originPoint}class oV{constructor(){this.members=[]}add(e){pu(this.members,e),e.scheduleRender()}remove(e){if(mu(this.members,e),e===this.prevLead&&(this.prevLead=void 0),e===this.lead){const n=this.members[this.members.length-1];n&&this.promote(n)}}relegate(e){const n=this.members.findIndex(o=>e===o);if(n===0)return!1;let i;for(let o=n;o>=0;o--){const l=this.members[o];if(l.isPresent!==!1){i=l;break}}return i?(this.promote(i),!0):!1}promote(e,n){const i=this.lead;if(e!==i&&(this.prevLead=i,this.lead=e,e.show(),i)){i.instance&&i.scheduleRender(),e.scheduleRender(),e.resumeFrom=i,n&&(e.resumeFrom.preserveOpacity=!0),i.snapshot&&(e.snapshot=i.snapshot,e.snapshot.latestValues=i.animationValues||i.latestValues),e.root&&e.root.isUpdating&&(e.isLayoutDirty=!0);const{crossfade:o}=e.options;o===!1&&i.hide()}}exitAnimationComplete(){this.members.forEach(e=>{const{options:n,resumingFrom:i}=e;n.onExitComplete&&n.onExitComplete(),i&&i.options.onExitComplete&&i.options.onExitComplete()})}scheduleRender(){this.members.forEach(e=>{e.instance&&e.scheduleRender(!1)})}removeLeadSnapshot(){this.lead&&this.lead.snapshot&&(this.lead.snapshot=void 0)}}function aV(t,e,n){let i="";const o=t.x.translate/e.x,l=t.y.translate/e.y,u=n?.z||0;if((o||l||u)&&(i=`translate3d(${o}px, ${l}px, ${u}px) `),(e.x!==1||e.y!==1)&&(i+=`scale(${1/e.x}, ${1/e.y}) `),n){const{transformPerspective:h,rotate:p,rotateX:g,rotateY:b,skewX:v,skewY:x}=n;h&&(i=`perspective(${h}px) ${i}`),p&&(i+=`rotate(${p}deg) `),g&&(i+=`rotateX(${g}deg) `),b&&(i+=`rotateY(${b}deg) `),v&&(i+=`skewX(${v}deg) `),x&&(i+=`skewY(${x}deg) `)}const c=t.x.scale*e.x,d=t.y.scale*e.y;return(c!==1||d!==1)&&(i+=`scale(${c}, ${d})`),i||"none"}const Ec=["","X","Y","Z"],lV=1e3;let uV=0;function Tc(t,e,n,i){const{latestValues:o}=e;o[t]&&(n[t]=o[t],e.setStaticValue(t,0),i&&(i[t]=0))}function i0(t){if(t.hasCheckedOptimisedAppear=!0,t.root===t)return;const{visualElement:e}=t.options;if(!e)return;const n=vg(e);if(window.MotionHasOptimisedAnimation(n,"transform")){const{layout:o,layoutId:l}=t.options;window.MotionCancelOptimisedAnimation(n,"transform",ct,!(o||l))}const{parent:i}=t;i&&!i.hasCheckedOptimisedAppear&&i0(i)}function s0({attachResizeListener:t,defaultParent:e,measureScroll:n,checkIsScrollRoot:i,resetTransform:o}){return class{constructor(u={},c=e?.()){this.id=uV++,this.animationId=0,this.animationCommitId=0,this.children=new Set,this.options={},this.isTreeAnimating=!1,this.isAnimationBlocked=!1,this.isLayoutDirty=!1,this.isProjectionDirty=!1,this.isSharedProjectionDirty=!1,this.isTransformDirty=!1,this.updateManuallyBlocked=!1,this.updateBlockedByResize=!1,this.isUpdating=!1,this.isSVG=!1,this.needsReset=!1,this.shouldResetTransform=!1,this.hasCheckedOptimisedAppear=!1,this.treeScale={x:1,y:1},this.eventHandlers=new Map,this.hasTreeAnimated=!1,this.updateScheduled=!1,this.scheduleUpdate=()=>this.update(),this.projectionUpdateScheduled=!1,this.checkUpdateFailed=()=>{this.isUpdating&&(this.isUpdating=!1,this.clearAllSnapshots())},this.updateProjection=()=>{this.projectionUpdateScheduled=!1,this.nodes.forEach(dV),this.nodes.forEach(gV),this.nodes.forEach(yV),this.nodes.forEach(hV)},this.resolvedRelativeTargetAt=0,this.hasProjected=!1,this.isVisible=!0,this.animationProgress=0,this.sharedNodes=new Map,this.latestValues=u,this.root=c?c.root||c:this,this.path=c?[...c.path,c]:[],this.parent=c,this.depth=c?c.depth+1:0;for(let d=0;d<this.path.length;d++)this.path[d].shouldResetTransform=!0;this.root===this&&(this.nodes=new jk)}addEventListener(u,c){return this.eventHandlers.has(u)||this.eventHandlers.set(u,new vu),this.eventHandlers.get(u).add(c)}notifyListeners(u,...c){const d=this.eventHandlers.get(u);d&&d.notify(...c)}hasListeners(u){return this.eventHandlers.has(u)}mount(u){if(this.instance)return;this.isSVG=Om(u)&&!$2(u),this.instance=u;const{layoutId:c,layout:d,visualElement:h}=this.options;if(h&&!h.current&&h.mount(u),this.root.nodes.add(this),this.parent&&this.parent.children.add(this),this.root.hasTreeAnimated&&(d||c)&&(this.isLayoutDirty=!0),t){let p,g=0;const b=()=>this.root.updateBlockedByResize=!1;ct.read(()=>{g=window.innerWidth}),t(u,()=>{const v=window.innerWidth;v!==g&&(g=v,this.root.updateBlockedByResize=!0,p&&p(),p=Xk(b,250),Qo.hasAnimatedSinceResize&&(Qo.hasAnimatedSinceResize=!1,this.nodes.forEach(l0)))})}c&&this.root.registerSharedNode(c,this),this.options.animate!==!1&&h&&(c||d)&&this.addEventListener("didUpdate",({delta:p,hasLayoutChanged:g,hasRelativeLayoutChanged:b,layout:v})=>{if(this.isTreeAnimationBlocked()){this.target=void 0,this.relativeTarget=void 0;return}const x=this.options.transition||h.getDefaultTransition()||AV,{onLayoutAnimationStart:R,onLayoutAnimationComplete:q}=h.getProps(),L=!this.targetLayout||!t0(this.targetLayout,v),M=!g&&b;if(this.options.layoutRoot||this.resumeFrom||M||g&&(L||!this.currentAnimation)){this.resumeFrom&&(this.resumingFrom=this.resumeFrom,this.resumingFrom.resumingFrom=void 0);const O={...Ju(x,"layout"),onPlay:R,onComplete:q};(h.shouldReduceMotion||this.options.layoutRoot)&&(O.delay=0,O.type=!1),this.startAnimation(O),this.setAnimationOrigin(p,M)}else g||l0(this),this.isLead()&&this.options.onExitComplete&&this.options.onExitComplete();this.targetLayout=v})}unmount(){this.options.layoutId&&this.willUpdate(),this.root.nodes.remove(this);const u=this.getStack();u&&u.remove(this),this.parent&&this.parent.children.delete(this),this.instance=void 0,this.eventHandlers.clear(),yr(this.updateProjection)}blockUpdate(){this.updateManuallyBlocked=!0}unblockUpdate(){this.updateManuallyBlocked=!1}isUpdateBlocked(){return this.updateManuallyBlocked||this.updateBlockedByResize}isTreeAnimationBlocked(){return this.isAnimationBlocked||this.parent&&this.parent.isTreeAnimationBlocked()||!1}startUpdate(){this.isUpdateBlocked()||(this.isUpdating=!0,this.nodes&&this.nodes.forEach(vV),this.animationId++)}getTransformTemplate(){const{visualElement:u}=this.options;return u&&u.getProps().transformTemplate}willUpdate(u=!0){if(this.root.hasTreeAnimated=!0,this.root.isUpdateBlocked()){this.options.onExitComplete&&this.options.onExitComplete();return}if(window.MotionCancelOptimisedAnimation&&!this.hasCheckedOptimisedAppear&&i0(this),!this.root.isUpdating&&this.root.startUpdate(),this.isLayoutDirty)return;this.isLayoutDirty=!0;for(let p=0;p<this.path.length;p++){const g=this.path[p];g.shouldResetTransform=!0,g.updateScroll("snapshot"),g.options.layoutRoot&&g.willUpdate(!1)}const{layoutId:c,layout:d}=this.options;if(c===void 0&&!d)return;const h=this.getTransformTemplate();this.prevTransformTemplateValue=h?h(this.latestValues,""):void 0,this.updateSnapshot(),u&&this.notifyListeners("willUpdate")}update(){if(this.updateScheduled=!1,this.isUpdateBlocked()){this.unblockUpdate(),this.clearAllSnapshots(),this.nodes.forEach(o0);return}if(this.animationId<=this.animationCommitId){this.nodes.forEach(a0);return}this.animationCommitId=this.animationId,this.isUpdating?(this.isUpdating=!1,this.nodes.forEach(mV),this.nodes.forEach(cV),this.nodes.forEach(fV)):this.nodes.forEach(a0),this.clearAllSnapshots();const c=jt.now();Dt.delta=Xn(0,1e3/60,c-Dt.timestamp),Dt.timestamp=c,Dt.isProcessing=!0,Au.update.process(Dt),Au.preRender.process(Dt),Au.render.process(Dt),Dt.isProcessing=!1}didUpdate(){this.updateScheduled||(this.updateScheduled=!0,Zu.read(this.scheduleUpdate))}clearAllSnapshots(){this.nodes.forEach(pV),this.sharedNodes.forEach(wV)}scheduleUpdateProjection(){this.projectionUpdateScheduled||(this.projectionUpdateScheduled=!0,ct.preRender(this.updateProjection,!1,!0))}scheduleCheckAfterUnmount(){ct.postRender(()=>{this.isLayoutDirty?this.root.didUpdate():this.root.checkUpdateFailed()})}updateSnapshot(){this.snapshot||!this.instance||(this.snapshot=this.measure(),this.snapshot&&!_t(this.snapshot.measuredBox.x)&&!_t(this.snapshot.measuredBox.y)&&(this.snapshot=void 0))}updateLayout(){if(!this.instance||(this.updateScroll(),!(this.options.alwaysMeasureLayout&&this.isLead())&&!this.isLayoutDirty))return;if(this.resumeFrom&&!this.resumeFrom.instance)for(let d=0;d<this.path.length;d++)this.path[d].updateScroll();const u=this.layout;this.layout=this.measure(!1),this.layoutCorrected=St(),this.isLayoutDirty=!1,this.projectionDelta=void 0,this.notifyListeners("measure",this.layout.layoutBox);const{visualElement:c}=this.options;c&&c.notify("LayoutMeasure",this.layout.layoutBox,u?u.layoutBox:void 0)}updateScroll(u="measure"){let c=!!(this.options.layoutScroll&&this.instance);if(this.scroll&&this.scroll.animationId===this.root.animationId&&this.scroll.phase===u&&(c=!1),c&&this.instance){const d=i(this.instance);this.scroll={animationId:this.root.animationId,phase:u,isRoot:d,offset:n(this.instance),wasRoot:this.scroll?this.scroll.isRoot:d}}}resetTransform(){if(!o)return;const u=this.isLayoutDirty||this.shouldResetTransform||this.options.alwaysMeasureLayout,c=this.projectionDelta&&!Zg(this.projectionDelta),d=this.getTransformTemplate(),h=d?d(this.latestValues,""):void 0,p=h!==this.prevTransformTemplateValue;u&&this.instance&&(c||Kr(this.latestValues)||p)&&(o(this.instance,h),this.shouldResetTransform=!1,this.scheduleRender())}measure(u=!0){const c=this.measurePageBox();let d=this.removeElementScroll(c);return u&&(d=this.removeTransform(d)),EV(d),{animationId:this.root.animationId,measuredBox:c,layoutBox:d,latestValues:{},source:this.id}}measurePageBox(){const{visualElement:u}=this.options;if(!u)return St();const c=u.measureViewportBox();if(!(this.scroll?.wasRoot||this.path.some(TV))){const{scroll:h}=this.root;h&&(bi(c.x,h.offset.x),bi(c.y,h.offset.y))}return c}removeElementScroll(u){const c=St();if(gn(c,u),this.scroll?.wasRoot)return c;for(let d=0;d<this.path.length;d++){const h=this.path[d],{scroll:p,options:g}=h;h!==this.root&&p&&g.layoutScroll&&(p.wasRoot&&gn(c,u),bi(c.x,p.offset.x),bi(c.y,p.offset.y))}return c}applyTransform(u,c=!1){const d=St();gn(d,u);for(let h=0;h<this.path.length;h++){const p=this.path[h];!c&&p.options.layoutScroll&&p.scroll&&p!==p.root&&Si(d,{x:-p.scroll.offset.x,y:-p.scroll.offset.y}),Kr(p.latestValues)&&Si(d,p.latestValues)}return Kr(this.latestValues)&&Si(d,this.latestValues),d}removeTransform(u){const c=St();gn(c,u);for(let d=0;d<this.path.length;d++){const h=this.path[d];if(!h.instance||!Kr(h.latestValues))continue;dc(h.latestValues)&&h.updateSnapshot();const p=St(),g=h.measurePageBox();gn(p,g),jg(c,h.latestValues,h.snapshot?h.snapshot.layoutBox:void 0,p)}return Kr(this.latestValues)&&jg(c,this.latestValues),c}setTargetDelta(u){this.targetDelta=u,this.root.scheduleUpdateProjection(),this.isProjectionDirty=!0}setOptions(u){this.options={...this.options,...u,crossfade:u.crossfade!==void 0?u.crossfade:!0}}clearMeasurements(){this.scroll=void 0,this.layout=void 0,this.snapshot=void 0,this.prevTransformTemplateValue=void 0,this.targetDelta=void 0,this.target=void 0,this.isLayoutDirty=!1}forceRelativeParentToResolveTarget(){this.relativeParent&&this.relativeParent.resolvedRelativeTargetAt!==Dt.timestamp&&this.relativeParent.resolveTargetDelta(!0)}resolveTargetDelta(u=!1){const c=this.getLead();this.isProjectionDirty||(this.isProjectionDirty=c.isProjectionDirty),this.isTransformDirty||(this.isTransformDirty=c.isTransformDirty),this.isSharedProjectionDirty||(this.isSharedProjectionDirty=c.isSharedProjectionDirty);const d=!!this.resumingFrom||this!==c;if(!(u||d&&this.isSharedProjectionDirty||this.isProjectionDirty||this.parent?.isProjectionDirty||this.attemptToResolveRelativeTarget||this.root.updateBlockedByResize))return;const{layout:p,layoutId:g}=this.options;if(!(!this.layout||!(p||g))){if(this.resolvedRelativeTargetAt=Dt.timestamp,!this.targetDelta&&!this.relativeTarget){const b=this.getClosestProjectingParent();b&&b.layout&&this.animationProgress!==1?(this.relativeParent=b,this.forceRelativeParentToResolveTarget(),this.relativeTarget=St(),this.relativeTargetOrigin=St(),ws(this.relativeTargetOrigin,this.layout.layoutBox,b.layout.layoutBox),gn(this.relativeTarget,this.relativeTargetOrigin)):this.relativeParent=this.relativeTarget=void 0}if(!(!this.relativeTarget&&!this.targetDelta)&&(this.target||(this.target=St(),this.targetWithTransforms=St()),this.relativeTarget&&this.relativeTargetOrigin&&this.relativeParent&&this.relativeParent.target?(this.forceRelativeParentToResolveTarget(),Ik(this.target,this.relativeTarget,this.relativeParent.target)):this.targetDelta?(this.resumingFrom?this.target=this.applyTransform(this.layout.layoutBox):gn(this.target,this.layout.layoutBox),og(this.target,this.targetDelta)):gn(this.target,this.layout.layoutBox),this.attemptToResolveRelativeTarget)){this.attemptToResolveRelativeTarget=!1;const b=this.getClosestProjectingParent();b&&!!b.resumingFrom==!!this.resumingFrom&&!b.options.layoutScroll&&b.target&&this.animationProgress!==1?(this.relativeParent=b,this.forceRelativeParentToResolveTarget(),this.relativeTarget=St(),this.relativeTargetOrigin=St(),ws(this.relativeTargetOrigin,this.target,b.target),gn(this.relativeTarget,this.relativeTargetOrigin)):this.relativeParent=this.relativeTarget=void 0}}}getClosestProjectingParent(){if(!(!this.parent||dc(this.parent.latestValues)||rg(this.parent.latestValues)))return this.parent.isProjecting()?this.parent:this.parent.getClosestProjectingParent()}isProjecting(){return!!((this.relativeTarget||this.targetDelta||this.options.layoutRoot)&&this.layout)}calcProjection(){const u=this.getLead(),c=!!this.resumingFrom||this!==u;let d=!0;if((this.isProjectionDirty||this.parent?.isProjectionDirty)&&(d=!1),c&&(this.isSharedProjectionDirty||this.isTransformDirty)&&(d=!1),this.resolvedRelativeTargetAt===Dt.timestamp&&(d=!1),d)return;const{layout:h,layoutId:p}=this.options;if(this.isTreeAnimating=!!(this.parent&&this.parent.isTreeAnimating||this.currentAnimation||this.pendingAnimation),this.isTreeAnimating||(this.targetDelta=this.relativeTarget=void 0),!this.layout||!(h||p))return;gn(this.layoutCorrected,this.layout.layoutBox);const g=this.treeScale.x,b=this.treeScale.y;KR(this.layoutCorrected,this.treeScale,this.path,c),u.layout&&!u.target&&(this.treeScale.x!==1||this.treeScale.y!==1)&&(u.target=u.layout.layoutBox,u.targetWithTransforms=St());const{target:v}=u;if(!v){this.prevProjectionDelta&&(this.createProjectionDeltas(),this.scheduleRender());return}!this.projectionDelta||!this.prevProjectionDelta?this.createProjectionDeltas():(Yg(this.prevProjectionDelta.x,this.projectionDelta.x),Yg(this.prevProjectionDelta.y,this.projectionDelta.y)),vs(this.projectionDelta,this.layoutCorrected,v,this.latestValues),(this.treeScale.x!==g||this.treeScale.y!==b||!r0(this.projectionDelta.x,this.prevProjectionDelta.x)||!r0(this.projectionDelta.y,this.prevProjectionDelta.y))&&(this.hasProjected=!0,this.scheduleRender(),this.notifyListeners("projectionUpdate",v))}hide(){this.isVisible=!1}show(){this.isVisible=!0}scheduleRender(u=!0){if(this.options.visualElement?.scheduleRender(),u){const c=this.getStack();c&&c.scheduleRender()}this.resumingFrom&&!this.resumingFrom.instance&&(this.resumingFrom=void 0)}createProjectionDeltas(){this.prevProjectionDelta=Ai(),this.projectionDelta=Ai(),this.projectionDeltaWithTransform=Ai()}setAnimationOrigin(u,c=!1){const d=this.snapshot,h=d?d.latestValues:{},p={...this.latestValues},g=Ai();(!this.relativeParent||!this.relativeParent.options.layoutRoot)&&(this.relativeTarget=this.relativeTargetOrigin=void 0),this.attemptToResolveRelativeTarget=!c;const b=St(),v=d?d.source:void 0,x=this.layout?this.layout.source:void 0,R=v!==x,q=this.getStack(),L=!q||q.members.length<=1,M=!!(R&&!L&&this.options.crossfade===!0&&!this.path.some(SV));this.animationProgress=0;let O;this.mixTargetDelta=G=>{const H=G/1e3;u0(g.x,u.x,H),u0(g.y,u.y,H),this.setTargetDelta(g),this.relativeTarget&&this.relativeTargetOrigin&&this.layout&&this.relativeParent&&this.relativeParent.layout&&(ws(b,this.layout.layoutBox,this.relativeParent.layout.layoutBox),bV(this.relativeTarget,this.relativeTargetOrigin,b,H),O&&sV(this.relativeTarget,O)&&(this.isProjectionDirty=!1),O||(O=St()),gn(O,this.relativeTarget)),R&&(this.animationValues=p,$k(p,h,this.latestValues,H,M,L)),this.root.scheduleUpdateProjection(),this.scheduleRender(),this.animationProgress=H},this.mixTargetDelta(this.options.layoutRoot?1e3:0)}startAnimation(u){this.notifyListeners("animationStart"),this.currentAnimation?.stop(),this.resumingFrom?.currentAnimation?.stop(),this.pendingAnimation&&(yr(this.pendingAnimation),this.pendingAnimation=void 0),this.pendingAnimation=ct.update(()=>{Qo.hasAnimatedSinceResize=!0,this.motionValue||(this.motionValue=yi(0)),this.currentAnimation=Qk(this.motionValue,[0,1e3],{...u,velocity:0,isSync:!0,onUpdate:c=>{this.mixTargetDelta(c),u.onUpdate&&u.onUpdate(c)},onStop:()=>{},onComplete:()=>{u.onComplete&&u.onComplete(),this.completeAnimation()}}),this.resumingFrom&&(this.resumingFrom.currentAnimation=this.currentAnimation),this.pendingAnimation=void 0})}completeAnimation(){this.resumingFrom&&(this.resumingFrom.currentAnimation=void 0,this.resumingFrom.preserveOpacity=void 0);const u=this.getStack();u&&u.exitAnimationComplete(),this.resumingFrom=this.currentAnimation=this.animationValues=void 0,this.notifyListeners("animationComplete")}finishAnimation(){this.currentAnimation&&(this.mixTargetDelta&&this.mixTargetDelta(lV),this.currentAnimation.stop()),this.completeAnimation()}applyTransformsToTarget(){const u=this.getLead();let{targetWithTransforms:c,target:d,layout:h,latestValues:p}=u;if(!(!c||!d||!h)){if(this!==u&&this.layout&&h&&p0(this.options.animationType,this.layout.layoutBox,h.layoutBox)){d=this.target||St();const g=_t(this.layout.layoutBox.x);d.x.min=u.target.x.min,d.x.max=d.x.min+g;const b=_t(this.layout.layoutBox.y);d.y.min=u.target.y.min,d.y.max=d.y.min+b}gn(c,d),Si(c,p),vs(this.projectionDeltaWithTransform,this.layoutCorrected,c,p)}}registerSharedNode(u,c){this.sharedNodes.has(u)||this.sharedNodes.set(u,new oV),this.sharedNodes.get(u).add(c);const h=c.options.initialPromotionConfig;c.promote({transition:h?h.transition:void 0,preserveFollowOpacity:h&&h.shouldPreserveFollowOpacity?h.shouldPreserveFollowOpacity(c):void 0})}isLead(){const u=this.getStack();return u?u.lead===this:!0}getLead(){const{layoutId:u}=this.options;return u?this.getStack()?.lead||this:this}getPrevLead(){const{layoutId:u}=this.options;return u?this.getStack()?.prevLead:void 0}getStack(){const{layoutId:u}=this.options;if(u)return this.root.sharedNodes.get(u)}promote({needsReset:u,transition:c,preserveFollowOpacity:d}={}){const h=this.getStack();h&&h.promote(this,d),u&&(this.projectionDelta=void 0,this.needsReset=!0),c&&this.setOptions({transition:c})}relegate(){const u=this.getStack();return u?u.relegate(this):!1}resetSkewAndRotation(){const{visualElement:u}=this.options;if(!u)return;let c=!1;const{latestValues:d}=u;if((d.z||d.rotate||d.rotateX||d.rotateY||d.rotateZ||d.skewX||d.skewY)&&(c=!0),!c)return;const h={};d.z&&Tc("z",u,h,this.animationValues);for(let p=0;p<Ec.length;p++)Tc(`rotate${Ec[p]}`,u,h,this.animationValues),Tc(`skew${Ec[p]}`,u,h,this.animationValues);u.render();for(const p in h)u.setStaticValue(p,h[p]),this.animationValues&&(this.animationValues[p]=h[p]);u.scheduleRender()}applyProjectionStyles(u,c){if(!this.instance||this.isSVG)return;if(!this.isVisible){u.visibility="hidden";return}const d=this.getTransformTemplate();if(this.needsReset){this.needsReset=!1,u.visibility="",u.opacity="",u.pointerEvents=_o(c?.pointerEvents)||"",u.transform=d?d(this.latestValues,""):"none";return}const h=this.getLead();if(!this.projectionDelta||!this.layout||!h.target){this.options.layoutId&&(u.opacity=this.latestValues.opacity!==void 0?this.latestValues.opacity:1,u.pointerEvents=_o(c?.pointerEvents)||""),this.hasProjected&&!Kr(this.latestValues)&&(u.transform=d?d({},""):"none",this.hasProjected=!1);return}u.visibility="";const p=h.animationValues||h.latestValues;this.applyTransformsToTarget();let g=aV(this.projectionDeltaWithTransform,this.treeScale,p);d&&(g=d(p,g)),u.transform=g;const{x:b,y:v}=this.projectionDelta;u.transformOrigin=`${b.origin*100}% ${v.origin*100}% 0`,h.animationValues?u.opacity=h===this?p.opacity??this.latestValues.opacity??1:this.preserveOpacity?this.latestValues.opacity:p.opacityExit:u.opacity=h===this?p.opacity!==void 0?p.opacity:"":p.opacityExit!==void 0?p.opacityExit:0;for(const x in ps){if(p[x]===void 0)continue;const{correct:R,applyTo:q,isCSSVariable:L}=ps[x],M=g==="none"?p[x]:R(p[x],h);if(q){const O=q.length;for(let G=0;G<O;G++)u[q[G]]=M}else L?this.options.visualElement.renderState.vars[x]=M:u[x]=M}this.options.layoutId&&(u.pointerEvents=h===this?_o(c?.pointerEvents)||"":"none")}clearSnapshot(){this.resumeFrom=this.snapshot=void 0}resetTree(){this.root.nodes.forEach(u=>u.currentAnimation?.stop()),this.root.nodes.forEach(o0),this.root.sharedNodes.clear()}}}function cV(t){t.updateLayout()}function fV(t){const e=t.resumeFrom?.snapshot||t.snapshot;if(t.isLead()&&t.layout&&e&&t.hasListeners("didUpdate")){const{layoutBox:n,measuredBox:i}=t.layout,{animationType:o}=t.options,l=e.source!==t.layout.source;o==="size"?mn(p=>{const g=l?e.measuredBox[p]:e.layoutBox[p],b=_t(g);g.min=n[p].min,g.max=g.min+b}):p0(o,e.layoutBox,n)&&mn(p=>{const g=l?e.measuredBox[p]:e.layoutBox[p],b=_t(n[p]);g.max=g.min+b,t.relativeTarget&&!t.currentAnimation&&(t.isProjectionDirty=!0,t.relativeTarget[p].max=t.relativeTarget[p].min+b)});const u=Ai();vs(u,n,e.layoutBox);const c=Ai();l?vs(c,t.applyTransform(i,!0),e.measuredBox):vs(c,n,e.layoutBox);const d=!Zg(u);let h=!1;if(!t.resumeFrom){const p=t.getClosestProjectingParent();if(p&&!p.resumeFrom){const{snapshot:g,layout:b}=p;if(g&&b){const v=St();ws(v,e.layoutBox,g.layoutBox);const x=St();ws(x,n,b.layoutBox),t0(v,x)||(h=!0),p.options.layoutRoot&&(t.relativeTarget=x,t.relativeTargetOrigin=v,t.relativeParent=p)}}}t.notifyListeners("didUpdate",{layout:n,snapshot:e,delta:c,layoutDelta:u,hasLayoutChanged:d,hasRelativeLayoutChanged:h})}else if(t.isLead()){const{onExitComplete:n}=t.options;n&&n()}t.options.transition=void 0}function dV(t){t.parent&&(t.isProjecting()||(t.isProjectionDirty=t.parent.isProjectionDirty),t.isSharedProjectionDirty||(t.isSharedProjectionDirty=!!(t.isProjectionDirty||t.parent.isProjectionDirty||t.parent.isSharedProjectionDirty)),t.isTransformDirty||(t.isTransformDirty=t.parent.isTransformDirty))}function hV(t){t.isProjectionDirty=t.isSharedProjectionDirty=t.isTransformDirty=!1}function pV(t){t.clearSnapshot()}function o0(t){t.clearMeasurements()}function a0(t){t.isLayoutDirty=!1}function mV(t){const{visualElement:e}=t.options;e&&e.getProps().onBeforeLayoutMeasure&&e.notify("BeforeLayoutMeasure"),t.resetTransform()}function l0(t){t.finishAnimation(),t.targetDelta=t.relativeTarget=t.target=void 0,t.isProjectionDirty=!0}function gV(t){t.resolveTargetDelta()}function yV(t){t.calcProjection()}function vV(t){t.resetSkewAndRotation()}function wV(t){t.removeLeadSnapshot()}function u0(t,e,n){t.translate=pt(e.translate,0,n),t.scale=pt(e.scale,1,n),t.origin=e.origin,t.originPoint=e.originPoint}function c0(t,e,n,i){t.min=pt(e.min,n.min,i),t.max=pt(e.max,n.max,i)}function bV(t,e,n,i){c0(t.x,e.x,n.x,i),c0(t.y,e.y,n.y,i)}function SV(t){return t.animationValues&&t.animationValues.opacityExit!==void 0}const AV={duration:.45,ease:[.4,0,.1,1]},f0=t=>typeof navigator<"u"&&navigator.userAgent&&navigator.userAgent.toLowerCase().includes(t),d0=f0("applewebkit/")&&!f0("chrome/")?Math.round:hn;function h0(t){t.min=d0(t.min),t.max=d0(t.max)}function EV(t){h0(t.x),h0(t.y)}function p0(t,e,n){return t==="position"||t==="preserve-aspect"&&!Vk(n0(e),n0(n),.2)}function TV(t){return t!==t.root&&t.scroll?.wasRoot}const xV=s0({attachResizeListener:(t,e)=>ms(t,"resize",e),measureScroll:()=>({x:document.documentElement.scrollLeft||document.body.scrollLeft,y:document.documentElement.scrollTop||document.body.scrollTop}),checkIsScrollRoot:()=>!0}),xc={current:void 0},m0=s0({measureScroll:t=>({x:t.scrollLeft,y:t.scrollTop}),defaultParent:()=>{if(!xc.current){const t=new xV({});t.mount(window),t.setOptions({layoutScroll:!0}),xc.current=t}return xc.current},resetTransform:(t,e)=>{t.style.transform=e!==void 0?e:"none"},checkIsScrollRoot:t=>window.getComputedStyle(t).position==="fixed"}),CV={pan:{Feature:zk},drag:{Feature:Hk,ProjectionNode:m0,MeasureLayout:Fg}};function g0(t,e,n){const{props:i}=t;t.animationState&&i.whileHover&&t.animationState.setActive("whileHover",n==="Start");const o="onHover"+n,l=i[o];l&&ct.postRender(()=>l(e,gs(e)))}class RV extends br{mount(){const{current:e}=this.node;e&&(this.unmount=Q2(e,(n,i)=>(g0(this.node,i,"Start"),o=>g0(this.node,o,"End"))))}unmount(){}}class kV extends br{constructor(){super(...arguments),this.isActive=!1}onFocus(){let e=!1;try{e=this.node.current.matches(":focus-visible")}catch{e=!0}!e||!this.node.animationState||(this.node.animationState.setActive("whileFocus",!0),this.isActive=!0)}onBlur(){!this.isActive||!this.node.animationState||(this.node.animationState.setActive("whileFocus",!1),this.isActive=!1)}mount(){this.unmount=ss(ms(this.node.current,"focus",()=>this.onFocus()),ms(this.node.current,"blur",()=>this.onBlur()))}unmount(){}}function y0(t,e,n){const{props:i}=t;if(t.current instanceof HTMLButtonElement&&t.current.disabled)return;t.animationState&&i.whileTap&&t.animationState.setActive("whileTap",n==="Start");const o="onTap"+(n==="End"?"":n),l=i[o];l&&ct.postRender(()=>l(e,gs(e)))}class VV extends br{mount(){const{current:e}=this.node;e&&(this.unmount=Z2(e,(n,i)=>(y0(this.node,i,"Start"),(o,{success:l})=>y0(this.node,o,l?"End":"Cancel")),{useGlobalTarget:this.node.props.globalTapTarget}))}unmount(){}}const Cc=new WeakMap,Rc=new WeakMap,IV=t=>{const e=Cc.get(t.target);e&&e(t)},MV=t=>{t.forEach(IV)};function NV({root:t,...e}){const n=t||document;Rc.has(n)||Rc.set(n,{});const i=Rc.get(n),o=JSON.stringify(e);return i[o]||(i[o]=new IntersectionObserver(MV,{root:t,...e})),i[o]}function LV(t,e,n){const i=NV(e);return Cc.set(t,n),i.observe(t),()=>{Cc.delete(t),i.unobserve(t)}}const DV={some:0,all:1};class PV extends br{constructor(){super(...arguments),this.hasEnteredView=!1,this.isInView=!1}startObserver(){this.unmount();const{viewport:e={}}=this.node.getProps(),{root:n,margin:i,amount:o="some",once:l}=e,u={root:n?n.current:void 0,rootMargin:i,threshold:typeof o=="number"?o:DV[o]},c=d=>{const{isIntersecting:h}=d;if(this.isInView===h||(this.isInView=h,l&&!h&&this.hasEnteredView))return;h&&(this.hasEnteredView=!0),this.node.animationState&&this.node.animationState.setActive("whileInView",h);const{onViewportEnter:p,onViewportLeave:g}=this.node.getProps(),b=h?p:g;b&&b(d)};return LV(this.node.current,u,c)}mount(){this.startObserver()}update(){if(typeof IntersectionObserver>"u")return;const{props:e,prevProps:n}=this.node;["amount","margin","root"].some(OV(e,n))&&this.startObserver()}unmount(){}}function OV({viewport:t={}},{viewport:e={}}={}){return n=>t[n]!==e[n]}const UV={...Ek,...{inView:{Feature:PV},tap:{Feature:VV},focus:{Feature:kV},hover:{Feature:RV}},...CV,...{layout:{ProjectionNode:m0,MeasureLayout:Fg}}},kc=qR(UV,ZR),BV=()=>{const i=A.useMemo(()=>Array.from({length:20}).map((o,l)=>{const u=l/20*2*Math.PI,c=100+(Math.random()-.5)*20,d=10+Math.random()*6,h=["#F56057","rgba(245,96,87,0.5)","#283068"][Math.floor(Math.random()*3)];return{angle:u,radius:c,size:d,color:h,duration:6+Math.random()*3,delay:Math.random()*2}}),[]);return Z.jsxs("div",{className:"relative mx-auto flex items-center justify-center w-64 h-64 overflow-hidden",children:[Z.jsx("div",{className:"absolute flex items-center justify-center p-6 rounded-full bg-gradient-to-br from-[#F56057] to-[#283068] shadow-md shadow-black text-white text-center text-xl font-medium",children:Z.jsxs("p",{className:"fs12 ",children:["How Can I",Z.jsx("br",{})," Help You",Z.jsx("br",{})," Today?"]})}),i.map((o,l)=>Z.jsx(kc.div,{className:"absolute rounded-full ",style:{width:o.size,height:o.size,backgroundColor:o.color,filter:"blur(0.5px)"},animate:{rotate:360,x:[Math.cos(o.angle)*o.radius,Math.cos(o.angle)*(o.radius-10),Math.cos(o.angle)*o.radius],y:[Math.sin(o.angle)*o.radius,Math.sin(o.angle)*(o.radius-10),Math.sin(o.angle)*o.radius]},transition:{rotate:{repeat:1/0,duration:o.duration*4,ease:"linear"},x:{repeat:1/0,duration:o.duration,ease:"easeInOut",repeatType:"mirror",delay:o.delay},y:{repeat:1/0,duration:o.duration,ease:"easeInOut",repeatType:"mirror",delay:o.delay}}},l))]})},qV="data:image/svg+xml,%3csvg%20width='31'%20height='31'%20viewBox='0%200%2031%2031'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3crect%20width='31'%20height='31'%20rx='8'%20fill='%23FFFCFC'/%3e%3cpath%20d='M16%2023.5C20.1421%2023.5%2023.5%2020.1421%2023.5%2016C23.5%2011.8579%2020.1421%208.5%2016%208.5C11.8579%208.5%208.5%2011.8579%208.5%2016C8.5%2020.1421%2011.8579%2023.5%2016%2023.5Z'%20stroke='%23F56057'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3cpath%20d='M16%2011.5V16L19%2017.5'%20stroke='%23F56057'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3c/svg%3e",FV="data:image/svg+xml,%3csvg%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3crect%20width='24'%20height='24'%20rx='12'%20fill='%23283068'/%3e%3cpath%20d='M7%207H17V17'%20stroke='white'%20stroke-width='1.33286'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3cpath%20d='M7%2017L17%207'%20stroke='white'%20stroke-width='1.33286'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3c/svg%3e",WV="data:image/svg+xml,%3csvg%20width='34'%20height='34'%20viewBox='0%200%2034%2034'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M25.5993%2012.0559L13.4726%205.99257C5.3268%201.91257%201.98346%205.2559%206.06346%2013.4017L7.29596%2015.8667C7.65013%2016.5892%207.65013%2017.4251%207.29596%2018.1476L6.06346%2020.5984C1.98346%2028.7442%205.31263%2032.0876%2013.4726%2028.0076L25.5993%2021.9442C31.0393%2019.2242%2031.0393%2014.7759%2025.5993%2012.0559ZM21.0235%2018.0626H13.3735C12.7926%2018.0626%2012.311%2017.5809%2012.311%2017.0001C12.311%2016.4192%2012.7926%2015.9376%2013.3735%2015.9376H21.0235C21.6043%2015.9376%2022.086%2016.4192%2022.086%2017.0001C22.086%2017.5809%2021.6043%2018.0626%2021.0235%2018.0626Z'%20fill='%23F56057'/%3e%3c/svg%3e",Vc="data:image/svg+xml,%3csvg%20width='54'%20height='55'%20viewBox='0%200%2054%2055'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%20xmlns:xlink='http://www.w3.org/1999/xlink'%3e%3crect%20x='2'%20y='2'%20width='50'%20height='51'%20rx='22'%20stroke='white'%20stroke-width='4'/%3e%3crect%20x='1'%20y='1'%20width='52'%20height='53'%20rx='23'%20fill='url(%23pattern0_524_2932)'%20stroke='white'%20stroke-width='2'/%3e%3cdefs%3e%3cpattern%20id='pattern0_524_2932'%20patternContentUnits='objectBoundingBox'%20width='1'%20height='1'%3e%3cuse%20xlink:href='%23image0_524_2932'%20transform='matrix(0.00147275%200%200%200.00144598%200%20-0.000307939)'/%3e%3c/pattern%3e%3cimage%20id='image0_524_2932'%20width='679'%20height='692'%20preserveAspectRatio='none'%20xlink:href='data:image/png;base64,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'/%3e%3c/defs%3e%3c/svg%3e",KV="data:image/svg+xml,%3csvg%20width='41'%20height='42'%20viewBox='0%200%2041%2042'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3crect%20width='41'%20height='42'%20rx='20'%20fill='url(%23paint0_linear_135_2931)'/%3e%3cpath%20d='M20.5%2020C22.7091%2020%2024.5%2018.2091%2024.5%2016C24.5%2013.7909%2022.7091%2012%2020.5%2012C18.2909%2012%2016.5%2013.7909%2016.5%2016C16.5%2018.2091%2018.2909%2020%2020.5%2020Z'%20stroke='%23283068'%20stroke-width='2'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3cpath%20d='M28.5%2030V28C28.5%2026.9391%2028.0786%2025.9217%2027.3284%2025.1716C26.5783%2024.4214%2025.5609%2024%2024.5%2024H16.5C15.4391%2024%2014.4217%2024.4214%2013.6716%2025.1716C12.9214%2025.9217%2012.5%2026.9391%2012.5%2028V30'%20stroke='%23283068'%20stroke-width='2'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3cdefs%3e%3clinearGradient%20id='paint0_linear_135_2931'%20x1='20.5'%20y1='-1.09825e-06'%20x2='96'%20y2='67.5'%20gradientUnits='userSpaceOnUse'%3e%3cstop%20stop-color='%23EFF1FF'/%3e%3cstop%20offset='0.269229'%20stop-color='%23DADDF3'/%3e%3cstop%20offset='1'%20stop-color='%234F59A1'/%3e%3c/linearGradient%3e%3c/defs%3e%3c/svg%3e",HV=()=>Z.jsx("div",{className:"h-[500px]",children:Z.jsx("h1",{className:"fs16 text-black font-semibold",children:"Chat History"})}),zV=["Dress Code Policy","Team Lunch Policy","Leave Policy","Performance Review","Rewards and Recognition","Referral Policy"],_V=()=>{const[t,e]=A.useState(""),[n,i]=A.useState(!1),[o,l]=A.useState(!1),{user:u}=Sp(),{sendMessage:c}=Ap(),{connected:d,loading:h}=Zx(),{messages:p}=sC(),{connect:g,disconnect:b}=Ep(),v=A.useRef(null),x=A.useRef(!1);A.useEffect(()=>{if(!x.current)return x.current=!0,g({userEnv:{}}),()=>{b()}},[]),A.useEffect(()=>{v.current?.scrollIntoView({behavior:"smooth"})},[p,h]);const R=A.useMemo(()=>{const M=[],O=G=>{(G.type==="user_message"||G.type==="assistant_message")&&typeof G.output=="string"&&G.output.trim().length>0&&M.push({id:G.id,sender:G.type==="user_message"?"user":"assistant",text:G.output}),G.steps&&G.steps.length&&G.steps.forEach(O)};return p.forEach(O),M},[p]),q=M=>{!M.trim()||!d||(c({type:"user_message",output:M.trim(),name:u?.identifier||"User"}),i(!0))},L=(M,O)=>{q(O?t:M),e("")};return Z.jsxs("div",{className:`text-gray-700 flex flex-col items-start ${n?"p-0":"p-4"} w-full`,children:[!n&&!o&&Z.jsxs(Z.Fragment,{children:[Z.jsx("h1",{className:"fs18 font-extrabold mx-auto bg-linear-to-l from-[#F56057] via-[#A03F39] to-[#283068] bg-clip-text text-transparent",children:"Hi, Ishani Ganguly"}),Z.jsx(BV,{}),Z.jsxs("div",{className:"bg-[#F5605724] rounded-lg w-full flex items-center justify-between px-3 mt-3 cursor-pointer",onClick:()=>l(!0),children:[Z.jsxs("div",{className:"flex items-center gap-x-2",children:[Z.jsx("img",{src:qV,alt:"history",className:"py-3"}),Z.jsx("p",{className:"fs14 font-semibold text-black",children:"Chat History"})]}),Z.jsx("img",{src:FV,alt:"link"})]}),Z.jsx("div",{className:"flex flex-wrap gap-x-4 gap-y-2 mt-4",children:zV.map(M=>Z.jsx("div",{onClick:()=>L(M),className:"py-2 px-4 bg-[#EFF1FF] rounded-full border cursor-pointer hover:text-white border-gray-300 hover:bg-[#283068]",children:Z.jsx("p",{className:"text-[#283068] hover:text-white fs10 font-medium",children:M})},M))})]}),n&&!o&&Z.jsx("div",{className:"w-full h-[500px] bg-linear-to-l from-[#FFE6E4] via-[#FFE6E4] to-[#FDACA7]/70 flex flex-col rounded-lg",children:Z.jsxs("div",{className:"flex-1 overflow-y-auto p-4 space-y-4 scrollbar-hide",style:{scrollbarWidth:"none",msOverflowStyle:"none"},children:[Z.jsx("style",{children:".scrollbar-hide::-webkit-scrollbar { display: none; }"}),R.map(M=>Z.jsx("div",{className:`flex items-start gap-2 ${M.sender==="assistant"?"justify-start":"justify-end"}`,children:M.sender==="assistant"?Z.jsxs(Z.Fragment,{children:[Z.jsx("img",{src:Vc,alt:"Tia",className:"w-10 h-10 rounded-full self-start"}),Z.jsxs("div",{children:[Z.jsx("span",{className:"fs12 text-[#283068] font-bold",children:"Tia"}),Z.jsx("div",{className:"min-w-[70%] fs12 font-medium px-4 py-2 rounded-md shadow-md bg-[#FFFFFF] text-[#0D082C] mt-1 whitespace-pre-wrap",children:M.text})]})]}):Z.jsxs(Z.Fragment,{children:[Z.jsx("div",{className:"max-w-[70%] fs12 font-medium px-4 py-2 rounded-md shadow-md bg-linear-to-r from-[#4F5FCE] to-[#2D3776] text-white whitespace-pre-wrap",children:M.text}),Z.jsx("img",{src:KV,alt:"User",className:"w-10 h-10 rounded-full self-start"})]})},M.id)),h&&Z.jsxs("div",{className:"flex items-start gap-2 justify-start",children:[Z.jsx("img",{src:Vc,alt:"Tia",className:"w-10 h-10 self-start"}),Z.jsxs("div",{children:[Z.jsx("span",{className:"fs12 text-[#283068] font-bold",children:"Tia"}),Z.jsx("div",{className:"fs10 bg-gray-200 text-gray-700 px-4 py-2 rounded-2xl italic opacity-75 mt-1",children:"Tia is typing..."})]})]}),Z.jsx("div",{ref:v})]})}),!o&&Z.jsxs("div",{className:"p-1 px-2 rounded-full w-[96%] mx-auto my-4 flex items-center justify-between bg-[#F3F3F3] border border-gray-200 shadow",children:[Z.jsx("input",{type:"text",className:"px-2 fs12 outline-none fs14 placeholder:fs14 flex-1 bg-transparent",placeholder:"Chat with Tia...",value:t,onChange:M=>{e(M.target.value),M.target.value.trim()&&i(!0)},onKeyDown:M=>{M.key==="Enter"&&L(t,!0)},disabled:!d||h}),Z.jsx("img",{src:WV,alt:"send icon",className:"mt-1",onClick:()=>L(t,!0),style:{opacity:d&&!h?1:.5,cursor:d&&!h?"pointer":"not-allowed"}})]}),o&&Z.jsx(HV,{})]})},GV="data:image/svg+xml,%3csvg%20width='24'%20height='25'%20viewBox='0%200%2024%2025'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M18%206.5L6%2018.5'%20stroke='white'%20stroke-width='2'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3cpath%20d='M6%206.5L18%2018.5'%20stroke='white'%20stroke-width='2'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3c/svg%3e",YV="data:image/svg+xml,%3csvg%20width='24'%20height='25'%20viewBox='0%200%2024%2025'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M15%203.5H21V9.5'%20stroke='white'%20stroke-width='2'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3cpath%20d='M9%2021.5H3V15.5'%20stroke='white'%20stroke-width='2'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3cpath%20d='M21%203.5L14%2010.5'%20stroke='white'%20stroke-width='2'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3cpath%20d='M3%2021.5L10%2014.5'%20stroke='white'%20stroke-width='2'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3c/svg%3e",QV=({isOpen:t,setIsOpen:e})=>{const[n,i]=A.useState(!1),o=()=>i(!n);return Z.jsx("div",{children:Z.jsx(lR,{children:t&&Z.jsxs(kc.div,{layout:!0,initial:{opacity:0,y:50},animate:{opacity:1,y:0},exit:{opacity:0,y:50},transition:{duration:.3,ease:"easeInOut"},className:`fixed bottom-22 right-20 rounded-lg shadow-lg z-40 flex flex-col ${n?"w-8/12":"w-1/5"}`,children:[Z.jsxs("div",{className:"bg-gradient-to-r from-[#283068] via-[#49507F] to-[#49507F] p-4 flex items-center justify-between rounded-t-lg",children:[Z.jsxs("div",{className:"flex items-center gap-x-4",children:[Z.jsx("img",{src:Vc,alt:"person",className:""}),Z.jsx("h1",{className:"text-white font-bold fs16",children:"Tia Chat"})]}),Z.jsxs("div",{className:"flex items-center gap-x-4",children:[Z.jsx("img",{src:YV,alt:"expand",className:"cursor-pointer",onClick:o}),Z.jsx("img",{src:GV,alt:"close",className:"cursor-pointer",onClick:()=>e(!1)})]})]}),Z.jsx("div",{className:"bg-white h-auto flex justify-center items-center ",children:Z.jsx("div",{className:"relative w-full h-full",children:Z.jsx(kc.div,{initial:{opacity:0,x:20},animate:{opacity:1,x:0},exit:{opacity:0,x:-20},transition:{duration:.3,ease:"easeInOut"},className:"w-full ",children:Z.jsx(_V,{})},"home")})})]})})})},v0=localStorage.getItem("userEnv"),JV=je({key:"UserEnv",default:v0?JSON.parse(v0):{}}),jV=()=>{const{config:t}=Tp(),e=vt(JV),{connect:n,chatProfile:i,setChatProfile:o}=Ep(),l=!!t,[u,c]=A.useState(!1),d=l?t.chatProfiles.length?!!i:!0:!1;if(A.useEffect(()=>{d&&n({})},[e,n,d]),A.useEffect(()=>{if(!l||!t||!t.chatProfiles?.length||i)return;const p=t.chatProfiles.find(g=>g.default);o(p?p.name:t.chatProfiles[0].name)},[l,t,i,o]),!l)return null;const h=()=>c(!u);return Z.jsxs("div",{className:"custom-scrollbar",children:[Z.jsx(QV,{isOpen:u,setIsOpen:c}),Z.jsx("img",{src:oC,alt:"chat icon",className:"fixed bottom-6 right-20 h-14 w-14 cursor-pointer z-50",onClick:h})]})};function XV(){const[t,e]=A.useState(!1),{language:n}=Tp(),{windowMessage:i}=Ap(),{data:o}=Io(`/project/translations?language=${n}`);return A.useEffect(()=>{o&&e(!0)},[o]),A.useEffect(()=>{const l=u=>{i(u.data)};return window.addEventListener("message",l),()=>window.removeEventListener("message",l)},[i]),t?Z.jsx(jV,{}):null}const Jo=()=>{const t=document.querySelector('meta[property="og:root_path"]');return t&&typeof t.getAttribute("content")=="string"?t.getAttribute("content"):""};function ZV(t){if(typeof document>"u")return;let e=document.head||document.getElementsByTagName("head")[0],n=document.createElement("style");n.type="text/css",e.appendChild(n),n.styleSheet?n.styleSheet.cssText=t:n.appendChild(document.createTextNode(t))}Array(12).fill(0);let Ic=1;class $V{constructor(){this.subscribe=e=>(this.subscribers.push(e),()=>{const n=this.subscribers.indexOf(e);this.subscribers.splice(n,1)}),this.publish=e=>{this.subscribers.forEach(n=>n(e))},this.addToast=e=>{this.publish(e),this.toasts=[...this.toasts,e]},this.create=e=>{var n;const{message:i,...o}=e,l=typeof e?.id=="number"||((n=e.id)==null?void 0:n.length)>0?e.id:Ic++,u=this.toasts.find(d=>d.id===l),c=e.dismissible===void 0?!0:e.dismissible;return this.dismissedToasts.has(l)&&this.dismissedToasts.delete(l),u?this.toasts=this.toasts.map(d=>d.id===l?(this.publish({...d,...e,id:l,title:i}),{...d,...e,id:l,dismissible:c,title:i}):d):this.addToast({title:i,...o,dismissible:c,id:l}),l},this.dismiss=e=>(e?(this.dismissedToasts.add(e),requestAnimationFrame(()=>this.subscribers.forEach(n=>n({id:e,dismiss:!0})))):this.toasts.forEach(n=>{this.subscribers.forEach(i=>i({id:n.id,dismiss:!0}))}),e),this.message=(e,n)=>this.create({...n,message:e}),this.error=(e,n)=>this.create({...n,message:e,type:"error"}),this.success=(e,n)=>this.create({...n,type:"success",message:e}),this.info=(e,n)=>this.create({...n,type:"info",message:e}),this.warning=(e,n)=>this.create({...n,type:"warning",message:e}),this.loading=(e,n)=>this.create({...n,type:"loading",message:e}),this.promise=(e,n)=>{if(!n)return;let i;n.loading!==void 0&&(i=this.create({...n,promise:e,type:"loading",message:n.loading,description:typeof n.description!="function"?n.description:void 0}));const o=Promise.resolve(e instanceof Function?e():e);let l=i!==void 0,u;const c=o.then(async h=>{if(u=["resolve",h],A.isValidElement(h))l=!1,this.create({id:i,type:"default",message:h});else if(tI(h)&&!h.ok){l=!1;const g=typeof n.error=="function"?await n.error(`HTTP error! status: ${h.status}`):n.error,b=typeof n.description=="function"?await n.description(`HTTP error! status: ${h.status}`):n.description,x=typeof g=="object"&&!A.isValidElement(g)?g:{message:g};this.create({id:i,type:"error",description:b,...x})}else if(h instanceof Error){l=!1;const g=typeof n.error=="function"?await n.error(h):n.error,b=typeof n.description=="function"?await n.description(h):n.description,x=typeof g=="object"&&!A.isValidElement(g)?g:{message:g};this.create({id:i,type:"error",description:b,...x})}else if(n.success!==void 0){l=!1;const g=typeof n.success=="function"?await n.success(h):n.success,b=typeof n.description=="function"?await n.description(h):n.description,x=typeof g=="object"&&!A.isValidElement(g)?g:{message:g};this.create({id:i,type:"success",description:b,...x})}}).catch(async h=>{if(u=["reject",h],n.error!==void 0){l=!1;const p=typeof n.error=="function"?await n.error(h):n.error,g=typeof n.description=="function"?await n.description(h):n.description,v=typeof p=="object"&&!A.isValidElement(p)?p:{message:p};this.create({id:i,type:"error",description:g,...v})}}).finally(()=>{l&&(this.dismiss(i),i=void 0),n.finally==null||n.finally.call(n)}),d=()=>new Promise((h,p)=>c.then(()=>u[0]==="reject"?p(u[1]):h(u[1])).catch(p));return typeof i!="string"&&typeof i!="number"?{unwrap:d}:Object.assign(i,{unwrap:d})},this.custom=(e,n)=>{const i=n?.id||Ic++;return this.create({jsx:e(i),id:i,...n}),i},this.getActiveToasts=()=>this.toasts.filter(e=>!this.dismissedToasts.has(e.id)),this.subscribers=[],this.toasts=[],this.dismissedToasts=new Set}}const yn=new $V,eI=(t,e)=>{const n=e?.id||Ic++;return yn.addToast({title:t,...e,id:n}),n},tI=t=>t&&typeof t=="object"&&"ok"in t&&typeof t.ok=="boolean"&&"status"in t&&typeof t.status=="number",nI=eI,rI=()=>yn.toasts,iI=()=>yn.getActiveToasts(),sI=Object.assign(nI,{success:yn.success,info:yn.info,warning:yn.warning,error:yn.error,custom:yn.custom,message:yn.message,promise:yn.promise,dismiss:yn.dismiss,loading:yn.loading},{getHistory:rI,getToasts:iI});ZV("[data-sonner-toaster][dir=ltr],html[dir=ltr]{--toast-icon-margin-start:-3px;--toast-icon-margin-end:4px;--toast-svg-margin-start:-1px;--toast-svg-margin-end:0px;--toast-button-margin-start:auto;--toast-button-margin-end:0;--toast-close-button-start:0;--toast-close-button-end:unset;--toast-close-button-transform:translate(-35%, -35%)}[data-sonner-toaster][dir=rtl],html[dir=rtl]{--toast-icon-margin-start:4px;--toast-icon-margin-end:-3px;--toast-svg-margin-start:0px;--toast-svg-margin-end:-1px;--toast-button-margin-start:0;--toast-button-margin-end:auto;--toast-close-button-start:unset;--toast-close-button-end:0;--toast-close-button-transform:translate(35%, -35%)}[data-sonner-toaster]{position:fixed;width:var(--width);font-family:ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,Noto Color Emoji;--gray1:hsl(0, 0%, 99%);--gray2:hsl(0, 0%, 97.3%);--gray3:hsl(0, 0%, 95.1%);--gray4:hsl(0, 0%, 93%);--gray5:hsl(0, 0%, 90.9%);--gray6:hsl(0, 0%, 88.7%);--gray7:hsl(0, 0%, 85.8%);--gray8:hsl(0, 0%, 78%);--gray9:hsl(0, 0%, 56.1%);--gray10:hsl(0, 0%, 52.3%);--gray11:hsl(0, 0%, 43.5%);--gray12:hsl(0, 0%, 9%);--border-radius:8px;box-sizing:border-box;padding:0;margin:0;list-style:none;outline:0;z-index:999999999;transition:transform .4s ease}@media (hover:none) and (pointer:coarse){[data-sonner-toaster][data-lifted=true]{transform:none}}[data-sonner-toaster][data-x-position=right]{right:var(--offset-right)}[data-sonner-toaster][data-x-position=left]{left:var(--offset-left)}[data-sonner-toaster][data-x-position=center]{left:50%;transform:translateX(-50%)}[data-sonner-toaster][data-y-position=top]{top:var(--offset-top)}[data-sonner-toaster][data-y-position=bottom]{bottom:var(--offset-bottom)}[data-sonner-toast]{--y:translateY(100%);--lift-amount:calc(var(--lift) * var(--gap));z-index:var(--z-index);position:absolute;opacity:0;transform:var(--y);touch-action:none;transition:transform .4s,opacity .4s,height .4s,box-shadow .2s;box-sizing:border-box;outline:0;overflow-wrap:anywhere}[data-sonner-toast][data-styled=true]{padding:16px;background:var(--normal-bg);border:1px solid var(--normal-border);color:var(--normal-text);border-radius:var(--border-radius);box-shadow:0 4px 12px rgba(0,0,0,.1);width:var(--width);font-size:13px;display:flex;align-items:center;gap:6px}[data-sonner-toast]:focus-visible{box-shadow:0 4px 12px rgba(0,0,0,.1),0 0 0 2px rgba(0,0,0,.2)}[data-sonner-toast][data-y-position=top]{top:0;--y:translateY(-100%);--lift:1;--lift-amount:calc(1 * var(--gap))}[data-sonner-toast][data-y-position=bottom]{bottom:0;--y:translateY(100%);--lift:-1;--lift-amount:calc(var(--lift) * var(--gap))}[data-sonner-toast][data-styled=true] [data-description]{font-weight:400;line-height:1.4;color:#3f3f3f}[data-rich-colors=true][data-sonner-toast][data-styled=true] [data-description]{color:inherit}[data-sonner-toaster][data-sonner-theme=dark] [data-description]{color:#e8e8e8}[data-sonner-toast][data-styled=true] [data-title]{font-weight:500;line-height:1.5;color:inherit}[data-sonner-toast][data-styled=true] [data-icon]{display:flex;height:16px;width:16px;position:relative;justify-content:flex-start;align-items:center;flex-shrink:0;margin-left:var(--toast-icon-margin-start);margin-right:var(--toast-icon-margin-end)}[data-sonner-toast][data-promise=true] [data-icon]>svg{opacity:0;transform:scale(.8);transform-origin:center;animation:sonner-fade-in .3s ease forwards}[data-sonner-toast][data-styled=true] [data-icon]>*{flex-shrink:0}[data-sonner-toast][data-styled=true] [data-icon] svg{margin-left:var(--toast-svg-margin-start);margin-right:var(--toast-svg-margin-end)}[data-sonner-toast][data-styled=true] [data-content]{display:flex;flex-direction:column;gap:2px}[data-sonner-toast][data-styled=true] [data-button]{border-radius:4px;padding-left:8px;padding-right:8px;height:24px;font-size:12px;color:var(--normal-bg);background:var(--normal-text);margin-left:var(--toast-button-margin-start);margin-right:var(--toast-button-margin-end);border:none;font-weight:500;cursor:pointer;outline:0;display:flex;align-items:center;flex-shrink:0;transition:opacity .4s,box-shadow .2s}[data-sonner-toast][data-styled=true] [data-button]:focus-visible{box-shadow:0 0 0 2px rgba(0,0,0,.4)}[data-sonner-toast][data-styled=true] [data-button]:first-of-type{margin-left:var(--toast-button-margin-start);margin-right:var(--toast-button-margin-end)}[data-sonner-toast][data-styled=true] [data-cancel]{color:var(--normal-text);background:rgba(0,0,0,.08)}[data-sonner-toaster][data-sonner-theme=dark] [data-sonner-toast][data-styled=true] [data-cancel]{background:rgba(255,255,255,.3)}[data-sonner-toast][data-styled=true] [data-close-button]{position:absolute;left:var(--toast-close-button-start);right:var(--toast-close-button-end);top:0;height:20px;width:20px;display:flex;justify-content:center;align-items:center;padding:0;color:var(--gray12);background:var(--normal-bg);border:1px solid var(--gray4);transform:var(--toast-close-button-transform);border-radius:50%;cursor:pointer;z-index:1;transition:opacity .1s,background .2s,border-color .2s}[data-sonner-toast][data-styled=true] [data-close-button]:focus-visible{box-shadow:0 4px 12px rgba(0,0,0,.1),0 0 0 2px rgba(0,0,0,.2)}[data-sonner-toast][data-styled=true] [data-disabled=true]{cursor:not-allowed}[data-sonner-toast][data-styled=true]:hover [data-close-button]:hover{background:var(--gray2);border-color:var(--gray5)}[data-sonner-toast][data-swiping=true]::before{content:'';position:absolute;left:-100%;right:-100%;height:100%;z-index:-1}[data-sonner-toast][data-y-position=top][data-swiping=true]::before{bottom:50%;transform:scaleY(3) translateY(50%)}[data-sonner-toast][data-y-position=bottom][data-swiping=true]::before{top:50%;transform:scaleY(3) translateY(-50%)}[data-sonner-toast][data-swiping=false][data-removed=true]::before{content:'';position:absolute;inset:0;transform:scaleY(2)}[data-sonner-toast][data-expanded=true]::after{content:'';position:absolute;left:0;height:calc(var(--gap) + 1px);bottom:100%;width:100%}[data-sonner-toast][data-mounted=true]{--y:translateY(0);opacity:1}[data-sonner-toast][data-expanded=false][data-front=false]{--scale:var(--toasts-before) * 0.05 + 1;--y:translateY(calc(var(--lift-amount) * var(--toasts-before))) scale(calc(-1 * var(--scale)));height:var(--front-toast-height)}[data-sonner-toast]>*{transition:opacity .4s}[data-sonner-toast][data-x-position=right]{right:0}[data-sonner-toast][data-x-position=left]{left:0}[data-sonner-toast][data-expanded=false][data-front=false][data-styled=true]>*{opacity:0}[data-sonner-toast][data-visible=false]{opacity:0;pointer-events:none}[data-sonner-toast][data-mounted=true][data-expanded=true]{--y:translateY(calc(var(--lift) * var(--offset)));height:var(--initial-height)}[data-sonner-toast][data-removed=true][data-front=true][data-swipe-out=false]{--y:translateY(calc(var(--lift) * -100%));opacity:0}[data-sonner-toast][data-removed=true][data-front=false][data-swipe-out=false][data-expanded=true]{--y:translateY(calc(var(--lift) * var(--offset) + var(--lift) * -100%));opacity:0}[data-sonner-toast][data-removed=true][data-front=false][data-swipe-out=false][data-expanded=false]{--y:translateY(40%);opacity:0;transition:transform .5s,opacity .2s}[data-sonner-toast][data-removed=true][data-front=false]::before{height:calc(var(--initial-height) + 20%)}[data-sonner-toast][data-swiping=true]{transform:var(--y) translateY(var(--swipe-amount-y,0)) translateX(var(--swipe-amount-x,0));transition:none}[data-sonner-toast][data-swiped=true]{user-select:none}[data-sonner-toast][data-swipe-out=true][data-y-position=bottom],[data-sonner-toast][data-swipe-out=true][data-y-position=top]{animation-duration:.2s;animation-timing-function:ease-out;animation-fill-mode:forwards}[data-sonner-toast][data-swipe-out=true][data-swipe-direction=left]{animation-name:swipe-out-left}[data-sonner-toast][data-swipe-out=true][data-swipe-direction=right]{animation-name:swipe-out-right}[data-sonner-toast][data-swipe-out=true][data-swipe-direction=up]{animation-name:swipe-out-up}[data-sonner-toast][data-swipe-out=true][data-swipe-direction=down]{animation-name:swipe-out-down}@keyframes swipe-out-left{from{transform:var(--y) translateX(var(--swipe-amount-x));opacity:1}to{transform:var(--y) translateX(calc(var(--swipe-amount-x) - 100%));opacity:0}}@keyframes swipe-out-right{from{transform:var(--y) translateX(var(--swipe-amount-x));opacity:1}to{transform:var(--y) translateX(calc(var(--swipe-amount-x) + 100%));opacity:0}}@keyframes swipe-out-up{from{transform:var(--y) translateY(var(--swipe-amount-y));opacity:1}to{transform:var(--y) translateY(calc(var(--swipe-amount-y) - 100%));opacity:0}}@keyframes swipe-out-down{from{transform:var(--y) translateY(var(--swipe-amount-y));opacity:1}to{transform:var(--y) translateY(calc(var(--swipe-amount-y) + 100%));opacity:0}}@media (max-width:600px){[data-sonner-toaster]{position:fixed;right:var(--mobile-offset-right);left:var(--mobile-offset-left);width:100%}[data-sonner-toaster][dir=rtl]{left:calc(var(--mobile-offset-left) * -1)}[data-sonner-toaster] [data-sonner-toast]{left:0;right:0;width:calc(100% - var(--mobile-offset-left) * 2)}[data-sonner-toaster][data-x-position=left]{left:var(--mobile-offset-left)}[data-sonner-toaster][data-y-position=bottom]{bottom:var(--mobile-offset-bottom)}[data-sonner-toaster][data-y-position=top]{top:var(--mobile-offset-top)}[data-sonner-toaster][data-x-position=center]{left:var(--mobile-offset-left);right:var(--mobile-offset-right);transform:none}}[data-sonner-toaster][data-sonner-theme=light]{--normal-bg:#fff;--normal-border:var(--gray4);--normal-text:var(--gray12);--success-bg:hsl(143, 85%, 96%);--success-border:hsl(145, 92%, 87%);--success-text:hsl(140, 100%, 27%);--info-bg:hsl(208, 100%, 97%);--info-border:hsl(221, 91%, 93%);--info-text:hsl(210, 92%, 45%);--warning-bg:hsl(49, 100%, 97%);--warning-border:hsl(49, 91%, 84%);--warning-text:hsl(31, 92%, 45%);--error-bg:hsl(359, 100%, 97%);--error-border:hsl(359, 100%, 94%);--error-text:hsl(360, 100%, 45%)}[data-sonner-toaster][data-sonner-theme=light] [data-sonner-toast][data-invert=true]{--normal-bg:#000;--normal-border:hsl(0, 0%, 20%);--normal-text:var(--gray1)}[data-sonner-toaster][data-sonner-theme=dark] [data-sonner-toast][data-invert=true]{--normal-bg:#fff;--normal-border:var(--gray3);--normal-text:var(--gray12)}[data-sonner-toaster][data-sonner-theme=dark]{--normal-bg:#000;--normal-bg-hover:hsl(0, 0%, 12%);--normal-border:hsl(0, 0%, 20%);--normal-border-hover:hsl(0, 0%, 25%);--normal-text:var(--gray1);--success-bg:hsl(150, 100%, 6%);--success-border:hsl(147, 100%, 12%);--success-text:hsl(150, 86%, 65%);--info-bg:hsl(215, 100%, 6%);--info-border:hsl(223, 43%, 17%);--info-text:hsl(216, 87%, 65%);--warning-bg:hsl(64, 100%, 6%);--warning-border:hsl(60, 100%, 9%);--warning-text:hsl(46, 87%, 65%);--error-bg:hsl(358, 76%, 10%);--error-border:hsl(357, 89%, 16%);--error-text:hsl(358, 100%, 81%)}[data-sonner-toaster][data-sonner-theme=dark] [data-sonner-toast] [data-close-button]{background:var(--normal-bg);border-color:var(--normal-border);color:var(--normal-text)}[data-sonner-toaster][data-sonner-theme=dark] [data-sonner-toast] [data-close-button]:hover{background:var(--normal-bg-hover);border-color:var(--normal-border-hover)}[data-rich-colors=true][data-sonner-toast][data-type=success]{background:var(--success-bg);border-color:var(--success-border);color:var(--success-text)}[data-rich-colors=true][data-sonner-toast][data-type=success] [data-close-button]{background:var(--success-bg);border-color:var(--success-border);color:var(--success-text)}[data-rich-colors=true][data-sonner-toast][data-type=info]{background:var(--info-bg);border-color:var(--info-border);color:var(--info-text)}[data-rich-colors=true][data-sonner-toast][data-type=info] [data-close-button]{background:var(--info-bg);border-color:var(--info-border);color:var(--info-text)}[data-rich-colors=true][data-sonner-toast][data-type=warning]{background:var(--warning-bg);border-color:var(--warning-border);color:var(--warning-text)}[data-rich-colors=true][data-sonner-toast][data-type=warning] [data-close-button]{background:var(--warning-bg);border-color:var(--warning-border);color:var(--warning-text)}[data-rich-colors=true][data-sonner-toast][data-type=error]{background:var(--error-bg);border-color:var(--error-border);color:var(--error-text)}[data-rich-colors=true][data-sonner-toast][data-type=error] [data-close-button]{background:var(--error-bg);border-color:var(--error-border);color:var(--error-text)}.sonner-loading-wrapper{--size:16px;height:var(--size);width:var(--size);position:absolute;inset:0;z-index:10}.sonner-loading-wrapper[data-visible=false]{transform-origin:center;animation:sonner-fade-out .2s ease forwards}.sonner-spinner{position:relative;top:50%;left:50%;height:var(--size);width:var(--size)}.sonner-loading-bar{animation:sonner-spin 1.2s linear infinite;background:var(--gray11);border-radius:6px;height:8%;left:-10%;position:absolute;top:-3.9%;width:24%}.sonner-loading-bar:first-child{animation-delay:-1.2s;transform:rotate(.0001deg) translate(146%)}.sonner-loading-bar:nth-child(2){animation-delay:-1.1s;transform:rotate(30deg) translate(146%)}.sonner-loading-bar:nth-child(3){animation-delay:-1s;transform:rotate(60deg) translate(146%)}.sonner-loading-bar:nth-child(4){animation-delay:-.9s;transform:rotate(90deg) translate(146%)}.sonner-loading-bar:nth-child(5){animation-delay:-.8s;transform:rotate(120deg) translate(146%)}.sonner-loading-bar:nth-child(6){animation-delay:-.7s;transform:rotate(150deg) translate(146%)}.sonner-loading-bar:nth-child(7){animation-delay:-.6s;transform:rotate(180deg) translate(146%)}.sonner-loading-bar:nth-child(8){animation-delay:-.5s;transform:rotate(210deg) translate(146%)}.sonner-loading-bar:nth-child(9){animation-delay:-.4s;transform:rotate(240deg) translate(146%)}.sonner-loading-bar:nth-child(10){animation-delay:-.3s;transform:rotate(270deg) translate(146%)}.sonner-loading-bar:nth-child(11){animation-delay:-.2s;transform:rotate(300deg) translate(146%)}.sonner-loading-bar:nth-child(12){animation-delay:-.1s;transform:rotate(330deg) translate(146%)}@keyframes sonner-fade-in{0%{opacity:0;transform:scale(.8)}100%{opacity:1;transform:scale(1)}}@keyframes sonner-fade-out{0%{opacity:1;transform:scale(1)}100%{opacity:0;transform:scale(.8)}}@keyframes sonner-spin{0%{opacity:1}100%{opacity:.15}}@media (prefers-reduced-motion){.sonner-loading-bar,[data-sonner-toast],[data-sonner-toast]>*{transition:none!important;animation:none!important}}.sonner-loader{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);transform-origin:center;transition:opacity .2s,transform .2s}.sonner-loader[data-visible=false]{opacity:0;transform:scale(.8) translate(-50%,-50%)}");const oI=()=>{window.location.pathname!==Jo()+"/login"&&(window.location.href=Jo()+"/login")},aI=t=>{sI.error(t.toString())};class lI extends cu{async retryRequest(e){try{return await e()}catch(n){if(n instanceof Mo&&n.status===401)return await e();throw n}}async put(e,n){return this.retryRequest(()=>super.put(e,n))}async get(e){return this.retryRequest(()=>super.get(e))}async post(e,n){return this.retryRequest(()=>super.post(e,n))}async shareThread(e,n){return(await this.put("/project/thread/share",{threadId:e,isShared:n})).json()}connectStreamableHttpMCP(e,n,i,o){const l=()=>fetch(new URL("mcp",this.httpEndpoint.endsWith("/")?this.httpEndpoint:`${this.httpEndpoint}/`),{method:"POST",headers:{"Content-Type":"application/json",...e?{"x-session-id":e}:{}},body:JSON.stringify({clientType:"streamable-http",name:n,url:i,sessionId:e,...o?{headers:o}:{}})}).then(async u=>{if(u.status===401)throw new Mo("Unauthorized",401);const c=await u.json();return{success:u.ok,mcp:c.mcp,error:c.detail}});return this.retryRequest(l)}}function w0(t){""+Jo();const e=window.origin+Jo(),n=t||e,i=new URL(n).toString();return new lI(i,"webapp",{},oI,aI)}w0();let Ti=null,er=null;function b0(t){if(Ti&&Mc(),typeof t.container=="string"){const n=document.querySelector(t.container);if(!n)throw new Error(`Container element not found: ${t.container}`);er=n}else if(t.container instanceof HTMLElement)er=t.container;else{const n=document.getElementById("tia-chatbot-root");if(n)er=n;else{const i=document.createElement("div");i.id="tia-chatbot-root",document.body.appendChild(i),er=i}}const e=w0(t.serverUrl);return Ti=jv.createRoot(er),Ti.render(Z.jsx(is.Provider,{value:e,children:Z.jsx(CE,{children:Z.jsx(XV,{})})})),{destroy:Mc}}function Mc(){Ti&&(Ti.unmount(),Ti=null),er&&er.id==="tia-chatbot-root"&&er.remove(),er=null}kn.default=b0,kn.destroyTiaChatbot=Mc,kn.initTiaChatbot=b0,Object.defineProperties(kn,{__esModule:{value:!0},[Symbol.toStringTag]:{value:"Module"}})}));
|
|
364
|
-
//# sourceMappingURL=tia-chatbot.umd.js.map
|