@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 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/components/checkbox/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,QAAQ,EAAE,KAAK,aAAa,EAAE,YAAY,EAAE,cAAc,EAAE,gBAAgB,EAAE,MAAM,YAAY,CAAC"}
@@ -0,0 +1,53 @@
1
+ import { type ComponentPropsWithoutRef } 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 Variant: {
9
+ readonly default: "default";
10
+ readonly ghost: "ghost";
11
+ };
12
+ type VariantValue = (typeof Variant)[keyof typeof Variant];
13
+ declare const codeBlockVariants: (props?: ({
14
+ size?: "lg" | "md" | "sm" | null | undefined;
15
+ variant?: "default" | "ghost" | null | undefined;
16
+ } & import("class-variance-authority/types").ClassProp) | undefined) => string;
17
+ declare const codeBlockHeaderVariants: (props?: ({
18
+ size?: "lg" | "md" | "sm" | null | undefined;
19
+ } & import("class-variance-authority/types").ClassProp) | undefined) => string;
20
+ declare const codeBlockLanguageVariants: (props?: ({
21
+ size?: "lg" | "md" | "sm" | null | undefined;
22
+ } & import("class-variance-authority/types").ClassProp) | undefined) => string;
23
+ declare const codeBlockCopyVariants: (props?: ({
24
+ size?: "lg" | "md" | "sm" | null | undefined;
25
+ copied?: boolean | null | undefined;
26
+ } & import("class-variance-authority/types").ClassProp) | undefined) => string;
27
+ declare const codeBlockContentVariants: (props?: ({
28
+ size?: "lg" | "md" | "sm" | null | undefined;
29
+ } & import("class-variance-authority/types").ClassProp) | undefined) => string;
30
+ declare const codeBlockPreVariants: (props?: ({
31
+ size?: "lg" | "md" | "sm" | null | undefined;
32
+ showLineNumbers?: boolean | null | undefined;
33
+ } & import("class-variance-authority/types").ClassProp) | undefined) => string;
34
+ declare const codeBlockLineVariants: (props?: ({
35
+ size?: "lg" | "md" | "sm" | null | undefined;
36
+ highlighted?: boolean | null | undefined;
37
+ } & import("class-variance-authority/types").ClassProp) | undefined) => string;
38
+ declare const codeBlockLineNumberVariants: (props?: ({
39
+ size?: "lg" | "md" | "sm" | null | undefined;
40
+ } & import("class-variance-authority/types").ClassProp) | undefined) => string;
41
+ interface CodeBlockProps extends Omit<ComponentPropsWithoutRef<"div">, "onCopy"> {
42
+ code: string;
43
+ language?: string;
44
+ showLineNumbers?: boolean;
45
+ highlightedLines?: number[];
46
+ showCopy?: boolean;
47
+ size?: SizeValue;
48
+ variant?: VariantValue;
49
+ onCopy?: (code: string) => void;
50
+ }
51
+ declare const CodeBlock: import("react").ForwardRefExoticComponent<CodeBlockProps & import("react").RefAttributes<HTMLDivElement>>;
52
+ export { CodeBlock, codeBlockContentVariants, codeBlockCopyVariants, codeBlockHeaderVariants, codeBlockLanguageVariants, codeBlockLineNumberVariants, codeBlockLineVariants, codeBlockPreVariants, codeBlockVariants, type CodeBlockProps, };
53
+ //# sourceMappingURL=code-block.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"code-block.d.ts","sourceRoot":"","sources":["../../../src/components/code-block/code-block.tsx"],"names":[],"mappings":"AACA,OAAO,EAAE,KAAK,wBAAwB,EAAqC,MAAM,OAAO,CAAC;AAIzF,QAAA,MAAM,IAAI;;;;CAIA,CAAC;AAEX,KAAK,SAAS,GAAG,CAAC,OAAO,IAAI,CAAC,CAAC,MAAM,OAAO,IAAI,CAAC,CAAC;AAElD,QAAA,MAAM,OAAO;;;CAGH,CAAC;AAEX,KAAK,YAAY,GAAG,CAAC,OAAO,OAAO,CAAC,CAAC,MAAM,OAAO,OAAO,CAAC,CAAC;AAE3D,QAAA,MAAM,iBAAiB;;;8EAgBrB,CAAC;AAEH,QAAA,MAAM,uBAAuB;;8EAc5B,CAAC;AAEF,QAAA,MAAM,yBAAyB;;8EAW7B,CAAC;AAEH,QAAA,MAAM,qBAAqB;;;8EAwB1B,CAAC;AAEF,QAAA,MAAM,wBAAwB;;8EAW5B,CAAC;AAEH,QAAA,MAAM,oBAAoB;;;8EAgBxB,CAAC;AAEH,QAAA,MAAM,qBAAqB;;;8EAgBzB,CAAC;AAEH,QAAA,MAAM,2BAA2B;;8EAchC,CAAC;AAEF,UAAU,cAAe,SAAQ,IAAI,CAAC,wBAAwB,CAAC,KAAK,CAAC,EAAE,QAAQ,CAAC;IAC/E,IAAI,EAAE,MAAM,CAAC;IACb,QAAQ,CAAC,EAAE,MAAM,CAAC;IAClB,eAAe,CAAC,EAAE,OAAO,CAAC;IAC1B,gBAAgB,CAAC,EAAE,MAAM,EAAE,CAAC;IAC5B,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,IAAI,CAAC,EAAE,SAAS,CAAC;IACjB,OAAO,CAAC,EAAE,YAAY,CAAC;IACvB,MAAM,CAAC,EAAE,CAAC,IAAI,EAAE,MAAM,KAAK,IAAI,CAAC;CAChC;AAED,QAAA,MAAM,SAAS,2GAmHd,CAAC;AAIF,OAAO,EACN,SAAS,EACT,wBAAwB,EACxB,qBAAqB,EACrB,uBAAuB,EACvB,yBAAyB,EACzB,2BAA2B,EAC3B,qBAAqB,EACrB,oBAAoB,EACpB,iBAAiB,EACjB,KAAK,cAAc,GACnB,CAAC"}
@@ -0,0 +1,2 @@
1
+ export { CodeBlock, type CodeBlockProps, codeBlockContentVariants, codeBlockCopyVariants, codeBlockHeaderVariants, codeBlockLanguageVariants, codeBlockLineNumberVariants, codeBlockLineVariants, codeBlockPreVariants, codeBlockVariants, } from "./code-block";
2
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/components/code-block/index.ts"],"names":[],"mappings":"AAAA,OAAO,EACN,SAAS,EACT,KAAK,cAAc,EACnB,wBAAwB,EACxB,qBAAqB,EACrB,uBAAuB,EACvB,yBAAyB,EACzB,2BAA2B,EAC3B,qBAAqB,EACrB,oBAAoB,EACpB,iBAAiB,GACjB,MAAM,cAAc,CAAC"}
@@ -0,0 +1,7 @@
1
+ import * as CollapsiblePrimitive from "@radix-ui/react-collapsible";
2
+ declare const collapsibleContentVariants: (props?: import("class-variance-authority/types").ClassProp | undefined) => string;
3
+ declare const Collapsible: import("react").ForwardRefExoticComponent<CollapsiblePrimitive.CollapsibleProps & import("react").RefAttributes<HTMLDivElement>>;
4
+ declare const CollapsibleTrigger: import("react").ForwardRefExoticComponent<CollapsiblePrimitive.CollapsibleTriggerProps & import("react").RefAttributes<HTMLButtonElement>>;
5
+ declare const CollapsibleContent: import("react").ForwardRefExoticComponent<Omit<CollapsiblePrimitive.CollapsibleContentProps & import("react").RefAttributes<HTMLDivElement>, "ref"> & import("react").RefAttributes<HTMLDivElement>>;
6
+ export { Collapsible, CollapsibleContent, CollapsibleTrigger, collapsibleContentVariants };
7
+ //# sourceMappingURL=collapsible.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"collapsible.d.ts","sourceRoot":"","sources":["../../../src/components/collapsible/collapsible.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,oBAAoB,MAAM,6BAA6B,CAAC;AAKpE,QAAA,MAAM,0BAA0B,oFAAgD,CAAC;AAEjF,QAAA,MAAM,WAAW,kIAA4B,CAAC;AAE9C,QAAA,MAAM,kBAAkB,4IAA0C,CAAC;AAEnE,QAAA,MAAM,kBAAkB,sMAStB,CAAC;AAGH,OAAO,EAAE,WAAW,EAAE,kBAAkB,EAAE,kBAAkB,EAAE,0BAA0B,EAAE,CAAC"}
@@ -0,0 +1,2 @@
1
+ export { Collapsible, CollapsibleContent, CollapsibleTrigger, collapsibleContentVariants, } from "./collapsible";
2
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/components/collapsible/index.ts"],"names":[],"mappings":"AAAA,OAAO,EACN,WAAW,EACX,kBAAkB,EAClB,kBAAkB,EAClB,0BAA0B,GAC1B,MAAM,eAAe,CAAC"}
@@ -0,0 +1,78 @@
1
+ import * as DialogPrimitive from "@radix-ui/react-dialog";
2
+ import { type VariantProps } from "class-variance-authority";
3
+ import { type ComponentPropsWithoutRef, type ReactNode } from "react";
4
+ declare const commandDialogVariants: (props?: ({
5
+ size?: "lg" | "md" | "sm" | null | undefined;
6
+ } & import("class-variance-authority/types").ClassProp) | undefined) => string;
7
+ declare const commandOverlayVariants: (props?: import("class-variance-authority/types").ClassProp | undefined) => string;
8
+ declare const commandInputVariants: (props?: import("class-variance-authority/types").ClassProp | undefined) => string;
9
+ declare const commandListVariants: (props?: import("class-variance-authority/types").ClassProp | undefined) => string;
10
+ declare const commandEmptyVariants: (props?: import("class-variance-authority/types").ClassProp | undefined) => string;
11
+ declare const commandGroupVariants: (props?: import("class-variance-authority/types").ClassProp | undefined) => string;
12
+ declare const commandGroupHeadingVariants: (props?: import("class-variance-authority/types").ClassProp | undefined) => string;
13
+ declare const commandItemVariants: (props?: ({
14
+ selected?: boolean | null | undefined;
15
+ } & import("class-variance-authority/types").ClassProp) | undefined) => string;
16
+ declare const commandSeparatorVariants: (props?: import("class-variance-authority/types").ClassProp | undefined) => string;
17
+ declare const commandShortcutVariants: (props?: import("class-variance-authority/types").ClassProp | undefined) => string;
18
+ declare const commandLoadingVariants: (props?: import("class-variance-authority/types").ClassProp | undefined) => string;
19
+ interface CommandContextValue {
20
+ search: string;
21
+ setSearch: (search: string) => void;
22
+ selectedIndex: number;
23
+ setSelectedIndex: (index: number) => void;
24
+ }
25
+ declare const useCommand: () => CommandContextValue;
26
+ interface CommandProps extends ComponentPropsWithoutRef<"div"> {
27
+ children?: ReactNode;
28
+ loop?: boolean;
29
+ }
30
+ declare const Command: import("react").ForwardRefExoticComponent<CommandProps & import("react").RefAttributes<HTMLDivElement>>;
31
+ interface CommandDialogProps extends ComponentPropsWithoutRef<typeof DialogPrimitive.Root> {
32
+ children?: ReactNode;
33
+ size?: VariantProps<typeof commandDialogVariants>["size"];
34
+ }
35
+ declare const CommandDialog: import("react").ForwardRefExoticComponent<CommandDialogProps & import("react").RefAttributes<HTMLDivElement>>;
36
+ interface CommandInputProps extends ComponentPropsWithoutRef<"input"> {
37
+ icon?: ReactNode;
38
+ }
39
+ declare const CommandInput: import("react").ForwardRefExoticComponent<CommandInputProps & import("react").RefAttributes<HTMLInputElement>>;
40
+ interface CommandListProps extends ComponentPropsWithoutRef<"div"> {
41
+ children?: ReactNode;
42
+ }
43
+ declare const CommandList: import("react").ForwardRefExoticComponent<CommandListProps & import("react").RefAttributes<HTMLDivElement>>;
44
+ interface CommandEmptyProps extends ComponentPropsWithoutRef<"div"> {
45
+ children?: ReactNode;
46
+ }
47
+ declare const CommandEmpty: import("react").ForwardRefExoticComponent<CommandEmptyProps & import("react").RefAttributes<HTMLDivElement>>;
48
+ interface CommandGroupProps extends ComponentPropsWithoutRef<"div"> {
49
+ heading?: string;
50
+ children?: ReactNode;
51
+ }
52
+ declare const CommandGroup: import("react").ForwardRefExoticComponent<CommandGroupProps & import("react").RefAttributes<HTMLDivElement>>;
53
+ interface CommandItemProps extends ComponentPropsWithoutRef<"div"> {
54
+ disabled?: boolean;
55
+ onSelect?: () => void;
56
+ children?: ReactNode;
57
+ keywords?: string[];
58
+ }
59
+ declare const CommandItem: import("react").ForwardRefExoticComponent<CommandItemProps & import("react").RefAttributes<HTMLDivElement>>;
60
+ interface CommandSeparatorProps extends ComponentPropsWithoutRef<"div"> {
61
+ }
62
+ declare const CommandSeparator: import("react").ForwardRefExoticComponent<CommandSeparatorProps & import("react").RefAttributes<HTMLDivElement>>;
63
+ interface CommandShortcutProps extends ComponentPropsWithoutRef<"span"> {
64
+ children?: ReactNode;
65
+ }
66
+ declare const CommandShortcut: import("react").ForwardRefExoticComponent<CommandShortcutProps & import("react").RefAttributes<HTMLSpanElement>>;
67
+ interface CommandLoadingProps extends ComponentPropsWithoutRef<"div"> {
68
+ children?: ReactNode;
69
+ }
70
+ declare const CommandLoading: import("react").ForwardRefExoticComponent<CommandLoadingProps & import("react").RefAttributes<HTMLDivElement>>;
71
+ interface UseCommandShortcutOptions {
72
+ key: string;
73
+ modifier?: "ctrl" | "meta" | "alt" | "shift";
74
+ callback: () => void;
75
+ }
76
+ declare const useCommandShortcut: ({ key, modifier, callback }: UseCommandShortcutOptions) => void;
77
+ export { Command, CommandDialog, commandDialogVariants, CommandEmpty, commandEmptyVariants, CommandGroup, commandGroupHeadingVariants, commandGroupVariants, CommandInput, commandInputVariants, CommandItem, commandItemVariants, CommandList, commandListVariants, CommandLoading, commandLoadingVariants, commandOverlayVariants, CommandSeparator, commandSeparatorVariants, CommandShortcut, commandShortcutVariants, useCommand, useCommandShortcut, type CommandDialogProps, type CommandEmptyProps, type CommandGroupProps, type CommandInputProps, type CommandItemProps, type CommandListProps, type CommandLoadingProps, type CommandProps, type CommandSeparatorProps, type CommandShortcutProps, };
78
+ //# sourceMappingURL=command.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"command.d.ts","sourceRoot":"","sources":["../../../src/components/command/command.tsx"],"names":[],"mappings":"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"}
@@ -0,0 +1,2 @@
1
+ export { Command, CommandDialog, type CommandDialogProps, CommandEmpty, type CommandEmptyProps, CommandGroup, type CommandGroupProps, CommandInput, type CommandInputProps, CommandItem, type CommandItemProps, CommandList, type CommandListProps, CommandLoading, type CommandLoadingProps, type CommandProps, CommandSeparator, type CommandSeparatorProps, CommandShortcut, type CommandShortcutProps, commandDialogVariants, commandEmptyVariants, commandGroupHeadingVariants, commandGroupVariants, commandInputVariants, commandItemVariants, commandListVariants, commandLoadingVariants, commandOverlayVariants, commandSeparatorVariants, commandShortcutVariants, useCommand, useCommandShortcut, } from "./command";
2
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/components/command/index.ts"],"names":[],"mappings":"AAAA,OAAO,EACN,OAAO,EACP,aAAa,EACb,KAAK,kBAAkB,EACvB,YAAY,EACZ,KAAK,iBAAiB,EACtB,YAAY,EACZ,KAAK,iBAAiB,EACtB,YAAY,EACZ,KAAK,iBAAiB,EACtB,WAAW,EACX,KAAK,gBAAgB,EACrB,WAAW,EACX,KAAK,gBAAgB,EACrB,cAAc,EACd,KAAK,mBAAmB,EACxB,KAAK,YAAY,EACjB,gBAAgB,EAChB,KAAK,qBAAqB,EAC1B,eAAe,EACf,KAAK,oBAAoB,EACzB,qBAAqB,EACrB,oBAAoB,EACpB,2BAA2B,EAC3B,oBAAoB,EACpB,oBAAoB,EACpB,mBAAmB,EACnB,mBAAmB,EACnB,sBAAsB,EACtB,sBAAsB,EACtB,wBAAwB,EACxB,uBAAuB,EACvB,UAAU,EACV,kBAAkB,GAClB,MAAM,WAAW,CAAC"}
@@ -0,0 +1,54 @@
1
+ import * as ContextMenuPrimitive from "@radix-ui/react-context-menu";
2
+ import { type ComponentPropsWithoutRef } from "react";
3
+ declare const Size: {
4
+ readonly sm: "sm";
5
+ readonly md: "md";
6
+ readonly lg: "lg";
7
+ };
8
+ type SizeValue = (typeof Size)[keyof typeof Size];
9
+ declare const contextMenuContentVariants: (props?: import("class-variance-authority/types").ClassProp | undefined) => string;
10
+ declare const contextMenuItemVariants: (props?: ({
11
+ size?: "lg" | "md" | "sm" | null | undefined;
12
+ } & import("class-variance-authority/types").ClassProp) | undefined) => string;
13
+ declare const contextMenuCheckboxItemVariants: (props?: ({
14
+ size?: "lg" | "md" | "sm" | null | undefined;
15
+ } & import("class-variance-authority/types").ClassProp) | undefined) => string;
16
+ declare const contextMenuRadioItemVariants: (props?: ({
17
+ size?: "lg" | "md" | "sm" | null | undefined;
18
+ } & import("class-variance-authority/types").ClassProp) | undefined) => string;
19
+ declare const contextMenuLabelVariants: (props?: ({
20
+ size?: "lg" | "md" | "sm" | null | undefined;
21
+ } & import("class-variance-authority/types").ClassProp) | undefined) => string;
22
+ declare const contextMenuSeparatorVariants: (props?: import("class-variance-authority/types").ClassProp | undefined) => string;
23
+ declare const contextMenuShortcutVariants: (props?: ({
24
+ size?: "lg" | "md" | "sm" | null | undefined;
25
+ } & import("class-variance-authority/types").ClassProp) | undefined) => string;
26
+ declare const ContextMenu: import("react").FC<ContextMenuPrimitive.ContextMenuProps>;
27
+ declare const ContextMenuTrigger: import("react").ForwardRefExoticComponent<ContextMenuPrimitive.ContextMenuTriggerProps & import("react").RefAttributes<HTMLSpanElement>>;
28
+ declare const ContextMenuGroup: import("react").ForwardRefExoticComponent<ContextMenuPrimitive.ContextMenuGroupProps & import("react").RefAttributes<HTMLDivElement>>;
29
+ declare const ContextMenuPortal: import("react").FC<ContextMenuPrimitive.ContextMenuPortalProps>;
30
+ declare const ContextMenuSub: import("react").FC<ContextMenuPrimitive.ContextMenuSubProps>;
31
+ declare const ContextMenuRadioGroup: import("react").ForwardRefExoticComponent<ContextMenuPrimitive.ContextMenuRadioGroupProps & import("react").RefAttributes<HTMLDivElement>>;
32
+ declare const ContextMenuSubTrigger: import("react").ForwardRefExoticComponent<Omit<ContextMenuPrimitive.ContextMenuSubTriggerProps & import("react").RefAttributes<HTMLDivElement>, "ref"> & {
33
+ inset?: boolean;
34
+ } & import("react").RefAttributes<HTMLDivElement>>;
35
+ declare const ContextMenuSubContent: import("react").ForwardRefExoticComponent<Omit<ContextMenuPrimitive.ContextMenuSubContentProps & import("react").RefAttributes<HTMLDivElement>, "ref"> & import("react").RefAttributes<HTMLDivElement>>;
36
+ interface ContextMenuContentProps extends ComponentPropsWithoutRef<typeof ContextMenuPrimitive.Content> {
37
+ size?: SizeValue;
38
+ }
39
+ declare const ContextMenuContent: import("react").ForwardRefExoticComponent<ContextMenuContentProps & import("react").RefAttributes<HTMLDivElement>>;
40
+ declare const ContextMenuItem: import("react").ForwardRefExoticComponent<Omit<ContextMenuPrimitive.ContextMenuItemProps & import("react").RefAttributes<HTMLDivElement>, "ref"> & {
41
+ inset?: boolean;
42
+ } & import("react").RefAttributes<HTMLDivElement>>;
43
+ declare const ContextMenuCheckboxItem: import("react").ForwardRefExoticComponent<Omit<ContextMenuPrimitive.ContextMenuCheckboxItemProps & import("react").RefAttributes<HTMLDivElement>, "ref"> & import("react").RefAttributes<HTMLDivElement>>;
44
+ declare const ContextMenuRadioItem: import("react").ForwardRefExoticComponent<Omit<ContextMenuPrimitive.ContextMenuRadioItemProps & import("react").RefAttributes<HTMLDivElement>, "ref"> & import("react").RefAttributes<HTMLDivElement>>;
45
+ declare const ContextMenuLabel: import("react").ForwardRefExoticComponent<Omit<ContextMenuPrimitive.ContextMenuLabelProps & import("react").RefAttributes<HTMLDivElement>, "ref"> & {
46
+ inset?: boolean;
47
+ } & import("react").RefAttributes<HTMLDivElement>>;
48
+ declare const ContextMenuSeparator: import("react").ForwardRefExoticComponent<Omit<ContextMenuPrimitive.ContextMenuSeparatorProps & import("react").RefAttributes<HTMLDivElement>, "ref"> & import("react").RefAttributes<HTMLDivElement>>;
49
+ declare const ContextMenuShortcut: {
50
+ ({ className, ...props }: React.HTMLAttributes<HTMLSpanElement>): import("react/jsx-runtime").JSX.Element;
51
+ displayName: string;
52
+ };
53
+ export { ContextMenu, ContextMenuCheckboxItem, ContextMenuContent, ContextMenuGroup, ContextMenuItem, ContextMenuLabel, ContextMenuPortal, ContextMenuRadioGroup, ContextMenuRadioItem, ContextMenuSeparator, ContextMenuShortcut, ContextMenuSub, ContextMenuSubContent, ContextMenuSubTrigger, ContextMenuTrigger, contextMenuCheckboxItemVariants, contextMenuContentVariants, contextMenuItemVariants, contextMenuLabelVariants, contextMenuRadioItemVariants, contextMenuSeparatorVariants, contextMenuShortcutVariants, type ContextMenuContentProps, };
54
+ //# sourceMappingURL=context-menu.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"context-menu.d.ts","sourceRoot":"","sources":["../../../src/components/context-menu/context-menu.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,oBAAoB,MAAM,8BAA8B,CAAC;AAGrE,OAAO,EAAE,KAAK,wBAAwB,EAAyC,MAAM,OAAO,CAAC;AAI7F,QAAA,MAAM,IAAI;;;;CAIA,CAAC;AAEX,KAAK,SAAS,GAAG,CAAC,OAAO,IAAI,CAAC,CAAC,MAAM,OAAO,IAAI,CAAC,CAAC;AAIlD,QAAA,MAAM,0BAA0B,oFAE/B,CAAC;AAEF,QAAA,MAAM,uBAAuB;;8EAc5B,CAAC;AAEF,QAAA,MAAM,+BAA+B;;8EAcpC,CAAC;AAEF,QAAA,MAAM,4BAA4B;;8EAcjC,CAAC;AAEF,QAAA,MAAM,wBAAwB;;8EAW5B,CAAC;AAEH,QAAA,MAAM,4BAA4B,oFAAsC,CAAC;AAEzE,QAAA,MAAM,2BAA2B;;8EAW/B,CAAC;AAoBH,QAAA,MAAM,WAAW,2DAA4B,CAAC;AAC9C,QAAA,MAAM,kBAAkB,0IAA+B,CAAC;AACxD,QAAA,MAAM,gBAAgB,uIAA6B,CAAC;AACpD,QAAA,MAAM,iBAAiB,iEAA8B,CAAC;AACtD,QAAA,MAAM,cAAc,8DAA2B,CAAC;AAChD,QAAA,MAAM,qBAAqB,4IAAkC,CAAC;AAE9D,QAAA,MAAM,qBAAqB;YAEkD,OAAO;kDAoBlF,CAAC;AAGH,QAAA,MAAM,qBAAqB,yMAWzB,CAAC;AAGH,UAAU,uBAAwB,SAAQ,wBAAwB,CAAC,OAAO,oBAAoB,CAAC,OAAO,CAAC;IACvG,IAAI,CAAC,EAAE,SAAS,CAAC;CAChB;AAED,QAAA,MAAM,kBAAkB,oHAiBtB,CAAC;AAGH,QAAA,MAAM,eAAe;YAEkD,OAAO;kDAY5E,CAAC;AAGH,QAAA,MAAM,uBAAuB,2MAsB3B,CAAC;AAGH,QAAA,MAAM,oBAAoB,wMAqBxB,CAAC;AAGH,QAAA,MAAM,gBAAgB;YAEkD,OAAO;kDAY7E,CAAC;AAGH,QAAA,MAAM,oBAAoB,wMASxB,CAAC;AAGH,QAAA,MAAM,mBAAmB;8BAA6B,KAAK,CAAC,cAAc,CAAC,eAAe,CAAC;;CAK1F,CAAC;AAGF,OAAO,EACP,WAAW,EACX,uBAAuB,EACvB,kBAAkB,EAClB,gBAAgB,EAChB,eAAe,EACf,gBAAgB,EAChB,iBAAiB,EACjB,qBAAqB,EACrB,oBAAoB,EACpB,oBAAoB,EACpB,mBAAmB,EACnB,cAAc,EACd,qBAAqB,EACrB,qBAAqB,EACrB,kBAAkB,EAClB,+BAA+B,EAC/B,0BAA0B,EAC1B,uBAAuB,EACvB,wBAAwB,EACxB,4BAA4B,EAC5B,4BAA4B,EAC5B,2BAA2B,EAC3B,KAAK,uBAAuB,GAC3B,CAAC"}
@@ -0,0 +1,2 @@
1
+ export { ContextMenu, ContextMenuCheckboxItem, ContextMenuContent, ContextMenuGroup, ContextMenuItem, ContextMenuLabel, ContextMenuPortal, ContextMenuRadioGroup, ContextMenuRadioItem, ContextMenuSeparator, ContextMenuShortcut, ContextMenuSub, ContextMenuSubContent, ContextMenuSubTrigger, ContextMenuTrigger, contextMenuCheckboxItemVariants, contextMenuContentVariants, contextMenuItemVariants, contextMenuLabelVariants, contextMenuRadioItemVariants, contextMenuSeparatorVariants, contextMenuShortcutVariants, type ContextMenuContentProps, } from "./context-menu";
2
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/components/context-menu/index.ts"],"names":[],"mappings":"AAAA,OAAO,EACN,WAAW,EACX,uBAAuB,EACvB,kBAAkB,EAClB,gBAAgB,EAChB,eAAe,EACf,gBAAgB,EAChB,iBAAiB,EACjB,qBAAqB,EACrB,oBAAoB,EACpB,oBAAoB,EACpB,mBAAmB,EACnB,cAAc,EACd,qBAAqB,EACrB,qBAAqB,EACrB,kBAAkB,EAClB,+BAA+B,EAC/B,0BAA0B,EAC1B,uBAAuB,EACvB,wBAAwB,EACxB,4BAA4B,EAC5B,4BAA4B,EAC5B,2BAA2B,EAC3B,KAAK,uBAAuB,GAC5B,MAAM,gBAAgB,CAAC"}
@@ -0,0 +1,35 @@
1
+ import * as DialogPrimitive from "@radix-ui/react-dialog";
2
+ import { type ComponentPropsWithoutRef, type HTMLAttributes } from "react";
3
+ declare const DialogSize: {
4
+ readonly sm: "sm";
5
+ readonly md: "md";
6
+ readonly lg: "lg";
7
+ readonly xl: "xl";
8
+ readonly full: "full";
9
+ };
10
+ type DialogSizeValue = (typeof DialogSize)[keyof typeof DialogSize];
11
+ declare const Dialog: import("react").FC<DialogPrimitive.DialogProps>;
12
+ declare const DialogTrigger: import("react").ForwardRefExoticComponent<DialogPrimitive.DialogTriggerProps & import("react").RefAttributes<HTMLButtonElement>>;
13
+ declare const DialogPortal: import("react").FC<DialogPrimitive.DialogPortalProps>;
14
+ declare const DialogClose: import("react").ForwardRefExoticComponent<DialogPrimitive.DialogCloseProps & import("react").RefAttributes<HTMLButtonElement>>;
15
+ declare const DialogOverlay: import("react").ForwardRefExoticComponent<Omit<DialogPrimitive.DialogOverlayProps & import("react").RefAttributes<HTMLDivElement>, "ref"> & import("react").RefAttributes<HTMLDivElement>>;
16
+ declare const dialogContentVariants: (props?: ({
17
+ size?: "lg" | "xl" | "md" | "sm" | "full" | null | undefined;
18
+ } & import("class-variance-authority/types").ClassProp) | undefined) => string;
19
+ interface DialogContentProps extends ComponentPropsWithoutRef<typeof DialogPrimitive.Content> {
20
+ size?: DialogSizeValue;
21
+ showClose?: boolean;
22
+ }
23
+ declare const DialogContent: import("react").ForwardRefExoticComponent<DialogContentProps & import("react").RefAttributes<HTMLDivElement>>;
24
+ declare const DialogHeader: {
25
+ ({ className, ...props }: HTMLAttributes<HTMLDivElement>): import("react/jsx-runtime").JSX.Element;
26
+ displayName: string;
27
+ };
28
+ declare const DialogFooter: {
29
+ ({ className, ...props }: HTMLAttributes<HTMLDivElement>): import("react/jsx-runtime").JSX.Element;
30
+ displayName: string;
31
+ };
32
+ declare const DialogTitle: import("react").ForwardRefExoticComponent<Omit<DialogPrimitive.DialogTitleProps & import("react").RefAttributes<HTMLHeadingElement>, "ref"> & import("react").RefAttributes<HTMLHeadingElement>>;
33
+ declare const DialogDescription: import("react").ForwardRefExoticComponent<Omit<DialogPrimitive.DialogDescriptionProps & import("react").RefAttributes<HTMLParagraphElement>, "ref"> & import("react").RefAttributes<HTMLParagraphElement>>;
34
+ export { Dialog, DialogClose, DialogContent, dialogContentVariants, DialogDescription, DialogFooter, DialogHeader, DialogOverlay, DialogPortal, DialogSize, DialogTitle, DialogTrigger, type DialogContentProps, type DialogSizeValue, };
35
+ //# sourceMappingURL=dialog.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"dialog.d.ts","sourceRoot":"","sources":["../../../src/components/dialog/dialog.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,eAAe,MAAM,wBAAwB,CAAC;AAG1D,OAAO,EAAE,KAAK,wBAAwB,EAAc,KAAK,cAAc,EAAE,MAAM,OAAO,CAAC;AAIvF,QAAA,MAAM,UAAU;;;;;;CAMN,CAAC;AAEX,KAAK,eAAe,GAAG,CAAC,OAAO,UAAU,CAAC,CAAC,MAAM,OAAO,UAAU,CAAC,CAAC;AAEpE,QAAA,MAAM,MAAM,iDAAuB,CAAC;AACpC,QAAA,MAAM,aAAa,kIAA0B,CAAC;AAC9C,QAAA,MAAM,YAAY,uDAAyB,CAAC;AAC5C,QAAA,MAAM,WAAW,gIAAwB,CAAC;AAE1C,QAAA,MAAM,aAAa,4LASjB,CAAC;AAGH,QAAA,MAAM,qBAAqB;;8EAgB1B,CAAC;AAEF,UAAU,kBAAmB,SAAQ,wBAAwB,CAAC,OAAO,eAAe,CAAC,OAAO,CAAC;IAC5F,IAAI,CAAC,EAAE,eAAe,CAAC;IACvB,SAAS,CAAC,EAAE,OAAO,CAAC;CACpB;AAED,QAAA,MAAM,aAAa,+GAuBlB,CAAC;AAGF,QAAA,MAAM,YAAY;8BAA6B,cAAc,CAAC,cAAc,CAAC;;CAE5E,CAAC;AAGF,QAAA,MAAM,YAAY;8BAA6B,cAAc,CAAC,cAAc,CAAC;;CAK5E,CAAC;AAGF,QAAA,MAAM,WAAW,kMASf,CAAC;AAGH,QAAA,MAAM,iBAAiB,4MASrB,CAAC;AAGH,OAAO,EACN,MAAM,EACN,WAAW,EACX,aAAa,EACb,qBAAqB,EACrB,iBAAiB,EACjB,YAAY,EACZ,YAAY,EACZ,aAAa,EACb,YAAY,EACZ,UAAU,EACV,WAAW,EACX,aAAa,EACb,KAAK,kBAAkB,EACvB,KAAK,eAAe,GACpB,CAAC"}
@@ -0,0 +1,2 @@
1
+ export { Dialog, DialogClose, DialogContent, dialogContentVariants, DialogDescription, DialogFooter, DialogHeader, DialogOverlay, DialogPortal, DialogSize, type DialogSizeValue, DialogTitle, DialogTrigger, type DialogContentProps, } from "./dialog";
2
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/components/dialog/index.ts"],"names":[],"mappings":"AAAA,OAAO,EACN,MAAM,EACN,WAAW,EACX,aAAa,EACb,qBAAqB,EACrB,iBAAiB,EACjB,YAAY,EACZ,YAAY,EACZ,aAAa,EACb,YAAY,EACZ,UAAU,EACV,KAAK,eAAe,EACpB,WAAW,EACX,aAAa,EACb,KAAK,kBAAkB,GACvB,MAAM,UAAU,CAAC"}
@@ -0,0 +1,39 @@
1
+ import { type ComponentPropsWithoutRef, type HTMLAttributes } from "react";
2
+ import { Drawer as DrawerPrimitive } from "vaul";
3
+ declare const DrawerSize: {
4
+ readonly sm: "sm";
5
+ readonly md: "md";
6
+ readonly lg: "lg";
7
+ readonly xl: "xl";
8
+ readonly full: "full";
9
+ };
10
+ type DrawerSizeValue = (typeof DrawerSize)[keyof typeof DrawerSize];
11
+ declare const drawerOverlayVariants: (props?: import("class-variance-authority/types").ClassProp | undefined) => string;
12
+ declare const drawerContentVariants: (props?: import("class-variance-authority/types").ClassProp | undefined) => string;
13
+ declare const drawerHandleVariants: (props?: ({
14
+ direction?: "top" | "right" | "bottom" | "left" | null | undefined;
15
+ } & import("class-variance-authority/types").ClassProp) | undefined) => string;
16
+ type DrawerDirection = "top" | "right" | "bottom" | "left";
17
+ declare const Drawer: typeof import("vaul").Root;
18
+ declare const DrawerTrigger: import("react").ForwardRefExoticComponent<import("@radix-ui/react-dialog").DialogTriggerProps & import("react").RefAttributes<HTMLButtonElement>>;
19
+ declare const DrawerClose: import("react").ForwardRefExoticComponent<import("@radix-ui/react-dialog").DialogCloseProps & import("react").RefAttributes<HTMLButtonElement>>;
20
+ declare const DrawerPortal: typeof import("vaul").Portal;
21
+ declare const DrawerOverlay: import("react").ForwardRefExoticComponent<Omit<Omit<import("@radix-ui/react-dialog").DialogOverlayProps & import("react").RefAttributes<HTMLDivElement>, "ref"> & import("react").RefAttributes<HTMLDivElement>, "ref"> & import("react").RefAttributes<HTMLDivElement>>;
22
+ interface DrawerContentProps extends ComponentPropsWithoutRef<typeof DrawerPrimitive.Content> {
23
+ size?: DrawerSizeValue;
24
+ showClose?: boolean;
25
+ direction?: DrawerDirection;
26
+ }
27
+ declare const DrawerContent: import("react").ForwardRefExoticComponent<DrawerContentProps & import("react").RefAttributes<HTMLDivElement>>;
28
+ declare const DrawerHeader: {
29
+ ({ className, ...props }: HTMLAttributes<HTMLDivElement>): import("react/jsx-runtime").JSX.Element;
30
+ displayName: string;
31
+ };
32
+ declare const DrawerFooter: {
33
+ ({ className, ...props }: HTMLAttributes<HTMLDivElement>): import("react/jsx-runtime").JSX.Element;
34
+ displayName: string;
35
+ };
36
+ declare const DrawerTitle: import("react").ForwardRefExoticComponent<Omit<import("@radix-ui/react-dialog").DialogTitleProps & import("react").RefAttributes<HTMLHeadingElement>, "ref"> & import("react").RefAttributes<HTMLHeadingElement>>;
37
+ declare const DrawerDescription: import("react").ForwardRefExoticComponent<Omit<import("@radix-ui/react-dialog").DialogDescriptionProps & import("react").RefAttributes<HTMLParagraphElement>, "ref"> & import("react").RefAttributes<HTMLParagraphElement>>;
38
+ export { Drawer, DrawerClose, DrawerContent, DrawerDescription, DrawerFooter, DrawerHeader, DrawerOverlay, DrawerPortal, DrawerSize, DrawerTitle, DrawerTrigger, drawerContentVariants, drawerHandleVariants, drawerOverlayVariants, type DrawerContentProps, type DrawerDirection, type DrawerSizeValue, };
39
+ //# sourceMappingURL=drawer.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"drawer.d.ts","sourceRoot":"","sources":["../../../src/components/drawer/drawer.tsx"],"names":[],"mappings":"AAEA,OAAO,EACN,KAAK,wBAAwB,EAG7B,KAAK,cAAc,EACnB,MAAM,OAAO,CAAC;AACf,OAAO,EAAE,MAAM,IAAI,eAAe,EAAE,MAAM,MAAM,CAAC;AAGjD,QAAA,MAAM,UAAU;;;;;;CAMN,CAAC;AAEX,KAAK,eAAe,GAAG,CAAC,OAAO,UAAU,CAAC,CAAC,MAAM,OAAO,UAAU,CAAC,CAAC;AAkBpE,QAAA,MAAM,qBAAqB,oFAIzB,CAAC;AAEH,QAAA,MAAM,qBAAqB,oFAMzB,CAAC;AAEH,QAAA,MAAM,oBAAoB;;8EAezB,CAAC;AAEF,KAAK,eAAe,GAAG,KAAK,GAAG,OAAO,GAAG,QAAQ,GAAG,MAAM,CAAC;AAE3D,QAAA,MAAM,MAAM,4BAAuB,CAAC;AACpC,QAAA,MAAM,aAAa,mJAA0B,CAAC;AAC9C,QAAA,MAAM,WAAW,iJAAwB,CAAC;AAC1C,QAAA,MAAM,YAAY,8BAAyB,CAAC;AAE5C,QAAA,MAAM,aAAa,0QASjB,CAAC;AAGH,UAAU,kBACT,SAAQ,wBAAwB,CAAC,OAAO,eAAe,CAAC,OAAO,CAAC;IAChE,IAAI,CAAC,EAAE,eAAe,CAAC;IACvB,SAAS,CAAC,EAAE,OAAO,CAAC;IACpB,SAAS,CAAC,EAAE,eAAe,CAAC;CAC5B;AAED,QAAA,MAAM,aAAa,+GA4BjB,CAAC;AAGH,QAAA,MAAM,YAAY;8BAA6B,cAAc,CAAC,cAAc,CAAC;;CAQ5E,CAAC;AAGF,QAAA,MAAM,YAAY;8BAA6B,cAAc,CAAC,cAAc,CAAC;;CAK5E,CAAC;AAGF,QAAA,MAAM,WAAW,mNASf,CAAC;AAGH,QAAA,MAAM,iBAAiB,6NASrB,CAAC;AAGH,OAAO,EACN,MAAM,EACN,WAAW,EACX,aAAa,EACb,iBAAiB,EACjB,YAAY,EACZ,YAAY,EACZ,aAAa,EACb,YAAY,EACZ,UAAU,EACV,WAAW,EACX,aAAa,EACb,qBAAqB,EACrB,oBAAoB,EACpB,qBAAqB,EACrB,KAAK,kBAAkB,EACvB,KAAK,eAAe,EACpB,KAAK,eAAe,GACpB,CAAC"}
@@ -0,0 +1,2 @@
1
+ export { Drawer, DrawerClose, DrawerContent, DrawerDescription, DrawerFooter, DrawerHeader, DrawerOverlay, DrawerPortal, DrawerSize, DrawerTitle, DrawerTrigger, drawerContentVariants, drawerHandleVariants, drawerOverlayVariants, type DrawerContentProps, type DrawerDirection, type DrawerSizeValue, } from "./drawer";
2
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/components/drawer/index.ts"],"names":[],"mappings":"AAAA,OAAO,EACN,MAAM,EACN,WAAW,EACX,aAAa,EACb,iBAAiB,EACjB,YAAY,EACZ,YAAY,EACZ,aAAa,EACb,YAAY,EACZ,UAAU,EACV,WAAW,EACX,aAAa,EACb,qBAAqB,EACrB,oBAAoB,EACpB,qBAAqB,EACrB,KAAK,kBAAkB,EACvB,KAAK,eAAe,EACpB,KAAK,eAAe,GACpB,MAAM,UAAU,CAAC"}
@@ -0,0 +1,57 @@
1
+ import * as DropdownMenuPrimitive from "@radix-ui/react-dropdown-menu";
2
+ import { type ComponentPropsWithoutRef } from "react";
3
+ declare const Size: {
4
+ readonly sm: "sm";
5
+ readonly md: "md";
6
+ readonly lg: "lg";
7
+ };
8
+ type SizeValue = (typeof Size)[keyof typeof Size];
9
+ declare const dropdownMenuContentVariants: (props?: import("class-variance-authority/types").ClassProp | undefined) => string;
10
+ declare const dropdownMenuItemVariants: (props?: ({
11
+ size?: "lg" | "md" | "sm" | null | undefined;
12
+ } & import("class-variance-authority/types").ClassProp) | undefined) => string;
13
+ declare const dropdownMenuCheckboxItemVariants: (props?: ({
14
+ size?: "lg" | "md" | "sm" | null | undefined;
15
+ } & import("class-variance-authority/types").ClassProp) | undefined) => string;
16
+ declare const dropdownMenuRadioItemVariants: (props?: ({
17
+ size?: "lg" | "md" | "sm" | null | undefined;
18
+ } & import("class-variance-authority/types").ClassProp) | undefined) => string;
19
+ declare const dropdownMenuLabelVariants: (props?: ({
20
+ size?: "lg" | "md" | "sm" | null | undefined;
21
+ } & import("class-variance-authority/types").ClassProp) | undefined) => string;
22
+ declare const dropdownMenuSeparatorVariants: (props?: import("class-variance-authority/types").ClassProp | undefined) => string;
23
+ declare const dropdownMenuShortcutVariants: (props?: ({
24
+ size?: "lg" | "md" | "sm" | null | undefined;
25
+ } & import("class-variance-authority/types").ClassProp) | undefined) => string;
26
+ declare const DropdownMenu: {
27
+ ({ children, open: controlledOpen, defaultOpen, onOpenChange, ...props }: ComponentPropsWithoutRef<typeof DropdownMenuPrimitive.Root>): import("react/jsx-runtime").JSX.Element;
28
+ displayName: string;
29
+ };
30
+ declare const DropdownMenuTrigger: import("react").ForwardRefExoticComponent<DropdownMenuPrimitive.DropdownMenuTriggerProps & import("react").RefAttributes<HTMLButtonElement>>;
31
+ declare const DropdownMenuGroup: import("react").ForwardRefExoticComponent<DropdownMenuPrimitive.DropdownMenuGroupProps & import("react").RefAttributes<HTMLDivElement>>;
32
+ declare const DropdownMenuPortal: import("react").FC<DropdownMenuPrimitive.DropdownMenuPortalProps>;
33
+ declare const DropdownMenuSub: import("react").FC<DropdownMenuPrimitive.DropdownMenuSubProps>;
34
+ declare const DropdownMenuRadioGroup: import("react").ForwardRefExoticComponent<DropdownMenuPrimitive.DropdownMenuRadioGroupProps & import("react").RefAttributes<HTMLDivElement>>;
35
+ declare const DropdownMenuSubTrigger: import("react").ForwardRefExoticComponent<Omit<DropdownMenuPrimitive.DropdownMenuSubTriggerProps & import("react").RefAttributes<HTMLDivElement>, "ref"> & {
36
+ inset?: boolean;
37
+ } & import("react").RefAttributes<HTMLDivElement>>;
38
+ declare const DropdownMenuSubContent: import("react").ForwardRefExoticComponent<Omit<DropdownMenuPrimitive.DropdownMenuSubContentProps & import("react").RefAttributes<HTMLDivElement>, "ref"> & import("react").RefAttributes<HTMLDivElement>>;
39
+ interface DropdownMenuContentProps extends ComponentPropsWithoutRef<typeof DropdownMenuPrimitive.Content> {
40
+ size?: SizeValue;
41
+ }
42
+ declare const DropdownMenuContent: import("react").ForwardRefExoticComponent<DropdownMenuContentProps & import("react").RefAttributes<HTMLDivElement>>;
43
+ declare const DropdownMenuItem: import("react").ForwardRefExoticComponent<Omit<DropdownMenuPrimitive.DropdownMenuItemProps & import("react").RefAttributes<HTMLDivElement>, "ref"> & {
44
+ inset?: boolean;
45
+ } & import("react").RefAttributes<HTMLDivElement>>;
46
+ declare const DropdownMenuCheckboxItem: import("react").ForwardRefExoticComponent<Omit<DropdownMenuPrimitive.DropdownMenuCheckboxItemProps & import("react").RefAttributes<HTMLDivElement>, "ref"> & import("react").RefAttributes<HTMLDivElement>>;
47
+ declare const DropdownMenuRadioItem: import("react").ForwardRefExoticComponent<Omit<DropdownMenuPrimitive.DropdownMenuRadioItemProps & import("react").RefAttributes<HTMLDivElement>, "ref"> & import("react").RefAttributes<HTMLDivElement>>;
48
+ declare const DropdownMenuLabel: import("react").ForwardRefExoticComponent<Omit<DropdownMenuPrimitive.DropdownMenuLabelProps & import("react").RefAttributes<HTMLDivElement>, "ref"> & {
49
+ inset?: boolean;
50
+ } & import("react").RefAttributes<HTMLDivElement>>;
51
+ declare const DropdownMenuSeparator: import("react").ForwardRefExoticComponent<Omit<DropdownMenuPrimitive.DropdownMenuSeparatorProps & import("react").RefAttributes<HTMLDivElement>, "ref"> & import("react").RefAttributes<HTMLDivElement>>;
52
+ declare const DropdownMenuShortcut: {
53
+ ({ className, ...props }: React.HTMLAttributes<HTMLSpanElement>): import("react/jsx-runtime").JSX.Element;
54
+ displayName: string;
55
+ };
56
+ export { DropdownMenu, DropdownMenuTrigger, DropdownMenuContent, DropdownMenuItem, DropdownMenuCheckboxItem, DropdownMenuRadioItem, DropdownMenuLabel, DropdownMenuSeparator, DropdownMenuShortcut, DropdownMenuGroup, DropdownMenuPortal, DropdownMenuSub, DropdownMenuSubContent, DropdownMenuSubTrigger, DropdownMenuRadioGroup, dropdownMenuContentVariants, dropdownMenuItemVariants, dropdownMenuCheckboxItemVariants, dropdownMenuRadioItemVariants, dropdownMenuLabelVariants, dropdownMenuSeparatorVariants, dropdownMenuShortcutVariants, type DropdownMenuContentProps, };
57
+ //# sourceMappingURL=dropdown-menu.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"dropdown-menu.d.ts","sourceRoot":"","sources":["../../../src/components/dropdown-menu/dropdown-menu.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,qBAAqB,MAAM,+BAA+B,CAAC;AAGvE,OAAO,EACP,KAAK,wBAAwB,EAQ5B,MAAM,OAAO,CAAC;AAIf,QAAA,MAAM,IAAI;;;;CAIA,CAAC;AAEX,KAAK,SAAS,GAAG,CAAC,OAAO,IAAI,CAAC,CAAC,MAAM,OAAO,IAAI,CAAC,CAAC;AAQlD,QAAA,MAAM,2BAA2B,oFAEhC,CAAC;AAEF,QAAA,MAAM,wBAAwB;;8EAc7B,CAAC;AAEF,QAAA,MAAM,gCAAgC;;8EAcrC,CAAC;AAEF,QAAA,MAAM,6BAA6B;;8EAclC,CAAC;AAEF,QAAA,MAAM,yBAAyB;;8EAW7B,CAAC;AAEH,QAAA,MAAM,6BAA6B,oFAAsC,CAAC;AAE1E,QAAA,MAAM,4BAA4B;;8EAWhC,CAAC;AAoBH,QAAA,MAAM,YAAY;8EAMf,wBAAwB,CAAC,OAAO,qBAAqB,CAAC,IAAI,CAAC;;CA4C7D,CAAC;AAGF,QAAA,MAAM,mBAAmB,8IAAgC,CAAC;AAC1D,QAAA,MAAM,iBAAiB,yIAA8B,CAAC;AACtD,QAAA,MAAM,kBAAkB,mEAA+B,CAAC;AACxD,QAAA,MAAM,eAAe,gEAA4B,CAAC;AAClD,QAAA,MAAM,sBAAsB,8IAAmC,CAAC;AAEhE,QAAA,MAAM,sBAAsB;YAEkD,OAAO;kDAoBnF,CAAC;AAGH,QAAA,MAAM,sBAAsB,2MAW1B,CAAC;AAGH,UAAU,wBAAyB,SAAQ,wBAAwB,CAAC,OAAO,qBAAqB,CAAC,OAAO,CAAC;IACzG,IAAI,CAAC,EAAE,SAAS,CAAC;CAChB;AAED,QAAA,MAAM,mBAAmB,qHAkBvB,CAAC;AAGH,QAAA,MAAM,gBAAgB;YAEkD,OAAO;kDAY7E,CAAC;AAGH,QAAA,MAAM,wBAAwB,6MAsB5B,CAAC;AAGH,QAAA,MAAM,qBAAqB,0MAqBzB,CAAC;AAGH,QAAA,MAAM,iBAAiB;YAEkD,OAAO;kDAY9E,CAAC;AAGH,QAAA,MAAM,qBAAqB,0MASzB,CAAC;AAGH,QAAA,MAAM,oBAAoB;8BAA6B,KAAK,CAAC,cAAc,CAAC,eAAe,CAAC;;CAK3F,CAAC;AAGF,OAAO,EACP,YAAY,EACZ,mBAAmB,EACnB,mBAAmB,EACnB,gBAAgB,EAChB,wBAAwB,EACxB,qBAAqB,EACrB,iBAAiB,EACjB,qBAAqB,EACrB,oBAAoB,EACpB,iBAAiB,EACjB,kBAAkB,EAClB,eAAe,EACf,sBAAsB,EACtB,sBAAsB,EACtB,sBAAsB,EACtB,2BAA2B,EAC3B,wBAAwB,EACxB,gCAAgC,EAChC,6BAA6B,EAC7B,yBAAyB,EACzB,6BAA6B,EAC7B,4BAA4B,EAC5B,KAAK,wBAAwB,GAC5B,CAAC"}
@@ -0,0 +1,2 @@
1
+ export { DropdownMenu, DropdownMenuCheckboxItem, DropdownMenuContent, DropdownMenuGroup, DropdownMenuItem, DropdownMenuLabel, DropdownMenuPortal, DropdownMenuRadioGroup, DropdownMenuRadioItem, DropdownMenuSeparator, DropdownMenuShortcut, DropdownMenuSub, DropdownMenuSubContent, DropdownMenuSubTrigger, DropdownMenuTrigger, dropdownMenuCheckboxItemVariants, dropdownMenuContentVariants, dropdownMenuItemVariants, dropdownMenuLabelVariants, dropdownMenuRadioItemVariants, dropdownMenuSeparatorVariants, dropdownMenuShortcutVariants, type DropdownMenuContentProps, } from "./dropdown-menu";
2
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/components/dropdown-menu/index.ts"],"names":[],"mappings":"AAAA,OAAO,EACN,YAAY,EACZ,wBAAwB,EACxB,mBAAmB,EACnB,iBAAiB,EACjB,gBAAgB,EAChB,iBAAiB,EACjB,kBAAkB,EAClB,sBAAsB,EACtB,qBAAqB,EACrB,qBAAqB,EACrB,oBAAoB,EACpB,eAAe,EACf,sBAAsB,EACtB,sBAAsB,EACtB,mBAAmB,EACnB,gCAAgC,EAChC,2BAA2B,EAC3B,wBAAwB,EACxB,yBAAyB,EACzB,6BAA6B,EAC7B,6BAA6B,EAC7B,4BAA4B,EAC5B,KAAK,wBAAwB,GAC7B,MAAM,iBAAiB,CAAC"}
@@ -0,0 +1,30 @@
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
+ declare const emptyStateVariants: (props?: ({
9
+ size?: "lg" | "md" | "sm" | null | undefined;
10
+ } & import("class-variance-authority/types").ClassProp) | undefined) => string;
11
+ declare const emptyStateIconVariants: (props?: ({
12
+ size?: "lg" | "md" | "sm" | null | undefined;
13
+ } & import("class-variance-authority/types").ClassProp) | undefined) => string;
14
+ declare const emptyStateTitleVariants: (props?: ({
15
+ size?: "lg" | "md" | "sm" | null | undefined;
16
+ } & import("class-variance-authority/types").ClassProp) | undefined) => string;
17
+ declare const emptyStateDescriptionVariants: (props?: ({
18
+ size?: "lg" | "md" | "sm" | null | undefined;
19
+ } & import("class-variance-authority/types").ClassProp) | undefined) => string;
20
+ declare const emptyStateActionsVariants: (props?: import("class-variance-authority/types").ClassProp | undefined) => string;
21
+ interface EmptyStateProps extends HTMLAttributes<HTMLDivElement> {
22
+ icon?: ReactNode;
23
+ title?: string;
24
+ description?: string;
25
+ actions?: ReactNode;
26
+ size?: SizeValue;
27
+ }
28
+ declare const EmptyState: import("react").ForwardRefExoticComponent<EmptyStateProps & import("react").RefAttributes<HTMLDivElement>>;
29
+ export { EmptyState, emptyStateActionsVariants, emptyStateDescriptionVariants, emptyStateIconVariants, emptyStateTitleVariants, emptyStateVariants, type EmptyStateProps, };
30
+ //# sourceMappingURL=empty-state.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"empty-state.d.ts","sourceRoot":"","sources":["../../../src/components/empty-state/empty-state.tsx"],"names":[],"mappings":"AACA,OAAO,EAAc,KAAK,cAAc,EAAE,KAAK,SAAS,EAAE,MAAM,OAAO,CAAC;AAIxE,QAAA,MAAM,IAAI;;;;CAIA,CAAC;AAEX,KAAK,SAAS,GAAG,CAAC,OAAO,IAAI,CAAC,CAAC,MAAM,OAAO,IAAI,CAAC,CAAC;AAElD,QAAA,MAAM,kBAAkB;;8EAcvB,CAAC;AAEF,QAAA,MAAM,sBAAsB;;8EAc3B,CAAC;AAEF,QAAA,MAAM,uBAAuB;;8EAW3B,CAAC;AAEH,QAAA,MAAM,6BAA6B;;8EAWjC,CAAC;AAEH,QAAA,MAAM,yBAAyB,oFAAsC,CAAC;AAEtE,UAAU,eAAgB,SAAQ,cAAc,CAAC,cAAc,CAAC;IAC/D,IAAI,CAAC,EAAE,SAAS,CAAC;IACjB,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,OAAO,CAAC,EAAE,SAAS,CAAC;IACpB,IAAI,CAAC,EAAE,SAAS,CAAC;CACjB;AAED,QAAA,MAAM,UAAU,4GAoBf,CAAC;AAGF,OAAO,EACN,UAAU,EACV,yBAAyB,EACzB,6BAA6B,EAC7B,sBAAsB,EACtB,uBAAuB,EACvB,kBAAkB,EAClB,KAAK,eAAe,GACpB,CAAC"}
@@ -0,0 +1,2 @@
1
+ export { EmptyState, type EmptyStateProps, emptyStateActionsVariants, emptyStateDescriptionVariants, emptyStateIconVariants, emptyStateTitleVariants, emptyStateVariants, } from "./empty-state";
2
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/components/empty-state/index.ts"],"names":[],"mappings":"AAAA,OAAO,EACN,UAAU,EACV,KAAK,eAAe,EACpB,yBAAyB,EACzB,6BAA6B,EAC7B,sBAAsB,EACtB,uBAAuB,EACvB,kBAAkB,GAClB,MAAM,eAAe,CAAC"}
@@ -0,0 +1,63 @@
1
+ import { Component, type ErrorInfo, type ReactNode } from "react";
2
+ declare const errorBoundaryVariants: (props?: ({
3
+ size?: "lg" | "xl" | "md" | "sm" | null | undefined;
4
+ variant?: "warning" | "info" | "destructive" | null | undefined;
5
+ } & import("class-variance-authority/types").ClassProp) | undefined) => string;
6
+ declare const errorBoundaryIconVariants: (props?: ({
7
+ size?: "lg" | "xl" | "md" | "sm" | null | undefined;
8
+ variant?: "warning" | "info" | "destructive" | null | undefined;
9
+ } & import("class-variance-authority/types").ClassProp) | undefined) => string;
10
+ declare const errorBoundaryTitleVariants: (props?: ({
11
+ size?: "lg" | "xl" | "md" | "sm" | null | undefined;
12
+ variant?: "warning" | "info" | "destructive" | null | undefined;
13
+ } & import("class-variance-authority/types").ClassProp) | undefined) => string;
14
+ declare const errorBoundaryDescriptionVariants: (props?: ({
15
+ size?: "lg" | "xl" | "md" | "sm" | null | undefined;
16
+ } & import("class-variance-authority/types").ClassProp) | undefined) => string;
17
+ declare const errorBoundaryActionsVariants: (props?: import("class-variance-authority/types").ClassProp | undefined) => string;
18
+ declare const errorBoundaryDetailsVariants: (props?: import("class-variance-authority/types").ClassProp | undefined) => string;
19
+ declare const Size: {
20
+ readonly sm: "sm";
21
+ readonly md: "md";
22
+ readonly lg: "lg";
23
+ readonly xl: "xl";
24
+ };
25
+ type SizeValue = (typeof Size)[keyof typeof Size];
26
+ interface ErrorBoundaryFallbackProps {
27
+ error: Error;
28
+ reset: () => void;
29
+ }
30
+ type ErrorBoundaryFallback = ReactNode | ((props: ErrorBoundaryFallbackProps) => ReactNode);
31
+ type ErrorBoundaryActions = ReactNode | ((props: ErrorBoundaryFallbackProps) => ReactNode);
32
+ type VariantValue = "destructive" | "warning" | "info";
33
+ interface ErrorBoundaryProps {
34
+ children: ReactNode;
35
+ fallback?: ErrorBoundaryFallback;
36
+ onError?: (error: Error, errorInfo: ErrorInfo) => void;
37
+ onReset?: () => void;
38
+ showDetails?: boolean;
39
+ size?: SizeValue;
40
+ variant?: VariantValue;
41
+ className?: string;
42
+ title?: string;
43
+ description?: string;
44
+ icon?: ReactNode;
45
+ actions?: ErrorBoundaryActions;
46
+ resetLabel?: string;
47
+ hideReset?: boolean;
48
+ renderDetails?: (error: Error) => ReactNode;
49
+ }
50
+ interface ErrorBoundaryState {
51
+ hasError: boolean;
52
+ error: Error | null;
53
+ }
54
+ declare class ErrorBoundary extends Component<ErrorBoundaryProps, ErrorBoundaryState> {
55
+ static displayName: string;
56
+ constructor(props: ErrorBoundaryProps);
57
+ static getDerivedStateFromError(error: Error): ErrorBoundaryState;
58
+ componentDidCatch(error: Error, errorInfo: ErrorInfo): void;
59
+ handleReset: () => void;
60
+ render(): string | number | bigint | boolean | Iterable<ReactNode> | Promise<string | number | bigint | boolean | import("react").ReactPortal | import("react").ReactElement<unknown, string | import("react").JSXElementConstructor<any>> | Iterable<ReactNode> | null | undefined> | import("react/jsx-runtime").JSX.Element | null | undefined;
61
+ }
62
+ export { ErrorBoundary, errorBoundaryVariants, errorBoundaryIconVariants, errorBoundaryTitleVariants, errorBoundaryDescriptionVariants, errorBoundaryActionsVariants, errorBoundaryDetailsVariants, type ErrorBoundaryActions, type ErrorBoundaryFallback, type ErrorBoundaryFallbackProps, type ErrorBoundaryProps, type ErrorBoundaryState, };
63
+ //# sourceMappingURL=error-boundary.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"error-boundary.d.ts","sourceRoot":"","sources":["../../../src/components/error-boundary/error-boundary.tsx"],"names":[],"mappings":"AACA,OAAO,EAAE,SAAS,EAAiB,KAAK,SAAS,EAAE,KAAK,SAAS,EAAE,MAAM,OAAO,CAAC;AAGjF,QAAA,MAAM,qBAAqB;;;8EAwB1B,CAAC;AAEF,QAAA,MAAM,yBAAyB;;;8EAwB9B,CAAC;AAEF,QAAA,MAAM,0BAA0B;;;8EAqB/B,CAAC;AAEF,QAAA,MAAM,gCAAgC;;8EAerC,CAAC;AAEF,QAAA,MAAM,4BAA4B,oFAA+D,CAAC;AAElG,QAAA,MAAM,4BAA4B,oFAEjC,CAAC;AAEF,QAAA,MAAM,IAAI;;;;;CAKA,CAAC;AAEX,KAAK,SAAS,GAAG,CAAC,OAAO,IAAI,CAAC,CAAC,MAAM,OAAO,IAAI,CAAC,CAAC;AAElD,UAAU,0BAA0B;IACnC,KAAK,EAAE,KAAK,CAAC;IACb,KAAK,EAAE,MAAM,IAAI,CAAC;CAClB;AAED,KAAK,qBAAqB,GAAG,SAAS,GAAG,CAAC,CAAC,KAAK,EAAE,0BAA0B,KAAK,SAAS,CAAC,CAAC;AAC5F,KAAK,oBAAoB,GAAG,SAAS,GAAG,CAAC,CAAC,KAAK,EAAE,0BAA0B,KAAK,SAAS,CAAC,CAAC;AAE3F,KAAK,YAAY,GAAG,aAAa,GAAG,SAAS,GAAG,MAAM,CAAC;AAEvD,UAAU,kBAAkB;IAC3B,QAAQ,EAAE,SAAS,CAAC;IACpB,QAAQ,CAAC,EAAE,qBAAqB,CAAC;IACjC,OAAO,CAAC,EAAE,CAAC,KAAK,EAAE,KAAK,EAAE,SAAS,EAAE,SAAS,KAAK,IAAI,CAAC;IACvD,OAAO,CAAC,EAAE,MAAM,IAAI,CAAC;IACrB,WAAW,CAAC,EAAE,OAAO,CAAC;IACtB,IAAI,CAAC,EAAE,SAAS,CAAC;IACjB,OAAO,CAAC,EAAE,YAAY,CAAC;IACvB,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,IAAI,CAAC,EAAE,SAAS,CAAC;IACjB,OAAO,CAAC,EAAE,oBAAoB,CAAC;IAC/B,UAAU,CAAC,EAAE,MAAM,CAAC;IACpB,SAAS,CAAC,EAAE,OAAO,CAAC;IACpB,aAAa,CAAC,EAAE,CAAC,KAAK,EAAE,KAAK,KAAK,SAAS,CAAC;CAC5C;AAED,UAAU,kBAAkB;IAC3B,QAAQ,EAAE,OAAO,CAAC;IAClB,KAAK,EAAE,KAAK,GAAG,IAAI,CAAC;CACpB;AAED,cAAM,aAAc,SAAQ,SAAS,CAAC,kBAAkB,EAAE,kBAAkB,CAAC;IAC5E,MAAM,CAAC,WAAW,SAAmB;gBAEzB,KAAK,EAAE,kBAAkB;IAKrC,MAAM,CAAC,wBAAwB,CAAC,KAAK,EAAE,KAAK,GAAG,kBAAkB;IAIxD,iBAAiB,CAAC,KAAK,EAAE,KAAK,EAAE,SAAS,EAAE,SAAS;IAI7D,WAAW,aAGT;IAEO,MAAM;CA2Ff;AAsBD,OAAO,EACN,aAAa,EACb,qBAAqB,EACrB,yBAAyB,EACzB,0BAA0B,EAC1B,gCAAgC,EAChC,4BAA4B,EAC5B,4BAA4B,EAC5B,KAAK,oBAAoB,EACzB,KAAK,qBAAqB,EAC1B,KAAK,0BAA0B,EAC/B,KAAK,kBAAkB,EACvB,KAAK,kBAAkB,GACvB,CAAC"}
@@ -0,0 +1,2 @@
1
+ export { ErrorBoundary, type ErrorBoundaryProps, type ErrorBoundaryState, errorBoundaryActionsVariants, errorBoundaryDescriptionVariants, errorBoundaryDetailsVariants, errorBoundaryIconVariants, errorBoundaryTitleVariants, errorBoundaryVariants, } from "./error-boundary";
2
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/components/error-boundary/index.ts"],"names":[],"mappings":"AAAA,OAAO,EACN,aAAa,EACb,KAAK,kBAAkB,EACvB,KAAK,kBAAkB,EACvB,4BAA4B,EAC5B,gCAAgC,EAChC,4BAA4B,EAC5B,yBAAyB,EACzB,0BAA0B,EAC1B,qBAAqB,GACrB,MAAM,kBAAkB,CAAC"}