@nexus-cross/design-system 1.0.6 → 1.0.7

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 (328) hide show
  1. package/dist/chunks/{chunk-PXBZEAZQ.mjs → chunk-22O6YUYH.mjs} +1 -1
  2. package/dist/chunks/{chunk-SUIT4XKB.js → chunk-3RK3UT2O.js} +42 -11
  3. package/dist/chunks/{chunk-GN6X27QI.mjs → chunk-AAITRHED.mjs} +42 -11
  4. package/dist/chunks/{chunk-QRNHFOLG.js → chunk-OE5BAEBE.js} +1 -1
  5. package/dist/component-tokens/button.d.ts +3 -0
  6. package/dist/component-tokens/button.d.ts.map +1 -0
  7. package/dist/component-tokens/index.d.ts +3 -0
  8. package/dist/component-tokens/index.d.ts.map +1 -0
  9. package/dist/component-tokens/types.d.ts +19 -0
  10. package/dist/component-tokens/types.d.ts.map +1 -0
  11. package/dist/{accordion.d.mts → components/Accordion.d.ts} +2 -3
  12. package/dist/components/Accordion.d.ts.map +1 -0
  13. package/dist/{alert.d.mts → components/Alert.d.ts} +5 -6
  14. package/dist/components/Alert.d.ts.map +1 -0
  15. package/dist/{avatar.d.mts → components/Avatar.d.ts} +5 -6
  16. package/dist/components/Avatar.d.ts.map +1 -0
  17. package/dist/{badge.d.mts → components/Badge.d.ts} +5 -6
  18. package/dist/components/Badge.d.ts.map +1 -0
  19. package/dist/{breadcrumb.d.mts → components/Breadcrumb.d.ts} +3 -3
  20. package/dist/components/Breadcrumb.d.ts.map +1 -0
  21. package/dist/{button.d.mts → components/Button.d.ts} +5 -6
  22. package/dist/components/Button.d.ts.map +1 -0
  23. package/dist/{carousel.d.mts → components/Carousel.d.ts} +5 -6
  24. package/dist/components/Carousel.d.ts.map +1 -0
  25. package/dist/{checkbox.d.mts → components/CheckBox.d.ts} +6 -7
  26. package/dist/components/CheckBox.d.ts.map +1 -0
  27. package/dist/{chip.d.mts → components/Chip.d.ts} +6 -7
  28. package/dist/components/Chip.d.ts.map +1 -0
  29. package/dist/{client-only.d.mts → components/ClientOnly.d.ts} +4 -5
  30. package/dist/components/ClientOnly.d.ts.map +1 -0
  31. package/dist/{countdown.d.mts → components/Countdown.d.ts} +3 -3
  32. package/dist/components/Countdown.d.ts.map +1 -0
  33. package/dist/{counter.d.mts → components/Counter.d.ts} +3 -3
  34. package/dist/components/Counter.d.ts.map +1 -0
  35. package/dist/{data-list.d.mts → components/DataList.d.ts} +4 -5
  36. package/dist/components/DataList.d.ts.map +1 -0
  37. package/dist/{date-picker.d.mts → components/DatePicker.d.ts} +3 -3
  38. package/dist/components/DatePicker.d.ts.map +1 -0
  39. package/dist/{divider.d.mts → components/Divider.d.ts} +5 -6
  40. package/dist/components/Divider.d.ts.map +1 -0
  41. package/dist/{drawer.d.mts → components/Drawer.d.ts} +13 -15
  42. package/dist/components/Drawer.d.ts.map +1 -0
  43. package/dist/{dropdown-menu.d.mts → components/DropdownMenu.d.ts} +4 -4
  44. package/dist/components/DropdownMenu.d.ts.map +1 -0
  45. package/dist/{ellipsis.d.mts → components/Ellipsis.d.ts} +4 -5
  46. package/dist/components/Ellipsis.d.ts.map +1 -0
  47. package/dist/{empty-state.d.mts → components/EmptyState.d.ts} +5 -6
  48. package/dist/components/EmptyState.d.ts.map +1 -0
  49. package/dist/{error-boundary.d.mts → components/ErrorBoundary.d.ts} +4 -5
  50. package/dist/components/ErrorBoundary.d.ts.map +1 -0
  51. package/dist/{infinite-scroll.d.mts → components/InfiniteScroll.d.ts} +5 -6
  52. package/dist/components/InfiniteScroll.d.ts.map +1 -0
  53. package/dist/{marquee.d.mts → components/Marquee.d.ts} +3 -3
  54. package/dist/components/Marquee.d.ts.map +1 -0
  55. package/dist/{number-input.d.mts → components/NumberInput.d.ts} +5 -6
  56. package/dist/components/NumberInput.d.ts.map +1 -0
  57. package/dist/{nx-image.d.mts → components/NxImage.d.ts} +3 -3
  58. package/dist/components/NxImage.d.ts.map +1 -0
  59. package/dist/{pagination.d.mts → components/Pagination.d.ts} +6 -7
  60. package/dist/components/Pagination.d.ts.map +1 -0
  61. package/dist/components/Popover.d.ts +23 -0
  62. package/dist/components/Popover.d.ts.map +1 -0
  63. package/dist/{price-input.d.mts → components/PriceInput.d.ts} +5 -6
  64. package/dist/components/PriceInput.d.ts.map +1 -0
  65. package/dist/{progress.d.mts → components/Progress.d.ts} +5 -6
  66. package/dist/components/Progress.d.ts.map +1 -0
  67. package/dist/{radio-group.d.mts → components/RadioGroup.d.ts} +6 -7
  68. package/dist/components/RadioGroup.d.ts.map +1 -0
  69. package/dist/{select.d.mts → components/Select.d.ts} +7 -10
  70. package/dist/components/Select.d.ts.map +1 -0
  71. package/dist/{skeleton.d.mts → components/Skeleton.d.ts} +3 -3
  72. package/dist/components/Skeleton.d.ts.map +1 -0
  73. package/dist/{slider.d.mts → components/Slider.d.ts} +5 -6
  74. package/dist/components/Slider.d.ts.map +1 -0
  75. package/dist/{spinner.d.mts → components/Spinner.d.ts} +3 -3
  76. package/dist/components/Spinner.d.ts.map +1 -0
  77. package/dist/{stepper.d.mts → components/Stepper.d.ts} +5 -6
  78. package/dist/components/Stepper.d.ts.map +1 -0
  79. package/dist/{switch.d.mts → components/Switch.d.ts} +5 -6
  80. package/dist/components/Switch.d.ts.map +1 -0
  81. package/dist/{tab.d.mts → components/Tab.d.ts} +7 -9
  82. package/dist/components/Tab.d.ts.map +1 -0
  83. package/dist/{tag-input.d.mts → components/TagInput.d.ts} +5 -6
  84. package/dist/components/TagInput.d.ts.map +1 -0
  85. package/dist/{text-area.d.mts → components/TextArea.d.ts} +5 -6
  86. package/dist/components/TextArea.d.ts.map +1 -0
  87. package/dist/{text-input.d.mts → components/TextInput.d.ts} +5 -6
  88. package/dist/components/TextInput.d.ts.map +1 -0
  89. package/dist/{theme-provider.d.mts → components/ThemeProvider.d.ts} +3 -3
  90. package/dist/components/ThemeProvider.d.ts.map +1 -0
  91. package/dist/{toggle-group.d.mts → components/ToggleGroup.d.ts} +5 -6
  92. package/dist/components/ToggleGroup.d.ts.map +1 -0
  93. package/dist/{tooltip.d.mts → components/Tooltip.d.ts} +6 -10
  94. package/dist/components/Tooltip.d.ts.map +1 -0
  95. package/dist/{virtual-scroll.d.mts → components/VirtualScroll.d.ts} +4 -4
  96. package/dist/components/VirtualScroll.d.ts.map +1 -0
  97. package/dist/hooks/useCheckDevice.d.ts +4 -4
  98. package/dist/hooks/useCheckDevice.d.ts.map +1 -0
  99. package/dist/hooks/useClickOutside.d.ts +2 -2
  100. package/dist/hooks/useClickOutside.d.ts.map +1 -0
  101. package/dist/hooks/useDraggableBottomSheet.d.ts +3 -3
  102. package/dist/hooks/useDraggableBottomSheet.d.ts.map +1 -0
  103. package/dist/hooks/useDraggableWindow.d.ts +5 -7
  104. package/dist/hooks/useDraggableWindow.d.ts.map +1 -0
  105. package/dist/hooks/useInView.d.ts +3 -3
  106. package/dist/hooks/useInView.d.ts.map +1 -0
  107. package/dist/hooks/useModal.d.ts +48 -2
  108. package/dist/hooks/useModal.d.ts.map +1 -0
  109. package/dist/index.d.ts +100 -91
  110. package/dist/index.d.ts.map +1 -0
  111. package/dist/index.js +7 -7
  112. package/dist/index.mjs +1 -1
  113. package/dist/modal/Modal.d.ts +52 -0
  114. package/dist/modal/Modal.d.ts.map +1 -0
  115. package/dist/modal/components/ModalComponent.d.ts +22 -0
  116. package/dist/modal/components/ModalComponent.d.ts.map +1 -0
  117. package/dist/modal/components/ModalContainer.d.ts +9 -0
  118. package/dist/modal/components/ModalContainer.d.ts.map +1 -0
  119. package/dist/modal/components/ModalPortal.d.ts +8 -0
  120. package/dist/modal/components/ModalPortal.d.ts.map +1 -0
  121. package/dist/modal/components/ModalPortalTarget.d.ts +7 -0
  122. package/dist/modal/components/ModalPortalTarget.d.ts.map +1 -0
  123. package/dist/modal/components/ModalTemplate.d.ts +20 -0
  124. package/dist/modal/components/ModalTemplate.d.ts.map +1 -0
  125. package/dist/modal/components/ModalTemplate.variants.d.ts +29 -0
  126. package/dist/modal/components/ModalTemplate.variants.d.ts.map +1 -0
  127. package/dist/modal/constants.d.ts +3 -0
  128. package/dist/modal/constants.d.ts.map +1 -0
  129. package/dist/modal/index.d.ts +11 -82
  130. package/dist/modal/index.d.ts.map +1 -0
  131. package/dist/modal/types.d.ts +90 -0
  132. package/dist/modal/types.d.ts.map +1 -0
  133. package/dist/schemas/accordion.d.ts +67 -0
  134. package/dist/schemas/accordion.d.ts.map +1 -0
  135. package/dist/schemas/alert.d.ts +30 -0
  136. package/dist/schemas/alert.d.ts.map +1 -0
  137. package/dist/schemas/avatar.d.ts +30 -0
  138. package/dist/schemas/avatar.d.ts.map +1 -0
  139. package/dist/schemas/badge.d.ts +33 -0
  140. package/dist/schemas/badge.d.ts.map +1 -0
  141. package/dist/schemas/breadcrumb.d.ts +38 -0
  142. package/dist/schemas/breadcrumb.d.ts.map +1 -0
  143. package/dist/schemas/button.d.ts +42 -0
  144. package/dist/schemas/button.d.ts.map +1 -0
  145. package/dist/schemas/carousel.d.ts +48 -0
  146. package/dist/schemas/carousel.d.ts.map +1 -0
  147. package/dist/schemas/checkbox.d.ts +48 -0
  148. package/dist/schemas/checkbox.d.ts.map +1 -0
  149. package/dist/schemas/chip.d.ts +30 -0
  150. package/dist/schemas/chip.d.ts.map +1 -0
  151. package/dist/schemas/client-only.d.ts +12 -0
  152. package/dist/schemas/client-only.d.ts.map +1 -0
  153. package/dist/schemas/countdown.d.ts +52 -0
  154. package/dist/schemas/countdown.d.ts.map +1 -0
  155. package/dist/schemas/counter.d.ts +36 -0
  156. package/dist/schemas/counter.d.ts.map +1 -0
  157. package/dist/schemas/data-list.d.ts +33 -0
  158. package/dist/schemas/data-list.d.ts.map +1 -0
  159. package/dist/schemas/date-picker.d.ts +36 -0
  160. package/dist/schemas/date-picker.d.ts.map +1 -0
  161. package/dist/schemas/divider.d.ts +21 -0
  162. package/dist/schemas/divider.d.ts.map +1 -0
  163. package/dist/schemas/drawer.d.ts +95 -0
  164. package/dist/schemas/drawer.d.ts.map +1 -0
  165. package/dist/schemas/dropdown-menu.d.ts +64 -0
  166. package/dist/schemas/dropdown-menu.d.ts.map +1 -0
  167. package/dist/schemas/ellipsis.d.ts +30 -0
  168. package/dist/schemas/ellipsis.d.ts.map +1 -0
  169. package/dist/schemas/empty-state.d.ts +27 -0
  170. package/dist/schemas/empty-state.d.ts.map +1 -0
  171. package/dist/schemas/error-boundary.d.ts +15 -0
  172. package/dist/schemas/error-boundary.d.ts.map +1 -0
  173. package/dist/schemas/index.d.ts +47 -0
  174. package/dist/schemas/index.d.ts.map +1 -0
  175. package/dist/schemas/infinite-scroll.d.ts +39 -0
  176. package/dist/schemas/infinite-scroll.d.ts.map +1 -0
  177. package/dist/schemas/marquee.d.ts +27 -0
  178. package/dist/schemas/marquee.d.ts.map +1 -0
  179. package/dist/schemas/modal.d.ts +176 -0
  180. package/dist/schemas/modal.d.ts.map +1 -0
  181. package/dist/schemas/number-input.d.ts +72 -0
  182. package/dist/schemas/number-input.d.ts.map +1 -0
  183. package/dist/schemas/nx-image.d.ts +33 -0
  184. package/dist/schemas/nx-image.d.ts.map +1 -0
  185. package/dist/schemas/pagination.d.ts +27 -0
  186. package/dist/schemas/pagination.d.ts.map +1 -0
  187. package/dist/schemas/popover.d.ts +39 -0
  188. package/dist/schemas/popover.d.ts.map +1 -0
  189. package/dist/schemas/price-input.d.ts +63 -0
  190. package/dist/schemas/price-input.d.ts.map +1 -0
  191. package/dist/schemas/progress.d.ts +30 -0
  192. package/dist/schemas/progress.d.ts.map +1 -0
  193. package/dist/schemas/radio-group.d.ts +61 -0
  194. package/dist/schemas/radio-group.d.ts.map +1 -0
  195. package/dist/schemas/select.d.ts +52 -0
  196. package/dist/schemas/select.d.ts.map +1 -0
  197. package/dist/schemas/skeleton.d.ts +27 -0
  198. package/dist/schemas/skeleton.d.ts.map +1 -0
  199. package/dist/schemas/slider.d.ts +45 -0
  200. package/dist/schemas/slider.d.ts.map +1 -0
  201. package/dist/schemas/spinner.d.ts +21 -0
  202. package/dist/schemas/spinner.d.ts.map +1 -0
  203. package/dist/schemas/stepper.d.ts +39 -0
  204. package/dist/schemas/stepper.d.ts.map +1 -0
  205. package/dist/schemas/switch.d.ts +33 -0
  206. package/dist/schemas/switch.d.ts.map +1 -0
  207. package/dist/schemas/tab.d.ts +61 -0
  208. package/dist/schemas/tab.d.ts.map +1 -0
  209. package/dist/schemas/table.d.ts +113 -0
  210. package/dist/schemas/table.d.ts.map +1 -0
  211. package/dist/schemas/tag-input.d.ts +39 -0
  212. package/dist/schemas/tag-input.d.ts.map +1 -0
  213. package/dist/schemas/text-area.d.ts +69 -0
  214. package/dist/schemas/text-area.d.ts.map +1 -0
  215. package/dist/schemas/text-input.d.ts +78 -0
  216. package/dist/schemas/text-input.d.ts.map +1 -0
  217. package/dist/schemas/theme-provider.d.ts +36 -0
  218. package/dist/schemas/theme-provider.d.ts.map +1 -0
  219. package/dist/schemas/toast.d.ts +91 -0
  220. package/dist/schemas/toast.d.ts.map +1 -0
  221. package/dist/schemas/toggle-group.d.ts +58 -0
  222. package/dist/schemas/toggle-group.d.ts.map +1 -0
  223. package/dist/schemas/tooltip.d.ts +33 -0
  224. package/dist/schemas/tooltip.d.ts.map +1 -0
  225. package/dist/schemas/virtual-scroll.d.ts +67 -0
  226. package/dist/schemas/virtual-scroll.d.ts.map +1 -0
  227. package/dist/styles/.generated/built.d.ts +3 -0
  228. package/dist/styles/.generated/built.d.ts.map +1 -0
  229. package/dist/styles/inject-layer.d.ts +2 -0
  230. package/dist/styles/inject-layer.d.ts.map +1 -0
  231. package/dist/styles/inject.d.ts +2 -0
  232. package/dist/styles/inject.d.ts.map +1 -0
  233. package/dist/styles/layer.js +2 -2
  234. package/dist/styles/layer.mjs +1 -1
  235. package/dist/styles.css +96 -33
  236. package/dist/styles.js +2 -2
  237. package/dist/styles.layered.css +96 -33
  238. package/dist/styles.mjs +1 -1
  239. package/dist/table/Table.d.ts +20 -0
  240. package/dist/table/Table.d.ts.map +1 -0
  241. package/dist/table/TableHighlightContext.d.ts +11 -0
  242. package/dist/table/TableHighlightContext.d.ts.map +1 -0
  243. package/dist/table/TableRow.d.ts +17 -0
  244. package/dist/table/TableRow.d.ts.map +1 -0
  245. package/dist/table/TdColumn.d.ts +14 -0
  246. package/dist/table/TdColumn.d.ts.map +1 -0
  247. package/dist/table/index.d.ts +23 -0
  248. package/dist/table/index.d.ts.map +1 -0
  249. package/dist/table/types.d.ts +27 -0
  250. package/dist/table/types.d.ts.map +1 -0
  251. package/dist/table.js +7 -7
  252. package/dist/table.mjs +1 -1
  253. package/dist/toast/Toast.d.ts +8 -0
  254. package/dist/toast/Toast.d.ts.map +1 -0
  255. package/dist/toast/index.d.ts +6 -0
  256. package/dist/toast/index.d.ts.map +1 -0
  257. package/dist/{toast.d.mts → toast/useToast.d.ts} +4 -14
  258. package/dist/toast/useToast.d.ts.map +1 -0
  259. package/dist/utils/cn.d.ts +3 -5
  260. package/dist/utils/cn.d.ts.map +1 -0
  261. package/dist/utils/scroll.d.ts +3 -4
  262. package/dist/utils/scroll.d.ts.map +1 -0
  263. package/package.json +49 -49
  264. package/dist/accordion.d.ts +0 -28
  265. package/dist/alert.d.ts +0 -17
  266. package/dist/avatar.d.ts +0 -17
  267. package/dist/badge.d.ts +0 -18
  268. package/dist/breadcrumb.d.ts +0 -15
  269. package/dist/button.d.ts +0 -17
  270. package/dist/carousel.d.ts +0 -36
  271. package/dist/checkbox.d.ts +0 -21
  272. package/dist/chip.d.ts +0 -16
  273. package/dist/client-only.d.ts +0 -13
  274. package/dist/countdown.d.ts +0 -27
  275. package/dist/counter.d.ts +0 -15
  276. package/dist/data-list.d.ts +0 -33
  277. package/dist/date-picker.d.ts +0 -17
  278. package/dist/divider.d.ts +0 -14
  279. package/dist/drawer.d.ts +0 -42
  280. package/dist/dropdown-menu.d.ts +0 -30
  281. package/dist/ellipsis.d.ts +0 -16
  282. package/dist/empty-state.d.ts +0 -16
  283. package/dist/error-boundary.d.ts +0 -20
  284. package/dist/hooks/useCheckDevice.d.mts +0 -47
  285. package/dist/hooks/useClickOutside.d.mts +0 -12
  286. package/dist/hooks/useDraggableBottomSheet.d.mts +0 -24
  287. package/dist/hooks/useDraggableWindow.d.mts +0 -21
  288. package/dist/hooks/useInView.d.mts +0 -14
  289. package/dist/hooks/useModal.d.mts +0 -2
  290. package/dist/index.d.mts +0 -91
  291. package/dist/infinite-scroll.d.ts +0 -26
  292. package/dist/marquee.d.ts +0 -12
  293. package/dist/modal/index.d.mts +0 -87
  294. package/dist/number-input.d.ts +0 -37
  295. package/dist/nx-image.d.ts +0 -13
  296. package/dist/pagination.d.ts +0 -22
  297. package/dist/popover.d.mts +0 -25
  298. package/dist/popover.d.ts +0 -25
  299. package/dist/price-input.d.ts +0 -36
  300. package/dist/progress.d.ts +0 -18
  301. package/dist/radio-group.d.ts +0 -29
  302. package/dist/schemas.d.mts +0 -2173
  303. package/dist/schemas.d.ts +0 -2173
  304. package/dist/select.d.ts +0 -31
  305. package/dist/skeleton.d.ts +0 -15
  306. package/dist/slider.d.ts +0 -20
  307. package/dist/spinner.d.ts +0 -9
  308. package/dist/stepper.d.ts +0 -20
  309. package/dist/styles/layer.d.mts +0 -3
  310. package/dist/styles/layer.d.ts +0 -3
  311. package/dist/styles.d.mts +0 -3
  312. package/dist/styles.d.ts +0 -3
  313. package/dist/switch.d.ts +0 -15
  314. package/dist/tab.d.ts +0 -36
  315. package/dist/table.d.mts +0 -95
  316. package/dist/table.d.ts +0 -95
  317. package/dist/tag-input.d.ts +0 -21
  318. package/dist/text-area.d.ts +0 -19
  319. package/dist/text-input.d.ts +0 -21
  320. package/dist/theme-provider.d.ts +0 -25
  321. package/dist/toast.d.ts +0 -42
  322. package/dist/toggle-group.d.ts +0 -36
  323. package/dist/tooltip.d.ts +0 -24
  324. package/dist/useModal-BsGIcP8t.d.mts +0 -128
  325. package/dist/useModal-BsGIcP8t.d.ts +0 -128
  326. package/dist/utils/cn.d.mts +0 -5
  327. package/dist/utils/scroll.d.mts +0 -4
  328. package/dist/virtual-scroll.d.ts +0 -34
@@ -1,5 +1,4 @@
1
1
  import * as React from 'react';
2
-
3
2
  interface MarqueeProps extends React.HTMLAttributes<HTMLDivElement> {
4
3
  direction?: 'left' | 'right' | 'up' | 'down';
5
4
  speed?: number;
@@ -8,5 +7,6 @@ interface MarqueeProps extends React.HTMLAttributes<HTMLDivElement> {
8
7
  children: React.ReactNode;
9
8
  }
10
9
  declare const Marquee: React.ForwardRefExoticComponent<MarqueeProps & React.RefAttributes<HTMLDivElement>>;
11
-
12
- export { Marquee, type MarqueeProps };
10
+ export { Marquee };
11
+ export type { MarqueeProps };
12
+ //# sourceMappingURL=Marquee.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"Marquee.d.ts","sourceRoot":"","sources":["../../src/components/Marquee.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAG/B,UAAU,YAAa,SAAQ,KAAK,CAAC,cAAc,CAAC,cAAc,CAAC;IACjE,SAAS,CAAC,EAAE,MAAM,GAAG,OAAO,GAAG,IAAI,GAAG,MAAM,CAAC;IAC7C,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,YAAY,CAAC,EAAE,OAAO,CAAC;IACvB,GAAG,CAAC,EAAE,MAAM,CAAC;IACb,QAAQ,EAAE,KAAK,CAAC,SAAS,CAAC;CAC3B;AAED,QAAA,MAAM,OAAO,qFA2FZ,CAAC;AAIF,OAAO,EAAE,OAAO,EAAE,CAAC;AACnB,YAAY,EAAE,YAAY,EAAE,CAAC"}
@@ -1,11 +1,9 @@
1
- import * as class_variance_authority_types from 'class-variance-authority/types';
2
1
  import * as React from 'react';
3
- import { VariantProps } from 'class-variance-authority';
4
-
2
+ import { type VariantProps } from 'class-variance-authority';
5
3
  declare const numberInputVariants: (props?: ({
6
4
  variant?: "basic" | "bind" | null | undefined;
7
5
  size?: "xl" | "lg" | null | undefined;
8
- } & class_variance_authority_types.ClassProp) | undefined) => string;
6
+ } & import("class-variance-authority/types").ClassProp) | undefined) => string;
9
7
  interface NumberInputRef {
10
8
  input: HTMLInputElement | null;
11
9
  increment: () => void;
@@ -33,5 +31,6 @@ declare function numberInputBind(ref: React.RefObject<NumberInputRef | null>, di
33
31
  onPointerLeave: () => void | undefined;
34
32
  };
35
33
  declare const NumberInput: React.ForwardRefExoticComponent<NumberInputProps & React.RefAttributes<NumberInputRef>>;
36
-
37
- export { NumberInput, type NumberInputProps, type NumberInputRef, numberInputBind, numberInputVariants };
34
+ export { NumberInput, numberInputVariants, numberInputBind };
35
+ export type { NumberInputProps, NumberInputRef };
36
+ //# sourceMappingURL=NumberInput.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"NumberInput.d.ts","sourceRoot":"","sources":["../../src/components/NumberInput.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAC/B,OAAO,EAAO,KAAK,YAAY,EAAE,MAAM,0BAA0B,CAAC;AAGlE,QAAA,MAAM,mBAAmB;;;8EAYvB,CAAC;AAqDH,UAAU,cAAc;IACtB,KAAK,EAAE,gBAAgB,GAAG,IAAI,CAAC;IAC/B,SAAS,EAAE,MAAM,IAAI,CAAC;IACtB,SAAS,EAAE,MAAM,IAAI,CAAC;IACtB,cAAc,EAAE,CAAC,CAAC,EAAE,KAAK,CAAC,YAAY,KAAK,IAAI,CAAC;IAChD,cAAc,EAAE,CAAC,CAAC,EAAE,KAAK,CAAC,YAAY,KAAK,IAAI,CAAC;IAChD,IAAI,EAAE,MAAM,IAAI,CAAC;CAClB;AAED,UAAU,gBACR,SAAQ,IAAI,CACR,KAAK,CAAC,mBAAmB,CAAC,gBAAgB,CAAC,EAC3C,MAAM,GAAG,UAAU,GAAG,OAAO,CAC9B,EACD,YAAY,CAAC,OAAO,mBAAmB,CAAC;IAC1C,KAAK,CAAC,EAAE,MAAM,GAAG,MAAM,CAAC;IACxB,KAAK,CAAC,EAAE,OAAO,CAAC;IAChB,GAAG,CAAC,EAAE,MAAM,CAAC;IACb,GAAG,CAAC,EAAE,MAAM,CAAC;IACb,IAAI,CAAC,EAAE,MAAM,CAAC;IACd,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,OAAO,CAAC,EAAE,OAAO,CAAC;IAClB,WAAW,CAAC,EAAE,OAAO,CAAC;IACtB,aAAa,CAAC,EAAE,CAAC,KAAK,EAAE,MAAM,GAAG,SAAS,KAAK,IAAI,CAAC;CACrD;AAcD,iBAAS,eAAe,CACtB,GAAG,EAAE,KAAK,CAAC,SAAS,CAAC,cAAc,GAAG,IAAI,CAAC,EAC3C,SAAS,EAAE,WAAW,GAAG,WAAW;uBAGf,KAAK,CAAC,YAAY;;;EAOxC;AAED,QAAA,MAAM,WAAW,yFA+ShB,CAAC;AAIF,OAAO,EAAE,WAAW,EAAE,mBAAmB,EAAE,eAAe,EAAE,CAAC;AAC7D,YAAY,EAAE,gBAAgB,EAAE,cAAc,EAAE,CAAC"}
@@ -1,5 +1,4 @@
1
1
  import * as React from 'react';
2
-
3
2
  interface NxImageProps extends React.ImgHTMLAttributes<HTMLImageElement> {
4
3
  fallback?: React.ReactNode;
5
4
  fallbackSrc?: string;
@@ -9,5 +8,6 @@ interface NxImageProps extends React.ImgHTMLAttributes<HTMLImageElement> {
9
8
  wrapperClassName?: string;
10
9
  }
11
10
  declare const NxImage: React.ForwardRefExoticComponent<NxImageProps & React.RefAttributes<HTMLImageElement>>;
12
-
13
- export { NxImage, type NxImageProps };
11
+ export { NxImage };
12
+ export type { NxImageProps };
13
+ //# sourceMappingURL=NxImage.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"NxImage.d.ts","sourceRoot":"","sources":["../../src/components/NxImage.tsx"],"names":[],"mappings":"AAEA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAW/B,UAAU,YAAa,SAAQ,KAAK,CAAC,iBAAiB,CAAC,gBAAgB,CAAC;IACtE,QAAQ,CAAC,EAAE,KAAK,CAAC,SAAS,CAAC;IAC3B,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,SAAS,CAAC,EAAE,OAAO,GAAG,SAAS,GAAG,MAAM,GAAG,MAAM,CAAC;IAClD,IAAI,CAAC,EAAE,OAAO,CAAC;IACf,gBAAgB,CAAC,EAAE,MAAM,CAAC;CAC3B;AAED,QAAA,MAAM,OAAO,uFAwFZ,CAAC;AAIF,OAAO,EAAE,OAAO,EAAE,CAAC;AACnB,YAAY,EAAE,YAAY,EAAE,CAAC"}
@@ -1,14 +1,12 @@
1
- import * as class_variance_authority_types from 'class-variance-authority/types';
2
1
  import * as React from 'react';
3
- import { VariantProps } from 'class-variance-authority';
4
-
2
+ import { type VariantProps } from 'class-variance-authority';
5
3
  declare const paginationVariants: (props?: ({
6
4
  size?: "md" | "sm" | null | undefined;
7
- } & class_variance_authority_types.ClassProp) | undefined) => string;
5
+ } & import("class-variance-authority/types").ClassProp) | undefined) => string;
8
6
  declare const pageButtonVariants: (props?: ({
9
7
  size?: "md" | "sm" | null | undefined;
10
8
  active?: boolean | null | undefined;
11
- } & class_variance_authority_types.ClassProp) | undefined) => string;
9
+ } & import("class-variance-authority/types").ClassProp) | undefined) => string;
12
10
  interface PaginationProps extends VariantProps<typeof paginationVariants> {
13
11
  currentPage: number;
14
12
  totalPages: number;
@@ -18,5 +16,6 @@ interface PaginationProps extends VariantProps<typeof paginationVariants> {
18
16
  className?: string;
19
17
  }
20
18
  declare const Pagination: React.ForwardRefExoticComponent<PaginationProps & React.RefAttributes<HTMLElement>>;
21
-
22
- export { Pagination, type PaginationProps, pageButtonVariants, paginationVariants };
19
+ export { Pagination, paginationVariants, pageButtonVariants };
20
+ export type { PaginationProps };
21
+ //# sourceMappingURL=Pagination.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"Pagination.d.ts","sourceRoot":"","sources":["../../src/components/Pagination.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAC/B,OAAO,EAAO,KAAK,YAAY,EAAE,MAAM,0BAA0B,CAAC;AAGlE,QAAA,MAAM,kBAAkB;;8EAQtB,CAAC;AAEH,QAAA,MAAM,kBAAkB;;;8EAYtB,CAAC;AAyDH,UAAU,eAAgB,SAAQ,YAAY,CAAC,OAAO,kBAAkB,CAAC;IACvE,WAAW,EAAE,MAAM,CAAC;IACpB,UAAU,EAAE,MAAM,CAAC;IACnB,YAAY,CAAC,EAAE,MAAM,CAAC;IACtB,SAAS,CAAC,EAAE,OAAO,CAAC;IACpB,YAAY,EAAE,CAAC,IAAI,EAAE,MAAM,KAAK,IAAI,CAAC;IACrC,SAAS,CAAC,EAAE,MAAM,CAAC;CACpB;AAED,QAAA,MAAM,UAAU,qFA4Ef,CAAC;AAIF,OAAO,EAAE,UAAU,EAAE,kBAAkB,EAAE,kBAAkB,EAAE,CAAC;AAC9D,YAAY,EAAE,eAAe,EAAE,CAAC"}
@@ -0,0 +1,23 @@
1
+ import React, { ReactNode } from 'react';
2
+ import * as PopoverPrimitive from '@radix-ui/react-popover';
3
+ declare const popoverContentClasses = "nexus-popover-content";
4
+ interface PopoverProps {
5
+ children: ReactNode;
6
+ trigger: ReactNode;
7
+ align?: 'start' | 'center' | 'end';
8
+ side?: 'top' | 'right' | 'bottom' | 'left';
9
+ sideOffset?: number;
10
+ alignOffset?: number;
11
+ open?: boolean;
12
+ onOpenChange?: (open: boolean) => void;
13
+ className?: string;
14
+ arrowClassName?: string;
15
+ onClickTrigger?: () => void;
16
+ }
17
+ declare const Popover: ({ children, trigger, align, side, sideOffset, alignOffset, open, onOpenChange, className, arrowClassName, onClickTrigger, }: PopoverProps) => import("react/jsx-runtime").JSX.Element;
18
+ declare const PopoverTrigger: React.ForwardRefExoticComponent<PopoverPrimitive.PopoverTriggerProps & React.RefAttributes<HTMLButtonElement>>;
19
+ declare const PopoverContent: React.ForwardRefExoticComponent<PopoverPrimitive.PopoverContentProps & React.RefAttributes<HTMLDivElement>>;
20
+ declare const PopoverArrow: React.ForwardRefExoticComponent<PopoverPrimitive.PopoverArrowProps & React.RefAttributes<SVGSVGElement>>;
21
+ declare const PopoverClose: React.ForwardRefExoticComponent<PopoverPrimitive.PopoverCloseProps & React.RefAttributes<HTMLButtonElement>>;
22
+ export { Popover, PopoverTrigger, PopoverContent, PopoverArrow, PopoverClose, popoverContentClasses, };
23
+ //# sourceMappingURL=Popover.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"Popover.d.ts","sourceRoot":"","sources":["../../src/components/Popover.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,EAAE,SAAS,EAAE,MAAM,OAAO,CAAC;AACzC,OAAO,KAAK,gBAAgB,MAAM,yBAAyB,CAAC;AAG5D,QAAA,MAAM,qBAAqB,0BAA0B,CAAC;AAEtD,UAAU,YAAY;IACpB,QAAQ,EAAE,SAAS,CAAC;IACpB,OAAO,EAAE,SAAS,CAAC;IACnB,KAAK,CAAC,EAAE,OAAO,GAAG,QAAQ,GAAG,KAAK,CAAC;IACnC,IAAI,CAAC,EAAE,KAAK,GAAG,OAAO,GAAG,QAAQ,GAAG,MAAM,CAAC;IAC3C,UAAU,CAAC,EAAE,MAAM,CAAC;IACpB,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,IAAI,CAAC,EAAE,OAAO,CAAC;IACf,YAAY,CAAC,EAAE,CAAC,IAAI,EAAE,OAAO,KAAK,IAAI,CAAC;IACvC,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,cAAc,CAAC,EAAE,MAAM,CAAC;IACxB,cAAc,CAAC,EAAE,MAAM,IAAI,CAAC;CAC7B;AAED,QAAA,MAAM,OAAO,GAAI,6HAYd,YAAY,4CAsBd,CAAC;AAEF,QAAA,MAAM,cAAc,gHAA2B,CAAC;AAChD,QAAA,MAAM,cAAc,6GAA2B,CAAC;AAChD,QAAA,MAAM,YAAY,0GAAyB,CAAC;AAC5C,QAAA,MAAM,YAAY,8GAAyB,CAAC;AAE5C,OAAO,EACL,OAAO,EACP,cAAc,EACd,cAAc,EACd,YAAY,EACZ,YAAY,EACZ,qBAAqB,GACtB,CAAC"}
@@ -1,11 +1,9 @@
1
- import * as class_variance_authority_types from 'class-variance-authority/types';
2
1
  import * as React from 'react';
3
- import { VariantProps } from 'class-variance-authority';
4
-
2
+ import { type VariantProps } from 'class-variance-authority';
5
3
  declare const priceInputVariants: (props?: ({
6
4
  size?: "xl" | "lg" | "md" | null | undefined;
7
5
  state?: "error" | "default" | null | undefined;
8
- } & class_variance_authority_types.ClassProp) | undefined) => string;
6
+ } & import("class-variance-authority/types").ClassProp) | undefined) => string;
9
7
  interface PriceInputProps extends Omit<React.InputHTMLAttributes<HTMLInputElement>, 'size' | 'defaultValue' | 'prefix' | 'suffix'>, VariantProps<typeof priceInputVariants> {
10
8
  error?: boolean;
11
9
  /** Prefix element. `true` = "$", ReactNode = custom content, `false` = hidden. @default true */
@@ -32,5 +30,6 @@ interface PriceInputProps extends Omit<React.InputHTMLAttributes<HTMLInputElemen
32
30
  onBalanceClick?: (balance: string | number) => void;
33
31
  }
34
32
  declare const PriceInput: React.ForwardRefExoticComponent<PriceInputProps & React.RefAttributes<HTMLInputElement>>;
35
-
36
- export { PriceInput, type PriceInputProps, priceInputVariants };
33
+ export { PriceInput, priceInputVariants };
34
+ export type { PriceInputProps };
35
+ //# sourceMappingURL=PriceInput.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"PriceInput.d.ts","sourceRoot":"","sources":["../../src/components/PriceInput.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAC/B,OAAO,EAAO,KAAK,YAAY,EAAE,MAAM,0BAA0B,CAAC;AAclE,QAAA,MAAM,kBAAkB;;;8EAatB,CAAC;AAEH,UAAU,eACR,SAAQ,IAAI,CAAC,KAAK,CAAC,mBAAmB,CAAC,gBAAgB,CAAC,EAAE,MAAM,GAAG,cAAc,GAAG,QAAQ,GAAG,QAAQ,CAAC,EACtG,YAAY,CAAC,OAAO,kBAAkB,CAAC;IACzC,KAAK,CAAC,EAAE,OAAO,CAAC;IAChB,gGAAgG;IAChG,MAAM,CAAC,EAAE,OAAO,GAAG,KAAK,CAAC,SAAS,CAAC;IACnC,sEAAsE;IACtE,MAAM,CAAC,EAAE,KAAK,CAAC,SAAS,CAAC;IACzB,KAAK,CAAC,EAAE,KAAK,CAAC,SAAS,CAAC;IACxB,WAAW,CAAC,EAAE,KAAK,CAAC,SAAS,CAAC;IAC9B,0EAA0E;IAC1E,OAAO,CAAC,EAAE,MAAM,GAAG,MAAM,CAAC;IAC1B,yDAAyD;IACzD,YAAY,CAAC,EAAE,MAAM,CAAC;IACtB,2GAA2G;IAC3G,cAAc,CAAC,EAAE,KAAK,CAAC,SAAS,CAAC;IACjC,iHAAiH;IACjH,UAAU,CAAC,EAAE,MAAM,CAAC;IACpB,2GAA2G;IAC3G,SAAS,CAAC,EAAE,OAAO,CAAC;IACpB,uDAAuD;IACvD,KAAK,CAAC,EAAE,MAAM,GAAG,OAAO,CAAC;IACzB,iCAAiC;IACjC,aAAa,CAAC,EAAE,CAAC,KAAK,EAAE,MAAM,KAAK,IAAI,CAAC;IACxC,yFAAyF;IACzF,cAAc,CAAC,EAAE,CAAC,OAAO,EAAE,MAAM,GAAG,MAAM,KAAK,IAAI,CAAC;CACrD;AAED,QAAA,MAAM,UAAU,0FAqMf,CAAC;AAIF,OAAO,EAAE,UAAU,EAAE,kBAAkB,EAAE,CAAC;AAC1C,YAAY,EAAE,eAAe,EAAE,CAAC"}
@@ -1,11 +1,9 @@
1
- import * as class_variance_authority_types from 'class-variance-authority/types';
2
1
  import * as React from 'react';
3
- import { VariantProps } from 'class-variance-authority';
4
-
2
+ import { type VariantProps } from 'class-variance-authority';
5
3
  declare const progressVariants: (props?: ({
6
4
  variant?: "primary" | "danger" | "info" | "success" | "warning" | null | undefined;
7
5
  size?: "lg" | "md" | "sm" | null | undefined;
8
- } & class_variance_authority_types.ClassProp) | undefined) => string;
6
+ } & import("class-variance-authority/types").ClassProp) | undefined) => string;
9
7
  interface ProgressProps extends Omit<React.HTMLAttributes<HTMLDivElement>, 'children'>, VariantProps<typeof progressVariants> {
10
8
  value?: number;
11
9
  max?: number;
@@ -14,5 +12,6 @@ interface ProgressProps extends Omit<React.HTMLAttributes<HTMLDivElement>, 'chil
14
12
  label?: string;
15
13
  }
16
14
  declare const Progress: React.ForwardRefExoticComponent<ProgressProps & React.RefAttributes<HTMLDivElement>>;
17
-
18
- export { Progress, type ProgressProps, progressVariants };
15
+ export { Progress, progressVariants };
16
+ export type { ProgressProps };
17
+ //# sourceMappingURL=Progress.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"Progress.d.ts","sourceRoot":"","sources":["../../src/components/Progress.tsx"],"names":[],"mappings":"AAEA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAC/B,OAAO,EAAO,KAAK,YAAY,EAAE,MAAM,0BAA0B,CAAC;AAGlE,QAAA,MAAM,gBAAgB;;;8EAmBpB,CAAC;AAEH,UAAU,aACR,SAAQ,IAAI,CAAC,KAAK,CAAC,cAAc,CAAC,cAAc,CAAC,EAAE,UAAU,CAAC,EAC5D,YAAY,CAAC,OAAO,gBAAgB,CAAC;IACvC,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,GAAG,CAAC,EAAE,MAAM,CAAC;IACb,SAAS,CAAC,EAAE,OAAO,CAAC;IACpB,aAAa,CAAC,EAAE,OAAO,CAAC;IACxB,KAAK,CAAC,EAAE,MAAM,CAAC;CAChB;AAED,QAAA,MAAM,QAAQ,sFA8Cb,CAAC;AAIF,OAAO,EAAE,QAAQ,EAAE,gBAAgB,EAAE,CAAC;AACtC,YAAY,EAAE,aAAa,EAAE,CAAC"}
@@ -1,13 +1,11 @@
1
- import * as class_variance_authority_types from 'class-variance-authority/types';
2
1
  import * as React from 'react';
3
- import { VariantProps } from 'class-variance-authority';
4
-
2
+ import { type VariantProps } from 'class-variance-authority';
5
3
  declare const radioGroupVariants: (props?: ({
6
4
  orientation?: "horizontal" | "vertical" | null | undefined;
7
- } & class_variance_authority_types.ClassProp) | undefined) => string;
5
+ } & import("class-variance-authority/types").ClassProp) | undefined) => string;
8
6
  declare const radioItemVariants: (props?: ({
9
7
  size?: "md" | "sm" | null | undefined;
10
- } & class_variance_authority_types.ClassProp) | undefined) => string;
8
+ } & import("class-variance-authority/types").ClassProp) | undefined) => string;
11
9
  interface RadioGroupProps extends Omit<React.HTMLAttributes<HTMLDivElement>, 'onChange'>, VariantProps<typeof radioGroupVariants> {
12
10
  name: string;
13
11
  value?: string;
@@ -25,5 +23,6 @@ interface RadioItemProps extends Omit<React.InputHTMLAttributes<HTMLInputElement
25
23
  label?: React.ReactNode;
26
24
  }
27
25
  declare const RadioItem: React.ForwardRefExoticComponent<RadioItemProps & React.RefAttributes<HTMLInputElement>>;
28
-
29
- export { RadioGroup, type RadioGroupProps, RadioItem, type RadioItemProps, radioGroupVariants, radioItemVariants };
26
+ export { RadioGroup, RadioItem, radioGroupVariants, radioItemVariants };
27
+ export type { RadioGroupProps, RadioItemProps };
28
+ //# sourceMappingURL=RadioGroup.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"RadioGroup.d.ts","sourceRoot":"","sources":["../../src/components/RadioGroup.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAA;AAC9B,OAAO,EAAO,KAAK,YAAY,EAAE,MAAM,0BAA0B,CAAA;AAGjE,QAAA,MAAM,kBAAkB;;8EAQtB,CAAA;AAEF,QAAA,MAAM,iBAAiB;;8EAQrB,CAAA;AAcF,UAAU,eACR,SACE,IAAI,CAAC,KAAK,CAAC,cAAc,CAAC,cAAc,CAAC,EAAE,UAAU,CAAC,EACtD,YAAY,CAAC,OAAO,kBAAkB,CAAC;IACzC,IAAI,EAAE,MAAM,CAAA;IACZ,KAAK,CAAC,EAAE,MAAM,CAAA;IACd,YAAY,CAAC,EAAE,MAAM,CAAA;IACrB,IAAI,CAAC,EAAE,IAAI,GAAG,IAAI,CAAA;IAClB,QAAQ,CAAC,EAAE,OAAO,CAAA;IAClB,YAAY,CAAC,EAAE,MAAM,CAAA;IACrB,iBAAiB,CAAC,EAAE,MAAM,CAAA;IAC1B,aAAa,CAAC,EAAE,CAAC,KAAK,EAAE,MAAM,KAAK,IAAI,CAAA;CACxC;AAED,QAAA,MAAM,UAAU,wFA8Cf,CAAA;AAID,UAAU,cAAe,SAAQ,IAAI,CACnC,KAAK,CAAC,mBAAmB,CAAC,gBAAgB,CAAC,EAC3C,MAAM,GAAG,MAAM,CAChB;IACC,KAAK,EAAE,MAAM,CAAA;IACb,IAAI,CAAC,EAAE,IAAI,GAAG,IAAI,CAAA;IAClB,KAAK,CAAC,EAAE,KAAK,CAAC,SAAS,CAAA;CACxB;AAED,QAAA,MAAM,SAAS,yFA8Dd,CAAA;AAID,OAAO,EAAE,UAAU,EAAE,SAAS,EAAE,kBAAkB,EAAE,iBAAiB,EAAE,CAAA;AACvE,YAAY,EAAE,eAAe,EAAE,cAAc,EAAE,CAAA"}
@@ -1,15 +1,12 @@
1
- import * as react_jsx_runtime from 'react/jsx-runtime';
2
- import * as class_variance_authority_types from 'class-variance-authority/types';
3
- import { VariantProps } from 'class-variance-authority';
1
+ import { type VariantProps } from 'class-variance-authority';
4
2
  import { ReactNode } from 'react';
5
-
6
3
  declare const selectTriggerVariants: (props?: ({
7
4
  variant?: "default" | "outline" | null | undefined;
8
5
  size?: "lg" | "md" | "sm" | "full" | null | undefined;
9
- } & class_variance_authority_types.ClassProp) | undefined) => string;
6
+ } & import("class-variance-authority/types").ClassProp) | undefined) => string;
10
7
  declare const selectContentVariants: (props?: ({
11
8
  size?: "lg" | "md" | "sm" | "full" | null | undefined;
12
- } & class_variance_authority_types.ClassProp) | undefined) => string;
9
+ } & import("class-variance-authority/types").ClassProp) | undefined) => string;
13
10
  interface SelectProps extends VariantProps<typeof selectTriggerVariants> {
14
11
  children: ReactNode;
15
12
  value?: string;
@@ -20,12 +17,12 @@ interface SelectProps extends VariantProps<typeof selectTriggerVariants> {
20
17
  displayComponent?: ReactNode;
21
18
  triggerClassName?: string;
22
19
  }
23
- declare const Select: ({ children, value, onValueChange, placeholder, disabled, size, variant, className, triggerClassName, displayComponent, }: SelectProps) => react_jsx_runtime.JSX.Element;
20
+ declare const Select: ({ children, value, onValueChange, placeholder, disabled, size, variant, className, triggerClassName, displayComponent, }: SelectProps) => import("react/jsx-runtime").JSX.Element;
24
21
  declare const SelectItem: ({ children, value, disabled, className, }: {
25
22
  children: ReactNode;
26
23
  value: string;
27
24
  disabled?: boolean;
28
25
  className?: string;
29
- }) => react_jsx_runtime.JSX.Element;
30
-
31
- export { Select, SelectItem, selectContentVariants, selectTriggerVariants };
26
+ }) => import("react/jsx-runtime").JSX.Element;
27
+ export { Select, SelectItem, selectTriggerVariants, selectContentVariants, };
28
+ //# sourceMappingURL=Select.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"Select.d.ts","sourceRoot":"","sources":["../../src/components/Select.tsx"],"names":[],"mappings":"AACA,OAAO,EAAO,KAAK,YAAY,EAAE,MAAM,0BAA0B,CAAC;AAClE,OAAO,EAAE,SAAS,EAAY,MAAM,OAAO,CAAC;AAG5C,QAAA,MAAM,qBAAqB;;;8EAczB,CAAC;AAEH,QAAA,MAAM,qBAAqB;;8EAUzB,CAAC;AAQH,UAAU,WAAY,SAAQ,YAAY,CAAC,OAAO,qBAAqB,CAAC;IACtE,QAAQ,EAAE,SAAS,CAAC;IACpB,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,aAAa,CAAC,EAAE,CAAC,KAAK,EAAE,MAAM,KAAK,IAAI,CAAC;IACxC,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,gBAAgB,CAAC,EAAE,SAAS,CAAC;IAC7B,gBAAgB,CAAC,EAAE,MAAM,CAAC;CAC3B;AAED,QAAA,MAAM,MAAM,GAAI,0HAWb,WAAW,4CA4Cb,CAAC;AAEF,QAAA,MAAM,UAAU,GAAI,2CAKjB;IACD,QAAQ,EAAE,SAAS,CAAC;IACpB,KAAK,EAAE,MAAM,CAAC;IACd,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,SAAS,CAAC,EAAE,MAAM,CAAC;CACpB,4CAQA,CAAC;AAEF,OAAO,EACL,MAAM,EACN,UAAU,EACV,qBAAqB,EACrB,qBAAqB,GACtB,CAAC"}
@@ -1,5 +1,4 @@
1
1
  import * as React from 'react';
2
-
3
2
  interface SkeletonProps extends React.HTMLAttributes<HTMLElement> {
4
3
  /** 렌더링 태그 */
5
4
  as?: 'div' | 'span';
@@ -11,5 +10,6 @@ interface SkeletonProps extends React.HTMLAttributes<HTMLElement> {
11
10
  height?: string | number;
12
11
  }
13
12
  declare const Skeleton: React.ForwardRefExoticComponent<SkeletonProps & React.RefAttributes<HTMLElement>>;
14
-
15
- export { Skeleton, type SkeletonProps };
13
+ export { Skeleton };
14
+ export type { SkeletonProps };
15
+ //# sourceMappingURL=Skeleton.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"Skeleton.d.ts","sourceRoot":"","sources":["../../src/components/Skeleton.tsx"],"names":[],"mappings":"AAEA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAG/B,UAAU,aAAc,SAAQ,KAAK,CAAC,cAAc,CAAC,WAAW,CAAC;IAC/D,aAAa;IACb,EAAE,CAAC,EAAE,KAAK,GAAG,MAAM,CAAC;IACpB,cAAc;IACd,MAAM,CAAC,EAAE,OAAO,CAAC;IACjB,2CAA2C;IAC3C,KAAK,CAAC,EAAE,MAAM,GAAG,MAAM,CAAC;IACxB,mCAAmC;IACnC,MAAM,CAAC,EAAE,MAAM,GAAG,MAAM,CAAC;CAC1B;AAED,QAAA,MAAM,QAAQ,mFA6Bb,CAAC;AAIF,OAAO,EAAE,QAAQ,EAAE,CAAC;AACpB,YAAY,EAAE,aAAa,EAAE,CAAC"}
@@ -1,11 +1,9 @@
1
- import * as class_variance_authority_types from 'class-variance-authority/types';
2
1
  import * as React from 'react';
3
2
  import * as SliderPrimitive from '@radix-ui/react-slider';
4
- import { VariantProps } from 'class-variance-authority';
5
-
3
+ import { type VariantProps } from 'class-variance-authority';
6
4
  declare const sliderVariants: (props?: ({
7
5
  size?: "lg" | "md" | "sm" | null | undefined;
8
- } & class_variance_authority_types.ClassProp) | undefined) => string;
6
+ } & import("class-variance-authority/types").ClassProp) | undefined) => string;
9
7
  interface SliderProps extends Omit<React.ComponentPropsWithoutRef<typeof SliderPrimitive.Root>, 'value' | 'defaultValue' | 'onValueChange'>, VariantProps<typeof sliderVariants> {
10
8
  value?: number[];
11
9
  defaultValue?: number[];
@@ -16,5 +14,6 @@ interface SliderProps extends Omit<React.ComponentPropsWithoutRef<typeof SliderP
16
14
  label?: string;
17
15
  }
18
16
  declare const Slider: React.ForwardRefExoticComponent<SliderProps & React.RefAttributes<HTMLSpanElement>>;
19
-
20
- export { Slider, type SliderProps, sliderVariants };
17
+ export { Slider, sliderVariants };
18
+ export type { SliderProps };
19
+ //# sourceMappingURL=Slider.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"Slider.d.ts","sourceRoot":"","sources":["../../src/components/Slider.tsx"],"names":[],"mappings":"AAEA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAC/B,OAAO,KAAK,eAAe,MAAM,wBAAwB,CAAC;AAC1D,OAAO,EAAO,KAAK,YAAY,EAAE,MAAM,0BAA0B,CAAC;AAGlE,QAAA,MAAM,cAAc;;8EASlB,CAAC;AAEH,UAAU,WACR,SAAQ,IAAI,CACV,KAAK,CAAC,wBAAwB,CAAC,OAAO,eAAe,CAAC,IAAI,CAAC,EAC3D,OAAO,GAAG,cAAc,GAAG,eAAe,CAC3C,EACD,YAAY,CAAC,OAAO,cAAc,CAAC;IACnC,KAAK,CAAC,EAAE,MAAM,EAAE,CAAC;IACjB,YAAY,CAAC,EAAE,MAAM,EAAE,CAAC;IACxB,aAAa,CAAC,EAAE,CAAC,KAAK,EAAE,MAAM,EAAE,KAAK,IAAI,CAAC;IAC1C,aAAa,CAAC,EAAE,CAAC,KAAK,EAAE,MAAM,EAAE,KAAK,IAAI,CAAC;IAC1C,SAAS,CAAC,EAAE,OAAO,CAAC;IACpB,WAAW,CAAC,EAAE,CAAC,KAAK,EAAE,MAAM,KAAK,MAAM,CAAC;IACxC,KAAK,CAAC,EAAE,MAAM,CAAC;CAChB;AAED,QAAA,MAAM,MAAM,qFAwEX,CAAC;AAIF,OAAO,EAAE,MAAM,EAAE,cAAc,EAAE,CAAC;AAClC,YAAY,EAAE,WAAW,EAAE,CAAC"}
@@ -1,9 +1,9 @@
1
1
  import * as React from 'react';
2
-
3
2
  interface SpinnerProps extends React.SVGAttributes<SVGSVGElement> {
4
3
  size?: number;
5
4
  'aria-label'?: string;
6
5
  }
7
6
  declare const Spinner: React.ForwardRefExoticComponent<SpinnerProps & React.RefAttributes<SVGSVGElement>>;
8
-
9
- export { Spinner, type SpinnerProps };
7
+ export { Spinner };
8
+ export type { SpinnerProps };
9
+ //# sourceMappingURL=Spinner.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"Spinner.d.ts","sourceRoot":"","sources":["../../src/components/Spinner.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAA;AAG9B,UAAU,YAAa,SAAQ,KAAK,CAAC,aAAa,CAAC,aAAa,CAAC;IAC/D,IAAI,CAAC,EAAE,MAAM,CAAA;IACb,YAAY,CAAC,EAAE,MAAM,CAAA;CACtB;AAED,QAAA,MAAM,OAAO,oFAmCZ,CAAA;AAID,OAAO,EAAE,OAAO,EAAE,CAAA;AAClB,YAAY,EAAE,YAAY,EAAE,CAAA"}
@@ -1,11 +1,9 @@
1
- import * as class_variance_authority_types from 'class-variance-authority/types';
2
1
  import * as React from 'react';
3
- import { VariantProps } from 'class-variance-authority';
4
-
2
+ import { type VariantProps } from 'class-variance-authority';
5
3
  declare const stepperVariants: (props?: ({
6
4
  orientation?: "horizontal" | "vertical" | null | undefined;
7
5
  size?: "md" | "sm" | null | undefined;
8
- } & class_variance_authority_types.ClassProp) | undefined) => string;
6
+ } & import("class-variance-authority/types").ClassProp) | undefined) => string;
9
7
  interface StepItem {
10
8
  label: string;
11
9
  description?: string;
@@ -16,5 +14,6 @@ interface StepperProps extends Omit<React.HTMLAttributes<HTMLDivElement>, 'child
16
14
  status?: 'process' | 'error';
17
15
  }
18
16
  declare const Stepper: React.ForwardRefExoticComponent<StepperProps & React.RefAttributes<HTMLDivElement>>;
19
-
20
- export { type StepItem, Stepper, type StepperProps, stepperVariants };
17
+ export { Stepper, stepperVariants };
18
+ export type { StepperProps, StepItem };
19
+ //# sourceMappingURL=Stepper.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"Stepper.d.ts","sourceRoot":"","sources":["../../src/components/Stepper.tsx"],"names":[],"mappings":"AAEA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAC/B,OAAO,EAAO,KAAK,YAAY,EAAE,MAAM,0BAA0B,CAAC;AAGlE,QAAA,MAAM,eAAe;;;8EAenB,CAAC;AAQH,UAAU,QAAQ;IAChB,KAAK,EAAE,MAAM,CAAC;IACd,WAAW,CAAC,EAAE,MAAM,CAAC;CACtB;AAED,UAAU,YACR,SAAQ,IAAI,CAAC,KAAK,CAAC,cAAc,CAAC,cAAc,CAAC,EAAE,UAAU,CAAC,EAC5D,YAAY,CAAC,OAAO,eAAe,CAAC;IACtC,KAAK,EAAE,QAAQ,EAAE,CAAC;IAClB,OAAO,CAAC,EAAE,MAAM,CAAC;IACjB,MAAM,CAAC,EAAE,SAAS,GAAG,OAAO,CAAC;CAC9B;AAED,QAAA,MAAM,OAAO,qFAoFZ,CAAC;AAIF,OAAO,EAAE,OAAO,EAAE,eAAe,EAAE,CAAC;AACpC,YAAY,EAAE,YAAY,EAAE,QAAQ,EAAE,CAAC"}
@@ -1,15 +1,14 @@
1
- import * as class_variance_authority_types from 'class-variance-authority/types';
2
1
  import * as React from 'react';
3
- import { VariantProps } from 'class-variance-authority';
4
-
2
+ import { type VariantProps } from 'class-variance-authority';
5
3
  declare const switchVariants: (props?: ({
6
4
  size?: "md" | "sm" | null | undefined;
7
- } & class_variance_authority_types.ClassProp) | undefined) => string;
5
+ } & import("class-variance-authority/types").ClassProp) | undefined) => string;
8
6
  interface SwitchProps extends Omit<React.InputHTMLAttributes<HTMLInputElement>, 'size' | 'onChange'>, VariantProps<typeof switchVariants> {
9
7
  checked?: boolean;
10
8
  onCheckedChange?: (checked: boolean) => void;
11
9
  onChange?: React.ChangeEventHandler<HTMLInputElement>;
12
10
  }
13
11
  declare const Switch: React.ForwardRefExoticComponent<SwitchProps & React.RefAttributes<HTMLInputElement>>;
14
-
15
- export { Switch, type SwitchProps, switchVariants };
12
+ export { Switch, switchVariants };
13
+ export type { SwitchProps };
14
+ //# sourceMappingURL=Switch.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"Switch.d.ts","sourceRoot":"","sources":["../../src/components/Switch.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAC/B,OAAO,EAAO,KAAK,YAAY,EAAE,MAAM,0BAA0B,CAAC;AAGlE,QAAA,MAAM,cAAc;;8EAQlB,CAAC;AAEH,UAAU,WACR,SAAQ,IAAI,CAAC,KAAK,CAAC,mBAAmB,CAAC,gBAAgB,CAAC,EAAE,MAAM,GAAG,UAAU,CAAC,EAC5E,YAAY,CAAC,OAAO,cAAc,CAAC;IACrC,OAAO,CAAC,EAAE,OAAO,CAAC;IAClB,eAAe,CAAC,EAAE,CAAC,OAAO,EAAE,OAAO,KAAK,IAAI,CAAC;IAC7C,QAAQ,CAAC,EAAE,KAAK,CAAC,kBAAkB,CAAC,gBAAgB,CAAC,CAAC;CACvD;AAED,QAAA,MAAM,MAAM,sFA6CX,CAAC;AAIF,OAAO,EAAE,MAAM,EAAE,cAAc,EAAE,CAAC;AAClC,YAAY,EAAE,WAAW,EAAE,CAAC"}
@@ -1,16 +1,13 @@
1
- import * as react_jsx_runtime from 'react/jsx-runtime';
2
- import * as class_variance_authority_types from 'class-variance-authority/types';
3
1
  import * as React from 'react';
4
- import { VariantProps } from 'class-variance-authority';
5
-
2
+ import { type VariantProps } from 'class-variance-authority';
6
3
  declare const tabListVariants: (props?: ({
7
4
  variant?: "line" | "pill" | null | undefined;
8
- } & class_variance_authority_types.ClassProp) | undefined) => string;
5
+ } & import("class-variance-authority/types").ClassProp) | undefined) => string;
9
6
  declare const tabTriggerVariants: (props?: ({
10
7
  variant?: "line" | "pill" | null | undefined;
11
8
  size?: "md" | "sm" | null | undefined;
12
9
  active?: boolean | null | undefined;
13
- } & class_variance_authority_types.ClassProp) | undefined) => string;
10
+ } & import("class-variance-authority/types").ClassProp) | undefined) => string;
14
11
  interface TabItem {
15
12
  key: string;
16
13
  label: React.ReactNode;
@@ -28,9 +25,10 @@ interface TabProps extends VariantProps<typeof tabListVariants> {
28
25
  tabListClassName?: string;
29
26
  tabPanelClassName?: string;
30
27
  }
31
- declare function Tab({ items, activeKey: controlledKey, defaultActiveKey, variant, size, destroyInactive, onTabChange, className, tabListClassName, tabPanelClassName, }: TabProps): react_jsx_runtime.JSX.Element;
28
+ declare function Tab({ items, activeKey: controlledKey, defaultActiveKey, variant, size, destroyInactive, onTabChange, className, tabListClassName, tabPanelClassName, }: TabProps): import("react/jsx-runtime").JSX.Element;
32
29
  declare namespace Tab {
33
30
  var displayName: string;
34
31
  }
35
-
36
- export { Tab, type TabItem, type TabProps, tabListVariants, tabTriggerVariants };
32
+ export { Tab, tabListVariants, tabTriggerVariants };
33
+ export type { TabProps, TabItem };
34
+ //# sourceMappingURL=Tab.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"Tab.d.ts","sourceRoot":"","sources":["../../src/components/Tab.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAC/B,OAAO,EAAO,KAAK,YAAY,EAAE,MAAM,0BAA0B,CAAC;AAGlE,QAAA,MAAM,eAAe;;8EAQnB,CAAC;AAEH,QAAA,MAAM,kBAAkB;;;;8EAoBtB,CAAC;AAEH,UAAU,OAAO;IACf,GAAG,EAAE,MAAM,CAAC;IACZ,KAAK,EAAE,KAAK,CAAC,SAAS,CAAC;IACvB,QAAQ,CAAC,EAAE,KAAK,CAAC,SAAS,CAAC;IAC3B,QAAQ,CAAC,EAAE,OAAO,CAAC;CACpB;AAED,UAAU,QAAS,SAAQ,YAAY,CAAC,OAAO,eAAe,CAAC;IAC7D,KAAK,EAAE,OAAO,EAAE,CAAC;IACjB,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,gBAAgB,CAAC,EAAE,MAAM,CAAC;IAC1B,IAAI,CAAC,EAAE,IAAI,GAAG,IAAI,CAAC;IACnB,eAAe,CAAC,EAAE,OAAO,CAAC;IAC1B,WAAW,CAAC,EAAE,CAAC,GAAG,EAAE,MAAM,KAAK,IAAI,CAAC;IACpC,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,gBAAgB,CAAC,EAAE,MAAM,CAAC;IAC1B,iBAAiB,CAAC,EAAE,MAAM,CAAC;CAC5B;AAED,iBAAS,GAAG,CAAC,EACX,KAAK,EACL,SAAS,EAAE,aAAa,EACxB,gBAAgB,EAChB,OAAO,EACP,IAAI,EACJ,eAAuB,EACvB,WAAW,EACX,SAAS,EACT,gBAAgB,EAChB,iBAAiB,GAClB,EAAE,QAAQ,2CAwGV;kBAnHQ,GAAG;;;AAuHZ,OAAO,EAAE,GAAG,EAAE,eAAe,EAAE,kBAAkB,EAAE,CAAC;AACpD,YAAY,EAAE,QAAQ,EAAE,OAAO,EAAE,CAAC"}
@@ -1,10 +1,8 @@
1
- import * as class_variance_authority_types from 'class-variance-authority/types';
2
1
  import * as React from 'react';
3
- import { VariantProps } from 'class-variance-authority';
4
-
2
+ import { type VariantProps } from 'class-variance-authority';
5
3
  declare const tagInputVariants: (props?: ({
6
4
  size?: "lg" | "md" | "sm" | null | undefined;
7
- } & class_variance_authority_types.ClassProp) | undefined) => string;
5
+ } & import("class-variance-authority/types").ClassProp) | undefined) => string;
8
6
  interface TagInputProps extends Omit<React.HTMLAttributes<HTMLDivElement>, 'onChange'>, VariantProps<typeof tagInputVariants> {
9
7
  value?: string[];
10
8
  defaultValue?: string[];
@@ -17,5 +15,6 @@ interface TagInputProps extends Omit<React.HTMLAttributes<HTMLDivElement>, 'onCh
17
15
  description?: string;
18
16
  }
19
17
  declare const TagInput: React.ForwardRefExoticComponent<TagInputProps & React.RefAttributes<HTMLDivElement>>;
20
-
21
- export { TagInput, type TagInputProps, tagInputVariants };
18
+ export { TagInput, tagInputVariants };
19
+ export type { TagInputProps };
20
+ //# sourceMappingURL=TagInput.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"TagInput.d.ts","sourceRoot":"","sources":["../../src/components/TagInput.tsx"],"names":[],"mappings":"AAEA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAC/B,OAAO,EAAO,KAAK,YAAY,EAAE,MAAM,0BAA0B,CAAC;AAGlE,QAAA,MAAM,gBAAgB;;8EASpB,CAAC;AAQH,UAAU,aACR,SAAQ,IAAI,CAAC,KAAK,CAAC,cAAc,CAAC,cAAc,CAAC,EAAE,UAAU,CAAC,EAC5D,YAAY,CAAC,OAAO,gBAAgB,CAAC;IACvC,KAAK,CAAC,EAAE,MAAM,EAAE,CAAC;IACjB,YAAY,CAAC,EAAE,MAAM,EAAE,CAAC;IACxB,QAAQ,CAAC,EAAE,CAAC,IAAI,EAAE,MAAM,EAAE,KAAK,IAAI,CAAC;IACpC,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,GAAG,CAAC,EAAE,MAAM,CAAC;IACb,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,eAAe,CAAC,EAAE,OAAO,CAAC;IAC1B,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,WAAW,CAAC,EAAE,MAAM,CAAC;CACtB;AAED,QAAA,MAAM,QAAQ,sFAuGb,CAAC;AAIF,OAAO,EAAE,QAAQ,EAAE,gBAAgB,EAAE,CAAC;AACtC,YAAY,EAAE,aAAa,EAAE,CAAC"}
@@ -1,11 +1,9 @@
1
- import * as class_variance_authority_types from 'class-variance-authority/types';
2
1
  import * as React from 'react';
3
- import { VariantProps } from 'class-variance-authority';
4
-
2
+ import { type VariantProps } from 'class-variance-authority';
5
3
  declare const textAreaVariants: (props?: ({
6
4
  size?: "lg" | "md" | null | undefined;
7
5
  state?: "error" | "default" | null | undefined;
8
- } & class_variance_authority_types.ClassProp) | undefined) => string;
6
+ } & import("class-variance-authority/types").ClassProp) | undefined) => string;
9
7
  interface TextAreaProps extends Omit<React.TextareaHTMLAttributes<HTMLTextAreaElement>, 'size'>, VariantProps<typeof textAreaVariants> {
10
8
  error?: boolean;
11
9
  label?: React.ReactNode;
@@ -15,5 +13,6 @@ interface TextAreaProps extends Omit<React.TextareaHTMLAttributes<HTMLTextAreaEl
15
13
  onValueChange?: (value: string) => void;
16
14
  }
17
15
  declare const TextArea: React.ForwardRefExoticComponent<TextAreaProps & React.RefAttributes<HTMLTextAreaElement>>;
18
-
19
- export { TextArea, type TextAreaProps, textAreaVariants };
16
+ export { TextArea, textAreaVariants };
17
+ export type { TextAreaProps };
18
+ //# sourceMappingURL=TextArea.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"TextArea.d.ts","sourceRoot":"","sources":["../../src/components/TextArea.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAA;AAC9B,OAAO,EAAO,KAAK,YAAY,EAAE,MAAM,0BAA0B,CAAA;AAGjE,QAAA,MAAM,gBAAgB;;;8EAYpB,CAAA;AAEF,UAAU,aACR,SACE,IAAI,CAAC,KAAK,CAAC,sBAAsB,CAAC,mBAAmB,CAAC,EAAE,MAAM,CAAC,EAC/D,YAAY,CAAC,OAAO,gBAAgB,CAAC;IACvC,KAAK,CAAC,EAAE,OAAO,CAAA;IACf,KAAK,CAAC,EAAE,KAAK,CAAC,SAAS,CAAA;IACvB,WAAW,CAAC,EAAE,KAAK,CAAC,SAAS,CAAA;IAC7B,SAAS,CAAC,EAAE,OAAO,CAAA;IACnB,MAAM,CAAC,EAAE,SAAS,GAAG,MAAM,GAAG,MAAM,CAAA;IACpC,aAAa,CAAC,EAAE,CAAC,KAAK,EAAE,MAAM,KAAK,IAAI,CAAA;CACxC;AAED,QAAA,MAAM,QAAQ,2FAwIb,CAAA;AAID,OAAO,EAAE,QAAQ,EAAE,gBAAgB,EAAE,CAAA;AACrC,YAAY,EAAE,aAAa,EAAE,CAAA"}
@@ -1,11 +1,9 @@
1
- import * as class_variance_authority_types from 'class-variance-authority/types';
2
1
  import * as React from 'react';
3
- import { VariantProps } from 'class-variance-authority';
4
-
2
+ import { type VariantProps } from 'class-variance-authority';
5
3
  declare const textInputVariants: (props?: ({
6
4
  size?: "xl" | "lg" | "md" | null | undefined;
7
5
  state?: "error" | "default" | null | undefined;
8
- } & class_variance_authority_types.ClassProp) | undefined) => string;
6
+ } & import("class-variance-authority/types").ClassProp) | undefined) => string;
9
7
  interface TextInputProps extends Omit<React.InputHTMLAttributes<HTMLInputElement>, 'size'>, VariantProps<typeof textInputVariants> {
10
8
  error?: boolean;
11
9
  prefixIcon?: React.ReactNode;
@@ -17,5 +15,6 @@ interface TextInputProps extends Omit<React.InputHTMLAttributes<HTMLInputElement
17
15
  onValueChange?: (value: string) => void;
18
16
  }
19
17
  declare const TextInput: React.ForwardRefExoticComponent<TextInputProps & React.RefAttributes<HTMLInputElement>>;
20
-
21
- export { TextInput, type TextInputProps, textInputVariants };
18
+ export { TextInput, textInputVariants };
19
+ export type { TextInputProps };
20
+ //# sourceMappingURL=TextInput.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"TextInput.d.ts","sourceRoot":"","sources":["../../src/components/TextInput.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAC/B,OAAO,EAAO,KAAK,YAAY,EAAE,MAAM,0BAA0B,CAAC;AAGlE,QAAA,MAAM,iBAAiB;;;8EAarB,CAAC;AAEH,UAAU,cACR,SAAQ,IAAI,CAAC,KAAK,CAAC,mBAAmB,CAAC,gBAAgB,CAAC,EAAE,MAAM,CAAC,EAC/D,YAAY,CAAC,OAAO,iBAAiB,CAAC;IACxC,KAAK,CAAC,EAAE,OAAO,CAAC;IAChB,UAAU,CAAC,EAAE,KAAK,CAAC,SAAS,CAAC;IAC7B,UAAU,CAAC,EAAE,KAAK,CAAC,SAAS,CAAC;IAC7B,KAAK,CAAC,EAAE,KAAK,CAAC,SAAS,CAAC;IACxB,WAAW,CAAC,EAAE,KAAK,CAAC,SAAS,CAAC;IAC9B,SAAS,CAAC,EAAE,OAAO,CAAC;IACpB,SAAS,CAAC,EAAE,OAAO,CAAC;IACpB,aAAa,CAAC,EAAE,CAAC,KAAK,EAAE,MAAM,KAAK,IAAI,CAAC;CACzC;AAgBD,QAAA,MAAM,SAAS,yFAsKd,CAAC;AAIF,OAAO,EAAE,SAAS,EAAE,iBAAiB,EAAE,CAAC;AACxC,YAAY,EAAE,cAAc,EAAE,CAAC"}
@@ -1,5 +1,4 @@
1
1
  import * as React from 'react';
2
-
3
2
  interface ThemeProviderProps {
4
3
  children: React.ReactNode;
5
4
  defaultTheme?: string;
@@ -21,5 +20,6 @@ declare let useTheme: () => {
21
20
  systemTheme: string | undefined;
22
21
  forcedTheme: string | undefined;
23
22
  };
24
-
25
- export { ThemeProvider, type ThemeProviderProps, useTheme };
23
+ export { ThemeProvider, useTheme };
24
+ export type { ThemeProviderProps };
25
+ //# sourceMappingURL=ThemeProvider.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"ThemeProvider.d.ts","sourceRoot":"","sources":["../../src/components/ThemeProvider.tsx"],"names":[],"mappings":"AAEA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAE/B,UAAU,kBAAkB;IAC1B,QAAQ,EAAE,KAAK,CAAC,SAAS,CAAC;IAC1B,YAAY,CAAC,EAAE,MAAM,CAAC;IACtB,UAAU,CAAC,EAAE,MAAM,CAAC;IACpB,MAAM,CAAC,EAAE,MAAM,EAAE,CAAC;IAClB,SAAS,CAAC,EAAE,MAAM,GAAG,MAAM,EAAE,CAAC;IAC9B,YAAY,CAAC,EAAE,OAAO,CAAC;IACvB,yBAAyB,CAAC,EAAE,OAAO,CAAC;IACpC,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,iBAAiB,CAAC,EAAE,OAAO,CAAC;IAC5B,KAAK,CAAC,EAAE,MAAM,CAAC;CAChB;AAED,QAAA,IAAI,aAAa,EAAE,KAAK,CAAC,EAAE,CAAC,kBAAkB,CAAqC,CAAC;AACpF,QAAA,IAAI,QAAQ,EAAE,MAAM;IAClB,KAAK,EAAE,MAAM,GAAG,SAAS,CAAC;IAC1B,QAAQ,EAAE,CAAC,KAAK,EAAE,MAAM,KAAK,IAAI,CAAC;IAClC,aAAa,EAAE,MAAM,GAAG,SAAS,CAAC;IAClC,MAAM,EAAE,MAAM,EAAE,CAAC;IACjB,WAAW,EAAE,MAAM,GAAG,SAAS,CAAC;IAChC,WAAW,EAAE,MAAM,GAAG,SAAS,CAAC;CAQhC,CAAC;AAUH,OAAO,EAAE,aAAa,EAAE,QAAQ,EAAE,CAAC;AACnC,YAAY,EAAE,kBAAkB,EAAE,CAAC"}
@@ -1,11 +1,9 @@
1
- import * as class_variance_authority_types from 'class-variance-authority/types';
2
1
  import * as React from 'react';
3
- import { VariantProps } from 'class-variance-authority';
4
-
2
+ import { type VariantProps } from 'class-variance-authority';
5
3
  declare const toggleGroupVariants: (props?: ({
6
4
  variant?: "default" | "outline" | null | undefined;
7
5
  size?: "lg" | "md" | "sm" | null | undefined;
8
- } & class_variance_authority_types.ClassProp) | undefined) => string;
6
+ } & import("class-variance-authority/types").ClassProp) | undefined) => string;
9
7
  interface ToggleGroupItem {
10
8
  value: string;
11
9
  label: React.ReactNode;
@@ -32,5 +30,6 @@ interface ToggleGroupMultipleProps extends VariantProps<typeof toggleGroupVarian
32
30
  }
33
31
  type ToggleGroupProps = ToggleGroupSingleProps | ToggleGroupMultipleProps;
34
32
  declare const ToggleGroup: React.ForwardRefExoticComponent<ToggleGroupProps & React.RefAttributes<HTMLDivElement>>;
35
-
36
- export { ToggleGroup, type ToggleGroupItem, type ToggleGroupProps, toggleGroupVariants };
33
+ export { ToggleGroup, toggleGroupVariants };
34
+ export type { ToggleGroupProps, ToggleGroupItem };
35
+ //# sourceMappingURL=ToggleGroup.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"ToggleGroup.d.ts","sourceRoot":"","sources":["../../src/components/ToggleGroup.tsx"],"names":[],"mappings":"AAEA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAE/B,OAAO,EAAO,KAAK,YAAY,EAAE,MAAM,0BAA0B,CAAC;AAGlE,QAAA,MAAM,mBAAmB;;;8EAgBvB,CAAC;AAEH,UAAU,eAAe;IACvB,KAAK,EAAE,MAAM,CAAC;IACd,KAAK,EAAE,KAAK,CAAC,SAAS,CAAC;IACvB,IAAI,CAAC,EAAE,KAAK,CAAC,SAAS,CAAC;IACvB,QAAQ,CAAC,EAAE,OAAO,CAAC;CACpB;AAED,UAAU,sBAAuB,SAAQ,YAAY,CAAC,OAAO,mBAAmB,CAAC;IAC/E,IAAI,CAAC,EAAE,QAAQ,CAAC;IAChB,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,YAAY,CAAC,EAAE,MAAM,CAAC;IACtB,aAAa,CAAC,EAAE,CAAC,KAAK,EAAE,MAAM,KAAK,IAAI,CAAC;IACxC,KAAK,EAAE,eAAe,EAAE,CAAC;IACzB,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,SAAS,CAAC,EAAE,MAAM,CAAC;CACpB;AAED,UAAU,wBAAyB,SAAQ,YAAY,CAAC,OAAO,mBAAmB,CAAC;IACjF,IAAI,EAAE,UAAU,CAAC;IACjB,KAAK,CAAC,EAAE,MAAM,EAAE,CAAC;IACjB,YAAY,CAAC,EAAE,MAAM,EAAE,CAAC;IACxB,aAAa,CAAC,EAAE,CAAC,KAAK,EAAE,MAAM,EAAE,KAAK,IAAI,CAAC;IAC1C,KAAK,EAAE,eAAe,EAAE,CAAC;IACzB,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,SAAS,CAAC,EAAE,MAAM,CAAC;CACpB;AAED,KAAK,gBAAgB,GAAG,sBAAsB,GAAG,wBAAwB,CAAC;AAS1E,QAAA,MAAM,WAAW,yFAoJhB,CAAC;AAIF,OAAO,EAAE,WAAW,EAAE,mBAAmB,EAAE,CAAC;AAC5C,YAAY,EAAE,gBAAgB,EAAE,eAAe,EAAE,CAAC"}
@@ -1,13 +1,9 @@
1
- import * as react_jsx_runtime from 'react/jsx-runtime';
2
- import * as React from 'react';
3
- import { ReactNode } from 'react';
4
- import * as class_variance_authority_types from 'class-variance-authority/types';
5
1
  import * as TooltipPrimitive from '@radix-ui/react-tooltip';
6
- import { VariantProps } from 'class-variance-authority';
7
-
2
+ import { type VariantProps } from 'class-variance-authority';
3
+ import { ReactNode } from 'react';
8
4
  declare const tooltipContentVariants: (props?: ({
9
5
  variant?: "light" | "dark" | null | undefined;
10
- } & class_variance_authority_types.ClassProp) | undefined) => string;
6
+ } & import("class-variance-authority/types").ClassProp) | undefined) => string;
11
7
  interface TooltipProps extends VariantProps<typeof tooltipContentVariants> {
12
8
  children: ReactNode;
13
9
  content: ReactNode;
@@ -18,7 +14,7 @@ interface TooltipProps extends VariantProps<typeof tooltipContentVariants> {
18
14
  className?: string;
19
15
  triggerClassName?: string;
20
16
  }
21
- declare const TooltipProvider: React.FC<TooltipPrimitive.TooltipProviderProps>;
22
- declare const Tooltip: ({ children, content, side, align, delayDuration, disabled, variant, triggerClassName, className, }: TooltipProps) => react_jsx_runtime.JSX.Element;
23
-
17
+ declare const TooltipProvider: import("react").FC<TooltipPrimitive.TooltipProviderProps>;
18
+ declare const Tooltip: ({ children, content, side, align, delayDuration, disabled, variant, triggerClassName, className, }: TooltipProps) => import("react/jsx-runtime").JSX.Element;
24
19
  export { Tooltip, TooltipProvider, tooltipContentVariants };
20
+ //# sourceMappingURL=Tooltip.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"Tooltip.d.ts","sourceRoot":"","sources":["../../src/components/Tooltip.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,gBAAgB,MAAM,yBAAyB,CAAC;AAC5D,OAAO,EAAO,KAAK,YAAY,EAAE,MAAM,0BAA0B,CAAC;AAClE,OAAO,EAAE,SAAS,EAAE,MAAM,OAAO,CAAC;AAGlC,QAAA,MAAM,sBAAsB;;8EAQ1B,CAAC;AAEH,UAAU,YAAa,SAAQ,YAAY,CAAC,OAAO,sBAAsB,CAAC;IACxE,QAAQ,EAAE,SAAS,CAAC;IACpB,OAAO,EAAE,SAAS,CAAC;IACnB,IAAI,CAAC,EAAE,KAAK,GAAG,OAAO,GAAG,QAAQ,GAAG,MAAM,CAAC;IAC3C,KAAK,CAAC,EAAE,OAAO,GAAG,QAAQ,GAAG,KAAK,CAAC;IACnC,aAAa,CAAC,EAAE,MAAM,CAAC;IACvB,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,gBAAgB,CAAC,EAAE,MAAM,CAAC;CAC3B;AAED,QAAA,MAAM,eAAe,2DAA4B,CAAC;AAElD,QAAA,MAAM,OAAO,GAAI,oGAUd,YAAY,4CAyBd,CAAC;AAEF,OAAO,EAAE,OAAO,EAAE,eAAe,EAAE,sBAAsB,EAAE,CAAC"}
@@ -1,6 +1,5 @@
1
1
  import * as React from 'react';
2
- import { VirtualItem } from '@tanstack/react-virtual';
3
-
2
+ import { type VirtualItem } from '@tanstack/react-virtual';
4
3
  interface VirtualListProps<T> {
5
4
  items: T[];
6
5
  estimateSize: number | ((index: number) => number);
@@ -30,5 +29,6 @@ interface VirtualGridProps<T> {
30
29
  declare const VirtualGrid: <T>(props: VirtualGridProps<T> & {
31
30
  ref?: React.Ref<HTMLDivElement>;
32
31
  }) => React.ReactElement;
33
-
34
- export { VirtualGrid, type VirtualGridProps, VirtualList, type VirtualListProps };
32
+ export { VirtualList, VirtualGrid };
33
+ export type { VirtualListProps, VirtualGridProps };
34
+ //# sourceMappingURL=VirtualScroll.d.ts.map