@sigtes/ui 0.0.7 → 0.0.8

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 (66) hide show
  1. package/dist/components/badge/Badge.d.ts +6 -0
  2. package/dist/components/badge/badgeVariants.d.ts +3 -0
  3. package/dist/components/badge/index.d.ts +2 -0
  4. package/dist/components/button/Button.d.ts +1 -5
  5. package/dist/components/button/buttonVariants.d.ts +4 -0
  6. package/dist/components/button/index.d.ts +2 -1
  7. package/dist/components/calendar/Calendar.d.ts +7 -0
  8. package/dist/components/calendar/DatePicker.d.ts +6 -0
  9. package/dist/components/calendar/DateRangePicker.d.ts +9 -0
  10. package/dist/components/calendar/index.d.ts +4 -0
  11. package/dist/components/card/Card.d.ts +8 -0
  12. package/dist/components/card/CardExample.d.ts +1 -0
  13. package/dist/components/card/index.d.ts +1 -0
  14. package/dist/components/checkbox/Checkbox.d.ts +3 -0
  15. package/dist/components/checkbox/index.d.ts +1 -0
  16. package/dist/components/collapsible/Collapsible.d.ts +4 -0
  17. package/dist/components/collapsible/index.d.ts +1 -0
  18. package/dist/components/combobox/Combobox.d.ts +10 -0
  19. package/dist/components/combobox/index.d.ts +1 -0
  20. package/dist/components/command/Command.d.ts +17 -0
  21. package/dist/components/command/index.d.ts +1 -0
  22. package/dist/components/data-table-faceted-filter/data-table-faceted-filter.d.ts +17 -0
  23. package/dist/components/data-table-faceted-filter/index.d.ts +1 -0
  24. package/dist/components/dialog/Dialog.d.ts +14 -0
  25. package/dist/components/dialog/index.d.ts +1 -0
  26. package/dist/components/form/Form.d.ts +23 -0
  27. package/dist/components/form/index.d.ts +1 -0
  28. package/dist/components/input/Input.d.ts +2 -2
  29. package/dist/components/popover/Popover.d.ts +6 -0
  30. package/dist/components/popover/index.d.ts +1 -0
  31. package/dist/components/separator/Separator.d.ts +3 -0
  32. package/dist/components/separator/index.d.ts +1 -0
  33. package/dist/components/skeleton/Skeleton.d.ts +1 -0
  34. package/dist/components/skeleton/index.d.ts +1 -0
  35. package/dist/components/sonner/Sonner.d.ts +2 -0
  36. package/dist/components/sonner/index.d.ts +3 -0
  37. package/dist/components/table/DataTable.d.ts +1 -7
  38. package/dist/components/tabs/Tabs.d.ts +6 -0
  39. package/dist/components/tabs/index.d.ts +1 -0
  40. package/dist/components/textarea/Textarea.d.ts +2 -0
  41. package/dist/components/textarea/index.d.ts +1 -0
  42. package/dist/components.cjs.js +756 -0
  43. package/dist/components.es.js +29483 -0
  44. package/dist/globals.css +1 -1
  45. package/dist/hooks/index.d.ts +4 -0
  46. package/dist/hooks/useErrors/index.d.ts +1 -0
  47. package/dist/hooks/useErrors/useErrors.d.ts +13 -0
  48. package/dist/hooks/useFormState/index.d.ts +1 -0
  49. package/dist/hooks/useFormState/useFormState.d.ts +19 -0
  50. package/dist/hooks.cjs.js +1 -0
  51. package/dist/hooks.es.js +52 -0
  52. package/dist/index.d.ts +19 -2
  53. package/dist/locale-provider-CMJmJPPz.js +1111 -0
  54. package/dist/locale-provider-muU_nRQs.cjs +22 -0
  55. package/dist/providers/index.d.ts +3 -0
  56. package/dist/providers/locale-provider/index.d.ts +1 -0
  57. package/dist/providers/locale-provider/locale-provider.d.ts +11 -0
  58. package/dist/providers/theme-provider/ThemeProvider.d.ts +3 -0
  59. package/dist/providers/theme-provider/index.d.ts +2 -0
  60. package/dist/providers/user-provider/UserProvider.d.ts +25 -0
  61. package/dist/providers/user-provider/index.d.ts +1 -0
  62. package/dist/providers.cjs.js +1 -0
  63. package/dist/providers.es.js +128 -0
  64. package/package.json +27 -6
  65. package/dist/index.cjs.js +0 -505
  66. package/dist/index.es.js +0 -8306
package/dist/index.cjs.js DELETED
@@ -1,505 +0,0 @@
1
- "use client";"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const B=require("react"),Gt=require("@radix-ui/react-slot"),q=require("class-variance-authority"),Bt=require("tailwind-merge"),re=require("@tanstack/react-table"),Ee=require("@dnd-kit/sortable"),ee=require("@dnd-kit/core"),mn=require("@radix-ui/react-dropdown-menu"),ne=require("lucide-react"),te=require("@tabler/icons-react"),vn=require("@radix-ui/react-select"),gn=require("@dnd-kit/modifiers"),hn=require("@radix-ui/react-label"),kn=require("@dnd-kit/utilities");function Rr(a){const c=Object.create(null,{[Symbol.toStringTag]:{value:"Module"}});if(a){for(const u in a)if(u!=="default"){const f=Object.getOwnPropertyDescriptor(a,u);Object.defineProperty(c,u,f.get?f:{enumerable:!0,get:()=>a[u]})}}return c.default=a,Object.freeze(c)}const Z=Rr(mn),Q=Rr(vn),xn=Rr(hn);var Pe={exports:{}},ae={};/**
2
- * @license React
3
- * react-jsx-runtime.production.js
4
- *
5
- * Copyright (c) Meta Platforms, Inc. and affiliates.
6
- *
7
- * This source code is licensed under the MIT license found in the
8
- * LICENSE file in the root directory of this source tree.
9
- */var Er;function Sn(){if(Er)return ae;Er=1;var a=Symbol.for("react.transitional.element"),c=Symbol.for("react.fragment");function u(f,i,s){var y=null;if(s!==void 0&&(y=""+s),i.key!==void 0&&(y=""+i.key),"key"in i){s={};for(var b in i)b!=="key"&&(s[b]=i[b])}else s=i;return i=s.ref,{$$typeof:a,type:f,key:y,ref:i!==void 0?i:null,props:s}}return ae.Fragment=c,ae.jsx=u,ae.jsxs=u,ae}var ie={};/**
10
- * @license React
11
- * react-jsx-runtime.development.js
12
- *
13
- * Copyright (c) Meta Platforms, Inc. and affiliates.
14
- *
15
- * This source code is licensed under the MIT license found in the
16
- * LICENSE file in the root directory of this source tree.
17
- */var Pr;function _n(){return Pr||(Pr=1,process.env.NODE_ENV!=="production"&&(function(){function a(e){if(e==null)return null;if(typeof e=="function")return e.$$typeof===Y?null:e.displayName||e.name||null;if(typeof e=="string")return e;switch(e){case k:return"Fragment";case M:return"Profiler";case V:return"StrictMode";case J:return"Suspense";case F:return"SuspenseList";case K:return"Activity"}if(typeof e=="object")switch(typeof e.tag=="number"&&console.error("Received an unexpected object in getComponentNameFromType(). This is likely a bug in React. Please file an issue."),e.$$typeof){case U:return"Portal";case L:return(e.displayName||"Context")+".Provider";case I:return(e._context.displayName||"Context")+".Consumer";case W:var r=e.render;return e=e.displayName,e||(e=r.displayName||r.name||"",e=e!==""?"ForwardRef("+e+")":"ForwardRef"),e;case X:return r=e.displayName||null,r!==null?r:a(e.type)||"Memo";case P:r=e._payload,e=e._init;try{return a(e(r))}catch{}}return null}function c(e){return""+e}function u(e){try{c(e);var r=!1}catch{r=!0}if(r){r=console;var t=r.error,n=typeof Symbol=="function"&&Symbol.toStringTag&&e[Symbol.toStringTag]||e.constructor.name||"Object";return t.call(r,"The provided key is an unsupported type %s. This value must be coerced to a string before using it here.",n),c(e)}}function f(e){if(e===k)return"<>";if(typeof e=="object"&&e!==null&&e.$$typeof===P)return"<...>";try{var r=a(e);return r?"<"+r+">":"<...>"}catch{return"<...>"}}function i(){var e=g.A;return e===null?null:e.getOwner()}function s(){return Error("react-stack-top-frame")}function y(e){if(z.call(e,"key")){var r=Object.getOwnPropertyDescriptor(e,"key").get;if(r&&r.isReactWarning)return!1}return e.key!==void 0}function b(e,r){function t(){h||(h=!0,console.error("%s: `key` is not a prop. Trying to access it will result in `undefined` being returned. If you need to access the same value within the child component, you should pass it as a different prop. (https://react.dev/link/special-props)",r))}t.isReactWarning=!0,Object.defineProperty(e,"key",{get:t,configurable:!0})}function A(){var e=a(this.type);return j[e]||(j[e]=!0,console.error("Accessing element.ref was removed in React 19. ref is now a regular prop. It will be removed from the JSX Element type in a future release.")),e=this.props.ref,e!==void 0?e:null}function D(e,r,t,n,d,l,S,_){return t=l.ref,e={$$typeof:E,type:e,key:r,props:l,_owner:d},(t!==void 0?t:null)!==null?Object.defineProperty(e,"ref",{enumerable:!1,get:A}):Object.defineProperty(e,"ref",{enumerable:!1,value:null}),e._store={},Object.defineProperty(e._store,"validated",{configurable:!1,enumerable:!1,writable:!0,value:0}),Object.defineProperty(e,"_debugInfo",{configurable:!1,enumerable:!1,writable:!0,value:null}),Object.defineProperty(e,"_debugStack",{configurable:!1,enumerable:!1,writable:!0,value:S}),Object.defineProperty(e,"_debugTask",{configurable:!1,enumerable:!1,writable:!0,value:_}),Object.freeze&&(Object.freeze(e.props),Object.freeze(e)),e}function R(e,r,t,n,d,l,S,_){var o=r.children;if(o!==void 0)if(n)if($(o)){for(n=0;n<o.length;n++)T(o[n]);Object.freeze&&Object.freeze(o)}else console.error("React.jsx: Static children should always be an array. You are likely explicitly calling React.jsxs or React.jsxDEV. Use the Babel transform instead.");else T(o);if(z.call(r,"key")){o=a(e);var p=Object.keys(r).filter(function(G){return G!=="key"});n=0<p.length?"{key: someKey, "+p.join(": ..., ")+": ...}":"{key: someKey}",C[o+n]||(p=0<p.length?"{"+p.join(": ..., ")+": ...}":"{}",console.error(`A props object containing a "key" prop is being spread into JSX:
18
- let props = %s;
19
- <%s {...props} />
20
- React keys must be passed directly to JSX without using spread:
21
- let props = %s;
22
- <%s key={someKey} {...props} />`,n,o,p,o),C[o+n]=!0)}if(o=null,t!==void 0&&(u(t),o=""+t),y(r)&&(u(r.key),o=""+r.key),"key"in r){t={};for(var w in r)w!=="key"&&(t[w]=r[w])}else t=r;return o&&b(t,typeof e=="function"?e.displayName||e.name||"Unknown":e),D(e,o,l,d,i(),t,S,_)}function T(e){typeof e=="object"&&e!==null&&e.$$typeof===E&&e._store&&(e._store.validated=1)}var v=B,E=Symbol.for("react.transitional.element"),U=Symbol.for("react.portal"),k=Symbol.for("react.fragment"),V=Symbol.for("react.strict_mode"),M=Symbol.for("react.profiler"),I=Symbol.for("react.consumer"),L=Symbol.for("react.context"),W=Symbol.for("react.forward_ref"),J=Symbol.for("react.suspense"),F=Symbol.for("react.suspense_list"),X=Symbol.for("react.memo"),P=Symbol.for("react.lazy"),K=Symbol.for("react.activity"),Y=Symbol.for("react.client.reference"),g=v.__CLIENT_INTERNALS_DO_NOT_USE_OR_WARN_USERS_THEY_CANNOT_UPGRADE,z=Object.prototype.hasOwnProperty,$=Array.isArray,x=console.createTask?console.createTask:function(){return null};v={react_stack_bottom_frame:function(e){return e()}};var h,j={},O=v.react_stack_bottom_frame.bind(v,s)(),N=x(f(s)),C={};ie.Fragment=k,ie.jsx=function(e,r,t,n,d){var l=1e4>g.recentlyCreatedOwnerStacks++;return R(e,r,t,!1,n,d,l?Error("react-stack-top-frame"):O,l?x(f(e)):N)},ie.jsxs=function(e,r,t,n,d){var l=1e4>g.recentlyCreatedOwnerStacks++;return R(e,r,t,!0,n,d,l?Error("react-stack-top-frame"):O,l?x(f(e)):N)}})()),ie}var zr;function wn(){return zr||(zr=1,process.env.NODE_ENV==="production"?Pe.exports=Sn():Pe.exports=_n()),Pe.exports}var m=wn();function Ht(a){var c,u,f="";if(typeof a=="string"||typeof a=="number")f+=a;else if(typeof a=="object")if(Array.isArray(a)){var i=a.length;for(c=0;c<i;c++)a[c]&&(u=Ht(a[c]))&&(f&&(f+=" "),f+=u)}else for(u in a)a[u]&&(f&&(f+=" "),f+=u);return f}function jn(){for(var a,c,u=0,f="",i=arguments.length;u<i;u++)(a=arguments[u])&&(c=Ht(a))&&(f&&(f+=" "),f+=c);return f}function H(...a){return Bt.twMerge(jn(a))}const On=q.cva("inline-flex items-center justify-center gap-2 whitespace-nowrap rounded-md text-sm font-medium transition-all disabled:pointer-events-none disabled:opacity-50 [&_svg]:pointer-events-none [&_svg:not([class*='size-'])]:size-4 shrink-0 [&_svg]:shrink-0 outline-none focus-visible:border-ring focus-visible:ring-ring/50 focus-visible:ring-[3px] aria-invalid:ring-destructive/20 dark:aria-invalid:ring-destructive/40 aria-invalid:border-destructive",{variants:{variant:{default:"bg-primary text-primary-foreground shadow-xs hover:bg-primary/90",destructive:"bg-destructive text-white shadow-xs hover:bg-destructive/90 focus-visible:ring-destructive/20 dark:focus-visible:ring-destructive/40 dark:bg-destructive/60",outline:"border bg-background shadow-xs hover:bg-accent hover:text-accent-foreground dark:bg-input/30 dark:border-input dark:hover:bg-input/50",secondary:"bg-secondary text-secondary-foreground shadow-xs hover:bg-secondary/80",ghost:"hover:bg-accent hover:text-accent-foreground dark:hover:bg-accent/50",link:"text-primary underline-offset-4 hover:underline"},size:{default:"h-9 px-4 py-2 has-[>svg]:px-3",sm:"h-8 rounded-md gap-1.5 px-3 has-[>svg]:px-2.5",lg:"h-10 rounded-md px-6 has-[>svg]:px-4",icon:"size-9"}},defaultVariants:{variant:"default",size:"default"}});function oe({className:a,variant:c,size:u,asChild:f=!1,...i}){const s=f?Gt.Slot:"button";return m.jsx(s,{"data-slot":"button",className:H(On({variant:c,size:u,className:a})),...i})}function qt({className:a,...c}){return m.jsx("div",{"data-slot":"table-container",className:"relative w-full overflow-x-auto",children:m.jsx("table",{"data-slot":"table",className:H("w-full caption-bottom text-sm",a),...c})})}function Zt({className:a,...c}){return m.jsx("thead",{"data-slot":"table-header",className:H("[&_tr]:border-b",a),...c})}function Qt({className:a,...c}){return m.jsx("tbody",{"data-slot":"table-body",className:H("[&_tr:last-child]:border-0",a),...c})}function Nn({className:a,...c}){return m.jsx("tfoot",{"data-slot":"table-footer",className:H("bg-muted/50 border-t font-medium [&>tr]:last:border-b-0",a),...c})}function rr({className:a,...c}){return m.jsx("tr",{"data-slot":"table-row",className:H("hover:bg-muted/50 data-[state=selected]:bg-muted border-b transition-colors",a),...c})}function en({className:a,...c}){return m.jsx("th",{"data-slot":"table-head",className:H("text-foreground h-10 px-2 text-left align-middle font-medium whitespace-nowrap [&:has([role=checkbox])]:pr-0 [&>[role=checkbox]]:translate-y-[2px]",a),...c})}function Tr({className:a,...c}){return m.jsx("td",{"data-slot":"table-cell",className:H("p-2 align-middle whitespace-nowrap [&:has([role=checkbox])]:pr-0 [&>[role=checkbox]]:translate-y-[2px]",a),...c})}function Rn({className:a,...c}){return m.jsx("caption",{"data-slot":"table-caption",className:H("text-muted-foreground mt-4 text-sm",a),...c})}function Or({...a}){return m.jsx(Z.Root,{"data-slot":"dropdown-menu",...a})}function Tn({...a}){return m.jsx(Z.Portal,{"data-slot":"dropdown-menu-portal",...a})}function tr({...a}){return m.jsx(Z.Trigger,{"data-slot":"dropdown-menu-trigger",...a})}function Nr({className:a,sideOffset:c=4,...u}){return m.jsx(Z.Portal,{children:m.jsx(Z.Content,{"data-slot":"dropdown-menu-content",sideOffset:c,className:H("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 max-h-(--radix-dropdown-menu-content-available-height) min-w-[8rem] origin-(--radix-dropdown-menu-content-transform-origin) overflow-x-hidden overflow-y-auto rounded-md border p-1 shadow-md",a),...u})})}function En({...a}){return m.jsx(Z.Group,{"data-slot":"dropdown-menu-group",...a})}function Pn({className:a,inset:c,variant:u="default",...f}){return m.jsx(Z.Item,{"data-slot":"dropdown-menu-item","data-inset":c,"data-variant":u,className:H("focus:bg-accent focus:text-accent-foreground data-[variant=destructive]:text-destructive data-[variant=destructive]:focus:bg-destructive/10 dark:data-[variant=destructive]:focus:bg-destructive/20 data-[variant=destructive]:focus:text-destructive data-[variant=destructive]:*:[svg]:!text-destructive [&_svg:not([class*='text-'])]:text-muted-foreground relative flex cursor-default items-center gap-2 rounded-sm px-2 py-1.5 text-sm outline-hidden select-none data-[disabled]:pointer-events-none data-[disabled]:opacity-50 data-[inset]:pl-8 [&_svg]:pointer-events-none [&_svg]:shrink-0 [&_svg:not([class*='size-'])]:size-4",a),...f})}function rn({className:a,children:c,checked:u,...f}){return m.jsxs(Z.CheckboxItem,{"data-slot":"dropdown-menu-checkbox-item",className:H("focus:bg-accent focus:text-accent-foreground relative flex cursor-default items-center gap-2 rounded-sm py-1.5 pr-2 pl-8 text-sm outline-hidden select-none data-[disabled]:pointer-events-none data-[disabled]:opacity-50 [&_svg]:pointer-events-none [&_svg]:shrink-0 [&_svg:not([class*='size-'])]:size-4",a),checked:u,...f,children:[m.jsx("span",{className:"pointer-events-none absolute left-2 flex size-3.5 items-center justify-center",children:m.jsx(Z.ItemIndicator,{children:m.jsx(ne.CheckIcon,{className:"size-4"})})}),c]})}function tn({...a}){return m.jsx(Z.RadioGroup,{"data-slot":"dropdown-menu-radio-group",...a})}function nn({className:a,children:c,...u}){return m.jsxs(Z.RadioItem,{"data-slot":"dropdown-menu-radio-item",className:H("focus:bg-accent focus:text-accent-foreground relative flex cursor-default items-center gap-2 rounded-sm py-1.5 pr-2 pl-8 text-sm outline-hidden select-none data-[disabled]:pointer-events-none data-[disabled]:opacity-50 [&_svg]:pointer-events-none [&_svg]:shrink-0 [&_svg:not([class*='size-'])]:size-4",a),...u,children:[m.jsx("span",{className:"pointer-events-none absolute left-2 flex size-3.5 items-center justify-center",children:m.jsx(Z.ItemIndicator,{children:m.jsx(ne.CircleIcon,{className:"size-2 fill-current"})})}),c]})}function zn({className:a,inset:c,...u}){return m.jsx(Z.Label,{"data-slot":"dropdown-menu-label","data-inset":c,className:H("px-2 py-1.5 text-sm font-medium data-[inset]:pl-8",a),...u})}function Cn({className:a,...c}){return m.jsx(Z.Separator,{"data-slot":"dropdown-menu-separator",className:H("bg-border -mx-1 my-1 h-px",a),...c})}function $n({className:a,...c}){return m.jsx("span",{"data-slot":"dropdown-menu-shortcut",className:H("text-muted-foreground ml-auto text-xs tracking-widest",a),...c})}function An({...a}){return m.jsx(Z.Sub,{"data-slot":"dropdown-menu-sub",...a})}function Dn({className:a,inset:c,children:u,...f}){return m.jsxs(Z.SubTrigger,{"data-slot":"dropdown-menu-sub-trigger","data-inset":c,className:H("focus:bg-accent focus:text-accent-foreground data-[state=open]:bg-accent data-[state=open]:text-accent-foreground flex cursor-default items-center rounded-sm px-2 py-1.5 text-sm outline-hidden select-none data-[inset]:pl-8",a),...f,children:[u,m.jsx(ne.ChevronRightIcon,{className:"ml-auto size-4"})]})}function In({className:a,...c}){return m.jsx(Z.SubContent,{"data-slot":"dropdown-menu-sub-content",className:H("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 min-w-[8rem] origin-(--radix-dropdown-menu-content-transform-origin) overflow-hidden rounded-md border p-1 shadow-lg",a),...c})}function Fn(){return m.jsx(tr,{asChild:!0,children:m.jsxs(oe,{variant:"ghost",className:"data-[state=open]:bg-muted text-muted-foreground flex size-8 p-0",size:"icon",children:[m.jsx(te.IconDotsVertical,{className:"size-4"}),m.jsx("span",{className:"sr-only",children:"Abrir Menu"})]})})}function on({...a}){return m.jsx(Q.Root,{"data-slot":"select",...a})}function Un({...a}){return m.jsx(Q.Group,{"data-slot":"select-group",...a})}function an({...a}){return m.jsx(Q.Value,{"data-slot":"select-value",...a})}function sn({className:a,size:c="default",children:u,...f}){return m.jsxs(Q.Trigger,{"data-slot":"select-trigger","data-size":c,className:H("border-input data-[placeholder]:text-muted-foreground [&_svg:not([class*='text-'])]:text-muted-foreground focus-visible:border-ring focus-visible:ring-ring/50 aria-invalid:ring-destructive/20 dark:aria-invalid:ring-destructive/40 aria-invalid:border-destructive dark:bg-input/30 dark:hover:bg-input/50 flex w-fit items-center justify-between gap-2 rounded-md border bg-transparent px-3 py-2 text-sm whitespace-nowrap shadow-xs transition-[color,box-shadow] outline-none focus-visible:ring-[3px] disabled:cursor-not-allowed disabled:opacity-50 data-[size=default]:h-9 data-[size=sm]:h-8 *:data-[slot=select-value]:line-clamp-1 *:data-[slot=select-value]:flex *:data-[slot=select-value]:items-center *:data-[slot=select-value]:gap-2 [&_svg]:pointer-events-none [&_svg]:shrink-0 [&_svg:not([class*='size-'])]:size-4",a),...f,children:[u,m.jsx(Q.Icon,{asChild:!0,children:m.jsx(ne.ChevronDownIcon,{className:"size-4 opacity-50"})})]})}function ln({className:a,children:c,position:u="popper",...f}){return m.jsx(Q.Portal,{children:m.jsxs(Q.Content,{"data-slot":"select-content",className:H("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 relative z-50 max-h-(--radix-select-content-available-height) min-w-[8rem] origin-(--radix-select-content-transform-origin) overflow-x-hidden overflow-y-auto rounded-md border shadow-md",u==="popper"&&"data-[side=bottom]:translate-y-1 data-[side=left]:-translate-x-1 data-[side=right]:translate-x-1 data-[side=top]:-translate-y-1",a),position:u,...f,children:[m.jsx(un,{}),m.jsx(Q.Viewport,{className:H("p-1",u==="popper"&&"h-[var(--radix-select-trigger-height)] w-full min-w-[var(--radix-select-trigger-width)] scroll-my-1"),children:c}),m.jsx(fn,{})]})})}function Vn({className:a,...c}){return m.jsx(Q.Label,{"data-slot":"select-label",className:H("text-muted-foreground px-2 py-1.5 text-xs",a),...c})}function cn({className:a,children:c,...u}){return m.jsxs(Q.Item,{"data-slot":"select-item",className:H("focus:bg-accent focus:text-accent-foreground [&_svg:not([class*='text-'])]:text-muted-foreground relative flex w-full cursor-default items-center gap-2 rounded-sm py-1.5 pr-8 pl-2 text-sm outline-hidden select-none data-[disabled]:pointer-events-none data-[disabled]:opacity-50 [&_svg]:pointer-events-none [&_svg]:shrink-0 [&_svg:not([class*='size-'])]:size-4 *:[span]:last:flex *:[span]:last:items-center *:[span]:last:gap-2",a),...u,children:[m.jsx("span",{className:"absolute right-2 flex size-3.5 items-center justify-center",children:m.jsx(Q.ItemIndicator,{children:m.jsx(ne.CheckIcon,{className:"size-4"})})}),m.jsx(Q.ItemText,{children:c})]})}function Mn({className:a,...c}){return m.jsx(Q.Separator,{"data-slot":"select-separator",className:H("bg-border pointer-events-none -mx-1 my-1 h-px",a),...c})}function un({className:a,...c}){return m.jsx(Q.ScrollUpButton,{"data-slot":"select-scroll-up-button",className:H("flex cursor-default items-center justify-center py-1",a),...c,children:m.jsx(ne.ChevronUpIcon,{className:"size-4"})})}function fn({className:a,...c}){return m.jsx(Q.ScrollDownButton,{"data-slot":"select-scroll-down-button",className:H("flex cursor-default items-center justify-center py-1",a),...c,children:m.jsx(ne.ChevronDownIcon,{className:"size-4"})})}function dn({className:a,type:c,...u}){return m.jsx("input",{type:c,"data-slot":"input",className:H("file:text-foreground placeholder:text-muted-foreground selection:bg-primary selection:text-primary-foreground dark:bg-input/30 border-input flex h-9 w-full min-w-0 rounded-md border bg-transparent px-3 py-1 text-base shadow-xs transition-[color,box-shadow] outline-none file:inline-flex file:h-7 file:border-0 file:bg-transparent file:text-sm file:font-medium disabled:pointer-events-none disabled:cursor-not-allowed disabled:opacity-50 md:text-sm","focus-visible:border-ring focus-visible:ring-ring/50 focus-visible:ring-[3px]","aria-invalid:ring-destructive/20 dark:aria-invalid:ring-destructive/40 aria-invalid:border-destructive",a),...u})}function pn({className:a,...c}){return m.jsx(xn.Root,{"data-slot":"label",className:H("flex items-center gap-2 text-sm leading-none font-medium select-none group-data-[disabled=true]:pointer-events-none group-data-[disabled=true]:opacity-50 peer-disabled:cursor-not-allowed peer-disabled:opacity-50",a),...c})}function Ln({data:a,columns:c,getRowId:u,onRowOrderChange:f,onRowClick:i=()=>{},tableKey:s,Actions:y,defaultColumnFilter:b}){const A=`tablePageSize_${s}`,D=`tableColumnVisibility_${s}`,[R,T]=B.useState(()=>{if(typeof window>"u")return{};const h=localStorage.getItem(D);return h?JSON.parse(h):{}}),[v,E]=B.useState({pageIndex:0,pageSize:Number(typeof window<"u"&&localStorage.getItem(A))||10}),U=B.useId(),k=ee.useSensors(ee.useSensor(ee.MouseSensor,{}),ee.useSensor(ee.TouchSensor,{}),ee.useSensor(ee.KeyboardSensor,{})),V=B.useMemo(()=>a?.map(({id:h})=>h)||[],[a]),[M,I]=B.useState(a),[L,W]=B.useState({}),[J,F]=B.useState([]),[X,P]=B.useState([]);B.useEffect(()=>{I(a)},[a]),B.useEffect(()=>{localStorage.setItem(D,JSON.stringify(R))},[R,D]),B.useEffect(()=>{localStorage.setItem(A,String(v.pageSize))},[v.pageSize,A]);function K({columns:h}){let j=!1;for(const N of h)if(N.id==="drag"){j=!0;break}const O={id:"drag"};return j?[...h]:[O,...h]}function Y(h){const{active:j,over:O}=h;j&&O&&j.id!==O.id&&I(N=>{const C=N.findIndex(t=>t.id===j.id),e=N.findIndex(t=>t.id===O.id),r=Ee.arrayMove(N,C,e);return f&&f(r),r})}const g=re.useReactTable({data:M,columns:K({columns:c}),state:{sorting:X,columnVisibility:R,rowSelection:L,columnFilters:J,pagination:v},getRowId:u,enableRowSelection:!0,onRowSelectionChange:W,onSortingChange:P,onColumnFiltersChange:F,onColumnVisibilityChange:T,onPaginationChange:E,getCoreRowModel:re.getCoreRowModel(),getFilteredRowModel:re.getFilteredRowModel(),getPaginationRowModel:re.getPaginationRowModel(),getSortedRowModel:re.getSortedRowModel(),getFacetedRowModel:re.getFacetedRowModel(),getFacetedUniqueValues:re.getFacetedUniqueValues()});function z(){const h=g.getAllColumns()[1].columnDef;return String(h.id)?String(h.id):String(h.header)}const[$,x]=B.useState(b??z());return m.jsxs("div",{children:[m.jsxs("div",{className:"flex items-center justify-between px-4 lg:px-6 mb-5 gap-2",children:[m.jsxs("div",{className:"relative w-full h-[32px]",children:[m.jsx(ne.Search,{className:"absolute left-3 top-1/2 w-4 -translate-y-1/2 text-muted-foreground"}),m.jsx(dn,{type:"text",placeholder:"",className:"pl-10 h-[32px]",value:g.getColumn($)?.getFilterValue()??"",onChange:h=>{g.getColumn($)?.setFilterValue(h.target.value)}})]}),m.jsxs("div",{className:"flex items-center gap-2",children:[m.jsxs(Or,{children:[m.jsx(tr,{asChild:!0,children:m.jsxs(oe,{variant:"outline",size:"sm",children:[m.jsx(ne.FilterIcon,{}),m.jsx("span",{className:"sm:hidden lg:inline",children:$||"Filtro"}),m.jsx("span",{className:"lg:hidden",children:$||"Filtro"}),m.jsx(te.IconChevronDown,{})]})}),m.jsx(Nr,{align:"end",className:"w-56",children:m.jsx(tn,{value:$,onValueChange:h=>{F([]),x(h)},children:g.getAllColumns().filter(h=>typeof h.accessorFn<"u"&&h.getCanHide()).map(h=>{const j=h.columnDef.id?String(h.columnDef.id):String(h.columnDef.header);return m.jsx(nn,{value:j,children:j},j)})})})]}),m.jsxs(Or,{children:[m.jsx(tr,{asChild:!0,children:m.jsxs(oe,{variant:"outline",size:"sm",children:[m.jsx(te.IconLayoutColumns,{}),m.jsx("span",{className:"hidden lg:inline",children:"Colunas"}),m.jsx("span",{className:"lg:hidden",children:"Colunas"}),m.jsx(te.IconChevronDown,{})]})}),m.jsx(Nr,{align:"end",className:"w-56",children:g.getAllColumns().filter(h=>typeof h.accessorFn<"u"&&h.getCanHide()).map(h=>m.jsx(rn,{className:"capitalize",checked:h.getIsVisible(),onCheckedChange:j=>{h.toggleVisibility(!!j)},children:h.columnDef.id?String(h.columnDef.id):String(h.columnDef.header)},h.id))})]}),y]})]}),m.jsxs("div",{className:"relative flex flex-col gap-4 overflow-auto px-4 lg:px-6",children:[m.jsx("div",{className:"overflow-hidden rounded-lg border",children:m.jsx(ee.DndContext,{collisionDetection:ee.closestCenter,modifiers:[gn.restrictToVerticalAxis],onDragEnd:Y,sensors:k,id:U,children:m.jsxs(qt,{children:[m.jsx(Zt,{className:"sticky top-0 z-10",children:g.getHeaderGroups().map(h=>m.jsx(rr,{children:h.headers.map(j=>m.jsx(en,{colSpan:j.colSpan,children:j.isPlaceholder?null:re.flexRender(j.column.columnDef.header,j.getContext())},j.id))},h.id))}),m.jsx(Ee.SortableContext,{items:V,strategy:Ee.verticalListSortingStrategy,children:m.jsx(Qt,{className:"**:data-[slot=table-cell]:first:w-8",children:g.getRowModel().rows?.length?g.getRowModel().rows.map(h=>m.jsx(yn,{row:h,onRowClick:i},h.id)):m.jsx(rr,{children:m.jsx(Tr,{colSpan:c.length,className:"h-24 text-center",children:"Nenhum Resultado."})})})})]})})}),m.jsxs("div",{className:"flex items-center justify-between px-4",children:[m.jsxs("div",{className:"text-muted-foreground hidden flex-1 text-sm lg:flex",children:[g.getFilteredSelectedRowModel().rows.length," de"," ",g.getFilteredRowModel().rows.length," linhas selecionadas."]}),m.jsxs("div",{className:"flex w-full items-center gap-8 lg:w-fit",children:[m.jsxs("div",{className:"hidden items-center gap-2 lg:flex",children:[m.jsx(pn,{htmlFor:"rows-per-page",className:"text-sm font-medium",children:"linhas por paginas"}),m.jsxs(on,{value:`${g.getState().pagination.pageSize}`,onValueChange:h=>{g.setPageSize(Number(h))},children:[m.jsx(sn,{size:"sm",className:"w-20",id:"rows-per-page",children:m.jsx(an,{placeholder:g.getState().pagination.pageSize})}),m.jsx(ln,{side:"top",children:[10,20,30,40,50].map(h=>m.jsx(cn,{value:`${h}`,children:h},h))})]})]}),m.jsxs("div",{className:"flex w-fit items-center justify-center text-sm font-medium",children:["Página ",g.getState().pagination.pageIndex+1," de"," ",g.getPageCount()]}),m.jsxs("div",{className:"ml-auto flex items-center gap-2 lg:ml-0",children:[m.jsxs(oe,{variant:"outline",className:"hidden h-8 w-8 p-0 lg:flex",onClick:()=>g.setPageIndex(0),disabled:!g.getCanPreviousPage(),children:[m.jsx("span",{className:"sr-only",children:"Go to first page"}),m.jsx(te.IconChevronsLeft,{})]}),m.jsxs(oe,{variant:"outline",className:"size-8",size:"icon",onClick:()=>g.previousPage(),disabled:!g.getCanPreviousPage(),children:[m.jsx("span",{className:"sr-only",children:"Go to previous page"}),m.jsx(te.IconChevronLeft,{})]}),m.jsxs(oe,{variant:"outline",className:"size-8",size:"icon",onClick:()=>g.nextPage(),disabled:!g.getCanNextPage(),children:[m.jsx("span",{className:"sr-only",children:"Go to next page"}),m.jsx(te.IconChevronRight,{})]}),m.jsxs(oe,{variant:"outline",className:"hidden size-8 lg:flex",size:"icon",onClick:()=>g.setPageIndex(g.getPageCount()-1),disabled:!g.getCanNextPage(),children:[m.jsx("span",{className:"sr-only",children:"Go to last page"}),m.jsx(te.IconChevronsRight,{})]})]})]})]})]})]})}function yn({row:a,onRowClick:c=()=>{}}){const{transform:u,transition:f,setNodeRef:i,isDragging:s}=Ee.useSortable({id:a.original.id});return m.jsx(rr,{"data-state":a.getIsSelected()&&"selected","data-dragging":s,ref:i,style:{transform:kn.CSS.Transform.toString(u),transition:f,cursor:"grab"},onClick:()=>{c(a.original)},children:a.getVisibleCells().map(y=>m.jsx(Tr,{className:"cursor-pointer",children:re.flexRender(y.column.columnDef.cell,y.getContext())},y.id))})}var nr={exports:{}},se={};/**
23
- * @license React
24
- * react-jsx-runtime.production.js
25
- *
26
- * Copyright (c) Meta Platforms, Inc. and affiliates.
27
- *
28
- * This source code is licensed under the MIT license found in the
29
- * LICENSE file in the root directory of this source tree.
30
- */var Cr;function Wn(){if(Cr)return se;Cr=1;var a=Symbol.for("react.transitional.element"),c=Symbol.for("react.fragment");function u(f,i,s){var y=null;if(s!==void 0&&(y=""+s),i.key!==void 0&&(y=""+i.key),"key"in i){s={};for(var b in i)b!=="key"&&(s[b]=i[b])}else s=i;return i=s.ref,{$$typeof:a,type:f,key:y,ref:i!==void 0?i:null,props:s}}return se.Fragment=c,se.jsx=u,se.jsxs=u,se}var ze={};/**
31
- * @license React
32
- * react-jsx-runtime.development.js
33
- *
34
- * Copyright (c) Meta Platforms, Inc. and affiliates.
35
- *
36
- * This source code is licensed under the MIT license found in the
37
- * LICENSE file in the root directory of this source tree.
38
- */var $r;function Jn(){return $r||($r=1,process.env.NODE_ENV!=="production"&&(function(){function a(e){if(e==null)return null;if(typeof e=="function")return e.$$typeof===Y?null:e.displayName||e.name||null;if(typeof e=="string")return e;switch(e){case k:return"Fragment";case M:return"Profiler";case V:return"StrictMode";case J:return"Suspense";case F:return"SuspenseList";case K:return"Activity"}if(typeof e=="object")switch(typeof e.tag=="number"&&console.error("Received an unexpected object in getComponentNameFromType(). This is likely a bug in React. Please file an issue."),e.$$typeof){case U:return"Portal";case L:return(e.displayName||"Context")+".Provider";case I:return(e._context.displayName||"Context")+".Consumer";case W:var r=e.render;return e=e.displayName,e||(e=r.displayName||r.name||"",e=e!==""?"ForwardRef("+e+")":"ForwardRef"),e;case X:return r=e.displayName||null,r!==null?r:a(e.type)||"Memo";case P:r=e._payload,e=e._init;try{return a(e(r))}catch{}}return null}function c(e){return""+e}function u(e){try{c(e);var r=!1}catch{r=!0}if(r){r=console;var t=r.error,n=typeof Symbol=="function"&&Symbol.toStringTag&&e[Symbol.toStringTag]||e.constructor.name||"Object";return t.call(r,"The provided key is an unsupported type %s. This value must be coerced to a string before using it here.",n),c(e)}}function f(e){if(e===k)return"<>";if(typeof e=="object"&&e!==null&&e.$$typeof===P)return"<...>";try{var r=a(e);return r?"<"+r+">":"<...>"}catch{return"<...>"}}function i(){var e=g.A;return e===null?null:e.getOwner()}function s(){return Error("react-stack-top-frame")}function y(e){if(z.call(e,"key")){var r=Object.getOwnPropertyDescriptor(e,"key").get;if(r&&r.isReactWarning)return!1}return e.key!==void 0}function b(e,r){function t(){h||(h=!0,console.error("%s: `key` is not a prop. Trying to access it will result in `undefined` being returned. If you need to access the same value within the child component, you should pass it as a different prop. (https://react.dev/link/special-props)",r))}t.isReactWarning=!0,Object.defineProperty(e,"key",{get:t,configurable:!0})}function A(){var e=a(this.type);return j[e]||(j[e]=!0,console.error("Accessing element.ref was removed in React 19. ref is now a regular prop. It will be removed from the JSX Element type in a future release.")),e=this.props.ref,e!==void 0?e:null}function D(e,r,t,n,d,l,S,_){return t=l.ref,e={$$typeof:E,type:e,key:r,props:l,_owner:d},(t!==void 0?t:null)!==null?Object.defineProperty(e,"ref",{enumerable:!1,get:A}):Object.defineProperty(e,"ref",{enumerable:!1,value:null}),e._store={},Object.defineProperty(e._store,"validated",{configurable:!1,enumerable:!1,writable:!0,value:0}),Object.defineProperty(e,"_debugInfo",{configurable:!1,enumerable:!1,writable:!0,value:null}),Object.defineProperty(e,"_debugStack",{configurable:!1,enumerable:!1,writable:!0,value:S}),Object.defineProperty(e,"_debugTask",{configurable:!1,enumerable:!1,writable:!0,value:_}),Object.freeze&&(Object.freeze(e.props),Object.freeze(e)),e}function R(e,r,t,n,d,l,S,_){var o=r.children;if(o!==void 0)if(n)if($(o)){for(n=0;n<o.length;n++)T(o[n]);Object.freeze&&Object.freeze(o)}else console.error("React.jsx: Static children should always be an array. You are likely explicitly calling React.jsxs or React.jsxDEV. Use the Babel transform instead.");else T(o);if(z.call(r,"key")){o=a(e);var p=Object.keys(r).filter(function(G){return G!=="key"});n=0<p.length?"{key: someKey, "+p.join(": ..., ")+": ...}":"{key: someKey}",C[o+n]||(p=0<p.length?"{"+p.join(": ..., ")+": ...}":"{}",console.error(`A props object containing a "key" prop is being spread into JSX:
39
- let props = %s;
40
- <%s {...props} />
41
- React keys must be passed directly to JSX without using spread:
42
- let props = %s;
43
- <%s key={someKey} {...props} />`,n,o,p,o),C[o+n]=!0)}if(o=null,t!==void 0&&(u(t),o=""+t),y(r)&&(u(r.key),o=""+r.key),"key"in r){t={};for(var w in r)w!=="key"&&(t[w]=r[w])}else t=r;return o&&b(t,typeof e=="function"?e.displayName||e.name||"Unknown":e),D(e,o,l,d,i(),t,S,_)}function T(e){typeof e=="object"&&e!==null&&e.$$typeof===E&&e._store&&(e._store.validated=1)}var v=B,E=Symbol.for("react.transitional.element"),U=Symbol.for("react.portal"),k=Symbol.for("react.fragment"),V=Symbol.for("react.strict_mode"),M=Symbol.for("react.profiler"),I=Symbol.for("react.consumer"),L=Symbol.for("react.context"),W=Symbol.for("react.forward_ref"),J=Symbol.for("react.suspense"),F=Symbol.for("react.suspense_list"),X=Symbol.for("react.memo"),P=Symbol.for("react.lazy"),K=Symbol.for("react.activity"),Y=Symbol.for("react.client.reference"),g=v.__CLIENT_INTERNALS_DO_NOT_USE_OR_WARN_USERS_THEY_CANNOT_UPGRADE,z=Object.prototype.hasOwnProperty,$=Array.isArray,x=console.createTask?console.createTask:function(){return null};v={react_stack_bottom_frame:function(e){return e()}};var h,j={},O=v.react_stack_bottom_frame.bind(v,s)(),N=x(f(s)),C={};ze.Fragment=k,ze.jsx=function(e,r,t,n,d){var l=1e4>g.recentlyCreatedOwnerStacks++;return R(e,r,t,!1,n,d,l?Error("react-stack-top-frame"):O,l?x(f(e)):N)},ze.jsxs=function(e,r,t,n,d){var l=1e4>g.recentlyCreatedOwnerStacks++;return R(e,r,t,!0,n,d,l?Error("react-stack-top-frame"):O,l?x(f(e)):N)}})()),ze}var Ar;function Xn(){return Ar||(Ar=1,process.env.NODE_ENV==="production"?nr.exports=Wn():nr.exports=Jn()),nr.exports}var Kn=Xn();function bn(a){var c,u,f="";if(typeof a=="string"||typeof a=="number")f+=a;else if(typeof a=="object")if(Array.isArray(a)){var i=a.length;for(c=0;c<i;c++)a[c]&&(u=bn(a[c]))&&(f&&(f+=" "),f+=u)}else for(u in a)a[u]&&(f&&(f+=" "),f+=u);return f}function Yn(){for(var a,c,u=0,f="",i=arguments.length;u<i;u++)(a=arguments[u])&&(c=bn(a))&&(f&&(f+=" "),f+=c);return f}function Gn(...a){return Bt.twMerge(Yn(a))}const Bn=q.cva("inline-flex items-center justify-center gap-2 whitespace-nowrap rounded-md text-sm font-medium transition-all disabled:pointer-events-none disabled:opacity-50 [&_svg]:pointer-events-none [&_svg:not([class*='size-'])]:size-4 shrink-0 [&_svg]:shrink-0 outline-none focus-visible:border-ring focus-visible:ring-ring/50 focus-visible:ring-[3px] aria-invalid:ring-destructive/20 dark:aria-invalid:ring-destructive/40 aria-invalid:border-destructive",{variants:{variant:{default:"bg-primary text-primary-foreground shadow-xs hover:bg-primary/90",destructive:"bg-destructive text-white shadow-xs hover:bg-destructive/90 focus-visible:ring-destructive/20 dark:focus-visible:ring-destructive/40 dark:bg-destructive/60",outline:"border bg-background shadow-xs hover:bg-accent hover:text-accent-foreground dark:bg-input/30 dark:border-input dark:hover:bg-input/50",secondary:"bg-secondary text-secondary-foreground shadow-xs hover:bg-secondary/80",ghost:"hover:bg-accent hover:text-accent-foreground dark:hover:bg-accent/50",link:"text-primary underline-offset-4 hover:underline"},size:{default:"h-9 px-4 py-2 has-[>svg]:px-3",sm:"h-8 rounded-md gap-1.5 px-3 has-[>svg]:px-2.5",lg:"h-10 rounded-md px-6 has-[>svg]:px-4",icon:"size-9"}},defaultVariants:{variant:"default",size:"default"}});function Hn({className:a,variant:c,size:u,asChild:f=!1,...i}){const s=f?Gt.Slot:"button";return Kn.jsx(s,{"data-slot":"button",className:Gn(Bn({variant:c,size:u,className:a})),...i})}var or={exports:{}},le={};/**
44
- * @license React
45
- * react-jsx-runtime.production.js
46
- *
47
- * Copyright (c) Meta Platforms, Inc. and affiliates.
48
- *
49
- * This source code is licensed under the MIT license found in the
50
- * LICENSE file in the root directory of this source tree.
51
- */var Dr;function qn(){if(Dr)return le;Dr=1;var a=Symbol.for("react.transitional.element"),c=Symbol.for("react.fragment");function u(f,i,s){var y=null;if(s!==void 0&&(y=""+s),i.key!==void 0&&(y=""+i.key),"key"in i){s={};for(var b in i)b!=="key"&&(s[b]=i[b])}else s=i;return i=s.ref,{$$typeof:a,type:f,key:y,ref:i!==void 0?i:null,props:s}}return le.Fragment=c,le.jsx=u,le.jsxs=u,le}var Ce={};/**
52
- * @license React
53
- * react-jsx-runtime.development.js
54
- *
55
- * Copyright (c) Meta Platforms, Inc. and affiliates.
56
- *
57
- * This source code is licensed under the MIT license found in the
58
- * LICENSE file in the root directory of this source tree.
59
- */var Ir;function Zn(){return Ir||(Ir=1,process.env.NODE_ENV!=="production"&&(function(){function a(e){if(e==null)return null;if(typeof e=="function")return e.$$typeof===Y?null:e.displayName||e.name||null;if(typeof e=="string")return e;switch(e){case k:return"Fragment";case M:return"Profiler";case V:return"StrictMode";case J:return"Suspense";case F:return"SuspenseList";case K:return"Activity"}if(typeof e=="object")switch(typeof e.tag=="number"&&console.error("Received an unexpected object in getComponentNameFromType(). This is likely a bug in React. Please file an issue."),e.$$typeof){case U:return"Portal";case L:return(e.displayName||"Context")+".Provider";case I:return(e._context.displayName||"Context")+".Consumer";case W:var r=e.render;return e=e.displayName,e||(e=r.displayName||r.name||"",e=e!==""?"ForwardRef("+e+")":"ForwardRef"),e;case X:return r=e.displayName||null,r!==null?r:a(e.type)||"Memo";case P:r=e._payload,e=e._init;try{return a(e(r))}catch{}}return null}function c(e){return""+e}function u(e){try{c(e);var r=!1}catch{r=!0}if(r){r=console;var t=r.error,n=typeof Symbol=="function"&&Symbol.toStringTag&&e[Symbol.toStringTag]||e.constructor.name||"Object";return t.call(r,"The provided key is an unsupported type %s. This value must be coerced to a string before using it here.",n),c(e)}}function f(e){if(e===k)return"<>";if(typeof e=="object"&&e!==null&&e.$$typeof===P)return"<...>";try{var r=a(e);return r?"<"+r+">":"<...>"}catch{return"<...>"}}function i(){var e=g.A;return e===null?null:e.getOwner()}function s(){return Error("react-stack-top-frame")}function y(e){if(z.call(e,"key")){var r=Object.getOwnPropertyDescriptor(e,"key").get;if(r&&r.isReactWarning)return!1}return e.key!==void 0}function b(e,r){function t(){h||(h=!0,console.error("%s: `key` is not a prop. Trying to access it will result in `undefined` being returned. If you need to access the same value within the child component, you should pass it as a different prop. (https://react.dev/link/special-props)",r))}t.isReactWarning=!0,Object.defineProperty(e,"key",{get:t,configurable:!0})}function A(){var e=a(this.type);return j[e]||(j[e]=!0,console.error("Accessing element.ref was removed in React 19. ref is now a regular prop. It will be removed from the JSX Element type in a future release.")),e=this.props.ref,e!==void 0?e:null}function D(e,r,t,n,d,l,S,_){return t=l.ref,e={$$typeof:E,type:e,key:r,props:l,_owner:d},(t!==void 0?t:null)!==null?Object.defineProperty(e,"ref",{enumerable:!1,get:A}):Object.defineProperty(e,"ref",{enumerable:!1,value:null}),e._store={},Object.defineProperty(e._store,"validated",{configurable:!1,enumerable:!1,writable:!0,value:0}),Object.defineProperty(e,"_debugInfo",{configurable:!1,enumerable:!1,writable:!0,value:null}),Object.defineProperty(e,"_debugStack",{configurable:!1,enumerable:!1,writable:!0,value:S}),Object.defineProperty(e,"_debugTask",{configurable:!1,enumerable:!1,writable:!0,value:_}),Object.freeze&&(Object.freeze(e.props),Object.freeze(e)),e}function R(e,r,t,n,d,l,S,_){var o=r.children;if(o!==void 0)if(n)if($(o)){for(n=0;n<o.length;n++)T(o[n]);Object.freeze&&Object.freeze(o)}else console.error("React.jsx: Static children should always be an array. You are likely explicitly calling React.jsxs or React.jsxDEV. Use the Babel transform instead.");else T(o);if(z.call(r,"key")){o=a(e);var p=Object.keys(r).filter(function(G){return G!=="key"});n=0<p.length?"{key: someKey, "+p.join(": ..., ")+": ...}":"{key: someKey}",C[o+n]||(p=0<p.length?"{"+p.join(": ..., ")+": ...}":"{}",console.error(`A props object containing a "key" prop is being spread into JSX:
60
- let props = %s;
61
- <%s {...props} />
62
- React keys must be passed directly to JSX without using spread:
63
- let props = %s;
64
- <%s key={someKey} {...props} />`,n,o,p,o),C[o+n]=!0)}if(o=null,t!==void 0&&(u(t),o=""+t),y(r)&&(u(r.key),o=""+r.key),"key"in r){t={};for(var w in r)w!=="key"&&(t[w]=r[w])}else t=r;return o&&b(t,typeof e=="function"?e.displayName||e.name||"Unknown":e),D(e,o,l,d,i(),t,S,_)}function T(e){typeof e=="object"&&e!==null&&e.$$typeof===E&&e._store&&(e._store.validated=1)}var v=B,E=Symbol.for("react.transitional.element"),U=Symbol.for("react.portal"),k=Symbol.for("react.fragment"),V=Symbol.for("react.strict_mode"),M=Symbol.for("react.profiler"),I=Symbol.for("react.consumer"),L=Symbol.for("react.context"),W=Symbol.for("react.forward_ref"),J=Symbol.for("react.suspense"),F=Symbol.for("react.suspense_list"),X=Symbol.for("react.memo"),P=Symbol.for("react.lazy"),K=Symbol.for("react.activity"),Y=Symbol.for("react.client.reference"),g=v.__CLIENT_INTERNALS_DO_NOT_USE_OR_WARN_USERS_THEY_CANNOT_UPGRADE,z=Object.prototype.hasOwnProperty,$=Array.isArray,x=console.createTask?console.createTask:function(){return null};v={react_stack_bottom_frame:function(e){return e()}};var h,j={},O=v.react_stack_bottom_frame.bind(v,s)(),N=x(f(s)),C={};Ce.Fragment=k,Ce.jsx=function(e,r,t,n,d){var l=1e4>g.recentlyCreatedOwnerStacks++;return R(e,r,t,!1,n,d,l?Error("react-stack-top-frame"):O,l?x(f(e)):N)},Ce.jsxs=function(e,r,t,n,d){var l=1e4>g.recentlyCreatedOwnerStacks++;return R(e,r,t,!0,n,d,l?Error("react-stack-top-frame"):O,l?x(f(e)):N)}})()),Ce}var Fr;function Qn(){return Fr||(Fr=1,process.env.NODE_ENV==="production"?or.exports=qn():or.exports=Zn()),or.exports}Qn();q.cva("inline-flex items-center justify-center gap-2 whitespace-nowrap rounded-md text-sm font-medium transition-all disabled:pointer-events-none disabled:opacity-50 [&_svg]:pointer-events-none [&_svg:not([class*='size-'])]:size-4 shrink-0 [&_svg]:shrink-0 outline-none focus-visible:border-ring focus-visible:ring-ring/50 focus-visible:ring-[3px] aria-invalid:ring-destructive/20 dark:aria-invalid:ring-destructive/40 aria-invalid:border-destructive",{variants:{variant:{default:"bg-primary text-primary-foreground shadow-xs hover:bg-primary/90",destructive:"bg-destructive text-white shadow-xs hover:bg-destructive/90 focus-visible:ring-destructive/20 dark:focus-visible:ring-destructive/40 dark:bg-destructive/60",outline:"border bg-background shadow-xs hover:bg-accent hover:text-accent-foreground dark:bg-input/30 dark:border-input dark:hover:bg-input/50",secondary:"bg-secondary text-secondary-foreground shadow-xs hover:bg-secondary/80",ghost:"hover:bg-accent hover:text-accent-foreground dark:hover:bg-accent/50",link:"text-primary underline-offset-4 hover:underline"},size:{default:"h-9 px-4 py-2 has-[>svg]:px-3",sm:"h-8 rounded-md gap-1.5 px-3 has-[>svg]:px-2.5",lg:"h-10 rounded-md px-6 has-[>svg]:px-4",icon:"size-9"}},defaultVariants:{variant:"default",size:"default"}});var ar={exports:{}},ce={};/**
65
- * @license React
66
- * react-jsx-runtime.production.js
67
- *
68
- * Copyright (c) Meta Platforms, Inc. and affiliates.
69
- *
70
- * This source code is licensed under the MIT license found in the
71
- * LICENSE file in the root directory of this source tree.
72
- */var Ur;function eo(){if(Ur)return ce;Ur=1;var a=Symbol.for("react.transitional.element"),c=Symbol.for("react.fragment");function u(f,i,s){var y=null;if(s!==void 0&&(y=""+s),i.key!==void 0&&(y=""+i.key),"key"in i){s={};for(var b in i)b!=="key"&&(s[b]=i[b])}else s=i;return i=s.ref,{$$typeof:a,type:f,key:y,ref:i!==void 0?i:null,props:s}}return ce.Fragment=c,ce.jsx=u,ce.jsxs=u,ce}var $e={};/**
73
- * @license React
74
- * react-jsx-runtime.development.js
75
- *
76
- * Copyright (c) Meta Platforms, Inc. and affiliates.
77
- *
78
- * This source code is licensed under the MIT license found in the
79
- * LICENSE file in the root directory of this source tree.
80
- */var Vr;function ro(){return Vr||(Vr=1,process.env.NODE_ENV!=="production"&&(function(){function a(e){if(e==null)return null;if(typeof e=="function")return e.$$typeof===Y?null:e.displayName||e.name||null;if(typeof e=="string")return e;switch(e){case k:return"Fragment";case M:return"Profiler";case V:return"StrictMode";case J:return"Suspense";case F:return"SuspenseList";case K:return"Activity"}if(typeof e=="object")switch(typeof e.tag=="number"&&console.error("Received an unexpected object in getComponentNameFromType(). This is likely a bug in React. Please file an issue."),e.$$typeof){case U:return"Portal";case L:return(e.displayName||"Context")+".Provider";case I:return(e._context.displayName||"Context")+".Consumer";case W:var r=e.render;return e=e.displayName,e||(e=r.displayName||r.name||"",e=e!==""?"ForwardRef("+e+")":"ForwardRef"),e;case X:return r=e.displayName||null,r!==null?r:a(e.type)||"Memo";case P:r=e._payload,e=e._init;try{return a(e(r))}catch{}}return null}function c(e){return""+e}function u(e){try{c(e);var r=!1}catch{r=!0}if(r){r=console;var t=r.error,n=typeof Symbol=="function"&&Symbol.toStringTag&&e[Symbol.toStringTag]||e.constructor.name||"Object";return t.call(r,"The provided key is an unsupported type %s. This value must be coerced to a string before using it here.",n),c(e)}}function f(e){if(e===k)return"<>";if(typeof e=="object"&&e!==null&&e.$$typeof===P)return"<...>";try{var r=a(e);return r?"<"+r+">":"<...>"}catch{return"<...>"}}function i(){var e=g.A;return e===null?null:e.getOwner()}function s(){return Error("react-stack-top-frame")}function y(e){if(z.call(e,"key")){var r=Object.getOwnPropertyDescriptor(e,"key").get;if(r&&r.isReactWarning)return!1}return e.key!==void 0}function b(e,r){function t(){h||(h=!0,console.error("%s: `key` is not a prop. Trying to access it will result in `undefined` being returned. If you need to access the same value within the child component, you should pass it as a different prop. (https://react.dev/link/special-props)",r))}t.isReactWarning=!0,Object.defineProperty(e,"key",{get:t,configurable:!0})}function A(){var e=a(this.type);return j[e]||(j[e]=!0,console.error("Accessing element.ref was removed in React 19. ref is now a regular prop. It will be removed from the JSX Element type in a future release.")),e=this.props.ref,e!==void 0?e:null}function D(e,r,t,n,d,l,S,_){return t=l.ref,e={$$typeof:E,type:e,key:r,props:l,_owner:d},(t!==void 0?t:null)!==null?Object.defineProperty(e,"ref",{enumerable:!1,get:A}):Object.defineProperty(e,"ref",{enumerable:!1,value:null}),e._store={},Object.defineProperty(e._store,"validated",{configurable:!1,enumerable:!1,writable:!0,value:0}),Object.defineProperty(e,"_debugInfo",{configurable:!1,enumerable:!1,writable:!0,value:null}),Object.defineProperty(e,"_debugStack",{configurable:!1,enumerable:!1,writable:!0,value:S}),Object.defineProperty(e,"_debugTask",{configurable:!1,enumerable:!1,writable:!0,value:_}),Object.freeze&&(Object.freeze(e.props),Object.freeze(e)),e}function R(e,r,t,n,d,l,S,_){var o=r.children;if(o!==void 0)if(n)if($(o)){for(n=0;n<o.length;n++)T(o[n]);Object.freeze&&Object.freeze(o)}else console.error("React.jsx: Static children should always be an array. You are likely explicitly calling React.jsxs or React.jsxDEV. Use the Babel transform instead.");else T(o);if(z.call(r,"key")){o=a(e);var p=Object.keys(r).filter(function(G){return G!=="key"});n=0<p.length?"{key: someKey, "+p.join(": ..., ")+": ...}":"{key: someKey}",C[o+n]||(p=0<p.length?"{"+p.join(": ..., ")+": ...}":"{}",console.error(`A props object containing a "key" prop is being spread into JSX:
81
- let props = %s;
82
- <%s {...props} />
83
- React keys must be passed directly to JSX without using spread:
84
- let props = %s;
85
- <%s key={someKey} {...props} />`,n,o,p,o),C[o+n]=!0)}if(o=null,t!==void 0&&(u(t),o=""+t),y(r)&&(u(r.key),o=""+r.key),"key"in r){t={};for(var w in r)w!=="key"&&(t[w]=r[w])}else t=r;return o&&b(t,typeof e=="function"?e.displayName||e.name||"Unknown":e),D(e,o,l,d,i(),t,S,_)}function T(e){typeof e=="object"&&e!==null&&e.$$typeof===E&&e._store&&(e._store.validated=1)}var v=B,E=Symbol.for("react.transitional.element"),U=Symbol.for("react.portal"),k=Symbol.for("react.fragment"),V=Symbol.for("react.strict_mode"),M=Symbol.for("react.profiler"),I=Symbol.for("react.consumer"),L=Symbol.for("react.context"),W=Symbol.for("react.forward_ref"),J=Symbol.for("react.suspense"),F=Symbol.for("react.suspense_list"),X=Symbol.for("react.memo"),P=Symbol.for("react.lazy"),K=Symbol.for("react.activity"),Y=Symbol.for("react.client.reference"),g=v.__CLIENT_INTERNALS_DO_NOT_USE_OR_WARN_USERS_THEY_CANNOT_UPGRADE,z=Object.prototype.hasOwnProperty,$=Array.isArray,x=console.createTask?console.createTask:function(){return null};v={react_stack_bottom_frame:function(e){return e()}};var h,j={},O=v.react_stack_bottom_frame.bind(v,s)(),N=x(f(s)),C={};$e.Fragment=k,$e.jsx=function(e,r,t,n,d){var l=1e4>g.recentlyCreatedOwnerStacks++;return R(e,r,t,!1,n,d,l?Error("react-stack-top-frame"):O,l?x(f(e)):N)},$e.jsxs=function(e,r,t,n,d){var l=1e4>g.recentlyCreatedOwnerStacks++;return R(e,r,t,!0,n,d,l?Error("react-stack-top-frame"):O,l?x(f(e)):N)}})()),$e}var Mr;function to(){return Mr||(Mr=1,process.env.NODE_ENV==="production"?ar.exports=eo():ar.exports=ro()),ar.exports}to();q.cva("inline-flex items-center justify-center gap-2 whitespace-nowrap rounded-md text-sm font-medium transition-all disabled:pointer-events-none disabled:opacity-50 [&_svg]:pointer-events-none [&_svg:not([class*='size-'])]:size-4 shrink-0 [&_svg]:shrink-0 outline-none focus-visible:border-ring focus-visible:ring-ring/50 focus-visible:ring-[3px] aria-invalid:ring-destructive/20 dark:aria-invalid:ring-destructive/40 aria-invalid:border-destructive",{variants:{variant:{default:"bg-primary text-primary-foreground shadow-xs hover:bg-primary/90",destructive:"bg-destructive text-white shadow-xs hover:bg-destructive/90 focus-visible:ring-destructive/20 dark:focus-visible:ring-destructive/40 dark:bg-destructive/60",outline:"border bg-background shadow-xs hover:bg-accent hover:text-accent-foreground dark:bg-input/30 dark:border-input dark:hover:bg-input/50",secondary:"bg-secondary text-secondary-foreground shadow-xs hover:bg-secondary/80",ghost:"hover:bg-accent hover:text-accent-foreground dark:hover:bg-accent/50",link:"text-primary underline-offset-4 hover:underline"},size:{default:"h-9 px-4 py-2 has-[>svg]:px-3",sm:"h-8 rounded-md gap-1.5 px-3 has-[>svg]:px-2.5",lg:"h-10 rounded-md px-6 has-[>svg]:px-4",icon:"size-9"}},defaultVariants:{variant:"default",size:"default"}});var ir={exports:{}},ue={};/**
86
- * @license React
87
- * react-jsx-runtime.production.js
88
- *
89
- * Copyright (c) Meta Platforms, Inc. and affiliates.
90
- *
91
- * This source code is licensed under the MIT license found in the
92
- * LICENSE file in the root directory of this source tree.
93
- */var Lr;function no(){if(Lr)return ue;Lr=1;var a=Symbol.for("react.transitional.element"),c=Symbol.for("react.fragment");function u(f,i,s){var y=null;if(s!==void 0&&(y=""+s),i.key!==void 0&&(y=""+i.key),"key"in i){s={};for(var b in i)b!=="key"&&(s[b]=i[b])}else s=i;return i=s.ref,{$$typeof:a,type:f,key:y,ref:i!==void 0?i:null,props:s}}return ue.Fragment=c,ue.jsx=u,ue.jsxs=u,ue}var Ae={};/**
94
- * @license React
95
- * react-jsx-runtime.development.js
96
- *
97
- * Copyright (c) Meta Platforms, Inc. and affiliates.
98
- *
99
- * This source code is licensed under the MIT license found in the
100
- * LICENSE file in the root directory of this source tree.
101
- */var Wr;function oo(){return Wr||(Wr=1,process.env.NODE_ENV!=="production"&&(function(){function a(e){if(e==null)return null;if(typeof e=="function")return e.$$typeof===Y?null:e.displayName||e.name||null;if(typeof e=="string")return e;switch(e){case k:return"Fragment";case M:return"Profiler";case V:return"StrictMode";case J:return"Suspense";case F:return"SuspenseList";case K:return"Activity"}if(typeof e=="object")switch(typeof e.tag=="number"&&console.error("Received an unexpected object in getComponentNameFromType(). This is likely a bug in React. Please file an issue."),e.$$typeof){case U:return"Portal";case L:return(e.displayName||"Context")+".Provider";case I:return(e._context.displayName||"Context")+".Consumer";case W:var r=e.render;return e=e.displayName,e||(e=r.displayName||r.name||"",e=e!==""?"ForwardRef("+e+")":"ForwardRef"),e;case X:return r=e.displayName||null,r!==null?r:a(e.type)||"Memo";case P:r=e._payload,e=e._init;try{return a(e(r))}catch{}}return null}function c(e){return""+e}function u(e){try{c(e);var r=!1}catch{r=!0}if(r){r=console;var t=r.error,n=typeof Symbol=="function"&&Symbol.toStringTag&&e[Symbol.toStringTag]||e.constructor.name||"Object";return t.call(r,"The provided key is an unsupported type %s. This value must be coerced to a string before using it here.",n),c(e)}}function f(e){if(e===k)return"<>";if(typeof e=="object"&&e!==null&&e.$$typeof===P)return"<...>";try{var r=a(e);return r?"<"+r+">":"<...>"}catch{return"<...>"}}function i(){var e=g.A;return e===null?null:e.getOwner()}function s(){return Error("react-stack-top-frame")}function y(e){if(z.call(e,"key")){var r=Object.getOwnPropertyDescriptor(e,"key").get;if(r&&r.isReactWarning)return!1}return e.key!==void 0}function b(e,r){function t(){h||(h=!0,console.error("%s: `key` is not a prop. Trying to access it will result in `undefined` being returned. If you need to access the same value within the child component, you should pass it as a different prop. (https://react.dev/link/special-props)",r))}t.isReactWarning=!0,Object.defineProperty(e,"key",{get:t,configurable:!0})}function A(){var e=a(this.type);return j[e]||(j[e]=!0,console.error("Accessing element.ref was removed in React 19. ref is now a regular prop. It will be removed from the JSX Element type in a future release.")),e=this.props.ref,e!==void 0?e:null}function D(e,r,t,n,d,l,S,_){return t=l.ref,e={$$typeof:E,type:e,key:r,props:l,_owner:d},(t!==void 0?t:null)!==null?Object.defineProperty(e,"ref",{enumerable:!1,get:A}):Object.defineProperty(e,"ref",{enumerable:!1,value:null}),e._store={},Object.defineProperty(e._store,"validated",{configurable:!1,enumerable:!1,writable:!0,value:0}),Object.defineProperty(e,"_debugInfo",{configurable:!1,enumerable:!1,writable:!0,value:null}),Object.defineProperty(e,"_debugStack",{configurable:!1,enumerable:!1,writable:!0,value:S}),Object.defineProperty(e,"_debugTask",{configurable:!1,enumerable:!1,writable:!0,value:_}),Object.freeze&&(Object.freeze(e.props),Object.freeze(e)),e}function R(e,r,t,n,d,l,S,_){var o=r.children;if(o!==void 0)if(n)if($(o)){for(n=0;n<o.length;n++)T(o[n]);Object.freeze&&Object.freeze(o)}else console.error("React.jsx: Static children should always be an array. You are likely explicitly calling React.jsxs or React.jsxDEV. Use the Babel transform instead.");else T(o);if(z.call(r,"key")){o=a(e);var p=Object.keys(r).filter(function(G){return G!=="key"});n=0<p.length?"{key: someKey, "+p.join(": ..., ")+": ...}":"{key: someKey}",C[o+n]||(p=0<p.length?"{"+p.join(": ..., ")+": ...}":"{}",console.error(`A props object containing a "key" prop is being spread into JSX:
102
- let props = %s;
103
- <%s {...props} />
104
- React keys must be passed directly to JSX without using spread:
105
- let props = %s;
106
- <%s key={someKey} {...props} />`,n,o,p,o),C[o+n]=!0)}if(o=null,t!==void 0&&(u(t),o=""+t),y(r)&&(u(r.key),o=""+r.key),"key"in r){t={};for(var w in r)w!=="key"&&(t[w]=r[w])}else t=r;return o&&b(t,typeof e=="function"?e.displayName||e.name||"Unknown":e),D(e,o,l,d,i(),t,S,_)}function T(e){typeof e=="object"&&e!==null&&e.$$typeof===E&&e._store&&(e._store.validated=1)}var v=B,E=Symbol.for("react.transitional.element"),U=Symbol.for("react.portal"),k=Symbol.for("react.fragment"),V=Symbol.for("react.strict_mode"),M=Symbol.for("react.profiler"),I=Symbol.for("react.consumer"),L=Symbol.for("react.context"),W=Symbol.for("react.forward_ref"),J=Symbol.for("react.suspense"),F=Symbol.for("react.suspense_list"),X=Symbol.for("react.memo"),P=Symbol.for("react.lazy"),K=Symbol.for("react.activity"),Y=Symbol.for("react.client.reference"),g=v.__CLIENT_INTERNALS_DO_NOT_USE_OR_WARN_USERS_THEY_CANNOT_UPGRADE,z=Object.prototype.hasOwnProperty,$=Array.isArray,x=console.createTask?console.createTask:function(){return null};v={react_stack_bottom_frame:function(e){return e()}};var h,j={},O=v.react_stack_bottom_frame.bind(v,s)(),N=x(f(s)),C={};Ae.Fragment=k,Ae.jsx=function(e,r,t,n,d){var l=1e4>g.recentlyCreatedOwnerStacks++;return R(e,r,t,!1,n,d,l?Error("react-stack-top-frame"):O,l?x(f(e)):N)},Ae.jsxs=function(e,r,t,n,d){var l=1e4>g.recentlyCreatedOwnerStacks++;return R(e,r,t,!0,n,d,l?Error("react-stack-top-frame"):O,l?x(f(e)):N)}})()),Ae}var Jr;function ao(){return Jr||(Jr=1,process.env.NODE_ENV==="production"?ir.exports=no():ir.exports=oo()),ir.exports}ao();q.cva("inline-flex items-center justify-center gap-2 whitespace-nowrap rounded-md text-sm font-medium transition-all disabled:pointer-events-none disabled:opacity-50 [&_svg]:pointer-events-none [&_svg:not([class*='size-'])]:size-4 shrink-0 [&_svg]:shrink-0 outline-none focus-visible:border-ring focus-visible:ring-ring/50 focus-visible:ring-[3px] aria-invalid:ring-destructive/20 dark:aria-invalid:ring-destructive/40 aria-invalid:border-destructive",{variants:{variant:{default:"bg-primary text-primary-foreground shadow-xs hover:bg-primary/90",destructive:"bg-destructive text-white shadow-xs hover:bg-destructive/90 focus-visible:ring-destructive/20 dark:focus-visible:ring-destructive/40 dark:bg-destructive/60",outline:"border bg-background shadow-xs hover:bg-accent hover:text-accent-foreground dark:bg-input/30 dark:border-input dark:hover:bg-input/50",secondary:"bg-secondary text-secondary-foreground shadow-xs hover:bg-secondary/80",ghost:"hover:bg-accent hover:text-accent-foreground dark:hover:bg-accent/50",link:"text-primary underline-offset-4 hover:underline"},size:{default:"h-9 px-4 py-2 has-[>svg]:px-3",sm:"h-8 rounded-md gap-1.5 px-3 has-[>svg]:px-2.5",lg:"h-10 rounded-md px-6 has-[>svg]:px-4",icon:"size-9"}},defaultVariants:{variant:"default",size:"default"}});var sr={exports:{}},fe={};/**
107
- * @license React
108
- * react-jsx-runtime.production.js
109
- *
110
- * Copyright (c) Meta Platforms, Inc. and affiliates.
111
- *
112
- * This source code is licensed under the MIT license found in the
113
- * LICENSE file in the root directory of this source tree.
114
- */var Xr;function io(){if(Xr)return fe;Xr=1;var a=Symbol.for("react.transitional.element"),c=Symbol.for("react.fragment");function u(f,i,s){var y=null;if(s!==void 0&&(y=""+s),i.key!==void 0&&(y=""+i.key),"key"in i){s={};for(var b in i)b!=="key"&&(s[b]=i[b])}else s=i;return i=s.ref,{$$typeof:a,type:f,key:y,ref:i!==void 0?i:null,props:s}}return fe.Fragment=c,fe.jsx=u,fe.jsxs=u,fe}var De={};/**
115
- * @license React
116
- * react-jsx-runtime.development.js
117
- *
118
- * Copyright (c) Meta Platforms, Inc. and affiliates.
119
- *
120
- * This source code is licensed under the MIT license found in the
121
- * LICENSE file in the root directory of this source tree.
122
- */var Kr;function so(){return Kr||(Kr=1,process.env.NODE_ENV!=="production"&&(function(){function a(e){if(e==null)return null;if(typeof e=="function")return e.$$typeof===Y?null:e.displayName||e.name||null;if(typeof e=="string")return e;switch(e){case k:return"Fragment";case M:return"Profiler";case V:return"StrictMode";case J:return"Suspense";case F:return"SuspenseList";case K:return"Activity"}if(typeof e=="object")switch(typeof e.tag=="number"&&console.error("Received an unexpected object in getComponentNameFromType(). This is likely a bug in React. Please file an issue."),e.$$typeof){case U:return"Portal";case L:return(e.displayName||"Context")+".Provider";case I:return(e._context.displayName||"Context")+".Consumer";case W:var r=e.render;return e=e.displayName,e||(e=r.displayName||r.name||"",e=e!==""?"ForwardRef("+e+")":"ForwardRef"),e;case X:return r=e.displayName||null,r!==null?r:a(e.type)||"Memo";case P:r=e._payload,e=e._init;try{return a(e(r))}catch{}}return null}function c(e){return""+e}function u(e){try{c(e);var r=!1}catch{r=!0}if(r){r=console;var t=r.error,n=typeof Symbol=="function"&&Symbol.toStringTag&&e[Symbol.toStringTag]||e.constructor.name||"Object";return t.call(r,"The provided key is an unsupported type %s. This value must be coerced to a string before using it here.",n),c(e)}}function f(e){if(e===k)return"<>";if(typeof e=="object"&&e!==null&&e.$$typeof===P)return"<...>";try{var r=a(e);return r?"<"+r+">":"<...>"}catch{return"<...>"}}function i(){var e=g.A;return e===null?null:e.getOwner()}function s(){return Error("react-stack-top-frame")}function y(e){if(z.call(e,"key")){var r=Object.getOwnPropertyDescriptor(e,"key").get;if(r&&r.isReactWarning)return!1}return e.key!==void 0}function b(e,r){function t(){h||(h=!0,console.error("%s: `key` is not a prop. Trying to access it will result in `undefined` being returned. If you need to access the same value within the child component, you should pass it as a different prop. (https://react.dev/link/special-props)",r))}t.isReactWarning=!0,Object.defineProperty(e,"key",{get:t,configurable:!0})}function A(){var e=a(this.type);return j[e]||(j[e]=!0,console.error("Accessing element.ref was removed in React 19. ref is now a regular prop. It will be removed from the JSX Element type in a future release.")),e=this.props.ref,e!==void 0?e:null}function D(e,r,t,n,d,l,S,_){return t=l.ref,e={$$typeof:E,type:e,key:r,props:l,_owner:d},(t!==void 0?t:null)!==null?Object.defineProperty(e,"ref",{enumerable:!1,get:A}):Object.defineProperty(e,"ref",{enumerable:!1,value:null}),e._store={},Object.defineProperty(e._store,"validated",{configurable:!1,enumerable:!1,writable:!0,value:0}),Object.defineProperty(e,"_debugInfo",{configurable:!1,enumerable:!1,writable:!0,value:null}),Object.defineProperty(e,"_debugStack",{configurable:!1,enumerable:!1,writable:!0,value:S}),Object.defineProperty(e,"_debugTask",{configurable:!1,enumerable:!1,writable:!0,value:_}),Object.freeze&&(Object.freeze(e.props),Object.freeze(e)),e}function R(e,r,t,n,d,l,S,_){var o=r.children;if(o!==void 0)if(n)if($(o)){for(n=0;n<o.length;n++)T(o[n]);Object.freeze&&Object.freeze(o)}else console.error("React.jsx: Static children should always be an array. You are likely explicitly calling React.jsxs or React.jsxDEV. Use the Babel transform instead.");else T(o);if(z.call(r,"key")){o=a(e);var p=Object.keys(r).filter(function(G){return G!=="key"});n=0<p.length?"{key: someKey, "+p.join(": ..., ")+": ...}":"{key: someKey}",C[o+n]||(p=0<p.length?"{"+p.join(": ..., ")+": ...}":"{}",console.error(`A props object containing a "key" prop is being spread into JSX:
123
- let props = %s;
124
- <%s {...props} />
125
- React keys must be passed directly to JSX without using spread:
126
- let props = %s;
127
- <%s key={someKey} {...props} />`,n,o,p,o),C[o+n]=!0)}if(o=null,t!==void 0&&(u(t),o=""+t),y(r)&&(u(r.key),o=""+r.key),"key"in r){t={};for(var w in r)w!=="key"&&(t[w]=r[w])}else t=r;return o&&b(t,typeof e=="function"?e.displayName||e.name||"Unknown":e),D(e,o,l,d,i(),t,S,_)}function T(e){typeof e=="object"&&e!==null&&e.$$typeof===E&&e._store&&(e._store.validated=1)}var v=B,E=Symbol.for("react.transitional.element"),U=Symbol.for("react.portal"),k=Symbol.for("react.fragment"),V=Symbol.for("react.strict_mode"),M=Symbol.for("react.profiler"),I=Symbol.for("react.consumer"),L=Symbol.for("react.context"),W=Symbol.for("react.forward_ref"),J=Symbol.for("react.suspense"),F=Symbol.for("react.suspense_list"),X=Symbol.for("react.memo"),P=Symbol.for("react.lazy"),K=Symbol.for("react.activity"),Y=Symbol.for("react.client.reference"),g=v.__CLIENT_INTERNALS_DO_NOT_USE_OR_WARN_USERS_THEY_CANNOT_UPGRADE,z=Object.prototype.hasOwnProperty,$=Array.isArray,x=console.createTask?console.createTask:function(){return null};v={react_stack_bottom_frame:function(e){return e()}};var h,j={},O=v.react_stack_bottom_frame.bind(v,s)(),N=x(f(s)),C={};De.Fragment=k,De.jsx=function(e,r,t,n,d){var l=1e4>g.recentlyCreatedOwnerStacks++;return R(e,r,t,!1,n,d,l?Error("react-stack-top-frame"):O,l?x(f(e)):N)},De.jsxs=function(e,r,t,n,d){var l=1e4>g.recentlyCreatedOwnerStacks++;return R(e,r,t,!0,n,d,l?Error("react-stack-top-frame"):O,l?x(f(e)):N)}})()),De}var Yr;function lo(){return Yr||(Yr=1,process.env.NODE_ENV==="production"?sr.exports=io():sr.exports=so()),sr.exports}lo();q.cva("inline-flex items-center justify-center gap-2 whitespace-nowrap rounded-md text-sm font-medium transition-all disabled:pointer-events-none disabled:opacity-50 [&_svg]:pointer-events-none [&_svg:not([class*='size-'])]:size-4 shrink-0 [&_svg]:shrink-0 outline-none focus-visible:border-ring focus-visible:ring-ring/50 focus-visible:ring-[3px] aria-invalid:ring-destructive/20 dark:aria-invalid:ring-destructive/40 aria-invalid:border-destructive",{variants:{variant:{default:"bg-primary text-primary-foreground shadow-xs hover:bg-primary/90",destructive:"bg-destructive text-white shadow-xs hover:bg-destructive/90 focus-visible:ring-destructive/20 dark:focus-visible:ring-destructive/40 dark:bg-destructive/60",outline:"border bg-background shadow-xs hover:bg-accent hover:text-accent-foreground dark:bg-input/30 dark:border-input dark:hover:bg-input/50",secondary:"bg-secondary text-secondary-foreground shadow-xs hover:bg-secondary/80",ghost:"hover:bg-accent hover:text-accent-foreground dark:hover:bg-accent/50",link:"text-primary underline-offset-4 hover:underline"},size:{default:"h-9 px-4 py-2 has-[>svg]:px-3",sm:"h-8 rounded-md gap-1.5 px-3 has-[>svg]:px-2.5",lg:"h-10 rounded-md px-6 has-[>svg]:px-4",icon:"size-9"}},defaultVariants:{variant:"default",size:"default"}});var lr={exports:{}},de={};/**
128
- * @license React
129
- * react-jsx-runtime.production.js
130
- *
131
- * Copyright (c) Meta Platforms, Inc. and affiliates.
132
- *
133
- * This source code is licensed under the MIT license found in the
134
- * LICENSE file in the root directory of this source tree.
135
- */var Gr;function co(){if(Gr)return de;Gr=1;var a=Symbol.for("react.transitional.element"),c=Symbol.for("react.fragment");function u(f,i,s){var y=null;if(s!==void 0&&(y=""+s),i.key!==void 0&&(y=""+i.key),"key"in i){s={};for(var b in i)b!=="key"&&(s[b]=i[b])}else s=i;return i=s.ref,{$$typeof:a,type:f,key:y,ref:i!==void 0?i:null,props:s}}return de.Fragment=c,de.jsx=u,de.jsxs=u,de}var Ie={};/**
136
- * @license React
137
- * react-jsx-runtime.development.js
138
- *
139
- * Copyright (c) Meta Platforms, Inc. and affiliates.
140
- *
141
- * This source code is licensed under the MIT license found in the
142
- * LICENSE file in the root directory of this source tree.
143
- */var Br;function uo(){return Br||(Br=1,process.env.NODE_ENV!=="production"&&(function(){function a(e){if(e==null)return null;if(typeof e=="function")return e.$$typeof===Y?null:e.displayName||e.name||null;if(typeof e=="string")return e;switch(e){case k:return"Fragment";case M:return"Profiler";case V:return"StrictMode";case J:return"Suspense";case F:return"SuspenseList";case K:return"Activity"}if(typeof e=="object")switch(typeof e.tag=="number"&&console.error("Received an unexpected object in getComponentNameFromType(). This is likely a bug in React. Please file an issue."),e.$$typeof){case U:return"Portal";case L:return(e.displayName||"Context")+".Provider";case I:return(e._context.displayName||"Context")+".Consumer";case W:var r=e.render;return e=e.displayName,e||(e=r.displayName||r.name||"",e=e!==""?"ForwardRef("+e+")":"ForwardRef"),e;case X:return r=e.displayName||null,r!==null?r:a(e.type)||"Memo";case P:r=e._payload,e=e._init;try{return a(e(r))}catch{}}return null}function c(e){return""+e}function u(e){try{c(e);var r=!1}catch{r=!0}if(r){r=console;var t=r.error,n=typeof Symbol=="function"&&Symbol.toStringTag&&e[Symbol.toStringTag]||e.constructor.name||"Object";return t.call(r,"The provided key is an unsupported type %s. This value must be coerced to a string before using it here.",n),c(e)}}function f(e){if(e===k)return"<>";if(typeof e=="object"&&e!==null&&e.$$typeof===P)return"<...>";try{var r=a(e);return r?"<"+r+">":"<...>"}catch{return"<...>"}}function i(){var e=g.A;return e===null?null:e.getOwner()}function s(){return Error("react-stack-top-frame")}function y(e){if(z.call(e,"key")){var r=Object.getOwnPropertyDescriptor(e,"key").get;if(r&&r.isReactWarning)return!1}return e.key!==void 0}function b(e,r){function t(){h||(h=!0,console.error("%s: `key` is not a prop. Trying to access it will result in `undefined` being returned. If you need to access the same value within the child component, you should pass it as a different prop. (https://react.dev/link/special-props)",r))}t.isReactWarning=!0,Object.defineProperty(e,"key",{get:t,configurable:!0})}function A(){var e=a(this.type);return j[e]||(j[e]=!0,console.error("Accessing element.ref was removed in React 19. ref is now a regular prop. It will be removed from the JSX Element type in a future release.")),e=this.props.ref,e!==void 0?e:null}function D(e,r,t,n,d,l,S,_){return t=l.ref,e={$$typeof:E,type:e,key:r,props:l,_owner:d},(t!==void 0?t:null)!==null?Object.defineProperty(e,"ref",{enumerable:!1,get:A}):Object.defineProperty(e,"ref",{enumerable:!1,value:null}),e._store={},Object.defineProperty(e._store,"validated",{configurable:!1,enumerable:!1,writable:!0,value:0}),Object.defineProperty(e,"_debugInfo",{configurable:!1,enumerable:!1,writable:!0,value:null}),Object.defineProperty(e,"_debugStack",{configurable:!1,enumerable:!1,writable:!0,value:S}),Object.defineProperty(e,"_debugTask",{configurable:!1,enumerable:!1,writable:!0,value:_}),Object.freeze&&(Object.freeze(e.props),Object.freeze(e)),e}function R(e,r,t,n,d,l,S,_){var o=r.children;if(o!==void 0)if(n)if($(o)){for(n=0;n<o.length;n++)T(o[n]);Object.freeze&&Object.freeze(o)}else console.error("React.jsx: Static children should always be an array. You are likely explicitly calling React.jsxs or React.jsxDEV. Use the Babel transform instead.");else T(o);if(z.call(r,"key")){o=a(e);var p=Object.keys(r).filter(function(G){return G!=="key"});n=0<p.length?"{key: someKey, "+p.join(": ..., ")+": ...}":"{key: someKey}",C[o+n]||(p=0<p.length?"{"+p.join(": ..., ")+": ...}":"{}",console.error(`A props object containing a "key" prop is being spread into JSX:
144
- let props = %s;
145
- <%s {...props} />
146
- React keys must be passed directly to JSX without using spread:
147
- let props = %s;
148
- <%s key={someKey} {...props} />`,n,o,p,o),C[o+n]=!0)}if(o=null,t!==void 0&&(u(t),o=""+t),y(r)&&(u(r.key),o=""+r.key),"key"in r){t={};for(var w in r)w!=="key"&&(t[w]=r[w])}else t=r;return o&&b(t,typeof e=="function"?e.displayName||e.name||"Unknown":e),D(e,o,l,d,i(),t,S,_)}function T(e){typeof e=="object"&&e!==null&&e.$$typeof===E&&e._store&&(e._store.validated=1)}var v=B,E=Symbol.for("react.transitional.element"),U=Symbol.for("react.portal"),k=Symbol.for("react.fragment"),V=Symbol.for("react.strict_mode"),M=Symbol.for("react.profiler"),I=Symbol.for("react.consumer"),L=Symbol.for("react.context"),W=Symbol.for("react.forward_ref"),J=Symbol.for("react.suspense"),F=Symbol.for("react.suspense_list"),X=Symbol.for("react.memo"),P=Symbol.for("react.lazy"),K=Symbol.for("react.activity"),Y=Symbol.for("react.client.reference"),g=v.__CLIENT_INTERNALS_DO_NOT_USE_OR_WARN_USERS_THEY_CANNOT_UPGRADE,z=Object.prototype.hasOwnProperty,$=Array.isArray,x=console.createTask?console.createTask:function(){return null};v={react_stack_bottom_frame:function(e){return e()}};var h,j={},O=v.react_stack_bottom_frame.bind(v,s)(),N=x(f(s)),C={};Ie.Fragment=k,Ie.jsx=function(e,r,t,n,d){var l=1e4>g.recentlyCreatedOwnerStacks++;return R(e,r,t,!1,n,d,l?Error("react-stack-top-frame"):O,l?x(f(e)):N)},Ie.jsxs=function(e,r,t,n,d){var l=1e4>g.recentlyCreatedOwnerStacks++;return R(e,r,t,!0,n,d,l?Error("react-stack-top-frame"):O,l?x(f(e)):N)}})()),Ie}var Hr;function fo(){return Hr||(Hr=1,process.env.NODE_ENV==="production"?lr.exports=co():lr.exports=uo()),lr.exports}fo();q.cva("inline-flex items-center justify-center gap-2 whitespace-nowrap rounded-md text-sm font-medium transition-all disabled:pointer-events-none disabled:opacity-50 [&_svg]:pointer-events-none [&_svg:not([class*='size-'])]:size-4 shrink-0 [&_svg]:shrink-0 outline-none focus-visible:border-ring focus-visible:ring-ring/50 focus-visible:ring-[3px] aria-invalid:ring-destructive/20 dark:aria-invalid:ring-destructive/40 aria-invalid:border-destructive",{variants:{variant:{default:"bg-primary text-primary-foreground shadow-xs hover:bg-primary/90",destructive:"bg-destructive text-white shadow-xs hover:bg-destructive/90 focus-visible:ring-destructive/20 dark:focus-visible:ring-destructive/40 dark:bg-destructive/60",outline:"border bg-background shadow-xs hover:bg-accent hover:text-accent-foreground dark:bg-input/30 dark:border-input dark:hover:bg-input/50",secondary:"bg-secondary text-secondary-foreground shadow-xs hover:bg-secondary/80",ghost:"hover:bg-accent hover:text-accent-foreground dark:hover:bg-accent/50",link:"text-primary underline-offset-4 hover:underline"},size:{default:"h-9 px-4 py-2 has-[>svg]:px-3",sm:"h-8 rounded-md gap-1.5 px-3 has-[>svg]:px-2.5",lg:"h-10 rounded-md px-6 has-[>svg]:px-4",icon:"size-9"}},defaultVariants:{variant:"default",size:"default"}});var cr={exports:{}},pe={};/**
149
- * @license React
150
- * react-jsx-runtime.production.js
151
- *
152
- * Copyright (c) Meta Platforms, Inc. and affiliates.
153
- *
154
- * This source code is licensed under the MIT license found in the
155
- * LICENSE file in the root directory of this source tree.
156
- */var qr;function po(){if(qr)return pe;qr=1;var a=Symbol.for("react.transitional.element"),c=Symbol.for("react.fragment");function u(f,i,s){var y=null;if(s!==void 0&&(y=""+s),i.key!==void 0&&(y=""+i.key),"key"in i){s={};for(var b in i)b!=="key"&&(s[b]=i[b])}else s=i;return i=s.ref,{$$typeof:a,type:f,key:y,ref:i!==void 0?i:null,props:s}}return pe.Fragment=c,pe.jsx=u,pe.jsxs=u,pe}var Fe={};/**
157
- * @license React
158
- * react-jsx-runtime.development.js
159
- *
160
- * Copyright (c) Meta Platforms, Inc. and affiliates.
161
- *
162
- * This source code is licensed under the MIT license found in the
163
- * LICENSE file in the root directory of this source tree.
164
- */var Zr;function yo(){return Zr||(Zr=1,process.env.NODE_ENV!=="production"&&(function(){function a(e){if(e==null)return null;if(typeof e=="function")return e.$$typeof===Y?null:e.displayName||e.name||null;if(typeof e=="string")return e;switch(e){case k:return"Fragment";case M:return"Profiler";case V:return"StrictMode";case J:return"Suspense";case F:return"SuspenseList";case K:return"Activity"}if(typeof e=="object")switch(typeof e.tag=="number"&&console.error("Received an unexpected object in getComponentNameFromType(). This is likely a bug in React. Please file an issue."),e.$$typeof){case U:return"Portal";case L:return(e.displayName||"Context")+".Provider";case I:return(e._context.displayName||"Context")+".Consumer";case W:var r=e.render;return e=e.displayName,e||(e=r.displayName||r.name||"",e=e!==""?"ForwardRef("+e+")":"ForwardRef"),e;case X:return r=e.displayName||null,r!==null?r:a(e.type)||"Memo";case P:r=e._payload,e=e._init;try{return a(e(r))}catch{}}return null}function c(e){return""+e}function u(e){try{c(e);var r=!1}catch{r=!0}if(r){r=console;var t=r.error,n=typeof Symbol=="function"&&Symbol.toStringTag&&e[Symbol.toStringTag]||e.constructor.name||"Object";return t.call(r,"The provided key is an unsupported type %s. This value must be coerced to a string before using it here.",n),c(e)}}function f(e){if(e===k)return"<>";if(typeof e=="object"&&e!==null&&e.$$typeof===P)return"<...>";try{var r=a(e);return r?"<"+r+">":"<...>"}catch{return"<...>"}}function i(){var e=g.A;return e===null?null:e.getOwner()}function s(){return Error("react-stack-top-frame")}function y(e){if(z.call(e,"key")){var r=Object.getOwnPropertyDescriptor(e,"key").get;if(r&&r.isReactWarning)return!1}return e.key!==void 0}function b(e,r){function t(){h||(h=!0,console.error("%s: `key` is not a prop. Trying to access it will result in `undefined` being returned. If you need to access the same value within the child component, you should pass it as a different prop. (https://react.dev/link/special-props)",r))}t.isReactWarning=!0,Object.defineProperty(e,"key",{get:t,configurable:!0})}function A(){var e=a(this.type);return j[e]||(j[e]=!0,console.error("Accessing element.ref was removed in React 19. ref is now a regular prop. It will be removed from the JSX Element type in a future release.")),e=this.props.ref,e!==void 0?e:null}function D(e,r,t,n,d,l,S,_){return t=l.ref,e={$$typeof:E,type:e,key:r,props:l,_owner:d},(t!==void 0?t:null)!==null?Object.defineProperty(e,"ref",{enumerable:!1,get:A}):Object.defineProperty(e,"ref",{enumerable:!1,value:null}),e._store={},Object.defineProperty(e._store,"validated",{configurable:!1,enumerable:!1,writable:!0,value:0}),Object.defineProperty(e,"_debugInfo",{configurable:!1,enumerable:!1,writable:!0,value:null}),Object.defineProperty(e,"_debugStack",{configurable:!1,enumerable:!1,writable:!0,value:S}),Object.defineProperty(e,"_debugTask",{configurable:!1,enumerable:!1,writable:!0,value:_}),Object.freeze&&(Object.freeze(e.props),Object.freeze(e)),e}function R(e,r,t,n,d,l,S,_){var o=r.children;if(o!==void 0)if(n)if($(o)){for(n=0;n<o.length;n++)T(o[n]);Object.freeze&&Object.freeze(o)}else console.error("React.jsx: Static children should always be an array. You are likely explicitly calling React.jsxs or React.jsxDEV. Use the Babel transform instead.");else T(o);if(z.call(r,"key")){o=a(e);var p=Object.keys(r).filter(function(G){return G!=="key"});n=0<p.length?"{key: someKey, "+p.join(": ..., ")+": ...}":"{key: someKey}",C[o+n]||(p=0<p.length?"{"+p.join(": ..., ")+": ...}":"{}",console.error(`A props object containing a "key" prop is being spread into JSX:
165
- let props = %s;
166
- <%s {...props} />
167
- React keys must be passed directly to JSX without using spread:
168
- let props = %s;
169
- <%s key={someKey} {...props} />`,n,o,p,o),C[o+n]=!0)}if(o=null,t!==void 0&&(u(t),o=""+t),y(r)&&(u(r.key),o=""+r.key),"key"in r){t={};for(var w in r)w!=="key"&&(t[w]=r[w])}else t=r;return o&&b(t,typeof e=="function"?e.displayName||e.name||"Unknown":e),D(e,o,l,d,i(),t,S,_)}function T(e){typeof e=="object"&&e!==null&&e.$$typeof===E&&e._store&&(e._store.validated=1)}var v=B,E=Symbol.for("react.transitional.element"),U=Symbol.for("react.portal"),k=Symbol.for("react.fragment"),V=Symbol.for("react.strict_mode"),M=Symbol.for("react.profiler"),I=Symbol.for("react.consumer"),L=Symbol.for("react.context"),W=Symbol.for("react.forward_ref"),J=Symbol.for("react.suspense"),F=Symbol.for("react.suspense_list"),X=Symbol.for("react.memo"),P=Symbol.for("react.lazy"),K=Symbol.for("react.activity"),Y=Symbol.for("react.client.reference"),g=v.__CLIENT_INTERNALS_DO_NOT_USE_OR_WARN_USERS_THEY_CANNOT_UPGRADE,z=Object.prototype.hasOwnProperty,$=Array.isArray,x=console.createTask?console.createTask:function(){return null};v={react_stack_bottom_frame:function(e){return e()}};var h,j={},O=v.react_stack_bottom_frame.bind(v,s)(),N=x(f(s)),C={};Fe.Fragment=k,Fe.jsx=function(e,r,t,n,d){var l=1e4>g.recentlyCreatedOwnerStacks++;return R(e,r,t,!1,n,d,l?Error("react-stack-top-frame"):O,l?x(f(e)):N)},Fe.jsxs=function(e,r,t,n,d){var l=1e4>g.recentlyCreatedOwnerStacks++;return R(e,r,t,!0,n,d,l?Error("react-stack-top-frame"):O,l?x(f(e)):N)}})()),Fe}var Qr;function bo(){return Qr||(Qr=1,process.env.NODE_ENV==="production"?cr.exports=po():cr.exports=yo()),cr.exports}bo();q.cva("inline-flex items-center justify-center gap-2 whitespace-nowrap rounded-md text-sm font-medium transition-all disabled:pointer-events-none disabled:opacity-50 [&_svg]:pointer-events-none [&_svg:not([class*='size-'])]:size-4 shrink-0 [&_svg]:shrink-0 outline-none focus-visible:border-ring focus-visible:ring-ring/50 focus-visible:ring-[3px] aria-invalid:ring-destructive/20 dark:aria-invalid:ring-destructive/40 aria-invalid:border-destructive",{variants:{variant:{default:"bg-primary text-primary-foreground shadow-xs hover:bg-primary/90",destructive:"bg-destructive text-white shadow-xs hover:bg-destructive/90 focus-visible:ring-destructive/20 dark:focus-visible:ring-destructive/40 dark:bg-destructive/60",outline:"border bg-background shadow-xs hover:bg-accent hover:text-accent-foreground dark:bg-input/30 dark:border-input dark:hover:bg-input/50",secondary:"bg-secondary text-secondary-foreground shadow-xs hover:bg-secondary/80",ghost:"hover:bg-accent hover:text-accent-foreground dark:hover:bg-accent/50",link:"text-primary underline-offset-4 hover:underline"},size:{default:"h-9 px-4 py-2 has-[>svg]:px-3",sm:"h-8 rounded-md gap-1.5 px-3 has-[>svg]:px-2.5",lg:"h-10 rounded-md px-6 has-[>svg]:px-4",icon:"size-9"}},defaultVariants:{variant:"default",size:"default"}});var ur={exports:{}},ye={};/**
170
- * @license React
171
- * react-jsx-runtime.production.js
172
- *
173
- * Copyright (c) Meta Platforms, Inc. and affiliates.
174
- *
175
- * This source code is licensed under the MIT license found in the
176
- * LICENSE file in the root directory of this source tree.
177
- */var et;function mo(){if(et)return ye;et=1;var a=Symbol.for("react.transitional.element"),c=Symbol.for("react.fragment");function u(f,i,s){var y=null;if(s!==void 0&&(y=""+s),i.key!==void 0&&(y=""+i.key),"key"in i){s={};for(var b in i)b!=="key"&&(s[b]=i[b])}else s=i;return i=s.ref,{$$typeof:a,type:f,key:y,ref:i!==void 0?i:null,props:s}}return ye.Fragment=c,ye.jsx=u,ye.jsxs=u,ye}var Ue={};/**
178
- * @license React
179
- * react-jsx-runtime.development.js
180
- *
181
- * Copyright (c) Meta Platforms, Inc. and affiliates.
182
- *
183
- * This source code is licensed under the MIT license found in the
184
- * LICENSE file in the root directory of this source tree.
185
- */var rt;function vo(){return rt||(rt=1,process.env.NODE_ENV!=="production"&&(function(){function a(e){if(e==null)return null;if(typeof e=="function")return e.$$typeof===Y?null:e.displayName||e.name||null;if(typeof e=="string")return e;switch(e){case k:return"Fragment";case M:return"Profiler";case V:return"StrictMode";case J:return"Suspense";case F:return"SuspenseList";case K:return"Activity"}if(typeof e=="object")switch(typeof e.tag=="number"&&console.error("Received an unexpected object in getComponentNameFromType(). This is likely a bug in React. Please file an issue."),e.$$typeof){case U:return"Portal";case L:return(e.displayName||"Context")+".Provider";case I:return(e._context.displayName||"Context")+".Consumer";case W:var r=e.render;return e=e.displayName,e||(e=r.displayName||r.name||"",e=e!==""?"ForwardRef("+e+")":"ForwardRef"),e;case X:return r=e.displayName||null,r!==null?r:a(e.type)||"Memo";case P:r=e._payload,e=e._init;try{return a(e(r))}catch{}}return null}function c(e){return""+e}function u(e){try{c(e);var r=!1}catch{r=!0}if(r){r=console;var t=r.error,n=typeof Symbol=="function"&&Symbol.toStringTag&&e[Symbol.toStringTag]||e.constructor.name||"Object";return t.call(r,"The provided key is an unsupported type %s. This value must be coerced to a string before using it here.",n),c(e)}}function f(e){if(e===k)return"<>";if(typeof e=="object"&&e!==null&&e.$$typeof===P)return"<...>";try{var r=a(e);return r?"<"+r+">":"<...>"}catch{return"<...>"}}function i(){var e=g.A;return e===null?null:e.getOwner()}function s(){return Error("react-stack-top-frame")}function y(e){if(z.call(e,"key")){var r=Object.getOwnPropertyDescriptor(e,"key").get;if(r&&r.isReactWarning)return!1}return e.key!==void 0}function b(e,r){function t(){h||(h=!0,console.error("%s: `key` is not a prop. Trying to access it will result in `undefined` being returned. If you need to access the same value within the child component, you should pass it as a different prop. (https://react.dev/link/special-props)",r))}t.isReactWarning=!0,Object.defineProperty(e,"key",{get:t,configurable:!0})}function A(){var e=a(this.type);return j[e]||(j[e]=!0,console.error("Accessing element.ref was removed in React 19. ref is now a regular prop. It will be removed from the JSX Element type in a future release.")),e=this.props.ref,e!==void 0?e:null}function D(e,r,t,n,d,l,S,_){return t=l.ref,e={$$typeof:E,type:e,key:r,props:l,_owner:d},(t!==void 0?t:null)!==null?Object.defineProperty(e,"ref",{enumerable:!1,get:A}):Object.defineProperty(e,"ref",{enumerable:!1,value:null}),e._store={},Object.defineProperty(e._store,"validated",{configurable:!1,enumerable:!1,writable:!0,value:0}),Object.defineProperty(e,"_debugInfo",{configurable:!1,enumerable:!1,writable:!0,value:null}),Object.defineProperty(e,"_debugStack",{configurable:!1,enumerable:!1,writable:!0,value:S}),Object.defineProperty(e,"_debugTask",{configurable:!1,enumerable:!1,writable:!0,value:_}),Object.freeze&&(Object.freeze(e.props),Object.freeze(e)),e}function R(e,r,t,n,d,l,S,_){var o=r.children;if(o!==void 0)if(n)if($(o)){for(n=0;n<o.length;n++)T(o[n]);Object.freeze&&Object.freeze(o)}else console.error("React.jsx: Static children should always be an array. You are likely explicitly calling React.jsxs or React.jsxDEV. Use the Babel transform instead.");else T(o);if(z.call(r,"key")){o=a(e);var p=Object.keys(r).filter(function(G){return G!=="key"});n=0<p.length?"{key: someKey, "+p.join(": ..., ")+": ...}":"{key: someKey}",C[o+n]||(p=0<p.length?"{"+p.join(": ..., ")+": ...}":"{}",console.error(`A props object containing a "key" prop is being spread into JSX:
186
- let props = %s;
187
- <%s {...props} />
188
- React keys must be passed directly to JSX without using spread:
189
- let props = %s;
190
- <%s key={someKey} {...props} />`,n,o,p,o),C[o+n]=!0)}if(o=null,t!==void 0&&(u(t),o=""+t),y(r)&&(u(r.key),o=""+r.key),"key"in r){t={};for(var w in r)w!=="key"&&(t[w]=r[w])}else t=r;return o&&b(t,typeof e=="function"?e.displayName||e.name||"Unknown":e),D(e,o,l,d,i(),t,S,_)}function T(e){typeof e=="object"&&e!==null&&e.$$typeof===E&&e._store&&(e._store.validated=1)}var v=B,E=Symbol.for("react.transitional.element"),U=Symbol.for("react.portal"),k=Symbol.for("react.fragment"),V=Symbol.for("react.strict_mode"),M=Symbol.for("react.profiler"),I=Symbol.for("react.consumer"),L=Symbol.for("react.context"),W=Symbol.for("react.forward_ref"),J=Symbol.for("react.suspense"),F=Symbol.for("react.suspense_list"),X=Symbol.for("react.memo"),P=Symbol.for("react.lazy"),K=Symbol.for("react.activity"),Y=Symbol.for("react.client.reference"),g=v.__CLIENT_INTERNALS_DO_NOT_USE_OR_WARN_USERS_THEY_CANNOT_UPGRADE,z=Object.prototype.hasOwnProperty,$=Array.isArray,x=console.createTask?console.createTask:function(){return null};v={react_stack_bottom_frame:function(e){return e()}};var h,j={},O=v.react_stack_bottom_frame.bind(v,s)(),N=x(f(s)),C={};Ue.Fragment=k,Ue.jsx=function(e,r,t,n,d){var l=1e4>g.recentlyCreatedOwnerStacks++;return R(e,r,t,!1,n,d,l?Error("react-stack-top-frame"):O,l?x(f(e)):N)},Ue.jsxs=function(e,r,t,n,d){var l=1e4>g.recentlyCreatedOwnerStacks++;return R(e,r,t,!0,n,d,l?Error("react-stack-top-frame"):O,l?x(f(e)):N)}})()),Ue}var tt;function go(){return tt||(tt=1,process.env.NODE_ENV==="production"?ur.exports=mo():ur.exports=vo()),ur.exports}go();q.cva("inline-flex items-center justify-center gap-2 whitespace-nowrap rounded-md text-sm font-medium transition-all disabled:pointer-events-none disabled:opacity-50 [&_svg]:pointer-events-none [&_svg:not([class*='size-'])]:size-4 shrink-0 [&_svg]:shrink-0 outline-none focus-visible:border-ring focus-visible:ring-ring/50 focus-visible:ring-[3px] aria-invalid:ring-destructive/20 dark:aria-invalid:ring-destructive/40 aria-invalid:border-destructive",{variants:{variant:{default:"bg-primary text-primary-foreground shadow-xs hover:bg-primary/90",destructive:"bg-destructive text-white shadow-xs hover:bg-destructive/90 focus-visible:ring-destructive/20 dark:focus-visible:ring-destructive/40 dark:bg-destructive/60",outline:"border bg-background shadow-xs hover:bg-accent hover:text-accent-foreground dark:bg-input/30 dark:border-input dark:hover:bg-input/50",secondary:"bg-secondary text-secondary-foreground shadow-xs hover:bg-secondary/80",ghost:"hover:bg-accent hover:text-accent-foreground dark:hover:bg-accent/50",link:"text-primary underline-offset-4 hover:underline"},size:{default:"h-9 px-4 py-2 has-[>svg]:px-3",sm:"h-8 rounded-md gap-1.5 px-3 has-[>svg]:px-2.5",lg:"h-10 rounded-md px-6 has-[>svg]:px-4",icon:"size-9"}},defaultVariants:{variant:"default",size:"default"}});var fr={exports:{}},be={};/**
191
- * @license React
192
- * react-jsx-runtime.production.js
193
- *
194
- * Copyright (c) Meta Platforms, Inc. and affiliates.
195
- *
196
- * This source code is licensed under the MIT license found in the
197
- * LICENSE file in the root directory of this source tree.
198
- */var nt;function ho(){if(nt)return be;nt=1;var a=Symbol.for("react.transitional.element"),c=Symbol.for("react.fragment");function u(f,i,s){var y=null;if(s!==void 0&&(y=""+s),i.key!==void 0&&(y=""+i.key),"key"in i){s={};for(var b in i)b!=="key"&&(s[b]=i[b])}else s=i;return i=s.ref,{$$typeof:a,type:f,key:y,ref:i!==void 0?i:null,props:s}}return be.Fragment=c,be.jsx=u,be.jsxs=u,be}var Ve={};/**
199
- * @license React
200
- * react-jsx-runtime.development.js
201
- *
202
- * Copyright (c) Meta Platforms, Inc. and affiliates.
203
- *
204
- * This source code is licensed under the MIT license found in the
205
- * LICENSE file in the root directory of this source tree.
206
- */var ot;function ko(){return ot||(ot=1,process.env.NODE_ENV!=="production"&&(function(){function a(e){if(e==null)return null;if(typeof e=="function")return e.$$typeof===Y?null:e.displayName||e.name||null;if(typeof e=="string")return e;switch(e){case k:return"Fragment";case M:return"Profiler";case V:return"StrictMode";case J:return"Suspense";case F:return"SuspenseList";case K:return"Activity"}if(typeof e=="object")switch(typeof e.tag=="number"&&console.error("Received an unexpected object in getComponentNameFromType(). This is likely a bug in React. Please file an issue."),e.$$typeof){case U:return"Portal";case L:return(e.displayName||"Context")+".Provider";case I:return(e._context.displayName||"Context")+".Consumer";case W:var r=e.render;return e=e.displayName,e||(e=r.displayName||r.name||"",e=e!==""?"ForwardRef("+e+")":"ForwardRef"),e;case X:return r=e.displayName||null,r!==null?r:a(e.type)||"Memo";case P:r=e._payload,e=e._init;try{return a(e(r))}catch{}}return null}function c(e){return""+e}function u(e){try{c(e);var r=!1}catch{r=!0}if(r){r=console;var t=r.error,n=typeof Symbol=="function"&&Symbol.toStringTag&&e[Symbol.toStringTag]||e.constructor.name||"Object";return t.call(r,"The provided key is an unsupported type %s. This value must be coerced to a string before using it here.",n),c(e)}}function f(e){if(e===k)return"<>";if(typeof e=="object"&&e!==null&&e.$$typeof===P)return"<...>";try{var r=a(e);return r?"<"+r+">":"<...>"}catch{return"<...>"}}function i(){var e=g.A;return e===null?null:e.getOwner()}function s(){return Error("react-stack-top-frame")}function y(e){if(z.call(e,"key")){var r=Object.getOwnPropertyDescriptor(e,"key").get;if(r&&r.isReactWarning)return!1}return e.key!==void 0}function b(e,r){function t(){h||(h=!0,console.error("%s: `key` is not a prop. Trying to access it will result in `undefined` being returned. If you need to access the same value within the child component, you should pass it as a different prop. (https://react.dev/link/special-props)",r))}t.isReactWarning=!0,Object.defineProperty(e,"key",{get:t,configurable:!0})}function A(){var e=a(this.type);return j[e]||(j[e]=!0,console.error("Accessing element.ref was removed in React 19. ref is now a regular prop. It will be removed from the JSX Element type in a future release.")),e=this.props.ref,e!==void 0?e:null}function D(e,r,t,n,d,l,S,_){return t=l.ref,e={$$typeof:E,type:e,key:r,props:l,_owner:d},(t!==void 0?t:null)!==null?Object.defineProperty(e,"ref",{enumerable:!1,get:A}):Object.defineProperty(e,"ref",{enumerable:!1,value:null}),e._store={},Object.defineProperty(e._store,"validated",{configurable:!1,enumerable:!1,writable:!0,value:0}),Object.defineProperty(e,"_debugInfo",{configurable:!1,enumerable:!1,writable:!0,value:null}),Object.defineProperty(e,"_debugStack",{configurable:!1,enumerable:!1,writable:!0,value:S}),Object.defineProperty(e,"_debugTask",{configurable:!1,enumerable:!1,writable:!0,value:_}),Object.freeze&&(Object.freeze(e.props),Object.freeze(e)),e}function R(e,r,t,n,d,l,S,_){var o=r.children;if(o!==void 0)if(n)if($(o)){for(n=0;n<o.length;n++)T(o[n]);Object.freeze&&Object.freeze(o)}else console.error("React.jsx: Static children should always be an array. You are likely explicitly calling React.jsxs or React.jsxDEV. Use the Babel transform instead.");else T(o);if(z.call(r,"key")){o=a(e);var p=Object.keys(r).filter(function(G){return G!=="key"});n=0<p.length?"{key: someKey, "+p.join(": ..., ")+": ...}":"{key: someKey}",C[o+n]||(p=0<p.length?"{"+p.join(": ..., ")+": ...}":"{}",console.error(`A props object containing a "key" prop is being spread into JSX:
207
- let props = %s;
208
- <%s {...props} />
209
- React keys must be passed directly to JSX without using spread:
210
- let props = %s;
211
- <%s key={someKey} {...props} />`,n,o,p,o),C[o+n]=!0)}if(o=null,t!==void 0&&(u(t),o=""+t),y(r)&&(u(r.key),o=""+r.key),"key"in r){t={};for(var w in r)w!=="key"&&(t[w]=r[w])}else t=r;return o&&b(t,typeof e=="function"?e.displayName||e.name||"Unknown":e),D(e,o,l,d,i(),t,S,_)}function T(e){typeof e=="object"&&e!==null&&e.$$typeof===E&&e._store&&(e._store.validated=1)}var v=B,E=Symbol.for("react.transitional.element"),U=Symbol.for("react.portal"),k=Symbol.for("react.fragment"),V=Symbol.for("react.strict_mode"),M=Symbol.for("react.profiler"),I=Symbol.for("react.consumer"),L=Symbol.for("react.context"),W=Symbol.for("react.forward_ref"),J=Symbol.for("react.suspense"),F=Symbol.for("react.suspense_list"),X=Symbol.for("react.memo"),P=Symbol.for("react.lazy"),K=Symbol.for("react.activity"),Y=Symbol.for("react.client.reference"),g=v.__CLIENT_INTERNALS_DO_NOT_USE_OR_WARN_USERS_THEY_CANNOT_UPGRADE,z=Object.prototype.hasOwnProperty,$=Array.isArray,x=console.createTask?console.createTask:function(){return null};v={react_stack_bottom_frame:function(e){return e()}};var h,j={},O=v.react_stack_bottom_frame.bind(v,s)(),N=x(f(s)),C={};Ve.Fragment=k,Ve.jsx=function(e,r,t,n,d){var l=1e4>g.recentlyCreatedOwnerStacks++;return R(e,r,t,!1,n,d,l?Error("react-stack-top-frame"):O,l?x(f(e)):N)},Ve.jsxs=function(e,r,t,n,d){var l=1e4>g.recentlyCreatedOwnerStacks++;return R(e,r,t,!0,n,d,l?Error("react-stack-top-frame"):O,l?x(f(e)):N)}})()),Ve}var at;function xo(){return at||(at=1,process.env.NODE_ENV==="production"?fr.exports=ho():fr.exports=ko()),fr.exports}xo();q.cva("inline-flex items-center justify-center gap-2 whitespace-nowrap rounded-md text-sm font-medium transition-all disabled:pointer-events-none disabled:opacity-50 [&_svg]:pointer-events-none [&_svg:not([class*='size-'])]:size-4 shrink-0 [&_svg]:shrink-0 outline-none focus-visible:border-ring focus-visible:ring-ring/50 focus-visible:ring-[3px] aria-invalid:ring-destructive/20 dark:aria-invalid:ring-destructive/40 aria-invalid:border-destructive",{variants:{variant:{default:"bg-primary text-primary-foreground shadow-xs hover:bg-primary/90",destructive:"bg-destructive text-white shadow-xs hover:bg-destructive/90 focus-visible:ring-destructive/20 dark:focus-visible:ring-destructive/40 dark:bg-destructive/60",outline:"border bg-background shadow-xs hover:bg-accent hover:text-accent-foreground dark:bg-input/30 dark:border-input dark:hover:bg-input/50",secondary:"bg-secondary text-secondary-foreground shadow-xs hover:bg-secondary/80",ghost:"hover:bg-accent hover:text-accent-foreground dark:hover:bg-accent/50",link:"text-primary underline-offset-4 hover:underline"},size:{default:"h-9 px-4 py-2 has-[>svg]:px-3",sm:"h-8 rounded-md gap-1.5 px-3 has-[>svg]:px-2.5",lg:"h-10 rounded-md px-6 has-[>svg]:px-4",icon:"size-9"}},defaultVariants:{variant:"default",size:"default"}});var dr={exports:{}},me={};/**
212
- * @license React
213
- * react-jsx-runtime.production.js
214
- *
215
- * Copyright (c) Meta Platforms, Inc. and affiliates.
216
- *
217
- * This source code is licensed under the MIT license found in the
218
- * LICENSE file in the root directory of this source tree.
219
- */var it;function So(){if(it)return me;it=1;var a=Symbol.for("react.transitional.element"),c=Symbol.for("react.fragment");function u(f,i,s){var y=null;if(s!==void 0&&(y=""+s),i.key!==void 0&&(y=""+i.key),"key"in i){s={};for(var b in i)b!=="key"&&(s[b]=i[b])}else s=i;return i=s.ref,{$$typeof:a,type:f,key:y,ref:i!==void 0?i:null,props:s}}return me.Fragment=c,me.jsx=u,me.jsxs=u,me}var Me={};/**
220
- * @license React
221
- * react-jsx-runtime.development.js
222
- *
223
- * Copyright (c) Meta Platforms, Inc. and affiliates.
224
- *
225
- * This source code is licensed under the MIT license found in the
226
- * LICENSE file in the root directory of this source tree.
227
- */var st;function _o(){return st||(st=1,process.env.NODE_ENV!=="production"&&(function(){function a(e){if(e==null)return null;if(typeof e=="function")return e.$$typeof===Y?null:e.displayName||e.name||null;if(typeof e=="string")return e;switch(e){case k:return"Fragment";case M:return"Profiler";case V:return"StrictMode";case J:return"Suspense";case F:return"SuspenseList";case K:return"Activity"}if(typeof e=="object")switch(typeof e.tag=="number"&&console.error("Received an unexpected object in getComponentNameFromType(). This is likely a bug in React. Please file an issue."),e.$$typeof){case U:return"Portal";case L:return(e.displayName||"Context")+".Provider";case I:return(e._context.displayName||"Context")+".Consumer";case W:var r=e.render;return e=e.displayName,e||(e=r.displayName||r.name||"",e=e!==""?"ForwardRef("+e+")":"ForwardRef"),e;case X:return r=e.displayName||null,r!==null?r:a(e.type)||"Memo";case P:r=e._payload,e=e._init;try{return a(e(r))}catch{}}return null}function c(e){return""+e}function u(e){try{c(e);var r=!1}catch{r=!0}if(r){r=console;var t=r.error,n=typeof Symbol=="function"&&Symbol.toStringTag&&e[Symbol.toStringTag]||e.constructor.name||"Object";return t.call(r,"The provided key is an unsupported type %s. This value must be coerced to a string before using it here.",n),c(e)}}function f(e){if(e===k)return"<>";if(typeof e=="object"&&e!==null&&e.$$typeof===P)return"<...>";try{var r=a(e);return r?"<"+r+">":"<...>"}catch{return"<...>"}}function i(){var e=g.A;return e===null?null:e.getOwner()}function s(){return Error("react-stack-top-frame")}function y(e){if(z.call(e,"key")){var r=Object.getOwnPropertyDescriptor(e,"key").get;if(r&&r.isReactWarning)return!1}return e.key!==void 0}function b(e,r){function t(){h||(h=!0,console.error("%s: `key` is not a prop. Trying to access it will result in `undefined` being returned. If you need to access the same value within the child component, you should pass it as a different prop. (https://react.dev/link/special-props)",r))}t.isReactWarning=!0,Object.defineProperty(e,"key",{get:t,configurable:!0})}function A(){var e=a(this.type);return j[e]||(j[e]=!0,console.error("Accessing element.ref was removed in React 19. ref is now a regular prop. It will be removed from the JSX Element type in a future release.")),e=this.props.ref,e!==void 0?e:null}function D(e,r,t,n,d,l,S,_){return t=l.ref,e={$$typeof:E,type:e,key:r,props:l,_owner:d},(t!==void 0?t:null)!==null?Object.defineProperty(e,"ref",{enumerable:!1,get:A}):Object.defineProperty(e,"ref",{enumerable:!1,value:null}),e._store={},Object.defineProperty(e._store,"validated",{configurable:!1,enumerable:!1,writable:!0,value:0}),Object.defineProperty(e,"_debugInfo",{configurable:!1,enumerable:!1,writable:!0,value:null}),Object.defineProperty(e,"_debugStack",{configurable:!1,enumerable:!1,writable:!0,value:S}),Object.defineProperty(e,"_debugTask",{configurable:!1,enumerable:!1,writable:!0,value:_}),Object.freeze&&(Object.freeze(e.props),Object.freeze(e)),e}function R(e,r,t,n,d,l,S,_){var o=r.children;if(o!==void 0)if(n)if($(o)){for(n=0;n<o.length;n++)T(o[n]);Object.freeze&&Object.freeze(o)}else console.error("React.jsx: Static children should always be an array. You are likely explicitly calling React.jsxs or React.jsxDEV. Use the Babel transform instead.");else T(o);if(z.call(r,"key")){o=a(e);var p=Object.keys(r).filter(function(G){return G!=="key"});n=0<p.length?"{key: someKey, "+p.join(": ..., ")+": ...}":"{key: someKey}",C[o+n]||(p=0<p.length?"{"+p.join(": ..., ")+": ...}":"{}",console.error(`A props object containing a "key" prop is being spread into JSX:
228
- let props = %s;
229
- <%s {...props} />
230
- React keys must be passed directly to JSX without using spread:
231
- let props = %s;
232
- <%s key={someKey} {...props} />`,n,o,p,o),C[o+n]=!0)}if(o=null,t!==void 0&&(u(t),o=""+t),y(r)&&(u(r.key),o=""+r.key),"key"in r){t={};for(var w in r)w!=="key"&&(t[w]=r[w])}else t=r;return o&&b(t,typeof e=="function"?e.displayName||e.name||"Unknown":e),D(e,o,l,d,i(),t,S,_)}function T(e){typeof e=="object"&&e!==null&&e.$$typeof===E&&e._store&&(e._store.validated=1)}var v=B,E=Symbol.for("react.transitional.element"),U=Symbol.for("react.portal"),k=Symbol.for("react.fragment"),V=Symbol.for("react.strict_mode"),M=Symbol.for("react.profiler"),I=Symbol.for("react.consumer"),L=Symbol.for("react.context"),W=Symbol.for("react.forward_ref"),J=Symbol.for("react.suspense"),F=Symbol.for("react.suspense_list"),X=Symbol.for("react.memo"),P=Symbol.for("react.lazy"),K=Symbol.for("react.activity"),Y=Symbol.for("react.client.reference"),g=v.__CLIENT_INTERNALS_DO_NOT_USE_OR_WARN_USERS_THEY_CANNOT_UPGRADE,z=Object.prototype.hasOwnProperty,$=Array.isArray,x=console.createTask?console.createTask:function(){return null};v={react_stack_bottom_frame:function(e){return e()}};var h,j={},O=v.react_stack_bottom_frame.bind(v,s)(),N=x(f(s)),C={};Me.Fragment=k,Me.jsx=function(e,r,t,n,d){var l=1e4>g.recentlyCreatedOwnerStacks++;return R(e,r,t,!1,n,d,l?Error("react-stack-top-frame"):O,l?x(f(e)):N)},Me.jsxs=function(e,r,t,n,d){var l=1e4>g.recentlyCreatedOwnerStacks++;return R(e,r,t,!0,n,d,l?Error("react-stack-top-frame"):O,l?x(f(e)):N)}})()),Me}var lt;function wo(){return lt||(lt=1,process.env.NODE_ENV==="production"?dr.exports=So():dr.exports=_o()),dr.exports}wo();q.cva("inline-flex items-center justify-center gap-2 whitespace-nowrap rounded-md text-sm font-medium transition-all disabled:pointer-events-none disabled:opacity-50 [&_svg]:pointer-events-none [&_svg:not([class*='size-'])]:size-4 shrink-0 [&_svg]:shrink-0 outline-none focus-visible:border-ring focus-visible:ring-ring/50 focus-visible:ring-[3px] aria-invalid:ring-destructive/20 dark:aria-invalid:ring-destructive/40 aria-invalid:border-destructive",{variants:{variant:{default:"bg-primary text-primary-foreground shadow-xs hover:bg-primary/90",destructive:"bg-destructive text-white shadow-xs hover:bg-destructive/90 focus-visible:ring-destructive/20 dark:focus-visible:ring-destructive/40 dark:bg-destructive/60",outline:"border bg-background shadow-xs hover:bg-accent hover:text-accent-foreground dark:bg-input/30 dark:border-input dark:hover:bg-input/50",secondary:"bg-secondary text-secondary-foreground shadow-xs hover:bg-secondary/80",ghost:"hover:bg-accent hover:text-accent-foreground dark:hover:bg-accent/50",link:"text-primary underline-offset-4 hover:underline"},size:{default:"h-9 px-4 py-2 has-[>svg]:px-3",sm:"h-8 rounded-md gap-1.5 px-3 has-[>svg]:px-2.5",lg:"h-10 rounded-md px-6 has-[>svg]:px-4",icon:"size-9"}},defaultVariants:{variant:"default",size:"default"}});var pr={exports:{}},ve={};/**
233
- * @license React
234
- * react-jsx-runtime.production.js
235
- *
236
- * Copyright (c) Meta Platforms, Inc. and affiliates.
237
- *
238
- * This source code is licensed under the MIT license found in the
239
- * LICENSE file in the root directory of this source tree.
240
- */var ct;function jo(){if(ct)return ve;ct=1;var a=Symbol.for("react.transitional.element"),c=Symbol.for("react.fragment");function u(f,i,s){var y=null;if(s!==void 0&&(y=""+s),i.key!==void 0&&(y=""+i.key),"key"in i){s={};for(var b in i)b!=="key"&&(s[b]=i[b])}else s=i;return i=s.ref,{$$typeof:a,type:f,key:y,ref:i!==void 0?i:null,props:s}}return ve.Fragment=c,ve.jsx=u,ve.jsxs=u,ve}var Le={};/**
241
- * @license React
242
- * react-jsx-runtime.development.js
243
- *
244
- * Copyright (c) Meta Platforms, Inc. and affiliates.
245
- *
246
- * This source code is licensed under the MIT license found in the
247
- * LICENSE file in the root directory of this source tree.
248
- */var ut;function Oo(){return ut||(ut=1,process.env.NODE_ENV!=="production"&&(function(){function a(e){if(e==null)return null;if(typeof e=="function")return e.$$typeof===Y?null:e.displayName||e.name||null;if(typeof e=="string")return e;switch(e){case k:return"Fragment";case M:return"Profiler";case V:return"StrictMode";case J:return"Suspense";case F:return"SuspenseList";case K:return"Activity"}if(typeof e=="object")switch(typeof e.tag=="number"&&console.error("Received an unexpected object in getComponentNameFromType(). This is likely a bug in React. Please file an issue."),e.$$typeof){case U:return"Portal";case L:return(e.displayName||"Context")+".Provider";case I:return(e._context.displayName||"Context")+".Consumer";case W:var r=e.render;return e=e.displayName,e||(e=r.displayName||r.name||"",e=e!==""?"ForwardRef("+e+")":"ForwardRef"),e;case X:return r=e.displayName||null,r!==null?r:a(e.type)||"Memo";case P:r=e._payload,e=e._init;try{return a(e(r))}catch{}}return null}function c(e){return""+e}function u(e){try{c(e);var r=!1}catch{r=!0}if(r){r=console;var t=r.error,n=typeof Symbol=="function"&&Symbol.toStringTag&&e[Symbol.toStringTag]||e.constructor.name||"Object";return t.call(r,"The provided key is an unsupported type %s. This value must be coerced to a string before using it here.",n),c(e)}}function f(e){if(e===k)return"<>";if(typeof e=="object"&&e!==null&&e.$$typeof===P)return"<...>";try{var r=a(e);return r?"<"+r+">":"<...>"}catch{return"<...>"}}function i(){var e=g.A;return e===null?null:e.getOwner()}function s(){return Error("react-stack-top-frame")}function y(e){if(z.call(e,"key")){var r=Object.getOwnPropertyDescriptor(e,"key").get;if(r&&r.isReactWarning)return!1}return e.key!==void 0}function b(e,r){function t(){h||(h=!0,console.error("%s: `key` is not a prop. Trying to access it will result in `undefined` being returned. If you need to access the same value within the child component, you should pass it as a different prop. (https://react.dev/link/special-props)",r))}t.isReactWarning=!0,Object.defineProperty(e,"key",{get:t,configurable:!0})}function A(){var e=a(this.type);return j[e]||(j[e]=!0,console.error("Accessing element.ref was removed in React 19. ref is now a regular prop. It will be removed from the JSX Element type in a future release.")),e=this.props.ref,e!==void 0?e:null}function D(e,r,t,n,d,l,S,_){return t=l.ref,e={$$typeof:E,type:e,key:r,props:l,_owner:d},(t!==void 0?t:null)!==null?Object.defineProperty(e,"ref",{enumerable:!1,get:A}):Object.defineProperty(e,"ref",{enumerable:!1,value:null}),e._store={},Object.defineProperty(e._store,"validated",{configurable:!1,enumerable:!1,writable:!0,value:0}),Object.defineProperty(e,"_debugInfo",{configurable:!1,enumerable:!1,writable:!0,value:null}),Object.defineProperty(e,"_debugStack",{configurable:!1,enumerable:!1,writable:!0,value:S}),Object.defineProperty(e,"_debugTask",{configurable:!1,enumerable:!1,writable:!0,value:_}),Object.freeze&&(Object.freeze(e.props),Object.freeze(e)),e}function R(e,r,t,n,d,l,S,_){var o=r.children;if(o!==void 0)if(n)if($(o)){for(n=0;n<o.length;n++)T(o[n]);Object.freeze&&Object.freeze(o)}else console.error("React.jsx: Static children should always be an array. You are likely explicitly calling React.jsxs or React.jsxDEV. Use the Babel transform instead.");else T(o);if(z.call(r,"key")){o=a(e);var p=Object.keys(r).filter(function(G){return G!=="key"});n=0<p.length?"{key: someKey, "+p.join(": ..., ")+": ...}":"{key: someKey}",C[o+n]||(p=0<p.length?"{"+p.join(": ..., ")+": ...}":"{}",console.error(`A props object containing a "key" prop is being spread into JSX:
249
- let props = %s;
250
- <%s {...props} />
251
- React keys must be passed directly to JSX without using spread:
252
- let props = %s;
253
- <%s key={someKey} {...props} />`,n,o,p,o),C[o+n]=!0)}if(o=null,t!==void 0&&(u(t),o=""+t),y(r)&&(u(r.key),o=""+r.key),"key"in r){t={};for(var w in r)w!=="key"&&(t[w]=r[w])}else t=r;return o&&b(t,typeof e=="function"?e.displayName||e.name||"Unknown":e),D(e,o,l,d,i(),t,S,_)}function T(e){typeof e=="object"&&e!==null&&e.$$typeof===E&&e._store&&(e._store.validated=1)}var v=B,E=Symbol.for("react.transitional.element"),U=Symbol.for("react.portal"),k=Symbol.for("react.fragment"),V=Symbol.for("react.strict_mode"),M=Symbol.for("react.profiler"),I=Symbol.for("react.consumer"),L=Symbol.for("react.context"),W=Symbol.for("react.forward_ref"),J=Symbol.for("react.suspense"),F=Symbol.for("react.suspense_list"),X=Symbol.for("react.memo"),P=Symbol.for("react.lazy"),K=Symbol.for("react.activity"),Y=Symbol.for("react.client.reference"),g=v.__CLIENT_INTERNALS_DO_NOT_USE_OR_WARN_USERS_THEY_CANNOT_UPGRADE,z=Object.prototype.hasOwnProperty,$=Array.isArray,x=console.createTask?console.createTask:function(){return null};v={react_stack_bottom_frame:function(e){return e()}};var h,j={},O=v.react_stack_bottom_frame.bind(v,s)(),N=x(f(s)),C={};Le.Fragment=k,Le.jsx=function(e,r,t,n,d){var l=1e4>g.recentlyCreatedOwnerStacks++;return R(e,r,t,!1,n,d,l?Error("react-stack-top-frame"):O,l?x(f(e)):N)},Le.jsxs=function(e,r,t,n,d){var l=1e4>g.recentlyCreatedOwnerStacks++;return R(e,r,t,!0,n,d,l?Error("react-stack-top-frame"):O,l?x(f(e)):N)}})()),Le}var ft;function No(){return ft||(ft=1,process.env.NODE_ENV==="production"?pr.exports=jo():pr.exports=Oo()),pr.exports}No();q.cva("inline-flex items-center justify-center gap-2 whitespace-nowrap rounded-md text-sm font-medium transition-all disabled:pointer-events-none disabled:opacity-50 [&_svg]:pointer-events-none [&_svg:not([class*='size-'])]:size-4 shrink-0 [&_svg]:shrink-0 outline-none focus-visible:border-ring focus-visible:ring-ring/50 focus-visible:ring-[3px] aria-invalid:ring-destructive/20 dark:aria-invalid:ring-destructive/40 aria-invalid:border-destructive",{variants:{variant:{default:"bg-primary text-primary-foreground shadow-xs hover:bg-primary/90",destructive:"bg-destructive text-white shadow-xs hover:bg-destructive/90 focus-visible:ring-destructive/20 dark:focus-visible:ring-destructive/40 dark:bg-destructive/60",outline:"border bg-background shadow-xs hover:bg-accent hover:text-accent-foreground dark:bg-input/30 dark:border-input dark:hover:bg-input/50",secondary:"bg-secondary text-secondary-foreground shadow-xs hover:bg-secondary/80",ghost:"hover:bg-accent hover:text-accent-foreground dark:hover:bg-accent/50",link:"text-primary underline-offset-4 hover:underline"},size:{default:"h-9 px-4 py-2 has-[>svg]:px-3",sm:"h-8 rounded-md gap-1.5 px-3 has-[>svg]:px-2.5",lg:"h-10 rounded-md px-6 has-[>svg]:px-4",icon:"size-9"}},defaultVariants:{variant:"default",size:"default"}});var yr={exports:{}},ge={};/**
254
- * @license React
255
- * react-jsx-runtime.production.js
256
- *
257
- * Copyright (c) Meta Platforms, Inc. and affiliates.
258
- *
259
- * This source code is licensed under the MIT license found in the
260
- * LICENSE file in the root directory of this source tree.
261
- */var dt;function Ro(){if(dt)return ge;dt=1;var a=Symbol.for("react.transitional.element"),c=Symbol.for("react.fragment");function u(f,i,s){var y=null;if(s!==void 0&&(y=""+s),i.key!==void 0&&(y=""+i.key),"key"in i){s={};for(var b in i)b!=="key"&&(s[b]=i[b])}else s=i;return i=s.ref,{$$typeof:a,type:f,key:y,ref:i!==void 0?i:null,props:s}}return ge.Fragment=c,ge.jsx=u,ge.jsxs=u,ge}var We={};/**
262
- * @license React
263
- * react-jsx-runtime.development.js
264
- *
265
- * Copyright (c) Meta Platforms, Inc. and affiliates.
266
- *
267
- * This source code is licensed under the MIT license found in the
268
- * LICENSE file in the root directory of this source tree.
269
- */var pt;function To(){return pt||(pt=1,process.env.NODE_ENV!=="production"&&(function(){function a(e){if(e==null)return null;if(typeof e=="function")return e.$$typeof===Y?null:e.displayName||e.name||null;if(typeof e=="string")return e;switch(e){case k:return"Fragment";case M:return"Profiler";case V:return"StrictMode";case J:return"Suspense";case F:return"SuspenseList";case K:return"Activity"}if(typeof e=="object")switch(typeof e.tag=="number"&&console.error("Received an unexpected object in getComponentNameFromType(). This is likely a bug in React. Please file an issue."),e.$$typeof){case U:return"Portal";case L:return(e.displayName||"Context")+".Provider";case I:return(e._context.displayName||"Context")+".Consumer";case W:var r=e.render;return e=e.displayName,e||(e=r.displayName||r.name||"",e=e!==""?"ForwardRef("+e+")":"ForwardRef"),e;case X:return r=e.displayName||null,r!==null?r:a(e.type)||"Memo";case P:r=e._payload,e=e._init;try{return a(e(r))}catch{}}return null}function c(e){return""+e}function u(e){try{c(e);var r=!1}catch{r=!0}if(r){r=console;var t=r.error,n=typeof Symbol=="function"&&Symbol.toStringTag&&e[Symbol.toStringTag]||e.constructor.name||"Object";return t.call(r,"The provided key is an unsupported type %s. This value must be coerced to a string before using it here.",n),c(e)}}function f(e){if(e===k)return"<>";if(typeof e=="object"&&e!==null&&e.$$typeof===P)return"<...>";try{var r=a(e);return r?"<"+r+">":"<...>"}catch{return"<...>"}}function i(){var e=g.A;return e===null?null:e.getOwner()}function s(){return Error("react-stack-top-frame")}function y(e){if(z.call(e,"key")){var r=Object.getOwnPropertyDescriptor(e,"key").get;if(r&&r.isReactWarning)return!1}return e.key!==void 0}function b(e,r){function t(){h||(h=!0,console.error("%s: `key` is not a prop. Trying to access it will result in `undefined` being returned. If you need to access the same value within the child component, you should pass it as a different prop. (https://react.dev/link/special-props)",r))}t.isReactWarning=!0,Object.defineProperty(e,"key",{get:t,configurable:!0})}function A(){var e=a(this.type);return j[e]||(j[e]=!0,console.error("Accessing element.ref was removed in React 19. ref is now a regular prop. It will be removed from the JSX Element type in a future release.")),e=this.props.ref,e!==void 0?e:null}function D(e,r,t,n,d,l,S,_){return t=l.ref,e={$$typeof:E,type:e,key:r,props:l,_owner:d},(t!==void 0?t:null)!==null?Object.defineProperty(e,"ref",{enumerable:!1,get:A}):Object.defineProperty(e,"ref",{enumerable:!1,value:null}),e._store={},Object.defineProperty(e._store,"validated",{configurable:!1,enumerable:!1,writable:!0,value:0}),Object.defineProperty(e,"_debugInfo",{configurable:!1,enumerable:!1,writable:!0,value:null}),Object.defineProperty(e,"_debugStack",{configurable:!1,enumerable:!1,writable:!0,value:S}),Object.defineProperty(e,"_debugTask",{configurable:!1,enumerable:!1,writable:!0,value:_}),Object.freeze&&(Object.freeze(e.props),Object.freeze(e)),e}function R(e,r,t,n,d,l,S,_){var o=r.children;if(o!==void 0)if(n)if($(o)){for(n=0;n<o.length;n++)T(o[n]);Object.freeze&&Object.freeze(o)}else console.error("React.jsx: Static children should always be an array. You are likely explicitly calling React.jsxs or React.jsxDEV. Use the Babel transform instead.");else T(o);if(z.call(r,"key")){o=a(e);var p=Object.keys(r).filter(function(G){return G!=="key"});n=0<p.length?"{key: someKey, "+p.join(": ..., ")+": ...}":"{key: someKey}",C[o+n]||(p=0<p.length?"{"+p.join(": ..., ")+": ...}":"{}",console.error(`A props object containing a "key" prop is being spread into JSX:
270
- let props = %s;
271
- <%s {...props} />
272
- React keys must be passed directly to JSX without using spread:
273
- let props = %s;
274
- <%s key={someKey} {...props} />`,n,o,p,o),C[o+n]=!0)}if(o=null,t!==void 0&&(u(t),o=""+t),y(r)&&(u(r.key),o=""+r.key),"key"in r){t={};for(var w in r)w!=="key"&&(t[w]=r[w])}else t=r;return o&&b(t,typeof e=="function"?e.displayName||e.name||"Unknown":e),D(e,o,l,d,i(),t,S,_)}function T(e){typeof e=="object"&&e!==null&&e.$$typeof===E&&e._store&&(e._store.validated=1)}var v=B,E=Symbol.for("react.transitional.element"),U=Symbol.for("react.portal"),k=Symbol.for("react.fragment"),V=Symbol.for("react.strict_mode"),M=Symbol.for("react.profiler"),I=Symbol.for("react.consumer"),L=Symbol.for("react.context"),W=Symbol.for("react.forward_ref"),J=Symbol.for("react.suspense"),F=Symbol.for("react.suspense_list"),X=Symbol.for("react.memo"),P=Symbol.for("react.lazy"),K=Symbol.for("react.activity"),Y=Symbol.for("react.client.reference"),g=v.__CLIENT_INTERNALS_DO_NOT_USE_OR_WARN_USERS_THEY_CANNOT_UPGRADE,z=Object.prototype.hasOwnProperty,$=Array.isArray,x=console.createTask?console.createTask:function(){return null};v={react_stack_bottom_frame:function(e){return e()}};var h,j={},O=v.react_stack_bottom_frame.bind(v,s)(),N=x(f(s)),C={};We.Fragment=k,We.jsx=function(e,r,t,n,d){var l=1e4>g.recentlyCreatedOwnerStacks++;return R(e,r,t,!1,n,d,l?Error("react-stack-top-frame"):O,l?x(f(e)):N)},We.jsxs=function(e,r,t,n,d){var l=1e4>g.recentlyCreatedOwnerStacks++;return R(e,r,t,!0,n,d,l?Error("react-stack-top-frame"):O,l?x(f(e)):N)}})()),We}var yt;function Eo(){return yt||(yt=1,process.env.NODE_ENV==="production"?yr.exports=Ro():yr.exports=To()),yr.exports}Eo();q.cva("inline-flex items-center justify-center gap-2 whitespace-nowrap rounded-md text-sm font-medium transition-all disabled:pointer-events-none disabled:opacity-50 [&_svg]:pointer-events-none [&_svg:not([class*='size-'])]:size-4 shrink-0 [&_svg]:shrink-0 outline-none focus-visible:border-ring focus-visible:ring-ring/50 focus-visible:ring-[3px] aria-invalid:ring-destructive/20 dark:aria-invalid:ring-destructive/40 aria-invalid:border-destructive",{variants:{variant:{default:"bg-primary text-primary-foreground shadow-xs hover:bg-primary/90",destructive:"bg-destructive text-white shadow-xs hover:bg-destructive/90 focus-visible:ring-destructive/20 dark:focus-visible:ring-destructive/40 dark:bg-destructive/60",outline:"border bg-background shadow-xs hover:bg-accent hover:text-accent-foreground dark:bg-input/30 dark:border-input dark:hover:bg-input/50",secondary:"bg-secondary text-secondary-foreground shadow-xs hover:bg-secondary/80",ghost:"hover:bg-accent hover:text-accent-foreground dark:hover:bg-accent/50",link:"text-primary underline-offset-4 hover:underline"},size:{default:"h-9 px-4 py-2 has-[>svg]:px-3",sm:"h-8 rounded-md gap-1.5 px-3 has-[>svg]:px-2.5",lg:"h-10 rounded-md px-6 has-[>svg]:px-4",icon:"size-9"}},defaultVariants:{variant:"default",size:"default"}});var br={exports:{}},he={};/**
275
- * @license React
276
- * react-jsx-runtime.production.js
277
- *
278
- * Copyright (c) Meta Platforms, Inc. and affiliates.
279
- *
280
- * This source code is licensed under the MIT license found in the
281
- * LICENSE file in the root directory of this source tree.
282
- */var bt;function Po(){if(bt)return he;bt=1;var a=Symbol.for("react.transitional.element"),c=Symbol.for("react.fragment");function u(f,i,s){var y=null;if(s!==void 0&&(y=""+s),i.key!==void 0&&(y=""+i.key),"key"in i){s={};for(var b in i)b!=="key"&&(s[b]=i[b])}else s=i;return i=s.ref,{$$typeof:a,type:f,key:y,ref:i!==void 0?i:null,props:s}}return he.Fragment=c,he.jsx=u,he.jsxs=u,he}var Je={};/**
283
- * @license React
284
- * react-jsx-runtime.development.js
285
- *
286
- * Copyright (c) Meta Platforms, Inc. and affiliates.
287
- *
288
- * This source code is licensed under the MIT license found in the
289
- * LICENSE file in the root directory of this source tree.
290
- */var mt;function zo(){return mt||(mt=1,process.env.NODE_ENV!=="production"&&(function(){function a(e){if(e==null)return null;if(typeof e=="function")return e.$$typeof===Y?null:e.displayName||e.name||null;if(typeof e=="string")return e;switch(e){case k:return"Fragment";case M:return"Profiler";case V:return"StrictMode";case J:return"Suspense";case F:return"SuspenseList";case K:return"Activity"}if(typeof e=="object")switch(typeof e.tag=="number"&&console.error("Received an unexpected object in getComponentNameFromType(). This is likely a bug in React. Please file an issue."),e.$$typeof){case U:return"Portal";case L:return(e.displayName||"Context")+".Provider";case I:return(e._context.displayName||"Context")+".Consumer";case W:var r=e.render;return e=e.displayName,e||(e=r.displayName||r.name||"",e=e!==""?"ForwardRef("+e+")":"ForwardRef"),e;case X:return r=e.displayName||null,r!==null?r:a(e.type)||"Memo";case P:r=e._payload,e=e._init;try{return a(e(r))}catch{}}return null}function c(e){return""+e}function u(e){try{c(e);var r=!1}catch{r=!0}if(r){r=console;var t=r.error,n=typeof Symbol=="function"&&Symbol.toStringTag&&e[Symbol.toStringTag]||e.constructor.name||"Object";return t.call(r,"The provided key is an unsupported type %s. This value must be coerced to a string before using it here.",n),c(e)}}function f(e){if(e===k)return"<>";if(typeof e=="object"&&e!==null&&e.$$typeof===P)return"<...>";try{var r=a(e);return r?"<"+r+">":"<...>"}catch{return"<...>"}}function i(){var e=g.A;return e===null?null:e.getOwner()}function s(){return Error("react-stack-top-frame")}function y(e){if(z.call(e,"key")){var r=Object.getOwnPropertyDescriptor(e,"key").get;if(r&&r.isReactWarning)return!1}return e.key!==void 0}function b(e,r){function t(){h||(h=!0,console.error("%s: `key` is not a prop. Trying to access it will result in `undefined` being returned. If you need to access the same value within the child component, you should pass it as a different prop. (https://react.dev/link/special-props)",r))}t.isReactWarning=!0,Object.defineProperty(e,"key",{get:t,configurable:!0})}function A(){var e=a(this.type);return j[e]||(j[e]=!0,console.error("Accessing element.ref was removed in React 19. ref is now a regular prop. It will be removed from the JSX Element type in a future release.")),e=this.props.ref,e!==void 0?e:null}function D(e,r,t,n,d,l,S,_){return t=l.ref,e={$$typeof:E,type:e,key:r,props:l,_owner:d},(t!==void 0?t:null)!==null?Object.defineProperty(e,"ref",{enumerable:!1,get:A}):Object.defineProperty(e,"ref",{enumerable:!1,value:null}),e._store={},Object.defineProperty(e._store,"validated",{configurable:!1,enumerable:!1,writable:!0,value:0}),Object.defineProperty(e,"_debugInfo",{configurable:!1,enumerable:!1,writable:!0,value:null}),Object.defineProperty(e,"_debugStack",{configurable:!1,enumerable:!1,writable:!0,value:S}),Object.defineProperty(e,"_debugTask",{configurable:!1,enumerable:!1,writable:!0,value:_}),Object.freeze&&(Object.freeze(e.props),Object.freeze(e)),e}function R(e,r,t,n,d,l,S,_){var o=r.children;if(o!==void 0)if(n)if($(o)){for(n=0;n<o.length;n++)T(o[n]);Object.freeze&&Object.freeze(o)}else console.error("React.jsx: Static children should always be an array. You are likely explicitly calling React.jsxs or React.jsxDEV. Use the Babel transform instead.");else T(o);if(z.call(r,"key")){o=a(e);var p=Object.keys(r).filter(function(G){return G!=="key"});n=0<p.length?"{key: someKey, "+p.join(": ..., ")+": ...}":"{key: someKey}",C[o+n]||(p=0<p.length?"{"+p.join(": ..., ")+": ...}":"{}",console.error(`A props object containing a "key" prop is being spread into JSX:
291
- let props = %s;
292
- <%s {...props} />
293
- React keys must be passed directly to JSX without using spread:
294
- let props = %s;
295
- <%s key={someKey} {...props} />`,n,o,p,o),C[o+n]=!0)}if(o=null,t!==void 0&&(u(t),o=""+t),y(r)&&(u(r.key),o=""+r.key),"key"in r){t={};for(var w in r)w!=="key"&&(t[w]=r[w])}else t=r;return o&&b(t,typeof e=="function"?e.displayName||e.name||"Unknown":e),D(e,o,l,d,i(),t,S,_)}function T(e){typeof e=="object"&&e!==null&&e.$$typeof===E&&e._store&&(e._store.validated=1)}var v=B,E=Symbol.for("react.transitional.element"),U=Symbol.for("react.portal"),k=Symbol.for("react.fragment"),V=Symbol.for("react.strict_mode"),M=Symbol.for("react.profiler"),I=Symbol.for("react.consumer"),L=Symbol.for("react.context"),W=Symbol.for("react.forward_ref"),J=Symbol.for("react.suspense"),F=Symbol.for("react.suspense_list"),X=Symbol.for("react.memo"),P=Symbol.for("react.lazy"),K=Symbol.for("react.activity"),Y=Symbol.for("react.client.reference"),g=v.__CLIENT_INTERNALS_DO_NOT_USE_OR_WARN_USERS_THEY_CANNOT_UPGRADE,z=Object.prototype.hasOwnProperty,$=Array.isArray,x=console.createTask?console.createTask:function(){return null};v={react_stack_bottom_frame:function(e){return e()}};var h,j={},O=v.react_stack_bottom_frame.bind(v,s)(),N=x(f(s)),C={};Je.Fragment=k,Je.jsx=function(e,r,t,n,d){var l=1e4>g.recentlyCreatedOwnerStacks++;return R(e,r,t,!1,n,d,l?Error("react-stack-top-frame"):O,l?x(f(e)):N)},Je.jsxs=function(e,r,t,n,d){var l=1e4>g.recentlyCreatedOwnerStacks++;return R(e,r,t,!0,n,d,l?Error("react-stack-top-frame"):O,l?x(f(e)):N)}})()),Je}var vt;function Co(){return vt||(vt=1,process.env.NODE_ENV==="production"?br.exports=Po():br.exports=zo()),br.exports}Co();q.cva("inline-flex items-center justify-center gap-2 whitespace-nowrap rounded-md text-sm font-medium transition-all disabled:pointer-events-none disabled:opacity-50 [&_svg]:pointer-events-none [&_svg:not([class*='size-'])]:size-4 shrink-0 [&_svg]:shrink-0 outline-none focus-visible:border-ring focus-visible:ring-ring/50 focus-visible:ring-[3px] aria-invalid:ring-destructive/20 dark:aria-invalid:ring-destructive/40 aria-invalid:border-destructive",{variants:{variant:{default:"bg-primary text-primary-foreground shadow-xs hover:bg-primary/90",destructive:"bg-destructive text-white shadow-xs hover:bg-destructive/90 focus-visible:ring-destructive/20 dark:focus-visible:ring-destructive/40 dark:bg-destructive/60",outline:"border bg-background shadow-xs hover:bg-accent hover:text-accent-foreground dark:bg-input/30 dark:border-input dark:hover:bg-input/50",secondary:"bg-secondary text-secondary-foreground shadow-xs hover:bg-secondary/80",ghost:"hover:bg-accent hover:text-accent-foreground dark:hover:bg-accent/50",link:"text-primary underline-offset-4 hover:underline"},size:{default:"h-9 px-4 py-2 has-[>svg]:px-3",sm:"h-8 rounded-md gap-1.5 px-3 has-[>svg]:px-2.5",lg:"h-10 rounded-md px-6 has-[>svg]:px-4",icon:"size-9"}},defaultVariants:{variant:"default",size:"default"}});var mr={exports:{}},ke={};/**
296
- * @license React
297
- * react-jsx-runtime.production.js
298
- *
299
- * Copyright (c) Meta Platforms, Inc. and affiliates.
300
- *
301
- * This source code is licensed under the MIT license found in the
302
- * LICENSE file in the root directory of this source tree.
303
- */var gt;function $o(){if(gt)return ke;gt=1;var a=Symbol.for("react.transitional.element"),c=Symbol.for("react.fragment");function u(f,i,s){var y=null;if(s!==void 0&&(y=""+s),i.key!==void 0&&(y=""+i.key),"key"in i){s={};for(var b in i)b!=="key"&&(s[b]=i[b])}else s=i;return i=s.ref,{$$typeof:a,type:f,key:y,ref:i!==void 0?i:null,props:s}}return ke.Fragment=c,ke.jsx=u,ke.jsxs=u,ke}var Xe={};/**
304
- * @license React
305
- * react-jsx-runtime.development.js
306
- *
307
- * Copyright (c) Meta Platforms, Inc. and affiliates.
308
- *
309
- * This source code is licensed under the MIT license found in the
310
- * LICENSE file in the root directory of this source tree.
311
- */var ht;function Ao(){return ht||(ht=1,process.env.NODE_ENV!=="production"&&(function(){function a(e){if(e==null)return null;if(typeof e=="function")return e.$$typeof===Y?null:e.displayName||e.name||null;if(typeof e=="string")return e;switch(e){case k:return"Fragment";case M:return"Profiler";case V:return"StrictMode";case J:return"Suspense";case F:return"SuspenseList";case K:return"Activity"}if(typeof e=="object")switch(typeof e.tag=="number"&&console.error("Received an unexpected object in getComponentNameFromType(). This is likely a bug in React. Please file an issue."),e.$$typeof){case U:return"Portal";case L:return(e.displayName||"Context")+".Provider";case I:return(e._context.displayName||"Context")+".Consumer";case W:var r=e.render;return e=e.displayName,e||(e=r.displayName||r.name||"",e=e!==""?"ForwardRef("+e+")":"ForwardRef"),e;case X:return r=e.displayName||null,r!==null?r:a(e.type)||"Memo";case P:r=e._payload,e=e._init;try{return a(e(r))}catch{}}return null}function c(e){return""+e}function u(e){try{c(e);var r=!1}catch{r=!0}if(r){r=console;var t=r.error,n=typeof Symbol=="function"&&Symbol.toStringTag&&e[Symbol.toStringTag]||e.constructor.name||"Object";return t.call(r,"The provided key is an unsupported type %s. This value must be coerced to a string before using it here.",n),c(e)}}function f(e){if(e===k)return"<>";if(typeof e=="object"&&e!==null&&e.$$typeof===P)return"<...>";try{var r=a(e);return r?"<"+r+">":"<...>"}catch{return"<...>"}}function i(){var e=g.A;return e===null?null:e.getOwner()}function s(){return Error("react-stack-top-frame")}function y(e){if(z.call(e,"key")){var r=Object.getOwnPropertyDescriptor(e,"key").get;if(r&&r.isReactWarning)return!1}return e.key!==void 0}function b(e,r){function t(){h||(h=!0,console.error("%s: `key` is not a prop. Trying to access it will result in `undefined` being returned. If you need to access the same value within the child component, you should pass it as a different prop. (https://react.dev/link/special-props)",r))}t.isReactWarning=!0,Object.defineProperty(e,"key",{get:t,configurable:!0})}function A(){var e=a(this.type);return j[e]||(j[e]=!0,console.error("Accessing element.ref was removed in React 19. ref is now a regular prop. It will be removed from the JSX Element type in a future release.")),e=this.props.ref,e!==void 0?e:null}function D(e,r,t,n,d,l,S,_){return t=l.ref,e={$$typeof:E,type:e,key:r,props:l,_owner:d},(t!==void 0?t:null)!==null?Object.defineProperty(e,"ref",{enumerable:!1,get:A}):Object.defineProperty(e,"ref",{enumerable:!1,value:null}),e._store={},Object.defineProperty(e._store,"validated",{configurable:!1,enumerable:!1,writable:!0,value:0}),Object.defineProperty(e,"_debugInfo",{configurable:!1,enumerable:!1,writable:!0,value:null}),Object.defineProperty(e,"_debugStack",{configurable:!1,enumerable:!1,writable:!0,value:S}),Object.defineProperty(e,"_debugTask",{configurable:!1,enumerable:!1,writable:!0,value:_}),Object.freeze&&(Object.freeze(e.props),Object.freeze(e)),e}function R(e,r,t,n,d,l,S,_){var o=r.children;if(o!==void 0)if(n)if($(o)){for(n=0;n<o.length;n++)T(o[n]);Object.freeze&&Object.freeze(o)}else console.error("React.jsx: Static children should always be an array. You are likely explicitly calling React.jsxs or React.jsxDEV. Use the Babel transform instead.");else T(o);if(z.call(r,"key")){o=a(e);var p=Object.keys(r).filter(function(G){return G!=="key"});n=0<p.length?"{key: someKey, "+p.join(": ..., ")+": ...}":"{key: someKey}",C[o+n]||(p=0<p.length?"{"+p.join(": ..., ")+": ...}":"{}",console.error(`A props object containing a "key" prop is being spread into JSX:
312
- let props = %s;
313
- <%s {...props} />
314
- React keys must be passed directly to JSX without using spread:
315
- let props = %s;
316
- <%s key={someKey} {...props} />`,n,o,p,o),C[o+n]=!0)}if(o=null,t!==void 0&&(u(t),o=""+t),y(r)&&(u(r.key),o=""+r.key),"key"in r){t={};for(var w in r)w!=="key"&&(t[w]=r[w])}else t=r;return o&&b(t,typeof e=="function"?e.displayName||e.name||"Unknown":e),D(e,o,l,d,i(),t,S,_)}function T(e){typeof e=="object"&&e!==null&&e.$$typeof===E&&e._store&&(e._store.validated=1)}var v=B,E=Symbol.for("react.transitional.element"),U=Symbol.for("react.portal"),k=Symbol.for("react.fragment"),V=Symbol.for("react.strict_mode"),M=Symbol.for("react.profiler"),I=Symbol.for("react.consumer"),L=Symbol.for("react.context"),W=Symbol.for("react.forward_ref"),J=Symbol.for("react.suspense"),F=Symbol.for("react.suspense_list"),X=Symbol.for("react.memo"),P=Symbol.for("react.lazy"),K=Symbol.for("react.activity"),Y=Symbol.for("react.client.reference"),g=v.__CLIENT_INTERNALS_DO_NOT_USE_OR_WARN_USERS_THEY_CANNOT_UPGRADE,z=Object.prototype.hasOwnProperty,$=Array.isArray,x=console.createTask?console.createTask:function(){return null};v={react_stack_bottom_frame:function(e){return e()}};var h,j={},O=v.react_stack_bottom_frame.bind(v,s)(),N=x(f(s)),C={};Xe.Fragment=k,Xe.jsx=function(e,r,t,n,d){var l=1e4>g.recentlyCreatedOwnerStacks++;return R(e,r,t,!1,n,d,l?Error("react-stack-top-frame"):O,l?x(f(e)):N)},Xe.jsxs=function(e,r,t,n,d){var l=1e4>g.recentlyCreatedOwnerStacks++;return R(e,r,t,!0,n,d,l?Error("react-stack-top-frame"):O,l?x(f(e)):N)}})()),Xe}var kt;function Do(){return kt||(kt=1,process.env.NODE_ENV==="production"?mr.exports=$o():mr.exports=Ao()),mr.exports}Do();q.cva("inline-flex items-center justify-center gap-2 whitespace-nowrap rounded-md text-sm font-medium transition-all disabled:pointer-events-none disabled:opacity-50 [&_svg]:pointer-events-none [&_svg:not([class*='size-'])]:size-4 shrink-0 [&_svg]:shrink-0 outline-none focus-visible:border-ring focus-visible:ring-ring/50 focus-visible:ring-[3px] aria-invalid:ring-destructive/20 dark:aria-invalid:ring-destructive/40 aria-invalid:border-destructive",{variants:{variant:{default:"bg-primary text-primary-foreground shadow-xs hover:bg-primary/90",destructive:"bg-destructive text-white shadow-xs hover:bg-destructive/90 focus-visible:ring-destructive/20 dark:focus-visible:ring-destructive/40 dark:bg-destructive/60",outline:"border bg-background shadow-xs hover:bg-accent hover:text-accent-foreground dark:bg-input/30 dark:border-input dark:hover:bg-input/50",secondary:"bg-secondary text-secondary-foreground shadow-xs hover:bg-secondary/80",ghost:"hover:bg-accent hover:text-accent-foreground dark:hover:bg-accent/50",link:"text-primary underline-offset-4 hover:underline"},size:{default:"h-9 px-4 py-2 has-[>svg]:px-3",sm:"h-8 rounded-md gap-1.5 px-3 has-[>svg]:px-2.5",lg:"h-10 rounded-md px-6 has-[>svg]:px-4",icon:"size-9"}},defaultVariants:{variant:"default",size:"default"}});var vr={exports:{}},xe={};/**
317
- * @license React
318
- * react-jsx-runtime.production.js
319
- *
320
- * Copyright (c) Meta Platforms, Inc. and affiliates.
321
- *
322
- * This source code is licensed under the MIT license found in the
323
- * LICENSE file in the root directory of this source tree.
324
- */var xt;function Io(){if(xt)return xe;xt=1;var a=Symbol.for("react.transitional.element"),c=Symbol.for("react.fragment");function u(f,i,s){var y=null;if(s!==void 0&&(y=""+s),i.key!==void 0&&(y=""+i.key),"key"in i){s={};for(var b in i)b!=="key"&&(s[b]=i[b])}else s=i;return i=s.ref,{$$typeof:a,type:f,key:y,ref:i!==void 0?i:null,props:s}}return xe.Fragment=c,xe.jsx=u,xe.jsxs=u,xe}var Ke={};/**
325
- * @license React
326
- * react-jsx-runtime.development.js
327
- *
328
- * Copyright (c) Meta Platforms, Inc. and affiliates.
329
- *
330
- * This source code is licensed under the MIT license found in the
331
- * LICENSE file in the root directory of this source tree.
332
- */var St;function Fo(){return St||(St=1,process.env.NODE_ENV!=="production"&&(function(){function a(e){if(e==null)return null;if(typeof e=="function")return e.$$typeof===Y?null:e.displayName||e.name||null;if(typeof e=="string")return e;switch(e){case k:return"Fragment";case M:return"Profiler";case V:return"StrictMode";case J:return"Suspense";case F:return"SuspenseList";case K:return"Activity"}if(typeof e=="object")switch(typeof e.tag=="number"&&console.error("Received an unexpected object in getComponentNameFromType(). This is likely a bug in React. Please file an issue."),e.$$typeof){case U:return"Portal";case L:return(e.displayName||"Context")+".Provider";case I:return(e._context.displayName||"Context")+".Consumer";case W:var r=e.render;return e=e.displayName,e||(e=r.displayName||r.name||"",e=e!==""?"ForwardRef("+e+")":"ForwardRef"),e;case X:return r=e.displayName||null,r!==null?r:a(e.type)||"Memo";case P:r=e._payload,e=e._init;try{return a(e(r))}catch{}}return null}function c(e){return""+e}function u(e){try{c(e);var r=!1}catch{r=!0}if(r){r=console;var t=r.error,n=typeof Symbol=="function"&&Symbol.toStringTag&&e[Symbol.toStringTag]||e.constructor.name||"Object";return t.call(r,"The provided key is an unsupported type %s. This value must be coerced to a string before using it here.",n),c(e)}}function f(e){if(e===k)return"<>";if(typeof e=="object"&&e!==null&&e.$$typeof===P)return"<...>";try{var r=a(e);return r?"<"+r+">":"<...>"}catch{return"<...>"}}function i(){var e=g.A;return e===null?null:e.getOwner()}function s(){return Error("react-stack-top-frame")}function y(e){if(z.call(e,"key")){var r=Object.getOwnPropertyDescriptor(e,"key").get;if(r&&r.isReactWarning)return!1}return e.key!==void 0}function b(e,r){function t(){h||(h=!0,console.error("%s: `key` is not a prop. Trying to access it will result in `undefined` being returned. If you need to access the same value within the child component, you should pass it as a different prop. (https://react.dev/link/special-props)",r))}t.isReactWarning=!0,Object.defineProperty(e,"key",{get:t,configurable:!0})}function A(){var e=a(this.type);return j[e]||(j[e]=!0,console.error("Accessing element.ref was removed in React 19. ref is now a regular prop. It will be removed from the JSX Element type in a future release.")),e=this.props.ref,e!==void 0?e:null}function D(e,r,t,n,d,l,S,_){return t=l.ref,e={$$typeof:E,type:e,key:r,props:l,_owner:d},(t!==void 0?t:null)!==null?Object.defineProperty(e,"ref",{enumerable:!1,get:A}):Object.defineProperty(e,"ref",{enumerable:!1,value:null}),e._store={},Object.defineProperty(e._store,"validated",{configurable:!1,enumerable:!1,writable:!0,value:0}),Object.defineProperty(e,"_debugInfo",{configurable:!1,enumerable:!1,writable:!0,value:null}),Object.defineProperty(e,"_debugStack",{configurable:!1,enumerable:!1,writable:!0,value:S}),Object.defineProperty(e,"_debugTask",{configurable:!1,enumerable:!1,writable:!0,value:_}),Object.freeze&&(Object.freeze(e.props),Object.freeze(e)),e}function R(e,r,t,n,d,l,S,_){var o=r.children;if(o!==void 0)if(n)if($(o)){for(n=0;n<o.length;n++)T(o[n]);Object.freeze&&Object.freeze(o)}else console.error("React.jsx: Static children should always be an array. You are likely explicitly calling React.jsxs or React.jsxDEV. Use the Babel transform instead.");else T(o);if(z.call(r,"key")){o=a(e);var p=Object.keys(r).filter(function(G){return G!=="key"});n=0<p.length?"{key: someKey, "+p.join(": ..., ")+": ...}":"{key: someKey}",C[o+n]||(p=0<p.length?"{"+p.join(": ..., ")+": ...}":"{}",console.error(`A props object containing a "key" prop is being spread into JSX:
333
- let props = %s;
334
- <%s {...props} />
335
- React keys must be passed directly to JSX without using spread:
336
- let props = %s;
337
- <%s key={someKey} {...props} />`,n,o,p,o),C[o+n]=!0)}if(o=null,t!==void 0&&(u(t),o=""+t),y(r)&&(u(r.key),o=""+r.key),"key"in r){t={};for(var w in r)w!=="key"&&(t[w]=r[w])}else t=r;return o&&b(t,typeof e=="function"?e.displayName||e.name||"Unknown":e),D(e,o,l,d,i(),t,S,_)}function T(e){typeof e=="object"&&e!==null&&e.$$typeof===E&&e._store&&(e._store.validated=1)}var v=B,E=Symbol.for("react.transitional.element"),U=Symbol.for("react.portal"),k=Symbol.for("react.fragment"),V=Symbol.for("react.strict_mode"),M=Symbol.for("react.profiler"),I=Symbol.for("react.consumer"),L=Symbol.for("react.context"),W=Symbol.for("react.forward_ref"),J=Symbol.for("react.suspense"),F=Symbol.for("react.suspense_list"),X=Symbol.for("react.memo"),P=Symbol.for("react.lazy"),K=Symbol.for("react.activity"),Y=Symbol.for("react.client.reference"),g=v.__CLIENT_INTERNALS_DO_NOT_USE_OR_WARN_USERS_THEY_CANNOT_UPGRADE,z=Object.prototype.hasOwnProperty,$=Array.isArray,x=console.createTask?console.createTask:function(){return null};v={react_stack_bottom_frame:function(e){return e()}};var h,j={},O=v.react_stack_bottom_frame.bind(v,s)(),N=x(f(s)),C={};Ke.Fragment=k,Ke.jsx=function(e,r,t,n,d){var l=1e4>g.recentlyCreatedOwnerStacks++;return R(e,r,t,!1,n,d,l?Error("react-stack-top-frame"):O,l?x(f(e)):N)},Ke.jsxs=function(e,r,t,n,d){var l=1e4>g.recentlyCreatedOwnerStacks++;return R(e,r,t,!0,n,d,l?Error("react-stack-top-frame"):O,l?x(f(e)):N)}})()),Ke}var _t;function Uo(){return _t||(_t=1,process.env.NODE_ENV==="production"?vr.exports=Io():vr.exports=Fo()),vr.exports}Uo();q.cva("inline-flex items-center justify-center gap-2 whitespace-nowrap rounded-md text-sm font-medium transition-all disabled:pointer-events-none disabled:opacity-50 [&_svg]:pointer-events-none [&_svg:not([class*='size-'])]:size-4 shrink-0 [&_svg]:shrink-0 outline-none focus-visible:border-ring focus-visible:ring-ring/50 focus-visible:ring-[3px] aria-invalid:ring-destructive/20 dark:aria-invalid:ring-destructive/40 aria-invalid:border-destructive",{variants:{variant:{default:"bg-primary text-primary-foreground shadow-xs hover:bg-primary/90",destructive:"bg-destructive text-white shadow-xs hover:bg-destructive/90 focus-visible:ring-destructive/20 dark:focus-visible:ring-destructive/40 dark:bg-destructive/60",outline:"border bg-background shadow-xs hover:bg-accent hover:text-accent-foreground dark:bg-input/30 dark:border-input dark:hover:bg-input/50",secondary:"bg-secondary text-secondary-foreground shadow-xs hover:bg-secondary/80",ghost:"hover:bg-accent hover:text-accent-foreground dark:hover:bg-accent/50",link:"text-primary underline-offset-4 hover:underline"},size:{default:"h-9 px-4 py-2 has-[>svg]:px-3",sm:"h-8 rounded-md gap-1.5 px-3 has-[>svg]:px-2.5",lg:"h-10 rounded-md px-6 has-[>svg]:px-4",icon:"size-9"}},defaultVariants:{variant:"default",size:"default"}});var gr={exports:{}},Se={};/**
338
- * @license React
339
- * react-jsx-runtime.production.js
340
- *
341
- * Copyright (c) Meta Platforms, Inc. and affiliates.
342
- *
343
- * This source code is licensed under the MIT license found in the
344
- * LICENSE file in the root directory of this source tree.
345
- */var wt;function Vo(){if(wt)return Se;wt=1;var a=Symbol.for("react.transitional.element"),c=Symbol.for("react.fragment");function u(f,i,s){var y=null;if(s!==void 0&&(y=""+s),i.key!==void 0&&(y=""+i.key),"key"in i){s={};for(var b in i)b!=="key"&&(s[b]=i[b])}else s=i;return i=s.ref,{$$typeof:a,type:f,key:y,ref:i!==void 0?i:null,props:s}}return Se.Fragment=c,Se.jsx=u,Se.jsxs=u,Se}var Ye={};/**
346
- * @license React
347
- * react-jsx-runtime.development.js
348
- *
349
- * Copyright (c) Meta Platforms, Inc. and affiliates.
350
- *
351
- * This source code is licensed under the MIT license found in the
352
- * LICENSE file in the root directory of this source tree.
353
- */var jt;function Mo(){return jt||(jt=1,process.env.NODE_ENV!=="production"&&(function(){function a(e){if(e==null)return null;if(typeof e=="function")return e.$$typeof===Y?null:e.displayName||e.name||null;if(typeof e=="string")return e;switch(e){case k:return"Fragment";case M:return"Profiler";case V:return"StrictMode";case J:return"Suspense";case F:return"SuspenseList";case K:return"Activity"}if(typeof e=="object")switch(typeof e.tag=="number"&&console.error("Received an unexpected object in getComponentNameFromType(). This is likely a bug in React. Please file an issue."),e.$$typeof){case U:return"Portal";case L:return(e.displayName||"Context")+".Provider";case I:return(e._context.displayName||"Context")+".Consumer";case W:var r=e.render;return e=e.displayName,e||(e=r.displayName||r.name||"",e=e!==""?"ForwardRef("+e+")":"ForwardRef"),e;case X:return r=e.displayName||null,r!==null?r:a(e.type)||"Memo";case P:r=e._payload,e=e._init;try{return a(e(r))}catch{}}return null}function c(e){return""+e}function u(e){try{c(e);var r=!1}catch{r=!0}if(r){r=console;var t=r.error,n=typeof Symbol=="function"&&Symbol.toStringTag&&e[Symbol.toStringTag]||e.constructor.name||"Object";return t.call(r,"The provided key is an unsupported type %s. This value must be coerced to a string before using it here.",n),c(e)}}function f(e){if(e===k)return"<>";if(typeof e=="object"&&e!==null&&e.$$typeof===P)return"<...>";try{var r=a(e);return r?"<"+r+">":"<...>"}catch{return"<...>"}}function i(){var e=g.A;return e===null?null:e.getOwner()}function s(){return Error("react-stack-top-frame")}function y(e){if(z.call(e,"key")){var r=Object.getOwnPropertyDescriptor(e,"key").get;if(r&&r.isReactWarning)return!1}return e.key!==void 0}function b(e,r){function t(){h||(h=!0,console.error("%s: `key` is not a prop. Trying to access it will result in `undefined` being returned. If you need to access the same value within the child component, you should pass it as a different prop. (https://react.dev/link/special-props)",r))}t.isReactWarning=!0,Object.defineProperty(e,"key",{get:t,configurable:!0})}function A(){var e=a(this.type);return j[e]||(j[e]=!0,console.error("Accessing element.ref was removed in React 19. ref is now a regular prop. It will be removed from the JSX Element type in a future release.")),e=this.props.ref,e!==void 0?e:null}function D(e,r,t,n,d,l,S,_){return t=l.ref,e={$$typeof:E,type:e,key:r,props:l,_owner:d},(t!==void 0?t:null)!==null?Object.defineProperty(e,"ref",{enumerable:!1,get:A}):Object.defineProperty(e,"ref",{enumerable:!1,value:null}),e._store={},Object.defineProperty(e._store,"validated",{configurable:!1,enumerable:!1,writable:!0,value:0}),Object.defineProperty(e,"_debugInfo",{configurable:!1,enumerable:!1,writable:!0,value:null}),Object.defineProperty(e,"_debugStack",{configurable:!1,enumerable:!1,writable:!0,value:S}),Object.defineProperty(e,"_debugTask",{configurable:!1,enumerable:!1,writable:!0,value:_}),Object.freeze&&(Object.freeze(e.props),Object.freeze(e)),e}function R(e,r,t,n,d,l,S,_){var o=r.children;if(o!==void 0)if(n)if($(o)){for(n=0;n<o.length;n++)T(o[n]);Object.freeze&&Object.freeze(o)}else console.error("React.jsx: Static children should always be an array. You are likely explicitly calling React.jsxs or React.jsxDEV. Use the Babel transform instead.");else T(o);if(z.call(r,"key")){o=a(e);var p=Object.keys(r).filter(function(G){return G!=="key"});n=0<p.length?"{key: someKey, "+p.join(": ..., ")+": ...}":"{key: someKey}",C[o+n]||(p=0<p.length?"{"+p.join(": ..., ")+": ...}":"{}",console.error(`A props object containing a "key" prop is being spread into JSX:
354
- let props = %s;
355
- <%s {...props} />
356
- React keys must be passed directly to JSX without using spread:
357
- let props = %s;
358
- <%s key={someKey} {...props} />`,n,o,p,o),C[o+n]=!0)}if(o=null,t!==void 0&&(u(t),o=""+t),y(r)&&(u(r.key),o=""+r.key),"key"in r){t={};for(var w in r)w!=="key"&&(t[w]=r[w])}else t=r;return o&&b(t,typeof e=="function"?e.displayName||e.name||"Unknown":e),D(e,o,l,d,i(),t,S,_)}function T(e){typeof e=="object"&&e!==null&&e.$$typeof===E&&e._store&&(e._store.validated=1)}var v=B,E=Symbol.for("react.transitional.element"),U=Symbol.for("react.portal"),k=Symbol.for("react.fragment"),V=Symbol.for("react.strict_mode"),M=Symbol.for("react.profiler"),I=Symbol.for("react.consumer"),L=Symbol.for("react.context"),W=Symbol.for("react.forward_ref"),J=Symbol.for("react.suspense"),F=Symbol.for("react.suspense_list"),X=Symbol.for("react.memo"),P=Symbol.for("react.lazy"),K=Symbol.for("react.activity"),Y=Symbol.for("react.client.reference"),g=v.__CLIENT_INTERNALS_DO_NOT_USE_OR_WARN_USERS_THEY_CANNOT_UPGRADE,z=Object.prototype.hasOwnProperty,$=Array.isArray,x=console.createTask?console.createTask:function(){return null};v={react_stack_bottom_frame:function(e){return e()}};var h,j={},O=v.react_stack_bottom_frame.bind(v,s)(),N=x(f(s)),C={};Ye.Fragment=k,Ye.jsx=function(e,r,t,n,d){var l=1e4>g.recentlyCreatedOwnerStacks++;return R(e,r,t,!1,n,d,l?Error("react-stack-top-frame"):O,l?x(f(e)):N)},Ye.jsxs=function(e,r,t,n,d){var l=1e4>g.recentlyCreatedOwnerStacks++;return R(e,r,t,!0,n,d,l?Error("react-stack-top-frame"):O,l?x(f(e)):N)}})()),Ye}var Ot;function Lo(){return Ot||(Ot=1,process.env.NODE_ENV==="production"?gr.exports=Vo():gr.exports=Mo()),gr.exports}Lo();q.cva("inline-flex items-center justify-center gap-2 whitespace-nowrap rounded-md text-sm font-medium transition-all disabled:pointer-events-none disabled:opacity-50 [&_svg]:pointer-events-none [&_svg:not([class*='size-'])]:size-4 shrink-0 [&_svg]:shrink-0 outline-none focus-visible:border-ring focus-visible:ring-ring/50 focus-visible:ring-[3px] aria-invalid:ring-destructive/20 dark:aria-invalid:ring-destructive/40 aria-invalid:border-destructive",{variants:{variant:{default:"bg-primary text-primary-foreground shadow-xs hover:bg-primary/90",destructive:"bg-destructive text-white shadow-xs hover:bg-destructive/90 focus-visible:ring-destructive/20 dark:focus-visible:ring-destructive/40 dark:bg-destructive/60",outline:"border bg-background shadow-xs hover:bg-accent hover:text-accent-foreground dark:bg-input/30 dark:border-input dark:hover:bg-input/50",secondary:"bg-secondary text-secondary-foreground shadow-xs hover:bg-secondary/80",ghost:"hover:bg-accent hover:text-accent-foreground dark:hover:bg-accent/50",link:"text-primary underline-offset-4 hover:underline"},size:{default:"h-9 px-4 py-2 has-[>svg]:px-3",sm:"h-8 rounded-md gap-1.5 px-3 has-[>svg]:px-2.5",lg:"h-10 rounded-md px-6 has-[>svg]:px-4",icon:"size-9"}},defaultVariants:{variant:"default",size:"default"}});var hr={exports:{}},_e={};/**
359
- * @license React
360
- * react-jsx-runtime.production.js
361
- *
362
- * Copyright (c) Meta Platforms, Inc. and affiliates.
363
- *
364
- * This source code is licensed under the MIT license found in the
365
- * LICENSE file in the root directory of this source tree.
366
- */var Nt;function Wo(){if(Nt)return _e;Nt=1;var a=Symbol.for("react.transitional.element"),c=Symbol.for("react.fragment");function u(f,i,s){var y=null;if(s!==void 0&&(y=""+s),i.key!==void 0&&(y=""+i.key),"key"in i){s={};for(var b in i)b!=="key"&&(s[b]=i[b])}else s=i;return i=s.ref,{$$typeof:a,type:f,key:y,ref:i!==void 0?i:null,props:s}}return _e.Fragment=c,_e.jsx=u,_e.jsxs=u,_e}var Ge={};/**
367
- * @license React
368
- * react-jsx-runtime.development.js
369
- *
370
- * Copyright (c) Meta Platforms, Inc. and affiliates.
371
- *
372
- * This source code is licensed under the MIT license found in the
373
- * LICENSE file in the root directory of this source tree.
374
- */var Rt;function Jo(){return Rt||(Rt=1,process.env.NODE_ENV!=="production"&&(function(){function a(e){if(e==null)return null;if(typeof e=="function")return e.$$typeof===Y?null:e.displayName||e.name||null;if(typeof e=="string")return e;switch(e){case k:return"Fragment";case M:return"Profiler";case V:return"StrictMode";case J:return"Suspense";case F:return"SuspenseList";case K:return"Activity"}if(typeof e=="object")switch(typeof e.tag=="number"&&console.error("Received an unexpected object in getComponentNameFromType(). This is likely a bug in React. Please file an issue."),e.$$typeof){case U:return"Portal";case L:return(e.displayName||"Context")+".Provider";case I:return(e._context.displayName||"Context")+".Consumer";case W:var r=e.render;return e=e.displayName,e||(e=r.displayName||r.name||"",e=e!==""?"ForwardRef("+e+")":"ForwardRef"),e;case X:return r=e.displayName||null,r!==null?r:a(e.type)||"Memo";case P:r=e._payload,e=e._init;try{return a(e(r))}catch{}}return null}function c(e){return""+e}function u(e){try{c(e);var r=!1}catch{r=!0}if(r){r=console;var t=r.error,n=typeof Symbol=="function"&&Symbol.toStringTag&&e[Symbol.toStringTag]||e.constructor.name||"Object";return t.call(r,"The provided key is an unsupported type %s. This value must be coerced to a string before using it here.",n),c(e)}}function f(e){if(e===k)return"<>";if(typeof e=="object"&&e!==null&&e.$$typeof===P)return"<...>";try{var r=a(e);return r?"<"+r+">":"<...>"}catch{return"<...>"}}function i(){var e=g.A;return e===null?null:e.getOwner()}function s(){return Error("react-stack-top-frame")}function y(e){if(z.call(e,"key")){var r=Object.getOwnPropertyDescriptor(e,"key").get;if(r&&r.isReactWarning)return!1}return e.key!==void 0}function b(e,r){function t(){h||(h=!0,console.error("%s: `key` is not a prop. Trying to access it will result in `undefined` being returned. If you need to access the same value within the child component, you should pass it as a different prop. (https://react.dev/link/special-props)",r))}t.isReactWarning=!0,Object.defineProperty(e,"key",{get:t,configurable:!0})}function A(){var e=a(this.type);return j[e]||(j[e]=!0,console.error("Accessing element.ref was removed in React 19. ref is now a regular prop. It will be removed from the JSX Element type in a future release.")),e=this.props.ref,e!==void 0?e:null}function D(e,r,t,n,d,l,S,_){return t=l.ref,e={$$typeof:E,type:e,key:r,props:l,_owner:d},(t!==void 0?t:null)!==null?Object.defineProperty(e,"ref",{enumerable:!1,get:A}):Object.defineProperty(e,"ref",{enumerable:!1,value:null}),e._store={},Object.defineProperty(e._store,"validated",{configurable:!1,enumerable:!1,writable:!0,value:0}),Object.defineProperty(e,"_debugInfo",{configurable:!1,enumerable:!1,writable:!0,value:null}),Object.defineProperty(e,"_debugStack",{configurable:!1,enumerable:!1,writable:!0,value:S}),Object.defineProperty(e,"_debugTask",{configurable:!1,enumerable:!1,writable:!0,value:_}),Object.freeze&&(Object.freeze(e.props),Object.freeze(e)),e}function R(e,r,t,n,d,l,S,_){var o=r.children;if(o!==void 0)if(n)if($(o)){for(n=0;n<o.length;n++)T(o[n]);Object.freeze&&Object.freeze(o)}else console.error("React.jsx: Static children should always be an array. You are likely explicitly calling React.jsxs or React.jsxDEV. Use the Babel transform instead.");else T(o);if(z.call(r,"key")){o=a(e);var p=Object.keys(r).filter(function(G){return G!=="key"});n=0<p.length?"{key: someKey, "+p.join(": ..., ")+": ...}":"{key: someKey}",C[o+n]||(p=0<p.length?"{"+p.join(": ..., ")+": ...}":"{}",console.error(`A props object containing a "key" prop is being spread into JSX:
375
- let props = %s;
376
- <%s {...props} />
377
- React keys must be passed directly to JSX without using spread:
378
- let props = %s;
379
- <%s key={someKey} {...props} />`,n,o,p,o),C[o+n]=!0)}if(o=null,t!==void 0&&(u(t),o=""+t),y(r)&&(u(r.key),o=""+r.key),"key"in r){t={};for(var w in r)w!=="key"&&(t[w]=r[w])}else t=r;return o&&b(t,typeof e=="function"?e.displayName||e.name||"Unknown":e),D(e,o,l,d,i(),t,S,_)}function T(e){typeof e=="object"&&e!==null&&e.$$typeof===E&&e._store&&(e._store.validated=1)}var v=B,E=Symbol.for("react.transitional.element"),U=Symbol.for("react.portal"),k=Symbol.for("react.fragment"),V=Symbol.for("react.strict_mode"),M=Symbol.for("react.profiler"),I=Symbol.for("react.consumer"),L=Symbol.for("react.context"),W=Symbol.for("react.forward_ref"),J=Symbol.for("react.suspense"),F=Symbol.for("react.suspense_list"),X=Symbol.for("react.memo"),P=Symbol.for("react.lazy"),K=Symbol.for("react.activity"),Y=Symbol.for("react.client.reference"),g=v.__CLIENT_INTERNALS_DO_NOT_USE_OR_WARN_USERS_THEY_CANNOT_UPGRADE,z=Object.prototype.hasOwnProperty,$=Array.isArray,x=console.createTask?console.createTask:function(){return null};v={react_stack_bottom_frame:function(e){return e()}};var h,j={},O=v.react_stack_bottom_frame.bind(v,s)(),N=x(f(s)),C={};Ge.Fragment=k,Ge.jsx=function(e,r,t,n,d){var l=1e4>g.recentlyCreatedOwnerStacks++;return R(e,r,t,!1,n,d,l?Error("react-stack-top-frame"):O,l?x(f(e)):N)},Ge.jsxs=function(e,r,t,n,d){var l=1e4>g.recentlyCreatedOwnerStacks++;return R(e,r,t,!0,n,d,l?Error("react-stack-top-frame"):O,l?x(f(e)):N)}})()),Ge}var Tt;function Xo(){return Tt||(Tt=1,process.env.NODE_ENV==="production"?hr.exports=Wo():hr.exports=Jo()),hr.exports}Xo();q.cva("inline-flex items-center justify-center gap-2 whitespace-nowrap rounded-md text-sm font-medium transition-all disabled:pointer-events-none disabled:opacity-50 [&_svg]:pointer-events-none [&_svg:not([class*='size-'])]:size-4 shrink-0 [&_svg]:shrink-0 outline-none focus-visible:border-ring focus-visible:ring-ring/50 focus-visible:ring-[3px] aria-invalid:ring-destructive/20 dark:aria-invalid:ring-destructive/40 aria-invalid:border-destructive",{variants:{variant:{default:"bg-primary text-primary-foreground shadow-xs hover:bg-primary/90",destructive:"bg-destructive text-white shadow-xs hover:bg-destructive/90 focus-visible:ring-destructive/20 dark:focus-visible:ring-destructive/40 dark:bg-destructive/60",outline:"border bg-background shadow-xs hover:bg-accent hover:text-accent-foreground dark:bg-input/30 dark:border-input dark:hover:bg-input/50",secondary:"bg-secondary text-secondary-foreground shadow-xs hover:bg-secondary/80",ghost:"hover:bg-accent hover:text-accent-foreground dark:hover:bg-accent/50",link:"text-primary underline-offset-4 hover:underline"},size:{default:"h-9 px-4 py-2 has-[>svg]:px-3",sm:"h-8 rounded-md gap-1.5 px-3 has-[>svg]:px-2.5",lg:"h-10 rounded-md px-6 has-[>svg]:px-4",icon:"size-9"}},defaultVariants:{variant:"default",size:"default"}});var kr={exports:{}},we={};/**
380
- * @license React
381
- * react-jsx-runtime.production.js
382
- *
383
- * Copyright (c) Meta Platforms, Inc. and affiliates.
384
- *
385
- * This source code is licensed under the MIT license found in the
386
- * LICENSE file in the root directory of this source tree.
387
- */var Et;function Ko(){if(Et)return we;Et=1;var a=Symbol.for("react.transitional.element"),c=Symbol.for("react.fragment");function u(f,i,s){var y=null;if(s!==void 0&&(y=""+s),i.key!==void 0&&(y=""+i.key),"key"in i){s={};for(var b in i)b!=="key"&&(s[b]=i[b])}else s=i;return i=s.ref,{$$typeof:a,type:f,key:y,ref:i!==void 0?i:null,props:s}}return we.Fragment=c,we.jsx=u,we.jsxs=u,we}var Be={};/**
388
- * @license React
389
- * react-jsx-runtime.development.js
390
- *
391
- * Copyright (c) Meta Platforms, Inc. and affiliates.
392
- *
393
- * This source code is licensed under the MIT license found in the
394
- * LICENSE file in the root directory of this source tree.
395
- */var Pt;function Yo(){return Pt||(Pt=1,process.env.NODE_ENV!=="production"&&(function(){function a(e){if(e==null)return null;if(typeof e=="function")return e.$$typeof===Y?null:e.displayName||e.name||null;if(typeof e=="string")return e;switch(e){case k:return"Fragment";case M:return"Profiler";case V:return"StrictMode";case J:return"Suspense";case F:return"SuspenseList";case K:return"Activity"}if(typeof e=="object")switch(typeof e.tag=="number"&&console.error("Received an unexpected object in getComponentNameFromType(). This is likely a bug in React. Please file an issue."),e.$$typeof){case U:return"Portal";case L:return(e.displayName||"Context")+".Provider";case I:return(e._context.displayName||"Context")+".Consumer";case W:var r=e.render;return e=e.displayName,e||(e=r.displayName||r.name||"",e=e!==""?"ForwardRef("+e+")":"ForwardRef"),e;case X:return r=e.displayName||null,r!==null?r:a(e.type)||"Memo";case P:r=e._payload,e=e._init;try{return a(e(r))}catch{}}return null}function c(e){return""+e}function u(e){try{c(e);var r=!1}catch{r=!0}if(r){r=console;var t=r.error,n=typeof Symbol=="function"&&Symbol.toStringTag&&e[Symbol.toStringTag]||e.constructor.name||"Object";return t.call(r,"The provided key is an unsupported type %s. This value must be coerced to a string before using it here.",n),c(e)}}function f(e){if(e===k)return"<>";if(typeof e=="object"&&e!==null&&e.$$typeof===P)return"<...>";try{var r=a(e);return r?"<"+r+">":"<...>"}catch{return"<...>"}}function i(){var e=g.A;return e===null?null:e.getOwner()}function s(){return Error("react-stack-top-frame")}function y(e){if(z.call(e,"key")){var r=Object.getOwnPropertyDescriptor(e,"key").get;if(r&&r.isReactWarning)return!1}return e.key!==void 0}function b(e,r){function t(){h||(h=!0,console.error("%s: `key` is not a prop. Trying to access it will result in `undefined` being returned. If you need to access the same value within the child component, you should pass it as a different prop. (https://react.dev/link/special-props)",r))}t.isReactWarning=!0,Object.defineProperty(e,"key",{get:t,configurable:!0})}function A(){var e=a(this.type);return j[e]||(j[e]=!0,console.error("Accessing element.ref was removed in React 19. ref is now a regular prop. It will be removed from the JSX Element type in a future release.")),e=this.props.ref,e!==void 0?e:null}function D(e,r,t,n,d,l,S,_){return t=l.ref,e={$$typeof:E,type:e,key:r,props:l,_owner:d},(t!==void 0?t:null)!==null?Object.defineProperty(e,"ref",{enumerable:!1,get:A}):Object.defineProperty(e,"ref",{enumerable:!1,value:null}),e._store={},Object.defineProperty(e._store,"validated",{configurable:!1,enumerable:!1,writable:!0,value:0}),Object.defineProperty(e,"_debugInfo",{configurable:!1,enumerable:!1,writable:!0,value:null}),Object.defineProperty(e,"_debugStack",{configurable:!1,enumerable:!1,writable:!0,value:S}),Object.defineProperty(e,"_debugTask",{configurable:!1,enumerable:!1,writable:!0,value:_}),Object.freeze&&(Object.freeze(e.props),Object.freeze(e)),e}function R(e,r,t,n,d,l,S,_){var o=r.children;if(o!==void 0)if(n)if($(o)){for(n=0;n<o.length;n++)T(o[n]);Object.freeze&&Object.freeze(o)}else console.error("React.jsx: Static children should always be an array. You are likely explicitly calling React.jsxs or React.jsxDEV. Use the Babel transform instead.");else T(o);if(z.call(r,"key")){o=a(e);var p=Object.keys(r).filter(function(G){return G!=="key"});n=0<p.length?"{key: someKey, "+p.join(": ..., ")+": ...}":"{key: someKey}",C[o+n]||(p=0<p.length?"{"+p.join(": ..., ")+": ...}":"{}",console.error(`A props object containing a "key" prop is being spread into JSX:
396
- let props = %s;
397
- <%s {...props} />
398
- React keys must be passed directly to JSX without using spread:
399
- let props = %s;
400
- <%s key={someKey} {...props} />`,n,o,p,o),C[o+n]=!0)}if(o=null,t!==void 0&&(u(t),o=""+t),y(r)&&(u(r.key),o=""+r.key),"key"in r){t={};for(var w in r)w!=="key"&&(t[w]=r[w])}else t=r;return o&&b(t,typeof e=="function"?e.displayName||e.name||"Unknown":e),D(e,o,l,d,i(),t,S,_)}function T(e){typeof e=="object"&&e!==null&&e.$$typeof===E&&e._store&&(e._store.validated=1)}var v=B,E=Symbol.for("react.transitional.element"),U=Symbol.for("react.portal"),k=Symbol.for("react.fragment"),V=Symbol.for("react.strict_mode"),M=Symbol.for("react.profiler"),I=Symbol.for("react.consumer"),L=Symbol.for("react.context"),W=Symbol.for("react.forward_ref"),J=Symbol.for("react.suspense"),F=Symbol.for("react.suspense_list"),X=Symbol.for("react.memo"),P=Symbol.for("react.lazy"),K=Symbol.for("react.activity"),Y=Symbol.for("react.client.reference"),g=v.__CLIENT_INTERNALS_DO_NOT_USE_OR_WARN_USERS_THEY_CANNOT_UPGRADE,z=Object.prototype.hasOwnProperty,$=Array.isArray,x=console.createTask?console.createTask:function(){return null};v={react_stack_bottom_frame:function(e){return e()}};var h,j={},O=v.react_stack_bottom_frame.bind(v,s)(),N=x(f(s)),C={};Be.Fragment=k,Be.jsx=function(e,r,t,n,d){var l=1e4>g.recentlyCreatedOwnerStacks++;return R(e,r,t,!1,n,d,l?Error("react-stack-top-frame"):O,l?x(f(e)):N)},Be.jsxs=function(e,r,t,n,d){var l=1e4>g.recentlyCreatedOwnerStacks++;return R(e,r,t,!0,n,d,l?Error("react-stack-top-frame"):O,l?x(f(e)):N)}})()),Be}var zt;function Go(){return zt||(zt=1,process.env.NODE_ENV==="production"?kr.exports=Ko():kr.exports=Yo()),kr.exports}Go();q.cva("inline-flex items-center justify-center gap-2 whitespace-nowrap rounded-md text-sm font-medium transition-all disabled:pointer-events-none disabled:opacity-50 [&_svg]:pointer-events-none [&_svg:not([class*='size-'])]:size-4 shrink-0 [&_svg]:shrink-0 outline-none focus-visible:border-ring focus-visible:ring-ring/50 focus-visible:ring-[3px] aria-invalid:ring-destructive/20 dark:aria-invalid:ring-destructive/40 aria-invalid:border-destructive",{variants:{variant:{default:"bg-primary text-primary-foreground shadow-xs hover:bg-primary/90",destructive:"bg-destructive text-white shadow-xs hover:bg-destructive/90 focus-visible:ring-destructive/20 dark:focus-visible:ring-destructive/40 dark:bg-destructive/60",outline:"border bg-background shadow-xs hover:bg-accent hover:text-accent-foreground dark:bg-input/30 dark:border-input dark:hover:bg-input/50",secondary:"bg-secondary text-secondary-foreground shadow-xs hover:bg-secondary/80",ghost:"hover:bg-accent hover:text-accent-foreground dark:hover:bg-accent/50",link:"text-primary underline-offset-4 hover:underline"},size:{default:"h-9 px-4 py-2 has-[>svg]:px-3",sm:"h-8 rounded-md gap-1.5 px-3 has-[>svg]:px-2.5",lg:"h-10 rounded-md px-6 has-[>svg]:px-4",icon:"size-9"}},defaultVariants:{variant:"default",size:"default"}});var xr={exports:{}},je={};/**
401
- * @license React
402
- * react-jsx-runtime.production.js
403
- *
404
- * Copyright (c) Meta Platforms, Inc. and affiliates.
405
- *
406
- * This source code is licensed under the MIT license found in the
407
- * LICENSE file in the root directory of this source tree.
408
- */var Ct;function Bo(){if(Ct)return je;Ct=1;var a=Symbol.for("react.transitional.element"),c=Symbol.for("react.fragment");function u(f,i,s){var y=null;if(s!==void 0&&(y=""+s),i.key!==void 0&&(y=""+i.key),"key"in i){s={};for(var b in i)b!=="key"&&(s[b]=i[b])}else s=i;return i=s.ref,{$$typeof:a,type:f,key:y,ref:i!==void 0?i:null,props:s}}return je.Fragment=c,je.jsx=u,je.jsxs=u,je}var He={};/**
409
- * @license React
410
- * react-jsx-runtime.development.js
411
- *
412
- * Copyright (c) Meta Platforms, Inc. and affiliates.
413
- *
414
- * This source code is licensed under the MIT license found in the
415
- * LICENSE file in the root directory of this source tree.
416
- */var $t;function Ho(){return $t||($t=1,process.env.NODE_ENV!=="production"&&(function(){function a(e){if(e==null)return null;if(typeof e=="function")return e.$$typeof===Y?null:e.displayName||e.name||null;if(typeof e=="string")return e;switch(e){case k:return"Fragment";case M:return"Profiler";case V:return"StrictMode";case J:return"Suspense";case F:return"SuspenseList";case K:return"Activity"}if(typeof e=="object")switch(typeof e.tag=="number"&&console.error("Received an unexpected object in getComponentNameFromType(). This is likely a bug in React. Please file an issue."),e.$$typeof){case U:return"Portal";case L:return(e.displayName||"Context")+".Provider";case I:return(e._context.displayName||"Context")+".Consumer";case W:var r=e.render;return e=e.displayName,e||(e=r.displayName||r.name||"",e=e!==""?"ForwardRef("+e+")":"ForwardRef"),e;case X:return r=e.displayName||null,r!==null?r:a(e.type)||"Memo";case P:r=e._payload,e=e._init;try{return a(e(r))}catch{}}return null}function c(e){return""+e}function u(e){try{c(e);var r=!1}catch{r=!0}if(r){r=console;var t=r.error,n=typeof Symbol=="function"&&Symbol.toStringTag&&e[Symbol.toStringTag]||e.constructor.name||"Object";return t.call(r,"The provided key is an unsupported type %s. This value must be coerced to a string before using it here.",n),c(e)}}function f(e){if(e===k)return"<>";if(typeof e=="object"&&e!==null&&e.$$typeof===P)return"<...>";try{var r=a(e);return r?"<"+r+">":"<...>"}catch{return"<...>"}}function i(){var e=g.A;return e===null?null:e.getOwner()}function s(){return Error("react-stack-top-frame")}function y(e){if(z.call(e,"key")){var r=Object.getOwnPropertyDescriptor(e,"key").get;if(r&&r.isReactWarning)return!1}return e.key!==void 0}function b(e,r){function t(){h||(h=!0,console.error("%s: `key` is not a prop. Trying to access it will result in `undefined` being returned. If you need to access the same value within the child component, you should pass it as a different prop. (https://react.dev/link/special-props)",r))}t.isReactWarning=!0,Object.defineProperty(e,"key",{get:t,configurable:!0})}function A(){var e=a(this.type);return j[e]||(j[e]=!0,console.error("Accessing element.ref was removed in React 19. ref is now a regular prop. It will be removed from the JSX Element type in a future release.")),e=this.props.ref,e!==void 0?e:null}function D(e,r,t,n,d,l,S,_){return t=l.ref,e={$$typeof:E,type:e,key:r,props:l,_owner:d},(t!==void 0?t:null)!==null?Object.defineProperty(e,"ref",{enumerable:!1,get:A}):Object.defineProperty(e,"ref",{enumerable:!1,value:null}),e._store={},Object.defineProperty(e._store,"validated",{configurable:!1,enumerable:!1,writable:!0,value:0}),Object.defineProperty(e,"_debugInfo",{configurable:!1,enumerable:!1,writable:!0,value:null}),Object.defineProperty(e,"_debugStack",{configurable:!1,enumerable:!1,writable:!0,value:S}),Object.defineProperty(e,"_debugTask",{configurable:!1,enumerable:!1,writable:!0,value:_}),Object.freeze&&(Object.freeze(e.props),Object.freeze(e)),e}function R(e,r,t,n,d,l,S,_){var o=r.children;if(o!==void 0)if(n)if($(o)){for(n=0;n<o.length;n++)T(o[n]);Object.freeze&&Object.freeze(o)}else console.error("React.jsx: Static children should always be an array. You are likely explicitly calling React.jsxs or React.jsxDEV. Use the Babel transform instead.");else T(o);if(z.call(r,"key")){o=a(e);var p=Object.keys(r).filter(function(G){return G!=="key"});n=0<p.length?"{key: someKey, "+p.join(": ..., ")+": ...}":"{key: someKey}",C[o+n]||(p=0<p.length?"{"+p.join(": ..., ")+": ...}":"{}",console.error(`A props object containing a "key" prop is being spread into JSX:
417
- let props = %s;
418
- <%s {...props} />
419
- React keys must be passed directly to JSX without using spread:
420
- let props = %s;
421
- <%s key={someKey} {...props} />`,n,o,p,o),C[o+n]=!0)}if(o=null,t!==void 0&&(u(t),o=""+t),y(r)&&(u(r.key),o=""+r.key),"key"in r){t={};for(var w in r)w!=="key"&&(t[w]=r[w])}else t=r;return o&&b(t,typeof e=="function"?e.displayName||e.name||"Unknown":e),D(e,o,l,d,i(),t,S,_)}function T(e){typeof e=="object"&&e!==null&&e.$$typeof===E&&e._store&&(e._store.validated=1)}var v=B,E=Symbol.for("react.transitional.element"),U=Symbol.for("react.portal"),k=Symbol.for("react.fragment"),V=Symbol.for("react.strict_mode"),M=Symbol.for("react.profiler"),I=Symbol.for("react.consumer"),L=Symbol.for("react.context"),W=Symbol.for("react.forward_ref"),J=Symbol.for("react.suspense"),F=Symbol.for("react.suspense_list"),X=Symbol.for("react.memo"),P=Symbol.for("react.lazy"),K=Symbol.for("react.activity"),Y=Symbol.for("react.client.reference"),g=v.__CLIENT_INTERNALS_DO_NOT_USE_OR_WARN_USERS_THEY_CANNOT_UPGRADE,z=Object.prototype.hasOwnProperty,$=Array.isArray,x=console.createTask?console.createTask:function(){return null};v={react_stack_bottom_frame:function(e){return e()}};var h,j={},O=v.react_stack_bottom_frame.bind(v,s)(),N=x(f(s)),C={};He.Fragment=k,He.jsx=function(e,r,t,n,d){var l=1e4>g.recentlyCreatedOwnerStacks++;return R(e,r,t,!1,n,d,l?Error("react-stack-top-frame"):O,l?x(f(e)):N)},He.jsxs=function(e,r,t,n,d){var l=1e4>g.recentlyCreatedOwnerStacks++;return R(e,r,t,!0,n,d,l?Error("react-stack-top-frame"):O,l?x(f(e)):N)}})()),He}var At;function qo(){return At||(At=1,process.env.NODE_ENV==="production"?xr.exports=Bo():xr.exports=Ho()),xr.exports}qo();q.cva("inline-flex items-center justify-center gap-2 whitespace-nowrap rounded-md text-sm font-medium transition-all disabled:pointer-events-none disabled:opacity-50 [&_svg]:pointer-events-none [&_svg:not([class*='size-'])]:size-4 shrink-0 [&_svg]:shrink-0 outline-none focus-visible:border-ring focus-visible:ring-ring/50 focus-visible:ring-[3px] aria-invalid:ring-destructive/20 dark:aria-invalid:ring-destructive/40 aria-invalid:border-destructive",{variants:{variant:{default:"bg-primary text-primary-foreground shadow-xs hover:bg-primary/90",destructive:"bg-destructive text-white shadow-xs hover:bg-destructive/90 focus-visible:ring-destructive/20 dark:focus-visible:ring-destructive/40 dark:bg-destructive/60",outline:"border bg-background shadow-xs hover:bg-accent hover:text-accent-foreground dark:bg-input/30 dark:border-input dark:hover:bg-input/50",secondary:"bg-secondary text-secondary-foreground shadow-xs hover:bg-secondary/80",ghost:"hover:bg-accent hover:text-accent-foreground dark:hover:bg-accent/50",link:"text-primary underline-offset-4 hover:underline"},size:{default:"h-9 px-4 py-2 has-[>svg]:px-3",sm:"h-8 rounded-md gap-1.5 px-3 has-[>svg]:px-2.5",lg:"h-10 rounded-md px-6 has-[>svg]:px-4",icon:"size-9"}},defaultVariants:{variant:"default",size:"default"}});var Sr={exports:{}},Oe={};/**
422
- * @license React
423
- * react-jsx-runtime.production.js
424
- *
425
- * Copyright (c) Meta Platforms, Inc. and affiliates.
426
- *
427
- * This source code is licensed under the MIT license found in the
428
- * LICENSE file in the root directory of this source tree.
429
- */var Dt;function Zo(){if(Dt)return Oe;Dt=1;var a=Symbol.for("react.transitional.element"),c=Symbol.for("react.fragment");function u(f,i,s){var y=null;if(s!==void 0&&(y=""+s),i.key!==void 0&&(y=""+i.key),"key"in i){s={};for(var b in i)b!=="key"&&(s[b]=i[b])}else s=i;return i=s.ref,{$$typeof:a,type:f,key:y,ref:i!==void 0?i:null,props:s}}return Oe.Fragment=c,Oe.jsx=u,Oe.jsxs=u,Oe}var qe={};/**
430
- * @license React
431
- * react-jsx-runtime.development.js
432
- *
433
- * Copyright (c) Meta Platforms, Inc. and affiliates.
434
- *
435
- * This source code is licensed under the MIT license found in the
436
- * LICENSE file in the root directory of this source tree.
437
- */var It;function Qo(){return It||(It=1,process.env.NODE_ENV!=="production"&&(function(){function a(e){if(e==null)return null;if(typeof e=="function")return e.$$typeof===Y?null:e.displayName||e.name||null;if(typeof e=="string")return e;switch(e){case k:return"Fragment";case M:return"Profiler";case V:return"StrictMode";case J:return"Suspense";case F:return"SuspenseList";case K:return"Activity"}if(typeof e=="object")switch(typeof e.tag=="number"&&console.error("Received an unexpected object in getComponentNameFromType(). This is likely a bug in React. Please file an issue."),e.$$typeof){case U:return"Portal";case L:return(e.displayName||"Context")+".Provider";case I:return(e._context.displayName||"Context")+".Consumer";case W:var r=e.render;return e=e.displayName,e||(e=r.displayName||r.name||"",e=e!==""?"ForwardRef("+e+")":"ForwardRef"),e;case X:return r=e.displayName||null,r!==null?r:a(e.type)||"Memo";case P:r=e._payload,e=e._init;try{return a(e(r))}catch{}}return null}function c(e){return""+e}function u(e){try{c(e);var r=!1}catch{r=!0}if(r){r=console;var t=r.error,n=typeof Symbol=="function"&&Symbol.toStringTag&&e[Symbol.toStringTag]||e.constructor.name||"Object";return t.call(r,"The provided key is an unsupported type %s. This value must be coerced to a string before using it here.",n),c(e)}}function f(e){if(e===k)return"<>";if(typeof e=="object"&&e!==null&&e.$$typeof===P)return"<...>";try{var r=a(e);return r?"<"+r+">":"<...>"}catch{return"<...>"}}function i(){var e=g.A;return e===null?null:e.getOwner()}function s(){return Error("react-stack-top-frame")}function y(e){if(z.call(e,"key")){var r=Object.getOwnPropertyDescriptor(e,"key").get;if(r&&r.isReactWarning)return!1}return e.key!==void 0}function b(e,r){function t(){h||(h=!0,console.error("%s: `key` is not a prop. Trying to access it will result in `undefined` being returned. If you need to access the same value within the child component, you should pass it as a different prop. (https://react.dev/link/special-props)",r))}t.isReactWarning=!0,Object.defineProperty(e,"key",{get:t,configurable:!0})}function A(){var e=a(this.type);return j[e]||(j[e]=!0,console.error("Accessing element.ref was removed in React 19. ref is now a regular prop. It will be removed from the JSX Element type in a future release.")),e=this.props.ref,e!==void 0?e:null}function D(e,r,t,n,d,l,S,_){return t=l.ref,e={$$typeof:E,type:e,key:r,props:l,_owner:d},(t!==void 0?t:null)!==null?Object.defineProperty(e,"ref",{enumerable:!1,get:A}):Object.defineProperty(e,"ref",{enumerable:!1,value:null}),e._store={},Object.defineProperty(e._store,"validated",{configurable:!1,enumerable:!1,writable:!0,value:0}),Object.defineProperty(e,"_debugInfo",{configurable:!1,enumerable:!1,writable:!0,value:null}),Object.defineProperty(e,"_debugStack",{configurable:!1,enumerable:!1,writable:!0,value:S}),Object.defineProperty(e,"_debugTask",{configurable:!1,enumerable:!1,writable:!0,value:_}),Object.freeze&&(Object.freeze(e.props),Object.freeze(e)),e}function R(e,r,t,n,d,l,S,_){var o=r.children;if(o!==void 0)if(n)if($(o)){for(n=0;n<o.length;n++)T(o[n]);Object.freeze&&Object.freeze(o)}else console.error("React.jsx: Static children should always be an array. You are likely explicitly calling React.jsxs or React.jsxDEV. Use the Babel transform instead.");else T(o);if(z.call(r,"key")){o=a(e);var p=Object.keys(r).filter(function(G){return G!=="key"});n=0<p.length?"{key: someKey, "+p.join(": ..., ")+": ...}":"{key: someKey}",C[o+n]||(p=0<p.length?"{"+p.join(": ..., ")+": ...}":"{}",console.error(`A props object containing a "key" prop is being spread into JSX:
438
- let props = %s;
439
- <%s {...props} />
440
- React keys must be passed directly to JSX without using spread:
441
- let props = %s;
442
- <%s key={someKey} {...props} />`,n,o,p,o),C[o+n]=!0)}if(o=null,t!==void 0&&(u(t),o=""+t),y(r)&&(u(r.key),o=""+r.key),"key"in r){t={};for(var w in r)w!=="key"&&(t[w]=r[w])}else t=r;return o&&b(t,typeof e=="function"?e.displayName||e.name||"Unknown":e),D(e,o,l,d,i(),t,S,_)}function T(e){typeof e=="object"&&e!==null&&e.$$typeof===E&&e._store&&(e._store.validated=1)}var v=B,E=Symbol.for("react.transitional.element"),U=Symbol.for("react.portal"),k=Symbol.for("react.fragment"),V=Symbol.for("react.strict_mode"),M=Symbol.for("react.profiler"),I=Symbol.for("react.consumer"),L=Symbol.for("react.context"),W=Symbol.for("react.forward_ref"),J=Symbol.for("react.suspense"),F=Symbol.for("react.suspense_list"),X=Symbol.for("react.memo"),P=Symbol.for("react.lazy"),K=Symbol.for("react.activity"),Y=Symbol.for("react.client.reference"),g=v.__CLIENT_INTERNALS_DO_NOT_USE_OR_WARN_USERS_THEY_CANNOT_UPGRADE,z=Object.prototype.hasOwnProperty,$=Array.isArray,x=console.createTask?console.createTask:function(){return null};v={react_stack_bottom_frame:function(e){return e()}};var h,j={},O=v.react_stack_bottom_frame.bind(v,s)(),N=x(f(s)),C={};qe.Fragment=k,qe.jsx=function(e,r,t,n,d){var l=1e4>g.recentlyCreatedOwnerStacks++;return R(e,r,t,!1,n,d,l?Error("react-stack-top-frame"):O,l?x(f(e)):N)},qe.jsxs=function(e,r,t,n,d){var l=1e4>g.recentlyCreatedOwnerStacks++;return R(e,r,t,!0,n,d,l?Error("react-stack-top-frame"):O,l?x(f(e)):N)}})()),qe}var Ft;function ea(){return Ft||(Ft=1,process.env.NODE_ENV==="production"?Sr.exports=Zo():Sr.exports=Qo()),Sr.exports}ea();q.cva("inline-flex items-center justify-center gap-2 whitespace-nowrap rounded-md text-sm font-medium transition-all disabled:pointer-events-none disabled:opacity-50 [&_svg]:pointer-events-none [&_svg:not([class*='size-'])]:size-4 shrink-0 [&_svg]:shrink-0 outline-none focus-visible:border-ring focus-visible:ring-ring/50 focus-visible:ring-[3px] aria-invalid:ring-destructive/20 dark:aria-invalid:ring-destructive/40 aria-invalid:border-destructive",{variants:{variant:{default:"bg-primary text-primary-foreground shadow-xs hover:bg-primary/90",destructive:"bg-destructive text-white shadow-xs hover:bg-destructive/90 focus-visible:ring-destructive/20 dark:focus-visible:ring-destructive/40 dark:bg-destructive/60",outline:"border bg-background shadow-xs hover:bg-accent hover:text-accent-foreground dark:bg-input/30 dark:border-input dark:hover:bg-input/50",secondary:"bg-secondary text-secondary-foreground shadow-xs hover:bg-secondary/80",ghost:"hover:bg-accent hover:text-accent-foreground dark:hover:bg-accent/50",link:"text-primary underline-offset-4 hover:underline"},size:{default:"h-9 px-4 py-2 has-[>svg]:px-3",sm:"h-8 rounded-md gap-1.5 px-3 has-[>svg]:px-2.5",lg:"h-10 rounded-md px-6 has-[>svg]:px-4",icon:"size-9"}},defaultVariants:{variant:"default",size:"default"}});var _r={exports:{}},Ne={};/**
443
- * @license React
444
- * react-jsx-runtime.production.js
445
- *
446
- * Copyright (c) Meta Platforms, Inc. and affiliates.
447
- *
448
- * This source code is licensed under the MIT license found in the
449
- * LICENSE file in the root directory of this source tree.
450
- */var Ut;function ra(){if(Ut)return Ne;Ut=1;var a=Symbol.for("react.transitional.element"),c=Symbol.for("react.fragment");function u(f,i,s){var y=null;if(s!==void 0&&(y=""+s),i.key!==void 0&&(y=""+i.key),"key"in i){s={};for(var b in i)b!=="key"&&(s[b]=i[b])}else s=i;return i=s.ref,{$$typeof:a,type:f,key:y,ref:i!==void 0?i:null,props:s}}return Ne.Fragment=c,Ne.jsx=u,Ne.jsxs=u,Ne}var Ze={};/**
451
- * @license React
452
- * react-jsx-runtime.development.js
453
- *
454
- * Copyright (c) Meta Platforms, Inc. and affiliates.
455
- *
456
- * This source code is licensed under the MIT license found in the
457
- * LICENSE file in the root directory of this source tree.
458
- */var Vt;function ta(){return Vt||(Vt=1,process.env.NODE_ENV!=="production"&&(function(){function a(e){if(e==null)return null;if(typeof e=="function")return e.$$typeof===Y?null:e.displayName||e.name||null;if(typeof e=="string")return e;switch(e){case k:return"Fragment";case M:return"Profiler";case V:return"StrictMode";case J:return"Suspense";case F:return"SuspenseList";case K:return"Activity"}if(typeof e=="object")switch(typeof e.tag=="number"&&console.error("Received an unexpected object in getComponentNameFromType(). This is likely a bug in React. Please file an issue."),e.$$typeof){case U:return"Portal";case L:return(e.displayName||"Context")+".Provider";case I:return(e._context.displayName||"Context")+".Consumer";case W:var r=e.render;return e=e.displayName,e||(e=r.displayName||r.name||"",e=e!==""?"ForwardRef("+e+")":"ForwardRef"),e;case X:return r=e.displayName||null,r!==null?r:a(e.type)||"Memo";case P:r=e._payload,e=e._init;try{return a(e(r))}catch{}}return null}function c(e){return""+e}function u(e){try{c(e);var r=!1}catch{r=!0}if(r){r=console;var t=r.error,n=typeof Symbol=="function"&&Symbol.toStringTag&&e[Symbol.toStringTag]||e.constructor.name||"Object";return t.call(r,"The provided key is an unsupported type %s. This value must be coerced to a string before using it here.",n),c(e)}}function f(e){if(e===k)return"<>";if(typeof e=="object"&&e!==null&&e.$$typeof===P)return"<...>";try{var r=a(e);return r?"<"+r+">":"<...>"}catch{return"<...>"}}function i(){var e=g.A;return e===null?null:e.getOwner()}function s(){return Error("react-stack-top-frame")}function y(e){if(z.call(e,"key")){var r=Object.getOwnPropertyDescriptor(e,"key").get;if(r&&r.isReactWarning)return!1}return e.key!==void 0}function b(e,r){function t(){h||(h=!0,console.error("%s: `key` is not a prop. Trying to access it will result in `undefined` being returned. If you need to access the same value within the child component, you should pass it as a different prop. (https://react.dev/link/special-props)",r))}t.isReactWarning=!0,Object.defineProperty(e,"key",{get:t,configurable:!0})}function A(){var e=a(this.type);return j[e]||(j[e]=!0,console.error("Accessing element.ref was removed in React 19. ref is now a regular prop. It will be removed from the JSX Element type in a future release.")),e=this.props.ref,e!==void 0?e:null}function D(e,r,t,n,d,l,S,_){return t=l.ref,e={$$typeof:E,type:e,key:r,props:l,_owner:d},(t!==void 0?t:null)!==null?Object.defineProperty(e,"ref",{enumerable:!1,get:A}):Object.defineProperty(e,"ref",{enumerable:!1,value:null}),e._store={},Object.defineProperty(e._store,"validated",{configurable:!1,enumerable:!1,writable:!0,value:0}),Object.defineProperty(e,"_debugInfo",{configurable:!1,enumerable:!1,writable:!0,value:null}),Object.defineProperty(e,"_debugStack",{configurable:!1,enumerable:!1,writable:!0,value:S}),Object.defineProperty(e,"_debugTask",{configurable:!1,enumerable:!1,writable:!0,value:_}),Object.freeze&&(Object.freeze(e.props),Object.freeze(e)),e}function R(e,r,t,n,d,l,S,_){var o=r.children;if(o!==void 0)if(n)if($(o)){for(n=0;n<o.length;n++)T(o[n]);Object.freeze&&Object.freeze(o)}else console.error("React.jsx: Static children should always be an array. You are likely explicitly calling React.jsxs or React.jsxDEV. Use the Babel transform instead.");else T(o);if(z.call(r,"key")){o=a(e);var p=Object.keys(r).filter(function(G){return G!=="key"});n=0<p.length?"{key: someKey, "+p.join(": ..., ")+": ...}":"{key: someKey}",C[o+n]||(p=0<p.length?"{"+p.join(": ..., ")+": ...}":"{}",console.error(`A props object containing a "key" prop is being spread into JSX:
459
- let props = %s;
460
- <%s {...props} />
461
- React keys must be passed directly to JSX without using spread:
462
- let props = %s;
463
- <%s key={someKey} {...props} />`,n,o,p,o),C[o+n]=!0)}if(o=null,t!==void 0&&(u(t),o=""+t),y(r)&&(u(r.key),o=""+r.key),"key"in r){t={};for(var w in r)w!=="key"&&(t[w]=r[w])}else t=r;return o&&b(t,typeof e=="function"?e.displayName||e.name||"Unknown":e),D(e,o,l,d,i(),t,S,_)}function T(e){typeof e=="object"&&e!==null&&e.$$typeof===E&&e._store&&(e._store.validated=1)}var v=B,E=Symbol.for("react.transitional.element"),U=Symbol.for("react.portal"),k=Symbol.for("react.fragment"),V=Symbol.for("react.strict_mode"),M=Symbol.for("react.profiler"),I=Symbol.for("react.consumer"),L=Symbol.for("react.context"),W=Symbol.for("react.forward_ref"),J=Symbol.for("react.suspense"),F=Symbol.for("react.suspense_list"),X=Symbol.for("react.memo"),P=Symbol.for("react.lazy"),K=Symbol.for("react.activity"),Y=Symbol.for("react.client.reference"),g=v.__CLIENT_INTERNALS_DO_NOT_USE_OR_WARN_USERS_THEY_CANNOT_UPGRADE,z=Object.prototype.hasOwnProperty,$=Array.isArray,x=console.createTask?console.createTask:function(){return null};v={react_stack_bottom_frame:function(e){return e()}};var h,j={},O=v.react_stack_bottom_frame.bind(v,s)(),N=x(f(s)),C={};Ze.Fragment=k,Ze.jsx=function(e,r,t,n,d){var l=1e4>g.recentlyCreatedOwnerStacks++;return R(e,r,t,!1,n,d,l?Error("react-stack-top-frame"):O,l?x(f(e)):N)},Ze.jsxs=function(e,r,t,n,d){var l=1e4>g.recentlyCreatedOwnerStacks++;return R(e,r,t,!0,n,d,l?Error("react-stack-top-frame"):O,l?x(f(e)):N)}})()),Ze}var Mt;function na(){return Mt||(Mt=1,process.env.NODE_ENV==="production"?_r.exports=ra():_r.exports=ta()),_r.exports}na();q.cva("inline-flex items-center justify-center gap-2 whitespace-nowrap rounded-md text-sm font-medium transition-all disabled:pointer-events-none disabled:opacity-50 [&_svg]:pointer-events-none [&_svg:not([class*='size-'])]:size-4 shrink-0 [&_svg]:shrink-0 outline-none focus-visible:border-ring focus-visible:ring-ring/50 focus-visible:ring-[3px] aria-invalid:ring-destructive/20 dark:aria-invalid:ring-destructive/40 aria-invalid:border-destructive",{variants:{variant:{default:"bg-primary text-primary-foreground shadow-xs hover:bg-primary/90",destructive:"bg-destructive text-white shadow-xs hover:bg-destructive/90 focus-visible:ring-destructive/20 dark:focus-visible:ring-destructive/40 dark:bg-destructive/60",outline:"border bg-background shadow-xs hover:bg-accent hover:text-accent-foreground dark:bg-input/30 dark:border-input dark:hover:bg-input/50",secondary:"bg-secondary text-secondary-foreground shadow-xs hover:bg-secondary/80",ghost:"hover:bg-accent hover:text-accent-foreground dark:hover:bg-accent/50",link:"text-primary underline-offset-4 hover:underline"},size:{default:"h-9 px-4 py-2 has-[>svg]:px-3",sm:"h-8 rounded-md gap-1.5 px-3 has-[>svg]:px-2.5",lg:"h-10 rounded-md px-6 has-[>svg]:px-4",icon:"size-9"}},defaultVariants:{variant:"default",size:"default"}});var wr={exports:{}},Re={};/**
464
- * @license React
465
- * react-jsx-runtime.production.js
466
- *
467
- * Copyright (c) Meta Platforms, Inc. and affiliates.
468
- *
469
- * This source code is licensed under the MIT license found in the
470
- * LICENSE file in the root directory of this source tree.
471
- */var Lt;function oa(){if(Lt)return Re;Lt=1;var a=Symbol.for("react.transitional.element"),c=Symbol.for("react.fragment");function u(f,i,s){var y=null;if(s!==void 0&&(y=""+s),i.key!==void 0&&(y=""+i.key),"key"in i){s={};for(var b in i)b!=="key"&&(s[b]=i[b])}else s=i;return i=s.ref,{$$typeof:a,type:f,key:y,ref:i!==void 0?i:null,props:s}}return Re.Fragment=c,Re.jsx=u,Re.jsxs=u,Re}var Qe={};/**
472
- * @license React
473
- * react-jsx-runtime.development.js
474
- *
475
- * Copyright (c) Meta Platforms, Inc. and affiliates.
476
- *
477
- * This source code is licensed under the MIT license found in the
478
- * LICENSE file in the root directory of this source tree.
479
- */var Wt;function aa(){return Wt||(Wt=1,process.env.NODE_ENV!=="production"&&(function(){function a(e){if(e==null)return null;if(typeof e=="function")return e.$$typeof===Y?null:e.displayName||e.name||null;if(typeof e=="string")return e;switch(e){case k:return"Fragment";case M:return"Profiler";case V:return"StrictMode";case J:return"Suspense";case F:return"SuspenseList";case K:return"Activity"}if(typeof e=="object")switch(typeof e.tag=="number"&&console.error("Received an unexpected object in getComponentNameFromType(). This is likely a bug in React. Please file an issue."),e.$$typeof){case U:return"Portal";case L:return(e.displayName||"Context")+".Provider";case I:return(e._context.displayName||"Context")+".Consumer";case W:var r=e.render;return e=e.displayName,e||(e=r.displayName||r.name||"",e=e!==""?"ForwardRef("+e+")":"ForwardRef"),e;case X:return r=e.displayName||null,r!==null?r:a(e.type)||"Memo";case P:r=e._payload,e=e._init;try{return a(e(r))}catch{}}return null}function c(e){return""+e}function u(e){try{c(e);var r=!1}catch{r=!0}if(r){r=console;var t=r.error,n=typeof Symbol=="function"&&Symbol.toStringTag&&e[Symbol.toStringTag]||e.constructor.name||"Object";return t.call(r,"The provided key is an unsupported type %s. This value must be coerced to a string before using it here.",n),c(e)}}function f(e){if(e===k)return"<>";if(typeof e=="object"&&e!==null&&e.$$typeof===P)return"<...>";try{var r=a(e);return r?"<"+r+">":"<...>"}catch{return"<...>"}}function i(){var e=g.A;return e===null?null:e.getOwner()}function s(){return Error("react-stack-top-frame")}function y(e){if(z.call(e,"key")){var r=Object.getOwnPropertyDescriptor(e,"key").get;if(r&&r.isReactWarning)return!1}return e.key!==void 0}function b(e,r){function t(){h||(h=!0,console.error("%s: `key` is not a prop. Trying to access it will result in `undefined` being returned. If you need to access the same value within the child component, you should pass it as a different prop. (https://react.dev/link/special-props)",r))}t.isReactWarning=!0,Object.defineProperty(e,"key",{get:t,configurable:!0})}function A(){var e=a(this.type);return j[e]||(j[e]=!0,console.error("Accessing element.ref was removed in React 19. ref is now a regular prop. It will be removed from the JSX Element type in a future release.")),e=this.props.ref,e!==void 0?e:null}function D(e,r,t,n,d,l,S,_){return t=l.ref,e={$$typeof:E,type:e,key:r,props:l,_owner:d},(t!==void 0?t:null)!==null?Object.defineProperty(e,"ref",{enumerable:!1,get:A}):Object.defineProperty(e,"ref",{enumerable:!1,value:null}),e._store={},Object.defineProperty(e._store,"validated",{configurable:!1,enumerable:!1,writable:!0,value:0}),Object.defineProperty(e,"_debugInfo",{configurable:!1,enumerable:!1,writable:!0,value:null}),Object.defineProperty(e,"_debugStack",{configurable:!1,enumerable:!1,writable:!0,value:S}),Object.defineProperty(e,"_debugTask",{configurable:!1,enumerable:!1,writable:!0,value:_}),Object.freeze&&(Object.freeze(e.props),Object.freeze(e)),e}function R(e,r,t,n,d,l,S,_){var o=r.children;if(o!==void 0)if(n)if($(o)){for(n=0;n<o.length;n++)T(o[n]);Object.freeze&&Object.freeze(o)}else console.error("React.jsx: Static children should always be an array. You are likely explicitly calling React.jsxs or React.jsxDEV. Use the Babel transform instead.");else T(o);if(z.call(r,"key")){o=a(e);var p=Object.keys(r).filter(function(G){return G!=="key"});n=0<p.length?"{key: someKey, "+p.join(": ..., ")+": ...}":"{key: someKey}",C[o+n]||(p=0<p.length?"{"+p.join(": ..., ")+": ...}":"{}",console.error(`A props object containing a "key" prop is being spread into JSX:
480
- let props = %s;
481
- <%s {...props} />
482
- React keys must be passed directly to JSX without using spread:
483
- let props = %s;
484
- <%s key={someKey} {...props} />`,n,o,p,o),C[o+n]=!0)}if(o=null,t!==void 0&&(u(t),o=""+t),y(r)&&(u(r.key),o=""+r.key),"key"in r){t={};for(var w in r)w!=="key"&&(t[w]=r[w])}else t=r;return o&&b(t,typeof e=="function"?e.displayName||e.name||"Unknown":e),D(e,o,l,d,i(),t,S,_)}function T(e){typeof e=="object"&&e!==null&&e.$$typeof===E&&e._store&&(e._store.validated=1)}var v=B,E=Symbol.for("react.transitional.element"),U=Symbol.for("react.portal"),k=Symbol.for("react.fragment"),V=Symbol.for("react.strict_mode"),M=Symbol.for("react.profiler"),I=Symbol.for("react.consumer"),L=Symbol.for("react.context"),W=Symbol.for("react.forward_ref"),J=Symbol.for("react.suspense"),F=Symbol.for("react.suspense_list"),X=Symbol.for("react.memo"),P=Symbol.for("react.lazy"),K=Symbol.for("react.activity"),Y=Symbol.for("react.client.reference"),g=v.__CLIENT_INTERNALS_DO_NOT_USE_OR_WARN_USERS_THEY_CANNOT_UPGRADE,z=Object.prototype.hasOwnProperty,$=Array.isArray,x=console.createTask?console.createTask:function(){return null};v={react_stack_bottom_frame:function(e){return e()}};var h,j={},O=v.react_stack_bottom_frame.bind(v,s)(),N=x(f(s)),C={};Qe.Fragment=k,Qe.jsx=function(e,r,t,n,d){var l=1e4>g.recentlyCreatedOwnerStacks++;return R(e,r,t,!1,n,d,l?Error("react-stack-top-frame"):O,l?x(f(e)):N)},Qe.jsxs=function(e,r,t,n,d){var l=1e4>g.recentlyCreatedOwnerStacks++;return R(e,r,t,!0,n,d,l?Error("react-stack-top-frame"):O,l?x(f(e)):N)}})()),Qe}var Jt;function ia(){return Jt||(Jt=1,process.env.NODE_ENV==="production"?wr.exports=oa():wr.exports=aa()),wr.exports}ia();q.cva("inline-flex items-center justify-center gap-2 whitespace-nowrap rounded-md text-sm font-medium transition-all disabled:pointer-events-none disabled:opacity-50 [&_svg]:pointer-events-none [&_svg:not([class*='size-'])]:size-4 shrink-0 [&_svg]:shrink-0 outline-none focus-visible:border-ring focus-visible:ring-ring/50 focus-visible:ring-[3px] aria-invalid:ring-destructive/20 dark:aria-invalid:ring-destructive/40 aria-invalid:border-destructive",{variants:{variant:{default:"bg-primary text-primary-foreground shadow-xs hover:bg-primary/90",destructive:"bg-destructive text-white shadow-xs hover:bg-destructive/90 focus-visible:ring-destructive/20 dark:focus-visible:ring-destructive/40 dark:bg-destructive/60",outline:"border bg-background shadow-xs hover:bg-accent hover:text-accent-foreground dark:bg-input/30 dark:border-input dark:hover:bg-input/50",secondary:"bg-secondary text-secondary-foreground shadow-xs hover:bg-secondary/80",ghost:"hover:bg-accent hover:text-accent-foreground dark:hover:bg-accent/50",link:"text-primary underline-offset-4 hover:underline"},size:{default:"h-9 px-4 py-2 has-[>svg]:px-3",sm:"h-8 rounded-md gap-1.5 px-3 has-[>svg]:px-2.5",lg:"h-10 rounded-md px-6 has-[>svg]:px-4",icon:"size-9"}},defaultVariants:{variant:"default",size:"default"}});var jr={exports:{}},Te={};/**
485
- * @license React
486
- * react-jsx-runtime.production.js
487
- *
488
- * Copyright (c) Meta Platforms, Inc. and affiliates.
489
- *
490
- * This source code is licensed under the MIT license found in the
491
- * LICENSE file in the root directory of this source tree.
492
- */var Xt;function sa(){if(Xt)return Te;Xt=1;var a=Symbol.for("react.transitional.element"),c=Symbol.for("react.fragment");function u(f,i,s){var y=null;if(s!==void 0&&(y=""+s),i.key!==void 0&&(y=""+i.key),"key"in i){s={};for(var b in i)b!=="key"&&(s[b]=i[b])}else s=i;return i=s.ref,{$$typeof:a,type:f,key:y,ref:i!==void 0?i:null,props:s}}return Te.Fragment=c,Te.jsx=u,Te.jsxs=u,Te}var er={};/**
493
- * @license React
494
- * react-jsx-runtime.development.js
495
- *
496
- * Copyright (c) Meta Platforms, Inc. and affiliates.
497
- *
498
- * This source code is licensed under the MIT license found in the
499
- * LICENSE file in the root directory of this source tree.
500
- */var Kt;function la(){return Kt||(Kt=1,process.env.NODE_ENV!=="production"&&(function(){function a(e){if(e==null)return null;if(typeof e=="function")return e.$$typeof===Y?null:e.displayName||e.name||null;if(typeof e=="string")return e;switch(e){case k:return"Fragment";case M:return"Profiler";case V:return"StrictMode";case J:return"Suspense";case F:return"SuspenseList";case K:return"Activity"}if(typeof e=="object")switch(typeof e.tag=="number"&&console.error("Received an unexpected object in getComponentNameFromType(). This is likely a bug in React. Please file an issue."),e.$$typeof){case U:return"Portal";case L:return(e.displayName||"Context")+".Provider";case I:return(e._context.displayName||"Context")+".Consumer";case W:var r=e.render;return e=e.displayName,e||(e=r.displayName||r.name||"",e=e!==""?"ForwardRef("+e+")":"ForwardRef"),e;case X:return r=e.displayName||null,r!==null?r:a(e.type)||"Memo";case P:r=e._payload,e=e._init;try{return a(e(r))}catch{}}return null}function c(e){return""+e}function u(e){try{c(e);var r=!1}catch{r=!0}if(r){r=console;var t=r.error,n=typeof Symbol=="function"&&Symbol.toStringTag&&e[Symbol.toStringTag]||e.constructor.name||"Object";return t.call(r,"The provided key is an unsupported type %s. This value must be coerced to a string before using it here.",n),c(e)}}function f(e){if(e===k)return"<>";if(typeof e=="object"&&e!==null&&e.$$typeof===P)return"<...>";try{var r=a(e);return r?"<"+r+">":"<...>"}catch{return"<...>"}}function i(){var e=g.A;return e===null?null:e.getOwner()}function s(){return Error("react-stack-top-frame")}function y(e){if(z.call(e,"key")){var r=Object.getOwnPropertyDescriptor(e,"key").get;if(r&&r.isReactWarning)return!1}return e.key!==void 0}function b(e,r){function t(){h||(h=!0,console.error("%s: `key` is not a prop. Trying to access it will result in `undefined` being returned. If you need to access the same value within the child component, you should pass it as a different prop. (https://react.dev/link/special-props)",r))}t.isReactWarning=!0,Object.defineProperty(e,"key",{get:t,configurable:!0})}function A(){var e=a(this.type);return j[e]||(j[e]=!0,console.error("Accessing element.ref was removed in React 19. ref is now a regular prop. It will be removed from the JSX Element type in a future release.")),e=this.props.ref,e!==void 0?e:null}function D(e,r,t,n,d,l,S,_){return t=l.ref,e={$$typeof:E,type:e,key:r,props:l,_owner:d},(t!==void 0?t:null)!==null?Object.defineProperty(e,"ref",{enumerable:!1,get:A}):Object.defineProperty(e,"ref",{enumerable:!1,value:null}),e._store={},Object.defineProperty(e._store,"validated",{configurable:!1,enumerable:!1,writable:!0,value:0}),Object.defineProperty(e,"_debugInfo",{configurable:!1,enumerable:!1,writable:!0,value:null}),Object.defineProperty(e,"_debugStack",{configurable:!1,enumerable:!1,writable:!0,value:S}),Object.defineProperty(e,"_debugTask",{configurable:!1,enumerable:!1,writable:!0,value:_}),Object.freeze&&(Object.freeze(e.props),Object.freeze(e)),e}function R(e,r,t,n,d,l,S,_){var o=r.children;if(o!==void 0)if(n)if($(o)){for(n=0;n<o.length;n++)T(o[n]);Object.freeze&&Object.freeze(o)}else console.error("React.jsx: Static children should always be an array. You are likely explicitly calling React.jsxs or React.jsxDEV. Use the Babel transform instead.");else T(o);if(z.call(r,"key")){o=a(e);var p=Object.keys(r).filter(function(G){return G!=="key"});n=0<p.length?"{key: someKey, "+p.join(": ..., ")+": ...}":"{key: someKey}",C[o+n]||(p=0<p.length?"{"+p.join(": ..., ")+": ...}":"{}",console.error(`A props object containing a "key" prop is being spread into JSX:
501
- let props = %s;
502
- <%s {...props} />
503
- React keys must be passed directly to JSX without using spread:
504
- let props = %s;
505
- <%s key={someKey} {...props} />`,n,o,p,o),C[o+n]=!0)}if(o=null,t!==void 0&&(u(t),o=""+t),y(r)&&(u(r.key),o=""+r.key),"key"in r){t={};for(var w in r)w!=="key"&&(t[w]=r[w])}else t=r;return o&&b(t,typeof e=="function"?e.displayName||e.name||"Unknown":e),D(e,o,l,d,i(),t,S,_)}function T(e){typeof e=="object"&&e!==null&&e.$$typeof===E&&e._store&&(e._store.validated=1)}var v=B,E=Symbol.for("react.transitional.element"),U=Symbol.for("react.portal"),k=Symbol.for("react.fragment"),V=Symbol.for("react.strict_mode"),M=Symbol.for("react.profiler"),I=Symbol.for("react.consumer"),L=Symbol.for("react.context"),W=Symbol.for("react.forward_ref"),J=Symbol.for("react.suspense"),F=Symbol.for("react.suspense_list"),X=Symbol.for("react.memo"),P=Symbol.for("react.lazy"),K=Symbol.for("react.activity"),Y=Symbol.for("react.client.reference"),g=v.__CLIENT_INTERNALS_DO_NOT_USE_OR_WARN_USERS_THEY_CANNOT_UPGRADE,z=Object.prototype.hasOwnProperty,$=Array.isArray,x=console.createTask?console.createTask:function(){return null};v={react_stack_bottom_frame:function(e){return e()}};var h,j={},O=v.react_stack_bottom_frame.bind(v,s)(),N=x(f(s)),C={};er.Fragment=k,er.jsx=function(e,r,t,n,d){var l=1e4>g.recentlyCreatedOwnerStacks++;return R(e,r,t,!1,n,d,l?Error("react-stack-top-frame"):O,l?x(f(e)):N)},er.jsxs=function(e,r,t,n,d){var l=1e4>g.recentlyCreatedOwnerStacks++;return R(e,r,t,!0,n,d,l?Error("react-stack-top-frame"):O,l?x(f(e)):N)}})()),er}var Yt;function ca(){return Yt||(Yt=1,process.env.NODE_ENV==="production"?jr.exports=sa():jr.exports=la()),jr.exports}ca();q.cva("inline-flex items-center justify-center gap-2 whitespace-nowrap rounded-md text-sm font-medium transition-all disabled:pointer-events-none disabled:opacity-50 [&_svg]:pointer-events-none [&_svg:not([class*='size-'])]:size-4 shrink-0 [&_svg]:shrink-0 outline-none focus-visible:border-ring focus-visible:ring-ring/50 focus-visible:ring-[3px] aria-invalid:ring-destructive/20 dark:aria-invalid:ring-destructive/40 aria-invalid:border-destructive",{variants:{variant:{default:"bg-primary text-primary-foreground shadow-xs hover:bg-primary/90",destructive:"bg-destructive text-white shadow-xs hover:bg-destructive/90 focus-visible:ring-destructive/20 dark:focus-visible:ring-destructive/40 dark:bg-destructive/60",outline:"border bg-background shadow-xs hover:bg-accent hover:text-accent-foreground dark:bg-input/30 dark:border-input dark:hover:bg-input/50",secondary:"bg-secondary text-secondary-foreground shadow-xs hover:bg-secondary/80",ghost:"hover:bg-accent hover:text-accent-foreground dark:hover:bg-accent/50",link:"text-primary underline-offset-4 hover:underline"},size:{default:"h-9 px-4 py-2 has-[>svg]:px-3",sm:"h-8 rounded-md gap-1.5 px-3 has-[>svg]:px-2.5",lg:"h-10 rounded-md px-6 has-[>svg]:px-4",icon:"size-9"}},defaultVariants:{variant:"default",size:"default"}});function ua({id:a}){const{attributes:c,listeners:u}=Ee.useSortable({id:a});return m.jsxs(Hn,{...c,...u,variant:"ghost",size:"icon",className:"text-muted-foreground size-7 hover:bg-transparent cursor-pointer",children:[m.jsx(te.IconGripVertical,{className:"text-muted-foreground size-3"}),m.jsx("span",{className:"sr-only",children:"Drag to reorder"})]})}exports.Button=oe;exports.DataTable=Ln;exports.DefaultDropdownMenuTrigger=Fn;exports.DragHandle=ua;exports.DraggableRow=yn;exports.DropdownMenu=Or;exports.DropdownMenuCheckboxItem=rn;exports.DropdownMenuContent=Nr;exports.DropdownMenuGroup=En;exports.DropdownMenuItem=Pn;exports.DropdownMenuLabel=zn;exports.DropdownMenuPortal=Tn;exports.DropdownMenuRadioGroup=tn;exports.DropdownMenuRadioItem=nn;exports.DropdownMenuSeparator=Cn;exports.DropdownMenuShortcut=$n;exports.DropdownMenuSub=An;exports.DropdownMenuSubContent=In;exports.DropdownMenuSubTrigger=Dn;exports.DropdownMenuTrigger=tr;exports.Input=dn;exports.Label=pn;exports.Select=on;exports.SelectContent=ln;exports.SelectGroup=Un;exports.SelectItem=cn;exports.SelectLabel=Vn;exports.SelectScrollDownButton=fn;exports.SelectScrollUpButton=un;exports.SelectSeparator=Mn;exports.SelectTrigger=sn;exports.SelectValue=an;exports.Table=qt;exports.TableBody=Qt;exports.TableCaption=Rn;exports.TableCell=Tr;exports.TableFooter=Nn;exports.TableHead=en;exports.TableHeader=Zt;exports.TableRow=rr;