@matthiaskrijgsman/mat-ui 0.0.18 → 0.0.20

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.
@@ -1,4 +1,4 @@
1
- (function(D,T){typeof exports=="object"&&typeof module<"u"?T(exports,require("react"),require("react-dom")):typeof define=="function"&&define.amd?define(["exports","react","react-dom"],T):(D=typeof globalThis<"u"?globalThis:D||self,T(D.MatUI={},D.React,D.ReactDOM))})(this,(function(D,T,el){"use strict";function ci(e){const t=Object.create(null,{[Symbol.toStringTag]:{value:"Module"}});if(e){for(const n in e)if(n!=="default"){const s=Object.getOwnPropertyDescriptor(e,n);Object.defineProperty(t,n,s.get?s:{enumerable:!0,get:()=>e[n]})}}return t.default=e,Object.freeze(t)}const C=ci(T),ui=ci(el);var zt={exports:{}},pt={};/**
1
+ (function(z,k){typeof exports=="object"&&typeof module<"u"?k(exports,require("react"),require("react-dom")):typeof define=="function"&&define.amd?define(["exports","react","react-dom"],k):(z=typeof globalThis<"u"?globalThis:z||self,k(z.MatUI={},z.React,z.ReactDOM))})(this,(function(z,k,Kc){"use strict";function ho(e){const t=Object.create(null,{[Symbol.toStringTag]:{value:"Module"}});if(e){for(const n in e)if(n!=="default"){const i=Object.getOwnPropertyDescriptor(e,n);Object.defineProperty(t,n,i.get?i:{enumerable:!0,get:()=>e[n]})}}return t.default=e,Object.freeze(t)}const C=ho(k),go=ho(Kc);function vo(e){return e&&e.__esModule&&Object.prototype.hasOwnProperty.call(e,"default")?e.default:e}var hn={exports:{}},zt={};/**
2
2
  * @license React
3
3
  * react-jsx-runtime.production.js
4
4
  *
@@ -6,7 +6,7 @@
6
6
  *
7
7
  * This source code is licensed under the MIT license found in the
8
8
  * LICENSE file in the root directory of this source tree.
9
- */var di;function tl(){if(di)return pt;di=1;var e=Symbol.for("react.transitional.element"),t=Symbol.for("react.fragment");function n(s,i,o){var r=null;if(o!==void 0&&(r=""+o),i.key!==void 0&&(r=""+i.key),"key"in i){o={};for(var a in i)a!=="key"&&(o[a]=i[a])}else o=i;return i=o.ref,{$$typeof:e,type:s,key:r,ref:i!==void 0?i:null,props:o}}return pt.Fragment=t,pt.jsx=n,pt.jsxs=n,pt}var gt={};/**
9
+ */var xo;function Yc(){if(xo)return zt;xo=1;var e=Symbol.for("react.transitional.element"),t=Symbol.for("react.fragment");function n(i,r,o){var s=null;if(o!==void 0&&(s=""+o),r.key!==void 0&&(s=""+r.key),"key"in r){o={};for(var a in r)a!=="key"&&(o[a]=r[a])}else o=r;return r=o.ref,{$$typeof:e,type:i,key:s,ref:r!==void 0?r:null,props:o}}return zt.Fragment=t,zt.jsx=n,zt.jsxs=n,zt}var Bt={};/**
10
10
  * @license React
11
11
  * react-jsx-runtime.development.js
12
12
  *
@@ -14,117 +14,170 @@
14
14
  *
15
15
  * This source code is licensed under the MIT license found in the
16
16
  * LICENSE file in the root directory of this source tree.
17
- */var fi;function nl(){return fi||(fi=1,process.env.NODE_ENV!=="production"&&(function(){function e(w){if(w==null)return null;if(typeof w=="function")return w.$$typeof===V?null:w.displayName||w.name||null;if(typeof w=="string")return w;switch(w){case v:return"Fragment";case p:return"Profiler";case b:return"StrictMode";case S:return"Suspense";case A:return"SuspenseList";case N:return"Activity"}if(typeof w=="object")switch(typeof w.tag=="number"&&console.error("Received an unexpected object in getComponentNameFromType(). This is likely a bug in React. Please file an issue."),w.$$typeof){case g:return"Portal";case y:return(w.displayName||"Context")+".Provider";case x:return(w._context.displayName||"Context")+".Consumer";case P:var M=w.render;return w=w.displayName,w||(w=M.displayName||M.name||"",w=w!==""?"ForwardRef("+w+")":"ForwardRef"),w;case k:return M=w.displayName||null,M!==null?M:e(w.type)||"Memo";case E:M=w._payload,w=w._init;try{return e(w(M))}catch{}}return null}function t(w){return""+w}function n(w){try{t(w);var M=!1}catch{M=!0}if(M){M=console;var W=M.error,G=typeof Symbol=="function"&&Symbol.toStringTag&&w[Symbol.toStringTag]||w.constructor.name||"Object";return W.call(M,"The provided key is an unsupported type %s. This value must be coerced to a string before using it here.",G),t(w)}}function s(w){if(w===v)return"<>";if(typeof w=="object"&&w!==null&&w.$$typeof===E)return"<...>";try{var M=e(w);return M?"<"+M+">":"<...>"}catch{return"<...>"}}function i(){var w=F.A;return w===null?null:w.getOwner()}function o(){return Error("react-stack-top-frame")}function r(w){if(ie.call(w,"key")){var M=Object.getOwnPropertyDescriptor(w,"key").get;if(M&&M.isReactWarning)return!1}return w.key!==void 0}function a(w,M){function W(){X||(X=!0,console.error("%s: `key` is not a prop. Trying to access it will result in `undefined` being returned. If you need to access the same value within the child component, you should pass it as a different prop. (https://react.dev/link/special-props)",M))}W.isReactWarning=!0,Object.defineProperty(w,"key",{get:W,configurable:!0})}function l(){var w=e(this.type);return re[w]||(re[w]=!0,console.error("Accessing element.ref was removed in React 19. ref is now a regular prop. It will be removed from the JSX Element type in a future release.")),w=this.props.ref,w!==void 0?w:null}function u(w,M,W,G,De,be,oi,ai){return W=be.ref,w={$$typeof:m,type:w,key:M,props:be,_owner:De},(W!==void 0?W:null)!==null?Object.defineProperty(w,"ref",{enumerable:!1,get:l}):Object.defineProperty(w,"ref",{enumerable:!1,value:null}),w._store={},Object.defineProperty(w._store,"validated",{configurable:!1,enumerable:!1,writable:!0,value:0}),Object.defineProperty(w,"_debugInfo",{configurable:!1,enumerable:!1,writable:!0,value:null}),Object.defineProperty(w,"_debugStack",{configurable:!1,enumerable:!1,writable:!0,value:oi}),Object.defineProperty(w,"_debugTask",{configurable:!1,enumerable:!1,writable:!0,value:ai}),Object.freeze&&(Object.freeze(w.props),Object.freeze(w)),w}function c(w,M,W,G,De,be,oi,ai){var q=M.children;if(q!==void 0)if(G)if(ne(q)){for(G=0;G<q.length;G++)d(q[G]);Object.freeze&&Object.freeze(q)}else console.error("React.jsx: Static children should always be an array. You are likely explicitly calling React.jsxs or React.jsxDEV. Use the Babel transform instead.");else d(q);if(ie.call(M,"key")){q=e(w);var mt=Object.keys(M).filter(function(op){return op!=="key"});G=0<mt.length?"{key: someKey, "+mt.join(": ..., ")+": ...}":"{key: someKey}",J[q+G]||(mt=0<mt.length?"{"+mt.join(": ..., ")+": ...}":"{}",console.error(`A props object containing a "key" prop is being spread into JSX:
17
+ */var yo;function Hc(){return yo||(yo=1,process.env.NODE_ENV!=="production"&&(function(){function e(h){if(h==null)return null;if(typeof h=="function")return h.$$typeof===q?null:h.displayName||h.name||null;if(typeof h=="string")return h;switch(h){case y:return"Fragment";case g:return"Profiler";case w:return"StrictMode";case x:return"Suspense";case A:return"SuspenseList";case B:return"Activity"}if(typeof h=="object")switch(typeof h.tag=="number"&&console.error("Received an unexpected object in getComponentNameFromType(). This is likely a bug in React. Please file an issue."),h.$$typeof){case v:return"Portal";case b:return(h.displayName||"Context")+".Provider";case T:return(h._context.displayName||"Context")+".Consumer";case S:var j=h.render;return h=h.displayName,h||(h=j.displayName||j.name||"",h=h!==""?"ForwardRef("+h+")":"ForwardRef"),h;case E:return j=h.displayName||null,j!==null?j:e(h.type)||"Memo";case P:j=h._payload,h=h._init;try{return e(h(j))}catch{}}return null}function t(h){return""+h}function n(h){try{t(h);var j=!1}catch{j=!0}if(j){j=console;var O=j.error,N=typeof Symbol=="function"&&Symbol.toStringTag&&h[Symbol.toStringTag]||h.constructor.name||"Object";return O.call(j,"The provided key is an unsupported type %s. This value must be coerced to a string before using it here.",N),t(h)}}function i(h){if(h===y)return"<>";if(typeof h=="object"&&h!==null&&h.$$typeof===P)return"<...>";try{var j=e(h);return j?"<"+j+">":"<...>"}catch{return"<...>"}}function r(){var h=$.A;return h===null?null:h.getOwner()}function o(){return Error("react-stack-top-frame")}function s(h){if(ee.call(h,"key")){var j=Object.getOwnPropertyDescriptor(h,"key").get;if(j&&j.isReactWarning)return!1}return h.key!==void 0}function a(h,j){function O(){J||(J=!0,console.error("%s: `key` is not a prop. Trying to access it will result in `undefined` being returned. If you need to access the same value within the child component, you should pass it as a different prop. (https://react.dev/link/special-props)",j))}O.isReactWarning=!0,Object.defineProperty(h,"key",{get:O,configurable:!0})}function l(){var h=e(this.type);return re[h]||(re[h]=!0,console.error("Accessing element.ref was removed in React 19. ref is now a regular prop. It will be removed from the JSX Element type in a future release.")),h=this.props.ref,h!==void 0?h:null}function u(h,j,O,N,F,L,K,U){return O=L.ref,h={$$typeof:m,type:h,key:j,props:L,_owner:F},(O!==void 0?O:null)!==null?Object.defineProperty(h,"ref",{enumerable:!1,get:l}):Object.defineProperty(h,"ref",{enumerable:!1,value:null}),h._store={},Object.defineProperty(h._store,"validated",{configurable:!1,enumerable:!1,writable:!0,value:0}),Object.defineProperty(h,"_debugInfo",{configurable:!1,enumerable:!1,writable:!0,value:null}),Object.defineProperty(h,"_debugStack",{configurable:!1,enumerable:!1,writable:!0,value:K}),Object.defineProperty(h,"_debugTask",{configurable:!1,enumerable:!1,writable:!0,value:U}),Object.freeze&&(Object.freeze(h.props),Object.freeze(h)),h}function c(h,j,O,N,F,L,K,U){var V=j.children;if(V!==void 0)if(N)if(X(V)){for(N=0;N<V.length;N++)d(V[N]);Object.freeze&&Object.freeze(V)}else console.error("React.jsx: Static children should always be an array. You are likely explicitly calling React.jsxs or React.jsxDEV. Use the Babel transform instead.");else d(V);if(ee.call(j,"key")){V=e(h);var H=Object.keys(j).filter(function(de){return de!=="key"});N=0<H.length?"{key: someKey, "+H.join(": ..., ")+": ...}":"{key: someKey}",Z[V+N]||(H=0<H.length?"{"+H.join(": ..., ")+": ...}":"{}",console.error(`A props object containing a "key" prop is being spread into JSX:
18
18
  let props = %s;
19
19
  <%s {...props} />
20
20
  React keys must be passed directly to JSX without using spread:
21
21
  let props = %s;
22
- <%s key={someKey} {...props} />`,G,q,mt,q),J[q+G]=!0)}if(q=null,W!==void 0&&(n(W),q=""+W),r(M)&&(n(M.key),q=""+M.key),"key"in M){W={};for(var li in M)li!=="key"&&(W[li]=M[li])}else W=M;return q&&a(W,typeof w=="function"?w.displayName||w.name||"Unknown":w),u(w,q,be,De,i(),W,oi,ai)}function d(w){typeof w=="object"&&w!==null&&w.$$typeof===m&&w._store&&(w._store.validated=1)}var h=T,m=Symbol.for("react.transitional.element"),g=Symbol.for("react.portal"),v=Symbol.for("react.fragment"),b=Symbol.for("react.strict_mode"),p=Symbol.for("react.profiler"),x=Symbol.for("react.consumer"),y=Symbol.for("react.context"),P=Symbol.for("react.forward_ref"),S=Symbol.for("react.suspense"),A=Symbol.for("react.suspense_list"),k=Symbol.for("react.memo"),E=Symbol.for("react.lazy"),N=Symbol.for("react.activity"),V=Symbol.for("react.client.reference"),F=h.__CLIENT_INTERNALS_DO_NOT_USE_OR_WARN_USERS_THEY_CANNOT_UPGRADE,ie=Object.prototype.hasOwnProperty,ne=Array.isArray,O=console.createTask?console.createTask:function(){return null};h={react_stack_bottom_frame:function(w){return w()}};var X,re={},z=h.react_stack_bottom_frame.bind(h,o)(),I=O(s(o)),J={};gt.Fragment=v,gt.jsx=function(w,M,W,G,De){var be=1e4>F.recentlyCreatedOwnerStacks++;return c(w,M,W,!1,G,De,be?Error("react-stack-top-frame"):z,be?O(s(w)):I)},gt.jsxs=function(w,M,W,G,De){var be=1e4>F.recentlyCreatedOwnerStacks++;return c(w,M,W,!0,G,De,be?Error("react-stack-top-frame"):z,be?O(s(w)):I)}})()),gt}var hi;function sl(){return hi||(hi=1,process.env.NODE_ENV==="production"?zt.exports=tl():zt.exports=nl()),zt.exports}var f=sl();const R=(...e)=>e.filter(Boolean).join(" "),bn=T.createContext({});function wn(e){const t=T.useRef(null);return t.current===null&&(t.current=e()),t.current}const Tn=typeof window<"u",mi=Tn?T.useLayoutEffect:T.useEffect,Wt=T.createContext(null);function Sn(e,t){e.indexOf(t)===-1&&e.push(t)}function Cn(e,t){const n=e.indexOf(t);n>-1&&e.splice(n,1)}const we=(e,t,n)=>n>t?t:n<e?e:n;function Pn(e,t){return t?`${e}. For more information and steps for solving, visit https://motion.dev/troubleshooting/${t}`:e}let Ke=()=>{},Te=()=>{};process.env.NODE_ENV!=="production"&&(Ke=(e,t,n)=>{!e&&typeof console<"u"&&console.warn(Pn(t,n))},Te=(e,t,n)=>{if(!e)throw new Error(Pn(t,n))});const Se={},pi=e=>/^-?(?:\d+(?:\.\d+)?|\.\d+)$/u.test(e);function gi(e){return typeof e=="object"&&e!==null}const yi=e=>/^0[^.\s]+$/u.test(e);function kn(e){let t;return()=>(t===void 0&&(t=e()),t)}const oe=e=>e,il=(e,t)=>n=>t(e(n)),yt=(...e)=>e.reduce(il),vt=(e,t,n)=>{const s=t-e;return s===0?1:(n-e)/s};class En{constructor(){this.subscriptions=[]}add(t){return Sn(this.subscriptions,t),()=>Cn(this.subscriptions,t)}notify(t,n,s){const i=this.subscriptions.length;if(i)if(i===1)this.subscriptions[0](t,n,s);else for(let o=0;o<i;o++){const r=this.subscriptions[o];r&&r(t,n,s)}}getSize(){return this.subscriptions.length}clear(){this.subscriptions.length=0}}const ue=e=>e*1e3,he=e=>e/1e3;function vi(e,t){return t?e*(1e3/t):0}const xi=new Set;function An(e,t,n){e||xi.has(t)||(console.warn(Pn(t,n)),xi.add(t))}const bi=(e,t,n)=>(((1-3*n+3*t)*e+(3*n-6*t))*e+3*t)*e,rl=1e-7,ol=12;function al(e,t,n,s,i){let o,r,a=0;do r=t+(n-t)/2,o=bi(r,s,i)-e,o>0?n=r:t=r;while(Math.abs(o)>rl&&++a<ol);return r}function xt(e,t,n,s){if(e===t&&n===s)return oe;const i=o=>al(o,0,1,e,n);return o=>o===0||o===1?o:bi(i(o),t,s)}const wi=e=>t=>t<=.5?e(2*t)/2:(2-e(2*(1-t)))/2,Ti=e=>t=>1-e(1-t),Si=xt(.33,1.53,.69,.99),jn=Ti(Si),Ci=wi(jn),Pi=e=>(e*=2)<1?.5*jn(e):.5*(2-Math.pow(2,-10*(e-1))),Rn=e=>1-Math.sin(Math.acos(e)),ki=Ti(Rn),Ei=wi(Rn),ll=xt(.42,0,1,1),cl=xt(0,0,.58,1),Ai=xt(.42,0,.58,1),ul=e=>Array.isArray(e)&&typeof e[0]!="number",ji=e=>Array.isArray(e)&&typeof e[0]=="number",Ri={linear:oe,easeIn:ll,easeInOut:Ai,easeOut:cl,circIn:Rn,circInOut:Ei,circOut:ki,backIn:jn,backInOut:Ci,backOut:Si,anticipate:Pi},dl=e=>typeof e=="string",Di=e=>{if(ji(e)){Te(e.length===4,"Cubic bezier arrays must contain four numerical values.","cubic-bezier-length");const[t,n,s,i]=e;return xt(t,n,s,i)}else if(dl(e))return Te(Ri[e]!==void 0,`Invalid easing type '${e}'`,"invalid-easing-type"),Ri[e];return e},$t=["setup","read","resolveKeyframes","preUpdate","update","preRender","render","postRender"];function fl(e,t){let n=new Set,s=new Set,i=!1,o=!1;const r=new WeakSet;let a={delta:0,timestamp:0,isProcessing:!1};function l(c){r.has(c)&&(u.schedule(c),e()),c(a)}const u={schedule:(c,d=!1,h=!1)=>{const g=h&&i?n:s;return d&&r.add(c),g.has(c)||g.add(c),c},cancel:c=>{s.delete(c),r.delete(c)},process:c=>{if(a=c,i){o=!0;return}i=!0,[n,s]=[s,n],n.forEach(l),n.clear(),i=!1,o&&(o=!1,u.process(c))}};return u}const hl=40;function Mi(e,t){let n=!1,s=!0;const i={delta:0,timestamp:0,isProcessing:!1},o=()=>n=!0,r=$t.reduce((y,P)=>(y[P]=fl(o),y),{}),{setup:a,read:l,resolveKeyframes:u,preUpdate:c,update:d,preRender:h,render:m,postRender:g}=r,v=()=>{const y=Se.useManualTiming?i.timestamp:performance.now();n=!1,Se.useManualTiming||(i.delta=s?1e3/60:Math.max(Math.min(y-i.timestamp,hl),1)),i.timestamp=y,i.isProcessing=!0,a.process(i),l.process(i),u.process(i),c.process(i),d.process(i),h.process(i),m.process(i),g.process(i),i.isProcessing=!1,n&&t&&(s=!1,e(v))},b=()=>{n=!0,s=!0,i.isProcessing||e(v)};return{schedule:$t.reduce((y,P)=>{const S=r[P];return y[P]=(A,k=!1,E=!1)=>(n||b(),S.schedule(A,k,E)),y},{}),cancel:y=>{for(let P=0;P<$t.length;P++)r[$t[P]].cancel(y)},state:i,steps:r}}const{schedule:L,cancel:Pe,state:K,steps:Dn}=Mi(typeof requestAnimationFrame<"u"?requestAnimationFrame:oe,!0);let Ut;function ml(){Ut=void 0}const Q={now:()=>(Ut===void 0&&Q.set(K.isProcessing||Se.useManualTiming?K.timestamp:performance.now()),Ut),set:e=>{Ut=e,queueMicrotask(ml)}},Ni=e=>t=>typeof t=="string"&&t.startsWith(e),Mn=Ni("--"),pl=Ni("var(--"),Nn=e=>pl(e)?gl.test(e.split("/*")[0].trim()):!1,gl=/var\(--(?:[\w-]+\s*|[\w-]+\s*,(?:\s*[^)(\s]|\s*\((?:[^)(]|\([^)(]*\))*\))+\s*)\)$/iu,Xe={test:e=>typeof e=="number",parse:parseFloat,transform:e=>e},bt={...Xe,transform:e=>we(0,1,e)},Kt={...Xe,default:1},wt=e=>Math.round(e*1e5)/1e5,Vn=/-?(?:\d+(?:\.\d+)?|\.\d+)/gu;function yl(e){return e==null}const vl=/^(?:#[\da-f]{3,8}|(?:rgb|hsl)a?\((?:-?[\d.]+%?[,\s]+){2}-?[\d.]+%?\s*(?:[,/]\s*)?(?:\b\d+(?:\.\d+)?|\.\d+)?%?\))$/iu,In=(e,t)=>n=>!!(typeof n=="string"&&vl.test(n)&&n.startsWith(e)||t&&!yl(n)&&Object.prototype.hasOwnProperty.call(n,t)),Vi=(e,t,n)=>s=>{if(typeof s!="string")return s;const[i,o,r,a]=s.match(Vn);return{[e]:parseFloat(i),[t]:parseFloat(o),[n]:parseFloat(r),alpha:a!==void 0?parseFloat(a):1}},xl=e=>we(0,255,e),On={...Xe,transform:e=>Math.round(xl(e))},Me={test:In("rgb","red"),parse:Vi("red","green","blue"),transform:({red:e,green:t,blue:n,alpha:s=1})=>"rgba("+On.transform(e)+", "+On.transform(t)+", "+On.transform(n)+", "+wt(bt.transform(s))+")"};function bl(e){let t="",n="",s="",i="";return e.length>5?(t=e.substring(1,3),n=e.substring(3,5),s=e.substring(5,7),i=e.substring(7,9)):(t=e.substring(1,2),n=e.substring(2,3),s=e.substring(3,4),i=e.substring(4,5),t+=t,n+=n,s+=s,i+=i),{red:parseInt(t,16),green:parseInt(n,16),blue:parseInt(s,16),alpha:i?parseInt(i,16)/255:1}}const Ln={test:In("#"),parse:bl,transform:Me.transform},Tt=e=>({test:t=>typeof t=="string"&&t.endsWith(e)&&t.split(" ").length===1,parse:parseFloat,transform:t=>`${t}${e}`}),ke=Tt("deg"),me=Tt("%"),j=Tt("px"),wl=Tt("vh"),Tl=Tt("vw"),Ii={...me,parse:e=>me.parse(e)/100,transform:e=>me.transform(e*100)},He={test:In("hsl","hue"),parse:Vi("hue","saturation","lightness"),transform:({hue:e,saturation:t,lightness:n,alpha:s=1})=>"hsla("+Math.round(e)+", "+me.transform(wt(t))+", "+me.transform(wt(n))+", "+wt(bt.transform(s))+")"},U={test:e=>Me.test(e)||Ln.test(e)||He.test(e),parse:e=>Me.test(e)?Me.parse(e):He.test(e)?He.parse(e):Ln.parse(e),transform:e=>typeof e=="string"?e:e.hasOwnProperty("red")?Me.transform(e):He.transform(e),getAnimatableNone:e=>{const t=U.parse(e);return t.alpha=0,U.transform(t)}},Sl=/(?:#[\da-f]{3,8}|(?:rgb|hsl)a?\((?:-?[\d.]+%?[,\s]+){2}-?[\d.]+%?\s*(?:[,/]\s*)?(?:\b\d+(?:\.\d+)?|\.\d+)?%?\))/giu;function Cl(e){return isNaN(e)&&typeof e=="string"&&(e.match(Vn)?.length||0)+(e.match(Sl)?.length||0)>0}const Oi="number",Li="color",Pl="var",kl="var(",Fi="${}",El=/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 St(e){const t=e.toString(),n=[],s={color:[],number:[],var:[]},i=[];let o=0;const a=t.replace(El,l=>(U.test(l)?(s.color.push(o),i.push(Li),n.push(U.parse(l))):l.startsWith(kl)?(s.var.push(o),i.push(Pl),n.push(l)):(s.number.push(o),i.push(Oi),n.push(parseFloat(l))),++o,Fi)).split(Fi);return{values:n,split:a,indexes:s,types:i}}function Bi(e){return St(e).values}function _i(e){const{split:t,types:n}=St(e),s=t.length;return i=>{let o="";for(let r=0;r<s;r++)if(o+=t[r],i[r]!==void 0){const a=n[r];a===Oi?o+=wt(i[r]):a===Li?o+=U.transform(i[r]):o+=i[r]}return o}}const Al=e=>typeof e=="number"?0:U.test(e)?U.getAnimatableNone(e):e;function jl(e){const t=Bi(e);return _i(e)(t.map(Al))}const Ee={test:Cl,parse:Bi,createTransformer:_i,getAnimatableNone:jl};function Fn(e,t,n){return n<0&&(n+=1),n>1&&(n-=1),n<1/6?e+(t-e)*6*n:n<1/2?t:n<2/3?e+(t-e)*(2/3-n)*6:e}function Rl({hue:e,saturation:t,lightness:n,alpha:s}){e/=360,t/=100,n/=100;let i=0,o=0,r=0;if(!t)i=o=r=n;else{const a=n<.5?n*(1+t):n+t-n*t,l=2*n-a;i=Fn(l,a,e+1/3),o=Fn(l,a,e),r=Fn(l,a,e-1/3)}return{red:Math.round(i*255),green:Math.round(o*255),blue:Math.round(r*255),alpha:s}}function Xt(e,t){return n=>n>0?t:e}const B=(e,t,n)=>e+(t-e)*n,Bn=(e,t,n)=>{const s=e*e,i=n*(t*t-s)+s;return i<0?0:Math.sqrt(i)},Dl=[Ln,Me,He],Ml=e=>Dl.find(t=>t.test(e));function zi(e){const t=Ml(e);if(Ke(!!t,`'${e}' is not an animatable color. Use the equivalent color code instead.`,"color-not-animatable"),!t)return!1;let n=t.parse(e);return t===He&&(n=Rl(n)),n}const Wi=(e,t)=>{const n=zi(e),s=zi(t);if(!n||!s)return Xt(e,t);const i={...n};return o=>(i.red=Bn(n.red,s.red,o),i.green=Bn(n.green,s.green,o),i.blue=Bn(n.blue,s.blue,o),i.alpha=B(n.alpha,s.alpha,o),Me.transform(i))},_n=new Set(["none","hidden"]);function Nl(e,t){return _n.has(e)?n=>n<=0?e:t:n=>n>=1?t:e}function Vl(e,t){return n=>B(e,t,n)}function zn(e){return typeof e=="number"?Vl:typeof e=="string"?Nn(e)?Xt:U.test(e)?Wi:Ll:Array.isArray(e)?$i:typeof e=="object"?U.test(e)?Wi:Il:Xt}function $i(e,t){const n=[...e],s=n.length,i=e.map((o,r)=>zn(o)(o,t[r]));return o=>{for(let r=0;r<s;r++)n[r]=i[r](o);return n}}function Il(e,t){const n={...e,...t},s={};for(const i in n)e[i]!==void 0&&t[i]!==void 0&&(s[i]=zn(e[i])(e[i],t[i]));return i=>{for(const o in s)n[o]=s[o](i);return n}}function Ol(e,t){const n=[],s={color:0,var:0,number:0};for(let i=0;i<t.values.length;i++){const o=t.types[i],r=e.indexes[o][s[o]],a=e.values[r]??0;n[i]=a,s[o]++}return n}const Ll=(e,t)=>{const n=Ee.createTransformer(t),s=St(e),i=St(t);return s.indexes.var.length===i.indexes.var.length&&s.indexes.color.length===i.indexes.color.length&&s.indexes.number.length>=i.indexes.number.length?_n.has(e)&&!i.values.length||_n.has(t)&&!s.values.length?Nl(e,t):yt($i(Ol(s,i),i.values),n):(Ke(!0,`Complex values '${e}' and '${t}' 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"),Xt(e,t))};function Ui(e,t,n){return typeof e=="number"&&typeof t=="number"&&typeof n=="number"?B(e,t,n):zn(e)(e,t)}const Fl=e=>{const t=({timestamp:n})=>e(n);return{start:(n=!0)=>L.update(t,n),stop:()=>Pe(t),now:()=>K.isProcessing?K.timestamp:Q.now()}},Ki=(e,t,n=10)=>{let s="";const i=Math.max(Math.round(t/n),2);for(let o=0;o<i;o++)s+=Math.round(e(o/(i-1))*1e4)/1e4+", ";return`linear(${s.substring(0,s.length-2)})`},Ht=2e4;function Wn(e){let t=0;const n=50;let s=e.next(t);for(;!s.done&&t<Ht;)t+=n,s=e.next(t);return t>=Ht?1/0:t}function Bl(e,t=100,n){const s=n({...e,keyframes:[0,t]}),i=Math.min(Wn(s),Ht);return{type:"keyframes",ease:o=>s.next(i*o).value/t,duration:he(i)}}const _l=5;function Xi(e,t,n){const s=Math.max(t-_l,0);return vi(n-e(s),t-s)}const _={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},$n=.001;function zl({duration:e=_.duration,bounce:t=_.bounce,velocity:n=_.velocity,mass:s=_.mass}){let i,o;Ke(e<=ue(_.maxDuration),"Spring duration must be 10 seconds or less","spring-duration-limit");let r=1-t;r=we(_.minDamping,_.maxDamping,r),e=we(_.minDuration,_.maxDuration,he(e)),r<1?(i=u=>{const c=u*r,d=c*e,h=c-n,m=Un(u,r),g=Math.exp(-d);return $n-h/m*g},o=u=>{const d=u*r*e,h=d*n+n,m=Math.pow(r,2)*Math.pow(u,2)*e,g=Math.exp(-d),v=Un(Math.pow(u,2),r);return(-i(u)+$n>0?-1:1)*((h-m)*g)/v}):(i=u=>{const c=Math.exp(-u*e),d=(u-n)*e+1;return-$n+c*d},o=u=>{const c=Math.exp(-u*e),d=(n-u)*(e*e);return c*d});const a=5/e,l=$l(i,o,a);if(e=ue(e),isNaN(l))return{stiffness:_.stiffness,damping:_.damping,duration:e};{const u=Math.pow(l,2)*s;return{stiffness:u,damping:r*2*Math.sqrt(s*u),duration:e}}}const Wl=12;function $l(e,t,n){let s=n;for(let i=1;i<Wl;i++)s=s-e(s)/t(s);return s}function Un(e,t){return e*Math.sqrt(1-t*t)}const Ul=["duration","bounce"],Kl=["stiffness","damping","mass"];function Hi(e,t){return t.some(n=>e[n]!==void 0)}function Xl(e){let t={velocity:_.velocity,stiffness:_.stiffness,damping:_.damping,mass:_.mass,isResolvedFromDuration:!1,...e};if(!Hi(e,Kl)&&Hi(e,Ul))if(e.visualDuration){const n=e.visualDuration,s=2*Math.PI/(n*1.2),i=s*s,o=2*we(.05,1,1-(e.bounce||0))*Math.sqrt(i);t={...t,mass:_.mass,stiffness:i,damping:o}}else{const n=zl(e);t={...t,...n,mass:_.mass},t.isResolvedFromDuration=!0}return t}function Yt(e=_.visualDuration,t=_.bounce){const n=typeof e!="object"?{visualDuration:e,keyframes:[0,1],bounce:t}:e;let{restSpeed:s,restDelta:i}=n;const o=n.keyframes[0],r=n.keyframes[n.keyframes.length-1],a={done:!1,value:o},{stiffness:l,damping:u,mass:c,duration:d,velocity:h,isResolvedFromDuration:m}=Xl({...n,velocity:-he(n.velocity||0)}),g=h||0,v=u/(2*Math.sqrt(l*c)),b=r-o,p=he(Math.sqrt(l/c)),x=Math.abs(b)<5;s||(s=x?_.restSpeed.granular:_.restSpeed.default),i||(i=x?_.restDelta.granular:_.restDelta.default);let y;if(v<1){const S=Un(p,v);y=A=>{const k=Math.exp(-v*p*A);return r-k*((g+v*p*b)/S*Math.sin(S*A)+b*Math.cos(S*A))}}else if(v===1)y=S=>r-Math.exp(-p*S)*(b+(g+p*b)*S);else{const S=p*Math.sqrt(v*v-1);y=A=>{const k=Math.exp(-v*p*A),E=Math.min(S*A,300);return r-k*((g+v*p*b)*Math.sinh(E)+S*b*Math.cosh(E))/S}}const P={calculatedDuration:m&&d||null,next:S=>{const A=y(S);if(m)a.done=S>=d;else{let k=S===0?g:0;v<1&&(k=S===0?ue(g):Xi(y,S,A));const E=Math.abs(k)<=s,N=Math.abs(r-A)<=i;a.done=E&&N}return a.value=a.done?r:A,a},toString:()=>{const S=Math.min(Wn(P),Ht),A=Ki(k=>P.next(S*k).value,S,30);return S+"ms "+A},toTransition:()=>{}};return P}Yt.applyToOptions=e=>{const t=Bl(e,100,Yt);return e.ease=t.ease,e.duration=ue(t.duration),e.type="keyframes",e};function Kn({keyframes:e,velocity:t=0,power:n=.8,timeConstant:s=325,bounceDamping:i=10,bounceStiffness:o=500,modifyTarget:r,min:a,max:l,restDelta:u=.5,restSpeed:c}){const d=e[0],h={done:!1,value:d},m=E=>a!==void 0&&E<a||l!==void 0&&E>l,g=E=>a===void 0?l:l===void 0||Math.abs(a-E)<Math.abs(l-E)?a:l;let v=n*t;const b=d+v,p=r===void 0?b:r(b);p!==b&&(v=p-d);const x=E=>-v*Math.exp(-E/s),y=E=>p+x(E),P=E=>{const N=x(E),V=y(E);h.done=Math.abs(N)<=u,h.value=h.done?p:V};let S,A;const k=E=>{m(h.value)&&(S=E,A=Yt({keyframes:[h.value,g(h.value)],velocity:Xi(y,E,h.value),damping:i,stiffness:o,restDelta:u,restSpeed:c}))};return k(0),{calculatedDuration:null,next:E=>{let N=!1;return!A&&S===void 0&&(N=!0,P(E),k(E)),S!==void 0&&E>=S?A.next(E-S):(!N&&P(E),h)}}}function Hl(e,t,n){const s=[],i=n||Se.mix||Ui,o=e.length-1;for(let r=0;r<o;r++){let a=i(e[r],e[r+1]);if(t){const l=Array.isArray(t)?t[r]||oe:t;a=yt(l,a)}s.push(a)}return s}function Yl(e,t,{clamp:n=!0,ease:s,mixer:i}={}){const o=e.length;if(Te(o===t.length,"Both input and output ranges must be the same length","range-length"),o===1)return()=>t[0];if(o===2&&t[0]===t[1])return()=>t[1];const r=e[0]===e[1];e[0]>e[o-1]&&(e=[...e].reverse(),t=[...t].reverse());const a=Hl(t,s,i),l=a.length,u=c=>{if(r&&c<e[0])return t[0];let d=0;if(l>1)for(;d<e.length-2&&!(c<e[d+1]);d++);const h=vt(e[d],e[d+1],c);return a[d](h)};return n?c=>u(we(e[0],e[o-1],c)):u}function Gl(e,t){const n=e[e.length-1];for(let s=1;s<=t;s++){const i=vt(0,t,s);e.push(B(n,1,i))}}function ql(e){const t=[0];return Gl(t,e.length-1),t}function Zl(e,t){return e.map(n=>n*t)}function Jl(e,t){return e.map(()=>t||Ai).splice(0,e.length-1)}function Ye({duration:e=300,keyframes:t,times:n,ease:s="easeInOut"}){const i=ul(s)?s.map(Di):Di(s),o={done:!1,value:t[0]},r=Zl(n&&n.length===t.length?n:ql(t),e),a=Yl(r,t,{ease:Array.isArray(i)?i:Jl(t,i)});return{calculatedDuration:e,next:l=>(o.value=a(l),o.done=l>=e,o)}}const Ql=e=>e!==null;function Xn(e,{repeat:t,repeatType:n="loop"},s,i=1){const o=e.filter(Ql),a=i<0||t&&n!=="loop"&&t%2===1?0:o.length-1;return!a||s===void 0?o[a]:s}const ec={decay:Kn,inertia:Kn,tween:Ye,keyframes:Ye,spring:Yt};function Yi(e){typeof e.type=="string"&&(e.type=ec[e.type])}class Hn{constructor(){this.updateFinished()}get finished(){return this._finished}updateFinished(){this._finished=new Promise(t=>{this.resolve=t})}notifyFinished(){this.resolve()}then(t,n){return this.finished.then(t,n)}}const tc=e=>e/100;class Yn extends Hn{constructor(t){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!==Q.now()&&this.tick(Q.now()),this.isStopped=!0,this.state!=="idle"&&(this.teardown(),this.options.onStop?.())},this.options=t,this.initAnimation(),this.play(),t.autoplay===!1&&this.pause()}initAnimation(){const{options:t}=this;Yi(t);const{type:n=Ye,repeat:s=0,repeatDelay:i=0,repeatType:o,velocity:r=0}=t;let{keyframes:a}=t;const l=n||Ye;process.env.NODE_ENV!=="production"&&l!==Ye&&Te(a.length<=2,`Only two keyframes currently supported with spring and inertia animations. Trying to animate ${a}`,"spring-two-frames"),l!==Ye&&typeof a[0]!="number"&&(this.mixKeyframes=yt(tc,Ui(a[0],a[1])),a=[0,100]);const u=l({...t,keyframes:a});o==="mirror"&&(this.mirroredGenerator=l({...t,keyframes:[...a].reverse(),velocity:-r})),u.calculatedDuration===null&&(u.calculatedDuration=Wn(u));const{calculatedDuration:c}=u;this.calculatedDuration=c,this.resolvedDuration=c+i,this.totalDuration=this.resolvedDuration*(s+1)-i,this.generator=u}updateTime(t){const n=Math.round(t-this.startTime)*this.playbackSpeed;this.holdTime!==null?this.currentTime=this.holdTime:this.currentTime=n}tick(t,n=!1){const{generator:s,totalDuration:i,mixKeyframes:o,mirroredGenerator:r,resolvedDuration:a,calculatedDuration:l}=this;if(this.startTime===null)return s.next(0);const{delay:u=0,keyframes:c,repeat:d,repeatType:h,repeatDelay:m,type:g,onUpdate:v,finalKeyframe:b}=this.options;this.speed>0?this.startTime=Math.min(this.startTime,t):this.speed<0&&(this.startTime=Math.min(t-i/this.speed,this.startTime)),n?this.currentTime=t:this.updateTime(t);const p=this.currentTime-u*(this.playbackSpeed>=0?1:-1),x=this.playbackSpeed>=0?p<0:p>i;this.currentTime=Math.max(p,0),this.state==="finished"&&this.holdTime===null&&(this.currentTime=i);let y=this.currentTime,P=s;if(d){const E=Math.min(this.currentTime,i)/a;let N=Math.floor(E),V=E%1;!V&&E>=1&&(V=1),V===1&&N--,N=Math.min(N,d+1),!!(N%2)&&(h==="reverse"?(V=1-V,m&&(V-=m/a)):h==="mirror"&&(P=r)),y=we(0,1,V)*a}const S=x?{done:!1,value:c[0]}:P.next(y);o&&(S.value=o(S.value));let{done:A}=S;!x&&l!==null&&(A=this.playbackSpeed>=0?this.currentTime>=i:this.currentTime<=0);const k=this.holdTime===null&&(this.state==="finished"||this.state==="running"&&A);return k&&g!==Kn&&(S.value=Xn(c,this.options,b,this.speed)),v&&v(S.value),k&&this.finish(),S}then(t,n){return this.finished.then(t,n)}get duration(){return he(this.calculatedDuration)}get time(){return he(this.currentTime)}set time(t){t=ue(t),this.currentTime=t,this.startTime===null||this.holdTime!==null||this.playbackSpeed===0?this.holdTime=t:this.driver&&(this.startTime=this.driver.now()-t/this.playbackSpeed),this.driver?.start(!1)}get speed(){return this.playbackSpeed}set speed(t){this.updateTime(Q.now());const n=this.playbackSpeed!==t;this.playbackSpeed=t,n&&(this.time=he(this.currentTime))}play(){if(this.isStopped)return;const{driver:t=Fl,startTime:n}=this.options;this.driver||(this.driver=t(i=>this.tick(i))),this.options.onPlay?.();const s=this.driver.now();this.state==="finished"?(this.updateFinished(),this.startTime=s):this.holdTime!==null?this.startTime=s-this.holdTime:this.startTime||(this.startTime=n??s),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(Q.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(t){return this.startTime=0,this.tick(t,!0)}attachTimeline(t){return this.options.allowFlatten&&(this.options.type="keyframes",this.options.ease="linear",this.initAnimation()),this.driver?.stop(),t.observe(this)}}function nc(e){for(let t=1;t<e.length;t++)e[t]??(e[t]=e[t-1])}const Ne=e=>e*180/Math.PI,Gn=e=>{const t=Ne(Math.atan2(e[1],e[0]));return qn(t)},sc={x:4,y:5,translateX:4,translateY:5,scaleX:0,scaleY:3,scale:e=>(Math.abs(e[0])+Math.abs(e[3]))/2,rotate:Gn,rotateZ:Gn,skewX:e=>Ne(Math.atan(e[1])),skewY:e=>Ne(Math.atan(e[2])),skew:e=>(Math.abs(e[1])+Math.abs(e[2]))/2},qn=e=>(e=e%360,e<0&&(e+=360),e),Gi=Gn,qi=e=>Math.sqrt(e[0]*e[0]+e[1]*e[1]),Zi=e=>Math.sqrt(e[4]*e[4]+e[5]*e[5]),ic={x:12,y:13,z:14,translateX:12,translateY:13,translateZ:14,scaleX:qi,scaleY:Zi,scale:e=>(qi(e)+Zi(e))/2,rotateX:e=>qn(Ne(Math.atan2(e[6],e[5]))),rotateY:e=>qn(Ne(Math.atan2(-e[2],e[0]))),rotateZ:Gi,rotate:Gi,skewX:e=>Ne(Math.atan(e[4])),skewY:e=>Ne(Math.atan(e[1])),skew:e=>(Math.abs(e[1])+Math.abs(e[4]))/2};function Zn(e){return e.includes("scale")?1:0}function Jn(e,t){if(!e||e==="none")return Zn(t);const n=e.match(/^matrix3d\(([-\d.e\s,]+)\)$/u);let s,i;if(n)s=ic,i=n;else{const a=e.match(/^matrix\(([-\d.e\s,]+)\)$/u);s=sc,i=a}if(!i)return Zn(t);const o=s[t],r=i[1].split(",").map(oc);return typeof o=="function"?o(r):r[o]}const rc=(e,t)=>{const{transform:n="none"}=getComputedStyle(e);return Jn(n,t)};function oc(e){return parseFloat(e.trim())}const Ge=["transformPerspective","x","y","z","translateX","translateY","translateZ","scale","scaleX","scaleY","rotate","rotateX","rotateY","rotateZ","skew","skewX","skewY"],qe=new Set(Ge),Ji=e=>e===Xe||e===j,ac=new Set(["x","y","z"]),lc=Ge.filter(e=>!ac.has(e));function cc(e){const t=[];return lc.forEach(n=>{const s=e.getValue(n);s!==void 0&&(t.push([n,s.get()]),s.set(n.startsWith("scale")?1:0))}),t}const Ve={width:({x:e},{paddingLeft:t="0",paddingRight:n="0"})=>e.max-e.min-parseFloat(t)-parseFloat(n),height:({y:e},{paddingTop:t="0",paddingBottom:n="0"})=>e.max-e.min-parseFloat(t)-parseFloat(n),top:(e,{top:t})=>parseFloat(t),left:(e,{left:t})=>parseFloat(t),bottom:({y:e},{top:t})=>parseFloat(t)+(e.max-e.min),right:({x:e},{left:t})=>parseFloat(t)+(e.max-e.min),x:(e,{transform:t})=>Jn(t,"x"),y:(e,{transform:t})=>Jn(t,"y")};Ve.translateX=Ve.x,Ve.translateY=Ve.y;const Ie=new Set;let Qn=!1,es=!1,ts=!1;function Qi(){if(es){const e=Array.from(Ie).filter(s=>s.needsMeasurement),t=new Set(e.map(s=>s.element)),n=new Map;t.forEach(s=>{const i=cc(s);i.length&&(n.set(s,i),s.render())}),e.forEach(s=>s.measureInitialState()),t.forEach(s=>{s.render();const i=n.get(s);i&&i.forEach(([o,r])=>{s.getValue(o)?.set(r)})}),e.forEach(s=>s.measureEndState()),e.forEach(s=>{s.suspendedScrollY!==void 0&&window.scrollTo(0,s.suspendedScrollY)})}es=!1,Qn=!1,Ie.forEach(e=>e.complete(ts)),Ie.clear()}function er(){Ie.forEach(e=>{e.readKeyframes(),e.needsMeasurement&&(es=!0)})}function uc(){ts=!0,er(),Qi(),ts=!1}class ns{constructor(t,n,s,i,o,r=!1){this.state="pending",this.isAsync=!1,this.needsMeasurement=!1,this.unresolvedKeyframes=[...t],this.onComplete=n,this.name=s,this.motionValue=i,this.element=o,this.isAsync=r}scheduleResolve(){this.state="scheduled",this.isAsync?(Ie.add(this),Qn||(Qn=!0,L.read(er),L.resolveKeyframes(Qi))):(this.readKeyframes(),this.complete())}readKeyframes(){const{unresolvedKeyframes:t,name:n,element:s,motionValue:i}=this;if(t[0]===null){const o=i?.get(),r=t[t.length-1];if(o!==void 0)t[0]=o;else if(s&&n){const a=s.readValue(n,r);a!=null&&(t[0]=a)}t[0]===void 0&&(t[0]=r),i&&o===void 0&&i.set(t[0])}nc(t)}setFinalKeyframe(){}measureInitialState(){}renderEndStyles(){}measureEndState(){}complete(t=!1){this.state="complete",this.onComplete(this.unresolvedKeyframes,this.finalKeyframe,t),Ie.delete(this)}cancel(){this.state==="scheduled"&&(Ie.delete(this),this.state="pending")}resume(){this.state==="pending"&&this.scheduleResolve()}}const dc=e=>e.startsWith("--");function fc(e,t,n){dc(t)?e.style.setProperty(t,n):e.style[t]=n}const hc=kn(()=>window.ScrollTimeline!==void 0),mc={};function pc(e,t){const n=kn(e);return()=>mc[t]??n()}const tr=pc(()=>{try{document.createElement("div").animate({opacity:0},{easing:"linear(0, 1)"})}catch{return!1}return!0},"linearEasing"),Ct=([e,t,n,s])=>`cubic-bezier(${e}, ${t}, ${n}, ${s})`,nr={linear:"linear",ease:"ease",easeIn:"ease-in",easeOut:"ease-out",easeInOut:"ease-in-out",circIn:Ct([0,.65,.55,1]),circOut:Ct([.55,0,1,.45]),backIn:Ct([.31,.01,.66,-.59]),backOut:Ct([.33,1.53,.69,.99])};function sr(e,t){if(e)return typeof e=="function"?tr()?Ki(e,t):"ease-out":ji(e)?Ct(e):Array.isArray(e)?e.map(n=>sr(n,t)||nr.easeOut):nr[e]}function gc(e,t,n,{delay:s=0,duration:i=300,repeat:o=0,repeatType:r="loop",ease:a="easeOut",times:l}={},u=void 0){const c={[t]:n};l&&(c.offset=l);const d=sr(a,i);Array.isArray(d)&&(c.easing=d);const h={delay:s,duration:i,easing:Array.isArray(d)?"linear":d,fill:"both",iterations:o+1,direction:r==="reverse"?"alternate":"normal"};return u&&(h.pseudoElement=u),e.animate(c,h)}function ir(e){return typeof e=="function"&&"applyToOptions"in e}function yc({type:e,...t}){return ir(e)&&tr()?e.applyToOptions(t):(t.duration??(t.duration=300),t.ease??(t.ease="easeOut"),t)}class vc extends Hn{constructor(t){if(super(),this.finishedTime=null,this.isStopped=!1,!t)return;const{element:n,name:s,keyframes:i,pseudoElement:o,allowFlatten:r=!1,finalKeyframe:a,onComplete:l}=t;this.isPseudoElement=!!o,this.allowFlatten=r,this.options=t,Te(typeof t.type!="string",`Mini animate() doesn't support "type" as a string.`,"mini-spring");const u=yc(t);this.animation=gc(n,s,i,u,o),u.autoplay===!1&&this.animation.pause(),this.animation.onfinish=()=>{if(this.finishedTime=this.time,!o){const c=Xn(i,this.options,a,this.speed);this.updateMotionValue?this.updateMotionValue(c):fc(n,s,c),this.animation.cancel()}l?.(),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:t}=this;t==="idle"||t==="finished"||(this.updateMotionValue?this.updateMotionValue():this.commitStyles(),this.isPseudoElement||this.cancel())}commitStyles(){this.isPseudoElement||this.animation.commitStyles?.()}get duration(){const t=this.animation.effect?.getComputedTiming?.().duration||0;return he(Number(t))}get time(){return he(Number(this.animation.currentTime)||0)}set time(t){this.finishedTime=null,this.animation.currentTime=ue(t)}get speed(){return this.animation.playbackRate}set speed(t){t<0&&(this.finishedTime=null),this.animation.playbackRate=t}get state(){return this.finishedTime!==null?"finished":this.animation.playState}get startTime(){return Number(this.animation.startTime)}set startTime(t){this.animation.startTime=t}attachTimeline({timeline:t,observe:n}){return this.allowFlatten&&this.animation.effect?.updateTiming({easing:"linear"}),this.animation.onfinish=null,t&&hc()?(this.animation.timeline=t,oe):n(this)}}const rr={anticipate:Pi,backInOut:Ci,circInOut:Ei};function xc(e){return e in rr}function bc(e){typeof e.ease=="string"&&xc(e.ease)&&(e.ease=rr[e.ease])}const or=10;class wc extends vc{constructor(t){bc(t),Yi(t),super(t),t.startTime&&(this.startTime=t.startTime),this.options=t}updateMotionValue(t){const{motionValue:n,onUpdate:s,onComplete:i,element:o,...r}=this.options;if(!n)return;if(t!==void 0){n.set(t);return}const a=new Yn({...r,autoplay:!1}),l=ue(this.finishedTime??this.time);n.setWithVelocity(a.sample(l-or).value,a.sample(l).value,or),a.stop()}}const ar=(e,t)=>t==="zIndex"?!1:!!(typeof e=="number"||Array.isArray(e)||typeof e=="string"&&(Ee.test(e)||e==="0")&&!e.startsWith("url("));function Tc(e){const t=e[0];if(e.length===1)return!0;for(let n=0;n<e.length;n++)if(e[n]!==t)return!0}function Sc(e,t,n,s){const i=e[0];if(i===null)return!1;if(t==="display"||t==="visibility")return!0;const o=e[e.length-1],r=ar(i,t),a=ar(o,t);return Ke(r===a,`You are trying to animate ${t} from "${i}" to "${o}". "${r?o:i}" is not an animatable value.`,"value-not-animatable"),!r||!a?!1:Tc(e)||(n==="spring"||ir(n))&&s}function ss(e){e.duration=0,e.type}const Cc=new Set(["opacity","clipPath","filter","transform"]),Pc=kn(()=>Object.hasOwnProperty.call(Element.prototype,"animate"));function kc(e){const{motionValue:t,name:n,repeatDelay:s,repeatType:i,damping:o,type:r}=e;if(!(t?.owner?.current instanceof HTMLElement))return!1;const{onUpdate:l,transformTemplate:u}=t.owner.getProps();return Pc()&&n&&Cc.has(n)&&(n!=="transform"||!u)&&!l&&!s&&i!=="mirror"&&o!==0&&r!=="inertia"}const Ec=40;class Ac extends Hn{constructor({autoplay:t=!0,delay:n=0,type:s="keyframes",repeat:i=0,repeatDelay:o=0,repeatType:r="loop",keyframes:a,name:l,motionValue:u,element:c,...d}){super(),this.stop=()=>{this._animation&&(this._animation.stop(),this.stopTimeline?.()),this.keyframeResolver?.cancel()},this.createdAt=Q.now();const h={autoplay:t,delay:n,type:s,repeat:i,repeatDelay:o,repeatType:r,name:l,motionValue:u,element:c,...d},m=c?.KeyframeResolver||ns;this.keyframeResolver=new m(a,(g,v,b)=>this.onKeyframesResolved(g,v,h,!b),l,u,c),this.keyframeResolver?.scheduleResolve()}onKeyframesResolved(t,n,s,i){this.keyframeResolver=void 0;const{name:o,type:r,velocity:a,delay:l,isHandoff:u,onUpdate:c}=s;this.resolvedAt=Q.now(),Sc(t,o,r,a)||((Se.instantAnimations||!l)&&c?.(Xn(t,s,n)),t[0]=t[t.length-1],ss(s),s.repeat=0);const h={startTime:i?this.resolvedAt?this.resolvedAt-this.createdAt>Ec?this.resolvedAt:this.createdAt:this.createdAt:void 0,finalKeyframe:n,...s,keyframes:t},m=!u&&kc(h)?new wc({...h,element:h.motionValue.owner.current}):new Yn(h);m.finished.then(()=>this.notifyFinished()).catch(oe),this.pendingTimeline&&(this.stopTimeline=m.attachTimeline(this.pendingTimeline),this.pendingTimeline=void 0),this._animation=m}get finished(){return this._animation?this.animation.finished:this._finished}then(t,n){return this.finished.finally(t).then(()=>{})}get animation(){return this._animation||(this.keyframeResolver?.resume(),uc()),this._animation}get duration(){return this.animation.duration}get time(){return this.animation.time}set time(t){this.animation.time=t}get speed(){return this.animation.speed}get state(){return this.animation.state}set speed(t){this.animation.speed=t}get startTime(){return this.animation.startTime}attachTimeline(t){return this._animation?this.stopTimeline=this.animation.attachTimeline(t):this.pendingTimeline=t,()=>this.stop()}play(){this.animation.play()}pause(){this.animation.pause()}complete(){this.animation.complete()}cancel(){this._animation&&this.animation.cancel(),this.keyframeResolver?.cancel()}}const jc=/^var\(--(?:([\w-]+)|([\w-]+), ?([a-zA-Z\d ()%#.,-]+))\)/u;function Rc(e){const t=jc.exec(e);if(!t)return[,];const[,n,s,i]=t;return[`--${n??s}`,i]}const Dc=4;function lr(e,t,n=1){Te(n<=Dc,`Max CSS variable fallback depth detected in property "${e}". This may indicate a circular fallback dependency.`,"max-css-var-depth");const[s,i]=Rc(e);if(!s)return;const o=window.getComputedStyle(t).getPropertyValue(s);if(o){const r=o.trim();return pi(r)?parseFloat(r):r}return Nn(i)?lr(i,t,n+1):i}function is(e,t){return e?.[t]??e?.default??e}const cr=new Set(["width","height","top","left","right","bottom",...Ge]),Mc={test:e=>e==="auto",parse:e=>e},ur=e=>t=>t.test(e),dr=[Xe,j,me,ke,Tl,wl,Mc],fr=e=>dr.find(ur(e));function Nc(e){return typeof e=="number"?e===0:e!==null?e==="none"||e==="0"||yi(e):!0}const Vc=new Set(["brightness","contrast","saturate","opacity"]);function Ic(e){const[t,n]=e.slice(0,-1).split("(");if(t==="drop-shadow")return e;const[s]=n.match(Vn)||[];if(!s)return e;const i=n.replace(s,"");let o=Vc.has(t)?1:0;return s!==n&&(o*=100),t+"("+o+i+")"}const Oc=/\b([a-z-]*)\(.*?\)/gu,rs={...Ee,getAnimatableNone:e=>{const t=e.match(Oc);return t?t.map(Ic).join(" "):e}},hr={...Xe,transform:Math.round},os={borderWidth:j,borderTopWidth:j,borderRightWidth:j,borderBottomWidth:j,borderLeftWidth:j,borderRadius:j,radius:j,borderTopLeftRadius:j,borderTopRightRadius:j,borderBottomRightRadius:j,borderBottomLeftRadius:j,width:j,maxWidth:j,height:j,maxHeight:j,top:j,right:j,bottom:j,left:j,padding:j,paddingTop:j,paddingRight:j,paddingBottom:j,paddingLeft:j,margin:j,marginTop:j,marginRight:j,marginBottom:j,marginLeft:j,backgroundPositionX:j,backgroundPositionY:j,...{rotate:ke,rotateX:ke,rotateY:ke,rotateZ:ke,scale:Kt,scaleX:Kt,scaleY:Kt,scaleZ:Kt,skew:ke,skewX:ke,skewY:ke,distance:j,translateX:j,translateY:j,translateZ:j,x:j,y:j,z:j,perspective:j,transformPerspective:j,opacity:bt,originX:Ii,originY:Ii,originZ:j},zIndex:hr,fillOpacity:bt,strokeOpacity:bt,numOctaves:hr},Lc={...os,color:U,backgroundColor:U,outlineColor:U,fill:U,stroke:U,borderColor:U,borderTopColor:U,borderRightColor:U,borderBottomColor:U,borderLeftColor:U,filter:rs,WebkitFilter:rs},mr=e=>Lc[e];function pr(e,t){let n=mr(e);return n!==rs&&(n=Ee),n.getAnimatableNone?n.getAnimatableNone(t):void 0}const Fc=new Set(["auto","none","0"]);function Bc(e,t,n){let s=0,i;for(;s<e.length&&!i;){const o=e[s];typeof o=="string"&&!Fc.has(o)&&St(o).values.length&&(i=e[s]),s++}if(i&&n)for(const o of t)e[o]=pr(n,i)}class _c extends ns{constructor(t,n,s,i,o){super(t,n,s,i,o,!0)}readKeyframes(){const{unresolvedKeyframes:t,element:n,name:s}=this;if(!n||!n.current)return;super.readKeyframes();for(let l=0;l<t.length;l++){let u=t[l];if(typeof u=="string"&&(u=u.trim(),Nn(u))){const c=lr(u,n.current);c!==void 0&&(t[l]=c),l===t.length-1&&(this.finalKeyframe=u)}}if(this.resolveNoneKeyframes(),!cr.has(s)||t.length!==2)return;const[i,o]=t,r=fr(i),a=fr(o);if(r!==a)if(Ji(r)&&Ji(a))for(let l=0;l<t.length;l++){const u=t[l];typeof u=="string"&&(t[l]=parseFloat(u))}else Ve[s]&&(this.needsMeasurement=!0)}resolveNoneKeyframes(){const{unresolvedKeyframes:t,name:n}=this,s=[];for(let i=0;i<t.length;i++)(t[i]===null||Nc(t[i]))&&s.push(i);s.length&&Bc(t,s,n)}measureInitialState(){const{element:t,unresolvedKeyframes:n,name:s}=this;if(!t||!t.current)return;s==="height"&&(this.suspendedScrollY=window.pageYOffset),this.measuredOrigin=Ve[s](t.measureViewportBox(),window.getComputedStyle(t.current)),n[0]=this.measuredOrigin;const i=n[n.length-1];i!==void 0&&t.getValue(s,i).jump(i,!1)}measureEndState(){const{element:t,name:n,unresolvedKeyframes:s}=this;if(!t||!t.current)return;const i=t.getValue(n);i&&i.jump(this.measuredOrigin,!1);const o=s.length-1,r=s[o];s[o]=Ve[n](t.measureViewportBox(),window.getComputedStyle(t.current)),r!==null&&this.finalKeyframe===void 0&&(this.finalKeyframe=r),this.removedTransforms?.length&&this.removedTransforms.forEach(([a,l])=>{t.getValue(a).set(l)}),this.resolveNoneKeyframes()}}function zc(e,t,n){if(e instanceof EventTarget)return[e];if(typeof e=="string"){let s=document;const i=n?.[e]??s.querySelectorAll(e);return i?Array.from(i):[]}return Array.from(e)}const gr=(e,t)=>t&&typeof e=="number"?t.transform(e):e;function yr(e){return gi(e)&&"offsetHeight"in e}const vr=30,Wc=e=>!isNaN(parseFloat(e));class $c{constructor(t,n={}){this.canTrackVelocity=null,this.events={},this.updateAndNotify=s=>{const i=Q.now();if(this.updatedAt!==i&&this.setPrevFrameValue(),this.prev=this.current,this.setCurrent(s),this.current!==this.prev&&(this.events.change?.notify(this.current),this.dependents))for(const o of this.dependents)o.dirty()},this.hasAnimated=!1,this.setCurrent(t),this.owner=n.owner}setCurrent(t){this.current=t,this.updatedAt=Q.now(),this.canTrackVelocity===null&&t!==void 0&&(this.canTrackVelocity=Wc(this.current))}setPrevFrameValue(t=this.current){this.prevFrameValue=t,this.prevUpdatedAt=this.updatedAt}onChange(t){return process.env.NODE_ENV!=="production"&&An(!1,'value.onChange(callback) is deprecated. Switch to value.on("change", callback).'),this.on("change",t)}on(t,n){this.events[t]||(this.events[t]=new En);const s=this.events[t].add(n);return t==="change"?()=>{s(),L.read(()=>{this.events.change.getSize()||this.stop()})}:s}clearListeners(){for(const t in this.events)this.events[t].clear()}attach(t,n){this.passiveEffect=t,this.stopPassiveEffect=n}set(t){this.passiveEffect?this.passiveEffect(t,this.updateAndNotify):this.updateAndNotify(t)}setWithVelocity(t,n,s){this.set(n),this.prev=void 0,this.prevFrameValue=t,this.prevUpdatedAt=this.updatedAt-s}jump(t,n=!0){this.updateAndNotify(t),this.prev=t,this.prevUpdatedAt=this.prevFrameValue=void 0,n&&this.stop(),this.stopPassiveEffect&&this.stopPassiveEffect()}dirty(){this.events.change?.notify(this.current)}addDependent(t){this.dependents||(this.dependents=new Set),this.dependents.add(t)}removeDependent(t){this.dependents&&this.dependents.delete(t)}get(){return this.current}getPrevious(){return this.prev}getVelocity(){const t=Q.now();if(!this.canTrackVelocity||this.prevFrameValue===void 0||t-this.updatedAt>vr)return 0;const n=Math.min(this.updatedAt-this.prevUpdatedAt,vr);return vi(parseFloat(this.current)-parseFloat(this.prevFrameValue),n)}start(t){return this.stop(),new Promise(n=>{this.hasAnimated=!0,this.animation=t(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 Ze(e,t){return new $c(e,t)}const{schedule:as}=Mi(queueMicrotask,!1),de={x:!1,y:!1};function xr(){return de.x||de.y}function Uc(e){return e==="x"||e==="y"?de[e]?null:(de[e]=!0,()=>{de[e]=!1}):de.x||de.y?null:(de.x=de.y=!0,()=>{de.x=de.y=!1})}function br(e,t){const n=zc(e),s=new AbortController,i={passive:!0,...t,signal:s.signal};return[n,i,()=>s.abort()]}function wr(e){return!(e.pointerType==="touch"||xr())}function Kc(e,t,n={}){const[s,i,o]=br(e,n),r=a=>{if(!wr(a))return;const{target:l}=a,u=t(l,a);if(typeof u!="function"||!l)return;const c=d=>{wr(d)&&(u(d),l.removeEventListener("pointerleave",c))};l.addEventListener("pointerleave",c,i)};return s.forEach(a=>{a.addEventListener("pointerenter",r,i)}),o}const Tr=(e,t)=>t?e===t?!0:Tr(e,t.parentElement):!1,ls=e=>e.pointerType==="mouse"?typeof e.button!="number"||e.button<=0:e.isPrimary!==!1,Xc=new Set(["BUTTON","INPUT","SELECT","TEXTAREA","A"]);function Hc(e){return Xc.has(e.tagName)||e.tabIndex!==-1}const Gt=new WeakSet;function Sr(e){return t=>{t.key==="Enter"&&e(t)}}function cs(e,t){e.dispatchEvent(new PointerEvent("pointer"+t,{isPrimary:!0,bubbles:!0}))}const Yc=(e,t)=>{const n=e.currentTarget;if(!n)return;const s=Sr(()=>{if(Gt.has(n))return;cs(n,"down");const i=Sr(()=>{cs(n,"up")}),o=()=>cs(n,"cancel");n.addEventListener("keyup",i,t),n.addEventListener("blur",o,t)});n.addEventListener("keydown",s,t),n.addEventListener("blur",()=>n.removeEventListener("keydown",s),t)};function Cr(e){return ls(e)&&!xr()}function Gc(e,t,n={}){const[s,i,o]=br(e,n),r=a=>{const l=a.currentTarget;if(!Cr(a))return;Gt.add(l);const u=t(l,a),c=(m,g)=>{window.removeEventListener("pointerup",d),window.removeEventListener("pointercancel",h),Gt.has(l)&&Gt.delete(l),Cr(m)&&typeof u=="function"&&u(m,{success:g})},d=m=>{c(m,l===window||l===document||n.useGlobalTarget||Tr(l,m.target))},h=m=>{c(m,!1)};window.addEventListener("pointerup",d,i),window.addEventListener("pointercancel",h,i)};return s.forEach(a=>{(n.useGlobalTarget?window:a).addEventListener("pointerdown",r,i),yr(a)&&(a.addEventListener("focus",u=>Yc(u,i)),!Hc(a)&&!a.hasAttribute("tabindex")&&(a.tabIndex=0))}),o}function Pr(e){return gi(e)&&"ownerSVGElement"in e}function qc(e){return Pr(e)&&e.tagName==="svg"}const H=e=>!!(e&&e.getVelocity),Zc=[...dr,U,Ee],Jc=e=>Zc.find(ur(e)),us=T.createContext({transformPagePoint:e=>e,isStatic:!1,reducedMotion:"never"});class Qc extends C.Component{getSnapshotBeforeUpdate(t){const n=this.props.childRef.current;if(n&&t.isPresent&&!this.props.isPresent){const s=n.offsetParent,i=yr(s)&&s.offsetWidth||0,o=this.props.sizeRef.current;o.height=n.offsetHeight||0,o.width=n.offsetWidth||0,o.top=n.offsetTop,o.left=n.offsetLeft,o.right=i-o.width-o.left}return null}componentDidUpdate(){}render(){return this.props.children}}function eu({children:e,isPresent:t,anchorX:n,root:s}){const i=T.useId(),o=T.useRef(null),r=T.useRef({width:0,height:0,top:0,left:0,right:0}),{nonce:a}=T.useContext(us);return T.useInsertionEffect(()=>{const{width:l,height:u,top:c,left:d,right:h}=r.current;if(t||!o.current||!l||!u)return;const m=n==="left"?`left: ${d}`:`right: ${h}`;o.current.dataset.motionPopId=i;const g=document.createElement("style");a&&(g.nonce=a);const v=s??document.head;return v.appendChild(g),g.sheet&&g.sheet.insertRule(`
23
- [data-motion-pop-id="${i}"] {
22
+ <%s key={someKey} {...props} />`,N,V,H,V),Z[V+N]=!0)}if(V=null,O!==void 0&&(n(O),V=""+O),s(j)&&(n(j.key),V=""+j.key),"key"in j){O={};for(var G in j)G!=="key"&&(O[G]=j[G])}else O=j;return V&&a(O,typeof h=="function"?h.displayName||h.name||"Unknown":h),u(h,V,L,F,r(),O,K,U)}function d(h){typeof h=="object"&&h!==null&&h.$$typeof===m&&h._store&&(h._store.validated=1)}var f=k,m=Symbol.for("react.transitional.element"),v=Symbol.for("react.portal"),y=Symbol.for("react.fragment"),w=Symbol.for("react.strict_mode"),g=Symbol.for("react.profiler"),T=Symbol.for("react.consumer"),b=Symbol.for("react.context"),S=Symbol.for("react.forward_ref"),x=Symbol.for("react.suspense"),A=Symbol.for("react.suspense_list"),E=Symbol.for("react.memo"),P=Symbol.for("react.lazy"),B=Symbol.for("react.activity"),q=Symbol.for("react.client.reference"),$=f.__CLIENT_INTERNALS_DO_NOT_USE_OR_WARN_USERS_THEY_CANNOT_UPGRADE,ee=Object.prototype.hasOwnProperty,X=Array.isArray,I=console.createTask?console.createTask:function(){return null};f={react_stack_bottom_frame:function(h){return h()}};var J,re={},Q=f.react_stack_bottom_frame.bind(f,o)(),Y=I(i(o)),Z={};Bt.Fragment=y,Bt.jsx=function(h,j,O,N,F){var L=1e4>$.recentlyCreatedOwnerStacks++;return c(h,j,O,!1,N,F,L?Error("react-stack-top-frame"):Q,L?I(i(h)):Y)},Bt.jsxs=function(h,j,O,N,F){var L=1e4>$.recentlyCreatedOwnerStacks++;return c(h,j,O,!0,N,F,L?Error("react-stack-top-frame"):Q,L?I(i(h)):Y)}})()),Bt}var bo;function Gc(){return bo||(bo=1,process.env.NODE_ENV==="production"?hn.exports=Yc():hn.exports=Hc()),hn.exports}var p=Gc();const M=(...e)=>e.filter(Boolean).join(" "),ni=k.createContext({});function ii(e){const t=k.useRef(null);return t.current===null&&(t.current=e()),t.current}const ri=typeof window<"u",wo=ri?k.useLayoutEffect:k.useEffect,gn=k.createContext(null);function oi(e,t){e.indexOf(t)===-1&&e.push(t)}function si(e,t){const n=e.indexOf(t);n>-1&&e.splice(n,1)}const ze=(e,t,n)=>n>t?t:n<e?e:n;function ai(e,t){return t?`${e}. For more information and steps for solving, visit https://motion.dev/troubleshooting/${t}`:e}let gt=()=>{},Be=()=>{};process.env.NODE_ENV!=="production"&&(gt=(e,t,n)=>{!e&&typeof console<"u"&&console.warn(ai(t,n))},Be=(e,t,n)=>{if(!e)throw new Error(ai(t,n))});const $e={},To=e=>/^-?(?:\d+(?:\.\d+)?|\.\d+)$/u.test(e);function ko(e){return typeof e=="object"&&e!==null}const So=e=>/^0[^.\s]+$/u.test(e);function li(e){let t;return()=>(t===void 0&&(t=e()),t)}const Se=e=>e,Xc=(e,t)=>n=>t(e(n)),$t=(...e)=>e.reduce(Xc),Wt=(e,t,n)=>{const i=t-e;return i===0?1:(n-e)/i};class ci{constructor(){this.subscriptions=[]}add(t){return oi(this.subscriptions,t),()=>si(this.subscriptions,t)}notify(t,n,i){const r=this.subscriptions.length;if(r)if(r===1)this.subscriptions[0](t,n,i);else for(let o=0;o<r;o++){const s=this.subscriptions[o];s&&s(t,n,i)}}getSize(){return this.subscriptions.length}clear(){this.subscriptions.length=0}}const De=e=>e*1e3,Me=e=>e/1e3;function jo(e,t){return t?e*(1e3/t):0}const Eo=new Set;function ui(e,t,n){e||Eo.has(t)||(console.warn(ai(t,n)),Eo.add(t))}const Co=(e,t,n)=>(((1-3*n+3*t)*e+(3*n-6*t))*e+3*t)*e,Zc=1e-7,Jc=12;function Qc(e,t,n,i,r){let o,s,a=0;do s=t+(n-t)/2,o=Co(s,i,r)-e,o>0?n=s:t=s;while(Math.abs(o)>Zc&&++a<Jc);return s}function Ut(e,t,n,i){if(e===t&&n===i)return Se;const r=o=>Qc(o,0,1,e,n);return o=>o===0||o===1?o:Co(r(o),t,i)}const Po=e=>t=>t<=.5?e(2*t)/2:(2-e(2*(1-t)))/2,Ao=e=>t=>1-e(1-t),Do=Ut(.33,1.53,.69,.99),di=Ao(Do),Ro=Po(di),Oo=e=>(e*=2)<1?.5*di(e):.5*(2-Math.pow(2,-10*(e-1))),pi=e=>1-Math.sin(Math.acos(e)),Mo=Ao(pi),Io=Po(pi),eu=Ut(.42,0,1,1),tu=Ut(0,0,.58,1),No=Ut(.42,0,.58,1),nu=e=>Array.isArray(e)&&typeof e[0]!="number",Fo=e=>Array.isArray(e)&&typeof e[0]=="number",Vo={linear:Se,easeIn:eu,easeInOut:No,easeOut:tu,circIn:pi,circInOut:Io,circOut:Mo,backIn:di,backInOut:Ro,backOut:Do,anticipate:Oo},iu=e=>typeof e=="string",Lo=e=>{if(Fo(e)){Be(e.length===4,"Cubic bezier arrays must contain four numerical values.","cubic-bezier-length");const[t,n,i,r]=e;return Ut(t,n,i,r)}else if(iu(e))return Be(Vo[e]!==void 0,`Invalid easing type '${e}'`,"invalid-easing-type"),Vo[e];return e},vn=["setup","read","resolveKeyframes","preUpdate","update","preRender","render","postRender"];function ru(e,t){let n=new Set,i=new Set,r=!1,o=!1;const s=new WeakSet;let a={delta:0,timestamp:0,isProcessing:!1};function l(c){s.has(c)&&(u.schedule(c),e()),c(a)}const u={schedule:(c,d=!1,f=!1)=>{const v=f&&r?n:i;return d&&s.add(c),v.has(c)||v.add(c),c},cancel:c=>{i.delete(c),s.delete(c)},process:c=>{if(a=c,r){o=!0;return}r=!0,[n,i]=[i,n],n.forEach(l),n.clear(),r=!1,o&&(o=!1,u.process(c))}};return u}const ou=40;function _o(e,t){let n=!1,i=!0;const r={delta:0,timestamp:0,isProcessing:!1},o=()=>n=!0,s=vn.reduce((b,S)=>(b[S]=ru(o),b),{}),{setup:a,read:l,resolveKeyframes:u,preUpdate:c,update:d,preRender:f,render:m,postRender:v}=s,y=()=>{const b=$e.useManualTiming?r.timestamp:performance.now();n=!1,$e.useManualTiming||(r.delta=i?1e3/60:Math.max(Math.min(b-r.timestamp,ou),1)),r.timestamp=b,r.isProcessing=!0,a.process(r),l.process(r),u.process(r),c.process(r),d.process(r),f.process(r),m.process(r),v.process(r),r.isProcessing=!1,n&&t&&(i=!1,e(y))},w=()=>{n=!0,i=!0,r.isProcessing||e(y)};return{schedule:vn.reduce((b,S)=>{const x=s[S];return b[S]=(A,E=!1,P=!1)=>(n||w(),x.schedule(A,E,P)),b},{}),cancel:b=>{for(let S=0;S<vn.length;S++)s[vn[S]].cancel(b)},state:r,steps:s}}const{schedule:se,cancel:Ke,state:he,steps:fi}=_o(typeof requestAnimationFrame<"u"?requestAnimationFrame:Se,!0);let xn;function su(){xn=void 0}const we={now:()=>(xn===void 0&&we.set(he.isProcessing||$e.useManualTiming?he.timestamp:performance.now()),xn),set:e=>{xn=e,queueMicrotask(su)}},zo=e=>t=>typeof t=="string"&&t.startsWith(e),mi=zo("--"),au=zo("var(--"),hi=e=>au(e)?lu.test(e.split("/*")[0].trim()):!1,lu=/var\(--(?:[\w-]+\s*|[\w-]+\s*,(?:\s*[^)(\s]|\s*\((?:[^)(]|\([^)(]*\))*\))+\s*)\)$/iu,vt={test:e=>typeof e=="number",parse:parseFloat,transform:e=>e},qt={...vt,transform:e=>ze(0,1,e)},yn={...vt,default:1},Kt=e=>Math.round(e*1e5)/1e5,gi=/-?(?:\d+(?:\.\d+)?|\.\d+)/gu;function cu(e){return e==null}const uu=/^(?:#[\da-f]{3,8}|(?:rgb|hsl)a?\((?:-?[\d.]+%?[,\s]+){2}-?[\d.]+%?\s*(?:[,/]\s*)?(?:\b\d+(?:\.\d+)?|\.\d+)?%?\))$/iu,vi=(e,t)=>n=>!!(typeof n=="string"&&uu.test(n)&&n.startsWith(e)||t&&!cu(n)&&Object.prototype.hasOwnProperty.call(n,t)),Bo=(e,t,n)=>i=>{if(typeof i!="string")return i;const[r,o,s,a]=i.match(gi);return{[e]:parseFloat(r),[t]:parseFloat(o),[n]:parseFloat(s),alpha:a!==void 0?parseFloat(a):1}},du=e=>ze(0,255,e),xi={...vt,transform:e=>Math.round(du(e))},tt={test:vi("rgb","red"),parse:Bo("red","green","blue"),transform:({red:e,green:t,blue:n,alpha:i=1})=>"rgba("+xi.transform(e)+", "+xi.transform(t)+", "+xi.transform(n)+", "+Kt(qt.transform(i))+")"};function pu(e){let t="",n="",i="",r="";return e.length>5?(t=e.substring(1,3),n=e.substring(3,5),i=e.substring(5,7),r=e.substring(7,9)):(t=e.substring(1,2),n=e.substring(2,3),i=e.substring(3,4),r=e.substring(4,5),t+=t,n+=n,i+=i,r+=r),{red:parseInt(t,16),green:parseInt(n,16),blue:parseInt(i,16),alpha:r?parseInt(r,16)/255:1}}const yi={test:vi("#"),parse:pu,transform:tt.transform},Yt=e=>({test:t=>typeof t=="string"&&t.endsWith(e)&&t.split(" ").length===1,parse:parseFloat,transform:t=>`${t}${e}`}),Ye=Yt("deg"),Ie=Yt("%"),W=Yt("px"),fu=Yt("vh"),mu=Yt("vw"),$o={...Ie,parse:e=>Ie.parse(e)/100,transform:e=>Ie.transform(e*100)},xt={test:vi("hsl","hue"),parse:Bo("hue","saturation","lightness"),transform:({hue:e,saturation:t,lightness:n,alpha:i=1})=>"hsla("+Math.round(e)+", "+Ie.transform(Kt(t))+", "+Ie.transform(Kt(n))+", "+Kt(qt.transform(i))+")"},pe={test:e=>tt.test(e)||yi.test(e)||xt.test(e),parse:e=>tt.test(e)?tt.parse(e):xt.test(e)?xt.parse(e):yi.parse(e),transform:e=>typeof e=="string"?e:e.hasOwnProperty("red")?tt.transform(e):xt.transform(e),getAnimatableNone:e=>{const t=pe.parse(e);return t.alpha=0,pe.transform(t)}},hu=/(?:#[\da-f]{3,8}|(?:rgb|hsl)a?\((?:-?[\d.]+%?[,\s]+){2}-?[\d.]+%?\s*(?:[,/]\s*)?(?:\b\d+(?:\.\d+)?|\.\d+)?%?\))/giu;function gu(e){return isNaN(e)&&typeof e=="string"&&(e.match(gi)?.length||0)+(e.match(hu)?.length||0)>0}const Wo="number",Uo="color",vu="var",xu="var(",qo="${}",yu=/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 Ht(e){const t=e.toString(),n=[],i={color:[],number:[],var:[]},r=[];let o=0;const a=t.replace(yu,l=>(pe.test(l)?(i.color.push(o),r.push(Uo),n.push(pe.parse(l))):l.startsWith(xu)?(i.var.push(o),r.push(vu),n.push(l)):(i.number.push(o),r.push(Wo),n.push(parseFloat(l))),++o,qo)).split(qo);return{values:n,split:a,indexes:i,types:r}}function Ko(e){return Ht(e).values}function Yo(e){const{split:t,types:n}=Ht(e),i=t.length;return r=>{let o="";for(let s=0;s<i;s++)if(o+=t[s],r[s]!==void 0){const a=n[s];a===Wo?o+=Kt(r[s]):a===Uo?o+=pe.transform(r[s]):o+=r[s]}return o}}const bu=e=>typeof e=="number"?0:pe.test(e)?pe.getAnimatableNone(e):e;function wu(e){const t=Ko(e);return Yo(e)(t.map(bu))}const He={test:gu,parse:Ko,createTransformer:Yo,getAnimatableNone:wu};function bi(e,t,n){return n<0&&(n+=1),n>1&&(n-=1),n<1/6?e+(t-e)*6*n:n<1/2?t:n<2/3?e+(t-e)*(2/3-n)*6:e}function Tu({hue:e,saturation:t,lightness:n,alpha:i}){e/=360,t/=100,n/=100;let r=0,o=0,s=0;if(!t)r=o=s=n;else{const a=n<.5?n*(1+t):n+t-n*t,l=2*n-a;r=bi(l,a,e+1/3),o=bi(l,a,e),s=bi(l,a,e-1/3)}return{red:Math.round(r*255),green:Math.round(o*255),blue:Math.round(s*255),alpha:i}}function bn(e,t){return n=>n>0?t:e}const ae=(e,t,n)=>e+(t-e)*n,wi=(e,t,n)=>{const i=e*e,r=n*(t*t-i)+i;return r<0?0:Math.sqrt(r)},ku=[yi,tt,xt],Su=e=>ku.find(t=>t.test(e));function Ho(e){const t=Su(e);if(gt(!!t,`'${e}' is not an animatable color. Use the equivalent color code instead.`,"color-not-animatable"),!t)return!1;let n=t.parse(e);return t===xt&&(n=Tu(n)),n}const Go=(e,t)=>{const n=Ho(e),i=Ho(t);if(!n||!i)return bn(e,t);const r={...n};return o=>(r.red=wi(n.red,i.red,o),r.green=wi(n.green,i.green,o),r.blue=wi(n.blue,i.blue,o),r.alpha=ae(n.alpha,i.alpha,o),tt.transform(r))},Ti=new Set(["none","hidden"]);function ju(e,t){return Ti.has(e)?n=>n<=0?e:t:n=>n>=1?t:e}function Eu(e,t){return n=>ae(e,t,n)}function ki(e){return typeof e=="number"?Eu:typeof e=="string"?hi(e)?bn:pe.test(e)?Go:Au:Array.isArray(e)?Xo:typeof e=="object"?pe.test(e)?Go:Cu:bn}function Xo(e,t){const n=[...e],i=n.length,r=e.map((o,s)=>ki(o)(o,t[s]));return o=>{for(let s=0;s<i;s++)n[s]=r[s](o);return n}}function Cu(e,t){const n={...e,...t},i={};for(const r in n)e[r]!==void 0&&t[r]!==void 0&&(i[r]=ki(e[r])(e[r],t[r]));return r=>{for(const o in i)n[o]=i[o](r);return n}}function Pu(e,t){const n=[],i={color:0,var:0,number:0};for(let r=0;r<t.values.length;r++){const o=t.types[r],s=e.indexes[o][i[o]],a=e.values[s]??0;n[r]=a,i[o]++}return n}const Au=(e,t)=>{const n=He.createTransformer(t),i=Ht(e),r=Ht(t);return i.indexes.var.length===r.indexes.var.length&&i.indexes.color.length===r.indexes.color.length&&i.indexes.number.length>=r.indexes.number.length?Ti.has(e)&&!r.values.length||Ti.has(t)&&!i.values.length?ju(e,t):$t(Xo(Pu(i,r),r.values),n):(gt(!0,`Complex values '${e}' and '${t}' 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"),bn(e,t))};function Zo(e,t,n){return typeof e=="number"&&typeof t=="number"&&typeof n=="number"?ae(e,t,n):ki(e)(e,t)}const Du=e=>{const t=({timestamp:n})=>e(n);return{start:(n=!0)=>se.update(t,n),stop:()=>Ke(t),now:()=>he.isProcessing?he.timestamp:we.now()}},Jo=(e,t,n=10)=>{let i="";const r=Math.max(Math.round(t/n),2);for(let o=0;o<r;o++)i+=Math.round(e(o/(r-1))*1e4)/1e4+", ";return`linear(${i.substring(0,i.length-2)})`},wn=2e4;function Si(e){let t=0;const n=50;let i=e.next(t);for(;!i.done&&t<wn;)t+=n,i=e.next(t);return t>=wn?1/0:t}function Ru(e,t=100,n){const i=n({...e,keyframes:[0,t]}),r=Math.min(Si(i),wn);return{type:"keyframes",ease:o=>i.next(r*o).value/t,duration:Me(r)}}const Ou=5;function Qo(e,t,n){const i=Math.max(t-Ou,0);return jo(n-e(i),t-i)}const le={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},ji=.001;function Mu({duration:e=le.duration,bounce:t=le.bounce,velocity:n=le.velocity,mass:i=le.mass}){let r,o;gt(e<=De(le.maxDuration),"Spring duration must be 10 seconds or less","spring-duration-limit");let s=1-t;s=ze(le.minDamping,le.maxDamping,s),e=ze(le.minDuration,le.maxDuration,Me(e)),s<1?(r=u=>{const c=u*s,d=c*e,f=c-n,m=Ei(u,s),v=Math.exp(-d);return ji-f/m*v},o=u=>{const d=u*s*e,f=d*n+n,m=Math.pow(s,2)*Math.pow(u,2)*e,v=Math.exp(-d),y=Ei(Math.pow(u,2),s);return(-r(u)+ji>0?-1:1)*((f-m)*v)/y}):(r=u=>{const c=Math.exp(-u*e),d=(u-n)*e+1;return-ji+c*d},o=u=>{const c=Math.exp(-u*e),d=(n-u)*(e*e);return c*d});const a=5/e,l=Nu(r,o,a);if(e=De(e),isNaN(l))return{stiffness:le.stiffness,damping:le.damping,duration:e};{const u=Math.pow(l,2)*i;return{stiffness:u,damping:s*2*Math.sqrt(i*u),duration:e}}}const Iu=12;function Nu(e,t,n){let i=n;for(let r=1;r<Iu;r++)i=i-e(i)/t(i);return i}function Ei(e,t){return e*Math.sqrt(1-t*t)}const Fu=["duration","bounce"],Vu=["stiffness","damping","mass"];function es(e,t){return t.some(n=>e[n]!==void 0)}function Lu(e){let t={velocity:le.velocity,stiffness:le.stiffness,damping:le.damping,mass:le.mass,isResolvedFromDuration:!1,...e};if(!es(e,Vu)&&es(e,Fu))if(e.visualDuration){const n=e.visualDuration,i=2*Math.PI/(n*1.2),r=i*i,o=2*ze(.05,1,1-(e.bounce||0))*Math.sqrt(r);t={...t,mass:le.mass,stiffness:r,damping:o}}else{const n=Mu(e);t={...t,...n,mass:le.mass},t.isResolvedFromDuration=!0}return t}function Tn(e=le.visualDuration,t=le.bounce){const n=typeof e!="object"?{visualDuration:e,keyframes:[0,1],bounce:t}:e;let{restSpeed:i,restDelta:r}=n;const o=n.keyframes[0],s=n.keyframes[n.keyframes.length-1],a={done:!1,value:o},{stiffness:l,damping:u,mass:c,duration:d,velocity:f,isResolvedFromDuration:m}=Lu({...n,velocity:-Me(n.velocity||0)}),v=f||0,y=u/(2*Math.sqrt(l*c)),w=s-o,g=Me(Math.sqrt(l/c)),T=Math.abs(w)<5;i||(i=T?le.restSpeed.granular:le.restSpeed.default),r||(r=T?le.restDelta.granular:le.restDelta.default);let b;if(y<1){const x=Ei(g,y);b=A=>{const E=Math.exp(-y*g*A);return s-E*((v+y*g*w)/x*Math.sin(x*A)+w*Math.cos(x*A))}}else if(y===1)b=x=>s-Math.exp(-g*x)*(w+(v+g*w)*x);else{const x=g*Math.sqrt(y*y-1);b=A=>{const E=Math.exp(-y*g*A),P=Math.min(x*A,300);return s-E*((v+y*g*w)*Math.sinh(P)+x*w*Math.cosh(P))/x}}const S={calculatedDuration:m&&d||null,next:x=>{const A=b(x);if(m)a.done=x>=d;else{let E=x===0?v:0;y<1&&(E=x===0?De(v):Qo(b,x,A));const P=Math.abs(E)<=i,B=Math.abs(s-A)<=r;a.done=P&&B}return a.value=a.done?s:A,a},toString:()=>{const x=Math.min(Si(S),wn),A=Jo(E=>S.next(x*E).value,x,30);return x+"ms "+A},toTransition:()=>{}};return S}Tn.applyToOptions=e=>{const t=Ru(e,100,Tn);return e.ease=t.ease,e.duration=De(t.duration),e.type="keyframes",e};function Ci({keyframes:e,velocity:t=0,power:n=.8,timeConstant:i=325,bounceDamping:r=10,bounceStiffness:o=500,modifyTarget:s,min:a,max:l,restDelta:u=.5,restSpeed:c}){const d=e[0],f={done:!1,value:d},m=P=>a!==void 0&&P<a||l!==void 0&&P>l,v=P=>a===void 0?l:l===void 0||Math.abs(a-P)<Math.abs(l-P)?a:l;let y=n*t;const w=d+y,g=s===void 0?w:s(w);g!==w&&(y=g-d);const T=P=>-y*Math.exp(-P/i),b=P=>g+T(P),S=P=>{const B=T(P),q=b(P);f.done=Math.abs(B)<=u,f.value=f.done?g:q};let x,A;const E=P=>{m(f.value)&&(x=P,A=Tn({keyframes:[f.value,v(f.value)],velocity:Qo(b,P,f.value),damping:r,stiffness:o,restDelta:u,restSpeed:c}))};return E(0),{calculatedDuration:null,next:P=>{let B=!1;return!A&&x===void 0&&(B=!0,S(P),E(P)),x!==void 0&&P>=x?A.next(P-x):(!B&&S(P),f)}}}function _u(e,t,n){const i=[],r=n||$e.mix||Zo,o=e.length-1;for(let s=0;s<o;s++){let a=r(e[s],e[s+1]);if(t){const l=Array.isArray(t)?t[s]||Se:t;a=$t(l,a)}i.push(a)}return i}function zu(e,t,{clamp:n=!0,ease:i,mixer:r}={}){const o=e.length;if(Be(o===t.length,"Both input and output ranges must be the same length","range-length"),o===1)return()=>t[0];if(o===2&&t[0]===t[1])return()=>t[1];const s=e[0]===e[1];e[0]>e[o-1]&&(e=[...e].reverse(),t=[...t].reverse());const a=_u(t,i,r),l=a.length,u=c=>{if(s&&c<e[0])return t[0];let d=0;if(l>1)for(;d<e.length-2&&!(c<e[d+1]);d++);const f=Wt(e[d],e[d+1],c);return a[d](f)};return n?c=>u(ze(e[0],e[o-1],c)):u}function Bu(e,t){const n=e[e.length-1];for(let i=1;i<=t;i++){const r=Wt(0,t,i);e.push(ae(n,1,r))}}function $u(e){const t=[0];return Bu(t,e.length-1),t}function Wu(e,t){return e.map(n=>n*t)}function Uu(e,t){return e.map(()=>t||No).splice(0,e.length-1)}function yt({duration:e=300,keyframes:t,times:n,ease:i="easeInOut"}){const r=nu(i)?i.map(Lo):Lo(i),o={done:!1,value:t[0]},s=Wu(n&&n.length===t.length?n:$u(t),e),a=zu(s,t,{ease:Array.isArray(r)?r:Uu(t,r)});return{calculatedDuration:e,next:l=>(o.value=a(l),o.done=l>=e,o)}}const qu=e=>e!==null;function Pi(e,{repeat:t,repeatType:n="loop"},i,r=1){const o=e.filter(qu),a=r<0||t&&n!=="loop"&&t%2===1?0:o.length-1;return!a||i===void 0?o[a]:i}const Ku={decay:Ci,inertia:Ci,tween:yt,keyframes:yt,spring:Tn};function ts(e){typeof e.type=="string"&&(e.type=Ku[e.type])}class Ai{constructor(){this.updateFinished()}get finished(){return this._finished}updateFinished(){this._finished=new Promise(t=>{this.resolve=t})}notifyFinished(){this.resolve()}then(t,n){return this.finished.then(t,n)}}const Yu=e=>e/100;class Di extends Ai{constructor(t){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!==we.now()&&this.tick(we.now()),this.isStopped=!0,this.state!=="idle"&&(this.teardown(),this.options.onStop?.())},this.options=t,this.initAnimation(),this.play(),t.autoplay===!1&&this.pause()}initAnimation(){const{options:t}=this;ts(t);const{type:n=yt,repeat:i=0,repeatDelay:r=0,repeatType:o,velocity:s=0}=t;let{keyframes:a}=t;const l=n||yt;process.env.NODE_ENV!=="production"&&l!==yt&&Be(a.length<=2,`Only two keyframes currently supported with spring and inertia animations. Trying to animate ${a}`,"spring-two-frames"),l!==yt&&typeof a[0]!="number"&&(this.mixKeyframes=$t(Yu,Zo(a[0],a[1])),a=[0,100]);const u=l({...t,keyframes:a});o==="mirror"&&(this.mirroredGenerator=l({...t,keyframes:[...a].reverse(),velocity:-s})),u.calculatedDuration===null&&(u.calculatedDuration=Si(u));const{calculatedDuration:c}=u;this.calculatedDuration=c,this.resolvedDuration=c+r,this.totalDuration=this.resolvedDuration*(i+1)-r,this.generator=u}updateTime(t){const n=Math.round(t-this.startTime)*this.playbackSpeed;this.holdTime!==null?this.currentTime=this.holdTime:this.currentTime=n}tick(t,n=!1){const{generator:i,totalDuration:r,mixKeyframes:o,mirroredGenerator:s,resolvedDuration:a,calculatedDuration:l}=this;if(this.startTime===null)return i.next(0);const{delay:u=0,keyframes:c,repeat:d,repeatType:f,repeatDelay:m,type:v,onUpdate:y,finalKeyframe:w}=this.options;this.speed>0?this.startTime=Math.min(this.startTime,t):this.speed<0&&(this.startTime=Math.min(t-r/this.speed,this.startTime)),n?this.currentTime=t:this.updateTime(t);const g=this.currentTime-u*(this.playbackSpeed>=0?1:-1),T=this.playbackSpeed>=0?g<0:g>r;this.currentTime=Math.max(g,0),this.state==="finished"&&this.holdTime===null&&(this.currentTime=r);let b=this.currentTime,S=i;if(d){const P=Math.min(this.currentTime,r)/a;let B=Math.floor(P),q=P%1;!q&&P>=1&&(q=1),q===1&&B--,B=Math.min(B,d+1),!!(B%2)&&(f==="reverse"?(q=1-q,m&&(q-=m/a)):f==="mirror"&&(S=s)),b=ze(0,1,q)*a}const x=T?{done:!1,value:c[0]}:S.next(b);o&&(x.value=o(x.value));let{done:A}=x;!T&&l!==null&&(A=this.playbackSpeed>=0?this.currentTime>=r:this.currentTime<=0);const E=this.holdTime===null&&(this.state==="finished"||this.state==="running"&&A);return E&&v!==Ci&&(x.value=Pi(c,this.options,w,this.speed)),y&&y(x.value),E&&this.finish(),x}then(t,n){return this.finished.then(t,n)}get duration(){return Me(this.calculatedDuration)}get time(){return Me(this.currentTime)}set time(t){t=De(t),this.currentTime=t,this.startTime===null||this.holdTime!==null||this.playbackSpeed===0?this.holdTime=t:this.driver&&(this.startTime=this.driver.now()-t/this.playbackSpeed),this.driver?.start(!1)}get speed(){return this.playbackSpeed}set speed(t){this.updateTime(we.now());const n=this.playbackSpeed!==t;this.playbackSpeed=t,n&&(this.time=Me(this.currentTime))}play(){if(this.isStopped)return;const{driver:t=Du,startTime:n}=this.options;this.driver||(this.driver=t(r=>this.tick(r))),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(we.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(t){return this.startTime=0,this.tick(t,!0)}attachTimeline(t){return this.options.allowFlatten&&(this.options.type="keyframes",this.options.ease="linear",this.initAnimation()),this.driver?.stop(),t.observe(this)}}function Hu(e){for(let t=1;t<e.length;t++)e[t]??(e[t]=e[t-1])}const nt=e=>e*180/Math.PI,Ri=e=>{const t=nt(Math.atan2(e[1],e[0]));return Oi(t)},Gu={x:4,y:5,translateX:4,translateY:5,scaleX:0,scaleY:3,scale:e=>(Math.abs(e[0])+Math.abs(e[3]))/2,rotate:Ri,rotateZ:Ri,skewX:e=>nt(Math.atan(e[1])),skewY:e=>nt(Math.atan(e[2])),skew:e=>(Math.abs(e[1])+Math.abs(e[2]))/2},Oi=e=>(e=e%360,e<0&&(e+=360),e),ns=Ri,is=e=>Math.sqrt(e[0]*e[0]+e[1]*e[1]),rs=e=>Math.sqrt(e[4]*e[4]+e[5]*e[5]),Xu={x:12,y:13,z:14,translateX:12,translateY:13,translateZ:14,scaleX:is,scaleY:rs,scale:e=>(is(e)+rs(e))/2,rotateX:e=>Oi(nt(Math.atan2(e[6],e[5]))),rotateY:e=>Oi(nt(Math.atan2(-e[2],e[0]))),rotateZ:ns,rotate:ns,skewX:e=>nt(Math.atan(e[4])),skewY:e=>nt(Math.atan(e[1])),skew:e=>(Math.abs(e[1])+Math.abs(e[4]))/2};function Mi(e){return e.includes("scale")?1:0}function Ii(e,t){if(!e||e==="none")return Mi(t);const n=e.match(/^matrix3d\(([-\d.e\s,]+)\)$/u);let i,r;if(n)i=Xu,r=n;else{const a=e.match(/^matrix\(([-\d.e\s,]+)\)$/u);i=Gu,r=a}if(!r)return Mi(t);const o=i[t],s=r[1].split(",").map(Ju);return typeof o=="function"?o(s):s[o]}const Zu=(e,t)=>{const{transform:n="none"}=getComputedStyle(e);return Ii(n,t)};function Ju(e){return parseFloat(e.trim())}const bt=["transformPerspective","x","y","z","translateX","translateY","translateZ","scale","scaleX","scaleY","rotate","rotateX","rotateY","rotateZ","skew","skewX","skewY"],wt=new Set(bt),os=e=>e===vt||e===W,Qu=new Set(["x","y","z"]),ed=bt.filter(e=>!Qu.has(e));function td(e){const t=[];return ed.forEach(n=>{const i=e.getValue(n);i!==void 0&&(t.push([n,i.get()]),i.set(n.startsWith("scale")?1:0))}),t}const it={width:({x:e},{paddingLeft:t="0",paddingRight:n="0"})=>e.max-e.min-parseFloat(t)-parseFloat(n),height:({y:e},{paddingTop:t="0",paddingBottom:n="0"})=>e.max-e.min-parseFloat(t)-parseFloat(n),top:(e,{top:t})=>parseFloat(t),left:(e,{left:t})=>parseFloat(t),bottom:({y:e},{top:t})=>parseFloat(t)+(e.max-e.min),right:({x:e},{left:t})=>parseFloat(t)+(e.max-e.min),x:(e,{transform:t})=>Ii(t,"x"),y:(e,{transform:t})=>Ii(t,"y")};it.translateX=it.x,it.translateY=it.y;const rt=new Set;let Ni=!1,Fi=!1,Vi=!1;function ss(){if(Fi){const e=Array.from(rt).filter(i=>i.needsMeasurement),t=new Set(e.map(i=>i.element)),n=new Map;t.forEach(i=>{const r=td(i);r.length&&(n.set(i,r),i.render())}),e.forEach(i=>i.measureInitialState()),t.forEach(i=>{i.render();const r=n.get(i);r&&r.forEach(([o,s])=>{i.getValue(o)?.set(s)})}),e.forEach(i=>i.measureEndState()),e.forEach(i=>{i.suspendedScrollY!==void 0&&window.scrollTo(0,i.suspendedScrollY)})}Fi=!1,Ni=!1,rt.forEach(e=>e.complete(Vi)),rt.clear()}function as(){rt.forEach(e=>{e.readKeyframes(),e.needsMeasurement&&(Fi=!0)})}function nd(){Vi=!0,as(),ss(),Vi=!1}class Li{constructor(t,n,i,r,o,s=!1){this.state="pending",this.isAsync=!1,this.needsMeasurement=!1,this.unresolvedKeyframes=[...t],this.onComplete=n,this.name=i,this.motionValue=r,this.element=o,this.isAsync=s}scheduleResolve(){this.state="scheduled",this.isAsync?(rt.add(this),Ni||(Ni=!0,se.read(as),se.resolveKeyframes(ss))):(this.readKeyframes(),this.complete())}readKeyframes(){const{unresolvedKeyframes:t,name:n,element:i,motionValue:r}=this;if(t[0]===null){const o=r?.get(),s=t[t.length-1];if(o!==void 0)t[0]=o;else if(i&&n){const a=i.readValue(n,s);a!=null&&(t[0]=a)}t[0]===void 0&&(t[0]=s),r&&o===void 0&&r.set(t[0])}Hu(t)}setFinalKeyframe(){}measureInitialState(){}renderEndStyles(){}measureEndState(){}complete(t=!1){this.state="complete",this.onComplete(this.unresolvedKeyframes,this.finalKeyframe,t),rt.delete(this)}cancel(){this.state==="scheduled"&&(rt.delete(this),this.state="pending")}resume(){this.state==="pending"&&this.scheduleResolve()}}const id=e=>e.startsWith("--");function rd(e,t,n){id(t)?e.style.setProperty(t,n):e.style[t]=n}const od=li(()=>window.ScrollTimeline!==void 0),sd={};function ad(e,t){const n=li(e);return()=>sd[t]??n()}const ls=ad(()=>{try{document.createElement("div").animate({opacity:0},{easing:"linear(0, 1)"})}catch{return!1}return!0},"linearEasing"),Gt=([e,t,n,i])=>`cubic-bezier(${e}, ${t}, ${n}, ${i})`,cs={linear:"linear",ease:"ease",easeIn:"ease-in",easeOut:"ease-out",easeInOut:"ease-in-out",circIn:Gt([0,.65,.55,1]),circOut:Gt([.55,0,1,.45]),backIn:Gt([.31,.01,.66,-.59]),backOut:Gt([.33,1.53,.69,.99])};function us(e,t){if(e)return typeof e=="function"?ls()?Jo(e,t):"ease-out":Fo(e)?Gt(e):Array.isArray(e)?e.map(n=>us(n,t)||cs.easeOut):cs[e]}function ld(e,t,n,{delay:i=0,duration:r=300,repeat:o=0,repeatType:s="loop",ease:a="easeOut",times:l}={},u=void 0){const c={[t]:n};l&&(c.offset=l);const d=us(a,r);Array.isArray(d)&&(c.easing=d);const f={delay:i,duration:r,easing:Array.isArray(d)?"linear":d,fill:"both",iterations:o+1,direction:s==="reverse"?"alternate":"normal"};return u&&(f.pseudoElement=u),e.animate(c,f)}function ds(e){return typeof e=="function"&&"applyToOptions"in e}function cd({type:e,...t}){return ds(e)&&ls()?e.applyToOptions(t):(t.duration??(t.duration=300),t.ease??(t.ease="easeOut"),t)}class ud extends Ai{constructor(t){if(super(),this.finishedTime=null,this.isStopped=!1,!t)return;const{element:n,name:i,keyframes:r,pseudoElement:o,allowFlatten:s=!1,finalKeyframe:a,onComplete:l}=t;this.isPseudoElement=!!o,this.allowFlatten=s,this.options=t,Be(typeof t.type!="string",`Mini animate() doesn't support "type" as a string.`,"mini-spring");const u=cd(t);this.animation=ld(n,i,r,u,o),u.autoplay===!1&&this.animation.pause(),this.animation.onfinish=()=>{if(this.finishedTime=this.time,!o){const c=Pi(r,this.options,a,this.speed);this.updateMotionValue?this.updateMotionValue(c):rd(n,i,c),this.animation.cancel()}l?.(),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:t}=this;t==="idle"||t==="finished"||(this.updateMotionValue?this.updateMotionValue():this.commitStyles(),this.isPseudoElement||this.cancel())}commitStyles(){this.isPseudoElement||this.animation.commitStyles?.()}get duration(){const t=this.animation.effect?.getComputedTiming?.().duration||0;return Me(Number(t))}get time(){return Me(Number(this.animation.currentTime)||0)}set time(t){this.finishedTime=null,this.animation.currentTime=De(t)}get speed(){return this.animation.playbackRate}set speed(t){t<0&&(this.finishedTime=null),this.animation.playbackRate=t}get state(){return this.finishedTime!==null?"finished":this.animation.playState}get startTime(){return Number(this.animation.startTime)}set startTime(t){this.animation.startTime=t}attachTimeline({timeline:t,observe:n}){return this.allowFlatten&&this.animation.effect?.updateTiming({easing:"linear"}),this.animation.onfinish=null,t&&od()?(this.animation.timeline=t,Se):n(this)}}const ps={anticipate:Oo,backInOut:Ro,circInOut:Io};function dd(e){return e in ps}function pd(e){typeof e.ease=="string"&&dd(e.ease)&&(e.ease=ps[e.ease])}const fs=10;class fd extends ud{constructor(t){pd(t),ts(t),super(t),t.startTime&&(this.startTime=t.startTime),this.options=t}updateMotionValue(t){const{motionValue:n,onUpdate:i,onComplete:r,element:o,...s}=this.options;if(!n)return;if(t!==void 0){n.set(t);return}const a=new Di({...s,autoplay:!1}),l=De(this.finishedTime??this.time);n.setWithVelocity(a.sample(l-fs).value,a.sample(l).value,fs),a.stop()}}const ms=(e,t)=>t==="zIndex"?!1:!!(typeof e=="number"||Array.isArray(e)||typeof e=="string"&&(He.test(e)||e==="0")&&!e.startsWith("url("));function md(e){const t=e[0];if(e.length===1)return!0;for(let n=0;n<e.length;n++)if(e[n]!==t)return!0}function hd(e,t,n,i){const r=e[0];if(r===null)return!1;if(t==="display"||t==="visibility")return!0;const o=e[e.length-1],s=ms(r,t),a=ms(o,t);return gt(s===a,`You are trying to animate ${t} from "${r}" to "${o}". "${s?o:r}" is not an animatable value.`,"value-not-animatable"),!s||!a?!1:md(e)||(n==="spring"||ds(n))&&i}function _i(e){e.duration=0,e.type}const gd=new Set(["opacity","clipPath","filter","transform"]),vd=li(()=>Object.hasOwnProperty.call(Element.prototype,"animate"));function xd(e){const{motionValue:t,name:n,repeatDelay:i,repeatType:r,damping:o,type:s}=e;if(!(t?.owner?.current instanceof HTMLElement))return!1;const{onUpdate:l,transformTemplate:u}=t.owner.getProps();return vd()&&n&&gd.has(n)&&(n!=="transform"||!u)&&!l&&!i&&r!=="mirror"&&o!==0&&s!=="inertia"}const yd=40;class bd extends Ai{constructor({autoplay:t=!0,delay:n=0,type:i="keyframes",repeat:r=0,repeatDelay:o=0,repeatType:s="loop",keyframes:a,name:l,motionValue:u,element:c,...d}){super(),this.stop=()=>{this._animation&&(this._animation.stop(),this.stopTimeline?.()),this.keyframeResolver?.cancel()},this.createdAt=we.now();const f={autoplay:t,delay:n,type:i,repeat:r,repeatDelay:o,repeatType:s,name:l,motionValue:u,element:c,...d},m=c?.KeyframeResolver||Li;this.keyframeResolver=new m(a,(v,y,w)=>this.onKeyframesResolved(v,y,f,!w),l,u,c),this.keyframeResolver?.scheduleResolve()}onKeyframesResolved(t,n,i,r){this.keyframeResolver=void 0;const{name:o,type:s,velocity:a,delay:l,isHandoff:u,onUpdate:c}=i;this.resolvedAt=we.now(),hd(t,o,s,a)||(($e.instantAnimations||!l)&&c?.(Pi(t,i,n)),t[0]=t[t.length-1],_i(i),i.repeat=0);const f={startTime:r?this.resolvedAt?this.resolvedAt-this.createdAt>yd?this.resolvedAt:this.createdAt:this.createdAt:void 0,finalKeyframe:n,...i,keyframes:t},m=!u&&xd(f)?new fd({...f,element:f.motionValue.owner.current}):new Di(f);m.finished.then(()=>this.notifyFinished()).catch(Se),this.pendingTimeline&&(this.stopTimeline=m.attachTimeline(this.pendingTimeline),this.pendingTimeline=void 0),this._animation=m}get finished(){return this._animation?this.animation.finished:this._finished}then(t,n){return this.finished.finally(t).then(()=>{})}get animation(){return this._animation||(this.keyframeResolver?.resume(),nd()),this._animation}get duration(){return this.animation.duration}get time(){return this.animation.time}set time(t){this.animation.time=t}get speed(){return this.animation.speed}get state(){return this.animation.state}set speed(t){this.animation.speed=t}get startTime(){return this.animation.startTime}attachTimeline(t){return this._animation?this.stopTimeline=this.animation.attachTimeline(t):this.pendingTimeline=t,()=>this.stop()}play(){this.animation.play()}pause(){this.animation.pause()}complete(){this.animation.complete()}cancel(){this._animation&&this.animation.cancel(),this.keyframeResolver?.cancel()}}const wd=/^var\(--(?:([\w-]+)|([\w-]+), ?([a-zA-Z\d ()%#.,-]+))\)/u;function Td(e){const t=wd.exec(e);if(!t)return[,];const[,n,i,r]=t;return[`--${n??i}`,r]}const kd=4;function hs(e,t,n=1){Be(n<=kd,`Max CSS variable fallback depth detected in property "${e}". This may indicate a circular fallback dependency.`,"max-css-var-depth");const[i,r]=Td(e);if(!i)return;const o=window.getComputedStyle(t).getPropertyValue(i);if(o){const s=o.trim();return To(s)?parseFloat(s):s}return hi(r)?hs(r,t,n+1):r}function zi(e,t){return e?.[t]??e?.default??e}const gs=new Set(["width","height","top","left","right","bottom",...bt]),Sd={test:e=>e==="auto",parse:e=>e},vs=e=>t=>t.test(e),xs=[vt,W,Ie,Ye,mu,fu,Sd],ys=e=>xs.find(vs(e));function jd(e){return typeof e=="number"?e===0:e!==null?e==="none"||e==="0"||So(e):!0}const Ed=new Set(["brightness","contrast","saturate","opacity"]);function Cd(e){const[t,n]=e.slice(0,-1).split("(");if(t==="drop-shadow")return e;const[i]=n.match(gi)||[];if(!i)return e;const r=n.replace(i,"");let o=Ed.has(t)?1:0;return i!==n&&(o*=100),t+"("+o+r+")"}const Pd=/\b([a-z-]*)\(.*?\)/gu,Bi={...He,getAnimatableNone:e=>{const t=e.match(Pd);return t?t.map(Cd).join(" "):e}},bs={...vt,transform:Math.round},$i={borderWidth:W,borderTopWidth:W,borderRightWidth:W,borderBottomWidth:W,borderLeftWidth:W,borderRadius:W,radius:W,borderTopLeftRadius:W,borderTopRightRadius:W,borderBottomRightRadius:W,borderBottomLeftRadius:W,width:W,maxWidth:W,height:W,maxHeight:W,top:W,right:W,bottom:W,left:W,padding:W,paddingTop:W,paddingRight:W,paddingBottom:W,paddingLeft:W,margin:W,marginTop:W,marginRight:W,marginBottom:W,marginLeft:W,backgroundPositionX:W,backgroundPositionY:W,...{rotate:Ye,rotateX:Ye,rotateY:Ye,rotateZ:Ye,scale:yn,scaleX:yn,scaleY:yn,scaleZ:yn,skew:Ye,skewX:Ye,skewY:Ye,distance:W,translateX:W,translateY:W,translateZ:W,x:W,y:W,z:W,perspective:W,transformPerspective:W,opacity:qt,originX:$o,originY:$o,originZ:W},zIndex:bs,fillOpacity:qt,strokeOpacity:qt,numOctaves:bs},Ad={...$i,color:pe,backgroundColor:pe,outlineColor:pe,fill:pe,stroke:pe,borderColor:pe,borderTopColor:pe,borderRightColor:pe,borderBottomColor:pe,borderLeftColor:pe,filter:Bi,WebkitFilter:Bi},ws=e=>Ad[e];function Ts(e,t){let n=ws(e);return n!==Bi&&(n=He),n.getAnimatableNone?n.getAnimatableNone(t):void 0}const Dd=new Set(["auto","none","0"]);function Rd(e,t,n){let i=0,r;for(;i<e.length&&!r;){const o=e[i];typeof o=="string"&&!Dd.has(o)&&Ht(o).values.length&&(r=e[i]),i++}if(r&&n)for(const o of t)e[o]=Ts(n,r)}class Od extends Li{constructor(t,n,i,r,o){super(t,n,i,r,o,!0)}readKeyframes(){const{unresolvedKeyframes:t,element:n,name:i}=this;if(!n||!n.current)return;super.readKeyframes();for(let l=0;l<t.length;l++){let u=t[l];if(typeof u=="string"&&(u=u.trim(),hi(u))){const c=hs(u,n.current);c!==void 0&&(t[l]=c),l===t.length-1&&(this.finalKeyframe=u)}}if(this.resolveNoneKeyframes(),!gs.has(i)||t.length!==2)return;const[r,o]=t,s=ys(r),a=ys(o);if(s!==a)if(os(s)&&os(a))for(let l=0;l<t.length;l++){const u=t[l];typeof u=="string"&&(t[l]=parseFloat(u))}else it[i]&&(this.needsMeasurement=!0)}resolveNoneKeyframes(){const{unresolvedKeyframes:t,name:n}=this,i=[];for(let r=0;r<t.length;r++)(t[r]===null||jd(t[r]))&&i.push(r);i.length&&Rd(t,i,n)}measureInitialState(){const{element:t,unresolvedKeyframes:n,name:i}=this;if(!t||!t.current)return;i==="height"&&(this.suspendedScrollY=window.pageYOffset),this.measuredOrigin=it[i](t.measureViewportBox(),window.getComputedStyle(t.current)),n[0]=this.measuredOrigin;const r=n[n.length-1];r!==void 0&&t.getValue(i,r).jump(r,!1)}measureEndState(){const{element:t,name:n,unresolvedKeyframes:i}=this;if(!t||!t.current)return;const r=t.getValue(n);r&&r.jump(this.measuredOrigin,!1);const o=i.length-1,s=i[o];i[o]=it[n](t.measureViewportBox(),window.getComputedStyle(t.current)),s!==null&&this.finalKeyframe===void 0&&(this.finalKeyframe=s),this.removedTransforms?.length&&this.removedTransforms.forEach(([a,l])=>{t.getValue(a).set(l)}),this.resolveNoneKeyframes()}}function Md(e,t,n){if(e instanceof EventTarget)return[e];if(typeof e=="string"){let i=document;const r=n?.[e]??i.querySelectorAll(e);return r?Array.from(r):[]}return Array.from(e)}const ks=(e,t)=>t&&typeof e=="number"?t.transform(e):e;function Ss(e){return ko(e)&&"offsetHeight"in e}const js=30,Id=e=>!isNaN(parseFloat(e));class Nd{constructor(t,n={}){this.canTrackVelocity=null,this.events={},this.updateAndNotify=i=>{const r=we.now();if(this.updatedAt!==r&&this.setPrevFrameValue(),this.prev=this.current,this.setCurrent(i),this.current!==this.prev&&(this.events.change?.notify(this.current),this.dependents))for(const o of this.dependents)o.dirty()},this.hasAnimated=!1,this.setCurrent(t),this.owner=n.owner}setCurrent(t){this.current=t,this.updatedAt=we.now(),this.canTrackVelocity===null&&t!==void 0&&(this.canTrackVelocity=Id(this.current))}setPrevFrameValue(t=this.current){this.prevFrameValue=t,this.prevUpdatedAt=this.updatedAt}onChange(t){return process.env.NODE_ENV!=="production"&&ui(!1,'value.onChange(callback) is deprecated. Switch to value.on("change", callback).'),this.on("change",t)}on(t,n){this.events[t]||(this.events[t]=new ci);const i=this.events[t].add(n);return t==="change"?()=>{i(),se.read(()=>{this.events.change.getSize()||this.stop()})}:i}clearListeners(){for(const t in this.events)this.events[t].clear()}attach(t,n){this.passiveEffect=t,this.stopPassiveEffect=n}set(t){this.passiveEffect?this.passiveEffect(t,this.updateAndNotify):this.updateAndNotify(t)}setWithVelocity(t,n,i){this.set(n),this.prev=void 0,this.prevFrameValue=t,this.prevUpdatedAt=this.updatedAt-i}jump(t,n=!0){this.updateAndNotify(t),this.prev=t,this.prevUpdatedAt=this.prevFrameValue=void 0,n&&this.stop(),this.stopPassiveEffect&&this.stopPassiveEffect()}dirty(){this.events.change?.notify(this.current)}addDependent(t){this.dependents||(this.dependents=new Set),this.dependents.add(t)}removeDependent(t){this.dependents&&this.dependents.delete(t)}get(){return this.current}getPrevious(){return this.prev}getVelocity(){const t=we.now();if(!this.canTrackVelocity||this.prevFrameValue===void 0||t-this.updatedAt>js)return 0;const n=Math.min(this.updatedAt-this.prevUpdatedAt,js);return jo(parseFloat(this.current)-parseFloat(this.prevFrameValue),n)}start(t){return this.stop(),new Promise(n=>{this.hasAnimated=!0,this.animation=t(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 Tt(e,t){return new Nd(e,t)}const{schedule:Wi}=_o(queueMicrotask,!1),Re={x:!1,y:!1};function Es(){return Re.x||Re.y}function Fd(e){return e==="x"||e==="y"?Re[e]?null:(Re[e]=!0,()=>{Re[e]=!1}):Re.x||Re.y?null:(Re.x=Re.y=!0,()=>{Re.x=Re.y=!1})}function Cs(e,t){const n=Md(e),i=new AbortController,r={passive:!0,...t,signal:i.signal};return[n,r,()=>i.abort()]}function Ps(e){return!(e.pointerType==="touch"||Es())}function Vd(e,t,n={}){const[i,r,o]=Cs(e,n),s=a=>{if(!Ps(a))return;const{target:l}=a,u=t(l,a);if(typeof u!="function"||!l)return;const c=d=>{Ps(d)&&(u(d),l.removeEventListener("pointerleave",c))};l.addEventListener("pointerleave",c,r)};return i.forEach(a=>{a.addEventListener("pointerenter",s,r)}),o}const As=(e,t)=>t?e===t?!0:As(e,t.parentElement):!1,Ui=e=>e.pointerType==="mouse"?typeof e.button!="number"||e.button<=0:e.isPrimary!==!1,Ld=new Set(["BUTTON","INPUT","SELECT","TEXTAREA","A"]);function _d(e){return Ld.has(e.tagName)||e.tabIndex!==-1}const kn=new WeakSet;function Ds(e){return t=>{t.key==="Enter"&&e(t)}}function qi(e,t){e.dispatchEvent(new PointerEvent("pointer"+t,{isPrimary:!0,bubbles:!0}))}const zd=(e,t)=>{const n=e.currentTarget;if(!n)return;const i=Ds(()=>{if(kn.has(n))return;qi(n,"down");const r=Ds(()=>{qi(n,"up")}),o=()=>qi(n,"cancel");n.addEventListener("keyup",r,t),n.addEventListener("blur",o,t)});n.addEventListener("keydown",i,t),n.addEventListener("blur",()=>n.removeEventListener("keydown",i),t)};function Rs(e){return Ui(e)&&!Es()}function Bd(e,t,n={}){const[i,r,o]=Cs(e,n),s=a=>{const l=a.currentTarget;if(!Rs(a))return;kn.add(l);const u=t(l,a),c=(m,v)=>{window.removeEventListener("pointerup",d),window.removeEventListener("pointercancel",f),kn.has(l)&&kn.delete(l),Rs(m)&&typeof u=="function"&&u(m,{success:v})},d=m=>{c(m,l===window||l===document||n.useGlobalTarget||As(l,m.target))},f=m=>{c(m,!1)};window.addEventListener("pointerup",d,r),window.addEventListener("pointercancel",f,r)};return i.forEach(a=>{(n.useGlobalTarget?window:a).addEventListener("pointerdown",s,r),Ss(a)&&(a.addEventListener("focus",u=>zd(u,r)),!_d(a)&&!a.hasAttribute("tabindex")&&(a.tabIndex=0))}),o}function Os(e){return ko(e)&&"ownerSVGElement"in e}function $d(e){return Os(e)&&e.tagName==="svg"}const xe=e=>!!(e&&e.getVelocity),Wd=[...xs,pe,He],Ud=e=>Wd.find(vs(e)),Ki=k.createContext({transformPagePoint:e=>e,isStatic:!1,reducedMotion:"never"});class qd extends C.Component{getSnapshotBeforeUpdate(t){const n=this.props.childRef.current;if(n&&t.isPresent&&!this.props.isPresent){const i=n.offsetParent,r=Ss(i)&&i.offsetWidth||0,o=this.props.sizeRef.current;o.height=n.offsetHeight||0,o.width=n.offsetWidth||0,o.top=n.offsetTop,o.left=n.offsetLeft,o.right=r-o.width-o.left}return null}componentDidUpdate(){}render(){return this.props.children}}function Kd({children:e,isPresent:t,anchorX:n,root:i}){const r=k.useId(),o=k.useRef(null),s=k.useRef({width:0,height:0,top:0,left:0,right:0}),{nonce:a}=k.useContext(Ki);return k.useInsertionEffect(()=>{const{width:l,height:u,top:c,left:d,right:f}=s.current;if(t||!o.current||!l||!u)return;const m=n==="left"?`left: ${d}`:`right: ${f}`;o.current.dataset.motionPopId=r;const v=document.createElement("style");a&&(v.nonce=a);const y=i??document.head;return y.appendChild(v),v.sheet&&v.sheet.insertRule(`
23
+ [data-motion-pop-id="${r}"] {
24
24
  position: absolute !important;
25
25
  width: ${l}px !important;
26
26
  height: ${u}px !important;
27
27
  ${m}px !important;
28
28
  top: ${c}px !important;
29
29
  }
30
- `),()=>{v.contains(g)&&v.removeChild(g)}},[t]),f.jsx(Qc,{isPresent:t,childRef:o,sizeRef:r,children:C.cloneElement(e,{ref:o})})}const tu=({children:e,initial:t,isPresent:n,onExitComplete:s,custom:i,presenceAffectsLayout:o,mode:r,anchorX:a,root:l})=>{const u=wn(nu),c=T.useId();let d=!0,h=T.useMemo(()=>(d=!1,{id:c,initial:t,isPresent:n,custom:i,onExitComplete:m=>{u.set(m,!0);for(const g of u.values())if(!g)return;s&&s()},register:m=>(u.set(m,!1),()=>u.delete(m))}),[n,u,s]);return o&&d&&(h={...h}),T.useMemo(()=>{u.forEach((m,g)=>u.set(g,!1))},[n]),C.useEffect(()=>{!n&&!u.size&&s&&s()},[n]),r==="popLayout"&&(e=f.jsx(eu,{isPresent:n,anchorX:a,root:l,children:e})),f.jsx(Wt.Provider,{value:h,children:e})};function nu(){return new Map}function kr(e=!0){const t=T.useContext(Wt);if(t===null)return[!0,null];const{isPresent:n,onExitComplete:s,register:i}=t,o=T.useId();T.useEffect(()=>{if(e)return i(o)},[e]);const r=T.useCallback(()=>e&&s&&s(o),[o,s,e]);return!n&&s?[!1,r]:[!0]}const qt=e=>e.key||"";function Er(e){const t=[];return T.Children.forEach(e,n=>{T.isValidElement(n)&&t.push(n)}),t}const Zt=({children:e,custom:t,initial:n=!0,onExitComplete:s,presenceAffectsLayout:i=!0,mode:o="sync",propagate:r=!1,anchorX:a="left",root:l})=>{const[u,c]=kr(r),d=T.useMemo(()=>Er(e),[e]),h=r&&!u?[]:d.map(qt),m=T.useRef(!0),g=T.useRef(d),v=wn(()=>new Map),[b,p]=T.useState(d),[x,y]=T.useState(d);mi(()=>{m.current=!1,g.current=d;for(let A=0;A<x.length;A++){const k=qt(x[A]);h.includes(k)?v.delete(k):v.get(k)!==!0&&v.set(k,!1)}},[x,h.length,h.join("-")]);const P=[];if(d!==b){let A=[...d];for(let k=0;k<x.length;k++){const E=x[k],N=qt(E);h.includes(N)||(A.splice(k,0,E),P.push(E))}return o==="wait"&&P.length&&(A=P),y(Er(A)),p(d),null}process.env.NODE_ENV!=="production"&&o==="wait"&&x.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:S}=T.useContext(bn);return f.jsx(f.Fragment,{children:x.map(A=>{const k=qt(A),E=r&&!u?!1:d===x||h.includes(k),N=()=>{if(v.has(k))v.set(k,!0);else return;let V=!0;v.forEach(F=>{F||(V=!1)}),V&&(S?.(),y(g.current),r&&c?.(),s&&s())};return f.jsx(tu,{isPresent:E,initial:!m.current||n?void 0:!1,custom:t,presenceAffectsLayout:i,mode:o,root:l,onExitComplete:E?void 0:N,anchorX:a,children:A},k)})})},Ar=T.createContext({strict:!1}),jr={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"]},Je={};for(const e in jr)Je[e]={isEnabled:t=>jr[e].some(n=>!!t[n])};function su(e){for(const t in e)Je[t]={...Je[t],...e[t]}}const iu=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 Jt(e){return e.startsWith("while")||e.startsWith("drag")&&e!=="draggable"||e.startsWith("layout")||e.startsWith("onTap")||e.startsWith("onPan")||e.startsWith("onLayout")||iu.has(e)}let Rr=e=>!Jt(e);function ru(e){typeof e=="function"&&(Rr=t=>t.startsWith("on")?!Jt(t):e(t))}try{ru(require("@emotion/is-prop-valid").default)}catch{}function ou(e,t,n){const s={};for(const i in e)i==="values"&&typeof e.values=="object"||(Rr(i)||n===!0&&Jt(i)||!t&&!Jt(i)||e.draggable&&i.startsWith("onDrag"))&&(s[i]=e[i]);return s}const Qt=T.createContext({});function en(e){return e!==null&&typeof e=="object"&&typeof e.start=="function"}function Pt(e){return typeof e=="string"||Array.isArray(e)}const ds=["animate","whileInView","whileFocus","whileHover","whileTap","whileDrag","exit"],fs=["initial",...ds];function tn(e){return en(e.animate)||fs.some(t=>Pt(e[t]))}function Dr(e){return!!(tn(e)||e.variants)}function au(e,t){if(tn(e)){const{initial:n,animate:s}=e;return{initial:n===!1||Pt(n)?n:void 0,animate:Pt(s)?s:void 0}}return e.inherit!==!1?t:{}}function lu(e){const{initial:t,animate:n}=au(e,T.useContext(Qt));return T.useMemo(()=>({initial:t,animate:n}),[Mr(t),Mr(n)])}function Mr(e){return Array.isArray(e)?e.join(" "):e}const kt={};function cu(e){for(const t in e)kt[t]=e[t],Mn(t)&&(kt[t].isCSSVariable=!0)}function Nr(e,{layout:t,layoutId:n}){return qe.has(e)||e.startsWith("origin")||(t||n!==void 0)&&(!!kt[e]||e==="opacity")}const uu={x:"translateX",y:"translateY",z:"translateZ",transformPerspective:"perspective"},du=Ge.length;function fu(e,t,n){let s="",i=!0;for(let o=0;o<du;o++){const r=Ge[o],a=e[r];if(a===void 0)continue;let l=!0;if(typeof a=="number"?l=a===(r.startsWith("scale")?1:0):l=parseFloat(a)===0,!l||n){const u=gr(a,os[r]);if(!l){i=!1;const c=uu[r]||r;s+=`${c}(${u}) `}n&&(t[r]=u)}}return s=s.trim(),n?s=n(t,i?"":s):i&&(s="none"),s}function hs(e,t,n){const{style:s,vars:i,transformOrigin:o}=e;let r=!1,a=!1;for(const l in t){const u=t[l];if(qe.has(l)){r=!0;continue}else if(Mn(l)){i[l]=u;continue}else{const c=gr(u,os[l]);l.startsWith("origin")?(a=!0,o[l]=c):s[l]=c}}if(t.transform||(r||n?s.transform=fu(t,e.transform,n):s.transform&&(s.transform="none")),a){const{originX:l="50%",originY:u="50%",originZ:c=0}=o;s.transformOrigin=`${l} ${u} ${c}`}}const ms=()=>({style:{},transform:{},transformOrigin:{},vars:{}});function Vr(e,t,n){for(const s in t)!H(t[s])&&!Nr(s,n)&&(e[s]=t[s])}function hu({transformTemplate:e},t){return T.useMemo(()=>{const n=ms();return hs(n,t,e),Object.assign({},n.vars,n.style)},[t])}function mu(e,t){const n=e.style||{},s={};return Vr(s,n,e),Object.assign(s,hu(e,t)),s}function pu(e,t){const n={},s=mu(e,t);return e.drag&&e.dragListener!==!1&&(n.draggable=!1,s.userSelect=s.WebkitUserSelect=s.WebkitTouchCallout="none",s.touchAction=e.drag===!0?"none":`pan-${e.drag==="x"?"y":"x"}`),e.tabIndex===void 0&&(e.onTap||e.onTapStart||e.whileTap)&&(n.tabIndex=0),n.style=s,n}const gu={offset:"stroke-dashoffset",array:"stroke-dasharray"},yu={offset:"strokeDashoffset",array:"strokeDasharray"};function vu(e,t,n=1,s=0,i=!0){e.pathLength=1;const o=i?gu:yu;e[o.offset]=j.transform(-s);const r=j.transform(t),a=j.transform(n);e[o.array]=`${r} ${a}`}function Ir(e,{attrX:t,attrY:n,attrScale:s,pathLength:i,pathSpacing:o=1,pathOffset:r=0,...a},l,u,c){if(hs(e,a,u),l){e.style.viewBox&&(e.attrs.viewBox=e.style.viewBox);return}e.attrs=e.style,e.style={};const{attrs:d,style:h}=e;d.transform&&(h.transform=d.transform,delete d.transform),(h.transform||d.transformOrigin)&&(h.transformOrigin=d.transformOrigin??"50% 50%",delete d.transformOrigin),h.transform&&(h.transformBox=c?.transformBox??"fill-box",delete d.transformBox),t!==void 0&&(d.x=t),n!==void 0&&(d.y=n),s!==void 0&&(d.scale=s),i!==void 0&&vu(d,i,o,r,!1)}const Or=()=>({...ms(),attrs:{}}),Lr=e=>typeof e=="string"&&e.toLowerCase()==="svg";function xu(e,t,n,s){const i=T.useMemo(()=>{const o=Or();return Ir(o,t,Lr(s),e.transformTemplate,e.style),{...o.attrs,style:{...o.style}}},[t]);if(e.style){const o={};Vr(o,e.style,e),i.style={...o,...i.style}}return i}const bu=["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 ps(e){return typeof e!="string"||e.includes("-")?!1:!!(bu.indexOf(e)>-1||/[A-Z]/u.test(e))}function wu(e,t,n,{latestValues:s},i,o=!1){const a=(ps(e)?xu:pu)(t,s,i,e),l=ou(t,typeof e=="string",o),u=e!==T.Fragment?{...l,...a,ref:n}:{},{children:c}=t,d=T.useMemo(()=>H(c)?c.get():c,[c]);return T.createElement(e,{...u,children:d})}function Fr(e){const t=[{},{}];return e?.values.forEach((n,s)=>{t[0][s]=n.get(),t[1][s]=n.getVelocity()}),t}function gs(e,t,n,s){if(typeof t=="function"){const[i,o]=Fr(s);t=t(n!==void 0?n:e.custom,i,o)}if(typeof t=="string"&&(t=e.variants&&e.variants[t]),typeof t=="function"){const[i,o]=Fr(s);t=t(n!==void 0?n:e.custom,i,o)}return t}function nn(e){return H(e)?e.get():e}function Tu({scrapeMotionValuesFromProps:e,createRenderState:t},n,s,i){return{latestValues:Su(n,s,i,e),renderState:t()}}function Su(e,t,n,s){const i={},o=s(e,{});for(const h in o)i[h]=nn(o[h]);let{initial:r,animate:a}=e;const l=tn(e),u=Dr(e);t&&u&&!l&&e.inherit!==!1&&(r===void 0&&(r=t.initial),a===void 0&&(a=t.animate));let c=n?n.initial===!1:!1;c=c||r===!1;const d=c?a:r;if(d&&typeof d!="boolean"&&!en(d)){const h=Array.isArray(d)?d:[d];for(let m=0;m<h.length;m++){const g=gs(e,h[m]);if(g){const{transitionEnd:v,transition:b,...p}=g;for(const x in p){let y=p[x];if(Array.isArray(y)){const P=c?y.length-1:0;y=y[P]}y!==null&&(i[x]=y)}for(const x in v)i[x]=v[x]}}}return i}const Br=e=>(t,n)=>{const s=T.useContext(Qt),i=T.useContext(Wt),o=()=>Tu(e,t,s,i);return n?o():wn(o)};function ys(e,t,n){const{style:s}=e,i={};for(const o in s)(H(s[o])||t.style&&H(t.style[o])||Nr(o,e)||n?.getValue(o)?.liveStyle!==void 0)&&(i[o]=s[o]);return i}const Cu=Br({scrapeMotionValuesFromProps:ys,createRenderState:ms});function _r(e,t,n){const s=ys(e,t,n);for(const i in e)if(H(e[i])||H(t[i])){const o=Ge.indexOf(i)!==-1?"attr"+i.charAt(0).toUpperCase()+i.substring(1):i;s[o]=e[i]}return s}const Pu=Br({scrapeMotionValuesFromProps:_r,createRenderState:Or}),ku=Symbol.for("motionComponentSymbol");function Qe(e){return e&&typeof e=="object"&&Object.prototype.hasOwnProperty.call(e,"current")}function Eu(e,t,n){return T.useCallback(s=>{s&&e.onMount&&e.onMount(s),t&&(s?t.mount(s):t.unmount()),n&&(typeof n=="function"?n(s):Qe(n)&&(n.current=s))},[t])}const vs=e=>e.replace(/([a-z])([A-Z])/gu,"$1-$2").toLowerCase(),zr="data-"+vs("framerAppearId"),Wr=T.createContext({});function Au(e,t,n,s,i){const{visualElement:o}=T.useContext(Qt),r=T.useContext(Ar),a=T.useContext(Wt),l=T.useContext(us).reducedMotion,u=T.useRef(null);s=s||r.renderer,!u.current&&s&&(u.current=s(e,{visualState:t,parent:o,props:n,presenceContext:a,blockInitialAnimation:a?a.initial===!1:!1,reducedMotionConfig:l}));const c=u.current,d=T.useContext(Wr);c&&!c.projection&&i&&(c.type==="html"||c.type==="svg")&&ju(u.current,n,i,d);const h=T.useRef(!1);T.useInsertionEffect(()=>{c&&h.current&&c.update(n,a)});const m=n[zr],g=T.useRef(!!m&&!window.MotionHandoffIsComplete?.(m)&&window.MotionHasOptimisedAnimation?.(m));return mi(()=>{c&&(h.current=!0,window.MotionIsMounted=!0,c.updateFeatures(),c.scheduleRenderMicrotask(),g.current&&c.animationState&&c.animationState.animateChanges())}),T.useEffect(()=>{c&&(!g.current&&c.animationState&&c.animationState.animateChanges(),g.current&&(queueMicrotask(()=>{window.MotionHandoffMarkAsComplete?.(m)}),g.current=!1),c.enteringChildren=void 0)}),c}function ju(e,t,n,s){const{layoutId:i,layout:o,drag:r,dragConstraints:a,layoutScroll:l,layoutRoot:u,layoutCrossfade:c}=t;e.projection=new n(e.latestValues,t["data-framer-portal-id"]?void 0:$r(e.parent)),e.projection.setOptions({layoutId:i,layout:o,alwaysMeasureLayout:!!r||a&&Qe(a),visualElement:e,animationType:typeof o=="string"?o:"both",initialPromotionConfig:s,crossfade:c,layoutScroll:l,layoutRoot:u})}function $r(e){if(e)return e.options.allowProjection!==!1?e.projection:$r(e.parent)}function xs(e,{forwardMotionProps:t=!1}={},n,s){n&&su(n);const i=ps(e)?Pu:Cu;function o(a,l){let u;const c={...T.useContext(us),...a,layoutId:Ru(a)},{isStatic:d}=c,h=lu(a),m=i(a,d);if(!d&&Tn){Du(c,n);const g=Mu(c);u=g.MeasureLayout,h.visualElement=Au(e,m,c,s,g.ProjectionNode)}return f.jsxs(Qt.Provider,{value:h,children:[u&&h.visualElement?f.jsx(u,{visualElement:h.visualElement,...c}):null,wu(e,a,Eu(m,h.visualElement,l),m,d,t)]})}o.displayName=`motion.${typeof e=="string"?e:`create(${e.displayName??e.name??""})`}`;const r=T.forwardRef(o);return r[ku]=e,r}function Ru({layoutId:e}){const t=T.useContext(bn).id;return t&&e!==void 0?t+"-"+e:e}function Du(e,t){const n=T.useContext(Ar).strict;if(process.env.NODE_ENV!=="production"&&t&&n){const s="You have rendered a `motion` component within a `LazyMotion` component. This will break tree shaking. Import and render a `m` component instead.";e.ignoreStrict?Ke(!1,s,"lazy-strict-mode"):Te(!1,s,"lazy-strict-mode")}}function Mu(e){const{drag:t,layout:n}=Je;if(!t&&!n)return{};const s={...t,...n};return{MeasureLayout:t?.isEnabled(e)||n?.isEnabled(e)?s.MeasureLayout:void 0,ProjectionNode:s.ProjectionNode}}function Nu(e,t){if(typeof Proxy>"u")return xs;const n=new Map,s=(o,r)=>xs(o,r,e,t),i=(o,r)=>(process.env.NODE_ENV!=="production"&&An(!1,"motion() is deprecated. Use motion.create() instead."),s(o,r));return new Proxy(i,{get:(o,r)=>r==="create"?s:(n.has(r)||n.set(r,xs(r,void 0,e,t)),n.get(r))})}function Ur({top:e,left:t,right:n,bottom:s}){return{x:{min:t,max:n},y:{min:e,max:s}}}function Vu({x:e,y:t}){return{top:t.min,right:e.max,bottom:t.max,left:e.min}}function Iu(e,t){if(!t)return e;const n=t({x:e.left,y:e.top}),s=t({x:e.right,y:e.bottom});return{top:n.y,left:n.x,bottom:s.y,right:s.x}}function bs(e){return e===void 0||e===1}function ws({scale:e,scaleX:t,scaleY:n}){return!bs(e)||!bs(t)||!bs(n)}function Oe(e){return ws(e)||Kr(e)||e.z||e.rotate||e.rotateX||e.rotateY||e.skewX||e.skewY}function Kr(e){return Xr(e.x)||Xr(e.y)}function Xr(e){return e&&e!=="0%"}function sn(e,t,n){const s=e-n,i=t*s;return n+i}function Hr(e,t,n,s,i){return i!==void 0&&(e=sn(e,i,s)),sn(e,n,s)+t}function Ts(e,t=0,n=1,s,i){e.min=Hr(e.min,t,n,s,i),e.max=Hr(e.max,t,n,s,i)}function Yr(e,{x:t,y:n}){Ts(e.x,t.translate,t.scale,t.originPoint),Ts(e.y,n.translate,n.scale,n.originPoint)}const Gr=.999999999999,qr=1.0000000000001;function Ou(e,t,n,s=!1){const i=n.length;if(!i)return;t.x=t.y=1;let o,r;for(let a=0;a<i;a++){o=n[a],r=o.projectionDelta;const{visualElement:l}=o.options;l&&l.props.style&&l.props.style.display==="contents"||(s&&o.options.layoutScroll&&o.scroll&&o!==o.root&&tt(e,{x:-o.scroll.offset.x,y:-o.scroll.offset.y}),r&&(t.x*=r.x.scale,t.y*=r.y.scale,Yr(e,r)),s&&Oe(o.latestValues)&&tt(e,o.latestValues))}t.x<qr&&t.x>Gr&&(t.x=1),t.y<qr&&t.y>Gr&&(t.y=1)}function et(e,t){e.min=e.min+t,e.max=e.max+t}function Zr(e,t,n,s,i=.5){const o=B(e.min,e.max,i);Ts(e,t,n,o,s)}function tt(e,t){Zr(e.x,t.x,t.scaleX,t.scale,t.originX),Zr(e.y,t.y,t.scaleY,t.scale,t.originY)}function Jr(e,t){return Ur(Iu(e.getBoundingClientRect(),t))}function Lu(e,t,n){const s=Jr(e,n),{scroll:i}=t;return i&&(et(s.x,i.offset.x),et(s.y,i.offset.y)),s}const Qr=()=>({translate:0,scale:1,origin:0,originPoint:0}),nt=()=>({x:Qr(),y:Qr()}),eo=()=>({min:0,max:0}),$=()=>({x:eo(),y:eo()}),Ss={current:null},to={current:!1};function Fu(){if(to.current=!0,!!Tn)if(window.matchMedia){const e=window.matchMedia("(prefers-reduced-motion)"),t=()=>Ss.current=e.matches;e.addEventListener("change",t),t()}else Ss.current=!1}const Bu=new WeakMap;function _u(e,t,n){for(const s in t){const i=t[s],o=n[s];if(H(i))e.addValue(s,i);else if(H(o))e.addValue(s,Ze(i,{owner:e}));else if(o!==i)if(e.hasValue(s)){const r=e.getValue(s);r.liveStyle===!0?r.jump(i):r.hasAnimated||r.set(i)}else{const r=e.getStaticValue(s);e.addValue(s,Ze(r!==void 0?r:i,{owner:e}))}}for(const s in n)t[s]===void 0&&e.removeValue(s);return t}const no=["AnimationStart","AnimationComplete","Update","BeforeLayoutMeasure","LayoutMeasure","LayoutAnimationStart","LayoutAnimationComplete"];class zu{scrapeMotionValuesFromProps(t,n,s){return{}}constructor({parent:t,props:n,presenceContext:s,reducedMotionConfig:i,blockInitialAnimation:o,visualState:r},a={}){this.current=null,this.children=new Set,this.isVariantNode=!1,this.isControllingVariants=!1,this.shouldReduceMotion=null,this.values=new Map,this.KeyframeResolver=ns,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 h=Q.now();this.renderScheduledAt<h&&(this.renderScheduledAt=h,L.render(this.render,!1,!0))};const{latestValues:l,renderState:u}=r;this.latestValues=l,this.baseTarget={...l},this.initialValues=n.initial?{...l}:{},this.renderState=u,this.parent=t,this.props=n,this.presenceContext=s,this.depth=t?t.depth+1:0,this.reducedMotionConfig=i,this.options=a,this.blockInitialAnimation=!!o,this.isControllingVariants=tn(n),this.isVariantNode=Dr(n),this.isVariantNode&&(this.variantChildren=new Set),this.manuallyAnimateOnMount=!!(t&&t.current);const{willChange:c,...d}=this.scrapeMotionValuesFromProps(n,{},this);for(const h in d){const m=d[h];l[h]!==void 0&&H(m)&&m.set(l[h])}}mount(t){this.current=t,Bu.set(t,this),this.projection&&!this.projection.instance&&this.projection.mount(t),this.parent&&this.isVariantNode&&!this.isControllingVariants&&(this.removeFromVariantTree=this.parent.addVariantChild(this)),this.values.forEach((n,s)=>this.bindToMotionValue(s,n)),to.current||Fu(),this.shouldReduceMotion=this.reducedMotionConfig==="never"?!1:this.reducedMotionConfig==="always"?!0:Ss.current,process.env.NODE_ENV!=="production"&&An(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(),Pe(this.notifyUpdate),Pe(this.render),this.valueSubscriptions.forEach(t=>t()),this.valueSubscriptions.clear(),this.removeFromVariantTree&&this.removeFromVariantTree(),this.parent?.removeChild(this);for(const t in this.events)this.events[t].clear();for(const t in this.features){const n=this.features[t];n&&(n.unmount(),n.isMounted=!1)}this.current=null}addChild(t){this.children.add(t),this.enteringChildren??(this.enteringChildren=new Set),this.enteringChildren.add(t)}removeChild(t){this.children.delete(t),this.enteringChildren&&this.enteringChildren.delete(t)}bindToMotionValue(t,n){this.valueSubscriptions.has(t)&&this.valueSubscriptions.get(t)();const s=qe.has(t);s&&this.onBindTransform&&this.onBindTransform();const i=n.on("change",r=>{this.latestValues[t]=r,this.props.onUpdate&&L.preRender(this.notifyUpdate),s&&this.projection&&(this.projection.isTransformDirty=!0),this.scheduleRender()});let o;window.MotionCheckAppearSync&&(o=window.MotionCheckAppearSync(this,t,n)),this.valueSubscriptions.set(t,()=>{i(),o&&o(),n.owner&&n.stop()})}sortNodePosition(t){return!this.current||!this.sortInstanceNodePosition||this.type!==t.type?0:this.sortInstanceNodePosition(this.current,t.current)}updateFeatures(){let t="animation";for(t in Je){const n=Je[t];if(!n)continue;const{isEnabled:s,Feature:i}=n;if(!this.features[t]&&i&&s(this.props)&&(this.features[t]=new i(this)),this.features[t]){const o=this.features[t];o.isMounted?o.update():(o.mount(),o.isMounted=!0)}}}triggerBuild(){this.build(this.renderState,this.latestValues,this.props)}measureViewportBox(){return this.current?this.measureInstanceViewportBox(this.current,this.props):$()}getStaticValue(t){return this.latestValues[t]}setStaticValue(t,n){this.latestValues[t]=n}update(t,n){(t.transformTemplate||this.props.transformTemplate)&&this.scheduleRender(),this.prevProps=this.props,this.props=t,this.prevPresenceContext=this.presenceContext,this.presenceContext=n;for(let s=0;s<no.length;s++){const i=no[s];this.propEventSubscriptions[i]&&(this.propEventSubscriptions[i](),delete this.propEventSubscriptions[i]);const o="on"+i,r=t[o];r&&(this.propEventSubscriptions[i]=this.on(i,r))}this.prevMotionValues=_u(this,this.scrapeMotionValuesFromProps(t,this.prevProps,this),this.prevMotionValues),this.handleChildMotionValue&&this.handleChildMotionValue()}getProps(){return this.props}getVariant(t){return this.props.variants?this.props.variants[t]: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(t){const n=this.getClosestVariantNode();if(n)return n.variantChildren&&n.variantChildren.add(t),()=>n.variantChildren.delete(t)}addValue(t,n){const s=this.values.get(t);n!==s&&(s&&this.removeValue(t),this.bindToMotionValue(t,n),this.values.set(t,n),this.latestValues[t]=n.get())}removeValue(t){this.values.delete(t);const n=this.valueSubscriptions.get(t);n&&(n(),this.valueSubscriptions.delete(t)),delete this.latestValues[t],this.removeValueFromRenderState(t,this.renderState)}hasValue(t){return this.values.has(t)}getValue(t,n){if(this.props.values&&this.props.values[t])return this.props.values[t];let s=this.values.get(t);return s===void 0&&n!==void 0&&(s=Ze(n===null?void 0:n,{owner:this}),this.addValue(t,s)),s}readValue(t,n){let s=this.latestValues[t]!==void 0||!this.current?this.latestValues[t]:this.getBaseTargetFromProps(this.props,t)??this.readValueFromInstance(this.current,t,this.options);return s!=null&&(typeof s=="string"&&(pi(s)||yi(s))?s=parseFloat(s):!Jc(s)&&Ee.test(n)&&(s=pr(t,n)),this.setBaseTarget(t,H(s)?s.get():s)),H(s)?s.get():s}setBaseTarget(t,n){this.baseTarget[t]=n}getBaseTarget(t){const{initial:n}=this.props;let s;if(typeof n=="string"||typeof n=="object"){const o=gs(this.props,n,this.presenceContext?.custom);o&&(s=o[t])}if(n&&s!==void 0)return s;const i=this.getBaseTargetFromProps(this.props,t);return i!==void 0&&!H(i)?i:this.initialValues[t]!==void 0&&s===void 0?void 0:this.baseTarget[t]}on(t,n){return this.events[t]||(this.events[t]=new En),this.events[t].add(n)}notify(t,...n){this.events[t]&&this.events[t].notify(...n)}scheduleRenderMicrotask(){as.render(this.render)}}class so extends zu{constructor(){super(...arguments),this.KeyframeResolver=_c}sortInstanceNodePosition(t,n){return t.compareDocumentPosition(n)&2?1:-1}getBaseTargetFromProps(t,n){return t.style?t.style[n]:void 0}removeValueFromRenderState(t,{vars:n,style:s}){delete n[t],delete s[t]}handleChildMotionValue(){this.childSubscription&&(this.childSubscription(),delete this.childSubscription);const{children:t}=this.props;H(t)&&(this.childSubscription=t.on("change",n=>{this.current&&(this.current.textContent=`${n}`)}))}}function io(e,{style:t,vars:n},s,i){const o=e.style;let r;for(r in t)o[r]=t[r];i?.applyProjectionStyles(o,s);for(r in n)o.setProperty(r,n[r])}function Wu(e){return window.getComputedStyle(e)}class $u extends so{constructor(){super(...arguments),this.type="html",this.renderInstance=io}readValueFromInstance(t,n){if(qe.has(n))return this.projection?.isProjecting?Zn(n):rc(t,n);{const s=Wu(t),i=(Mn(n)?s.getPropertyValue(n):s[n])||0;return typeof i=="string"?i.trim():i}}measureInstanceViewportBox(t,{transformPagePoint:n}){return Jr(t,n)}build(t,n,s){hs(t,n,s.transformTemplate)}scrapeMotionValuesFromProps(t,n,s){return ys(t,n,s)}}const ro=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 Uu(e,t,n,s){io(e,t,void 0,s);for(const i in t.attrs)e.setAttribute(ro.has(i)?i:vs(i),t.attrs[i])}class Ku extends so{constructor(){super(...arguments),this.type="svg",this.isSVGTag=!1,this.measureInstanceViewportBox=$}getBaseTargetFromProps(t,n){return t[n]}readValueFromInstance(t,n){if(qe.has(n)){const s=mr(n);return s&&s.default||0}return n=ro.has(n)?n:vs(n),t.getAttribute(n)}scrapeMotionValuesFromProps(t,n,s){return _r(t,n,s)}build(t,n,s){Ir(t,n,this.isSVGTag,s.transformTemplate,s.style)}renderInstance(t,n,s,i){Uu(t,n,s,i)}mount(t){this.isSVGTag=Lr(t.tagName),super.mount(t)}}const Xu=(e,t)=>ps(e)?new Ku(t):new $u(t,{allowProjection:e!==T.Fragment});function st(e,t,n){const s=e.getProps();return gs(s,t,n!==void 0?n:s.custom,e)}const Cs=e=>Array.isArray(e);function Hu(e,t,n){e.hasValue(t)?e.getValue(t).set(n):e.addValue(t,Ze(n))}function Yu(e){return Cs(e)?e[e.length-1]||0:e}function Gu(e,t){const n=st(e,t);let{transitionEnd:s={},transition:i={},...o}=n||{};o={...o,...s};for(const r in o){const a=Yu(o[r]);Hu(e,r,a)}}function qu(e){return!!(H(e)&&e.add)}function Ps(e,t){const n=e.getValue("willChange");if(qu(n))return n.add(t);if(!n&&Se.WillChange){const s=new Se.WillChange("auto");e.addValue("willChange",s),s.add(t)}}function oo(e){return e.props[zr]}const Zu=e=>e!==null;function Ju(e,{repeat:t,repeatType:n="loop"},s){const i=e.filter(Zu),o=t&&n!=="loop"&&t%2===1?0:i.length-1;return i[o]}const Qu={type:"spring",stiffness:500,damping:25,restSpeed:10},ed=e=>({type:"spring",stiffness:550,damping:e===0?2*Math.sqrt(550):30,restSpeed:10}),td={type:"keyframes",duration:.8},nd={type:"keyframes",ease:[.25,.1,.35,1],duration:.3},sd=(e,{keyframes:t})=>t.length>2?td:qe.has(e)?e.startsWith("scale")?ed(t[1]):Qu:nd;function id({when:e,delay:t,delayChildren:n,staggerChildren:s,staggerDirection:i,repeat:o,repeatType:r,repeatDelay:a,from:l,elapsed:u,...c}){return!!Object.keys(c).length}const ks=(e,t,n,s={},i,o)=>r=>{const a=is(s,e)||{},l=a.delay||s.delay||0;let{elapsed:u=0}=s;u=u-ue(l);const c={keyframes:Array.isArray(n)?n:[null,n],ease:"easeOut",velocity:t.getVelocity(),...a,delay:-u,onUpdate:h=>{t.set(h),a.onUpdate&&a.onUpdate(h)},onComplete:()=>{r(),a.onComplete&&a.onComplete()},name:e,motionValue:t,element:o?void 0:i};id(a)||Object.assign(c,sd(e,c)),c.duration&&(c.duration=ue(c.duration)),c.repeatDelay&&(c.repeatDelay=ue(c.repeatDelay)),c.from!==void 0&&(c.keyframes[0]=c.from);let d=!1;if((c.type===!1||c.duration===0&&!c.repeatDelay)&&(ss(c),c.delay===0&&(d=!0)),(Se.instantAnimations||Se.skipAnimations)&&(d=!0,ss(c),c.delay=0),c.allowFlatten=!a.type&&!a.ease,d&&!o&&t.get()!==void 0){const h=Ju(c.keyframes,a);if(h!==void 0){L.update(()=>{c.onUpdate(h),c.onComplete()});return}}return a.isSync?new Yn(c):new Ac(c)};function rd({protectedKeys:e,needsAnimating:t},n){const s=e.hasOwnProperty(n)&&t[n]!==!0;return t[n]=!1,s}function ao(e,t,{delay:n=0,transitionOverride:s,type:i}={}){let{transition:o=e.getDefaultTransition(),transitionEnd:r,...a}=t;s&&(o=s);const l=[],u=i&&e.animationState&&e.animationState.getState()[i];for(const c in a){const d=e.getValue(c,e.latestValues[c]??null),h=a[c];if(h===void 0||u&&rd(u,c))continue;const m={delay:n,...is(o||{},c)},g=d.get();if(g!==void 0&&!d.isAnimating&&!Array.isArray(h)&&h===g&&!m.velocity)continue;let v=!1;if(window.MotionHandoffAnimation){const p=oo(e);if(p){const x=window.MotionHandoffAnimation(p,c,L);x!==null&&(m.startTime=x,v=!0)}}Ps(e,c),d.start(ks(c,d,h,e.shouldReduceMotion&&cr.has(c)?{type:!1}:m,e,v));const b=d.animation;b&&l.push(b)}return r&&Promise.all(l).then(()=>{L.update(()=>{r&&Gu(e,r)})}),l}function lo(e,t,n,s=0,i=1){const o=Array.from(e).sort((u,c)=>u.sortNodePosition(c)).indexOf(t),r=e.size,a=(r-1)*s;return typeof n=="function"?n(o,r):i===1?o*s:a-o*s}function Es(e,t,n={}){const s=st(e,t,n.type==="exit"?e.presenceContext?.custom:void 0);let{transition:i=e.getDefaultTransition()||{}}=s||{};n.transitionOverride&&(i=n.transitionOverride);const o=s?()=>Promise.all(ao(e,s,n)):()=>Promise.resolve(),r=e.variantChildren&&e.variantChildren.size?(l=0)=>{const{delayChildren:u=0,staggerChildren:c,staggerDirection:d}=i;return od(e,t,l,u,c,d,n)}:()=>Promise.resolve(),{when:a}=i;if(a){const[l,u]=a==="beforeChildren"?[o,r]:[r,o];return l().then(()=>u())}else return Promise.all([o(),r(n.delay)])}function od(e,t,n=0,s=0,i=0,o=1,r){const a=[];for(const l of e.variantChildren)l.notify("AnimationStart",t),a.push(Es(l,t,{...r,delay:n+(typeof s=="function"?0:s)+lo(e.variantChildren,l,s,i,o)}).then(()=>l.notify("AnimationComplete",t)));return Promise.all(a)}function ad(e,t,n={}){e.notify("AnimationStart",t);let s;if(Array.isArray(t)){const i=t.map(o=>Es(e,o,n));s=Promise.all(i)}else if(typeof t=="string")s=Es(e,t,n);else{const i=typeof t=="function"?st(e,t,n.custom):t;s=Promise.all(ao(e,i,n))}return s.then(()=>{e.notify("AnimationComplete",t)})}function co(e,t){if(!Array.isArray(t))return!1;const n=t.length;if(n!==e.length)return!1;for(let s=0;s<n;s++)if(t[s]!==e[s])return!1;return!0}const ld=fs.length;function uo(e){if(!e)return;if(!e.isControllingVariants){const n=e.parent?uo(e.parent)||{}:{};return e.props.initial!==void 0&&(n.initial=e.props.initial),n}const t={};for(let n=0;n<ld;n++){const s=fs[n],i=e.props[s];(Pt(i)||i===!1)&&(t[s]=i)}return t}const cd=[...ds].reverse(),ud=ds.length;function dd(e){return t=>Promise.all(t.map(({animation:n,options:s})=>ad(e,n,s)))}function fd(e){let t=dd(e),n=fo(),s=!0;const i=l=>(u,c)=>{const d=st(e,c,l==="exit"?e.presenceContext?.custom:void 0);if(d){const{transition:h,transitionEnd:m,...g}=d;u={...u,...g,...m}}return u};function o(l){t=l(e)}function r(l){const{props:u}=e,c=uo(e.parent)||{},d=[],h=new Set;let m={},g=1/0;for(let b=0;b<ud;b++){const p=cd[b],x=n[p],y=u[p]!==void 0?u[p]:c[p],P=Pt(y),S=p===l?x.isActive:null;S===!1&&(g=b);let A=y===c[p]&&y!==u[p]&&P;if(A&&s&&e.manuallyAnimateOnMount&&(A=!1),x.protectedKeys={...m},!x.isActive&&S===null||!y&&!x.prevProp||en(y)||typeof y=="boolean")continue;const k=hd(x.prevProp,y);let E=k||p===l&&x.isActive&&!A&&P||b>g&&P,N=!1;const V=Array.isArray(y)?y:[y];let F=V.reduce(i(p),{});S===!1&&(F={});const{prevResolvedValues:ie={}}=x,ne={...ie,...F},O=z=>{E=!0,h.has(z)&&(N=!0,h.delete(z)),x.needsAnimating[z]=!0;const I=e.getValue(z);I&&(I.liveStyle=!1)};for(const z in ne){const I=F[z],J=ie[z];if(m.hasOwnProperty(z))continue;let w=!1;Cs(I)&&Cs(J)?w=!co(I,J):w=I!==J,w?I!=null?O(z):h.add(z):I!==void 0&&h.has(z)?O(z):x.protectedKeys[z]=!0}x.prevProp=y,x.prevResolvedValues=F,x.isActive&&(m={...m,...F}),s&&e.blockInitialAnimation&&(E=!1);const X=A&&k;E&&(!X||N)&&d.push(...V.map(z=>{const I={type:p};if(typeof z=="string"&&s&&!X&&e.manuallyAnimateOnMount&&e.parent){const{parent:J}=e,w=st(J,z);if(J.enteringChildren&&w){const{delayChildren:M}=w.transition||{};I.delay=lo(J.enteringChildren,e,M)}}return{animation:z,options:I}}))}if(h.size){const b={};if(typeof u.initial!="boolean"){const p=st(e,Array.isArray(u.initial)?u.initial[0]:u.initial);p&&p.transition&&(b.transition=p.transition)}h.forEach(p=>{const x=e.getBaseTarget(p),y=e.getValue(p);y&&(y.liveStyle=!0),b[p]=x??null}),d.push({animation:b})}let v=!!d.length;return s&&(u.initial===!1||u.initial===u.animate)&&!e.manuallyAnimateOnMount&&(v=!1),s=!1,v?t(d):Promise.resolve()}function a(l,u){if(n[l].isActive===u)return Promise.resolve();e.variantChildren?.forEach(d=>d.animationState?.setActive(l,u)),n[l].isActive=u;const c=r(l);for(const d in n)n[d].protectedKeys={};return c}return{animateChanges:r,setActive:a,setAnimateFunction:o,getState:()=>n,reset:()=>{n=fo(),s=!0}}}function hd(e,t){return typeof t=="string"?t!==e:Array.isArray(t)?!co(t,e):!1}function Le(e=!1){return{isActive:e,protectedKeys:{},needsAnimating:{},prevResolvedValues:{}}}function fo(){return{animate:Le(!0),whileInView:Le(),whileHover:Le(),whileTap:Le(),whileDrag:Le(),whileFocus:Le(),exit:Le()}}class Ae{constructor(t){this.isMounted=!1,this.node=t}update(){}}class md extends Ae{constructor(t){super(t),t.animationState||(t.animationState=fd(t))}updateAnimationControlsSubscription(){const{animate:t}=this.node.getProps();en(t)&&(this.unmountControls=t.subscribe(this.node))}mount(){this.updateAnimationControlsSubscription()}update(){const{animate:t}=this.node.getProps(),{animate:n}=this.node.prevProps||{};t!==n&&this.updateAnimationControlsSubscription()}unmount(){this.node.animationState.reset(),this.unmountControls?.()}}let pd=0;class gd extends Ae{constructor(){super(...arguments),this.id=pd++}update(){if(!this.node.presenceContext)return;const{isPresent:t,onExitComplete:n}=this.node.presenceContext,{isPresent:s}=this.node.prevPresenceContext||{};if(!this.node.animationState||t===s)return;const i=this.node.animationState.setActive("exit",!t);n&&!t&&i.then(()=>{n(this.id)})}mount(){const{register:t,onExitComplete:n}=this.node.presenceContext||{};n&&n(this.id),t&&(this.unmount=t(this.id))}unmount(){}}const yd={animation:{Feature:md},exit:{Feature:gd}};function Et(e,t,n,s={passive:!0}){return e.addEventListener(t,n,s),()=>e.removeEventListener(t,n)}function At(e){return{point:{x:e.pageX,y:e.pageY}}}const vd=e=>t=>ls(t)&&e(t,At(t));function jt(e,t,n,s){return Et(e,t,vd(n),s)}const ho=1e-4,xd=1-ho,bd=1+ho,mo=.01,wd=0-mo,Td=0+mo;function Z(e){return e.max-e.min}function Sd(e,t,n){return Math.abs(e-t)<=n}function po(e,t,n,s=.5){e.origin=s,e.originPoint=B(t.min,t.max,e.origin),e.scale=Z(n)/Z(t),e.translate=B(n.min,n.max,e.origin)-e.originPoint,(e.scale>=xd&&e.scale<=bd||isNaN(e.scale))&&(e.scale=1),(e.translate>=wd&&e.translate<=Td||isNaN(e.translate))&&(e.translate=0)}function Rt(e,t,n,s){po(e.x,t.x,n.x,s?s.originX:void 0),po(e.y,t.y,n.y,s?s.originY:void 0)}function go(e,t,n){e.min=n.min+t.min,e.max=e.min+Z(t)}function Cd(e,t,n){go(e.x,t.x,n.x),go(e.y,t.y,n.y)}function yo(e,t,n){e.min=t.min-n.min,e.max=e.min+Z(t)}function Dt(e,t,n){yo(e.x,t.x,n.x),yo(e.y,t.y,n.y)}function ae(e){return[e("x"),e("y")]}const vo=({current:e})=>e?e.ownerDocument.defaultView:null,xo=(e,t)=>Math.abs(e-t);function Pd(e,t){const n=xo(e.x,t.x),s=xo(e.y,t.y);return Math.sqrt(n**2+s**2)}class bo{constructor(t,n,{transformPagePoint:s,contextWindow:i=window,dragSnapToOrigin:o=!1,distanceThreshold:r=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 h=js(this.lastMoveEventInfo,this.history),m=this.startEvent!==null,g=Pd(h.offset,{x:0,y:0})>=this.distanceThreshold;if(!m&&!g)return;const{point:v}=h,{timestamp:b}=K;this.history.push({...v,timestamp:b});const{onStart:p,onMove:x}=this.handlers;m||(p&&p(this.lastMoveEvent,h),this.startEvent=this.lastMoveEvent),x&&x(this.lastMoveEvent,h)},this.handlePointerMove=(h,m)=>{this.lastMoveEvent=h,this.lastMoveEventInfo=As(m,this.transformPagePoint),L.update(this.updatePoint,!0)},this.handlePointerUp=(h,m)=>{this.end();const{onEnd:g,onSessionEnd:v,resumeAnimation:b}=this.handlers;if(this.dragSnapToOrigin&&b&&b(),!(this.lastMoveEvent&&this.lastMoveEventInfo))return;const p=js(h.type==="pointercancel"?this.lastMoveEventInfo:As(m,this.transformPagePoint),this.history);this.startEvent&&g&&g(h,p),v&&v(h,p)},!ls(t))return;this.dragSnapToOrigin=o,this.handlers=n,this.transformPagePoint=s,this.distanceThreshold=r,this.contextWindow=i||window;const a=At(t),l=As(a,this.transformPagePoint),{point:u}=l,{timestamp:c}=K;this.history=[{...u,timestamp:c}];const{onSessionStart:d}=n;d&&d(t,js(l,this.history)),this.removeListeners=yt(jt(this.contextWindow,"pointermove",this.handlePointerMove),jt(this.contextWindow,"pointerup",this.handlePointerUp),jt(this.contextWindow,"pointercancel",this.handlePointerUp))}updateHandlers(t){this.handlers=t}end(){this.removeListeners&&this.removeListeners(),Pe(this.updatePoint)}}function As(e,t){return t?{point:t(e.point)}:e}function wo(e,t){return{x:e.x-t.x,y:e.y-t.y}}function js({point:e},t){return{point:e,delta:wo(e,To(t)),offset:wo(e,kd(t)),velocity:Ed(t,.1)}}function kd(e){return e[0]}function To(e){return e[e.length-1]}function Ed(e,t){if(e.length<2)return{x:0,y:0};let n=e.length-1,s=null;const i=To(e);for(;n>=0&&(s=e[n],!(i.timestamp-s.timestamp>ue(t)));)n--;if(!s)return{x:0,y:0};const o=he(i.timestamp-s.timestamp);if(o===0)return{x:0,y:0};const r={x:(i.x-s.x)/o,y:(i.y-s.y)/o};return r.x===1/0&&(r.x=0),r.y===1/0&&(r.y=0),r}function Ad(e,{min:t,max:n},s){return t!==void 0&&e<t?e=s?B(t,e,s.min):Math.max(e,t):n!==void 0&&e>n&&(e=s?B(n,e,s.max):Math.min(e,n)),e}function So(e,t,n){return{min:t!==void 0?e.min+t:void 0,max:n!==void 0?e.max+n-(e.max-e.min):void 0}}function jd(e,{top:t,left:n,bottom:s,right:i}){return{x:So(e.x,n,i),y:So(e.y,t,s)}}function Co(e,t){let n=t.min-e.min,s=t.max-e.max;return t.max-t.min<e.max-e.min&&([n,s]=[s,n]),{min:n,max:s}}function Rd(e,t){return{x:Co(e.x,t.x),y:Co(e.y,t.y)}}function Dd(e,t){let n=.5;const s=Z(e),i=Z(t);return i>s?n=vt(t.min,t.max-s,e.min):s>i&&(n=vt(e.min,e.max-i,t.min)),we(0,1,n)}function Md(e,t){const n={};return t.min!==void 0&&(n.min=t.min-e.min),t.max!==void 0&&(n.max=t.max-e.min),n}const Rs=.35;function Nd(e=Rs){return e===!1?e=0:e===!0&&(e=Rs),{x:Po(e,"left","right"),y:Po(e,"top","bottom")}}function Po(e,t,n){return{min:ko(e,t),max:ko(e,n)}}function ko(e,t){return typeof e=="number"?e:e[t]||0}const Vd=new WeakMap;class Id{constructor(t){this.openDragLock=null,this.isDragging=!1,this.currentDirection=null,this.originPoint={x:0,y:0},this.constraints=!1,this.hasMutatedConstraints=!1,this.elastic=$(),this.latestPointerEvent=null,this.latestPanInfo=null,this.visualElement=t}start(t,{snapToCursor:n=!1,distanceThreshold:s}={}){const{presenceContext:i}=this.visualElement;if(i&&i.isPresent===!1)return;const o=d=>{const{dragSnapToOrigin:h}=this.getProps();h?this.pauseAnimation():this.stopAnimation(),n&&this.snapToCursor(At(d).point)},r=(d,h)=>{const{drag:m,dragPropagation:g,onDragStart:v}=this.getProps();if(m&&!g&&(this.openDragLock&&this.openDragLock(),this.openDragLock=Uc(m),!this.openDragLock))return;this.latestPointerEvent=d,this.latestPanInfo=h,this.isDragging=!0,this.currentDirection=null,this.resolveConstraints(),this.visualElement.projection&&(this.visualElement.projection.isAnimationBlocked=!0,this.visualElement.projection.target=void 0),ae(p=>{let x=this.getAxisMotionValue(p).get()||0;if(me.test(x)){const{projection:y}=this.visualElement;if(y&&y.layout){const P=y.layout.layoutBox[p];P&&(x=Z(P)*(parseFloat(x)/100))}}this.originPoint[p]=x}),v&&L.postRender(()=>v(d,h)),Ps(this.visualElement,"transform");const{animationState:b}=this.visualElement;b&&b.setActive("whileDrag",!0)},a=(d,h)=>{this.latestPointerEvent=d,this.latestPanInfo=h;const{dragPropagation:m,dragDirectionLock:g,onDirectionLock:v,onDrag:b}=this.getProps();if(!m&&!this.openDragLock)return;const{offset:p}=h;if(g&&this.currentDirection===null){this.currentDirection=Od(p),this.currentDirection!==null&&v&&v(this.currentDirection);return}this.updateAxis("x",h.point,p),this.updateAxis("y",h.point,p),this.visualElement.render(),b&&b(d,h)},l=(d,h)=>{this.latestPointerEvent=d,this.latestPanInfo=h,this.stop(d,h),this.latestPointerEvent=null,this.latestPanInfo=null},u=()=>ae(d=>this.getAnimationState(d)==="paused"&&this.getAxisMotionValue(d).animation?.play()),{dragSnapToOrigin:c}=this.getProps();this.panSession=new bo(t,{onSessionStart:o,onStart:r,onMove:a,onSessionEnd:l,resumeAnimation:u},{transformPagePoint:this.visualElement.getTransformPagePoint(),dragSnapToOrigin:c,distanceThreshold:s,contextWindow:vo(this.visualElement)})}stop(t,n){const s=t||this.latestPointerEvent,i=n||this.latestPanInfo,o=this.isDragging;if(this.cancel(),!o||!i||!s)return;const{velocity:r}=i;this.startAnimation(r);const{onDragEnd:a}=this.getProps();a&&L.postRender(()=>a(s,i))}cancel(){this.isDragging=!1;const{projection:t,animationState:n}=this.visualElement;t&&(t.isAnimationBlocked=!1),this.panSession&&this.panSession.end(),this.panSession=void 0;const{dragPropagation:s}=this.getProps();!s&&this.openDragLock&&(this.openDragLock(),this.openDragLock=null),n&&n.setActive("whileDrag",!1)}updateAxis(t,n,s){const{drag:i}=this.getProps();if(!s||!rn(t,i,this.currentDirection))return;const o=this.getAxisMotionValue(t);let r=this.originPoint[t]+s[t];this.constraints&&this.constraints[t]&&(r=Ad(r,this.constraints[t],this.elastic[t])),o.set(r)}resolveConstraints(){const{dragConstraints:t,dragElastic:n}=this.getProps(),s=this.visualElement.projection&&!this.visualElement.projection.layout?this.visualElement.projection.measure(!1):this.visualElement.projection?.layout,i=this.constraints;t&&Qe(t)?this.constraints||(this.constraints=this.resolveRefConstraints()):t&&s?this.constraints=jd(s.layoutBox,t):this.constraints=!1,this.elastic=Nd(n),i!==this.constraints&&s&&this.constraints&&!this.hasMutatedConstraints&&ae(o=>{this.constraints!==!1&&this.getAxisMotionValue(o)&&(this.constraints[o]=Md(s.layoutBox[o],this.constraints[o]))})}resolveRefConstraints(){const{dragConstraints:t,onMeasureDragConstraints:n}=this.getProps();if(!t||!Qe(t))return!1;const s=t.current;Te(s!==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:i}=this.visualElement;if(!i||!i.layout)return!1;const o=Lu(s,i.root,this.visualElement.getTransformPagePoint());let r=Rd(i.layout.layoutBox,o);if(n){const a=n(Vu(r));this.hasMutatedConstraints=!!a,a&&(r=Ur(a))}return r}startAnimation(t){const{drag:n,dragMomentum:s,dragElastic:i,dragTransition:o,dragSnapToOrigin:r,onDragTransitionEnd:a}=this.getProps(),l=this.constraints||{},u=ae(c=>{if(!rn(c,n,this.currentDirection))return;let d=l&&l[c]||{};r&&(d={min:0,max:0});const h=i?200:1e6,m=i?40:1e7,g={type:"inertia",velocity:s?t[c]:0,bounceStiffness:h,bounceDamping:m,timeConstant:750,restDelta:1,restSpeed:10,...o,...d};return this.startAxisValueAnimation(c,g)});return Promise.all(u).then(a)}startAxisValueAnimation(t,n){const s=this.getAxisMotionValue(t);return Ps(this.visualElement,t),s.start(ks(t,s,0,n,this.visualElement,!1))}stopAnimation(){ae(t=>this.getAxisMotionValue(t).stop())}pauseAnimation(){ae(t=>this.getAxisMotionValue(t).animation?.pause())}getAnimationState(t){return this.getAxisMotionValue(t).animation?.state}getAxisMotionValue(t){const n=`_drag${t.toUpperCase()}`,s=this.visualElement.getProps(),i=s[n];return i||this.visualElement.getValue(t,(s.initial?s.initial[t]:void 0)||0)}snapToCursor(t){ae(n=>{const{drag:s}=this.getProps();if(!rn(n,s,this.currentDirection))return;const{projection:i}=this.visualElement,o=this.getAxisMotionValue(n);if(i&&i.layout){const{min:r,max:a}=i.layout.layoutBox[n];o.set(t[n]-B(r,a,.5))}})}scalePositionWithinConstraints(){if(!this.visualElement.current)return;const{drag:t,dragConstraints:n}=this.getProps(),{projection:s}=this.visualElement;if(!Qe(n)||!s||!this.constraints)return;this.stopAnimation();const i={x:0,y:0};ae(r=>{const a=this.getAxisMotionValue(r);if(a&&this.constraints!==!1){const l=a.get();i[r]=Dd({min:l,max:l},this.constraints[r])}});const{transformTemplate:o}=this.visualElement.getProps();this.visualElement.current.style.transform=o?o({},""):"none",s.root&&s.root.updateScroll(),s.updateLayout(),this.resolveConstraints(),ae(r=>{if(!rn(r,t,null))return;const a=this.getAxisMotionValue(r),{min:l,max:u}=this.constraints[r];a.set(B(l,u,i[r]))})}addListeners(){if(!this.visualElement.current)return;Vd.set(this.visualElement,this);const t=this.visualElement.current,n=jt(t,"pointerdown",l=>{const{drag:u,dragListener:c=!0}=this.getProps();u&&c&&this.start(l)}),s=()=>{const{dragConstraints:l}=this.getProps();Qe(l)&&l.current&&(this.constraints=this.resolveRefConstraints())},{projection:i}=this.visualElement,o=i.addEventListener("measure",s);i&&!i.layout&&(i.root&&i.root.updateScroll(),i.updateLayout()),L.read(s);const r=Et(window,"resize",()=>this.scalePositionWithinConstraints()),a=i.addEventListener("didUpdate",(({delta:l,hasLayoutChanged:u})=>{this.isDragging&&u&&(ae(c=>{const d=this.getAxisMotionValue(c);d&&(this.originPoint[c]+=l[c].translate,d.set(d.get()+l[c].translate))}),this.visualElement.render())}));return()=>{r(),n(),o(),a&&a()}}getProps(){const t=this.visualElement.getProps(),{drag:n=!1,dragDirectionLock:s=!1,dragPropagation:i=!1,dragConstraints:o=!1,dragElastic:r=Rs,dragMomentum:a=!0}=t;return{...t,drag:n,dragDirectionLock:s,dragPropagation:i,dragConstraints:o,dragElastic:r,dragMomentum:a}}}function rn(e,t,n){return(t===!0||t===e)&&(n===null||n===e)}function Od(e,t=10){let n=null;return Math.abs(e.y)>t?n="y":Math.abs(e.x)>t&&(n="x"),n}class Ld extends Ae{constructor(t){super(t),this.removeGroupControls=oe,this.removeListeners=oe,this.controls=new Id(t)}mount(){const{dragControls:t}=this.node.getProps();t&&(this.removeGroupControls=t.subscribe(this.controls)),this.removeListeners=this.controls.addListeners()||oe}unmount(){this.removeGroupControls(),this.removeListeners()}}const Eo=e=>(t,n)=>{e&&L.postRender(()=>e(t,n))};class Fd extends Ae{constructor(){super(...arguments),this.removePointerDownListener=oe}onPointerDown(t){this.session=new bo(t,this.createPanHandlers(),{transformPagePoint:this.node.getTransformPagePoint(),contextWindow:vo(this.node)})}createPanHandlers(){const{onPanSessionStart:t,onPanStart:n,onPan:s,onPanEnd:i}=this.node.getProps();return{onSessionStart:Eo(t),onStart:Eo(n),onMove:s,onEnd:(o,r)=>{delete this.session,i&&L.postRender(()=>i(o,r))}}}mount(){this.removePointerDownListener=jt(this.node.current,"pointerdown",t=>this.onPointerDown(t))}update(){this.session&&this.session.updateHandlers(this.createPanHandlers())}unmount(){this.removePointerDownListener(),this.session&&this.session.end()}}const on={hasAnimatedSinceResize:!0,hasEverUpdated:!1};function Ao(e,t){return t.max===t.min?0:e/(t.max-t.min)*100}const Mt={correct:(e,t)=>{if(!t.target)return e;if(typeof e=="string")if(j.test(e))e=parseFloat(e);else return e;const n=Ao(e,t.target.x),s=Ao(e,t.target.y);return`${n}% ${s}%`}},Bd={correct:(e,{treeScale:t,projectionDelta:n})=>{const s=e,i=Ee.parse(e);if(i.length>5)return s;const o=Ee.createTransformer(e),r=typeof i[0]!="number"?1:0,a=n.x.scale*t.x,l=n.y.scale*t.y;i[0+r]/=a,i[1+r]/=l;const u=B(a,l,.5);return typeof i[2+r]=="number"&&(i[2+r]/=u),typeof i[3+r]=="number"&&(i[3+r]/=u),o(i)}};let Ds=!1;class _d extends T.Component{componentDidMount(){const{visualElement:t,layoutGroup:n,switchLayoutGroup:s,layoutId:i}=this.props,{projection:o}=t;cu(zd),o&&(n.group&&n.group.add(o),s&&s.register&&i&&s.register(o),Ds&&o.root.didUpdate(),o.addEventListener("animationComplete",()=>{this.safeToRemove()}),o.setOptions({...o.options,onExitComplete:()=>this.safeToRemove()})),on.hasEverUpdated=!0}getSnapshotBeforeUpdate(t){const{layoutDependency:n,visualElement:s,drag:i,isPresent:o}=this.props,{projection:r}=s;return r&&(r.isPresent=o,Ds=!0,i||t.layoutDependency!==n||n===void 0||t.isPresent!==o?r.willUpdate():this.safeToRemove(),t.isPresent!==o&&(o?r.promote():r.relegate()||L.postRender(()=>{const a=r.getStack();(!a||!a.members.length)&&this.safeToRemove()}))),null}componentDidUpdate(){const{projection:t}=this.props.visualElement;t&&(t.root.didUpdate(),as.postRender(()=>{!t.currentAnimation&&t.isLead()&&this.safeToRemove()}))}componentWillUnmount(){const{visualElement:t,layoutGroup:n,switchLayoutGroup:s}=this.props,{projection:i}=t;Ds=!0,i&&(i.scheduleCheckAfterUnmount(),n&&n.group&&n.group.remove(i),s&&s.deregister&&s.deregister(i))}safeToRemove(){const{safeToRemove:t}=this.props;t&&t()}render(){return null}}function jo(e){const[t,n]=kr(),s=T.useContext(bn);return f.jsx(_d,{...e,layoutGroup:s,switchLayoutGroup:T.useContext(Wr),isPresent:t,safeToRemove:n})}const zd={borderRadius:{...Mt,applyTo:["borderTopLeftRadius","borderTopRightRadius","borderBottomLeftRadius","borderBottomRightRadius"]},borderTopLeftRadius:Mt,borderTopRightRadius:Mt,borderBottomLeftRadius:Mt,borderBottomRightRadius:Mt,boxShadow:Bd};function Wd(e,t,n){const s=H(e)?e:Ze(e);return s.start(ks("",s,t,n)),s.animation}const $d=(e,t)=>e.depth-t.depth;class Ud{constructor(){this.children=[],this.isDirty=!1}add(t){Sn(this.children,t),this.isDirty=!0}remove(t){Cn(this.children,t),this.isDirty=!0}forEach(t){this.isDirty&&this.children.sort($d),this.isDirty=!1,this.children.forEach(t)}}function Kd(e,t){const n=Q.now(),s=({timestamp:i})=>{const o=i-n;o>=t&&(Pe(s),e(o-t))};return L.setup(s,!0),()=>Pe(s)}const Ro=["TopLeft","TopRight","BottomLeft","BottomRight"],Xd=Ro.length,Do=e=>typeof e=="string"?parseFloat(e):e,Mo=e=>typeof e=="number"||j.test(e);function Hd(e,t,n,s,i,o){i?(e.opacity=B(0,n.opacity??1,Yd(s)),e.opacityExit=B(t.opacity??1,0,Gd(s))):o&&(e.opacity=B(t.opacity??1,n.opacity??1,s));for(let r=0;r<Xd;r++){const a=`border${Ro[r]}Radius`;let l=No(t,a),u=No(n,a);if(l===void 0&&u===void 0)continue;l||(l=0),u||(u=0),l===0||u===0||Mo(l)===Mo(u)?(e[a]=Math.max(B(Do(l),Do(u),s),0),(me.test(u)||me.test(l))&&(e[a]+="%")):e[a]=u}(t.rotate||n.rotate)&&(e.rotate=B(t.rotate||0,n.rotate||0,s))}function No(e,t){return e[t]!==void 0?e[t]:e.borderRadius}const Yd=Vo(0,.5,ki),Gd=Vo(.5,.95,oe);function Vo(e,t,n){return s=>s<e?0:s>t?1:n(vt(e,t,s))}function Io(e,t){e.min=t.min,e.max=t.max}function le(e,t){Io(e.x,t.x),Io(e.y,t.y)}function Oo(e,t){e.translate=t.translate,e.scale=t.scale,e.originPoint=t.originPoint,e.origin=t.origin}function Lo(e,t,n,s,i){return e-=t,e=sn(e,1/n,s),i!==void 0&&(e=sn(e,1/i,s)),e}function qd(e,t=0,n=1,s=.5,i,o=e,r=e){if(me.test(t)&&(t=parseFloat(t),t=B(r.min,r.max,t/100)-r.min),typeof t!="number")return;let a=B(o.min,o.max,s);e===o&&(a-=t),e.min=Lo(e.min,t,n,a,i),e.max=Lo(e.max,t,n,a,i)}function Fo(e,t,[n,s,i],o,r){qd(e,t[n],t[s],t[i],t.scale,o,r)}const Zd=["x","scaleX","originX"],Jd=["y","scaleY","originY"];function Bo(e,t,n,s){Fo(e.x,t,Zd,n?n.x:void 0,s?s.x:void 0),Fo(e.y,t,Jd,n?n.y:void 0,s?s.y:void 0)}function _o(e){return e.translate===0&&e.scale===1}function zo(e){return _o(e.x)&&_o(e.y)}function Wo(e,t){return e.min===t.min&&e.max===t.max}function Qd(e,t){return Wo(e.x,t.x)&&Wo(e.y,t.y)}function $o(e,t){return Math.round(e.min)===Math.round(t.min)&&Math.round(e.max)===Math.round(t.max)}function Uo(e,t){return $o(e.x,t.x)&&$o(e.y,t.y)}function Ko(e){return Z(e.x)/Z(e.y)}function Xo(e,t){return e.translate===t.translate&&e.scale===t.scale&&e.originPoint===t.originPoint}class ef{constructor(){this.members=[]}add(t){Sn(this.members,t),t.scheduleRender()}remove(t){if(Cn(this.members,t),t===this.prevLead&&(this.prevLead=void 0),t===this.lead){const n=this.members[this.members.length-1];n&&this.promote(n)}}relegate(t){const n=this.members.findIndex(i=>t===i);if(n===0)return!1;let s;for(let i=n;i>=0;i--){const o=this.members[i];if(o.isPresent!==!1){s=o;break}}return s?(this.promote(s),!0):!1}promote(t,n){const s=this.lead;if(t!==s&&(this.prevLead=s,this.lead=t,t.show(),s)){s.instance&&s.scheduleRender(),t.scheduleRender(),t.resumeFrom=s,n&&(t.resumeFrom.preserveOpacity=!0),s.snapshot&&(t.snapshot=s.snapshot,t.snapshot.latestValues=s.animationValues||s.latestValues),t.root&&t.root.isUpdating&&(t.isLayoutDirty=!0);const{crossfade:i}=t.options;i===!1&&s.hide()}}exitAnimationComplete(){this.members.forEach(t=>{const{options:n,resumingFrom:s}=t;n.onExitComplete&&n.onExitComplete(),s&&s.options.onExitComplete&&s.options.onExitComplete()})}scheduleRender(){this.members.forEach(t=>{t.instance&&t.scheduleRender(!1)})}removeLeadSnapshot(){this.lead&&this.lead.snapshot&&(this.lead.snapshot=void 0)}}function tf(e,t,n){let s="";const i=e.x.translate/t.x,o=e.y.translate/t.y,r=n?.z||0;if((i||o||r)&&(s=`translate3d(${i}px, ${o}px, ${r}px) `),(t.x!==1||t.y!==1)&&(s+=`scale(${1/t.x}, ${1/t.y}) `),n){const{transformPerspective:u,rotate:c,rotateX:d,rotateY:h,skewX:m,skewY:g}=n;u&&(s=`perspective(${u}px) ${s}`),c&&(s+=`rotate(${c}deg) `),d&&(s+=`rotateX(${d}deg) `),h&&(s+=`rotateY(${h}deg) `),m&&(s+=`skewX(${m}deg) `),g&&(s+=`skewY(${g}deg) `)}const a=e.x.scale*t.x,l=e.y.scale*t.y;return(a!==1||l!==1)&&(s+=`scale(${a}, ${l})`),s||"none"}const Ms=["","X","Y","Z"],nf=1e3;let sf=0;function Ns(e,t,n,s){const{latestValues:i}=t;i[e]&&(n[e]=i[e],t.setStaticValue(e,0),s&&(s[e]=0))}function Ho(e){if(e.hasCheckedOptimisedAppear=!0,e.root===e)return;const{visualElement:t}=e.options;if(!t)return;const n=oo(t);if(window.MotionHasOptimisedAnimation(n,"transform")){const{layout:i,layoutId:o}=e.options;window.MotionCancelOptimisedAnimation(n,"transform",L,!(i||o))}const{parent:s}=e;s&&!s.hasCheckedOptimisedAppear&&Ho(s)}function Yo({attachResizeListener:e,defaultParent:t,measureScroll:n,checkIsScrollRoot:s,resetTransform:i}){return class{constructor(r={},a=t?.()){this.id=sf++,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(af),this.nodes.forEach(df),this.nodes.forEach(ff),this.nodes.forEach(lf)},this.resolvedRelativeTargetAt=0,this.hasProjected=!1,this.isVisible=!0,this.animationProgress=0,this.sharedNodes=new Map,this.latestValues=r,this.root=a?a.root||a:this,this.path=a?[...a.path,a]:[],this.parent=a,this.depth=a?a.depth+1:0;for(let l=0;l<this.path.length;l++)this.path[l].shouldResetTransform=!0;this.root===this&&(this.nodes=new Ud)}addEventListener(r,a){return this.eventHandlers.has(r)||this.eventHandlers.set(r,new En),this.eventHandlers.get(r).add(a)}notifyListeners(r,...a){const l=this.eventHandlers.get(r);l&&l.notify(...a)}hasListeners(r){return this.eventHandlers.has(r)}mount(r){if(this.instance)return;this.isSVG=Pr(r)&&!qc(r),this.instance=r;const{layoutId:a,layout:l,visualElement:u}=this.options;if(u&&!u.current&&u.mount(r),this.root.nodes.add(this),this.parent&&this.parent.children.add(this),this.root.hasTreeAnimated&&(l||a)&&(this.isLayoutDirty=!0),e){let c,d=0;const h=()=>this.root.updateBlockedByResize=!1;L.read(()=>{d=window.innerWidth}),e(r,()=>{const m=window.innerWidth;m!==d&&(d=m,this.root.updateBlockedByResize=!0,c&&c(),c=Kd(h,250),on.hasAnimatedSinceResize&&(on.hasAnimatedSinceResize=!1,this.nodes.forEach(Zo)))})}a&&this.root.registerSharedNode(a,this),this.options.animate!==!1&&u&&(a||l)&&this.addEventListener("didUpdate",({delta:c,hasLayoutChanged:d,hasRelativeLayoutChanged:h,layout:m})=>{if(this.isTreeAnimationBlocked()){this.target=void 0,this.relativeTarget=void 0;return}const g=this.options.transition||u.getDefaultTransition()||yf,{onLayoutAnimationStart:v,onLayoutAnimationComplete:b}=u.getProps(),p=!this.targetLayout||!Uo(this.targetLayout,m),x=!d&&h;if(this.options.layoutRoot||this.resumeFrom||x||d&&(p||!this.currentAnimation)){this.resumeFrom&&(this.resumingFrom=this.resumeFrom,this.resumingFrom.resumingFrom=void 0);const y={...is(g,"layout"),onPlay:v,onComplete:b};(u.shouldReduceMotion||this.options.layoutRoot)&&(y.delay=0,y.type=!1),this.startAnimation(y),this.setAnimationOrigin(c,x)}else d||Zo(this),this.isLead()&&this.options.onExitComplete&&this.options.onExitComplete();this.targetLayout=m})}unmount(){this.options.layoutId&&this.willUpdate(),this.root.nodes.remove(this);const r=this.getStack();r&&r.remove(this),this.parent&&this.parent.children.delete(this),this.instance=void 0,this.eventHandlers.clear(),Pe(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(hf),this.animationId++)}getTransformTemplate(){const{visualElement:r}=this.options;return r&&r.getProps().transformTemplate}willUpdate(r=!0){if(this.root.hasTreeAnimated=!0,this.root.isUpdateBlocked()){this.options.onExitComplete&&this.options.onExitComplete();return}if(window.MotionCancelOptimisedAnimation&&!this.hasCheckedOptimisedAppear&&Ho(this),!this.root.isUpdating&&this.root.startUpdate(),this.isLayoutDirty)return;this.isLayoutDirty=!0;for(let c=0;c<this.path.length;c++){const d=this.path[c];d.shouldResetTransform=!0,d.updateScroll("snapshot"),d.options.layoutRoot&&d.willUpdate(!1)}const{layoutId:a,layout:l}=this.options;if(a===void 0&&!l)return;const u=this.getTransformTemplate();this.prevTransformTemplateValue=u?u(this.latestValues,""):void 0,this.updateSnapshot(),r&&this.notifyListeners("willUpdate")}update(){if(this.updateScheduled=!1,this.isUpdateBlocked()){this.unblockUpdate(),this.clearAllSnapshots(),this.nodes.forEach(Go);return}if(this.animationId<=this.animationCommitId){this.nodes.forEach(qo);return}this.animationCommitId=this.animationId,this.isUpdating?(this.isUpdating=!1,this.nodes.forEach(uf),this.nodes.forEach(rf),this.nodes.forEach(of)):this.nodes.forEach(qo),this.clearAllSnapshots();const a=Q.now();K.delta=we(0,1e3/60,a-K.timestamp),K.timestamp=a,K.isProcessing=!0,Dn.update.process(K),Dn.preRender.process(K),Dn.render.process(K),K.isProcessing=!1}didUpdate(){this.updateScheduled||(this.updateScheduled=!0,as.read(this.scheduleUpdate))}clearAllSnapshots(){this.nodes.forEach(cf),this.sharedNodes.forEach(mf)}scheduleUpdateProjection(){this.projectionUpdateScheduled||(this.projectionUpdateScheduled=!0,L.preRender(this.updateProjection,!1,!0))}scheduleCheckAfterUnmount(){L.postRender(()=>{this.isLayoutDirty?this.root.didUpdate():this.root.checkUpdateFailed()})}updateSnapshot(){this.snapshot||!this.instance||(this.snapshot=this.measure(),this.snapshot&&!Z(this.snapshot.measuredBox.x)&&!Z(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 l=0;l<this.path.length;l++)this.path[l].updateScroll();const r=this.layout;this.layout=this.measure(!1),this.layoutCorrected=$(),this.isLayoutDirty=!1,this.projectionDelta=void 0,this.notifyListeners("measure",this.layout.layoutBox);const{visualElement:a}=this.options;a&&a.notify("LayoutMeasure",this.layout.layoutBox,r?r.layoutBox:void 0)}updateScroll(r="measure"){let a=!!(this.options.layoutScroll&&this.instance);if(this.scroll&&this.scroll.animationId===this.root.animationId&&this.scroll.phase===r&&(a=!1),a&&this.instance){const l=s(this.instance);this.scroll={animationId:this.root.animationId,phase:r,isRoot:l,offset:n(this.instance),wasRoot:this.scroll?this.scroll.isRoot:l}}}resetTransform(){if(!i)return;const r=this.isLayoutDirty||this.shouldResetTransform||this.options.alwaysMeasureLayout,a=this.projectionDelta&&!zo(this.projectionDelta),l=this.getTransformTemplate(),u=l?l(this.latestValues,""):void 0,c=u!==this.prevTransformTemplateValue;r&&this.instance&&(a||Oe(this.latestValues)||c)&&(i(this.instance,u),this.shouldResetTransform=!1,this.scheduleRender())}measure(r=!0){const a=this.measurePageBox();let l=this.removeElementScroll(a);return r&&(l=this.removeTransform(l)),vf(l),{animationId:this.root.animationId,measuredBox:a,layoutBox:l,latestValues:{},source:this.id}}measurePageBox(){const{visualElement:r}=this.options;if(!r)return $();const a=r.measureViewportBox();if(!(this.scroll?.wasRoot||this.path.some(xf))){const{scroll:u}=this.root;u&&(et(a.x,u.offset.x),et(a.y,u.offset.y))}return a}removeElementScroll(r){const a=$();if(le(a,r),this.scroll?.wasRoot)return a;for(let l=0;l<this.path.length;l++){const u=this.path[l],{scroll:c,options:d}=u;u!==this.root&&c&&d.layoutScroll&&(c.wasRoot&&le(a,r),et(a.x,c.offset.x),et(a.y,c.offset.y))}return a}applyTransform(r,a=!1){const l=$();le(l,r);for(let u=0;u<this.path.length;u++){const c=this.path[u];!a&&c.options.layoutScroll&&c.scroll&&c!==c.root&&tt(l,{x:-c.scroll.offset.x,y:-c.scroll.offset.y}),Oe(c.latestValues)&&tt(l,c.latestValues)}return Oe(this.latestValues)&&tt(l,this.latestValues),l}removeTransform(r){const a=$();le(a,r);for(let l=0;l<this.path.length;l++){const u=this.path[l];if(!u.instance||!Oe(u.latestValues))continue;ws(u.latestValues)&&u.updateSnapshot();const c=$(),d=u.measurePageBox();le(c,d),Bo(a,u.latestValues,u.snapshot?u.snapshot.layoutBox:void 0,c)}return Oe(this.latestValues)&&Bo(a,this.latestValues),a}setTargetDelta(r){this.targetDelta=r,this.root.scheduleUpdateProjection(),this.isProjectionDirty=!0}setOptions(r){this.options={...this.options,...r,crossfade:r.crossfade!==void 0?r.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!==K.timestamp&&this.relativeParent.resolveTargetDelta(!0)}resolveTargetDelta(r=!1){const a=this.getLead();this.isProjectionDirty||(this.isProjectionDirty=a.isProjectionDirty),this.isTransformDirty||(this.isTransformDirty=a.isTransformDirty),this.isSharedProjectionDirty||(this.isSharedProjectionDirty=a.isSharedProjectionDirty);const l=!!this.resumingFrom||this!==a;if(!(r||l&&this.isSharedProjectionDirty||this.isProjectionDirty||this.parent?.isProjectionDirty||this.attemptToResolveRelativeTarget||this.root.updateBlockedByResize))return;const{layout:c,layoutId:d}=this.options;if(!(!this.layout||!(c||d))){if(this.resolvedRelativeTargetAt=K.timestamp,!this.targetDelta&&!this.relativeTarget){const h=this.getClosestProjectingParent();h&&h.layout&&this.animationProgress!==1?(this.relativeParent=h,this.forceRelativeParentToResolveTarget(),this.relativeTarget=$(),this.relativeTargetOrigin=$(),Dt(this.relativeTargetOrigin,this.layout.layoutBox,h.layout.layoutBox),le(this.relativeTarget,this.relativeTargetOrigin)):this.relativeParent=this.relativeTarget=void 0}if(!(!this.relativeTarget&&!this.targetDelta)&&(this.target||(this.target=$(),this.targetWithTransforms=$()),this.relativeTarget&&this.relativeTargetOrigin&&this.relativeParent&&this.relativeParent.target?(this.forceRelativeParentToResolveTarget(),Cd(this.target,this.relativeTarget,this.relativeParent.target)):this.targetDelta?(this.resumingFrom?this.target=this.applyTransform(this.layout.layoutBox):le(this.target,this.layout.layoutBox),Yr(this.target,this.targetDelta)):le(this.target,this.layout.layoutBox),this.attemptToResolveRelativeTarget)){this.attemptToResolveRelativeTarget=!1;const h=this.getClosestProjectingParent();h&&!!h.resumingFrom==!!this.resumingFrom&&!h.options.layoutScroll&&h.target&&this.animationProgress!==1?(this.relativeParent=h,this.forceRelativeParentToResolveTarget(),this.relativeTarget=$(),this.relativeTargetOrigin=$(),Dt(this.relativeTargetOrigin,this.target,h.target),le(this.relativeTarget,this.relativeTargetOrigin)):this.relativeParent=this.relativeTarget=void 0}}}getClosestProjectingParent(){if(!(!this.parent||ws(this.parent.latestValues)||Kr(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 r=this.getLead(),a=!!this.resumingFrom||this!==r;let l=!0;if((this.isProjectionDirty||this.parent?.isProjectionDirty)&&(l=!1),a&&(this.isSharedProjectionDirty||this.isTransformDirty)&&(l=!1),this.resolvedRelativeTargetAt===K.timestamp&&(l=!1),l)return;const{layout:u,layoutId:c}=this.options;if(this.isTreeAnimating=!!(this.parent&&this.parent.isTreeAnimating||this.currentAnimation||this.pendingAnimation),this.isTreeAnimating||(this.targetDelta=this.relativeTarget=void 0),!this.layout||!(u||c))return;le(this.layoutCorrected,this.layout.layoutBox);const d=this.treeScale.x,h=this.treeScale.y;Ou(this.layoutCorrected,this.treeScale,this.path,a),r.layout&&!r.target&&(this.treeScale.x!==1||this.treeScale.y!==1)&&(r.target=r.layout.layoutBox,r.targetWithTransforms=$());const{target:m}=r;if(!m){this.prevProjectionDelta&&(this.createProjectionDeltas(),this.scheduleRender());return}!this.projectionDelta||!this.prevProjectionDelta?this.createProjectionDeltas():(Oo(this.prevProjectionDelta.x,this.projectionDelta.x),Oo(this.prevProjectionDelta.y,this.projectionDelta.y)),Rt(this.projectionDelta,this.layoutCorrected,m,this.latestValues),(this.treeScale.x!==d||this.treeScale.y!==h||!Xo(this.projectionDelta.x,this.prevProjectionDelta.x)||!Xo(this.projectionDelta.y,this.prevProjectionDelta.y))&&(this.hasProjected=!0,this.scheduleRender(),this.notifyListeners("projectionUpdate",m))}hide(){this.isVisible=!1}show(){this.isVisible=!0}scheduleRender(r=!0){if(this.options.visualElement?.scheduleRender(),r){const a=this.getStack();a&&a.scheduleRender()}this.resumingFrom&&!this.resumingFrom.instance&&(this.resumingFrom=void 0)}createProjectionDeltas(){this.prevProjectionDelta=nt(),this.projectionDelta=nt(),this.projectionDeltaWithTransform=nt()}setAnimationOrigin(r,a=!1){const l=this.snapshot,u=l?l.latestValues:{},c={...this.latestValues},d=nt();(!this.relativeParent||!this.relativeParent.options.layoutRoot)&&(this.relativeTarget=this.relativeTargetOrigin=void 0),this.attemptToResolveRelativeTarget=!a;const h=$(),m=l?l.source:void 0,g=this.layout?this.layout.source:void 0,v=m!==g,b=this.getStack(),p=!b||b.members.length<=1,x=!!(v&&!p&&this.options.crossfade===!0&&!this.path.some(gf));this.animationProgress=0;let y;this.mixTargetDelta=P=>{const S=P/1e3;Jo(d.x,r.x,S),Jo(d.y,r.y,S),this.setTargetDelta(d),this.relativeTarget&&this.relativeTargetOrigin&&this.layout&&this.relativeParent&&this.relativeParent.layout&&(Dt(h,this.layout.layoutBox,this.relativeParent.layout.layoutBox),pf(this.relativeTarget,this.relativeTargetOrigin,h,S),y&&Qd(this.relativeTarget,y)&&(this.isProjectionDirty=!1),y||(y=$()),le(y,this.relativeTarget)),v&&(this.animationValues=c,Hd(c,u,this.latestValues,S,x,p)),this.root.scheduleUpdateProjection(),this.scheduleRender(),this.animationProgress=S},this.mixTargetDelta(this.options.layoutRoot?1e3:0)}startAnimation(r){this.notifyListeners("animationStart"),this.currentAnimation?.stop(),this.resumingFrom?.currentAnimation?.stop(),this.pendingAnimation&&(Pe(this.pendingAnimation),this.pendingAnimation=void 0),this.pendingAnimation=L.update(()=>{on.hasAnimatedSinceResize=!0,this.motionValue||(this.motionValue=Ze(0)),this.currentAnimation=Wd(this.motionValue,[0,1e3],{...r,velocity:0,isSync:!0,onUpdate:a=>{this.mixTargetDelta(a),r.onUpdate&&r.onUpdate(a)},onStop:()=>{},onComplete:()=>{r.onComplete&&r.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 r=this.getStack();r&&r.exitAnimationComplete(),this.resumingFrom=this.currentAnimation=this.animationValues=void 0,this.notifyListeners("animationComplete")}finishAnimation(){this.currentAnimation&&(this.mixTargetDelta&&this.mixTargetDelta(nf),this.currentAnimation.stop()),this.completeAnimation()}applyTransformsToTarget(){const r=this.getLead();let{targetWithTransforms:a,target:l,layout:u,latestValues:c}=r;if(!(!a||!l||!u)){if(this!==r&&this.layout&&u&&sa(this.options.animationType,this.layout.layoutBox,u.layoutBox)){l=this.target||$();const d=Z(this.layout.layoutBox.x);l.x.min=r.target.x.min,l.x.max=l.x.min+d;const h=Z(this.layout.layoutBox.y);l.y.min=r.target.y.min,l.y.max=l.y.min+h}le(a,l),tt(a,c),Rt(this.projectionDeltaWithTransform,this.layoutCorrected,a,c)}}registerSharedNode(r,a){this.sharedNodes.has(r)||this.sharedNodes.set(r,new ef),this.sharedNodes.get(r).add(a);const u=a.options.initialPromotionConfig;a.promote({transition:u?u.transition:void 0,preserveFollowOpacity:u&&u.shouldPreserveFollowOpacity?u.shouldPreserveFollowOpacity(a):void 0})}isLead(){const r=this.getStack();return r?r.lead===this:!0}getLead(){const{layoutId:r}=this.options;return r?this.getStack()?.lead||this:this}getPrevLead(){const{layoutId:r}=this.options;return r?this.getStack()?.prevLead:void 0}getStack(){const{layoutId:r}=this.options;if(r)return this.root.sharedNodes.get(r)}promote({needsReset:r,transition:a,preserveFollowOpacity:l}={}){const u=this.getStack();u&&u.promote(this,l),r&&(this.projectionDelta=void 0,this.needsReset=!0),a&&this.setOptions({transition:a})}relegate(){const r=this.getStack();return r?r.relegate(this):!1}resetSkewAndRotation(){const{visualElement:r}=this.options;if(!r)return;let a=!1;const{latestValues:l}=r;if((l.z||l.rotate||l.rotateX||l.rotateY||l.rotateZ||l.skewX||l.skewY)&&(a=!0),!a)return;const u={};l.z&&Ns("z",r,u,this.animationValues);for(let c=0;c<Ms.length;c++)Ns(`rotate${Ms[c]}`,r,u,this.animationValues),Ns(`skew${Ms[c]}`,r,u,this.animationValues);r.render();for(const c in u)r.setStaticValue(c,u[c]),this.animationValues&&(this.animationValues[c]=u[c]);r.scheduleRender()}applyProjectionStyles(r,a){if(!this.instance||this.isSVG)return;if(!this.isVisible){r.visibility="hidden";return}const l=this.getTransformTemplate();if(this.needsReset){this.needsReset=!1,r.visibility="",r.opacity="",r.pointerEvents=nn(a?.pointerEvents)||"",r.transform=l?l(this.latestValues,""):"none";return}const u=this.getLead();if(!this.projectionDelta||!this.layout||!u.target){this.options.layoutId&&(r.opacity=this.latestValues.opacity!==void 0?this.latestValues.opacity:1,r.pointerEvents=nn(a?.pointerEvents)||""),this.hasProjected&&!Oe(this.latestValues)&&(r.transform=l?l({},""):"none",this.hasProjected=!1);return}r.visibility="";const c=u.animationValues||u.latestValues;this.applyTransformsToTarget();let d=tf(this.projectionDeltaWithTransform,this.treeScale,c);l&&(d=l(c,d)),r.transform=d;const{x:h,y:m}=this.projectionDelta;r.transformOrigin=`${h.origin*100}% ${m.origin*100}% 0`,u.animationValues?r.opacity=u===this?c.opacity??this.latestValues.opacity??1:this.preserveOpacity?this.latestValues.opacity:c.opacityExit:r.opacity=u===this?c.opacity!==void 0?c.opacity:"":c.opacityExit!==void 0?c.opacityExit:0;for(const g in kt){if(c[g]===void 0)continue;const{correct:v,applyTo:b,isCSSVariable:p}=kt[g],x=d==="none"?c[g]:v(c[g],u);if(b){const y=b.length;for(let P=0;P<y;P++)r[b[P]]=x}else p?this.options.visualElement.renderState.vars[g]=x:r[g]=x}this.options.layoutId&&(r.pointerEvents=u===this?nn(a?.pointerEvents)||"":"none")}clearSnapshot(){this.resumeFrom=this.snapshot=void 0}resetTree(){this.root.nodes.forEach(r=>r.currentAnimation?.stop()),this.root.nodes.forEach(Go),this.root.sharedNodes.clear()}}}function rf(e){e.updateLayout()}function of(e){const t=e.resumeFrom?.snapshot||e.snapshot;if(e.isLead()&&e.layout&&t&&e.hasListeners("didUpdate")){const{layoutBox:n,measuredBox:s}=e.layout,{animationType:i}=e.options,o=t.source!==e.layout.source;i==="size"?ae(c=>{const d=o?t.measuredBox[c]:t.layoutBox[c],h=Z(d);d.min=n[c].min,d.max=d.min+h}):sa(i,t.layoutBox,n)&&ae(c=>{const d=o?t.measuredBox[c]:t.layoutBox[c],h=Z(n[c]);d.max=d.min+h,e.relativeTarget&&!e.currentAnimation&&(e.isProjectionDirty=!0,e.relativeTarget[c].max=e.relativeTarget[c].min+h)});const r=nt();Rt(r,n,t.layoutBox);const a=nt();o?Rt(a,e.applyTransform(s,!0),t.measuredBox):Rt(a,n,t.layoutBox);const l=!zo(r);let u=!1;if(!e.resumeFrom){const c=e.getClosestProjectingParent();if(c&&!c.resumeFrom){const{snapshot:d,layout:h}=c;if(d&&h){const m=$();Dt(m,t.layoutBox,d.layoutBox);const g=$();Dt(g,n,h.layoutBox),Uo(m,g)||(u=!0),c.options.layoutRoot&&(e.relativeTarget=g,e.relativeTargetOrigin=m,e.relativeParent=c)}}}e.notifyListeners("didUpdate",{layout:n,snapshot:t,delta:a,layoutDelta:r,hasLayoutChanged:l,hasRelativeLayoutChanged:u})}else if(e.isLead()){const{onExitComplete:n}=e.options;n&&n()}e.options.transition=void 0}function af(e){e.parent&&(e.isProjecting()||(e.isProjectionDirty=e.parent.isProjectionDirty),e.isSharedProjectionDirty||(e.isSharedProjectionDirty=!!(e.isProjectionDirty||e.parent.isProjectionDirty||e.parent.isSharedProjectionDirty)),e.isTransformDirty||(e.isTransformDirty=e.parent.isTransformDirty))}function lf(e){e.isProjectionDirty=e.isSharedProjectionDirty=e.isTransformDirty=!1}function cf(e){e.clearSnapshot()}function Go(e){e.clearMeasurements()}function qo(e){e.isLayoutDirty=!1}function uf(e){const{visualElement:t}=e.options;t&&t.getProps().onBeforeLayoutMeasure&&t.notify("BeforeLayoutMeasure"),e.resetTransform()}function Zo(e){e.finishAnimation(),e.targetDelta=e.relativeTarget=e.target=void 0,e.isProjectionDirty=!0}function df(e){e.resolveTargetDelta()}function ff(e){e.calcProjection()}function hf(e){e.resetSkewAndRotation()}function mf(e){e.removeLeadSnapshot()}function Jo(e,t,n){e.translate=B(t.translate,0,n),e.scale=B(t.scale,1,n),e.origin=t.origin,e.originPoint=t.originPoint}function Qo(e,t,n,s){e.min=B(t.min,n.min,s),e.max=B(t.max,n.max,s)}function pf(e,t,n,s){Qo(e.x,t.x,n.x,s),Qo(e.y,t.y,n.y,s)}function gf(e){return e.animationValues&&e.animationValues.opacityExit!==void 0}const yf={duration:.45,ease:[.4,0,.1,1]},ea=e=>typeof navigator<"u"&&navigator.userAgent&&navigator.userAgent.toLowerCase().includes(e),ta=ea("applewebkit/")&&!ea("chrome/")?Math.round:oe;function na(e){e.min=ta(e.min),e.max=ta(e.max)}function vf(e){na(e.x),na(e.y)}function sa(e,t,n){return e==="position"||e==="preserve-aspect"&&!Sd(Ko(t),Ko(n),.2)}function xf(e){return e!==e.root&&e.scroll?.wasRoot}const bf=Yo({attachResizeListener:(e,t)=>Et(e,"resize",t),measureScroll:()=>({x:document.documentElement.scrollLeft||document.body.scrollLeft,y:document.documentElement.scrollTop||document.body.scrollTop}),checkIsScrollRoot:()=>!0}),Vs={current:void 0},ia=Yo({measureScroll:e=>({x:e.scrollLeft,y:e.scrollTop}),defaultParent:()=>{if(!Vs.current){const e=new bf({});e.mount(window),e.setOptions({layoutScroll:!0}),Vs.current=e}return Vs.current},resetTransform:(e,t)=>{e.style.transform=t!==void 0?t:"none"},checkIsScrollRoot:e=>window.getComputedStyle(e).position==="fixed"}),wf={pan:{Feature:Fd},drag:{Feature:Ld,ProjectionNode:ia,MeasureLayout:jo}};function ra(e,t,n){const{props:s}=e;e.animationState&&s.whileHover&&e.animationState.setActive("whileHover",n==="Start");const i="onHover"+n,o=s[i];o&&L.postRender(()=>o(t,At(t)))}class Tf extends Ae{mount(){const{current:t}=this.node;t&&(this.unmount=Kc(t,(n,s)=>(ra(this.node,s,"Start"),i=>ra(this.node,i,"End"))))}unmount(){}}class Sf extends Ae{constructor(){super(...arguments),this.isActive=!1}onFocus(){let t=!1;try{t=this.node.current.matches(":focus-visible")}catch{t=!0}!t||!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=yt(Et(this.node.current,"focus",()=>this.onFocus()),Et(this.node.current,"blur",()=>this.onBlur()))}unmount(){}}function oa(e,t,n){const{props:s}=e;if(e.current instanceof HTMLButtonElement&&e.current.disabled)return;e.animationState&&s.whileTap&&e.animationState.setActive("whileTap",n==="Start");const i="onTap"+(n==="End"?"":n),o=s[i];o&&L.postRender(()=>o(t,At(t)))}class Cf extends Ae{mount(){const{current:t}=this.node;t&&(this.unmount=Gc(t,(n,s)=>(oa(this.node,s,"Start"),(i,{success:o})=>oa(this.node,i,o?"End":"Cancel")),{useGlobalTarget:this.node.props.globalTapTarget}))}unmount(){}}const Is=new WeakMap,Os=new WeakMap,Pf=e=>{const t=Is.get(e.target);t&&t(e)},kf=e=>{e.forEach(Pf)};function Ef({root:e,...t}){const n=e||document;Os.has(n)||Os.set(n,{});const s=Os.get(n),i=JSON.stringify(t);return s[i]||(s[i]=new IntersectionObserver(kf,{root:e,...t})),s[i]}function Af(e,t,n){const s=Ef(t);return Is.set(e,n),s.observe(e),()=>{Is.delete(e),s.unobserve(e)}}const jf={some:0,all:1};class Rf extends Ae{constructor(){super(...arguments),this.hasEnteredView=!1,this.isInView=!1}startObserver(){this.unmount();const{viewport:t={}}=this.node.getProps(),{root:n,margin:s,amount:i="some",once:o}=t,r={root:n?n.current:void 0,rootMargin:s,threshold:typeof i=="number"?i:jf[i]},a=l=>{const{isIntersecting:u}=l;if(this.isInView===u||(this.isInView=u,o&&!u&&this.hasEnteredView))return;u&&(this.hasEnteredView=!0),this.node.animationState&&this.node.animationState.setActive("whileInView",u);const{onViewportEnter:c,onViewportLeave:d}=this.node.getProps(),h=u?c:d;h&&h(l)};return Af(this.node.current,r,a)}mount(){this.startObserver()}update(){if(typeof IntersectionObserver>"u")return;const{props:t,prevProps:n}=this.node;["amount","margin","root"].some(Df(t,n))&&this.startObserver()}unmount(){}}function Df({viewport:e={}},{viewport:t={}}={}){return n=>e[n]!==t[n]}const Mf={...yd,...{inView:{Feature:Rf},tap:{Feature:Cf},focus:{Feature:Sf},hover:{Feature:Tf}},...wf,...{layout:{ProjectionNode:ia,MeasureLayout:jo}}},Fe=Nu(Mf,Xu),Nf=["polygon(50% 50%,0 0,0 0,0 0,0 0,0 0)","polygon(50% 50%,0 0,100% 0,100% 0,100% 0,100% 0)","polygon(50% 50%,0 0,100% 0,100% 100%,100% 100%,100% 100%)","polygon(50% 50%,0 0,100% 0,100% 100%,0 100%,0 100%)","polygon(50% 50%,0 0,100% 0,100% 100%,0 100%,0 0)"],an=e=>{const{speed:t=1,className:n}=e,s=1/t,i=2/t;return f.jsx(Zt,{children:f.jsx(Fe.div,{role:"status",className:R("relative rounded-full",n),animate:{rotate:360},transition:{repeat:1/0,ease:"linear",duration:s},children:f.jsx(Fe.div,{className:"absolute inset-0 rounded-full",style:{boxSizing:"border-box",borderStyle:"solid",borderWidth:2},animate:{clipPath:Nf},transition:{repeat:1/0,ease:"linear",duration:i,times:[0,.25,.5,.75,1]}})})})},it={sm:"h-[var(--control-size-sm-height)]",md:"h-[var(--control-size-md-height)]",lg:"h-[var(--control-size-lg-height)]"},Vf={sm:"min-h-[var(--control-size-sm-height)]",md:"min-h-[var(--control-size-md-height)]",lg:"min-h-[var(--control-size-lg-height)]"},Be={sm:"text-[length:var(--control-size-sm-font-size)]",md:"text-[length:var(--control-size-md-font-size)]",lg:"text-[length:var(--control-size-lg-font-size)]"},If={sm:"gap-[var(--control-size-sm-gap)]",md:"gap-[var(--control-size-md-gap)]",lg:"gap-[var(--control-size-lg-gap)]"},Of={sm:"px-[var(--control-size-sm-px)]",md:"px-[var(--control-size-md-px)]",lg:"px-[var(--control-size-lg-px)]"},rt={sm:"pl-[var(--control-size-sm-px)]",md:"pl-[var(--control-size-md-px)]",lg:"pl-[var(--control-size-lg-px)]"},aa={sm:"pr-[var(--control-size-sm-px)]",md:"pr-[var(--control-size-md-px)]",lg:"pr-[var(--control-size-lg-px)]"},ot={sm:"pr-[calc(var(--control-size-sm-px)+2rem)]",md:"pr-[calc(var(--control-size-md-px)+2rem)]",lg:"pr-[calc(var(--control-size-lg-px)+2rem)]"},Lf={sm:"pl-[calc(var(--control-size-sm-icon-offset)+var(--control-size-sm-icon)+0.75rem)]",md:"pl-[calc(var(--control-size-md-icon-offset)+var(--control-size-md-icon)+0.75rem)]",lg:"pl-[calc(var(--control-size-lg-icon-offset)+var(--control-size-lg-icon)+0.75rem)]"},Ff={sm:"left-[var(--control-size-sm-icon-offset)]",md:"left-[var(--control-size-md-icon-offset)]",lg:"left-[var(--control-size-lg-icon-offset)]"},Bf={sm:"right-[var(--control-size-sm-px)]",md:"right-[var(--control-size-md-px)]",lg:"right-[var(--control-size-lg-px)]"},Nt={sm:"h-[var(--control-size-sm-icon)] w-[var(--control-size-sm-icon)]",md:"h-[var(--control-size-md-icon)] w-[var(--control-size-md-icon)]",lg:"h-[var(--control-size-lg-icon)] w-[var(--control-size-lg-icon)]"},la={sm:"h-[var(--control-size-sm-height)] w-[var(--control-size-sm-height)]",md:"h-[var(--control-size-md-height)] w-[var(--control-size-md-height)]",lg:"h-[var(--control-size-lg-height)] w-[var(--control-size-lg-height)]"},_f=`
30
+ `),()=>{y.contains(v)&&y.removeChild(v)}},[t]),p.jsx(qd,{isPresent:t,childRef:o,sizeRef:s,children:C.cloneElement(e,{ref:o})})}const Yd=({children:e,initial:t,isPresent:n,onExitComplete:i,custom:r,presenceAffectsLayout:o,mode:s,anchorX:a,root:l})=>{const u=ii(Hd),c=k.useId();let d=!0,f=k.useMemo(()=>(d=!1,{id:c,initial:t,isPresent:n,custom:r,onExitComplete:m=>{u.set(m,!0);for(const v of u.values())if(!v)return;i&&i()},register:m=>(u.set(m,!1),()=>u.delete(m))}),[n,u,i]);return o&&d&&(f={...f}),k.useMemo(()=>{u.forEach((m,v)=>u.set(v,!1))},[n]),C.useEffect(()=>{!n&&!u.size&&i&&i()},[n]),s==="popLayout"&&(e=p.jsx(Kd,{isPresent:n,anchorX:a,root:l,children:e})),p.jsx(gn.Provider,{value:f,children:e})};function Hd(){return new Map}function Ms(e=!0){const t=k.useContext(gn);if(t===null)return[!0,null];const{isPresent:n,onExitComplete:i,register:r}=t,o=k.useId();k.useEffect(()=>{if(e)return r(o)},[e]);const s=k.useCallback(()=>e&&i&&i(o),[o,i,e]);return!n&&i?[!1,s]:[!0]}const Sn=e=>e.key||"";function Is(e){const t=[];return k.Children.forEach(e,n=>{k.isValidElement(n)&&t.push(n)}),t}const jn=({children:e,custom:t,initial:n=!0,onExitComplete:i,presenceAffectsLayout:r=!0,mode:o="sync",propagate:s=!1,anchorX:a="left",root:l})=>{const[u,c]=Ms(s),d=k.useMemo(()=>Is(e),[e]),f=s&&!u?[]:d.map(Sn),m=k.useRef(!0),v=k.useRef(d),y=ii(()=>new Map),[w,g]=k.useState(d),[T,b]=k.useState(d);wo(()=>{m.current=!1,v.current=d;for(let A=0;A<T.length;A++){const E=Sn(T[A]);f.includes(E)?y.delete(E):y.get(E)!==!0&&y.set(E,!1)}},[T,f.length,f.join("-")]);const S=[];if(d!==w){let A=[...d];for(let E=0;E<T.length;E++){const P=T[E],B=Sn(P);f.includes(B)||(A.splice(E,0,P),S.push(P))}return o==="wait"&&S.length&&(A=S),b(Is(A)),g(d),null}process.env.NODE_ENV!=="production"&&o==="wait"&&T.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:x}=k.useContext(ni);return p.jsx(p.Fragment,{children:T.map(A=>{const E=Sn(A),P=s&&!u?!1:d===T||f.includes(E),B=()=>{if(y.has(E))y.set(E,!0);else return;let q=!0;y.forEach($=>{$||(q=!1)}),q&&(x?.(),b(v.current),s&&c?.(),i&&i())};return p.jsx(Yd,{isPresent:P,initial:!m.current||n?void 0:!1,custom:t,presenceAffectsLayout:r,mode:o,root:l,onExitComplete:P?void 0:B,anchorX:a,children:A},E)})})},Ns=k.createContext({strict:!1}),Fs={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"]},kt={};for(const e in Fs)kt[e]={isEnabled:t=>Fs[e].some(n=>!!t[n])};function Gd(e){for(const t in e)kt[t]={...kt[t],...e[t]}}const Xd=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 En(e){return e.startsWith("while")||e.startsWith("drag")&&e!=="draggable"||e.startsWith("layout")||e.startsWith("onTap")||e.startsWith("onPan")||e.startsWith("onLayout")||Xd.has(e)}let Vs=e=>!En(e);function Zd(e){typeof e=="function"&&(Vs=t=>t.startsWith("on")?!En(t):e(t))}try{Zd(require("@emotion/is-prop-valid").default)}catch{}function Jd(e,t,n){const i={};for(const r in e)r==="values"&&typeof e.values=="object"||(Vs(r)||n===!0&&En(r)||!t&&!En(r)||e.draggable&&r.startsWith("onDrag"))&&(i[r]=e[r]);return i}const Cn=k.createContext({});function Pn(e){return e!==null&&typeof e=="object"&&typeof e.start=="function"}function Xt(e){return typeof e=="string"||Array.isArray(e)}const Yi=["animate","whileInView","whileFocus","whileHover","whileTap","whileDrag","exit"],Hi=["initial",...Yi];function An(e){return Pn(e.animate)||Hi.some(t=>Xt(e[t]))}function Ls(e){return!!(An(e)||e.variants)}function Qd(e,t){if(An(e)){const{initial:n,animate:i}=e;return{initial:n===!1||Xt(n)?n:void 0,animate:Xt(i)?i:void 0}}return e.inherit!==!1?t:{}}function ep(e){const{initial:t,animate:n}=Qd(e,k.useContext(Cn));return k.useMemo(()=>({initial:t,animate:n}),[_s(t),_s(n)])}function _s(e){return Array.isArray(e)?e.join(" "):e}const Zt={};function tp(e){for(const t in e)Zt[t]=e[t],mi(t)&&(Zt[t].isCSSVariable=!0)}function zs(e,{layout:t,layoutId:n}){return wt.has(e)||e.startsWith("origin")||(t||n!==void 0)&&(!!Zt[e]||e==="opacity")}const np={x:"translateX",y:"translateY",z:"translateZ",transformPerspective:"perspective"},ip=bt.length;function rp(e,t,n){let i="",r=!0;for(let o=0;o<ip;o++){const s=bt[o],a=e[s];if(a===void 0)continue;let l=!0;if(typeof a=="number"?l=a===(s.startsWith("scale")?1:0):l=parseFloat(a)===0,!l||n){const u=ks(a,$i[s]);if(!l){r=!1;const c=np[s]||s;i+=`${c}(${u}) `}n&&(t[s]=u)}}return i=i.trim(),n?i=n(t,r?"":i):r&&(i="none"),i}function Gi(e,t,n){const{style:i,vars:r,transformOrigin:o}=e;let s=!1,a=!1;for(const l in t){const u=t[l];if(wt.has(l)){s=!0;continue}else if(mi(l)){r[l]=u;continue}else{const c=ks(u,$i[l]);l.startsWith("origin")?(a=!0,o[l]=c):i[l]=c}}if(t.transform||(s||n?i.transform=rp(t,e.transform,n):i.transform&&(i.transform="none")),a){const{originX:l="50%",originY:u="50%",originZ:c=0}=o;i.transformOrigin=`${l} ${u} ${c}`}}const Xi=()=>({style:{},transform:{},transformOrigin:{},vars:{}});function Bs(e,t,n){for(const i in t)!xe(t[i])&&!zs(i,n)&&(e[i]=t[i])}function op({transformTemplate:e},t){return k.useMemo(()=>{const n=Xi();return Gi(n,t,e),Object.assign({},n.vars,n.style)},[t])}function sp(e,t){const n=e.style||{},i={};return Bs(i,n,e),Object.assign(i,op(e,t)),i}function ap(e,t){const n={},i=sp(e,t);return e.drag&&e.dragListener!==!1&&(n.draggable=!1,i.userSelect=i.WebkitUserSelect=i.WebkitTouchCallout="none",i.touchAction=e.drag===!0?"none":`pan-${e.drag==="x"?"y":"x"}`),e.tabIndex===void 0&&(e.onTap||e.onTapStart||e.whileTap)&&(n.tabIndex=0),n.style=i,n}const lp={offset:"stroke-dashoffset",array:"stroke-dasharray"},cp={offset:"strokeDashoffset",array:"strokeDasharray"};function up(e,t,n=1,i=0,r=!0){e.pathLength=1;const o=r?lp:cp;e[o.offset]=W.transform(-i);const s=W.transform(t),a=W.transform(n);e[o.array]=`${s} ${a}`}function $s(e,{attrX:t,attrY:n,attrScale:i,pathLength:r,pathSpacing:o=1,pathOffset:s=0,...a},l,u,c){if(Gi(e,a,u),l){e.style.viewBox&&(e.attrs.viewBox=e.style.viewBox);return}e.attrs=e.style,e.style={};const{attrs:d,style:f}=e;d.transform&&(f.transform=d.transform,delete d.transform),(f.transform||d.transformOrigin)&&(f.transformOrigin=d.transformOrigin??"50% 50%",delete d.transformOrigin),f.transform&&(f.transformBox=c?.transformBox??"fill-box",delete d.transformBox),t!==void 0&&(d.x=t),n!==void 0&&(d.y=n),i!==void 0&&(d.scale=i),r!==void 0&&up(d,r,o,s,!1)}const Ws=()=>({...Xi(),attrs:{}}),Us=e=>typeof e=="string"&&e.toLowerCase()==="svg";function dp(e,t,n,i){const r=k.useMemo(()=>{const o=Ws();return $s(o,t,Us(i),e.transformTemplate,e.style),{...o.attrs,style:{...o.style}}},[t]);if(e.style){const o={};Bs(o,e.style,e),r.style={...o,...r.style}}return r}const pp=["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 Zi(e){return typeof e!="string"||e.includes("-")?!1:!!(pp.indexOf(e)>-1||/[A-Z]/u.test(e))}function fp(e,t,n,{latestValues:i},r,o=!1){const a=(Zi(e)?dp:ap)(t,i,r,e),l=Jd(t,typeof e=="string",o),u=e!==k.Fragment?{...l,...a,ref:n}:{},{children:c}=t,d=k.useMemo(()=>xe(c)?c.get():c,[c]);return k.createElement(e,{...u,children:d})}function qs(e){const t=[{},{}];return e?.values.forEach((n,i)=>{t[0][i]=n.get(),t[1][i]=n.getVelocity()}),t}function Ji(e,t,n,i){if(typeof t=="function"){const[r,o]=qs(i);t=t(n!==void 0?n:e.custom,r,o)}if(typeof t=="string"&&(t=e.variants&&e.variants[t]),typeof t=="function"){const[r,o]=qs(i);t=t(n!==void 0?n:e.custom,r,o)}return t}function Dn(e){return xe(e)?e.get():e}function mp({scrapeMotionValuesFromProps:e,createRenderState:t},n,i,r){return{latestValues:hp(n,i,r,e),renderState:t()}}function hp(e,t,n,i){const r={},o=i(e,{});for(const f in o)r[f]=Dn(o[f]);let{initial:s,animate:a}=e;const l=An(e),u=Ls(e);t&&u&&!l&&e.inherit!==!1&&(s===void 0&&(s=t.initial),a===void 0&&(a=t.animate));let c=n?n.initial===!1:!1;c=c||s===!1;const d=c?a:s;if(d&&typeof d!="boolean"&&!Pn(d)){const f=Array.isArray(d)?d:[d];for(let m=0;m<f.length;m++){const v=Ji(e,f[m]);if(v){const{transitionEnd:y,transition:w,...g}=v;for(const T in g){let b=g[T];if(Array.isArray(b)){const S=c?b.length-1:0;b=b[S]}b!==null&&(r[T]=b)}for(const T in y)r[T]=y[T]}}}return r}const Ks=e=>(t,n)=>{const i=k.useContext(Cn),r=k.useContext(gn),o=()=>mp(e,t,i,r);return n?o():ii(o)};function Qi(e,t,n){const{style:i}=e,r={};for(const o in i)(xe(i[o])||t.style&&xe(t.style[o])||zs(o,e)||n?.getValue(o)?.liveStyle!==void 0)&&(r[o]=i[o]);return r}const gp=Ks({scrapeMotionValuesFromProps:Qi,createRenderState:Xi});function Ys(e,t,n){const i=Qi(e,t,n);for(const r in e)if(xe(e[r])||xe(t[r])){const o=bt.indexOf(r)!==-1?"attr"+r.charAt(0).toUpperCase()+r.substring(1):r;i[o]=e[r]}return i}const vp=Ks({scrapeMotionValuesFromProps:Ys,createRenderState:Ws}),xp=Symbol.for("motionComponentSymbol");function St(e){return e&&typeof e=="object"&&Object.prototype.hasOwnProperty.call(e,"current")}function yp(e,t,n){return k.useCallback(i=>{i&&e.onMount&&e.onMount(i),t&&(i?t.mount(i):t.unmount()),n&&(typeof n=="function"?n(i):St(n)&&(n.current=i))},[t])}const er=e=>e.replace(/([a-z])([A-Z])/gu,"$1-$2").toLowerCase(),Hs="data-"+er("framerAppearId"),Gs=k.createContext({});function bp(e,t,n,i,r){const{visualElement:o}=k.useContext(Cn),s=k.useContext(Ns),a=k.useContext(gn),l=k.useContext(Ki).reducedMotion,u=k.useRef(null);i=i||s.renderer,!u.current&&i&&(u.current=i(e,{visualState:t,parent:o,props:n,presenceContext:a,blockInitialAnimation:a?a.initial===!1:!1,reducedMotionConfig:l}));const c=u.current,d=k.useContext(Gs);c&&!c.projection&&r&&(c.type==="html"||c.type==="svg")&&wp(u.current,n,r,d);const f=k.useRef(!1);k.useInsertionEffect(()=>{c&&f.current&&c.update(n,a)});const m=n[Hs],v=k.useRef(!!m&&!window.MotionHandoffIsComplete?.(m)&&window.MotionHasOptimisedAnimation?.(m));return wo(()=>{c&&(f.current=!0,window.MotionIsMounted=!0,c.updateFeatures(),c.scheduleRenderMicrotask(),v.current&&c.animationState&&c.animationState.animateChanges())}),k.useEffect(()=>{c&&(!v.current&&c.animationState&&c.animationState.animateChanges(),v.current&&(queueMicrotask(()=>{window.MotionHandoffMarkAsComplete?.(m)}),v.current=!1),c.enteringChildren=void 0)}),c}function wp(e,t,n,i){const{layoutId:r,layout:o,drag:s,dragConstraints:a,layoutScroll:l,layoutRoot:u,layoutCrossfade:c}=t;e.projection=new n(e.latestValues,t["data-framer-portal-id"]?void 0:Xs(e.parent)),e.projection.setOptions({layoutId:r,layout:o,alwaysMeasureLayout:!!s||a&&St(a),visualElement:e,animationType:typeof o=="string"?o:"both",initialPromotionConfig:i,crossfade:c,layoutScroll:l,layoutRoot:u})}function Xs(e){if(e)return e.options.allowProjection!==!1?e.projection:Xs(e.parent)}function tr(e,{forwardMotionProps:t=!1}={},n,i){n&&Gd(n);const r=Zi(e)?vp:gp;function o(a,l){let u;const c={...k.useContext(Ki),...a,layoutId:Tp(a)},{isStatic:d}=c,f=ep(a),m=r(a,d);if(!d&&ri){kp(c,n);const v=Sp(c);u=v.MeasureLayout,f.visualElement=bp(e,m,c,i,v.ProjectionNode)}return p.jsxs(Cn.Provider,{value:f,children:[u&&f.visualElement?p.jsx(u,{visualElement:f.visualElement,...c}):null,fp(e,a,yp(m,f.visualElement,l),m,d,t)]})}o.displayName=`motion.${typeof e=="string"?e:`create(${e.displayName??e.name??""})`}`;const s=k.forwardRef(o);return s[xp]=e,s}function Tp({layoutId:e}){const t=k.useContext(ni).id;return t&&e!==void 0?t+"-"+e:e}function kp(e,t){const n=k.useContext(Ns).strict;if(process.env.NODE_ENV!=="production"&&t&&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.";e.ignoreStrict?gt(!1,i,"lazy-strict-mode"):Be(!1,i,"lazy-strict-mode")}}function Sp(e){const{drag:t,layout:n}=kt;if(!t&&!n)return{};const i={...t,...n};return{MeasureLayout:t?.isEnabled(e)||n?.isEnabled(e)?i.MeasureLayout:void 0,ProjectionNode:i.ProjectionNode}}function jp(e,t){if(typeof Proxy>"u")return tr;const n=new Map,i=(o,s)=>tr(o,s,e,t),r=(o,s)=>(process.env.NODE_ENV!=="production"&&ui(!1,"motion() is deprecated. Use motion.create() instead."),i(o,s));return new Proxy(r,{get:(o,s)=>s==="create"?i:(n.has(s)||n.set(s,tr(s,void 0,e,t)),n.get(s))})}function Zs({top:e,left:t,right:n,bottom:i}){return{x:{min:t,max:n},y:{min:e,max:i}}}function Ep({x:e,y:t}){return{top:t.min,right:e.max,bottom:t.max,left:e.min}}function Cp(e,t){if(!t)return e;const n=t({x:e.left,y:e.top}),i=t({x:e.right,y:e.bottom});return{top:n.y,left:n.x,bottom:i.y,right:i.x}}function nr(e){return e===void 0||e===1}function ir({scale:e,scaleX:t,scaleY:n}){return!nr(e)||!nr(t)||!nr(n)}function ot(e){return ir(e)||Js(e)||e.z||e.rotate||e.rotateX||e.rotateY||e.skewX||e.skewY}function Js(e){return Qs(e.x)||Qs(e.y)}function Qs(e){return e&&e!=="0%"}function Rn(e,t,n){const i=e-n,r=t*i;return n+r}function ea(e,t,n,i,r){return r!==void 0&&(e=Rn(e,r,i)),Rn(e,n,i)+t}function rr(e,t=0,n=1,i,r){e.min=ea(e.min,t,n,i,r),e.max=ea(e.max,t,n,i,r)}function ta(e,{x:t,y:n}){rr(e.x,t.translate,t.scale,t.originPoint),rr(e.y,n.translate,n.scale,n.originPoint)}const na=.999999999999,ia=1.0000000000001;function Pp(e,t,n,i=!1){const r=n.length;if(!r)return;t.x=t.y=1;let o,s;for(let a=0;a<r;a++){o=n[a],s=o.projectionDelta;const{visualElement:l}=o.options;l&&l.props.style&&l.props.style.display==="contents"||(i&&o.options.layoutScroll&&o.scroll&&o!==o.root&&Et(e,{x:-o.scroll.offset.x,y:-o.scroll.offset.y}),s&&(t.x*=s.x.scale,t.y*=s.y.scale,ta(e,s)),i&&ot(o.latestValues)&&Et(e,o.latestValues))}t.x<ia&&t.x>na&&(t.x=1),t.y<ia&&t.y>na&&(t.y=1)}function jt(e,t){e.min=e.min+t,e.max=e.max+t}function ra(e,t,n,i,r=.5){const o=ae(e.min,e.max,r);rr(e,t,n,o,i)}function Et(e,t){ra(e.x,t.x,t.scaleX,t.scale,t.originX),ra(e.y,t.y,t.scaleY,t.scale,t.originY)}function oa(e,t){return Zs(Cp(e.getBoundingClientRect(),t))}function Ap(e,t,n){const i=oa(e,n),{scroll:r}=t;return r&&(jt(i.x,r.offset.x),jt(i.y,r.offset.y)),i}const sa=()=>({translate:0,scale:1,origin:0,originPoint:0}),Ct=()=>({x:sa(),y:sa()}),aa=()=>({min:0,max:0}),ue=()=>({x:aa(),y:aa()}),or={current:null},la={current:!1};function Dp(){if(la.current=!0,!!ri)if(window.matchMedia){const e=window.matchMedia("(prefers-reduced-motion)"),t=()=>or.current=e.matches;e.addEventListener("change",t),t()}else or.current=!1}const Rp=new WeakMap;function Op(e,t,n){for(const i in t){const r=t[i],o=n[i];if(xe(r))e.addValue(i,r);else if(xe(o))e.addValue(i,Tt(r,{owner:e}));else if(o!==r)if(e.hasValue(i)){const s=e.getValue(i);s.liveStyle===!0?s.jump(r):s.hasAnimated||s.set(r)}else{const s=e.getStaticValue(i);e.addValue(i,Tt(s!==void 0?s:r,{owner:e}))}}for(const i in n)t[i]===void 0&&e.removeValue(i);return t}const ca=["AnimationStart","AnimationComplete","Update","BeforeLayoutMeasure","LayoutMeasure","LayoutAnimationStart","LayoutAnimationComplete"];class Mp{scrapeMotionValuesFromProps(t,n,i){return{}}constructor({parent:t,props:n,presenceContext:i,reducedMotionConfig:r,blockInitialAnimation:o,visualState:s},a={}){this.current=null,this.children=new Set,this.isVariantNode=!1,this.isControllingVariants=!1,this.shouldReduceMotion=null,this.values=new Map,this.KeyframeResolver=Li,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 f=we.now();this.renderScheduledAt<f&&(this.renderScheduledAt=f,se.render(this.render,!1,!0))};const{latestValues:l,renderState:u}=s;this.latestValues=l,this.baseTarget={...l},this.initialValues=n.initial?{...l}:{},this.renderState=u,this.parent=t,this.props=n,this.presenceContext=i,this.depth=t?t.depth+1:0,this.reducedMotionConfig=r,this.options=a,this.blockInitialAnimation=!!o,this.isControllingVariants=An(n),this.isVariantNode=Ls(n),this.isVariantNode&&(this.variantChildren=new Set),this.manuallyAnimateOnMount=!!(t&&t.current);const{willChange:c,...d}=this.scrapeMotionValuesFromProps(n,{},this);for(const f in d){const m=d[f];l[f]!==void 0&&xe(m)&&m.set(l[f])}}mount(t){this.current=t,Rp.set(t,this),this.projection&&!this.projection.instance&&this.projection.mount(t),this.parent&&this.isVariantNode&&!this.isControllingVariants&&(this.removeFromVariantTree=this.parent.addVariantChild(this)),this.values.forEach((n,i)=>this.bindToMotionValue(i,n)),la.current||Dp(),this.shouldReduceMotion=this.reducedMotionConfig==="never"?!1:this.reducedMotionConfig==="always"?!0:or.current,process.env.NODE_ENV!=="production"&&ui(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(),Ke(this.notifyUpdate),Ke(this.render),this.valueSubscriptions.forEach(t=>t()),this.valueSubscriptions.clear(),this.removeFromVariantTree&&this.removeFromVariantTree(),this.parent?.removeChild(this);for(const t in this.events)this.events[t].clear();for(const t in this.features){const n=this.features[t];n&&(n.unmount(),n.isMounted=!1)}this.current=null}addChild(t){this.children.add(t),this.enteringChildren??(this.enteringChildren=new Set),this.enteringChildren.add(t)}removeChild(t){this.children.delete(t),this.enteringChildren&&this.enteringChildren.delete(t)}bindToMotionValue(t,n){this.valueSubscriptions.has(t)&&this.valueSubscriptions.get(t)();const i=wt.has(t);i&&this.onBindTransform&&this.onBindTransform();const r=n.on("change",s=>{this.latestValues[t]=s,this.props.onUpdate&&se.preRender(this.notifyUpdate),i&&this.projection&&(this.projection.isTransformDirty=!0),this.scheduleRender()});let o;window.MotionCheckAppearSync&&(o=window.MotionCheckAppearSync(this,t,n)),this.valueSubscriptions.set(t,()=>{r(),o&&o(),n.owner&&n.stop()})}sortNodePosition(t){return!this.current||!this.sortInstanceNodePosition||this.type!==t.type?0:this.sortInstanceNodePosition(this.current,t.current)}updateFeatures(){let t="animation";for(t in kt){const n=kt[t];if(!n)continue;const{isEnabled:i,Feature:r}=n;if(!this.features[t]&&r&&i(this.props)&&(this.features[t]=new r(this)),this.features[t]){const o=this.features[t];o.isMounted?o.update():(o.mount(),o.isMounted=!0)}}}triggerBuild(){this.build(this.renderState,this.latestValues,this.props)}measureViewportBox(){return this.current?this.measureInstanceViewportBox(this.current,this.props):ue()}getStaticValue(t){return this.latestValues[t]}setStaticValue(t,n){this.latestValues[t]=n}update(t,n){(t.transformTemplate||this.props.transformTemplate)&&this.scheduleRender(),this.prevProps=this.props,this.props=t,this.prevPresenceContext=this.presenceContext,this.presenceContext=n;for(let i=0;i<ca.length;i++){const r=ca[i];this.propEventSubscriptions[r]&&(this.propEventSubscriptions[r](),delete this.propEventSubscriptions[r]);const o="on"+r,s=t[o];s&&(this.propEventSubscriptions[r]=this.on(r,s))}this.prevMotionValues=Op(this,this.scrapeMotionValuesFromProps(t,this.prevProps,this),this.prevMotionValues),this.handleChildMotionValue&&this.handleChildMotionValue()}getProps(){return this.props}getVariant(t){return this.props.variants?this.props.variants[t]: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(t){const n=this.getClosestVariantNode();if(n)return n.variantChildren&&n.variantChildren.add(t),()=>n.variantChildren.delete(t)}addValue(t,n){const i=this.values.get(t);n!==i&&(i&&this.removeValue(t),this.bindToMotionValue(t,n),this.values.set(t,n),this.latestValues[t]=n.get())}removeValue(t){this.values.delete(t);const n=this.valueSubscriptions.get(t);n&&(n(),this.valueSubscriptions.delete(t)),delete this.latestValues[t],this.removeValueFromRenderState(t,this.renderState)}hasValue(t){return this.values.has(t)}getValue(t,n){if(this.props.values&&this.props.values[t])return this.props.values[t];let i=this.values.get(t);return i===void 0&&n!==void 0&&(i=Tt(n===null?void 0:n,{owner:this}),this.addValue(t,i)),i}readValue(t,n){let i=this.latestValues[t]!==void 0||!this.current?this.latestValues[t]:this.getBaseTargetFromProps(this.props,t)??this.readValueFromInstance(this.current,t,this.options);return i!=null&&(typeof i=="string"&&(To(i)||So(i))?i=parseFloat(i):!Ud(i)&&He.test(n)&&(i=Ts(t,n)),this.setBaseTarget(t,xe(i)?i.get():i)),xe(i)?i.get():i}setBaseTarget(t,n){this.baseTarget[t]=n}getBaseTarget(t){const{initial:n}=this.props;let i;if(typeof n=="string"||typeof n=="object"){const o=Ji(this.props,n,this.presenceContext?.custom);o&&(i=o[t])}if(n&&i!==void 0)return i;const r=this.getBaseTargetFromProps(this.props,t);return r!==void 0&&!xe(r)?r:this.initialValues[t]!==void 0&&i===void 0?void 0:this.baseTarget[t]}on(t,n){return this.events[t]||(this.events[t]=new ci),this.events[t].add(n)}notify(t,...n){this.events[t]&&this.events[t].notify(...n)}scheduleRenderMicrotask(){Wi.render(this.render)}}class ua extends Mp{constructor(){super(...arguments),this.KeyframeResolver=Od}sortInstanceNodePosition(t,n){return t.compareDocumentPosition(n)&2?1:-1}getBaseTargetFromProps(t,n){return t.style?t.style[n]:void 0}removeValueFromRenderState(t,{vars:n,style:i}){delete n[t],delete i[t]}handleChildMotionValue(){this.childSubscription&&(this.childSubscription(),delete this.childSubscription);const{children:t}=this.props;xe(t)&&(this.childSubscription=t.on("change",n=>{this.current&&(this.current.textContent=`${n}`)}))}}function da(e,{style:t,vars:n},i,r){const o=e.style;let s;for(s in t)o[s]=t[s];r?.applyProjectionStyles(o,i);for(s in n)o.setProperty(s,n[s])}function Ip(e){return window.getComputedStyle(e)}class Np extends ua{constructor(){super(...arguments),this.type="html",this.renderInstance=da}readValueFromInstance(t,n){if(wt.has(n))return this.projection?.isProjecting?Mi(n):Zu(t,n);{const i=Ip(t),r=(mi(n)?i.getPropertyValue(n):i[n])||0;return typeof r=="string"?r.trim():r}}measureInstanceViewportBox(t,{transformPagePoint:n}){return oa(t,n)}build(t,n,i){Gi(t,n,i.transformTemplate)}scrapeMotionValuesFromProps(t,n,i){return Qi(t,n,i)}}const pa=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 Fp(e,t,n,i){da(e,t,void 0,i);for(const r in t.attrs)e.setAttribute(pa.has(r)?r:er(r),t.attrs[r])}class Vp extends ua{constructor(){super(...arguments),this.type="svg",this.isSVGTag=!1,this.measureInstanceViewportBox=ue}getBaseTargetFromProps(t,n){return t[n]}readValueFromInstance(t,n){if(wt.has(n)){const i=ws(n);return i&&i.default||0}return n=pa.has(n)?n:er(n),t.getAttribute(n)}scrapeMotionValuesFromProps(t,n,i){return Ys(t,n,i)}build(t,n,i){$s(t,n,this.isSVGTag,i.transformTemplate,i.style)}renderInstance(t,n,i,r){Fp(t,n,i,r)}mount(t){this.isSVGTag=Us(t.tagName),super.mount(t)}}const Lp=(e,t)=>Zi(e)?new Vp(t):new Np(t,{allowProjection:e!==k.Fragment});function Pt(e,t,n){const i=e.getProps();return Ji(i,t,n!==void 0?n:i.custom,e)}const sr=e=>Array.isArray(e);function _p(e,t,n){e.hasValue(t)?e.getValue(t).set(n):e.addValue(t,Tt(n))}function zp(e){return sr(e)?e[e.length-1]||0:e}function Bp(e,t){const n=Pt(e,t);let{transitionEnd:i={},transition:r={},...o}=n||{};o={...o,...i};for(const s in o){const a=zp(o[s]);_p(e,s,a)}}function $p(e){return!!(xe(e)&&e.add)}function ar(e,t){const n=e.getValue("willChange");if($p(n))return n.add(t);if(!n&&$e.WillChange){const i=new $e.WillChange("auto");e.addValue("willChange",i),i.add(t)}}function fa(e){return e.props[Hs]}const Wp=e=>e!==null;function Up(e,{repeat:t,repeatType:n="loop"},i){const r=e.filter(Wp),o=t&&n!=="loop"&&t%2===1?0:r.length-1;return r[o]}const qp={type:"spring",stiffness:500,damping:25,restSpeed:10},Kp=e=>({type:"spring",stiffness:550,damping:e===0?2*Math.sqrt(550):30,restSpeed:10}),Yp={type:"keyframes",duration:.8},Hp={type:"keyframes",ease:[.25,.1,.35,1],duration:.3},Gp=(e,{keyframes:t})=>t.length>2?Yp:wt.has(e)?e.startsWith("scale")?Kp(t[1]):qp:Hp;function Xp({when:e,delay:t,delayChildren:n,staggerChildren:i,staggerDirection:r,repeat:o,repeatType:s,repeatDelay:a,from:l,elapsed:u,...c}){return!!Object.keys(c).length}const lr=(e,t,n,i={},r,o)=>s=>{const a=zi(i,e)||{},l=a.delay||i.delay||0;let{elapsed:u=0}=i;u=u-De(l);const c={keyframes:Array.isArray(n)?n:[null,n],ease:"easeOut",velocity:t.getVelocity(),...a,delay:-u,onUpdate:f=>{t.set(f),a.onUpdate&&a.onUpdate(f)},onComplete:()=>{s(),a.onComplete&&a.onComplete()},name:e,motionValue:t,element:o?void 0:r};Xp(a)||Object.assign(c,Gp(e,c)),c.duration&&(c.duration=De(c.duration)),c.repeatDelay&&(c.repeatDelay=De(c.repeatDelay)),c.from!==void 0&&(c.keyframes[0]=c.from);let d=!1;if((c.type===!1||c.duration===0&&!c.repeatDelay)&&(_i(c),c.delay===0&&(d=!0)),($e.instantAnimations||$e.skipAnimations)&&(d=!0,_i(c),c.delay=0),c.allowFlatten=!a.type&&!a.ease,d&&!o&&t.get()!==void 0){const f=Up(c.keyframes,a);if(f!==void 0){se.update(()=>{c.onUpdate(f),c.onComplete()});return}}return a.isSync?new Di(c):new bd(c)};function Zp({protectedKeys:e,needsAnimating:t},n){const i=e.hasOwnProperty(n)&&t[n]!==!0;return t[n]=!1,i}function ma(e,t,{delay:n=0,transitionOverride:i,type:r}={}){let{transition:o=e.getDefaultTransition(),transitionEnd:s,...a}=t;i&&(o=i);const l=[],u=r&&e.animationState&&e.animationState.getState()[r];for(const c in a){const d=e.getValue(c,e.latestValues[c]??null),f=a[c];if(f===void 0||u&&Zp(u,c))continue;const m={delay:n,...zi(o||{},c)},v=d.get();if(v!==void 0&&!d.isAnimating&&!Array.isArray(f)&&f===v&&!m.velocity)continue;let y=!1;if(window.MotionHandoffAnimation){const g=fa(e);if(g){const T=window.MotionHandoffAnimation(g,c,se);T!==null&&(m.startTime=T,y=!0)}}ar(e,c),d.start(lr(c,d,f,e.shouldReduceMotion&&gs.has(c)?{type:!1}:m,e,y));const w=d.animation;w&&l.push(w)}return s&&Promise.all(l).then(()=>{se.update(()=>{s&&Bp(e,s)})}),l}function ha(e,t,n,i=0,r=1){const o=Array.from(e).sort((u,c)=>u.sortNodePosition(c)).indexOf(t),s=e.size,a=(s-1)*i;return typeof n=="function"?n(o,s):r===1?o*i:a-o*i}function cr(e,t,n={}){const i=Pt(e,t,n.type==="exit"?e.presenceContext?.custom:void 0);let{transition:r=e.getDefaultTransition()||{}}=i||{};n.transitionOverride&&(r=n.transitionOverride);const o=i?()=>Promise.all(ma(e,i,n)):()=>Promise.resolve(),s=e.variantChildren&&e.variantChildren.size?(l=0)=>{const{delayChildren:u=0,staggerChildren:c,staggerDirection:d}=r;return Jp(e,t,l,u,c,d,n)}:()=>Promise.resolve(),{when:a}=r;if(a){const[l,u]=a==="beforeChildren"?[o,s]:[s,o];return l().then(()=>u())}else return Promise.all([o(),s(n.delay)])}function Jp(e,t,n=0,i=0,r=0,o=1,s){const a=[];for(const l of e.variantChildren)l.notify("AnimationStart",t),a.push(cr(l,t,{...s,delay:n+(typeof i=="function"?0:i)+ha(e.variantChildren,l,i,r,o)}).then(()=>l.notify("AnimationComplete",t)));return Promise.all(a)}function Qp(e,t,n={}){e.notify("AnimationStart",t);let i;if(Array.isArray(t)){const r=t.map(o=>cr(e,o,n));i=Promise.all(r)}else if(typeof t=="string")i=cr(e,t,n);else{const r=typeof t=="function"?Pt(e,t,n.custom):t;i=Promise.all(ma(e,r,n))}return i.then(()=>{e.notify("AnimationComplete",t)})}function ga(e,t){if(!Array.isArray(t))return!1;const n=t.length;if(n!==e.length)return!1;for(let i=0;i<n;i++)if(t[i]!==e[i])return!1;return!0}const ef=Hi.length;function va(e){if(!e)return;if(!e.isControllingVariants){const n=e.parent?va(e.parent)||{}:{};return e.props.initial!==void 0&&(n.initial=e.props.initial),n}const t={};for(let n=0;n<ef;n++){const i=Hi[n],r=e.props[i];(Xt(r)||r===!1)&&(t[i]=r)}return t}const tf=[...Yi].reverse(),nf=Yi.length;function rf(e){return t=>Promise.all(t.map(({animation:n,options:i})=>Qp(e,n,i)))}function of(e){let t=rf(e),n=xa(),i=!0;const r=l=>(u,c)=>{const d=Pt(e,c,l==="exit"?e.presenceContext?.custom:void 0);if(d){const{transition:f,transitionEnd:m,...v}=d;u={...u,...v,...m}}return u};function o(l){t=l(e)}function s(l){const{props:u}=e,c=va(e.parent)||{},d=[],f=new Set;let m={},v=1/0;for(let w=0;w<nf;w++){const g=tf[w],T=n[g],b=u[g]!==void 0?u[g]:c[g],S=Xt(b),x=g===l?T.isActive:null;x===!1&&(v=w);let A=b===c[g]&&b!==u[g]&&S;if(A&&i&&e.manuallyAnimateOnMount&&(A=!1),T.protectedKeys={...m},!T.isActive&&x===null||!b&&!T.prevProp||Pn(b)||typeof b=="boolean")continue;const E=sf(T.prevProp,b);let P=E||g===l&&T.isActive&&!A&&S||w>v&&S,B=!1;const q=Array.isArray(b)?b:[b];let $=q.reduce(r(g),{});x===!1&&($={});const{prevResolvedValues:ee={}}=T,X={...ee,...$},I=Q=>{P=!0,f.has(Q)&&(B=!0,f.delete(Q)),T.needsAnimating[Q]=!0;const Y=e.getValue(Q);Y&&(Y.liveStyle=!1)};for(const Q in X){const Y=$[Q],Z=ee[Q];if(m.hasOwnProperty(Q))continue;let h=!1;sr(Y)&&sr(Z)?h=!ga(Y,Z):h=Y!==Z,h?Y!=null?I(Q):f.add(Q):Y!==void 0&&f.has(Q)?I(Q):T.protectedKeys[Q]=!0}T.prevProp=b,T.prevResolvedValues=$,T.isActive&&(m={...m,...$}),i&&e.blockInitialAnimation&&(P=!1);const J=A&&E;P&&(!J||B)&&d.push(...q.map(Q=>{const Y={type:g};if(typeof Q=="string"&&i&&!J&&e.manuallyAnimateOnMount&&e.parent){const{parent:Z}=e,h=Pt(Z,Q);if(Z.enteringChildren&&h){const{delayChildren:j}=h.transition||{};Y.delay=ha(Z.enteringChildren,e,j)}}return{animation:Q,options:Y}}))}if(f.size){const w={};if(typeof u.initial!="boolean"){const g=Pt(e,Array.isArray(u.initial)?u.initial[0]:u.initial);g&&g.transition&&(w.transition=g.transition)}f.forEach(g=>{const T=e.getBaseTarget(g),b=e.getValue(g);b&&(b.liveStyle=!0),w[g]=T??null}),d.push({animation:w})}let y=!!d.length;return i&&(u.initial===!1||u.initial===u.animate)&&!e.manuallyAnimateOnMount&&(y=!1),i=!1,y?t(d):Promise.resolve()}function a(l,u){if(n[l].isActive===u)return Promise.resolve();e.variantChildren?.forEach(d=>d.animationState?.setActive(l,u)),n[l].isActive=u;const c=s(l);for(const d in n)n[d].protectedKeys={};return c}return{animateChanges:s,setActive:a,setAnimateFunction:o,getState:()=>n,reset:()=>{n=xa(),i=!0}}}function sf(e,t){return typeof t=="string"?t!==e:Array.isArray(t)?!ga(t,e):!1}function st(e=!1){return{isActive:e,protectedKeys:{},needsAnimating:{},prevResolvedValues:{}}}function xa(){return{animate:st(!0),whileInView:st(),whileHover:st(),whileTap:st(),whileDrag:st(),whileFocus:st(),exit:st()}}class Ge{constructor(t){this.isMounted=!1,this.node=t}update(){}}class af extends Ge{constructor(t){super(t),t.animationState||(t.animationState=of(t))}updateAnimationControlsSubscription(){const{animate:t}=this.node.getProps();Pn(t)&&(this.unmountControls=t.subscribe(this.node))}mount(){this.updateAnimationControlsSubscription()}update(){const{animate:t}=this.node.getProps(),{animate:n}=this.node.prevProps||{};t!==n&&this.updateAnimationControlsSubscription()}unmount(){this.node.animationState.reset(),this.unmountControls?.()}}let lf=0;class cf extends Ge{constructor(){super(...arguments),this.id=lf++}update(){if(!this.node.presenceContext)return;const{isPresent:t,onExitComplete:n}=this.node.presenceContext,{isPresent:i}=this.node.prevPresenceContext||{};if(!this.node.animationState||t===i)return;const r=this.node.animationState.setActive("exit",!t);n&&!t&&r.then(()=>{n(this.id)})}mount(){const{register:t,onExitComplete:n}=this.node.presenceContext||{};n&&n(this.id),t&&(this.unmount=t(this.id))}unmount(){}}const uf={animation:{Feature:af},exit:{Feature:cf}};function Jt(e,t,n,i={passive:!0}){return e.addEventListener(t,n,i),()=>e.removeEventListener(t,n)}function Qt(e){return{point:{x:e.pageX,y:e.pageY}}}const df=e=>t=>Ui(t)&&e(t,Qt(t));function en(e,t,n,i){return Jt(e,t,df(n),i)}const ya=1e-4,pf=1-ya,ff=1+ya,ba=.01,mf=0-ba,hf=0+ba;function be(e){return e.max-e.min}function gf(e,t,n){return Math.abs(e-t)<=n}function wa(e,t,n,i=.5){e.origin=i,e.originPoint=ae(t.min,t.max,e.origin),e.scale=be(n)/be(t),e.translate=ae(n.min,n.max,e.origin)-e.originPoint,(e.scale>=pf&&e.scale<=ff||isNaN(e.scale))&&(e.scale=1),(e.translate>=mf&&e.translate<=hf||isNaN(e.translate))&&(e.translate=0)}function tn(e,t,n,i){wa(e.x,t.x,n.x,i?i.originX:void 0),wa(e.y,t.y,n.y,i?i.originY:void 0)}function Ta(e,t,n){e.min=n.min+t.min,e.max=e.min+be(t)}function vf(e,t,n){Ta(e.x,t.x,n.x),Ta(e.y,t.y,n.y)}function ka(e,t,n){e.min=t.min-n.min,e.max=e.min+be(t)}function nn(e,t,n){ka(e.x,t.x,n.x),ka(e.y,t.y,n.y)}function je(e){return[e("x"),e("y")]}const Sa=({current:e})=>e?e.ownerDocument.defaultView:null,ja=(e,t)=>Math.abs(e-t);function xf(e,t){const n=ja(e.x,t.x),i=ja(e.y,t.y);return Math.sqrt(n**2+i**2)}class Ea{constructor(t,n,{transformPagePoint:i,contextWindow:r=window,dragSnapToOrigin:o=!1,distanceThreshold:s=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 f=dr(this.lastMoveEventInfo,this.history),m=this.startEvent!==null,v=xf(f.offset,{x:0,y:0})>=this.distanceThreshold;if(!m&&!v)return;const{point:y}=f,{timestamp:w}=he;this.history.push({...y,timestamp:w});const{onStart:g,onMove:T}=this.handlers;m||(g&&g(this.lastMoveEvent,f),this.startEvent=this.lastMoveEvent),T&&T(this.lastMoveEvent,f)},this.handlePointerMove=(f,m)=>{this.lastMoveEvent=f,this.lastMoveEventInfo=ur(m,this.transformPagePoint),se.update(this.updatePoint,!0)},this.handlePointerUp=(f,m)=>{this.end();const{onEnd:v,onSessionEnd:y,resumeAnimation:w}=this.handlers;if(this.dragSnapToOrigin&&w&&w(),!(this.lastMoveEvent&&this.lastMoveEventInfo))return;const g=dr(f.type==="pointercancel"?this.lastMoveEventInfo:ur(m,this.transformPagePoint),this.history);this.startEvent&&v&&v(f,g),y&&y(f,g)},!Ui(t))return;this.dragSnapToOrigin=o,this.handlers=n,this.transformPagePoint=i,this.distanceThreshold=s,this.contextWindow=r||window;const a=Qt(t),l=ur(a,this.transformPagePoint),{point:u}=l,{timestamp:c}=he;this.history=[{...u,timestamp:c}];const{onSessionStart:d}=n;d&&d(t,dr(l,this.history)),this.removeListeners=$t(en(this.contextWindow,"pointermove",this.handlePointerMove),en(this.contextWindow,"pointerup",this.handlePointerUp),en(this.contextWindow,"pointercancel",this.handlePointerUp))}updateHandlers(t){this.handlers=t}end(){this.removeListeners&&this.removeListeners(),Ke(this.updatePoint)}}function ur(e,t){return t?{point:t(e.point)}:e}function Ca(e,t){return{x:e.x-t.x,y:e.y-t.y}}function dr({point:e},t){return{point:e,delta:Ca(e,Pa(t)),offset:Ca(e,yf(t)),velocity:bf(t,.1)}}function yf(e){return e[0]}function Pa(e){return e[e.length-1]}function bf(e,t){if(e.length<2)return{x:0,y:0};let n=e.length-1,i=null;const r=Pa(e);for(;n>=0&&(i=e[n],!(r.timestamp-i.timestamp>De(t)));)n--;if(!i)return{x:0,y:0};const o=Me(r.timestamp-i.timestamp);if(o===0)return{x:0,y:0};const s={x:(r.x-i.x)/o,y:(r.y-i.y)/o};return s.x===1/0&&(s.x=0),s.y===1/0&&(s.y=0),s}function wf(e,{min:t,max:n},i){return t!==void 0&&e<t?e=i?ae(t,e,i.min):Math.max(e,t):n!==void 0&&e>n&&(e=i?ae(n,e,i.max):Math.min(e,n)),e}function Aa(e,t,n){return{min:t!==void 0?e.min+t:void 0,max:n!==void 0?e.max+n-(e.max-e.min):void 0}}function Tf(e,{top:t,left:n,bottom:i,right:r}){return{x:Aa(e.x,n,r),y:Aa(e.y,t,i)}}function Da(e,t){let n=t.min-e.min,i=t.max-e.max;return t.max-t.min<e.max-e.min&&([n,i]=[i,n]),{min:n,max:i}}function kf(e,t){return{x:Da(e.x,t.x),y:Da(e.y,t.y)}}function Sf(e,t){let n=.5;const i=be(e),r=be(t);return r>i?n=Wt(t.min,t.max-i,e.min):i>r&&(n=Wt(e.min,e.max-r,t.min)),ze(0,1,n)}function jf(e,t){const n={};return t.min!==void 0&&(n.min=t.min-e.min),t.max!==void 0&&(n.max=t.max-e.min),n}const pr=.35;function Ef(e=pr){return e===!1?e=0:e===!0&&(e=pr),{x:Ra(e,"left","right"),y:Ra(e,"top","bottom")}}function Ra(e,t,n){return{min:Oa(e,t),max:Oa(e,n)}}function Oa(e,t){return typeof e=="number"?e:e[t]||0}const Cf=new WeakMap;class Pf{constructor(t){this.openDragLock=null,this.isDragging=!1,this.currentDirection=null,this.originPoint={x:0,y:0},this.constraints=!1,this.hasMutatedConstraints=!1,this.elastic=ue(),this.latestPointerEvent=null,this.latestPanInfo=null,this.visualElement=t}start(t,{snapToCursor:n=!1,distanceThreshold:i}={}){const{presenceContext:r}=this.visualElement;if(r&&r.isPresent===!1)return;const o=d=>{const{dragSnapToOrigin:f}=this.getProps();f?this.pauseAnimation():this.stopAnimation(),n&&this.snapToCursor(Qt(d).point)},s=(d,f)=>{const{drag:m,dragPropagation:v,onDragStart:y}=this.getProps();if(m&&!v&&(this.openDragLock&&this.openDragLock(),this.openDragLock=Fd(m),!this.openDragLock))return;this.latestPointerEvent=d,this.latestPanInfo=f,this.isDragging=!0,this.currentDirection=null,this.resolveConstraints(),this.visualElement.projection&&(this.visualElement.projection.isAnimationBlocked=!0,this.visualElement.projection.target=void 0),je(g=>{let T=this.getAxisMotionValue(g).get()||0;if(Ie.test(T)){const{projection:b}=this.visualElement;if(b&&b.layout){const S=b.layout.layoutBox[g];S&&(T=be(S)*(parseFloat(T)/100))}}this.originPoint[g]=T}),y&&se.postRender(()=>y(d,f)),ar(this.visualElement,"transform");const{animationState:w}=this.visualElement;w&&w.setActive("whileDrag",!0)},a=(d,f)=>{this.latestPointerEvent=d,this.latestPanInfo=f;const{dragPropagation:m,dragDirectionLock:v,onDirectionLock:y,onDrag:w}=this.getProps();if(!m&&!this.openDragLock)return;const{offset:g}=f;if(v&&this.currentDirection===null){this.currentDirection=Af(g),this.currentDirection!==null&&y&&y(this.currentDirection);return}this.updateAxis("x",f.point,g),this.updateAxis("y",f.point,g),this.visualElement.render(),w&&w(d,f)},l=(d,f)=>{this.latestPointerEvent=d,this.latestPanInfo=f,this.stop(d,f),this.latestPointerEvent=null,this.latestPanInfo=null},u=()=>je(d=>this.getAnimationState(d)==="paused"&&this.getAxisMotionValue(d).animation?.play()),{dragSnapToOrigin:c}=this.getProps();this.panSession=new Ea(t,{onSessionStart:o,onStart:s,onMove:a,onSessionEnd:l,resumeAnimation:u},{transformPagePoint:this.visualElement.getTransformPagePoint(),dragSnapToOrigin:c,distanceThreshold:i,contextWindow:Sa(this.visualElement)})}stop(t,n){const i=t||this.latestPointerEvent,r=n||this.latestPanInfo,o=this.isDragging;if(this.cancel(),!o||!r||!i)return;const{velocity:s}=r;this.startAnimation(s);const{onDragEnd:a}=this.getProps();a&&se.postRender(()=>a(i,r))}cancel(){this.isDragging=!1;const{projection:t,animationState:n}=this.visualElement;t&&(t.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(t,n,i){const{drag:r}=this.getProps();if(!i||!On(t,r,this.currentDirection))return;const o=this.getAxisMotionValue(t);let s=this.originPoint[t]+i[t];this.constraints&&this.constraints[t]&&(s=wf(s,this.constraints[t],this.elastic[t])),o.set(s)}resolveConstraints(){const{dragConstraints:t,dragElastic:n}=this.getProps(),i=this.visualElement.projection&&!this.visualElement.projection.layout?this.visualElement.projection.measure(!1):this.visualElement.projection?.layout,r=this.constraints;t&&St(t)?this.constraints||(this.constraints=this.resolveRefConstraints()):t&&i?this.constraints=Tf(i.layoutBox,t):this.constraints=!1,this.elastic=Ef(n),r!==this.constraints&&i&&this.constraints&&!this.hasMutatedConstraints&&je(o=>{this.constraints!==!1&&this.getAxisMotionValue(o)&&(this.constraints[o]=jf(i.layoutBox[o],this.constraints[o]))})}resolveRefConstraints(){const{dragConstraints:t,onMeasureDragConstraints:n}=this.getProps();if(!t||!St(t))return!1;const i=t.current;Be(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:r}=this.visualElement;if(!r||!r.layout)return!1;const o=Ap(i,r.root,this.visualElement.getTransformPagePoint());let s=kf(r.layout.layoutBox,o);if(n){const a=n(Ep(s));this.hasMutatedConstraints=!!a,a&&(s=Zs(a))}return s}startAnimation(t){const{drag:n,dragMomentum:i,dragElastic:r,dragTransition:o,dragSnapToOrigin:s,onDragTransitionEnd:a}=this.getProps(),l=this.constraints||{},u=je(c=>{if(!On(c,n,this.currentDirection))return;let d=l&&l[c]||{};s&&(d={min:0,max:0});const f=r?200:1e6,m=r?40:1e7,v={type:"inertia",velocity:i?t[c]:0,bounceStiffness:f,bounceDamping:m,timeConstant:750,restDelta:1,restSpeed:10,...o,...d};return this.startAxisValueAnimation(c,v)});return Promise.all(u).then(a)}startAxisValueAnimation(t,n){const i=this.getAxisMotionValue(t);return ar(this.visualElement,t),i.start(lr(t,i,0,n,this.visualElement,!1))}stopAnimation(){je(t=>this.getAxisMotionValue(t).stop())}pauseAnimation(){je(t=>this.getAxisMotionValue(t).animation?.pause())}getAnimationState(t){return this.getAxisMotionValue(t).animation?.state}getAxisMotionValue(t){const n=`_drag${t.toUpperCase()}`,i=this.visualElement.getProps(),r=i[n];return r||this.visualElement.getValue(t,(i.initial?i.initial[t]:void 0)||0)}snapToCursor(t){je(n=>{const{drag:i}=this.getProps();if(!On(n,i,this.currentDirection))return;const{projection:r}=this.visualElement,o=this.getAxisMotionValue(n);if(r&&r.layout){const{min:s,max:a}=r.layout.layoutBox[n];o.set(t[n]-ae(s,a,.5))}})}scalePositionWithinConstraints(){if(!this.visualElement.current)return;const{drag:t,dragConstraints:n}=this.getProps(),{projection:i}=this.visualElement;if(!St(n)||!i||!this.constraints)return;this.stopAnimation();const r={x:0,y:0};je(s=>{const a=this.getAxisMotionValue(s);if(a&&this.constraints!==!1){const l=a.get();r[s]=Sf({min:l,max:l},this.constraints[s])}});const{transformTemplate:o}=this.visualElement.getProps();this.visualElement.current.style.transform=o?o({},""):"none",i.root&&i.root.updateScroll(),i.updateLayout(),this.resolveConstraints(),je(s=>{if(!On(s,t,null))return;const a=this.getAxisMotionValue(s),{min:l,max:u}=this.constraints[s];a.set(ae(l,u,r[s]))})}addListeners(){if(!this.visualElement.current)return;Cf.set(this.visualElement,this);const t=this.visualElement.current,n=en(t,"pointerdown",l=>{const{drag:u,dragListener:c=!0}=this.getProps();u&&c&&this.start(l)}),i=()=>{const{dragConstraints:l}=this.getProps();St(l)&&l.current&&(this.constraints=this.resolveRefConstraints())},{projection:r}=this.visualElement,o=r.addEventListener("measure",i);r&&!r.layout&&(r.root&&r.root.updateScroll(),r.updateLayout()),se.read(i);const s=Jt(window,"resize",()=>this.scalePositionWithinConstraints()),a=r.addEventListener("didUpdate",(({delta:l,hasLayoutChanged:u})=>{this.isDragging&&u&&(je(c=>{const d=this.getAxisMotionValue(c);d&&(this.originPoint[c]+=l[c].translate,d.set(d.get()+l[c].translate))}),this.visualElement.render())}));return()=>{s(),n(),o(),a&&a()}}getProps(){const t=this.visualElement.getProps(),{drag:n=!1,dragDirectionLock:i=!1,dragPropagation:r=!1,dragConstraints:o=!1,dragElastic:s=pr,dragMomentum:a=!0}=t;return{...t,drag:n,dragDirectionLock:i,dragPropagation:r,dragConstraints:o,dragElastic:s,dragMomentum:a}}}function On(e,t,n){return(t===!0||t===e)&&(n===null||n===e)}function Af(e,t=10){let n=null;return Math.abs(e.y)>t?n="y":Math.abs(e.x)>t&&(n="x"),n}class Df extends Ge{constructor(t){super(t),this.removeGroupControls=Se,this.removeListeners=Se,this.controls=new Pf(t)}mount(){const{dragControls:t}=this.node.getProps();t&&(this.removeGroupControls=t.subscribe(this.controls)),this.removeListeners=this.controls.addListeners()||Se}unmount(){this.removeGroupControls(),this.removeListeners()}}const Ma=e=>(t,n)=>{e&&se.postRender(()=>e(t,n))};class Rf extends Ge{constructor(){super(...arguments),this.removePointerDownListener=Se}onPointerDown(t){this.session=new Ea(t,this.createPanHandlers(),{transformPagePoint:this.node.getTransformPagePoint(),contextWindow:Sa(this.node)})}createPanHandlers(){const{onPanSessionStart:t,onPanStart:n,onPan:i,onPanEnd:r}=this.node.getProps();return{onSessionStart:Ma(t),onStart:Ma(n),onMove:i,onEnd:(o,s)=>{delete this.session,r&&se.postRender(()=>r(o,s))}}}mount(){this.removePointerDownListener=en(this.node.current,"pointerdown",t=>this.onPointerDown(t))}update(){this.session&&this.session.updateHandlers(this.createPanHandlers())}unmount(){this.removePointerDownListener(),this.session&&this.session.end()}}const Mn={hasAnimatedSinceResize:!0,hasEverUpdated:!1};function Ia(e,t){return t.max===t.min?0:e/(t.max-t.min)*100}const rn={correct:(e,t)=>{if(!t.target)return e;if(typeof e=="string")if(W.test(e))e=parseFloat(e);else return e;const n=Ia(e,t.target.x),i=Ia(e,t.target.y);return`${n}% ${i}%`}},Of={correct:(e,{treeScale:t,projectionDelta:n})=>{const i=e,r=He.parse(e);if(r.length>5)return i;const o=He.createTransformer(e),s=typeof r[0]!="number"?1:0,a=n.x.scale*t.x,l=n.y.scale*t.y;r[0+s]/=a,r[1+s]/=l;const u=ae(a,l,.5);return typeof r[2+s]=="number"&&(r[2+s]/=u),typeof r[3+s]=="number"&&(r[3+s]/=u),o(r)}};let fr=!1;class Mf extends k.Component{componentDidMount(){const{visualElement:t,layoutGroup:n,switchLayoutGroup:i,layoutId:r}=this.props,{projection:o}=t;tp(If),o&&(n.group&&n.group.add(o),i&&i.register&&r&&i.register(o),fr&&o.root.didUpdate(),o.addEventListener("animationComplete",()=>{this.safeToRemove()}),o.setOptions({...o.options,onExitComplete:()=>this.safeToRemove()})),Mn.hasEverUpdated=!0}getSnapshotBeforeUpdate(t){const{layoutDependency:n,visualElement:i,drag:r,isPresent:o}=this.props,{projection:s}=i;return s&&(s.isPresent=o,fr=!0,r||t.layoutDependency!==n||n===void 0||t.isPresent!==o?s.willUpdate():this.safeToRemove(),t.isPresent!==o&&(o?s.promote():s.relegate()||se.postRender(()=>{const a=s.getStack();(!a||!a.members.length)&&this.safeToRemove()}))),null}componentDidUpdate(){const{projection:t}=this.props.visualElement;t&&(t.root.didUpdate(),Wi.postRender(()=>{!t.currentAnimation&&t.isLead()&&this.safeToRemove()}))}componentWillUnmount(){const{visualElement:t,layoutGroup:n,switchLayoutGroup:i}=this.props,{projection:r}=t;fr=!0,r&&(r.scheduleCheckAfterUnmount(),n&&n.group&&n.group.remove(r),i&&i.deregister&&i.deregister(r))}safeToRemove(){const{safeToRemove:t}=this.props;t&&t()}render(){return null}}function Na(e){const[t,n]=Ms(),i=k.useContext(ni);return p.jsx(Mf,{...e,layoutGroup:i,switchLayoutGroup:k.useContext(Gs),isPresent:t,safeToRemove:n})}const If={borderRadius:{...rn,applyTo:["borderTopLeftRadius","borderTopRightRadius","borderBottomLeftRadius","borderBottomRightRadius"]},borderTopLeftRadius:rn,borderTopRightRadius:rn,borderBottomLeftRadius:rn,borderBottomRightRadius:rn,boxShadow:Of};function Nf(e,t,n){const i=xe(e)?e:Tt(e);return i.start(lr("",i,t,n)),i.animation}const Ff=(e,t)=>e.depth-t.depth;class Vf{constructor(){this.children=[],this.isDirty=!1}add(t){oi(this.children,t),this.isDirty=!0}remove(t){si(this.children,t),this.isDirty=!0}forEach(t){this.isDirty&&this.children.sort(Ff),this.isDirty=!1,this.children.forEach(t)}}function Lf(e,t){const n=we.now(),i=({timestamp:r})=>{const o=r-n;o>=t&&(Ke(i),e(o-t))};return se.setup(i,!0),()=>Ke(i)}const Fa=["TopLeft","TopRight","BottomLeft","BottomRight"],_f=Fa.length,Va=e=>typeof e=="string"?parseFloat(e):e,La=e=>typeof e=="number"||W.test(e);function zf(e,t,n,i,r,o){r?(e.opacity=ae(0,n.opacity??1,Bf(i)),e.opacityExit=ae(t.opacity??1,0,$f(i))):o&&(e.opacity=ae(t.opacity??1,n.opacity??1,i));for(let s=0;s<_f;s++){const a=`border${Fa[s]}Radius`;let l=_a(t,a),u=_a(n,a);if(l===void 0&&u===void 0)continue;l||(l=0),u||(u=0),l===0||u===0||La(l)===La(u)?(e[a]=Math.max(ae(Va(l),Va(u),i),0),(Ie.test(u)||Ie.test(l))&&(e[a]+="%")):e[a]=u}(t.rotate||n.rotate)&&(e.rotate=ae(t.rotate||0,n.rotate||0,i))}function _a(e,t){return e[t]!==void 0?e[t]:e.borderRadius}const Bf=za(0,.5,Mo),$f=za(.5,.95,Se);function za(e,t,n){return i=>i<e?0:i>t?1:n(Wt(e,t,i))}function Ba(e,t){e.min=t.min,e.max=t.max}function Ee(e,t){Ba(e.x,t.x),Ba(e.y,t.y)}function $a(e,t){e.translate=t.translate,e.scale=t.scale,e.originPoint=t.originPoint,e.origin=t.origin}function Wa(e,t,n,i,r){return e-=t,e=Rn(e,1/n,i),r!==void 0&&(e=Rn(e,1/r,i)),e}function Wf(e,t=0,n=1,i=.5,r,o=e,s=e){if(Ie.test(t)&&(t=parseFloat(t),t=ae(s.min,s.max,t/100)-s.min),typeof t!="number")return;let a=ae(o.min,o.max,i);e===o&&(a-=t),e.min=Wa(e.min,t,n,a,r),e.max=Wa(e.max,t,n,a,r)}function Ua(e,t,[n,i,r],o,s){Wf(e,t[n],t[i],t[r],t.scale,o,s)}const Uf=["x","scaleX","originX"],qf=["y","scaleY","originY"];function qa(e,t,n,i){Ua(e.x,t,Uf,n?n.x:void 0,i?i.x:void 0),Ua(e.y,t,qf,n?n.y:void 0,i?i.y:void 0)}function Ka(e){return e.translate===0&&e.scale===1}function Ya(e){return Ka(e.x)&&Ka(e.y)}function Ha(e,t){return e.min===t.min&&e.max===t.max}function Kf(e,t){return Ha(e.x,t.x)&&Ha(e.y,t.y)}function Ga(e,t){return Math.round(e.min)===Math.round(t.min)&&Math.round(e.max)===Math.round(t.max)}function Xa(e,t){return Ga(e.x,t.x)&&Ga(e.y,t.y)}function Za(e){return be(e.x)/be(e.y)}function Ja(e,t){return e.translate===t.translate&&e.scale===t.scale&&e.originPoint===t.originPoint}class Yf{constructor(){this.members=[]}add(t){oi(this.members,t),t.scheduleRender()}remove(t){if(si(this.members,t),t===this.prevLead&&(this.prevLead=void 0),t===this.lead){const n=this.members[this.members.length-1];n&&this.promote(n)}}relegate(t){const n=this.members.findIndex(r=>t===r);if(n===0)return!1;let i;for(let r=n;r>=0;r--){const o=this.members[r];if(o.isPresent!==!1){i=o;break}}return i?(this.promote(i),!0):!1}promote(t,n){const i=this.lead;if(t!==i&&(this.prevLead=i,this.lead=t,t.show(),i)){i.instance&&i.scheduleRender(),t.scheduleRender(),t.resumeFrom=i,n&&(t.resumeFrom.preserveOpacity=!0),i.snapshot&&(t.snapshot=i.snapshot,t.snapshot.latestValues=i.animationValues||i.latestValues),t.root&&t.root.isUpdating&&(t.isLayoutDirty=!0);const{crossfade:r}=t.options;r===!1&&i.hide()}}exitAnimationComplete(){this.members.forEach(t=>{const{options:n,resumingFrom:i}=t;n.onExitComplete&&n.onExitComplete(),i&&i.options.onExitComplete&&i.options.onExitComplete()})}scheduleRender(){this.members.forEach(t=>{t.instance&&t.scheduleRender(!1)})}removeLeadSnapshot(){this.lead&&this.lead.snapshot&&(this.lead.snapshot=void 0)}}function Hf(e,t,n){let i="";const r=e.x.translate/t.x,o=e.y.translate/t.y,s=n?.z||0;if((r||o||s)&&(i=`translate3d(${r}px, ${o}px, ${s}px) `),(t.x!==1||t.y!==1)&&(i+=`scale(${1/t.x}, ${1/t.y}) `),n){const{transformPerspective:u,rotate:c,rotateX:d,rotateY:f,skewX:m,skewY:v}=n;u&&(i=`perspective(${u}px) ${i}`),c&&(i+=`rotate(${c}deg) `),d&&(i+=`rotateX(${d}deg) `),f&&(i+=`rotateY(${f}deg) `),m&&(i+=`skewX(${m}deg) `),v&&(i+=`skewY(${v}deg) `)}const a=e.x.scale*t.x,l=e.y.scale*t.y;return(a!==1||l!==1)&&(i+=`scale(${a}, ${l})`),i||"none"}const mr=["","X","Y","Z"],Gf=1e3;let Xf=0;function hr(e,t,n,i){const{latestValues:r}=t;r[e]&&(n[e]=r[e],t.setStaticValue(e,0),i&&(i[e]=0))}function Qa(e){if(e.hasCheckedOptimisedAppear=!0,e.root===e)return;const{visualElement:t}=e.options;if(!t)return;const n=fa(t);if(window.MotionHasOptimisedAnimation(n,"transform")){const{layout:r,layoutId:o}=e.options;window.MotionCancelOptimisedAnimation(n,"transform",se,!(r||o))}const{parent:i}=e;i&&!i.hasCheckedOptimisedAppear&&Qa(i)}function el({attachResizeListener:e,defaultParent:t,measureScroll:n,checkIsScrollRoot:i,resetTransform:r}){return class{constructor(s={},a=t?.()){this.id=Xf++,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(Qf),this.nodes.forEach(im),this.nodes.forEach(rm),this.nodes.forEach(em)},this.resolvedRelativeTargetAt=0,this.hasProjected=!1,this.isVisible=!0,this.animationProgress=0,this.sharedNodes=new Map,this.latestValues=s,this.root=a?a.root||a:this,this.path=a?[...a.path,a]:[],this.parent=a,this.depth=a?a.depth+1:0;for(let l=0;l<this.path.length;l++)this.path[l].shouldResetTransform=!0;this.root===this&&(this.nodes=new Vf)}addEventListener(s,a){return this.eventHandlers.has(s)||this.eventHandlers.set(s,new ci),this.eventHandlers.get(s).add(a)}notifyListeners(s,...a){const l=this.eventHandlers.get(s);l&&l.notify(...a)}hasListeners(s){return this.eventHandlers.has(s)}mount(s){if(this.instance)return;this.isSVG=Os(s)&&!$d(s),this.instance=s;const{layoutId:a,layout:l,visualElement:u}=this.options;if(u&&!u.current&&u.mount(s),this.root.nodes.add(this),this.parent&&this.parent.children.add(this),this.root.hasTreeAnimated&&(l||a)&&(this.isLayoutDirty=!0),e){let c,d=0;const f=()=>this.root.updateBlockedByResize=!1;se.read(()=>{d=window.innerWidth}),e(s,()=>{const m=window.innerWidth;m!==d&&(d=m,this.root.updateBlockedByResize=!0,c&&c(),c=Lf(f,250),Mn.hasAnimatedSinceResize&&(Mn.hasAnimatedSinceResize=!1,this.nodes.forEach(il)))})}a&&this.root.registerSharedNode(a,this),this.options.animate!==!1&&u&&(a||l)&&this.addEventListener("didUpdate",({delta:c,hasLayoutChanged:d,hasRelativeLayoutChanged:f,layout:m})=>{if(this.isTreeAnimationBlocked()){this.target=void 0,this.relativeTarget=void 0;return}const v=this.options.transition||u.getDefaultTransition()||cm,{onLayoutAnimationStart:y,onLayoutAnimationComplete:w}=u.getProps(),g=!this.targetLayout||!Xa(this.targetLayout,m),T=!d&&f;if(this.options.layoutRoot||this.resumeFrom||T||d&&(g||!this.currentAnimation)){this.resumeFrom&&(this.resumingFrom=this.resumeFrom,this.resumingFrom.resumingFrom=void 0);const b={...zi(v,"layout"),onPlay:y,onComplete:w};(u.shouldReduceMotion||this.options.layoutRoot)&&(b.delay=0,b.type=!1),this.startAnimation(b),this.setAnimationOrigin(c,T)}else d||il(this),this.isLead()&&this.options.onExitComplete&&this.options.onExitComplete();this.targetLayout=m})}unmount(){this.options.layoutId&&this.willUpdate(),this.root.nodes.remove(this);const s=this.getStack();s&&s.remove(this),this.parent&&this.parent.children.delete(this),this.instance=void 0,this.eventHandlers.clear(),Ke(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(om),this.animationId++)}getTransformTemplate(){const{visualElement:s}=this.options;return s&&s.getProps().transformTemplate}willUpdate(s=!0){if(this.root.hasTreeAnimated=!0,this.root.isUpdateBlocked()){this.options.onExitComplete&&this.options.onExitComplete();return}if(window.MotionCancelOptimisedAnimation&&!this.hasCheckedOptimisedAppear&&Qa(this),!this.root.isUpdating&&this.root.startUpdate(),this.isLayoutDirty)return;this.isLayoutDirty=!0;for(let c=0;c<this.path.length;c++){const d=this.path[c];d.shouldResetTransform=!0,d.updateScroll("snapshot"),d.options.layoutRoot&&d.willUpdate(!1)}const{layoutId:a,layout:l}=this.options;if(a===void 0&&!l)return;const u=this.getTransformTemplate();this.prevTransformTemplateValue=u?u(this.latestValues,""):void 0,this.updateSnapshot(),s&&this.notifyListeners("willUpdate")}update(){if(this.updateScheduled=!1,this.isUpdateBlocked()){this.unblockUpdate(),this.clearAllSnapshots(),this.nodes.forEach(tl);return}if(this.animationId<=this.animationCommitId){this.nodes.forEach(nl);return}this.animationCommitId=this.animationId,this.isUpdating?(this.isUpdating=!1,this.nodes.forEach(nm),this.nodes.forEach(Zf),this.nodes.forEach(Jf)):this.nodes.forEach(nl),this.clearAllSnapshots();const a=we.now();he.delta=ze(0,1e3/60,a-he.timestamp),he.timestamp=a,he.isProcessing=!0,fi.update.process(he),fi.preRender.process(he),fi.render.process(he),he.isProcessing=!1}didUpdate(){this.updateScheduled||(this.updateScheduled=!0,Wi.read(this.scheduleUpdate))}clearAllSnapshots(){this.nodes.forEach(tm),this.sharedNodes.forEach(sm)}scheduleUpdateProjection(){this.projectionUpdateScheduled||(this.projectionUpdateScheduled=!0,se.preRender(this.updateProjection,!1,!0))}scheduleCheckAfterUnmount(){se.postRender(()=>{this.isLayoutDirty?this.root.didUpdate():this.root.checkUpdateFailed()})}updateSnapshot(){this.snapshot||!this.instance||(this.snapshot=this.measure(),this.snapshot&&!be(this.snapshot.measuredBox.x)&&!be(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 l=0;l<this.path.length;l++)this.path[l].updateScroll();const s=this.layout;this.layout=this.measure(!1),this.layoutCorrected=ue(),this.isLayoutDirty=!1,this.projectionDelta=void 0,this.notifyListeners("measure",this.layout.layoutBox);const{visualElement:a}=this.options;a&&a.notify("LayoutMeasure",this.layout.layoutBox,s?s.layoutBox:void 0)}updateScroll(s="measure"){let a=!!(this.options.layoutScroll&&this.instance);if(this.scroll&&this.scroll.animationId===this.root.animationId&&this.scroll.phase===s&&(a=!1),a&&this.instance){const l=i(this.instance);this.scroll={animationId:this.root.animationId,phase:s,isRoot:l,offset:n(this.instance),wasRoot:this.scroll?this.scroll.isRoot:l}}}resetTransform(){if(!r)return;const s=this.isLayoutDirty||this.shouldResetTransform||this.options.alwaysMeasureLayout,a=this.projectionDelta&&!Ya(this.projectionDelta),l=this.getTransformTemplate(),u=l?l(this.latestValues,""):void 0,c=u!==this.prevTransformTemplateValue;s&&this.instance&&(a||ot(this.latestValues)||c)&&(r(this.instance,u),this.shouldResetTransform=!1,this.scheduleRender())}measure(s=!0){const a=this.measurePageBox();let l=this.removeElementScroll(a);return s&&(l=this.removeTransform(l)),um(l),{animationId:this.root.animationId,measuredBox:a,layoutBox:l,latestValues:{},source:this.id}}measurePageBox(){const{visualElement:s}=this.options;if(!s)return ue();const a=s.measureViewportBox();if(!(this.scroll?.wasRoot||this.path.some(dm))){const{scroll:u}=this.root;u&&(jt(a.x,u.offset.x),jt(a.y,u.offset.y))}return a}removeElementScroll(s){const a=ue();if(Ee(a,s),this.scroll?.wasRoot)return a;for(let l=0;l<this.path.length;l++){const u=this.path[l],{scroll:c,options:d}=u;u!==this.root&&c&&d.layoutScroll&&(c.wasRoot&&Ee(a,s),jt(a.x,c.offset.x),jt(a.y,c.offset.y))}return a}applyTransform(s,a=!1){const l=ue();Ee(l,s);for(let u=0;u<this.path.length;u++){const c=this.path[u];!a&&c.options.layoutScroll&&c.scroll&&c!==c.root&&Et(l,{x:-c.scroll.offset.x,y:-c.scroll.offset.y}),ot(c.latestValues)&&Et(l,c.latestValues)}return ot(this.latestValues)&&Et(l,this.latestValues),l}removeTransform(s){const a=ue();Ee(a,s);for(let l=0;l<this.path.length;l++){const u=this.path[l];if(!u.instance||!ot(u.latestValues))continue;ir(u.latestValues)&&u.updateSnapshot();const c=ue(),d=u.measurePageBox();Ee(c,d),qa(a,u.latestValues,u.snapshot?u.snapshot.layoutBox:void 0,c)}return ot(this.latestValues)&&qa(a,this.latestValues),a}setTargetDelta(s){this.targetDelta=s,this.root.scheduleUpdateProjection(),this.isProjectionDirty=!0}setOptions(s){this.options={...this.options,...s,crossfade:s.crossfade!==void 0?s.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!==he.timestamp&&this.relativeParent.resolveTargetDelta(!0)}resolveTargetDelta(s=!1){const a=this.getLead();this.isProjectionDirty||(this.isProjectionDirty=a.isProjectionDirty),this.isTransformDirty||(this.isTransformDirty=a.isTransformDirty),this.isSharedProjectionDirty||(this.isSharedProjectionDirty=a.isSharedProjectionDirty);const l=!!this.resumingFrom||this!==a;if(!(s||l&&this.isSharedProjectionDirty||this.isProjectionDirty||this.parent?.isProjectionDirty||this.attemptToResolveRelativeTarget||this.root.updateBlockedByResize))return;const{layout:c,layoutId:d}=this.options;if(!(!this.layout||!(c||d))){if(this.resolvedRelativeTargetAt=he.timestamp,!this.targetDelta&&!this.relativeTarget){const f=this.getClosestProjectingParent();f&&f.layout&&this.animationProgress!==1?(this.relativeParent=f,this.forceRelativeParentToResolveTarget(),this.relativeTarget=ue(),this.relativeTargetOrigin=ue(),nn(this.relativeTargetOrigin,this.layout.layoutBox,f.layout.layoutBox),Ee(this.relativeTarget,this.relativeTargetOrigin)):this.relativeParent=this.relativeTarget=void 0}if(!(!this.relativeTarget&&!this.targetDelta)&&(this.target||(this.target=ue(),this.targetWithTransforms=ue()),this.relativeTarget&&this.relativeTargetOrigin&&this.relativeParent&&this.relativeParent.target?(this.forceRelativeParentToResolveTarget(),vf(this.target,this.relativeTarget,this.relativeParent.target)):this.targetDelta?(this.resumingFrom?this.target=this.applyTransform(this.layout.layoutBox):Ee(this.target,this.layout.layoutBox),ta(this.target,this.targetDelta)):Ee(this.target,this.layout.layoutBox),this.attemptToResolveRelativeTarget)){this.attemptToResolveRelativeTarget=!1;const f=this.getClosestProjectingParent();f&&!!f.resumingFrom==!!this.resumingFrom&&!f.options.layoutScroll&&f.target&&this.animationProgress!==1?(this.relativeParent=f,this.forceRelativeParentToResolveTarget(),this.relativeTarget=ue(),this.relativeTargetOrigin=ue(),nn(this.relativeTargetOrigin,this.target,f.target),Ee(this.relativeTarget,this.relativeTargetOrigin)):this.relativeParent=this.relativeTarget=void 0}}}getClosestProjectingParent(){if(!(!this.parent||ir(this.parent.latestValues)||Js(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 s=this.getLead(),a=!!this.resumingFrom||this!==s;let l=!0;if((this.isProjectionDirty||this.parent?.isProjectionDirty)&&(l=!1),a&&(this.isSharedProjectionDirty||this.isTransformDirty)&&(l=!1),this.resolvedRelativeTargetAt===he.timestamp&&(l=!1),l)return;const{layout:u,layoutId:c}=this.options;if(this.isTreeAnimating=!!(this.parent&&this.parent.isTreeAnimating||this.currentAnimation||this.pendingAnimation),this.isTreeAnimating||(this.targetDelta=this.relativeTarget=void 0),!this.layout||!(u||c))return;Ee(this.layoutCorrected,this.layout.layoutBox);const d=this.treeScale.x,f=this.treeScale.y;Pp(this.layoutCorrected,this.treeScale,this.path,a),s.layout&&!s.target&&(this.treeScale.x!==1||this.treeScale.y!==1)&&(s.target=s.layout.layoutBox,s.targetWithTransforms=ue());const{target:m}=s;if(!m){this.prevProjectionDelta&&(this.createProjectionDeltas(),this.scheduleRender());return}!this.projectionDelta||!this.prevProjectionDelta?this.createProjectionDeltas():($a(this.prevProjectionDelta.x,this.projectionDelta.x),$a(this.prevProjectionDelta.y,this.projectionDelta.y)),tn(this.projectionDelta,this.layoutCorrected,m,this.latestValues),(this.treeScale.x!==d||this.treeScale.y!==f||!Ja(this.projectionDelta.x,this.prevProjectionDelta.x)||!Ja(this.projectionDelta.y,this.prevProjectionDelta.y))&&(this.hasProjected=!0,this.scheduleRender(),this.notifyListeners("projectionUpdate",m))}hide(){this.isVisible=!1}show(){this.isVisible=!0}scheduleRender(s=!0){if(this.options.visualElement?.scheduleRender(),s){const a=this.getStack();a&&a.scheduleRender()}this.resumingFrom&&!this.resumingFrom.instance&&(this.resumingFrom=void 0)}createProjectionDeltas(){this.prevProjectionDelta=Ct(),this.projectionDelta=Ct(),this.projectionDeltaWithTransform=Ct()}setAnimationOrigin(s,a=!1){const l=this.snapshot,u=l?l.latestValues:{},c={...this.latestValues},d=Ct();(!this.relativeParent||!this.relativeParent.options.layoutRoot)&&(this.relativeTarget=this.relativeTargetOrigin=void 0),this.attemptToResolveRelativeTarget=!a;const f=ue(),m=l?l.source:void 0,v=this.layout?this.layout.source:void 0,y=m!==v,w=this.getStack(),g=!w||w.members.length<=1,T=!!(y&&!g&&this.options.crossfade===!0&&!this.path.some(lm));this.animationProgress=0;let b;this.mixTargetDelta=S=>{const x=S/1e3;rl(d.x,s.x,x),rl(d.y,s.y,x),this.setTargetDelta(d),this.relativeTarget&&this.relativeTargetOrigin&&this.layout&&this.relativeParent&&this.relativeParent.layout&&(nn(f,this.layout.layoutBox,this.relativeParent.layout.layoutBox),am(this.relativeTarget,this.relativeTargetOrigin,f,x),b&&Kf(this.relativeTarget,b)&&(this.isProjectionDirty=!1),b||(b=ue()),Ee(b,this.relativeTarget)),y&&(this.animationValues=c,zf(c,u,this.latestValues,x,T,g)),this.root.scheduleUpdateProjection(),this.scheduleRender(),this.animationProgress=x},this.mixTargetDelta(this.options.layoutRoot?1e3:0)}startAnimation(s){this.notifyListeners("animationStart"),this.currentAnimation?.stop(),this.resumingFrom?.currentAnimation?.stop(),this.pendingAnimation&&(Ke(this.pendingAnimation),this.pendingAnimation=void 0),this.pendingAnimation=se.update(()=>{Mn.hasAnimatedSinceResize=!0,this.motionValue||(this.motionValue=Tt(0)),this.currentAnimation=Nf(this.motionValue,[0,1e3],{...s,velocity:0,isSync:!0,onUpdate:a=>{this.mixTargetDelta(a),s.onUpdate&&s.onUpdate(a)},onStop:()=>{},onComplete:()=>{s.onComplete&&s.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 s=this.getStack();s&&s.exitAnimationComplete(),this.resumingFrom=this.currentAnimation=this.animationValues=void 0,this.notifyListeners("animationComplete")}finishAnimation(){this.currentAnimation&&(this.mixTargetDelta&&this.mixTargetDelta(Gf),this.currentAnimation.stop()),this.completeAnimation()}applyTransformsToTarget(){const s=this.getLead();let{targetWithTransforms:a,target:l,layout:u,latestValues:c}=s;if(!(!a||!l||!u)){if(this!==s&&this.layout&&u&&cl(this.options.animationType,this.layout.layoutBox,u.layoutBox)){l=this.target||ue();const d=be(this.layout.layoutBox.x);l.x.min=s.target.x.min,l.x.max=l.x.min+d;const f=be(this.layout.layoutBox.y);l.y.min=s.target.y.min,l.y.max=l.y.min+f}Ee(a,l),Et(a,c),tn(this.projectionDeltaWithTransform,this.layoutCorrected,a,c)}}registerSharedNode(s,a){this.sharedNodes.has(s)||this.sharedNodes.set(s,new Yf),this.sharedNodes.get(s).add(a);const u=a.options.initialPromotionConfig;a.promote({transition:u?u.transition:void 0,preserveFollowOpacity:u&&u.shouldPreserveFollowOpacity?u.shouldPreserveFollowOpacity(a):void 0})}isLead(){const s=this.getStack();return s?s.lead===this:!0}getLead(){const{layoutId:s}=this.options;return s?this.getStack()?.lead||this:this}getPrevLead(){const{layoutId:s}=this.options;return s?this.getStack()?.prevLead:void 0}getStack(){const{layoutId:s}=this.options;if(s)return this.root.sharedNodes.get(s)}promote({needsReset:s,transition:a,preserveFollowOpacity:l}={}){const u=this.getStack();u&&u.promote(this,l),s&&(this.projectionDelta=void 0,this.needsReset=!0),a&&this.setOptions({transition:a})}relegate(){const s=this.getStack();return s?s.relegate(this):!1}resetSkewAndRotation(){const{visualElement:s}=this.options;if(!s)return;let a=!1;const{latestValues:l}=s;if((l.z||l.rotate||l.rotateX||l.rotateY||l.rotateZ||l.skewX||l.skewY)&&(a=!0),!a)return;const u={};l.z&&hr("z",s,u,this.animationValues);for(let c=0;c<mr.length;c++)hr(`rotate${mr[c]}`,s,u,this.animationValues),hr(`skew${mr[c]}`,s,u,this.animationValues);s.render();for(const c in u)s.setStaticValue(c,u[c]),this.animationValues&&(this.animationValues[c]=u[c]);s.scheduleRender()}applyProjectionStyles(s,a){if(!this.instance||this.isSVG)return;if(!this.isVisible){s.visibility="hidden";return}const l=this.getTransformTemplate();if(this.needsReset){this.needsReset=!1,s.visibility="",s.opacity="",s.pointerEvents=Dn(a?.pointerEvents)||"",s.transform=l?l(this.latestValues,""):"none";return}const u=this.getLead();if(!this.projectionDelta||!this.layout||!u.target){this.options.layoutId&&(s.opacity=this.latestValues.opacity!==void 0?this.latestValues.opacity:1,s.pointerEvents=Dn(a?.pointerEvents)||""),this.hasProjected&&!ot(this.latestValues)&&(s.transform=l?l({},""):"none",this.hasProjected=!1);return}s.visibility="";const c=u.animationValues||u.latestValues;this.applyTransformsToTarget();let d=Hf(this.projectionDeltaWithTransform,this.treeScale,c);l&&(d=l(c,d)),s.transform=d;const{x:f,y:m}=this.projectionDelta;s.transformOrigin=`${f.origin*100}% ${m.origin*100}% 0`,u.animationValues?s.opacity=u===this?c.opacity??this.latestValues.opacity??1:this.preserveOpacity?this.latestValues.opacity:c.opacityExit:s.opacity=u===this?c.opacity!==void 0?c.opacity:"":c.opacityExit!==void 0?c.opacityExit:0;for(const v in Zt){if(c[v]===void 0)continue;const{correct:y,applyTo:w,isCSSVariable:g}=Zt[v],T=d==="none"?c[v]:y(c[v],u);if(w){const b=w.length;for(let S=0;S<b;S++)s[w[S]]=T}else g?this.options.visualElement.renderState.vars[v]=T:s[v]=T}this.options.layoutId&&(s.pointerEvents=u===this?Dn(a?.pointerEvents)||"":"none")}clearSnapshot(){this.resumeFrom=this.snapshot=void 0}resetTree(){this.root.nodes.forEach(s=>s.currentAnimation?.stop()),this.root.nodes.forEach(tl),this.root.sharedNodes.clear()}}}function Zf(e){e.updateLayout()}function Jf(e){const t=e.resumeFrom?.snapshot||e.snapshot;if(e.isLead()&&e.layout&&t&&e.hasListeners("didUpdate")){const{layoutBox:n,measuredBox:i}=e.layout,{animationType:r}=e.options,o=t.source!==e.layout.source;r==="size"?je(c=>{const d=o?t.measuredBox[c]:t.layoutBox[c],f=be(d);d.min=n[c].min,d.max=d.min+f}):cl(r,t.layoutBox,n)&&je(c=>{const d=o?t.measuredBox[c]:t.layoutBox[c],f=be(n[c]);d.max=d.min+f,e.relativeTarget&&!e.currentAnimation&&(e.isProjectionDirty=!0,e.relativeTarget[c].max=e.relativeTarget[c].min+f)});const s=Ct();tn(s,n,t.layoutBox);const a=Ct();o?tn(a,e.applyTransform(i,!0),t.measuredBox):tn(a,n,t.layoutBox);const l=!Ya(s);let u=!1;if(!e.resumeFrom){const c=e.getClosestProjectingParent();if(c&&!c.resumeFrom){const{snapshot:d,layout:f}=c;if(d&&f){const m=ue();nn(m,t.layoutBox,d.layoutBox);const v=ue();nn(v,n,f.layoutBox),Xa(m,v)||(u=!0),c.options.layoutRoot&&(e.relativeTarget=v,e.relativeTargetOrigin=m,e.relativeParent=c)}}}e.notifyListeners("didUpdate",{layout:n,snapshot:t,delta:a,layoutDelta:s,hasLayoutChanged:l,hasRelativeLayoutChanged:u})}else if(e.isLead()){const{onExitComplete:n}=e.options;n&&n()}e.options.transition=void 0}function Qf(e){e.parent&&(e.isProjecting()||(e.isProjectionDirty=e.parent.isProjectionDirty),e.isSharedProjectionDirty||(e.isSharedProjectionDirty=!!(e.isProjectionDirty||e.parent.isProjectionDirty||e.parent.isSharedProjectionDirty)),e.isTransformDirty||(e.isTransformDirty=e.parent.isTransformDirty))}function em(e){e.isProjectionDirty=e.isSharedProjectionDirty=e.isTransformDirty=!1}function tm(e){e.clearSnapshot()}function tl(e){e.clearMeasurements()}function nl(e){e.isLayoutDirty=!1}function nm(e){const{visualElement:t}=e.options;t&&t.getProps().onBeforeLayoutMeasure&&t.notify("BeforeLayoutMeasure"),e.resetTransform()}function il(e){e.finishAnimation(),e.targetDelta=e.relativeTarget=e.target=void 0,e.isProjectionDirty=!0}function im(e){e.resolveTargetDelta()}function rm(e){e.calcProjection()}function om(e){e.resetSkewAndRotation()}function sm(e){e.removeLeadSnapshot()}function rl(e,t,n){e.translate=ae(t.translate,0,n),e.scale=ae(t.scale,1,n),e.origin=t.origin,e.originPoint=t.originPoint}function ol(e,t,n,i){e.min=ae(t.min,n.min,i),e.max=ae(t.max,n.max,i)}function am(e,t,n,i){ol(e.x,t.x,n.x,i),ol(e.y,t.y,n.y,i)}function lm(e){return e.animationValues&&e.animationValues.opacityExit!==void 0}const cm={duration:.45,ease:[.4,0,.1,1]},sl=e=>typeof navigator<"u"&&navigator.userAgent&&navigator.userAgent.toLowerCase().includes(e),al=sl("applewebkit/")&&!sl("chrome/")?Math.round:Se;function ll(e){e.min=al(e.min),e.max=al(e.max)}function um(e){ll(e.x),ll(e.y)}function cl(e,t,n){return e==="position"||e==="preserve-aspect"&&!gf(Za(t),Za(n),.2)}function dm(e){return e!==e.root&&e.scroll?.wasRoot}const pm=el({attachResizeListener:(e,t)=>Jt(e,"resize",t),measureScroll:()=>({x:document.documentElement.scrollLeft||document.body.scrollLeft,y:document.documentElement.scrollTop||document.body.scrollTop}),checkIsScrollRoot:()=>!0}),gr={current:void 0},ul=el({measureScroll:e=>({x:e.scrollLeft,y:e.scrollTop}),defaultParent:()=>{if(!gr.current){const e=new pm({});e.mount(window),e.setOptions({layoutScroll:!0}),gr.current=e}return gr.current},resetTransform:(e,t)=>{e.style.transform=t!==void 0?t:"none"},checkIsScrollRoot:e=>window.getComputedStyle(e).position==="fixed"}),fm={pan:{Feature:Rf},drag:{Feature:Df,ProjectionNode:ul,MeasureLayout:Na}};function dl(e,t,n){const{props:i}=e;e.animationState&&i.whileHover&&e.animationState.setActive("whileHover",n==="Start");const r="onHover"+n,o=i[r];o&&se.postRender(()=>o(t,Qt(t)))}class mm extends Ge{mount(){const{current:t}=this.node;t&&(this.unmount=Vd(t,(n,i)=>(dl(this.node,i,"Start"),r=>dl(this.node,r,"End"))))}unmount(){}}class hm extends Ge{constructor(){super(...arguments),this.isActive=!1}onFocus(){let t=!1;try{t=this.node.current.matches(":focus-visible")}catch{t=!0}!t||!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=$t(Jt(this.node.current,"focus",()=>this.onFocus()),Jt(this.node.current,"blur",()=>this.onBlur()))}unmount(){}}function pl(e,t,n){const{props:i}=e;if(e.current instanceof HTMLButtonElement&&e.current.disabled)return;e.animationState&&i.whileTap&&e.animationState.setActive("whileTap",n==="Start");const r="onTap"+(n==="End"?"":n),o=i[r];o&&se.postRender(()=>o(t,Qt(t)))}class gm extends Ge{mount(){const{current:t}=this.node;t&&(this.unmount=Bd(t,(n,i)=>(pl(this.node,i,"Start"),(r,{success:o})=>pl(this.node,r,o?"End":"Cancel")),{useGlobalTarget:this.node.props.globalTapTarget}))}unmount(){}}const vr=new WeakMap,xr=new WeakMap,vm=e=>{const t=vr.get(e.target);t&&t(e)},xm=e=>{e.forEach(vm)};function ym({root:e,...t}){const n=e||document;xr.has(n)||xr.set(n,{});const i=xr.get(n),r=JSON.stringify(t);return i[r]||(i[r]=new IntersectionObserver(xm,{root:e,...t})),i[r]}function bm(e,t,n){const i=ym(t);return vr.set(e,n),i.observe(e),()=>{vr.delete(e),i.unobserve(e)}}const wm={some:0,all:1};class Tm extends Ge{constructor(){super(...arguments),this.hasEnteredView=!1,this.isInView=!1}startObserver(){this.unmount();const{viewport:t={}}=this.node.getProps(),{root:n,margin:i,amount:r="some",once:o}=t,s={root:n?n.current:void 0,rootMargin:i,threshold:typeof r=="number"?r:wm[r]},a=l=>{const{isIntersecting:u}=l;if(this.isInView===u||(this.isInView=u,o&&!u&&this.hasEnteredView))return;u&&(this.hasEnteredView=!0),this.node.animationState&&this.node.animationState.setActive("whileInView",u);const{onViewportEnter:c,onViewportLeave:d}=this.node.getProps(),f=u?c:d;f&&f(l)};return bm(this.node.current,s,a)}mount(){this.startObserver()}update(){if(typeof IntersectionObserver>"u")return;const{props:t,prevProps:n}=this.node;["amount","margin","root"].some(km(t,n))&&this.startObserver()}unmount(){}}function km({viewport:e={}},{viewport:t={}}={}){return n=>e[n]!==t[n]}const Sm={...uf,...{inView:{Feature:Tm},tap:{Feature:gm},focus:{Feature:hm},hover:{Feature:mm}},...fm,...{layout:{ProjectionNode:ul,MeasureLayout:Na}}},at=jp(Sm,Lp),jm=["polygon(50% 50%,0 0,0 0,0 0,0 0,0 0)","polygon(50% 50%,0 0,100% 0,100% 0,100% 0,100% 0)","polygon(50% 50%,0 0,100% 0,100% 100%,100% 100%,100% 100%)","polygon(50% 50%,0 0,100% 0,100% 100%,0 100%,0 100%)","polygon(50% 50%,0 0,100% 0,100% 100%,0 100%,0 0)"],At=e=>{const{speed:t=1,className:n}=e,i=1/t,r=2/t;return p.jsx(jn,{children:p.jsx(at.div,{role:"status",className:M("relative rounded-full",n),animate:{rotate:360},transition:{repeat:1/0,ease:"linear",duration:i},children:p.jsx(at.div,{className:"absolute inset-0 rounded-full",style:{boxSizing:"border-box",borderStyle:"solid",borderWidth:2},animate:{clipPath:jm},transition:{repeat:1/0,ease:"linear",duration:r,times:[0,.25,.5,.75,1]}})})})},lt={sm:"h-[var(--control-size-sm-height)]",md:"h-[var(--control-size-md-height)]",lg:"h-[var(--control-size-lg-height)]"},Em={sm:"min-h-[var(--control-size-sm-height)]",md:"min-h-[var(--control-size-md-height)]",lg:"min-h-[var(--control-size-lg-height)]"},Xe={sm:"text-[length:var(--control-size-sm-font-size)]",md:"text-[length:var(--control-size-md-font-size)]",lg:"text-[length:var(--control-size-lg-font-size)]"},Cm={sm:"gap-[var(--control-size-sm-gap)]",md:"gap-[var(--control-size-md-gap)]",lg:"gap-[var(--control-size-lg-gap)]"},Pm={sm:"px-[var(--control-size-sm-px)]",md:"px-[var(--control-size-md-px)]",lg:"px-[var(--control-size-lg-px)]"},ct={sm:"pl-[var(--control-size-sm-px)]",md:"pl-[var(--control-size-md-px)]",lg:"pl-[var(--control-size-lg-px)]"},fl={sm:"pr-[var(--control-size-sm-px)]",md:"pr-[var(--control-size-md-px)]",lg:"pr-[var(--control-size-lg-px)]"},Dt={sm:"pr-[calc(var(--control-size-sm-px)+2rem)]",md:"pr-[calc(var(--control-size-md-px)+2rem)]",lg:"pr-[calc(var(--control-size-lg-px)+2rem)]"},Am={sm:"pl-[calc(var(--control-size-sm-icon-offset)+var(--control-size-sm-icon)+0.75rem)]",md:"pl-[calc(var(--control-size-md-icon-offset)+var(--control-size-md-icon)+0.75rem)]",lg:"pl-[calc(var(--control-size-lg-icon-offset)+var(--control-size-lg-icon)+0.75rem)]"},Dm={sm:"left-[var(--control-size-sm-icon-offset)]",md:"left-[var(--control-size-md-icon-offset)]",lg:"left-[var(--control-size-lg-icon-offset)]"},Rm={sm:"right-[var(--control-size-sm-px)]",md:"right-[var(--control-size-md-px)]",lg:"right-[var(--control-size-lg-px)]"},Rt={sm:"h-[var(--control-size-sm-icon)] w-[var(--control-size-sm-icon)]",md:"h-[var(--control-size-md-icon)] w-[var(--control-size-md-icon)]",lg:"h-[var(--control-size-lg-icon)] w-[var(--control-size-lg-icon)]"},ml={sm:"h-[var(--control-size-sm-height)] w-[var(--control-size-sm-height)]",md:"h-[var(--control-size-md-height)] w-[var(--control-size-md-height)]",lg:"h-[var(--control-size-lg-height)] w-[var(--control-size-lg-height)]"},Om=`
31
31
  inline-flex flex-row items-center justify-center
32
32
  button-ring font-semibold ring-0 disabled:hover:ring-0 hover:ring-4 active:ring-1
33
33
  rounded-[var(--border-radius-input)]
34
34
  cursor-pointer transition-all duration-150 select-none focus:outline-none focus:ring-4
35
35
  disabled:cursor-default
36
- `,zf={primary:"border button-primary shadow-sm",secondary:"border button-secondary shadow-sm",tertiary:"border button-tertiary",white:"border button-white shadow-sm",black:"border button-black shadow-sm",transparent:"border button-transparent"},ca=C.forwardRef((e,t)=>{const{variant:n="white",size:s="md",className:i,children:o,loading:r=!1,Icon:a,...l}=e;return f.jsxs("button",{ref:t,className:R(_f,zf[n],it[s],Of[s],Be[s],If[s],i),...l,children:[r&&f.jsx(an,{className:R(Nt[s])}),!r&&f.jsxs(f.Fragment,{children:[a&&f.jsx(a,{className:R(Nt[s],"-ml-1")}),o]})]})}),Wf=`
36
+ `,Mm={primary:"border button-primary shadow-sm",secondary:"border button-secondary shadow-sm",tertiary:"border button-tertiary",white:"border button-white shadow-sm",black:"border button-black shadow-sm",transparent:"border button-transparent"},hl=C.forwardRef((e,t)=>{const{variant:n="white",size:i="md",className:r,children:o,loading:s=!1,Icon:a,...l}=e;return p.jsxs("button",{ref:t,className:M(Om,Mm[n],lt[i],Pm[i],Xe[i],Cm[i],r),...l,children:[s&&p.jsx(At,{className:M(Rt[i])}),!s&&p.jsxs(p.Fragment,{children:[a&&p.jsx(a,{className:M(Rt[i],"-ml-1")}),o]})]})}),Im=`
37
37
  inline-flex flex-row items-center justify-center
38
38
  button-ring font-semibold ring-0 disabled:hover:ring-0 hover:ring-4 active:ring-1
39
39
  rounded-[var(--border-radius-input)]
40
40
  cursor-pointer transition-all duration-150 select-none focus:outline-none focus:ring-4
41
41
  disabled:cursor-default
42
- `,$f={primary:"border button-primary shadow-sm",secondary:"border button-secondary shadow-sm",tertiary:"border button-tertiary",white:"border button-white shadow-sm",black:"border button-black shadow-sm",transparent:"border button-transparent"},Ls=C.forwardRef((e,t)=>{const{variant:n="white",size:s="md",className:i,Icon:o,...r}=e;return f.jsx("button",{ref:t,className:R(Wf,$f[n],la[s],i),...r,children:f.jsx(o,{className:Nt[s]})})}),Uf=`
42
+ `,Nm={primary:"border button-primary shadow-sm",secondary:"border button-secondary shadow-sm",tertiary:"border button-tertiary",white:"border button-white shadow-sm",black:"border button-black shadow-sm",transparent:"border button-transparent"},In=C.forwardRef((e,t)=>{const{variant:n="white",size:i="md",className:r,Icon:o,...s}=e;return p.jsx("button",{ref:t,className:M(Im,Nm[n],ml[i],r),...s,children:p.jsx(o,{className:Rt[i]})})}),Fm=`
43
43
  inline-flex flex-row items-center justify-center
44
44
  button-ring font-semibold ring-0 disabled:hover:ring-0 hover:ring-4 active:ring-1 rounded-full cursor-pointer transition-all duration-150 select-none focus:outline-none focus:ring-4
45
45
  disabled:cursor-default
46
- `,Kf={primary:"border button-primary shadow-sm",secondary:"border button-secondary shadow-sm",tertiary:"border button-tertiary",white:"border button-white shadow-sm",black:"border button-black shadow-sm",transparent:"border button-transparent"},Fs=C.forwardRef((e,t)=>{const{variant:n="white",size:s="md",className:i,Icon:o,...r}=e;return f.jsx("button",{ref:t,className:R(Uf,Kf[n],la[s],i),...r,children:f.jsx(o,{className:Nt[s]})})});/**
46
+ `,Vm={primary:"border button-primary shadow-sm",secondary:"border button-secondary shadow-sm",tertiary:"border button-tertiary",white:"border button-white shadow-sm",black:"border button-black shadow-sm",transparent:"border button-transparent"},yr=C.forwardRef((e,t)=>{const{variant:n="white",size:i="md",className:r,Icon:o,...s}=e;return p.jsx("button",{ref:t,className:M(Fm,Vm[n],ml[i],r),...s,children:p.jsx(o,{className:Rt[i]})})});/**
47
47
  * @license @tabler/icons-react v3.34.1 - MIT
48
48
  *
49
49
  * This source code is licensed under the MIT license.
50
50
  * See the LICENSE file in the root directory of this source tree.
51
- */var Xf={outline:{xmlns:"http://www.w3.org/2000/svg",width:24,height:24,viewBox:"0 0 24 24",fill:"none",stroke:"currentColor",strokeWidth:2,strokeLinecap:"round",strokeLinejoin:"round"},filled:{xmlns:"http://www.w3.org/2000/svg",width:24,height:24,viewBox:"0 0 24 24",fill:"currentColor",stroke:"none"}};/**
51
+ */var Lm={outline:{xmlns:"http://www.w3.org/2000/svg",width:24,height:24,viewBox:"0 0 24 24",fill:"none",stroke:"currentColor",strokeWidth:2,strokeLinecap:"round",strokeLinejoin:"round"},filled:{xmlns:"http://www.w3.org/2000/svg",width:24,height:24,viewBox:"0 0 24 24",fill:"currentColor",stroke:"none"}};/**
52
52
  * @license @tabler/icons-react v3.34.1 - MIT
53
53
  *
54
54
  * This source code is licensed under the MIT license.
55
55
  * See the LICENSE file in the root directory of this source tree.
56
- */const ee=(e,t,n,s)=>{const i=T.forwardRef(({color:o="currentColor",size:r=24,stroke:a=2,title:l,className:u,children:c,...d},h)=>T.createElement("svg",{ref:h,...Xf[e],width:r,height:r,className:["tabler-icon",`tabler-icon-${t}`,u].join(" "),...e==="filled"?{fill:o}:{strokeWidth:a,stroke:o},...d},[l&&T.createElement("title",{key:"svg-title"},l),...s.map(([m,g])=>T.createElement(m,g)),...Array.isArray(c)?c:[c]]));return i.displayName=`${n}`,i};/**
56
+ */const fe=(e,t,n,i)=>{const r=k.forwardRef(({color:o="currentColor",size:s=24,stroke:a=2,title:l,className:u,children:c,...d},f)=>k.createElement("svg",{ref:f,...Lm[e],width:s,height:s,className:["tabler-icon",`tabler-icon-${t}`,u].join(" "),...e==="filled"?{fill:o}:{strokeWidth:a,stroke:o},...d},[l&&k.createElement("title",{key:"svg-title"},l),...i.map(([m,v])=>k.createElement(m,v)),...Array.isArray(c)?c:[c]]));return r.displayName=`${n}`,r};/**
57
57
  * @license @tabler/icons-react v3.34.1 - MIT
58
58
  *
59
59
  * This source code is licensed under the MIT license.
60
60
  * See the LICENSE file in the root directory of this source tree.
61
- */const Hf=ee("outline","check","Check",[["path",{d:"M5 12l5 5l10 -10",key:"svg-0"}]]);/**
61
+ */const _m=fe("outline","check","Check",[["path",{d:"M5 12l5 5l10 -10",key:"svg-0"}]]);/**
62
62
  * @license @tabler/icons-react v3.34.1 - MIT
63
63
  *
64
64
  * This source code is licensed under the MIT license.
65
65
  * See the LICENSE file in the root directory of this source tree.
66
- */const Vt=ee("outline","chevron-down","ChevronDown",[["path",{d:"M6 9l6 6l6 -6",key:"svg-0"}]]);/**
66
+ */const on=fe("outline","chevron-down","ChevronDown",[["path",{d:"M6 9l6 6l6 -6",key:"svg-0"}]]);/**
67
67
  * @license @tabler/icons-react v3.34.1 - MIT
68
68
  *
69
69
  * This source code is licensed under the MIT license.
70
70
  * See the LICENSE file in the root directory of this source tree.
71
- */const Yf=ee("outline","chevron-up","ChevronUp",[["path",{d:"M6 15l6 -6l6 6",key:"svg-0"}]]);/**
71
+ */const zm=fe("outline","chevron-right","ChevronRight",[["path",{d:"M9 6l6 6l-6 6",key:"svg-0"}]]);/**
72
72
  * @license @tabler/icons-react v3.34.1 - MIT
73
73
  *
74
74
  * This source code is licensed under the MIT license.
75
75
  * See the LICENSE file in the root directory of this source tree.
76
- */const Gf=ee("outline","eye-off","EyeOff",[["path",{d:"M10.585 10.587a2 2 0 0 0 2.829 2.828",key:"svg-0"}],["path",{d:"M16.681 16.673a8.717 8.717 0 0 1 -4.681 1.327c-3.6 0 -6.6 -2 -9 -6c1.272 -2.12 2.712 -3.678 4.32 -4.674m2.86 -1.146a9.055 9.055 0 0 1 1.82 -.18c3.6 0 6.6 2 9 6c-.666 1.11 -1.379 2.067 -2.138 2.87",key:"svg-1"}],["path",{d:"M3 3l18 18",key:"svg-2"}]]);/**
76
+ */const Bm=fe("outline","chevron-up","ChevronUp",[["path",{d:"M6 15l6 -6l6 6",key:"svg-0"}]]);/**
77
77
  * @license @tabler/icons-react v3.34.1 - MIT
78
78
  *
79
79
  * This source code is licensed under the MIT license.
80
80
  * See the LICENSE file in the root directory of this source tree.
81
- */const qf=ee("outline","eye","Eye",[["path",{d:"M10 12a2 2 0 1 0 4 0a2 2 0 0 0 -4 0",key:"svg-0"}],["path",{d:"M21 12c-2.4 4 -5.4 6 -9 6c-3.6 0 -6.6 -2 -9 -6c2.4 -4 5.4 -6 9 -6c3.6 0 6.6 2 9 6",key:"svg-1"}]]);/**
81
+ */const $m=fe("outline","cloud-upload","CloudUpload",[["path",{d:"M7 18a4.6 4.4 0 0 1 0 -9a5 4.5 0 0 1 11 2h1a3.5 3.5 0 0 1 0 7h-1",key:"svg-0"}],["path",{d:"M9 15l3 -3l3 3",key:"svg-1"}],["path",{d:"M12 12l0 9",key:"svg-2"}]]);/**
82
82
  * @license @tabler/icons-react v3.34.1 - MIT
83
83
  *
84
84
  * This source code is licensed under the MIT license.
85
85
  * See the LICENSE file in the root directory of this source tree.
86
- */const ua=ee("outline","list","List",[["path",{d:"M9 6l11 0",key:"svg-0"}],["path",{d:"M9 12l11 0",key:"svg-1"}],["path",{d:"M9 18l11 0",key:"svg-2"}],["path",{d:"M5 6l0 .01",key:"svg-3"}],["path",{d:"M5 12l0 .01",key:"svg-4"}],["path",{d:"M5 18l0 .01",key:"svg-5"}]]);/**
86
+ */const Wm=fe("outline","eye-off","EyeOff",[["path",{d:"M10.585 10.587a2 2 0 0 0 2.829 2.828",key:"svg-0"}],["path",{d:"M16.681 16.673a8.717 8.717 0 0 1 -4.681 1.327c-3.6 0 -6.6 -2 -9 -6c1.272 -2.12 2.712 -3.678 4.32 -4.674m2.86 -1.146a9.055 9.055 0 0 1 1.82 -.18c3.6 0 6.6 2 9 6c-.666 1.11 -1.379 2.067 -2.138 2.87",key:"svg-1"}],["path",{d:"M3 3l18 18",key:"svg-2"}]]);/**
87
87
  * @license @tabler/icons-react v3.34.1 - MIT
88
88
  *
89
89
  * This source code is licensed under the MIT license.
90
90
  * See the LICENSE file in the root directory of this source tree.
91
- */const da=ee("outline","plus","Plus",[["path",{d:"M12 5l0 14",key:"svg-0"}],["path",{d:"M5 12l14 0",key:"svg-1"}]]);/**
91
+ */const Um=fe("outline","eye","Eye",[["path",{d:"M10 12a2 2 0 1 0 4 0a2 2 0 0 0 -4 0",key:"svg-0"}],["path",{d:"M21 12c-2.4 4 -5.4 6 -9 6c-3.6 0 -6.6 -2 -9 -6c2.4 -4 5.4 -6 9 -6c3.6 0 6.6 2 9 6",key:"svg-1"}]]);/**
92
92
  * @license @tabler/icons-react v3.34.1 - MIT
93
93
  *
94
94
  * This source code is licensed under the MIT license.
95
95
  * See the LICENSE file in the root directory of this source tree.
96
- */const fa=ee("outline","search-off","SearchOff",[["path",{d:"M5.039 5.062a7 7 0 0 0 9.91 9.89m1.584 -2.434a7 7 0 0 0 -9.038 -9.057",key:"svg-0"}],["path",{d:"M3 3l18 18",key:"svg-1"}]]);/**
96
+ */const gl=fe("outline","list","List",[["path",{d:"M9 6l11 0",key:"svg-0"}],["path",{d:"M9 12l11 0",key:"svg-1"}],["path",{d:"M9 18l11 0",key:"svg-2"}],["path",{d:"M5 6l0 .01",key:"svg-3"}],["path",{d:"M5 12l0 .01",key:"svg-4"}],["path",{d:"M5 18l0 .01",key:"svg-5"}]]);/**
97
97
  * @license @tabler/icons-react v3.34.1 - MIT
98
98
  *
99
99
  * This source code is licensed under the MIT license.
100
100
  * See the LICENSE file in the root directory of this source tree.
101
- */const Bs=ee("outline","search","Search",[["path",{d:"M10 10m-7 0a7 7 0 1 0 14 0a7 7 0 1 0 -14 0",key:"svg-0"}],["path",{d:"M21 21l-6 -6",key:"svg-1"}]]);/**
101
+ */const qm=fe("outline","paperclip","Paperclip",[["path",{d:"M15 7l-6.5 6.5a1.5 1.5 0 0 0 3 3l6.5 -6.5a3 3 0 0 0 -6 -6l-6.5 6.5a4.5 4.5 0 0 0 9 9l6.5 -6.5",key:"svg-0"}]]);/**
102
102
  * @license @tabler/icons-react v3.34.1 - MIT
103
103
  *
104
104
  * This source code is licensed under the MIT license.
105
105
  * See the LICENSE file in the root directory of this source tree.
106
- */const ha=ee("outline","settings","Settings",[["path",{d:"M10.325 4.317c.426 -1.756 2.924 -1.756 3.35 0a1.724 1.724 0 0 0 2.573 1.066c1.543 -.94 3.31 .826 2.37 2.37a1.724 1.724 0 0 0 1.065 2.572c1.756 .426 1.756 2.924 0 3.35a1.724 1.724 0 0 0 -1.066 2.573c.94 1.543 -.826 3.31 -2.37 2.37a1.724 1.724 0 0 0 -2.572 1.065c-.426 1.756 -2.924 1.756 -3.35 0a1.724 1.724 0 0 0 -2.573 -1.066c-1.543 .94 -3.31 -.826 -2.37 -2.37a1.724 1.724 0 0 0 -1.065 -2.572c-1.756 -.426 -1.756 -2.924 0 -3.35a1.724 1.724 0 0 0 1.066 -2.573c-.94 -1.543 .826 -3.31 2.37 -2.37c1 .608 2.296 .07 2.572 -1.065z",key:"svg-0"}],["path",{d:"M9 12a3 3 0 1 0 6 0a3 3 0 0 0 -6 0",key:"svg-1"}]]);/**
106
+ */const vl=fe("outline","plus","Plus",[["path",{d:"M12 5l0 14",key:"svg-0"}],["path",{d:"M5 12l14 0",key:"svg-1"}]]);/**
107
107
  * @license @tabler/icons-react v3.34.1 - MIT
108
108
  *
109
109
  * This source code is licensed under the MIT license.
110
110
  * See the LICENSE file in the root directory of this source tree.
111
- */const Zf=ee("outline","trash","Trash",[["path",{d:"M4 7l16 0",key:"svg-0"}],["path",{d:"M10 11l0 6",key:"svg-1"}],["path",{d:"M14 11l0 6",key:"svg-2"}],["path",{d:"M5 7l1 12a2 2 0 0 0 2 2h8a2 2 0 0 0 2 -2l1 -12",key:"svg-3"}],["path",{d:"M9 7v-3a1 1 0 0 1 1 -1h4a1 1 0 0 1 1 1v3",key:"svg-4"}]]);/**
111
+ */const xl=fe("outline","search-off","SearchOff",[["path",{d:"M5.039 5.062a7 7 0 0 0 9.91 9.89m1.584 -2.434a7 7 0 0 0 -9.038 -9.057",key:"svg-0"}],["path",{d:"M3 3l18 18",key:"svg-1"}]]);/**
112
112
  * @license @tabler/icons-react v3.34.1 - MIT
113
113
  *
114
114
  * This source code is licensed under the MIT license.
115
115
  * See the LICENSE file in the root directory of this source tree.
116
- */const at=ee("outline","x","X",[["path",{d:"M18 6l-12 12",key:"svg-0"}],["path",{d:"M6 6l12 12",key:"svg-1"}]]);/**
116
+ */const br=fe("outline","search","Search",[["path",{d:"M10 10m-7 0a7 7 0 1 0 14 0a7 7 0 1 0 -14 0",key:"svg-0"}],["path",{d:"M21 21l-6 -6",key:"svg-1"}]]);/**
117
117
  * @license @tabler/icons-react v3.34.1 - MIT
118
118
  *
119
119
  * This source code is licensed under the MIT license.
120
120
  * See the LICENSE file in the root directory of this source tree.
121
- */const Jf=ee("filled","exclamation-circle-filled","ExclamationCircleFilled",[["path",{d:"M17 3.34a10 10 0 1 1 -15 8.66l.005 -.324a10 10 0 0 1 14.995 -8.336m-5 11.66a1 1 0 0 0 -1 1v.01a1 1 0 0 0 2 0v-.01a1 1 0 0 0 -1 -1m0 -7a1 1 0 0 0 -1 1v4a1 1 0 0 0 2 0v-4a1 1 0 0 0 -1 -1",key:"svg-0"}]]);/**
121
+ */const yl=fe("outline","settings","Settings",[["path",{d:"M10.325 4.317c.426 -1.756 2.924 -1.756 3.35 0a1.724 1.724 0 0 0 2.573 1.066c1.543 -.94 3.31 .826 2.37 2.37a1.724 1.724 0 0 0 1.065 2.572c1.756 .426 1.756 2.924 0 3.35a1.724 1.724 0 0 0 -1.066 2.573c.94 1.543 -.826 3.31 -2.37 2.37a1.724 1.724 0 0 0 -2.572 1.065c-.426 1.756 -2.924 1.756 -3.35 0a1.724 1.724 0 0 0 -2.573 -1.066c-1.543 .94 -3.31 -.826 -2.37 -2.37a1.724 1.724 0 0 0 -1.065 -2.572c-1.756 -.426 -1.756 -2.924 0 -3.35a1.724 1.724 0 0 0 1.066 -2.573c-.94 -1.543 .826 -3.31 2.37 -2.37c1 .608 2.296 .07 2.572 -1.065z",key:"svg-0"}],["path",{d:"M9 12a3 3 0 1 0 6 0a3 3 0 0 0 -6 0",key:"svg-1"}]]);/**
122
122
  * @license @tabler/icons-react v3.34.1 - MIT
123
123
  *
124
124
  * This source code is licensed under the MIT license.
125
125
  * See the LICENSE file in the root directory of this source tree.
126
- */const Qf=ee("filled","mail-filled","MailFilled",[["path",{d:"M22 7.535v9.465a3 3 0 0 1 -2.824 2.995l-.176 .005h-14a3 3 0 0 1 -2.995 -2.824l-.005 -.176v-9.465l9.445 6.297l.116 .066a1 1 0 0 0 .878 0l.116 -.066l9.445 -6.297z",key:"svg-0"}],["path",{d:"M19 4c1.08 0 2.027 .57 2.555 1.427l-9.555 6.37l-9.555 -6.37a2.999 2.999 0 0 1 2.354 -1.42l.201 -.007h14z",key:"svg-1"}]]),_e=e=>{const{children:t}=e;return t?f.jsx("label",{className:"input-label font-medium mb-1",children:t}):null},ze=()=>f.jsx("div",{className:"h-5 w-5",children:f.jsx(Jf,{className:"h-5 w-5 input-error-icon"})}),We=T.createContext("md"),eh=()=>T.useContext(We),$e=e=>{const{children:t,className:n}=e,s=eh();return f.jsx("div",{className:R("absolute top-1/2 -translate-y-1/2 flex flex-row items-center gap-1",Bf[s],n),children:t})},pe=e=>{const{children:t}=e;return t?f.jsx("div",{className:"input-description text-sm font-medium mt-2",children:t}):null},ge=e=>{const{children:t}=e;return t?f.jsx("div",{className:"input-error-text text-sm font-medium mt-2",children:t}):null},_s=e=>{const{className:t,label:n,description:s,Icon:i,error:o,buttonTray:r,size:a="md",...l}=e,u=!!o||!!r;return f.jsx(We.Provider,{value:a,children:f.jsxs("div",{className:R("flex flex-col",t),children:[f.jsx(_e,{children:n}),f.jsxs("div",{className:"flex flex-col relative",children:[i&&f.jsx(i,{className:R("input-icon absolute top-1/2 -translate-y-1/2",Nt[a],Ff[a])}),f.jsx("input",{className:R("border input-base transition-all duration-150 rounded-xl shadow-sm ring-0 focus:ring-4 focus:outline-none",it[a],Be[a],i?Lf[a]:rt[a],u?ot[a]:aa[a],o&&"input-error"),...l}),f.jsxs($e,{children:[o&&f.jsx(ze,{}),r]})]}),f.jsx(pe,{children:s}),f.jsx(ge,{children:o})]})})},Ce=e=>{const{onClick:t,Icon:n}=e;return f.jsx("div",{onClick:t,className:R("h-6 w-6 select-none rounded-full p-0.5",t&&"ring-0 transition-all duration-150 input-icon-button-interactive active:ring-2 cursor-pointer hover:ring-4 group"),children:f.jsx(n,{className:R("h-5 w-5 input-icon-button-icon",t&&"group-active:scale-[0.8] transition-transform origin-center")})})},th=e=>{const{type:t="password",enableShowPasswordToggle:n=!0,...s}=e,[i,o]=T.useState(!1),r=()=>{o(!i)};return f.jsx(_s,{type:i?"text":t,buttonTray:n?f.jsx(Ce,{Icon:i?Gf:qf,onClick:r}):void 0,...s})},nh=e=>{const{className:t,label:n,description:s,error:i,size:o="md",...r}=e;return f.jsx(We.Provider,{value:o,children:f.jsxs("div",{className:R("flex flex-col",t),children:[f.jsx(_e,{children:n}),f.jsxs("div",{className:"flex flex-col relative",children:[f.jsx("textarea",{className:R("py-2.5 border input-base transition-all duration-150 rounded-xl shadow-sm ring-0 focus:ring-4 focus:outline-none",Vf[o],Be[o],rt[o],i?ot[o]:aa[o],i&&"input-error"),...r}),f.jsx($e,{className:"top-3.5 translate-y-0",children:i&&f.jsx(ze,{})})]}),f.jsx(pe,{children:s}),f.jsx(ge,{children:i})]})})},sh=e=>{const{className:t,label:n,description:s,error:i,...o}=e;return f.jsxs("div",{className:R("flex flex-col",t),children:[f.jsxs("div",{className:"flex flex-row gap-3",children:[f.jsx("input",{type:"radio",className:"h-6 w-6 shrink-0 rounded-full border check-base shadow-sm ring-0 hover:ring-4 focus:ring-4 ring-offset-0 focus:outline-0 transition-all duration-150",...o}),n&&f.jsx("label",{htmlFor:e.id,className:R("input-label font-medium mb-1",e.id&&"cursor-pointer"),children:n})]}),f.jsx(pe,{children:s}),f.jsx(ge,{children:i})]})},ih=e=>{const{className:t,label:n,description:s,error:i,...o}=e;return f.jsxs("div",{className:R("flex flex-col",t),children:[f.jsxs("div",{className:"flex flex-row gap-3",children:[f.jsxs("div",{className:"relative shrink-0 h-6 w-10",children:[f.jsx("input",{type:"checkbox",className:"appearance-none h-6 w-10 rounded-full checked:bg-transparent border toggle-input ring-0 hover:ring-4 focus:ring-4 ring-offset-0 focus:outline-0 transition-all duration-150",...o}),f.jsx("div",{className:R("rounded-full absolute border inset-0 mt-[2px] pointer-events-none transition-colors duration-150 ",e.checked?"toggle-track-on":"toggle-track-off"),children:f.jsx("div",{className:R("absolute top-1/2 -translate-y-1/2 left-1 h-4 w-4 rounded-full toggle-thumb shadow-md transition-all duration-150",e.checked&&"translate-x-3.5 ")})})]}),n&&f.jsx("label",{htmlFor:e.id,className:R("input-label font-medium mb-1",e.id&&"cursor-pointer"),children:n})]}),f.jsx(pe,{children:s}),f.jsx(ge,{children:i})]})},rh=e=>{const{className:t,label:n,description:s,error:i,...o}=e;return f.jsxs("div",{className:R("flex flex-col",t),children:[f.jsxs("div",{className:"flex flex-row gap-3",children:[f.jsx("input",{type:"checkbox",className:"h-6 w-6 shrink-0 rounded-lg border check-base shadow-sm ring-0 hover:ring-4 focus:ring-4 ring-offset-0 focus:outline-0 transition-all duration-150",...o}),n&&f.jsx("label",{htmlFor:e.id,className:R("input-label font-medium mb-1",e.id&&"cursor-pointer"),children:n})]}),f.jsx(pe,{children:s}),f.jsx(ge,{children:i})]})},oh=e=>{const{className:t,label:n,description:s,options:i,error:o,size:r="md",...a}=e;return f.jsx(We.Provider,{value:r,children:f.jsxs("div",{className:R("flex flex-col",t),children:[f.jsx(_e,{children:n}),f.jsxs("div",{className:"relative flex w-full flex-col",children:[f.jsx("select",{className:R("appearance-none border input-base bg-none transition-all duration-150 rounded-xl shadow-sm ring-0 focus:ring-4 focus:outline-none",it[r],Be[r],rt[r],ot[r]),...a,children:i&&i.map((l,u)=>f.jsx("option",{value:l.value,disabled:l.disabled,children:l.label},u))}),f.jsxs($e,{children:[o&&f.jsx(ze,{}),f.jsx(Ce,{Icon:Vt})]})]}),f.jsx(pe,{children:s}),f.jsx(ge,{children:o})]})})},It=e=>{const{children:t,onClick:n,selected:s,disabled:i=!1}=e;return f.jsxs("div",{onClick:()=>!i&&n&&n(),className:R("option-base px-4 py-2 rounded-xl cursor-pointer transition-all duration-150 select-none flex flex-row gap-3 items-center",s&&!i&&"option-selected",i&&"option-disabled cursor-not-allowed hover:bg-transparent active:bg-transparent"),children:[f.jsx("div",{className:"flex-1",children:t}),s&&!i&&f.jsx("div",{className:"shrink-0",children:f.jsx(Hf,{className:"h-5 w-5"})})]})};function ln(){return typeof window<"u"}function lt(e){return zs(e)?(e.nodeName||"").toLowerCase():"#document"}function se(e){var t;return(e==null||(t=e.ownerDocument)==null?void 0:t.defaultView)||window}function ye(e){var t;return(t=(zs(e)?e.ownerDocument:e.document)||window.document)==null?void 0:t.documentElement}function zs(e){return ln()?e instanceof Node||e instanceof se(e).Node:!1}function Y(e){return ln()?e instanceof Element||e instanceof se(e).Element:!1}function ve(e){return ln()?e instanceof HTMLElement||e instanceof se(e).HTMLElement:!1}function Ws(e){return!ln()||typeof ShadowRoot>"u"?!1:e instanceof ShadowRoot||e instanceof se(e).ShadowRoot}const ah=new Set(["inline","contents"]);function Ot(e){const{overflow:t,overflowX:n,overflowY:s,display:i}=fe(e);return/auto|scroll|overlay|hidden|clip/.test(t+s+n)&&!ah.has(i)}const lh=new Set(["table","td","th"]);function ch(e){return lh.has(lt(e))}const uh=[":popover-open",":modal"];function cn(e){return uh.some(t=>{try{return e.matches(t)}catch{return!1}})}const dh=["transform","translate","scale","rotate","perspective"],fh=["transform","translate","scale","rotate","perspective","filter"],hh=["paint","layout","strict","content"];function $s(e){const t=Us(),n=Y(e)?fe(e):e;return dh.some(s=>n[s]?n[s]!=="none":!1)||(n.containerType?n.containerType!=="normal":!1)||!t&&(n.backdropFilter?n.backdropFilter!=="none":!1)||!t&&(n.filter?n.filter!=="none":!1)||fh.some(s=>(n.willChange||"").includes(s))||hh.some(s=>(n.contain||"").includes(s))}function mh(e){let t=je(e);for(;ve(t)&&!ct(t);){if($s(t))return t;if(cn(t))return null;t=je(t)}return null}function Us(){return typeof CSS>"u"||!CSS.supports?!1:CSS.supports("-webkit-backdrop-filter","none")}const ph=new Set(["html","body","#document"]);function ct(e){return ph.has(lt(e))}function fe(e){return se(e).getComputedStyle(e)}function un(e){return Y(e)?{scrollLeft:e.scrollLeft,scrollTop:e.scrollTop}:{scrollLeft:e.scrollX,scrollTop:e.scrollY}}function je(e){if(lt(e)==="html")return e;const t=e.assignedSlot||e.parentNode||Ws(e)&&e.host||ye(e);return Ws(t)?t.host:t}function ma(e){const t=je(e);return ct(t)?e.ownerDocument?e.ownerDocument.body:e.body:ve(t)&&Ot(t)?t:ma(t)}function Lt(e,t,n){var s;t===void 0&&(t=[]),n===void 0&&(n=!0);const i=ma(e),o=i===((s=e.ownerDocument)==null?void 0:s.body),r=se(i);if(o){const a=Ks(r);return t.concat(r,r.visualViewport||[],Ot(i)?i:[],a&&n?Lt(a):[])}return t.concat(i,Lt(i,[],n))}function Ks(e){return e.parent&&Object.getPrototypeOf(e.parent)?e.frameElement:null}const Ft=Math.min,ce=Math.max,dn=Math.round,fn=Math.floor,xe=e=>({x:e,y:e});function pa(e,t){return typeof e=="function"?e(t):e}function Xs(e){return e.split("-")[0]}function ga(e){return e.split("-")[1]}function gh(e){return e==="x"?"y":"x"}function yh(e){return e==="y"?"height":"width"}const vh=new Set(["top","bottom"]);function Hs(e){return vh.has(Xs(e))?"y":"x"}function xh(e){return gh(Hs(e))}function bh(e){return{top:0,right:0,bottom:0,left:0,...e}}function wh(e){return typeof e!="number"?bh(e):{top:e,right:e,bottom:e,left:e}}function hn(e){const{x:t,y:n,width:s,height:i}=e;return{width:s,height:i,top:n,left:t,right:t+s,bottom:n+i,x:t,y:n}}/*!
126
+ */const Km=fe("outline","trash","Trash",[["path",{d:"M4 7l16 0",key:"svg-0"}],["path",{d:"M10 11l0 6",key:"svg-1"}],["path",{d:"M14 11l0 6",key:"svg-2"}],["path",{d:"M5 7l1 12a2 2 0 0 0 2 2h8a2 2 0 0 0 2 -2l1 -12",key:"svg-3"}],["path",{d:"M9 7v-3a1 1 0 0 1 1 -1h4a1 1 0 0 1 1 1v3",key:"svg-4"}]]);/**
127
+ * @license @tabler/icons-react v3.34.1 - MIT
128
+ *
129
+ * This source code is licensed under the MIT license.
130
+ * See the LICENSE file in the root directory of this source tree.
131
+ */const ut=fe("outline","x","X",[["path",{d:"M18 6l-12 12",key:"svg-0"}],["path",{d:"M6 6l12 12",key:"svg-1"}]]);/**
132
+ * @license @tabler/icons-react v3.34.1 - MIT
133
+ *
134
+ * This source code is licensed under the MIT license.
135
+ * See the LICENSE file in the root directory of this source tree.
136
+ */const Ym=fe("filled","alert-triangle-filled","AlertTriangleFilled",[["path",{d:"M12 1.67c.955 0 1.845 .467 2.39 1.247l.105 .16l8.114 13.548a2.914 2.914 0 0 1 -2.307 4.363l-.195 .008h-16.225a2.914 2.914 0 0 1 -2.582 -4.2l.099 -.185l8.11 -13.538a2.914 2.914 0 0 1 2.491 -1.403zm.01 13.33l-.127 .007a1 1 0 0 0 0 1.986l.117 .007l.127 -.007a1 1 0 0 0 0 -1.986l-.117 -.007zm-.01 -7a1 1 0 0 0 -.993 .883l-.007 .117v4l.007 .117a1 1 0 0 0 1.986 0l.007 -.117v-4l-.007 -.117a1 1 0 0 0 -.993 -.883z",key:"svg-0"}]]);/**
137
+ * @license @tabler/icons-react v3.34.1 - MIT
138
+ *
139
+ * This source code is licensed under the MIT license.
140
+ * See the LICENSE file in the root directory of this source tree.
141
+ */const wr=fe("filled","circle-check-filled","CircleCheckFilled",[["path",{d:"M17 3.34a10 10 0 1 1 -14.995 8.984l-.005 -.324l.005 -.324a10 10 0 0 1 14.995 -8.336zm-1.293 5.953a1 1 0 0 0 -1.32 -.083l-.094 .083l-3.293 3.292l-1.293 -1.292l-.094 -.083a1 1 0 0 0 -1.403 1.403l.083 .094l2 2l.094 .083a1 1 0 0 0 1.226 0l.094 -.083l4 -4l.083 -.094a1 1 0 0 0 -.083 -1.32z",key:"svg-0"}]]);/**
142
+ * @license @tabler/icons-react v3.34.1 - MIT
143
+ *
144
+ * This source code is licensed under the MIT license.
145
+ * See the LICENSE file in the root directory of this source tree.
146
+ */const Tr=fe("filled","exclamation-circle-filled","ExclamationCircleFilled",[["path",{d:"M17 3.34a10 10 0 1 1 -15 8.66l.005 -.324a10 10 0 0 1 14.995 -8.336m-5 11.66a1 1 0 0 0 -1 1v.01a1 1 0 0 0 2 0v-.01a1 1 0 0 0 -1 -1m0 -7a1 1 0 0 0 -1 1v4a1 1 0 0 0 2 0v-4a1 1 0 0 0 -1 -1",key:"svg-0"}]]);/**
147
+ * @license @tabler/icons-react v3.34.1 - MIT
148
+ *
149
+ * This source code is licensed under the MIT license.
150
+ * See the LICENSE file in the root directory of this source tree.
151
+ */const Hm=fe("filled","info-circle-filled","InfoCircleFilled",[["path",{d:"M12 2c5.523 0 10 4.477 10 10a10 10 0 0 1 -19.995 .324l-.005 -.324l.004 -.28c.148 -5.393 4.566 -9.72 9.996 -9.72zm0 9h-1l-.117 .007a1 1 0 0 0 0 1.986l.117 .007v3l.007 .117a1 1 0 0 0 .876 .876l.117 .007h1l.117 -.007a1 1 0 0 0 .876 -.876l.007 -.117l-.007 -.117a1 1 0 0 0 -.764 -.857l-.112 -.02l-.117 -.006v-3l-.007 -.117a1 1 0 0 0 -.876 -.876l-.117 -.007zm.01 -3l-.127 .007a1 1 0 0 0 0 1.986l.117 .007l.127 -.007a1 1 0 0 0 0 -1.986l-.117 -.007z",key:"svg-0"}]]);/**
152
+ * @license @tabler/icons-react v3.34.1 - MIT
153
+ *
154
+ * This source code is licensed under the MIT license.
155
+ * See the LICENSE file in the root directory of this source tree.
156
+ */const Gm=fe("filled","mail-filled","MailFilled",[["path",{d:"M22 7.535v9.465a3 3 0 0 1 -2.824 2.995l-.176 .005h-14a3 3 0 0 1 -2.995 -2.824l-.005 -.176v-9.465l9.445 6.297l.116 .066a1 1 0 0 0 .878 0l.116 -.066l9.445 -6.297z",key:"svg-0"}],["path",{d:"M19 4c1.08 0 2.027 .57 2.555 1.427l-9.555 6.37l-9.555 -6.37a2.999 2.999 0 0 1 2.354 -1.42l.201 -.007h14z",key:"svg-1"}]]),We=e=>{const{children:t}=e;return t?p.jsx("label",{className:"input-label font-medium mb-1",children:t}):null},Ze=()=>p.jsx("div",{className:"h-5 w-5",children:p.jsx(Tr,{className:"h-5 w-5 input-error-icon"})}),Je=k.createContext("md"),Xm=()=>k.useContext(Je),dt=e=>{const{children:t,className:n}=e,i=Xm();return p.jsx("div",{className:M("absolute top-1/2 -translate-y-1/2 flex flex-row items-center gap-1",Rm[i],n),children:t})},Ce=e=>{const{children:t}=e;return t?p.jsx("div",{className:"input-description text-sm font-medium mt-2",children:t}):null},Pe=e=>{const{children:t}=e;return t?p.jsx("div",{className:"input-error-text text-sm font-medium mt-2",children:t}):null},kr=e=>{const{className:t,label:n,description:i,Icon:r,error:o,buttonTray:s,size:a="md",...l}=e,u=!!o||!!s;return p.jsx(Je.Provider,{value:a,children:p.jsxs("div",{className:M("flex flex-col",t),children:[p.jsx(We,{children:n}),p.jsxs("div",{className:"flex flex-col relative",children:[r&&p.jsx(r,{className:M("input-icon absolute top-1/2 -translate-y-1/2",Rt[a],Dm[a])}),p.jsx("input",{className:M("border input-base transition-all duration-150 rounded-xl shadow-sm ring-0 focus:ring-4 focus:outline-none",lt[a],Xe[a],r?Am[a]:ct[a],u?Dt[a]:fl[a],o&&"input-error"),...l}),p.jsxs(dt,{children:[o&&p.jsx(Ze,{}),s]})]}),p.jsx(Ce,{children:i}),p.jsx(Pe,{children:o})]})})},Ue=e=>{const{onClick:t,Icon:n}=e;return p.jsx("div",{onClick:t,className:M("h-6 w-6 select-none rounded-full p-0.5",t&&"ring-0 transition-all duration-150 input-icon-button-interactive active:ring-2 cursor-pointer hover:ring-4 group"),children:p.jsx(n,{className:M("h-5 w-5 input-icon-button-icon",t&&"group-active:scale-[0.8] transition-transform origin-center")})})},Zm=e=>{const{type:t="password",enableShowPasswordToggle:n=!0,...i}=e,[r,o]=k.useState(!1),s=()=>{o(!r)};return p.jsx(kr,{type:r?"text":t,buttonTray:n?p.jsx(Ue,{Icon:r?Wm:Um,onClick:s}):void 0,...i})};function Jm(e){return t=>{for(const n of e)Sr(n,t)}}function Qm(e){return t=>{const n=[];for(const i of e){const r=Sr(i,t),o=typeof r=="function";n.push(o?r:()=>Sr(i,null))}return()=>{for(const i of n)i()}}}function Sr(e,t){if(typeof e=="function")return e(t);e&&(e.current=t)}var eh=parseInt(k.version.split(".")[0],10)>=19?Qm:Jm;const th=e=>{const{className:t,label:n,description:i,error:r,size:o="md",autogrow:s=!1,ref:a,onChange:l,...u}=e,c=C.useRef(null),d=C.useCallback(()=>{const m=c.current;m&&(m.style.height="auto",m.style.height=`${m.scrollHeight}px`)},[]);C.useLayoutEffect(()=>{if(!s){c.current&&(c.current.style.height="");return}d()},[s,d,e.value,e.defaultValue,o]);const f=m=>{l?.(m),s&&d()};return p.jsx(Je.Provider,{value:o,children:p.jsxs("div",{className:M("flex flex-col",t),children:[p.jsx(We,{children:n}),p.jsxs("div",{className:"flex flex-col relative",children:[p.jsx("textarea",{ref:a?eh([a,c]):c,onChange:f,className:M("py-2.5 border input-base transition-all duration-150 rounded-xl shadow-sm ring-0 focus:ring-4 focus:outline-none",Em[o],Xe[o],ct[o],r?Dt[o]:fl[o],r&&"input-error",s&&"resize-none overflow-hidden"),...u}),p.jsx(dt,{className:"top-3.5 translate-y-0",children:r&&p.jsx(Ze,{})})]}),p.jsx(Ce,{children:i}),p.jsx(Pe,{children:r})]})})},nh=e=>{const{className:t,label:n,description:i,error:r,...o}=e;return p.jsxs("div",{className:M("flex flex-col",t),children:[p.jsxs("div",{className:"flex flex-row gap-3",children:[p.jsx("input",{type:"radio",className:"h-6 w-6 shrink-0 rounded-full border check-base shadow-sm ring-0 hover:ring-4 focus:ring-4 ring-offset-0 focus:outline-0 transition-all duration-150",...o}),n&&p.jsx("label",{htmlFor:e.id,className:M("input-label font-medium mb-1",e.id&&"cursor-pointer"),children:n})]}),p.jsx(Ce,{children:i}),p.jsx(Pe,{children:r})]})},ih=e=>{const{className:t,label:n,description:i,error:r,...o}=e;return p.jsxs("div",{className:M("flex flex-col",t),children:[p.jsxs("div",{className:"flex flex-row gap-3",children:[p.jsxs("div",{className:"relative shrink-0 h-6 w-10",children:[p.jsx("input",{type:"checkbox",className:"appearance-none h-6 w-10 rounded-full checked:bg-transparent border toggle-input ring-0 hover:ring-4 focus:ring-4 ring-offset-0 focus:outline-0 transition-all duration-150",...o}),p.jsx("div",{className:M("rounded-full absolute border inset-0 mt-[2px] pointer-events-none transition-colors duration-150 ",e.checked?"toggle-track-on":"toggle-track-off"),children:p.jsx("div",{className:M("absolute top-1/2 -translate-y-1/2 left-1 h-4 w-4 rounded-full toggle-thumb shadow-md transition-all duration-150",e.checked&&"translate-x-3.5 ")})})]}),n&&p.jsx("label",{htmlFor:e.id,className:M("input-label font-medium mb-1",e.id&&"cursor-pointer"),children:n})]}),p.jsx(Ce,{children:i}),p.jsx(Pe,{children:r})]})},rh=e=>{const{className:t,label:n,description:i,error:r,...o}=e;return p.jsxs("div",{className:M("flex flex-col",t),children:[p.jsxs("div",{className:"flex flex-row gap-3",children:[p.jsx("input",{type:"checkbox",className:"h-6 w-6 shrink-0 rounded-lg border check-base shadow-sm ring-0 hover:ring-4 focus:ring-4 ring-offset-0 focus:outline-0 transition-all duration-150",...o}),n&&p.jsx("label",{htmlFor:e.id,className:M("input-label font-medium mb-1",e.id&&"cursor-pointer"),children:n})]}),p.jsx(Ce,{children:i}),p.jsx(Pe,{children:r})]})};var Nn={exports:{}},Fn={exports:{}},te={};/** @license React v16.13.1
157
+ * react-is.production.min.js
158
+ *
159
+ * Copyright (c) Facebook, Inc. and its affiliates.
160
+ *
161
+ * This source code is licensed under the MIT license found in the
162
+ * LICENSE file in the root directory of this source tree.
163
+ */var bl;function oh(){if(bl)return te;bl=1;var e=typeof Symbol=="function"&&Symbol.for,t=e?Symbol.for("react.element"):60103,n=e?Symbol.for("react.portal"):60106,i=e?Symbol.for("react.fragment"):60107,r=e?Symbol.for("react.strict_mode"):60108,o=e?Symbol.for("react.profiler"):60114,s=e?Symbol.for("react.provider"):60109,a=e?Symbol.for("react.context"):60110,l=e?Symbol.for("react.async_mode"):60111,u=e?Symbol.for("react.concurrent_mode"):60111,c=e?Symbol.for("react.forward_ref"):60112,d=e?Symbol.for("react.suspense"):60113,f=e?Symbol.for("react.suspense_list"):60120,m=e?Symbol.for("react.memo"):60115,v=e?Symbol.for("react.lazy"):60116,y=e?Symbol.for("react.block"):60121,w=e?Symbol.for("react.fundamental"):60117,g=e?Symbol.for("react.responder"):60118,T=e?Symbol.for("react.scope"):60119;function b(x){if(typeof x=="object"&&x!==null){var A=x.$$typeof;switch(A){case t:switch(x=x.type,x){case l:case u:case i:case o:case r:case d:return x;default:switch(x=x&&x.$$typeof,x){case a:case c:case v:case m:case s:return x;default:return A}}case n:return A}}}function S(x){return b(x)===u}return te.AsyncMode=l,te.ConcurrentMode=u,te.ContextConsumer=a,te.ContextProvider=s,te.Element=t,te.ForwardRef=c,te.Fragment=i,te.Lazy=v,te.Memo=m,te.Portal=n,te.Profiler=o,te.StrictMode=r,te.Suspense=d,te.isAsyncMode=function(x){return S(x)||b(x)===l},te.isConcurrentMode=S,te.isContextConsumer=function(x){return b(x)===a},te.isContextProvider=function(x){return b(x)===s},te.isElement=function(x){return typeof x=="object"&&x!==null&&x.$$typeof===t},te.isForwardRef=function(x){return b(x)===c},te.isFragment=function(x){return b(x)===i},te.isLazy=function(x){return b(x)===v},te.isMemo=function(x){return b(x)===m},te.isPortal=function(x){return b(x)===n},te.isProfiler=function(x){return b(x)===o},te.isStrictMode=function(x){return b(x)===r},te.isSuspense=function(x){return b(x)===d},te.isValidElementType=function(x){return typeof x=="string"||typeof x=="function"||x===i||x===u||x===o||x===r||x===d||x===f||typeof x=="object"&&x!==null&&(x.$$typeof===v||x.$$typeof===m||x.$$typeof===s||x.$$typeof===a||x.$$typeof===c||x.$$typeof===w||x.$$typeof===g||x.$$typeof===T||x.$$typeof===y)},te.typeOf=b,te}var ne={};/** @license React v16.13.1
164
+ * react-is.development.js
165
+ *
166
+ * Copyright (c) Facebook, Inc. and its affiliates.
167
+ *
168
+ * This source code is licensed under the MIT license found in the
169
+ * LICENSE file in the root directory of this source tree.
170
+ */var wl;function sh(){return wl||(wl=1,process.env.NODE_ENV!=="production"&&(function(){var e=typeof Symbol=="function"&&Symbol.for,t=e?Symbol.for("react.element"):60103,n=e?Symbol.for("react.portal"):60106,i=e?Symbol.for("react.fragment"):60107,r=e?Symbol.for("react.strict_mode"):60108,o=e?Symbol.for("react.profiler"):60114,s=e?Symbol.for("react.provider"):60109,a=e?Symbol.for("react.context"):60110,l=e?Symbol.for("react.async_mode"):60111,u=e?Symbol.for("react.concurrent_mode"):60111,c=e?Symbol.for("react.forward_ref"):60112,d=e?Symbol.for("react.suspense"):60113,f=e?Symbol.for("react.suspense_list"):60120,m=e?Symbol.for("react.memo"):60115,v=e?Symbol.for("react.lazy"):60116,y=e?Symbol.for("react.block"):60121,w=e?Symbol.for("react.fundamental"):60117,g=e?Symbol.for("react.responder"):60118,T=e?Symbol.for("react.scope"):60119;function b(D){return typeof D=="string"||typeof D=="function"||D===i||D===u||D===o||D===r||D===d||D===f||typeof D=="object"&&D!==null&&(D.$$typeof===v||D.$$typeof===m||D.$$typeof===s||D.$$typeof===a||D.$$typeof===c||D.$$typeof===w||D.$$typeof===g||D.$$typeof===T||D.$$typeof===y)}function S(D){if(typeof D=="object"&&D!==null){var ge=D.$$typeof;switch(ge){case t:var ht=D.type;switch(ht){case l:case u:case i:case o:case r:case d:return ht;default:var mn=ht&&ht.$$typeof;switch(mn){case a:case c:case v:case m:case s:return mn;default:return ge}}case n:return ge}}}var x=l,A=u,E=a,P=s,B=t,q=c,$=i,ee=v,X=m,I=n,J=o,re=r,Q=d,Y=!1;function Z(D){return Y||(Y=!0,console.warn("The ReactIs.isAsyncMode() alias has been deprecated, and will be removed in React 17+. Update your code to use ReactIs.isConcurrentMode() instead. It has the exact same API.")),h(D)||S(D)===l}function h(D){return S(D)===u}function j(D){return S(D)===a}function O(D){return S(D)===s}function N(D){return typeof D=="object"&&D!==null&&D.$$typeof===t}function F(D){return S(D)===c}function L(D){return S(D)===i}function K(D){return S(D)===v}function U(D){return S(D)===m}function V(D){return S(D)===n}function H(D){return S(D)===o}function G(D){return S(D)===r}function de(D){return S(D)===d}ne.AsyncMode=x,ne.ConcurrentMode=A,ne.ContextConsumer=E,ne.ContextProvider=P,ne.Element=B,ne.ForwardRef=q,ne.Fragment=$,ne.Lazy=ee,ne.Memo=X,ne.Portal=I,ne.Profiler=J,ne.StrictMode=re,ne.Suspense=Q,ne.isAsyncMode=Z,ne.isConcurrentMode=h,ne.isContextConsumer=j,ne.isContextProvider=O,ne.isElement=N,ne.isForwardRef=F,ne.isFragment=L,ne.isLazy=K,ne.isMemo=U,ne.isPortal=V,ne.isProfiler=H,ne.isStrictMode=G,ne.isSuspense=de,ne.isValidElementType=b,ne.typeOf=S})()),ne}var Tl;function kl(){return Tl||(Tl=1,process.env.NODE_ENV==="production"?Fn.exports=oh():Fn.exports=sh()),Fn.exports}/*
171
+ object-assign
172
+ (c) Sindre Sorhus
173
+ @license MIT
174
+ */var jr,Sl;function ah(){if(Sl)return jr;Sl=1;var e=Object.getOwnPropertySymbols,t=Object.prototype.hasOwnProperty,n=Object.prototype.propertyIsEnumerable;function i(o){if(o==null)throw new TypeError("Object.assign cannot be called with null or undefined");return Object(o)}function r(){try{if(!Object.assign)return!1;var o=new String("abc");if(o[5]="de",Object.getOwnPropertyNames(o)[0]==="5")return!1;for(var s={},a=0;a<10;a++)s["_"+String.fromCharCode(a)]=a;var l=Object.getOwnPropertyNames(s).map(function(c){return s[c]});if(l.join("")!=="0123456789")return!1;var u={};return"abcdefghijklmnopqrst".split("").forEach(function(c){u[c]=c}),Object.keys(Object.assign({},u)).join("")==="abcdefghijklmnopqrst"}catch{return!1}}return jr=r()?Object.assign:function(o,s){for(var a,l=i(o),u,c=1;c<arguments.length;c++){a=Object(arguments[c]);for(var d in a)t.call(a,d)&&(l[d]=a[d]);if(e){u=e(a);for(var f=0;f<u.length;f++)n.call(a,u[f])&&(l[u[f]]=a[u[f]])}}return l},jr}var Er,jl;function Cr(){if(jl)return Er;jl=1;var e="SECRET_DO_NOT_PASS_THIS_OR_YOU_WILL_BE_FIRED";return Er=e,Er}var Pr,El;function Cl(){return El||(El=1,Pr=Function.call.bind(Object.prototype.hasOwnProperty)),Pr}var Ar,Pl;function lh(){if(Pl)return Ar;Pl=1;var e=function(){};if(process.env.NODE_ENV!=="production"){var t=Cr(),n={},i=Cl();e=function(o){var s="Warning: "+o;typeof console<"u"&&console.error(s);try{throw new Error(s)}catch{}}}function r(o,s,a,l,u){if(process.env.NODE_ENV!=="production"){for(var c in o)if(i(o,c)){var d;try{if(typeof o[c]!="function"){var f=Error((l||"React class")+": "+a+" type `"+c+"` is invalid; it must be a function, usually from the `prop-types` package, but received `"+typeof o[c]+"`.This often happens because of typos such as `PropTypes.function` instead of `PropTypes.func`.");throw f.name="Invariant Violation",f}d=o[c](s,c,l,a,null,t)}catch(v){d=v}if(d&&!(d instanceof Error)&&e((l||"React class")+": type specification of "+a+" `"+c+"` is invalid; the type checker function must return `null` or an `Error` but returned a "+typeof d+". You may have forgotten to pass an argument to the type checker creator (arrayOf, instanceOf, objectOf, oneOf, oneOfType, and shape all require an argument)."),d instanceof Error&&!(d.message in n)){n[d.message]=!0;var m=u?u():"";e("Failed "+a+" type: "+d.message+(m??""))}}}}return r.resetWarningCache=function(){process.env.NODE_ENV!=="production"&&(n={})},Ar=r,Ar}var Dr,Al;function ch(){if(Al)return Dr;Al=1;var e=kl(),t=ah(),n=Cr(),i=Cl(),r=lh(),o=function(){};process.env.NODE_ENV!=="production"&&(o=function(a){var l="Warning: "+a;typeof console<"u"&&console.error(l);try{throw new Error(l)}catch{}});function s(){return null}return Dr=function(a,l){var u=typeof Symbol=="function"&&Symbol.iterator,c="@@iterator";function d(h){var j=h&&(u&&h[u]||h[c]);if(typeof j=="function")return j}var f="<<anonymous>>",m={array:g("array"),bigint:g("bigint"),bool:g("boolean"),func:g("function"),number:g("number"),object:g("object"),string:g("string"),symbol:g("symbol"),any:T(),arrayOf:b,element:S(),elementType:x(),instanceOf:A,node:q(),objectOf:P,oneOf:E,oneOfType:B,shape:ee,exact:X};function v(h,j){return h===j?h!==0||1/h===1/j:h!==h&&j!==j}function y(h,j){this.message=h,this.data=j&&typeof j=="object"?j:{},this.stack=""}y.prototype=Error.prototype;function w(h){if(process.env.NODE_ENV!=="production")var j={},O=0;function N(L,K,U,V,H,G,de){if(V=V||f,G=G||U,de!==n){if(l){var D=new Error("Calling PropTypes validators directly is not supported by the `prop-types` package. Use `PropTypes.checkPropTypes()` to call them. Read more at http://fb.me/use-check-prop-types");throw D.name="Invariant Violation",D}else if(process.env.NODE_ENV!=="production"&&typeof console<"u"){var ge=V+":"+U;!j[ge]&&O<3&&(o("You are manually calling a React.PropTypes validation function for the `"+G+"` prop on `"+V+"`. This is deprecated and will throw in the standalone `prop-types` package. You may be seeing this warning due to a third-party PropTypes library. See https://fb.me/react-warning-dont-call-proptypes for details."),j[ge]=!0,O++)}}return K[U]==null?L?K[U]===null?new y("The "+H+" `"+G+"` is marked as required "+("in `"+V+"`, but its value is `null`.")):new y("The "+H+" `"+G+"` is marked as required in "+("`"+V+"`, but its value is `undefined`.")):null:h(K,U,V,H,G)}var F=N.bind(null,!1);return F.isRequired=N.bind(null,!0),F}function g(h){function j(O,N,F,L,K,U){var V=O[N],H=re(V);if(H!==h){var G=Q(V);return new y("Invalid "+L+" `"+K+"` of type "+("`"+G+"` supplied to `"+F+"`, expected ")+("`"+h+"`."),{expectedType:h})}return null}return w(j)}function T(){return w(s)}function b(h){function j(O,N,F,L,K){if(typeof h!="function")return new y("Property `"+K+"` of component `"+F+"` has invalid PropType notation inside arrayOf.");var U=O[N];if(!Array.isArray(U)){var V=re(U);return new y("Invalid "+L+" `"+K+"` of type "+("`"+V+"` supplied to `"+F+"`, expected an array."))}for(var H=0;H<U.length;H++){var G=h(U,H,F,L,K+"["+H+"]",n);if(G instanceof Error)return G}return null}return w(j)}function S(){function h(j,O,N,F,L){var K=j[O];if(!a(K)){var U=re(K);return new y("Invalid "+F+" `"+L+"` of type "+("`"+U+"` supplied to `"+N+"`, expected a single ReactElement."))}return null}return w(h)}function x(){function h(j,O,N,F,L){var K=j[O];if(!e.isValidElementType(K)){var U=re(K);return new y("Invalid "+F+" `"+L+"` of type "+("`"+U+"` supplied to `"+N+"`, expected a single ReactElement type."))}return null}return w(h)}function A(h){function j(O,N,F,L,K){if(!(O[N]instanceof h)){var U=h.name||f,V=Z(O[N]);return new y("Invalid "+L+" `"+K+"` of type "+("`"+V+"` supplied to `"+F+"`, expected ")+("instance of `"+U+"`."))}return null}return w(j)}function E(h){if(!Array.isArray(h))return process.env.NODE_ENV!=="production"&&(arguments.length>1?o("Invalid arguments supplied to oneOf, expected an array, got "+arguments.length+" arguments. A common mistake is to write oneOf(x, y, z) instead of oneOf([x, y, z])."):o("Invalid argument supplied to oneOf, expected an array.")),s;function j(O,N,F,L,K){for(var U=O[N],V=0;V<h.length;V++)if(v(U,h[V]))return null;var H=JSON.stringify(h,function(de,D){var ge=Q(D);return ge==="symbol"?String(D):D});return new y("Invalid "+L+" `"+K+"` of value `"+String(U)+"` "+("supplied to `"+F+"`, expected one of "+H+"."))}return w(j)}function P(h){function j(O,N,F,L,K){if(typeof h!="function")return new y("Property `"+K+"` of component `"+F+"` has invalid PropType notation inside objectOf.");var U=O[N],V=re(U);if(V!=="object")return new y("Invalid "+L+" `"+K+"` of type "+("`"+V+"` supplied to `"+F+"`, expected an object."));for(var H in U)if(i(U,H)){var G=h(U,H,F,L,K+"."+H,n);if(G instanceof Error)return G}return null}return w(j)}function B(h){if(!Array.isArray(h))return process.env.NODE_ENV!=="production"&&o("Invalid argument supplied to oneOfType, expected an instance of array."),s;for(var j=0;j<h.length;j++){var O=h[j];if(typeof O!="function")return o("Invalid argument supplied to oneOfType. Expected an array of check functions, but received "+Y(O)+" at index "+j+"."),s}function N(F,L,K,U,V){for(var H=[],G=0;G<h.length;G++){var de=h[G],D=de(F,L,K,U,V,n);if(D==null)return null;D.data&&i(D.data,"expectedType")&&H.push(D.data.expectedType)}var ge=H.length>0?", expected one of type ["+H.join(", ")+"]":"";return new y("Invalid "+U+" `"+V+"` supplied to "+("`"+K+"`"+ge+"."))}return w(N)}function q(){function h(j,O,N,F,L){return I(j[O])?null:new y("Invalid "+F+" `"+L+"` supplied to "+("`"+N+"`, expected a ReactNode."))}return w(h)}function $(h,j,O,N,F){return new y((h||"React class")+": "+j+" type `"+O+"."+N+"` is invalid; it must be a function, usually from the `prop-types` package, but received `"+F+"`.")}function ee(h){function j(O,N,F,L,K){var U=O[N],V=re(U);if(V!=="object")return new y("Invalid "+L+" `"+K+"` of type `"+V+"` "+("supplied to `"+F+"`, expected `object`."));for(var H in h){var G=h[H];if(typeof G!="function")return $(F,L,K,H,Q(G));var de=G(U,H,F,L,K+"."+H,n);if(de)return de}return null}return w(j)}function X(h){function j(O,N,F,L,K){var U=O[N],V=re(U);if(V!=="object")return new y("Invalid "+L+" `"+K+"` of type `"+V+"` "+("supplied to `"+F+"`, expected `object`."));var H=t({},O[N],h);for(var G in H){var de=h[G];if(i(h,G)&&typeof de!="function")return $(F,L,K,G,Q(de));if(!de)return new y("Invalid "+L+" `"+K+"` key `"+G+"` supplied to `"+F+"`.\nBad object: "+JSON.stringify(O[N],null," ")+`
175
+ Valid keys: `+JSON.stringify(Object.keys(h),null," "));var D=de(U,G,F,L,K+"."+G,n);if(D)return D}return null}return w(j)}function I(h){switch(typeof h){case"number":case"string":case"undefined":return!0;case"boolean":return!h;case"object":if(Array.isArray(h))return h.every(I);if(h===null||a(h))return!0;var j=d(h);if(j){var O=j.call(h),N;if(j!==h.entries){for(;!(N=O.next()).done;)if(!I(N.value))return!1}else for(;!(N=O.next()).done;){var F=N.value;if(F&&!I(F[1]))return!1}}else return!1;return!0;default:return!1}}function J(h,j){return h==="symbol"?!0:j?j["@@toStringTag"]==="Symbol"||typeof Symbol=="function"&&j instanceof Symbol:!1}function re(h){var j=typeof h;return Array.isArray(h)?"array":h instanceof RegExp?"object":J(j,h)?"symbol":j}function Q(h){if(typeof h>"u"||h===null)return""+h;var j=re(h);if(j==="object"){if(h instanceof Date)return"date";if(h instanceof RegExp)return"regexp"}return j}function Y(h){var j=Q(h);switch(j){case"array":case"object":return"an "+j;case"boolean":case"date":case"regexp":return"a "+j;default:return j}}function Z(h){return!h.constructor||!h.constructor.name?f:h.constructor.name}return m.checkPropTypes=r,m.resetWarningCache=r.resetWarningCache,m.PropTypes=m,m},Dr}var Rr,Dl;function uh(){if(Dl)return Rr;Dl=1;var e=Cr();function t(){}function n(){}return n.resetWarningCache=t,Rr=function(){function i(s,a,l,u,c,d){if(d!==e){var f=new Error("Calling PropTypes validators directly is not supported by the `prop-types` package. Use PropTypes.checkPropTypes() to call them. Read more at http://fb.me/use-check-prop-types");throw f.name="Invariant Violation",f}}i.isRequired=i;function r(){return i}var o={array:i,bigint:i,bool:i,func:i,number:i,object:i,string:i,symbol:i,any:i,arrayOf:r,element:i,elementType:i,instanceOf:r,node:i,objectOf:r,oneOf:r,oneOfType:r,shape:r,exact:r,checkPropTypes:n,resetWarningCache:t};return o.PropTypes=o,o},Rr}var Rl;function dh(){if(Rl)return Nn.exports;if(Rl=1,process.env.NODE_ENV!=="production"){var e=kl(),t=!0;Nn.exports=ch()(e.isElement,t)}else Nn.exports=uh()();return Nn.exports}var ph=dh();const ie=vo(ph);function pt(e,t,n,i){function r(o){return o instanceof n?o:new n(function(s){s(o)})}return new(n||(n=Promise))(function(o,s){function a(c){try{u(i.next(c))}catch(d){s(d)}}function l(c){try{u(i.throw(c))}catch(d){s(d)}}function u(c){c.done?o(c.value):r(c.value).then(a,l)}u((i=i.apply(e,t||[])).next())})}typeof SuppressedError=="function"&&SuppressedError;const fh=new Map([["1km","application/vnd.1000minds.decision-model+xml"],["3dml","text/vnd.in3d.3dml"],["3ds","image/x-3ds"],["3g2","video/3gpp2"],["3gp","video/3gp"],["3gpp","video/3gpp"],["3mf","model/3mf"],["7z","application/x-7z-compressed"],["7zip","application/x-7z-compressed"],["123","application/vnd.lotus-1-2-3"],["aab","application/x-authorware-bin"],["aac","audio/x-acc"],["aam","application/x-authorware-map"],["aas","application/x-authorware-seg"],["abw","application/x-abiword"],["ac","application/vnd.nokia.n-gage.ac+xml"],["ac3","audio/ac3"],["acc","application/vnd.americandynamics.acc"],["ace","application/x-ace-compressed"],["acu","application/vnd.acucobol"],["acutc","application/vnd.acucorp"],["adp","audio/adpcm"],["aep","application/vnd.audiograph"],["afm","application/x-font-type1"],["afp","application/vnd.ibm.modcap"],["ahead","application/vnd.ahead.space"],["ai","application/pdf"],["aif","audio/x-aiff"],["aifc","audio/x-aiff"],["aiff","audio/x-aiff"],["air","application/vnd.adobe.air-application-installer-package+zip"],["ait","application/vnd.dvb.ait"],["ami","application/vnd.amiga.ami"],["amr","audio/amr"],["apk","application/vnd.android.package-archive"],["apng","image/apng"],["appcache","text/cache-manifest"],["application","application/x-ms-application"],["apr","application/vnd.lotus-approach"],["arc","application/x-freearc"],["arj","application/x-arj"],["asc","application/pgp-signature"],["asf","video/x-ms-asf"],["asm","text/x-asm"],["aso","application/vnd.accpac.simply.aso"],["asx","video/x-ms-asf"],["atc","application/vnd.acucorp"],["atom","application/atom+xml"],["atomcat","application/atomcat+xml"],["atomdeleted","application/atomdeleted+xml"],["atomsvc","application/atomsvc+xml"],["atx","application/vnd.antix.game-component"],["au","audio/x-au"],["avi","video/x-msvideo"],["avif","image/avif"],["aw","application/applixware"],["azf","application/vnd.airzip.filesecure.azf"],["azs","application/vnd.airzip.filesecure.azs"],["azv","image/vnd.airzip.accelerator.azv"],["azw","application/vnd.amazon.ebook"],["b16","image/vnd.pco.b16"],["bat","application/x-msdownload"],["bcpio","application/x-bcpio"],["bdf","application/x-font-bdf"],["bdm","application/vnd.syncml.dm+wbxml"],["bdoc","application/x-bdoc"],["bed","application/vnd.realvnc.bed"],["bh2","application/vnd.fujitsu.oasysprs"],["bin","application/octet-stream"],["blb","application/x-blorb"],["blorb","application/x-blorb"],["bmi","application/vnd.bmi"],["bmml","application/vnd.balsamiq.bmml+xml"],["bmp","image/bmp"],["book","application/vnd.framemaker"],["box","application/vnd.previewsystems.box"],["boz","application/x-bzip2"],["bpk","application/octet-stream"],["bpmn","application/octet-stream"],["bsp","model/vnd.valve.source.compiled-map"],["btif","image/prs.btif"],["buffer","application/octet-stream"],["bz","application/x-bzip"],["bz2","application/x-bzip2"],["c","text/x-c"],["c4d","application/vnd.clonk.c4group"],["c4f","application/vnd.clonk.c4group"],["c4g","application/vnd.clonk.c4group"],["c4p","application/vnd.clonk.c4group"],["c4u","application/vnd.clonk.c4group"],["c11amc","application/vnd.cluetrust.cartomobile-config"],["c11amz","application/vnd.cluetrust.cartomobile-config-pkg"],["cab","application/vnd.ms-cab-compressed"],["caf","audio/x-caf"],["cap","application/vnd.tcpdump.pcap"],["car","application/vnd.curl.car"],["cat","application/vnd.ms-pki.seccat"],["cb7","application/x-cbr"],["cba","application/x-cbr"],["cbr","application/x-cbr"],["cbt","application/x-cbr"],["cbz","application/x-cbr"],["cc","text/x-c"],["cco","application/x-cocoa"],["cct","application/x-director"],["ccxml","application/ccxml+xml"],["cdbcmsg","application/vnd.contact.cmsg"],["cda","application/x-cdf"],["cdf","application/x-netcdf"],["cdfx","application/cdfx+xml"],["cdkey","application/vnd.mediastation.cdkey"],["cdmia","application/cdmi-capability"],["cdmic","application/cdmi-container"],["cdmid","application/cdmi-domain"],["cdmio","application/cdmi-object"],["cdmiq","application/cdmi-queue"],["cdr","application/cdr"],["cdx","chemical/x-cdx"],["cdxml","application/vnd.chemdraw+xml"],["cdy","application/vnd.cinderella"],["cer","application/pkix-cert"],["cfs","application/x-cfs-compressed"],["cgm","image/cgm"],["chat","application/x-chat"],["chm","application/vnd.ms-htmlhelp"],["chrt","application/vnd.kde.kchart"],["cif","chemical/x-cif"],["cii","application/vnd.anser-web-certificate-issue-initiation"],["cil","application/vnd.ms-artgalry"],["cjs","application/node"],["cla","application/vnd.claymore"],["class","application/octet-stream"],["clkk","application/vnd.crick.clicker.keyboard"],["clkp","application/vnd.crick.clicker.palette"],["clkt","application/vnd.crick.clicker.template"],["clkw","application/vnd.crick.clicker.wordbank"],["clkx","application/vnd.crick.clicker"],["clp","application/x-msclip"],["cmc","application/vnd.cosmocaller"],["cmdf","chemical/x-cmdf"],["cml","chemical/x-cml"],["cmp","application/vnd.yellowriver-custom-menu"],["cmx","image/x-cmx"],["cod","application/vnd.rim.cod"],["coffee","text/coffeescript"],["com","application/x-msdownload"],["conf","text/plain"],["cpio","application/x-cpio"],["cpp","text/x-c"],["cpt","application/mac-compactpro"],["crd","application/x-mscardfile"],["crl","application/pkix-crl"],["crt","application/x-x509-ca-cert"],["crx","application/x-chrome-extension"],["cryptonote","application/vnd.rig.cryptonote"],["csh","application/x-csh"],["csl","application/vnd.citationstyles.style+xml"],["csml","chemical/x-csml"],["csp","application/vnd.commonspace"],["csr","application/octet-stream"],["css","text/css"],["cst","application/x-director"],["csv","text/csv"],["cu","application/cu-seeme"],["curl","text/vnd.curl"],["cww","application/prs.cww"],["cxt","application/x-director"],["cxx","text/x-c"],["dae","model/vnd.collada+xml"],["daf","application/vnd.mobius.daf"],["dart","application/vnd.dart"],["dataless","application/vnd.fdsn.seed"],["davmount","application/davmount+xml"],["dbf","application/vnd.dbf"],["dbk","application/docbook+xml"],["dcr","application/x-director"],["dcurl","text/vnd.curl.dcurl"],["dd2","application/vnd.oma.dd2+xml"],["ddd","application/vnd.fujixerox.ddd"],["ddf","application/vnd.syncml.dmddf+xml"],["dds","image/vnd.ms-dds"],["deb","application/x-debian-package"],["def","text/plain"],["deploy","application/octet-stream"],["der","application/x-x509-ca-cert"],["dfac","application/vnd.dreamfactory"],["dgc","application/x-dgc-compressed"],["dic","text/x-c"],["dir","application/x-director"],["dis","application/vnd.mobius.dis"],["disposition-notification","message/disposition-notification"],["dist","application/octet-stream"],["distz","application/octet-stream"],["djv","image/vnd.djvu"],["djvu","image/vnd.djvu"],["dll","application/octet-stream"],["dmg","application/x-apple-diskimage"],["dmn","application/octet-stream"],["dmp","application/vnd.tcpdump.pcap"],["dms","application/octet-stream"],["dna","application/vnd.dna"],["doc","application/msword"],["docm","application/vnd.ms-word.template.macroEnabled.12"],["docx","application/vnd.openxmlformats-officedocument.wordprocessingml.document"],["dot","application/msword"],["dotm","application/vnd.ms-word.template.macroEnabled.12"],["dotx","application/vnd.openxmlformats-officedocument.wordprocessingml.template"],["dp","application/vnd.osgi.dp"],["dpg","application/vnd.dpgraph"],["dra","audio/vnd.dra"],["drle","image/dicom-rle"],["dsc","text/prs.lines.tag"],["dssc","application/dssc+der"],["dtb","application/x-dtbook+xml"],["dtd","application/xml-dtd"],["dts","audio/vnd.dts"],["dtshd","audio/vnd.dts.hd"],["dump","application/octet-stream"],["dvb","video/vnd.dvb.file"],["dvi","application/x-dvi"],["dwd","application/atsc-dwd+xml"],["dwf","model/vnd.dwf"],["dwg","image/vnd.dwg"],["dxf","image/vnd.dxf"],["dxp","application/vnd.spotfire.dxp"],["dxr","application/x-director"],["ear","application/java-archive"],["ecelp4800","audio/vnd.nuera.ecelp4800"],["ecelp7470","audio/vnd.nuera.ecelp7470"],["ecelp9600","audio/vnd.nuera.ecelp9600"],["ecma","application/ecmascript"],["edm","application/vnd.novadigm.edm"],["edx","application/vnd.novadigm.edx"],["efif","application/vnd.picsel"],["ei6","application/vnd.pg.osasli"],["elc","application/octet-stream"],["emf","image/emf"],["eml","message/rfc822"],["emma","application/emma+xml"],["emotionml","application/emotionml+xml"],["emz","application/x-msmetafile"],["eol","audio/vnd.digital-winds"],["eot","application/vnd.ms-fontobject"],["eps","application/postscript"],["epub","application/epub+zip"],["es","application/ecmascript"],["es3","application/vnd.eszigno3+xml"],["esa","application/vnd.osgi.subsystem"],["esf","application/vnd.epson.esf"],["et3","application/vnd.eszigno3+xml"],["etx","text/x-setext"],["eva","application/x-eva"],["evy","application/x-envoy"],["exe","application/octet-stream"],["exi","application/exi"],["exp","application/express"],["exr","image/aces"],["ext","application/vnd.novadigm.ext"],["ez","application/andrew-inset"],["ez2","application/vnd.ezpix-album"],["ez3","application/vnd.ezpix-package"],["f","text/x-fortran"],["f4v","video/mp4"],["f77","text/x-fortran"],["f90","text/x-fortran"],["fbs","image/vnd.fastbidsheet"],["fcdt","application/vnd.adobe.formscentral.fcdt"],["fcs","application/vnd.isac.fcs"],["fdf","application/vnd.fdf"],["fdt","application/fdt+xml"],["fe_launch","application/vnd.denovo.fcselayout-link"],["fg5","application/vnd.fujitsu.oasysgp"],["fgd","application/x-director"],["fh","image/x-freehand"],["fh4","image/x-freehand"],["fh5","image/x-freehand"],["fh7","image/x-freehand"],["fhc","image/x-freehand"],["fig","application/x-xfig"],["fits","image/fits"],["flac","audio/x-flac"],["fli","video/x-fli"],["flo","application/vnd.micrografx.flo"],["flv","video/x-flv"],["flw","application/vnd.kde.kivio"],["flx","text/vnd.fmi.flexstor"],["fly","text/vnd.fly"],["fm","application/vnd.framemaker"],["fnc","application/vnd.frogans.fnc"],["fo","application/vnd.software602.filler.form+xml"],["for","text/x-fortran"],["fpx","image/vnd.fpx"],["frame","application/vnd.framemaker"],["fsc","application/vnd.fsc.weblaunch"],["fst","image/vnd.fst"],["ftc","application/vnd.fluxtime.clip"],["fti","application/vnd.anser-web-funds-transfer-initiation"],["fvt","video/vnd.fvt"],["fxp","application/vnd.adobe.fxp"],["fxpl","application/vnd.adobe.fxp"],["fzs","application/vnd.fuzzysheet"],["g2w","application/vnd.geoplan"],["g3","image/g3fax"],["g3w","application/vnd.geospace"],["gac","application/vnd.groove-account"],["gam","application/x-tads"],["gbr","application/rpki-ghostbusters"],["gca","application/x-gca-compressed"],["gdl","model/vnd.gdl"],["gdoc","application/vnd.google-apps.document"],["geo","application/vnd.dynageo"],["geojson","application/geo+json"],["gex","application/vnd.geometry-explorer"],["ggb","application/vnd.geogebra.file"],["ggt","application/vnd.geogebra.tool"],["ghf","application/vnd.groove-help"],["gif","image/gif"],["gim","application/vnd.groove-identity-message"],["glb","model/gltf-binary"],["gltf","model/gltf+json"],["gml","application/gml+xml"],["gmx","application/vnd.gmx"],["gnumeric","application/x-gnumeric"],["gpg","application/gpg-keys"],["gph","application/vnd.flographit"],["gpx","application/gpx+xml"],["gqf","application/vnd.grafeq"],["gqs","application/vnd.grafeq"],["gram","application/srgs"],["gramps","application/x-gramps-xml"],["gre","application/vnd.geometry-explorer"],["grv","application/vnd.groove-injector"],["grxml","application/srgs+xml"],["gsf","application/x-font-ghostscript"],["gsheet","application/vnd.google-apps.spreadsheet"],["gslides","application/vnd.google-apps.presentation"],["gtar","application/x-gtar"],["gtm","application/vnd.groove-tool-message"],["gtw","model/vnd.gtw"],["gv","text/vnd.graphviz"],["gxf","application/gxf"],["gxt","application/vnd.geonext"],["gz","application/gzip"],["gzip","application/gzip"],["h","text/x-c"],["h261","video/h261"],["h263","video/h263"],["h264","video/h264"],["hal","application/vnd.hal+xml"],["hbci","application/vnd.hbci"],["hbs","text/x-handlebars-template"],["hdd","application/x-virtualbox-hdd"],["hdf","application/x-hdf"],["heic","image/heic"],["heics","image/heic-sequence"],["heif","image/heif"],["heifs","image/heif-sequence"],["hej2","image/hej2k"],["held","application/atsc-held+xml"],["hh","text/x-c"],["hjson","application/hjson"],["hlp","application/winhlp"],["hpgl","application/vnd.hp-hpgl"],["hpid","application/vnd.hp-hpid"],["hps","application/vnd.hp-hps"],["hqx","application/mac-binhex40"],["hsj2","image/hsj2"],["htc","text/x-component"],["htke","application/vnd.kenameaapp"],["htm","text/html"],["html","text/html"],["hvd","application/vnd.yamaha.hv-dic"],["hvp","application/vnd.yamaha.hv-voice"],["hvs","application/vnd.yamaha.hv-script"],["i2g","application/vnd.intergeo"],["icc","application/vnd.iccprofile"],["ice","x-conference/x-cooltalk"],["icm","application/vnd.iccprofile"],["ico","image/x-icon"],["ics","text/calendar"],["ief","image/ief"],["ifb","text/calendar"],["ifm","application/vnd.shana.informed.formdata"],["iges","model/iges"],["igl","application/vnd.igloader"],["igm","application/vnd.insors.igm"],["igs","model/iges"],["igx","application/vnd.micrografx.igx"],["iif","application/vnd.shana.informed.interchange"],["img","application/octet-stream"],["imp","application/vnd.accpac.simply.imp"],["ims","application/vnd.ms-ims"],["in","text/plain"],["ini","text/plain"],["ink","application/inkml+xml"],["inkml","application/inkml+xml"],["install","application/x-install-instructions"],["iota","application/vnd.astraea-software.iota"],["ipfix","application/ipfix"],["ipk","application/vnd.shana.informed.package"],["irm","application/vnd.ibm.rights-management"],["irp","application/vnd.irepository.package+xml"],["iso","application/x-iso9660-image"],["itp","application/vnd.shana.informed.formtemplate"],["its","application/its+xml"],["ivp","application/vnd.immervision-ivp"],["ivu","application/vnd.immervision-ivu"],["jad","text/vnd.sun.j2me.app-descriptor"],["jade","text/jade"],["jam","application/vnd.jam"],["jar","application/java-archive"],["jardiff","application/x-java-archive-diff"],["java","text/x-java-source"],["jhc","image/jphc"],["jisp","application/vnd.jisp"],["jls","image/jls"],["jlt","application/vnd.hp-jlyt"],["jng","image/x-jng"],["jnlp","application/x-java-jnlp-file"],["joda","application/vnd.joost.joda-archive"],["jp2","image/jp2"],["jpe","image/jpeg"],["jpeg","image/jpeg"],["jpf","image/jpx"],["jpg","image/jpeg"],["jpg2","image/jp2"],["jpgm","video/jpm"],["jpgv","video/jpeg"],["jph","image/jph"],["jpm","video/jpm"],["jpx","image/jpx"],["js","application/javascript"],["json","application/json"],["json5","application/json5"],["jsonld","application/ld+json"],["jsonl","application/jsonl"],["jsonml","application/jsonml+json"],["jsx","text/jsx"],["jxr","image/jxr"],["jxra","image/jxra"],["jxrs","image/jxrs"],["jxs","image/jxs"],["jxsc","image/jxsc"],["jxsi","image/jxsi"],["jxss","image/jxss"],["kar","audio/midi"],["karbon","application/vnd.kde.karbon"],["kdb","application/octet-stream"],["kdbx","application/x-keepass2"],["key","application/x-iwork-keynote-sffkey"],["kfo","application/vnd.kde.kformula"],["kia","application/vnd.kidspiration"],["kml","application/vnd.google-earth.kml+xml"],["kmz","application/vnd.google-earth.kmz"],["kne","application/vnd.kinar"],["knp","application/vnd.kinar"],["kon","application/vnd.kde.kontour"],["kpr","application/vnd.kde.kpresenter"],["kpt","application/vnd.kde.kpresenter"],["kpxx","application/vnd.ds-keypoint"],["ksp","application/vnd.kde.kspread"],["ktr","application/vnd.kahootz"],["ktx","image/ktx"],["ktx2","image/ktx2"],["ktz","application/vnd.kahootz"],["kwd","application/vnd.kde.kword"],["kwt","application/vnd.kde.kword"],["lasxml","application/vnd.las.las+xml"],["latex","application/x-latex"],["lbd","application/vnd.llamagraphics.life-balance.desktop"],["lbe","application/vnd.llamagraphics.life-balance.exchange+xml"],["les","application/vnd.hhe.lesson-player"],["less","text/less"],["lgr","application/lgr+xml"],["lha","application/octet-stream"],["link66","application/vnd.route66.link66+xml"],["list","text/plain"],["list3820","application/vnd.ibm.modcap"],["listafp","application/vnd.ibm.modcap"],["litcoffee","text/coffeescript"],["lnk","application/x-ms-shortcut"],["log","text/plain"],["lostxml","application/lost+xml"],["lrf","application/octet-stream"],["lrm","application/vnd.ms-lrm"],["ltf","application/vnd.frogans.ltf"],["lua","text/x-lua"],["luac","application/x-lua-bytecode"],["lvp","audio/vnd.lucent.voice"],["lwp","application/vnd.lotus-wordpro"],["lzh","application/octet-stream"],["m1v","video/mpeg"],["m2a","audio/mpeg"],["m2v","video/mpeg"],["m3a","audio/mpeg"],["m3u","text/plain"],["m3u8","application/vnd.apple.mpegurl"],["m4a","audio/x-m4a"],["m4p","application/mp4"],["m4s","video/iso.segment"],["m4u","application/vnd.mpegurl"],["m4v","video/x-m4v"],["m13","application/x-msmediaview"],["m14","application/x-msmediaview"],["m21","application/mp21"],["ma","application/mathematica"],["mads","application/mads+xml"],["maei","application/mmt-aei+xml"],["mag","application/vnd.ecowin.chart"],["maker","application/vnd.framemaker"],["man","text/troff"],["manifest","text/cache-manifest"],["map","application/json"],["mar","application/octet-stream"],["markdown","text/markdown"],["mathml","application/mathml+xml"],["mb","application/mathematica"],["mbk","application/vnd.mobius.mbk"],["mbox","application/mbox"],["mc1","application/vnd.medcalcdata"],["mcd","application/vnd.mcd"],["mcurl","text/vnd.curl.mcurl"],["md","text/markdown"],["mdb","application/x-msaccess"],["mdi","image/vnd.ms-modi"],["mdx","text/mdx"],["me","text/troff"],["mesh","model/mesh"],["meta4","application/metalink4+xml"],["metalink","application/metalink+xml"],["mets","application/mets+xml"],["mfm","application/vnd.mfmp"],["mft","application/rpki-manifest"],["mgp","application/vnd.osgeo.mapguide.package"],["mgz","application/vnd.proteus.magazine"],["mid","audio/midi"],["midi","audio/midi"],["mie","application/x-mie"],["mif","application/vnd.mif"],["mime","message/rfc822"],["mj2","video/mj2"],["mjp2","video/mj2"],["mjs","application/javascript"],["mk3d","video/x-matroska"],["mka","audio/x-matroska"],["mkd","text/x-markdown"],["mks","video/x-matroska"],["mkv","video/x-matroska"],["mlp","application/vnd.dolby.mlp"],["mmd","application/vnd.chipnuts.karaoke-mmd"],["mmf","application/vnd.smaf"],["mml","text/mathml"],["mmr","image/vnd.fujixerox.edmics-mmr"],["mng","video/x-mng"],["mny","application/x-msmoney"],["mobi","application/x-mobipocket-ebook"],["mods","application/mods+xml"],["mov","video/quicktime"],["movie","video/x-sgi-movie"],["mp2","audio/mpeg"],["mp2a","audio/mpeg"],["mp3","audio/mpeg"],["mp4","video/mp4"],["mp4a","audio/mp4"],["mp4s","application/mp4"],["mp4v","video/mp4"],["mp21","application/mp21"],["mpc","application/vnd.mophun.certificate"],["mpd","application/dash+xml"],["mpe","video/mpeg"],["mpeg","video/mpeg"],["mpg","video/mpeg"],["mpg4","video/mp4"],["mpga","audio/mpeg"],["mpkg","application/vnd.apple.installer+xml"],["mpm","application/vnd.blueice.multipass"],["mpn","application/vnd.mophun.application"],["mpp","application/vnd.ms-project"],["mpt","application/vnd.ms-project"],["mpy","application/vnd.ibm.minipay"],["mqy","application/vnd.mobius.mqy"],["mrc","application/marc"],["mrcx","application/marcxml+xml"],["ms","text/troff"],["mscml","application/mediaservercontrol+xml"],["mseed","application/vnd.fdsn.mseed"],["mseq","application/vnd.mseq"],["msf","application/vnd.epson.msf"],["msg","application/vnd.ms-outlook"],["msh","model/mesh"],["msi","application/x-msdownload"],["msl","application/vnd.mobius.msl"],["msm","application/octet-stream"],["msp","application/octet-stream"],["msty","application/vnd.muvee.style"],["mtl","model/mtl"],["mts","model/vnd.mts"],["mus","application/vnd.musician"],["musd","application/mmt-usd+xml"],["musicxml","application/vnd.recordare.musicxml+xml"],["mvb","application/x-msmediaview"],["mvt","application/vnd.mapbox-vector-tile"],["mwf","application/vnd.mfer"],["mxf","application/mxf"],["mxl","application/vnd.recordare.musicxml"],["mxmf","audio/mobile-xmf"],["mxml","application/xv+xml"],["mxs","application/vnd.triscape.mxs"],["mxu","video/vnd.mpegurl"],["n-gage","application/vnd.nokia.n-gage.symbian.install"],["n3","text/n3"],["nb","application/mathematica"],["nbp","application/vnd.wolfram.player"],["nc","application/x-netcdf"],["ncx","application/x-dtbncx+xml"],["nfo","text/x-nfo"],["ngdat","application/vnd.nokia.n-gage.data"],["nitf","application/vnd.nitf"],["nlu","application/vnd.neurolanguage.nlu"],["nml","application/vnd.enliven"],["nnd","application/vnd.noblenet-directory"],["nns","application/vnd.noblenet-sealer"],["nnw","application/vnd.noblenet-web"],["npx","image/vnd.net-fpx"],["nq","application/n-quads"],["nsc","application/x-conference"],["nsf","application/vnd.lotus-notes"],["nt","application/n-triples"],["ntf","application/vnd.nitf"],["numbers","application/x-iwork-numbers-sffnumbers"],["nzb","application/x-nzb"],["oa2","application/vnd.fujitsu.oasys2"],["oa3","application/vnd.fujitsu.oasys3"],["oas","application/vnd.fujitsu.oasys"],["obd","application/x-msbinder"],["obgx","application/vnd.openblox.game+xml"],["obj","model/obj"],["oda","application/oda"],["odb","application/vnd.oasis.opendocument.database"],["odc","application/vnd.oasis.opendocument.chart"],["odf","application/vnd.oasis.opendocument.formula"],["odft","application/vnd.oasis.opendocument.formula-template"],["odg","application/vnd.oasis.opendocument.graphics"],["odi","application/vnd.oasis.opendocument.image"],["odm","application/vnd.oasis.opendocument.text-master"],["odp","application/vnd.oasis.opendocument.presentation"],["ods","application/vnd.oasis.opendocument.spreadsheet"],["odt","application/vnd.oasis.opendocument.text"],["oga","audio/ogg"],["ogex","model/vnd.opengex"],["ogg","audio/ogg"],["ogv","video/ogg"],["ogx","application/ogg"],["omdoc","application/omdoc+xml"],["onepkg","application/onenote"],["onetmp","application/onenote"],["onetoc","application/onenote"],["onetoc2","application/onenote"],["opf","application/oebps-package+xml"],["opml","text/x-opml"],["oprc","application/vnd.palm"],["opus","audio/ogg"],["org","text/x-org"],["osf","application/vnd.yamaha.openscoreformat"],["osfpvg","application/vnd.yamaha.openscoreformat.osfpvg+xml"],["osm","application/vnd.openstreetmap.data+xml"],["otc","application/vnd.oasis.opendocument.chart-template"],["otf","font/otf"],["otg","application/vnd.oasis.opendocument.graphics-template"],["oth","application/vnd.oasis.opendocument.text-web"],["oti","application/vnd.oasis.opendocument.image-template"],["otp","application/vnd.oasis.opendocument.presentation-template"],["ots","application/vnd.oasis.opendocument.spreadsheet-template"],["ott","application/vnd.oasis.opendocument.text-template"],["ova","application/x-virtualbox-ova"],["ovf","application/x-virtualbox-ovf"],["owl","application/rdf+xml"],["oxps","application/oxps"],["oxt","application/vnd.openofficeorg.extension"],["p","text/x-pascal"],["p7a","application/x-pkcs7-signature"],["p7b","application/x-pkcs7-certificates"],["p7c","application/pkcs7-mime"],["p7m","application/pkcs7-mime"],["p7r","application/x-pkcs7-certreqresp"],["p7s","application/pkcs7-signature"],["p8","application/pkcs8"],["p10","application/x-pkcs10"],["p12","application/x-pkcs12"],["pac","application/x-ns-proxy-autoconfig"],["pages","application/x-iwork-pages-sffpages"],["pas","text/x-pascal"],["paw","application/vnd.pawaafile"],["pbd","application/vnd.powerbuilder6"],["pbm","image/x-portable-bitmap"],["pcap","application/vnd.tcpdump.pcap"],["pcf","application/x-font-pcf"],["pcl","application/vnd.hp-pcl"],["pclxl","application/vnd.hp-pclxl"],["pct","image/x-pict"],["pcurl","application/vnd.curl.pcurl"],["pcx","image/x-pcx"],["pdb","application/x-pilot"],["pde","text/x-processing"],["pdf","application/pdf"],["pem","application/x-x509-user-cert"],["pfa","application/x-font-type1"],["pfb","application/x-font-type1"],["pfm","application/x-font-type1"],["pfr","application/font-tdpfr"],["pfx","application/x-pkcs12"],["pgm","image/x-portable-graymap"],["pgn","application/x-chess-pgn"],["pgp","application/pgp"],["php","application/x-httpd-php"],["php3","application/x-httpd-php"],["php4","application/x-httpd-php"],["phps","application/x-httpd-php-source"],["phtml","application/x-httpd-php"],["pic","image/x-pict"],["pkg","application/octet-stream"],["pki","application/pkixcmp"],["pkipath","application/pkix-pkipath"],["pkpass","application/vnd.apple.pkpass"],["pl","application/x-perl"],["plb","application/vnd.3gpp.pic-bw-large"],["plc","application/vnd.mobius.plc"],["plf","application/vnd.pocketlearn"],["pls","application/pls+xml"],["pm","application/x-perl"],["pml","application/vnd.ctc-posml"],["png","image/png"],["pnm","image/x-portable-anymap"],["portpkg","application/vnd.macports.portpkg"],["pot","application/vnd.ms-powerpoint"],["potm","application/vnd.ms-powerpoint.presentation.macroEnabled.12"],["potx","application/vnd.openxmlformats-officedocument.presentationml.template"],["ppa","application/vnd.ms-powerpoint"],["ppam","application/vnd.ms-powerpoint.addin.macroEnabled.12"],["ppd","application/vnd.cups-ppd"],["ppm","image/x-portable-pixmap"],["pps","application/vnd.ms-powerpoint"],["ppsm","application/vnd.ms-powerpoint.slideshow.macroEnabled.12"],["ppsx","application/vnd.openxmlformats-officedocument.presentationml.slideshow"],["ppt","application/powerpoint"],["pptm","application/vnd.ms-powerpoint.presentation.macroEnabled.12"],["pptx","application/vnd.openxmlformats-officedocument.presentationml.presentation"],["pqa","application/vnd.palm"],["prc","application/x-pilot"],["pre","application/vnd.lotus-freelance"],["prf","application/pics-rules"],["provx","application/provenance+xml"],["ps","application/postscript"],["psb","application/vnd.3gpp.pic-bw-small"],["psd","application/x-photoshop"],["psf","application/x-font-linux-psf"],["pskcxml","application/pskc+xml"],["pti","image/prs.pti"],["ptid","application/vnd.pvi.ptid1"],["pub","application/x-mspublisher"],["pvb","application/vnd.3gpp.pic-bw-var"],["pwn","application/vnd.3m.post-it-notes"],["pya","audio/vnd.ms-playready.media.pya"],["pyv","video/vnd.ms-playready.media.pyv"],["qam","application/vnd.epson.quickanime"],["qbo","application/vnd.intu.qbo"],["qfx","application/vnd.intu.qfx"],["qps","application/vnd.publishare-delta-tree"],["qt","video/quicktime"],["qwd","application/vnd.quark.quarkxpress"],["qwt","application/vnd.quark.quarkxpress"],["qxb","application/vnd.quark.quarkxpress"],["qxd","application/vnd.quark.quarkxpress"],["qxl","application/vnd.quark.quarkxpress"],["qxt","application/vnd.quark.quarkxpress"],["ra","audio/x-realaudio"],["ram","audio/x-pn-realaudio"],["raml","application/raml+yaml"],["rapd","application/route-apd+xml"],["rar","application/x-rar"],["ras","image/x-cmu-raster"],["rcprofile","application/vnd.ipunplugged.rcprofile"],["rdf","application/rdf+xml"],["rdz","application/vnd.data-vision.rdz"],["relo","application/p2p-overlay+xml"],["rep","application/vnd.businessobjects"],["res","application/x-dtbresource+xml"],["rgb","image/x-rgb"],["rif","application/reginfo+xml"],["rip","audio/vnd.rip"],["ris","application/x-research-info-systems"],["rl","application/resource-lists+xml"],["rlc","image/vnd.fujixerox.edmics-rlc"],["rld","application/resource-lists-diff+xml"],["rm","audio/x-pn-realaudio"],["rmi","audio/midi"],["rmp","audio/x-pn-realaudio-plugin"],["rms","application/vnd.jcp.javame.midlet-rms"],["rmvb","application/vnd.rn-realmedia-vbr"],["rnc","application/relax-ng-compact-syntax"],["rng","application/xml"],["roa","application/rpki-roa"],["roff","text/troff"],["rp9","application/vnd.cloanto.rp9"],["rpm","audio/x-pn-realaudio-plugin"],["rpss","application/vnd.nokia.radio-presets"],["rpst","application/vnd.nokia.radio-preset"],["rq","application/sparql-query"],["rs","application/rls-services+xml"],["rsa","application/x-pkcs7"],["rsat","application/atsc-rsat+xml"],["rsd","application/rsd+xml"],["rsheet","application/urc-ressheet+xml"],["rss","application/rss+xml"],["rtf","text/rtf"],["rtx","text/richtext"],["run","application/x-makeself"],["rusd","application/route-usd+xml"],["rv","video/vnd.rn-realvideo"],["s","text/x-asm"],["s3m","audio/s3m"],["saf","application/vnd.yamaha.smaf-audio"],["sass","text/x-sass"],["sbml","application/sbml+xml"],["sc","application/vnd.ibm.secure-container"],["scd","application/x-msschedule"],["scm","application/vnd.lotus-screencam"],["scq","application/scvp-cv-request"],["scs","application/scvp-cv-response"],["scss","text/x-scss"],["scurl","text/vnd.curl.scurl"],["sda","application/vnd.stardivision.draw"],["sdc","application/vnd.stardivision.calc"],["sdd","application/vnd.stardivision.impress"],["sdkd","application/vnd.solent.sdkm+xml"],["sdkm","application/vnd.solent.sdkm+xml"],["sdp","application/sdp"],["sdw","application/vnd.stardivision.writer"],["sea","application/octet-stream"],["see","application/vnd.seemail"],["seed","application/vnd.fdsn.seed"],["sema","application/vnd.sema"],["semd","application/vnd.semd"],["semf","application/vnd.semf"],["senmlx","application/senml+xml"],["sensmlx","application/sensml+xml"],["ser","application/java-serialized-object"],["setpay","application/set-payment-initiation"],["setreg","application/set-registration-initiation"],["sfd-hdstx","application/vnd.hydrostatix.sof-data"],["sfs","application/vnd.spotfire.sfs"],["sfv","text/x-sfv"],["sgi","image/sgi"],["sgl","application/vnd.stardivision.writer-global"],["sgm","text/sgml"],["sgml","text/sgml"],["sh","application/x-sh"],["shar","application/x-shar"],["shex","text/shex"],["shf","application/shf+xml"],["shtml","text/html"],["sid","image/x-mrsid-image"],["sieve","application/sieve"],["sig","application/pgp-signature"],["sil","audio/silk"],["silo","model/mesh"],["sis","application/vnd.symbian.install"],["sisx","application/vnd.symbian.install"],["sit","application/x-stuffit"],["sitx","application/x-stuffitx"],["siv","application/sieve"],["skd","application/vnd.koan"],["skm","application/vnd.koan"],["skp","application/vnd.koan"],["skt","application/vnd.koan"],["sldm","application/vnd.ms-powerpoint.slide.macroenabled.12"],["sldx","application/vnd.openxmlformats-officedocument.presentationml.slide"],["slim","text/slim"],["slm","text/slim"],["sls","application/route-s-tsid+xml"],["slt","application/vnd.epson.salt"],["sm","application/vnd.stepmania.stepchart"],["smf","application/vnd.stardivision.math"],["smi","application/smil"],["smil","application/smil"],["smv","video/x-smv"],["smzip","application/vnd.stepmania.package"],["snd","audio/basic"],["snf","application/x-font-snf"],["so","application/octet-stream"],["spc","application/x-pkcs7-certificates"],["spdx","text/spdx"],["spf","application/vnd.yamaha.smaf-phrase"],["spl","application/x-futuresplash"],["spot","text/vnd.in3d.spot"],["spp","application/scvp-vp-response"],["spq","application/scvp-vp-request"],["spx","audio/ogg"],["sql","application/x-sql"],["src","application/x-wais-source"],["srt","application/x-subrip"],["sru","application/sru+xml"],["srx","application/sparql-results+xml"],["ssdl","application/ssdl+xml"],["sse","application/vnd.kodak-descriptor"],["ssf","application/vnd.epson.ssf"],["ssml","application/ssml+xml"],["sst","application/octet-stream"],["st","application/vnd.sailingtracker.track"],["stc","application/vnd.sun.xml.calc.template"],["std","application/vnd.sun.xml.draw.template"],["stf","application/vnd.wt.stf"],["sti","application/vnd.sun.xml.impress.template"],["stk","application/hyperstudio"],["stl","model/stl"],["stpx","model/step+xml"],["stpxz","model/step-xml+zip"],["stpz","model/step+zip"],["str","application/vnd.pg.format"],["stw","application/vnd.sun.xml.writer.template"],["styl","text/stylus"],["stylus","text/stylus"],["sub","text/vnd.dvb.subtitle"],["sus","application/vnd.sus-calendar"],["susp","application/vnd.sus-calendar"],["sv4cpio","application/x-sv4cpio"],["sv4crc","application/x-sv4crc"],["svc","application/vnd.dvb.service"],["svd","application/vnd.svd"],["svg","image/svg+xml"],["svgz","image/svg+xml"],["swa","application/x-director"],["swf","application/x-shockwave-flash"],["swi","application/vnd.aristanetworks.swi"],["swidtag","application/swid+xml"],["sxc","application/vnd.sun.xml.calc"],["sxd","application/vnd.sun.xml.draw"],["sxg","application/vnd.sun.xml.writer.global"],["sxi","application/vnd.sun.xml.impress"],["sxm","application/vnd.sun.xml.math"],["sxw","application/vnd.sun.xml.writer"],["t","text/troff"],["t3","application/x-t3vm-image"],["t38","image/t38"],["taglet","application/vnd.mynfc"],["tao","application/vnd.tao.intent-module-archive"],["tap","image/vnd.tencent.tap"],["tar","application/x-tar"],["tcap","application/vnd.3gpp2.tcap"],["tcl","application/x-tcl"],["td","application/urc-targetdesc+xml"],["teacher","application/vnd.smart.teacher"],["tei","application/tei+xml"],["teicorpus","application/tei+xml"],["tex","application/x-tex"],["texi","application/x-texinfo"],["texinfo","application/x-texinfo"],["text","text/plain"],["tfi","application/thraud+xml"],["tfm","application/x-tex-tfm"],["tfx","image/tiff-fx"],["tga","image/x-tga"],["tgz","application/x-tar"],["thmx","application/vnd.ms-officetheme"],["tif","image/tiff"],["tiff","image/tiff"],["tk","application/x-tcl"],["tmo","application/vnd.tmobile-livetv"],["toml","application/toml"],["torrent","application/x-bittorrent"],["tpl","application/vnd.groove-tool-template"],["tpt","application/vnd.trid.tpt"],["tr","text/troff"],["tra","application/vnd.trueapp"],["trig","application/trig"],["trm","application/x-msterminal"],["ts","video/mp2t"],["tsd","application/timestamped-data"],["tsv","text/tab-separated-values"],["ttc","font/collection"],["ttf","font/ttf"],["ttl","text/turtle"],["ttml","application/ttml+xml"],["twd","application/vnd.simtech-mindmapper"],["twds","application/vnd.simtech-mindmapper"],["txd","application/vnd.genomatix.tuxedo"],["txf","application/vnd.mobius.txf"],["txt","text/plain"],["u8dsn","message/global-delivery-status"],["u8hdr","message/global-headers"],["u8mdn","message/global-disposition-notification"],["u8msg","message/global"],["u32","application/x-authorware-bin"],["ubj","application/ubjson"],["udeb","application/x-debian-package"],["ufd","application/vnd.ufdl"],["ufdl","application/vnd.ufdl"],["ulx","application/x-glulx"],["umj","application/vnd.umajin"],["unityweb","application/vnd.unity"],["uoml","application/vnd.uoml+xml"],["uri","text/uri-list"],["uris","text/uri-list"],["urls","text/uri-list"],["usdz","model/vnd.usdz+zip"],["ustar","application/x-ustar"],["utz","application/vnd.uiq.theme"],["uu","text/x-uuencode"],["uva","audio/vnd.dece.audio"],["uvd","application/vnd.dece.data"],["uvf","application/vnd.dece.data"],["uvg","image/vnd.dece.graphic"],["uvh","video/vnd.dece.hd"],["uvi","image/vnd.dece.graphic"],["uvm","video/vnd.dece.mobile"],["uvp","video/vnd.dece.pd"],["uvs","video/vnd.dece.sd"],["uvt","application/vnd.dece.ttml+xml"],["uvu","video/vnd.uvvu.mp4"],["uvv","video/vnd.dece.video"],["uvva","audio/vnd.dece.audio"],["uvvd","application/vnd.dece.data"],["uvvf","application/vnd.dece.data"],["uvvg","image/vnd.dece.graphic"],["uvvh","video/vnd.dece.hd"],["uvvi","image/vnd.dece.graphic"],["uvvm","video/vnd.dece.mobile"],["uvvp","video/vnd.dece.pd"],["uvvs","video/vnd.dece.sd"],["uvvt","application/vnd.dece.ttml+xml"],["uvvu","video/vnd.uvvu.mp4"],["uvvv","video/vnd.dece.video"],["uvvx","application/vnd.dece.unspecified"],["uvvz","application/vnd.dece.zip"],["uvx","application/vnd.dece.unspecified"],["uvz","application/vnd.dece.zip"],["vbox","application/x-virtualbox-vbox"],["vbox-extpack","application/x-virtualbox-vbox-extpack"],["vcard","text/vcard"],["vcd","application/x-cdlink"],["vcf","text/x-vcard"],["vcg","application/vnd.groove-vcard"],["vcs","text/x-vcalendar"],["vcx","application/vnd.vcx"],["vdi","application/x-virtualbox-vdi"],["vds","model/vnd.sap.vds"],["vhd","application/x-virtualbox-vhd"],["vis","application/vnd.visionary"],["viv","video/vnd.vivo"],["vlc","application/videolan"],["vmdk","application/x-virtualbox-vmdk"],["vob","video/x-ms-vob"],["vor","application/vnd.stardivision.writer"],["vox","application/x-authorware-bin"],["vrml","model/vrml"],["vsd","application/vnd.visio"],["vsf","application/vnd.vsf"],["vss","application/vnd.visio"],["vst","application/vnd.visio"],["vsw","application/vnd.visio"],["vtf","image/vnd.valve.source.texture"],["vtt","text/vtt"],["vtu","model/vnd.vtu"],["vxml","application/voicexml+xml"],["w3d","application/x-director"],["wad","application/x-doom"],["wadl","application/vnd.sun.wadl+xml"],["war","application/java-archive"],["wasm","application/wasm"],["wav","audio/x-wav"],["wax","audio/x-ms-wax"],["wbmp","image/vnd.wap.wbmp"],["wbs","application/vnd.criticaltools.wbs+xml"],["wbxml","application/wbxml"],["wcm","application/vnd.ms-works"],["wdb","application/vnd.ms-works"],["wdp","image/vnd.ms-photo"],["weba","audio/webm"],["webapp","application/x-web-app-manifest+json"],["webm","video/webm"],["webmanifest","application/manifest+json"],["webp","image/webp"],["wg","application/vnd.pmi.widget"],["wgt","application/widget"],["wks","application/vnd.ms-works"],["wm","video/x-ms-wm"],["wma","audio/x-ms-wma"],["wmd","application/x-ms-wmd"],["wmf","image/wmf"],["wml","text/vnd.wap.wml"],["wmlc","application/wmlc"],["wmls","text/vnd.wap.wmlscript"],["wmlsc","application/vnd.wap.wmlscriptc"],["wmv","video/x-ms-wmv"],["wmx","video/x-ms-wmx"],["wmz","application/x-msmetafile"],["woff","font/woff"],["woff2","font/woff2"],["word","application/msword"],["wpd","application/vnd.wordperfect"],["wpl","application/vnd.ms-wpl"],["wps","application/vnd.ms-works"],["wqd","application/vnd.wqd"],["wri","application/x-mswrite"],["wrl","model/vrml"],["wsc","message/vnd.wfa.wsc"],["wsdl","application/wsdl+xml"],["wspolicy","application/wspolicy+xml"],["wtb","application/vnd.webturbo"],["wvx","video/x-ms-wvx"],["x3d","model/x3d+xml"],["x3db","model/x3d+fastinfoset"],["x3dbz","model/x3d+binary"],["x3dv","model/x3d-vrml"],["x3dvz","model/x3d+vrml"],["x3dz","model/x3d+xml"],["x32","application/x-authorware-bin"],["x_b","model/vnd.parasolid.transmit.binary"],["x_t","model/vnd.parasolid.transmit.text"],["xaml","application/xaml+xml"],["xap","application/x-silverlight-app"],["xar","application/vnd.xara"],["xav","application/xcap-att+xml"],["xbap","application/x-ms-xbap"],["xbd","application/vnd.fujixerox.docuworks.binder"],["xbm","image/x-xbitmap"],["xca","application/xcap-caps+xml"],["xcs","application/calendar+xml"],["xdf","application/xcap-diff+xml"],["xdm","application/vnd.syncml.dm+xml"],["xdp","application/vnd.adobe.xdp+xml"],["xdssc","application/dssc+xml"],["xdw","application/vnd.fujixerox.docuworks"],["xel","application/xcap-el+xml"],["xenc","application/xenc+xml"],["xer","application/patch-ops-error+xml"],["xfdf","application/vnd.adobe.xfdf"],["xfdl","application/vnd.xfdl"],["xht","application/xhtml+xml"],["xhtml","application/xhtml+xml"],["xhvml","application/xv+xml"],["xif","image/vnd.xiff"],["xl","application/excel"],["xla","application/vnd.ms-excel"],["xlam","application/vnd.ms-excel.addin.macroEnabled.12"],["xlc","application/vnd.ms-excel"],["xlf","application/xliff+xml"],["xlm","application/vnd.ms-excel"],["xls","application/vnd.ms-excel"],["xlsb","application/vnd.ms-excel.sheet.binary.macroEnabled.12"],["xlsm","application/vnd.ms-excel.sheet.macroEnabled.12"],["xlsx","application/vnd.openxmlformats-officedocument.spreadsheetml.sheet"],["xlt","application/vnd.ms-excel"],["xltm","application/vnd.ms-excel.template.macroEnabled.12"],["xltx","application/vnd.openxmlformats-officedocument.spreadsheetml.template"],["xlw","application/vnd.ms-excel"],["xm","audio/xm"],["xml","application/xml"],["xns","application/xcap-ns+xml"],["xo","application/vnd.olpc-sugar"],["xop","application/xop+xml"],["xpi","application/x-xpinstall"],["xpl","application/xproc+xml"],["xpm","image/x-xpixmap"],["xpr","application/vnd.is-xpr"],["xps","application/vnd.ms-xpsdocument"],["xpw","application/vnd.intercon.formnet"],["xpx","application/vnd.intercon.formnet"],["xsd","application/xml"],["xsl","application/xml"],["xslt","application/xslt+xml"],["xsm","application/vnd.syncml+xml"],["xspf","application/xspf+xml"],["xul","application/vnd.mozilla.xul+xml"],["xvm","application/xv+xml"],["xvml","application/xv+xml"],["xwd","image/x-xwindowdump"],["xyz","chemical/x-xyz"],["xz","application/x-xz"],["yaml","text/yaml"],["yang","application/yang"],["yin","application/yin+xml"],["yml","text/yaml"],["ymp","text/x-suse-ymp"],["z","application/x-compress"],["z1","application/x-zmachine"],["z2","application/x-zmachine"],["z3","application/x-zmachine"],["z4","application/x-zmachine"],["z5","application/x-zmachine"],["z6","application/x-zmachine"],["z7","application/x-zmachine"],["z8","application/x-zmachine"],["zaz","application/vnd.zzazz.deck+xml"],["zip","application/zip"],["zir","application/vnd.zul"],["zirz","application/vnd.zul"],["zmm","application/vnd.handheld-entertainment+xml"],["zsh","text/x-scriptzsh"]]);function Ot(e,t,n){const i=mh(e),{webkitRelativePath:r}=e,o=typeof t=="string"?t:typeof r=="string"&&r.length>0?r:`./${e.name}`;return typeof i.path!="string"&&Ol(i,"path",o),Ol(i,"relativePath",o),i}function mh(e){const{name:t}=e;if(t&&t.lastIndexOf(".")!==-1&&!e.type){const i=t.split(".").pop().toLowerCase(),r=fh.get(i);r&&Object.defineProperty(e,"type",{value:r,writable:!1,configurable:!1,enumerable:!0})}return e}function Ol(e,t,n){Object.defineProperty(e,t,{value:n,writable:!1,configurable:!1,enumerable:!0})}const hh=[".DS_Store","Thumbs.db"];function gh(e){return pt(this,void 0,void 0,function*(){return Vn(e)&&vh(e.dataTransfer)?wh(e.dataTransfer,e.type):xh(e)?yh(e):Array.isArray(e)&&e.every(t=>"getFile"in t&&typeof t.getFile=="function")?bh(e):[]})}function vh(e){return Vn(e)}function xh(e){return Vn(e)&&Vn(e.target)}function Vn(e){return typeof e=="object"&&e!==null}function yh(e){return Or(e.target.files).map(t=>Ot(t))}function bh(e){return pt(this,void 0,void 0,function*(){return(yield Promise.all(e.map(n=>n.getFile()))).map(n=>Ot(n))})}function wh(e,t){return pt(this,void 0,void 0,function*(){if(e.items){const n=Or(e.items).filter(r=>r.kind==="file");if(t!=="drop")return n;const i=yield Promise.all(n.map(Th));return Ml(Il(i))}return Ml(Or(e.files).map(n=>Ot(n)))})}function Ml(e){return e.filter(t=>hh.indexOf(t.name)===-1)}function Or(e){if(e===null)return[];const t=[];for(let n=0;n<e.length;n++){const i=e[n];t.push(i)}return t}function Th(e){if(typeof e.webkitGetAsEntry!="function")return Nl(e);const t=e.webkitGetAsEntry();return t&&t.isDirectory?Fl(t):Nl(e,t)}function Il(e){return e.reduce((t,n)=>[...t,...Array.isArray(n)?Il(n):[n]],[])}function Nl(e,t){return pt(this,void 0,void 0,function*(){var n;if(globalThis.isSecureContext&&typeof e.getAsFileSystemHandle=="function"){const o=yield e.getAsFileSystemHandle();if(o===null)throw new Error(`${e} is not a File`);if(o!==void 0){const s=yield o.getFile();return s.handle=o,Ot(s)}}const i=e.getAsFile();if(!i)throw new Error(`${e} is not a File`);return Ot(i,(n=t?.fullPath)!==null&&n!==void 0?n:void 0)})}function kh(e){return pt(this,void 0,void 0,function*(){return e.isDirectory?Fl(e):Sh(e)})}function Fl(e){const t=e.createReader();return new Promise((n,i)=>{const r=[];function o(){t.readEntries(s=>pt(this,void 0,void 0,function*(){if(s.length){const a=Promise.all(s.map(kh));r.push(a),o()}else try{const a=yield Promise.all(r);n(a)}catch(a){i(a)}}),s=>{i(s)})}o()})}function Sh(e){return pt(this,void 0,void 0,function*(){return new Promise((t,n)=>{e.file(i=>{const r=Ot(i,e.fullPath);t(r)},i=>{n(i)})})})}var Ln={},Vl;function jh(){return Vl||(Vl=1,Ln.__esModule=!0,Ln.default=function(e,t){if(e&&t){var n=Array.isArray(t)?t:t.split(",");if(n.length===0)return!0;var i=e.name||"",r=(e.type||"").toLowerCase(),o=r.replace(/\/.*$/,"");return n.some(function(s){var a=s.trim().toLowerCase();return a.charAt(0)==="."?i.toLowerCase().endsWith(a):a.endsWith("/*")?o===a.replace(/\/.*$/,""):r===a})}return!0}),Ln}var Eh=jh();const Mr=vo(Eh);function Ll(e){return Ah(e)||Ph(e)||$l(e)||Ch()}function Ch(){throw new TypeError(`Invalid attempt to spread non-iterable instance.
176
+ In order to be iterable, non-array objects must have a [Symbol.iterator]() method.`)}function Ph(e){if(typeof Symbol<"u"&&e[Symbol.iterator]!=null||e["@@iterator"]!=null)return Array.from(e)}function Ah(e){if(Array.isArray(e))return Ir(e)}function _l(e,t){var n=Object.keys(e);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);t&&(i=i.filter(function(r){return Object.getOwnPropertyDescriptor(e,r).enumerable})),n.push.apply(n,i)}return n}function zl(e){for(var t=1;t<arguments.length;t++){var n=arguments[t]!=null?arguments[t]:{};t%2?_l(Object(n),!0).forEach(function(i){Bl(e,i,n[i])}):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(n)):_l(Object(n)).forEach(function(i){Object.defineProperty(e,i,Object.getOwnPropertyDescriptor(n,i))})}return e}function Bl(e,t,n){return t in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}function sn(e,t){return Oh(e)||Rh(e,t)||$l(e,t)||Dh()}function Dh(){throw new TypeError(`Invalid attempt to destructure non-iterable instance.
177
+ In order to be iterable, non-array objects must have a [Symbol.iterator]() method.`)}function $l(e,t){if(e){if(typeof e=="string")return Ir(e,t);var n=Object.prototype.toString.call(e).slice(8,-1);if(n==="Object"&&e.constructor&&(n=e.constructor.name),n==="Map"||n==="Set")return Array.from(e);if(n==="Arguments"||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n))return Ir(e,t)}}function Ir(e,t){(t==null||t>e.length)&&(t=e.length);for(var n=0,i=new Array(t);n<t;n++)i[n]=e[n];return i}function Rh(e,t){var n=e==null?null:typeof Symbol<"u"&&e[Symbol.iterator]||e["@@iterator"];if(n!=null){var i=[],r=!0,o=!1,s,a;try{for(n=n.call(e);!(r=(s=n.next()).done)&&(i.push(s.value),!(t&&i.length===t));r=!0);}catch(l){o=!0,a=l}finally{try{!r&&n.return!=null&&n.return()}finally{if(o)throw a}}return i}}function Oh(e){if(Array.isArray(e))return e}var Mh=typeof Mr=="function"?Mr:Mr.default,Ih="file-invalid-type",Nh="file-too-large",Fh="file-too-small",Vh="too-many-files",Lh=function(){var t=arguments.length>0&&arguments[0]!==void 0?arguments[0]:"",n=t.split(","),i=n.length>1?"one of ".concat(n.join(", ")):n[0];return{code:Ih,message:"File type must be ".concat(i)}},Wl=function(t){return{code:Nh,message:"File is larger than ".concat(t," ").concat(t===1?"byte":"bytes")}},Ul=function(t){return{code:Fh,message:"File is smaller than ".concat(t," ").concat(t===1?"byte":"bytes")}},_h={code:Vh,message:"Too many files"};function zh(e){return e.type===""&&typeof e.getAsFile=="function"}function ql(e,t){var n=e.type==="application/x-moz-file"||Mh(e,t)||zh(e);return[n,n?null:Lh(t)]}function Kl(e,t,n){if(ft(e.size))if(ft(t)&&ft(n)){if(e.size>n)return[!1,Wl(n)];if(e.size<t)return[!1,Ul(t)]}else{if(ft(t)&&e.size<t)return[!1,Ul(t)];if(ft(n)&&e.size>n)return[!1,Wl(n)]}return[!0,null]}function ft(e){return e!=null}function Bh(e){var t=e.files,n=e.accept,i=e.minSize,r=e.maxSize,o=e.multiple,s=e.maxFiles,a=e.validator;return!o&&t.length>1||o&&s>=1&&t.length>s?!1:t.every(function(l){var u=ql(l,n),c=sn(u,1),d=c[0],f=Kl(l,i,r),m=sn(f,1),v=m[0],y=a?a(l):null;return d&&v&&!y})}function _n(e){return typeof e.isPropagationStopped=="function"?e.isPropagationStopped():typeof e.cancelBubble<"u"?e.cancelBubble:!1}function an(e){return e.dataTransfer?Array.prototype.some.call(e.dataTransfer.types,function(t){return t==="Files"||t==="application/x-moz-file"}):!!e.target&&!!e.target.files}function Yl(e){e.preventDefault()}function $h(e){return e.indexOf("MSIE")!==-1||e.indexOf("Trident/")!==-1}function Wh(e){return e.indexOf("Edge/")!==-1}function Uh(){var e=arguments.length>0&&arguments[0]!==void 0?arguments[0]:window.navigator.userAgent;return $h(e)||Wh(e)}function Ne(){for(var e=arguments.length,t=new Array(e),n=0;n<e;n++)t[n]=arguments[n];return function(i){for(var r=arguments.length,o=new Array(r>1?r-1:0),s=1;s<r;s++)o[s-1]=arguments[s];return t.some(function(a){return!_n(i)&&a&&a.apply(void 0,[i].concat(o)),_n(i)})}}function qh(){return"showOpenFilePicker"in window}function Kh(e){if(ft(e)){var t=Object.entries(e).filter(function(n){var i=sn(n,2),r=i[0],o=i[1],s=!0;return Hl(r)||(console.warn('Skipped "'.concat(r,'" because it is not a valid MIME type. Check https://developer.mozilla.org/en-US/docs/Web/HTTP/Basics_of_HTTP/MIME_types/Common_types for a list of valid MIME types.')),s=!1),(!Array.isArray(o)||!o.every(Gl))&&(console.warn('Skipped "'.concat(r,'" because an invalid file extension was provided.')),s=!1),s}).reduce(function(n,i){var r=sn(i,2),o=r[0],s=r[1];return zl(zl({},n),{},Bl({},o,s))},{});return[{description:"Files",accept:t}]}return e}function Yh(e){if(ft(e))return Object.entries(e).reduce(function(t,n){var i=sn(n,2),r=i[0],o=i[1];return[].concat(Ll(t),[r],Ll(o))},[]).filter(function(t){return Hl(t)||Gl(t)}).join(",")}function Hh(e){return e instanceof DOMException&&(e.name==="AbortError"||e.code===e.ABORT_ERR)}function Gh(e){return e instanceof DOMException&&(e.name==="SecurityError"||e.code===e.SECURITY_ERR)}function Hl(e){return e==="audio/*"||e==="video/*"||e==="image/*"||e==="text/*"||e==="application/*"||/\w+\/[-+.\w]+/g.test(e)}function Gl(e){return/^.*\.[\w]+$/.test(e)}var Xh=["children"],Zh=["open"],Jh=["refKey","role","onKeyDown","onFocus","onBlur","onClick","onDragEnter","onDragOver","onDragLeave","onDrop"],Qh=["refKey","onChange","onClick"];function Xl(e){return ng(e)||tg(e)||Zl(e)||eg()}function eg(){throw new TypeError(`Invalid attempt to spread non-iterable instance.
178
+ In order to be iterable, non-array objects must have a [Symbol.iterator]() method.`)}function tg(e){if(typeof Symbol<"u"&&e[Symbol.iterator]!=null||e["@@iterator"]!=null)return Array.from(e)}function ng(e){if(Array.isArray(e))return Fr(e)}function Nr(e,t){return og(e)||rg(e,t)||Zl(e,t)||ig()}function ig(){throw new TypeError(`Invalid attempt to destructure non-iterable instance.
179
+ In order to be iterable, non-array objects must have a [Symbol.iterator]() method.`)}function Zl(e,t){if(e){if(typeof e=="string")return Fr(e,t);var n=Object.prototype.toString.call(e).slice(8,-1);if(n==="Object"&&e.constructor&&(n=e.constructor.name),n==="Map"||n==="Set")return Array.from(e);if(n==="Arguments"||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n))return Fr(e,t)}}function Fr(e,t){(t==null||t>e.length)&&(t=e.length);for(var n=0,i=new Array(t);n<t;n++)i[n]=e[n];return i}function rg(e,t){var n=e==null?null:typeof Symbol<"u"&&e[Symbol.iterator]||e["@@iterator"];if(n!=null){var i=[],r=!0,o=!1,s,a;try{for(n=n.call(e);!(r=(s=n.next()).done)&&(i.push(s.value),!(t&&i.length===t));r=!0);}catch(l){o=!0,a=l}finally{try{!r&&n.return!=null&&n.return()}finally{if(o)throw a}}return i}}function og(e){if(Array.isArray(e))return e}function Jl(e,t){var n=Object.keys(e);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);t&&(i=i.filter(function(r){return Object.getOwnPropertyDescriptor(e,r).enumerable})),n.push.apply(n,i)}return n}function oe(e){for(var t=1;t<arguments.length;t++){var n=arguments[t]!=null?arguments[t]:{};t%2?Jl(Object(n),!0).forEach(function(i){Vr(e,i,n[i])}):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(n)):Jl(Object(n)).forEach(function(i){Object.defineProperty(e,i,Object.getOwnPropertyDescriptor(n,i))})}return e}function Vr(e,t,n){return t in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}function zn(e,t){if(e==null)return{};var n=sg(e,t),i,r;if(Object.getOwnPropertySymbols){var o=Object.getOwnPropertySymbols(e);for(r=0;r<o.length;r++)i=o[r],!(t.indexOf(i)>=0)&&Object.prototype.propertyIsEnumerable.call(e,i)&&(n[i]=e[i])}return n}function sg(e,t){if(e==null)return{};var n={},i=Object.keys(e),r,o;for(o=0;o<i.length;o++)r=i[o],!(t.indexOf(r)>=0)&&(n[r]=e[r]);return n}var Lr=k.forwardRef(function(e,t){var n=e.children,i=zn(e,Xh),r=zr(i),o=r.open,s=zn(r,Zh);return k.useImperativeHandle(t,function(){return{open:o}},[o]),k.createElement(k.Fragment,null,n(oe(oe({},s),{},{open:o})))});Lr.displayName="Dropzone";var Ql={disabled:!1,getFilesFromEvent:gh,maxSize:1/0,minSize:0,multiple:!0,maxFiles:0,preventDropOnDocument:!0,noClick:!1,noKeyboard:!1,noDrag:!1,noDragEventsBubbling:!1,validator:null,useFsAccessApi:!1,autoFocus:!1};Lr.defaultProps=Ql,Lr.propTypes={children:ie.func,accept:ie.objectOf(ie.arrayOf(ie.string)),multiple:ie.bool,preventDropOnDocument:ie.bool,noClick:ie.bool,noKeyboard:ie.bool,noDrag:ie.bool,noDragEventsBubbling:ie.bool,minSize:ie.number,maxSize:ie.number,maxFiles:ie.number,disabled:ie.bool,getFilesFromEvent:ie.func,onFileDialogCancel:ie.func,onFileDialogOpen:ie.func,useFsAccessApi:ie.bool,autoFocus:ie.bool,onDragEnter:ie.func,onDragLeave:ie.func,onDragOver:ie.func,onDrop:ie.func,onDropAccepted:ie.func,onDropRejected:ie.func,onError:ie.func,validator:ie.func};var _r={isFocused:!1,isFileDialogActive:!1,isDragActive:!1,isDragAccept:!1,isDragReject:!1,isDragGlobal:!1,acceptedFiles:[],fileRejections:[]};function zr(){var e=arguments.length>0&&arguments[0]!==void 0?arguments[0]:{},t=oe(oe({},Ql),e),n=t.accept,i=t.disabled,r=t.getFilesFromEvent,o=t.maxSize,s=t.minSize,a=t.multiple,l=t.maxFiles,u=t.onDragEnter,c=t.onDragLeave,d=t.onDragOver,f=t.onDrop,m=t.onDropAccepted,v=t.onDropRejected,y=t.onFileDialogCancel,w=t.onFileDialogOpen,g=t.useFsAccessApi,T=t.autoFocus,b=t.preventDropOnDocument,S=t.noClick,x=t.noKeyboard,A=t.noDrag,E=t.noDragEventsBubbling,P=t.onError,B=t.validator,q=k.useMemo(function(){return Yh(n)},[n]),$=k.useMemo(function(){return Kh(n)},[n]),ee=k.useMemo(function(){return typeof w=="function"?w:ec},[w]),X=k.useMemo(function(){return typeof y=="function"?y:ec},[y]),I=k.useRef(null),J=k.useRef(null),re=k.useReducer(ag,_r),Q=Nr(re,2),Y=Q[0],Z=Q[1],h=Y.isFocused,j=Y.isFileDialogActive,O=k.useRef(typeof window<"u"&&window.isSecureContext&&g&&qh()),N=function(){!O.current&&j&&setTimeout(function(){if(J.current){var _=J.current.files;_.length||(Z({type:"closeDialog"}),X())}},300)};k.useEffect(function(){return window.addEventListener("focus",N,!1),function(){window.removeEventListener("focus",N,!1)}},[J,j,X,O]);var F=k.useRef([]),L=k.useRef([]),K=function(_){I.current&&I.current.contains(_.target)||(_.preventDefault(),F.current=[])};k.useEffect(function(){return b&&(document.addEventListener("dragover",Yl,!1),document.addEventListener("drop",K,!1)),function(){b&&(document.removeEventListener("dragover",Yl),document.removeEventListener("drop",K))}},[I,b]),k.useEffect(function(){var R=function(_e){L.current=[].concat(Xl(L.current),[_e.target]),an(_e)&&Z({isDragGlobal:!0,type:"setDragGlobal"})},_=function(_e){L.current=L.current.filter(function(qe){return qe!==_e.target&&qe!==null}),!(L.current.length>0)&&Z({isDragGlobal:!1,type:"setDragGlobal"})},ce=function(){L.current=[],Z({isDragGlobal:!1,type:"setDragGlobal"})},me=function(){L.current=[],Z({isDragGlobal:!1,type:"setDragGlobal"})};return document.addEventListener("dragenter",R,!1),document.addEventListener("dragleave",_,!1),document.addEventListener("dragend",ce,!1),document.addEventListener("drop",me,!1),function(){document.removeEventListener("dragenter",R),document.removeEventListener("dragleave",_),document.removeEventListener("dragend",ce),document.removeEventListener("drop",me)}},[I]),k.useEffect(function(){return!i&&T&&I.current&&I.current.focus(),function(){}},[I,T,i]);var U=k.useCallback(function(R){P?P(R):console.error(R)},[P]),V=k.useCallback(function(R){R.preventDefault(),R.persist(),ei(R),F.current=[].concat(Xl(F.current),[R.target]),an(R)&&Promise.resolve(r(R)).then(function(_){if(!(_n(R)&&!E)){var ce=_.length,me=ce>0&&Bh({files:_,accept:q,minSize:s,maxSize:o,multiple:a,maxFiles:l,validator:B}),ve=ce>0&&!me;Z({isDragAccept:me,isDragReject:ve,isDragActive:!0,type:"setDraggedFiles"}),u&&u(R)}}).catch(function(_){return U(_)})},[r,u,U,E,q,s,o,a,l,B]),H=k.useCallback(function(R){R.preventDefault(),R.persist(),ei(R);var _=an(R);if(_&&R.dataTransfer)try{R.dataTransfer.dropEffect="copy"}catch{}return _&&d&&d(R),!1},[d,E]),G=k.useCallback(function(R){R.preventDefault(),R.persist(),ei(R);var _=F.current.filter(function(me){return I.current&&I.current.contains(me)}),ce=_.indexOf(R.target);ce!==-1&&_.splice(ce,1),F.current=_,!(_.length>0)&&(Z({type:"setDraggedFiles",isDragActive:!1,isDragAccept:!1,isDragReject:!1}),an(R)&&c&&c(R))},[I,c,E]),de=k.useCallback(function(R,_){var ce=[],me=[];R.forEach(function(ve){var _e=ql(ve,q),qe=Nr(_e,2),ao=qe[0],lo=qe[1],co=Kl(ve,s,o),ti=Nr(co,2),uo=ti[0],po=ti[1],fo=B?B(ve):null;if(ao&&uo&&!fo)ce.push(ve);else{var mo=[lo,po];fo&&(mo=mo.concat(fo)),me.push({file:ve,errors:mo.filter(function(Tx){return Tx})})}}),(!a&&ce.length>1||a&&l>=1&&ce.length>l)&&(ce.forEach(function(ve){me.push({file:ve,errors:[_h]})}),ce.splice(0)),Z({acceptedFiles:ce,fileRejections:me,type:"setFiles"}),f&&f(ce,me,_),me.length>0&&v&&v(me,_),ce.length>0&&m&&m(ce,_)},[Z,a,q,s,o,l,f,m,v,B]),D=k.useCallback(function(R){R.preventDefault(),R.persist(),ei(R),F.current=[],an(R)&&Promise.resolve(r(R)).then(function(_){_n(R)&&!E||de(_,R)}).catch(function(_){return U(_)}),Z({type:"reset"})},[r,de,U,E]),ge=k.useCallback(function(){if(O.current){Z({type:"openDialog"}),ee();var R={multiple:a,types:$};window.showOpenFilePicker(R).then(function(_){return r(_)}).then(function(_){de(_,null),Z({type:"closeDialog"})}).catch(function(_){Hh(_)?(X(_),Z({type:"closeDialog"})):Gh(_)?(O.current=!1,J.current?(J.current.value=null,J.current.click()):U(new Error("Cannot open the file picker because the https://developer.mozilla.org/en-US/docs/Web/API/File_System_Access_API is not supported and no <input> was provided."))):U(_)});return}J.current&&(Z({type:"openDialog"}),ee(),J.current.value=null,J.current.click())},[Z,ee,X,g,de,U,$,a]),ht=k.useCallback(function(R){!I.current||!I.current.isEqualNode(R.target)||(R.key===" "||R.key==="Enter"||R.keyCode===32||R.keyCode===13)&&(R.preventDefault(),ge())},[I,ge]),mn=k.useCallback(function(){Z({type:"focus"})},[]),Uc=k.useCallback(function(){Z({type:"blur"})},[]),qc=k.useCallback(function(){S||(Uh()?setTimeout(ge,0):ge())},[S,ge]),_t=function(_){return i?null:_},so=function(_){return x?null:_t(_)},Qn=function(_){return A?null:_t(_)},ei=function(_){E&&_.stopPropagation()},yx=k.useMemo(function(){return function(){var R=arguments.length>0&&arguments[0]!==void 0?arguments[0]:{},_=R.refKey,ce=_===void 0?"ref":_,me=R.role,ve=R.onKeyDown,_e=R.onFocus,qe=R.onBlur,ao=R.onClick,lo=R.onDragEnter,co=R.onDragOver,ti=R.onDragLeave,uo=R.onDrop,po=zn(R,Jh);return oe(oe(Vr({onKeyDown:so(Ne(ve,ht)),onFocus:so(Ne(_e,mn)),onBlur:so(Ne(qe,Uc)),onClick:_t(Ne(ao,qc)),onDragEnter:Qn(Ne(lo,V)),onDragOver:Qn(Ne(co,H)),onDragLeave:Qn(Ne(ti,G)),onDrop:Qn(Ne(uo,D)),role:typeof me=="string"&&me!==""?me:"presentation"},ce,I),!i&&!x?{tabIndex:0}:{}),po)}},[I,ht,mn,Uc,qc,V,H,G,D,x,A,i]),bx=k.useCallback(function(R){R.stopPropagation()},[]),wx=k.useMemo(function(){return function(){var R=arguments.length>0&&arguments[0]!==void 0?arguments[0]:{},_=R.refKey,ce=_===void 0?"ref":_,me=R.onChange,ve=R.onClick,_e=zn(R,Qh),qe=Vr({accept:q,multiple:a,type:"file",style:{border:0,clip:"rect(0, 0, 0, 0)",clipPath:"inset(50%)",height:"1px",margin:"0 -1px -1px 0",overflow:"hidden",padding:0,position:"absolute",width:"1px",whiteSpace:"nowrap"},onChange:_t(Ne(me,D)),onClick:_t(Ne(ve,bx)),tabIndex:-1},ce,J);return oe(oe({},qe),_e)}},[J,n,a,D,i]);return oe(oe({},Y),{},{isFocused:h&&!i,getRootProps:yx,getInputProps:wx,rootRef:I,inputRef:J,open:_t(ge)})}function ag(e,t){switch(t.type){case"focus":return oe(oe({},e),{},{isFocused:!0});case"blur":return oe(oe({},e),{},{isFocused:!1});case"openDialog":return oe(oe({},_r),{},{isFileDialogActive:!0});case"closeDialog":return oe(oe({},e),{},{isFileDialogActive:!1});case"setDraggedFiles":return oe(oe({},e),{},{isDragActive:t.isDragActive,isDragAccept:t.isDragAccept,isDragReject:t.isDragReject});case"setFiles":return oe(oe({},e),{},{acceptedFiles:t.acceptedFiles,fileRejections:t.fileRejections,isDragReject:!1});case"setDragGlobal":return oe(oe({},e),{},{isDragGlobal:t.isDragGlobal});case"reset":return oe({},_r);default:return e}}function ec(){}const lg={sm:"h-7",md:"h-8",lg:"h-10"},cg={sm:"px-2.5",md:"px-3",lg:"px-4"},ug={sm:"text-xs",md:"text-sm",lg:"text-sm"},dg=e=>{const{label:t,description:n,error:i,placeholder:r="No file chosen",buttonText:o="Choose",Icon:s=qm,size:a="md",value:l,isUploaded:u=!1,isUploading:c=!1,onChange:d,onDropRejected:f,accept:m,maxSize:v,minSize:y,disabled:w=!1,className:g}=e,T=async B=>{const[q]=B;q&&await d?.(q)},{getRootProps:b,getInputProps:S,open:x,isDragActive:A,isFocused:E}=zr({multiple:!1,accept:m,maxSize:v,minSize:y,disabled:w,onDrop:T,onDropRejected:f}),P=l?.name;return p.jsx(Je.Provider,{value:a,children:p.jsxs("div",{className:M("flex flex-col",g),children:[p.jsx(We,{children:t}),p.jsxs("div",{...b({className:M("flex flex-row items-center","border input-base rounded-xl shadow-sm transition-all duration-150","ring-0 focus:outline-none",(E||A)&&"ring-4",i&&"input-error",w&&"opacity-60 cursor-not-allowed",lt[a],ct[a],"gap-3")}),children:[p.jsx("input",{...S()}),p.jsx(s,{className:M("input-icon shrink-0",Rt[a])}),p.jsx("span",{className:M("flex-1 truncate",Xe[a],!P&&"text-[var(--color-input-placeholder)]"),children:P??r}),i&&p.jsx(Ze,{}),c&&!i&&p.jsx("div",{className:"h-5 w-5 flex items-center justify-center",children:p.jsx(At,{className:"h-4 w-4 text-[var(--color-input-icon)]"})}),u&&!c&&!i&&p.jsx("div",{className:"h-5 w-5",children:p.jsx(wr,{className:"h-5 w-5 text-[var(--color-status-success)]"})}),p.jsx("button",{type:"button",disabled:w,onClick:B=>{B.stopPropagation(),x()},className:M("inline-flex flex-row items-center justify-center shrink-0","border button-white shadow-sm rounded-[calc(var(--border-radius-input)-0.25rem)]","font-semibold cursor-pointer select-none transition-all duration-150","button-ring ring-0 hover:ring-4 active:ring-1 focus:outline-none focus:ring-4","disabled:cursor-default","mr-1.5",lg[a],cg[a],ug[a]),children:o})]}),p.jsx(Ce,{children:n}),p.jsx(Pe,{children:i})]})})},pg=e=>e<1024?`${e} B`:e<1024*1024?`${(e/1024).toFixed(1)} KB`:e<1024*1024*1024?`${(e/(1024*1024)).toFixed(1)} MB`:`${(e/(1024*1024*1024)).toFixed(1)} GB`,tc=e=>{const{file:t,isUploaded:n=!1,isUploading:i=!1,error:r,onRemove:o,className:s}=e,a=i||n||!!r;return p.jsxs("div",{className:M("flex flex-row items-center gap-3","border input-base rounded-xl shadow-sm","pl-4 pr-1 py-1",r&&"input-error",s),children:[a&&p.jsx("div",{className:"shrink-0 h-5 w-5 flex items-center justify-center",children:r?p.jsx(Tr,{className:"h-5 w-5 input-error-icon"}):i?p.jsx(At,{className:"h-4 w-4 text-[var(--color-input-icon)]"}):p.jsx(wr,{className:"h-5 w-5 text-[var(--color-status-success)]"})}),p.jsx("div",{className:"flex-1 min-w-0 text-sm font-medium truncate",children:t.name}),p.jsx("div",{className:"shrink-0 text-sm text-[var(--color-input-description-text)]",children:pg(t.size)}),o&&p.jsx(In,{variant:"transparent",size:"sm",Icon:ut,onClick:o,"aria-label":"Remove file",className:"shrink-0"})]})},fg=e=>{const{label:t,description:n,error:i,title:r="Drop files here",hint:o,Icon:s=$m,onUpload:a,onFileRemoved:l,onDropRejected:u,renderFileTile:c,accept:d,maxSize:f,minSize:m,maxFiles:v,disabled:y=!1,className:w}=e,[g,T]=k.useState([]),b=k.useRef(0),S=($,ee)=>{T(X=>X.map(I=>I.id===$?{...I,...ee}:I))},x=$=>{if($.length===0)return;const ee=$.map(X=>({id:String(++b.current),file:X,status:a?"uploading":"idle"}));if(T(X=>[...X,...ee]),!!a)for(const X of ee)Promise.resolve().then(()=>a(X.file)).then(()=>S(X.id,{status:"uploaded"})).catch(I=>{S(X.id,{status:"error",error:I instanceof Error?I:new Error(String(I))})})},A=$=>{const ee=g.find(X=>X.id===$);T(X=>X.filter(I=>I.id!==$)),ee&&l?.(ee.file)},{getRootProps:E,getInputProps:P,isDragActive:B,isFocused:q}=zr({multiple:!0,accept:d,maxSize:f,minSize:m,maxFiles:v,disabled:y,onDrop:x,onDropRejected:u});return p.jsxs("div",{className:M("flex flex-col",w),children:[p.jsx(We,{children:t}),p.jsxs("div",{...E({className:M("flex flex-col items-center justify-center gap-1","border-2 border-dashed input-base rounded-xl bg-transparent!","py-10 px-6 cursor-pointer transition-all duration-150","ring-0 focus:outline-none",(q||B)&&"ring-4",i&&"input-error",y&&"opacity-60 cursor-not-allowed")}),children:[p.jsx("input",{...P()}),p.jsx("div",{className:"h-14 w-14 rounded-xl flex items-center justify-center bg-[var(--color-input-file-icon-bg)] mb-2",children:p.jsx(s,{className:"h-7 w-7 input-icon"})}),p.jsx("div",{className:"text-base font-semibold",children:r}),o&&p.jsx("div",{className:"text-sm text-[var(--color-input-description-text)] ",children:o})]}),g.length>0&&p.jsx("div",{className:"flex flex-col gap-2 mt-3",children:g.map($=>{const ee={file:$.file,isUploading:$.status==="uploading",isUploaded:$.status==="uploaded",error:$.status==="error"?$.error?.message:void 0,onRemove:()=>A($.id)};return p.jsx(C.Fragment,{children:c?c($.file,ee):p.jsx(tc,{...ee})},$.id)})}),p.jsx(Ce,{children:n}),p.jsx(Pe,{children:i})]})},mg=e=>{const{className:t,label:n,description:i,options:r,error:o,size:s="md",...a}=e;return p.jsx(Je.Provider,{value:s,children:p.jsxs("div",{className:M("flex flex-col",t),children:[p.jsx(We,{children:n}),p.jsxs("div",{className:"relative flex w-full flex-col",children:[p.jsx("select",{className:M("appearance-none border input-base bg-none transition-all duration-150 rounded-xl shadow-sm ring-0 focus:ring-4 focus:outline-none",lt[s],Xe[s],ct[s],Dt[s]),...a,children:r&&r.map((l,u)=>p.jsx("option",{value:l.value,disabled:l.disabled,children:l.label},u))}),p.jsxs(dt,{children:[o&&p.jsx(Ze,{}),p.jsx(Ue,{Icon:on})]})]}),p.jsx(Ce,{children:i}),p.jsx(Pe,{children:o})]})})},ln=e=>{const{children:t,onClick:n,selected:i,disabled:r=!1}=e;return p.jsxs("div",{onClick:()=>!r&&n&&n(),className:M("option-base px-4 py-2 rounded-xl cursor-pointer transition-all duration-150 select-none flex flex-row gap-3 items-center",i&&!r&&"option-selected",r&&"option-disabled cursor-not-allowed hover:bg-transparent active:bg-transparent"),children:[p.jsx("div",{className:"flex-1",children:t}),i&&!r&&p.jsx("div",{className:"shrink-0",children:p.jsx(_m,{className:"h-5 w-5"})})]})};function Bn(){return typeof window<"u"}function Mt(e){return Br(e)?(e.nodeName||"").toLowerCase():"#document"}function ke(e){var t;return(e==null||(t=e.ownerDocument)==null?void 0:t.defaultView)||window}function Fe(e){var t;return(t=(Br(e)?e.ownerDocument:e.document)||window.document)==null?void 0:t.documentElement}function Br(e){return Bn()?e instanceof Node||e instanceof ke(e).Node:!1}function ye(e){return Bn()?e instanceof Element||e instanceof ke(e).Element:!1}function Ve(e){return Bn()?e instanceof HTMLElement||e instanceof ke(e).HTMLElement:!1}function $r(e){return!Bn()||typeof ShadowRoot>"u"?!1:e instanceof ShadowRoot||e instanceof ke(e).ShadowRoot}const hg=new Set(["inline","contents"]);function cn(e){const{overflow:t,overflowX:n,overflowY:i,display:r}=Oe(e);return/auto|scroll|overlay|hidden|clip/.test(t+i+n)&&!hg.has(r)}const gg=new Set(["table","td","th"]);function vg(e){return gg.has(Mt(e))}const xg=[":popover-open",":modal"];function $n(e){return xg.some(t=>{try{return e.matches(t)}catch{return!1}})}const yg=["transform","translate","scale","rotate","perspective"],bg=["transform","translate","scale","rotate","perspective","filter"],wg=["paint","layout","strict","content"];function Wr(e){const t=Ur(),n=ye(e)?Oe(e):e;return yg.some(i=>n[i]?n[i]!=="none":!1)||(n.containerType?n.containerType!=="normal":!1)||!t&&(n.backdropFilter?n.backdropFilter!=="none":!1)||!t&&(n.filter?n.filter!=="none":!1)||bg.some(i=>(n.willChange||"").includes(i))||wg.some(i=>(n.contain||"").includes(i))}function Tg(e){let t=Qe(e);for(;Ve(t)&&!It(t);){if(Wr(t))return t;if($n(t))return null;t=Qe(t)}return null}function Ur(){return typeof CSS>"u"||!CSS.supports?!1:CSS.supports("-webkit-backdrop-filter","none")}const kg=new Set(["html","body","#document"]);function It(e){return kg.has(Mt(e))}function Oe(e){return ke(e).getComputedStyle(e)}function Wn(e){return ye(e)?{scrollLeft:e.scrollLeft,scrollTop:e.scrollTop}:{scrollLeft:e.scrollX,scrollTop:e.scrollY}}function Qe(e){if(Mt(e)==="html")return e;const t=e.assignedSlot||e.parentNode||$r(e)&&e.host||Fe(e);return $r(t)?t.host:t}function nc(e){const t=Qe(e);return It(t)?e.ownerDocument?e.ownerDocument.body:e.body:Ve(t)&&cn(t)?t:nc(t)}function un(e,t,n){var i;t===void 0&&(t=[]),n===void 0&&(n=!0);const r=nc(e),o=r===((i=e.ownerDocument)==null?void 0:i.body),s=ke(r);if(o){const a=qr(s);return t.concat(s,s.visualViewport||[],cn(r)?r:[],a&&n?un(a):[])}return t.concat(r,un(r,[],n))}function qr(e){return e.parent&&Object.getPrototypeOf(e.parent)?e.frameElement:null}const dn=Math.min,Ae=Math.max,Un=Math.round,qn=Math.floor,Le=e=>({x:e,y:e});function ic(e,t){return typeof e=="function"?e(t):e}function Kr(e){return e.split("-")[0]}function rc(e){return e.split("-")[1]}function Sg(e){return e==="x"?"y":"x"}function jg(e){return e==="y"?"height":"width"}const Eg=new Set(["top","bottom"]);function Yr(e){return Eg.has(Kr(e))?"y":"x"}function Cg(e){return Sg(Yr(e))}function Pg(e){return{top:0,right:0,bottom:0,left:0,...e}}function Ag(e){return typeof e!="number"?Pg(e):{top:e,right:e,bottom:e,left:e}}function Kn(e){const{x:t,y:n,width:i,height:r}=e;return{width:i,height:r,top:n,left:t,right:t+i,bottom:n+r,x:t,y:n}}/*!
127
180
  * tabbable 6.2.0
128
181
  * @license MIT, https://github.com/focus-trap/tabbable/blob/master/LICENSE
129
- */var Th=["input:not([inert])","select:not([inert])","textarea:not([inert])","a[href]:not([inert])","button:not([inert])","[tabindex]:not(slot):not([inert])","audio[controls]:not([inert])","video[controls]:not([inert])",'[contenteditable]:not([contenteditable="false"]):not([inert])',"details>summary:first-of-type:not([inert])","details:not([inert])"],Ys=Th.join(","),ya=typeof Element>"u",Bt=ya?function(){}:Element.prototype.matches||Element.prototype.msMatchesSelector||Element.prototype.webkitMatchesSelector,mn=!ya&&Element.prototype.getRootNode?function(e){var t;return e==null||(t=e.getRootNode)===null||t===void 0?void 0:t.call(e)}:function(e){return e?.ownerDocument},pn=function e(t,n){var s;n===void 0&&(n=!0);var i=t==null||(s=t.getAttribute)===null||s===void 0?void 0:s.call(t,"inert"),o=i===""||i==="true",r=o||n&&t&&e(t.parentNode);return r},Sh=function(t){var n,s=t==null||(n=t.getAttribute)===null||n===void 0?void 0:n.call(t,"contenteditable");return s===""||s==="true"},Ch=function(t,n,s){if(pn(t))return[];var i=Array.prototype.slice.apply(t.querySelectorAll(Ys));return n&&Bt.call(t,Ys)&&i.unshift(t),i=i.filter(s),i},Ph=function e(t,n,s){for(var i=[],o=Array.from(t);o.length;){var r=o.shift();if(!pn(r,!1))if(r.tagName==="SLOT"){var a=r.assignedElements(),l=a.length?a:r.children,u=e(l,!0,s);s.flatten?i.push.apply(i,u):i.push({scopeParent:r,candidates:u})}else{var c=Bt.call(r,Ys);c&&s.filter(r)&&(n||!t.includes(r))&&i.push(r);var d=r.shadowRoot||typeof s.getShadowRoot=="function"&&s.getShadowRoot(r),h=!pn(d,!1)&&(!s.shadowRootFilter||s.shadowRootFilter(r));if(d&&h){var m=e(d===!0?r.children:d.children,!0,s);s.flatten?i.push.apply(i,m):i.push({scopeParent:r,candidates:m})}else o.unshift.apply(o,r.children)}}return i},va=function(t){return!isNaN(parseInt(t.getAttribute("tabindex"),10))},xa=function(t){if(!t)throw new Error("No node provided");return t.tabIndex<0&&(/^(AUDIO|VIDEO|DETAILS)$/.test(t.tagName)||Sh(t))&&!va(t)?0:t.tabIndex},kh=function(t,n){var s=xa(t);return s<0&&n&&!va(t)?0:s},Eh=function(t,n){return t.tabIndex===n.tabIndex?t.documentOrder-n.documentOrder:t.tabIndex-n.tabIndex},ba=function(t){return t.tagName==="INPUT"},Ah=function(t){return ba(t)&&t.type==="hidden"},jh=function(t){var n=t.tagName==="DETAILS"&&Array.prototype.slice.apply(t.children).some(function(s){return s.tagName==="SUMMARY"});return n},Rh=function(t,n){for(var s=0;s<t.length;s++)if(t[s].checked&&t[s].form===n)return t[s]},Dh=function(t){if(!t.name)return!0;var n=t.form||mn(t),s=function(a){return n.querySelectorAll('input[type="radio"][name="'+a+'"]')},i;if(typeof window<"u"&&typeof window.CSS<"u"&&typeof window.CSS.escape=="function")i=s(window.CSS.escape(t.name));else try{i=s(t.name)}catch(r){return console.error("Looks like you have a radio button with a name attribute containing invalid CSS selector characters and need the CSS.escape polyfill: %s",r.message),!1}var o=Rh(i,t.form);return!o||o===t},Mh=function(t){return ba(t)&&t.type==="radio"},Nh=function(t){return Mh(t)&&!Dh(t)},Vh=function(t){var n,s=t&&mn(t),i=(n=s)===null||n===void 0?void 0:n.host,o=!1;if(s&&s!==t){var r,a,l;for(o=!!((r=i)!==null&&r!==void 0&&(a=r.ownerDocument)!==null&&a!==void 0&&a.contains(i)||t!=null&&(l=t.ownerDocument)!==null&&l!==void 0&&l.contains(t));!o&&i;){var u,c,d;s=mn(i),i=(u=s)===null||u===void 0?void 0:u.host,o=!!((c=i)!==null&&c!==void 0&&(d=c.ownerDocument)!==null&&d!==void 0&&d.contains(i))}}return o},wa=function(t){var n=t.getBoundingClientRect(),s=n.width,i=n.height;return s===0&&i===0},Ih=function(t,n){var s=n.displayCheck,i=n.getShadowRoot;if(getComputedStyle(t).visibility==="hidden")return!0;var o=Bt.call(t,"details>summary:first-of-type"),r=o?t.parentElement:t;if(Bt.call(r,"details:not([open]) *"))return!0;if(!s||s==="full"||s==="legacy-full"){if(typeof i=="function"){for(var a=t;t;){var l=t.parentElement,u=mn(t);if(l&&!l.shadowRoot&&i(l)===!0)return wa(t);t.assignedSlot?t=t.assignedSlot:!l&&u!==t.ownerDocument?t=u.host:t=l}t=a}if(Vh(t))return!t.getClientRects().length;if(s!=="legacy-full")return!0}else if(s==="non-zero-area")return wa(t);return!1},Oh=function(t){if(/^(INPUT|BUTTON|SELECT|TEXTAREA)$/.test(t.tagName))for(var n=t.parentElement;n;){if(n.tagName==="FIELDSET"&&n.disabled){for(var s=0;s<n.children.length;s++){var i=n.children.item(s);if(i.tagName==="LEGEND")return Bt.call(n,"fieldset[disabled] *")?!0:!i.contains(t)}return!0}n=n.parentElement}return!1},Lh=function(t,n){return!(n.disabled||pn(n)||Ah(n)||Ih(n,t)||jh(n)||Oh(n))},Ta=function(t,n){return!(Nh(n)||xa(n)<0||!Lh(t,n))},Fh=function(t){var n=parseInt(t.getAttribute("tabindex"),10);return!!(isNaN(n)||n>=0)},Bh=function e(t){var n=[],s=[];return t.forEach(function(i,o){var r=!!i.scopeParent,a=r?i.scopeParent:i,l=kh(a,r),u=r?e(i.candidates):a;l===0?r?n.push.apply(n,u):n.push(a):s.push({documentOrder:o,tabIndex:l,item:i,isScope:r,content:u})}),s.sort(Eh).reduce(function(i,o){return o.isScope?i.push.apply(i,o.content):i.push(o.content),i},[]).concat(n)},Sa=function(t,n){n=n||{};var s;return n.getShadowRoot?s=Ph([t],n.includeContainer,{filter:Ta.bind(null,n),flatten:!1,getShadowRoot:n.getShadowRoot,shadowRootFilter:Fh}):s=Ch(t,n.includeContainer,Ta.bind(null,n)),Bh(s)};function _h(){const e=navigator.userAgentData;return e!=null&&e.platform?e.platform:navigator.platform}function zh(){return/apple/i.test(navigator.vendor)}function Wh(e){let t=e.activeElement;for(;((n=t)==null||(n=n.shadowRoot)==null?void 0:n.activeElement)!=null;){var n;t=t.shadowRoot.activeElement}return t}function $h(e,t){if(!e||!t)return!1;const n=t.getRootNode==null?void 0:t.getRootNode();if(e.contains(t))return!0;if(n&&Ws(n)){let s=t;for(;s;){if(e===s)return!0;s=s.parentNode||s.host}}return!1}function Gs(e){return e?.ownerDocument||document}var Uh=typeof document<"u",Kh=function(){},Re=Uh?T.useLayoutEffect:Kh;const Xh={...C}.useInsertionEffect||(e=>e());function Hh(e){const t=C.useRef(()=>{if(process.env.NODE_ENV!=="production")throw new Error("Cannot call an event handler while rendering.")});return Xh(()=>{t.current=e}),C.useCallback(function(){for(var n=arguments.length,s=new Array(n),i=0;i<n;i++)s[i]=arguments[i];return t.current==null?void 0:t.current(...s)},[])}const Ca=()=>({getShadowRoot:!0,displayCheck:typeof ResizeObserver=="function"&&ResizeObserver.toString().includes("[native code]")?"full":"none"});function Pa(e,t){const n=Sa(e,Ca()),s=n.length;if(s===0)return;const i=Wh(Gs(e)),o=n.indexOf(i),r=o===-1?t===1?0:s-1:o+t;return n[r]}function Yh(e){return Pa(Gs(e).body,1)||e}function Gh(e){return Pa(Gs(e).body,-1)||e}function qs(e,t){const n=t||e.currentTarget,s=e.relatedTarget;return!s||!$h(n,s)}function qh(e){Sa(e,Ca()).forEach(n=>{n.dataset.tabindex=n.getAttribute("tabindex")||"",n.setAttribute("tabindex","-1")})}function ka(e){e.querySelectorAll("[data-tabindex]").forEach(n=>{const s=n.dataset.tabindex;delete n.dataset.tabindex,s?n.setAttribute("tabindex",s):n.removeAttribute("tabindex")})}function Ea(e,t,n){let{reference:s,floating:i}=e;const o=Hs(t),r=xh(t),a=yh(r),l=Xs(t),u=o==="y",c=s.x+s.width/2-i.width/2,d=s.y+s.height/2-i.height/2,h=s[a]/2-i[a]/2;let m;switch(l){case"top":m={x:c,y:s.y-i.height};break;case"bottom":m={x:c,y:s.y+s.height};break;case"right":m={x:s.x+s.width,y:d};break;case"left":m={x:s.x-i.width,y:d};break;default:m={x:s.x,y:s.y}}switch(ga(t)){case"start":m[r]-=h*(n&&u?-1:1);break;case"end":m[r]+=h*(n&&u?-1:1);break}return m}const Zh=async(e,t,n)=>{const{placement:s="bottom",strategy:i="absolute",middleware:o=[],platform:r}=n,a=o.filter(Boolean),l=await(r.isRTL==null?void 0:r.isRTL(t));let u=await r.getElementRects({reference:e,floating:t,strategy:i}),{x:c,y:d}=Ea(u,s,l),h=s,m={},g=0;for(let v=0;v<a.length;v++){const{name:b,fn:p}=a[v],{x,y,data:P,reset:S}=await p({x:c,y:d,initialPlacement:s,placement:h,strategy:i,middlewareData:m,rects:u,platform:r,elements:{reference:e,floating:t}});c=x??c,d=y??d,m={...m,[b]:{...m[b],...P}},S&&g<=50&&(g++,typeof S=="object"&&(S.placement&&(h=S.placement),S.rects&&(u=S.rects===!0?await r.getElementRects({reference:e,floating:t,strategy:i}):S.rects),{x:c,y:d}=Ea(u,h,l)),v=-1)}return{x:c,y:d,placement:h,strategy:i,middlewareData:m}};async function Jh(e,t){var n;t===void 0&&(t={});const{x:s,y:i,platform:o,rects:r,elements:a,strategy:l}=e,{boundary:u="clippingAncestors",rootBoundary:c="viewport",elementContext:d="floating",altBoundary:h=!1,padding:m=0}=pa(t,e),g=wh(m),b=a[h?d==="floating"?"reference":"floating":d],p=hn(await o.getClippingRect({element:(n=await(o.isElement==null?void 0:o.isElement(b)))==null||n?b:b.contextElement||await(o.getDocumentElement==null?void 0:o.getDocumentElement(a.floating)),boundary:u,rootBoundary:c,strategy:l})),x=d==="floating"?{x:s,y:i,width:r.floating.width,height:r.floating.height}:r.reference,y=await(o.getOffsetParent==null?void 0:o.getOffsetParent(a.floating)),P=await(o.isElement==null?void 0:o.isElement(y))?await(o.getScale==null?void 0:o.getScale(y))||{x:1,y:1}:{x:1,y:1},S=hn(o.convertOffsetParentRelativeRectToViewportRelativeRect?await o.convertOffsetParentRelativeRectToViewportRelativeRect({elements:a,rect:x,offsetParent:y,strategy:l}):x);return{top:(p.top-S.top+g.top)/P.y,bottom:(S.bottom-p.bottom+g.bottom)/P.y,left:(p.left-S.left+g.left)/P.x,right:(S.right-p.right+g.right)/P.x}}const Qh=function(e){return e===void 0&&(e={}),{name:"size",options:e,async fn(t){var n,s;const{placement:i,rects:o,platform:r,elements:a}=t,{apply:l=()=>{},...u}=pa(e,t),c=await Jh(t,u),d=Xs(i),h=ga(i),m=Hs(i)==="y",{width:g,height:v}=o.floating;let b,p;d==="top"||d==="bottom"?(b=d,p=h===(await(r.isRTL==null?void 0:r.isRTL(a.floating))?"start":"end")?"left":"right"):(p=d,b=h==="end"?"top":"bottom");const x=v-c.top-c.bottom,y=g-c.left-c.right,P=Ft(v-c[b],x),S=Ft(g-c[p],y),A=!t.middlewareData.shift;let k=P,E=S;if((n=t.middlewareData.shift)!=null&&n.enabled.x&&(E=y),(s=t.middlewareData.shift)!=null&&s.enabled.y&&(k=x),A&&!h){const V=ce(c.left,0),F=ce(c.right,0),ie=ce(c.top,0),ne=ce(c.bottom,0);m?E=g-2*(V!==0||F!==0?V+F:ce(c.left,c.right)):k=v-2*(ie!==0||ne!==0?ie+ne:ce(c.top,c.bottom))}await l({...t,availableWidth:E,availableHeight:k});const N=await r.getDimensions(a.floating);return g!==N.width||v!==N.height?{reset:{rects:!0}}:{}}}};function Aa(e){const t=fe(e);let n=parseFloat(t.width)||0,s=parseFloat(t.height)||0;const i=ve(e),o=i?e.offsetWidth:n,r=i?e.offsetHeight:s,a=dn(n)!==o||dn(s)!==r;return a&&(n=o,s=r),{width:n,height:s,$:a}}function Zs(e){return Y(e)?e:e.contextElement}function ut(e){const t=Zs(e);if(!ve(t))return xe(1);const n=t.getBoundingClientRect(),{width:s,height:i,$:o}=Aa(t);let r=(o?dn(n.width):n.width)/s,a=(o?dn(n.height):n.height)/i;return(!r||!Number.isFinite(r))&&(r=1),(!a||!Number.isFinite(a))&&(a=1),{x:r,y:a}}const em=xe(0);function ja(e){const t=se(e);return!Us()||!t.visualViewport?em:{x:t.visualViewport.offsetLeft,y:t.visualViewport.offsetTop}}function tm(e,t,n){return t===void 0&&(t=!1),!n||t&&n!==se(e)?!1:t}function Ue(e,t,n,s){t===void 0&&(t=!1),n===void 0&&(n=!1);const i=e.getBoundingClientRect(),o=Zs(e);let r=xe(1);t&&(s?Y(s)&&(r=ut(s)):r=ut(e));const a=tm(o,n,s)?ja(o):xe(0);let l=(i.left+a.x)/r.x,u=(i.top+a.y)/r.y,c=i.width/r.x,d=i.height/r.y;if(o){const h=se(o),m=s&&Y(s)?se(s):s;let g=h,v=Ks(g);for(;v&&s&&m!==g;){const b=ut(v),p=v.getBoundingClientRect(),x=fe(v),y=p.left+(v.clientLeft+parseFloat(x.paddingLeft))*b.x,P=p.top+(v.clientTop+parseFloat(x.paddingTop))*b.y;l*=b.x,u*=b.y,c*=b.x,d*=b.y,l+=y,u+=P,g=se(v),v=Ks(g)}}return hn({width:c,height:d,x:l,y:u})}function gn(e,t){const n=un(e).scrollLeft;return t?t.left+n:Ue(ye(e)).left+n}function Ra(e,t){const n=e.getBoundingClientRect(),s=n.left+t.scrollLeft-gn(e,n),i=n.top+t.scrollTop;return{x:s,y:i}}function nm(e){let{elements:t,rect:n,offsetParent:s,strategy:i}=e;const o=i==="fixed",r=ye(s),a=t?cn(t.floating):!1;if(s===r||a&&o)return n;let l={scrollLeft:0,scrollTop:0},u=xe(1);const c=xe(0),d=ve(s);if((d||!d&&!o)&&((lt(s)!=="body"||Ot(r))&&(l=un(s)),ve(s))){const m=Ue(s);u=ut(s),c.x=m.x+s.clientLeft,c.y=m.y+s.clientTop}const h=r&&!d&&!o?Ra(r,l):xe(0);return{width:n.width*u.x,height:n.height*u.y,x:n.x*u.x-l.scrollLeft*u.x+c.x+h.x,y:n.y*u.y-l.scrollTop*u.y+c.y+h.y}}function sm(e){return Array.from(e.getClientRects())}function im(e){const t=ye(e),n=un(e),s=e.ownerDocument.body,i=ce(t.scrollWidth,t.clientWidth,s.scrollWidth,s.clientWidth),o=ce(t.scrollHeight,t.clientHeight,s.scrollHeight,s.clientHeight);let r=-n.scrollLeft+gn(e);const a=-n.scrollTop;return fe(s).direction==="rtl"&&(r+=ce(t.clientWidth,s.clientWidth)-i),{width:i,height:o,x:r,y:a}}const Da=25;function rm(e,t){const n=se(e),s=ye(e),i=n.visualViewport;let o=s.clientWidth,r=s.clientHeight,a=0,l=0;if(i){o=i.width,r=i.height;const c=Us();(!c||c&&t==="fixed")&&(a=i.offsetLeft,l=i.offsetTop)}const u=gn(s);if(u<=0){const c=s.ownerDocument,d=c.body,h=getComputedStyle(d),m=c.compatMode==="CSS1Compat"&&parseFloat(h.marginLeft)+parseFloat(h.marginRight)||0,g=Math.abs(s.clientWidth-d.clientWidth-m);g<=Da&&(o-=g)}else u<=Da&&(o+=u);return{width:o,height:r,x:a,y:l}}const om=new Set(["absolute","fixed"]);function am(e,t){const n=Ue(e,!0,t==="fixed"),s=n.top+e.clientTop,i=n.left+e.clientLeft,o=ve(e)?ut(e):xe(1),r=e.clientWidth*o.x,a=e.clientHeight*o.y,l=i*o.x,u=s*o.y;return{width:r,height:a,x:l,y:u}}function Ma(e,t,n){let s;if(t==="viewport")s=rm(e,n);else if(t==="document")s=im(ye(e));else if(Y(t))s=am(t,n);else{const i=ja(e);s={x:t.x-i.x,y:t.y-i.y,width:t.width,height:t.height}}return hn(s)}function Na(e,t){const n=je(e);return n===t||!Y(n)||ct(n)?!1:fe(n).position==="fixed"||Na(n,t)}function lm(e,t){const n=t.get(e);if(n)return n;let s=Lt(e,[],!1).filter(a=>Y(a)&&lt(a)!=="body"),i=null;const o=fe(e).position==="fixed";let r=o?je(e):e;for(;Y(r)&&!ct(r);){const a=fe(r),l=$s(r);!l&&a.position==="fixed"&&(i=null),(o?!l&&!i:!l&&a.position==="static"&&!!i&&om.has(i.position)||Ot(r)&&!l&&Na(e,r))?s=s.filter(c=>c!==r):i=a,r=je(r)}return t.set(e,s),s}function cm(e){let{element:t,boundary:n,rootBoundary:s,strategy:i}=e;const r=[...n==="clippingAncestors"?cn(t)?[]:lm(t,this._c):[].concat(n),s],a=r[0],l=r.reduce((u,c)=>{const d=Ma(t,c,i);return u.top=ce(d.top,u.top),u.right=Ft(d.right,u.right),u.bottom=Ft(d.bottom,u.bottom),u.left=ce(d.left,u.left),u},Ma(t,a,i));return{width:l.right-l.left,height:l.bottom-l.top,x:l.left,y:l.top}}function um(e){const{width:t,height:n}=Aa(e);return{width:t,height:n}}function dm(e,t,n){const s=ve(t),i=ye(t),o=n==="fixed",r=Ue(e,!0,o,t);let a={scrollLeft:0,scrollTop:0};const l=xe(0);function u(){l.x=gn(i)}if(s||!s&&!o)if((lt(t)!=="body"||Ot(i))&&(a=un(t)),s){const m=Ue(t,!0,o,t);l.x=m.x+t.clientLeft,l.y=m.y+t.clientTop}else i&&u();o&&!s&&i&&u();const c=i&&!s&&!o?Ra(i,a):xe(0),d=r.left+a.scrollLeft-l.x-c.x,h=r.top+a.scrollTop-l.y-c.y;return{x:d,y:h,width:r.width,height:r.height}}function Js(e){return fe(e).position==="static"}function Va(e,t){if(!ve(e)||fe(e).position==="fixed")return null;if(t)return t(e);let n=e.offsetParent;return ye(e)===n&&(n=n.ownerDocument.body),n}function Ia(e,t){const n=se(e);if(cn(e))return n;if(!ve(e)){let i=je(e);for(;i&&!ct(i);){if(Y(i)&&!Js(i))return i;i=je(i)}return n}let s=Va(e,t);for(;s&&ch(s)&&Js(s);)s=Va(s,t);return s&&ct(s)&&Js(s)&&!$s(s)?n:s||mh(e)||n}const fm=async function(e){const t=this.getOffsetParent||Ia,n=this.getDimensions,s=await n(e.floating);return{reference:dm(e.reference,await t(e.floating),e.strategy),floating:{x:0,y:0,width:s.width,height:s.height}}};function hm(e){return fe(e).direction==="rtl"}const mm={convertOffsetParentRelativeRectToViewportRelativeRect:nm,getDocumentElement:ye,getClippingRect:cm,getOffsetParent:Ia,getElementRects:fm,getClientRects:sm,getDimensions:um,getScale:ut,isElement:Y,isRTL:hm};function Oa(e,t){return e.x===t.x&&e.y===t.y&&e.width===t.width&&e.height===t.height}function pm(e,t){let n=null,s;const i=ye(e);function o(){var a;clearTimeout(s),(a=n)==null||a.disconnect(),n=null}function r(a,l){a===void 0&&(a=!1),l===void 0&&(l=1),o();const u=e.getBoundingClientRect(),{left:c,top:d,width:h,height:m}=u;if(a||t(),!h||!m)return;const g=fn(d),v=fn(i.clientWidth-(c+h)),b=fn(i.clientHeight-(d+m)),p=fn(c),y={rootMargin:-g+"px "+-v+"px "+-b+"px "+-p+"px",threshold:ce(0,Ft(1,l))||1};let P=!0;function S(A){const k=A[0].intersectionRatio;if(k!==l){if(!P)return r();k?r(!1,k):s=setTimeout(()=>{r(!1,1e-7)},1e3)}k===1&&!Oa(u,e.getBoundingClientRect())&&r(),P=!1}try{n=new IntersectionObserver(S,{...y,root:i.ownerDocument})}catch{n=new IntersectionObserver(S,y)}n.observe(e)}return r(!0),o}function gm(e,t,n,s){s===void 0&&(s={});const{ancestorScroll:i=!0,ancestorResize:o=!0,elementResize:r=typeof ResizeObserver=="function",layoutShift:a=typeof IntersectionObserver=="function",animationFrame:l=!1}=s,u=Zs(e),c=i||o?[...u?Lt(u):[],...Lt(t)]:[];c.forEach(p=>{i&&p.addEventListener("scroll",n,{passive:!0}),o&&p.addEventListener("resize",n)});const d=u&&a?pm(u,n):null;let h=-1,m=null;r&&(m=new ResizeObserver(p=>{let[x]=p;x&&x.target===u&&m&&(m.unobserve(t),cancelAnimationFrame(h),h=requestAnimationFrame(()=>{var y;(y=m)==null||y.observe(t)})),n()}),u&&!l&&m.observe(u),m.observe(t));let g,v=l?Ue(e):null;l&&b();function b(){const p=Ue(e);v&&!Oa(v,p)&&n(),v=p,g=requestAnimationFrame(b)}return n(),()=>{var p;c.forEach(x=>{i&&x.removeEventListener("scroll",n),o&&x.removeEventListener("resize",n)}),d?.(),(p=m)==null||p.disconnect(),m=null,l&&cancelAnimationFrame(g)}}const ym=Qh,vm=(e,t,n)=>{const s=new Map,i={platform:mm,...n},o={...i.platform,_c:s};return Zh(e,t,{...i,platform:o})};var xm=typeof document<"u",bm=function(){},yn=xm?T.useLayoutEffect:bm;function vn(e,t){if(e===t)return!0;if(typeof e!=typeof t)return!1;if(typeof e=="function"&&e.toString()===t.toString())return!0;let n,s,i;if(e&&t&&typeof e=="object"){if(Array.isArray(e)){if(n=e.length,n!==t.length)return!1;for(s=n;s--!==0;)if(!vn(e[s],t[s]))return!1;return!0}if(i=Object.keys(e),n=i.length,n!==Object.keys(t).length)return!1;for(s=n;s--!==0;)if(!{}.hasOwnProperty.call(t,i[s]))return!1;for(s=n;s--!==0;){const o=i[s];if(!(o==="_owner"&&e.$$typeof)&&!vn(e[o],t[o]))return!1}return!0}return e!==e&&t!==t}function La(e){return typeof window>"u"?1:(e.ownerDocument.defaultView||window).devicePixelRatio||1}function Fa(e,t){const n=La(e);return Math.round(t*n)/n}function Qs(e){const t=C.useRef(e);return yn(()=>{t.current=e}),t}function wm(e){e===void 0&&(e={});const{placement:t="bottom",strategy:n="absolute",middleware:s=[],platform:i,elements:{reference:o,floating:r}={},transform:a=!0,whileElementsMounted:l,open:u}=e,[c,d]=C.useState({x:0,y:0,strategy:n,placement:t,middlewareData:{},isPositioned:!1}),[h,m]=C.useState(s);vn(h,s)||m(s);const[g,v]=C.useState(null),[b,p]=C.useState(null),x=C.useCallback(I=>{I!==A.current&&(A.current=I,v(I))},[]),y=C.useCallback(I=>{I!==k.current&&(k.current=I,p(I))},[]),P=o||g,S=r||b,A=C.useRef(null),k=C.useRef(null),E=C.useRef(c),N=l!=null,V=Qs(l),F=Qs(i),ie=Qs(u),ne=C.useCallback(()=>{if(!A.current||!k.current)return;const I={placement:t,strategy:n,middleware:h};F.current&&(I.platform=F.current),vm(A.current,k.current,I).then(J=>{const w={...J,isPositioned:ie.current!==!1};O.current&&!vn(E.current,w)&&(E.current=w,ui.flushSync(()=>{d(w)}))})},[h,t,n,F,ie]);yn(()=>{u===!1&&E.current.isPositioned&&(E.current.isPositioned=!1,d(I=>({...I,isPositioned:!1})))},[u]);const O=C.useRef(!1);yn(()=>(O.current=!0,()=>{O.current=!1}),[]),yn(()=>{if(P&&(A.current=P),S&&(k.current=S),P&&S){if(V.current)return V.current(P,S,ne);ne()}},[P,S,ne,V,N]);const X=C.useMemo(()=>({reference:A,floating:k,setReference:x,setFloating:y}),[x,y]),re=C.useMemo(()=>({reference:P,floating:S}),[P,S]),z=C.useMemo(()=>{const I={position:n,left:0,top:0};if(!re.floating)return I;const J=Fa(re.floating,c.x),w=Fa(re.floating,c.y);return a?{...I,transform:"translate("+J+"px, "+w+"px)",...La(re.floating)>=1.5&&{willChange:"transform"}}:{position:n,left:J,top:w}},[n,a,re.floating,c.x,c.y]);return C.useMemo(()=>({...c,update:ne,refs:X,elements:re,floatingStyles:z}),[c,ne,X,re,z])}const Tm=(e,t)=>({...ym(e),options:[e,t]}),Sm={...C};let Ba=!1,Cm=0;const _a=()=>"floating-ui-"+Math.random().toString(36).slice(2,6)+Cm++;function Pm(){const[e,t]=C.useState(()=>Ba?_a():void 0);return Re(()=>{e==null&&t(_a())},[]),C.useEffect(()=>{Ba=!0},[]),e}const za=Sm.useId||Pm;let ei;process.env.NODE_ENV!=="production"&&(ei=new Set);function km(){for(var e,t=arguments.length,n=new Array(t),s=0;s<t;s++)n[s]=arguments[s];const i="Floating UI: "+n.join(" ");if(!((e=ei)!=null&&e.has(i))){var o;(o=ei)==null||o.add(i),console.error(i)}}function Em(){const e=new Map;return{emit(t,n){var s;(s=e.get(t))==null||s.forEach(i=>i(n))},on(t,n){e.has(t)||e.set(t,new Set),e.get(t).add(n)},off(t,n){var s;(s=e.get(t))==null||s.delete(n)}}}const Am=C.createContext(null),jm=C.createContext(null),Rm=()=>{var e;return((e=C.useContext(Am))==null?void 0:e.id)||null},Dm=()=>C.useContext(jm);function Wa(e){return"data-floating-ui-"+e}const $a={border:0,clip:"rect(0 0 0 0)",height:"1px",margin:"-1px",overflow:"hidden",padding:0,position:"fixed",whiteSpace:"nowrap",width:"1px",top:0,left:0},Ua=C.forwardRef(function(t,n){const[s,i]=C.useState();Re(()=>{zh()&&i("button")},[]);const o={ref:n,tabIndex:0,role:s,"aria-hidden":s?void 0:!0,[Wa("focus-guard")]:"",style:$a};return f.jsx("span",{...t,...o})}),Ka=C.createContext(null),Xa=Wa("portal");function Mm(e){e===void 0&&(e={});const{id:t,root:n}=e,s=za(),i=Nm(),[o,r]=C.useState(null),a=C.useRef(null);return Re(()=>()=>{o?.remove(),queueMicrotask(()=>{a.current=null})},[o]),Re(()=>{if(!s||a.current)return;const l=t?document.getElementById(t):null;if(!l)return;const u=document.createElement("div");u.id=s,u.setAttribute(Xa,""),l.appendChild(u),a.current=u,r(u)},[t,s]),Re(()=>{if(n===null||!s||a.current)return;let l=n||i?.portalNode;l&&!zs(l)&&(l=l.current),l=l||document.body;let u=null;t&&(u=document.createElement("div"),u.id=t,l.appendChild(u));const c=document.createElement("div");c.id=s,c.setAttribute(Xa,""),l=u||l,l.appendChild(c),a.current=c,r(c)},[t,n,s,i]),o}function ti(e){const{children:t,id:n,root:s,preserveTabOrder:i=!0}=e,o=Mm({id:n,root:s}),[r,a]=C.useState(null),l=C.useRef(null),u=C.useRef(null),c=C.useRef(null),d=C.useRef(null),h=r?.modal,m=r?.open,g=!!r&&!r.modal&&r.open&&i&&!!(s||o);return C.useEffect(()=>{if(!o||!i||h)return;function v(b){o&&qs(b)&&(b.type==="focusin"?ka:qh)(o)}return o.addEventListener("focusin",v,!0),o.addEventListener("focusout",v,!0),()=>{o.removeEventListener("focusin",v,!0),o.removeEventListener("focusout",v,!0)}},[o,i,h]),C.useEffect(()=>{o&&(m||ka(o))},[m,o]),f.jsxs(Ka.Provider,{value:C.useMemo(()=>({preserveTabOrder:i,beforeOutsideRef:l,afterOutsideRef:u,beforeInsideRef:c,afterInsideRef:d,portalNode:o,setFocusManagerState:a}),[i,o]),children:[g&&o&&f.jsx(Ua,{"data-type":"outside",ref:l,onFocus:v=>{if(qs(v,o)){var b;(b=c.current)==null||b.focus()}else{const p=r?r.domReference:null,x=Gh(p);x?.focus()}}}),g&&o&&f.jsx("span",{"aria-owns":o.id,style:$a}),o&&ui.createPortal(t,o),g&&o&&f.jsx(Ua,{"data-type":"outside",ref:u,onFocus:v=>{if(qs(v,o)){var b;(b=d.current)==null||b.focus()}else{const p=r?r.domReference:null,x=Yh(p);x?.focus(),r?.closeOnFocusOut&&r?.onOpenChange(!1,v.nativeEvent,"focus-out")}}})]})}const Nm=()=>C.useContext(Ka);let xn=0;const Ha="--floating-ui-scrollbar-width";function Vm(){const e=_h(),t=/iP(hone|ad|od)|iOS/.test(e)||e==="MacIntel"&&navigator.maxTouchPoints>1,n=document.body.style,i=Math.round(document.documentElement.getBoundingClientRect().left)+document.documentElement.scrollLeft?"paddingLeft":"paddingRight",o=window.innerWidth-document.documentElement.clientWidth,r=n.left?parseFloat(n.left):window.scrollX,a=n.top?parseFloat(n.top):window.scrollY;if(n.overflow="hidden",n.setProperty(Ha,o+"px"),o&&(n[i]=o+"px"),t){var l,u;const c=((l=window.visualViewport)==null?void 0:l.offsetLeft)||0,d=((u=window.visualViewport)==null?void 0:u.offsetTop)||0;Object.assign(n,{position:"fixed",top:-(a-Math.floor(d))+"px",left:-(r-Math.floor(c))+"px",right:"0"})}return()=>{Object.assign(n,{overflow:"",[i]:""}),n.removeProperty(Ha),t&&(Object.assign(n,{position:"",top:"",left:"",right:""}),window.scrollTo(r,a))}}let Ya=()=>{};const ni=C.forwardRef(function(t,n){const{lockScroll:s=!1,...i}=t;return Re(()=>{if(s)return xn++,xn===1&&(Ya=Vm()),()=>{xn--,xn===0&&Ya()}},[s]),f.jsx("div",{ref:n,...i,style:{position:"fixed",overflow:"auto",top:0,right:0,bottom:0,left:0,...i.style}})});function Im(e){const{open:t=!1,onOpenChange:n,elements:s}=e,i=za(),o=C.useRef({}),[r]=C.useState(()=>Em()),a=Rm()!=null;if(process.env.NODE_ENV!=="production"){const m=s.reference;m&&!Y(m)&&km("Cannot pass a virtual element to the `elements.reference` option,","as it must be a real DOM element. Use `refs.setPositionReference()`","instead.")}const[l,u]=C.useState(s.reference),c=Hh((m,g,v)=>{o.current.openEvent=m?g:void 0,r.emit("openchange",{open:m,event:g,reason:v,nested:a}),n?.(m,g,v)}),d=C.useMemo(()=>({setPositionReference:u}),[]),h=C.useMemo(()=>({reference:l||s.reference||null,floating:s.floating||null,domReference:s.reference}),[l,s.reference,s.floating]);return C.useMemo(()=>({dataRef:o,open:t,onOpenChange:c,elements:h,events:r,floatingId:i,refs:d}),[t,c,h,r,i,d])}function Om(e){e===void 0&&(e={});const{nodeId:t}=e,n=Im({...e,elements:{reference:null,floating:null,...e.elements}}),s=e.rootContext||n,i=s.elements,[o,r]=C.useState(null),[a,l]=C.useState(null),c=i?.domReference||o,d=C.useRef(null),h=Dm();Re(()=>{c&&(d.current=c)},[c]);const m=wm({...e,elements:{...i,...a&&{reference:a}}}),g=C.useCallback(y=>{const P=Y(y)?{getBoundingClientRect:()=>y.getBoundingClientRect(),getClientRects:()=>y.getClientRects(),contextElement:y}:y;l(P),m.refs.setReference(P)},[m.refs]),v=C.useCallback(y=>{(Y(y)||y===null)&&(d.current=y,r(y)),(Y(m.refs.reference.current)||m.refs.reference.current===null||y!==null&&!Y(y))&&m.refs.setReference(y)},[m.refs]),b=C.useMemo(()=>({...m.refs,setReference:v,setPositionReference:g,domReference:d}),[m.refs,v,g]),p=C.useMemo(()=>({...m.elements,domReference:c}),[m.elements,c]),x=C.useMemo(()=>({...m,...s,refs:b,elements:p,nodeId:t}),[m,b,p,t,s]);return Re(()=>{s.dataRef.current.floatingContext=x;const y=h?.nodesRef.current.find(P=>P.id===t);y&&(y.context=x)}),C.useMemo(()=>({...m,context:x,refs:b,elements:p}),[m,b,p,x])}const Lm={top:"bottom center","top-start":"bottom left","top-end":"bottom right",right:"left center","right-start":"top left","right-end":"bottom left",bottom:"top center","bottom-start":"top left","bottom-end":"top right",left:"right center","left-start":"top right","left-end":"bottom right"},Ga=C.memo(({open:e,children:t,className:n,onOutsideClick:s,floatingStyles:i,setFloating:o,placement:r})=>f.jsx(ti,{children:f.jsx(Zt,{children:e&&f.jsxs(f.Fragment,{children:[s&&f.jsx(ni,{onClick:s}),f.jsx("div",{ref:o,style:i,className:"z-50",children:f.jsx(Fe.div,{className:n,style:{transformOrigin:Lm[r]},initial:{opacity:0,scale:.95},animate:{opacity:1,scale:1},exit:{opacity:0,scale:.95},transition:{duration:.1,ease:"easeInOut"},children:t})})]})})})),dt=e=>{const{placement:t="bottom",onOutsideClick:n,fullWidth:s,minWidth:i,maxWidth:o}=e,r=C.useMemo(()=>[Tm({apply({rects:d,elements:h}){s&&(h.floating.style.width=`${d.reference.width}px`),i&&(h.floating.style.minWidth=`${i}px`),o&&(h.floating.style.maxWidth=`${o}px`)}})],[s,o,i]),{refs:a,floatingStyles:l}=Om({placement:t,middleware:r,whileElementsMounted:gm}),u=C.useRef({onOutsideClick:n,floatingStyles:l,setFloating:a.setFloating,placement:t});u.current={onOutsideClick:n,floatingStyles:l,setFloating:a.setFloating,placement:t};const c=C.useMemo(()=>{const d=h=>{const{floatingStyles:m,setFloating:g,onOutsideClick:v,placement:b}=u.current,{className:p,open:x,children:y}=h;return f.jsx(Ga,{open:x,className:p,onOutsideClick:v,floatingStyles:m,setFloating:g,placement:b,children:y})};return C.memo(d)},[]);return{anchorRef:a.setReference,Popover:c}},Fm="flex flex-col dropdown-panel border mt-1 rounded-xl shadow-lg overflow-y-auto relative space-y-1",Bm={sm:"p-2",md:"p-3",lg:"p-4"},ft=e=>{const{className:t,children:n,padding:s="md",...i}=e;return f.jsx("div",{className:R(Fm,Bm[s],t),...i,children:n})},_t=(e,t)=>{T.useEffect(()=>{if(!e)return;const n=s=>{s.key==="Escape"&&t()};return document.addEventListener("keydown",n),()=>{document.removeEventListener("keydown",n)}},[e,t])},qa=e=>{const{className:t,label:n,description:s,options:i,onChange:o,value:r,placeholder:a,maxHeight:l=300,error:u,size:c="md"}=e,[d,h]=T.useState(!1),m=C.useRef(null),g=i?.find(p=>p.value===r);_t(d,()=>h(!1)),T.useEffect(()=>{d&&m.current?.focus({preventScroll:!0})},[d]);const{anchorRef:v,Popover:b}=dt({placement:"bottom",fullWidth:!0,onOutsideClick:()=>h(!1)});return f.jsx(We.Provider,{value:c,children:f.jsxs("div",{className:R("flex flex-col",t),children:[f.jsx(_e,{children:n}),f.jsxs("div",{className:"relative flex w-full flex-col",ref:v,children:[f.jsxs("div",{ref:m,role:"button",tabIndex:0,className:R("flex flex-row items-center border select-trigger transition-all duration-150 rounded-xl shadow-sm ring-0 focus:ring-4 focus:outline-none select-none",it[c],Be[c],rt[c],ot[c],u&&"select-trigger-error",d&&"ring-4"),onKeyDown:p=>p.key===" "&&h(x=>!x),onClick:()=>h(!d),children:[g&&f.jsx("span",{children:g.label}),!g&&a&&f.jsx("span",{className:"select-placeholder",children:a})]}),f.jsxs($e,{children:[u&&f.jsx(ze,{}),!!r&&f.jsx(Ce,{Icon:at,onClick:()=>o(null)}),f.jsx(Ce,{Icon:Vt})]}),f.jsx(b,{open:d,children:f.jsx(ft,{className:"!p-0",style:{maxHeight:l},children:f.jsx("div",{className:"flex flex-col p-2 gap-1",children:i.map(p=>{const x=p.value===r;return f.jsx(It,{onClick:()=>{!p.disabled&&o&&(o(p.value),h(!1))},selected:x,disabled:p.disabled,children:p.label},String(p.value))})})})})]}),f.jsx(pe,{children:s}),f.jsx(ge,{children:u})]})})},_m=e=>{const{className:t,label:n,description:s,options:i,onChange:o,onSearch:r,value:a,placeholder:l,maxHeight:u=300,error:c,size:d="md"}=e,[h,m]=T.useState(!1),[g,v]=T.useState(i),[b,p]=T.useState(""),x=C.useRef(null),y=C.useRef(null),P=i?.find(k=>k.value===a);_t(h,()=>m(!1)),T.useEffect(()=>{v(r(b))},[b,i,r]),T.useEffect(()=>{h&&setTimeout(()=>y.current?.focus(),100)},[h]);const{anchorRef:S,Popover:A}=dt({placement:"bottom",fullWidth:!0,onOutsideClick:()=>m(!1)});return f.jsx(We.Provider,{value:d,children:f.jsxs("div",{className:R("flex flex-col",t),children:[f.jsx(_e,{children:n}),f.jsxs("div",{className:"relative flex w-full flex-col",ref:S,children:[f.jsxs("div",{ref:x,role:"button",tabIndex:0,className:R("flex flex-row items-center border select-trigger transition-all duration-150 rounded-xl shadow-sm ring-0 focus:ring-4 focus:outline-none select-none",it[d],Be[d],rt[d],ot[d],c&&"select-trigger-error",h&&"ring-4"),onKeyDown:k=>k.key===" "&&m(E=>!E),onClick:()=>m(!h),children:[P&&f.jsx("span",{children:P.label}),!P&&l&&f.jsx("span",{className:"select-placeholder",children:l})]}),f.jsxs($e,{children:[c&&f.jsx(ze,{}),!!a&&f.jsx(Ce,{Icon:at,onClick:()=>o(null)}),f.jsx(Ce,{Icon:Vt})]}),f.jsx(A,{open:h,children:f.jsxs(ft,{className:"gap-0 !p-0",style:{maxHeight:u},children:[f.jsxs("div",{className:"sticky top-0 border-b select-search-bar py-1 backdrop-blur-sm",children:[f.jsx("input",{ref:y,type:"text",placeholder:"Search",value:b,className:"appearance-none border-none w-full bg-transparent rounded- pl-10 transition-all duration-150 focus:outline-none ring-0 placeholder:text-[var(--color-input-placeholder)]",onChange:k=>p(k.target.value)}),f.jsx(Bs,{className:"absolute select-search-icon left-4 top-4 h-4 w-4"})]}),f.jsxs("div",{className:"flex flex-col gap-1 p-2",children:[b!==""&&f.jsxs(f.Fragment,{children:[g.length===0&&f.jsx("div",{className:"flex flex-col items-center justify-center py-6",children:f.jsx(fa,{className:"h-6 w-6 text-[var(--color-input-text)]"})}),g.map(k=>{const E=k.value===a;return f.jsx(It,{onClick:()=>{!k.disabled&&o&&(o(k.value),m(!1))},selected:E,disabled:k.disabled,children:k.label},String(k.value))})]}),b===""&&f.jsx(f.Fragment,{children:i.map(k=>{const E=k.value===a;return f.jsx(It,{onClick:()=>{!k.disabled&&o&&(o(k.value),m(!1))},selected:E,disabled:k.disabled,children:k.label},String(k.value))})})]})]})})]}),f.jsx(pe,{children:s}),f.jsx(ge,{children:c})]})})},zm=(e,t)=>{const[n,s]=T.useState(e);return T.useEffect(()=>{const i=setTimeout(()=>{s(e)},t);return()=>{clearTimeout(i)}},[e,t]),n},Wm=e=>{const{className:t,label:n,description:s,onChange:i,fetchOptionsByQuery:o,fetchOptionByValue:r,onSearchDebounceMs:a=300,value:l,placeholder:u,maxHeight:c=300,error:d,size:h="md"}=e,[m,g]=T.useState(!1),v=C.useRef(null),[b,p]=T.useState(""),[x,y]=T.useState([]),[P,S]=T.useState(null),A=C.useRef(null),[k,E]=T.useState(!1),[N,V]=T.useState(!1);_t(m,()=>g(!1));const F=zm(b,a);T.useEffect(()=>{(async()=>{E(!0);const X=await o(F);y(X),E(!1)})()},[F,o]),T.useEffect(()=>{if(l==null){S(null);return}const O=x?.find(X=>X.value===l);O?S(O):(async()=>{V(!0);const re=await r(l);S(re),V(!1)})()},[r,x,l]),T.useEffect(()=>{m&&setTimeout(()=>A.current?.focus(),100)},[m]);const{anchorRef:ie,Popover:ne}=dt({placement:"bottom",fullWidth:!0,onOutsideClick:()=>g(!1)});return f.jsx(We.Provider,{value:h,children:f.jsxs("div",{className:R("flex flex-col",t),children:[f.jsx(_e,{children:n}),f.jsxs("div",{className:"relative flex w-full flex-col",ref:ie,children:[f.jsxs("div",{ref:v,role:"button",tabIndex:0,className:R("flex flex-row items-center border select-trigger transition-all duration-150 rounded-xl shadow-sm ring-0 focus:ring-4 focus:outline-none select-none",it[h],Be[h],rt[h],ot[h],d&&"select-trigger-error",m&&"ring-4"),onKeyDown:O=>O.key===" "&&g(X=>!X),onClick:()=>g(!m),children:[!N&&P&&f.jsx("span",{children:P.label}),!N&&!P&&u&&f.jsx("span",{className:"select-placeholder",children:u}),N&&f.jsx(an,{className:"h-4 w-4 text-[var(--color-input-text)]"})]}),f.jsxs($e,{children:[d&&f.jsx(ze,{}),!!l&&f.jsx(Ce,{Icon:at,onClick:()=>i(null)}),f.jsx(Ce,{Icon:Vt})]}),f.jsx(ne,{open:m,children:f.jsxs(ft,{className:"gap-0 !p-0",style:{maxHeight:c},children:[f.jsxs("div",{className:"sticky top-0 border-b select-search-bar py-1 backdrop-blur-sm",children:[f.jsx("input",{ref:A,type:"text",placeholder:"Search",value:b,className:"appearance-none border-none w-full bg-transparent rounded- pl-10 transition-all duration-150 focus:outline-none ring-0 placeholder:text-[var(--color-input-placeholder)]",onChange:O=>p(O.target.value)}),f.jsx(Bs,{className:"absolute select-search-icon left-4 top-4 h-4 w-4"})]}),f.jsxs("div",{className:"flex flex-col gap-1 p-2",children:[!k&&x.length===0&&f.jsx("div",{className:"flex flex-col items-center justify-center py-6",children:f.jsx(fa,{className:"h-6 w-6 text-[var(--color-input-text)]"})}),k&&f.jsx("div",{className:"flex flex-col items-center justify-center py-6",children:f.jsx(an,{className:"h-6 w-6 text-[var(--color-input-text)]"})}),!k&&f.jsx(f.Fragment,{children:x.map(O=>{const X=O.value===l;return f.jsx(It,{onClick:()=>{!O.disabled&&i&&(i(O.value),g(!1))},selected:X,disabled:O.disabled,children:O.label},String(O.value))})})]})]})})]}),f.jsx(pe,{children:s}),f.jsx(ge,{children:d})]})})},$m=C.forwardRef((e,t)=>{const{className:n,children:s,...i}=e;return f.jsx("div",{ref:t,className:R("flex flex-col gap-6 border panel-base rounded-2xl shadow-sm px-6 py-6",n),...i,children:s})}),Um=e=>{const{className:t,vertical:n=!1,...s}=e;return f.jsx("div",{className:R(n?"w-px h-full bg-[var(--color-divider)]":"w-full h-px bg-[var(--color-divider)]",t),...s})},Km=e=>{const{children:t,content:n,className:s,placement:i="top",minWidth:o=100,maxWidth:r=200}=e,[a,l]=T.useState(!1),{anchorRef:u,Popover:c}=dt({placement:i,minWidth:o,maxWidth:r});return f.jsxs("span",{ref:u,className:s,onMouseEnter:()=>l(!0),onMouseLeave:()=>l(!1),children:[t,f.jsx(c,{open:a,children:f.jsx(ft,{children:n})})]})},Xm=e=>{const{open:t,onDismiss:n,enableDismissOnOutsideClick:s,enableDismissOnEscKey:i,enableDismissButton:o,className:r,children:a,maxWidth:l=600}=e;return _t(!!i&&t,n||(()=>{})),f.jsx(Zt,{children:t&&f.jsxs(ti,{children:[f.jsx(Fe.div,{style:{transformOrigin:"center"},initial:{opacity:0},animate:{opacity:1},exit:{opacity:0},transition:{duration:.15,ease:"easeInOut"},children:f.jsx(ni,{className:"modal-overlay backdrop-blur-[1px] z-10",onClick:s?n:void 0,lockScroll:!0})}),f.jsx("div",{className:"fixed inset-0 flex flex-col items-center pointer-events-none p-4 lg:p-12 overflow-y-auto z-20",children:f.jsxs(Fe.div,{className:R("flex flex-col modal-content rounded-2xl shadow-xl p-6 lg:p-12 pointer-events-auto w-full relative",r),style:{transformOrigin:"bottom",maxWidth:l},initial:{opacity:0,scale:.98,translateY:10},animate:{opacity:1,scale:1,translateY:0},exit:{opacity:0,scale:.98,translateY:10},transition:{duration:.15,ease:"easeInOut"},children:[o&&f.jsx(Fs,{Icon:at,className:"absolute top-4 right-4",variant:"transparent",size:"sm",onClick:n}),a]})})]})})},Hm=e=>{const{open:t,onDismiss:n,enableDismissOnOutsideClick:s,enableDismissOnEscKey:i,enableDismissButton:o,className:r,children:a,maxWidth:l=480}=e;return _t(!!i&&t,n||(()=>{})),f.jsx(Zt,{children:t&&f.jsxs(ti,{children:[f.jsx(Fe.div,{style:{transformOrigin:"center"},initial:{opacity:0},animate:{opacity:1},exit:{opacity:0},transition:{duration:.15,ease:"easeInOut"},children:f.jsx(ni,{className:"modal-overlay backdrop-blur-[1px] z-10",onClick:s?n:void 0,lockScroll:!0})}),f.jsx("div",{className:"fixed inset-0 flex flex-row justify-end pointer-events-none z-20",children:f.jsxs(Fe.div,{className:R("flex flex-col modal-content shadow-xl p-6 lg:p-12 pointer-events-auto h-full w-full overflow-y-auto relative",r),style:{maxWidth:l},initial:{translateX:"100%"},animate:{translateX:0},exit:{translateX:"100%"},transition:{duration:.25,ease:[.32,.72,0,1]},children:[o&&f.jsx(Fs,{Icon:at,className:"absolute top-4 right-4",variant:"transparent",size:"sm",onClick:n}),a]})})]})})},Za={red:"bg-red-100 text-red-700 ring-red-200 dark:bg-red-950 dark:text-red-300 dark:ring-red-800",orange:"bg-orange-100 text-orange-700 ring-orange-200 dark:bg-orange-950 dark:text-orange-300 dark:ring-orange-800",amber:"bg-amber-100 text-amber-700 ring-amber-200 dark:bg-amber-950 dark:text-amber-300 dark:ring-amber-800",yellow:"bg-yellow-100 text-yellow-700 ring-yellow-200 dark:bg-yellow-950 dark:text-yellow-300 dark:ring-yellow-800",lime:"bg-lime-100 text-lime-700 ring-lime-200 dark:bg-lime-950 dark:text-lime-300 dark:ring-lime-800",green:"bg-green-100 text-green-700 ring-green-200 dark:bg-green-950 dark:text-green-300 dark:ring-green-800",emerald:"bg-emerald-100 text-emerald-700 ring-emerald-200 dark:bg-emerald-950 dark:text-emerald-300 dark:ring-emerald-800",teal:"bg-teal-100 text-teal-700 ring-teal-200 dark:bg-teal-950 dark:text-teal-300 dark:ring-teal-800",cyan:"bg-cyan-100 text-cyan-700 ring-cyan-200 dark:bg-cyan-950 dark:text-cyan-300 dark:ring-cyan-800",sky:"bg-sky-100 text-sky-700 ring-sky-200 dark:bg-sky-950 dark:text-sky-300 dark:ring-sky-800",blue:"bg-blue-100 text-blue-700 ring-blue-200 dark:bg-blue-950 dark:text-blue-300 dark:ring-blue-800",indigo:"bg-indigo-100 text-indigo-700 ring-indigo-200 dark:bg-indigo-950 dark:text-indigo-300 dark:ring-indigo-800",violet:"bg-violet-100 text-violet-700 ring-violet-200 dark:bg-violet-950 dark:text-violet-300 dark:ring-violet-800",purple:"bg-purple-100 text-purple-700 ring-purple-200 dark:bg-purple-950 dark:text-purple-300 dark:ring-purple-800",fuchsia:"bg-fuchsia-100 text-fuchsia-700 ring-fuchsia-200 dark:bg-fuchsia-950 dark:text-fuchsia-300 dark:ring-fuchsia-800",pink:"bg-pink-100 text-pink-700 ring-pink-200 dark:bg-pink-950 dark:text-pink-300 dark:ring-pink-800",rose:"bg-rose-100 text-rose-700 ring-rose-200 dark:bg-rose-950 dark:text-rose-300 dark:ring-rose-800",slate:"bg-slate-100 text-slate-700 ring-slate-200 dark:bg-slate-950 dark:text-slate-300 dark:ring-slate-800",gray:"bg-gray-100 text-gray-700 ring-gray-200 dark:bg-gray-950 dark:text-gray-300 dark:ring-gray-800",zinc:"bg-zinc-100 text-zinc-700 ring-zinc-200 dark:bg-zinc-950 dark:text-zinc-300 dark:ring-zinc-800",neutral:"bg-neutral-100 text-neutral-700 ring-neutral-200 dark:bg-neutral-950 dark:text-neutral-300 dark:ring-neutral-800",stone:"bg-stone-100 text-stone-700 ring-stone-200 dark:bg-stone-950 dark:text-stone-300 dark:ring-stone-800",white:"bg-[var(--color-badge-white-bg)] text-[var(--color-badge-white-text)] ring-[var(--color-badge-white-ring)]",black:"bg-[var(--color-badge-black-bg)] text-[var(--color-badge-black-text)] ring-[var(--color-badge-black-ring)]"},si=C.forwardRef((e,t)=>{const{className:n,children:s,onClick:i,showCloseIcon:o,Icon:r,color:a="gray"}=e,l=R("inline-flex align-top items-center gap-2 px-3 h-7 rounded-lg font-semibold",Za[a],n);return i?f.jsx("div",{ref:t,children:f.jsxs("button",{className:R("cursor-pointer ring-0 hover:ring-4 active:ring-1 transition-all duration-100 select-none focus:outline-none focus:ring-4",l),onClick:i,children:[r&&f.jsx(r,{className:"h-4 w-4 shrink-0"}),f.jsx("div",{className:"break-all line-clamp-1 text-left",children:s}),o&&f.jsx(at,{className:"h-4 w-4 shrink-0"})]})}):f.jsxs("div",{className:l,ref:t,children:[r&&f.jsx(r,{className:"h-4 w-4 shrink-0"}),f.jsx("div",{className:"break-all line-clamp-1 text-left",children:s})]})}),Ja=e=>{const{className:t,tabs:n}=e;return f.jsx("div",{className:R("h-12 tab-container p-1 rounded-xl inline-flex flex-row space-x-1 overflow-x-auto mat-ui-hide-scrollbars",t),children:n.map((s,i)=>{const o=R("shrink-0 px-4 h-full inline-flex flex-row items-center font-semibold rounded-xl cursor-pointer border border-transparent ing-0 tab-button transition-all duration-150 select-none focus:outline-none focus:ring-0",s.active&&"tab-button-active shadow-sm");return s.href?f.jsxs("a",{href:s.href,className:o,children:[s.Icon&&f.jsx(s.Icon,{className:"h-5 w-5 shrink-0 mr-2 -ml-1"}),s.label]},i):f.jsxs("button",{className:o,onClick:s.onClick,children:[s.Icon&&f.jsx(s.Icon,{className:"h-5 w-5 shrink-0 mr-2 -ml-1"}),s.label]},i)})})},Qa=T.createContext(void 0),Ym=()=>({dismiss:T.useContext(Qa)||(()=>{})}),Gm="inline-flex flex-row items-center gap-3 h-10 px-3 font-semibold ring-0 dropdown-item rounded-lg cursor-pointer transition-all duration-150 select-none focus:outline-none focus:ring-0 border border-transparent bg-transparent",te=C.forwardRef((e,t)=>{const{className:n,children:s,Icon:i,onClick:o,dismissOnClick:r=!0,...a}=e,{dismiss:l}=Ym(),u=c=>{o&&o(c),r&&l()};return f.jsxs("button",{ref:t,className:R(Gm,n),onClick:u,...a,children:[i&&f.jsx(i,{className:"h-5 w-5"}),s]})}),ii=e=>{const{label:t,children:n,className:s}=e;return f.jsxs("div",{className:R("flex flex-col dropdown-button-group",s),children:[t&&f.jsx("div",{className:"mb-2 text-sm dropdown-group-label font-semibold px-3",children:t}),n]})},ri=e=>{const{trigger:t,children:n,placement:s="bottom-end",minWidth:i=200,className:o}=e,[r,a]=T.useState(!1),{Popover:l,anchorRef:u}=dt({placement:s,onOutsideClick:()=>a(!1),minWidth:i});return f.jsxs(f.Fragment,{children:[f.jsx("div",{ref:u,className:o,onClick:()=>a(!r),children:t}),f.jsx(l,{open:r,children:f.jsx(ft,{padding:"sm",children:f.jsx(Qa.Provider,{value:()=>a(!1),children:n})})})]})};function qm(e){const{onDelta:t,onDragStart:n,onDragEnd:s,disabled:i=!1,primaryButtonOnly:o=!0,preventScrollOnMove:r=!0}=e,[a,l]=C.useState(!1),u=C.useRef(!1),c=C.useRef(0),d=C.useRef(0),h=C.useRef(0),m=C.useRef(null),g=C.useRef(null),v=C.useRef({onDelta:t,onDragStart:n,onDragEnd:s,preventScrollOnMove:r});C.useEffect(()=>{v.current={onDelta:t,onDragStart:n,onDragEnd:s,preventScrollOnMove:r}});const b=C.useRef({}),p=C.useCallback(y=>{if(!u.current)return;const P={clientX:y??d.current,startX:c.current,totalDeltaX:h.current,target:m.current};u.current=!1,l(!1);const{move:S,up:A,keydown:k}=b.current;S&&window.removeEventListener("pointermove",S,!0),A&&(window.removeEventListener("pointerup",A,!0),window.removeEventListener("pointercancel",A,!0)),k&&window.removeEventListener("keydown",k,!0),b.current={},g.current!=null&&(cancelAnimationFrame(g.current),g.current=null),v.current.onDragEnd?.(P),m.current=null,h.current=0},[]),x=C.useCallback(y=>{if(i||o&&y.button!==0)return;y.target.setPointerCapture?.(y.pointerId),c.current=y.clientX,d.current=y.clientX,h.current=0,m.current=y.target,u.current=!0,l(!0);const P={clientX:y.clientX,startX:y.clientX,totalDeltaX:0,target:y.target};v.current.onDragStart?.(P);const S=E=>{u.current&&g.current==null&&(g.current=requestAnimationFrame(()=>{g.current=null;const N=E.clientX,V=N-d.current;if(V===0)return;d.current=N,h.current+=V;const F={clientX:N,startX:c.current,totalDeltaX:h.current,target:m.current};v.current.preventScrollOnMove&&E.preventDefault(),v.current.onDelta(V,F)}))},A=E=>{p(E.clientX)},k=E=>{E.key==="Escape"&&(E.preventDefault(),p())};b.current={move:S,up:A,keydown:k},window.addEventListener("pointermove",S,{passive:!r,capture:!0}),window.addEventListener("pointerup",A,{capture:!0}),window.addEventListener("pointercancel",A,{capture:!0}),window.addEventListener("keydown",k,!0)},[p,i,r,o]);return C.useEffect(()=>()=>{u.current&&p()},[p]),{isDragging:a,bind:{onPointerDown:x,role:"separator",style:{touchAction:"none",cursor:"col-resize",userSelect:"none"}}}}const Zm=e=>{const{column:t,width:n,height:s,onResize:i,sortDirection:o,onSortClick:r}=e,a=!!t.sortable,{bind:l}=qm({onDelta:u=>i(u)});return f.jsxs("div",{style:{width:n,height:s},className:"flex flex-row items-stretch select-none shrink-0",children:[f.jsxs("div",{className:R("flex-1 min-w-0 px-4 table-header-cell transition-colors duration-100 flex flex-row items-center gap-2",a&&"cursor-pointer"),onClick:a?r:void 0,children:[f.jsx("span",{className:"truncate",children:t.header}),a&&o==="asc"&&f.jsx(Yf,{className:"h-4 w-4 shrink-0"}),a&&o==="desc"&&f.jsx(Vt,{className:"h-4 w-4 shrink-0"})]}),f.jsx("div",{...l,className:"cursor-ew-resize group py-2 table-resize-handle w-[8px]",children:f.jsx("div",{className:"w-0.5 h-full mx-auto table-resize-divider table-resize-divider-hover pointer-events-none"})})]})},ht=200,Jm=60,Qm=e=>{const t={};for(const n of e)t[n.id]=n.defaultWidth??ht;return t},ep=e=>{const{columns:t,rows:n,getRowId:s,onRowClick:i,sort:o,onSortChange:r,className:a,rowHeight:l=44,headerHeight:u=44}=e,[c,d]=T.useState(()=>Qm(t));T.useEffect(()=>{d(p=>{const x={};let y=Object.keys(p).length!==t.length;for(const P of t)P.id in p?x[P.id]=p[P.id]:(x[P.id]=P.defaultWidth??ht,y=!0);return y?x:p})},[t]);const h=T.useCallback((p,x,y)=>{d(P=>{const S=P[p]??ht,A=Math.max(y,S+x);return A===S?P:{...P,[p]:A}})},[]),m=T.useCallback(p=>{if(r){if(!o||o.columnId!==p){r({columnId:p,direction:"asc"});return}if(o.direction==="asc"){r({columnId:p,direction:"desc"});return}r(null)}},[o,r]),g=t.reduce((p,x)=>p+(c[x.id]??x.defaultWidth??ht),0),v=T.useRef(null),b=p=>{v.current&&(v.current.scrollLeft=p.currentTarget.scrollLeft)};return f.jsxs("div",{className:R("flex flex-col h-full w-full",a),children:[f.jsx("div",{ref:v,className:"overflow-hidden shrink-0",style:{height:u},children:f.jsx("div",{className:"flex flex-row table-header font-medium",style:{width:g,minWidth:"100%"},children:t.map(p=>f.jsx(Zm,{column:p,width:c[p.id]??p.defaultWidth??ht,height:u,onResize:x=>h(p.id,x,p.minWidth??Jm),sortDirection:o?.columnId===p.id?o.direction:null,onSortClick:()=>m(p.id)},p.id))})}),f.jsx("div",{className:"flex-1 overflow-auto",onScroll:b,children:f.jsx("div",{className:"flex flex-col",style:{width:g,minWidth:"100%"},children:n.map((p,x)=>f.jsx("div",{className:R("flex flex-row table-body-row transition-colors duration-100",i&&"cursor-pointer"),onClick:i?()=>i(p,x):void 0,children:t.map(y=>f.jsx("div",{className:"shrink-0 content-center px-4 relative",style:{width:c[y.id]??y.defaultWidth??ht,height:l},children:f.jsx("div",{className:"break-all line-clamp-1",children:y.renderCell(p,x)})},y.id))},s(p,x)))})})]})},tp=()=>f.jsx("div",{}),np=[{id:1,email:"sarah.jennings@example.com",firstname:"Sarah",lastname:"Jennings",status:"active"},{id:2,email:"liam.patel@outlook.com",firstname:"Liam",lastname:"Patel",status:"inactive"},{id:3,email:"emily.wong@gmail.com",firstname:"Emily",lastname:"Wong",status:"active"},{id:4,email:"noah.thompson@yahoo.com",firstname:"Noah",lastname:"Thompson",status:"active"},{id:5,email:"isabella.martin@protonmail.com",firstname:"Isabella",lastname:"Martin",status:"active"},{id:6,email:"ethan.ross@company.io",firstname:"Ethan",lastname:"Ross",status:"inactive"},{id:7,email:"olivia.nguyen@example.org",firstname:"Olivia",lastname:"Nguyen",status:"active"},{id:8,email:"lucas.henderson@gmail.com",firstname:"Lucas",lastname:"Henderson",status:"inactive"},{id:9,email:"mia.johnson@workmail.com",firstname:"Mia",lastname:"Johnson",status:"active"},{id:10,email:"jackson.rivera@outlook.com",firstname:"Jackson",lastname:"Rivera",status:"active"},{id:11,email:"ava.sanders@example.com",firstname:"Ava",lastname:"Sanders",status:"active"},{id:12,email:"logan.bennett@company.io",firstname:"Logan",lastname:"Bennett",status:"inactive"}],sp=[{id:"id",header:"ID",renderCell:e=>e.id},{id:"email",header:"Email",renderCell:e=>f.jsx(si,{Icon:Qf,onClick:()=>{},children:e.email})},{id:"firstname",header:"First Name",renderCell:e=>e.firstname},{id:"lastname",header:"Last Name",renderCell:e=>e.lastname},{id:"status",header:"Status",renderCell:()=>f.jsx(rp,{})}],ip=()=>f.jsxs("div",{className:"flex flex-col gap-6",children:[f.jsxs("div",{className:"flex flex-row items-center justify-start gap-3",children:[f.jsx(_s,{Icon:Bs,placeholder:"Search..."}),f.jsx(Ls,{Icon:ha}),f.jsx(ca,{Icon:da,children:"New"}),f.jsxs(ri,{trigger:f.jsx(Ls,{Icon:ha}),children:[f.jsx(te,{dismissOnClick:!1,Icon:da,children:"Add new"}),f.jsx(te,{Icon:Zf,children:"Remove"}),f.jsxs(ii,{label:"Test",className:"mt-2",children:[f.jsx(te,{children:"Item 1"}),f.jsx(te,{children:"Item 2"}),f.jsx(te,{children:"Item 3"}),f.jsx(te,{children:"Item 4"})]}),f.jsxs(ii,{label:"Test",className:"mt-2",children:[f.jsx(te,{children:"Item 1"}),f.jsx(te,{children:"Item 2"}),f.jsx(te,{children:"Item 3"}),f.jsx(te,{children:"Item 4"})]})]}),f.jsx(Ja,{tabs:[{label:"Tab 1",Icon:ua,active:!0,onClick:()=>{}},{label:"Tab 2",active:!1,onClick:()=>{}},{label:"Tab 3",Icon:ua,active:!1,onClick:()=>{}}]})]}),f.jsx(qa,{options:[{label:"Option 1",value:1},{label:"Option 2",value:2},{label:"Option 3",value:3}],value:null,onChange:()=>{}}),f.jsx(ep,{className:"h-[300px] w-[300px]",columns:sp,rows:np,getRowId:e=>e.id}),f.jsx(tp,{})]}),rp=()=>f.jsx(f.Fragment,{children:f.jsxs(ri,{placement:"bottom-end",className:"inline-block",trigger:f.jsx(si,{onClick:()=>{},children:"Test"}),children:[f.jsx(te,{children:"Option 1"}),f.jsx(te,{children:"Option 2"}),f.jsx(te,{children:"Option 3"})]})});D.Badge=si,D.BadgeColor=Za,D.Button=ca,D.ButtonIconRound=Fs,D.ButtonIconSquare=Ls,D.Divider=Um,D.DropdownButton=te,D.DropdownButtonGroup=ii,D.DropdownMenu=ri,D.DropdownPanel=ft,D.Input=_s,D.InputCheck=rh,D.InputDescription=pe,D.InputError=ge,D.InputErrorIcon=ze,D.InputIconButton=Ce,D.InputIconButtonTray=$e,D.InputLabel=_e,D.InputPassword=th,D.InputRadio=sh,D.InputSelect=qa,D.InputSelectNative=oh,D.InputSelectOption=It,D.InputSelectSearchable=_m,D.InputSelectSearchableAsync=Wm,D.InputTextArea=nh,D.InputToggle=ih,D.Modal=Xm,D.Panel=$m,D.PopoverBase=Ga,D.SidebarModal=Hm,D.Spinner=an,D.TabButtons=Ja,D.Test=ip,D.Tooltip=Km,D.usePopover=dt,Object.defineProperty(D,Symbol.toStringTag,{value:"Module"})}));
182
+ */var Dg=["input:not([inert])","select:not([inert])","textarea:not([inert])","a[href]:not([inert])","button:not([inert])","[tabindex]:not(slot):not([inert])","audio[controls]:not([inert])","video[controls]:not([inert])",'[contenteditable]:not([contenteditable="false"]):not([inert])',"details>summary:first-of-type:not([inert])","details:not([inert])"],Hr=Dg.join(","),oc=typeof Element>"u",pn=oc?function(){}:Element.prototype.matches||Element.prototype.msMatchesSelector||Element.prototype.webkitMatchesSelector,Yn=!oc&&Element.prototype.getRootNode?function(e){var t;return e==null||(t=e.getRootNode)===null||t===void 0?void 0:t.call(e)}:function(e){return e?.ownerDocument},Hn=function e(t,n){var i;n===void 0&&(n=!0);var r=t==null||(i=t.getAttribute)===null||i===void 0?void 0:i.call(t,"inert"),o=r===""||r==="true",s=o||n&&t&&e(t.parentNode);return s},Rg=function(t){var n,i=t==null||(n=t.getAttribute)===null||n===void 0?void 0:n.call(t,"contenteditable");return i===""||i==="true"},Og=function(t,n,i){if(Hn(t))return[];var r=Array.prototype.slice.apply(t.querySelectorAll(Hr));return n&&pn.call(t,Hr)&&r.unshift(t),r=r.filter(i),r},Mg=function e(t,n,i){for(var r=[],o=Array.from(t);o.length;){var s=o.shift();if(!Hn(s,!1))if(s.tagName==="SLOT"){var a=s.assignedElements(),l=a.length?a:s.children,u=e(l,!0,i);i.flatten?r.push.apply(r,u):r.push({scopeParent:s,candidates:u})}else{var c=pn.call(s,Hr);c&&i.filter(s)&&(n||!t.includes(s))&&r.push(s);var d=s.shadowRoot||typeof i.getShadowRoot=="function"&&i.getShadowRoot(s),f=!Hn(d,!1)&&(!i.shadowRootFilter||i.shadowRootFilter(s));if(d&&f){var m=e(d===!0?s.children:d.children,!0,i);i.flatten?r.push.apply(r,m):r.push({scopeParent:s,candidates:m})}else o.unshift.apply(o,s.children)}}return r},sc=function(t){return!isNaN(parseInt(t.getAttribute("tabindex"),10))},ac=function(t){if(!t)throw new Error("No node provided");return t.tabIndex<0&&(/^(AUDIO|VIDEO|DETAILS)$/.test(t.tagName)||Rg(t))&&!sc(t)?0:t.tabIndex},Ig=function(t,n){var i=ac(t);return i<0&&n&&!sc(t)?0:i},Ng=function(t,n){return t.tabIndex===n.tabIndex?t.documentOrder-n.documentOrder:t.tabIndex-n.tabIndex},lc=function(t){return t.tagName==="INPUT"},Fg=function(t){return lc(t)&&t.type==="hidden"},Vg=function(t){var n=t.tagName==="DETAILS"&&Array.prototype.slice.apply(t.children).some(function(i){return i.tagName==="SUMMARY"});return n},Lg=function(t,n){for(var i=0;i<t.length;i++)if(t[i].checked&&t[i].form===n)return t[i]},_g=function(t){if(!t.name)return!0;var n=t.form||Yn(t),i=function(a){return n.querySelectorAll('input[type="radio"][name="'+a+'"]')},r;if(typeof window<"u"&&typeof window.CSS<"u"&&typeof window.CSS.escape=="function")r=i(window.CSS.escape(t.name));else try{r=i(t.name)}catch(s){return console.error("Looks like you have a radio button with a name attribute containing invalid CSS selector characters and need the CSS.escape polyfill: %s",s.message),!1}var o=Lg(r,t.form);return!o||o===t},zg=function(t){return lc(t)&&t.type==="radio"},Bg=function(t){return zg(t)&&!_g(t)},$g=function(t){var n,i=t&&Yn(t),r=(n=i)===null||n===void 0?void 0:n.host,o=!1;if(i&&i!==t){var s,a,l;for(o=!!((s=r)!==null&&s!==void 0&&(a=s.ownerDocument)!==null&&a!==void 0&&a.contains(r)||t!=null&&(l=t.ownerDocument)!==null&&l!==void 0&&l.contains(t));!o&&r;){var u,c,d;i=Yn(r),r=(u=i)===null||u===void 0?void 0:u.host,o=!!((c=r)!==null&&c!==void 0&&(d=c.ownerDocument)!==null&&d!==void 0&&d.contains(r))}}return o},cc=function(t){var n=t.getBoundingClientRect(),i=n.width,r=n.height;return i===0&&r===0},Wg=function(t,n){var i=n.displayCheck,r=n.getShadowRoot;if(getComputedStyle(t).visibility==="hidden")return!0;var o=pn.call(t,"details>summary:first-of-type"),s=o?t.parentElement:t;if(pn.call(s,"details:not([open]) *"))return!0;if(!i||i==="full"||i==="legacy-full"){if(typeof r=="function"){for(var a=t;t;){var l=t.parentElement,u=Yn(t);if(l&&!l.shadowRoot&&r(l)===!0)return cc(t);t.assignedSlot?t=t.assignedSlot:!l&&u!==t.ownerDocument?t=u.host:t=l}t=a}if($g(t))return!t.getClientRects().length;if(i!=="legacy-full")return!0}else if(i==="non-zero-area")return cc(t);return!1},Ug=function(t){if(/^(INPUT|BUTTON|SELECT|TEXTAREA)$/.test(t.tagName))for(var n=t.parentElement;n;){if(n.tagName==="FIELDSET"&&n.disabled){for(var i=0;i<n.children.length;i++){var r=n.children.item(i);if(r.tagName==="LEGEND")return pn.call(n,"fieldset[disabled] *")?!0:!r.contains(t)}return!0}n=n.parentElement}return!1},qg=function(t,n){return!(n.disabled||Hn(n)||Fg(n)||Wg(n,t)||Vg(n)||Ug(n))},uc=function(t,n){return!(Bg(n)||ac(n)<0||!qg(t,n))},Kg=function(t){var n=parseInt(t.getAttribute("tabindex"),10);return!!(isNaN(n)||n>=0)},Yg=function e(t){var n=[],i=[];return t.forEach(function(r,o){var s=!!r.scopeParent,a=s?r.scopeParent:r,l=Ig(a,s),u=s?e(r.candidates):a;l===0?s?n.push.apply(n,u):n.push(a):i.push({documentOrder:o,tabIndex:l,item:r,isScope:s,content:u})}),i.sort(Ng).reduce(function(r,o){return o.isScope?r.push.apply(r,o.content):r.push(o.content),r},[]).concat(n)},dc=function(t,n){n=n||{};var i;return n.getShadowRoot?i=Mg([t],n.includeContainer,{filter:uc.bind(null,n),flatten:!1,getShadowRoot:n.getShadowRoot,shadowRootFilter:Kg}):i=Og(t,n.includeContainer,uc.bind(null,n)),Yg(i)};function Hg(){const e=navigator.userAgentData;return e!=null&&e.platform?e.platform:navigator.platform}function Gg(){return/apple/i.test(navigator.vendor)}function Xg(e){let t=e.activeElement;for(;((n=t)==null||(n=n.shadowRoot)==null?void 0:n.activeElement)!=null;){var n;t=t.shadowRoot.activeElement}return t}function Zg(e,t){if(!e||!t)return!1;const n=t.getRootNode==null?void 0:t.getRootNode();if(e.contains(t))return!0;if(n&&$r(n)){let i=t;for(;i;){if(e===i)return!0;i=i.parentNode||i.host}}return!1}function Gr(e){return e?.ownerDocument||document}var Jg=typeof document<"u",Qg=function(){},et=Jg?k.useLayoutEffect:Qg;const ev={...C}.useInsertionEffect||(e=>e());function tv(e){const t=C.useRef(()=>{if(process.env.NODE_ENV!=="production")throw new Error("Cannot call an event handler while rendering.")});return ev(()=>{t.current=e}),C.useCallback(function(){for(var n=arguments.length,i=new Array(n),r=0;r<n;r++)i[r]=arguments[r];return t.current==null?void 0:t.current(...i)},[])}const pc=()=>({getShadowRoot:!0,displayCheck:typeof ResizeObserver=="function"&&ResizeObserver.toString().includes("[native code]")?"full":"none"});function fc(e,t){const n=dc(e,pc()),i=n.length;if(i===0)return;const r=Xg(Gr(e)),o=n.indexOf(r),s=o===-1?t===1?0:i-1:o+t;return n[s]}function nv(e){return fc(Gr(e).body,1)||e}function iv(e){return fc(Gr(e).body,-1)||e}function Xr(e,t){const n=t||e.currentTarget,i=e.relatedTarget;return!i||!Zg(n,i)}function rv(e){dc(e,pc()).forEach(n=>{n.dataset.tabindex=n.getAttribute("tabindex")||"",n.setAttribute("tabindex","-1")})}function mc(e){e.querySelectorAll("[data-tabindex]").forEach(n=>{const i=n.dataset.tabindex;delete n.dataset.tabindex,i?n.setAttribute("tabindex",i):n.removeAttribute("tabindex")})}function hc(e,t,n){let{reference:i,floating:r}=e;const o=Yr(t),s=Cg(t),a=jg(s),l=Kr(t),u=o==="y",c=i.x+i.width/2-r.width/2,d=i.y+i.height/2-r.height/2,f=i[a]/2-r[a]/2;let m;switch(l){case"top":m={x:c,y:i.y-r.height};break;case"bottom":m={x:c,y:i.y+i.height};break;case"right":m={x:i.x+i.width,y:d};break;case"left":m={x:i.x-r.width,y:d};break;default:m={x:i.x,y:i.y}}switch(rc(t)){case"start":m[s]-=f*(n&&u?-1:1);break;case"end":m[s]+=f*(n&&u?-1:1);break}return m}const ov=async(e,t,n)=>{const{placement:i="bottom",strategy:r="absolute",middleware:o=[],platform:s}=n,a=o.filter(Boolean),l=await(s.isRTL==null?void 0:s.isRTL(t));let u=await s.getElementRects({reference:e,floating:t,strategy:r}),{x:c,y:d}=hc(u,i,l),f=i,m={},v=0;for(let y=0;y<a.length;y++){const{name:w,fn:g}=a[y],{x:T,y:b,data:S,reset:x}=await g({x:c,y:d,initialPlacement:i,placement:f,strategy:r,middlewareData:m,rects:u,platform:s,elements:{reference:e,floating:t}});c=T??c,d=b??d,m={...m,[w]:{...m[w],...S}},x&&v<=50&&(v++,typeof x=="object"&&(x.placement&&(f=x.placement),x.rects&&(u=x.rects===!0?await s.getElementRects({reference:e,floating:t,strategy:r}):x.rects),{x:c,y:d}=hc(u,f,l)),y=-1)}return{x:c,y:d,placement:f,strategy:r,middlewareData:m}};async function sv(e,t){var n;t===void 0&&(t={});const{x:i,y:r,platform:o,rects:s,elements:a,strategy:l}=e,{boundary:u="clippingAncestors",rootBoundary:c="viewport",elementContext:d="floating",altBoundary:f=!1,padding:m=0}=ic(t,e),v=Ag(m),w=a[f?d==="floating"?"reference":"floating":d],g=Kn(await o.getClippingRect({element:(n=await(o.isElement==null?void 0:o.isElement(w)))==null||n?w:w.contextElement||await(o.getDocumentElement==null?void 0:o.getDocumentElement(a.floating)),boundary:u,rootBoundary:c,strategy:l})),T=d==="floating"?{x:i,y:r,width:s.floating.width,height:s.floating.height}:s.reference,b=await(o.getOffsetParent==null?void 0:o.getOffsetParent(a.floating)),S=await(o.isElement==null?void 0:o.isElement(b))?await(o.getScale==null?void 0:o.getScale(b))||{x:1,y:1}:{x:1,y:1},x=Kn(o.convertOffsetParentRelativeRectToViewportRelativeRect?await o.convertOffsetParentRelativeRectToViewportRelativeRect({elements:a,rect:T,offsetParent:b,strategy:l}):T);return{top:(g.top-x.top+v.top)/S.y,bottom:(x.bottom-g.bottom+v.bottom)/S.y,left:(g.left-x.left+v.left)/S.x,right:(x.right-g.right+v.right)/S.x}}const av=function(e){return e===void 0&&(e={}),{name:"size",options:e,async fn(t){var n,i;const{placement:r,rects:o,platform:s,elements:a}=t,{apply:l=()=>{},...u}=ic(e,t),c=await sv(t,u),d=Kr(r),f=rc(r),m=Yr(r)==="y",{width:v,height:y}=o.floating;let w,g;d==="top"||d==="bottom"?(w=d,g=f===(await(s.isRTL==null?void 0:s.isRTL(a.floating))?"start":"end")?"left":"right"):(g=d,w=f==="end"?"top":"bottom");const T=y-c.top-c.bottom,b=v-c.left-c.right,S=dn(y-c[w],T),x=dn(v-c[g],b),A=!t.middlewareData.shift;let E=S,P=x;if((n=t.middlewareData.shift)!=null&&n.enabled.x&&(P=b),(i=t.middlewareData.shift)!=null&&i.enabled.y&&(E=T),A&&!f){const q=Ae(c.left,0),$=Ae(c.right,0),ee=Ae(c.top,0),X=Ae(c.bottom,0);m?P=v-2*(q!==0||$!==0?q+$:Ae(c.left,c.right)):E=y-2*(ee!==0||X!==0?ee+X:Ae(c.top,c.bottom))}await l({...t,availableWidth:P,availableHeight:E});const B=await s.getDimensions(a.floating);return v!==B.width||y!==B.height?{reset:{rects:!0}}:{}}}};function gc(e){const t=Oe(e);let n=parseFloat(t.width)||0,i=parseFloat(t.height)||0;const r=Ve(e),o=r?e.offsetWidth:n,s=r?e.offsetHeight:i,a=Un(n)!==o||Un(i)!==s;return a&&(n=o,i=s),{width:n,height:i,$:a}}function Zr(e){return ye(e)?e:e.contextElement}function Nt(e){const t=Zr(e);if(!Ve(t))return Le(1);const n=t.getBoundingClientRect(),{width:i,height:r,$:o}=gc(t);let s=(o?Un(n.width):n.width)/i,a=(o?Un(n.height):n.height)/r;return(!s||!Number.isFinite(s))&&(s=1),(!a||!Number.isFinite(a))&&(a=1),{x:s,y:a}}const lv=Le(0);function vc(e){const t=ke(e);return!Ur()||!t.visualViewport?lv:{x:t.visualViewport.offsetLeft,y:t.visualViewport.offsetTop}}function cv(e,t,n){return t===void 0&&(t=!1),!n||t&&n!==ke(e)?!1:t}function mt(e,t,n,i){t===void 0&&(t=!1),n===void 0&&(n=!1);const r=e.getBoundingClientRect(),o=Zr(e);let s=Le(1);t&&(i?ye(i)&&(s=Nt(i)):s=Nt(e));const a=cv(o,n,i)?vc(o):Le(0);let l=(r.left+a.x)/s.x,u=(r.top+a.y)/s.y,c=r.width/s.x,d=r.height/s.y;if(o){const f=ke(o),m=i&&ye(i)?ke(i):i;let v=f,y=qr(v);for(;y&&i&&m!==v;){const w=Nt(y),g=y.getBoundingClientRect(),T=Oe(y),b=g.left+(y.clientLeft+parseFloat(T.paddingLeft))*w.x,S=g.top+(y.clientTop+parseFloat(T.paddingTop))*w.y;l*=w.x,u*=w.y,c*=w.x,d*=w.y,l+=b,u+=S,v=ke(y),y=qr(v)}}return Kn({width:c,height:d,x:l,y:u})}function Gn(e,t){const n=Wn(e).scrollLeft;return t?t.left+n:mt(Fe(e)).left+n}function xc(e,t){const n=e.getBoundingClientRect(),i=n.left+t.scrollLeft-Gn(e,n),r=n.top+t.scrollTop;return{x:i,y:r}}function uv(e){let{elements:t,rect:n,offsetParent:i,strategy:r}=e;const o=r==="fixed",s=Fe(i),a=t?$n(t.floating):!1;if(i===s||a&&o)return n;let l={scrollLeft:0,scrollTop:0},u=Le(1);const c=Le(0),d=Ve(i);if((d||!d&&!o)&&((Mt(i)!=="body"||cn(s))&&(l=Wn(i)),Ve(i))){const m=mt(i);u=Nt(i),c.x=m.x+i.clientLeft,c.y=m.y+i.clientTop}const f=s&&!d&&!o?xc(s,l):Le(0);return{width:n.width*u.x,height:n.height*u.y,x:n.x*u.x-l.scrollLeft*u.x+c.x+f.x,y:n.y*u.y-l.scrollTop*u.y+c.y+f.y}}function dv(e){return Array.from(e.getClientRects())}function pv(e){const t=Fe(e),n=Wn(e),i=e.ownerDocument.body,r=Ae(t.scrollWidth,t.clientWidth,i.scrollWidth,i.clientWidth),o=Ae(t.scrollHeight,t.clientHeight,i.scrollHeight,i.clientHeight);let s=-n.scrollLeft+Gn(e);const a=-n.scrollTop;return Oe(i).direction==="rtl"&&(s+=Ae(t.clientWidth,i.clientWidth)-r),{width:r,height:o,x:s,y:a}}const yc=25;function fv(e,t){const n=ke(e),i=Fe(e),r=n.visualViewport;let o=i.clientWidth,s=i.clientHeight,a=0,l=0;if(r){o=r.width,s=r.height;const c=Ur();(!c||c&&t==="fixed")&&(a=r.offsetLeft,l=r.offsetTop)}const u=Gn(i);if(u<=0){const c=i.ownerDocument,d=c.body,f=getComputedStyle(d),m=c.compatMode==="CSS1Compat"&&parseFloat(f.marginLeft)+parseFloat(f.marginRight)||0,v=Math.abs(i.clientWidth-d.clientWidth-m);v<=yc&&(o-=v)}else u<=yc&&(o+=u);return{width:o,height:s,x:a,y:l}}const mv=new Set(["absolute","fixed"]);function hv(e,t){const n=mt(e,!0,t==="fixed"),i=n.top+e.clientTop,r=n.left+e.clientLeft,o=Ve(e)?Nt(e):Le(1),s=e.clientWidth*o.x,a=e.clientHeight*o.y,l=r*o.x,u=i*o.y;return{width:s,height:a,x:l,y:u}}function bc(e,t,n){let i;if(t==="viewport")i=fv(e,n);else if(t==="document")i=pv(Fe(e));else if(ye(t))i=hv(t,n);else{const r=vc(e);i={x:t.x-r.x,y:t.y-r.y,width:t.width,height:t.height}}return Kn(i)}function wc(e,t){const n=Qe(e);return n===t||!ye(n)||It(n)?!1:Oe(n).position==="fixed"||wc(n,t)}function gv(e,t){const n=t.get(e);if(n)return n;let i=un(e,[],!1).filter(a=>ye(a)&&Mt(a)!=="body"),r=null;const o=Oe(e).position==="fixed";let s=o?Qe(e):e;for(;ye(s)&&!It(s);){const a=Oe(s),l=Wr(s);!l&&a.position==="fixed"&&(r=null),(o?!l&&!r:!l&&a.position==="static"&&!!r&&mv.has(r.position)||cn(s)&&!l&&wc(e,s))?i=i.filter(c=>c!==s):r=a,s=Qe(s)}return t.set(e,i),i}function vv(e){let{element:t,boundary:n,rootBoundary:i,strategy:r}=e;const s=[...n==="clippingAncestors"?$n(t)?[]:gv(t,this._c):[].concat(n),i],a=s[0],l=s.reduce((u,c)=>{const d=bc(t,c,r);return u.top=Ae(d.top,u.top),u.right=dn(d.right,u.right),u.bottom=dn(d.bottom,u.bottom),u.left=Ae(d.left,u.left),u},bc(t,a,r));return{width:l.right-l.left,height:l.bottom-l.top,x:l.left,y:l.top}}function xv(e){const{width:t,height:n}=gc(e);return{width:t,height:n}}function yv(e,t,n){const i=Ve(t),r=Fe(t),o=n==="fixed",s=mt(e,!0,o,t);let a={scrollLeft:0,scrollTop:0};const l=Le(0);function u(){l.x=Gn(r)}if(i||!i&&!o)if((Mt(t)!=="body"||cn(r))&&(a=Wn(t)),i){const m=mt(t,!0,o,t);l.x=m.x+t.clientLeft,l.y=m.y+t.clientTop}else r&&u();o&&!i&&r&&u();const c=r&&!i&&!o?xc(r,a):Le(0),d=s.left+a.scrollLeft-l.x-c.x,f=s.top+a.scrollTop-l.y-c.y;return{x:d,y:f,width:s.width,height:s.height}}function Jr(e){return Oe(e).position==="static"}function Tc(e,t){if(!Ve(e)||Oe(e).position==="fixed")return null;if(t)return t(e);let n=e.offsetParent;return Fe(e)===n&&(n=n.ownerDocument.body),n}function kc(e,t){const n=ke(e);if($n(e))return n;if(!Ve(e)){let r=Qe(e);for(;r&&!It(r);){if(ye(r)&&!Jr(r))return r;r=Qe(r)}return n}let i=Tc(e,t);for(;i&&vg(i)&&Jr(i);)i=Tc(i,t);return i&&It(i)&&Jr(i)&&!Wr(i)?n:i||Tg(e)||n}const bv=async function(e){const t=this.getOffsetParent||kc,n=this.getDimensions,i=await n(e.floating);return{reference:yv(e.reference,await t(e.floating),e.strategy),floating:{x:0,y:0,width:i.width,height:i.height}}};function wv(e){return Oe(e).direction==="rtl"}const Tv={convertOffsetParentRelativeRectToViewportRelativeRect:uv,getDocumentElement:Fe,getClippingRect:vv,getOffsetParent:kc,getElementRects:bv,getClientRects:dv,getDimensions:xv,getScale:Nt,isElement:ye,isRTL:wv};function Sc(e,t){return e.x===t.x&&e.y===t.y&&e.width===t.width&&e.height===t.height}function kv(e,t){let n=null,i;const r=Fe(e);function o(){var a;clearTimeout(i),(a=n)==null||a.disconnect(),n=null}function s(a,l){a===void 0&&(a=!1),l===void 0&&(l=1),o();const u=e.getBoundingClientRect(),{left:c,top:d,width:f,height:m}=u;if(a||t(),!f||!m)return;const v=qn(d),y=qn(r.clientWidth-(c+f)),w=qn(r.clientHeight-(d+m)),g=qn(c),b={rootMargin:-v+"px "+-y+"px "+-w+"px "+-g+"px",threshold:Ae(0,dn(1,l))||1};let S=!0;function x(A){const E=A[0].intersectionRatio;if(E!==l){if(!S)return s();E?s(!1,E):i=setTimeout(()=>{s(!1,1e-7)},1e3)}E===1&&!Sc(u,e.getBoundingClientRect())&&s(),S=!1}try{n=new IntersectionObserver(x,{...b,root:r.ownerDocument})}catch{n=new IntersectionObserver(x,b)}n.observe(e)}return s(!0),o}function Sv(e,t,n,i){i===void 0&&(i={});const{ancestorScroll:r=!0,ancestorResize:o=!0,elementResize:s=typeof ResizeObserver=="function",layoutShift:a=typeof IntersectionObserver=="function",animationFrame:l=!1}=i,u=Zr(e),c=r||o?[...u?un(u):[],...un(t)]:[];c.forEach(g=>{r&&g.addEventListener("scroll",n,{passive:!0}),o&&g.addEventListener("resize",n)});const d=u&&a?kv(u,n):null;let f=-1,m=null;s&&(m=new ResizeObserver(g=>{let[T]=g;T&&T.target===u&&m&&(m.unobserve(t),cancelAnimationFrame(f),f=requestAnimationFrame(()=>{var b;(b=m)==null||b.observe(t)})),n()}),u&&!l&&m.observe(u),m.observe(t));let v,y=l?mt(e):null;l&&w();function w(){const g=mt(e);y&&!Sc(y,g)&&n(),y=g,v=requestAnimationFrame(w)}return n(),()=>{var g;c.forEach(T=>{r&&T.removeEventListener("scroll",n),o&&T.removeEventListener("resize",n)}),d?.(),(g=m)==null||g.disconnect(),m=null,l&&cancelAnimationFrame(v)}}const jv=av,Ev=(e,t,n)=>{const i=new Map,r={platform:Tv,...n},o={...r.platform,_c:i};return ov(e,t,{...r,platform:o})};var Cv=typeof document<"u",Pv=function(){},Xn=Cv?k.useLayoutEffect:Pv;function Zn(e,t){if(e===t)return!0;if(typeof e!=typeof t)return!1;if(typeof e=="function"&&e.toString()===t.toString())return!0;let n,i,r;if(e&&t&&typeof e=="object"){if(Array.isArray(e)){if(n=e.length,n!==t.length)return!1;for(i=n;i--!==0;)if(!Zn(e[i],t[i]))return!1;return!0}if(r=Object.keys(e),n=r.length,n!==Object.keys(t).length)return!1;for(i=n;i--!==0;)if(!{}.hasOwnProperty.call(t,r[i]))return!1;for(i=n;i--!==0;){const o=r[i];if(!(o==="_owner"&&e.$$typeof)&&!Zn(e[o],t[o]))return!1}return!0}return e!==e&&t!==t}function jc(e){return typeof window>"u"?1:(e.ownerDocument.defaultView||window).devicePixelRatio||1}function Ec(e,t){const n=jc(e);return Math.round(t*n)/n}function Qr(e){const t=C.useRef(e);return Xn(()=>{t.current=e}),t}function Av(e){e===void 0&&(e={});const{placement:t="bottom",strategy:n="absolute",middleware:i=[],platform:r,elements:{reference:o,floating:s}={},transform:a=!0,whileElementsMounted:l,open:u}=e,[c,d]=C.useState({x:0,y:0,strategy:n,placement:t,middlewareData:{},isPositioned:!1}),[f,m]=C.useState(i);Zn(f,i)||m(i);const[v,y]=C.useState(null),[w,g]=C.useState(null),T=C.useCallback(Y=>{Y!==A.current&&(A.current=Y,y(Y))},[]),b=C.useCallback(Y=>{Y!==E.current&&(E.current=Y,g(Y))},[]),S=o||v,x=s||w,A=C.useRef(null),E=C.useRef(null),P=C.useRef(c),B=l!=null,q=Qr(l),$=Qr(r),ee=Qr(u),X=C.useCallback(()=>{if(!A.current||!E.current)return;const Y={placement:t,strategy:n,middleware:f};$.current&&(Y.platform=$.current),Ev(A.current,E.current,Y).then(Z=>{const h={...Z,isPositioned:ee.current!==!1};I.current&&!Zn(P.current,h)&&(P.current=h,go.flushSync(()=>{d(h)}))})},[f,t,n,$,ee]);Xn(()=>{u===!1&&P.current.isPositioned&&(P.current.isPositioned=!1,d(Y=>({...Y,isPositioned:!1})))},[u]);const I=C.useRef(!1);Xn(()=>(I.current=!0,()=>{I.current=!1}),[]),Xn(()=>{if(S&&(A.current=S),x&&(E.current=x),S&&x){if(q.current)return q.current(S,x,X);X()}},[S,x,X,q,B]);const J=C.useMemo(()=>({reference:A,floating:E,setReference:T,setFloating:b}),[T,b]),re=C.useMemo(()=>({reference:S,floating:x}),[S,x]),Q=C.useMemo(()=>{const Y={position:n,left:0,top:0};if(!re.floating)return Y;const Z=Ec(re.floating,c.x),h=Ec(re.floating,c.y);return a?{...Y,transform:"translate("+Z+"px, "+h+"px)",...jc(re.floating)>=1.5&&{willChange:"transform"}}:{position:n,left:Z,top:h}},[n,a,re.floating,c.x,c.y]);return C.useMemo(()=>({...c,update:X,refs:J,elements:re,floatingStyles:Q}),[c,X,J,re,Q])}const Dv=(e,t)=>({...jv(e),options:[e,t]}),Rv={...C};let Cc=!1,Ov=0;const Pc=()=>"floating-ui-"+Math.random().toString(36).slice(2,6)+Ov++;function Mv(){const[e,t]=C.useState(()=>Cc?Pc():void 0);return et(()=>{e==null&&t(Pc())},[]),C.useEffect(()=>{Cc=!0},[]),e}const Ac=Rv.useId||Mv;let eo;process.env.NODE_ENV!=="production"&&(eo=new Set);function Iv(){for(var e,t=arguments.length,n=new Array(t),i=0;i<t;i++)n[i]=arguments[i];const r="Floating UI: "+n.join(" ");if(!((e=eo)!=null&&e.has(r))){var o;(o=eo)==null||o.add(r),console.error(r)}}function Nv(){const e=new Map;return{emit(t,n){var i;(i=e.get(t))==null||i.forEach(r=>r(n))},on(t,n){e.has(t)||e.set(t,new Set),e.get(t).add(n)},off(t,n){var i;(i=e.get(t))==null||i.delete(n)}}}const Fv=C.createContext(null),Vv=C.createContext(null),Lv=()=>{var e;return((e=C.useContext(Fv))==null?void 0:e.id)||null},_v=()=>C.useContext(Vv);function Dc(e){return"data-floating-ui-"+e}const Rc={border:0,clip:"rect(0 0 0 0)",height:"1px",margin:"-1px",overflow:"hidden",padding:0,position:"fixed",whiteSpace:"nowrap",width:"1px",top:0,left:0},Oc=C.forwardRef(function(t,n){const[i,r]=C.useState();et(()=>{Gg()&&r("button")},[]);const o={ref:n,tabIndex:0,role:i,"aria-hidden":i?void 0:!0,[Dc("focus-guard")]:"",style:Rc};return p.jsx("span",{...t,...o})}),Mc=C.createContext(null),Ic=Dc("portal");function zv(e){e===void 0&&(e={});const{id:t,root:n}=e,i=Ac(),r=Bv(),[o,s]=C.useState(null),a=C.useRef(null);return et(()=>()=>{o?.remove(),queueMicrotask(()=>{a.current=null})},[o]),et(()=>{if(!i||a.current)return;const l=t?document.getElementById(t):null;if(!l)return;const u=document.createElement("div");u.id=i,u.setAttribute(Ic,""),l.appendChild(u),a.current=u,s(u)},[t,i]),et(()=>{if(n===null||!i||a.current)return;let l=n||r?.portalNode;l&&!Br(l)&&(l=l.current),l=l||document.body;let u=null;t&&(u=document.createElement("div"),u.id=t,l.appendChild(u));const c=document.createElement("div");c.id=i,c.setAttribute(Ic,""),l=u||l,l.appendChild(c),a.current=c,s(c)},[t,n,i,r]),o}function to(e){const{children:t,id:n,root:i,preserveTabOrder:r=!0}=e,o=zv({id:n,root:i}),[s,a]=C.useState(null),l=C.useRef(null),u=C.useRef(null),c=C.useRef(null),d=C.useRef(null),f=s?.modal,m=s?.open,v=!!s&&!s.modal&&s.open&&r&&!!(i||o);return C.useEffect(()=>{if(!o||!r||f)return;function y(w){o&&Xr(w)&&(w.type==="focusin"?mc:rv)(o)}return o.addEventListener("focusin",y,!0),o.addEventListener("focusout",y,!0),()=>{o.removeEventListener("focusin",y,!0),o.removeEventListener("focusout",y,!0)}},[o,r,f]),C.useEffect(()=>{o&&(m||mc(o))},[m,o]),p.jsxs(Mc.Provider,{value:C.useMemo(()=>({preserveTabOrder:r,beforeOutsideRef:l,afterOutsideRef:u,beforeInsideRef:c,afterInsideRef:d,portalNode:o,setFocusManagerState:a}),[r,o]),children:[v&&o&&p.jsx(Oc,{"data-type":"outside",ref:l,onFocus:y=>{if(Xr(y,o)){var w;(w=c.current)==null||w.focus()}else{const g=s?s.domReference:null,T=iv(g);T?.focus()}}}),v&&o&&p.jsx("span",{"aria-owns":o.id,style:Rc}),o&&go.createPortal(t,o),v&&o&&p.jsx(Oc,{"data-type":"outside",ref:u,onFocus:y=>{if(Xr(y,o)){var w;(w=d.current)==null||w.focus()}else{const g=s?s.domReference:null,T=nv(g);T?.focus(),s?.closeOnFocusOut&&s?.onOpenChange(!1,y.nativeEvent,"focus-out")}}})]})}const Bv=()=>C.useContext(Mc);let Jn=0;const Nc="--floating-ui-scrollbar-width";function $v(){const e=Hg(),t=/iP(hone|ad|od)|iOS/.test(e)||e==="MacIntel"&&navigator.maxTouchPoints>1,n=document.body.style,r=Math.round(document.documentElement.getBoundingClientRect().left)+document.documentElement.scrollLeft?"paddingLeft":"paddingRight",o=window.innerWidth-document.documentElement.clientWidth,s=n.left?parseFloat(n.left):window.scrollX,a=n.top?parseFloat(n.top):window.scrollY;if(n.overflow="hidden",n.setProperty(Nc,o+"px"),o&&(n[r]=o+"px"),t){var l,u;const c=((l=window.visualViewport)==null?void 0:l.offsetLeft)||0,d=((u=window.visualViewport)==null?void 0:u.offsetTop)||0;Object.assign(n,{position:"fixed",top:-(a-Math.floor(d))+"px",left:-(s-Math.floor(c))+"px",right:"0"})}return()=>{Object.assign(n,{overflow:"",[r]:""}),n.removeProperty(Nc),t&&(Object.assign(n,{position:"",top:"",left:"",right:""}),window.scrollTo(s,a))}}let Fc=()=>{};const no=C.forwardRef(function(t,n){const{lockScroll:i=!1,...r}=t;return et(()=>{if(i)return Jn++,Jn===1&&(Fc=$v()),()=>{Jn--,Jn===0&&Fc()}},[i]),p.jsx("div",{ref:n,...r,style:{position:"fixed",overflow:"auto",top:0,right:0,bottom:0,left:0,...r.style}})});function Wv(e){const{open:t=!1,onOpenChange:n,elements:i}=e,r=Ac(),o=C.useRef({}),[s]=C.useState(()=>Nv()),a=Lv()!=null;if(process.env.NODE_ENV!=="production"){const m=i.reference;m&&!ye(m)&&Iv("Cannot pass a virtual element to the `elements.reference` option,","as it must be a real DOM element. Use `refs.setPositionReference()`","instead.")}const[l,u]=C.useState(i.reference),c=tv((m,v,y)=>{o.current.openEvent=m?v:void 0,s.emit("openchange",{open:m,event:v,reason:y,nested:a}),n?.(m,v,y)}),d=C.useMemo(()=>({setPositionReference:u}),[]),f=C.useMemo(()=>({reference:l||i.reference||null,floating:i.floating||null,domReference:i.reference}),[l,i.reference,i.floating]);return C.useMemo(()=>({dataRef:o,open:t,onOpenChange:c,elements:f,events:s,floatingId:r,refs:d}),[t,c,f,s,r,d])}function Uv(e){e===void 0&&(e={});const{nodeId:t}=e,n=Wv({...e,elements:{reference:null,floating:null,...e.elements}}),i=e.rootContext||n,r=i.elements,[o,s]=C.useState(null),[a,l]=C.useState(null),c=r?.domReference||o,d=C.useRef(null),f=_v();et(()=>{c&&(d.current=c)},[c]);const m=Av({...e,elements:{...r,...a&&{reference:a}}}),v=C.useCallback(b=>{const S=ye(b)?{getBoundingClientRect:()=>b.getBoundingClientRect(),getClientRects:()=>b.getClientRects(),contextElement:b}:b;l(S),m.refs.setReference(S)},[m.refs]),y=C.useCallback(b=>{(ye(b)||b===null)&&(d.current=b,s(b)),(ye(m.refs.reference.current)||m.refs.reference.current===null||b!==null&&!ye(b))&&m.refs.setReference(b)},[m.refs]),w=C.useMemo(()=>({...m.refs,setReference:y,setPositionReference:v,domReference:d}),[m.refs,y,v]),g=C.useMemo(()=>({...m.elements,domReference:c}),[m.elements,c]),T=C.useMemo(()=>({...m,...i,refs:w,elements:g,nodeId:t}),[m,w,g,t,i]);return et(()=>{i.dataRef.current.floatingContext=T;const b=f?.nodesRef.current.find(S=>S.id===t);b&&(b.context=T)}),C.useMemo(()=>({...m,context:T,refs:w,elements:g}),[m,w,g,T])}const qv={top:"bottom center","top-start":"bottom left","top-end":"bottom right",right:"left center","right-start":"top left","right-end":"bottom left",bottom:"top center","bottom-start":"top left","bottom-end":"top right",left:"right center","left-start":"top right","left-end":"bottom right"},Vc=C.memo(({open:e,children:t,className:n,onOutsideClick:i,floatingStyles:r,setFloating:o,placement:s})=>p.jsx(to,{children:p.jsx(jn,{children:e&&p.jsxs(p.Fragment,{children:[i&&p.jsx(no,{onClick:i}),p.jsx("div",{ref:o,style:r,className:"z-50",children:p.jsx(at.div,{className:n,style:{transformOrigin:qv[s]},initial:{opacity:0,scale:.95},animate:{opacity:1,scale:1},exit:{opacity:0,scale:.95},transition:{duration:.1,ease:"easeInOut"},children:t})})]})})})),Ft=e=>{const{placement:t="bottom",onOutsideClick:n,fullWidth:i,minWidth:r,maxWidth:o}=e,s=C.useMemo(()=>[Dv({apply({rects:d,elements:f}){i&&(f.floating.style.width=`${d.reference.width}px`),r&&(f.floating.style.minWidth=`${r}px`),o&&(f.floating.style.maxWidth=`${o}px`)}})],[i,o,r]),{refs:a,floatingStyles:l}=Uv({placement:t,middleware:s,whileElementsMounted:Sv}),u=C.useRef({onOutsideClick:n,floatingStyles:l,setFloating:a.setFloating,placement:t});u.current={onOutsideClick:n,floatingStyles:l,setFloating:a.setFloating,placement:t};const c=C.useMemo(()=>{const d=f=>{const{floatingStyles:m,setFloating:v,onOutsideClick:y,placement:w}=u.current,{className:g,open:T,children:b}=f;return p.jsx(Vc,{open:T,className:g,onOutsideClick:y,floatingStyles:m,setFloating:v,placement:w,children:b})};return C.memo(d)},[]);return{anchorRef:a.setReference,Popover:c}},Kv="flex flex-col dropdown-panel border mt-1 rounded-xl shadow-lg overflow-y-auto relative space-y-1",Yv={sm:"p-2",md:"p-3",lg:"p-4"},Vt=e=>{const{className:t,children:n,padding:i="md",...r}=e;return p.jsx("div",{className:M(Kv,Yv[i],t),...r,children:n})},fn=(e,t)=>{k.useEffect(()=>{if(!e)return;const n=i=>{i.key==="Escape"&&t()};return document.addEventListener("keydown",n),()=>{document.removeEventListener("keydown",n)}},[e,t])},Lc=e=>{const{className:t,label:n,description:i,options:r,onChange:o,value:s,placeholder:a,maxHeight:l=300,error:u,size:c="md"}=e,[d,f]=k.useState(!1),m=C.useRef(null),v=r?.find(g=>g.value===s);fn(d,()=>f(!1)),k.useEffect(()=>{d&&m.current?.focus({preventScroll:!0})},[d]);const{anchorRef:y,Popover:w}=Ft({placement:"bottom",fullWidth:!0,onOutsideClick:()=>f(!1)});return p.jsx(Je.Provider,{value:c,children:p.jsxs("div",{className:M("flex flex-col",t),children:[p.jsx(We,{children:n}),p.jsxs("div",{className:"relative flex w-full flex-col",ref:y,children:[p.jsxs("div",{ref:m,role:"button",tabIndex:0,className:M("flex flex-row items-center border select-trigger transition-all duration-150 rounded-xl shadow-sm ring-0 focus:ring-4 focus:outline-none select-none",lt[c],Xe[c],ct[c],Dt[c],u&&"select-trigger-error",d&&"ring-4"),onKeyDown:g=>g.key===" "&&f(T=>!T),onClick:()=>f(!d),children:[v&&p.jsx("span",{children:v.label}),!v&&a&&p.jsx("span",{className:"select-placeholder",children:a})]}),p.jsxs(dt,{children:[u&&p.jsx(Ze,{}),!!s&&p.jsx(Ue,{Icon:ut,onClick:()=>o(null)}),p.jsx(Ue,{Icon:on})]}),p.jsx(w,{open:d,children:p.jsx(Vt,{className:"!p-0",style:{maxHeight:l},children:p.jsx("div",{className:"flex flex-col p-2 gap-1",children:r.map(g=>{const T=g.value===s;return p.jsx(ln,{onClick:()=>{!g.disabled&&o&&(o(g.value),f(!1))},selected:T,disabled:g.disabled,children:g.label},String(g.value))})})})})]}),p.jsx(Ce,{children:i}),p.jsx(Pe,{children:u})]})})},Hv=e=>{const{className:t,label:n,description:i,options:r,onChange:o,onSearch:s,value:a,placeholder:l,maxHeight:u=300,error:c,size:d="md"}=e,[f,m]=k.useState(!1),[v,y]=k.useState(r),[w,g]=k.useState(""),T=C.useRef(null),b=C.useRef(null),S=r?.find(E=>E.value===a);fn(f,()=>m(!1)),k.useEffect(()=>{y(s(w))},[w,r,s]),k.useEffect(()=>{f&&setTimeout(()=>b.current?.focus(),100)},[f]);const{anchorRef:x,Popover:A}=Ft({placement:"bottom",fullWidth:!0,onOutsideClick:()=>m(!1)});return p.jsx(Je.Provider,{value:d,children:p.jsxs("div",{className:M("flex flex-col",t),children:[p.jsx(We,{children:n}),p.jsxs("div",{className:"relative flex w-full flex-col",ref:x,children:[p.jsxs("div",{ref:T,role:"button",tabIndex:0,className:M("flex flex-row items-center border select-trigger transition-all duration-150 rounded-xl shadow-sm ring-0 focus:ring-4 focus:outline-none select-none",lt[d],Xe[d],ct[d],Dt[d],c&&"select-trigger-error",f&&"ring-4"),onKeyDown:E=>E.key===" "&&m(P=>!P),onClick:()=>m(!f),children:[S&&p.jsx("span",{children:S.label}),!S&&l&&p.jsx("span",{className:"select-placeholder",children:l})]}),p.jsxs(dt,{children:[c&&p.jsx(Ze,{}),!!a&&p.jsx(Ue,{Icon:ut,onClick:()=>o(null)}),p.jsx(Ue,{Icon:on})]}),p.jsx(A,{open:f,children:p.jsxs(Vt,{className:"gap-0 !p-0",style:{maxHeight:u},children:[p.jsxs("div",{className:"sticky top-0 border-b select-search-bar py-1 backdrop-blur-sm",children:[p.jsx("input",{ref:b,type:"text",placeholder:"Search",value:w,className:"appearance-none border-none w-full bg-transparent rounded- pl-10 transition-all duration-150 focus:outline-none ring-0 placeholder:text-[var(--color-input-placeholder)]",onChange:E=>g(E.target.value)}),p.jsx(br,{className:"absolute select-search-icon left-4 top-4 h-4 w-4"})]}),p.jsxs("div",{className:"flex flex-col gap-1 p-2",children:[w!==""&&p.jsxs(p.Fragment,{children:[v.length===0&&p.jsx("div",{className:"flex flex-col items-center justify-center py-6",children:p.jsx(xl,{className:"h-6 w-6 text-[var(--color-input-text)]"})}),v.map(E=>{const P=E.value===a;return p.jsx(ln,{onClick:()=>{!E.disabled&&o&&(o(E.value),m(!1))},selected:P,disabled:E.disabled,children:E.label},String(E.value))})]}),w===""&&p.jsx(p.Fragment,{children:r.map(E=>{const P=E.value===a;return p.jsx(ln,{onClick:()=>{!E.disabled&&o&&(o(E.value),m(!1))},selected:P,disabled:E.disabled,children:E.label},String(E.value))})})]})]})})]}),p.jsx(Ce,{children:i}),p.jsx(Pe,{children:c})]})})},Gv=(e,t)=>{const[n,i]=k.useState(e);return k.useEffect(()=>{const r=setTimeout(()=>{i(e)},t);return()=>{clearTimeout(r)}},[e,t]),n},Xv=e=>{const{className:t,label:n,description:i,onChange:r,fetchOptionsByQuery:o,fetchOptionByValue:s,onSearchDebounceMs:a=300,value:l,placeholder:u,maxHeight:c=300,error:d,size:f="md"}=e,[m,v]=k.useState(!1),y=C.useRef(null),[w,g]=k.useState(""),[T,b]=k.useState([]),[S,x]=k.useState(null),A=C.useRef(null),[E,P]=k.useState(!1),[B,q]=k.useState(!1);fn(m,()=>v(!1));const $=Gv(w,a);k.useEffect(()=>{(async()=>{P(!0);const J=await o($);b(J),P(!1)})()},[$,o]),k.useEffect(()=>{if(l==null){x(null);return}const I=T?.find(J=>J.value===l);I?x(I):(async()=>{q(!0);const re=await s(l);x(re),q(!1)})()},[s,T,l]),k.useEffect(()=>{m&&setTimeout(()=>A.current?.focus(),100)},[m]);const{anchorRef:ee,Popover:X}=Ft({placement:"bottom",fullWidth:!0,onOutsideClick:()=>v(!1)});return p.jsx(Je.Provider,{value:f,children:p.jsxs("div",{className:M("flex flex-col",t),children:[p.jsx(We,{children:n}),p.jsxs("div",{className:"relative flex w-full flex-col",ref:ee,children:[p.jsxs("div",{ref:y,role:"button",tabIndex:0,className:M("flex flex-row items-center border select-trigger transition-all duration-150 rounded-xl shadow-sm ring-0 focus:ring-4 focus:outline-none select-none",lt[f],Xe[f],ct[f],Dt[f],d&&"select-trigger-error",m&&"ring-4"),onKeyDown:I=>I.key===" "&&v(J=>!J),onClick:()=>v(!m),children:[!B&&S&&p.jsx("span",{children:S.label}),!B&&!S&&u&&p.jsx("span",{className:"select-placeholder",children:u}),B&&p.jsx(At,{className:"h-4 w-4 text-[var(--color-input-text)]"})]}),p.jsxs(dt,{children:[d&&p.jsx(Ze,{}),!!l&&p.jsx(Ue,{Icon:ut,onClick:()=>r(null)}),p.jsx(Ue,{Icon:on})]}),p.jsx(X,{open:m,children:p.jsxs(Vt,{className:"gap-0 !p-0",style:{maxHeight:c},children:[p.jsxs("div",{className:"sticky top-0 border-b select-search-bar py-1 backdrop-blur-sm",children:[p.jsx("input",{ref:A,type:"text",placeholder:"Search",value:w,className:"appearance-none border-none w-full bg-transparent rounded- pl-10 transition-all duration-150 focus:outline-none ring-0 placeholder:text-[var(--color-input-placeholder)]",onChange:I=>g(I.target.value)}),p.jsx(br,{className:"absolute select-search-icon left-4 top-4 h-4 w-4"})]}),p.jsxs("div",{className:"flex flex-col gap-1 p-2",children:[!E&&T.length===0&&p.jsx("div",{className:"flex flex-col items-center justify-center py-6",children:p.jsx(xl,{className:"h-6 w-6 text-[var(--color-input-text)]"})}),E&&p.jsx("div",{className:"flex flex-col items-center justify-center py-6",children:p.jsx(At,{className:"h-6 w-6 text-[var(--color-input-text)]"})}),!E&&p.jsx(p.Fragment,{children:T.map(I=>{const J=I.value===l;return p.jsx(ln,{onClick:()=>{!I.disabled&&r&&(r(I.value),v(!1))},selected:J,disabled:I.disabled,children:I.label},String(I.value))})})]})]})})]}),p.jsx(Ce,{children:i}),p.jsx(Pe,{children:d})]})})},Zv=C.forwardRef((e,t)=>{const{className:n,children:i,...r}=e;return p.jsx("div",{ref:t,className:M("flex flex-col gap-6 border panel-base rounded-2xl shadow-sm px-6 py-6",n),...r,children:i})}),Jv=C.forwardRef((e,t)=>{const{className:n,children:i,...r}=e;return p.jsx("div",{ref:t,className:M("flex flex-col gap-1 border panel-base rounded-2xl shadow-sm p-2",n),...r,children:i})}),_c="input-description text-sm font-medium",Qv=e=>{const{className:t,label:n,children:i,orientation:r="vertical",...o}=e;return r==="horizontal"?p.jsxs("div",{className:M("flex flex-row items-center gap-3 px-3 py-2",t),...o,children:[p.jsx("div",{className:M(_c,"w-1/2 line-clamp-1 break-all"),children:n}),p.jsx("div",{className:"w-1/2 line-clamp-1 break-all",children:i})]}):p.jsxs("div",{className:M("flex flex-col gap-1 px-3 py-2",t),...o,children:[n&&p.jsx("div",{className:_c,children:n}),p.jsx("div",{children:i})]})},ex={error:Tr,warning:Ym,success:wr,info:Hm},tx={error:"text-[var(--color-status-error)]",warning:"text-[var(--color-status-warning)]",success:"text-[var(--color-status-success)]",info:"text-[var(--color-status-info)]"},zc="inline-flex flex-row gap-3 items-center justify-between h-10 px-3 font-semibold ring-0 dropdown-item rounded-lg cursor-pointer transition-all duration-150 select-none focus:outline-none focus:ring-0 border border-transparent bg-transparent",nx=e=>{const{className:t,children:n,Icon:i,status:r,...o}=e,s=r?ex[r]:null,a=p.jsxs(p.Fragment,{children:[p.jsxs("span",{className:"inline-flex flex-row items-center gap-3 min-w-0",children:[i&&p.jsx(i,{className:"h-5 w-5 shrink-0"}),p.jsx("span",{className:"truncate",children:n})]}),p.jsxs("span",{className:"inline-flex flex-row items-center gap-2 shrink-0",children:[s&&r&&p.jsx(s,{className:M("h-5 w-5",tx[r])}),p.jsx(zm,{className:"h-5 w-5 text-[var(--color-input-icon-button-icon)]"})]})]});if(o.href!==void 0){const{href:l,...u}=o;return p.jsx("a",{href:l,className:M(zc,t),...u,children:a})}return p.jsx("button",{className:M(zc,t),...o,children:a})},ix=e=>{const{className:t,vertical:n=!1,...i}=e;return p.jsx("div",{className:M(n?"w-px h-full bg-[var(--color-divider)]":"w-full h-px bg-[var(--color-divider)]",t),...i})},rx=e=>{const{children:t,content:n,className:i,placement:r="top",minWidth:o=100,maxWidth:s=200}=e,[a,l]=k.useState(!1),{anchorRef:u,Popover:c}=Ft({placement:r,minWidth:o,maxWidth:s});return p.jsxs("span",{ref:u,className:i,onMouseEnter:()=>l(!0),onMouseLeave:()=>l(!1),children:[t,p.jsx(c,{open:a,children:p.jsx(Vt,{children:n})})]})},ox=e=>{const{open:t,onDismiss:n,enableDismissOnOutsideClick:i,enableDismissOnEscKey:r,enableDismissButton:o,className:s,children:a,maxWidth:l=600}=e;return fn(!!r&&t,n||(()=>{})),p.jsx(jn,{children:t&&p.jsxs(to,{children:[p.jsx(at.div,{style:{transformOrigin:"center"},initial:{opacity:0},animate:{opacity:1},exit:{opacity:0},transition:{duration:.15,ease:"easeInOut"},children:p.jsx(no,{className:"modal-overlay backdrop-blur-[1px] z-10",onClick:i?n:void 0,lockScroll:!0})}),p.jsx("div",{className:"fixed inset-0 flex flex-col items-center pointer-events-none p-4 lg:p-12 overflow-y-auto z-20",children:p.jsxs(at.div,{className:M("flex flex-col modal-content rounded-2xl shadow-xl p-6 lg:p-12 pointer-events-auto w-full relative",s),style:{transformOrigin:"bottom",maxWidth:l},initial:{opacity:0,scale:.98,translateY:10},animate:{opacity:1,scale:1,translateY:0},exit:{opacity:0,scale:.98,translateY:10},transition:{duration:.15,ease:"easeInOut"},children:[o&&p.jsx(yr,{Icon:ut,className:"absolute top-4 right-4",variant:"transparent",size:"sm",onClick:n}),a]})})]})})},sx=e=>{const{open:t,onDismiss:n,enableDismissOnOutsideClick:i,enableDismissOnEscKey:r,enableDismissButton:o,className:s,children:a,maxWidth:l=480}=e;return fn(!!r&&t,n||(()=>{})),p.jsx(jn,{children:t&&p.jsxs(to,{children:[p.jsx(at.div,{style:{transformOrigin:"center"},initial:{opacity:0},animate:{opacity:1},exit:{opacity:0},transition:{duration:.15,ease:"easeInOut"},children:p.jsx(no,{className:"modal-overlay backdrop-blur-[1px] z-10",onClick:i?n:void 0,lockScroll:!0})}),p.jsx("div",{className:"fixed inset-0 flex flex-row justify-end pointer-events-none z-20",children:p.jsxs(at.div,{className:M("flex flex-col modal-content shadow-xl p-6 lg:p-12 pointer-events-auto h-full w-full overflow-y-auto relative",s),style:{maxWidth:l},initial:{translateX:"100%"},animate:{translateX:0},exit:{translateX:"100%"},transition:{duration:.25,ease:[.32,.72,0,1]},children:[o&&p.jsx(yr,{Icon:ut,className:"absolute top-4 right-4",variant:"transparent",size:"sm",onClick:n}),a]})})]})})},Bc={red:"bg-red-100 text-red-700 ring-red-200 dark:bg-red-950 dark:text-red-300 dark:ring-red-800",orange:"bg-orange-100 text-orange-700 ring-orange-200 dark:bg-orange-950 dark:text-orange-300 dark:ring-orange-800",amber:"bg-amber-100 text-amber-700 ring-amber-200 dark:bg-amber-950 dark:text-amber-300 dark:ring-amber-800",yellow:"bg-yellow-100 text-yellow-700 ring-yellow-200 dark:bg-yellow-950 dark:text-yellow-300 dark:ring-yellow-800",lime:"bg-lime-100 text-lime-700 ring-lime-200 dark:bg-lime-950 dark:text-lime-300 dark:ring-lime-800",green:"bg-green-100 text-green-700 ring-green-200 dark:bg-green-950 dark:text-green-300 dark:ring-green-800",emerald:"bg-emerald-100 text-emerald-700 ring-emerald-200 dark:bg-emerald-950 dark:text-emerald-300 dark:ring-emerald-800",teal:"bg-teal-100 text-teal-700 ring-teal-200 dark:bg-teal-950 dark:text-teal-300 dark:ring-teal-800",cyan:"bg-cyan-100 text-cyan-700 ring-cyan-200 dark:bg-cyan-950 dark:text-cyan-300 dark:ring-cyan-800",sky:"bg-sky-100 text-sky-700 ring-sky-200 dark:bg-sky-950 dark:text-sky-300 dark:ring-sky-800",blue:"bg-blue-100 text-blue-700 ring-blue-200 dark:bg-blue-950 dark:text-blue-300 dark:ring-blue-800",indigo:"bg-indigo-100 text-indigo-700 ring-indigo-200 dark:bg-indigo-950 dark:text-indigo-300 dark:ring-indigo-800",violet:"bg-violet-100 text-violet-700 ring-violet-200 dark:bg-violet-950 dark:text-violet-300 dark:ring-violet-800",purple:"bg-purple-100 text-purple-700 ring-purple-200 dark:bg-purple-950 dark:text-purple-300 dark:ring-purple-800",fuchsia:"bg-fuchsia-100 text-fuchsia-700 ring-fuchsia-200 dark:bg-fuchsia-950 dark:text-fuchsia-300 dark:ring-fuchsia-800",pink:"bg-pink-100 text-pink-700 ring-pink-200 dark:bg-pink-950 dark:text-pink-300 dark:ring-pink-800",rose:"bg-rose-100 text-rose-700 ring-rose-200 dark:bg-rose-950 dark:text-rose-300 dark:ring-rose-800",slate:"bg-slate-100 text-slate-700 ring-slate-200 dark:bg-slate-950 dark:text-slate-300 dark:ring-slate-800",gray:"bg-gray-100 text-gray-700 ring-gray-200 dark:bg-gray-950 dark:text-gray-300 dark:ring-gray-800",zinc:"bg-zinc-100 text-zinc-700 ring-zinc-200 dark:bg-zinc-950 dark:text-zinc-300 dark:ring-zinc-800",neutral:"bg-neutral-100 text-neutral-700 ring-neutral-200 dark:bg-neutral-950 dark:text-neutral-300 dark:ring-neutral-800",stone:"bg-stone-100 text-stone-700 ring-stone-200 dark:bg-stone-950 dark:text-stone-300 dark:ring-stone-800",white:"bg-[var(--color-badge-white-bg)] text-[var(--color-badge-white-text)] ring-[var(--color-badge-white-ring)]",black:"bg-[var(--color-badge-black-bg)] text-[var(--color-badge-black-text)] ring-[var(--color-badge-black-ring)]"},io=C.forwardRef((e,t)=>{const{className:n,children:i,onClick:r,showCloseIcon:o,Icon:s,color:a="gray"}=e,l=M("inline-flex align-top items-center gap-2 px-3 h-7 rounded-lg font-semibold",Bc[a],n);return r?p.jsx("div",{ref:t,children:p.jsxs("button",{className:M("cursor-pointer ring-0 hover:ring-4 active:ring-1 transition-all duration-100 select-none focus:outline-none focus:ring-4",l),onClick:r,children:[s&&p.jsx(s,{className:"h-4 w-4 shrink-0"}),p.jsx("div",{className:"break-all line-clamp-1 text-left",children:i}),o&&p.jsx(ut,{className:"h-4 w-4 shrink-0"})]})}):p.jsxs("div",{className:l,ref:t,children:[s&&p.jsx(s,{className:"h-4 w-4 shrink-0"}),p.jsx("div",{className:"break-all line-clamp-1 text-left",children:i})]})}),$c=e=>{const{className:t,tabs:n}=e;return p.jsx("div",{className:M("h-12 tab-container p-1 rounded-xl inline-flex flex-row space-x-1 overflow-x-auto mat-ui-hide-scrollbars",t),children:n.map((i,r)=>{const o=M("shrink-0 px-4 h-full inline-flex flex-row items-center font-semibold rounded-xl cursor-pointer border border-transparent ing-0 tab-button transition-all duration-150 select-none focus:outline-none focus:ring-0",i.active&&"tab-button-active shadow-sm");return i.href?p.jsxs("a",{href:i.href,className:o,children:[i.Icon&&p.jsx(i.Icon,{className:"h-5 w-5 shrink-0 mr-2 -ml-1"}),i.label]},r):p.jsxs("button",{className:o,onClick:i.onClick,children:[i.Icon&&p.jsx(i.Icon,{className:"h-5 w-5 shrink-0 mr-2 -ml-1"}),i.label]},r)})})},Wc=k.createContext(void 0),ax=()=>({dismiss:k.useContext(Wc)||(()=>{})}),lx="inline-flex flex-row items-center gap-3 h-10 px-3 font-semibold ring-0 dropdown-item rounded-lg cursor-pointer transition-all duration-150 select-none focus:outline-none focus:ring-0 border border-transparent bg-transparent",Te=C.forwardRef((e,t)=>{const{className:n,children:i,Icon:r,onClick:o,dismissOnClick:s=!0,...a}=e,{dismiss:l}=ax(),u=c=>{o&&o(c),s&&l()};return p.jsxs("button",{ref:t,className:M(lx,n),onClick:u,...a,children:[r&&p.jsx(r,{className:"h-5 w-5"}),i]})}),ro=e=>{const{label:t,children:n,className:i}=e;return p.jsxs("div",{className:M("flex flex-col dropdown-button-group",i),children:[t&&p.jsx("div",{className:"mb-2 text-sm dropdown-group-label font-semibold px-3",children:t}),n]})},oo=e=>{const{trigger:t,children:n,placement:i="bottom-end",minWidth:r=200,className:o}=e,[s,a]=k.useState(!1),{Popover:l,anchorRef:u}=Ft({placement:i,onOutsideClick:()=>a(!1),minWidth:r});return p.jsxs(p.Fragment,{children:[p.jsx("div",{ref:u,className:o,onClick:()=>a(!s),children:t}),p.jsx(l,{open:s,children:p.jsx(Vt,{padding:"sm",children:p.jsx(Wc.Provider,{value:()=>a(!1),children:n})})})]})};function cx(e){const{onDelta:t,onDragStart:n,onDragEnd:i,disabled:r=!1,primaryButtonOnly:o=!0,preventScrollOnMove:s=!0}=e,[a,l]=C.useState(!1),u=C.useRef(!1),c=C.useRef(0),d=C.useRef(0),f=C.useRef(0),m=C.useRef(null),v=C.useRef(null),y=C.useRef({onDelta:t,onDragStart:n,onDragEnd:i,preventScrollOnMove:s});C.useEffect(()=>{y.current={onDelta:t,onDragStart:n,onDragEnd:i,preventScrollOnMove:s}});const w=C.useRef({}),g=C.useCallback(b=>{if(!u.current)return;const S={clientX:b??d.current,startX:c.current,totalDeltaX:f.current,target:m.current};u.current=!1,l(!1);const{move:x,up:A,keydown:E}=w.current;x&&window.removeEventListener("pointermove",x,!0),A&&(window.removeEventListener("pointerup",A,!0),window.removeEventListener("pointercancel",A,!0)),E&&window.removeEventListener("keydown",E,!0),w.current={},v.current!=null&&(cancelAnimationFrame(v.current),v.current=null),y.current.onDragEnd?.(S),m.current=null,f.current=0},[]),T=C.useCallback(b=>{if(r||o&&b.button!==0)return;b.target.setPointerCapture?.(b.pointerId),c.current=b.clientX,d.current=b.clientX,f.current=0,m.current=b.target,u.current=!0,l(!0);const S={clientX:b.clientX,startX:b.clientX,totalDeltaX:0,target:b.target};y.current.onDragStart?.(S);const x=P=>{u.current&&v.current==null&&(v.current=requestAnimationFrame(()=>{v.current=null;const B=P.clientX,q=B-d.current;if(q===0)return;d.current=B,f.current+=q;const $={clientX:B,startX:c.current,totalDeltaX:f.current,target:m.current};y.current.preventScrollOnMove&&P.preventDefault(),y.current.onDelta(q,$)}))},A=P=>{g(P.clientX)},E=P=>{P.key==="Escape"&&(P.preventDefault(),g())};w.current={move:x,up:A,keydown:E},window.addEventListener("pointermove",x,{passive:!s,capture:!0}),window.addEventListener("pointerup",A,{capture:!0}),window.addEventListener("pointercancel",A,{capture:!0}),window.addEventListener("keydown",E,!0)},[g,r,s,o]);return C.useEffect(()=>()=>{u.current&&g()},[g]),{isDragging:a,bind:{onPointerDown:T,role:"separator",style:{touchAction:"none",cursor:"col-resize",userSelect:"none"}}}}const ux=e=>{const{column:t,width:n,height:i,onResize:r,sortDirection:o,onSortClick:s}=e,a=!!t.sortable,{bind:l}=cx({onDelta:u=>r(u)});return p.jsxs("div",{style:{width:n,height:i},className:"flex flex-row items-stretch select-none shrink-0",children:[p.jsxs("div",{className:M("flex-1 min-w-0 px-4 table-header-cell transition-colors duration-100 flex flex-row items-center gap-2",a&&"cursor-pointer"),onClick:a?s:void 0,children:[p.jsx("span",{className:"truncate",children:t.header}),a&&o==="asc"&&p.jsx(Bm,{className:"h-4 w-4 shrink-0"}),a&&o==="desc"&&p.jsx(on,{className:"h-4 w-4 shrink-0"})]}),p.jsx("div",{...l,className:"cursor-ew-resize group py-2 table-resize-handle w-[8px]",children:p.jsx("div",{className:"w-0.5 h-full mx-auto table-resize-divider table-resize-divider-hover pointer-events-none"})})]})},Lt=200,dx=60,px=e=>{const t={};for(const n of e)t[n.id]=n.defaultWidth??Lt;return t},fx=e=>{const{columns:t,rows:n,getRowId:i,onRowClick:r,sort:o,onSortChange:s,className:a,rowHeight:l=44,headerHeight:u=44}=e,[c,d]=k.useState(()=>px(t));k.useEffect(()=>{d(g=>{const T={};let b=Object.keys(g).length!==t.length;for(const S of t)S.id in g?T[S.id]=g[S.id]:(T[S.id]=S.defaultWidth??Lt,b=!0);return b?T:g})},[t]);const f=k.useCallback((g,T,b)=>{d(S=>{const x=S[g]??Lt,A=Math.max(b,x+T);return A===x?S:{...S,[g]:A}})},[]),m=k.useCallback(g=>{if(s){if(!o||o.columnId!==g){s({columnId:g,direction:"asc"});return}if(o.direction==="asc"){s({columnId:g,direction:"desc"});return}s(null)}},[o,s]),v=t.reduce((g,T)=>g+(c[T.id]??T.defaultWidth??Lt),0),y=k.useRef(null),w=g=>{y.current&&(y.current.scrollLeft=g.currentTarget.scrollLeft)};return p.jsxs("div",{className:M("flex flex-col h-full w-full",a),children:[p.jsx("div",{ref:y,className:"overflow-hidden shrink-0",style:{height:u},children:p.jsx("div",{className:"flex flex-row table-header font-medium",style:{width:v,minWidth:"100%"},children:t.map(g=>p.jsx(ux,{column:g,width:c[g.id]??g.defaultWidth??Lt,height:u,onResize:T=>f(g.id,T,g.minWidth??dx),sortDirection:o?.columnId===g.id?o.direction:null,onSortClick:()=>m(g.id)},g.id))})}),p.jsx("div",{className:"flex-1 overflow-auto",onScroll:w,children:p.jsx("div",{className:"flex flex-col",style:{width:v,minWidth:"100%"},children:n.map((g,T)=>p.jsx("div",{className:M("flex flex-row table-body-row transition-colors duration-100",r&&"cursor-pointer"),onClick:r?()=>r(g,T):void 0,children:t.map(b=>p.jsx("div",{className:"shrink-0 content-center px-4 relative",style:{width:c[b.id]??b.defaultWidth??Lt,height:l},children:p.jsx("div",{className:"break-all line-clamp-1",children:b.renderCell(g,T)})},b.id))},i(g,T)))})})]})},mx=()=>p.jsx("div",{}),hx=[{id:1,email:"sarah.jennings@example.com",firstname:"Sarah",lastname:"Jennings",status:"active"},{id:2,email:"liam.patel@outlook.com",firstname:"Liam",lastname:"Patel",status:"inactive"},{id:3,email:"emily.wong@gmail.com",firstname:"Emily",lastname:"Wong",status:"active"},{id:4,email:"noah.thompson@yahoo.com",firstname:"Noah",lastname:"Thompson",status:"active"},{id:5,email:"isabella.martin@protonmail.com",firstname:"Isabella",lastname:"Martin",status:"active"},{id:6,email:"ethan.ross@company.io",firstname:"Ethan",lastname:"Ross",status:"inactive"},{id:7,email:"olivia.nguyen@example.org",firstname:"Olivia",lastname:"Nguyen",status:"active"},{id:8,email:"lucas.henderson@gmail.com",firstname:"Lucas",lastname:"Henderson",status:"inactive"},{id:9,email:"mia.johnson@workmail.com",firstname:"Mia",lastname:"Johnson",status:"active"},{id:10,email:"jackson.rivera@outlook.com",firstname:"Jackson",lastname:"Rivera",status:"active"},{id:11,email:"ava.sanders@example.com",firstname:"Ava",lastname:"Sanders",status:"active"},{id:12,email:"logan.bennett@company.io",firstname:"Logan",lastname:"Bennett",status:"inactive"}],gx=[{id:"id",header:"ID",renderCell:e=>e.id},{id:"email",header:"Email",renderCell:e=>p.jsx(io,{Icon:Gm,onClick:()=>{},children:e.email})},{id:"firstname",header:"First Name",renderCell:e=>e.firstname},{id:"lastname",header:"Last Name",renderCell:e=>e.lastname},{id:"status",header:"Status",renderCell:()=>p.jsx(xx,{})}],vx=()=>p.jsxs("div",{className:"flex flex-col gap-6",children:[p.jsxs("div",{className:"flex flex-row items-center justify-start gap-3",children:[p.jsx(kr,{Icon:br,placeholder:"Search..."}),p.jsx(In,{Icon:yl}),p.jsx(hl,{Icon:vl,children:"New"}),p.jsxs(oo,{trigger:p.jsx(In,{Icon:yl}),children:[p.jsx(Te,{dismissOnClick:!1,Icon:vl,children:"Add new"}),p.jsx(Te,{Icon:Km,children:"Remove"}),p.jsxs(ro,{label:"Test",className:"mt-2",children:[p.jsx(Te,{children:"Item 1"}),p.jsx(Te,{children:"Item 2"}),p.jsx(Te,{children:"Item 3"}),p.jsx(Te,{children:"Item 4"})]}),p.jsxs(ro,{label:"Test",className:"mt-2",children:[p.jsx(Te,{children:"Item 1"}),p.jsx(Te,{children:"Item 2"}),p.jsx(Te,{children:"Item 3"}),p.jsx(Te,{children:"Item 4"})]})]}),p.jsx($c,{tabs:[{label:"Tab 1",Icon:gl,active:!0,onClick:()=>{}},{label:"Tab 2",active:!1,onClick:()=>{}},{label:"Tab 3",Icon:gl,active:!1,onClick:()=>{}}]})]}),p.jsx(Lc,{options:[{label:"Option 1",value:1},{label:"Option 2",value:2},{label:"Option 3",value:3}],value:null,onChange:()=>{}}),p.jsx(fx,{className:"h-[300px] w-[300px]",columns:gx,rows:hx,getRowId:e=>e.id}),p.jsx(mx,{})]}),xx=()=>p.jsx(p.Fragment,{children:p.jsxs(oo,{placement:"bottom-end",className:"inline-block",trigger:p.jsx(io,{onClick:()=>{},children:"Test"}),children:[p.jsx(Te,{children:"Option 1"}),p.jsx(Te,{children:"Option 2"}),p.jsx(Te,{children:"Option 3"})]})});z.Badge=io,z.BadgeColor=Bc,z.Button=hl,z.ButtonIconRound=yr,z.ButtonIconSquare=In,z.Divider=ix,z.DropdownButton=Te,z.DropdownButtonGroup=ro,z.DropdownMenu=oo,z.DropdownPanel=Vt,z.Input=kr,z.InputCheck=rh,z.InputDescription=Ce,z.InputError=Pe,z.InputErrorIcon=Ze,z.InputFileMultiple=fg,z.InputFileSingle=dg,z.InputIconButton=Ue,z.InputIconButtonTray=dt,z.InputLabel=We,z.InputPassword=Zm,z.InputRadio=nh,z.InputSelect=Lc,z.InputSelectNative=mg,z.InputSelectOption=ln,z.InputSelectSearchable=Hv,z.InputSelectSearchableAsync=Xv,z.InputTextArea=th,z.InputToggle=ih,z.Modal=ox,z.Panel=Zv,z.PanelField=Qv,z.PanelLink=nx,z.PanelStack=Jv,z.PopoverBase=Vc,z.SidebarModal=sx,z.Spinner=At,z.TabButtons=$c,z.Test=vx,z.Tooltip=rx,z.UploadFileTile=tc,z.usePopover=Ft,Object.defineProperty(z,Symbol.toStringTag,{value:"Module"})}));
130
183
  //# sourceMappingURL=index.umd.cjs.map