@trustasia-frontend/website-ui 0.1.0

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 (262) hide show
  1. package/dist/components/Accordion/Accordion.d.ts +27 -0
  2. package/dist/components/Accordion/Accordion.d.ts.map +1 -0
  3. package/dist/components/Accordion/index.d.ts +2 -0
  4. package/dist/components/Accordion/index.d.ts.map +1 -0
  5. package/dist/components/Alert/Alert.d.ts +18 -0
  6. package/dist/components/Alert/Alert.d.ts.map +1 -0
  7. package/dist/components/Alert/index.d.ts +2 -0
  8. package/dist/components/Alert/index.d.ts.map +1 -0
  9. package/dist/components/AlertDialog/AlertDialog.d.ts +33 -0
  10. package/dist/components/AlertDialog/AlertDialog.d.ts.map +1 -0
  11. package/dist/components/AlertDialog/index.d.ts +2 -0
  12. package/dist/components/AlertDialog/index.d.ts.map +1 -0
  13. package/dist/components/AspectRatio/AspectRatio.d.ts +7 -0
  14. package/dist/components/AspectRatio/AspectRatio.d.ts.map +1 -0
  15. package/dist/components/AspectRatio/index.d.ts +2 -0
  16. package/dist/components/AspectRatio/index.d.ts.map +1 -0
  17. package/dist/components/Avatar/Avatar.d.ts +27 -0
  18. package/dist/components/Avatar/Avatar.d.ts.map +1 -0
  19. package/dist/components/Avatar/index.d.ts +2 -0
  20. package/dist/components/Avatar/index.d.ts.map +1 -0
  21. package/dist/components/Badge/Badge.d.ts +12 -0
  22. package/dist/components/Badge/Badge.d.ts.map +1 -0
  23. package/dist/components/Badge/index.d.ts +2 -0
  24. package/dist/components/Badge/index.d.ts.map +1 -0
  25. package/dist/components/Breadcrumb/Breadcrumb.d.ts +19 -0
  26. package/dist/components/Breadcrumb/Breadcrumb.d.ts.map +1 -0
  27. package/dist/components/Breadcrumb/index.d.ts +2 -0
  28. package/dist/components/Breadcrumb/index.d.ts.map +1 -0
  29. package/dist/components/Button/Button.d.ts +11 -0
  30. package/dist/components/Button/Button.d.ts.map +1 -0
  31. package/dist/components/Button/index.d.ts +2 -0
  32. package/dist/components/Button/index.d.ts.map +1 -0
  33. package/dist/components/ButtonGroup/ButtonGroup.d.ts +10 -0
  34. package/dist/components/ButtonGroup/ButtonGroup.d.ts.map +1 -0
  35. package/dist/components/ButtonGroup/index.d.ts +2 -0
  36. package/dist/components/ButtonGroup/index.d.ts.map +1 -0
  37. package/dist/components/Calendar/Calendar.d.ts +9 -0
  38. package/dist/components/Calendar/Calendar.d.ts.map +1 -0
  39. package/dist/components/Calendar/index.d.ts +2 -0
  40. package/dist/components/Calendar/index.d.ts.map +1 -0
  41. package/dist/components/Card/Card.d.ts +17 -0
  42. package/dist/components/Card/Card.d.ts.map +1 -0
  43. package/dist/components/Card/index.d.ts +2 -0
  44. package/dist/components/Card/index.d.ts.map +1 -0
  45. package/dist/components/Carousel/Carousel.d.ts +25 -0
  46. package/dist/components/Carousel/Carousel.d.ts.map +1 -0
  47. package/dist/components/Carousel/index.d.ts +2 -0
  48. package/dist/components/Carousel/index.d.ts.map +1 -0
  49. package/dist/components/Checkbox/Checkbox.d.ts +11 -0
  50. package/dist/components/Checkbox/Checkbox.d.ts.map +1 -0
  51. package/dist/components/Checkbox/index.d.ts +2 -0
  52. package/dist/components/Checkbox/index.d.ts.map +1 -0
  53. package/dist/components/Collapsible/Collapsible.d.ts +12 -0
  54. package/dist/components/Collapsible/Collapsible.d.ts.map +1 -0
  55. package/dist/components/Collapsible/index.d.ts +2 -0
  56. package/dist/components/Collapsible/index.d.ts.map +1 -0
  57. package/dist/components/Combobox/Combobox.d.ts +41 -0
  58. package/dist/components/Combobox/Combobox.d.ts.map +1 -0
  59. package/dist/components/Combobox/index.d.ts +2 -0
  60. package/dist/components/Combobox/index.d.ts.map +1 -0
  61. package/dist/components/Command/Command.d.ts +22 -0
  62. package/dist/components/Command/Command.d.ts.map +1 -0
  63. package/dist/components/Command/index.d.ts +2 -0
  64. package/dist/components/Command/index.d.ts.map +1 -0
  65. package/dist/components/ContextMenu/ContextMenu.d.ts +36 -0
  66. package/dist/components/ContextMenu/ContextMenu.d.ts.map +1 -0
  67. package/dist/components/ContextMenu/index.d.ts +2 -0
  68. package/dist/components/ContextMenu/index.d.ts.map +1 -0
  69. package/dist/components/DataTable/DataTable.d.ts +37 -0
  70. package/dist/components/DataTable/DataTable.d.ts.map +1 -0
  71. package/dist/components/DataTable/index.d.ts +2 -0
  72. package/dist/components/DataTable/index.d.ts.map +1 -0
  73. package/dist/components/DatePicker/DatePicker.d.ts +39 -0
  74. package/dist/components/DatePicker/DatePicker.d.ts.map +1 -0
  75. package/dist/components/DatePicker/index.d.ts +3 -0
  76. package/dist/components/DatePicker/index.d.ts.map +1 -0
  77. package/dist/components/Dialog/Dialog.d.ts +26 -0
  78. package/dist/components/Dialog/Dialog.d.ts.map +1 -0
  79. package/dist/components/Dialog/index.d.ts +2 -0
  80. package/dist/components/Dialog/index.d.ts.map +1 -0
  81. package/dist/components/Direction/Direction.d.ts +12 -0
  82. package/dist/components/Direction/Direction.d.ts.map +1 -0
  83. package/dist/components/Direction/index.d.ts +2 -0
  84. package/dist/components/Direction/index.d.ts.map +1 -0
  85. package/dist/components/Drawer/Drawer.d.ts +22 -0
  86. package/dist/components/Drawer/Drawer.d.ts.map +1 -0
  87. package/dist/components/Drawer/index.d.ts +2 -0
  88. package/dist/components/Drawer/index.d.ts.map +1 -0
  89. package/dist/components/DropdownMenu/DropdownMenu.d.ts +42 -0
  90. package/dist/components/DropdownMenu/DropdownMenu.d.ts.map +1 -0
  91. package/dist/components/DropdownMenu/index.d.ts +2 -0
  92. package/dist/components/DropdownMenu/index.d.ts.map +1 -0
  93. package/dist/components/Empty/Empty.d.ts +21 -0
  94. package/dist/components/Empty/Empty.d.ts.map +1 -0
  95. package/dist/components/Empty/index.d.ts +2 -0
  96. package/dist/components/Empty/index.d.ts.map +1 -0
  97. package/dist/components/Field/Field.d.ts +22 -0
  98. package/dist/components/Field/Field.d.ts.map +1 -0
  99. package/dist/components/Field/index.d.ts +2 -0
  100. package/dist/components/Field/index.d.ts.map +1 -0
  101. package/dist/components/HoverCard/HoverCard.d.ts +14 -0
  102. package/dist/components/HoverCard/HoverCard.d.ts.map +1 -0
  103. package/dist/components/HoverCard/index.d.ts +2 -0
  104. package/dist/components/HoverCard/index.d.ts.map +1 -0
  105. package/dist/components/Input/Input.d.ts +11 -0
  106. package/dist/components/Input/Input.d.ts.map +1 -0
  107. package/dist/components/Input/index.d.ts +2 -0
  108. package/dist/components/Input/index.d.ts.map +1 -0
  109. package/dist/components/InputGroup/InputGroup.d.ts +14 -0
  110. package/dist/components/InputGroup/InputGroup.d.ts.map +1 -0
  111. package/dist/components/InputGroup/index.d.ts +2 -0
  112. package/dist/components/InputGroup/index.d.ts.map +1 -0
  113. package/dist/components/InputOTP/InputOTP.d.ts +19 -0
  114. package/dist/components/InputOTP/InputOTP.d.ts.map +1 -0
  115. package/dist/components/InputOTP/index.d.ts +2 -0
  116. package/dist/components/InputOTP/index.d.ts.map +1 -0
  117. package/dist/components/Item/Item.d.ts +15 -0
  118. package/dist/components/Item/Item.d.ts.map +1 -0
  119. package/dist/components/Item/index.d.ts +2 -0
  120. package/dist/components/Item/index.d.ts.map +1 -0
  121. package/dist/components/Kbd/Kbd.d.ts +4 -0
  122. package/dist/components/Kbd/Kbd.d.ts.map +1 -0
  123. package/dist/components/Kbd/index.d.ts +2 -0
  124. package/dist/components/Kbd/index.d.ts.map +1 -0
  125. package/dist/components/Label/Label.d.ts +4 -0
  126. package/dist/components/Label/Label.d.ts.map +1 -0
  127. package/dist/components/Label/index.d.ts +2 -0
  128. package/dist/components/Label/index.d.ts.map +1 -0
  129. package/dist/components/Menubar/Menubar.d.ts +40 -0
  130. package/dist/components/Menubar/Menubar.d.ts.map +1 -0
  131. package/dist/components/Menubar/index.d.ts +2 -0
  132. package/dist/components/Menubar/index.d.ts.map +1 -0
  133. package/dist/components/NativeSelect/NativeSelect.d.ts +7 -0
  134. package/dist/components/NativeSelect/NativeSelect.d.ts.map +1 -0
  135. package/dist/components/NativeSelect/index.d.ts +2 -0
  136. package/dist/components/NativeSelect/index.d.ts.map +1 -0
  137. package/dist/components/NavigationMenu/NavigationMenu.d.ts +22 -0
  138. package/dist/components/NavigationMenu/NavigationMenu.d.ts.map +1 -0
  139. package/dist/components/NavigationMenu/index.d.ts +2 -0
  140. package/dist/components/NavigationMenu/index.d.ts.map +1 -0
  141. package/dist/components/Pagination/Pagination.d.ts +11 -0
  142. package/dist/components/Pagination/Pagination.d.ts.map +1 -0
  143. package/dist/components/Pagination/index.d.ts +2 -0
  144. package/dist/components/Pagination/index.d.ts.map +1 -0
  145. package/dist/components/Popover/Popover.d.ts +18 -0
  146. package/dist/components/Popover/Popover.d.ts.map +1 -0
  147. package/dist/components/Popover/index.d.ts +2 -0
  148. package/dist/components/Popover/index.d.ts.map +1 -0
  149. package/dist/components/Progress/Progress.d.ts +11 -0
  150. package/dist/components/Progress/Progress.d.ts.map +1 -0
  151. package/dist/components/Progress/index.d.ts +2 -0
  152. package/dist/components/Progress/index.d.ts.map +1 -0
  153. package/dist/components/RadioGroup/RadioGroup.d.ts +10 -0
  154. package/dist/components/RadioGroup/RadioGroup.d.ts.map +1 -0
  155. package/dist/components/RadioGroup/index.d.ts +2 -0
  156. package/dist/components/RadioGroup/index.d.ts.map +1 -0
  157. package/dist/components/Resizable/Resizable.d.ts +14 -0
  158. package/dist/components/Resizable/Resizable.d.ts.map +1 -0
  159. package/dist/components/Resizable/index.d.ts +2 -0
  160. package/dist/components/Resizable/index.d.ts.map +1 -0
  161. package/dist/components/ScrollArea/ScrollArea.d.ts +14 -0
  162. package/dist/components/ScrollArea/ScrollArea.d.ts.map +1 -0
  163. package/dist/components/ScrollArea/index.d.ts +2 -0
  164. package/dist/components/ScrollArea/index.d.ts.map +1 -0
  165. package/dist/components/Select/Select.d.ts +22 -0
  166. package/dist/components/Select/Select.d.ts.map +1 -0
  167. package/dist/components/Select/index.d.ts +2 -0
  168. package/dist/components/Select/index.d.ts.map +1 -0
  169. package/dist/components/Separator/Separator.d.ts +9 -0
  170. package/dist/components/Separator/Separator.d.ts.map +1 -0
  171. package/dist/components/Separator/index.d.ts +2 -0
  172. package/dist/components/Separator/index.d.ts.map +1 -0
  173. package/dist/components/Sheet/Sheet.d.ts +30 -0
  174. package/dist/components/Sheet/Sheet.d.ts.map +1 -0
  175. package/dist/components/Sheet/index.d.ts +2 -0
  176. package/dist/components/Sheet/index.d.ts.map +1 -0
  177. package/dist/components/Sidebar/Sidebar.d.ts +27 -0
  178. package/dist/components/Sidebar/Sidebar.d.ts.map +1 -0
  179. package/dist/components/Sidebar/index.d.ts +2 -0
  180. package/dist/components/Sidebar/index.d.ts.map +1 -0
  181. package/dist/components/Skeleton/Skeleton.d.ts +8 -0
  182. package/dist/components/Skeleton/Skeleton.d.ts.map +1 -0
  183. package/dist/components/Skeleton/index.d.ts +2 -0
  184. package/dist/components/Skeleton/index.d.ts.map +1 -0
  185. package/dist/components/Slider/Slider.d.ts +8 -0
  186. package/dist/components/Slider/Slider.d.ts.map +1 -0
  187. package/dist/components/Slider/index.d.ts +2 -0
  188. package/dist/components/Slider/index.d.ts.map +1 -0
  189. package/dist/components/Sonner/index.d.ts +2 -0
  190. package/dist/components/Sonner/index.d.ts.map +1 -0
  191. package/dist/components/Spinner/Spinner.d.ts +8 -0
  192. package/dist/components/Spinner/Spinner.d.ts.map +1 -0
  193. package/dist/components/Spinner/index.d.ts +2 -0
  194. package/dist/components/Spinner/index.d.ts.map +1 -0
  195. package/dist/components/Switch/Switch.d.ts +4 -0
  196. package/dist/components/Switch/Switch.d.ts.map +1 -0
  197. package/dist/components/Switch/index.d.ts +2 -0
  198. package/dist/components/Switch/index.d.ts.map +1 -0
  199. package/dist/components/Table/Table.d.ts +21 -0
  200. package/dist/components/Table/Table.d.ts.map +1 -0
  201. package/dist/components/Table/index.d.ts +2 -0
  202. package/dist/components/Table/index.d.ts.map +1 -0
  203. package/dist/components/Tabs/Tabs.d.ts +14 -0
  204. package/dist/components/Tabs/Tabs.d.ts.map +1 -0
  205. package/dist/components/Tabs/index.d.ts +2 -0
  206. package/dist/components/Tabs/index.d.ts.map +1 -0
  207. package/dist/components/Textarea/Textarea.d.ts +7 -0
  208. package/dist/components/Textarea/Textarea.d.ts.map +1 -0
  209. package/dist/components/Textarea/index.d.ts +2 -0
  210. package/dist/components/Textarea/index.d.ts.map +1 -0
  211. package/dist/components/Toggle/Toggle.d.ts +9 -0
  212. package/dist/components/Toggle/Toggle.d.ts.map +1 -0
  213. package/dist/components/Toggle/index.d.ts +2 -0
  214. package/dist/components/Toggle/index.d.ts.map +1 -0
  215. package/dist/components/ToggleGroup/ToggleGroup.d.ts +14 -0
  216. package/dist/components/ToggleGroup/ToggleGroup.d.ts.map +1 -0
  217. package/dist/components/ToggleGroup/index.d.ts +2 -0
  218. package/dist/components/ToggleGroup/index.d.ts.map +1 -0
  219. package/dist/components/Tooltip/Tooltip.d.ts +23 -0
  220. package/dist/components/Tooltip/Tooltip.d.ts.map +1 -0
  221. package/dist/components/Tooltip/index.d.ts +2 -0
  222. package/dist/components/Tooltip/index.d.ts.map +1 -0
  223. package/dist/components/Typography/Typography.d.ts +41 -0
  224. package/dist/components/Typography/Typography.d.ts.map +1 -0
  225. package/dist/components/Typography/index.d.ts +2 -0
  226. package/dist/components/Typography/index.d.ts.map +1 -0
  227. package/dist/components/index.d.ts +58 -0
  228. package/dist/components/index.d.ts.map +1 -0
  229. package/dist/hooks/index.d.ts +3 -0
  230. package/dist/hooks/index.d.ts.map +1 -0
  231. package/dist/hooks/useDebounce.d.ts +2 -0
  232. package/dist/hooks/useDebounce.d.ts.map +1 -0
  233. package/dist/hooks/useToggle.d.ts +2 -0
  234. package/dist/hooks/useToggle.d.ts.map +1 -0
  235. package/dist/index.cjs +114 -0
  236. package/dist/index.d.ts +65 -0
  237. package/dist/index.d.ts.map +1 -0
  238. package/dist/index.mjs +26458 -0
  239. package/dist/primitives/Box.d.ts +7 -0
  240. package/dist/primitives/Box.d.ts.map +1 -0
  241. package/dist/primitives/Stack.d.ts +15 -0
  242. package/dist/primitives/Stack.d.ts.map +1 -0
  243. package/dist/primitives/Text.d.ts +9 -0
  244. package/dist/primitives/Text.d.ts.map +1 -0
  245. package/dist/primitives/index.d.ts +4 -0
  246. package/dist/primitives/index.d.ts.map +1 -0
  247. package/dist/tokens/colors.d.ts +88 -0
  248. package/dist/tokens/colors.d.ts.map +1 -0
  249. package/dist/tokens/index.d.ts +5 -0
  250. package/dist/tokens/index.d.ts.map +1 -0
  251. package/dist/tokens/shadows.d.ts +24 -0
  252. package/dist/tokens/shadows.d.ts.map +1 -0
  253. package/dist/tokens/spacing.d.ts +12 -0
  254. package/dist/tokens/spacing.d.ts.map +1 -0
  255. package/dist/tokens/typography.d.ts +46 -0
  256. package/dist/tokens/typography.d.ts.map +1 -0
  257. package/dist/utils/cn.d.ts +3 -0
  258. package/dist/utils/cn.d.ts.map +1 -0
  259. package/dist/utils/index.d.ts +2 -0
  260. package/dist/utils/index.d.ts.map +1 -0
  261. package/dist/website-ui.css +1 -0
  262. package/package.json +96 -0
@@ -0,0 +1,37 @@
1
+ import { ColumnDef } from '@tanstack/react-table';
2
+ declare function Table({ className, ...props }: React.ComponentPropsWithRef<'table'>): import("react/jsx-runtime").JSX.Element;
3
+ declare function TableHeader({ className, ...props }: React.ComponentPropsWithRef<'thead'>): import("react/jsx-runtime").JSX.Element;
4
+ declare function TableBody({ className, ...props }: React.ComponentPropsWithRef<'tbody'>): import("react/jsx-runtime").JSX.Element;
5
+ declare function TableFooter({ className, ...props }: React.ComponentPropsWithRef<'tfoot'>): import("react/jsx-runtime").JSX.Element;
6
+ declare function TableRow({ className, ...props }: React.ComponentPropsWithRef<'tr'>): import("react/jsx-runtime").JSX.Element;
7
+ declare function TableHead({ className, ...props }: React.ComponentPropsWithRef<'th'>): import("react/jsx-runtime").JSX.Element;
8
+ declare function TableCell({ className, children, title, style, ...props }: React.ComponentPropsWithRef<'td'>): import("react/jsx-runtime").JSX.Element;
9
+ declare function TableCaption({ className, ...props }: React.ComponentPropsWithRef<'caption'>): import("react/jsx-runtime").JSX.Element;
10
+ interface DataTableProps<TData, TValue> {
11
+ columns: ColumnDef<TData, TValue>[];
12
+ data: TData[];
13
+ pageSize?: number;
14
+ searchColumn?: string;
15
+ searchPlaceholder?: string;
16
+ pinnedColumns?: {
17
+ left?: string[];
18
+ right?: string[];
19
+ };
20
+ /** 'checkbox' = multi-select, 'radio' = single-select, undefined = no selection */
21
+ rowSelection?: 'checkbox' | 'radio';
22
+ onRowSelectionChange?: (selectedRows: TData[]) => void;
23
+ }
24
+ declare function Root<TData, TValue>({ columns, data, pageSize, searchColumn, searchPlaceholder, pinnedColumns, rowSelection: rowSelectionMode, onRowSelectionChange, }: DataTableProps<TData, TValue>): import("react/jsx-runtime").JSX.Element;
25
+ export declare const DataTable: {
26
+ Root: typeof Root;
27
+ Table: typeof Table;
28
+ TableHeader: typeof TableHeader;
29
+ TableBody: typeof TableBody;
30
+ TableFooter: typeof TableFooter;
31
+ TableRow: typeof TableRow;
32
+ TableHead: typeof TableHead;
33
+ TableCell: typeof TableCell;
34
+ TableCaption: typeof TableCaption;
35
+ };
36
+ export type { ColumnDef };
37
+ //# sourceMappingURL=DataTable.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"DataTable.d.ts","sourceRoot":"","sources":["../../../src/components/DataTable/DataTable.tsx"],"names":[],"mappings":"AAEA,OAAO,EAEL,KAAK,SAAS,EAWf,MAAM,uBAAuB,CAAA;AAgC9B,iBAAS,KAAK,CAAC,EAAE,SAAS,EAAE,GAAG,KAAK,EAAE,EAAE,KAAK,CAAC,qBAAqB,CAAC,OAAO,CAAC,2CAQ3E;AAED,iBAAS,WAAW,CAAC,EAAE,SAAS,EAAE,GAAG,KAAK,EAAE,EAAE,KAAK,CAAC,qBAAqB,CAAC,OAAO,CAAC,2CAEjF;AAED,iBAAS,SAAS,CAAC,EAAE,SAAS,EAAE,GAAG,KAAK,EAAE,EAAE,KAAK,CAAC,qBAAqB,CAAC,OAAO,CAAC,2CAE/E;AAED,iBAAS,WAAW,CAAC,EAAE,SAAS,EAAE,GAAG,KAAK,EAAE,EAAE,KAAK,CAAC,qBAAqB,CAAC,OAAO,CAAC,2CAOjF;AAED,iBAAS,QAAQ,CAAC,EAAE,SAAS,EAAE,GAAG,KAAK,EAAE,EAAE,KAAK,CAAC,qBAAqB,CAAC,IAAI,CAAC,2CAU3E;AAED,iBAAS,SAAS,CAAC,EAAE,SAAS,EAAE,GAAG,KAAK,EAAE,EAAE,KAAK,CAAC,qBAAqB,CAAC,IAAI,CAAC,2CAY5E;AAED,iBAAS,SAAS,CAAC,EAAE,SAAS,EAAE,QAAQ,EAAE,KAAK,EAAE,KAAK,EAAE,GAAG,KAAK,EAAE,EAAE,KAAK,CAAC,qBAAqB,CAAC,IAAI,CAAC,2CAmCpG;AAED,iBAAS,YAAY,CAAC,EAAE,SAAS,EAAE,GAAG,KAAK,EAAE,EAAE,KAAK,CAAC,qBAAqB,CAAC,SAAS,CAAC,2CAIpF;AA4GD,UAAU,cAAc,CAAC,KAAK,EAAE,MAAM;IACpC,OAAO,EAAE,SAAS,CAAC,KAAK,EAAE,MAAM,CAAC,EAAE,CAAA;IACnC,IAAI,EAAE,KAAK,EAAE,CAAA;IACb,QAAQ,CAAC,EAAE,MAAM,CAAA;IACjB,YAAY,CAAC,EAAE,MAAM,CAAA;IACrB,iBAAiB,CAAC,EAAE,MAAM,CAAA;IAC1B,aAAa,CAAC,EAAE;QAAE,IAAI,CAAC,EAAE,MAAM,EAAE,CAAC;QAAC,KAAK,CAAC,EAAE,MAAM,EAAE,CAAA;KAAE,CAAA;IACrD,mFAAmF;IACnF,YAAY,CAAC,EAAE,UAAU,GAAG,OAAO,CAAA;IACnC,oBAAoB,CAAC,EAAE,CAAC,YAAY,EAAE,KAAK,EAAE,KAAK,IAAI,CAAA;CACvD;AAsCD,iBAAS,IAAI,CAAC,KAAK,EAAE,MAAM,EAAE,EAC3B,OAAO,EACP,IAAI,EACJ,QAAa,EACb,YAAY,EACZ,iBAA6B,EAC7B,aAAa,EACb,YAAY,EAAE,gBAAgB,EAC9B,oBAAoB,GACrB,EAAE,cAAc,CAAC,KAAK,EAAE,MAAM,CAAC,2CAuJ/B;AAED,eAAO,MAAM,SAAS;;;;;;;;;;CAUrB,CAAA;AAED,YAAY,EAAE,SAAS,EAAE,CAAA"}
@@ -0,0 +1,2 @@
1
+ export * from './DataTable';
2
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/components/DataTable/index.ts"],"names":[],"mappings":"AAAA,cAAc,aAAa,CAAA"}
@@ -0,0 +1,39 @@
1
+ import { ComponentPropsWithRef } from 'react';
2
+ import { DateRange } from 'react-day-picker';
3
+ import { Calendar } from '../Calendar/Calendar';
4
+ type SingleProps = {
5
+ value?: Date;
6
+ onChange?: (date: Date | undefined) => void;
7
+ placeholder?: string;
8
+ disabled?: boolean;
9
+ className?: string;
10
+ /** Format function for display. Defaults to locale date string. */
11
+ format?: (date: Date) => string;
12
+ calendarProps?: Omit<ComponentPropsWithRef<typeof Calendar.Root>, 'mode' | 'selected' | 'onSelect'>;
13
+ };
14
+ declare function Single({ value, onChange, placeholder, disabled, className, format, calendarProps, }: SingleProps): import("react/jsx-runtime").JSX.Element;
15
+ type RangeProps = {
16
+ value?: DateRange;
17
+ onChange?: (range: DateRange | undefined) => void;
18
+ placeholder?: string;
19
+ disabled?: boolean;
20
+ className?: string;
21
+ format?: (date: Date) => string;
22
+ calendarProps?: Omit<ComponentPropsWithRef<typeof Calendar.Root>, 'mode' | 'selected' | 'onSelect'>;
23
+ };
24
+ declare function Range({ value, onChange, placeholder, disabled, className, format, calendarProps, }: RangeProps): import("react/jsx-runtime").JSX.Element;
25
+ type Preset = {
26
+ label: string;
27
+ range: DateRange;
28
+ };
29
+ type WithPresetsProps = RangeProps & {
30
+ presets?: Preset[];
31
+ };
32
+ declare function WithPresets({ value, onChange, placeholder, disabled, className, format, presets, calendarProps, }: WithPresetsProps): import("react/jsx-runtime").JSX.Element;
33
+ export declare const DatePicker: {
34
+ Single: typeof Single;
35
+ Range: typeof Range;
36
+ WithPresets: typeof WithPresets;
37
+ };
38
+ export type { DateRange, Preset };
39
+ //# sourceMappingURL=DatePicker.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"DatePicker.d.ts","sourceRoot":"","sources":["../../../src/components/DatePicker/DatePicker.tsx"],"names":[],"mappings":"AAGA,OAAO,EAAY,KAAK,qBAAqB,EAAE,MAAM,OAAO,CAAA;AAC5D,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,kBAAkB,CAAA;AACjD,OAAO,EAAE,QAAQ,EAAE,MAAM,sBAAsB,CAAA;AAsG/C,KAAK,WAAW,GAAG;IACjB,KAAK,CAAC,EAAE,IAAI,CAAA;IACZ,QAAQ,CAAC,EAAE,CAAC,IAAI,EAAE,IAAI,GAAG,SAAS,KAAK,IAAI,CAAA;IAC3C,WAAW,CAAC,EAAE,MAAM,CAAA;IACpB,QAAQ,CAAC,EAAE,OAAO,CAAA;IAClB,SAAS,CAAC,EAAE,MAAM,CAAA;IAClB,mEAAmE;IACnE,MAAM,CAAC,EAAE,CAAC,IAAI,EAAE,IAAI,KAAK,MAAM,CAAA;IAC/B,aAAa,CAAC,EAAE,IAAI,CAAC,qBAAqB,CAAC,OAAO,QAAQ,CAAC,IAAI,CAAC,EAAE,MAAM,GAAG,UAAU,GAAG,UAAU,CAAC,CAAA;CACpG,CAAA;AAED,iBAAS,MAAM,CAAC,EACd,KAAK,EACL,QAAQ,EACR,WAA2B,EAC3B,QAAQ,EACR,SAAS,EACT,MAAM,EACN,aAAa,GACd,EAAE,WAAW,2CA2Bb;AAID,KAAK,UAAU,GAAG;IAChB,KAAK,CAAC,EAAE,SAAS,CAAA;IACjB,QAAQ,CAAC,EAAE,CAAC,KAAK,EAAE,SAAS,GAAG,SAAS,KAAK,IAAI,CAAA;IACjD,WAAW,CAAC,EAAE,MAAM,CAAA;IACpB,QAAQ,CAAC,EAAE,OAAO,CAAA;IAClB,SAAS,CAAC,EAAE,MAAM,CAAA;IAClB,MAAM,CAAC,EAAE,CAAC,IAAI,EAAE,IAAI,KAAK,MAAM,CAAA;IAC/B,aAAa,CAAC,EAAE,IAAI,CAAC,qBAAqB,CAAC,OAAO,QAAQ,CAAC,IAAI,CAAC,EAAE,MAAM,GAAG,UAAU,GAAG,UAAU,CAAC,CAAA;CACpG,CAAA;AAED,iBAAS,KAAK,CAAC,EACb,KAAK,EACL,QAAQ,EACR,WAAiC,EACjC,QAAQ,EACR,SAAS,EACT,MAAM,EACN,aAAa,GACd,EAAE,UAAU,2CA6BZ;AAID,KAAK,MAAM,GAAG;IACZ,KAAK,EAAE,MAAM,CAAA;IACb,KAAK,EAAE,SAAS,CAAA;CACjB,CAAA;AAgDD,KAAK,gBAAgB,GAAG,UAAU,GAAG;IACnC,OAAO,CAAC,EAAE,MAAM,EAAE,CAAA;CACnB,CAAA;AAED,iBAAS,WAAW,CAAC,EACnB,KAAK,EACL,QAAQ,EACR,WAAiC,EACjC,QAAQ,EACR,SAAS,EACT,MAAM,EACN,OAAyB,EACzB,aAAa,GACd,EAAE,gBAAgB,2CAmDlB;AAED,eAAO,MAAM,UAAU;;;;CAAiC,CAAA;AACxD,YAAY,EAAE,SAAS,EAAE,MAAM,EAAE,CAAA"}
@@ -0,0 +1,3 @@
1
+ export { DatePicker } from './DatePicker';
2
+ export type { DateRange, Preset } from './DatePicker';
3
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/components/DatePicker/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,UAAU,EAAE,MAAM,cAAc,CAAA;AACzC,YAAY,EAAE,SAAS,EAAE,MAAM,EAAE,MAAM,cAAc,CAAA"}
@@ -0,0 +1,26 @@
1
+ import * as DialogPrimitive from '@radix-ui/react-dialog';
2
+ declare function DialogRoot({ children, ...props }: DialogPrimitive.DialogProps): import("react/jsx-runtime").JSX.Element;
3
+ declare function DialogTrigger({ className, ...props }: DialogPrimitive.DialogTriggerProps): import("react/jsx-runtime").JSX.Element;
4
+ declare function DialogContent({ className, children, ref, ...props }: DialogPrimitive.DialogContentProps & {
5
+ ref?: React.Ref<HTMLDivElement>;
6
+ }): import("react/jsx-runtime").JSX.Element;
7
+ declare function DialogHeader({ className, ...props }: React.HTMLAttributes<HTMLDivElement>): import("react/jsx-runtime").JSX.Element;
8
+ declare function DialogFooter({ className, ...props }: React.HTMLAttributes<HTMLDivElement>): import("react/jsx-runtime").JSX.Element;
9
+ declare function DialogTitle({ className, ref, ...props }: DialogPrimitive.DialogTitleProps & {
10
+ ref?: React.Ref<HTMLHeadingElement>;
11
+ }): import("react/jsx-runtime").JSX.Element;
12
+ declare function DialogDescription({ className, ref, ...props }: DialogPrimitive.DialogDescriptionProps & {
13
+ ref?: React.Ref<HTMLParagraphElement>;
14
+ }): import("react/jsx-runtime").JSX.Element;
15
+ export declare const Dialog: {
16
+ Root: typeof DialogRoot;
17
+ Trigger: typeof DialogTrigger;
18
+ Content: typeof DialogContent;
19
+ Header: typeof DialogHeader;
20
+ Footer: typeof DialogFooter;
21
+ Title: typeof DialogTitle;
22
+ Description: typeof DialogDescription;
23
+ Close: import('react').ForwardRefExoticComponent<DialogPrimitive.DialogCloseProps & import('react').RefAttributes<HTMLButtonElement>>;
24
+ };
25
+ export {};
26
+ //# sourceMappingURL=Dialog.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"Dialog.d.ts","sourceRoot":"","sources":["../../../src/components/Dialog/Dialog.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,eAAe,MAAM,wBAAwB,CAAA;AAGzD,iBAAS,UAAU,CAAC,EAAE,QAAQ,EAAE,GAAG,KAAK,EAAE,EAAE,eAAe,CAAC,WAAW,2CAEtE;AAED,iBAAS,aAAa,CAAC,EAAE,SAAS,EAAE,GAAG,KAAK,EAAE,EAAE,eAAe,CAAC,kBAAkB,2CAEjF;AAyBD,iBAAS,aAAa,CAAC,EACrB,SAAS,EACT,QAAQ,EACR,GAAG,EACH,GAAG,KAAK,EACT,EAAE,eAAe,CAAC,kBAAkB,GAAG;IAAE,GAAG,CAAC,EAAE,KAAK,CAAC,GAAG,CAAC,cAAc,CAAC,CAAA;CAAE,2CAgC1E;AAED,iBAAS,YAAY,CAAC,EACpB,SAAS,EACT,GAAG,KAAK,EACT,EAAE,KAAK,CAAC,cAAc,CAAC,cAAc,CAAC,2CAOtC;AAED,iBAAS,YAAY,CAAC,EACpB,SAAS,EACT,GAAG,KAAK,EACT,EAAE,KAAK,CAAC,cAAc,CAAC,cAAc,CAAC,2CAOtC;AAED,iBAAS,WAAW,CAAC,EACnB,SAAS,EACT,GAAG,EACH,GAAG,KAAK,EACT,EAAE,eAAe,CAAC,gBAAgB,GAAG;IAAE,GAAG,CAAC,EAAE,KAAK,CAAC,GAAG,CAAC,kBAAkB,CAAC,CAAA;CAAE,2CAQ5E;AAED,iBAAS,iBAAiB,CAAC,EACzB,SAAS,EACT,GAAG,EACH,GAAG,KAAK,EACT,EAAE,eAAe,CAAC,sBAAsB,GAAG;IAAE,GAAG,CAAC,EAAE,KAAK,CAAC,GAAG,CAAC,oBAAoB,CAAC,CAAA;CAAE,2CAQpF;AAED,eAAO,MAAM,MAAM;;;;;;;;;CASlB,CAAA"}
@@ -0,0 +1,2 @@
1
+ export { Dialog } from './Dialog';
2
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/components/Dialog/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,MAAM,EAAE,MAAM,UAAU,CAAA"}
@@ -0,0 +1,12 @@
1
+ type DirectionValue = 'ltr' | 'rtl';
2
+ type DirectionProviderProps = {
3
+ dir: DirectionValue;
4
+ children: React.ReactNode;
5
+ };
6
+ /** Wrap your app or a subtree to set text direction for all Radix primitives. */
7
+ declare function Provider({ dir, children }: DirectionProviderProps): import("react/jsx-runtime").JSX.Element;
8
+ export declare const Direction: {
9
+ Provider: typeof Provider;
10
+ };
11
+ export {};
12
+ //# sourceMappingURL=Direction.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"Direction.d.ts","sourceRoot":"","sources":["../../../src/components/Direction/Direction.tsx"],"names":[],"mappings":"AAIA,KAAK,cAAc,GAAG,KAAK,GAAG,KAAK,CAAA;AAEnC,KAAK,sBAAsB,GAAG;IAC5B,GAAG,EAAE,cAAc,CAAA;IACnB,QAAQ,EAAE,KAAK,CAAC,SAAS,CAAA;CAC1B,CAAA;AAED,iFAAiF;AACjF,iBAAS,QAAQ,CAAC,EAAE,GAAG,EAAE,QAAQ,EAAE,EAAE,sBAAsB,2CAM1D;AAED,eAAO,MAAM,SAAS;;CAAe,CAAA"}
@@ -0,0 +1,2 @@
1
+ export { Direction } from './Direction';
2
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/components/Direction/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,SAAS,EAAE,MAAM,aAAa,CAAA"}
@@ -0,0 +1,22 @@
1
+ import { Drawer as DrawerPrimitive } from 'vaul';
2
+ import { ComponentPropsWithRef } from 'react';
3
+ declare function Root({ shouldScaleBackground, ...props }: ComponentPropsWithRef<typeof DrawerPrimitive.Root>): import("react/jsx-runtime").JSX.Element;
4
+ declare function Trigger({ className, ...props }: ComponentPropsWithRef<typeof DrawerPrimitive.Trigger>): import("react/jsx-runtime").JSX.Element;
5
+ declare function Close({ className, ...props }: ComponentPropsWithRef<typeof DrawerPrimitive.Close>): import("react/jsx-runtime").JSX.Element;
6
+ declare function Content({ className, children, ref, ...props }: ComponentPropsWithRef<typeof DrawerPrimitive.Content>): import("react/jsx-runtime").JSX.Element;
7
+ declare function Header({ className, ...props }: React.HTMLAttributes<HTMLDivElement>): import("react/jsx-runtime").JSX.Element;
8
+ declare function Footer({ className, ...props }: React.HTMLAttributes<HTMLDivElement>): import("react/jsx-runtime").JSX.Element;
9
+ declare function Title({ className, ref, ...props }: ComponentPropsWithRef<typeof DrawerPrimitive.Title>): import("react/jsx-runtime").JSX.Element;
10
+ declare function Description({ className, ref, ...props }: ComponentPropsWithRef<typeof DrawerPrimitive.Description>): import("react/jsx-runtime").JSX.Element;
11
+ export declare const Drawer: {
12
+ Root: typeof Root;
13
+ Trigger: typeof Trigger;
14
+ Content: typeof Content;
15
+ Header: typeof Header;
16
+ Footer: typeof Footer;
17
+ Title: typeof Title;
18
+ Description: typeof Description;
19
+ Close: typeof Close;
20
+ };
21
+ export {};
22
+ //# sourceMappingURL=Drawer.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"Drawer.d.ts","sourceRoot":"","sources":["../../../src/components/Drawer/Drawer.tsx"],"names":[],"mappings":"AAEA,OAAO,EAAE,MAAM,IAAI,eAAe,EAAE,MAAM,MAAM,CAAA;AAChD,OAAO,EAAE,KAAK,qBAAqB,EAAE,MAAM,OAAO,CAAA;AAGlD,iBAAS,IAAI,CAAC,EACZ,qBAA6B,EAC7B,GAAG,KAAK,EACT,EAAE,qBAAqB,CAAC,OAAO,eAAe,CAAC,IAAI,CAAC,2CAIpD;AAED,iBAAS,OAAO,CAAC,EAAE,SAAS,EAAE,GAAG,KAAK,EAAE,EAAE,qBAAqB,CAAC,OAAO,eAAe,CAAC,OAAO,CAAC,2CAE9F;AAMD,iBAAS,KAAK,CAAC,EAAE,SAAS,EAAE,GAAG,KAAK,EAAE,EAAE,qBAAqB,CAAC,OAAO,eAAe,CAAC,KAAK,CAAC,2CAE1F;AAYD,iBAAS,OAAO,CAAC,EAAE,SAAS,EAAE,QAAQ,EAAE,GAAG,EAAE,GAAG,KAAK,EAAE,EAAE,qBAAqB,CAAC,OAAO,eAAe,CAAC,OAAO,CAAC,2CAoB7G;AAED,iBAAS,MAAM,CAAC,EAAE,SAAS,EAAE,GAAG,KAAK,EAAE,EAAE,KAAK,CAAC,cAAc,CAAC,cAAc,CAAC,2CAI5E;AAED,iBAAS,MAAM,CAAC,EAAE,SAAS,EAAE,GAAG,KAAK,EAAE,EAAE,KAAK,CAAC,cAAc,CAAC,cAAc,CAAC,2CAO5E;AAED,iBAAS,KAAK,CAAC,EAAE,SAAS,EAAE,GAAG,EAAE,GAAG,KAAK,EAAE,EAAE,qBAAqB,CAAC,OAAO,eAAe,CAAC,KAAK,CAAC,2CAQ/F;AAED,iBAAS,WAAW,CAAC,EAAE,SAAS,EAAE,GAAG,EAAE,GAAG,KAAK,EAAE,EAAE,qBAAqB,CAAC,OAAO,eAAe,CAAC,WAAW,CAAC,2CAQ3G;AAED,eAAO,MAAM,MAAM;;;;;;;;;CAAwE,CAAA"}
@@ -0,0 +1,2 @@
1
+ export { Drawer } from './Drawer';
2
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/components/Drawer/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,MAAM,EAAE,MAAM,UAAU,CAAA"}
@@ -0,0 +1,42 @@
1
+ import { ComponentPropsWithRef } from 'react';
2
+ import * as DropdownMenuPrimitive from '@radix-ui/react-dropdown-menu';
3
+ declare function Root(props: ComponentPropsWithRef<typeof DropdownMenuPrimitive.Root>): import("react/jsx-runtime").JSX.Element;
4
+ declare function Trigger({ className, ...props }: ComponentPropsWithRef<typeof DropdownMenuPrimitive.Trigger>): import("react/jsx-runtime").JSX.Element;
5
+ declare function Group(props: ComponentPropsWithRef<typeof DropdownMenuPrimitive.Group>): import("react/jsx-runtime").JSX.Element;
6
+ declare function Portal(props: ComponentPropsWithRef<typeof DropdownMenuPrimitive.Portal>): import("react/jsx-runtime").JSX.Element;
7
+ declare function Sub(props: ComponentPropsWithRef<typeof DropdownMenuPrimitive.Sub>): import("react/jsx-runtime").JSX.Element;
8
+ declare function RadioGroup(props: ComponentPropsWithRef<typeof DropdownMenuPrimitive.RadioGroup>): import("react/jsx-runtime").JSX.Element;
9
+ declare function SubTrigger({ className, inset, children, ref, ...props }: ComponentPropsWithRef<typeof DropdownMenuPrimitive.SubTrigger> & {
10
+ inset?: boolean;
11
+ }): import("react/jsx-runtime").JSX.Element;
12
+ declare function SubContent({ className, ref, ...props }: ComponentPropsWithRef<typeof DropdownMenuPrimitive.SubContent>): import("react/jsx-runtime").JSX.Element;
13
+ declare function Content({ className, sideOffset, align, ref, ...props }: ComponentPropsWithRef<typeof DropdownMenuPrimitive.Content>): import("react/jsx-runtime").JSX.Element;
14
+ declare function Item({ className, inset, ref, ...props }: ComponentPropsWithRef<typeof DropdownMenuPrimitive.Item> & {
15
+ inset?: boolean;
16
+ }): import("react/jsx-runtime").JSX.Element;
17
+ declare function CheckboxItem({ className, checked, children, ref, ...props }: ComponentPropsWithRef<typeof DropdownMenuPrimitive.CheckboxItem>): import("react/jsx-runtime").JSX.Element;
18
+ declare function RadioItem({ className, children, ref, ...props }: ComponentPropsWithRef<typeof DropdownMenuPrimitive.RadioItem>): import("react/jsx-runtime").JSX.Element;
19
+ declare function Label({ className, inset, ref, ...props }: ComponentPropsWithRef<typeof DropdownMenuPrimitive.Label> & {
20
+ inset?: boolean;
21
+ }): import("react/jsx-runtime").JSX.Element;
22
+ declare function Separator({ className, ref, ...props }: ComponentPropsWithRef<typeof DropdownMenuPrimitive.Separator>): import("react/jsx-runtime").JSX.Element;
23
+ declare function Shortcut({ className, ...props }: React.HTMLAttributes<HTMLSpanElement>): import("react/jsx-runtime").JSX.Element;
24
+ export declare const DropdownMenu: {
25
+ Root: typeof Root;
26
+ Trigger: typeof Trigger;
27
+ Group: typeof Group;
28
+ Portal: typeof Portal;
29
+ Sub: typeof Sub;
30
+ RadioGroup: typeof RadioGroup;
31
+ SubTrigger: typeof SubTrigger;
32
+ SubContent: typeof SubContent;
33
+ Content: typeof Content;
34
+ Item: typeof Item;
35
+ CheckboxItem: typeof CheckboxItem;
36
+ RadioItem: typeof RadioItem;
37
+ Label: typeof Label;
38
+ Separator: typeof Separator;
39
+ Shortcut: typeof Shortcut;
40
+ };
41
+ export {};
42
+ //# sourceMappingURL=DropdownMenu.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"DropdownMenu.d.ts","sourceRoot":"","sources":["../../../src/components/DropdownMenu/DropdownMenu.tsx"],"names":[],"mappings":"AAEA,OAAO,KAAK,qBAAqB,MAAM,+BAA+B,CAAA;AACtE,OAAO,EAAE,KAAK,qBAAqB,EAAE,MAAM,OAAO,CAAA;AAGlD,iBAAS,IAAI,CAAC,KAAK,EAAE,qBAAqB,CAAC,OAAO,qBAAqB,CAAC,IAAI,CAAC,2CAE5E;AAED,iBAAS,OAAO,CAAC,EAAE,SAAS,EAAE,GAAG,KAAK,EAAE,EAAE,qBAAqB,CAAC,OAAO,qBAAqB,CAAC,OAAO,CAAC,2CAEpG;AAED,iBAAS,KAAK,CAAC,KAAK,EAAE,qBAAqB,CAAC,OAAO,qBAAqB,CAAC,KAAK,CAAC,2CAE9E;AAED,iBAAS,MAAM,CAAC,KAAK,EAAE,qBAAqB,CAAC,OAAO,qBAAqB,CAAC,MAAM,CAAC,2CAEhF;AAED,iBAAS,GAAG,CAAC,KAAK,EAAE,qBAAqB,CAAC,OAAO,qBAAqB,CAAC,GAAG,CAAC,2CAE1E;AAED,iBAAS,UAAU,CAAC,KAAK,EAAE,qBAAqB,CAAC,OAAO,qBAAqB,CAAC,UAAU,CAAC,2CAExF;AAED,iBAAS,UAAU,CAAC,EAAE,SAAS,EAAE,KAAK,EAAE,QAAQ,EAAE,GAAG,EAAE,GAAG,KAAK,EAAE,EAAE,qBAAqB,CAAC,OAAO,qBAAqB,CAAC,UAAU,CAAC,GAAG;IAAE,KAAK,CAAC,EAAE,OAAO,CAAA;CAAE,2CAkBtJ;AAED,iBAAS,UAAU,CAAC,EAAE,SAAS,EAAE,GAAG,EAAE,GAAG,KAAK,EAAE,EAAE,qBAAqB,CAAC,OAAO,qBAAqB,CAAC,UAAU,CAAC,2CAc/G;AAED,iBAAS,OAAO,CAAC,EAAE,SAAS,EAAE,UAAc,EAAE,KAAe,EAAE,GAAG,EAAE,GAAG,KAAK,EAAE,EAAE,qBAAqB,CAAC,OAAO,qBAAqB,CAAC,OAAO,CAAC,2CAgB1I;AAED,iBAAS,IAAI,CAAC,EAAE,SAAS,EAAE,KAAK,EAAE,GAAG,EAAE,GAAG,KAAK,EAAE,EAAE,qBAAqB,CAAC,OAAO,qBAAqB,CAAC,IAAI,CAAC,GAAG;IAAE,KAAK,CAAC,EAAE,OAAO,CAAA;CAAE,2CAchI;AAED,iBAAS,YAAY,CAAC,EAAE,SAAS,EAAE,OAAO,EAAE,QAAQ,EAAE,GAAG,EAAE,GAAG,KAAK,EAAE,EAAE,qBAAqB,CAAC,OAAO,qBAAqB,CAAC,YAAY,CAAC,2CAuBtI;AAED,iBAAS,SAAS,CAAC,EAAE,SAAS,EAAE,QAAQ,EAAE,GAAG,EAAE,GAAG,KAAK,EAAE,EAAE,qBAAqB,CAAC,OAAO,qBAAqB,CAAC,SAAS,CAAC,2CAsBvH;AAED,iBAAS,KAAK,CAAC,EAAE,SAAS,EAAE,KAAK,EAAE,GAAG,EAAE,GAAG,KAAK,EAAE,EAAE,qBAAqB,CAAC,OAAO,qBAAqB,CAAC,KAAK,CAAC,GAAG;IAAE,KAAK,CAAC,EAAE,OAAO,CAAA;CAAE,2CAQlI;AAED,iBAAS,SAAS,CAAC,EAAE,SAAS,EAAE,GAAG,EAAE,GAAG,KAAK,EAAE,EAAE,qBAAqB,CAAC,OAAO,qBAAqB,CAAC,SAAS,CAAC,2CAQ7G;AAED,iBAAS,QAAQ,CAAC,EAAE,SAAS,EAAE,GAAG,KAAK,EAAE,EAAE,KAAK,CAAC,cAAc,CAAC,eAAe,CAAC,2CAI/E;AAED,eAAO,MAAM,YAAY;;;;;;;;;;;;;;;;CAIxB,CAAA"}
@@ -0,0 +1,2 @@
1
+ export { DropdownMenu } from './DropdownMenu';
2
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/components/DropdownMenu/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,YAAY,EAAE,MAAM,gBAAgB,CAAA"}
@@ -0,0 +1,21 @@
1
+ import { ReactNode } from 'react';
2
+ type EmptyProps = {
3
+ /** Icon or illustration above the title */
4
+ icon?: ReactNode;
5
+ title: string;
6
+ description?: string;
7
+ action?: ReactNode;
8
+ className?: string;
9
+ };
10
+ declare function Root({ icon, title, description, action, className }: EmptyProps): import("react/jsx-runtime").JSX.Element;
11
+ declare function NoDataIcon(): import("react/jsx-runtime").JSX.Element;
12
+ declare function NoResultsIcon(): import("react/jsx-runtime").JSX.Element;
13
+ declare function NoNotificationsIcon(): import("react/jsx-runtime").JSX.Element;
14
+ export declare const Empty: {
15
+ Root: typeof Root;
16
+ NoDataIcon: typeof NoDataIcon;
17
+ NoResultsIcon: typeof NoResultsIcon;
18
+ NoNotificationsIcon: typeof NoNotificationsIcon;
19
+ };
20
+ export {};
21
+ //# sourceMappingURL=Empty.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"Empty.d.ts","sourceRoot":"","sources":["../../../src/components/Empty/Empty.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,KAAK,SAAS,EAAE,MAAM,OAAO,CAAA;AAGtC,KAAK,UAAU,GAAG;IAChB,2CAA2C;IAC3C,IAAI,CAAC,EAAE,SAAS,CAAA;IAChB,KAAK,EAAE,MAAM,CAAA;IACb,WAAW,CAAC,EAAE,MAAM,CAAA;IACpB,MAAM,CAAC,EAAE,SAAS,CAAA;IAClB,SAAS,CAAC,EAAE,MAAM,CAAA;CACnB,CAAA;AAED,iBAAS,IAAI,CAAC,EAAE,IAAI,EAAE,KAAK,EAAE,WAAW,EAAE,MAAM,EAAE,SAAS,EAAE,EAAE,UAAU,2CAiBxE;AAID,iBAAS,UAAU,4CAQlB;AAED,iBAAS,aAAa,4CAQrB;AAED,iBAAS,mBAAmB,4CAO3B;AAED,eAAO,MAAM,KAAK;;;;;CAA2D,CAAA"}
@@ -0,0 +1,2 @@
1
+ export { Empty } from './Empty';
2
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/components/Empty/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,KAAK,EAAE,MAAM,SAAS,CAAA"}
@@ -0,0 +1,22 @@
1
+ import { ComponentPropsWithRef } from 'react';
2
+ type RootProps = ComponentPropsWithRef<'div'> & {
3
+ required?: boolean;
4
+ invalid?: boolean;
5
+ };
6
+ declare function Root({ required, invalid, className, children, ...props }: RootProps): import("react/jsx-runtime").JSX.Element;
7
+ declare function Label({ className, children, ...props }: ComponentPropsWithRef<'label'>): import("react/jsx-runtime").JSX.Element;
8
+ declare function Control({ children, className, ...props }: ComponentPropsWithRef<'div'>): import("react/jsx-runtime").JSX.Element;
9
+ declare function Description({ className, ...props }: ComponentPropsWithRef<'p'>): import("react/jsx-runtime").JSX.Element;
10
+ type MessageProps = ComponentPropsWithRef<'p'> & {
11
+ variant?: 'error' | 'success' | 'warning';
12
+ };
13
+ declare function Message({ variant, className, ...props }: MessageProps): import("react/jsx-runtime").JSX.Element;
14
+ export declare const Field: {
15
+ Root: typeof Root;
16
+ Label: typeof Label;
17
+ Control: typeof Control;
18
+ Description: typeof Description;
19
+ Message: typeof Message;
20
+ };
21
+ export {};
22
+ //# sourceMappingURL=Field.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"Field.d.ts","sourceRoot":"","sources":["../../../src/components/Field/Field.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,KAAK,qBAAqB,EAAoD,MAAM,OAAO,CAAA;AAgBpG,KAAK,SAAS,GAAG,qBAAqB,CAAC,KAAK,CAAC,GAAG;IAC9C,QAAQ,CAAC,EAAE,OAAO,CAAA;IAClB,OAAO,CAAC,EAAE,OAAO,CAAA;CAClB,CAAA;AAED,iBAAS,IAAI,CAAC,EAAE,QAAQ,EAAE,OAAO,EAAE,SAAS,EAAE,QAAQ,EAAE,GAAG,KAAK,EAAE,EAAE,SAAS,2CAS5E;AAID,iBAAS,KAAK,CAAC,EAAE,SAAS,EAAE,QAAQ,EAAE,GAAG,KAAK,EAAE,EAAE,qBAAqB,CAAC,OAAO,CAAC,2CAgB/E;AAID,iBAAS,OAAO,CAAC,EAAE,QAAQ,EAAE,SAAS,EAAE,GAAG,KAAK,EAAE,EAAE,qBAAqB,CAAC,KAAK,CAAC,2CAY/E;AAID,iBAAS,WAAW,CAAC,EAAE,SAAS,EAAE,GAAG,KAAK,EAAE,EAAE,qBAAqB,CAAC,GAAG,CAAC,2CAIvE;AAID,KAAK,YAAY,GAAG,qBAAqB,CAAC,GAAG,CAAC,GAAG;IAC/C,OAAO,CAAC,EAAE,OAAO,GAAG,SAAS,GAAG,SAAS,CAAA;CAC1C,CAAA;AAQD,iBAAS,OAAO,CAAC,EAAE,OAAiB,EAAE,SAAS,EAAE,GAAG,KAAK,EAAE,EAAE,YAAY,2CAIxE;AAED,eAAO,MAAM,KAAK;;;;;;CAAiD,CAAA"}
@@ -0,0 +1,2 @@
1
+ export { Field } from './Field';
2
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/components/Field/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,KAAK,EAAE,MAAM,SAAS,CAAA"}
@@ -0,0 +1,14 @@
1
+ import { ComponentPropsWithRef } from 'react';
2
+ import * as HoverCardPrimitive from '@radix-ui/react-hover-card';
3
+ declare function Root({ openDelay, closeDelay, ...props }: ComponentPropsWithRef<typeof HoverCardPrimitive.Root>): import("react/jsx-runtime").JSX.Element;
4
+ declare function Trigger({ className, ...props }: ComponentPropsWithRef<typeof HoverCardPrimitive.Trigger>): import("react/jsx-runtime").JSX.Element;
5
+ declare function Content({ className, align, sideOffset, ref, ...props }: ComponentPropsWithRef<typeof HoverCardPrimitive.Content>): import("react/jsx-runtime").JSX.Element;
6
+ declare function Arrow({ className, ...props }: ComponentPropsWithRef<typeof HoverCardPrimitive.Arrow>): import("react/jsx-runtime").JSX.Element;
7
+ export declare const HoverCard: {
8
+ Root: typeof Root;
9
+ Trigger: typeof Trigger;
10
+ Content: typeof Content;
11
+ Arrow: typeof Arrow;
12
+ };
13
+ export {};
14
+ //# sourceMappingURL=HoverCard.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"HoverCard.d.ts","sourceRoot":"","sources":["../../../src/components/HoverCard/HoverCard.tsx"],"names":[],"mappings":"AAEA,OAAO,KAAK,kBAAkB,MAAM,4BAA4B,CAAA;AAChE,OAAO,EAAE,KAAK,qBAAqB,EAAE,MAAM,OAAO,CAAA;AAGlD,iBAAS,IAAI,CAAC,EAAE,SAAe,EAAE,UAAgB,EAAE,GAAG,KAAK,EAAE,EAAE,qBAAqB,CAAC,OAAO,kBAAkB,CAAC,IAAI,CAAC,2CAEnH;AAED,iBAAS,OAAO,CAAC,EAAE,SAAS,EAAE,GAAG,KAAK,EAAE,EAAE,qBAAqB,CAAC,OAAO,kBAAkB,CAAC,OAAO,CAAC,2CAEjG;AAED,iBAAS,OAAO,CAAC,EAAE,SAAS,EAAE,KAAgB,EAAE,UAAc,EAAE,GAAG,EAAE,GAAG,KAAK,EAAE,EAAE,qBAAqB,CAAC,OAAO,kBAAkB,CAAC,OAAO,CAAC,2CAgBxI;AAED,iBAAS,KAAK,CAAC,EAAE,SAAS,EAAE,GAAG,KAAK,EAAE,EAAE,qBAAqB,CAAC,OAAO,kBAAkB,CAAC,KAAK,CAAC,2CAO7F;AAED,eAAO,MAAM,SAAS;;;;;CAAoC,CAAA"}
@@ -0,0 +1,2 @@
1
+ export { HoverCard } from './HoverCard';
2
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/components/HoverCard/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,SAAS,EAAE,MAAM,aAAa,CAAA"}
@@ -0,0 +1,11 @@
1
+ import { ComponentPropsWithRef } from 'react';
2
+ type InputVariant = 'surface' | 'classic' | 'soft';
3
+ type InputSize = '1' | '2' | '3';
4
+ type InputProps = Omit<ComponentPropsWithRef<'input'>, 'size'> & {
5
+ inputSize?: InputSize;
6
+ variant?: InputVariant;
7
+ error?: boolean;
8
+ };
9
+ export declare function Input({ inputSize, variant, error, className, ref, ...props }: InputProps): import("react/jsx-runtime").JSX.Element;
10
+ export {};
11
+ //# sourceMappingURL=Input.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"Input.d.ts","sourceRoot":"","sources":["../../../src/components/Input/Input.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,KAAK,qBAAqB,EAAE,MAAM,OAAO,CAAA;AAGlD,KAAK,YAAY,GAAG,SAAS,GAAG,SAAS,GAAG,MAAM,CAAA;AAClD,KAAK,SAAS,GAAG,GAAG,GAAG,GAAG,GAAG,GAAG,CAAA;AA0BhC,KAAK,UAAU,GAAG,IAAI,CAAC,qBAAqB,CAAC,OAAO,CAAC,EAAE,MAAM,CAAC,GAAG;IAC/D,SAAS,CAAC,EAAE,SAAS,CAAA;IACrB,OAAO,CAAC,EAAE,YAAY,CAAA;IACtB,KAAK,CAAC,EAAE,OAAO,CAAA;CAChB,CAAA;AAED,wBAAgB,KAAK,CAAC,EACpB,SAAe,EACf,OAAmB,EACnB,KAAK,EACL,SAAS,EACT,GAAG,EACH,GAAG,KAAK,EACT,EAAE,UAAU,2CAkBZ"}
@@ -0,0 +1,2 @@
1
+ export { Input } from './Input';
2
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/components/Input/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,KAAK,EAAE,MAAM,SAAS,CAAA"}
@@ -0,0 +1,14 @@
1
+ import { ComponentPropsWithRef, ReactNode } from 'react';
2
+ type InputGroupProps = Omit<ComponentPropsWithRef<'div'>, 'prefix'> & {
3
+ prefix?: ReactNode;
4
+ suffix?: ReactNode;
5
+ };
6
+ declare function Root({ prefix, suffix, className, children, ...props }: InputGroupProps): import("react/jsx-runtime").JSX.Element;
7
+ /** Bare input to use inside InputGroup.Root — no border, no shadow */
8
+ declare function Input({ className, ...props }: ComponentPropsWithRef<'input'>): import("react/jsx-runtime").JSX.Element;
9
+ export declare const InputGroup: {
10
+ Root: typeof Root;
11
+ Input: typeof Input;
12
+ };
13
+ export {};
14
+ //# sourceMappingURL=InputGroup.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"InputGroup.d.ts","sourceRoot":"","sources":["../../../src/components/InputGroup/InputGroup.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,KAAK,qBAAqB,EAAE,KAAK,SAAS,EAAE,MAAM,OAAO,CAAA;AAGlE,KAAK,eAAe,GAAG,IAAI,CAAC,qBAAqB,CAAC,KAAK,CAAC,EAAE,QAAQ,CAAC,GAAG;IACpE,MAAM,CAAC,EAAE,SAAS,CAAA;IAClB,MAAM,CAAC,EAAE,SAAS,CAAA;CACnB,CAAA;AAED,iBAAS,IAAI,CAAC,EAAE,MAAM,EAAE,MAAM,EAAE,SAAS,EAAE,QAAQ,EAAE,GAAG,KAAK,EAAE,EAAE,eAAe,2CAuB/E;AAED,sEAAsE;AACtE,iBAAS,KAAK,CAAC,EAAE,SAAS,EAAE,GAAG,KAAK,EAAE,EAAE,qBAAqB,CAAC,OAAO,CAAC,2CAUrE;AAED,eAAO,MAAM,UAAU;;;CAAkB,CAAA"}
@@ -0,0 +1,2 @@
1
+ export { InputGroup } from './InputGroup';
2
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/components/InputGroup/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,UAAU,EAAE,MAAM,cAAc,CAAA"}
@@ -0,0 +1,19 @@
1
+ import { OTPInput } from 'input-otp';
2
+ import { ComponentPropsWithRef } from 'react';
3
+ declare function Root({ className, containerClassName, ref, ...props }: ComponentPropsWithRef<typeof OTPInput>): import("react/jsx-runtime").JSX.Element;
4
+ declare function Group({ className, ...props }: ComponentPropsWithRef<'div'>): import("react/jsx-runtime").JSX.Element;
5
+ declare function Slot({ index, className }: {
6
+ index: number;
7
+ className?: string;
8
+ }): import("react/jsx-runtime").JSX.Element;
9
+ declare function Separator({ className }: {
10
+ className?: string;
11
+ }): import("react/jsx-runtime").JSX.Element;
12
+ export declare const InputOTP: {
13
+ Root: typeof Root;
14
+ Group: typeof Group;
15
+ Slot: typeof Slot;
16
+ Separator: typeof Separator;
17
+ };
18
+ export {};
19
+ //# sourceMappingURL=InputOTP.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"InputOTP.d.ts","sourceRoot":"","sources":["../../../src/components/InputOTP/InputOTP.tsx"],"names":[],"mappings":"AAEA,OAAO,EAAE,QAAQ,EAAmB,MAAM,WAAW,CAAA;AACrD,OAAO,EAAc,KAAK,qBAAqB,EAAE,MAAM,OAAO,CAAA;AAG9D,iBAAS,IAAI,CAAC,EAAE,SAAS,EAAE,kBAAkB,EAAE,GAAG,EAAE,GAAG,KAAK,EAAE,EAAE,qBAAqB,CAAC,OAAO,QAAQ,CAAC,2CASrG;AAED,iBAAS,KAAK,CAAC,EAAE,SAAS,EAAE,GAAG,KAAK,EAAE,EAAE,qBAAqB,CAAC,KAAK,CAAC,2CAEnE;AAED,iBAAS,IAAI,CAAC,EAAE,KAAK,EAAE,SAAS,EAAE,EAAE;IAAE,KAAK,EAAE,MAAM,CAAC;IAAC,SAAS,CAAC,EAAE,MAAM,CAAA;CAAE,2CAqBxE;AAED,iBAAS,SAAS,CAAC,EAAE,SAAS,EAAE,EAAE;IAAE,SAAS,CAAC,EAAE,MAAM,CAAA;CAAE,2CAMvD;AAED,eAAO,MAAM,QAAQ;;;;;CAAmC,CAAA"}
@@ -0,0 +1,2 @@
1
+ export { InputOTP } from './InputOTP';
2
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/components/InputOTP/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,QAAQ,EAAE,MAAM,YAAY,CAAA"}
@@ -0,0 +1,15 @@
1
+ import { ComponentPropsWithRef, ReactNode } from 'react';
2
+ /** Generic list/menu item row. */
3
+ type RootProps = ComponentPropsWithRef<'div'> & {
4
+ icon?: ReactNode;
5
+ label: string;
6
+ description?: string;
7
+ suffix?: ReactNode;
8
+ disabled?: boolean;
9
+ };
10
+ declare function Root({ icon, label, description, suffix, disabled, className, ...props }: RootProps): import("react/jsx-runtime").JSX.Element;
11
+ export declare const Item: {
12
+ Root: typeof Root;
13
+ };
14
+ export {};
15
+ //# sourceMappingURL=Item.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"Item.d.ts","sourceRoot":"","sources":["../../../src/components/Item/Item.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,KAAK,qBAAqB,EAAE,KAAK,SAAS,EAAE,MAAM,OAAO,CAAA;AAGlE,kCAAkC;AAClC,KAAK,SAAS,GAAG,qBAAqB,CAAC,KAAK,CAAC,GAAG;IAC9C,IAAI,CAAC,EAAE,SAAS,CAAA;IAChB,KAAK,EAAE,MAAM,CAAA;IACb,WAAW,CAAC,EAAE,MAAM,CAAA;IACpB,MAAM,CAAC,EAAE,SAAS,CAAA;IAClB,QAAQ,CAAC,EAAE,OAAO,CAAA;CACnB,CAAA;AAED,iBAAS,IAAI,CAAC,EAAE,IAAI,EAAE,KAAK,EAAE,WAAW,EAAE,MAAM,EAAE,QAAQ,EAAE,SAAS,EAAE,GAAG,KAAK,EAAE,EAAE,SAAS,2CAmB3F;AAED,eAAO,MAAM,IAAI;;CAAW,CAAA"}
@@ -0,0 +1,2 @@
1
+ export { Item } from './Item';
2
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/components/Item/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,IAAI,EAAE,MAAM,QAAQ,CAAA"}
@@ -0,0 +1,4 @@
1
+ import { ComponentPropsWithRef } from 'react';
2
+ /** Keyboard key display. */
3
+ export declare function Kbd({ className, ...props }: ComponentPropsWithRef<'kbd'>): import("react/jsx-runtime").JSX.Element;
4
+ //# sourceMappingURL=Kbd.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"Kbd.d.ts","sourceRoot":"","sources":["../../../src/components/Kbd/Kbd.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,KAAK,qBAAqB,EAAE,MAAM,OAAO,CAAA;AAGlD,4BAA4B;AAC5B,wBAAgB,GAAG,CAAC,EAAE,SAAS,EAAE,GAAG,KAAK,EAAE,EAAE,qBAAqB,CAAC,KAAK,CAAC,2CAUxE"}
@@ -0,0 +1,2 @@
1
+ export { Kbd } from './Kbd';
2
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/components/Kbd/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,GAAG,EAAE,MAAM,OAAO,CAAA"}
@@ -0,0 +1,4 @@
1
+ import { ComponentPropsWithRef } from 'react';
2
+ import * as LabelPrimitive from '@radix-ui/react-label';
3
+ export declare function Label({ className, ref, ...props }: ComponentPropsWithRef<typeof LabelPrimitive.Root>): import("react/jsx-runtime").JSX.Element;
4
+ //# sourceMappingURL=Label.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"Label.d.ts","sourceRoot":"","sources":["../../../src/components/Label/Label.tsx"],"names":[],"mappings":"AAEA,OAAO,KAAK,cAAc,MAAM,uBAAuB,CAAA;AACvD,OAAO,EAAE,KAAK,qBAAqB,EAAE,MAAM,OAAO,CAAA;AAGlD,wBAAgB,KAAK,CAAC,EAAE,SAAS,EAAE,GAAG,EAAE,GAAG,KAAK,EAAE,EAAE,qBAAqB,CAAC,OAAO,cAAc,CAAC,IAAI,CAAC,2CAYpG"}
@@ -0,0 +1,2 @@
1
+ export { Label } from './Label';
2
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/components/Label/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,KAAK,EAAE,MAAM,SAAS,CAAA"}
@@ -0,0 +1,40 @@
1
+ import { ComponentPropsWithRef } from 'react';
2
+ import * as MenubarPrimitive from '@radix-ui/react-menubar';
3
+ declare function Root({ className, ref, ...props }: ComponentPropsWithRef<typeof MenubarPrimitive.Root>): import("react/jsx-runtime").JSX.Element;
4
+ declare function Menu(props: ComponentPropsWithRef<typeof MenubarPrimitive.Menu>): import("react/jsx-runtime").JSX.Element;
5
+ declare function Trigger({ className, ref, ...props }: ComponentPropsWithRef<typeof MenubarPrimitive.Trigger>): import("react/jsx-runtime").JSX.Element;
6
+ declare function Content({ className, align, alignOffset, ref, ...props }: ComponentPropsWithRef<typeof MenubarPrimitive.Content>): import("react/jsx-runtime").JSX.Element;
7
+ declare function Item({ className, inset, ref, ...props }: ComponentPropsWithRef<typeof MenubarPrimitive.Item> & {
8
+ inset?: boolean;
9
+ }): import("react/jsx-runtime").JSX.Element;
10
+ declare function CheckboxItem({ className, children, checked, ref, ...props }: ComponentPropsWithRef<typeof MenubarPrimitive.CheckboxItem>): import("react/jsx-runtime").JSX.Element;
11
+ declare function RadioGroup(props: ComponentPropsWithRef<typeof MenubarPrimitive.RadioGroup>): import("react/jsx-runtime").JSX.Element;
12
+ declare function RadioItem({ className, children, ref, ...props }: ComponentPropsWithRef<typeof MenubarPrimitive.RadioItem>): import("react/jsx-runtime").JSX.Element;
13
+ declare function SubTrigger({ className, inset, children, ref, ...props }: ComponentPropsWithRef<typeof MenubarPrimitive.SubTrigger> & {
14
+ inset?: boolean;
15
+ }): import("react/jsx-runtime").JSX.Element;
16
+ declare function Sub(props: ComponentPropsWithRef<typeof MenubarPrimitive.Sub>): import("react/jsx-runtime").JSX.Element;
17
+ declare function SubContent({ className, ref, ...props }: ComponentPropsWithRef<typeof MenubarPrimitive.SubContent>): import("react/jsx-runtime").JSX.Element;
18
+ declare function Label({ className, inset, ref, ...props }: ComponentPropsWithRef<typeof MenubarPrimitive.Label> & {
19
+ inset?: boolean;
20
+ }): import("react/jsx-runtime").JSX.Element;
21
+ declare function Separator({ className, ref, ...props }: ComponentPropsWithRef<typeof MenubarPrimitive.Separator>): import("react/jsx-runtime").JSX.Element;
22
+ declare function Shortcut({ className, ...props }: React.HTMLAttributes<HTMLSpanElement>): import("react/jsx-runtime").JSX.Element;
23
+ export declare const Menubar: {
24
+ Root: typeof Root;
25
+ Menu: typeof Menu;
26
+ Trigger: typeof Trigger;
27
+ Content: typeof Content;
28
+ Item: typeof Item;
29
+ CheckboxItem: typeof CheckboxItem;
30
+ RadioGroup: typeof RadioGroup;
31
+ RadioItem: typeof RadioItem;
32
+ SubTrigger: typeof SubTrigger;
33
+ Sub: typeof Sub;
34
+ SubContent: typeof SubContent;
35
+ Label: typeof Label;
36
+ Separator: typeof Separator;
37
+ Shortcut: typeof Shortcut;
38
+ };
39
+ export {};
40
+ //# sourceMappingURL=Menubar.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"Menubar.d.ts","sourceRoot":"","sources":["../../../src/components/Menubar/Menubar.tsx"],"names":[],"mappings":"AAEA,OAAO,KAAK,gBAAgB,MAAM,yBAAyB,CAAA;AAC3D,OAAO,EAAE,KAAK,qBAAqB,EAAE,MAAM,OAAO,CAAA;AAGlD,iBAAS,IAAI,CAAC,EAAE,SAAS,EAAE,GAAG,EAAE,GAAG,KAAK,EAAE,EAAE,qBAAqB,CAAC,OAAO,gBAAgB,CAAC,IAAI,CAAC,2CAQ9F;AAED,iBAAS,IAAI,CAAC,KAAK,EAAE,qBAAqB,CAAC,OAAO,gBAAgB,CAAC,IAAI,CAAC,2CAEvE;AAED,iBAAS,OAAO,CAAC,EAAE,SAAS,EAAE,GAAG,EAAE,GAAG,KAAK,EAAE,EAAE,qBAAqB,CAAC,OAAO,gBAAgB,CAAC,OAAO,CAAC,2CAcpG;AAED,iBAAS,OAAO,CAAC,EAAE,SAAS,EAAE,KAAe,EAAE,WAAgB,EAAE,GAAG,EAAE,GAAG,KAAK,EAAE,EAAE,qBAAqB,CAAC,OAAO,gBAAgB,CAAC,OAAO,CAAC,2CAiBvI;AAED,iBAAS,IAAI,CAAC,EAAE,SAAS,EAAE,KAAK,EAAE,GAAG,EAAE,GAAG,KAAK,EAAE,EAAE,qBAAqB,CAAC,OAAO,gBAAgB,CAAC,IAAI,CAAC,GAAG;IAAE,KAAK,CAAC,EAAE,OAAO,CAAA;CAAE,2CAc3H;AAED,iBAAS,YAAY,CAAC,EAAE,SAAS,EAAE,QAAQ,EAAE,OAAO,EAAE,GAAG,EAAE,GAAG,KAAK,EAAE,EAAE,qBAAqB,CAAC,OAAO,gBAAgB,CAAC,YAAY,CAAC,2CAsBjI;AAED,iBAAS,UAAU,CAAC,KAAK,EAAE,qBAAqB,CAAC,OAAO,gBAAgB,CAAC,UAAU,CAAC,2CAEnF;AAED,iBAAS,SAAS,CAAC,EAAE,SAAS,EAAE,QAAQ,EAAE,GAAG,EAAE,GAAG,KAAK,EAAE,EAAE,qBAAqB,CAAC,OAAO,gBAAgB,CAAC,SAAS,CAAC,2CAqBlH;AAED,iBAAS,UAAU,CAAC,EAAE,SAAS,EAAE,KAAK,EAAE,QAAQ,EAAE,GAAG,EAAE,GAAG,KAAK,EAAE,EAAE,qBAAqB,CAAC,OAAO,gBAAgB,CAAC,UAAU,CAAC,GAAG;IAAE,KAAK,CAAC,EAAE,OAAO,CAAA;CAAE,2CAkBjJ;AAED,iBAAS,GAAG,CAAC,KAAK,EAAE,qBAAqB,CAAC,OAAO,gBAAgB,CAAC,GAAG,CAAC,2CAErE;AAED,iBAAS,UAAU,CAAC,EAAE,SAAS,EAAE,GAAG,EAAE,GAAG,KAAK,EAAE,EAAE,qBAAqB,CAAC,OAAO,gBAAgB,CAAC,UAAU,CAAC,2CAc1G;AAED,iBAAS,KAAK,CAAC,EAAE,SAAS,EAAE,KAAK,EAAE,GAAG,EAAE,GAAG,KAAK,EAAE,EAAE,qBAAqB,CAAC,OAAO,gBAAgB,CAAC,KAAK,CAAC,GAAG;IAAE,KAAK,CAAC,EAAE,OAAO,CAAA;CAAE,2CAQ7H;AAED,iBAAS,SAAS,CAAC,EAAE,SAAS,EAAE,GAAG,EAAE,GAAG,KAAK,EAAE,EAAE,qBAAqB,CAAC,OAAO,gBAAgB,CAAC,SAAS,CAAC,2CAQxG;AAED,iBAAS,QAAQ,CAAC,EAAE,SAAS,EAAE,GAAG,KAAK,EAAE,EAAE,KAAK,CAAC,cAAc,CAAC,eAAe,CAAC,2CAE/E;AAED,eAAO,MAAM,OAAO;;;;;;;;;;;;;;;CAGnB,CAAA"}
@@ -0,0 +1,2 @@
1
+ export { Menubar } from './Menubar';
2
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/components/Menubar/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,OAAO,EAAE,MAAM,WAAW,CAAA"}
@@ -0,0 +1,7 @@
1
+ import { ComponentPropsWithRef } from 'react';
2
+ type NativeSelectProps = ComponentPropsWithRef<'select'> & {
3
+ error?: boolean;
4
+ };
5
+ export declare function NativeSelect({ className, error, ref, ...props }: NativeSelectProps): import("react/jsx-runtime").JSX.Element;
6
+ export {};
7
+ //# sourceMappingURL=NativeSelect.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"NativeSelect.d.ts","sourceRoot":"","sources":["../../../src/components/NativeSelect/NativeSelect.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,KAAK,qBAAqB,EAAE,MAAM,OAAO,CAAA;AAGlD,KAAK,iBAAiB,GAAG,qBAAqB,CAAC,QAAQ,CAAC,GAAG;IACzD,KAAK,CAAC,EAAE,OAAO,CAAA;CAChB,CAAA;AAED,wBAAgB,YAAY,CAAC,EAAE,SAAS,EAAE,KAAK,EAAE,GAAG,EAAE,GAAG,KAAK,EAAE,EAAE,iBAAiB,2CA+BlF"}
@@ -0,0 +1,2 @@
1
+ export { NativeSelect } from './NativeSelect';
2
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/components/NativeSelect/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,YAAY,EAAE,MAAM,gBAAgB,CAAA"}