sodtrack-web-ui 0.22.0 → 0.22.2

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.
@@ -5,6 +5,7 @@ type AutocompleteOption = {
5
5
  key?: string | number;
6
6
  label: string;
7
7
  value: string | number;
8
+ disabled?: boolean;
8
9
  };
9
10
  type AutocompleteProps = {
10
11
  options: AutocompleteOption[];
@@ -5,6 +5,7 @@ type AutocompleteOption = {
5
5
  key?: string | number;
6
6
  label: string;
7
7
  value: string | number;
8
+ disabled?: boolean;
8
9
  };
9
10
  type AutocompleteProps = {
10
11
  options: AutocompleteOption[];
@@ -28,7 +28,7 @@ var le__namespace = /*#__PURE__*/_interopNamespace(le);
28
28
  var b__namespace = /*#__PURE__*/_interopNamespace(b);
29
29
  var Te__namespace = /*#__PURE__*/_interopNamespace(Te);
30
30
 
31
- function ne(e){var a,t,o="";if(typeof e=="string"||typeof e=="number")o+=e;else if(typeof e=="object")if(Array.isArray(e)){var r=e.length;for(a=0;a<r;a++)e[a]&&(t=ne(e[a]))&&(o&&(o+=" "),o+=t);}else for(t in e)e[t]&&(o&&(o+=" "),o+=t);return o}function pe(){for(var e,a,t=0,o="",r=arguments.length;t<r;t++)(e=arguments[t])&&(a=ne(e))&&(o&&(o+=" "),o+=a);return o}var oe="-";function qe(e){let a=Oe(e),{conflictingClassGroups:t,conflictingClassGroupModifiers:o}=e;function r(l){let s=l.split(oe);return s[0]===""&&s.length!==1&&s.shift(),xe(s,a)||Ue(l)}function u(l,s){let f=t[l]||[];return s&&o[l]?[...f,...o[l]]:f}return {getClassGroupId:r,getConflictingClassGroupIds:u}}function xe(e,a){if(e.length===0)return a.classGroupId;let t=e[0],o=a.nextPart.get(t),r=o?xe(e.slice(1),o):void 0;if(r)return r;if(a.validators.length===0)return;let u=e.join(oe);return a.validators.find(({validator:l})=>l(u))?.classGroupId}var me=/^\[(.+)\]$/;function Ue(e){if(me.test(e)){let a=me.exec(e)[1],t=a?.substring(0,a.indexOf(":"));if(t)return "arbitrary.."+t}}function Oe(e){let{theme:a,prefix:t}=e,o={nextPart:new Map,validators:[]};return Ge(Object.entries(e.classGroups),t).forEach(([u,l])=>{te(l,o,u,a);}),o}function te(e,a,t,o){e.forEach(r=>{if(typeof r=="string"){let u=r===""?a:Le(a,r);u.classGroupId=t;return}if(typeof r=="function"){if(He(r)){te(r(o),a,t,o);return}a.validators.push({validator:r,classGroupId:t});return}Object.entries(r).forEach(([u,l])=>{te(l,Le(a,u),t,o);});});}function Le(e,a){let t=e;return a.split(oe).forEach(o=>{t.nextPart.has(o)||t.nextPart.set(o,{nextPart:new Map,validators:[]}),t=t.nextPart.get(o);}),t}function He(e){return e.isThemeGetter}function Ge(e,a){return a?e.map(([t,o])=>{let r=o.map(u=>typeof u=="string"?a+u:typeof u=="object"?Object.fromEntries(Object.entries(u).map(([l,s])=>[a+l,s])):u);return [t,r]}):e}function ze(e){if(e<1)return {get:()=>{},set:()=>{}};let a=0,t=new Map,o=new Map;function r(u,l){t.set(u,l),a++,a>e&&(a=0,o=t,t=new Map);}return {get(u){let l=t.get(u);if(l!==void 0)return l;if((l=o.get(u))!==void 0)return r(u,l),l},set(u,l){t.has(u)?t.set(u,l):r(u,l);}}}var Ie="!";function Ee(e){let a=e.separator,t=a.length===1,o=a[0],r=a.length;return function(l){let s=[],f=0,i=0,n;for(let x=0;x<l.length;x++){let I=l[x];if(f===0){if(I===o&&(t||l.slice(x,x+r)===a)){s.push(l.slice(i,x)),i=x+r;continue}if(I==="/"){n=x;continue}}I==="["?f++:I==="]"&&f--;}let m=s.length===0?l:l.substring(i),S=m.startsWith(Ie),k=S?m.substring(1):m,A=n&&n>i?n-i:void 0;return {modifiers:s,hasImportantModifier:S,baseClassName:k,maybePostfixModifierPosition:A}}}function Ve(e){if(e.length<=1)return e;let a=[],t=[];return e.forEach(o=>{o[0]==="["?(a.push(...t.sort(),o),t=[]):t.push(o);}),a.push(...t.sort()),a}function We(e){return {cache:ze(e.cacheSize),splitModifiers:Ee(e),...qe(e)}}var Xe=/\s+/;function Ne(e,a){let{splitModifiers:t,getClassGroupId:o,getConflictingClassGroupIds:r}=a,u=new Set;return e.trim().split(Xe).map(l=>{let{modifiers:s,hasImportantModifier:f,baseClassName:i,maybePostfixModifierPosition:n}=t(l),m=o(n?i.substring(0,n):i),S=!!n;if(!m){if(!n)return {isTailwindClass:!1,originalClassName:l};if(m=o(i),!m)return {isTailwindClass:!1,originalClassName:l};S=!1;}let k=Ve(s).join(":");return {isTailwindClass:!0,modifierId:f?k+Ie:k,classGroupId:m,originalClassName:l,hasPostfixModifier:S}}).reverse().filter(l=>{if(!l.isTailwindClass)return !0;let{modifierId:s,classGroupId:f,hasPostfixModifier:i}=l,n=s+f;return u.has(n)?!1:(u.add(n),r(f,i).forEach(m=>u.add(s+m)),!0)}).reverse().map(l=>l.originalClassName).join(" ")}function Ke(){let e=0,a,t,o="";for(;e<arguments.length;)(a=arguments[e++])&&(t=ge(a))&&(o&&(o+=" "),o+=t);return o}function ge(e){if(typeof e=="string")return e;let a,t="";for(let o=0;o<e.length;o++)e[o]&&(a=ge(e[o]))&&(t&&(t+=" "),t+=a);return t}function Ze(e,...a){let t,o,r,u=l;function l(f){let i=a.reduce((n,m)=>m(n),e());return t=We(i),o=t.cache.get,r=t.cache.set,u=s,s(f)}function s(f){let i=o(f);if(i)return i;let n=Ne(f,t);return r(f,n),n}return function(){return u(Ke.apply(null,arguments))}}function L(e){let a=t=>t[e]||[];return a.isThemeGetter=!0,a}var Ce=/^\[(?:([a-z-]+):)?(.+)\]$/i,Je=/^\d+\/\d+$/,Qe=new Set(["px","full","screen"]),je=/^(\d+(\.\d+)?)?(xs|sm|md|lg|xl)$/,$e=/\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$/,Ye=/^(rgba?|hsla?|hwb|(ok)?(lab|lch))\(.+\)$/,_e=/^(inset_)?-?((\d+)?\.?(\d+)[a-z]+|0)_-?((\d+)?\.?(\d+)[a-z]+|0)/,ea=/^(url|image|image-set|cross-fade|element|(repeating-)?(linear|radial|conic)-gradient)\(.+\)$/;function P(e){return M(e)||Qe.has(e)||Je.test(e)}function y(e){return T(e,"length",sa)}function M(e){return !!e&&!Number.isNaN(Number(e))}function _(e){return T(e,"number",M)}function G(e){return !!e&&Number.isInteger(Number(e))}function aa(e){return e.endsWith("%")&&M(e.slice(0,-1))}function d(e){return Ce.test(e)}function B(e){return je.test(e)}var ta=new Set(["length","size","percentage"]);function oa(e){return T(e,ta,he)}function la(e){return T(e,"position",he)}var ua=new Set(["image","url"]);function ra(e){return T(e,ua,ia)}function da(e){return T(e,"",fa)}function z(){return !0}function T(e,a,t){let o=Ce.exec(e);return o?o[1]?typeof a=="string"?o[1]===a:a.has(o[1]):t(o[2]):!1}function sa(e){return $e.test(e)&&!Ye.test(e)}function he(){return !1}function fa(e){return _e.test(e)}function ia(e){return ea.test(e)}function ca(){let e=L("colors"),a=L("spacing"),t=L("blur"),o=L("brightness"),r=L("borderColor"),u=L("borderRadius"),l=L("borderSpacing"),s=L("borderWidth"),f=L("contrast"),i=L("grayscale"),n=L("hueRotate"),m=L("invert"),S=L("gap"),k=L("gradientColorStops"),A=L("gradientColorStopPositions"),x=L("inset"),I=L("margin"),g=L("opacity"),C=L("padding"),q=L("saturate"),D=L("scale"),v=L("sepia"),Z=L("skew"),U=L("space"),J=L("translate"),c=()=>["auto","contain","none"],w=()=>["auto","hidden","clip","visible","scroll"],F=()=>["auto",d,a],p=()=>[d,a],Q=()=>["",P,y],j=()=>["auto",M,d],fe=()=>["bottom","center","left","left-bottom","left-top","right","right-bottom","right-top","top"],$=()=>["solid","dashed","dotted","double","none"],ie=()=>["normal","multiply","screen","overlay","darken","lighten","color-dodge","color-burn","hard-light","soft-light","difference","exclusion","hue","saturation","color","luminosity"],ae=()=>["start","end","center","between","around","evenly","stretch"],O=()=>["","0",d],ce=()=>["auto","avoid","all","avoid-page","page","left","right","column"],H=()=>[M,_],Y=()=>[M,d];return {cacheSize:500,separator:":",theme:{colors:[z],spacing:[P,y],blur:["none","",B,d],brightness:H(),borderColor:[e],borderRadius:["none","","full",B,d],borderSpacing:p(),borderWidth:Q(),contrast:H(),grayscale:O(),hueRotate:Y(),invert:O(),gap:p(),gradientColorStops:[e],gradientColorStopPositions:[aa,y],inset:F(),margin:F(),opacity:H(),padding:p(),saturate:H(),scale:H(),sepia:O(),skew:Y(),space:p(),translate:p()},classGroups:{aspect:[{aspect:["auto","square","video",d]}],container:["container"],columns:[{columns:[B]}],"break-after":[{"break-after":ce()}],"break-before":[{"break-before":ce()}],"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"],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:[...fe(),d]}],overflow:[{overflow:w()}],"overflow-x":[{"overflow-x":w()}],"overflow-y":[{"overflow-y":w()}],overscroll:[{overscroll:c()}],"overscroll-x":[{"overscroll-x":c()}],"overscroll-y":[{"overscroll-y":c()}],position:["static","fixed","absolute","relative","sticky"],inset:[{inset:[x]}],"inset-x":[{"inset-x":[x]}],"inset-y":[{"inset-y":[x]}],start:[{start:[x]}],end:[{end:[x]}],top:[{top:[x]}],right:[{right:[x]}],bottom:[{bottom:[x]}],left:[{left:[x]}],visibility:["visible","invisible","collapse"],z:[{z:["auto",G,d]}],basis:[{basis:F()}],"flex-direction":[{flex:["row","row-reverse","col","col-reverse"]}],"flex-wrap":[{flex:["wrap","wrap-reverse","nowrap"]}],flex:[{flex:["1","auto","initial","none",d]}],grow:[{grow:O()}],shrink:[{shrink:O()}],order:[{order:["first","last","none",G,d]}],"grid-cols":[{"grid-cols":[z]}],"col-start-end":[{col:["auto",{span:["full",G,d]},d]}],"col-start":[{"col-start":j()}],"col-end":[{"col-end":j()}],"grid-rows":[{"grid-rows":[z]}],"row-start-end":[{row:["auto",{span:[G,d]},d]}],"row-start":[{"row-start":j()}],"row-end":[{"row-end":j()}],"grid-flow":[{"grid-flow":["row","col","dense","row-dense","col-dense"]}],"auto-cols":[{"auto-cols":["auto","min","max","fr",d]}],"auto-rows":[{"auto-rows":["auto","min","max","fr",d]}],gap:[{gap:[S]}],"gap-x":[{"gap-x":[S]}],"gap-y":[{"gap-y":[S]}],"justify-content":[{justify:["normal",...ae()]}],"justify-items":[{"justify-items":["start","end","center","stretch"]}],"justify-self":[{"justify-self":["auto","start","end","center","stretch"]}],"align-content":[{content:["normal",...ae(),"baseline"]}],"align-items":[{items:["start","end","center","baseline","stretch"]}],"align-self":[{self:["auto","start","end","center","stretch","baseline"]}],"place-content":[{"place-content":[...ae(),"baseline"]}],"place-items":[{"place-items":["start","end","center","baseline","stretch"]}],"place-self":[{"place-self":["auto","start","end","center","stretch"]}],p:[{p:[C]}],px:[{px:[C]}],py:[{py:[C]}],ps:[{ps:[C]}],pe:[{pe:[C]}],pt:[{pt:[C]}],pr:[{pr:[C]}],pb:[{pb:[C]}],pl:[{pl:[C]}],m:[{m:[I]}],mx:[{mx:[I]}],my:[{my:[I]}],ms:[{ms:[I]}],me:[{me:[I]}],mt:[{mt:[I]}],mr:[{mr:[I]}],mb:[{mb:[I]}],ml:[{ml:[I]}],"space-x":[{"space-x":[U]}],"space-x-reverse":["space-x-reverse"],"space-y":[{"space-y":[U]}],"space-y-reverse":["space-y-reverse"],w:[{w:["auto","min","max","fit","svw","lvw","dvw",d,a]}],"min-w":[{"min-w":[d,a,"min","max","fit"]}],"max-w":[{"max-w":[d,a,"none","full","min","max","fit","prose",{screen:[B]},B]}],h:[{h:[d,a,"auto","min","max","fit","svh","lvh","dvh"]}],"min-h":[{"min-h":[d,a,"min","max","fit","svh","lvh","dvh"]}],"max-h":[{"max-h":[d,a,"min","max","fit","svh","lvh","dvh"]}],size:[{size:[d,a,"auto","min","max","fit"]}],"font-size":[{text:["base",B,y]}],"font-smoothing":["antialiased","subpixel-antialiased"],"font-style":["italic","not-italic"],"font-weight":[{font:["thin","extralight","light","normal","medium","semibold","bold","extrabold","black",_]}],"font-family":[{font:[z]}],"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-fractons"],tracking:[{tracking:["tighter","tight","normal","wide","wider","widest",d]}],"line-clamp":[{"line-clamp":["none",M,_]}],leading:[{leading:["none","tight","snug","normal","relaxed","loose",P,d]}],"list-image":[{"list-image":["none",d]}],"list-style-type":[{list:["none","disc","decimal",d]}],"list-style-position":[{list:["inside","outside"]}],"placeholder-color":[{placeholder:[e]}],"placeholder-opacity":[{"placeholder-opacity":[g]}],"text-alignment":[{text:["left","center","right","justify","start","end"]}],"text-color":[{text:[e]}],"text-opacity":[{"text-opacity":[g]}],"text-decoration":["underline","overline","line-through","no-underline"],"text-decoration-style":[{decoration:[...$(),"wavy"]}],"text-decoration-thickness":[{decoration:["auto","from-font",P,y]}],"underline-offset":[{"underline-offset":["auto",P,d]}],"text-decoration-color":[{decoration:[e]}],"text-transform":["uppercase","lowercase","capitalize","normal-case"],"text-overflow":["truncate","text-ellipsis","text-clip"],"text-wrap":[{text:["wrap","nowrap","balance","pretty"]}],indent:[{indent:p()}],"vertical-align":[{align:["baseline","top","middle","bottom","text-top","text-bottom","sub","super",d]}],whitespace:[{whitespace:["normal","nowrap","pre","pre-line","pre-wrap","break-spaces"]}],break:[{break:["normal","words","all","keep"]}],hyphens:[{hyphens:["none","manual","auto"]}],content:[{content:["none",d]}],"bg-attachment":[{bg:["fixed","local","scroll"]}],"bg-clip":[{"bg-clip":["border","padding","content","text"]}],"bg-opacity":[{"bg-opacity":[g]}],"bg-origin":[{"bg-origin":["border","padding","content"]}],"bg-position":[{bg:[...fe(),la]}],"bg-repeat":[{bg:["no-repeat",{repeat:["","x","y","round","space"]}]}],"bg-size":[{bg:["auto","cover","contain",oa]}],"bg-image":[{bg:["none",{"gradient-to":["t","tr","r","br","b","bl","l","tl"]},ra]}],"bg-color":[{bg:[e]}],"gradient-from-pos":[{from:[A]}],"gradient-via-pos":[{via:[A]}],"gradient-to-pos":[{to:[A]}],"gradient-from":[{from:[k]}],"gradient-via":[{via:[k]}],"gradient-to":[{to:[k]}],rounded:[{rounded:[u]}],"rounded-s":[{"rounded-s":[u]}],"rounded-e":[{"rounded-e":[u]}],"rounded-t":[{"rounded-t":[u]}],"rounded-r":[{"rounded-r":[u]}],"rounded-b":[{"rounded-b":[u]}],"rounded-l":[{"rounded-l":[u]}],"rounded-ss":[{"rounded-ss":[u]}],"rounded-se":[{"rounded-se":[u]}],"rounded-ee":[{"rounded-ee":[u]}],"rounded-es":[{"rounded-es":[u]}],"rounded-tl":[{"rounded-tl":[u]}],"rounded-tr":[{"rounded-tr":[u]}],"rounded-br":[{"rounded-br":[u]}],"rounded-bl":[{"rounded-bl":[u]}],"border-w":[{border:[s]}],"border-w-x":[{"border-x":[s]}],"border-w-y":[{"border-y":[s]}],"border-w-s":[{"border-s":[s]}],"border-w-e":[{"border-e":[s]}],"border-w-t":[{"border-t":[s]}],"border-w-r":[{"border-r":[s]}],"border-w-b":[{"border-b":[s]}],"border-w-l":[{"border-l":[s]}],"border-opacity":[{"border-opacity":[g]}],"border-style":[{border:[...$(),"hidden"]}],"divide-x":[{"divide-x":[s]}],"divide-x-reverse":["divide-x-reverse"],"divide-y":[{"divide-y":[s]}],"divide-y-reverse":["divide-y-reverse"],"divide-opacity":[{"divide-opacity":[g]}],"divide-style":[{divide:$()}],"border-color":[{border:[r]}],"border-color-x":[{"border-x":[r]}],"border-color-y":[{"border-y":[r]}],"border-color-t":[{"border-t":[r]}],"border-color-r":[{"border-r":[r]}],"border-color-b":[{"border-b":[r]}],"border-color-l":[{"border-l":[r]}],"divide-color":[{divide:[r]}],"outline-style":[{outline:["",...$()]}],"outline-offset":[{"outline-offset":[P,d]}],"outline-w":[{outline:[P,y]}],"outline-color":[{outline:[e]}],"ring-w":[{ring:Q()}],"ring-w-inset":["ring-inset"],"ring-color":[{ring:[e]}],"ring-opacity":[{"ring-opacity":[g]}],"ring-offset-w":[{"ring-offset":[P,y]}],"ring-offset-color":[{"ring-offset":[e]}],shadow:[{shadow:["","inner","none",B,da]}],"shadow-color":[{shadow:[z]}],opacity:[{opacity:[g]}],"mix-blend":[{"mix-blend":[...ie(),"plus-lighter","plus-darker"]}],"bg-blend":[{"bg-blend":ie()}],filter:[{filter:["","none"]}],blur:[{blur:[t]}],brightness:[{brightness:[o]}],contrast:[{contrast:[f]}],"drop-shadow":[{"drop-shadow":["","none",B,d]}],grayscale:[{grayscale:[i]}],"hue-rotate":[{"hue-rotate":[n]}],invert:[{invert:[m]}],saturate:[{saturate:[q]}],sepia:[{sepia:[v]}],"backdrop-filter":[{"backdrop-filter":["","none"]}],"backdrop-blur":[{"backdrop-blur":[t]}],"backdrop-brightness":[{"backdrop-brightness":[o]}],"backdrop-contrast":[{"backdrop-contrast":[f]}],"backdrop-grayscale":[{"backdrop-grayscale":[i]}],"backdrop-hue-rotate":[{"backdrop-hue-rotate":[n]}],"backdrop-invert":[{"backdrop-invert":[m]}],"backdrop-opacity":[{"backdrop-opacity":[g]}],"backdrop-saturate":[{"backdrop-saturate":[q]}],"backdrop-sepia":[{"backdrop-sepia":[v]}],"border-collapse":[{border:["collapse","separate"]}],"border-spacing":[{"border-spacing":[l]}],"border-spacing-x":[{"border-spacing-x":[l]}],"border-spacing-y":[{"border-spacing-y":[l]}],"table-layout":[{table:["auto","fixed"]}],caption:[{caption:["top","bottom"]}],transition:[{transition:["none","all","","colors","opacity","shadow","transform",d]}],duration:[{duration:Y()}],ease:[{ease:["linear","in","out","in-out",d]}],delay:[{delay:Y()}],animate:[{animate:["none","spin","ping","pulse","bounce",d]}],transform:[{transform:["","gpu","none"]}],scale:[{scale:[D]}],"scale-x":[{"scale-x":[D]}],"scale-y":[{"scale-y":[D]}],rotate:[{rotate:[G,d]}],"translate-x":[{"translate-x":[J]}],"translate-y":[{"translate-y":[J]}],"skew-x":[{"skew-x":[Z]}],"skew-y":[{"skew-y":[Z]}],"transform-origin":[{origin:["center","top","top-right","right","bottom-right","bottom","bottom-left","left","top-left",d]}],accent:[{accent:["auto",e]}],appearance:[{appearance:["none","auto"]}],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",d]}],"caret-color":[{caret:[e]}],"pointer-events":[{"pointer-events":["none","auto"]}],resize:[{resize:["none","y","x",""]}],"scroll-behavior":[{scroll:["auto","smooth"]}],"scroll-m":[{"scroll-m":p()}],"scroll-mx":[{"scroll-mx":p()}],"scroll-my":[{"scroll-my":p()}],"scroll-ms":[{"scroll-ms":p()}],"scroll-me":[{"scroll-me":p()}],"scroll-mt":[{"scroll-mt":p()}],"scroll-mr":[{"scroll-mr":p()}],"scroll-mb":[{"scroll-mb":p()}],"scroll-ml":[{"scroll-ml":p()}],"scroll-p":[{"scroll-p":p()}],"scroll-px":[{"scroll-px":p()}],"scroll-py":[{"scroll-py":p()}],"scroll-ps":[{"scroll-ps":p()}],"scroll-pe":[{"scroll-pe":p()}],"scroll-pt":[{"scroll-pt":p()}],"scroll-pr":[{"scroll-pr":p()}],"scroll-pb":[{"scroll-pb":p()}],"scroll-pl":[{"scroll-pl":p()}],"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",d]}],fill:[{fill:[e,"none"]}],"stroke-w":[{stroke:[P,y,_]}],stroke:[{stroke:[e,"none"]}],sr:["sr-only","not-sr-only"],"forced-color-adjust":[{"forced-color-adjust":["auto","none"]}]},conflictingClassGroups:{overflow:["overflow-x","overflow-y"],overscroll:["overscroll-x","overscroll-y"],inset:["inset-x","inset-y","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","pt","pr","pb","pl"],px:["pr","pl"],py:["pt","pb"],m:["mx","my","ms","me","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-s","border-w-e","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-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"],"scroll-m":["scroll-mx","scroll-my","scroll-ms","scroll-me","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-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"]}}}var Se=Ze(ca);function h(...e){return Se(pe(e))}var we=e=>e.replace(/([a-z0-9])([A-Z])/g,"$1-$2").toLowerCase(),ee=(...e)=>e.filter((a,t,o)=>!!a&&o.indexOf(a)===t).join(" ");var be={xmlns:"http://www.w3.org/2000/svg",width:24,height:24,viewBox:"0 0 24 24",fill:"none",stroke:"currentColor",strokeWidth:2,strokeLinecap:"round",strokeLinejoin:"round"};var Pe=le.forwardRef(({color:e="currentColor",size:a=24,strokeWidth:t=2,absoluteStrokeWidth:o,className:r="",children:u,iconNode:l,...s},f)=>le.createElement("svg",{ref:f,...be,width:a,height:a,stroke:e,strokeWidth:o?Number(t)*24/Number(a):t,className:ee("lucide",r),...s},[...l.map(([i,n])=>le.createElement(i,n)),...Array.isArray(u)?u:[u]]));var Ae=(e,a)=>{let t=le.forwardRef(({className:o,...r},u)=>le.createElement(Pe,{ref:u,iconNode:a,className:ee(`lucide-${we(e)}`,o),...r}));return t.displayName=`${e}`,t};var E=Ae("ChevronDown",[["path",{d:"m6 9 6 6 6-6",key:"qrunsl"}]]);var ye=E;var La=({error:e,helperText:a})=>jsxRuntime.jsx(jsxRuntime.Fragment,{children:a&&jsxRuntime.jsx("span",{className:h("mx-4 mt-1 text-start text-xs leading-[110%] transition-all ease-linear peer-hover:text-primary-500 peer-focus:text-neutral-900 peer-disabled:text-neutral-500",e&&"text-error-700 peer-hover:text-error-700 peer-focus:text-error-700"),children:a})}),Fe=La;var Re=le.forwardRef(({label:e,placeholder:a,error:t,selectMode:o=!1,helperText:r,className:u,size:l="md",...s},f)=>jsxRuntime.jsxs("div",{className:h("flex flex-col",u),children:[jsxRuntime.jsxs("div",{className:h("relative flex flex-col",l==="md"?"h-14":"h-10"),children:[jsxRuntime.jsx("input",{className:h("peer absolute z-30 h-full w-full rounded-lg bg-neutral-50/0 pl-4 text-neutral-900 placeholder-neutral-600/0 caret-neutral-900 outline-0 ring-[1.5px] ring-inset ring-neutral-600 transition-all ease-linear hover:text-primary-500 hover:placeholder-primary-500/0 hover:caret-primary-500 hover:ring-primary-500 focus:text-neutral-900 focus:placeholder-neutral-600 focus:placeholder-opacity-100 focus:caret-primary-800 focus:ring-[3px] focus:ring-primary-800 disabled:bg-neutral-50 disabled:text-neutral-500 disabled:ring-neutral-500 [&:not(:placeholder-shown)]:z-10",t&&"placeholder-error-700/0 ring-error-700 hover:text-neutral-900 hover:ring-error-700 focus:ring-error-700"),placeholder:a??"",...s,ref:f}),e&&jsxRuntime.jsx(reactLabel.Label,{className:h("absolute -top-[0.375rem] z-20 ml-3 bg-neutral-50 px-1 text-xs text-neutral-600 transition-all duration-75 ease-linear peer-placeholder-shown:text-base peer-hover:text-primary-500 peer-focus:-top-[0.375rem] peer-focus:z-30 peer-focus:text-xs peer-focus:text-primary-800 peer-disabled:z-30 peer-disabled:text-neutral-500",l==="md"?"peer-placeholder-shown:top-4":"peer-placeholder-shown:top-2",t&&"text-error-700 peer-hover:text-error-700 peer-focus:text-error-700"),children:e}),o&&jsxRuntime.jsx("div",{className:h("absolute right-4 flex h-full items-center rounded-full transition-all ease-linear hover:bg-neutral-500 peer-hover:text-primary-500 peer-focus:rotate-180 peer-focus:text-primary-800",t&&"text-error-700 peer-hover:text-error-700 peer-focus:text-error-700"),children:jsxRuntime.jsx(ye,{className:"h-6 w-6"})})]}),jsxRuntime.jsx(Fe,{helperText:r,error:t})]}));var ue=le__namespace.forwardRef(({className:e,children:a,...t},o)=>jsxRuntime.jsxs(b__namespace.Root,{className:h("relative h-full overflow-hidden",e),...t,children:[jsxRuntime.jsx(b__namespace.Viewport,{ref:o,className:"h-full w-full rounded-[inherit] [&>div]:!flex [&>div]:h-full [&>div]:flex-col",children:a}),jsxRuntime.jsx(De,{}),jsxRuntime.jsx(b__namespace.Corner,{})]}));ue.displayName=b__namespace.Root.displayName;var De=le__namespace.forwardRef(({className:e,orientation:a="vertical",...t},o)=>jsxRuntime.jsx(b__namespace.ScrollAreaScrollbar,{ref:o,orientation:a,className:h("flex touch-none select-none bg-neutral-100 transition-colors",a==="vertical"&&"h-full w-4 py-2",a==="horizontal"&&"h-4 flex-col px-2",e),...t,children:jsxRuntime.jsx(b__namespace.ScrollAreaThumb,{className:h("relative flex-1 rounded bg-primary-500",a==="vertical"&&"mx-1 w-2",a==="horizontal"&&"my-1 h-2")})}));De.displayName=b__namespace.ScrollAreaScrollbar.displayName;var N=56,K=6,Ft=({options:e,noResults:a,selectedOption:t,onSelect:o,onChange:r,onClick:u,drawer:l=!1,...s})=>{let f=le.useRef(null),i=le.useRef(null),n=le.useRef(null),[m,S]=le.useState("bottom"),[k,A]=le.useState(),[x,I]=le.useState([]);le.useEffect(()=>{I(e);},[e]);let[g,C]=le.useState(-1),[q,D]=le.useState(t??null),v=c=>{f.current.style.display="none",i.current.value=c.label,D(c),o?.(c);},Z=c=>{if(c.key==="ArrowDown"){if(g===x.length-1)return;C(w=>w+1),f.current.style.display="flex",U();}else if(c.key==="ArrowUp"){if(g===0)return;C(w=>w-1),U();}else c.key==="Enter"&&(v(x[g]),C(-1));},U=()=>{let c=N*K;n.current.scroll({top:(g+2)*N<=c?0:N*(g+2)-c,behavior:"smooth"});},J=le.useCallback(()=>{I(e.filter(c=>c.label.toLowerCase().includes(i.current?.value.toLowerCase()??"")));},[]);return le.useEffect(()=>{if(!i.current)return;let c=()=>{if(!i.current)return;let w=N*(e.length<K?e.length:K)+16,F=i.current.getBoundingClientRect();A(F);let p=window.innerHeight-F.bottom>w,Q=F.top>w;S(p?"bottom":Q?"top":"bottom");};return c(),i.current.addEventListener("mousedown",c),i.current.addEventListener("input",J),window.addEventListener("scroll",c),window.addEventListener("resize",c),()=>{i.current?.removeEventListener("mousedown",c),i.current?.removeEventListener("input",c),window.addEventListener("scroll",c),window.removeEventListener("resize",c);}},[i.current]),le.useEffect(()=>{function c(w){f.current&&!f.current.contains(w.target)&&(f.current.style.display="none",C(-1));}return document.addEventListener("mousedown",c),()=>{document.removeEventListener("mousedown",c);}},[f.current]),jsxRuntime.jsxs(jsxRuntime.Fragment,{children:[jsxRuntime.jsx(Re,{ref:i,autoComplete:"off",list:"",selectMode:!0,onChange:c=>{C(-1),D(null),r?.(c);},onKeyDown:Z,onClick:c=>{f.current.style.display="flex",u?.(c);},...s}),l?jsxRuntime.jsx(ve,{ref:f,inputRect:k,popoverPosition:m,noResults:a,selectedOption:q,currentFocus:g,filteredOptions:x,handleSelect:v,scrollAreaRef:n,drawer:l}):jsxRuntime.jsx(Te__namespace.Root,{asChild:!0,children:jsxRuntime.jsx(ve,{ref:f,inputRect:k,popoverPosition:m,noResults:a,selectedOption:q,currentFocus:g,filteredOptions:x,handleSelect:v,scrollAreaRef:n,drawer:l})})]})},ve=le.forwardRef(({inputRect:e,popoverPosition:a,noResults:t,handleSelect:o,currentFocus:r,selectedOption:u,filteredOptions:l,scrollAreaRef:s,drawer:f},i)=>{let n=le.useId();return jsxRuntime.jsx("datalist",{ref:i,className:"pointer-events-auto fixed z-[10000] hidden w-full",style:e?{width:`${e.width}px`,left:f?void 0:e.left,top:a==="bottom"?`${e.height+e.top+window.scrollY}px`:window.scrollY+e.top-(l.length<K?l.length:K)*N-16}:void 0,children:jsxRuntime.jsxs(ue,{className:"elevation-8 my-2 flex max-h-[336px] w-full flex-col rounded-lg bg-neutral-50",ref:s,children:[l.length===0&&jsxRuntime.jsxs("div",{className:"elevation-8 max-h-88 flex flex-1 flex-col items-center justify-center rounded-lg bg-neutral-50 px-8 py-6",children:[le__namespace.default.cloneElement(t.icon,{className:"mb-2 h-8 w-8 text-neutral-300"}),jsxRuntime.jsx("p",{className:"text-center text-sm leading-[120%] text-neutral-500",children:t.message})]}),l.map((m,S)=>jsxRuntime.jsx("option",{onClick:()=>{o(m);},className:h("w-full flex-shrink-0 cursor-pointer py-4 pl-4 pr-6 text-left hover:bg-primary-100",u?.value===m.value&&"bg-primary-200",r===S&&"bg-primary-200"),value:m.value,children:m.label},`autocomplete-option-${n}-${m.key??m.value}`))]})})});/*! Bundled license information:
31
+ function ne(e){var a,t,o="";if(typeof e=="string"||typeof e=="number")o+=e;else if(typeof e=="object")if(Array.isArray(e)){var r=e.length;for(a=0;a<r;a++)e[a]&&(t=ne(e[a]))&&(o&&(o+=" "),o+=t);}else for(t in e)e[t]&&(o&&(o+=" "),o+=t);return o}function pe(){for(var e,a,t=0,o="",r=arguments.length;t<r;t++)(e=arguments[t])&&(a=ne(e))&&(o&&(o+=" "),o+=a);return o}var oe="-";function qe(e){let a=Oe(e),{conflictingClassGroups:t,conflictingClassGroupModifiers:o}=e;function r(l){let s=l.split(oe);return s[0]===""&&s.length!==1&&s.shift(),xe(s,a)||Ue(l)}function u(l,s){let f=t[l]||[];return s&&o[l]?[...f,...o[l]]:f}return {getClassGroupId:r,getConflictingClassGroupIds:u}}function xe(e,a){if(e.length===0)return a.classGroupId;let t=e[0],o=a.nextPart.get(t),r=o?xe(e.slice(1),o):void 0;if(r)return r;if(a.validators.length===0)return;let u=e.join(oe);return a.validators.find(({validator:l})=>l(u))?.classGroupId}var me=/^\[(.+)\]$/;function Ue(e){if(me.test(e)){let a=me.exec(e)[1],t=a?.substring(0,a.indexOf(":"));if(t)return "arbitrary.."+t}}function Oe(e){let{theme:a,prefix:t}=e,o={nextPart:new Map,validators:[]};return Ge(Object.entries(e.classGroups),t).forEach(([u,l])=>{te(l,o,u,a);}),o}function te(e,a,t,o){e.forEach(r=>{if(typeof r=="string"){let u=r===""?a:Le(a,r);u.classGroupId=t;return}if(typeof r=="function"){if(He(r)){te(r(o),a,t,o);return}a.validators.push({validator:r,classGroupId:t});return}Object.entries(r).forEach(([u,l])=>{te(l,Le(a,u),t,o);});});}function Le(e,a){let t=e;return a.split(oe).forEach(o=>{t.nextPart.has(o)||t.nextPart.set(o,{nextPart:new Map,validators:[]}),t=t.nextPart.get(o);}),t}function He(e){return e.isThemeGetter}function Ge(e,a){return a?e.map(([t,o])=>{let r=o.map(u=>typeof u=="string"?a+u:typeof u=="object"?Object.fromEntries(Object.entries(u).map(([l,s])=>[a+l,s])):u);return [t,r]}):e}function ze(e){if(e<1)return {get:()=>{},set:()=>{}};let a=0,t=new Map,o=new Map;function r(u,l){t.set(u,l),a++,a>e&&(a=0,o=t,t=new Map);}return {get(u){let l=t.get(u);if(l!==void 0)return l;if((l=o.get(u))!==void 0)return r(u,l),l},set(u,l){t.has(u)?t.set(u,l):r(u,l);}}}var Ie="!";function Ee(e){let a=e.separator,t=a.length===1,o=a[0],r=a.length;return function(l){let s=[],f=0,i=0,n;for(let x=0;x<l.length;x++){let I=l[x];if(f===0){if(I===o&&(t||l.slice(x,x+r)===a)){s.push(l.slice(i,x)),i=x+r;continue}if(I==="/"){n=x;continue}}I==="["?f++:I==="]"&&f--;}let p=s.length===0?l:l.substring(i),S=p.startsWith(Ie),k=S?p.substring(1):p,A=n&&n>i?n-i:void 0;return {modifiers:s,hasImportantModifier:S,baseClassName:k,maybePostfixModifierPosition:A}}}function Ve(e){if(e.length<=1)return e;let a=[],t=[];return e.forEach(o=>{o[0]==="["?(a.push(...t.sort(),o),t=[]):t.push(o);}),a.push(...t.sort()),a}function We(e){return {cache:ze(e.cacheSize),splitModifiers:Ee(e),...qe(e)}}var Xe=/\s+/;function Ne(e,a){let{splitModifiers:t,getClassGroupId:o,getConflictingClassGroupIds:r}=a,u=new Set;return e.trim().split(Xe).map(l=>{let{modifiers:s,hasImportantModifier:f,baseClassName:i,maybePostfixModifierPosition:n}=t(l),p=o(n?i.substring(0,n):i),S=!!n;if(!p){if(!n)return {isTailwindClass:!1,originalClassName:l};if(p=o(i),!p)return {isTailwindClass:!1,originalClassName:l};S=!1;}let k=Ve(s).join(":");return {isTailwindClass:!0,modifierId:f?k+Ie:k,classGroupId:p,originalClassName:l,hasPostfixModifier:S}}).reverse().filter(l=>{if(!l.isTailwindClass)return !0;let{modifierId:s,classGroupId:f,hasPostfixModifier:i}=l,n=s+f;return u.has(n)?!1:(u.add(n),r(f,i).forEach(p=>u.add(s+p)),!0)}).reverse().map(l=>l.originalClassName).join(" ")}function Ke(){let e=0,a,t,o="";for(;e<arguments.length;)(a=arguments[e++])&&(t=ge(a))&&(o&&(o+=" "),o+=t);return o}function ge(e){if(typeof e=="string")return e;let a,t="";for(let o=0;o<e.length;o++)e[o]&&(a=ge(e[o]))&&(t&&(t+=" "),t+=a);return t}function Ze(e,...a){let t,o,r,u=l;function l(f){let i=a.reduce((n,p)=>p(n),e());return t=We(i),o=t.cache.get,r=t.cache.set,u=s,s(f)}function s(f){let i=o(f);if(i)return i;let n=Ne(f,t);return r(f,n),n}return function(){return u(Ke.apply(null,arguments))}}function L(e){let a=t=>t[e]||[];return a.isThemeGetter=!0,a}var Ce=/^\[(?:([a-z-]+):)?(.+)\]$/i,Je=/^\d+\/\d+$/,Qe=new Set(["px","full","screen"]),je=/^(\d+(\.\d+)?)?(xs|sm|md|lg|xl)$/,$e=/\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$/,_e=/^(rgba?|hsla?|hwb|(ok)?(lab|lch))\(.+\)$/,Ye=/^(inset_)?-?((\d+)?\.?(\d+)[a-z]+|0)_-?((\d+)?\.?(\d+)[a-z]+|0)/,ea=/^(url|image|image-set|cross-fade|element|(repeating-)?(linear|radial|conic)-gradient)\(.+\)$/;function P(e){return M(e)||Qe.has(e)||Je.test(e)}function y(e){return T(e,"length",sa)}function M(e){return !!e&&!Number.isNaN(Number(e))}function Y(e){return T(e,"number",M)}function G(e){return !!e&&Number.isInteger(Number(e))}function aa(e){return e.endsWith("%")&&M(e.slice(0,-1))}function d(e){return Ce.test(e)}function B(e){return je.test(e)}var ta=new Set(["length","size","percentage"]);function oa(e){return T(e,ta,he)}function la(e){return T(e,"position",he)}var ua=new Set(["image","url"]);function ra(e){return T(e,ua,ia)}function da(e){return T(e,"",fa)}function z(){return !0}function T(e,a,t){let o=Ce.exec(e);return o?o[1]?typeof a=="string"?o[1]===a:a.has(o[1]):t(o[2]):!1}function sa(e){return $e.test(e)&&!_e.test(e)}function he(){return !1}function fa(e){return Ye.test(e)}function ia(e){return ea.test(e)}function ca(){let e=L("colors"),a=L("spacing"),t=L("blur"),o=L("brightness"),r=L("borderColor"),u=L("borderRadius"),l=L("borderSpacing"),s=L("borderWidth"),f=L("contrast"),i=L("grayscale"),n=L("hueRotate"),p=L("invert"),S=L("gap"),k=L("gradientColorStops"),A=L("gradientColorStopPositions"),x=L("inset"),I=L("margin"),g=L("opacity"),C=L("padding"),q=L("saturate"),D=L("scale"),v=L("sepia"),Z=L("skew"),U=L("space"),J=L("translate"),c=()=>["auto","contain","none"],w=()=>["auto","hidden","clip","visible","scroll"],F=()=>["auto",d,a],m=()=>[d,a],Q=()=>["",P,y],j=()=>["auto",M,d],fe=()=>["bottom","center","left","left-bottom","left-top","right","right-bottom","right-top","top"],$=()=>["solid","dashed","dotted","double","none"],ie=()=>["normal","multiply","screen","overlay","darken","lighten","color-dodge","color-burn","hard-light","soft-light","difference","exclusion","hue","saturation","color","luminosity"],ae=()=>["start","end","center","between","around","evenly","stretch"],O=()=>["","0",d],ce=()=>["auto","avoid","all","avoid-page","page","left","right","column"],H=()=>[M,Y],_=()=>[M,d];return {cacheSize:500,separator:":",theme:{colors:[z],spacing:[P,y],blur:["none","",B,d],brightness:H(),borderColor:[e],borderRadius:["none","","full",B,d],borderSpacing:m(),borderWidth:Q(),contrast:H(),grayscale:O(),hueRotate:_(),invert:O(),gap:m(),gradientColorStops:[e],gradientColorStopPositions:[aa,y],inset:F(),margin:F(),opacity:H(),padding:m(),saturate:H(),scale:H(),sepia:O(),skew:_(),space:m(),translate:m()},classGroups:{aspect:[{aspect:["auto","square","video",d]}],container:["container"],columns:[{columns:[B]}],"break-after":[{"break-after":ce()}],"break-before":[{"break-before":ce()}],"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"],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:[...fe(),d]}],overflow:[{overflow:w()}],"overflow-x":[{"overflow-x":w()}],"overflow-y":[{"overflow-y":w()}],overscroll:[{overscroll:c()}],"overscroll-x":[{"overscroll-x":c()}],"overscroll-y":[{"overscroll-y":c()}],position:["static","fixed","absolute","relative","sticky"],inset:[{inset:[x]}],"inset-x":[{"inset-x":[x]}],"inset-y":[{"inset-y":[x]}],start:[{start:[x]}],end:[{end:[x]}],top:[{top:[x]}],right:[{right:[x]}],bottom:[{bottom:[x]}],left:[{left:[x]}],visibility:["visible","invisible","collapse"],z:[{z:["auto",G,d]}],basis:[{basis:F()}],"flex-direction":[{flex:["row","row-reverse","col","col-reverse"]}],"flex-wrap":[{flex:["wrap","wrap-reverse","nowrap"]}],flex:[{flex:["1","auto","initial","none",d]}],grow:[{grow:O()}],shrink:[{shrink:O()}],order:[{order:["first","last","none",G,d]}],"grid-cols":[{"grid-cols":[z]}],"col-start-end":[{col:["auto",{span:["full",G,d]},d]}],"col-start":[{"col-start":j()}],"col-end":[{"col-end":j()}],"grid-rows":[{"grid-rows":[z]}],"row-start-end":[{row:["auto",{span:[G,d]},d]}],"row-start":[{"row-start":j()}],"row-end":[{"row-end":j()}],"grid-flow":[{"grid-flow":["row","col","dense","row-dense","col-dense"]}],"auto-cols":[{"auto-cols":["auto","min","max","fr",d]}],"auto-rows":[{"auto-rows":["auto","min","max","fr",d]}],gap:[{gap:[S]}],"gap-x":[{"gap-x":[S]}],"gap-y":[{"gap-y":[S]}],"justify-content":[{justify:["normal",...ae()]}],"justify-items":[{"justify-items":["start","end","center","stretch"]}],"justify-self":[{"justify-self":["auto","start","end","center","stretch"]}],"align-content":[{content:["normal",...ae(),"baseline"]}],"align-items":[{items:["start","end","center","baseline","stretch"]}],"align-self":[{self:["auto","start","end","center","stretch","baseline"]}],"place-content":[{"place-content":[...ae(),"baseline"]}],"place-items":[{"place-items":["start","end","center","baseline","stretch"]}],"place-self":[{"place-self":["auto","start","end","center","stretch"]}],p:[{p:[C]}],px:[{px:[C]}],py:[{py:[C]}],ps:[{ps:[C]}],pe:[{pe:[C]}],pt:[{pt:[C]}],pr:[{pr:[C]}],pb:[{pb:[C]}],pl:[{pl:[C]}],m:[{m:[I]}],mx:[{mx:[I]}],my:[{my:[I]}],ms:[{ms:[I]}],me:[{me:[I]}],mt:[{mt:[I]}],mr:[{mr:[I]}],mb:[{mb:[I]}],ml:[{ml:[I]}],"space-x":[{"space-x":[U]}],"space-x-reverse":["space-x-reverse"],"space-y":[{"space-y":[U]}],"space-y-reverse":["space-y-reverse"],w:[{w:["auto","min","max","fit","svw","lvw","dvw",d,a]}],"min-w":[{"min-w":[d,a,"min","max","fit"]}],"max-w":[{"max-w":[d,a,"none","full","min","max","fit","prose",{screen:[B]},B]}],h:[{h:[d,a,"auto","min","max","fit","svh","lvh","dvh"]}],"min-h":[{"min-h":[d,a,"min","max","fit","svh","lvh","dvh"]}],"max-h":[{"max-h":[d,a,"min","max","fit","svh","lvh","dvh"]}],size:[{size:[d,a,"auto","min","max","fit"]}],"font-size":[{text:["base",B,y]}],"font-smoothing":["antialiased","subpixel-antialiased"],"font-style":["italic","not-italic"],"font-weight":[{font:["thin","extralight","light","normal","medium","semibold","bold","extrabold","black",Y]}],"font-family":[{font:[z]}],"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-fractons"],tracking:[{tracking:["tighter","tight","normal","wide","wider","widest",d]}],"line-clamp":[{"line-clamp":["none",M,Y]}],leading:[{leading:["none","tight","snug","normal","relaxed","loose",P,d]}],"list-image":[{"list-image":["none",d]}],"list-style-type":[{list:["none","disc","decimal",d]}],"list-style-position":[{list:["inside","outside"]}],"placeholder-color":[{placeholder:[e]}],"placeholder-opacity":[{"placeholder-opacity":[g]}],"text-alignment":[{text:["left","center","right","justify","start","end"]}],"text-color":[{text:[e]}],"text-opacity":[{"text-opacity":[g]}],"text-decoration":["underline","overline","line-through","no-underline"],"text-decoration-style":[{decoration:[...$(),"wavy"]}],"text-decoration-thickness":[{decoration:["auto","from-font",P,y]}],"underline-offset":[{"underline-offset":["auto",P,d]}],"text-decoration-color":[{decoration:[e]}],"text-transform":["uppercase","lowercase","capitalize","normal-case"],"text-overflow":["truncate","text-ellipsis","text-clip"],"text-wrap":[{text:["wrap","nowrap","balance","pretty"]}],indent:[{indent:m()}],"vertical-align":[{align:["baseline","top","middle","bottom","text-top","text-bottom","sub","super",d]}],whitespace:[{whitespace:["normal","nowrap","pre","pre-line","pre-wrap","break-spaces"]}],break:[{break:["normal","words","all","keep"]}],hyphens:[{hyphens:["none","manual","auto"]}],content:[{content:["none",d]}],"bg-attachment":[{bg:["fixed","local","scroll"]}],"bg-clip":[{"bg-clip":["border","padding","content","text"]}],"bg-opacity":[{"bg-opacity":[g]}],"bg-origin":[{"bg-origin":["border","padding","content"]}],"bg-position":[{bg:[...fe(),la]}],"bg-repeat":[{bg:["no-repeat",{repeat:["","x","y","round","space"]}]}],"bg-size":[{bg:["auto","cover","contain",oa]}],"bg-image":[{bg:["none",{"gradient-to":["t","tr","r","br","b","bl","l","tl"]},ra]}],"bg-color":[{bg:[e]}],"gradient-from-pos":[{from:[A]}],"gradient-via-pos":[{via:[A]}],"gradient-to-pos":[{to:[A]}],"gradient-from":[{from:[k]}],"gradient-via":[{via:[k]}],"gradient-to":[{to:[k]}],rounded:[{rounded:[u]}],"rounded-s":[{"rounded-s":[u]}],"rounded-e":[{"rounded-e":[u]}],"rounded-t":[{"rounded-t":[u]}],"rounded-r":[{"rounded-r":[u]}],"rounded-b":[{"rounded-b":[u]}],"rounded-l":[{"rounded-l":[u]}],"rounded-ss":[{"rounded-ss":[u]}],"rounded-se":[{"rounded-se":[u]}],"rounded-ee":[{"rounded-ee":[u]}],"rounded-es":[{"rounded-es":[u]}],"rounded-tl":[{"rounded-tl":[u]}],"rounded-tr":[{"rounded-tr":[u]}],"rounded-br":[{"rounded-br":[u]}],"rounded-bl":[{"rounded-bl":[u]}],"border-w":[{border:[s]}],"border-w-x":[{"border-x":[s]}],"border-w-y":[{"border-y":[s]}],"border-w-s":[{"border-s":[s]}],"border-w-e":[{"border-e":[s]}],"border-w-t":[{"border-t":[s]}],"border-w-r":[{"border-r":[s]}],"border-w-b":[{"border-b":[s]}],"border-w-l":[{"border-l":[s]}],"border-opacity":[{"border-opacity":[g]}],"border-style":[{border:[...$(),"hidden"]}],"divide-x":[{"divide-x":[s]}],"divide-x-reverse":["divide-x-reverse"],"divide-y":[{"divide-y":[s]}],"divide-y-reverse":["divide-y-reverse"],"divide-opacity":[{"divide-opacity":[g]}],"divide-style":[{divide:$()}],"border-color":[{border:[r]}],"border-color-x":[{"border-x":[r]}],"border-color-y":[{"border-y":[r]}],"border-color-t":[{"border-t":[r]}],"border-color-r":[{"border-r":[r]}],"border-color-b":[{"border-b":[r]}],"border-color-l":[{"border-l":[r]}],"divide-color":[{divide:[r]}],"outline-style":[{outline:["",...$()]}],"outline-offset":[{"outline-offset":[P,d]}],"outline-w":[{outline:[P,y]}],"outline-color":[{outline:[e]}],"ring-w":[{ring:Q()}],"ring-w-inset":["ring-inset"],"ring-color":[{ring:[e]}],"ring-opacity":[{"ring-opacity":[g]}],"ring-offset-w":[{"ring-offset":[P,y]}],"ring-offset-color":[{"ring-offset":[e]}],shadow:[{shadow:["","inner","none",B,da]}],"shadow-color":[{shadow:[z]}],opacity:[{opacity:[g]}],"mix-blend":[{"mix-blend":[...ie(),"plus-lighter","plus-darker"]}],"bg-blend":[{"bg-blend":ie()}],filter:[{filter:["","none"]}],blur:[{blur:[t]}],brightness:[{brightness:[o]}],contrast:[{contrast:[f]}],"drop-shadow":[{"drop-shadow":["","none",B,d]}],grayscale:[{grayscale:[i]}],"hue-rotate":[{"hue-rotate":[n]}],invert:[{invert:[p]}],saturate:[{saturate:[q]}],sepia:[{sepia:[v]}],"backdrop-filter":[{"backdrop-filter":["","none"]}],"backdrop-blur":[{"backdrop-blur":[t]}],"backdrop-brightness":[{"backdrop-brightness":[o]}],"backdrop-contrast":[{"backdrop-contrast":[f]}],"backdrop-grayscale":[{"backdrop-grayscale":[i]}],"backdrop-hue-rotate":[{"backdrop-hue-rotate":[n]}],"backdrop-invert":[{"backdrop-invert":[p]}],"backdrop-opacity":[{"backdrop-opacity":[g]}],"backdrop-saturate":[{"backdrop-saturate":[q]}],"backdrop-sepia":[{"backdrop-sepia":[v]}],"border-collapse":[{border:["collapse","separate"]}],"border-spacing":[{"border-spacing":[l]}],"border-spacing-x":[{"border-spacing-x":[l]}],"border-spacing-y":[{"border-spacing-y":[l]}],"table-layout":[{table:["auto","fixed"]}],caption:[{caption:["top","bottom"]}],transition:[{transition:["none","all","","colors","opacity","shadow","transform",d]}],duration:[{duration:_()}],ease:[{ease:["linear","in","out","in-out",d]}],delay:[{delay:_()}],animate:[{animate:["none","spin","ping","pulse","bounce",d]}],transform:[{transform:["","gpu","none"]}],scale:[{scale:[D]}],"scale-x":[{"scale-x":[D]}],"scale-y":[{"scale-y":[D]}],rotate:[{rotate:[G,d]}],"translate-x":[{"translate-x":[J]}],"translate-y":[{"translate-y":[J]}],"skew-x":[{"skew-x":[Z]}],"skew-y":[{"skew-y":[Z]}],"transform-origin":[{origin:["center","top","top-right","right","bottom-right","bottom","bottom-left","left","top-left",d]}],accent:[{accent:["auto",e]}],appearance:[{appearance:["none","auto"]}],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",d]}],"caret-color":[{caret:[e]}],"pointer-events":[{"pointer-events":["none","auto"]}],resize:[{resize:["none","y","x",""]}],"scroll-behavior":[{scroll:["auto","smooth"]}],"scroll-m":[{"scroll-m":m()}],"scroll-mx":[{"scroll-mx":m()}],"scroll-my":[{"scroll-my":m()}],"scroll-ms":[{"scroll-ms":m()}],"scroll-me":[{"scroll-me":m()}],"scroll-mt":[{"scroll-mt":m()}],"scroll-mr":[{"scroll-mr":m()}],"scroll-mb":[{"scroll-mb":m()}],"scroll-ml":[{"scroll-ml":m()}],"scroll-p":[{"scroll-p":m()}],"scroll-px":[{"scroll-px":m()}],"scroll-py":[{"scroll-py":m()}],"scroll-ps":[{"scroll-ps":m()}],"scroll-pe":[{"scroll-pe":m()}],"scroll-pt":[{"scroll-pt":m()}],"scroll-pr":[{"scroll-pr":m()}],"scroll-pb":[{"scroll-pb":m()}],"scroll-pl":[{"scroll-pl":m()}],"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",d]}],fill:[{fill:[e,"none"]}],"stroke-w":[{stroke:[P,y,Y]}],stroke:[{stroke:[e,"none"]}],sr:["sr-only","not-sr-only"],"forced-color-adjust":[{"forced-color-adjust":["auto","none"]}]},conflictingClassGroups:{overflow:["overflow-x","overflow-y"],overscroll:["overscroll-x","overscroll-y"],inset:["inset-x","inset-y","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","pt","pr","pb","pl"],px:["pr","pl"],py:["pt","pb"],m:["mx","my","ms","me","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-s","border-w-e","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-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"],"scroll-m":["scroll-mx","scroll-my","scroll-ms","scroll-me","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-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"]}}}var Se=Ze(ca);function h(...e){return Se(pe(e))}var we=e=>e.replace(/([a-z0-9])([A-Z])/g,"$1-$2").toLowerCase(),ee=(...e)=>e.filter((a,t,o)=>!!a&&o.indexOf(a)===t).join(" ");var be={xmlns:"http://www.w3.org/2000/svg",width:24,height:24,viewBox:"0 0 24 24",fill:"none",stroke:"currentColor",strokeWidth:2,strokeLinecap:"round",strokeLinejoin:"round"};var Pe=le.forwardRef(({color:e="currentColor",size:a=24,strokeWidth:t=2,absoluteStrokeWidth:o,className:r="",children:u,iconNode:l,...s},f)=>le.createElement("svg",{ref:f,...be,width:a,height:a,stroke:e,strokeWidth:o?Number(t)*24/Number(a):t,className:ee("lucide",r),...s},[...l.map(([i,n])=>le.createElement(i,n)),...Array.isArray(u)?u:[u]]));var Ae=(e,a)=>{let t=le.forwardRef(({className:o,...r},u)=>le.createElement(Pe,{ref:u,iconNode:a,className:ee(`lucide-${we(e)}`,o),...r}));return t.displayName=`${e}`,t};var E=Ae("ChevronDown",[["path",{d:"m6 9 6 6 6-6",key:"qrunsl"}]]);var ye=E;var La=({error:e,helperText:a})=>jsxRuntime.jsx(jsxRuntime.Fragment,{children:a&&jsxRuntime.jsx("span",{className:h("mx-4 mt-1 text-start text-xs leading-[110%] transition-all ease-linear peer-hover:text-primary-500 peer-focus:text-neutral-900 peer-disabled:text-neutral-500",e&&"text-error-700 peer-hover:text-error-700 peer-focus:text-error-700"),children:a})}),Fe=La;var Re=le.forwardRef(({label:e,placeholder:a,error:t,selectMode:o=!1,helperText:r,className:u,size:l="md",...s},f)=>jsxRuntime.jsxs("div",{className:h("flex flex-col",u),children:[jsxRuntime.jsxs("div",{className:h("relative flex flex-col",l==="md"?"h-14":"h-10"),children:[jsxRuntime.jsx("input",{className:h("peer absolute z-30 h-full w-full rounded-lg bg-neutral-50/0 pl-4 text-neutral-900 placeholder-neutral-600/0 caret-neutral-900 outline-0 ring-[1.5px] ring-inset ring-neutral-600 transition-all ease-linear hover:text-primary-500 hover:placeholder-primary-500/0 hover:caret-primary-500 hover:ring-primary-500 focus:text-neutral-900 focus:placeholder-neutral-600 focus:placeholder-opacity-100 focus:caret-primary-800 focus:ring-[3px] focus:ring-primary-800 disabled:bg-neutral-50 disabled:text-neutral-500 disabled:ring-neutral-500 [&:not(:placeholder-shown)]:z-10",t&&"placeholder-error-700/0 ring-error-700 hover:text-neutral-900 hover:ring-error-700 focus:ring-error-700"),placeholder:a??"",...s,ref:f}),e&&jsxRuntime.jsx(reactLabel.Label,{className:h("absolute -top-[0.375rem] z-20 ml-3 bg-neutral-50 px-1 text-xs text-neutral-600 transition-all duration-75 ease-linear peer-placeholder-shown:text-base peer-hover:text-primary-500 peer-focus:-top-[0.375rem] peer-focus:z-30 peer-focus:text-xs peer-focus:text-primary-800 peer-disabled:z-30 peer-disabled:text-neutral-500",l==="md"?"peer-placeholder-shown:top-4":"peer-placeholder-shown:top-2",t&&"text-error-700 peer-hover:text-error-700 peer-focus:text-error-700"),children:e}),o&&jsxRuntime.jsx("div",{className:h("absolute right-4 flex h-full items-center rounded-full transition-all ease-linear hover:bg-neutral-500 peer-hover:text-primary-500 peer-focus:rotate-180 peer-focus:text-primary-800",t&&"text-error-700 peer-hover:text-error-700 peer-focus:text-error-700"),children:jsxRuntime.jsx(ye,{className:"h-6 w-6"})})]}),jsxRuntime.jsx(Fe,{helperText:r,error:t})]}));var ue=le__namespace.forwardRef(({className:e,children:a,...t},o)=>jsxRuntime.jsxs(b__namespace.Root,{className:h("relative h-full overflow-hidden",e),...t,children:[jsxRuntime.jsx(b__namespace.Viewport,{ref:o,className:"h-full w-full rounded-[inherit] [&>div]:!flex [&>div]:h-full [&>div]:flex-col",children:a}),jsxRuntime.jsx(De,{}),jsxRuntime.jsx(b__namespace.Corner,{})]}));ue.displayName=b__namespace.Root.displayName;var De=le__namespace.forwardRef(({className:e,orientation:a="vertical",...t},o)=>jsxRuntime.jsx(b__namespace.ScrollAreaScrollbar,{ref:o,orientation:a,className:h("flex touch-none select-none bg-neutral-100 transition-colors",a==="vertical"&&"h-full w-4 py-2",a==="horizontal"&&"h-4 flex-col px-2",e),...t,children:jsxRuntime.jsx(b__namespace.ScrollAreaThumb,{className:h("relative flex-1 rounded bg-primary-500",a==="vertical"&&"mx-1 w-2",a==="horizontal"&&"my-1 h-2")})}));De.displayName=b__namespace.ScrollAreaScrollbar.displayName;var N=56,K=6,Ft=({options:e,noResults:a,selectedOption:t,onSelect:o,onChange:r,onClick:u,drawer:l=!1,...s})=>{let f=le.useRef(null),i=le.useRef(null),n=le.useRef(null),[p,S]=le.useState("bottom"),[k,A]=le.useState(),[x,I]=le.useState([]);le.useEffect(()=>{I(e);},[e]);let[g,C]=le.useState(-1),[q,D]=le.useState(t??null),v=c=>{f.current.style.display="none",i.current.value=c.label,D(c),o?.(c);},Z=c=>{if(c.key==="ArrowDown"){if(g===x.length-1)return;C(w=>w+1),f.current.style.display="flex",U();}else if(c.key==="ArrowUp"){if(g===0)return;C(w=>w-1),U();}else c.key==="Enter"&&(v(x[g]),C(-1));},U=()=>{let c=N*K;n.current.scroll({top:(g+2)*N<=c?0:N*(g+2)-c,behavior:"smooth"});},J=le.useCallback(()=>{I(e.filter(c=>c.label.toLowerCase().includes(i.current?.value.toLowerCase()??"")));},[]);return le.useEffect(()=>{if(!i.current)return;let c=()=>{if(!i.current)return;let w=N*(e.length<K?e.length:K)+16,F=i.current.getBoundingClientRect();A(F);let m=window.innerHeight-F.bottom>w,Q=F.top>w;S(m?"bottom":Q?"top":"bottom");};return c(),i.current.addEventListener("mousedown",c),i.current.addEventListener("input",J),window.addEventListener("scroll",c),window.addEventListener("resize",c),()=>{i.current?.removeEventListener("mousedown",c),i.current?.removeEventListener("input",c),window.addEventListener("scroll",c),window.removeEventListener("resize",c);}},[i.current]),le.useEffect(()=>{function c(w){f.current&&!f.current.contains(w.target)&&(f.current.style.display="none",C(-1));}return document.addEventListener("mousedown",c),()=>{document.removeEventListener("mousedown",c);}},[f.current]),jsxRuntime.jsxs(jsxRuntime.Fragment,{children:[jsxRuntime.jsx(Re,{ref:i,autoComplete:"off",list:"",selectMode:!0,onChange:c=>{C(-1),D(null),r?.(c);},onKeyDown:Z,onClick:c=>{f.current.style.display="flex",u?.(c);},...s}),l?jsxRuntime.jsx(ve,{ref:f,inputRect:k,popoverPosition:p,noResults:a,selectedOption:q,currentFocus:g,filteredOptions:x,handleSelect:v,scrollAreaRef:n,drawer:l}):jsxRuntime.jsx(Te__namespace.Root,{asChild:!0,children:jsxRuntime.jsx(ve,{ref:f,inputRect:k,popoverPosition:p,noResults:a,selectedOption:q,currentFocus:g,filteredOptions:x,handleSelect:v,scrollAreaRef:n,drawer:l})})]})},ve=le.forwardRef(({inputRect:e,popoverPosition:a,noResults:t,handleSelect:o,currentFocus:r,selectedOption:u,filteredOptions:l,scrollAreaRef:s,drawer:f},i)=>{let n=le.useId();return jsxRuntime.jsx("datalist",{ref:i,className:"pointer-events-auto fixed z-[10000] hidden w-full",style:e?{width:`${e.width}px`,left:f?void 0:e.left,top:a==="bottom"?`${e.height+e.top}px`:e.top-(l.length<K?l.length:K)*N-16}:void 0,children:jsxRuntime.jsxs(ue,{className:"elevation-8 my-2 flex max-h-[336px] w-full flex-col rounded-lg bg-neutral-50",ref:s,children:[l.length===0&&jsxRuntime.jsxs("div",{className:"elevation-8 max-h-88 flex flex-1 flex-col items-center justify-center rounded-lg bg-neutral-50 px-8 py-6",children:[le__namespace.default.cloneElement(t.icon,{className:"mb-2 h-8 w-8 text-neutral-300"}),jsxRuntime.jsx("p",{className:"text-center text-sm leading-[120%] text-neutral-500",children:t.message})]}),l.map((p,S)=>jsxRuntime.jsx("option",{disabled:p.disabled,onClick:()=>{o(p);},className:h("w-full flex-shrink-0 cursor-pointer py-4 pl-4 pr-6 text-left",u?.value===p.value&&"bg-primary-200",r===S&&"bg-primary-200",!p.disabled&&"hover:bg-primary-100",p.disabled&&"cursor-not-allowed"),value:p.value,children:p.label},`autocomplete-option-${n}-${p.key??p.value}`))]})})});/*! Bundled license information:
32
32
 
33
33
  lucide-react/dist/esm/shared/src/utils.js:
34
34
  (**
@@ -1,4 +1,4 @@
1
- export { a as Autocomplete } from './chunk-XPYNXP2D.mjs';
1
+ export { a as Autocomplete } from './chunk-76O3IU6A.mjs';
2
2
  import './chunk-ALWIZUFB.mjs';
3
3
  import './chunk-SGB7P4UX.mjs';
4
4
  import './chunk-CYCKSEGE.mjs';
@@ -2,7 +2,7 @@ import { VariantProps } from 'cva';
2
2
  import { FC, HTMLAttributes } from 'react';
3
3
 
4
4
  declare const chipStatus: (props?: ({
5
- variant?: "error" | "warning" | "success" | "info" | "zoro" | "ussop" | "crocodile" | "silvers" | "nami" | "shanks" | "piiman" | "sanji" | "ace" | "hancock" | "chopper" | "bentham" | "ivankov" | "brook" | "luffy" | "franie" | "jinbe" | "robin" | "law" | undefined;
5
+ variant?: "warning" | "success" | "error" | "info" | "zoro" | "ussop" | "crocodile" | "silvers" | "nami" | "shanks" | "piiman" | "sanji" | "ace" | "hancock" | "chopper" | "bentham" | "ivankov" | "brook" | "luffy" | "franie" | "jinbe" | "robin" | "law" | undefined;
6
6
  size?: "sm" | "md" | "xs" | undefined;
7
7
  } & ({
8
8
  class?: string | number | boolean | (string | number | boolean | (string | number | boolean | (string | number | boolean | (string | number | boolean | (string | number | boolean | (string | number | boolean | (string | number | boolean | (string | number | boolean | (string | number | boolean | (string | number | boolean | (string | number | boolean | any | {
@@ -2,7 +2,7 @@ import { VariantProps } from 'cva';
2
2
  import { FC, HTMLAttributes } from 'react';
3
3
 
4
4
  declare const chipStatus: (props?: ({
5
- variant?: "error" | "warning" | "success" | "info" | "zoro" | "ussop" | "crocodile" | "silvers" | "nami" | "shanks" | "piiman" | "sanji" | "ace" | "hancock" | "chopper" | "bentham" | "ivankov" | "brook" | "luffy" | "franie" | "jinbe" | "robin" | "law" | undefined;
5
+ variant?: "warning" | "success" | "error" | "info" | "zoro" | "ussop" | "crocodile" | "silvers" | "nami" | "shanks" | "piiman" | "sanji" | "ace" | "hancock" | "chopper" | "bentham" | "ivankov" | "brook" | "luffy" | "franie" | "jinbe" | "robin" | "law" | undefined;
6
6
  size?: "sm" | "md" | "xs" | undefined;
7
7
  } & ({
8
8
  class?: string | number | boolean | (string | number | boolean | (string | number | boolean | (string | number | boolean | (string | number | boolean | (string | number | boolean | (string | number | boolean | (string | number | boolean | (string | number | boolean | (string | number | boolean | (string | number | boolean | (string | number | boolean | any | {
@@ -0,0 +1,10 @@
1
+ import { a as a$1 } from './chunk-CYCKSEGE.mjs';
2
+ import { d as d$1 } from './chunk-OUPYH4CT.mjs';
3
+ import { a } from './chunk-P2GJ4P5W.mjs';
4
+ import * as s from 'react';
5
+ import * as e from '@radix-ui/react-dialog';
6
+ import { jsx, jsxs } from 'react/jsx-runtime';
7
+
8
+ var C=e.Root,x=e.Trigger,c=e.Portal,b=e.Close,d=s.forwardRef(({className:t,...a$1},o)=>jsx(e.Overlay,{ref:o,className:a("bg-black/80 fixed inset-0 z-50 data-[state=open]:animate-in data-[state=closed]:animate-out data-[state=closed]:fade-out-0 data-[state=open]:fade-in-0",t),...a$1}));d.displayName=e.Overlay.displayName;var f=s.forwardRef(({className:t,children:a$2,...o},p)=>jsx(c,{children:jsx(d,{className:"bg-neutral-900/50",children:jsxs(e.Content,{ref:p,className:a("elevation-9 fixed left-[50%] top-[50%] z-[10000] grid w-full max-w-2xl translate-x-[-50%] translate-y-[-50%] rounded-2xl bg-neutral-50 p-8 pr-0 pt-2 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%]",t),...o,children:[jsxs(e.Close,{className:"data-[state=open]:bg-accent data-[state=open]:text-muted-foreground mr-2 self-end justify-self-end rounded-sm pb-2 transition-opacity hover:opacity-100 focus:outline-none disabled:pointer-events-none",children:[jsx(d$1,{className:"h-6 w-6"}),jsx("span",{className:"sr-only",children:"Close"})]}),jsx(a$1,{className:"max-h-[80vh] pr-8",children:a$2})]})})}));f.displayName=e.Content.displayName;var g=({className:t,...a$1})=>jsx("div",{className:a("flex flex-col gap-2 text-left",t),...a$1});g.displayName="DialogHeader";var D=({className:t,...a$1})=>jsx("div",{className:a("mt-4 flex justify-end gap-3",t),...a$1});D.displayName="DialogFooter";var v=s.forwardRef(({className:t,...a$1},o)=>jsx(e.Title,{ref:o,className:a("mb-4 font-jakarta text-2xl font-semibold leading-[160%]",t),...a$1}));v.displayName=e.Title.displayName;var P=s.forwardRef(({className:t,...a$1},o)=>jsx(e.Description,{ref:o,className:a("font-jakarta text-lg font-normal leading-[140%]",t),...a$1}));P.displayName=e.Description.displayName;
9
+
10
+ export { C as a, x as b, c, b as d, d as e, f, g, D as h, v as i, P as j };
@@ -0,0 +1,10 @@
1
+ import { a as a$2 } from './chunk-ALWIZUFB.mjs';
2
+ import { a } from './chunk-CYCKSEGE.mjs';
3
+ import { a as a$1 } from './chunk-P2GJ4P5W.mjs';
4
+ import _, { forwardRef, useId, useRef, useState, useEffect, useCallback } from 'react';
5
+ import * as M from '@radix-ui/react-portal';
6
+ import { jsx, jsxs, Fragment } from 'react/jsx-runtime';
7
+
8
+ var p=56,m=6,te=({options:o,noResults:f,selectedOption:v,onSelect:w,onChange:g,onClick:h,drawer:r=!1,...y})=>{let l=useRef(null),t=useRef(null),a=useRef(null),[n,O]=useState("bottom"),[P,N]=useState(),[b,F]=useState([]);useEffect(()=>{F(o);},[o]);let[i,u]=useState(-1),[C,S]=useState(v??null),E=e=>{l.current.style.display="none",t.current.value=e.label,S(e),w?.(e);},$=e=>{if(e.key==="ArrowDown"){if(i===b.length-1)return;u(s=>s+1),l.current.style.display="flex",T();}else if(e.key==="ArrowUp"){if(i===0)return;u(s=>s-1),T();}else e.key==="Enter"&&(E(b[i]),u(-1));},T=()=>{let e=p*m;a.current.scroll({top:(i+2)*p<=e?0:p*(i+2)-e,behavior:"smooth"});},z=useCallback(()=>{F(o.filter(e=>e.label.toLowerCase().includes(t.current?.value.toLowerCase()??"")));},[]);return useEffect(()=>{if(!t.current)return;let e=()=>{if(!t.current)return;let s=p*(o.length<m?o.length:m)+16,x=t.current.getBoundingClientRect();N(x);let B=window.innerHeight-x.bottom>s,K=x.top>s;O(B?"bottom":K?"top":"bottom");};return e(),t.current.addEventListener("mousedown",e),t.current.addEventListener("input",z),window.addEventListener("scroll",e),window.addEventListener("resize",e),()=>{t.current?.removeEventListener("mousedown",e),t.current?.removeEventListener("input",e),window.addEventListener("scroll",e),window.removeEventListener("resize",e);}},[t.current]),useEffect(()=>{function e(s){l.current&&!l.current.contains(s.target)&&(l.current.style.display="none",u(-1));}return document.addEventListener("mousedown",e),()=>{document.removeEventListener("mousedown",e);}},[l.current]),jsxs(Fragment,{children:[jsx(a$2,{ref:t,autoComplete:"off",list:"",selectMode:!0,onChange:e=>{u(-1),S(null),g?.(e);},onKeyDown:$,onClick:e=>{l.current.style.display="flex",h?.(e);},...y}),r?jsx(I,{ref:l,inputRect:P,popoverPosition:n,noResults:f,selectedOption:C,currentFocus:i,filteredOptions:b,handleSelect:E,scrollAreaRef:a,drawer:r}):jsx(M.Root,{asChild:!0,children:jsx(I,{ref:l,inputRect:P,popoverPosition:n,noResults:f,selectedOption:C,currentFocus:i,filteredOptions:b,handleSelect:E,scrollAreaRef:a,drawer:r})})]})},I=forwardRef(({inputRect:o,popoverPosition:f,noResults:v,handleSelect:w,currentFocus:g,selectedOption:h,filteredOptions:r,scrollAreaRef:y,drawer:l},t)=>{let a$2=useId();return jsx("datalist",{ref:t,className:"pointer-events-auto fixed z-[10000] hidden w-full",style:o?{width:`${o.width}px`,left:l?void 0:o.left,top:f==="bottom"?`${o.height+o.top}px`:o.top-(r.length<m?r.length:m)*p-16}:void 0,children:jsxs(a,{className:"elevation-8 my-2 flex max-h-[336px] w-full flex-col rounded-lg bg-neutral-50",ref:y,children:[r.length===0&&jsxs("div",{className:"elevation-8 max-h-88 flex flex-1 flex-col items-center justify-center rounded-lg bg-neutral-50 px-8 py-6",children:[_.cloneElement(v.icon,{className:"mb-2 h-8 w-8 text-neutral-300"}),jsx("p",{className:"text-center text-sm leading-[120%] text-neutral-500",children:v.message})]}),r.map((n,O)=>jsx("option",{disabled:n.disabled,onClick:()=>{w(n);},className:a$1("w-full flex-shrink-0 cursor-pointer py-4 pl-4 pr-6 text-left",h?.value===n.value&&"bg-primary-200",g===O&&"bg-primary-200",!n.disabled&&"hover:bg-primary-100",n.disabled&&"cursor-not-allowed"),value:n.value,children:n.label},`autocomplete-option-${a$2}-${n.key??n.value}`))]})})});
9
+
10
+ export { te as a };
package/dist/dialog.js CHANGED
@@ -1,7 +1,8 @@
1
1
  'use strict';
2
2
 
3
- var q = require('react');
3
+ var O = require('react');
4
4
  var m = require('@radix-ui/react-dialog');
5
+ var g = require('@radix-ui/react-scroll-area');
5
6
  var jsxRuntime = require('react/jsx-runtime');
6
7
 
7
8
  function _interopNamespace(e) {
@@ -22,10 +23,11 @@ function _interopNamespace(e) {
22
23
  return Object.freeze(n);
23
24
  }
24
25
 
25
- var q__namespace = /*#__PURE__*/_interopNamespace(q);
26
+ var O__namespace = /*#__PURE__*/_interopNamespace(O);
26
27
  var m__namespace = /*#__PURE__*/_interopNamespace(m);
28
+ var g__namespace = /*#__PURE__*/_interopNamespace(g);
27
29
 
28
- var oe=e=>e.replace(/([a-z0-9])([A-Z])/g,"$1-$2").toLowerCase(),G=(...e)=>e.filter((a,t,o)=>!!a&&o.indexOf(a)===t).join(" ");var le={xmlns:"http://www.w3.org/2000/svg",width:24,height:24,viewBox:"0 0 24 24",fill:"none",stroke:"currentColor",strokeWidth:2,strokeLinecap:"round",strokeLinejoin:"round"};var de=q.forwardRef(({color:e="currentColor",size:a=24,strokeWidth:t=2,absoluteStrokeWidth:o,className:d="",children:l,iconNode:u,...s},c)=>q.createElement("svg",{ref:c,...le,width:a,height:a,stroke:e,strokeWidth:o?Number(t)*24/Number(a):t,className:G("lucide",d),...s},[...u.map(([p,n])=>q.createElement(p,n)),...Array.isArray(l)?l:[l]]));var re=(e,a)=>{let t=q.forwardRef(({className:o,...d},l)=>q.createElement(de,{ref:l,iconNode:a,className:G(`lucide-${oe(e)}`,o),...d}));return t.displayName=`${e}`,t};var R=re("X",[["path",{d:"M18 6 6 18",key:"1bl5f8"}],["path",{d:"m6 6 12 12",key:"d8bk6v"}]]);var se=R;function fe(e){var a,t,o="";if(typeof e=="string"||typeof e=="number")o+=e;else if(typeof e=="object")if(Array.isArray(e)){var d=e.length;for(a=0;a<d;a++)e[a]&&(t=fe(e[a]))&&(o&&(o+=" "),o+=t);}else for(t in e)e[t]&&(o&&(o+=" "),o+=t);return o}function ie(){for(var e,a,t=0,o="",d=arguments.length;t<d;t++)(e=arguments[t])&&(a=fe(e))&&(o&&(o+=" "),o+=a);return o}var Z="-";function Pe(e){let a=Ae(e),{conflictingClassGroups:t,conflictingClassGroupModifiers:o}=e;function d(u){let s=u.split(Z);return s[0]===""&&s.length!==1&&s.shift(),pe(s,a)||be(u)}function l(u,s){let c=t[u]||[];return s&&o[u]?[...c,...o[u]]:c}return {getClassGroupId:d,getConflictingClassGroupIds:l}}function pe(e,a){if(e.length===0)return a.classGroupId;let t=e[0],o=a.nextPart.get(t),d=o?pe(e.slice(1),o):void 0;if(d)return d;if(a.validators.length===0)return;let l=e.join(Z);return a.validators.find(({validator:u})=>u(l))?.classGroupId}var ce=/^\[(.+)\]$/;function be(e){if(ce.test(e)){let a=ce.exec(e)[1],t=a?.substring(0,a.indexOf(":"));if(t)return "arbitrary.."+t}}function Ae(e){let{theme:a,prefix:t}=e,o={nextPart:new Map,validators:[]};return Be(Object.entries(e.classGroups),t).forEach(([l,u])=>{K(u,o,l,a);}),o}function K(e,a,t,o){e.forEach(d=>{if(typeof d=="string"){let l=d===""?a:ne(a,d);l.classGroupId=t;return}if(typeof d=="function"){if(ye(d)){K(d(o),a,t,o);return}a.validators.push({validator:d,classGroupId:t});return}Object.entries(d).forEach(([l,u])=>{K(u,ne(a,l),t,o);});});}function ne(e,a){let t=e;return a.split(Z).forEach(o=>{t.nextPart.has(o)||t.nextPart.set(o,{nextPart:new Map,validators:[]}),t=t.nextPart.get(o);}),t}function ye(e){return e.isThemeGetter}function Be(e,a){return a?e.map(([t,o])=>{let d=o.map(l=>typeof l=="string"?a+l:typeof l=="object"?Object.fromEntries(Object.entries(l).map(([u,s])=>[a+u,s])):l);return [t,d]}):e}function De(e){if(e<1)return {get:()=>{},set:()=>{}};let a=0,t=new Map,o=new Map;function d(l,u){t.set(l,u),a++,a>e&&(a=0,o=t,t=new Map);}return {get(l){let u=t.get(l);if(u!==void 0)return u;if((u=o.get(l))!==void 0)return d(l,u),u},set(l,u){t.has(l)?t.set(l,u):d(l,u);}}}var me="!";function Fe(e){let a=e.separator,t=a.length===1,o=a[0],d=a.length;return function(u){let s=[],c=0,p=0,n;for(let L=0;L<u.length;L++){let x=u[L];if(c===0){if(x===o&&(t||u.slice(L,L+d)===a)){s.push(u.slice(p,L)),p=L+d;continue}if(x==="/"){n=L;continue}}x==="["?c++:x==="]"&&c--;}let I=s.length===0?u:u.substring(p),g=I.startsWith(me),w=g?I.substring(1):I,B=n&&n>p?n-p:void 0;return {modifiers:s,hasImportantModifier:g,baseClassName:w,maybePostfixModifierPosition:B}}}function Me(e){if(e.length<=1)return e;let a=[],t=[];return e.forEach(o=>{o[0]==="["?(a.push(...t.sort(),o),t=[]):t.push(o);}),a.push(...t.sort()),a}function Re(e){return {cache:De(e.cacheSize),splitModifiers:Fe(e),...Pe(e)}}var Te=/\s+/;function ve(e,a){let{splitModifiers:t,getClassGroupId:o,getConflictingClassGroupIds:d}=a,l=new Set;return e.trim().split(Te).map(u=>{let{modifiers:s,hasImportantModifier:c,baseClassName:p,maybePostfixModifierPosition:n}=t(u),I=o(n?p.substring(0,n):p),g=!!n;if(!I){if(!n)return {isTailwindClass:!1,originalClassName:u};if(I=o(p),!I)return {isTailwindClass:!1,originalClassName:u};g=!1;}let w=Me(s).join(":");return {isTailwindClass:!0,modifierId:c?w+me:w,classGroupId:I,originalClassName:u,hasPostfixModifier:g}}).reverse().filter(u=>{if(!u.isTailwindClass)return !0;let{modifierId:s,classGroupId:c,hasPostfixModifier:p}=u,n=s+c;return l.has(n)?!1:(l.add(n),d(c,p).forEach(I=>l.add(s+I)),!0)}).reverse().map(u=>u.originalClassName).join(" ")}function qe(){let e=0,a,t,o="";for(;e<arguments.length;)(a=arguments[e++])&&(t=Le(a))&&(o&&(o+=" "),o+=t);return o}function Le(e){if(typeof e=="string")return e;let a,t="";for(let o=0;o<e.length;o++)e[o]&&(a=Le(e[o]))&&(t&&(t+=" "),t+=a);return t}function Ue(e,...a){let t,o,d,l=u;function u(c){let p=a.reduce((n,I)=>I(n),e());return t=Re(p),o=t.cache.get,d=t.cache.set,l=s,s(c)}function s(c){let p=o(c);if(p)return p;let n=ve(c,t);return d(c,n),n}return function(){return l(qe.apply(null,arguments))}}function f(e){let a=t=>t[e]||[];return a.isThemeGetter=!0,a}var Ie=/^\[(?:([a-z-]+):)?(.+)\]$/i,Oe=/^\d+\/\d+$/,He=new Set(["px","full","screen"]),Ge=/^(\d+(\.\d+)?)?(xs|sm|md|lg|xl)$/,ze=/\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$/,Ve=/^(rgba?|hsla?|hwb|(ok)?(lab|lch))\(.+\)$/,Ee=/^(inset_)?-?((\d+)?\.?(\d+)[a-z]+|0)_-?((\d+)?\.?(\d+)[a-z]+|0)/,We=/^(url|image|image-set|cross-fade|element|(repeating-)?(linear|radial|conic)-gradient)\(.+\)$/;function h(e){return A(e)||He.has(e)||Oe.test(e)}function P(e){return D(e,"length",Ye)}function A(e){return !!e&&!Number.isNaN(Number(e))}function z(e){return D(e,"number",A)}function T(e){return !!e&&Number.isInteger(Number(e))}function Xe(e){return e.endsWith("%")&&A(e.slice(0,-1))}function r(e){return Ie.test(e)}function b(e){return Ge.test(e)}var Ne=new Set(["length","size","percentage"]);function Ke(e){return D(e,Ne,xe)}function Ze(e){return D(e,"position",xe)}var Je=new Set(["image","url"]);function Qe(e){return D(e,Je,$e)}function je(e){return D(e,"",_e)}function v(){return !0}function D(e,a,t){let o=Ie.exec(e);return o?o[1]?typeof a=="string"?o[1]===a:a.has(o[1]):t(o[2]):!1}function Ye(e){return ze.test(e)&&!Ve.test(e)}function xe(){return !1}function _e(e){return Ee.test(e)}function $e(e){return We.test(e)}function ea(){let e=f("colors"),a=f("spacing"),t=f("blur"),o=f("brightness"),d=f("borderColor"),l=f("borderRadius"),u=f("borderSpacing"),s=f("borderWidth"),c=f("contrast"),p=f("grayscale"),n=f("hueRotate"),I=f("invert"),g=f("gap"),w=f("gradientColorStops"),B=f("gradientColorStopPositions"),L=f("inset"),x=f("margin"),k=f("opacity"),C=f("padding"),J=f("saturate"),V=f("scale"),Q=f("sepia"),j=f("skew"),Y=f("space"),_=f("translate"),E=()=>["auto","contain","none"],W=()=>["auto","hidden","clip","visible","scroll"],X=()=>["auto",r,a],i=()=>[r,a],$=()=>["",h,P],U=()=>["auto",A,r],ee=()=>["bottom","center","left","left-bottom","left-top","right","right-bottom","right-top","top"],O=()=>["solid","dashed","dotted","double","none"],ae=()=>["normal","multiply","screen","overlay","darken","lighten","color-dodge","color-burn","hard-light","soft-light","difference","exclusion","hue","saturation","color","luminosity"],N=()=>["start","end","center","between","around","evenly","stretch"],F=()=>["","0",r],te=()=>["auto","avoid","all","avoid-page","page","left","right","column"],M=()=>[A,z],H=()=>[A,r];return {cacheSize:500,separator:":",theme:{colors:[v],spacing:[h,P],blur:["none","",b,r],brightness:M(),borderColor:[e],borderRadius:["none","","full",b,r],borderSpacing:i(),borderWidth:$(),contrast:M(),grayscale:F(),hueRotate:H(),invert:F(),gap:i(),gradientColorStops:[e],gradientColorStopPositions:[Xe,P],inset:X(),margin:X(),opacity:M(),padding:i(),saturate:M(),scale:M(),sepia:F(),skew:H(),space:i(),translate:i()},classGroups:{aspect:[{aspect:["auto","square","video",r]}],container:["container"],columns:[{columns:[b]}],"break-after":[{"break-after":te()}],"break-before":[{"break-before":te()}],"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"],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:[...ee(),r]}],overflow:[{overflow:W()}],"overflow-x":[{"overflow-x":W()}],"overflow-y":[{"overflow-y":W()}],overscroll:[{overscroll:E()}],"overscroll-x":[{"overscroll-x":E()}],"overscroll-y":[{"overscroll-y":E()}],position:["static","fixed","absolute","relative","sticky"],inset:[{inset:[L]}],"inset-x":[{"inset-x":[L]}],"inset-y":[{"inset-y":[L]}],start:[{start:[L]}],end:[{end:[L]}],top:[{top:[L]}],right:[{right:[L]}],bottom:[{bottom:[L]}],left:[{left:[L]}],visibility:["visible","invisible","collapse"],z:[{z:["auto",T,r]}],basis:[{basis:X()}],"flex-direction":[{flex:["row","row-reverse","col","col-reverse"]}],"flex-wrap":[{flex:["wrap","wrap-reverse","nowrap"]}],flex:[{flex:["1","auto","initial","none",r]}],grow:[{grow:F()}],shrink:[{shrink:F()}],order:[{order:["first","last","none",T,r]}],"grid-cols":[{"grid-cols":[v]}],"col-start-end":[{col:["auto",{span:["full",T,r]},r]}],"col-start":[{"col-start":U()}],"col-end":[{"col-end":U()}],"grid-rows":[{"grid-rows":[v]}],"row-start-end":[{row:["auto",{span:[T,r]},r]}],"row-start":[{"row-start":U()}],"row-end":[{"row-end":U()}],"grid-flow":[{"grid-flow":["row","col","dense","row-dense","col-dense"]}],"auto-cols":[{"auto-cols":["auto","min","max","fr",r]}],"auto-rows":[{"auto-rows":["auto","min","max","fr",r]}],gap:[{gap:[g]}],"gap-x":[{"gap-x":[g]}],"gap-y":[{"gap-y":[g]}],"justify-content":[{justify:["normal",...N()]}],"justify-items":[{"justify-items":["start","end","center","stretch"]}],"justify-self":[{"justify-self":["auto","start","end","center","stretch"]}],"align-content":[{content:["normal",...N(),"baseline"]}],"align-items":[{items:["start","end","center","baseline","stretch"]}],"align-self":[{self:["auto","start","end","center","stretch","baseline"]}],"place-content":[{"place-content":[...N(),"baseline"]}],"place-items":[{"place-items":["start","end","center","baseline","stretch"]}],"place-self":[{"place-self":["auto","start","end","center","stretch"]}],p:[{p:[C]}],px:[{px:[C]}],py:[{py:[C]}],ps:[{ps:[C]}],pe:[{pe:[C]}],pt:[{pt:[C]}],pr:[{pr:[C]}],pb:[{pb:[C]}],pl:[{pl:[C]}],m:[{m:[x]}],mx:[{mx:[x]}],my:[{my:[x]}],ms:[{ms:[x]}],me:[{me:[x]}],mt:[{mt:[x]}],mr:[{mr:[x]}],mb:[{mb:[x]}],ml:[{ml:[x]}],"space-x":[{"space-x":[Y]}],"space-x-reverse":["space-x-reverse"],"space-y":[{"space-y":[Y]}],"space-y-reverse":["space-y-reverse"],w:[{w:["auto","min","max","fit","svw","lvw","dvw",r,a]}],"min-w":[{"min-w":[r,a,"min","max","fit"]}],"max-w":[{"max-w":[r,a,"none","full","min","max","fit","prose",{screen:[b]},b]}],h:[{h:[r,a,"auto","min","max","fit","svh","lvh","dvh"]}],"min-h":[{"min-h":[r,a,"min","max","fit","svh","lvh","dvh"]}],"max-h":[{"max-h":[r,a,"min","max","fit","svh","lvh","dvh"]}],size:[{size:[r,a,"auto","min","max","fit"]}],"font-size":[{text:["base",b,P]}],"font-smoothing":["antialiased","subpixel-antialiased"],"font-style":["italic","not-italic"],"font-weight":[{font:["thin","extralight","light","normal","medium","semibold","bold","extrabold","black",z]}],"font-family":[{font:[v]}],"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-fractons"],tracking:[{tracking:["tighter","tight","normal","wide","wider","widest",r]}],"line-clamp":[{"line-clamp":["none",A,z]}],leading:[{leading:["none","tight","snug","normal","relaxed","loose",h,r]}],"list-image":[{"list-image":["none",r]}],"list-style-type":[{list:["none","disc","decimal",r]}],"list-style-position":[{list:["inside","outside"]}],"placeholder-color":[{placeholder:[e]}],"placeholder-opacity":[{"placeholder-opacity":[k]}],"text-alignment":[{text:["left","center","right","justify","start","end"]}],"text-color":[{text:[e]}],"text-opacity":[{"text-opacity":[k]}],"text-decoration":["underline","overline","line-through","no-underline"],"text-decoration-style":[{decoration:[...O(),"wavy"]}],"text-decoration-thickness":[{decoration:["auto","from-font",h,P]}],"underline-offset":[{"underline-offset":["auto",h,r]}],"text-decoration-color":[{decoration:[e]}],"text-transform":["uppercase","lowercase","capitalize","normal-case"],"text-overflow":["truncate","text-ellipsis","text-clip"],"text-wrap":[{text:["wrap","nowrap","balance","pretty"]}],indent:[{indent:i()}],"vertical-align":[{align:["baseline","top","middle","bottom","text-top","text-bottom","sub","super",r]}],whitespace:[{whitespace:["normal","nowrap","pre","pre-line","pre-wrap","break-spaces"]}],break:[{break:["normal","words","all","keep"]}],hyphens:[{hyphens:["none","manual","auto"]}],content:[{content:["none",r]}],"bg-attachment":[{bg:["fixed","local","scroll"]}],"bg-clip":[{"bg-clip":["border","padding","content","text"]}],"bg-opacity":[{"bg-opacity":[k]}],"bg-origin":[{"bg-origin":["border","padding","content"]}],"bg-position":[{bg:[...ee(),Ze]}],"bg-repeat":[{bg:["no-repeat",{repeat:["","x","y","round","space"]}]}],"bg-size":[{bg:["auto","cover","contain",Ke]}],"bg-image":[{bg:["none",{"gradient-to":["t","tr","r","br","b","bl","l","tl"]},Qe]}],"bg-color":[{bg:[e]}],"gradient-from-pos":[{from:[B]}],"gradient-via-pos":[{via:[B]}],"gradient-to-pos":[{to:[B]}],"gradient-from":[{from:[w]}],"gradient-via":[{via:[w]}],"gradient-to":[{to:[w]}],rounded:[{rounded:[l]}],"rounded-s":[{"rounded-s":[l]}],"rounded-e":[{"rounded-e":[l]}],"rounded-t":[{"rounded-t":[l]}],"rounded-r":[{"rounded-r":[l]}],"rounded-b":[{"rounded-b":[l]}],"rounded-l":[{"rounded-l":[l]}],"rounded-ss":[{"rounded-ss":[l]}],"rounded-se":[{"rounded-se":[l]}],"rounded-ee":[{"rounded-ee":[l]}],"rounded-es":[{"rounded-es":[l]}],"rounded-tl":[{"rounded-tl":[l]}],"rounded-tr":[{"rounded-tr":[l]}],"rounded-br":[{"rounded-br":[l]}],"rounded-bl":[{"rounded-bl":[l]}],"border-w":[{border:[s]}],"border-w-x":[{"border-x":[s]}],"border-w-y":[{"border-y":[s]}],"border-w-s":[{"border-s":[s]}],"border-w-e":[{"border-e":[s]}],"border-w-t":[{"border-t":[s]}],"border-w-r":[{"border-r":[s]}],"border-w-b":[{"border-b":[s]}],"border-w-l":[{"border-l":[s]}],"border-opacity":[{"border-opacity":[k]}],"border-style":[{border:[...O(),"hidden"]}],"divide-x":[{"divide-x":[s]}],"divide-x-reverse":["divide-x-reverse"],"divide-y":[{"divide-y":[s]}],"divide-y-reverse":["divide-y-reverse"],"divide-opacity":[{"divide-opacity":[k]}],"divide-style":[{divide:O()}],"border-color":[{border:[d]}],"border-color-x":[{"border-x":[d]}],"border-color-y":[{"border-y":[d]}],"border-color-t":[{"border-t":[d]}],"border-color-r":[{"border-r":[d]}],"border-color-b":[{"border-b":[d]}],"border-color-l":[{"border-l":[d]}],"divide-color":[{divide:[d]}],"outline-style":[{outline:["",...O()]}],"outline-offset":[{"outline-offset":[h,r]}],"outline-w":[{outline:[h,P]}],"outline-color":[{outline:[e]}],"ring-w":[{ring:$()}],"ring-w-inset":["ring-inset"],"ring-color":[{ring:[e]}],"ring-opacity":[{"ring-opacity":[k]}],"ring-offset-w":[{"ring-offset":[h,P]}],"ring-offset-color":[{"ring-offset":[e]}],shadow:[{shadow:["","inner","none",b,je]}],"shadow-color":[{shadow:[v]}],opacity:[{opacity:[k]}],"mix-blend":[{"mix-blend":[...ae(),"plus-lighter","plus-darker"]}],"bg-blend":[{"bg-blend":ae()}],filter:[{filter:["","none"]}],blur:[{blur:[t]}],brightness:[{brightness:[o]}],contrast:[{contrast:[c]}],"drop-shadow":[{"drop-shadow":["","none",b,r]}],grayscale:[{grayscale:[p]}],"hue-rotate":[{"hue-rotate":[n]}],invert:[{invert:[I]}],saturate:[{saturate:[J]}],sepia:[{sepia:[Q]}],"backdrop-filter":[{"backdrop-filter":["","none"]}],"backdrop-blur":[{"backdrop-blur":[t]}],"backdrop-brightness":[{"backdrop-brightness":[o]}],"backdrop-contrast":[{"backdrop-contrast":[c]}],"backdrop-grayscale":[{"backdrop-grayscale":[p]}],"backdrop-hue-rotate":[{"backdrop-hue-rotate":[n]}],"backdrop-invert":[{"backdrop-invert":[I]}],"backdrop-opacity":[{"backdrop-opacity":[k]}],"backdrop-saturate":[{"backdrop-saturate":[J]}],"backdrop-sepia":[{"backdrop-sepia":[Q]}],"border-collapse":[{border:["collapse","separate"]}],"border-spacing":[{"border-spacing":[u]}],"border-spacing-x":[{"border-spacing-x":[u]}],"border-spacing-y":[{"border-spacing-y":[u]}],"table-layout":[{table:["auto","fixed"]}],caption:[{caption:["top","bottom"]}],transition:[{transition:["none","all","","colors","opacity","shadow","transform",r]}],duration:[{duration:H()}],ease:[{ease:["linear","in","out","in-out",r]}],delay:[{delay:H()}],animate:[{animate:["none","spin","ping","pulse","bounce",r]}],transform:[{transform:["","gpu","none"]}],scale:[{scale:[V]}],"scale-x":[{"scale-x":[V]}],"scale-y":[{"scale-y":[V]}],rotate:[{rotate:[T,r]}],"translate-x":[{"translate-x":[_]}],"translate-y":[{"translate-y":[_]}],"skew-x":[{"skew-x":[j]}],"skew-y":[{"skew-y":[j]}],"transform-origin":[{origin:["center","top","top-right","right","bottom-right","bottom","bottom-left","left","top-left",r]}],accent:[{accent:["auto",e]}],appearance:[{appearance:["none","auto"]}],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",r]}],"caret-color":[{caret:[e]}],"pointer-events":[{"pointer-events":["none","auto"]}],resize:[{resize:["none","y","x",""]}],"scroll-behavior":[{scroll:["auto","smooth"]}],"scroll-m":[{"scroll-m":i()}],"scroll-mx":[{"scroll-mx":i()}],"scroll-my":[{"scroll-my":i()}],"scroll-ms":[{"scroll-ms":i()}],"scroll-me":[{"scroll-me":i()}],"scroll-mt":[{"scroll-mt":i()}],"scroll-mr":[{"scroll-mr":i()}],"scroll-mb":[{"scroll-mb":i()}],"scroll-ml":[{"scroll-ml":i()}],"scroll-p":[{"scroll-p":i()}],"scroll-px":[{"scroll-px":i()}],"scroll-py":[{"scroll-py":i()}],"scroll-ps":[{"scroll-ps":i()}],"scroll-pe":[{"scroll-pe":i()}],"scroll-pt":[{"scroll-pt":i()}],"scroll-pr":[{"scroll-pr":i()}],"scroll-pb":[{"scroll-pb":i()}],"scroll-pl":[{"scroll-pl":i()}],"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",r]}],fill:[{fill:[e,"none"]}],"stroke-w":[{stroke:[h,P,z]}],stroke:[{stroke:[e,"none"]}],sr:["sr-only","not-sr-only"],"forced-color-adjust":[{"forced-color-adjust":["auto","none"]}]},conflictingClassGroups:{overflow:["overflow-x","overflow-y"],overscroll:["overscroll-x","overscroll-y"],inset:["inset-x","inset-y","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","pt","pr","pb","pl"],px:["pr","pl"],py:["pt","pb"],m:["mx","my","ms","me","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-s","border-w-e","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-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"],"scroll-m":["scroll-mx","scroll-my","scroll-ms","scroll-me","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-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"]}}}var ge=Ue(ea);function y(...e){return ge(ie(e))}var Ea=m__namespace.Root,Wa=m__namespace.Trigger,aa=m__namespace.Portal,Xa=m__namespace.Close,he=q__namespace.forwardRef(({className:e,...a},t)=>jsxRuntime.jsx(m__namespace.Overlay,{ref:t,className:y("bg-black/80 fixed inset-0 z-50 data-[state=open]:animate-in data-[state=closed]:animate-out data-[state=closed]:fade-out-0 data-[state=open]:fade-in-0",e),...a}));he.displayName=m__namespace.Overlay.displayName;var ta=q__namespace.forwardRef(({className:e,children:a,...t},o)=>jsxRuntime.jsx(aa,{children:jsxRuntime.jsx(he,{className:"bg-neutral-900/50",children:jsxRuntime.jsxs(m__namespace.Content,{ref:o,className:y("elevation-9 fixed left-[50%] top-[50%] z-[10000] grid w-full max-w-2xl translate-x-[-50%] translate-y-[-50%] gap-2 rounded-2xl bg-neutral-50 p-8 pt-4 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%]",e),...t,children:[jsxRuntime.jsxs(m__namespace.Close,{className:"data-[state=open]:bg-accent data-[state=open]:text-muted-foreground -mr-4 justify-self-end rounded-sm transition-opacity hover:opacity-100 focus:outline-none disabled:pointer-events-none",children:[jsxRuntime.jsx(se,{className:"h-6 w-6"}),jsxRuntime.jsx("span",{className:"sr-only",children:"Close"})]}),a]})})}));ta.displayName=m__namespace.Content.displayName;var oa=({className:e,...a})=>jsxRuntime.jsx("div",{className:y("flex flex-col gap-2 text-left",e),...a});oa.displayName="DialogHeader";var la=({className:e,...a})=>jsxRuntime.jsx("div",{className:y("mt-4 flex justify-end gap-3",e),...a});la.displayName="DialogFooter";var ua=q__namespace.forwardRef(({className:e,...a},t)=>jsxRuntime.jsx(m__namespace.Title,{ref:t,className:y("mb-4 font-jakarta text-2xl font-semibold leading-[160%]",e),...a}));ua.displayName=m__namespace.Title.displayName;var da=q__namespace.forwardRef(({className:e,...a},t)=>jsxRuntime.jsx(m__namespace.Description,{ref:t,className:y("font-jakarta text-lg font-normal leading-[140%]",e),...a}));da.displayName=m__namespace.Description.displayName;/*! Bundled license information:
30
+ var re=e=>e.replace(/([a-z0-9])([A-Z])/g,"$1-$2").toLowerCase(),V=(...e)=>e.filter((a,t,o)=>!!a&&o.indexOf(a)===t).join(" ");var se={xmlns:"http://www.w3.org/2000/svg",width:24,height:24,viewBox:"0 0 24 24",fill:"none",stroke:"currentColor",strokeWidth:2,strokeLinecap:"round",strokeLinejoin:"round"};var ie=O.forwardRef(({color:e="currentColor",size:a=24,strokeWidth:t=2,absoluteStrokeWidth:o,className:d="",children:l,iconNode:u,...s},c)=>O.createElement("svg",{ref:c,...se,width:a,height:a,stroke:e,strokeWidth:o?Number(t)*24/Number(a):t,className:V("lucide",d),...s},[...u.map(([p,n])=>O.createElement(p,n)),...Array.isArray(l)?l:[l]]));var ce=(e,a)=>{let t=O.forwardRef(({className:o,...d},l)=>O.createElement(ie,{ref:l,iconNode:a,className:V(`lucide-${re(e)}`,o),...d}));return t.displayName=`${e}`,t};var v=ce("X",[["path",{d:"M18 6 6 18",key:"1bl5f8"}],["path",{d:"m6 6 12 12",key:"d8bk6v"}]]);var ne=v;function pe(e){var a,t,o="";if(typeof e=="string"||typeof e=="number")o+=e;else if(typeof e=="object")if(Array.isArray(e)){var d=e.length;for(a=0;a<d;a++)e[a]&&(t=pe(e[a]))&&(o&&(o+=" "),o+=t);}else for(t in e)e[t]&&(o&&(o+=" "),o+=t);return o}function me(){for(var e,a,t=0,o="",d=arguments.length;t<d;t++)(e=arguments[t])&&(a=pe(e))&&(o&&(o+=" "),o+=a);return o}var Q="-";function De(e){let a=Re(e),{conflictingClassGroups:t,conflictingClassGroupModifiers:o}=e;function d(u){let s=u.split(Q);return s[0]===""&&s.length!==1&&s.shift(),xe(s,a)||Fe(u)}function l(u,s){let c=t[u]||[];return s&&o[u]?[...c,...o[u]]:c}return {getClassGroupId:d,getConflictingClassGroupIds:l}}function xe(e,a){if(e.length===0)return a.classGroupId;let t=e[0],o=a.nextPart.get(t),d=o?xe(e.slice(1),o):void 0;if(d)return d;if(a.validators.length===0)return;let l=e.join(Q);return a.validators.find(({validator:u})=>u(l))?.classGroupId}var Le=/^\[(.+)\]$/;function Fe(e){if(Le.test(e)){let a=Le.exec(e)[1],t=a?.substring(0,a.indexOf(":"));if(t)return "arbitrary.."+t}}function Re(e){let{theme:a,prefix:t}=e,o={nextPart:new Map,validators:[]};return ve(Object.entries(e.classGroups),t).forEach(([l,u])=>{J(u,o,l,a);}),o}function J(e,a,t,o){e.forEach(d=>{if(typeof d=="string"){let l=d===""?a:Ie(a,d);l.classGroupId=t;return}if(typeof d=="function"){if(Me(d)){J(d(o),a,t,o);return}a.validators.push({validator:d,classGroupId:t});return}Object.entries(d).forEach(([l,u])=>{J(u,Ie(a,l),t,o);});});}function Ie(e,a){let t=e;return a.split(Q).forEach(o=>{t.nextPart.has(o)||t.nextPart.set(o,{nextPart:new Map,validators:[]}),t=t.nextPart.get(o);}),t}function Me(e){return e.isThemeGetter}function ve(e,a){return a?e.map(([t,o])=>{let d=o.map(l=>typeof l=="string"?a+l:typeof l=="object"?Object.fromEntries(Object.entries(l).map(([u,s])=>[a+u,s])):l);return [t,d]}):e}function Te(e){if(e<1)return {get:()=>{},set:()=>{}};let a=0,t=new Map,o=new Map;function d(l,u){t.set(l,u),a++,a>e&&(a=0,o=t,t=new Map);}return {get(l){let u=t.get(l);if(u!==void 0)return u;if((u=o.get(l))!==void 0)return d(l,u),u},set(l,u){t.has(l)?t.set(l,u):d(l,u);}}}var ge="!";function qe(e){let a=e.separator,t=a.length===1,o=a[0],d=a.length;return function(u){let s=[],c=0,p=0,n;for(let L=0;L<u.length;L++){let x=u[L];if(c===0){if(x===o&&(t||u.slice(L,L+d)===a)){s.push(u.slice(p,L)),p=L+d;continue}if(x==="/"){n=L;continue}}x==="["?c++:x==="]"&&c--;}let I=s.length===0?u:u.substring(p),S=I.startsWith(ge),k=S?I.substring(1):I,D=n&&n>p?n-p:void 0;return {modifiers:s,hasImportantModifier:S,baseClassName:k,maybePostfixModifierPosition:D}}}function Ue(e){if(e.length<=1)return e;let a=[],t=[];return e.forEach(o=>{o[0]==="["?(a.push(...t.sort(),o),t=[]):t.push(o);}),a.push(...t.sort()),a}function Oe(e){return {cache:Te(e.cacheSize),splitModifiers:qe(e),...De(e)}}var He=/\s+/;function Ge(e,a){let{splitModifiers:t,getClassGroupId:o,getConflictingClassGroupIds:d}=a,l=new Set;return e.trim().split(He).map(u=>{let{modifiers:s,hasImportantModifier:c,baseClassName:p,maybePostfixModifierPosition:n}=t(u),I=o(n?p.substring(0,n):p),S=!!n;if(!I){if(!n)return {isTailwindClass:!1,originalClassName:u};if(I=o(p),!I)return {isTailwindClass:!1,originalClassName:u};S=!1;}let k=Ue(s).join(":");return {isTailwindClass:!0,modifierId:c?k+ge:k,classGroupId:I,originalClassName:u,hasPostfixModifier:S}}).reverse().filter(u=>{if(!u.isTailwindClass)return !0;let{modifierId:s,classGroupId:c,hasPostfixModifier:p}=u,n=s+c;return l.has(n)?!1:(l.add(n),d(c,p).forEach(I=>l.add(s+I)),!0)}).reverse().map(u=>u.originalClassName).join(" ")}function ze(){let e=0,a,t,o="";for(;e<arguments.length;)(a=arguments[e++])&&(t=Ce(a))&&(o&&(o+=" "),o+=t);return o}function Ce(e){if(typeof e=="string")return e;let a,t="";for(let o=0;o<e.length;o++)e[o]&&(a=Ce(e[o]))&&(t&&(t+=" "),t+=a);return t}function Ve(e,...a){let t,o,d,l=u;function u(c){let p=a.reduce((n,I)=>I(n),e());return t=Oe(p),o=t.cache.get,d=t.cache.set,l=s,s(c)}function s(c){let p=o(c);if(p)return p;let n=Ge(c,t);return d(c,n),n}return function(){return l(ze.apply(null,arguments))}}function f(e){let a=t=>t[e]||[];return a.isThemeGetter=!0,a}var he=/^\[(?:([a-z-]+):)?(.+)\]$/i,Ee=/^\d+\/\d+$/,We=new Set(["px","full","screen"]),Xe=/^(\d+(\.\d+)?)?(xs|sm|md|lg|xl)$/,Ne=/\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$/,Ke=/^(rgba?|hsla?|hwb|(ok)?(lab|lch))\(.+\)$/,Ze=/^(inset_)?-?((\d+)?\.?(\d+)[a-z]+|0)_-?((\d+)?\.?(\d+)[a-z]+|0)/,Je=/^(url|image|image-set|cross-fade|element|(repeating-)?(linear|radial|conic)-gradient)\(.+\)$/;function P(e){return B(e)||We.has(e)||Ee.test(e)}function A(e){return F(e,"length",ta)}function B(e){return !!e&&!Number.isNaN(Number(e))}function E(e){return F(e,"number",B)}function T(e){return !!e&&Number.isInteger(Number(e))}function Qe(e){return e.endsWith("%")&&B(e.slice(0,-1))}function r(e){return he.test(e)}function y(e){return Xe.test(e)}var je=new Set(["length","size","percentage"]);function Ye(e){return F(e,je,Se)}function _e(e){return F(e,"position",Se)}var $e=new Set(["image","url"]);function ea(e){return F(e,$e,la)}function aa(e){return F(e,"",oa)}function q(){return !0}function F(e,a,t){let o=he.exec(e);return o?o[1]?typeof a=="string"?o[1]===a:a.has(o[1]):t(o[2]):!1}function ta(e){return Ne.test(e)&&!Ke.test(e)}function Se(){return !1}function oa(e){return Ze.test(e)}function la(e){return Je.test(e)}function ua(){let e=f("colors"),a=f("spacing"),t=f("blur"),o=f("brightness"),d=f("borderColor"),l=f("borderRadius"),u=f("borderSpacing"),s=f("borderWidth"),c=f("contrast"),p=f("grayscale"),n=f("hueRotate"),I=f("invert"),S=f("gap"),k=f("gradientColorStops"),D=f("gradientColorStopPositions"),L=f("inset"),x=f("margin"),b=f("opacity"),w=f("padding"),_=f("saturate"),W=f("scale"),$=f("sepia"),ee=f("skew"),ae=f("space"),te=f("translate"),X=()=>["auto","contain","none"],N=()=>["auto","hidden","clip","visible","scroll"],K=()=>["auto",r,a],i=()=>[r,a],oe=()=>["",P,A],H=()=>["auto",B,r],le=()=>["bottom","center","left","left-bottom","left-top","right","right-bottom","right-top","top"],G=()=>["solid","dashed","dotted","double","none"],ue=()=>["normal","multiply","screen","overlay","darken","lighten","color-dodge","color-burn","hard-light","soft-light","difference","exclusion","hue","saturation","color","luminosity"],Z=()=>["start","end","center","between","around","evenly","stretch"],R=()=>["","0",r],de=()=>["auto","avoid","all","avoid-page","page","left","right","column"],M=()=>[B,E],z=()=>[B,r];return {cacheSize:500,separator:":",theme:{colors:[q],spacing:[P,A],blur:["none","",y,r],brightness:M(),borderColor:[e],borderRadius:["none","","full",y,r],borderSpacing:i(),borderWidth:oe(),contrast:M(),grayscale:R(),hueRotate:z(),invert:R(),gap:i(),gradientColorStops:[e],gradientColorStopPositions:[Qe,A],inset:K(),margin:K(),opacity:M(),padding:i(),saturate:M(),scale:M(),sepia:R(),skew:z(),space:i(),translate:i()},classGroups:{aspect:[{aspect:["auto","square","video",r]}],container:["container"],columns:[{columns:[y]}],"break-after":[{"break-after":de()}],"break-before":[{"break-before":de()}],"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"],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:[...le(),r]}],overflow:[{overflow:N()}],"overflow-x":[{"overflow-x":N()}],"overflow-y":[{"overflow-y":N()}],overscroll:[{overscroll:X()}],"overscroll-x":[{"overscroll-x":X()}],"overscroll-y":[{"overscroll-y":X()}],position:["static","fixed","absolute","relative","sticky"],inset:[{inset:[L]}],"inset-x":[{"inset-x":[L]}],"inset-y":[{"inset-y":[L]}],start:[{start:[L]}],end:[{end:[L]}],top:[{top:[L]}],right:[{right:[L]}],bottom:[{bottom:[L]}],left:[{left:[L]}],visibility:["visible","invisible","collapse"],z:[{z:["auto",T,r]}],basis:[{basis:K()}],"flex-direction":[{flex:["row","row-reverse","col","col-reverse"]}],"flex-wrap":[{flex:["wrap","wrap-reverse","nowrap"]}],flex:[{flex:["1","auto","initial","none",r]}],grow:[{grow:R()}],shrink:[{shrink:R()}],order:[{order:["first","last","none",T,r]}],"grid-cols":[{"grid-cols":[q]}],"col-start-end":[{col:["auto",{span:["full",T,r]},r]}],"col-start":[{"col-start":H()}],"col-end":[{"col-end":H()}],"grid-rows":[{"grid-rows":[q]}],"row-start-end":[{row:["auto",{span:[T,r]},r]}],"row-start":[{"row-start":H()}],"row-end":[{"row-end":H()}],"grid-flow":[{"grid-flow":["row","col","dense","row-dense","col-dense"]}],"auto-cols":[{"auto-cols":["auto","min","max","fr",r]}],"auto-rows":[{"auto-rows":["auto","min","max","fr",r]}],gap:[{gap:[S]}],"gap-x":[{"gap-x":[S]}],"gap-y":[{"gap-y":[S]}],"justify-content":[{justify:["normal",...Z()]}],"justify-items":[{"justify-items":["start","end","center","stretch"]}],"justify-self":[{"justify-self":["auto","start","end","center","stretch"]}],"align-content":[{content:["normal",...Z(),"baseline"]}],"align-items":[{items:["start","end","center","baseline","stretch"]}],"align-self":[{self:["auto","start","end","center","stretch","baseline"]}],"place-content":[{"place-content":[...Z(),"baseline"]}],"place-items":[{"place-items":["start","end","center","baseline","stretch"]}],"place-self":[{"place-self":["auto","start","end","center","stretch"]}],p:[{p:[w]}],px:[{px:[w]}],py:[{py:[w]}],ps:[{ps:[w]}],pe:[{pe:[w]}],pt:[{pt:[w]}],pr:[{pr:[w]}],pb:[{pb:[w]}],pl:[{pl:[w]}],m:[{m:[x]}],mx:[{mx:[x]}],my:[{my:[x]}],ms:[{ms:[x]}],me:[{me:[x]}],mt:[{mt:[x]}],mr:[{mr:[x]}],mb:[{mb:[x]}],ml:[{ml:[x]}],"space-x":[{"space-x":[ae]}],"space-x-reverse":["space-x-reverse"],"space-y":[{"space-y":[ae]}],"space-y-reverse":["space-y-reverse"],w:[{w:["auto","min","max","fit","svw","lvw","dvw",r,a]}],"min-w":[{"min-w":[r,a,"min","max","fit"]}],"max-w":[{"max-w":[r,a,"none","full","min","max","fit","prose",{screen:[y]},y]}],h:[{h:[r,a,"auto","min","max","fit","svh","lvh","dvh"]}],"min-h":[{"min-h":[r,a,"min","max","fit","svh","lvh","dvh"]}],"max-h":[{"max-h":[r,a,"min","max","fit","svh","lvh","dvh"]}],size:[{size:[r,a,"auto","min","max","fit"]}],"font-size":[{text:["base",y,A]}],"font-smoothing":["antialiased","subpixel-antialiased"],"font-style":["italic","not-italic"],"font-weight":[{font:["thin","extralight","light","normal","medium","semibold","bold","extrabold","black",E]}],"font-family":[{font:[q]}],"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-fractons"],tracking:[{tracking:["tighter","tight","normal","wide","wider","widest",r]}],"line-clamp":[{"line-clamp":["none",B,E]}],leading:[{leading:["none","tight","snug","normal","relaxed","loose",P,r]}],"list-image":[{"list-image":["none",r]}],"list-style-type":[{list:["none","disc","decimal",r]}],"list-style-position":[{list:["inside","outside"]}],"placeholder-color":[{placeholder:[e]}],"placeholder-opacity":[{"placeholder-opacity":[b]}],"text-alignment":[{text:["left","center","right","justify","start","end"]}],"text-color":[{text:[e]}],"text-opacity":[{"text-opacity":[b]}],"text-decoration":["underline","overline","line-through","no-underline"],"text-decoration-style":[{decoration:[...G(),"wavy"]}],"text-decoration-thickness":[{decoration:["auto","from-font",P,A]}],"underline-offset":[{"underline-offset":["auto",P,r]}],"text-decoration-color":[{decoration:[e]}],"text-transform":["uppercase","lowercase","capitalize","normal-case"],"text-overflow":["truncate","text-ellipsis","text-clip"],"text-wrap":[{text:["wrap","nowrap","balance","pretty"]}],indent:[{indent:i()}],"vertical-align":[{align:["baseline","top","middle","bottom","text-top","text-bottom","sub","super",r]}],whitespace:[{whitespace:["normal","nowrap","pre","pre-line","pre-wrap","break-spaces"]}],break:[{break:["normal","words","all","keep"]}],hyphens:[{hyphens:["none","manual","auto"]}],content:[{content:["none",r]}],"bg-attachment":[{bg:["fixed","local","scroll"]}],"bg-clip":[{"bg-clip":["border","padding","content","text"]}],"bg-opacity":[{"bg-opacity":[b]}],"bg-origin":[{"bg-origin":["border","padding","content"]}],"bg-position":[{bg:[...le(),_e]}],"bg-repeat":[{bg:["no-repeat",{repeat:["","x","y","round","space"]}]}],"bg-size":[{bg:["auto","cover","contain",Ye]}],"bg-image":[{bg:["none",{"gradient-to":["t","tr","r","br","b","bl","l","tl"]},ea]}],"bg-color":[{bg:[e]}],"gradient-from-pos":[{from:[D]}],"gradient-via-pos":[{via:[D]}],"gradient-to-pos":[{to:[D]}],"gradient-from":[{from:[k]}],"gradient-via":[{via:[k]}],"gradient-to":[{to:[k]}],rounded:[{rounded:[l]}],"rounded-s":[{"rounded-s":[l]}],"rounded-e":[{"rounded-e":[l]}],"rounded-t":[{"rounded-t":[l]}],"rounded-r":[{"rounded-r":[l]}],"rounded-b":[{"rounded-b":[l]}],"rounded-l":[{"rounded-l":[l]}],"rounded-ss":[{"rounded-ss":[l]}],"rounded-se":[{"rounded-se":[l]}],"rounded-ee":[{"rounded-ee":[l]}],"rounded-es":[{"rounded-es":[l]}],"rounded-tl":[{"rounded-tl":[l]}],"rounded-tr":[{"rounded-tr":[l]}],"rounded-br":[{"rounded-br":[l]}],"rounded-bl":[{"rounded-bl":[l]}],"border-w":[{border:[s]}],"border-w-x":[{"border-x":[s]}],"border-w-y":[{"border-y":[s]}],"border-w-s":[{"border-s":[s]}],"border-w-e":[{"border-e":[s]}],"border-w-t":[{"border-t":[s]}],"border-w-r":[{"border-r":[s]}],"border-w-b":[{"border-b":[s]}],"border-w-l":[{"border-l":[s]}],"border-opacity":[{"border-opacity":[b]}],"border-style":[{border:[...G(),"hidden"]}],"divide-x":[{"divide-x":[s]}],"divide-x-reverse":["divide-x-reverse"],"divide-y":[{"divide-y":[s]}],"divide-y-reverse":["divide-y-reverse"],"divide-opacity":[{"divide-opacity":[b]}],"divide-style":[{divide:G()}],"border-color":[{border:[d]}],"border-color-x":[{"border-x":[d]}],"border-color-y":[{"border-y":[d]}],"border-color-t":[{"border-t":[d]}],"border-color-r":[{"border-r":[d]}],"border-color-b":[{"border-b":[d]}],"border-color-l":[{"border-l":[d]}],"divide-color":[{divide:[d]}],"outline-style":[{outline:["",...G()]}],"outline-offset":[{"outline-offset":[P,r]}],"outline-w":[{outline:[P,A]}],"outline-color":[{outline:[e]}],"ring-w":[{ring:oe()}],"ring-w-inset":["ring-inset"],"ring-color":[{ring:[e]}],"ring-opacity":[{"ring-opacity":[b]}],"ring-offset-w":[{"ring-offset":[P,A]}],"ring-offset-color":[{"ring-offset":[e]}],shadow:[{shadow:["","inner","none",y,aa]}],"shadow-color":[{shadow:[q]}],opacity:[{opacity:[b]}],"mix-blend":[{"mix-blend":[...ue(),"plus-lighter","plus-darker"]}],"bg-blend":[{"bg-blend":ue()}],filter:[{filter:["","none"]}],blur:[{blur:[t]}],brightness:[{brightness:[o]}],contrast:[{contrast:[c]}],"drop-shadow":[{"drop-shadow":["","none",y,r]}],grayscale:[{grayscale:[p]}],"hue-rotate":[{"hue-rotate":[n]}],invert:[{invert:[I]}],saturate:[{saturate:[_]}],sepia:[{sepia:[$]}],"backdrop-filter":[{"backdrop-filter":["","none"]}],"backdrop-blur":[{"backdrop-blur":[t]}],"backdrop-brightness":[{"backdrop-brightness":[o]}],"backdrop-contrast":[{"backdrop-contrast":[c]}],"backdrop-grayscale":[{"backdrop-grayscale":[p]}],"backdrop-hue-rotate":[{"backdrop-hue-rotate":[n]}],"backdrop-invert":[{"backdrop-invert":[I]}],"backdrop-opacity":[{"backdrop-opacity":[b]}],"backdrop-saturate":[{"backdrop-saturate":[_]}],"backdrop-sepia":[{"backdrop-sepia":[$]}],"border-collapse":[{border:["collapse","separate"]}],"border-spacing":[{"border-spacing":[u]}],"border-spacing-x":[{"border-spacing-x":[u]}],"border-spacing-y":[{"border-spacing-y":[u]}],"table-layout":[{table:["auto","fixed"]}],caption:[{caption:["top","bottom"]}],transition:[{transition:["none","all","","colors","opacity","shadow","transform",r]}],duration:[{duration:z()}],ease:[{ease:["linear","in","out","in-out",r]}],delay:[{delay:z()}],animate:[{animate:["none","spin","ping","pulse","bounce",r]}],transform:[{transform:["","gpu","none"]}],scale:[{scale:[W]}],"scale-x":[{"scale-x":[W]}],"scale-y":[{"scale-y":[W]}],rotate:[{rotate:[T,r]}],"translate-x":[{"translate-x":[te]}],"translate-y":[{"translate-y":[te]}],"skew-x":[{"skew-x":[ee]}],"skew-y":[{"skew-y":[ee]}],"transform-origin":[{origin:["center","top","top-right","right","bottom-right","bottom","bottom-left","left","top-left",r]}],accent:[{accent:["auto",e]}],appearance:[{appearance:["none","auto"]}],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",r]}],"caret-color":[{caret:[e]}],"pointer-events":[{"pointer-events":["none","auto"]}],resize:[{resize:["none","y","x",""]}],"scroll-behavior":[{scroll:["auto","smooth"]}],"scroll-m":[{"scroll-m":i()}],"scroll-mx":[{"scroll-mx":i()}],"scroll-my":[{"scroll-my":i()}],"scroll-ms":[{"scroll-ms":i()}],"scroll-me":[{"scroll-me":i()}],"scroll-mt":[{"scroll-mt":i()}],"scroll-mr":[{"scroll-mr":i()}],"scroll-mb":[{"scroll-mb":i()}],"scroll-ml":[{"scroll-ml":i()}],"scroll-p":[{"scroll-p":i()}],"scroll-px":[{"scroll-px":i()}],"scroll-py":[{"scroll-py":i()}],"scroll-ps":[{"scroll-ps":i()}],"scroll-pe":[{"scroll-pe":i()}],"scroll-pt":[{"scroll-pt":i()}],"scroll-pr":[{"scroll-pr":i()}],"scroll-pb":[{"scroll-pb":i()}],"scroll-pl":[{"scroll-pl":i()}],"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",r]}],fill:[{fill:[e,"none"]}],"stroke-w":[{stroke:[P,A,E]}],stroke:[{stroke:[e,"none"]}],sr:["sr-only","not-sr-only"],"forced-color-adjust":[{"forced-color-adjust":["auto","none"]}]},conflictingClassGroups:{overflow:["overflow-x","overflow-y"],overscroll:["overscroll-x","overscroll-y"],inset:["inset-x","inset-y","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","pt","pr","pb","pl"],px:["pr","pl"],py:["pt","pb"],m:["mx","my","ms","me","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-s","border-w-e","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-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"],"scroll-m":["scroll-mx","scroll-my","scroll-ms","scroll-me","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-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"]}}}var we=Ve(ua);function C(...e){return we(me(e))}var Y=O__namespace.forwardRef(({className:e,children:a,...t},o)=>jsxRuntime.jsxs(g__namespace.Root,{className:C("relative h-full overflow-hidden",e),...t,children:[jsxRuntime.jsx(g__namespace.Viewport,{ref:o,className:"h-full w-full rounded-[inherit] [&>div]:!flex [&>div]:h-full [&>div]:flex-col",children:a}),jsxRuntime.jsx(Pe,{}),jsxRuntime.jsx(g__namespace.Corner,{})]}));Y.displayName=g__namespace.Root.displayName;var Pe=O__namespace.forwardRef(({className:e,orientation:a="vertical",...t},o)=>jsxRuntime.jsx(g__namespace.ScrollAreaScrollbar,{ref:o,orientation:a,className:C("flex touch-none select-none bg-neutral-100 transition-colors",a==="vertical"&&"h-full w-4 py-2",a==="horizontal"&&"h-4 flex-col px-2",e),...t,children:jsxRuntime.jsx(g__namespace.ScrollAreaThumb,{className:C("relative flex-1 rounded bg-primary-500",a==="vertical"&&"mx-1 w-2",a==="horizontal"&&"my-1 h-2")})}));Pe.displayName=g__namespace.ScrollAreaScrollbar.displayName;var $a=m__namespace.Root,et=m__namespace.Trigger,ra=m__namespace.Portal,at=m__namespace.Close,be=O__namespace.forwardRef(({className:e,...a},t)=>jsxRuntime.jsx(m__namespace.Overlay,{ref:t,className:C("bg-black/80 fixed inset-0 z-50 data-[state=open]:animate-in data-[state=closed]:animate-out data-[state=closed]:fade-out-0 data-[state=open]:fade-in-0",e),...a}));be.displayName=m__namespace.Overlay.displayName;var sa=O__namespace.forwardRef(({className:e,children:a,...t},o)=>jsxRuntime.jsx(ra,{children:jsxRuntime.jsx(be,{className:"bg-neutral-900/50",children:jsxRuntime.jsxs(m__namespace.Content,{ref:o,className:C("elevation-9 fixed left-[50%] top-[50%] z-[10000] grid w-full max-w-2xl translate-x-[-50%] translate-y-[-50%] rounded-2xl bg-neutral-50 p-8 pr-0 pt-2 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%]",e),...t,children:[jsxRuntime.jsxs(m__namespace.Close,{className:"data-[state=open]:bg-accent data-[state=open]:text-muted-foreground mr-2 self-end justify-self-end rounded-sm pb-2 transition-opacity hover:opacity-100 focus:outline-none disabled:pointer-events-none",children:[jsxRuntime.jsx(ne,{className:"h-6 w-6"}),jsxRuntime.jsx("span",{className:"sr-only",children:"Close"})]}),jsxRuntime.jsx(Y,{className:"max-h-[80vh] pr-8",children:a})]})})}));sa.displayName=m__namespace.Content.displayName;var fa=({className:e,...a})=>jsxRuntime.jsx("div",{className:C("flex flex-col gap-2 text-left",e),...a});fa.displayName="DialogHeader";var ia=({className:e,...a})=>jsxRuntime.jsx("div",{className:C("mt-4 flex justify-end gap-3",e),...a});ia.displayName="DialogFooter";var ca=O__namespace.forwardRef(({className:e,...a},t)=>jsxRuntime.jsx(m__namespace.Title,{ref:t,className:C("mb-4 font-jakarta text-2xl font-semibold leading-[160%]",e),...a}));ca.displayName=m__namespace.Title.displayName;var na=O__namespace.forwardRef(({className:e,...a},t)=>jsxRuntime.jsx(m__namespace.Description,{ref:t,className:C("font-jakarta text-lg font-normal leading-[140%]",e),...a}));na.displayName=m__namespace.Description.displayName;/*! Bundled license information:
29
31
 
30
32
  lucide-react/dist/esm/shared/src/utils.js:
31
33
  (**
@@ -76,13 +78,13 @@ lucide-react/dist/esm/lucide-react.js:
76
78
  *)
77
79
  */
78
80
 
79
- exports.Dialog = Ea;
80
- exports.DialogClose = Xa;
81
- exports.DialogContent = ta;
82
- exports.DialogDescription = da;
83
- exports.DialogFooter = la;
84
- exports.DialogHeader = oa;
85
- exports.DialogOverlay = he;
86
- exports.DialogPortal = aa;
87
- exports.DialogTitle = ua;
88
- exports.DialogTrigger = Wa;
81
+ exports.Dialog = $a;
82
+ exports.DialogClose = at;
83
+ exports.DialogContent = sa;
84
+ exports.DialogDescription = na;
85
+ exports.DialogFooter = ia;
86
+ exports.DialogHeader = fa;
87
+ exports.DialogOverlay = be;
88
+ exports.DialogPortal = ra;
89
+ exports.DialogTitle = ca;
90
+ exports.DialogTrigger = et;
package/dist/dialog.mjs CHANGED
@@ -1,3 +1,4 @@
1
- export { a as Dialog, d as DialogClose, f as DialogContent, j as DialogDescription, h as DialogFooter, g as DialogHeader, e as DialogOverlay, c as DialogPortal, i as DialogTitle, b as DialogTrigger } from './chunk-NDB7D6FI.mjs';
1
+ export { a as Dialog, d as DialogClose, f as DialogContent, j as DialogDescription, h as DialogFooter, g as DialogHeader, e as DialogOverlay, c as DialogPortal, i as DialogTitle, b as DialogTrigger } from './chunk-2YJG7FYG.mjs';
2
+ import './chunk-CYCKSEGE.mjs';
2
3
  import './chunk-OUPYH4CT.mjs';
3
4
  import './chunk-P2GJ4P5W.mjs';