@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,69 +0,0 @@
1
- import { useRender } from '@base-ui/react/use-render';
2
- import { VariantProps } from 'class-variance-authority';
3
- import { Separator } from './separator';
4
- import * as React from "react";
5
- type ItemGroupProps = React.ComponentProps<"div">;
6
- /**
7
- * Container for organizing related items in a vertical list.
8
- * Automatically adjusts gap based on child item sizes.
9
- */
10
- declare function ItemGroup({ className, ...props }: ItemGroupProps): import("react/jsx-runtime").JSX.Element;
11
- type ItemSeparatorProps = React.ComponentProps<typeof Separator>;
12
- /**
13
- * Horizontal separator for dividing items within an ItemGroup.
14
- */
15
- declare function ItemSeparator({ className, ...props }: ItemSeparatorProps): import("react/jsx-runtime").JSX.Element;
16
- declare const itemVariants: (props?: ({
17
- variant?: "default" | "outline" | "muted" | null | undefined;
18
- size?: "default" | "sm" | "xs" | null | undefined;
19
- } & import('class-variance-authority/types').ClassProp) | undefined) => string;
20
- type ItemProps = useRender.ComponentProps<"div"> & VariantProps<typeof itemVariants>;
21
- /**
22
- * Flexible list item component for displaying structured content.
23
- * Use `render` prop to customize the underlying element (e.g., `<a>`, `<button>`).
24
- */
25
- declare function Item({ className, variant, size, render, ...props }: ItemProps): React.ReactElement<unknown, string | React.JSXElementConstructor<any>>;
26
- declare const itemMediaVariants: (props?: ({
27
- variant?: "image" | "default" | "icon" | null | undefined;
28
- } & import('class-variance-authority/types').ClassProp) | undefined) => string;
29
- type ItemMediaProps = React.ComponentProps<"div"> & VariantProps<typeof itemMediaVariants>;
30
- /**
31
- * Media container for icons, images, or avatars in an item.
32
- * Automatically aligns with description text when present.
33
- */
34
- declare function ItemMedia({ className, variant, ...props }: ItemMediaProps): import("react/jsx-runtime").JSX.Element;
35
- type ItemContentProps = React.ComponentProps<"div">;
36
- /**
37
- * Main content area for title and description.
38
- * Flexes to fill available space.
39
- */
40
- declare function ItemContent({ className, ...props }: ItemContentProps): import("react/jsx-runtime").JSX.Element;
41
- type ItemTitleProps = React.ComponentProps<"div">;
42
- /**
43
- * Title text with medium weight.
44
- * Supports inline badges and icons.
45
- */
46
- declare function ItemTitle({ className, ...props }: ItemTitleProps): import("react/jsx-runtime").JSX.Element;
47
- type ItemDescriptionProps = React.ComponentProps<"p">;
48
- /**
49
- * Secondary description text.
50
- * Automatically truncates after 2 lines.
51
- */
52
- declare function ItemDescription({ className, ...props }: ItemDescriptionProps): import("react/jsx-runtime").JSX.Element;
53
- type ItemActionsProps = React.ComponentProps<"div">;
54
- /**
55
- * Container for action buttons or controls.
56
- */
57
- declare function ItemActions({ className, ...props }: ItemActionsProps): import("react/jsx-runtime").JSX.Element;
58
- type ItemHeaderProps = React.ComponentProps<"div">;
59
- /**
60
- * Full-width header section for complex item layouts.
61
- */
62
- declare function ItemHeader({ className, ...props }: ItemHeaderProps): import("react/jsx-runtime").JSX.Element;
63
- type ItemFooterProps = React.ComponentProps<"div">;
64
- /**
65
- * Full-width footer section for additional information.
66
- */
67
- declare function ItemFooter({ className, ...props }: ItemFooterProps): import("react/jsx-runtime").JSX.Element;
68
- export { Item, ItemMedia, ItemContent, ItemActions, ItemGroup, ItemSeparator, ItemTitle, ItemDescription, ItemHeader, ItemFooter, type ItemProps, type ItemMediaProps, type ItemContentProps, type ItemActionsProps, type ItemGroupProps, type ItemSeparatorProps, type ItemTitleProps, type ItemDescriptionProps, type ItemHeaderProps, type ItemFooterProps, };
69
- //# sourceMappingURL=item.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"item.d.ts","sourceRoot":"","sources":["../../../src/components/ui/item.tsx"],"names":[],"mappings":"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"}
@@ -1,14 +0,0 @@
1
- type KbdProps = React.ComponentProps<"kbd">;
2
- /**
3
- * Keyboard key display component for showing keyboard shortcuts and key combinations.
4
- * Supports text and icon content (e.g., Command, Arrow keys).
5
- */
6
- declare function Kbd({ className, ...props }: KbdProps): import("react/jsx-runtime").JSX.Element;
7
- type KbdGroupProps = React.ComponentProps<"div">;
8
- /**
9
- * Container for grouping multiple Kbd components to represent key combinations.
10
- * Use for shortcuts like Cmd+K or sequential keys like G→H.
11
- */
12
- declare function KbdGroup({ className, ...props }: KbdGroupProps): import("react/jsx-runtime").JSX.Element;
13
- export { Kbd, KbdGroup, type KbdProps, type KbdGroupProps };
14
- //# sourceMappingURL=kbd.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"kbd.d.ts","sourceRoot":"","sources":["../../../src/components/ui/kbd.tsx"],"names":[],"mappings":"AAEA,KAAK,QAAQ,GAAG,KAAK,CAAC,cAAc,CAAC,KAAK,CAAC,CAAC;AAE5C;;;GAGG;AACH,iBAAS,GAAG,CAAC,EAAE,SAAS,EAAE,GAAG,KAAK,EAAE,EAAE,QAAQ,2CAW7C;AAED,KAAK,aAAa,GAAG,KAAK,CAAC,cAAc,CAAC,KAAK,CAAC,CAAC;AAEjD;;;GAGG;AACH,iBAAS,QAAQ,CAAC,EAAE,SAAS,EAAE,GAAG,KAAK,EAAE,EAAE,aAAa,2CAQvD;AAED,OAAO,EAAE,GAAG,EAAE,QAAQ,EAAE,KAAK,QAAQ,EAAE,KAAK,aAAa,EAAE,CAAC"}
@@ -1,9 +0,0 @@
1
- import * as React from "react";
2
- type LabelProps = React.ComponentProps<"label">;
3
- /**
4
- * Accessible label component that associates with form controls.
5
- * Automatically styles for disabled states via peer and group data attributes.
6
- */
7
- declare function Label({ className, ...props }: LabelProps): import("react/jsx-runtime").JSX.Element;
8
- export { Label, type LabelProps };
9
- //# sourceMappingURL=label.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"label.d.ts","sourceRoot":"","sources":["../../../src/components/ui/label.tsx"],"names":[],"mappings":"AAEA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAI/B,KAAK,UAAU,GAAG,KAAK,CAAC,cAAc,CAAC,OAAO,CAAC,CAAC;AAEhD;;;GAGG;AACH,iBAAS,KAAK,CAAC,EAAE,SAAS,EAAE,GAAG,KAAK,EAAE,EAAE,UAAU,2CAWjD;AAED,OAAO,EAAE,KAAK,EAAE,KAAK,UAAU,EAAE,CAAC"}
@@ -1,87 +0,0 @@
1
- import { Menu as MenuPrimitive } from '@base-ui/react/menu';
2
- import { Menubar as MenubarPrimitive } from '@base-ui/react/menubar';
3
- import { MenuItemVariant } from '../../lib/variants';
4
- import { DropdownMenu, DropdownMenuContent, DropdownMenuGroup, DropdownMenuLabel, DropdownMenuPortal, DropdownMenuRadioGroup, DropdownMenuSeparator, DropdownMenuShortcut, DropdownMenuSub, DropdownMenuSubContent, DropdownMenuSubTrigger, DropdownMenuTrigger } from './dropdown-menu';
5
- import * as React from "react";
6
- type MenubarProps = MenubarPrimitive.Props;
7
- /**
8
- * Horizontal menubar for application-level navigation and actions.
9
- * Typically used at the top of an application with File, Edit, View, Help menus.
10
- */
11
- declare function Menubar({ className, ...props }: MenubarProps): import("react/jsx-runtime").JSX.Element;
12
- type MenubarMenuProps = React.ComponentProps<typeof DropdownMenu>;
13
- /** Individual menu within the menubar. Manages open/close state for a single menu. */
14
- declare function MenubarMenu({ ...props }: MenubarMenuProps): import("react/jsx-runtime").JSX.Element;
15
- type MenubarGroupProps = React.ComponentProps<typeof DropdownMenuGroup>;
16
- /** Groups related menu items together with optional label. */
17
- declare function MenubarGroup({ ...props }: MenubarGroupProps): import("react/jsx-runtime").JSX.Element;
18
- type MenubarPortalProps = React.ComponentProps<typeof DropdownMenuPortal>;
19
- /** Renders menu content in a portal. Automatically used by MenubarContent. */
20
- declare function MenubarPortal({ ...props }: MenubarPortalProps): import("react/jsx-runtime").JSX.Element;
21
- type MenubarTriggerProps = React.ComponentProps<typeof DropdownMenuTrigger>;
22
- /** Button that opens a menu. Use `render` prop to customize. */
23
- declare function MenubarTrigger({ className, ...props }: MenubarTriggerProps): import("react/jsx-runtime").JSX.Element;
24
- type MenubarContentProps = React.ComponentProps<typeof DropdownMenuContent>;
25
- /**
26
- * Menu content container with automatic portal rendering.
27
- * Includes backdrop blur (frosted glass effect) and smooth animations.
28
- */
29
- declare function MenubarContent({ className, align, alignOffset, sideOffset, ...props }: MenubarContentProps): import("react/jsx-runtime").JSX.Element;
30
- type MenubarItemProps = MenuPrimitive.Item.Props & {
31
- /** Adds left padding for items in menus with leading icons/checkboxes. */
32
- inset?: boolean;
33
- /** Visual variant for different action types. @default "default" */
34
- variant?: MenuItemVariant;
35
- };
36
- /**
37
- * Interactive menu item. Supports variants (default, destructive, success, warning, info).
38
- * Use `inset` for items in menus with icons/checkboxes.
39
- */
40
- declare function MenubarItem({ className, inset, variant, ...props }: MenubarItemProps): import("react/jsx-runtime").JSX.Element;
41
- type MenubarCheckboxItemProps = MenuPrimitive.CheckboxItem.Props;
42
- /**
43
- * Menu item with checkbox for toggling independent boolean options.
44
- * Displays checkmark when checked. Use for multiple toggleable settings.
45
- */
46
- declare function MenubarCheckboxItem({ className, children, checked, ...props }: MenubarCheckboxItemProps): import("react/jsx-runtime").JSX.Element;
47
- type MenubarRadioGroupProps = React.ComponentProps<typeof DropdownMenuRadioGroup>;
48
- /** Container for radio items. Manages single selection from mutually exclusive options. */
49
- declare function MenubarRadioGroup({ ...props }: MenubarRadioGroupProps): import("react/jsx-runtime").JSX.Element;
50
- type MenubarRadioItemProps = MenuPrimitive.RadioItem.Props;
51
- /**
52
- * Menu item with radio button for selecting one option from a group.
53
- * Must be wrapped in MenubarRadioGroup. Displays checkmark when selected.
54
- */
55
- declare function MenubarRadioItem({ className, children, ...props }: MenubarRadioItemProps): import("react/jsx-runtime").JSX.Element;
56
- type MenubarLabelProps = React.ComponentProps<typeof DropdownMenuLabel>;
57
- /** Non-interactive label for grouping menu items. Use inside MenubarGroup. */
58
- declare function MenubarLabel({ className, inset, ...props }: MenubarLabelProps): import("react/jsx-runtime").JSX.Element;
59
- type MenubarSeparatorProps = React.ComponentProps<typeof DropdownMenuSeparator>;
60
- /** Visual separator between menu items or groups. */
61
- declare function MenubarSeparator({ className, ...props }: MenubarSeparatorProps): import("react/jsx-runtime").JSX.Element;
62
- type MenubarShortcutProps = React.ComponentProps<typeof DropdownMenuShortcut>;
63
- /**
64
- * Keyboard shortcut hint displayed on the right side of menu items.
65
- * Shows in muted color, highlights on focus. For display only, doesn't bind keys.
66
- */
67
- declare function MenubarShortcut({ className, ...props }: MenubarShortcutProps): import("react/jsx-runtime").JSX.Element;
68
- type MenubarSubProps = React.ComponentProps<typeof DropdownMenuSub>;
69
- /** Container for nested submenu. Manages open/close state for the submenu. */
70
- declare function MenubarSub({ ...props }: MenubarSubProps): import("react/jsx-runtime").JSX.Element;
71
- type MenubarSubTriggerProps = React.ComponentProps<typeof DropdownMenuSubTrigger> & {
72
- /** Adds left padding for alignment with items that have icons/checkboxes. */
73
- inset?: boolean;
74
- };
75
- /**
76
- * Menu item that opens a submenu on hover or click.
77
- * Displays chevron icon automatically. Use inside MenubarSub.
78
- */
79
- declare function MenubarSubTrigger({ className, inset, ...props }: MenubarSubTriggerProps): import("react/jsx-runtime").JSX.Element;
80
- type MenubarSubContentProps = React.ComponentProps<typeof DropdownMenuSubContent>;
81
- /**
82
- * Content container for submenu items.
83
- * Positioned relative to trigger, includes backdrop blur and animations.
84
- */
85
- declare function MenubarSubContent({ className, ...props }: MenubarSubContentProps): import("react/jsx-runtime").JSX.Element;
86
- export { Menubar, MenubarPortal, MenubarMenu, MenubarTrigger, MenubarContent, MenubarGroup, MenubarSeparator, MenubarLabel, MenubarItem, MenubarShortcut, MenubarCheckboxItem, MenubarRadioGroup, MenubarRadioItem, MenubarSub, MenubarSubTrigger, MenubarSubContent, type MenubarProps, type MenubarPortalProps, type MenubarMenuProps, type MenubarTriggerProps, type MenubarContentProps, type MenubarGroupProps, type MenubarSeparatorProps, type MenubarLabelProps, type MenubarItemProps, type MenubarShortcutProps, type MenubarCheckboxItemProps, type MenubarRadioGroupProps, type MenubarRadioItemProps, type MenubarSubProps, type MenubarSubTriggerProps, type MenubarSubContentProps, };
87
- //# sourceMappingURL=menubar.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"menubar.d.ts","sourceRoot":"","sources":["../../../src/components/ui/menubar.tsx"],"names":[],"mappings":"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"}
@@ -1,41 +0,0 @@
1
- import { Dialog as DialogPrimitive } from '@base-ui/react/dialog';
2
- import { Button } from './button';
3
- import * as React from "react";
4
- type ModalProps = DialogPrimitive.Root.Props;
5
- /** Root container for modal dialog. Manages open state and accessibility. */
6
- declare function Modal({ ...props }: ModalProps): import("react/jsx-runtime").JSX.Element;
7
- type ModalTriggerProps = DialogPrimitive.Trigger.Props;
8
- /** Button that opens the modal. Use `render` prop to customize. */
9
- declare function ModalTrigger({ ...props }: ModalTriggerProps): import("react/jsx-runtime").JSX.Element;
10
- type ModalPortalProps = DialogPrimitive.Portal.Props;
11
- /** Portal container for modal content and overlay. */
12
- declare function ModalPortal({ ...props }: ModalPortalProps): import("react/jsx-runtime").JSX.Element;
13
- type ModalOverlayProps = DialogPrimitive.Backdrop.Props;
14
- /** Semi-transparent backdrop overlay with frosted glass effect. */
15
- declare function ModalOverlay({ className, ...props }: ModalOverlayProps): import("react/jsx-runtime").JSX.Element;
16
- type ModalContentProps = DialogPrimitive.Popup.Props & {
17
- /** Modal size variant. @default "default" */
18
- size?: "default" | "sm" | "lg";
19
- };
20
- /**
21
- * Modal content with automatic portal and backdrop.
22
- * Centered, animated popup with size variants.
23
- */
24
- declare function ModalContent({ className, size, ...props }: ModalContentProps): import("react/jsx-runtime").JSX.Element;
25
- type ModalHeaderProps = React.ComponentProps<"div">;
26
- /** Header section for title and description. */
27
- declare function ModalHeader({ className, ...props }: ModalHeaderProps): import("react/jsx-runtime").JSX.Element;
28
- type ModalFooterProps = React.ComponentProps<"div">;
29
- /** Footer section for action buttons. */
30
- declare function ModalFooter({ className, ...props }: ModalFooterProps): import("react/jsx-runtime").JSX.Element;
31
- type ModalTitleProps = React.ComponentProps<typeof DialogPrimitive.Title>;
32
- /** Modal title. Automatically announced by screen readers. */
33
- declare function ModalTitle({ className, ...props }: ModalTitleProps): import("react/jsx-runtime").JSX.Element;
34
- type ModalDescriptionProps = React.ComponentProps<typeof DialogPrimitive.Description>;
35
- /** Modal description text. Supports links with automatic styling. */
36
- declare function ModalDescription({ className, ...props }: ModalDescriptionProps): import("react/jsx-runtime").JSX.Element;
37
- type ModalCloseProps = DialogPrimitive.Close.Props & Pick<React.ComponentProps<typeof Button>, "variant" | "size">;
38
- /** Button that closes the modal. Defaults to outline variant. */
39
- declare function ModalClose({ className, variant, size, ...props }: ModalCloseProps): import("react/jsx-runtime").JSX.Element;
40
- export { Modal, ModalTrigger, ModalPortal, ModalOverlay, ModalContent, ModalHeader, ModalFooter, ModalTitle, ModalDescription, ModalClose, type ModalProps, type ModalTriggerProps, type ModalPortalProps, type ModalOverlayProps, type ModalContentProps, type ModalHeaderProps, type ModalFooterProps, type ModalTitleProps, type ModalDescriptionProps, type ModalCloseProps, };
41
- //# sourceMappingURL=modal.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"modal.d.ts","sourceRoot":"","sources":["../../../src/components/ui/modal.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAC/B,OAAO,EAAE,MAAM,IAAI,eAAe,EAAE,MAAM,uBAAuB,CAAC;AAGlE,OAAO,EAAE,MAAM,EAAE,MAAM,wBAAwB,CAAC;AAEhD,KAAK,UAAU,GAAG,eAAe,CAAC,IAAI,CAAC,KAAK,CAAC;AAE7C,6EAA6E;AAC7E,iBAAS,KAAK,CAAC,EAAE,GAAG,KAAK,EAAE,EAAE,UAAU,2CAEtC;AAED,KAAK,iBAAiB,GAAG,eAAe,CAAC,OAAO,CAAC,KAAK,CAAC;AAEvD,mEAAmE;AACnE,iBAAS,YAAY,CAAC,EAAE,GAAG,KAAK,EAAE,EAAE,iBAAiB,2CAEpD;AAED,KAAK,gBAAgB,GAAG,eAAe,CAAC,MAAM,CAAC,KAAK,CAAC;AAErD,sDAAsD;AACtD,iBAAS,WAAW,CAAC,EAAE,GAAG,KAAK,EAAE,EAAE,gBAAgB,2CAElD;AAED,KAAK,iBAAiB,GAAG,eAAe,CAAC,QAAQ,CAAC,KAAK,CAAC;AAExD,mEAAmE;AACnE,iBAAS,YAAY,CAAC,EAAE,SAAS,EAAE,GAAG,KAAK,EAAE,EAAE,iBAAiB,2CAa/D;AAED,KAAK,iBAAiB,GAAG,eAAe,CAAC,KAAK,CAAC,KAAK,GAAG;IACrD,6CAA6C;IAC7C,IAAI,CAAC,EAAE,SAAS,GAAG,IAAI,GAAG,IAAI,CAAC;CAChC,CAAC;AAEF;;;GAGG;AACH,iBAAS,YAAY,CAAC,EACpB,SAAS,EACT,IAAgB,EAChB,GAAG,KAAK,EACT,EAAE,iBAAiB,2CAuBnB;AAED,KAAK,gBAAgB,GAAG,KAAK,CAAC,cAAc,CAAC,KAAK,CAAC,CAAC;AAEpD,gDAAgD;AAChD,iBAAS,WAAW,CAAC,EAAE,SAAS,EAAE,GAAG,KAAK,EAAE,EAAE,gBAAgB,2CAQ7D;AAED,KAAK,gBAAgB,GAAG,KAAK,CAAC,cAAc,CAAC,KAAK,CAAC,CAAC;AAEpD,yCAAyC;AACzC,iBAAS,WAAW,CAAC,EAAE,SAAS,EAAE,GAAG,KAAK,EAAE,EAAE,gBAAgB,2CAW7D;AAED,KAAK,eAAe,GAAG,KAAK,CAAC,cAAc,CAAC,OAAO,eAAe,CAAC,KAAK,CAAC,CAAC;AAE1E,8DAA8D;AAC9D,iBAAS,UAAU,CAAC,EAAE,SAAS,EAAE,GAAG,KAAK,EAAE,EAAE,eAAe,2CAQ3D;AAED,KAAK,qBAAqB,GAAG,KAAK,CAAC,cAAc,CAC/C,OAAO,eAAe,CAAC,WAAW,CACnC,CAAC;AAEF,qEAAqE;AACrE,iBAAS,gBAAgB,CAAC,EAAE,SAAS,EAAE,GAAG,KAAK,EAAE,EAAE,qBAAqB,2CAYvE;AAED,KAAK,eAAe,GAAG,eAAe,CAAC,KAAK,CAAC,KAAK,GAChD,IAAI,CAAC,KAAK,CAAC,cAAc,CAAC,OAAO,MAAM,CAAC,EAAE,SAAS,GAAG,MAAM,CAAC,CAAC;AAEhE,iEAAiE;AACjE,iBAAS,UAAU,CAAC,EAClB,SAAS,EACT,OAAmB,EACnB,IAAgB,EAChB,GAAG,KAAK,EACT,EAAE,eAAe,2CASjB;AAED,OAAO,EACL,KAAK,EACL,YAAY,EACZ,WAAW,EACX,YAAY,EACZ,YAAY,EACZ,WAAW,EACX,WAAW,EACX,UAAU,EACV,gBAAgB,EAChB,UAAU,EACV,KAAK,UAAU,EACf,KAAK,iBAAiB,EACtB,KAAK,gBAAgB,EACrB,KAAK,iBAAiB,EACtB,KAAK,iBAAiB,EACtB,KAAK,gBAAgB,EACrB,KAAK,gBAAgB,EACrB,KAAK,eAAe,EACpB,KAAK,qBAAqB,EAC1B,KAAK,eAAe,GACrB,CAAC"}
@@ -1,52 +0,0 @@
1
- import { NavigationMenu as NavigationMenuPrimitive } from '@base-ui/react/navigation-menu';
2
- type NavigationMenuProps = NavigationMenuPrimitive.Root.Props;
3
- /**
4
- * Root container for horizontal navigation with mega menu support.
5
- * Manages active state and provides keyboard navigation.
6
- */
7
- declare function NavigationMenu({ className, children, ...props }: NavigationMenuProps): import("react/jsx-runtime").JSX.Element;
8
- type NavigationMenuListProps = NavigationMenuPrimitive.List.Props;
9
- /**
10
- * Container for navigation menu items. Renders as a horizontal list.
11
- */
12
- declare function NavigationMenuList({ className, ...props }: NavigationMenuListProps): import("react/jsx-runtime").JSX.Element;
13
- type NavigationMenuItemProps = NavigationMenuPrimitive.Item.Props;
14
- /**
15
- * Individual navigation item. Can contain a Link or Trigger + Content.
16
- * Use `value` prop to identify the item for controlled state.
17
- */
18
- declare function NavigationMenuItem({ className, ...props }: NavigationMenuItemProps): import("react/jsx-runtime").JSX.Element;
19
- declare const navigationMenuTriggerStyle: (props?: import('class-variance-authority/types').ClassProp | undefined) => string;
20
- type NavigationMenuTriggerProps = NavigationMenuPrimitive.Trigger.Props;
21
- /**
22
- * Button that opens the associated NavigationMenuContent panel.
23
- * Automatically includes a rotating chevron icon.
24
- */
25
- declare function NavigationMenuTrigger({ className, children, ...props }: NavigationMenuTriggerProps): import("react/jsx-runtime").JSX.Element;
26
- type NavigationMenuContentProps = NavigationMenuPrimitive.Content.Props;
27
- /**
28
- * Content panel for mega menus. Opened by NavigationMenuTrigger.
29
- * Automatically renders in a positioned popup with smooth transitions.
30
- */
31
- declare function NavigationMenuContent({ className, ...props }: NavigationMenuContentProps): import("react/jsx-runtime").JSX.Element;
32
- type NavigationMenuPositionerProps = NavigationMenuPrimitive.Positioner.Props;
33
- /**
34
- * Portal container for positioning content panels.
35
- * Automatically included in NavigationMenu - do not use directly.
36
- * @internal
37
- */
38
- declare function NavigationMenuPositioner({ className, side, sideOffset, align, alignOffset, ...props }: NavigationMenuPositionerProps): import("react/jsx-runtime").JSX.Element;
39
- type NavigationMenuLinkProps = NavigationMenuPrimitive.Link.Props;
40
- /**
41
- * Navigation link for direct navigation items or links within content panels.
42
- * Use `active` prop to highlight the current page.
43
- */
44
- declare function NavigationMenuLink({ className, ...props }: NavigationMenuLinkProps): import("react/jsx-runtime").JSX.Element;
45
- type NavigationMenuIndicatorProps = NavigationMenuPrimitive.Icon.Props;
46
- /**
47
- * Visual indicator (arrow) that shows which item is active.
48
- * Optional - not commonly used in modern designs.
49
- */
50
- declare function NavigationMenuIndicator({ className, ...props }: NavigationMenuIndicatorProps): import("react/jsx-runtime").JSX.Element;
51
- export { NavigationMenu, NavigationMenuContent, NavigationMenuIndicator, NavigationMenuItem, NavigationMenuLink, NavigationMenuList, NavigationMenuTrigger, navigationMenuTriggerStyle, NavigationMenuPositioner, type NavigationMenuProps, type NavigationMenuContentProps, type NavigationMenuIndicatorProps, type NavigationMenuItemProps, type NavigationMenuLinkProps, type NavigationMenuListProps, type NavigationMenuTriggerProps, type NavigationMenuPositionerProps, };
52
- //# sourceMappingURL=navigation-menu.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"navigation-menu.d.ts","sourceRoot":"","sources":["../../../src/components/ui/navigation-menu.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,cAAc,IAAI,uBAAuB,EAAE,MAAM,gCAAgC,CAAC;AAM3F,KAAK,mBAAmB,GAAG,uBAAuB,CAAC,IAAI,CAAC,KAAK,CAAC;AAE9D;;;GAGG;AACH,iBAAS,cAAc,CAAC,EACtB,SAAS,EACT,QAAQ,EACR,GAAG,KAAK,EACT,EAAE,mBAAmB,2CAcrB;AAED,KAAK,uBAAuB,GAAG,uBAAuB,CAAC,IAAI,CAAC,KAAK,CAAC;AAElE;;GAEG;AACH,iBAAS,kBAAkB,CAAC,EAAE,SAAS,EAAE,GAAG,KAAK,EAAE,EAAE,uBAAuB,2CAW3E;AAED,KAAK,uBAAuB,GAAG,uBAAuB,CAAC,IAAI,CAAC,KAAK,CAAC;AAElE;;;GAGG;AACH,iBAAS,kBAAkB,CAAC,EAAE,SAAS,EAAE,GAAG,KAAK,EAAE,EAAE,uBAAuB,2CAQ3E;AAED,QAAA,MAAM,0BAA0B,oFAE/B,CAAC;AAEF,KAAK,0BAA0B,GAAG,uBAAuB,CAAC,OAAO,CAAC,KAAK,CAAC;AAExE;;;GAGG;AACH,iBAAS,qBAAqB,CAAC,EAC7B,SAAS,EACT,QAAQ,EACR,GAAG,KAAK,EACT,EAAE,0BAA0B,2CAc5B;AAED,KAAK,0BAA0B,GAAG,uBAAuB,CAAC,OAAO,CAAC,KAAK,CAAC;AAExE;;;GAGG;AACH,iBAAS,qBAAqB,CAAC,EAC7B,SAAS,EACT,GAAG,KAAK,EACT,EAAE,0BAA0B,2CAW5B;AAED,KAAK,6BAA6B,GAAG,uBAAuB,CAAC,UAAU,CAAC,KAAK,CAAC;AAE9E;;;;GAIG;AACH,iBAAS,wBAAwB,CAAC,EAChC,SAAS,EACT,IAAe,EACf,UAAc,EACd,KAAe,EACf,WAAe,EACf,GAAG,KAAK,EACT,EAAE,6BAA6B,2CAuB/B;AAED,KAAK,uBAAuB,GAAG,uBAAuB,CAAC,IAAI,CAAC,KAAK,CAAC;AAElE;;;GAGG;AACH,iBAAS,kBAAkB,CAAC,EAAE,SAAS,EAAE,GAAG,KAAK,EAAE,EAAE,uBAAuB,2CAW3E;AAED,KAAK,4BAA4B,GAAG,uBAAuB,CAAC,IAAI,CAAC,KAAK,CAAC;AAEvE;;;GAGG;AACH,iBAAS,uBAAuB,CAAC,EAC/B,SAAS,EACT,GAAG,KAAK,EACT,EAAE,4BAA4B,2CAa9B;AAED,OAAO,EACL,cAAc,EACd,qBAAqB,EACrB,uBAAuB,EACvB,kBAAkB,EAClB,kBAAkB,EAClB,kBAAkB,EAClB,qBAAqB,EACrB,0BAA0B,EAC1B,wBAAwB,EACxB,KAAK,mBAAmB,EACxB,KAAK,0BAA0B,EAC/B,KAAK,4BAA4B,EACjC,KAAK,uBAAuB,EAC5B,KAAK,uBAAuB,EAC5B,KAAK,uBAAuB,EAC5B,KAAK,0BAA0B,EAC/B,KAAK,6BAA6B,GACnC,CAAC"}
@@ -1,42 +0,0 @@
1
- import { Button } from './button';
2
- import * as React from "react";
3
- type PaginationProps = React.ComponentProps<"nav">;
4
- /**
5
- * Root pagination navigation container.
6
- */
7
- declare function Pagination({ className, ...props }: PaginationProps): import("react/jsx-runtime").JSX.Element;
8
- type PaginationContentProps = React.ComponentProps<"ul">;
9
- /**
10
- * Container for pagination items. Renders as a flex list.
11
- */
12
- declare function PaginationContent({ className, ...props }: PaginationContentProps): import("react/jsx-runtime").JSX.Element;
13
- type PaginationItemProps = React.ComponentProps<"li">;
14
- /**
15
- * Wrapper for individual pagination elements (links, ellipsis, controls).
16
- */
17
- declare function PaginationItem({ ...props }: PaginationItemProps): import("react/jsx-runtime").JSX.Element;
18
- type PaginationLinkProps = {
19
- /** Whether this page link is the current active page. */
20
- isActive?: boolean;
21
- } & Pick<React.ComponentProps<typeof Button>, "size"> & React.ComponentProps<"a">;
22
- /**
23
- * Clickable page number link. Use `isActive` to highlight the current page.
24
- */
25
- declare function PaginationLink({ className, isActive, size, ...props }: PaginationLinkProps): import("react/jsx-runtime").JSX.Element;
26
- type PaginationPreviousProps = React.ComponentProps<typeof PaginationLink>;
27
- /**
28
- * Previous page button with chevron icon and "Previous" text (hidden on mobile).
29
- */
30
- declare function PaginationPrevious({ className, ...props }: PaginationPreviousProps): import("react/jsx-runtime").JSX.Element;
31
- type PaginationNextProps = React.ComponentProps<typeof PaginationLink>;
32
- /**
33
- * Next page button with chevron icon and "Next" text (hidden on mobile).
34
- */
35
- declare function PaginationNext({ className, ...props }: PaginationNextProps): import("react/jsx-runtime").JSX.Element;
36
- type PaginationEllipsisProps = React.ComponentProps<"span">;
37
- /**
38
- * Ellipsis indicator for skipped pages. Use between page numbers to show truncated ranges.
39
- */
40
- declare function PaginationEllipsis({ className, ...props }: PaginationEllipsisProps): import("react/jsx-runtime").JSX.Element;
41
- export { Pagination, PaginationContent, PaginationEllipsis, PaginationItem, PaginationLink, PaginationNext, PaginationPrevious, type PaginationProps, type PaginationContentProps, type PaginationItemProps, type PaginationLinkProps, type PaginationPreviousProps, type PaginationNextProps, type PaginationEllipsisProps, };
42
- //# sourceMappingURL=pagination.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"pagination.d.ts","sourceRoot":"","sources":["../../../src/components/ui/pagination.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAG/B,OAAO,EAAE,MAAM,EAAE,MAAM,wBAAwB,CAAC;AAOhD,KAAK,eAAe,GAAG,KAAK,CAAC,cAAc,CAAC,KAAK,CAAC,CAAC;AAEnD;;GAEG;AACH,iBAAS,UAAU,CAAC,EAAE,SAAS,EAAE,GAAG,KAAK,EAAE,EAAE,eAAe,2CAU3D;AAED,KAAK,sBAAsB,GAAG,KAAK,CAAC,cAAc,CAAC,IAAI,CAAC,CAAC;AAEzD;;GAEG;AACH,iBAAS,iBAAiB,CAAC,EAAE,SAAS,EAAE,GAAG,KAAK,EAAE,EAAE,sBAAsB,2CAQzE;AAED,KAAK,mBAAmB,GAAG,KAAK,CAAC,cAAc,CAAC,IAAI,CAAC,CAAC;AAEtD;;GAEG;AACH,iBAAS,cAAc,CAAC,EAAE,GAAG,KAAK,EAAE,EAAE,mBAAmB,2CAExD;AAED,KAAK,mBAAmB,GAAG;IACzB,yDAAyD;IACzD,QAAQ,CAAC,EAAE,OAAO,CAAC;CACpB,GAAG,IAAI,CAAC,KAAK,CAAC,cAAc,CAAC,OAAO,MAAM,CAAC,EAAE,MAAM,CAAC,GACnD,KAAK,CAAC,cAAc,CAAC,GAAG,CAAC,CAAC;AAE5B;;GAEG;AACH,iBAAS,cAAc,CAAC,EACtB,SAAS,EACT,QAAQ,EACR,IAAa,EACb,GAAG,KAAK,EACT,EAAE,mBAAmB,2CAiBrB;AAED,KAAK,uBAAuB,GAAG,KAAK,CAAC,cAAc,CAAC,OAAO,cAAc,CAAC,CAAC;AAE3E;;GAEG;AACH,iBAAS,kBAAkB,CAAC,EAAE,SAAS,EAAE,GAAG,KAAK,EAAE,EAAE,uBAAuB,2CAW3E;AAED,KAAK,mBAAmB,GAAG,KAAK,CAAC,cAAc,CAAC,OAAO,cAAc,CAAC,CAAC;AAEvE;;GAEG;AACH,iBAAS,cAAc,CAAC,EAAE,SAAS,EAAE,GAAG,KAAK,EAAE,EAAE,mBAAmB,2CAWnE;AAED,KAAK,uBAAuB,GAAG,KAAK,CAAC,cAAc,CAAC,MAAM,CAAC,CAAC;AAE5D;;GAEG;AACH,iBAAS,kBAAkB,CAAC,EAAE,SAAS,EAAE,GAAG,KAAK,EAAE,EAAE,uBAAuB,2CAe3E;AAED,OAAO,EACL,UAAU,EACV,iBAAiB,EACjB,kBAAkB,EAClB,cAAc,EACd,cAAc,EACd,cAAc,EACd,kBAAkB,EAClB,KAAK,eAAe,EACpB,KAAK,sBAAsB,EAC3B,KAAK,mBAAmB,EACxB,KAAK,mBAAmB,EACxB,KAAK,uBAAuB,EAC5B,KAAK,mBAAmB,EACxB,KAAK,uBAAuB,GAC7B,CAAC"}
@@ -1,42 +0,0 @@
1
- import { Popover as PopoverPrimitive } from '@base-ui/react/popover';
2
- import * as React from "react";
3
- type PopoverProps = PopoverPrimitive.Root.Props;
4
- /**
5
- * Popover root component. Groups all parts of the popover and manages open state.
6
- * Use with `open`/`onOpenChange` for controlled state, or `defaultOpen` for uncontrolled.
7
- */
8
- declare function Popover({ ...props }: PopoverProps): import("react/jsx-runtime").JSX.Element;
9
- type PopoverTriggerProps = PopoverPrimitive.Trigger.Props;
10
- /**
11
- * Button that opens the popover. Use `render` prop to customize the trigger element.
12
- */
13
- declare function PopoverTrigger({ ...props }: PopoverTriggerProps): import("react/jsx-runtime").JSX.Element;
14
- type PopoverContentProps = PopoverPrimitive.Popup.Props & Pick<PopoverPrimitive.Positioner.Props, "align" | "alignOffset" | "side" | "sideOffset">;
15
- /**
16
- * Popover content with automatic portal and positioning.
17
- * Animates in/out with fade and zoom effects. Default width is w-72 (18rem).
18
- *
19
- * @param align - Horizontal alignment relative to trigger. @default "center"
20
- * @param alignOffset - Offset in pixels along alignment axis. @default 0
21
- * @param side - Which side of trigger to display on. @default "bottom"
22
- * @param sideOffset - Distance in pixels from trigger. @default 4
23
- */
24
- declare function PopoverContent({ className, align, alignOffset, side, sideOffset, ...props }: PopoverContentProps): import("react/jsx-runtime").JSX.Element;
25
- type PopoverHeaderProps = React.ComponentProps<"div">;
26
- /**
27
- * Optional header wrapper for PopoverTitle and PopoverDescription.
28
- * Provides consistent spacing between title and description.
29
- */
30
- declare function PopoverHeader({ className, ...props }: PopoverHeaderProps): import("react/jsx-runtime").JSX.Element;
31
- type PopoverTitleProps = PopoverPrimitive.Title.Props;
32
- /**
33
- * Heading that labels the popover. Renders an h2 element with proper ARIA attributes.
34
- */
35
- declare function PopoverTitle({ className, ...props }: PopoverTitleProps): import("react/jsx-runtime").JSX.Element;
36
- type PopoverDescriptionProps = PopoverPrimitive.Description.Props;
37
- /**
38
- * Optional description text for the popover. Styled with muted foreground color.
39
- */
40
- declare function PopoverDescription({ className, ...props }: PopoverDescriptionProps): import("react/jsx-runtime").JSX.Element;
41
- export { Popover, PopoverContent, PopoverDescription, PopoverHeader, PopoverTitle, PopoverTrigger, type PopoverProps, type PopoverContentProps, type PopoverDescriptionProps, type PopoverHeaderProps, type PopoverTitleProps, type PopoverTriggerProps, };
42
- //# sourceMappingURL=popover.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"popover.d.ts","sourceRoot":"","sources":["../../../src/components/ui/popover.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAC/B,OAAO,EAAE,OAAO,IAAI,gBAAgB,EAAE,MAAM,wBAAwB,CAAC;AAIrE,KAAK,YAAY,GAAG,gBAAgB,CAAC,IAAI,CAAC,KAAK,CAAC;AAEhD;;;GAGG;AACH,iBAAS,OAAO,CAAC,EAAE,GAAG,KAAK,EAAE,EAAE,YAAY,2CAE1C;AAED,KAAK,mBAAmB,GAAG,gBAAgB,CAAC,OAAO,CAAC,KAAK,CAAC;AAE1D;;GAEG;AACH,iBAAS,cAAc,CAAC,EAAE,GAAG,KAAK,EAAE,EAAE,mBAAmB,2CAExD;AAED,KAAK,mBAAmB,GAAG,gBAAgB,CAAC,KAAK,CAAC,KAAK,GACrD,IAAI,CACF,gBAAgB,CAAC,UAAU,CAAC,KAAK,EACjC,OAAO,GAAG,aAAa,GAAG,MAAM,GAAG,YAAY,CAChD,CAAC;AAEJ;;;;;;;;GAQG;AACH,iBAAS,cAAc,CAAC,EACtB,SAAS,EACT,KAAgB,EAChB,WAAe,EACf,IAAe,EACf,UAAc,EACd,GAAG,KAAK,EACT,EAAE,mBAAmB,2CAqBrB;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,2CAQjE;AAED,KAAK,iBAAiB,GAAG,gBAAgB,CAAC,KAAK,CAAC,KAAK,CAAC;AAEtD;;GAEG;AACH,iBAAS,YAAY,CAAC,EAAE,SAAS,EAAE,GAAG,KAAK,EAAE,EAAE,iBAAiB,2CAQ/D;AAED,KAAK,uBAAuB,GAAG,gBAAgB,CAAC,WAAW,CAAC,KAAK,CAAC;AAElE;;GAEG;AACH,iBAAS,kBAAkB,CAAC,EAAE,SAAS,EAAE,GAAG,KAAK,EAAE,EAAE,uBAAuB,2CAQ3E;AAED,OAAO,EACL,OAAO,EACP,cAAc,EACd,kBAAkB,EAClB,aAAa,EACb,YAAY,EACZ,cAAc,EACd,KAAK,YAAY,EACjB,KAAK,mBAAmB,EACxB,KAAK,uBAAuB,EAC5B,KAAK,kBAAkB,EACvB,KAAK,iBAAiB,EACtB,KAAK,mBAAmB,GACzB,CAAC"}
@@ -1,30 +0,0 @@
1
- import { Progress as ProgressPrimitive } from '@base-ui/react/progress';
2
- type ProgressProps = ProgressPrimitive.Root.Props;
3
- /**
4
- * Root container for progress bar with label and value support.
5
- * Automatically includes track and indicator. Use `value={null}` for indeterminate state.
6
- */
7
- declare function Progress({ className, children, value, ...props }: ProgressProps): import("react/jsx-runtime").JSX.Element;
8
- type ProgressTrackProps = ProgressPrimitive.Track.Props;
9
- /**
10
- * Container for the progress indicator. Customize height with className (e.g., `h-2`, `h-3`).
11
- */
12
- declare function ProgressTrack({ className, ...props }: ProgressTrackProps): import("react/jsx-runtime").JSX.Element;
13
- type ProgressIndicatorProps = ProgressPrimitive.Indicator.Props;
14
- /**
15
- * Visual indicator showing progress completion. Customize color with className
16
- * (e.g., `bg-green-500`, `bg-red-500` for semantic states).
17
- */
18
- declare function ProgressIndicator({ className, ...props }: ProgressIndicatorProps): import("react/jsx-runtime").JSX.Element;
19
- type ProgressLabelProps = ProgressPrimitive.Label.Props;
20
- /**
21
- * Text label describing the progress task.
22
- */
23
- declare function ProgressLabel({ className, ...props }: ProgressLabelProps): import("react/jsx-runtime").JSX.Element;
24
- type ProgressValueProps = ProgressPrimitive.Value.Props;
25
- /**
26
- * Displays formatted progress value (e.g., "65%"). Auto-positioned to right via `ml-auto`.
27
- */
28
- declare function ProgressValue({ className, ...props }: ProgressValueProps): import("react/jsx-runtime").JSX.Element;
29
- export { Progress, ProgressTrack, ProgressIndicator, ProgressLabel, ProgressValue, type ProgressProps, type ProgressTrackProps, type ProgressIndicatorProps, type ProgressLabelProps, type ProgressValueProps, };
30
- //# sourceMappingURL=progress.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"progress.d.ts","sourceRoot":"","sources":["../../../src/components/ui/progress.tsx"],"names":[],"mappings":"AAEA,OAAO,EAAE,QAAQ,IAAI,iBAAiB,EAAE,MAAM,yBAAyB,CAAC;AAIxE,KAAK,aAAa,GAAG,iBAAiB,CAAC,IAAI,CAAC,KAAK,CAAC;AAElD;;;GAGG;AACH,iBAAS,QAAQ,CAAC,EAAE,SAAS,EAAE,QAAQ,EAAE,KAAK,EAAE,GAAG,KAAK,EAAE,EAAE,aAAa,2CAWxE;AAED,KAAK,kBAAkB,GAAG,iBAAiB,CAAC,KAAK,CAAC,KAAK,CAAC;AAExD;;GAEG;AACH,iBAAS,aAAa,CAAC,EAAE,SAAS,EAAE,GAAG,KAAK,EAAE,EAAE,kBAAkB,2CAWjE;AAED,KAAK,sBAAsB,GAAG,iBAAiB,CAAC,SAAS,CAAC,KAAK,CAAC;AAEhE;;;GAGG;AACH,iBAAS,iBAAiB,CAAC,EAAE,SAAS,EAAE,GAAG,KAAK,EAAE,EAAE,sBAAsB,2CAQzE;AAED,KAAK,kBAAkB,GAAG,iBAAiB,CAAC,KAAK,CAAC,KAAK,CAAC;AAExD;;GAEG;AACH,iBAAS,aAAa,CAAC,EAAE,SAAS,EAAE,GAAG,KAAK,EAAE,EAAE,kBAAkB,2CAQjE;AAED,KAAK,kBAAkB,GAAG,iBAAiB,CAAC,KAAK,CAAC,KAAK,CAAC;AAExD;;GAEG;AACH,iBAAS,aAAa,CAAC,EAAE,SAAS,EAAE,GAAG,KAAK,EAAE,EAAE,kBAAkB,2CAWjE;AAED,OAAO,EACL,QAAQ,EACR,aAAa,EACb,iBAAiB,EACjB,aAAa,EACb,aAAa,EACb,KAAK,aAAa,EAClB,KAAK,kBAAkB,EACvB,KAAK,sBAAsB,EAC3B,KAAK,kBAAkB,EACvB,KAAK,kBAAkB,GACxB,CAAC"}
@@ -1,16 +0,0 @@
1
- import { Radio as RadioPrimitive } from '@base-ui/react/radio';
2
- import { RadioGroup as RadioGroupPrimitive } from '@base-ui/react/radio-group';
3
- type RadioGroupProps = RadioGroupPrimitive.Props;
4
- /**
5
- * Container for radio button items. Manages shared state and ensures only one option can be selected.
6
- * Supports controlled and uncontrolled usage.
7
- */
8
- declare function RadioGroup({ className, ...props }: RadioGroupProps): import("react/jsx-runtime").JSX.Element;
9
- type RadioGroupItemProps = RadioPrimitive.Root.Props;
10
- /**
11
- * Individual radio button item. Use with RadioGroup to create mutually exclusive selections.
12
- * Automatically renders an indicator when checked.
13
- */
14
- declare function RadioGroupItem({ className, ...props }: RadioGroupItemProps): import("react/jsx-runtime").JSX.Element;
15
- export { RadioGroup, RadioGroupItem, type RadioGroupProps, type RadioGroupItemProps, };
16
- //# sourceMappingURL=radio-group.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"radio-group.d.ts","sourceRoot":"","sources":["../../../src/components/ui/radio-group.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,KAAK,IAAI,cAAc,EAAE,MAAM,sBAAsB,CAAC;AAC/D,OAAO,EAAE,UAAU,IAAI,mBAAmB,EAAE,MAAM,4BAA4B,CAAC;AAK/E,KAAK,eAAe,GAAG,mBAAmB,CAAC,KAAK,CAAC;AAEjD;;;GAGG;AACH,iBAAS,UAAU,CAAC,EAAE,SAAS,EAAE,GAAG,KAAK,EAAE,EAAE,eAAe,2CAQ3D;AAED,KAAK,mBAAmB,GAAG,cAAc,CAAC,IAAI,CAAC,KAAK,CAAC;AAErD;;;GAGG;AACH,iBAAS,cAAc,CAAC,EAAE,SAAS,EAAE,GAAG,KAAK,EAAE,EAAE,mBAAmB,2CAkBnE;AAED,OAAO,EACL,UAAU,EACV,cAAc,EACd,KAAK,eAAe,EACpB,KAAK,mBAAmB,GACzB,CAAC"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"resizable.d.ts","sourceRoot":"","sources":["../../../src/components/ui/resizable.tsx"],"names":[],"mappings":"AAEA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAC/B,OAAO,EACL,KAAK,IAAI,UAAU,EACnB,KAAK,EACL,SAAS,IAAI,iBAAiB,EAE/B,MAAM,wBAAwB,CAAC;AAgBhC,KAAK,wBAAwB,GAAG,KAAK,CAAC,cAAc,CAAC,OAAO,UAAU,CAAC,CAAC;AAExE;;;GAGG;AACH,iBAAS,mBAAmB,CAAC,EAC3B,SAAS,EACT,GAAG,KAAK,EACT,EAAE,wBAAwB,2CAW1B;AAED,KAAK,mBAAmB,GAAG,IAAI,CAC7B,KAAK,CAAC,cAAc,CAAC,OAAO,KAAK,CAAC,EAClC,UAAU,CACX,GAAG;IACF,oGAAoG;IACpG,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,gFAAgF;IAChF,SAAS,CAAC,EAAE,OAAO,CAAC;IACpB,6FAA6F;IAC7F,QAAQ,CAAC,EAAE,MAAM,CAAC;CACnB,CAAC;AAEF;;;;;;;;;GASG;AACH,iBAAS,cAAc,CAAC,EACtB,SAAS,EACT,QAAQ,EACR,SAAS,EACT,QAA2B,EAC3B,GAAG,KAAK,EACT,EAAE,mBAAmB,2CAoFrB;AAED,KAAK,oBAAoB,GAAG,KAAK,CAAC,cAAc,CAAC,OAAO,iBAAiB,CAAC,GAAG;IAC3E,4EAA4E;IAC5E,UAAU,CAAC,EAAE,OAAO,CAAC;CACtB,CAAC;AAEF;;;GAGG;AACH,iBAAS,eAAe,CAAC,EACvB,UAAU,EACV,SAAS,EACT,GAAG,KAAK,EACT,EAAE,oBAAoB,2CAetB;AAED,OAAO,EACL,mBAAmB,EACnB,cAAc,EACd,eAAe,EACf,KAAK,wBAAwB,EAC7B,KAAK,mBAAmB,EACxB,KAAK,oBAAoB,GAC1B,CAAC"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"scroll-area.d.ts","sourceRoot":"","sources":["../../../src/components/ui/scroll-area.tsx"],"names":[],"mappings":"AACA,OAAO,EAAE,UAAU,IAAI,mBAAmB,EAAE,MAAM,4BAA4B,CAAC;AAI/E;;;;GAIG;AACH,MAAM,MAAM,eAAe,GAAG,mBAAmB,CAAC,IAAI,CAAC,KAAK,CAAC;AAE7D;;;;;;;;;;;;;;;;;;;;;;;;;;GA0BG;AACH,iBAAS,UAAU,CAAC,EAAE,SAAS,EAAE,QAAQ,EAAE,GAAG,KAAK,EAAE,EAAE,eAAe,2CAiBrE;AAED;;;;GAIG;AACH,MAAM,MAAM,cAAc,GAAG,mBAAmB,CAAC,SAAS,CAAC,KAAK,CAAC;AAEjE;;;;;;;;;;;;;;;;;;;GAmBG;AACH,iBAAS,SAAS,CAAC,EACjB,SAAS,EACT,WAAwB,EACxB,GAAG,KAAK,EACT,EAAE,cAAc,2CAkBhB;AAED,OAAO,EAAE,UAAU,EAAE,SAAS,EAAE,CAAC"}
@@ -1,58 +0,0 @@
1
- import { Select as SelectPrimitive } from '@base-ui/react/select';
2
- import * as React from "react";
3
- type SelectProps<T = unknown> = SelectPrimitive.Root.Props<T>;
4
- /**
5
- * Select root component. Manages select state and provides context to children.
6
- * Use with SelectTrigger, SelectContent, SelectItem, and SelectValue.
7
- */
8
- declare const Select: typeof SelectPrimitive.Root;
9
- type SelectGroupProps = SelectPrimitive.Group.Props;
10
- /**
11
- * Groups related select items with a label.
12
- */
13
- declare function SelectGroup({ className, ...props }: SelectGroupProps): import("react/jsx-runtime").JSX.Element;
14
- type SelectValueProps = SelectPrimitive.Value.Props;
15
- /**
16
- * Displays the selected item's value or placeholder text.
17
- */
18
- declare function SelectValue({ className, ...props }: SelectValueProps): import("react/jsx-runtime").JSX.Element;
19
- type SelectTriggerProps = SelectPrimitive.Trigger.Props & {
20
- /** Select trigger size. @default "default" */
21
- size?: "sm" | "default";
22
- };
23
- /**
24
- * Button that opens the select dropdown. Automatically includes chevron icon.
25
- */
26
- declare function SelectTrigger({ className, size, children, ...props }: SelectTriggerProps): import("react/jsx-runtime").JSX.Element;
27
- type SelectContentProps = SelectPrimitive.Popup.Props & Pick<SelectPrimitive.Positioner.Props, "align" | "alignOffset" | "side" | "sideOffset" | "alignItemWithTrigger">;
28
- /**
29
- * Select dropdown content. Automatically renders in a portal with positioning and scroll buttons.
30
- */
31
- declare function SelectContent({ className, children, side, sideOffset, align, alignOffset, alignItemWithTrigger, ...props }: SelectContentProps): import("react/jsx-runtime").JSX.Element;
32
- type SelectLabelProps = SelectPrimitive.GroupLabel.Props;
33
- /**
34
- * Label for a group of select items.
35
- */
36
- declare function SelectLabel({ className, ...props }: SelectLabelProps): import("react/jsx-runtime").JSX.Element;
37
- type SelectItemProps = SelectPrimitive.Item.Props;
38
- /**
39
- * Individual selectable item. Automatically shows check icon when selected.
40
- */
41
- declare function SelectItem({ className, children, ...props }: SelectItemProps): import("react/jsx-runtime").JSX.Element;
42
- type SelectSeparatorProps = SelectPrimitive.Separator.Props;
43
- /**
44
- * Visual separator between select groups.
45
- */
46
- declare function SelectSeparator({ className, ...props }: SelectSeparatorProps): import("react/jsx-runtime").JSX.Element;
47
- type SelectScrollUpButtonProps = React.ComponentProps<typeof SelectPrimitive.ScrollUpArrow>;
48
- /**
49
- * Scroll indicator button at the top of scrollable content.
50
- */
51
- declare function SelectScrollUpButton({ className, ...props }: SelectScrollUpButtonProps): import("react/jsx-runtime").JSX.Element;
52
- type SelectScrollDownButtonProps = React.ComponentProps<typeof SelectPrimitive.ScrollDownArrow>;
53
- /**
54
- * Scroll indicator button at the bottom of scrollable content.
55
- */
56
- declare function SelectScrollDownButton({ className, ...props }: SelectScrollDownButtonProps): import("react/jsx-runtime").JSX.Element;
57
- export { Select, SelectContent, SelectGroup, SelectItem, SelectLabel, SelectScrollDownButton, SelectScrollUpButton, SelectSeparator, SelectTrigger, SelectValue, type SelectProps, type SelectContentProps, type SelectGroupProps, type SelectItemProps, type SelectLabelProps, type SelectScrollDownButtonProps, type SelectScrollUpButtonProps, type SelectSeparatorProps, type SelectTriggerProps, type SelectValueProps, };
58
- //# sourceMappingURL=select.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"select.d.ts","sourceRoot":"","sources":["../../../src/components/ui/select.tsx"],"names":[],"mappings":"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"}
@@ -1,9 +0,0 @@
1
- import { Separator as SeparatorPrimitive } from '@base-ui/react/separator';
2
- type SeparatorProps = SeparatorPrimitive.Props;
3
- /**
4
- * Visual divider for separating content sections.
5
- * Supports both horizontal (default) and vertical orientations.
6
- */
7
- declare function Separator({ className, orientation, ...props }: SeparatorProps): import("react/jsx-runtime").JSX.Element;
8
- export { Separator, type SeparatorProps };
9
- //# sourceMappingURL=separator.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"separator.d.ts","sourceRoot":"","sources":["../../../src/components/ui/separator.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,SAAS,IAAI,kBAAkB,EAAE,MAAM,0BAA0B,CAAC;AAI3E,KAAK,cAAc,GAAG,kBAAkB,CAAC,KAAK,CAAC;AAE/C;;;GAGG;AACH,iBAAS,SAAS,CAAC,EACjB,SAAS,EACT,WAA0B,EAC1B,GAAG,KAAK,EACT,EAAE,cAAc,2CAYhB;AAED,OAAO,EAAE,SAAS,EAAE,KAAK,cAAc,EAAE,CAAC"}