@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,48 @@
1
+ import { type ComponentPropsWithoutRef, type ReactNode } 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 fileUploadVariants: (props?: ({
10
+ size?: "lg" | "xl" | "md" | "sm" | null | undefined;
11
+ isDragging?: boolean | null | undefined;
12
+ disabled?: boolean | null | undefined;
13
+ hasError?: boolean | null | undefined;
14
+ } & import("class-variance-authority/types").ClassProp) | undefined) => string;
15
+ declare const fileUploadIconVariants: (props?: ({
16
+ size?: "lg" | "xl" | "md" | "sm" | null | undefined;
17
+ isDragging?: boolean | null | undefined;
18
+ } & import("class-variance-authority/types").ClassProp) | undefined) => string;
19
+ declare const fileUploadTextVariants: (props?: ({
20
+ size?: "lg" | "xl" | "md" | "sm" | null | undefined;
21
+ } & import("class-variance-authority/types").ClassProp) | undefined) => string;
22
+ declare const fileUploadListVariants: (props?: import("class-variance-authority/types").ClassProp | undefined) => string;
23
+ declare const fileUploadItemVariants: (props?: import("class-variance-authority/types").ClassProp | undefined) => string;
24
+ declare const fileUploadItemNameVariants: (props?: ({
25
+ size?: "lg" | "xl" | "md" | "sm" | null | undefined;
26
+ } & import("class-variance-authority/types").ClassProp) | undefined) => string;
27
+ declare const fileUploadItemSizeVariants: (props?: ({
28
+ size?: "lg" | "xl" | "md" | "sm" | null | undefined;
29
+ } & import("class-variance-authority/types").ClassProp) | undefined) => string;
30
+ declare const fileUploadItemRemoveVariants: (props?: import("class-variance-authority/types").ClassProp | undefined) => string;
31
+ interface FileUploadProps extends Omit<ComponentPropsWithoutRef<"div">, "onChange" | "onError"> {
32
+ size?: SizeValue;
33
+ disabled?: boolean;
34
+ accept?: string;
35
+ multiple?: boolean;
36
+ maxSize?: number;
37
+ maxFiles?: number;
38
+ value?: File[];
39
+ onChange?: (files: File[]) => void;
40
+ onError?: (error: string) => void;
41
+ icon?: ReactNode;
42
+ title?: string;
43
+ description?: string;
44
+ showFileList?: boolean;
45
+ }
46
+ declare const FileUpload: import("react").ForwardRefExoticComponent<FileUploadProps & import("react").RefAttributes<HTMLDivElement>>;
47
+ export { FileUpload, fileUploadIconVariants, fileUploadItemNameVariants, fileUploadItemRemoveVariants, fileUploadItemSizeVariants, fileUploadItemVariants, fileUploadListVariants, fileUploadTextVariants, fileUploadVariants, type FileUploadProps, };
48
+ //# sourceMappingURL=file-upload.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"file-upload.d.ts","sourceRoot":"","sources":["../../../src/components/file-upload/file-upload.tsx"],"names":[],"mappings":"AACA,OAAO,EAEN,KAAK,wBAAwB,EAG7B,KAAK,SAAS,EAId,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,kBAAkB;;;;;8EAsCvB,CAAC;AAEF,QAAA,MAAM,sBAAsB;;;8EAiB1B,CAAC;AAEH,QAAA,MAAM,sBAAsB;;8EAY1B,CAAC;AAEH,QAAA,MAAM,sBAAsB,oFAA+B,CAAC;AAE5D,QAAA,MAAM,sBAAsB,oFAI1B,CAAC;AAEH,QAAA,MAAM,0BAA0B;;8EAY9B,CAAC;AAEH,QAAA,MAAM,0BAA0B;;8EAY9B,CAAC;AAEH,QAAA,MAAM,4BAA4B,oFAMhC,CAAC;AAEH,UAAU,eAAgB,SAAQ,IAAI,CAAC,wBAAwB,CAAC,KAAK,CAAC,EAAE,UAAU,GAAG,SAAS,CAAC;IAC9F,IAAI,CAAC,EAAE,SAAS,CAAC;IACjB,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,MAAM,CAAC,EAAE,MAAM,CAAC;IAChB,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,OAAO,CAAC,EAAE,MAAM,CAAC;IACjB,QAAQ,CAAC,EAAE,MAAM,CAAC;IAClB,KAAK,CAAC,EAAE,IAAI,EAAE,CAAC;IACf,QAAQ,CAAC,EAAE,CAAC,KAAK,EAAE,IAAI,EAAE,KAAK,IAAI,CAAC;IACnC,OAAO,CAAC,EAAE,CAAC,KAAK,EAAE,MAAM,KAAK,IAAI,CAAC;IAClC,IAAI,CAAC,EAAE,SAAS,CAAC;IACjB,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,YAAY,CAAC,EAAE,OAAO,CAAC;CACvB;AAED,QAAA,MAAM,UAAU,4GAoRf,CAAC;AAIF,OAAO,EACN,UAAU,EACV,sBAAsB,EACtB,0BAA0B,EAC1B,4BAA4B,EAC5B,0BAA0B,EAC1B,sBAAsB,EACtB,sBAAsB,EACtB,sBAAsB,EACtB,kBAAkB,EAClB,KAAK,eAAe,GACpB,CAAC"}
@@ -0,0 +1,2 @@
1
+ export { FileUpload, type FileUploadProps, fileUploadIconVariants, fileUploadItemNameVariants, fileUploadItemRemoveVariants, fileUploadItemSizeVariants, fileUploadItemVariants, fileUploadListVariants, fileUploadTextVariants, fileUploadVariants, } from "./file-upload";
2
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/components/file-upload/index.ts"],"names":[],"mappings":"AAAA,OAAO,EACN,UAAU,EACV,KAAK,eAAe,EACpB,sBAAsB,EACtB,0BAA0B,EAC1B,4BAA4B,EAC5B,0BAA0B,EAC1B,sBAAsB,EACtB,sBAAsB,EACtB,sBAAsB,EACtB,kBAAkB,GAClB,MAAM,eAAe,CAAC"}
@@ -0,0 +1,51 @@
1
+ import { type HTMLAttributes, type ReactNode } from "react";
2
+ declare const Size: {
3
+ readonly sm: "sm";
4
+ readonly md: "md";
5
+ readonly lg: "lg";
6
+ };
7
+ type SizeValue = (typeof Size)[keyof typeof Size];
8
+ interface FormFieldContextValue {
9
+ id: string;
10
+ size: SizeValue;
11
+ error?: string;
12
+ disabled: boolean;
13
+ required: boolean;
14
+ }
15
+ declare const useFormField: () => FormFieldContextValue;
16
+ declare const formFieldVariants: (props?: ({
17
+ size?: "lg" | "md" | "sm" | null | undefined;
18
+ } & import("class-variance-authority/types").ClassProp) | undefined) => string;
19
+ interface FormFieldProps extends HTMLAttributes<HTMLDivElement> {
20
+ size?: SizeValue;
21
+ error?: string;
22
+ disabled?: boolean;
23
+ required?: boolean;
24
+ }
25
+ declare const FormField: import("react").ForwardRefExoticComponent<FormFieldProps & import("react").RefAttributes<HTMLDivElement>>;
26
+ interface FormFieldLabelProps extends HTMLAttributes<HTMLLabelElement> {
27
+ htmlFor?: string;
28
+ }
29
+ declare const FormFieldLabel: import("react").ForwardRefExoticComponent<FormFieldLabelProps & import("react").RefAttributes<HTMLLabelElement>>;
30
+ interface FormFieldDescriptionProps extends HTMLAttributes<HTMLParagraphElement> {
31
+ }
32
+ declare const FormFieldDescription: import("react").ForwardRefExoticComponent<FormFieldDescriptionProps & import("react").RefAttributes<HTMLParagraphElement>>;
33
+ interface FormFieldErrorProps extends HTMLAttributes<HTMLParagraphElement> {
34
+ }
35
+ declare const FormFieldError: import("react").ForwardRefExoticComponent<FormFieldErrorProps & import("react").RefAttributes<HTMLParagraphElement>>;
36
+ interface FormFieldControlProps {
37
+ children: (fieldProps: {
38
+ id: string;
39
+ disabled: boolean;
40
+ required: boolean;
41
+ status: "default" | "error";
42
+ "aria-describedby"?: string;
43
+ "aria-invalid"?: boolean;
44
+ }) => ReactNode;
45
+ }
46
+ declare const FormFieldControl: {
47
+ ({ children }: FormFieldControlProps): import("react/jsx-runtime").JSX.Element;
48
+ displayName: string;
49
+ };
50
+ export { FormField, FormFieldLabel, FormFieldDescription, FormFieldError, FormFieldControl, formFieldVariants, useFormField, Size as FormFieldSize, type FormFieldProps, type FormFieldLabelProps, type FormFieldDescriptionProps, type FormFieldErrorProps, type FormFieldControlProps, type SizeValue as FormFieldSizeValue, };
51
+ //# sourceMappingURL=form-field.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"form-field.d.ts","sourceRoot":"","sources":["../../../src/components/form-field/form-field.tsx"],"names":[],"mappings":"AACA,OAAO,EAGN,KAAK,cAAc,EACnB,KAAK,SAAS,EAGd,MAAM,OAAO,CAAC;AAIf,QAAA,MAAM,IAAI;;;;CAIA,CAAC;AAEX,KAAK,SAAS,GAAG,CAAC,OAAO,IAAI,CAAC,CAAC,MAAM,OAAO,IAAI,CAAC,CAAC;AAElD,UAAU,qBAAqB;IAC9B,EAAE,EAAE,MAAM,CAAC;IACX,IAAI,EAAE,SAAS,CAAC;IAChB,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,QAAQ,EAAE,OAAO,CAAC;IAClB,QAAQ,EAAE,OAAO,CAAC;CAClB;AAID,QAAA,MAAM,YAAY,QAAO,qBAMxB,CAAC;AAEF,QAAA,MAAM,iBAAiB;;8EAWrB,CAAC;AAEH,UAAU,cAAe,SAAQ,cAAc,CAAC,cAAc,CAAC;IAC9D,IAAI,CAAC,EAAE,SAAS,CAAC;IACjB,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,QAAQ,CAAC,EAAE,OAAO,CAAC;CACnB;AAED,QAAA,MAAM,SAAS,2GAoCd,CAAC;AAUF,UAAU,mBAAoB,SAAQ,cAAc,CAAC,gBAAgB,CAAC;IACrE,OAAO,CAAC,EAAE,MAAM,CAAC;CACjB;AAED,QAAA,MAAM,cAAc,kHAyBnB,CAAC;AAUF,UAAU,yBAA0B,SAAQ,cAAc,CAAC,oBAAoB,CAAC;CAAG;AAEnF,QAAA,MAAM,oBAAoB,4HAiBzB,CAAC;AAIF,UAAU,mBAAoB,SAAQ,cAAc,CAAC,oBAAoB,CAAC;CAAG;AAE7E,QAAA,MAAM,cAAc,sHAuBnB,CAAC;AAIF,UAAU,qBAAqB;IAC9B,QAAQ,EAAE,CAAC,UAAU,EAAE;QACtB,EAAE,EAAE,MAAM,CAAC;QACX,QAAQ,EAAE,OAAO,CAAC;QAClB,QAAQ,EAAE,OAAO,CAAC;QAClB,MAAM,EAAE,SAAS,GAAG,OAAO,CAAC;QAC5B,kBAAkB,CAAC,EAAE,MAAM,CAAC;QAC5B,cAAc,CAAC,EAAE,OAAO,CAAC;KACzB,KAAK,SAAS,CAAC;CAChB;AAED,QAAA,MAAM,gBAAgB;mBAAkB,qBAAqB;;CAsB5D,CAAC;AAIF,OAAO,EACN,SAAS,EACT,cAAc,EACd,oBAAoB,EACpB,cAAc,EACd,gBAAgB,EAChB,iBAAiB,EACjB,YAAY,EACZ,IAAI,IAAI,aAAa,EACrB,KAAK,cAAc,EACnB,KAAK,mBAAmB,EACxB,KAAK,yBAAyB,EAC9B,KAAK,mBAAmB,EACxB,KAAK,qBAAqB,EAC1B,KAAK,SAAS,IAAI,kBAAkB,GACpC,CAAC"}
@@ -0,0 +1,2 @@
1
+ export { FormField, FormFieldLabel, FormFieldDescription, FormFieldError, FormFieldControl, formFieldVariants, useFormField, FormFieldSize, type FormFieldProps, type FormFieldLabelProps, type FormFieldDescriptionProps, type FormFieldErrorProps, type FormFieldControlProps, type FormFieldSizeValue, } from "./form-field";
2
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/components/form-field/index.ts"],"names":[],"mappings":"AAAA,OAAO,EACN,SAAS,EACT,cAAc,EACd,oBAAoB,EACpB,cAAc,EACd,gBAAgB,EAChB,iBAAiB,EACjB,YAAY,EACZ,aAAa,EACb,KAAK,cAAc,EACnB,KAAK,mBAAmB,EACxB,KAAK,yBAAyB,EAC9B,KAAK,mBAAmB,EACxB,KAAK,qBAAqB,EAC1B,KAAK,kBAAkB,GACvB,MAAM,cAAc,CAAC"}
@@ -0,0 +1,19 @@
1
+ import * as HoverCardPrimitive from "@radix-ui/react-hover-card";
2
+ import { type ComponentPropsWithoutRef } from "react";
3
+ declare const HoverCardSize: {
4
+ readonly sm: "sm";
5
+ readonly md: "md";
6
+ readonly lg: "lg";
7
+ };
8
+ type HoverCardSizeValue = (typeof HoverCardSize)[keyof typeof HoverCardSize];
9
+ declare const hoverCardContentVariants: (props?: ({
10
+ size?: "lg" | "md" | "sm" | null | undefined;
11
+ } & import("class-variance-authority/types").ClassProp) | undefined) => string;
12
+ declare const HoverCard: import("react").FC<HoverCardPrimitive.HoverCardProps>;
13
+ declare const HoverCardTrigger: import("react").ForwardRefExoticComponent<HoverCardPrimitive.HoverCardTriggerProps & import("react").RefAttributes<HTMLAnchorElement>>;
14
+ interface HoverCardContentProps extends ComponentPropsWithoutRef<typeof HoverCardPrimitive.Content> {
15
+ size?: HoverCardSizeValue;
16
+ }
17
+ declare const HoverCardContent: import("react").ForwardRefExoticComponent<HoverCardContentProps & import("react").RefAttributes<HTMLDivElement>>;
18
+ export { HoverCard, HoverCardContent, HoverCardSize, HoverCardTrigger, hoverCardContentVariants, type HoverCardContentProps, type HoverCardSizeValue, };
19
+ //# sourceMappingURL=hover-card.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"hover-card.d.ts","sourceRoot":"","sources":["../../../src/components/hover-card/hover-card.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,kBAAkB,MAAM,4BAA4B,CAAC;AAEjE,OAAO,EAAE,KAAK,wBAAwB,EAAc,MAAM,OAAO,CAAC;AAIlE,QAAA,MAAM,aAAa;;;;CAIT,CAAC;AAEX,KAAK,kBAAkB,GAAG,CAAC,OAAO,aAAa,CAAC,CAAC,MAAM,OAAO,aAAa,CAAC,CAAC;AAE7E,QAAA,MAAM,wBAAwB;;8EAc7B,CAAC;AAEF,QAAA,MAAM,SAAS,uDAA0B,CAAC;AAC1C,QAAA,MAAM,gBAAgB,wIAA6B,CAAC;AAEpD,UAAU,qBAAsB,SAAQ,wBAAwB,CAAC,OAAO,kBAAkB,CAAC,OAAO,CAAC;IAClG,IAAI,CAAC,EAAE,kBAAkB,CAAC;CAC1B;AAED,QAAA,MAAM,gBAAgB,kHAepB,CAAC;AAGH,OAAO,EACN,SAAS,EACT,gBAAgB,EAChB,aAAa,EACb,gBAAgB,EAChB,wBAAwB,EACxB,KAAK,qBAAqB,EAC1B,KAAK,kBAAkB,GACvB,CAAC"}
@@ -0,0 +1,2 @@
1
+ export { HoverCard, HoverCardContent, HoverCardSize, HoverCardTrigger, hoverCardContentVariants, type HoverCardContentProps, type HoverCardSizeValue, } from "./hover-card";
2
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/components/hover-card/index.ts"],"names":[],"mappings":"AAAA,OAAO,EACN,SAAS,EACT,gBAAgB,EAChB,aAAa,EACb,gBAAgB,EAChB,wBAAwB,EACxB,KAAK,qBAAqB,EAC1B,KAAK,kBAAkB,GACvB,MAAM,cAAc,CAAC"}
@@ -0,0 +1,2 @@
1
+ export { Input, type InputProps, inputVariants, } from "./input";
2
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/components/input/index.ts"],"names":[],"mappings":"AAAA,OAAO,EACN,KAAK,EACL,KAAK,UAAU,EACf,aAAa,GACb,MAAM,SAAS,CAAC"}
@@ -0,0 +1,32 @@
1
+ import { type InputHTMLAttributes, type ReactNode } from "react";
2
+ declare const Status: {
3
+ readonly default: "default";
4
+ readonly error: "error";
5
+ readonly success: "success";
6
+ };
7
+ declare const Size: {
8
+ readonly sm: "sm";
9
+ readonly md: "md";
10
+ readonly lg: "lg";
11
+ readonly xl: "xl";
12
+ };
13
+ type StatusValue = (typeof Status)[keyof typeof Status];
14
+ type SizeValue = (typeof Size)[keyof typeof Size];
15
+ declare const inputVariants: (props?: ({
16
+ status?: StatusValue | null | undefined;
17
+ size?: SizeValue | null | undefined;
18
+ } & import("class-variance-authority/types").ClassProp) | undefined) => string;
19
+ interface InputProps extends Omit<InputHTMLAttributes<HTMLInputElement>, "size" | "prefix"> {
20
+ status?: StatusValue;
21
+ size?: SizeValue;
22
+ fullWidth?: boolean;
23
+ prefix?: ReactNode;
24
+ suffix?: ReactNode;
25
+ clearable?: boolean;
26
+ clearAriaLabel?: string;
27
+ onClear?: () => void;
28
+ onValueChange?: (value: string) => void;
29
+ }
30
+ declare const Input: import("react").ForwardRefExoticComponent<InputProps & import("react").RefAttributes<HTMLInputElement>>;
31
+ export { Input, inputVariants, type InputProps };
32
+ //# sourceMappingURL=input.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"input.d.ts","sourceRoot":"","sources":["../../../src/components/input/input.tsx"],"names":[],"mappings":"AAEA,OAAO,EAGN,KAAK,mBAAmB,EACxB,KAAK,SAAS,EAGd,MAAM,OAAO,CAAC;AAKf,QAAA,MAAM,MAAM;;;;CAIF,CAAC;AAEX,QAAA,MAAM,IAAI;;;;;CAKA,CAAC;AAIX,KAAK,WAAW,GAAG,CAAC,OAAO,MAAM,CAAC,CAAC,MAAM,OAAO,MAAM,CAAC,CAAC;AACxD,KAAK,SAAS,GAAG,CAAC,OAAO,IAAI,CAAC,CAAC,MAAM,OAAO,IAAI,CAAC,CAAC;AAOlD,QAAA,MAAM,aAAa;;;8EAqBlB,CAAC;AAEF,UAAU,UAAW,SAAQ,IAAI,CAAC,mBAAmB,CAAC,gBAAgB,CAAC,EAAE,MAAM,GAAG,QAAQ,CAAC;IAC1F,MAAM,CAAC,EAAE,WAAW,CAAC;IACrB,IAAI,CAAC,EAAE,SAAS,CAAC;IACjB,SAAS,CAAC,EAAE,OAAO,CAAC;IACpB,MAAM,CAAC,EAAE,SAAS,CAAC;IACnB,MAAM,CAAC,EAAE,SAAS,CAAC;IACnB,SAAS,CAAC,EAAE,OAAO,CAAC;IACpB,cAAc,CAAC,EAAE,MAAM,CAAC;IACxB,OAAO,CAAC,EAAE,MAAM,IAAI,CAAC;IACrB,aAAa,CAAC,EAAE,CAAC,KAAK,EAAE,MAAM,KAAK,IAAI,CAAC;CACxC;AAsDD,QAAA,MAAM,KAAK,yGAgHV,CAAC;AAIF,OAAO,EAAE,KAAK,EAAE,aAAa,EAAE,KAAK,UAAU,EAAE,CAAC"}
@@ -0,0 +1,2 @@
1
+ export { Kbd, kbdVariants, formatKeys, KbdSize, type KbdProps, type KbdSizeValue } from "./kbd";
2
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/components/kbd/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,GAAG,EAAE,WAAW,EAAE,UAAU,EAAE,OAAO,EAAE,KAAK,QAAQ,EAAE,KAAK,YAAY,EAAE,MAAM,OAAO,CAAC"}
@@ -0,0 +1,18 @@
1
+ import { type HTMLAttributes } from "react";
2
+ declare const Size: {
3
+ readonly sm: "sm";
4
+ readonly md: "md";
5
+ readonly lg: "lg";
6
+ };
7
+ type SizeValue = (typeof Size)[keyof typeof Size];
8
+ declare const kbdVariants: (props?: ({
9
+ size?: "lg" | "md" | "sm" | null | undefined;
10
+ } & import("class-variance-authority/types").ClassProp) | undefined) => string;
11
+ declare function formatKeys(keys: string, isMac: boolean): string;
12
+ interface KbdProps extends HTMLAttributes<HTMLElement> {
13
+ size?: SizeValue;
14
+ keys?: string;
15
+ }
16
+ declare const Kbd: import("react").ForwardRefExoticComponent<KbdProps & import("react").RefAttributes<HTMLElement>>;
17
+ export { Kbd, kbdVariants, formatKeys, Size as KbdSize, type KbdProps, type SizeValue as KbdSizeValue, };
18
+ //# sourceMappingURL=kbd.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"kbd.d.ts","sourceRoot":"","sources":["../../../src/components/kbd/kbd.tsx"],"names":[],"mappings":"AACA,OAAO,EAAc,KAAK,cAAc,EAAE,MAAM,OAAO,CAAC;AAKxD,QAAA,MAAM,IAAI;;;;CAIA,CAAC;AAEX,KAAK,SAAS,GAAG,CAAC,OAAO,IAAI,CAAC,CAAC,MAAM,OAAO,IAAI,CAAC,CAAC;AAElD,QAAA,MAAM,WAAW;;8EAchB,CAAC;AAqDF,iBAAS,UAAU,CAAC,IAAI,EAAE,MAAM,EAAE,KAAK,EAAE,OAAO,GAAG,MAAM,CAYxD;AAED,UAAU,QAAS,SAAQ,cAAc,CAAC,WAAW,CAAC;IACrD,IAAI,CAAC,EAAE,SAAS,CAAC;IACjB,IAAI,CAAC,EAAE,MAAM,CAAC;CACd;AAED,QAAA,MAAM,GAAG,kGAiBR,CAAC;AAIF,OAAO,EACN,GAAG,EACH,WAAW,EACX,UAAU,EACV,IAAI,IAAI,OAAO,EACf,KAAK,QAAQ,EACb,KAAK,SAAS,IAAI,YAAY,GAC9B,CAAC"}
@@ -0,0 +1,2 @@
1
+ export { Label, labelVariants, LabelSize, type LabelProps, type LabelSizeValue } from "./label";
2
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/components/label/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,KAAK,EAAE,aAAa,EAAE,SAAS,EAAE,KAAK,UAAU,EAAE,KAAK,cAAc,EAAE,MAAM,SAAS,CAAC"}
@@ -0,0 +1,18 @@
1
+ import { type LabelHTMLAttributes } from "react";
2
+ declare const Size: {
3
+ readonly sm: "sm";
4
+ readonly md: "md";
5
+ readonly lg: "lg";
6
+ };
7
+ type SizeValue = (typeof Size)[keyof typeof Size];
8
+ declare const labelVariants: (props?: ({
9
+ size?: "lg" | "md" | "sm" | null | undefined;
10
+ } & import("class-variance-authority/types").ClassProp) | undefined) => string;
11
+ interface LabelProps extends LabelHTMLAttributes<HTMLLabelElement> {
12
+ size?: SizeValue;
13
+ required?: boolean;
14
+ disabled?: boolean;
15
+ }
16
+ declare const Label: import("react").ForwardRefExoticComponent<LabelProps & import("react").RefAttributes<HTMLLabelElement>>;
17
+ export { Label, labelVariants, Size as LabelSize, type LabelProps, type SizeValue as LabelSizeValue, };
18
+ //# sourceMappingURL=label.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"label.d.ts","sourceRoot":"","sources":["../../../src/components/label/label.tsx"],"names":[],"mappings":"AACA,OAAO,EAAc,KAAK,mBAAmB,EAAE,MAAM,OAAO,CAAC;AAI7D,QAAA,MAAM,IAAI;;;;CAIA,CAAC;AAEX,KAAK,SAAS,GAAG,CAAC,OAAO,IAAI,CAAC,CAAC,MAAM,OAAO,IAAI,CAAC,CAAC;AAElD,QAAA,MAAM,aAAa;;8EAclB,CAAC;AAEF,UAAU,UAAW,SAAQ,mBAAmB,CAAC,gBAAgB,CAAC;IACjE,IAAI,CAAC,EAAE,SAAS,CAAC;IACjB,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,QAAQ,CAAC,EAAE,OAAO,CAAC;CACnB;AAED,QAAA,MAAM,KAAK,yGAwBV,CAAC;AAIF,OAAO,EACN,KAAK,EACL,aAAa,EACb,IAAI,IAAI,SAAS,EACjB,KAAK,UAAU,EACf,KAAK,SAAS,IAAI,cAAc,GAChC,CAAC"}
@@ -0,0 +1,2 @@
1
+ export { Multiselect, type MultiselectOption, type MultiselectProps, MultiselectSize, multiselectTriggerVariants, } from "./multiselect";
2
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/components/multiselect/index.ts"],"names":[],"mappings":"AAAA,OAAO,EACN,WAAW,EACX,KAAK,iBAAiB,EACtB,KAAK,gBAAgB,EACrB,eAAe,EACf,0BAA0B,GAC1B,MAAM,eAAe,CAAC"}
@@ -0,0 +1,32 @@
1
+ import { type ComponentPropsWithoutRef } from "react";
2
+ import type { ControlStatus } from "@/lib/types";
3
+ declare const MultiselectSize: {
4
+ readonly sm: "sm";
5
+ readonly md: "md";
6
+ readonly lg: "lg";
7
+ readonly xl: "xl";
8
+ };
9
+ type MultiselectSizeValue = (typeof MultiselectSize)[keyof typeof MultiselectSize];
10
+ declare const multiselectTriggerVariants: (props?: ({
11
+ size?: "lg" | "xl" | "md" | "sm" | null | undefined;
12
+ status?: "default" | "success" | "error" | null | undefined;
13
+ } & import("class-variance-authority/types").ClassProp) | undefined) => string;
14
+ interface MultiselectOption {
15
+ value: string;
16
+ label: string;
17
+ disabled?: boolean;
18
+ }
19
+ interface MultiselectProps extends Omit<ComponentPropsWithoutRef<"button">, "value" | "onChange"> {
20
+ options: MultiselectOption[];
21
+ value?: string[];
22
+ defaultValue?: string[];
23
+ onValueChange?: (value: string[]) => void;
24
+ placeholder?: string;
25
+ size?: MultiselectSizeValue;
26
+ status?: ControlStatus;
27
+ clearable?: boolean;
28
+ maxDisplayItems?: number;
29
+ }
30
+ declare const Multiselect: import("react").ForwardRefExoticComponent<MultiselectProps & import("react").RefAttributes<HTMLButtonElement>>;
31
+ export { Multiselect, multiselectTriggerVariants, MultiselectSize, type MultiselectProps, type MultiselectOption, type MultiselectSizeValue, };
32
+ //# sourceMappingURL=multiselect.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"multiselect.d.ts","sourceRoot":"","sources":["../../../src/components/multiselect/multiselect.tsx"],"names":[],"mappings":"AAGA,OAAO,EACN,KAAK,wBAAwB,EAO7B,MAAM,OAAO,CAAC;AAGf,OAAO,KAAK,EAAE,aAAa,EAAE,MAAM,aAAa,CAAC;AAOjD,QAAA,MAAM,eAAe;;;;;CAKX,CAAC;AAEX,KAAK,oBAAoB,GAAG,CAAC,OAAO,eAAe,CAAC,CAAC,MAAM,OAAO,eAAe,CAAC,CAAC;AAMnF,QAAA,MAAM,0BAA0B;;;8EA2B/B,CAAC;AA+BF,UAAU,iBAAiB;IAC1B,KAAK,EAAE,MAAM,CAAC;IACd,KAAK,EAAE,MAAM,CAAC;IACd,QAAQ,CAAC,EAAE,OAAO,CAAC;CACnB;AAED,UAAU,gBAAiB,SAAQ,IAAI,CAAC,wBAAwB,CAAC,QAAQ,CAAC,EAAE,OAAO,GAAG,UAAU,CAAC;IAChG,OAAO,EAAE,iBAAiB,EAAE,CAAC;IAC7B,KAAK,CAAC,EAAE,MAAM,EAAE,CAAC;IACjB,YAAY,CAAC,EAAE,MAAM,EAAE,CAAC;IACxB,aAAa,CAAC,EAAE,CAAC,KAAK,EAAE,MAAM,EAAE,KAAK,IAAI,CAAC;IAC1C,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,IAAI,CAAC,EAAE,oBAAoB,CAAC;IAC5B,MAAM,CAAC,EAAE,aAAa,CAAC;IACvB,SAAS,CAAC,EAAE,OAAO,CAAC;IACpB,eAAe,CAAC,EAAE,MAAM,CAAC;CACzB;AAMD,QAAA,MAAM,WAAW,gHAkQhB,CAAC;AAIF,OAAO,EACN,WAAW,EACX,0BAA0B,EAC1B,eAAe,EACf,KAAK,gBAAgB,EACrB,KAAK,iBAAiB,EACtB,KAAK,oBAAoB,GACzB,CAAC"}
@@ -0,0 +1,2 @@
1
+ export { Navbar, NavbarActions, type NavbarActionsProps, NavbarBrand, type NavbarBrandProps, NavbarContent, type NavbarContentProps, NavbarDivider, type NavbarDividerProps, NavbarItem, type NavbarItemProps, NavbarLink, type NavbarLinkProps, type NavbarProps, navbarActionsVariants, navbarBrandVariants, navbarContentVariants, navbarDividerVariants, navbarItemVariants, navbarLinkVariants, navbarVariants, } from "./navbar";
2
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/components/navbar/index.ts"],"names":[],"mappings":"AAAA,OAAO,EACN,MAAM,EACN,aAAa,EACb,KAAK,kBAAkB,EACvB,WAAW,EACX,KAAK,gBAAgB,EACrB,aAAa,EACb,KAAK,kBAAkB,EACvB,aAAa,EACb,KAAK,kBAAkB,EACvB,UAAU,EACV,KAAK,eAAe,EACpB,UAAU,EACV,KAAK,eAAe,EACpB,KAAK,WAAW,EAChB,qBAAqB,EACrB,mBAAmB,EACnB,qBAAqB,EACrB,qBAAqB,EACrB,kBAAkB,EAClB,kBAAkB,EAClB,cAAc,GACd,MAAM,UAAU,CAAC"}
@@ -0,0 +1,97 @@
1
+ import { type HTMLAttributes, type ReactNode } from "react";
2
+ declare const navbarVariants: (props?: ({
3
+ variant?: "default" | "solid" | "transparent" | "blur" | null | undefined;
4
+ size?: "lg" | "xl" | "md" | "sm" | null | undefined;
5
+ sticky?: boolean | null | undefined;
6
+ } & import("class-variance-authority/types").ClassProp) | undefined) => string;
7
+ declare const navbarBrandVariants: (props?: ({
8
+ size?: "lg" | "xl" | "md" | "sm" | null | undefined;
9
+ } & import("class-variance-authority/types").ClassProp) | undefined) => string;
10
+ declare const navbarBrandTaglineVariants: (props?: ({
11
+ size?: "lg" | "xl" | "md" | "sm" | null | undefined;
12
+ } & import("class-variance-authority/types").ClassProp) | undefined) => string;
13
+ declare const navbarContentVariants: (props?: ({
14
+ align?: "center" | "end" | "start" | null | undefined;
15
+ gap?: "lg" | "xl" | "md" | "sm" | null | undefined;
16
+ size?: "lg" | "xl" | "md" | "sm" | null | undefined;
17
+ } & import("class-variance-authority/types").ClassProp) | undefined) => string;
18
+ declare const navbarItemVariants: (props?: ({
19
+ active?: boolean | null | undefined;
20
+ size?: "lg" | "xl" | "md" | "sm" | null | undefined;
21
+ } & import("class-variance-authority/types").ClassProp) | undefined) => string;
22
+ declare const navbarLinkVariants: (props?: ({
23
+ active?: boolean | null | undefined;
24
+ size?: "lg" | "xl" | "md" | "sm" | null | undefined;
25
+ } & import("class-variance-authority/types").ClassProp) | undefined) => string;
26
+ declare const navbarActionsVariants: (props?: ({
27
+ size?: "lg" | "xl" | "md" | "sm" | null | undefined;
28
+ } & import("class-variance-authority/types").ClassProp) | undefined) => string;
29
+ declare const navbarDividerVariants: (props?: ({
30
+ size?: "lg" | "xl" | "md" | "sm" | null | undefined;
31
+ } & import("class-variance-authority/types").ClassProp) | undefined) => string;
32
+ declare const Variant: {
33
+ readonly default: "default";
34
+ readonly transparent: "transparent";
35
+ readonly blur: "blur";
36
+ readonly solid: "solid";
37
+ };
38
+ declare const Size: {
39
+ readonly sm: "sm";
40
+ readonly md: "md";
41
+ readonly lg: "lg";
42
+ readonly xl: "xl";
43
+ };
44
+ declare const Align: {
45
+ readonly start: "start";
46
+ readonly center: "center";
47
+ readonly end: "end";
48
+ };
49
+ declare const Gap: {
50
+ readonly sm: "sm";
51
+ readonly md: "md";
52
+ readonly lg: "lg";
53
+ readonly xl: "xl";
54
+ };
55
+ type VariantValue = (typeof Variant)[keyof typeof Variant];
56
+ type SizeValue = (typeof Size)[keyof typeof Size];
57
+ type AlignValue = (typeof Align)[keyof typeof Align];
58
+ type GapValue = (typeof Gap)[keyof typeof Gap];
59
+ interface NavbarProps extends HTMLAttributes<HTMLElement> {
60
+ variant?: VariantValue;
61
+ size?: SizeValue;
62
+ sticky?: boolean;
63
+ }
64
+ declare const Navbar: import("react").ForwardRefExoticComponent<NavbarProps & import("react").RefAttributes<HTMLElement>>;
65
+ interface NavbarBrandProps extends HTMLAttributes<HTMLDivElement> {
66
+ logo?: ReactNode;
67
+ tagline?: ReactNode;
68
+ size?: SizeValue;
69
+ }
70
+ declare const NavbarBrand: import("react").ForwardRefExoticComponent<NavbarBrandProps & import("react").RefAttributes<HTMLDivElement>>;
71
+ interface NavbarContentProps extends HTMLAttributes<HTMLDivElement> {
72
+ align?: AlignValue;
73
+ gap?: GapValue;
74
+ size?: SizeValue;
75
+ }
76
+ declare const NavbarContent: import("react").ForwardRefExoticComponent<NavbarContentProps & import("react").RefAttributes<HTMLDivElement>>;
77
+ interface NavbarItemProps extends HTMLAttributes<HTMLDivElement> {
78
+ active?: boolean;
79
+ size?: SizeValue;
80
+ }
81
+ declare const NavbarItem: import("react").ForwardRefExoticComponent<NavbarItemProps & import("react").RefAttributes<HTMLDivElement>>;
82
+ interface NavbarLinkProps extends HTMLAttributes<HTMLAnchorElement> {
83
+ active?: boolean;
84
+ href?: string;
85
+ size?: SizeValue;
86
+ }
87
+ declare const NavbarLink: import("react").ForwardRefExoticComponent<NavbarLinkProps & import("react").RefAttributes<HTMLAnchorElement>>;
88
+ interface NavbarActionsProps extends HTMLAttributes<HTMLDivElement> {
89
+ size?: SizeValue;
90
+ }
91
+ declare const NavbarActions: import("react").ForwardRefExoticComponent<NavbarActionsProps & import("react").RefAttributes<HTMLDivElement>>;
92
+ interface NavbarDividerProps extends HTMLAttributes<HTMLDivElement> {
93
+ size?: SizeValue;
94
+ }
95
+ declare const NavbarDivider: import("react").ForwardRefExoticComponent<NavbarDividerProps & import("react").RefAttributes<HTMLDivElement>>;
96
+ export { Navbar, NavbarBrand, NavbarContent, NavbarItem, NavbarLink, NavbarActions, NavbarDivider, navbarVariants, navbarBrandVariants, navbarBrandTaglineVariants, navbarContentVariants, navbarItemVariants, navbarLinkVariants, navbarActionsVariants, navbarDividerVariants, type NavbarProps, type NavbarBrandProps, type NavbarContentProps, type NavbarItemProps, type NavbarLinkProps, type NavbarActionsProps, type NavbarDividerProps, };
97
+ //# sourceMappingURL=navbar.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"navbar.d.ts","sourceRoot":"","sources":["../../../src/components/navbar/navbar.tsx"],"names":[],"mappings":"AACA,OAAO,EAA6B,KAAK,cAAc,EAAE,KAAK,SAAS,EAAc,MAAM,OAAO,CAAC;AAInG,QAAA,MAAM,cAAc;;;;8EAuCnB,CAAC;AAEF,QAAA,MAAM,mBAAmB;;8EAYvB,CAAC;AAEH,QAAA,MAAM,0BAA0B;;8EAY9B,CAAC;AAEH,QAAA,MAAM,qBAAqB;;;;8EAyBzB,CAAC;AAEH,QAAA,MAAM,kBAAkB;;;8EAwBvB,CAAC;AAEF,QAAA,MAAM,kBAAkB;;;8EA2BvB,CAAC;AAEF,QAAA,MAAM,qBAAqB;;8EAYzB,CAAC;AAEH,QAAA,MAAM,qBAAqB;;8EAe1B,CAAC;AAEF,QAAA,MAAM,OAAO;;;;;CAKH,CAAC;AAEX,QAAA,MAAM,IAAI;;;;;CAKA,CAAC;AAEX,QAAA,MAAM,KAAK;;;;CAID,CAAC;AAEX,QAAA,MAAM,GAAG;;;;;CAKC,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;AAClD,KAAK,UAAU,GAAG,CAAC,OAAO,KAAK,CAAC,CAAC,MAAM,OAAO,KAAK,CAAC,CAAC;AACrD,KAAK,QAAQ,GAAG,CAAC,OAAO,GAAG,CAAC,CAAC,MAAM,OAAO,GAAG,CAAC,CAAC;AAa/C,UAAU,WAAY,SAAQ,cAAc,CAAC,WAAW,CAAC;IACxD,OAAO,CAAC,EAAE,YAAY,CAAC;IACvB,IAAI,CAAC,EAAE,SAAS,CAAC;IACjB,MAAM,CAAC,EAAE,OAAO,CAAC;CACjB;AAED,QAAA,MAAM,MAAM,qGAcX,CAAC;AAIF,UAAU,gBAAiB,SAAQ,cAAc,CAAC,cAAc,CAAC;IAChE,IAAI,CAAC,EAAE,SAAS,CAAC;IACjB,OAAO,CAAC,EAAE,SAAS,CAAC;IACpB,IAAI,CAAC,EAAE,SAAS,CAAC;CACjB;AAED,QAAA,MAAM,WAAW,6GAsBhB,CAAC;AAIF,UAAU,kBAAmB,SAAQ,cAAc,CAAC,cAAc,CAAC;IAClE,KAAK,CAAC,EAAE,UAAU,CAAC;IACnB,GAAG,CAAC,EAAE,QAAQ,CAAC;IACf,IAAI,CAAC,EAAE,SAAS,CAAC;CACjB;AAED,QAAA,MAAM,aAAa,+GAgBlB,CAAC;AAIF,UAAU,eAAgB,SAAQ,cAAc,CAAC,cAAc,CAAC;IAC/D,MAAM,CAAC,EAAE,OAAO,CAAC;IACjB,IAAI,CAAC,EAAE,SAAS,CAAC;CACjB;AAED,QAAA,MAAM,UAAU,4GAaf,CAAC;AAIF,UAAU,eAAgB,SAAQ,cAAc,CAAC,iBAAiB,CAAC;IAClE,MAAM,CAAC,EAAE,OAAO,CAAC;IACjB,IAAI,CAAC,EAAE,MAAM,CAAC;IACd,IAAI,CAAC,EAAE,SAAS,CAAC;CACjB;AAED,QAAA,MAAM,UAAU,+GAcf,CAAC;AAIF,UAAU,kBAAmB,SAAQ,cAAc,CAAC,cAAc,CAAC;IAClE,IAAI,CAAC,EAAE,SAAS,CAAC;CACjB;AAED,QAAA,MAAM,aAAa,+GAYlB,CAAC;AAIF,UAAU,kBAAmB,SAAQ,cAAc,CAAC,cAAc,CAAC;IAClE,IAAI,CAAC,EAAE,SAAS,CAAC;CACjB;AAED,QAAA,MAAM,aAAa,+GAYlB,CAAC;AAIF,OAAO,EACN,MAAM,EACN,WAAW,EACX,aAAa,EACb,UAAU,EACV,UAAU,EACV,aAAa,EACb,aAAa,EACb,cAAc,EACd,mBAAmB,EACnB,0BAA0B,EAC1B,qBAAqB,EACrB,kBAAkB,EAClB,kBAAkB,EAClB,qBAAqB,EACrB,qBAAqB,EACrB,KAAK,WAAW,EAChB,KAAK,gBAAgB,EACrB,KAAK,kBAAkB,EACvB,KAAK,eAAe,EACpB,KAAK,eAAe,EACpB,KAAK,kBAAkB,EACvB,KAAK,kBAAkB,GACvB,CAAC"}
@@ -0,0 +1,2 @@
1
+ export { NavigationMenu, NavigationMenuContent, NavigationMenuIndicator, NavigationMenuItem, NavigationMenuLink, NavigationMenuList, NavigationMenuSize, NavigationMenuTrigger, NavigationMenuViewport, navigationMenuContentVariants, navigationMenuIndicatorVariants, navigationMenuLinkVariants, navigationMenuListVariants, navigationMenuTriggerVariants, navigationMenuVariants, navigationMenuViewportVariants, type NavigationMenuProps, type NavigationMenuSizeValue, } from "./navigation-menu";
2
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/components/navigation-menu/index.ts"],"names":[],"mappings":"AAAA,OAAO,EACN,cAAc,EACd,qBAAqB,EACrB,uBAAuB,EACvB,kBAAkB,EAClB,kBAAkB,EAClB,kBAAkB,EAClB,kBAAkB,EAClB,qBAAqB,EACrB,sBAAsB,EACtB,6BAA6B,EAC7B,+BAA+B,EAC/B,0BAA0B,EAC1B,0BAA0B,EAC1B,6BAA6B,EAC7B,sBAAsB,EACtB,8BAA8B,EAC9B,KAAK,mBAAmB,EACxB,KAAK,uBAAuB,GAC5B,MAAM,mBAAmB,CAAC"}
@@ -0,0 +1,32 @@
1
+ import * as NavigationMenuPrimitive from "@radix-ui/react-navigation-menu";
2
+ import { type ComponentPropsWithoutRef } from "react";
3
+ declare const NavigationMenuSize: {
4
+ readonly sm: "sm";
5
+ readonly md: "md";
6
+ readonly lg: "lg";
7
+ };
8
+ type NavigationMenuSizeValue = (typeof NavigationMenuSize)[keyof typeof NavigationMenuSize];
9
+ declare const navigationMenuVariants: (props?: import("class-variance-authority/types").ClassProp | undefined) => string;
10
+ declare const navigationMenuListVariants: (props?: import("class-variance-authority/types").ClassProp | undefined) => string;
11
+ declare const navigationMenuTriggerVariants: (props?: ({
12
+ size?: "lg" | "md" | "sm" | null | undefined;
13
+ } & import("class-variance-authority/types").ClassProp) | undefined) => string;
14
+ declare const navigationMenuContentVariants: (props?: import("class-variance-authority/types").ClassProp | undefined) => string;
15
+ declare const navigationMenuLinkVariants: (props?: ({
16
+ size?: "lg" | "md" | "sm" | null | undefined;
17
+ } & import("class-variance-authority/types").ClassProp) | undefined) => string;
18
+ declare const navigationMenuViewportVariants: (props?: import("class-variance-authority/types").ClassProp | undefined) => string;
19
+ declare const navigationMenuIndicatorVariants: (props?: import("class-variance-authority/types").ClassProp | undefined) => string;
20
+ interface NavigationMenuProps extends ComponentPropsWithoutRef<typeof NavigationMenuPrimitive.Root> {
21
+ size?: NavigationMenuSizeValue;
22
+ }
23
+ declare const NavigationMenu: import("react").ForwardRefExoticComponent<NavigationMenuProps & import("react").RefAttributes<HTMLElement>>;
24
+ declare const NavigationMenuList: import("react").ForwardRefExoticComponent<Omit<NavigationMenuPrimitive.NavigationMenuListProps & import("react").RefAttributes<HTMLUListElement>, "ref"> & import("react").RefAttributes<HTMLUListElement>>;
25
+ declare const NavigationMenuItem: import("react").ForwardRefExoticComponent<NavigationMenuPrimitive.NavigationMenuItemProps & import("react").RefAttributes<HTMLLIElement>>;
26
+ declare const NavigationMenuTrigger: import("react").ForwardRefExoticComponent<Omit<NavigationMenuPrimitive.NavigationMenuTriggerProps & import("react").RefAttributes<HTMLButtonElement>, "ref"> & import("react").RefAttributes<HTMLButtonElement>>;
27
+ declare const NavigationMenuContent: import("react").ForwardRefExoticComponent<Omit<NavigationMenuPrimitive.NavigationMenuContentProps & import("react").RefAttributes<HTMLDivElement>, "ref"> & import("react").RefAttributes<HTMLDivElement>>;
28
+ declare const NavigationMenuLink: import("react").ForwardRefExoticComponent<NavigationMenuPrimitive.NavigationMenuLinkProps & import("react").RefAttributes<HTMLAnchorElement>>;
29
+ declare const NavigationMenuViewport: import("react").ForwardRefExoticComponent<Omit<NavigationMenuPrimitive.NavigationMenuViewportProps & import("react").RefAttributes<HTMLDivElement>, "ref"> & import("react").RefAttributes<HTMLDivElement>>;
30
+ declare const NavigationMenuIndicator: import("react").ForwardRefExoticComponent<Omit<NavigationMenuPrimitive.NavigationMenuIndicatorProps & import("react").RefAttributes<HTMLDivElement>, "ref"> & import("react").RefAttributes<HTMLDivElement>>;
31
+ export { NavigationMenu, NavigationMenuContent, NavigationMenuIndicator, NavigationMenuItem, NavigationMenuLink, NavigationMenuList, NavigationMenuSize, NavigationMenuTrigger, NavigationMenuViewport, navigationMenuContentVariants, navigationMenuIndicatorVariants, navigationMenuLinkVariants, navigationMenuListVariants, navigationMenuTriggerVariants, navigationMenuVariants, navigationMenuViewportVariants, type NavigationMenuProps, type NavigationMenuSizeValue, };
32
+ //# sourceMappingURL=navigation-menu.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"navigation-menu.d.ts","sourceRoot":"","sources":["../../../src/components/navigation-menu/navigation-menu.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,uBAAuB,MAAM,iCAAiC,CAAC;AAE3E,OAAO,EAAE,KAAK,wBAAwB,EAAyC,MAAM,OAAO,CAAC;AAI7F,QAAA,MAAM,kBAAkB;;;;CAId,CAAC;AAEX,KAAK,uBAAuB,GAAG,CAAC,OAAO,kBAAkB,CAAC,CAAC,MAAM,OAAO,kBAAkB,CAAC,CAAC;AAI5F,QAAA,MAAM,sBAAsB,oFAE3B,CAAC;AAEF,QAAA,MAAM,0BAA0B,oFAE/B,CAAC;AAEF,QAAA,MAAM,6BAA6B;;8EAqBlC,CAAC;AAEF,QAAA,MAAM,6BAA6B,oFASlC,CAAC;AAEF,QAAA,MAAM,0BAA0B;;8EAmB/B,CAAC;AAEF,QAAA,MAAM,8BAA8B,oFAKlC,CAAC;AAEH,QAAA,MAAM,+BAA+B,oFAInC,CAAC;AAoBH,UAAU,mBAAoB,SAAQ,wBAAwB,CAAC,OAAO,uBAAuB,CAAC,IAAI,CAAC;IAClG,IAAI,CAAC,EAAE,uBAAuB,CAAC;CAC/B;AAED,QAAA,MAAM,cAAc,6GAkBlB,CAAC;AAGH,QAAA,MAAM,kBAAkB,6MAStB,CAAC;AAGH,QAAA,MAAM,kBAAkB,2IAA+B,CAAC;AAExD,QAAA,MAAM,qBAAqB,kNAgBzB,CAAC;AAGH,QAAA,MAAM,qBAAqB,4MASzB,CAAC;AAGH,QAAA,MAAM,kBAAkB,+IAA+B,CAAC;AAExD,QAAA,MAAM,sBAAsB,6MAW1B,CAAC;AAGH,QAAA,MAAM,uBAAuB,8MAW3B,CAAC;AAGH,OAAO,EACN,cAAc,EACd,qBAAqB,EACrB,uBAAuB,EACvB,kBAAkB,EAClB,kBAAkB,EAClB,kBAAkB,EAClB,kBAAkB,EAClB,qBAAqB,EACrB,sBAAsB,EACtB,6BAA6B,EAC7B,+BAA+B,EAC/B,0BAA0B,EAC1B,0BAA0B,EAC1B,6BAA6B,EAC7B,sBAAsB,EACtB,8BAA8B,EAC9B,KAAK,mBAAmB,EACxB,KAAK,uBAAuB,GAC5B,CAAC"}
@@ -0,0 +1,2 @@
1
+ export { OTPInput, type OTPInputProps, otpContainerVariants, otpGroupVariants, otpInputVariants, otpPlaceholderVariants, otpSeparatorVariants, otpSlotVariants, } from "./otp-input";
2
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/components/otp-input/index.ts"],"names":[],"mappings":"AAAA,OAAO,EACN,QAAQ,EACR,KAAK,aAAa,EAClB,oBAAoB,EACpB,gBAAgB,EAChB,gBAAgB,EAChB,sBAAsB,EACtB,oBAAoB,EACpB,eAAe,GACf,MAAM,aAAa,CAAC"}
@@ -0,0 +1,61 @@
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
+ declare const Status: {
9
+ readonly default: "default";
10
+ readonly error: "error";
11
+ readonly success: "success";
12
+ };
13
+ type SizeValue = (typeof Size)[keyof typeof Size];
14
+ type StatusValue = (typeof Status)[keyof typeof Status];
15
+ declare const otpContainerVariants: (props?: ({
16
+ size?: "lg" | "xl" | "md" | "sm" | null | undefined;
17
+ } & import("class-variance-authority/types").ClassProp) | undefined) => string;
18
+ declare const otpGroupVariants: (props?: ({
19
+ size?: "lg" | "xl" | "md" | "sm" | null | undefined;
20
+ status?: "default" | "success" | "error" | null | undefined;
21
+ } & import("class-variance-authority/types").ClassProp) | undefined) => string;
22
+ declare const otpSlotVariants: (props?: ({
23
+ size?: "lg" | "xl" | "md" | "sm" | null | undefined;
24
+ filled?: boolean | null | undefined;
25
+ focused?: boolean | null | undefined;
26
+ status?: "default" | "success" | "error" | null | undefined;
27
+ disabled?: boolean | null | undefined;
28
+ position?: "single" | "first" | "last" | "middle" | null | undefined;
29
+ } & import("class-variance-authority/types").ClassProp) | undefined) => string;
30
+ declare const otpInputVariants: (props?: ({
31
+ size?: "lg" | "xl" | "md" | "sm" | null | undefined;
32
+ status?: "default" | "success" | "error" | null | undefined;
33
+ filled?: boolean | null | undefined;
34
+ } & import("class-variance-authority/types").ClassProp) | undefined) => string;
35
+ declare const otpPlaceholderVariants: (props?: ({
36
+ size?: "lg" | "xl" | "md" | "sm" | null | undefined;
37
+ focused?: boolean | null | undefined;
38
+ } & import("class-variance-authority/types").ClassProp) | undefined) => string;
39
+ declare const otpSeparatorVariants: (props?: ({
40
+ size?: "lg" | "xl" | "md" | "sm" | null | undefined;
41
+ } & import("class-variance-authority/types").ClassProp) | undefined) => string;
42
+ interface OTPInputProps extends Omit<ComponentPropsWithoutRef<"div">, "onChange"> {
43
+ length?: number;
44
+ value?: string;
45
+ onChange?: (value: string) => void;
46
+ onComplete?: (value: string) => void;
47
+ size?: SizeValue;
48
+ status?: StatusValue;
49
+ disabled?: boolean;
50
+ autoFocus?: boolean;
51
+ mask?: boolean;
52
+ groupSize?: number;
53
+ separator?: boolean | number;
54
+ separatorChar?: string;
55
+ placeholder?: string;
56
+ inputMode?: "numeric" | "text";
57
+ pattern?: string;
58
+ }
59
+ declare const OTPInput: import("react").ForwardRefExoticComponent<OTPInputProps & import("react").RefAttributes<HTMLDivElement>>;
60
+ export { OTPInput, otpContainerVariants, otpGroupVariants, otpInputVariants, otpPlaceholderVariants, otpSeparatorVariants, otpSlotVariants, type OTPInputProps, };
61
+ //# sourceMappingURL=otp-input.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"otp-input.d.ts","sourceRoot":"","sources":["../../../src/components/otp-input/otp-input.tsx"],"names":[],"mappings":"AACA,OAAO,EAEN,KAAK,wBAAwB,EAU7B,MAAM,OAAO,CAAC;AAIf,QAAA,MAAM,IAAI;;;;;CAKA,CAAC;AAEX,QAAA,MAAM,MAAM;;;;CAIF,CAAC;AAEX,KAAK,SAAS,GAAG,CAAC,OAAO,IAAI,CAAC,CAAC,MAAM,OAAO,IAAI,CAAC,CAAC;AAClD,KAAK,WAAW,GAAG,CAAC,OAAO,MAAM,CAAC,CAAC,MAAM,OAAO,MAAM,CAAC,CAAC;AAWxD,QAAA,MAAM,oBAAoB;;8EAYxB,CAAC;AAEH,QAAA,MAAM,gBAAgB;;;8EAkBpB,CAAC;AAEH,QAAA,MAAM,eAAe;;;;;;;8EAiDpB,CAAC;AAEF,QAAA,MAAM,gBAAgB;;;;8EA8BrB,CAAC;AAEF,QAAA,MAAM,sBAAsB;;;8EAwB3B,CAAC;AAEF,QAAA,MAAM,oBAAoB;;8EAYxB,CAAC;AAEH,UAAU,aAAc,SAAQ,IAAI,CAAC,wBAAwB,CAAC,KAAK,CAAC,EAAE,UAAU,CAAC;IAChF,MAAM,CAAC,EAAE,MAAM,CAAC;IAChB,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,QAAQ,CAAC,EAAE,CAAC,KAAK,EAAE,MAAM,KAAK,IAAI,CAAC;IACnC,UAAU,CAAC,EAAE,CAAC,KAAK,EAAE,MAAM,KAAK,IAAI,CAAC;IACrC,IAAI,CAAC,EAAE,SAAS,CAAC;IACjB,MAAM,CAAC,EAAE,WAAW,CAAC;IACrB,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,SAAS,CAAC,EAAE,OAAO,CAAC;IACpB,IAAI,CAAC,EAAE,OAAO,CAAC;IACf,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,SAAS,CAAC,EAAE,OAAO,GAAG,MAAM,CAAC;IAC7B,aAAa,CAAC,EAAE,MAAM,CAAC;IACvB,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,SAAS,CAAC,EAAE,SAAS,GAAG,MAAM,CAAC;IAC/B,OAAO,CAAC,EAAE,MAAM,CAAC;CACjB;AAiBD,QAAA,MAAM,QAAQ,0GAuUb,CAAC;AAIF,OAAO,EACN,QAAQ,EACR,oBAAoB,EACpB,gBAAgB,EAChB,gBAAgB,EAChB,sBAAsB,EACtB,oBAAoB,EACpB,eAAe,EACf,KAAK,aAAa,GAClB,CAAC"}
@@ -0,0 +1,2 @@
1
+ export { OverlayProvider, useOverlay, type OverlayContextValue, type OverlayDialogOptions, type OverlayHandle, type OverlayProviderProps, type OverlaySheetOptions, } from "./overlay";
2
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/components/overlay/index.ts"],"names":[],"mappings":"AAAA,OAAO,EACN,eAAe,EACf,UAAU,EACV,KAAK,mBAAmB,EACxB,KAAK,oBAAoB,EACzB,KAAK,aAAa,EAClB,KAAK,oBAAoB,EACzB,KAAK,mBAAmB,GACxB,MAAM,WAAW,CAAC"}
@@ -0,0 +1,31 @@
1
+ import { type ComponentType, type ReactNode } from "react";
2
+ import { type DialogContentProps } from "@/components/dialog";
3
+ import { type SheetContentProps } from "@/components/sheet";
4
+ interface OverlayHandle {
5
+ id: string;
6
+ close: () => void;
7
+ }
8
+ interface OverlayDialogOptions extends Omit<DialogContentProps, "children"> {
9
+ }
10
+ interface OverlaySheetOptions extends Omit<SheetContentProps, "children"> {
11
+ }
12
+ interface OverlayContextValue {
13
+ dialog: <P extends Record<string, unknown>>(component: ComponentType<P & {
14
+ close: () => void;
15
+ }>, props: P, options?: OverlayDialogOptions) => OverlayHandle;
16
+ sheet: <P extends Record<string, unknown>>(component: ComponentType<P & {
17
+ close: () => void;
18
+ }>, props: P, options?: OverlaySheetOptions) => OverlayHandle;
19
+ close: (id: string) => void;
20
+ closeAll: () => void;
21
+ }
22
+ interface OverlayProviderProps {
23
+ children: ReactNode;
24
+ }
25
+ declare function OverlayProvider({ children }: OverlayProviderProps): import("react/jsx-runtime").JSX.Element;
26
+ declare namespace OverlayProvider {
27
+ var displayName: string;
28
+ }
29
+ declare function useOverlay(): OverlayContextValue;
30
+ export { OverlayProvider, useOverlay, type OverlayContextValue, type OverlayDialogOptions, type OverlayHandle, type OverlayProviderProps, type OverlaySheetOptions, };
31
+ //# sourceMappingURL=overlay.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"overlay.d.ts","sourceRoot":"","sources":["../../../src/components/overlay/overlay.tsx"],"names":[],"mappings":"AAAA,OAAO,EACN,KAAK,aAAa,EAElB,KAAK,SAAS,EAKd,MAAM,OAAO,CAAC;AACf,OAAO,EAGN,KAAK,kBAAkB,EACvB,MAAM,qBAAqB,CAAC;AAC7B,OAAO,EAGN,KAAK,iBAAiB,EACtB,MAAM,oBAAoB,CAAC;AAkB5B,UAAU,aAAa;IACtB,EAAE,EAAE,MAAM,CAAC;IACX,KAAK,EAAE,MAAM,IAAI,CAAC;CAClB;AAED,UAAU,oBAAqB,SAAQ,IAAI,CAAC,kBAAkB,EAAE,UAAU,CAAC;CAAG;AAE9E,UAAU,mBAAoB,SAAQ,IAAI,CAAC,iBAAiB,EAAE,UAAU,CAAC;CAAG;AAE5E,UAAU,mBAAmB;IAC5B,MAAM,EAAE,CAAC,CAAC,SAAS,MAAM,CAAC,MAAM,EAAE,OAAO,CAAC,EACzC,SAAS,EAAE,aAAa,CAAC,CAAC,GAAG;QAAE,KAAK,EAAE,MAAM,IAAI,CAAA;KAAE,CAAC,EACnD,KAAK,EAAE,CAAC,EACR,OAAO,CAAC,EAAE,oBAAoB,KAC1B,aAAa,CAAC;IACnB,KAAK,EAAE,CAAC,CAAC,SAAS,MAAM,CAAC,MAAM,EAAE,OAAO,CAAC,EACxC,SAAS,EAAE,aAAa,CAAC,CAAC,GAAG;QAAE,KAAK,EAAE,MAAM,IAAI,CAAA;KAAE,CAAC,EACnD,KAAK,EAAE,CAAC,EACR,OAAO,CAAC,EAAE,mBAAmB,KACzB,aAAa,CAAC;IACnB,KAAK,EAAE,CAAC,EAAE,EAAE,MAAM,KAAK,IAAI,CAAC;IAC5B,QAAQ,EAAE,MAAM,IAAI,CAAC;CACrB;AAMD,UAAU,oBAAoB;IAC7B,QAAQ,EAAE,SAAS,CAAC;CACpB;AAED,iBAAS,eAAe,CAAC,EAAE,QAAQ,EAAE,EAAE,oBAAoB,2CA4F1D;kBA5FQ,eAAe;;;AAiIxB,iBAAS,UAAU,IAAI,mBAAmB,CAMzC;AAED,OAAO,EACN,eAAe,EACf,UAAU,EACV,KAAK,mBAAmB,EACxB,KAAK,oBAAoB,EACzB,KAAK,aAAa,EAClB,KAAK,oBAAoB,EACzB,KAAK,mBAAmB,GACxB,CAAC"}
@@ -0,0 +1,2 @@
1
+ export { Pagination, PaginationContent, PaginationEllipsis, PaginationItem, PaginationLink, PaginationNext, PaginationPrevious, PaginationSize, paginationContentVariants, paginationEllipsisVariants, paginationItemVariants, paginationLinkVariants, paginationVariants, type PaginationLinkProps, type PaginationProps, type PaginationSizeValue, } from "./pagination";
2
+ //# sourceMappingURL=index.d.ts.map