@minidev.fun/ui 1.0.3 → 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 (263) 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/minidev.fun/undefined/index.js +3 -3
  20. package/dist/components/ui/src/components/ui/accordion.d.ts +2 -0
  21. package/dist/components/ui/src/components/ui/alert-dialog.d.ts +2 -0
  22. package/dist/components/ui/src/components/ui/alert.d.ts +2 -0
  23. package/dist/components/ui/src/components/ui/aspect-ratio.d.ts +2 -0
  24. package/dist/components/ui/src/components/ui/avatar.d.ts +2 -0
  25. package/dist/components/ui/src/components/ui/badge.d.ts +2 -0
  26. package/dist/components/ui/src/components/ui/breadcrumb.d.ts +2 -0
  27. package/dist/components/ui/src/components/ui/button-group.d.ts +2 -0
  28. package/dist/components/ui/src/components/ui/button.d.ts +2 -0
  29. package/dist/components/ui/src/components/ui/calendar.d.ts +2 -0
  30. package/dist/components/ui/src/components/ui/card.d.ts +2 -0
  31. package/dist/components/ui/src/components/ui/carousel.d.ts +2 -0
  32. package/dist/components/ui/src/components/ui/chart.d.ts +2 -0
  33. package/dist/components/ui/src/components/ui/checkbox.d.ts +2 -0
  34. package/dist/components/ui/src/components/ui/collapsible.d.ts +2 -0
  35. package/dist/components/ui/src/components/ui/combobox.d.ts +2 -0
  36. package/dist/components/ui/src/components/ui/command.d.ts +2 -0
  37. package/dist/components/ui/src/components/ui/context-menu.d.ts +2 -0
  38. package/dist/components/ui/src/components/ui/context-menu.js +1 -1
  39. package/dist/components/ui/src/components/ui/dialog.d.ts +2 -0
  40. package/dist/components/ui/src/components/ui/drawer.d.ts +2 -0
  41. package/dist/components/ui/src/components/ui/dropdown-menu.d.ts +2 -0
  42. package/dist/components/ui/src/components/ui/dropdown-menu.js +1 -1
  43. package/dist/components/ui/src/components/ui/empty.d.ts +2 -0
  44. package/dist/components/ui/src/components/ui/field.d.ts +2 -0
  45. package/dist/components/ui/src/components/ui/hover-card.d.ts +2 -0
  46. package/dist/components/ui/src/components/ui/input-group.d.ts +2 -0
  47. package/dist/components/ui/src/components/ui/input-otp.d.ts +2 -0
  48. package/dist/components/ui/src/components/ui/input.d.ts +2 -0
  49. package/dist/components/ui/src/components/ui/item.d.ts +2 -0
  50. package/dist/components/ui/src/components/ui/kbd.d.ts +2 -0
  51. package/dist/components/ui/src/components/ui/label.d.ts +2 -0
  52. package/dist/components/ui/src/components/ui/menubar.d.ts +2 -0
  53. package/dist/components/ui/src/components/ui/menubar.js +1 -1
  54. package/dist/components/ui/src/components/ui/modal.d.ts +2 -0
  55. package/dist/components/ui/src/components/ui/navigation-menu.d.ts +2 -0
  56. package/dist/components/ui/src/components/ui/pagination.d.ts +2 -0
  57. package/dist/components/ui/src/components/ui/popover.d.ts +2 -0
  58. package/dist/components/ui/src/components/ui/progress.d.ts +2 -0
  59. package/dist/components/ui/src/components/ui/radio-group.d.ts +2 -0
  60. package/dist/components/ui/src/components/ui/resizable.d.ts +2 -0
  61. package/dist/components/ui/src/components/ui/scroll-area.d.ts +2 -0
  62. package/dist/components/ui/src/components/ui/select.d.ts +2 -0
  63. package/dist/components/ui/src/components/ui/separator.d.ts +2 -0
  64. package/dist/components/ui/src/components/ui/sheet.d.ts +2 -0
  65. package/dist/components/ui/src/components/ui/sidebar.d.ts +2 -0
  66. package/dist/components/ui/src/components/ui/skeleton.d.ts +2 -0
  67. package/dist/components/ui/src/components/ui/slider.d.ts +2 -0
  68. package/dist/components/ui/src/components/ui/sonner.d.ts +2 -0
  69. package/dist/components/ui/src/components/ui/spinner.d.ts +2 -0
  70. package/dist/components/ui/src/components/ui/switch.d.ts +2 -0
  71. package/dist/components/ui/src/components/ui/table.d.ts +2 -0
  72. package/dist/components/ui/src/components/ui/tabs.d.ts +2 -0
  73. package/dist/components/ui/src/components/ui/textarea.d.ts +2 -0
  74. package/dist/components/ui/src/components/ui/toast.d.ts +2 -0
  75. package/dist/components/ui/src/components/ui/toggle-group.d.ts +2 -0
  76. package/dist/components/ui/src/components/ui/toggle.d.ts +2 -0
  77. package/dist/components/ui/src/components/ui/tooltip.d.ts +2 -0
  78. package/dist/context-menu.d.ts +97 -0
  79. package/dist/dialog.d.ts +90 -0
  80. package/dist/drawer.d.ts +61 -0
  81. package/dist/dropdown-menu.d.ts +121 -0
  82. package/dist/empty.d.ts +56 -0
  83. package/dist/field.d.ts +109 -0
  84. package/dist/hooks/src/hooks/use-mobile.d.ts +2 -0
  85. package/dist/hover-card.d.ts +28 -0
  86. package/dist/index.d.ts +290 -0
  87. package/dist/input-group.d.ts +106 -0
  88. package/dist/input-otp.d.ts +43 -0
  89. package/dist/input.d.ts +14 -0
  90. package/dist/item.d.ts +101 -0
  91. package/dist/kbd.d.ts +19 -0
  92. package/dist/label.d.ts +12 -0
  93. package/dist/lib/utils.d.ts +2 -23
  94. package/dist/menubar.d.ts +205 -0
  95. package/dist/modal.d.ts +104 -0
  96. package/dist/navigation-menu.d.ts +66 -0
  97. package/dist/pagination.d.ts +99 -0
  98. package/dist/popover.d.ts +55 -0
  99. package/dist/progress.d.ts +41 -0
  100. package/dist/radio-group.d.ts +21 -0
  101. package/dist/{components/ui/resizable.d.ts → resizable.d.ts} +47 -38
  102. package/dist/{components/ui/scroll-area.d.ts → scroll-area.d.ts} +69 -64
  103. package/dist/select.d.ts +79 -0
  104. package/dist/separator.d.ts +12 -0
  105. package/dist/sheet.d.ts +68 -0
  106. package/dist/sidebar.d.ts +288 -0
  107. package/dist/skeleton.d.ts +11 -0
  108. package/dist/{components/ui/slider.d.ts → slider.d.ts} +24 -21
  109. package/dist/{components/ui/sonner.d.ts → sonner.d.ts} +27 -21
  110. package/dist/spinner.d.ts +11 -0
  111. package/dist/src/components/minidev.fun/color-mode/color-mode-initializer.js.map +1 -0
  112. package/dist/{components → src/components}/minidev.fun/color-mode/color-mode-toggle.js +6 -6
  113. package/dist/src/components/minidev.fun/color-mode/color-mode-toggle.js.map +1 -0
  114. package/dist/src/components/minidev.fun/color-mode/use-color-mode.js.map +1 -0
  115. package/dist/{lib → src/lib}/variants.js +1 -1
  116. package/dist/src/lib/variants.js.map +1 -0
  117. package/dist/switch.d.ts +15 -0
  118. package/dist/table.d.ts +68 -0
  119. package/dist/tabs.d.ts +42 -0
  120. package/dist/{components/ui/textarea.d.ts → textarea.d.ts} +21 -18
  121. package/dist/toast.d.ts +15 -0
  122. package/dist/toggle-group.d.ts +36 -0
  123. package/dist/toggle.d.ts +19 -0
  124. package/dist/tooltip.d.ts +36 -0
  125. package/dist/{hooks/use-mobile.d.ts → use-mobile.d.ts} +19 -18
  126. package/dist/utils.d.ts +25 -0
  127. package/package.json +1 -1
  128. package/dist/components/minidev.fun/color-mode/color-mode-initializer.d.ts +0 -46
  129. package/dist/components/minidev.fun/color-mode/color-mode-initializer.d.ts.map +0 -1
  130. package/dist/components/minidev.fun/color-mode/color-mode-initializer.js.map +0 -1
  131. package/dist/components/minidev.fun/color-mode/color-mode-toggle.d.ts +0 -106
  132. package/dist/components/minidev.fun/color-mode/color-mode-toggle.d.ts.map +0 -1
  133. package/dist/components/minidev.fun/color-mode/color-mode-toggle.js.map +0 -1
  134. package/dist/components/minidev.fun/color-mode/index.d.ts +0 -4
  135. package/dist/components/minidev.fun/color-mode/index.d.ts.map +0 -1
  136. package/dist/components/minidev.fun/color-mode/use-color-mode.d.ts +0 -91
  137. package/dist/components/minidev.fun/color-mode/use-color-mode.d.ts.map +0 -1
  138. package/dist/components/minidev.fun/color-mode/use-color-mode.js.map +0 -1
  139. package/dist/components/minidev.fun/first-light/first-light-filters.d.ts +0 -27
  140. package/dist/components/minidev.fun/first-light/first-light-filters.d.ts.map +0 -1
  141. package/dist/components/minidev.fun/first-light/index.d.ts +0 -2
  142. package/dist/components/minidev.fun/first-light/index.d.ts.map +0 -1
  143. package/dist/components/minidev.fun/typography/blockquote.d.ts +0 -13
  144. package/dist/components/minidev.fun/typography/blockquote.d.ts.map +0 -1
  145. package/dist/components/minidev.fun/typography/code.d.ts +0 -13
  146. package/dist/components/minidev.fun/typography/code.d.ts.map +0 -1
  147. package/dist/components/minidev.fun/typography/index.d.ts +0 -6
  148. package/dist/components/minidev.fun/typography/index.d.ts.map +0 -1
  149. package/dist/components/minidev.fun/typography/list-item.d.ts +0 -27
  150. package/dist/components/minidev.fun/typography/list-item.d.ts.map +0 -1
  151. package/dist/components/minidev.fun/typography/text.d.ts +0 -44
  152. package/dist/components/minidev.fun/typography/text.d.ts.map +0 -1
  153. package/dist/components/minidev.fun/typography/title.d.ts +0 -22
  154. package/dist/components/minidev.fun/typography/title.d.ts.map +0 -1
  155. package/dist/components/ui/accordion.d.ts +0 -27
  156. package/dist/components/ui/accordion.d.ts.map +0 -1
  157. package/dist/components/ui/alert-dialog.d.ts +0 -47
  158. package/dist/components/ui/alert-dialog.d.ts.map +0 -1
  159. package/dist/components/ui/alert.d.ts +0 -30
  160. package/dist/components/ui/alert.d.ts.map +0 -1
  161. package/dist/components/ui/aspect-ratio.d.ts +0 -11
  162. package/dist/components/ui/aspect-ratio.d.ts.map +0 -1
  163. package/dist/components/ui/avatar.d.ts +0 -42
  164. package/dist/components/ui/avatar.d.ts.map +0 -1
  165. package/dist/components/ui/badge.d.ts.map +0 -1
  166. package/dist/components/ui/breadcrumb.d.ts +0 -39
  167. package/dist/components/ui/breadcrumb.d.ts.map +0 -1
  168. package/dist/components/ui/button-group.d.ts +0 -26
  169. package/dist/components/ui/button-group.d.ts.map +0 -1
  170. package/dist/components/ui/button.d.ts.map +0 -1
  171. package/dist/components/ui/calendar.d.ts +0 -20
  172. package/dist/components/ui/calendar.d.ts.map +0 -1
  173. package/dist/components/ui/card.d.ts +0 -30
  174. package/dist/components/ui/card.d.ts.map +0 -1
  175. package/dist/components/ui/carousel.d.ts +0 -56
  176. package/dist/components/ui/carousel.d.ts.map +0 -1
  177. package/dist/components/ui/chart.d.ts.map +0 -1
  178. package/dist/components/ui/checkbox.d.ts +0 -11
  179. package/dist/components/ui/checkbox.d.ts.map +0 -1
  180. package/dist/components/ui/collapsible.d.ts +0 -21
  181. package/dist/components/ui/collapsible.d.ts.map +0 -1
  182. package/dist/components/ui/combobox.d.ts +0 -80
  183. package/dist/components/ui/combobox.d.ts.map +0 -1
  184. package/dist/components/ui/command.d.ts +0 -63
  185. package/dist/components/ui/command.d.ts.map +0 -1
  186. package/dist/components/ui/context-menu.d.ts +0 -64
  187. package/dist/components/ui/context-menu.d.ts.map +0 -1
  188. package/dist/components/ui/dialog.d.ts +0 -69
  189. package/dist/components/ui/dialog.d.ts.map +0 -1
  190. package/dist/components/ui/drawer.d.ts +0 -40
  191. package/dist/components/ui/drawer.d.ts.map +0 -1
  192. package/dist/components/ui/dropdown-menu.d.ts +0 -88
  193. package/dist/components/ui/dropdown-menu.d.ts.map +0 -1
  194. package/dist/components/ui/empty.d.ts +0 -41
  195. package/dist/components/ui/empty.d.ts.map +0 -1
  196. package/dist/components/ui/field.d.ts +0 -78
  197. package/dist/components/ui/field.d.ts.map +0 -1
  198. package/dist/components/ui/hover-card.d.ts +0 -21
  199. package/dist/components/ui/hover-card.d.ts.map +0 -1
  200. package/dist/components/ui/input-group.d.ts +0 -50
  201. package/dist/components/ui/input-group.d.ts.map +0 -1
  202. package/dist/components/ui/input-otp.d.ts +0 -34
  203. package/dist/components/ui/input-otp.d.ts.map +0 -1
  204. package/dist/components/ui/input.d.ts +0 -11
  205. package/dist/components/ui/input.d.ts.map +0 -1
  206. package/dist/components/ui/item.d.ts +0 -69
  207. package/dist/components/ui/item.d.ts.map +0 -1
  208. package/dist/components/ui/kbd.d.ts +0 -14
  209. package/dist/components/ui/kbd.d.ts.map +0 -1
  210. package/dist/components/ui/label.d.ts +0 -9
  211. package/dist/components/ui/label.d.ts.map +0 -1
  212. package/dist/components/ui/menubar.d.ts +0 -87
  213. package/dist/components/ui/menubar.d.ts.map +0 -1
  214. package/dist/components/ui/modal.d.ts +0 -41
  215. package/dist/components/ui/modal.d.ts.map +0 -1
  216. package/dist/components/ui/navigation-menu.d.ts +0 -52
  217. package/dist/components/ui/navigation-menu.d.ts.map +0 -1
  218. package/dist/components/ui/pagination.d.ts +0 -42
  219. package/dist/components/ui/pagination.d.ts.map +0 -1
  220. package/dist/components/ui/popover.d.ts +0 -42
  221. package/dist/components/ui/popover.d.ts.map +0 -1
  222. package/dist/components/ui/progress.d.ts +0 -30
  223. package/dist/components/ui/progress.d.ts.map +0 -1
  224. package/dist/components/ui/radio-group.d.ts +0 -16
  225. package/dist/components/ui/radio-group.d.ts.map +0 -1
  226. package/dist/components/ui/resizable.d.ts.map +0 -1
  227. package/dist/components/ui/scroll-area.d.ts.map +0 -1
  228. package/dist/components/ui/select.d.ts +0 -58
  229. package/dist/components/ui/select.d.ts.map +0 -1
  230. package/dist/components/ui/separator.d.ts +0 -9
  231. package/dist/components/ui/separator.d.ts.map +0 -1
  232. package/dist/components/ui/sheet.d.ts +0 -51
  233. package/dist/components/ui/sheet.d.ts.map +0 -1
  234. package/dist/components/ui/sidebar.d.ts +0 -172
  235. package/dist/components/ui/sidebar.d.ts.map +0 -1
  236. package/dist/components/ui/skeleton.d.ts +0 -8
  237. package/dist/components/ui/skeleton.d.ts.map +0 -1
  238. package/dist/components/ui/slider.d.ts.map +0 -1
  239. package/dist/components/ui/sonner.d.ts.map +0 -1
  240. package/dist/components/ui/spinner.d.ts +0 -8
  241. package/dist/components/ui/spinner.d.ts.map +0 -1
  242. package/dist/components/ui/switch.d.ts +0 -12
  243. package/dist/components/ui/switch.d.ts.map +0 -1
  244. package/dist/components/ui/table.d.ts +0 -51
  245. package/dist/components/ui/table.d.ts.map +0 -1
  246. package/dist/components/ui/tabs.d.ts +0 -31
  247. package/dist/components/ui/tabs.d.ts.map +0 -1
  248. package/dist/components/ui/textarea.d.ts.map +0 -1
  249. package/dist/components/ui/toast.d.ts +0 -11
  250. package/dist/components/ui/toast.d.ts.map +0 -1
  251. package/dist/components/ui/toggle-group.d.ts +0 -26
  252. package/dist/components/ui/toggle-group.d.ts.map +0 -1
  253. package/dist/components/ui/toggle.d.ts +0 -14
  254. package/dist/components/ui/toggle.d.ts.map +0 -1
  255. package/dist/components/ui/tooltip.d.ts +0 -27
  256. package/dist/components/ui/tooltip.d.ts.map +0 -1
  257. package/dist/hooks/use-mobile.d.ts.map +0 -1
  258. package/dist/lib/utils.d.ts.map +0 -1
  259. package/dist/lib/variants.d.ts +0 -107
  260. package/dist/lib/variants.d.ts.map +0 -1
  261. package/dist/lib/variants.js.map +0 -1
  262. /package/dist/{components → src/components}/minidev.fun/color-mode/color-mode-initializer.js +0 -0
  263. /package/dist/{components → src/components}/minidev.fun/color-mode/use-color-mode.js +0 -0
@@ -1,6 +0,0 @@
1
- export { Title, type TitleProps } from './title';
2
- export { Text, Caption, Overline, type TextProps, type TextSize, type TextWeight, type TextAlign, type TextTransform, type TextWrap, type LineClamp, } from './text';
3
- export { Code, type CodeProps } from './code';
4
- export { Blockquote, type BlockquoteProps, type BlockquoteColor, } from './blockquote';
5
- export { ListItem, type ListItemProps, type ListItemColor, } from './list-item';
6
- //# sourceMappingURL=index.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/components/minidev.fun/typography/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,KAAK,EAAE,KAAK,UAAU,EAAE,MAAM,SAAS,CAAC;AACjD,OAAO,EACL,IAAI,EACJ,OAAO,EACP,QAAQ,EACR,KAAK,SAAS,EACd,KAAK,QAAQ,EACb,KAAK,UAAU,EACf,KAAK,SAAS,EACd,KAAK,aAAa,EAClB,KAAK,QAAQ,EACb,KAAK,SAAS,GACf,MAAM,QAAQ,CAAC;AAChB,OAAO,EAAE,IAAI,EAAE,KAAK,SAAS,EAAE,MAAM,QAAQ,CAAC;AAC9C,OAAO,EACL,UAAU,EACV,KAAK,eAAe,EACpB,KAAK,eAAe,GACrB,MAAM,cAAc,CAAC;AACtB,OAAO,EACL,QAAQ,EACR,KAAK,aAAa,EAClB,KAAK,aAAa,GACnB,MAAM,aAAa,CAAC"}
@@ -1,27 +0,0 @@
1
- import { TypographyColor } from '../../../lib/variants';
2
- import * as React from "react";
3
- type ListVariant = "unordered" | "ordered";
4
- type UnorderedMarker = "disc" | "circle" | "square" | "none";
5
- type OrderedMarker = "decimal" | "lower-alpha" | "upper-alpha" | "lower-roman" | "upper-roman";
6
- type ListMarker = UnorderedMarker | OrderedMarker;
7
- interface ListProps extends React.HTMLAttributes<HTMLUListElement | HTMLOListElement> {
8
- /** Ordered or unordered list */
9
- variant?: ListVariant;
10
- /** Marker style (bullets / numbering) */
11
- marker?: ListMarker;
12
- }
13
- /**
14
- * List component supporting ordered and unordered lists with marker variants.
15
- */
16
- declare function List({ variant, marker, className, ...props }: ListProps): import("react/jsx-runtime").JSX.Element;
17
- type ListItemColor = Extract<TypographyColor, "default" | "muted" | "subtle">;
18
- interface ListItemProps extends React.LiHTMLAttributes<HTMLLIElement> {
19
- /** Text color (limited to neutral colors for semantic appropriateness) */
20
- color?: ListItemColor;
21
- }
22
- /**
23
- * ListItem component for styled list content.
24
- */
25
- declare function ListItem({ color, className, children, ...props }: ListItemProps): import("react/jsx-runtime").JSX.Element;
26
- export { List, ListItem, type ListProps, type ListVariant, type ListMarker, type ListItemProps, type ListItemColor, };
27
- //# sourceMappingURL=list-item.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"list-item.d.ts","sourceRoot":"","sources":["../../../../src/components/minidev.fun/typography/list-item.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAG/B,OAAO,EAA2B,KAAK,eAAe,EAAE,MAAM,gBAAgB,CAAC;AAE/E,KAAK,WAAW,GAAG,WAAW,GAAG,SAAS,CAAC;AAE3C,KAAK,eAAe,GAAG,MAAM,GAAG,QAAQ,GAAG,QAAQ,GAAG,MAAM,CAAC;AAC7D,KAAK,aAAa,GACd,SAAS,GACT,aAAa,GACb,aAAa,GACb,aAAa,GACb,aAAa,CAAC;AAElB,KAAK,UAAU,GAAG,eAAe,GAAG,aAAa,CAAC;AAElD,UAAU,SAAU,SAAQ,KAAK,CAAC,cAAc,CAC9C,gBAAgB,GAAG,gBAAgB,CACpC;IACC,gCAAgC;IAChC,OAAO,CAAC,EAAE,WAAW,CAAC;IACtB,yCAAyC;IACzC,MAAM,CAAC,EAAE,UAAU,CAAC;CACrB;AAED;;GAEG;AACH,iBAAS,IAAI,CAAC,EACZ,OAAqB,EACrB,MAAM,EACN,SAAS,EACT,GAAG,KAAK,EACT,EAAE,SAAS,2CAqCX;AAED,KAAK,aAAa,GAAG,OAAO,CAAC,eAAe,EAAE,SAAS,GAAG,OAAO,GAAG,QAAQ,CAAC,CAAC;AAE9E,UAAU,aAAc,SAAQ,KAAK,CAAC,gBAAgB,CAAC,aAAa,CAAC;IACnE,0EAA0E;IAC1E,KAAK,CAAC,EAAE,aAAa,CAAC;CACvB;AAED;;GAEG;AACH,iBAAS,QAAQ,CAAC,EAAE,KAAK,EAAE,SAAS,EAAE,QAAQ,EAAE,GAAG,KAAK,EAAE,EAAE,aAAa,2CAUxE;AAED,OAAO,EACL,IAAI,EACJ,QAAQ,EACR,KAAK,SAAS,EACd,KAAK,WAAW,EAChB,KAAK,UAAU,EACf,KAAK,aAAa,EAClB,KAAK,aAAa,GACnB,CAAC"}
@@ -1,44 +0,0 @@
1
- import { TypographyColor } from '../../../lib/variants';
2
- import * as React from "react";
3
- type TextSize = "xs" | "sm" | "base" | "lg" | "xl" | "2xl";
4
- type TextWeight = "normal" | "medium" | "semibold" | "bold";
5
- type TextAlign = "left" | "center" | "right";
6
- type TextTransform = "uppercase" | "lowercase" | "capitalize";
7
- type TextWrap = "pretty" | "balance";
8
- type LineClamp = 1 | 2 | 3 | 4 | 5 | 6;
9
- type TextProps = React.HTMLAttributes<HTMLParagraphElement> & {
10
- /** Text size - uses Tailwind scale. Default: "base" */
11
- size?: TextSize;
12
- /** Font weight */
13
- weight?: TextWeight;
14
- /** Text color */
15
- color?: TypographyColor;
16
- /** Text alignment */
17
- align?: TextAlign;
18
- /** Text transform */
19
- transform?: TextTransform;
20
- /** Text wrapping: "pretty" avoids orphans, "balance" equalizes line lengths */
21
- wrap?: TextWrap;
22
- /** Truncate text after N lines with ellipsis (uses Tailwind line-clamp-*) */
23
- lineClamp?: LineClamp;
24
- /** Change rendered element (simple polymorphism) */
25
- as?: React.ElementType;
26
- /** Change rendered element (advanced - takes precedence over `as`) */
27
- render?: React.ReactElement<{
28
- className?: string;
29
- children?: React.ReactNode;
30
- }>;
31
- };
32
- declare function Text({ size, weight, color, align, transform, wrap, lineClamp, as, render, className, children, ...props }: TextProps): import("react/jsx-runtime").JSX.Element;
33
- /**
34
- * Caption - convenience alias for small, muted text.
35
- * Ideal for metadata, timestamps, and secondary information.
36
- */
37
- declare function Caption(props: TextProps): import("react/jsx-runtime").JSX.Element;
38
- /**
39
- * Overline - convenience alias for uppercase label text.
40
- * Ideal for category labels and section headers.
41
- */
42
- declare function Overline(props: TextProps): import("react/jsx-runtime").JSX.Element;
43
- export { Text, Caption, Overline, type TextProps, type TextSize, type TextWeight, type TextAlign, type TextTransform, type TextWrap, type LineClamp, };
44
- //# sourceMappingURL=text.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"text.d.ts","sourceRoot":"","sources":["../../../../src/components/minidev.fun/typography/text.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAG/B,OAAO,EAGL,KAAK,eAAe,EACrB,MAAM,gBAAgB,CAAC;AAExB,KAAK,QAAQ,GAAG,IAAI,GAAG,IAAI,GAAG,MAAM,GAAG,IAAI,GAAG,IAAI,GAAG,KAAK,CAAC;AAC3D,KAAK,UAAU,GAAG,QAAQ,GAAG,QAAQ,GAAG,UAAU,GAAG,MAAM,CAAC;AAC5D,KAAK,SAAS,GAAG,MAAM,GAAG,QAAQ,GAAG,OAAO,CAAC;AAC7C,KAAK,aAAa,GAAG,WAAW,GAAG,WAAW,GAAG,YAAY,CAAC;AAC9D,KAAK,QAAQ,GAAG,QAAQ,GAAG,SAAS,CAAC;AACrC,KAAK,SAAS,GAAG,CAAC,GAAG,CAAC,GAAG,CAAC,GAAG,CAAC,GAAG,CAAC,GAAG,CAAC,CAAC;AAEvC,KAAK,SAAS,GAAG,KAAK,CAAC,cAAc,CAAC,oBAAoB,CAAC,GAAG;IAC5D,uDAAuD;IACvD,IAAI,CAAC,EAAE,QAAQ,CAAC;IAChB,kBAAkB;IAClB,MAAM,CAAC,EAAE,UAAU,CAAC;IACpB,iBAAiB;IACjB,KAAK,CAAC,EAAE,eAAe,CAAC;IACxB,qBAAqB;IACrB,KAAK,CAAC,EAAE,SAAS,CAAC;IAClB,qBAAqB;IACrB,SAAS,CAAC,EAAE,aAAa,CAAC;IAC1B,+EAA+E;IAC/E,IAAI,CAAC,EAAE,QAAQ,CAAC;IAChB,6EAA6E;IAC7E,SAAS,CAAC,EAAE,SAAS,CAAC;IACtB,oDAAoD;IACpD,EAAE,CAAC,EAAE,KAAK,CAAC,WAAW,CAAC;IACvB,sEAAsE;IACtE,MAAM,CAAC,EAAE,KAAK,CAAC,YAAY,CAAC;QAC1B,SAAS,CAAC,EAAE,MAAM,CAAC;QACnB,QAAQ,CAAC,EAAE,KAAK,CAAC,SAAS,CAAC;KAC5B,CAAC,CAAC;CACJ,CAAC;AAgBF,iBAAS,IAAI,CAAC,EACZ,IAAI,EACJ,MAAM,EACN,KAAK,EACL,KAAK,EACL,SAAS,EACT,IAAI,EACJ,SAAS,EACT,EAAE,EACF,MAAM,EACN,SAAS,EACT,QAAQ,EACR,GAAG,KAAK,EACT,EAAE,SAAS,2CA0BX;AAED;;;GAGG;AACH,iBAAS,OAAO,CAAC,KAAK,EAAE,SAAS,2CAEhC;AAED;;;GAGG;AACH,iBAAS,QAAQ,CAAC,KAAK,EAAE,SAAS,2CAEjC;AAED,OAAO,EACL,IAAI,EACJ,OAAO,EACP,QAAQ,EACR,KAAK,SAAS,EACd,KAAK,QAAQ,EACb,KAAK,UAAU,EACf,KAAK,SAAS,EACd,KAAK,aAAa,EAClB,KAAK,QAAQ,EACb,KAAK,SAAS,GACf,CAAC"}
@@ -1,22 +0,0 @@
1
- import { TitleOrder, TitleSize, TitleWeight, TypographyColor } from '../../../lib/variants';
2
- import * as React from "react";
3
- type TitleProps = React.HTMLAttributes<HTMLHeadingElement> & {
4
- /** Semantic heading level - renders h1-h6. Default: 2 */
5
- order?: TitleOrder;
6
- /** Visual size override - independent of order. If not set, uses order's default sizing. */
7
- size?: TitleSize;
8
- /** Font weight override */
9
- weight?: TitleWeight;
10
- /** Text color */
11
- color?: TypographyColor;
12
- /** Change rendered element (simple polymorphism) */
13
- as?: React.ElementType;
14
- /** Change rendered element (advanced - takes precedence over `as`) */
15
- render?: React.ReactElement<{
16
- className?: string;
17
- children?: React.ReactNode;
18
- }>;
19
- };
20
- declare function Title({ order, size, weight, color, as, render, className, children, ...props }: TitleProps): import("react/jsx-runtime").JSX.Element;
21
- export { Title, type TitleProps };
22
- //# sourceMappingURL=title.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"title.d.ts","sourceRoot":"","sources":["../../../../src/components/minidev.fun/typography/title.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAG/B,OAAO,EAKL,KAAK,UAAU,EACf,KAAK,SAAS,EACd,KAAK,WAAW,EAChB,KAAK,eAAe,EACrB,MAAM,gBAAgB,CAAC;AAExB,KAAK,UAAU,GAAG,KAAK,CAAC,cAAc,CAAC,kBAAkB,CAAC,GAAG;IAC3D,yDAAyD;IACzD,KAAK,CAAC,EAAE,UAAU,CAAC;IACnB,4FAA4F;IAC5F,IAAI,CAAC,EAAE,SAAS,CAAC;IACjB,2BAA2B;IAC3B,MAAM,CAAC,EAAE,WAAW,CAAC;IACrB,iBAAiB;IACjB,KAAK,CAAC,EAAE,eAAe,CAAC;IACxB,oDAAoD;IACpD,EAAE,CAAC,EAAE,KAAK,CAAC,WAAW,CAAC;IACvB,sEAAsE;IACtE,MAAM,CAAC,EAAE,KAAK,CAAC,YAAY,CAAC;QAC1B,SAAS,CAAC,EAAE,MAAM,CAAC;QACnB,QAAQ,CAAC,EAAE,KAAK,CAAC,SAAS,CAAC;KAC5B,CAAC,CAAC;CACJ,CAAC;AAcF,iBAAS,KAAK,CAAC,EACb,KAAS,EACT,IAAI,EACJ,MAAM,EACN,KAAK,EACL,EAAE,EACF,MAAM,EACN,SAAS,EACT,QAAQ,EACR,GAAG,KAAK,EACT,EAAE,UAAU,2CA6BZ;AAED,OAAO,EAAE,KAAK,EAAE,KAAK,UAAU,EAAE,CAAC"}
@@ -1,27 +0,0 @@
1
- import { Accordion as AccordionPrimitive } from '@base-ui/react/accordion';
2
- /**
3
- * Root container for accordion items. Manages expand/collapse state and keyboard navigation.
4
- * Supports single or multiple open items simultaneously.
5
- */
6
- declare function Accordion({ className, ...props }: AccordionPrimitive.Root.Props): import("react/jsx-runtime").JSX.Element;
7
- /**
8
- * Container for a single accordion item. Groups trigger and content panel.
9
- * Each item must have a unique `value` prop.
10
- */
11
- declare function AccordionItem({ className, ...props }: AccordionPrimitive.Item.Props): import("react/jsx-runtime").JSX.Element;
12
- /**
13
- * Button that toggles the accordion item open/closed.
14
- * Automatically includes chevron icons that flip based on open state.
15
- */
16
- declare function AccordionTrigger({ className, children, ...props }: AccordionPrimitive.Trigger.Props): import("react/jsx-runtime").JSX.Element;
17
- /**
18
- * Collapsible panel containing the accordion item's content.
19
- * Automatically animates height on open/close with slide animation.
20
- */
21
- declare function AccordionContent({ className, children, ...props }: AccordionPrimitive.Panel.Props): import("react/jsx-runtime").JSX.Element;
22
- type AccordionProps = AccordionPrimitive.Root.Props;
23
- type AccordionItemProps = AccordionPrimitive.Item.Props;
24
- type AccordionTriggerProps = AccordionPrimitive.Trigger.Props;
25
- type AccordionContentProps = AccordionPrimitive.Panel.Props;
26
- export { Accordion, AccordionItem, AccordionTrigger, AccordionContent, type AccordionProps, type AccordionItemProps, type AccordionTriggerProps, type AccordionContentProps, };
27
- //# sourceMappingURL=accordion.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"accordion.d.ts","sourceRoot":"","sources":["../../../src/components/ui/accordion.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,SAAS,IAAI,kBAAkB,EAAE,MAAM,0BAA0B,CAAC;AAK3E;;;GAGG;AACH,iBAAS,SAAS,CAAC,EAAE,SAAS,EAAE,GAAG,KAAK,EAAE,EAAE,kBAAkB,CAAC,IAAI,CAAC,KAAK,2CAQxE;AAED;;;GAGG;AACH,iBAAS,aAAa,CAAC,EAAE,SAAS,EAAE,GAAG,KAAK,EAAE,EAAE,kBAAkB,CAAC,IAAI,CAAC,KAAK,2CAQ5E;AAED;;;GAGG;AACH,iBAAS,gBAAgB,CAAC,EACxB,SAAS,EACT,QAAQ,EACR,GAAG,KAAK,EACT,EAAE,kBAAkB,CAAC,OAAO,CAAC,KAAK,2CAuBlC;AAED;;;GAGG;AACH,iBAAS,gBAAgB,CAAC,EACxB,SAAS,EACT,QAAQ,EACR,GAAG,KAAK,EACT,EAAE,kBAAkB,CAAC,KAAK,CAAC,KAAK,2CAiBhC;AAED,KAAK,cAAc,GAAG,kBAAkB,CAAC,IAAI,CAAC,KAAK,CAAC;AACpD,KAAK,kBAAkB,GAAG,kBAAkB,CAAC,IAAI,CAAC,KAAK,CAAC;AACxD,KAAK,qBAAqB,GAAG,kBAAkB,CAAC,OAAO,CAAC,KAAK,CAAC;AAC9D,KAAK,qBAAqB,GAAG,kBAAkB,CAAC,KAAK,CAAC,KAAK,CAAC;AAE5D,OAAO,EACL,SAAS,EACT,aAAa,EACb,gBAAgB,EAChB,gBAAgB,EAChB,KAAK,cAAc,EACnB,KAAK,kBAAkB,EACvB,KAAK,qBAAqB,EAC1B,KAAK,qBAAqB,GAC3B,CAAC"}
@@ -1,47 +0,0 @@
1
- import { AlertDialog as AlertDialogPrimitive } from '@base-ui/react/alert-dialog';
2
- import { Button } from './button';
3
- import * as React from "react";
4
- type AlertDialogProps = AlertDialogPrimitive.Root.Props;
5
- /** Root container for alert dialog. Manages open state and accessibility. */
6
- declare function AlertDialog({ ...props }: AlertDialogProps): import("react/jsx-runtime").JSX.Element;
7
- type AlertDialogTriggerProps = AlertDialogPrimitive.Trigger.Props;
8
- /** Button that opens the alert dialog. Use `render` prop to customize. */
9
- declare function AlertDialogTrigger({ ...props }: AlertDialogTriggerProps): import("react/jsx-runtime").JSX.Element;
10
- type AlertDialogPortalProps = AlertDialogPrimitive.Portal.Props;
11
- /** Portal container for alert dialog content and overlay. */
12
- declare function AlertDialogPortal({ ...props }: AlertDialogPortalProps): import("react/jsx-runtime").JSX.Element;
13
- type AlertDialogOverlayProps = AlertDialogPrimitive.Backdrop.Props;
14
- /** Semi-transparent backdrop overlay with frosted glass effect. */
15
- declare function AlertDialogOverlay({ className, ...props }: AlertDialogOverlayProps): import("react/jsx-runtime").JSX.Element;
16
- type AlertDialogContentProps = AlertDialogPrimitive.Popup.Props & {
17
- /** Dialog size variant. @default "default" */
18
- size?: "default" | "sm";
19
- };
20
- /**
21
- * Alert dialog content with automatic portal and backdrop.
22
- * Centered, animated popup with two size variants.
23
- */
24
- declare function AlertDialogContent({ className, size, ...props }: AlertDialogContentProps): import("react/jsx-runtime").JSX.Element;
25
- type AlertDialogHeaderProps = React.ComponentProps<"div">;
26
- /** Header section for title, description, and optional media icon. */
27
- declare function AlertDialogHeader({ className, ...props }: AlertDialogHeaderProps): import("react/jsx-runtime").JSX.Element;
28
- type AlertDialogFooterProps = React.ComponentProps<"div">;
29
- /** Footer section for action and cancel buttons. */
30
- declare function AlertDialogFooter({ className, ...props }: AlertDialogFooterProps): import("react/jsx-runtime").JSX.Element;
31
- type AlertDialogMediaProps = React.ComponentProps<"div">;
32
- /** Optional visual indicator icon container. Commonly used for warnings or errors. */
33
- declare function AlertDialogMedia({ className, ...props }: AlertDialogMediaProps): import("react/jsx-runtime").JSX.Element;
34
- type AlertDialogTitleProps = React.ComponentProps<typeof AlertDialogPrimitive.Title>;
35
- /** Alert dialog title. Automatically announced by screen readers. */
36
- declare function AlertDialogTitle({ className, ...props }: AlertDialogTitleProps): import("react/jsx-runtime").JSX.Element;
37
- type AlertDialogDescriptionProps = React.ComponentProps<typeof AlertDialogPrimitive.Description>;
38
- /** Alert dialog description text. Supports links with automatic styling. */
39
- declare function AlertDialogDescription({ className, ...props }: AlertDialogDescriptionProps): import("react/jsx-runtime").JSX.Element;
40
- type AlertDialogActionProps = React.ComponentProps<typeof Button>;
41
- /** Primary action button. Inherits all Button variants. */
42
- declare function AlertDialogAction({ className, ...props }: AlertDialogActionProps): import("react/jsx-runtime").JSX.Element;
43
- type AlertDialogCancelProps = AlertDialogPrimitive.Close.Props & Pick<React.ComponentProps<typeof Button>, "variant" | "size">;
44
- /** Cancel button that closes the alert dialog. Defaults to outline variant. */
45
- declare function AlertDialogCancel({ className, variant, size, ...props }: AlertDialogCancelProps): import("react/jsx-runtime").JSX.Element;
46
- export { AlertDialog, AlertDialogAction, AlertDialogCancel, AlertDialogContent, AlertDialogDescription, AlertDialogFooter, AlertDialogHeader, AlertDialogMedia, AlertDialogOverlay, AlertDialogPortal, AlertDialogTitle, AlertDialogTrigger, type AlertDialogProps, type AlertDialogTriggerProps, type AlertDialogPortalProps, type AlertDialogOverlayProps, type AlertDialogContentProps, type AlertDialogHeaderProps, type AlertDialogFooterProps, type AlertDialogMediaProps, type AlertDialogTitleProps, type AlertDialogDescriptionProps, type AlertDialogActionProps, type AlertDialogCancelProps, };
47
- //# sourceMappingURL=alert-dialog.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"alert-dialog.d.ts","sourceRoot":"","sources":["../../../src/components/ui/alert-dialog.tsx"],"names":[],"mappings":"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"}
@@ -1,30 +0,0 @@
1
- import { VariantProps } from 'class-variance-authority';
2
- import * as React from "react";
3
- declare const alertVariants: (props?: ({
4
- variant?: "default" | "success" | "destructive" | "info" | "warning" | null | undefined;
5
- } & import('class-variance-authority/types').ClassProp) | undefined) => string;
6
- type AlertProps = React.ComponentProps<"div"> & VariantProps<typeof alertVariants>;
7
- type AlertTitleProps = React.ComponentProps<"div">;
8
- type AlertDescriptionProps = React.ComponentProps<"div">;
9
- type AlertActionProps = React.ComponentProps<"div">;
10
- /**
11
- * Alert component for displaying contextual messages with optional icons and actions.
12
- * Supports multiple semantic variants for different message types.
13
- */
14
- declare function Alert({ className, variant, ...props }: AlertProps): import("react/jsx-runtime").JSX.Element;
15
- /**
16
- * Title heading for the alert. Automatically positions next to icon when present.
17
- * Supports inline links with hover styling.
18
- */
19
- declare function AlertTitle({ className, ...props }: AlertTitleProps): import("react/jsx-runtime").JSX.Element;
20
- /**
21
- * Description content for the alert. Supports inline links and paragraph formatting.
22
- * Uses muted foreground color that adapts to variant.
23
- */
24
- declare function AlertDescription({ className, ...props }: AlertDescriptionProps): import("react/jsx-runtime").JSX.Element;
25
- /**
26
- * Action area positioned in top-right of alert. Use for dismiss buttons or action CTAs.
27
- */
28
- declare function AlertAction({ className, ...props }: AlertActionProps): import("react/jsx-runtime").JSX.Element;
29
- export { Alert, AlertTitle, AlertDescription, AlertAction, alertVariants, type AlertProps, type AlertTitleProps, type AlertDescriptionProps, type AlertActionProps, };
30
- //# sourceMappingURL=alert.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"alert.d.ts","sourceRoot":"","sources":["../../../src/components/ui/alert.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAC/B,OAAO,EAAO,KAAK,YAAY,EAAE,MAAM,0BAA0B,CAAC;AAIlE,QAAA,MAAM,aAAa;;8EAmBlB,CAAC;AAEF,KAAK,UAAU,GAAG,KAAK,CAAC,cAAc,CAAC,KAAK,CAAC,GAC3C,YAAY,CAAC,OAAO,aAAa,CAAC,CAAC;AACrC,KAAK,eAAe,GAAG,KAAK,CAAC,cAAc,CAAC,KAAK,CAAC,CAAC;AACnD,KAAK,qBAAqB,GAAG,KAAK,CAAC,cAAc,CAAC,KAAK,CAAC,CAAC;AACzD,KAAK,gBAAgB,GAAG,KAAK,CAAC,cAAc,CAAC,KAAK,CAAC,CAAC;AAEpD;;;GAGG;AACH,iBAAS,KAAK,CAAC,EAAE,SAAS,EAAE,OAAO,EAAE,GAAG,KAAK,EAAE,EAAE,UAAU,2CAS1D;AAED;;;GAGG;AACH,iBAAS,UAAU,CAAC,EAAE,SAAS,EAAE,GAAG,KAAK,EAAE,EAAE,eAAe,2CAW3D;AAED;;;GAGG;AACH,iBAAS,gBAAgB,CAAC,EAAE,SAAS,EAAE,GAAG,KAAK,EAAE,EAAE,qBAAqB,2CAWvE;AAED;;GAEG;AACH,iBAAS,WAAW,CAAC,EAAE,SAAS,EAAE,GAAG,KAAK,EAAE,EAAE,gBAAgB,2CAQ7D;AAED,OAAO,EACL,KAAK,EACL,UAAU,EACV,gBAAgB,EAChB,WAAW,EACX,aAAa,EACb,KAAK,UAAU,EACf,KAAK,eAAe,EACpB,KAAK,qBAAqB,EAC1B,KAAK,gBAAgB,GACtB,CAAC"}
@@ -1,11 +0,0 @@
1
- type AspectRatioProps = React.ComponentProps<"div"> & {
2
- /** Aspect ratio as width/height (e.g., 16/9, 1, 4/3) */
3
- ratio: number;
4
- };
5
- /**
6
- * Container that maintains a consistent aspect ratio.
7
- * Automatically adjusts height based on width to preserve proportions.
8
- */
9
- declare function AspectRatio({ ratio, className, ...props }: AspectRatioProps): import("react/jsx-runtime").JSX.Element;
10
- export { AspectRatio, type AspectRatioProps };
11
- //# sourceMappingURL=aspect-ratio.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"aspect-ratio.d.ts","sourceRoot":"","sources":["../../../src/components/ui/aspect-ratio.tsx"],"names":[],"mappings":"AAEA,KAAK,gBAAgB,GAAG,KAAK,CAAC,cAAc,CAAC,KAAK,CAAC,GAAG;IACpD,wDAAwD;IACxD,KAAK,EAAE,MAAM,CAAC;CACf,CAAC;AAEF;;;GAGG;AACH,iBAAS,WAAW,CAAC,EAAE,KAAK,EAAE,SAAS,EAAE,GAAG,KAAK,EAAE,EAAE,gBAAgB,2CAapE;AAED,OAAO,EAAE,WAAW,EAAE,KAAK,gBAAgB,EAAE,CAAC"}
@@ -1,42 +0,0 @@
1
- import { Avatar as AvatarPrimitive } from '@base-ui/react/avatar';
2
- import * as React from "react";
3
- type AvatarProps = AvatarPrimitive.Root.Props & {
4
- /** Avatar size variant. @default "default" */
5
- size?: "default" | "sm" | "lg";
6
- };
7
- type AvatarImageProps = AvatarPrimitive.Image.Props;
8
- type AvatarFallbackProps = AvatarPrimitive.Fallback.Props;
9
- type AvatarBadgeProps = React.ComponentProps<"span">;
10
- type AvatarGroupProps = React.ComponentProps<"div">;
11
- type AvatarGroupCountProps = React.ComponentProps<"div">;
12
- /**
13
- * Avatar root component with size variants.
14
- * Displays user profile images with automatic fallback support.
15
- */
16
- declare function Avatar({ className, size, ...props }: AvatarProps): import("react/jsx-runtime").JSX.Element;
17
- /**
18
- * Avatar image element. Automatically shows fallback if image fails to load.
19
- */
20
- declare function AvatarImage({ className, ...props }: AvatarImageProps): import("react/jsx-runtime").JSX.Element;
21
- /**
22
- * Fallback content shown when image is unavailable.
23
- * Typically displays user initials or an icon.
24
- */
25
- declare function AvatarFallback({ className, ...props }: AvatarFallbackProps): import("react/jsx-runtime").JSX.Element;
26
- /**
27
- * Badge positioned at bottom-right of avatar.
28
- * Use for status indicators, verification badges, or notification dots.
29
- */
30
- declare function AvatarBadge({ className, ...props }: AvatarBadgeProps): import("react/jsx-runtime").JSX.Element;
31
- /**
32
- * Container for stacked avatars with ring borders.
33
- * Used to show team members or collaborators.
34
- */
35
- declare function AvatarGroup({ className, ...props }: AvatarGroupProps): import("react/jsx-runtime").JSX.Element;
36
- /**
37
- * Counter badge showing additional hidden avatars in a group.
38
- * Typically displays "+N" to indicate overflow count.
39
- */
40
- declare function AvatarGroupCount({ className, ...props }: AvatarGroupCountProps): import("react/jsx-runtime").JSX.Element;
41
- export { Avatar, AvatarImage, AvatarFallback, AvatarGroup, AvatarGroupCount, AvatarBadge, type AvatarProps, type AvatarImageProps, type AvatarFallbackProps, type AvatarBadgeProps, type AvatarGroupProps, type AvatarGroupCountProps, };
42
- //# sourceMappingURL=avatar.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"avatar.d.ts","sourceRoot":"","sources":["../../../src/components/ui/avatar.tsx"],"names":[],"mappings":"AAEA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAC/B,OAAO,EAAE,MAAM,IAAI,eAAe,EAAE,MAAM,uBAAuB,CAAC;AAIlE,KAAK,WAAW,GAAG,eAAe,CAAC,IAAI,CAAC,KAAK,GAAG;IAC9C,8CAA8C;IAC9C,IAAI,CAAC,EAAE,SAAS,GAAG,IAAI,GAAG,IAAI,CAAC;CAChC,CAAC;AAEF,KAAK,gBAAgB,GAAG,eAAe,CAAC,KAAK,CAAC,KAAK,CAAC;AAEpD,KAAK,mBAAmB,GAAG,eAAe,CAAC,QAAQ,CAAC,KAAK,CAAC;AAE1D,KAAK,gBAAgB,GAAG,KAAK,CAAC,cAAc,CAAC,MAAM,CAAC,CAAC;AAErD,KAAK,gBAAgB,GAAG,KAAK,CAAC,cAAc,CAAC,KAAK,CAAC,CAAC;AAEpD,KAAK,qBAAqB,GAAG,KAAK,CAAC,cAAc,CAAC,KAAK,CAAC,CAAC;AAEzD;;;GAGG;AACH,iBAAS,MAAM,CAAC,EAAE,SAAS,EAAE,IAAgB,EAAE,GAAG,KAAK,EAAE,EAAE,WAAW,2CAYrE;AAED;;GAEG;AACH,iBAAS,WAAW,CAAC,EAAE,SAAS,EAAE,GAAG,KAAK,EAAE,EAAE,gBAAgB,2CAW7D;AAED;;;GAGG;AACH,iBAAS,cAAc,CAAC,EAAE,SAAS,EAAE,GAAG,KAAK,EAAE,EAAE,mBAAmB,2CAWnE;AAED;;;GAGG;AACH,iBAAS,WAAW,CAAC,EAAE,SAAS,EAAE,GAAG,KAAK,EAAE,EAAE,gBAAgB,2CAc7D;AAED;;;GAGG;AACH,iBAAS,WAAW,CAAC,EAAE,SAAS,EAAE,GAAG,KAAK,EAAE,EAAE,gBAAgB,2CAW7D;AAED;;;GAGG;AACH,iBAAS,gBAAgB,CAAC,EAAE,SAAS,EAAE,GAAG,KAAK,EAAE,EAAE,qBAAqB,2CAWvE;AAED,OAAO,EACL,MAAM,EACN,WAAW,EACX,cAAc,EACd,WAAW,EACX,gBAAgB,EAChB,WAAW,EACX,KAAK,WAAW,EAChB,KAAK,gBAAgB,EACrB,KAAK,mBAAmB,EACxB,KAAK,gBAAgB,EACrB,KAAK,gBAAgB,EACrB,KAAK,qBAAqB,GAC3B,CAAC"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"badge.d.ts","sourceRoot":"","sources":["../../../src/components/ui/badge.tsx"],"names":[],"mappings":"AACA,OAAO,EAAE,SAAS,EAAE,MAAM,2BAA2B,CAAC;AACtD,OAAO,EAAO,KAAK,YAAY,EAAE,MAAM,0BAA0B,CAAC;AAIlE,QAAA,MAAM,aAAa;;8EA0BlB,CAAC;AAEF,KAAK,UAAU,GAAG,SAAS,CAAC,cAAc,CAAC,MAAM,CAAC,GAChD,YAAY,CAAC,OAAO,aAAa,CAAC,CAAC;AAErC;;;;;;GAMG;AACH,iBAAS,KAAK,CAAC,EACb,SAAS,EACT,OAAmB,EACnB,MAAM,EACN,GAAG,KAAK,EACT,EAAE,UAAU,8FAeZ;AAED,OAAO,EAAE,KAAK,EAAE,aAAa,EAAE,KAAK,UAAU,EAAE,CAAC"}
@@ -1,39 +0,0 @@
1
- import { useRender } from '@base-ui/react/use-render';
2
- import * as React from "react";
3
- type BreadcrumbProps = React.ComponentProps<"nav">;
4
- /**
5
- * Root breadcrumb navigation container with semantic HTML and accessibility attributes.
6
- */
7
- declare function Breadcrumb({ className, ...props }: BreadcrumbProps): import("react/jsx-runtime").JSX.Element;
8
- type BreadcrumbListProps = React.ComponentProps<"ol">;
9
- /**
10
- * Ordered list container for breadcrumb items. Automatically styled with responsive spacing.
11
- */
12
- declare function BreadcrumbList({ className, ...props }: BreadcrumbListProps): import("react/jsx-runtime").JSX.Element;
13
- type BreadcrumbItemProps = React.ComponentProps<"li">;
14
- /**
15
- * Individual breadcrumb item wrapper. Contains links, pages, or ellipsis components.
16
- */
17
- declare function BreadcrumbItem({ className, ...props }: BreadcrumbItemProps): import("react/jsx-runtime").JSX.Element;
18
- type BreadcrumbLinkProps = useRender.ComponentProps<"a">;
19
- /**
20
- * Interactive breadcrumb link for navigable parent pages. Supports custom rendering with `render` prop.
21
- */
22
- declare function BreadcrumbLink({ className, render, ...props }: BreadcrumbLinkProps): React.ReactElement<unknown, string | React.JSXElementConstructor<any>>;
23
- type BreadcrumbPageProps = React.ComponentProps<"span">;
24
- /**
25
- * Current page indicator (non-interactive). Rendered with higher contrast and accessibility attributes.
26
- */
27
- declare function BreadcrumbPage({ className, ...props }: BreadcrumbPageProps): import("react/jsx-runtime").JSX.Element;
28
- type BreadcrumbSeparatorProps = React.ComponentProps<"li">;
29
- /**
30
- * Visual separator between breadcrumb items. Defaults to ChevronRightIcon but accepts custom children.
31
- */
32
- declare function BreadcrumbSeparator({ children, className, ...props }: BreadcrumbSeparatorProps): import("react/jsx-runtime").JSX.Element;
33
- type BreadcrumbEllipsisProps = React.ComponentProps<"span">;
34
- /**
35
- * Ellipsis indicator for collapsed breadcrumb sections in long paths.
36
- */
37
- declare function BreadcrumbEllipsis({ className, ...props }: BreadcrumbEllipsisProps): import("react/jsx-runtime").JSX.Element;
38
- export { Breadcrumb, BreadcrumbList, BreadcrumbItem, BreadcrumbLink, BreadcrumbPage, BreadcrumbSeparator, BreadcrumbEllipsis, type BreadcrumbProps, type BreadcrumbListProps, type BreadcrumbItemProps, type BreadcrumbLinkProps, type BreadcrumbPageProps, type BreadcrumbSeparatorProps, type BreadcrumbEllipsisProps, };
39
- //# sourceMappingURL=breadcrumb.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"breadcrumb.d.ts","sourceRoot":"","sources":["../../../src/components/ui/breadcrumb.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAE/B,OAAO,EAAE,SAAS,EAAE,MAAM,2BAA2B,CAAC;AAKtD,KAAK,eAAe,GAAG,KAAK,CAAC,cAAc,CAAC,KAAK,CAAC,CAAC;AAEnD;;GAEG;AACH,iBAAS,UAAU,CAAC,EAAE,SAAS,EAAE,GAAG,KAAK,EAAE,EAAE,eAAe,2CAS3D;AAED,KAAK,mBAAmB,GAAG,KAAK,CAAC,cAAc,CAAC,IAAI,CAAC,CAAC;AAEtD;;GAEG;AACH,iBAAS,cAAc,CAAC,EAAE,SAAS,EAAE,GAAG,KAAK,EAAE,EAAE,mBAAmB,2CAWnE;AAED,KAAK,mBAAmB,GAAG,KAAK,CAAC,cAAc,CAAC,IAAI,CAAC,CAAC;AAEtD;;GAEG;AACH,iBAAS,cAAc,CAAC,EAAE,SAAS,EAAE,GAAG,KAAK,EAAE,EAAE,mBAAmB,2CAQnE;AAED,KAAK,mBAAmB,GAAG,SAAS,CAAC,cAAc,CAAC,GAAG,CAAC,CAAC;AAEzD;;GAEG;AACH,iBAAS,cAAc,CAAC,EAAE,SAAS,EAAE,MAAM,EAAE,GAAG,KAAK,EAAE,EAAE,mBAAmB,0EAiB3E;AAED,KAAK,mBAAmB,GAAG,KAAK,CAAC,cAAc,CAAC,MAAM,CAAC,CAAC;AAExD;;GAEG;AACH,iBAAS,cAAc,CAAC,EAAE,SAAS,EAAE,GAAG,KAAK,EAAE,EAAE,mBAAmB,2CAWnE;AAED,KAAK,wBAAwB,GAAG,KAAK,CAAC,cAAc,CAAC,IAAI,CAAC,CAAC;AAE3D;;GAEG;AACH,iBAAS,mBAAmB,CAAC,EAC3B,QAAQ,EACR,SAAS,EACT,GAAG,KAAK,EACT,EAAE,wBAAwB,2CAY1B;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,2CAgB3E;AAED,OAAO,EACL,UAAU,EACV,cAAc,EACd,cAAc,EACd,cAAc,EACd,cAAc,EACd,mBAAmB,EACnB,kBAAkB,EAClB,KAAK,eAAe,EACpB,KAAK,mBAAmB,EACxB,KAAK,mBAAmB,EACxB,KAAK,mBAAmB,EACxB,KAAK,mBAAmB,EACxB,KAAK,wBAAwB,EAC7B,KAAK,uBAAuB,GAC7B,CAAC"}
@@ -1,26 +0,0 @@
1
- import { useRender } from '@base-ui/react/use-render';
2
- import { VariantProps } from 'class-variance-authority';
3
- import { Separator } from './separator';
4
- declare const buttonGroupVariants: (props?: ({
5
- orientation?: "horizontal" | "vertical" | null | undefined;
6
- } & import('class-variance-authority/types').ClassProp) | undefined) => string;
7
- type ButtonGroupProps = React.ComponentProps<"div"> & VariantProps<typeof buttonGroupVariants>;
8
- /**
9
- * Groups related buttons together with fused borders and shared styling.
10
- * Supports horizontal and vertical orientations.
11
- */
12
- declare function ButtonGroup({ className, orientation, ...props }: ButtonGroupProps): import("react/jsx-runtime").JSX.Element;
13
- type ButtonGroupTextProps = useRender.ComponentProps<"div">;
14
- /**
15
- * Text or status display element within a button group.
16
- * Use `render` prop to customize the underlying element.
17
- */
18
- declare function ButtonGroupText({ className, render, ...props }: ButtonGroupTextProps): import('react').ReactElement<unknown, string | import('react').JSXElementConstructor<any>>;
19
- type ButtonGroupSeparatorProps = React.ComponentProps<typeof Separator>;
20
- /**
21
- * Visual separator between button groups or sections within a group.
22
- * Automatically orients based on parent ButtonGroup orientation.
23
- */
24
- declare function ButtonGroupSeparator({ className, orientation, ...props }: ButtonGroupSeparatorProps): import("react/jsx-runtime").JSX.Element;
25
- export { ButtonGroup, ButtonGroupSeparator, ButtonGroupText, buttonGroupVariants, type ButtonGroupProps, type ButtonGroupSeparatorProps, type ButtonGroupTextProps, };
26
- //# sourceMappingURL=button-group.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"button-group.d.ts","sourceRoot":"","sources":["../../../src/components/ui/button-group.tsx"],"names":[],"mappings":"AACA,OAAO,EAAE,SAAS,EAAE,MAAM,2BAA2B,CAAC;AACtD,OAAO,EAAO,KAAK,YAAY,EAAE,MAAM,0BAA0B,CAAC;AAGlE,OAAO,EAAE,SAAS,EAAE,MAAM,2BAA2B,CAAC;AAEtD,QAAA,MAAM,mBAAmB;;8EAexB,CAAC;AAEF,KAAK,gBAAgB,GAAG,KAAK,CAAC,cAAc,CAAC,KAAK,CAAC,GACjD,YAAY,CAAC,OAAO,mBAAmB,CAAC,CAAC;AAE3C;;;GAGG;AACH,iBAAS,WAAW,CAAC,EAAE,SAAS,EAAE,WAAW,EAAE,GAAG,KAAK,EAAE,EAAE,gBAAgB,2CAU1E;AAED,KAAK,oBAAoB,GAAG,SAAS,CAAC,cAAc,CAAC,KAAK,CAAC,CAAC;AAE5D;;;GAGG;AACH,iBAAS,eAAe,CAAC,EACvB,SAAS,EACT,MAAM,EACN,GAAG,KAAK,EACT,EAAE,oBAAoB,8FAiBtB;AAED,KAAK,yBAAyB,GAAG,KAAK,CAAC,cAAc,CAAC,OAAO,SAAS,CAAC,CAAC;AAExE;;;GAGG;AACH,iBAAS,oBAAoB,CAAC,EAC5B,SAAS,EACT,WAAwB,EACxB,GAAG,KAAK,EACT,EAAE,yBAAyB,2CAY3B;AAED,OAAO,EACL,WAAW,EACX,oBAAoB,EACpB,eAAe,EACf,mBAAmB,EACnB,KAAK,gBAAgB,EACrB,KAAK,yBAAyB,EAC9B,KAAK,oBAAoB,GAC1B,CAAC"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"button.d.ts","sourceRoot":"","sources":["../../../src/components/ui/button.tsx"],"names":[],"mappings":"AAEA,OAAO,EAAE,MAAM,IAAI,eAAe,EAAE,MAAM,uBAAuB,CAAC;AAClE,OAAO,EAAO,KAAK,YAAY,EAAE,MAAM,0BAA0B,CAAC;AAIlE,QAAA,MAAM,cAAc;;;8EAyCnB,CAAC;AAEF;;;GAGG;AACH,KAAK,WAAW,GAAG,eAAe,CAAC,KAAK,GAAG,YAAY,CAAC,OAAO,cAAc,CAAC,CAAC;AAE/E;;;;;;;;;;;;;;;;;;;;;;;;;;GA0BG;AACH,iBAAS,MAAM,CAAC,EACd,SAAS,EACT,OAAmB,EACnB,IAAgB,EAChB,GAAG,KAAK,EACT,EAAE,WAAW,2CAQb;AAED,OAAO,EAAE,MAAM,EAAE,cAAc,EAAE,KAAK,WAAW,EAAE,CAAC"}
@@ -1,20 +0,0 @@
1
- import { DayPicker, DayButton } from 'react-day-picker';
2
- import { Button } from './button';
3
- import * as React from "react";
4
- type CalendarProps = React.ComponentProps<typeof DayPicker> & {
5
- /** Visual style variant for navigation buttons. @default "ghost" */
6
- buttonVariant?: React.ComponentProps<typeof Button>["variant"];
7
- };
8
- /**
9
- * Calendar component for date selection with single, range, or multiple modes.
10
- * Built on react-day-picker with customizable appearance and navigation.
11
- */
12
- declare function Calendar({ className, classNames, showOutsideDays, captionLayout, buttonVariant, formatters, components, ...props }: CalendarProps): import("react/jsx-runtime").JSX.Element;
13
- type CalendarDayButtonProps = React.ComponentProps<typeof DayButton>;
14
- /**
15
- * Internal day button component with range and selection state styling.
16
- * Handles focus management and applies appropriate styles for single, range, and multiple selection modes.
17
- */
18
- declare function CalendarDayButton({ className, day, modifiers, ...props }: CalendarDayButtonProps): import("react/jsx-runtime").JSX.Element;
19
- export { Calendar, CalendarDayButton, type CalendarProps, type CalendarDayButtonProps, };
20
- //# sourceMappingURL=calendar.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"calendar.d.ts","sourceRoot":"","sources":["../../../src/components/ui/calendar.tsx"],"names":[],"mappings":"AAEA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAC/B,OAAO,EACL,SAAS,EAET,KAAK,SAAS,EACf,MAAM,kBAAkB,CAAC;AAG1B,OAAO,EAAE,MAAM,EAAkB,MAAM,wBAAwB,CAAC;AAOhE,KAAK,aAAa,GAAG,KAAK,CAAC,cAAc,CAAC,OAAO,SAAS,CAAC,GAAG;IAC5D,oEAAoE;IACpE,aAAa,CAAC,EAAE,KAAK,CAAC,cAAc,CAAC,OAAO,MAAM,CAAC,CAAC,SAAS,CAAC,CAAC;CAChE,CAAC;AAEF;;;GAGG;AACH,iBAAS,QAAQ,CAAC,EAChB,SAAS,EACT,UAAU,EACV,eAAsB,EACtB,aAAuB,EACvB,aAAuB,EACvB,UAAU,EACV,UAAU,EACV,GAAG,KAAK,EACT,EAAE,aAAa,2CA0Jf;AAED,KAAK,sBAAsB,GAAG,KAAK,CAAC,cAAc,CAAC,OAAO,SAAS,CAAC,CAAC;AAErE;;;GAGG;AACH,iBAAS,iBAAiB,CAAC,EACzB,SAAS,EACT,GAAG,EACH,SAAS,EACT,GAAG,KAAK,EACT,EAAE,sBAAsB,2CA8BxB;AAED,OAAO,EACL,QAAQ,EACR,iBAAiB,EACjB,KAAK,aAAa,EAClB,KAAK,sBAAsB,GAC5B,CAAC"}
@@ -1,30 +0,0 @@
1
- import * as React from "react";
2
- type CardProps = React.ComponentProps<"div"> & {
3
- /** Card size affecting padding and spacing. @default "default" */
4
- size?: "default" | "sm";
5
- };
6
- /**
7
- * Card container with shadow, border, and rounded corners.
8
- * Use compound components (CardHeader, CardContent, etc.) to compose card layouts.
9
- */
10
- declare function Card({ className, size, ...props }: CardProps): import("react/jsx-runtime").JSX.Element;
11
- type CardHeaderProps = React.ComponentProps<"div">;
12
- /** Card header with grid layout supporting title, description, and optional action button. */
13
- declare function CardHeader({ className, ...props }: CardHeaderProps): import("react/jsx-runtime").JSX.Element;
14
- type CardTitleProps = React.ComponentProps<"div">;
15
- /** Card title, typically a heading or name. */
16
- declare function CardTitle({ className, ...props }: CardTitleProps): import("react/jsx-runtime").JSX.Element;
17
- type CardDescriptionProps = React.ComponentProps<"div">;
18
- /** Card description providing secondary context below the title. */
19
- declare function CardDescription({ className, ...props }: CardDescriptionProps): import("react/jsx-runtime").JSX.Element;
20
- type CardActionProps = React.ComponentProps<"div">;
21
- /** Action button or control positioned in top-right corner of CardHeader. */
22
- declare function CardAction({ className, ...props }: CardActionProps): import("react/jsx-runtime").JSX.Element;
23
- type CardContentProps = React.ComponentProps<"div">;
24
- /** Main content area of the card. */
25
- declare function CardContent({ className, ...props }: CardContentProps): import("react/jsx-runtime").JSX.Element;
26
- type CardFooterProps = React.ComponentProps<"div">;
27
- /** Card footer for actions or metadata. Add `border-t` class for visual separation. */
28
- declare function CardFooter({ className, ...props }: CardFooterProps): import("react/jsx-runtime").JSX.Element;
29
- export { Card, CardHeader, CardFooter, CardTitle, CardAction, CardDescription, CardContent, type CardProps, type CardHeaderProps, type CardTitleProps, type CardDescriptionProps, type CardActionProps, type CardContentProps, type CardFooterProps, };
30
- //# sourceMappingURL=card.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"card.d.ts","sourceRoot":"","sources":["../../../src/components/ui/card.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAI/B,KAAK,SAAS,GAAG,KAAK,CAAC,cAAc,CAAC,KAAK,CAAC,GAAG;IAC7C,kEAAkE;IAClE,IAAI,CAAC,EAAE,SAAS,GAAG,IAAI,CAAC;CACzB,CAAC;AAEF;;;GAGG;AACH,iBAAS,IAAI,CAAC,EAAE,SAAS,EAAE,IAAgB,EAAE,GAAG,KAAK,EAAE,EAAE,SAAS,2CAYjE;AAED,KAAK,eAAe,GAAG,KAAK,CAAC,cAAc,CAAC,KAAK,CAAC,CAAC;AAEnD,8FAA8F;AAC9F,iBAAS,UAAU,CAAC,EAAE,SAAS,EAAE,GAAG,KAAK,EAAE,EAAE,eAAe,2CAW3D;AAED,KAAK,cAAc,GAAG,KAAK,CAAC,cAAc,CAAC,KAAK,CAAC,CAAC;AAElD,+CAA+C;AAC/C,iBAAS,SAAS,CAAC,EAAE,SAAS,EAAE,GAAG,KAAK,EAAE,EAAE,cAAc,2CAWzD;AAED,KAAK,oBAAoB,GAAG,KAAK,CAAC,cAAc,CAAC,KAAK,CAAC,CAAC;AAExD,oEAAoE;AACpE,iBAAS,eAAe,CAAC,EAAE,SAAS,EAAE,GAAG,KAAK,EAAE,EAAE,oBAAoB,2CAQrE;AAED,KAAK,eAAe,GAAG,KAAK,CAAC,cAAc,CAAC,KAAK,CAAC,CAAC;AAEnD,6EAA6E;AAC7E,iBAAS,UAAU,CAAC,EAAE,SAAS,EAAE,GAAG,KAAK,EAAE,EAAE,eAAe,2CAW3D;AAED,KAAK,gBAAgB,GAAG,KAAK,CAAC,cAAc,CAAC,KAAK,CAAC,CAAC;AAEpD,qCAAqC;AACrC,iBAAS,WAAW,CAAC,EAAE,SAAS,EAAE,GAAG,KAAK,EAAE,EAAE,gBAAgB,2CAQ7D;AAED,KAAK,eAAe,GAAG,KAAK,CAAC,cAAc,CAAC,KAAK,CAAC,CAAC;AAEnD,uFAAuF;AACvF,iBAAS,UAAU,CAAC,EAAE,SAAS,EAAE,GAAG,KAAK,EAAE,EAAE,eAAe,2CAW3D;AAED,OAAO,EACL,IAAI,EACJ,UAAU,EACV,UAAU,EACV,SAAS,EACT,UAAU,EACV,eAAe,EACf,WAAW,EACX,KAAK,SAAS,EACd,KAAK,eAAe,EACpB,KAAK,cAAc,EACnB,KAAK,oBAAoB,EACzB,KAAK,eAAe,EACpB,KAAK,gBAAgB,EACrB,KAAK,eAAe,GACrB,CAAC"}
@@ -1,56 +0,0 @@
1
- import { default as useEmblaCarousel, UseEmblaCarouselType } from 'embla-carousel-react';
2
- import { Button } from './button';
3
- import * as React from "react";
4
- type CarouselApi = UseEmblaCarouselType[1];
5
- type UseCarouselParameters = Parameters<typeof useEmblaCarousel>;
6
- type CarouselOptions = UseCarouselParameters[0];
7
- type CarouselPlugin = UseCarouselParameters[1];
8
- type CarouselProps = React.ComponentProps<"div"> & {
9
- /** Embla carousel options (loop, align, slidesToScroll, etc.) */
10
- opts?: CarouselOptions;
11
- /** Embla carousel plugins */
12
- plugins?: CarouselPlugin;
13
- /** Carousel scroll direction. @default "horizontal" */
14
- orientation?: "horizontal" | "vertical";
15
- /** Callback to receive the carousel API instance for programmatic control */
16
- setApi?: (api: CarouselApi) => void;
17
- };
18
- type CarouselContextProps = {
19
- carouselRef: ReturnType<typeof useEmblaCarousel>[0];
20
- api: ReturnType<typeof useEmblaCarousel>[1];
21
- scrollPrev: () => void;
22
- scrollNext: () => void;
23
- canScrollPrev: boolean;
24
- canScrollNext: boolean;
25
- } & CarouselProps;
26
- /**
27
- * Hook to access carousel context. Must be used within a Carousel component.
28
- */
29
- declare function useCarousel(): CarouselContextProps;
30
- /**
31
- * Carousel root component. Provides context and manages scroll state.
32
- * Supports both horizontal and vertical orientations with keyboard navigation.
33
- */
34
- declare function Carousel({ orientation, opts, setApi, plugins, className, children, ...props }: CarouselProps): import("react/jsx-runtime").JSX.Element;
35
- type CarouselContentProps = React.ComponentProps<"div">;
36
- /**
37
- * Container for carousel items. Handles overflow and flex layout.
38
- */
39
- declare function CarouselContent({ className, ...props }: CarouselContentProps): import("react/jsx-runtime").JSX.Element;
40
- type CarouselItemProps = React.ComponentProps<"div">;
41
- /**
42
- * Individual carousel slide. Use `basis-*` classes to control items per view.
43
- */
44
- declare function CarouselItem({ className, ...props }: CarouselItemProps): import("react/jsx-runtime").JSX.Element;
45
- type CarouselPreviousProps = React.ComponentProps<typeof Button>;
46
- /**
47
- * Button to navigate to previous slide. Automatically disabled when at start (unless loop is enabled).
48
- */
49
- declare function CarouselPrevious({ className, variant, size, ...props }: CarouselPreviousProps): import("react/jsx-runtime").JSX.Element;
50
- type CarouselNextProps = React.ComponentProps<typeof Button>;
51
- /**
52
- * Button to navigate to next slide. Automatically disabled when at end (unless loop is enabled).
53
- */
54
- declare function CarouselNext({ className, variant, size, ...props }: CarouselNextProps): import("react/jsx-runtime").JSX.Element;
55
- export { type CarouselApi, type CarouselProps, type CarouselContentProps, type CarouselItemProps, type CarouselPreviousProps, type CarouselNextProps, Carousel, CarouselContent, CarouselItem, CarouselPrevious, CarouselNext, useCarousel, };
56
- //# sourceMappingURL=carousel.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"carousel.d.ts","sourceRoot":"","sources":["../../../src/components/ui/carousel.tsx"],"names":[],"mappings":"AAEA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAC/B,OAAO,gBAAgB,EAAE,EACvB,KAAK,oBAAoB,EAC1B,MAAM,sBAAsB,CAAC;AAG9B,OAAO,EAAE,MAAM,EAAE,MAAM,wBAAwB,CAAC;AAGhD,KAAK,WAAW,GAAG,oBAAoB,CAAC,CAAC,CAAC,CAAC;AAC3C,KAAK,qBAAqB,GAAG,UAAU,CAAC,OAAO,gBAAgB,CAAC,CAAC;AACjE,KAAK,eAAe,GAAG,qBAAqB,CAAC,CAAC,CAAC,CAAC;AAChD,KAAK,cAAc,GAAG,qBAAqB,CAAC,CAAC,CAAC,CAAC;AAE/C,KAAK,aAAa,GAAG,KAAK,CAAC,cAAc,CAAC,KAAK,CAAC,GAAG;IACjD,iEAAiE;IACjE,IAAI,CAAC,EAAE,eAAe,CAAC;IACvB,6BAA6B;IAC7B,OAAO,CAAC,EAAE,cAAc,CAAC;IACzB,uDAAuD;IACvD,WAAW,CAAC,EAAE,YAAY,GAAG,UAAU,CAAC;IACxC,6EAA6E;IAC7E,MAAM,CAAC,EAAE,CAAC,GAAG,EAAE,WAAW,KAAK,IAAI,CAAC;CACrC,CAAC;AAEF,KAAK,oBAAoB,GAAG;IAC1B,WAAW,EAAE,UAAU,CAAC,OAAO,gBAAgB,CAAC,CAAC,CAAC,CAAC,CAAC;IACpD,GAAG,EAAE,UAAU,CAAC,OAAO,gBAAgB,CAAC,CAAC,CAAC,CAAC,CAAC;IAC5C,UAAU,EAAE,MAAM,IAAI,CAAC;IACvB,UAAU,EAAE,MAAM,IAAI,CAAC;IACvB,aAAa,EAAE,OAAO,CAAC;IACvB,aAAa,EAAE,OAAO,CAAC;CACxB,GAAG,aAAa,CAAC;AAIlB;;GAEG;AACH,iBAAS,WAAW,yBAQnB;AAED;;;GAGG;AACH,iBAAS,QAAQ,CAAC,EAChB,WAA0B,EAC1B,IAAI,EACJ,MAAM,EACN,OAAO,EACP,SAAS,EACT,QAAQ,EACR,GAAG,KAAK,EACT,EAAE,aAAa,2CAgFf;AAED,KAAK,oBAAoB,GAAG,KAAK,CAAC,cAAc,CAAC,KAAK,CAAC,CAAC;AAExD;;GAEG;AACH,iBAAS,eAAe,CAAC,EAAE,SAAS,EAAE,GAAG,KAAK,EAAE,EAAE,oBAAoB,2CAmBrE;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,2CAgB/D;AAED,KAAK,qBAAqB,GAAG,KAAK,CAAC,cAAc,CAAC,OAAO,MAAM,CAAC,CAAC;AAEjE;;GAEG;AACH,iBAAS,gBAAgB,CAAC,EACxB,SAAS,EACT,OAAmB,EACnB,IAAgB,EAChB,GAAG,KAAK,EACT,EAAE,qBAAqB,2CAuBvB;AAED,KAAK,iBAAiB,GAAG,KAAK,CAAC,cAAc,CAAC,OAAO,MAAM,CAAC,CAAC;AAE7D;;GAEG;AACH,iBAAS,YAAY,CAAC,EACpB,SAAS,EACT,OAAmB,EACnB,IAAgB,EAChB,GAAG,KAAK,EACT,EAAE,iBAAiB,2CAuBnB;AAED,OAAO,EACL,KAAK,WAAW,EAChB,KAAK,aAAa,EAClB,KAAK,oBAAoB,EACzB,KAAK,iBAAiB,EACtB,KAAK,qBAAqB,EAC1B,KAAK,iBAAiB,EACtB,QAAQ,EACR,eAAe,EACf,YAAY,EACZ,gBAAgB,EAChB,YAAY,EACZ,WAAW,GACZ,CAAC"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"chart.d.ts","sourceRoot":"","sources":["../../../src/components/ui/chart.tsx"],"names":[],"mappings":"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"}
@@ -1,11 +0,0 @@
1
- import { Checkbox as CheckboxPrimitive } from '@base-ui/react/checkbox';
2
- type CheckboxProps = CheckboxPrimitive.Root.Props;
3
- /**
4
- * Checkbox component for binary selection in forms and settings.
5
- *
6
- * Supports controlled and uncontrolled usage, form integration, and indeterminate state.
7
- * Includes built-in indicator with check icon.
8
- */
9
- declare function Checkbox({ className, ...props }: CheckboxProps): import("react/jsx-runtime").JSX.Element;
10
- export { Checkbox, type CheckboxProps };
11
- //# sourceMappingURL=checkbox.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"checkbox.d.ts","sourceRoot":"","sources":["../../../src/components/ui/checkbox.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,QAAQ,IAAI,iBAAiB,EAAE,MAAM,yBAAyB,CAAC;AAKxE,KAAK,aAAa,GAAG,iBAAiB,CAAC,IAAI,CAAC,KAAK,CAAC;AAElD;;;;;GAKG;AACH,iBAAS,QAAQ,CAAC,EAAE,SAAS,EAAE,GAAG,KAAK,EAAE,EAAE,aAAa,2CAkBvD;AAED,OAAO,EAAE,QAAQ,EAAE,KAAK,aAAa,EAAE,CAAC"}
@@ -1,21 +0,0 @@
1
- import { Collapsible as CollapsiblePrimitive } from '@base-ui/react/collapsible';
2
- type CollapsibleProps = CollapsiblePrimitive.Root.Props;
3
- /**
4
- * Root container for collapsible sections. Groups trigger and content.
5
- * Supports both controlled and uncontrolled state.
6
- */
7
- declare function Collapsible({ ...props }: CollapsibleProps): import("react/jsx-runtime").JSX.Element;
8
- type CollapsibleTriggerProps = CollapsiblePrimitive.Trigger.Props;
9
- /**
10
- * Button that toggles the collapsible content.
11
- * Use `render` prop to customize the rendered element.
12
- */
13
- declare function CollapsibleTrigger({ ...props }: CollapsibleTriggerProps): import("react/jsx-runtime").JSX.Element;
14
- type CollapsibleContentProps = CollapsiblePrimitive.Panel.Props;
15
- /**
16
- * Collapsible content panel. Automatically animates height on open/close.
17
- * Hidden when closed unless `keepMounted` is true.
18
- */
19
- declare function CollapsibleContent({ ...props }: CollapsibleContentProps): import("react/jsx-runtime").JSX.Element;
20
- export { Collapsible, CollapsibleTrigger, CollapsibleContent, type CollapsibleProps, type CollapsibleTriggerProps, type CollapsibleContentProps, };
21
- //# sourceMappingURL=collapsible.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"collapsible.d.ts","sourceRoot":"","sources":["../../../src/components/ui/collapsible.tsx"],"names":[],"mappings":"AAEA,OAAO,EAAE,WAAW,IAAI,oBAAoB,EAAE,MAAM,4BAA4B,CAAC;AAEjF,KAAK,gBAAgB,GAAG,oBAAoB,CAAC,IAAI,CAAC,KAAK,CAAC;AAExD;;;GAGG;AACH,iBAAS,WAAW,CAAC,EAAE,GAAG,KAAK,EAAE,EAAE,gBAAgB,2CAElD;AAED,KAAK,uBAAuB,GAAG,oBAAoB,CAAC,OAAO,CAAC,KAAK,CAAC;AAElE;;;GAGG;AACH,iBAAS,kBAAkB,CAAC,EAAE,GAAG,KAAK,EAAE,EAAE,uBAAuB,2CAIhE;AAED,KAAK,uBAAuB,GAAG,oBAAoB,CAAC,KAAK,CAAC,KAAK,CAAC;AAEhE;;;GAGG;AACH,iBAAS,kBAAkB,CAAC,EAAE,GAAG,KAAK,EAAE,EAAE,uBAAuB,2CAIhE;AAED,OAAO,EACL,WAAW,EACX,kBAAkB,EAClB,kBAAkB,EAClB,KAAK,gBAAgB,EACrB,KAAK,uBAAuB,EAC5B,KAAK,uBAAuB,GAC7B,CAAC"}