@minidev.fun/ui 1.0.2 → 1.0.4

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (247) hide show
  1. package/dist/accordion.d.ts +36 -0
  2. package/dist/alert-dialog.d.ts +114 -0
  3. package/dist/alert.d.ts +41 -0
  4. package/dist/aspect-ratio.d.ts +14 -0
  5. package/dist/avatar.d.ts +55 -0
  6. package/dist/{components/ui/badge.d.ts → badge.d.ts} +22 -16
  7. package/dist/breadcrumb.d.ts +54 -0
  8. package/dist/button-group.d.ts +45 -0
  9. package/dist/{components/ui/button.d.ts → button.d.ts} +46 -41
  10. package/dist/calendar.d.ts +68 -0
  11. package/dist/card.d.ts +45 -0
  12. package/dist/carousel.d.ts +116 -0
  13. package/dist/{components/ui/chart.d.ts → chart.d.ts} +85 -73
  14. package/dist/checkbox.d.ts +14 -0
  15. package/dist/collapsible.d.ts +28 -0
  16. package/dist/combobox.d.ts +113 -0
  17. package/dist/command.d.ts +90 -0
  18. package/dist/components/minidev.fun/undefined/index.d.ts +2 -0
  19. package/dist/components/ui/src/components/ui/accordion.d.ts +2 -0
  20. package/dist/components/ui/src/components/ui/alert-dialog.d.ts +2 -0
  21. package/dist/components/ui/src/components/ui/alert.d.ts +2 -0
  22. package/dist/components/ui/src/components/ui/aspect-ratio.d.ts +2 -0
  23. package/dist/components/ui/src/components/ui/avatar.d.ts +2 -0
  24. package/dist/components/ui/src/components/ui/badge.d.ts +2 -0
  25. package/dist/components/ui/src/components/ui/breadcrumb.d.ts +2 -0
  26. package/dist/components/ui/src/components/ui/button-group.d.ts +2 -0
  27. package/dist/components/ui/src/components/ui/button.d.ts +2 -0
  28. package/dist/components/ui/src/components/ui/calendar.d.ts +2 -0
  29. package/dist/components/ui/src/components/ui/card.d.ts +2 -0
  30. package/dist/components/ui/src/components/ui/carousel.d.ts +2 -0
  31. package/dist/components/ui/src/components/ui/chart.d.ts +2 -0
  32. package/dist/components/ui/src/components/ui/checkbox.d.ts +2 -0
  33. package/dist/components/ui/src/components/ui/collapsible.d.ts +2 -0
  34. package/dist/components/ui/src/components/ui/combobox.d.ts +2 -0
  35. package/dist/components/ui/src/components/ui/command.d.ts +2 -0
  36. package/dist/components/ui/src/components/ui/context-menu.d.ts +2 -0
  37. package/dist/components/ui/src/components/ui/dialog.d.ts +2 -0
  38. package/dist/components/ui/src/components/ui/drawer.d.ts +2 -0
  39. package/dist/components/ui/src/components/ui/dropdown-menu.d.ts +2 -0
  40. package/dist/components/ui/src/components/ui/empty.d.ts +2 -0
  41. package/dist/components/ui/src/components/ui/field.d.ts +2 -0
  42. package/dist/components/ui/src/components/ui/hover-card.d.ts +2 -0
  43. package/dist/components/ui/src/components/ui/input-group.d.ts +2 -0
  44. package/dist/components/ui/src/components/ui/input-otp.d.ts +2 -0
  45. package/dist/components/ui/src/components/ui/input.d.ts +2 -0
  46. package/dist/components/ui/src/components/ui/item.d.ts +2 -0
  47. package/dist/components/ui/src/components/ui/kbd.d.ts +2 -0
  48. package/dist/components/ui/src/components/ui/label.d.ts +2 -0
  49. package/dist/components/ui/src/components/ui/menubar.d.ts +2 -0
  50. package/dist/components/ui/src/components/ui/modal.d.ts +2 -0
  51. package/dist/components/ui/src/components/ui/navigation-menu.d.ts +2 -0
  52. package/dist/components/ui/src/components/ui/pagination.d.ts +2 -0
  53. package/dist/components/ui/src/components/ui/popover.d.ts +2 -0
  54. package/dist/components/ui/src/components/ui/progress.d.ts +2 -0
  55. package/dist/components/ui/src/components/ui/radio-group.d.ts +2 -0
  56. package/dist/components/ui/src/components/ui/resizable.d.ts +2 -0
  57. package/dist/components/ui/src/components/ui/scroll-area.d.ts +2 -0
  58. package/dist/components/ui/src/components/ui/select.d.ts +2 -0
  59. package/dist/components/ui/src/components/ui/separator.d.ts +2 -0
  60. package/dist/components/ui/src/components/ui/sheet.d.ts +2 -0
  61. package/dist/components/ui/src/components/ui/sidebar.d.ts +2 -0
  62. package/dist/components/ui/src/components/ui/skeleton.d.ts +2 -0
  63. package/dist/components/ui/src/components/ui/slider.d.ts +2 -0
  64. package/dist/components/ui/src/components/ui/sonner.d.ts +2 -0
  65. package/dist/components/ui/src/components/ui/spinner.d.ts +2 -0
  66. package/dist/components/ui/src/components/ui/switch.d.ts +2 -0
  67. package/dist/components/ui/src/components/ui/table.d.ts +2 -0
  68. package/dist/components/ui/src/components/ui/tabs.d.ts +2 -0
  69. package/dist/components/ui/src/components/ui/textarea.d.ts +2 -0
  70. package/dist/components/ui/src/components/ui/toast.d.ts +2 -0
  71. package/dist/components/ui/src/components/ui/toggle-group.d.ts +2 -0
  72. package/dist/components/ui/src/components/ui/toggle.d.ts +2 -0
  73. package/dist/components/ui/src/components/ui/tooltip.d.ts +2 -0
  74. package/dist/context-menu.d.ts +97 -0
  75. package/dist/dialog.d.ts +90 -0
  76. package/dist/drawer.d.ts +61 -0
  77. package/dist/dropdown-menu.d.ts +121 -0
  78. package/dist/empty.d.ts +56 -0
  79. package/dist/field.d.ts +109 -0
  80. package/dist/hooks/src/hooks/use-mobile.d.ts +2 -0
  81. package/dist/hover-card.d.ts +28 -0
  82. package/dist/index.d.ts +290 -0
  83. package/dist/input-group.d.ts +106 -0
  84. package/dist/input-otp.d.ts +43 -0
  85. package/dist/input.d.ts +14 -0
  86. package/dist/item.d.ts +101 -0
  87. package/dist/kbd.d.ts +19 -0
  88. package/dist/label.d.ts +12 -0
  89. package/dist/lib/utils.d.ts +2 -23
  90. package/dist/menubar.d.ts +205 -0
  91. package/dist/modal.d.ts +104 -0
  92. package/dist/navigation-menu.d.ts +66 -0
  93. package/dist/pagination.d.ts +99 -0
  94. package/dist/popover.d.ts +55 -0
  95. package/dist/progress.d.ts +41 -0
  96. package/dist/radio-group.d.ts +21 -0
  97. package/dist/{components/ui/resizable.d.ts → resizable.d.ts} +47 -38
  98. package/dist/{components/ui/scroll-area.d.ts → scroll-area.d.ts} +69 -64
  99. package/dist/select.d.ts +79 -0
  100. package/dist/separator.d.ts +12 -0
  101. package/dist/sheet.d.ts +68 -0
  102. package/dist/sidebar.d.ts +288 -0
  103. package/dist/skeleton.d.ts +11 -0
  104. package/dist/{components/ui/slider.d.ts → slider.d.ts} +24 -21
  105. package/dist/{components/ui/sonner.d.ts → sonner.d.ts} +27 -21
  106. package/dist/spinner.d.ts +11 -0
  107. package/dist/switch.d.ts +15 -0
  108. package/dist/table.d.ts +68 -0
  109. package/dist/tabs.d.ts +42 -0
  110. package/dist/{components/ui/textarea.d.ts → textarea.d.ts} +21 -18
  111. package/dist/toast.d.ts +15 -0
  112. package/dist/toggle-group.d.ts +36 -0
  113. package/dist/toggle.d.ts +19 -0
  114. package/dist/tooltip.d.ts +36 -0
  115. package/dist/{hooks/use-mobile.d.ts → use-mobile.d.ts} +19 -18
  116. package/dist/utils.d.ts +25 -0
  117. package/package.json +1 -1
  118. package/dist/components/minidev.fun/color-mode/color-mode-initializer.d.ts +0 -46
  119. package/dist/components/minidev.fun/color-mode/color-mode-initializer.d.ts.map +0 -1
  120. package/dist/components/minidev.fun/color-mode/color-mode-toggle.d.ts +0 -106
  121. package/dist/components/minidev.fun/color-mode/color-mode-toggle.d.ts.map +0 -1
  122. package/dist/components/minidev.fun/color-mode/index.d.ts +0 -4
  123. package/dist/components/minidev.fun/color-mode/index.d.ts.map +0 -1
  124. package/dist/components/minidev.fun/color-mode/use-color-mode.d.ts +0 -91
  125. package/dist/components/minidev.fun/color-mode/use-color-mode.d.ts.map +0 -1
  126. package/dist/components/minidev.fun/first-light/first-light-filters.d.ts +0 -27
  127. package/dist/components/minidev.fun/first-light/first-light-filters.d.ts.map +0 -1
  128. package/dist/components/minidev.fun/first-light/index.d.ts +0 -2
  129. package/dist/components/minidev.fun/first-light/index.d.ts.map +0 -1
  130. package/dist/components/minidev.fun/typography/blockquote.d.ts +0 -13
  131. package/dist/components/minidev.fun/typography/blockquote.d.ts.map +0 -1
  132. package/dist/components/minidev.fun/typography/code.d.ts +0 -13
  133. package/dist/components/minidev.fun/typography/code.d.ts.map +0 -1
  134. package/dist/components/minidev.fun/typography/index.d.ts +0 -6
  135. package/dist/components/minidev.fun/typography/index.d.ts.map +0 -1
  136. package/dist/components/minidev.fun/typography/list-item.d.ts +0 -27
  137. package/dist/components/minidev.fun/typography/list-item.d.ts.map +0 -1
  138. package/dist/components/minidev.fun/typography/text.d.ts +0 -44
  139. package/dist/components/minidev.fun/typography/text.d.ts.map +0 -1
  140. package/dist/components/minidev.fun/typography/title.d.ts +0 -22
  141. package/dist/components/minidev.fun/typography/title.d.ts.map +0 -1
  142. package/dist/components/ui/accordion.d.ts +0 -27
  143. package/dist/components/ui/accordion.d.ts.map +0 -1
  144. package/dist/components/ui/alert-dialog.d.ts +0 -47
  145. package/dist/components/ui/alert-dialog.d.ts.map +0 -1
  146. package/dist/components/ui/alert.d.ts +0 -30
  147. package/dist/components/ui/alert.d.ts.map +0 -1
  148. package/dist/components/ui/aspect-ratio.d.ts +0 -11
  149. package/dist/components/ui/aspect-ratio.d.ts.map +0 -1
  150. package/dist/components/ui/avatar.d.ts +0 -42
  151. package/dist/components/ui/avatar.d.ts.map +0 -1
  152. package/dist/components/ui/badge.d.ts.map +0 -1
  153. package/dist/components/ui/breadcrumb.d.ts +0 -39
  154. package/dist/components/ui/breadcrumb.d.ts.map +0 -1
  155. package/dist/components/ui/button-group.d.ts +0 -26
  156. package/dist/components/ui/button-group.d.ts.map +0 -1
  157. package/dist/components/ui/button.d.ts.map +0 -1
  158. package/dist/components/ui/calendar.d.ts +0 -20
  159. package/dist/components/ui/calendar.d.ts.map +0 -1
  160. package/dist/components/ui/card.d.ts +0 -30
  161. package/dist/components/ui/card.d.ts.map +0 -1
  162. package/dist/components/ui/carousel.d.ts +0 -56
  163. package/dist/components/ui/carousel.d.ts.map +0 -1
  164. package/dist/components/ui/chart.d.ts.map +0 -1
  165. package/dist/components/ui/checkbox.d.ts +0 -11
  166. package/dist/components/ui/checkbox.d.ts.map +0 -1
  167. package/dist/components/ui/collapsible.d.ts +0 -21
  168. package/dist/components/ui/collapsible.d.ts.map +0 -1
  169. package/dist/components/ui/combobox.d.ts +0 -80
  170. package/dist/components/ui/combobox.d.ts.map +0 -1
  171. package/dist/components/ui/command.d.ts +0 -63
  172. package/dist/components/ui/command.d.ts.map +0 -1
  173. package/dist/components/ui/context-menu.d.ts +0 -64
  174. package/dist/components/ui/context-menu.d.ts.map +0 -1
  175. package/dist/components/ui/dialog.d.ts +0 -69
  176. package/dist/components/ui/dialog.d.ts.map +0 -1
  177. package/dist/components/ui/drawer.d.ts +0 -40
  178. package/dist/components/ui/drawer.d.ts.map +0 -1
  179. package/dist/components/ui/dropdown-menu.d.ts +0 -88
  180. package/dist/components/ui/dropdown-menu.d.ts.map +0 -1
  181. package/dist/components/ui/empty.d.ts +0 -41
  182. package/dist/components/ui/empty.d.ts.map +0 -1
  183. package/dist/components/ui/field.d.ts +0 -78
  184. package/dist/components/ui/field.d.ts.map +0 -1
  185. package/dist/components/ui/hover-card.d.ts +0 -21
  186. package/dist/components/ui/hover-card.d.ts.map +0 -1
  187. package/dist/components/ui/input-group.d.ts +0 -50
  188. package/dist/components/ui/input-group.d.ts.map +0 -1
  189. package/dist/components/ui/input-otp.d.ts +0 -34
  190. package/dist/components/ui/input-otp.d.ts.map +0 -1
  191. package/dist/components/ui/input.d.ts +0 -11
  192. package/dist/components/ui/input.d.ts.map +0 -1
  193. package/dist/components/ui/item.d.ts +0 -69
  194. package/dist/components/ui/item.d.ts.map +0 -1
  195. package/dist/components/ui/kbd.d.ts +0 -14
  196. package/dist/components/ui/kbd.d.ts.map +0 -1
  197. package/dist/components/ui/label.d.ts +0 -9
  198. package/dist/components/ui/label.d.ts.map +0 -1
  199. package/dist/components/ui/menubar.d.ts +0 -87
  200. package/dist/components/ui/menubar.d.ts.map +0 -1
  201. package/dist/components/ui/modal.d.ts +0 -41
  202. package/dist/components/ui/modal.d.ts.map +0 -1
  203. package/dist/components/ui/navigation-menu.d.ts +0 -52
  204. package/dist/components/ui/navigation-menu.d.ts.map +0 -1
  205. package/dist/components/ui/pagination.d.ts +0 -42
  206. package/dist/components/ui/pagination.d.ts.map +0 -1
  207. package/dist/components/ui/popover.d.ts +0 -42
  208. package/dist/components/ui/popover.d.ts.map +0 -1
  209. package/dist/components/ui/progress.d.ts +0 -30
  210. package/dist/components/ui/progress.d.ts.map +0 -1
  211. package/dist/components/ui/radio-group.d.ts +0 -16
  212. package/dist/components/ui/radio-group.d.ts.map +0 -1
  213. package/dist/components/ui/resizable.d.ts.map +0 -1
  214. package/dist/components/ui/scroll-area.d.ts.map +0 -1
  215. package/dist/components/ui/select.d.ts +0 -58
  216. package/dist/components/ui/select.d.ts.map +0 -1
  217. package/dist/components/ui/separator.d.ts +0 -9
  218. package/dist/components/ui/separator.d.ts.map +0 -1
  219. package/dist/components/ui/sheet.d.ts +0 -51
  220. package/dist/components/ui/sheet.d.ts.map +0 -1
  221. package/dist/components/ui/sidebar.d.ts +0 -172
  222. package/dist/components/ui/sidebar.d.ts.map +0 -1
  223. package/dist/components/ui/skeleton.d.ts +0 -8
  224. package/dist/components/ui/skeleton.d.ts.map +0 -1
  225. package/dist/components/ui/slider.d.ts.map +0 -1
  226. package/dist/components/ui/sonner.d.ts.map +0 -1
  227. package/dist/components/ui/spinner.d.ts +0 -8
  228. package/dist/components/ui/spinner.d.ts.map +0 -1
  229. package/dist/components/ui/switch.d.ts +0 -12
  230. package/dist/components/ui/switch.d.ts.map +0 -1
  231. package/dist/components/ui/table.d.ts +0 -51
  232. package/dist/components/ui/table.d.ts.map +0 -1
  233. package/dist/components/ui/tabs.d.ts +0 -31
  234. package/dist/components/ui/tabs.d.ts.map +0 -1
  235. package/dist/components/ui/textarea.d.ts.map +0 -1
  236. package/dist/components/ui/toast.d.ts +0 -11
  237. package/dist/components/ui/toast.d.ts.map +0 -1
  238. package/dist/components/ui/toggle-group.d.ts +0 -26
  239. package/dist/components/ui/toggle-group.d.ts.map +0 -1
  240. package/dist/components/ui/toggle.d.ts +0 -14
  241. package/dist/components/ui/toggle.d.ts.map +0 -1
  242. package/dist/components/ui/tooltip.d.ts +0 -27
  243. package/dist/components/ui/tooltip.d.ts.map +0 -1
  244. package/dist/hooks/use-mobile.d.ts.map +0 -1
  245. package/dist/lib/utils.d.ts.map +0 -1
  246. package/dist/lib/variants.d.ts +0 -107
  247. package/dist/lib/variants.d.ts.map +0 -1
@@ -1,64 +0,0 @@
1
- import { ContextMenu as ContextMenuPrimitive } from '@base-ui/react/context-menu';
2
- import { MenuItemVariant } from '../../lib/variants';
3
- import * as React from "react";
4
- type ContextMenuProps = ContextMenuPrimitive.Root.Props;
5
- /** Root context menu component. Manages state and handles right-click trigger. */
6
- declare function ContextMenu({ ...props }: ContextMenuProps): import("react/jsx-runtime").JSX.Element;
7
- type ContextMenuPortalProps = ContextMenuPrimitive.Portal.Props;
8
- /** Portal container for context menu content. Renders content in document body. */
9
- declare function ContextMenuPortal({ ...props }: ContextMenuPortalProps): import("react/jsx-runtime").JSX.Element;
10
- type ContextMenuTriggerProps = ContextMenuPrimitive.Trigger.Props;
11
- /** Element that triggers the context menu on right-click. */
12
- declare function ContextMenuTrigger({ className, ...props }: ContextMenuTriggerProps): import("react/jsx-runtime").JSX.Element;
13
- type ContextMenuContentProps = ContextMenuPrimitive.Popup.Props & Pick<ContextMenuPrimitive.Positioner.Props, "align" | "alignOffset" | "side" | "sideOffset">;
14
- /**
15
- * Context menu content with automatic portal and positioning.
16
- * Includes animations, shadows, and overflow handling.
17
- */
18
- declare function ContextMenuContent({ className, align, alignOffset, side, sideOffset, ...props }: ContextMenuContentProps): import("react/jsx-runtime").JSX.Element;
19
- type ContextMenuGroupProps = ContextMenuPrimitive.Group.Props;
20
- /** Groups related menu items together. Use with ContextMenuLabel. */
21
- declare function ContextMenuGroup({ ...props }: ContextMenuGroupProps): import("react/jsx-runtime").JSX.Element;
22
- type ContextMenuLabelProps = ContextMenuPrimitive.GroupLabel.Props & {
23
- /** Adds extra left padding to align with items that have icons. */
24
- inset?: boolean;
25
- };
26
- /** Label for a group of context menu items. */
27
- declare function ContextMenuLabel({ className, inset, ...props }: ContextMenuLabelProps): import("react/jsx-runtime").JSX.Element;
28
- type ContextMenuItemProps = ContextMenuPrimitive.Item.Props & {
29
- /** Adds extra left padding to align with items that have icons. */
30
- inset?: boolean;
31
- /** Visual style variant. @default "default" */
32
- variant?: MenuItemVariant;
33
- };
34
- /** Interactive menu item. Closes menu on click by default. */
35
- declare function ContextMenuItem({ className, inset, variant, ...props }: ContextMenuItemProps): import("react/jsx-runtime").JSX.Element;
36
- type ContextMenuSubProps = ContextMenuPrimitive.SubmenuRoot.Props;
37
- /** Root component for a nested submenu. */
38
- declare function ContextMenuSub({ ...props }: ContextMenuSubProps): import("react/jsx-runtime").JSX.Element;
39
- type ContextMenuSubTriggerProps = ContextMenuPrimitive.SubmenuTrigger.Props & {
40
- /** Adds extra left padding to align with items that have icons. */
41
- inset?: boolean;
42
- };
43
- /** Menu item that opens a submenu. Automatically includes chevron icon. */
44
- declare function ContextMenuSubTrigger({ className, inset, children, ...props }: ContextMenuSubTriggerProps): import("react/jsx-runtime").JSX.Element;
45
- type ContextMenuSubContentProps = React.ComponentProps<typeof ContextMenuContent>;
46
- /** Content container for a submenu. Opens to the right by default. */
47
- declare function ContextMenuSubContent({ ...props }: ContextMenuSubContentProps): import("react/jsx-runtime").JSX.Element;
48
- type ContextMenuCheckboxItemProps = ContextMenuPrimitive.CheckboxItem.Props;
49
- /** Menu item with checkbox. Shows check icon when selected. */
50
- declare function ContextMenuCheckboxItem({ className, children, checked, ...props }: ContextMenuCheckboxItemProps): import("react/jsx-runtime").JSX.Element;
51
- type ContextMenuRadioGroupProps = ContextMenuPrimitive.RadioGroup.Props;
52
- /** Container for mutually exclusive radio items. */
53
- declare function ContextMenuRadioGroup({ ...props }: ContextMenuRadioGroupProps): import("react/jsx-runtime").JSX.Element;
54
- type ContextMenuRadioItemProps = ContextMenuPrimitive.RadioItem.Props;
55
- /** Radio button menu item. Shows check icon when selected. */
56
- declare function ContextMenuRadioItem({ className, children, ...props }: ContextMenuRadioItemProps): import("react/jsx-runtime").JSX.Element;
57
- type ContextMenuSeparatorProps = ContextMenuPrimitive.Separator.Props;
58
- /** Visual separator between menu items or groups. */
59
- declare function ContextMenuSeparator({ className, ...props }: ContextMenuSeparatorProps): import("react/jsx-runtime").JSX.Element;
60
- type ContextMenuShortcutProps = React.ComponentProps<"span">;
61
- /** Displays keyboard shortcut hint aligned to the right of menu item. */
62
- declare function ContextMenuShortcut({ className, ...props }: ContextMenuShortcutProps): import("react/jsx-runtime").JSX.Element;
63
- export { ContextMenu, ContextMenuTrigger, ContextMenuContent, ContextMenuItem, ContextMenuCheckboxItem, ContextMenuRadioItem, ContextMenuLabel, ContextMenuSeparator, ContextMenuShortcut, ContextMenuGroup, ContextMenuPortal, ContextMenuSub, ContextMenuSubContent, ContextMenuSubTrigger, ContextMenuRadioGroup, type ContextMenuProps, type ContextMenuTriggerProps, type ContextMenuContentProps, type ContextMenuItemProps, type ContextMenuCheckboxItemProps, type ContextMenuRadioItemProps, type ContextMenuLabelProps, type ContextMenuSeparatorProps, type ContextMenuShortcutProps, type ContextMenuGroupProps, type ContextMenuPortalProps, type ContextMenuSubProps, type ContextMenuSubContentProps, type ContextMenuSubTriggerProps, type ContextMenuRadioGroupProps, };
64
- //# sourceMappingURL=context-menu.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"context-menu.d.ts","sourceRoot":"","sources":["../../../src/components/ui/context-menu.tsx"],"names":[],"mappings":"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"}
@@ -1,69 +0,0 @@
1
- import { Dialog as DialogPrimitive } from '@base-ui/react/dialog';
2
- import * as React from "react";
3
- type DialogProps = DialogPrimitive.Root.Props;
4
- /**
5
- * Root dialog component. Groups all parts of the dialog and manages open state.
6
- * Use with controlled (`open`/`onOpenChange`) or uncontrolled (`defaultOpen`) state.
7
- */
8
- declare function Dialog({ ...props }: DialogProps): import("react/jsx-runtime").JSX.Element;
9
- type DialogTriggerProps = DialogPrimitive.Trigger.Props;
10
- /**
11
- * Button that opens the dialog. Use `render` prop to customize the trigger element.
12
- */
13
- declare function DialogTrigger({ ...props }: DialogTriggerProps): import("react/jsx-runtime").JSX.Element;
14
- type DialogPortalProps = DialogPrimitive.Portal.Props;
15
- /**
16
- * Portal component that renders dialog content at document root.
17
- * Automatically used by DialogContent - rarely needed directly.
18
- */
19
- declare function DialogPortal({ ...props }: DialogPortalProps): import("react/jsx-runtime").JSX.Element;
20
- type DialogCloseProps = DialogPrimitive.Close.Props;
21
- /**
22
- * Button that closes the dialog. Can be styled using the `render` prop.
23
- */
24
- declare function DialogClose({ ...props }: DialogCloseProps): import("react/jsx-runtime").JSX.Element;
25
- type DialogOverlayProps = DialogPrimitive.Backdrop.Props;
26
- /**
27
- * Backdrop overlay that appears behind the dialog with blur effect.
28
- */
29
- declare function DialogOverlay({ className, ...props }: DialogOverlayProps): import("react/jsx-runtime").JSX.Element;
30
- type DialogContentProps = DialogPrimitive.Popup.Props & {
31
- /**
32
- * Show close button (X) in top-right corner.
33
- * @default true
34
- */
35
- showCloseButton?: boolean;
36
- };
37
- /**
38
- * Main dialog content container with automatic portal and backdrop overlay.
39
- * Centered on screen with fade and zoom animations.
40
- */
41
- declare function DialogContent({ className, children, showCloseButton, ...props }: DialogContentProps): import("react/jsx-runtime").JSX.Element;
42
- type DialogHeaderProps = React.ComponentProps<"div">;
43
- /**
44
- * Container for dialog title and description. Provides consistent spacing.
45
- */
46
- declare function DialogHeader({ className, ...props }: DialogHeaderProps): import("react/jsx-runtime").JSX.Element;
47
- type DialogFooterProps = React.ComponentProps<"div"> & {
48
- /**
49
- * Show a "Close" button in the footer.
50
- * @default false
51
- */
52
- showCloseButton?: boolean;
53
- };
54
- /**
55
- * Container for dialog actions. Stacks vertically on mobile, horizontal on desktop.
56
- */
57
- declare function DialogFooter({ className, showCloseButton, children, ...props }: DialogFooterProps): import("react/jsx-runtime").JSX.Element;
58
- type DialogTitleProps = DialogPrimitive.Title.Props;
59
- /**
60
- * Dialog title with accessible heading semantics. Required for screen readers.
61
- */
62
- declare function DialogTitle({ className, ...props }: DialogTitleProps): import("react/jsx-runtime").JSX.Element;
63
- type DialogDescriptionProps = DialogPrimitive.Description.Props;
64
- /**
65
- * Dialog description providing additional context. Supports inline links with hover effects.
66
- */
67
- declare function DialogDescription({ className, ...props }: DialogDescriptionProps): import("react/jsx-runtime").JSX.Element;
68
- export { Dialog, DialogClose, DialogContent, DialogDescription, DialogFooter, DialogHeader, DialogOverlay, DialogPortal, DialogTitle, DialogTrigger, type DialogProps, type DialogCloseProps, type DialogContentProps, type DialogDescriptionProps, type DialogFooterProps, type DialogHeaderProps, type DialogOverlayProps, type DialogPortalProps, type DialogTitleProps, type DialogTriggerProps, };
69
- //# sourceMappingURL=dialog.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"dialog.d.ts","sourceRoot":"","sources":["../../../src/components/ui/dialog.tsx"],"names":[],"mappings":"AAEA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAC/B,OAAO,EAAE,MAAM,IAAI,eAAe,EAAE,MAAM,uBAAuB,CAAC;AAMlE,KAAK,WAAW,GAAG,eAAe,CAAC,IAAI,CAAC,KAAK,CAAC;AAE9C;;;GAGG;AACH,iBAAS,MAAM,CAAC,EAAE,GAAG,KAAK,EAAE,EAAE,WAAW,2CAExC;AAED,KAAK,kBAAkB,GAAG,eAAe,CAAC,OAAO,CAAC,KAAK,CAAC;AAExD;;GAEG;AACH,iBAAS,aAAa,CAAC,EAAE,GAAG,KAAK,EAAE,EAAE,kBAAkB,2CAEtD;AAED,KAAK,iBAAiB,GAAG,eAAe,CAAC,MAAM,CAAC,KAAK,CAAC;AAEtD;;;GAGG;AACH,iBAAS,YAAY,CAAC,EAAE,GAAG,KAAK,EAAE,EAAE,iBAAiB,2CAEpD;AAED,KAAK,gBAAgB,GAAG,eAAe,CAAC,KAAK,CAAC,KAAK,CAAC;AAEpD;;GAEG;AACH,iBAAS,WAAW,CAAC,EAAE,GAAG,KAAK,EAAE,EAAE,gBAAgB,2CAElD;AAED,KAAK,kBAAkB,GAAG,eAAe,CAAC,QAAQ,CAAC,KAAK,CAAC;AAEzD;;GAEG;AACH,iBAAS,aAAa,CAAC,EAAE,SAAS,EAAE,GAAG,KAAK,EAAE,EAAE,kBAAkB,2CAWjE;AAED,KAAK,kBAAkB,GAAG,eAAe,CAAC,KAAK,CAAC,KAAK,GAAG;IACtD;;;OAGG;IACH,eAAe,CAAC,EAAE,OAAO,CAAC;CAC3B,CAAC;AAEF;;;GAGG;AACH,iBAAS,aAAa,CAAC,EACrB,SAAS,EACT,QAAQ,EACR,eAAsB,EACtB,GAAG,KAAK,EACT,EAAE,kBAAkB,2CA+BpB;AAED,KAAK,iBAAiB,GAAG,KAAK,CAAC,cAAc,CAAC,KAAK,CAAC,CAAC;AAErD;;GAEG;AACH,iBAAS,YAAY,CAAC,EAAE,SAAS,EAAE,GAAG,KAAK,EAAE,EAAE,iBAAiB,2CAQ/D;AAED,KAAK,iBAAiB,GAAG,KAAK,CAAC,cAAc,CAAC,KAAK,CAAC,GAAG;IACrD;;;OAGG;IACH,eAAe,CAAC,EAAE,OAAO,CAAC;CAC3B,CAAC;AAEF;;GAEG;AACH,iBAAS,YAAY,CAAC,EACpB,SAAS,EACT,eAAuB,EACvB,QAAQ,EACR,GAAG,KAAK,EACT,EAAE,iBAAiB,2CAkBnB;AAED,KAAK,gBAAgB,GAAG,eAAe,CAAC,KAAK,CAAC,KAAK,CAAC;AAEpD;;GAEG;AACH,iBAAS,WAAW,CAAC,EAAE,SAAS,EAAE,GAAG,KAAK,EAAE,EAAE,gBAAgB,2CAQ7D;AAED,KAAK,sBAAsB,GAAG,eAAe,CAAC,WAAW,CAAC,KAAK,CAAC;AAEhE;;GAEG;AACH,iBAAS,iBAAiB,CAAC,EAAE,SAAS,EAAE,GAAG,KAAK,EAAE,EAAE,sBAAsB,2CAWzE;AAED,OAAO,EACL,MAAM,EACN,WAAW,EACX,aAAa,EACb,iBAAiB,EACjB,YAAY,EACZ,YAAY,EACZ,aAAa,EACb,YAAY,EACZ,WAAW,EACX,aAAa,EACb,KAAK,WAAW,EAChB,KAAK,gBAAgB,EACrB,KAAK,kBAAkB,EACvB,KAAK,sBAAsB,EAC3B,KAAK,iBAAiB,EACtB,KAAK,iBAAiB,EACtB,KAAK,kBAAkB,EACvB,KAAK,iBAAiB,EACtB,KAAK,gBAAgB,EACrB,KAAK,kBAAkB,GACxB,CAAC"}
@@ -1,40 +0,0 @@
1
- import { Drawer as DrawerPrimitive } from 'vaul';
2
- import * as React from "react";
3
- type DrawerProps = React.ComponentProps<typeof DrawerPrimitive.Root>;
4
- /**
5
- * Root drawer component that manages state and behavior.
6
- * Supports sliding from any screen edge (top, bottom, left, right).
7
- */
8
- declare function Drawer({ ...props }: DrawerProps): import("react/jsx-runtime").JSX.Element;
9
- type DrawerTriggerProps = React.ComponentProps<typeof DrawerPrimitive.Trigger>;
10
- /** Button or element that opens the drawer. Use `render` prop or `asChild` to customize. */
11
- declare function DrawerTrigger({ ...props }: DrawerTriggerProps): import("react/jsx-runtime").JSX.Element;
12
- type DrawerPortalProps = React.ComponentProps<typeof DrawerPrimitive.Portal>;
13
- /** Portal container for drawer overlay and content. */
14
- declare function DrawerPortal({ ...props }: DrawerPortalProps): import("react/jsx-runtime").JSX.Element;
15
- type DrawerCloseProps = React.ComponentProps<typeof DrawerPrimitive.Close>;
16
- /** Button or element that closes the drawer. Use `render` prop or `asChild` to customize. */
17
- declare function DrawerClose({ ...props }: DrawerCloseProps): import("react/jsx-runtime").JSX.Element;
18
- type DrawerOverlayProps = React.ComponentProps<typeof DrawerPrimitive.Overlay>;
19
- /** Backdrop overlay with frosted glass effect (backdrop blur + translucent background). */
20
- declare function DrawerOverlay({ className, ...props }: DrawerOverlayProps): import("react/jsx-runtime").JSX.Element;
21
- type DrawerContentProps = React.ComponentProps<typeof DrawerPrimitive.Content>;
22
- /**
23
- * Drawer content panel with automatic portal and backdrop overlay.
24
- * Shows drag handle on bottom drawers. Direction-based positioning via `direction` prop on Drawer.
25
- */
26
- declare function DrawerContent({ className, children, ...props }: DrawerContentProps): import("react/jsx-runtime").JSX.Element;
27
- type DrawerHeaderProps = React.ComponentProps<"div">;
28
- /** Header section for drawer title and description. Centered on top/bottom drawers. */
29
- declare function DrawerHeader({ className, ...props }: DrawerHeaderProps): import("react/jsx-runtime").JSX.Element;
30
- type DrawerFooterProps = React.ComponentProps<"div">;
31
- /** Footer section for drawer actions. Automatically positioned at bottom with margin-top: auto. */
32
- declare function DrawerFooter({ className, ...props }: DrawerFooterProps): import("react/jsx-runtime").JSX.Element;
33
- type DrawerTitleProps = React.ComponentProps<typeof DrawerPrimitive.Title>;
34
- /** Accessible title announced when drawer opens. Should be used inside DrawerHeader. */
35
- declare function DrawerTitle({ className, ...props }: DrawerTitleProps): import("react/jsx-runtime").JSX.Element;
36
- type DrawerDescriptionProps = React.ComponentProps<typeof DrawerPrimitive.Description>;
37
- /** Accessible description announced when drawer opens. Should be used inside DrawerHeader. */
38
- declare function DrawerDescription({ className, ...props }: DrawerDescriptionProps): import("react/jsx-runtime").JSX.Element;
39
- export { Drawer, DrawerPortal, DrawerOverlay, DrawerTrigger, DrawerClose, DrawerContent, DrawerHeader, DrawerFooter, DrawerTitle, DrawerDescription, type DrawerProps, type DrawerPortalProps, type DrawerOverlayProps, type DrawerTriggerProps, type DrawerCloseProps, type DrawerContentProps, type DrawerHeaderProps, type DrawerFooterProps, type DrawerTitleProps, type DrawerDescriptionProps, };
40
- //# sourceMappingURL=drawer.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"drawer.d.ts","sourceRoot":"","sources":["../../../src/components/ui/drawer.tsx"],"names":[],"mappings":"AAEA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAC/B,OAAO,EAAE,MAAM,IAAI,eAAe,EAAE,MAAM,MAAM,CAAC;AAIjD,KAAK,WAAW,GAAG,KAAK,CAAC,cAAc,CAAC,OAAO,eAAe,CAAC,IAAI,CAAC,CAAC;AAErE;;;GAGG;AACH,iBAAS,MAAM,CAAC,EAAE,GAAG,KAAK,EAAE,EAAE,WAAW,2CAExC;AAED,KAAK,kBAAkB,GAAG,KAAK,CAAC,cAAc,CAAC,OAAO,eAAe,CAAC,OAAO,CAAC,CAAC;AAE/E,4FAA4F;AAC5F,iBAAS,aAAa,CAAC,EAAE,GAAG,KAAK,EAAE,EAAE,kBAAkB,2CAEtD;AAED,KAAK,iBAAiB,GAAG,KAAK,CAAC,cAAc,CAAC,OAAO,eAAe,CAAC,MAAM,CAAC,CAAC;AAE7E,uDAAuD;AACvD,iBAAS,YAAY,CAAC,EAAE,GAAG,KAAK,EAAE,EAAE,iBAAiB,2CAEpD;AAED,KAAK,gBAAgB,GAAG,KAAK,CAAC,cAAc,CAAC,OAAO,eAAe,CAAC,KAAK,CAAC,CAAC;AAE3E,6FAA6F;AAC7F,iBAAS,WAAW,CAAC,EAAE,GAAG,KAAK,EAAE,EAAE,gBAAgB,2CAElD;AAED,KAAK,kBAAkB,GAAG,KAAK,CAAC,cAAc,CAAC,OAAO,eAAe,CAAC,OAAO,CAAC,CAAC;AAE/E,2FAA2F;AAC3F,iBAAS,aAAa,CAAC,EAAE,SAAS,EAAE,GAAG,KAAK,EAAE,EAAE,kBAAkB,2CAWjE;AAED,KAAK,kBAAkB,GAAG,KAAK,CAAC,cAAc,CAAC,OAAO,eAAe,CAAC,OAAO,CAAC,CAAC;AAE/E;;;GAGG;AACH,iBAAS,aAAa,CAAC,EAAE,SAAS,EAAE,QAAQ,EAAE,GAAG,KAAK,EAAE,EAAE,kBAAkB,2CAiB3E;AAED,KAAK,iBAAiB,GAAG,KAAK,CAAC,cAAc,CAAC,KAAK,CAAC,CAAC;AAErD,uFAAuF;AACvF,iBAAS,YAAY,CAAC,EAAE,SAAS,EAAE,GAAG,KAAK,EAAE,EAAE,iBAAiB,2CAW/D;AAED,KAAK,iBAAiB,GAAG,KAAK,CAAC,cAAc,CAAC,KAAK,CAAC,CAAC;AAErD,mGAAmG;AACnG,iBAAS,YAAY,CAAC,EAAE,SAAS,EAAE,GAAG,KAAK,EAAE,EAAE,iBAAiB,2CAQ/D;AAED,KAAK,gBAAgB,GAAG,KAAK,CAAC,cAAc,CAAC,OAAO,eAAe,CAAC,KAAK,CAAC,CAAC;AAE3E,wFAAwF;AACxF,iBAAS,WAAW,CAAC,EAAE,SAAS,EAAE,GAAG,KAAK,EAAE,EAAE,gBAAgB,2CAQ7D;AAED,KAAK,sBAAsB,GAAG,KAAK,CAAC,cAAc,CAChD,OAAO,eAAe,CAAC,WAAW,CACnC,CAAC;AAEF,8FAA8F;AAC9F,iBAAS,iBAAiB,CAAC,EAAE,SAAS,EAAE,GAAG,KAAK,EAAE,EAAE,sBAAsB,2CAQzE;AAED,OAAO,EACL,MAAM,EACN,YAAY,EACZ,aAAa,EACb,aAAa,EACb,WAAW,EACX,aAAa,EACb,YAAY,EACZ,YAAY,EACZ,WAAW,EACX,iBAAiB,EACjB,KAAK,WAAW,EAChB,KAAK,iBAAiB,EACtB,KAAK,kBAAkB,EACvB,KAAK,kBAAkB,EACvB,KAAK,gBAAgB,EACrB,KAAK,kBAAkB,EACvB,KAAK,iBAAiB,EACtB,KAAK,iBAAiB,EACtB,KAAK,gBAAgB,EACrB,KAAK,sBAAsB,GAC5B,CAAC"}
@@ -1,88 +0,0 @@
1
- import { Menu as MenuPrimitive } from '@base-ui/react/menu';
2
- import { MenuItemVariant } from '../../lib/variants';
3
- import * as React from "react";
4
- type DropdownMenuProps = MenuPrimitive.Root.Props;
5
- /**
6
- * Root component for dropdown menus. Manages open/close state and keyboard navigation.
7
- * Use `open` and `onOpenChange` for controlled state, or `defaultOpen` for uncontrolled.
8
- */
9
- declare function DropdownMenu({ ...props }: DropdownMenuProps): import("react/jsx-runtime").JSX.Element;
10
- type DropdownMenuPortalProps = MenuPrimitive.Portal.Props;
11
- /** Portal component for rendering dropdown menu content outside the DOM hierarchy. */
12
- declare function DropdownMenuPortal({ ...props }: DropdownMenuPortalProps): import("react/jsx-runtime").JSX.Element;
13
- type DropdownMenuTriggerProps = MenuPrimitive.Trigger.Props;
14
- /** Button that opens the dropdown menu. Use `render` prop to customize trigger element. */
15
- declare function DropdownMenuTrigger({ ...props }: DropdownMenuTriggerProps): import("react/jsx-runtime").JSX.Element;
16
- type DropdownMenuContentProps = MenuPrimitive.Popup.Props & Pick<MenuPrimitive.Positioner.Props, "align" | "alignOffset" | "side" | "sideOffset">;
17
- /**
18
- * Dropdown menu content container with automatic portal and positioning.
19
- * Supports alignment, side positioning, and animated transitions.
20
- */
21
- declare function DropdownMenuContent({ align, alignOffset, side, sideOffset, className, ...props }: DropdownMenuContentProps): import("react/jsx-runtime").JSX.Element;
22
- type DropdownMenuGroupProps = MenuPrimitive.Group.Props;
23
- /** Group container for related menu items. Use with DropdownMenuLabel for labeled sections. */
24
- declare function DropdownMenuGroup({ ...props }: DropdownMenuGroupProps): import("react/jsx-runtime").JSX.Element;
25
- type DropdownMenuLabelProps = MenuPrimitive.GroupLabel.Props & {
26
- /** Add extra left padding to align with items that have icons. @default false */
27
- inset?: boolean;
28
- };
29
- /**
30
- * Label for a group of menu items. Typically used inside DropdownMenuGroup.
31
- */
32
- declare function DropdownMenuLabel({ className, inset, ...props }: DropdownMenuLabelProps): import("react/jsx-runtime").JSX.Element;
33
- type DropdownMenuItemProps = MenuPrimitive.Item.Props & {
34
- /** Add extra left padding to align with items that have icons. @default false */
35
- inset?: boolean;
36
- /** Visual variant for the menu item. @default "default" */
37
- variant?: MenuItemVariant;
38
- };
39
- /**
40
- * Individual menu item. Supports variants (default, destructive, success, warning, info)
41
- * and inset padding for alignment.
42
- */
43
- declare function DropdownMenuItem({ className, inset, variant, ...props }: DropdownMenuItemProps): import("react/jsx-runtime").JSX.Element;
44
- type DropdownMenuSubProps = MenuPrimitive.SubmenuRoot.Props;
45
- /** Root component for nested submenus. Wrap DropdownMenuSubTrigger and DropdownMenuSubContent. */
46
- declare function DropdownMenuSub({ ...props }: DropdownMenuSubProps): import("react/jsx-runtime").JSX.Element;
47
- type DropdownMenuSubTriggerProps = MenuPrimitive.SubmenuTrigger.Props & {
48
- /** Add extra left padding to align with items that have icons. @default false */
49
- inset?: boolean;
50
- };
51
- /**
52
- * Trigger button for opening a submenu. Automatically displays chevron icon on the right.
53
- */
54
- declare function DropdownMenuSubTrigger({ className, inset, children, ...props }: DropdownMenuSubTriggerProps): import("react/jsx-runtime").JSX.Element;
55
- type DropdownMenuSubContentProps = React.ComponentProps<typeof DropdownMenuContent>;
56
- /**
57
- * Content container for submenu items. Automatically positioned to the side of the trigger.
58
- */
59
- declare function DropdownMenuSubContent({ align, alignOffset, side, sideOffset, className, ...props }: DropdownMenuSubContentProps): import("react/jsx-runtime").JSX.Element;
60
- type DropdownMenuCheckboxItemProps = MenuPrimitive.CheckboxItem.Props;
61
- /**
62
- * Menu item with checkbox. Use `checked` and `onCheckedChange` props for state management.
63
- * Displays checkmark indicator when checked.
64
- */
65
- declare function DropdownMenuCheckboxItem({ className, children, checked, ...props }: DropdownMenuCheckboxItemProps): import("react/jsx-runtime").JSX.Element;
66
- type DropdownMenuRadioGroupProps = MenuPrimitive.RadioGroup.Props;
67
- /**
68
- * Container for radio items. Use `value` and `onValueChange` props for state management.
69
- * Only one radio item can be selected at a time.
70
- */
71
- declare function DropdownMenuRadioGroup({ ...props }: DropdownMenuRadioGroupProps): import("react/jsx-runtime").JSX.Element;
72
- type DropdownMenuRadioItemProps = MenuPrimitive.RadioItem.Props;
73
- /**
74
- * Radio item for mutually exclusive selection. Must be used inside DropdownMenuRadioGroup.
75
- * Displays checkmark indicator when selected.
76
- */
77
- declare function DropdownMenuRadioItem({ className, children, ...props }: DropdownMenuRadioItemProps): import("react/jsx-runtime").JSX.Element;
78
- type DropdownMenuSeparatorProps = MenuPrimitive.Separator.Props;
79
- /** Visual separator between menu items or groups. */
80
- declare function DropdownMenuSeparator({ className, ...props }: DropdownMenuSeparatorProps): import("react/jsx-runtime").JSX.Element;
81
- type DropdownMenuShortcutProps = React.ComponentProps<"span">;
82
- /**
83
- * Keyboard shortcut display component. Positioned to the right of menu items.
84
- * For visual purposes only - does not implement actual keyboard shortcuts.
85
- */
86
- declare function DropdownMenuShortcut({ className, ...props }: DropdownMenuShortcutProps): import("react/jsx-runtime").JSX.Element;
87
- export { DropdownMenu, DropdownMenuPortal, DropdownMenuTrigger, DropdownMenuContent, DropdownMenuGroup, DropdownMenuLabel, DropdownMenuItem, DropdownMenuCheckboxItem, DropdownMenuRadioGroup, DropdownMenuRadioItem, DropdownMenuSeparator, DropdownMenuShortcut, DropdownMenuSub, DropdownMenuSubTrigger, DropdownMenuSubContent, type DropdownMenuProps, type DropdownMenuPortalProps, type DropdownMenuTriggerProps, type DropdownMenuContentProps, type DropdownMenuGroupProps, type DropdownMenuLabelProps, type DropdownMenuItemProps, type DropdownMenuCheckboxItemProps, type DropdownMenuRadioGroupProps, type DropdownMenuRadioItemProps, type DropdownMenuSeparatorProps, type DropdownMenuShortcutProps, type DropdownMenuSubProps, type DropdownMenuSubTriggerProps, type DropdownMenuSubContentProps, };
88
- //# sourceMappingURL=dropdown-menu.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"dropdown-menu.d.ts","sourceRoot":"","sources":["../../../src/components/ui/dropdown-menu.tsx"],"names":[],"mappings":"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"}
@@ -1,41 +0,0 @@
1
- import { VariantProps } from 'class-variance-authority';
2
- type EmptyProps = React.ComponentProps<"div">;
3
- /**
4
- * Empty state container with centered content layout.
5
- * Displays messaging and actions when data or content is unavailable.
6
- */
7
- declare function Empty({ className, ...props }: EmptyProps): import("react/jsx-runtime").JSX.Element;
8
- type EmptyHeaderProps = React.ComponentProps<"div">;
9
- /**
10
- * Container for empty state header content (media, title, description).
11
- * Centers and vertically stacks its children.
12
- */
13
- declare function EmptyHeader({ className, ...props }: EmptyHeaderProps): import("react/jsx-runtime").JSX.Element;
14
- declare const emptyMediaVariants: (props?: ({
15
- variant?: "default" | "icon" | null | undefined;
16
- } & import('class-variance-authority/types').ClassProp) | undefined) => string;
17
- type EmptyMediaProps = React.ComponentProps<"div"> & VariantProps<typeof emptyMediaVariants>;
18
- /**
19
- * Media/icon container for empty states.
20
- * @param variant - "default" for transparent background, "icon" for muted background with padding
21
- */
22
- declare function EmptyMedia({ className, variant, ...props }: EmptyMediaProps): import("react/jsx-runtime").JSX.Element;
23
- type EmptyTitleProps = React.ComponentProps<"div">;
24
- /**
25
- * Title for empty state messages. Displays in larger, medium-weight font.
26
- */
27
- declare function EmptyTitle({ className, ...props }: EmptyTitleProps): import("react/jsx-runtime").JSX.Element;
28
- type EmptyDescriptionProps = React.ComponentProps<"p">;
29
- /**
30
- * Description text for empty states with support for inline links.
31
- * Links are styled with underlines and hover effects.
32
- */
33
- declare function EmptyDescription({ className, ...props }: EmptyDescriptionProps): import("react/jsx-runtime").JSX.Element;
34
- type EmptyContentProps = React.ComponentProps<"div">;
35
- /**
36
- * Container for empty state actions (buttons, links).
37
- * Centers and vertically stacks action elements.
38
- */
39
- declare function EmptyContent({ className, ...props }: EmptyContentProps): import("react/jsx-runtime").JSX.Element;
40
- export { Empty, EmptyHeader, EmptyTitle, EmptyDescription, EmptyContent, EmptyMedia, emptyMediaVariants, type EmptyProps, type EmptyHeaderProps, type EmptyMediaProps, type EmptyTitleProps, type EmptyDescriptionProps, type EmptyContentProps, };
41
- //# sourceMappingURL=empty.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"empty.d.ts","sourceRoot":"","sources":["../../../src/components/ui/empty.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAO,KAAK,YAAY,EAAE,MAAM,0BAA0B,CAAC;AAIlE,KAAK,UAAU,GAAG,KAAK,CAAC,cAAc,CAAC,KAAK,CAAC,CAAC;AAE9C;;;GAGG;AACH,iBAAS,KAAK,CAAC,EAAE,SAAS,EAAE,GAAG,KAAK,EAAE,EAAE,UAAU,2CAWjD;AAED,KAAK,gBAAgB,GAAG,KAAK,CAAC,cAAc,CAAC,KAAK,CAAC,CAAC;AAEpD;;;GAGG;AACH,iBAAS,WAAW,CAAC,EAAE,SAAS,EAAE,GAAG,KAAK,EAAE,EAAE,gBAAgB,2CAQ7D;AAED,QAAA,MAAM,kBAAkB;;8EAavB,CAAC;AAEF,KAAK,eAAe,GAAG,KAAK,CAAC,cAAc,CAAC,KAAK,CAAC,GAChD,YAAY,CAAC,OAAO,kBAAkB,CAAC,CAAC;AAE1C;;;GAGG;AACH,iBAAS,UAAU,CAAC,EAClB,SAAS,EACT,OAAmB,EACnB,GAAG,KAAK,EACT,EAAE,eAAe,2CASjB;AAED,KAAK,eAAe,GAAG,KAAK,CAAC,cAAc,CAAC,KAAK,CAAC,CAAC;AAEnD;;GAEG;AACH,iBAAS,UAAU,CAAC,EAAE,SAAS,EAAE,GAAG,KAAK,EAAE,EAAE,eAAe,2CAQ3D;AAED,KAAK,qBAAqB,GAAG,KAAK,CAAC,cAAc,CAAC,GAAG,CAAC,CAAC;AAEvD;;;GAGG;AACH,iBAAS,gBAAgB,CAAC,EAAE,SAAS,EAAE,GAAG,KAAK,EAAE,EAAE,qBAAqB,2CAWvE;AAED,KAAK,iBAAiB,GAAG,KAAK,CAAC,cAAc,CAAC,KAAK,CAAC,CAAC;AAErD;;;GAGG;AACH,iBAAS,YAAY,CAAC,EAAE,SAAS,EAAE,GAAG,KAAK,EAAE,EAAE,iBAAiB,2CAW/D;AAED,OAAO,EACL,KAAK,EACL,WAAW,EACX,UAAU,EACV,gBAAgB,EAChB,YAAY,EACZ,UAAU,EACV,kBAAkB,EAClB,KAAK,UAAU,EACf,KAAK,gBAAgB,EACrB,KAAK,eAAe,EACpB,KAAK,eAAe,EACpB,KAAK,qBAAqB,EAC1B,KAAK,iBAAiB,GACvB,CAAC"}
@@ -1,78 +0,0 @@
1
- import { VariantProps } from 'class-variance-authority';
2
- import { Label } from './label';
3
- type FieldSetProps = React.ComponentProps<"fieldset">;
4
- /**
5
- * Container for grouping related fields, provides semantic fieldset/legend structure.
6
- * Use with FieldLegend for proper form semantics.
7
- */
8
- declare function FieldSet({ className, ...props }: FieldSetProps): import("react/jsx-runtime").JSX.Element;
9
- type FieldLegendProps = React.ComponentProps<"legend"> & {
10
- /** Visual style variant for the legend. @default "legend" */
11
- variant?: "legend" | "label";
12
- };
13
- /**
14
- * Legend for FieldSet, available in two visual styles.
15
- * Use "legend" for section headers, "label" for form-like appearance.
16
- */
17
- declare function FieldLegend({ className, variant, ...props }: FieldLegendProps): import("react/jsx-runtime").JSX.Element;
18
- type FieldGroupProps = React.ComponentProps<"div">;
19
- /**
20
- * Container for multiple fields, provides consistent spacing and container queries.
21
- * Use for grouping related fields without semantic fieldset.
22
- */
23
- declare function FieldGroup({ className, ...props }: FieldGroupProps): import("react/jsx-runtime").JSX.Element;
24
- declare const fieldVariants: (props?: ({
25
- orientation?: "horizontal" | "vertical" | "responsive" | null | undefined;
26
- } & import('class-variance-authority/types').ClassProp) | undefined) => string;
27
- type FieldProps = React.ComponentProps<"div"> & VariantProps<typeof fieldVariants>;
28
- /**
29
- * Base field wrapper with support for multiple orientation layouts.
30
- * Supports vertical, horizontal, and responsive layouts. Use data-invalid attribute for error states.
31
- */
32
- declare function Field({ className, orientation, ...props }: FieldProps): import("react/jsx-runtime").JSX.Element;
33
- type FieldContentProps = React.ComponentProps<"div">;
34
- /**
35
- * Container for field input and helper elements (description, error).
36
- * Groups the input control with its associated help text.
37
- */
38
- declare function FieldContent({ className, ...props }: FieldContentProps): import("react/jsx-runtime").JSX.Element;
39
- type FieldLabelProps = React.ComponentProps<typeof Label>;
40
- /**
41
- * Label for field input, extends the Label component with field-specific styling.
42
- * Supports disabled state and nested field patterns.
43
- */
44
- declare function FieldLabel({ className, ...props }: FieldLabelProps): import("react/jsx-runtime").JSX.Element;
45
- type FieldTitleProps = React.ComponentProps<"div">;
46
- /**
47
- * Title text for fields with embedded controls (checkboxes, switches).
48
- * Use inside FieldLabel alongside the control.
49
- */
50
- declare function FieldTitle({ className, ...props }: FieldTitleProps): import("react/jsx-runtime").JSX.Element;
51
- type FieldDescriptionProps = React.ComponentProps<"p">;
52
- /**
53
- * Helper text providing additional context for the field.
54
- * Automatically styled for placement after inputs.
55
- */
56
- declare function FieldDescription({ className, ...props }: FieldDescriptionProps): import("react/jsx-runtime").JSX.Element;
57
- type FieldSeparatorProps = React.ComponentProps<"div"> & {
58
- /** Optional label text to display on the separator line. */
59
- children?: React.ReactNode;
60
- };
61
- /**
62
- * Visual separator between field groups, optionally with label text.
63
- * Use to organize sections within forms.
64
- */
65
- declare function FieldSeparator({ children, className, ...props }: FieldSeparatorProps): import("react/jsx-runtime").JSX.Element;
66
- type FieldErrorProps = React.ComponentProps<"div"> & {
67
- /** Array of error objects with message property. Automatically deduplicates. */
68
- errors?: Array<{
69
- message?: string;
70
- } | undefined>;
71
- };
72
- /**
73
- * Error message display for fields. Accepts errors array or children.
74
- * Automatically deduplicates multiple errors and displays as list.
75
- */
76
- declare function FieldError({ className, children, errors, ...props }: FieldErrorProps): import("react/jsx-runtime").JSX.Element | null;
77
- export { Field, FieldLabel, FieldDescription, FieldError, FieldGroup, FieldLegend, FieldSeparator, FieldSet, FieldContent, FieldTitle, type FieldProps, type FieldLabelProps, type FieldDescriptionProps, type FieldErrorProps, type FieldGroupProps, type FieldLegendProps, type FieldSeparatorProps, type FieldSetProps, type FieldContentProps, type FieldTitleProps, };
78
- //# sourceMappingURL=field.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"field.d.ts","sourceRoot":"","sources":["../../../src/components/ui/field.tsx"],"names":[],"mappings":"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"}
@@ -1,21 +0,0 @@
1
- import { PreviewCard as PreviewCardPrimitive } from '@base-ui/react/preview-card';
2
- type HoverCardProps = PreviewCardPrimitive.Root.Props;
3
- /**
4
- * HoverCard root container - manages state and hover interactions.
5
- * Wrap trigger and content with this component.
6
- */
7
- declare function HoverCard({ ...props }: HoverCardProps): import("react/jsx-runtime").JSX.Element;
8
- type HoverCardTriggerProps = PreviewCardPrimitive.Trigger.Props;
9
- /**
10
- * Element that triggers the hover card on hover.
11
- * Use `render` prop to customize the trigger element.
12
- */
13
- declare function HoverCardTrigger({ ...props }: HoverCardTriggerProps): import("react/jsx-runtime").JSX.Element;
14
- type HoverCardContentProps = PreviewCardPrimitive.Popup.Props & Pick<PreviewCardPrimitive.Positioner.Props, "align" | "alignOffset" | "side" | "sideOffset">;
15
- /**
16
- * HoverCard content container with automatic portal, positioning, and animations.
17
- * Supports positioning on all sides with alignment options.
18
- */
19
- declare function HoverCardContent({ className, side, sideOffset, align, alignOffset, ...props }: HoverCardContentProps): import("react/jsx-runtime").JSX.Element;
20
- export { HoverCard, HoverCardTrigger, HoverCardContent, type HoverCardProps, type HoverCardTriggerProps, type HoverCardContentProps, };
21
- //# sourceMappingURL=hover-card.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"hover-card.d.ts","sourceRoot":"","sources":["../../../src/components/ui/hover-card.tsx"],"names":[],"mappings":"AAEA,OAAO,EAAE,WAAW,IAAI,oBAAoB,EAAE,MAAM,6BAA6B,CAAC;AAIlF,KAAK,cAAc,GAAG,oBAAoB,CAAC,IAAI,CAAC,KAAK,CAAC;AAEtD;;;GAGG;AACH,iBAAS,SAAS,CAAC,EAAE,GAAG,KAAK,EAAE,EAAE,cAAc,2CAE9C;AAED,KAAK,qBAAqB,GAAG,oBAAoB,CAAC,OAAO,CAAC,KAAK,CAAC;AAEhE;;;GAGG;AACH,iBAAS,gBAAgB,CAAC,EAAE,GAAG,KAAK,EAAE,EAAE,qBAAqB,2CAI5D;AAED,KAAK,qBAAqB,GAAG,oBAAoB,CAAC,KAAK,CAAC,KAAK,GAC3D,IAAI,CACF,oBAAoB,CAAC,UAAU,CAAC,KAAK,EACrC,OAAO,GAAG,aAAa,GAAG,MAAM,GAAG,YAAY,CAChD,CAAC;AAEJ;;;GAGG;AACH,iBAAS,gBAAgB,CAAC,EACxB,SAAS,EACT,IAAe,EACf,UAAc,EACd,KAAgB,EAChB,WAAe,EACf,GAAG,KAAK,EACT,EAAE,qBAAqB,2CAqBvB;AAED,OAAO,EACL,SAAS,EACT,gBAAgB,EAChB,gBAAgB,EAChB,KAAK,cAAc,EACnB,KAAK,qBAAqB,EAC1B,KAAK,qBAAqB,GAC3B,CAAC"}
@@ -1,50 +0,0 @@
1
- import { VariantProps } from 'class-variance-authority';
2
- import { Button } from './button';
3
- import * as React from "react";
4
- type InputGroupProps = React.ComponentProps<"div">;
5
- /**
6
- * Container for input with addons (icons, text, buttons) at start/end.
7
- * Manages focus ring, validation states, and addon alignment.
8
- */
9
- declare function InputGroup({ className, ...props }: InputGroupProps): import("react/jsx-runtime").JSX.Element;
10
- declare const inputGroupAddonVariants: (props?: ({
11
- align?: "inline-end" | "inline-start" | "block-end" | "block-start" | null | undefined;
12
- } & import('class-variance-authority/types').ClassProp) | undefined) => string;
13
- type InputGroupAddonProps = React.ComponentProps<"div"> & VariantProps<typeof inputGroupAddonVariants>;
14
- /**
15
- * Addon container for icons, text, or buttons at input start/end.
16
- * Clicking the addon focuses the input (unless clicking a button).
17
- */
18
- declare function InputGroupAddon({ className, align, ...props }: InputGroupAddonProps): import("react/jsx-runtime").JSX.Element;
19
- declare const inputGroupButtonVariants: (props?: ({
20
- size?: "sm" | "xs" | "icon-xs" | "icon-sm" | null | undefined;
21
- } & import('class-variance-authority/types').ClassProp) | undefined) => string;
22
- type InputGroupButtonProps = Omit<React.ComponentProps<typeof Button>, "size" | "type"> & VariantProps<typeof inputGroupButtonVariants> & {
23
- /** Button type. @default "button" */
24
- type?: "button" | "submit" | "reset";
25
- };
26
- /**
27
- * Button sized for use within InputGroupAddon.
28
- * Defaults to ghost variant and extra-small size.
29
- */
30
- declare function InputGroupButton({ className, type, variant, size, ...props }: InputGroupButtonProps): import("react/jsx-runtime").JSX.Element;
31
- type InputGroupTextProps = React.ComponentProps<"span">;
32
- /**
33
- * Text label/prefix/suffix for use within InputGroupAddon.
34
- * Commonly used for URL schemes (https://), units (USD, MB), or format indicators (@, /).
35
- */
36
- declare function InputGroupText({ className, ...props }: InputGroupTextProps): import("react/jsx-runtime").JSX.Element;
37
- type InputGroupInputProps = React.ComponentProps<"input">;
38
- /**
39
- * Input styled for use within InputGroup.
40
- * Removes border/shadow/ring to integrate with group container styling.
41
- */
42
- declare function InputGroupInput({ className, ...props }: InputGroupInputProps): import("react/jsx-runtime").JSX.Element;
43
- type InputGroupTextareaProps = React.ComponentProps<"textarea">;
44
- /**
45
- * Textarea styled for use within InputGroup.
46
- * Removes border/shadow/ring to integrate with group container styling.
47
- */
48
- declare function InputGroupTextarea({ className, ...props }: InputGroupTextareaProps): import("react/jsx-runtime").JSX.Element;
49
- export { InputGroup, InputGroupAddon, InputGroupButton, InputGroupText, InputGroupInput, InputGroupTextarea, inputGroupAddonVariants, inputGroupButtonVariants, type InputGroupProps, type InputGroupAddonProps, type InputGroupButtonProps, type InputGroupTextProps, type InputGroupInputProps, type InputGroupTextareaProps, };
50
- //# sourceMappingURL=input-group.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"input-group.d.ts","sourceRoot":"","sources":["../../../src/components/ui/input-group.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAC/B,OAAO,EAAO,KAAK,YAAY,EAAE,MAAM,0BAA0B,CAAC;AAGlE,OAAO,EAAE,MAAM,EAAE,MAAM,wBAAwB,CAAC;AAIhD,KAAK,eAAe,GAAG,KAAK,CAAC,cAAc,CAAC,KAAK,CAAC,CAAC;AAEnD;;;GAGG;AACH,iBAAS,UAAU,CAAC,EAAE,SAAS,EAAE,GAAG,KAAK,EAAE,EAAE,eAAe,2CAY3D;AAED,QAAA,MAAM,uBAAuB;;8EAmB5B,CAAC;AAEF,KAAK,oBAAoB,GAAG,KAAK,CAAC,cAAc,CAAC,KAAK,CAAC,GACrD,YAAY,CAAC,OAAO,uBAAuB,CAAC,CAAC;AAE/C;;;GAGG;AACH,iBAAS,eAAe,CAAC,EACvB,SAAS,EACT,KAAsB,EACtB,GAAG,KAAK,EACT,EAAE,oBAAoB,2CAgBtB;AAED,QAAA,MAAM,wBAAwB;;8EAgB7B,CAAC;AAEF,KAAK,qBAAqB,GAAG,IAAI,CAC/B,KAAK,CAAC,cAAc,CAAC,OAAO,MAAM,CAAC,EACnC,MAAM,GAAG,MAAM,CAChB,GACC,YAAY,CAAC,OAAO,wBAAwB,CAAC,GAAG;IAC9C,qCAAqC;IACrC,IAAI,CAAC,EAAE,QAAQ,GAAG,QAAQ,GAAG,OAAO,CAAC;CACtC,CAAC;AAEJ;;;GAGG;AACH,iBAAS,gBAAgB,CAAC,EACxB,SAAS,EACT,IAAe,EACf,OAAiB,EACjB,IAAW,EACX,GAAG,KAAK,EACT,EAAE,qBAAqB,2CAUvB;AAED,KAAK,mBAAmB,GAAG,KAAK,CAAC,cAAc,CAAC,MAAM,CAAC,CAAC;AAExD;;;GAGG;AACH,iBAAS,cAAc,CAAC,EAAE,SAAS,EAAE,GAAG,KAAK,EAAE,EAAE,mBAAmB,2CAUnE;AAED,KAAK,oBAAoB,GAAG,KAAK,CAAC,cAAc,CAAC,OAAO,CAAC,CAAC;AAE1D;;;GAGG;AACH,iBAAS,eAAe,CAAC,EAAE,SAAS,EAAE,GAAG,KAAK,EAAE,EAAE,oBAAoB,2CAWrE;AAED,KAAK,uBAAuB,GAAG,KAAK,CAAC,cAAc,CAAC,UAAU,CAAC,CAAC;AAEhE;;;GAGG;AACH,iBAAS,kBAAkB,CAAC,EAAE,SAAS,EAAE,GAAG,KAAK,EAAE,EAAE,uBAAuB,2CAW3E;AAED,OAAO,EACL,UAAU,EACV,eAAe,EACf,gBAAgB,EAChB,cAAc,EACd,eAAe,EACf,kBAAkB,EAClB,uBAAuB,EACvB,wBAAwB,EACxB,KAAK,eAAe,EACpB,KAAK,oBAAoB,EACzB,KAAK,qBAAqB,EAC1B,KAAK,mBAAmB,EACxB,KAAK,oBAAoB,EACzB,KAAK,uBAAuB,GAC7B,CAAC"}
@@ -1,34 +0,0 @@
1
- import { OTPInput } from 'input-otp';
2
- import * as React from "react";
3
- type InputOTPProps = React.ComponentProps<typeof OTPInput> & {
4
- /** Additional class names for the container element. */
5
- containerClassName?: string;
6
- };
7
- /**
8
- * One-time password input with individual character slots.
9
- * Built on input-otp library with styled slots and separators.
10
- */
11
- declare function InputOTP({ className, containerClassName, ...props }: InputOTPProps): import("react/jsx-runtime").JSX.Element;
12
- type InputOTPGroupProps = React.ComponentProps<"div">;
13
- /**
14
- * Groups multiple InputOTPSlot components together.
15
- * Supports error state via aria-invalid.
16
- */
17
- declare function InputOTPGroup({ className, ...props }: InputOTPGroupProps): import("react/jsx-runtime").JSX.Element;
18
- type InputOTPSlotProps = React.ComponentProps<"div"> & {
19
- /** Zero-based index of this slot in the OTP sequence. */
20
- index: number;
21
- };
22
- /**
23
- * Individual character slot for OTP input.
24
- * Displays current character, active state, and animated caret.
25
- */
26
- declare function InputOTPSlot({ index, className, ...props }: InputOTPSlotProps): import("react/jsx-runtime").JSX.Element;
27
- type InputOTPSeparatorProps = React.ComponentProps<"div">;
28
- /**
29
- * Visual separator between InputOTPGroup components.
30
- * Renders a minus icon by default.
31
- */
32
- declare function InputOTPSeparator({ ...props }: InputOTPSeparatorProps): import("react/jsx-runtime").JSX.Element;
33
- export { InputOTP, InputOTPGroup, InputOTPSlot, InputOTPSeparator, type InputOTPProps, type InputOTPGroupProps, type InputOTPSlotProps, type InputOTPSeparatorProps, };
34
- //# sourceMappingURL=input-otp.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"input-otp.d.ts","sourceRoot":"","sources":["../../../src/components/ui/input-otp.tsx"],"names":[],"mappings":"AAEA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAC/B,OAAO,EAAE,QAAQ,EAAmB,MAAM,WAAW,CAAC;AAKtD,KAAK,aAAa,GAAG,KAAK,CAAC,cAAc,CAAC,OAAO,QAAQ,CAAC,GAAG;IAC3D,wDAAwD;IACxD,kBAAkB,CAAC,EAAE,MAAM,CAAC;CAC7B,CAAC;AAEF;;;GAGG;AACH,iBAAS,QAAQ,CAAC,EAAE,SAAS,EAAE,kBAAkB,EAAE,GAAG,KAAK,EAAE,EAAE,aAAa,2CAa3E;AAED,KAAK,kBAAkB,GAAG,KAAK,CAAC,cAAc,CAAC,KAAK,CAAC,CAAC;AAEtD;;;GAGG;AACH,iBAAS,aAAa,CAAC,EAAE,SAAS,EAAE,GAAG,KAAK,EAAE,EAAE,kBAAkB,2CAWjE;AAED,KAAK,iBAAiB,GAAG,KAAK,CAAC,cAAc,CAAC,KAAK,CAAC,GAAG;IACrD,yDAAyD;IACzD,KAAK,EAAE,MAAM,CAAC;CACf,CAAC;AAEF;;;GAGG;AACH,iBAAS,YAAY,CAAC,EAAE,KAAK,EAAE,SAAS,EAAE,GAAG,KAAK,EAAE,EAAE,iBAAiB,2CAsBtE;AAED,KAAK,sBAAsB,GAAG,KAAK,CAAC,cAAc,CAAC,KAAK,CAAC,CAAC;AAE1D;;;GAGG;AACH,iBAAS,iBAAiB,CAAC,EAAE,GAAG,KAAK,EAAE,EAAE,sBAAsB,2CAW9D;AAED,OAAO,EACL,QAAQ,EACR,aAAa,EACb,YAAY,EACZ,iBAAiB,EACjB,KAAK,aAAa,EAClB,KAAK,kBAAkB,EACvB,KAAK,iBAAiB,EACtB,KAAK,sBAAsB,GAC5B,CAAC"}
@@ -1,11 +0,0 @@
1
- import * as React from "react";
2
- type InputProps = React.ComponentProps<"input">;
3
- /**
4
- * Text input field with support for all HTML input types.
5
- *
6
- * Supports text, email, password, number, tel, url, search, date, time, file, and other input types.
7
- * Includes built-in validation styling via `aria-invalid` attribute.
8
- */
9
- declare function Input({ className, type, ...props }: InputProps): import("react/jsx-runtime").JSX.Element;
10
- export { Input, type InputProps };
11
- //# sourceMappingURL=input.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"input.d.ts","sourceRoot":"","sources":["../../../src/components/ui/input.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAK/B,KAAK,UAAU,GAAG,KAAK,CAAC,cAAc,CAAC,OAAO,CAAC,CAAC;AAEhD;;;;;GAKG;AACH,iBAAS,KAAK,CAAC,EAAE,SAAS,EAAE,IAAI,EAAE,GAAG,KAAK,EAAE,EAAE,UAAU,2CAYvD;AAED,OAAO,EAAE,KAAK,EAAE,KAAK,UAAU,EAAE,CAAC"}