@dito-uai/components 5.1.0-alpha.65 → 5.1.0-alpha.67

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.
Files changed (46) hide show
  1. package/README.md +23 -26
  2. package/dist/global.css +1 -1
  3. package/dist/index.cjs +75 -73
  4. package/dist/index.d.cts +148 -29
  5. package/dist/index.d.ts +2 -2
  6. package/dist/index.d.ts.map +1 -1
  7. package/dist/index.js +16 -15
  8. package/dist/ui/alert.d.ts.map +1 -1
  9. package/dist/ui/avatar.d.ts.map +1 -1
  10. package/dist/ui/badge.d.ts.map +1 -1
  11. package/dist/ui/button.d.ts.map +1 -1
  12. package/dist/ui/card.d.ts.map +1 -1
  13. package/dist/ui/checkbox.d.ts.map +1 -1
  14. package/dist/ui/chips.d.ts.map +1 -1
  15. package/dist/ui/collapsible.d.ts.map +1 -1
  16. package/dist/ui/dropdown-menu.d.ts.map +1 -1
  17. package/dist/ui/go-to-card.d.ts.map +1 -1
  18. package/dist/ui/indicator.d.ts.map +1 -1
  19. package/dist/ui/input-description.d.ts.map +1 -1
  20. package/dist/ui/input.d.ts.map +1 -1
  21. package/dist/ui/internal/dropdown-content.d.ts.map +1 -1
  22. package/dist/ui/label.d.ts.map +1 -1
  23. package/dist/ui/loading.d.ts.map +1 -1
  24. package/dist/ui/message.d.ts +1 -0
  25. package/dist/ui/message.d.ts.map +1 -1
  26. package/dist/ui/popover.d.ts.map +1 -1
  27. package/dist/ui/progress-bar.d.ts.map +1 -1
  28. package/dist/ui/progress.d.ts.map +1 -1
  29. package/dist/ui/radio.d.ts.map +1 -1
  30. package/dist/ui/scope.d.ts.map +1 -1
  31. package/dist/ui/search.d.ts.map +1 -1
  32. package/dist/ui/select-card.d.ts.map +1 -1
  33. package/dist/ui/sheets.d.ts +123 -9
  34. package/dist/ui/sheets.d.ts.map +1 -1
  35. package/dist/ui/skeleton.d.ts.map +1 -1
  36. package/dist/ui/status.d.ts.map +1 -1
  37. package/dist/ui/switch.d.ts.map +1 -1
  38. package/dist/ui/tabs.d.ts.map +1 -1
  39. package/dist/ui/text.d.ts.map +1 -1
  40. package/dist/ui/textarea.d.ts.map +1 -1
  41. package/dist/ui/tip-card.d.ts.map +1 -1
  42. package/dist/ui/toggle-group.d.ts.map +1 -1
  43. package/dist/ui/toggle.d.ts.map +1 -1
  44. package/dist/ui/tooltip.d.ts.map +1 -1
  45. package/llms.md +646 -0
  46. package/package.json +3 -2
package/dist/index.js CHANGED
@@ -1,31 +1,32 @@
1
- import * as b from 'react';
2
- import b__default, { forwardRef, useMemo, useState, useEffect } from 'react';
1
+ import * as R from 'react';
2
+ import R__default, { forwardRef, useMemo, useState } from 'react';
3
3
  import { tv } from 'tailwind-variants';
4
4
  import { Slot } from '@radix-ui/react-slot';
5
5
  import { jsx, jsxs, Fragment } from 'react/jsx-runtime';
6
6
  import { clsx } from 'clsx';
7
7
  import { twMerge } from 'tailwind-merge';
8
- import * as k from '@radix-ui/react-toggle-group';
9
- import * as ct from '@radix-ui/react-progress';
8
+ import * as j from '@radix-ui/react-toggle-group';
9
+ import * as St from '@radix-ui/react-progress';
10
10
  import { Root as Root$2, Indicator } from '@radix-ui/react-progress';
11
- import * as pe from '@radix-ui/react-toggle';
12
- import * as A from '@radix-ui/react-collapsible';
13
- import { IconOutlineChevronDown, IconOutlineClose, IconOutlineExternalLink, IconOutlineChevronRight, IconOutlineCheckCircle, IconOutlineWarning, IconOutlineErrorHexagon, IconOutlineInfo, IconOutlineArrowUp, IconOutlineArrowDown, IconOutlineMinus, IconOutlineLine, IconOutlineCheck, IconOutlineSearch, IconOutlineXCircle } from '@dito-uai/icons';
14
- import * as R from '@radix-ui/react-tabs';
15
- import * as y from '@radix-ui/react-radio-group';
11
+ import * as P from '@radix-ui/react-dialog';
12
+ import { IconOutlineClose, IconOutlineChevronDown, IconOutlineExternalLink, IconOutlineChevronRight, IconOutlineCheckCircle, IconOutlineWarning, IconOutlineErrorHexagon, IconOutlineInfo, IconOutlineArrowUp, IconOutlineArrowDown, IconOutlineMinus, IconOutlineLine, IconOutlineCheck, IconOutlineSearch, IconOutlineXCircle } from '@dito-uai/icons';
13
+ import * as be from '@radix-ui/react-toggle';
14
+ import * as U from '@radix-ui/react-collapsible';
15
+ import * as M from '@radix-ui/react-tabs';
16
+ import * as V from '@radix-ui/react-radio-group';
16
17
  import { toast, ToastContainer } from 'react-toastify';
17
18
  import 'react-toastify/dist/ReactToastify.min.css';
18
19
  import * as c from '@radix-ui/react-dropdown-menu';
19
20
  import { Root, Trigger, Portal, Content, Item } from '@radix-ui/react-dropdown-menu';
20
- import * as M from '@radix-ui/react-tooltip';
21
+ import * as L from '@radix-ui/react-tooltip';
21
22
  import { Root as Root$1 } from '@radix-ui/react-checkbox';
22
23
  import { Circle } from 'lucide-react';
23
- import * as I from '@radix-ui/react-popover';
24
+ import * as k from '@radix-ui/react-popover';
24
25
 
25
- var Qt=tv({base:"flex items-center justify-center rounded-full",variants:{color:{default:"bg-neutral-100",indigo:"bg-indigo-600"},type:{icon:"[&_path]:fill-neutral-500 [&_svg]:fill-neutral-500",capitals:"font-semibold text-neutral-500",image:"[&_img]:rounded-full"},size:{small:"size-4",medium:"size-5",large:"size-7"}},compoundVariants:[{size:"large",type:["capitals","icon"],className:"text-xl [&_svg]:size-5"},{size:"medium",type:["capitals","icon"],className:"text-lg [&_svg]:size-3"},{size:"small",type:["capitals","icon"],className:"text-base [&_svg]:size-2"},{color:"indigo",type:["capitals","icon"],className:"text-white [&_path]:fill-white [&_svg]:fill-white"}],defaultVariants:{color:"default"}}),Ie=b__default.forwardRef(({className:t,color:e,type:o,size:r,children:i,asChild:a,...s},l)=>jsx(a?Slot:"div",{className:Qt({color:e,type:o,size:r,className:t}),ref:l,...s,children:i}));Ie.displayName="Avatar";var eo=Ie;function n(...t){return twMerge(clsx(t))}var ao=tv({base:"",variants:{size:{H1:"text-3xl",H2:"text-2xl",H3:"text-xl",large:"text-lg",base:"text-base",small:"text-sm",overline:"text-xs uppercase"},weight:{normal:"font-normal",medium:"font-medium",semibold:"font-semibold"}},defaultVariants:{size:"base",weight:"normal"}}),De=({className:t,size:e,weight:o,children:r,...i})=>jsx("span",{className:n("whitespace-pre-line",ao({size:e,weight:o,className:t})),...i,children:r});De.displayName="Text";var u=De;var co=tv({base:"flex items-center justify-center rounded-full",variants:{contrast:{true:"",false:""},status:{info:"bg-notification-information-100 text-notification-information-600",attention:"bg-notification-warning-100 text-notification-warning-900",white:"text-notification-information-600 bg-white"},size:{small:"h-2",normal:"h-3"},type:{pill:"w-fit px-1",dot:""}},compoundVariants:[{status:"info",contrast:!0,class:"bg-notification-information-600 text-white"},{status:"attention",contrast:!0,class:"bg-notification-warning-600"},{type:"dot",size:"small",class:"w-2"},{type:"dot",size:"normal",class:"w-3"}],defaultVariants:{status:"info",size:"normal",type:"pill"}}),Se=b__default.forwardRef(({className:t,status:e,size:o,type:r,contrast:i,children:a,asChild:s,...l},p)=>jsx(s?Slot:"span",{className:co({status:e,size:o,type:r,contrast:i,className:t}),ref:p,...l,children:jsx(u,{size:"overline",weight:"semibold",children:a})}));Se.displayName="Badge";var mo=Se;var _e={TINY:{iconSize:"12px"},SMALL:{iconSize:"16px"},NORMAL:{iconSize:"24px"},LARGE:{iconSize:"64px"},HUGE:{iconSize:"80px"}},Ee={WHITE:{color:"#ffffff"},RED:{color:"#d31d26"},BLUE:{color:"#0d74a0"},GREEN:{color:"#00bd6a"},GRAY:{color:"#6a7486"},INDIGO:{color:"#4b5398"},TRANSPARENT:{color:"transparent"}},fo=({className:t,size:e="NORMAL",color:o="GREEN",fill:r="TRANSPARENT"})=>{var a,s,l,p;let i=n("loading-circle animate-rotate inline-block",t);return jsx("svg",{xmlns:"http://www.w3.org/2000/svg",color:(a=Ee[o])==null?void 0:a.color,fill:(s=Ee[r])==null?void 0:s.color,width:(l=_e[e])==null?void 0:l.iconSize,height:(p=_e[e])==null?void 0:p.iconSize,viewBox:"25 25 50 50",className:i,children:jsx("circle",{cx:"50",cy:"50",r:"20",fill:"currentFill",stroke:"currentColor","stroke-width":"6","stroke-linecap":"round","stroke-dasharray":"1, 200"})})},ae=fo;var xo=tv({slots:{container:"group/container group flex cursor-pointer select-none items-center justify-center p-1 focus:outline-none focus:ring-0 data-[has-icon=true]:gap-1",icon:"size-3 antialiased",text:"mx-2 antialiased group-data-[has-icon=true]:ml-0",loading:"absolute"},variants:{appearance:{primary:{container:"bg-primary hover:bg-green-900 ",loading:"text-white",text:"text-white",icon:"fill-white [&_path]:fill-white"},secondary:{container:"border border-green-600 bg-white hover:bg-green-100 ",loading:"text-green-600",text:"text-green-600",icon:"fill-green-600 [&_path]:fill-green-600"},tertiary:{container:"border border-indigo-600 bg-white hover:bg-indigo-100 ",loading:"text-indigo-600",text:"text-indigo-600",icon:"fill-indigo-600 [&_path]:fill-indigo-600"},danger:{container:"border-notification-critical-600 hover:bg-notification-critical-600 group/danger border bg-white",loading:"text-notification-critical-600 group-hover/danger:text-white",text:"text-notification-critical-600 group-hover/danger:text-white",icon:"fill-notification-critical-600 [&_path]:fill-notification-critical-600 group-hover/danger:fill-white group-hover/danger:[&_path]:fill-white"},link:{container:"bg-white hover:bg-green-100 ",loading:"text-green-600",text:"text-green-600",icon:"fill-green-600 [&_path]:fill-green-600"},table:{container:"bg-white hover:bg-neutral-100 ",loading:"text-neutral-400",text:"text-neutral-400",icon:"fill-neutral-400 [&_path]:fill-neutral-400"},ai:{container:"animate-border flex justify-center border border-b-[3px] !border-transparent px-2",loading:"text-neutral-100",text:"mr-0 text-neutral-100",icon:"-ml-1 fill-neutral-200 [&_path]:fill-neutral-200"},"ai-outline":{container:"animate-border border-2 !border-transparent bg-[linear-gradient(90deg,#f9f4fb,#f7f6ff)] [background-clip:padding-box,border-box] hover:[background:linear-gradient(90deg,#f9f4fb,#f7f6ff)_padding-box,conic-gradient(from_var(--border-angle),#ff23ae_0,#822bb5_20%,#6542fe_70%,#ff23ae_100%)_border-box]",text:"bg-gradient-to-l from-[#822BB5] to-[#6542FF] bg-clip-text text-transparent ",icon:"fill-[#6542FF] [&_path]:fill-[#6542FF]"}},size:{medium:{container:"h-5",icon:"text-base"},small:{container:"h-4",text:"mx-1 text-sm",icon:"group-data-[has-text=true]:ml-0"}},rounded:{true:{container:"rounded-full"},false:{container:"rounded-md"}},vertical:{true:{container:"!gap-0.25 h-7 min-w-7 flex-col items-center justify-center !rounded-md border p-0.5",text:"mx-0 text-sm",icon:"!mx-0 mb-0 size-3 min-h-3"},false:{container:"flex-row"}},disabled:{true:{container:"pointer-events-none cursor-not-allowed border-neutral-200 bg-neutral-100",text:"text-neutral-300",icon:"fill-neutral-300 [&_path]:fill-neutral-300",loading:"text-neutral-400"},false:""},loading:{true:{text:"invisible",icon:"invisible"},false:""}},compoundVariants:[{appearance:"ai",vertical:!0,class:{container:"[background-clip:padding-box,border-box] border !border-transparent bg-gradient-to-t from-[#220C3C] to-[#1A052B] hover:[background:linear-gradient(90deg,#2f0a3c,#220c3c)_padding-box,conic-gradient(from_var(--border-angle),#ff23ae_0%,#822bb5_20%,#6542fe_70%,#ff23ae_100%)_border-box]",text:"mx-0 text-sm group-hover/container:text-[#B021F5] group-disabled/container:text-[#94849D]",icon:"group-hover/container:fill-[#B021F5] group-hover/container:[&_path]:fill-[#B021F5] group-disabled/container:[&_path]:fill-[#94849D]"}},{appearance:"ai",vertical:!1,class:{container:"px-2 py-0.5 [background:linear-gradient(90deg,#2f0a3c,#220c3c)_padding-box,conic-gradient(from_var(--border-angle),#ff23ae_0%,#822bb5_20%,#6542fe_70%,#ff23ae_100%)_border-box]",text:"group-hover/container:text-[#B021F5]",icon:"group-hover/container:[&_path]:fill-[#B021F5]",loading:"size-2 text-[#B021F5]"}}],defaultVariants:{appearance:"primary",size:"medium",rounded:!1,vertical:!1}}),Le=b__default.forwardRef(({className:t,appearance:e,size:o,disabled:r,children:i,asChild:a,loading:s,vertical:l,rounded:p,icon:g,...f},v)=>{let x=a?Slot:"button",w=xo({appearance:e,size:o,disabled:r,loading:s,vertical:l,rounded:p,className:t});return jsxs(x,{type:"button","data-has-icon":!!g,"data-has-text":!!i,"data-is-loading":s,className:w.container({className:t}),disabled:r,ref:v,...f,children:[s&&jsx(ae,{className:w.loading()}),g&&jsx(g,{width:24,height:24,className:w.icon()}),i&&jsx(u,{size:"base",weight:"medium",className:w.text(),children:i})]})});Le.displayName="Button";var vo=Le;var wo=tv({base:"flex w-full border border-gray-200 bg-white p-2",variants:{variant:{default:"rounded-m",big:"rounded-x",small:"rounded-s"},direction:{col:"flex-col",row:"flex-row"},padding:{none:"p-0",small:"p-1",medium:"p-2",big:"p-3"}},defaultVariants:{variant:"default",direction:"col",padding:"none"}}),ke=({className:t,variant:e,direction:o,padding:r,children:i,...a})=>jsx("div",{className:n(wo({variant:e,direction:o,padding:r,className:t})),...a,children:i});ke.displayName="Card";var Ro=ke;var To=tv({variants:{variant:{default:"",light:"",green:"",red:""},size:{default:{container:"h-5"},small:{container:"h-4",text:"text-sm"}},disabled:{true:{container:"cursor-initial border-neutral-200 bg-neutral-100 text-neutral-300",icon:"[&_path]:fill-neutral-300 [&_svg]:fill-neutral-300"},false:{container:"border-neutral-200 text-neutral-500",icon:"[&_path]:fill-neutral-500 [&_svg]:fill-neutral-500"}}},compoundVariants:[{disabled:!1,variant:"default",class:{container:"data-[state=on]:border-indigo-600 data-[state=on]:bg-indigo-600 data-[state=on]:hover:border-[#353877] data-[state=off]:hover:bg-neutral-100 data-[state=on]:hover:bg-[#353877]",text:"group-data-[state=on]:text-white",icon:"group-data-[state=on]:fill-white [&_path]:group-data-[state=on]:fill-white"}},{disabled:!1,variant:"light",class:{container:"data-[state=on]:border-indigo-600 data-[state=on]:bg-indigo-100",text:"group-data-[state=on]:text-indigo-600",icon:"group-data-[state=on]:fill-indigo-600 [&_path]:group-data-[state=on]:fill-indigo-600"}},{disabled:!1,variant:"green",class:{container:"data-[state=on]:border-notification-success-600 data-[state=on]:bg-notification-success-100",text:"group-data-[state=on]:text-notification-success-600",icon:"group-data-[state=on]:fill-notification-success-600 [&_path]:group-data-[state=on]:fill-notification-success-600"}},{disabled:!1,variant:"red",class:{container:"data-[state=on]:border-notification-critical-600 data-[state=on]:bg-notification-critical-100",text:"group-data-[state=on]:text-notification-critical-600",icon:"group-data-[state=on]:fill-notification-critical-600 [&_path]:group-data-[state=on]:fill-notification-critical-600"}}],slots:{container:"first:rounded-ss-m first:rounded-es-m last:rounded-se-m last:rounded-ee-m group flex items-center gap-1 border px-2 [&:nth-child(n+2)]:data-[state=off]:border-l-0",icon:"size-3",text:""},defaultVariants:{disabled:!1,variant:"default",size:"default"}}),Ae=b__default.createContext({variant:"default",size:"default",disabled:!1}),ze=b__default.forwardRef(({className:t,variant:e,children:o,size:r,disabled:i,...a},s)=>jsx(k.Root,{ref:s,className:n("flex items-center justify-center gap-0 [&_button]:bg-white",t),...a,type:"single",children:jsx(Ae.Provider,{value:{variant:e,size:r,disabled:i},children:o})}));ze.displayName="ScopeGroup";var He=b__default.forwardRef(({className:t,variant:e,size:o,icon:r,text:i,disabled:a,...s},l)=>{let p=b__default.useContext(Ae),g=To({variant:p.variant||e,size:p.size||o,disabled:p.disabled||a});return jsxs(k.Item,{ref:l,className:n(g.container(),t),disabled:a,...s,children:[r&&jsx(r,{className:g.icon()}),jsx(u,{size:"base",weight:"normal",className:g.text(),children:i})]})});He.displayName="ScopeItem";var No={Group:ze,Item:He},Mo=No;var So=({value:t,className:e,barBg:o,progressBg:r})=>{let i=`-translate-x-[(-${100-(t||0)}%])`;return jsx(Root$2,{className:n(e,o,"relative w-full overflow-hidden rounded-full "),value:t,children:jsx(Indicator,{className:n(e,"w-full flex-1 rounded-full",i,r)})})},X=So;var B=tv({slots:{wrapper:["grid items-center gap-1","rounded-m border border-neutral-200 bg-white","focus-within:border-indigo-600"].join(" "),prefix:["h-full flex items-center justify-center","text-neutral-500 [&_svg]:block [&_path]:fill-current"].join(" "),input:["w-full bg-transparent outline-none","border-0 focus:outline-none focus:ring-0","text-base text-indigo-600 placeholder:font-light placeholder:text-neutral-400","disabled:cursor-not-allowed"].join(" "),suffix:["h-full flex items-center justify-center mr-1","text-neutral-500 [&_svg]:block [&_path]:fill-current"].join(" ")},variants:{disabled:{true:{wrapper:"cursor-not-allowed bg-neutral-100",input:"text-neutral-400 placeholder:text-neutral-400",prefix:"text-neutral-300",suffix:"text-neutral-300"}},invalid:{true:{wrapper:"border-notification-critical-600 focus-within:border-notification-critical-600"}},size:{small:{wrapper:"min-h-4 pl-2",input:"text-sm",prefix:"text-sm",suffix:"text-sm"},medium:{wrapper:"min-h-5 pl-2",input:"text-base",prefix:"text-base",suffix:"text-base"}},withAffix:{false:{wrapper:"grid-cols-1"},true:{wrapper:"grid-cols-[auto_1fr_auto]"}}},defaultVariants:{size:"medium",withAffix:!1}}),We=b__default.forwardRef(({className:t,inputClassName:e,prefix:o,suffix:r,disabled:i,invalid:a,size:s,...l},p)=>{let g=!!o||!!r,f=B();return jsxs("div",{className:n(f.wrapper({disabled:i,invalid:a,size:s,withAffix:g}),t),children:[o&&jsx("div",{className:f.prefix({disabled:i,invalid:a,size:s}),children:o}),jsx("input",{disabled:i,className:n(f.input({disabled:i,invalid:a,size:s}),e,"form-input"),ref:p,...l}),r&&jsx("div",{className:f.suffix({disabled:i,invalid:a,size:s}),children:r})]})});We.displayName="Input";var Go=We;var Fe=b.forwardRef(({className:t,disabled:e,invalid:o,...r},i)=>{let{input:a}=B();return jsx("textarea",{className:n("min-h-9",t,a({disabled:e,invalid:o})),ref:i,...r})});Fe.displayName="Textarea";var ko=Fe;var je=({title:t,children:e,isVisible:o,CloseIcon:r,maxWidth:i,onClose:a})=>{let[s,l]=useState(o);useEffect(()=>l(o),[o]);let p=g=>{l(!1),a&&a(g);};return jsxs(Fragment,{children:[jsx("div",{className:n("fixed left-0 top-0 z-30 h-screen w-screen bg-black opacity-50",s?void 0:"hidden")}),jsxs("div",{className:n("shadow-big fixed right-0 top-0 z-40 h-screen overflow-y-auto overflow-x-hidden rounded-l-lg bg-white transition-transform dark:bg-gray-800",i?`max-w=[${i}]`:"max-w-3/4",s?void 0:"translate-x-full"),tabIndex:-1,"aria-labelledby":"drawer-label",children:[jsxs("div",{id:"drawer-label",className:n(" mb-2 flex items-center justify-between border-b-2 border-slate-100 p-2 text-base font-semibold text-gray-500 dark:text-gray-400"),children:[jsx(u,{size:"H3",weight:"semibold",className:"text-navy-600",children:t}),jsxs("button",{type:"button","data-drawer-hide":"drawer-example","aria-controls":"drawer-example",className:n("b-0 ml-2 flex size-9 items-center justify-center rounded-lg bg-transparent text-sm text-gray-400 hover:bg-gray-200 hover:text-gray-900 dark:hover:bg-gray-600 dark:hover:text-white"),onClick:()=>p,children:[r?jsx(r,{}):jsx("svg",{width:"24",height:"24",viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg",children:jsx("path",{"fill-rule":"evenodd","clip-rule":"evenodd",d:"M6.70711 18.7071L18.7071 6.70711C19.0976 6.31658 19.0976 5.68342 18.7071 5.29289C18.3166 4.90237 17.6834 4.90237 17.2929 5.29289L12 10.5858L6.70711 5.29289C6.31658 4.90237 5.68342 4.90237 5.29289 5.29289C4.90237 5.68342 4.90237 6.31658 5.29289 6.70711L10.5858 12L5.29289 17.2929C4.90237 17.6834 4.90237 18.3166 5.29289 18.7071C5.68342 19.0976 6.31658 19.0976 6.70711 18.7071ZM17.2929 18.7071L13.8201 15.2343C13.4296 14.8438 13.4296 14.2106 13.8201 13.8201C14.2106 13.4296 14.8438 13.4296 15.2343 13.8201L18.7071 17.2929C19.0976 17.6834 19.0976 18.3166 18.7071 18.7071C18.3166 19.0976 17.6834 19.0976 17.2929 18.7071Z",fill:"#8D95A7"})}),jsx("span",{className:"sr-only",children:"Close menu"})]})]}),jsx("div",{className:n(" relative h-full p-2"),children:e})]})]})};je.displayName="Sheet";var Oo=je;var jo=tv({base:"after:start-0.25 after:top-0.25 peer relative mr-1 h-3 w-5 rounded-full bg-neutral-200 after:absolute after:size-[20px] after:rounded-full after:border after:border-gray-300 after:bg-white after:transition-all after:content-[''] peer-checked:bg-green-600 peer-checked:after:translate-x-2 peer-checked:after:border-white peer-focus:outline-none peer-focus:ring-0",variants:{disabled:{true:"cursor-not-allowed bg-neutral-100 after:border-neutral-100 peer-checked:bg-green-100 peer-checked:after:border-green-100"}}}),Ue=forwardRef(({className:t,name:e,disabled:o,children:r,...i},a)=>jsxs("label",{className:n("inline-flex cursor-pointer items-center",t),children:[jsx("input",{...i,ref:a,type:"checkbox",className:n("peer sr-only"),name:e,disabled:o}),jsx("span",{className:jo({disabled:o})}),jsx(u,{children:r})]}));Ue.displayName="Switch";var Uo=Ue;var qo=tv({base:"animate-dito-uai-skeleton-pulse min-h-2 min-w-2",variants:{appearance:{default:"bg-neutral-200",ai:"bg-gradient-to-l from-[rgba(130,43,181,0.24)] via-[rgba(101,66,255,0.24)] to-[rgba(101,66,255,0.24)]"},shape:{text:"h-2 w-full rounded-md",square:"aspect-square rounded-lg",circle:"aspect-square rounded-full",rectangle:"h-[125px] w-[250px] rounded-xl"}},defaultVariants:{appearance:"default"}});function Zo({className:t,appearance:e,shape:o,children:r,loading:i,...a}){return jsx(Fragment,{children:!i&&r?r:jsx("div",{className:qo({appearance:e,shape:o,className:t}),...a})})}var ce=tv({base:"ring-offset-background hover:bg-muted focus-visible:ring-ring rounded-m inline-flex items-center justify-center gap-2 text-sm font-medium transition-colors focus-visible:outline-none focus-visible:ring-2 focus-visible:ring-offset-2 disabled:pointer-events-none disabled:opacity-50 data-[state=on]:bg-indigo-100 data-[state=on]:text-indigo-600 [&_svg]:pointer-events-none [&_svg]:size-4 [&_svg]:shrink-0",variants:{variant:{default:"bg-transparent text-neutral-400 hover:bg-indigo-100 hover:text-indigo-600"},size:{default:"size-[32px]"}},defaultVariants:{variant:"default",size:"default"}}),Jo=b.forwardRef(({className:t,variant:e,size:o,...r},i)=>jsx(pe.Root,{ref:i,className:n(ce({variant:e,size:o,className:t})),...r}));Jo.displayName=pe.Root.displayName;var qe=b.createContext({size:"default",variant:"default"}),Ze=b.forwardRef(({className:t,variant:e,size:o,children:r,...i},a)=>jsx(k.Root,{ref:a,className:n("flex items-center justify-center gap-1",t),...i,children:jsx(qe.Provider,{value:{variant:e,size:o},children:r})}));Ze.displayName=k.Root.displayName;var Ke=b.forwardRef(({className:t,children:e,variant:o,size:r,...i},a)=>{let s=b.useContext(qe);return jsx(k.Item,{ref:a,className:n(ce({variant:s.variant||o,size:s.size||r}),t),...i,children:e})});Ke.displayName=k.Item.displayName;var er={Group:Ze,Item:Ke};var rr=tv({slots:{item:"mb-1 rounded-lg border-0 last:mb-0",trigger:"[&[data-state=open]]:rounded-t-m [&[data-state=open]]:bg-secondary-indigo-100 [&[data-state=closed]]:rounded-m flex h-7 w-full items-center border-0 p-1 text-left transition-all hover:bg-neutral-100 [&[data-disabled]]:cursor-not-allowed [&[data-disabled]]:bg-neutral-200 [&[data-disabled]]:text-neutral-400 [&[data-state=open]>svg]:rotate-180 [&[data-state=open]]:hover:bg-neutral-100",triggerIcon:"size-3 fill-neutral-400 transition-transform duration-200 [&_path]:fill-neutral-400",content:"data-[state=closed]:animate-accordion-up data-[state=open]:animate-accordion-down rounded-b-m overflow-hidden border transition-all"}}),{trigger:ir,item:ar,triggerIcon:nr,content:sr}=rr(),lr=b__default.forwardRef(({className:t,...e},o)=>jsx(A.Root,{ref:o,className:ar({className:t}),...e})),pr=b__default.forwardRef(({className:t,triggerClassName:e,children:o,...r},i)=>jsxs(A.CollapsibleTrigger,{ref:i,className:ir({className:e}),...r,children:[jsx("div",{className:n("w-full",t),children:o}),jsx(IconOutlineChevronDown,{className:nr()})]})),cr=b__default.forwardRef(({className:t,children:e,...o},r)=>jsx(A.CollapsibleContent,{ref:r,className:sr(),...o,children:jsx("div",{className:n("px-1 py-2",t),children:e})})),dr={Item:lr,Trigger:pr,Content:cr},mr=dr;var br=tv({base:"flex flex-row"}),xr=tv({base:["inline-flex h-5 items-center justify-center gap-1 whitespace-nowrap p-1 px-2"],variants:{active:{true:"text-green-600",false:"text-neutral-500"},disabled:{true:"cursor-not-allowed text-neutral-300",false:""},iconColor:{active:"[&_path]:fill-green-600 [&_svg]:fill-green-600",inactive:"[&_path]:fill-neutral-500 [&_svg]:fill-neutral-500",disabled:"[&_path]:fill-neutral-300 [&_svg]:fill-neutral-300"}},defaultVariants:{disabled:!1,iconPosition:"none"}}),vr=tv({base:"absolute bottom-0 left-0 w-full",variants:{active:{true:"rounded-t-x border-t-4 border-green-600",false:"border-b-2 border-neutral-100"}}}),hr=R.Root,Xe=b__default.forwardRef(({className:t,...e},o)=>jsx(R.List,{ref:o,className:n(br(),t),...e}));Xe.displayName=R.List.displayName;var Je=b__default.forwardRef(({className:t,children:e,iconPrefix:o,suffix:r,disabled:i,active:a,...s},l)=>{let p=useMemo(()=>i?"disabled":a?"active":"inactive",[i,a]);return jsxs("div",{className:n("relative flex flex-col",i?"":"hover:bg-green-100"),children:[jsxs(R.Trigger,{ref:l,className:n(xr({iconColor:p,disabled:i,active:a}),t),disabled:i,...s,children:[o&&jsx("span",{children:o}),e,r&&jsx("span",{children:r})]}),jsx("span",{className:n(vr({active:a}))})]})});Je.displayName=R.Trigger.displayName;var Qe=b__default.forwardRef(({className:t,...e},o)=>jsx(R.Content,{ref:o,className:t,...e}));Qe.displayName=R.Content.displayName;function Pr(t,e){let o=t!==void 0,[r,i]=useState(e);return [o?t:r,l=>{o||i(l);}]}var wr=({tabs:t,activeKey:e,defaultActiveKey:o,className:r,onValueChange:i,onTabClick:a})=>{var g;let[s,l]=Pr(e,o??((g=t[0])==null?void 0:g.value));return jsxs(hr,{value:e??s,onValueChange:f=>{if(i)return i(f);l(f);},onClick:f=>a&&a(f,s),className:n("flex flex-col gap-2",r),children:[jsx(Xe,{children:t.map(({value:f,label:v,iconPrefix:x,suffix:w,disabled:O,className:W})=>jsx(Je,{value:f,iconPrefix:x,suffix:w,disabled:O,active:f===s,className:W,children:v&&jsx(u,{size:"base",weight:"medium",children:v})},f))}),t.map(({value:f,content:v,className:x})=>jsx(Qe,{value:f,className:x,children:v},f))]})},Rr=wr;var Sr=tv({slots:{container:"rounded-m flex min-h-5 w-full items-center justify-start gap-1 px-2 py-2.5 text-base font-medium",icon:"size-[24px] cursor-pointer",message:"flex-1 break-words"},variants:{type:{success:{container:"bg-notification-success-100 text-notification-success-600",icon:"fill-notification-success-600 [&_path]:fill-notification-success-600"},warning:{container:"bg-notification-warning-100 text-notification-warning-900",icon:"fill-notification-warning-900 [&_path]:fill-notification-warning-900"},error:{container:"bg-notification-critical-100 text-notification-critical-600",icon:"fill-notification-critical-600 [&_path]:fill-notification-critical-600"},info:{container:"bg-notification-information-100 text-notification-information-600",icon:"fill-notification-information-600 [&_path]:fill-notification-information-600"}},closable:{true:{message:"w-[calc(100%_-_64px)]"},false:{message:"w-[calc(100%_-_36px)]"}}}}),_r={success:IconOutlineCheckCircle,warning:IconOutlineWarning,error:IconOutlineErrorHexagon,info:IconOutlineInfo},Er=b__default.forwardRef(({type:t,message:e,closable:o,...r},i)=>{let[a,s]=useState(!0),l=Sr(),p=t?_r[t]:null;return a&&jsxs("div",{className:l.container({type:t}),ref:i,...r,children:[p&&jsx(p,{className:l.icon({type:t})}),jsx("div",{className:l.message({closable:o}),children:e}),o&&jsx(IconOutlineClose,{onClick:()=>s(!1),className:l.icon({type:t})})]})}),Gr=Er;var Hr=tv({slots:{container:"rounded-m bg-secondary-indigo-100 flex min-h-7 w-full min-w-[392px] items-center justify-between gap-0.5 p-2 text-base hover:cursor-pointer hover:bg-neutral-200",message:"text-secondary-indigo-600 font-medium"}}),Or=b__default.forwardRef(({message:t,helpLink:e,helpCenterTitle:o,date:r,...i},a)=>{let s=Hr();return jsxs("div",{className:s.container(),ref:a,...i,children:[jsxs("div",{className:"flex flex-col gap-0.5",children:[jsxs("div",{className:"flex gap-0.5 text-xs font-medium text-neutral-500",children:[jsx("span",{children:o}),r&&jsx("span",{children:`\u2022 ${r}`})]}),jsx("span",{className:s.message(),children:t})]}),jsx("a",{href:e,target:"_blank",rel:"noopener noreferrer",children:jsx(IconOutlineExternalLink,{className:"fill-secondary-indigo-600 [&_path]:fill-secondary-indigo-600 size-[24px]"})})]})}),Wr=Or;var qr=tv({slots:{root:["group relative flex w-[392px] cursor-pointer items-center justify-between gap-2 rounded-m","bg-neutral-100","transition-colors duration-200","hover:bg-neutral-200"].join(" "),prefix:["flex flex-1 items-center gap-2"].join(" "),iconFill:"[&>svg]:fill-neutral-400 [&>svg_path]:fill-neutral-400",iconWrapper:"[&>svg]:size-3",content:"flex flex-1 flex-col items-start gap-0.5",title:"text-base font-medium text-neutral-600",description:"text-left text-sm font-normal text-neutral-500",suffix:"flex items-center gap-1",stateIconWrapper:["flex items-center","[&>svg]:size-3"].join(" "),chevron:["size-3","fill-neutral-400 [&_path]:fill-neutral-400"].join(" ")},variants:{state:{default:{},incomplete:{root:"border-notification-warning-600 bg-notification-warning-100 hover:bg-notification-warning-200",title:"text-notification-warning-900",description:"text-notification-warning-900",iconFill:"[&>svg]:fill-notification-warning-900 [&>svg_path]:fill-notification-warning-900",chevron:"fill-notification-warning-900 [&_path]:fill-notification-warning-900"},complete:{root:"border-notification-success-600 bg-notification-success-100 hover:bg-notification-success-200",title:"text-notification-success-600",description:"text-notification-success-600",iconFill:"[&>svg]:fill-notification-success-600 [&>svg_path]:fill-notification-success-600",chevron:"fill-notification-success-600 [&_path]:fill-notification-success-600"},error:{root:"border-notification-critical-600 bg-notification-critical-100 hover:bg-notification-critical-200",title:"text-notification-critical-600",description:"text-neutral-500",iconFill:"[&>svg]:fill-notification-critical-600 [&>svg_path]:fill-notification-critical-600",chevron:"fill-notification-critical-600 [&_path]:fill-notification-critical-600"}},disabled:{true:{root:"cursor-not-allowed border-neutral-200 bg-neutral-100 hover:bg-neutral-100",title:"text-neutral-300",description:"text-neutral-300",iconFill:"[&>svg]:fill-neutral-300 [&>svg_path]:fill-neutral-300",chevron:"fill-neutral-300 [&_path]:fill-neutral-300"}},size:{md:{root:"min-h-[74px] p-2",prefix:"gap-2"},sm:{root:"p-1",prefix:"gap-1",description:"hidden"}}},defaultVariants:{state:"default",size:"md"},compoundVariants:[{state:"complete",disabled:!0,class:{root:"border-notification-success-600 bg-notification-success-100 hover:bg-notification-success-100 cursor-not-allowed",title:"text-notification-success-300",description:"text-notification-success-300",iconFill:"[&>svg]:fill-notification-success-300 [&>svg_path]:fill-notification-success-300",chevron:"fill-notification-success-300 [&_path]:fill-notification-success-300"}},{state:"incomplete",disabled:!0,class:{root:"border-notification-warning-900 bg-notification-warning-100 hover:bg-notification-warning-100 cursor-not-allowed",title:"text-notification-warning-900",description:"text-notification-warning-900",iconFill:"[&>svg]:fill-notification-warning-900 [&>svg_path]:fill-notification-warning-900",chevron:"fill-notification-warning-900 [&_path]:fill-notification-warning-900"}},{state:"error",disabled:!0,class:{root:"border-notification-critical-600 bg-notification-critical-100 hover:bg-notification-critical-100 cursor-not-allowed",title:"text-notification-critical-600",description:"text-neutral-500",iconFill:"[&>svg]:fill-notification-critical-600 [&>svg_path]:fill-notification-critical-600",chevron:"fill-notification-critical-600 [&_path]:fill-notification-critical-600"}}]}),Zr={default:null,incomplete:IconOutlineWarning,complete:IconOutlineCheckCircle,error:IconOutlineXCircle},et=b__default.forwardRef(({as:t="button",title:e,description:o,icon:r,iconClassName:i,state:a="default",size:s="md",disabled:l=!1,className:p,...g},f)=>{let v=t||"button",x=Zr[a],{root:w,prefix:O,iconFill:W,iconWrapper:Bt,content:Ft,title:jt,description:Ut,suffix:Yt,stateIconWrapper:$t,chevron:qt}=qr({state:a,size:s,disabled:l}),Zt={ref:f,className:w({className:p}),"aria-label":typeof e=="string"?e:"Go to card",...v==="button"&&l!==void 0?{disabled:l}:{},...v!=="button"&&l?{"aria-disabled":l}:{},...g};return jsxs(v,{...Zt,children:[jsxs("div",{className:n(O(),W()),children:[r&&jsx("div",{className:n(Bt(),W(),i),children:r}),jsxs("div",{className:Ft(),children:[jsx("span",{className:jt(),children:e}),o&&s==="md"&&jsx("span",{className:Ut(),children:o})]})]}),jsxs("div",{className:Yt(),children:[x&&jsx("div",{className:n($t(),W()),children:jsx(x,{})}),jsx("div",{className:"flex items-center justify-center",children:jsx(IconOutlineChevronRight,{className:qt()})})]})]})});et.displayName="GoToCard";var Kr=et;var rt=b__default.forwardRef(({className:t,disabled:e,...o},r)=>jsx(y.Root,{className:t,disabled:e,...o,ref:r}));rt.displayName=y.Root.displayName;var Jr=tv({slots:{root:["rounded-m","group","relative","flex","w-[240px]","cursor-pointer","items-center","justify-between","gap-2","p-2","border","border-neutral-100","bg-white","data-[state=unchecked]:hover:bg-neutral-100","data-[state=checked]:border-indigo-600","data-[state=checked]:bg-indigo-600","focus:outline-none","focus-visible:ring-0"].join(" "),prefix:"flex flex-1 items-center gap-2",iconWrapper:["size-3","rounded-full","border","border-indigo-100","bg-indigo-100","fill-indigo-600","[&_path]:fill-indigo-600","group-data-[state=checked]:border-indigo-600","group-data-[state=checked]:bg-indigo-600","group-data-[state=checked]:fill-white","group-data-[state=checked]:[&_path]:fill-white"].join(" "),content:"flex flex-1 flex-col items-start gap-0.5",title:["text-base","font-medium","text-neutral-600","group-data-[state=checked]:text-white"].join(" "),description:["text-left","text-sm","font-normal","text-neutral-500","group-data-[state=checked]:text-white"].join(" ")},variants:{disabled:{true:{root:["cursor-not-allowed","border-neutral-200","bg-neutral-0","hover:bg-neutral-0","data-[state=checked]:border-neutral-200","data-[state=checked]:bg-neutral-0","data-[state=checked]:hover:bg-neutral-0"].join(" "),title:["text-neutral-300","group-data-[state=checked]:text-neutral-300"].join(" "),description:["text-neutral-300","group-data-[state=checked]:text-neutral-300"].join(" "),iconWrapper:["border-neutral-100","bg-neutral-100","fill-neutral-300","[&_path]:fill-neutral-300","group-data-[state=checked]:border-neutral-100","group-data-[state=checked]:bg-neutral-100","group-data-[state=checked]:fill-neutral-300","group-data-[state=checked]:[&_path]:fill-neutral-300"].join(" ")}},size:{md:{root:"min-h-[74px] p-2",prefix:"gap-2"},sm:{root:"p-1",prefix:"gap-1",description:"hidden"}}},defaultVariants:{size:"md"}}),it=b__default.forwardRef(({title:t,description:e,icon:o,iconClassName:r,disabled:i=!1,size:a="md",className:s,...l},p)=>{let{root:g,prefix:f,iconWrapper:v,content:x,title:w,description:O}=Jr({disabled:i,size:a});return jsx(y.Item,{ref:p,disabled:i,className:g({className:s}),...l,children:jsxs("div",{className:f(),children:[o&&jsx("div",{className:n(v(),r),children:o}),jsxs("div",{className:x(),children:[jsx("span",{className:w(),children:t}),e&&a==="md"&&jsx("span",{className:O(),children:e})]})]})})});it.displayName="SelectCardItem";var Qr={Group:rt,Card:it},ei=Qr;var at=(a=>(a.SUCCESS="success",a.INFO="info",a.WARNING="warning",a.DANGER="error",a.LOADING="loading",a))(at||{}),li=tv({base:"!rounded-m !flex !min-h-5 !w-fit !items-center !gap-1 !p-0 !font-sans !text-base !font-medium",variants:{type:{success:"!text-notification-success-100 !bg-notification-success-600 ![&_svg]:fill-notification-success-100 ![&_path]:fill-notification-success-100",error:"!bg-notification-critical-600 !text-notification-critical-100 ![&_svg]:fill-notification-critical-100 ![&_path]:fill-notification-critical-100",warning:"!bg-notification-warning-600 !text-notification-warning-900 ![&_svg]:fill-notification-warning-900 [&_path]:fill-notification-warning-900",info:"!bg-notification-information-600 !text-notification-information-100 ![&_svg]:fill-notification-information-100 ![&_path]:fill-notification-information-100",loading:"!bg-notification-information-600 !text-notification-information-100 ![&_svg]:fill-notification-information-100 ![&_path]:fill-notification-information-100"}}}),pi={success:jsx(IconOutlineCheckCircle,{}),warning:jsx(IconOutlineWarning,{}),error:jsx(IconOutlineErrorHexagon,{}),info:jsx(IconOutlineInfo,{})},z={open:({type:t="info",text:e,closable:o=!1,duration:r=3e3,containerId:i,onClose:a,onClick:s,...l})=>{let p={autoClose:r,closeButton:o,className:li({type:t}),bodyClassName:"!flex !flex-row !items-center !gap-1 !px-2 !py-1 !m-0",icon:t!=="loading"?pi[t]:void 0,onClose:a,onClick:s,containerId:i,closeOnClick:!1,...l};switch(t){case"success":return toast.success(e,p);case"error":return toast.error(e,p);case"warning":return toast.warning(e,p);case"loading":return toast.loading(e,p);case"info":default:return toast.info(e,p)}}},ci={...z,success:(t,e)=>z.open({type:"success",text:t,duration:e}),error:(t,e)=>z.open({type:"error",text:t,duration:e}),info:(t,e)=>z.open({type:"info",text:t,duration:e}),warning:(t,e)=>z.open({type:"warning",text:t,duration:e}),loading:(t,e)=>z.open({type:"loading",text:t,duration:e}),dismiss:toast.dismiss},di=t=>jsx(ToastContainer,{className:"mr-[100px] flex !w-fit flex-col items-end",position:"bottom-right",hideProgressBar:!0,enableMultiContainer:!0,closeButton:({closeToast:e})=>jsx("button",{type:"button",className:"ml-auto flex size-6 items-center justify-center hover:opacity-70",onClick:e,children:jsx(IconOutlineClose,{className:"size-[24px]"})}),...t}),mi=ci;var vi=tv({base:"text-medium flex h-3 items-center justify-center rounded-sm border border-neutral-200 px-1 py-0.5 [&_svg]:-ml-0.5 [&_svg]:w-2",variants:{status:{positive:"text-notification-success-600 [&_svg]:fill-notification-success-600",negative:"text-notification-critical-600 [&_svg]:fill-notification-critical-600",neutral:"text-notification-warning-900 [&_svg]:fill-notification-warning-900",info:"border-indigo-600 text-indigo-600"}}}),hi=b__default.forwardRef(({className:t,status:e,value:o,icon:r,usePercentageSymbol:i=!0,...a},s)=>{let l={positive:jsx(IconOutlineArrowUp,{}),negative:jsx(IconOutlineArrowDown,{}),neutral:jsx(IconOutlineMinus,{})};return jsxs("div",{className:vi({status:e,className:t}),ref:s,...a,children:[r&&l[r],jsxs(u,{size:"overline",weight:"semibold",children:[o,i?"%":null]})]})}),Pi=hi;var ee=({options:t,selected:e,onChange:o,className:r})=>jsx(Portal,{children:jsx(Content,{sideOffset:3,align:"start",className:n("shadow-down data-[state=open]:animate-in data-[state=closed]:animate-out data-[state=closed]:fade-out-0 data-[state=open]:fade-in-0 data-[state=closed]:zoom-out-95 data-[state=open]:zoom-in-95 data-[side=bottom]:slide-in-from-top-2 flex flex-col gap-0.5 rounded-md border bg-white p-1",r),children:t.map(i=>jsx(Item,{"data-selected":e===i.value,className:`relative flex cursor-pointer select-none rounded-sm
26
+ var go=tv({base:"flex items-center justify-center rounded-full",variants:{color:{default:"bg-neutral-100",indigo:"bg-indigo-600"},type:{icon:"[&_path]:fill-neutral-500 [&_svg]:fill-neutral-500",capitals:"font-semibold text-neutral-500",image:"[&_img]:rounded-full"},size:{small:"size-4",medium:"size-5",large:"size-7"}},compoundVariants:[{size:"large",type:["capitals","icon"],className:"text-xl [&_svg]:size-5"},{size:"medium",type:["capitals","icon"],className:"text-lg [&_svg]:size-3"},{size:"small",type:["capitals","icon"],className:"text-base [&_svg]:size-2"},{color:"indigo",type:["capitals","icon"],className:"text-white [&_path]:fill-white [&_svg]:fill-white"}],defaultVariants:{color:"default"}}),Le=R__default.forwardRef(({className:t,color:e,type:o,size:r,children:a,asChild:i,...n},l)=>jsx(i?Slot:"div",{className:go({color:e,type:o,size:r,className:t}),ref:l,...n,children:a}));Le.displayName="Avatar";var bo=Le;function s(...t){return twMerge(clsx(t))}var Ro=tv({base:"",variants:{size:{H1:"text-3xl",H2:"text-2xl",H3:"text-xl",large:"text-lg",base:"text-base",small:"text-sm",overline:"text-xs uppercase"},weight:{normal:"font-normal",medium:"font-medium",semibold:"font-semibold"}},defaultVariants:{size:"base",weight:"normal"}}),ke=({className:t,size:e,weight:o,children:r,...a})=>jsx("span",{className:s("whitespace-pre-line",Ro({size:e,weight:o,className:t})),...a,children:r});ke.displayName="Text";var x=ke;var No=tv({base:"flex items-center justify-center rounded-full",variants:{contrast:{true:"",false:""},status:{info:"bg-notification-information-100 text-notification-information-600",attention:"bg-notification-warning-100 text-notification-warning-900",white:"text-notification-information-600 bg-white"},size:{small:"h-2",normal:"h-3"},type:{pill:"w-fit px-1",dot:""}},compoundVariants:[{status:"info",contrast:!0,class:"bg-notification-information-600 text-white"},{status:"attention",contrast:!0,class:"bg-notification-warning-600"},{type:"dot",size:"small",class:"w-2"},{type:"dot",size:"normal",class:"w-3"}],defaultVariants:{status:"info",size:"normal",type:"pill"}}),ze=R__default.forwardRef(({className:t,status:e,size:o,type:r,contrast:a,children:i,asChild:n,...l},p)=>jsx(n?Slot:"span",{className:No({status:e,size:o,type:r,contrast:a,className:t}),ref:p,...l,children:jsx(x,{size:"overline",weight:"semibold",children:i})}));ze.displayName="Badge";var Mo=ze;var He={TINY:{iconSize:"12px"},SMALL:{iconSize:"16px"},NORMAL:{iconSize:"24px"},LARGE:{iconSize:"64px"},HUGE:{iconSize:"80px"}},We={WHITE:{color:"#ffffff"},RED:{color:"#d31d26"},BLUE:{color:"#0d74a0"},GREEN:{color:"#00bd6a"},GRAY:{color:"#6a7486"},INDIGO:{color:"#4b5398"},TRANSPARENT:{color:"transparent"}},Do=({className:t,size:e="NORMAL",color:o="GREEN",fill:r="TRANSPARENT"})=>{var i,n,l,p;let a=s("loading-circle animate-rotate inline-block",t);return jsx("svg",{xmlns:"http://www.w3.org/2000/svg",color:(i=We[o])==null?void 0:i.color,fill:(n=We[r])==null?void 0:n.color,width:(l=He[e])==null?void 0:l.iconSize,height:(p=He[e])==null?void 0:p.iconSize,viewBox:"25 25 50 50",className:a,children:jsx("circle",{cx:"50",cy:"50",r:"20",fill:"currentFill",stroke:"currentColor","stroke-width":"6","stroke-linecap":"round","stroke-dasharray":"1, 200"})})},de=Do;var _o=tv({slots:{container:"group/container group flex cursor-pointer select-none items-center justify-center p-1 focus:outline-none focus:ring-0 data-[has-icon=true]:gap-1",icon:"size-3 antialiased",text:"mx-2 antialiased group-data-[has-icon=true]:ml-0",loading:"absolute"},variants:{appearance:{primary:{container:"bg-primary hover:bg-green-900 ",loading:"text-white",text:"text-white",icon:"fill-white [&_path]:fill-white"},secondary:{container:"border border-green-600 bg-white hover:bg-green-100 ",loading:"text-green-600",text:"text-green-600",icon:"fill-green-600 [&_path]:fill-green-600"},tertiary:{container:"border border-indigo-600 bg-white hover:bg-indigo-100 ",loading:"text-indigo-600",text:"text-indigo-600",icon:"fill-indigo-600 [&_path]:fill-indigo-600"},danger:{container:"border-notification-critical-600 hover:bg-notification-critical-600 group/danger border bg-white",loading:"text-notification-critical-600 group-hover/danger:text-white",text:"text-notification-critical-600 group-hover/danger:text-white",icon:"fill-notification-critical-600 [&_path]:fill-notification-critical-600 group-hover/danger:fill-white group-hover/danger:[&_path]:fill-white"},link:{container:"bg-white hover:bg-green-100 ",loading:"text-green-600",text:"text-green-600",icon:"fill-green-600 [&_path]:fill-green-600"},table:{container:"bg-white hover:bg-neutral-100 ",loading:"text-neutral-400",text:"text-neutral-400",icon:"fill-neutral-400 [&_path]:fill-neutral-400"},ai:{container:"animate-border flex justify-center border border-b-[3px] !border-transparent px-2",loading:"text-neutral-100",text:"mr-0 text-neutral-100",icon:"-ml-1 fill-neutral-200 [&_path]:fill-neutral-200"},"ai-outline":{container:"animate-border border-2 !border-transparent bg-[linear-gradient(90deg,#f9f4fb,#f7f6ff)] [background-clip:padding-box,border-box] hover:[background:linear-gradient(90deg,#f9f4fb,#f7f6ff)_padding-box,conic-gradient(from_var(--border-angle),#ff23ae_0,#822bb5_20%,#6542fe_70%,#ff23ae_100%)_border-box]",text:"bg-gradient-to-l from-[#822BB5] to-[#6542FF] bg-clip-text text-transparent ",icon:"fill-[#6542FF] [&_path]:fill-[#6542FF]"}},size:{medium:{container:"h-5",icon:"text-base"},small:{container:"h-4",text:"mx-1 text-sm",icon:"group-data-[has-text=true]:ml-0"}},rounded:{true:{container:"rounded-full"},false:{container:"rounded-md"}},vertical:{true:{container:"!gap-0.25 h-7 min-w-7 flex-col items-center justify-center !rounded-md border p-0.5",text:"mx-0 text-sm",icon:"!mx-0 mb-0 size-3 min-h-3"},false:{container:"flex-row"}},disabled:{true:{container:"pointer-events-none cursor-not-allowed border-neutral-200 bg-neutral-100",text:"text-neutral-300",icon:"fill-neutral-300 [&_path]:fill-neutral-300",loading:"text-neutral-400"},false:""},loading:{true:{text:"invisible",icon:"invisible"},false:""}},compoundVariants:[{appearance:"ai",vertical:!0,class:{container:"[background-clip:padding-box,border-box] border !border-transparent bg-gradient-to-t from-[#220C3C] to-[#1A052B] hover:[background:linear-gradient(90deg,#2f0a3c,#220c3c)_padding-box,conic-gradient(from_var(--border-angle),#ff23ae_0%,#822bb5_20%,#6542fe_70%,#ff23ae_100%)_border-box]",text:"mx-0 text-sm group-hover/container:text-[#B021F5] group-disabled/container:text-[#94849D]",icon:"group-hover/container:fill-[#B021F5] group-hover/container:[&_path]:fill-[#B021F5] group-disabled/container:[&_path]:fill-[#94849D]"}},{appearance:"ai",vertical:!1,class:{container:"px-2 py-0.5 [background:linear-gradient(90deg,#2f0a3c,#220c3c)_padding-box,conic-gradient(from_var(--border-angle),#ff23ae_0%,#822bb5_20%,#6542fe_70%,#ff23ae_100%)_border-box]",text:"group-hover/container:text-[#B021F5]",icon:"group-hover/container:[&_path]:fill-[#B021F5]",loading:"size-2 text-[#B021F5]"}}],defaultVariants:{appearance:"primary",size:"medium",rounded:!1,vertical:!1}}),Be=R__default.forwardRef(({className:t,appearance:e,size:o,disabled:r,children:a,asChild:i,loading:n,vertical:l,rounded:p,icon:g,...d},u)=>{let b=i?Slot:"button",v=_o({appearance:e,size:o,disabled:r,loading:n,vertical:l,rounded:p,className:t});return jsxs(b,{type:"button","data-has-icon":!!g,"data-has-text":!!a,"data-is-loading":n,className:v.container({className:t}),disabled:r,ref:u,...d,children:[n&&jsx(de,{className:v.loading()}),g&&jsx(g,{width:24,height:24,className:v.icon()}),a&&jsx(x,{size:"base",weight:"medium",className:v.text(),children:a})]})});Be.displayName="Button";var Eo=Be;var ko=tv({base:"flex w-full border border-gray-200 bg-white p-2",variants:{variant:{default:"rounded-m",big:"rounded-x",small:"rounded-s"},direction:{col:"flex-col",row:"flex-row"},padding:{none:"p-0",small:"p-1",medium:"p-2",big:"p-3"}},defaultVariants:{variant:"default",direction:"col",padding:"none"}}),Fe=({className:t,variant:e,direction:o,padding:r,children:a,...i})=>jsx("div",{className:s(ko({variant:e,direction:o,padding:r,className:t})),...i,children:a});Fe.displayName="Card";var Ao=Fe;var Wo=tv({variants:{variant:{default:"",light:"",green:"",red:""},size:{default:{container:"h-5"},small:{container:"h-4",text:"text-sm"}},disabled:{true:{container:"cursor-initial border-neutral-200 bg-neutral-100 text-neutral-300",icon:"[&_path]:fill-neutral-300 [&_svg]:fill-neutral-300"},false:{container:"border-neutral-200 text-neutral-500",icon:"[&_path]:fill-neutral-500 [&_svg]:fill-neutral-500"}}},compoundVariants:[{disabled:!1,variant:"default",class:{container:"data-[state=on]:border-indigo-600 data-[state=on]:bg-indigo-600 data-[state=on]:hover:border-[#353877] data-[state=off]:hover:bg-neutral-100 data-[state=on]:hover:bg-[#353877]",text:"group-data-[state=on]:text-white",icon:"group-data-[state=on]:fill-white [&_path]:group-data-[state=on]:fill-white"}},{disabled:!1,variant:"light",class:{container:"data-[state=on]:border-indigo-600 data-[state=on]:bg-indigo-100",text:"group-data-[state=on]:text-indigo-600",icon:"group-data-[state=on]:fill-indigo-600 [&_path]:group-data-[state=on]:fill-indigo-600"}},{disabled:!1,variant:"green",class:{container:"data-[state=on]:border-notification-success-600 data-[state=on]:bg-notification-success-100",text:"group-data-[state=on]:text-notification-success-600",icon:"group-data-[state=on]:fill-notification-success-600 [&_path]:group-data-[state=on]:fill-notification-success-600"}},{disabled:!1,variant:"red",class:{container:"data-[state=on]:border-notification-critical-600 data-[state=on]:bg-notification-critical-100",text:"group-data-[state=on]:text-notification-critical-600",icon:"group-data-[state=on]:fill-notification-critical-600 [&_path]:group-data-[state=on]:fill-notification-critical-600"}}],slots:{container:"first:rounded-ss-m first:rounded-es-m last:rounded-se-m last:rounded-ee-m group flex items-center gap-1 border px-2 [&:nth-child(n+2)]:data-[state=off]:border-l-0",icon:"size-3",text:""},defaultVariants:{disabled:!1,variant:"default",size:"default"}}),je=R__default.createContext({variant:"default",size:"default",disabled:!1}),Ue=R__default.forwardRef(({className:t,variant:e,children:o,size:r,disabled:a,...i},n)=>jsx(j.Root,{ref:n,className:s("flex items-center justify-center gap-0 [&_button]:bg-white",t),...i,type:"single",children:jsx(je.Provider,{value:{variant:e,size:r,disabled:a},children:o})}));Ue.displayName="ScopeGroup";var $e=R__default.forwardRef(({className:t,variant:e,size:o,icon:r,text:a,disabled:i,...n},l)=>{let p=R__default.useContext(je),g=Wo({variant:p.variant||e,size:p.size||o,disabled:p.disabled||i});return jsxs(j.Item,{ref:l,className:s(g.container(),t),disabled:i,...n,children:[r&&jsx(r,{className:g.icon()}),jsx(x,{size:"base",weight:"normal",className:g.text(),children:a})]})});$e.displayName="ScopeItem";var Oo={Group:Ue,Item:$e},Bo=Oo;var $o=({value:t,className:e,barBg:o,progressBg:r})=>{let a=`-translate-x-[(-${100-(t||0)}%])`;return jsx(Root$2,{className:s(e,o,"relative w-full overflow-hidden rounded-full "),value:t,children:jsx(Indicator,{className:s(e,"w-full flex-1 rounded-full",a,r)})})},re=$o;var q=tv({slots:{wrapper:["grid items-center gap-1","rounded-m border border-neutral-200 bg-white","focus-within:border-indigo-600"].join(" "),prefix:["h-full flex items-center justify-center","text-neutral-500 [&_svg]:block [&_path]:fill-current"].join(" "),input:["w-full bg-transparent outline-none","border-0 focus:outline-none focus:ring-0","text-base text-indigo-600 placeholder:font-light placeholder:text-neutral-400","disabled:cursor-not-allowed"].join(" "),suffix:["h-full flex items-center justify-center mr-1","text-neutral-500 [&_svg]:block [&_path]:fill-current"].join(" ")},variants:{disabled:{true:{wrapper:"cursor-not-allowed bg-neutral-100",input:"text-neutral-400 placeholder:text-neutral-400",prefix:"text-neutral-300",suffix:"text-neutral-300"}},invalid:{true:{wrapper:"border-notification-critical-600 focus-within:border-notification-critical-600"}},size:{small:{wrapper:"min-h-4 pl-2",input:"text-sm",prefix:"text-sm",suffix:"text-sm"},medium:{wrapper:"min-h-5 pl-2",input:"text-base",prefix:"text-base",suffix:"text-base"}},withAffix:{false:{wrapper:"grid-cols-1"},true:{wrapper:"grid-cols-[auto_1fr_auto]"}}},defaultVariants:{size:"medium",withAffix:!1}}),qe=R__default.forwardRef(({className:t,inputClassName:e,prefix:o,suffix:r,disabled:a,invalid:i,size:n,...l},p)=>{let g=!!o||!!r,d=q();return jsxs("div",{className:s(d.wrapper({disabled:a,invalid:i,size:n,withAffix:g}),t),children:[o&&jsx("div",{className:d.prefix({disabled:a,invalid:i,size:n}),children:o}),jsx("input",{disabled:a,className:s(d.input({disabled:a,invalid:i,size:n}),e,"form-input"),ref:p,...l}),r&&jsx("div",{className:d.suffix({disabled:a,invalid:i,size:n}),children:r})]})});qe.displayName="Input";var Xo=qe;var Ke=R.forwardRef(({className:t,disabled:e,invalid:o,...r},a)=>{let{input:i}=q();return jsx("textarea",{className:s("min-h-9",t,i({disabled:e,invalid:o})),ref:a,...r})});Ke.displayName="Textarea";var Jo=Ke;var Ze=tv({slots:{overlay:["fixed inset-0 z-50 bg-black/[0.64]","data-[state=open]:animate-in data-[state=closed]:animate-out data-[state=closed]:fade-out-0 data-[state=open]:fade-in-0"].join(" "),content:["fixed z-50 flex flex-col overflow-y-auto bg-white","data-[state=open]:animate-in data-[state=closed]:animate-out data-[state=closed]:duration-300 data-[state=open]:duration-300","transition-transform duration-300 ease-out"].join(" "),header:["sticky top-0 z-10 flex shrink-0 items-start border-b border-neutral-100 bg-white px-3 pb-2 pt-3"].join(" "),closeButton:["rounded-m inline-flex size-3 shrink-0 cursor-pointer items-center justify-center text-neutral-400 transition-colors","focus:outline-none focus-visible:ring-2 focus-visible:ring-neutral-300 focus-visible:ring-offset-2"].join(" "),closeIcon:"size-[24px] shrink-0 [&_path]:fill-current",title:"text-navy-600 text-xl font-medium",description:"text-base text-neutral-500",body:"p-3"},variants:{side:{right:{content:["data-[state=closed]:slide-out-to-right data-[state=open]:slide-in-from-right shadow-down rounded-tl-m rounded-bl-m inset-y-0 right-0 h-full max-h-full"].join(" ")},left:{content:["data-[state=closed]:slide-out-to-left data-[state=open]:slide-in-from-left shadow-down rounded-tr-m rounded-br-m inset-y-0 left-0 h-full max-h-full"].join(" ")},top:{content:["data-[state=closed]:slide-out-to-top data-[state=open]:slide-in-from-top shadow-down rounded-b-m inset-x-0 top-0 w-full min-w-0 max-w-none"].join(" ")},bottom:{content:["data-[state=closed]:slide-out-to-bottom data-[state=open]:slide-in-from-bottom shadow-down rounded-t-m inset-x-0 bottom-0 w-full min-w-0 max-w-none"].join(" ")}}},defaultVariants:{side:"right"}}),I=Ze(),Je=R.createContext(null),et=R.createContext(null);function er(t,e){return t===!1?0:typeof t=="object"&&t!==null?t.distance??(e==null?void 0:e.pushDistance):e==null?void 0:e.pushDistance}function tr(t,e){if(!(t===!1||t===void 0)){if(typeof t=="object"&&t!==null)return t.distance??(e==null?void 0:e.pushDistance);if(t===!0)return e==null?void 0:e.pushDistance}}var tt=({onClose:t,onOpenChange:e,push:o,open:r,...a})=>{let i=R.useContext(Je),[n,l]=R.useState(0),[p,g]=R.useState(!1),d=R.useRef(!1),u=r!==void 0,b=u?r:p,v=o!==void 0&&o!==!1,D=er(o,i),S=tr(o,i),F=R.useMemo(()=>({pushDistance:D,push:()=>{v&&(l(N=>N+1),i==null||i.push());},pull:()=>{v&&(l(N=>Math.max(0,N-1)),i==null||i.pull());}}),[D,v,i]),T=R.useMemo(()=>({pushCount:n,pushDistance:S}),[n,S]);return R.useEffect(()=>{v&&(b?(i==null||i.push(),d.current=!0):d.current&&(i==null||i.pull(),d.current=!1));},[b,i,v]),R.useEffect(()=>()=>{v&&i&&d.current&&i.pull();},[v,i]),jsx(Je.Provider,{value:F,children:jsx(et.Provider,{value:T,children:jsx(P.Root,{...a,open:b,onOpenChange:N=>{u||g(N),e==null||e(N),N||t==null||t();}})})})};tt.displayName="Sheet.Root";var ot=R.forwardRef(({className:t,...e},o)=>jsx(P.Trigger,{ref:o,className:s(t),...e}));ot.displayName="Sheet.Trigger";var rt=({container:t,...e})=>jsx(P.Portal,{container:t,...e});rt.displayName="Sheet.Portal";var it=R.forwardRef(({className:t,...e},o)=>jsx(P.Overlay,{ref:o,className:s(I.overlay(),t),...e}));it.displayName="Sheet.Overlay";var at=R.forwardRef(({className:t,side:e="right",width:o,maskClosable:r=!0,embedded:a=!1,overlay:i=!0,style:n,onInteractOutside:l,onPointerDownOutside:p,...g},d)=>{let u=R.useContext(et),b=e==="top"||e==="bottom",v=u&&u.pushCount>0?e==="right"?`translateX(calc(-1 * var(--sheet-push-distance) * ${u.pushCount}))`:e==="left"?`translateX(calc(var(--sheet-push-distance) * ${u.pushCount}))`:e==="top"?`translateY(calc(var(--sheet-push-distance) * ${u.pushCount}))`:`translateY(calc(-1 * var(--sheet-push-distance) * ${u.pushCount}))`:void 0,D=R.useMemo(()=>{let T=o!==void 0?b?{maxWidth:typeof o=="number"?`${o}px`:o,width:"100%"}:{width:typeof o=="number"?`${o}px`:o}:b?void 0:{width:"480px"},N=u&&u.pushCount>0&&u.pushDistance!==void 0?{"--sheet-push-distance":`${u.pushDistance}px`}:void 0,ce=v&&(n!=null&&n.transform)?`${v} ${n.transform}`:v??(n==null?void 0:n.transform);return {...T,...N,...n,transform:ce}},[b,o,n,v,u]),{content:S}=Ze({side:e}),F=jsx(P.Content,{ref:d,style:D,onInteractOutside:T=>{r||T.preventDefault(),l==null||l(T);},onPointerDownOutside:T=>{r||T.preventDefault(),p==null||p(T);},onEscapeKeyDown:T=>{r||T.preventDefault();},className:s(S(),a&&"absolute z-[99] max-h-none max-w-full",!o&&e!=="top"&&e!=="bottom"&&"max-w-3/4",b&&o!==void 0&&"mx-auto",t),...g});return a?F:jsxs(P.Portal,{children:[i&&jsx(P.Overlay,{className:I.overlay()}),F]})});at.displayName="Sheet.Content";var nt=R.forwardRef(({className:t,...e},o)=>jsx("div",{ref:o,className:s(I.body(),t),...e}));nt.displayName="Sheet.Body";var st=({className:t,title:e,description:o,extra:r,...a})=>jsxs("div",{className:s(I.header(),t),...a,children:[jsx(P.Close,{type:"button",className:s(I.closeButton(),"mr-2"),children:jsx(IconOutlineClose,{className:I.closeIcon()})}),jsxs("div",{className:"min-w-0 flex-1",children:[!!e&&jsx(P.Title,{className:s(I.title(),o?"mb-0.5":void 0),children:e}),!!o&&jsx(P.Description,{className:I.description(),children:o})]}),!!r&&jsx("div",{className:"ml-2 flex shrink-0 items-center gap-1",children:r})]});st.displayName="Sheet.Header";var lt=R.forwardRef(({className:t,children:e,...o},r)=>jsx(P.Close,{ref:r,type:"button",className:s(I.closeButton(),t),...o,children:e??jsx(IconOutlineClose,{className:I.closeIcon()})}));lt.displayName="Sheet.Close";var or={Root:tt,Trigger:ot,Portal:rt,Overlay:it,Content:at,Body:nt,Header:st,Close:lt},rr=or;var nr=tv({base:"after:start-0.25 after:top-0.25 peer relative mr-1 h-3 w-5 rounded-full bg-neutral-200 after:absolute after:size-[20px] after:rounded-full after:border after:border-gray-300 after:bg-white after:transition-all after:content-[''] peer-checked:bg-green-600 peer-checked:after:translate-x-2 peer-checked:after:border-white peer-focus:outline-none peer-focus:ring-0",variants:{disabled:{true:"cursor-not-allowed bg-neutral-100 after:border-neutral-100 peer-checked:bg-green-100 peer-checked:after:border-green-100"}}}),pt=forwardRef(({className:t,name:e,disabled:o,children:r,...a},i)=>jsxs("label",{className:s("inline-flex cursor-pointer items-center",t),children:[jsx("input",{...a,ref:i,type:"checkbox",className:s("peer sr-only"),name:e,disabled:o}),jsx("span",{className:nr({disabled:o})}),jsx(x,{children:r})]}));pt.displayName="Switch";var sr=pt;var cr=tv({base:"animate-dito-uai-skeleton-pulse min-h-2 min-w-2",variants:{appearance:{default:"bg-neutral-200",ai:"bg-gradient-to-l from-[rgba(130,43,181,0.24)] via-[rgba(101,66,255,0.24)] to-[rgba(101,66,255,0.24)]"},shape:{text:"h-2 w-full rounded-md",square:"aspect-square rounded-lg",circle:"aspect-square rounded-full",rectangle:"h-[125px] w-[250px] rounded-xl"}},defaultVariants:{appearance:"default"}});function dr({className:t,appearance:e,shape:o,children:r,loading:a,...i}){return jsx(Fragment,{children:!a&&r?r:jsx("div",{className:cr({appearance:e,shape:o,className:t}),...i})})}var xe=tv({base:"ring-offset-background hover:bg-muted focus-visible:ring-ring rounded-m inline-flex items-center justify-center gap-2 text-sm font-medium transition-colors focus-visible:outline-none focus-visible:ring-2 focus-visible:ring-offset-2 disabled:pointer-events-none disabled:opacity-50 data-[state=on]:bg-indigo-100 data-[state=on]:text-indigo-600 [&_svg]:pointer-events-none [&_svg]:size-4 [&_svg]:shrink-0",variants:{variant:{default:"bg-transparent text-neutral-400 hover:bg-indigo-100 hover:text-indigo-600"},size:{default:"size-[32px]"}},defaultVariants:{variant:"default",size:"default"}}),ur=R.forwardRef(({className:t,variant:e,size:o,...r},a)=>jsx(be.Root,{ref:a,className:s(xe({variant:e,size:o,className:t})),...r}));ur.displayName=be.Root.displayName;var ft=R.createContext({size:"default",variant:"default"}),mt=R.forwardRef(({className:t,variant:e,size:o,children:r,...a},i)=>jsx(j.Root,{ref:i,className:s("flex items-center justify-center gap-1",t),...a,children:jsx(ft.Provider,{value:{variant:e,size:o},children:r})}));mt.displayName=j.Root.displayName;var ut=R.forwardRef(({className:t,children:e,variant:o,size:r,...a},i)=>{let n=R.useContext(ft);return jsx(j.Item,{ref:i,className:s(xe({variant:n.variant||o,size:n.size||r}),t),...a,children:e})});ut.displayName=j.Item.displayName;var br={Group:mt,Item:ut};var hr=tv({slots:{item:"mb-1 rounded-lg border-0 last:mb-0",trigger:"[&[data-state=open]]:rounded-t-m [&[data-state=open]]:bg-secondary-indigo-100 [&[data-state=closed]]:rounded-m flex h-7 w-full items-center border-0 p-1 text-left transition-all hover:bg-neutral-100 [&[data-disabled]]:cursor-not-allowed [&[data-disabled]]:bg-neutral-200 [&[data-disabled]]:text-neutral-400 [&[data-state=open]>svg]:rotate-180 [&[data-state=open]]:hover:bg-neutral-100",triggerIcon:"size-3 fill-neutral-400 transition-transform duration-200 [&_path]:fill-neutral-400",content:"data-[state=closed]:animate-accordion-up data-[state=open]:animate-accordion-down rounded-b-m overflow-hidden border transition-all"}}),{trigger:Pr,item:Rr,triggerIcon:wr,content:yr}=hr(),Cr=R__default.forwardRef(({className:t,...e},o)=>jsx(U.Root,{ref:o,className:Rr({className:t}),...e})),Tr=R__default.forwardRef(({className:t,triggerClassName:e,children:o,...r},a)=>jsxs(U.CollapsibleTrigger,{ref:a,className:Pr({className:e}),...r,children:[jsx("div",{className:s("w-full",t),children:o}),jsx(IconOutlineChevronDown,{className:wr()})]})),Nr=R__default.forwardRef(({className:t,children:e,...o},r)=>jsx(U.CollapsibleContent,{ref:r,className:yr(),...o,children:jsx("div",{className:s("px-1 py-2",t),children:e})})),Mr={Item:Cr,Trigger:Tr,Content:Nr},Dr=Mr;var _r=tv({base:"flex flex-row"}),Er=tv({base:["inline-flex h-5 items-center justify-center gap-1 whitespace-nowrap p-1 px-2"],variants:{active:{true:"text-green-600",false:"text-neutral-500"},disabled:{true:"cursor-not-allowed text-neutral-300",false:""},iconColor:{active:"[&_path]:fill-green-600 [&_svg]:fill-green-600",inactive:"[&_path]:fill-neutral-500 [&_svg]:fill-neutral-500",disabled:"[&_path]:fill-neutral-300 [&_svg]:fill-neutral-300"}},defaultVariants:{disabled:!1,iconPosition:"none"}}),Gr=tv({base:"absolute bottom-0 left-0 w-full",variants:{active:{true:"rounded-t-x border-t-4 border-green-600",false:"border-b-2 border-neutral-100"}}}),Lr=M.Root,gt=R__default.forwardRef(({className:t,...e},o)=>jsx(M.List,{ref:o,className:s(_r(),t),...e}));gt.displayName=M.List.displayName;var bt=R__default.forwardRef(({className:t,children:e,iconPrefix:o,suffix:r,disabled:a,active:i,...n},l)=>{let p=useMemo(()=>a?"disabled":i?"active":"inactive",[a,i]);return jsxs("div",{className:s("relative flex flex-col",a?"":"hover:bg-green-100"),children:[jsxs(M.Trigger,{ref:l,className:s(Er({iconColor:p,disabled:a,active:i}),t),disabled:a,...n,children:[o&&jsx("span",{children:o}),e,r&&jsx("span",{children:r})]}),jsx("span",{className:s(Gr({active:i}))})]})});bt.displayName=M.Trigger.displayName;var xt=R__default.forwardRef(({className:t,...e},o)=>jsx(M.Content,{ref:o,className:t,...e}));xt.displayName=M.Content.displayName;function kr(t,e){let o=t!==void 0,[r,a]=useState(e);return [o?t:r,l=>{o||a(l);}]}var Ar=({tabs:t,activeKey:e,defaultActiveKey:o,className:r,onValueChange:a,onTabClick:i})=>{var g;let[n,l]=kr(e,o??((g=t[0])==null?void 0:g.value));return jsxs(Lr,{value:e??n,onValueChange:d=>{if(a)return a(d);l(d);},onClick:d=>i&&i(d,n),className:s("flex flex-col gap-2",r),children:[jsx(gt,{children:t.map(({value:d,label:u,iconPrefix:b,suffix:v,disabled:D,className:S})=>jsx(bt,{value:d,iconPrefix:b,suffix:v,disabled:D,active:d===n,className:S,children:u&&jsx(x,{size:"base",weight:"medium",children:u})},d))}),t.map(({value:d,content:u,className:b})=>jsx(xt,{value:d,className:b,children:u},d))]})},zr=Ar;var Yr=tv({slots:{container:"rounded-m flex min-h-5 w-full items-center justify-start gap-1 px-2 py-2.5 text-base font-medium",icon:"size-[24px] cursor-pointer",message:"flex-1 break-words"},variants:{type:{success:{container:"bg-notification-success-100 text-notification-success-600",icon:"fill-notification-success-600 [&_path]:fill-notification-success-600"},warning:{container:"bg-notification-warning-100 text-notification-warning-900",icon:"fill-notification-warning-900 [&_path]:fill-notification-warning-900"},error:{container:"bg-notification-critical-100 text-notification-critical-600",icon:"fill-notification-critical-600 [&_path]:fill-notification-critical-600"},info:{container:"bg-notification-information-100 text-notification-information-600",icon:"fill-notification-information-600 [&_path]:fill-notification-information-600"}},closable:{true:{message:"w-[calc(100%_-_64px)]"},false:{message:"w-[calc(100%_-_36px)]"}}}}),qr={success:IconOutlineCheckCircle,warning:IconOutlineWarning,error:IconOutlineErrorHexagon,info:IconOutlineInfo},vt=R__default.forwardRef(({type:t,message:e,closable:o,...r},a)=>{let[i,n]=useState(!0),l=Yr(),p=t?qr[t]:null;return i&&jsxs("div",{className:l.container({type:t}),ref:a,...r,children:[p&&jsx(p,{className:l.icon({type:t})}),jsx("div",{className:l.message({closable:o}),children:e}),o&&jsx(IconOutlineClose,{onClick:()=>n(!1),className:l.icon({type:t})})]})});vt.displayName="Alert";var Xr=vt;var ei=tv({slots:{container:"rounded-m bg-secondary-indigo-100 flex min-h-7 w-full min-w-[392px] items-center justify-between gap-0.5 p-2 text-base hover:cursor-pointer hover:bg-neutral-200",message:"text-secondary-indigo-600 font-medium"}}),ti=R__default.forwardRef(({message:t,helpLink:e,helpCenterTitle:o,date:r,...a},i)=>{let n=ei();return jsxs("div",{className:n.container(),ref:i,...a,children:[jsxs("div",{className:"flex flex-col gap-0.5",children:[jsxs("div",{className:"flex gap-0.5 text-xs font-medium text-neutral-500",children:[jsx("span",{children:o}),r&&jsx("span",{children:`\u2022 ${r}`})]}),jsx("span",{className:n.message(),children:t})]}),jsx("a",{href:e,target:"_blank",rel:"noopener noreferrer",children:jsx(IconOutlineExternalLink,{className:"fill-secondary-indigo-600 [&_path]:fill-secondary-indigo-600 size-[24px]"})})]})}),oi=ti;var pi=tv({slots:{root:["group relative flex w-full cursor-pointer items-center justify-between gap-2 rounded-m","bg-neutral-100","transition-colors duration-200","hover:bg-neutral-200"].join(" "),prefix:["flex flex-1 items-center gap-2"].join(" "),iconFill:"[&>svg]:fill-neutral-400 [&>svg_path]:fill-neutral-400",iconWrapper:"[&>svg]:size-3",content:"flex flex-1 flex-col items-start gap-0.5",title:"text-base font-medium text-neutral-600",description:"text-left text-sm font-normal text-neutral-500",suffix:"flex items-center gap-1",stateIconWrapper:["flex items-center","[&>svg]:size-3"].join(" "),chevron:["size-3","fill-neutral-400 [&_path]:fill-neutral-400"].join(" ")},variants:{state:{default:{},incomplete:{root:"border-notification-warning-600 bg-notification-warning-100 hover:bg-notification-warning-200",title:"text-notification-warning-900",description:"text-notification-warning-900",iconFill:"[&>svg]:fill-notification-warning-900 [&>svg_path]:fill-notification-warning-900",chevron:"fill-notification-warning-900 [&_path]:fill-notification-warning-900"},complete:{root:"border-notification-success-600 bg-notification-success-100 hover:bg-notification-success-200",title:"text-notification-success-600",description:"text-notification-success-600",iconFill:"[&>svg]:fill-notification-success-600 [&>svg_path]:fill-notification-success-600",chevron:"fill-notification-success-600 [&_path]:fill-notification-success-600"},error:{root:"border-notification-critical-600 bg-notification-critical-100 hover:bg-notification-critical-200",title:"text-notification-critical-600",description:"text-neutral-500",iconFill:"[&>svg]:fill-notification-critical-600 [&>svg_path]:fill-notification-critical-600",chevron:"fill-notification-critical-600 [&_path]:fill-notification-critical-600"}},disabled:{true:{root:"cursor-not-allowed border-neutral-200 bg-neutral-100 hover:bg-neutral-100",title:"text-neutral-300",description:"text-neutral-300",iconFill:"[&>svg]:fill-neutral-300 [&>svg_path]:fill-neutral-300",chevron:"fill-neutral-300 [&_path]:fill-neutral-300"}},size:{md:{root:"min-h-[74px] p-2",prefix:"gap-2"},sm:{root:"p-1",prefix:"gap-1",description:"hidden"}}},defaultVariants:{state:"default",size:"md"},compoundVariants:[{state:"complete",disabled:!0,class:{root:"border-notification-success-600 bg-notification-success-100 hover:bg-notification-success-100 cursor-not-allowed",title:"text-notification-success-300",description:"text-notification-success-300",iconFill:"[&>svg]:fill-notification-success-300 [&>svg_path]:fill-notification-success-300",chevron:"fill-notification-success-300 [&_path]:fill-notification-success-300"}},{state:"incomplete",disabled:!0,class:{root:"border-notification-warning-900 bg-notification-warning-100 hover:bg-notification-warning-100 cursor-not-allowed",title:"text-notification-warning-900",description:"text-notification-warning-900",iconFill:"[&>svg]:fill-notification-warning-900 [&>svg_path]:fill-notification-warning-900",chevron:"fill-notification-warning-900 [&_path]:fill-notification-warning-900"}},{state:"error",disabled:!0,class:{root:"border-notification-critical-600 bg-notification-critical-100 hover:bg-notification-critical-100 cursor-not-allowed",title:"text-notification-critical-600",description:"text-neutral-500",iconFill:"[&>svg]:fill-notification-critical-600 [&>svg_path]:fill-notification-critical-600",chevron:"fill-notification-critical-600 [&_path]:fill-notification-critical-600"}}]}),ci={default:null,incomplete:IconOutlineWarning,complete:IconOutlineCheckCircle,error:IconOutlineXCircle},ht=R__default.forwardRef(({as:t="button",title:e,description:o,icon:r,iconClassName:a,state:i="default",size:n="md",disabled:l=!1,className:p,...g},d)=>{let u=t||"button",b=ci[i],{root:v,prefix:D,iconFill:S,iconWrapper:F,content:T,title:N,description:ce,suffix:so,stateIconWrapper:lo,chevron:po}=pi({state:i,size:n,disabled:l}),co={ref:d,className:s(v(),p),"aria-label":typeof e=="string"?e:"Go to card",...u==="button"?{type:"button"}:{},...u==="button"&&l!==void 0?{disabled:l}:{},...u!=="button"&&l?{"aria-disabled":l}:{},...g};return jsxs(u,{...co,children:[jsxs("div",{className:s(D(),S()),children:[r&&jsx("div",{className:s(F(),S(),a),children:r}),jsxs("div",{className:T(),children:[jsx("span",{className:N(),children:e}),o&&n==="md"&&jsx("span",{className:ce(),children:o})]})]}),jsxs("div",{className:so(),children:[b&&jsx("div",{className:s(lo(),S()),children:jsx(b,{})}),jsx("div",{className:"flex items-center justify-center",children:jsx(IconOutlineChevronRight,{className:po()})})]})]})});ht.displayName="GoToCard";var di=ht;var wt=R__default.forwardRef(({className:t,disabled:e,...o},r)=>jsx(V.Root,{className:t,disabled:e,...o,ref:r}));wt.displayName=V.Root.displayName;var mi=tv({slots:{root:["rounded-m","group","relative","flex","w-full","cursor-pointer","items-center","justify-between","gap-2","p-2","border","border-neutral-100","bg-white","data-[state=unchecked]:hover:bg-neutral-100","data-[state=checked]:border-indigo-600","data-[state=checked]:bg-indigo-600","focus:outline-none","focus-visible:ring-0"].join(" "),prefix:"flex flex-1 items-center gap-2",iconWrapper:["[&>svg]:size-3","p-0.5","rounded-full","border","border-indigo-100","bg-indigo-100","fill-indigo-600","[&_path]:fill-indigo-600","group-data-[state=checked]:border-indigo-600","group-data-[state=checked]:bg-indigo-600","group-data-[state=checked]:fill-white","group-data-[state=checked]:[&_path]:fill-white"].join(" "),content:"flex flex-1 flex-col items-start gap-0.5",title:["text-base","font-medium","text-neutral-600","group-data-[state=checked]:text-white"].join(" "),description:["text-left","text-sm","font-normal","text-neutral-500","group-data-[state=checked]:text-white"].join(" ")},variants:{disabled:{true:{root:["cursor-not-allowed","border-neutral-200","bg-neutral-0","hover:bg-neutral-0","data-[state=checked]:border-neutral-200","data-[state=checked]:bg-neutral-0","data-[state=checked]:hover:bg-neutral-0"].join(" "),title:["text-neutral-300","group-data-[state=checked]:text-neutral-300"].join(" "),description:["text-neutral-300","group-data-[state=checked]:text-neutral-300"].join(" "),iconWrapper:["border-neutral-100","bg-neutral-100","fill-neutral-300","[&_path]:fill-neutral-300","group-data-[state=checked]:border-neutral-100","group-data-[state=checked]:bg-neutral-100","group-data-[state=checked]:fill-neutral-300","group-data-[state=checked]:[&_path]:fill-neutral-300"].join(" ")}},size:{md:{root:"min-h-[74px] p-2",prefix:"gap-2"},sm:{root:"p-1",prefix:"gap-1",description:"hidden"}}},defaultVariants:{size:"md"}}),yt=R__default.forwardRef(({title:t,description:e,icon:o,iconClassName:r,disabled:a=!1,size:i="md",className:n,...l},p)=>{let{root:g,prefix:d,iconWrapper:u,content:b,title:v,description:D}=mi({disabled:a,size:i});return jsx(V.Item,{ref:p,disabled:a,className:g({className:n}),...l,children:jsxs("div",{className:d(),children:[o&&jsx("div",{className:s(u(),r),children:o}),jsxs("div",{className:b(),children:[jsx("span",{className:v(),children:t}),e&&i==="md"&&jsx("span",{className:D(),children:e})]})]})})});yt.displayName="SelectCardItem";var ui={Group:wt,Card:yt},gi=ui;var Ct=(i=>(i.SUCCESS="success",i.INFO="info",i.WARNING="warning",i.DANGER="error",i.LOADING="loading",i))(Ct||{}),yi=tv({base:"!rounded-m !flex !min-h-5 !w-fit !items-center !gap-1 !p-0 !font-sans !text-base !font-medium",variants:{type:{success:"!text-notification-success-100 !bg-notification-success-600 ![&_svg]:fill-notification-success-100 ![&_path]:fill-notification-success-100",error:"!bg-notification-critical-600 !text-notification-critical-100 ![&_svg]:fill-notification-critical-100 ![&_path]:fill-notification-critical-100",warning:"!bg-notification-warning-600 !text-notification-warning-900 ![&_svg]:fill-notification-warning-900 [&_path]:fill-notification-warning-900",info:"!bg-notification-information-600 !text-notification-information-100 ![&_svg]:fill-notification-information-100 ![&_path]:fill-notification-information-100",loading:"!bg-notification-information-600 !text-notification-information-100 ![&_svg]:fill-notification-information-100 ![&_path]:fill-notification-information-100"}}}),Ci={success:jsx(IconOutlineCheckCircle,{}),warning:jsx(IconOutlineWarning,{}),error:jsx(IconOutlineErrorHexagon,{}),info:jsx(IconOutlineInfo,{})},$={open:({type:t="info",text:e,closable:o=!1,duration:r=3e3,containerId:a,onClose:i,onClick:n,...l})=>{let p={autoClose:r,closeButton:o,className:yi({type:t}),bodyClassName:"!flex !flex-row !items-center !gap-1 !px-2 !py-1 !m-0",icon:t!=="loading"?Ci[t]:void 0,onClose:i,onClick:n,containerId:a,closeOnClick:!1,...l};switch(t){case"success":return toast.success(e,p);case"error":return toast.error(e,p);case"warning":return toast.warning(e,p);case"loading":return toast.loading(e,p);case"info":default:return toast.info(e,p)}}},Ti={...$,success:(t,e)=>$.open({type:"success",text:t,duration:e}),error:(t,e)=>$.open({type:"error",text:t,duration:e}),info:(t,e)=>$.open({type:"info",text:t,duration:e}),warning:(t,e)=>$.open({type:"warning",text:t,duration:e}),loading:(t,e)=>$.open({type:"loading",text:t,duration:e}),dismiss:toast.dismiss},Ni=t=>jsx(ToastContainer,{className:"mr-[100px] flex !w-fit flex-col items-end",position:"bottom-right",hideProgressBar:!0,enableMultiContainer:!0,closeButton:({closeToast:e})=>jsx("button",{type:"button",className:"ml-auto flex size-6 items-center justify-center hover:opacity-70",onClick:e,children:jsx(IconOutlineClose,{className:"size-[24px]"})}),...t}),Mi=Ti;var Ei=tv({base:"text-medium flex h-3 items-center justify-center rounded-sm border border-neutral-200 px-1 py-0.5 [&_svg]:-ml-0.5 [&_svg]:w-2",variants:{status:{positive:"text-notification-success-600 [&_svg]:fill-notification-success-600",negative:"text-notification-critical-600 [&_svg]:fill-notification-critical-600",neutral:"text-notification-warning-900 [&_svg]:fill-notification-warning-900",info:"border-indigo-600 text-indigo-600"}}}),Gi=R__default.forwardRef(({className:t,status:e,value:o,icon:r,usePercentageSymbol:a=!0,...i},n)=>{let l={positive:jsx(IconOutlineArrowUp,{}),negative:jsx(IconOutlineArrowDown,{}),neutral:jsx(IconOutlineMinus,{})};return jsxs("div",{className:Ei({status:e,className:t}),ref:n,...i,children:[r&&l[r],jsxs(x,{size:"overline",weight:"semibold",children:[o,a?"%":null]})]})}),Li=Gi;var ae=({options:t,selected:e,onChange:o,className:r})=>jsx(Portal,{children:jsx(Content,{sideOffset:3,align:"start",className:s("shadow-down data-[state=open]:animate-in data-[state=closed]:animate-out data-[state=closed]:fade-out-0 data-[state=open]:fade-in-0 data-[state=closed]:zoom-out-95 data-[state=open]:zoom-in-95 data-[side=bottom]:slide-in-from-top-2 flex flex-col gap-0.5 rounded-md border bg-white p-1",r),children:t.map(a=>jsx(Item,{"data-selected":e===a.value,className:`relative flex cursor-pointer select-none rounded-sm
26
27
  px-2 py-1 text-base font-normal text-neutral-500 outline-none
27
28
  transition-colors focus:bg-neutral-100
28
- data-[selected=true]:bg-indigo-100 data-[selected=true]:font-medium data-[selected=true]:text-indigo-600`,onClick:()=>o&&o(i.value),children:i.text}))})});var lt=tv({base:"text-medium flex items-center justify-center rounded-sm px-1 py-0.5",variants:{status:{success:["bg-notification-success-100","text-notification-success-600","[&_svg]:fill-notification-success-600 [&_span:nth-child(1)]:bg-notification-success-600"],attention:["bg-notification-warning-100","text-notification-warning-900","[&_svg]:fill-notification-warning-900 [&_span:nth-child(1)]:bg-notification-warning-900"],info:["bg-notification-information-100","text-notification-information-600","[&_svg]:fill-notification-information-600 [&_span:nth-child(1)]:bg-notification-information-600"],error:["bg-notification-critical-100","text-notification-critical-900","[&_svg]:fill-notification-critical-900 [&_span:nth-child(1)]:bg-notification-critical-900"],disabled:["bg-neutral-200 ","text-neutral-500","[&_span:nth-child(1)]:bg-neutral-500 [&_svg]:fill-neutral-500"]}}}),pt=({text:t})=>jsxs("div",{className:"flex items-center gap-0.5",children:[jsx("span",{className:"w-0.75 h-0.75 rounded-full bg-neutral-500"}),jsx(u,{size:"overline",weight:"semibold",className:"select-none",children:t})]}),Ii=b__default.forwardRef(({className:t,status:e,text:o,...r},i)=>jsx("div",{className:lt({status:e,className:t}),ref:i,...r,children:jsx(pt,{text:o})})),Di=b__default.forwardRef(({className:t,status:e,options:o,value:r,onChange:i,...a},s)=>{let l=o.find(p=>p.value===r);return jsx("div",{className:lt({status:l==null?void 0:l.status,className:t}),ref:s,...a,children:jsxs(Root,{children:[jsxs(Trigger,{className:"flex items-center gap-0.5 outline-none",children:[jsx(pt,{text:(l==null?void 0:l.text)||""}),jsx(IconOutlineChevronDown,{"data-status":e,className:"-mr-0.5 size-2"})]}),jsx(ee,{selected:l==null?void 0:l.value,options:o,onChange:i,className:"-ml-1 mt-0.5"})]})})}),we=Ii;we.displayName="Status";we.Menu=Di;var Vi=we;var te=tv({base:"text-midnight-blue-600",variants:{bg:{indigo:"bg-midnight-blue-100",white:"bg-white to-white"}}}),dt=b__default.forwardRef(({className:t,bg:e,value:o,progressBar:r,usePercentageSymbol:i=!0,...a},s)=>jsxs("div",{className:n(te({bg:e,className:t}),"flex h-3 flex-col items-center justify-center rounded-full px-1"),ref:s,...a,children:[jsxs(u,{size:"overline",weight:"medium",children:[o,i?"%":null]}),r!==void 0&&jsx(X,{barBg:e==="indigo"?"bg-white":"bg-midnight-blue-100",progressBg:"bg-midnight-blue-600",value:r,className:"h-0.25 mb-0.5"})]})),_i=b__default.forwardRef(({className:t,bg:e,value:o,Icon:r,...i},a)=>jsx(ct.Root,{ref:a,className:n(te({bg:e}),"text-midnight-blue-600 [&_svg]:fill-midnight-blue-600 [&_path]:fill-midnight-blue-600 relative flex size-6 items-center justify-center rounded-full","bg-[conic-gradient(var(--tw-gradient-stops))] from-midnight-blue-600 to-midnight-blue-100 p-0.5",t),...i,children:jsx("div",{className:n(te({bg:e}),"flex size-full items-center justify-center rounded-full"),children:r?jsx(r,{className:"size-3"}):jsxs("div",{className:"flex items-end",children:[jsx(u,{weight:"medium",children:o}),jsx(u,{size:"overline",weight:"medium",children:"%"})]})})})),Ei=b__default.forwardRef(({className:t,bg:e,value:o,text:r,...i},a)=>jsxs("div",{"data-bg":e,className:n(te({bg:e,className:t}),`rounded-m data-[bg=white]:border-midnight-blue-600 flex w-full flex-col items-center justify-center gap-1
29
- p-2 data-[bg=white]:border`),ref:a,...i,children:[jsxs("div",{className:"flex items-center justify-between gap-1",children:[jsx(u,{weight:"normal",children:r}),jsx(dt,{value:o,bg:e==="white"?"indigo":"white"})]}),jsx(X,{barBg:e==="indigo"?"bg-white":"bg-midnight-blue-100",progressBg:"bg-midnight-blue-600",value:o,className:"h-1"})]})),Gi={Indicator:dt,Circle:_i,Expanded:Ei},Li=Gi;var Oi=tv({variants:{size:{small:{container:"h-3",icon:"size-2",text:"text-[10px] leading-[16px]"},medium:{container:"h-4",icon:"size-3",text:"text-sm"}},active:{true:{container:"bg-indigo-600 text-white hover:bg-indigo-900 group-hover:bg-indigo-900",icon:"fill-white [&_path]:fill-white"}}},slots:{container:["group flex items-center rounded-full px-1","hover:border-0 hover:bg-indigo-600 hover:font-medium hover:text-white ","group-hover:border-0 group-hover:bg-indigo-600 group-hover:font-medium group-hover:text-white","bg-indigo-100 text-indigo-600"].join(" "),icon:["hover:[&_path]:fill-white group-hover:[&_path]:fill-white","hover:[&_svg]:fill-white group-hover:[&_svg]:fill-white","fill-indigo-600 [&_path]:fill-indigo-600"].join(" "),text:"mx-1 font-medium"},defaultVariants:{size:"medium",border:!1,active:!1}}),mt=b__default.forwardRef(({className:t,textClassName:e,size:o,icon:r,text:i,asChild:a,value:s,active:l,onClose:p,...g},f)=>{let v=a?Slot:"div",x=Oi();return jsxs(v,{className:x.container({size:o,active:l,className:t}),ref:f,...g,children:[r&&jsx(r,{className:x.icon({size:o,active:l})}),jsx(u,{className:x.text({size:o,active:l,className:e}),children:o==="small"?i.toLocaleUpperCase():i}),p&&jsx(IconOutlineClose,{onClick:()=>p(s),className:n(x.icon({size:o,active:l}),"cursor-pointer")})]})});mt.displayName="Chips";var Ce=mt;var Bi=M.Provider,Fi=M.Trigger,ut=b.forwardRef(({className:t,sideOffset:e=4,...o},r)=>jsx(M.Content,{ref:r,sideOffset:e,className:n("bg-navy-900 animate-in fade-in-0 rounded-m z-50 overflow-hidden border-none px-2 py-1 text-sm text-white shadow-md","data-[state=closed]:animate-out data-[state=closed]:fade-out-0 data-[state=closed]:zoom-out-95 data-[side=bottom]:slide-in-from-top-2 data-[side=left]:slide-in-from-right-2 data-[side=right]:slide-in-from-left-2 data-[side=top]:slide-in-from-bottom-2",t),...o}));ut.displayName=M.Content.displayName;var ji=t=>jsxs(M.Root,{children:[jsx(Fi,{children:t.children}),jsx(ut,{children:jsx("div",{style:{maxWidth:t.maxWidth??"fit-content"},children:t.title})})]});var Ki=tv({variants:{checked:{false:{checkbox:"hover:border-primary border-neutral-400 bg-white hover:bg-green-100"},indeterminate:{}},disabled:{true:{checkbox:"disabled:cursor-not-allowed disabled:border-neutral-200 disabled:bg-neutral-100",icon:"fill-neutral-300 [&_path]:fill-neutral-300 [&_rect]:fill-neutral-300"}}},slots:{checkbox:"bg-primary border-primary focus-visible:rind-0 peer size-[20px] shrink-0 rounded-md border-2 text-white focus-visible:outline-none",icon:"size-2 fill-white [&_path]:fill-white [&_rect]:fill-white"}}),bt=b__default.forwardRef(({className:t,checked:e,defaultChecked:o,disabled:r,...i},a)=>{let s=Ki();return jsx("div",{className:"flex size-3 items-center justify-center",children:jsx(Root$1,{ref:a,className:n(s.checkbox({checked:e,disabled:r}),t),checked:e,defaultChecked:o,disabled:r,...i,children:jsxs("div",{className:"-ml-0.5 -mt-0.5 flex size-3 items-center justify-center",children:[(e==="indeterminate"||o==="indeterminate")&&jsx(IconOutlineLine,{className:s.icon({disabled:r})}),(e===!0||o===!0)&&jsx(IconOutlineCheck,{className:s.icon({disabled:r})})]})})})});bt.displayName=Root$1.displayName;var Xi=bt;var vt=b__default.forwardRef(({className:t,disabled:e,...o},r)=>jsx(y.Root,{className:n("grid gap-1",t),disabled:e,...o,ref:r}));vt.displayName=y.Root.displayName;var ht=b__default.forwardRef(({className:t,...e},o)=>jsx(y.Item,{ref:o,className:n("group aspect-square size-[20px] rounded-full border-2 border-neutral-400 bg-white hover:border-green-600 hover:bg-green-100 focus:outline-none focus-visible:ring-0 disabled:cursor-not-allowed disabled:border-neutral-200 disabled:bg-neutral-100 [&:not(:disabled)]:data-[state=checked]:border-green-600",t),...e,children:jsx(y.Indicator,{className:"text-primary flex items-center justify-center group-disabled:text-neutral-300",children:jsx(Circle,{className:"fill-primary size-[12px] group-disabled:fill-neutral-300"})})}));ht.displayName=y.Item.displayName;var ea=tv({slots:{root:["rounded-m group relative w-[392px] justify-between gap-1","border border-neutral-100 bg-white","hover:bg-neutral-100","data-[state=checked]:border-green-600","data-[state=checked]:hover:bg-green-100"].join(" "),prefix:"flex-1",icon:["h-3 w-3 justify-center","fill-neutral-400 [&_path]:fill-neutral-400","group-data-[state=checked]:fill-green-600 group-data-[state=checked]:[&_path]:fill-green-600","group-[&[data-disabled][data-state=checked]]:fill-neutral-300 group-[&[data-disabled][data-state=checked]]:[&_path]:fill-neutral-300"].join(" "),title:"text-prefix text-base font-medium text-neutral-600 group-[&:not([data-disabled])[data-state=checked]]:text-green-600 ",description:"text-prefix text-left text-sm font-normal text-neutral-500"},variants:{size:{md:{root:"p-2",prefix:"gap-2"},sm:{root:"p-1",prefix:"gap-1",description:"hidden"}},disabled:{true:{root:["cursor-not-allowed border-neutral-200 bg-neutral-0 text-neutral-300","data-[state=checked]:border-neutral-200","data-[state=checked]:hover:bg-neutral-0","hover:bg-neutral-0"].join(" "),title:"text-neutral-300",description:"text-neutral-300",icon:"fill-neutral-300 [&_path]:fill-neutral-300"}}},defaultVariants:{size:"md"},compoundSlots:[{slots:["description","prefix","root","title","icon"],className:"flex items-center"}]}),Pt=b__default.forwardRef(({title:t,description:e,icon:o,chipsProps:r,size:i="md",disabled:a,className:s,...l},p)=>{let{root:g,prefix:f,icon:v,title:x,description:w}=ea({size:i,disabled:a});return jsxs(y.Item,{ref:p,disabled:a,className:g({className:s}),...l,children:[r&&jsx("div",{className:"absolute right-2 top-[-12px]",children:jsx(Ce,{...r,size:"small"})}),jsxs("div",{className:f(),children:[o&&jsx("div",{children:jsx(o,{className:v()})}),jsxs("div",{className:"flex flex-col items-start gap-0.5",children:[jsx("span",{className:x(),children:t}),e&&i==="md"&&jsx("span",{className:w(),children:e})]})]}),jsx("div",{className:"flex items-center gap-1",children:jsx("div",{className:"flex size-3 items-center justify-center",children:jsx("div",{className:n("flex size-[20px] items-center justify-center rounded-full border-2 border-neutral-400 bg-white","group-disabled:border-neutral-200 group-disabled:bg-neutral-100","group-data-[state=checked]:border-green-600","group-[&[data-disabled][data-state=checked]]:border-neutral-200 group-[&[data-disabled][data-state=checked]]:bg-neutral-100"),children:jsx(y.Indicator,{className:"text-primary flex items-center justify-center border-0 group-disabled:text-neutral-300",children:jsx(Circle,{className:"fill-primary size-[12px] group-disabled:fill-neutral-300"})})})})})]})});Pt.displayName="RadioCard";var ta={Group:vt,Item:ht,Card:Pt},oa=ta;var ia=tv({base:"text-navy-600 text-base font-medium",variants:{invalid:{true:"text-notification-critical-600"}}}),Rt=({className:t,text:e,suffix:o,invalid:r,htmlFor:i,...a})=>jsxs("div",{className:n("mb-0.5 flex items-center gap-0.5 [&_svg]:w-2",t),...a,children:[jsx("label",{className:ia({invalid:r}),htmlFor:i,children:e}),o&&jsx(o,{})]});Rt.displayName="Label";var aa=Rt;var la=tv({variants:{invalid:{true:{text:"text-notification-critical-600"}}},slots:{text:"text-sm text-neutral-500",counter:"py-0.25 flex h-[20px] items-center rounded-full bg-neutral-100 px-0.5 text-neutral-500"}}),Tt=({className:t,text:e,counter:o,maxLength:r,invalid:i,valueLength:a,...s})=>{let l=la();return jsxs("div",{className:n("mt-0.5 flex justify-between",t),...s,children:[e&&jsx("span",{className:l.text({invalid:i}),children:e}),o&&r&&jsx("div",{className:l.counter(),children:jsxs(u,{size:"overline",weight:"semibold",children:[a||0,"/",r]})})]})};Tt.displayName="InputDescription";var pa=Tt;var Mt=tv({base:"flex items-center justify-center rounded-full",variants:{size:{small:{trigger:"my-0.5",dropdown:"mt-0.5"},medium:{trigger:"my-1",dropdown:"mt-1"}},disabled:{true:{container:"cursor-not-allowed border-neutral-200",input:"bg-white text-neutral-300",trigger:"cursor-not-allowed text-neutral-300 [&_path]:fill-neutral-300"},false:{container:"focus-within:border-indigo-600 hover:border-indigo-600"}}},slots:{input:"data-[scope=false]hover:bg-indigo-100 pointer-events-auto border-0 bg-white pr-5",trigger:"br-neutral-100 border-r-1 flex w-fit items-center gap-0.5 border border-y-0 border-l-0 border-neutral-100 bg-white pl-2 pr-1 text-indigo-600 focus-visible:outline-none [&_svg]:fill-indigo-600",dropdown:"",container:"rounded-m flex border border-neutral-200 "},defaultVariants:{size:"medium"}}),It=b.forwardRef(({className:t,disabled:e,invalid:o,size:r,value:i,onChange:a,scope:s,...l},p)=>{let g=B(),f=Mt();return jsxs("div",{className:f.container({disabled:e}),children:[s&&jsx(ba,{disabled:e,scope:s,size:r}),jsxs("div",{className:"peer relative",children:[jsx("input",{value:i,onChange:a,disabled:e,"data-scoped":!!s,className:n(g.input({disabled:e,invalid:o,size:r}),f.input(),t),ref:p,...l}),jsx("div",{"data-hasValue":!!i,className:`data-[hasValue=true]:cursor-pointer ${g.suffix({size:r,disabled:e})}`,children:i?jsx(IconOutlineClose,{onClick:()=>a&&a({target:{value:""}})}):jsx(IconOutlineSearch,{})})]})]})}),ba=({scope:{selected:t,options:e,onChange:o},disabled:r,size:i})=>{let a=e.find(({value:l})=>l===t),s=Mt();return jsxs(Root,{children:[jsxs(Trigger,{className:s.trigger({size:i,disabled:r}),disabled:r,children:[jsx(u,{size:"small",weight:"medium",children:a==null?void 0:a.text}),jsx(IconOutlineChevronDown,{className:"-mr-0.5 size-3"})]}),jsx(ee,{selected:t,options:e,onChange:o,className:s.dropdown({size:i})})]})};It.displayName="Search";var xa=It;var va=I.Root,ha=I.Trigger,St=b.forwardRef(({className:t,align:e="center",sideOffset:o=4,...r},i)=>jsx(I.Portal,{children:jsx(I.Content,{ref:i,align:e,sideOffset:o,className:n("bg-popover text-popover-foreground data-[state=open]:animate-in data-[state=closed]:animate-out data-[state=closed]:fade-out-0 data-[state=open]:fade-in-0 data-[state=closed]:zoom-out-95 data-[state=open]:zoom-in-95 data-[side=bottom]:slide-in-from-top-2 data-[side=left]:slide-in-from-right-2 data-[side=right]:slide-in-from-left-2 data-[side=top]:slide-in-from-bottom-2 z-50 w-72 origin-[--radix-popover-content-transform-origin] rounded-md border p-4 shadow-md outline-none",t),...r})}));St.displayName=I.Content.displayName;var Ca=c.Trigger,Ta=c.Group,Na=c.Portal,Ma=c.Sub,Ia=c.RadioGroup,D=tv({slots:{content:"text-popover-foreground data-[state=open]:animate-in data-[state=closed]:animate-out data-[state=closed]:fade-out-0 data-[state=open]:fade-in-0 data-[state=closed]:zoom-out-95 data-[state=open]:zoom-in-95 data-[side=bottom]:slide-in-from-top-2 data-[side=left]:slide-in-from-right-2 data-[side=right]:slide-in-from-left-2 data-[side=top]:slide-in-from-bottom-2 z-50 flex max-h-[var(--radix-dropdown-menu-content-available-height)] min-w-32 origin-[--radix-dropdown-menu-content-transform-origin] flex-col gap-0.5 overflow-y-auto overflow-x-hidden rounded-md border bg-white p-1 shadow-md",subContent:"text-popover-foreground data-[state=open]:animate-in data-[state=closed]:animate-out data-[state=closed]:fade-out-0 data-[state=open]:fade-in-0 data-[state=closed]:zoom-out-95 data-[state=open]:zoom-in-95 data-[side=bottom]:slide-in-from-top-2 data-[side=left]:slide-in-from-right-2 data-[side=right]:slide-in-from-left-2 data-[side=top]:slide-in-from-bottom-2 z-50 flex min-w-32 origin-[--radix-dropdown-menu-content-transform-origin] flex-col gap-0.5 overflow-hidden rounded-md border bg-white p-1 shadow-lg data-[side=left]:translate-x-[-12px] data-[side=right]:translate-x-[12px]",subTrigger:"flex cursor-pointer select-none items-center gap-1 rounded-md p-1 text-base font-normal antialiased outline-none transition-colors data-[disabled]:pointer-events-none data-[disabled]:opacity-50 [&_svg]:pointer-events-none [&_svg]:size-3 [&_svg]:shrink-0",item:"relative flex cursor-pointer select-none items-center gap-1 rounded-lg p-1 text-base font-normal antialiased outline-none transition-colors data-[disabled]:pointer-events-none data-[disabled]:opacity-50 [&_svg]:pointer-events-none [&_svg]:size-3 [&_svg]:shrink-0",checkboxItem:"relative flex cursor-default select-none items-center rounded-sm py-1.5 pl-8 pr-2 text-sm outline-none transition-colors data-[disabled]:pointer-events-none data-[disabled]:opacity-50",radioItem:"relative flex cursor-default select-none items-center rounded-sm py-1.5 pl-8 pr-2 text-sm outline-none transition-colors data-[disabled]:pointer-events-none data-[disabled]:opacity-50",label:"-pb-[4px] select-none pl-1 pt-[8px] text-xs font-light antialiased",separator:"mx-0.5 block h-px w-[calc(100%-0.5rem)] bg-black/10",shortcut:"ml-auto text-xs tracking-widest opacity-60",trigger:""},variants:{appearance:{ai:{content:n("bg-[linear-gradient(90deg,#2f0a3c,#220c3c)]","animate-dropdown-border rounded-lg","text-white shadow-lg"),subContent:n("border-transparent shadow-lg [background-clip:padding-box,border-box] [background:linear-gradient(90deg,#2f0a3c,#220c3c)_padding-box,linear-gradient(0deg,#822bb5,#ff23ae,#6542fe)_border-box]","[&::-webkit-scrollbar-thumb]:rounded [&::-webkit-scrollbar-thumb]:bg-[#3D1A67] [&::-webkit-scrollbar-track]:bg-transparent [&::-webkit-scrollbar]:h-2 [&::-webkit-scrollbar]:w-1"),subTrigger:"focus:bg-accent focus:text-accent-foreground text-neutral-100 hover:bg-white/10 focus:bg-white/10 [&_svg]:text-neutral-200",item:"focus:bg-accent focus:text-accent-foreground text-neutral-100 hover:bg-white/10 focus:bg-white/10 [&_svg]:text-neutral-200",checkboxItem:"focus:bg-accent focus:text-accent-foreground hover:bg-white/10 focus:bg-white/10",radioItem:"focus:bg-accent focus:text-accent-foreground hover:bg-white/10 focus:bg-white/10",label:"text-sm font-normal text-neutral-300",separator:"bg-white/10"},default:{content:"rounded-md border border-indigo-100 bg-white p-1 text-gray-400 shadow-md",subContent:"",subTrigger:"hover:cursor-pointer hover:bg-neutral-100 data-[state=open]:bg-neutral-100",item:"min-h-5 hover:cursor-pointer hover:bg-neutral-100 focus:bg-neutral-100 focus:text-current",checkboxItem:"min-h-5 focus:bg-neutral-100 focus:text-current ",radioItem:"min-h-5 focus:bg-neutral-100 focus:text-current "}}},defaultVariants:{appearance:"default"}}),C=b__default.createContext(void 0),_t=({children:t,appearance:e,...o})=>jsx(C.Provider,{value:e,children:jsx(c.Root,{...o,children:t})});_t.displayName="DropdownMenu";var Et=b__default.forwardRef(({className:t,inset:e,appearance:o,children:r,...i},a)=>{let s=b__default.useContext(C),l=D({appearance:o??s});return jsxs(c.SubTrigger,{ref:a,className:n(l.subTrigger(),e&&"pl-8",t),...i,children:[r,jsx(IconOutlineChevronRight,{className:"ml-auto"})]})});Et.displayName=c.SubTrigger.displayName;var Gt=b__default.forwardRef(({className:t,appearance:e,...o},r)=>{let i=b__default.useContext(C),a=D({appearance:e??i});return jsx(c.SubContent,{ref:r,className:n(a.subContent(),t),...o})});Gt.displayName=c.SubContent.displayName;var Lt=b__default.forwardRef(({className:t,sideOffset:e=4,appearance:o,container:r,forceMount:i,...a},s)=>{let l=b__default.useContext(C),p=D({appearance:o??l});return jsx(c.Portal,{container:r,forceMount:i,children:jsx(c.Content,{ref:s,sideOffset:e,className:n(p.content(),t),...a})})});Lt.displayName=c.Content.displayName;var kt=b__default.forwardRef(({className:t,inset:e,appearance:o,...r},i)=>{let a=b__default.useContext(C),s=D({appearance:o??a});return jsx(c.Item,{ref:i,className:n(s.item(),e&&"pl-8",t),...r})});kt.displayName=c.Item.displayName;var At=b__default.forwardRef(({className:t,children:e,checked:o,appearance:r,...i},a)=>{let s=b__default.useContext(C),l=D({appearance:r??s});return jsxs(c.CheckboxItem,{ref:a,className:n(l.checkboxItem(),t),checked:o,...i,children:[jsx("span",{className:"absolute left-2 flex size-3.5 items-center justify-center",children:jsx(c.ItemIndicator,{children:jsx(IconOutlineCheck,{className:"size-4"})})}),e]})});At.displayName=c.CheckboxItem.displayName;var zt=b__default.forwardRef(({className:t,children:e,appearance:o,...r},i)=>{let a=b__default.useContext(C),s=D({appearance:o??a});return jsxs(c.RadioItem,{ref:i,className:n(s.radioItem(),t),...r,children:[jsx("span",{className:"absolute left-2 flex size-3.5 items-center justify-center",children:jsx(c.ItemIndicator,{children:jsx(Circle,{className:"size-2 fill-current"})})}),e]})});zt.displayName=c.RadioItem.displayName;var Ht=b__default.forwardRef(({className:t,inset:e,appearance:o,...r},i)=>{let a=b__default.useContext(C),s=D({appearance:o??a});return jsx(c.Label,{ref:i,className:n(s.label(),e&&"pl-8",t),...r})});Ht.displayName=c.Label.displayName;var Ot=b__default.forwardRef(({className:t,appearance:e,...o},r)=>{let i=b__default.useContext(C),a=D({appearance:e??i});return jsx(c.Separator,{ref:r,className:n(a.separator(),t),...o})});Ot.displayName=c.Separator.displayName;var Wt=({className:t,appearance:e,...o})=>{let r=b__default.useContext(C),i=D({appearance:e??r});return jsx("span",{className:n(i.shortcut(),t),...o})};Wt.displayName="DropdownMenuShortcut";
29
+ data-[selected=true]:bg-indigo-100 data-[selected=true]:font-medium data-[selected=true]:text-indigo-600`,onClick:()=>o&&o(a.value),children:a.text}))})});var Mt=tv({base:"text-medium flex items-center justify-center rounded-sm px-1 py-0.5",variants:{status:{success:["bg-notification-success-100","text-notification-success-600","[&_svg]:fill-notification-success-600 [&_span:nth-child(1)]:bg-notification-success-600"],attention:["bg-notification-warning-100","text-notification-warning-900","[&_svg]:fill-notification-warning-900 [&_span:nth-child(1)]:bg-notification-warning-900"],info:["bg-notification-information-100","text-notification-information-600","[&_svg]:fill-notification-information-600 [&_span:nth-child(1)]:bg-notification-information-600"],error:["bg-notification-critical-100","text-notification-critical-900","[&_svg]:fill-notification-critical-900 [&_span:nth-child(1)]:bg-notification-critical-900"],disabled:["bg-neutral-200 ","text-neutral-500","[&_span:nth-child(1)]:bg-neutral-500 [&_svg]:fill-neutral-500"]}}}),Dt=({text:t})=>jsxs("div",{className:"flex items-center gap-0.5",children:[jsx("span",{className:"w-0.75 h-0.75 rounded-full bg-neutral-500"}),jsx(x,{size:"overline",weight:"semibold",className:"select-none",children:t})]}),Fi=R__default.forwardRef(({className:t,status:e,text:o,...r},a)=>jsx("div",{className:Mt({status:e,className:t}),ref:a,...r,children:jsx(Dt,{text:o})})),ji=R__default.forwardRef(({className:t,status:e,options:o,value:r,onChange:a,...i},n)=>{let l=o.find(p=>p.value===r);return jsx("div",{className:Mt({status:l==null?void 0:l.status,className:t}),ref:n,...i,children:jsxs(Root,{children:[jsxs(Trigger,{className:"flex items-center gap-0.5 outline-none",children:[jsx(Dt,{text:(l==null?void 0:l.text)||""}),jsx(IconOutlineChevronDown,{"data-status":e,className:"-mr-0.5 size-2"})]}),jsx(ae,{selected:l==null?void 0:l.value,options:o,onChange:a,className:"-ml-1 mt-0.5"})]})})}),De=Fi;De.displayName="Status";De.Menu=ji;var Ui=De;var ne=tv({base:"text-midnight-blue-600",variants:{bg:{indigo:"bg-midnight-blue-100",white:"bg-white to-white"}}}),It=R__default.forwardRef(({className:t,bg:e,value:o,progressBar:r,usePercentageSymbol:a=!0,...i},n)=>jsxs("div",{className:s(ne({bg:e,className:t}),"flex h-3 flex-col items-center justify-center rounded-full px-1"),ref:n,...i,children:[jsxs(x,{size:"overline",weight:"medium",children:[o,a?"%":null]}),r!==void 0&&jsx(re,{barBg:e==="indigo"?"bg-white":"bg-midnight-blue-100",progressBg:"bg-midnight-blue-600",value:r,className:"h-0.25 mb-0.5"})]})),Yi=R__default.forwardRef(({className:t,bg:e,value:o,Icon:r,...a},i)=>jsx(St.Root,{ref:i,className:s(ne({bg:e}),"text-midnight-blue-600 [&_svg]:fill-midnight-blue-600 [&_path]:fill-midnight-blue-600 relative flex size-6 items-center justify-center rounded-full","bg-[conic-gradient(var(--tw-gradient-stops))] from-midnight-blue-600 to-midnight-blue-100 p-0.5",t),...a,children:jsx("div",{className:s(ne({bg:e}),"flex size-full items-center justify-center rounded-full"),children:r?jsx(r,{className:"size-3"}):jsxs("div",{className:"flex items-end",children:[jsx(x,{weight:"medium",children:o}),jsx(x,{size:"overline",weight:"medium",children:"%"})]})})})),qi=R__default.forwardRef(({className:t,bg:e,value:o,text:r,...a},i)=>jsxs("div",{"data-bg":e,className:s(ne({bg:e,className:t}),`rounded-m data-[bg=white]:border-midnight-blue-600 flex w-full flex-col items-center justify-center gap-1
30
+ p-2 data-[bg=white]:border`),ref:i,...a,children:[jsxs("div",{className:"flex items-center justify-between gap-1",children:[jsx(x,{weight:"normal",children:r}),jsx(It,{value:o,bg:e==="white"?"indigo":"white"})]}),jsx(re,{barBg:e==="indigo"?"bg-white":"bg-midnight-blue-100",progressBg:"bg-midnight-blue-600",value:o,className:"h-1"})]})),Xi={Indicator:It,Circle:Yi,Expanded:qi},Ki=Xi;var ta=tv({variants:{size:{small:{container:"h-3",icon:"size-2",text:"text-[10px] leading-[16px]"},medium:{container:"h-4",icon:"size-3",text:"text-sm"}},active:{true:{container:"bg-indigo-600 text-white hover:bg-indigo-900 group-hover:bg-indigo-900",icon:"fill-white [&_path]:fill-white"}}},slots:{container:["group flex items-center rounded-full px-1","hover:border-0 hover:bg-indigo-600 hover:font-medium hover:text-white ","group-hover:border-0 group-hover:bg-indigo-600 group-hover:font-medium group-hover:text-white","bg-indigo-100 text-indigo-600"].join(" "),icon:["hover:[&_path]:fill-white group-hover:[&_path]:fill-white","hover:[&_svg]:fill-white group-hover:[&_svg]:fill-white","fill-indigo-600 [&_path]:fill-indigo-600"].join(" "),text:"mx-1 font-medium"},defaultVariants:{size:"medium",border:!1,active:!1}}),Vt=R__default.forwardRef(({className:t,textClassName:e,size:o,icon:r,text:a,asChild:i,value:n,active:l,onClose:p,...g},d)=>{let u=i?Slot:"div",b=ta();return jsxs(u,{className:b.container({size:o,active:l,className:t}),ref:d,...g,children:[r&&jsx(r,{className:b.icon({size:o,active:l})}),jsx(x,{className:b.text({size:o,active:l,className:e}),children:o==="small"?a.toLocaleUpperCase():a}),p&&jsx(IconOutlineClose,{onClick:()=>p(n),className:s(b.icon({size:o,active:l}),"cursor-pointer")})]})});Vt.displayName="Chips";var Ve=Vt;var ra=L.Provider,ia=L.Trigger,Et=R.forwardRef(({className:t,sideOffset:e=4,...o},r)=>jsx(L.Content,{ref:r,sideOffset:e,className:s("bg-navy-900 animate-in fade-in-0 rounded-m z-50 overflow-hidden border-none px-2 py-1 text-sm text-white shadow-md","data-[state=closed]:animate-out data-[state=closed]:fade-out-0 data-[state=closed]:zoom-out-95 data-[side=bottom]:slide-in-from-top-2 data-[side=left]:slide-in-from-right-2 data-[side=right]:slide-in-from-left-2 data-[side=top]:slide-in-from-bottom-2",t),...o}));Et.displayName=L.Content.displayName;var aa=t=>jsxs(L.Root,{children:[jsx(ia,{children:t.children}),jsx(Et,{children:jsx("div",{style:{maxWidth:t.maxWidth??"fit-content"},children:t.title})})]});var da=tv({variants:{checked:{false:{checkbox:"hover:border-primary border-neutral-400 bg-white hover:bg-green-100"},indeterminate:{}},disabled:{true:{checkbox:"disabled:cursor-not-allowed disabled:border-neutral-200 disabled:bg-neutral-100",icon:"fill-neutral-300 [&_path]:fill-neutral-300 [&_rect]:fill-neutral-300"}}},slots:{checkbox:"bg-primary border-primary focus-visible:rind-0 peer size-[20px] shrink-0 rounded-md border-2 text-white focus-visible:outline-none",icon:"size-2 fill-white [&_path]:fill-white [&_rect]:fill-white"}}),Lt=R__default.forwardRef(({className:t,checked:e,defaultChecked:o,disabled:r,...a},i)=>{let n=da();return jsx("div",{className:"flex size-3 items-center justify-center",children:jsx(Root$1,{ref:i,className:s(n.checkbox({checked:e,disabled:r}),t),checked:e,defaultChecked:o,disabled:r,...a,children:jsxs("div",{className:"-ml-0.5 -mt-0.5 flex size-3 items-center justify-center",children:[(e==="indeterminate"||o==="indeterminate")&&jsx(IconOutlineLine,{className:n.icon({disabled:r})}),(e===!0||o===!0)&&jsx(IconOutlineCheck,{className:n.icon({disabled:r})})]})})})});Lt.displayName=Root$1.displayName;var fa=Lt;var At=R__default.forwardRef(({className:t,disabled:e,...o},r)=>jsx(V.Root,{className:s("grid gap-1",t),disabled:e,...o,ref:r}));At.displayName=V.Root.displayName;var zt=R__default.forwardRef(({className:t,...e},o)=>jsx(V.Item,{ref:o,className:s("group aspect-square size-[20px] rounded-full border-2 border-neutral-400 bg-white hover:border-green-600 hover:bg-green-100 focus:outline-none focus-visible:ring-0 disabled:cursor-not-allowed disabled:border-neutral-200 disabled:bg-neutral-100 [&:not(:disabled)]:data-[state=checked]:border-green-600",t),...e,children:jsx(V.Indicator,{className:"text-primary flex items-center justify-center group-disabled:text-neutral-300",children:jsx(Circle,{className:"fill-primary size-[12px] group-disabled:fill-neutral-300"})})}));zt.displayName=V.Item.displayName;var ga=tv({slots:{root:["rounded-m group relative w-[392px] justify-between gap-1","border border-neutral-100 bg-white","hover:bg-neutral-100","data-[state=checked]:border-green-600","data-[state=checked]:hover:bg-green-100"].join(" "),prefix:"flex-1",icon:["h-3 w-3 justify-center","fill-neutral-400 [&_path]:fill-neutral-400","group-data-[state=checked]:fill-green-600 group-data-[state=checked]:[&_path]:fill-green-600","group-[&[data-disabled][data-state=checked]]:fill-neutral-300 group-[&[data-disabled][data-state=checked]]:[&_path]:fill-neutral-300"].join(" "),title:"text-prefix text-base font-medium text-neutral-600 group-[&:not([data-disabled])[data-state=checked]]:text-green-600 ",description:"text-prefix text-left text-sm font-normal text-neutral-500"},variants:{size:{md:{root:"p-2",prefix:"gap-2"},sm:{root:"p-1",prefix:"gap-1",description:"hidden"}},disabled:{true:{root:["cursor-not-allowed border-neutral-200 bg-neutral-0 text-neutral-300","data-[state=checked]:border-neutral-200","data-[state=checked]:hover:bg-neutral-0","hover:bg-neutral-0"].join(" "),title:"text-neutral-300",description:"text-neutral-300",icon:"fill-neutral-300 [&_path]:fill-neutral-300"}}},defaultVariants:{size:"md"},compoundSlots:[{slots:["description","prefix","root","title","icon"],className:"flex items-center"}]}),Ht=R__default.forwardRef(({title:t,description:e,icon:o,chipsProps:r,size:a="md",disabled:i,className:n,...l},p)=>{let{root:g,prefix:d,icon:u,title:b,description:v}=ga({size:a,disabled:i});return jsxs(V.Item,{ref:p,disabled:i,className:g({className:n}),...l,children:[r&&jsx("div",{className:"absolute right-2 top-[-12px]",children:jsx(Ve,{...r,size:"small"})}),jsxs("div",{className:d(),children:[o&&jsx("div",{children:jsx(o,{className:u()})}),jsxs("div",{className:"flex flex-col items-start gap-0.5",children:[jsx("span",{className:b(),children:t}),e&&a==="md"&&jsx("span",{className:v(),children:e})]})]}),jsx("div",{className:"flex items-center gap-1",children:jsx("div",{className:"flex size-3 items-center justify-center",children:jsx("div",{className:s("flex size-[20px] items-center justify-center rounded-full border-2 border-neutral-400 bg-white","group-disabled:border-neutral-200 group-disabled:bg-neutral-100","group-data-[state=checked]:border-green-600","group-[&[data-disabled][data-state=checked]]:border-neutral-200 group-[&[data-disabled][data-state=checked]]:bg-neutral-100"),children:jsx(V.Indicator,{className:"text-primary flex items-center justify-center border-0 group-disabled:text-neutral-300",children:jsx(Circle,{className:"fill-primary size-[12px] group-disabled:fill-neutral-300"})})})})})]})});Ht.displayName="RadioCard";var ba={Group:At,Item:zt,Card:Ht},xa=ba;var ha=tv({base:"text-navy-600 text-base font-medium",variants:{invalid:{true:"text-notification-critical-600"}}}),Ot=({className:t,text:e,suffix:o,invalid:r,htmlFor:a,...i})=>jsxs("div",{className:s("mb-0.5 flex items-center gap-0.5 [&_svg]:w-2",t),...i,children:[jsx("label",{className:ha({invalid:r}),htmlFor:a,children:e}),o&&jsx(o,{})]});Ot.displayName="Label";var Pa=Ot;var ya=tv({variants:{invalid:{true:{text:"text-notification-critical-600"}}},slots:{text:"text-sm text-neutral-500",counter:"py-0.25 flex h-[20px] items-center rounded-full bg-neutral-100 px-0.5 text-neutral-500"}}),jt=({className:t,text:e,counter:o,maxLength:r,invalid:a,valueLength:i,...n})=>{let l=ya();return jsxs("div",{className:s("mt-0.5 flex justify-between",t),...n,children:[e&&jsx("span",{className:l.text({invalid:a}),children:e}),o&&r&&jsx("div",{className:l.counter(),children:jsxs(x,{size:"overline",weight:"semibold",children:[i||0,"/",r]})})]})};jt.displayName="InputDescription";var Ca=jt;var $t=tv({base:"flex items-center justify-center rounded-full",variants:{size:{small:{trigger:"my-0.5",dropdown:"mt-0.5"},medium:{trigger:"my-1",dropdown:"mt-1"}},disabled:{true:{container:"cursor-not-allowed border-neutral-200",input:"bg-white text-neutral-300",trigger:"cursor-not-allowed text-neutral-300 [&_path]:fill-neutral-300"},false:{container:"focus-within:border-indigo-600 hover:border-indigo-600"}}},slots:{input:"data-[scope=false]hover:bg-indigo-100 pointer-events-auto border-0 bg-white pr-5",trigger:"br-neutral-100 border-r-1 flex w-fit items-center gap-0.5 border border-y-0 border-l-0 border-neutral-100 bg-white pl-2 pr-1 text-indigo-600 focus-visible:outline-none [&_svg]:fill-indigo-600",dropdown:"",container:"rounded-m flex border border-neutral-200 "},defaultVariants:{size:"medium"}}),Yt=R.forwardRef(({className:t,disabled:e,invalid:o,size:r,value:a,onChange:i,scope:n,...l},p)=>{let g=q(),d=$t();return jsxs("div",{className:d.container({disabled:e}),children:[n&&jsx(Va,{disabled:e,scope:n,size:r}),jsxs("div",{className:"peer relative",children:[jsx("input",{value:a,onChange:i,disabled:e,"data-scoped":!!n,className:s(g.input({disabled:e,invalid:o,size:r}),d.input(),t),ref:p,...l}),jsx("div",{"data-hasValue":!!a,className:`data-[hasValue=true]:cursor-pointer ${g.suffix({size:r,disabled:e})}`,children:a?jsx(IconOutlineClose,{onClick:()=>i&&i({target:{value:""}})}):jsx(IconOutlineSearch,{})})]})]})}),Va=({scope:{selected:t,options:e,onChange:o},disabled:r,size:a})=>{let i=e.find(({value:l})=>l===t),n=$t();return jsxs(Root,{children:[jsxs(Trigger,{className:n.trigger({size:a,disabled:r}),disabled:r,children:[jsx(x,{size:"small",weight:"medium",children:i==null?void 0:i.text}),jsx(IconOutlineChevronDown,{className:"-mr-0.5 size-3"})]}),jsx(ae,{selected:t,options:e,onChange:o,className:n.dropdown({size:a})})]})};Yt.displayName="Search";var _a=Yt;var Ea=k.Root,Ga=k.Trigger,Kt=R.forwardRef(({className:t,align:e="center",sideOffset:o=4,...r},a)=>jsx(k.Portal,{children:jsx(k.Content,{ref:a,align:e,sideOffset:o,className:s("bg-popover text-popover-foreground data-[state=open]:animate-in data-[state=closed]:animate-out data-[state=closed]:fade-out-0 data-[state=open]:fade-in-0 data-[state=closed]:zoom-out-95 data-[state=open]:zoom-in-95 data-[side=bottom]:slide-in-from-top-2 data-[side=left]:slide-in-from-right-2 data-[side=right]:slide-in-from-left-2 data-[side=top]:slide-in-from-bottom-2 z-50 w-72 origin-[--radix-popover-content-transform-origin] rounded-md border p-4 shadow-md outline-none",t),...r})}));Kt.displayName=k.Content.displayName;var Ha=c.Trigger,Wa=c.Group,Oa=c.Portal,Ba=c.Sub,Fa=c.RadioGroup,A=tv({slots:{content:"text-popover-foreground data-[state=open]:animate-in data-[state=closed]:animate-out data-[state=closed]:fade-out-0 data-[state=open]:fade-in-0 data-[state=closed]:zoom-out-95 data-[state=open]:zoom-in-95 data-[side=bottom]:slide-in-from-top-2 data-[side=left]:slide-in-from-right-2 data-[side=right]:slide-in-from-left-2 data-[side=top]:slide-in-from-bottom-2 z-50 flex max-h-[var(--radix-dropdown-menu-content-available-height)] min-w-32 origin-[--radix-dropdown-menu-content-transform-origin] flex-col gap-0.5 overflow-y-auto overflow-x-hidden rounded-md border bg-white p-1 shadow-md",subContent:"text-popover-foreground data-[state=open]:animate-in data-[state=closed]:animate-out data-[state=closed]:fade-out-0 data-[state=open]:fade-in-0 data-[state=closed]:zoom-out-95 data-[state=open]:zoom-in-95 data-[side=bottom]:slide-in-from-top-2 data-[side=left]:slide-in-from-right-2 data-[side=right]:slide-in-from-left-2 data-[side=top]:slide-in-from-bottom-2 z-50 flex min-w-32 origin-[--radix-dropdown-menu-content-transform-origin] flex-col gap-0.5 overflow-hidden rounded-md border bg-white p-1 shadow-lg data-[side=left]:translate-x-[-12px] data-[side=right]:translate-x-[12px]",subTrigger:"flex cursor-pointer select-none items-center gap-1 rounded-md p-1 text-base font-normal antialiased outline-none transition-colors data-[disabled]:pointer-events-none data-[disabled]:opacity-50 [&_svg]:pointer-events-none [&_svg]:size-3 [&_svg]:shrink-0",item:"relative flex cursor-pointer select-none items-center gap-1 rounded-lg p-1 text-base font-normal antialiased outline-none transition-colors data-[disabled]:pointer-events-none data-[disabled]:opacity-50 [&_svg]:pointer-events-none [&_svg]:size-3 [&_svg]:shrink-0",checkboxItem:"relative flex cursor-default select-none items-center rounded-sm py-1.5 pl-8 pr-2 text-sm outline-none transition-colors data-[disabled]:pointer-events-none data-[disabled]:opacity-50",radioItem:"relative flex cursor-default select-none items-center rounded-sm py-1.5 pl-8 pr-2 text-sm outline-none transition-colors data-[disabled]:pointer-events-none data-[disabled]:opacity-50",label:"-pb-[4px] select-none pl-1 pt-[8px] text-xs font-light antialiased",separator:"mx-0.5 block h-px w-[calc(100%-0.5rem)] bg-black/10",shortcut:"ml-auto text-xs tracking-widest opacity-60",trigger:""},variants:{appearance:{ai:{content:s("bg-[linear-gradient(90deg,#2f0a3c,#220c3c)]","animate-dropdown-border rounded-lg","text-white shadow-lg"),subContent:s("border-transparent shadow-lg [background-clip:padding-box,border-box] [background:linear-gradient(90deg,#2f0a3c,#220c3c)_padding-box,linear-gradient(0deg,#822bb5,#ff23ae,#6542fe)_border-box]","[&::-webkit-scrollbar-thumb]:rounded [&::-webkit-scrollbar-thumb]:bg-[#3D1A67] [&::-webkit-scrollbar-track]:bg-transparent [&::-webkit-scrollbar]:h-2 [&::-webkit-scrollbar]:w-1"),subTrigger:"focus:bg-accent focus:text-accent-foreground text-neutral-100 hover:bg-white/10 focus:bg-white/10 [&_svg]:text-neutral-200",item:"focus:bg-accent focus:text-accent-foreground text-neutral-100 hover:bg-white/10 focus:bg-white/10 [&_svg]:text-neutral-200",checkboxItem:"focus:bg-accent focus:text-accent-foreground hover:bg-white/10 focus:bg-white/10",radioItem:"focus:bg-accent focus:text-accent-foreground hover:bg-white/10 focus:bg-white/10",label:"text-sm font-normal text-neutral-300",separator:"bg-white/10"},default:{content:"rounded-md border border-indigo-100 bg-white p-1 text-gray-400 shadow-md",subContent:"",subTrigger:"hover:cursor-pointer hover:bg-neutral-100 data-[state=open]:bg-neutral-100",item:"min-h-5 hover:cursor-pointer hover:bg-neutral-100 focus:bg-neutral-100 focus:text-current",checkboxItem:"min-h-5 focus:bg-neutral-100 focus:text-current ",radioItem:"min-h-5 focus:bg-neutral-100 focus:text-current "}}},defaultVariants:{appearance:"default"}}),_=R__default.createContext(void 0),Jt=({children:t,appearance:e,...o})=>jsx(_.Provider,{value:e,children:jsx(c.Root,{...o,children:t})});Jt.displayName="DropdownMenu";var Qt=R__default.forwardRef(({className:t,inset:e,appearance:o,children:r,...a},i)=>{let n=R__default.useContext(_),l=A({appearance:o??n});return jsxs(c.SubTrigger,{ref:i,className:s(l.subTrigger(),e&&"pl-8",t),...a,children:[r,jsx(IconOutlineChevronRight,{className:"ml-auto"})]})});Qt.displayName=c.SubTrigger.displayName;var Zt=R__default.forwardRef(({className:t,appearance:e,...o},r)=>{let a=R__default.useContext(_),i=A({appearance:e??a});return jsx(c.SubContent,{ref:r,className:s(i.subContent(),t),...o})});Zt.displayName=c.SubContent.displayName;var eo=R__default.forwardRef(({className:t,sideOffset:e=4,appearance:o,container:r,forceMount:a,...i},n)=>{let l=R__default.useContext(_),p=A({appearance:o??l});return jsx(c.Portal,{container:r,forceMount:a,children:jsx(c.Content,{ref:n,sideOffset:e,className:s(p.content(),t),...i})})});eo.displayName=c.Content.displayName;var to=R__default.forwardRef(({className:t,inset:e,appearance:o,...r},a)=>{let i=R__default.useContext(_),n=A({appearance:o??i});return jsx(c.Item,{ref:a,className:s(n.item(),e&&"pl-8",t),...r})});to.displayName=c.Item.displayName;var oo=R__default.forwardRef(({className:t,children:e,checked:o,appearance:r,...a},i)=>{let n=R__default.useContext(_),l=A({appearance:r??n});return jsxs(c.CheckboxItem,{ref:i,className:s(l.checkboxItem(),t),checked:o,...a,children:[jsx("span",{className:"absolute left-2 flex size-3.5 items-center justify-center",children:jsx(c.ItemIndicator,{children:jsx(IconOutlineCheck,{className:"size-4"})})}),e]})});oo.displayName=c.CheckboxItem.displayName;var ro=R__default.forwardRef(({className:t,children:e,appearance:o,...r},a)=>{let i=R__default.useContext(_),n=A({appearance:o??i});return jsxs(c.RadioItem,{ref:a,className:s(n.radioItem(),t),...r,children:[jsx("span",{className:"absolute left-2 flex size-3.5 items-center justify-center",children:jsx(c.ItemIndicator,{children:jsx(Circle,{className:"size-2 fill-current"})})}),e]})});ro.displayName=c.RadioItem.displayName;var io=R__default.forwardRef(({className:t,inset:e,appearance:o,...r},a)=>{let i=R__default.useContext(_),n=A({appearance:o??i});return jsx(c.Label,{ref:a,className:s(n.label(),e&&"pl-8",t),...r})});io.displayName=c.Label.displayName;var ao=R__default.forwardRef(({className:t,appearance:e,...o},r)=>{let a=R__default.useContext(_),i=A({appearance:e??a});return jsx(c.Separator,{ref:r,className:s(i.separator(),t),...o})});ao.displayName=c.Separator.displayName;var no=({className:t,appearance:e,...o})=>{let r=R__default.useContext(_),a=A({appearance:e??r});return jsx("span",{className:s(a.shortcut(),t),...o})};no.displayName="DropdownMenuShortcut";
30
31
 
31
- export { Gr as Alert, eo as Avatar, mo as Badge, vo as Button, Ro as Card, Xi as Checkbox, Ce as Chips, mr as Collapsible, _t as DropdownMenu, At as DropdownMenuCheckboxItem, Lt as DropdownMenuContent, Ta as DropdownMenuGroup, kt as DropdownMenuItem, Ht as DropdownMenuLabel, Na as DropdownMenuPortal, Ia as DropdownMenuRadioGroup, zt as DropdownMenuRadioItem, Ot as DropdownMenuSeparator, Wt as DropdownMenuShortcut, Ma as DropdownMenuSub, Gt as DropdownMenuSubContent, Et as DropdownMenuSubTrigger, Ca as DropdownMenuTrigger, Kr as GoToCard, Pi as Indicator, Go as Input, pa as InputDescription, aa as Label, ae as Loading, mi as Message, di as MessageContainer, at as MessageType, va as Popover, St as PopoverContent, ha as PopoverTrigger, Li as Progress, X as ProgressBar, oa as Radio, Mo as Scope, xa as Search, ei as SelectCard, Oo as Sheet, Zo as Skeleton, Vi as Status, Uo as Switch, Rr as Tabs, u as Text, ko as Textarea, Wr as TipCard, er as Toggle, ji as Tooltip, Bi as TooltipProvider };
32
+ export { Xr as Alert, bo as Avatar, Mo as Badge, Eo as Button, Ao as Card, fa as Checkbox, Ve as Chips, Dr as Collapsible, Jt as DropdownMenu, oo as DropdownMenuCheckboxItem, eo as DropdownMenuContent, Wa as DropdownMenuGroup, to as DropdownMenuItem, io as DropdownMenuLabel, Oa as DropdownMenuPortal, Fa as DropdownMenuRadioGroup, ro as DropdownMenuRadioItem, ao as DropdownMenuSeparator, no as DropdownMenuShortcut, Ba as DropdownMenuSub, Zt as DropdownMenuSubContent, Qt as DropdownMenuSubTrigger, Ha as DropdownMenuTrigger, di as GoToCard, Li as Indicator, Xo as Input, Ca as InputDescription, Pa as Label, de as Loading, Mi as Message, Ni as MessageContainer, Ct as MessageType, Ea as Popover, Kt as PopoverContent, Ga as PopoverTrigger, Ki as Progress, re as ProgressBar, xa as Radio, Bo as Scope, _a as Search, gi as SelectCard, rr as Sheet, dr as Skeleton, Ui as Status, sr as Switch, zr as Tabs, x as Text, Jo as Textarea, oi as TipCard, br as Toggle, aa as Tooltip, ra as TooltipProvider };
@@ -1 +1 @@
1
- {"version":3,"file":"alert.d.ts","sourceRoot":"","sources":["../../src/ui/alert.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAM,YAAY,EAAE,MAAM,mBAAmB,CAAC;AACrD,OAAO,KAAmB,MAAM,OAAO,CAAC;AASxC,QAAA,MAAM,aAAa;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;2CAqCjB,CAAC;AAEH,MAAM,MAAM,UAAU,GAAG,KAAK,CAAC,cAAc,CAAC,cAAc,CAAC,GAC3D,YAAY,CAAC,OAAO,aAAa,CAAC,GAAG;IACnC,OAAO,EAAE,MAAM,GAAG,KAAK,CAAC,SAAS,CAAC;IAClC,QAAQ,CAAC,EAAE,OAAO,CAAC;CACpB,CAAC;AASJ,QAAA,MAAM,KAAK;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;aAXE,MAAM,GAAG,KAAK,CAAC,SAAS;eACtB,OAAO;wCAiCrB,CAAC;AAEF,eAAe,KAAK,CAAC"}
1
+ {"version":3,"file":"alert.d.ts","sourceRoot":"","sources":["../../src/ui/alert.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAM,YAAY,EAAE,MAAM,mBAAmB,CAAC;AACrD,OAAO,KAAmB,MAAM,OAAO,CAAC;AASxC,QAAA,MAAM,aAAa;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;2CAqCjB,CAAC;AAKH,MAAM,MAAM,UAAU,GAAG,KAAK,CAAC,cAAc,CAAC,cAAc,CAAC,GAC3D,YAAY,CAAC,OAAO,aAAa,CAAC,GAAG;IAEnC,OAAO,EAAE,MAAM,GAAG,KAAK,CAAC,SAAS,CAAC;IAElC,QAAQ,CAAC,EAAE,OAAO,CAAC;CACpB,CAAC;AAgBJ,QAAA,MAAM,KAAK;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;aAnBE,MAAM,GAAG,KAAK,CAAC,SAAS;eAEtB,OAAO;wCAwCrB,CAAC;AAIF,eAAe,KAAK,CAAC"}
@@ -1 +1 @@
1
- {"version":3,"file":"avatar.d.ts","sourceRoot":"","sources":["../../src/ui/avatar.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAE1B,OAAO,EAAE,YAAY,EAAM,MAAM,mBAAmB,CAAC;AAGrD,QAAA,MAAM,cAAc;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;4FAwClB,CAAC;AAEH,MAAM,MAAM,WAAW,GAAG,KAAK,CAAC,wBAAwB,CAAC,KAAK,CAAC,GAC7D,YAAY,CAAC,OAAO,cAAc,CAAC,GAAG;IACpC,OAAO,CAAC,EAAE,OAAO,CAAC;CACnB,CAAC;AAEJ,QAAA,MAAM,MAAM;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;cAHE,OAAO;wCAmBpB,CAAC;AAGF,eAAe,MAAM,CAAC"}
1
+ {"version":3,"file":"avatar.d.ts","sourceRoot":"","sources":["../../src/ui/avatar.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAE1B,OAAO,EAAE,YAAY,EAAM,MAAM,mBAAmB,CAAC;AAGrD,QAAA,MAAM,cAAc;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;4FAwClB,CAAC;AAEH,MAAM,MAAM,WAAW,GAAG,KAAK,CAAC,wBAAwB,CAAC,KAAK,CAAC,GAC7D,YAAY,CAAC,OAAO,cAAc,CAAC,GAAG;IAEpC,OAAO,CAAC,EAAE,OAAO,CAAC;CACnB,CAAC;AASJ,QAAA,MAAM,MAAM;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;cAVE,OAAO;wCA0BpB,CAAC;AAGF,eAAe,MAAM,CAAC"}
@@ -1 +1 @@
1
- {"version":3,"file":"badge.d.ts","sourceRoot":"","sources":["../../src/ui/badge.tsx"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,OAAO,CAAC;AAC5C,OAAO,KAAK,MAAM,OAAO,CAAC;AAC1B,OAAO,EAAE,YAAY,EAAM,MAAM,mBAAmB,CAAC;AAIrD,QAAA,MAAM,aAAa;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;4FA6CjB,CAAC;AAEH,MAAM,MAAM,UAAU,GAAG,cAAc,CAAC,eAAe,CAAC,GACtD,YAAY,CAAC,OAAO,aAAa,CAAC,GAAG;IACnC,OAAO,CAAC,EAAE,OAAO,CAAC;CACnB,CAAC;AAEJ,QAAA,MAAM,KAAK;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;cAHG,OAAO;yCAqBpB,CAAC;AAGF,eAAe,KAAK,CAAC"}
1
+ {"version":3,"file":"badge.d.ts","sourceRoot":"","sources":["../../src/ui/badge.tsx"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,OAAO,CAAC;AAC5C,OAAO,KAAK,MAAM,OAAO,CAAC;AAC1B,OAAO,EAAE,YAAY,EAAM,MAAM,mBAAmB,CAAC;AAIrD,QAAA,MAAM,aAAa;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;4FA6CjB,CAAC;AAEH,MAAM,MAAM,UAAU,GAAG,cAAc,CAAC,eAAe,CAAC,GACtD,YAAY,CAAC,OAAO,aAAa,CAAC,GAAG;IAEnC,OAAO,CAAC,EAAE,OAAO,CAAC;CACnB,CAAC;AASJ,QAAA,MAAM,KAAK;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;cAVG,OAAO;yCA4BpB,CAAC;AAGF,eAAe,KAAK,CAAC"}
@@ -1 +1 @@
1
- {"version":3,"file":"button.d.ts","sourceRoot":"","sources":["../../src/ui/button.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAE1B,OAAO,EAAM,KAAK,YAAY,EAAE,MAAM,mBAAmB,CAAC;AAK1D,QAAA,MAAM,cAAc;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;2CA6IlB,CAAC;AAEH,MAAM,MAAM,WAAW,GAAG,KAAK,CAAC,oBAAoB,CAAC,iBAAiB,CAAC,GACrE,YAAY,CAAC,OAAO,cAAc,CAAC,GAAG;IACpC,OAAO,CAAC,EAAE,OAAO,CAAC;IAClB,IAAI,CAAC,EAAE,KAAK,CAAC,WAAW,CAAC;IACzB,OAAO,CAAC,EAAE,OAAO,CAAC;CACnB,CAAC;AAEJ,QAAA,MAAM,MAAM;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;cALE,OAAO;WACV,KAAK,CAAC,WAAW;cACd,OAAO;2CAoDpB,CAAC;AAGF,eAAe,MAAM,CAAC"}
1
+ {"version":3,"file":"button.d.ts","sourceRoot":"","sources":["../../src/ui/button.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAE1B,OAAO,EAAM,KAAK,YAAY,EAAE,MAAM,mBAAmB,CAAC;AAK1D,QAAA,MAAM,cAAc;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;2CA6IlB,CAAC;AAEH,MAAM,MAAM,WAAW,GAAG,KAAK,CAAC,oBAAoB,CAAC,iBAAiB,CAAC,GACrE,YAAY,CAAC,OAAO,cAAc,CAAC,GAAG;IAEpC,OAAO,CAAC,EAAE,OAAO,CAAC;IAElB,IAAI,CAAC,EAAE,KAAK,CAAC,WAAW,CAAC;IAEzB,OAAO,CAAC,EAAE,OAAO,CAAC;CACnB,CAAC;AASJ,QAAA,MAAM,MAAM;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;cAdE,OAAO;WAEV,KAAK,CAAC,WAAW;cAEd,OAAO;2CA2DpB,CAAC;AAGF,eAAe,MAAM,CAAC"}
@@ -1 +1 @@
1
- {"version":3,"file":"card.d.ts","sourceRoot":"","sources":["../../src/ui/card.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,cAAc,EAAE,iBAAiB,EAAE,MAAM,OAAO,CAAC;AAC/D,OAAO,EAAE,YAAY,EAAM,MAAM,mBAAmB,CAAC;AAIrD,QAAA,MAAM,YAAY;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;8FAwBhB,CAAC;AAEH,MAAM,MAAM,SAAS,GAAG,cAAc,CAAC,cAAc,CAAC,GACpD,iBAAiB,GACjB,YAAY,CAAC,OAAO,YAAY,CAAC,CAAC;AAEpC,QAAA,MAAM,IAAI;qEAOP,SAAS;;CASX,CAAC;AAGF,eAAe,IAAI,CAAC"}
1
+ {"version":3,"file":"card.d.ts","sourceRoot":"","sources":["../../src/ui/card.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,cAAc,EAAE,iBAAiB,EAAE,MAAM,OAAO,CAAC;AAC/D,OAAO,EAAE,YAAY,EAAM,MAAM,mBAAmB,CAAC;AAIrD,QAAA,MAAM,YAAY;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;8FAwBhB,CAAC;AAEH,MAAM,MAAM,SAAS,GAAG,cAAc,CAAC,cAAc,CAAC,GACpD,iBAAiB,GACjB,YAAY,CAAC,OAAO,YAAY,CAAC,CAAC;AAQpC,QAAA,MAAM,IAAI;qEAOP,SAAS;;CASX,CAAC;AAGF,eAAe,IAAI,CAAC"}
@@ -1 +1 @@
1
- {"version":3,"file":"checkbox.d.ts","sourceRoot":"","sources":["../../src/ui/checkbox.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAC1B,OAAO,EAAE,IAAI,EAAE,MAAM,0BAA0B,CAAC;AA8BhD,MAAM,MAAM,aAAa,GAAG,KAAK,CAAC,wBAAwB,CAAC,OAAO,IAAI,CAAC,CAAC;AAExE,QAAA,MAAM,QAAQ,kLA2Bb,CAAC;AAIF,eAAe,QAAQ,CAAC"}
1
+ {"version":3,"file":"checkbox.d.ts","sourceRoot":"","sources":["../../src/ui/checkbox.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAC1B,OAAO,EAAE,IAAI,EAAE,MAAM,0BAA0B,CAAC;AA+BhD,MAAM,MAAM,aAAa,GAAG,KAAK,CAAC,wBAAwB,CAAC,OAAO,IAAI,CAAC,CAAC;AASxE,QAAA,MAAM,QAAQ,kLA2Bb,CAAC;AAIF,eAAe,QAAQ,CAAC"}
@@ -1 +1 @@
1
- {"version":3,"file":"chips.d.ts","sourceRoot":"","sources":["../../src/ui/chips.tsx"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,OAAO,CAAC;AAC5C,OAAO,KAAK,MAAM,OAAO,CAAC;AAC1B,OAAO,EAAM,YAAY,EAAE,MAAM,mBAAmB,CAAC;AAMrD,QAAA,MAAM,aAAa;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;2CAyCjB,CAAC;AAEH,MAAM,MAAM,UAAU,GAAG,cAAc,CAAC,cAAc,CAAC,GACrD,YAAY,CAAC,OAAO,aAAa,CAAC,GAAG;IACnC,OAAO,CAAC,EAAE,OAAO,CAAC;IAClB,IAAI,CAAC,EAAE,KAAK,CAAC,WAAW,CAAC;IACzB,IAAI,EAAE,MAAM,CAAC;IACb,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,OAAO,CAAC,EAAE,CAAC,KAAK,CAAC,EAAE,MAAM,KAAK,IAAI,CAAC;IACnC,aAAa,CAAC,EAAE,MAAM,CAAC;CACxB,CAAC;AAEJ,QAAA,MAAM,KAAK;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;cARG,OAAO;WACV,KAAK,CAAC,WAAW;UAClB,MAAM;YACJ,MAAM;cACJ,CAAC,KAAK,CAAC,EAAE,MAAM,KAAK,IAAI;oBAClB,MAAM;wCA+CzB,CAAC;AAGF,eAAe,KAAK,CAAC"}
1
+ {"version":3,"file":"chips.d.ts","sourceRoot":"","sources":["../../src/ui/chips.tsx"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,OAAO,CAAC;AAC5C,OAAO,KAAK,MAAM,OAAO,CAAC;AAC1B,OAAO,EAAM,YAAY,EAAE,MAAM,mBAAmB,CAAC;AAMrD,QAAA,MAAM,aAAa;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;2CAyCjB,CAAC;AAEH,MAAM,MAAM,UAAU,GAAG,cAAc,CAAC,cAAc,CAAC,GACrD,YAAY,CAAC,OAAO,aAAa,CAAC,GAAG;IAEnC,OAAO,CAAC,EAAE,OAAO,CAAC;IAElB,IAAI,CAAC,EAAE,KAAK,CAAC,WAAW,CAAC;IAEzB,IAAI,EAAE,MAAM,CAAC;IAEb,KAAK,CAAC,EAAE,MAAM,CAAC;IAEf,OAAO,CAAC,EAAE,CAAC,KAAK,CAAC,EAAE,MAAM,KAAK,IAAI,CAAC;IAEnC,aAAa,CAAC,EAAE,MAAM,CAAC;CACxB,CAAC;AASJ,QAAA,MAAM,KAAK;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;cApBG,OAAO;WAEV,KAAK,CAAC,WAAW;UAElB,MAAM;YAEJ,MAAM;cAEJ,CAAC,KAAK,CAAC,EAAE,MAAM,KAAK,IAAI;oBAElB,MAAM;wCAsDzB,CAAC;AAGF,eAAe,KAAK,CAAC"}
@@ -1 +1 @@
1
- {"version":3,"file":"collapsible.d.ts","sourceRoot":"","sources":["../../src/ui/collapsible.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAC1B,OAAO,KAAK,oBAAoB,MAAM,6BAA6B,CAAC;AAqBpE,MAAM,MAAM,oBAAoB,GAAG,KAAK,CAAC,wBAAwB,CAC/D,OAAO,oBAAoB,CAAC,IAAI,CACjC,CAAC;AAaF,MAAM,MAAM,uBAAuB,GAAG,KAAK,CAAC,wBAAwB,CAClE,OAAO,oBAAoB,CAAC,kBAAkB,CAC/C,GAAG;IACF,gBAAgB,CAAC,EAAE,MAAM,CAAC;CAC3B,CAAC;AAgBF,MAAM,MAAM,uBAAuB,GAAG,KAAK,CAAC,wBAAwB,CAClE,OAAO,oBAAoB,CAAC,kBAAkB,CAC/C,CAAC;AAcF,QAAA,MAAM,WAAW;;;2BAjCI,MAAM;;;CAqC1B,CAAC;AAEF,eAAe,WAAW,CAAC"}
1
+ {"version":3,"file":"collapsible.d.ts","sourceRoot":"","sources":["../../src/ui/collapsible.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAC1B,OAAO,KAAK,oBAAoB,MAAM,6BAA6B,CAAC;AAsBpE,MAAM,MAAM,oBAAoB,GAAG,KAAK,CAAC,wBAAwB,CAC/D,OAAO,oBAAoB,CAAC,IAAI,CACjC,CAAC;AAcF,MAAM,MAAM,uBAAuB,GAAG,KAAK,CAAC,wBAAwB,CAClE,OAAO,oBAAoB,CAAC,kBAAkB,CAC/C,GAAG;IAEF,gBAAgB,CAAC,EAAE,MAAM,CAAC;CAC3B,CAAC;AAiBF,MAAM,MAAM,uBAAuB,GAAG,KAAK,CAAC,wBAAwB,CAClE,OAAO,oBAAoB,CAAC,kBAAkB,CAC/C,CAAC;AAuBF,QAAA,MAAM,WAAW;;;2BA3CI,MAAM;;;CA+C1B,CAAC;AAEF,eAAe,WAAW,CAAC"}
@@ -1 +1 @@
1
- {"version":3,"file":"dropdown-menu.d.ts","sourceRoot":"","sources":["../../src/ui/dropdown-menu.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAC1B,OAAO,KAAK,qBAAqB,MAAM,+BAA+B,CAAC;AAEvE,OAAO,EAAM,KAAK,YAAY,EAAE,MAAM,mBAAmB,CAAC;AAI1D,QAAA,MAAM,mBAAmB,0HAAgC,CAAC;AAE1D,QAAA,MAAM,iBAAiB,qHAA8B,CAAC;AAEtD,QAAA,MAAM,kBAAkB,yDAA+B,CAAC;AAExD,QAAA,MAAM,eAAe,sDAA4B,CAAC;AAElD,QAAA,MAAM,sBAAsB,0HAAmC,CAAC;AAEhE,QAAA,MAAM,YAAY;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;2CAuDhB,CAAC;AAEH,KAAK,oBAAoB,GAAG,YAAY,CAAC,OAAO,YAAY,CAAC,CAAC;AAM9D,KAAK,iBAAiB,GAAG,KAAK,CAAC,wBAAwB,CACrD,OAAO,qBAAqB,CAAC,IAAI,CAClC,GACC,oBAAoB,CAAC;AAEvB,QAAA,MAAM,YAAY;yCAIf,iBAAiB;;CAQnB,CAAC;AAGF,QAAA,MAAM,sBAAsB;YAId,OAAO;wCAgBnB,CAAC;AAIH,QAAA,MAAM,sBAAsB,oMAe1B,CAAC;AAIH,QAAA,MAAM,mBAAmB,wOA4BxB,CAAC;AAGF,QAAA,MAAM,gBAAgB;YAIR,OAAO;wCAanB,CAAC;AAGH,QAAA,MAAM,wBAAwB,sMAuB5B,CAAC;AAIH,QAAA,MAAM,qBAAqB,mMAsBzB,CAAC;AAGH,QAAA,MAAM,iBAAiB;YAIT,OAAO;wCAanB,CAAC;AAGH,QAAA,MAAM,qBAAqB,mMAezB,CAAC;AAGH,QAAA,MAAM,oBAAoB;0CAIvB,KAAK,CAAC,cAAc,CAAC,eAAe,CAAC,GAAG,oBAAoB;;CAK9D,CAAC;AAGF,OAAO,EACL,YAAY,EACZ,mBAAmB,EACnB,mBAAmB,EACnB,gBAAgB,EAChB,wBAAwB,EACxB,qBAAqB,EACrB,iBAAiB,EACjB,qBAAqB,EACrB,oBAAoB,EACpB,iBAAiB,EACjB,kBAAkB,EAClB,eAAe,EACf,sBAAsB,EACtB,sBAAsB,EACtB,sBAAsB,GACvB,CAAC"}
1
+ {"version":3,"file":"dropdown-menu.d.ts","sourceRoot":"","sources":["../../src/ui/dropdown-menu.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAC1B,OAAO,KAAK,qBAAqB,MAAM,+BAA+B,CAAC;AAEvE,OAAO,EAAM,KAAK,YAAY,EAAE,MAAM,mBAAmB,CAAC;AAgB1D,QAAA,MAAM,mBAAmB,0HAAgC,CAAC;AAE1D,QAAA,MAAM,iBAAiB,qHAA8B,CAAC;AAEtD,QAAA,MAAM,kBAAkB,yDAA+B,CAAC;AAExD,QAAA,MAAM,eAAe,sDAA4B,CAAC;AAElD,QAAA,MAAM,sBAAsB,0HAAmC,CAAC;AAEhE,QAAA,MAAM,YAAY;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;2CAuDhB,CAAC;AAEH,KAAK,oBAAoB,GAAG,YAAY,CAAC,OAAO,YAAY,CAAC,CAAC;AAO9D,KAAK,iBAAiB,GAAG,KAAK,CAAC,wBAAwB,CACrD,OAAO,qBAAqB,CAAC,IAAI,CAClC,GACC,oBAAoB,CAAC;AAEvB,QAAA,MAAM,YAAY;yCAIf,iBAAiB;;CAQnB,CAAC;AAGF,QAAA,MAAM,sBAAsB;YAId,OAAO;wCAgBnB,CAAC;AAIH,QAAA,MAAM,sBAAsB,oMAe1B,CAAC;AAIH,QAAA,MAAM,mBAAmB,wOA4BxB,CAAC;AAGF,QAAA,MAAM,gBAAgB;YAIR,OAAO;wCAanB,CAAC;AAGH,QAAA,MAAM,wBAAwB,sMAuB5B,CAAC;AAIH,QAAA,MAAM,qBAAqB,mMAsBzB,CAAC;AAGH,QAAA,MAAM,iBAAiB;YAIT,OAAO;wCAanB,CAAC;AAGH,QAAA,MAAM,qBAAqB,mMAezB,CAAC;AAGH,QAAA,MAAM,oBAAoB;0CAIvB,KAAK,CAAC,cAAc,CAAC,eAAe,CAAC,GAAG,oBAAoB;;CAK9D,CAAC;AAGF,OAAO,EACL,YAAY,EACZ,mBAAmB,EACnB,mBAAmB,EACnB,gBAAgB,EAChB,wBAAwB,EACxB,qBAAqB,EACrB,iBAAiB,EACjB,qBAAqB,EACrB,oBAAoB,EACpB,iBAAiB,EACjB,kBAAkB,EAClB,eAAe,EACf,sBAAsB,EACtB,sBAAsB,EACtB,sBAAsB,GACvB,CAAC"}
@@ -1 +1 @@
1
- {"version":3,"file":"go-to-card.d.ts","sourceRoot":"","sources":["../../src/ui/go-to-card.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAO1B,OAAO,EAAM,YAAY,EAAE,MAAM,mBAAmB,CAAC;AAIrD,QAAA,MAAM,QAAQ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;2CAmHZ,CAAC;AAEH,KAAK,gBAAgB,GAAG,YAAY,CAAC,OAAO,QAAQ,CAAC,CAAC;AAEtD,KAAK,iBAAiB,GAAG;IACvB,KAAK,EAAE,KAAK,CAAC,SAAS,CAAC;IACvB,WAAW,CAAC,EAAE,KAAK,CAAC,SAAS,CAAC;IAC9B,IAAI,CAAC,EAAE,KAAK,CAAC,SAAS,CAAC;IACvB,aAAa,CAAC,EAAE,MAAM,CAAC;IACvB,SAAS,CAAC,EAAE,MAAM,CAAC;CACpB,GAAG,gBAAgB,CAAC;AAErB,KAAK,gBAAgB,GAAG,iBAAiB,GACvC,IAAI,CAAC,KAAK,CAAC,wBAAwB,CAAC,QAAQ,CAAC,EAAE,MAAM,iBAAiB,CAAC,GAAG;IACxE,EAAE,CAAC,EAAE,QAAQ,CAAC;CACf,CAAC;AAEJ,KAAK,gBAAgB,GAAG,iBAAiB,GACvC,IAAI,CAAC,KAAK,CAAC,wBAAwB,CAAC,GAAG,CAAC,EAAE,MAAM,iBAAiB,CAAC,GAAG;IACnE,EAAE,EAAE,GAAG,CAAC;CACT,CAAC;AAEJ,KAAK,cAAc,GAAG,iBAAiB,GACrC,MAAM,CAAC,MAAM,EAAE,OAAO,CAAC,GAAG;IACxB,EAAE,EAAE,KAAK,CAAC,aAAa,CAAC,MAAM,CAAC,MAAM,EAAE,OAAO,CAAC,CAAC,CAAC;IACjD,EAAE,CAAC,EAAE,MAAM,GAAG;QAAE,QAAQ,CAAC,EAAE,MAAM,CAAC;QAAC,MAAM,CAAC,EAAE,MAAM,CAAC;QAAC,IAAI,CAAC,EAAE,MAAM,CAAA;KAAE,CAAC;IACpE,cAAc,CAAC,EAAE,OAAO,CAAC;IACzB,OAAO,CAAC,EAAE,OAAO,CAAC;IAClB,KAAK,CAAC,EAAE,OAAO,CAAC;IAChB,kBAAkB,CAAC,EAAE,OAAO,CAAC;IAC7B,QAAQ,CAAC,EAAE,OAAO,GAAG,MAAM,CAAC;IAC5B,cAAc,CAAC,EAAE,OAAO,CAAC;CAC1B,CAAC;AAEJ,MAAM,MAAM,aAAa,GACrB,gBAAgB,GAChB,gBAAgB,GAChB,cAAc,CAAC;AASnB,QAAA,MAAM,QAAQ,mKA2Eb,CAAC;AAIF,eAAe,QAAQ,CAAC"}
1
+ {"version":3,"file":"go-to-card.d.ts","sourceRoot":"","sources":["../../src/ui/go-to-card.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAO1B,OAAO,EAAM,YAAY,EAAE,MAAM,mBAAmB,CAAC;AAIrD,QAAA,MAAM,QAAQ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;2CAmHZ,CAAC;AAEH,KAAK,gBAAgB,GAAG,YAAY,CAAC,OAAO,QAAQ,CAAC,CAAC;AAEtD,KAAK,iBAAiB,GAAG;IAEvB,KAAK,EAAE,KAAK,CAAC,SAAS,CAAC;IAEvB,WAAW,CAAC,EAAE,KAAK,CAAC,SAAS,CAAC;IAE9B,IAAI,CAAC,EAAE,KAAK,CAAC,SAAS,CAAC;IAEvB,aAAa,CAAC,EAAE,MAAM,CAAC;IACvB,SAAS,CAAC,EAAE,MAAM,CAAC;CACpB,GAAG,gBAAgB,CAAC;AAErB,KAAK,gBAAgB,GAAG,iBAAiB,GACvC,IAAI,CAAC,KAAK,CAAC,wBAAwB,CAAC,QAAQ,CAAC,EAAE,MAAM,iBAAiB,CAAC,GAAG;IACxE,EAAE,CAAC,EAAE,QAAQ,CAAC;CACf,CAAC;AAEJ,KAAK,gBAAgB,GAAG,iBAAiB,GACvC,IAAI,CAAC,KAAK,CAAC,wBAAwB,CAAC,GAAG,CAAC,EAAE,MAAM,iBAAiB,CAAC,GAAG;IACnE,EAAE,EAAE,GAAG,CAAC;CACT,CAAC;AAEJ,KAAK,cAAc,GAAG,iBAAiB,GACrC,MAAM,CAAC,MAAM,EAAE,OAAO,CAAC,GAAG;IACxB,EAAE,EAAE,KAAK,CAAC,aAAa,CAAC,MAAM,CAAC,MAAM,EAAE,OAAO,CAAC,CAAC,CAAC;IACjD,EAAE,CAAC,EAAE,MAAM,GAAG;QAAE,QAAQ,CAAC,EAAE,MAAM,CAAC;QAAC,MAAM,CAAC,EAAE,MAAM,CAAC;QAAC,IAAI,CAAC,EAAE,MAAM,CAAA;KAAE,CAAC;IACpE,cAAc,CAAC,EAAE,OAAO,CAAC;IACzB,OAAO,CAAC,EAAE,OAAO,CAAC;IAClB,KAAK,CAAC,EAAE,OAAO,CAAC;IAChB,kBAAkB,CAAC,EAAE,OAAO,CAAC;IAC7B,QAAQ,CAAC,EAAE,OAAO,GAAG,MAAM,CAAC;IAC5B,cAAc,CAAC,EAAE,OAAO,CAAC;CAC1B,CAAC;AAKJ,MAAM,MAAM,aAAa,GACrB,gBAAgB,GAChB,gBAAgB,GAChB,cAAc,CAAC;AAgBnB,QAAA,MAAM,QAAQ,mKA4Eb,CAAC;AAIF,eAAe,QAAQ,CAAC"}
@@ -1 +1 @@
1
- {"version":3,"file":"indicator.d.ts","sourceRoot":"","sources":["../../src/ui/indicator.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAM1B,OAAO,EAAM,YAAY,EAAE,MAAM,mBAAmB,CAAC;AAIrD,QAAA,MAAM,iBAAiB;;;;;;;;;;;;;;;;;;;;;4KAarB,CAAC;AAEH,MAAM,MAAM,cAAc,GAAG,KAAK,CAAC,cAAc,CAAC,cAAc,CAAC,GAC/D,YAAY,CAAC,OAAO,iBAAiB,CAAC,GAAG;IACvC,KAAK,EAAE,MAAM,GAAG,MAAM,CAAC;IACvB,IAAI,CAAC,EAAE,UAAU,GAAG,SAAS,GAAG,UAAU,CAAC;IAC3C,mBAAmB,CAAC,EAAE,OAAO,CAAC;CAC/B,CAAC;AAEJ,QAAA,MAAM,SAAS;;;;;;;;;;;;;;;;;;;;;;WALJ,MAAM,GAAG,MAAM;WACf,UAAU,GAAG,SAAS,GAAG,UAAU;0BACpB,OAAO;wCA4BhC,CAAC;AAEF,eAAe,SAAS,CAAC"}
1
+ {"version":3,"file":"indicator.d.ts","sourceRoot":"","sources":["../../src/ui/indicator.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAM1B,OAAO,EAAM,YAAY,EAAE,MAAM,mBAAmB,CAAC;AAIrD,QAAA,MAAM,iBAAiB;;;;;;;;;;;;;;;;;;;;;4KAarB,CAAC;AAEH,MAAM,MAAM,cAAc,GAAG,KAAK,CAAC,cAAc,CAAC,cAAc,CAAC,GAC/D,YAAY,CAAC,OAAO,iBAAiB,CAAC,GAAG;IAEvC,KAAK,EAAE,MAAM,GAAG,MAAM,CAAC;IAEvB,IAAI,CAAC,EAAE,UAAU,GAAG,SAAS,GAAG,UAAU,CAAC;IAE3C,mBAAmB,CAAC,EAAE,OAAO,CAAC;CAC/B,CAAC;AASJ,QAAA,MAAM,SAAS;;;;;;;;;;;;;;;;;;;;;;WAdJ,MAAM,GAAG,MAAM;WAEf,UAAU,GAAG,SAAS,GAAG,UAAU;0BAEpB,OAAO;wCAmChC,CAAC;AAEF,eAAe,SAAS,CAAC"}
@@ -1 +1 @@
1
- {"version":3,"file":"input-description.d.ts","sourceRoot":"","sources":["../../src/ui/input-description.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAI1B,OAAO,EAAE,YAAY,EAAM,MAAM,mBAAmB,CAAC;AAErD,QAAA,MAAM,wBAAwB;;;;;;;;;;;;;;;;;;;;;;;;;;;2CAa5B,CAAC;AAEH,MAAM,MAAM,qBAAqB,GAC/B,KAAK,CAAC,mBAAmB,CAAC,gBAAgB,CAAC,GACzC,YAAY,CAAC,OAAO,wBAAwB,CAAC,GAAG;IAC9C,IAAI,CAAC,EAAE,MAAM,CAAC;IACd,OAAO,CAAC,EAAE,OAAO,CAAC;IAClB,OAAO,CAAC,EAAE,OAAO,CAAC;IAClB,WAAW,CAAC,EAAE,MAAM,CAAC;CACtB,CAAC;AAEN,QAAA,MAAM,gBAAgB;8EAQnB,qBAAqB;;CAevB,CAAC;AAIF,eAAe,gBAAgB,CAAC"}
1
+ {"version":3,"file":"input-description.d.ts","sourceRoot":"","sources":["../../src/ui/input-description.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAI1B,OAAO,EAAE,YAAY,EAAM,MAAM,mBAAmB,CAAC;AAErD,QAAA,MAAM,wBAAwB;;;;;;;;;;;;;;;;;;;;;;;;;;;2CAa5B,CAAC;AAEH,MAAM,MAAM,qBAAqB,GAC/B,KAAK,CAAC,mBAAmB,CAAC,gBAAgB,CAAC,GACzC,YAAY,CAAC,OAAO,wBAAwB,CAAC,GAAG;IAE9C,IAAI,CAAC,EAAE,MAAM,CAAC;IAEd,OAAO,CAAC,EAAE,OAAO,CAAC;IAElB,OAAO,CAAC,EAAE,OAAO,CAAC;IAElB,WAAW,CAAC,EAAE,MAAM,CAAC;CACtB,CAAC;AAQN,QAAA,MAAM,gBAAgB;8EAQnB,qBAAqB;;CAevB,CAAC;AAIF,eAAe,gBAAgB,CAAC"}
@@ -1 +1 @@
1
- {"version":3,"file":"input.d.ts","sourceRoot":"","sources":["../../src/ui/input.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAC1B,OAAO,EAAM,KAAK,YAAY,EAAE,MAAM,mBAAmB,CAAC;AAI1D,eAAO,MAAM,aAAa;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;2CA4DxB,CAAC;AAEH,MAAM,MAAM,UAAU,GAAG,IAAI,CAC3B,KAAK,CAAC,mBAAmB,CAAC,gBAAgB,CAAC,EAC3C,MAAM,GAAG,QAAQ,GAAG,QAAQ,GAAG,WAAW,CAC3C,GACC,YAAY,CAAC,OAAO,aAAa,CAAC,GAAG;IACnC,EAAE,CAAC,EAAE,MAAM,CAAC;IACZ,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,YAAY,CAAC,EAAE,MAAM,CAAC;IACtB,MAAM,CAAC,EAAE,KAAK,CAAC,SAAS,CAAC;IACzB,MAAM,CAAC,EAAE,KAAK,CAAC,SAAS,CAAC;IACzB,OAAO,CAAC,EAAE,OAAO,CAAC;IAClB,cAAc,CAAC,EAAE,MAAM,CAAC;CACzB,CAAC;AAEJ,QAAA,MAAM,KAAK;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;SATF,MAAM;YACH,MAAM;mBACC,MAAM;aACZ,KAAK,CAAC,SAAS;aACf,KAAK,CAAC,SAAS;cACd,OAAO;qBACA,MAAM;0CAoD1B,CAAC;AAGF,eAAe,KAAK,CAAC"}
1
+ {"version":3,"file":"input.d.ts","sourceRoot":"","sources":["../../src/ui/input.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAC1B,OAAO,EAAM,KAAK,YAAY,EAAE,MAAM,mBAAmB,CAAC;AAK1D,eAAO,MAAM,aAAa;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;2CA4DxB,CAAC;AAEH,MAAM,MAAM,UAAU,GAAG,IAAI,CAC3B,KAAK,CAAC,mBAAmB,CAAC,gBAAgB,CAAC,EAC3C,MAAM,GAAG,QAAQ,GAAG,QAAQ,GAAG,WAAW,CAC3C,GACC,YAAY,CAAC,OAAO,aAAa,CAAC,GAAG;IACnC,EAAE,CAAC,EAAE,MAAM,CAAC;IACZ,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,YAAY,CAAC,EAAE,MAAM,CAAC;IAEtB,MAAM,CAAC,EAAE,KAAK,CAAC,SAAS,CAAC;IAEzB,MAAM,CAAC,EAAE,KAAK,CAAC,SAAS,CAAC;IAEzB,OAAO,CAAC,EAAE,OAAO,CAAC;IAElB,cAAc,CAAC,EAAE,MAAM,CAAC;CACzB,CAAC;AASJ,QAAA,MAAM,KAAK;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;SApBF,MAAM;YACH,MAAM;mBACC,MAAM;aAEZ,KAAK,CAAC,SAAS;aAEf,KAAK,CAAC,SAAS;cAEd,OAAO;qBAEA,MAAM;0CA2D1B,CAAC;AAGF,eAAe,KAAK,CAAC"}
@@ -1 +1 @@
1
- {"version":3,"file":"dropdown-content.d.ts","sourceRoot":"","sources":["../../../src/ui/internal/dropdown-content.tsx"],"names":[],"mappings":"AAGA,MAAM,MAAM,aAAa,GAAG;IAC1B,OAAO,EAAE;QAAE,IAAI,EAAE,MAAM,CAAC;QAAC,KAAK,EAAE,MAAM,CAAA;KAAE,EAAE,CAAC;IAC3C,QAAQ,CAAC,EAAE,MAAM,CAAC;IAClB,QAAQ,CAAC,EAAE,CAAC,KAAK,EAAE,MAAM,KAAK,IAAI,CAAC;IACnC,SAAS,CAAC,EAAE,MAAM,CAAC;CACpB,CAAC;AAEF,QAAA,MAAM,eAAe,gDAKlB,aAAa,4CAwBf,CAAC;AAEF,OAAO,EAAE,eAAe,EAAE,CAAC"}
1
+ {"version":3,"file":"dropdown-content.d.ts","sourceRoot":"","sources":["../../../src/ui/internal/dropdown-content.tsx"],"names":[],"mappings":"AAIA,MAAM,MAAM,aAAa,GAAG;IAC1B,OAAO,EAAE;QAAE,IAAI,EAAE,MAAM,CAAC;QAAC,KAAK,EAAE,MAAM,CAAA;KAAE,EAAE,CAAC;IAC3C,QAAQ,CAAC,EAAE,MAAM,CAAC;IAClB,QAAQ,CAAC,EAAE,CAAC,KAAK,EAAE,MAAM,KAAK,IAAI,CAAC;IACnC,SAAS,CAAC,EAAE,MAAM,CAAC;CACpB,CAAC;AAKF,QAAA,MAAM,eAAe,gDAKlB,aAAa,4CAwBf,CAAC;AAEF,OAAO,EAAE,eAAe,EAAE,CAAC"}
@@ -1 +1 @@
1
- {"version":3,"file":"label.d.ts","sourceRoot":"","sources":["../../src/ui/label.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAG1B,OAAO,EAAE,YAAY,EAAM,MAAM,mBAAmB,CAAC;AACrD,OAAO,EAAE,cAAc,EAAE,MAAM,OAAO,CAAC;AAEvC,QAAA,MAAM,aAAa;;;;;;;;;;;;kFAOjB,CAAC;AAEH,MAAM,MAAM,UAAU,GAAG,cAAc,CAAC,eAAe,CAAC,GACtD,YAAY,CAAC,OAAO,aAAa,CAAC,GAAG;IACnC,IAAI,CAAC,EAAE,MAAM,CAAC;IACd,MAAM,CAAC,EAAE,KAAK,CAAC,WAAW,CAAC;IAC3B,OAAO,CAAC,EAAE,MAAM,CAAC;CAClB,CAAC;AAEJ,QAAA,MAAM,KAAK;sEAOR,UAAU;;CAUZ,CAAC;AAIF,eAAe,KAAK,CAAC"}
1
+ {"version":3,"file":"label.d.ts","sourceRoot":"","sources":["../../src/ui/label.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAG1B,OAAO,EAAE,YAAY,EAAM,MAAM,mBAAmB,CAAC;AACrD,OAAO,EAAE,cAAc,EAAE,MAAM,OAAO,CAAC;AAEvC,QAAA,MAAM,aAAa;;;;;;;;;;;;kFAOjB,CAAC;AAEH,MAAM,MAAM,UAAU,GAAG,cAAc,CAAC,eAAe,CAAC,GACtD,YAAY,CAAC,OAAO,aAAa,CAAC,GAAG;IAEnC,IAAI,CAAC,EAAE,MAAM,CAAC;IAEd,MAAM,CAAC,EAAE,KAAK,CAAC,WAAW,CAAC;IAE3B,OAAO,CAAC,EAAE,MAAM,CAAC;CAClB,CAAC;AASJ,QAAA,MAAM,KAAK;sEAOR,UAAU;;CAUZ,CAAC;AAIF,eAAe,KAAK,CAAC"}
@@ -1 +1 @@
1
- {"version":3,"file":"loading.d.ts","sourceRoot":"","sources":["../../src/ui/loading.tsx"],"names":[],"mappings":"AA4CA,MAAM,MAAM,YAAY,GAAG;IACzB,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,IAAI,CAAC,EAAE,MAAM,GAAG,OAAO,GAAG,QAAQ,GAAG,OAAO,GAAG,MAAM,CAAC;IACtD,KAAK,CAAC,EACF,OAAO,GACP,KAAK,GACL,MAAM,GACN,OAAO,GACP,MAAM,GACN,QAAQ,GACR,aAAa,CAAC;IAClB,IAAI,CAAC,EAAE,OAAO,GAAG,KAAK,GAAG,MAAM,GAAG,OAAO,GAAG,MAAM,GAAG,QAAQ,GAAG,aAAa,CAAC;CAC/E,CAAC;AAEF,QAAA,MAAM,OAAO,sCAKV,YAAY,4CA4Bd,CAAC;AAEF,eAAe,OAAO,CAAC"}
1
+ {"version":3,"file":"loading.d.ts","sourceRoot":"","sources":["../../src/ui/loading.tsx"],"names":[],"mappings":"AA4CA,MAAM,MAAM,YAAY,GAAG;IACzB,SAAS,CAAC,EAAE,MAAM,CAAC;IAEnB,IAAI,CAAC,EAAE,MAAM,GAAG,OAAO,GAAG,QAAQ,GAAG,OAAO,GAAG,MAAM,CAAC;IAEtD,KAAK,CAAC,EACF,OAAO,GACP,KAAK,GACL,MAAM,GACN,OAAO,GACP,MAAM,GACN,QAAQ,GACR,aAAa,CAAC;IAElB,IAAI,CAAC,EAAE,OAAO,GAAG,KAAK,GAAG,MAAM,GAAG,OAAO,GAAG,MAAM,GAAG,QAAQ,GAAG,aAAa,CAAC;CAC/E,CAAC;AASF,QAAA,MAAM,OAAO,sCAKV,YAAY,4CA4Bd,CAAC;AAEF,eAAe,OAAO,CAAC"}
@@ -1,3 +1,4 @@
1
+ import * as React from 'react';
1
2
  import { ToastContainerProps, ToastOptions } from 'react-toastify';
2
3
  import { VariantProps } from 'tailwind-variants';
3
4
  import 'react-toastify/dist/ReactToastify.min.css';
@@ -1 +1 @@
1
- {"version":3,"file":"message.d.ts","sourceRoot":"","sources":["../../src/ui/message.tsx"],"names":[],"mappings":"AAQA,OAAO,EAEL,mBAAmB,EACnB,YAAY,EAEb,MAAM,gBAAgB,CAAC;AACxB,OAAO,EAAM,YAAY,EAAE,MAAM,mBAAmB,CAAC;AAErD,OAAO,2CAA2C,CAAC;AAEnD,oBAAY,WAAW;IACrB,OAAO,YAAY;IACnB,IAAI,SAAS;IACb,OAAO,YAAY;IACnB,MAAM,UAAU;IAChB,OAAO,YAAY;CACpB;AAED,QAAA,MAAM,eAAe;;;;;;;;;;;;;;;;;;;;;;;;4IAgBnB,CAAC;AAEH,MAAM,MAAM,YAAY,GAAG,KAAK,CAAC,cAAc,CAAC,cAAc,CAAC,GAC7D,YAAY,CAAC,OAAO,eAAe,CAAC,GAAG;IACrC,IAAI,EAAE,MAAM,GAAG,KAAK,CAAC,SAAS,CAAC;IAC/B,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,QAAQ,CAAC,EAAE,MAAM,GAAG,KAAK,CAAC;IAC1B,GAAG,CAAC,EAAE,MAAM,CAAC;IACb,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,OAAO,CAAC,EAAE,MAAM,IAAI,CAAC;IACrB,OAAO,CAAC,EAAE,MAAM,IAAI,CAAC;CACtB,GAAG,IAAI,CAAC,YAAY,EAAE,MAAM,CAAC,CAAC;AAiDjC,QAAA,MAAM,OAAO;oBAEK,YAAY,CAAC,MAAM,CAAC,aAAa,YAAY,CAAC,UAAU,CAAC;kBAG3D,YAAY,CAAC,MAAM,CAAC,aAAa,YAAY,CAAC,UAAU,CAAC;iBAG1D,YAAY,CAAC,MAAM,CAAC,aAAa,YAAY,CAAC,UAAU,CAAC;oBAGtD,YAAY,CAAC,MAAM,CAAC,aAAa,YAAY,CAAC,UAAU,CAAC;oBAGzD,YAAY,CAAC,MAAM,CAAC,aAAa,YAAY,CAAC,UAAU,CAAC;;uFA5CtE,YAAY;CAgDhB,CAAC;AAEF,eAAO,MAAM,gBAAgB,UAAW,mBAAmB,4CAiB1D,CAAC;AAEF,eAAe,OAAO,CAAC"}
1
+ {"version":3,"file":"message.d.ts","sourceRoot":"","sources":["../../src/ui/message.tsx"],"names":[],"mappings":"AAOA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAC/B,OAAO,EAEL,mBAAmB,EACnB,YAAY,EAEb,MAAM,gBAAgB,CAAC;AACxB,OAAO,EAAM,YAAY,EAAE,MAAM,mBAAmB,CAAC;AAErD,OAAO,2CAA2C,CAAC;AAGnD,oBAAY,WAAW;IACrB,OAAO,YAAY;IACnB,IAAI,SAAS;IACb,OAAO,YAAY;IACnB,MAAM,UAAU;IAChB,OAAO,YAAY;CACpB;AAED,QAAA,MAAM,eAAe;;;;;;;;;;;;;;;;;;;;;;;;4IAgBnB,CAAC;AAEH,MAAM,MAAM,YAAY,GAAG,KAAK,CAAC,cAAc,CAAC,cAAc,CAAC,GAC7D,YAAY,CAAC,OAAO,eAAe,CAAC,GAAG;IAErC,IAAI,EAAE,MAAM,GAAG,KAAK,CAAC,SAAS,CAAC;IAE/B,QAAQ,CAAC,EAAE,OAAO,CAAC;IAEnB,QAAQ,CAAC,EAAE,MAAM,GAAG,KAAK,CAAC;IAC1B,GAAG,CAAC,EAAE,MAAM,CAAC;IAEb,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,OAAO,CAAC,EAAE,MAAM,IAAI,CAAC;IACrB,OAAO,CAAC,EAAE,MAAM,IAAI,CAAC;CACtB,GAAG,IAAI,CAAC,YAAY,EAAE,MAAM,CAAC,CAAC;AA8DjC,QAAA,MAAM,OAAO;oBAEK,YAAY,CAAC,MAAM,CAAC,aAAa,YAAY,CAAC,UAAU,CAAC;kBAG3D,YAAY,CAAC,MAAM,CAAC,aAAa,YAAY,CAAC,UAAU,CAAC;iBAG1D,YAAY,CAAC,MAAM,CAAC,aAAa,YAAY,CAAC,UAAU,CAAC;oBAGtD,YAAY,CAAC,MAAM,CAAC,aAAa,YAAY,CAAC,UAAU,CAAC;oBAGzD,YAAY,CAAC,MAAM,CAAC,aAAa,YAAY,CAAC,UAAU,CAAC;;uFAnDtE,YAAY;CAuDhB,CAAC;AAGF,eAAO,MAAM,gBAAgB,UAAW,mBAAmB,4CAiB1D,CAAC;AAEF,eAAe,OAAO,CAAC"}
@@ -1 +1 @@
1
- {"version":3,"file":"popover.d.ts","sourceRoot":"","sources":["../../src/ui/popover.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAC/B,OAAO,KAAK,gBAAgB,MAAM,yBAAyB,CAAC;AAG5D,QAAA,MAAM,OAAO,yCAAwB,CAAC;AAEtC,QAAA,MAAM,cAAc,gHAA2B,CAAC;AAEhD,QAAA,MAAM,cAAc,gKAgBlB,CAAC;AAGH,OAAO,EAAE,OAAO,EAAE,cAAc,EAAE,cAAc,EAAE,CAAC"}
1
+ {"version":3,"file":"popover.d.ts","sourceRoot":"","sources":["../../src/ui/popover.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAC/B,OAAO,KAAK,gBAAgB,MAAM,yBAAyB,CAAC;AAI5D,QAAA,MAAM,OAAO,yCAAwB,CAAC;AAGtC,QAAA,MAAM,cAAc,gHAA2B,CAAC;AAWhD,QAAA,MAAM,cAAc,gKAgBlB,CAAC;AAGH,OAAO,EAAE,OAAO,EAAE,cAAc,EAAE,cAAc,EAAE,CAAC"}
@@ -1 +1 @@
1
- {"version":3,"file":"progress-bar.d.ts","sourceRoot":"","sources":["../../src/ui/progress-bar.tsx"],"names":[],"mappings":"AAEA,OAAO,KAAK,MAAM,OAAO,CAAC;AAE1B,MAAM,MAAM,gBAAgB,GAAG,KAAK,CAAC,cAAc,CAAC,cAAc,CAAC,GAAG;IACpE,KAAK,EAAE,MAAM,CAAC;IACd,KAAK,EAAE,MAAM,CAAC;IACd,UAAU,EAAE,MAAM,CAAC;CACpB,CAAC;AAEF,QAAA,MAAM,WAAW,EAAE,KAAK,CAAC,EAAE,CAAC,gBAAgB,CA2B3C,CAAC;AAEF,eAAe,WAAW,CAAC"}
1
+ {"version":3,"file":"progress-bar.d.ts","sourceRoot":"","sources":["../../src/ui/progress-bar.tsx"],"names":[],"mappings":"AAEA,OAAO,KAAK,MAAM,OAAO,CAAC;AAE1B,MAAM,MAAM,gBAAgB,GAAG,KAAK,CAAC,cAAc,CAAC,cAAc,CAAC,GAAG;IAEpE,KAAK,EAAE,MAAM,CAAC;IAEd,KAAK,EAAE,MAAM,CAAC;IAEd,UAAU,EAAE,MAAM,CAAC;CACpB,CAAC;AAQF,QAAA,MAAM,WAAW,EAAE,KAAK,CAAC,EAAE,CAAC,gBAAgB,CA2B3C,CAAC;AAEF,eAAe,WAAW,CAAC"}
@@ -1 +1 @@
1
- {"version":3,"file":"progress.d.ts","sourceRoot":"","sources":["../../src/ui/progress.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAC1B,OAAO,EAAM,YAAY,EAAE,MAAM,mBAAmB,CAAC;AAOrD,QAAA,MAAM,gBAAgB;;;;;;;;;;;;;;;qEAQpB,CAAC;AAEH,KAAK,WAAW,GAAG;IACjB,KAAK,EAAE,MAAM,CAAC;CACf,CAAC;AAEF,MAAM,MAAM,sBAAsB,GAAG,KAAK,CAAC,cAAc,CAAC,cAAc,CAAC,GACvE,YAAY,CAAC,OAAO,gBAAgB,CAAC,GACrC,IAAI,CAAC,WAAW,EAAE,OAAO,CAAC,GAAG;IAC3B,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,KAAK,EAAE,MAAM,GAAG,MAAM,CAAC;IACvB,mBAAmB,CAAC,EAAE,OAAO,CAAC;CAC/B,CAAC;AA8BJ,MAAM,MAAM,WAAW,GAAG,KAAK,CAAC,cAAc,CAAC,cAAc,CAAC,GAC5D,YAAY,CAAC,OAAO,gBAAgB,CAAC,GACrC,WAAW,GAAG;IACZ,IAAI,CAAC,EAAE,KAAK,CAAC,WAAW,CAAC;CAC1B,CAAC;AAyCJ,MAAM,MAAM,aAAa,GAAG,KAAK,CAAC,cAAc,CAAC,cAAc,CAAC,GAC9D,YAAY,CAAC,OAAO,gBAAgB,CAAC,GACrC,WAAW,GAAG;IACZ,IAAI,EAAE,KAAK,CAAC,SAAS,GAAG,MAAM,CAAC;CAChC,CAAC;AA4BJ,QAAA,MAAM,QAAQ,EAAE;IACd,SAAS,EAAE,KAAK,CAAC,yBAAyB,CAAC,sBAAsB,CAAC,CAAC;IACnE,MAAM,EAAE,KAAK,CAAC,yBAAyB,CAAC,WAAW,CAAC,CAAC;IACrD,QAAQ,EAAE,KAAK,CAAC,yBAAyB,CAAC,aAAa,CAAC,CAAC;CAK1D,CAAC;AAEF,eAAe,QAAQ,CAAC"}
1
+ {"version":3,"file":"progress.d.ts","sourceRoot":"","sources":["../../src/ui/progress.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAC1B,OAAO,EAAM,YAAY,EAAE,MAAM,mBAAmB,CAAC;AAOrD,QAAA,MAAM,gBAAgB;;;;;;;;;;;;;;;qEAQpB,CAAC;AAEH,KAAK,WAAW,GAAG;IACjB,KAAK,EAAE,MAAM,CAAC;CACf,CAAC;AAEF,MAAM,MAAM,sBAAsB,GAAG,KAAK,CAAC,cAAc,CAAC,cAAc,CAAC,GACvE,YAAY,CAAC,OAAO,gBAAgB,CAAC,GACrC,IAAI,CAAC,WAAW,EAAE,OAAO,CAAC,GAAG;IAE3B,WAAW,CAAC,EAAE,MAAM,CAAC;IAErB,KAAK,EAAE,MAAM,GAAG,MAAM,CAAC;IAEvB,mBAAmB,CAAC,EAAE,OAAO,CAAC;CAC/B,CAAC;AA8BJ,MAAM,MAAM,WAAW,GAAG,KAAK,CAAC,cAAc,CAAC,cAAc,CAAC,GAC5D,YAAY,CAAC,OAAO,gBAAgB,CAAC,GACrC,WAAW,GAAG;IAEZ,IAAI,CAAC,EAAE,KAAK,CAAC,WAAW,CAAC;CAC1B,CAAC;AAyCJ,MAAM,MAAM,aAAa,GAAG,KAAK,CAAC,cAAc,CAAC,cAAc,CAAC,GAC9D,YAAY,CAAC,OAAO,gBAAgB,CAAC,GACrC,WAAW,GAAG;IAEZ,IAAI,EAAE,KAAK,CAAC,SAAS,GAAG,MAAM,CAAC;CAChC,CAAC;AAkCJ,QAAA,MAAM,QAAQ,EAAE;IACd,SAAS,EAAE,KAAK,CAAC,yBAAyB,CAAC,sBAAsB,CAAC,CAAC;IACnE,MAAM,EAAE,KAAK,CAAC,yBAAyB,CAAC,WAAW,CAAC,CAAC;IACrD,QAAQ,EAAE,KAAK,CAAC,yBAAyB,CAAC,aAAa,CAAC,CAAC;CAK1D,CAAC;AAEF,eAAe,QAAQ,CAAC"}
@@ -1 +1 @@
1
- {"version":3,"file":"radio.d.ts","sourceRoot":"","sources":["../../src/ui/radio.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAC1B,OAAO,KAAK,mBAAmB,MAAM,6BAA6B,CAAC;AAEnE,OAAO,EAAM,YAAY,EAAE,MAAM,mBAAmB,CAAC;AAGrD,OAAc,EAAE,UAAU,EAAE,MAAM,SAAS,CAAC;AAE5C,MAAM,MAAM,eAAe,GAAG,KAAK,CAAC,wBAAwB,CAC1D,OAAO,mBAAmB,CAAC,IAAI,CAChC,CAAC;AAiBF,MAAM,MAAM,cAAc,GAAG,KAAK,CAAC,wBAAwB,CACzD,OAAO,mBAAmB,CAAC,IAAI,CAChC,CAAC;AAqBF,QAAA,MAAM,SAAS;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;2CAuDb,CAAC;AAEH,KAAK,iBAAiB,GAAG,YAAY,CAAC,OAAO,SAAS,CAAC,CAAC;AAExD,MAAM,MAAM,cAAc,GAAG,IAAI,CAAC,cAAc,EAAE,OAAO,CAAC,GACxD,iBAAiB,GAAG;IAClB,KAAK,EAAE,KAAK,CAAC,SAAS,CAAC;IACvB,WAAW,CAAC,EAAE,KAAK,CAAC,SAAS,CAAC;IAC9B,IAAI,CAAC,EAAE,KAAK,CAAC,WAAW,CAAC;IACzB,UAAU,CAAC,EAAE,IAAI,CAAC,UAAU,EAAE,MAAM,CAAC,CAAC;CACvC,CAAC;AA6EJ,QAAA,MAAM,KAAK;;;;eAjFA,KAAK,CAAC,SAAS;sBACR,KAAK,CAAC,SAAS;eACtB,KAAK,CAAC,WAAW;qBACX,IAAI,CAAC,UAAU,EAAE,MAAM,CAAC;;CAkFxC,CAAC;AAEF,eAAe,KAAK,CAAC"}
1
+ {"version":3,"file":"radio.d.ts","sourceRoot":"","sources":["../../src/ui/radio.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAC1B,OAAO,KAAK,mBAAmB,MAAM,6BAA6B,CAAC;AAEnE,OAAO,EAAM,YAAY,EAAE,MAAM,mBAAmB,CAAC;AAGrD,OAAc,EAAE,UAAU,EAAE,MAAM,SAAS,CAAC;AAG5C,MAAM,MAAM,eAAe,GAAG,KAAK,CAAC,wBAAwB,CAC1D,OAAO,mBAAmB,CAAC,IAAI,CAChC,CAAC;AAkBF,MAAM,MAAM,cAAc,GAAG,KAAK,CAAC,wBAAwB,CACzD,OAAO,mBAAmB,CAAC,IAAI,CAChC,CAAC;AAqBF,QAAA,MAAM,SAAS;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;2CAuDb,CAAC;AAEH,KAAK,iBAAiB,GAAG,YAAY,CAAC,OAAO,SAAS,CAAC,CAAC;AAExD,MAAM,MAAM,cAAc,GAAG,IAAI,CAAC,cAAc,EAAE,OAAO,CAAC,GACxD,iBAAiB,GAAG;IAElB,KAAK,EAAE,KAAK,CAAC,SAAS,CAAC;IACvB,WAAW,CAAC,EAAE,KAAK,CAAC,SAAS,CAAC;IAC9B,IAAI,CAAC,EAAE,KAAK,CAAC,WAAW,CAAC;IAEzB,UAAU,CAAC,EAAE,IAAI,CAAC,UAAU,EAAE,MAAM,CAAC,CAAC;CACvC,CAAC;AAsFJ,QAAA,MAAM,KAAK;;;;eA3FA,KAAK,CAAC,SAAS;sBACR,KAAK,CAAC,SAAS;eACtB,KAAK,CAAC,WAAW;qBAEX,IAAI,CAAC,UAAU,EAAE,MAAM,CAAC;;CA2FxC,CAAC;AAEF,eAAe,KAAK,CAAC"}
@@ -1 +1 @@
1
- {"version":3,"file":"scope.d.ts","sourceRoot":"","sources":["../../src/ui/scope.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAC1B,OAAO,KAAK,oBAAoB,MAAM,8BAA8B,CAAC;AACrE,OAAO,EAAE,KAAK,YAAY,EAAE,MAAM,0BAA0B,CAAC;AAM7D,QAAA,MAAM,aAAa;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;2CAkFjB,CAAC;AAUH,MAAM,MAAM,eAAe,GAAG,IAAI,CAChC,KAAK,CAAC,wBAAwB,CAAC,OAAO,oBAAoB,CAAC,IAAI,CAAC,EAChE,MAAM,CACP,GACC,YAAY,CAAC,OAAO,aAAa,CAAC,CAAC;AA6BrC,MAAM,MAAM,cAAc,GAAG,KAAK,CAAC,wBAAwB,CACzD,OAAO,oBAAoB,CAAC,IAAI,CACjC,GACC,YAAY,CAAC,OAAO,aAAa,CAAC,GAAG;IACnC,IAAI,EAAE,MAAM,CAAC;IACb,IAAI,CAAC,EAAE,KAAK,CAAC,WAAW,CAAC;CAC1B,CAAC;AA+BJ,QAAA,MAAM,KAAK,EAAE;IACX,KAAK,EAAE,KAAK,CAAC,yBAAyB,CAAC,eAAe,CAAC,CAAC;IACxD,IAAI,EAAE,KAAK,CAAC,yBAAyB,CAAC,cAAc,CAAC,CAAC;CAIvD,CAAC;AAEF,eAAe,KAAK,CAAC"}
1
+ {"version":3,"file":"scope.d.ts","sourceRoot":"","sources":["../../src/ui/scope.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAC1B,OAAO,KAAK,oBAAoB,MAAM,8BAA8B,CAAC;AACrE,OAAO,EAAE,KAAK,YAAY,EAAE,MAAM,0BAA0B,CAAC;AAM7D,QAAA,MAAM,aAAa;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;2CAkFjB,CAAC;AAWH,MAAM,MAAM,eAAe,GAAG,IAAI,CAChC,KAAK,CAAC,wBAAwB,CAAC,OAAO,oBAAoB,CAAC,IAAI,CAAC,EAChE,MAAM,CACP,GACC,YAAY,CAAC,OAAO,aAAa,CAAC,CAAC;AA6BrC,MAAM,MAAM,cAAc,GAAG,KAAK,CAAC,wBAAwB,CACzD,OAAO,oBAAoB,CAAC,IAAI,CACjC,GACC,YAAY,CAAC,OAAO,aAAa,CAAC,GAAG;IAEnC,IAAI,EAAE,MAAM,CAAC;IACb,IAAI,CAAC,EAAE,KAAK,CAAC,WAAW,CAAC;CAC1B,CAAC;AAuCJ,QAAA,MAAM,KAAK,EAAE;IACX,KAAK,EAAE,KAAK,CAAC,yBAAyB,CAAC,eAAe,CAAC,CAAC;IACxD,IAAI,EAAE,KAAK,CAAC,yBAAyB,CAAC,cAAc,CAAC,CAAC;CAIvD,CAAC;AAEF,eAAe,KAAK,CAAC"}
@@ -1 +1 @@
1
- {"version":3,"file":"search.d.ts","sourceRoot":"","sources":["../../src/ui/search.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAQ/B,OAAO,EAAM,YAAY,EAAE,MAAM,mBAAmB,CAAC;AAGrD,OAAO,EAAE,aAAa,EAAE,MAAM,SAAS,CAAC;AAExC,OAAO,EAAmB,aAAa,EAAE,MAAM,6BAA6B,CAAC;AAwC7E,MAAM,MAAM,WAAW,GAAG,KAAK,CAAC,mBAAmB,CAAC,gBAAgB,CAAC,GACnE,YAAY,CAAC,OAAO,aAAa,CAAC,GAAG;IACnC,KAAK,CAAC,EAAE,aAAa,CAAC;CACvB,CAAC;AAEJ,QAAA,MAAM,MAAM;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;YAHA,aAAa;0CAiDxB,CAAC;AAsCF,eAAe,MAAM,CAAC"}
1
+ {"version":3,"file":"search.d.ts","sourceRoot":"","sources":["../../src/ui/search.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAQ/B,OAAO,EAAM,YAAY,EAAE,MAAM,mBAAmB,CAAC;AAGrD,OAAO,EAAE,aAAa,EAAE,MAAM,SAAS,CAAC;AAExC,OAAO,EAAmB,aAAa,EAAE,MAAM,6BAA6B,CAAC;AAwC7E,MAAM,MAAM,WAAW,GAAG,KAAK,CAAC,mBAAmB,CAAC,gBAAgB,CAAC,GACnE,YAAY,CAAC,OAAO,aAAa,CAAC,GAAG;IAEnC,KAAK,CAAC,EAAE,aAAa,CAAC;CACvB,CAAC;AASJ,QAAA,MAAM,MAAM;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;YAVA,aAAa;0CAwDxB,CAAC;AAsCF,eAAe,MAAM,CAAC"}
@@ -1 +1 @@
1
- {"version":3,"file":"select-card.d.ts","sourceRoot":"","sources":["../../src/ui/select-card.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAC1B,OAAO,KAAK,mBAAmB,MAAM,6BAA6B,CAAC;AACnE,OAAO,EAAM,YAAY,EAAE,MAAM,mBAAmB,CAAC;AAIrD,MAAM,MAAM,oBAAoB,GAAG,KAAK,CAAC,wBAAwB,CAC/D,OAAO,mBAAmB,CAAC,IAAI,CAChC,CAAC;AAiBF,QAAA,MAAM,UAAU;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;2CAkGd,CAAC;AAEH,KAAK,kBAAkB,GAAG,YAAY,CAAC,OAAO,UAAU,CAAC,CAAC;AAE1D,MAAM,MAAM,mBAAmB,GAAG,IAAI,CACpC,KAAK,CAAC,wBAAwB,CAAC,OAAO,mBAAmB,CAAC,IAAI,CAAC,EAC/D,OAAO,CACR,GACC,kBAAkB,GAAG;IACnB,KAAK,EAAE,KAAK,CAAC,SAAS,CAAC;IACvB,WAAW,CAAC,EAAE,KAAK,CAAC,SAAS,CAAC;IAC9B,IAAI,CAAC,EAAE,KAAK,CAAC,SAAS,CAAC;IACvB,aAAa,CAAC,EAAE,MAAM,CAAC;CACxB,CAAC;AAsDJ,QAAA,MAAM,UAAU;;;eA1DL,KAAK,CAAC,SAAS;sBACR,KAAK,CAAC,SAAS;eACtB,KAAK,CAAC,SAAS;wBACN,MAAM;;CA0DzB,CAAC;AAEF,eAAe,UAAU,CAAC"}
1
+ {"version":3,"file":"select-card.d.ts","sourceRoot":"","sources":["../../src/ui/select-card.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAC1B,OAAO,KAAK,mBAAmB,MAAM,6BAA6B,CAAC;AACnE,OAAO,EAAM,YAAY,EAAE,MAAM,mBAAmB,CAAC;AAKrD,MAAM,MAAM,oBAAoB,GAAG,KAAK,CAAC,wBAAwB,CAC/D,OAAO,mBAAmB,CAAC,IAAI,CAChC,CAAC;AAiBF,QAAA,MAAM,UAAU;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;2CAmGd,CAAC;AAEH,KAAK,kBAAkB,GAAG,YAAY,CAAC,OAAO,UAAU,CAAC,CAAC;AAG1D,MAAM,MAAM,mBAAmB,GAAG,IAAI,CACpC,KAAK,CAAC,wBAAwB,CAAC,OAAO,mBAAmB,CAAC,IAAI,CAAC,EAC/D,OAAO,CACR,GACC,kBAAkB,GAAG;IACnB,KAAK,EAAE,KAAK,CAAC,SAAS,CAAC;IACvB,WAAW,CAAC,EAAE,KAAK,CAAC,SAAS,CAAC;IAC9B,IAAI,CAAC,EAAE,KAAK,CAAC,SAAS,CAAC;IACvB,aAAa,CAAC,EAAE,MAAM,CAAC;CACxB,CAAC;AA8DJ,QAAA,MAAM,UAAU;;;eAlEL,KAAK,CAAC,SAAS;sBACR,KAAK,CAAC,SAAS;eACtB,KAAK,CAAC,SAAS;wBACN,MAAM;;CAkEzB,CAAC;AAEF,eAAe,UAAU,CAAC"}