@szum-tech/design-system 3.21.7 → 3.21.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 (138) hide show
  1. package/README.md +21 -5
  2. package/dist/{chunk-FYSQQPC6.js → chunk-43IXYEYA.js} +1 -1
  3. package/dist/{chunk-C2HH7ICU.cjs → chunk-BAYBHQGJ.cjs} +1 -1
  4. package/dist/{chunk-Q4M2CRV6.js → chunk-CRJQVA4Q.js} +1 -1
  5. package/dist/chunk-MVWZMKOP.js +1 -0
  6. package/dist/chunk-PO4A6PNA.cjs +1 -0
  7. package/dist/{chunk-PRGL4UAY.cjs → chunk-UC77R6EW.cjs} +1 -1
  8. package/dist/components/accordion/index.d.cts +4 -5
  9. package/dist/components/accordion/index.d.ts +4 -5
  10. package/dist/components/alert/index.d.cts +3 -4
  11. package/dist/components/alert/index.d.ts +3 -4
  12. package/dist/components/alert-dialog/index.d.cts +10 -11
  13. package/dist/components/alert-dialog/index.d.ts +10 -11
  14. package/dist/components/avatar/index.d.cts +3 -4
  15. package/dist/components/avatar/index.d.ts +3 -4
  16. package/dist/components/badge/index.d.cts +3 -4
  17. package/dist/components/badge/index.d.ts +3 -4
  18. package/dist/components/badge-overflow/index.d.cts +1 -2
  19. package/dist/components/badge-overflow/index.d.ts +1 -2
  20. package/dist/components/breadcrump/index.d.cts +7 -8
  21. package/dist/components/breadcrump/index.d.ts +7 -8
  22. package/dist/components/button/index.d.cts +1 -2
  23. package/dist/components/button/index.d.ts +1 -2
  24. package/dist/components/button-group/index.d.cts +3 -4
  25. package/dist/components/button-group/index.d.ts +3 -4
  26. package/dist/components/card/index.d.cts +7 -8
  27. package/dist/components/card/index.d.ts +7 -8
  28. package/dist/components/carousel/index.d.cts +5 -6
  29. package/dist/components/carousel/index.d.ts +5 -6
  30. package/dist/components/checkbox/index.d.cts +1 -2
  31. package/dist/components/checkbox/index.d.ts +1 -2
  32. package/dist/components/collapsible/index.d.cts +3 -4
  33. package/dist/components/collapsible/index.d.ts +3 -4
  34. package/dist/components/color-picker/index.d.cts +12 -13
  35. package/dist/components/color-picker/index.d.ts +12 -13
  36. package/dist/components/color-swatch/index.d.cts +1 -2
  37. package/dist/components/color-swatch/index.d.ts +1 -2
  38. package/dist/components/combobox/index.cjs +1 -1
  39. package/dist/components/combobox/index.d.cts +15 -16
  40. package/dist/components/combobox/index.d.ts +15 -16
  41. package/dist/components/combobox/index.js +1 -1
  42. package/dist/components/counting-number/index.d.cts +2 -2
  43. package/dist/components/counting-number/index.d.ts +2 -2
  44. package/dist/components/dialog/index.d.cts +8 -9
  45. package/dist/components/dialog/index.d.ts +8 -9
  46. package/dist/components/dropdown-menu/index.d.cts +15 -16
  47. package/dist/components/dropdown-menu/index.d.ts +15 -16
  48. package/dist/components/empty/index.d.cts +6 -7
  49. package/dist/components/empty/index.d.ts +6 -7
  50. package/dist/components/field/index.d.cts +10 -11
  51. package/dist/components/field/index.d.ts +10 -11
  52. package/dist/components/file-upload/index.d.cts +10 -11
  53. package/dist/components/file-upload/index.d.ts +10 -11
  54. package/dist/components/header/index.d.cts +1 -2
  55. package/dist/components/header/index.d.ts +1 -2
  56. package/dist/components/index.cjs +1 -1
  57. package/dist/components/index.d.cts +3 -4
  58. package/dist/components/index.d.ts +3 -4
  59. package/dist/components/index.js +1 -1
  60. package/dist/components/input/index.d.cts +1 -2
  61. package/dist/components/input/index.d.ts +1 -2
  62. package/dist/components/input-group/index.cjs +1 -1
  63. package/dist/components/input-group/index.d.cts +6 -7
  64. package/dist/components/input-group/index.d.ts +6 -7
  65. package/dist/components/input-group/index.js +1 -1
  66. package/dist/components/item/index.d.cts +10 -11
  67. package/dist/components/item/index.d.ts +10 -11
  68. package/dist/components/kbd/index.d.cts +2 -3
  69. package/dist/components/kbd/index.d.ts +2 -3
  70. package/dist/components/label/index.d.cts +1 -2
  71. package/dist/components/label/index.d.ts +1 -2
  72. package/dist/components/marquee/index.d.cts +1 -2
  73. package/dist/components/marquee/index.d.ts +1 -2
  74. package/dist/components/masonry/index.d.cts +2 -3
  75. package/dist/components/masonry/index.d.ts +2 -3
  76. package/dist/components/pagination/index.d.cts +7 -8
  77. package/dist/components/pagination/index.d.ts +7 -8
  78. package/dist/components/popover/index.d.cts +5 -6
  79. package/dist/components/popover/index.d.ts +5 -6
  80. package/dist/components/progress/index.d.cts +1 -2
  81. package/dist/components/progress/index.d.ts +1 -2
  82. package/dist/components/radio-group/index.d.cts +2 -3
  83. package/dist/components/radio-group/index.d.ts +2 -3
  84. package/dist/components/scroll-area/index.d.cts +2 -3
  85. package/dist/components/scroll-area/index.d.ts +2 -3
  86. package/dist/components/select/index.d.cts +6 -7
  87. package/dist/components/select/index.d.ts +6 -7
  88. package/dist/components/separator/index.d.cts +1 -2
  89. package/dist/components/separator/index.d.ts +1 -2
  90. package/dist/components/sheet/index.d.cts +8 -9
  91. package/dist/components/sheet/index.d.ts +8 -9
  92. package/dist/components/sidebar/index.d.cts +24 -25
  93. package/dist/components/sidebar/index.d.ts +24 -25
  94. package/dist/components/skeleton/index.d.cts +1 -2
  95. package/dist/components/skeleton/index.d.ts +1 -2
  96. package/dist/components/sortable/index.d.cts +3 -4
  97. package/dist/components/sortable/index.d.ts +3 -4
  98. package/dist/components/spinner/index.d.cts +1 -2
  99. package/dist/components/spinner/index.d.ts +1 -2
  100. package/dist/components/status/index.d.cts +3 -4
  101. package/dist/components/status/index.d.ts +3 -4
  102. package/dist/components/stepper/index.d.cts +11 -12
  103. package/dist/components/stepper/index.d.ts +11 -12
  104. package/dist/components/switch/index.d.cts +1 -2
  105. package/dist/components/switch/index.d.ts +1 -2
  106. package/dist/components/table/index.d.cts +8 -9
  107. package/dist/components/table/index.d.ts +8 -9
  108. package/dist/components/tabs/index.d.cts +4 -5
  109. package/dist/components/tabs/index.d.ts +4 -5
  110. package/dist/components/textarea/index.cjs +1 -1
  111. package/dist/components/textarea/index.d.cts +1 -2
  112. package/dist/components/textarea/index.d.ts +1 -2
  113. package/dist/components/textarea/index.js +1 -1
  114. package/dist/components/timeline/index.d.cts +9 -10
  115. package/dist/components/timeline/index.d.ts +9 -10
  116. package/dist/components/toaster/index.d.cts +2 -2
  117. package/dist/components/toaster/index.d.ts +2 -2
  118. package/dist/components/toggle/index.d.cts +1 -2
  119. package/dist/components/toggle/index.d.ts +1 -2
  120. package/dist/components/toggle-group/index.d.cts +2 -3
  121. package/dist/components/toggle-group/index.d.ts +2 -3
  122. package/dist/components/tooltip/index.d.cts +3 -4
  123. package/dist/components/tooltip/index.d.ts +3 -4
  124. package/dist/components/typing-text/index.d.cts +2 -2
  125. package/dist/components/typing-text/index.d.ts +2 -2
  126. package/dist/components/word-rotate/index.d.cts +2 -2
  127. package/dist/components/word-rotate/index.d.ts +2 -2
  128. package/dist/icons/index.d.cts +4 -5
  129. package/dist/icons/index.d.ts +4 -5
  130. package/dist/{popover-trigger-Cf4PPj0z.d.cts → popover-trigger-k9HHK6Iv.d.cts} +3 -4
  131. package/dist/{popover-trigger-Cf4PPj0z.d.ts → popover-trigger-k9HHK6Iv.d.ts} +3 -4
  132. package/dist/{select-Bf6XQtt-.d.cts → select-XQ8pKCV9.d.cts} +1 -2
  133. package/dist/{select-Bf6XQtt-.d.ts → select-XQ8pKCV9.d.ts} +1 -2
  134. package/dist/{tooltip-content-DqtogPBq.d.cts → tooltip-content-B29fawx9.d.cts} +1 -2
  135. package/dist/{tooltip-content-DqtogPBq.d.ts → tooltip-content-B29fawx9.d.ts} +1 -2
  136. package/package.json +22 -21
  137. package/dist/chunk-3LJTGNH7.js +0 -1
  138. package/dist/chunk-RLB6LVJ2.cjs +0 -1
package/README.md CHANGED
@@ -34,7 +34,8 @@
34
34
  ## ✨ Features
35
35
 
36
36
  - 🎨 **Modern Stack**: Ready to go with [Tailwind CSS v4+](https://tailwindcss.com/) & React 19+.
37
- - 🧩 **Extensive Kit**: Over 50+ crafted components (Carousel, Sortable, Drawers, Comboboxes, Pickers & more).
37
+ - 🧩 **Extensive Kit**: 55+ crafted components (Carousel, Sortable, Combobox, Color Picker, File Upload, Sidebar &
38
+ more).
38
39
  - ♿ **Accessible**: Built around [Radix UI](https://www.radix-ui.com/) and [@base-ui/react](https://base-ui.com/) to
39
40
  ensure WAI-ARIA compliance.
40
41
  - 🌓 **Themes**: Native support for configurable `light` and `dark` color palettes.
@@ -186,10 +187,25 @@ View it here:
186
187
 
187
188
  ### Core Dependencies
188
189
 
189
- ![NPM (prod) Dependency Version](https://img.shields.io/npm/dependency-version/%40szum-tech%2Fdesign-system/class-variance-authority)
190
- ![NPM (prod) Dependency Version](https://img.shields.io/npm/dependency-version/%40szum-tech%2Fdesign-system/clsx)
191
- ![NPM (prod) Dependency Version](https://img.shields.io/npm/dependency-version/%40szum-tech%2Fdesign-system/radix-ui)
192
- ![NPM (prod) Dependency Version](https://img.shields.io/npm/dependency-version/%40szum-tech%2Fdesign-system/tailwind-merge)
190
+ **UI primitives & icons**
191
+
192
+ ![radix-ui](https://img.shields.io/npm/dependency-version/%40szum-tech%2Fdesign-system/radix-ui)
193
+ ![@base-ui/react](https://img.shields.io/npm/dependency-version/%40szum-tech%2Fdesign-system/@base-ui/react)
194
+ ![lucide-react](https://img.shields.io/npm/dependency-version/%40szum-tech%2Fdesign-system/lucide-react)
195
+
196
+ **Styling & variants**
197
+
198
+ ![class-variance-authority](https://img.shields.io/npm/dependency-version/%40szum-tech%2Fdesign-system/class-variance-authority)
199
+ ![clsx](https://img.shields.io/npm/dependency-version/%40szum-tech%2Fdesign-system/clsx)
200
+ ![tailwind-merge](https://img.shields.io/npm/dependency-version/%40szum-tech%2Fdesign-system/tailwind-merge)
201
+ ![tailwindcss-animate](https://img.shields.io/npm/dependency-version/%40szum-tech%2Fdesign-system/tailwindcss-animate)
202
+
203
+ **Interactions & motion**
204
+
205
+ ![motion](https://img.shields.io/npm/dependency-version/%40szum-tech%2Fdesign-system/motion)
206
+ ![@dnd-kit/core](https://img.shields.io/npm/dependency-version/%40szum-tech%2Fdesign-system/@dnd-kit/core)
207
+ ![embla-carousel-react](https://img.shields.io/npm/dependency-version/%40szum-tech%2Fdesign-system/embla-carousel-react)
208
+ ![sonner](https://img.shields.io/npm/dependency-version/%40szum-tech%2Fdesign-system/sonner)
193
209
 
194
210
  ### Peer Dependencies
195
211
 
@@ -1 +1 @@
1
- import {a as a$3}from'./chunk-3LJTGNH7.js';import {a as a$2}from'./chunk-X3G5BCY6.js';import {a as a$1}from'./chunk-M7WD2A7J.js';import {a}from'./chunk-JUNHRB4B.js';import {jsx}from'react/jsx-runtime';import {cva}from'class-variance-authority';function I({className:o,invalid:t=false,...n}){return jsx("div",{"data-slot":"input-group","data-invalid":t||void 0,role:"group",className:a("group/input-group border-input dark:bg-input/30 relative flex h-8 w-full min-w-0 items-center rounded border transition-colors outline-none","has-disabled:bg-input/50 dark:has-disabled:bg-input/80 has-disabled:opacity-50","has-[[data-slot=input-group-control]:focus-visible]:border-ring has-[[data-slot=input-group-control]:focus-visible]:ring-ring/50 has-[[data-slot=input-group-control]:focus-visible]:ring-3","has-[[data-slot][aria-invalid=true]]:border-error has-[[data-slot][aria-invalid=true]]:ring-error/20 dark:has-[[data-slot][aria-invalid=true]]:ring-error/40 has-[[data-slot][aria-invalid=true]]:ring-3","data-invalid:border-error data-invalid:ring-error/20 dark:data-invalid:ring-error/40 data-invalid:ring-3","in-data-[slot=combobox-content]:focus-within:border-inherit in-data-[slot=combobox-content]:focus-within:ring-0","has-[>[data-align=block-end]]:h-auto has-[>[data-align=block-end]]:flex-col","has-[>[data-align=block-start]]:h-auto has-[>[data-align=block-start]]:flex-col has-[>textarea]:h-auto","has-[>[data-align=block-end]]:[&>input]:pt-3 has-[>[data-align=block-start]]:[&>input]:pb-3","has-[>[data-align=inline-end]]:[&>input]:pr-1.5 has-[>[data-align=inline-start]]:[&>input]:pl-1.5",o),...n})}var s=cva(["flex h-auto cursor-text items-center justify-center gap-2 py-1.5 text-sm font-medium text-muted-foreground select-none","group-data-[disabled=true]/input-group:opacity-50","[&>kbd]:rounded [&>svg:not([class*='size-'])]:size-4"],{variants:{align:{"inline-start":"order-first pl-2 has-[>button]:ml-[-0.3rem] has-[>kbd]:ml-[-0.15rem]","inline-end":"order-last pr-2 has-[>button]:mr-[-0.3rem] has-[>kbd]:mr-[-0.15rem]","block-start":"order-first w-full justify-start px-2.5 pt-2 group-has-[>input]/input-group:pt-2 [.border-b]:pb-2","block-end":"order-last w-full justify-start px-2.5 pb-2 group-has-[>input]/input-group:pb-2 [.border-t]:pt-2"}},defaultVariants:{align:"inline-start"}});function R({className:o,align:t="inline-start",...n}){return jsx("div",{"data-slot":"input-group-addon","data-align":t,className:a(s({align:t}),o),onClick:a=>{a.target.closest("button")||a.currentTarget.parentElement?.querySelector("input")?.focus();},...n})}var u=cva("flex items-center gap-2 text-sm shadow-none",{variants:{size:{xs:"h-6 gap-1 rounded-[calc(var(--radius)-3px)] px-1.5 [&>svg:not([class*='size-'])]:size-3.5",sm:"","icon-xs":"size-6 rounded-[calc(var(--radius)-3px)] p-0 has-[>svg]:p-0","icon-sm":"size-8 p-0 has-[>svg]:p-0"}},defaultVariants:{size:"xs"}});function E({className:o,type:t="button",variant:n="ghost",size:a$2="xs",...d}){return jsx(a$1,{type:t,"data-size":a$2,variant:n,className:a(u({size:a$2}),o),...d})}function M({className:o,...t}){return jsx(a$2,{"data-slot":"input-group-control",className:a("flex-1 rounded-none border-0 bg-transparent shadow-none ring-0 focus-visible:ring-0 disabled:bg-transparent aria-invalid:ring-0 dark:bg-transparent dark:disabled:bg-transparent",o),...t})}function J({className:o,...t}){return jsx("span",{"data-slot":"input-group-text",className:a("text-muted-foreground flex items-center gap-2 text-sm [&_svg]:pointer-events-none [&_svg:not([class*='size-'])]:size-4",o),...t})}function X({className:o,...t}){return jsx(a$3,{"data-slot":"input-group-control",className:a("flex-1 resize-none rounded-none border-0 bg-transparent py-2 shadow-none ring-0 focus-visible:ring-0 disabled:bg-transparent aria-invalid:ring-0 dark:bg-transparent dark:disabled:bg-transparent",o),...t})}export{I as a,R as b,E as c,M as d,J as e,X as f};
1
+ import {a as a$3}from'./chunk-MVWZMKOP.js';import {a as a$2}from'./chunk-X3G5BCY6.js';import {a as a$1}from'./chunk-M7WD2A7J.js';import {a}from'./chunk-JUNHRB4B.js';import {jsx}from'react/jsx-runtime';import {cva}from'class-variance-authority';function I({className:o,invalid:t=false,...n}){return jsx("div",{"data-slot":"input-group","data-invalid":t||void 0,role:"group",className:a("group/input-group border-input dark:bg-input/30 relative flex h-8 w-full min-w-0 items-center rounded border transition-colors outline-none","has-disabled:bg-input/50 dark:has-disabled:bg-input/80 has-disabled:opacity-50","has-[[data-slot=input-group-control]:focus-visible]:border-ring has-[[data-slot=input-group-control]:focus-visible]:ring-ring/50 has-[[data-slot=input-group-control]:focus-visible]:ring-3","has-[[data-slot][aria-invalid=true]]:border-error has-[[data-slot][aria-invalid=true]]:ring-error/20 dark:has-[[data-slot][aria-invalid=true]]:ring-error/40 has-[[data-slot][aria-invalid=true]]:ring-3","data-invalid:border-error data-invalid:ring-error/20 dark:data-invalid:ring-error/40 data-invalid:ring-3","in-data-[slot=combobox-content]:focus-within:border-inherit in-data-[slot=combobox-content]:focus-within:ring-0","has-[>[data-align=block-end]]:h-auto has-[>[data-align=block-end]]:flex-col","has-[>[data-align=block-start]]:h-auto has-[>[data-align=block-start]]:flex-col has-[>textarea]:h-auto","has-[>[data-align=block-end]]:[&>input]:pt-3 has-[>[data-align=block-start]]:[&>input]:pb-3","has-[>[data-align=inline-end]]:[&>input]:pr-1.5 has-[>[data-align=inline-start]]:[&>input]:pl-1.5",o),...n})}var s=cva(["flex h-auto cursor-text items-center justify-center gap-2 py-1.5 text-sm font-medium text-muted-foreground select-none","group-data-[disabled=true]/input-group:opacity-50","[&>kbd]:rounded [&>svg:not([class*='size-'])]:size-4"],{variants:{align:{"inline-start":"order-first pl-2 has-[>button]:ml-[-0.3rem] has-[>kbd]:ml-[-0.15rem]","inline-end":"order-last pr-2 has-[>button]:mr-[-0.3rem] has-[>kbd]:mr-[-0.15rem]","block-start":"order-first w-full justify-start px-2.5 pt-2 group-has-[>input]/input-group:pt-2 [.border-b]:pb-2","block-end":"order-last w-full justify-start px-2.5 pb-2 group-has-[>input]/input-group:pb-2 [.border-t]:pt-2"}},defaultVariants:{align:"inline-start"}});function R({className:o,align:t="inline-start",...n}){return jsx("div",{"data-slot":"input-group-addon","data-align":t,className:a(s({align:t}),o),onClick:a=>{a.target.closest("button")||a.currentTarget.parentElement?.querySelector("input")?.focus();},...n})}var u=cva("flex items-center gap-2 text-sm shadow-none",{variants:{size:{xs:"h-6 gap-1 rounded-[calc(var(--radius)-3px)] px-1.5 [&>svg:not([class*='size-'])]:size-3.5",sm:"","icon-xs":"size-6 rounded-[calc(var(--radius)-3px)] p-0 has-[>svg]:p-0","icon-sm":"size-8 p-0 has-[>svg]:p-0"}},defaultVariants:{size:"xs"}});function E({className:o,type:t="button",variant:n="ghost",size:a$2="xs",...d}){return jsx(a$1,{type:t,"data-size":a$2,variant:n,className:a(u({size:a$2}),o),...d})}function M({className:o,...t}){return jsx(a$2,{"data-slot":"input-group-control",className:a("flex-1 rounded-none border-0 bg-transparent shadow-none ring-0 focus-visible:ring-0 disabled:bg-transparent aria-invalid:ring-0 dark:bg-transparent dark:disabled:bg-transparent",o),...t})}function J({className:o,...t}){return jsx("span",{"data-slot":"input-group-text",className:a("text-muted-foreground flex items-center gap-2 text-sm [&_svg]:pointer-events-none [&_svg:not([class*='size-'])]:size-4",o),...t})}function X({className:o,...t}){return jsx(a$3,{"data-slot":"input-group-control",className:a("flex-1 resize-none rounded-none border-0 bg-transparent py-2 shadow-none ring-0 focus-visible:ring-0 disabled:bg-transparent aria-invalid:ring-0 dark:bg-transparent dark:disabled:bg-transparent",o),...t})}export{I as a,R as b,E as c,M as d,J as e,X as f};
@@ -1 +1 @@
1
- 'use strict';var chunkPRGL4UAY_cjs=require('./chunk-PRGL4UAY.cjs'),chunkVJOV24EO_cjs=require('./chunk-VJOV24EO.cjs'),chunkD5PAWOAZ_cjs=require('./chunk-D5PAWOAZ.cjs'),P=require('react'),react=require('@base-ui/react'),jsxRuntime=require('react/jsx-runtime'),lucideReact=require('lucide-react');function _interopNamespace(e){if(e&&e.__esModule)return e;var n=Object.create(null);if(e){Object.keys(e).forEach(function(k){if(k!=='default'){var d=Object.getOwnPropertyDescriptor(e,k);Object.defineProperty(n,k,d.get?d:{enumerable:true,get:function(){return e[k]}});}})}n.default=e;return Object.freeze(n)}var P__namespace=/*#__PURE__*/_interopNamespace(P);var ro=react.Combobox.Root;function eo(){return P__namespace.useRef(null)}function po({...o}){return jsxRuntime.jsx(react.Combobox.Value,{"data-slot":"combobox-value",...o})}function g({className:o,children:r,...e}){return jsxRuntime.jsxs(react.Combobox.Trigger,{"data-slot":"combobox-trigger",className:chunkD5PAWOAZ_cjs.a("[&_svg:not([class*='size-'])]:size-4",o),...e,children:[r,jsxRuntime.jsx(lucideReact.ChevronDownIcon,{className:"text-muted-foreground pointer-events-none size-4"})]})}function h({className:o,...r}){return jsxRuntime.jsx(react.Combobox.Clear,{"data-slot":"combobox-clear",render:jsxRuntime.jsx(chunkPRGL4UAY_cjs.c,{variant:"ghost",size:"icon-xs"}),className:chunkD5PAWOAZ_cjs.a(o),...r,children:jsxRuntime.jsx(lucideReact.XIcon,{className:"pointer-events-none"})})}function Go({className:o,children:r,disabled:e=false,showTrigger:i=true,showClear:b=false,...p}){return jsxRuntime.jsxs(chunkPRGL4UAY_cjs.a,{className:chunkD5PAWOAZ_cjs.a("w-auto",o),children:[jsxRuntime.jsx(react.Combobox.Input,{render:jsxRuntime.jsx(chunkPRGL4UAY_cjs.d,{disabled:e}),...p}),jsxRuntime.jsxs(chunkPRGL4UAY_cjs.b,{align:"inline-end",children:[i&&jsxRuntime.jsx(chunkPRGL4UAY_cjs.c,{size:"icon-xs",variant:"ghost",asChild:true,"data-slot":"input-group-button",className:"group-has-data-[slot=combobox-clear]/input-group:hidden data-pressed:bg-transparent",disabled:e,children:jsxRuntime.jsx(g,{})}),b&&jsxRuntime.jsx(h,{disabled:e})]}),r]})}function ko({className:o,side:r="bottom",sideOffset:e=6,align:i="start",alignOffset:b=0,anchor:p,...w}){return jsxRuntime.jsx(react.Combobox.Portal,{children:jsxRuntime.jsx(react.Combobox.Positioner,{side:r,sideOffset:e,align:i,alignOffset:b,anchor:p,className:"isolate z-50",children:jsxRuntime.jsx(react.Combobox.Popup,{"data-slot":"combobox-content","data-chips":!!p,className:chunkD5PAWOAZ_cjs.a("group/combobox-content bg-popover text-popover-foreground ring-foreground/10 data-[side=bottom]:slide-in-from-top-2 data-[side=inline-end]:slide-in-from-left-2 data-[side=inline-start]:slide-in-from-right-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 *:data-[slot=input-group]:border-input/30 *:data-[slot=input-group]:bg-input/30 data-open:animate-in data-open:fade-in-0 data-open:zoom-in-95 data-closed:animate-out data-closed:fade-out-0 data-closed:zoom-out-95 relative max-h-(--available-height) w-(--anchor-width) max-w-(--available-width) min-w-[calc(var(--anchor-width)+--spacing(7))] origin-(--transform-origin) overflow-hidden rounded shadow-md ring-1 duration-100 data-[chips=true]:min-w-(--anchor-width) *:data-[slot=input-group]:m-1 *:data-[slot=input-group]:mb-0 *:data-[slot=input-group]:h-8 *:data-[slot=input-group]:shadow-none",o),...w})})})}function Oo({className:o,...r}){return jsxRuntime.jsx(react.Combobox.List,{"data-slot":"combobox-list",className:chunkD5PAWOAZ_cjs.a("no-scrollbar max-h-[min(calc(--spacing(72)---spacing(9)),calc(var(--available-height)---spacing(9)))] scroll-py-1 overflow-y-auto overscroll-contain p-1 data-empty:p-0",o),...r})}function Mo({className:o,children:r,...e}){return jsxRuntime.jsxs(react.Combobox.Item,{"data-slot":"combobox-item",className:chunkD5PAWOAZ_cjs.a("data-highlighted:bg-accent data-highlighted:text-accent-foreground not-data-[variant=destructive]:data-highlighted:**:text-accent-foreground relative flex w-full cursor-default items-center gap-2 rounded py-1 pr-8 pl-1.5 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",o),...e,children:[r,jsxRuntime.jsx(react.Combobox.ItemIndicator,{render:jsxRuntime.jsx("span",{className:"pointer-events-none absolute right-2 flex size-4 items-center justify-center"}),children:jsxRuntime.jsx(lucideReact.CheckIcon,{className:"pointer-events-none"})})]})}function Ko({className:o,...r}){return jsxRuntime.jsx(react.Combobox.Group,{"data-slot":"combobox-group",className:chunkD5PAWOAZ_cjs.a(o),...r})}function $o({className:o,...r}){return jsxRuntime.jsx(react.Combobox.GroupLabel,{"data-slot":"combobox-label",className:chunkD5PAWOAZ_cjs.a("text-muted-foreground px-2 py-1.5 text-xs",o),...r})}function rt({...o}){return jsxRuntime.jsx(react.Combobox.Collection,{"data-slot":"combobox-collection",...o})}function at({className:o,...r}){return jsxRuntime.jsx(react.Combobox.Empty,{"data-slot":"combobox-empty",className:chunkD5PAWOAZ_cjs.a("text-muted-foreground hidden w-full justify-center py-2 text-center text-sm group-data-empty/combobox-content:flex",o),...r})}function lt({className:o,...r}){return jsxRuntime.jsx(react.Combobox.Separator,{"data-slot":"combobox-separator",className:chunkD5PAWOAZ_cjs.a("bg-border -mx-1 my-1 h-px",o),...r})}function ft({className:o,...r}){return jsxRuntime.jsx(react.Combobox.Chips,{"data-slot":"combobox-chips",className:chunkD5PAWOAZ_cjs.a("border-input focus-within:border-ring focus-within:ring-ring/50 has-aria-invalid:border-destructive has-aria-invalid:ring-destructive/20 dark:bg-input/30 dark:has-aria-invalid:border-destructive/50 dark:has-aria-invalid:ring-destructive/40 flex min-h-8 flex-wrap items-center gap-1 rounded border bg-transparent bg-clip-padding px-2.5 py-1 text-sm transition-colors focus-within:ring-3 has-aria-invalid:ring-3 has-data-[slot=combobox-chip]:px-1",o),...r})}function wt({className:o,children:r,showRemove:e=true,...i}){return jsxRuntime.jsxs(react.Combobox.Chip,{"data-slot":"combobox-chip",className:chunkD5PAWOAZ_cjs.a("bg-muted text-foreground flex h-[calc(--spacing(5.25))] w-fit items-center justify-center gap-1 rounded px-1.5 text-xs font-medium whitespace-nowrap has-disabled:pointer-events-none has-disabled:cursor-not-allowed has-disabled:opacity-50 has-data-[slot=combobox-chip-remove]:pr-0",o),...i,children:[r,e&&jsxRuntime.jsx(react.Combobox.ChipRemove,{render:jsxRuntime.jsx(chunkVJOV24EO_cjs.a,{variant:"ghost",size:"icon-xs"}),className:"-ml-1 opacity-50 hover:opacity-100","data-slot":"combobox-chip-remove",children:jsxRuntime.jsx(lucideReact.XIcon,{className:"pointer-events-none"})})]})}function Lt({className:o,...r}){return jsxRuntime.jsx(react.Combobox.Input,{"data-slot":"combobox-chip-input",className:chunkD5PAWOAZ_cjs.a("min-w-16 flex-1 outline-none",o),...r})}exports.a=ro;exports.b=eo;exports.c=po;exports.d=g;exports.e=h;exports.f=Go;exports.g=ko;exports.h=Oo;exports.i=Mo;exports.j=Ko;exports.k=$o;exports.l=rt;exports.m=at;exports.n=lt;exports.o=ft;exports.p=wt;exports.q=Lt;
1
+ 'use strict';var chunkUC77R6EW_cjs=require('./chunk-UC77R6EW.cjs'),chunkVJOV24EO_cjs=require('./chunk-VJOV24EO.cjs'),chunkD5PAWOAZ_cjs=require('./chunk-D5PAWOAZ.cjs'),P=require('react'),react=require('@base-ui/react'),jsxRuntime=require('react/jsx-runtime'),lucideReact=require('lucide-react');function _interopNamespace(e){if(e&&e.__esModule)return e;var n=Object.create(null);if(e){Object.keys(e).forEach(function(k){if(k!=='default'){var d=Object.getOwnPropertyDescriptor(e,k);Object.defineProperty(n,k,d.get?d:{enumerable:true,get:function(){return e[k]}});}})}n.default=e;return Object.freeze(n)}var P__namespace=/*#__PURE__*/_interopNamespace(P);var ro=react.Combobox.Root;function eo(){return P__namespace.useRef(null)}function po({...o}){return jsxRuntime.jsx(react.Combobox.Value,{"data-slot":"combobox-value",...o})}function g({className:o,children:r,...e}){return jsxRuntime.jsxs(react.Combobox.Trigger,{"data-slot":"combobox-trigger",className:chunkD5PAWOAZ_cjs.a("[&_svg:not([class*='size-'])]:size-4",o),...e,children:[r,jsxRuntime.jsx(lucideReact.ChevronDownIcon,{className:"text-muted-foreground pointer-events-none size-4"})]})}function h({className:o,...r}){return jsxRuntime.jsx(react.Combobox.Clear,{"data-slot":"combobox-clear",render:jsxRuntime.jsx(chunkUC77R6EW_cjs.c,{variant:"ghost",size:"icon-xs"}),className:chunkD5PAWOAZ_cjs.a(o),...r,children:jsxRuntime.jsx(lucideReact.XIcon,{className:"pointer-events-none"})})}function Go({className:o,children:r,disabled:e=false,showTrigger:i=true,showClear:b=false,...p}){return jsxRuntime.jsxs(chunkUC77R6EW_cjs.a,{className:chunkD5PAWOAZ_cjs.a("w-auto",o),children:[jsxRuntime.jsx(react.Combobox.Input,{render:jsxRuntime.jsx(chunkUC77R6EW_cjs.d,{disabled:e}),...p}),jsxRuntime.jsxs(chunkUC77R6EW_cjs.b,{align:"inline-end",children:[i&&jsxRuntime.jsx(chunkUC77R6EW_cjs.c,{size:"icon-xs",variant:"ghost",asChild:true,"data-slot":"input-group-button",className:"group-has-data-[slot=combobox-clear]/input-group:hidden data-pressed:bg-transparent",disabled:e,children:jsxRuntime.jsx(g,{})}),b&&jsxRuntime.jsx(h,{disabled:e})]}),r]})}function ko({className:o,side:r="bottom",sideOffset:e=6,align:i="start",alignOffset:b=0,anchor:p,...w}){return jsxRuntime.jsx(react.Combobox.Portal,{children:jsxRuntime.jsx(react.Combobox.Positioner,{side:r,sideOffset:e,align:i,alignOffset:b,anchor:p,className:"isolate z-50",children:jsxRuntime.jsx(react.Combobox.Popup,{"data-slot":"combobox-content","data-chips":!!p,className:chunkD5PAWOAZ_cjs.a("group/combobox-content bg-popover text-popover-foreground ring-foreground/10 data-[side=bottom]:slide-in-from-top-2 data-[side=inline-end]:slide-in-from-left-2 data-[side=inline-start]:slide-in-from-right-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 *:data-[slot=input-group]:border-input/30 *:data-[slot=input-group]:bg-input/30 data-open:animate-in data-open:fade-in-0 data-open:zoom-in-95 data-closed:animate-out data-closed:fade-out-0 data-closed:zoom-out-95 relative max-h-(--available-height) w-(--anchor-width) max-w-(--available-width) min-w-[calc(var(--anchor-width)+--spacing(7))] origin-(--transform-origin) overflow-hidden rounded shadow-md ring-1 duration-100 data-[chips=true]:min-w-(--anchor-width) *:data-[slot=input-group]:m-1 *:data-[slot=input-group]:mb-0 *:data-[slot=input-group]:h-8 *:data-[slot=input-group]:shadow-none",o),...w})})})}function Oo({className:o,...r}){return jsxRuntime.jsx(react.Combobox.List,{"data-slot":"combobox-list",className:chunkD5PAWOAZ_cjs.a("no-scrollbar max-h-[min(calc(--spacing(72)---spacing(9)),calc(var(--available-height)---spacing(9)))] scroll-py-1 overflow-y-auto overscroll-contain p-1 data-empty:p-0",o),...r})}function Mo({className:o,children:r,...e}){return jsxRuntime.jsxs(react.Combobox.Item,{"data-slot":"combobox-item",className:chunkD5PAWOAZ_cjs.a("data-highlighted:bg-accent data-highlighted:text-accent-foreground not-data-[variant=destructive]:data-highlighted:**:text-accent-foreground relative flex w-full cursor-default items-center gap-2 rounded py-1 pr-8 pl-1.5 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",o),...e,children:[r,jsxRuntime.jsx(react.Combobox.ItemIndicator,{render:jsxRuntime.jsx("span",{className:"pointer-events-none absolute right-2 flex size-4 items-center justify-center"}),children:jsxRuntime.jsx(lucideReact.CheckIcon,{className:"pointer-events-none"})})]})}function Ko({className:o,...r}){return jsxRuntime.jsx(react.Combobox.Group,{"data-slot":"combobox-group",className:chunkD5PAWOAZ_cjs.a(o),...r})}function $o({className:o,...r}){return jsxRuntime.jsx(react.Combobox.GroupLabel,{"data-slot":"combobox-label",className:chunkD5PAWOAZ_cjs.a("text-muted-foreground px-2 py-1.5 text-xs",o),...r})}function rt({...o}){return jsxRuntime.jsx(react.Combobox.Collection,{"data-slot":"combobox-collection",...o})}function at({className:o,...r}){return jsxRuntime.jsx(react.Combobox.Empty,{"data-slot":"combobox-empty",className:chunkD5PAWOAZ_cjs.a("text-muted-foreground hidden w-full justify-center py-2 text-center text-sm group-data-empty/combobox-content:flex",o),...r})}function lt({className:o,...r}){return jsxRuntime.jsx(react.Combobox.Separator,{"data-slot":"combobox-separator",className:chunkD5PAWOAZ_cjs.a("bg-border -mx-1 my-1 h-px",o),...r})}function ft({className:o,...r}){return jsxRuntime.jsx(react.Combobox.Chips,{"data-slot":"combobox-chips",className:chunkD5PAWOAZ_cjs.a("border-input focus-within:border-ring focus-within:ring-ring/50 has-aria-invalid:border-destructive has-aria-invalid:ring-destructive/20 dark:bg-input/30 dark:has-aria-invalid:border-destructive/50 dark:has-aria-invalid:ring-destructive/40 flex min-h-8 flex-wrap items-center gap-1 rounded border bg-transparent bg-clip-padding px-2.5 py-1 text-sm transition-colors focus-within:ring-3 has-aria-invalid:ring-3 has-data-[slot=combobox-chip]:px-1",o),...r})}function wt({className:o,children:r,showRemove:e=true,...i}){return jsxRuntime.jsxs(react.Combobox.Chip,{"data-slot":"combobox-chip",className:chunkD5PAWOAZ_cjs.a("bg-muted text-foreground flex h-[calc(--spacing(5.25))] w-fit items-center justify-center gap-1 rounded px-1.5 text-xs font-medium whitespace-nowrap has-disabled:pointer-events-none has-disabled:cursor-not-allowed has-disabled:opacity-50 has-data-[slot=combobox-chip-remove]:pr-0",o),...i,children:[r,e&&jsxRuntime.jsx(react.Combobox.ChipRemove,{render:jsxRuntime.jsx(chunkVJOV24EO_cjs.a,{variant:"ghost",size:"icon-xs"}),className:"-ml-1 opacity-50 hover:opacity-100","data-slot":"combobox-chip-remove",children:jsxRuntime.jsx(lucideReact.XIcon,{className:"pointer-events-none"})})]})}function Lt({className:o,...r}){return jsxRuntime.jsx(react.Combobox.Input,{"data-slot":"combobox-chip-input",className:chunkD5PAWOAZ_cjs.a("min-w-16 flex-1 outline-none",o),...r})}exports.a=ro;exports.b=eo;exports.c=po;exports.d=g;exports.e=h;exports.f=Go;exports.g=ko;exports.h=Oo;exports.i=Mo;exports.j=Ko;exports.k=$o;exports.l=rt;exports.m=at;exports.n=lt;exports.o=ft;exports.p=wt;exports.q=Lt;
@@ -1 +1 @@
1
- import {c,a as a$1,d,b}from'./chunk-FYSQQPC6.js';import {a as a$2}from'./chunk-M7WD2A7J.js';import {a}from'./chunk-JUNHRB4B.js';import*as P from'react';import {Combobox}from'@base-ui/react';import {jsx,jsxs}from'react/jsx-runtime';import {ChevronDownIcon,XIcon,CheckIcon}from'lucide-react';var ro=Combobox.Root;function eo(){return P.useRef(null)}function po({...o}){return jsx(Combobox.Value,{"data-slot":"combobox-value",...o})}function g({className:o,children:r,...e}){return jsxs(Combobox.Trigger,{"data-slot":"combobox-trigger",className:a("[&_svg:not([class*='size-'])]:size-4",o),...e,children:[r,jsx(ChevronDownIcon,{className:"text-muted-foreground pointer-events-none size-4"})]})}function h({className:o,...r}){return jsx(Combobox.Clear,{"data-slot":"combobox-clear",render:jsx(c,{variant:"ghost",size:"icon-xs"}),className:a(o),...r,children:jsx(XIcon,{className:"pointer-events-none"})})}function Go({className:o,children:r,disabled:e=false,showTrigger:i=true,showClear:b$1=false,...p}){return jsxs(a$1,{className:a("w-auto",o),children:[jsx(Combobox.Input,{render:jsx(d,{disabled:e}),...p}),jsxs(b,{align:"inline-end",children:[i&&jsx(c,{size:"icon-xs",variant:"ghost",asChild:true,"data-slot":"input-group-button",className:"group-has-data-[slot=combobox-clear]/input-group:hidden data-pressed:bg-transparent",disabled:e,children:jsx(g,{})}),b$1&&jsx(h,{disabled:e})]}),r]})}function ko({className:o,side:r="bottom",sideOffset:e=6,align:i="start",alignOffset:b=0,anchor:p,...w}){return jsx(Combobox.Portal,{children:jsx(Combobox.Positioner,{side:r,sideOffset:e,align:i,alignOffset:b,anchor:p,className:"isolate z-50",children:jsx(Combobox.Popup,{"data-slot":"combobox-content","data-chips":!!p,className:a("group/combobox-content bg-popover text-popover-foreground ring-foreground/10 data-[side=bottom]:slide-in-from-top-2 data-[side=inline-end]:slide-in-from-left-2 data-[side=inline-start]:slide-in-from-right-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 *:data-[slot=input-group]:border-input/30 *:data-[slot=input-group]:bg-input/30 data-open:animate-in data-open:fade-in-0 data-open:zoom-in-95 data-closed:animate-out data-closed:fade-out-0 data-closed:zoom-out-95 relative max-h-(--available-height) w-(--anchor-width) max-w-(--available-width) min-w-[calc(var(--anchor-width)+--spacing(7))] origin-(--transform-origin) overflow-hidden rounded shadow-md ring-1 duration-100 data-[chips=true]:min-w-(--anchor-width) *:data-[slot=input-group]:m-1 *:data-[slot=input-group]:mb-0 *:data-[slot=input-group]:h-8 *:data-[slot=input-group]:shadow-none",o),...w})})})}function Oo({className:o,...r}){return jsx(Combobox.List,{"data-slot":"combobox-list",className:a("no-scrollbar max-h-[min(calc(--spacing(72)---spacing(9)),calc(var(--available-height)---spacing(9)))] scroll-py-1 overflow-y-auto overscroll-contain p-1 data-empty:p-0",o),...r})}function Mo({className:o,children:r,...e}){return jsxs(Combobox.Item,{"data-slot":"combobox-item",className:a("data-highlighted:bg-accent data-highlighted:text-accent-foreground not-data-[variant=destructive]:data-highlighted:**:text-accent-foreground relative flex w-full cursor-default items-center gap-2 rounded py-1 pr-8 pl-1.5 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",o),...e,children:[r,jsx(Combobox.ItemIndicator,{render:jsx("span",{className:"pointer-events-none absolute right-2 flex size-4 items-center justify-center"}),children:jsx(CheckIcon,{className:"pointer-events-none"})})]})}function Ko({className:o,...r}){return jsx(Combobox.Group,{"data-slot":"combobox-group",className:a(o),...r})}function $o({className:o,...r}){return jsx(Combobox.GroupLabel,{"data-slot":"combobox-label",className:a("text-muted-foreground px-2 py-1.5 text-xs",o),...r})}function rt({...o}){return jsx(Combobox.Collection,{"data-slot":"combobox-collection",...o})}function at({className:o,...r}){return jsx(Combobox.Empty,{"data-slot":"combobox-empty",className:a("text-muted-foreground hidden w-full justify-center py-2 text-center text-sm group-data-empty/combobox-content:flex",o),...r})}function lt({className:o,...r}){return jsx(Combobox.Separator,{"data-slot":"combobox-separator",className:a("bg-border -mx-1 my-1 h-px",o),...r})}function ft({className:o,...r}){return jsx(Combobox.Chips,{"data-slot":"combobox-chips",className:a("border-input focus-within:border-ring focus-within:ring-ring/50 has-aria-invalid:border-destructive has-aria-invalid:ring-destructive/20 dark:bg-input/30 dark:has-aria-invalid:border-destructive/50 dark:has-aria-invalid:ring-destructive/40 flex min-h-8 flex-wrap items-center gap-1 rounded border bg-transparent bg-clip-padding px-2.5 py-1 text-sm transition-colors focus-within:ring-3 has-aria-invalid:ring-3 has-data-[slot=combobox-chip]:px-1",o),...r})}function wt({className:o,children:r,showRemove:e=true,...i}){return jsxs(Combobox.Chip,{"data-slot":"combobox-chip",className:a("bg-muted text-foreground flex h-[calc(--spacing(5.25))] w-fit items-center justify-center gap-1 rounded px-1.5 text-xs font-medium whitespace-nowrap has-disabled:pointer-events-none has-disabled:cursor-not-allowed has-disabled:opacity-50 has-data-[slot=combobox-chip-remove]:pr-0",o),...i,children:[r,e&&jsx(Combobox.ChipRemove,{render:jsx(a$2,{variant:"ghost",size:"icon-xs"}),className:"-ml-1 opacity-50 hover:opacity-100","data-slot":"combobox-chip-remove",children:jsx(XIcon,{className:"pointer-events-none"})})]})}function Lt({className:o,...r}){return jsx(Combobox.Input,{"data-slot":"combobox-chip-input",className:a("min-w-16 flex-1 outline-none",o),...r})}export{ro as a,eo as b,po as c,g as d,h as e,Go as f,ko as g,Oo as h,Mo as i,Ko as j,$o as k,rt as l,at as m,lt as n,ft as o,wt as p,Lt as q};
1
+ import {c,a as a$1,d,b}from'./chunk-43IXYEYA.js';import {a as a$2}from'./chunk-M7WD2A7J.js';import {a}from'./chunk-JUNHRB4B.js';import*as P from'react';import {Combobox}from'@base-ui/react';import {jsx,jsxs}from'react/jsx-runtime';import {ChevronDownIcon,XIcon,CheckIcon}from'lucide-react';var ro=Combobox.Root;function eo(){return P.useRef(null)}function po({...o}){return jsx(Combobox.Value,{"data-slot":"combobox-value",...o})}function g({className:o,children:r,...e}){return jsxs(Combobox.Trigger,{"data-slot":"combobox-trigger",className:a("[&_svg:not([class*='size-'])]:size-4",o),...e,children:[r,jsx(ChevronDownIcon,{className:"text-muted-foreground pointer-events-none size-4"})]})}function h({className:o,...r}){return jsx(Combobox.Clear,{"data-slot":"combobox-clear",render:jsx(c,{variant:"ghost",size:"icon-xs"}),className:a(o),...r,children:jsx(XIcon,{className:"pointer-events-none"})})}function Go({className:o,children:r,disabled:e=false,showTrigger:i=true,showClear:b$1=false,...p}){return jsxs(a$1,{className:a("w-auto",o),children:[jsx(Combobox.Input,{render:jsx(d,{disabled:e}),...p}),jsxs(b,{align:"inline-end",children:[i&&jsx(c,{size:"icon-xs",variant:"ghost",asChild:true,"data-slot":"input-group-button",className:"group-has-data-[slot=combobox-clear]/input-group:hidden data-pressed:bg-transparent",disabled:e,children:jsx(g,{})}),b$1&&jsx(h,{disabled:e})]}),r]})}function ko({className:o,side:r="bottom",sideOffset:e=6,align:i="start",alignOffset:b=0,anchor:p,...w}){return jsx(Combobox.Portal,{children:jsx(Combobox.Positioner,{side:r,sideOffset:e,align:i,alignOffset:b,anchor:p,className:"isolate z-50",children:jsx(Combobox.Popup,{"data-slot":"combobox-content","data-chips":!!p,className:a("group/combobox-content bg-popover text-popover-foreground ring-foreground/10 data-[side=bottom]:slide-in-from-top-2 data-[side=inline-end]:slide-in-from-left-2 data-[side=inline-start]:slide-in-from-right-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 *:data-[slot=input-group]:border-input/30 *:data-[slot=input-group]:bg-input/30 data-open:animate-in data-open:fade-in-0 data-open:zoom-in-95 data-closed:animate-out data-closed:fade-out-0 data-closed:zoom-out-95 relative max-h-(--available-height) w-(--anchor-width) max-w-(--available-width) min-w-[calc(var(--anchor-width)+--spacing(7))] origin-(--transform-origin) overflow-hidden rounded shadow-md ring-1 duration-100 data-[chips=true]:min-w-(--anchor-width) *:data-[slot=input-group]:m-1 *:data-[slot=input-group]:mb-0 *:data-[slot=input-group]:h-8 *:data-[slot=input-group]:shadow-none",o),...w})})})}function Oo({className:o,...r}){return jsx(Combobox.List,{"data-slot":"combobox-list",className:a("no-scrollbar max-h-[min(calc(--spacing(72)---spacing(9)),calc(var(--available-height)---spacing(9)))] scroll-py-1 overflow-y-auto overscroll-contain p-1 data-empty:p-0",o),...r})}function Mo({className:o,children:r,...e}){return jsxs(Combobox.Item,{"data-slot":"combobox-item",className:a("data-highlighted:bg-accent data-highlighted:text-accent-foreground not-data-[variant=destructive]:data-highlighted:**:text-accent-foreground relative flex w-full cursor-default items-center gap-2 rounded py-1 pr-8 pl-1.5 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",o),...e,children:[r,jsx(Combobox.ItemIndicator,{render:jsx("span",{className:"pointer-events-none absolute right-2 flex size-4 items-center justify-center"}),children:jsx(CheckIcon,{className:"pointer-events-none"})})]})}function Ko({className:o,...r}){return jsx(Combobox.Group,{"data-slot":"combobox-group",className:a(o),...r})}function $o({className:o,...r}){return jsx(Combobox.GroupLabel,{"data-slot":"combobox-label",className:a("text-muted-foreground px-2 py-1.5 text-xs",o),...r})}function rt({...o}){return jsx(Combobox.Collection,{"data-slot":"combobox-collection",...o})}function at({className:o,...r}){return jsx(Combobox.Empty,{"data-slot":"combobox-empty",className:a("text-muted-foreground hidden w-full justify-center py-2 text-center text-sm group-data-empty/combobox-content:flex",o),...r})}function lt({className:o,...r}){return jsx(Combobox.Separator,{"data-slot":"combobox-separator",className:a("bg-border -mx-1 my-1 h-px",o),...r})}function ft({className:o,...r}){return jsx(Combobox.Chips,{"data-slot":"combobox-chips",className:a("border-input focus-within:border-ring focus-within:ring-ring/50 has-aria-invalid:border-destructive has-aria-invalid:ring-destructive/20 dark:bg-input/30 dark:has-aria-invalid:border-destructive/50 dark:has-aria-invalid:ring-destructive/40 flex min-h-8 flex-wrap items-center gap-1 rounded border bg-transparent bg-clip-padding px-2.5 py-1 text-sm transition-colors focus-within:ring-3 has-aria-invalid:ring-3 has-data-[slot=combobox-chip]:px-1",o),...r})}function wt({className:o,children:r,showRemove:e=true,...i}){return jsxs(Combobox.Chip,{"data-slot":"combobox-chip",className:a("bg-muted text-foreground flex h-[calc(--spacing(5.25))] w-fit items-center justify-center gap-1 rounded px-1.5 text-xs font-medium whitespace-nowrap has-disabled:pointer-events-none has-disabled:cursor-not-allowed has-disabled:opacity-50 has-data-[slot=combobox-chip-remove]:pr-0",o),...i,children:[r,e&&jsx(Combobox.ChipRemove,{render:jsx(a$2,{variant:"ghost",size:"icon-xs"}),className:"-ml-1 opacity-50 hover:opacity-100","data-slot":"combobox-chip-remove",children:jsx(XIcon,{className:"pointer-events-none"})})]})}function Lt({className:o,...r}){return jsx(Combobox.Input,{"data-slot":"combobox-chip-input",className:a("min-w-16 flex-1 outline-none",o),...r})}export{ro as a,eo as b,po as c,g as d,h as e,Go as f,ko as g,Oo as h,Mo as i,Ko as j,$o as k,rt as l,at as m,lt as n,ft as o,wt as p,Lt as q};
@@ -0,0 +1 @@
1
+ import {a}from'./chunk-JUNHRB4B.js';import {jsx}from'react/jsx-runtime';function n({className:i,invalid:e=false,...r}){return jsx("textarea",{"data-slot":"textarea","aria-invalid":r["aria-invalid"]||e,className:a("border-input placeholder:text-muted-foreground focus-visible:border-ring focus-visible:ring-ring/50 disabled:bg-input/50 aria-invalid:border-error aria-invalid:ring-error/20 dark:bg-input/30 dark:disabled:bg-input/80 dark:aria-invalid:border-error/50 dark:aria-invalid:ring-error/40 flex field-sizing-content min-h-16 w-full rounded border bg-transparent px-2.5 py-2 text-base transition-colors outline-none focus-visible:ring-3 disabled:cursor-not-allowed disabled:opacity-50 aria-invalid:ring-3 md:text-sm",i),...r})}export{n as a};
@@ -0,0 +1 @@
1
+ 'use strict';var chunkD5PAWOAZ_cjs=require('./chunk-D5PAWOAZ.cjs'),jsxRuntime=require('react/jsx-runtime');function n({className:i,invalid:e=false,...r}){return jsxRuntime.jsx("textarea",{"data-slot":"textarea","aria-invalid":r["aria-invalid"]||e,className:chunkD5PAWOAZ_cjs.a("border-input placeholder:text-muted-foreground focus-visible:border-ring focus-visible:ring-ring/50 disabled:bg-input/50 aria-invalid:border-error aria-invalid:ring-error/20 dark:bg-input/30 dark:disabled:bg-input/80 dark:aria-invalid:border-error/50 dark:aria-invalid:ring-error/40 flex field-sizing-content min-h-16 w-full rounded border bg-transparent px-2.5 py-2 text-base transition-colors outline-none focus-visible:ring-3 disabled:cursor-not-allowed disabled:opacity-50 aria-invalid:ring-3 md:text-sm",i),...r})}exports.a=n;
@@ -1 +1 @@
1
- 'use strict';var chunkRLB6LVJ2_cjs=require('./chunk-RLB6LVJ2.cjs'),chunkIL2G4IA6_cjs=require('./chunk-IL2G4IA6.cjs'),chunkVJOV24EO_cjs=require('./chunk-VJOV24EO.cjs'),chunkD5PAWOAZ_cjs=require('./chunk-D5PAWOAZ.cjs'),jsxRuntime=require('react/jsx-runtime'),classVarianceAuthority=require('class-variance-authority');function I({className:o,invalid:t=false,...n}){return jsxRuntime.jsx("div",{"data-slot":"input-group","data-invalid":t||void 0,role:"group",className:chunkD5PAWOAZ_cjs.a("group/input-group border-input dark:bg-input/30 relative flex h-8 w-full min-w-0 items-center rounded border transition-colors outline-none","has-disabled:bg-input/50 dark:has-disabled:bg-input/80 has-disabled:opacity-50","has-[[data-slot=input-group-control]:focus-visible]:border-ring has-[[data-slot=input-group-control]:focus-visible]:ring-ring/50 has-[[data-slot=input-group-control]:focus-visible]:ring-3","has-[[data-slot][aria-invalid=true]]:border-error has-[[data-slot][aria-invalid=true]]:ring-error/20 dark:has-[[data-slot][aria-invalid=true]]:ring-error/40 has-[[data-slot][aria-invalid=true]]:ring-3","data-invalid:border-error data-invalid:ring-error/20 dark:data-invalid:ring-error/40 data-invalid:ring-3","in-data-[slot=combobox-content]:focus-within:border-inherit in-data-[slot=combobox-content]:focus-within:ring-0","has-[>[data-align=block-end]]:h-auto has-[>[data-align=block-end]]:flex-col","has-[>[data-align=block-start]]:h-auto has-[>[data-align=block-start]]:flex-col has-[>textarea]:h-auto","has-[>[data-align=block-end]]:[&>input]:pt-3 has-[>[data-align=block-start]]:[&>input]:pb-3","has-[>[data-align=inline-end]]:[&>input]:pr-1.5 has-[>[data-align=inline-start]]:[&>input]:pl-1.5",o),...n})}var s=classVarianceAuthority.cva(["flex h-auto cursor-text items-center justify-center gap-2 py-1.5 text-sm font-medium text-muted-foreground select-none","group-data-[disabled=true]/input-group:opacity-50","[&>kbd]:rounded [&>svg:not([class*='size-'])]:size-4"],{variants:{align:{"inline-start":"order-first pl-2 has-[>button]:ml-[-0.3rem] has-[>kbd]:ml-[-0.15rem]","inline-end":"order-last pr-2 has-[>button]:mr-[-0.3rem] has-[>kbd]:mr-[-0.15rem]","block-start":"order-first w-full justify-start px-2.5 pt-2 group-has-[>input]/input-group:pt-2 [.border-b]:pb-2","block-end":"order-last w-full justify-start px-2.5 pb-2 group-has-[>input]/input-group:pb-2 [.border-t]:pt-2"}},defaultVariants:{align:"inline-start"}});function R({className:o,align:t="inline-start",...n}){return jsxRuntime.jsx("div",{"data-slot":"input-group-addon","data-align":t,className:chunkD5PAWOAZ_cjs.a(s({align:t}),o),onClick:a=>{a.target.closest("button")||a.currentTarget.parentElement?.querySelector("input")?.focus();},...n})}var u=classVarianceAuthority.cva("flex items-center gap-2 text-sm shadow-none",{variants:{size:{xs:"h-6 gap-1 rounded-[calc(var(--radius)-3px)] px-1.5 [&>svg:not([class*='size-'])]:size-3.5",sm:"","icon-xs":"size-6 rounded-[calc(var(--radius)-3px)] p-0 has-[>svg]:p-0","icon-sm":"size-8 p-0 has-[>svg]:p-0"}},defaultVariants:{size:"xs"}});function E({className:o,type:t="button",variant:n="ghost",size:a="xs",...d}){return jsxRuntime.jsx(chunkVJOV24EO_cjs.a,{type:t,"data-size":a,variant:n,className:chunkD5PAWOAZ_cjs.a(u({size:a}),o),...d})}function M({className:o,...t}){return jsxRuntime.jsx(chunkIL2G4IA6_cjs.a,{"data-slot":"input-group-control",className:chunkD5PAWOAZ_cjs.a("flex-1 rounded-none border-0 bg-transparent shadow-none ring-0 focus-visible:ring-0 disabled:bg-transparent aria-invalid:ring-0 dark:bg-transparent dark:disabled:bg-transparent",o),...t})}function J({className:o,...t}){return jsxRuntime.jsx("span",{"data-slot":"input-group-text",className:chunkD5PAWOAZ_cjs.a("text-muted-foreground flex items-center gap-2 text-sm [&_svg]:pointer-events-none [&_svg:not([class*='size-'])]:size-4",o),...t})}function X({className:o,...t}){return jsxRuntime.jsx(chunkRLB6LVJ2_cjs.a,{"data-slot":"input-group-control",className:chunkD5PAWOAZ_cjs.a("flex-1 resize-none rounded-none border-0 bg-transparent py-2 shadow-none ring-0 focus-visible:ring-0 disabled:bg-transparent aria-invalid:ring-0 dark:bg-transparent dark:disabled:bg-transparent",o),...t})}exports.a=I;exports.b=R;exports.c=E;exports.d=M;exports.e=J;exports.f=X;
1
+ 'use strict';var chunkPO4A6PNA_cjs=require('./chunk-PO4A6PNA.cjs'),chunkIL2G4IA6_cjs=require('./chunk-IL2G4IA6.cjs'),chunkVJOV24EO_cjs=require('./chunk-VJOV24EO.cjs'),chunkD5PAWOAZ_cjs=require('./chunk-D5PAWOAZ.cjs'),jsxRuntime=require('react/jsx-runtime'),classVarianceAuthority=require('class-variance-authority');function I({className:o,invalid:t=false,...n}){return jsxRuntime.jsx("div",{"data-slot":"input-group","data-invalid":t||void 0,role:"group",className:chunkD5PAWOAZ_cjs.a("group/input-group border-input dark:bg-input/30 relative flex h-8 w-full min-w-0 items-center rounded border transition-colors outline-none","has-disabled:bg-input/50 dark:has-disabled:bg-input/80 has-disabled:opacity-50","has-[[data-slot=input-group-control]:focus-visible]:border-ring has-[[data-slot=input-group-control]:focus-visible]:ring-ring/50 has-[[data-slot=input-group-control]:focus-visible]:ring-3","has-[[data-slot][aria-invalid=true]]:border-error has-[[data-slot][aria-invalid=true]]:ring-error/20 dark:has-[[data-slot][aria-invalid=true]]:ring-error/40 has-[[data-slot][aria-invalid=true]]:ring-3","data-invalid:border-error data-invalid:ring-error/20 dark:data-invalid:ring-error/40 data-invalid:ring-3","in-data-[slot=combobox-content]:focus-within:border-inherit in-data-[slot=combobox-content]:focus-within:ring-0","has-[>[data-align=block-end]]:h-auto has-[>[data-align=block-end]]:flex-col","has-[>[data-align=block-start]]:h-auto has-[>[data-align=block-start]]:flex-col has-[>textarea]:h-auto","has-[>[data-align=block-end]]:[&>input]:pt-3 has-[>[data-align=block-start]]:[&>input]:pb-3","has-[>[data-align=inline-end]]:[&>input]:pr-1.5 has-[>[data-align=inline-start]]:[&>input]:pl-1.5",o),...n})}var s=classVarianceAuthority.cva(["flex h-auto cursor-text items-center justify-center gap-2 py-1.5 text-sm font-medium text-muted-foreground select-none","group-data-[disabled=true]/input-group:opacity-50","[&>kbd]:rounded [&>svg:not([class*='size-'])]:size-4"],{variants:{align:{"inline-start":"order-first pl-2 has-[>button]:ml-[-0.3rem] has-[>kbd]:ml-[-0.15rem]","inline-end":"order-last pr-2 has-[>button]:mr-[-0.3rem] has-[>kbd]:mr-[-0.15rem]","block-start":"order-first w-full justify-start px-2.5 pt-2 group-has-[>input]/input-group:pt-2 [.border-b]:pb-2","block-end":"order-last w-full justify-start px-2.5 pb-2 group-has-[>input]/input-group:pb-2 [.border-t]:pt-2"}},defaultVariants:{align:"inline-start"}});function R({className:o,align:t="inline-start",...n}){return jsxRuntime.jsx("div",{"data-slot":"input-group-addon","data-align":t,className:chunkD5PAWOAZ_cjs.a(s({align:t}),o),onClick:a=>{a.target.closest("button")||a.currentTarget.parentElement?.querySelector("input")?.focus();},...n})}var u=classVarianceAuthority.cva("flex items-center gap-2 text-sm shadow-none",{variants:{size:{xs:"h-6 gap-1 rounded-[calc(var(--radius)-3px)] px-1.5 [&>svg:not([class*='size-'])]:size-3.5",sm:"","icon-xs":"size-6 rounded-[calc(var(--radius)-3px)] p-0 has-[>svg]:p-0","icon-sm":"size-8 p-0 has-[>svg]:p-0"}},defaultVariants:{size:"xs"}});function E({className:o,type:t="button",variant:n="ghost",size:a="xs",...d}){return jsxRuntime.jsx(chunkVJOV24EO_cjs.a,{type:t,"data-size":a,variant:n,className:chunkD5PAWOAZ_cjs.a(u({size:a}),o),...d})}function M({className:o,...t}){return jsxRuntime.jsx(chunkIL2G4IA6_cjs.a,{"data-slot":"input-group-control",className:chunkD5PAWOAZ_cjs.a("flex-1 rounded-none border-0 bg-transparent shadow-none ring-0 focus-visible:ring-0 disabled:bg-transparent aria-invalid:ring-0 dark:bg-transparent dark:disabled:bg-transparent",o),...t})}function J({className:o,...t}){return jsxRuntime.jsx("span",{"data-slot":"input-group-text",className:chunkD5PAWOAZ_cjs.a("text-muted-foreground flex items-center gap-2 text-sm [&_svg]:pointer-events-none [&_svg:not([class*='size-'])]:size-4",o),...t})}function X({className:o,...t}){return jsxRuntime.jsx(chunkPO4A6PNA_cjs.a,{"data-slot":"input-group-control",className:chunkD5PAWOAZ_cjs.a("flex-1 resize-none rounded-none border-0 bg-transparent py-2 shadow-none ring-0 focus-visible:ring-0 disabled:bg-transparent aria-invalid:ring-0 dark:bg-transparent dark:disabled:bg-transparent",o),...t})}exports.a=I;exports.b=R;exports.c=E;exports.d=M;exports.e=J;exports.f=X;
@@ -1,17 +1,16 @@
1
- import * as react_jsx_runtime from 'react/jsx-runtime';
2
1
  import * as React from 'react';
3
2
  import { Accordion as Accordion$1 } from 'radix-ui';
4
3
 
5
4
  type AccordionProps = React.ComponentProps<typeof Accordion$1.Root>;
6
- declare function Accordion({ ...props }: AccordionProps): react_jsx_runtime.JSX.Element;
5
+ declare function Accordion({ ...props }: AccordionProps): React.JSX.Element;
7
6
 
8
7
  type AccordionContentProps = React.ComponentProps<typeof Accordion$1.Content>;
9
- declare function AccordionContent({ className, children, ...props }: AccordionContentProps): react_jsx_runtime.JSX.Element;
8
+ declare function AccordionContent({ className, children, ...props }: AccordionContentProps): React.JSX.Element;
10
9
 
11
10
  type AccordionTriggerProps = React.ComponentProps<typeof Accordion$1.Trigger>;
12
- declare function AccordionTrigger({ className, children, ...props }: AccordionTriggerProps): react_jsx_runtime.JSX.Element;
11
+ declare function AccordionTrigger({ className, children, ...props }: AccordionTriggerProps): React.JSX.Element;
13
12
 
14
13
  type AccordionItemProps = React.ComponentProps<typeof Accordion$1.Item>;
15
- declare function AccordionItem({ className, ...props }: AccordionItemProps): react_jsx_runtime.JSX.Element;
14
+ declare function AccordionItem({ className, ...props }: AccordionItemProps): React.JSX.Element;
16
15
 
17
16
  export { Accordion, AccordionContent, type AccordionContentProps, AccordionItem, type AccordionItemProps, type AccordionProps, AccordionTrigger, type AccordionTriggerProps };
@@ -1,17 +1,16 @@
1
- import * as react_jsx_runtime from 'react/jsx-runtime';
2
1
  import * as React from 'react';
3
2
  import { Accordion as Accordion$1 } from 'radix-ui';
4
3
 
5
4
  type AccordionProps = React.ComponentProps<typeof Accordion$1.Root>;
6
- declare function Accordion({ ...props }: AccordionProps): react_jsx_runtime.JSX.Element;
5
+ declare function Accordion({ ...props }: AccordionProps): React.JSX.Element;
7
6
 
8
7
  type AccordionContentProps = React.ComponentProps<typeof Accordion$1.Content>;
9
- declare function AccordionContent({ className, children, ...props }: AccordionContentProps): react_jsx_runtime.JSX.Element;
8
+ declare function AccordionContent({ className, children, ...props }: AccordionContentProps): React.JSX.Element;
10
9
 
11
10
  type AccordionTriggerProps = React.ComponentProps<typeof Accordion$1.Trigger>;
12
- declare function AccordionTrigger({ className, children, ...props }: AccordionTriggerProps): react_jsx_runtime.JSX.Element;
11
+ declare function AccordionTrigger({ className, children, ...props }: AccordionTriggerProps): React.JSX.Element;
13
12
 
14
13
  type AccordionItemProps = React.ComponentProps<typeof Accordion$1.Item>;
15
- declare function AccordionItem({ className, ...props }: AccordionItemProps): react_jsx_runtime.JSX.Element;
14
+ declare function AccordionItem({ className, ...props }: AccordionItemProps): React.JSX.Element;
16
15
 
17
16
  export { Accordion, AccordionContent, type AccordionContentProps, AccordionItem, type AccordionItemProps, type AccordionProps, AccordionTrigger, type AccordionTriggerProps };
@@ -1,4 +1,3 @@
1
- import * as react_jsx_runtime from 'react/jsx-runtime';
2
1
  import * as React from 'react';
3
2
  import { VariantProps } from 'class-variance-authority';
4
3
  import * as class_variance_authority_types from 'class-variance-authority/types';
@@ -13,12 +12,12 @@ type AlertVariant = NonNullable<AlertVariantsProps["variant"]>;
13
12
  type AlertProps = React.ComponentProps<"div"> & {
14
13
  variant?: AlertVariant;
15
14
  };
16
- declare function Alert({ className, variant, ...props }: AlertProps): react_jsx_runtime.JSX.Element;
15
+ declare function Alert({ className, variant, ...props }: AlertProps): React.JSX.Element;
17
16
 
18
17
  type AlertDescriptionProps = React.ComponentProps<"div">;
19
- declare function AlertDescription({ className, ...props }: AlertDescriptionProps): react_jsx_runtime.JSX.Element;
18
+ declare function AlertDescription({ className, ...props }: AlertDescriptionProps): React.JSX.Element;
20
19
 
21
20
  type AlertTitleProps = React.ComponentProps<"div">;
22
- declare function AlertTitle({ className, ...props }: AlertTitleProps): react_jsx_runtime.JSX.Element;
21
+ declare function AlertTitle({ className, ...props }: AlertTitleProps): React.JSX.Element;
23
22
 
24
23
  export { Alert, AlertDescription, type AlertDescriptionProps, type AlertProps, AlertTitle, type AlertTitleProps, type AlertVariant };
@@ -1,4 +1,3 @@
1
- import * as react_jsx_runtime from 'react/jsx-runtime';
2
1
  import * as React from 'react';
3
2
  import { VariantProps } from 'class-variance-authority';
4
3
  import * as class_variance_authority_types from 'class-variance-authority/types';
@@ -13,12 +12,12 @@ type AlertVariant = NonNullable<AlertVariantsProps["variant"]>;
13
12
  type AlertProps = React.ComponentProps<"div"> & {
14
13
  variant?: AlertVariant;
15
14
  };
16
- declare function Alert({ className, variant, ...props }: AlertProps): react_jsx_runtime.JSX.Element;
15
+ declare function Alert({ className, variant, ...props }: AlertProps): React.JSX.Element;
17
16
 
18
17
  type AlertDescriptionProps = React.ComponentProps<"div">;
19
- declare function AlertDescription({ className, ...props }: AlertDescriptionProps): react_jsx_runtime.JSX.Element;
18
+ declare function AlertDescription({ className, ...props }: AlertDescriptionProps): React.JSX.Element;
20
19
 
21
20
  type AlertTitleProps = React.ComponentProps<"div">;
22
- declare function AlertTitle({ className, ...props }: AlertTitleProps): react_jsx_runtime.JSX.Element;
21
+ declare function AlertTitle({ className, ...props }: AlertTitleProps): React.JSX.Element;
23
22
 
24
23
  export { Alert, AlertDescription, type AlertDescriptionProps, type AlertProps, AlertTitle, type AlertTitleProps, type AlertVariant };
@@ -1,4 +1,3 @@
1
- import * as react_jsx_runtime from 'react/jsx-runtime';
2
1
  import * as React from 'react';
3
2
  import { AlertDialog as AlertDialog$1 } from 'radix-ui';
4
3
  import { VariantProps } from 'class-variance-authority';
@@ -6,10 +5,10 @@ import * as class_variance_authority_types from 'class-variance-authority/types'
6
5
  import { ButtonProps } from '../button/index.js';
7
6
 
8
7
  type AlertDialogProps = React.ComponentProps<typeof AlertDialog$1.Root>;
9
- declare function AlertDialog(props: AlertDialogProps): react_jsx_runtime.JSX.Element;
8
+ declare function AlertDialog(props: AlertDialogProps): React.JSX.Element;
10
9
 
11
10
  type AlertDialogTriggerProps = React.ComponentProps<typeof AlertDialog$1.Trigger>;
12
- declare function AlertDialogTrigger(props: AlertDialogTriggerProps): react_jsx_runtime.JSX.Element;
11
+ declare function AlertDialogTrigger(props: AlertDialogTriggerProps): React.JSX.Element;
13
12
 
14
13
  declare const alertDialogContentVariants: (props?: {
15
14
  size?: "default" | "sm";
@@ -21,27 +20,27 @@ type AlertDialogContentSize = NonNullable<AlertDialogContentCvaProps["size"]>;
21
20
  type AlertDialogContentProps = React.ComponentProps<typeof AlertDialog$1.Content> & {
22
21
  size?: AlertDialogContentSize;
23
22
  };
24
- declare function AlertDialogContent({ className, size, ...props }: AlertDialogContentProps): react_jsx_runtime.JSX.Element;
23
+ declare function AlertDialogContent({ className, size, ...props }: AlertDialogContentProps): React.JSX.Element;
25
24
 
26
25
  type AlertDialogActionProps = React.ComponentProps<typeof AlertDialog$1.Action> & Pick<ButtonProps, "variant" | "size">;
27
- declare function AlertDialogAction({ className, variant, size, ...props }: AlertDialogActionProps): react_jsx_runtime.JSX.Element;
26
+ declare function AlertDialogAction({ className, variant, size, ...props }: AlertDialogActionProps): React.JSX.Element;
28
27
 
29
28
  type AlertDialogFooterProps = React.ComponentProps<"div">;
30
- declare function AlertDialogFooter({ className, ...props }: AlertDialogFooterProps): react_jsx_runtime.JSX.Element;
29
+ declare function AlertDialogFooter({ className, ...props }: AlertDialogFooterProps): React.JSX.Element;
31
30
 
32
31
  type AlertDialogTitleProps = React.ComponentProps<typeof AlertDialog$1.Title>;
33
- declare function AlertDialogTitle({ className, ...props }: AlertDialogTitleProps): react_jsx_runtime.JSX.Element;
32
+ declare function AlertDialogTitle({ className, ...props }: AlertDialogTitleProps): React.JSX.Element;
34
33
 
35
34
  type AlertDialogDescriptionProps = React.ComponentProps<typeof AlertDialog$1.Description>;
36
- declare function AlertDialogDescription({ className, ...props }: AlertDialogDescriptionProps): react_jsx_runtime.JSX.Element;
35
+ declare function AlertDialogDescription({ className, ...props }: AlertDialogDescriptionProps): React.JSX.Element;
37
36
 
38
37
  type AlertDialogCancelProps = React.ComponentProps<typeof AlertDialog$1.Cancel> & Pick<ButtonProps, "variant" | "size">;
39
- declare function AlertDialogCancel({ className, variant, size, ...props }: AlertDialogCancelProps): react_jsx_runtime.JSX.Element;
38
+ declare function AlertDialogCancel({ className, variant, size, ...props }: AlertDialogCancelProps): React.JSX.Element;
40
39
 
41
40
  type AlertDialogHeaderProps = React.ComponentProps<"div">;
42
- declare function AlertDialogHeader({ className, ...props }: AlertDialogHeaderProps): react_jsx_runtime.JSX.Element;
41
+ declare function AlertDialogHeader({ className, ...props }: AlertDialogHeaderProps): React.JSX.Element;
43
42
 
44
43
  type AlertDialogMediaProps = React.ComponentProps<"div">;
45
- declare function AlertDialogMedia({ className, ...props }: AlertDialogMediaProps): react_jsx_runtime.JSX.Element;
44
+ declare function AlertDialogMedia({ className, ...props }: AlertDialogMediaProps): React.JSX.Element;
46
45
 
47
46
  export { AlertDialog, AlertDialogAction, type AlertDialogActionProps, AlertDialogCancel, type AlertDialogCancelProps, AlertDialogContent, type AlertDialogContentProps, type AlertDialogContentSize, AlertDialogDescription, type AlertDialogDescriptionProps, AlertDialogFooter, type AlertDialogFooterProps, AlertDialogHeader, type AlertDialogHeaderProps, AlertDialogMedia, type AlertDialogMediaProps, type AlertDialogProps, AlertDialogTitle, type AlertDialogTitleProps, AlertDialogTrigger, type AlertDialogTriggerProps };
@@ -1,4 +1,3 @@
1
- import * as react_jsx_runtime from 'react/jsx-runtime';
2
1
  import * as React from 'react';
3
2
  import { AlertDialog as AlertDialog$1 } from 'radix-ui';
4
3
  import { VariantProps } from 'class-variance-authority';
@@ -6,10 +5,10 @@ import * as class_variance_authority_types from 'class-variance-authority/types'
6
5
  import { ButtonProps } from '../button/index.js';
7
6
 
8
7
  type AlertDialogProps = React.ComponentProps<typeof AlertDialog$1.Root>;
9
- declare function AlertDialog(props: AlertDialogProps): react_jsx_runtime.JSX.Element;
8
+ declare function AlertDialog(props: AlertDialogProps): React.JSX.Element;
10
9
 
11
10
  type AlertDialogTriggerProps = React.ComponentProps<typeof AlertDialog$1.Trigger>;
12
- declare function AlertDialogTrigger(props: AlertDialogTriggerProps): react_jsx_runtime.JSX.Element;
11
+ declare function AlertDialogTrigger(props: AlertDialogTriggerProps): React.JSX.Element;
13
12
 
14
13
  declare const alertDialogContentVariants: (props?: {
15
14
  size?: "default" | "sm";
@@ -21,27 +20,27 @@ type AlertDialogContentSize = NonNullable<AlertDialogContentCvaProps["size"]>;
21
20
  type AlertDialogContentProps = React.ComponentProps<typeof AlertDialog$1.Content> & {
22
21
  size?: AlertDialogContentSize;
23
22
  };
24
- declare function AlertDialogContent({ className, size, ...props }: AlertDialogContentProps): react_jsx_runtime.JSX.Element;
23
+ declare function AlertDialogContent({ className, size, ...props }: AlertDialogContentProps): React.JSX.Element;
25
24
 
26
25
  type AlertDialogActionProps = React.ComponentProps<typeof AlertDialog$1.Action> & Pick<ButtonProps, "variant" | "size">;
27
- declare function AlertDialogAction({ className, variant, size, ...props }: AlertDialogActionProps): react_jsx_runtime.JSX.Element;
26
+ declare function AlertDialogAction({ className, variant, size, ...props }: AlertDialogActionProps): React.JSX.Element;
28
27
 
29
28
  type AlertDialogFooterProps = React.ComponentProps<"div">;
30
- declare function AlertDialogFooter({ className, ...props }: AlertDialogFooterProps): react_jsx_runtime.JSX.Element;
29
+ declare function AlertDialogFooter({ className, ...props }: AlertDialogFooterProps): React.JSX.Element;
31
30
 
32
31
  type AlertDialogTitleProps = React.ComponentProps<typeof AlertDialog$1.Title>;
33
- declare function AlertDialogTitle({ className, ...props }: AlertDialogTitleProps): react_jsx_runtime.JSX.Element;
32
+ declare function AlertDialogTitle({ className, ...props }: AlertDialogTitleProps): React.JSX.Element;
34
33
 
35
34
  type AlertDialogDescriptionProps = React.ComponentProps<typeof AlertDialog$1.Description>;
36
- declare function AlertDialogDescription({ className, ...props }: AlertDialogDescriptionProps): react_jsx_runtime.JSX.Element;
35
+ declare function AlertDialogDescription({ className, ...props }: AlertDialogDescriptionProps): React.JSX.Element;
37
36
 
38
37
  type AlertDialogCancelProps = React.ComponentProps<typeof AlertDialog$1.Cancel> & Pick<ButtonProps, "variant" | "size">;
39
- declare function AlertDialogCancel({ className, variant, size, ...props }: AlertDialogCancelProps): react_jsx_runtime.JSX.Element;
38
+ declare function AlertDialogCancel({ className, variant, size, ...props }: AlertDialogCancelProps): React.JSX.Element;
40
39
 
41
40
  type AlertDialogHeaderProps = React.ComponentProps<"div">;
42
- declare function AlertDialogHeader({ className, ...props }: AlertDialogHeaderProps): react_jsx_runtime.JSX.Element;
41
+ declare function AlertDialogHeader({ className, ...props }: AlertDialogHeaderProps): React.JSX.Element;
43
42
 
44
43
  type AlertDialogMediaProps = React.ComponentProps<"div">;
45
- declare function AlertDialogMedia({ className, ...props }: AlertDialogMediaProps): react_jsx_runtime.JSX.Element;
44
+ declare function AlertDialogMedia({ className, ...props }: AlertDialogMediaProps): React.JSX.Element;
46
45
 
47
46
  export { AlertDialog, AlertDialogAction, type AlertDialogActionProps, AlertDialogCancel, type AlertDialogCancelProps, AlertDialogContent, type AlertDialogContentProps, type AlertDialogContentSize, AlertDialogDescription, type AlertDialogDescriptionProps, AlertDialogFooter, type AlertDialogFooterProps, AlertDialogHeader, type AlertDialogHeaderProps, AlertDialogMedia, type AlertDialogMediaProps, type AlertDialogProps, AlertDialogTitle, type AlertDialogTitleProps, AlertDialogTrigger, type AlertDialogTriggerProps };
@@ -1,14 +1,13 @@
1
- import * as react_jsx_runtime from 'react/jsx-runtime';
2
1
  import * as React from 'react';
3
2
  import { Avatar as Avatar$1 } from 'radix-ui';
4
3
 
5
4
  type AvatarProps = React.ComponentProps<typeof Avatar$1.Root>;
6
- declare function Avatar({ className, ...props }: AvatarProps): react_jsx_runtime.JSX.Element;
5
+ declare function Avatar({ className, ...props }: AvatarProps): React.JSX.Element;
7
6
 
8
7
  type AvatarImageProps = React.ComponentProps<typeof Avatar$1.Image>;
9
- declare function AvatarImage({ className, ...props }: AvatarImageProps): react_jsx_runtime.JSX.Element;
8
+ declare function AvatarImage({ className, ...props }: AvatarImageProps): React.JSX.Element;
10
9
 
11
10
  type AvatarFallbackProps = React.ComponentProps<typeof Avatar$1.Fallback>;
12
- declare function AvatarFallback({ className, ...props }: AvatarFallbackProps): react_jsx_runtime.JSX.Element;
11
+ declare function AvatarFallback({ className, ...props }: AvatarFallbackProps): React.JSX.Element;
13
12
 
14
13
  export { Avatar, AvatarFallback, type AvatarFallbackProps, AvatarImage, type AvatarImageProps, type AvatarProps };
@@ -1,14 +1,13 @@
1
- import * as react_jsx_runtime from 'react/jsx-runtime';
2
1
  import * as React from 'react';
3
2
  import { Avatar as Avatar$1 } from 'radix-ui';
4
3
 
5
4
  type AvatarProps = React.ComponentProps<typeof Avatar$1.Root>;
6
- declare function Avatar({ className, ...props }: AvatarProps): react_jsx_runtime.JSX.Element;
5
+ declare function Avatar({ className, ...props }: AvatarProps): React.JSX.Element;
7
6
 
8
7
  type AvatarImageProps = React.ComponentProps<typeof Avatar$1.Image>;
9
- declare function AvatarImage({ className, ...props }: AvatarImageProps): react_jsx_runtime.JSX.Element;
8
+ declare function AvatarImage({ className, ...props }: AvatarImageProps): React.JSX.Element;
10
9
 
11
10
  type AvatarFallbackProps = React.ComponentProps<typeof Avatar$1.Fallback>;
12
- declare function AvatarFallback({ className, ...props }: AvatarFallbackProps): react_jsx_runtime.JSX.Element;
11
+ declare function AvatarFallback({ className, ...props }: AvatarFallbackProps): React.JSX.Element;
13
12
 
14
13
  export { Avatar, AvatarFallback, type AvatarFallbackProps, AvatarImage, type AvatarImageProps, type AvatarProps };
@@ -1,4 +1,3 @@
1
- import * as react_jsx_runtime from 'react/jsx-runtime';
2
1
  import * as React from 'react';
3
2
  import React__default from 'react';
4
3
  import { VariantProps } from 'class-variance-authority';
@@ -15,14 +14,14 @@ type BadgeProps = React.ComponentProps<"span"> & {
15
14
  variant?: BadgeVariant;
16
15
  asChild?: boolean;
17
16
  };
18
- declare function Badge({ className, variant, asChild, ...props }: BadgeProps): react_jsx_runtime.JSX.Element;
17
+ declare function Badge({ className, variant, asChild, ...props }: BadgeProps): React.JSX.Element;
19
18
 
20
19
  type BadgeButtonProps = React__default.ComponentProps<"button"> & {
21
20
  asChild?: boolean;
22
21
  };
23
- declare function BadgeButton({ className, asChild, ...props }: BadgeButtonProps): react_jsx_runtime.JSX.Element;
22
+ declare function BadgeButton({ className, asChild, ...props }: BadgeButtonProps): React__default.JSX.Element;
24
23
 
25
24
  type BadgeDotProps = React.ComponentProps<"span">;
26
- declare function BadgeDot({ className, ...props }: React.ComponentProps<"span">): react_jsx_runtime.JSX.Element;
25
+ declare function BadgeDot({ className, ...props }: React.ComponentProps<"span">): React.JSX.Element;
27
26
 
28
27
  export { Badge, BadgeButton, type BadgeButtonProps, BadgeDot, type BadgeDotProps, type BadgeProps, type BadgeVariant };
@@ -1,4 +1,3 @@
1
- import * as react_jsx_runtime from 'react/jsx-runtime';
2
1
  import * as React from 'react';
3
2
  import React__default from 'react';
4
3
  import { VariantProps } from 'class-variance-authority';
@@ -15,14 +14,14 @@ type BadgeProps = React.ComponentProps<"span"> & {
15
14
  variant?: BadgeVariant;
16
15
  asChild?: boolean;
17
16
  };
18
- declare function Badge({ className, variant, asChild, ...props }: BadgeProps): react_jsx_runtime.JSX.Element;
17
+ declare function Badge({ className, variant, asChild, ...props }: BadgeProps): React.JSX.Element;
19
18
 
20
19
  type BadgeButtonProps = React__default.ComponentProps<"button"> & {
21
20
  asChild?: boolean;
22
21
  };
23
- declare function BadgeButton({ className, asChild, ...props }: BadgeButtonProps): react_jsx_runtime.JSX.Element;
22
+ declare function BadgeButton({ className, asChild, ...props }: BadgeButtonProps): React__default.JSX.Element;
24
23
 
25
24
  type BadgeDotProps = React.ComponentProps<"span">;
26
- declare function BadgeDot({ className, ...props }: React.ComponentProps<"span">): react_jsx_runtime.JSX.Element;
25
+ declare function BadgeDot({ className, ...props }: React.ComponentProps<"span">): React.JSX.Element;
27
26
 
28
27
  export { Badge, BadgeButton, type BadgeButtonProps, BadgeDot, type BadgeDotProps, type BadgeProps, type BadgeVariant };
@@ -1,4 +1,3 @@
1
- import * as react_jsx_runtime from 'react/jsx-runtime';
2
1
  import * as React from 'react';
3
2
 
4
3
  interface GetBadgeLabel<T> {
@@ -16,6 +15,6 @@ type BadgeOverflowProps<T = string> = React.ComponentProps<"div"> & (T extends o
16
15
  renderOverflow?: (count: number) => React.ReactNode;
17
16
  asChild?: boolean;
18
17
  };
19
- declare function BadgeOverflow<T = string>(props: BadgeOverflowProps<T>): react_jsx_runtime.JSX.Element;
18
+ declare function BadgeOverflow<T = string>(props: BadgeOverflowProps<T>): React.JSX.Element;
20
19
 
21
20
  export { BadgeOverflow, type BadgeOverflowProps };
@@ -1,4 +1,3 @@
1
- import * as react_jsx_runtime from 'react/jsx-runtime';
2
1
  import * as React from 'react';
3
2
 
4
3
  interface GetBadgeLabel<T> {
@@ -16,6 +15,6 @@ type BadgeOverflowProps<T = string> = React.ComponentProps<"div"> & (T extends o
16
15
  renderOverflow?: (count: number) => React.ReactNode;
17
16
  asChild?: boolean;
18
17
  };
19
- declare function BadgeOverflow<T = string>(props: BadgeOverflowProps<T>): react_jsx_runtime.JSX.Element;
18
+ declare function BadgeOverflow<T = string>(props: BadgeOverflowProps<T>): React.JSX.Element;
20
19
 
21
20
  export { BadgeOverflow, type BadgeOverflowProps };
@@ -1,21 +1,20 @@
1
- import * as react_jsx_runtime from 'react/jsx-runtime';
2
1
  import * as React from 'react';
3
2
 
4
- declare function Breadcrumb({ ...props }: React.ComponentProps<"nav">): react_jsx_runtime.JSX.Element;
3
+ declare function Breadcrumb({ ...props }: React.ComponentProps<"nav">): React.JSX.Element;
5
4
 
6
- declare function BreadcrumbList({ className, ...props }: React.ComponentProps<"ol">): react_jsx_runtime.JSX.Element;
5
+ declare function BreadcrumbList({ className, ...props }: React.ComponentProps<"ol">): React.JSX.Element;
7
6
 
8
- declare function BreadcrumbItem({ className, ...props }: React.ComponentProps<"li">): react_jsx_runtime.JSX.Element;
7
+ declare function BreadcrumbItem({ className, ...props }: React.ComponentProps<"li">): React.JSX.Element;
9
8
 
10
9
  type BreadcrumbLinkProps = React.ComponentProps<"a"> & {
11
10
  asChild?: boolean;
12
11
  };
13
- declare function BreadcrumbLink({ asChild, className, ...props }: BreadcrumbLinkProps): react_jsx_runtime.JSX.Element;
12
+ declare function BreadcrumbLink({ asChild, className, ...props }: BreadcrumbLinkProps): React.JSX.Element;
14
13
 
15
- declare function BreadcrumbPage({ className, ...props }: React.ComponentProps<"span">): react_jsx_runtime.JSX.Element;
14
+ declare function BreadcrumbPage({ className, ...props }: React.ComponentProps<"span">): React.JSX.Element;
16
15
 
17
- declare function BreadcrumbSeparator({ children, className, ...props }: React.ComponentProps<"li">): react_jsx_runtime.JSX.Element;
16
+ declare function BreadcrumbSeparator({ children, className, ...props }: React.ComponentProps<"li">): React.JSX.Element;
18
17
 
19
- declare function BreadcrumbEllipsis({ className, ...props }: React.ComponentProps<"span">): react_jsx_runtime.JSX.Element;
18
+ declare function BreadcrumbEllipsis({ className, ...props }: React.ComponentProps<"span">): React.JSX.Element;
20
19
 
21
20
  export { Breadcrumb, BreadcrumbEllipsis, BreadcrumbItem, BreadcrumbLink, type BreadcrumbLinkProps, BreadcrumbList, BreadcrumbPage, BreadcrumbSeparator };
@@ -1,21 +1,20 @@
1
- import * as react_jsx_runtime from 'react/jsx-runtime';
2
1
  import * as React from 'react';
3
2
 
4
- declare function Breadcrumb({ ...props }: React.ComponentProps<"nav">): react_jsx_runtime.JSX.Element;
3
+ declare function Breadcrumb({ ...props }: React.ComponentProps<"nav">): React.JSX.Element;
5
4
 
6
- declare function BreadcrumbList({ className, ...props }: React.ComponentProps<"ol">): react_jsx_runtime.JSX.Element;
5
+ declare function BreadcrumbList({ className, ...props }: React.ComponentProps<"ol">): React.JSX.Element;
7
6
 
8
- declare function BreadcrumbItem({ className, ...props }: React.ComponentProps<"li">): react_jsx_runtime.JSX.Element;
7
+ declare function BreadcrumbItem({ className, ...props }: React.ComponentProps<"li">): React.JSX.Element;
9
8
 
10
9
  type BreadcrumbLinkProps = React.ComponentProps<"a"> & {
11
10
  asChild?: boolean;
12
11
  };
13
- declare function BreadcrumbLink({ asChild, className, ...props }: BreadcrumbLinkProps): react_jsx_runtime.JSX.Element;
12
+ declare function BreadcrumbLink({ asChild, className, ...props }: BreadcrumbLinkProps): React.JSX.Element;
14
13
 
15
- declare function BreadcrumbPage({ className, ...props }: React.ComponentProps<"span">): react_jsx_runtime.JSX.Element;
14
+ declare function BreadcrumbPage({ className, ...props }: React.ComponentProps<"span">): React.JSX.Element;
16
15
 
17
- declare function BreadcrumbSeparator({ children, className, ...props }: React.ComponentProps<"li">): react_jsx_runtime.JSX.Element;
16
+ declare function BreadcrumbSeparator({ children, className, ...props }: React.ComponentProps<"li">): React.JSX.Element;
18
17
 
19
- declare function BreadcrumbEllipsis({ className, ...props }: React.ComponentProps<"span">): react_jsx_runtime.JSX.Element;
18
+ declare function BreadcrumbEllipsis({ className, ...props }: React.ComponentProps<"span">): React.JSX.Element;
20
19
 
21
20
  export { Breadcrumb, BreadcrumbEllipsis, BreadcrumbItem, BreadcrumbLink, type BreadcrumbLinkProps, BreadcrumbList, BreadcrumbPage, BreadcrumbSeparator };
@@ -1,4 +1,3 @@
1
- import * as react_jsx_runtime from 'react/jsx-runtime';
2
1
  import * as React from 'react';
3
2
  import { VariantProps } from 'class-variance-authority';
4
3
  import * as class_variance_authority_types from 'class-variance-authority/types';
@@ -48,6 +47,6 @@ type ButtonProps = React.ComponentProps<"button"> & {
48
47
  loadingPosition?: "start" | "end" | "center";
49
48
  asChild?: boolean;
50
49
  };
51
- declare function Button({ asChild, variant, disabled, fullWidth, loadingPosition: loadingPositionProp, children, type, loading, size, endIcon, startIcon, className, ...props }: ButtonProps): react_jsx_runtime.JSX.Element;
50
+ declare function Button({ asChild, variant, disabled, fullWidth, loadingPosition: loadingPositionProp, children, type, loading, size, endIcon, startIcon, className, ...props }: ButtonProps): React.JSX.Element;
52
51
 
53
52
  export { Button, type ButtonProps, type ButtonSizeType, type ButtonVariantType };
@@ -1,4 +1,3 @@
1
- import * as react_jsx_runtime from 'react/jsx-runtime';
2
1
  import * as React from 'react';
3
2
  import { VariantProps } from 'class-variance-authority';
4
3
  import * as class_variance_authority_types from 'class-variance-authority/types';
@@ -48,6 +47,6 @@ type ButtonProps = React.ComponentProps<"button"> & {
48
47
  loadingPosition?: "start" | "end" | "center";
49
48
  asChild?: boolean;
50
49
  };
51
- declare function Button({ asChild, variant, disabled, fullWidth, loadingPosition: loadingPositionProp, children, type, loading, size, endIcon, startIcon, className, ...props }: ButtonProps): react_jsx_runtime.JSX.Element;
50
+ declare function Button({ asChild, variant, disabled, fullWidth, loadingPosition: loadingPositionProp, children, type, loading, size, endIcon, startIcon, className, ...props }: ButtonProps): React.JSX.Element;
52
51
 
53
52
  export { Button, type ButtonProps, type ButtonSizeType, type ButtonVariantType };
@@ -1,4 +1,3 @@
1
- import * as react_jsx_runtime from 'react/jsx-runtime';
2
1
  import * as React from 'react';
3
2
  import { VariantProps } from 'class-variance-authority';
4
3
  import * as class_variance_authority_types from 'class-variance-authority/types';
@@ -15,14 +14,14 @@ type ButtonGroupOrientationType = NonNullable<ButtonGroupCvaProps["orientation"]
15
14
  type ButtonGroupProps = React.ComponentProps<"div"> & {
16
15
  orientation?: ButtonGroupOrientationType;
17
16
  };
18
- declare function ButtonGroup({ className, orientation, ...props }: ButtonGroupProps): react_jsx_runtime.JSX.Element;
17
+ declare function ButtonGroup({ className, orientation, ...props }: ButtonGroupProps): React.JSX.Element;
19
18
 
20
19
  type ButtonGroupTextProps = React.ComponentProps<"div"> & {
21
20
  asChild?: boolean;
22
21
  };
23
- declare function ButtonGroupText({ className, asChild, ...props }: ButtonGroupTextProps): react_jsx_runtime.JSX.Element;
22
+ declare function ButtonGroupText({ className, asChild, ...props }: ButtonGroupTextProps): React.JSX.Element;
24
23
 
25
24
  type ButtonGroupSeparatorProps = React.ComponentProps<typeof Separator>;
26
- declare function ButtonGroupSeparator({ className, orientation, ...props }: ButtonGroupSeparatorProps): react_jsx_runtime.JSX.Element;
25
+ declare function ButtonGroupSeparator({ className, orientation, ...props }: ButtonGroupSeparatorProps): React.JSX.Element;
27
26
 
28
27
  export { ButtonGroup, type ButtonGroupOrientationType, type ButtonGroupProps, ButtonGroupSeparator, type ButtonGroupSeparatorProps, ButtonGroupText, type ButtonGroupTextProps };