@practics/ui 0.0.1

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 (247) hide show
  1. package/dist/components/Alert/Alert.d.ts +7 -0
  2. package/dist/components/Alert/Alert.d.ts.map +1 -0
  3. package/dist/components/Alert/Alert.test.d.ts +2 -0
  4. package/dist/components/Alert/Alert.test.d.ts.map +1 -0
  5. package/dist/components/Alert/Alert.types.d.ts +13 -0
  6. package/dist/components/Alert/Alert.types.d.ts.map +1 -0
  7. package/dist/components/Alert/index.d.ts +3 -0
  8. package/dist/components/Alert/index.d.ts.map +1 -0
  9. package/dist/components/Avatar/Avatar.d.ts +5 -0
  10. package/dist/components/Avatar/Avatar.d.ts.map +1 -0
  11. package/dist/components/Avatar/Avatar.test.d.ts +2 -0
  12. package/dist/components/Avatar/Avatar.test.d.ts.map +1 -0
  13. package/dist/components/Avatar/Avatar.types.d.ts +10 -0
  14. package/dist/components/Avatar/Avatar.types.d.ts.map +1 -0
  15. package/dist/components/Avatar/index.d.ts +3 -0
  16. package/dist/components/Avatar/index.d.ts.map +1 -0
  17. package/dist/components/Badge/Badge.d.ts +5 -0
  18. package/dist/components/Badge/Badge.d.ts.map +1 -0
  19. package/dist/components/Badge/Badge.test.d.ts +2 -0
  20. package/dist/components/Badge/Badge.test.d.ts.map +1 -0
  21. package/dist/components/Badge/Badge.types.d.ts +6 -0
  22. package/dist/components/Badge/Badge.types.d.ts.map +1 -0
  23. package/dist/components/Badge/index.d.ts +3 -0
  24. package/dist/components/Badge/index.d.ts.map +1 -0
  25. package/dist/components/Box/Box.d.ts +5 -0
  26. package/dist/components/Box/Box.d.ts.map +1 -0
  27. package/dist/components/Box/Box.test.d.ts +2 -0
  28. package/dist/components/Box/Box.test.d.ts.map +1 -0
  29. package/dist/components/Box/Box.types.d.ts +14 -0
  30. package/dist/components/Box/Box.types.d.ts.map +1 -0
  31. package/dist/components/Box/index.d.ts +3 -0
  32. package/dist/components/Box/index.d.ts.map +1 -0
  33. package/dist/components/Breadcrumb/Breadcrumb.d.ts +8 -0
  34. package/dist/components/Breadcrumb/Breadcrumb.d.ts.map +1 -0
  35. package/dist/components/Breadcrumb/Breadcrumb.test.d.ts +2 -0
  36. package/dist/components/Breadcrumb/Breadcrumb.test.d.ts.map +1 -0
  37. package/dist/components/Breadcrumb/Breadcrumb.types.d.ts +19 -0
  38. package/dist/components/Breadcrumb/Breadcrumb.types.d.ts.map +1 -0
  39. package/dist/components/Breadcrumb/index.d.ts +3 -0
  40. package/dist/components/Breadcrumb/index.d.ts.map +1 -0
  41. package/dist/components/Button/Button.d.ts +5 -0
  42. package/dist/components/Button/Button.d.ts.map +1 -0
  43. package/dist/components/Button/Button.test.d.ts +2 -0
  44. package/dist/components/Button/Button.test.d.ts.map +1 -0
  45. package/dist/components/Button/Button.types.d.ts +7 -0
  46. package/dist/components/Button/Button.types.d.ts.map +1 -0
  47. package/dist/components/Button/index.d.ts +3 -0
  48. package/dist/components/Button/index.d.ts.map +1 -0
  49. package/dist/components/Card/Card.d.ts +10 -0
  50. package/dist/components/Card/Card.d.ts.map +1 -0
  51. package/dist/components/Card/Card.test.d.ts +2 -0
  52. package/dist/components/Card/Card.test.d.ts.map +1 -0
  53. package/dist/components/Card/Card.types.d.ts +23 -0
  54. package/dist/components/Card/Card.types.d.ts.map +1 -0
  55. package/dist/components/Card/index.d.ts +3 -0
  56. package/dist/components/Card/index.d.ts.map +1 -0
  57. package/dist/components/Checkbox/Checkbox.d.ts +5 -0
  58. package/dist/components/Checkbox/Checkbox.d.ts.map +1 -0
  59. package/dist/components/Checkbox/Checkbox.test.d.ts +2 -0
  60. package/dist/components/Checkbox/Checkbox.test.d.ts.map +1 -0
  61. package/dist/components/Checkbox/Checkbox.types.d.ts +13 -0
  62. package/dist/components/Checkbox/Checkbox.types.d.ts.map +1 -0
  63. package/dist/components/Checkbox/index.d.ts +3 -0
  64. package/dist/components/Checkbox/index.d.ts.map +1 -0
  65. package/dist/components/Container/Container.d.ts +5 -0
  66. package/dist/components/Container/Container.d.ts.map +1 -0
  67. package/dist/components/Container/Container.test.d.ts +2 -0
  68. package/dist/components/Container/Container.test.d.ts.map +1 -0
  69. package/dist/components/Container/Container.types.d.ts +6 -0
  70. package/dist/components/Container/Container.types.d.ts.map +1 -0
  71. package/dist/components/Container/index.d.ts +3 -0
  72. package/dist/components/Container/index.d.ts.map +1 -0
  73. package/dist/components/Dialog/Dialog.d.ts +20 -0
  74. package/dist/components/Dialog/Dialog.d.ts.map +1 -0
  75. package/dist/components/Dialog/Dialog.test.d.ts +2 -0
  76. package/dist/components/Dialog/Dialog.test.d.ts.map +1 -0
  77. package/dist/components/Dialog/Dialog.types.d.ts +22 -0
  78. package/dist/components/Dialog/Dialog.types.d.ts.map +1 -0
  79. package/dist/components/Dialog/index.d.ts +3 -0
  80. package/dist/components/Dialog/index.d.ts.map +1 -0
  81. package/dist/components/Grid/Grid.d.ts +5 -0
  82. package/dist/components/Grid/Grid.d.ts.map +1 -0
  83. package/dist/components/Grid/Grid.test.d.ts +2 -0
  84. package/dist/components/Grid/Grid.test.d.ts.map +1 -0
  85. package/dist/components/Grid/Grid.types.d.ts +12 -0
  86. package/dist/components/Grid/Grid.types.d.ts.map +1 -0
  87. package/dist/components/Grid/index.d.ts +3 -0
  88. package/dist/components/Grid/index.d.ts.map +1 -0
  89. package/dist/components/Input/Input.d.ts +5 -0
  90. package/dist/components/Input/Input.d.ts.map +1 -0
  91. package/dist/components/Input/Input.test.d.ts +2 -0
  92. package/dist/components/Input/Input.test.d.ts.map +1 -0
  93. package/dist/components/Input/Input.types.d.ts +9 -0
  94. package/dist/components/Input/Input.types.d.ts.map +1 -0
  95. package/dist/components/Input/index.d.ts +3 -0
  96. package/dist/components/Input/index.d.ts.map +1 -0
  97. package/dist/components/Progress/Progress.d.ts +5 -0
  98. package/dist/components/Progress/Progress.d.ts.map +1 -0
  99. package/dist/components/Progress/Progress.test.d.ts +2 -0
  100. package/dist/components/Progress/Progress.test.d.ts.map +1 -0
  101. package/dist/components/Progress/Progress.types.d.ts +12 -0
  102. package/dist/components/Progress/Progress.types.d.ts.map +1 -0
  103. package/dist/components/Progress/index.d.ts +3 -0
  104. package/dist/components/Progress/index.d.ts.map +1 -0
  105. package/dist/components/Select/Select.d.ts +12 -0
  106. package/dist/components/Select/Select.d.ts.map +1 -0
  107. package/dist/components/Select/Select.test.d.ts +2 -0
  108. package/dist/components/Select/Select.test.d.ts.map +1 -0
  109. package/dist/components/Select/Select.types.d.ts +32 -0
  110. package/dist/components/Select/Select.types.d.ts.map +1 -0
  111. package/dist/components/Select/index.d.ts +3 -0
  112. package/dist/components/Select/index.d.ts.map +1 -0
  113. package/dist/components/Sidebar/Sidebar.d.ts +14 -0
  114. package/dist/components/Sidebar/Sidebar.d.ts.map +1 -0
  115. package/dist/components/Sidebar/Sidebar.test.d.ts +2 -0
  116. package/dist/components/Sidebar/Sidebar.test.d.ts.map +1 -0
  117. package/dist/components/Sidebar/Sidebar.types.d.ts +40 -0
  118. package/dist/components/Sidebar/Sidebar.types.d.ts.map +1 -0
  119. package/dist/components/Sidebar/index.d.ts +3 -0
  120. package/dist/components/Sidebar/index.d.ts.map +1 -0
  121. package/dist/components/Stack/Stack.d.ts +5 -0
  122. package/dist/components/Stack/Stack.d.ts.map +1 -0
  123. package/dist/components/Stack/Stack.test.d.ts +2 -0
  124. package/dist/components/Stack/Stack.test.d.ts.map +1 -0
  125. package/dist/components/Stack/Stack.types.d.ts +13 -0
  126. package/dist/components/Stack/Stack.types.d.ts.map +1 -0
  127. package/dist/components/Stack/index.d.ts +3 -0
  128. package/dist/components/Stack/index.d.ts.map +1 -0
  129. package/dist/components/StatCard/StatCard.d.ts +5 -0
  130. package/dist/components/StatCard/StatCard.d.ts.map +1 -0
  131. package/dist/components/StatCard/StatCard.test.d.ts +2 -0
  132. package/dist/components/StatCard/StatCard.test.d.ts.map +1 -0
  133. package/dist/components/StatCard/StatCard.types.d.ts +11 -0
  134. package/dist/components/StatCard/StatCard.types.d.ts.map +1 -0
  135. package/dist/components/StatCard/index.d.ts +3 -0
  136. package/dist/components/StatCard/index.d.ts.map +1 -0
  137. package/dist/components/Table/Table.d.ts +5 -0
  138. package/dist/components/Table/Table.d.ts.map +1 -0
  139. package/dist/components/Table/Table.test.d.ts +2 -0
  140. package/dist/components/Table/Table.test.d.ts.map +1 -0
  141. package/dist/components/Table/Table.types.d.ts +22 -0
  142. package/dist/components/Table/Table.types.d.ts.map +1 -0
  143. package/dist/components/Table/index.d.ts +3 -0
  144. package/dist/components/Table/index.d.ts.map +1 -0
  145. package/dist/components/Tabs/Tabs.d.ts +11 -0
  146. package/dist/components/Tabs/Tabs.d.ts.map +1 -0
  147. package/dist/components/Tabs/Tabs.test.d.ts +2 -0
  148. package/dist/components/Tabs/Tabs.test.d.ts.map +1 -0
  149. package/dist/components/Tabs/Tabs.types.d.ts +27 -0
  150. package/dist/components/Tabs/Tabs.types.d.ts.map +1 -0
  151. package/dist/components/Tabs/index.d.ts +3 -0
  152. package/dist/components/Tabs/index.d.ts.map +1 -0
  153. package/dist/components/Textarea/Textarea.d.ts +5 -0
  154. package/dist/components/Textarea/Textarea.d.ts.map +1 -0
  155. package/dist/components/Textarea/Textarea.test.d.ts +2 -0
  156. package/dist/components/Textarea/Textarea.test.d.ts.map +1 -0
  157. package/dist/components/Textarea/Textarea.types.d.ts +7 -0
  158. package/dist/components/Textarea/Textarea.types.d.ts.map +1 -0
  159. package/dist/components/Textarea/index.d.ts +3 -0
  160. package/dist/components/Textarea/index.d.ts.map +1 -0
  161. package/dist/components/Toast/Toast.d.ts +12 -0
  162. package/dist/components/Toast/Toast.d.ts.map +1 -0
  163. package/dist/components/Toast/Toast.test.d.ts +2 -0
  164. package/dist/components/Toast/Toast.test.d.ts.map +1 -0
  165. package/dist/components/Toast/Toast.types.d.ts +15 -0
  166. package/dist/components/Toast/Toast.types.d.ts.map +1 -0
  167. package/dist/components/Toast/index.d.ts +3 -0
  168. package/dist/components/Toast/index.d.ts.map +1 -0
  169. package/dist/components/ui/alert.d.ts +12 -0
  170. package/dist/components/ui/alert.d.ts.map +1 -0
  171. package/dist/components/ui/alert.test.d.ts +2 -0
  172. package/dist/components/ui/alert.test.d.ts.map +1 -0
  173. package/dist/components/ui/avatar.d.ts +7 -0
  174. package/dist/components/ui/avatar.d.ts.map +1 -0
  175. package/dist/components/ui/avatar.test.d.ts +2 -0
  176. package/dist/components/ui/avatar.test.d.ts.map +1 -0
  177. package/dist/components/ui/badge.d.ts +10 -0
  178. package/dist/components/ui/badge.d.ts.map +1 -0
  179. package/dist/components/ui/badge.test.d.ts +2 -0
  180. package/dist/components/ui/badge.test.d.ts.map +1 -0
  181. package/dist/components/ui/breadcrumb.d.ts +14 -0
  182. package/dist/components/ui/breadcrumb.d.ts.map +1 -0
  183. package/dist/components/ui/breadcrumb.test.d.ts +2 -0
  184. package/dist/components/ui/breadcrumb.test.d.ts.map +1 -0
  185. package/dist/components/ui/button.d.ts +12 -0
  186. package/dist/components/ui/button.d.ts.map +1 -0
  187. package/dist/components/ui/button.test.d.ts +2 -0
  188. package/dist/components/ui/button.test.d.ts.map +1 -0
  189. package/dist/components/ui/card.d.ts +9 -0
  190. package/dist/components/ui/card.d.ts.map +1 -0
  191. package/dist/components/ui/card.test.d.ts +2 -0
  192. package/dist/components/ui/card.test.d.ts.map +1 -0
  193. package/dist/components/ui/checkbox.d.ts +6 -0
  194. package/dist/components/ui/checkbox.d.ts.map +1 -0
  195. package/dist/components/ui/checkbox.test.d.ts +2 -0
  196. package/dist/components/ui/checkbox.test.d.ts.map +1 -0
  197. package/dist/components/ui/checkbox.types.d.ts +4 -0
  198. package/dist/components/ui/checkbox.types.d.ts.map +1 -0
  199. package/dist/components/ui/dialog.d.ts +20 -0
  200. package/dist/components/ui/dialog.d.ts.map +1 -0
  201. package/dist/components/ui/dialog.test.d.ts +2 -0
  202. package/dist/components/ui/dialog.test.d.ts.map +1 -0
  203. package/dist/components/ui/input.d.ts +6 -0
  204. package/dist/components/ui/input.d.ts.map +1 -0
  205. package/dist/components/ui/input.test.d.ts +2 -0
  206. package/dist/components/ui/input.test.d.ts.map +1 -0
  207. package/dist/components/ui/progress.d.ts +7 -0
  208. package/dist/components/ui/progress.d.ts.map +1 -0
  209. package/dist/components/ui/progress.test.d.ts +2 -0
  210. package/dist/components/ui/progress.test.d.ts.map +1 -0
  211. package/dist/components/ui/select.d.ts +12 -0
  212. package/dist/components/ui/select.d.ts.map +1 -0
  213. package/dist/components/ui/select.test.d.ts +2 -0
  214. package/dist/components/ui/select.test.d.ts.map +1 -0
  215. package/dist/components/ui/sidebar.d.ts +17 -0
  216. package/dist/components/ui/sidebar.d.ts.map +1 -0
  217. package/dist/components/ui/sidebar.test.d.ts +2 -0
  218. package/dist/components/ui/sidebar.test.d.ts.map +1 -0
  219. package/dist/components/ui/table.d.ts +11 -0
  220. package/dist/components/ui/table.d.ts.map +1 -0
  221. package/dist/components/ui/table.test.d.ts +2 -0
  222. package/dist/components/ui/table.test.d.ts.map +1 -0
  223. package/dist/components/ui/tabs.d.ts +8 -0
  224. package/dist/components/ui/tabs.d.ts.map +1 -0
  225. package/dist/components/ui/tabs.test.d.ts +2 -0
  226. package/dist/components/ui/tabs.test.d.ts.map +1 -0
  227. package/dist/components/ui/textarea.d.ts +6 -0
  228. package/dist/components/ui/textarea.d.ts.map +1 -0
  229. package/dist/components/ui/textarea.test.d.ts +2 -0
  230. package/dist/components/ui/textarea.test.d.ts.map +1 -0
  231. package/dist/components/ui/toast.d.ts +19 -0
  232. package/dist/components/ui/toast.d.ts.map +1 -0
  233. package/dist/components/ui/toast.test.d.ts +2 -0
  234. package/dist/components/ui/toast.test.d.ts.map +1 -0
  235. package/dist/components/ui/use-toast.d.ts +26 -0
  236. package/dist/components/ui/use-toast.d.ts.map +1 -0
  237. package/dist/index.cjs +13444 -0
  238. package/dist/index.cjs.map +1 -0
  239. package/dist/index.d.ts +43 -0
  240. package/dist/index.d.ts.map +1 -0
  241. package/dist/index.js +13367 -0
  242. package/dist/index.js.map +1 -0
  243. package/dist/lib/utils.d.ts +3 -0
  244. package/dist/lib/utils.d.ts.map +1 -0
  245. package/dist/test/setup.d.ts +1 -0
  246. package/dist/test/setup.d.ts.map +1 -0
  247. package/package.json +76 -0
@@ -0,0 +1,5 @@
1
+ import { ProgressProps } from './Progress.types';
2
+ import * as React from "react";
3
+ declare const Progress: React.ForwardRefExoticComponent<ProgressProps & React.RefAttributes<HTMLDivElement>>;
4
+ export { Progress };
5
+ //# sourceMappingURL=Progress.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"Progress.d.ts","sourceRoot":"","sources":["../../../src/components/Progress/Progress.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAG7B,OAAO,KAAK,EAAE,aAAa,EAAiC,MAAM,kBAAkB,CAAC;AAerF,QAAA,MAAM,QAAQ,sFAiCb,CAAC;AAGF,OAAO,EAAE,QAAQ,EAAE,CAAC"}
@@ -0,0 +1,2 @@
1
+ export {};
2
+ //# sourceMappingURL=Progress.test.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"Progress.test.d.ts","sourceRoot":"","sources":["../../../src/components/Progress/Progress.test.tsx"],"names":[],"mappings":""}
@@ -0,0 +1,12 @@
1
+ import * as React from "react";
2
+ export type ProgressVariant = "default" | "success" | "warning" | "destructive";
3
+ export type ProgressSize = "sm" | "md" | "lg";
4
+ export interface ProgressProps extends React.HTMLAttributes<HTMLDivElement> {
5
+ value?: number;
6
+ variant?: ProgressVariant;
7
+ size?: ProgressSize;
8
+ label?: string;
9
+ showValue?: boolean;
10
+ className?: string;
11
+ }
12
+ //# sourceMappingURL=Progress.types.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"Progress.types.d.ts","sourceRoot":"","sources":["../../../src/components/Progress/Progress.types.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAE7B,MAAM,MAAM,eAAe,GAAG,SAAS,GAAG,SAAS,GAAG,SAAS,GAAG,aAAa,CAAC;AAChF,MAAM,MAAM,YAAY,GAAG,IAAI,GAAG,IAAI,GAAG,IAAI,CAAC;AAE9C,MAAM,WAAW,aAAc,SAAQ,KAAK,CAAC,cAAc,CAAC,cAAc,CAAC;IACzE,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,OAAO,CAAC,EAAE,eAAe,CAAC;IAC1B,IAAI,CAAC,EAAE,YAAY,CAAC;IACpB,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,SAAS,CAAC,EAAE,OAAO,CAAC;IACpB,SAAS,CAAC,EAAE,MAAM,CAAC;CACpB"}
@@ -0,0 +1,3 @@
1
+ export { Progress } from './Progress';
2
+ export type { ProgressProps, ProgressVariant, ProgressSize } from './Progress.types';
3
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/components/Progress/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,QAAQ,EAAE,MAAM,YAAY,CAAC;AACpC,YAAY,EAAE,aAAa,EAAE,eAAe,EAAE,YAAY,EAAE,MAAM,kBAAkB,CAAC"}
@@ -0,0 +1,12 @@
1
+ import { SelectValue, SelectGroup, SelectLabel, SelectSeparator } from '../ui/select';
2
+ import { SelectProps, SelectTriggerProps, SelectItemProps, SelectContentProps } from './Select.types';
3
+ import * as React from "react";
4
+ declare const Select: {
5
+ ({ options, groups, value, defaultValue, onValueChange, placeholder, disabled, className, }: SelectProps): import("react/jsx-runtime").JSX.Element;
6
+ displayName: string;
7
+ };
8
+ declare const SelectTrigger: React.ForwardRefExoticComponent<SelectTriggerProps & React.RefAttributes<HTMLButtonElement>>;
9
+ declare const SelectItem: React.ForwardRefExoticComponent<SelectItemProps & React.RefAttributes<HTMLDivElement>>;
10
+ declare const SelectContent: React.ForwardRefExoticComponent<SelectContentProps & React.RefAttributes<HTMLDivElement>>;
11
+ export { Select, SelectTrigger, SelectItem, SelectContent, SelectValue, SelectGroup, SelectLabel, SelectSeparator, };
12
+ //# sourceMappingURL=Select.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"Select.d.ts","sourceRoot":"","sources":["../../../src/components/Select/Select.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAC7B,OAAO,EAGL,WAAW,EAGX,WAAW,EACX,WAAW,EACX,eAAe,EAChB,MAAM,wBAAwB,CAAC;AAEhC,OAAO,KAAK,EACV,WAAW,EACX,kBAAkB,EAClB,eAAe,EACf,kBAAkB,EACnB,MAAM,gBAAgB,CAAC;AAExB,QAAA,MAAM,MAAM;iGAST,WAAW;;CAmCb,CAAC;AAGF,QAAA,MAAM,aAAa,8FAIlB,CAAC;AAGF,QAAA,MAAM,UAAU,wFAIf,CAAC;AAGF,QAAA,MAAM,aAAa,2FAIlB,CAAC;AAGF,OAAO,EACL,MAAM,EACN,aAAa,EACb,UAAU,EACV,aAAa,EACb,WAAW,EACX,WAAW,EACX,WAAW,EACX,eAAe,GAChB,CAAC"}
@@ -0,0 +1,2 @@
1
+ export {};
2
+ //# sourceMappingURL=Select.test.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"Select.test.d.ts","sourceRoot":"","sources":["../../../src/components/Select/Select.test.tsx"],"names":[],"mappings":""}
@@ -0,0 +1,32 @@
1
+ import * as React from "react";
2
+ export interface SelectOption {
3
+ value: string;
4
+ label: string;
5
+ disabled?: boolean;
6
+ }
7
+ export interface SelectOptionGroup {
8
+ label: string;
9
+ options: SelectOption[];
10
+ }
11
+ export interface SelectProps {
12
+ options?: SelectOption[];
13
+ groups?: SelectOptionGroup[];
14
+ value?: string;
15
+ defaultValue?: string;
16
+ onValueChange?: (value: string) => void;
17
+ placeholder?: string;
18
+ disabled?: boolean;
19
+ className?: string;
20
+ }
21
+ export interface SelectTriggerProps extends React.ButtonHTMLAttributes<HTMLButtonElement> {
22
+ className?: string;
23
+ }
24
+ export interface SelectItemProps extends React.HTMLAttributes<HTMLDivElement> {
25
+ value: string;
26
+ disabled?: boolean;
27
+ className?: string;
28
+ }
29
+ export interface SelectContentProps extends React.HTMLAttributes<HTMLDivElement> {
30
+ className?: string;
31
+ }
32
+ //# sourceMappingURL=Select.types.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"Select.types.d.ts","sourceRoot":"","sources":["../../../src/components/Select/Select.types.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAE7B,MAAM,WAAW,YAAY;IAC3B,KAAK,EAAE,MAAM,CAAC;IACd,KAAK,EAAE,MAAM,CAAC;IACd,QAAQ,CAAC,EAAE,OAAO,CAAC;CACpB;AAED,MAAM,WAAW,iBAAiB;IAChC,KAAK,EAAE,MAAM,CAAC;IACd,OAAO,EAAE,YAAY,EAAE,CAAC;CACzB;AAED,MAAM,WAAW,WAAW;IAC1B,OAAO,CAAC,EAAE,YAAY,EAAE,CAAC;IACzB,MAAM,CAAC,EAAE,iBAAiB,EAAE,CAAC;IAC7B,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,YAAY,CAAC,EAAE,MAAM,CAAC;IACtB,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;CACpB;AAED,MAAM,WAAW,kBAAmB,SAAQ,KAAK,CAAC,oBAAoB,CAAC,iBAAiB,CAAC;IACvF,SAAS,CAAC,EAAE,MAAM,CAAC;CACpB;AAED,MAAM,WAAW,eAAgB,SAAQ,KAAK,CAAC,cAAc,CAAC,cAAc,CAAC;IAC3E,KAAK,EAAE,MAAM,CAAC;IACd,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,SAAS,CAAC,EAAE,MAAM,CAAC;CACpB;AAED,MAAM,WAAW,kBAAmB,SAAQ,KAAK,CAAC,cAAc,CAAC,cAAc,CAAC;IAC9E,SAAS,CAAC,EAAE,MAAM,CAAC;CACpB"}
@@ -0,0 +1,3 @@
1
+ export { Select, SelectTrigger, SelectItem, SelectContent, SelectValue, SelectGroup, SelectLabel, SelectSeparator, } from './Select';
2
+ export type { SelectProps, SelectTriggerProps, SelectItemProps, SelectContentProps, SelectOption, SelectOptionGroup, } from './Select.types';
3
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/components/Select/index.ts"],"names":[],"mappings":"AAAC,OAAO,EACJ,MAAM,EACN,aAAa,EACb,UAAU,EACV,aAAa,EACb,WAAW,EACX,WAAW,EACX,WAAW,EACX,eAAe,GAChB,MAAM,UAAU,CAAC;AAClB,YAAY,EACV,WAAW,EACX,kBAAkB,EAClB,eAAe,EACf,kBAAkB,EAClB,YAAY,EACZ,iBAAiB,GAClB,MAAM,gBAAgB,CAAC"}
@@ -0,0 +1,14 @@
1
+ import { SidebarNav } from '../ui/sidebar';
2
+ import { SidebarProps, SidebarHeaderProps, SidebarContentProps, SidebarFooterProps, NavItemProps, NavGroupProps } from './Sidebar.types';
3
+ import * as React from "react";
4
+ declare const Sidebar: React.ForwardRefExoticComponent<SidebarProps & React.RefAttributes<HTMLDivElement>>;
5
+ declare const SidebarHeader: React.ForwardRefExoticComponent<SidebarHeaderProps & React.RefAttributes<HTMLDivElement>>;
6
+ declare const SidebarContent: React.ForwardRefExoticComponent<SidebarContentProps & React.RefAttributes<HTMLDivElement>>;
7
+ declare const SidebarFooter: React.ForwardRefExoticComponent<SidebarFooterProps & React.RefAttributes<HTMLDivElement>>;
8
+ declare const NavItem: React.ForwardRefExoticComponent<NavItemProps & React.RefAttributes<HTMLAnchorElement>>;
9
+ declare const NavGroup: {
10
+ ({ group, className }: NavGroupProps): import("react/jsx-runtime").JSX.Element;
11
+ displayName: string;
12
+ };
13
+ export { Sidebar, SidebarHeader, SidebarContent, SidebarFooter, SidebarNav, NavItem, NavGroup, };
14
+ //# sourceMappingURL=Sidebar.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"Sidebar.d.ts","sourceRoot":"","sources":["../../../src/components/Sidebar/Sidebar.tsx"],"names":[],"mappings":"AAAC,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAE9B,OAAO,EAKL,UAAU,EAIX,MAAM,yBAAyB,CAAC;AAGjC,OAAO,KAAK,EACV,YAAY,EACZ,kBAAkB,EAClB,mBAAmB,EACnB,kBAAkB,EAClB,YAAY,EACZ,aAAa,EAEd,MAAM,iBAAiB,CAAC;AAEzB,QAAA,MAAM,OAAO,qFAIZ,CAAC;AAGF,QAAA,MAAM,aAAa,2FAIlB,CAAC;AAGF,QAAA,MAAM,cAAc,4FAInB,CAAC;AAGF,QAAA,MAAM,aAAa,2FAIlB,CAAC;AAGF,QAAA,MAAM,OAAO,wFAoBZ,CAAC;AAGF,QAAA,MAAM,QAAQ;2BAA0B,aAAa;;CAoBpD,CAAC;AAGF,OAAO,EACL,OAAO,EACP,aAAa,EACb,cAAc,EACd,aAAa,EACb,UAAU,EACV,OAAO,EACP,QAAQ,GACT,CAAC"}
@@ -0,0 +1,2 @@
1
+ export {};
2
+ //# sourceMappingURL=Sidebar.test.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"Sidebar.test.d.ts","sourceRoot":"","sources":["../../../src/components/Sidebar/Sidebar.test.tsx"],"names":[],"mappings":""}
@@ -0,0 +1,40 @@
1
+ import * as React from "react";
2
+ export interface NavItemConfig {
3
+ label: string;
4
+ href: string;
5
+ icon?: React.ReactNode;
6
+ badge?: string | number;
7
+ isActive?: boolean;
8
+ disabled?: boolean;
9
+ }
10
+ export interface NavGroupConfig {
11
+ label?: string;
12
+ items: NavItemConfig[];
13
+ }
14
+ export interface SidebarProps extends React.HTMLAttributes<HTMLDivElement> {
15
+ className?: string;
16
+ isOpen?: boolean;
17
+ onClose?: () => void;
18
+ }
19
+ export interface SidebarHeaderProps extends React.HTMLAttributes<HTMLDivElement> {
20
+ className?: string;
21
+ }
22
+ export interface SidebarContentProps extends React.HTMLAttributes<HTMLDivElement> {
23
+ className?: string;
24
+ }
25
+ export interface SidebarFooterProps extends React.HTMLAttributes<HTMLDivElement> {
26
+ className?: string;
27
+ }
28
+ export interface NavItemProps extends React.AnchorHTMLAttributes<HTMLAnchorElement> {
29
+ icon?: React.ReactNode;
30
+ badge?: string | number;
31
+ isActive?: boolean;
32
+ disabled?: boolean;
33
+ asChild?: boolean;
34
+ className?: string;
35
+ }
36
+ export interface NavGroupProps {
37
+ group: NavGroupConfig;
38
+ className?: string;
39
+ }
40
+ //# sourceMappingURL=Sidebar.types.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"Sidebar.types.d.ts","sourceRoot":"","sources":["../../../src/components/Sidebar/Sidebar.types.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAE7B,MAAM,WAAW,aAAa;IAC5B,KAAK,EAAE,MAAM,CAAC;IACd,IAAI,EAAE,MAAM,CAAC;IACb,IAAI,CAAC,EAAE,KAAK,CAAC,SAAS,CAAC;IACvB,KAAK,CAAC,EAAE,MAAM,GAAG,MAAM,CAAC;IACxB,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,QAAQ,CAAC,EAAE,OAAO,CAAC;CACpB;AAED,MAAM,WAAW,cAAc;IAC7B,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,KAAK,EAAE,aAAa,EAAE,CAAC;CACxB;AAED,MAAM,WAAW,YAAa,SAAQ,KAAK,CAAC,cAAc,CAAC,cAAc,CAAC;IACxE,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,MAAM,CAAC,EAAE,OAAO,CAAC;IACjB,OAAO,CAAC,EAAE,MAAM,IAAI,CAAC;CACtB;AAED,MAAM,WAAW,kBAAmB,SAAQ,KAAK,CAAC,cAAc,CAAC,cAAc,CAAC;IAC9E,SAAS,CAAC,EAAE,MAAM,CAAC;CACpB;AAED,MAAM,WAAW,mBAAoB,SAAQ,KAAK,CAAC,cAAc,CAAC,cAAc,CAAC;IAC/E,SAAS,CAAC,EAAE,MAAM,CAAC;CACpB;AAED,MAAM,WAAW,kBAAmB,SAAQ,KAAK,CAAC,cAAc,CAAC,cAAc,CAAC;IAC9E,SAAS,CAAC,EAAE,MAAM,CAAC;CACpB;AAED,MAAM,WAAW,YAAa,SAAQ,KAAK,CAAC,oBAAoB,CAAC,iBAAiB,CAAC;IACjF,IAAI,CAAC,EAAE,KAAK,CAAC,SAAS,CAAC;IACvB,KAAK,CAAC,EAAE,MAAM,GAAG,MAAM,CAAC;IACxB,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,OAAO,CAAC,EAAE,OAAO,CAAC;IAClB,SAAS,CAAC,EAAE,MAAM,CAAC;CACpB;AAED,MAAM,WAAW,aAAa;IAC5B,KAAK,EAAE,cAAc,CAAC;IACtB,SAAS,CAAC,EAAE,MAAM,CAAC;CACpB"}
@@ -0,0 +1,3 @@
1
+ export { Sidebar, SidebarHeader, SidebarContent, SidebarFooter, SidebarNav, NavItem, NavGroup, } from './Sidebar';
2
+ export type { SidebarProps, SidebarHeaderProps, SidebarContentProps, SidebarFooterProps, NavItemProps, NavGroupProps, NavItemConfig, NavGroupConfig, } from './Sidebar.types';
3
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/components/Sidebar/index.ts"],"names":[],"mappings":"AAAA,OAAO,EACH,OAAO,EACP,aAAa,EACb,cAAc,EACd,aAAa,EACb,UAAU,EACV,OAAO,EACP,QAAQ,GACT,MAAM,WAAW,CAAC;AACnB,YAAY,EACV,YAAY,EACZ,kBAAkB,EAClB,mBAAmB,EACnB,kBAAkB,EAClB,YAAY,EACZ,aAAa,EACb,aAAa,EACb,cAAc,GACf,MAAM,iBAAiB,CAAC"}
@@ -0,0 +1,5 @@
1
+ import { StackProps } from './Stack.types';
2
+ import * as React from "react";
3
+ declare const Stack: React.ForwardRefExoticComponent<StackProps & React.RefAttributes<HTMLElement>>;
4
+ export { Stack };
5
+ //# sourceMappingURL=Stack.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"Stack.d.ts","sourceRoot":"","sources":["../../../src/components/Stack/Stack.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAG7B,OAAO,KAAK,EACV,UAAU,EAKX,MAAM,eAAe,CAAC;AA+BvB,QAAA,MAAM,KAAK,gFA6BV,CAAC;AAIF,OAAO,EAAE,KAAK,EAAE,CAAC"}
@@ -0,0 +1,2 @@
1
+ export {};
2
+ //# sourceMappingURL=Stack.test.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"Stack.test.d.ts","sourceRoot":"","sources":["../../../src/components/Stack/Stack.test.tsx"],"names":[],"mappings":""}
@@ -0,0 +1,13 @@
1
+ import { BoxProps } from '../Box';
2
+ export type StackDirection = "row" | "column" | "row-reverse" | "column-reverse";
3
+ export type StackGap = 0 | 1 | 2 | 3 | 4 | 6 | 8 | 12 | 16;
4
+ export type StackAlign = "start" | "center" | "end" | "stretch" | "baseline";
5
+ export type StackJustify = "start" | "center" | "end" | "between" | "around" | "evenly";
6
+ export interface StackProps extends Omit<BoxProps, "display"> {
7
+ direction?: StackDirection;
8
+ gap?: StackGap;
9
+ align?: StackAlign;
10
+ justify?: StackJustify;
11
+ wrap?: boolean;
12
+ }
13
+ //# sourceMappingURL=Stack.types.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"Stack.types.d.ts","sourceRoot":"","sources":["../../../src/components/Stack/Stack.types.ts"],"names":[],"mappings":"AAAC,OAAO,KAAK,EAAE,QAAQ,EAAE,MAAM,kBAAkB,CAAC;AAEhD,MAAM,MAAM,cAAc,GAAG,KAAK,GAAG,QAAQ,GAAG,aAAa,GAAG,gBAAgB,CAAC;AACjF,MAAM,MAAM,QAAQ,GAAG,CAAC,GAAG,CAAC,GAAG,CAAC,GAAG,CAAC,GAAG,CAAC,GAAG,CAAC,GAAG,CAAC,GAAG,EAAE,GAAG,EAAE,CAAC;AAC3D,MAAM,MAAM,UAAU,GAAG,OAAO,GAAG,QAAQ,GAAG,KAAK,GAAG,SAAS,GAAG,UAAU,CAAC;AAC7E,MAAM,MAAM,YAAY,GACpB,OAAO,GACP,QAAQ,GACR,KAAK,GACL,SAAS,GACT,QAAQ,GACR,QAAQ,CAAC;AAEb,MAAM,WAAW,UAAW,SAAQ,IAAI,CAAC,QAAQ,EAAE,SAAS,CAAC;IAC3D,SAAS,CAAC,EAAE,cAAc,CAAC;IAC3B,GAAG,CAAC,EAAE,QAAQ,CAAC;IACf,KAAK,CAAC,EAAE,UAAU,CAAC;IACnB,OAAO,CAAC,EAAE,YAAY,CAAC;IACvB,IAAI,CAAC,EAAE,OAAO,CAAC;CAChB"}
@@ -0,0 +1,3 @@
1
+ export { Stack } from './Stack';
2
+ export type { StackProps, StackDirection, StackGap, StackAlign, StackJustify } from './Stack.types';
3
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/components/Stack/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,KAAK,EAAE,MAAM,SAAS,CAAC;AAC9B,YAAY,EAAE,UAAU,EAAE,cAAc,EAAE,QAAQ,EAAE,UAAU,EAAE,YAAY,EAAE,MAAM,eAAe,CAAC"}
@@ -0,0 +1,5 @@
1
+ import { StatCardProps } from './StatCard.types';
2
+ import * as React from "react";
3
+ declare const StatCard: React.ForwardRefExoticComponent<StatCardProps & React.RefAttributes<HTMLDivElement>>;
4
+ export { StatCard };
5
+ //# sourceMappingURL=StatCard.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"StatCard.d.ts","sourceRoot":"","sources":["../../../src/components/StatCard/StatCard.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAG7B,OAAO,KAAK,EAAE,aAAa,EAAa,MAAM,kBAAkB,CAAC;AAcjE,QAAA,MAAM,QAAQ,sFA8Bb,CAAC;AAGF,OAAO,EAAE,QAAQ,EAAE,CAAC"}
@@ -0,0 +1,2 @@
1
+ export {};
2
+ //# sourceMappingURL=StatCard.test.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"StatCard.test.d.ts","sourceRoot":"","sources":["../../../src/components/StatCard/StatCard.test.tsx"],"names":[],"mappings":""}
@@ -0,0 +1,11 @@
1
+ import * as React from "react";
2
+ export type StatTrend = "up" | "down" | "neutral";
3
+ export interface StatCardProps {
4
+ label: string;
5
+ value: string | number;
6
+ change?: string;
7
+ trend?: StatTrend;
8
+ icon?: React.ReactNode;
9
+ className?: string;
10
+ }
11
+ //# sourceMappingURL=StatCard.types.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"StatCard.types.d.ts","sourceRoot":"","sources":["../../../src/components/StatCard/StatCard.types.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAE7B,MAAM,MAAM,SAAS,GAAG,IAAI,GAAG,MAAM,GAAG,SAAS,CAAC;AAElD,MAAM,WAAW,aAAa;IAC5B,KAAK,EAAE,MAAM,CAAC;IACd,KAAK,EAAE,MAAM,GAAG,MAAM,CAAC;IACvB,MAAM,CAAC,EAAE,MAAM,CAAC;IAChB,KAAK,CAAC,EAAE,SAAS,CAAC;IAClB,IAAI,CAAC,EAAE,KAAK,CAAC,SAAS,CAAC;IACvB,SAAS,CAAC,EAAE,MAAM,CAAC;CACpB"}
@@ -0,0 +1,3 @@
1
+ export { StatCard } from './StatCard';
2
+ export type { StatCardProps, StatTrend } from './StatCard.types';
3
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/components/StatCard/index.ts"],"names":[],"mappings":"AAAC,OAAO,EAAE,QAAQ,EAAE,MAAM,YAAY,CAAC;AACrC,YAAY,EAAE,aAAa,EAAE,SAAS,EAAE,MAAM,kBAAkB,CAAC"}
@@ -0,0 +1,5 @@
1
+ import { TableProps, DataTableProps } from './Table.types';
2
+ declare function Table<TData>({ columns, data, caption, className }: TableProps<TData>): import("react/jsx-runtime").JSX.Element;
3
+ declare function DataTable<TData>({ columns, data, caption, className, defaultSorting, onSortingChange, }: DataTableProps<TData>): import("react/jsx-runtime").JSX.Element;
4
+ export { Table, DataTable };
5
+ //# sourceMappingURL=Table.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"Table.d.ts","sourceRoot":"","sources":["../../../src/components/Table/Table.tsx"],"names":[],"mappings":"AAkBE,OAAO,KAAK,EAAE,UAAU,EAAE,cAAc,EAAE,MAAM,eAAe,CAAC;AAQhE,iBAAS,KAAK,CAAC,KAAK,EAAE,EAAE,OAAO,EAAE,IAAI,EAAE,OAAO,EAAE,SAAS,EAAE,EAAE,UAAU,CAAC,KAAK,CAAC,2CA0D7E;AAED,iBAAS,SAAS,CAAC,KAAK,EAAE,EACxB,OAAO,EACP,IAAI,EACJ,OAAO,EACP,SAAS,EACT,cAAmB,EACnB,eAAe,GAChB,EAAE,cAAc,CAAC,KAAK,CAAC,2CAyEvB;AAED,OAAO,EAAE,KAAK,EAAE,SAAS,EAAE,CAAC"}
@@ -0,0 +1,2 @@
1
+ export {};
2
+ //# sourceMappingURL=Table.test.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"Table.test.d.ts","sourceRoot":"","sources":["../../../src/components/Table/Table.test.tsx"],"names":[],"mappings":""}
@@ -0,0 +1,22 @@
1
+ import { ColumnDef, SortingState, RowData } from '@tanstack/react-table';
2
+ declare module "@tanstack/react-table" {
3
+ interface ColumnMeta<TData extends RowData, TValue> {
4
+ hideBelow?: "sm" | "md" | "lg";
5
+ }
6
+ }
7
+ export type { ColumnDef };
8
+ export interface TableProps<TData> {
9
+ columns: ColumnDef<TData>[];
10
+ data: TData[];
11
+ caption?: string;
12
+ className?: string;
13
+ }
14
+ export interface DataTableProps<TData> {
15
+ columns: ColumnDef<TData>[];
16
+ data: TData[];
17
+ caption?: string;
18
+ className?: string;
19
+ defaultSorting?: SortingState;
20
+ onSortingChange?: (sorting: SortingState) => void;
21
+ }
22
+ //# sourceMappingURL=Table.types.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"Table.types.d.ts","sourceRoot":"","sources":["../../../src/components/Table/Table.types.ts"],"names":[],"mappings":"AACE,OAAO,KAAK,EAAE,SAAS,EAAE,YAAY,EAAE,OAAO,EAAE,MAAM,uBAAuB,CAAC;AAE9E,OAAO,QAAQ,uBAAuB,CAAC;IACrC,UAAU,UAAU,CAAC,KAAK,SAAS,OAAO,EAAE,MAAM;QAChD,SAAS,CAAC,EAAE,IAAI,GAAG,IAAI,GAAG,IAAI,CAAC;KAChC;CACF;AAED,YAAY,EAAE,SAAS,EAAE,CAAC;AAE1B,MAAM,WAAW,UAAU,CAAC,KAAK;IAC/B,OAAO,EAAE,SAAS,CAAC,KAAK,CAAC,EAAE,CAAC;IAC5B,IAAI,EAAE,KAAK,EAAE,CAAC;IACd,OAAO,CAAC,EAAE,MAAM,CAAC;IACjB,SAAS,CAAC,EAAE,MAAM,CAAC;CACpB;AAED,MAAM,WAAW,cAAc,CAAC,KAAK;IACnC,OAAO,EAAE,SAAS,CAAC,KAAK,CAAC,EAAE,CAAC;IAC5B,IAAI,EAAE,KAAK,EAAE,CAAC;IACd,OAAO,CAAC,EAAE,MAAM,CAAC;IACjB,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,cAAc,CAAC,EAAE,YAAY,CAAC;IAC9B,eAAe,CAAC,EAAE,CAAC,OAAO,EAAE,YAAY,KAAK,IAAI,CAAC;CACnD"}
@@ -0,0 +1,3 @@
1
+ export { Table, DataTable } from './Table';
2
+ export type { TableProps, DataTableProps, ColumnDef, } from './Table.types';
3
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/components/Table/index.ts"],"names":[],"mappings":"AAAC,OAAO,EAAE,KAAK,EAAE,SAAS,EAAE,MAAM,SAAS,CAAC;AAC1C,YAAY,EACV,UAAU,EACV,cAAc,EACd,SAAS,GACV,MAAM,eAAe,CAAC"}
@@ -0,0 +1,11 @@
1
+ import { TabsProps, TabsListProps, TabsTriggerProps, TabsContentProps } from './Tabs.types';
2
+ import * as React from "react";
3
+ declare const Tabs: {
4
+ ({ items, defaultValue, value, onValueChange, className, children, }: TabsProps): import("react/jsx-runtime").JSX.Element;
5
+ displayName: string;
6
+ };
7
+ declare const TabsList: React.ForwardRefExoticComponent<TabsListProps & React.RefAttributes<HTMLDivElement>>;
8
+ declare const TabsTrigger: React.ForwardRefExoticComponent<TabsTriggerProps & React.RefAttributes<HTMLButtonElement>>;
9
+ declare const TabsContent: React.ForwardRefExoticComponent<TabsContentProps & React.RefAttributes<HTMLDivElement>>;
10
+ export { Tabs, TabsList, TabsTrigger, TabsContent };
11
+ //# sourceMappingURL=Tabs.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"Tabs.d.ts","sourceRoot":"","sources":["../../../src/components/Tabs/Tabs.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAQ7B,OAAO,KAAK,EACV,SAAS,EACT,aAAa,EACb,gBAAgB,EAChB,gBAAgB,EACjB,MAAM,cAAc,CAAC;AAEtB,QAAA,MAAM,IAAI;0EAOP,SAAS;;CAuCX,CAAC;AAGF,QAAA,MAAM,QAAQ,sFAIb,CAAC;AAGF,QAAA,MAAM,WAAW,4FAIhB,CAAC;AAGF,QAAA,MAAM,WAAW,yFAIhB,CAAC;AAGF,OAAO,EAAE,IAAI,EAAE,QAAQ,EAAE,WAAW,EAAE,WAAW,EAAE,CAAC"}
@@ -0,0 +1,2 @@
1
+ export {};
2
+ //# sourceMappingURL=Tabs.test.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"Tabs.test.d.ts","sourceRoot":"","sources":["../../../src/components/Tabs/Tabs.test.tsx"],"names":[],"mappings":""}
@@ -0,0 +1,27 @@
1
+ import * as React from "react";
2
+ export interface TabItem {
3
+ value: string;
4
+ label: string;
5
+ content: React.ReactNode;
6
+ disabled?: boolean;
7
+ }
8
+ export interface TabsProps {
9
+ items?: TabItem[];
10
+ defaultValue?: string;
11
+ value?: string;
12
+ onValueChange?: (value: string) => void;
13
+ className?: string;
14
+ children?: React.ReactNode;
15
+ }
16
+ export interface TabsListProps extends React.HTMLAttributes<HTMLDivElement> {
17
+ className?: string;
18
+ }
19
+ export interface TabsTriggerProps extends React.ButtonHTMLAttributes<HTMLButtonElement> {
20
+ value: string;
21
+ className?: string;
22
+ }
23
+ export interface TabsContentProps extends React.HTMLAttributes<HTMLDivElement> {
24
+ value: string;
25
+ className?: string;
26
+ }
27
+ //# sourceMappingURL=Tabs.types.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"Tabs.types.d.ts","sourceRoot":"","sources":["../../../src/components/Tabs/Tabs.types.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAE7B,MAAM,WAAW,OAAO;IACtB,KAAK,EAAE,MAAM,CAAC;IACd,KAAK,EAAE,MAAM,CAAC;IACd,OAAO,EAAE,KAAK,CAAC,SAAS,CAAC;IACzB,QAAQ,CAAC,EAAE,OAAO,CAAC;CACpB;AAED,MAAM,WAAW,SAAS;IACxB,KAAK,CAAC,EAAE,OAAO,EAAE,CAAC;IAClB,YAAY,CAAC,EAAE,MAAM,CAAC;IACtB,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,aAAa,CAAC,EAAE,CAAC,KAAK,EAAE,MAAM,KAAK,IAAI,CAAC;IACxC,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,QAAQ,CAAC,EAAE,KAAK,CAAC,SAAS,CAAC;CAC5B;AAED,MAAM,WAAW,aAAc,SAAQ,KAAK,CAAC,cAAc,CAAC,cAAc,CAAC;IACzE,SAAS,CAAC,EAAE,MAAM,CAAC;CACpB;AAED,MAAM,WAAW,gBAAiB,SAAQ,KAAK,CAAC,oBAAoB,CAAC,iBAAiB,CAAC;IACrF,KAAK,EAAE,MAAM,CAAC;IACd,SAAS,CAAC,EAAE,MAAM,CAAC;CACpB;AAED,MAAM,WAAW,gBAAiB,SAAQ,KAAK,CAAC,cAAc,CAAC,cAAc,CAAC;IAC5E,KAAK,EAAE,MAAM,CAAC;IACd,SAAS,CAAC,EAAE,MAAM,CAAC;CACpB"}
@@ -0,0 +1,3 @@
1
+ export { Tabs, TabsList, TabsTrigger, TabsContent } from './Tabs';
2
+ export type { TabsProps, TabsListProps, TabsTriggerProps, TabsContentProps, TabItem, } from './Tabs.types';
3
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/components/Tabs/index.ts"],"names":[],"mappings":"AAAE,OAAO,EAAE,IAAI,EAAE,QAAQ,EAAE,WAAW,EAAE,WAAW,EAAE,MAAM,QAAQ,CAAC;AAClE,YAAY,EACV,SAAS,EACT,aAAa,EACb,gBAAgB,EAChB,gBAAgB,EAChB,OAAO,GACR,MAAM,cAAc,CAAC"}
@@ -0,0 +1,5 @@
1
+ import { TextareaProps } from './Textarea.types';
2
+ import * as React from "react";
3
+ declare const Textarea: React.ForwardRefExoticComponent<TextareaProps & React.RefAttributes<HTMLTextAreaElement>>;
4
+ export { Textarea };
5
+ //# sourceMappingURL=Textarea.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"Textarea.d.ts","sourceRoot":"","sources":["../../../src/components/Textarea/Textarea.tsx"],"names":[],"mappings":"AAAC,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAG9B,OAAO,KAAK,EAAE,aAAa,EAAE,MAAM,kBAAkB,CAAC;AAEtD,QAAA,MAAM,QAAQ,2FA0Cb,CAAC;AAIF,OAAO,EAAE,QAAQ,EAAE,CAAC"}
@@ -0,0 +1,2 @@
1
+ export {};
2
+ //# sourceMappingURL=Textarea.test.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"Textarea.test.d.ts","sourceRoot":"","sources":["../../../src/components/Textarea/Textarea.test.tsx"],"names":[],"mappings":""}
@@ -0,0 +1,7 @@
1
+ import { TextareaProps as BaseTextareaProps } from '../ui/textarea';
2
+ export interface TextareaProps extends BaseTextareaProps {
3
+ label?: string;
4
+ error?: string;
5
+ helperText?: string;
6
+ }
7
+ //# sourceMappingURL=Textarea.types.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"Textarea.types.d.ts","sourceRoot":"","sources":["../../../src/components/Textarea/Textarea.types.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,aAAa,IAAI,iBAAiB,EAAE,MAAM,0BAA0B,CAAC;AAEjF,MAAM,WAAW,aAAc,SAAQ,iBAAiB;IACtD,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,UAAU,CAAC,EAAE,MAAM,CAAC;CACrB"}
@@ -0,0 +1,3 @@
1
+ export { Textarea } from './Textarea';
2
+ export type { TextareaProps } from './Textarea.types';
3
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/components/Textarea/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,QAAQ,EAAE,MAAM,YAAY,CAAC;AACtC,YAAY,EAAE,aAAa,EAAE,MAAM,kBAAkB,CAAC"}
@@ -0,0 +1,12 @@
1
+ import { ToasterToast } from '../ui/use-toast';
2
+ import { ToastOptions, ToasterProps } from './Toast.types';
3
+ declare const Toaster: ({ position }: ToasterProps) => import("react/jsx-runtime").JSX.Element;
4
+ declare const toast: (options: ToastOptions) => {
5
+ id: string;
6
+ dismiss: () => void;
7
+ update: (props: ToasterToast) => void;
8
+ };
9
+ export { Toaster, toast };
10
+ export { useToast } from '../ui/use-toast';
11
+ export type { ToasterToast } from '../ui/use-toast';
12
+ //# sourceMappingURL=Toast.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"Toast.d.ts","sourceRoot":"","sources":["../../../src/components/Toast/Toast.tsx"],"names":[],"mappings":"AAYE,OAAO,KAAK,EAAE,YAAY,EAAE,MAAM,2BAA2B,CAAC;AAC9D,OAAO,KAAK,EAAE,YAAY,EAAE,YAAY,EAAgB,MAAM,eAAe,CAAC;AAmB9E,QAAA,MAAM,OAAO,GAAI,cAA+B,YAAY,4CA2B3D,CAAC;AAEF,QAAA,MAAM,KAAK,GAAI,SAAS,YAAY;;;;CACiB,CAAC;AAEtD,OAAO,EAAE,OAAO,EAAE,KAAK,EAAE,CAAC;AAC1B,OAAO,EAAE,QAAQ,EAAE,MAAM,2BAA2B,CAAC;AACrD,YAAY,EAAE,YAAY,EAAE,MAAM,2BAA2B,CAAC"}
@@ -0,0 +1,2 @@
1
+ export {};
2
+ //# sourceMappingURL=Toast.test.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"Toast.test.d.ts","sourceRoot":"","sources":["../../../src/components/Toast/Toast.test.tsx"],"names":[],"mappings":""}
@@ -0,0 +1,15 @@
1
+ import { ToastActionElement, ToastProps } from '../ui/toast';
2
+ import * as React from "react";
3
+ export type ToastVariant = "default" | "success" | "warning" | "destructive" | "info";
4
+ export interface ToastOptions {
5
+ title?: React.ReactNode;
6
+ description?: React.ReactNode;
7
+ variant?: ToastVariant;
8
+ action?: ToastActionElement;
9
+ duration?: number;
10
+ }
11
+ export interface ToasterProps {
12
+ position?: "top-right" | "top-left" | "bottom-right" | "bottom-left" | "top-center" | "bottom-center";
13
+ }
14
+ export type { ToastProps };
15
+ //# sourceMappingURL=Toast.types.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"Toast.types.d.ts","sourceRoot":"","sources":["../../../src/components/Toast/Toast.types.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAC7B,OAAO,KAAK,EAAE,kBAAkB,EAAE,UAAU,EAAE,MAAM,uBAAuB,CAAC;AAE5E,MAAM,MAAM,YAAY,GAAG,SAAS,GAAG,SAAS,GAAG,SAAS,GAAG,aAAa,GAAG,MAAM,CAAC;AAEtF,MAAM,WAAW,YAAY;IAC3B,KAAK,CAAC,EAAE,KAAK,CAAC,SAAS,CAAC;IACxB,WAAW,CAAC,EAAE,KAAK,CAAC,SAAS,CAAC;IAC9B,OAAO,CAAC,EAAE,YAAY,CAAC;IACvB,MAAM,CAAC,EAAE,kBAAkB,CAAC;IAC5B,QAAQ,CAAC,EAAE,MAAM,CAAC;CACnB;AAED,MAAM,WAAW,YAAY;IAC3B,QAAQ,CAAC,EAAE,WAAW,GAAG,UAAU,GAAG,cAAc,GAAG,aAAa,GAAG,YAAY,GAAG,eAAe,CAAC;CACvG;AAED,YAAY,EAAE,UAAU,EAAE,CAAC"}
@@ -0,0 +1,3 @@
1
+ export { Toaster, useToast, toast } from './Toast';
2
+ export type { ToasterProps, ToastOptions, ToastVariant } from './Toast.types';
3
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/components/Toast/index.ts"],"names":[],"mappings":"AAAC,OAAO,EAAE,OAAO,EAAE,QAAQ,EAAE,KAAK,EAAE,MAAM,SAAS,CAAC;AAClD,YAAY,EAAE,YAAY,EAAE,YAAY,EAAE,YAAY,EAAE,MAAM,eAAe,CAAC"}
@@ -0,0 +1,12 @@
1
+ import { VariantProps } from 'class-variance-authority';
2
+ import * as React from "react";
3
+ declare const alertVariants: (props?: ({
4
+ variant?: "default" | "destructive" | null | undefined;
5
+ } & import('class-variance-authority/types').ClassProp) | undefined) => string;
6
+ declare const Alert: React.ForwardRefExoticComponent<React.HTMLAttributes<HTMLDivElement> & VariantProps<(props?: ({
7
+ variant?: "default" | "destructive" | null | undefined;
8
+ } & import('class-variance-authority/types').ClassProp) | undefined) => string> & React.RefAttributes<HTMLDivElement>>;
9
+ declare const AlertTitle: React.ForwardRefExoticComponent<React.HTMLAttributes<HTMLHeadingElement> & React.RefAttributes<HTMLParagraphElement>>;
10
+ declare const AlertDescription: React.ForwardRefExoticComponent<React.HTMLAttributes<HTMLParagraphElement> & React.RefAttributes<HTMLParagraphElement>>;
11
+ export { Alert, AlertTitle, AlertDescription, alertVariants };
12
+ //# sourceMappingURL=alert.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"alert.d.ts","sourceRoot":"","sources":["../../../src/components/ui/alert.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAC7B,OAAO,EAAO,KAAK,YAAY,EAAE,MAAM,0BAA0B,CAAC;AAGlE,QAAA,MAAM,aAAa;;8EAclB,CAAC;AAEF,QAAA,MAAM,KAAK;;sHAUT,CAAC;AAGH,QAAA,MAAM,UAAU,uHASd,CAAC;AAGH,QAAA,MAAM,gBAAgB,yHASpB,CAAC;AAGH,OAAO,EAAE,KAAK,EAAE,UAAU,EAAE,gBAAgB,EAAE,aAAa,EAAE,CAAC"}
@@ -0,0 +1,2 @@
1
+ export {};
2
+ //# sourceMappingURL=alert.test.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"alert.test.d.ts","sourceRoot":"","sources":["../../../src/components/ui/alert.test.tsx"],"names":[],"mappings":""}
@@ -0,0 +1,7 @@
1
+ import * as React from "react";
2
+ import * as AvatarPrimitive from "@radix-ui/react-avatar";
3
+ declare const Avatar: React.ForwardRefExoticComponent<Omit<AvatarPrimitive.AvatarProps & React.RefAttributes<HTMLSpanElement>, "ref"> & React.RefAttributes<HTMLSpanElement>>;
4
+ declare const AvatarImage: React.ForwardRefExoticComponent<Omit<AvatarPrimitive.AvatarImageProps & React.RefAttributes<HTMLImageElement>, "ref"> & React.RefAttributes<HTMLImageElement>>;
5
+ declare const AvatarFallback: React.ForwardRefExoticComponent<Omit<AvatarPrimitive.AvatarFallbackProps & React.RefAttributes<HTMLSpanElement>, "ref"> & React.RefAttributes<HTMLSpanElement>>;
6
+ export { Avatar, AvatarImage, AvatarFallback };
7
+ //# sourceMappingURL=avatar.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"avatar.d.ts","sourceRoot":"","sources":["../../../src/components/ui/avatar.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAC7B,OAAO,KAAK,eAAe,MAAM,wBAAwB,CAAC;AAG1D,QAAA,MAAM,MAAM,yJAYV,CAAC;AAGH,QAAA,MAAM,WAAW,gKASf,CAAC;AAGH,QAAA,MAAM,cAAc,iKAYlB,CAAC;AAGH,OAAO,EAAE,MAAM,EAAE,WAAW,EAAE,cAAc,EAAE,CAAC"}
@@ -0,0 +1,2 @@
1
+ export {};
2
+ //# sourceMappingURL=avatar.test.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"avatar.test.d.ts","sourceRoot":"","sources":["../../../src/components/ui/avatar.test.tsx"],"names":[],"mappings":""}
@@ -0,0 +1,10 @@
1
+ import { VariantProps } from 'class-variance-authority';
2
+ import * as React from "react";
3
+ declare const badgeVariants: (props?: ({
4
+ variant?: "default" | "destructive" | "outline" | "secondary" | null | undefined;
5
+ } & import('class-variance-authority/types').ClassProp) | undefined) => string;
6
+ export interface BadgeProps extends React.HTMLAttributes<HTMLDivElement>, VariantProps<typeof badgeVariants> {
7
+ }
8
+ declare const Badge: React.ForwardRefExoticComponent<BadgeProps & React.RefAttributes<HTMLDivElement>>;
9
+ export { Badge, badgeVariants };
10
+ //# sourceMappingURL=badge.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"badge.d.ts","sourceRoot":"","sources":["../../../src/components/ui/badge.tsx"],"names":[],"mappings":"AAAC,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAC9B,OAAO,EAAO,KAAK,YAAY,EAAE,MAAM,0BAA0B,CAAC;AAGlE,QAAA,MAAM,aAAa;;8EAmBlB,CAAC;AAEF,MAAM,WAAW,UACf,SAAQ,KAAK,CAAC,cAAc,CAAC,cAAc,CAAC,EAC1C,YAAY,CAAC,OAAO,aAAa,CAAC;CAAG;AAEzC,QAAA,MAAM,KAAK,mFAQV,CAAC;AAIF,OAAO,EAAE,KAAK,EAAE,aAAa,EAAE,CAAC"}
@@ -0,0 +1,2 @@
1
+ export {};
2
+ //# sourceMappingURL=badge.test.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"badge.test.d.ts","sourceRoot":"","sources":["../../../src/components/ui/badge.test.tsx"],"names":[],"mappings":""}