@ghostly-solutions/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 +25 -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 +32 -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/alert-dialog/alert-dialog.d.ts +36 -0
  10. package/dist/components/alert-dialog/alert-dialog.d.ts.map +1 -0
  11. package/dist/components/alert-dialog/index.d.ts +2 -0
  12. package/dist/components/alert-dialog/index.d.ts.map +1 -0
  13. package/dist/components/aspect-ratio/aspect-ratio.d.ts +4 -0
  14. package/dist/components/aspect-ratio/aspect-ratio.d.ts.map +1 -0
  15. package/dist/components/aspect-ratio/index.d.ts +2 -0
  16. package/dist/components/aspect-ratio/index.d.ts.map +1 -0
  17. package/dist/components/avatar/avatar.d.ts +25 -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-group.d.ts +10 -0
  22. package/dist/components/badge/badge-group.d.ts.map +1 -0
  23. package/dist/components/badge/badge.d.ts +35 -0
  24. package/dist/components/badge/badge.d.ts.map +1 -0
  25. package/dist/components/badge/index.d.ts +3 -0
  26. package/dist/components/badge/index.d.ts.map +1 -0
  27. package/dist/components/breadcrumb/breadcrumb.d.ts +39 -0
  28. package/dist/components/breadcrumb/breadcrumb.d.ts.map +1 -0
  29. package/dist/components/breadcrumb/index.d.ts +2 -0
  30. package/dist/components/breadcrumb/index.d.ts.map +1 -0
  31. package/dist/components/button/button.d.ts +71 -0
  32. package/dist/components/button/button.d.ts.map +1 -0
  33. package/dist/components/button/index.d.ts +2 -0
  34. package/dist/components/button/index.d.ts.map +1 -0
  35. package/dist/components/button-group/button-group.d.ts +18 -0
  36. package/dist/components/button-group/button-group.d.ts.map +1 -0
  37. package/dist/components/button-group/index.d.ts +2 -0
  38. package/dist/components/button-group/index.d.ts.map +1 -0
  39. package/dist/components/calendar/calendar.d.ts +58 -0
  40. package/dist/components/calendar/calendar.d.ts.map +1 -0
  41. package/dist/components/calendar/index.d.ts +2 -0
  42. package/dist/components/calendar/index.d.ts.map +1 -0
  43. package/dist/components/card/card.d.ts +37 -0
  44. package/dist/components/card/card.d.ts.map +1 -0
  45. package/dist/components/card/index.d.ts +2 -0
  46. package/dist/components/card/index.d.ts.map +1 -0
  47. package/dist/components/checkbox/checkbox.d.ts +26 -0
  48. package/dist/components/checkbox/checkbox.d.ts.map +1 -0
  49. package/dist/components/checkbox/index.d.ts +2 -0
  50. package/dist/components/checkbox/index.d.ts.map +1 -0
  51. package/dist/components/code-block/code-block.d.ts +53 -0
  52. package/dist/components/code-block/code-block.d.ts.map +1 -0
  53. package/dist/components/code-block/index.d.ts +2 -0
  54. package/dist/components/code-block/index.d.ts.map +1 -0
  55. package/dist/components/collapsible/collapsible.d.ts +7 -0
  56. package/dist/components/collapsible/collapsible.d.ts.map +1 -0
  57. package/dist/components/collapsible/index.d.ts +2 -0
  58. package/dist/components/collapsible/index.d.ts.map +1 -0
  59. package/dist/components/command/command.d.ts +78 -0
  60. package/dist/components/command/command.d.ts.map +1 -0
  61. package/dist/components/command/index.d.ts +2 -0
  62. package/dist/components/command/index.d.ts.map +1 -0
  63. package/dist/components/context-menu/context-menu.d.ts +54 -0
  64. package/dist/components/context-menu/context-menu.d.ts.map +1 -0
  65. package/dist/components/context-menu/index.d.ts +2 -0
  66. package/dist/components/context-menu/index.d.ts.map +1 -0
  67. package/dist/components/dialog/dialog.d.ts +35 -0
  68. package/dist/components/dialog/dialog.d.ts.map +1 -0
  69. package/dist/components/dialog/index.d.ts +2 -0
  70. package/dist/components/dialog/index.d.ts.map +1 -0
  71. package/dist/components/drawer/drawer.d.ts +39 -0
  72. package/dist/components/drawer/drawer.d.ts.map +1 -0
  73. package/dist/components/drawer/index.d.ts +2 -0
  74. package/dist/components/drawer/index.d.ts.map +1 -0
  75. package/dist/components/dropdown-menu/dropdown-menu.d.ts +57 -0
  76. package/dist/components/dropdown-menu/dropdown-menu.d.ts.map +1 -0
  77. package/dist/components/dropdown-menu/index.d.ts +2 -0
  78. package/dist/components/dropdown-menu/index.d.ts.map +1 -0
  79. package/dist/components/empty-state/empty-state.d.ts +30 -0
  80. package/dist/components/empty-state/empty-state.d.ts.map +1 -0
  81. package/dist/components/empty-state/index.d.ts +2 -0
  82. package/dist/components/empty-state/index.d.ts.map +1 -0
  83. package/dist/components/error-boundary/error-boundary.d.ts +63 -0
  84. package/dist/components/error-boundary/error-boundary.d.ts.map +1 -0
  85. package/dist/components/error-boundary/index.d.ts +2 -0
  86. package/dist/components/error-boundary/index.d.ts.map +1 -0
  87. package/dist/components/file-upload/file-upload.d.ts +48 -0
  88. package/dist/components/file-upload/file-upload.d.ts.map +1 -0
  89. package/dist/components/file-upload/index.d.ts +2 -0
  90. package/dist/components/file-upload/index.d.ts.map +1 -0
  91. package/dist/components/form-field/form-field.d.ts +51 -0
  92. package/dist/components/form-field/form-field.d.ts.map +1 -0
  93. package/dist/components/form-field/index.d.ts +2 -0
  94. package/dist/components/form-field/index.d.ts.map +1 -0
  95. package/dist/components/hover-card/hover-card.d.ts +19 -0
  96. package/dist/components/hover-card/hover-card.d.ts.map +1 -0
  97. package/dist/components/hover-card/index.d.ts +2 -0
  98. package/dist/components/hover-card/index.d.ts.map +1 -0
  99. package/dist/components/input/index.d.ts +2 -0
  100. package/dist/components/input/index.d.ts.map +1 -0
  101. package/dist/components/input/input.d.ts +32 -0
  102. package/dist/components/input/input.d.ts.map +1 -0
  103. package/dist/components/kbd/index.d.ts +2 -0
  104. package/dist/components/kbd/index.d.ts.map +1 -0
  105. package/dist/components/kbd/kbd.d.ts +18 -0
  106. package/dist/components/kbd/kbd.d.ts.map +1 -0
  107. package/dist/components/label/index.d.ts +2 -0
  108. package/dist/components/label/index.d.ts.map +1 -0
  109. package/dist/components/label/label.d.ts +18 -0
  110. package/dist/components/label/label.d.ts.map +1 -0
  111. package/dist/components/multiselect/index.d.ts +2 -0
  112. package/dist/components/multiselect/index.d.ts.map +1 -0
  113. package/dist/components/multiselect/multiselect.d.ts +32 -0
  114. package/dist/components/multiselect/multiselect.d.ts.map +1 -0
  115. package/dist/components/navbar/index.d.ts +2 -0
  116. package/dist/components/navbar/index.d.ts.map +1 -0
  117. package/dist/components/navbar/navbar.d.ts +97 -0
  118. package/dist/components/navbar/navbar.d.ts.map +1 -0
  119. package/dist/components/navigation-menu/index.d.ts +2 -0
  120. package/dist/components/navigation-menu/index.d.ts.map +1 -0
  121. package/dist/components/navigation-menu/navigation-menu.d.ts +32 -0
  122. package/dist/components/navigation-menu/navigation-menu.d.ts.map +1 -0
  123. package/dist/components/otp-input/index.d.ts +2 -0
  124. package/dist/components/otp-input/index.d.ts.map +1 -0
  125. package/dist/components/otp-input/otp-input.d.ts +61 -0
  126. package/dist/components/otp-input/otp-input.d.ts.map +1 -0
  127. package/dist/components/overlay/index.d.ts +2 -0
  128. package/dist/components/overlay/index.d.ts.map +1 -0
  129. package/dist/components/overlay/overlay.d.ts +31 -0
  130. package/dist/components/overlay/overlay.d.ts.map +1 -0
  131. package/dist/components/pagination/index.d.ts +2 -0
  132. package/dist/components/pagination/index.d.ts.map +1 -0
  133. package/dist/components/pagination/pagination.d.ts +38 -0
  134. package/dist/components/pagination/pagination.d.ts.map +1 -0
  135. package/dist/components/popover/index.d.ts +2 -0
  136. package/dist/components/popover/index.d.ts.map +1 -0
  137. package/dist/components/popover/popover.d.ts +23 -0
  138. package/dist/components/popover/popover.d.ts.map +1 -0
  139. package/dist/components/progress/index.d.ts +2 -0
  140. package/dist/components/progress/index.d.ts.map +1 -0
  141. package/dist/components/progress/progress.d.ts +30 -0
  142. package/dist/components/progress/progress.d.ts.map +1 -0
  143. package/dist/components/radio/index.d.ts +2 -0
  144. package/dist/components/radio/index.d.ts.map +1 -0
  145. package/dist/components/radio/radio.d.ts +30 -0
  146. package/dist/components/radio/radio.d.ts.map +1 -0
  147. package/dist/components/resizable-panel/index.d.ts +2 -0
  148. package/dist/components/resizable-panel/index.d.ts.map +1 -0
  149. package/dist/components/resizable-panel/resizable-panel.d.ts +32 -0
  150. package/dist/components/resizable-panel/resizable-panel.d.ts.map +1 -0
  151. package/dist/components/scroll-area/index.d.ts +2 -0
  152. package/dist/components/scroll-area/index.d.ts.map +1 -0
  153. package/dist/components/scroll-area/scroll-area.d.ts +10 -0
  154. package/dist/components/scroll-area/scroll-area.d.ts.map +1 -0
  155. package/dist/components/select/index.d.ts +2 -0
  156. package/dist/components/select/index.d.ts.map +1 -0
  157. package/dist/components/select/select.d.ts +85 -0
  158. package/dist/components/select/select.d.ts.map +1 -0
  159. package/dist/components/separator/index.d.ts +2 -0
  160. package/dist/components/separator/index.d.ts.map +1 -0
  161. package/dist/components/separator/separator.d.ts +16 -0
  162. package/dist/components/separator/separator.d.ts.map +1 -0
  163. package/dist/components/sheet/index.d.ts +2 -0
  164. package/dist/components/sheet/index.d.ts.map +1 -0
  165. package/dist/components/sheet/sheet.d.ts +44 -0
  166. package/dist/components/sheet/sheet.d.ts.map +1 -0
  167. package/dist/components/sidebar/index.d.ts +2 -0
  168. package/dist/components/sidebar/index.d.ts.map +1 -0
  169. package/dist/components/sidebar/sidebar.d.ts +148 -0
  170. package/dist/components/sidebar/sidebar.d.ts.map +1 -0
  171. package/dist/components/skeleton/index.d.ts +2 -0
  172. package/dist/components/skeleton/index.d.ts.map +1 -0
  173. package/dist/components/skeleton/skeleton.d.ts +29 -0
  174. package/dist/components/skeleton/skeleton.d.ts.map +1 -0
  175. package/dist/components/slider/index.d.ts +2 -0
  176. package/dist/components/slider/index.d.ts.map +1 -0
  177. package/dist/components/slider/slider.d.ts +20 -0
  178. package/dist/components/slider/slider.d.ts.map +1 -0
  179. package/dist/components/spinner/index.d.ts +2 -0
  180. package/dist/components/spinner/index.d.ts.map +1 -0
  181. package/dist/components/spinner/spinner.d.ts +16 -0
  182. package/dist/components/spinner/spinner.d.ts.map +1 -0
  183. package/dist/components/spotlight/index.d.ts +2 -0
  184. package/dist/components/spotlight/index.d.ts.map +1 -0
  185. package/dist/components/spotlight/spotlight.d.ts +73 -0
  186. package/dist/components/spotlight/spotlight.d.ts.map +1 -0
  187. package/dist/components/stat-card/index.d.ts +2 -0
  188. package/dist/components/stat-card/index.d.ts.map +1 -0
  189. package/dist/components/stat-card/stat-card.d.ts +27 -0
  190. package/dist/components/stat-card/stat-card.d.ts.map +1 -0
  191. package/dist/components/stepper/index.d.ts +2 -0
  192. package/dist/components/stepper/index.d.ts.map +1 -0
  193. package/dist/components/stepper/stepper.d.ts +88 -0
  194. package/dist/components/stepper/stepper.d.ts.map +1 -0
  195. package/dist/components/switch/index.d.ts +2 -0
  196. package/dist/components/switch/index.d.ts.map +1 -0
  197. package/dist/components/switch/switch.d.ts +26 -0
  198. package/dist/components/switch/switch.d.ts.map +1 -0
  199. package/dist/components/table/index.d.ts +2 -0
  200. package/dist/components/table/index.d.ts.map +1 -0
  201. package/dist/components/table/table.d.ts +42 -0
  202. package/dist/components/table/table.d.ts.map +1 -0
  203. package/dist/components/tabs/index.d.ts +2 -0
  204. package/dist/components/tabs/index.d.ts.map +1 -0
  205. package/dist/components/tabs/tabs.d.ts +28 -0
  206. package/dist/components/tabs/tabs.d.ts.map +1 -0
  207. package/dist/components/textarea/index.d.ts +2 -0
  208. package/dist/components/textarea/index.d.ts.map +1 -0
  209. package/dist/components/textarea/textarea.d.ts +27 -0
  210. package/dist/components/textarea/textarea.d.ts.map +1 -0
  211. package/dist/components/timeline/index.d.ts +2 -0
  212. package/dist/components/timeline/index.d.ts.map +1 -0
  213. package/dist/components/timeline/timeline.d.ts +89 -0
  214. package/dist/components/timeline/timeline.d.ts.map +1 -0
  215. package/dist/components/toast/index.d.ts +4 -0
  216. package/dist/components/toast/index.d.ts.map +1 -0
  217. package/dist/components/toast/toast.d.ts +23 -0
  218. package/dist/components/toast/toast.d.ts.map +1 -0
  219. package/dist/components/toast/toaster.d.ts +12 -0
  220. package/dist/components/toast/toaster.d.ts.map +1 -0
  221. package/dist/components/toast/use-toast.d.ts +47 -0
  222. package/dist/components/toast/use-toast.d.ts.map +1 -0
  223. package/dist/components/toggle/index.d.ts +2 -0
  224. package/dist/components/toggle/index.d.ts.map +1 -0
  225. package/dist/components/toggle/toggle.d.ts +24 -0
  226. package/dist/components/toggle/toggle.d.ts.map +1 -0
  227. package/dist/components/toggle-group/index.d.ts +2 -0
  228. package/dist/components/toggle-group/index.d.ts.map +1 -0
  229. package/dist/components/toggle-group/toggle-group.d.ts +32 -0
  230. package/dist/components/toggle-group/toggle-group.d.ts.map +1 -0
  231. package/dist/components/toolbar/index.d.ts +2 -0
  232. package/dist/components/toolbar/index.d.ts.map +1 -0
  233. package/dist/components/toolbar/toolbar.d.ts +29 -0
  234. package/dist/components/toolbar/toolbar.d.ts.map +1 -0
  235. package/dist/components/tooltip/index.d.ts +2 -0
  236. package/dist/components/tooltip/index.d.ts.map +1 -0
  237. package/dist/components/tooltip/tooltip.d.ts +25 -0
  238. package/dist/components/tooltip/tooltip.d.ts.map +1 -0
  239. package/dist/hooks/index.d.ts +6 -0
  240. package/dist/hooks/index.d.ts.map +1 -0
  241. package/dist/hooks/use-controllable-state.d.ts +9 -0
  242. package/dist/hooks/use-controllable-state.d.ts.map +1 -0
  243. package/dist/hooks/use-platform.d.ts +12 -0
  244. package/dist/hooks/use-platform.d.ts.map +1 -0
  245. package/dist/index.d.ts +63 -0
  246. package/dist/index.d.ts.map +1 -0
  247. package/dist/index.js +3 -0
  248. package/dist/lib/cn.d.ts +4 -0
  249. package/dist/lib/cn.d.ts.map +1 -0
  250. package/dist/lib/compose.d.ts +6 -0
  251. package/dist/lib/compose.d.ts.map +1 -0
  252. package/dist/lib/density.d.ts +20 -0
  253. package/dist/lib/density.d.ts.map +1 -0
  254. package/dist/lib/index.d.ts +8 -0
  255. package/dist/lib/index.d.ts.map +1 -0
  256. package/dist/lib/types.d.ts +40 -0
  257. package/dist/lib/types.d.ts.map +1 -0
  258. package/dist/styles/index.css +1 -0
  259. package/dist/styles/themes/base.css +1 -0
  260. package/dist/styles/themes/ghost-guard.css +1 -0
  261. package/dist/styles/themes/ghostly-solutions.css +1 -0
  262. package/package.json +103 -0
@@ -0,0 +1,25 @@
1
+ import * as AccordionPrimitive from "@radix-ui/react-accordion";
2
+ import { type ComponentPropsWithoutRef } from "react";
3
+ declare const AccordionSize: {
4
+ readonly sm: "sm";
5
+ readonly md: "md";
6
+ readonly lg: "lg";
7
+ };
8
+ type AccordionSizeValue = (typeof AccordionSize)[keyof typeof AccordionSize];
9
+ declare const accordionItemVariants: (props?: import("class-variance-authority/types").ClassProp | undefined) => string;
10
+ declare const accordionTriggerVariants: (props?: ({
11
+ size?: "lg" | "md" | "sm" | null | undefined;
12
+ } & import("class-variance-authority/types").ClassProp) | undefined) => string;
13
+ declare const accordionContentVariants: (props?: ({
14
+ size?: "lg" | "md" | "sm" | null | undefined;
15
+ } & import("class-variance-authority/types").ClassProp) | undefined) => string;
16
+ type AccordionRootProps = ComponentPropsWithoutRef<typeof AccordionPrimitive.Root>;
17
+ type AccordionProps = AccordionRootProps & {
18
+ size?: AccordionSizeValue;
19
+ };
20
+ declare const Accordion: import("react").ForwardRefExoticComponent<AccordionProps & import("react").RefAttributes<HTMLDivElement>>;
21
+ declare const AccordionItem: import("react").ForwardRefExoticComponent<Omit<AccordionPrimitive.AccordionItemProps & import("react").RefAttributes<HTMLDivElement>, "ref"> & import("react").RefAttributes<HTMLDivElement>>;
22
+ declare const AccordionTrigger: import("react").ForwardRefExoticComponent<Omit<AccordionPrimitive.AccordionTriggerProps & import("react").RefAttributes<HTMLButtonElement>, "ref"> & import("react").RefAttributes<HTMLButtonElement>>;
23
+ declare const AccordionContent: import("react").ForwardRefExoticComponent<Omit<AccordionPrimitive.AccordionContentProps & import("react").RefAttributes<HTMLDivElement>, "ref"> & import("react").RefAttributes<HTMLDivElement>>;
24
+ export { Accordion, AccordionContent, AccordionItem, AccordionSize, AccordionTrigger, accordionContentVariants, accordionItemVariants, accordionTriggerVariants, type AccordionProps, type AccordionSizeValue, };
25
+ //# sourceMappingURL=accordion.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"accordion.d.ts","sourceRoot":"","sources":["../../../src/components/accordion/accordion.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,kBAAkB,MAAM,2BAA2B,CAAC;AAGhE,OAAO,EAAE,KAAK,wBAAwB,EAAyC,MAAM,OAAO,CAAC;AAI7F,QAAA,MAAM,aAAa;;;;CAIT,CAAC;AAEX,KAAK,kBAAkB,GAAG,CAAC,OAAO,aAAa,CAAC,CAAC,MAAM,OAAO,aAAa,CAAC,CAAC;AAI7E,QAAA,MAAM,qBAAqB,oFAAgC,CAAC;AAE5D,QAAA,MAAM,wBAAwB;;8EAc7B,CAAC;AAEF,QAAA,MAAM,wBAAwB;;8EAW5B,CAAC;AAQH,KAAK,kBAAkB,GAAG,wBAAwB,CAAC,OAAO,kBAAkB,CAAC,IAAI,CAAC,CAAC;AAEnF,KAAK,cAAc,GAAG,kBAAkB,GAAG;IAC1C,IAAI,CAAC,EAAE,kBAAkB,CAAC;CAC1B,CAAC;AAEF,QAAA,MAAM,SAAS,2GAUd,CAAC;AAGF,QAAA,MAAM,aAAa,+LASjB,CAAC;AAGH,QAAA,MAAM,gBAAgB,wMAkBpB,CAAC;AAGH,QAAA,MAAM,gBAAgB,kMAepB,CAAC;AAGH,OAAO,EACN,SAAS,EACT,gBAAgB,EAChB,aAAa,EACb,aAAa,EACb,gBAAgB,EAChB,wBAAwB,EACxB,qBAAqB,EACrB,wBAAwB,EACxB,KAAK,cAAc,EACnB,KAAK,kBAAkB,GACvB,CAAC"}
@@ -0,0 +1,2 @@
1
+ export { Accordion, AccordionContent, AccordionItem, AccordionSize, AccordionTrigger, accordionContentVariants, accordionItemVariants, accordionTriggerVariants, type AccordionProps, type AccordionSizeValue, } from "./accordion";
2
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/components/accordion/index.ts"],"names":[],"mappings":"AAAA,OAAO,EACN,SAAS,EACT,gBAAgB,EAChB,aAAa,EACb,aAAa,EACb,gBAAgB,EAChB,wBAAwB,EACxB,qBAAqB,EACrB,wBAAwB,EACxB,KAAK,cAAc,EACnB,KAAK,kBAAkB,GACvB,MAAM,aAAa,CAAC"}
@@ -0,0 +1,32 @@
1
+ import { CircleAlert as XCircleIcon, CircleCheck as CheckCircleIcon, Info as InfoIcon, TriangleAlert as AlertTriangleIcon } from "lucide-react";
2
+ import { type HTMLAttributes } from "react";
3
+ declare const Variant: {
4
+ readonly default: "default";
5
+ readonly success: "success";
6
+ readonly warning: "warning";
7
+ readonly error: "error";
8
+ readonly info: "info";
9
+ };
10
+ declare const Size: {
11
+ readonly sm: "sm";
12
+ readonly md: "md";
13
+ readonly lg: "lg";
14
+ readonly xl: "xl";
15
+ };
16
+ type VariantValue = (typeof Variant)[keyof typeof Variant];
17
+ type SizeValue = (typeof Size)[keyof typeof Size];
18
+ declare const alertVariants: (props?: ({
19
+ variant?: "default" | "success" | "warning" | "error" | "info" | null | undefined;
20
+ size?: "lg" | "xl" | "md" | "sm" | null | undefined;
21
+ } & import("class-variance-authority/types").ClassProp) | undefined) => string;
22
+ declare const alertTitleVariants: (props?: import("class-variance-authority/types").ClassProp | undefined) => string;
23
+ declare const alertDescriptionVariants: (props?: import("class-variance-authority/types").ClassProp | undefined) => string;
24
+ interface AlertProps extends HTMLAttributes<HTMLDivElement> {
25
+ variant?: VariantValue;
26
+ size?: SizeValue;
27
+ }
28
+ declare const Alert: import("react").ForwardRefExoticComponent<AlertProps & import("react").RefAttributes<HTMLDivElement>>;
29
+ declare const AlertTitle: import("react").ForwardRefExoticComponent<HTMLAttributes<HTMLHeadingElement> & import("react").RefAttributes<HTMLParagraphElement>>;
30
+ declare const AlertDescription: import("react").ForwardRefExoticComponent<HTMLAttributes<HTMLParagraphElement> & import("react").RefAttributes<HTMLParagraphElement>>;
31
+ export { Alert, AlertTitle, AlertDescription, alertVariants, alertTitleVariants, alertDescriptionVariants, InfoIcon, CheckCircleIcon, AlertTriangleIcon, XCircleIcon, type AlertProps, };
32
+ //# sourceMappingURL=alert.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"alert.d.ts","sourceRoot":"","sources":["../../../src/components/alert/alert.tsx"],"names":[],"mappings":"AACA,OAAO,EAAE,WAAW,IAAI,WAAW,EAAE,WAAW,IAAI,eAAe,EAAE,IAAI,IAAI,QAAQ,EAAE,aAAa,IAAI,iBAAiB,EAAE,MAAM,cAAc,CAAC;AAChJ,OAAO,EAAc,KAAK,cAAc,EAAE,MAAM,OAAO,CAAC;AAIxD,QAAA,MAAM,OAAO;;;;;;CAMH,CAAC;AAEX,QAAA,MAAM,IAAI;;;;;CAKA,CAAC;AAEX,KAAK,YAAY,GAAG,CAAC,OAAO,OAAO,CAAC,CAAC,MAAM,OAAO,OAAO,CAAC,CAAC;AAC3D,KAAK,SAAS,GAAG,CAAC,OAAO,IAAI,CAAC,CAAC,MAAM,OAAO,IAAI,CAAC,CAAC;AAElD,QAAA,MAAM,aAAa;;;8EAwBlB,CAAC;AAEF,QAAA,MAAM,kBAAkB,oFAAsD,CAAC;AAE/E,QAAA,MAAM,wBAAwB,oFAAuC,CAAC;AAEtE,UAAU,UAAW,SAAQ,cAAc,CAAC,cAAc,CAAC;IAC1D,OAAO,CAAC,EAAE,YAAY,CAAC;IACvB,IAAI,CAAC,EAAE,SAAS,CAAC;CACjB;AAED,QAAA,MAAM,KAAK,uGAYV,CAAC;AAGF,QAAA,MAAM,UAAU,qIAIf,CAAC;AAGF,QAAA,MAAM,gBAAgB,uIAIrB,CAAC;AAGF,OAAO,EACN,KAAK,EACL,UAAU,EACV,gBAAgB,EAChB,aAAa,EACb,kBAAkB,EAClB,wBAAwB,EACxB,QAAQ,EACR,eAAe,EACf,iBAAiB,EACjB,WAAW,EACX,KAAK,UAAU,GACf,CAAC"}
@@ -0,0 +1,2 @@
1
+ export { Alert, AlertDescription, type AlertProps, AlertTitle, AlertTriangleIcon, alertDescriptionVariants, alertTitleVariants, alertVariants, CheckCircleIcon, InfoIcon, XCircleIcon, } from "./alert";
2
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/components/alert/index.ts"],"names":[],"mappings":"AAAA,OAAO,EACN,KAAK,EACL,gBAAgB,EAChB,KAAK,UAAU,EACf,UAAU,EACV,iBAAiB,EACjB,wBAAwB,EACxB,kBAAkB,EAClB,aAAa,EACb,eAAe,EACf,QAAQ,EACR,WAAW,GACX,MAAM,SAAS,CAAC"}
@@ -0,0 +1,36 @@
1
+ import * as AlertDialogPrimitive from "@radix-ui/react-alert-dialog";
2
+ import { type ComponentPropsWithoutRef, type HTMLAttributes } from "react";
3
+ declare const AlertDialogSize: {
4
+ readonly sm: "sm";
5
+ readonly md: "md";
6
+ readonly lg: "lg";
7
+ readonly xl: "xl";
8
+ readonly full: "full";
9
+ };
10
+ type AlertDialogSizeValue = (typeof AlertDialogSize)[keyof typeof AlertDialogSize];
11
+ declare const alertDialogOverlayVariants: (props?: import("class-variance-authority/types").ClassProp | undefined) => string;
12
+ declare const alertDialogContentVariants: (props?: ({
13
+ size?: "lg" | "xl" | "md" | "sm" | "full" | null | undefined;
14
+ } & import("class-variance-authority/types").ClassProp) | undefined) => string;
15
+ declare const AlertDialog: import("react").FC<AlertDialogPrimitive.AlertDialogProps>;
16
+ declare const AlertDialogTrigger: import("react").ForwardRefExoticComponent<AlertDialogPrimitive.AlertDialogTriggerProps & import("react").RefAttributes<HTMLButtonElement>>;
17
+ declare const AlertDialogPortal: import("react").FC<AlertDialogPrimitive.AlertDialogPortalProps>;
18
+ declare const AlertDialogOverlay: import("react").ForwardRefExoticComponent<Omit<AlertDialogPrimitive.AlertDialogOverlayProps & import("react").RefAttributes<HTMLDivElement>, "ref"> & import("react").RefAttributes<HTMLDivElement>>;
19
+ interface AlertDialogContentProps extends ComponentPropsWithoutRef<typeof AlertDialogPrimitive.Content> {
20
+ size?: AlertDialogSizeValue;
21
+ }
22
+ declare const AlertDialogContent: import("react").ForwardRefExoticComponent<AlertDialogContentProps & import("react").RefAttributes<HTMLDivElement>>;
23
+ declare const AlertDialogHeader: {
24
+ ({ className, ...props }: HTMLAttributes<HTMLDivElement>): import("react/jsx-runtime").JSX.Element;
25
+ displayName: string;
26
+ };
27
+ declare const AlertDialogFooter: {
28
+ ({ className, ...props }: HTMLAttributes<HTMLDivElement>): import("react/jsx-runtime").JSX.Element;
29
+ displayName: string;
30
+ };
31
+ declare const AlertDialogTitle: import("react").ForwardRefExoticComponent<Omit<AlertDialogPrimitive.AlertDialogTitleProps & import("react").RefAttributes<HTMLHeadingElement>, "ref"> & import("react").RefAttributes<HTMLHeadingElement>>;
32
+ declare const AlertDialogDescription: import("react").ForwardRefExoticComponent<Omit<AlertDialogPrimitive.AlertDialogDescriptionProps & import("react").RefAttributes<HTMLParagraphElement>, "ref"> & import("react").RefAttributes<HTMLParagraphElement>>;
33
+ declare const AlertDialogAction: import("react").ForwardRefExoticComponent<Omit<AlertDialogPrimitive.AlertDialogActionProps & import("react").RefAttributes<HTMLButtonElement>, "ref"> & import("react").RefAttributes<HTMLButtonElement>>;
34
+ declare const AlertDialogCancel: import("react").ForwardRefExoticComponent<Omit<AlertDialogPrimitive.AlertDialogCancelProps & import("react").RefAttributes<HTMLButtonElement>, "ref"> & import("react").RefAttributes<HTMLButtonElement>>;
35
+ export { AlertDialog, AlertDialogAction, AlertDialogCancel, AlertDialogContent, AlertDialogDescription, AlertDialogFooter, AlertDialogHeader, AlertDialogOverlay, AlertDialogPortal, AlertDialogSize, AlertDialogTitle, AlertDialogTrigger, alertDialogContentVariants, alertDialogOverlayVariants, type AlertDialogContentProps, type AlertDialogSizeValue, };
36
+ //# sourceMappingURL=alert-dialog.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"alert-dialog.d.ts","sourceRoot":"","sources":["../../../src/components/alert-dialog/alert-dialog.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,oBAAoB,MAAM,8BAA8B,CAAC;AAErE,OAAO,EAAE,KAAK,wBAAwB,EAAc,KAAK,cAAc,EAAE,MAAM,OAAO,CAAC;AAKvF,QAAA,MAAM,eAAe;;;;;;CAMX,CAAC;AAEX,KAAK,oBAAoB,GAAG,CAAC,OAAO,eAAe,CAAC,CAAC,MAAM,OAAO,eAAe,CAAC,CAAC;AAEnF,QAAA,MAAM,0BAA0B,oFAA0D,CAAC;AAE3F,QAAA,MAAM,0BAA0B;;8EAgB/B,CAAC;AAEF,QAAA,MAAM,WAAW,2DAA4B,CAAC;AAC9C,QAAA,MAAM,kBAAkB,4IAA+B,CAAC;AACxD,QAAA,MAAM,iBAAiB,iEAA8B,CAAC;AAEtD,QAAA,MAAM,kBAAkB,sMAStB,CAAC;AAGH,UAAU,uBAAwB,SAAQ,wBAAwB,CAAC,OAAO,oBAAoB,CAAC,OAAO,CAAC;IACtG,IAAI,CAAC,EAAE,oBAAoB,CAAC;CAC5B;AAED,QAAA,MAAM,kBAAkB,oHAevB,CAAC;AAGF,QAAA,MAAM,iBAAiB;8BAA6B,cAAc,CAAC,cAAc,CAAC;;CAEjF,CAAC;AAGF,QAAA,MAAM,iBAAiB;8BAA6B,cAAc,CAAC,cAAc,CAAC;;CAKjF,CAAC;AAGF,QAAA,MAAM,gBAAgB,4MASpB,CAAC;AAGH,QAAA,MAAM,sBAAsB,sNAS1B,CAAC;AAGH,QAAA,MAAM,iBAAiB,2MAKrB,CAAC;AAGH,QAAA,MAAM,iBAAiB,2MASrB,CAAC;AAGH,OAAO,EACN,WAAW,EACX,iBAAiB,EACjB,iBAAiB,EACjB,kBAAkB,EAClB,sBAAsB,EACtB,iBAAiB,EACjB,iBAAiB,EACjB,kBAAkB,EAClB,iBAAiB,EACjB,eAAe,EACf,gBAAgB,EAChB,kBAAkB,EAClB,0BAA0B,EAC1B,0BAA0B,EAC1B,KAAK,uBAAuB,EAC5B,KAAK,oBAAoB,GACzB,CAAC"}
@@ -0,0 +1,2 @@
1
+ export { AlertDialog, AlertDialogAction, AlertDialogCancel, AlertDialogContent, AlertDialogDescription, AlertDialogFooter, AlertDialogHeader, AlertDialogOverlay, AlertDialogPortal, AlertDialogSize, AlertDialogTitle, AlertDialogTrigger, alertDialogContentVariants, alertDialogOverlayVariants, type AlertDialogContentProps, type AlertDialogSizeValue, } from "./alert-dialog";
2
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/components/alert-dialog/index.ts"],"names":[],"mappings":"AAAA,OAAO,EACN,WAAW,EACX,iBAAiB,EACjB,iBAAiB,EACjB,kBAAkB,EAClB,sBAAsB,EACtB,iBAAiB,EACjB,iBAAiB,EACjB,kBAAkB,EAClB,iBAAiB,EACjB,eAAe,EACf,gBAAgB,EAChB,kBAAkB,EAClB,0BAA0B,EAC1B,0BAA0B,EAC1B,KAAK,uBAAuB,EAC5B,KAAK,oBAAoB,GACzB,MAAM,gBAAgB,CAAC"}
@@ -0,0 +1,4 @@
1
+ import * as AspectRatioPrimitive from "@radix-ui/react-aspect-ratio";
2
+ declare const AspectRatio: import("react").ForwardRefExoticComponent<AspectRatioPrimitive.AspectRatioProps & import("react").RefAttributes<HTMLDivElement>>;
3
+ export { AspectRatio };
4
+ //# sourceMappingURL=aspect-ratio.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"aspect-ratio.d.ts","sourceRoot":"","sources":["../../../src/components/aspect-ratio/aspect-ratio.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,oBAAoB,MAAM,8BAA8B,CAAC;AAErE,QAAA,MAAM,WAAW,kIAA4B,CAAC;AAE9C,OAAO,EAAE,WAAW,EAAE,CAAC"}
@@ -0,0 +1,2 @@
1
+ export { AspectRatio } from "./aspect-ratio";
2
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/components/aspect-ratio/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,WAAW,EAAE,MAAM,gBAAgB,CAAC"}
@@ -0,0 +1,25 @@
1
+ import * as AvatarPrimitive from "@radix-ui/react-avatar";
2
+ import { type ComponentPropsWithoutRef, type HTMLAttributes } from "react";
3
+ declare const AvatarSize: {
4
+ readonly sm: "sm";
5
+ readonly md: "md";
6
+ readonly lg: "lg";
7
+ readonly xl: "xl";
8
+ };
9
+ type AvatarSizeValue = (typeof AvatarSize)[keyof typeof AvatarSize];
10
+ declare const avatarVariants: (props?: ({
11
+ size?: "lg" | "xl" | "md" | "sm" | null | undefined;
12
+ } & import("class-variance-authority/types").ClassProp) | undefined) => string;
13
+ interface AvatarProps extends ComponentPropsWithoutRef<typeof AvatarPrimitive.Root> {
14
+ size?: AvatarSizeValue;
15
+ }
16
+ declare const Avatar: import("react").ForwardRefExoticComponent<AvatarProps & import("react").RefAttributes<HTMLSpanElement>>;
17
+ declare const AvatarImage: import("react").ForwardRefExoticComponent<Omit<AvatarPrimitive.AvatarImageProps & import("react").RefAttributes<HTMLImageElement>, "ref"> & import("react").RefAttributes<HTMLImageElement>>;
18
+ declare const AvatarFallback: import("react").ForwardRefExoticComponent<Omit<AvatarPrimitive.AvatarFallbackProps & import("react").RefAttributes<HTMLSpanElement>, "ref"> & import("react").RefAttributes<HTMLSpanElement>>;
19
+ interface AvatarGroupProps extends HTMLAttributes<HTMLDivElement> {
20
+ max?: number;
21
+ size?: AvatarSizeValue;
22
+ }
23
+ declare const AvatarGroup: import("react").ForwardRefExoticComponent<AvatarGroupProps & import("react").RefAttributes<HTMLDivElement>>;
24
+ export { Avatar, AvatarFallback, AvatarGroup, AvatarImage, AvatarSize, avatarVariants, type AvatarGroupProps, type AvatarProps, };
25
+ //# sourceMappingURL=avatar.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"avatar.d.ts","sourceRoot":"","sources":["../../../src/components/avatar/avatar.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,eAAe,MAAM,wBAAwB,CAAC;AAE1D,OAAO,EAAE,KAAK,wBAAwB,EAAc,KAAK,cAAc,EAAE,MAAM,OAAO,CAAC;AAIvF,QAAA,MAAM,UAAU;;;;;CAKN,CAAC;AAEX,KAAK,eAAe,GAAG,CAAC,OAAO,UAAU,CAAC,CAAC,MAAM,OAAO,UAAU,CAAC,CAAC;AAEpE,QAAA,MAAM,cAAc;;8EAYlB,CAAC;AAEH,UAAU,WAAY,SAAQ,wBAAwB,CAAC,OAAO,eAAe,CAAC,IAAI,CAAC;IAClF,IAAI,CAAC,EAAE,eAAe,CAAC;CACvB;AAED,QAAA,MAAM,MAAM,yGAYX,CAAC;AAGF,QAAA,MAAM,WAAW,8LASf,CAAC;AAGH,QAAA,MAAM,cAAc,+LAYlB,CAAC;AAUH,UAAU,gBAAiB,SAAQ,cAAc,CAAC,cAAc,CAAC;IAChE,GAAG,CAAC,EAAE,MAAM,CAAC;IACb,IAAI,CAAC,EAAE,eAAe,CAAC;CACvB;AAED,QAAA,MAAM,WAAW,6GAsBhB,CAAC;AAGF,OAAO,EACN,MAAM,EACN,cAAc,EACd,WAAW,EACX,WAAW,EACX,UAAU,EACV,cAAc,EACd,KAAK,gBAAgB,EACrB,KAAK,WAAW,GAChB,CAAC"}
@@ -0,0 +1,2 @@
1
+ export { Avatar, AvatarFallback, AvatarGroup, type AvatarGroupProps, AvatarImage, type AvatarProps, AvatarSize, avatarVariants, } from "./avatar";
2
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/components/avatar/index.ts"],"names":[],"mappings":"AAAA,OAAO,EACN,MAAM,EACN,cAAc,EACd,WAAW,EACX,KAAK,gBAAgB,EACrB,WAAW,EACX,KAAK,WAAW,EAChB,UAAU,EACV,cAAc,GACd,MAAM,UAAU,CAAC"}
@@ -0,0 +1,10 @@
1
+ import { type Key, type ReactNode } from "react";
2
+ interface BadgeGroupProps {
3
+ children: ReactNode;
4
+ className?: string;
5
+ onRemove?: (key: Key) => void;
6
+ gap?: "sm" | "md" | "lg";
7
+ }
8
+ declare const BadgeGroup: import("react").ForwardRefExoticComponent<BadgeGroupProps & import("react").RefAttributes<HTMLDivElement>>;
9
+ export { BadgeGroup, type BadgeGroupProps };
10
+ //# sourceMappingURL=badge-group.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"badge-group.d.ts","sourceRoot":"","sources":["../../../src/components/badge/badge-group.tsx"],"names":[],"mappings":"AAAA,OAAO,EAKN,KAAK,GAAG,EAGR,KAAK,SAAS,EAKd,MAAM,OAAO,CAAC;AAUf,UAAU,eAAe;IACxB,QAAQ,EAAE,SAAS,CAAC;IACpB,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,QAAQ,CAAC,EAAE,CAAC,GAAG,EAAE,GAAG,KAAK,IAAI,CAAC;IAC9B,GAAG,CAAC,EAAE,IAAI,GAAG,IAAI,GAAG,IAAI,CAAC;CACzB;AAmDD,QAAA,MAAM,UAAU,4GAiEf,CAAC;AAIF,OAAO,EAAE,UAAU,EAAE,KAAK,eAAe,EAAE,CAAC"}
@@ -0,0 +1,35 @@
1
+ import { type HTMLAttributes, type MouseEvent } from "react";
2
+ declare const Variant: {
3
+ readonly default: "default";
4
+ readonly primary: "primary";
5
+ readonly success: "success";
6
+ readonly warning: "warning";
7
+ readonly error: "error";
8
+ readonly info: "info";
9
+ readonly outline: "outline";
10
+ };
11
+ declare const Size: {
12
+ readonly sm: "sm";
13
+ readonly md: "md";
14
+ readonly lg: "lg";
15
+ readonly dot: "dot";
16
+ };
17
+ type VariantValue = (typeof Variant)[keyof typeof Variant];
18
+ type SizeValue = (typeof Size)[keyof typeof Size];
19
+ declare const badgeVariants: (props?: ({
20
+ variant?: "default" | "success" | "warning" | "error" | "info" | "primary" | "outline" | null | undefined;
21
+ solid?: boolean | null | undefined;
22
+ size?: "lg" | "md" | "sm" | "dot" | null | undefined;
23
+ } & import("class-variance-authority/types").ClassProp) | undefined) => string;
24
+ interface BadgeProps extends HTMLAttributes<HTMLSpanElement> {
25
+ asChild?: boolean;
26
+ variant?: VariantValue;
27
+ size?: SizeValue;
28
+ solid?: boolean;
29
+ pulse?: boolean;
30
+ removable?: boolean;
31
+ onRemove?: (event: MouseEvent<HTMLButtonElement>) => void;
32
+ }
33
+ declare const Badge: import("react").ForwardRefExoticComponent<BadgeProps & import("react").RefAttributes<HTMLSpanElement>>;
34
+ export { Badge, badgeVariants, Variant as BadgeVariant, Size as BadgeSize, type BadgeProps, type VariantValue as BadgeVariantValue, type SizeValue as BadgeSizeValue, };
35
+ //# sourceMappingURL=badge.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"badge.d.ts","sourceRoot":"","sources":["../../../src/components/badge/badge.tsx"],"names":[],"mappings":"AAGA,OAAO,EAAiC,KAAK,cAAc,EAAE,KAAK,UAAU,EAAE,MAAM,OAAO,CAAC;AAI5F,QAAA,MAAM,OAAO;;;;;;;;CAQH,CAAC;AAEX,QAAA,MAAM,IAAI;;;;;CAKA,CAAC;AAEX,KAAK,YAAY,GAAG,CAAC,OAAO,OAAO,CAAC,CAAC,MAAM,OAAO,OAAO,CAAC,CAAC;AAC3D,KAAK,SAAS,GAAG,CAAC,OAAO,IAAI,CAAC,CAAC,MAAM,OAAO,IAAI,CAAC,CAAC;AAElD,QAAA,MAAM,aAAa;;;;8EA2ClB,CAAC;AAEF,UAAU,UAAW,SAAQ,cAAc,CAAC,eAAe,CAAC;IAC3D,OAAO,CAAC,EAAE,OAAO,CAAC;IAClB,OAAO,CAAC,EAAE,YAAY,CAAC;IACvB,IAAI,CAAC,EAAE,SAAS,CAAC;IACjB,KAAK,CAAC,EAAE,OAAO,CAAC;IAChB,KAAK,CAAC,EAAE,OAAO,CAAC;IAChB,SAAS,CAAC,EAAE,OAAO,CAAC;IACpB,QAAQ,CAAC,EAAE,CAAC,KAAK,EAAE,UAAU,CAAC,iBAAiB,CAAC,KAAK,IAAI,CAAC;CAC1D;AAED,QAAA,MAAM,KAAK,wGA4EV,CAAC;AAIF,OAAO,EACN,KAAK,EACL,aAAa,EACb,OAAO,IAAI,YAAY,EACvB,IAAI,IAAI,SAAS,EACjB,KAAK,UAAU,EACf,KAAK,YAAY,IAAI,iBAAiB,EACtC,KAAK,SAAS,IAAI,cAAc,GAChC,CAAC"}
@@ -0,0 +1,3 @@
1
+ export { Badge, type BadgeProps, BadgeSize, type BadgeSizeValue, BadgeVariant, type BadgeVariantValue, badgeVariants, } from "./badge";
2
+ export { BadgeGroup, type BadgeGroupProps } from "./badge-group";
3
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/components/badge/index.ts"],"names":[],"mappings":"AAAA,OAAO,EACN,KAAK,EACL,KAAK,UAAU,EACf,SAAS,EACT,KAAK,cAAc,EACnB,YAAY,EACZ,KAAK,iBAAiB,EACtB,aAAa,GACb,MAAM,SAAS,CAAC;AACjB,OAAO,EAAE,UAAU,EAAE,KAAK,eAAe,EAAE,MAAM,eAAe,CAAC"}
@@ -0,0 +1,39 @@
1
+ import { type ComponentPropsWithoutRef } from "react";
2
+ declare const BreadcrumbSize: {
3
+ readonly sm: "sm";
4
+ readonly md: "md";
5
+ readonly lg: "lg";
6
+ };
7
+ type BreadcrumbSizeValue = (typeof BreadcrumbSize)[keyof typeof BreadcrumbSize];
8
+ declare const breadcrumbListVariants: (props?: ({
9
+ size?: "lg" | "md" | "sm" | null | undefined;
10
+ } & import("class-variance-authority/types").ClassProp) | undefined) => string;
11
+ declare const breadcrumbItemVariants: (props?: import("class-variance-authority/types").ClassProp | undefined) => string;
12
+ declare const breadcrumbLinkVariants: (props?: import("class-variance-authority/types").ClassProp | undefined) => string;
13
+ declare const breadcrumbPageVariants: (props?: import("class-variance-authority/types").ClassProp | undefined) => string;
14
+ declare const breadcrumbSeparatorVariants: (props?: ({
15
+ size?: "lg" | "md" | "sm" | null | undefined;
16
+ } & import("class-variance-authority/types").ClassProp) | undefined) => string;
17
+ declare const breadcrumbEllipsisVariants: (props?: ({
18
+ size?: "lg" | "md" | "sm" | null | undefined;
19
+ } & import("class-variance-authority/types").ClassProp) | undefined) => string;
20
+ interface BreadcrumbProps extends ComponentPropsWithoutRef<"nav"> {
21
+ size?: BreadcrumbSizeValue;
22
+ }
23
+ declare const Breadcrumb: import("react").ForwardRefExoticComponent<BreadcrumbProps & import("react").RefAttributes<HTMLElement>>;
24
+ declare const BreadcrumbList: import("react").ForwardRefExoticComponent<Omit<import("react").DetailedHTMLProps<import("react").OlHTMLAttributes<HTMLOListElement>, HTMLOListElement>, "ref"> & import("react").RefAttributes<HTMLOListElement>>;
25
+ declare const BreadcrumbItem: import("react").ForwardRefExoticComponent<Omit<import("react").DetailedHTMLProps<import("react").LiHTMLAttributes<HTMLLIElement>, HTMLLIElement>, "ref"> & import("react").RefAttributes<HTMLLIElement>>;
26
+ declare const BreadcrumbLink: import("react").ForwardRefExoticComponent<Omit<import("react").DetailedHTMLProps<import("react").AnchorHTMLAttributes<HTMLAnchorElement>, HTMLAnchorElement>, "ref"> & {
27
+ asChild?: boolean;
28
+ } & import("react").RefAttributes<HTMLAnchorElement>>;
29
+ declare const BreadcrumbPage: import("react").ForwardRefExoticComponent<Omit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLSpanElement>, HTMLSpanElement>, "ref"> & import("react").RefAttributes<HTMLSpanElement>>;
30
+ declare const BreadcrumbSeparator: {
31
+ ({ children, className, ...props }: ComponentPropsWithoutRef<"li">): import("react/jsx-runtime").JSX.Element;
32
+ displayName: string;
33
+ };
34
+ declare const BreadcrumbEllipsis: {
35
+ ({ className, ...props }: ComponentPropsWithoutRef<"span">): import("react/jsx-runtime").JSX.Element;
36
+ displayName: string;
37
+ };
38
+ export { Breadcrumb, BreadcrumbEllipsis, BreadcrumbItem, BreadcrumbLink, BreadcrumbList, BreadcrumbPage, BreadcrumbSeparator, BreadcrumbSize, breadcrumbEllipsisVariants, breadcrumbItemVariants, breadcrumbLinkVariants, breadcrumbListVariants, breadcrumbPageVariants, breadcrumbSeparatorVariants, type BreadcrumbProps, type BreadcrumbSizeValue, };
39
+ //# sourceMappingURL=breadcrumb.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"breadcrumb.d.ts","sourceRoot":"","sources":["../../../src/components/breadcrumb/breadcrumb.tsx"],"names":[],"mappings":"AAGA,OAAO,EAAE,KAAK,wBAAwB,EAAyC,MAAM,OAAO,CAAC;AAI7F,QAAA,MAAM,cAAc;;;;CAIV,CAAC;AAEX,KAAK,mBAAmB,GAAG,CAAC,OAAO,cAAc,CAAC,CAAC,MAAM,OAAO,cAAc,CAAC,CAAC;AAIhF,QAAA,MAAM,sBAAsB;;8EAc3B,CAAC;AAEF,QAAA,MAAM,sBAAsB,oFAA0C,CAAC;AAEvE,QAAA,MAAM,sBAAsB,oFAE3B,CAAC;AAEF,QAAA,MAAM,sBAAsB,oFAAqC,CAAC;AAElE,QAAA,MAAM,2BAA2B;;8EAW/B,CAAC;AAEH,QAAA,MAAM,0BAA0B;;8EAW9B,CAAC;AAEH,UAAU,eAAgB,SAAQ,wBAAwB,CAAC,KAAK,CAAC;IAChE,IAAI,CAAC,EAAE,mBAAmB,CAAC;CAC3B;AAED,QAAA,MAAM,UAAU,yGAUf,CAAC;AAGF,QAAA,MAAM,cAAc,mNAYnB,CAAC;AAGF,QAAA,MAAM,cAAc,0MAInB,CAAC;AAGF,QAAA,MAAM,cAAc;cAEyB,OAAO;qDAIlD,CAAC;AAGH,QAAA,MAAM,cAAc,8MAYnB,CAAC;AAGF,QAAA,MAAM,mBAAmB;wCAAuC,wBAAwB,CAAC,IAAI,CAAC;;CAkB7F,CAAC;AAGF,QAAA,MAAM,kBAAkB;8BAA6B,wBAAwB,CAAC,MAAM,CAAC;;CAcpF,CAAC;AAGF,OAAO,EACN,UAAU,EACV,kBAAkB,EAClB,cAAc,EACd,cAAc,EACd,cAAc,EACd,cAAc,EACd,mBAAmB,EACnB,cAAc,EACd,0BAA0B,EAC1B,sBAAsB,EACtB,sBAAsB,EACtB,sBAAsB,EACtB,sBAAsB,EACtB,2BAA2B,EAC3B,KAAK,eAAe,EACpB,KAAK,mBAAmB,GACxB,CAAC"}
@@ -0,0 +1,2 @@
1
+ export { Breadcrumb, BreadcrumbEllipsis, BreadcrumbItem, BreadcrumbLink, BreadcrumbList, BreadcrumbPage, BreadcrumbSeparator, BreadcrumbSize, breadcrumbEllipsisVariants, breadcrumbItemVariants, breadcrumbLinkVariants, breadcrumbListVariants, breadcrumbPageVariants, breadcrumbSeparatorVariants, type BreadcrumbProps, type BreadcrumbSizeValue, } from "./breadcrumb";
2
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/components/breadcrumb/index.ts"],"names":[],"mappings":"AAAA,OAAO,EACN,UAAU,EACV,kBAAkB,EAClB,cAAc,EACd,cAAc,EACd,cAAc,EACd,cAAc,EACd,mBAAmB,EACnB,cAAc,EACd,0BAA0B,EAC1B,sBAAsB,EACtB,sBAAsB,EACtB,sBAAsB,EACtB,sBAAsB,EACtB,2BAA2B,EAC3B,KAAK,eAAe,EACpB,KAAK,mBAAmB,GACxB,MAAM,cAAc,CAAC"}
@@ -0,0 +1,71 @@
1
+ import { type ButtonHTMLAttributes, type HTMLAttributes, type ReactNode } from "react";
2
+ declare const Variant: {
3
+ readonly primary: "primary";
4
+ readonly secondary: "secondary";
5
+ readonly neutral: "neutral";
6
+ readonly outline: "outline";
7
+ readonly ghost: "ghost";
8
+ readonly danger: "danger";
9
+ };
10
+ declare const Size: {
11
+ readonly xs: "xs";
12
+ readonly sm: "sm";
13
+ readonly md: "md";
14
+ readonly lg: "lg";
15
+ readonly xl: "xl";
16
+ readonly icon: "icon";
17
+ readonly iconXs: "icon-xs";
18
+ readonly iconSm: "icon-sm";
19
+ readonly iconLg: "icon-lg";
20
+ };
21
+ declare const BadgeTone: {
22
+ readonly default: "default";
23
+ readonly success: "success";
24
+ readonly warning: "warning";
25
+ readonly error: "error";
26
+ readonly info: "info";
27
+ };
28
+ declare const IconSize: {
29
+ readonly xs: "xs";
30
+ readonly sm: "sm";
31
+ readonly md: "md";
32
+ readonly lg: "lg";
33
+ };
34
+ type VariantValue = (typeof Variant)[keyof typeof Variant];
35
+ type SizeValue = (typeof Size)[keyof typeof Size];
36
+ type BadgeToneValue = (typeof BadgeTone)[keyof typeof BadgeTone];
37
+ type IconSizeValue = (typeof IconSize)[keyof typeof IconSize];
38
+ declare const buttonVariants: (props?: ({
39
+ variant?: "primary" | "secondary" | "neutral" | "outline" | "ghost" | "danger" | null | undefined;
40
+ size?: "lg" | "xl" | "md" | "sm" | "xs" | "icon" | "icon-xs" | "icon-sm" | "icon-lg" | null | undefined;
41
+ } & import("class-variance-authority/types").ClassProp) | undefined) => string;
42
+ declare const buttonIconVariants: (props?: ({
43
+ size?: "lg" | "md" | "sm" | "xs" | null | undefined;
44
+ } & import("class-variance-authority/types").ClassProp) | undefined) => string;
45
+ declare const buttonBadgeVariants: (props?: ({
46
+ tone?: "default" | "success" | "warning" | "error" | "info" | null | undefined;
47
+ } & import("class-variance-authority/types").ClassProp) | undefined) => string;
48
+ interface ButtonProps extends ButtonHTMLAttributes<HTMLButtonElement> {
49
+ asChild?: boolean;
50
+ loading?: boolean;
51
+ loadingText?: string;
52
+ fullWidth?: boolean;
53
+ leadingIcon?: ReactNode;
54
+ trailingIcon?: ReactNode;
55
+ variant?: VariantValue;
56
+ size?: SizeValue;
57
+ }
58
+ interface ButtonIconProps extends HTMLAttributes<HTMLElement> {
59
+ size?: IconSizeValue;
60
+ }
61
+ interface ButtonLabelProps extends HTMLAttributes<HTMLSpanElement> {
62
+ }
63
+ interface ButtonBadgeProps extends HTMLAttributes<HTMLSpanElement> {
64
+ tone?: BadgeToneValue;
65
+ }
66
+ declare const ButtonIcon: import("react").ForwardRefExoticComponent<ButtonIconProps & import("react").RefAttributes<HTMLElement>>;
67
+ declare const ButtonLabel: import("react").ForwardRefExoticComponent<ButtonLabelProps & import("react").RefAttributes<HTMLSpanElement>>;
68
+ declare const ButtonBadge: import("react").ForwardRefExoticComponent<ButtonBadgeProps & import("react").RefAttributes<HTMLSpanElement>>;
69
+ declare const Button: import("react").ForwardRefExoticComponent<ButtonProps & import("react").RefAttributes<HTMLButtonElement>>;
70
+ export { BadgeTone, Button, ButtonBadge, buttonBadgeVariants, ButtonIcon, buttonIconVariants, ButtonLabel, buttonVariants, IconSize, Size, Variant, type BadgeToneValue, type ButtonBadgeProps, type ButtonIconProps, type ButtonLabelProps, type ButtonProps, type IconSizeValue, type SizeValue, type VariantValue, };
71
+ //# sourceMappingURL=button.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"button.d.ts","sourceRoot":"","sources":["../../../src/components/button/button.tsx"],"names":[],"mappings":"AAEA,OAAO,EAAE,KAAK,oBAAoB,EAAc,KAAK,cAAc,EAAE,KAAK,SAAS,EAAE,MAAM,OAAO,CAAC;AAKnG,QAAA,MAAM,OAAO;;;;;;;CAOH,CAAC;AAEX,QAAA,MAAM,IAAI;;;;;;;;;;CAUA,CAAC;AAEX,QAAA,MAAM,SAAS;;;;;;CAML,CAAC;AAEX,QAAA,MAAM,QAAQ;;;;;CAKJ,CAAC;AAKX,KAAK,YAAY,GAAG,CAAC,OAAO,OAAO,CAAC,CAAC,MAAM,OAAO,OAAO,CAAC,CAAC;AAC3D,KAAK,SAAS,GAAG,CAAC,OAAO,IAAI,CAAC,CAAC,MAAM,OAAO,IAAI,CAAC,CAAC;AAElD,KAAK,cAAc,GAAG,CAAC,OAAO,SAAS,CAAC,CAAC,MAAM,OAAO,SAAS,CAAC,CAAC;AACjE,KAAK,aAAa,GAAG,CAAC,OAAO,QAAQ,CAAC,CAAC,MAAM,OAAO,QAAQ,CAAC,CAAC;AAE9D,QAAA,MAAM,cAAc;;;8EAkCnB,CAAC;AAEF,QAAA,MAAM,kBAAkB;;8EAYtB,CAAC;AAEH,QAAA,MAAM,mBAAmB;;8EAgBxB,CAAC;AAEF,UAAU,WAAY,SAAQ,oBAAoB,CAAC,iBAAiB,CAAC;IACpE,OAAO,CAAC,EAAE,OAAO,CAAC;IAClB,OAAO,CAAC,EAAE,OAAO,CAAC;IAClB,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,SAAS,CAAC,EAAE,OAAO,CAAC;IACpB,WAAW,CAAC,EAAE,SAAS,CAAC;IACxB,YAAY,CAAC,EAAE,SAAS,CAAC;IACzB,OAAO,CAAC,EAAE,YAAY,CAAC;IACvB,IAAI,CAAC,EAAE,SAAS,CAAC;CACjB;AAED,UAAU,eAAgB,SAAQ,cAAc,CAAC,WAAW,CAAC;IAC5D,IAAI,CAAC,EAAE,aAAa,CAAC;CACrB;AAED,UAAU,gBAAiB,SAAQ,cAAc,CAAC,eAAe,CAAC;CAAG;AAErE,UAAU,gBAAiB,SAAQ,cAAc,CAAC,eAAe,CAAC;IACjE,IAAI,CAAC,EAAE,cAAc,CAAC;CACtB;AA+BD,QAAA,MAAM,UAAU,yGAIf,CAAC;AAIF,QAAA,MAAM,WAAW,8GAIhB,CAAC;AAIF,QAAA,MAAM,WAAW,8GAIhB,CAAC;AAIF,QAAA,MAAM,MAAM,2GAoEX,CAAC;AAIF,OAAO,EACN,SAAS,EACT,MAAM,EACN,WAAW,EACX,mBAAmB,EACnB,UAAU,EACV,kBAAkB,EAClB,WAAW,EACX,cAAc,EACd,QAAQ,EACR,IAAI,EACJ,OAAO,EACP,KAAK,cAAc,EACnB,KAAK,gBAAgB,EACrB,KAAK,eAAe,EACpB,KAAK,gBAAgB,EACrB,KAAK,WAAW,EAChB,KAAK,aAAa,EAClB,KAAK,SAAS,EACd,KAAK,YAAY,GACjB,CAAC"}
@@ -0,0 +1,2 @@
1
+ export { BadgeTone, type BadgeToneValue, Button, ButtonBadge, type ButtonBadgeProps, ButtonIcon, type ButtonIconProps, ButtonLabel, type ButtonLabelProps, type ButtonProps, buttonBadgeVariants, buttonIconVariants, buttonVariants, IconSize, type IconSizeValue, Size, type SizeValue, Variant, type VariantValue, } from "./button";
2
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/components/button/index.ts"],"names":[],"mappings":"AAAA,OAAO,EACN,SAAS,EACT,KAAK,cAAc,EACnB,MAAM,EACN,WAAW,EACX,KAAK,gBAAgB,EACrB,UAAU,EACV,KAAK,eAAe,EACpB,WAAW,EACX,KAAK,gBAAgB,EACrB,KAAK,WAAW,EAChB,mBAAmB,EACnB,kBAAkB,EAClB,cAAc,EACd,QAAQ,EACR,KAAK,aAAa,EAClB,IAAI,EACJ,KAAK,SAAS,EACd,OAAO,EACP,KAAK,YAAY,GACjB,MAAM,UAAU,CAAC"}
@@ -0,0 +1,18 @@
1
+ import { type HTMLAttributes } from "react";
2
+ declare const GroupOrientation: {
3
+ readonly horizontal: "horizontal";
4
+ readonly vertical: "vertical";
5
+ };
6
+ type GroupOrientationValue = (typeof GroupOrientation)[keyof typeof GroupOrientation];
7
+ declare const buttonGroupVariants: (props?: ({
8
+ orientation?: "horizontal" | "vertical" | null | undefined;
9
+ attached?: boolean | null | undefined;
10
+ } & import("class-variance-authority/types").ClassProp) | undefined) => string;
11
+ interface ButtonGroupProps extends HTMLAttributes<HTMLDivElement> {
12
+ orientation?: GroupOrientationValue;
13
+ attached?: boolean;
14
+ fullWidth?: boolean;
15
+ }
16
+ declare const ButtonGroup: import("react").ForwardRefExoticComponent<ButtonGroupProps & import("react").RefAttributes<HTMLDivElement>>;
17
+ export { ButtonGroup, buttonGroupVariants, GroupOrientation, type ButtonGroupProps, type GroupOrientationValue, };
18
+ //# sourceMappingURL=button-group.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"button-group.d.ts","sourceRoot":"","sources":["../../../src/components/button-group/button-group.tsx"],"names":[],"mappings":"AACA,OAAO,EAAc,KAAK,cAAc,EAAE,MAAM,OAAO,CAAC;AAGxD,QAAA,MAAM,gBAAgB;;;CAGZ,CAAC;AAEX,KAAK,qBAAqB,GAAG,CAAC,OAAO,gBAAgB,CAAC,CAAC,MAAM,OAAO,gBAAgB,CAAC,CAAC;AAEtF,QAAA,MAAM,mBAAmB;;;8EAevB,CAAC;AAEH,UAAU,gBAAiB,SAAQ,cAAc,CAAC,cAAc,CAAC;IAChE,WAAW,CAAC,EAAE,qBAAqB,CAAC;IACpC,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,SAAS,CAAC,EAAE,OAAO,CAAC;CACpB;AAED,QAAA,MAAM,WAAW,6GAqBhB,CAAC;AAIF,OAAO,EACN,WAAW,EACX,mBAAmB,EACnB,gBAAgB,EAChB,KAAK,gBAAgB,EACrB,KAAK,qBAAqB,GAC1B,CAAC"}
@@ -0,0 +1,2 @@
1
+ export { ButtonGroup, type ButtonGroupProps, buttonGroupVariants, GroupOrientation, type GroupOrientationValue, } from "./button-group";
2
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/components/button-group/index.ts"],"names":[],"mappings":"AAAA,OAAO,EACN,WAAW,EACX,KAAK,gBAAgB,EACrB,mBAAmB,EACnB,gBAAgB,EAChB,KAAK,qBAAqB,GAC1B,MAAM,gBAAgB,CAAC"}
@@ -0,0 +1,58 @@
1
+ import { type ComponentPropsWithoutRef } from "react";
2
+ declare const Size: {
3
+ readonly sm: "sm";
4
+ readonly md: "md";
5
+ readonly lg: "lg";
6
+ readonly xl: "xl";
7
+ };
8
+ type SizeValue = (typeof Size)[keyof typeof Size];
9
+ declare const calendarVariants: (props?: ({
10
+ size?: "lg" | "xl" | "md" | "sm" | null | undefined;
11
+ } & import("class-variance-authority/types").ClassProp) | undefined) => string;
12
+ declare const calendarHeaderVariants: (props?: ({
13
+ size?: "lg" | "xl" | "md" | "sm" | null | undefined;
14
+ } & import("class-variance-authority/types").ClassProp) | undefined) => string;
15
+ declare const calendarTitleVariants: (props?: ({
16
+ size?: "lg" | "xl" | "md" | "sm" | null | undefined;
17
+ } & import("class-variance-authority/types").ClassProp) | undefined) => string;
18
+ declare const calendarNavButtonVariants: (props?: ({
19
+ size?: "lg" | "xl" | "md" | "sm" | null | undefined;
20
+ } & import("class-variance-authority/types").ClassProp) | undefined) => string;
21
+ declare const calendarGridVariants: (props?: ({
22
+ size?: "lg" | "xl" | "md" | "sm" | null | undefined;
23
+ } & import("class-variance-authority/types").ClassProp) | undefined) => string;
24
+ declare const calendarWeekdayVariants: (props?: ({
25
+ size?: "lg" | "xl" | "md" | "sm" | null | undefined;
26
+ } & import("class-variance-authority/types").ClassProp) | undefined) => string;
27
+ declare const calendarDayVariants: (props?: ({
28
+ size?: "lg" | "xl" | "md" | "sm" | null | undefined;
29
+ state?: "default" | "disabled" | "selected" | "today" | "outside" | "rangeStart" | "rangeEnd" | "range" | null | undefined;
30
+ } & import("class-variance-authority/types").ClassProp) | undefined) => string;
31
+ declare const calendarDayPlaceholderVariants: (props?: ({
32
+ size?: "lg" | "xl" | "md" | "sm" | null | undefined;
33
+ } & import("class-variance-authority/types").ClassProp) | undefined) => string;
34
+ interface DateRange {
35
+ from: Date | undefined;
36
+ to: Date | undefined;
37
+ }
38
+ interface CalendarProps extends Omit<ComponentPropsWithoutRef<"div">, "onChange" | "defaultValue"> {
39
+ size?: SizeValue;
40
+ cellSize?: SizeValue;
41
+ mode?: "single" | "range";
42
+ value?: Date | null;
43
+ defaultValue?: Date;
44
+ onChange?: (date: Date | null) => void;
45
+ rangeValue?: DateRange;
46
+ onRangeChange?: (range: DateRange) => void;
47
+ viewMonth?: Date;
48
+ onViewMonthChange?: (date: Date) => void;
49
+ minDate?: Date;
50
+ maxDate?: Date;
51
+ disabledDates?: Date[];
52
+ weekStartsOn?: 0 | 1 | 2 | 3 | 4 | 5 | 6;
53
+ highlightToday?: boolean;
54
+ }
55
+ declare const isSameDay: (left: Date, right: Date) => boolean;
56
+ declare const Calendar: import("react").ForwardRefExoticComponent<CalendarProps & import("react").RefAttributes<HTMLDivElement>>;
57
+ export { Calendar, calendarDayPlaceholderVariants, calendarDayVariants, calendarGridVariants, calendarHeaderVariants, calendarNavButtonVariants, calendarTitleVariants, calendarVariants, calendarWeekdayVariants, isSameDay, type CalendarProps, type DateRange, };
58
+ //# sourceMappingURL=calendar.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"calendar.d.ts","sourceRoot":"","sources":["../../../src/components/calendar/calendar.tsx"],"names":[],"mappings":"AACA,OAAO,EACN,KAAK,wBAAwB,EAM7B,MAAM,OAAO,CAAC;AAIf,QAAA,MAAM,IAAI;;;;;CAKA,CAAC;AAEX,KAAK,SAAS,GAAG,CAAC,OAAO,IAAI,CAAC,CAAC,MAAM,OAAO,IAAI,CAAC,CAAC;AAElD,QAAA,MAAM,gBAAgB;;8EAerB,CAAC;AAEF,QAAA,MAAM,sBAAsB;;8EAY1B,CAAC;AAEH,QAAA,MAAM,qBAAqB;;8EAYzB,CAAC;AAEH,QAAA,MAAM,yBAAyB;;8EAsB9B,CAAC;AAEF,QAAA,MAAM,oBAAoB;;8EAYxB,CAAC;AAEH,QAAA,MAAM,uBAAuB;;8EAe5B,CAAC;AAEF,QAAA,MAAM,mBAAmB;;;8EAmCxB,CAAC;AAEF,QAAA,MAAM,8BAA8B;;8EAYlC,CAAC;AAkBH,UAAU,SAAS;IAClB,IAAI,EAAE,IAAI,GAAG,SAAS,CAAC;IACvB,EAAE,EAAE,IAAI,GAAG,SAAS,CAAC;CACrB;AAED,UAAU,aAAc,SAAQ,IAAI,CAAC,wBAAwB,CAAC,KAAK,CAAC,EAAE,UAAU,GAAG,cAAc,CAAC;IACjG,IAAI,CAAC,EAAE,SAAS,CAAC;IACjB,QAAQ,CAAC,EAAE,SAAS,CAAC;IACrB,IAAI,CAAC,EAAE,QAAQ,GAAG,OAAO,CAAC;IAC1B,KAAK,CAAC,EAAE,IAAI,GAAG,IAAI,CAAC;IACpB,YAAY,CAAC,EAAE,IAAI,CAAC;IACpB,QAAQ,CAAC,EAAE,CAAC,IAAI,EAAE,IAAI,GAAG,IAAI,KAAK,IAAI,CAAC;IACvC,UAAU,CAAC,EAAE,SAAS,CAAC;IACvB,aAAa,CAAC,EAAE,CAAC,KAAK,EAAE,SAAS,KAAK,IAAI,CAAC;IAC3C,SAAS,CAAC,EAAE,IAAI,CAAC;IACjB,iBAAiB,CAAC,EAAE,CAAC,IAAI,EAAE,IAAI,KAAK,IAAI,CAAC;IACzC,OAAO,CAAC,EAAE,IAAI,CAAC;IACf,OAAO,CAAC,EAAE,IAAI,CAAC;IACf,aAAa,CAAC,EAAE,IAAI,EAAE,CAAC;IACvB,YAAY,CAAC,EAAE,CAAC,GAAG,CAAC,GAAG,CAAC,GAAG,CAAC,GAAG,CAAC,GAAG,CAAC,GAAG,CAAC,CAAC;IACzC,cAAc,CAAC,EAAE,OAAO,CAAC;CACzB;AAKD,QAAA,MAAM,SAAS,GAAI,MAAM,IAAI,EAAE,OAAO,IAAI,KAAG,OAM5C,CAAC;AAEF,QAAA,MAAM,QAAQ,0GAwPb,CAAC;AAIF,OAAO,EACN,QAAQ,EACR,8BAA8B,EAC9B,mBAAmB,EACnB,oBAAoB,EACpB,sBAAsB,EACtB,yBAAyB,EACzB,qBAAqB,EACrB,gBAAgB,EAChB,uBAAuB,EACvB,SAAS,EACT,KAAK,aAAa,EAClB,KAAK,SAAS,GACd,CAAC"}
@@ -0,0 +1,2 @@
1
+ export { Calendar, type CalendarProps, type DateRange, calendarDayVariants, calendarGridVariants, calendarHeaderVariants, calendarNavButtonVariants, calendarTitleVariants, calendarVariants, calendarWeekdayVariants, isSameDay, } from "./calendar";
2
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/components/calendar/index.ts"],"names":[],"mappings":"AAAA,OAAO,EACN,QAAQ,EACR,KAAK,aAAa,EAClB,KAAK,SAAS,EACd,mBAAmB,EACnB,oBAAoB,EACpB,sBAAsB,EACtB,yBAAyB,EACzB,qBAAqB,EACrB,gBAAgB,EAChB,uBAAuB,EACvB,SAAS,GACT,MAAM,YAAY,CAAC"}
@@ -0,0 +1,37 @@
1
+ import { type HTMLAttributes } from "react";
2
+ declare const Variant: {
3
+ readonly default: "default";
4
+ readonly muted: "muted";
5
+ readonly danger: "danger";
6
+ };
7
+ type VariantValue = (typeof Variant)[keyof typeof Variant];
8
+ declare const cardVariants: (props?: ({
9
+ variant?: "default" | "danger" | "muted" | null | undefined;
10
+ } & import("class-variance-authority/types").ClassProp) | undefined) => string;
11
+ interface CardProps extends HTMLAttributes<HTMLDivElement> {
12
+ asChild?: boolean;
13
+ variant?: VariantValue;
14
+ }
15
+ declare const Card: import("react").ForwardRefExoticComponent<CardProps & import("react").RefAttributes<HTMLDivElement>>;
16
+ interface CardHeaderProps extends HTMLAttributes<HTMLDivElement> {
17
+ asChild?: boolean;
18
+ }
19
+ declare const CardHeader: import("react").ForwardRefExoticComponent<CardHeaderProps & import("react").RefAttributes<HTMLDivElement>>;
20
+ interface CardContentProps extends HTMLAttributes<HTMLDivElement> {
21
+ asChild?: boolean;
22
+ }
23
+ declare const CardContent: import("react").ForwardRefExoticComponent<CardContentProps & import("react").RefAttributes<HTMLDivElement>>;
24
+ interface CardFooterProps extends HTMLAttributes<HTMLDivElement> {
25
+ asChild?: boolean;
26
+ }
27
+ declare const CardFooter: import("react").ForwardRefExoticComponent<CardFooterProps & import("react").RefAttributes<HTMLDivElement>>;
28
+ interface CardTitleProps extends HTMLAttributes<HTMLHeadingElement> {
29
+ asChild?: boolean;
30
+ }
31
+ declare const CardTitle: import("react").ForwardRefExoticComponent<CardTitleProps & import("react").RefAttributes<HTMLHeadingElement>>;
32
+ interface CardDescriptionProps extends HTMLAttributes<HTMLParagraphElement> {
33
+ asChild?: boolean;
34
+ }
35
+ declare const CardDescription: import("react").ForwardRefExoticComponent<CardDescriptionProps & import("react").RefAttributes<HTMLParagraphElement>>;
36
+ export { Card, CardContent, CardDescription, CardFooter, CardHeader, CardTitle, cardVariants, type CardContentProps, type CardDescriptionProps, type CardFooterProps, type CardHeaderProps, type CardProps, type CardTitleProps, };
37
+ //# sourceMappingURL=card.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"card.d.ts","sourceRoot":"","sources":["../../../src/components/card/card.tsx"],"names":[],"mappings":"AAEA,OAAO,EAAc,KAAK,cAAc,EAAE,MAAM,OAAO,CAAC;AAGxD,QAAA,MAAM,OAAO;;;;CAIH,CAAC;AAEX,KAAK,YAAY,GAAG,CAAC,OAAO,OAAO,CAAC,CAAC,MAAM,OAAO,OAAO,CAAC,CAAC;AAE3D,QAAA,MAAM,YAAY;;8EAcjB,CAAC;AAEF,UAAU,SAAU,SAAQ,cAAc,CAAC,cAAc,CAAC;IAC1D,OAAO,CAAC,EAAE,OAAO,CAAC;IAClB,OAAO,CAAC,EAAE,YAAY,CAAC;CACtB;AAED,QAAA,MAAM,IAAI,sGAWT,CAAC;AAGF,UAAU,eAAgB,SAAQ,cAAc,CAAC,cAAc,CAAC;IAChE,OAAO,CAAC,EAAE,OAAO,CAAC;CACjB;AAED,QAAA,MAAM,UAAU,4GAWf,CAAC;AAGF,UAAU,gBAAiB,SAAQ,cAAc,CAAC,cAAc,CAAC;IACjE,OAAO,CAAC,EAAE,OAAO,CAAC;CACjB;AAED,QAAA,MAAM,WAAW,6GAKhB,CAAC;AAGF,UAAU,eAAgB,SAAQ,cAAc,CAAC,cAAc,CAAC;IAChE,OAAO,CAAC,EAAE,OAAO,CAAC;CACjB;AAED,QAAA,MAAM,UAAU,4GAWf,CAAC;AAGF,UAAU,cAAe,SAAQ,cAAc,CAAC,kBAAkB,CAAC;IACnE,OAAO,CAAC,EAAE,OAAO,CAAC;CACjB;AAED,QAAA,MAAM,SAAS,+GAWd,CAAC;AAGF,UAAU,oBAAqB,SAAQ,cAAc,CAAC,oBAAoB,CAAC;IAC3E,OAAO,CAAC,EAAE,OAAO,CAAC;CACjB;AAED,QAAA,MAAM,eAAe,uHAKpB,CAAC;AAGF,OAAO,EACP,IAAI,EACJ,WAAW,EACX,eAAe,EACf,UAAU,EACV,UAAU,EACV,SAAS,EACT,YAAY,EACZ,KAAK,gBAAgB,EACrB,KAAK,oBAAoB,EACzB,KAAK,eAAe,EACpB,KAAK,eAAe,EACpB,KAAK,SAAS,EACd,KAAK,cAAc,GAClB,CAAC"}
@@ -0,0 +1,2 @@
1
+ export { Card, CardContent, type CardContentProps, CardDescription, type CardDescriptionProps, CardFooter, type CardFooterProps, CardHeader, type CardHeaderProps, type CardProps, CardTitle, type CardTitleProps, cardVariants, } from "./card";
2
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/components/card/index.ts"],"names":[],"mappings":"AAAA,OAAO,EACP,IAAI,EACJ,WAAW,EACX,KAAK,gBAAgB,EACrB,eAAe,EACf,KAAK,oBAAoB,EACzB,UAAU,EACV,KAAK,eAAe,EACpB,UAAU,EACV,KAAK,eAAe,EACpB,KAAK,SAAS,EACd,SAAS,EACT,KAAK,cAAc,EACnB,YAAY,GACX,MAAM,QAAQ,CAAC"}
@@ -0,0 +1,26 @@
1
+ import * as CheckboxPrimitive from "@radix-ui/react-checkbox";
2
+ import { type ComponentPropsWithoutRef } from "react";
3
+ import type { ControlStatus } from "@/lib/types";
4
+ declare const CheckboxSize: {
5
+ readonly sm: "sm";
6
+ readonly md: "md";
7
+ readonly lg: "lg";
8
+ readonly xl: "xl";
9
+ };
10
+ type CheckboxSizeValue = (typeof CheckboxSize)[keyof typeof CheckboxSize];
11
+ declare const CheckboxStatus: {
12
+ readonly default: "default";
13
+ readonly error: "error";
14
+ readonly success: "success";
15
+ };
16
+ declare const checkboxVariants: (props?: ({
17
+ size?: "lg" | "xl" | "md" | "sm" | null | undefined;
18
+ status?: "default" | "success" | "error" | null | undefined;
19
+ } & import("class-variance-authority/types").ClassProp) | undefined) => string;
20
+ interface CheckboxProps extends Omit<ComponentPropsWithoutRef<typeof CheckboxPrimitive.Root>, "asChild"> {
21
+ size?: CheckboxSizeValue;
22
+ status?: ControlStatus;
23
+ }
24
+ declare const Checkbox: import("react").ForwardRefExoticComponent<CheckboxProps & import("react").RefAttributes<HTMLButtonElement>>;
25
+ export { Checkbox, checkboxVariants, type CheckboxProps, CheckboxSize, CheckboxStatus };
26
+ //# sourceMappingURL=checkbox.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"checkbox.d.ts","sourceRoot":"","sources":["../../../src/components/checkbox/checkbox.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,iBAAiB,MAAM,0BAA0B,CAAC;AAG9D,OAAO,EAAE,KAAK,wBAAwB,EAAc,MAAM,OAAO,CAAC;AAGlE,OAAO,KAAK,EAAE,aAAa,EAAE,MAAM,aAAa,CAAC;AAEjD,QAAA,MAAM,YAAY;;;;;CAKR,CAAC;AAEX,KAAK,iBAAiB,GAAG,CAAC,OAAO,YAAY,CAAC,CAAC,MAAM,OAAO,YAAY,CAAC,CAAC;AAE1E,QAAA,MAAM,cAAc;;;;CAIV,CAAC;AAEX,QAAA,MAAM,gBAAgB;;;8EAuBrB,CAAC;AAWF,UAAU,aACT,SAAQ,IAAI,CAAC,wBAAwB,CAAC,OAAO,iBAAiB,CAAC,IAAI,CAAC,EAAE,SAAS,CAAC;IAChF,IAAI,CAAC,EAAE,iBAAiB,CAAC;IACzB,MAAM,CAAC,EAAE,aAAa,CAAC;CACvB;AAED,QAAA,MAAM,QAAQ,6GAgCb,CAAC;AAIF,OAAO,EAAE,QAAQ,EAAE,gBAAgB,EAAE,KAAK,aAAa,EAAE,YAAY,EAAE,cAAc,EAAE,CAAC"}
@@ -0,0 +1,2 @@
1
+ export { Checkbox, type CheckboxProps, CheckboxSize, CheckboxStatus, checkboxVariants } from "./checkbox";
2
+ //# sourceMappingURL=index.d.ts.map