@ldkj/web-ui 0.13.0 → 0.14.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/LICENSE +21 -21
- package/README.md +27 -27
- package/components/data-display/avatar/Avatar.d.ts +42 -0
- package/components/data-display/avatar/index.d.ts +1 -0
- package/components/data-display/skeleton/Skeleton.d.ts +72 -0
- package/components/data-display/skeleton/index.d.ts +2 -0
- package/components/form/select/Select.d.ts +107 -0
- package/components/form/select/index.d.ts +1 -0
- package/components/form/switch/Switch.d.ts +37 -0
- package/components/form/switch/index.d.ts +1 -0
- package/components/interact/button/Button.d.ts +3 -3
- package/components/interact/dialog/Dialog.d.ts +121 -0
- package/components/interact/dialog/index.d.ts +2 -0
- package/components/interact/modal/Modal.d.ts +32 -0
- package/components/interact/modal/index.d.ts +2 -0
- package/components/interact/popover/Popover.d.ts +119 -0
- package/components/interact/popover/index.d.ts +1 -0
- package/components/interact/tooltip/Tooltip.d.ts +93 -0
- package/components/interact/tooltip/index.d.ts +1 -0
- package/index.cjs +47 -7
- package/index.d.ts +8 -0
- package/index.js +9310 -3963
- package/package.json +9 -1
- package/style.css +1 -1
- package/components/ui/label.d.ts +0 -2
- package/components/ui/radio-group.d.ts +0 -2
package/index.cjs
CHANGED
|
@@ -1,8 +1,48 @@
|
|
|
1
|
-
"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const d=require("react/jsx-runtime"),X=require("react");require("react-dom");function Hi(e){const r=Object.create(null,{[Symbol.toStringTag]:{value:"Module"}});if(e){for(const t in e)if(t!=="default"){const o=Object.getOwnPropertyDescriptor(e,t);Object.defineProperty(r,t,o.get?o:{enumerable:!0,get:()=>e[t]})}}return r.default=e,Object.freeze(r)}const m=Hi(X);function Bn(e){var r,t,o="";if(typeof e=="string"||typeof e=="number")o+=e;else if(typeof e=="object")if(Array.isArray(e)){var n=e.length;for(r=0;r<n;r++)e[r]&&(t=Bn(e[r]))&&(o&&(o+=" "),o+=t)}else for(t in e)e[t]&&(o&&(o+=" "),o+=t);return o}function Ln(){for(var e,r,t=0,o="",n=arguments.length;t<n;t++)(e=arguments[t])&&(r=Bn(e))&&(o&&(o+=" "),o+=r);return o}const qo=e=>typeof e=="boolean"?`${e}`:e===0?"0":e,xo=Ln,zn=(e,r)=>t=>{var o;if(r?.variants==null)return xo(e,t?.class,t?.className);const{variants:n,defaultVariants:s}=r,i=Object.keys(n).map(u=>{const c=t?.[u],h=s?.[u];if(c===null)return null;const f=qo(c)||qo(h);return n[u][f]}),l=t&&Object.entries(t).reduce((u,c)=>{let[h,f]=c;return f===void 0||(u[h]=f),u},{}),a=r==null||(o=r.compoundVariants)===null||o===void 0?void 0:o.reduce((u,c)=>{let{class:h,className:f,...p}=c;return Object.entries(p).every(y=>{let[v,P]=y;return Array.isArray(P)?P.includes({...s,...l}[v]):{...s,...l}[v]===P})?[...u,h,f]:u},[]);return xo(e,i,a,t?.class,t?.className)},Ar={xs:"rounded-[2px]",sm:"rounded-sm",md:"rounded-md",lg:"rounded-lg",xl:"rounded-xl",full:"rounded-full"};function Wi(e){return typeof e=="string"&&Object.prototype.hasOwnProperty.call(Ar,e)}function Lt(e){return e===void 0?{}:typeof e=="number"?{roundedStyle:{borderRadius:`${e}px`}}:Wi(e)?{roundedPreset:e}:{roundedStyle:{borderRadius:e}}}const Mr={none:"shadow-none",xs:"shadow-[0_1px_2px_rgba(15,23,42,0.08)]",sm:"shadow-sm",md:"shadow-md",lg:"shadow-lg",xl:"shadow-xl",inner:"shadow-inner"};function Yi(e){return typeof e=="string"&&Object.prototype.hasOwnProperty.call(Mr,e)}function zt(e){return e===void 0?{}:Yi(e)?{shadowPreset:e}:{shadowStyle:{boxShadow:e}}}const On=zn("inline-flex items-center justify-center gap-2 whitespace-nowrap rounded-md text-sm font-medium ring-offset-background transition-colors duration-150 focus-visible:outline-none focus-visible:ring-2 focus-visible:ring-ring focus-visible:ring-offset-2 disabled:pointer-events-none disabled:opacity-50",{variants:{variant:{dark:"bg-black/90 text-primary-foreground hover:bg-black",primary:"bg-blue-600 text-primary-foreground hover:bg-blue-600/90",secondary:"bg-cyan-600 text-primary-foreground hover:bg-cyan-600/90",minor:"bg-gray-200 text-secondary-foreground hover:bg-gray-300/90",success:"bg-green-600 text-primary-foreground hover:bg-green-600/90",warning:"bg-yellow-600 text-primary-foreground hover:bg-yellow-600/90",danger:"bg-destructive text-destructive-foreground hover:bg-destructive/90",outline:"border border-solid border-blue-600 bg-background text-blue-600 hover:text-blue-600/80 hover:border-blue-600/80",ghost:"hover:bg-accent hover:text-accent-foreground",link:"text-blue-600 underline-offset-4 hover:underline hover:text-blue-600/90",text:"text-foreground"},size:{xs:"h-6 text-[10px] px-2",sm:"h-7 text-xs px-3",md:"h-8 text-sm px-4",lg:"h-9 text-lg px-8",xl:"h-10 text-lg px-10",icon:"h-8 w-8"},rounded:Ar,shadow:Mr,bounce:{true:"transition-all ease-out active:-translate-y-[10%] active:scale-98"},splash:{true:"active:opacity-90"}},defaultVariants:{variant:"primary",size:"md",bounce:!1,splash:!1}}),Ji=(e,r)=>{const t=new Array(e.length+r.length);for(let o=0;o<e.length;o++)t[o]=e[o];for(let o=0;o<r.length;o++)t[e.length+o]=r[o];return t},Qi=(e,r)=>({classGroupId:e,validator:r}),Dn=(e=new Map,r=null,t)=>({nextPart:e,validators:r,classGroupId:t}),Nr="-",wo=[],Xi="arbitrary..",Zi=e=>{const r=rl(e),{conflictingClassGroups:t,conflictingClassGroupModifiers:o}=e;return{getClassGroupId:i=>{if(i.startsWith("[")&&i.endsWith("]"))return el(i);const l=i.split(Nr),a=l[0]===""&&l.length>1?1:0;return Fn(l,a,r)},getConflictingClassGroupIds:(i,l)=>{if(l){const a=o[i],u=t[i];return a?u?Ji(u,a):a:u||wo}return t[i]||wo}}},Fn=(e,r,t)=>{if(e.length-r===0)return t.classGroupId;const n=e[r],s=t.nextPart.get(n);if(s){const u=Fn(e,r+1,s);if(u)return u}const i=t.validators;if(i===null)return;const l=r===0?e.join(Nr):e.slice(r).join(Nr),a=i.length;for(let u=0;u<a;u++){const c=i[u];if(c.validator(l))return c.classGroupId}},el=e=>e.slice(1,-1).indexOf(":")===-1?void 0:(()=>{const r=e.slice(1,-1),t=r.indexOf(":"),o=r.slice(0,t);return o?Xi+o:void 0})(),rl=e=>{const{theme:r,classGroups:t}=e;return tl(t,r)},tl=(e,r)=>{const t=Dn();for(const o in e){const n=e[o];Ot(n,t,o,r)}return t},Ot=(e,r,t,o)=>{const n=e.length;for(let s=0;s<n;s++){const i=e[s];ol(i,r,t,o)}},ol=(e,r,t,o)=>{if(typeof e=="string"){nl(e,r,t);return}if(typeof e=="function"){sl(e,r,t,o);return}il(e,r,t,o)},nl=(e,r,t)=>{const o=e===""?r:Gn(r,e);o.classGroupId=t},sl=(e,r,t,o)=>{if(ll(e)){Ot(e(o),r,t,o);return}r.validators===null&&(r.validators=[]),r.validators.push(Qi(t,e))},il=(e,r,t,o)=>{const n=Object.entries(e),s=n.length;for(let i=0;i<s;i++){const[l,a]=n[i];Ot(a,Gn(r,l),t,o)}},Gn=(e,r)=>{let t=e;const o=r.split(Nr),n=o.length;for(let s=0;s<n;s++){const i=o[s];let l=t.nextPart.get(i);l||(l=Dn(),t.nextPart.set(i,l)),t=l}return t},ll=e=>"isThemeGetter"in e&&e.isThemeGetter===!0,al=e=>{if(e<1)return{get:()=>{},set:()=>{}};let r=0,t=Object.create(null),o=Object.create(null);const n=(s,i)=>{t[s]=i,r++,r>e&&(r=0,o=t,t=Object.create(null))};return{get(s){let i=t[s];if(i!==void 0)return i;if((i=o[s])!==void 0)return n(s,i),i},set(s,i){s in t?t[s]=i:n(s,i)}}},Rt="!",Co=":",ul=[],So=(e,r,t,o,n)=>({modifiers:e,hasImportantModifier:r,baseClassName:t,maybePostfixModifierPosition:o,isExternal:n}),cl=e=>{const{prefix:r,experimentalParseClassName:t}=e;let o=n=>{const s=[];let i=0,l=0,a=0,u;const c=n.length;for(let v=0;v<c;v++){const P=n[v];if(i===0&&l===0){if(P===Co){s.push(n.slice(a,v)),a=v+1;continue}if(P==="/"){u=v;continue}}P==="["?i++:P==="]"?i--:P==="("?l++:P===")"&&l--}const h=s.length===0?n:n.slice(a);let f=h,p=!1;h.endsWith(Rt)?(f=h.slice(0,-1),p=!0):h.startsWith(Rt)&&(f=h.slice(1),p=!0);const y=u&&u>a?u-a:void 0;return So(s,p,f,y)};if(r){const n=r+Co,s=o;o=i=>i.startsWith(n)?s(i.slice(n.length)):So(ul,!1,i,void 0,!0)}if(t){const n=o;o=s=>t({className:s,parseClassName:n})}return o},dl=e=>{const r=new Map;return e.orderSensitiveModifiers.forEach((t,o)=>{r.set(t,1e6+o)}),t=>{const o=[];let n=[];for(let s=0;s<t.length;s++){const i=t[s],l=i[0]==="[",a=r.has(i);l||a?(n.length>0&&(n.sort(),o.push(...n),n=[]),o.push(i)):n.push(i)}return n.length>0&&(n.sort(),o.push(...n)),o}},hl=e=>({cache:al(e.cacheSize),parseClassName:cl(e),sortModifiers:dl(e),...Zi(e)}),ml=/\s+/,fl=(e,r)=>{const{parseClassName:t,getClassGroupId:o,getConflictingClassGroupIds:n,sortModifiers:s}=r,i=[],l=e.trim().split(ml);let a="";for(let u=l.length-1;u>=0;u-=1){const c=l[u],{isExternal:h,modifiers:f,hasImportantModifier:p,baseClassName:y,maybePostfixModifierPosition:v}=t(c);if(h){a=c+(a.length>0?" "+a:a);continue}let P=!!v,g=o(P?y.substring(0,v):y);if(!g){if(!P){a=c+(a.length>0?" "+a:a);continue}if(g=o(y),!g){a=c+(a.length>0?" "+a:a);continue}P=!1}const b=f.length===0?"":f.length===1?f[0]:s(f).join(":"),w=p?b+Rt:b,S=w+g;if(i.indexOf(S)>-1)continue;i.push(S);const N=n(g,P);for(let x=0;x<N.length;++x){const C=N[x];i.push(w+C)}a=c+(a.length>0?" "+a:a)}return a},pl=(...e)=>{let r=0,t,o,n="";for(;r<e.length;)(t=e[r++])&&(o=$n(t))&&(n&&(n+=" "),n+=o);return n},$n=e=>{if(typeof e=="string")return e;let r,t="";for(let o=0;o<e.length;o++)e[o]&&(r=$n(e[o]))&&(t&&(t+=" "),t+=r);return t},vl=(e,...r)=>{let t,o,n,s;const i=a=>{const u=r.reduce((c,h)=>h(c),e());return t=hl(u),o=t.cache.get,n=t.cache.set,s=l,l(a)},l=a=>{const u=o(a);if(u)return u;const c=fl(a,t);return n(a,c),c};return s=i,(...a)=>s(pl(...a))},gl=[],re=e=>{const r=t=>t[e]||gl;return r.isThemeGetter=!0,r},Vn=/^\[(?:(\w[\w-]*):)?(.+)\]$/i,Kn=/^\((?:(\w[\w-]*):)?(.+)\)$/i,Pl=/^\d+(?:\.\d+)?\/\d+(?:\.\d+)?$/,bl=/^(\d+(\.\d+)?)?(xs|sm|md|lg|xl)$/,yl=/\d+(%|px|r?em|[sdl]?v([hwib]|min|max)|pt|pc|in|cm|mm|cap|ch|ex|r?lh|cq(w|h|i|b|min|max))|\b(calc|min|max|clamp)\(.+\)|^0$/,ql=/^(rgba?|hsla?|hwb|(ok)?(lab|lch)|color-mix)\(.+\)$/,xl=/^(inset_)?-?((\d+)?\.?(\d+)[a-z]+|0)_-?((\d+)?\.?(\d+)[a-z]+|0)/,wl=/^(url|image|image-set|cross-fade|element|(repeating-)?(linear|radial|conic)-gradient)\(.+\)$/,Se=e=>Pl.test(e),D=e=>!!e&&!Number.isNaN(Number(e)),ke=e=>!!e&&Number.isInteger(Number(e)),Jr=e=>e.endsWith("%")&&D(e.slice(0,-1)),ye=e=>bl.test(e),Un=()=>!0,Cl=e=>yl.test(e)&&!ql.test(e),Dt=()=>!1,Sl=e=>xl.test(e),kl=e=>wl.test(e),Nl=e=>!B(e)&&!L(e),Rl=e=>Ee(e,Yn,Dt),B=e=>Vn.test(e),Me=e=>Ee(e,Jn,Cl),ko=e=>Ee(e,Bl,D),_l=e=>Ee(e,Xn,Un),jl=e=>Ee(e,Qn,Dt),No=e=>Ee(e,Hn,Dt),Il=e=>Ee(e,Wn,kl),fr=e=>Ee(e,Zn,Sl),L=e=>Kn.test(e),Qe=e=>Oe(e,Jn),El=e=>Oe(e,Qn),Ro=e=>Oe(e,Hn),Tl=e=>Oe(e,Yn),Al=e=>Oe(e,Wn),pr=e=>Oe(e,Zn,!0),Ml=e=>Oe(e,Xn,!0),Ee=(e,r,t)=>{const o=Vn.exec(e);return o?o[1]?r(o[1]):t(o[2]):!1},Oe=(e,r,t=!1)=>{const o=Kn.exec(e);return o?o[1]?r(o[1]):t:!1},Hn=e=>e==="position"||e==="percentage",Wn=e=>e==="image"||e==="url",Yn=e=>e==="length"||e==="size"||e==="bg-size",Jn=e=>e==="length",Bl=e=>e==="number",Qn=e=>e==="family-name",Xn=e=>e==="number"||e==="weight",Zn=e=>e==="shadow",Ll=()=>{const e=re("color"),r=re("font"),t=re("text"),o=re("font-weight"),n=re("tracking"),s=re("leading"),i=re("breakpoint"),l=re("container"),a=re("spacing"),u=re("radius"),c=re("shadow"),h=re("inset-shadow"),f=re("text-shadow"),p=re("drop-shadow"),y=re("blur"),v=re("perspective"),P=re("aspect"),g=re("ease"),b=re("animate"),w=()=>["auto","avoid","all","avoid-page","page","left","right","column"],S=()=>["center","top","bottom","left","right","top-left","left-top","top-right","right-top","bottom-right","right-bottom","bottom-left","left-bottom"],N=()=>[...S(),L,B],x=()=>["auto","hidden","clip","visible","scroll"],C=()=>["auto","contain","none"],q=()=>[L,B,a],_=()=>[Se,"full","auto",...q()],E=()=>[ke,"none","subgrid",L,B],k=()=>["auto",{span:["full",ke,L,B]},ke,L,B],R=()=>[ke,"auto",L,B],j=()=>["auto","min","max","fr",L,B],T=()=>["start","end","center","between","around","evenly","stretch","baseline","center-safe","end-safe"],A=()=>["start","end","center","stretch","center-safe","end-safe"],z=()=>["auto",...q()],F=()=>[Se,"auto","full","dvw","dvh","lvw","lvh","svw","svh","min","max","fit",...q()],H=()=>[Se,"screen","full","dvw","lvw","svw","min","max","fit",...q()],ee=()=>[Se,"screen","full","lh","dvh","lvh","svh","min","max","fit",...q()],M=()=>[e,L,B],le=()=>[...S(),Ro,No,{position:[L,B]}],we=()=>["no-repeat",{repeat:["","x","y","space","round"]}],Pe=()=>["auto","cover","contain",Tl,Rl,{size:[L,B]}],be=()=>[Jr,Qe,Me],W=()=>["","none","full",u,L,B],J=()=>["",D,Qe,Me],te=()=>["solid","dashed","dotted","double"],se=()=>["normal","multiply","screen","overlay","darken","lighten","color-dodge","color-burn","hard-light","soft-light","difference","exclusion","hue","saturation","color","luminosity"],Y=()=>[D,Jr,Ro,No],Ce=()=>["","none",y,L,B],Ae=()=>["none",D,L,B],Ge=()=>["none",D,L,B],$e=()=>[D,L,B],Ve=()=>[Se,"full",...q()];return{cacheSize:500,theme:{animate:["spin","ping","pulse","bounce"],aspect:["video"],blur:[ye],breakpoint:[ye],color:[Un],container:[ye],"drop-shadow":[ye],ease:["in","out","in-out"],font:[Nl],"font-weight":["thin","extralight","light","normal","medium","semibold","bold","extrabold","black"],"inset-shadow":[ye],leading:["none","tight","snug","normal","relaxed","loose"],perspective:["dramatic","near","normal","midrange","distant","none"],radius:[ye],shadow:[ye],spacing:["px",D],text:[ye],"text-shadow":[ye],tracking:["tighter","tight","normal","wide","wider","widest"]},classGroups:{aspect:[{aspect:["auto","square",Se,B,L,P]}],container:["container"],columns:[{columns:[D,B,L,l]}],"break-after":[{"break-after":w()}],"break-before":[{"break-before":w()}],"break-inside":[{"break-inside":["auto","avoid","avoid-page","avoid-column"]}],"box-decoration":[{"box-decoration":["slice","clone"]}],box:[{box:["border","content"]}],display:["block","inline-block","inline","flex","inline-flex","table","inline-table","table-caption","table-cell","table-column","table-column-group","table-footer-group","table-header-group","table-row-group","table-row","flow-root","grid","inline-grid","contents","list-item","hidden"],sr:["sr-only","not-sr-only"],float:[{float:["right","left","none","start","end"]}],clear:[{clear:["left","right","both","none","start","end"]}],isolation:["isolate","isolation-auto"],"object-fit":[{object:["contain","cover","fill","none","scale-down"]}],"object-position":[{object:N()}],overflow:[{overflow:x()}],"overflow-x":[{"overflow-x":x()}],"overflow-y":[{"overflow-y":x()}],overscroll:[{overscroll:C()}],"overscroll-x":[{"overscroll-x":C()}],"overscroll-y":[{"overscroll-y":C()}],position:["static","fixed","absolute","relative","sticky"],inset:[{inset:_()}],"inset-x":[{"inset-x":_()}],"inset-y":[{"inset-y":_()}],start:[{"inset-s":_(),start:_()}],end:[{"inset-e":_(),end:_()}],"inset-bs":[{"inset-bs":_()}],"inset-be":[{"inset-be":_()}],top:[{top:_()}],right:[{right:_()}],bottom:[{bottom:_()}],left:[{left:_()}],visibility:["visible","invisible","collapse"],z:[{z:[ke,"auto",L,B]}],basis:[{basis:[Se,"full","auto",l,...q()]}],"flex-direction":[{flex:["row","row-reverse","col","col-reverse"]}],"flex-wrap":[{flex:["nowrap","wrap","wrap-reverse"]}],flex:[{flex:[D,Se,"auto","initial","none",B]}],grow:[{grow:["",D,L,B]}],shrink:[{shrink:["",D,L,B]}],order:[{order:[ke,"first","last","none",L,B]}],"grid-cols":[{"grid-cols":E()}],"col-start-end":[{col:k()}],"col-start":[{"col-start":R()}],"col-end":[{"col-end":R()}],"grid-rows":[{"grid-rows":E()}],"row-start-end":[{row:k()}],"row-start":[{"row-start":R()}],"row-end":[{"row-end":R()}],"grid-flow":[{"grid-flow":["row","col","dense","row-dense","col-dense"]}],"auto-cols":[{"auto-cols":j()}],"auto-rows":[{"auto-rows":j()}],gap:[{gap:q()}],"gap-x":[{"gap-x":q()}],"gap-y":[{"gap-y":q()}],"justify-content":[{justify:[...T(),"normal"]}],"justify-items":[{"justify-items":[...A(),"normal"]}],"justify-self":[{"justify-self":["auto",...A()]}],"align-content":[{content:["normal",...T()]}],"align-items":[{items:[...A(),{baseline:["","last"]}]}],"align-self":[{self:["auto",...A(),{baseline:["","last"]}]}],"place-content":[{"place-content":T()}],"place-items":[{"place-items":[...A(),"baseline"]}],"place-self":[{"place-self":["auto",...A()]}],p:[{p:q()}],px:[{px:q()}],py:[{py:q()}],ps:[{ps:q()}],pe:[{pe:q()}],pbs:[{pbs:q()}],pbe:[{pbe:q()}],pt:[{pt:q()}],pr:[{pr:q()}],pb:[{pb:q()}],pl:[{pl:q()}],m:[{m:z()}],mx:[{mx:z()}],my:[{my:z()}],ms:[{ms:z()}],me:[{me:z()}],mbs:[{mbs:z()}],mbe:[{mbe:z()}],mt:[{mt:z()}],mr:[{mr:z()}],mb:[{mb:z()}],ml:[{ml:z()}],"space-x":[{"space-x":q()}],"space-x-reverse":["space-x-reverse"],"space-y":[{"space-y":q()}],"space-y-reverse":["space-y-reverse"],size:[{size:F()}],"inline-size":[{inline:["auto",...H()]}],"min-inline-size":[{"min-inline":["auto",...H()]}],"max-inline-size":[{"max-inline":["none",...H()]}],"block-size":[{block:["auto",...ee()]}],"min-block-size":[{"min-block":["auto",...ee()]}],"max-block-size":[{"max-block":["none",...ee()]}],w:[{w:[l,"screen",...F()]}],"min-w":[{"min-w":[l,"screen","none",...F()]}],"max-w":[{"max-w":[l,"screen","none","prose",{screen:[i]},...F()]}],h:[{h:["screen","lh",...F()]}],"min-h":[{"min-h":["screen","lh","none",...F()]}],"max-h":[{"max-h":["screen","lh",...F()]}],"font-size":[{text:["base",t,Qe,Me]}],"font-smoothing":["antialiased","subpixel-antialiased"],"font-style":["italic","not-italic"],"font-weight":[{font:[o,Ml,_l]}],"font-stretch":[{"font-stretch":["ultra-condensed","extra-condensed","condensed","semi-condensed","normal","semi-expanded","expanded","extra-expanded","ultra-expanded",Jr,B]}],"font-family":[{font:[El,jl,r]}],"font-features":[{"font-features":[B]}],"fvn-normal":["normal-nums"],"fvn-ordinal":["ordinal"],"fvn-slashed-zero":["slashed-zero"],"fvn-figure":["lining-nums","oldstyle-nums"],"fvn-spacing":["proportional-nums","tabular-nums"],"fvn-fraction":["diagonal-fractions","stacked-fractions"],tracking:[{tracking:[n,L,B]}],"line-clamp":[{"line-clamp":[D,"none",L,ko]}],leading:[{leading:[s,...q()]}],"list-image":[{"list-image":["none",L,B]}],"list-style-position":[{list:["inside","outside"]}],"list-style-type":[{list:["disc","decimal","none",L,B]}],"text-alignment":[{text:["left","center","right","justify","start","end"]}],"placeholder-color":[{placeholder:M()}],"text-color":[{text:M()}],"text-decoration":["underline","overline","line-through","no-underline"],"text-decoration-style":[{decoration:[...te(),"wavy"]}],"text-decoration-thickness":[{decoration:[D,"from-font","auto",L,Me]}],"text-decoration-color":[{decoration:M()}],"underline-offset":[{"underline-offset":[D,"auto",L,B]}],"text-transform":["uppercase","lowercase","capitalize","normal-case"],"text-overflow":["truncate","text-ellipsis","text-clip"],"text-wrap":[{text:["wrap","nowrap","balance","pretty"]}],indent:[{indent:q()}],"vertical-align":[{align:["baseline","top","middle","bottom","text-top","text-bottom","sub","super",L,B]}],whitespace:[{whitespace:["normal","nowrap","pre","pre-line","pre-wrap","break-spaces"]}],break:[{break:["normal","words","all","keep"]}],wrap:[{wrap:["break-word","anywhere","normal"]}],hyphens:[{hyphens:["none","manual","auto"]}],content:[{content:["none",L,B]}],"bg-attachment":[{bg:["fixed","local","scroll"]}],"bg-clip":[{"bg-clip":["border","padding","content","text"]}],"bg-origin":[{"bg-origin":["border","padding","content"]}],"bg-position":[{bg:le()}],"bg-repeat":[{bg:we()}],"bg-size":[{bg:Pe()}],"bg-image":[{bg:["none",{linear:[{to:["t","tr","r","br","b","bl","l","tl"]},ke,L,B],radial:["",L,B],conic:[ke,L,B]},Al,Il]}],"bg-color":[{bg:M()}],"gradient-from-pos":[{from:be()}],"gradient-via-pos":[{via:be()}],"gradient-to-pos":[{to:be()}],"gradient-from":[{from:M()}],"gradient-via":[{via:M()}],"gradient-to":[{to:M()}],rounded:[{rounded:W()}],"rounded-s":[{"rounded-s":W()}],"rounded-e":[{"rounded-e":W()}],"rounded-t":[{"rounded-t":W()}],"rounded-r":[{"rounded-r":W()}],"rounded-b":[{"rounded-b":W()}],"rounded-l":[{"rounded-l":W()}],"rounded-ss":[{"rounded-ss":W()}],"rounded-se":[{"rounded-se":W()}],"rounded-ee":[{"rounded-ee":W()}],"rounded-es":[{"rounded-es":W()}],"rounded-tl":[{"rounded-tl":W()}],"rounded-tr":[{"rounded-tr":W()}],"rounded-br":[{"rounded-br":W()}],"rounded-bl":[{"rounded-bl":W()}],"border-w":[{border:J()}],"border-w-x":[{"border-x":J()}],"border-w-y":[{"border-y":J()}],"border-w-s":[{"border-s":J()}],"border-w-e":[{"border-e":J()}],"border-w-bs":[{"border-bs":J()}],"border-w-be":[{"border-be":J()}],"border-w-t":[{"border-t":J()}],"border-w-r":[{"border-r":J()}],"border-w-b":[{"border-b":J()}],"border-w-l":[{"border-l":J()}],"divide-x":[{"divide-x":J()}],"divide-x-reverse":["divide-x-reverse"],"divide-y":[{"divide-y":J()}],"divide-y-reverse":["divide-y-reverse"],"border-style":[{border:[...te(),"hidden","none"]}],"divide-style":[{divide:[...te(),"hidden","none"]}],"border-color":[{border:M()}],"border-color-x":[{"border-x":M()}],"border-color-y":[{"border-y":M()}],"border-color-s":[{"border-s":M()}],"border-color-e":[{"border-e":M()}],"border-color-bs":[{"border-bs":M()}],"border-color-be":[{"border-be":M()}],"border-color-t":[{"border-t":M()}],"border-color-r":[{"border-r":M()}],"border-color-b":[{"border-b":M()}],"border-color-l":[{"border-l":M()}],"divide-color":[{divide:M()}],"outline-style":[{outline:[...te(),"none","hidden"]}],"outline-offset":[{"outline-offset":[D,L,B]}],"outline-w":[{outline:["",D,Qe,Me]}],"outline-color":[{outline:M()}],shadow:[{shadow:["","none",c,pr,fr]}],"shadow-color":[{shadow:M()}],"inset-shadow":[{"inset-shadow":["none",h,pr,fr]}],"inset-shadow-color":[{"inset-shadow":M()}],"ring-w":[{ring:J()}],"ring-w-inset":["ring-inset"],"ring-color":[{ring:M()}],"ring-offset-w":[{"ring-offset":[D,Me]}],"ring-offset-color":[{"ring-offset":M()}],"inset-ring-w":[{"inset-ring":J()}],"inset-ring-color":[{"inset-ring":M()}],"text-shadow":[{"text-shadow":["none",f,pr,fr]}],"text-shadow-color":[{"text-shadow":M()}],opacity:[{opacity:[D,L,B]}],"mix-blend":[{"mix-blend":[...se(),"plus-darker","plus-lighter"]}],"bg-blend":[{"bg-blend":se()}],"mask-clip":[{"mask-clip":["border","padding","content","fill","stroke","view"]},"mask-no-clip"],"mask-composite":[{mask:["add","subtract","intersect","exclude"]}],"mask-image-linear-pos":[{"mask-linear":[D]}],"mask-image-linear-from-pos":[{"mask-linear-from":Y()}],"mask-image-linear-to-pos":[{"mask-linear-to":Y()}],"mask-image-linear-from-color":[{"mask-linear-from":M()}],"mask-image-linear-to-color":[{"mask-linear-to":M()}],"mask-image-t-from-pos":[{"mask-t-from":Y()}],"mask-image-t-to-pos":[{"mask-t-to":Y()}],"mask-image-t-from-color":[{"mask-t-from":M()}],"mask-image-t-to-color":[{"mask-t-to":M()}],"mask-image-r-from-pos":[{"mask-r-from":Y()}],"mask-image-r-to-pos":[{"mask-r-to":Y()}],"mask-image-r-from-color":[{"mask-r-from":M()}],"mask-image-r-to-color":[{"mask-r-to":M()}],"mask-image-b-from-pos":[{"mask-b-from":Y()}],"mask-image-b-to-pos":[{"mask-b-to":Y()}],"mask-image-b-from-color":[{"mask-b-from":M()}],"mask-image-b-to-color":[{"mask-b-to":M()}],"mask-image-l-from-pos":[{"mask-l-from":Y()}],"mask-image-l-to-pos":[{"mask-l-to":Y()}],"mask-image-l-from-color":[{"mask-l-from":M()}],"mask-image-l-to-color":[{"mask-l-to":M()}],"mask-image-x-from-pos":[{"mask-x-from":Y()}],"mask-image-x-to-pos":[{"mask-x-to":Y()}],"mask-image-x-from-color":[{"mask-x-from":M()}],"mask-image-x-to-color":[{"mask-x-to":M()}],"mask-image-y-from-pos":[{"mask-y-from":Y()}],"mask-image-y-to-pos":[{"mask-y-to":Y()}],"mask-image-y-from-color":[{"mask-y-from":M()}],"mask-image-y-to-color":[{"mask-y-to":M()}],"mask-image-radial":[{"mask-radial":[L,B]}],"mask-image-radial-from-pos":[{"mask-radial-from":Y()}],"mask-image-radial-to-pos":[{"mask-radial-to":Y()}],"mask-image-radial-from-color":[{"mask-radial-from":M()}],"mask-image-radial-to-color":[{"mask-radial-to":M()}],"mask-image-radial-shape":[{"mask-radial":["circle","ellipse"]}],"mask-image-radial-size":[{"mask-radial":[{closest:["side","corner"],farthest:["side","corner"]}]}],"mask-image-radial-pos":[{"mask-radial-at":S()}],"mask-image-conic-pos":[{"mask-conic":[D]}],"mask-image-conic-from-pos":[{"mask-conic-from":Y()}],"mask-image-conic-to-pos":[{"mask-conic-to":Y()}],"mask-image-conic-from-color":[{"mask-conic-from":M()}],"mask-image-conic-to-color":[{"mask-conic-to":M()}],"mask-mode":[{mask:["alpha","luminance","match"]}],"mask-origin":[{"mask-origin":["border","padding","content","fill","stroke","view"]}],"mask-position":[{mask:le()}],"mask-repeat":[{mask:we()}],"mask-size":[{mask:Pe()}],"mask-type":[{"mask-type":["alpha","luminance"]}],"mask-image":[{mask:["none",L,B]}],filter:[{filter:["","none",L,B]}],blur:[{blur:Ce()}],brightness:[{brightness:[D,L,B]}],contrast:[{contrast:[D,L,B]}],"drop-shadow":[{"drop-shadow":["","none",p,pr,fr]}],"drop-shadow-color":[{"drop-shadow":M()}],grayscale:[{grayscale:["",D,L,B]}],"hue-rotate":[{"hue-rotate":[D,L,B]}],invert:[{invert:["",D,L,B]}],saturate:[{saturate:[D,L,B]}],sepia:[{sepia:["",D,L,B]}],"backdrop-filter":[{"backdrop-filter":["","none",L,B]}],"backdrop-blur":[{"backdrop-blur":Ce()}],"backdrop-brightness":[{"backdrop-brightness":[D,L,B]}],"backdrop-contrast":[{"backdrop-contrast":[D,L,B]}],"backdrop-grayscale":[{"backdrop-grayscale":["",D,L,B]}],"backdrop-hue-rotate":[{"backdrop-hue-rotate":[D,L,B]}],"backdrop-invert":[{"backdrop-invert":["",D,L,B]}],"backdrop-opacity":[{"backdrop-opacity":[D,L,B]}],"backdrop-saturate":[{"backdrop-saturate":[D,L,B]}],"backdrop-sepia":[{"backdrop-sepia":["",D,L,B]}],"border-collapse":[{border:["collapse","separate"]}],"border-spacing":[{"border-spacing":q()}],"border-spacing-x":[{"border-spacing-x":q()}],"border-spacing-y":[{"border-spacing-y":q()}],"table-layout":[{table:["auto","fixed"]}],caption:[{caption:["top","bottom"]}],transition:[{transition:["","all","colors","opacity","shadow","transform","none",L,B]}],"transition-behavior":[{transition:["normal","discrete"]}],duration:[{duration:[D,"initial",L,B]}],ease:[{ease:["linear","initial",g,L,B]}],delay:[{delay:[D,L,B]}],animate:[{animate:["none",b,L,B]}],backface:[{backface:["hidden","visible"]}],perspective:[{perspective:[v,L,B]}],"perspective-origin":[{"perspective-origin":N()}],rotate:[{rotate:Ae()}],"rotate-x":[{"rotate-x":Ae()}],"rotate-y":[{"rotate-y":Ae()}],"rotate-z":[{"rotate-z":Ae()}],scale:[{scale:Ge()}],"scale-x":[{"scale-x":Ge()}],"scale-y":[{"scale-y":Ge()}],"scale-z":[{"scale-z":Ge()}],"scale-3d":["scale-3d"],skew:[{skew:$e()}],"skew-x":[{"skew-x":$e()}],"skew-y":[{"skew-y":$e()}],transform:[{transform:[L,B,"","none","gpu","cpu"]}],"transform-origin":[{origin:N()}],"transform-style":[{transform:["3d","flat"]}],translate:[{translate:Ve()}],"translate-x":[{"translate-x":Ve()}],"translate-y":[{"translate-y":Ve()}],"translate-z":[{"translate-z":Ve()}],"translate-none":["translate-none"],accent:[{accent:M()}],appearance:[{appearance:["none","auto"]}],"caret-color":[{caret:M()}],"color-scheme":[{scheme:["normal","dark","light","light-dark","only-dark","only-light"]}],cursor:[{cursor:["auto","default","pointer","wait","text","move","help","not-allowed","none","context-menu","progress","cell","crosshair","vertical-text","alias","copy","no-drop","grab","grabbing","all-scroll","col-resize","row-resize","n-resize","e-resize","s-resize","w-resize","ne-resize","nw-resize","se-resize","sw-resize","ew-resize","ns-resize","nesw-resize","nwse-resize","zoom-in","zoom-out",L,B]}],"field-sizing":[{"field-sizing":["fixed","content"]}],"pointer-events":[{"pointer-events":["auto","none"]}],resize:[{resize:["none","","y","x"]}],"scroll-behavior":[{scroll:["auto","smooth"]}],"scroll-m":[{"scroll-m":q()}],"scroll-mx":[{"scroll-mx":q()}],"scroll-my":[{"scroll-my":q()}],"scroll-ms":[{"scroll-ms":q()}],"scroll-me":[{"scroll-me":q()}],"scroll-mbs":[{"scroll-mbs":q()}],"scroll-mbe":[{"scroll-mbe":q()}],"scroll-mt":[{"scroll-mt":q()}],"scroll-mr":[{"scroll-mr":q()}],"scroll-mb":[{"scroll-mb":q()}],"scroll-ml":[{"scroll-ml":q()}],"scroll-p":[{"scroll-p":q()}],"scroll-px":[{"scroll-px":q()}],"scroll-py":[{"scroll-py":q()}],"scroll-ps":[{"scroll-ps":q()}],"scroll-pe":[{"scroll-pe":q()}],"scroll-pbs":[{"scroll-pbs":q()}],"scroll-pbe":[{"scroll-pbe":q()}],"scroll-pt":[{"scroll-pt":q()}],"scroll-pr":[{"scroll-pr":q()}],"scroll-pb":[{"scroll-pb":q()}],"scroll-pl":[{"scroll-pl":q()}],"snap-align":[{snap:["start","end","center","align-none"]}],"snap-stop":[{snap:["normal","always"]}],"snap-type":[{snap:["none","x","y","both"]}],"snap-strictness":[{snap:["mandatory","proximity"]}],touch:[{touch:["auto","none","manipulation"]}],"touch-x":[{"touch-pan":["x","left","right"]}],"touch-y":[{"touch-pan":["y","up","down"]}],"touch-pz":["touch-pinch-zoom"],select:[{select:["none","text","all","auto"]}],"will-change":[{"will-change":["auto","scroll","contents","transform",L,B]}],fill:[{fill:["none",...M()]}],"stroke-w":[{stroke:[D,Qe,Me,ko]}],stroke:[{stroke:["none",...M()]}],"forced-color-adjust":[{"forced-color-adjust":["auto","none"]}]},conflictingClassGroups:{overflow:["overflow-x","overflow-y"],overscroll:["overscroll-x","overscroll-y"],inset:["inset-x","inset-y","inset-bs","inset-be","start","end","top","right","bottom","left"],"inset-x":["right","left"],"inset-y":["top","bottom"],flex:["basis","grow","shrink"],gap:["gap-x","gap-y"],p:["px","py","ps","pe","pbs","pbe","pt","pr","pb","pl"],px:["pr","pl"],py:["pt","pb"],m:["mx","my","ms","me","mbs","mbe","mt","mr","mb","ml"],mx:["mr","ml"],my:["mt","mb"],size:["w","h"],"font-size":["leading"],"fvn-normal":["fvn-ordinal","fvn-slashed-zero","fvn-figure","fvn-spacing","fvn-fraction"],"fvn-ordinal":["fvn-normal"],"fvn-slashed-zero":["fvn-normal"],"fvn-figure":["fvn-normal"],"fvn-spacing":["fvn-normal"],"fvn-fraction":["fvn-normal"],"line-clamp":["display","overflow"],rounded:["rounded-s","rounded-e","rounded-t","rounded-r","rounded-b","rounded-l","rounded-ss","rounded-se","rounded-ee","rounded-es","rounded-tl","rounded-tr","rounded-br","rounded-bl"],"rounded-s":["rounded-ss","rounded-es"],"rounded-e":["rounded-se","rounded-ee"],"rounded-t":["rounded-tl","rounded-tr"],"rounded-r":["rounded-tr","rounded-br"],"rounded-b":["rounded-br","rounded-bl"],"rounded-l":["rounded-tl","rounded-bl"],"border-spacing":["border-spacing-x","border-spacing-y"],"border-w":["border-w-x","border-w-y","border-w-s","border-w-e","border-w-bs","border-w-be","border-w-t","border-w-r","border-w-b","border-w-l"],"border-w-x":["border-w-r","border-w-l"],"border-w-y":["border-w-t","border-w-b"],"border-color":["border-color-x","border-color-y","border-color-s","border-color-e","border-color-bs","border-color-be","border-color-t","border-color-r","border-color-b","border-color-l"],"border-color-x":["border-color-r","border-color-l"],"border-color-y":["border-color-t","border-color-b"],translate:["translate-x","translate-y","translate-none"],"translate-none":["translate","translate-x","translate-y","translate-z"],"scroll-m":["scroll-mx","scroll-my","scroll-ms","scroll-me","scroll-mbs","scroll-mbe","scroll-mt","scroll-mr","scroll-mb","scroll-ml"],"scroll-mx":["scroll-mr","scroll-ml"],"scroll-my":["scroll-mt","scroll-mb"],"scroll-p":["scroll-px","scroll-py","scroll-ps","scroll-pe","scroll-pbs","scroll-pbe","scroll-pt","scroll-pr","scroll-pb","scroll-pl"],"scroll-px":["scroll-pr","scroll-pl"],"scroll-py":["scroll-pt","scroll-pb"],touch:["touch-x","touch-y","touch-pz"],"touch-x":["touch"],"touch-y":["touch"],"touch-pz":["touch"]},conflictingClassGroupModifiers:{"font-size":["leading"]},orderSensitiveModifiers:["*","**","after","backdrop","before","details-content","file","first-letter","first-line","marker","placeholder","selection"]}},zl=vl(Ll);class Le{static instance;constructor(){}static getInstance(){return Le.instance||(Le.instance=new Le),Le.instance}getRootFontSize(){if(typeof document>"u")return 16;const r=parseFloat(getComputedStyle(document.documentElement).fontSize);return isNaN(r)?16:r}parseValue(r){const t=r.match(/^(-?\d+(?:\.\d+)?)([a-z%]*)$/i);if(!t)throw new Error(`Invalid CSS value: ${r}`);const o=parseFloat(t[1]),n=t[2].toLowerCase()||"";return{value:o,unit:n}}convertToPx(r,t={}){if(typeof r=="number")return r;const o=String(r).trim();if(!o)return 0;if(o.endsWith("px"))return parseFloat(o);const{value:n,unit:s}=this.parseValue(o);switch(s){case"rem":return n*(t.fontSizeBase||this.getRootFontSize());case"em":if(!t.contextElement)throw new Error("contextElement is required for em unit conversion");const i=parseFloat(getComputedStyle(t.contextElement.parentElement||document.documentElement).fontSize);return n*i;case"%":if(!t.parentSize)throw new Error("parentSize is required for percentage conversion");const l=t.parentSize.width||100;return n/100*l;case"vw":const a=t.viewportWidth||(typeof window<"u"?window.innerWidth:1920);return n/100*a;case"vh":const u=t.viewportHeight||(typeof window<"u"?window.innerHeight:1080);return n/100*u;case"vmin":const c=t.viewportWidth||window.innerWidth,h=t.viewportHeight||window.innerHeight,f=Math.min(c,h);return n/100*f;case"vmax":const p=t.viewportWidth||window.innerWidth,y=t.viewportHeight||window.innerHeight,v=Math.max(p,y);return n/100*v;case"cm":return n*37.795;case"mm":return n*3.7795;case"in":return n*96;case"pt":return n*1.3333;case"pc":return n*16;case"":return n;default:throw new Error(`Unsupported unit: ${s}`)}}convertMultipleToPx(r,t){const o={};for(const[n,s]of Object.entries(r))try{o[n]=this.convertToPx(s,t)}catch(i){console.warn(`Failed to convert ${n}: ${s}`,i),o[n]=typeof s=="number"?s:0}return o}}function I(...e){return zl(Ln(e))}const Ol={},_t=m.createContext(Ol);function Dl({theme:e,children:r}){const t=m.useContext(_t),o=m.useMemo(()=>({...t,...e}),[t,e]);return d.jsx(_t.Provider,{value:o,children:r})}function $(){return m.useContext(_t)}function Fl(e){return e}function Gl(e){if(e.sheet)return e.sheet;for(var r=0;r<document.styleSheets.length;r++)if(document.styleSheets[r].ownerNode===e)return document.styleSheets[r]}function $l(e){var r=document.createElement("style");return r.setAttribute("data-emotion",e.key),e.nonce!==void 0&&r.setAttribute("nonce",e.nonce),r.appendChild(document.createTextNode("")),r.setAttribute("data-s",""),r}var Vl=(function(){function e(t){var o=this;this._insertTag=function(n){var s;o.tags.length===0?o.insertionPoint?s=o.insertionPoint.nextSibling:o.prepend?s=o.container.firstChild:s=o.before:s=o.tags[o.tags.length-1].nextSibling,o.container.insertBefore(n,s),o.tags.push(n)},this.isSpeedy=t.speedy===void 0?!0:t.speedy,this.tags=[],this.ctr=0,this.nonce=t.nonce,this.key=t.key,this.container=t.container,this.prepend=t.prepend,this.insertionPoint=t.insertionPoint,this.before=null}var r=e.prototype;return r.hydrate=function(o){o.forEach(this._insertTag)},r.insert=function(o){this.ctr%(this.isSpeedy?65e3:1)===0&&this._insertTag($l(this));var n=this.tags[this.tags.length-1];if(this.isSpeedy){var s=Gl(n);try{s.insertRule(o,s.cssRules.length)}catch{}}else n.appendChild(document.createTextNode(o));this.ctr++},r.flush=function(){this.tags.forEach(function(o){var n;return(n=o.parentNode)==null?void 0:n.removeChild(o)}),this.tags=[],this.ctr=0},e})(),ne="-ms-",Rr="-moz-",K="-webkit-",es="comm",Ft="rule",Gt="decl",Kl="@import",rs="@keyframes",Ul="@layer",Hl=Math.abs,Br=String.fromCharCode,Wl=Object.assign;function Yl(e,r){return oe(e,0)^45?(((r<<2^oe(e,0))<<2^oe(e,1))<<2^oe(e,2))<<2^oe(e,3):0}function ts(e){return e.trim()}function Jl(e,r){return(e=r.exec(e))?e[0]:e}function U(e,r,t){return e.replace(r,t)}function jt(e,r){return e.indexOf(r)}function oe(e,r){return e.charCodeAt(r)|0}function nr(e,r,t){return e.slice(r,t)}function ve(e){return e.length}function $t(e){return e.length}function vr(e,r){return r.push(e),e}function Ql(e,r){return e.map(r).join("")}var Lr=1,He=1,os=0,ce=0,Z=0,Ye="";function zr(e,r,t,o,n,s,i){return{value:e,root:r,parent:t,type:o,props:n,children:s,line:Lr,column:He,length:i,return:""}}function Xe(e,r){return Wl(zr("",null,null,"",null,null,0),e,{length:-e.length},r)}function Xl(){return Z}function Zl(){return Z=ce>0?oe(Ye,--ce):0,He--,Z===10&&(He=1,Lr--),Z}function de(){return Z=ce<os?oe(Ye,ce++):0,He++,Z===10&&(He=1,Lr++),Z}function ge(){return oe(Ye,ce)}function qr(){return ce}function ur(e,r){return nr(Ye,e,r)}function sr(e){switch(e){case 0:case 9:case 10:case 13:case 32:return 5;case 33:case 43:case 44:case 47:case 62:case 64:case 126:case 59:case 123:case 125:return 4;case 58:return 3;case 34:case 39:case 40:case 91:return 2;case 41:case 93:return 1}return 0}function ns(e){return Lr=He=1,os=ve(Ye=e),ce=0,[]}function ss(e){return Ye="",e}function xr(e){return ts(ur(ce-1,It(e===91?e+2:e===40?e+1:e)))}function ea(e){for(;(Z=ge())&&Z<33;)de();return sr(e)>2||sr(Z)>3?"":" "}function ra(e,r){for(;--r&&de()&&!(Z<48||Z>102||Z>57&&Z<65||Z>70&&Z<97););return ur(e,qr()+(r<6&&ge()==32&&de()==32))}function It(e){for(;de();)switch(Z){case e:return ce;case 34:case 39:e!==34&&e!==39&&It(Z);break;case 40:e===41&&It(e);break;case 92:de();break}return ce}function ta(e,r){for(;de()&&e+Z!==57;)if(e+Z===84&&ge()===47)break;return"/*"+ur(r,ce-1)+"*"+Br(e===47?e:de())}function oa(e){for(;!sr(ge());)de();return ur(e,ce)}function na(e){return ss(wr("",null,null,null,[""],e=ns(e),0,[0],e))}function wr(e,r,t,o,n,s,i,l,a){for(var u=0,c=0,h=i,f=0,p=0,y=0,v=1,P=1,g=1,b=0,w="",S=n,N=s,x=o,C=w;P;)switch(y=b,b=de()){case 40:if(y!=108&&oe(C,h-1)==58){jt(C+=U(xr(b),"&","&\f"),"&\f")!=-1&&(g=-1);break}case 34:case 39:case 91:C+=xr(b);break;case 9:case 10:case 13:case 32:C+=ea(y);break;case 92:C+=ra(qr()-1,7);continue;case 47:switch(ge()){case 42:case 47:vr(sa(ta(de(),qr()),r,t),a);break;default:C+="/"}break;case 123*v:l[u++]=ve(C)*g;case 125*v:case 59:case 0:switch(b){case 0:case 125:P=0;case 59+c:g==-1&&(C=U(C,/\f/g,"")),p>0&&ve(C)-h&&vr(p>32?jo(C+";",o,t,h-1):jo(U(C," ","")+";",o,t,h-2),a);break;case 59:C+=";";default:if(vr(x=_o(C,r,t,u,c,n,l,w,S=[],N=[],h),s),b===123)if(c===0)wr(C,r,x,x,S,s,h,l,N);else switch(f===99&&oe(C,3)===110?100:f){case 100:case 108:case 109:case 115:wr(e,x,x,o&&vr(_o(e,x,x,0,0,n,l,w,n,S=[],h),N),n,N,h,l,o?S:N);break;default:wr(C,x,x,x,[""],N,0,l,N)}}u=c=p=0,v=g=1,w=C="",h=i;break;case 58:h=1+ve(C),p=y;default:if(v<1){if(b==123)--v;else if(b==125&&v++==0&&Zl()==125)continue}switch(C+=Br(b),b*v){case 38:g=c>0?1:(C+="\f",-1);break;case 44:l[u++]=(ve(C)-1)*g,g=1;break;case 64:ge()===45&&(C+=xr(de())),f=ge(),c=h=ve(w=C+=oa(qr())),b++;break;case 45:y===45&&ve(C)==2&&(v=0)}}return s}function _o(e,r,t,o,n,s,i,l,a,u,c){for(var h=n-1,f=n===0?s:[""],p=$t(f),y=0,v=0,P=0;y<o;++y)for(var g=0,b=nr(e,h+1,h=Hl(v=i[y])),w=e;g<p;++g)(w=ts(v>0?f[g]+" "+b:U(b,/&\f/g,f[g])))&&(a[P++]=w);return zr(e,r,t,n===0?Ft:l,a,u,c)}function sa(e,r,t){return zr(e,r,t,es,Br(Xl()),nr(e,2,-2),0)}function jo(e,r,t,o){return zr(e,r,t,Gt,nr(e,0,o),nr(e,o+1,-1),o)}function Ue(e,r){for(var t="",o=$t(e),n=0;n<o;n++)t+=r(e[n],n,e,r)||"";return t}function ia(e,r,t,o){switch(e.type){case Ul:if(e.children.length)break;case Kl:case Gt:return e.return=e.return||e.value;case es:return"";case rs:return e.return=e.value+"{"+Ue(e.children,o)+"}";case Ft:e.value=e.props.join(",")}return ve(t=Ue(e.children,o))?e.return=e.value+"{"+t+"}":""}function la(e){var r=$t(e);return function(t,o,n,s){for(var i="",l=0;l<r;l++)i+=e[l](t,o,n,s)||"";return i}}function aa(e){return function(r){r.root||(r=r.return)&&e(r)}}function ua(e){var r=Object.create(null);return function(t){return r[t]===void 0&&(r[t]=e(t)),r[t]}}var ca=function(r,t,o){for(var n=0,s=0;n=s,s=ge(),n===38&&s===12&&(t[o]=1),!sr(s);)de();return ur(r,ce)},da=function(r,t){var o=-1,n=44;do switch(sr(n)){case 0:n===38&&ge()===12&&(t[o]=1),r[o]+=ca(ce-1,t,o);break;case 2:r[o]+=xr(n);break;case 4:if(n===44){r[++o]=ge()===58?"&\f":"",t[o]=r[o].length;break}default:r[o]+=Br(n)}while(n=de());return r},ha=function(r,t){return ss(da(ns(r),t))},Io=new WeakMap,ma=function(r){if(!(r.type!=="rule"||!r.parent||r.length<1)){for(var t=r.value,o=r.parent,n=r.column===o.column&&r.line===o.line;o.type!=="rule";)if(o=o.parent,!o)return;if(!(r.props.length===1&&t.charCodeAt(0)!==58&&!Io.get(o))&&!n){Io.set(r,!0);for(var s=[],i=ha(t,s),l=o.props,a=0,u=0;a<i.length;a++)for(var c=0;c<l.length;c++,u++)r.props[u]=s[a]?i[a].replace(/&\f/g,l[c]):l[c]+" "+i[a]}}},fa=function(r){if(r.type==="decl"){var t=r.value;t.charCodeAt(0)===108&&t.charCodeAt(2)===98&&(r.return="",r.value="")}};function is(e,r){switch(Yl(e,r)){case 5103:return K+"print-"+e+e;case 5737:case 4201:case 3177:case 3433:case 1641:case 4457:case 2921:case 5572:case 6356:case 5844:case 3191:case 6645:case 3005:case 6391:case 5879:case 5623:case 6135:case 4599:case 4855:case 4215:case 6389:case 5109:case 5365:case 5621:case 3829:return K+e+e;case 5349:case 4246:case 4810:case 6968:case 2756:return K+e+Rr+e+ne+e+e;case 6828:case 4268:return K+e+ne+e+e;case 6165:return K+e+ne+"flex-"+e+e;case 5187:return K+e+U(e,/(\w+).+(:[^]+)/,K+"box-$1$2"+ne+"flex-$1$2")+e;case 5443:return K+e+ne+"flex-item-"+U(e,/flex-|-self/,"")+e;case 4675:return K+e+ne+"flex-line-pack"+U(e,/align-content|flex-|-self/,"")+e;case 5548:return K+e+ne+U(e,"shrink","negative")+e;case 5292:return K+e+ne+U(e,"basis","preferred-size")+e;case 6060:return K+"box-"+U(e,"-grow","")+K+e+ne+U(e,"grow","positive")+e;case 4554:return K+U(e,/([^-])(transform)/g,"$1"+K+"$2")+e;case 6187:return U(U(U(e,/(zoom-|grab)/,K+"$1"),/(image-set)/,K+"$1"),e,"")+e;case 5495:case 3959:return U(e,/(image-set\([^]*)/,K+"$1$`$1");case 4968:return U(U(e,/(.+:)(flex-)?(.*)/,K+"box-pack:$3"+ne+"flex-pack:$3"),/s.+-b[^;]+/,"justify")+K+e+e;case 4095:case 3583:case 4068:case 2532:return U(e,/(.+)-inline(.+)/,K+"$1$2")+e;case 8116:case 7059:case 5753:case 5535:case 5445:case 5701:case 4933:case 4677:case 5533:case 5789:case 5021:case 4765:if(ve(e)-1-r>6)switch(oe(e,r+1)){case 109:if(oe(e,r+4)!==45)break;case 102:return U(e,/(.+:)(.+)-([^]+)/,"$1"+K+"$2-$3$1"+Rr+(oe(e,r+3)==108?"$3":"$2-$3"))+e;case 115:return~jt(e,"stretch")?is(U(e,"stretch","fill-available"),r)+e:e}break;case 4949:if(oe(e,r+1)!==115)break;case 6444:switch(oe(e,ve(e)-3-(~jt(e,"!important")&&10))){case 107:return U(e,":",":"+K)+e;case 101:return U(e,/(.+:)([^;!]+)(;|!.+)?/,"$1"+K+(oe(e,14)===45?"inline-":"")+"box$3$1"+K+"$2$3$1"+ne+"$2box$3")+e}break;case 5936:switch(oe(e,r+11)){case 114:return K+e+ne+U(e,/[svh]\w+-[tblr]{2}/,"tb")+e;case 108:return K+e+ne+U(e,/[svh]\w+-[tblr]{2}/,"tb-rl")+e;case 45:return K+e+ne+U(e,/[svh]\w+-[tblr]{2}/,"lr")+e}return K+e+ne+e+e}return e}var pa=function(r,t,o,n){if(r.length>-1&&!r.return)switch(r.type){case Gt:r.return=is(r.value,r.length);break;case rs:return Ue([Xe(r,{value:U(r.value,"@","@"+K)})],n);case Ft:if(r.length)return Ql(r.props,function(s){switch(Jl(s,/(::plac\w+|:read-\w+)/)){case":read-only":case":read-write":return Ue([Xe(r,{props:[U(s,/:(read-\w+)/,":"+Rr+"$1")]})],n);case"::placeholder":return Ue([Xe(r,{props:[U(s,/:(plac\w+)/,":"+K+"input-$1")]}),Xe(r,{props:[U(s,/:(plac\w+)/,":"+Rr+"$1")]}),Xe(r,{props:[U(s,/:(plac\w+)/,ne+"input-$1")]})],n)}return""})}},va=[pa],ga=function(r){var t=r.key;if(t==="css"){var o=document.querySelectorAll("style[data-emotion]:not([data-s])");Array.prototype.forEach.call(o,function(v){var P=v.getAttribute("data-emotion");P.indexOf(" ")!==-1&&(document.head.appendChild(v),v.setAttribute("data-s",""))})}var n=r.stylisPlugins||va,s={},i,l=[];i=r.container||document.head,Array.prototype.forEach.call(document.querySelectorAll('style[data-emotion^="'+t+' "]'),function(v){for(var P=v.getAttribute("data-emotion").split(" "),g=1;g<P.length;g++)s[P[g]]=!0;l.push(v)});var a,u=[ma,fa];{var c,h=[ia,aa(function(v){c.insert(v)})],f=la(u.concat(n,h)),p=function(P){return Ue(na(P),f)};a=function(P,g,b,w){c=b,p(P?P+"{"+g.styles+"}":g.styles),w&&(y.inserted[g.name]=!0)}}var y={key:t,sheet:new Vl({key:t,container:i,nonce:r.nonce,speedy:r.speedy,prepend:r.prepend,insertionPoint:r.insertionPoint}),nonce:r.nonce,inserted:s,registered:{},insert:a};return y.sheet.hydrate(l),y};function Pa(e){for(var r=0,t,o=0,n=e.length;n>=4;++o,n-=4)t=e.charCodeAt(o)&255|(e.charCodeAt(++o)&255)<<8|(e.charCodeAt(++o)&255)<<16|(e.charCodeAt(++o)&255)<<24,t=(t&65535)*1540483477+((t>>>16)*59797<<16),t^=t>>>24,r=(t&65535)*1540483477+((t>>>16)*59797<<16)^(r&65535)*1540483477+((r>>>16)*59797<<16);switch(n){case 3:r^=(e.charCodeAt(o+2)&255)<<16;case 2:r^=(e.charCodeAt(o+1)&255)<<8;case 1:r^=e.charCodeAt(o)&255,r=(r&65535)*1540483477+((r>>>16)*59797<<16)}return r^=r>>>13,r=(r&65535)*1540483477+((r>>>16)*59797<<16),((r^r>>>15)>>>0).toString(36)}var ba={animationIterationCount:1,aspectRatio:1,borderImageOutset:1,borderImageSlice:1,borderImageWidth:1,boxFlex:1,boxFlexGroup:1,boxOrdinalGroup:1,columnCount:1,columns:1,flex:1,flexGrow:1,flexPositive:1,flexShrink:1,flexNegative:1,flexOrder:1,gridRow:1,gridRowEnd:1,gridRowSpan:1,gridRowStart:1,gridColumn:1,gridColumnEnd:1,gridColumnSpan:1,gridColumnStart:1,msGridRow:1,msGridRowSpan:1,msGridColumn:1,msGridColumnSpan:1,fontWeight:1,lineHeight:1,opacity:1,order:1,orphans:1,scale:1,tabSize:1,widows:1,zIndex:1,zoom:1,WebkitLineClamp:1,fillOpacity:1,floodOpacity:1,stopOpacity:1,strokeDasharray:1,strokeDashoffset:1,strokeMiterlimit:1,strokeOpacity:1,strokeWidth:1},ya=/[A-Z]|^ms/g,qa=/_EMO_([^_]+?)_([^]*?)_EMO_/g,ls=function(r){return r.charCodeAt(1)===45},Eo=function(r){return r!=null&&typeof r!="boolean"},Qr=ua(function(e){return ls(e)?e:e.replace(ya,"-$&").toLowerCase()}),To=function(r,t){switch(r){case"animation":case"animationName":if(typeof t=="string")return t.replace(qa,function(o,n,s){return _e={name:n,styles:s,next:_e},n})}return ba[r]!==1&&!ls(r)&&typeof t=="number"&&t!==0?t+"px":t};function _r(e,r,t){if(t==null)return"";var o=t;if(o.__emotion_styles!==void 0)return o;switch(typeof t){case"boolean":return"";case"object":{var n=t;if(n.anim===1)return _e={name:n.name,styles:n.styles,next:_e},n.name;var s=t;if(s.styles!==void 0){var i=s.next;if(i!==void 0)for(;i!==void 0;)_e={name:i.name,styles:i.styles,next:_e},i=i.next;var l=s.styles+";";return l}return xa(e,r,t)}}var a=t;if(r==null)return a;var u=r[a];return u!==void 0?u:a}function xa(e,r,t){var o="";if(Array.isArray(t))for(var n=0;n<t.length;n++)o+=_r(e,r,t[n])+";";else for(var s in t){var i=t[s];if(typeof i!="object"){var l=i;r!=null&&r[l]!==void 0?o+=s+"{"+r[l]+"}":Eo(l)&&(o+=Qr(s)+":"+To(s,l)+";")}else if(Array.isArray(i)&&typeof i[0]=="string"&&(r==null||r[i[0]]===void 0))for(var a=0;a<i.length;a++)Eo(i[a])&&(o+=Qr(s)+":"+To(s,i[a])+";");else{var u=_r(e,r,i);switch(s){case"animation":case"animationName":{o+=Qr(s)+":"+u+";";break}default:o+=s+"{"+u+"}"}}}return o}var Ao=/label:\s*([^\s;{]+)\s*(;|$)/g,_e;function Xr(e,r,t){if(e.length===1&&typeof e[0]=="object"&&e[0]!==null&&e[0].styles!==void 0)return e[0];var o=!0,n="";_e=void 0;var s=e[0];if(s==null||s.raw===void 0)o=!1,n+=_r(t,r,s);else{var i=s;n+=i[0]}for(var l=1;l<e.length;l++)if(n+=_r(t,r,e[l]),o){var a=s;n+=a[l]}Ao.lastIndex=0;for(var u="",c;(c=Ao.exec(n))!==null;)u+="-"+c[1];var h=Pa(n)+u;return{name:h,styles:n,next:_e}}function as(e,r,t){var o="";return t.split(" ").forEach(function(n){e[n]!==void 0?r.push(e[n]+";"):n&&(o+=n+" ")}),o}var wa=function(r,t,o){var n=r.key+"-"+t.name;r.registered[n]===void 0&&(r.registered[n]=t.styles)},Ca=function(r,t,o){wa(r,t);var n=r.key+"-"+t.name;if(r.inserted[t.name]===void 0){var s=t;do r.insert(t===s?"."+n:"",s,r.sheet,!0),s=s.next;while(s!==void 0)}};function Mo(e,r){if(e.inserted[r.name]===void 0)return e.insert("",r,e.sheet,!0)}function Bo(e,r,t){var o=[],n=as(e,o,t);return o.length<2?t:n+r(o)}var Sa=function(r){var t=ga(r);t.sheet.speedy=function(l){this.isSpeedy=l},t.compat=!0;var o=function(){for(var a=arguments.length,u=new Array(a),c=0;c<a;c++)u[c]=arguments[c];var h=Xr(u,t.registered,void 0);return Ca(t,h),t.key+"-"+h.name},n=function(){for(var a=arguments.length,u=new Array(a),c=0;c<a;c++)u[c]=arguments[c];var h=Xr(u,t.registered),f="animation-"+h.name;return Mo(t,{name:h.name,styles:"@keyframes "+f+"{"+h.styles+"}"}),f},s=function(){for(var a=arguments.length,u=new Array(a),c=0;c<a;c++)u[c]=arguments[c];var h=Xr(u,t.registered);Mo(t,h)},i=function(){for(var a=arguments.length,u=new Array(a),c=0;c<a;c++)u[c]=arguments[c];return Bo(t.registered,o,ka(u))};return{css:o,cx:i,injectGlobal:s,keyframes:n,hydrate:function(a){a.forEach(function(u){t.inserted[u]=!0})},flush:function(){t.registered={},t.inserted={},t.sheet.flush()},sheet:t.sheet,cache:t,getRegisteredStyles:as.bind(null,t.registered),merge:Bo.bind(null,t.registered,o)}},ka=function e(r){for(var t="",o=0;o<r.length;o++){var n=r[o];if(n!=null){var s=void 0;switch(typeof n){case"boolean":break;case"object":{if(Array.isArray(n))s=e(n);else{s="";for(var i in n)n[i]&&i&&(s&&(s+=" "),s+=i)}break}default:s=n}s&&(t&&(t+=" "),t+=s)}}return t},Na=Sa({key:"css"}),Ra=Na.css;function _a(e){return typeof e=="object"&&e!==null&&!Array.isArray(e)}function Et(e,r,t){if(e){if(typeof e=="function"){Et(e(r),r,t);return}if(Array.isArray(e)){for(const o of e)Et(o,r,t);return}_a(e)&&t.push(e)}}function ja(e,r){return!(r==null||typeof r=="object"||Array.isArray(r)||e.startsWith("@")||e.includes("&")||e.includes(":")||e.includes(" ")||e.includes(">")||e.includes("+")||e.includes("~")||e.includes("[")||e.includes(".")||e.includes("#"))}function Ia(e){const r={};for(const[t,o]of Object.entries(e))ja(t,o)&&(r[t]=o);return r}function G(e,r){const t=[];if(Et(e,r,t),!t.length)return{sxClassName:void 0,sxInlineStyle:void 0};const o=Ra(t),n=t.reduce((s,i)=>({...s,...Ia(i)}),{});return{sxClassName:o,sxInlineStyle:n}}function O(...e){const r=e.reduce((t,o)=>o?{...t,...o}:t,{});return Object.keys(r).length?r:void 0}function Or(e){const{component:r,variant:t,size:o,rounded:n,shadow:s,bounce:i,splash:l,sx:a,style:u,className:c,class:h,...f}=e,p=r??"button",{roundedPreset:y,roundedStyle:v}=Lt(n),{shadowPreset:P,shadowStyle:g}=zt(s),b=$(),{sxClassName:w,sxInlineStyle:S}=G(a,b);return d.jsx(p,{className:I(On({variant:t,size:o,rounded:y,shadow:P,bounce:i,splash:l}),w,c,h),style:O(u,v,g,S),...f})}Or.displayName="Button";const Zr={xs:"h-8 w-8 text-xs",sm:"h-10 w-10 text-sm",md:"h-12 w-12 text-base",lg:"h-14 w-14 text-lg",xl:"h-16 w-16 text-xl"};function Ea(e){if(e===void 0)return{sizeClassName:Zr.md};if(typeof e=="string"&&e in Zr)return{sizeClassName:Zr[e]};const r=typeof e=="number"?`${e}px`:e;return{sizeStyle:{width:r,height:r}}}function jr(e){const{component:r,size:t="md",position:o="fixed",left:n,top:s,right:i=16,bottom:l=16,zIndex:a=10,rounded:u="full",className:c,style:h,...f}=e,{sizeClassName:p,sizeStyle:y}=Ea(t),v={...f,component:r,size:"icon",rounded:u,className:I("shrink-0 overflow-hidden p-0",p,c),style:O({position:o,left:n,top:s,right:i,bottom:l,zIndex:a},y,h)};return d.jsx(Or,{...v})}jr.displayName="GhostButton";const us="__LDKJ_GHOST_BUTTON_GROUP_ITEM__";function Vt(e){return null}Vt.displayName="GhostButtonGroup.Item";Vt[us]=!0;function Ta(e){return!!(e&&typeof e=="function"&&e[us]===!0)}function Aa(e){return typeof e=="number"?`${e}px`:e}function Lo(e,r){return e.includes(r)}function Ma(e){const r=[],t=[];return m.Children.forEach(e,o=>{if(m.isValidElement(o)&&Ta(o.type)){t.push(o);return}r.push(o)}),{triggerChildren:r,itemChildren:t}}function Ba(e,r){switch(e){case"down":return{position:"absolute",top:`calc(100% + ${r})`,right:0,display:"flex",flexDirection:"column",alignItems:"flex-end",gap:r};case"left":return{position:"absolute",right:`calc(100% + ${r})`,top:0,display:"flex",flexDirection:"row-reverse",alignItems:"center",gap:r};case"right":return{position:"absolute",left:`calc(100% + ${r})`,top:0,display:"flex",flexDirection:"row",alignItems:"center",gap:r};default:return{position:"absolute",bottom:`calc(100% + ${r})`,right:0,display:"flex",flexDirection:"column-reverse",alignItems:"flex-end",gap:r}}}function La(e){switch(e){case"down":return"translateY(-16px) scale(0.78)";case"left":return"translateX(16px) scale(0.78)";case"right":return"translateX(-16px) scale(0.78)";default:return"translateY(16px) scale(0.78)"}}function za(e,r,t,o){const n=r==="open",s=t*85,i=Math.max(o-t-1,0)*65;return{opacity:n?1:0,transform:n?"translate3d(0, 0, 0) scale(1)":La(e),transitionProperty:"opacity, transform",transitionDuration:n?"380ms":"260ms",transitionTimingFunction:n?"cubic-bezier(0.16, 1, 0.3, 1)":"cubic-bezier(0.4, 0, 1, 1)",transitionDelay:`${n?s:i}ms`,willChange:"opacity, transform"}}function Oa(e){const{trigger:r="click",direction:t="up",gap:o=12,items:n,children:s,position:i="fixed",left:l,top:a,right:u=16,bottom:c=16,zIndex:h=10,onClick:f,...p}=e,y=Array.isArray(r)?r:[r],v=Aa(o),{triggerChildren:P,itemChildren:g}=Ma(s),b=[...n??[],...g.map(z=>({...z.props,key:z.key??void 0}))],[w,S]=m.useState(!1),[N,x]=m.useState("closed"),C=m.useRef(null),q=m.useRef(null),_=P.length>0?d.jsx(d.Fragment,{children:P}):void 0,E=Lo(y,"hover"),k=Lo(y,"click"),R=Math.max(b.length-1,0)*65,j=N!=="closed";m.useEffect(()=>{if(w){if(N==="open"||N==="preparing")return;x("preparing");return}if(N==="closed"||N==="exiting")return;x("exiting");const z=window.setTimeout(()=>{x("closed")},R);return()=>window.clearTimeout(z)},[R,N,w]),m.useLayoutEffect(()=>{if(N!=="preparing")return;q.current?.offsetHeight;const z=window.requestAnimationFrame(()=>{x(F=>F==="preparing"?"open":F)});return()=>window.cancelAnimationFrame(z)},[N]),m.useEffect(()=>{if(!w||!k)return;const z=H=>{const ee=H.target;ee instanceof Node&&(C.current?.contains(ee)||S(!1))},F=H=>{H.key==="Escape"&&S(!1)};return document.addEventListener("pointerdown",z),document.addEventListener("keydown",F),()=>{document.removeEventListener("pointerdown",z),document.removeEventListener("keydown",F)}},[w,k]);const A={...p,position:"static",right:void 0,bottom:void 0,left:void 0,top:void 0,zIndex:h,onClick:z=>{k&&S(F=>!F),f?.(z)},"aria-expanded":w,"aria-haspopup":"menu",children:_};return d.jsx("div",{ref:C,className:I("inline-flex w-fit"),style:{position:i,left:l,top:a,right:u,bottom:c,zIndex:h},onMouseEnter:E?()=>S(!0):void 0,onMouseLeave:E?()=>S(!1):void 0,children:d.jsxs("div",{className:I("relative inline-flex w-fit"),children:[j&&b.length>0?d.jsx("div",{ref:q,style:{...Ba(t,v),pointerEvents:N==="open"?"auto":"none"},children:b.map((z,F)=>{const{itemKey:H,onClick:ee,...M}=z;return d.jsx("div",{style:za(t,N,F,b.length),children:d.jsx(jr,{position:"static",...M,onClick:le=>{ee?.(le),S(!1)}})},H??z.key??F)})}):null,d.jsx(jr,{...A})]})})}const cs=Object.assign(Oa,{Item:Vt});cs.displayName="GhostButtonGroup";const Kt={account_balance:{outlined:()=>Promise.resolve().then(()=>require("./icons/account_balance-CUtdZSEP.cjs")),rounded:()=>Promise.resolve().then(()=>require("./icons/account_balance-DgmFjt_z.cjs")),sharp:()=>Promise.resolve().then(()=>require("./icons/account_balance-DeohA2h8.cjs"))},account_box:{outlined:()=>Promise.resolve().then(()=>require("./icons/account_box-ByaMMQqG.cjs")),rounded:()=>Promise.resolve().then(()=>require("./icons/account_box-D7sM1NTh.cjs")),sharp:()=>Promise.resolve().then(()=>require("./icons/account_box-ajw070dx.cjs"))},account_circle:{outlined:()=>Promise.resolve().then(()=>require("./icons/account_circle-o5PrByrE.cjs")),rounded:()=>Promise.resolve().then(()=>require("./icons/account_circle-C5KLCF80.cjs")),sharp:()=>Promise.resolve().then(()=>require("./icons/account_circle-BMRVTtpY.cjs"))},add:{outlined:()=>Promise.resolve().then(()=>require("./icons/add-BzODBN57.cjs")),rounded:()=>Promise.resolve().then(()=>require("./icons/add-Bj-fRqEw.cjs")),sharp:()=>Promise.resolve().then(()=>require("./icons/add-Dpbpem6v.cjs"))},add_circle:{outlined:()=>Promise.resolve().then(()=>require("./icons/add_circle-BEfQaNTw.cjs")),rounded:()=>Promise.resolve().then(()=>require("./icons/add_circle-Pz6hbZr2.cjs")),sharp:()=>Promise.resolve().then(()=>require("./icons/add_circle-Bs6fLIPH.cjs"))},admin_panel_settings:{outlined:()=>Promise.resolve().then(()=>require("./icons/admin_panel_settings-BbSsx_KB.cjs")),rounded:()=>Promise.resolve().then(()=>require("./icons/admin_panel_settings-Cq6cV6Iq.cjs")),sharp:()=>Promise.resolve().then(()=>require("./icons/admin_panel_settings-DcqNfgoM.cjs"))},air:{outlined:()=>Promise.resolve().then(()=>require("./icons/air-BF03LOQ-.cjs")),rounded:()=>Promise.resolve().then(()=>require("./icons/air-i_rK7JxO.cjs")),sharp:()=>Promise.resolve().then(()=>require("./icons/air-OSLzaxxp.cjs"))},alarm:{outlined:()=>Promise.resolve().then(()=>require("./icons/alarm-CCYlrdau.cjs")),rounded:()=>Promise.resolve().then(()=>require("./icons/alarm-DeO1fh0q.cjs")),sharp:()=>Promise.resolve().then(()=>require("./icons/alarm-BxyCb1Qv.cjs"))},apps:{outlined:()=>Promise.resolve().then(()=>require("./icons/apps-fIilHLYB.cjs")),rounded:()=>Promise.resolve().then(()=>require("./icons/apps-BdFHXOsp.cjs")),sharp:()=>Promise.resolve().then(()=>require("./icons/apps-C9ltbSUJ.cjs"))},archive:{outlined:()=>Promise.resolve().then(()=>require("./icons/archive-7V65cuRY.cjs")),rounded:()=>Promise.resolve().then(()=>require("./icons/archive-er16TWXw.cjs")),sharp:()=>Promise.resolve().then(()=>require("./icons/archive-Ckz6yJQF.cjs"))},arrow_back:{outlined:()=>Promise.resolve().then(()=>require("./icons/arrow_back-XdtHQyqo.cjs")),rounded:()=>Promise.resolve().then(()=>require("./icons/arrow_back-DaOcsNP6.cjs")),sharp:()=>Promise.resolve().then(()=>require("./icons/arrow_back-g66EkDwT.cjs"))},arrow_downward:{outlined:()=>Promise.resolve().then(()=>require("./icons/arrow_downward-BBbhvRa_.cjs")),rounded:()=>Promise.resolve().then(()=>require("./icons/arrow_downward-CYCI-w3L.cjs")),sharp:()=>Promise.resolve().then(()=>require("./icons/arrow_downward-DkW9HR00.cjs"))},arrow_forward:{outlined:()=>Promise.resolve().then(()=>require("./icons/arrow_forward-NKtJV9mD.cjs")),rounded:()=>Promise.resolve().then(()=>require("./icons/arrow_forward-B54VLaZC.cjs")),sharp:()=>Promise.resolve().then(()=>require("./icons/arrow_forward-hLdyTARF.cjs"))},arrow_upward:{outlined:()=>Promise.resolve().then(()=>require("./icons/arrow_upward-GAIOJvM7.cjs")),rounded:()=>Promise.resolve().then(()=>require("./icons/arrow_upward-BtxjFwlX.cjs")),sharp:()=>Promise.resolve().then(()=>require("./icons/arrow_upward-CBdxpNSC.cjs"))},article:{outlined:()=>Promise.resolve().then(()=>require("./icons/article-B6nzs-qa.cjs")),rounded:()=>Promise.resolve().then(()=>require("./icons/article-CGpbLCcR.cjs")),sharp:()=>Promise.resolve().then(()=>require("./icons/article-CDZ6_tTi.cjs"))},attach_file:{outlined:()=>Promise.resolve().then(()=>require("./icons/attach_file-DyFViTnA.cjs")),rounded:()=>Promise.resolve().then(()=>require("./icons/attach_file-RLWNGDyR.cjs")),sharp:()=>Promise.resolve().then(()=>require("./icons/attach_file-CNA3xvqM.cjs"))},attach_money:{outlined:()=>Promise.resolve().then(()=>require("./icons/attach_money-DQPXCGZk.cjs")),rounded:()=>Promise.resolve().then(()=>require("./icons/attach_money-CfNoy99Y.cjs")),sharp:()=>Promise.resolve().then(()=>require("./icons/attach_money-JvxHPUl2.cjs"))},backspace:{outlined:()=>Promise.resolve().then(()=>require("./icons/backspace-JswWFvx7.cjs")),rounded:()=>Promise.resolve().then(()=>require("./icons/backspace-DDu6Afit.cjs")),sharp:()=>Promise.resolve().then(()=>require("./icons/backspace-pPWKZ2Y2.cjs"))},badge:{outlined:()=>Promise.resolve().then(()=>require("./icons/badge-Cc8lmWgw.cjs")),rounded:()=>Promise.resolve().then(()=>require("./icons/badge-Btf6MXDZ.cjs")),sharp:()=>Promise.resolve().then(()=>require("./icons/badge-BXrUAN1m.cjs"))},block:{outlined:()=>Promise.resolve().then(()=>require("./icons/block-ByxkMrvC.cjs")),rounded:()=>Promise.resolve().then(()=>require("./icons/block-C8EIO6vB.cjs")),sharp:()=>Promise.resolve().then(()=>require("./icons/block-D7pQpqds.cjs"))},bolt:{outlined:()=>Promise.resolve().then(()=>require("./icons/bolt-CUZki2JV.cjs")),rounded:()=>Promise.resolve().then(()=>require("./icons/bolt-A-Z_tqr9.cjs")),sharp:()=>Promise.resolve().then(()=>require("./icons/bolt-BKR3IpJG.cjs"))},book:{outlined:()=>Promise.resolve().then(()=>require("./icons/book-B_vtXpwq.cjs")),rounded:()=>Promise.resolve().then(()=>require("./icons/book-BvIH3Qcj.cjs")),sharp:()=>Promise.resolve().then(()=>require("./icons/book-s5W9WL4N.cjs"))},bookmark:{outlined:()=>Promise.resolve().then(()=>require("./icons/bookmark-BJdOWq2Y.cjs")),rounded:()=>Promise.resolve().then(()=>require("./icons/bookmark-BOsIEQfb.cjs")),sharp:()=>Promise.resolve().then(()=>require("./icons/bookmark-CY6PuZ4w.cjs"))},bookmarks:{outlined:()=>Promise.resolve().then(()=>require("./icons/bookmarks-CBfrFEQH.cjs")),rounded:()=>Promise.resolve().then(()=>require("./icons/bookmarks-C1k5ldLa.cjs")),sharp:()=>Promise.resolve().then(()=>require("./icons/bookmarks-DbGfzxJk.cjs"))},brush:{outlined:()=>Promise.resolve().then(()=>require("./icons/brush-DqhWkOyP.cjs")),rounded:()=>Promise.resolve().then(()=>require("./icons/brush-CWCZYG4N.cjs")),sharp:()=>Promise.resolve().then(()=>require("./icons/brush-oeiVL9Xk.cjs"))},bug_report:{outlined:()=>Promise.resolve().then(()=>require("./icons/bug_report-Dgg4ML7C.cjs")),rounded:()=>Promise.resolve().then(()=>require("./icons/bug_report-DqBzy5Wd.cjs")),sharp:()=>Promise.resolve().then(()=>require("./icons/bug_report-FgdRro3E.cjs"))},build:{outlined:()=>Promise.resolve().then(()=>require("./icons/build-DzKk0FwR.cjs")),rounded:()=>Promise.resolve().then(()=>require("./icons/build-Bg6u0xY0.cjs")),sharp:()=>Promise.resolve().then(()=>require("./icons/build-fQP-NxA6.cjs"))},calendar_month:{outlined:()=>Promise.resolve().then(()=>require("./icons/calendar_month-BuGnlxNv.cjs")),rounded:()=>Promise.resolve().then(()=>require("./icons/calendar_month-CWa__6wz.cjs")),sharp:()=>Promise.resolve().then(()=>require("./icons/calendar_month-BX-upKoW.cjs"))},calendar_today:{outlined:()=>Promise.resolve().then(()=>require("./icons/calendar_today-dvqmK8Mt.cjs")),rounded:()=>Promise.resolve().then(()=>require("./icons/calendar_today-BXLVEJdq.cjs")),sharp:()=>Promise.resolve().then(()=>require("./icons/calendar_today-CPs1WBvs.cjs"))},call:{outlined:()=>Promise.resolve().then(()=>require("./icons/call-ay175YDV.cjs")),rounded:()=>Promise.resolve().then(()=>require("./icons/call-ftvfgcxN.cjs")),sharp:()=>Promise.resolve().then(()=>require("./icons/call-wKD6ISPV.cjs"))},call_end:{outlined:()=>Promise.resolve().then(()=>require("./icons/call_end-DwGpra_h.cjs")),rounded:()=>Promise.resolve().then(()=>require("./icons/call_end-Bx5pJnkm.cjs")),sharp:()=>Promise.resolve().then(()=>require("./icons/call_end-WoQXHoTY.cjs"))},call_made:{outlined:()=>Promise.resolve().then(()=>require("./icons/call_made-BKy-0N_5.cjs")),rounded:()=>Promise.resolve().then(()=>require("./icons/call_made-1di_yrkH.cjs")),sharp:()=>Promise.resolve().then(()=>require("./icons/call_made-nzO_qhRa.cjs"))},call_received:{outlined:()=>Promise.resolve().then(()=>require("./icons/call_received-DiGMt09V.cjs")),rounded:()=>Promise.resolve().then(()=>require("./icons/call_received-kDCUptdw.cjs")),sharp:()=>Promise.resolve().then(()=>require("./icons/call_received-svsjpWZB.cjs"))},campaign:{outlined:()=>Promise.resolve().then(()=>require("./icons/campaign-CO4rU-NI.cjs")),rounded:()=>Promise.resolve().then(()=>require("./icons/campaign-C7gu21Yl.cjs")),sharp:()=>Promise.resolve().then(()=>require("./icons/campaign-Ci9P9bD0.cjs"))},cancel:{outlined:()=>Promise.resolve().then(()=>require("./icons/cancel-syDzrIhz.cjs")),rounded:()=>Promise.resolve().then(()=>require("./icons/cancel-Be4ComkT.cjs")),sharp:()=>Promise.resolve().then(()=>require("./icons/cancel-BswRxQQC.cjs"))},category:{outlined:()=>Promise.resolve().then(()=>require("./icons/category-DLWu2IoJ.cjs")),rounded:()=>Promise.resolve().then(()=>require("./icons/category-lpNWuhQx.cjs")),sharp:()=>Promise.resolve().then(()=>require("./icons/category-CnrWZz9Q.cjs"))},chat:{outlined:()=>Promise.resolve().then(()=>require("./icons/chat-DThyMw25.cjs")),rounded:()=>Promise.resolve().then(()=>require("./icons/chat-DVBtcmFJ.cjs")),sharp:()=>Promise.resolve().then(()=>require("./icons/chat-BIjxgeKo.cjs"))},chat_bubble:{outlined:()=>Promise.resolve().then(()=>require("./icons/chat_bubble-B7awcvGP.cjs")),rounded:()=>Promise.resolve().then(()=>require("./icons/chat_bubble-CPB6ZiCC.cjs")),sharp:()=>Promise.resolve().then(()=>require("./icons/chat_bubble-mZGoeI3I.cjs"))},check:{outlined:()=>Promise.resolve().then(()=>require("./icons/check-C4gcqg9A.cjs")),rounded:()=>Promise.resolve().then(()=>require("./icons/check-CDtP9Bf4.cjs")),sharp:()=>Promise.resolve().then(()=>require("./icons/check-BQ20Asfd.cjs"))},check_box:{outlined:()=>Promise.resolve().then(()=>require("./icons/check_box-cXMcUfzz.cjs")),rounded:()=>Promise.resolve().then(()=>require("./icons/check_box-yboW6saa.cjs")),sharp:()=>Promise.resolve().then(()=>require("./icons/check_box-DD0D5gpB.cjs"))},check_box_outline_blank:{outlined:()=>Promise.resolve().then(()=>require("./icons/check_box_outline_blank-CIKY0Ccw.cjs")),rounded:()=>Promise.resolve().then(()=>require("./icons/check_box_outline_blank-B0K7VEOf.cjs")),sharp:()=>Promise.resolve().then(()=>require("./icons/check_box_outline_blank-DPZa0VCl.cjs"))},check_circle:{outlined:()=>Promise.resolve().then(()=>require("./icons/check_circle-DTQ1d7Oc.cjs")),rounded:()=>Promise.resolve().then(()=>require("./icons/check_circle-BVUl3Gb5.cjs")),sharp:()=>Promise.resolve().then(()=>require("./icons/check_circle-BYYx6u5r.cjs"))},chevron_left:{outlined:()=>Promise.resolve().then(()=>require("./icons/chevron_left-Yec8UECM.cjs")),rounded:()=>Promise.resolve().then(()=>require("./icons/chevron_left-DE3pHCnM.cjs")),sharp:()=>Promise.resolve().then(()=>require("./icons/chevron_left-BPHI54rl.cjs"))},chevron_right:{outlined:()=>Promise.resolve().then(()=>require("./icons/chevron_right-BkGOM5fi.cjs")),rounded:()=>Promise.resolve().then(()=>require("./icons/chevron_right-CFTu2vbL.cjs")),sharp:()=>Promise.resolve().then(()=>require("./icons/chevron_right-DpzjvNsP.cjs"))},child_care:{outlined:()=>Promise.resolve().then(()=>require("./icons/child_care-nZB2N3YA.cjs")),rounded:()=>Promise.resolve().then(()=>require("./icons/child_care-CIQ9k-f9.cjs")),sharp:()=>Promise.resolve().then(()=>require("./icons/child_care-CB79ivb8.cjs"))},circle:{outlined:()=>Promise.resolve().then(()=>require("./icons/circle-DS_HMXBR.cjs")),rounded:()=>Promise.resolve().then(()=>require("./icons/circle-BPX6153P.cjs")),sharp:()=>Promise.resolve().then(()=>require("./icons/circle-D8ImCYQn.cjs"))},close:{outlined:()=>Promise.resolve().then(()=>require("./icons/close-C71jnCsP.cjs")),rounded:()=>Promise.resolve().then(()=>require("./icons/close-DAORXT73.cjs")),sharp:()=>Promise.resolve().then(()=>require("./icons/close-08-8sBl_.cjs"))},cloud:{outlined:()=>Promise.resolve().then(()=>require("./icons/cloud-aGhF0P8X.cjs")),rounded:()=>Promise.resolve().then(()=>require("./icons/cloud-DoSYW56S.cjs")),sharp:()=>Promise.resolve().then(()=>require("./icons/cloud-CWTEjqrC.cjs"))},cloud_download:{outlined:()=>Promise.resolve().then(()=>require("./icons/cloud_download-Cr0f1A7w.cjs")),rounded:()=>Promise.resolve().then(()=>require("./icons/cloud_download-BSgA6nE3.cjs")),sharp:()=>Promise.resolve().then(()=>require("./icons/cloud_download-B46UbXM2.cjs"))},cloud_upload:{outlined:()=>Promise.resolve().then(()=>require("./icons/cloud_upload-CEBNsRxa.cjs")),rounded:()=>Promise.resolve().then(()=>require("./icons/cloud_upload-BxrCa7P9.cjs")),sharp:()=>Promise.resolve().then(()=>require("./icons/cloud_upload-C8JjVx81.cjs"))},code:{outlined:()=>Promise.resolve().then(()=>require("./icons/code-6RkiCXwP.cjs")),rounded:()=>Promise.resolve().then(()=>require("./icons/code-DuM9qskR.cjs")),sharp:()=>Promise.resolve().then(()=>require("./icons/code-oJW84q_m.cjs"))},comment:{outlined:()=>Promise.resolve().then(()=>require("./icons/comment-O_bHBTmR.cjs")),rounded:()=>Promise.resolve().then(()=>require("./icons/comment-jfrDsQcR.cjs")),sharp:()=>Promise.resolve().then(()=>require("./icons/comment-D2ad_q2m.cjs"))},compare:{outlined:()=>Promise.resolve().then(()=>require("./icons/compare-CUzBU-28.cjs")),rounded:()=>Promise.resolve().then(()=>require("./icons/compare-DdMgRs9f.cjs")),sharp:()=>Promise.resolve().then(()=>require("./icons/compare-DFR9iUjQ.cjs"))},contacts:{outlined:()=>Promise.resolve().then(()=>require("./icons/contacts-4hDX5byG.cjs")),rounded:()=>Promise.resolve().then(()=>require("./icons/contacts-Cb5xhSPR.cjs")),sharp:()=>Promise.resolve().then(()=>require("./icons/contacts-GfLHJBAS.cjs"))},content_copy:{outlined:()=>Promise.resolve().then(()=>require("./icons/content_copy-Dm6tlywE.cjs")),rounded:()=>Promise.resolve().then(()=>require("./icons/content_copy-CDA8g8Ce.cjs")),sharp:()=>Promise.resolve().then(()=>require("./icons/content_copy-B295-Nv3.cjs"))},content_paste:{outlined:()=>Promise.resolve().then(()=>require("./icons/content_paste-CoehqCUw.cjs")),rounded:()=>Promise.resolve().then(()=>require("./icons/content_paste-D0OJlLhs.cjs")),sharp:()=>Promise.resolve().then(()=>require("./icons/content_paste-CAAddckI.cjs"))},copyright:{outlined:()=>Promise.resolve().then(()=>require("./icons/copyright-CmWUWze4.cjs")),rounded:()=>Promise.resolve().then(()=>require("./icons/copyright-B4gtWEWc.cjs")),sharp:()=>Promise.resolve().then(()=>require("./icons/copyright-sqUhIT0W.cjs"))},credit_card:{outlined:()=>Promise.resolve().then(()=>require("./icons/credit_card-B_DF2PK1.cjs")),rounded:()=>Promise.resolve().then(()=>require("./icons/credit_card-Ch3__Lys.cjs")),sharp:()=>Promise.resolve().then(()=>require("./icons/credit_card-_iyk8SdT.cjs"))},credit_score:{outlined:()=>Promise.resolve().then(()=>require("./icons/credit_score-BTAUUWvv.cjs")),rounded:()=>Promise.resolve().then(()=>require("./icons/credit_score-RCK9vD6_.cjs")),sharp:()=>Promise.resolve().then(()=>require("./icons/credit_score-BUo_aYKm.cjs"))},crop:{outlined:()=>Promise.resolve().then(()=>require("./icons/crop-GyzEL4nJ.cjs")),rounded:()=>Promise.resolve().then(()=>require("./icons/crop-CLGpqAKW.cjs")),sharp:()=>Promise.resolve().then(()=>require("./icons/crop-Ck5Oq93S.cjs"))},dangerous:{outlined:()=>Promise.resolve().then(()=>require("./icons/dangerous-BHX_WAG0.cjs")),rounded:()=>Promise.resolve().then(()=>require("./icons/dangerous-VVnFWj0T.cjs")),sharp:()=>Promise.resolve().then(()=>require("./icons/dangerous-CyWhR8GS.cjs"))},dark_mode:{outlined:()=>Promise.resolve().then(()=>require("./icons/dark_mode-CVQYfD9N.cjs")),rounded:()=>Promise.resolve().then(()=>require("./icons/dark_mode-Cna-h-8z.cjs")),sharp:()=>Promise.resolve().then(()=>require("./icons/dark_mode-BApz1m5T.cjs"))},dashboard:{outlined:()=>Promise.resolve().then(()=>require("./icons/dashboard-y4JXkAlZ.cjs")),rounded:()=>Promise.resolve().then(()=>require("./icons/dashboard-yvpXQGFe.cjs")),sharp:()=>Promise.resolve().then(()=>require("./icons/dashboard-qxOP92mW.cjs"))},data_usage:{outlined:()=>Promise.resolve().then(()=>require("./icons/data_usage-BFgNM46G.cjs")),rounded:()=>Promise.resolve().then(()=>require("./icons/data_usage-DF86vx6L.cjs")),sharp:()=>Promise.resolve().then(()=>require("./icons/data_usage-B69lbac5.cjs"))},delete:{outlined:()=>Promise.resolve().then(()=>require("./icons/delete-C0t5Pp8-.cjs")),rounded:()=>Promise.resolve().then(()=>require("./icons/delete-CEMqbUF0.cjs")),sharp:()=>Promise.resolve().then(()=>require("./icons/delete-xENv8YmX.cjs"))},delete_forever:{outlined:()=>Promise.resolve().then(()=>require("./icons/delete_forever-BE5StSao.cjs")),rounded:()=>Promise.resolve().then(()=>require("./icons/delete_forever-DwtLSgzF.cjs")),sharp:()=>Promise.resolve().then(()=>require("./icons/delete_forever-B8PUopIK.cjs"))},density_medium:{outlined:()=>Promise.resolve().then(()=>require("./icons/density_medium-BFy-8lbn.cjs")),rounded:()=>Promise.resolve().then(()=>require("./icons/density_medium-Bze5BcMr.cjs")),sharp:()=>Promise.resolve().then(()=>require("./icons/density_medium-BoavJs4H.cjs"))},description:{outlined:()=>Promise.resolve().then(()=>require("./icons/description-SQPUh5qC.cjs")),rounded:()=>Promise.resolve().then(()=>require("./icons/description-CxGEPSh9.cjs")),sharp:()=>Promise.resolve().then(()=>require("./icons/description-CMHCszzJ.cjs"))},desktop_windows:{outlined:()=>Promise.resolve().then(()=>require("./icons/desktop_windows-DOHf23Xr.cjs")),rounded:()=>Promise.resolve().then(()=>require("./icons/desktop_windows-rsIMFxNM.cjs")),sharp:()=>Promise.resolve().then(()=>require("./icons/desktop_windows-ft9l6Jnn.cjs"))},devices:{outlined:()=>Promise.resolve().then(()=>require("./icons/devices-D1QkNOdg.cjs")),rounded:()=>Promise.resolve().then(()=>require("./icons/devices-Cs6AyB_p.cjs")),sharp:()=>Promise.resolve().then(()=>require("./icons/devices-CZuDnQ7B.cjs"))},directions:{outlined:()=>Promise.resolve().then(()=>require("./icons/directions-CV3aYvJw.cjs")),rounded:()=>Promise.resolve().then(()=>require("./icons/directions-Cq30pjX9.cjs")),sharp:()=>Promise.resolve().then(()=>require("./icons/directions-BYfIHQ8Z.cjs"))},directions_bus:{outlined:()=>Promise.resolve().then(()=>require("./icons/directions_bus-CznPtArU.cjs")),rounded:()=>Promise.resolve().then(()=>require("./icons/directions_bus-ChCQ0VJv.cjs")),sharp:()=>Promise.resolve().then(()=>require("./icons/directions_bus-2Bu4yiHM.cjs"))},directions_car:{outlined:()=>Promise.resolve().then(()=>require("./icons/directions_car-DIRBYtBd.cjs")),rounded:()=>Promise.resolve().then(()=>require("./icons/directions_car-Ty3h4aoe.cjs")),sharp:()=>Promise.resolve().then(()=>require("./icons/directions_car-dxAiBgAE.cjs"))},dns:{outlined:()=>Promise.resolve().then(()=>require("./icons/dns-BrL6vlto.cjs")),rounded:()=>Promise.resolve().then(()=>require("./icons/dns-DQC01d17.cjs")),sharp:()=>Promise.resolve().then(()=>require("./icons/dns-BxMrX-Qx.cjs"))},download:{outlined:()=>Promise.resolve().then(()=>require("./icons/download-BfEc7ftL.cjs")),rounded:()=>Promise.resolve().then(()=>require("./icons/download-oQO1wMDQ.cjs")),sharp:()=>Promise.resolve().then(()=>require("./icons/download-BbGaNWaF.cjs"))},download_done:{outlined:()=>Promise.resolve().then(()=>require("./icons/download_done-BF_KMt21.cjs")),rounded:()=>Promise.resolve().then(()=>require("./icons/download_done-mY_IvV91.cjs")),sharp:()=>Promise.resolve().then(()=>require("./icons/download_done-QJO7z-t7.cjs"))},drag_handle:{outlined:()=>Promise.resolve().then(()=>require("./icons/drag_handle-B85eeiSW.cjs")),rounded:()=>Promise.resolve().then(()=>require("./icons/drag_handle-CZy0Muds.cjs")),sharp:()=>Promise.resolve().then(()=>require("./icons/drag_handle-DIHjJaP4.cjs"))},drive_file_move:{outlined:()=>Promise.resolve().then(()=>require("./icons/drive_file_move-CyquxnGI.cjs")),rounded:()=>Promise.resolve().then(()=>require("./icons/drive_file_move-B7Ib41Bg.cjs")),sharp:()=>Promise.resolve().then(()=>require("./icons/drive_file_move-BzZBDz_T.cjs"))},eco:{outlined:()=>Promise.resolve().then(()=>require("./icons/eco-BQpR7DfB.cjs")),rounded:()=>Promise.resolve().then(()=>require("./icons/eco-BfhARi85.cjs")),sharp:()=>Promise.resolve().then(()=>require("./icons/eco-Dti-gVb_.cjs"))},edit:{outlined:()=>Promise.resolve().then(()=>require("./icons/edit-ChFc7I7P.cjs")),rounded:()=>Promise.resolve().then(()=>require("./icons/edit-BeJgtsta.cjs")),sharp:()=>Promise.resolve().then(()=>require("./icons/edit-T1-rErag.cjs"))},edit_attributes:{outlined:()=>Promise.resolve().then(()=>require("./icons/edit_attributes-6JWFwGzl.cjs")),rounded:()=>Promise.resolve().then(()=>require("./icons/edit_attributes-B1Ctn3RI.cjs")),sharp:()=>Promise.resolve().then(()=>require("./icons/edit_attributes-BFsYoU1-.cjs"))},edit_note:{outlined:()=>Promise.resolve().then(()=>require("./icons/edit_note-Da_iOdrc.cjs")),rounded:()=>Promise.resolve().then(()=>require("./icons/edit_note-rScMJnJT.cjs")),sharp:()=>Promise.resolve().then(()=>require("./icons/edit_note--rw8SVa_.cjs"))},eject:{outlined:()=>Promise.resolve().then(()=>require("./icons/eject-C_8lRJPy.cjs")),rounded:()=>Promise.resolve().then(()=>require("./icons/eject-DTQWDrIz.cjs")),sharp:()=>Promise.resolve().then(()=>require("./icons/eject-CtLNSegr.cjs"))},elderly:{outlined:()=>Promise.resolve().then(()=>require("./icons/elderly-Ceh2P7r-.cjs")),rounded:()=>Promise.resolve().then(()=>require("./icons/elderly-CcU85K06.cjs")),sharp:()=>Promise.resolve().then(()=>require("./icons/elderly-DAtLwTFA.cjs"))},engineering:{outlined:()=>Promise.resolve().then(()=>require("./icons/engineering-BkYJD_Or.cjs")),rounded:()=>Promise.resolve().then(()=>require("./icons/engineering-1o10EfNE.cjs")),sharp:()=>Promise.resolve().then(()=>require("./icons/engineering-JuMPs6Y3.cjs"))},equalizer:{outlined:()=>Promise.resolve().then(()=>require("./icons/equalizer-efzGc3fN.cjs")),rounded:()=>Promise.resolve().then(()=>require("./icons/equalizer-DJkAwv6t.cjs")),sharp:()=>Promise.resolve().then(()=>require("./icons/equalizer-CBRz_t0n.cjs"))},error:{outlined:()=>Promise.resolve().then(()=>require("./icons/error-DhIFJDit.cjs")),rounded:()=>Promise.resolve().then(()=>require("./icons/error-DzScQD-0.cjs")),sharp:()=>Promise.resolve().then(()=>require("./icons/error-BSxnVrjF.cjs"))},event:{outlined:()=>Promise.resolve().then(()=>require("./icons/event-CLOpMWNS.cjs")),rounded:()=>Promise.resolve().then(()=>require("./icons/event-BO8hSbhH.cjs")),sharp:()=>Promise.resolve().then(()=>require("./icons/event-C0zGLwjQ.cjs"))},event_available:{outlined:()=>Promise.resolve().then(()=>require("./icons/event_available-D39f0o2z.cjs")),rounded:()=>Promise.resolve().then(()=>require("./icons/event_available-DwjeOvX9.cjs")),sharp:()=>Promise.resolve().then(()=>require("./icons/event_available-DMl5IYfi.cjs"))},event_busy:{outlined:()=>Promise.resolve().then(()=>require("./icons/event_busy-DLhs3cqk.cjs")),rounded:()=>Promise.resolve().then(()=>require("./icons/event_busy-CO5GomJ1.cjs")),sharp:()=>Promise.resolve().then(()=>require("./icons/event_busy-BsbAdBc3.cjs"))},exit_to_app:{outlined:()=>Promise.resolve().then(()=>require("./icons/exit_to_app-4ELlyKP5.cjs")),rounded:()=>Promise.resolve().then(()=>require("./icons/exit_to_app-Bp3DQYOi.cjs")),sharp:()=>Promise.resolve().then(()=>require("./icons/exit_to_app-BPsYFa6S.cjs"))},expand:{outlined:()=>Promise.resolve().then(()=>require("./icons/expand-BoSPrbcp.cjs")),rounded:()=>Promise.resolve().then(()=>require("./icons/expand-CADHXT-_.cjs")),sharp:()=>Promise.resolve().then(()=>require("./icons/expand-Dy3_OGRo.cjs"))},explore:{outlined:()=>Promise.resolve().then(()=>require("./icons/explore-CiiSPHhR.cjs")),rounded:()=>Promise.resolve().then(()=>require("./icons/explore-DAuehy4i.cjs")),sharp:()=>Promise.resolve().then(()=>require("./icons/explore-CWVUOfFd.cjs"))},explore_off:{outlined:()=>Promise.resolve().then(()=>require("./icons/explore_off-BR_xU7jX.cjs")),rounded:()=>Promise.resolve().then(()=>require("./icons/explore_off-Bsy6PdBD.cjs")),sharp:()=>Promise.resolve().then(()=>require("./icons/explore_off-C8Pin35x.cjs"))},extension:{outlined:()=>Promise.resolve().then(()=>require("./icons/extension-Bg6YhsUZ.cjs")),rounded:()=>Promise.resolve().then(()=>require("./icons/extension-B2Ud25CS.cjs")),sharp:()=>Promise.resolve().then(()=>require("./icons/extension-Cj_PMbmr.cjs"))},face:{outlined:()=>Promise.resolve().then(()=>require("./icons/face-B0mI3FAR.cjs")),rounded:()=>Promise.resolve().then(()=>require("./icons/face-Dx3-uvsR.cjs")),sharp:()=>Promise.resolve().then(()=>require("./icons/face-nfbmNSRn.cjs"))},fast_forward:{outlined:()=>Promise.resolve().then(()=>require("./icons/fast_forward-cSegXWFV.cjs")),rounded:()=>Promise.resolve().then(()=>require("./icons/fast_forward-B0y9Ca2u.cjs")),sharp:()=>Promise.resolve().then(()=>require("./icons/fast_forward-BMw4eJA1.cjs"))},fast_rewind:{outlined:()=>Promise.resolve().then(()=>require("./icons/fast_rewind-ClQr4UqL.cjs")),rounded:()=>Promise.resolve().then(()=>require("./icons/fast_rewind-BErJGjyk.cjs")),sharp:()=>Promise.resolve().then(()=>require("./icons/fast_rewind-CmURbjb8.cjs"))},favorite:{outlined:()=>Promise.resolve().then(()=>require("./icons/favorite-C7ps1Maq.cjs")),rounded:()=>Promise.resolve().then(()=>require("./icons/favorite-3J46b-ep.cjs")),sharp:()=>Promise.resolve().then(()=>require("./icons/favorite-LUIfqiQF.cjs"))},feedback:{outlined:()=>Promise.resolve().then(()=>require("./icons/feedback-B_jbalMc.cjs")),rounded:()=>Promise.resolve().then(()=>require("./icons/feedback-DpFRhEHp.cjs")),sharp:()=>Promise.resolve().then(()=>require("./icons/feedback-BaEOlZmy.cjs"))},file_copy:{outlined:()=>Promise.resolve().then(()=>require("./icons/file_copy-CTIQJQ-Q.cjs")),rounded:()=>Promise.resolve().then(()=>require("./icons/file_copy-BryVfjLP.cjs")),sharp:()=>Promise.resolve().then(()=>require("./icons/file_copy-D7W7B9tN.cjs"))},filter_list:{outlined:()=>Promise.resolve().then(()=>require("./icons/filter_list-DpBj6Yx1.cjs")),rounded:()=>Promise.resolve().then(()=>require("./icons/filter_list-B8Txqh_n.cjs")),sharp:()=>Promise.resolve().then(()=>require("./icons/filter_list-CH0lPLm2.cjs"))},find_in_page:{outlined:()=>Promise.resolve().then(()=>require("./icons/find_in_page-BnUd7Adl.cjs")),rounded:()=>Promise.resolve().then(()=>require("./icons/find_in_page-d1tGoTfD.cjs")),sharp:()=>Promise.resolve().then(()=>require("./icons/find_in_page-CZWej5L8.cjs"))},find_replace:{outlined:()=>Promise.resolve().then(()=>require("./icons/find_replace-COPwtD3A.cjs")),rounded:()=>Promise.resolve().then(()=>require("./icons/find_replace-B_KZ8iLe.cjs")),sharp:()=>Promise.resolve().then(()=>require("./icons/find_replace-BVX_mdI2.cjs"))},fingerprint:{outlined:()=>Promise.resolve().then(()=>require("./icons/fingerprint-s6Wvd5xY.cjs")),rounded:()=>Promise.resolve().then(()=>require("./icons/fingerprint-BwdcEXJy.cjs")),sharp:()=>Promise.resolve().then(()=>require("./icons/fingerprint-Cjs10wLp.cjs"))},first_page:{outlined:()=>Promise.resolve().then(()=>require("./icons/first_page-LyKNPAwN.cjs")),rounded:()=>Promise.resolve().then(()=>require("./icons/first_page-CFfNXxJa.cjs")),sharp:()=>Promise.resolve().then(()=>require("./icons/first_page-BNf1p3Bb.cjs"))},fit_screen:{outlined:()=>Promise.resolve().then(()=>require("./icons/fit_screen-DgeLJfZy.cjs")),rounded:()=>Promise.resolve().then(()=>require("./icons/fit_screen-B9tJEMV5.cjs")),sharp:()=>Promise.resolve().then(()=>require("./icons/fit_screen-NF0JPdOh.cjs"))},fitness_center:{outlined:()=>Promise.resolve().then(()=>require("./icons/fitness_center-DOb_SqRR.cjs")),rounded:()=>Promise.resolve().then(()=>require("./icons/fitness_center-BhjkYdCs.cjs")),sharp:()=>Promise.resolve().then(()=>require("./icons/fitness_center-wLAD2vZ_.cjs"))},flag:{outlined:()=>Promise.resolve().then(()=>require("./icons/flag-E-VIxwkr.cjs")),rounded:()=>Promise.resolve().then(()=>require("./icons/flag-LD2jAYeI.cjs")),sharp:()=>Promise.resolve().then(()=>require("./icons/flag-DZqg40eh.cjs"))},flare:{outlined:()=>Promise.resolve().then(()=>require("./icons/flare-DZBDF8BR.cjs")),rounded:()=>Promise.resolve().then(()=>require("./icons/flare-DZL3slPE.cjs")),sharp:()=>Promise.resolve().then(()=>require("./icons/flare-BPXjy3gS.cjs"))},flash_on:{outlined:()=>Promise.resolve().then(()=>require("./icons/flash_on-DIcsCTnL.cjs")),rounded:()=>Promise.resolve().then(()=>require("./icons/flash_on-B6CuALXr.cjs")),sharp:()=>Promise.resolve().then(()=>require("./icons/flash_on-BotDglNP.cjs"))},flight:{outlined:()=>Promise.resolve().then(()=>require("./icons/flight-BNYPJg6b.cjs")),rounded:()=>Promise.resolve().then(()=>require("./icons/flight-BLrZxPop.cjs")),sharp:()=>Promise.resolve().then(()=>require("./icons/flight-CMxTfrzT.cjs"))},flip:{outlined:()=>Promise.resolve().then(()=>require("./icons/flip-BAlqTIVF.cjs")),rounded:()=>Promise.resolve().then(()=>require("./icons/flip-Bz6vLJ-d.cjs")),sharp:()=>Promise.resolve().then(()=>require("./icons/flip-Cqg-_005.cjs"))},folder:{outlined:()=>Promise.resolve().then(()=>require("./icons/folder-DBjcNXNU.cjs")),rounded:()=>Promise.resolve().then(()=>require("./icons/folder-CEMBequd.cjs")),sharp:()=>Promise.resolve().then(()=>require("./icons/folder-DuEc_ds7.cjs"))},folder_open:{outlined:()=>Promise.resolve().then(()=>require("./icons/folder_open-B7M1GBAB.cjs")),rounded:()=>Promise.resolve().then(()=>require("./icons/folder_open-BCePqSqz.cjs")),sharp:()=>Promise.resolve().then(()=>require("./icons/folder_open-B_oOp3kv.cjs"))},folder_shared:{outlined:()=>Promise.resolve().then(()=>require("./icons/folder_shared-BesFvcRa.cjs")),rounded:()=>Promise.resolve().then(()=>require("./icons/folder_shared-Cy2npeFh.cjs")),sharp:()=>Promise.resolve().then(()=>require("./icons/folder_shared-DgpExGUb.cjs"))},forum:{outlined:()=>Promise.resolve().then(()=>require("./icons/forum-ClIUKbam.cjs")),rounded:()=>Promise.resolve().then(()=>require("./icons/forum-C0U0c7lC.cjs")),sharp:()=>Promise.resolve().then(()=>require("./icons/forum-W9gwVTdH.cjs"))},fullscreen:{outlined:()=>Promise.resolve().then(()=>require("./icons/fullscreen-CeXAg0Rs.cjs")),rounded:()=>Promise.resolve().then(()=>require("./icons/fullscreen-BbuB8GJ1.cjs")),sharp:()=>Promise.resolve().then(()=>require("./icons/fullscreen-DzeaQMMi.cjs"))},fullscreen_exit:{outlined:()=>Promise.resolve().then(()=>require("./icons/fullscreen_exit-Dv_5bvVl.cjs")),rounded:()=>Promise.resolve().then(()=>require("./icons/fullscreen_exit-BQAdlG7F.cjs")),sharp:()=>Promise.resolve().then(()=>require("./icons/fullscreen_exit-BdILU2wy.cjs"))},gavel:{outlined:()=>Promise.resolve().then(()=>require("./icons/gavel-D-OTl_bj.cjs")),rounded:()=>Promise.resolve().then(()=>require("./icons/gavel-F-uuY7jq.cjs")),sharp:()=>Promise.resolve().then(()=>require("./icons/gavel-DwIL5r9o.cjs"))},gesture:{outlined:()=>Promise.resolve().then(()=>require("./icons/gesture-DeCjZ4OV.cjs")),rounded:()=>Promise.resolve().then(()=>require("./icons/gesture-V_2x4_gC.cjs")),sharp:()=>Promise.resolve().then(()=>require("./icons/gesture-CDVjysbx.cjs"))},gif:{outlined:()=>Promise.resolve().then(()=>require("./icons/gif-Cdgf5jLT.cjs")),rounded:()=>Promise.resolve().then(()=>require("./icons/gif-BjNPP4Fi.cjs")),sharp:()=>Promise.resolve().then(()=>require("./icons/gif-Dbqa6Qt9.cjs"))},grid_view:{outlined:()=>Promise.resolve().then(()=>require("./icons/grid_view-ClltetuJ.cjs")),rounded:()=>Promise.resolve().then(()=>require("./icons/grid_view-DaRUrgXH.cjs")),sharp:()=>Promise.resolve().then(()=>require("./icons/grid_view-B68F0xHI.cjs"))},group:{outlined:()=>Promise.resolve().then(()=>require("./icons/group-B8IYS99v.cjs")),rounded:()=>Promise.resolve().then(()=>require("./icons/group-BPq1UB-p.cjs")),sharp:()=>Promise.resolve().then(()=>require("./icons/group-_x6YgwIQ.cjs"))},group_add:{outlined:()=>Promise.resolve().then(()=>require("./icons/group_add-DRT53nn9.cjs")),rounded:()=>Promise.resolve().then(()=>require("./icons/group_add-yGgEMHEW.cjs")),sharp:()=>Promise.resolve().then(()=>require("./icons/group_add-BM5MTU4c.cjs"))},groups:{outlined:()=>Promise.resolve().then(()=>require("./icons/groups-C108XU4y.cjs")),rounded:()=>Promise.resolve().then(()=>require("./icons/groups-BnGg38nU.cjs")),sharp:()=>Promise.resolve().then(()=>require("./icons/groups-xhrjwIB0.cjs"))},handyman:{outlined:()=>Promise.resolve().then(()=>require("./icons/handyman-xpAdwmnn.cjs")),rounded:()=>Promise.resolve().then(()=>require("./icons/handyman-jhYg_Ni9.cjs")),sharp:()=>Promise.resolve().then(()=>require("./icons/handyman-4agk8mvK.cjs"))},headphones:{outlined:()=>Promise.resolve().then(()=>require("./icons/headphones-ByLMZlNY.cjs")),rounded:()=>Promise.resolve().then(()=>require("./icons/headphones-CFD4aFp7.cjs")),sharp:()=>Promise.resolve().then(()=>require("./icons/headphones-Co40H2aF.cjs"))},healing:{outlined:()=>Promise.resolve().then(()=>require("./icons/healing-aaFdWh5W.cjs")),rounded:()=>Promise.resolve().then(()=>require("./icons/healing-BDkkXt9q.cjs")),sharp:()=>Promise.resolve().then(()=>require("./icons/healing-B-0A2nAU.cjs"))},help:{outlined:()=>Promise.resolve().then(()=>require("./icons/help-OaQroamO.cjs")),rounded:()=>Promise.resolve().then(()=>require("./icons/help-C3CEzn4A.cjs")),sharp:()=>Promise.resolve().then(()=>require("./icons/help-Ctda3jdI.cjs"))},highlight:{outlined:()=>Promise.resolve().then(()=>require("./icons/highlight-6N9Q1nCv.cjs")),rounded:()=>Promise.resolve().then(()=>require("./icons/highlight-2e5dcG25.cjs")),sharp:()=>Promise.resolve().then(()=>require("./icons/highlight-B06WsyLv.cjs"))},history:{outlined:()=>Promise.resolve().then(()=>require("./icons/history-BOV-9TKh.cjs")),rounded:()=>Promise.resolve().then(()=>require("./icons/history-CU_ehRzx.cjs")),sharp:()=>Promise.resolve().then(()=>require("./icons/history-BUB_tYea.cjs"))},history_toggle_off:{outlined:()=>Promise.resolve().then(()=>require("./icons/history_toggle_off-Bhya520A.cjs")),rounded:()=>Promise.resolve().then(()=>require("./icons/history_toggle_off-DnRUn4bN.cjs")),sharp:()=>Promise.resolve().then(()=>require("./icons/history_toggle_off-gyY-rgoJ.cjs"))},home:{outlined:()=>Promise.resolve().then(()=>require("./icons/home-Dokhawqy.cjs")),rounded:()=>Promise.resolve().then(()=>require("./icons/home-BTOD_204.cjs")),sharp:()=>Promise.resolve().then(()=>require("./icons/home-r_TUIXCB.cjs"))},home_work:{outlined:()=>Promise.resolve().then(()=>require("./icons/home_work-CG_ldX6X.cjs")),rounded:()=>Promise.resolve().then(()=>require("./icons/home_work-B964c0gI.cjs")),sharp:()=>Promise.resolve().then(()=>require("./icons/home_work-RpG7pfN8.cjs"))},hotel:{outlined:()=>Promise.resolve().then(()=>require("./icons/hotel-bfy2VvG_.cjs")),rounded:()=>Promise.resolve().then(()=>require("./icons/hotel-DPvGMpsA.cjs")),sharp:()=>Promise.resolve().then(()=>require("./icons/hotel-CPtCcGqG.cjs"))},hourglass_empty:{outlined:()=>Promise.resolve().then(()=>require("./icons/hourglass_empty-B5l-KyA_.cjs")),rounded:()=>Promise.resolve().then(()=>require("./icons/hourglass_empty-Dj67ruJJ.cjs")),sharp:()=>Promise.resolve().then(()=>require("./icons/hourglass_empty-w_LZI7ql.cjs"))},http:{outlined:()=>Promise.resolve().then(()=>require("./icons/http-CkQzvLY8.cjs")),rounded:()=>Promise.resolve().then(()=>require("./icons/http-D1K3W8nC.cjs")),sharp:()=>Promise.resolve().then(()=>require("./icons/http-fS1e0mTs.cjs"))},image:{outlined:()=>Promise.resolve().then(()=>require("./icons/image-CQ1rcY-m.cjs")),rounded:()=>Promise.resolve().then(()=>require("./icons/image-m4vdlOrM.cjs")),sharp:()=>Promise.resolve().then(()=>require("./icons/image-Epxcfqar.cjs"))},image_search:{outlined:()=>Promise.resolve().then(()=>require("./icons/image_search-DFdtq1ol.cjs")),rounded:()=>Promise.resolve().then(()=>require("./icons/image_search-Df6Ng67p.cjs")),sharp:()=>Promise.resolve().then(()=>require("./icons/image_search-QPrlvCTB.cjs"))},important_devices:{outlined:()=>Promise.resolve().then(()=>require("./icons/important_devices-BQm7YX8s.cjs")),rounded:()=>Promise.resolve().then(()=>require("./icons/important_devices-CEL-eNng.cjs")),sharp:()=>Promise.resolve().then(()=>require("./icons/important_devices-CaP-knAj.cjs"))},inbox:{outlined:()=>Promise.resolve().then(()=>require("./icons/inbox-Bf8a9r3C.cjs")),rounded:()=>Promise.resolve().then(()=>require("./icons/inbox-DlEuYH_M.cjs")),sharp:()=>Promise.resolve().then(()=>require("./icons/inbox-CbKEEwtR.cjs"))},info:{outlined:()=>Promise.resolve().then(()=>require("./icons/info-B7YBEpiO.cjs")),rounded:()=>Promise.resolve().then(()=>require("./icons/info-D76Irr5N.cjs")),sharp:()=>Promise.resolve().then(()=>require("./icons/info-DnsOX_R2.cjs"))},input:{outlined:()=>Promise.resolve().then(()=>require("./icons/input-BledoS7j.cjs")),rounded:()=>Promise.resolve().then(()=>require("./icons/input-CiaLhaBv.cjs")),sharp:()=>Promise.resolve().then(()=>require("./icons/input-DFmBoxLr.cjs"))},inventory:{outlined:()=>Promise.resolve().then(()=>require("./icons/inventory-D3F1c0G4.cjs")),rounded:()=>Promise.resolve().then(()=>require("./icons/inventory-C6l6OEEh.cjs")),sharp:()=>Promise.resolve().then(()=>require("./icons/inventory-BWwO-xah.cjs"))},key:{outlined:()=>Promise.resolve().then(()=>require("./icons/key-Cd1LQA96.cjs")),rounded:()=>Promise.resolve().then(()=>require("./icons/key-BapDxdJR.cjs")),sharp:()=>Promise.resolve().then(()=>require("./icons/key-WmFDui-T.cjs"))},keyboard:{outlined:()=>Promise.resolve().then(()=>require("./icons/keyboard-9kPP_fZo.cjs")),rounded:()=>Promise.resolve().then(()=>require("./icons/keyboard-Bncd-r2h.cjs")),sharp:()=>Promise.resolve().then(()=>require("./icons/keyboard-DEtvWaW3.cjs"))},label:{outlined:()=>Promise.resolve().then(()=>require("./icons/label-Csjt3SVM.cjs")),rounded:()=>Promise.resolve().then(()=>require("./icons/label-Cm8auEWA.cjs")),sharp:()=>Promise.resolve().then(()=>require("./icons/label-D4Z8lgx6.cjs"))},language:{outlined:()=>Promise.resolve().then(()=>require("./icons/language-Dnk6WN_j.cjs")),rounded:()=>Promise.resolve().then(()=>require("./icons/language-DUV1M-65.cjs")),sharp:()=>Promise.resolve().then(()=>require("./icons/language-CxIJ1SrJ.cjs"))},last_page:{outlined:()=>Promise.resolve().then(()=>require("./icons/last_page-oTIYzPFL.cjs")),rounded:()=>Promise.resolve().then(()=>require("./icons/last_page-CjRlRrpV.cjs")),sharp:()=>Promise.resolve().then(()=>require("./icons/last_page-Cbb3HacN.cjs"))},layers:{outlined:()=>Promise.resolve().then(()=>require("./icons/layers-RHUoY1x9.cjs")),rounded:()=>Promise.resolve().then(()=>require("./icons/layers-NrOiyn4B.cjs")),sharp:()=>Promise.resolve().then(()=>require("./icons/layers-Blmdyx3T.cjs"))},light_mode:{outlined:()=>Promise.resolve().then(()=>require("./icons/light_mode-Bo8UvOO0.cjs")),rounded:()=>Promise.resolve().then(()=>require("./icons/light_mode-C3ZmUjzM.cjs")),sharp:()=>Promise.resolve().then(()=>require("./icons/light_mode-C3vqv6r9.cjs"))},line_style:{outlined:()=>Promise.resolve().then(()=>require("./icons/line_style-hKwpJThN.cjs")),rounded:()=>Promise.resolve().then(()=>require("./icons/line_style-ChfgY8Fz.cjs")),sharp:()=>Promise.resolve().then(()=>require("./icons/line_style-DlXCE4Um.cjs"))},link:{outlined:()=>Promise.resolve().then(()=>require("./icons/link-SqQvG2aS.cjs")),rounded:()=>Promise.resolve().then(()=>require("./icons/link-BFqEzcuh.cjs")),sharp:()=>Promise.resolve().then(()=>require("./icons/link-BEt8Rdrk.cjs"))},list:{outlined:()=>Promise.resolve().then(()=>require("./icons/list-B3bGHUAB.cjs")),rounded:()=>Promise.resolve().then(()=>require("./icons/list-ExRMWvY6.cjs")),sharp:()=>Promise.resolve().then(()=>require("./icons/list-D0u18QaB.cjs"))},live_help:{outlined:()=>Promise.resolve().then(()=>require("./icons/live_help-cSkLrDFh.cjs")),rounded:()=>Promise.resolve().then(()=>require("./icons/live_help-B1k0yUF9.cjs")),sharp:()=>Promise.resolve().then(()=>require("./icons/live_help-B9sVajvu.cjs"))},local_cafe:{outlined:()=>Promise.resolve().then(()=>require("./icons/local_cafe-BbLYHQ5G.cjs")),rounded:()=>Promise.resolve().then(()=>require("./icons/local_cafe-gSN4KJIQ.cjs")),sharp:()=>Promise.resolve().then(()=>require("./icons/local_cafe-BRwE0wVl.cjs"))},local_hospital:{outlined:()=>Promise.resolve().then(()=>require("./icons/local_hospital-CeMxQ9XC.cjs")),rounded:()=>Promise.resolve().then(()=>require("./icons/local_hospital-BQxIobVR.cjs")),sharp:()=>Promise.resolve().then(()=>require("./icons/local_hospital-MPVU96Sw.cjs"))},local_taxi:{outlined:()=>Promise.resolve().then(()=>require("./icons/local_taxi-CVCg6SLk.cjs")),rounded:()=>Promise.resolve().then(()=>require("./icons/local_taxi-DYWVyvAC.cjs")),sharp:()=>Promise.resolve().then(()=>require("./icons/local_taxi-BvyxG2_8.cjs"))},location_off:{outlined:()=>Promise.resolve().then(()=>require("./icons/location_off-TLyox8Gw.cjs")),rounded:()=>Promise.resolve().then(()=>require("./icons/location_off-BwRgLKKl.cjs")),sharp:()=>Promise.resolve().then(()=>require("./icons/location_off-BQw1qzX6.cjs"))},location_on:{outlined:()=>Promise.resolve().then(()=>require("./icons/location_on-zlbjO2nd.cjs")),rounded:()=>Promise.resolve().then(()=>require("./icons/location_on-C_Q78KW6.cjs")),sharp:()=>Promise.resolve().then(()=>require("./icons/location_on-B-4p1Vaw.cjs"))},lock:{outlined:()=>Promise.resolve().then(()=>require("./icons/lock-BczdF5aF.cjs")),rounded:()=>Promise.resolve().then(()=>require("./icons/lock-DoMqxNht.cjs")),sharp:()=>Promise.resolve().then(()=>require("./icons/lock-CMBDoG1m.cjs"))},lock_open:{outlined:()=>Promise.resolve().then(()=>require("./icons/lock_open-DNBPlz0I.cjs")),rounded:()=>Promise.resolve().then(()=>require("./icons/lock_open-CbcCQPoq.cjs")),sharp:()=>Promise.resolve().then(()=>require("./icons/lock_open-BsfuU82J.cjs"))},lock_reset:{outlined:()=>Promise.resolve().then(()=>require("./icons/lock_reset-1_dRLFAg.cjs")),rounded:()=>Promise.resolve().then(()=>require("./icons/lock_reset-BFi8YBZd.cjs")),sharp:()=>Promise.resolve().then(()=>require("./icons/lock_reset-xNTFVkP0.cjs"))},login:{outlined:()=>Promise.resolve().then(()=>require("./icons/login-BjZiShoE.cjs")),rounded:()=>Promise.resolve().then(()=>require("./icons/login-6YNL4CrP.cjs")),sharp:()=>Promise.resolve().then(()=>require("./icons/login-Bogn9TQm.cjs"))},logout:{outlined:()=>Promise.resolve().then(()=>require("./icons/logout-Bphd-i1_.cjs")),rounded:()=>Promise.resolve().then(()=>require("./icons/logout-9MBXaMSb.cjs")),sharp:()=>Promise.resolve().then(()=>require("./icons/logout-BKRH1LQ7.cjs"))},mail:{outlined:()=>Promise.resolve().then(()=>require("./icons/mail-stTZgOxR.cjs")),rounded:()=>Promise.resolve().then(()=>require("./icons/mail-zslK5Vp0.cjs")),sharp:()=>Promise.resolve().then(()=>require("./icons/mail-SRkbZHDV.cjs"))},map:{outlined:()=>Promise.resolve().then(()=>require("./icons/map-DlCPxLI4.cjs")),rounded:()=>Promise.resolve().then(()=>require("./icons/map-BN0czcmT.cjs")),sharp:()=>Promise.resolve().then(()=>require("./icons/map-OHAPN5Jm.cjs"))},mark_email_read:{outlined:()=>Promise.resolve().then(()=>require("./icons/mark_email_read-4O476T7R.cjs")),rounded:()=>Promise.resolve().then(()=>require("./icons/mark_email_read-B5tjuBKg.cjs")),sharp:()=>Promise.resolve().then(()=>require("./icons/mark_email_read-C6yfr2fW.cjs"))},mark_email_unread:{outlined:()=>Promise.resolve().then(()=>require("./icons/mark_email_unread-BbgVYB4S.cjs")),rounded:()=>Promise.resolve().then(()=>require("./icons/mark_email_unread-CS1ID0rU.cjs")),sharp:()=>Promise.resolve().then(()=>require("./icons/mark_email_unread-BzBlwfDW.cjs"))},maximize:{outlined:()=>Promise.resolve().then(()=>require("./icons/maximize-BfsEZe_5.cjs")),rounded:()=>Promise.resolve().then(()=>require("./icons/maximize-yncMJ3Gg.cjs")),sharp:()=>Promise.resolve().then(()=>require("./icons/maximize-D_c72Iyc.cjs"))},medication:{outlined:()=>Promise.resolve().then(()=>require("./icons/medication-BP-gJNIW.cjs")),rounded:()=>Promise.resolve().then(()=>require("./icons/medication-B7oNWWhQ.cjs")),sharp:()=>Promise.resolve().then(()=>require("./icons/medication-BXpvVQlG.cjs"))},menu:{outlined:()=>Promise.resolve().then(()=>require("./icons/menu-BSH9Euis.cjs")),rounded:()=>Promise.resolve().then(()=>require("./icons/menu-BI_0LYcg.cjs")),sharp:()=>Promise.resolve().then(()=>require("./icons/menu-CyUV3J9k.cjs"))},mic:{outlined:()=>Promise.resolve().then(()=>require("./icons/mic-Bv7uyEhL.cjs")),rounded:()=>Promise.resolve().then(()=>require("./icons/mic-OWlr0FyC.cjs")),sharp:()=>Promise.resolve().then(()=>require("./icons/mic-DeY1JMNU.cjs"))},mic_off:{outlined:()=>Promise.resolve().then(()=>require("./icons/mic_off-CrExlNjs.cjs")),rounded:()=>Promise.resolve().then(()=>require("./icons/mic_off-3AQHolNv.cjs")),sharp:()=>Promise.resolve().then(()=>require("./icons/mic_off-O3medmXx.cjs"))},minimize:{outlined:()=>Promise.resolve().then(()=>require("./icons/minimize-C1fwEdxW.cjs")),rounded:()=>Promise.resolve().then(()=>require("./icons/minimize-b3mKEIDM.cjs")),sharp:()=>Promise.resolve().then(()=>require("./icons/minimize-CLS-Wwu4.cjs"))},model_training:{outlined:()=>Promise.resolve().then(()=>require("./icons/model_training-CRZqBwX8.cjs")),rounded:()=>Promise.resolve().then(()=>require("./icons/model_training-BHnB1pq-.cjs")),sharp:()=>Promise.resolve().then(()=>require("./icons/model_training-2hXP1oSx.cjs"))},monitor:{outlined:()=>Promise.resolve().then(()=>require("./icons/monitor-DEOzv1-v.cjs")),rounded:()=>Promise.resolve().then(()=>require("./icons/monitor-DmiG1_9A.cjs")),sharp:()=>Promise.resolve().then(()=>require("./icons/monitor-Do46ojnJ.cjs"))},more_horiz:{outlined:()=>Promise.resolve().then(()=>require("./icons/more_horiz-bZKXAcx0.cjs")),rounded:()=>Promise.resolve().then(()=>require("./icons/more_horiz-Deil--Zw.cjs")),sharp:()=>Promise.resolve().then(()=>require("./icons/more_horiz-Dbz8LvVB.cjs"))},more_time:{outlined:()=>Promise.resolve().then(()=>require("./icons/more_time-B1Wd5UFZ.cjs")),rounded:()=>Promise.resolve().then(()=>require("./icons/more_time-urwzlhvb.cjs")),sharp:()=>Promise.resolve().then(()=>require("./icons/more_time-ChxdyGP_.cjs"))},more_vert:{outlined:()=>Promise.resolve().then(()=>require("./icons/more_vert-DzTrnUGw.cjs")),rounded:()=>Promise.resolve().then(()=>require("./icons/more_vert-CXi9yj-5.cjs")),sharp:()=>Promise.resolve().then(()=>require("./icons/more_vert-DxblSDI5.cjs"))},mouse:{outlined:()=>Promise.resolve().then(()=>require("./icons/mouse-QimsmAoo.cjs")),rounded:()=>Promise.resolve().then(()=>require("./icons/mouse-Bng6mJ1A.cjs")),sharp:()=>Promise.resolve().then(()=>require("./icons/mouse-DS8yvLR1.cjs"))},move_to_inbox:{outlined:()=>Promise.resolve().then(()=>require("./icons/move_to_inbox-D-SzwKRi.cjs")),rounded:()=>Promise.resolve().then(()=>require("./icons/move_to_inbox-DMwv-LwU.cjs")),sharp:()=>Promise.resolve().then(()=>require("./icons/move_to_inbox-DB49LSzj.cjs"))},multiline_chart:{outlined:()=>Promise.resolve().then(()=>require("./icons/multiline_chart-VNajFYIu.cjs")),rounded:()=>Promise.resolve().then(()=>require("./icons/multiline_chart-qmqudGJS.cjs")),sharp:()=>Promise.resolve().then(()=>require("./icons/multiline_chart-BZ9pI0M2.cjs"))},my_location:{outlined:()=>Promise.resolve().then(()=>require("./icons/my_location-CafgIPzY.cjs")),rounded:()=>Promise.resolve().then(()=>require("./icons/my_location-B_2xIJ1h.cjs")),sharp:()=>Promise.resolve().then(()=>require("./icons/my_location-BQB_Gvjn.cjs"))},navigation:{outlined:()=>Promise.resolve().then(()=>require("./icons/navigation-XOBWaNoc.cjs")),rounded:()=>Promise.resolve().then(()=>require("./icons/navigation-DD6e0gFe.cjs")),sharp:()=>Promise.resolve().then(()=>require("./icons/navigation-D-EmSudm.cjs"))},near_me:{outlined:()=>Promise.resolve().then(()=>require("./icons/near_me-CDCjz9gt.cjs")),rounded:()=>Promise.resolve().then(()=>require("./icons/near_me-BPE_ZuMr.cjs")),sharp:()=>Promise.resolve().then(()=>require("./icons/near_me-BxAslSGA.cjs"))},network_check:{outlined:()=>Promise.resolve().then(()=>require("./icons/network_check-DXQawqFw.cjs")),rounded:()=>Promise.resolve().then(()=>require("./icons/network_check-Dl7EGQcb.cjs")),sharp:()=>Promise.resolve().then(()=>require("./icons/network_check-BJIqHDfq.cjs"))},note_add:{outlined:()=>Promise.resolve().then(()=>require("./icons/note_add-CgDyCezx.cjs")),rounded:()=>Promise.resolve().then(()=>require("./icons/note_add-DreTnzy7.cjs")),sharp:()=>Promise.resolve().then(()=>require("./icons/note_add-B16Z0iko.cjs"))},notifications:{outlined:()=>Promise.resolve().then(()=>require("./icons/notifications-C6p9X5iK.cjs")),rounded:()=>Promise.resolve().then(()=>require("./icons/notifications-C4Njhrf3.cjs")),sharp:()=>Promise.resolve().then(()=>require("./icons/notifications-CqrgBGCg.cjs"))},notifications_off:{outlined:()=>Promise.resolve().then(()=>require("./icons/notifications_off-Bl-UXNgJ.cjs")),rounded:()=>Promise.resolve().then(()=>require("./icons/notifications_off-C0bFn1n-.cjs")),sharp:()=>Promise.resolve().then(()=>require("./icons/notifications_off-DnZ8QXub.cjs"))},opacity:{outlined:()=>Promise.resolve().then(()=>require("./icons/opacity-Dk-JXILr.cjs")),rounded:()=>Promise.resolve().then(()=>require("./icons/opacity-D6RIb2vv.cjs")),sharp:()=>Promise.resolve().then(()=>require("./icons/opacity-B_AyGGS_.cjs"))},open_in_browser:{outlined:()=>Promise.resolve().then(()=>require("./icons/open_in_browser-Dmn-cfK-.cjs")),rounded:()=>Promise.resolve().then(()=>require("./icons/open_in_browser-DCPx7gky.cjs")),sharp:()=>Promise.resolve().then(()=>require("./icons/open_in_browser-DqsvTNrn.cjs"))},open_in_new:{outlined:()=>Promise.resolve().then(()=>require("./icons/open_in_new-BgJKZU-J.cjs")),rounded:()=>Promise.resolve().then(()=>require("./icons/open_in_new-DZPCJOy7.cjs")),sharp:()=>Promise.resolve().then(()=>require("./icons/open_in_new-CcEf-zNH.cjs"))},open_with:{outlined:()=>Promise.resolve().then(()=>require("./icons/open_with-Bzj5vgs6.cjs")),rounded:()=>Promise.resolve().then(()=>require("./icons/open_with-CmFOFdkm.cjs")),sharp:()=>Promise.resolve().then(()=>require("./icons/open_with-B70xaICx.cjs"))},outbox:{outlined:()=>Promise.resolve().then(()=>require("./icons/outbox-C6aOzPpg.cjs")),rounded:()=>Promise.resolve().then(()=>require("./icons/outbox-Cx7uYTOf.cjs")),sharp:()=>Promise.resolve().then(()=>require("./icons/outbox-Csu_1kyH.cjs"))},outgoing_mail:{outlined:()=>Promise.resolve().then(()=>require("./icons/outgoing_mail-2-xW6AF5.cjs")),rounded:()=>Promise.resolve().then(()=>require("./icons/outgoing_mail-CtAbnTjW.cjs")),sharp:()=>Promise.resolve().then(()=>require("./icons/outgoing_mail-CX9s8C5z.cjs"))},pageview:{outlined:()=>Promise.resolve().then(()=>require("./icons/pageview-DqQxqFE_.cjs")),rounded:()=>Promise.resolve().then(()=>require("./icons/pageview-D1Aft6zN.cjs")),sharp:()=>Promise.resolve().then(()=>require("./icons/pageview-CoOkhigk.cjs"))},paid:{outlined:()=>Promise.resolve().then(()=>require("./icons/paid-C5cn2aLs.cjs")),rounded:()=>Promise.resolve().then(()=>require("./icons/paid-BzDeYvj7.cjs")),sharp:()=>Promise.resolve().then(()=>require("./icons/paid-BIkLZCcs.cjs"))},palette:{outlined:()=>Promise.resolve().then(()=>require("./icons/palette-BEmPRIMw.cjs")),rounded:()=>Promise.resolve().then(()=>require("./icons/palette-CEI5mXi2.cjs")),sharp:()=>Promise.resolve().then(()=>require("./icons/palette-BWAIjdCq.cjs"))},pan_tool:{outlined:()=>Promise.resolve().then(()=>require("./icons/pan_tool-DchJK0me.cjs")),rounded:()=>Promise.resolve().then(()=>require("./icons/pan_tool-DuCXAwU5.cjs")),sharp:()=>Promise.resolve().then(()=>require("./icons/pan_tool-LLeyUAKx.cjs"))},park:{outlined:()=>Promise.resolve().then(()=>require("./icons/park-BVe-doeU.cjs")),rounded:()=>Promise.resolve().then(()=>require("./icons/park-BUDETE5h.cjs")),sharp:()=>Promise.resolve().then(()=>require("./icons/park-B2KYNHGS.cjs"))},pause:{outlined:()=>Promise.resolve().then(()=>require("./icons/pause-DQrYrJPf.cjs")),rounded:()=>Promise.resolve().then(()=>require("./icons/pause-CbypNdPU.cjs")),sharp:()=>Promise.resolve().then(()=>require("./icons/pause-DrZm3789.cjs"))},pending:{outlined:()=>Promise.resolve().then(()=>require("./icons/pending-6ag0S0mB.cjs")),rounded:()=>Promise.resolve().then(()=>require("./icons/pending-BrSKvjSV.cjs")),sharp:()=>Promise.resolve().then(()=>require("./icons/pending-LfKlYmk3.cjs"))},percent:{outlined:()=>Promise.resolve().then(()=>require("./icons/percent-CQHhbCUm.cjs")),rounded:()=>Promise.resolve().then(()=>require("./icons/percent-DQRJ81Y0.cjs")),sharp:()=>Promise.resolve().then(()=>require("./icons/percent-DjuRihso.cjs"))},perm_camera_mic:{outlined:()=>Promise.resolve().then(()=>require("./icons/perm_camera_mic-Cbddp4vZ.cjs")),rounded:()=>Promise.resolve().then(()=>require("./icons/perm_camera_mic-CuBPtZxF.cjs")),sharp:()=>Promise.resolve().then(()=>require("./icons/perm_camera_mic-Dkpwkkuq.cjs"))},perm_contact_calendar:{outlined:()=>Promise.resolve().then(()=>require("./icons/perm_contact_calendar-DMec4ouz.cjs")),rounded:()=>Promise.resolve().then(()=>require("./icons/perm_contact_calendar-DhFwc7VW.cjs")),sharp:()=>Promise.resolve().then(()=>require("./icons/perm_contact_calendar-CspwVmEi.cjs"))},perm_media:{outlined:()=>Promise.resolve().then(()=>require("./icons/perm_media-C57M9qmo.cjs")),rounded:()=>Promise.resolve().then(()=>require("./icons/perm_media-CF1u7gFa.cjs")),sharp:()=>Promise.resolve().then(()=>require("./icons/perm_media-Bxr4BAS1.cjs"))},perm_phone_msg:{outlined:()=>Promise.resolve().then(()=>require("./icons/perm_phone_msg-D9X0Elcs.cjs")),rounded:()=>Promise.resolve().then(()=>require("./icons/perm_phone_msg-9zA1SKcG.cjs")),sharp:()=>Promise.resolve().then(()=>require("./icons/perm_phone_msg-BzVSR3nS.cjs"))},perm_scan_wifi:{outlined:()=>Promise.resolve().then(()=>require("./icons/perm_scan_wifi-DD7R0Ypv.cjs")),rounded:()=>Promise.resolve().then(()=>require("./icons/perm_scan_wifi-B9jQZzda.cjs")),sharp:()=>Promise.resolve().then(()=>require("./icons/perm_scan_wifi-DoiutF9N.cjs"))},person:{outlined:()=>Promise.resolve().then(()=>require("./icons/person-B3n5wNYw.cjs")),rounded:()=>Promise.resolve().then(()=>require("./icons/person-BjdTw5Wf.cjs")),sharp:()=>Promise.resolve().then(()=>require("./icons/person-CxBPAQjZ.cjs"))},person_add:{outlined:()=>Promise.resolve().then(()=>require("./icons/person_add-SOetVGrq.cjs")),rounded:()=>Promise.resolve().then(()=>require("./icons/person_add-CAlpNX8L.cjs")),sharp:()=>Promise.resolve().then(()=>require("./icons/person_add-C5HiyjEy.cjs"))},person_remove:{outlined:()=>Promise.resolve().then(()=>require("./icons/person_remove-K5AIu4l3.cjs")),rounded:()=>Promise.resolve().then(()=>require("./icons/person_remove-FQ1FDMyB.cjs")),sharp:()=>Promise.resolve().then(()=>require("./icons/person_remove-Ckm7S1Ul.cjs"))},pets:{outlined:()=>Promise.resolve().then(()=>require("./icons/pets-CX3R8F-o.cjs")),rounded:()=>Promise.resolve().then(()=>require("./icons/pets-Ce5ySqSZ.cjs")),sharp:()=>Promise.resolve().then(()=>require("./icons/pets-DFqhatXG.cjs"))},photo:{outlined:()=>Promise.resolve().then(()=>require("./icons/photo-oBUWZNmV.cjs")),rounded:()=>Promise.resolve().then(()=>require("./icons/photo-DCL0v_al.cjs")),sharp:()=>Promise.resolve().then(()=>require("./icons/photo-Cu44xCeI.cjs"))},photo_camera:{outlined:()=>Promise.resolve().then(()=>require("./icons/photo_camera-DhFf5sZ5.cjs")),rounded:()=>Promise.resolve().then(()=>require("./icons/photo_camera-Nyrh3DOY.cjs")),sharp:()=>Promise.resolve().then(()=>require("./icons/photo_camera-C9AkrxeA.cjs"))},pin:{outlined:()=>Promise.resolve().then(()=>require("./icons/pin-D4ao9i6g.cjs")),rounded:()=>Promise.resolve().then(()=>require("./icons/pin-DthuKQB3.cjs")),sharp:()=>Promise.resolve().then(()=>require("./icons/pin-CRwDdDV2.cjs"))},play_arrow:{outlined:()=>Promise.resolve().then(()=>require("./icons/play_arrow-H863JTh7.cjs")),rounded:()=>Promise.resolve().then(()=>require("./icons/play_arrow-CZk84Zqk.cjs")),sharp:()=>Promise.resolve().then(()=>require("./icons/play_arrow-B53QlyDM.cjs"))},play_circle:{outlined:()=>Promise.resolve().then(()=>require("./icons/play_circle-CTzQVR4K.cjs")),rounded:()=>Promise.resolve().then(()=>require("./icons/play_circle-yQAtsYsn.cjs")),sharp:()=>Promise.resolve().then(()=>require("./icons/play_circle-wkjsDqRz.cjs"))},playlist_add:{outlined:()=>Promise.resolve().then(()=>require("./icons/playlist_add-Snr_stSN.cjs")),rounded:()=>Promise.resolve().then(()=>require("./icons/playlist_add-GuvkSYpw.cjs")),sharp:()=>Promise.resolve().then(()=>require("./icons/playlist_add-D2Xb6_NK.cjs"))},polymer:{outlined:()=>Promise.resolve().then(()=>require("./icons/polymer-C2BZyzKC.cjs")),rounded:()=>Promise.resolve().then(()=>require("./icons/polymer-DqwlaYna.cjs")),sharp:()=>Promise.resolve().then(()=>require("./icons/polymer-DG6N5gon.cjs"))},power:{outlined:()=>Promise.resolve().then(()=>require("./icons/power-Bt8Geig2.cjs")),rounded:()=>Promise.resolve().then(()=>require("./icons/power-DZ3DE2BU.cjs")),sharp:()=>Promise.resolve().then(()=>require("./icons/power-pXyGp9-1.cjs"))},power_settings_new:{outlined:()=>Promise.resolve().then(()=>require("./icons/power_settings_new-DD5cuSDo.cjs")),rounded:()=>Promise.resolve().then(()=>require("./icons/power_settings_new-C5QoEPOu.cjs")),sharp:()=>Promise.resolve().then(()=>require("./icons/power_settings_new-CKm1IAbg.cjs"))},preview:{outlined:()=>Promise.resolve().then(()=>require("./icons/preview-DWVX-cQO.cjs")),rounded:()=>Promise.resolve().then(()=>require("./icons/preview-BfsIL0b0.cjs")),sharp:()=>Promise.resolve().then(()=>require("./icons/preview-DoBR4W2d.cjs"))},print:{outlined:()=>Promise.resolve().then(()=>require("./icons/print-BhcfRgxE.cjs")),rounded:()=>Promise.resolve().then(()=>require("./icons/print-CkOGeK2-.cjs")),sharp:()=>Promise.resolve().then(()=>require("./icons/print-DEoedWv2.cjs"))},print_disabled:{outlined:()=>Promise.resolve().then(()=>require("./icons/print_disabled-Cfm8Rmrg.cjs")),rounded:()=>Promise.resolve().then(()=>require("./icons/print_disabled-BX0aI1MB.cjs")),sharp:()=>Promise.resolve().then(()=>require("./icons/print_disabled-DXRq3rRK.cjs"))},privacy_tip:{outlined:()=>Promise.resolve().then(()=>require("./icons/privacy_tip-Ds1UUYsC.cjs")),rounded:()=>Promise.resolve().then(()=>require("./icons/privacy_tip-THEl8fOD.cjs")),sharp:()=>Promise.resolve().then(()=>require("./icons/privacy_tip-BMaqVFkP.cjs"))},public:{outlined:()=>Promise.resolve().then(()=>require("./icons/public-DsMIgunV.cjs")),rounded:()=>Promise.resolve().then(()=>require("./icons/public-BpCg8FcW.cjs")),sharp:()=>Promise.resolve().then(()=>require("./icons/public-CUqXfp2P.cjs"))},publish:{outlined:()=>Promise.resolve().then(()=>require("./icons/publish-aEOseQ0B.cjs")),rounded:()=>Promise.resolve().then(()=>require("./icons/publish-CsV_amwU.cjs")),sharp:()=>Promise.resolve().then(()=>require("./icons/publish-Dvx4su5p.cjs"))},radio:{outlined:()=>Promise.resolve().then(()=>require("./icons/radio-Bk8_Qjwv.cjs")),rounded:()=>Promise.resolve().then(()=>require("./icons/radio-B2Ef_9iW.cjs")),sharp:()=>Promise.resolve().then(()=>require("./icons/radio-CwtfSqPE.cjs"))},rate_review:{outlined:()=>Promise.resolve().then(()=>require("./icons/rate_review-B-T0Zspx.cjs")),rounded:()=>Promise.resolve().then(()=>require("./icons/rate_review-B2oMwaV-.cjs")),sharp:()=>Promise.resolve().then(()=>require("./icons/rate_review-DPXxfHCb.cjs"))},receipt:{outlined:()=>Promise.resolve().then(()=>require("./icons/receipt-C2nj4DVK.cjs")),rounded:()=>Promise.resolve().then(()=>require("./icons/receipt-twmBLiMB.cjs")),sharp:()=>Promise.resolve().then(()=>require("./icons/receipt-Bp12qtmR.cjs"))},receipt_long:{outlined:()=>Promise.resolve().then(()=>require("./icons/receipt_long-92b6OZd3.cjs")),rounded:()=>Promise.resolve().then(()=>require("./icons/receipt_long-CAmLm05y.cjs")),sharp:()=>Promise.resolve().then(()=>require("./icons/receipt_long-BwMqM1SJ.cjs"))},recent_actors:{outlined:()=>Promise.resolve().then(()=>require("./icons/recent_actors-DD_SIS2p.cjs")),rounded:()=>Promise.resolve().then(()=>require("./icons/recent_actors-tqgiO4nq.cjs")),sharp:()=>Promise.resolve().then(()=>require("./icons/recent_actors-BmkR1ajB.cjs"))},recommend:{outlined:()=>Promise.resolve().then(()=>require("./icons/recommend-DtKYWilu.cjs")),rounded:()=>Promise.resolve().then(()=>require("./icons/recommend-Aw4CXDaO.cjs")),sharp:()=>Promise.resolve().then(()=>require("./icons/recommend-CDHFINVu.cjs"))},record_voice_over:{outlined:()=>Promise.resolve().then(()=>require("./icons/record_voice_over-Dd1PPwQW.cjs")),rounded:()=>Promise.resolve().then(()=>require("./icons/record_voice_over-CCuO1fha.cjs")),sharp:()=>Promise.resolve().then(()=>require("./icons/record_voice_over-CfOde1To.cjs"))},redeem:{outlined:()=>Promise.resolve().then(()=>require("./icons/redeem-CeEXJTxS.cjs")),rounded:()=>Promise.resolve().then(()=>require("./icons/redeem-CtvDEAWe.cjs")),sharp:()=>Promise.resolve().then(()=>require("./icons/redeem-zus0PT_N.cjs"))},redo:{outlined:()=>Promise.resolve().then(()=>require("./icons/redo-DwiLjx8_.cjs")),rounded:()=>Promise.resolve().then(()=>require("./icons/redo-CB6KXpep.cjs")),sharp:()=>Promise.resolve().then(()=>require("./icons/redo-AXNo-2i6.cjs"))},refresh:{outlined:()=>Promise.resolve().then(()=>require("./icons/refresh-B34c1S8h.cjs")),rounded:()=>Promise.resolve().then(()=>require("./icons/refresh-C_BBk9XA.cjs")),sharp:()=>Promise.resolve().then(()=>require("./icons/refresh-DX9L5WGR.cjs"))},remove:{outlined:()=>Promise.resolve().then(()=>require("./icons/remove-BpH5DaU-.cjs")),rounded:()=>Promise.resolve().then(()=>require("./icons/remove-ChmlIHbM.cjs")),sharp:()=>Promise.resolve().then(()=>require("./icons/remove-D1owTeuN.cjs"))},reply:{outlined:()=>Promise.resolve().then(()=>require("./icons/reply-Cm9qKf6z.cjs")),rounded:()=>Promise.resolve().then(()=>require("./icons/reply-Df4SE_cq.cjs")),sharp:()=>Promise.resolve().then(()=>require("./icons/reply-CUp6bBiu.cjs"))},reply_all:{outlined:()=>Promise.resolve().then(()=>require("./icons/reply_all-CIm2mYxA.cjs")),rounded:()=>Promise.resolve().then(()=>require("./icons/reply_all-Cu6bFwEY.cjs")),sharp:()=>Promise.resolve().then(()=>require("./icons/reply_all-C1hqo2qO.cjs"))},report:{outlined:()=>Promise.resolve().then(()=>require("./icons/report-3zsKRuLn.cjs")),rounded:()=>Promise.resolve().then(()=>require("./icons/report-Dmag693H.cjs")),sharp:()=>Promise.resolve().then(()=>require("./icons/report-DCRNNTzs.cjs"))},restart_alt:{outlined:()=>Promise.resolve().then(()=>require("./icons/restart_alt-CffSc23A.cjs")),rounded:()=>Promise.resolve().then(()=>require("./icons/restart_alt-CnJZzuua.cjs")),sharp:()=>Promise.resolve().then(()=>require("./icons/restart_alt-Nz67oCa0.cjs"))},restaurant:{outlined:()=>Promise.resolve().then(()=>require("./icons/restaurant-BKqlwxRF.cjs")),rounded:()=>Promise.resolve().then(()=>require("./icons/restaurant-CQoatClQ.cjs")),sharp:()=>Promise.resolve().then(()=>require("./icons/restaurant-sK6evuVB.cjs"))},restore_from_trash:{outlined:()=>Promise.resolve().then(()=>require("./icons/restore_from_trash-DqcC-1Lu.cjs")),rounded:()=>Promise.resolve().then(()=>require("./icons/restore_from_trash-DOFWLtoA.cjs")),sharp:()=>Promise.resolve().then(()=>require("./icons/restore_from_trash-DpHGuo0S.cjs"))},rotate_left:{outlined:()=>Promise.resolve().then(()=>require("./icons/rotate_left-Ck4VMi6n.cjs")),rounded:()=>Promise.resolve().then(()=>require("./icons/rotate_left-RKvDCGa_.cjs")),sharp:()=>Promise.resolve().then(()=>require("./icons/rotate_left-C0-WUVsw.cjs"))},rotate_right:{outlined:()=>Promise.resolve().then(()=>require("./icons/rotate_right-i9bMrMe5.cjs")),rounded:()=>Promise.resolve().then(()=>require("./icons/rotate_right-D1pzuEHb.cjs")),sharp:()=>Promise.resolve().then(()=>require("./icons/rotate_right-8WHx_SuN.cjs"))},rule:{outlined:()=>Promise.resolve().then(()=>require("./icons/rule-GIRrcXbP.cjs")),rounded:()=>Promise.resolve().then(()=>require("./icons/rule-DTjiYiZq.cjs")),sharp:()=>Promise.resolve().then(()=>require("./icons/rule-PbcB9lZP.cjs"))},save:{outlined:()=>Promise.resolve().then(()=>require("./icons/save-fkqiyMK8.cjs")),rounded:()=>Promise.resolve().then(()=>require("./icons/save-5IddfMjQ.cjs")),sharp:()=>Promise.resolve().then(()=>require("./icons/save-CCF5PyEM.cjs"))},save_as:{outlined:()=>Promise.resolve().then(()=>require("./icons/save_as-BRWg38-i.cjs")),rounded:()=>Promise.resolve().then(()=>require("./icons/save_as-Bxt_2D67.cjs")),sharp:()=>Promise.resolve().then(()=>require("./icons/save_as-Cv4exkLT.cjs"))},schedule:{outlined:()=>Promise.resolve().then(()=>require("./icons/schedule-DSheAoDO.cjs")),rounded:()=>Promise.resolve().then(()=>require("./icons/schedule-DZ99H6m4.cjs")),sharp:()=>Promise.resolve().then(()=>require("./icons/schedule-DEux9M-N.cjs"))},schedule_send:{outlined:()=>Promise.resolve().then(()=>require("./icons/schedule_send-Do__Ry6u.cjs")),rounded:()=>Promise.resolve().then(()=>require("./icons/schedule_send-Cp3iC0Oh.cjs")),sharp:()=>Promise.resolve().then(()=>require("./icons/schedule_send-Ci1iGXRR.cjs"))},school:{outlined:()=>Promise.resolve().then(()=>require("./icons/school-DjIfocA8.cjs")),rounded:()=>Promise.resolve().then(()=>require("./icons/school-DIBNfqBw.cjs")),sharp:()=>Promise.resolve().then(()=>require("./icons/school-UiU6b6fz.cjs"))},science:{outlined:()=>Promise.resolve().then(()=>require("./icons/science-DU8HpI5E.cjs")),rounded:()=>Promise.resolve().then(()=>require("./icons/science-DduXLiLr.cjs")),sharp:()=>Promise.resolve().then(()=>require("./icons/science-CPQsO82_.cjs"))},search:{outlined:()=>Promise.resolve().then(()=>require("./icons/search-B1H9b_cm.cjs")),rounded:()=>Promise.resolve().then(()=>require("./icons/search-BryYopV4.cjs")),sharp:()=>Promise.resolve().then(()=>require("./icons/search-ChtQjHCV.cjs"))},search_off:{outlined:()=>Promise.resolve().then(()=>require("./icons/search_off-hK10qV9w.cjs")),rounded:()=>Promise.resolve().then(()=>require("./icons/search_off-Ez3W0MtB.cjs")),sharp:()=>Promise.resolve().then(()=>require("./icons/search_off-DKJlviq9.cjs"))},security:{outlined:()=>Promise.resolve().then(()=>require("./icons/security-CK8VfFnF.cjs")),rounded:()=>Promise.resolve().then(()=>require("./icons/security-BieeAIQK.cjs")),sharp:()=>Promise.resolve().then(()=>require("./icons/security-3FTT4sJq.cjs"))},select_all:{outlined:()=>Promise.resolve().then(()=>require("./icons/select_all-wO38Mugl.cjs")),rounded:()=>Promise.resolve().then(()=>require("./icons/select_all-DkGq4MLr.cjs")),sharp:()=>Promise.resolve().then(()=>require("./icons/select_all-CNzVtIaX.cjs"))},send:{outlined:()=>Promise.resolve().then(()=>require("./icons/send-CE0t-BeF.cjs")),rounded:()=>Promise.resolve().then(()=>require("./icons/send-CSyvk2Uu.cjs")),sharp:()=>Promise.resolve().then(()=>require("./icons/send-Da_IOaWi.cjs"))},send_and_archive:{outlined:()=>Promise.resolve().then(()=>require("./icons/send_and_archive-CIHEjPqZ.cjs")),rounded:()=>Promise.resolve().then(()=>require("./icons/send_and_archive-x4Bd1yNd.cjs")),sharp:()=>Promise.resolve().then(()=>require("./icons/send_and_archive-BeBX1v9Y.cjs"))},settings:{outlined:()=>Promise.resolve().then(()=>require("./icons/settings-Iczs8jeR.cjs")),rounded:()=>Promise.resolve().then(()=>require("./icons/settings-CMP5MFnV.cjs")),sharp:()=>Promise.resolve().then(()=>require("./icons/settings-CLZ2Gtbf.cjs"))},settings_applications:{outlined:()=>Promise.resolve().then(()=>require("./icons/settings_applications-9HE_9rY_.cjs")),rounded:()=>Promise.resolve().then(()=>require("./icons/settings_applications-BZAjwB0l.cjs")),sharp:()=>Promise.resolve().then(()=>require("./icons/settings_applications-BXuvrP6q.cjs"))},settings_backup_restore:{outlined:()=>Promise.resolve().then(()=>require("./icons/settings_backup_restore-D9TSfliZ.cjs")),rounded:()=>Promise.resolve().then(()=>require("./icons/settings_backup_restore-CuanjFW6.cjs")),sharp:()=>Promise.resolve().then(()=>require("./icons/settings_backup_restore-CyPIojJj.cjs"))},settings_bluetooth:{outlined:()=>Promise.resolve().then(()=>require("./icons/settings_bluetooth-DaGzD19J.cjs")),rounded:()=>Promise.resolve().then(()=>require("./icons/settings_bluetooth-xy6HQVpn.cjs")),sharp:()=>Promise.resolve().then(()=>require("./icons/settings_bluetooth-Cr6IHVRB.cjs"))},settings_brightness:{outlined:()=>Promise.resolve().then(()=>require("./icons/settings_brightness-bpZFSJhk.cjs")),rounded:()=>Promise.resolve().then(()=>require("./icons/settings_brightness-BkiTw384.cjs")),sharp:()=>Promise.resolve().then(()=>require("./icons/settings_brightness-DPr5MK-L.cjs"))},settings_ethernet:{outlined:()=>Promise.resolve().then(()=>require("./icons/settings_ethernet-CNSkOlVN.cjs")),rounded:()=>Promise.resolve().then(()=>require("./icons/settings_ethernet-BKUalwzq.cjs")),sharp:()=>Promise.resolve().then(()=>require("./icons/settings_ethernet-BiUPH4Zl.cjs"))},settings_input_component:{outlined:()=>Promise.resolve().then(()=>require("./icons/settings_input_component-By5nACBS.cjs")),rounded:()=>Promise.resolve().then(()=>require("./icons/settings_input_component-BdohaMlR.cjs")),sharp:()=>Promise.resolve().then(()=>require("./icons/settings_input_component-DlJfBGIJ.cjs"))},settings_input_hdmi:{outlined:()=>Promise.resolve().then(()=>require("./icons/settings_input_hdmi-C6AUSBbu.cjs")),rounded:()=>Promise.resolve().then(()=>require("./icons/settings_input_hdmi-CJf8K5vP.cjs")),sharp:()=>Promise.resolve().then(()=>require("./icons/settings_input_hdmi-B6RpJzAH.cjs"))},settings_input_svideo:{outlined:()=>Promise.resolve().then(()=>require("./icons/settings_input_svideo-DE-cJJ19.cjs")),rounded:()=>Promise.resolve().then(()=>require("./icons/settings_input_svideo-GoJKdcLM.cjs")),sharp:()=>Promise.resolve().then(()=>require("./icons/settings_input_svideo-GdfkseMO.cjs"))},settings_overscan:{outlined:()=>Promise.resolve().then(()=>require("./icons/settings_overscan-t2ziBpx0.cjs")),rounded:()=>Promise.resolve().then(()=>require("./icons/settings_overscan-DjxVyh_p.cjs")),sharp:()=>Promise.resolve().then(()=>require("./icons/settings_overscan-CzZdrVff.cjs"))},settings_phone:{outlined:()=>Promise.resolve().then(()=>require("./icons/settings_phone-DSs4IMu3.cjs")),rounded:()=>Promise.resolve().then(()=>require("./icons/settings_phone-CdllR2_U.cjs")),sharp:()=>Promise.resolve().then(()=>require("./icons/settings_phone-DMkUqrcI.cjs"))},settings_power:{outlined:()=>Promise.resolve().then(()=>require("./icons/settings_power-Sy2yCFJ9.cjs")),rounded:()=>Promise.resolve().then(()=>require("./icons/settings_power-C0haok1N.cjs")),sharp:()=>Promise.resolve().then(()=>require("./icons/settings_power-DCmvdxnX.cjs"))},settings_remote:{outlined:()=>Promise.resolve().then(()=>require("./icons/settings_remote-BgSfe6Rf.cjs")),rounded:()=>Promise.resolve().then(()=>require("./icons/settings_remote-BkeWwusa.cjs")),sharp:()=>Promise.resolve().then(()=>require("./icons/settings_remote-BjJR-PZA.cjs"))},settings_voice:{outlined:()=>Promise.resolve().then(()=>require("./icons/settings_voice-CJKvIhG_.cjs")),rounded:()=>Promise.resolve().then(()=>require("./icons/settings_voice-DKlyDHlF.cjs")),sharp:()=>Promise.resolve().then(()=>require("./icons/settings_voice-D5Vxz3H6.cjs"))},share:{outlined:()=>Promise.resolve().then(()=>require("./icons/share-4OI6GdPA.cjs")),rounded:()=>Promise.resolve().then(()=>require("./icons/share-BUQun2WH.cjs")),sharp:()=>Promise.resolve().then(()=>require("./icons/share-D3x5n12j.cjs"))},shield:{outlined:()=>Promise.resolve().then(()=>require("./icons/shield-BiW3E-iG.cjs")),rounded:()=>Promise.resolve().then(()=>require("./icons/shield-BeTHVkub.cjs")),sharp:()=>Promise.resolve().then(()=>require("./icons/shield-8LQV6fwO.cjs"))},shop:{outlined:()=>Promise.resolve().then(()=>require("./icons/shop-CQAvlAIJ.cjs")),rounded:()=>Promise.resolve().then(()=>require("./icons/shop-CKc3vFoP.cjs")),sharp:()=>Promise.resolve().then(()=>require("./icons/shop-CvzOHG8i.cjs"))},shop_two:{outlined:()=>Promise.resolve().then(()=>require("./icons/shop_two-DxlMpmpg.cjs")),rounded:()=>Promise.resolve().then(()=>require("./icons/shop_two-B1EZi_d3.cjs")),sharp:()=>Promise.resolve().then(()=>require("./icons/shop_two-DAWsfPhY.cjs"))},shopping_bag:{outlined:()=>Promise.resolve().then(()=>require("./icons/shopping_bag-BLYLRVEo.cjs")),rounded:()=>Promise.resolve().then(()=>require("./icons/shopping_bag-pW2CC5Wm.cjs")),sharp:()=>Promise.resolve().then(()=>require("./icons/shopping_bag-CsPqDtJv.cjs"))},shopping_cart:{outlined:()=>Promise.resolve().then(()=>require("./icons/shopping_cart-DnonQkQH.cjs")),rounded:()=>Promise.resolve().then(()=>require("./icons/shopping_cart-D-FNTU2X.cjs")),sharp:()=>Promise.resolve().then(()=>require("./icons/shopping_cart-Xj77jFuX.cjs"))},shopping_cart_checkout:{outlined:()=>Promise.resolve().then(()=>require("./icons/shopping_cart_checkout-X3I3ndRQ.cjs")),rounded:()=>Promise.resolve().then(()=>require("./icons/shopping_cart_checkout-Ba3gAZZx.cjs")),sharp:()=>Promise.resolve().then(()=>require("./icons/shopping_cart_checkout-Biv5QNse.cjs"))},shuffle:{outlined:()=>Promise.resolve().then(()=>require("./icons/shuffle-DgSPEo4a.cjs")),rounded:()=>Promise.resolve().then(()=>require("./icons/shuffle-CJ1EAml3.cjs")),sharp:()=>Promise.resolve().then(()=>require("./icons/shuffle-_2AFO10D.cjs"))},signal_cellular_4_bar:{outlined:()=>Promise.resolve().then(()=>require("./icons/signal_cellular_4_bar-B2EfVIOU.cjs")),rounded:()=>Promise.resolve().then(()=>require("./icons/signal_cellular_4_bar-BnGmWjbd.cjs")),sharp:()=>Promise.resolve().then(()=>require("./icons/signal_cellular_4_bar-tyWOuTIO.cjs"))},signal_wifi_4_bar:{outlined:()=>Promise.resolve().then(()=>require("./icons/signal_wifi_4_bar-BqhjBPKf.cjs")),rounded:()=>Promise.resolve().then(()=>require("./icons/signal_wifi_4_bar-ACBg79Cd.cjs")),sharp:()=>Promise.resolve().then(()=>require("./icons/signal_wifi_4_bar-BI0IoDFE.cjs"))},sim_card:{outlined:()=>Promise.resolve().then(()=>require("./icons/sim_card-COkNXOTt.cjs")),rounded:()=>Promise.resolve().then(()=>require("./icons/sim_card-CIcMNdr5.cjs")),sharp:()=>Promise.resolve().then(()=>require("./icons/sim_card-BPL0trEZ.cjs"))},skip_next:{outlined:()=>Promise.resolve().then(()=>require("./icons/skip_next-CTaln24G.cjs")),rounded:()=>Promise.resolve().then(()=>require("./icons/skip_next-BjR_Ru_X.cjs")),sharp:()=>Promise.resolve().then(()=>require("./icons/skip_next-BS3qv6JB.cjs"))},skip_previous:{outlined:()=>Promise.resolve().then(()=>require("./icons/skip_previous-C3jUnkqV.cjs")),rounded:()=>Promise.resolve().then(()=>require("./icons/skip_previous-DupTvcKV.cjs")),sharp:()=>Promise.resolve().then(()=>require("./icons/skip_previous-BKQnmbUY.cjs"))},smart_display:{outlined:()=>Promise.resolve().then(()=>require("./icons/smart_display-CGq_kFKP.cjs")),rounded:()=>Promise.resolve().then(()=>require("./icons/smart_display-CvQj8hVk.cjs")),sharp:()=>Promise.resolve().then(()=>require("./icons/smart_display-BOW5QUcA.cjs"))},sms:{outlined:()=>Promise.resolve().then(()=>require("./icons/sms-Ch9Dn8Lm.cjs")),rounded:()=>Promise.resolve().then(()=>require("./icons/sms-BujJufM4.cjs")),sharp:()=>Promise.resolve().then(()=>require("./icons/sms-C0XjdHC5.cjs"))},speaker:{outlined:()=>Promise.resolve().then(()=>require("./icons/speaker-CV63iKYE.cjs")),rounded:()=>Promise.resolve().then(()=>require("./icons/speaker-DsfaZMR_.cjs")),sharp:()=>Promise.resolve().then(()=>require("./icons/speaker-B2MvjZAN.cjs"))},speed:{outlined:()=>Promise.resolve().then(()=>require("./icons/speed-D7NBKqG3.cjs")),rounded:()=>Promise.resolve().then(()=>require("./icons/speed-CXhRyCN3.cjs")),sharp:()=>Promise.resolve().then(()=>require("./icons/speed-Dj7IJmxS.cjs"))},spellcheck:{outlined:()=>Promise.resolve().then(()=>require("./icons/spellcheck-bravLujp.cjs")),rounded:()=>Promise.resolve().then(()=>require("./icons/spellcheck-BF_frwVA.cjs")),sharp:()=>Promise.resolve().then(()=>require("./icons/spellcheck-bkyb6Y8s.cjs"))},splitscreen:{outlined:()=>Promise.resolve().then(()=>require("./icons/splitscreen-CWRxhPyh.cjs")),rounded:()=>Promise.resolve().then(()=>require("./icons/splitscreen-BugC3AHX.cjs")),sharp:()=>Promise.resolve().then(()=>require("./icons/splitscreen-CuTL4vMq.cjs"))},star:{outlined:()=>Promise.resolve().then(()=>require("./icons/star-71poZceL.cjs")),rounded:()=>Promise.resolve().then(()=>require("./icons/star-CdAMIKli.cjs")),sharp:()=>Promise.resolve().then(()=>require("./icons/star-cWZAor5m.cjs"))},star_half:{outlined:()=>Promise.resolve().then(()=>require("./icons/star_half-BwQ25Xpr.cjs")),rounded:()=>Promise.resolve().then(()=>require("./icons/star_half-D21K-e2D.cjs")),sharp:()=>Promise.resolve().then(()=>require("./icons/star_half-BWK8UDKr.cjs"))},stars:{outlined:()=>Promise.resolve().then(()=>require("./icons/stars--dAqSWaT.cjs")),rounded:()=>Promise.resolve().then(()=>require("./icons/stars-NYu-DZz9.cjs")),sharp:()=>Promise.resolve().then(()=>require("./icons/stars-Cyp7CBgv.cjs"))},stop:{outlined:()=>Promise.resolve().then(()=>require("./icons/stop-uwTugAuv.cjs")),rounded:()=>Promise.resolve().then(()=>require("./icons/stop-CBeB_vzv.cjs")),sharp:()=>Promise.resolve().then(()=>require("./icons/stop-BWqpBB4v.cjs"))},storage:{outlined:()=>Promise.resolve().then(()=>require("./icons/storage-CJ6k6H61.cjs")),rounded:()=>Promise.resolve().then(()=>require("./icons/storage-YUkbXrS_.cjs")),sharp:()=>Promise.resolve().then(()=>require("./icons/storage-zovKy4GK.cjs"))},store:{outlined:()=>Promise.resolve().then(()=>require("./icons/store-AytgGtla.cjs")),rounded:()=>Promise.resolve().then(()=>require("./icons/store-CLKS8y8z.cjs")),sharp:()=>Promise.resolve().then(()=>require("./icons/store-b7oiYjaT.cjs"))},storefront:{outlined:()=>Promise.resolve().then(()=>require("./icons/storefront-maPZQS5d.cjs")),rounded:()=>Promise.resolve().then(()=>require("./icons/storefront-p8WcwK8a.cjs")),sharp:()=>Promise.resolve().then(()=>require("./icons/storefront-C1xlNf7m.cjs"))},subtitles:{outlined:()=>Promise.resolve().then(()=>require("./icons/subtitles-CJ0WZ11D.cjs")),rounded:()=>Promise.resolve().then(()=>require("./icons/subtitles-CweVpu7E.cjs")),sharp:()=>Promise.resolve().then(()=>require("./icons/subtitles-DiEORnGT.cjs"))},support:{outlined:()=>Promise.resolve().then(()=>require("./icons/support-DZV0BDoT.cjs")),rounded:()=>Promise.resolve().then(()=>require("./icons/support-DOeVw2Ol.cjs")),sharp:()=>Promise.resolve().then(()=>require("./icons/support-C8IHRu3M.cjs"))},swap_horiz:{outlined:()=>Promise.resolve().then(()=>require("./icons/swap_horiz-CIHagp-O.cjs")),rounded:()=>Promise.resolve().then(()=>require("./icons/swap_horiz-gBiaDATS.cjs")),sharp:()=>Promise.resolve().then(()=>require("./icons/swap_horiz-DXxPNDOa.cjs"))},swap_vert:{outlined:()=>Promise.resolve().then(()=>require("./icons/swap_vert-CgI4ty66.cjs")),rounded:()=>Promise.resolve().then(()=>require("./icons/swap_vert-CYo6e2hN.cjs")),sharp:()=>Promise.resolve().then(()=>require("./icons/swap_vert-BIRQdp6w.cjs"))},swipe:{outlined:()=>Promise.resolve().then(()=>require("./icons/swipe-DNULZvdC.cjs")),rounded:()=>Promise.resolve().then(()=>require("./icons/swipe-CBmB5bVK.cjs")),sharp:()=>Promise.resolve().then(()=>require("./icons/swipe-BEkT-xey.cjs"))},switch_access_shortcut:{outlined:()=>Promise.resolve().then(()=>require("./icons/switch_access_shortcut-q_7AaUE5.cjs")),rounded:()=>Promise.resolve().then(()=>require("./icons/switch_access_shortcut-4NHu-GzX.cjs")),sharp:()=>Promise.resolve().then(()=>require("./icons/switch_access_shortcut-DlIlneXr.cjs"))},sync:{outlined:()=>Promise.resolve().then(()=>require("./icons/sync-c0eh9srx.cjs")),rounded:()=>Promise.resolve().then(()=>require("./icons/sync-B8eDMIHY.cjs")),sharp:()=>Promise.resolve().then(()=>require("./icons/sync-Bb15b-LY.cjs"))},tab:{outlined:()=>Promise.resolve().then(()=>require("./icons/tab-Br904I-x.cjs")),rounded:()=>Promise.resolve().then(()=>require("./icons/tab-DoWIBjMF.cjs")),sharp:()=>Promise.resolve().then(()=>require("./icons/tab-DcX5jSYD.cjs"))},tab_unselected:{outlined:()=>Promise.resolve().then(()=>require("./icons/tab_unselected-h_5qNQAy.cjs")),rounded:()=>Promise.resolve().then(()=>require("./icons/tab_unselected-Jryi6UG7.cjs")),sharp:()=>Promise.resolve().then(()=>require("./icons/tab_unselected-BnB9OpTQ.cjs"))},table_rows:{outlined:()=>Promise.resolve().then(()=>require("./icons/table_rows-DhopWxQ4.cjs")),rounded:()=>Promise.resolve().then(()=>require("./icons/table_rows-CD8mGsGH.cjs")),sharp:()=>Promise.resolve().then(()=>require("./icons/table_rows-DBST5uR7.cjs"))},tablet:{outlined:()=>Promise.resolve().then(()=>require("./icons/tablet-BPyP2a60.cjs")),rounded:()=>Promise.resolve().then(()=>require("./icons/tablet-BObXzgDp.cjs")),sharp:()=>Promise.resolve().then(()=>require("./icons/tablet-DEJSebWQ.cjs"))},tag:{outlined:()=>Promise.resolve().then(()=>require("./icons/tag-BKHmPW7O.cjs")),rounded:()=>Promise.resolve().then(()=>require("./icons/tag-bOLfzkCK.cjs")),sharp:()=>Promise.resolve().then(()=>require("./icons/tag-DeeBL365.cjs"))},task:{outlined:()=>Promise.resolve().then(()=>require("./icons/task-B9X6QTUq.cjs")),rounded:()=>Promise.resolve().then(()=>require("./icons/task-DrKSPxAM.cjs")),sharp:()=>Promise.resolve().then(()=>require("./icons/task-CaXkBV5s.cjs"))},task_alt:{outlined:()=>Promise.resolve().then(()=>require("./icons/task_alt-DmM9U1Ld.cjs")),rounded:()=>Promise.resolve().then(()=>require("./icons/task_alt-DuVPr61c.cjs")),sharp:()=>Promise.resolve().then(()=>require("./icons/task_alt-BWpiiOPB.cjs"))},terminal:{outlined:()=>Promise.resolve().then(()=>require("./icons/terminal-Cq96EmHZ.cjs")),rounded:()=>Promise.resolve().then(()=>require("./icons/terminal-9rECHy3F.cjs")),sharp:()=>Promise.resolve().then(()=>require("./icons/terminal-UFxOCVAJ.cjs"))},text_fields:{outlined:()=>Promise.resolve().then(()=>require("./icons/text_fields-srTO6UAQ.cjs")),rounded:()=>Promise.resolve().then(()=>require("./icons/text_fields-MBNGOwpE.cjs")),sharp:()=>Promise.resolve().then(()=>require("./icons/text_fields-31b2r-eh.cjs"))},thumb_down:{outlined:()=>Promise.resolve().then(()=>require("./icons/thumb_down-C-ZYO8aS.cjs")),rounded:()=>Promise.resolve().then(()=>require("./icons/thumb_down-CXKcFuVv.cjs")),sharp:()=>Promise.resolve().then(()=>require("./icons/thumb_down-B1EnDy9g.cjs"))},thumb_up:{outlined:()=>Promise.resolve().then(()=>require("./icons/thumb_up-CMK43jwc.cjs")),rounded:()=>Promise.resolve().then(()=>require("./icons/thumb_up-BjnPL-vY.cjs")),sharp:()=>Promise.resolve().then(()=>require("./icons/thumb_up-BJldcoTn.cjs"))},timeline:{outlined:()=>Promise.resolve().then(()=>require("./icons/timeline-BorNHWXs.cjs")),rounded:()=>Promise.resolve().then(()=>require("./icons/timeline-DHqVljjl.cjs")),sharp:()=>Promise.resolve().then(()=>require("./icons/timeline-DLlL3HNg.cjs"))},timer:{outlined:()=>Promise.resolve().then(()=>require("./icons/timer-C05SAUqw.cjs")),rounded:()=>Promise.resolve().then(()=>require("./icons/timer-CYZn5P7p.cjs")),sharp:()=>Promise.resolve().then(()=>require("./icons/timer-B82U_DX8.cjs"))},toc:{outlined:()=>Promise.resolve().then(()=>require("./icons/toc-DhGghZ9I.cjs")),rounded:()=>Promise.resolve().then(()=>require("./icons/toc-C84pl4PR.cjs")),sharp:()=>Promise.resolve().then(()=>require("./icons/toc-BtcPEvk6.cjs"))},today:{outlined:()=>Promise.resolve().then(()=>require("./icons/today-DzGPx-JC.cjs")),rounded:()=>Promise.resolve().then(()=>require("./icons/today-BkPPR4dh.cjs")),sharp:()=>Promise.resolve().then(()=>require("./icons/today-BdVLVtYY.cjs"))},toggle_off:{outlined:()=>Promise.resolve().then(()=>require("./icons/toggle_off-BDbSL0R3.cjs")),rounded:()=>Promise.resolve().then(()=>require("./icons/toggle_off-BDH4j7_B.cjs")),sharp:()=>Promise.resolve().then(()=>require("./icons/toggle_off-BKJ1oYkM.cjs"))},toggle_on:{outlined:()=>Promise.resolve().then(()=>require("./icons/toggle_on-Dl1NcDmP.cjs")),rounded:()=>Promise.resolve().then(()=>require("./icons/toggle_on-DURt0a-K.cjs")),sharp:()=>Promise.resolve().then(()=>require("./icons/toggle_on-BcgFWI69.cjs"))},touch_app:{outlined:()=>Promise.resolve().then(()=>require("./icons/touch_app-BjCIP79F.cjs")),rounded:()=>Promise.resolve().then(()=>require("./icons/touch_app-DYx-e9w1.cjs")),sharp:()=>Promise.resolve().then(()=>require("./icons/touch_app-DMIySKht.cjs"))},tour:{outlined:()=>Promise.resolve().then(()=>require("./icons/tour-Cvtl9j2v.cjs")),rounded:()=>Promise.resolve().then(()=>require("./icons/tour-D_mBWC4A.cjs")),sharp:()=>Promise.resolve().then(()=>require("./icons/tour-DrIKd0iZ.cjs"))},track_changes:{outlined:()=>Promise.resolve().then(()=>require("./icons/track_changes-CrWcjG7M.cjs")),rounded:()=>Promise.resolve().then(()=>require("./icons/track_changes-CmftMM7i.cjs")),sharp:()=>Promise.resolve().then(()=>require("./icons/track_changes-2gWHhzk3.cjs"))},train:{outlined:()=>Promise.resolve().then(()=>require("./icons/train-bPZxRsaq.cjs")),rounded:()=>Promise.resolve().then(()=>require("./icons/train-xbz9XQhb.cjs")),sharp:()=>Promise.resolve().then(()=>require("./icons/train-pWcRhKXA.cjs"))},translate:{outlined:()=>Promise.resolve().then(()=>require("./icons/translate-CYXRRxeY.cjs")),rounded:()=>Promise.resolve().then(()=>require("./icons/translate-WCc3CLqx.cjs")),sharp:()=>Promise.resolve().then(()=>require("./icons/translate-CPdtUGGD.cjs"))},trending_down:{outlined:()=>Promise.resolve().then(()=>require("./icons/trending_down-ImDCa4Jh.cjs")),rounded:()=>Promise.resolve().then(()=>require("./icons/trending_down-DIbaV34v.cjs")),sharp:()=>Promise.resolve().then(()=>require("./icons/trending_down-dZnaOW1J.cjs"))},trending_flat:{outlined:()=>Promise.resolve().then(()=>require("./icons/trending_flat-C1svR9KS.cjs")),rounded:()=>Promise.resolve().then(()=>require("./icons/trending_flat-Br_PXO04.cjs")),sharp:()=>Promise.resolve().then(()=>require("./icons/trending_flat-C4esyAhD.cjs"))},trending_up:{outlined:()=>Promise.resolve().then(()=>require("./icons/trending_up-Bgw7w8PT.cjs")),rounded:()=>Promise.resolve().then(()=>require("./icons/trending_up-fksGS-GY.cjs")),sharp:()=>Promise.resolve().then(()=>require("./icons/trending_up-DPd7c_Dq.cjs"))},troubleshoot:{outlined:()=>Promise.resolve().then(()=>require("./icons/troubleshoot-K7Bl_YaC.cjs")),rounded:()=>Promise.resolve().then(()=>require("./icons/troubleshoot-DI-EgiZK.cjs")),sharp:()=>Promise.resolve().then(()=>require("./icons/troubleshoot-CZMhLPJh.cjs"))},unarchive:{outlined:()=>Promise.resolve().then(()=>require("./icons/unarchive-CO882sl0.cjs")),rounded:()=>Promise.resolve().then(()=>require("./icons/unarchive-DyUoj8om.cjs")),sharp:()=>Promise.resolve().then(()=>require("./icons/unarchive-D4LtLEle.cjs"))},undo:{outlined:()=>Promise.resolve().then(()=>require("./icons/undo-iQLEL8Zi.cjs")),rounded:()=>Promise.resolve().then(()=>require("./icons/undo-CIwSY9GL.cjs")),sharp:()=>Promise.resolve().then(()=>require("./icons/undo-C9xs6NjO.cjs"))},unfold_less:{outlined:()=>Promise.resolve().then(()=>require("./icons/unfold_less-LC-ftUfz.cjs")),rounded:()=>Promise.resolve().then(()=>require("./icons/unfold_less-DxekXqvM.cjs")),sharp:()=>Promise.resolve().then(()=>require("./icons/unfold_less-BKOJLQlU.cjs"))},unfold_more:{outlined:()=>Promise.resolve().then(()=>require("./icons/unfold_more-BVL_GIHl.cjs")),rounded:()=>Promise.resolve().then(()=>require("./icons/unfold_more-DIl3gTo7.cjs")),sharp:()=>Promise.resolve().then(()=>require("./icons/unfold_more-Dlh3P3cv.cjs"))},update:{outlined:()=>Promise.resolve().then(()=>require("./icons/update-0Vhu6gl3.cjs")),rounded:()=>Promise.resolve().then(()=>require("./icons/update-a1H2RXCn.cjs")),sharp:()=>Promise.resolve().then(()=>require("./icons/update-BDOxUBTg.cjs"))},upgrade:{outlined:()=>Promise.resolve().then(()=>require("./icons/upgrade-CqKqDz1C.cjs")),rounded:()=>Promise.resolve().then(()=>require("./icons/upgrade-x2gsVQIM.cjs")),sharp:()=>Promise.resolve().then(()=>require("./icons/upgrade-CdJyAFoI.cjs"))},upload:{outlined:()=>Promise.resolve().then(()=>require("./icons/upload-CMBoE1MT.cjs")),rounded:()=>Promise.resolve().then(()=>require("./icons/upload-CfYL9Zr2.cjs")),sharp:()=>Promise.resolve().then(()=>require("./icons/upload-BDW8-FNY.cjs"))},vaccines:{outlined:()=>Promise.resolve().then(()=>require("./icons/vaccines-C4f-r8y5.cjs")),rounded:()=>Promise.resolve().then(()=>require("./icons/vaccines-Dak3ypH-.cjs")),sharp:()=>Promise.resolve().then(()=>require("./icons/vaccines-BgYSLR9w.cjs"))},verified:{outlined:()=>Promise.resolve().then(()=>require("./icons/verified-BPpdTMbw.cjs")),rounded:()=>Promise.resolve().then(()=>require("./icons/verified-BR7xxAQA.cjs")),sharp:()=>Promise.resolve().then(()=>require("./icons/verified-C1_3O9Pq.cjs"))},verified_user:{outlined:()=>Promise.resolve().then(()=>require("./icons/verified_user-B4cpofdT.cjs")),rounded:()=>Promise.resolve().then(()=>require("./icons/verified_user-CHiaKWJQ.cjs")),sharp:()=>Promise.resolve().then(()=>require("./icons/verified_user-LzxM0Ixt.cjs"))},view_agenda:{outlined:()=>Promise.resolve().then(()=>require("./icons/view_agenda-wmPKBjy1.cjs")),rounded:()=>Promise.resolve().then(()=>require("./icons/view_agenda-ChVSNVuJ.cjs")),sharp:()=>Promise.resolve().then(()=>require("./icons/view_agenda-BcCbU_Cx.cjs"))},view_array:{outlined:()=>Promise.resolve().then(()=>require("./icons/view_array-4eH_Y-9C.cjs")),rounded:()=>Promise.resolve().then(()=>require("./icons/view_array-u_DfgvOJ.cjs")),sharp:()=>Promise.resolve().then(()=>require("./icons/view_array-CtftT6bB.cjs"))},view_carousel:{outlined:()=>Promise.resolve().then(()=>require("./icons/view_carousel-cKrqJhoI.cjs")),rounded:()=>Promise.resolve().then(()=>require("./icons/view_carousel--ToJf94l.cjs")),sharp:()=>Promise.resolve().then(()=>require("./icons/view_carousel-CjxIXwuR.cjs"))},view_column:{outlined:()=>Promise.resolve().then(()=>require("./icons/view_column-CI58na9m.cjs")),rounded:()=>Promise.resolve().then(()=>require("./icons/view_column-CGO0_VaN.cjs")),sharp:()=>Promise.resolve().then(()=>require("./icons/view_column-CZfddZfP.cjs"))},view_day:{outlined:()=>Promise.resolve().then(()=>require("./icons/view_day-BKQpPz70.cjs")),rounded:()=>Promise.resolve().then(()=>require("./icons/view_day-BL7dG_71.cjs")),sharp:()=>Promise.resolve().then(()=>require("./icons/view_day-D03WAaG1.cjs"))},view_headline:{outlined:()=>Promise.resolve().then(()=>require("./icons/view_headline-bvoWlfSZ.cjs")),rounded:()=>Promise.resolve().then(()=>require("./icons/view_headline-CEiHaTUb.cjs")),sharp:()=>Promise.resolve().then(()=>require("./icons/view_headline-zUGYSGF4.cjs"))},view_list:{outlined:()=>Promise.resolve().then(()=>require("./icons/view_list-Cn16jlm_.cjs")),rounded:()=>Promise.resolve().then(()=>require("./icons/view_list-COkcexHQ.cjs")),sharp:()=>Promise.resolve().then(()=>require("./icons/view_list-q6O6UQ8s.cjs"))},view_module:{outlined:()=>Promise.resolve().then(()=>require("./icons/view_module-fdzeD45B.cjs")),rounded:()=>Promise.resolve().then(()=>require("./icons/view_module-BIq8D_VI.cjs")),sharp:()=>Promise.resolve().then(()=>require("./icons/view_module-Dugq4U2N.cjs"))},view_stream:{outlined:()=>Promise.resolve().then(()=>require("./icons/view_stream-DY09WFyh.cjs")),rounded:()=>Promise.resolve().then(()=>require("./icons/view_stream-Bok3MI-A.cjs")),sharp:()=>Promise.resolve().then(()=>require("./icons/view_stream-BprhnLvm.cjs"))},view_week:{outlined:()=>Promise.resolve().then(()=>require("./icons/view_week-BwVY-Gzo.cjs")),rounded:()=>Promise.resolve().then(()=>require("./icons/view_week-BIG9oES2.cjs")),sharp:()=>Promise.resolve().then(()=>require("./icons/view_week-CVSaj-eg.cjs"))},visibility:{outlined:()=>Promise.resolve().then(()=>require("./icons/visibility-CcM0M7Ae.cjs")),rounded:()=>Promise.resolve().then(()=>require("./icons/visibility-B_skKXCn.cjs")),sharp:()=>Promise.resolve().then(()=>require("./icons/visibility-Du_QtShp.cjs"))},visibility_off:{outlined:()=>Promise.resolve().then(()=>require("./icons/visibility_off-77O8Ixn_.cjs")),rounded:()=>Promise.resolve().then(()=>require("./icons/visibility_off-CQkbf0sH.cjs")),sharp:()=>Promise.resolve().then(()=>require("./icons/visibility_off-DDSAECSN.cjs"))},voice_chat:{outlined:()=>Promise.resolve().then(()=>require("./icons/voice_chat-B2m86WSN.cjs")),rounded:()=>Promise.resolve().then(()=>require("./icons/voice_chat-DA-inGEr.cjs")),sharp:()=>Promise.resolve().then(()=>require("./icons/voice_chat-N9lzzPD3.cjs"))},volume_down:{outlined:()=>Promise.resolve().then(()=>require("./icons/volume_down-X8Fdb5GL.cjs")),rounded:()=>Promise.resolve().then(()=>require("./icons/volume_down-ormtJ6rA.cjs")),sharp:()=>Promise.resolve().then(()=>require("./icons/volume_down-xq98sRni.cjs"))},volume_mute:{outlined:()=>Promise.resolve().then(()=>require("./icons/volume_mute-Dg1Sad52.cjs")),rounded:()=>Promise.resolve().then(()=>require("./icons/volume_mute-2JEExPCA.cjs")),sharp:()=>Promise.resolve().then(()=>require("./icons/volume_mute-BmLOt1AC.cjs"))},volume_off:{outlined:()=>Promise.resolve().then(()=>require("./icons/volume_off-yubxzc3X.cjs")),rounded:()=>Promise.resolve().then(()=>require("./icons/volume_off-BgpeewH8.cjs")),sharp:()=>Promise.resolve().then(()=>require("./icons/volume_off-BrkBzaCw.cjs"))},volume_up:{outlined:()=>Promise.resolve().then(()=>require("./icons/volume_up-bP-cavNY.cjs")),rounded:()=>Promise.resolve().then(()=>require("./icons/volume_up-DYrt4pXz.cjs")),sharp:()=>Promise.resolve().then(()=>require("./icons/volume_up-CP5jPUnv.cjs"))},vpn_key:{outlined:()=>Promise.resolve().then(()=>require("./icons/vpn_key-DLw31EM4.cjs")),rounded:()=>Promise.resolve().then(()=>require("./icons/vpn_key-DYrLYI7L.cjs")),sharp:()=>Promise.resolve().then(()=>require("./icons/vpn_key-DepwbifQ.cjs"))},vpn_lock:{outlined:()=>Promise.resolve().then(()=>require("./icons/vpn_lock-CArd8FFH.cjs")),rounded:()=>Promise.resolve().then(()=>require("./icons/vpn_lock-4HGysBa8.cjs")),sharp:()=>Promise.resolve().then(()=>require("./icons/vpn_lock-DoxQ56X_.cjs"))},wallet:{outlined:()=>Promise.resolve().then(()=>require("./icons/wallet-D6d5LH8m.cjs")),rounded:()=>Promise.resolve().then(()=>require("./icons/wallet-CGvvbyGf.cjs")),sharp:()=>Promise.resolve().then(()=>require("./icons/wallet-D6lc8i2O.cjs"))},warning:{outlined:()=>Promise.resolve().then(()=>require("./icons/warning-3MXqZXik.cjs")),rounded:()=>Promise.resolve().then(()=>require("./icons/warning-iht20xAd.cjs")),sharp:()=>Promise.resolve().then(()=>require("./icons/warning-BDqDQ0zE.cjs"))},watch:{outlined:()=>Promise.resolve().then(()=>require("./icons/watch-Dxwts4x_.cjs")),rounded:()=>Promise.resolve().then(()=>require("./icons/watch-C5XLco8t.cjs")),sharp:()=>Promise.resolve().then(()=>require("./icons/watch-kEhspwOG.cjs"))},widgets:{outlined:()=>Promise.resolve().then(()=>require("./icons/widgets-DwrJqxGF.cjs")),rounded:()=>Promise.resolve().then(()=>require("./icons/widgets-BXJ2Q2Ej.cjs")),sharp:()=>Promise.resolve().then(()=>require("./icons/widgets-obimkiev.cjs"))},wifi:{outlined:()=>Promise.resolve().then(()=>require("./icons/wifi-DrroKwB8.cjs")),rounded:()=>Promise.resolve().then(()=>require("./icons/wifi-2DytN2nN.cjs")),sharp:()=>Promise.resolve().then(()=>require("./icons/wifi-BkLgmjTL.cjs"))},wifi_off:{outlined:()=>Promise.resolve().then(()=>require("./icons/wifi_off-BaJM5EaE.cjs")),rounded:()=>Promise.resolve().then(()=>require("./icons/wifi_off-Sfa-62fD.cjs")),sharp:()=>Promise.resolve().then(()=>require("./icons/wifi_off-Dc0PhObG.cjs"))},work:{outlined:()=>Promise.resolve().then(()=>require("./icons/work-QooH-JpG.cjs")),rounded:()=>Promise.resolve().then(()=>require("./icons/work-Do6SwFLt.cjs")),sharp:()=>Promise.resolve().then(()=>require("./icons/work-D3tksTSD.cjs"))},zoom_in:{outlined:()=>Promise.resolve().then(()=>require("./icons/zoom_in-3A4joxuV.cjs")),rounded:()=>Promise.resolve().then(()=>require("./icons/zoom_in-DL9SEBJs.cjs")),sharp:()=>Promise.resolve().then(()=>require("./icons/zoom_in-i6DpZCMO.cjs"))},zoom_out:{outlined:()=>Promise.resolve().then(()=>require("./icons/zoom_out-DGmKh370.cjs")),rounded:()=>Promise.resolve().then(()=>require("./icons/zoom_out-DyYWanOO.cjs")),sharp:()=>Promise.resolve().then(()=>require("./icons/zoom_out-CKPGeJDN.cjs"))}};console.log(Object.keys(Kt));const je={};function ds(e){return{...e}}function Da(e){Object.assign(je,ds(e))}function Fa(e){const r=ds(e);Object.keys(je).forEach(t=>{delete je[t]}),Object.assign(je,r)}function Ga(){Object.keys(je).forEach(e=>{delete je[e]})}function $a(){const e=Object.keys(je),r=Object.keys(Kt);return Array.from(new Set([...e,...r]))}function zo(e){const{title:r,...t}=e;return d.jsx("svg",{viewBox:"0 0 24 24","aria-hidden":r?void 0:!0,role:r?"img":void 0,...t,children:r?d.jsx("title",{children:r}):null})}function Va(e,r){const t=je[e]??Kt[e]??null;return t?r==="rounded"?t.rounded??t.outlined:r==="sharp"?t.sharp??t.outlined:t.outlined:null}function Ka(e,r){return m.lazy(async()=>{const t=Va(e,r);if(!t)return{default:zo};try{return{default:(await t()).default}}catch{return{default:zo}}})}function ae(e){const{name:r,svg:t,src:o,variant:n="outlined",useColorAsFill:s=!1,size:i=24,color:l="currentColor",className:a,title:u}=e,c=m.useMemo(()=>Ka(r??"",n),[r,n]),h=s?l:"currentColor";return t?d.jsx(t,{width:i,height:i,fill:h,color:l,className:a,title:u,focusable:"false","aria-hidden":u?void 0:!0}):o?d.jsx("img",{src:o,alt:u??"","aria-hidden":u?void 0:!0,className:a,style:{display:"inline-block",width:i,height:i}}):d.jsx(m.Suspense,{fallback:d.jsx("span",{"aria-hidden":"true",className:a,style:{display:"inline-block",width:i,height:i}}),children:d.jsx(c,{width:i,height:i,fill:h,color:l,className:a,title:u,focusable:"false","aria-hidden":u?void 0:!0})})}ae.displayName="Icon";let hs=null;function Oo(e){hs=e}function Ua(){return hs}const Ha=200,Wa={info:{icon:"info",iconColor:"#6b7280",role:"status",live:"polite"},success:{icon:"check_circle",iconColor:"#16a34a",role:"status",live:"polite"},warn:{icon:"warning",iconColor:"#d97706",role:"alert",live:"assertive"},error:{icon:"error",iconColor:"#dc2626",role:"alert",live:"assertive"}},ms=m.createContext(null);let Do=0;function Ya(){return Do+=1,`ldkj-toast-${Date.now()}-${Do}`}function Ja(e,r){return e.filter(t=>t.id!==r)}function Qa(e){const r=new Map;for(const t of e){const o=r.get(t.placement);o?o.push(t):r.set(t.placement,[t])}return r}function fs(e){const{children:r,placement:t="top",duration:o=3e3,queueLimit:n=5,reverse:s=!1}=e,[i,l]=m.useState([]),a=m.useRef(new Map),u=m.useRef(new Map),c=m.useCallback(b=>{const w=a.current.get(b);w!==void 0&&(window.clearTimeout(w),a.current.delete(b));const S=u.current.get(b);S!==void 0&&(window.clearTimeout(S),u.current.delete(b))},[]),h=m.useCallback(b=>{c(b),l(w=>Ja(w,b))},[c]),f=m.useCallback(b=>{c(b),l(S=>S.map(N=>N.id===b&&!N.leaving?{...N,leaving:!0}:N));const w=window.setTimeout(()=>{h(b)},Ha);u.current.set(b,w)},[c,h]),p=m.useCallback(()=>{l(b=>(b.forEach(w=>c(w.id)),[]))},[c]),y=m.useCallback(b=>{const w=b.duration??o,S=b.id??Ya(),N={id:S,message:b.message,type:b.type??"info",placement:b.placement??t,closable:b.closable??!0,icon:b.icon,iconColor:b.iconColor,leaving:!1};l(C=>{const q=[...C,N];if(q.length<=n)return q;const _=q.length-n;return q.slice(0,_).forEach(k=>c(k.id)),q.slice(_)});const x=window.setTimeout(()=>{f(S)},Math.max(w,0));return a.current.set(S,x),S},[c,f,o,t,n]);m.useEffect(()=>()=>{a.current.forEach(b=>window.clearTimeout(b)),u.current.forEach(b=>window.clearTimeout(b)),a.current.clear(),u.current.clear()},[]);const v=m.useMemo(()=>({push:y,dismiss:f,clear:p}),[p,f,y]);m.useEffect(()=>(Oo(v),()=>Oo(null)),[v]);const P=m.useMemo(()=>Qa(i),[i]),g=Array.from(P.keys());return d.jsxs(ms.Provider,{value:v,children:[r,g.map(b=>{const w=P.get(b)??[],S=s?[...w].reverse():w;return d.jsx("div",{className:I("ldkj-toast-viewport",`ldkj-toast-viewport-${b}`),"aria-hidden":S.length===0,children:S.map(N=>{const x=Wa[N.type],C=N.iconColor??x.iconColor;return d.jsxs("div",{className:I("ldkj-toast-item",N.leaving?"ldkj-toast-leave":"ldkj-toast-appear"),role:x.role,"aria-live":x.live,"aria-atomic":"true",children:[typeof N.icon=="string"?d.jsx(ae,{name:N.icon,color:C,size:20,className:"ldkj-toast-icon",title:`${N.type} icon`}):N.icon?.svg||N.icon?.src?d.jsx(ae,{svg:N.icon.svg,src:N.icon.src,color:C,size:20,className:"ldkj-toast-icon",title:`${N.type} icon`}):d.jsx(ae,{name:x.icon,color:C,size:20,className:"ldkj-toast-icon",title:`${N.type} icon`}),d.jsx("div",{className:"ldkj-toast-message",children:N.message}),N.closable?d.jsx("button",{type:"button",className:"ldkj-toast-close","aria-label":"关闭提示",onClick:()=>f(N.id),children:d.jsx(ae,{name:"close",size:16,className:"ldkj-toast-close-icon"})}):null]},N.id)})},b)})]})}fs.displayName="ToastProvider";function Xa(){const e=m.useContext(ms);if(!e)throw new Error("useToast 必须在 ToastProvider 内使用。");const r=m.useCallback((i,l)=>e.push({message:i,...l}),[e]),t=m.useCallback((i,l)=>e.push({type:"info",message:i,...l}),[e]),o=m.useCallback((i,l)=>e.push({type:"success",message:i,...l}),[e]),n=m.useCallback((i,l)=>e.push({type:"warn",message:i,...l}),[e]),s=m.useCallback((i,l)=>e.push({type:"error",message:i,...l}),[e]);return m.useMemo(()=>({show:r,info:t,success:o,warn:n,error:s,dismiss:e.dismiss,clear:e.clear}),[e.clear,e.dismiss,s,t,r,o,n])}const Cr={placement:"top",duration:3e3,closable:!0};let Fo=!1;const fe={...Cr};function ps(e){return{placement:e?.placement??fe.placement,duration:e?.duration??fe.duration,id:e?.id,closable:e?.closable??fe.closable,icon:e?.icon,iconColor:e?.iconColor}}function Sr(){const e=Ua();return e||(Fo||(Fo=!0,console.warn("toast 调用失败:请先在应用根节点挂载 ToastProvider。")),null)}function gr(e,r,t){const o=Sr();return o?o.push({type:e,message:r,...ps(t)}):""}const Za={show(e,r){const t=Sr();return t?t.push({type:"info",message:typeof e=="string"?e:String(e),...ps(r)}):""},info(e,r){return gr("info",e,r)},success(e,r){return gr("success",e,r)},warn(e,r){return gr("warn",e,r)},error(e,r){return gr("error",e,r)},dismiss(e){const r=Sr();r&&r.dismiss(e)},clear(){const e=Sr();e&&e.clear()},config(e){fe.placement=e.placement??fe.placement,fe.duration=e.duration??fe.duration,fe.closable=e.closable??fe.closable},resetConfig(){fe.placement=Cr.placement,fe.duration=Cr.duration,fe.closable=Cr.closable}};function Go(e,r){if(typeof e=="function")return e(r);e!=null&&(e.current=r)}function Ut(...e){return r=>{let t=!1;const o=e.map(n=>{const s=Go(n,r);return!t&&typeof s=="function"&&(t=!0),s});if(t)return()=>{for(let n=0;n<o.length;n++){const s=o[n];typeof s=="function"?s():Go(e[n],null)}}}}function qe(...e){return m.useCallback(Ut(...e),e)}function Je(e,r=[]){let t=[];function o(s,i){const l=m.createContext(i),a=t.length;t=[...t,i];const u=h=>{const{scope:f,children:p,...y}=h,v=f?.[e]?.[a]||l,P=m.useMemo(()=>y,Object.values(y));return d.jsx(v.Provider,{value:P,children:p})};u.displayName=s+"Provider";function c(h,f){const p=f?.[e]?.[a]||l,y=m.useContext(p);if(y)return y;if(i!==void 0)return i;throw new Error(`\`${h}\` must be used within \`${s}\``)}return[u,c]}const n=()=>{const s=t.map(i=>m.createContext(i));return function(l){const a=l?.[e]||s;return m.useMemo(()=>({[`__scope${e}`]:{...l,[e]:a}}),[l,a])}};return n.scopeName=e,[o,eu(n,...r)]}function eu(...e){const r=e[0];if(e.length===1)return r;const t=()=>{const o=e.map(n=>({useScope:n(),scopeName:n.scopeName}));return function(s){const i=o.reduce((l,{useScope:a,scopeName:u})=>{const h=a(s)[`__scope${u}`];return{...l,...h}},{});return m.useMemo(()=>({[`__scope${r.scopeName}`]:i}),[i])}};return t.scopeName=r.scopeName,t}function ue(e,r,{checkForDefaultPrevented:t=!0}={}){return function(n){if(e?.(n),t===!1||!n.defaultPrevented)return r?.(n)}}var ir=globalThis?.document?m.useLayoutEffect:()=>{},ru=m[" useInsertionEffect ".trim().toString()]||ir;function Dr({prop:e,defaultProp:r,onChange:t=()=>{},caller:o}){const[n,s,i]=tu({defaultProp:r,onChange:t}),l=e!==void 0,a=l?e:n;{const c=m.useRef(e!==void 0);m.useEffect(()=>{const h=c.current;h!==l&&console.warn(`${o} is changing from ${h?"controlled":"uncontrolled"} to ${l?"controlled":"uncontrolled"}. Components should not switch from controlled to uncontrolled (or vice versa). Decide between using a controlled or uncontrolled value for the lifetime of the component.`),c.current=l},[l,o])}const u=m.useCallback(c=>{if(l){const h=ou(c)?c(e):c;h!==e&&i.current?.(h)}else s(c)},[l,e,s,i]);return[a,u]}function tu({defaultProp:e,onChange:r}){const[t,o]=m.useState(e),n=m.useRef(t),s=m.useRef(r);return ru(()=>{s.current=r},[r]),m.useEffect(()=>{n.current!==t&&(s.current?.(t),n.current=t)},[t,n]),[t,o,s]}function ou(e){return typeof e=="function"}function vs(e){const r=m.useRef({value:e,previous:e});return m.useMemo(()=>(r.current.value!==e&&(r.current.previous=r.current.value,r.current.value=e),r.current.previous),[e])}function gs(e){const[r,t]=m.useState(void 0);return ir(()=>{if(e){t({width:e.offsetWidth,height:e.offsetHeight});const o=new ResizeObserver(n=>{if(!Array.isArray(n)||!n.length)return;const s=n[0];let i,l;if("borderBoxSize"in s){const a=s.borderBoxSize,u=Array.isArray(a)?a[0]:a;i=u.inlineSize,l=u.blockSize}else i=e.offsetWidth,l=e.offsetHeight;t({width:i,height:l})});return o.observe(e,{box:"border-box"}),()=>o.unobserve(e)}else t(void 0)},[e]),r}function nu(e,r){return m.useReducer((t,o)=>r[t][o]??t,e)}var Fr=e=>{const{present:r,children:t}=e,o=su(r),n=typeof t=="function"?t({present:o.isPresent}):m.Children.only(t),s=qe(o.ref,iu(n));return typeof t=="function"||o.isPresent?m.cloneElement(n,{ref:s}):null};Fr.displayName="Presence";function su(e){const[r,t]=m.useState(),o=m.useRef(null),n=m.useRef(e),s=m.useRef("none"),i=e?"mounted":"unmounted",[l,a]=nu(i,{mounted:{UNMOUNT:"unmounted",ANIMATION_OUT:"unmountSuspended"},unmountSuspended:{MOUNT:"mounted",ANIMATION_END:"unmounted"},unmounted:{MOUNT:"mounted"}});return m.useEffect(()=>{const u=Pr(o.current);s.current=l==="mounted"?u:"none"},[l]),ir(()=>{const u=o.current,c=n.current;if(c!==e){const f=s.current,p=Pr(u);e?a("MOUNT"):p==="none"||u?.display==="none"?a("UNMOUNT"):a(c&&f!==p?"ANIMATION_OUT":"UNMOUNT"),n.current=e}},[e,a]),ir(()=>{if(r){let u;const c=r.ownerDocument.defaultView??window,h=p=>{const v=Pr(o.current).includes(CSS.escape(p.animationName));if(p.target===r&&v&&(a("ANIMATION_END"),!n.current)){const P=r.style.animationFillMode;r.style.animationFillMode="forwards",u=c.setTimeout(()=>{r.style.animationFillMode==="forwards"&&(r.style.animationFillMode=P)})}},f=p=>{p.target===r&&(s.current=Pr(o.current))};return r.addEventListener("animationstart",f),r.addEventListener("animationcancel",h),r.addEventListener("animationend",h),()=>{c.clearTimeout(u),r.removeEventListener("animationstart",f),r.removeEventListener("animationcancel",h),r.removeEventListener("animationend",h)}}else a("ANIMATION_END")},[r,a]),{isPresent:["mounted","unmountSuspended"].includes(l),ref:m.useCallback(u=>{o.current=u?getComputedStyle(u):null,t(u)},[])}}function Pr(e){return e?.animationName||"none"}function iu(e){let r=Object.getOwnPropertyDescriptor(e.props,"ref")?.get,t=r&&"isReactWarning"in r&&r.isReactWarning;return t?e.ref:(r=Object.getOwnPropertyDescriptor(e,"ref")?.get,t=r&&"isReactWarning"in r&&r.isReactWarning,t?e.props.ref:e.props.ref||e.ref)}function Tt(e){const r=lu(e),t=m.forwardRef((o,n)=>{const{children:s,...i}=o,l=m.Children.toArray(s),a=l.find(uu);if(a){const u=a.props.children,c=l.map(h=>h===a?m.Children.count(u)>1?m.Children.only(null):m.isValidElement(u)?u.props.children:null:h);return d.jsx(r,{...i,ref:n,children:m.isValidElement(u)?m.cloneElement(u,void 0,c):null})}return d.jsx(r,{...i,ref:n,children:s})});return t.displayName=`${e}.Slot`,t}function lu(e){const r=m.forwardRef((t,o)=>{const{children:n,...s}=t;if(m.isValidElement(n)){const i=du(n),l=cu(s,n.props);return n.type!==m.Fragment&&(l.ref=o?Ut(o,i):i),m.cloneElement(n,l)}return m.Children.count(n)>1?m.Children.only(null):null});return r.displayName=`${e}.SlotClone`,r}var au=Symbol("radix.slottable");function uu(e){return m.isValidElement(e)&&typeof e.type=="function"&&"__radixId"in e.type&&e.type.__radixId===au}function cu(e,r){const t={...r};for(const o in r){const n=e[o],s=r[o];/^on[A-Z]/.test(o)?n&&s?t[o]=(...l)=>{const a=s(...l);return n(...l),a}:n&&(t[o]=n):o==="style"?t[o]={...n,...s}:o==="className"&&(t[o]=[n,s].filter(Boolean).join(" "))}return{...e,...t}}function du(e){let r=Object.getOwnPropertyDescriptor(e.props,"ref")?.get,t=r&&"isReactWarning"in r&&r.isReactWarning;return t?e.ref:(r=Object.getOwnPropertyDescriptor(e,"ref")?.get,t=r&&"isReactWarning"in r&&r.isReactWarning,t?e.props.ref:e.props.ref||e.ref)}var hu=["a","button","div","form","h2","h3","img","input","label","li","nav","ol","p","select","span","svg","ul"],he=hu.reduce((e,r)=>{const t=Tt(`Primitive.${r}`),o=m.forwardRef((n,s)=>{const{asChild:i,...l}=n,a=i?t:r;return typeof window<"u"&&(window[Symbol.for("radix-ui")]=!0),d.jsx(a,{...l,ref:s})});return o.displayName=`Primitive.${r}`,{...e,[r]:o}},{}),Gr="Checkbox",[mu]=Je(Gr),[fu,Ht]=mu(Gr);function pu(e){const{__scopeCheckbox:r,checked:t,children:o,defaultChecked:n,disabled:s,form:i,name:l,onCheckedChange:a,required:u,value:c="on",internal_do_not_use_render:h}=e,[f,p]=Dr({prop:t,defaultProp:n??!1,onChange:a,caller:Gr}),[y,v]=m.useState(null),[P,g]=m.useState(null),b=m.useRef(!1),w=y?!!i||!!y.closest("form"):!0,S={checked:f,disabled:s,setChecked:p,control:y,setControl:v,name:l,form:i,value:c,hasConsumerStoppedPropagationRef:b,required:u,defaultChecked:Ie(n)?!1:n,isFormControl:w,bubbleInput:P,setBubbleInput:g};return d.jsx(fu,{scope:r,...S,children:vu(h)?h(S):o})}var Ps="CheckboxTrigger",bs=m.forwardRef(({__scopeCheckbox:e,onKeyDown:r,onClick:t,...o},n)=>{const{control:s,value:i,disabled:l,checked:a,required:u,setControl:c,setChecked:h,hasConsumerStoppedPropagationRef:f,isFormControl:p,bubbleInput:y}=Ht(Ps,e),v=qe(n,c),P=m.useRef(a);return m.useEffect(()=>{const g=s?.form;if(g){const b=()=>h(P.current);return g.addEventListener("reset",b),()=>g.removeEventListener("reset",b)}},[s,h]),d.jsx(he.button,{type:"button",role:"checkbox","aria-checked":Ie(a)?"mixed":a,"aria-required":u,"data-state":Ss(a),"data-disabled":l?"":void 0,disabled:l,value:i,...o,ref:v,onKeyDown:ue(r,g=>{g.key==="Enter"&&g.preventDefault()}),onClick:ue(t,g=>{h(b=>Ie(b)?!0:!b),y&&p&&(f.current=g.isPropagationStopped(),f.current||g.stopPropagation())})})});bs.displayName=Ps;var ys=m.forwardRef((e,r)=>{const{__scopeCheckbox:t,name:o,checked:n,defaultChecked:s,required:i,disabled:l,value:a,onCheckedChange:u,form:c,...h}=e;return d.jsx(pu,{__scopeCheckbox:t,checked:n,defaultChecked:s,disabled:l,required:i,onCheckedChange:u,name:o,form:c,value:a,internal_do_not_use_render:({isFormControl:f})=>d.jsxs(d.Fragment,{children:[d.jsx(bs,{...h,ref:r,__scopeCheckbox:t}),f&&d.jsx(Cs,{__scopeCheckbox:t})]})})});ys.displayName=Gr;var qs="CheckboxIndicator",xs=m.forwardRef((e,r)=>{const{__scopeCheckbox:t,forceMount:o,...n}=e,s=Ht(qs,t);return d.jsx(Fr,{present:o||Ie(s.checked)||s.checked===!0,children:d.jsx(he.span,{"data-state":Ss(s.checked),"data-disabled":s.disabled?"":void 0,...n,ref:r,style:{pointerEvents:"none",...e.style}})})});xs.displayName=qs;var ws="CheckboxBubbleInput",Cs=m.forwardRef(({__scopeCheckbox:e,...r},t)=>{const{control:o,hasConsumerStoppedPropagationRef:n,checked:s,defaultChecked:i,required:l,disabled:a,name:u,value:c,form:h,bubbleInput:f,setBubbleInput:p}=Ht(ws,e),y=qe(t,p),v=vs(s),P=gs(o);m.useEffect(()=>{const b=f;if(!b)return;const w=window.HTMLInputElement.prototype,N=Object.getOwnPropertyDescriptor(w,"checked").set,x=!n.current;if(v!==s&&N){const C=new Event("click",{bubbles:x});b.indeterminate=Ie(s),N.call(b,Ie(s)?!1:s),b.dispatchEvent(C)}},[f,v,s,n]);const g=m.useRef(Ie(s)?!1:s);return d.jsx(he.input,{type:"checkbox","aria-hidden":!0,defaultChecked:i??g.current,required:l,disabled:a,name:u,value:c,form:h,...r,tabIndex:-1,ref:y,style:{...r.style,...P,position:"absolute",pointerEvents:"none",opacity:0,margin:0,transform:"translateX(-100%)"}})});Cs.displayName=ws;function vu(e){return typeof e=="function"}function Ie(e){return e==="indeterminate"}function Ss(e){return Ie(e)?"indeterminate":e?"checked":"unchecked"}const ks=m.createContext(null);function gu(e){return m.createElement(ks.Provider,{value:e.value},e.children)}function Pu(){return m.useContext(ks)}const bu=()=>d.jsx("svg",{"aria-hidden":"true",viewBox:"0 0 16 16",className:"checkbox-check h-3 w-3",fill:"none",children:d.jsx("path",{d:"M3.5 8.5L6.5 11.5L12.5 4.5",stroke:"currentColor",strokeWidth:"2.25",strokeLinecap:"round",strokeLinejoin:"round"})}),yu=()=>d.jsx("svg",{"aria-hidden":"true",viewBox:"0 0 16 16",className:"checkbox-minus h-3 w-3",fill:"none",children:d.jsx("path",{d:"M4 8H12",stroke:"currentColor",strokeWidth:"2.5",strokeLinecap:"round"})}),cr=m.forwardRef((e,r)=>{const{className:t,class:o,sx:n,style:s,children:i,checked:l,disabled:a,name:u,onCheckedChange:c,value:h,...f}=e,p=$(),{sxClassName:y,sxInlineStyle:v}=G(n,p),P=Pu(),g=typeof h=="string"?h:void 0,b=!!(P&&g!==void 0),w=l??(b?P?.selectedValues.has(g):void 0),S=a||(b?P?.disabled:!1),N=u??(b?P?.name:void 0);return d.jsx(ys,{ref:r,checked:w,disabled:S,name:N,onCheckedChange:x=>{c?.(x),b&&l===void 0&&P?.toggleValue(g,x===!0)},value:h,className:I("peer inline-flex h-4 w-4 shrink-0 items-center justify-center rounded-[4px] border border-solid border-slate-300 bg-white text-white transition-colors","focus-visible:outline-none focus-visible:ring-2 focus-visible:ring-blue-500 focus-visible:ring-offset-2","disabled:cursor-not-allowed disabled:opacity-50","data-[state=checked]:border-blue-600 data-[state=checked]:bg-blue-600","data-[state=indeterminate]:border-blue-600 data-[state=indeterminate]:bg-blue-600",y,t,o),style:O(s,v),...f,children:i??d.jsxs(xs,{className:I("inline-flex h-4 w-4 items-center justify-center text-current","[&[data-state=checked]_.checkbox-minus]:hidden","[&[data-state=indeterminate]_.checkbox-check]:hidden"),children:[d.jsx(bu,{}),d.jsx(yu,{})]})})});cr.displayName="Checkbox";var qu=Symbol.for("react.lazy"),Ir=m[" use ".trim().toString()];function xu(e){return typeof e=="object"&&e!==null&&"then"in e}function Ns(e){return e!=null&&typeof e=="object"&&"$$typeof"in e&&e.$$typeof===qu&&"_payload"in e&&xu(e._payload)}function wu(e){const r=Cu(e),t=m.forwardRef((o,n)=>{let{children:s,...i}=o;Ns(s)&&typeof Ir=="function"&&(s=Ir(s._payload));const l=m.Children.toArray(s),a=l.find(ku);if(a){const u=a.props.children,c=l.map(h=>h===a?m.Children.count(u)>1?m.Children.only(null):m.isValidElement(u)?u.props.children:null:h);return d.jsx(r,{...i,ref:n,children:m.isValidElement(u)?m.cloneElement(u,void 0,c):null})}return d.jsx(r,{...i,ref:n,children:s})});return t.displayName=`${e}.Slot`,t}function Cu(e){const r=m.forwardRef((t,o)=>{let{children:n,...s}=t;if(Ns(n)&&typeof Ir=="function"&&(n=Ir(n._payload)),m.isValidElement(n)){const i=Ru(n),l=Nu(s,n.props);return n.type!==m.Fragment&&(l.ref=o?Ut(o,i):i),m.cloneElement(n,l)}return m.Children.count(n)>1?m.Children.only(null):null});return r.displayName=`${e}.SlotClone`,r}var Su=Symbol("radix.slottable");function ku(e){return m.isValidElement(e)&&typeof e.type=="function"&&"__radixId"in e.type&&e.type.__radixId===Su}function Nu(e,r){const t={...r};for(const o in r){const n=e[o],s=r[o];/^on[A-Z]/.test(o)?n&&s?t[o]=(...l)=>{const a=s(...l);return n(...l),a}:n&&(t[o]=n):o==="style"?t[o]={...n,...s}:o==="className"&&(t[o]=[n,s].filter(Boolean).join(" "))}return{...e,...t}}function Ru(e){let r=Object.getOwnPropertyDescriptor(e.props,"ref")?.get,t=r&&"isReactWarning"in r&&r.isReactWarning;return t?e.ref:(r=Object.getOwnPropertyDescriptor(e,"ref")?.get,t=r&&"isReactWarning"in r&&r.isReactWarning,t?e.props.ref:e.props.ref||e.ref)}var _u=["a","button","div","form","h2","h3","img","input","label","li","nav","ol","p","select","span","svg","ul"],ju=_u.reduce((e,r)=>{const t=wu(`Primitive.${r}`),o=m.forwardRef((n,s)=>{const{asChild:i,...l}=n,a=i?t:r;return typeof window<"u"&&(window[Symbol.for("radix-ui")]=!0),d.jsx(a,{...l,ref:s})});return o.displayName=`Primitive.${r}`,{...e,[r]:o}},{}),Iu="Label",Rs=m.forwardRef((e,r)=>d.jsx(ju.label,{...e,ref:r,onMouseDown:t=>{t.target.closest("button, input, select, textarea")||(e.onMouseDown?.(t),!t.defaultPrevented&&t.detail>1&&t.preventDefault())}}));Rs.displayName=Iu;var $o=Rs;function Eu(e){if(e!==void 0)return typeof e=="number"?`${e}px`:e}function Tu(e){return e==="center"?"center":e==="right"?"flex-end":"flex-start"}const $r=m.forwardRef((e,r)=>{const{children:t,className:o,class:n,colon:s,containerClass:i,containerClassName:l,containerStyle:a,containerSx:u,label:c,labelAlign:h="left",labelWidth:f,position:p="left",required:y=!1,sx:v,style:P,...g}=e,b=$(),{sxClassName:w,sxInlineStyle:S}=G(v,b),{sxClassName:N,sxInlineStyle:x}=G(u,b),C=O({width:Eu(f),justifyContent:Tu(h)},P,S),q=I("inline-flex gap-1 text-sm font-medium leading-5 text-slate-700","peer-disabled:cursor-not-allowed peer-disabled:opacity-70",w,o,n);return c===void 0?d.jsx($o,{ref:r,className:q,style:C,...g,children:t}):d.jsxs("div",{className:I("flex w-fit",p==="top"?"flex-col items-start gap-1.5":"flex-row items-center gap-2",N,l,i),style:O(a,x),children:[d.jsxs($o,{ref:r,className:q,style:C,...g,children:[y?d.jsx("span",{className:"text-red-500 font-serif",children:"*"}):null,d.jsx("span",{children:c}),s===!0?":":s??null]}),t]})});$r.displayName="Label";const Vo={xs:"gap-1",sm:"gap-2",md:"gap-3",lg:"gap-4"};function Au(e){return e===void 0?{className:Vo.md}:e==="xs"||e==="sm"||e==="md"||e==="lg"?{className:Vo[e]}:{style:{gap:typeof e=="number"?`${e}px`:e}}}function Mu(e,r){if(e.type==="single"){const t=e.value??r[0];return t===void 0?[]:[t]}return e.value??r}function Bu(e){return e.type==="single"?e.defaultValue===void 0?[]:[e.defaultValue]:e.defaultValue??[]}function _s(e){const{className:r,class:t,children:o,direction:n="vertical",disabled:s=!1,gap:i="md",name:l,options:a,sx:u,style:c,type:h,value:f,defaultValue:p,onChange:y,...v}=e,P=$(),{sxClassName:g,sxInlineStyle:b}=G(u,P),w=Au(i),[S,N]=m.useState(()=>Bu(e)),x=Mu(e,S),C=new Set(x);function q(k){if(e.value===void 0&&N(k),e.type==="single"){e.onChange?.(k[0]);return}e.onChange?.(k)}function _(k,R){if(e.type==="single"){q(R?[k]:[]);return}const j=new Set(x);R?j.add(k):j.delete(k),q(Array.from(j))}const E=m.useMemo(()=>({disabled:s,name:l,selectedValues:C,toggleValue:_}),[s,l,C]);return d.jsx("div",{role:"group",className:I("flex",n==="horizontal"?"flex-row flex-wrap":"flex-col",w.className,g,r,t),style:O(c,w.style,b),...v,children:d.jsxs(gu,{value:E,children:[a?.map(k=>{const R=s||k.disabled,j=C.has(k.value);return d.jsxs($r,{className:I("inline-flex items-start gap-2 text-sm leading-5 text-slate-700",R&&"cursor-not-allowed text-slate-400",!R&&"cursor-pointer",k.className),children:[d.jsx(cr,{...k.checkboxProps,name:l,value:k.value,checked:j,disabled:R,onCheckedChange:T=>_(k.value,T===!0)}),d.jsxs("span",{className:"grid gap-0.5",children:[d.jsx("span",{children:k.label}),k.description?d.jsx("span",{className:"text-xs text-slate-500",children:k.description}):null]})]},k.value)}),o]})})}_s.displayName="CheckboxGroup";const js=m.forwardRef((e,r)=>{const{className:t,class:o,sx:n,style:s,type:i="text",...l}=e,a=$(),{sxClassName:u,sxInlineStyle:c}=G(n,a);return d.jsx("input",{ref:r,type:i,className:I("flex h-9 w-full rounded-md border border-solid border-slate-300 bg-white px-3 py-2 text-sm text-slate-900 shadow-sm transition-colors","file:border-0 file:bg-transparent file:text-sm file:font-medium file:text-slate-700","placeholder:text-slate-400","focus-visible:border-blue-500 focus-visible:outline-none focus-visible:ring-2 focus-visible:ring-blue-500/30","disabled:cursor-not-allowed disabled:bg-slate-50 disabled:text-slate-500 disabled:opacity-70",u,t,o),style:O(s,c),...l})});js.displayName="Input";function Lu(e){const r=e+"CollectionProvider",[t,o]=Je(r),[n,s]=t(r,{collectionRef:{current:null},itemMap:new Map}),i=v=>{const{scope:P,children:g}=v,b=X.useRef(null),w=X.useRef(new Map).current;return d.jsx(n,{scope:P,itemMap:w,collectionRef:b,children:g})};i.displayName=r;const l=e+"CollectionSlot",a=Tt(l),u=X.forwardRef((v,P)=>{const{scope:g,children:b}=v,w=s(l,g),S=qe(P,w.collectionRef);return d.jsx(a,{ref:S,children:b})});u.displayName=l;const c=e+"CollectionItemSlot",h="data-radix-collection-item",f=Tt(c),p=X.forwardRef((v,P)=>{const{scope:g,children:b,...w}=v,S=X.useRef(null),N=qe(P,S),x=s(c,g);return X.useEffect(()=>(x.itemMap.set(S,{ref:S,...w}),()=>{x.itemMap.delete(S)})),d.jsx(f,{[h]:"",ref:N,children:b})});p.displayName=c;function y(v){const P=s(e+"CollectionConsumer",v);return X.useCallback(()=>{const b=P.collectionRef.current;if(!b)return[];const w=Array.from(b.querySelectorAll(`[${h}]`));return Array.from(P.itemMap.values()).sort((x,C)=>w.indexOf(x.ref.current)-w.indexOf(C.ref.current))},[P.collectionRef,P.itemMap])}return[{Provider:i,Slot:u,ItemSlot:p},y,o]}var zu=m[" useId ".trim().toString()]||(()=>{}),Ou=0;function Is(e){const[r,t]=m.useState(zu());return ir(()=>{t(o=>o??String(Ou++))},[e]),e||(r?`radix-${r}`:"")}function Du(e){const r=m.useRef(e);return m.useEffect(()=>{r.current=e}),m.useMemo(()=>(...t)=>r.current?.(...t),[])}var Fu=m.createContext(void 0);function Wt(e){const r=m.useContext(Fu);return e||r||"ltr"}var et="rovingFocusGroup.onEntryFocus",Gu={bubbles:!1,cancelable:!0},dr="RovingFocusGroup",[At,Es,$u]=Lu(dr),[Vu,Vr]=Je(dr,[$u]),[Ku,Uu]=Vu(dr),Ts=m.forwardRef((e,r)=>d.jsx(At.Provider,{scope:e.__scopeRovingFocusGroup,children:d.jsx(At.Slot,{scope:e.__scopeRovingFocusGroup,children:d.jsx(Hu,{...e,ref:r})})}));Ts.displayName=dr;var Hu=m.forwardRef((e,r)=>{const{__scopeRovingFocusGroup:t,orientation:o,loop:n=!1,dir:s,currentTabStopId:i,defaultCurrentTabStopId:l,onCurrentTabStopIdChange:a,onEntryFocus:u,preventScrollOnEntryFocus:c=!1,...h}=e,f=m.useRef(null),p=qe(r,f),y=Wt(s),[v,P]=Dr({prop:i,defaultProp:l??null,onChange:a,caller:dr}),[g,b]=m.useState(!1),w=Du(u),S=Es(t),N=m.useRef(!1),[x,C]=m.useState(0);return m.useEffect(()=>{const q=f.current;if(q)return q.addEventListener(et,w),()=>q.removeEventListener(et,w)},[w]),d.jsx(Ku,{scope:t,orientation:o,dir:y,loop:n,currentTabStopId:v,onItemFocus:m.useCallback(q=>P(q),[P]),onItemShiftTab:m.useCallback(()=>b(!0),[]),onFocusableItemAdd:m.useCallback(()=>C(q=>q+1),[]),onFocusableItemRemove:m.useCallback(()=>C(q=>q-1),[]),children:d.jsx(he.div,{tabIndex:g||x===0?-1:0,"data-orientation":o,...h,ref:p,style:{outline:"none",...e.style},onMouseDown:ue(e.onMouseDown,()=>{N.current=!0}),onFocus:ue(e.onFocus,q=>{const _=!N.current;if(q.target===q.currentTarget&&_&&!g){const E=new CustomEvent(et,Gu);if(q.currentTarget.dispatchEvent(E),!E.defaultPrevented){const k=S().filter(z=>z.focusable),R=k.find(z=>z.active),j=k.find(z=>z.id===v),A=[R,j,...k].filter(Boolean).map(z=>z.ref.current);Bs(A,c)}}N.current=!1}),onBlur:ue(e.onBlur,()=>b(!1))})})}),As="RovingFocusGroupItem",Ms=m.forwardRef((e,r)=>{const{__scopeRovingFocusGroup:t,focusable:o=!0,active:n=!1,tabStopId:s,children:i,...l}=e,a=Is(),u=s||a,c=Uu(As,t),h=c.currentTabStopId===u,f=Es(t),{onFocusableItemAdd:p,onFocusableItemRemove:y,currentTabStopId:v}=c;return m.useEffect(()=>{if(o)return p(),()=>y()},[o,p,y]),d.jsx(At.ItemSlot,{scope:t,id:u,focusable:o,active:n,children:d.jsx(he.span,{tabIndex:h?0:-1,"data-orientation":c.orientation,...l,ref:r,onMouseDown:ue(e.onMouseDown,P=>{o?c.onItemFocus(u):P.preventDefault()}),onFocus:ue(e.onFocus,()=>c.onItemFocus(u)),onKeyDown:ue(e.onKeyDown,P=>{if(P.key==="Tab"&&P.shiftKey){c.onItemShiftTab();return}if(P.target!==P.currentTarget)return;const g=Ju(P,c.orientation,c.dir);if(g!==void 0){if(P.metaKey||P.ctrlKey||P.altKey||P.shiftKey)return;P.preventDefault();let w=f().filter(S=>S.focusable).map(S=>S.ref.current);if(g==="last")w.reverse();else if(g==="prev"||g==="next"){g==="prev"&&w.reverse();const S=w.indexOf(P.currentTarget);w=c.loop?Qu(w,S+1):w.slice(S+1)}setTimeout(()=>Bs(w))}}),children:typeof i=="function"?i({isCurrentTabStop:h,hasTabStop:v!=null}):i})})});Ms.displayName=As;var Wu={ArrowLeft:"prev",ArrowUp:"prev",ArrowRight:"next",ArrowDown:"next",PageUp:"first",Home:"first",PageDown:"last",End:"last"};function Yu(e,r){return r!=="rtl"?e:e==="ArrowLeft"?"ArrowRight":e==="ArrowRight"?"ArrowLeft":e}function Ju(e,r,t){const o=Yu(e.key,t);if(!(r==="vertical"&&["ArrowLeft","ArrowRight"].includes(o))&&!(r==="horizontal"&&["ArrowUp","ArrowDown"].includes(o)))return Wu[o]}function Bs(e,r=!1){const t=document.activeElement;for(const o of e)if(o===t||(o.focus({preventScroll:r}),document.activeElement!==t))return}function Qu(e,r){return e.map((t,o)=>e[(r+o)%e.length])}var Ls=Ts,zs=Ms,Yt="Radio",[Xu,Os]=Je(Yt),[Zu,ec]=Xu(Yt),Ds=m.forwardRef((e,r)=>{const{__scopeRadio:t,name:o,checked:n=!1,required:s,disabled:i,value:l="on",onCheck:a,form:u,...c}=e,[h,f]=m.useState(null),p=qe(r,P=>f(P)),y=m.useRef(!1),v=h?u||!!h.closest("form"):!0;return d.jsxs(Zu,{scope:t,checked:n,disabled:i,children:[d.jsx(he.button,{type:"button",role:"radio","aria-checked":n,"data-state":Vs(n),"data-disabled":i?"":void 0,disabled:i,value:l,...c,ref:p,onClick:ue(e.onClick,P=>{n||a?.(),v&&(y.current=P.isPropagationStopped(),y.current||P.stopPropagation())})}),v&&d.jsx($s,{control:h,bubbles:!y.current,name:o,value:l,checked:n,required:s,disabled:i,form:u,style:{transform:"translateX(-100%)"}})]})});Ds.displayName=Yt;var Fs="RadioIndicator",Gs=m.forwardRef((e,r)=>{const{__scopeRadio:t,forceMount:o,...n}=e,s=ec(Fs,t);return d.jsx(Fr,{present:o||s.checked,children:d.jsx(he.span,{"data-state":Vs(s.checked),"data-disabled":s.disabled?"":void 0,...n,ref:r})})});Gs.displayName=Fs;var rc="RadioBubbleInput",$s=m.forwardRef(({__scopeRadio:e,control:r,checked:t,bubbles:o=!0,...n},s)=>{const i=m.useRef(null),l=qe(i,s),a=vs(t),u=gs(r);return m.useEffect(()=>{const c=i.current;if(!c)return;const h=window.HTMLInputElement.prototype,p=Object.getOwnPropertyDescriptor(h,"checked").set;if(a!==t&&p){const y=new Event("click",{bubbles:o});p.call(c,t),c.dispatchEvent(y)}},[a,t,o]),d.jsx(he.input,{type:"radio","aria-hidden":!0,defaultChecked:t,...n,tabIndex:-1,ref:l,style:{...n.style,...u,position:"absolute",pointerEvents:"none",opacity:0,margin:0}})});$s.displayName=rc;function Vs(e){return e?"checked":"unchecked"}var tc=["ArrowUp","ArrowDown","ArrowLeft","ArrowRight"],Kr="RadioGroup",[oc]=Je(Kr,[Vr,Os]),Ks=Vr(),Us=Os(),[nc,sc]=oc(Kr),Hs=m.forwardRef((e,r)=>{const{__scopeRadioGroup:t,name:o,defaultValue:n,value:s,required:i=!1,disabled:l=!1,orientation:a,dir:u,loop:c=!0,onValueChange:h,...f}=e,p=Ks(t),y=Wt(u),[v,P]=Dr({prop:s,defaultProp:n??null,onChange:h,caller:Kr});return d.jsx(nc,{scope:t,name:o,required:i,disabled:l,value:v,onValueChange:P,children:d.jsx(Ls,{asChild:!0,...p,orientation:a,dir:y,loop:c,children:d.jsx(he.div,{role:"radiogroup","aria-required":i,"aria-orientation":a,"data-disabled":l?"":void 0,dir:y,...f,ref:r})})})});Hs.displayName=Kr;var Ws="RadioGroupItem",Ys=m.forwardRef((e,r)=>{const{__scopeRadioGroup:t,disabled:o,...n}=e,s=sc(Ws,t),i=s.disabled||o,l=Ks(t),a=Us(t),u=m.useRef(null),c=qe(r,u),h=s.value===n.value,f=m.useRef(!1);return m.useEffect(()=>{const p=v=>{tc.includes(v.key)&&(f.current=!0)},y=()=>f.current=!1;return document.addEventListener("keydown",p),document.addEventListener("keyup",y),()=>{document.removeEventListener("keydown",p),document.removeEventListener("keyup",y)}},[]),d.jsx(zs,{asChild:!0,...l,focusable:!i,active:h,children:d.jsx(Ds,{disabled:i,required:s.required,checked:h,...a,...n,name:s.name,ref:c,onCheck:()=>s.onValueChange(n.value),onKeyDown:ue(p=>{p.key==="Enter"&&p.preventDefault()}),onFocus:ue(n.onFocus,()=>{f.current&&u.current?.click()})})})});Ys.displayName=Ws;var ic="RadioGroupIndicator",Js=m.forwardRef((e,r)=>{const{__scopeRadioGroup:t,...o}=e,n=Us(t);return d.jsx(Gs,{...n,...o,ref:r})});Js.displayName=ic;var lc=Hs,ac=Ys,uc=Js;const Jt=m.forwardRef((e,r)=>{const{className:t,class:o,sx:n,style:s,children:i,...l}=e,a=$(),{sxClassName:u,sxInlineStyle:c}=G(n,a);return d.jsx(ac,{ref:r,className:I("inline-flex h-4 w-4 shrink-0 items-center justify-center rounded-full border border-solid border-slate-300 bg-white text-blue-600 transition-colors","focus-visible:outline-none focus-visible:ring-2 focus-visible:ring-blue-500 focus-visible:ring-offset-2","disabled:cursor-not-allowed disabled:opacity-50","data-[state=checked]:border-blue-600",u,t,o),style:O(s,c),...l,children:i??d.jsx(uc,{className:"inline-flex h-4 w-4 items-center justify-center",children:d.jsx("span",{className:"h-2 w-2 rounded-full bg-current"})})})});Jt.displayName="Radio";const Ko={xs:"gap-1",sm:"gap-2",md:"gap-3",lg:"gap-4"};function cc(e){return e===void 0?{className:Ko.md}:e==="xs"||e==="sm"||e==="md"||e==="lg"?{className:Ko[e]}:{style:{gap:typeof e=="number"?`${e}px`:e}}}const Qs=m.forwardRef((e,r)=>{const{className:t,class:o,children:n,direction:s="vertical",disabled:i=!1,gap:l="md",options:a,sx:u,style:c,...h}=e,f=$(),{sxClassName:p,sxInlineStyle:y}=G(u,f),v=cc(l);return d.jsxs(lc,{ref:r,disabled:i,className:I("flex",s==="horizontal"?"flex-row flex-wrap":"flex-col",v.className,p,t,o),style:O(c,v.style,y),...h,children:[a?.map(P=>{const g=i||P.disabled;return d.jsxs($r,{className:I("inline-flex items-start gap-2 text-sm leading-5 text-slate-700",g&&"cursor-not-allowed text-slate-400",!g&&"cursor-pointer",P.className),children:[d.jsx(Jt,{...P.radioProps,value:P.value,disabled:g}),d.jsxs("span",{className:"grid gap-0.5",children:[d.jsx("span",{children:P.label}),P.description?d.jsx("span",{className:"text-xs text-slate-500",children:P.description}):null]})]},P.value)}),n]})});Qs.displayName="RadioGroup";function dc(e,r=500){const t=X.useRef(null),o=X.useCallback(()=>{t.current=setTimeout(e,r)},[e,r]),n=X.useCallback(()=>{t.current&&clearTimeout(t.current)},[]);return{onMouseDown:o,onMouseUp:n,onMouseLeave:n,onTouchStart:o,onTouchEnd:n}}function hc(){return d.jsx("span",{className:"h-6 w-6 animate-spin rounded-full border-2 border-blue-200 border-t-blue-600","aria-hidden":"true"})}function V(e){const{component:r,sx:t,rounded:o,shadow:n,onLongPress:s,longPressDelay:i=500,style:l,className:a,class:u,loading:c=!1,loadingContent:h,modal:f=!1,modalContent:p,onModalMaskClick:y,children:v,...P}=e,g=r??"div",b=$(),{roundedPreset:w,roundedStyle:S}=Lt(o),{shadowPreset:N,shadowStyle:x}=zt(n),C=dc(()=>{s?.()},i),{sxClassName:q,sxInlineStyle:_}=G(t,b),k=(c||f)&&l?.position===void 0?{position:"relative"}:void 0;return d.jsxs(g,{className:I(w&&Ar[w],N&&Mr[N],q,a,u),style:O(l,S,x,k,_),"aria-busy":c||void 0,...s?C:void 0,...P,children:[v,c?d.jsx("div",{className:"box-loading-mask absolute inset-0 z-10 flex items-center justify-center bg-white/65","aria-hidden":"true",children:h??d.jsx(hc,{})}):null,f?d.jsx("div",{className:"box-modal-mask absolute inset-0 z-20 flex items-center justify-center bg-black/45 p-4",onClick:y,children:d.jsx("div",{className:"box-modal-content max-w-full rounded-lg bg-white p-4 shadow-lg",onClick:R=>R.stopPropagation(),children:p})}):null]})}V.displayName="Box";const Uo={outlined:"border border-gray-200 bg-white",elevated:"border border-transparent bg-white",filled:"border border-gray-100 bg-gray-50",ghost:"border border-transparent bg-transparent shadow-none"},Ho={elevated:"md"},mc={none:"p-0",sm:"p-3",md:"p-4",lg:"p-6"};function tr(e){return e!=null}function fc(e){let r=!1;return m.Children.forEach(e,t=>{m.isValidElement(t)&&pc(t.type)&&(r=!0)}),r}function pc(e){return e===Xs||e===Zs||e===ei||e===ri||e===ti||e===oi||e===ni}function br(e,r){return e===!0||e===r}function rt(e){return mc[e]}function Wo(e,r){return tr(e)?e:r}function Yo(e,r){return e??r}const Xs=e=>d.jsx(V,{...e,"data-card-slot":"header"}),Zs=e=>d.jsx(V,{...e,"data-card-slot":"content"}),ei=e=>d.jsx(V,{...e,"data-card-slot":"footer"}),ri=e=>d.jsx(V,{...e,"data-card-slot":"left"}),ti=e=>d.jsx(V,{...e,"data-card-slot":"right"}),oi=e=>d.jsx(V,{...e,"data-card-slot":"start"}),ni=e=>d.jsx(V,{...e,"data-card-slot":"end"});function vc(e){const{variant:r="outlined",padding:t="md",divided:o=!0,hoverable:n=!1,selected:s=!1,disabled:i=!1,header:l,footer:a,left:u,right:c,start:h,end:f,contentLoading:p=!1,headerProps:y,footerProps:v,leftProps:P,rightProps:g,startProps:b,endProps:w,contentProps:S,children:N,className:x,style:C,rounded:q="lg",shadow:_,onClick:E,...k}=e,R=Wo(u,h),j=Wo(c,f),T=Yo(P,b),A=Yo(g,w),z=fc(N),{className:F,style:H,loading:ee,...M}=S??{};return z?d.jsx(V,{rounded:q,shadow:_??Ho[r],className:I("card flex overflow-hidden",Uo[r],n&&!i&&"transition hover:-translate-y-0.5 hover:shadow-lg",s&&"border-blue-500 ring-2 ring-blue-100",i&&"pointer-events-none opacity-50",x),style:O(C,{flexDirection:"row"}),"aria-disabled":i||void 0,onClick:i?void 0:E,...k,children:N}):d.jsxs(V,{rounded:q,shadow:_??Ho[r],className:I("card flex overflow-hidden",Uo[r],n&&!i&&"transition hover:-translate-y-0.5 hover:shadow-lg",s&&"border-blue-500 ring-2 ring-blue-100",i&&"pointer-events-none opacity-50",x),style:O(C,{flexDirection:"row"}),"aria-disabled":i||void 0,onClick:i?void 0:E,...k,children:[tr(R)?d.jsx(V,{...T,className:I("card-left shrink-0",br(o,"x")&&"border-r border-gray-100",T?.className),children:R}):null,d.jsxs(V,{className:"card-main flex min-w-0 flex-1 flex-col",children:[tr(l)?d.jsx(V,{...y,className:I("card-header",rt(t),br(o,"y")&&"border-b border-gray-100",y?.className),children:l}):null,d.jsx(V,{...M,className:I("card-content min-w-0 flex-1",rt(t),F),style:H,loading:p||ee,children:N}),tr(a)?d.jsx(V,{...v,className:I("card-footer",rt(t),br(o,"y")&&"border-t border-gray-100",v?.className),children:a}):null]}),tr(j)?d.jsx(V,{...A,className:I("card-right shrink-0",br(o,"x")&&"border-l border-gray-100",A?.className),children:j}):null]})}const xe=Object.assign(vc,{Header:Xs,Content:Zs,Footer:ei,Left:ri,Right:ti,Start:oi,End:ni});xe.displayName="Card";xe.Header.displayName="Card.Header";xe.Content.displayName="Card.Content";xe.Footer.displayName="Card.Footer";xe.Left.displayName="Card.Left";xe.Right.displayName="Card.Right";xe.Start.displayName="Card.Start";xe.End.displayName="Card.End";const si=zn("inline-flex items-center justify-center whitespace-nowrap rounded border border-transparent font-medium transition-colors duration-150",{variants:{variant:{primary:"",success:"",warning:"",danger:"",minor:"",dark:"",light:"",text:""},outline:{true:"",false:""},size:{xs:"px-2 py-0.5 text-[10px]",sm:"px-2.5 py-0.5 text-xs",md:"px-2.5 py-1 text-xs",lg:"px-3 py-1 text-sm",xl:"px-3.5 py-1.5 text-sm"},rounded:Ar,shadow:Mr},compoundVariants:[{variant:"primary",outline:!1,className:"bg-blue-600 text-white"},{variant:"primary",outline:!0,className:"border-blue-600 text-blue-600"},{variant:"success",outline:!1,className:"bg-green-600 text-white"},{variant:"success",outline:!0,className:"border-green-600 text-green-600"},{variant:"warning",outline:!1,className:"bg-yellow-500 text-white"},{variant:"warning",outline:!0,className:"border-yellow-500 text-yellow-600"},{variant:"danger",outline:!1,className:"bg-red-600 text-white"},{variant:"danger",outline:!0,className:"border-red-600 text-red-600"},{variant:"minor",outline:!1,className:"bg-gray-200 text-gray-700"},{variant:"minor",outline:!0,className:"border-gray-300 text-gray-600"},{variant:"dark",outline:!1,className:"bg-black/90 text-white"},{variant:"dark",outline:!0,className:"border-black/90 text-black/90"},{variant:"light",outline:!1,className:"bg-white text-gray-900"},{variant:"light",outline:!0,className:"border-white text-white"},{variant:"text",outline:!1,className:"bg-gray-100 text-gray-600"},{variant:"text",outline:!0,className:"border-gray-300 text-gray-500"}],defaultVariants:{variant:"primary",outline:!1,size:"md"}});function ii(e){const{component:r,variant:t,outline:o,size:n,rounded:s,shadow:i,sx:l,style:a,className:u,class:c,...h}=e,f=r??"span",{roundedPreset:p,roundedStyle:y}=Lt(s),{shadowPreset:v,shadowStyle:P}=zt(i),g=$(),{sxClassName:b,sxInlineStyle:w}=G(l,g);return d.jsx(f,{className:I(si({variant:t,outline:o,size:n,rounded:p,shadow:v}),b,u,c),style:O(a,y,P,w),...h})}ii.displayName="Chip";function gc(e){return e&&e.__esModule&&Object.prototype.hasOwnProperty.call(e,"default")?e.default:e}var Ke={},tt,Jo;function Pc(){return Jo||(Jo=1,tt=function(){return typeof Promise=="function"&&Promise.prototype&&Promise.prototype.then}),tt}var ot={},Ne={},Qo;function De(){if(Qo)return Ne;Qo=1;let e;const r=[0,26,44,70,100,134,172,196,242,292,346,404,466,532,581,655,733,815,901,991,1085,1156,1258,1364,1474,1588,1706,1828,1921,2051,2185,2323,2465,2611,2761,2876,3034,3196,3362,3532,3706];return Ne.getSymbolSize=function(o){if(!o)throw new Error('"version" cannot be null or undefined');if(o<1||o>40)throw new Error('"version" should be in range from 1 to 40');return o*4+17},Ne.getSymbolTotalCodewords=function(o){return r[o]},Ne.getBCHDigit=function(t){let o=0;for(;t!==0;)o++,t>>>=1;return o},Ne.setToSJISFunction=function(o){if(typeof o!="function")throw new Error('"toSJISFunc" is not a valid function.');e=o},Ne.isKanjiModeEnabled=function(){return typeof e<"u"},Ne.toSJIS=function(o){return e(o)},Ne}var nt={},Xo;function Qt(){return Xo||(Xo=1,(function(e){e.L={bit:1},e.M={bit:0},e.Q={bit:3},e.H={bit:2};function r(t){if(typeof t!="string")throw new Error("Param is not a string");switch(t.toLowerCase()){case"l":case"low":return e.L;case"m":case"medium":return e.M;case"q":case"quartile":return e.Q;case"h":case"high":return e.H;default:throw new Error("Unknown EC Level: "+t)}}e.isValid=function(o){return o&&typeof o.bit<"u"&&o.bit>=0&&o.bit<4},e.from=function(o,n){if(e.isValid(o))return o;try{return r(o)}catch{return n}}})(nt)),nt}var st,Zo;function bc(){if(Zo)return st;Zo=1;function e(){this.buffer=[],this.length=0}return e.prototype={get:function(r){const t=Math.floor(r/8);return(this.buffer[t]>>>7-r%8&1)===1},put:function(r,t){for(let o=0;o<t;o++)this.putBit((r>>>t-o-1&1)===1)},getLengthInBits:function(){return this.length},putBit:function(r){const t=Math.floor(this.length/8);this.buffer.length<=t&&this.buffer.push(0),r&&(this.buffer[t]|=128>>>this.length%8),this.length++}},st=e,st}var it,en;function yc(){if(en)return it;en=1;function e(r){if(!r||r<1)throw new Error("BitMatrix size must be defined and greater than 0");this.size=r,this.data=new Uint8Array(r*r),this.reservedBit=new Uint8Array(r*r)}return e.prototype.set=function(r,t,o,n){const s=r*this.size+t;this.data[s]=o,n&&(this.reservedBit[s]=!0)},e.prototype.get=function(r,t){return this.data[r*this.size+t]},e.prototype.xor=function(r,t,o){this.data[r*this.size+t]^=o},e.prototype.isReserved=function(r,t){return this.reservedBit[r*this.size+t]},it=e,it}var lt={},rn;function qc(){return rn||(rn=1,(function(e){const r=De().getSymbolSize;e.getRowColCoords=function(o){if(o===1)return[];const n=Math.floor(o/7)+2,s=r(o),i=s===145?26:Math.ceil((s-13)/(2*n-2))*2,l=[s-7];for(let a=1;a<n-1;a++)l[a]=l[a-1]-i;return l.push(6),l.reverse()},e.getPositions=function(o){const n=[],s=e.getRowColCoords(o),i=s.length;for(let l=0;l<i;l++)for(let a=0;a<i;a++)l===0&&a===0||l===0&&a===i-1||l===i-1&&a===0||n.push([s[l],s[a]]);return n}})(lt)),lt}var at={},tn;function xc(){if(tn)return at;tn=1;const e=De().getSymbolSize,r=7;return at.getPositions=function(o){const n=e(o);return[[0,0],[n-r,0],[0,n-r]]},at}var ut={},on;function wc(){return on||(on=1,(function(e){e.Patterns={PATTERN000:0,PATTERN001:1,PATTERN010:2,PATTERN011:3,PATTERN100:4,PATTERN101:5,PATTERN110:6,PATTERN111:7};const r={N1:3,N2:3,N3:40,N4:10};e.isValid=function(n){return n!=null&&n!==""&&!isNaN(n)&&n>=0&&n<=7},e.from=function(n){return e.isValid(n)?parseInt(n,10):void 0},e.getPenaltyN1=function(n){const s=n.size;let i=0,l=0,a=0,u=null,c=null;for(let h=0;h<s;h++){l=a=0,u=c=null;for(let f=0;f<s;f++){let p=n.get(h,f);p===u?l++:(l>=5&&(i+=r.N1+(l-5)),u=p,l=1),p=n.get(f,h),p===c?a++:(a>=5&&(i+=r.N1+(a-5)),c=p,a=1)}l>=5&&(i+=r.N1+(l-5)),a>=5&&(i+=r.N1+(a-5))}return i},e.getPenaltyN2=function(n){const s=n.size;let i=0;for(let l=0;l<s-1;l++)for(let a=0;a<s-1;a++){const u=n.get(l,a)+n.get(l,a+1)+n.get(l+1,a)+n.get(l+1,a+1);(u===4||u===0)&&i++}return i*r.N2},e.getPenaltyN3=function(n){const s=n.size;let i=0,l=0,a=0;for(let u=0;u<s;u++){l=a=0;for(let c=0;c<s;c++)l=l<<1&2047|n.get(u,c),c>=10&&(l===1488||l===93)&&i++,a=a<<1&2047|n.get(c,u),c>=10&&(a===1488||a===93)&&i++}return i*r.N3},e.getPenaltyN4=function(n){let s=0;const i=n.data.length;for(let a=0;a<i;a++)s+=n.data[a];return Math.abs(Math.ceil(s*100/i/5)-10)*r.N4};function t(o,n,s){switch(o){case e.Patterns.PATTERN000:return(n+s)%2===0;case e.Patterns.PATTERN001:return n%2===0;case e.Patterns.PATTERN010:return s%3===0;case e.Patterns.PATTERN011:return(n+s)%3===0;case e.Patterns.PATTERN100:return(Math.floor(n/2)+Math.floor(s/3))%2===0;case e.Patterns.PATTERN101:return n*s%2+n*s%3===0;case e.Patterns.PATTERN110:return(n*s%2+n*s%3)%2===0;case e.Patterns.PATTERN111:return(n*s%3+(n+s)%2)%2===0;default:throw new Error("bad maskPattern:"+o)}}e.applyMask=function(n,s){const i=s.size;for(let l=0;l<i;l++)for(let a=0;a<i;a++)s.isReserved(a,l)||s.xor(a,l,t(n,a,l))},e.getBestMask=function(n,s){const i=Object.keys(e.Patterns).length;let l=0,a=1/0;for(let u=0;u<i;u++){s(u),e.applyMask(u,n);const c=e.getPenaltyN1(n)+e.getPenaltyN2(n)+e.getPenaltyN3(n)+e.getPenaltyN4(n);e.applyMask(u,n),c<a&&(a=c,l=u)}return l}})(ut)),ut}var yr={},nn;function li(){if(nn)return yr;nn=1;const e=Qt(),r=[1,1,1,1,1,1,1,1,1,1,2,2,1,2,2,4,1,2,4,4,2,4,4,4,2,4,6,5,2,4,6,6,2,5,8,8,4,5,8,8,4,5,8,11,4,8,10,11,4,9,12,16,4,9,16,16,6,10,12,18,6,10,17,16,6,11,16,19,6,13,18,21,7,14,21,25,8,16,20,25,8,17,23,25,9,17,23,34,9,18,25,30,10,20,27,32,12,21,29,35,12,23,34,37,12,25,34,40,13,26,35,42,14,28,38,45,15,29,40,48,16,31,43,51,17,33,45,54,18,35,48,57,19,37,51,60,19,38,53,63,20,40,56,66,21,43,59,70,22,45,62,74,24,47,65,77,25,49,68,81],t=[7,10,13,17,10,16,22,28,15,26,36,44,20,36,52,64,26,48,72,88,36,64,96,112,40,72,108,130,48,88,132,156,60,110,160,192,72,130,192,224,80,150,224,264,96,176,260,308,104,198,288,352,120,216,320,384,132,240,360,432,144,280,408,480,168,308,448,532,180,338,504,588,196,364,546,650,224,416,600,700,224,442,644,750,252,476,690,816,270,504,750,900,300,560,810,960,312,588,870,1050,336,644,952,1110,360,700,1020,1200,390,728,1050,1260,420,784,1140,1350,450,812,1200,1440,480,868,1290,1530,510,924,1350,1620,540,980,1440,1710,570,1036,1530,1800,570,1064,1590,1890,600,1120,1680,1980,630,1204,1770,2100,660,1260,1860,2220,720,1316,1950,2310,750,1372,2040,2430];return yr.getBlocksCount=function(n,s){switch(s){case e.L:return r[(n-1)*4+0];case e.M:return r[(n-1)*4+1];case e.Q:return r[(n-1)*4+2];case e.H:return r[(n-1)*4+3];default:return}},yr.getTotalCodewordsCount=function(n,s){switch(s){case e.L:return t[(n-1)*4+0];case e.M:return t[(n-1)*4+1];case e.Q:return t[(n-1)*4+2];case e.H:return t[(n-1)*4+3];default:return}},yr}var ct={},Ze={},sn;function Cc(){if(sn)return Ze;sn=1;const e=new Uint8Array(512),r=new Uint8Array(256);return(function(){let o=1;for(let n=0;n<255;n++)e[n]=o,r[o]=n,o<<=1,o&256&&(o^=285);for(let n=255;n<512;n++)e[n]=e[n-255]})(),Ze.log=function(o){if(o<1)throw new Error("log("+o+")");return r[o]},Ze.exp=function(o){return e[o]},Ze.mul=function(o,n){return o===0||n===0?0:e[r[o]+r[n]]},Ze}var ln;function Sc(){return ln||(ln=1,(function(e){const r=Cc();e.mul=function(o,n){const s=new Uint8Array(o.length+n.length-1);for(let i=0;i<o.length;i++)for(let l=0;l<n.length;l++)s[i+l]^=r.mul(o[i],n[l]);return s},e.mod=function(o,n){let s=new Uint8Array(o);for(;s.length-n.length>=0;){const i=s[0];for(let a=0;a<n.length;a++)s[a]^=r.mul(n[a],i);let l=0;for(;l<s.length&&s[l]===0;)l++;s=s.slice(l)}return s},e.generateECPolynomial=function(o){let n=new Uint8Array([1]);for(let s=0;s<o;s++)n=e.mul(n,new Uint8Array([1,r.exp(s)]));return n}})(ct)),ct}var dt,an;function kc(){if(an)return dt;an=1;const e=Sc();function r(t){this.genPoly=void 0,this.degree=t,this.degree&&this.initialize(this.degree)}return r.prototype.initialize=function(o){this.degree=o,this.genPoly=e.generateECPolynomial(this.degree)},r.prototype.encode=function(o){if(!this.genPoly)throw new Error("Encoder not initialized");const n=new Uint8Array(o.length+this.degree);n.set(o);const s=e.mod(n,this.genPoly),i=this.degree-s.length;if(i>0){const l=new Uint8Array(this.degree);return l.set(s,i),l}return s},dt=r,dt}var ht={},mt={},ft={},un;function ai(){return un||(un=1,ft.isValid=function(r){return!isNaN(r)&&r>=1&&r<=40}),ft}var pe={},cn;function ui(){if(cn)return pe;cn=1;const e="[0-9]+",r="[A-Z $%*+\\-./:]+";let t="(?:[u3000-u303F]|[u3040-u309F]|[u30A0-u30FF]|[uFF00-uFFEF]|[u4E00-u9FAF]|[u2605-u2606]|[u2190-u2195]|u203B|[u2010u2015u2018u2019u2025u2026u201Cu201Du2225u2260]|[u0391-u0451]|[u00A7u00A8u00B1u00B4u00D7u00F7])+";t=t.replace(/u/g,"\\u");const o="(?:(?![A-Z0-9 $%*+\\-./:]|"+t+`)(?:.|[\r
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
1
|
+
"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const f=require("react/jsx-runtime"),ae=require("react"),Ya=require("react-dom");function Xa(e){const t=Object.create(null,{[Symbol.toStringTag]:{value:"Module"}});if(e){for(const r in e)if(r!=="default"){const n=Object.getOwnPropertyDescriptor(e,r);Object.defineProperty(t,r,n.get?n:{enumerable:!0,get:()=>e[r]})}}return t.default=e,Object.freeze(t)}const d=Xa(ae),sr=Xa(Ya);function Ja(e){var t,r,n="";if(typeof e=="string"||typeof e=="number")n+=e;else if(typeof e=="object")if(Array.isArray(e)){var o=e.length;for(t=0;t<o;t++)e[t]&&(r=Ja(e[t]))&&(n&&(n+=" "),n+=r)}else for(r in e)e[r]&&(n&&(n+=" "),n+=r);return n}function Qa(){for(var e,t,r=0,n="",o=arguments.length;r<o;r++)(e=arguments[r])&&(t=Ja(e))&&(n&&(n+=" "),n+=t);return n}const ai=e=>typeof e=="boolean"?`${e}`:e===0?"0":e,li=Qa,Za=(e,t)=>r=>{var n;if(t?.variants==null)return li(e,r?.class,r?.className);const{variants:o,defaultVariants:s}=t,i=Object.keys(o).map(c=>{const u=r?.[c],h=s?.[c];if(u===null)return null;const p=ai(u)||ai(h);return o[c][p]}),a=r&&Object.entries(r).reduce((c,u)=>{let[h,p]=u;return p===void 0||(c[h]=p),c},{}),l=t==null||(n=t.compoundVariants)===null||n===void 0?void 0:n.reduce((c,u)=>{let{class:h,className:p,...v}=u;return Object.entries(v).every(g=>{let[m,y]=g;return Array.isArray(y)?y.includes({...s,...a}[m]):{...s,...a}[m]===y})?[...c,h,p]:c},[]);return li(e,i,l,r?.class,r?.className)},rt={xs:"rounded-[2px]",sm:"rounded-sm",md:"rounded-md",lg:"rounded-lg",xl:"rounded-xl",full:"rounded-full"};function vf(e){return typeof e=="string"&&Object.prototype.hasOwnProperty.call(rt,e)}function yt(e){return e===void 0?{}:typeof e=="number"?{roundedStyle:{borderRadius:`${e}px`}}:vf(e)?{roundedPreset:e}:{roundedStyle:{borderRadius:e}}}const Mt={none:"shadow-none",xs:"shadow-[0_1px_2px_rgba(15,23,42,0.08)]",sm:"shadow-sm",md:"shadow-md",lg:"shadow-lg",xl:"shadow-xl",inner:"shadow-inner"};function gf(e){return typeof e=="string"&&Object.prototype.hasOwnProperty.call(Mt,e)}function ir(e){return e===void 0?{}:gf(e)?{shadowPreset:e}:{shadowStyle:{boxShadow:e}}}const el=Za("inline-flex items-center justify-center gap-2 whitespace-nowrap rounded-md text-sm font-medium ring-offset-background transition-colors duration-150 focus-visible:outline-none focus-visible:ring-2 focus-visible:ring-ring focus-visible:ring-offset-2 disabled:pointer-events-none disabled:opacity-50",{variants:{variant:{dark:"bg-black/90 text-primary-foreground hover:bg-black",primary:"bg-blue-600 text-primary-foreground hover:bg-blue-600/90",secondary:"bg-cyan-600 text-primary-foreground hover:bg-cyan-600/90",minor:"bg-gray-200 text-secondary-foreground hover:bg-gray-300/90",success:"bg-green-600 text-primary-foreground hover:bg-green-600/90",warning:"bg-yellow-600 text-primary-foreground hover:bg-yellow-600/90",danger:"bg-destructive text-destructive-foreground hover:bg-destructive/90",outline:"border border-solid border-blue-600 bg-background text-blue-600 hover:text-blue-600/80 hover:border-blue-600/80",ghost:"hover:bg-accent hover:text-accent-foreground",link:"text-blue-600 underline-offset-4 hover:underline hover:text-blue-600/90",text:"text-foreground"},size:{xs:"h-6 text-[10px] px-2",sm:"h-7 text-xs px-3",md:"h-8 text-sm px-4",lg:"h-9 text-lg px-8",xl:"h-10 text-lg px-10",icon:"h-8 w-8"},rounded:rt,shadow:Mt,bounce:{true:"transition-all ease-out active:-translate-y-[10%] active:scale-98"},splash:{true:"active:opacity-90"}},defaultVariants:{variant:"primary",size:"md",bounce:!1,splash:!1}}),yf=(e,t)=>{const r=new Array(e.length+t.length);for(let n=0;n<e.length;n++)r[n]=e[n];for(let n=0;n<t.length;n++)r[e.length+n]=t[n];return r},xf=(e,t)=>({classGroupId:e,validator:t}),tl=(e=new Map,t=null,r)=>({nextPart:e,validators:t,classGroupId:r}),Br="-",ci=[],bf="arbitrary..",Pf=e=>{const t=Cf(e),{conflictingClassGroups:r,conflictingClassGroupModifiers:n}=e;return{getClassGroupId:i=>{if(i.startsWith("[")&&i.endsWith("]"))return wf(i);const a=i.split(Br),l=a[0]===""&&a.length>1?1:0;return rl(a,l,t)},getConflictingClassGroupIds:(i,a)=>{if(a){const l=n[i],c=r[i];return l?c?yf(c,l):l:c||ci}return r[i]||ci}}},rl=(e,t,r)=>{if(e.length-t===0)return r.classGroupId;const o=e[t],s=r.nextPart.get(o);if(s){const c=rl(e,t+1,s);if(c)return c}const i=r.validators;if(i===null)return;const a=t===0?e.join(Br):e.slice(t).join(Br),l=i.length;for(let c=0;c<l;c++){const u=i[c];if(u.validator(a))return u.classGroupId}},wf=e=>e.slice(1,-1).indexOf(":")===-1?void 0:(()=>{const t=e.slice(1,-1),r=t.indexOf(":"),n=t.slice(0,r);return n?bf+n:void 0})(),Cf=e=>{const{theme:t,classGroups:r}=e;return Sf(r,t)},Sf=(e,t)=>{const r=tl();for(const n in e){const o=e[n];Go(o,r,n,t)}return r},Go=(e,t,r,n)=>{const o=e.length;for(let s=0;s<o;s++){const i=e[s];qf(i,t,r,n)}},qf=(e,t,r,n)=>{if(typeof e=="string"){Nf(e,t,r);return}if(typeof e=="function"){Ef(e,t,r,n);return}Rf(e,t,r,n)},Nf=(e,t,r)=>{const n=e===""?t:nl(t,e);n.classGroupId=r},Ef=(e,t,r,n)=>{if(kf(e)){Go(e(n),t,r,n);return}t.validators===null&&(t.validators=[]),t.validators.push(xf(r,e))},Rf=(e,t,r,n)=>{const o=Object.entries(e),s=o.length;for(let i=0;i<s;i++){const[a,l]=o[i];Go(l,nl(t,a),r,n)}},nl=(e,t)=>{let r=e;const n=t.split(Br),o=n.length;for(let s=0;s<o;s++){const i=n[s];let a=r.nextPart.get(i);a||(a=tl(),r.nextPart.set(i,a)),r=a}return r},kf=e=>"isThemeGetter"in e&&e.isThemeGetter===!0,Tf=e=>{if(e<1)return{get:()=>{},set:()=>{}};let t=0,r=Object.create(null),n=Object.create(null);const o=(s,i)=>{r[s]=i,t++,t>e&&(t=0,n=r,r=Object.create(null))};return{get(s){let i=r[s];if(i!==void 0)return i;if((i=n[s])!==void 0)return o(s,i),i},set(s,i){s in r?r[s]=i:o(s,i)}}},Po="!",ui=":",_f=[],di=(e,t,r,n,o)=>({modifiers:e,hasImportantModifier:t,baseClassName:r,maybePostfixModifierPosition:n,isExternal:o}),Af=e=>{const{prefix:t,experimentalParseClassName:r}=e;let n=o=>{const s=[];let i=0,a=0,l=0,c;const u=o.length;for(let m=0;m<u;m++){const y=o[m];if(i===0&&a===0){if(y===ui){s.push(o.slice(l,m)),l=m+1;continue}if(y==="/"){c=m;continue}}y==="["?i++:y==="]"?i--:y==="("?a++:y===")"&&a--}const h=s.length===0?o:o.slice(l);let p=h,v=!1;h.endsWith(Po)?(p=h.slice(0,-1),v=!0):h.startsWith(Po)&&(p=h.slice(1),v=!0);const g=c&&c>l?c-l:void 0;return di(s,v,p,g)};if(t){const o=t+ui,s=n;n=i=>i.startsWith(o)?s(i.slice(o.length)):di(_f,!1,i,void 0,!0)}if(r){const o=n;n=s=>r({className:s,parseClassName:o})}return n},If=e=>{const t=new Map;return e.orderSensitiveModifiers.forEach((r,n)=>{t.set(r,1e6+n)}),r=>{const n=[];let o=[];for(let s=0;s<r.length;s++){const i=r[s],a=i[0]==="[",l=t.has(i);a||l?(o.length>0&&(o.sort(),n.push(...o),o=[]),n.push(i)):o.push(i)}return o.length>0&&(o.sort(),n.push(...o)),n}},jf=e=>({cache:Tf(e.cacheSize),parseClassName:Af(e),sortModifiers:If(e),...Pf(e)}),Of=/\s+/,Mf=(e,t)=>{const{parseClassName:r,getClassGroupId:n,getConflictingClassGroupIds:o,sortModifiers:s}=t,i=[],a=e.trim().split(Of);let l="";for(let c=a.length-1;c>=0;c-=1){const u=a[c],{isExternal:h,modifiers:p,hasImportantModifier:v,baseClassName:g,maybePostfixModifierPosition:m}=r(u);if(h){l=u+(l.length>0?" "+l:l);continue}let y=!!m,x=n(y?g.substring(0,m):g);if(!x){if(!y){l=u+(l.length>0?" "+l:l);continue}if(x=n(g),!x){l=u+(l.length>0?" "+l:l);continue}y=!1}const b=p.length===0?"":p.length===1?p[0]:s(p).join(":"),P=v?b+Po:b,w=P+x;if(i.indexOf(w)>-1)continue;i.push(w);const N=o(x,y);for(let q=0;q<N.length;++q){const C=N[q];i.push(P+C)}l=u+(l.length>0?" "+l:l)}return l},Lf=(...e)=>{let t=0,r,n,o="";for(;t<e.length;)(r=e[t++])&&(n=ol(r))&&(o&&(o+=" "),o+=n);return o},ol=e=>{if(typeof e=="string")return e;let t,r="";for(let n=0;n<e.length;n++)e[n]&&(t=ol(e[n]))&&(r&&(r+=" "),r+=t);return r},Df=(e,...t)=>{let r,n,o,s;const i=l=>{const c=t.reduce((u,h)=>h(u),e());return r=jf(c),n=r.cache.get,o=r.cache.set,s=a,a(l)},a=l=>{const c=n(l);if(c)return c;const u=Mf(l,r);return o(l,u),u};return s=i,(...l)=>s(Lf(...l))},Bf=[],de=e=>{const t=r=>r[e]||Bf;return t.isThemeGetter=!0,t},sl=/^\[(?:(\w[\w-]*):)?(.+)\]$/i,il=/^\((?:(\w[\w-]*):)?(.+)\)$/i,Ff=/^\d+(?:\.\d+)?\/\d+(?:\.\d+)?$/,$f=/^(\d+(\.\d+)?)?(xs|sm|md|lg|xl)$/,zf=/\d+(%|px|r?em|[sdl]?v([hwib]|min|max)|pt|pc|in|cm|mm|cap|ch|ex|r?lh|cq(w|h|i|b|min|max))|\b(calc|min|max|clamp)\(.+\)|^0$/,Vf=/^(rgba?|hsla?|hwb|(ok)?(lab|lch)|color-mix)\(.+\)$/,Hf=/^(inset_)?-?((\d+)?\.?(\d+)[a-z]+|0)_-?((\d+)?\.?(\d+)[a-z]+|0)/,Gf=/^(url|image|image-set|cross-fade|element|(repeating-)?(linear|radial|conic)-gradient)\(.+\)$/,We=e=>Ff.test(e),K=e=>!!e&&!Number.isNaN(Number(e)),Ue=e=>!!e&&Number.isInteger(Number(e)),Tn=e=>e.endsWith("%")&&K(e.slice(0,-1)),De=e=>$f.test(e),al=()=>!0,Wf=e=>zf.test(e)&&!Vf.test(e),Wo=()=>!1,Uf=e=>Hf.test(e),Kf=e=>Gf.test(e),Yf=e=>!$(e)&&!z(e),Xf=e=>nt(e,ul,Wo),$=e=>sl.test(e),ut=e=>nt(e,dl,Wf),fi=e=>nt(e,oh,K),Jf=e=>nt(e,hl,al),Qf=e=>nt(e,fl,Wo),hi=e=>nt(e,ll,Wo),Zf=e=>nt(e,cl,Kf),gr=e=>nt(e,ml,Uf),z=e=>il.test(e),Ht=e=>xt(e,dl),eh=e=>xt(e,fl),mi=e=>xt(e,ll),th=e=>xt(e,ul),rh=e=>xt(e,cl),yr=e=>xt(e,ml,!0),nh=e=>xt(e,hl,!0),nt=(e,t,r)=>{const n=sl.exec(e);return n?n[1]?t(n[1]):r(n[2]):!1},xt=(e,t,r=!1)=>{const n=il.exec(e);return n?n[1]?t(n[1]):r:!1},ll=e=>e==="position"||e==="percentage",cl=e=>e==="image"||e==="url",ul=e=>e==="length"||e==="size"||e==="bg-size",dl=e=>e==="length",oh=e=>e==="number",fl=e=>e==="family-name",hl=e=>e==="number"||e==="weight",ml=e=>e==="shadow",sh=()=>{const e=de("color"),t=de("font"),r=de("text"),n=de("font-weight"),o=de("tracking"),s=de("leading"),i=de("breakpoint"),a=de("container"),l=de("spacing"),c=de("radius"),u=de("shadow"),h=de("inset-shadow"),p=de("text-shadow"),v=de("drop-shadow"),g=de("blur"),m=de("perspective"),y=de("aspect"),x=de("ease"),b=de("animate"),P=()=>["auto","avoid","all","avoid-page","page","left","right","column"],w=()=>["center","top","bottom","left","right","top-left","left-top","top-right","right-top","bottom-right","right-bottom","bottom-left","left-bottom"],N=()=>[...w(),z,$],q=()=>["auto","hidden","clip","visible","scroll"],C=()=>["auto","contain","none"],S=()=>[z,$,l],R=()=>[We,"full","auto",...S()],A=()=>[Ue,"none","subgrid",z,$],E=()=>["auto",{span:["full",Ue,z,$]},Ue,z,$],k=()=>[Ue,"auto",z,$],T=()=>["auto","min","max","fr",z,$],I=()=>["start","end","center","between","around","evenly","stretch","baseline","center-safe","end-safe"],O=()=>["start","end","center","stretch","center-safe","end-safe"],j=()=>["auto",...S()],B=()=>[We,"auto","full","dvw","dvh","lvw","lvh","svw","svh","min","max","fit",...S()],D=()=>[We,"screen","full","dvw","lvw","svw","min","max","fit",...S()],W=()=>[We,"screen","full","lh","dvh","lvh","svh","min","max","fit",...S()],L=()=>[e,z,$],le=()=>[...w(),mi,hi,{position:[z,$]}],xe=()=>["no-repeat",{repeat:["","x","y","space","round"]}],ve=()=>["auto","cover","contain",th,Xf,{size:[z,$]}],he=()=>[Tn,Ht,ut],J=()=>["","none","full",c,z,$],Z=()=>["",K,Ht,ut],F=()=>["solid","dashed","dotted","double"],X=()=>["normal","multiply","screen","overlay","darken","lighten","color-dodge","color-burn","hard-light","soft-light","difference","exclusion","hue","saturation","color","luminosity"],U=()=>[K,Tn,mi,hi],Q=()=>["","none",g,z,$],ee=()=>["none",K,z,$],ie=()=>["none",K,z,$],ue=()=>[K,z,$],be=()=>[We,"full",...S()];return{cacheSize:500,theme:{animate:["spin","ping","pulse","bounce"],aspect:["video"],blur:[De],breakpoint:[De],color:[al],container:[De],"drop-shadow":[De],ease:["in","out","in-out"],font:[Yf],"font-weight":["thin","extralight","light","normal","medium","semibold","bold","extrabold","black"],"inset-shadow":[De],leading:["none","tight","snug","normal","relaxed","loose"],perspective:["dramatic","near","normal","midrange","distant","none"],radius:[De],shadow:[De],spacing:["px",K],text:[De],"text-shadow":[De],tracking:["tighter","tight","normal","wide","wider","widest"]},classGroups:{aspect:[{aspect:["auto","square",We,$,z,y]}],container:["container"],columns:[{columns:[K,$,z,a]}],"break-after":[{"break-after":P()}],"break-before":[{"break-before":P()}],"break-inside":[{"break-inside":["auto","avoid","avoid-page","avoid-column"]}],"box-decoration":[{"box-decoration":["slice","clone"]}],box:[{box:["border","content"]}],display:["block","inline-block","inline","flex","inline-flex","table","inline-table","table-caption","table-cell","table-column","table-column-group","table-footer-group","table-header-group","table-row-group","table-row","flow-root","grid","inline-grid","contents","list-item","hidden"],sr:["sr-only","not-sr-only"],float:[{float:["right","left","none","start","end"]}],clear:[{clear:["left","right","both","none","start","end"]}],isolation:["isolate","isolation-auto"],"object-fit":[{object:["contain","cover","fill","none","scale-down"]}],"object-position":[{object:N()}],overflow:[{overflow:q()}],"overflow-x":[{"overflow-x":q()}],"overflow-y":[{"overflow-y":q()}],overscroll:[{overscroll:C()}],"overscroll-x":[{"overscroll-x":C()}],"overscroll-y":[{"overscroll-y":C()}],position:["static","fixed","absolute","relative","sticky"],inset:[{inset:R()}],"inset-x":[{"inset-x":R()}],"inset-y":[{"inset-y":R()}],start:[{"inset-s":R(),start:R()}],end:[{"inset-e":R(),end:R()}],"inset-bs":[{"inset-bs":R()}],"inset-be":[{"inset-be":R()}],top:[{top:R()}],right:[{right:R()}],bottom:[{bottom:R()}],left:[{left:R()}],visibility:["visible","invisible","collapse"],z:[{z:[Ue,"auto",z,$]}],basis:[{basis:[We,"full","auto",a,...S()]}],"flex-direction":[{flex:["row","row-reverse","col","col-reverse"]}],"flex-wrap":[{flex:["nowrap","wrap","wrap-reverse"]}],flex:[{flex:[K,We,"auto","initial","none",$]}],grow:[{grow:["",K,z,$]}],shrink:[{shrink:["",K,z,$]}],order:[{order:[Ue,"first","last","none",z,$]}],"grid-cols":[{"grid-cols":A()}],"col-start-end":[{col:E()}],"col-start":[{"col-start":k()}],"col-end":[{"col-end":k()}],"grid-rows":[{"grid-rows":A()}],"row-start-end":[{row:E()}],"row-start":[{"row-start":k()}],"row-end":[{"row-end":k()}],"grid-flow":[{"grid-flow":["row","col","dense","row-dense","col-dense"]}],"auto-cols":[{"auto-cols":T()}],"auto-rows":[{"auto-rows":T()}],gap:[{gap:S()}],"gap-x":[{"gap-x":S()}],"gap-y":[{"gap-y":S()}],"justify-content":[{justify:[...I(),"normal"]}],"justify-items":[{"justify-items":[...O(),"normal"]}],"justify-self":[{"justify-self":["auto",...O()]}],"align-content":[{content:["normal",...I()]}],"align-items":[{items:[...O(),{baseline:["","last"]}]}],"align-self":[{self:["auto",...O(),{baseline:["","last"]}]}],"place-content":[{"place-content":I()}],"place-items":[{"place-items":[...O(),"baseline"]}],"place-self":[{"place-self":["auto",...O()]}],p:[{p:S()}],px:[{px:S()}],py:[{py:S()}],ps:[{ps:S()}],pe:[{pe:S()}],pbs:[{pbs:S()}],pbe:[{pbe:S()}],pt:[{pt:S()}],pr:[{pr:S()}],pb:[{pb:S()}],pl:[{pl:S()}],m:[{m:j()}],mx:[{mx:j()}],my:[{my:j()}],ms:[{ms:j()}],me:[{me:j()}],mbs:[{mbs:j()}],mbe:[{mbe:j()}],mt:[{mt:j()}],mr:[{mr:j()}],mb:[{mb:j()}],ml:[{ml:j()}],"space-x":[{"space-x":S()}],"space-x-reverse":["space-x-reverse"],"space-y":[{"space-y":S()}],"space-y-reverse":["space-y-reverse"],size:[{size:B()}],"inline-size":[{inline:["auto",...D()]}],"min-inline-size":[{"min-inline":["auto",...D()]}],"max-inline-size":[{"max-inline":["none",...D()]}],"block-size":[{block:["auto",...W()]}],"min-block-size":[{"min-block":["auto",...W()]}],"max-block-size":[{"max-block":["none",...W()]}],w:[{w:[a,"screen",...B()]}],"min-w":[{"min-w":[a,"screen","none",...B()]}],"max-w":[{"max-w":[a,"screen","none","prose",{screen:[i]},...B()]}],h:[{h:["screen","lh",...B()]}],"min-h":[{"min-h":["screen","lh","none",...B()]}],"max-h":[{"max-h":["screen","lh",...B()]}],"font-size":[{text:["base",r,Ht,ut]}],"font-smoothing":["antialiased","subpixel-antialiased"],"font-style":["italic","not-italic"],"font-weight":[{font:[n,nh,Jf]}],"font-stretch":[{"font-stretch":["ultra-condensed","extra-condensed","condensed","semi-condensed","normal","semi-expanded","expanded","extra-expanded","ultra-expanded",Tn,$]}],"font-family":[{font:[eh,Qf,t]}],"font-features":[{"font-features":[$]}],"fvn-normal":["normal-nums"],"fvn-ordinal":["ordinal"],"fvn-slashed-zero":["slashed-zero"],"fvn-figure":["lining-nums","oldstyle-nums"],"fvn-spacing":["proportional-nums","tabular-nums"],"fvn-fraction":["diagonal-fractions","stacked-fractions"],tracking:[{tracking:[o,z,$]}],"line-clamp":[{"line-clamp":[K,"none",z,fi]}],leading:[{leading:[s,...S()]}],"list-image":[{"list-image":["none",z,$]}],"list-style-position":[{list:["inside","outside"]}],"list-style-type":[{list:["disc","decimal","none",z,$]}],"text-alignment":[{text:["left","center","right","justify","start","end"]}],"placeholder-color":[{placeholder:L()}],"text-color":[{text:L()}],"text-decoration":["underline","overline","line-through","no-underline"],"text-decoration-style":[{decoration:[...F(),"wavy"]}],"text-decoration-thickness":[{decoration:[K,"from-font","auto",z,ut]}],"text-decoration-color":[{decoration:L()}],"underline-offset":[{"underline-offset":[K,"auto",z,$]}],"text-transform":["uppercase","lowercase","capitalize","normal-case"],"text-overflow":["truncate","text-ellipsis","text-clip"],"text-wrap":[{text:["wrap","nowrap","balance","pretty"]}],indent:[{indent:S()}],"vertical-align":[{align:["baseline","top","middle","bottom","text-top","text-bottom","sub","super",z,$]}],whitespace:[{whitespace:["normal","nowrap","pre","pre-line","pre-wrap","break-spaces"]}],break:[{break:["normal","words","all","keep"]}],wrap:[{wrap:["break-word","anywhere","normal"]}],hyphens:[{hyphens:["none","manual","auto"]}],content:[{content:["none",z,$]}],"bg-attachment":[{bg:["fixed","local","scroll"]}],"bg-clip":[{"bg-clip":["border","padding","content","text"]}],"bg-origin":[{"bg-origin":["border","padding","content"]}],"bg-position":[{bg:le()}],"bg-repeat":[{bg:xe()}],"bg-size":[{bg:ve()}],"bg-image":[{bg:["none",{linear:[{to:["t","tr","r","br","b","bl","l","tl"]},Ue,z,$],radial:["",z,$],conic:[Ue,z,$]},rh,Zf]}],"bg-color":[{bg:L()}],"gradient-from-pos":[{from:he()}],"gradient-via-pos":[{via:he()}],"gradient-to-pos":[{to:he()}],"gradient-from":[{from:L()}],"gradient-via":[{via:L()}],"gradient-to":[{to:L()}],rounded:[{rounded:J()}],"rounded-s":[{"rounded-s":J()}],"rounded-e":[{"rounded-e":J()}],"rounded-t":[{"rounded-t":J()}],"rounded-r":[{"rounded-r":J()}],"rounded-b":[{"rounded-b":J()}],"rounded-l":[{"rounded-l":J()}],"rounded-ss":[{"rounded-ss":J()}],"rounded-se":[{"rounded-se":J()}],"rounded-ee":[{"rounded-ee":J()}],"rounded-es":[{"rounded-es":J()}],"rounded-tl":[{"rounded-tl":J()}],"rounded-tr":[{"rounded-tr":J()}],"rounded-br":[{"rounded-br":J()}],"rounded-bl":[{"rounded-bl":J()}],"border-w":[{border:Z()}],"border-w-x":[{"border-x":Z()}],"border-w-y":[{"border-y":Z()}],"border-w-s":[{"border-s":Z()}],"border-w-e":[{"border-e":Z()}],"border-w-bs":[{"border-bs":Z()}],"border-w-be":[{"border-be":Z()}],"border-w-t":[{"border-t":Z()}],"border-w-r":[{"border-r":Z()}],"border-w-b":[{"border-b":Z()}],"border-w-l":[{"border-l":Z()}],"divide-x":[{"divide-x":Z()}],"divide-x-reverse":["divide-x-reverse"],"divide-y":[{"divide-y":Z()}],"divide-y-reverse":["divide-y-reverse"],"border-style":[{border:[...F(),"hidden","none"]}],"divide-style":[{divide:[...F(),"hidden","none"]}],"border-color":[{border:L()}],"border-color-x":[{"border-x":L()}],"border-color-y":[{"border-y":L()}],"border-color-s":[{"border-s":L()}],"border-color-e":[{"border-e":L()}],"border-color-bs":[{"border-bs":L()}],"border-color-be":[{"border-be":L()}],"border-color-t":[{"border-t":L()}],"border-color-r":[{"border-r":L()}],"border-color-b":[{"border-b":L()}],"border-color-l":[{"border-l":L()}],"divide-color":[{divide:L()}],"outline-style":[{outline:[...F(),"none","hidden"]}],"outline-offset":[{"outline-offset":[K,z,$]}],"outline-w":[{outline:["",K,Ht,ut]}],"outline-color":[{outline:L()}],shadow:[{shadow:["","none",u,yr,gr]}],"shadow-color":[{shadow:L()}],"inset-shadow":[{"inset-shadow":["none",h,yr,gr]}],"inset-shadow-color":[{"inset-shadow":L()}],"ring-w":[{ring:Z()}],"ring-w-inset":["ring-inset"],"ring-color":[{ring:L()}],"ring-offset-w":[{"ring-offset":[K,ut]}],"ring-offset-color":[{"ring-offset":L()}],"inset-ring-w":[{"inset-ring":Z()}],"inset-ring-color":[{"inset-ring":L()}],"text-shadow":[{"text-shadow":["none",p,yr,gr]}],"text-shadow-color":[{"text-shadow":L()}],opacity:[{opacity:[K,z,$]}],"mix-blend":[{"mix-blend":[...X(),"plus-darker","plus-lighter"]}],"bg-blend":[{"bg-blend":X()}],"mask-clip":[{"mask-clip":["border","padding","content","fill","stroke","view"]},"mask-no-clip"],"mask-composite":[{mask:["add","subtract","intersect","exclude"]}],"mask-image-linear-pos":[{"mask-linear":[K]}],"mask-image-linear-from-pos":[{"mask-linear-from":U()}],"mask-image-linear-to-pos":[{"mask-linear-to":U()}],"mask-image-linear-from-color":[{"mask-linear-from":L()}],"mask-image-linear-to-color":[{"mask-linear-to":L()}],"mask-image-t-from-pos":[{"mask-t-from":U()}],"mask-image-t-to-pos":[{"mask-t-to":U()}],"mask-image-t-from-color":[{"mask-t-from":L()}],"mask-image-t-to-color":[{"mask-t-to":L()}],"mask-image-r-from-pos":[{"mask-r-from":U()}],"mask-image-r-to-pos":[{"mask-r-to":U()}],"mask-image-r-from-color":[{"mask-r-from":L()}],"mask-image-r-to-color":[{"mask-r-to":L()}],"mask-image-b-from-pos":[{"mask-b-from":U()}],"mask-image-b-to-pos":[{"mask-b-to":U()}],"mask-image-b-from-color":[{"mask-b-from":L()}],"mask-image-b-to-color":[{"mask-b-to":L()}],"mask-image-l-from-pos":[{"mask-l-from":U()}],"mask-image-l-to-pos":[{"mask-l-to":U()}],"mask-image-l-from-color":[{"mask-l-from":L()}],"mask-image-l-to-color":[{"mask-l-to":L()}],"mask-image-x-from-pos":[{"mask-x-from":U()}],"mask-image-x-to-pos":[{"mask-x-to":U()}],"mask-image-x-from-color":[{"mask-x-from":L()}],"mask-image-x-to-color":[{"mask-x-to":L()}],"mask-image-y-from-pos":[{"mask-y-from":U()}],"mask-image-y-to-pos":[{"mask-y-to":U()}],"mask-image-y-from-color":[{"mask-y-from":L()}],"mask-image-y-to-color":[{"mask-y-to":L()}],"mask-image-radial":[{"mask-radial":[z,$]}],"mask-image-radial-from-pos":[{"mask-radial-from":U()}],"mask-image-radial-to-pos":[{"mask-radial-to":U()}],"mask-image-radial-from-color":[{"mask-radial-from":L()}],"mask-image-radial-to-color":[{"mask-radial-to":L()}],"mask-image-radial-shape":[{"mask-radial":["circle","ellipse"]}],"mask-image-radial-size":[{"mask-radial":[{closest:["side","corner"],farthest:["side","corner"]}]}],"mask-image-radial-pos":[{"mask-radial-at":w()}],"mask-image-conic-pos":[{"mask-conic":[K]}],"mask-image-conic-from-pos":[{"mask-conic-from":U()}],"mask-image-conic-to-pos":[{"mask-conic-to":U()}],"mask-image-conic-from-color":[{"mask-conic-from":L()}],"mask-image-conic-to-color":[{"mask-conic-to":L()}],"mask-mode":[{mask:["alpha","luminance","match"]}],"mask-origin":[{"mask-origin":["border","padding","content","fill","stroke","view"]}],"mask-position":[{mask:le()}],"mask-repeat":[{mask:xe()}],"mask-size":[{mask:ve()}],"mask-type":[{"mask-type":["alpha","luminance"]}],"mask-image":[{mask:["none",z,$]}],filter:[{filter:["","none",z,$]}],blur:[{blur:Q()}],brightness:[{brightness:[K,z,$]}],contrast:[{contrast:[K,z,$]}],"drop-shadow":[{"drop-shadow":["","none",v,yr,gr]}],"drop-shadow-color":[{"drop-shadow":L()}],grayscale:[{grayscale:["",K,z,$]}],"hue-rotate":[{"hue-rotate":[K,z,$]}],invert:[{invert:["",K,z,$]}],saturate:[{saturate:[K,z,$]}],sepia:[{sepia:["",K,z,$]}],"backdrop-filter":[{"backdrop-filter":["","none",z,$]}],"backdrop-blur":[{"backdrop-blur":Q()}],"backdrop-brightness":[{"backdrop-brightness":[K,z,$]}],"backdrop-contrast":[{"backdrop-contrast":[K,z,$]}],"backdrop-grayscale":[{"backdrop-grayscale":["",K,z,$]}],"backdrop-hue-rotate":[{"backdrop-hue-rotate":[K,z,$]}],"backdrop-invert":[{"backdrop-invert":["",K,z,$]}],"backdrop-opacity":[{"backdrop-opacity":[K,z,$]}],"backdrop-saturate":[{"backdrop-saturate":[K,z,$]}],"backdrop-sepia":[{"backdrop-sepia":["",K,z,$]}],"border-collapse":[{border:["collapse","separate"]}],"border-spacing":[{"border-spacing":S()}],"border-spacing-x":[{"border-spacing-x":S()}],"border-spacing-y":[{"border-spacing-y":S()}],"table-layout":[{table:["auto","fixed"]}],caption:[{caption:["top","bottom"]}],transition:[{transition:["","all","colors","opacity","shadow","transform","none",z,$]}],"transition-behavior":[{transition:["normal","discrete"]}],duration:[{duration:[K,"initial",z,$]}],ease:[{ease:["linear","initial",x,z,$]}],delay:[{delay:[K,z,$]}],animate:[{animate:["none",b,z,$]}],backface:[{backface:["hidden","visible"]}],perspective:[{perspective:[m,z,$]}],"perspective-origin":[{"perspective-origin":N()}],rotate:[{rotate:ee()}],"rotate-x":[{"rotate-x":ee()}],"rotate-y":[{"rotate-y":ee()}],"rotate-z":[{"rotate-z":ee()}],scale:[{scale:ie()}],"scale-x":[{"scale-x":ie()}],"scale-y":[{"scale-y":ie()}],"scale-z":[{"scale-z":ie()}],"scale-3d":["scale-3d"],skew:[{skew:ue()}],"skew-x":[{"skew-x":ue()}],"skew-y":[{"skew-y":ue()}],transform:[{transform:[z,$,"","none","gpu","cpu"]}],"transform-origin":[{origin:N()}],"transform-style":[{transform:["3d","flat"]}],translate:[{translate:be()}],"translate-x":[{"translate-x":be()}],"translate-y":[{"translate-y":be()}],"translate-z":[{"translate-z":be()}],"translate-none":["translate-none"],accent:[{accent:L()}],appearance:[{appearance:["none","auto"]}],"caret-color":[{caret:L()}],"color-scheme":[{scheme:["normal","dark","light","light-dark","only-dark","only-light"]}],cursor:[{cursor:["auto","default","pointer","wait","text","move","help","not-allowed","none","context-menu","progress","cell","crosshair","vertical-text","alias","copy","no-drop","grab","grabbing","all-scroll","col-resize","row-resize","n-resize","e-resize","s-resize","w-resize","ne-resize","nw-resize","se-resize","sw-resize","ew-resize","ns-resize","nesw-resize","nwse-resize","zoom-in","zoom-out",z,$]}],"field-sizing":[{"field-sizing":["fixed","content"]}],"pointer-events":[{"pointer-events":["auto","none"]}],resize:[{resize:["none","","y","x"]}],"scroll-behavior":[{scroll:["auto","smooth"]}],"scroll-m":[{"scroll-m":S()}],"scroll-mx":[{"scroll-mx":S()}],"scroll-my":[{"scroll-my":S()}],"scroll-ms":[{"scroll-ms":S()}],"scroll-me":[{"scroll-me":S()}],"scroll-mbs":[{"scroll-mbs":S()}],"scroll-mbe":[{"scroll-mbe":S()}],"scroll-mt":[{"scroll-mt":S()}],"scroll-mr":[{"scroll-mr":S()}],"scroll-mb":[{"scroll-mb":S()}],"scroll-ml":[{"scroll-ml":S()}],"scroll-p":[{"scroll-p":S()}],"scroll-px":[{"scroll-px":S()}],"scroll-py":[{"scroll-py":S()}],"scroll-ps":[{"scroll-ps":S()}],"scroll-pe":[{"scroll-pe":S()}],"scroll-pbs":[{"scroll-pbs":S()}],"scroll-pbe":[{"scroll-pbe":S()}],"scroll-pt":[{"scroll-pt":S()}],"scroll-pr":[{"scroll-pr":S()}],"scroll-pb":[{"scroll-pb":S()}],"scroll-pl":[{"scroll-pl":S()}],"snap-align":[{snap:["start","end","center","align-none"]}],"snap-stop":[{snap:["normal","always"]}],"snap-type":[{snap:["none","x","y","both"]}],"snap-strictness":[{snap:["mandatory","proximity"]}],touch:[{touch:["auto","none","manipulation"]}],"touch-x":[{"touch-pan":["x","left","right"]}],"touch-y":[{"touch-pan":["y","up","down"]}],"touch-pz":["touch-pinch-zoom"],select:[{select:["none","text","all","auto"]}],"will-change":[{"will-change":["auto","scroll","contents","transform",z,$]}],fill:[{fill:["none",...L()]}],"stroke-w":[{stroke:[K,Ht,ut,fi]}],stroke:[{stroke:["none",...L()]}],"forced-color-adjust":[{"forced-color-adjust":["auto","none"]}]},conflictingClassGroups:{overflow:["overflow-x","overflow-y"],overscroll:["overscroll-x","overscroll-y"],inset:["inset-x","inset-y","inset-bs","inset-be","start","end","top","right","bottom","left"],"inset-x":["right","left"],"inset-y":["top","bottom"],flex:["basis","grow","shrink"],gap:["gap-x","gap-y"],p:["px","py","ps","pe","pbs","pbe","pt","pr","pb","pl"],px:["pr","pl"],py:["pt","pb"],m:["mx","my","ms","me","mbs","mbe","mt","mr","mb","ml"],mx:["mr","ml"],my:["mt","mb"],size:["w","h"],"font-size":["leading"],"fvn-normal":["fvn-ordinal","fvn-slashed-zero","fvn-figure","fvn-spacing","fvn-fraction"],"fvn-ordinal":["fvn-normal"],"fvn-slashed-zero":["fvn-normal"],"fvn-figure":["fvn-normal"],"fvn-spacing":["fvn-normal"],"fvn-fraction":["fvn-normal"],"line-clamp":["display","overflow"],rounded:["rounded-s","rounded-e","rounded-t","rounded-r","rounded-b","rounded-l","rounded-ss","rounded-se","rounded-ee","rounded-es","rounded-tl","rounded-tr","rounded-br","rounded-bl"],"rounded-s":["rounded-ss","rounded-es"],"rounded-e":["rounded-se","rounded-ee"],"rounded-t":["rounded-tl","rounded-tr"],"rounded-r":["rounded-tr","rounded-br"],"rounded-b":["rounded-br","rounded-bl"],"rounded-l":["rounded-tl","rounded-bl"],"border-spacing":["border-spacing-x","border-spacing-y"],"border-w":["border-w-x","border-w-y","border-w-s","border-w-e","border-w-bs","border-w-be","border-w-t","border-w-r","border-w-b","border-w-l"],"border-w-x":["border-w-r","border-w-l"],"border-w-y":["border-w-t","border-w-b"],"border-color":["border-color-x","border-color-y","border-color-s","border-color-e","border-color-bs","border-color-be","border-color-t","border-color-r","border-color-b","border-color-l"],"border-color-x":["border-color-r","border-color-l"],"border-color-y":["border-color-t","border-color-b"],translate:["translate-x","translate-y","translate-none"],"translate-none":["translate","translate-x","translate-y","translate-z"],"scroll-m":["scroll-mx","scroll-my","scroll-ms","scroll-me","scroll-mbs","scroll-mbe","scroll-mt","scroll-mr","scroll-mb","scroll-ml"],"scroll-mx":["scroll-mr","scroll-ml"],"scroll-my":["scroll-mt","scroll-mb"],"scroll-p":["scroll-px","scroll-py","scroll-ps","scroll-pe","scroll-pbs","scroll-pbe","scroll-pt","scroll-pr","scroll-pb","scroll-pl"],"scroll-px":["scroll-pr","scroll-pl"],"scroll-py":["scroll-pt","scroll-pb"],touch:["touch-x","touch-y","touch-pz"],"touch-x":["touch"],"touch-y":["touch"],"touch-pz":["touch"]},conflictingClassGroupModifiers:{"font-size":["leading"]},orderSensitiveModifiers:["*","**","after","backdrop","before","details-content","file","first-letter","first-line","marker","placeholder","selection"]}},ih=Df(sh);class ht{static instance;constructor(){}static getInstance(){return ht.instance||(ht.instance=new ht),ht.instance}getRootFontSize(){if(typeof document>"u")return 16;const t=parseFloat(getComputedStyle(document.documentElement).fontSize);return isNaN(t)?16:t}parseValue(t){const r=t.match(/^(-?\d+(?:\.\d+)?)([a-z%]*)$/i);if(!r)throw new Error(`Invalid CSS value: ${t}`);const n=parseFloat(r[1]),o=r[2].toLowerCase()||"";return{value:n,unit:o}}convertToPx(t,r={}){if(typeof t=="number")return t;const n=String(t).trim();if(!n)return 0;if(n.endsWith("px"))return parseFloat(n);const{value:o,unit:s}=this.parseValue(n);switch(s){case"rem":return o*(r.fontSizeBase||this.getRootFontSize());case"em":if(!r.contextElement)throw new Error("contextElement is required for em unit conversion");const i=parseFloat(getComputedStyle(r.contextElement.parentElement||document.documentElement).fontSize);return o*i;case"%":if(!r.parentSize)throw new Error("parentSize is required for percentage conversion");const a=r.parentSize.width||100;return o/100*a;case"vw":const l=r.viewportWidth||(typeof window<"u"?window.innerWidth:1920);return o/100*l;case"vh":const c=r.viewportHeight||(typeof window<"u"?window.innerHeight:1080);return o/100*c;case"vmin":const u=r.viewportWidth||window.innerWidth,h=r.viewportHeight||window.innerHeight,p=Math.min(u,h);return o/100*p;case"vmax":const v=r.viewportWidth||window.innerWidth,g=r.viewportHeight||window.innerHeight,m=Math.max(v,g);return o/100*m;case"cm":return o*37.795;case"mm":return o*3.7795;case"in":return o*96;case"pt":return o*1.3333;case"pc":return o*16;case"":return o;default:throw new Error(`Unsupported unit: ${s}`)}}convertMultipleToPx(t,r){const n={};for(const[o,s]of Object.entries(t))try{n[o]=this.convertToPx(s,r)}catch(i){console.warn(`Failed to convert ${o}: ${s}`,i),n[o]=typeof s=="number"?s:0}return n}}function _(...e){return ih(Qa(e))}const ah={},wo=d.createContext(ah);function lh({theme:e,children:t}){const r=d.useContext(wo),n=d.useMemo(()=>({...r,...e}),[r,e]);return f.jsx(wo.Provider,{value:n,children:t})}function H(){return d.useContext(wo)}function ch(e){return e}function uh(e){if(e.sheet)return e.sheet;for(var t=0;t<document.styleSheets.length;t++)if(document.styleSheets[t].ownerNode===e)return document.styleSheets[t]}function dh(e){var t=document.createElement("style");return t.setAttribute("data-emotion",e.key),e.nonce!==void 0&&t.setAttribute("nonce",e.nonce),t.appendChild(document.createTextNode("")),t.setAttribute("data-s",""),t}var fh=(function(){function e(r){var n=this;this._insertTag=function(o){var s;n.tags.length===0?n.insertionPoint?s=n.insertionPoint.nextSibling:n.prepend?s=n.container.firstChild:s=n.before:s=n.tags[n.tags.length-1].nextSibling,n.container.insertBefore(o,s),n.tags.push(o)},this.isSpeedy=r.speedy===void 0?!0:r.speedy,this.tags=[],this.ctr=0,this.nonce=r.nonce,this.key=r.key,this.container=r.container,this.prepend=r.prepend,this.insertionPoint=r.insertionPoint,this.before=null}var t=e.prototype;return t.hydrate=function(n){n.forEach(this._insertTag)},t.insert=function(n){this.ctr%(this.isSpeedy?65e3:1)===0&&this._insertTag(dh(this));var o=this.tags[this.tags.length-1];if(this.isSpeedy){var s=uh(o);try{s.insertRule(n,s.cssRules.length)}catch{}}else o.appendChild(document.createTextNode(n));this.ctr++},t.flush=function(){this.tags.forEach(function(n){var o;return(o=n.parentNode)==null?void 0:o.removeChild(n)}),this.tags=[],this.ctr=0},e})(),pe="-ms-",Fr="-moz-",re="-webkit-",pl="comm",Uo="rule",Ko="decl",hh="@import",vl="@keyframes",mh="@layer",ph=Math.abs,Qr=String.fromCharCode,vh=Object.assign;function gh(e,t){return me(e,0)^45?(((t<<2^me(e,0))<<2^me(e,1))<<2^me(e,2))<<2^me(e,3):0}function gl(e){return e.trim()}function yh(e,t){return(e=t.exec(e))?e[0]:e}function ne(e,t,r){return e.replace(t,r)}function Co(e,t){return e.indexOf(t)}function me(e,t){return e.charCodeAt(t)|0}function Qt(e,t,r){return e.slice(t,r)}function Ae(e){return e.length}function Yo(e){return e.length}function xr(e,t){return t.push(e),e}function xh(e,t){return e.map(t).join("")}var Zr=1,_t=1,yl=0,Pe=0,ce=0,Lt="";function en(e,t,r,n,o,s,i){return{value:e,root:t,parent:r,type:n,props:o,children:s,line:Zr,column:_t,length:i,return:""}}function Gt(e,t){return vh(en("",null,null,"",null,null,0),e,{length:-e.length},t)}function bh(){return ce}function Ph(){return ce=Pe>0?me(Lt,--Pe):0,_t--,ce===10&&(_t=1,Zr--),ce}function Ce(){return ce=Pe<yl?me(Lt,Pe++):0,_t++,ce===10&&(_t=1,Zr++),ce}function Oe(){return me(Lt,Pe)}function Tr(){return Pe}function ar(e,t){return Qt(Lt,e,t)}function Zt(e){switch(e){case 0:case 9:case 10:case 13:case 32:return 5;case 33:case 43:case 44:case 47:case 62:case 64:case 126:case 59:case 123:case 125:return 4;case 58:return 3;case 34:case 39:case 40:case 91:return 2;case 41:case 93:return 1}return 0}function xl(e){return Zr=_t=1,yl=Ae(Lt=e),Pe=0,[]}function bl(e){return Lt="",e}function _r(e){return gl(ar(Pe-1,So(e===91?e+2:e===40?e+1:e)))}function wh(e){for(;(ce=Oe())&&ce<33;)Ce();return Zt(e)>2||Zt(ce)>3?"":" "}function Ch(e,t){for(;--t&&Ce()&&!(ce<48||ce>102||ce>57&&ce<65||ce>70&&ce<97););return ar(e,Tr()+(t<6&&Oe()==32&&Ce()==32))}function So(e){for(;Ce();)switch(ce){case e:return Pe;case 34:case 39:e!==34&&e!==39&&So(ce);break;case 40:e===41&&So(e);break;case 92:Ce();break}return Pe}function Sh(e,t){for(;Ce()&&e+ce!==57;)if(e+ce===84&&Oe()===47)break;return"/*"+ar(t,Pe-1)+"*"+Qr(e===47?e:Ce())}function qh(e){for(;!Zt(Oe());)Ce();return ar(e,Pe)}function Nh(e){return bl(Ar("",null,null,null,[""],e=xl(e),0,[0],e))}function Ar(e,t,r,n,o,s,i,a,l){for(var c=0,u=0,h=i,p=0,v=0,g=0,m=1,y=1,x=1,b=0,P="",w=o,N=s,q=n,C=P;y;)switch(g=b,b=Ce()){case 40:if(g!=108&&me(C,h-1)==58){Co(C+=ne(_r(b),"&","&\f"),"&\f")!=-1&&(x=-1);break}case 34:case 39:case 91:C+=_r(b);break;case 9:case 10:case 13:case 32:C+=wh(g);break;case 92:C+=Ch(Tr()-1,7);continue;case 47:switch(Oe()){case 42:case 47:xr(Eh(Sh(Ce(),Tr()),t,r),l);break;default:C+="/"}break;case 123*m:a[c++]=Ae(C)*x;case 125*m:case 59:case 0:switch(b){case 0:case 125:y=0;case 59+u:x==-1&&(C=ne(C,/\f/g,"")),v>0&&Ae(C)-h&&xr(v>32?vi(C+";",n,r,h-1):vi(ne(C," ","")+";",n,r,h-2),l);break;case 59:C+=";";default:if(xr(q=pi(C,t,r,c,u,o,a,P,w=[],N=[],h),s),b===123)if(u===0)Ar(C,t,q,q,w,s,h,a,N);else switch(p===99&&me(C,3)===110?100:p){case 100:case 108:case 109:case 115:Ar(e,q,q,n&&xr(pi(e,q,q,0,0,o,a,P,o,w=[],h),N),o,N,h,a,n?w:N);break;default:Ar(C,q,q,q,[""],N,0,a,N)}}c=u=v=0,m=x=1,P=C="",h=i;break;case 58:h=1+Ae(C),v=g;default:if(m<1){if(b==123)--m;else if(b==125&&m++==0&&Ph()==125)continue}switch(C+=Qr(b),b*m){case 38:x=u>0?1:(C+="\f",-1);break;case 44:a[c++]=(Ae(C)-1)*x,x=1;break;case 64:Oe()===45&&(C+=_r(Ce())),p=Oe(),u=h=Ae(P=C+=qh(Tr())),b++;break;case 45:g===45&&Ae(C)==2&&(m=0)}}return s}function pi(e,t,r,n,o,s,i,a,l,c,u){for(var h=o-1,p=o===0?s:[""],v=Yo(p),g=0,m=0,y=0;g<n;++g)for(var x=0,b=Qt(e,h+1,h=ph(m=i[g])),P=e;x<v;++x)(P=gl(m>0?p[x]+" "+b:ne(b,/&\f/g,p[x])))&&(l[y++]=P);return en(e,t,r,o===0?Uo:a,l,c,u)}function Eh(e,t,r){return en(e,t,r,pl,Qr(bh()),Qt(e,2,-2),0)}function vi(e,t,r,n){return en(e,t,r,Ko,Qt(e,0,n),Qt(e,n+1,-1),n)}function Rt(e,t){for(var r="",n=Yo(e),o=0;o<n;o++)r+=t(e[o],o,e,t)||"";return r}function Rh(e,t,r,n){switch(e.type){case mh:if(e.children.length)break;case hh:case Ko:return e.return=e.return||e.value;case pl:return"";case vl:return e.return=e.value+"{"+Rt(e.children,n)+"}";case Uo:e.value=e.props.join(",")}return Ae(r=Rt(e.children,n))?e.return=e.value+"{"+r+"}":""}function kh(e){var t=Yo(e);return function(r,n,o,s){for(var i="",a=0;a<t;a++)i+=e[a](r,n,o,s)||"";return i}}function Th(e){return function(t){t.root||(t=t.return)&&e(t)}}function _h(e){var t=Object.create(null);return function(r){return t[r]===void 0&&(t[r]=e(r)),t[r]}}var Ah=function(t,r,n){for(var o=0,s=0;o=s,s=Oe(),o===38&&s===12&&(r[n]=1),!Zt(s);)Ce();return ar(t,Pe)},Ih=function(t,r){var n=-1,o=44;do switch(Zt(o)){case 0:o===38&&Oe()===12&&(r[n]=1),t[n]+=Ah(Pe-1,r,n);break;case 2:t[n]+=_r(o);break;case 4:if(o===44){t[++n]=Oe()===58?"&\f":"",r[n]=t[n].length;break}default:t[n]+=Qr(o)}while(o=Ce());return t},jh=function(t,r){return bl(Ih(xl(t),r))},gi=new WeakMap,Oh=function(t){if(!(t.type!=="rule"||!t.parent||t.length<1)){for(var r=t.value,n=t.parent,o=t.column===n.column&&t.line===n.line;n.type!=="rule";)if(n=n.parent,!n)return;if(!(t.props.length===1&&r.charCodeAt(0)!==58&&!gi.get(n))&&!o){gi.set(t,!0);for(var s=[],i=jh(r,s),a=n.props,l=0,c=0;l<i.length;l++)for(var u=0;u<a.length;u++,c++)t.props[c]=s[l]?i[l].replace(/&\f/g,a[u]):a[u]+" "+i[l]}}},Mh=function(t){if(t.type==="decl"){var r=t.value;r.charCodeAt(0)===108&&r.charCodeAt(2)===98&&(t.return="",t.value="")}};function Pl(e,t){switch(gh(e,t)){case 5103:return re+"print-"+e+e;case 5737:case 4201:case 3177:case 3433:case 1641:case 4457:case 2921:case 5572:case 6356:case 5844:case 3191:case 6645:case 3005:case 6391:case 5879:case 5623:case 6135:case 4599:case 4855:case 4215:case 6389:case 5109:case 5365:case 5621:case 3829:return re+e+e;case 5349:case 4246:case 4810:case 6968:case 2756:return re+e+Fr+e+pe+e+e;case 6828:case 4268:return re+e+pe+e+e;case 6165:return re+e+pe+"flex-"+e+e;case 5187:return re+e+ne(e,/(\w+).+(:[^]+)/,re+"box-$1$2"+pe+"flex-$1$2")+e;case 5443:return re+e+pe+"flex-item-"+ne(e,/flex-|-self/,"")+e;case 4675:return re+e+pe+"flex-line-pack"+ne(e,/align-content|flex-|-self/,"")+e;case 5548:return re+e+pe+ne(e,"shrink","negative")+e;case 5292:return re+e+pe+ne(e,"basis","preferred-size")+e;case 6060:return re+"box-"+ne(e,"-grow","")+re+e+pe+ne(e,"grow","positive")+e;case 4554:return re+ne(e,/([^-])(transform)/g,"$1"+re+"$2")+e;case 6187:return ne(ne(ne(e,/(zoom-|grab)/,re+"$1"),/(image-set)/,re+"$1"),e,"")+e;case 5495:case 3959:return ne(e,/(image-set\([^]*)/,re+"$1$`$1");case 4968:return ne(ne(e,/(.+:)(flex-)?(.*)/,re+"box-pack:$3"+pe+"flex-pack:$3"),/s.+-b[^;]+/,"justify")+re+e+e;case 4095:case 3583:case 4068:case 2532:return ne(e,/(.+)-inline(.+)/,re+"$1$2")+e;case 8116:case 7059:case 5753:case 5535:case 5445:case 5701:case 4933:case 4677:case 5533:case 5789:case 5021:case 4765:if(Ae(e)-1-t>6)switch(me(e,t+1)){case 109:if(me(e,t+4)!==45)break;case 102:return ne(e,/(.+:)(.+)-([^]+)/,"$1"+re+"$2-$3$1"+Fr+(me(e,t+3)==108?"$3":"$2-$3"))+e;case 115:return~Co(e,"stretch")?Pl(ne(e,"stretch","fill-available"),t)+e:e}break;case 4949:if(me(e,t+1)!==115)break;case 6444:switch(me(e,Ae(e)-3-(~Co(e,"!important")&&10))){case 107:return ne(e,":",":"+re)+e;case 101:return ne(e,/(.+:)([^;!]+)(;|!.+)?/,"$1"+re+(me(e,14)===45?"inline-":"")+"box$3$1"+re+"$2$3$1"+pe+"$2box$3")+e}break;case 5936:switch(me(e,t+11)){case 114:return re+e+pe+ne(e,/[svh]\w+-[tblr]{2}/,"tb")+e;case 108:return re+e+pe+ne(e,/[svh]\w+-[tblr]{2}/,"tb-rl")+e;case 45:return re+e+pe+ne(e,/[svh]\w+-[tblr]{2}/,"lr")+e}return re+e+pe+e+e}return e}var Lh=function(t,r,n,o){if(t.length>-1&&!t.return)switch(t.type){case Ko:t.return=Pl(t.value,t.length);break;case vl:return Rt([Gt(t,{value:ne(t.value,"@","@"+re)})],o);case Uo:if(t.length)return xh(t.props,function(s){switch(yh(s,/(::plac\w+|:read-\w+)/)){case":read-only":case":read-write":return Rt([Gt(t,{props:[ne(s,/:(read-\w+)/,":"+Fr+"$1")]})],o);case"::placeholder":return Rt([Gt(t,{props:[ne(s,/:(plac\w+)/,":"+re+"input-$1")]}),Gt(t,{props:[ne(s,/:(plac\w+)/,":"+Fr+"$1")]}),Gt(t,{props:[ne(s,/:(plac\w+)/,pe+"input-$1")]})],o)}return""})}},Dh=[Lh],Bh=function(t){var r=t.key;if(r==="css"){var n=document.querySelectorAll("style[data-emotion]:not([data-s])");Array.prototype.forEach.call(n,function(m){var y=m.getAttribute("data-emotion");y.indexOf(" ")!==-1&&(document.head.appendChild(m),m.setAttribute("data-s",""))})}var o=t.stylisPlugins||Dh,s={},i,a=[];i=t.container||document.head,Array.prototype.forEach.call(document.querySelectorAll('style[data-emotion^="'+r+' "]'),function(m){for(var y=m.getAttribute("data-emotion").split(" "),x=1;x<y.length;x++)s[y[x]]=!0;a.push(m)});var l,c=[Oh,Mh];{var u,h=[Rh,Th(function(m){u.insert(m)})],p=kh(c.concat(o,h)),v=function(y){return Rt(Nh(y),p)};l=function(y,x,b,P){u=b,v(y?y+"{"+x.styles+"}":x.styles),P&&(g.inserted[x.name]=!0)}}var g={key:r,sheet:new fh({key:r,container:i,nonce:t.nonce,speedy:t.speedy,prepend:t.prepend,insertionPoint:t.insertionPoint}),nonce:t.nonce,inserted:s,registered:{},insert:l};return g.sheet.hydrate(a),g};function Fh(e){for(var t=0,r,n=0,o=e.length;o>=4;++n,o-=4)r=e.charCodeAt(n)&255|(e.charCodeAt(++n)&255)<<8|(e.charCodeAt(++n)&255)<<16|(e.charCodeAt(++n)&255)<<24,r=(r&65535)*1540483477+((r>>>16)*59797<<16),r^=r>>>24,t=(r&65535)*1540483477+((r>>>16)*59797<<16)^(t&65535)*1540483477+((t>>>16)*59797<<16);switch(o){case 3:t^=(e.charCodeAt(n+2)&255)<<16;case 2:t^=(e.charCodeAt(n+1)&255)<<8;case 1:t^=e.charCodeAt(n)&255,t=(t&65535)*1540483477+((t>>>16)*59797<<16)}return t^=t>>>13,t=(t&65535)*1540483477+((t>>>16)*59797<<16),((t^t>>>15)>>>0).toString(36)}var $h={animationIterationCount:1,aspectRatio:1,borderImageOutset:1,borderImageSlice:1,borderImageWidth:1,boxFlex:1,boxFlexGroup:1,boxOrdinalGroup:1,columnCount:1,columns:1,flex:1,flexGrow:1,flexPositive:1,flexShrink:1,flexNegative:1,flexOrder:1,gridRow:1,gridRowEnd:1,gridRowSpan:1,gridRowStart:1,gridColumn:1,gridColumnEnd:1,gridColumnSpan:1,gridColumnStart:1,msGridRow:1,msGridRowSpan:1,msGridColumn:1,msGridColumnSpan:1,fontWeight:1,lineHeight:1,opacity:1,order:1,orphans:1,scale:1,tabSize:1,widows:1,zIndex:1,zoom:1,WebkitLineClamp:1,fillOpacity:1,floodOpacity:1,stopOpacity:1,strokeDasharray:1,strokeDashoffset:1,strokeMiterlimit:1,strokeOpacity:1,strokeWidth:1},zh=/[A-Z]|^ms/g,Vh=/_EMO_([^_]+?)_([^]*?)_EMO_/g,wl=function(t){return t.charCodeAt(1)===45},yi=function(t){return t!=null&&typeof t!="boolean"},_n=_h(function(e){return wl(e)?e:e.replace(zh,"-$&").toLowerCase()}),xi=function(t,r){switch(t){case"animation":case"animationName":if(typeof r=="string")return r.replace(Vh,function(n,o,s){return Je={name:o,styles:s,next:Je},o})}return $h[t]!==1&&!wl(t)&&typeof r=="number"&&r!==0?r+"px":r};function $r(e,t,r){if(r==null)return"";var n=r;if(n.__emotion_styles!==void 0)return n;switch(typeof r){case"boolean":return"";case"object":{var o=r;if(o.anim===1)return Je={name:o.name,styles:o.styles,next:Je},o.name;var s=r;if(s.styles!==void 0){var i=s.next;if(i!==void 0)for(;i!==void 0;)Je={name:i.name,styles:i.styles,next:Je},i=i.next;var a=s.styles+";";return a}return Hh(e,t,r)}}var l=r;if(t==null)return l;var c=t[l];return c!==void 0?c:l}function Hh(e,t,r){var n="";if(Array.isArray(r))for(var o=0;o<r.length;o++)n+=$r(e,t,r[o])+";";else for(var s in r){var i=r[s];if(typeof i!="object"){var a=i;t!=null&&t[a]!==void 0?n+=s+"{"+t[a]+"}":yi(a)&&(n+=_n(s)+":"+xi(s,a)+";")}else if(Array.isArray(i)&&typeof i[0]=="string"&&(t==null||t[i[0]]===void 0))for(var l=0;l<i.length;l++)yi(i[l])&&(n+=_n(s)+":"+xi(s,i[l])+";");else{var c=$r(e,t,i);switch(s){case"animation":case"animationName":{n+=_n(s)+":"+c+";";break}default:n+=s+"{"+c+"}"}}}return n}var bi=/label:\s*([^\s;{]+)\s*(;|$)/g,Je;function An(e,t,r){if(e.length===1&&typeof e[0]=="object"&&e[0]!==null&&e[0].styles!==void 0)return e[0];var n=!0,o="";Je=void 0;var s=e[0];if(s==null||s.raw===void 0)n=!1,o+=$r(r,t,s);else{var i=s;o+=i[0]}for(var a=1;a<e.length;a++)if(o+=$r(r,t,e[a]),n){var l=s;o+=l[a]}bi.lastIndex=0;for(var c="",u;(u=bi.exec(o))!==null;)c+="-"+u[1];var h=Fh(o)+c;return{name:h,styles:o,next:Je}}function Cl(e,t,r){var n="";return r.split(" ").forEach(function(o){e[o]!==void 0?t.push(e[o]+";"):o&&(n+=o+" ")}),n}var Gh=function(t,r,n){var o=t.key+"-"+r.name;t.registered[o]===void 0&&(t.registered[o]=r.styles)},Wh=function(t,r,n){Gh(t,r);var o=t.key+"-"+r.name;if(t.inserted[r.name]===void 0){var s=r;do t.insert(r===s?"."+o:"",s,t.sheet,!0),s=s.next;while(s!==void 0)}};function Pi(e,t){if(e.inserted[t.name]===void 0)return e.insert("",t,e.sheet,!0)}function wi(e,t,r){var n=[],o=Cl(e,n,r);return n.length<2?r:o+t(n)}var Uh=function(t){var r=Bh(t);r.sheet.speedy=function(a){this.isSpeedy=a},r.compat=!0;var n=function(){for(var l=arguments.length,c=new Array(l),u=0;u<l;u++)c[u]=arguments[u];var h=An(c,r.registered,void 0);return Wh(r,h),r.key+"-"+h.name},o=function(){for(var l=arguments.length,c=new Array(l),u=0;u<l;u++)c[u]=arguments[u];var h=An(c,r.registered),p="animation-"+h.name;return Pi(r,{name:h.name,styles:"@keyframes "+p+"{"+h.styles+"}"}),p},s=function(){for(var l=arguments.length,c=new Array(l),u=0;u<l;u++)c[u]=arguments[u];var h=An(c,r.registered);Pi(r,h)},i=function(){for(var l=arguments.length,c=new Array(l),u=0;u<l;u++)c[u]=arguments[u];return wi(r.registered,n,Kh(c))};return{css:n,cx:i,injectGlobal:s,keyframes:o,hydrate:function(l){l.forEach(function(c){r.inserted[c]=!0})},flush:function(){r.registered={},r.inserted={},r.sheet.flush()},sheet:r.sheet,cache:r,getRegisteredStyles:Cl.bind(null,r.registered),merge:wi.bind(null,r.registered,n)}},Kh=function e(t){for(var r="",n=0;n<t.length;n++){var o=t[n];if(o!=null){var s=void 0;switch(typeof o){case"boolean":break;case"object":{if(Array.isArray(o))s=e(o);else{s="";for(var i in o)o[i]&&i&&(s&&(s+=" "),s+=i)}break}default:s=o}s&&(r&&(r+=" "),r+=s)}}return r},Yh=Uh({key:"css"}),Xh=Yh.css;function Jh(e){return typeof e=="object"&&e!==null&&!Array.isArray(e)}function qo(e,t,r){if(e){if(typeof e=="function"){qo(e(t),t,r);return}if(Array.isArray(e)){for(const n of e)qo(n,t,r);return}Jh(e)&&r.push(e)}}function Qh(e,t){return!(t==null||typeof t=="object"||Array.isArray(t)||e.startsWith("@")||e.includes("&")||e.includes(":")||e.includes(" ")||e.includes(">")||e.includes("+")||e.includes("~")||e.includes("[")||e.includes(".")||e.includes("#"))}function Zh(e){const t={};for(const[r,n]of Object.entries(e))Qh(r,n)&&(t[r]=n);return t}function V(e,t){const r=[];if(qo(e,t,r),!r.length)return{sxClassName:void 0,sxInlineStyle:void 0};const n=Xh(r),o=r.reduce((s,i)=>({...s,...Zh(i)}),{});return{sxClassName:n,sxInlineStyle:o}}function M(...e){const t=e.reduce((r,n)=>n?{...r,...n}:r,{});return Object.keys(t).length?t:void 0}function tn(e){const{component:t,variant:r,size:n,rounded:o,shadow:s,bounce:i,splash:a,sx:l,style:c,className:u,class:h,...p}=e,v=t??"button",{roundedPreset:g,roundedStyle:m}=yt(o),{shadowPreset:y,shadowStyle:x}=ir(s),b=H(),{sxClassName:P,sxInlineStyle:w}=V(l,b);return f.jsx(v,{className:_(el({variant:r,size:n,rounded:g,shadow:y,bounce:i,splash:a}),P,u,h),style:M(c,m,x,w),...p})}tn.displayName="Button";const In={xs:"h-8 w-8 text-xs",sm:"h-10 w-10 text-sm",md:"h-12 w-12 text-base",lg:"h-14 w-14 text-lg",xl:"h-16 w-16 text-xl"};function em(e){if(e===void 0)return{sizeClassName:In.md};if(typeof e=="string"&&e in In)return{sizeClassName:In[e]};const t=typeof e=="number"?`${e}px`:e;return{sizeStyle:{width:t,height:t}}}function zr(e){const{component:t,size:r="md",position:n="fixed",left:o,top:s,right:i=16,bottom:a=16,zIndex:l=10,rounded:c="full",className:u,style:h,...p}=e,{sizeClassName:v,sizeStyle:g}=em(r),m={...p,component:t,size:"icon",rounded:c,className:_("shrink-0 overflow-hidden p-0",v,u),style:M({position:n,left:o,top:s,right:i,bottom:a,zIndex:l},g,h)};return f.jsx(tn,{...m})}zr.displayName="GhostButton";const Sl="__LDKJ_GHOST_BUTTON_GROUP_ITEM__";function Xo(e){return null}Xo.displayName="GhostButtonGroup.Item";Xo[Sl]=!0;function tm(e){return!!(e&&typeof e=="function"&&e[Sl]===!0)}function rm(e){return typeof e=="number"?`${e}px`:e}function Ci(e,t){return e.includes(t)}function nm(e){const t=[],r=[];return d.Children.forEach(e,n=>{if(d.isValidElement(n)&&tm(n.type)){r.push(n);return}t.push(n)}),{triggerChildren:t,itemChildren:r}}function om(e,t){switch(e){case"down":return{position:"absolute",top:`calc(100% + ${t})`,right:0,display:"flex",flexDirection:"column",alignItems:"flex-end",gap:t};case"left":return{position:"absolute",right:`calc(100% + ${t})`,top:0,display:"flex",flexDirection:"row-reverse",alignItems:"center",gap:t};case"right":return{position:"absolute",left:`calc(100% + ${t})`,top:0,display:"flex",flexDirection:"row",alignItems:"center",gap:t};default:return{position:"absolute",bottom:`calc(100% + ${t})`,right:0,display:"flex",flexDirection:"column-reverse",alignItems:"flex-end",gap:t}}}function sm(e){switch(e){case"down":return"translateY(-16px) scale(0.78)";case"left":return"translateX(16px) scale(0.78)";case"right":return"translateX(-16px) scale(0.78)";default:return"translateY(16px) scale(0.78)"}}function im(e,t,r,n){const o=t==="open",s=r*85,i=Math.max(n-r-1,0)*65;return{opacity:o?1:0,transform:o?"translate3d(0, 0, 0) scale(1)":sm(e),transitionProperty:"opacity, transform",transitionDuration:o?"380ms":"260ms",transitionTimingFunction:o?"cubic-bezier(0.16, 1, 0.3, 1)":"cubic-bezier(0.4, 0, 1, 1)",transitionDelay:`${o?s:i}ms`,willChange:"opacity, transform"}}function am(e){const{trigger:t="click",direction:r="up",gap:n=12,items:o,children:s,position:i="fixed",left:a,top:l,right:c=16,bottom:u=16,zIndex:h=10,onClick:p,...v}=e,g=Array.isArray(t)?t:[t],m=rm(n),{triggerChildren:y,itemChildren:x}=nm(s),b=[...o??[],...x.map(j=>({...j.props,key:j.key??void 0}))],[P,w]=d.useState(!1),[N,q]=d.useState("closed"),C=d.useRef(null),S=d.useRef(null),R=y.length>0?f.jsx(f.Fragment,{children:y}):void 0,A=Ci(g,"hover"),E=Ci(g,"click"),k=Math.max(b.length-1,0)*65,T=N!=="closed";d.useEffect(()=>{if(P){if(N==="open"||N==="preparing")return;q("preparing");return}if(N==="closed"||N==="exiting")return;q("exiting");const j=window.setTimeout(()=>{q("closed")},k);return()=>window.clearTimeout(j)},[k,N,P]),d.useLayoutEffect(()=>{if(N!=="preparing")return;S.current?.offsetHeight;const j=window.requestAnimationFrame(()=>{q(B=>B==="preparing"?"open":B)});return()=>window.cancelAnimationFrame(j)},[N]),d.useEffect(()=>{if(!P||!E)return;const j=D=>{const W=D.target;W instanceof Node&&(C.current?.contains(W)||w(!1))},B=D=>{D.key==="Escape"&&w(!1)};return document.addEventListener("pointerdown",j),document.addEventListener("keydown",B),()=>{document.removeEventListener("pointerdown",j),document.removeEventListener("keydown",B)}},[P,E]);const O={...v,position:"static",right:void 0,bottom:void 0,left:void 0,top:void 0,zIndex:h,onClick:j=>{E&&w(B=>!B),p?.(j)},"aria-expanded":P,"aria-haspopup":"menu",children:R};return f.jsx("div",{ref:C,className:_("inline-flex w-fit"),style:{position:i,left:a,top:l,right:c,bottom:u,zIndex:h},onMouseEnter:A?()=>w(!0):void 0,onMouseLeave:A?()=>w(!1):void 0,children:f.jsxs("div",{className:_("relative inline-flex w-fit"),children:[T&&b.length>0?f.jsx("div",{ref:S,style:{...om(r,m),pointerEvents:N==="open"?"auto":"none"},children:b.map((j,B)=>{const{itemKey:D,onClick:W,...L}=j;return f.jsx("div",{style:im(r,N,B,b.length),children:f.jsx(zr,{position:"static",...L,onClick:le=>{W?.(le),w(!1)}})},D??j.key??B)})}):null,f.jsx(zr,{...O})]})})}const ql=Object.assign(am,{Item:Xo});ql.displayName="GhostButtonGroup";const Jo={account_balance:{outlined:()=>Promise.resolve().then(()=>require("./icons/account_balance-CUtdZSEP.cjs")),rounded:()=>Promise.resolve().then(()=>require("./icons/account_balance-DgmFjt_z.cjs")),sharp:()=>Promise.resolve().then(()=>require("./icons/account_balance-DeohA2h8.cjs"))},account_box:{outlined:()=>Promise.resolve().then(()=>require("./icons/account_box-ByaMMQqG.cjs")),rounded:()=>Promise.resolve().then(()=>require("./icons/account_box-D7sM1NTh.cjs")),sharp:()=>Promise.resolve().then(()=>require("./icons/account_box-ajw070dx.cjs"))},account_circle:{outlined:()=>Promise.resolve().then(()=>require("./icons/account_circle-o5PrByrE.cjs")),rounded:()=>Promise.resolve().then(()=>require("./icons/account_circle-C5KLCF80.cjs")),sharp:()=>Promise.resolve().then(()=>require("./icons/account_circle-BMRVTtpY.cjs"))},add:{outlined:()=>Promise.resolve().then(()=>require("./icons/add-BzODBN57.cjs")),rounded:()=>Promise.resolve().then(()=>require("./icons/add-Bj-fRqEw.cjs")),sharp:()=>Promise.resolve().then(()=>require("./icons/add-Dpbpem6v.cjs"))},add_circle:{outlined:()=>Promise.resolve().then(()=>require("./icons/add_circle-BEfQaNTw.cjs")),rounded:()=>Promise.resolve().then(()=>require("./icons/add_circle-Pz6hbZr2.cjs")),sharp:()=>Promise.resolve().then(()=>require("./icons/add_circle-Bs6fLIPH.cjs"))},admin_panel_settings:{outlined:()=>Promise.resolve().then(()=>require("./icons/admin_panel_settings-BbSsx_KB.cjs")),rounded:()=>Promise.resolve().then(()=>require("./icons/admin_panel_settings-Cq6cV6Iq.cjs")),sharp:()=>Promise.resolve().then(()=>require("./icons/admin_panel_settings-DcqNfgoM.cjs"))},air:{outlined:()=>Promise.resolve().then(()=>require("./icons/air-BF03LOQ-.cjs")),rounded:()=>Promise.resolve().then(()=>require("./icons/air-i_rK7JxO.cjs")),sharp:()=>Promise.resolve().then(()=>require("./icons/air-OSLzaxxp.cjs"))},alarm:{outlined:()=>Promise.resolve().then(()=>require("./icons/alarm-CCYlrdau.cjs")),rounded:()=>Promise.resolve().then(()=>require("./icons/alarm-DeO1fh0q.cjs")),sharp:()=>Promise.resolve().then(()=>require("./icons/alarm-BxyCb1Qv.cjs"))},apps:{outlined:()=>Promise.resolve().then(()=>require("./icons/apps-fIilHLYB.cjs")),rounded:()=>Promise.resolve().then(()=>require("./icons/apps-BdFHXOsp.cjs")),sharp:()=>Promise.resolve().then(()=>require("./icons/apps-C9ltbSUJ.cjs"))},archive:{outlined:()=>Promise.resolve().then(()=>require("./icons/archive-7V65cuRY.cjs")),rounded:()=>Promise.resolve().then(()=>require("./icons/archive-er16TWXw.cjs")),sharp:()=>Promise.resolve().then(()=>require("./icons/archive-Ckz6yJQF.cjs"))},arrow_back:{outlined:()=>Promise.resolve().then(()=>require("./icons/arrow_back-XdtHQyqo.cjs")),rounded:()=>Promise.resolve().then(()=>require("./icons/arrow_back-DaOcsNP6.cjs")),sharp:()=>Promise.resolve().then(()=>require("./icons/arrow_back-g66EkDwT.cjs"))},arrow_downward:{outlined:()=>Promise.resolve().then(()=>require("./icons/arrow_downward-BBbhvRa_.cjs")),rounded:()=>Promise.resolve().then(()=>require("./icons/arrow_downward-CYCI-w3L.cjs")),sharp:()=>Promise.resolve().then(()=>require("./icons/arrow_downward-DkW9HR00.cjs"))},arrow_forward:{outlined:()=>Promise.resolve().then(()=>require("./icons/arrow_forward-NKtJV9mD.cjs")),rounded:()=>Promise.resolve().then(()=>require("./icons/arrow_forward-B54VLaZC.cjs")),sharp:()=>Promise.resolve().then(()=>require("./icons/arrow_forward-hLdyTARF.cjs"))},arrow_upward:{outlined:()=>Promise.resolve().then(()=>require("./icons/arrow_upward-GAIOJvM7.cjs")),rounded:()=>Promise.resolve().then(()=>require("./icons/arrow_upward-BtxjFwlX.cjs")),sharp:()=>Promise.resolve().then(()=>require("./icons/arrow_upward-CBdxpNSC.cjs"))},article:{outlined:()=>Promise.resolve().then(()=>require("./icons/article-B6nzs-qa.cjs")),rounded:()=>Promise.resolve().then(()=>require("./icons/article-CGpbLCcR.cjs")),sharp:()=>Promise.resolve().then(()=>require("./icons/article-CDZ6_tTi.cjs"))},attach_file:{outlined:()=>Promise.resolve().then(()=>require("./icons/attach_file-DyFViTnA.cjs")),rounded:()=>Promise.resolve().then(()=>require("./icons/attach_file-RLWNGDyR.cjs")),sharp:()=>Promise.resolve().then(()=>require("./icons/attach_file-CNA3xvqM.cjs"))},attach_money:{outlined:()=>Promise.resolve().then(()=>require("./icons/attach_money-DQPXCGZk.cjs")),rounded:()=>Promise.resolve().then(()=>require("./icons/attach_money-CfNoy99Y.cjs")),sharp:()=>Promise.resolve().then(()=>require("./icons/attach_money-JvxHPUl2.cjs"))},backspace:{outlined:()=>Promise.resolve().then(()=>require("./icons/backspace-JswWFvx7.cjs")),rounded:()=>Promise.resolve().then(()=>require("./icons/backspace-DDu6Afit.cjs")),sharp:()=>Promise.resolve().then(()=>require("./icons/backspace-pPWKZ2Y2.cjs"))},badge:{outlined:()=>Promise.resolve().then(()=>require("./icons/badge-Cc8lmWgw.cjs")),rounded:()=>Promise.resolve().then(()=>require("./icons/badge-Btf6MXDZ.cjs")),sharp:()=>Promise.resolve().then(()=>require("./icons/badge-BXrUAN1m.cjs"))},block:{outlined:()=>Promise.resolve().then(()=>require("./icons/block-ByxkMrvC.cjs")),rounded:()=>Promise.resolve().then(()=>require("./icons/block-C8EIO6vB.cjs")),sharp:()=>Promise.resolve().then(()=>require("./icons/block-D7pQpqds.cjs"))},bolt:{outlined:()=>Promise.resolve().then(()=>require("./icons/bolt-CUZki2JV.cjs")),rounded:()=>Promise.resolve().then(()=>require("./icons/bolt-A-Z_tqr9.cjs")),sharp:()=>Promise.resolve().then(()=>require("./icons/bolt-BKR3IpJG.cjs"))},book:{outlined:()=>Promise.resolve().then(()=>require("./icons/book-B_vtXpwq.cjs")),rounded:()=>Promise.resolve().then(()=>require("./icons/book-BvIH3Qcj.cjs")),sharp:()=>Promise.resolve().then(()=>require("./icons/book-s5W9WL4N.cjs"))},bookmark:{outlined:()=>Promise.resolve().then(()=>require("./icons/bookmark-BJdOWq2Y.cjs")),rounded:()=>Promise.resolve().then(()=>require("./icons/bookmark-BOsIEQfb.cjs")),sharp:()=>Promise.resolve().then(()=>require("./icons/bookmark-CY6PuZ4w.cjs"))},bookmarks:{outlined:()=>Promise.resolve().then(()=>require("./icons/bookmarks-CBfrFEQH.cjs")),rounded:()=>Promise.resolve().then(()=>require("./icons/bookmarks-C1k5ldLa.cjs")),sharp:()=>Promise.resolve().then(()=>require("./icons/bookmarks-DbGfzxJk.cjs"))},brush:{outlined:()=>Promise.resolve().then(()=>require("./icons/brush-DqhWkOyP.cjs")),rounded:()=>Promise.resolve().then(()=>require("./icons/brush-CWCZYG4N.cjs")),sharp:()=>Promise.resolve().then(()=>require("./icons/brush-oeiVL9Xk.cjs"))},bug_report:{outlined:()=>Promise.resolve().then(()=>require("./icons/bug_report-Dgg4ML7C.cjs")),rounded:()=>Promise.resolve().then(()=>require("./icons/bug_report-DqBzy5Wd.cjs")),sharp:()=>Promise.resolve().then(()=>require("./icons/bug_report-FgdRro3E.cjs"))},build:{outlined:()=>Promise.resolve().then(()=>require("./icons/build-DzKk0FwR.cjs")),rounded:()=>Promise.resolve().then(()=>require("./icons/build-Bg6u0xY0.cjs")),sharp:()=>Promise.resolve().then(()=>require("./icons/build-fQP-NxA6.cjs"))},calendar_month:{outlined:()=>Promise.resolve().then(()=>require("./icons/calendar_month-BuGnlxNv.cjs")),rounded:()=>Promise.resolve().then(()=>require("./icons/calendar_month-CWa__6wz.cjs")),sharp:()=>Promise.resolve().then(()=>require("./icons/calendar_month-BX-upKoW.cjs"))},calendar_today:{outlined:()=>Promise.resolve().then(()=>require("./icons/calendar_today-dvqmK8Mt.cjs")),rounded:()=>Promise.resolve().then(()=>require("./icons/calendar_today-BXLVEJdq.cjs")),sharp:()=>Promise.resolve().then(()=>require("./icons/calendar_today-CPs1WBvs.cjs"))},call:{outlined:()=>Promise.resolve().then(()=>require("./icons/call-ay175YDV.cjs")),rounded:()=>Promise.resolve().then(()=>require("./icons/call-ftvfgcxN.cjs")),sharp:()=>Promise.resolve().then(()=>require("./icons/call-wKD6ISPV.cjs"))},call_end:{outlined:()=>Promise.resolve().then(()=>require("./icons/call_end-DwGpra_h.cjs")),rounded:()=>Promise.resolve().then(()=>require("./icons/call_end-Bx5pJnkm.cjs")),sharp:()=>Promise.resolve().then(()=>require("./icons/call_end-WoQXHoTY.cjs"))},call_made:{outlined:()=>Promise.resolve().then(()=>require("./icons/call_made-BKy-0N_5.cjs")),rounded:()=>Promise.resolve().then(()=>require("./icons/call_made-1di_yrkH.cjs")),sharp:()=>Promise.resolve().then(()=>require("./icons/call_made-nzO_qhRa.cjs"))},call_received:{outlined:()=>Promise.resolve().then(()=>require("./icons/call_received-DiGMt09V.cjs")),rounded:()=>Promise.resolve().then(()=>require("./icons/call_received-kDCUptdw.cjs")),sharp:()=>Promise.resolve().then(()=>require("./icons/call_received-svsjpWZB.cjs"))},campaign:{outlined:()=>Promise.resolve().then(()=>require("./icons/campaign-CO4rU-NI.cjs")),rounded:()=>Promise.resolve().then(()=>require("./icons/campaign-C7gu21Yl.cjs")),sharp:()=>Promise.resolve().then(()=>require("./icons/campaign-Ci9P9bD0.cjs"))},cancel:{outlined:()=>Promise.resolve().then(()=>require("./icons/cancel-syDzrIhz.cjs")),rounded:()=>Promise.resolve().then(()=>require("./icons/cancel-Be4ComkT.cjs")),sharp:()=>Promise.resolve().then(()=>require("./icons/cancel-BswRxQQC.cjs"))},category:{outlined:()=>Promise.resolve().then(()=>require("./icons/category-DLWu2IoJ.cjs")),rounded:()=>Promise.resolve().then(()=>require("./icons/category-lpNWuhQx.cjs")),sharp:()=>Promise.resolve().then(()=>require("./icons/category-CnrWZz9Q.cjs"))},chat:{outlined:()=>Promise.resolve().then(()=>require("./icons/chat-DThyMw25.cjs")),rounded:()=>Promise.resolve().then(()=>require("./icons/chat-DVBtcmFJ.cjs")),sharp:()=>Promise.resolve().then(()=>require("./icons/chat-BIjxgeKo.cjs"))},chat_bubble:{outlined:()=>Promise.resolve().then(()=>require("./icons/chat_bubble-B7awcvGP.cjs")),rounded:()=>Promise.resolve().then(()=>require("./icons/chat_bubble-CPB6ZiCC.cjs")),sharp:()=>Promise.resolve().then(()=>require("./icons/chat_bubble-mZGoeI3I.cjs"))},check:{outlined:()=>Promise.resolve().then(()=>require("./icons/check-C4gcqg9A.cjs")),rounded:()=>Promise.resolve().then(()=>require("./icons/check-CDtP9Bf4.cjs")),sharp:()=>Promise.resolve().then(()=>require("./icons/check-BQ20Asfd.cjs"))},check_box:{outlined:()=>Promise.resolve().then(()=>require("./icons/check_box-cXMcUfzz.cjs")),rounded:()=>Promise.resolve().then(()=>require("./icons/check_box-yboW6saa.cjs")),sharp:()=>Promise.resolve().then(()=>require("./icons/check_box-DD0D5gpB.cjs"))},check_box_outline_blank:{outlined:()=>Promise.resolve().then(()=>require("./icons/check_box_outline_blank-CIKY0Ccw.cjs")),rounded:()=>Promise.resolve().then(()=>require("./icons/check_box_outline_blank-B0K7VEOf.cjs")),sharp:()=>Promise.resolve().then(()=>require("./icons/check_box_outline_blank-DPZa0VCl.cjs"))},check_circle:{outlined:()=>Promise.resolve().then(()=>require("./icons/check_circle-DTQ1d7Oc.cjs")),rounded:()=>Promise.resolve().then(()=>require("./icons/check_circle-BVUl3Gb5.cjs")),sharp:()=>Promise.resolve().then(()=>require("./icons/check_circle-BYYx6u5r.cjs"))},chevron_left:{outlined:()=>Promise.resolve().then(()=>require("./icons/chevron_left-Yec8UECM.cjs")),rounded:()=>Promise.resolve().then(()=>require("./icons/chevron_left-DE3pHCnM.cjs")),sharp:()=>Promise.resolve().then(()=>require("./icons/chevron_left-BPHI54rl.cjs"))},chevron_right:{outlined:()=>Promise.resolve().then(()=>require("./icons/chevron_right-BkGOM5fi.cjs")),rounded:()=>Promise.resolve().then(()=>require("./icons/chevron_right-CFTu2vbL.cjs")),sharp:()=>Promise.resolve().then(()=>require("./icons/chevron_right-DpzjvNsP.cjs"))},child_care:{outlined:()=>Promise.resolve().then(()=>require("./icons/child_care-nZB2N3YA.cjs")),rounded:()=>Promise.resolve().then(()=>require("./icons/child_care-CIQ9k-f9.cjs")),sharp:()=>Promise.resolve().then(()=>require("./icons/child_care-CB79ivb8.cjs"))},circle:{outlined:()=>Promise.resolve().then(()=>require("./icons/circle-DS_HMXBR.cjs")),rounded:()=>Promise.resolve().then(()=>require("./icons/circle-BPX6153P.cjs")),sharp:()=>Promise.resolve().then(()=>require("./icons/circle-D8ImCYQn.cjs"))},close:{outlined:()=>Promise.resolve().then(()=>require("./icons/close-C71jnCsP.cjs")),rounded:()=>Promise.resolve().then(()=>require("./icons/close-DAORXT73.cjs")),sharp:()=>Promise.resolve().then(()=>require("./icons/close-08-8sBl_.cjs"))},cloud:{outlined:()=>Promise.resolve().then(()=>require("./icons/cloud-aGhF0P8X.cjs")),rounded:()=>Promise.resolve().then(()=>require("./icons/cloud-DoSYW56S.cjs")),sharp:()=>Promise.resolve().then(()=>require("./icons/cloud-CWTEjqrC.cjs"))},cloud_download:{outlined:()=>Promise.resolve().then(()=>require("./icons/cloud_download-Cr0f1A7w.cjs")),rounded:()=>Promise.resolve().then(()=>require("./icons/cloud_download-BSgA6nE3.cjs")),sharp:()=>Promise.resolve().then(()=>require("./icons/cloud_download-B46UbXM2.cjs"))},cloud_upload:{outlined:()=>Promise.resolve().then(()=>require("./icons/cloud_upload-CEBNsRxa.cjs")),rounded:()=>Promise.resolve().then(()=>require("./icons/cloud_upload-BxrCa7P9.cjs")),sharp:()=>Promise.resolve().then(()=>require("./icons/cloud_upload-C8JjVx81.cjs"))},code:{outlined:()=>Promise.resolve().then(()=>require("./icons/code-6RkiCXwP.cjs")),rounded:()=>Promise.resolve().then(()=>require("./icons/code-DuM9qskR.cjs")),sharp:()=>Promise.resolve().then(()=>require("./icons/code-oJW84q_m.cjs"))},comment:{outlined:()=>Promise.resolve().then(()=>require("./icons/comment-O_bHBTmR.cjs")),rounded:()=>Promise.resolve().then(()=>require("./icons/comment-jfrDsQcR.cjs")),sharp:()=>Promise.resolve().then(()=>require("./icons/comment-D2ad_q2m.cjs"))},compare:{outlined:()=>Promise.resolve().then(()=>require("./icons/compare-CUzBU-28.cjs")),rounded:()=>Promise.resolve().then(()=>require("./icons/compare-DdMgRs9f.cjs")),sharp:()=>Promise.resolve().then(()=>require("./icons/compare-DFR9iUjQ.cjs"))},contacts:{outlined:()=>Promise.resolve().then(()=>require("./icons/contacts-4hDX5byG.cjs")),rounded:()=>Promise.resolve().then(()=>require("./icons/contacts-Cb5xhSPR.cjs")),sharp:()=>Promise.resolve().then(()=>require("./icons/contacts-GfLHJBAS.cjs"))},content_copy:{outlined:()=>Promise.resolve().then(()=>require("./icons/content_copy-Dm6tlywE.cjs")),rounded:()=>Promise.resolve().then(()=>require("./icons/content_copy-CDA8g8Ce.cjs")),sharp:()=>Promise.resolve().then(()=>require("./icons/content_copy-B295-Nv3.cjs"))},content_paste:{outlined:()=>Promise.resolve().then(()=>require("./icons/content_paste-CoehqCUw.cjs")),rounded:()=>Promise.resolve().then(()=>require("./icons/content_paste-D0OJlLhs.cjs")),sharp:()=>Promise.resolve().then(()=>require("./icons/content_paste-CAAddckI.cjs"))},copyright:{outlined:()=>Promise.resolve().then(()=>require("./icons/copyright-CmWUWze4.cjs")),rounded:()=>Promise.resolve().then(()=>require("./icons/copyright-B4gtWEWc.cjs")),sharp:()=>Promise.resolve().then(()=>require("./icons/copyright-sqUhIT0W.cjs"))},credit_card:{outlined:()=>Promise.resolve().then(()=>require("./icons/credit_card-B_DF2PK1.cjs")),rounded:()=>Promise.resolve().then(()=>require("./icons/credit_card-Ch3__Lys.cjs")),sharp:()=>Promise.resolve().then(()=>require("./icons/credit_card-_iyk8SdT.cjs"))},credit_score:{outlined:()=>Promise.resolve().then(()=>require("./icons/credit_score-BTAUUWvv.cjs")),rounded:()=>Promise.resolve().then(()=>require("./icons/credit_score-RCK9vD6_.cjs")),sharp:()=>Promise.resolve().then(()=>require("./icons/credit_score-BUo_aYKm.cjs"))},crop:{outlined:()=>Promise.resolve().then(()=>require("./icons/crop-GyzEL4nJ.cjs")),rounded:()=>Promise.resolve().then(()=>require("./icons/crop-CLGpqAKW.cjs")),sharp:()=>Promise.resolve().then(()=>require("./icons/crop-Ck5Oq93S.cjs"))},dangerous:{outlined:()=>Promise.resolve().then(()=>require("./icons/dangerous-BHX_WAG0.cjs")),rounded:()=>Promise.resolve().then(()=>require("./icons/dangerous-VVnFWj0T.cjs")),sharp:()=>Promise.resolve().then(()=>require("./icons/dangerous-CyWhR8GS.cjs"))},dark_mode:{outlined:()=>Promise.resolve().then(()=>require("./icons/dark_mode-CVQYfD9N.cjs")),rounded:()=>Promise.resolve().then(()=>require("./icons/dark_mode-Cna-h-8z.cjs")),sharp:()=>Promise.resolve().then(()=>require("./icons/dark_mode-BApz1m5T.cjs"))},dashboard:{outlined:()=>Promise.resolve().then(()=>require("./icons/dashboard-y4JXkAlZ.cjs")),rounded:()=>Promise.resolve().then(()=>require("./icons/dashboard-yvpXQGFe.cjs")),sharp:()=>Promise.resolve().then(()=>require("./icons/dashboard-qxOP92mW.cjs"))},data_usage:{outlined:()=>Promise.resolve().then(()=>require("./icons/data_usage-BFgNM46G.cjs")),rounded:()=>Promise.resolve().then(()=>require("./icons/data_usage-DF86vx6L.cjs")),sharp:()=>Promise.resolve().then(()=>require("./icons/data_usage-B69lbac5.cjs"))},delete:{outlined:()=>Promise.resolve().then(()=>require("./icons/delete-C0t5Pp8-.cjs")),rounded:()=>Promise.resolve().then(()=>require("./icons/delete-CEMqbUF0.cjs")),sharp:()=>Promise.resolve().then(()=>require("./icons/delete-xENv8YmX.cjs"))},delete_forever:{outlined:()=>Promise.resolve().then(()=>require("./icons/delete_forever-BE5StSao.cjs")),rounded:()=>Promise.resolve().then(()=>require("./icons/delete_forever-DwtLSgzF.cjs")),sharp:()=>Promise.resolve().then(()=>require("./icons/delete_forever-B8PUopIK.cjs"))},density_medium:{outlined:()=>Promise.resolve().then(()=>require("./icons/density_medium-BFy-8lbn.cjs")),rounded:()=>Promise.resolve().then(()=>require("./icons/density_medium-Bze5BcMr.cjs")),sharp:()=>Promise.resolve().then(()=>require("./icons/density_medium-BoavJs4H.cjs"))},description:{outlined:()=>Promise.resolve().then(()=>require("./icons/description-SQPUh5qC.cjs")),rounded:()=>Promise.resolve().then(()=>require("./icons/description-CxGEPSh9.cjs")),sharp:()=>Promise.resolve().then(()=>require("./icons/description-CMHCszzJ.cjs"))},desktop_windows:{outlined:()=>Promise.resolve().then(()=>require("./icons/desktop_windows-DOHf23Xr.cjs")),rounded:()=>Promise.resolve().then(()=>require("./icons/desktop_windows-rsIMFxNM.cjs")),sharp:()=>Promise.resolve().then(()=>require("./icons/desktop_windows-ft9l6Jnn.cjs"))},devices:{outlined:()=>Promise.resolve().then(()=>require("./icons/devices-D1QkNOdg.cjs")),rounded:()=>Promise.resolve().then(()=>require("./icons/devices-Cs6AyB_p.cjs")),sharp:()=>Promise.resolve().then(()=>require("./icons/devices-CZuDnQ7B.cjs"))},directions:{outlined:()=>Promise.resolve().then(()=>require("./icons/directions-CV3aYvJw.cjs")),rounded:()=>Promise.resolve().then(()=>require("./icons/directions-Cq30pjX9.cjs")),sharp:()=>Promise.resolve().then(()=>require("./icons/directions-BYfIHQ8Z.cjs"))},directions_bus:{outlined:()=>Promise.resolve().then(()=>require("./icons/directions_bus-CznPtArU.cjs")),rounded:()=>Promise.resolve().then(()=>require("./icons/directions_bus-ChCQ0VJv.cjs")),sharp:()=>Promise.resolve().then(()=>require("./icons/directions_bus-2Bu4yiHM.cjs"))},directions_car:{outlined:()=>Promise.resolve().then(()=>require("./icons/directions_car-DIRBYtBd.cjs")),rounded:()=>Promise.resolve().then(()=>require("./icons/directions_car-Ty3h4aoe.cjs")),sharp:()=>Promise.resolve().then(()=>require("./icons/directions_car-dxAiBgAE.cjs"))},dns:{outlined:()=>Promise.resolve().then(()=>require("./icons/dns-BrL6vlto.cjs")),rounded:()=>Promise.resolve().then(()=>require("./icons/dns-DQC01d17.cjs")),sharp:()=>Promise.resolve().then(()=>require("./icons/dns-BxMrX-Qx.cjs"))},download:{outlined:()=>Promise.resolve().then(()=>require("./icons/download-BfEc7ftL.cjs")),rounded:()=>Promise.resolve().then(()=>require("./icons/download-oQO1wMDQ.cjs")),sharp:()=>Promise.resolve().then(()=>require("./icons/download-BbGaNWaF.cjs"))},download_done:{outlined:()=>Promise.resolve().then(()=>require("./icons/download_done-BF_KMt21.cjs")),rounded:()=>Promise.resolve().then(()=>require("./icons/download_done-mY_IvV91.cjs")),sharp:()=>Promise.resolve().then(()=>require("./icons/download_done-QJO7z-t7.cjs"))},drag_handle:{outlined:()=>Promise.resolve().then(()=>require("./icons/drag_handle-B85eeiSW.cjs")),rounded:()=>Promise.resolve().then(()=>require("./icons/drag_handle-CZy0Muds.cjs")),sharp:()=>Promise.resolve().then(()=>require("./icons/drag_handle-DIHjJaP4.cjs"))},drive_file_move:{outlined:()=>Promise.resolve().then(()=>require("./icons/drive_file_move-CyquxnGI.cjs")),rounded:()=>Promise.resolve().then(()=>require("./icons/drive_file_move-B7Ib41Bg.cjs")),sharp:()=>Promise.resolve().then(()=>require("./icons/drive_file_move-BzZBDz_T.cjs"))},eco:{outlined:()=>Promise.resolve().then(()=>require("./icons/eco-BQpR7DfB.cjs")),rounded:()=>Promise.resolve().then(()=>require("./icons/eco-BfhARi85.cjs")),sharp:()=>Promise.resolve().then(()=>require("./icons/eco-Dti-gVb_.cjs"))},edit:{outlined:()=>Promise.resolve().then(()=>require("./icons/edit-ChFc7I7P.cjs")),rounded:()=>Promise.resolve().then(()=>require("./icons/edit-BeJgtsta.cjs")),sharp:()=>Promise.resolve().then(()=>require("./icons/edit-T1-rErag.cjs"))},edit_attributes:{outlined:()=>Promise.resolve().then(()=>require("./icons/edit_attributes-6JWFwGzl.cjs")),rounded:()=>Promise.resolve().then(()=>require("./icons/edit_attributes-B1Ctn3RI.cjs")),sharp:()=>Promise.resolve().then(()=>require("./icons/edit_attributes-BFsYoU1-.cjs"))},edit_note:{outlined:()=>Promise.resolve().then(()=>require("./icons/edit_note-Da_iOdrc.cjs")),rounded:()=>Promise.resolve().then(()=>require("./icons/edit_note-rScMJnJT.cjs")),sharp:()=>Promise.resolve().then(()=>require("./icons/edit_note--rw8SVa_.cjs"))},eject:{outlined:()=>Promise.resolve().then(()=>require("./icons/eject-C_8lRJPy.cjs")),rounded:()=>Promise.resolve().then(()=>require("./icons/eject-DTQWDrIz.cjs")),sharp:()=>Promise.resolve().then(()=>require("./icons/eject-CtLNSegr.cjs"))},elderly:{outlined:()=>Promise.resolve().then(()=>require("./icons/elderly-Ceh2P7r-.cjs")),rounded:()=>Promise.resolve().then(()=>require("./icons/elderly-CcU85K06.cjs")),sharp:()=>Promise.resolve().then(()=>require("./icons/elderly-DAtLwTFA.cjs"))},engineering:{outlined:()=>Promise.resolve().then(()=>require("./icons/engineering-BkYJD_Or.cjs")),rounded:()=>Promise.resolve().then(()=>require("./icons/engineering-1o10EfNE.cjs")),sharp:()=>Promise.resolve().then(()=>require("./icons/engineering-JuMPs6Y3.cjs"))},equalizer:{outlined:()=>Promise.resolve().then(()=>require("./icons/equalizer-efzGc3fN.cjs")),rounded:()=>Promise.resolve().then(()=>require("./icons/equalizer-DJkAwv6t.cjs")),sharp:()=>Promise.resolve().then(()=>require("./icons/equalizer-CBRz_t0n.cjs"))},error:{outlined:()=>Promise.resolve().then(()=>require("./icons/error-DhIFJDit.cjs")),rounded:()=>Promise.resolve().then(()=>require("./icons/error-DzScQD-0.cjs")),sharp:()=>Promise.resolve().then(()=>require("./icons/error-BSxnVrjF.cjs"))},event:{outlined:()=>Promise.resolve().then(()=>require("./icons/event-CLOpMWNS.cjs")),rounded:()=>Promise.resolve().then(()=>require("./icons/event-BO8hSbhH.cjs")),sharp:()=>Promise.resolve().then(()=>require("./icons/event-C0zGLwjQ.cjs"))},event_available:{outlined:()=>Promise.resolve().then(()=>require("./icons/event_available-D39f0o2z.cjs")),rounded:()=>Promise.resolve().then(()=>require("./icons/event_available-DwjeOvX9.cjs")),sharp:()=>Promise.resolve().then(()=>require("./icons/event_available-DMl5IYfi.cjs"))},event_busy:{outlined:()=>Promise.resolve().then(()=>require("./icons/event_busy-DLhs3cqk.cjs")),rounded:()=>Promise.resolve().then(()=>require("./icons/event_busy-CO5GomJ1.cjs")),sharp:()=>Promise.resolve().then(()=>require("./icons/event_busy-BsbAdBc3.cjs"))},exit_to_app:{outlined:()=>Promise.resolve().then(()=>require("./icons/exit_to_app-4ELlyKP5.cjs")),rounded:()=>Promise.resolve().then(()=>require("./icons/exit_to_app-Bp3DQYOi.cjs")),sharp:()=>Promise.resolve().then(()=>require("./icons/exit_to_app-BPsYFa6S.cjs"))},expand:{outlined:()=>Promise.resolve().then(()=>require("./icons/expand-BoSPrbcp.cjs")),rounded:()=>Promise.resolve().then(()=>require("./icons/expand-CADHXT-_.cjs")),sharp:()=>Promise.resolve().then(()=>require("./icons/expand-Dy3_OGRo.cjs"))},explore:{outlined:()=>Promise.resolve().then(()=>require("./icons/explore-CiiSPHhR.cjs")),rounded:()=>Promise.resolve().then(()=>require("./icons/explore-DAuehy4i.cjs")),sharp:()=>Promise.resolve().then(()=>require("./icons/explore-CWVUOfFd.cjs"))},explore_off:{outlined:()=>Promise.resolve().then(()=>require("./icons/explore_off-BR_xU7jX.cjs")),rounded:()=>Promise.resolve().then(()=>require("./icons/explore_off-Bsy6PdBD.cjs")),sharp:()=>Promise.resolve().then(()=>require("./icons/explore_off-C8Pin35x.cjs"))},extension:{outlined:()=>Promise.resolve().then(()=>require("./icons/extension-Bg6YhsUZ.cjs")),rounded:()=>Promise.resolve().then(()=>require("./icons/extension-B2Ud25CS.cjs")),sharp:()=>Promise.resolve().then(()=>require("./icons/extension-Cj_PMbmr.cjs"))},face:{outlined:()=>Promise.resolve().then(()=>require("./icons/face-B0mI3FAR.cjs")),rounded:()=>Promise.resolve().then(()=>require("./icons/face-Dx3-uvsR.cjs")),sharp:()=>Promise.resolve().then(()=>require("./icons/face-nfbmNSRn.cjs"))},fast_forward:{outlined:()=>Promise.resolve().then(()=>require("./icons/fast_forward-cSegXWFV.cjs")),rounded:()=>Promise.resolve().then(()=>require("./icons/fast_forward-B0y9Ca2u.cjs")),sharp:()=>Promise.resolve().then(()=>require("./icons/fast_forward-BMw4eJA1.cjs"))},fast_rewind:{outlined:()=>Promise.resolve().then(()=>require("./icons/fast_rewind-ClQr4UqL.cjs")),rounded:()=>Promise.resolve().then(()=>require("./icons/fast_rewind-BErJGjyk.cjs")),sharp:()=>Promise.resolve().then(()=>require("./icons/fast_rewind-CmURbjb8.cjs"))},favorite:{outlined:()=>Promise.resolve().then(()=>require("./icons/favorite-C7ps1Maq.cjs")),rounded:()=>Promise.resolve().then(()=>require("./icons/favorite-3J46b-ep.cjs")),sharp:()=>Promise.resolve().then(()=>require("./icons/favorite-LUIfqiQF.cjs"))},feedback:{outlined:()=>Promise.resolve().then(()=>require("./icons/feedback-B_jbalMc.cjs")),rounded:()=>Promise.resolve().then(()=>require("./icons/feedback-DpFRhEHp.cjs")),sharp:()=>Promise.resolve().then(()=>require("./icons/feedback-BaEOlZmy.cjs"))},file_copy:{outlined:()=>Promise.resolve().then(()=>require("./icons/file_copy-CTIQJQ-Q.cjs")),rounded:()=>Promise.resolve().then(()=>require("./icons/file_copy-BryVfjLP.cjs")),sharp:()=>Promise.resolve().then(()=>require("./icons/file_copy-D7W7B9tN.cjs"))},filter_list:{outlined:()=>Promise.resolve().then(()=>require("./icons/filter_list-DpBj6Yx1.cjs")),rounded:()=>Promise.resolve().then(()=>require("./icons/filter_list-B8Txqh_n.cjs")),sharp:()=>Promise.resolve().then(()=>require("./icons/filter_list-CH0lPLm2.cjs"))},find_in_page:{outlined:()=>Promise.resolve().then(()=>require("./icons/find_in_page-BnUd7Adl.cjs")),rounded:()=>Promise.resolve().then(()=>require("./icons/find_in_page-d1tGoTfD.cjs")),sharp:()=>Promise.resolve().then(()=>require("./icons/find_in_page-CZWej5L8.cjs"))},find_replace:{outlined:()=>Promise.resolve().then(()=>require("./icons/find_replace-COPwtD3A.cjs")),rounded:()=>Promise.resolve().then(()=>require("./icons/find_replace-B_KZ8iLe.cjs")),sharp:()=>Promise.resolve().then(()=>require("./icons/find_replace-BVX_mdI2.cjs"))},fingerprint:{outlined:()=>Promise.resolve().then(()=>require("./icons/fingerprint-s6Wvd5xY.cjs")),rounded:()=>Promise.resolve().then(()=>require("./icons/fingerprint-BwdcEXJy.cjs")),sharp:()=>Promise.resolve().then(()=>require("./icons/fingerprint-Cjs10wLp.cjs"))},first_page:{outlined:()=>Promise.resolve().then(()=>require("./icons/first_page-LyKNPAwN.cjs")),rounded:()=>Promise.resolve().then(()=>require("./icons/first_page-CFfNXxJa.cjs")),sharp:()=>Promise.resolve().then(()=>require("./icons/first_page-BNf1p3Bb.cjs"))},fit_screen:{outlined:()=>Promise.resolve().then(()=>require("./icons/fit_screen-DgeLJfZy.cjs")),rounded:()=>Promise.resolve().then(()=>require("./icons/fit_screen-B9tJEMV5.cjs")),sharp:()=>Promise.resolve().then(()=>require("./icons/fit_screen-NF0JPdOh.cjs"))},fitness_center:{outlined:()=>Promise.resolve().then(()=>require("./icons/fitness_center-DOb_SqRR.cjs")),rounded:()=>Promise.resolve().then(()=>require("./icons/fitness_center-BhjkYdCs.cjs")),sharp:()=>Promise.resolve().then(()=>require("./icons/fitness_center-wLAD2vZ_.cjs"))},flag:{outlined:()=>Promise.resolve().then(()=>require("./icons/flag-E-VIxwkr.cjs")),rounded:()=>Promise.resolve().then(()=>require("./icons/flag-LD2jAYeI.cjs")),sharp:()=>Promise.resolve().then(()=>require("./icons/flag-DZqg40eh.cjs"))},flare:{outlined:()=>Promise.resolve().then(()=>require("./icons/flare-DZBDF8BR.cjs")),rounded:()=>Promise.resolve().then(()=>require("./icons/flare-DZL3slPE.cjs")),sharp:()=>Promise.resolve().then(()=>require("./icons/flare-BPXjy3gS.cjs"))},flash_on:{outlined:()=>Promise.resolve().then(()=>require("./icons/flash_on-DIcsCTnL.cjs")),rounded:()=>Promise.resolve().then(()=>require("./icons/flash_on-B6CuALXr.cjs")),sharp:()=>Promise.resolve().then(()=>require("./icons/flash_on-BotDglNP.cjs"))},flight:{outlined:()=>Promise.resolve().then(()=>require("./icons/flight-BNYPJg6b.cjs")),rounded:()=>Promise.resolve().then(()=>require("./icons/flight-BLrZxPop.cjs")),sharp:()=>Promise.resolve().then(()=>require("./icons/flight-CMxTfrzT.cjs"))},flip:{outlined:()=>Promise.resolve().then(()=>require("./icons/flip-BAlqTIVF.cjs")),rounded:()=>Promise.resolve().then(()=>require("./icons/flip-Bz6vLJ-d.cjs")),sharp:()=>Promise.resolve().then(()=>require("./icons/flip-Cqg-_005.cjs"))},folder:{outlined:()=>Promise.resolve().then(()=>require("./icons/folder-DBjcNXNU.cjs")),rounded:()=>Promise.resolve().then(()=>require("./icons/folder-CEMBequd.cjs")),sharp:()=>Promise.resolve().then(()=>require("./icons/folder-DuEc_ds7.cjs"))},folder_open:{outlined:()=>Promise.resolve().then(()=>require("./icons/folder_open-B7M1GBAB.cjs")),rounded:()=>Promise.resolve().then(()=>require("./icons/folder_open-BCePqSqz.cjs")),sharp:()=>Promise.resolve().then(()=>require("./icons/folder_open-B_oOp3kv.cjs"))},folder_shared:{outlined:()=>Promise.resolve().then(()=>require("./icons/folder_shared-BesFvcRa.cjs")),rounded:()=>Promise.resolve().then(()=>require("./icons/folder_shared-Cy2npeFh.cjs")),sharp:()=>Promise.resolve().then(()=>require("./icons/folder_shared-DgpExGUb.cjs"))},forum:{outlined:()=>Promise.resolve().then(()=>require("./icons/forum-ClIUKbam.cjs")),rounded:()=>Promise.resolve().then(()=>require("./icons/forum-C0U0c7lC.cjs")),sharp:()=>Promise.resolve().then(()=>require("./icons/forum-W9gwVTdH.cjs"))},fullscreen:{outlined:()=>Promise.resolve().then(()=>require("./icons/fullscreen-CeXAg0Rs.cjs")),rounded:()=>Promise.resolve().then(()=>require("./icons/fullscreen-BbuB8GJ1.cjs")),sharp:()=>Promise.resolve().then(()=>require("./icons/fullscreen-DzeaQMMi.cjs"))},fullscreen_exit:{outlined:()=>Promise.resolve().then(()=>require("./icons/fullscreen_exit-Dv_5bvVl.cjs")),rounded:()=>Promise.resolve().then(()=>require("./icons/fullscreen_exit-BQAdlG7F.cjs")),sharp:()=>Promise.resolve().then(()=>require("./icons/fullscreen_exit-BdILU2wy.cjs"))},gavel:{outlined:()=>Promise.resolve().then(()=>require("./icons/gavel-D-OTl_bj.cjs")),rounded:()=>Promise.resolve().then(()=>require("./icons/gavel-F-uuY7jq.cjs")),sharp:()=>Promise.resolve().then(()=>require("./icons/gavel-DwIL5r9o.cjs"))},gesture:{outlined:()=>Promise.resolve().then(()=>require("./icons/gesture-DeCjZ4OV.cjs")),rounded:()=>Promise.resolve().then(()=>require("./icons/gesture-V_2x4_gC.cjs")),sharp:()=>Promise.resolve().then(()=>require("./icons/gesture-CDVjysbx.cjs"))},gif:{outlined:()=>Promise.resolve().then(()=>require("./icons/gif-Cdgf5jLT.cjs")),rounded:()=>Promise.resolve().then(()=>require("./icons/gif-BjNPP4Fi.cjs")),sharp:()=>Promise.resolve().then(()=>require("./icons/gif-Dbqa6Qt9.cjs"))},grid_view:{outlined:()=>Promise.resolve().then(()=>require("./icons/grid_view-ClltetuJ.cjs")),rounded:()=>Promise.resolve().then(()=>require("./icons/grid_view-DaRUrgXH.cjs")),sharp:()=>Promise.resolve().then(()=>require("./icons/grid_view-B68F0xHI.cjs"))},group:{outlined:()=>Promise.resolve().then(()=>require("./icons/group-B8IYS99v.cjs")),rounded:()=>Promise.resolve().then(()=>require("./icons/group-BPq1UB-p.cjs")),sharp:()=>Promise.resolve().then(()=>require("./icons/group-_x6YgwIQ.cjs"))},group_add:{outlined:()=>Promise.resolve().then(()=>require("./icons/group_add-DRT53nn9.cjs")),rounded:()=>Promise.resolve().then(()=>require("./icons/group_add-yGgEMHEW.cjs")),sharp:()=>Promise.resolve().then(()=>require("./icons/group_add-BM5MTU4c.cjs"))},groups:{outlined:()=>Promise.resolve().then(()=>require("./icons/groups-C108XU4y.cjs")),rounded:()=>Promise.resolve().then(()=>require("./icons/groups-BnGg38nU.cjs")),sharp:()=>Promise.resolve().then(()=>require("./icons/groups-xhrjwIB0.cjs"))},handyman:{outlined:()=>Promise.resolve().then(()=>require("./icons/handyman-xpAdwmnn.cjs")),rounded:()=>Promise.resolve().then(()=>require("./icons/handyman-jhYg_Ni9.cjs")),sharp:()=>Promise.resolve().then(()=>require("./icons/handyman-4agk8mvK.cjs"))},headphones:{outlined:()=>Promise.resolve().then(()=>require("./icons/headphones-ByLMZlNY.cjs")),rounded:()=>Promise.resolve().then(()=>require("./icons/headphones-CFD4aFp7.cjs")),sharp:()=>Promise.resolve().then(()=>require("./icons/headphones-Co40H2aF.cjs"))},healing:{outlined:()=>Promise.resolve().then(()=>require("./icons/healing-aaFdWh5W.cjs")),rounded:()=>Promise.resolve().then(()=>require("./icons/healing-BDkkXt9q.cjs")),sharp:()=>Promise.resolve().then(()=>require("./icons/healing-B-0A2nAU.cjs"))},help:{outlined:()=>Promise.resolve().then(()=>require("./icons/help-OaQroamO.cjs")),rounded:()=>Promise.resolve().then(()=>require("./icons/help-C3CEzn4A.cjs")),sharp:()=>Promise.resolve().then(()=>require("./icons/help-Ctda3jdI.cjs"))},highlight:{outlined:()=>Promise.resolve().then(()=>require("./icons/highlight-6N9Q1nCv.cjs")),rounded:()=>Promise.resolve().then(()=>require("./icons/highlight-2e5dcG25.cjs")),sharp:()=>Promise.resolve().then(()=>require("./icons/highlight-B06WsyLv.cjs"))},history:{outlined:()=>Promise.resolve().then(()=>require("./icons/history-BOV-9TKh.cjs")),rounded:()=>Promise.resolve().then(()=>require("./icons/history-CU_ehRzx.cjs")),sharp:()=>Promise.resolve().then(()=>require("./icons/history-BUB_tYea.cjs"))},history_toggle_off:{outlined:()=>Promise.resolve().then(()=>require("./icons/history_toggle_off-Bhya520A.cjs")),rounded:()=>Promise.resolve().then(()=>require("./icons/history_toggle_off-DnRUn4bN.cjs")),sharp:()=>Promise.resolve().then(()=>require("./icons/history_toggle_off-gyY-rgoJ.cjs"))},home:{outlined:()=>Promise.resolve().then(()=>require("./icons/home-Dokhawqy.cjs")),rounded:()=>Promise.resolve().then(()=>require("./icons/home-BTOD_204.cjs")),sharp:()=>Promise.resolve().then(()=>require("./icons/home-r_TUIXCB.cjs"))},home_work:{outlined:()=>Promise.resolve().then(()=>require("./icons/home_work-CG_ldX6X.cjs")),rounded:()=>Promise.resolve().then(()=>require("./icons/home_work-B964c0gI.cjs")),sharp:()=>Promise.resolve().then(()=>require("./icons/home_work-RpG7pfN8.cjs"))},hotel:{outlined:()=>Promise.resolve().then(()=>require("./icons/hotel-bfy2VvG_.cjs")),rounded:()=>Promise.resolve().then(()=>require("./icons/hotel-DPvGMpsA.cjs")),sharp:()=>Promise.resolve().then(()=>require("./icons/hotel-CPtCcGqG.cjs"))},hourglass_empty:{outlined:()=>Promise.resolve().then(()=>require("./icons/hourglass_empty-B5l-KyA_.cjs")),rounded:()=>Promise.resolve().then(()=>require("./icons/hourglass_empty-Dj67ruJJ.cjs")),sharp:()=>Promise.resolve().then(()=>require("./icons/hourglass_empty-w_LZI7ql.cjs"))},http:{outlined:()=>Promise.resolve().then(()=>require("./icons/http-CkQzvLY8.cjs")),rounded:()=>Promise.resolve().then(()=>require("./icons/http-D1K3W8nC.cjs")),sharp:()=>Promise.resolve().then(()=>require("./icons/http-fS1e0mTs.cjs"))},image:{outlined:()=>Promise.resolve().then(()=>require("./icons/image-CQ1rcY-m.cjs")),rounded:()=>Promise.resolve().then(()=>require("./icons/image-m4vdlOrM.cjs")),sharp:()=>Promise.resolve().then(()=>require("./icons/image-Epxcfqar.cjs"))},image_search:{outlined:()=>Promise.resolve().then(()=>require("./icons/image_search-DFdtq1ol.cjs")),rounded:()=>Promise.resolve().then(()=>require("./icons/image_search-Df6Ng67p.cjs")),sharp:()=>Promise.resolve().then(()=>require("./icons/image_search-QPrlvCTB.cjs"))},important_devices:{outlined:()=>Promise.resolve().then(()=>require("./icons/important_devices-BQm7YX8s.cjs")),rounded:()=>Promise.resolve().then(()=>require("./icons/important_devices-CEL-eNng.cjs")),sharp:()=>Promise.resolve().then(()=>require("./icons/important_devices-CaP-knAj.cjs"))},inbox:{outlined:()=>Promise.resolve().then(()=>require("./icons/inbox-Bf8a9r3C.cjs")),rounded:()=>Promise.resolve().then(()=>require("./icons/inbox-DlEuYH_M.cjs")),sharp:()=>Promise.resolve().then(()=>require("./icons/inbox-CbKEEwtR.cjs"))},info:{outlined:()=>Promise.resolve().then(()=>require("./icons/info-B7YBEpiO.cjs")),rounded:()=>Promise.resolve().then(()=>require("./icons/info-D76Irr5N.cjs")),sharp:()=>Promise.resolve().then(()=>require("./icons/info-DnsOX_R2.cjs"))},input:{outlined:()=>Promise.resolve().then(()=>require("./icons/input-BledoS7j.cjs")),rounded:()=>Promise.resolve().then(()=>require("./icons/input-CiaLhaBv.cjs")),sharp:()=>Promise.resolve().then(()=>require("./icons/input-DFmBoxLr.cjs"))},inventory:{outlined:()=>Promise.resolve().then(()=>require("./icons/inventory-D3F1c0G4.cjs")),rounded:()=>Promise.resolve().then(()=>require("./icons/inventory-C6l6OEEh.cjs")),sharp:()=>Promise.resolve().then(()=>require("./icons/inventory-BWwO-xah.cjs"))},key:{outlined:()=>Promise.resolve().then(()=>require("./icons/key-Cd1LQA96.cjs")),rounded:()=>Promise.resolve().then(()=>require("./icons/key-BapDxdJR.cjs")),sharp:()=>Promise.resolve().then(()=>require("./icons/key-WmFDui-T.cjs"))},keyboard:{outlined:()=>Promise.resolve().then(()=>require("./icons/keyboard-9kPP_fZo.cjs")),rounded:()=>Promise.resolve().then(()=>require("./icons/keyboard-Bncd-r2h.cjs")),sharp:()=>Promise.resolve().then(()=>require("./icons/keyboard-DEtvWaW3.cjs"))},label:{outlined:()=>Promise.resolve().then(()=>require("./icons/label-Csjt3SVM.cjs")),rounded:()=>Promise.resolve().then(()=>require("./icons/label-Cm8auEWA.cjs")),sharp:()=>Promise.resolve().then(()=>require("./icons/label-D4Z8lgx6.cjs"))},language:{outlined:()=>Promise.resolve().then(()=>require("./icons/language-Dnk6WN_j.cjs")),rounded:()=>Promise.resolve().then(()=>require("./icons/language-DUV1M-65.cjs")),sharp:()=>Promise.resolve().then(()=>require("./icons/language-CxIJ1SrJ.cjs"))},last_page:{outlined:()=>Promise.resolve().then(()=>require("./icons/last_page-oTIYzPFL.cjs")),rounded:()=>Promise.resolve().then(()=>require("./icons/last_page-CjRlRrpV.cjs")),sharp:()=>Promise.resolve().then(()=>require("./icons/last_page-Cbb3HacN.cjs"))},layers:{outlined:()=>Promise.resolve().then(()=>require("./icons/layers-RHUoY1x9.cjs")),rounded:()=>Promise.resolve().then(()=>require("./icons/layers-NrOiyn4B.cjs")),sharp:()=>Promise.resolve().then(()=>require("./icons/layers-Blmdyx3T.cjs"))},light_mode:{outlined:()=>Promise.resolve().then(()=>require("./icons/light_mode-Bo8UvOO0.cjs")),rounded:()=>Promise.resolve().then(()=>require("./icons/light_mode-C3ZmUjzM.cjs")),sharp:()=>Promise.resolve().then(()=>require("./icons/light_mode-C3vqv6r9.cjs"))},line_style:{outlined:()=>Promise.resolve().then(()=>require("./icons/line_style-hKwpJThN.cjs")),rounded:()=>Promise.resolve().then(()=>require("./icons/line_style-ChfgY8Fz.cjs")),sharp:()=>Promise.resolve().then(()=>require("./icons/line_style-DlXCE4Um.cjs"))},link:{outlined:()=>Promise.resolve().then(()=>require("./icons/link-SqQvG2aS.cjs")),rounded:()=>Promise.resolve().then(()=>require("./icons/link-BFqEzcuh.cjs")),sharp:()=>Promise.resolve().then(()=>require("./icons/link-BEt8Rdrk.cjs"))},list:{outlined:()=>Promise.resolve().then(()=>require("./icons/list-B3bGHUAB.cjs")),rounded:()=>Promise.resolve().then(()=>require("./icons/list-ExRMWvY6.cjs")),sharp:()=>Promise.resolve().then(()=>require("./icons/list-D0u18QaB.cjs"))},live_help:{outlined:()=>Promise.resolve().then(()=>require("./icons/live_help-cSkLrDFh.cjs")),rounded:()=>Promise.resolve().then(()=>require("./icons/live_help-B1k0yUF9.cjs")),sharp:()=>Promise.resolve().then(()=>require("./icons/live_help-B9sVajvu.cjs"))},local_cafe:{outlined:()=>Promise.resolve().then(()=>require("./icons/local_cafe-BbLYHQ5G.cjs")),rounded:()=>Promise.resolve().then(()=>require("./icons/local_cafe-gSN4KJIQ.cjs")),sharp:()=>Promise.resolve().then(()=>require("./icons/local_cafe-BRwE0wVl.cjs"))},local_hospital:{outlined:()=>Promise.resolve().then(()=>require("./icons/local_hospital-CeMxQ9XC.cjs")),rounded:()=>Promise.resolve().then(()=>require("./icons/local_hospital-BQxIobVR.cjs")),sharp:()=>Promise.resolve().then(()=>require("./icons/local_hospital-MPVU96Sw.cjs"))},local_taxi:{outlined:()=>Promise.resolve().then(()=>require("./icons/local_taxi-CVCg6SLk.cjs")),rounded:()=>Promise.resolve().then(()=>require("./icons/local_taxi-DYWVyvAC.cjs")),sharp:()=>Promise.resolve().then(()=>require("./icons/local_taxi-BvyxG2_8.cjs"))},location_off:{outlined:()=>Promise.resolve().then(()=>require("./icons/location_off-TLyox8Gw.cjs")),rounded:()=>Promise.resolve().then(()=>require("./icons/location_off-BwRgLKKl.cjs")),sharp:()=>Promise.resolve().then(()=>require("./icons/location_off-BQw1qzX6.cjs"))},location_on:{outlined:()=>Promise.resolve().then(()=>require("./icons/location_on-zlbjO2nd.cjs")),rounded:()=>Promise.resolve().then(()=>require("./icons/location_on-C_Q78KW6.cjs")),sharp:()=>Promise.resolve().then(()=>require("./icons/location_on-B-4p1Vaw.cjs"))},lock:{outlined:()=>Promise.resolve().then(()=>require("./icons/lock-BczdF5aF.cjs")),rounded:()=>Promise.resolve().then(()=>require("./icons/lock-DoMqxNht.cjs")),sharp:()=>Promise.resolve().then(()=>require("./icons/lock-CMBDoG1m.cjs"))},lock_open:{outlined:()=>Promise.resolve().then(()=>require("./icons/lock_open-DNBPlz0I.cjs")),rounded:()=>Promise.resolve().then(()=>require("./icons/lock_open-CbcCQPoq.cjs")),sharp:()=>Promise.resolve().then(()=>require("./icons/lock_open-BsfuU82J.cjs"))},lock_reset:{outlined:()=>Promise.resolve().then(()=>require("./icons/lock_reset-1_dRLFAg.cjs")),rounded:()=>Promise.resolve().then(()=>require("./icons/lock_reset-BFi8YBZd.cjs")),sharp:()=>Promise.resolve().then(()=>require("./icons/lock_reset-xNTFVkP0.cjs"))},login:{outlined:()=>Promise.resolve().then(()=>require("./icons/login-BjZiShoE.cjs")),rounded:()=>Promise.resolve().then(()=>require("./icons/login-6YNL4CrP.cjs")),sharp:()=>Promise.resolve().then(()=>require("./icons/login-Bogn9TQm.cjs"))},logout:{outlined:()=>Promise.resolve().then(()=>require("./icons/logout-Bphd-i1_.cjs")),rounded:()=>Promise.resolve().then(()=>require("./icons/logout-9MBXaMSb.cjs")),sharp:()=>Promise.resolve().then(()=>require("./icons/logout-BKRH1LQ7.cjs"))},mail:{outlined:()=>Promise.resolve().then(()=>require("./icons/mail-stTZgOxR.cjs")),rounded:()=>Promise.resolve().then(()=>require("./icons/mail-zslK5Vp0.cjs")),sharp:()=>Promise.resolve().then(()=>require("./icons/mail-SRkbZHDV.cjs"))},map:{outlined:()=>Promise.resolve().then(()=>require("./icons/map-DlCPxLI4.cjs")),rounded:()=>Promise.resolve().then(()=>require("./icons/map-BN0czcmT.cjs")),sharp:()=>Promise.resolve().then(()=>require("./icons/map-OHAPN5Jm.cjs"))},mark_email_read:{outlined:()=>Promise.resolve().then(()=>require("./icons/mark_email_read-4O476T7R.cjs")),rounded:()=>Promise.resolve().then(()=>require("./icons/mark_email_read-B5tjuBKg.cjs")),sharp:()=>Promise.resolve().then(()=>require("./icons/mark_email_read-C6yfr2fW.cjs"))},mark_email_unread:{outlined:()=>Promise.resolve().then(()=>require("./icons/mark_email_unread-BbgVYB4S.cjs")),rounded:()=>Promise.resolve().then(()=>require("./icons/mark_email_unread-CS1ID0rU.cjs")),sharp:()=>Promise.resolve().then(()=>require("./icons/mark_email_unread-BzBlwfDW.cjs"))},maximize:{outlined:()=>Promise.resolve().then(()=>require("./icons/maximize-BfsEZe_5.cjs")),rounded:()=>Promise.resolve().then(()=>require("./icons/maximize-yncMJ3Gg.cjs")),sharp:()=>Promise.resolve().then(()=>require("./icons/maximize-D_c72Iyc.cjs"))},medication:{outlined:()=>Promise.resolve().then(()=>require("./icons/medication-BP-gJNIW.cjs")),rounded:()=>Promise.resolve().then(()=>require("./icons/medication-B7oNWWhQ.cjs")),sharp:()=>Promise.resolve().then(()=>require("./icons/medication-BXpvVQlG.cjs"))},menu:{outlined:()=>Promise.resolve().then(()=>require("./icons/menu-BSH9Euis.cjs")),rounded:()=>Promise.resolve().then(()=>require("./icons/menu-BI_0LYcg.cjs")),sharp:()=>Promise.resolve().then(()=>require("./icons/menu-CyUV3J9k.cjs"))},mic:{outlined:()=>Promise.resolve().then(()=>require("./icons/mic-Bv7uyEhL.cjs")),rounded:()=>Promise.resolve().then(()=>require("./icons/mic-OWlr0FyC.cjs")),sharp:()=>Promise.resolve().then(()=>require("./icons/mic-DeY1JMNU.cjs"))},mic_off:{outlined:()=>Promise.resolve().then(()=>require("./icons/mic_off-CrExlNjs.cjs")),rounded:()=>Promise.resolve().then(()=>require("./icons/mic_off-3AQHolNv.cjs")),sharp:()=>Promise.resolve().then(()=>require("./icons/mic_off-O3medmXx.cjs"))},minimize:{outlined:()=>Promise.resolve().then(()=>require("./icons/minimize-C1fwEdxW.cjs")),rounded:()=>Promise.resolve().then(()=>require("./icons/minimize-b3mKEIDM.cjs")),sharp:()=>Promise.resolve().then(()=>require("./icons/minimize-CLS-Wwu4.cjs"))},model_training:{outlined:()=>Promise.resolve().then(()=>require("./icons/model_training-CRZqBwX8.cjs")),rounded:()=>Promise.resolve().then(()=>require("./icons/model_training-BHnB1pq-.cjs")),sharp:()=>Promise.resolve().then(()=>require("./icons/model_training-2hXP1oSx.cjs"))},monitor:{outlined:()=>Promise.resolve().then(()=>require("./icons/monitor-DEOzv1-v.cjs")),rounded:()=>Promise.resolve().then(()=>require("./icons/monitor-DmiG1_9A.cjs")),sharp:()=>Promise.resolve().then(()=>require("./icons/monitor-Do46ojnJ.cjs"))},more_horiz:{outlined:()=>Promise.resolve().then(()=>require("./icons/more_horiz-bZKXAcx0.cjs")),rounded:()=>Promise.resolve().then(()=>require("./icons/more_horiz-Deil--Zw.cjs")),sharp:()=>Promise.resolve().then(()=>require("./icons/more_horiz-Dbz8LvVB.cjs"))},more_time:{outlined:()=>Promise.resolve().then(()=>require("./icons/more_time-B1Wd5UFZ.cjs")),rounded:()=>Promise.resolve().then(()=>require("./icons/more_time-urwzlhvb.cjs")),sharp:()=>Promise.resolve().then(()=>require("./icons/more_time-ChxdyGP_.cjs"))},more_vert:{outlined:()=>Promise.resolve().then(()=>require("./icons/more_vert-DzTrnUGw.cjs")),rounded:()=>Promise.resolve().then(()=>require("./icons/more_vert-CXi9yj-5.cjs")),sharp:()=>Promise.resolve().then(()=>require("./icons/more_vert-DxblSDI5.cjs"))},mouse:{outlined:()=>Promise.resolve().then(()=>require("./icons/mouse-QimsmAoo.cjs")),rounded:()=>Promise.resolve().then(()=>require("./icons/mouse-Bng6mJ1A.cjs")),sharp:()=>Promise.resolve().then(()=>require("./icons/mouse-DS8yvLR1.cjs"))},move_to_inbox:{outlined:()=>Promise.resolve().then(()=>require("./icons/move_to_inbox-D-SzwKRi.cjs")),rounded:()=>Promise.resolve().then(()=>require("./icons/move_to_inbox-DMwv-LwU.cjs")),sharp:()=>Promise.resolve().then(()=>require("./icons/move_to_inbox-DB49LSzj.cjs"))},multiline_chart:{outlined:()=>Promise.resolve().then(()=>require("./icons/multiline_chart-VNajFYIu.cjs")),rounded:()=>Promise.resolve().then(()=>require("./icons/multiline_chart-qmqudGJS.cjs")),sharp:()=>Promise.resolve().then(()=>require("./icons/multiline_chart-BZ9pI0M2.cjs"))},my_location:{outlined:()=>Promise.resolve().then(()=>require("./icons/my_location-CafgIPzY.cjs")),rounded:()=>Promise.resolve().then(()=>require("./icons/my_location-B_2xIJ1h.cjs")),sharp:()=>Promise.resolve().then(()=>require("./icons/my_location-BQB_Gvjn.cjs"))},navigation:{outlined:()=>Promise.resolve().then(()=>require("./icons/navigation-XOBWaNoc.cjs")),rounded:()=>Promise.resolve().then(()=>require("./icons/navigation-DD6e0gFe.cjs")),sharp:()=>Promise.resolve().then(()=>require("./icons/navigation-D-EmSudm.cjs"))},near_me:{outlined:()=>Promise.resolve().then(()=>require("./icons/near_me-CDCjz9gt.cjs")),rounded:()=>Promise.resolve().then(()=>require("./icons/near_me-BPE_ZuMr.cjs")),sharp:()=>Promise.resolve().then(()=>require("./icons/near_me-BxAslSGA.cjs"))},network_check:{outlined:()=>Promise.resolve().then(()=>require("./icons/network_check-DXQawqFw.cjs")),rounded:()=>Promise.resolve().then(()=>require("./icons/network_check-Dl7EGQcb.cjs")),sharp:()=>Promise.resolve().then(()=>require("./icons/network_check-BJIqHDfq.cjs"))},note_add:{outlined:()=>Promise.resolve().then(()=>require("./icons/note_add-CgDyCezx.cjs")),rounded:()=>Promise.resolve().then(()=>require("./icons/note_add-DreTnzy7.cjs")),sharp:()=>Promise.resolve().then(()=>require("./icons/note_add-B16Z0iko.cjs"))},notifications:{outlined:()=>Promise.resolve().then(()=>require("./icons/notifications-C6p9X5iK.cjs")),rounded:()=>Promise.resolve().then(()=>require("./icons/notifications-C4Njhrf3.cjs")),sharp:()=>Promise.resolve().then(()=>require("./icons/notifications-CqrgBGCg.cjs"))},notifications_off:{outlined:()=>Promise.resolve().then(()=>require("./icons/notifications_off-Bl-UXNgJ.cjs")),rounded:()=>Promise.resolve().then(()=>require("./icons/notifications_off-C0bFn1n-.cjs")),sharp:()=>Promise.resolve().then(()=>require("./icons/notifications_off-DnZ8QXub.cjs"))},opacity:{outlined:()=>Promise.resolve().then(()=>require("./icons/opacity-Dk-JXILr.cjs")),rounded:()=>Promise.resolve().then(()=>require("./icons/opacity-D6RIb2vv.cjs")),sharp:()=>Promise.resolve().then(()=>require("./icons/opacity-B_AyGGS_.cjs"))},open_in_browser:{outlined:()=>Promise.resolve().then(()=>require("./icons/open_in_browser-Dmn-cfK-.cjs")),rounded:()=>Promise.resolve().then(()=>require("./icons/open_in_browser-DCPx7gky.cjs")),sharp:()=>Promise.resolve().then(()=>require("./icons/open_in_browser-DqsvTNrn.cjs"))},open_in_new:{outlined:()=>Promise.resolve().then(()=>require("./icons/open_in_new-BgJKZU-J.cjs")),rounded:()=>Promise.resolve().then(()=>require("./icons/open_in_new-DZPCJOy7.cjs")),sharp:()=>Promise.resolve().then(()=>require("./icons/open_in_new-CcEf-zNH.cjs"))},open_with:{outlined:()=>Promise.resolve().then(()=>require("./icons/open_with-Bzj5vgs6.cjs")),rounded:()=>Promise.resolve().then(()=>require("./icons/open_with-CmFOFdkm.cjs")),sharp:()=>Promise.resolve().then(()=>require("./icons/open_with-B70xaICx.cjs"))},outbox:{outlined:()=>Promise.resolve().then(()=>require("./icons/outbox-C6aOzPpg.cjs")),rounded:()=>Promise.resolve().then(()=>require("./icons/outbox-Cx7uYTOf.cjs")),sharp:()=>Promise.resolve().then(()=>require("./icons/outbox-Csu_1kyH.cjs"))},outgoing_mail:{outlined:()=>Promise.resolve().then(()=>require("./icons/outgoing_mail-2-xW6AF5.cjs")),rounded:()=>Promise.resolve().then(()=>require("./icons/outgoing_mail-CtAbnTjW.cjs")),sharp:()=>Promise.resolve().then(()=>require("./icons/outgoing_mail-CX9s8C5z.cjs"))},pageview:{outlined:()=>Promise.resolve().then(()=>require("./icons/pageview-DqQxqFE_.cjs")),rounded:()=>Promise.resolve().then(()=>require("./icons/pageview-D1Aft6zN.cjs")),sharp:()=>Promise.resolve().then(()=>require("./icons/pageview-CoOkhigk.cjs"))},paid:{outlined:()=>Promise.resolve().then(()=>require("./icons/paid-C5cn2aLs.cjs")),rounded:()=>Promise.resolve().then(()=>require("./icons/paid-BzDeYvj7.cjs")),sharp:()=>Promise.resolve().then(()=>require("./icons/paid-BIkLZCcs.cjs"))},palette:{outlined:()=>Promise.resolve().then(()=>require("./icons/palette-BEmPRIMw.cjs")),rounded:()=>Promise.resolve().then(()=>require("./icons/palette-CEI5mXi2.cjs")),sharp:()=>Promise.resolve().then(()=>require("./icons/palette-BWAIjdCq.cjs"))},pan_tool:{outlined:()=>Promise.resolve().then(()=>require("./icons/pan_tool-DchJK0me.cjs")),rounded:()=>Promise.resolve().then(()=>require("./icons/pan_tool-DuCXAwU5.cjs")),sharp:()=>Promise.resolve().then(()=>require("./icons/pan_tool-LLeyUAKx.cjs"))},park:{outlined:()=>Promise.resolve().then(()=>require("./icons/park-BVe-doeU.cjs")),rounded:()=>Promise.resolve().then(()=>require("./icons/park-BUDETE5h.cjs")),sharp:()=>Promise.resolve().then(()=>require("./icons/park-B2KYNHGS.cjs"))},pause:{outlined:()=>Promise.resolve().then(()=>require("./icons/pause-DQrYrJPf.cjs")),rounded:()=>Promise.resolve().then(()=>require("./icons/pause-CbypNdPU.cjs")),sharp:()=>Promise.resolve().then(()=>require("./icons/pause-DrZm3789.cjs"))},pending:{outlined:()=>Promise.resolve().then(()=>require("./icons/pending-6ag0S0mB.cjs")),rounded:()=>Promise.resolve().then(()=>require("./icons/pending-BrSKvjSV.cjs")),sharp:()=>Promise.resolve().then(()=>require("./icons/pending-LfKlYmk3.cjs"))},percent:{outlined:()=>Promise.resolve().then(()=>require("./icons/percent-CQHhbCUm.cjs")),rounded:()=>Promise.resolve().then(()=>require("./icons/percent-DQRJ81Y0.cjs")),sharp:()=>Promise.resolve().then(()=>require("./icons/percent-DjuRihso.cjs"))},perm_camera_mic:{outlined:()=>Promise.resolve().then(()=>require("./icons/perm_camera_mic-Cbddp4vZ.cjs")),rounded:()=>Promise.resolve().then(()=>require("./icons/perm_camera_mic-CuBPtZxF.cjs")),sharp:()=>Promise.resolve().then(()=>require("./icons/perm_camera_mic-Dkpwkkuq.cjs"))},perm_contact_calendar:{outlined:()=>Promise.resolve().then(()=>require("./icons/perm_contact_calendar-DMec4ouz.cjs")),rounded:()=>Promise.resolve().then(()=>require("./icons/perm_contact_calendar-DhFwc7VW.cjs")),sharp:()=>Promise.resolve().then(()=>require("./icons/perm_contact_calendar-CspwVmEi.cjs"))},perm_media:{outlined:()=>Promise.resolve().then(()=>require("./icons/perm_media-C57M9qmo.cjs")),rounded:()=>Promise.resolve().then(()=>require("./icons/perm_media-CF1u7gFa.cjs")),sharp:()=>Promise.resolve().then(()=>require("./icons/perm_media-Bxr4BAS1.cjs"))},perm_phone_msg:{outlined:()=>Promise.resolve().then(()=>require("./icons/perm_phone_msg-D9X0Elcs.cjs")),rounded:()=>Promise.resolve().then(()=>require("./icons/perm_phone_msg-9zA1SKcG.cjs")),sharp:()=>Promise.resolve().then(()=>require("./icons/perm_phone_msg-BzVSR3nS.cjs"))},perm_scan_wifi:{outlined:()=>Promise.resolve().then(()=>require("./icons/perm_scan_wifi-DD7R0Ypv.cjs")),rounded:()=>Promise.resolve().then(()=>require("./icons/perm_scan_wifi-B9jQZzda.cjs")),sharp:()=>Promise.resolve().then(()=>require("./icons/perm_scan_wifi-DoiutF9N.cjs"))},person:{outlined:()=>Promise.resolve().then(()=>require("./icons/person-B3n5wNYw.cjs")),rounded:()=>Promise.resolve().then(()=>require("./icons/person-BjdTw5Wf.cjs")),sharp:()=>Promise.resolve().then(()=>require("./icons/person-CxBPAQjZ.cjs"))},person_add:{outlined:()=>Promise.resolve().then(()=>require("./icons/person_add-SOetVGrq.cjs")),rounded:()=>Promise.resolve().then(()=>require("./icons/person_add-CAlpNX8L.cjs")),sharp:()=>Promise.resolve().then(()=>require("./icons/person_add-C5HiyjEy.cjs"))},person_remove:{outlined:()=>Promise.resolve().then(()=>require("./icons/person_remove-K5AIu4l3.cjs")),rounded:()=>Promise.resolve().then(()=>require("./icons/person_remove-FQ1FDMyB.cjs")),sharp:()=>Promise.resolve().then(()=>require("./icons/person_remove-Ckm7S1Ul.cjs"))},pets:{outlined:()=>Promise.resolve().then(()=>require("./icons/pets-CX3R8F-o.cjs")),rounded:()=>Promise.resolve().then(()=>require("./icons/pets-Ce5ySqSZ.cjs")),sharp:()=>Promise.resolve().then(()=>require("./icons/pets-DFqhatXG.cjs"))},photo:{outlined:()=>Promise.resolve().then(()=>require("./icons/photo-oBUWZNmV.cjs")),rounded:()=>Promise.resolve().then(()=>require("./icons/photo-DCL0v_al.cjs")),sharp:()=>Promise.resolve().then(()=>require("./icons/photo-Cu44xCeI.cjs"))},photo_camera:{outlined:()=>Promise.resolve().then(()=>require("./icons/photo_camera-DhFf5sZ5.cjs")),rounded:()=>Promise.resolve().then(()=>require("./icons/photo_camera-Nyrh3DOY.cjs")),sharp:()=>Promise.resolve().then(()=>require("./icons/photo_camera-C9AkrxeA.cjs"))},pin:{outlined:()=>Promise.resolve().then(()=>require("./icons/pin-D4ao9i6g.cjs")),rounded:()=>Promise.resolve().then(()=>require("./icons/pin-DthuKQB3.cjs")),sharp:()=>Promise.resolve().then(()=>require("./icons/pin-CRwDdDV2.cjs"))},play_arrow:{outlined:()=>Promise.resolve().then(()=>require("./icons/play_arrow-H863JTh7.cjs")),rounded:()=>Promise.resolve().then(()=>require("./icons/play_arrow-CZk84Zqk.cjs")),sharp:()=>Promise.resolve().then(()=>require("./icons/play_arrow-B53QlyDM.cjs"))},play_circle:{outlined:()=>Promise.resolve().then(()=>require("./icons/play_circle-CTzQVR4K.cjs")),rounded:()=>Promise.resolve().then(()=>require("./icons/play_circle-yQAtsYsn.cjs")),sharp:()=>Promise.resolve().then(()=>require("./icons/play_circle-wkjsDqRz.cjs"))},playlist_add:{outlined:()=>Promise.resolve().then(()=>require("./icons/playlist_add-Snr_stSN.cjs")),rounded:()=>Promise.resolve().then(()=>require("./icons/playlist_add-GuvkSYpw.cjs")),sharp:()=>Promise.resolve().then(()=>require("./icons/playlist_add-D2Xb6_NK.cjs"))},polymer:{outlined:()=>Promise.resolve().then(()=>require("./icons/polymer-C2BZyzKC.cjs")),rounded:()=>Promise.resolve().then(()=>require("./icons/polymer-DqwlaYna.cjs")),sharp:()=>Promise.resolve().then(()=>require("./icons/polymer-DG6N5gon.cjs"))},power:{outlined:()=>Promise.resolve().then(()=>require("./icons/power-Bt8Geig2.cjs")),rounded:()=>Promise.resolve().then(()=>require("./icons/power-DZ3DE2BU.cjs")),sharp:()=>Promise.resolve().then(()=>require("./icons/power-pXyGp9-1.cjs"))},power_settings_new:{outlined:()=>Promise.resolve().then(()=>require("./icons/power_settings_new-DD5cuSDo.cjs")),rounded:()=>Promise.resolve().then(()=>require("./icons/power_settings_new-C5QoEPOu.cjs")),sharp:()=>Promise.resolve().then(()=>require("./icons/power_settings_new-CKm1IAbg.cjs"))},preview:{outlined:()=>Promise.resolve().then(()=>require("./icons/preview-DWVX-cQO.cjs")),rounded:()=>Promise.resolve().then(()=>require("./icons/preview-BfsIL0b0.cjs")),sharp:()=>Promise.resolve().then(()=>require("./icons/preview-DoBR4W2d.cjs"))},print:{outlined:()=>Promise.resolve().then(()=>require("./icons/print-BhcfRgxE.cjs")),rounded:()=>Promise.resolve().then(()=>require("./icons/print-CkOGeK2-.cjs")),sharp:()=>Promise.resolve().then(()=>require("./icons/print-DEoedWv2.cjs"))},print_disabled:{outlined:()=>Promise.resolve().then(()=>require("./icons/print_disabled-Cfm8Rmrg.cjs")),rounded:()=>Promise.resolve().then(()=>require("./icons/print_disabled-BX0aI1MB.cjs")),sharp:()=>Promise.resolve().then(()=>require("./icons/print_disabled-DXRq3rRK.cjs"))},privacy_tip:{outlined:()=>Promise.resolve().then(()=>require("./icons/privacy_tip-Ds1UUYsC.cjs")),rounded:()=>Promise.resolve().then(()=>require("./icons/privacy_tip-THEl8fOD.cjs")),sharp:()=>Promise.resolve().then(()=>require("./icons/privacy_tip-BMaqVFkP.cjs"))},public:{outlined:()=>Promise.resolve().then(()=>require("./icons/public-DsMIgunV.cjs")),rounded:()=>Promise.resolve().then(()=>require("./icons/public-BpCg8FcW.cjs")),sharp:()=>Promise.resolve().then(()=>require("./icons/public-CUqXfp2P.cjs"))},publish:{outlined:()=>Promise.resolve().then(()=>require("./icons/publish-aEOseQ0B.cjs")),rounded:()=>Promise.resolve().then(()=>require("./icons/publish-CsV_amwU.cjs")),sharp:()=>Promise.resolve().then(()=>require("./icons/publish-Dvx4su5p.cjs"))},radio:{outlined:()=>Promise.resolve().then(()=>require("./icons/radio-Bk8_Qjwv.cjs")),rounded:()=>Promise.resolve().then(()=>require("./icons/radio-B2Ef_9iW.cjs")),sharp:()=>Promise.resolve().then(()=>require("./icons/radio-CwtfSqPE.cjs"))},rate_review:{outlined:()=>Promise.resolve().then(()=>require("./icons/rate_review-B-T0Zspx.cjs")),rounded:()=>Promise.resolve().then(()=>require("./icons/rate_review-B2oMwaV-.cjs")),sharp:()=>Promise.resolve().then(()=>require("./icons/rate_review-DPXxfHCb.cjs"))},receipt:{outlined:()=>Promise.resolve().then(()=>require("./icons/receipt-C2nj4DVK.cjs")),rounded:()=>Promise.resolve().then(()=>require("./icons/receipt-twmBLiMB.cjs")),sharp:()=>Promise.resolve().then(()=>require("./icons/receipt-Bp12qtmR.cjs"))},receipt_long:{outlined:()=>Promise.resolve().then(()=>require("./icons/receipt_long-92b6OZd3.cjs")),rounded:()=>Promise.resolve().then(()=>require("./icons/receipt_long-CAmLm05y.cjs")),sharp:()=>Promise.resolve().then(()=>require("./icons/receipt_long-BwMqM1SJ.cjs"))},recent_actors:{outlined:()=>Promise.resolve().then(()=>require("./icons/recent_actors-DD_SIS2p.cjs")),rounded:()=>Promise.resolve().then(()=>require("./icons/recent_actors-tqgiO4nq.cjs")),sharp:()=>Promise.resolve().then(()=>require("./icons/recent_actors-BmkR1ajB.cjs"))},recommend:{outlined:()=>Promise.resolve().then(()=>require("./icons/recommend-DtKYWilu.cjs")),rounded:()=>Promise.resolve().then(()=>require("./icons/recommend-Aw4CXDaO.cjs")),sharp:()=>Promise.resolve().then(()=>require("./icons/recommend-CDHFINVu.cjs"))},record_voice_over:{outlined:()=>Promise.resolve().then(()=>require("./icons/record_voice_over-Dd1PPwQW.cjs")),rounded:()=>Promise.resolve().then(()=>require("./icons/record_voice_over-CCuO1fha.cjs")),sharp:()=>Promise.resolve().then(()=>require("./icons/record_voice_over-CfOde1To.cjs"))},redeem:{outlined:()=>Promise.resolve().then(()=>require("./icons/redeem-CeEXJTxS.cjs")),rounded:()=>Promise.resolve().then(()=>require("./icons/redeem-CtvDEAWe.cjs")),sharp:()=>Promise.resolve().then(()=>require("./icons/redeem-zus0PT_N.cjs"))},redo:{outlined:()=>Promise.resolve().then(()=>require("./icons/redo-DwiLjx8_.cjs")),rounded:()=>Promise.resolve().then(()=>require("./icons/redo-CB6KXpep.cjs")),sharp:()=>Promise.resolve().then(()=>require("./icons/redo-AXNo-2i6.cjs"))},refresh:{outlined:()=>Promise.resolve().then(()=>require("./icons/refresh-B34c1S8h.cjs")),rounded:()=>Promise.resolve().then(()=>require("./icons/refresh-C_BBk9XA.cjs")),sharp:()=>Promise.resolve().then(()=>require("./icons/refresh-DX9L5WGR.cjs"))},remove:{outlined:()=>Promise.resolve().then(()=>require("./icons/remove-BpH5DaU-.cjs")),rounded:()=>Promise.resolve().then(()=>require("./icons/remove-ChmlIHbM.cjs")),sharp:()=>Promise.resolve().then(()=>require("./icons/remove-D1owTeuN.cjs"))},reply:{outlined:()=>Promise.resolve().then(()=>require("./icons/reply-Cm9qKf6z.cjs")),rounded:()=>Promise.resolve().then(()=>require("./icons/reply-Df4SE_cq.cjs")),sharp:()=>Promise.resolve().then(()=>require("./icons/reply-CUp6bBiu.cjs"))},reply_all:{outlined:()=>Promise.resolve().then(()=>require("./icons/reply_all-CIm2mYxA.cjs")),rounded:()=>Promise.resolve().then(()=>require("./icons/reply_all-Cu6bFwEY.cjs")),sharp:()=>Promise.resolve().then(()=>require("./icons/reply_all-C1hqo2qO.cjs"))},report:{outlined:()=>Promise.resolve().then(()=>require("./icons/report-3zsKRuLn.cjs")),rounded:()=>Promise.resolve().then(()=>require("./icons/report-Dmag693H.cjs")),sharp:()=>Promise.resolve().then(()=>require("./icons/report-DCRNNTzs.cjs"))},restart_alt:{outlined:()=>Promise.resolve().then(()=>require("./icons/restart_alt-CffSc23A.cjs")),rounded:()=>Promise.resolve().then(()=>require("./icons/restart_alt-CnJZzuua.cjs")),sharp:()=>Promise.resolve().then(()=>require("./icons/restart_alt-Nz67oCa0.cjs"))},restaurant:{outlined:()=>Promise.resolve().then(()=>require("./icons/restaurant-BKqlwxRF.cjs")),rounded:()=>Promise.resolve().then(()=>require("./icons/restaurant-CQoatClQ.cjs")),sharp:()=>Promise.resolve().then(()=>require("./icons/restaurant-sK6evuVB.cjs"))},restore_from_trash:{outlined:()=>Promise.resolve().then(()=>require("./icons/restore_from_trash-DqcC-1Lu.cjs")),rounded:()=>Promise.resolve().then(()=>require("./icons/restore_from_trash-DOFWLtoA.cjs")),sharp:()=>Promise.resolve().then(()=>require("./icons/restore_from_trash-DpHGuo0S.cjs"))},rotate_left:{outlined:()=>Promise.resolve().then(()=>require("./icons/rotate_left-Ck4VMi6n.cjs")),rounded:()=>Promise.resolve().then(()=>require("./icons/rotate_left-RKvDCGa_.cjs")),sharp:()=>Promise.resolve().then(()=>require("./icons/rotate_left-C0-WUVsw.cjs"))},rotate_right:{outlined:()=>Promise.resolve().then(()=>require("./icons/rotate_right-i9bMrMe5.cjs")),rounded:()=>Promise.resolve().then(()=>require("./icons/rotate_right-D1pzuEHb.cjs")),sharp:()=>Promise.resolve().then(()=>require("./icons/rotate_right-8WHx_SuN.cjs"))},rule:{outlined:()=>Promise.resolve().then(()=>require("./icons/rule-GIRrcXbP.cjs")),rounded:()=>Promise.resolve().then(()=>require("./icons/rule-DTjiYiZq.cjs")),sharp:()=>Promise.resolve().then(()=>require("./icons/rule-PbcB9lZP.cjs"))},save:{outlined:()=>Promise.resolve().then(()=>require("./icons/save-fkqiyMK8.cjs")),rounded:()=>Promise.resolve().then(()=>require("./icons/save-5IddfMjQ.cjs")),sharp:()=>Promise.resolve().then(()=>require("./icons/save-CCF5PyEM.cjs"))},save_as:{outlined:()=>Promise.resolve().then(()=>require("./icons/save_as-BRWg38-i.cjs")),rounded:()=>Promise.resolve().then(()=>require("./icons/save_as-Bxt_2D67.cjs")),sharp:()=>Promise.resolve().then(()=>require("./icons/save_as-Cv4exkLT.cjs"))},schedule:{outlined:()=>Promise.resolve().then(()=>require("./icons/schedule-DSheAoDO.cjs")),rounded:()=>Promise.resolve().then(()=>require("./icons/schedule-DZ99H6m4.cjs")),sharp:()=>Promise.resolve().then(()=>require("./icons/schedule-DEux9M-N.cjs"))},schedule_send:{outlined:()=>Promise.resolve().then(()=>require("./icons/schedule_send-Do__Ry6u.cjs")),rounded:()=>Promise.resolve().then(()=>require("./icons/schedule_send-Cp3iC0Oh.cjs")),sharp:()=>Promise.resolve().then(()=>require("./icons/schedule_send-Ci1iGXRR.cjs"))},school:{outlined:()=>Promise.resolve().then(()=>require("./icons/school-DjIfocA8.cjs")),rounded:()=>Promise.resolve().then(()=>require("./icons/school-DIBNfqBw.cjs")),sharp:()=>Promise.resolve().then(()=>require("./icons/school-UiU6b6fz.cjs"))},science:{outlined:()=>Promise.resolve().then(()=>require("./icons/science-DU8HpI5E.cjs")),rounded:()=>Promise.resolve().then(()=>require("./icons/science-DduXLiLr.cjs")),sharp:()=>Promise.resolve().then(()=>require("./icons/science-CPQsO82_.cjs"))},search:{outlined:()=>Promise.resolve().then(()=>require("./icons/search-B1H9b_cm.cjs")),rounded:()=>Promise.resolve().then(()=>require("./icons/search-BryYopV4.cjs")),sharp:()=>Promise.resolve().then(()=>require("./icons/search-ChtQjHCV.cjs"))},search_off:{outlined:()=>Promise.resolve().then(()=>require("./icons/search_off-hK10qV9w.cjs")),rounded:()=>Promise.resolve().then(()=>require("./icons/search_off-Ez3W0MtB.cjs")),sharp:()=>Promise.resolve().then(()=>require("./icons/search_off-DKJlviq9.cjs"))},security:{outlined:()=>Promise.resolve().then(()=>require("./icons/security-CK8VfFnF.cjs")),rounded:()=>Promise.resolve().then(()=>require("./icons/security-BieeAIQK.cjs")),sharp:()=>Promise.resolve().then(()=>require("./icons/security-3FTT4sJq.cjs"))},select_all:{outlined:()=>Promise.resolve().then(()=>require("./icons/select_all-wO38Mugl.cjs")),rounded:()=>Promise.resolve().then(()=>require("./icons/select_all-DkGq4MLr.cjs")),sharp:()=>Promise.resolve().then(()=>require("./icons/select_all-CNzVtIaX.cjs"))},send:{outlined:()=>Promise.resolve().then(()=>require("./icons/send-CE0t-BeF.cjs")),rounded:()=>Promise.resolve().then(()=>require("./icons/send-CSyvk2Uu.cjs")),sharp:()=>Promise.resolve().then(()=>require("./icons/send-Da_IOaWi.cjs"))},send_and_archive:{outlined:()=>Promise.resolve().then(()=>require("./icons/send_and_archive-CIHEjPqZ.cjs")),rounded:()=>Promise.resolve().then(()=>require("./icons/send_and_archive-x4Bd1yNd.cjs")),sharp:()=>Promise.resolve().then(()=>require("./icons/send_and_archive-BeBX1v9Y.cjs"))},settings:{outlined:()=>Promise.resolve().then(()=>require("./icons/settings-Iczs8jeR.cjs")),rounded:()=>Promise.resolve().then(()=>require("./icons/settings-CMP5MFnV.cjs")),sharp:()=>Promise.resolve().then(()=>require("./icons/settings-CLZ2Gtbf.cjs"))},settings_applications:{outlined:()=>Promise.resolve().then(()=>require("./icons/settings_applications-9HE_9rY_.cjs")),rounded:()=>Promise.resolve().then(()=>require("./icons/settings_applications-BZAjwB0l.cjs")),sharp:()=>Promise.resolve().then(()=>require("./icons/settings_applications-BXuvrP6q.cjs"))},settings_backup_restore:{outlined:()=>Promise.resolve().then(()=>require("./icons/settings_backup_restore-D9TSfliZ.cjs")),rounded:()=>Promise.resolve().then(()=>require("./icons/settings_backup_restore-CuanjFW6.cjs")),sharp:()=>Promise.resolve().then(()=>require("./icons/settings_backup_restore-CyPIojJj.cjs"))},settings_bluetooth:{outlined:()=>Promise.resolve().then(()=>require("./icons/settings_bluetooth-DaGzD19J.cjs")),rounded:()=>Promise.resolve().then(()=>require("./icons/settings_bluetooth-xy6HQVpn.cjs")),sharp:()=>Promise.resolve().then(()=>require("./icons/settings_bluetooth-Cr6IHVRB.cjs"))},settings_brightness:{outlined:()=>Promise.resolve().then(()=>require("./icons/settings_brightness-bpZFSJhk.cjs")),rounded:()=>Promise.resolve().then(()=>require("./icons/settings_brightness-BkiTw384.cjs")),sharp:()=>Promise.resolve().then(()=>require("./icons/settings_brightness-DPr5MK-L.cjs"))},settings_ethernet:{outlined:()=>Promise.resolve().then(()=>require("./icons/settings_ethernet-CNSkOlVN.cjs")),rounded:()=>Promise.resolve().then(()=>require("./icons/settings_ethernet-BKUalwzq.cjs")),sharp:()=>Promise.resolve().then(()=>require("./icons/settings_ethernet-BiUPH4Zl.cjs"))},settings_input_component:{outlined:()=>Promise.resolve().then(()=>require("./icons/settings_input_component-By5nACBS.cjs")),rounded:()=>Promise.resolve().then(()=>require("./icons/settings_input_component-BdohaMlR.cjs")),sharp:()=>Promise.resolve().then(()=>require("./icons/settings_input_component-DlJfBGIJ.cjs"))},settings_input_hdmi:{outlined:()=>Promise.resolve().then(()=>require("./icons/settings_input_hdmi-C6AUSBbu.cjs")),rounded:()=>Promise.resolve().then(()=>require("./icons/settings_input_hdmi-CJf8K5vP.cjs")),sharp:()=>Promise.resolve().then(()=>require("./icons/settings_input_hdmi-B6RpJzAH.cjs"))},settings_input_svideo:{outlined:()=>Promise.resolve().then(()=>require("./icons/settings_input_svideo-DE-cJJ19.cjs")),rounded:()=>Promise.resolve().then(()=>require("./icons/settings_input_svideo-GoJKdcLM.cjs")),sharp:()=>Promise.resolve().then(()=>require("./icons/settings_input_svideo-GdfkseMO.cjs"))},settings_overscan:{outlined:()=>Promise.resolve().then(()=>require("./icons/settings_overscan-t2ziBpx0.cjs")),rounded:()=>Promise.resolve().then(()=>require("./icons/settings_overscan-DjxVyh_p.cjs")),sharp:()=>Promise.resolve().then(()=>require("./icons/settings_overscan-CzZdrVff.cjs"))},settings_phone:{outlined:()=>Promise.resolve().then(()=>require("./icons/settings_phone-DSs4IMu3.cjs")),rounded:()=>Promise.resolve().then(()=>require("./icons/settings_phone-CdllR2_U.cjs")),sharp:()=>Promise.resolve().then(()=>require("./icons/settings_phone-DMkUqrcI.cjs"))},settings_power:{outlined:()=>Promise.resolve().then(()=>require("./icons/settings_power-Sy2yCFJ9.cjs")),rounded:()=>Promise.resolve().then(()=>require("./icons/settings_power-C0haok1N.cjs")),sharp:()=>Promise.resolve().then(()=>require("./icons/settings_power-DCmvdxnX.cjs"))},settings_remote:{outlined:()=>Promise.resolve().then(()=>require("./icons/settings_remote-BgSfe6Rf.cjs")),rounded:()=>Promise.resolve().then(()=>require("./icons/settings_remote-BkeWwusa.cjs")),sharp:()=>Promise.resolve().then(()=>require("./icons/settings_remote-BjJR-PZA.cjs"))},settings_voice:{outlined:()=>Promise.resolve().then(()=>require("./icons/settings_voice-CJKvIhG_.cjs")),rounded:()=>Promise.resolve().then(()=>require("./icons/settings_voice-DKlyDHlF.cjs")),sharp:()=>Promise.resolve().then(()=>require("./icons/settings_voice-D5Vxz3H6.cjs"))},share:{outlined:()=>Promise.resolve().then(()=>require("./icons/share-4OI6GdPA.cjs")),rounded:()=>Promise.resolve().then(()=>require("./icons/share-BUQun2WH.cjs")),sharp:()=>Promise.resolve().then(()=>require("./icons/share-D3x5n12j.cjs"))},shield:{outlined:()=>Promise.resolve().then(()=>require("./icons/shield-BiW3E-iG.cjs")),rounded:()=>Promise.resolve().then(()=>require("./icons/shield-BeTHVkub.cjs")),sharp:()=>Promise.resolve().then(()=>require("./icons/shield-8LQV6fwO.cjs"))},shop:{outlined:()=>Promise.resolve().then(()=>require("./icons/shop-CQAvlAIJ.cjs")),rounded:()=>Promise.resolve().then(()=>require("./icons/shop-CKc3vFoP.cjs")),sharp:()=>Promise.resolve().then(()=>require("./icons/shop-CvzOHG8i.cjs"))},shop_two:{outlined:()=>Promise.resolve().then(()=>require("./icons/shop_two-DxlMpmpg.cjs")),rounded:()=>Promise.resolve().then(()=>require("./icons/shop_two-B1EZi_d3.cjs")),sharp:()=>Promise.resolve().then(()=>require("./icons/shop_two-DAWsfPhY.cjs"))},shopping_bag:{outlined:()=>Promise.resolve().then(()=>require("./icons/shopping_bag-BLYLRVEo.cjs")),rounded:()=>Promise.resolve().then(()=>require("./icons/shopping_bag-pW2CC5Wm.cjs")),sharp:()=>Promise.resolve().then(()=>require("./icons/shopping_bag-CsPqDtJv.cjs"))},shopping_cart:{outlined:()=>Promise.resolve().then(()=>require("./icons/shopping_cart-DnonQkQH.cjs")),rounded:()=>Promise.resolve().then(()=>require("./icons/shopping_cart-D-FNTU2X.cjs")),sharp:()=>Promise.resolve().then(()=>require("./icons/shopping_cart-Xj77jFuX.cjs"))},shopping_cart_checkout:{outlined:()=>Promise.resolve().then(()=>require("./icons/shopping_cart_checkout-X3I3ndRQ.cjs")),rounded:()=>Promise.resolve().then(()=>require("./icons/shopping_cart_checkout-Ba3gAZZx.cjs")),sharp:()=>Promise.resolve().then(()=>require("./icons/shopping_cart_checkout-Biv5QNse.cjs"))},shuffle:{outlined:()=>Promise.resolve().then(()=>require("./icons/shuffle-DgSPEo4a.cjs")),rounded:()=>Promise.resolve().then(()=>require("./icons/shuffle-CJ1EAml3.cjs")),sharp:()=>Promise.resolve().then(()=>require("./icons/shuffle-_2AFO10D.cjs"))},signal_cellular_4_bar:{outlined:()=>Promise.resolve().then(()=>require("./icons/signal_cellular_4_bar-B2EfVIOU.cjs")),rounded:()=>Promise.resolve().then(()=>require("./icons/signal_cellular_4_bar-BnGmWjbd.cjs")),sharp:()=>Promise.resolve().then(()=>require("./icons/signal_cellular_4_bar-tyWOuTIO.cjs"))},signal_wifi_4_bar:{outlined:()=>Promise.resolve().then(()=>require("./icons/signal_wifi_4_bar-BqhjBPKf.cjs")),rounded:()=>Promise.resolve().then(()=>require("./icons/signal_wifi_4_bar-ACBg79Cd.cjs")),sharp:()=>Promise.resolve().then(()=>require("./icons/signal_wifi_4_bar-BI0IoDFE.cjs"))},sim_card:{outlined:()=>Promise.resolve().then(()=>require("./icons/sim_card-COkNXOTt.cjs")),rounded:()=>Promise.resolve().then(()=>require("./icons/sim_card-CIcMNdr5.cjs")),sharp:()=>Promise.resolve().then(()=>require("./icons/sim_card-BPL0trEZ.cjs"))},skip_next:{outlined:()=>Promise.resolve().then(()=>require("./icons/skip_next-CTaln24G.cjs")),rounded:()=>Promise.resolve().then(()=>require("./icons/skip_next-BjR_Ru_X.cjs")),sharp:()=>Promise.resolve().then(()=>require("./icons/skip_next-BS3qv6JB.cjs"))},skip_previous:{outlined:()=>Promise.resolve().then(()=>require("./icons/skip_previous-C3jUnkqV.cjs")),rounded:()=>Promise.resolve().then(()=>require("./icons/skip_previous-DupTvcKV.cjs")),sharp:()=>Promise.resolve().then(()=>require("./icons/skip_previous-BKQnmbUY.cjs"))},smart_display:{outlined:()=>Promise.resolve().then(()=>require("./icons/smart_display-CGq_kFKP.cjs")),rounded:()=>Promise.resolve().then(()=>require("./icons/smart_display-CvQj8hVk.cjs")),sharp:()=>Promise.resolve().then(()=>require("./icons/smart_display-BOW5QUcA.cjs"))},sms:{outlined:()=>Promise.resolve().then(()=>require("./icons/sms-Ch9Dn8Lm.cjs")),rounded:()=>Promise.resolve().then(()=>require("./icons/sms-BujJufM4.cjs")),sharp:()=>Promise.resolve().then(()=>require("./icons/sms-C0XjdHC5.cjs"))},speaker:{outlined:()=>Promise.resolve().then(()=>require("./icons/speaker-CV63iKYE.cjs")),rounded:()=>Promise.resolve().then(()=>require("./icons/speaker-DsfaZMR_.cjs")),sharp:()=>Promise.resolve().then(()=>require("./icons/speaker-B2MvjZAN.cjs"))},speed:{outlined:()=>Promise.resolve().then(()=>require("./icons/speed-D7NBKqG3.cjs")),rounded:()=>Promise.resolve().then(()=>require("./icons/speed-CXhRyCN3.cjs")),sharp:()=>Promise.resolve().then(()=>require("./icons/speed-Dj7IJmxS.cjs"))},spellcheck:{outlined:()=>Promise.resolve().then(()=>require("./icons/spellcheck-bravLujp.cjs")),rounded:()=>Promise.resolve().then(()=>require("./icons/spellcheck-BF_frwVA.cjs")),sharp:()=>Promise.resolve().then(()=>require("./icons/spellcheck-bkyb6Y8s.cjs"))},splitscreen:{outlined:()=>Promise.resolve().then(()=>require("./icons/splitscreen-CWRxhPyh.cjs")),rounded:()=>Promise.resolve().then(()=>require("./icons/splitscreen-BugC3AHX.cjs")),sharp:()=>Promise.resolve().then(()=>require("./icons/splitscreen-CuTL4vMq.cjs"))},star:{outlined:()=>Promise.resolve().then(()=>require("./icons/star-71poZceL.cjs")),rounded:()=>Promise.resolve().then(()=>require("./icons/star-CdAMIKli.cjs")),sharp:()=>Promise.resolve().then(()=>require("./icons/star-cWZAor5m.cjs"))},star_half:{outlined:()=>Promise.resolve().then(()=>require("./icons/star_half-BwQ25Xpr.cjs")),rounded:()=>Promise.resolve().then(()=>require("./icons/star_half-D21K-e2D.cjs")),sharp:()=>Promise.resolve().then(()=>require("./icons/star_half-BWK8UDKr.cjs"))},stars:{outlined:()=>Promise.resolve().then(()=>require("./icons/stars--dAqSWaT.cjs")),rounded:()=>Promise.resolve().then(()=>require("./icons/stars-NYu-DZz9.cjs")),sharp:()=>Promise.resolve().then(()=>require("./icons/stars-Cyp7CBgv.cjs"))},stop:{outlined:()=>Promise.resolve().then(()=>require("./icons/stop-uwTugAuv.cjs")),rounded:()=>Promise.resolve().then(()=>require("./icons/stop-CBeB_vzv.cjs")),sharp:()=>Promise.resolve().then(()=>require("./icons/stop-BWqpBB4v.cjs"))},storage:{outlined:()=>Promise.resolve().then(()=>require("./icons/storage-CJ6k6H61.cjs")),rounded:()=>Promise.resolve().then(()=>require("./icons/storage-YUkbXrS_.cjs")),sharp:()=>Promise.resolve().then(()=>require("./icons/storage-zovKy4GK.cjs"))},store:{outlined:()=>Promise.resolve().then(()=>require("./icons/store-AytgGtla.cjs")),rounded:()=>Promise.resolve().then(()=>require("./icons/store-CLKS8y8z.cjs")),sharp:()=>Promise.resolve().then(()=>require("./icons/store-b7oiYjaT.cjs"))},storefront:{outlined:()=>Promise.resolve().then(()=>require("./icons/storefront-maPZQS5d.cjs")),rounded:()=>Promise.resolve().then(()=>require("./icons/storefront-p8WcwK8a.cjs")),sharp:()=>Promise.resolve().then(()=>require("./icons/storefront-C1xlNf7m.cjs"))},subtitles:{outlined:()=>Promise.resolve().then(()=>require("./icons/subtitles-CJ0WZ11D.cjs")),rounded:()=>Promise.resolve().then(()=>require("./icons/subtitles-CweVpu7E.cjs")),sharp:()=>Promise.resolve().then(()=>require("./icons/subtitles-DiEORnGT.cjs"))},support:{outlined:()=>Promise.resolve().then(()=>require("./icons/support-DZV0BDoT.cjs")),rounded:()=>Promise.resolve().then(()=>require("./icons/support-DOeVw2Ol.cjs")),sharp:()=>Promise.resolve().then(()=>require("./icons/support-C8IHRu3M.cjs"))},swap_horiz:{outlined:()=>Promise.resolve().then(()=>require("./icons/swap_horiz-CIHagp-O.cjs")),rounded:()=>Promise.resolve().then(()=>require("./icons/swap_horiz-gBiaDATS.cjs")),sharp:()=>Promise.resolve().then(()=>require("./icons/swap_horiz-DXxPNDOa.cjs"))},swap_vert:{outlined:()=>Promise.resolve().then(()=>require("./icons/swap_vert-CgI4ty66.cjs")),rounded:()=>Promise.resolve().then(()=>require("./icons/swap_vert-CYo6e2hN.cjs")),sharp:()=>Promise.resolve().then(()=>require("./icons/swap_vert-BIRQdp6w.cjs"))},swipe:{outlined:()=>Promise.resolve().then(()=>require("./icons/swipe-DNULZvdC.cjs")),rounded:()=>Promise.resolve().then(()=>require("./icons/swipe-CBmB5bVK.cjs")),sharp:()=>Promise.resolve().then(()=>require("./icons/swipe-BEkT-xey.cjs"))},switch_access_shortcut:{outlined:()=>Promise.resolve().then(()=>require("./icons/switch_access_shortcut-q_7AaUE5.cjs")),rounded:()=>Promise.resolve().then(()=>require("./icons/switch_access_shortcut-4NHu-GzX.cjs")),sharp:()=>Promise.resolve().then(()=>require("./icons/switch_access_shortcut-DlIlneXr.cjs"))},sync:{outlined:()=>Promise.resolve().then(()=>require("./icons/sync-c0eh9srx.cjs")),rounded:()=>Promise.resolve().then(()=>require("./icons/sync-B8eDMIHY.cjs")),sharp:()=>Promise.resolve().then(()=>require("./icons/sync-Bb15b-LY.cjs"))},tab:{outlined:()=>Promise.resolve().then(()=>require("./icons/tab-Br904I-x.cjs")),rounded:()=>Promise.resolve().then(()=>require("./icons/tab-DoWIBjMF.cjs")),sharp:()=>Promise.resolve().then(()=>require("./icons/tab-DcX5jSYD.cjs"))},tab_unselected:{outlined:()=>Promise.resolve().then(()=>require("./icons/tab_unselected-h_5qNQAy.cjs")),rounded:()=>Promise.resolve().then(()=>require("./icons/tab_unselected-Jryi6UG7.cjs")),sharp:()=>Promise.resolve().then(()=>require("./icons/tab_unselected-BnB9OpTQ.cjs"))},table_rows:{outlined:()=>Promise.resolve().then(()=>require("./icons/table_rows-DhopWxQ4.cjs")),rounded:()=>Promise.resolve().then(()=>require("./icons/table_rows-CD8mGsGH.cjs")),sharp:()=>Promise.resolve().then(()=>require("./icons/table_rows-DBST5uR7.cjs"))},tablet:{outlined:()=>Promise.resolve().then(()=>require("./icons/tablet-BPyP2a60.cjs")),rounded:()=>Promise.resolve().then(()=>require("./icons/tablet-BObXzgDp.cjs")),sharp:()=>Promise.resolve().then(()=>require("./icons/tablet-DEJSebWQ.cjs"))},tag:{outlined:()=>Promise.resolve().then(()=>require("./icons/tag-BKHmPW7O.cjs")),rounded:()=>Promise.resolve().then(()=>require("./icons/tag-bOLfzkCK.cjs")),sharp:()=>Promise.resolve().then(()=>require("./icons/tag-DeeBL365.cjs"))},task:{outlined:()=>Promise.resolve().then(()=>require("./icons/task-B9X6QTUq.cjs")),rounded:()=>Promise.resolve().then(()=>require("./icons/task-DrKSPxAM.cjs")),sharp:()=>Promise.resolve().then(()=>require("./icons/task-CaXkBV5s.cjs"))},task_alt:{outlined:()=>Promise.resolve().then(()=>require("./icons/task_alt-DmM9U1Ld.cjs")),rounded:()=>Promise.resolve().then(()=>require("./icons/task_alt-DuVPr61c.cjs")),sharp:()=>Promise.resolve().then(()=>require("./icons/task_alt-BWpiiOPB.cjs"))},terminal:{outlined:()=>Promise.resolve().then(()=>require("./icons/terminal-Cq96EmHZ.cjs")),rounded:()=>Promise.resolve().then(()=>require("./icons/terminal-9rECHy3F.cjs")),sharp:()=>Promise.resolve().then(()=>require("./icons/terminal-UFxOCVAJ.cjs"))},text_fields:{outlined:()=>Promise.resolve().then(()=>require("./icons/text_fields-srTO6UAQ.cjs")),rounded:()=>Promise.resolve().then(()=>require("./icons/text_fields-MBNGOwpE.cjs")),sharp:()=>Promise.resolve().then(()=>require("./icons/text_fields-31b2r-eh.cjs"))},thumb_down:{outlined:()=>Promise.resolve().then(()=>require("./icons/thumb_down-C-ZYO8aS.cjs")),rounded:()=>Promise.resolve().then(()=>require("./icons/thumb_down-CXKcFuVv.cjs")),sharp:()=>Promise.resolve().then(()=>require("./icons/thumb_down-B1EnDy9g.cjs"))},thumb_up:{outlined:()=>Promise.resolve().then(()=>require("./icons/thumb_up-CMK43jwc.cjs")),rounded:()=>Promise.resolve().then(()=>require("./icons/thumb_up-BjnPL-vY.cjs")),sharp:()=>Promise.resolve().then(()=>require("./icons/thumb_up-BJldcoTn.cjs"))},timeline:{outlined:()=>Promise.resolve().then(()=>require("./icons/timeline-BorNHWXs.cjs")),rounded:()=>Promise.resolve().then(()=>require("./icons/timeline-DHqVljjl.cjs")),sharp:()=>Promise.resolve().then(()=>require("./icons/timeline-DLlL3HNg.cjs"))},timer:{outlined:()=>Promise.resolve().then(()=>require("./icons/timer-C05SAUqw.cjs")),rounded:()=>Promise.resolve().then(()=>require("./icons/timer-CYZn5P7p.cjs")),sharp:()=>Promise.resolve().then(()=>require("./icons/timer-B82U_DX8.cjs"))},toc:{outlined:()=>Promise.resolve().then(()=>require("./icons/toc-DhGghZ9I.cjs")),rounded:()=>Promise.resolve().then(()=>require("./icons/toc-C84pl4PR.cjs")),sharp:()=>Promise.resolve().then(()=>require("./icons/toc-BtcPEvk6.cjs"))},today:{outlined:()=>Promise.resolve().then(()=>require("./icons/today-DzGPx-JC.cjs")),rounded:()=>Promise.resolve().then(()=>require("./icons/today-BkPPR4dh.cjs")),sharp:()=>Promise.resolve().then(()=>require("./icons/today-BdVLVtYY.cjs"))},toggle_off:{outlined:()=>Promise.resolve().then(()=>require("./icons/toggle_off-BDbSL0R3.cjs")),rounded:()=>Promise.resolve().then(()=>require("./icons/toggle_off-BDH4j7_B.cjs")),sharp:()=>Promise.resolve().then(()=>require("./icons/toggle_off-BKJ1oYkM.cjs"))},toggle_on:{outlined:()=>Promise.resolve().then(()=>require("./icons/toggle_on-Dl1NcDmP.cjs")),rounded:()=>Promise.resolve().then(()=>require("./icons/toggle_on-DURt0a-K.cjs")),sharp:()=>Promise.resolve().then(()=>require("./icons/toggle_on-BcgFWI69.cjs"))},touch_app:{outlined:()=>Promise.resolve().then(()=>require("./icons/touch_app-BjCIP79F.cjs")),rounded:()=>Promise.resolve().then(()=>require("./icons/touch_app-DYx-e9w1.cjs")),sharp:()=>Promise.resolve().then(()=>require("./icons/touch_app-DMIySKht.cjs"))},tour:{outlined:()=>Promise.resolve().then(()=>require("./icons/tour-Cvtl9j2v.cjs")),rounded:()=>Promise.resolve().then(()=>require("./icons/tour-D_mBWC4A.cjs")),sharp:()=>Promise.resolve().then(()=>require("./icons/tour-DrIKd0iZ.cjs"))},track_changes:{outlined:()=>Promise.resolve().then(()=>require("./icons/track_changes-CrWcjG7M.cjs")),rounded:()=>Promise.resolve().then(()=>require("./icons/track_changes-CmftMM7i.cjs")),sharp:()=>Promise.resolve().then(()=>require("./icons/track_changes-2gWHhzk3.cjs"))},train:{outlined:()=>Promise.resolve().then(()=>require("./icons/train-bPZxRsaq.cjs")),rounded:()=>Promise.resolve().then(()=>require("./icons/train-xbz9XQhb.cjs")),sharp:()=>Promise.resolve().then(()=>require("./icons/train-pWcRhKXA.cjs"))},translate:{outlined:()=>Promise.resolve().then(()=>require("./icons/translate-CYXRRxeY.cjs")),rounded:()=>Promise.resolve().then(()=>require("./icons/translate-WCc3CLqx.cjs")),sharp:()=>Promise.resolve().then(()=>require("./icons/translate-CPdtUGGD.cjs"))},trending_down:{outlined:()=>Promise.resolve().then(()=>require("./icons/trending_down-ImDCa4Jh.cjs")),rounded:()=>Promise.resolve().then(()=>require("./icons/trending_down-DIbaV34v.cjs")),sharp:()=>Promise.resolve().then(()=>require("./icons/trending_down-dZnaOW1J.cjs"))},trending_flat:{outlined:()=>Promise.resolve().then(()=>require("./icons/trending_flat-C1svR9KS.cjs")),rounded:()=>Promise.resolve().then(()=>require("./icons/trending_flat-Br_PXO04.cjs")),sharp:()=>Promise.resolve().then(()=>require("./icons/trending_flat-C4esyAhD.cjs"))},trending_up:{outlined:()=>Promise.resolve().then(()=>require("./icons/trending_up-Bgw7w8PT.cjs")),rounded:()=>Promise.resolve().then(()=>require("./icons/trending_up-fksGS-GY.cjs")),sharp:()=>Promise.resolve().then(()=>require("./icons/trending_up-DPd7c_Dq.cjs"))},troubleshoot:{outlined:()=>Promise.resolve().then(()=>require("./icons/troubleshoot-K7Bl_YaC.cjs")),rounded:()=>Promise.resolve().then(()=>require("./icons/troubleshoot-DI-EgiZK.cjs")),sharp:()=>Promise.resolve().then(()=>require("./icons/troubleshoot-CZMhLPJh.cjs"))},unarchive:{outlined:()=>Promise.resolve().then(()=>require("./icons/unarchive-CO882sl0.cjs")),rounded:()=>Promise.resolve().then(()=>require("./icons/unarchive-DyUoj8om.cjs")),sharp:()=>Promise.resolve().then(()=>require("./icons/unarchive-D4LtLEle.cjs"))},undo:{outlined:()=>Promise.resolve().then(()=>require("./icons/undo-iQLEL8Zi.cjs")),rounded:()=>Promise.resolve().then(()=>require("./icons/undo-CIwSY9GL.cjs")),sharp:()=>Promise.resolve().then(()=>require("./icons/undo-C9xs6NjO.cjs"))},unfold_less:{outlined:()=>Promise.resolve().then(()=>require("./icons/unfold_less-LC-ftUfz.cjs")),rounded:()=>Promise.resolve().then(()=>require("./icons/unfold_less-DxekXqvM.cjs")),sharp:()=>Promise.resolve().then(()=>require("./icons/unfold_less-BKOJLQlU.cjs"))},unfold_more:{outlined:()=>Promise.resolve().then(()=>require("./icons/unfold_more-BVL_GIHl.cjs")),rounded:()=>Promise.resolve().then(()=>require("./icons/unfold_more-DIl3gTo7.cjs")),sharp:()=>Promise.resolve().then(()=>require("./icons/unfold_more-Dlh3P3cv.cjs"))},update:{outlined:()=>Promise.resolve().then(()=>require("./icons/update-0Vhu6gl3.cjs")),rounded:()=>Promise.resolve().then(()=>require("./icons/update-a1H2RXCn.cjs")),sharp:()=>Promise.resolve().then(()=>require("./icons/update-BDOxUBTg.cjs"))},upgrade:{outlined:()=>Promise.resolve().then(()=>require("./icons/upgrade-CqKqDz1C.cjs")),rounded:()=>Promise.resolve().then(()=>require("./icons/upgrade-x2gsVQIM.cjs")),sharp:()=>Promise.resolve().then(()=>require("./icons/upgrade-CdJyAFoI.cjs"))},upload:{outlined:()=>Promise.resolve().then(()=>require("./icons/upload-CMBoE1MT.cjs")),rounded:()=>Promise.resolve().then(()=>require("./icons/upload-CfYL9Zr2.cjs")),sharp:()=>Promise.resolve().then(()=>require("./icons/upload-BDW8-FNY.cjs"))},vaccines:{outlined:()=>Promise.resolve().then(()=>require("./icons/vaccines-C4f-r8y5.cjs")),rounded:()=>Promise.resolve().then(()=>require("./icons/vaccines-Dak3ypH-.cjs")),sharp:()=>Promise.resolve().then(()=>require("./icons/vaccines-BgYSLR9w.cjs"))},verified:{outlined:()=>Promise.resolve().then(()=>require("./icons/verified-BPpdTMbw.cjs")),rounded:()=>Promise.resolve().then(()=>require("./icons/verified-BR7xxAQA.cjs")),sharp:()=>Promise.resolve().then(()=>require("./icons/verified-C1_3O9Pq.cjs"))},verified_user:{outlined:()=>Promise.resolve().then(()=>require("./icons/verified_user-B4cpofdT.cjs")),rounded:()=>Promise.resolve().then(()=>require("./icons/verified_user-CHiaKWJQ.cjs")),sharp:()=>Promise.resolve().then(()=>require("./icons/verified_user-LzxM0Ixt.cjs"))},view_agenda:{outlined:()=>Promise.resolve().then(()=>require("./icons/view_agenda-wmPKBjy1.cjs")),rounded:()=>Promise.resolve().then(()=>require("./icons/view_agenda-ChVSNVuJ.cjs")),sharp:()=>Promise.resolve().then(()=>require("./icons/view_agenda-BcCbU_Cx.cjs"))},view_array:{outlined:()=>Promise.resolve().then(()=>require("./icons/view_array-4eH_Y-9C.cjs")),rounded:()=>Promise.resolve().then(()=>require("./icons/view_array-u_DfgvOJ.cjs")),sharp:()=>Promise.resolve().then(()=>require("./icons/view_array-CtftT6bB.cjs"))},view_carousel:{outlined:()=>Promise.resolve().then(()=>require("./icons/view_carousel-cKrqJhoI.cjs")),rounded:()=>Promise.resolve().then(()=>require("./icons/view_carousel--ToJf94l.cjs")),sharp:()=>Promise.resolve().then(()=>require("./icons/view_carousel-CjxIXwuR.cjs"))},view_column:{outlined:()=>Promise.resolve().then(()=>require("./icons/view_column-CI58na9m.cjs")),rounded:()=>Promise.resolve().then(()=>require("./icons/view_column-CGO0_VaN.cjs")),sharp:()=>Promise.resolve().then(()=>require("./icons/view_column-CZfddZfP.cjs"))},view_day:{outlined:()=>Promise.resolve().then(()=>require("./icons/view_day-BKQpPz70.cjs")),rounded:()=>Promise.resolve().then(()=>require("./icons/view_day-BL7dG_71.cjs")),sharp:()=>Promise.resolve().then(()=>require("./icons/view_day-D03WAaG1.cjs"))},view_headline:{outlined:()=>Promise.resolve().then(()=>require("./icons/view_headline-bvoWlfSZ.cjs")),rounded:()=>Promise.resolve().then(()=>require("./icons/view_headline-CEiHaTUb.cjs")),sharp:()=>Promise.resolve().then(()=>require("./icons/view_headline-zUGYSGF4.cjs"))},view_list:{outlined:()=>Promise.resolve().then(()=>require("./icons/view_list-Cn16jlm_.cjs")),rounded:()=>Promise.resolve().then(()=>require("./icons/view_list-COkcexHQ.cjs")),sharp:()=>Promise.resolve().then(()=>require("./icons/view_list-q6O6UQ8s.cjs"))},view_module:{outlined:()=>Promise.resolve().then(()=>require("./icons/view_module-fdzeD45B.cjs")),rounded:()=>Promise.resolve().then(()=>require("./icons/view_module-BIq8D_VI.cjs")),sharp:()=>Promise.resolve().then(()=>require("./icons/view_module-Dugq4U2N.cjs"))},view_stream:{outlined:()=>Promise.resolve().then(()=>require("./icons/view_stream-DY09WFyh.cjs")),rounded:()=>Promise.resolve().then(()=>require("./icons/view_stream-Bok3MI-A.cjs")),sharp:()=>Promise.resolve().then(()=>require("./icons/view_stream-BprhnLvm.cjs"))},view_week:{outlined:()=>Promise.resolve().then(()=>require("./icons/view_week-BwVY-Gzo.cjs")),rounded:()=>Promise.resolve().then(()=>require("./icons/view_week-BIG9oES2.cjs")),sharp:()=>Promise.resolve().then(()=>require("./icons/view_week-CVSaj-eg.cjs"))},visibility:{outlined:()=>Promise.resolve().then(()=>require("./icons/visibility-CcM0M7Ae.cjs")),rounded:()=>Promise.resolve().then(()=>require("./icons/visibility-B_skKXCn.cjs")),sharp:()=>Promise.resolve().then(()=>require("./icons/visibility-Du_QtShp.cjs"))},visibility_off:{outlined:()=>Promise.resolve().then(()=>require("./icons/visibility_off-77O8Ixn_.cjs")),rounded:()=>Promise.resolve().then(()=>require("./icons/visibility_off-CQkbf0sH.cjs")),sharp:()=>Promise.resolve().then(()=>require("./icons/visibility_off-DDSAECSN.cjs"))},voice_chat:{outlined:()=>Promise.resolve().then(()=>require("./icons/voice_chat-B2m86WSN.cjs")),rounded:()=>Promise.resolve().then(()=>require("./icons/voice_chat-DA-inGEr.cjs")),sharp:()=>Promise.resolve().then(()=>require("./icons/voice_chat-N9lzzPD3.cjs"))},volume_down:{outlined:()=>Promise.resolve().then(()=>require("./icons/volume_down-X8Fdb5GL.cjs")),rounded:()=>Promise.resolve().then(()=>require("./icons/volume_down-ormtJ6rA.cjs")),sharp:()=>Promise.resolve().then(()=>require("./icons/volume_down-xq98sRni.cjs"))},volume_mute:{outlined:()=>Promise.resolve().then(()=>require("./icons/volume_mute-Dg1Sad52.cjs")),rounded:()=>Promise.resolve().then(()=>require("./icons/volume_mute-2JEExPCA.cjs")),sharp:()=>Promise.resolve().then(()=>require("./icons/volume_mute-BmLOt1AC.cjs"))},volume_off:{outlined:()=>Promise.resolve().then(()=>require("./icons/volume_off-yubxzc3X.cjs")),rounded:()=>Promise.resolve().then(()=>require("./icons/volume_off-BgpeewH8.cjs")),sharp:()=>Promise.resolve().then(()=>require("./icons/volume_off-BrkBzaCw.cjs"))},volume_up:{outlined:()=>Promise.resolve().then(()=>require("./icons/volume_up-bP-cavNY.cjs")),rounded:()=>Promise.resolve().then(()=>require("./icons/volume_up-DYrt4pXz.cjs")),sharp:()=>Promise.resolve().then(()=>require("./icons/volume_up-CP5jPUnv.cjs"))},vpn_key:{outlined:()=>Promise.resolve().then(()=>require("./icons/vpn_key-DLw31EM4.cjs")),rounded:()=>Promise.resolve().then(()=>require("./icons/vpn_key-DYrLYI7L.cjs")),sharp:()=>Promise.resolve().then(()=>require("./icons/vpn_key-DepwbifQ.cjs"))},vpn_lock:{outlined:()=>Promise.resolve().then(()=>require("./icons/vpn_lock-CArd8FFH.cjs")),rounded:()=>Promise.resolve().then(()=>require("./icons/vpn_lock-4HGysBa8.cjs")),sharp:()=>Promise.resolve().then(()=>require("./icons/vpn_lock-DoxQ56X_.cjs"))},wallet:{outlined:()=>Promise.resolve().then(()=>require("./icons/wallet-D6d5LH8m.cjs")),rounded:()=>Promise.resolve().then(()=>require("./icons/wallet-CGvvbyGf.cjs")),sharp:()=>Promise.resolve().then(()=>require("./icons/wallet-D6lc8i2O.cjs"))},warning:{outlined:()=>Promise.resolve().then(()=>require("./icons/warning-3MXqZXik.cjs")),rounded:()=>Promise.resolve().then(()=>require("./icons/warning-iht20xAd.cjs")),sharp:()=>Promise.resolve().then(()=>require("./icons/warning-BDqDQ0zE.cjs"))},watch:{outlined:()=>Promise.resolve().then(()=>require("./icons/watch-Dxwts4x_.cjs")),rounded:()=>Promise.resolve().then(()=>require("./icons/watch-C5XLco8t.cjs")),sharp:()=>Promise.resolve().then(()=>require("./icons/watch-kEhspwOG.cjs"))},widgets:{outlined:()=>Promise.resolve().then(()=>require("./icons/widgets-DwrJqxGF.cjs")),rounded:()=>Promise.resolve().then(()=>require("./icons/widgets-BXJ2Q2Ej.cjs")),sharp:()=>Promise.resolve().then(()=>require("./icons/widgets-obimkiev.cjs"))},wifi:{outlined:()=>Promise.resolve().then(()=>require("./icons/wifi-DrroKwB8.cjs")),rounded:()=>Promise.resolve().then(()=>require("./icons/wifi-2DytN2nN.cjs")),sharp:()=>Promise.resolve().then(()=>require("./icons/wifi-BkLgmjTL.cjs"))},wifi_off:{outlined:()=>Promise.resolve().then(()=>require("./icons/wifi_off-BaJM5EaE.cjs")),rounded:()=>Promise.resolve().then(()=>require("./icons/wifi_off-Sfa-62fD.cjs")),sharp:()=>Promise.resolve().then(()=>require("./icons/wifi_off-Dc0PhObG.cjs"))},work:{outlined:()=>Promise.resolve().then(()=>require("./icons/work-QooH-JpG.cjs")),rounded:()=>Promise.resolve().then(()=>require("./icons/work-Do6SwFLt.cjs")),sharp:()=>Promise.resolve().then(()=>require("./icons/work-D3tksTSD.cjs"))},zoom_in:{outlined:()=>Promise.resolve().then(()=>require("./icons/zoom_in-3A4joxuV.cjs")),rounded:()=>Promise.resolve().then(()=>require("./icons/zoom_in-DL9SEBJs.cjs")),sharp:()=>Promise.resolve().then(()=>require("./icons/zoom_in-i6DpZCMO.cjs"))},zoom_out:{outlined:()=>Promise.resolve().then(()=>require("./icons/zoom_out-DGmKh370.cjs")),rounded:()=>Promise.resolve().then(()=>require("./icons/zoom_out-DyYWanOO.cjs")),sharp:()=>Promise.resolve().then(()=>require("./icons/zoom_out-CKPGeJDN.cjs"))}};console.log(Object.keys(Jo));const Qe={};function Nl(e){return{...e}}function lm(e){Object.assign(Qe,Nl(e))}function cm(e){const t=Nl(e);Object.keys(Qe).forEach(r=>{delete Qe[r]}),Object.assign(Qe,t)}function um(){Object.keys(Qe).forEach(e=>{delete Qe[e]})}function dm(){const e=Object.keys(Qe),t=Object.keys(Jo);return Array.from(new Set([...e,...t]))}function Si(e){const{title:t,...r}=e;return f.jsx("svg",{viewBox:"0 0 24 24","aria-hidden":t?void 0:!0,role:t?"img":void 0,...r,children:t?f.jsx("title",{children:t}):null})}function fm(e,t){const r=Qe[e]??Jo[e]??null;return r?t==="rounded"?r.rounded??r.outlined:t==="sharp"?r.sharp??r.outlined:r.outlined:null}function hm(e,t){return d.lazy(async()=>{const r=fm(e,t);if(!r)return{default:Si};try{return{default:(await r()).default}}catch{return{default:Si}}})}function ye(e){const{name:t,svg:r,src:n,variant:o="outlined",useColorAsFill:s=!1,size:i=24,color:a="currentColor",className:l,title:c}=e,u=d.useMemo(()=>hm(t??"",o),[t,o]),h=s?a:"currentColor";return r?f.jsx(r,{width:i,height:i,fill:h,color:a,className:l,title:c,focusable:"false","aria-hidden":c?void 0:!0}):n?f.jsx("img",{src:n,alt:c??"","aria-hidden":c?void 0:!0,className:l,style:{display:"inline-block",width:i,height:i}}):f.jsx(d.Suspense,{fallback:f.jsx("span",{"aria-hidden":"true",className:l,style:{display:"inline-block",width:i,height:i}}),children:f.jsx(u,{width:i,height:i,fill:h,color:a,className:l,title:c,focusable:"false","aria-hidden":c?void 0:!0})})}ye.displayName="Icon";let El=null;function qi(e){El=e}function mm(){return El}const pm=200,vm={info:{icon:"info",iconColor:"#6b7280",role:"status",live:"polite"},success:{icon:"check_circle",iconColor:"#16a34a",role:"status",live:"polite"},warn:{icon:"warning",iconColor:"#d97706",role:"alert",live:"assertive"},error:{icon:"error",iconColor:"#dc2626",role:"alert",live:"assertive"}},Rl=d.createContext(null);let Ni=0;function gm(){return Ni+=1,`ldkj-toast-${Date.now()}-${Ni}`}function ym(e,t){return e.filter(r=>r.id!==t)}function xm(e){const t=new Map;for(const r of e){const n=t.get(r.placement);n?n.push(r):t.set(r.placement,[r])}return t}function kl(e){const{children:t,placement:r="top",duration:n=3e3,queueLimit:o=5,reverse:s=!1}=e,[i,a]=d.useState([]),l=d.useRef(new Map),c=d.useRef(new Map),u=d.useCallback(b=>{const P=l.current.get(b);P!==void 0&&(window.clearTimeout(P),l.current.delete(b));const w=c.current.get(b);w!==void 0&&(window.clearTimeout(w),c.current.delete(b))},[]),h=d.useCallback(b=>{u(b),a(P=>ym(P,b))},[u]),p=d.useCallback(b=>{u(b),a(w=>w.map(N=>N.id===b&&!N.leaving?{...N,leaving:!0}:N));const P=window.setTimeout(()=>{h(b)},pm);c.current.set(b,P)},[u,h]),v=d.useCallback(()=>{a(b=>(b.forEach(P=>u(P.id)),[]))},[u]),g=d.useCallback(b=>{const P=b.duration??n,w=b.id??gm(),N={id:w,message:b.message,type:b.type??"info",placement:b.placement??r,closable:b.closable??!0,icon:b.icon,iconColor:b.iconColor,leaving:!1};a(C=>{const S=[...C,N];if(S.length<=o)return S;const R=S.length-o;return S.slice(0,R).forEach(E=>u(E.id)),S.slice(R)});const q=window.setTimeout(()=>{p(w)},Math.max(P,0));return l.current.set(w,q),w},[u,p,n,r,o]);d.useEffect(()=>()=>{l.current.forEach(b=>window.clearTimeout(b)),c.current.forEach(b=>window.clearTimeout(b)),l.current.clear(),c.current.clear()},[]);const m=d.useMemo(()=>({push:g,dismiss:p,clear:v}),[v,p,g]);d.useEffect(()=>(qi(m),()=>qi(null)),[m]);const y=d.useMemo(()=>xm(i),[i]),x=Array.from(y.keys());return f.jsxs(Rl.Provider,{value:m,children:[t,x.map(b=>{const P=y.get(b)??[],w=s?[...P].reverse():P;return f.jsx("div",{className:_("ldkj-toast-viewport",`ldkj-toast-viewport-${b}`),"aria-hidden":w.length===0,children:w.map(N=>{const q=vm[N.type],C=N.iconColor??q.iconColor;return f.jsxs("div",{className:_("ldkj-toast-item",N.leaving?"ldkj-toast-leave":"ldkj-toast-appear"),role:q.role,"aria-live":q.live,"aria-atomic":"true",children:[typeof N.icon=="string"?f.jsx(ye,{name:N.icon,color:C,size:20,className:"ldkj-toast-icon",title:`${N.type} icon`}):N.icon?.svg||N.icon?.src?f.jsx(ye,{svg:N.icon.svg,src:N.icon.src,color:C,size:20,className:"ldkj-toast-icon",title:`${N.type} icon`}):f.jsx(ye,{name:q.icon,color:C,size:20,className:"ldkj-toast-icon",title:`${N.type} icon`}),f.jsx("div",{className:"ldkj-toast-message",children:N.message}),N.closable?f.jsx("button",{type:"button",className:"ldkj-toast-close","aria-label":"关闭提示",onClick:()=>p(N.id),children:f.jsx(ye,{name:"close",size:16,className:"ldkj-toast-close-icon"})}):null]},N.id)})},b)})]})}kl.displayName="ToastProvider";function bm(){const e=d.useContext(Rl);if(!e)throw new Error("useToast 必须在 ToastProvider 内使用。");const t=d.useCallback((i,a)=>e.push({message:i,...a}),[e]),r=d.useCallback((i,a)=>e.push({type:"info",message:i,...a}),[e]),n=d.useCallback((i,a)=>e.push({type:"success",message:i,...a}),[e]),o=d.useCallback((i,a)=>e.push({type:"warn",message:i,...a}),[e]),s=d.useCallback((i,a)=>e.push({type:"error",message:i,...a}),[e]);return d.useMemo(()=>({show:t,info:r,success:n,warn:o,error:s,dismiss:e.dismiss,clear:e.clear}),[e.clear,e.dismiss,s,r,t,n,o])}const Ir={placement:"top",duration:3e3,closable:!0};let Ei=!1;const Ne={...Ir};function Tl(e){return{placement:e?.placement??Ne.placement,duration:e?.duration??Ne.duration,id:e?.id,closable:e?.closable??Ne.closable,icon:e?.icon,iconColor:e?.iconColor}}function jr(){const e=mm();return e||(Ei||(Ei=!0,console.warn("toast 调用失败:请先在应用根节点挂载 ToastProvider。")),null)}function br(e,t,r){const n=jr();return n?n.push({type:e,message:t,...Tl(r)}):""}const Pm={show(e,t){const r=jr();return r?r.push({type:"info",message:typeof e=="string"?e:String(e),...Tl(t)}):""},info(e,t){return br("info",e,t)},success(e,t){return br("success",e,t)},warn(e,t){return br("warn",e,t)},error(e,t){return br("error",e,t)},dismiss(e){const t=jr();t&&t.dismiss(e)},clear(){const e=jr();e&&e.clear()},config(e){Ne.placement=e.placement??Ne.placement,Ne.duration=e.duration??Ne.duration,Ne.closable=e.closable??Ne.closable},resetConfig(){Ne.placement=Ir.placement,Ne.duration=Ir.duration,Ne.closable=Ir.closable}};function Ri(e){if(e!=null)return typeof e=="boolean"?e?"blur(5px)":void 0:typeof e=="number"?`blur(${e}px)`:`blur(${e})`}function Qo(e){const{open:t=!1,destroyOnClose:r=!1,closeOnMaskClick:n=!1,scrollable:o=!1,alpha:s=.5,blur:i,x:a="50%",y:l="50%",translateX:c="-50%",translateY:u="-50%",onClose:h,onOpen:p,className:v,class:g,style:m,sx:y,contentClassName:x,contentClass:b,contentStyle:P,contentSx:w,children:N,...q}=e,C=H(),{sxClassName:S,sxInlineStyle:R}=V(y,C),{sxClassName:A,sxInlineStyle:E}=V(w,C),k=d.useRef(!1);return d.useEffect(()=>{if(k.current){t?p?.():h?.();return}k.current=!0},[t,h,p]),d.useEffect(()=>{if(!t||o)return;const T=document.body.style.overflow;return document.body.style.overflow="hidden",()=>{document.body.style.overflow=T}},[t,o]),!t&&r?null:f.jsx("div",{hidden:!t,className:_("fixed inset-0 z-[9999]",S,v,g),style:M({backgroundColor:`rgba(0, 0, 0, ${s})`,backdropFilter:Ri(i),WebkitBackdropFilter:Ri(i)},m,R),onTouchStart:T=>{o||(T.preventDefault(),T.stopPropagation())},onClick:()=>{n&&h?.()},...q,children:f.jsx("div",{className:_("absolute",A,x,b),style:M({left:a,top:l,transform:`translate(${c}, ${u})`},P,E),onClick:T=>{T.stopPropagation()},children:N})})}Qo.displayName="Modal";const _l=d.createContext(null),Al=d.createContext(null);function lr(e){const t=d.useContext(_l);if(!t)throw new Error(`${e} 必须在 <Dialog> 内使用`);return t}function ot(e){const t=H();return V(e,t)}function wm(e){const{open:t,defaultOpen:r=!1,onOpenChange:n}=e,o=t!==void 0,[s,i]=d.useState(r),a=o?t:s,l=d.useCallback(c=>{o||i(c),n?.(c)},[o,n]);return[a,l]}const Cm=e=>{const{open:t,defaultOpen:r,onOpenChange:n,modal:o=!0,lockScroll:s=!0,destroyOnClose:i=!1,closeOnMaskClick:a=!0,scrollable:l=!1,children:c}=e,[u,h]=wm({open:t,defaultOpen:r,onOpenChange:n}),p=d.useMemo(()=>({open:u,setOpen:h,modal:o,lockScroll:s,destroyOnClose:i,closeOnMaskClick:a,scrollable:l}),[a,i,s,o,u,l,h]);return f.jsx(_l.Provider,{value:p,children:c})},Zo=d.forwardRef((e,t)=>{const{setOpen:r}=lr("DialogTrigger"),{asChild:n,asChildWrapper:o="span",className:s,class:i,sx:a,style:l,children:c,onClick:u,...h}=e,{sxClassName:p,sxInlineStyle:v}=ot(a),g=m=>{u?.(m),!m.defaultPrevented&&r(!0)};return n?f.jsx(o,{ref:t,className:_("inline-flex w-fit",p,s,i),style:M(l,v),onClick:g,...h,children:c}):f.jsx("button",{ref:t,type:"button",className:_(p,s,i),style:M(l,v),onClick:g,...h,children:c})});Zo.displayName="DialogTrigger";const es=d.forwardRef((e,t)=>{const{setOpen:r}=lr("DialogClose"),{asChild:n,asChildWrapper:o="span",className:s,class:i,sx:a,style:l,children:c,onClick:u,...h}=e,{sxClassName:p,sxInlineStyle:v}=ot(a),g=m=>{u?.(m),!m.defaultPrevented&&r(!1)};return n?f.jsx(o,{ref:t,className:_("inline-flex w-fit",p,s,i),style:M(l,v),onClick:g,...h,children:c}):f.jsx("button",{ref:t,type:"button",className:_(p,s,i),style:M(l,v),onClick:g,...h,children:c})});es.displayName="DialogClose";const Il=e=>{const{children:t,container:r}=e;if(typeof document>"u")return null;const n=r??document.body;return n?sr.createPortal(t,n):null},ts=d.forwardRef((e,t)=>{const{open:r,destroyOnClose:n,closeOnMaskClick:o,setOpen:s}=lr("DialogOverlay"),{className:i,class:a,sx:l,style:c,blur:u=!0,onClick:h,...p}=e,{sxClassName:v,sxInlineStyle:g}=ot(l);return!r&&n?null:f.jsx("div",{ref:t,hidden:!r,"data-state":r?"open":"closed",className:_("fixed inset-0 z-50 bg-black/50",u?"backdrop-blur-[1px]":null,"data-[state=open]:animate-in data-[state=closed]:animate-out","data-[state=closed]:fade-out-0 data-[state=open]:fade-in-0",v,i,a),style:M(c,g),onClick:m=>{h?.(m),!m.defaultPrevented&&o&&s(!1)},...p})});ts.displayName="DialogOverlay";const rs=d.forwardRef((e,t)=>{const r=lr("DialogContent"),{children:n,className:o,class:s,sx:i,style:a,showClose:l=!0,overlayClassName:c,overlaySx:u,overlayBlur:h=!0,onEscapeKeyDown:p,onPointerDownOutside:v,onOpenAutoFocus:g,onCloseAutoFocus:m,...y}=e,{sxClassName:x,sxInlineStyle:b}=ot(i),P=d.useRef(null),w=d.useRef(r.open);d.useImperativeHandle(t,()=>P.current),d.useEffect(()=>{const S=w.current;if(!S&&r.open){const R=new Event("openAutoFocus",{cancelable:!0});g?.(R),R.defaultPrevented||P.current?.focus()}if(S&&!r.open){const R=new Event("closeAutoFocus",{cancelable:!0});m?.(R)}w.current=r.open},[r.open,m,g]),d.useEffect(()=>{if(!r.open)return;const S=R=>{R.key==="Escape"&&(p?.(R),!R.defaultPrevented&&r.setOpen(!1))};return window.addEventListener("keydown",S),()=>{window.removeEventListener("keydown",S)}},[r,p]);const N=r.lockScroll&&r.modal,q=r.scrollable||!N,C=r.modal&&r.closeOnMaskClick;return f.jsx(Qo,{open:r.open,destroyOnClose:r.destroyOnClose,closeOnMaskClick:C,scrollable:q,blur:h?1:!1,className:_("z-50","data-[state=open]:animate-in data-[state=closed]:animate-out","data-[state=closed]:fade-out-0 data-[state=open]:fade-in-0",c),sx:u,onClose:()=>{const S=new PointerEvent("pointerdown",{bubbles:!0,cancelable:!0});v?.(S),S.defaultPrevented||r.setOpen(!1)},contentClassName:"z-50 w-[calc(100%-2rem)] max-w-lg",contentSx:void 0,x:"50%",y:"50%",translateX:"-50%",translateY:"-50%",children:f.jsx("div",{ref:P,role:"dialog","aria-modal":(!!r.modal).toString(),tabIndex:-1,"data-state":r.open?"open":"closed",className:_("relative grid gap-4 rounded-lg border border-slate-200 bg-white p-6 text-slate-950 shadow-xl outline-none","duration-200","data-[state=open]:animate-in data-[state=closed]:animate-out","data-[state=closed]:fade-out-0 data-[state=open]:fade-in-0","data-[state=closed]:zoom-out-95 data-[state=open]:zoom-in-95","data-[state=closed]:slide-out-to-left-1/2 data-[state=closed]:slide-out-to-top-[48%]","data-[state=open]:slide-in-from-left-1/2 data-[state=open]:slide-in-from-top-[48%]",x,o,s),style:M(a,b),...y,children:f.jsx(Al.Provider,{value:{showClose:l},children:n})})})});rs.displayName="DialogContent";const ns=d.forwardRef((e,t)=>{const r=lr("DialogHeader"),o=d.useContext(Al)?.showClose??!1,{className:s,class:i,sx:a,style:l,children:c,...u}=e,{sxClassName:h,sxInlineStyle:p}=ot(a);return f.jsxs("div",{ref:t,className:_("flex items-start justify-between gap-3",h,s,i),style:M(l,p),...u,children:[f.jsx("div",{className:"flex min-w-0 flex-1 flex-col gap-1.5 text-center sm:text-left",children:c}),o?f.jsx("button",{type:"button",className:_("inline-flex h-8 w-8 shrink-0 items-center justify-center rounded-md","text-slate-500 transition-colors hover:bg-slate-100 hover:text-slate-900","focus-visible:outline-none focus-visible:ring-2 focus-visible:ring-blue-500 focus-visible:ring-offset-2","disabled:pointer-events-none"),"aria-label":"关闭弹窗",onClick:()=>r.setOpen(!1),children:f.jsx(ye,{name:"close",size:16})}):null]})});ns.displayName="DialogHeader";const os=d.forwardRef((e,t)=>{const{className:r,class:n,sx:o,style:s,...i}=e,{sxClassName:a,sxInlineStyle:l}=ot(o);return f.jsx("div",{ref:t,className:_("flex flex-col-reverse gap-2 sm:flex-row sm:justify-end",a,r,n),style:M(s,l),...i})});os.displayName="DialogFooter";const ss=d.forwardRef((e,t)=>{const{className:r,class:n,sx:o,style:s,...i}=e,{sxClassName:a,sxInlineStyle:l}=ot(o);return f.jsx("h2",{ref:t,className:_("m-0 text-lg font-semibold leading-6 text-slate-950",a,r,n),style:M({margin:0,borderTop:0,paddingTop:0,letterSpacing:0,fontSize:"1.125rem",fontWeight:600,lineHeight:"1.5rem"},s,l),...i})});ss.displayName="DialogTitle";const is=d.forwardRef((e,t)=>{const{className:r,class:n,sx:o,style:s,...i}=e,{sxClassName:a,sxInlineStyle:l}=ot(o);return f.jsx("p",{ref:t,className:_("m-0 text-sm leading-5 text-slate-600",a,r,n),style:M({margin:0,fontSize:"0.875rem",lineHeight:"1.25rem"},s,l),...i})});is.displayName="DialogDescription";const Sm=Object.assign(Cm,{Trigger:Zo,Portal:Il,Close:es,Overlay:ts,Content:rs,Header:ns,Footer:os,Title:ss,Description:is});function G(e,t,{checkForDefaultPrevented:r=!0}={}){return function(o){if(e?.(o),r===!1||!o.defaultPrevented)return t?.(o)}}function ki(e,t){if(typeof e=="function")return e(t);e!=null&&(e.current=t)}function as(...e){return t=>{let r=!1;const n=e.map(o=>{const s=ki(o,t);return!r&&typeof s=="function"&&(r=!0),s});if(r)return()=>{for(let o=0;o<n.length;o++){const s=n[o];typeof s=="function"?s():ki(e[o],null)}}}}function oe(...e){return d.useCallback(as(...e),e)}function Te(e,t=[]){let r=[];function n(s,i){const a=d.createContext(i),l=r.length;r=[...r,i];const c=h=>{const{scope:p,children:v,...g}=h,m=p?.[e]?.[l]||a,y=d.useMemo(()=>g,Object.values(g));return f.jsx(m.Provider,{value:y,children:v})};c.displayName=s+"Provider";function u(h,p){const v=p?.[e]?.[l]||a,g=d.useContext(v);if(g)return g;if(i!==void 0)return i;throw new Error(`\`${h}\` must be used within \`${s}\``)}return[c,u]}const o=()=>{const s=r.map(i=>d.createContext(i));return function(a){const l=a?.[e]||s;return d.useMemo(()=>({[`__scope${e}`]:{...a,[e]:l}}),[a,l])}};return o.scopeName=e,[n,qm(o,...t)]}function qm(...e){const t=e[0];if(e.length===1)return t;const r=()=>{const n=e.map(o=>({useScope:o(),scopeName:o.scopeName}));return function(s){const i=n.reduce((a,{useScope:l,scopeName:c})=>{const h=l(s)[`__scope${c}`];return{...a,...h}},{});return d.useMemo(()=>({[`__scope${t.scopeName}`]:i}),[i])}};return r.scopeName=t.scopeName,r}function er(e){const t=Nm(e),r=d.forwardRef((n,o)=>{const{children:s,...i}=n,a=d.Children.toArray(s),l=a.find(Rm);if(l){const c=l.props.children,u=a.map(h=>h===l?d.Children.count(c)>1?d.Children.only(null):d.isValidElement(c)?c.props.children:null:h);return f.jsx(t,{...i,ref:o,children:d.isValidElement(c)?d.cloneElement(c,void 0,u):null})}return f.jsx(t,{...i,ref:o,children:s})});return r.displayName=`${e}.Slot`,r}function Nm(e){const t=d.forwardRef((r,n)=>{const{children:o,...s}=r;if(d.isValidElement(o)){const i=Tm(o),a=km(s,o.props);return o.type!==d.Fragment&&(a.ref=n?as(n,i):i),d.cloneElement(o,a)}return d.Children.count(o)>1?d.Children.only(null):null});return t.displayName=`${e}.SlotClone`,t}var jl=Symbol("radix.slottable");function Em(e){const t=({children:r})=>f.jsx(f.Fragment,{children:r});return t.displayName=`${e}.Slottable`,t.__radixId=jl,t}function Rm(e){return d.isValidElement(e)&&typeof e.type=="function"&&"__radixId"in e.type&&e.type.__radixId===jl}function km(e,t){const r={...t};for(const n in t){const o=e[n],s=t[n];/^on[A-Z]/.test(n)?o&&s?r[n]=(...a)=>{const l=s(...a);return o(...a),l}:o&&(r[n]=o):n==="style"?r[n]={...o,...s}:n==="className"&&(r[n]=[o,s].filter(Boolean).join(" "))}return{...e,...r}}function Tm(e){let t=Object.getOwnPropertyDescriptor(e.props,"ref")?.get,r=t&&"isReactWarning"in t&&t.isReactWarning;return r?e.ref:(t=Object.getOwnPropertyDescriptor(e,"ref")?.get,r=t&&"isReactWarning"in t&&t.isReactWarning,r?e.props.ref:e.props.ref||e.ref)}var _m=["a","button","div","form","h2","h3","img","input","label","li","nav","ol","p","select","span","svg","ul"],Y=_m.reduce((e,t)=>{const r=er(`Primitive.${t}`),n=d.forwardRef((o,s)=>{const{asChild:i,...a}=o,l=i?r:t;return typeof window<"u"&&(window[Symbol.for("radix-ui")]=!0),f.jsx(l,{...a,ref:s})});return n.displayName=`Primitive.${t}`,{...e,[t]:n}},{});function Am(e,t){e&&sr.flushSync(()=>e.dispatchEvent(t))}function Fe(e){const t=d.useRef(e);return d.useEffect(()=>{t.current=e}),d.useMemo(()=>(...r)=>t.current?.(...r),[])}function Im(e,t=globalThis?.document){const r=Fe(e);d.useEffect(()=>{const n=o=>{o.key==="Escape"&&r(o)};return t.addEventListener("keydown",n,{capture:!0}),()=>t.removeEventListener("keydown",n,{capture:!0})},[r,t])}var jm="DismissableLayer",No="dismissableLayer.update",Om="dismissableLayer.pointerDownOutside",Mm="dismissableLayer.focusOutside",Ti,Ol=d.createContext({layers:new Set,layersWithOutsidePointerEventsDisabled:new Set,branches:new Set}),rn=d.forwardRef((e,t)=>{const{disableOutsidePointerEvents:r=!1,onEscapeKeyDown:n,onPointerDownOutside:o,onFocusOutside:s,onInteractOutside:i,onDismiss:a,...l}=e,c=d.useContext(Ol),[u,h]=d.useState(null),p=u?.ownerDocument??globalThis?.document,[,v]=d.useState({}),g=oe(t,C=>h(C)),m=Array.from(c.layers),[y]=[...c.layersWithOutsidePointerEventsDisabled].slice(-1),x=m.indexOf(y),b=u?m.indexOf(u):-1,P=c.layersWithOutsidePointerEventsDisabled.size>0,w=b>=x,N=Bm(C=>{const S=C.target,R=[...c.branches].some(A=>A.contains(S));!w||R||(o?.(C),i?.(C),C.defaultPrevented||a?.())},p),q=Fm(C=>{const S=C.target;[...c.branches].some(A=>A.contains(S))||(s?.(C),i?.(C),C.defaultPrevented||a?.())},p);return Im(C=>{b===c.layers.size-1&&(n?.(C),!C.defaultPrevented&&a&&(C.preventDefault(),a()))},p),d.useEffect(()=>{if(u)return r&&(c.layersWithOutsidePointerEventsDisabled.size===0&&(Ti=p.body.style.pointerEvents,p.body.style.pointerEvents="none"),c.layersWithOutsidePointerEventsDisabled.add(u)),c.layers.add(u),_i(),()=>{r&&c.layersWithOutsidePointerEventsDisabled.size===1&&(p.body.style.pointerEvents=Ti)}},[u,p,r,c]),d.useEffect(()=>()=>{u&&(c.layers.delete(u),c.layersWithOutsidePointerEventsDisabled.delete(u),_i())},[u,c]),d.useEffect(()=>{const C=()=>v({});return document.addEventListener(No,C),()=>document.removeEventListener(No,C)},[]),f.jsx(Y.div,{...l,ref:g,style:{pointerEvents:P?w?"auto":"none":void 0,...e.style},onFocusCapture:G(e.onFocusCapture,q.onFocusCapture),onBlurCapture:G(e.onBlurCapture,q.onBlurCapture),onPointerDownCapture:G(e.onPointerDownCapture,N.onPointerDownCapture)})});rn.displayName=jm;var Lm="DismissableLayerBranch",Dm=d.forwardRef((e,t)=>{const r=d.useContext(Ol),n=d.useRef(null),o=oe(t,n);return d.useEffect(()=>{const s=n.current;if(s)return r.branches.add(s),()=>{r.branches.delete(s)}},[r.branches]),f.jsx(Y.div,{...e,ref:o})});Dm.displayName=Lm;function Bm(e,t=globalThis?.document){const r=Fe(e),n=d.useRef(!1),o=d.useRef(()=>{});return d.useEffect(()=>{const s=a=>{if(a.target&&!n.current){let l=function(){Ml(Om,r,c,{discrete:!0})};const c={originalEvent:a};a.pointerType==="touch"?(t.removeEventListener("click",o.current),o.current=l,t.addEventListener("click",o.current,{once:!0})):l()}else t.removeEventListener("click",o.current);n.current=!1},i=window.setTimeout(()=>{t.addEventListener("pointerdown",s)},0);return()=>{window.clearTimeout(i),t.removeEventListener("pointerdown",s),t.removeEventListener("click",o.current)}},[t,r]),{onPointerDownCapture:()=>n.current=!0}}function Fm(e,t=globalThis?.document){const r=Fe(e),n=d.useRef(!1);return d.useEffect(()=>{const o=s=>{s.target&&!n.current&&Ml(Mm,r,{originalEvent:s},{discrete:!1})};return t.addEventListener("focusin",o),()=>t.removeEventListener("focusin",o)},[t,r]),{onFocusCapture:()=>n.current=!0,onBlurCapture:()=>n.current=!1}}function _i(){const e=new CustomEvent(No);document.dispatchEvent(e)}function Ml(e,t,r,{discrete:n}){const o=r.originalEvent.target,s=new CustomEvent(e,{bubbles:!1,cancelable:!0,detail:r});t&&o.addEventListener(e,t,{once:!0}),n?Am(o,s):o.dispatchEvent(s)}var jn=0;function Ll(){d.useEffect(()=>{const e=document.querySelectorAll("[data-radix-focus-guard]");return document.body.insertAdjacentElement("afterbegin",e[0]??Ai()),document.body.insertAdjacentElement("beforeend",e[1]??Ai()),jn++,()=>{jn===1&&document.querySelectorAll("[data-radix-focus-guard]").forEach(t=>t.remove()),jn--}},[])}function Ai(){const e=document.createElement("span");return e.setAttribute("data-radix-focus-guard",""),e.tabIndex=0,e.style.outline="none",e.style.opacity="0",e.style.position="fixed",e.style.pointerEvents="none",e}var On="focusScope.autoFocusOnMount",Mn="focusScope.autoFocusOnUnmount",Ii={bubbles:!1,cancelable:!0},$m="FocusScope",ls=d.forwardRef((e,t)=>{const{loop:r=!1,trapped:n=!1,onMountAutoFocus:o,onUnmountAutoFocus:s,...i}=e,[a,l]=d.useState(null),c=Fe(o),u=Fe(s),h=d.useRef(null),p=oe(t,m=>l(m)),v=d.useRef({paused:!1,pause(){this.paused=!0},resume(){this.paused=!1}}).current;d.useEffect(()=>{if(n){let m=function(P){if(v.paused||!a)return;const w=P.target;a.contains(w)?h.current=w:Xe(h.current,{select:!0})},y=function(P){if(v.paused||!a)return;const w=P.relatedTarget;w!==null&&(a.contains(w)||Xe(h.current,{select:!0}))},x=function(P){if(document.activeElement===document.body)for(const N of P)N.removedNodes.length>0&&Xe(a)};document.addEventListener("focusin",m),document.addEventListener("focusout",y);const b=new MutationObserver(x);return a&&b.observe(a,{childList:!0,subtree:!0}),()=>{document.removeEventListener("focusin",m),document.removeEventListener("focusout",y),b.disconnect()}}},[n,a,v.paused]),d.useEffect(()=>{if(a){Oi.add(v);const m=document.activeElement;if(!a.contains(m)){const x=new CustomEvent(On,Ii);a.addEventListener(On,c),a.dispatchEvent(x),x.defaultPrevented||(zm(Um(Dl(a)),{select:!0}),document.activeElement===m&&Xe(a))}return()=>{a.removeEventListener(On,c),setTimeout(()=>{const x=new CustomEvent(Mn,Ii);a.addEventListener(Mn,u),a.dispatchEvent(x),x.defaultPrevented||Xe(m??document.body,{select:!0}),a.removeEventListener(Mn,u),Oi.remove(v)},0)}}},[a,c,u,v]);const g=d.useCallback(m=>{if(!r&&!n||v.paused)return;const y=m.key==="Tab"&&!m.altKey&&!m.ctrlKey&&!m.metaKey,x=document.activeElement;if(y&&x){const b=m.currentTarget,[P,w]=Vm(b);P&&w?!m.shiftKey&&x===w?(m.preventDefault(),r&&Xe(P,{select:!0})):m.shiftKey&&x===P&&(m.preventDefault(),r&&Xe(w,{select:!0})):x===b&&m.preventDefault()}},[r,n,v.paused]);return f.jsx(Y.div,{tabIndex:-1,...i,ref:p,onKeyDown:g})});ls.displayName=$m;function zm(e,{select:t=!1}={}){const r=document.activeElement;for(const n of e)if(Xe(n,{select:t}),document.activeElement!==r)return}function Vm(e){const t=Dl(e),r=ji(t,e),n=ji(t.reverse(),e);return[r,n]}function Dl(e){const t=[],r=document.createTreeWalker(e,NodeFilter.SHOW_ELEMENT,{acceptNode:n=>{const o=n.tagName==="INPUT"&&n.type==="hidden";return n.disabled||n.hidden||o?NodeFilter.FILTER_SKIP:n.tabIndex>=0?NodeFilter.FILTER_ACCEPT:NodeFilter.FILTER_SKIP}});for(;r.nextNode();)t.push(r.currentNode);return t}function ji(e,t){for(const r of e)if(!Hm(r,{upTo:t}))return r}function Hm(e,{upTo:t}){if(getComputedStyle(e).visibility==="hidden")return!0;for(;e;){if(t!==void 0&&e===t)return!1;if(getComputedStyle(e).display==="none")return!0;e=e.parentElement}return!1}function Gm(e){return e instanceof HTMLInputElement&&"select"in e}function Xe(e,{select:t=!1}={}){if(e&&e.focus){const r=document.activeElement;e.focus({preventScroll:!0}),e!==r&&Gm(e)&&t&&e.select()}}var Oi=Wm();function Wm(){let e=[];return{add(t){const r=e[0];t!==r&&r?.pause(),e=Mi(e,t),e.unshift(t)},remove(t){e=Mi(e,t),e[0]?.resume()}}}function Mi(e,t){const r=[...e],n=r.indexOf(t);return n!==-1&&r.splice(n,1),r}function Um(e){return e.filter(t=>t.tagName!=="A")}var fe=globalThis?.document?d.useLayoutEffect:()=>{},Km=d[" useId ".trim().toString()]||(()=>{}),Ym=0;function bt(e){const[t,r]=d.useState(Km());return fe(()=>{r(n=>n??String(Ym++))},[e]),e||(t?`radix-${t}`:"")}const Xm=["top","right","bottom","left"],et=Math.min,we=Math.max,Vr=Math.round,Pr=Math.floor,Me=e=>({x:e,y:e}),Jm={left:"right",right:"left",bottom:"top",top:"bottom"};function Eo(e,t,r){return we(e,et(t,r))}function $e(e,t){return typeof e=="function"?e(t):e}function ze(e){return e.split("-")[0]}function Dt(e){return e.split("-")[1]}function cs(e){return e==="x"?"y":"x"}function us(e){return e==="y"?"height":"width"}function je(e){const t=e[0];return t==="t"||t==="b"?"y":"x"}function ds(e){return cs(je(e))}function Qm(e,t,r){r===void 0&&(r=!1);const n=Dt(e),o=ds(e),s=us(o);let i=o==="x"?n===(r?"end":"start")?"right":"left":n==="start"?"bottom":"top";return t.reference[s]>t.floating[s]&&(i=Hr(i)),[i,Hr(i)]}function Zm(e){const t=Hr(e);return[Ro(e),t,Ro(t)]}function Ro(e){return e.includes("start")?e.replace("start","end"):e.replace("end","start")}const Li=["left","right"],Di=["right","left"],ep=["top","bottom"],tp=["bottom","top"];function rp(e,t,r){switch(e){case"top":case"bottom":return r?t?Di:Li:t?Li:Di;case"left":case"right":return t?ep:tp;default:return[]}}function np(e,t,r,n){const o=Dt(e);let s=rp(ze(e),r==="start",n);return o&&(s=s.map(i=>i+"-"+o),t&&(s=s.concat(s.map(Ro)))),s}function Hr(e){const t=ze(e);return Jm[t]+e.slice(t.length)}function op(e){return{top:0,right:0,bottom:0,left:0,...e}}function Bl(e){return typeof e!="number"?op(e):{top:e,right:e,bottom:e,left:e}}function Gr(e){const{x:t,y:r,width:n,height:o}=e;return{width:n,height:o,top:r,left:t,right:t+n,bottom:r+o,x:t,y:r}}function Bi(e,t,r){let{reference:n,floating:o}=e;const s=je(t),i=ds(t),a=us(i),l=ze(t),c=s==="y",u=n.x+n.width/2-o.width/2,h=n.y+n.height/2-o.height/2,p=n[a]/2-o[a]/2;let v;switch(l){case"top":v={x:u,y:n.y-o.height};break;case"bottom":v={x:u,y:n.y+n.height};break;case"right":v={x:n.x+n.width,y:h};break;case"left":v={x:n.x-o.width,y:h};break;default:v={x:n.x,y:n.y}}switch(Dt(t)){case"start":v[i]-=p*(r&&c?-1:1);break;case"end":v[i]+=p*(r&&c?-1:1);break}return v}async function sp(e,t){var r;t===void 0&&(t={});const{x:n,y:o,platform:s,rects:i,elements:a,strategy:l}=e,{boundary:c="clippingAncestors",rootBoundary:u="viewport",elementContext:h="floating",altBoundary:p=!1,padding:v=0}=$e(t,e),g=Bl(v),y=a[p?h==="floating"?"reference":"floating":h],x=Gr(await s.getClippingRect({element:(r=await(s.isElement==null?void 0:s.isElement(y)))==null||r?y:y.contextElement||await(s.getDocumentElement==null?void 0:s.getDocumentElement(a.floating)),boundary:c,rootBoundary:u,strategy:l})),b=h==="floating"?{x:n,y:o,width:i.floating.width,height:i.floating.height}:i.reference,P=await(s.getOffsetParent==null?void 0:s.getOffsetParent(a.floating)),w=await(s.isElement==null?void 0:s.isElement(P))?await(s.getScale==null?void 0:s.getScale(P))||{x:1,y:1}:{x:1,y:1},N=Gr(s.convertOffsetParentRelativeRectToViewportRelativeRect?await s.convertOffsetParentRelativeRectToViewportRelativeRect({elements:a,rect:b,offsetParent:P,strategy:l}):b);return{top:(x.top-N.top+g.top)/w.y,bottom:(N.bottom-x.bottom+g.bottom)/w.y,left:(x.left-N.left+g.left)/w.x,right:(N.right-x.right+g.right)/w.x}}const ip=50,ap=async(e,t,r)=>{const{placement:n="bottom",strategy:o="absolute",middleware:s=[],platform:i}=r,a=i.detectOverflow?i:{...i,detectOverflow:sp},l=await(i.isRTL==null?void 0:i.isRTL(t));let c=await i.getElementRects({reference:e,floating:t,strategy:o}),{x:u,y:h}=Bi(c,n,l),p=n,v=0;const g={};for(let m=0;m<s.length;m++){const y=s[m];if(!y)continue;const{name:x,fn:b}=y,{x:P,y:w,data:N,reset:q}=await b({x:u,y:h,initialPlacement:n,placement:p,strategy:o,middlewareData:g,rects:c,platform:a,elements:{reference:e,floating:t}});u=P??u,h=w??h,g[x]={...g[x],...N},q&&v<ip&&(v++,typeof q=="object"&&(q.placement&&(p=q.placement),q.rects&&(c=q.rects===!0?await i.getElementRects({reference:e,floating:t,strategy:o}):q.rects),{x:u,y:h}=Bi(c,p,l)),m=-1)}return{x:u,y:h,placement:p,strategy:o,middlewareData:g}},lp=e=>({name:"arrow",options:e,async fn(t){const{x:r,y:n,placement:o,rects:s,platform:i,elements:a,middlewareData:l}=t,{element:c,padding:u=0}=$e(e,t)||{};if(c==null)return{};const h=Bl(u),p={x:r,y:n},v=ds(o),g=us(v),m=await i.getDimensions(c),y=v==="y",x=y?"top":"left",b=y?"bottom":"right",P=y?"clientHeight":"clientWidth",w=s.reference[g]+s.reference[v]-p[v]-s.floating[g],N=p[v]-s.reference[v],q=await(i.getOffsetParent==null?void 0:i.getOffsetParent(c));let C=q?q[P]:0;(!C||!await(i.isElement==null?void 0:i.isElement(q)))&&(C=a.floating[P]||s.floating[g]);const S=w/2-N/2,R=C/2-m[g]/2-1,A=et(h[x],R),E=et(h[b],R),k=A,T=C-m[g]-E,I=C/2-m[g]/2+S,O=Eo(k,I,T),j=!l.arrow&&Dt(o)!=null&&I!==O&&s.reference[g]/2-(I<k?A:E)-m[g]/2<0,B=j?I<k?I-k:I-T:0;return{[v]:p[v]+B,data:{[v]:O,centerOffset:I-O-B,...j&&{alignmentOffset:B}},reset:j}}}),cp=function(e){return e===void 0&&(e={}),{name:"flip",options:e,async fn(t){var r,n;const{placement:o,middlewareData:s,rects:i,initialPlacement:a,platform:l,elements:c}=t,{mainAxis:u=!0,crossAxis:h=!0,fallbackPlacements:p,fallbackStrategy:v="bestFit",fallbackAxisSideDirection:g="none",flipAlignment:m=!0,...y}=$e(e,t);if((r=s.arrow)!=null&&r.alignmentOffset)return{};const x=ze(o),b=je(a),P=ze(a)===a,w=await(l.isRTL==null?void 0:l.isRTL(c.floating)),N=p||(P||!m?[Hr(a)]:Zm(a)),q=g!=="none";!p&&q&&N.push(...np(a,m,g,w));const C=[a,...N],S=await l.detectOverflow(t,y),R=[];let A=((n=s.flip)==null?void 0:n.overflows)||[];if(u&&R.push(S[x]),h){const I=Qm(o,i,w);R.push(S[I[0]],S[I[1]])}if(A=[...A,{placement:o,overflows:R}],!R.every(I=>I<=0)){var E,k;const I=(((E=s.flip)==null?void 0:E.index)||0)+1,O=C[I];if(O&&(!(h==="alignment"?b!==je(O):!1)||A.every(D=>je(D.placement)===b?D.overflows[0]>0:!0)))return{data:{index:I,overflows:A},reset:{placement:O}};let j=(k=A.filter(B=>B.overflows[0]<=0).sort((B,D)=>B.overflows[1]-D.overflows[1])[0])==null?void 0:k.placement;if(!j)switch(v){case"bestFit":{var T;const B=(T=A.filter(D=>{if(q){const W=je(D.placement);return W===b||W==="y"}return!0}).map(D=>[D.placement,D.overflows.filter(W=>W>0).reduce((W,L)=>W+L,0)]).sort((D,W)=>D[1]-W[1])[0])==null?void 0:T[0];B&&(j=B);break}case"initialPlacement":j=a;break}if(o!==j)return{reset:{placement:j}}}return{}}}};function Fi(e,t){return{top:e.top-t.height,right:e.right-t.width,bottom:e.bottom-t.height,left:e.left-t.width}}function $i(e){return Xm.some(t=>e[t]>=0)}const up=function(e){return e===void 0&&(e={}),{name:"hide",options:e,async fn(t){const{rects:r,platform:n}=t,{strategy:o="referenceHidden",...s}=$e(e,t);switch(o){case"referenceHidden":{const i=await n.detectOverflow(t,{...s,elementContext:"reference"}),a=Fi(i,r.reference);return{data:{referenceHiddenOffsets:a,referenceHidden:$i(a)}}}case"escaped":{const i=await n.detectOverflow(t,{...s,altBoundary:!0}),a=Fi(i,r.floating);return{data:{escapedOffsets:a,escaped:$i(a)}}}default:return{}}}}},Fl=new Set(["left","top"]);async function dp(e,t){const{placement:r,platform:n,elements:o}=e,s=await(n.isRTL==null?void 0:n.isRTL(o.floating)),i=ze(r),a=Dt(r),l=je(r)==="y",c=Fl.has(i)?-1:1,u=s&&l?-1:1,h=$e(t,e);let{mainAxis:p,crossAxis:v,alignmentAxis:g}=typeof h=="number"?{mainAxis:h,crossAxis:0,alignmentAxis:null}:{mainAxis:h.mainAxis||0,crossAxis:h.crossAxis||0,alignmentAxis:h.alignmentAxis};return a&&typeof g=="number"&&(v=a==="end"?g*-1:g),l?{x:v*u,y:p*c}:{x:p*c,y:v*u}}const fp=function(e){return e===void 0&&(e=0),{name:"offset",options:e,async fn(t){var r,n;const{x:o,y:s,placement:i,middlewareData:a}=t,l=await dp(t,e);return i===((r=a.offset)==null?void 0:r.placement)&&(n=a.arrow)!=null&&n.alignmentOffset?{}:{x:o+l.x,y:s+l.y,data:{...l,placement:i}}}}},hp=function(e){return e===void 0&&(e={}),{name:"shift",options:e,async fn(t){const{x:r,y:n,placement:o,platform:s}=t,{mainAxis:i=!0,crossAxis:a=!1,limiter:l={fn:x=>{let{x:b,y:P}=x;return{x:b,y:P}}},...c}=$e(e,t),u={x:r,y:n},h=await s.detectOverflow(t,c),p=je(ze(o)),v=cs(p);let g=u[v],m=u[p];if(i){const x=v==="y"?"top":"left",b=v==="y"?"bottom":"right",P=g+h[x],w=g-h[b];g=Eo(P,g,w)}if(a){const x=p==="y"?"top":"left",b=p==="y"?"bottom":"right",P=m+h[x],w=m-h[b];m=Eo(P,m,w)}const y=l.fn({...t,[v]:g,[p]:m});return{...y,data:{x:y.x-r,y:y.y-n,enabled:{[v]:i,[p]:a}}}}}},mp=function(e){return e===void 0&&(e={}),{options:e,fn(t){const{x:r,y:n,placement:o,rects:s,middlewareData:i}=t,{offset:a=0,mainAxis:l=!0,crossAxis:c=!0}=$e(e,t),u={x:r,y:n},h=je(o),p=cs(h);let v=u[p],g=u[h];const m=$e(a,t),y=typeof m=="number"?{mainAxis:m,crossAxis:0}:{mainAxis:0,crossAxis:0,...m};if(l){const P=p==="y"?"height":"width",w=s.reference[p]-s.floating[P]+y.mainAxis,N=s.reference[p]+s.reference[P]-y.mainAxis;v<w?v=w:v>N&&(v=N)}if(c){var x,b;const P=p==="y"?"width":"height",w=Fl.has(ze(o)),N=s.reference[h]-s.floating[P]+(w&&((x=i.offset)==null?void 0:x[h])||0)+(w?0:y.crossAxis),q=s.reference[h]+s.reference[P]+(w?0:((b=i.offset)==null?void 0:b[h])||0)-(w?y.crossAxis:0);g<N?g=N:g>q&&(g=q)}return{[p]:v,[h]:g}}}},pp=function(e){return e===void 0&&(e={}),{name:"size",options:e,async fn(t){var r,n;const{placement:o,rects:s,platform:i,elements:a}=t,{apply:l=()=>{},...c}=$e(e,t),u=await i.detectOverflow(t,c),h=ze(o),p=Dt(o),v=je(o)==="y",{width:g,height:m}=s.floating;let y,x;h==="top"||h==="bottom"?(y=h,x=p===(await(i.isRTL==null?void 0:i.isRTL(a.floating))?"start":"end")?"left":"right"):(x=h,y=p==="end"?"top":"bottom");const b=m-u.top-u.bottom,P=g-u.left-u.right,w=et(m-u[y],b),N=et(g-u[x],P),q=!t.middlewareData.shift;let C=w,S=N;if((r=t.middlewareData.shift)!=null&&r.enabled.x&&(S=P),(n=t.middlewareData.shift)!=null&&n.enabled.y&&(C=b),q&&!p){const A=we(u.left,0),E=we(u.right,0),k=we(u.top,0),T=we(u.bottom,0);v?S=g-2*(A!==0||E!==0?A+E:we(u.left,u.right)):C=m-2*(k!==0||T!==0?k+T:we(u.top,u.bottom))}await l({...t,availableWidth:S,availableHeight:C});const R=await i.getDimensions(a.floating);return g!==R.width||m!==R.height?{reset:{rects:!0}}:{}}}};function nn(){return typeof window<"u"}function Bt(e){return $l(e)?(e.nodeName||"").toLowerCase():"#document"}function Se(e){var t;return(e==null||(t=e.ownerDocument)==null?void 0:t.defaultView)||window}function Le(e){var t;return(t=($l(e)?e.ownerDocument:e.document)||window.document)==null?void 0:t.documentElement}function $l(e){return nn()?e instanceof Node||e instanceof Se(e).Node:!1}function Re(e){return nn()?e instanceof Element||e instanceof Se(e).Element:!1}function He(e){return nn()?e instanceof HTMLElement||e instanceof Se(e).HTMLElement:!1}function zi(e){return!nn()||typeof ShadowRoot>"u"?!1:e instanceof ShadowRoot||e instanceof Se(e).ShadowRoot}function cr(e){const{overflow:t,overflowX:r,overflowY:n,display:o}=ke(e);return/auto|scroll|overlay|hidden|clip/.test(t+n+r)&&o!=="inline"&&o!=="contents"}function vp(e){return/^(table|td|th)$/.test(Bt(e))}function on(e){try{if(e.matches(":popover-open"))return!0}catch{}try{return e.matches(":modal")}catch{return!1}}const gp=/transform|translate|scale|rotate|perspective|filter/,yp=/paint|layout|strict|content/,dt=e=>!!e&&e!=="none";let Ln;function fs(e){const t=Re(e)?ke(e):e;return dt(t.transform)||dt(t.translate)||dt(t.scale)||dt(t.rotate)||dt(t.perspective)||!hs()&&(dt(t.backdropFilter)||dt(t.filter))||gp.test(t.willChange||"")||yp.test(t.contain||"")}function xp(e){let t=tt(e);for(;He(t)&&!At(t);){if(fs(t))return t;if(on(t))return null;t=tt(t)}return null}function hs(){return Ln==null&&(Ln=typeof CSS<"u"&&CSS.supports&&CSS.supports("-webkit-backdrop-filter","none")),Ln}function At(e){return/^(html|body|#document)$/.test(Bt(e))}function ke(e){return Se(e).getComputedStyle(e)}function sn(e){return Re(e)?{scrollLeft:e.scrollLeft,scrollTop:e.scrollTop}:{scrollLeft:e.scrollX,scrollTop:e.scrollY}}function tt(e){if(Bt(e)==="html")return e;const t=e.assignedSlot||e.parentNode||zi(e)&&e.host||Le(e);return zi(t)?t.host:t}function zl(e){const t=tt(e);return At(t)?e.ownerDocument?e.ownerDocument.body:e.body:He(t)&&cr(t)?t:zl(t)}function tr(e,t,r){var n;t===void 0&&(t=[]),r===void 0&&(r=!0);const o=zl(e),s=o===((n=e.ownerDocument)==null?void 0:n.body),i=Se(o);if(s){const a=ko(i);return t.concat(i,i.visualViewport||[],cr(o)?o:[],a&&r?tr(a):[])}else return t.concat(o,tr(o,[],r))}function ko(e){return e.parent&&Object.getPrototypeOf(e.parent)?e.frameElement:null}function Vl(e){const t=ke(e);let r=parseFloat(t.width)||0,n=parseFloat(t.height)||0;const o=He(e),s=o?e.offsetWidth:r,i=o?e.offsetHeight:n,a=Vr(r)!==s||Vr(n)!==i;return a&&(r=s,n=i),{width:r,height:n,$:a}}function ms(e){return Re(e)?e:e.contextElement}function kt(e){const t=ms(e);if(!He(t))return Me(1);const r=t.getBoundingClientRect(),{width:n,height:o,$:s}=Vl(t);let i=(s?Vr(r.width):r.width)/n,a=(s?Vr(r.height):r.height)/o;return(!i||!Number.isFinite(i))&&(i=1),(!a||!Number.isFinite(a))&&(a=1),{x:i,y:a}}const bp=Me(0);function Hl(e){const t=Se(e);return!hs()||!t.visualViewport?bp:{x:t.visualViewport.offsetLeft,y:t.visualViewport.offsetTop}}function Pp(e,t,r){return t===void 0&&(t=!1),!r||t&&r!==Se(e)?!1:t}function pt(e,t,r,n){t===void 0&&(t=!1),r===void 0&&(r=!1);const o=e.getBoundingClientRect(),s=ms(e);let i=Me(1);t&&(n?Re(n)&&(i=kt(n)):i=kt(e));const a=Pp(s,r,n)?Hl(s):Me(0);let l=(o.left+a.x)/i.x,c=(o.top+a.y)/i.y,u=o.width/i.x,h=o.height/i.y;if(s){const p=Se(s),v=n&&Re(n)?Se(n):n;let g=p,m=ko(g);for(;m&&n&&v!==g;){const y=kt(m),x=m.getBoundingClientRect(),b=ke(m),P=x.left+(m.clientLeft+parseFloat(b.paddingLeft))*y.x,w=x.top+(m.clientTop+parseFloat(b.paddingTop))*y.y;l*=y.x,c*=y.y,u*=y.x,h*=y.y,l+=P,c+=w,g=Se(m),m=ko(g)}}return Gr({width:u,height:h,x:l,y:c})}function an(e,t){const r=sn(e).scrollLeft;return t?t.left+r:pt(Le(e)).left+r}function Gl(e,t){const r=e.getBoundingClientRect(),n=r.left+t.scrollLeft-an(e,r),o=r.top+t.scrollTop;return{x:n,y:o}}function wp(e){let{elements:t,rect:r,offsetParent:n,strategy:o}=e;const s=o==="fixed",i=Le(n),a=t?on(t.floating):!1;if(n===i||a&&s)return r;let l={scrollLeft:0,scrollTop:0},c=Me(1);const u=Me(0),h=He(n);if((h||!h&&!s)&&((Bt(n)!=="body"||cr(i))&&(l=sn(n)),h)){const v=pt(n);c=kt(n),u.x=v.x+n.clientLeft,u.y=v.y+n.clientTop}const p=i&&!h&&!s?Gl(i,l):Me(0);return{width:r.width*c.x,height:r.height*c.y,x:r.x*c.x-l.scrollLeft*c.x+u.x+p.x,y:r.y*c.y-l.scrollTop*c.y+u.y+p.y}}function Cp(e){return Array.from(e.getClientRects())}function Sp(e){const t=Le(e),r=sn(e),n=e.ownerDocument.body,o=we(t.scrollWidth,t.clientWidth,n.scrollWidth,n.clientWidth),s=we(t.scrollHeight,t.clientHeight,n.scrollHeight,n.clientHeight);let i=-r.scrollLeft+an(e);const a=-r.scrollTop;return ke(n).direction==="rtl"&&(i+=we(t.clientWidth,n.clientWidth)-o),{width:o,height:s,x:i,y:a}}const Vi=25;function qp(e,t){const r=Se(e),n=Le(e),o=r.visualViewport;let s=n.clientWidth,i=n.clientHeight,a=0,l=0;if(o){s=o.width,i=o.height;const u=hs();(!u||u&&t==="fixed")&&(a=o.offsetLeft,l=o.offsetTop)}const c=an(n);if(c<=0){const u=n.ownerDocument,h=u.body,p=getComputedStyle(h),v=u.compatMode==="CSS1Compat"&&parseFloat(p.marginLeft)+parseFloat(p.marginRight)||0,g=Math.abs(n.clientWidth-h.clientWidth-v);g<=Vi&&(s-=g)}else c<=Vi&&(s+=c);return{width:s,height:i,x:a,y:l}}function Np(e,t){const r=pt(e,!0,t==="fixed"),n=r.top+e.clientTop,o=r.left+e.clientLeft,s=He(e)?kt(e):Me(1),i=e.clientWidth*s.x,a=e.clientHeight*s.y,l=o*s.x,c=n*s.y;return{width:i,height:a,x:l,y:c}}function Hi(e,t,r){let n;if(t==="viewport")n=qp(e,r);else if(t==="document")n=Sp(Le(e));else if(Re(t))n=Np(t,r);else{const o=Hl(e);n={x:t.x-o.x,y:t.y-o.y,width:t.width,height:t.height}}return Gr(n)}function Wl(e,t){const r=tt(e);return r===t||!Re(r)||At(r)?!1:ke(r).position==="fixed"||Wl(r,t)}function Ep(e,t){const r=t.get(e);if(r)return r;let n=tr(e,[],!1).filter(a=>Re(a)&&Bt(a)!=="body"),o=null;const s=ke(e).position==="fixed";let i=s?tt(e):e;for(;Re(i)&&!At(i);){const a=ke(i),l=fs(i);!l&&a.position==="fixed"&&(o=null),(s?!l&&!o:!l&&a.position==="static"&&!!o&&(o.position==="absolute"||o.position==="fixed")||cr(i)&&!l&&Wl(e,i))?n=n.filter(u=>u!==i):o=a,i=tt(i)}return t.set(e,n),n}function Rp(e){let{element:t,boundary:r,rootBoundary:n,strategy:o}=e;const i=[...r==="clippingAncestors"?on(t)?[]:Ep(t,this._c):[].concat(r),n],a=Hi(t,i[0],o);let l=a.top,c=a.right,u=a.bottom,h=a.left;for(let p=1;p<i.length;p++){const v=Hi(t,i[p],o);l=we(v.top,l),c=et(v.right,c),u=et(v.bottom,u),h=we(v.left,h)}return{width:c-h,height:u-l,x:h,y:l}}function kp(e){const{width:t,height:r}=Vl(e);return{width:t,height:r}}function Tp(e,t,r){const n=He(t),o=Le(t),s=r==="fixed",i=pt(e,!0,s,t);let a={scrollLeft:0,scrollTop:0};const l=Me(0);function c(){l.x=an(o)}if(n||!n&&!s)if((Bt(t)!=="body"||cr(o))&&(a=sn(t)),n){const v=pt(t,!0,s,t);l.x=v.x+t.clientLeft,l.y=v.y+t.clientTop}else o&&c();s&&!n&&o&&c();const u=o&&!n&&!s?Gl(o,a):Me(0),h=i.left+a.scrollLeft-l.x-u.x,p=i.top+a.scrollTop-l.y-u.y;return{x:h,y:p,width:i.width,height:i.height}}function Dn(e){return ke(e).position==="static"}function Gi(e,t){if(!He(e)||ke(e).position==="fixed")return null;if(t)return t(e);let r=e.offsetParent;return Le(e)===r&&(r=r.ownerDocument.body),r}function Ul(e,t){const r=Se(e);if(on(e))return r;if(!He(e)){let o=tt(e);for(;o&&!At(o);){if(Re(o)&&!Dn(o))return o;o=tt(o)}return r}let n=Gi(e,t);for(;n&&vp(n)&&Dn(n);)n=Gi(n,t);return n&&At(n)&&Dn(n)&&!fs(n)?r:n||xp(e)||r}const _p=async function(e){const t=this.getOffsetParent||Ul,r=this.getDimensions,n=await r(e.floating);return{reference:Tp(e.reference,await t(e.floating),e.strategy),floating:{x:0,y:0,width:n.width,height:n.height}}};function Ap(e){return ke(e).direction==="rtl"}const Ip={convertOffsetParentRelativeRectToViewportRelativeRect:wp,getDocumentElement:Le,getClippingRect:Rp,getOffsetParent:Ul,getElementRects:_p,getClientRects:Cp,getDimensions:kp,getScale:kt,isElement:Re,isRTL:Ap};function Kl(e,t){return e.x===t.x&&e.y===t.y&&e.width===t.width&&e.height===t.height}function jp(e,t){let r=null,n;const o=Le(e);function s(){var a;clearTimeout(n),(a=r)==null||a.disconnect(),r=null}function i(a,l){a===void 0&&(a=!1),l===void 0&&(l=1),s();const c=e.getBoundingClientRect(),{left:u,top:h,width:p,height:v}=c;if(a||t(),!p||!v)return;const g=Pr(h),m=Pr(o.clientWidth-(u+p)),y=Pr(o.clientHeight-(h+v)),x=Pr(u),P={rootMargin:-g+"px "+-m+"px "+-y+"px "+-x+"px",threshold:we(0,et(1,l))||1};let w=!0;function N(q){const C=q[0].intersectionRatio;if(C!==l){if(!w)return i();C?i(!1,C):n=setTimeout(()=>{i(!1,1e-7)},1e3)}C===1&&!Kl(c,e.getBoundingClientRect())&&i(),w=!1}try{r=new IntersectionObserver(N,{...P,root:o.ownerDocument})}catch{r=new IntersectionObserver(N,P)}r.observe(e)}return i(!0),s}function Op(e,t,r,n){n===void 0&&(n={});const{ancestorScroll:o=!0,ancestorResize:s=!0,elementResize:i=typeof ResizeObserver=="function",layoutShift:a=typeof IntersectionObserver=="function",animationFrame:l=!1}=n,c=ms(e),u=o||s?[...c?tr(c):[],...t?tr(t):[]]:[];u.forEach(x=>{o&&x.addEventListener("scroll",r,{passive:!0}),s&&x.addEventListener("resize",r)});const h=c&&a?jp(c,r):null;let p=-1,v=null;i&&(v=new ResizeObserver(x=>{let[b]=x;b&&b.target===c&&v&&t&&(v.unobserve(t),cancelAnimationFrame(p),p=requestAnimationFrame(()=>{var P;(P=v)==null||P.observe(t)})),r()}),c&&!l&&v.observe(c),t&&v.observe(t));let g,m=l?pt(e):null;l&&y();function y(){const x=pt(e);m&&!Kl(m,x)&&r(),m=x,g=requestAnimationFrame(y)}return r(),()=>{var x;u.forEach(b=>{o&&b.removeEventListener("scroll",r),s&&b.removeEventListener("resize",r)}),h?.(),(x=v)==null||x.disconnect(),v=null,l&&cancelAnimationFrame(g)}}const Mp=fp,Lp=hp,Dp=cp,Bp=pp,Fp=up,Wi=lp,$p=mp,zp=(e,t,r)=>{const n=new Map,o={platform:Ip,...r},s={...o.platform,_c:n};return ap(e,t,{...o,platform:s})};var Vp=typeof document<"u",Hp=function(){},Or=Vp?ae.useLayoutEffect:Hp;function Wr(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 r,n,o;if(e&&t&&typeof e=="object"){if(Array.isArray(e)){if(r=e.length,r!==t.length)return!1;for(n=r;n--!==0;)if(!Wr(e[n],t[n]))return!1;return!0}if(o=Object.keys(e),r=o.length,r!==Object.keys(t).length)return!1;for(n=r;n--!==0;)if(!{}.hasOwnProperty.call(t,o[n]))return!1;for(n=r;n--!==0;){const s=o[n];if(!(s==="_owner"&&e.$$typeof)&&!Wr(e[s],t[s]))return!1}return!0}return e!==e&&t!==t}function Yl(e){return typeof window>"u"?1:(e.ownerDocument.defaultView||window).devicePixelRatio||1}function Ui(e,t){const r=Yl(e);return Math.round(t*r)/r}function Bn(e){const t=d.useRef(e);return Or(()=>{t.current=e}),t}function Gp(e){e===void 0&&(e={});const{placement:t="bottom",strategy:r="absolute",middleware:n=[],platform:o,elements:{reference:s,floating:i}={},transform:a=!0,whileElementsMounted:l,open:c}=e,[u,h]=d.useState({x:0,y:0,strategy:r,placement:t,middlewareData:{},isPositioned:!1}),[p,v]=d.useState(n);Wr(p,n)||v(n);const[g,m]=d.useState(null),[y,x]=d.useState(null),b=d.useCallback(D=>{D!==q.current&&(q.current=D,m(D))},[]),P=d.useCallback(D=>{D!==C.current&&(C.current=D,x(D))},[]),w=s||g,N=i||y,q=d.useRef(null),C=d.useRef(null),S=d.useRef(u),R=l!=null,A=Bn(l),E=Bn(o),k=Bn(c),T=d.useCallback(()=>{if(!q.current||!C.current)return;const D={placement:t,strategy:r,middleware:p};E.current&&(D.platform=E.current),zp(q.current,C.current,D).then(W=>{const L={...W,isPositioned:k.current!==!1};I.current&&!Wr(S.current,L)&&(S.current=L,sr.flushSync(()=>{h(L)}))})},[p,t,r,E,k]);Or(()=>{c===!1&&S.current.isPositioned&&(S.current.isPositioned=!1,h(D=>({...D,isPositioned:!1})))},[c]);const I=d.useRef(!1);Or(()=>(I.current=!0,()=>{I.current=!1}),[]),Or(()=>{if(w&&(q.current=w),N&&(C.current=N),w&&N){if(A.current)return A.current(w,N,T);T()}},[w,N,T,A,R]);const O=d.useMemo(()=>({reference:q,floating:C,setReference:b,setFloating:P}),[b,P]),j=d.useMemo(()=>({reference:w,floating:N}),[w,N]),B=d.useMemo(()=>{const D={position:r,left:0,top:0};if(!j.floating)return D;const W=Ui(j.floating,u.x),L=Ui(j.floating,u.y);return a?{...D,transform:"translate("+W+"px, "+L+"px)",...Yl(j.floating)>=1.5&&{willChange:"transform"}}:{position:r,left:W,top:L}},[r,a,j.floating,u.x,u.y]);return d.useMemo(()=>({...u,update:T,refs:O,elements:j,floatingStyles:B}),[u,T,O,j,B])}const Wp=e=>{function t(r){return{}.hasOwnProperty.call(r,"current")}return{name:"arrow",options:e,fn(r){const{element:n,padding:o}=typeof e=="function"?e(r):e;return n&&t(n)?n.current!=null?Wi({element:n.current,padding:o}).fn(r):{}:n?Wi({element:n,padding:o}).fn(r):{}}}},Up=(e,t)=>{const r=Mp(e);return{name:r.name,fn:r.fn,options:[e,t]}},Kp=(e,t)=>{const r=Lp(e);return{name:r.name,fn:r.fn,options:[e,t]}},Yp=(e,t)=>({fn:$p(e).fn,options:[e,t]}),Xp=(e,t)=>{const r=Dp(e);return{name:r.name,fn:r.fn,options:[e,t]}},Jp=(e,t)=>{const r=Bp(e);return{name:r.name,fn:r.fn,options:[e,t]}},Qp=(e,t)=>{const r=Fp(e);return{name:r.name,fn:r.fn,options:[e,t]}},Zp=(e,t)=>{const r=Wp(e);return{name:r.name,fn:r.fn,options:[e,t]}};var ev="Arrow",Xl=d.forwardRef((e,t)=>{const{children:r,width:n=10,height:o=5,...s}=e;return f.jsx(Y.svg,{...s,ref:t,width:n,height:o,viewBox:"0 0 30 10",preserveAspectRatio:"none",children:e.asChild?r:f.jsx("polygon",{points:"0,0 30,0 15,10"})})});Xl.displayName=ev;var tv=Xl;function ln(e){const[t,r]=d.useState(void 0);return fe(()=>{if(e){r({width:e.offsetWidth,height:e.offsetHeight});const n=new ResizeObserver(o=>{if(!Array.isArray(o)||!o.length)return;const s=o[0];let i,a;if("borderBoxSize"in s){const l=s.borderBoxSize,c=Array.isArray(l)?l[0]:l;i=c.inlineSize,a=c.blockSize}else i=e.offsetWidth,a=e.offsetHeight;r({width:i,height:a})});return n.observe(e,{box:"border-box"}),()=>n.unobserve(e)}else r(void 0)},[e]),t}var ps="Popper",[Jl,Ft]=Te(ps),[rv,Ql]=Jl(ps),Zl=e=>{const{__scopePopper:t,children:r}=e,[n,o]=d.useState(null);return f.jsx(rv,{scope:t,anchor:n,onAnchorChange:o,children:r})};Zl.displayName=ps;var ec="PopperAnchor",tc=d.forwardRef((e,t)=>{const{__scopePopper:r,virtualRef:n,...o}=e,s=Ql(ec,r),i=d.useRef(null),a=oe(t,i),l=d.useRef(null);return d.useEffect(()=>{const c=l.current;l.current=n?.current||i.current,c!==l.current&&s.onAnchorChange(l.current)}),n?null:f.jsx(Y.div,{...o,ref:a})});tc.displayName=ec;var vs="PopperContent",[nv,ov]=Jl(vs),rc=d.forwardRef((e,t)=>{const{__scopePopper:r,side:n="bottom",sideOffset:o=0,align:s="center",alignOffset:i=0,arrowPadding:a=0,avoidCollisions:l=!0,collisionBoundary:c=[],collisionPadding:u=0,sticky:h="partial",hideWhenDetached:p=!1,updatePositionStrategy:v="optimized",onPlaced:g,...m}=e,y=Ql(vs,r),[x,b]=d.useState(null),P=oe(t,F=>b(F)),[w,N]=d.useState(null),q=ln(w),C=q?.width??0,S=q?.height??0,R=n+(s!=="center"?"-"+s:""),A=typeof u=="number"?u:{top:0,right:0,bottom:0,left:0,...u},E=Array.isArray(c)?c:[c],k=E.length>0,T={padding:A,boundary:E.filter(iv),altBoundary:k},{refs:I,floatingStyles:O,placement:j,isPositioned:B,middlewareData:D}=Gp({strategy:"fixed",placement:R,whileElementsMounted:(...F)=>Op(...F,{animationFrame:v==="always"}),elements:{reference:y.anchor},middleware:[Up({mainAxis:o+S,alignmentAxis:i}),l&&Kp({mainAxis:!0,crossAxis:!1,limiter:h==="partial"?Yp():void 0,...T}),l&&Xp({...T}),Jp({...T,apply:({elements:F,rects:X,availableWidth:U,availableHeight:Q})=>{const{width:ee,height:ie}=X.reference,ue=F.floating.style;ue.setProperty("--radix-popper-available-width",`${U}px`),ue.setProperty("--radix-popper-available-height",`${Q}px`),ue.setProperty("--radix-popper-anchor-width",`${ee}px`),ue.setProperty("--radix-popper-anchor-height",`${ie}px`)}}),w&&Zp({element:w,padding:a}),av({arrowWidth:C,arrowHeight:S}),p&&Qp({strategy:"referenceHidden",...T})]}),[W,L]=sc(j),le=Fe(g);fe(()=>{B&&le?.()},[B,le]);const xe=D.arrow?.x,ve=D.arrow?.y,he=D.arrow?.centerOffset!==0,[J,Z]=d.useState();return fe(()=>{x&&Z(window.getComputedStyle(x).zIndex)},[x]),f.jsx("div",{ref:I.setFloating,"data-radix-popper-content-wrapper":"",style:{...O,transform:B?O.transform:"translate(0, -200%)",minWidth:"max-content",zIndex:J,"--radix-popper-transform-origin":[D.transformOrigin?.x,D.transformOrigin?.y].join(" "),...D.hide?.referenceHidden&&{visibility:"hidden",pointerEvents:"none"}},dir:e.dir,children:f.jsx(nv,{scope:r,placedSide:W,onArrowChange:N,arrowX:xe,arrowY:ve,shouldHideArrow:he,children:f.jsx(Y.div,{"data-side":W,"data-align":L,...m,ref:P,style:{...m.style,animation:B?void 0:"none"}})})})});rc.displayName=vs;var nc="PopperArrow",sv={top:"bottom",right:"left",bottom:"top",left:"right"},oc=d.forwardRef(function(t,r){const{__scopePopper:n,...o}=t,s=ov(nc,n),i=sv[s.placedSide];return f.jsx("span",{ref:s.onArrowChange,style:{position:"absolute",left:s.arrowX,top:s.arrowY,[i]:0,transformOrigin:{top:"",right:"0 0",bottom:"center 0",left:"100% 0"}[s.placedSide],transform:{top:"translateY(100%)",right:"translateY(50%) rotate(90deg) translateX(-50%)",bottom:"rotate(180deg)",left:"translateY(50%) rotate(-90deg) translateX(50%)"}[s.placedSide],visibility:s.shouldHideArrow?"hidden":void 0},children:f.jsx(tv,{...o,ref:r,style:{...o.style,display:"block"}})})});oc.displayName=nc;function iv(e){return e!==null}var av=e=>({name:"transformOrigin",options:e,fn(t){const{placement:r,rects:n,middlewareData:o}=t,i=o.arrow?.centerOffset!==0,a=i?0:e.arrowWidth,l=i?0:e.arrowHeight,[c,u]=sc(r),h={start:"0%",center:"50%",end:"100%"}[u],p=(o.arrow?.x??0)+a/2,v=(o.arrow?.y??0)+l/2;let g="",m="";return c==="bottom"?(g=i?h:`${p}px`,m=`${-l}px`):c==="top"?(g=i?h:`${p}px`,m=`${n.floating.height+l}px`):c==="right"?(g=`${-l}px`,m=i?h:`${v}px`):c==="left"&&(g=`${n.floating.width+l}px`,m=i?h:`${v}px`),{data:{x:g,y:m}}}});function sc(e){const[t,r="center"]=e.split("-");return[t,r]}var gs=Zl,cn=tc,ys=rc,xs=oc,lv="Portal",un=d.forwardRef((e,t)=>{const{container:r,...n}=e,[o,s]=d.useState(!1);fe(()=>s(!0),[]);const i=r||o&&globalThis?.document?.body;return i?Ya.createPortal(f.jsx(Y.div,{...n,ref:t}),i):null});un.displayName=lv;function cv(e,t){return d.useReducer((r,n)=>t[r][n]??r,e)}var st=e=>{const{present:t,children:r}=e,n=uv(t),o=typeof r=="function"?r({present:n.isPresent}):d.Children.only(r),s=oe(n.ref,dv(o));return typeof r=="function"||n.isPresent?d.cloneElement(o,{ref:s}):null};st.displayName="Presence";function uv(e){const[t,r]=d.useState(),n=d.useRef(null),o=d.useRef(e),s=d.useRef("none"),i=e?"mounted":"unmounted",[a,l]=cv(i,{mounted:{UNMOUNT:"unmounted",ANIMATION_OUT:"unmountSuspended"},unmountSuspended:{MOUNT:"mounted",ANIMATION_END:"unmounted"},unmounted:{MOUNT:"mounted"}});return d.useEffect(()=>{const c=wr(n.current);s.current=a==="mounted"?c:"none"},[a]),fe(()=>{const c=n.current,u=o.current;if(u!==e){const p=s.current,v=wr(c);e?l("MOUNT"):v==="none"||c?.display==="none"?l("UNMOUNT"):l(u&&p!==v?"ANIMATION_OUT":"UNMOUNT"),o.current=e}},[e,l]),fe(()=>{if(t){let c;const u=t.ownerDocument.defaultView??window,h=v=>{const m=wr(n.current).includes(CSS.escape(v.animationName));if(v.target===t&&m&&(l("ANIMATION_END"),!o.current)){const y=t.style.animationFillMode;t.style.animationFillMode="forwards",c=u.setTimeout(()=>{t.style.animationFillMode==="forwards"&&(t.style.animationFillMode=y)})}},p=v=>{v.target===t&&(s.current=wr(n.current))};return t.addEventListener("animationstart",p),t.addEventListener("animationcancel",h),t.addEventListener("animationend",h),()=>{u.clearTimeout(c),t.removeEventListener("animationstart",p),t.removeEventListener("animationcancel",h),t.removeEventListener("animationend",h)}}else l("ANIMATION_END")},[t,l]),{isPresent:["mounted","unmountSuspended"].includes(a),ref:d.useCallback(c=>{n.current=c?getComputedStyle(c):null,r(c)},[])}}function wr(e){return e?.animationName||"none"}function dv(e){let t=Object.getOwnPropertyDescriptor(e.props,"ref")?.get,r=t&&"isReactWarning"in t&&t.isReactWarning;return r?e.ref:(t=Object.getOwnPropertyDescriptor(e,"ref")?.get,r=t&&"isReactWarning"in t&&t.isReactWarning,r?e.props.ref:e.props.ref||e.ref)}var fv=d[" useInsertionEffect ".trim().toString()]||fe;function Ve({prop:e,defaultProp:t,onChange:r=()=>{},caller:n}){const[o,s,i]=hv({defaultProp:t,onChange:r}),a=e!==void 0,l=a?e:o;{const u=d.useRef(e!==void 0);d.useEffect(()=>{const h=u.current;h!==a&&console.warn(`${n} is changing from ${h?"controlled":"uncontrolled"} to ${a?"controlled":"uncontrolled"}. Components should not switch from controlled to uncontrolled (or vice versa). Decide between using a controlled or uncontrolled value for the lifetime of the component.`),u.current=a},[a,n])}const c=d.useCallback(u=>{if(a){const h=mv(u)?u(e):u;h!==e&&i.current?.(h)}else s(u)},[a,e,s,i]);return[l,c]}function hv({defaultProp:e,onChange:t}){const[r,n]=d.useState(e),o=d.useRef(r),s=d.useRef(t);return fv(()=>{s.current=t},[t]),d.useEffect(()=>{o.current!==r&&(s.current?.(r),o.current=r)},[r,o]),[r,n,s]}function mv(e){return typeof e=="function"}var pv=function(e){if(typeof document>"u")return null;var t=Array.isArray(e)?e[0]:e;return t.ownerDocument.body},St=new WeakMap,Cr=new WeakMap,Sr={},Fn=0,ic=function(e){return e&&(e.host||ic(e.parentNode))},vv=function(e,t){return t.map(function(r){if(e.contains(r))return r;var n=ic(r);return n&&e.contains(n)?n:(console.error("aria-hidden",r,"in not contained inside",e,". Doing nothing"),null)}).filter(function(r){return!!r})},gv=function(e,t,r,n){var o=vv(t,Array.isArray(e)?e:[e]);Sr[r]||(Sr[r]=new WeakMap);var s=Sr[r],i=[],a=new Set,l=new Set(o),c=function(h){!h||a.has(h)||(a.add(h),c(h.parentNode))};o.forEach(c);var u=function(h){!h||l.has(h)||Array.prototype.forEach.call(h.children,function(p){if(a.has(p))u(p);else try{var v=p.getAttribute(n),g=v!==null&&v!=="false",m=(St.get(p)||0)+1,y=(s.get(p)||0)+1;St.set(p,m),s.set(p,y),i.push(p),m===1&&g&&Cr.set(p,!0),y===1&&p.setAttribute(r,"true"),g||p.setAttribute(n,"true")}catch(x){console.error("aria-hidden: cannot operate on ",p,x)}})};return u(t),a.clear(),Fn++,function(){i.forEach(function(h){var p=St.get(h)-1,v=s.get(h)-1;St.set(h,p),s.set(h,v),p||(Cr.has(h)||h.removeAttribute(n),Cr.delete(h)),v||h.removeAttribute(r)}),Fn--,Fn||(St=new WeakMap,St=new WeakMap,Cr=new WeakMap,Sr={})}},ac=function(e,t,r){r===void 0&&(r="data-aria-hidden");var n=Array.from(Array.isArray(e)?e:[e]),o=pv(e);return o?(n.push.apply(n,Array.from(o.querySelectorAll("[aria-live], script"))),gv(n,o,r,"aria-hidden")):function(){return null}},Ie=function(){return Ie=Object.assign||function(t){for(var r,n=1,o=arguments.length;n<o;n++){r=arguments[n];for(var s in r)Object.prototype.hasOwnProperty.call(r,s)&&(t[s]=r[s])}return t},Ie.apply(this,arguments)};function lc(e,t){var r={};for(var n in e)Object.prototype.hasOwnProperty.call(e,n)&&t.indexOf(n)<0&&(r[n]=e[n]);if(e!=null&&typeof Object.getOwnPropertySymbols=="function")for(var o=0,n=Object.getOwnPropertySymbols(e);o<n.length;o++)t.indexOf(n[o])<0&&Object.prototype.propertyIsEnumerable.call(e,n[o])&&(r[n[o]]=e[n[o]]);return r}function yv(e,t,r){if(r||arguments.length===2)for(var n=0,o=t.length,s;n<o;n++)(s||!(n in t))&&(s||(s=Array.prototype.slice.call(t,0,n)),s[n]=t[n]);return e.concat(s||Array.prototype.slice.call(t))}var Mr="right-scroll-bar-position",Lr="width-before-scroll-bar",xv="with-scroll-bars-hidden",bv="--removed-body-scroll-bar-size";function $n(e,t){return typeof e=="function"?e(t):e&&(e.current=t),e}function Pv(e,t){var r=ae.useState(function(){return{value:e,callback:t,facade:{get current(){return r.value},set current(n){var o=r.value;o!==n&&(r.value=n,r.callback(n,o))}}}})[0];return r.callback=t,r.facade}var wv=typeof window<"u"?d.useLayoutEffect:d.useEffect,Ki=new WeakMap;function Cv(e,t){var r=Pv(null,function(n){return e.forEach(function(o){return $n(o,n)})});return wv(function(){var n=Ki.get(r);if(n){var o=new Set(n),s=new Set(e),i=r.current;o.forEach(function(a){s.has(a)||$n(a,null)}),s.forEach(function(a){o.has(a)||$n(a,i)})}Ki.set(r,e)},[e]),r}function Sv(e){return e}function qv(e,t){t===void 0&&(t=Sv);var r=[],n=!1,o={read:function(){if(n)throw new Error("Sidecar: could not `read` from an `assigned` medium. `read` could be used only with `useMedium`.");return r.length?r[r.length-1]:e},useMedium:function(s){var i=t(s,n);return r.push(i),function(){r=r.filter(function(a){return a!==i})}},assignSyncMedium:function(s){for(n=!0;r.length;){var i=r;r=[],i.forEach(s)}r={push:function(a){return s(a)},filter:function(){return r}}},assignMedium:function(s){n=!0;var i=[];if(r.length){var a=r;r=[],a.forEach(s),i=r}var l=function(){var u=i;i=[],u.forEach(s)},c=function(){return Promise.resolve().then(l)};c(),r={push:function(u){i.push(u),c()},filter:function(u){return i=i.filter(u),r}}}};return o}function Nv(e){e===void 0&&(e={});var t=qv(null);return t.options=Ie({async:!0,ssr:!1},e),t}var cc=function(e){var t=e.sideCar,r=lc(e,["sideCar"]);if(!t)throw new Error("Sidecar: please provide `sideCar` property to import the right car");var n=t.read();if(!n)throw new Error("Sidecar medium not found");return d.createElement(n,Ie({},r))};cc.isSideCarExport=!0;function Ev(e,t){return e.useMedium(t),cc}var uc=Nv(),zn=function(){},dn=d.forwardRef(function(e,t){var r=d.useRef(null),n=d.useState({onScrollCapture:zn,onWheelCapture:zn,onTouchMoveCapture:zn}),o=n[0],s=n[1],i=e.forwardProps,a=e.children,l=e.className,c=e.removeScrollBar,u=e.enabled,h=e.shards,p=e.sideCar,v=e.noRelative,g=e.noIsolation,m=e.inert,y=e.allowPinchZoom,x=e.as,b=x===void 0?"div":x,P=e.gapMode,w=lc(e,["forwardProps","children","className","removeScrollBar","enabled","shards","sideCar","noRelative","noIsolation","inert","allowPinchZoom","as","gapMode"]),N=p,q=Cv([r,t]),C=Ie(Ie({},w),o);return d.createElement(d.Fragment,null,u&&d.createElement(N,{sideCar:uc,removeScrollBar:c,shards:h,noRelative:v,noIsolation:g,inert:m,setCallbacks:s,allowPinchZoom:!!y,lockRef:r,gapMode:P}),i?d.cloneElement(d.Children.only(a),Ie(Ie({},C),{ref:q})):d.createElement(b,Ie({},C,{className:l,ref:q}),a))});dn.defaultProps={enabled:!0,removeScrollBar:!0,inert:!1};dn.classNames={fullWidth:Lr,zeroRight:Mr};var Rv=function(){if(typeof __webpack_nonce__<"u")return __webpack_nonce__};function kv(){if(!document)return null;var e=document.createElement("style");e.type="text/css";var t=Rv();return t&&e.setAttribute("nonce",t),e}function Tv(e,t){e.styleSheet?e.styleSheet.cssText=t:e.appendChild(document.createTextNode(t))}function _v(e){var t=document.head||document.getElementsByTagName("head")[0];t.appendChild(e)}var Av=function(){var e=0,t=null;return{add:function(r){e==0&&(t=kv())&&(Tv(t,r),_v(t)),e++},remove:function(){e--,!e&&t&&(t.parentNode&&t.parentNode.removeChild(t),t=null)}}},Iv=function(){var e=Av();return function(t,r){d.useEffect(function(){return e.add(t),function(){e.remove()}},[t&&r])}},dc=function(){var e=Iv(),t=function(r){var n=r.styles,o=r.dynamic;return e(n,o),null};return t},jv={left:0,top:0,right:0,gap:0},Vn=function(e){return parseInt(e||"",10)||0},Ov=function(e){var t=window.getComputedStyle(document.body),r=t[e==="padding"?"paddingLeft":"marginLeft"],n=t[e==="padding"?"paddingTop":"marginTop"],o=t[e==="padding"?"paddingRight":"marginRight"];return[Vn(r),Vn(n),Vn(o)]},Mv=function(e){if(e===void 0&&(e="margin"),typeof window>"u")return jv;var t=Ov(e),r=document.documentElement.clientWidth,n=window.innerWidth;return{left:t[0],top:t[1],right:t[2],gap:Math.max(0,n-r+t[2]-t[0])}},Lv=dc(),Tt="data-scroll-locked",Dv=function(e,t,r,n){var o=e.left,s=e.top,i=e.right,a=e.gap;return r===void 0&&(r="margin"),`
|
|
2
|
+
.`.concat(xv,` {
|
|
3
|
+
overflow: hidden `).concat(n,`;
|
|
4
|
+
padding-right: `).concat(a,"px ").concat(n,`;
|
|
5
|
+
}
|
|
6
|
+
body[`).concat(Tt,`] {
|
|
7
|
+
overflow: hidden `).concat(n,`;
|
|
8
|
+
overscroll-behavior: contain;
|
|
9
|
+
`).concat([t&&"position: relative ".concat(n,";"),r==="margin"&&`
|
|
10
|
+
padding-left: `.concat(o,`px;
|
|
11
|
+
padding-top: `).concat(s,`px;
|
|
12
|
+
padding-right: `).concat(i,`px;
|
|
13
|
+
margin-left:0;
|
|
14
|
+
margin-top:0;
|
|
15
|
+
margin-right: `).concat(a,"px ").concat(n,`;
|
|
16
|
+
`),r==="padding"&&"padding-right: ".concat(a,"px ").concat(n,";")].filter(Boolean).join(""),`
|
|
17
|
+
}
|
|
18
|
+
|
|
19
|
+
.`).concat(Mr,` {
|
|
20
|
+
right: `).concat(a,"px ").concat(n,`;
|
|
21
|
+
}
|
|
22
|
+
|
|
23
|
+
.`).concat(Lr,` {
|
|
24
|
+
margin-right: `).concat(a,"px ").concat(n,`;
|
|
25
|
+
}
|
|
26
|
+
|
|
27
|
+
.`).concat(Mr," .").concat(Mr,` {
|
|
28
|
+
right: 0 `).concat(n,`;
|
|
29
|
+
}
|
|
30
|
+
|
|
31
|
+
.`).concat(Lr," .").concat(Lr,` {
|
|
32
|
+
margin-right: 0 `).concat(n,`;
|
|
33
|
+
}
|
|
34
|
+
|
|
35
|
+
body[`).concat(Tt,`] {
|
|
36
|
+
`).concat(bv,": ").concat(a,`px;
|
|
37
|
+
}
|
|
38
|
+
`)},Yi=function(){var e=parseInt(document.body.getAttribute(Tt)||"0",10);return isFinite(e)?e:0},Bv=function(){d.useEffect(function(){return document.body.setAttribute(Tt,(Yi()+1).toString()),function(){var e=Yi()-1;e<=0?document.body.removeAttribute(Tt):document.body.setAttribute(Tt,e.toString())}},[])},Fv=function(e){var t=e.noRelative,r=e.noImportant,n=e.gapMode,o=n===void 0?"margin":n;Bv();var s=d.useMemo(function(){return Mv(o)},[o]);return d.createElement(Lv,{styles:Dv(s,!t,o,r?"":"!important")})},To=!1;if(typeof window<"u")try{var qr=Object.defineProperty({},"passive",{get:function(){return To=!0,!0}});window.addEventListener("test",qr,qr),window.removeEventListener("test",qr,qr)}catch{To=!1}var qt=To?{passive:!1}:!1,$v=function(e){return e.tagName==="TEXTAREA"},fc=function(e,t){if(!(e instanceof Element))return!1;var r=window.getComputedStyle(e);return r[t]!=="hidden"&&!(r.overflowY===r.overflowX&&!$v(e)&&r[t]==="visible")},zv=function(e){return fc(e,"overflowY")},Vv=function(e){return fc(e,"overflowX")},Xi=function(e,t){var r=t.ownerDocument,n=t;do{typeof ShadowRoot<"u"&&n instanceof ShadowRoot&&(n=n.host);var o=hc(e,n);if(o){var s=mc(e,n),i=s[1],a=s[2];if(i>a)return!0}n=n.parentNode}while(n&&n!==r.body);return!1},Hv=function(e){var t=e.scrollTop,r=e.scrollHeight,n=e.clientHeight;return[t,r,n]},Gv=function(e){var t=e.scrollLeft,r=e.scrollWidth,n=e.clientWidth;return[t,r,n]},hc=function(e,t){return e==="v"?zv(t):Vv(t)},mc=function(e,t){return e==="v"?Hv(t):Gv(t)},Wv=function(e,t){return e==="h"&&t==="rtl"?-1:1},Uv=function(e,t,r,n,o){var s=Wv(e,window.getComputedStyle(t).direction),i=s*n,a=r.target,l=t.contains(a),c=!1,u=i>0,h=0,p=0;do{if(!a)break;var v=mc(e,a),g=v[0],m=v[1],y=v[2],x=m-y-s*g;(g||x)&&hc(e,a)&&(h+=x,p+=g);var b=a.parentNode;a=b&&b.nodeType===Node.DOCUMENT_FRAGMENT_NODE?b.host:b}while(!l&&a!==document.body||l&&(t.contains(a)||t===a));return(u&&Math.abs(h)<1||!u&&Math.abs(p)<1)&&(c=!0),c},Nr=function(e){return"changedTouches"in e?[e.changedTouches[0].clientX,e.changedTouches[0].clientY]:[0,0]},Ji=function(e){return[e.deltaX,e.deltaY]},Qi=function(e){return e&&"current"in e?e.current:e},Kv=function(e,t){return e[0]===t[0]&&e[1]===t[1]},Yv=function(e){return`
|
|
39
|
+
.block-interactivity-`.concat(e,` {pointer-events: none;}
|
|
40
|
+
.allow-interactivity-`).concat(e,` {pointer-events: all;}
|
|
41
|
+
`)},Xv=0,Nt=[];function Jv(e){var t=d.useRef([]),r=d.useRef([0,0]),n=d.useRef(),o=d.useState(Xv++)[0],s=d.useState(dc)[0],i=d.useRef(e);d.useEffect(function(){i.current=e},[e]),d.useEffect(function(){if(e.inert){document.body.classList.add("block-interactivity-".concat(o));var m=yv([e.lockRef.current],(e.shards||[]).map(Qi),!0).filter(Boolean);return m.forEach(function(y){return y.classList.add("allow-interactivity-".concat(o))}),function(){document.body.classList.remove("block-interactivity-".concat(o)),m.forEach(function(y){return y.classList.remove("allow-interactivity-".concat(o))})}}},[e.inert,e.lockRef.current,e.shards]);var a=d.useCallback(function(m,y){if("touches"in m&&m.touches.length===2||m.type==="wheel"&&m.ctrlKey)return!i.current.allowPinchZoom;var x=Nr(m),b=r.current,P="deltaX"in m?m.deltaX:b[0]-x[0],w="deltaY"in m?m.deltaY:b[1]-x[1],N,q=m.target,C=Math.abs(P)>Math.abs(w)?"h":"v";if("touches"in m&&C==="h"&&q.type==="range")return!1;var S=window.getSelection(),R=S&&S.anchorNode,A=R?R===q||R.contains(q):!1;if(A)return!1;var E=Xi(C,q);if(!E)return!0;if(E?N=C:(N=C==="v"?"h":"v",E=Xi(C,q)),!E)return!1;if(!n.current&&"changedTouches"in m&&(P||w)&&(n.current=N),!N)return!0;var k=n.current||N;return Uv(k,y,m,k==="h"?P:w)},[]),l=d.useCallback(function(m){var y=m;if(!(!Nt.length||Nt[Nt.length-1]!==s)){var x="deltaY"in y?Ji(y):Nr(y),b=t.current.filter(function(N){return N.name===y.type&&(N.target===y.target||y.target===N.shadowParent)&&Kv(N.delta,x)})[0];if(b&&b.should){y.cancelable&&y.preventDefault();return}if(!b){var P=(i.current.shards||[]).map(Qi).filter(Boolean).filter(function(N){return N.contains(y.target)}),w=P.length>0?a(y,P[0]):!i.current.noIsolation;w&&y.cancelable&&y.preventDefault()}}},[]),c=d.useCallback(function(m,y,x,b){var P={name:m,delta:y,target:x,should:b,shadowParent:Qv(x)};t.current.push(P),setTimeout(function(){t.current=t.current.filter(function(w){return w!==P})},1)},[]),u=d.useCallback(function(m){r.current=Nr(m),n.current=void 0},[]),h=d.useCallback(function(m){c(m.type,Ji(m),m.target,a(m,e.lockRef.current))},[]),p=d.useCallback(function(m){c(m.type,Nr(m),m.target,a(m,e.lockRef.current))},[]);d.useEffect(function(){return Nt.push(s),e.setCallbacks({onScrollCapture:h,onWheelCapture:h,onTouchMoveCapture:p}),document.addEventListener("wheel",l,qt),document.addEventListener("touchmove",l,qt),document.addEventListener("touchstart",u,qt),function(){Nt=Nt.filter(function(m){return m!==s}),document.removeEventListener("wheel",l,qt),document.removeEventListener("touchmove",l,qt),document.removeEventListener("touchstart",u,qt)}},[]);var v=e.removeScrollBar,g=e.inert;return d.createElement(d.Fragment,null,g?d.createElement(s,{styles:Yv(o)}):null,v?d.createElement(Fv,{noRelative:e.noRelative,gapMode:e.gapMode}):null)}function Qv(e){for(var t=null;e!==null;)e instanceof ShadowRoot&&(t=e.host,e=e.host),e=e.parentNode;return t}const Zv=Ev(uc,Jv);var bs=d.forwardRef(function(e,t){return d.createElement(dn,Ie({},e,{ref:t,sideCar:Zv}))});bs.classNames=dn.classNames;var fn="Popover",[pc]=Te(fn,[Ft]),ur=Ft(),[eg,it]=pc(fn),vc=e=>{const{__scopePopover:t,children:r,open:n,defaultOpen:o,onOpenChange:s,modal:i=!1}=e,a=ur(t),l=d.useRef(null),[c,u]=d.useState(!1),[h,p]=Ve({prop:n,defaultProp:o??!1,onChange:s,caller:fn});return f.jsx(gs,{...a,children:f.jsx(eg,{scope:t,contentId:bt(),triggerRef:l,open:h,onOpenChange:p,onOpenToggle:d.useCallback(()=>p(v=>!v),[p]),hasCustomAnchor:c,onCustomAnchorAdd:d.useCallback(()=>u(!0),[]),onCustomAnchorRemove:d.useCallback(()=>u(!1),[]),modal:i,children:r})})};vc.displayName=fn;var gc="PopoverAnchor",yc=d.forwardRef((e,t)=>{const{__scopePopover:r,...n}=e,o=it(gc,r),s=ur(r),{onCustomAnchorAdd:i,onCustomAnchorRemove:a}=o;return d.useEffect(()=>(i(),()=>a()),[i,a]),f.jsx(cn,{...s,...n,ref:t})});yc.displayName=gc;var xc="PopoverTrigger",bc=d.forwardRef((e,t)=>{const{__scopePopover:r,...n}=e,o=it(xc,r),s=ur(r),i=oe(t,o.triggerRef),a=f.jsx(Y.button,{type:"button","aria-haspopup":"dialog","aria-expanded":o.open,"aria-controls":o.contentId,"data-state":Nc(o.open),...n,ref:i,onClick:G(e.onClick,o.onOpenToggle)});return o.hasCustomAnchor?a:f.jsx(cn,{asChild:!0,...s,children:a})});bc.displayName=xc;var Ps="PopoverPortal",[tg,rg]=pc(Ps,{forceMount:void 0}),Pc=e=>{const{__scopePopover:t,forceMount:r,children:n,container:o}=e,s=it(Ps,t);return f.jsx(tg,{scope:t,forceMount:r,children:f.jsx(st,{present:r||s.open,children:f.jsx(un,{asChild:!0,container:o,children:n})})})};Pc.displayName=Ps;var It="PopoverContent",wc=d.forwardRef((e,t)=>{const r=rg(It,e.__scopePopover),{forceMount:n=r.forceMount,...o}=e,s=it(It,e.__scopePopover);return f.jsx(st,{present:n||s.open,children:s.modal?f.jsx(og,{...o,ref:t}):f.jsx(sg,{...o,ref:t})})});wc.displayName=It;var ng=er("PopoverContent.RemoveScroll"),og=d.forwardRef((e,t)=>{const r=it(It,e.__scopePopover),n=d.useRef(null),o=oe(t,n),s=d.useRef(!1);return d.useEffect(()=>{const i=n.current;if(i)return ac(i)},[]),f.jsx(bs,{as:ng,allowPinchZoom:!0,children:f.jsx(Cc,{...e,ref:o,trapFocus:r.open,disableOutsidePointerEvents:!0,onCloseAutoFocus:G(e.onCloseAutoFocus,i=>{i.preventDefault(),s.current||r.triggerRef.current?.focus()}),onPointerDownOutside:G(e.onPointerDownOutside,i=>{const a=i.detail.originalEvent,l=a.button===0&&a.ctrlKey===!0,c=a.button===2||l;s.current=c},{checkForDefaultPrevented:!1}),onFocusOutside:G(e.onFocusOutside,i=>i.preventDefault(),{checkForDefaultPrevented:!1})})})}),sg=d.forwardRef((e,t)=>{const r=it(It,e.__scopePopover),n=d.useRef(!1),o=d.useRef(!1);return f.jsx(Cc,{...e,ref:t,trapFocus:!1,disableOutsidePointerEvents:!1,onCloseAutoFocus:s=>{e.onCloseAutoFocus?.(s),s.defaultPrevented||(n.current||r.triggerRef.current?.focus(),s.preventDefault()),n.current=!1,o.current=!1},onInteractOutside:s=>{e.onInteractOutside?.(s),s.defaultPrevented||(n.current=!0,s.detail.originalEvent.type==="pointerdown"&&(o.current=!0));const i=s.target;r.triggerRef.current?.contains(i)&&s.preventDefault(),s.detail.originalEvent.type==="focusin"&&o.current&&s.preventDefault()}})}),Cc=d.forwardRef((e,t)=>{const{__scopePopover:r,trapFocus:n,onOpenAutoFocus:o,onCloseAutoFocus:s,disableOutsidePointerEvents:i,onEscapeKeyDown:a,onPointerDownOutside:l,onFocusOutside:c,onInteractOutside:u,...h}=e,p=it(It,r),v=ur(r);return Ll(),f.jsx(ls,{asChild:!0,loop:!0,trapped:n,onMountAutoFocus:o,onUnmountAutoFocus:s,children:f.jsx(rn,{asChild:!0,disableOutsidePointerEvents:i,onInteractOutside:u,onEscapeKeyDown:a,onPointerDownOutside:l,onFocusOutside:c,onDismiss:()=>p.onOpenChange(!1),children:f.jsx(ys,{"data-state":Nc(p.open),role:"dialog",id:p.contentId,...v,...h,ref:t,style:{...h.style,"--radix-popover-content-transform-origin":"var(--radix-popper-transform-origin)","--radix-popover-content-available-width":"var(--radix-popper-available-width)","--radix-popover-content-available-height":"var(--radix-popper-available-height)","--radix-popover-trigger-width":"var(--radix-popper-anchor-width)","--radix-popover-trigger-height":"var(--radix-popper-anchor-height)"}})})})}),Sc="PopoverClose",qc=d.forwardRef((e,t)=>{const{__scopePopover:r,...n}=e,o=it(Sc,r);return f.jsx(Y.button,{type:"button",...n,ref:t,onClick:G(e.onClick,()=>o.onOpenChange(!1))})});qc.displayName=Sc;var ig="PopoverArrow",ag=d.forwardRef((e,t)=>{const{__scopePopover:r,...n}=e,o=ur(r);return f.jsx(xs,{...o,...n,ref:t})});ag.displayName=ig;function Nc(e){return e?"open":"closed"}var lg=vc,cg=yc,_o=bc,ug=Pc,dg=wc,Ao=qc;function fg(e){if(e!==void 0)return{width:typeof e=="number"?`${e}px`:e}}function Ec(e){const t=H();return V(e,t)}const hg=lg,Rc=d.forwardRef((e,t)=>{const{asChild:r,children:n,className:o,class:s,sx:i,style:a,...l}=e,{sxClassName:c,sxInlineStyle:u}=Ec(i),h=_(c,o,s),p=M(a,u);return r?f.jsx(_o,{asChild:!0,...l,children:f.jsx("span",{ref:t,className:_("inline-flex w-fit",h),style:p,children:n})}):f.jsx(_o,{ref:t,className:h,style:p,...l,children:n})});Rc.displayName=_o.displayName;const mg=cg,kc=d.forwardRef((e,t)=>{const{asChild:r,children:n,className:o,class:s,sx:i,style:a,...l}=e,{sxClassName:c,sxInlineStyle:u}=Ec(i),h=_(c,o,s),p=M(a,u);return r?f.jsx(Ao,{asChild:!0,...l,children:f.jsx("span",{ref:t,className:_("inline-flex w-fit",h),style:p,children:n})}):f.jsx(Ao,{ref:t,className:h,style:p,...l,children:n})});kc.displayName=Ao.displayName;const Tc=d.forwardRef((e,t)=>{const{align:r="center",sideOffset:n=6,width:o=288,rounded:s="lg",shadow:i="md",sx:a,style:l,className:c,class:u,...h}=e,p=H(),{roundedPreset:v,roundedStyle:g}=yt(s),{shadowPreset:m,shadowStyle:y}=ir(i),{sxClassName:x,sxInlineStyle:b}=V(a,p);return f.jsx(ug,{children:f.jsx(dg,{ref:t,align:r,sideOffset:n,className:_("z-50 border border-gray-200 bg-white p-4 text-sm text-gray-900 outline-none","origin-[--radix-popover-content-transform-origin]","data-[state=open]:animate-in data-[state=closed]:animate-out","data-[state=closed]:fade-out-0 data-[state=open]:fade-in-0","data-[state=closed]:zoom-out-95 data-[state=open]:zoom-in-95","data-[side=bottom]:slide-in-from-top-2 data-[side=left]:slide-in-from-right-2","data-[side=right]:slide-in-from-left-2 data-[side=top]:slide-in-from-bottom-2",v&&rt[v],m&&Mt[m],x,c,u),style:M(l,fg(o),g,y,b),...h})})});Tc.displayName="PopoverContent";var _c=Object.freeze({position:"absolute",border:0,width:1,height:1,padding:0,margin:-1,overflow:"hidden",clip:"rect(0, 0, 0, 0)",whiteSpace:"nowrap",wordWrap:"normal"}),pg="VisuallyHidden",Ac=d.forwardRef((e,t)=>f.jsx(Y.span,{...e,ref:t,style:{..._c,...e.style}}));Ac.displayName=pg;var vg=Ac,[hn]=Te("Tooltip",[Ft]),mn=Ft(),Ic="TooltipProvider",gg=700,Io="tooltip.open",[yg,ws]=hn(Ic),jc=e=>{const{__scopeTooltip:t,delayDuration:r=gg,skipDelayDuration:n=300,disableHoverableContent:o=!1,children:s}=e,i=d.useRef(!0),a=d.useRef(!1),l=d.useRef(0);return d.useEffect(()=>{const c=l.current;return()=>window.clearTimeout(c)},[]),f.jsx(yg,{scope:t,isOpenDelayedRef:i,delayDuration:r,onOpen:d.useCallback(()=>{window.clearTimeout(l.current),i.current=!1},[]),onClose:d.useCallback(()=>{window.clearTimeout(l.current),l.current=window.setTimeout(()=>i.current=!0,n)},[n]),isPointerInTransitRef:a,onPointerInTransitChange:d.useCallback(c=>{a.current=c},[]),disableHoverableContent:o,children:s})};jc.displayName=Ic;var rr="Tooltip",[xg,dr]=hn(rr),Oc=e=>{const{__scopeTooltip:t,children:r,open:n,defaultOpen:o,onOpenChange:s,disableHoverableContent:i,delayDuration:a}=e,l=ws(rr,e.__scopeTooltip),c=mn(t),[u,h]=d.useState(null),p=bt(),v=d.useRef(0),g=i??l.disableHoverableContent,m=a??l.delayDuration,y=d.useRef(!1),[x,b]=Ve({prop:n,defaultProp:o??!1,onChange:C=>{C?(l.onOpen(),document.dispatchEvent(new CustomEvent(Io))):l.onClose(),s?.(C)},caller:rr}),P=d.useMemo(()=>x?y.current?"delayed-open":"instant-open":"closed",[x]),w=d.useCallback(()=>{window.clearTimeout(v.current),v.current=0,y.current=!1,b(!0)},[b]),N=d.useCallback(()=>{window.clearTimeout(v.current),v.current=0,b(!1)},[b]),q=d.useCallback(()=>{window.clearTimeout(v.current),v.current=window.setTimeout(()=>{y.current=!0,b(!0),v.current=0},m)},[m,b]);return d.useEffect(()=>()=>{v.current&&(window.clearTimeout(v.current),v.current=0)},[]),f.jsx(gs,{...c,children:f.jsx(xg,{scope:t,contentId:p,open:x,stateAttribute:P,trigger:u,onTriggerChange:h,onTriggerEnter:d.useCallback(()=>{l.isOpenDelayedRef.current?q():w()},[l.isOpenDelayedRef,q,w]),onTriggerLeave:d.useCallback(()=>{g?N():(window.clearTimeout(v.current),v.current=0)},[N,g]),onOpen:w,onClose:N,disableHoverableContent:g,children:r})})};Oc.displayName=rr;var jo="TooltipTrigger",Mc=d.forwardRef((e,t)=>{const{__scopeTooltip:r,...n}=e,o=dr(jo,r),s=ws(jo,r),i=mn(r),a=d.useRef(null),l=oe(t,a,o.onTriggerChange),c=d.useRef(!1),u=d.useRef(!1),h=d.useCallback(()=>c.current=!1,[]);return d.useEffect(()=>()=>document.removeEventListener("pointerup",h),[h]),f.jsx(cn,{asChild:!0,...i,children:f.jsx(Y.button,{"aria-describedby":o.open?o.contentId:void 0,"data-state":o.stateAttribute,...n,ref:l,onPointerMove:G(e.onPointerMove,p=>{p.pointerType!=="touch"&&!u.current&&!s.isPointerInTransitRef.current&&(o.onTriggerEnter(),u.current=!0)}),onPointerLeave:G(e.onPointerLeave,()=>{o.onTriggerLeave(),u.current=!1}),onPointerDown:G(e.onPointerDown,()=>{o.open&&o.onClose(),c.current=!0,document.addEventListener("pointerup",h,{once:!0})}),onFocus:G(e.onFocus,()=>{c.current||o.onOpen()}),onBlur:G(e.onBlur,o.onClose),onClick:G(e.onClick,o.onClose)})})});Mc.displayName=jo;var Cs="TooltipPortal",[bg,Pg]=hn(Cs,{forceMount:void 0}),Lc=e=>{const{__scopeTooltip:t,forceMount:r,children:n,container:o}=e,s=dr(Cs,t);return f.jsx(bg,{scope:t,forceMount:r,children:f.jsx(st,{present:r||s.open,children:f.jsx(un,{asChild:!0,container:o,children:n})})})};Lc.displayName=Cs;var jt="TooltipContent",Dc=d.forwardRef((e,t)=>{const r=Pg(jt,e.__scopeTooltip),{forceMount:n=r.forceMount,side:o="top",...s}=e,i=dr(jt,e.__scopeTooltip);return f.jsx(st,{present:n||i.open,children:i.disableHoverableContent?f.jsx(Bc,{side:o,...s,ref:t}):f.jsx(wg,{side:o,...s,ref:t})})}),wg=d.forwardRef((e,t)=>{const r=dr(jt,e.__scopeTooltip),n=ws(jt,e.__scopeTooltip),o=d.useRef(null),s=oe(t,o),[i,a]=d.useState(null),{trigger:l,onClose:c}=r,u=o.current,{onPointerInTransitChange:h}=n,p=d.useCallback(()=>{a(null),h(!1)},[h]),v=d.useCallback((g,m)=>{const y=g.currentTarget,x={x:g.clientX,y:g.clientY},b=Ng(x,y.getBoundingClientRect()),P=Eg(x,b),w=Rg(m.getBoundingClientRect()),N=Tg([...P,...w]);a(N),h(!0)},[h]);return d.useEffect(()=>()=>p(),[p]),d.useEffect(()=>{if(l&&u){const g=y=>v(y,u),m=y=>v(y,l);return l.addEventListener("pointerleave",g),u.addEventListener("pointerleave",m),()=>{l.removeEventListener("pointerleave",g),u.removeEventListener("pointerleave",m)}}},[l,u,v,p]),d.useEffect(()=>{if(i){const g=m=>{const y=m.target,x={x:m.clientX,y:m.clientY},b=l?.contains(y)||u?.contains(y),P=!kg(x,i);b?p():P&&(p(),c())};return document.addEventListener("pointermove",g),()=>document.removeEventListener("pointermove",g)}},[l,u,i,c,p]),f.jsx(Bc,{...e,ref:s})}),[Cg,Sg]=hn(rr,{isInside:!1}),qg=Em("TooltipContent"),Bc=d.forwardRef((e,t)=>{const{__scopeTooltip:r,children:n,"aria-label":o,onEscapeKeyDown:s,onPointerDownOutside:i,...a}=e,l=dr(jt,r),c=mn(r),{onClose:u}=l;return d.useEffect(()=>(document.addEventListener(Io,u),()=>document.removeEventListener(Io,u)),[u]),d.useEffect(()=>{if(l.trigger){const h=p=>{p.target?.contains(l.trigger)&&u()};return window.addEventListener("scroll",h,{capture:!0}),()=>window.removeEventListener("scroll",h,{capture:!0})}},[l.trigger,u]),f.jsx(rn,{asChild:!0,disableOutsidePointerEvents:!1,onEscapeKeyDown:s,onPointerDownOutside:i,onFocusOutside:h=>h.preventDefault(),onDismiss:u,children:f.jsxs(ys,{"data-state":l.stateAttribute,...c,...a,ref:t,style:{...a.style,"--radix-tooltip-content-transform-origin":"var(--radix-popper-transform-origin)","--radix-tooltip-content-available-width":"var(--radix-popper-available-width)","--radix-tooltip-content-available-height":"var(--radix-popper-available-height)","--radix-tooltip-trigger-width":"var(--radix-popper-anchor-width)","--radix-tooltip-trigger-height":"var(--radix-popper-anchor-height)"},children:[f.jsx(qg,{children:n}),f.jsx(Cg,{scope:r,isInside:!0,children:f.jsx(vg,{id:l.contentId,role:"tooltip",children:o||n})})]})})});Dc.displayName=jt;var Fc="TooltipArrow",$c=d.forwardRef((e,t)=>{const{__scopeTooltip:r,...n}=e,o=mn(r);return Sg(Fc,r).isInside?null:f.jsx(xs,{...o,...n,ref:t})});$c.displayName=Fc;function Ng(e,t){const r=Math.abs(t.top-e.y),n=Math.abs(t.bottom-e.y),o=Math.abs(t.right-e.x),s=Math.abs(t.left-e.x);switch(Math.min(r,n,o,s)){case s:return"left";case o:return"right";case r:return"top";case n:return"bottom";default:throw new Error("unreachable")}}function Eg(e,t,r=5){const n=[];switch(t){case"top":n.push({x:e.x-r,y:e.y+r},{x:e.x+r,y:e.y+r});break;case"bottom":n.push({x:e.x-r,y:e.y-r},{x:e.x+r,y:e.y-r});break;case"left":n.push({x:e.x+r,y:e.y-r},{x:e.x+r,y:e.y+r});break;case"right":n.push({x:e.x-r,y:e.y-r},{x:e.x-r,y:e.y+r});break}return n}function Rg(e){const{top:t,right:r,bottom:n,left:o}=e;return[{x:o,y:t},{x:r,y:t},{x:r,y:n},{x:o,y:n}]}function kg(e,t){const{x:r,y:n}=e;let o=!1;for(let s=0,i=t.length-1;s<t.length;i=s++){const a=t[s],l=t[i],c=a.x,u=a.y,h=l.x,p=l.y;u>n!=p>n&&r<(h-c)*(n-u)/(p-u)+c&&(o=!o)}return o}function Tg(e){const t=e.slice();return t.sort((r,n)=>r.x<n.x?-1:r.x>n.x?1:r.y<n.y?-1:r.y>n.y?1:0),_g(t)}function _g(e){if(e.length<=1)return e.slice();const t=[];for(let n=0;n<e.length;n++){const o=e[n];for(;t.length>=2;){const s=t[t.length-1],i=t[t.length-2];if((s.x-i.x)*(o.y-i.y)>=(s.y-i.y)*(o.x-i.x))t.pop();else break}t.push(o)}t.pop();const r=[];for(let n=e.length-1;n>=0;n--){const o=e[n];for(;r.length>=2;){const s=r[r.length-1],i=r[r.length-2];if((s.x-i.x)*(o.y-i.y)>=(s.y-i.y)*(o.x-i.x))r.pop();else break}r.push(o)}return r.pop(),t.length===1&&r.length===1&&t[0].x===r[0].x&&t[0].y===r[0].y?t:t.concat(r)}var Ag=jc,Ig=Oc,Oo=Mc,jg=Lc,zc=Dc,Vc=$c;const Og={dark:"border-gray-900 bg-gray-950 text-white",light:"border-gray-200 bg-white text-gray-900",primary:"border-blue-600 bg-blue-600 text-white"},Mg={dark:"fill-gray-950",light:"fill-white",primary:"fill-blue-600"},Lg=({delayDuration:e=0,...t})=>f.jsx(Ag,{delayDuration:e,...t}),Dg=Ig,Bg=jg,Hc=d.forwardRef((e,t)=>{const{asChild:r,asChildWrapper:n="span",children:o,className:s,class:i,sx:a,style:l,...c}=e,u=H(),{sxClassName:h,sxInlineStyle:p}=V(a,u),v=_(h,s,i),g=M(l,p);return r?f.jsx(Oo,{asChild:!0,...c,children:f.jsx(n,{ref:t,className:_("inline-flex w-fit",v),style:g,children:o})}):f.jsx(Oo,{ref:t,className:v,style:g,...c,children:o})});Hc.displayName=Oo.displayName;const Ss=d.forwardRef((e,t)=>{const{tone:r="dark",className:n,class:o,sx:s,style:i,...a}=e,l=H(),{sxClassName:c,sxInlineStyle:u}=V(s,l);return f.jsx(Vc,{ref:t,className:_(Mg[r],c,n,o),style:M(i,u),...a})});Ss.displayName=Vc.displayName;const Gc=d.forwardRef((e,t)=>{const{tone:r="dark",arrow:n=!1,sideOffset:o=6,className:s,class:i,sx:a,style:l,children:c,...u}=e,h=H(),{sxClassName:p,sxInlineStyle:v}=V(a,h);return f.jsxs(zc,{ref:t,sideOffset:o,className:_("z-50 max-w-xs rounded-md border px-3 py-1.5 text-sm leading-5 shadow-md outline-none","origin-[--radix-tooltip-content-transform-origin]","animate-in fade-in-0 zoom-in-95","data-[state=closed]:animate-out data-[state=closed]:fade-out-0 data-[state=closed]:zoom-out-95","data-[side=bottom]:slide-in-from-top-2 data-[side=left]:slide-in-from-right-2 data-[side=right]:slide-in-from-left-2 data-[side=top]:slide-in-from-bottom-2",Og[r],p,s,i),style:M(l,v),...u,children:[c,n?f.jsx(Ss,{tone:r}):null]})});Gc.displayName=zc.displayName;function pn(e){const t=d.useRef({value:e,previous:e});return d.useMemo(()=>(t.current.value!==e&&(t.current.previous=t.current.value,t.current.value=e),t.current.previous),[e])}var vn="Checkbox",[Fg]=Te(vn),[$g,qs]=Fg(vn);function zg(e){const{__scopeCheckbox:t,checked:r,children:n,defaultChecked:o,disabled:s,form:i,name:a,onCheckedChange:l,required:c,value:u="on",internal_do_not_use_render:h}=e,[p,v]=Ve({prop:r,defaultProp:o??!1,onChange:l,caller:vn}),[g,m]=d.useState(null),[y,x]=d.useState(null),b=d.useRef(!1),P=g?!!i||!!g.closest("form"):!0,w={checked:p,disabled:s,setChecked:v,control:g,setControl:m,name:a,form:i,value:u,hasConsumerStoppedPropagationRef:b,required:c,defaultChecked:Ze(o)?!1:o,isFormControl:P,bubbleInput:y,setBubbleInput:x};return f.jsx($g,{scope:t,...w,children:Vg(h)?h(w):n})}var Wc="CheckboxTrigger",Uc=d.forwardRef(({__scopeCheckbox:e,onKeyDown:t,onClick:r,...n},o)=>{const{control:s,value:i,disabled:a,checked:l,required:c,setControl:u,setChecked:h,hasConsumerStoppedPropagationRef:p,isFormControl:v,bubbleInput:g}=qs(Wc,e),m=oe(o,u),y=d.useRef(l);return d.useEffect(()=>{const x=s?.form;if(x){const b=()=>h(y.current);return x.addEventListener("reset",b),()=>x.removeEventListener("reset",b)}},[s,h]),f.jsx(Y.button,{type:"button",role:"checkbox","aria-checked":Ze(l)?"mixed":l,"aria-required":c,"data-state":Zc(l),"data-disabled":a?"":void 0,disabled:a,value:i,...n,ref:m,onKeyDown:G(t,x=>{x.key==="Enter"&&x.preventDefault()}),onClick:G(r,x=>{h(b=>Ze(b)?!0:!b),g&&v&&(p.current=x.isPropagationStopped(),p.current||x.stopPropagation())})})});Uc.displayName=Wc;var Kc=d.forwardRef((e,t)=>{const{__scopeCheckbox:r,name:n,checked:o,defaultChecked:s,required:i,disabled:a,value:l,onCheckedChange:c,form:u,...h}=e;return f.jsx(zg,{__scopeCheckbox:r,checked:o,defaultChecked:s,disabled:a,required:i,onCheckedChange:c,name:n,form:u,value:l,internal_do_not_use_render:({isFormControl:p})=>f.jsxs(f.Fragment,{children:[f.jsx(Uc,{...h,ref:t,__scopeCheckbox:r}),p&&f.jsx(Qc,{__scopeCheckbox:r})]})})});Kc.displayName=vn;var Yc="CheckboxIndicator",Xc=d.forwardRef((e,t)=>{const{__scopeCheckbox:r,forceMount:n,...o}=e,s=qs(Yc,r);return f.jsx(st,{present:n||Ze(s.checked)||s.checked===!0,children:f.jsx(Y.span,{"data-state":Zc(s.checked),"data-disabled":s.disabled?"":void 0,...o,ref:t,style:{pointerEvents:"none",...e.style}})})});Xc.displayName=Yc;var Jc="CheckboxBubbleInput",Qc=d.forwardRef(({__scopeCheckbox:e,...t},r)=>{const{control:n,hasConsumerStoppedPropagationRef:o,checked:s,defaultChecked:i,required:a,disabled:l,name:c,value:u,form:h,bubbleInput:p,setBubbleInput:v}=qs(Jc,e),g=oe(r,v),m=pn(s),y=ln(n);d.useEffect(()=>{const b=p;if(!b)return;const P=window.HTMLInputElement.prototype,N=Object.getOwnPropertyDescriptor(P,"checked").set,q=!o.current;if(m!==s&&N){const C=new Event("click",{bubbles:q});b.indeterminate=Ze(s),N.call(b,Ze(s)?!1:s),b.dispatchEvent(C)}},[p,m,s,o]);const x=d.useRef(Ze(s)?!1:s);return f.jsx(Y.input,{type:"checkbox","aria-hidden":!0,defaultChecked:i??x.current,required:a,disabled:l,name:c,value:u,form:h,...t,tabIndex:-1,ref:g,style:{...t.style,...y,position:"absolute",pointerEvents:"none",opacity:0,margin:0,transform:"translateX(-100%)"}})});Qc.displayName=Jc;function Vg(e){return typeof e=="function"}function Ze(e){return e==="indeterminate"}function Zc(e){return Ze(e)?"indeterminate":e?"checked":"unchecked"}const eu=d.createContext(null);function Hg(e){return d.createElement(eu.Provider,{value:e.value},e.children)}function Gg(){return d.useContext(eu)}const Wg=()=>f.jsx("svg",{"aria-hidden":"true",viewBox:"0 0 16 16",className:"checkbox-check h-3 w-3",fill:"none",children:f.jsx("path",{d:"M3.5 8.5L6.5 11.5L12.5 4.5",stroke:"currentColor",strokeWidth:"2.25",strokeLinecap:"round",strokeLinejoin:"round"})}),Ug=()=>f.jsx("svg",{"aria-hidden":"true",viewBox:"0 0 16 16",className:"checkbox-minus h-3 w-3",fill:"none",children:f.jsx("path",{d:"M4 8H12",stroke:"currentColor",strokeWidth:"2.5",strokeLinecap:"round"})}),fr=d.forwardRef((e,t)=>{const{className:r,class:n,sx:o,style:s,children:i,checked:a,disabled:l,name:c,onCheckedChange:u,value:h,...p}=e,v=H(),{sxClassName:g,sxInlineStyle:m}=V(o,v),y=Gg(),x=typeof h=="string"?h:void 0,b=!!(y&&x!==void 0),P=a??(b?y?.selectedValues.has(x):void 0),w=l||(b?y?.disabled:!1),N=c??(b?y?.name:void 0);return f.jsx(Kc,{ref:t,checked:P,disabled:w,name:N,onCheckedChange:q=>{u?.(q),b&&a===void 0&&y?.toggleValue(x,q===!0)},value:h,className:_("peer inline-flex h-4 w-4 shrink-0 items-center justify-center rounded-[4px] border border-solid border-slate-300 bg-white text-white transition-colors","focus-visible:outline-none focus-visible:ring-2 focus-visible:ring-blue-500 focus-visible:ring-offset-2","disabled:cursor-not-allowed disabled:opacity-50","data-[state=checked]:border-blue-600 data-[state=checked]:bg-blue-600","data-[state=indeterminate]:border-blue-600 data-[state=indeterminate]:bg-blue-600",g,r,n),style:M(s,m),...p,children:i??f.jsxs(Xc,{className:_("inline-flex h-4 w-4 items-center justify-center text-current","[&[data-state=checked]_.checkbox-minus]:hidden","[&[data-state=indeterminate]_.checkbox-check]:hidden"),children:[f.jsx(Wg,{}),f.jsx(Ug,{})]})})});fr.displayName="Checkbox";var Kg=Symbol.for("react.lazy"),Ur=d[" use ".trim().toString()];function Yg(e){return typeof e=="object"&&e!==null&&"then"in e}function tu(e){return e!=null&&typeof e=="object"&&"$$typeof"in e&&e.$$typeof===Kg&&"_payload"in e&&Yg(e._payload)}function Xg(e){const t=Jg(e),r=d.forwardRef((n,o)=>{let{children:s,...i}=n;tu(s)&&typeof Ur=="function"&&(s=Ur(s._payload));const a=d.Children.toArray(s),l=a.find(Zg);if(l){const c=l.props.children,u=a.map(h=>h===l?d.Children.count(c)>1?d.Children.only(null):d.isValidElement(c)?c.props.children:null:h);return f.jsx(t,{...i,ref:o,children:d.isValidElement(c)?d.cloneElement(c,void 0,u):null})}return f.jsx(t,{...i,ref:o,children:s})});return r.displayName=`${e}.Slot`,r}function Jg(e){const t=d.forwardRef((r,n)=>{let{children:o,...s}=r;if(tu(o)&&typeof Ur=="function"&&(o=Ur(o._payload)),d.isValidElement(o)){const i=ty(o),a=ey(s,o.props);return o.type!==d.Fragment&&(a.ref=n?as(n,i):i),d.cloneElement(o,a)}return d.Children.count(o)>1?d.Children.only(null):null});return t.displayName=`${e}.SlotClone`,t}var Qg=Symbol("radix.slottable");function Zg(e){return d.isValidElement(e)&&typeof e.type=="function"&&"__radixId"in e.type&&e.type.__radixId===Qg}function ey(e,t){const r={...t};for(const n in t){const o=e[n],s=t[n];/^on[A-Z]/.test(n)?o&&s?r[n]=(...a)=>{const l=s(...a);return o(...a),l}:o&&(r[n]=o):n==="style"?r[n]={...o,...s}:n==="className"&&(r[n]=[o,s].filter(Boolean).join(" "))}return{...e,...r}}function ty(e){let t=Object.getOwnPropertyDescriptor(e.props,"ref")?.get,r=t&&"isReactWarning"in t&&t.isReactWarning;return r?e.ref:(t=Object.getOwnPropertyDescriptor(e,"ref")?.get,r=t&&"isReactWarning"in t&&t.isReactWarning,r?e.props.ref:e.props.ref||e.ref)}var ry=["a","button","div","form","h2","h3","img","input","label","li","nav","ol","p","select","span","svg","ul"],gn=ry.reduce((e,t)=>{const r=Xg(`Primitive.${t}`),n=d.forwardRef((o,s)=>{const{asChild:i,...a}=o,l=i?r:t;return typeof window<"u"&&(window[Symbol.for("radix-ui")]=!0),f.jsx(l,{...a,ref:s})});return n.displayName=`Primitive.${t}`,{...e,[t]:n}},{}),ny="Label",ru=d.forwardRef((e,t)=>f.jsx(gn.label,{...e,ref:t,onMouseDown:r=>{r.target.closest("button, input, select, textarea")||(e.onMouseDown?.(r),!r.defaultPrevented&&r.detail>1&&r.preventDefault())}}));ru.displayName=ny;var Mo=ru;function oy(e){if(e!==void 0)return typeof e=="number"?`${e}px`:e}function sy(e){return e==="center"?"center":e==="right"?"flex-end":"flex-start"}const yn=d.forwardRef((e,t)=>{const{children:r,className:n,class:o,colon:s,containerClass:i,containerClassName:a,containerStyle:l,containerSx:c,label:u,labelAlign:h="left",labelWidth:p,position:v="left",required:g=!1,sx:m,style:y,...x}=e,b=H(),{sxClassName:P,sxInlineStyle:w}=V(m,b),{sxClassName:N,sxInlineStyle:q}=V(c,b),C=M({width:oy(p),justifyContent:sy(h)},y,w),S=_("inline-flex gap-1 text-sm font-medium leading-5 text-slate-700","peer-disabled:cursor-not-allowed peer-disabled:opacity-70",P,n,o);return u===void 0?f.jsx(Mo,{ref:t,className:S,style:C,...x,children:r}):f.jsxs("div",{className:_("flex w-fit",v==="top"?"flex-col items-start gap-1.5":"flex-row items-center gap-2",N,a,i),style:M(l,q),children:[f.jsxs(Mo,{ref:t,className:S,style:C,...x,children:[g?f.jsx("span",{className:"text-red-500 font-serif",children:"*"}):null,f.jsx("span",{children:u}),s===!0?":":s??null]}),r]})});yn.displayName="Label";const Zi={xs:"gap-1",sm:"gap-2",md:"gap-3",lg:"gap-4"};function iy(e){return e===void 0?{className:Zi.md}:e==="xs"||e==="sm"||e==="md"||e==="lg"?{className:Zi[e]}:{style:{gap:typeof e=="number"?`${e}px`:e}}}function ay(e,t){if(e.type==="single"){const r=e.value??t[0];return r===void 0?[]:[r]}return e.value??t}function ly(e){return e.type==="single"?e.defaultValue===void 0?[]:[e.defaultValue]:e.defaultValue??[]}function nu(e){const{className:t,class:r,children:n,direction:o="vertical",disabled:s=!1,gap:i="md",name:a,options:l,sx:c,style:u,type:h,value:p,defaultValue:v,onChange:g,...m}=e,y=H(),{sxClassName:x,sxInlineStyle:b}=V(c,y),P=iy(i),[w,N]=d.useState(()=>ly(e)),q=ay(e,w),C=new Set(q);function S(E){if(e.value===void 0&&N(E),e.type==="single"){e.onChange?.(E[0]);return}e.onChange?.(E)}function R(E,k){if(e.type==="single"){S(k?[E]:[]);return}const T=new Set(q);k?T.add(E):T.delete(E),S(Array.from(T))}const A=d.useMemo(()=>({disabled:s,name:a,selectedValues:C,toggleValue:R}),[s,a,C]);return f.jsx("div",{role:"group",className:_("flex",o==="horizontal"?"flex-row flex-wrap":"flex-col",P.className,x,t,r),style:M(u,P.style,b),...m,children:f.jsxs(Hg,{value:A,children:[l?.map(E=>{const k=s||E.disabled,T=C.has(E.value);return f.jsxs(yn,{className:_("inline-flex items-start gap-2 text-sm leading-5 text-slate-700",k&&"cursor-not-allowed text-slate-400",!k&&"cursor-pointer",E.className),children:[f.jsx(fr,{...E.checkboxProps,name:a,value:E.value,checked:T,disabled:k,onCheckedChange:I=>R(E.value,I===!0)}),f.jsxs("span",{className:"grid gap-0.5",children:[f.jsx("span",{children:E.label}),E.description?f.jsx("span",{className:"text-xs text-slate-500",children:E.description}):null]})]},E.value)}),n]})})}nu.displayName="CheckboxGroup";const ou=d.forwardRef((e,t)=>{const{className:r,class:n,sx:o,style:s,type:i="text",...a}=e,l=H(),{sxClassName:c,sxInlineStyle:u}=V(o,l);return f.jsx("input",{ref:t,type:i,className:_("flex h-9 w-full rounded-md border border-solid border-slate-300 bg-white px-3 py-2 text-sm text-slate-900 shadow-sm transition-colors","file:border-0 file:bg-transparent file:text-sm file:font-medium file:text-slate-700","placeholder:text-slate-400","focus-visible:border-blue-500 focus-visible:outline-none focus-visible:ring-2 focus-visible:ring-blue-500/30","disabled:cursor-not-allowed disabled:bg-slate-50 disabled:text-slate-500 disabled:opacity-70",c,r,n),style:M(s,u),...a})});ou.displayName="Input";function su(e){const t=e+"CollectionProvider",[r,n]=Te(t),[o,s]=r(t,{collectionRef:{current:null},itemMap:new Map}),i=m=>{const{scope:y,children:x}=m,b=ae.useRef(null),P=ae.useRef(new Map).current;return f.jsx(o,{scope:y,itemMap:P,collectionRef:b,children:x})};i.displayName=t;const a=e+"CollectionSlot",l=er(a),c=ae.forwardRef((m,y)=>{const{scope:x,children:b}=m,P=s(a,x),w=oe(y,P.collectionRef);return f.jsx(l,{ref:w,children:b})});c.displayName=a;const u=e+"CollectionItemSlot",h="data-radix-collection-item",p=er(u),v=ae.forwardRef((m,y)=>{const{scope:x,children:b,...P}=m,w=ae.useRef(null),N=oe(y,w),q=s(u,x);return ae.useEffect(()=>(q.itemMap.set(w,{ref:w,...P}),()=>{q.itemMap.delete(w)})),f.jsx(p,{[h]:"",ref:N,children:b})});v.displayName=u;function g(m){const y=s(e+"CollectionConsumer",m);return ae.useCallback(()=>{const b=y.collectionRef.current;if(!b)return[];const P=Array.from(b.querySelectorAll(`[${h}]`));return Array.from(y.itemMap.values()).sort((q,C)=>P.indexOf(q.ref.current)-P.indexOf(C.ref.current))},[y.collectionRef,y.itemMap])}return[{Provider:i,Slot:c,ItemSlot:v},g,n]}var cy=d.createContext(void 0);function xn(e){const t=d.useContext(cy);return e||t||"ltr"}var Hn="rovingFocusGroup.onEntryFocus",uy={bubbles:!1,cancelable:!0},hr="RovingFocusGroup",[Lo,iu,dy]=su(hr),[fy,bn]=Te(hr,[dy]),[hy,my]=fy(hr),au=d.forwardRef((e,t)=>f.jsx(Lo.Provider,{scope:e.__scopeRovingFocusGroup,children:f.jsx(Lo.Slot,{scope:e.__scopeRovingFocusGroup,children:f.jsx(py,{...e,ref:t})})}));au.displayName=hr;var py=d.forwardRef((e,t)=>{const{__scopeRovingFocusGroup:r,orientation:n,loop:o=!1,dir:s,currentTabStopId:i,defaultCurrentTabStopId:a,onCurrentTabStopIdChange:l,onEntryFocus:c,preventScrollOnEntryFocus:u=!1,...h}=e,p=d.useRef(null),v=oe(t,p),g=xn(s),[m,y]=Ve({prop:i,defaultProp:a??null,onChange:l,caller:hr}),[x,b]=d.useState(!1),P=Fe(c),w=iu(r),N=d.useRef(!1),[q,C]=d.useState(0);return d.useEffect(()=>{const S=p.current;if(S)return S.addEventListener(Hn,P),()=>S.removeEventListener(Hn,P)},[P]),f.jsx(hy,{scope:r,orientation:n,dir:g,loop:o,currentTabStopId:m,onItemFocus:d.useCallback(S=>y(S),[y]),onItemShiftTab:d.useCallback(()=>b(!0),[]),onFocusableItemAdd:d.useCallback(()=>C(S=>S+1),[]),onFocusableItemRemove:d.useCallback(()=>C(S=>S-1),[]),children:f.jsx(Y.div,{tabIndex:x||q===0?-1:0,"data-orientation":n,...h,ref:v,style:{outline:"none",...e.style},onMouseDown:G(e.onMouseDown,()=>{N.current=!0}),onFocus:G(e.onFocus,S=>{const R=!N.current;if(S.target===S.currentTarget&&R&&!x){const A=new CustomEvent(Hn,uy);if(S.currentTarget.dispatchEvent(A),!A.defaultPrevented){const E=w().filter(j=>j.focusable),k=E.find(j=>j.active),T=E.find(j=>j.id===m),O=[k,T,...E].filter(Boolean).map(j=>j.ref.current);uu(O,u)}}N.current=!1}),onBlur:G(e.onBlur,()=>b(!1))})})}),lu="RovingFocusGroupItem",cu=d.forwardRef((e,t)=>{const{__scopeRovingFocusGroup:r,focusable:n=!0,active:o=!1,tabStopId:s,children:i,...a}=e,l=bt(),c=s||l,u=my(lu,r),h=u.currentTabStopId===c,p=iu(r),{onFocusableItemAdd:v,onFocusableItemRemove:g,currentTabStopId:m}=u;return d.useEffect(()=>{if(n)return v(),()=>g()},[n,v,g]),f.jsx(Lo.ItemSlot,{scope:r,id:c,focusable:n,active:o,children:f.jsx(Y.span,{tabIndex:h?0:-1,"data-orientation":u.orientation,...a,ref:t,onMouseDown:G(e.onMouseDown,y=>{n?u.onItemFocus(c):y.preventDefault()}),onFocus:G(e.onFocus,()=>u.onItemFocus(c)),onKeyDown:G(e.onKeyDown,y=>{if(y.key==="Tab"&&y.shiftKey){u.onItemShiftTab();return}if(y.target!==y.currentTarget)return;const x=yy(y,u.orientation,u.dir);if(x!==void 0){if(y.metaKey||y.ctrlKey||y.altKey||y.shiftKey)return;y.preventDefault();let P=p().filter(w=>w.focusable).map(w=>w.ref.current);if(x==="last")P.reverse();else if(x==="prev"||x==="next"){x==="prev"&&P.reverse();const w=P.indexOf(y.currentTarget);P=u.loop?xy(P,w+1):P.slice(w+1)}setTimeout(()=>uu(P))}}),children:typeof i=="function"?i({isCurrentTabStop:h,hasTabStop:m!=null}):i})})});cu.displayName=lu;var vy={ArrowLeft:"prev",ArrowUp:"prev",ArrowRight:"next",ArrowDown:"next",PageUp:"first",Home:"first",PageDown:"last",End:"last"};function gy(e,t){return t!=="rtl"?e:e==="ArrowLeft"?"ArrowRight":e==="ArrowRight"?"ArrowLeft":e}function yy(e,t,r){const n=gy(e.key,r);if(!(t==="vertical"&&["ArrowLeft","ArrowRight"].includes(n))&&!(t==="horizontal"&&["ArrowUp","ArrowDown"].includes(n)))return vy[n]}function uu(e,t=!1){const r=document.activeElement;for(const n of e)if(n===r||(n.focus({preventScroll:t}),document.activeElement!==r))return}function xy(e,t){return e.map((r,n)=>e[(t+n)%e.length])}var du=au,fu=cu,Ns="Radio",[by,hu]=Te(Ns),[Py,wy]=by(Ns),mu=d.forwardRef((e,t)=>{const{__scopeRadio:r,name:n,checked:o=!1,required:s,disabled:i,value:a="on",onCheck:l,form:c,...u}=e,[h,p]=d.useState(null),v=oe(t,y=>p(y)),g=d.useRef(!1),m=h?c||!!h.closest("form"):!0;return f.jsxs(Py,{scope:r,checked:o,disabled:i,children:[f.jsx(Y.button,{type:"button",role:"radio","aria-checked":o,"data-state":yu(o),"data-disabled":i?"":void 0,disabled:i,value:a,...u,ref:v,onClick:G(e.onClick,y=>{o||l?.(),m&&(g.current=y.isPropagationStopped(),g.current||y.stopPropagation())})}),m&&f.jsx(gu,{control:h,bubbles:!g.current,name:n,value:a,checked:o,required:s,disabled:i,form:c,style:{transform:"translateX(-100%)"}})]})});mu.displayName=Ns;var pu="RadioIndicator",vu=d.forwardRef((e,t)=>{const{__scopeRadio:r,forceMount:n,...o}=e,s=wy(pu,r);return f.jsx(st,{present:n||s.checked,children:f.jsx(Y.span,{"data-state":yu(s.checked),"data-disabled":s.disabled?"":void 0,...o,ref:t})})});vu.displayName=pu;var Cy="RadioBubbleInput",gu=d.forwardRef(({__scopeRadio:e,control:t,checked:r,bubbles:n=!0,...o},s)=>{const i=d.useRef(null),a=oe(i,s),l=pn(r),c=ln(t);return d.useEffect(()=>{const u=i.current;if(!u)return;const h=window.HTMLInputElement.prototype,v=Object.getOwnPropertyDescriptor(h,"checked").set;if(l!==r&&v){const g=new Event("click",{bubbles:n});v.call(u,r),u.dispatchEvent(g)}},[l,r,n]),f.jsx(Y.input,{type:"radio","aria-hidden":!0,defaultChecked:r,...o,tabIndex:-1,ref:a,style:{...o.style,...c,position:"absolute",pointerEvents:"none",opacity:0,margin:0}})});gu.displayName=Cy;function yu(e){return e?"checked":"unchecked"}var Sy=["ArrowUp","ArrowDown","ArrowLeft","ArrowRight"],Pn="RadioGroup",[qy]=Te(Pn,[bn,hu]),xu=bn(),bu=hu(),[Ny,Ey]=qy(Pn),Pu=d.forwardRef((e,t)=>{const{__scopeRadioGroup:r,name:n,defaultValue:o,value:s,required:i=!1,disabled:a=!1,orientation:l,dir:c,loop:u=!0,onValueChange:h,...p}=e,v=xu(r),g=xn(c),[m,y]=Ve({prop:s,defaultProp:o??null,onChange:h,caller:Pn});return f.jsx(Ny,{scope:r,name:n,required:i,disabled:a,value:m,onValueChange:y,children:f.jsx(du,{asChild:!0,...v,orientation:l,dir:g,loop:u,children:f.jsx(Y.div,{role:"radiogroup","aria-required":i,"aria-orientation":l,"data-disabled":a?"":void 0,dir:g,...p,ref:t})})})});Pu.displayName=Pn;var wu="RadioGroupItem",Cu=d.forwardRef((e,t)=>{const{__scopeRadioGroup:r,disabled:n,...o}=e,s=Ey(wu,r),i=s.disabled||n,a=xu(r),l=bu(r),c=d.useRef(null),u=oe(t,c),h=s.value===o.value,p=d.useRef(!1);return d.useEffect(()=>{const v=m=>{Sy.includes(m.key)&&(p.current=!0)},g=()=>p.current=!1;return document.addEventListener("keydown",v),document.addEventListener("keyup",g),()=>{document.removeEventListener("keydown",v),document.removeEventListener("keyup",g)}},[]),f.jsx(fu,{asChild:!0,...a,focusable:!i,active:h,children:f.jsx(mu,{disabled:i,required:s.required,checked:h,...l,...o,name:s.name,ref:u,onCheck:()=>s.onValueChange(o.value),onKeyDown:G(v=>{v.key==="Enter"&&v.preventDefault()}),onFocus:G(o.onFocus,()=>{p.current&&c.current?.click()})})})});Cu.displayName=wu;var Ry="RadioGroupIndicator",Su=d.forwardRef((e,t)=>{const{__scopeRadioGroup:r,...n}=e,o=bu(r);return f.jsx(vu,{...o,...n,ref:t})});Su.displayName=Ry;var ky=Pu,Ty=Cu,_y=Su;const Es=d.forwardRef((e,t)=>{const{className:r,class:n,sx:o,style:s,children:i,...a}=e,l=H(),{sxClassName:c,sxInlineStyle:u}=V(o,l);return f.jsx(Ty,{ref:t,className:_("inline-flex h-4 w-4 shrink-0 items-center justify-center rounded-full border border-solid border-slate-300 bg-white text-blue-600 transition-colors","focus-visible:outline-none focus-visible:ring-2 focus-visible:ring-blue-500 focus-visible:ring-offset-2","disabled:cursor-not-allowed disabled:opacity-50","data-[state=checked]:border-blue-600",c,r,n),style:M(s,u),...a,children:i??f.jsx(_y,{className:"inline-flex h-4 w-4 items-center justify-center",children:f.jsx("span",{className:"h-2 w-2 rounded-full bg-current"})})})});Es.displayName="Radio";const ea={xs:"gap-1",sm:"gap-2",md:"gap-3",lg:"gap-4"};function Ay(e){return e===void 0?{className:ea.md}:e==="xs"||e==="sm"||e==="md"||e==="lg"?{className:ea[e]}:{style:{gap:typeof e=="number"?`${e}px`:e}}}const qu=d.forwardRef((e,t)=>{const{className:r,class:n,children:o,direction:s="vertical",disabled:i=!1,gap:a="md",options:l,sx:c,style:u,...h}=e,p=H(),{sxClassName:v,sxInlineStyle:g}=V(c,p),m=Ay(a);return f.jsxs(ky,{ref:t,disabled:i,className:_("flex",s==="horizontal"?"flex-row flex-wrap":"flex-col",m.className,v,r,n),style:M(u,m.style,g),...h,children:[l?.map(y=>{const x=i||y.disabled;return f.jsxs(yn,{className:_("inline-flex items-start gap-2 text-sm leading-5 text-slate-700",x&&"cursor-not-allowed text-slate-400",!x&&"cursor-pointer",y.className),children:[f.jsx(Es,{...y.radioProps,value:y.value,disabled:x}),f.jsxs("span",{className:"grid gap-0.5",children:[f.jsx("span",{children:y.label}),y.description?f.jsx("span",{className:"text-xs text-slate-500",children:y.description}):null]})]},y.value)}),o]})});qu.displayName="RadioGroup";function ta(e,[t,r]){return Math.min(r,Math.max(t,e))}var Iy=[" ","Enter","ArrowUp","ArrowDown"],jy=[" ","Enter"],vt="Select",[wn,Cn,Oy]=su(vt),[$t]=Te(vt,[Oy,Ft]),Sn=Ft(),[My,at]=$t(vt),[Ly,Dy]=$t(vt),Nu=e=>{const{__scopeSelect:t,children:r,open:n,defaultOpen:o,onOpenChange:s,value:i,defaultValue:a,onValueChange:l,dir:c,name:u,autoComplete:h,disabled:p,required:v,form:g}=e,m=Sn(t),[y,x]=d.useState(null),[b,P]=d.useState(null),[w,N]=d.useState(!1),q=xn(c),[C,S]=Ve({prop:n,defaultProp:o??!1,onChange:s,caller:vt}),[R,A]=Ve({prop:i,defaultProp:a,onChange:l,caller:vt}),E=d.useRef(null),k=y?g||!!y.closest("form"):!0,[T,I]=d.useState(new Set),O=Array.from(T).map(j=>j.props.value).join(";");return f.jsx(gs,{...m,children:f.jsxs(My,{required:v,scope:t,trigger:y,onTriggerChange:x,valueNode:b,onValueNodeChange:P,valueNodeHasChildren:w,onValueNodeHasChildrenChange:N,contentId:bt(),value:R,onValueChange:A,open:C,onOpenChange:S,dir:q,triggerPointerDownPosRef:E,disabled:p,children:[f.jsx(wn.Provider,{scope:t,children:f.jsx(Ly,{scope:e.__scopeSelect,onNativeOptionAdd:d.useCallback(j=>{I(B=>new Set(B).add(j))},[]),onNativeOptionRemove:d.useCallback(j=>{I(B=>{const D=new Set(B);return D.delete(j),D})},[]),children:r})}),k?f.jsxs(Ju,{"aria-hidden":!0,required:v,tabIndex:-1,name:u,autoComplete:h,value:R,onChange:j=>A(j.target.value),disabled:p,form:g,children:[R===void 0?f.jsx("option",{value:""}):null,Array.from(T)]},O):null]})})};Nu.displayName=vt;var Eu="SelectTrigger",Ru=d.forwardRef((e,t)=>{const{__scopeSelect:r,disabled:n=!1,...o}=e,s=Sn(r),i=at(Eu,r),a=i.disabled||n,l=oe(t,i.onTriggerChange),c=Cn(r),u=d.useRef("touch"),[h,p,v]=Zu(m=>{const y=c().filter(P=>!P.disabled),x=y.find(P=>P.value===i.value),b=ed(y,m,x);b!==void 0&&i.onValueChange(b.value)}),g=m=>{a||(i.onOpenChange(!0),v()),m&&(i.triggerPointerDownPosRef.current={x:Math.round(m.pageX),y:Math.round(m.pageY)})};return f.jsx(cn,{asChild:!0,...s,children:f.jsx(Y.button,{type:"button",role:"combobox","aria-controls":i.contentId,"aria-expanded":i.open,"aria-required":i.required,"aria-autocomplete":"none",dir:i.dir,"data-state":i.open?"open":"closed",disabled:a,"data-disabled":a?"":void 0,"data-placeholder":Qu(i.value)?"":void 0,...o,ref:l,onClick:G(o.onClick,m=>{m.currentTarget.focus(),u.current!=="mouse"&&g(m)}),onPointerDown:G(o.onPointerDown,m=>{u.current=m.pointerType;const y=m.target;y.hasPointerCapture(m.pointerId)&&y.releasePointerCapture(m.pointerId),m.button===0&&m.ctrlKey===!1&&m.pointerType==="mouse"&&(g(m),m.preventDefault())}),onKeyDown:G(o.onKeyDown,m=>{const y=h.current!=="";!(m.ctrlKey||m.altKey||m.metaKey)&&m.key.length===1&&p(m.key),!(y&&m.key===" ")&&Iy.includes(m.key)&&(g(),m.preventDefault())})})})});Ru.displayName=Eu;var ku="SelectValue",Tu=d.forwardRef((e,t)=>{const{__scopeSelect:r,className:n,style:o,children:s,placeholder:i="",...a}=e,l=at(ku,r),{onValueNodeHasChildrenChange:c}=l,u=s!==void 0,h=oe(t,l.onValueNodeChange);return fe(()=>{c(u)},[c,u]),f.jsx(Y.span,{...a,ref:h,style:{pointerEvents:"none"},children:Qu(l.value)?f.jsx(f.Fragment,{children:i}):s})});Tu.displayName=ku;var By="SelectIcon",_u=d.forwardRef((e,t)=>{const{__scopeSelect:r,children:n,...o}=e;return f.jsx(Y.span,{"aria-hidden":!0,...o,ref:t,children:n||"▼"})});_u.displayName=By;var Fy="SelectPortal",Au=e=>f.jsx(un,{asChild:!0,...e});Au.displayName=Fy;var gt="SelectContent",Iu=d.forwardRef((e,t)=>{const r=at(gt,e.__scopeSelect),[n,o]=d.useState();if(fe(()=>{o(new DocumentFragment)},[]),!r.open){const s=n;return s?sr.createPortal(f.jsx(ju,{scope:e.__scopeSelect,children:f.jsx(wn.Slot,{scope:e.__scopeSelect,children:f.jsx("div",{children:e.children})})}),s):null}return f.jsx(Ou,{...e,ref:t})});Iu.displayName=gt;var Ee=10,[ju,lt]=$t(gt),$y="SelectContentImpl",zy=er("SelectContent.RemoveScroll"),Ou=d.forwardRef((e,t)=>{const{__scopeSelect:r,position:n="item-aligned",onCloseAutoFocus:o,onEscapeKeyDown:s,onPointerDownOutside:i,side:a,sideOffset:l,align:c,alignOffset:u,arrowPadding:h,collisionBoundary:p,collisionPadding:v,sticky:g,hideWhenDetached:m,avoidCollisions:y,...x}=e,b=at(gt,r),[P,w]=d.useState(null),[N,q]=d.useState(null),C=oe(t,F=>w(F)),[S,R]=d.useState(null),[A,E]=d.useState(null),k=Cn(r),[T,I]=d.useState(!1),O=d.useRef(!1);d.useEffect(()=>{if(P)return ac(P)},[P]),Ll();const j=d.useCallback(F=>{const[X,...U]=k().map(ie=>ie.ref.current),[Q]=U.slice(-1),ee=document.activeElement;for(const ie of F)if(ie===ee||(ie?.scrollIntoView({block:"nearest"}),ie===X&&N&&(N.scrollTop=0),ie===Q&&N&&(N.scrollTop=N.scrollHeight),ie?.focus(),document.activeElement!==ee))return},[k,N]),B=d.useCallback(()=>j([S,P]),[j,S,P]);d.useEffect(()=>{T&&B()},[T,B]);const{onOpenChange:D,triggerPointerDownPosRef:W}=b;d.useEffect(()=>{if(P){let F={x:0,y:0};const X=Q=>{F={x:Math.abs(Math.round(Q.pageX)-(W.current?.x??0)),y:Math.abs(Math.round(Q.pageY)-(W.current?.y??0))}},U=Q=>{F.x<=10&&F.y<=10?Q.preventDefault():P.contains(Q.target)||D(!1),document.removeEventListener("pointermove",X),W.current=null};return W.current!==null&&(document.addEventListener("pointermove",X),document.addEventListener("pointerup",U,{capture:!0,once:!0})),()=>{document.removeEventListener("pointermove",X),document.removeEventListener("pointerup",U,{capture:!0})}}},[P,D,W]),d.useEffect(()=>{const F=()=>D(!1);return window.addEventListener("blur",F),window.addEventListener("resize",F),()=>{window.removeEventListener("blur",F),window.removeEventListener("resize",F)}},[D]);const[L,le]=Zu(F=>{const X=k().filter(ee=>!ee.disabled),U=X.find(ee=>ee.ref.current===document.activeElement),Q=ed(X,F,U);Q&&setTimeout(()=>Q.ref.current.focus())}),xe=d.useCallback((F,X,U)=>{const Q=!O.current&&!U;(b.value!==void 0&&b.value===X||Q)&&(R(F),Q&&(O.current=!0))},[b.value]),ve=d.useCallback(()=>P?.focus(),[P]),he=d.useCallback((F,X,U)=>{const Q=!O.current&&!U;(b.value!==void 0&&b.value===X||Q)&&E(F)},[b.value]),J=n==="popper"?Do:Mu,Z=J===Do?{side:a,sideOffset:l,align:c,alignOffset:u,arrowPadding:h,collisionBoundary:p,collisionPadding:v,sticky:g,hideWhenDetached:m,avoidCollisions:y}:{};return f.jsx(ju,{scope:r,content:P,viewport:N,onViewportChange:q,itemRefCallback:xe,selectedItem:S,onItemLeave:ve,itemTextRefCallback:he,focusSelectedItem:B,selectedItemText:A,position:n,isPositioned:T,searchRef:L,children:f.jsx(bs,{as:zy,allowPinchZoom:!0,children:f.jsx(ls,{asChild:!0,trapped:b.open,onMountAutoFocus:F=>{F.preventDefault()},onUnmountAutoFocus:G(o,F=>{b.trigger?.focus({preventScroll:!0}),F.preventDefault()}),children:f.jsx(rn,{asChild:!0,disableOutsidePointerEvents:!0,onEscapeKeyDown:s,onPointerDownOutside:i,onFocusOutside:F=>F.preventDefault(),onDismiss:()=>b.onOpenChange(!1),children:f.jsx(J,{role:"listbox",id:b.contentId,"data-state":b.open?"open":"closed",dir:b.dir,onContextMenu:F=>F.preventDefault(),...x,...Z,onPlaced:()=>I(!0),ref:C,style:{display:"flex",flexDirection:"column",outline:"none",...x.style},onKeyDown:G(x.onKeyDown,F=>{const X=F.ctrlKey||F.altKey||F.metaKey;if(F.key==="Tab"&&F.preventDefault(),!X&&F.key.length===1&&le(F.key),["ArrowUp","ArrowDown","Home","End"].includes(F.key)){let Q=k().filter(ee=>!ee.disabled).map(ee=>ee.ref.current);if(["ArrowUp","End"].includes(F.key)&&(Q=Q.slice().reverse()),["ArrowUp","ArrowDown"].includes(F.key)){const ee=F.target,ie=Q.indexOf(ee);Q=Q.slice(ie+1)}setTimeout(()=>j(Q)),F.preventDefault()}})})})})})})});Ou.displayName=$y;var Vy="SelectItemAlignedPosition",Mu=d.forwardRef((e,t)=>{const{__scopeSelect:r,onPlaced:n,...o}=e,s=at(gt,r),i=lt(gt,r),[a,l]=d.useState(null),[c,u]=d.useState(null),h=oe(t,C=>u(C)),p=Cn(r),v=d.useRef(!1),g=d.useRef(!0),{viewport:m,selectedItem:y,selectedItemText:x,focusSelectedItem:b}=i,P=d.useCallback(()=>{if(s.trigger&&s.valueNode&&a&&c&&m&&y&&x){const C=s.trigger.getBoundingClientRect(),S=c.getBoundingClientRect(),R=s.valueNode.getBoundingClientRect(),A=x.getBoundingClientRect();if(s.dir!=="rtl"){const ee=A.left-S.left,ie=R.left-ee,ue=C.left-ie,be=C.width+ue,zt=Math.max(be,S.width),Vt=window.innerWidth-Ee,se=ta(ie,[Ee,Math.max(Ee,Vt-zt)]);a.style.minWidth=be+"px",a.style.left=se+"px"}else{const ee=S.right-A.right,ie=window.innerWidth-R.right-ee,ue=window.innerWidth-C.right-ie,be=C.width+ue,zt=Math.max(be,S.width),Vt=window.innerWidth-Ee,se=ta(ie,[Ee,Math.max(Ee,Vt-zt)]);a.style.minWidth=be+"px",a.style.right=se+"px"}const E=p(),k=window.innerHeight-Ee*2,T=m.scrollHeight,I=window.getComputedStyle(c),O=parseInt(I.borderTopWidth,10),j=parseInt(I.paddingTop,10),B=parseInt(I.borderBottomWidth,10),D=parseInt(I.paddingBottom,10),W=O+j+T+D+B,L=Math.min(y.offsetHeight*5,W),le=window.getComputedStyle(m),xe=parseInt(le.paddingTop,10),ve=parseInt(le.paddingBottom,10),he=C.top+C.height/2-Ee,J=k-he,Z=y.offsetHeight/2,F=y.offsetTop+Z,X=O+j+F,U=W-X;if(X<=he){const ee=E.length>0&&y===E[E.length-1].ref.current;a.style.bottom="0px";const ie=c.clientHeight-m.offsetTop-m.offsetHeight,ue=Math.max(J,Z+(ee?ve:0)+ie+B),be=X+ue;a.style.height=be+"px"}else{const ee=E.length>0&&y===E[0].ref.current;a.style.top="0px";const ue=Math.max(he,O+m.offsetTop+(ee?xe:0)+Z)+U;a.style.height=ue+"px",m.scrollTop=X-he+m.offsetTop}a.style.margin=`${Ee}px 0`,a.style.minHeight=L+"px",a.style.maxHeight=k+"px",n?.(),requestAnimationFrame(()=>v.current=!0)}},[p,s.trigger,s.valueNode,a,c,m,y,x,s.dir,n]);fe(()=>P(),[P]);const[w,N]=d.useState();fe(()=>{c&&N(window.getComputedStyle(c).zIndex)},[c]);const q=d.useCallback(C=>{C&&g.current===!0&&(P(),b?.(),g.current=!1)},[P,b]);return f.jsx(Gy,{scope:r,contentWrapper:a,shouldExpandOnScrollRef:v,onScrollButtonChange:q,children:f.jsx("div",{ref:l,style:{display:"flex",flexDirection:"column",position:"fixed",zIndex:w},children:f.jsx(Y.div,{...o,ref:h,style:{boxSizing:"border-box",maxHeight:"100%",...o.style}})})})});Mu.displayName=Vy;var Hy="SelectPopperPosition",Do=d.forwardRef((e,t)=>{const{__scopeSelect:r,align:n="start",collisionPadding:o=Ee,...s}=e,i=Sn(r);return f.jsx(ys,{...i,...s,ref:t,align:n,collisionPadding:o,style:{boxSizing:"border-box",...s.style,"--radix-select-content-transform-origin":"var(--radix-popper-transform-origin)","--radix-select-content-available-width":"var(--radix-popper-available-width)","--radix-select-content-available-height":"var(--radix-popper-available-height)","--radix-select-trigger-width":"var(--radix-popper-anchor-width)","--radix-select-trigger-height":"var(--radix-popper-anchor-height)"}})});Do.displayName=Hy;var[Gy,Rs]=$t(gt,{}),Bo="SelectViewport",Lu=d.forwardRef((e,t)=>{const{__scopeSelect:r,nonce:n,...o}=e,s=lt(Bo,r),i=Rs(Bo,r),a=oe(t,s.onViewportChange),l=d.useRef(0);return f.jsxs(f.Fragment,{children:[f.jsx("style",{dangerouslySetInnerHTML:{__html:"[data-radix-select-viewport]{scrollbar-width:none;-ms-overflow-style:none;-webkit-overflow-scrolling:touch;}[data-radix-select-viewport]::-webkit-scrollbar{display:none}"},nonce:n}),f.jsx(wn.Slot,{scope:r,children:f.jsx(Y.div,{"data-radix-select-viewport":"",role:"presentation",...o,ref:a,style:{position:"relative",flex:1,overflow:"hidden auto",...o.style},onScroll:G(o.onScroll,c=>{const u=c.currentTarget,{contentWrapper:h,shouldExpandOnScrollRef:p}=i;if(p?.current&&h){const v=Math.abs(l.current-u.scrollTop);if(v>0){const g=window.innerHeight-Ee*2,m=parseFloat(h.style.minHeight),y=parseFloat(h.style.height),x=Math.max(m,y);if(x<g){const b=x+v,P=Math.min(g,b),w=b-P;h.style.height=P+"px",h.style.bottom==="0px"&&(u.scrollTop=w>0?w:0,h.style.justifyContent="flex-end")}}}l.current=u.scrollTop})})})]})});Lu.displayName=Bo;var Du="SelectGroup",[Wy,Uy]=$t(Du),Bu=d.forwardRef((e,t)=>{const{__scopeSelect:r,...n}=e,o=bt();return f.jsx(Wy,{scope:r,id:o,children:f.jsx(Y.div,{role:"group","aria-labelledby":o,...n,ref:t})})});Bu.displayName=Du;var Fu="SelectLabel",$u=d.forwardRef((e,t)=>{const{__scopeSelect:r,...n}=e,o=Uy(Fu,r);return f.jsx(Y.div,{id:o.id,...n,ref:t})});$u.displayName=Fu;var Kr="SelectItem",[Ky,zu]=$t(Kr),Vu=d.forwardRef((e,t)=>{const{__scopeSelect:r,value:n,disabled:o=!1,textValue:s,...i}=e,a=at(Kr,r),l=lt(Kr,r),c=a.value===n,[u,h]=d.useState(s??""),[p,v]=d.useState(!1),g=oe(t,b=>l.itemRefCallback?.(b,n,o)),m=bt(),y=d.useRef("touch"),x=()=>{o||(a.onValueChange(n),a.onOpenChange(!1))};if(n==="")throw new Error("A <Select.Item /> must have a value prop that is not an empty string. This is because the Select value can be set to an empty string to clear the selection and show the placeholder.");return f.jsx(Ky,{scope:r,value:n,disabled:o,textId:m,isSelected:c,onItemTextChange:d.useCallback(b=>{h(P=>P||(b?.textContent??"").trim())},[]),children:f.jsx(wn.ItemSlot,{scope:r,value:n,disabled:o,textValue:u,children:f.jsx(Y.div,{role:"option","aria-labelledby":m,"data-highlighted":p?"":void 0,"aria-selected":c&&p,"data-state":c?"checked":"unchecked","aria-disabled":o||void 0,"data-disabled":o?"":void 0,tabIndex:o?void 0:-1,...i,ref:g,onFocus:G(i.onFocus,()=>v(!0)),onBlur:G(i.onBlur,()=>v(!1)),onClick:G(i.onClick,()=>{y.current!=="mouse"&&x()}),onPointerUp:G(i.onPointerUp,()=>{y.current==="mouse"&&x()}),onPointerDown:G(i.onPointerDown,b=>{y.current=b.pointerType}),onPointerMove:G(i.onPointerMove,b=>{y.current=b.pointerType,o?l.onItemLeave?.():y.current==="mouse"&&b.currentTarget.focus({preventScroll:!0})}),onPointerLeave:G(i.onPointerLeave,b=>{b.currentTarget===document.activeElement&&l.onItemLeave?.()}),onKeyDown:G(i.onKeyDown,b=>{l.searchRef?.current!==""&&b.key===" "||(jy.includes(b.key)&&x(),b.key===" "&&b.preventDefault())})})})})});Vu.displayName=Kr;var Yt="SelectItemText",Hu=d.forwardRef((e,t)=>{const{__scopeSelect:r,className:n,style:o,...s}=e,i=at(Yt,r),a=lt(Yt,r),l=zu(Yt,r),c=Dy(Yt,r),[u,h]=d.useState(null),p=oe(t,x=>h(x),l.onItemTextChange,x=>a.itemTextRefCallback?.(x,l.value,l.disabled)),v=u?.textContent,g=d.useMemo(()=>f.jsx("option",{value:l.value,disabled:l.disabled,children:v},l.value),[l.disabled,l.value,v]),{onNativeOptionAdd:m,onNativeOptionRemove:y}=c;return fe(()=>(m(g),()=>y(g)),[m,y,g]),f.jsxs(f.Fragment,{children:[f.jsx(Y.span,{id:l.textId,...s,ref:p}),l.isSelected&&i.valueNode&&!i.valueNodeHasChildren?sr.createPortal(s.children,i.valueNode):null]})});Hu.displayName=Yt;var Gu="SelectItemIndicator",Wu=d.forwardRef((e,t)=>{const{__scopeSelect:r,...n}=e;return zu(Gu,r).isSelected?f.jsx(Y.span,{"aria-hidden":!0,...n,ref:t}):null});Wu.displayName=Gu;var Fo="SelectScrollUpButton",Uu=d.forwardRef((e,t)=>{const r=lt(Fo,e.__scopeSelect),n=Rs(Fo,e.__scopeSelect),[o,s]=d.useState(!1),i=oe(t,n.onScrollButtonChange);return fe(()=>{if(r.viewport&&r.isPositioned){let a=function(){const c=l.scrollTop>0;s(c)};const l=r.viewport;return a(),l.addEventListener("scroll",a),()=>l.removeEventListener("scroll",a)}},[r.viewport,r.isPositioned]),o?f.jsx(Yu,{...e,ref:i,onAutoScroll:()=>{const{viewport:a,selectedItem:l}=r;a&&l&&(a.scrollTop=a.scrollTop-l.offsetHeight)}}):null});Uu.displayName=Fo;var $o="SelectScrollDownButton",Ku=d.forwardRef((e,t)=>{const r=lt($o,e.__scopeSelect),n=Rs($o,e.__scopeSelect),[o,s]=d.useState(!1),i=oe(t,n.onScrollButtonChange);return fe(()=>{if(r.viewport&&r.isPositioned){let a=function(){const c=l.scrollHeight-l.clientHeight,u=Math.ceil(l.scrollTop)<c;s(u)};const l=r.viewport;return a(),l.addEventListener("scroll",a),()=>l.removeEventListener("scroll",a)}},[r.viewport,r.isPositioned]),o?f.jsx(Yu,{...e,ref:i,onAutoScroll:()=>{const{viewport:a,selectedItem:l}=r;a&&l&&(a.scrollTop=a.scrollTop+l.offsetHeight)}}):null});Ku.displayName=$o;var Yu=d.forwardRef((e,t)=>{const{__scopeSelect:r,onAutoScroll:n,...o}=e,s=lt("SelectScrollButton",r),i=d.useRef(null),a=Cn(r),l=d.useCallback(()=>{i.current!==null&&(window.clearInterval(i.current),i.current=null)},[]);return d.useEffect(()=>()=>l(),[l]),fe(()=>{a().find(u=>u.ref.current===document.activeElement)?.ref.current?.scrollIntoView({block:"nearest"})},[a]),f.jsx(Y.div,{"aria-hidden":!0,...o,ref:t,style:{flexShrink:0,...o.style},onPointerDown:G(o.onPointerDown,()=>{i.current===null&&(i.current=window.setInterval(n,50))}),onPointerMove:G(o.onPointerMove,()=>{s.onItemLeave?.(),i.current===null&&(i.current=window.setInterval(n,50))}),onPointerLeave:G(o.onPointerLeave,()=>{l()})})}),Yy="SelectSeparator",Xu=d.forwardRef((e,t)=>{const{__scopeSelect:r,...n}=e;return f.jsx(Y.div,{"aria-hidden":!0,...n,ref:t})});Xu.displayName=Yy;var zo="SelectArrow",Xy=d.forwardRef((e,t)=>{const{__scopeSelect:r,...n}=e,o=Sn(r),s=at(zo,r),i=lt(zo,r);return s.open&&i.position==="popper"?f.jsx(xs,{...o,...n,ref:t}):null});Xy.displayName=zo;var Jy="SelectBubbleInput",Ju=d.forwardRef(({__scopeSelect:e,value:t,...r},n)=>{const o=d.useRef(null),s=oe(n,o),i=pn(t);return d.useEffect(()=>{const a=o.current;if(!a)return;const l=window.HTMLSelectElement.prototype,u=Object.getOwnPropertyDescriptor(l,"value").set;if(i!==t&&u){const h=new Event("change",{bubbles:!0});u.call(a,t),a.dispatchEvent(h)}},[i,t]),f.jsx(Y.select,{...r,style:{..._c,...r.style},ref:s,defaultValue:t})});Ju.displayName=Jy;function Qu(e){return e===""||e===void 0}function Zu(e){const t=Fe(e),r=d.useRef(""),n=d.useRef(0),o=d.useCallback(i=>{const a=r.current+i;t(a),(function l(c){r.current=c,window.clearTimeout(n.current),c!==""&&(n.current=window.setTimeout(()=>l(""),1e3))})(a)},[t]),s=d.useCallback(()=>{r.current="",window.clearTimeout(n.current)},[]);return d.useEffect(()=>()=>window.clearTimeout(n.current),[]),[r,o,s]}function ed(e,t,r){const o=t.length>1&&Array.from(t).every(c=>c===t[0])?t[0]:t,s=r?e.indexOf(r):-1;let i=Qy(e,Math.max(s,0));o.length===1&&(i=i.filter(c=>c!==r));const l=i.find(c=>c.textValue.toLowerCase().startsWith(o.toLowerCase()));return l!==r?l:void 0}function Qy(e,t){return e.map((r,n)=>e[(t+n)%e.length])}var Zy=Nu,ex=Ru,tx=Tu,rx=_u,nx=Au,ox=Iu,sx=Lu,ix=Bu,ax=$u,lx=Vu,cx=Hu,ux=Wu,dx=Uu,fx=Ku,hx=Xu;const mx=Zy,td=ix,px=tx;function vx(e){return f.jsx("svg",{"aria-hidden":"true",viewBox:"0 0 16 16",fill:"none",...e,children:f.jsx("path",{d:"M3.5 8.5L6.5 11.5L12.5 4.5",stroke:"currentColor",strokeWidth:"2.25",strokeLinecap:"round",strokeLinejoin:"round"})})}function rd(e){return f.jsx("svg",{"aria-hidden":"true",viewBox:"0 0 16 16",fill:"none",...e,children:f.jsx("path",{d:"M4 6L8 10L12 6",stroke:"currentColor",strokeWidth:"1.8",strokeLinecap:"round",strokeLinejoin:"round"})})}function gx(e){return f.jsx("svg",{"aria-hidden":"true",viewBox:"0 0 16 16",fill:"none",...e,children:f.jsx("path",{d:"M4 10L8 6L12 10",stroke:"currentColor",strokeWidth:"1.8",strokeLinecap:"round",strokeLinejoin:"round"})})}function Pt(e){const t=H();return V(e,t)}const nd=d.forwardRef((e,t)=>{const{className:r,class:n,children:o,sx:s,style:i,...a}=e,{sxClassName:l,sxInlineStyle:c}=Pt(s);return f.jsxs(ex,{ref:t,className:_("flex h-9 w-full items-center justify-between gap-2 rounded-md border border-solid border-slate-300 bg-white px-3 py-2 text-sm text-slate-900 shadow-sm transition-colors","placeholder:text-slate-400 data-[placeholder]:text-slate-400","focus-visible:border-blue-500 focus-visible:outline-none focus-visible:ring-2 focus-visible:ring-blue-500/30","disabled:cursor-not-allowed disabled:bg-slate-50 disabled:text-slate-500 disabled:opacity-70","[&>span]:min-w-0 [&>span]:truncate",l,r,n),style:M(i,c),...a,children:[o,f.jsx(rx,{asChild:!0,children:f.jsx(rd,{className:"h-4 w-4 shrink-0 text-slate-500"})})]})});nd.displayName="SelectTrigger";const ks=d.forwardRef((e,t)=>{const{className:r,class:n,sx:o,style:s,...i}=e,{sxClassName:a,sxInlineStyle:l}=Pt(o);return f.jsx(dx,{ref:t,className:_("flex cursor-default items-center justify-center py-1 text-slate-500",a,r,n),style:M(s,l),...i,children:f.jsx(gx,{className:"h-4 w-4"})})});ks.displayName="SelectScrollUpButton";const Ts=d.forwardRef((e,t)=>{const{className:r,class:n,sx:o,style:s,...i}=e,{sxClassName:a,sxInlineStyle:l}=Pt(o);return f.jsx(fx,{ref:t,className:_("flex cursor-default items-center justify-center py-1 text-slate-500",a,r,n),style:M(s,l),...i,children:f.jsx(rd,{className:"h-4 w-4"})})});Ts.displayName="SelectScrollDownButton";const od=d.forwardRef((e,t)=>{const{className:r,class:n,children:o,position:s="popper",sx:i,style:a,...l}=e,{sxClassName:c,sxInlineStyle:u}=Pt(i);return f.jsx(nx,{children:f.jsxs(ox,{ref:t,className:_("relative z-50 max-h-[var(--radix-select-content-available-height)] min-w-32 overflow-hidden rounded-md border border-solid border-slate-200 bg-white text-slate-900 shadow-lg","data-[state=open]:animate-in data-[state=closed]:animate-out data-[state=closed]:fade-out-0 data-[state=open]:fade-in-0","data-[state=closed]:zoom-out-95 data-[state=open]:zoom-in-95","data-[side=bottom]:slide-in-from-top-2 data-[side=left]:slide-in-from-right-2 data-[side=right]:slide-in-from-left-2 data-[side=top]:slide-in-from-bottom-2","origin-[var(--radix-select-content-transform-origin)]",s==="popper"&&"data-[side=bottom]:translate-y-1 data-[side=left]:-translate-x-1 data-[side=right]:translate-x-1 data-[side=top]:-translate-y-1",c,r,n),style:M(a,u),position:s,...l,children:[f.jsx(ks,{}),f.jsx(sx,{className:_("p-1",s==="popper"&&"w-full min-w-[var(--radix-select-trigger-width)]"),children:o}),f.jsx(Ts,{})]})})});od.displayName="SelectContent";const _s=d.forwardRef((e,t)=>{const{className:r,class:n,sx:o,style:s,...i}=e,{sxClassName:a,sxInlineStyle:l}=Pt(o);return f.jsx(ax,{ref:t,className:_("px-2 py-1.5 text-xs font-medium text-slate-500",a,r,n),style:M(s,l),...i})});_s.displayName="SelectLabel";const Yr=d.forwardRef((e,t)=>{const{className:r,class:n,children:o,sx:s,style:i,...a}=e,{sxClassName:l,sxInlineStyle:c}=Pt(s);return f.jsxs(lx,{ref:t,className:_("relative flex w-full cursor-default select-none items-center rounded-sm py-1.5 pl-8 pr-2 text-sm leading-5 text-slate-700 outline-none transition-colors","focus:bg-blue-50 focus:text-blue-700","data-[disabled]:pointer-events-none data-[disabled]:text-slate-400 data-[disabled]:opacity-70",l,r,n),style:M(i,c),...a,children:[f.jsx("span",{className:"absolute left-2 flex h-3.5 w-3.5 items-center justify-center text-blue-600",children:f.jsx(ux,{children:f.jsx(vx,{className:"h-4 w-4"})})}),f.jsx(cx,{children:o})]})});Yr.displayName="SelectItem";const As=d.forwardRef((e,t)=>{const{className:r,class:n,sx:o,style:s,...i}=e,{sxClassName:a,sxInlineStyle:l}=Pt(o);return f.jsx(hx,{ref:t,className:_("-mx-1 my-1 h-px bg-slate-200",a,r,n),style:M(s,l),...i})});As.displayName="SelectSeparator";function yx(e){return"options"in e}function xx(e){const{options:t,itemProps:r,labelProps:n,separatorProps:o}=e;return f.jsx(f.Fragment,{children:t.map((s,i)=>yx(s)?f.jsxs(td,{children:[s.label?f.jsx(_s,{...n,children:s.label}):null,s.options.map(a=>f.jsx(Yr,{...r,value:a.value,disabled:a.disabled,textValue:a.textValue,className:_(r?.className,a.className),class:_(r?.class,a.class),style:M(r?.style,a.style),sx:[r?.sx,a.sx],children:a.label},a.value)),s.separator?f.jsx(As,{...o}):null]},`group-${i}`):f.jsx(Yr,{...r,value:s.value,disabled:s.disabled,textValue:s.textValue,className:_(r?.className,s.className),class:_(r?.class,s.class),style:M(r?.style,s.style),sx:[r?.sx,s.sx],children:s.label},s.value))})}var qn="Switch",[bx]=Te(qn),[Px,wx]=bx(qn),sd=d.forwardRef((e,t)=>{const{__scopeSwitch:r,name:n,checked:o,defaultChecked:s,required:i,disabled:a,value:l="on",onCheckedChange:c,form:u,...h}=e,[p,v]=d.useState(null),g=oe(t,P=>v(P)),m=d.useRef(!1),y=p?u||!!p.closest("form"):!0,[x,b]=Ve({prop:o,defaultProp:s??!1,onChange:c,caller:qn});return f.jsxs(Px,{scope:r,checked:x,disabled:a,children:[f.jsx(Y.button,{type:"button",role:"switch","aria-checked":x,"aria-required":i,"data-state":cd(x),"data-disabled":a?"":void 0,disabled:a,value:l,...h,ref:g,onClick:G(e.onClick,P=>{b(w=>!w),y&&(m.current=P.isPropagationStopped(),m.current||P.stopPropagation())})}),y&&f.jsx(ld,{control:p,bubbles:!m.current,name:n,value:l,checked:x,required:i,disabled:a,form:u,style:{transform:"translateX(-100%)"}})]})});sd.displayName=qn;var id="SwitchThumb",ad=d.forwardRef((e,t)=>{const{__scopeSwitch:r,...n}=e,o=wx(id,r);return f.jsx(Y.span,{"data-state":cd(o.checked),"data-disabled":o.disabled?"":void 0,...n,ref:t})});ad.displayName=id;var Cx="SwitchBubbleInput",ld=d.forwardRef(({__scopeSwitch:e,control:t,checked:r,bubbles:n=!0,...o},s)=>{const i=d.useRef(null),a=oe(i,s),l=pn(r),c=ln(t);return d.useEffect(()=>{const u=i.current;if(!u)return;const h=window.HTMLInputElement.prototype,v=Object.getOwnPropertyDescriptor(h,"checked").set;if(l!==r&&v){const g=new Event("click",{bubbles:n});v.call(u,r),u.dispatchEvent(g)}},[l,r,n]),f.jsx("input",{type:"checkbox","aria-hidden":!0,defaultChecked:r,...o,tabIndex:-1,ref:a,style:{...o.style,...c,position:"absolute",pointerEvents:"none",opacity:0,margin:0}})});ld.displayName=Cx;function cd(e){return e?"checked":"unchecked"}var Sx=sd,qx=ad;const Nx={sm:"h-5 w-9",md:"h-6 w-11",lg:"h-7 w-[52px]"},Ex={sm:"h-4 w-4 data-[state=checked]:translate-x-4",md:"h-5 w-5 data-[state=checked]:translate-x-5",lg:"h-6 w-6 data-[state=checked]:translate-x-6"},ud=d.forwardRef((e,t)=>{const{className:r,class:n,containerClass:o,containerClassName:s,containerStyle:i,containerSx:a,description:l,disabled:c,id:u,label:h,labelPosition:p="right",size:v="md",style:g,sx:m,"aria-describedby":y,...x}=e,b=H(),{sxClassName:P,sxInlineStyle:w}=V(m,b),{sxClassName:N,sxInlineStyle:q}=V(a,b),C=d.useId(),S=u??`ldkj-switch-${C}`,R=l===void 0?void 0:`${S}-description`,A=[y,R].filter(Boolean).join(" ")||void 0,E=f.jsx(Sx,{ref:t,id:S,disabled:c,"aria-describedby":A,className:_("peer inline-flex shrink-0 cursor-pointer items-center rounded-full border border-transparent bg-slate-300 p-0.5 transition-colors","focus-visible:outline-none focus-visible:ring-2 focus-visible:ring-blue-500 focus-visible:ring-offset-2","disabled:cursor-not-allowed disabled:opacity-50","data-[state=checked]:bg-blue-600 data-[state=unchecked]:bg-slate-300",Nx[v],P,r,n),style:M(g,w),...x,children:f.jsx(qx,{className:_("pointer-events-none block rounded-full bg-white shadow-sm ring-0 transition-transform","data-[state=unchecked]:translate-x-0",Ex[v])})});if(h===void 0&&l===void 0)return E;const k=f.jsxs("span",{className:"flex min-w-0 flex-col gap-0.5",children:[h!==void 0?f.jsx(Mo,{htmlFor:S,className:_("text-sm font-medium leading-5 text-slate-700",c?"cursor-not-allowed opacity-60":"cursor-pointer"),children:h}):null,l!==void 0?f.jsx("span",{id:R,className:"text-xs leading-5 text-slate-500",children:l}):null]});return f.jsxs("div",{className:_("inline-flex w-fit items-center gap-3",c?"cursor-not-allowed":void 0,N,s,o),style:M(i,q),children:[p==="left"?k:null,E,p==="right"?k:null]})});ud.displayName="Switch";function Rx(e,t=500){const r=ae.useRef(null),n=ae.useCallback(()=>{r.current=setTimeout(e,t)},[e,t]),o=ae.useCallback(()=>{r.current&&clearTimeout(r.current)},[]);return{onMouseDown:n,onMouseUp:o,onMouseLeave:o,onTouchStart:n,onTouchEnd:o}}function kx(){return f.jsx("span",{className:"h-6 w-6 animate-spin rounded-full border-2 border-blue-200 border-t-blue-600","aria-hidden":"true"})}function te(e){const{component:t,sx:r,rounded:n,shadow:o,onLongPress:s,longPressDelay:i=500,style:a,className:l,class:c,loading:u=!1,loadingContent:h,modal:p=!1,modalContent:v,onModalMaskClick:g,children:m,...y}=e,x=t??"div",b=H(),{roundedPreset:P,roundedStyle:w}=yt(n),{shadowPreset:N,shadowStyle:q}=ir(o),C=Rx(()=>{s?.()},i),{sxClassName:S,sxInlineStyle:R}=V(r,b),E=(u||p)&&a?.position===void 0?{position:"relative"}:void 0;return f.jsxs(x,{className:_(P&&rt[P],N&&Mt[N],S,l,c),style:M(a,w,q,E,R),"aria-busy":u||void 0,...s?C:void 0,...y,children:[m,u?f.jsx("div",{className:"box-loading-mask absolute inset-0 z-10 flex items-center justify-center bg-white/65","aria-hidden":"true",children:h??f.jsx(kx,{})}):null,p?f.jsx("div",{className:"box-modal-mask absolute inset-0 z-20 flex items-center justify-center bg-black/45 p-4",onClick:g,children:f.jsx("div",{className:"box-modal-content max-w-full rounded-lg bg-white p-4 shadow-lg",onClick:k=>k.stopPropagation(),children:v})}):null]})}te.displayName="Box";const ra={outlined:"border border-gray-200 bg-white",elevated:"border border-transparent bg-white",filled:"border border-gray-100 bg-gray-50",ghost:"border border-transparent bg-transparent shadow-none"},na={elevated:"md"},Tx={none:"p-0",sm:"p-3",md:"p-4",lg:"p-6"};function Xt(e){return e!=null}function _x(e){let t=!1;return d.Children.forEach(e,r=>{d.isValidElement(r)&&Ax(r.type)&&(t=!0)}),t}function Ax(e){return e===dd||e===fd||e===hd||e===md||e===pd||e===vd||e===gd}function Er(e,t){return e===!0||e===t}function Gn(e){return Tx[e]}function oa(e,t){return Xt(e)?e:t}function sa(e,t){return e??t}const dd=e=>f.jsx(te,{...e,"data-card-slot":"header"}),fd=e=>f.jsx(te,{...e,"data-card-slot":"content"}),hd=e=>f.jsx(te,{...e,"data-card-slot":"footer"}),md=e=>f.jsx(te,{...e,"data-card-slot":"left"}),pd=e=>f.jsx(te,{...e,"data-card-slot":"right"}),vd=e=>f.jsx(te,{...e,"data-card-slot":"start"}),gd=e=>f.jsx(te,{...e,"data-card-slot":"end"});function Ix(e){const{variant:t="outlined",padding:r="md",divided:n=!0,hoverable:o=!1,selected:s=!1,disabled:i=!1,header:a,footer:l,left:c,right:u,start:h,end:p,contentLoading:v=!1,headerProps:g,footerProps:m,leftProps:y,rightProps:x,startProps:b,endProps:P,contentProps:w,children:N,className:q,style:C,rounded:S="lg",shadow:R,onClick:A,...E}=e,k=oa(c,h),T=oa(u,p),I=sa(y,b),O=sa(x,P),j=_x(N),{className:B,style:D,loading:W,...L}=w??{};return j?f.jsx(te,{rounded:S,shadow:R??na[t],className:_("card flex overflow-hidden",ra[t],o&&!i&&"transition hover:-translate-y-0.5 hover:shadow-lg",s&&"border-blue-500 ring-2 ring-blue-100",i&&"pointer-events-none opacity-50",q),style:M(C,{flexDirection:"row"}),"aria-disabled":i||void 0,onClick:i?void 0:A,...E,children:N}):f.jsxs(te,{rounded:S,shadow:R??na[t],className:_("card flex overflow-hidden",ra[t],o&&!i&&"transition hover:-translate-y-0.5 hover:shadow-lg",s&&"border-blue-500 ring-2 ring-blue-100",i&&"pointer-events-none opacity-50",q),style:M(C,{flexDirection:"row"}),"aria-disabled":i||void 0,onClick:i?void 0:A,...E,children:[Xt(k)?f.jsx(te,{...I,className:_("card-left shrink-0",Er(n,"x")&&"border-r border-gray-100",I?.className),children:k}):null,f.jsxs(te,{className:"card-main flex min-w-0 flex-1 flex-col",children:[Xt(a)?f.jsx(te,{...g,className:_("card-header",Gn(r),Er(n,"y")&&"border-b border-gray-100",g?.className),children:a}):null,f.jsx(te,{...L,className:_("card-content min-w-0 flex-1",Gn(r),B),style:D,loading:v||W,children:N}),Xt(l)?f.jsx(te,{...m,className:_("card-footer",Gn(r),Er(n,"y")&&"border-t border-gray-100",m?.className),children:l}):null]}),Xt(T)?f.jsx(te,{...O,className:_("card-right shrink-0",Er(n,"x")&&"border-l border-gray-100",O?.className),children:T}):null]})}const Ge=Object.assign(Ix,{Header:dd,Content:fd,Footer:hd,Left:md,Right:pd,Start:vd,End:gd});Ge.displayName="Card";Ge.Header.displayName="Card.Header";Ge.Content.displayName="Card.Content";Ge.Footer.displayName="Card.Footer";Ge.Left.displayName="Card.Left";Ge.Right.displayName="Card.Right";Ge.Start.displayName="Card.Start";Ge.End.displayName="Card.End";function jx(e,t=[]){let r=[];function n(s,i){const a=d.createContext(i);a.displayName=s+"Context";const l=r.length;r=[...r,i];const c=h=>{const{scope:p,children:v,...g}=h,m=p?.[e]?.[l]||a,y=d.useMemo(()=>g,Object.values(g));return f.jsx(m.Provider,{value:y,children:v})};c.displayName=s+"Provider";function u(h,p){const v=p?.[e]?.[l]||a,g=d.useContext(v);if(g)return g;if(i!==void 0)return i;throw new Error(`\`${h}\` must be used within \`${s}\``)}return[c,u]}const o=()=>{const s=r.map(i=>d.createContext(i));return function(a){const l=a?.[e]||s;return d.useMemo(()=>({[`__scope${e}`]:{...a,[e]:l}}),[a,l])}};return o.scopeName=e,[n,Ox(o,...t)]}function Ox(...e){const t=e[0];if(e.length===1)return t;const r=()=>{const n=e.map(o=>({useScope:o(),scopeName:o.scopeName}));return function(s){const i=n.reduce((a,{useScope:l,scopeName:c})=>{const h=l(s)[`__scope${c}`];return{...a,...h}},{});return d.useMemo(()=>({[`__scope${t.scopeName}`]:i}),[i])}};return r.scopeName=t.scopeName,r}function Mx(e){return e&&e.__esModule&&Object.prototype.hasOwnProperty.call(e,"default")?e.default:e}var Rr={exports:{}},Wn={};var ia;function Lx(){if(ia)return Wn;ia=1;var e=ae;function t(h,p){return h===p&&(h!==0||1/h===1/p)||h!==h&&p!==p}var r=typeof Object.is=="function"?Object.is:t,n=e.useState,o=e.useEffect,s=e.useLayoutEffect,i=e.useDebugValue;function a(h,p){var v=p(),g=n({inst:{value:v,getSnapshot:p}}),m=g[0].inst,y=g[1];return s(function(){m.value=v,m.getSnapshot=p,l(m)&&y({inst:m})},[h,v,p]),o(function(){return l(m)&&y({inst:m}),h(function(){l(m)&&y({inst:m})})},[h]),i(v),v}function l(h){var p=h.getSnapshot;h=h.value;try{var v=p();return!r(h,v)}catch{return!0}}function c(h,p){return p()}var u=typeof window>"u"||typeof window.document>"u"||typeof window.document.createElement>"u"?c:a;return Wn.useSyncExternalStore=e.useSyncExternalStore!==void 0?e.useSyncExternalStore:u,Wn}var Un={};var aa;function Dx(){return aa||(aa=1,process.env.NODE_ENV!=="production"&&(function(){function e(v,g){return v===g&&(v!==0||1/v===1/g)||v!==v&&g!==g}function t(v,g){u||o.startTransition===void 0||(u=!0,console.error("You are using an outdated, pre-release alpha of React 18 that does not support useSyncExternalStore. The use-sync-external-store shim will not work correctly. Upgrade to a newer pre-release."));var m=g();if(!h){var y=g();s(m,y)||(console.error("The result of getSnapshot should be cached to avoid an infinite loop"),h=!0)}y=i({inst:{value:m,getSnapshot:g}});var x=y[0].inst,b=y[1];return l(function(){x.value=m,x.getSnapshot=g,r(x)&&b({inst:x})},[v,m,g]),a(function(){return r(x)&&b({inst:x}),v(function(){r(x)&&b({inst:x})})},[v]),c(m),m}function r(v){var g=v.getSnapshot;v=v.value;try{var m=g();return!s(v,m)}catch{return!0}}function n(v,g){return g()}typeof __REACT_DEVTOOLS_GLOBAL_HOOK__<"u"&&typeof __REACT_DEVTOOLS_GLOBAL_HOOK__.registerInternalModuleStart=="function"&&__REACT_DEVTOOLS_GLOBAL_HOOK__.registerInternalModuleStart(Error());var o=ae,s=typeof Object.is=="function"?Object.is:e,i=o.useState,a=o.useEffect,l=o.useLayoutEffect,c=o.useDebugValue,u=!1,h=!1,p=typeof window>"u"||typeof window.document>"u"||typeof window.document.createElement>"u"?n:t;Un.useSyncExternalStore=o.useSyncExternalStore!==void 0?o.useSyncExternalStore:p,typeof __REACT_DEVTOOLS_GLOBAL_HOOK__<"u"&&typeof __REACT_DEVTOOLS_GLOBAL_HOOK__.registerInternalModuleStop=="function"&&__REACT_DEVTOOLS_GLOBAL_HOOK__.registerInternalModuleStop(Error())})()),Un}var la;function Bx(){return la||(la=1,process.env.NODE_ENV==="production"?Rr.exports=Lx():Rr.exports=Dx()),Rr.exports}var Fx=Bx();function $x(){return Fx.useSyncExternalStore(zx,()=>!0,()=>!1)}function zx(){return()=>{}}var Is="Avatar",[Vx]=jx(Is),[Hx,yd]=Vx(Is),xd=d.forwardRef((e,t)=>{const{__scopeAvatar:r,...n}=e,[o,s]=d.useState("idle");return f.jsx(Hx,{scope:r,imageLoadingStatus:o,onImageLoadingStatusChange:s,children:f.jsx(gn.span,{...n,ref:t})})});xd.displayName=Is;var bd="AvatarImage",Pd=d.forwardRef((e,t)=>{const{__scopeAvatar:r,src:n,onLoadingStatusChange:o=()=>{},...s}=e,i=yd(bd,r),a=Gx(n,s),l=Fe(c=>{o(c),i.onImageLoadingStatusChange(c)});return fe(()=>{a!=="idle"&&l(a)},[a,l]),a==="loaded"?f.jsx(gn.img,{...s,ref:t,src:n}):null});Pd.displayName=bd;var wd="AvatarFallback",Cd=d.forwardRef((e,t)=>{const{__scopeAvatar:r,delayMs:n,...o}=e,s=yd(wd,r),[i,a]=d.useState(n===void 0);return d.useEffect(()=>{if(n!==void 0){const l=window.setTimeout(()=>a(!0),n);return()=>window.clearTimeout(l)}},[n]),i&&s.imageLoadingStatus!=="loaded"?f.jsx(gn.span,{...o,ref:t}):null});Cd.displayName=wd;function ca(e,t){return e?t?(e.src!==t&&(e.src=t),e.complete&&e.naturalWidth>0?"loaded":"loading"):"error":"idle"}function Gx(e,{referrerPolicy:t,crossOrigin:r}){const n=$x(),o=d.useRef(null),s=n?(o.current||(o.current=new window.Image),o.current):null,[i,a]=d.useState(()=>ca(s,e));return fe(()=>{a(ca(s,e))},[s,e]),fe(()=>{const l=h=>()=>{a(h)};if(!s)return;const c=l("loaded"),u=l("error");return s.addEventListener("load",c),s.addEventListener("error",u),t&&(s.referrerPolicy=t),typeof r=="string"&&(s.crossOrigin=r),()=>{s.removeEventListener("load",c),s.removeEventListener("error",u)}},[s,r,t]),i}var Wx=xd,Ux=Pd,Kx=Cd;const Sd={xs:"h-6 w-6 text-[10px]",sm:"h-8 w-8 text-xs",md:"h-10 w-10 text-sm",lg:"h-12 w-12 text-base",xl:"h-16 w-16 text-lg"};function Yx(e){if(e!==void 0){if(typeof e=="number")return`${e}px`;if(!(typeof e=="string"&&e in Sd))return e}}const qd=d.forwardRef((e,t)=>{const{className:r,class:n,sx:o,style:s,size:i="md",rounded:a="full",shadow:l,...c}=e,u=H(),{sxClassName:h,sxInlineStyle:p}=V(o,u),{roundedPreset:v,roundedStyle:g}=yt(a),{shadowPreset:m,shadowStyle:y}=ir(l),x=Yx(i);return f.jsx(Wx,{ref:t,className:_("avatar relative inline-flex shrink-0 select-none items-center justify-center overflow-hidden bg-slate-100 text-slate-700",typeof i=="string"?Sd[i]:null,v?rt[v]:null,m?Mt[m]:null,h,r,n),style:M(s,g,y,x?{width:x,height:x}:void 0,p),...c})}),js=d.forwardRef((e,t)=>{const{className:r,class:n,sx:o,style:s,...i}=e,a=H(),{sxClassName:l,sxInlineStyle:c}=V(o,a);return f.jsx(Ux,{ref:t,className:_("avatar-image h-full w-full object-cover",l,r,n),style:M(s,c),...i})}),Os=d.forwardRef((e,t)=>{const{className:r,class:n,sx:o,style:s,...i}=e,a=H(),{sxClassName:l,sxInlineStyle:c}=V(o,a);return f.jsx(Kx,{ref:t,className:_("avatar-fallback flex h-full w-full items-center justify-center bg-slate-100 font-medium text-slate-600",l,r,n),style:M(s,c),...i})}),Nd=Object.assign(qd,{Image:js,Fallback:Os});qd.displayName="Avatar";js.displayName="Avatar.Image";Os.displayName="Avatar.Fallback";Nd.displayName="Avatar";const Ed=Za("inline-flex items-center justify-center whitespace-nowrap rounded border border-transparent font-medium transition-colors duration-150",{variants:{variant:{primary:"",success:"",warning:"",danger:"",minor:"",dark:"",light:"",text:""},outline:{true:"",false:""},size:{xs:"px-2 py-0.5 text-[10px]",sm:"px-2.5 py-0.5 text-xs",md:"px-2.5 py-1 text-xs",lg:"px-3 py-1 text-sm",xl:"px-3.5 py-1.5 text-sm"},rounded:rt,shadow:Mt},compoundVariants:[{variant:"primary",outline:!1,className:"bg-blue-600 text-white"},{variant:"primary",outline:!0,className:"border-blue-600 text-blue-600"},{variant:"success",outline:!1,className:"bg-green-600 text-white"},{variant:"success",outline:!0,className:"border-green-600 text-green-600"},{variant:"warning",outline:!1,className:"bg-yellow-500 text-white"},{variant:"warning",outline:!0,className:"border-yellow-500 text-yellow-600"},{variant:"danger",outline:!1,className:"bg-red-600 text-white"},{variant:"danger",outline:!0,className:"border-red-600 text-red-600"},{variant:"minor",outline:!1,className:"bg-gray-200 text-gray-700"},{variant:"minor",outline:!0,className:"border-gray-300 text-gray-600"},{variant:"dark",outline:!1,className:"bg-black/90 text-white"},{variant:"dark",outline:!0,className:"border-black/90 text-black/90"},{variant:"light",outline:!1,className:"bg-white text-gray-900"},{variant:"light",outline:!0,className:"border-white text-white"},{variant:"text",outline:!1,className:"bg-gray-100 text-gray-600"},{variant:"text",outline:!0,className:"border-gray-300 text-gray-500"}],defaultVariants:{variant:"primary",outline:!1,size:"md"}});function Rd(e){const{component:t,variant:r,outline:n,size:o,rounded:s,shadow:i,sx:a,style:l,className:c,class:u,...h}=e,p=t??"span",{roundedPreset:v,roundedStyle:g}=yt(s),{shadowPreset:m,shadowStyle:y}=ir(i),x=H(),{sxClassName:b,sxInlineStyle:P}=V(a,x);return f.jsx(p,{className:_(Ed({variant:r,outline:n,size:o,rounded:v,shadow:m}),b,c,u),style:M(l,g,y,P),...h})}Rd.displayName="Chip";var Et={},Kn,ua;function Xx(){return ua||(ua=1,Kn=function(){return typeof Promise=="function"&&Promise.prototype&&Promise.prototype.then}),Kn}var Yn={},Ke={},da;function wt(){if(da)return Ke;da=1;let e;const t=[0,26,44,70,100,134,172,196,242,292,346,404,466,532,581,655,733,815,901,991,1085,1156,1258,1364,1474,1588,1706,1828,1921,2051,2185,2323,2465,2611,2761,2876,3034,3196,3362,3532,3706];return Ke.getSymbolSize=function(n){if(!n)throw new Error('"version" cannot be null or undefined');if(n<1||n>40)throw new Error('"version" should be in range from 1 to 40');return n*4+17},Ke.getSymbolTotalCodewords=function(n){return t[n]},Ke.getBCHDigit=function(r){let n=0;for(;r!==0;)n++,r>>>=1;return n},Ke.setToSJISFunction=function(n){if(typeof n!="function")throw new Error('"toSJISFunc" is not a valid function.');e=n},Ke.isKanjiModeEnabled=function(){return typeof e<"u"},Ke.toSJIS=function(n){return e(n)},Ke}var Xn={},fa;function Ms(){return fa||(fa=1,(function(e){e.L={bit:1},e.M={bit:0},e.Q={bit:3},e.H={bit:2};function t(r){if(typeof r!="string")throw new Error("Param is not a string");switch(r.toLowerCase()){case"l":case"low":return e.L;case"m":case"medium":return e.M;case"q":case"quartile":return e.Q;case"h":case"high":return e.H;default:throw new Error("Unknown EC Level: "+r)}}e.isValid=function(n){return n&&typeof n.bit<"u"&&n.bit>=0&&n.bit<4},e.from=function(n,o){if(e.isValid(n))return n;try{return t(n)}catch{return o}}})(Xn)),Xn}var Jn,ha;function Jx(){if(ha)return Jn;ha=1;function e(){this.buffer=[],this.length=0}return e.prototype={get:function(t){const r=Math.floor(t/8);return(this.buffer[r]>>>7-t%8&1)===1},put:function(t,r){for(let n=0;n<r;n++)this.putBit((t>>>r-n-1&1)===1)},getLengthInBits:function(){return this.length},putBit:function(t){const r=Math.floor(this.length/8);this.buffer.length<=r&&this.buffer.push(0),t&&(this.buffer[r]|=128>>>this.length%8),this.length++}},Jn=e,Jn}var Qn,ma;function Qx(){if(ma)return Qn;ma=1;function e(t){if(!t||t<1)throw new Error("BitMatrix size must be defined and greater than 0");this.size=t,this.data=new Uint8Array(t*t),this.reservedBit=new Uint8Array(t*t)}return e.prototype.set=function(t,r,n,o){const s=t*this.size+r;this.data[s]=n,o&&(this.reservedBit[s]=!0)},e.prototype.get=function(t,r){return this.data[t*this.size+r]},e.prototype.xor=function(t,r,n){this.data[t*this.size+r]^=n},e.prototype.isReserved=function(t,r){return this.reservedBit[t*this.size+r]},Qn=e,Qn}var Zn={},pa;function Zx(){return pa||(pa=1,(function(e){const t=wt().getSymbolSize;e.getRowColCoords=function(n){if(n===1)return[];const o=Math.floor(n/7)+2,s=t(n),i=s===145?26:Math.ceil((s-13)/(2*o-2))*2,a=[s-7];for(let l=1;l<o-1;l++)a[l]=a[l-1]-i;return a.push(6),a.reverse()},e.getPositions=function(n){const o=[],s=e.getRowColCoords(n),i=s.length;for(let a=0;a<i;a++)for(let l=0;l<i;l++)a===0&&l===0||a===0&&l===i-1||a===i-1&&l===0||o.push([s[a],s[l]]);return o}})(Zn)),Zn}var eo={},va;function eb(){if(va)return eo;va=1;const e=wt().getSymbolSize,t=7;return eo.getPositions=function(n){const o=e(n);return[[0,0],[o-t,0],[0,o-t]]},eo}var to={},ga;function tb(){return ga||(ga=1,(function(e){e.Patterns={PATTERN000:0,PATTERN001:1,PATTERN010:2,PATTERN011:3,PATTERN100:4,PATTERN101:5,PATTERN110:6,PATTERN111:7};const t={N1:3,N2:3,N3:40,N4:10};e.isValid=function(o){return o!=null&&o!==""&&!isNaN(o)&&o>=0&&o<=7},e.from=function(o){return e.isValid(o)?parseInt(o,10):void 0},e.getPenaltyN1=function(o){const s=o.size;let i=0,a=0,l=0,c=null,u=null;for(let h=0;h<s;h++){a=l=0,c=u=null;for(let p=0;p<s;p++){let v=o.get(h,p);v===c?a++:(a>=5&&(i+=t.N1+(a-5)),c=v,a=1),v=o.get(p,h),v===u?l++:(l>=5&&(i+=t.N1+(l-5)),u=v,l=1)}a>=5&&(i+=t.N1+(a-5)),l>=5&&(i+=t.N1+(l-5))}return i},e.getPenaltyN2=function(o){const s=o.size;let i=0;for(let a=0;a<s-1;a++)for(let l=0;l<s-1;l++){const c=o.get(a,l)+o.get(a,l+1)+o.get(a+1,l)+o.get(a+1,l+1);(c===4||c===0)&&i++}return i*t.N2},e.getPenaltyN3=function(o){const s=o.size;let i=0,a=0,l=0;for(let c=0;c<s;c++){a=l=0;for(let u=0;u<s;u++)a=a<<1&2047|o.get(c,u),u>=10&&(a===1488||a===93)&&i++,l=l<<1&2047|o.get(u,c),u>=10&&(l===1488||l===93)&&i++}return i*t.N3},e.getPenaltyN4=function(o){let s=0;const i=o.data.length;for(let l=0;l<i;l++)s+=o.data[l];return Math.abs(Math.ceil(s*100/i/5)-10)*t.N4};function r(n,o,s){switch(n){case e.Patterns.PATTERN000:return(o+s)%2===0;case e.Patterns.PATTERN001:return o%2===0;case e.Patterns.PATTERN010:return s%3===0;case e.Patterns.PATTERN011:return(o+s)%3===0;case e.Patterns.PATTERN100:return(Math.floor(o/2)+Math.floor(s/3))%2===0;case e.Patterns.PATTERN101:return o*s%2+o*s%3===0;case e.Patterns.PATTERN110:return(o*s%2+o*s%3)%2===0;case e.Patterns.PATTERN111:return(o*s%3+(o+s)%2)%2===0;default:throw new Error("bad maskPattern:"+n)}}e.applyMask=function(o,s){const i=s.size;for(let a=0;a<i;a++)for(let l=0;l<i;l++)s.isReserved(l,a)||s.xor(l,a,r(o,l,a))},e.getBestMask=function(o,s){const i=Object.keys(e.Patterns).length;let a=0,l=1/0;for(let c=0;c<i;c++){s(c),e.applyMask(c,o);const u=e.getPenaltyN1(o)+e.getPenaltyN2(o)+e.getPenaltyN3(o)+e.getPenaltyN4(o);e.applyMask(c,o),u<l&&(l=u,a=c)}return a}})(to)),to}var kr={},ya;function kd(){if(ya)return kr;ya=1;const e=Ms(),t=[1,1,1,1,1,1,1,1,1,1,2,2,1,2,2,4,1,2,4,4,2,4,4,4,2,4,6,5,2,4,6,6,2,5,8,8,4,5,8,8,4,5,8,11,4,8,10,11,4,9,12,16,4,9,16,16,6,10,12,18,6,10,17,16,6,11,16,19,6,13,18,21,7,14,21,25,8,16,20,25,8,17,23,25,9,17,23,34,9,18,25,30,10,20,27,32,12,21,29,35,12,23,34,37,12,25,34,40,13,26,35,42,14,28,38,45,15,29,40,48,16,31,43,51,17,33,45,54,18,35,48,57,19,37,51,60,19,38,53,63,20,40,56,66,21,43,59,70,22,45,62,74,24,47,65,77,25,49,68,81],r=[7,10,13,17,10,16,22,28,15,26,36,44,20,36,52,64,26,48,72,88,36,64,96,112,40,72,108,130,48,88,132,156,60,110,160,192,72,130,192,224,80,150,224,264,96,176,260,308,104,198,288,352,120,216,320,384,132,240,360,432,144,280,408,480,168,308,448,532,180,338,504,588,196,364,546,650,224,416,600,700,224,442,644,750,252,476,690,816,270,504,750,900,300,560,810,960,312,588,870,1050,336,644,952,1110,360,700,1020,1200,390,728,1050,1260,420,784,1140,1350,450,812,1200,1440,480,868,1290,1530,510,924,1350,1620,540,980,1440,1710,570,1036,1530,1800,570,1064,1590,1890,600,1120,1680,1980,630,1204,1770,2100,660,1260,1860,2220,720,1316,1950,2310,750,1372,2040,2430];return kr.getBlocksCount=function(o,s){switch(s){case e.L:return t[(o-1)*4+0];case e.M:return t[(o-1)*4+1];case e.Q:return t[(o-1)*4+2];case e.H:return t[(o-1)*4+3];default:return}},kr.getTotalCodewordsCount=function(o,s){switch(s){case e.L:return r[(o-1)*4+0];case e.M:return r[(o-1)*4+1];case e.Q:return r[(o-1)*4+2];case e.H:return r[(o-1)*4+3];default:return}},kr}var ro={},Wt={},xa;function rb(){if(xa)return Wt;xa=1;const e=new Uint8Array(512),t=new Uint8Array(256);return(function(){let n=1;for(let o=0;o<255;o++)e[o]=n,t[n]=o,n<<=1,n&256&&(n^=285);for(let o=255;o<512;o++)e[o]=e[o-255]})(),Wt.log=function(n){if(n<1)throw new Error("log("+n+")");return t[n]},Wt.exp=function(n){return e[n]},Wt.mul=function(n,o){return n===0||o===0?0:e[t[n]+t[o]]},Wt}var ba;function nb(){return ba||(ba=1,(function(e){const t=rb();e.mul=function(n,o){const s=new Uint8Array(n.length+o.length-1);for(let i=0;i<n.length;i++)for(let a=0;a<o.length;a++)s[i+a]^=t.mul(n[i],o[a]);return s},e.mod=function(n,o){let s=new Uint8Array(n);for(;s.length-o.length>=0;){const i=s[0];for(let l=0;l<o.length;l++)s[l]^=t.mul(o[l],i);let a=0;for(;a<s.length&&s[a]===0;)a++;s=s.slice(a)}return s},e.generateECPolynomial=function(n){let o=new Uint8Array([1]);for(let s=0;s<n;s++)o=e.mul(o,new Uint8Array([1,t.exp(s)]));return o}})(ro)),ro}var no,Pa;function ob(){if(Pa)return no;Pa=1;const e=nb();function t(r){this.genPoly=void 0,this.degree=r,this.degree&&this.initialize(this.degree)}return t.prototype.initialize=function(n){this.degree=n,this.genPoly=e.generateECPolynomial(this.degree)},t.prototype.encode=function(n){if(!this.genPoly)throw new Error("Encoder not initialized");const o=new Uint8Array(n.length+this.degree);o.set(n);const s=e.mod(o,this.genPoly),i=this.degree-s.length;if(i>0){const a=new Uint8Array(this.degree);return a.set(s,i),a}return s},no=t,no}var oo={},so={},io={},wa;function Td(){return wa||(wa=1,io.isValid=function(t){return!isNaN(t)&&t>=1&&t<=40}),io}var _e={},Ca;function _d(){if(Ca)return _e;Ca=1;const e="[0-9]+",t="[A-Z $%*+\\-./:]+";let r="(?:[u3000-u303F]|[u3040-u309F]|[u30A0-u30FF]|[uFF00-uFFEF]|[u4E00-u9FAF]|[u2605-u2606]|[u2190-u2195]|u203B|[u2010u2015u2018u2019u2025u2026u201Cu201Du2225u2260]|[u0391-u0451]|[u00A7u00A8u00B1u00B4u00D7u00F7])+";r=r.replace(/u/g,"\\u");const n="(?:(?![A-Z0-9 $%*+\\-./:]|"+r+`)(?:.|[\r
|
|
42
|
+
]))+`;_e.KANJI=new RegExp(r,"g"),_e.BYTE_KANJI=new RegExp("[^A-Z0-9 $%*+\\-./:]+","g"),_e.BYTE=new RegExp(n,"g"),_e.NUMERIC=new RegExp(e,"g"),_e.ALPHANUMERIC=new RegExp(t,"g");const o=new RegExp("^"+r+"$"),s=new RegExp("^"+e+"$"),i=new RegExp("^[A-Z0-9 $%*+\\-./:]+$");return _e.testKanji=function(l){return o.test(l)},_e.testNumeric=function(l){return s.test(l)},_e.testAlphanumeric=function(l){return i.test(l)},_e}var Sa;function Ct(){return Sa||(Sa=1,(function(e){const t=Td(),r=_d();e.NUMERIC={id:"Numeric",bit:1,ccBits:[10,12,14]},e.ALPHANUMERIC={id:"Alphanumeric",bit:2,ccBits:[9,11,13]},e.BYTE={id:"Byte",bit:4,ccBits:[8,16,16]},e.KANJI={id:"Kanji",bit:8,ccBits:[8,10,12]},e.MIXED={bit:-1},e.getCharCountIndicator=function(s,i){if(!s.ccBits)throw new Error("Invalid mode: "+s);if(!t.isValid(i))throw new Error("Invalid version: "+i);return i>=1&&i<10?s.ccBits[0]:i<27?s.ccBits[1]:s.ccBits[2]},e.getBestModeForData=function(s){return r.testNumeric(s)?e.NUMERIC:r.testAlphanumeric(s)?e.ALPHANUMERIC:r.testKanji(s)?e.KANJI:e.BYTE},e.toString=function(s){if(s&&s.id)return s.id;throw new Error("Invalid mode")},e.isValid=function(s){return s&&s.bit&&s.ccBits};function n(o){if(typeof o!="string")throw new Error("Param is not a string");switch(o.toLowerCase()){case"numeric":return e.NUMERIC;case"alphanumeric":return e.ALPHANUMERIC;case"kanji":return e.KANJI;case"byte":return e.BYTE;default:throw new Error("Unknown mode: "+o)}}e.from=function(s,i){if(e.isValid(s))return s;try{return n(s)}catch{return i}}})(so)),so}var qa;function sb(){return qa||(qa=1,(function(e){const t=wt(),r=kd(),n=Ms(),o=Ct(),s=Td(),i=7973,a=t.getBCHDigit(i);function l(p,v,g){for(let m=1;m<=40;m++)if(v<=e.getCapacity(m,g,p))return m}function c(p,v){return o.getCharCountIndicator(p,v)+4}function u(p,v){let g=0;return p.forEach(function(m){const y=c(m.mode,v);g+=y+m.getBitsLength()}),g}function h(p,v){for(let g=1;g<=40;g++)if(u(p,g)<=e.getCapacity(g,v,o.MIXED))return g}e.from=function(v,g){return s.isValid(v)?parseInt(v,10):g},e.getCapacity=function(v,g,m){if(!s.isValid(v))throw new Error("Invalid QR Code version");typeof m>"u"&&(m=o.BYTE);const y=t.getSymbolTotalCodewords(v),x=r.getTotalCodewordsCount(v,g),b=(y-x)*8;if(m===o.MIXED)return b;const P=b-c(m,v);switch(m){case o.NUMERIC:return Math.floor(P/10*3);case o.ALPHANUMERIC:return Math.floor(P/11*2);case o.KANJI:return Math.floor(P/13);case o.BYTE:default:return Math.floor(P/8)}},e.getBestVersionForData=function(v,g){let m;const y=n.from(g,n.M);if(Array.isArray(v)){if(v.length>1)return h(v,y);if(v.length===0)return 1;m=v[0]}else m=v;return l(m.mode,m.getLength(),y)},e.getEncodedBits=function(v){if(!s.isValid(v)||v<7)throw new Error("Invalid QR Code version");let g=v<<12;for(;t.getBCHDigit(g)-a>=0;)g^=i<<t.getBCHDigit(g)-a;return v<<12|g}})(oo)),oo}var ao={},Na;function ib(){if(Na)return ao;Na=1;const e=wt(),t=1335,r=21522,n=e.getBCHDigit(t);return ao.getEncodedBits=function(s,i){const a=s.bit<<3|i;let l=a<<10;for(;e.getBCHDigit(l)-n>=0;)l^=t<<e.getBCHDigit(l)-n;return(a<<10|l)^r},ao}var lo={},co,Ea;function ab(){if(Ea)return co;Ea=1;const e=Ct();function t(r){this.mode=e.NUMERIC,this.data=r.toString()}return t.getBitsLength=function(n){return 10*Math.floor(n/3)+(n%3?n%3*3+1:0)},t.prototype.getLength=function(){return this.data.length},t.prototype.getBitsLength=function(){return t.getBitsLength(this.data.length)},t.prototype.write=function(n){let o,s,i;for(o=0;o+3<=this.data.length;o+=3)s=this.data.substr(o,3),i=parseInt(s,10),n.put(i,10);const a=this.data.length-o;a>0&&(s=this.data.substr(o),i=parseInt(s,10),n.put(i,a*3+1))},co=t,co}var uo,Ra;function lb(){if(Ra)return uo;Ra=1;const e=Ct(),t=["0","1","2","3","4","5","6","7","8","9","A","B","C","D","E","F","G","H","I","J","K","L","M","N","O","P","Q","R","S","T","U","V","W","X","Y","Z"," ","$","%","*","+","-",".","/",":"];function r(n){this.mode=e.ALPHANUMERIC,this.data=n}return r.getBitsLength=function(o){return 11*Math.floor(o/2)+6*(o%2)},r.prototype.getLength=function(){return this.data.length},r.prototype.getBitsLength=function(){return r.getBitsLength(this.data.length)},r.prototype.write=function(o){let s;for(s=0;s+2<=this.data.length;s+=2){let i=t.indexOf(this.data[s])*45;i+=t.indexOf(this.data[s+1]),o.put(i,11)}this.data.length%2&&o.put(t.indexOf(this.data[s]),6)},uo=r,uo}var fo,ka;function cb(){if(ka)return fo;ka=1;const e=Ct();function t(r){this.mode=e.BYTE,typeof r=="string"?this.data=new TextEncoder().encode(r):this.data=new Uint8Array(r)}return t.getBitsLength=function(n){return n*8},t.prototype.getLength=function(){return this.data.length},t.prototype.getBitsLength=function(){return t.getBitsLength(this.data.length)},t.prototype.write=function(r){for(let n=0,o=this.data.length;n<o;n++)r.put(this.data[n],8)},fo=t,fo}var ho,Ta;function ub(){if(Ta)return ho;Ta=1;const e=Ct(),t=wt();function r(n){this.mode=e.KANJI,this.data=n}return r.getBitsLength=function(o){return o*13},r.prototype.getLength=function(){return this.data.length},r.prototype.getBitsLength=function(){return r.getBitsLength(this.data.length)},r.prototype.write=function(n){let o;for(o=0;o<this.data.length;o++){let s=t.toSJIS(this.data[o]);if(s>=33088&&s<=40956)s-=33088;else if(s>=57408&&s<=60351)s-=49472;else throw new Error("Invalid SJIS character: "+this.data[o]+`
|
|
43
|
+
Make sure your charset is UTF-8`);s=(s>>>8&255)*192+(s&255),n.put(s,13)}},ho=r,ho}var mo={exports:{}},_a;function db(){return _a||(_a=1,(function(e){var t={single_source_shortest_paths:function(r,n,o){var s={},i={};i[n]=0;var a=t.PriorityQueue.make();a.push(n,0);for(var l,c,u,h,p,v,g,m,y;!a.empty();){l=a.pop(),c=l.value,h=l.cost,p=r[c]||{};for(u in p)p.hasOwnProperty(u)&&(v=p[u],g=h+v,m=i[u],y=typeof i[u]>"u",(y||m>g)&&(i[u]=g,a.push(u,g),s[u]=c))}if(typeof o<"u"&&typeof i[o]>"u"){var x=["Could not find a path from ",n," to ",o,"."].join("");throw new Error(x)}return s},extract_shortest_path_from_predecessor_list:function(r,n){for(var o=[],s=n;s;)o.push(s),r[s],s=r[s];return o.reverse(),o},find_path:function(r,n,o){var s=t.single_source_shortest_paths(r,n,o);return t.extract_shortest_path_from_predecessor_list(s,o)},PriorityQueue:{make:function(r){var n=t.PriorityQueue,o={},s;r=r||{};for(s in n)n.hasOwnProperty(s)&&(o[s]=n[s]);return o.queue=[],o.sorter=r.sorter||n.default_sorter,o},default_sorter:function(r,n){return r.cost-n.cost},push:function(r,n){var o={value:r,cost:n};this.queue.push(o),this.queue.sort(this.sorter)},pop:function(){return this.queue.shift()},empty:function(){return this.queue.length===0}}};e.exports=t})(mo)),mo.exports}var Aa;function fb(){return Aa||(Aa=1,(function(e){const t=Ct(),r=ab(),n=lb(),o=cb(),s=ub(),i=_d(),a=wt(),l=db();function c(x){return unescape(encodeURIComponent(x)).length}function u(x,b,P){const w=[];let N;for(;(N=x.exec(P))!==null;)w.push({data:N[0],index:N.index,mode:b,length:N[0].length});return w}function h(x){const b=u(i.NUMERIC,t.NUMERIC,x),P=u(i.ALPHANUMERIC,t.ALPHANUMERIC,x);let w,N;return a.isKanjiModeEnabled()?(w=u(i.BYTE,t.BYTE,x),N=u(i.KANJI,t.KANJI,x)):(w=u(i.BYTE_KANJI,t.BYTE,x),N=[]),b.concat(P,w,N).sort(function(C,S){return C.index-S.index}).map(function(C){return{data:C.data,mode:C.mode,length:C.length}})}function p(x,b){switch(b){case t.NUMERIC:return r.getBitsLength(x);case t.ALPHANUMERIC:return n.getBitsLength(x);case t.KANJI:return s.getBitsLength(x);case t.BYTE:return o.getBitsLength(x)}}function v(x){return x.reduce(function(b,P){const w=b.length-1>=0?b[b.length-1]:null;return w&&w.mode===P.mode?(b[b.length-1].data+=P.data,b):(b.push(P),b)},[])}function g(x){const b=[];for(let P=0;P<x.length;P++){const w=x[P];switch(w.mode){case t.NUMERIC:b.push([w,{data:w.data,mode:t.ALPHANUMERIC,length:w.length},{data:w.data,mode:t.BYTE,length:w.length}]);break;case t.ALPHANUMERIC:b.push([w,{data:w.data,mode:t.BYTE,length:w.length}]);break;case t.KANJI:b.push([w,{data:w.data,mode:t.BYTE,length:c(w.data)}]);break;case t.BYTE:b.push([{data:w.data,mode:t.BYTE,length:c(w.data)}])}}return b}function m(x,b){const P={},w={start:{}};let N=["start"];for(let q=0;q<x.length;q++){const C=x[q],S=[];for(let R=0;R<C.length;R++){const A=C[R],E=""+q+R;S.push(E),P[E]={node:A,lastCount:0},w[E]={};for(let k=0;k<N.length;k++){const T=N[k];P[T]&&P[T].node.mode===A.mode?(w[T][E]=p(P[T].lastCount+A.length,A.mode)-p(P[T].lastCount,A.mode),P[T].lastCount+=A.length):(P[T]&&(P[T].lastCount=A.length),w[T][E]=p(A.length,A.mode)+4+t.getCharCountIndicator(A.mode,b))}}N=S}for(let q=0;q<N.length;q++)w[N[q]].end=0;return{map:w,table:P}}function y(x,b){let P;const w=t.getBestModeForData(x);if(P=t.from(b,w),P!==t.BYTE&&P.bit<w.bit)throw new Error('"'+x+'" cannot be encoded with mode '+t.toString(P)+`.
|
|
44
|
+
Suggested mode is: `+t.toString(w));switch(P===t.KANJI&&!a.isKanjiModeEnabled()&&(P=t.BYTE),P){case t.NUMERIC:return new r(x);case t.ALPHANUMERIC:return new n(x);case t.KANJI:return new s(x);case t.BYTE:return new o(x)}}e.fromArray=function(b){return b.reduce(function(P,w){return typeof w=="string"?P.push(y(w,null)):w.data&&P.push(y(w.data,w.mode)),P},[])},e.fromString=function(b,P){const w=h(b,a.isKanjiModeEnabled()),N=g(w),q=m(N,P),C=l.find_path(q.map,"start","end"),S=[];for(let R=1;R<C.length-1;R++)S.push(q.table[C[R]].node);return e.fromArray(v(S))},e.rawSplit=function(b){return e.fromArray(h(b,a.isKanjiModeEnabled()))}})(lo)),lo}var Ia;function hb(){if(Ia)return Yn;Ia=1;const e=wt(),t=Ms(),r=Jx(),n=Qx(),o=Zx(),s=eb(),i=tb(),a=kd(),l=ob(),c=sb(),u=ib(),h=Ct(),p=fb();function v(q,C){const S=q.size,R=s.getPositions(C);for(let A=0;A<R.length;A++){const E=R[A][0],k=R[A][1];for(let T=-1;T<=7;T++)if(!(E+T<=-1||S<=E+T))for(let I=-1;I<=7;I++)k+I<=-1||S<=k+I||(T>=0&&T<=6&&(I===0||I===6)||I>=0&&I<=6&&(T===0||T===6)||T>=2&&T<=4&&I>=2&&I<=4?q.set(E+T,k+I,!0,!0):q.set(E+T,k+I,!1,!0))}}function g(q){const C=q.size;for(let S=8;S<C-8;S++){const R=S%2===0;q.set(S,6,R,!0),q.set(6,S,R,!0)}}function m(q,C){const S=o.getPositions(C);for(let R=0;R<S.length;R++){const A=S[R][0],E=S[R][1];for(let k=-2;k<=2;k++)for(let T=-2;T<=2;T++)k===-2||k===2||T===-2||T===2||k===0&&T===0?q.set(A+k,E+T,!0,!0):q.set(A+k,E+T,!1,!0)}}function y(q,C){const S=q.size,R=c.getEncodedBits(C);let A,E,k;for(let T=0;T<18;T++)A=Math.floor(T/3),E=T%3+S-8-3,k=(R>>T&1)===1,q.set(A,E,k,!0),q.set(E,A,k,!0)}function x(q,C,S){const R=q.size,A=u.getEncodedBits(C,S);let E,k;for(E=0;E<15;E++)k=(A>>E&1)===1,E<6?q.set(E,8,k,!0):E<8?q.set(E+1,8,k,!0):q.set(R-15+E,8,k,!0),E<8?q.set(8,R-E-1,k,!0):E<9?q.set(8,15-E-1+1,k,!0):q.set(8,15-E-1,k,!0);q.set(R-8,8,1,!0)}function b(q,C){const S=q.size;let R=-1,A=S-1,E=7,k=0;for(let T=S-1;T>0;T-=2)for(T===6&&T--;;){for(let I=0;I<2;I++)if(!q.isReserved(A,T-I)){let O=!1;k<C.length&&(O=(C[k]>>>E&1)===1),q.set(A,T-I,O),E--,E===-1&&(k++,E=7)}if(A+=R,A<0||S<=A){A-=R,R=-R;break}}}function P(q,C,S){const R=new r;S.forEach(function(I){R.put(I.mode.bit,4),R.put(I.getLength(),h.getCharCountIndicator(I.mode,q)),I.write(R)});const A=e.getSymbolTotalCodewords(q),E=a.getTotalCodewordsCount(q,C),k=(A-E)*8;for(R.getLengthInBits()+4<=k&&R.put(0,4);R.getLengthInBits()%8!==0;)R.putBit(0);const T=(k-R.getLengthInBits())/8;for(let I=0;I<T;I++)R.put(I%2?17:236,8);return w(R,q,C)}function w(q,C,S){const R=e.getSymbolTotalCodewords(C),A=a.getTotalCodewordsCount(C,S),E=R-A,k=a.getBlocksCount(C,S),T=R%k,I=k-T,O=Math.floor(R/k),j=Math.floor(E/k),B=j+1,D=O-j,W=new l(D);let L=0;const le=new Array(k),xe=new Array(k);let ve=0;const he=new Uint8Array(q.buffer);for(let U=0;U<k;U++){const Q=U<I?j:B;le[U]=he.slice(L,L+Q),xe[U]=W.encode(le[U]),L+=Q,ve=Math.max(ve,Q)}const J=new Uint8Array(R);let Z=0,F,X;for(F=0;F<ve;F++)for(X=0;X<k;X++)F<le[X].length&&(J[Z++]=le[X][F]);for(F=0;F<D;F++)for(X=0;X<k;X++)J[Z++]=xe[X][F];return J}function N(q,C,S,R){let A;if(Array.isArray(q))A=p.fromArray(q);else if(typeof q=="string"){let O=C;if(!O){const j=p.rawSplit(q);O=c.getBestVersionForData(j,S)}A=p.fromString(q,O||40)}else throw new Error("Invalid data");const E=c.getBestVersionForData(A,S);if(!E)throw new Error("The amount of data is too big to be stored in a QR Code");if(!C)C=E;else if(C<E)throw new Error(`
|
|
5
45
|
The chosen QR Code version cannot contain this amount of data.
|
|
6
|
-
Minimum version required to store current data is: `+
|
|
7
|
-
`);const
|
|
8
|
-
`;return typeof l=="function"&&l(null,P),P},Ct}var Cn;function zc(){if(Cn)return Ke;Cn=1;const e=Pc(),r=Mc(),t=Bc(),o=Lc();function n(s,i,l,a,u){const c=[].slice.call(arguments,1),h=c.length,f=typeof c[h-1]=="function";if(!f&&!e())throw new Error("Callback required as last argument");if(f){if(h<2)throw new Error("Too few arguments provided");h===2?(u=l,l=i,i=a=void 0):h===3&&(i.getContext&&typeof u>"u"?(u=a,a=void 0):(u=a,a=l,l=i,i=void 0))}else{if(h<1)throw new Error("Too few arguments provided");return h===1?(l=i,i=a=void 0):h===2&&!i.getContext&&(a=l,l=i,i=void 0),new Promise(function(p,y){try{const v=r.create(l,a);p(s(v,i,a))}catch(v){y(v)}})}try{const p=r.create(l,a);u(null,s(p,i,a))}catch(p){u(p)}}return Ke.create=r.create,Ke.toCanvas=n.bind(null,t.render),Ke.toDataURL=n.bind(null,t.renderToDataURL),Ke.toString=n.bind(null,function(s,i,l){return o.render(s,l)}),Ke}var Oc=zc();const Xt=gc(Oc),di=({value:e,useful:r=!0,uselessElem:t,uselessProps:{style:o={},...n}={},foregroundColor:s="#000000",backgroundColor:i="#ffffff",margin:l=4,errorCorrectionLevel:a="medium",size:u=200,fullWidth:c,sx:h,className:f,style:p,...y})=>{const v=X.useRef(null),P=X.useRef(null),g=$(),{sxClassName:b,sxInlineStyle:w}=G(h,g),S=X.useCallback(N=>{const x=v.current;x&&Xt.toCanvas(x,e,{errorCorrectionLevel:a,margin:l,width:N,color:{dark:s,light:i}},C=>{if(C&&console.error(C),!r){const q=x.getContext("2d");q&&(q.globalCompositeOperation="source-over",q.fillStyle="rgba(255, 255, 255, 0.5)",q.fillRect(0,0,x.width,x.height),q.filter="grayscale(100%) opacity(0.5)",q.drawImage(x,0,0))}})},[i,a,s,l,r,e]);return X.useEffect(()=>{const N=P.current;if(!N)return;const x=new ResizeObserver(()=>{const C=Math.min(N.clientWidth,N.clientHeight);S(C)});return x.observe(N),()=>x.disconnect()},[e,r,s,i,l,a,S]),d.jsxs("div",{ref:P,className:I(b,f),style:O(p,{width:c?"100%":u,height:c?"100%":u,display:"flex",aspectRatio:"1",position:"relative"},w),...y,children:[d.jsx("canvas",{ref:v}),!r&&t&&d.jsx("div",{style:{position:"absolute",top:0,left:0,right:0,bottom:0,display:"flex",alignItems:"center",justifyContent:"center",color:"white",background:"radial-gradient(circle at center, rgba(0,0,0,1) 0%, rgba(0,0,0,0.3) 80%)",opacity:.5,...o},...n,children:t})]})},Dc=e=>e?{width:e,height:e}:{},hi=({size:e=200,fullWidth:r,sx:t,value:o,useful:n=!0,uselessElem:s,uselessProps:{style:i={},...l}={},alt:a,style:u,className:c,foregroundColor:h,backgroundColor:f,margin:p=4,errorCorrectionLevel:y,unload:v,width:P,height:g,...b})=>{const[w,S]=X.useState(""),[N,x]=X.useState(),C=X.useRef(null),q=$(),{sxClassName:_,sxInlineStyle:E}=G(t,q);return X.useEffect(()=>{if(!r)return;const k=C.current;if(!k)return;const R=()=>{x(Math.min(k.clientWidth,k.clientHeight))};R();const j=new ResizeObserver(R);return j.observe(k),()=>j.disconnect()},[r]),X.useEffect(()=>{const k=r?N:P?Le.getInstance().convertToPx(P):e?Le.getInstance().convertToPx(e):void 0;Xt.toDataURL(o,{color:{dark:h,light:f},width:k,margin:p,errorCorrectionLevel:y}).then(R=>S(R)).catch(R=>console.error(R))},[f,y,h,p,r,N,P,e,o]),w?d.jsxs("div",{ref:C,style:{width:r?"100%":e,height:r?"100%":e,display:"flex",aspectRatio:"1",position:"relative"},children:[d.jsx("img",{src:w,alt:a??"QR Code",className:I(_,c),style:O({filter:n?"none":"grayscale(100%) opacity(0.5)",transition:"filter 0.2s ease",position:"relative",...r?{width:"100%",height:"100%"}:Dc(e)},u,E),...!r&&{width:P,height:g},...b}),!n&&s&&d.jsx("div",{style:{position:"absolute",top:0,left:0,right:0,bottom:0,display:"flex",alignItems:"center",justifyContent:"center",color:"white",background:"radial-gradient(circle at center, rgba(0,0,0,1) 0%, rgba(0,0,0,0.3) 80%)",opacity:.5,...i},...l,children:s})]}):d.jsx(d.Fragment,{children:v})};function Fc({canvas:e,...r}){return e?d.jsx(di,{...r}):d.jsx(hi,{...r})}const Gc=e=>e?{width:e,height:e}:{},$c=({size:e,value:r,useful:t=!0,alt:o,style:n,foregroundColor:s,backgroundColor:i,margin:l,errorCorrectionLevel:a,unload:u,...c})=>{const[h,f]=X.useState("");return X.useEffect(()=>{Xt.toDataURL(r,{color:{dark:s,light:i},width:e,margin:l,errorCorrectionLevel:a}).then(p=>f(p)).catch(p=>console.error(p))},[i,a,s,l,e,r]),h?d.jsx("img",{src:h,alt:o??"QR Code",style:{filter:t?"none":"grayscale(100%) opacity(0.5)",transition:"filter 0.2s ease",...Gc(e),...n},...c}):d.jsx(d.Fragment,{children:u})},ze={sm:"px-3 py-2 text-xs",md:"px-4 py-3 text-sm",lg:"px-5 py-4 text-base"},Vc={outlined:"border border-slate-200 bg-white",filled:"border border-slate-100 bg-slate-50",ghost:"border border-transparent bg-transparent"};function mi(e){return null}function fi(e){const{className:r,...t}=e;return d.jsx(V,{component:"thead",className:I("bg-slate-50",r),...t})}function pi(e){return d.jsx(V,{component:"tbody",...e})}function Er(e){const{className:r,...t}=e;return d.jsx(V,{component:"tr",className:I("border-b border-slate-100 last:border-b-0",r),...t})}function kr(e){const{className:r,style:t,...o}=e;return d.jsx(V,{component:"th",scope:"col",className:I("whitespace-nowrap font-medium text-slate-700",r),style:O({textAlign:"left"},t),...o})}function or(e){const{className:r,style:t,...o}=e;return d.jsx(V,{component:"td",className:I("text-slate-700",r),style:O({textAlign:"left"},t),...o})}const St="ellipsis";function kt(e,r){return Number.isFinite(e)?Math.min(Math.max(Math.trunc(e),1),r):1}function Nt(e,r){const t=Math.max(r-e+1,0);return Array.from({length:t},(o,n)=>e+n)}function Kc(e){const{count:r,page:t,defaultPage:o=1}=e,[n,s]=m.useState(()=>kt(o,r)),i=t!==void 0,l=kt(i?t:n,r);return m.useEffect(()=>{i||s(a=>kt(a,r))},[r,i]),{page:l,setPage:s,isControlled:i}}function Uc(e){const{count:r,page:t,siblingCount:o,boundaryCount:n,showPreviousNext:s,disabled:i}=e,l=Nt(1,Math.min(n,r)),a=Nt(Math.max(r-n+1,n+1),r),u=Math.max(Math.min(t-o,r-n-o*2-1),n+2),c=Math.min(Math.max(t+o,n+o*2+2),a.length>0?a[0]-2:r-1),f=[...l,...u>n+2?[St]:n+1<r-n?[n+1]:[],...Nt(u,c),...c<r-n-1?[St]:r-n>n?[r-n]:[],...a].map(p=>p===St?{type:"ellipsis",page:null,selected:!1,disabled:!0}:{type:"page",page:p,selected:p===t,disabled:i});return s?[{type:"previous",page:Math.max(t-1,1),selected:!1,disabled:i||t<=1},...f,{type:"next",page:Math.min(t+1,r),selected:!1,disabled:i||t>=r}]:f}const Zt=({count:e,page:r,defaultPage:t,onPageChange:o,siblingCount:n=1,boundaryCount:s=1,variant:i="filled",showPreviousNext:l=!0,disabled:a=!1,getItemHref:u,renderItem:c,contentProps:h,className:f,class:p,sx:y,style:v,children:P,...g})=>{const b=$(),{sxClassName:w,sxInlineStyle:S}=G(y,b),N=typeof e=="number"&&e>0,{page:x,setPage:C,isControlled:q}=Kc({count:N?e:1,page:r,defaultPage:t}),_=N?Uc({count:e,page:x,siblingCount:Math.max(Math.trunc(n),0),boundaryCount:Math.max(Math.trunc(s),0),showPreviousNext:l,disabled:a}):[],E=(k,R,j)=>{if(j){k.preventDefault();return}k.preventDefault(),q||C(R),o?.(k,R)};return d.jsx("nav",{role:"navigation","aria-label":"分页",className:I("mx-auto flex w-full justify-center",w,f,p),style:O(v,S),...g,children:N?d.jsx(eo,{...h,children:_.map((k,R)=>{const j=`${k.type}-${k.page??R}`,T=k.page===null?void 0:u?.(k.page,k.type)??`#page-${k.page}`,A=k.page===null?void 0:F=>E(F,k.page,k.disabled),z={...k,href:T,onClick:A};return c?d.jsx(Be,{children:c(z)},j):k.type==="ellipsis"?d.jsx(Be,{children:d.jsx(oo,{})},j):k.type==="previous"?d.jsx(Be,{children:d.jsx(ro,{href:T,variant:i,disabled:k.disabled,onClick:A})},j):k.type==="next"?d.jsx(Be,{children:d.jsx(to,{href:T,variant:i,disabled:k.disabled,onClick:A})},j):d.jsx(Be,{children:d.jsx(hr,{href:T,variant:i,isActive:k.selected,disabled:k.disabled,onClick:A,children:k.page})},j)})}):P})};Zt.displayName="Pagination";const eo=m.forwardRef(({className:e,class:r,sx:t,style:o,...n},s)=>{const i=$(),{sxClassName:l,sxInlineStyle:a}=G(t,i),u={listStyle:"none",margin:0,padding:0};return d.jsx("ul",{ref:s,className:I("m-0 flex list-none flex-row items-center gap-1 p-0",l,e,r),style:O(u,o,a),...n})});eo.displayName="PaginationContent";const Be=m.forwardRef(({className:e,class:r,sx:t,style:o,...n},s)=>{const i=$(),{sxClassName:l,sxInlineStyle:a}=G(t,i);return d.jsx("li",{ref:s,className:I(l,e,r),style:O({listStyle:"none",margin:0},o,a),...n})});Be.displayName="PaginationItem";function Hc(e,r){return r?e==="filled"?"primary":"outline":"ghost"}const hr=({className:e,class:r,isActive:t,disabled:o,variant:n="outline",size:s="icon",tabIndex:i,...l})=>d.jsx(Or,{component:"a","aria-current":t?"page":void 0,"aria-disabled":o?!0:void 0,variant:Hc(n,t),size:s,tabIndex:o?-1:i,className:I(o&&"pointer-events-none opacity-50",t&&n==="filled"&&"!text-white hover:!text-white",e,r),...l});hr.displayName="PaginationLink";const ro=({className:e,children:r,...t})=>d.jsx(hr,{"aria-label":"上一页",size:"md",className:I("gap-1 pl-2.5",e),...t,children:r??d.jsxs(d.Fragment,{children:[d.jsx(ae,{name:"chevron_left",size:16}),d.jsx("span",{children:"上一页"})]})});ro.displayName="PaginationPrevious";const to=({className:e,children:r,...t})=>d.jsx(hr,{"aria-label":"下一页",size:"md",className:I("gap-1 pr-2.5",e),...t,children:r??d.jsxs(d.Fragment,{children:[d.jsx("span",{children:"下一页"}),d.jsx(ae,{name:"chevron_right",size:16})]})});to.displayName="PaginationNext";const oo=({className:e,class:r,sx:t,style:o,...n})=>{const s=$(),{sxClassName:i,sxInlineStyle:l}=G(t,s);return d.jsxs("span",{"aria-hidden":!0,className:I("flex h-8 w-8 items-center justify-center",i,e,r),style:O(o,l),...n,children:[d.jsx(ae,{name:"more_horiz",size:16}),d.jsx("span",{className:"sr-only",children:"更多页码"})]})};oo.displayName="PaginationEllipsis";function lr(e){return typeof e=="number"?`${e}px`:e}function Wc(e,r){if(r)return e[String(r)]}function no(e,r){return e.key!==void 0?e.key:e.dataIndex!==void 0?String(e.dataIndex):r}function Sn(e,r,t){if(typeof t=="function")return t(e,r);if(t){const n=e[String(t)];if(typeof n=="string"||typeof n=="number"||typeof n=="bigint")return n}const o=e.key;return typeof o=="string"||typeof o=="number"||typeof o=="bigint"?o:r}function Yc(e){const r=e[0];return r?Object.keys(r).map(t=>({key:t,dataIndex:t,title:t})):[]}function Jc(e){return m.isValidElement(e)&&e.type===mi}function Qc(e){const r=[],t=[];return m.Children.forEach(e,o=>{if(Jc(o)){r.push(o.props);return}t.push(o)}),{childColumns:r,restChildren:t}}function Xc(e){const{selectedRowKeys:r,defaultSelectedRowKeys:t=[]}=e,[o,n]=m.useState(t),s=r!==void 0;return{selectedKeys:s?r:o,setSelectedKeys:n,isControlled:s}}function Zc(e){const{selectionEnabled:r,size:t,allChecked:o,partiallyChecked:n,selectableKeysLength:s,onToggleCurrentPage:i,indexColumn:l,visibleColumns:a}=e;return d.jsxs(Er,{className:"border-b border-slate-200",children:[r?d.jsx(kr,{className:I(ze[t],"w-12 text-center"),style:{textAlign:"center"},children:d.jsx(cr,{"aria-label":"选择当前页",checked:n?"indeterminate":o,disabled:!s,onCheckedChange:u=>i(u===!0)})}):null,l?d.jsx(kr,{className:I(ze[t],"text-slate-600"),style:{width:lr(typeof l=="object"?l.width:64),textAlign:"center"},children:typeof l=="object"?l.title??"#":"#"}):null,a.map((u,c)=>d.jsx(kr,{sx:u.headerSx,className:I(ze[t],u.headerClassName),style:{width:lr(u.width),textAlign:u.headerAlign??u.align??"left"},children:u.title??String(u.dataIndex??"")},no(u,c)))]})}function ed(e){const{bodyProps:r,currentRowMeta:t,selectedSet:o,rowProps:n,size:s,striped:i,hoverable:l,selectionEnabled:a,onToggleRow:u,indexColumn:c,visibleColumns:h,empty:f,tableColumnCount:p}=e,y=t.length>0;return d.jsx(pi,{...r,children:y?t.map(({record:v,index:P,absoluteIndex:g,key:b,disabled:w})=>{const S=o.has(b),N=typeof n=="function"?n(v,g):n;return d.jsxs(Er,{...N,"data-selected":S?"":void 0,className:I(i&&P%2===1&&"bg-slate-50/70",l&&"transition-colors hover:bg-blue-50/50",S&&"bg-blue-50",N?.className),children:[a?d.jsx(or,{className:I(ze[s],"w-12 text-center"),style:{textAlign:"center"},children:d.jsx(cr,{"aria-label":`选择第 ${g+1} 行`,checked:S,disabled:w,onCheckedChange:x=>u(b,x===!0)})}):null,c?d.jsx(or,{className:I(ze[s],"text-slate-500"),style:{textAlign:"center"},children:g+1}):null,h.map((x,C)=>{const q=Wc(v,x.dataIndex);return d.jsx(or,{sx:x.sx,className:I(ze[s],x.className),style:{width:lr(x.width),textAlign:x.align??"left"},children:x.render?x.render(q,v,g):q},no(x,C))})]},b)}):d.jsx(Er,{children:d.jsx(or,{className:I(ze[s],"text-center text-slate-500"),colSpan:Math.max(p,1),style:{textAlign:"center"},children:f})})})}function rd(e){const{pageCount:r,currentPage:t,justifyClassName:o,onPageChange:n}=e;return r<=1?null:d.jsx(V,{className:I("flex border-t border-slate-100 p-3",o),children:d.jsx(Zt,{count:r,page:t,onPageChange:n})})}function td(e){const{columns:r,dataSource:t=[],rowKey:o="id",size:n="md",variant:s="outlined",striped:i=!1,bordered:l=!1,hoverable:a=!0,stickyHeader:u=!1,loading:c=!1,empty:h="暂无数据",caption:f,indexColumn:p=!1,rowSelection:y,pagination:v,tableProps:P,headProps:g,bodyProps:b,rowProps:w,className:S,children:N,rounded:x="lg",...C}=e,{childColumns:q,restChildren:_}=Qc(N),k=(r??(q.length?q:Yc(t))).filter(Q=>!Q.hidden),R=v===!1?t.length||1:v?.pageSize??(t.length||1),j=v===!1?t.length:v?.total??t.length,T=Math.max(Math.ceil(j/R),1),[A,z]=m.useState(v===!1?1:v?.defaultPage??1),F=v===!1?1:v?.page??A,H=(F-1)*R,ee=v===!1?t:t.slice(H,H+R),M=!!y,{selectedKeys:le,setSelectedKeys:we,isControlled:Pe}=Xc({selectedRowKeys:y?.selectedRowKeys,defaultSelectedRowKeys:y?.defaultSelectedRowKeys}),be=ee.map((Q,ie)=>{const me=H+ie,Yr=Sn(Q,me,o),Ui=y?.getCheckboxProps?.(Q,me);return{record:Q,index:ie,absoluteIndex:me,key:Yr,disabled:!!Ui?.disabled}}),W=be.filter(Q=>!Q.disabled).map(Q=>Q.key),J=new Set(le),te=W.filter(Q=>J.has(Q)).length,se=W.length>0&&te===W.length,Y=te>0&&!se,Ce=v!==!1&&v?.position==="left"?"justify-start":v!==!1&&v?.position==="center"?"justify-center":"justify-end",Ae=k.length+(M?1:0)+(p?1:0),Ge=lr(typeof p=="object"?p.width:64);function $e(Q){Pe||we(Q);const ie=new Set(Q);y?.onChange?.(Q,t.filter((me,Yr)=>ie.has(Sn(me,Yr,o))))}function Ve(Q,ie){const me=new Set(le);ie?me.add(Q):me.delete(Q),$e(Array.from(me))}function Vi(Q){const ie=new Set(le);W.forEach(me=>{Q?ie.add(me):ie.delete(me)}),$e(Array.from(ie))}function Ki(Q,ie){v!==!1&&v?.page===void 0&&z(ie),v!==!1&&v?.onPageChange?.(ie,R)}return d.jsxs(V,{rounded:x,loading:c,className:I("table-root w-full overflow-hidden",Vc[s],S),...C,children:[d.jsx(V,{className:"table-scroll w-full overflow-x-auto",children:d.jsxs(V,{component:"table",...P,className:I("table w-full table-fixed border-collapse text-left",l&&"[&_td]:border-r [&_td]:border-slate-100 [&_td:last-child]:border-r-0 [&_th]:border-r [&_th]:border-slate-100 [&_th:last-child]:border-r-0",P?.className),style:O({borderCollapse:"collapse",display:"table",tableLayout:"fixed",width:"100%"},P?.style),children:[Ae>0?d.jsxs("colgroup",{children:[M?d.jsx("col",{style:{width:48}}):null,p?d.jsx("col",{style:{width:Ge}}):null,k.map((Q,ie)=>d.jsx("col",{style:{width:lr(Q.width)}},no(Q,ie)))]}):null,f?d.jsx("caption",{className:"px-4 py-3 text-left text-sm text-slate-600",children:f}):null,d.jsx(fi,{...g,className:I(u&&"sticky top-0 z-10",g?.className),children:d.jsx(Zc,{selectionEnabled:M,size:n,allChecked:se,partiallyChecked:Y,selectableKeysLength:W.length,onToggleCurrentPage:Vi,indexColumn:p,visibleColumns:k})}),d.jsx(ed,{bodyProps:b,currentRowMeta:be,selectedSet:J,rowProps:w,size:n,striped:i,hoverable:a,selectionEnabled:M,onToggleRow:Ve,indexColumn:p,visibleColumns:k,empty:h,tableColumnCount:Ae})]})}),v!==!1&&T>1?d.jsx(rd,{pageCount:T,currentPage:F,justifyClassName:Ce,onPageChange:Ki}):null,_]})}const Te=Object.assign(td,{Column:mi,Head:fi,Body:pi,Row:Er,Cell:or,HeaderCell:kr});Te.displayName="Table";Te.Column.displayName="Table.Column";Te.Head.displayName="Table.Head";Te.Body.displayName="Table.Body";Te.Row.displayName="Table.Row";Te.Cell.displayName="Table.Cell";Te.HeaderCell.displayName="Table.HeaderCell";const kn={full:"",middle:"px-4",inset:"pl-4"},od={full:"",middle:"py-4",inset:"pt-4"};function vi(e){const{vertical:r=!1,variant:t="full",align:o="center",type:n="solid",color:s="text-gray-200",sx:i,children:l,className:a,style:u,...c}=e,h=$(),{sxClassName:f,sxInlineStyle:p}=G(i,h),y=O(u,p);if(r)return d.jsx("div",{role:"separator","aria-orientation":"vertical",className:I("inline-flex min-h-6 self-stretch items-stretch text-gray-200",od[t],f,a),style:y,...c,children:d.jsx("span",{"aria-hidden":!0,className:I("border-l border-current",s),style:{borderStyle:n}})});const v=l!=null,P=o==="left"?"w-8 flex-none":"flex-1",g=o==="right"?"w-8 flex-none":"flex-1";return v?d.jsxs("div",{role:"separator","aria-orientation":"horizontal",className:I("flex w-full items-center text-gray-200",kn[t],f,a),style:y,...c,children:[d.jsx("span",{"aria-hidden":!0,className:I(P,"border-t border-current",s),style:{borderStyle:n}}),d.jsx("span",{className:"shrink-0 px-3 text-gray-500",children:l}),d.jsx("span",{"aria-hidden":!0,className:I(g,"border-t border-current",s),style:{borderStyle:n}})]}):d.jsx("div",{role:"separator","aria-orientation":"horizontal",className:I("w-full text-gray-200",kn[t],f,a),style:y,...c,children:d.jsx("span",{"aria-hidden":!0,className:I("block w-full border-t border-current",s),style:{borderStyle:n}})})}vi.displayName="Divider";const Nn={xs:"gap-1",sm:"gap-2",md:"gap-3",lg:"gap-4",xl:"gap-6"};function nd(e){return e==="col"?"column":e==="col-reverse"?"column-reverse":e}function sd(e){return typeof e=="boolean"?e?"wrap":"nowrap":e}function Rn(e){if(e!==void 0)return typeof e=="number"?`${e}px`:e}function id(e){return typeof e=="number"?{gapStyle:`${e}px`}:typeof e=="string"&&e in Nn?{gapClass:Nn[e]}:{gapStyle:e}}function gi(e){const{direction:r="row",justify:t,items:o,flex:n,wrap:s="nowrap",gap:i="md",width:l,height:a,sx:u,className:c,style:h,...f}=e,{gapClass:p,gapStyle:y}=id(i),v={flexDirection:nd(r),justifyContent:t,alignItems:o,flexWrap:sd(s),flex:n,gap:y,width:Rn(l),height:Rn(a)};return d.jsx(V,{className:I("flex",p,c),style:O(h,v),sx:u,...f})}gi.displayName="Flex";function _n(e){if(e!==void 0)return typeof e=="number"?`${e*8}px`:e}function ld(e){return!e||Number.isNaN(e)||e<=0?12:e}function ad(e){return typeof e=="boolean"?e?"wrap":"nowrap":e}function ud(e){return e==="grow"?{flexBasis:0,flexGrow:1,maxWidth:"100%"}:{flexBasis:`calc(100% * ${e} / var(--ldkj-grid-columns, 12))`,maxWidth:`calc(100% * ${e} / var(--ldkj-grid-columns, 12))`,flexGrow:0}}function cd(e){return e==="auto"?{marginLeft:"auto"}:{marginLeft:`calc(100% * ${e} / var(--ldkj-grid-columns, 12))`}}function Ur(e){const{container:r=!1,size:t,offset:o,columns:n,spacing:s,rowSpacing:i,columnSpacing:l,wrap:a="wrap",direction:u="row",sx:c,className:h,style:f,...p}=e,y=ld(n),v=_n(i??s),P=_n(l??s),g={};return r?(g.display="flex",g.flexWrap=ad(a),g.flexDirection=u,g.rowGap=v,g.columnGap=P,g["--ldkj-grid-columns"]=String(y)):n!==void 0&&(g["--ldkj-grid-columns"]=String(y)),t!==void 0&&Object.assign(g,ud(t)),o!==void 0&&Object.assign(g,cd(o)),d.jsx(V,{className:I("min-w-0",h),style:O(f,g),sx:c,...p})}Ur.displayName="Grid";function dd(e,r){return{paddingTop:e==="top"||e==="both"?"env(safe-area-inset-top, 0px)":void 0,paddingBottom:e==="bottom"||e==="both"?"env(safe-area-inset-bottom, 0px)":void 0,paddingLeft:r?"env(safe-area-inset-left, 0px)":void 0,paddingRight:r?"env(safe-area-inset-right, 0px)":void 0}}function Hr(e){const{component:r,position:t="both",horizontal:o=!1,sx:n,className:s,style:i,children:l,...a}=e,u=dd(t,o);return d.jsx(V,{component:r,className:I("box-border",s),style:O(i,u),sx:n,...a,children:l})}function Pi(e){return d.jsx(Hr,{...e,position:"top"})}function bi(e){return d.jsx(Hr,{...e,position:"bottom"})}Hr.displayName="SafeArea";Pi.displayName="SafeAreaTop";bi.displayName="SafeAreaBottom";const jn={sm:640,md:768,lg:1024,xl:1280},In={xs:"0.25rem",sm:"0.5rem",md:"0.75rem",lg:"1rem",xl:"1.5rem"},yi=Symbol("ldkj-space-item"),We=(e=>{const{className:r,class:t,style:o,sx:n,flex:s,grow:i,shrink:l,basis:a,order:u,alignSelf:c,children:h,...f}=e;return d.jsx(V,{className:[r,t].filter(Boolean).join(" "),style:O(o,{flex:s,flexGrow:i,flexShrink:l,flexBasis:a,order:u,alignSelf:c}),sx:n,...f,children:h})});We.displayName="SpaceItem";We[yi]=!0;function qi(e){return typeof e!="object"||e===null||Array.isArray(e)?!1:Object.keys(e).some(t=>["xs","sm","md","lg","xl"].includes(t))}function er(e){if(e!==void 0)return qi(e)?e.xs:e}function rr(e,r){if(e===void 0||!qi(e))return;const t={};return Object.keys(jn).forEach(o=>{const n=e[o];if(n===void 0)return;const s=jn[o];t[`@media (min-width: ${s}px)`]=r(n)}),Object.keys(t).length?t:void 0}function En(e){return e==="vertical"?"column":"row"}function Tn(e){return e===void 0?"wrap":typeof e=="boolean"?e?"wrap":"nowrap":e}function Re(e){return typeof e=="number"?`${e}px`:e in In?In[e]:e}function An(e){if(e===void 0){const t=Re("md");return{rowGap:t,columnGap:t}}if(Array.isArray(e))return{rowGap:Re(e[0]),columnGap:Re(e[1])};if(typeof e=="object"){if("row"in e||"column"in e)return{rowGap:Re(e.row??"md"),columnGap:Re(e.column??"md")};if("x"in e||"y"in e)return{rowGap:Re(e.y??"md"),columnGap:Re(e.x??"md")}}const r=Re(e);return{rowGap:r,columnGap:r}}function hd(e){return!!e.type?.[yi]}function xi(e,r,t,o,n){if(m.isValidElement(e)&&hd(e)){const s=[t,e.props.className,e.props.class].filter(Boolean).join(" ");return d.jsx(We,{...e.props,className:s||void 0,style:O(o,e.props.style),sx:[n,e.props.sx],children:e.props.children},e.key??`space-item-${r}`)}return d.jsx(We,{className:t,style:o,sx:n,children:e},m.isValidElement(e)?e.key??`space-item-${r}`:`space-item-${r}`)}function md(e,r,t,o,n){const s=m.Children.toArray(e),i=[];return s.forEach((l,a)=>{i.push(xi(l,a,t,o,n)),a<s.length-1&&i.push(d.jsx(We,{"aria-hidden":"true",children:r},`space-split-${a}`))}),i}const so=e=>{const{direction:r="horizontal",size:t="md",wrap:o=!0,align:n,justify:s,split:i,itemClassName:l,itemStyle:a,itemSx:u,sx:c,children:h,style:f,...p}=e,y=er(r)??"horizontal",v=er(t)??"md",P=er(o)??!0,g=er(n),b=er(s),w=An(v),S={display:"flex",flexDirection:En(y),flexWrap:Tn(P),alignItems:g,justifyContent:b,rowGap:w.rowGap,columnGap:w.columnGap},N=rr(r,R=>({flexDirection:En(R)})),x=rr(t,R=>An(R)),C=rr(o,R=>({flexWrap:Tn(R)})),q=rr(n,R=>({alignItems:R})),_=rr(s,R=>({justifyContent:R})),E=[N,x,C,q,_,c],k=i!=null?md(h,i,l,a,u):m.Children.toArray(h).map((R,j)=>xi(R,j,l,a,u));return d.jsx(V,{style:O(f,S),sx:E,...p,children:k})};so.displayName="Space";so.Item=We;function fd(e){return e===void 0?{}:Array.isArray(e)?{rowSpacing:e[0],columnSpacing:e[1]}:{spacing:e}}function wi(e){const{gutter:r=0,align:t,justify:o,wrap:n="wrap",direction:s="row",style:i,...l}=e,a=fd(r);return d.jsx(Ur,{container:!0,wrap:n,direction:s,style:O(i,{alignItems:t,justifyContent:o}),...a,...l})}wi.displayName="Row";function Ci(e){const{span:r,offset:t,flex:o,style:n,...s}=e;return d.jsx(Ur,{size:r,offset:t,style:O(n,{flex:o}),...s})}Ci.displayName="Col";const Si=m.createContext({}),ki=m.forwardRef(({separator:e,items:r,listProps:t,sx:o,style:n,className:s,class:i,children:l,...a},u)=>{const c=$(),{sxClassName:h,sxInlineStyle:f}=G(o,c),p=Array.isArray(r)&&r.length>0;return d.jsx(Si.Provider,{value:{separator:e},children:d.jsx("nav",{ref:u,"aria-label":"breadcrumb",className:I(h,s,i),style:O(n,f),...a,children:p?d.jsx(io,{...t,children:r.map((y,v)=>{const{key:P,label:g,href:b,current:w,separator:S,ellipsis:N,itemProps:x,linkProps:C,pageProps:q}=y,_=v===r.length-1,E=w??_;return d.jsxs(m.Fragment,{children:[d.jsx(lo,{...x,children:N?d.jsx(ho,{}):E?d.jsx(uo,{...q,children:g}):d.jsx(ao,{href:b,...C,children:g})}),_?null:d.jsx(co,{children:S})]},P??v)})}):l})})});ki.displayName="Breadcrumb";const io=m.forwardRef(({sx:e,style:r,className:t,class:o,...n},s)=>{const i=$(),{sxClassName:l,sxInlineStyle:a}=G(e,i),u={listStyle:"none",margin:0,padding:0};return d.jsx("ol",{ref:s,className:I("m-0 flex list-none flex-wrap items-center gap-1.5 break-words p-0 text-sm text-muted-foreground sm:gap-2.5",l,t,o),style:O(u,r,a),...n})});io.displayName="BreadcrumbList";const lo=m.forwardRef(({sx:e,style:r,className:t,class:o,...n},s)=>{const i=$(),{sxClassName:l,sxInlineStyle:a}=G(e,i),u={margin:0,display:"inline-flex",alignItems:"center"};return d.jsx("li",{ref:s,className:I("inline-flex items-center gap-1.5 leading-none",l,t,o),style:O(u,r,a),...n})});lo.displayName="BreadcrumbItem";const ao=m.forwardRef(({component:e,sx:r,style:t,className:o,class:n,...s},i)=>{const l=e??"a",a=$(),{sxClassName:u,sxInlineStyle:c}=G(r,a);return d.jsx(l,{ref:i,className:I("inline-flex items-center leading-none transition-colors hover:text-foreground",u,o,n),style:O(t,c),...s})});ao.displayName="BreadcrumbLink";const uo=m.forwardRef(({sx:e,style:r,className:t,class:o,...n},s)=>{const i=$(),{sxClassName:l,sxInlineStyle:a}=G(e,i);return d.jsx("span",{ref:s,role:"link","aria-disabled":"true","aria-current":"page",className:I("inline-flex items-center font-normal leading-none text-foreground",l,t,o),style:O(r,a),...n})});uo.displayName="BreadcrumbPage";const co=({children:e,sx:r,style:t,className:o,class:n,...s})=>{const i=$(),{sxClassName:l,sxInlineStyle:a}=G(r,i),{separator:u}=m.useContext(Si),c={margin:0,display:"inline-flex",alignItems:"center"};return d.jsx("li",{role:"presentation","aria-hidden":"true",className:I("shrink-0 leading-none [&>svg]:h-3.5 [&>svg]:w-3.5",l,o,n),style:O(c,t,a),...s,children:e??u??d.jsx(ae,{name:"chevron_right"})})};co.displayName="BreadcrumbSeparator";const ho=({sx:e,style:r,className:t,class:o,...n})=>{const s=$(),{sxClassName:i,sxInlineStyle:l}=G(e,s);return d.jsxs("span",{role:"presentation","aria-hidden":"true",className:I("flex h-9 w-9 items-center justify-center",i,t,o),style:O(r,l),...n,children:[d.jsx(ae,{name:"more_horiz",className:"h-4 w-4"}),d.jsx("span",{className:"sr-only",children:"More"})]})};ho.displayName="BreadcrumbEllipsis";function pd(e,r){if(typeof document>"u"||typeof window>"u")return;const t=document.getElementById(e);if(t){if(r.offset!==0){const o=t.getBoundingClientRect(),n=window.scrollY+o.top-r.offset;window.scrollTo({top:n,behavior:r.behavior});return}t.scrollIntoView({behavior:r.behavior,block:r.block,inline:r.inline})}}function Ni(e){const{id:r,offset:t=0,behavior:o="smooth",block:n="start",inline:s="nearest",onNavigate:i,className:l,class:a,sx:u,style:c}=e,h=$(),{sxClassName:f,sxInlineStyle:p}=G(u,h),y=I("inline-flex w-fit p-0",f,l,a),v=O(c,p),P=()=>{pd(r,{behavior:o,block:n,inline:s,offset:t}),i?.(r)};if(e.hash===!0){const{hash:A,onClick:z,href:F,onNavigate:H,class:ee,sx:M,offset:le,behavior:we,block:Pe,inline:be,...W}=e;return d.jsx("a",{href:F??`#${r}`,className:y,style:v,onClick:J=>{J.preventDefault(),P(),z?.(J)},...W})}const{component:g,onClick:b,onKeyDown:w,hash:S,onNavigate:N,class:x,sx:C,offset:q,behavior:_,block:E,inline:k,...R}=e,j=g??"button",T=j==="button";return d.jsx(j,{className:y,style:v,type:T?"button":void 0,role:T?void 0:"button",tabIndex:T?void 0:0,onClick:A=>{P(),b?.(A)},onKeyDown:A=>{!T&&(A.key==="Enter"||A.key===" ")&&(A.preventDefault(),P()),w?.(A)},...R})}Ni.displayName="Anchor";function vd(){return m.useRef(null)}const mo=m.createContext(null),ar=m.createContext(0),Mt=m.createContext(null);function Ri(e){const r=m.useContext(mo);if(!r)throw new Error(`${e} must be used within Menu.`);return r}function Mn(e){const{value:r,defaultValue:t=[],onChange:o}=e,[n,s]=m.useState(t),i=r!==void 0,l=i?r:n,a=m.useCallback((u,c)=>{i||s(u),o?.(u,{key:c,keys:u})},[i,o]);return[l,a]}function Tr(e){return typeof e=="number"?`${e}px`:e}function gd(e){if(!e)return;const r={};return e.itemText&&(r["--menu-item-text"]=e.itemText),e.itemBackground&&(r["--menu-item-bg"]=e.itemBackground),e.itemHoverText&&(r["--menu-item-hover-text"]=e.itemHoverText),e.itemHoverBackground&&(r["--menu-item-hover-bg"]=e.itemHoverBackground),e.itemSelectedText&&(r["--menu-item-selected-text"]=e.itemSelectedText),e.itemSelectedBackground&&(r["--menu-item-selected-bg"]=e.itemSelectedBackground),e.itemSelectedHoverText&&(r["--menu-item-selected-hover-text"]=e.itemSelectedHoverText),e.itemDisabledText&&(r["--menu-item-disabled-text"]=e.itemDisabledText),Object.keys(r).length?r:void 0}function Pd(e,r){return e.key??e.href??r.join("-")}function bd(e){return e.key==="Enter"||e.key===" "}function mr(e){const{className:r,class:t,sx:o,style:n,...s}=e,i=m.useContext(mo),l=$(),{sxClassName:a,sxInlineStyle:u}=G(o,l),c={display:"flex",flexDirection:"column",gap:i?Tr(i.itemGap):void 0,listStyle:"none",margin:0,padding:0};return d.jsx("ul",{className:I("m-0 list-none p-0",a,r,t),style:O(c,n,u),...s})}mr.displayName="Menu.List";function fo(e){const{itemKey:r,label:t,icon:o,iconProps:n,href:s,component:i,disabled:l=!1,selected:a,unselectOnClick:u,onClick:c,onSelect:h,className:f,class:p,sx:y,style:v,children:P,...g}=e,b=Ri("Menu.Item"),w=m.useContext(ar),S=a??b.selectedKeys.includes(r),N=$(),{sxClassName:x,sxInlineStyle:C}=G(y,N),q=i??(s?"a":"button"),_=q==="button",E=k=>{if(l){k.preventDefault();return}b.selectKey(r,u),h?.(r),c?.(k)};return d.jsx("li",{role:"none",style:{listStyle:"none",margin:0},children:d.jsxs(q,{className:I("flex min-h-10 w-full items-center gap-2 rounded-md px-3 py-2 text-left text-sm leading-5 text-[color:var(--menu-item-text,#334155)] transition-colors hover:bg-[color:var(--menu-item-hover-bg,#f1f5f9)] hover:text-[color:var(--menu-item-hover-text,#0f172a)] focus-visible:outline-none focus-visible:ring-2 focus-visible:ring-blue-500",S&&"bg-[color:var(--menu-item-selected-bg,#e0f2fe)] text-[color:var(--menu-item-selected-text,#075985)] hover:bg-[color:var(--menu-item-selected-bg,#e0f2fe)] hover:text-[color:var(--menu-item-selected-hover-text,#075985)]",l&&"cursor-not-allowed text-[color:var(--menu-item-disabled-text,#94a3b8)] opacity-70 hover:bg-transparent",x,f,p),style:O({paddingLeft:`calc(0.75rem + ${w} * ${Tr(b.indent)})`},v,C),href:s,type:_?"button":void 0,role:"menuitem","aria-disabled":l||void 0,"aria-current":S?"page":void 0,"data-menu-item-key":r,"data-selected":S?"":void 0,disabled:_?l:void 0,onClick:E,...g,children:[o?d.jsx(ae,{name:o,size:18,className:"shrink-0",...n}):null,d.jsx("span",{className:"min-w-0 flex-1 truncate",children:t??P})]})})}fo.displayName="Menu.Item";function po(e){const{itemKey:r,label:t,icon:o,iconProps:n,disabled:s=!1,className:i,class:l,sx:a,style:u,children:c,...h}=e,f=Ri("Menu.Sub"),p=m.useContext(ar),y=m.useContext(Mt),v=f.openKeys.includes(r),P=$(),{sxClassName:g,sxInlineStyle:b}=G(a,P);return m.useEffect(()=>f.registerSub(r,y),[f,r,y]),d.jsxs("li",{className:I(g,i,l),style:O({display:"flex",flexDirection:"column",gap:Tr(f.itemGap),listStyle:"none",margin:0},u,b),...h,children:[d.jsxs("button",{type:"button",className:I("flex min-h-10 w-full items-center gap-2 rounded-md px-3 py-2 text-left text-sm leading-5 text-[color:var(--menu-item-text,#334155)] transition-colors hover:bg-[color:var(--menu-item-hover-bg,#f1f5f9)] hover:text-[color:var(--menu-item-hover-text,#0f172a)] focus-visible:outline-none focus-visible:ring-2 focus-visible:ring-blue-500",v&&"bg-slate-100 text-slate-950",s&&"cursor-not-allowed text-[color:var(--menu-item-disabled-text,#94a3b8)] opacity-70 hover:bg-transparent"),style:{paddingLeft:`calc(0.75rem + ${p} * ${Tr(f.indent)})`},"aria-expanded":v,"aria-disabled":s||void 0,"data-menu-sub-key":r,disabled:s,onClick:()=>{s||f.toggleOpenKey(r)},onKeyDown:w=>{!s&&bd(w)&&(w.preventDefault(),f.toggleOpenKey(r))},children:[o?d.jsx(ae,{name:o,size:18,className:"shrink-0",...n}):null,d.jsx("span",{className:"min-w-0 flex-1 truncate",children:t}),d.jsx(ae,{name:"unfold_more",size:18,className:I("shrink-0 transition-transform",v?"rotate-180":"rotate-90")})]}),v?d.jsx(ar.Provider,{value:p+1,children:d.jsx(Mt.Provider,{value:r,children:d.jsx(mr,{role:"menu","aria-label":typeof t=="string"?t:void 0,children:c})})}):null]})}po.displayName="Menu.Sub";function vo(e){const{label:r,className:t,class:o,sx:n,style:s,children:i,...l}=e,a=m.useContext(ar),u=$(),{sxClassName:c,sxInlineStyle:h}=G(n,u);return d.jsxs("li",{className:I("py-1",c,t,o),style:O({listStyle:"none",margin:0},s,h),...l,children:[r?d.jsx("div",{className:"px-3 py-2 text-xs font-medium uppercase text-slate-500",style:{paddingLeft:`calc(0.75rem + ${a} * 12px)`},children:r}):null,d.jsx(mr,{role:"group",children:i})]})}vo.displayName="Menu.Group";function Bt(e,r=[]){return e.map((t,o)=>{const n=[...r,o],s=Pd(t,n);return t.type==="group"?d.jsx(vo,{label:t.label,...t.groupProps,children:t.children?Bt(t.children,n):null},s):t.children?.length||t.type==="sub"?d.jsx(po,{itemKey:s,label:t.label,icon:t.icon,iconProps:t.iconProps,disabled:t.disabled,...t.subProps,children:t.children?Bt(t.children,n):null},s):d.jsx(fo,{itemKey:s,label:t.label,icon:t.icon,iconProps:t.iconProps,href:t.href,disabled:t.disabled,unselectOnClick:t.unselectOnClick,...t.itemProps},s)})}function _i(e){const{items:r,selectedKeys:t,defaultSelectedKeys:o,onSelectedKeysChange:n,openKeys:s,defaultOpenKeys:i,onOpenKeysChange:l,multiple:a=!1,accordion:u=!1,indent:c=18,itemGap:h=4,itemColors:f,menuRef:p,children:y,listProps:v,className:P,class:g,style:b,component:w,...S}=e,[N,x]=Mn({value:t,defaultValue:o,onChange:n}),[C,q]=Mn({value:s,defaultValue:i,onChange:l}),_=m.useRef(new Map),E=m.useCallback((A,z)=>(_.current.set(A,z),()=>{_.current.delete(A)}),[]),k=m.useCallback((A,z)=>{const F=a?N.includes(A)?N.filter(H=>H!==A):[...N,A]:N.includes(A)&&z?[]:[A];x(F,A)},[a,N,x]),R=m.useCallback((A,z)=>{const F=C;let H=F;if(z){if(F.includes(A))return;if(u){const ee=_.current.get(A)??null;H=F.filter(M=>_.current.get(M)!==ee)}H=[...H,A]}else H=F.filter(ee=>ee!==A);q(H,A)},[u,C,q]),j=m.useCallback(A=>{R(A,!C.includes(A))},[C,R]);m.useImperativeHandle(p,()=>({select:A=>k(A),unselect:A=>x(N.filter(z=>z!==A),A),open:A=>R(A,!0),close:A=>R(A,!1),toggleOpen:j,getSelectedKeys:()=>N,getOpenKeys:()=>C}),[C,k,N,R,x,j]);const T=m.useMemo(()=>({selectedKeys:N,openKeys:C,multiple:a,accordion:u,indent:c,itemGap:h,selectKey:k,toggleOpenKey:j,registerSub:E}),[u,c,h,a,C,E,k,N,j]);return d.jsx(mo.Provider,{value:T,children:d.jsx(ar.Provider,{value:0,children:d.jsx(Mt.Provider,{value:null,children:d.jsx(V,{component:w??"nav",className:I("w-64 rounded-lg border border-slate-200 bg-white p-1",P,g),style:O(gd(f),b),"aria-label":"Menu",...S,children:d.jsx(mr,{role:"menu",...v,children:r?Bt(r):y})})})})})}_i.displayName="Menu";const yd=Object.assign(_i,{Item:fo,Sub:po,Group:vo,List:mr});var Wr="Tabs",[qd]=Je(Wr,[Vr]),ji=Vr(),[xd,go]=qd(Wr),Ii=m.forwardRef((e,r)=>{const{__scopeTabs:t,value:o,onValueChange:n,defaultValue:s,orientation:i="horizontal",dir:l,activationMode:a="automatic",...u}=e,c=Wt(l),[h,f]=Dr({prop:o,onChange:n,defaultProp:s??"",caller:Wr});return d.jsx(xd,{scope:t,baseId:Is(),value:h,onValueChange:f,orientation:i,dir:c,activationMode:a,children:d.jsx(he.div,{dir:c,"data-orientation":i,...u,ref:r})})});Ii.displayName=Wr;var Ei="TabsList",Ti=m.forwardRef((e,r)=>{const{__scopeTabs:t,loop:o=!0,...n}=e,s=go(Ei,t),i=ji(t);return d.jsx(Ls,{asChild:!0,...i,orientation:s.orientation,dir:s.dir,loop:o,children:d.jsx(he.div,{role:"tablist","aria-orientation":s.orientation,...n,ref:r})})});Ti.displayName=Ei;var Ai="TabsTrigger",Mi=m.forwardRef((e,r)=>{const{__scopeTabs:t,value:o,disabled:n=!1,...s}=e,i=go(Ai,t),l=ji(t),a=zi(i.baseId,o),u=Oi(i.baseId,o),c=o===i.value;return d.jsx(zs,{asChild:!0,...l,focusable:!n,active:c,children:d.jsx(he.button,{type:"button",role:"tab","aria-selected":c,"aria-controls":u,"data-state":c?"active":"inactive","data-disabled":n?"":void 0,disabled:n,id:a,...s,ref:r,onMouseDown:ue(e.onMouseDown,h=>{!n&&h.button===0&&h.ctrlKey===!1?i.onValueChange(o):h.preventDefault()}),onKeyDown:ue(e.onKeyDown,h=>{[" ","Enter"].includes(h.key)&&i.onValueChange(o)}),onFocus:ue(e.onFocus,()=>{const h=i.activationMode!=="manual";!c&&!n&&h&&i.onValueChange(o)})})})});Mi.displayName=Ai;var Bi="TabsContent",Li=m.forwardRef((e,r)=>{const{__scopeTabs:t,value:o,forceMount:n,children:s,...i}=e,l=go(Bi,t),a=zi(l.baseId,o),u=Oi(l.baseId,o),c=o===l.value,h=m.useRef(c);return m.useEffect(()=>{const f=requestAnimationFrame(()=>h.current=!1);return()=>cancelAnimationFrame(f)},[]),d.jsx(Fr,{present:n||c,children:({present:f})=>d.jsx(he.div,{"data-state":c?"active":"inactive","data-orientation":l.orientation,role:"tabpanel","aria-labelledby":a,hidden:!f,id:u,tabIndex:0,...i,ref:r,style:{...e.style,animationDuration:h.current?"0s":void 0},children:f&&s})})});Li.displayName=Bi;function zi(e,r){return`${e}-trigger-${r}`}function Oi(e,r){return`${e}-content-${r}`}var wd=Ii,Di=Ti,Fi=Mi,Gi=Li;function $i(e){const{items:r,listProps:t,sx:o,style:n,className:s,class:i,children:l,...a}=e,u=$(),{sxClassName:c,sxInlineStyle:h}=G(o,u),f=Array.isArray(r)&&r.length>0;return d.jsx(wd,{className:I("w-full",c,s,i),style:O(n,h),...a,children:f?d.jsxs(d.Fragment,{children:[d.jsx(Po,{...t,children:r.map(p=>d.jsx(bo,{value:p.value,disabled:p.disabled,...p.triggerProps,children:p.label},p.value))}),r.map(p=>d.jsx(yo,{value:p.value,...p.contentProps,children:p.content},p.value))]}):l})}$i.displayName="Tabs";const Po=m.forwardRef(({className:e,class:r,sx:t,style:o,...n},s)=>{const i=$(),{sxClassName:l,sxInlineStyle:a}=G(t,i);return d.jsx(Di,{ref:s,className:I("inline-flex min-h-10 items-center gap-1 rounded-lg bg-slate-100 p-1 text-slate-600",l,e,r),style:O(o,a),...n})});Po.displayName=Di.displayName;const bo=m.forwardRef(({className:e,class:r,sx:t,style:o,...n},s)=>{const i=$(),{sxClassName:l,sxInlineStyle:a}=G(t,i);return d.jsx(Fi,{ref:s,className:I("inline-flex min-h-8 items-center justify-center whitespace-nowrap rounded-md px-3 py-1.5 text-sm font-medium leading-5 transition-colors focus-visible:outline-none focus-visible:ring-2 focus-visible:ring-blue-500 disabled:pointer-events-none disabled:opacity-50 data-[state=active]:bg-white data-[state=active]:text-blue-700 data-[state=active]:shadow-sm",l,e,r),style:O(o,a),...n})});bo.displayName=Fi.displayName;const yo=m.forwardRef(({className:e,class:r,sx:t,style:o,borderless:n=!1,...s},i)=>{const l=$(),{sxClassName:a,sxInlineStyle:u}=G(t,l);return d.jsx(Gi,{ref:i,className:I("mt-3 focus-visible:outline-none focus-visible:ring-2 focus-visible:ring-blue-500",!n&&"rounded-lg border border-slate-200 bg-white p-4",a,e,r),style:O(o,u),...s})});yo.displayName=Gi.displayName;exports.Anchor=Ni;exports.Box=V;exports.Breadcrumb=ki;exports.BreadcrumbEllipsis=ho;exports.BreadcrumbItem=lo;exports.BreadcrumbLink=ao;exports.BreadcrumbList=io;exports.BreadcrumbPage=uo;exports.BreadcrumbSeparator=co;exports.Button=Or;exports.Card=xe;exports.Checkbox=cr;exports.CheckboxGroup=_s;exports.Chip=ii;exports.Col=Ci;exports.Divider=vi;exports.Flex=gi;exports.GhostButton=jr;exports.GhostButtonGroup=cs;exports.Grid=Ur;exports.Icon=ae;exports.Input=js;exports.Label=$r;exports.Menu=yd;exports.Pagination=Zt;exports.PaginationContent=eo;exports.PaginationEllipsis=oo;exports.PaginationItem=Be;exports.PaginationLink=hr;exports.PaginationNext=to;exports.PaginationPrevious=ro;exports.QRCode=Fc;exports.QRCodeBase=$c;exports.QRCodeCanvas=di;exports.QRCodeSizable=hi;exports.Radio=Jt;exports.RadioGroup=Qs;exports.Row=wi;exports.SafeArea=Hr;exports.SafeAreaBottom=bi;exports.SafeAreaTop=Pi;exports.Space=so;exports.SxProvider=Dl;exports.Table=Te;exports.Tabs=$i;exports.TabsContent=yo;exports.TabsList=Po;exports.TabsTrigger=bo;exports.ToastProvider=fs;exports.buttonVariants=On;exports.chipVariants=si;exports.createTheme=Fl;exports.getRegisteredIconNames=$a;exports.mergeSxStyle=O;exports.registerIconLoaders=Da;exports.resetIconLoaders=Ga;exports.resolveSx=G;exports.setIconLoaders=Fa;exports.toast=Za;exports.useMenuRef=vd;exports.useSxTheme=$;exports.useToast=Xa;
|
|
46
|
+
Minimum version required to store current data is: `+E+`.
|
|
47
|
+
`);const k=P(C,S,A),T=e.getSymbolSize(C),I=new n(T);return v(I,C),g(I),m(I,C),x(I,S,0),C>=7&&y(I,C),b(I,k),isNaN(R)&&(R=i.getBestMask(I,x.bind(null,I,S))),i.applyMask(R,I),x(I,S,R),{modules:I,version:C,errorCorrectionLevel:S,maskPattern:R,segments:A}}return Yn.create=function(C,S){if(typeof C>"u"||C==="")throw new Error("No input text");let R=t.M,A,E;return typeof S<"u"&&(R=t.from(S.errorCorrectionLevel,t.M),A=c.from(S.version),E=i.from(S.maskPattern),S.toSJISFunc&&e.setToSJISFunction(S.toSJISFunc)),N(C,A,R,E)},Yn}var po={},vo={},ja;function Ad(){return ja||(ja=1,(function(e){function t(r){if(typeof r=="number"&&(r=r.toString()),typeof r!="string")throw new Error("Color should be defined as hex string");let n=r.slice().replace("#","").split("");if(n.length<3||n.length===5||n.length>8)throw new Error("Invalid hex color: "+r);(n.length===3||n.length===4)&&(n=Array.prototype.concat.apply([],n.map(function(s){return[s,s]}))),n.length===6&&n.push("F","F");const o=parseInt(n.join(""),16);return{r:o>>24&255,g:o>>16&255,b:o>>8&255,a:o&255,hex:"#"+n.slice(0,6).join("")}}e.getOptions=function(n){n||(n={}),n.color||(n.color={});const o=typeof n.margin>"u"||n.margin===null||n.margin<0?4:n.margin,s=n.width&&n.width>=21?n.width:void 0,i=n.scale||4;return{width:s,scale:s?4:i,margin:o,color:{dark:t(n.color.dark||"#000000ff"),light:t(n.color.light||"#ffffffff")},type:n.type,rendererOpts:n.rendererOpts||{}}},e.getScale=function(n,o){return o.width&&o.width>=n+o.margin*2?o.width/(n+o.margin*2):o.scale},e.getImageWidth=function(n,o){const s=e.getScale(n,o);return Math.floor((n+o.margin*2)*s)},e.qrToImageData=function(n,o,s){const i=o.modules.size,a=o.modules.data,l=e.getScale(i,s),c=Math.floor((i+s.margin*2)*l),u=s.margin*l,h=[s.color.light,s.color.dark];for(let p=0;p<c;p++)for(let v=0;v<c;v++){let g=(p*c+v)*4,m=s.color.light;if(p>=u&&v>=u&&p<c-u&&v<c-u){const y=Math.floor((p-u)/l),x=Math.floor((v-u)/l);m=h[a[y*i+x]?1:0]}n[g++]=m.r,n[g++]=m.g,n[g++]=m.b,n[g]=m.a}}})(vo)),vo}var Oa;function mb(){return Oa||(Oa=1,(function(e){const t=Ad();function r(o,s,i){o.clearRect(0,0,s.width,s.height),s.style||(s.style={}),s.height=i,s.width=i,s.style.height=i+"px",s.style.width=i+"px"}function n(){try{return document.createElement("canvas")}catch{throw new Error("You need to specify a canvas element")}}e.render=function(s,i,a){let l=a,c=i;typeof l>"u"&&(!i||!i.getContext)&&(l=i,i=void 0),i||(c=n()),l=t.getOptions(l);const u=t.getImageWidth(s.modules.size,l),h=c.getContext("2d"),p=h.createImageData(u,u);return t.qrToImageData(p.data,s,l),r(h,c,u),h.putImageData(p,0,0),c},e.renderToDataURL=function(s,i,a){let l=a;typeof l>"u"&&(!i||!i.getContext)&&(l=i,i=void 0),l||(l={});const c=e.render(s,i,l),u=l.type||"image/png",h=l.rendererOpts||{};return c.toDataURL(u,h.quality)}})(po)),po}var go={},Ma;function pb(){if(Ma)return go;Ma=1;const e=Ad();function t(o,s){const i=o.a/255,a=s+'="'+o.hex+'"';return i<1?a+" "+s+'-opacity="'+i.toFixed(2).slice(1)+'"':a}function r(o,s,i){let a=o+s;return typeof i<"u"&&(a+=" "+i),a}function n(o,s,i){let a="",l=0,c=!1,u=0;for(let h=0;h<o.length;h++){const p=Math.floor(h%s),v=Math.floor(h/s);!p&&!c&&(c=!0),o[h]?(u++,h>0&&p>0&&o[h-1]||(a+=c?r("M",p+i,.5+v+i):r("m",l,0),l=0,c=!1),p+1<s&&o[h+1]||(a+=r("h",u),u=0)):l++}return a}return go.render=function(s,i,a){const l=e.getOptions(i),c=s.modules.size,u=s.modules.data,h=c+l.margin*2,p=l.color.light.a?"<path "+t(l.color.light,"fill")+' d="M0 0h'+h+"v"+h+'H0z"/>':"",v="<path "+t(l.color.dark,"stroke")+' d="'+n(u,c,l.margin)+'"/>',g='viewBox="0 0 '+h+" "+h+'"',y='<svg xmlns="http://www.w3.org/2000/svg" '+(l.width?'width="'+l.width+'" height="'+l.width+'" ':"")+g+' shape-rendering="crispEdges">'+p+v+`</svg>
|
|
48
|
+
`;return typeof a=="function"&&a(null,y),y},go}var La;function vb(){if(La)return Et;La=1;const e=Xx(),t=hb(),r=mb(),n=pb();function o(s,i,a,l,c){const u=[].slice.call(arguments,1),h=u.length,p=typeof u[h-1]=="function";if(!p&&!e())throw new Error("Callback required as last argument");if(p){if(h<2)throw new Error("Too few arguments provided");h===2?(c=a,a=i,i=l=void 0):h===3&&(i.getContext&&typeof c>"u"?(c=l,l=void 0):(c=l,l=a,a=i,i=void 0))}else{if(h<1)throw new Error("Too few arguments provided");return h===1?(a=i,i=l=void 0):h===2&&!i.getContext&&(l=a,a=i,i=void 0),new Promise(function(v,g){try{const m=t.create(a,l);v(s(m,i,l))}catch(m){g(m)}})}try{const v=t.create(a,l);c(null,s(v,i,l))}catch(v){c(v)}}return Et.create=t.create,Et.toCanvas=o.bind(null,r.render),Et.toDataURL=o.bind(null,r.renderToDataURL),Et.toString=o.bind(null,function(s,i,a){return n.render(s,a)}),Et}var gb=vb();const Ls=Mx(gb),Id=({value:e,useful:t=!0,uselessElem:r,uselessProps:{style:n={},...o}={},foregroundColor:s="#000000",backgroundColor:i="#ffffff",margin:a=4,errorCorrectionLevel:l="medium",size:c=200,fullWidth:u,sx:h,className:p,style:v,...g})=>{const m=ae.useRef(null),y=ae.useRef(null),x=H(),{sxClassName:b,sxInlineStyle:P}=V(h,x),w=ae.useCallback(N=>{const q=m.current;q&&Ls.toCanvas(q,e,{errorCorrectionLevel:l,margin:a,width:N,color:{dark:s,light:i}},C=>{if(C&&console.error(C),!t){const S=q.getContext("2d");S&&(S.globalCompositeOperation="source-over",S.fillStyle="rgba(255, 255, 255, 0.5)",S.fillRect(0,0,q.width,q.height),S.filter="grayscale(100%) opacity(0.5)",S.drawImage(q,0,0))}})},[i,l,s,a,t,e]);return ae.useEffect(()=>{const N=y.current;if(!N)return;const q=new ResizeObserver(()=>{const C=Math.min(N.clientWidth,N.clientHeight);w(C)});return q.observe(N),()=>q.disconnect()},[e,t,s,i,a,l,w]),f.jsxs("div",{ref:y,className:_(b,p),style:M(v,{width:u?"100%":c,height:u?"100%":c,display:"flex",aspectRatio:"1",position:"relative"},P),...g,children:[f.jsx("canvas",{ref:m}),!t&&r&&f.jsx("div",{style:{position:"absolute",top:0,left:0,right:0,bottom:0,display:"flex",alignItems:"center",justifyContent:"center",color:"white",background:"radial-gradient(circle at center, rgba(0,0,0,1) 0%, rgba(0,0,0,0.3) 80%)",opacity:.5,...n},...o,children:r})]})},yb=e=>e?{width:e,height:e}:{},jd=({size:e=200,fullWidth:t,sx:r,value:n,useful:o=!0,uselessElem:s,uselessProps:{style:i={},...a}={},alt:l,style:c,className:u,foregroundColor:h,backgroundColor:p,margin:v=4,errorCorrectionLevel:g,unload:m,width:y,height:x,...b})=>{const[P,w]=ae.useState(""),[N,q]=ae.useState(),C=ae.useRef(null),S=H(),{sxClassName:R,sxInlineStyle:A}=V(r,S);return ae.useEffect(()=>{if(!t)return;const E=C.current;if(!E)return;const k=()=>{q(Math.min(E.clientWidth,E.clientHeight))};k();const T=new ResizeObserver(k);return T.observe(E),()=>T.disconnect()},[t]),ae.useEffect(()=>{const E=t?N:y?ht.getInstance().convertToPx(y):e?ht.getInstance().convertToPx(e):void 0;Ls.toDataURL(n,{color:{dark:h,light:p},width:E,margin:v,errorCorrectionLevel:g}).then(k=>w(k)).catch(k=>console.error(k))},[p,g,h,v,t,N,y,e,n]),P?f.jsxs("div",{ref:C,style:{width:t?"100%":e,height:t?"100%":e,display:"flex",aspectRatio:"1",position:"relative"},children:[f.jsx("img",{src:P,alt:l??"QR Code",className:_(R,u),style:M({filter:o?"none":"grayscale(100%) opacity(0.5)",transition:"filter 0.2s ease",position:"relative",...t?{width:"100%",height:"100%"}:yb(e)},c,A),...!t&&{width:y,height:x},...b}),!o&&s&&f.jsx("div",{style:{position:"absolute",top:0,left:0,right:0,bottom:0,display:"flex",alignItems:"center",justifyContent:"center",color:"white",background:"radial-gradient(circle at center, rgba(0,0,0,1) 0%, rgba(0,0,0,0.3) 80%)",opacity:.5,...i},...a,children:s})]}):f.jsx(f.Fragment,{children:m})};function xb({canvas:e,...t}){return e?f.jsx(Id,{...t}):f.jsx(jd,{...t})}const bb=e=>e?{width:e,height:e}:{},Pb=({size:e,value:t,useful:r=!0,alt:n,style:o,foregroundColor:s,backgroundColor:i,margin:a,errorCorrectionLevel:l,unload:c,...u})=>{const[h,p]=ae.useState("");return ae.useEffect(()=>{Ls.toDataURL(t,{color:{dark:s,light:i},width:e,margin:a,errorCorrectionLevel:l}).then(v=>p(v)).catch(v=>console.error(v))},[i,l,s,a,e,t]),h?f.jsx("img",{src:h,alt:n??"QR Code",style:{filter:r?"none":"grayscale(100%) opacity(0.5)",transition:"filter 0.2s ease",...bb(e),...o},...u}):f.jsx(f.Fragment,{children:c})},mt={sm:"px-3 py-2 text-xs",md:"px-4 py-3 text-sm",lg:"px-5 py-4 text-base"},wb={outlined:"border border-slate-200 bg-white",filled:"border border-slate-100 bg-slate-50",ghost:"border border-transparent bg-transparent"};function Od(e){return null}function Md(e){const{className:t,...r}=e;return f.jsx(te,{component:"thead",className:_("bg-slate-50",t),...r})}function Ld(e){return f.jsx(te,{component:"tbody",...e})}function Xr(e){const{className:t,...r}=e;return f.jsx(te,{component:"tr",className:_("border-b border-slate-100 last:border-b-0",t),...r})}function Dr(e){const{className:t,style:r,...n}=e;return f.jsx(te,{component:"th",scope:"col",className:_("whitespace-nowrap font-medium text-slate-700",t),style:M({textAlign:"left"},r),...n})}function Jt(e){const{className:t,style:r,...n}=e;return f.jsx(te,{component:"td",className:_("text-slate-700",t),style:M({textAlign:"left"},r),...n})}const yo="ellipsis";function xo(e,t){return Number.isFinite(e)?Math.min(Math.max(Math.trunc(e),1),t):1}function bo(e,t){const r=Math.max(t-e+1,0);return Array.from({length:r},(n,o)=>e+o)}function Cb(e){const{count:t,page:r,defaultPage:n=1}=e,[o,s]=d.useState(()=>xo(n,t)),i=r!==void 0,a=xo(i?r:o,t);return d.useEffect(()=>{i||s(l=>xo(l,t))},[t,i]),{page:a,setPage:s,isControlled:i}}function Sb(e){const{count:t,page:r,siblingCount:n,boundaryCount:o,showPreviousNext:s,disabled:i}=e,a=bo(1,Math.min(o,t)),l=bo(Math.max(t-o+1,o+1),t),c=Math.max(Math.min(r-n,t-o-n*2-1),o+2),u=Math.min(Math.max(r+n,o+n*2+2),l.length>0?l[0]-2:t-1),p=[...a,...c>o+2?[yo]:o+1<t-o?[o+1]:[],...bo(c,u),...u<t-o-1?[yo]:t-o>o?[t-o]:[],...l].map(v=>v===yo?{type:"ellipsis",page:null,selected:!1,disabled:!0}:{type:"page",page:v,selected:v===r,disabled:i});return s?[{type:"previous",page:Math.max(r-1,1),selected:!1,disabled:i||r<=1},...p,{type:"next",page:Math.min(r+1,t),selected:!1,disabled:i||r>=t}]:p}const Ds=({count:e,page:t,defaultPage:r,onPageChange:n,siblingCount:o=1,boundaryCount:s=1,variant:i="filled",showPreviousNext:a=!0,disabled:l=!1,getItemHref:c,renderItem:u,contentProps:h,className:p,class:v,sx:g,style:m,children:y,...x})=>{const b=H(),{sxClassName:P,sxInlineStyle:w}=V(g,b),N=typeof e=="number"&&e>0,{page:q,setPage:C,isControlled:S}=Cb({count:N?e:1,page:t,defaultPage:r}),R=N?Sb({count:e,page:q,siblingCount:Math.max(Math.trunc(o),0),boundaryCount:Math.max(Math.trunc(s),0),showPreviousNext:a,disabled:l}):[],A=(E,k,T)=>{if(T){E.preventDefault();return}E.preventDefault(),S||C(k),n?.(E,k)};return f.jsx("nav",{role:"navigation","aria-label":"分页",className:_("mx-auto flex w-full justify-center",P,p,v),style:M(m,w),...x,children:N?f.jsx(Bs,{...h,children:R.map((E,k)=>{const T=`${E.type}-${E.page??k}`,I=E.page===null?void 0:c?.(E.page,E.type)??`#page-${E.page}`,O=E.page===null?void 0:B=>A(B,E.page,E.disabled),j={...E,href:I,onClick:O};return u?f.jsx(ft,{children:u(j)},T):E.type==="ellipsis"?f.jsx(ft,{children:f.jsx(zs,{})},T):E.type==="previous"?f.jsx(ft,{children:f.jsx(Fs,{href:I,variant:i,disabled:E.disabled,onClick:O})},T):E.type==="next"?f.jsx(ft,{children:f.jsx($s,{href:I,variant:i,disabled:E.disabled,onClick:O})},T):f.jsx(ft,{children:f.jsx(mr,{href:I,variant:i,isActive:E.selected,disabled:E.disabled,onClick:O,children:E.page})},T)})}):y})};Ds.displayName="Pagination";const Bs=d.forwardRef(({className:e,class:t,sx:r,style:n,...o},s)=>{const i=H(),{sxClassName:a,sxInlineStyle:l}=V(r,i),c={listStyle:"none",margin:0,padding:0};return f.jsx("ul",{ref:s,className:_("m-0 flex list-none flex-row items-center gap-1 p-0",a,e,t),style:M(c,n,l),...o})});Bs.displayName="PaginationContent";const ft=d.forwardRef(({className:e,class:t,sx:r,style:n,...o},s)=>{const i=H(),{sxClassName:a,sxInlineStyle:l}=V(r,i);return f.jsx("li",{ref:s,className:_(a,e,t),style:M({listStyle:"none",margin:0},n,l),...o})});ft.displayName="PaginationItem";function qb(e,t){return t?e==="filled"?"primary":"outline":"ghost"}const mr=({className:e,class:t,isActive:r,disabled:n,variant:o="outline",size:s="icon",tabIndex:i,...a})=>f.jsx(tn,{component:"a","aria-current":r?"page":void 0,"aria-disabled":n?!0:void 0,variant:qb(o,r),size:s,tabIndex:n?-1:i,className:_(n&&"pointer-events-none opacity-50",r&&o==="filled"&&"!text-white hover:!text-white",e,t),...a});mr.displayName="PaginationLink";const Fs=({className:e,children:t,...r})=>f.jsx(mr,{"aria-label":"上一页",size:"md",className:_("gap-1 pl-2.5",e),...r,children:t??f.jsxs(f.Fragment,{children:[f.jsx(ye,{name:"chevron_left",size:16}),f.jsx("span",{children:"上一页"})]})});Fs.displayName="PaginationPrevious";const $s=({className:e,children:t,...r})=>f.jsx(mr,{"aria-label":"下一页",size:"md",className:_("gap-1 pr-2.5",e),...r,children:t??f.jsxs(f.Fragment,{children:[f.jsx("span",{children:"下一页"}),f.jsx(ye,{name:"chevron_right",size:16})]})});$s.displayName="PaginationNext";const zs=({className:e,class:t,sx:r,style:n,...o})=>{const s=H(),{sxClassName:i,sxInlineStyle:a}=V(r,s);return f.jsxs("span",{"aria-hidden":!0,className:_("flex h-8 w-8 items-center justify-center",i,e,t),style:M(n,a),...o,children:[f.jsx(ye,{name:"more_horiz",size:16}),f.jsx("span",{className:"sr-only",children:"更多页码"})]})};zs.displayName="PaginationEllipsis";function nr(e){return typeof e=="number"?`${e}px`:e}function Nb(e,t){if(t)return e[String(t)]}function Vs(e,t){return e.key!==void 0?e.key:e.dataIndex!==void 0?String(e.dataIndex):t}function Da(e,t,r){if(typeof r=="function")return r(e,t);if(r){const o=e[String(r)];if(typeof o=="string"||typeof o=="number"||typeof o=="bigint")return o}const n=e.key;return typeof n=="string"||typeof n=="number"||typeof n=="bigint"?n:t}function Eb(e){const t=e[0];return t?Object.keys(t).map(r=>({key:r,dataIndex:r,title:r})):[]}function Rb(e){return d.isValidElement(e)&&e.type===Od}function kb(e){const t=[],r=[];return d.Children.forEach(e,n=>{if(Rb(n)){t.push(n.props);return}r.push(n)}),{childColumns:t,restChildren:r}}function Tb(e){const{selectedRowKeys:t,defaultSelectedRowKeys:r=[]}=e,[n,o]=d.useState(r),s=t!==void 0;return{selectedKeys:s?t:n,setSelectedKeys:o,isControlled:s}}function _b(e){const{selectionEnabled:t,size:r,allChecked:n,partiallyChecked:o,selectableKeysLength:s,onToggleCurrentPage:i,indexColumn:a,visibleColumns:l}=e;return f.jsxs(Xr,{className:"border-b border-slate-200",children:[t?f.jsx(Dr,{className:_(mt[r],"w-12 text-center"),style:{textAlign:"center"},children:f.jsx(fr,{"aria-label":"选择当前页",checked:o?"indeterminate":n,disabled:!s,onCheckedChange:c=>i(c===!0)})}):null,a?f.jsx(Dr,{className:_(mt[r],"text-slate-600"),style:{width:nr(typeof a=="object"?a.width:64),textAlign:"center"},children:typeof a=="object"?a.title??"#":"#"}):null,l.map((c,u)=>f.jsx(Dr,{sx:c.headerSx,className:_(mt[r],c.headerClassName),style:{width:nr(c.width),textAlign:c.headerAlign??c.align??"left"},children:c.title??String(c.dataIndex??"")},Vs(c,u)))]})}function Ab(e){const{bodyProps:t,currentRowMeta:r,selectedSet:n,rowProps:o,size:s,striped:i,hoverable:a,selectionEnabled:l,onToggleRow:c,indexColumn:u,visibleColumns:h,empty:p,tableColumnCount:v}=e,g=r.length>0;return f.jsx(Ld,{...t,children:g?r.map(({record:m,index:y,absoluteIndex:x,key:b,disabled:P})=>{const w=n.has(b),N=typeof o=="function"?o(m,x):o;return f.jsxs(Xr,{...N,"data-selected":w?"":void 0,className:_(i&&y%2===1&&"bg-slate-50/70",a&&"transition-colors hover:bg-blue-50/50",w&&"bg-blue-50",N?.className),children:[l?f.jsx(Jt,{className:_(mt[s],"w-12 text-center"),style:{textAlign:"center"},children:f.jsx(fr,{"aria-label":`选择第 ${x+1} 行`,checked:w,disabled:P,onCheckedChange:q=>c(b,q===!0)})}):null,u?f.jsx(Jt,{className:_(mt[s],"text-slate-500"),style:{textAlign:"center"},children:x+1}):null,h.map((q,C)=>{const S=Nb(m,q.dataIndex);return f.jsx(Jt,{sx:q.sx,className:_(mt[s],q.className),style:{width:nr(q.width),textAlign:q.align??"left"},children:q.render?q.render(S,m,x):S},Vs(q,C))})]},b)}):f.jsx(Xr,{children:f.jsx(Jt,{className:_(mt[s],"text-center text-slate-500"),colSpan:Math.max(v,1),style:{textAlign:"center"},children:p})})})}function Ib(e){const{pageCount:t,currentPage:r,justifyClassName:n,onPageChange:o}=e;return t<=1?null:f.jsx(te,{className:_("flex border-t border-slate-100 p-3",n),children:f.jsx(Ds,{count:t,page:r,onPageChange:o})})}function jb(e){const{columns:t,dataSource:r=[],rowKey:n="id",size:o="md",variant:s="outlined",striped:i=!1,bordered:a=!1,hoverable:l=!0,stickyHeader:c=!1,loading:u=!1,empty:h="暂无数据",caption:p,indexColumn:v=!1,rowSelection:g,pagination:m,tableProps:y,headProps:x,bodyProps:b,rowProps:P,className:w,children:N,rounded:q="lg",...C}=e,{childColumns:S,restChildren:R}=kb(N),E=(t??(S.length?S:Eb(r))).filter(se=>!se.hidden),k=m===!1?r.length||1:m?.pageSize??(r.length||1),T=m===!1?r.length:m?.total??r.length,I=Math.max(Math.ceil(T/k),1),[O,j]=d.useState(m===!1?1:m?.defaultPage??1),B=m===!1?1:m?.page??O,D=(B-1)*k,W=m===!1?r:r.slice(D,D+k),L=!!g,{selectedKeys:le,setSelectedKeys:xe,isControlled:ve}=Tb({selectedRowKeys:g?.selectedRowKeys,defaultSelectedRowKeys:g?.defaultSelectedRowKeys}),he=W.map((se,ge)=>{const qe=D+ge,kn=Da(se,qe,n),pf=g?.getCheckboxProps?.(se,qe);return{record:se,index:ge,absoluteIndex:qe,key:kn,disabled:!!pf?.disabled}}),J=he.filter(se=>!se.disabled).map(se=>se.key),Z=new Set(le),F=J.filter(se=>Z.has(se)).length,X=J.length>0&&F===J.length,U=F>0&&!X,Q=m!==!1&&m?.position==="left"?"justify-start":m!==!1&&m?.position==="center"?"justify-center":"justify-end",ee=E.length+(L?1:0)+(v?1:0),ie=nr(typeof v=="object"?v.width:64);function ue(se){ve||xe(se);const ge=new Set(se);g?.onChange?.(se,r.filter((qe,kn)=>ge.has(Da(qe,kn,n))))}function be(se,ge){const qe=new Set(le);ge?qe.add(se):qe.delete(se),ue(Array.from(qe))}function zt(se){const ge=new Set(le);J.forEach(qe=>{se?ge.add(qe):ge.delete(qe)}),ue(Array.from(ge))}function Vt(se,ge){m!==!1&&m?.page===void 0&&j(ge),m!==!1&&m?.onPageChange?.(ge,k)}return f.jsxs(te,{rounded:q,loading:u,className:_("table-root w-full overflow-hidden",wb[s],w),...C,children:[f.jsx(te,{className:"table-scroll w-full overflow-x-auto",children:f.jsxs(te,{component:"table",...y,className:_("table w-full table-fixed border-collapse text-left",a&&"[&_td]:border-r [&_td]:border-slate-100 [&_td:last-child]:border-r-0 [&_th]:border-r [&_th]:border-slate-100 [&_th:last-child]:border-r-0",y?.className),style:M({borderCollapse:"collapse",display:"table",tableLayout:"fixed",width:"100%"},y?.style),children:[ee>0?f.jsxs("colgroup",{children:[L?f.jsx("col",{style:{width:48}}):null,v?f.jsx("col",{style:{width:ie}}):null,E.map((se,ge)=>f.jsx("col",{style:{width:nr(se.width)}},Vs(se,ge)))]}):null,p?f.jsx("caption",{className:"px-4 py-3 text-left text-sm text-slate-600",children:p}):null,f.jsx(Md,{...x,className:_(c&&"sticky top-0 z-10",x?.className),children:f.jsx(_b,{selectionEnabled:L,size:o,allChecked:X,partiallyChecked:U,selectableKeysLength:J.length,onToggleCurrentPage:zt,indexColumn:v,visibleColumns:E})}),f.jsx(Ab,{bodyProps:b,currentRowMeta:he,selectedSet:Z,rowProps:P,size:o,striped:i,hoverable:l,selectionEnabled:L,onToggleRow:be,indexColumn:v,visibleColumns:E,empty:h,tableColumnCount:ee})]})}),m!==!1&&I>1?f.jsx(Ib,{pageCount:I,currentPage:B,justifyClassName:Q,onPageChange:Vt}):null,R]})}const ct=Object.assign(jb,{Column:Od,Head:Md,Body:Ld,Row:Xr,Cell:Jt,HeaderCell:Dr});ct.displayName="Table";ct.Column.displayName="Table.Column";ct.Head.displayName="Table.Head";ct.Body.displayName="Table.Body";ct.Row.displayName="Table.Row";ct.Cell.displayName="Table.Cell";ct.HeaderCell.displayName="Table.HeaderCell";const Ob={text:"origin-left rounded-sm",rect:"",circle:"rounded-full"};function Be(e){if(e!==void 0)return typeof e=="number"?`${e}px`:e}function Mb(e,t,r){return e==="circle"?{width:Be(t??r??40),height:Be(r??t??40)}:e==="text"?{width:Be(t??"100%"),height:Be(r??"1em")}:{width:Be(t),height:Be(r)}}function Lb(e,t,r,n){return r?.[e]!==void 0?r[e]:t>1&&e===t-1?"68%":n??"100%"}function pr(e){const{className:t,class:r,sx:n,style:o,rounded:s,width:i,height:a,inline:l=!1,animated:c=!0,variant:u="rect",role:h,...p}=e,v=H(),{roundedPreset:g,roundedStyle:m}=yt(s??(u==="circle"?"full":u==="rect"?"md":"sm")),{sxClassName:y,sxInlineStyle:x}=V(n,v),b=Mb(u,i,a);return f.jsx("div",{role:h??"status","aria-live":"polite","aria-label":e["aria-label"]??"Loading",className:_("skeleton bg-gray-200",l?"inline-block align-middle":"block",c&&"animate-pulse",Ob[u],g&&rt[g],y,t,r),style:M(o,b,m,x),...p})}function Hs(e){const{rows:t=3,rowHeight:r="0.875rem",gap:n=8,widths:o,width:s,sx:i,style:a,className:l,class:c,rounded:u,animated:h,inline:p=!1,...v}=e,g=H(),{sxClassName:m,sxInlineStyle:y}=V(i,g),x=Math.max(1,Math.floor(t));return f.jsx("div",{className:_("skeleton-text flex-col",p?"inline-flex align-middle":"flex",m,l,c),style:M(a,{gap:Be(n),width:Be(s)},y),...v,children:Array.from({length:x}).map((b,P)=>f.jsx(pr,{...v,animated:h,rounded:u,variant:"text",width:Lb(P,x,o,s),height:r},P))})}function Gs(e){const{size:t=40,...r}=e;return f.jsx(pr,{...r,variant:"circle",width:t,height:t})}function Dd(e){const{width:t=96,height:r=36,rounded:n="md",...o}=e;return f.jsx(pr,{...o,variant:"rect",width:t,height:r,rounded:n})}function Bd(e){const{showAvatar:t=!0,rows:r=3,width:n,animated:o=!0,rounded:s="lg",className:i,class:a,style:l,sx:c,...u}=e,h=H(),{roundedPreset:p,roundedStyle:v}=yt(s),{sxClassName:g,sxInlineStyle:m}=V(c,h);return f.jsx("div",{className:_("skeleton-card border border-gray-200 bg-white p-4",p&&rt[p],g,i,a),style:M(l,{width:Be(n)},v,m),...u,children:f.jsxs("div",{className:"flex items-start gap-3",children:[t?f.jsx(Gs,{animated:o,size:40}):null,f.jsx("div",{className:"min-w-0 flex-1",children:f.jsx(Hs,{animated:o,rows:r,widths:["56%","100%","76%"]})})]})})}pr.displayName="Skeleton";Hs.displayName="SkeletonText";Gs.displayName="SkeletonAvatar";Dd.displayName="SkeletonButton";Bd.displayName="SkeletonCard";const Ba={full:"",middle:"px-4",inset:"pl-4"},Db={full:"",middle:"py-4",inset:"pt-4"};function Fd(e){const{vertical:t=!1,variant:r="full",align:n="center",type:o="solid",color:s="text-gray-200",sx:i,children:a,className:l,style:c,...u}=e,h=H(),{sxClassName:p,sxInlineStyle:v}=V(i,h),g=M(c,v);if(t)return f.jsx("div",{role:"separator","aria-orientation":"vertical",className:_("inline-flex min-h-6 self-stretch items-stretch text-gray-200",Db[r],p,l),style:g,...u,children:f.jsx("span",{"aria-hidden":!0,className:_("border-l border-current",s),style:{borderStyle:o}})});const m=a!=null,y=n==="left"?"w-8 flex-none":"flex-1",x=n==="right"?"w-8 flex-none":"flex-1";return m?f.jsxs("div",{role:"separator","aria-orientation":"horizontal",className:_("flex w-full items-center text-gray-200",Ba[r],p,l),style:g,...u,children:[f.jsx("span",{"aria-hidden":!0,className:_(y,"border-t border-current",s),style:{borderStyle:o}}),f.jsx("span",{className:"shrink-0 px-3 text-gray-500",children:a}),f.jsx("span",{"aria-hidden":!0,className:_(x,"border-t border-current",s),style:{borderStyle:o}})]}):f.jsx("div",{role:"separator","aria-orientation":"horizontal",className:_("w-full text-gray-200",Ba[r],p,l),style:g,...u,children:f.jsx("span",{"aria-hidden":!0,className:_("block w-full border-t border-current",s),style:{borderStyle:o}})})}Fd.displayName="Divider";const Fa={xs:"gap-1",sm:"gap-2",md:"gap-3",lg:"gap-4",xl:"gap-6"};function Bb(e){return e==="col"?"column":e==="col-reverse"?"column-reverse":e}function Fb(e){return typeof e=="boolean"?e?"wrap":"nowrap":e}function $a(e){if(e!==void 0)return typeof e=="number"?`${e}px`:e}function $b(e){return typeof e=="number"?{gapStyle:`${e}px`}:typeof e=="string"&&e in Fa?{gapClass:Fa[e]}:{gapStyle:e}}function $d(e){const{direction:t="row",justify:r,items:n,flex:o,wrap:s="nowrap",gap:i="md",width:a,height:l,sx:c,className:u,style:h,...p}=e,{gapClass:v,gapStyle:g}=$b(i),m={flexDirection:Bb(t),justifyContent:r,alignItems:n,flexWrap:Fb(s),flex:o,gap:g,width:$a(a),height:$a(l)};return f.jsx(te,{className:_("flex",v,u),style:M(h,m),sx:c,...p})}$d.displayName="Flex";function za(e){if(e!==void 0)return typeof e=="number"?`${e*8}px`:e}function zb(e){return!e||Number.isNaN(e)||e<=0?12:e}function Vb(e){return typeof e=="boolean"?e?"wrap":"nowrap":e}function Hb(e){return e==="grow"?{flexBasis:0,flexGrow:1,maxWidth:"100%"}:{flexBasis:`calc(100% * ${e} / var(--ldkj-grid-columns, 12))`,maxWidth:`calc(100% * ${e} / var(--ldkj-grid-columns, 12))`,flexGrow:0}}function Gb(e){return e==="auto"?{marginLeft:"auto"}:{marginLeft:`calc(100% * ${e} / var(--ldkj-grid-columns, 12))`}}function Nn(e){const{container:t=!1,size:r,offset:n,columns:o,spacing:s,rowSpacing:i,columnSpacing:a,wrap:l="wrap",direction:c="row",sx:u,className:h,style:p,...v}=e,g=zb(o),m=za(i??s),y=za(a??s),x={};return t?(x.display="flex",x.flexWrap=Vb(l),x.flexDirection=c,x.rowGap=m,x.columnGap=y,x["--ldkj-grid-columns"]=String(g)):o!==void 0&&(x["--ldkj-grid-columns"]=String(g)),r!==void 0&&Object.assign(x,Hb(r)),n!==void 0&&Object.assign(x,Gb(n)),f.jsx(te,{className:_("min-w-0",h),style:M(p,x),sx:u,...v})}Nn.displayName="Grid";function Wb(e,t){return{paddingTop:e==="top"||e==="both"?"env(safe-area-inset-top, 0px)":void 0,paddingBottom:e==="bottom"||e==="both"?"env(safe-area-inset-bottom, 0px)":void 0,paddingLeft:t?"env(safe-area-inset-left, 0px)":void 0,paddingRight:t?"env(safe-area-inset-right, 0px)":void 0}}function En(e){const{component:t,position:r="both",horizontal:n=!1,sx:o,className:s,style:i,children:a,...l}=e,c=Wb(r,n);return f.jsx(te,{component:t,className:_("box-border",s),style:M(i,c),sx:o,...l,children:a})}function zd(e){return f.jsx(En,{...e,position:"top"})}function Vd(e){return f.jsx(En,{...e,position:"bottom"})}En.displayName="SafeArea";zd.displayName="SafeAreaTop";Vd.displayName="SafeAreaBottom";const Va={sm:640,md:768,lg:1024,xl:1280},Ha={xs:"0.25rem",sm:"0.5rem",md:"0.75rem",lg:"1rem",xl:"1.5rem"},Hd=Symbol("ldkj-space-item"),Ot=(e=>{const{className:t,class:r,style:n,sx:o,flex:s,grow:i,shrink:a,basis:l,order:c,alignSelf:u,children:h,...p}=e;return f.jsx(te,{className:[t,r].filter(Boolean).join(" "),style:M(n,{flex:s,flexGrow:i,flexShrink:a,flexBasis:l,order:c,alignSelf:u}),sx:o,...p,children:h})});Ot.displayName="SpaceItem";Ot[Hd]=!0;function Gd(e){return typeof e!="object"||e===null||Array.isArray(e)?!1:Object.keys(e).some(r=>["xs","sm","md","lg","xl"].includes(r))}function Ut(e){if(e!==void 0)return Gd(e)?e.xs:e}function Kt(e,t){if(e===void 0||!Gd(e))return;const r={};return Object.keys(Va).forEach(n=>{const o=e[n];if(o===void 0)return;const s=Va[n];r[`@media (min-width: ${s}px)`]=t(o)}),Object.keys(r).length?r:void 0}function Ga(e){return e==="vertical"?"column":"row"}function Wa(e){return e===void 0?"wrap":typeof e=="boolean"?e?"wrap":"nowrap":e}function Ye(e){return typeof e=="number"?`${e}px`:e in Ha?Ha[e]:e}function Ua(e){if(e===void 0){const r=Ye("md");return{rowGap:r,columnGap:r}}if(Array.isArray(e))return{rowGap:Ye(e[0]),columnGap:Ye(e[1])};if(typeof e=="object"){if("row"in e||"column"in e)return{rowGap:Ye(e.row??"md"),columnGap:Ye(e.column??"md")};if("x"in e||"y"in e)return{rowGap:Ye(e.y??"md"),columnGap:Ye(e.x??"md")}}const t=Ye(e);return{rowGap:t,columnGap:t}}function Ub(e){return!!e.type?.[Hd]}function Wd(e,t,r,n,o){if(d.isValidElement(e)&&Ub(e)){const s=[r,e.props.className,e.props.class].filter(Boolean).join(" ");return f.jsx(Ot,{...e.props,className:s||void 0,style:M(n,e.props.style),sx:[o,e.props.sx],children:e.props.children},e.key??`space-item-${t}`)}return f.jsx(Ot,{className:r,style:n,sx:o,children:e},d.isValidElement(e)?e.key??`space-item-${t}`:`space-item-${t}`)}function Kb(e,t,r,n,o){const s=d.Children.toArray(e),i=[];return s.forEach((a,l)=>{i.push(Wd(a,l,r,n,o)),l<s.length-1&&i.push(f.jsx(Ot,{"aria-hidden":"true",children:t},`space-split-${l}`))}),i}const Ws=e=>{const{direction:t="horizontal",size:r="md",wrap:n=!0,align:o,justify:s,split:i,itemClassName:a,itemStyle:l,itemSx:c,sx:u,children:h,style:p,...v}=e,g=Ut(t)??"horizontal",m=Ut(r)??"md",y=Ut(n)??!0,x=Ut(o),b=Ut(s),P=Ua(m),w={display:"flex",flexDirection:Ga(g),flexWrap:Wa(y),alignItems:x,justifyContent:b,rowGap:P.rowGap,columnGap:P.columnGap},N=Kt(t,k=>({flexDirection:Ga(k)})),q=Kt(r,k=>Ua(k)),C=Kt(n,k=>({flexWrap:Wa(k)})),S=Kt(o,k=>({alignItems:k})),R=Kt(s,k=>({justifyContent:k})),A=[N,q,C,S,R,u],E=i!=null?Kb(h,i,a,l,c):d.Children.toArray(h).map((k,T)=>Wd(k,T,a,l,c));return f.jsx(te,{style:M(p,w),sx:A,...v,children:E})};Ws.displayName="Space";Ws.Item=Ot;function Yb(e){return e===void 0?{}:Array.isArray(e)?{rowSpacing:e[0],columnSpacing:e[1]}:{spacing:e}}function Ud(e){const{gutter:t=0,align:r,justify:n,wrap:o="wrap",direction:s="row",style:i,...a}=e,l=Yb(t);return f.jsx(Nn,{container:!0,wrap:o,direction:s,style:M(i,{alignItems:r,justifyContent:n}),...l,...a})}Ud.displayName="Row";function Kd(e){const{span:t,offset:r,flex:n,style:o,...s}=e;return f.jsx(Nn,{size:t,offset:r,style:M(o,{flex:n}),...s})}Kd.displayName="Col";const Yd=d.createContext({}),Xd=d.forwardRef(({separator:e,items:t,listProps:r,sx:n,style:o,className:s,class:i,children:a,...l},c)=>{const u=H(),{sxClassName:h,sxInlineStyle:p}=V(n,u),v=Array.isArray(t)&&t.length>0;return f.jsx(Yd.Provider,{value:{separator:e},children:f.jsx("nav",{ref:c,"aria-label":"breadcrumb",className:_(h,s,i),style:M(o,p),...l,children:v?f.jsx(Us,{...r,children:t.map((g,m)=>{const{key:y,label:x,href:b,current:P,separator:w,ellipsis:N,itemProps:q,linkProps:C,pageProps:S}=g,R=m===t.length-1,A=P??R;return f.jsxs(d.Fragment,{children:[f.jsx(Ks,{...q,children:N?f.jsx(Qs,{}):A?f.jsx(Xs,{...S,children:x}):f.jsx(Ys,{href:b,...C,children:x})}),R?null:f.jsx(Js,{children:w})]},y??m)})}):a})})});Xd.displayName="Breadcrumb";const Us=d.forwardRef(({sx:e,style:t,className:r,class:n,...o},s)=>{const i=H(),{sxClassName:a,sxInlineStyle:l}=V(e,i),c={listStyle:"none",margin:0,padding:0};return f.jsx("ol",{ref:s,className:_("m-0 flex list-none flex-wrap items-center gap-1.5 break-words p-0 text-sm text-muted-foreground sm:gap-2.5",a,r,n),style:M(c,t,l),...o})});Us.displayName="BreadcrumbList";const Ks=d.forwardRef(({sx:e,style:t,className:r,class:n,...o},s)=>{const i=H(),{sxClassName:a,sxInlineStyle:l}=V(e,i),c={margin:0,display:"inline-flex",alignItems:"center"};return f.jsx("li",{ref:s,className:_("inline-flex items-center gap-1.5 leading-none",a,r,n),style:M(c,t,l),...o})});Ks.displayName="BreadcrumbItem";const Ys=d.forwardRef(({component:e,sx:t,style:r,className:n,class:o,...s},i)=>{const a=e??"a",l=H(),{sxClassName:c,sxInlineStyle:u}=V(t,l);return f.jsx(a,{ref:i,className:_("inline-flex items-center leading-none transition-colors hover:text-foreground",c,n,o),style:M(r,u),...s})});Ys.displayName="BreadcrumbLink";const Xs=d.forwardRef(({sx:e,style:t,className:r,class:n,...o},s)=>{const i=H(),{sxClassName:a,sxInlineStyle:l}=V(e,i);return f.jsx("span",{ref:s,role:"link","aria-disabled":"true","aria-current":"page",className:_("inline-flex items-center font-normal leading-none text-foreground",a,r,n),style:M(t,l),...o})});Xs.displayName="BreadcrumbPage";const Js=({children:e,sx:t,style:r,className:n,class:o,...s})=>{const i=H(),{sxClassName:a,sxInlineStyle:l}=V(t,i),{separator:c}=d.useContext(Yd),u={margin:0,display:"inline-flex",alignItems:"center"};return f.jsx("li",{role:"presentation","aria-hidden":"true",className:_("shrink-0 leading-none [&>svg]:h-3.5 [&>svg]:w-3.5",a,n,o),style:M(u,r,l),...s,children:e??c??f.jsx(ye,{name:"chevron_right"})})};Js.displayName="BreadcrumbSeparator";const Qs=({sx:e,style:t,className:r,class:n,...o})=>{const s=H(),{sxClassName:i,sxInlineStyle:a}=V(e,s);return f.jsxs("span",{role:"presentation","aria-hidden":"true",className:_("flex h-9 w-9 items-center justify-center",i,r,n),style:M(t,a),...o,children:[f.jsx(ye,{name:"more_horiz",className:"h-4 w-4"}),f.jsx("span",{className:"sr-only",children:"More"})]})};Qs.displayName="BreadcrumbEllipsis";function Xb(e,t){if(typeof document>"u"||typeof window>"u")return;const r=document.getElementById(e);if(r){if(t.offset!==0){const n=r.getBoundingClientRect(),o=window.scrollY+n.top-t.offset;window.scrollTo({top:o,behavior:t.behavior});return}r.scrollIntoView({behavior:t.behavior,block:t.block,inline:t.inline})}}function Jd(e){const{id:t,offset:r=0,behavior:n="smooth",block:o="start",inline:s="nearest",onNavigate:i,className:a,class:l,sx:c,style:u}=e,h=H(),{sxClassName:p,sxInlineStyle:v}=V(c,h),g=_("inline-flex w-fit p-0",p,a,l),m=M(u,v),y=()=>{Xb(t,{behavior:n,block:o,inline:s,offset:r}),i?.(t)};if(e.hash===!0){const{hash:O,onClick:j,href:B,onNavigate:D,class:W,sx:L,offset:le,behavior:xe,block:ve,inline:he,...J}=e;return f.jsx("a",{href:B??`#${t}`,className:g,style:m,onClick:Z=>{Z.preventDefault(),y(),j?.(Z)},...J})}const{component:x,onClick:b,onKeyDown:P,hash:w,onNavigate:N,class:q,sx:C,offset:S,behavior:R,block:A,inline:E,...k}=e,T=x??"button",I=T==="button";return f.jsx(T,{className:g,style:m,type:I?"button":void 0,role:I?void 0:"button",tabIndex:I?void 0:0,onClick:O=>{y(),b?.(O)},onKeyDown:O=>{!I&&(O.key==="Enter"||O.key===" ")&&(O.preventDefault(),y()),P?.(O)},...k})}Jd.displayName="Anchor";function Jb(){return d.useRef(null)}const Zs=d.createContext(null),or=d.createContext(0),Vo=d.createContext(null);function Qd(e){const t=d.useContext(Zs);if(!t)throw new Error(`${e} must be used within Menu.`);return t}function Ka(e){const{value:t,defaultValue:r=[],onChange:n}=e,[o,s]=d.useState(r),i=t!==void 0,a=i?t:o,l=d.useCallback((c,u)=>{i||s(c),n?.(c,{key:u,keys:c})},[i,n]);return[a,l]}function Jr(e){return typeof e=="number"?`${e}px`:e}function Qb(e){if(!e)return;const t={};return e.itemText&&(t["--menu-item-text"]=e.itemText),e.itemBackground&&(t["--menu-item-bg"]=e.itemBackground),e.itemHoverText&&(t["--menu-item-hover-text"]=e.itemHoverText),e.itemHoverBackground&&(t["--menu-item-hover-bg"]=e.itemHoverBackground),e.itemSelectedText&&(t["--menu-item-selected-text"]=e.itemSelectedText),e.itemSelectedBackground&&(t["--menu-item-selected-bg"]=e.itemSelectedBackground),e.itemSelectedHoverText&&(t["--menu-item-selected-hover-text"]=e.itemSelectedHoverText),e.itemDisabledText&&(t["--menu-item-disabled-text"]=e.itemDisabledText),Object.keys(t).length?t:void 0}function Zb(e,t){return e.key??e.href??t.join("-")}function eP(e){return e.key==="Enter"||e.key===" "}function vr(e){const{className:t,class:r,sx:n,style:o,...s}=e,i=d.useContext(Zs),a=H(),{sxClassName:l,sxInlineStyle:c}=V(n,a),u={display:"flex",flexDirection:"column",gap:i?Jr(i.itemGap):void 0,listStyle:"none",margin:0,padding:0};return f.jsx("ul",{className:_("m-0 list-none p-0",l,t,r),style:M(u,o,c),...s})}vr.displayName="Menu.List";function ei(e){const{itemKey:t,label:r,icon:n,iconProps:o,href:s,component:i,disabled:a=!1,selected:l,unselectOnClick:c,onClick:u,onSelect:h,className:p,class:v,sx:g,style:m,children:y,...x}=e,b=Qd("Menu.Item"),P=d.useContext(or),w=l??b.selectedKeys.includes(t),N=H(),{sxClassName:q,sxInlineStyle:C}=V(g,N),S=i??(s?"a":"button"),R=S==="button",A=E=>{if(a){E.preventDefault();return}b.selectKey(t,c),h?.(t),u?.(E)};return f.jsx("li",{role:"none",style:{listStyle:"none",margin:0},children:f.jsxs(S,{className:_("flex min-h-10 w-full items-center gap-2 rounded-md px-3 py-2 text-left text-sm leading-5 text-[color:var(--menu-item-text,#334155)] transition-colors hover:bg-[color:var(--menu-item-hover-bg,#f1f5f9)] hover:text-[color:var(--menu-item-hover-text,#0f172a)] focus-visible:outline-none focus-visible:ring-2 focus-visible:ring-blue-500",w&&"bg-[color:var(--menu-item-selected-bg,#e0f2fe)] text-[color:var(--menu-item-selected-text,#075985)] hover:bg-[color:var(--menu-item-selected-bg,#e0f2fe)] hover:text-[color:var(--menu-item-selected-hover-text,#075985)]",a&&"cursor-not-allowed text-[color:var(--menu-item-disabled-text,#94a3b8)] opacity-70 hover:bg-transparent",q,p,v),style:M({paddingLeft:`calc(0.75rem + ${P} * ${Jr(b.indent)})`},m,C),href:s,type:R?"button":void 0,role:"menuitem","aria-disabled":a||void 0,"aria-current":w?"page":void 0,"data-menu-item-key":t,"data-selected":w?"":void 0,disabled:R?a:void 0,onClick:A,...x,children:[n?f.jsx(ye,{name:n,size:18,className:"shrink-0",...o}):null,f.jsx("span",{className:"min-w-0 flex-1 truncate",children:r??y})]})})}ei.displayName="Menu.Item";function ti(e){const{itemKey:t,label:r,icon:n,iconProps:o,disabled:s=!1,className:i,class:a,sx:l,style:c,children:u,...h}=e,p=Qd("Menu.Sub"),v=d.useContext(or),g=d.useContext(Vo),m=p.openKeys.includes(t),y=H(),{sxClassName:x,sxInlineStyle:b}=V(l,y);return d.useEffect(()=>p.registerSub(t,g),[p,t,g]),f.jsxs("li",{className:_(x,i,a),style:M({display:"flex",flexDirection:"column",gap:Jr(p.itemGap),listStyle:"none",margin:0},c,b),...h,children:[f.jsxs("button",{type:"button",className:_("flex min-h-10 w-full items-center gap-2 rounded-md px-3 py-2 text-left text-sm leading-5 text-[color:var(--menu-item-text,#334155)] transition-colors hover:bg-[color:var(--menu-item-hover-bg,#f1f5f9)] hover:text-[color:var(--menu-item-hover-text,#0f172a)] focus-visible:outline-none focus-visible:ring-2 focus-visible:ring-blue-500",m&&"bg-slate-100 text-slate-950",s&&"cursor-not-allowed text-[color:var(--menu-item-disabled-text,#94a3b8)] opacity-70 hover:bg-transparent"),style:{paddingLeft:`calc(0.75rem + ${v} * ${Jr(p.indent)})`},"aria-expanded":m,"aria-disabled":s||void 0,"data-menu-sub-key":t,disabled:s,onClick:()=>{s||p.toggleOpenKey(t)},onKeyDown:P=>{!s&&eP(P)&&(P.preventDefault(),p.toggleOpenKey(t))},children:[n?f.jsx(ye,{name:n,size:18,className:"shrink-0",...o}):null,f.jsx("span",{className:"min-w-0 flex-1 truncate",children:r}),f.jsx(ye,{name:"unfold_more",size:18,className:_("shrink-0 transition-transform",m?"rotate-180":"rotate-90")})]}),m?f.jsx(or.Provider,{value:v+1,children:f.jsx(Vo.Provider,{value:t,children:f.jsx(vr,{role:"menu","aria-label":typeof r=="string"?r:void 0,children:u})})}):null]})}ti.displayName="Menu.Sub";function ri(e){const{label:t,className:r,class:n,sx:o,style:s,children:i,...a}=e,l=d.useContext(or),c=H(),{sxClassName:u,sxInlineStyle:h}=V(o,c);return f.jsxs("li",{className:_("py-1",u,r,n),style:M({listStyle:"none",margin:0},s,h),...a,children:[t?f.jsx("div",{className:"px-3 py-2 text-xs font-medium uppercase text-slate-500",style:{paddingLeft:`calc(0.75rem + ${l} * 12px)`},children:t}):null,f.jsx(vr,{role:"group",children:i})]})}ri.displayName="Menu.Group";function Ho(e,t=[]){return e.map((r,n)=>{const o=[...t,n],s=Zb(r,o);return r.type==="group"?f.jsx(ri,{label:r.label,...r.groupProps,children:r.children?Ho(r.children,o):null},s):r.children?.length||r.type==="sub"?f.jsx(ti,{itemKey:s,label:r.label,icon:r.icon,iconProps:r.iconProps,disabled:r.disabled,...r.subProps,children:r.children?Ho(r.children,o):null},s):f.jsx(ei,{itemKey:s,label:r.label,icon:r.icon,iconProps:r.iconProps,href:r.href,disabled:r.disabled,unselectOnClick:r.unselectOnClick,...r.itemProps},s)})}function Zd(e){const{items:t,selectedKeys:r,defaultSelectedKeys:n,onSelectedKeysChange:o,openKeys:s,defaultOpenKeys:i,onOpenKeysChange:a,multiple:l=!1,accordion:c=!1,indent:u=18,itemGap:h=4,itemColors:p,menuRef:v,children:g,listProps:m,className:y,class:x,style:b,component:P,...w}=e,[N,q]=Ka({value:r,defaultValue:n,onChange:o}),[C,S]=Ka({value:s,defaultValue:i,onChange:a}),R=d.useRef(new Map),A=d.useCallback((O,j)=>(R.current.set(O,j),()=>{R.current.delete(O)}),[]),E=d.useCallback((O,j)=>{const B=l?N.includes(O)?N.filter(D=>D!==O):[...N,O]:N.includes(O)&&j?[]:[O];q(B,O)},[l,N,q]),k=d.useCallback((O,j)=>{const B=C;let D=B;if(j){if(B.includes(O))return;if(c){const W=R.current.get(O)??null;D=B.filter(L=>R.current.get(L)!==W)}D=[...D,O]}else D=B.filter(W=>W!==O);S(D,O)},[c,C,S]),T=d.useCallback(O=>{k(O,!C.includes(O))},[C,k]);d.useImperativeHandle(v,()=>({select:O=>E(O),unselect:O=>q(N.filter(j=>j!==O),O),open:O=>k(O,!0),close:O=>k(O,!1),toggleOpen:T,getSelectedKeys:()=>N,getOpenKeys:()=>C}),[C,E,N,k,q,T]);const I=d.useMemo(()=>({selectedKeys:N,openKeys:C,multiple:l,accordion:c,indent:u,itemGap:h,selectKey:E,toggleOpenKey:T,registerSub:A}),[c,u,h,l,C,A,E,N,T]);return f.jsx(Zs.Provider,{value:I,children:f.jsx(or.Provider,{value:0,children:f.jsx(Vo.Provider,{value:null,children:f.jsx(te,{component:P??"nav",className:_("w-64 rounded-lg border border-slate-200 bg-white p-1",y,x),style:M(Qb(p),b),"aria-label":"Menu",...w,children:f.jsx(vr,{role:"menu",...m,children:t?Ho(t):g})})})})})}Zd.displayName="Menu";const tP=Object.assign(Zd,{Item:ei,Sub:ti,Group:ri,List:vr});var Rn="Tabs",[rP]=Te(Rn,[bn]),ef=bn(),[nP,ni]=rP(Rn),tf=d.forwardRef((e,t)=>{const{__scopeTabs:r,value:n,onValueChange:o,defaultValue:s,orientation:i="horizontal",dir:a,activationMode:l="automatic",...c}=e,u=xn(a),[h,p]=Ve({prop:n,onChange:o,defaultProp:s??"",caller:Rn});return f.jsx(nP,{scope:r,baseId:bt(),value:h,onValueChange:p,orientation:i,dir:u,activationMode:l,children:f.jsx(Y.div,{dir:u,"data-orientation":i,...c,ref:t})})});tf.displayName=Rn;var rf="TabsList",nf=d.forwardRef((e,t)=>{const{__scopeTabs:r,loop:n=!0,...o}=e,s=ni(rf,r),i=ef(r);return f.jsx(du,{asChild:!0,...i,orientation:s.orientation,dir:s.dir,loop:n,children:f.jsx(Y.div,{role:"tablist","aria-orientation":s.orientation,...o,ref:t})})});nf.displayName=rf;var of="TabsTrigger",sf=d.forwardRef((e,t)=>{const{__scopeTabs:r,value:n,disabled:o=!1,...s}=e,i=ni(of,r),a=ef(r),l=cf(i.baseId,n),c=uf(i.baseId,n),u=n===i.value;return f.jsx(fu,{asChild:!0,...a,focusable:!o,active:u,children:f.jsx(Y.button,{type:"button",role:"tab","aria-selected":u,"aria-controls":c,"data-state":u?"active":"inactive","data-disabled":o?"":void 0,disabled:o,id:l,...s,ref:t,onMouseDown:G(e.onMouseDown,h=>{!o&&h.button===0&&h.ctrlKey===!1?i.onValueChange(n):h.preventDefault()}),onKeyDown:G(e.onKeyDown,h=>{[" ","Enter"].includes(h.key)&&i.onValueChange(n)}),onFocus:G(e.onFocus,()=>{const h=i.activationMode!=="manual";!u&&!o&&h&&i.onValueChange(n)})})})});sf.displayName=of;var af="TabsContent",lf=d.forwardRef((e,t)=>{const{__scopeTabs:r,value:n,forceMount:o,children:s,...i}=e,a=ni(af,r),l=cf(a.baseId,n),c=uf(a.baseId,n),u=n===a.value,h=d.useRef(u);return d.useEffect(()=>{const p=requestAnimationFrame(()=>h.current=!1);return()=>cancelAnimationFrame(p)},[]),f.jsx(st,{present:o||u,children:({present:p})=>f.jsx(Y.div,{"data-state":u?"active":"inactive","data-orientation":a.orientation,role:"tabpanel","aria-labelledby":l,hidden:!p,id:c,tabIndex:0,...i,ref:t,style:{...e.style,animationDuration:h.current?"0s":void 0},children:p&&s})})});lf.displayName=af;function cf(e,t){return`${e}-trigger-${t}`}function uf(e,t){return`${e}-content-${t}`}var oP=tf,df=nf,ff=sf,hf=lf;function mf(e){const{items:t,listProps:r,sx:n,style:o,className:s,class:i,children:a,...l}=e,c=H(),{sxClassName:u,sxInlineStyle:h}=V(n,c),p=Array.isArray(t)&&t.length>0;return f.jsx(oP,{className:_("w-full",u,s,i),style:M(o,h),...l,children:p?f.jsxs(f.Fragment,{children:[f.jsx(oi,{...r,children:t.map(v=>f.jsx(si,{value:v.value,disabled:v.disabled,...v.triggerProps,children:v.label},v.value))}),t.map(v=>f.jsx(ii,{value:v.value,...v.contentProps,children:v.content},v.value))]}):a})}mf.displayName="Tabs";const oi=d.forwardRef(({className:e,class:t,sx:r,style:n,...o},s)=>{const i=H(),{sxClassName:a,sxInlineStyle:l}=V(r,i);return f.jsx(df,{ref:s,className:_("inline-flex min-h-10 items-center gap-1 rounded-lg bg-slate-100 p-1 text-slate-600",a,e,t),style:M(n,l),...o})});oi.displayName=df.displayName;const si=d.forwardRef(({className:e,class:t,sx:r,style:n,...o},s)=>{const i=H(),{sxClassName:a,sxInlineStyle:l}=V(r,i);return f.jsx(ff,{ref:s,className:_("inline-flex min-h-8 items-center justify-center whitespace-nowrap rounded-md px-3 py-1.5 text-sm font-medium leading-5 transition-colors focus-visible:outline-none focus-visible:ring-2 focus-visible:ring-blue-500 disabled:pointer-events-none disabled:opacity-50 data-[state=active]:bg-white data-[state=active]:text-blue-700 data-[state=active]:shadow-sm",a,e,t),style:M(n,l),...o})});si.displayName=ff.displayName;const ii=d.forwardRef(({className:e,class:t,sx:r,style:n,borderless:o=!1,...s},i)=>{const a=H(),{sxClassName:l,sxInlineStyle:c}=V(r,a);return f.jsx(hf,{ref:i,className:_("mt-3 focus-visible:outline-none focus-visible:ring-2 focus-visible:ring-blue-500",!o&&"rounded-lg border border-slate-200 bg-white p-4",l,e,t),style:M(n,c),...s})});ii.displayName=hf.displayName;exports.Anchor=Jd;exports.Avatar=Nd;exports.AvatarFallback=Os;exports.AvatarImage=js;exports.Box=te;exports.Breadcrumb=Xd;exports.BreadcrumbEllipsis=Qs;exports.BreadcrumbItem=Ks;exports.BreadcrumbLink=Ys;exports.BreadcrumbList=Us;exports.BreadcrumbPage=Xs;exports.BreadcrumbSeparator=Js;exports.Button=tn;exports.Card=Ge;exports.Checkbox=fr;exports.CheckboxGroup=nu;exports.Chip=Rd;exports.Col=Kd;exports.Dialog=Sm;exports.DialogClose=es;exports.DialogContent=rs;exports.DialogDescription=is;exports.DialogFooter=os;exports.DialogHeader=ns;exports.DialogOverlay=ts;exports.DialogPortal=Il;exports.DialogTitle=ss;exports.DialogTrigger=Zo;exports.Divider=Fd;exports.Flex=$d;exports.GhostButton=zr;exports.GhostButtonGroup=ql;exports.Grid=Nn;exports.Icon=ye;exports.Input=ou;exports.Label=yn;exports.Menu=tP;exports.Modal=Qo;exports.Pagination=Ds;exports.PaginationContent=Bs;exports.PaginationEllipsis=zs;exports.PaginationItem=ft;exports.PaginationLink=mr;exports.PaginationNext=$s;exports.PaginationPrevious=Fs;exports.Popover=hg;exports.PopoverAnchor=mg;exports.PopoverClose=kc;exports.PopoverContent=Tc;exports.PopoverTrigger=Rc;exports.QRCode=xb;exports.QRCodeBase=Pb;exports.QRCodeCanvas=Id;exports.QRCodeSizable=jd;exports.Radio=Es;exports.RadioGroup=qu;exports.Row=Ud;exports.SafeArea=En;exports.SafeAreaBottom=Vd;exports.SafeAreaTop=zd;exports.Select=mx;exports.SelectContent=od;exports.SelectGroup=td;exports.SelectItem=Yr;exports.SelectItems=xx;exports.SelectLabel=_s;exports.SelectScrollDownButton=Ts;exports.SelectScrollUpButton=ks;exports.SelectSeparator=As;exports.SelectTrigger=nd;exports.SelectValue=px;exports.Skeleton=pr;exports.SkeletonAvatar=Gs;exports.SkeletonButton=Dd;exports.SkeletonCard=Bd;exports.SkeletonText=Hs;exports.Space=Ws;exports.Switch=ud;exports.SxProvider=lh;exports.Table=ct;exports.Tabs=mf;exports.TabsContent=ii;exports.TabsList=oi;exports.TabsTrigger=si;exports.ToastProvider=kl;exports.Tooltip=Dg;exports.TooltipArrow=Ss;exports.TooltipContent=Gc;exports.TooltipPortal=Bg;exports.TooltipProvider=Lg;exports.TooltipTrigger=Hc;exports.buttonVariants=el;exports.chipVariants=Ed;exports.createTheme=ch;exports.getRegisteredIconNames=dm;exports.mergeSxStyle=M;exports.registerIconLoaders=lm;exports.resetIconLoaders=um;exports.resolveSx=V;exports.setIconLoaders=cm;exports.toast=Pm;exports.useMenuRef=Jb;exports.useSxTheme=H;exports.useToast=bm;
|