@mbao01/common 0.8.0 → 0.9.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (276) hide show
  1. package/dist/types/components/ActivityFeed/ActivityFeed.d.ts +6 -0
  2. package/dist/types/components/ActivityFeed/constants.d.ts +6 -0
  3. package/dist/types/components/ActivityFeed/index.d.ts +2 -0
  4. package/dist/types/components/ActivityFeed/types.d.ts +21 -0
  5. package/dist/types/components/Amount/Amount.d.ts +6 -0
  6. package/dist/types/components/Amount/index.d.ts +2 -0
  7. package/dist/types/components/Amount/types.d.ts +19 -0
  8. package/dist/types/components/AnimatedCounter/AnimatedCounter.d.ts +6 -0
  9. package/dist/types/components/AnimatedCounter/index.d.ts +2 -0
  10. package/dist/types/components/AnimatedCounter/types.d.ts +13 -0
  11. package/dist/types/components/AnimatedGroup/AnimatedGroup.d.ts +6 -0
  12. package/dist/types/components/AnimatedGroup/index.d.ts +2 -0
  13. package/dist/types/components/AnimatedGroup/types.d.ts +22 -0
  14. package/dist/types/components/AnimatedList/AnimatedList.d.ts +6 -0
  15. package/dist/types/components/AnimatedList/index.d.ts +2 -0
  16. package/dist/types/components/AnimatedList/types.d.ts +13 -0
  17. package/dist/types/components/BorderBeam/BorderBeam.d.ts +6 -0
  18. package/dist/types/components/BorderBeam/index.d.ts +2 -0
  19. package/dist/types/components/BorderBeam/types.d.ts +13 -0
  20. package/dist/types/components/Box/Box.d.ts +4 -0
  21. package/dist/types/components/Box/constants.d.ts +4 -0
  22. package/dist/types/components/CalendarHeatmap/CalendarHeatmap.d.ts +6 -0
  23. package/dist/types/components/CalendarHeatmap/index.d.ts +2 -0
  24. package/dist/types/components/CalendarHeatmap/types.d.ts +25 -0
  25. package/dist/types/components/Chart/components/ChartLegend.d.ts +1 -2
  26. package/dist/types/components/Chart/stories/args/index.d.ts +1 -1
  27. package/dist/types/components/Chart/stories/examples/AreaChart.d.ts +6 -0
  28. package/dist/types/components/Chart/stories/examples/BarChart.d.ts +11 -0
  29. package/dist/types/components/Chart/stories/examples/LineChart.d.ts +10 -0
  30. package/dist/types/components/Chart/stories/examples/PieChart.d.ts +5 -0
  31. package/dist/types/components/Chart/stories/examples/RadialChart.d.ts +5 -0
  32. package/dist/types/components/Chart/types.d.ts +1 -1
  33. package/dist/types/components/CircularProgress/CircularProgress.d.ts +6 -0
  34. package/dist/types/components/CircularProgress/constants.d.ts +5 -0
  35. package/dist/types/components/CircularProgress/index.d.ts +2 -0
  36. package/dist/types/components/CircularProgress/types.d.ts +17 -0
  37. package/dist/types/components/ComparisonBar/ComparisonBar.d.ts +6 -0
  38. package/dist/types/components/ComparisonBar/constants.d.ts +4 -0
  39. package/dist/types/components/ComparisonBar/index.d.ts +2 -0
  40. package/dist/types/components/ComparisonBar/types.d.ts +21 -0
  41. package/dist/types/components/Confetti/Confetti.d.ts +6 -0
  42. package/dist/types/components/Confetti/index.d.ts +2 -0
  43. package/dist/types/components/Confetti/types.d.ts +19 -0
  44. package/dist/types/components/CountdownTimer/CountdownTimer.d.ts +6 -0
  45. package/dist/types/components/CountdownTimer/index.d.ts +2 -0
  46. package/dist/types/components/CountdownTimer/types.d.ts +13 -0
  47. package/dist/types/components/DataList/DataList.d.ts +6 -0
  48. package/dist/types/components/DataList/constants.d.ts +12 -0
  49. package/dist/types/components/DataList/index.d.ts +2 -0
  50. package/dist/types/components/DataList/types.d.ts +15 -0
  51. package/dist/types/components/DatePicker/DateRangePresetPicker.d.ts +2 -0
  52. package/dist/types/components/DatePicker/index.d.ts +1 -0
  53. package/dist/types/components/DatePicker/types.d.ts +19 -0
  54. package/dist/types/components/Description/Description.d.ts +2 -1
  55. package/dist/types/components/Description/DescriptionGroup.d.ts +6 -0
  56. package/dist/types/components/Description/constants.d.ts +23 -0
  57. package/dist/types/components/Description/index.d.ts +2 -0
  58. package/dist/types/components/Description/types.d.ts +28 -3
  59. package/dist/types/components/Form/DatetimeInput/DatetimeInput.d.ts +1 -1
  60. package/dist/types/components/GlowCard/GlowCard.d.ts +6 -0
  61. package/dist/types/components/GlowCard/index.d.ts +2 -0
  62. package/dist/types/components/GlowCard/types.d.ts +8 -0
  63. package/dist/types/components/GradientText/GradientText.d.ts +6 -0
  64. package/dist/types/components/GradientText/index.d.ts +2 -0
  65. package/dist/types/components/GradientText/types.d.ts +14 -0
  66. package/dist/types/components/Greeting/Greeting.d.ts +6 -0
  67. package/dist/types/components/Greeting/index.d.ts +2 -0
  68. package/dist/types/components/Greeting/types.d.ts +9 -0
  69. package/dist/types/components/KPICard/KPICard.d.ts +6 -0
  70. package/dist/types/components/KPICard/index.d.ts +2 -0
  71. package/dist/types/components/KPICard/types.d.ts +21 -0
  72. package/dist/types/components/Marquee/Marquee.d.ts +6 -0
  73. package/dist/types/components/Marquee/index.d.ts +2 -0
  74. package/dist/types/components/Marquee/types.d.ts +12 -0
  75. package/dist/types/components/Meteors/Meteors.d.ts +6 -0
  76. package/dist/types/components/Meteors/index.d.ts +2 -0
  77. package/dist/types/components/Meteors/types.d.ts +5 -0
  78. package/dist/types/components/MiniAreaChart/MiniAreaChart.d.ts +6 -0
  79. package/dist/types/components/MiniAreaChart/index.d.ts +2 -0
  80. package/dist/types/components/MiniAreaChart/types.d.ts +10 -0
  81. package/dist/types/components/MiniBarChart/MiniBarChart.d.ts +6 -0
  82. package/dist/types/components/MiniBarChart/index.d.ts +2 -0
  83. package/dist/types/components/MiniBarChart/types.d.ts +15 -0
  84. package/dist/types/components/MiniDonutChart/MiniDonutChart.d.ts +6 -0
  85. package/dist/types/components/MiniDonutChart/index.d.ts +2 -0
  86. package/dist/types/components/MiniDonutChart/types.d.ts +15 -0
  87. package/dist/types/components/MiniStackedBar/MiniStackedBar.d.ts +6 -0
  88. package/dist/types/components/MiniStackedBar/index.d.ts +2 -0
  89. package/dist/types/components/MiniStackedBar/types.d.ts +13 -0
  90. package/dist/types/components/NumberTicker/NumberTicker.d.ts +6 -0
  91. package/dist/types/components/NumberTicker/index.d.ts +2 -0
  92. package/dist/types/components/NumberTicker/types.d.ts +11 -0
  93. package/dist/types/components/Pulse/Pulse.d.ts +6 -0
  94. package/dist/types/components/Pulse/constants.d.ts +10 -0
  95. package/dist/types/components/Pulse/index.d.ts +2 -0
  96. package/dist/types/components/Pulse/types.d.ts +11 -0
  97. package/dist/types/components/Resizable/Resizable.d.ts +1 -1
  98. package/dist/types/components/ShinyButton/ShinyButton.d.ts +6 -0
  99. package/dist/types/components/ShinyButton/index.d.ts +2 -0
  100. package/dist/types/components/ShinyButton/types.d.ts +4 -0
  101. package/dist/types/components/Sparkline/Sparkline.d.ts +6 -0
  102. package/dist/types/components/Sparkline/index.d.ts +2 -0
  103. package/dist/types/components/Sparkline/types.d.ts +17 -0
  104. package/dist/types/components/SpotlightCard/SpotlightCard.d.ts +6 -0
  105. package/dist/types/components/SpotlightCard/index.d.ts +2 -0
  106. package/dist/types/components/SpotlightCard/types.d.ts +7 -0
  107. package/dist/types/components/StatCard/StatCard.d.ts +6 -0
  108. package/dist/types/components/StatCard/index.d.ts +2 -0
  109. package/dist/types/components/StatCard/types.d.ts +15 -0
  110. package/dist/types/components/TextShimmer/TextShimmer.d.ts +6 -0
  111. package/dist/types/components/TextShimmer/index.d.ts +2 -0
  112. package/dist/types/components/TextShimmer/types.d.ts +7 -0
  113. package/dist/types/components/TrendBadge/TrendBadge.d.ts +6 -0
  114. package/dist/types/components/TrendBadge/constants.d.ts +7 -0
  115. package/dist/types/components/TrendBadge/index.d.ts +2 -0
  116. package/dist/types/components/TrendBadge/types.d.ts +15 -0
  117. package/dist/types/components/WidgetShell/WidgetShell.d.ts +6 -0
  118. package/dist/types/components/WidgetShell/index.d.ts +2 -0
  119. package/dist/types/components/WidgetShell/types.d.ts +20 -0
  120. package/dist/types/index.d.ts +33 -0
  121. package/package.json +58 -58
  122. package/src/components/Accordion/constants.ts +1 -1
  123. package/src/components/ActivityFeed/ActivityFeed.tsx +51 -0
  124. package/src/components/ActivityFeed/constants.ts +19 -0
  125. package/src/components/ActivityFeed/index.ts +2 -0
  126. package/src/components/ActivityFeed/types.ts +23 -0
  127. package/src/components/Alert/constants.ts +1 -1
  128. package/src/components/AlertDialog/constants.ts +1 -1
  129. package/src/components/Amount/Amount.tsx +50 -0
  130. package/src/components/Amount/index.ts +2 -0
  131. package/src/components/Amount/types.ts +20 -0
  132. package/src/components/AnimatedCounter/AnimatedCounter.tsx +68 -0
  133. package/src/components/AnimatedCounter/index.ts +2 -0
  134. package/src/components/AnimatedCounter/types.ts +14 -0
  135. package/src/components/AnimatedGroup/AnimatedGroup.tsx +97 -0
  136. package/src/components/AnimatedGroup/index.ts +2 -0
  137. package/src/components/AnimatedGroup/types.ts +21 -0
  138. package/src/components/AnimatedList/AnimatedList.tsx +42 -0
  139. package/src/components/AnimatedList/index.ts +2 -0
  140. package/src/components/AnimatedList/types.ts +15 -0
  141. package/src/components/Badge/constants.ts +1 -1
  142. package/src/components/Banner/constants.ts +1 -1
  143. package/src/components/BorderBeam/BorderBeam.tsx +41 -0
  144. package/src/components/BorderBeam/index.ts +2 -0
  145. package/src/components/BorderBeam/types.ts +14 -0
  146. package/src/components/Box/Box.tsx +8 -2
  147. package/src/components/Box/constants.ts +35 -0
  148. package/src/components/Button/constants.ts +66 -63
  149. package/src/components/CalendarHeatmap/CalendarHeatmap.tsx +141 -0
  150. package/src/components/CalendarHeatmap/index.ts +2 -0
  151. package/src/components/CalendarHeatmap/types.ts +27 -0
  152. package/src/components/Card/constants.ts +24 -21
  153. package/src/components/Carousel/constants.ts +2 -2
  154. package/src/components/Chart/components/ChartTooltip.tsx +1 -1
  155. package/src/components/Chart/stories/args/index.ts +2 -1
  156. package/src/components/Chart/stories/examples/AreaChart.tsx +55 -0
  157. package/src/components/Chart/stories/examples/BarChart.tsx +104 -6
  158. package/src/components/Chart/stories/examples/LineChart.tsx +111 -0
  159. package/src/components/Chart/stories/examples/PieChart.tsx +55 -0
  160. package/src/components/Chart/stories/examples/RadialChart.tsx +65 -0
  161. package/src/components/Chart/types.ts +1 -1
  162. package/src/components/CircularProgress/CircularProgress.tsx +46 -0
  163. package/src/components/CircularProgress/constants.ts +32 -0
  164. package/src/components/CircularProgress/index.ts +2 -0
  165. package/src/components/CircularProgress/types.ts +18 -0
  166. package/src/components/Command/constants.ts +1 -1
  167. package/src/components/ComparisonBar/ComparisonBar.tsx +65 -0
  168. package/src/components/ComparisonBar/constants.ts +23 -0
  169. package/src/components/ComparisonBar/index.ts +2 -0
  170. package/src/components/ComparisonBar/types.ts +23 -0
  171. package/src/components/Confetti/Confetti.tsx +82 -0
  172. package/src/components/Confetti/index.ts +2 -0
  173. package/src/components/Confetti/types.ts +20 -0
  174. package/src/components/CountdownTimer/CountdownTimer.tsx +91 -0
  175. package/src/components/CountdownTimer/index.ts +2 -0
  176. package/src/components/CountdownTimer/types.ts +14 -0
  177. package/src/components/DataList/DataList.tsx +32 -0
  178. package/src/components/DataList/constants.ts +47 -0
  179. package/src/components/DataList/index.ts +2 -0
  180. package/src/components/DataList/types.ts +17 -0
  181. package/src/components/DatePicker/DateRangePresetPicker.tsx +122 -0
  182. package/src/components/DatePicker/index.ts +1 -0
  183. package/src/components/DatePicker/types.ts +22 -0
  184. package/src/components/Description/Description.tsx +67 -5
  185. package/src/components/Description/DescriptionGroup.tsx +39 -0
  186. package/src/components/Description/constants.ts +128 -0
  187. package/src/components/Description/index.ts +10 -0
  188. package/src/components/Description/types.ts +31 -3
  189. package/src/components/Dialog/constants.ts +2 -2
  190. package/src/components/Dock/constants.ts +2 -2
  191. package/src/components/Drawer/constants.ts +2 -2
  192. package/src/components/Form/Checkbox/constants.ts +1 -1
  193. package/src/components/Form/DatetimeInput/constants.ts +1 -1
  194. package/src/components/Form/Input/constants.ts +1 -1
  195. package/src/components/Form/MultiSelect/constants.ts +1 -1
  196. package/src/components/Form/NativeSelect/constants.ts +1 -1
  197. package/src/components/Form/Radio/constants.ts +1 -1
  198. package/src/components/Form/Select/constants.ts +1 -1
  199. package/src/components/Form/Slider/constants.ts +1 -1
  200. package/src/components/Form/Switch/constants.ts +1 -1
  201. package/src/components/Form/Textarea/constants.ts +1 -1
  202. package/src/components/GlowCard/GlowCard.tsx +46 -0
  203. package/src/components/GlowCard/index.ts +2 -0
  204. package/src/components/GlowCard/types.ts +9 -0
  205. package/src/components/GradientText/GradientText.tsx +36 -0
  206. package/src/components/GradientText/index.ts +2 -0
  207. package/src/components/GradientText/types.ts +15 -0
  208. package/src/components/Greeting/Greeting.tsx +46 -0
  209. package/src/components/Greeting/index.ts +2 -0
  210. package/src/components/Greeting/types.ts +10 -0
  211. package/src/components/KPICard/KPICard.tsx +85 -0
  212. package/src/components/KPICard/index.ts +2 -0
  213. package/src/components/KPICard/types.ts +22 -0
  214. package/src/components/Marquee/Marquee.tsx +45 -0
  215. package/src/components/Marquee/index.ts +2 -0
  216. package/src/components/Marquee/types.ts +13 -0
  217. package/src/components/Menu/Menubar/constants.ts +2 -2
  218. package/src/components/Menu/NavigationMenu/constants.ts +2 -2
  219. package/src/components/Meteors/Meteors.tsx +38 -0
  220. package/src/components/Meteors/index.ts +2 -0
  221. package/src/components/Meteors/types.ts +6 -0
  222. package/src/components/MiniAreaChart/MiniAreaChart.tsx +68 -0
  223. package/src/components/MiniAreaChart/index.ts +2 -0
  224. package/src/components/MiniAreaChart/types.ts +11 -0
  225. package/src/components/MiniBarChart/MiniBarChart.tsx +49 -0
  226. package/src/components/MiniBarChart/index.ts +2 -0
  227. package/src/components/MiniBarChart/types.ts +16 -0
  228. package/src/components/MiniDonutChart/MiniDonutChart.tsx +87 -0
  229. package/src/components/MiniDonutChart/index.ts +2 -0
  230. package/src/components/MiniDonutChart/types.ts +17 -0
  231. package/src/components/MiniStackedBar/MiniStackedBar.tsx +61 -0
  232. package/src/components/MiniStackedBar/index.ts +2 -0
  233. package/src/components/MiniStackedBar/types.ts +15 -0
  234. package/src/components/NumberTicker/NumberTicker.tsx +58 -0
  235. package/src/components/NumberTicker/index.ts +2 -0
  236. package/src/components/NumberTicker/types.ts +12 -0
  237. package/src/components/Pagination/constants.ts +2 -2
  238. package/src/components/Progress/constants.ts +1 -1
  239. package/src/components/Pulse/Pulse.tsx +26 -0
  240. package/src/components/Pulse/constants.ts +55 -0
  241. package/src/components/Pulse/index.ts +2 -0
  242. package/src/components/Pulse/types.ts +12 -0
  243. package/src/components/Resizable/constants.ts +1 -1
  244. package/src/components/Sheet/constants.ts +1 -1
  245. package/src/components/ShinyButton/ShinyButton.tsx +57 -0
  246. package/src/components/ShinyButton/index.ts +2 -0
  247. package/src/components/ShinyButton/types.ts +8 -0
  248. package/src/components/Skeleton/constants.ts +1 -1
  249. package/src/components/Sonner/constants.ts +1 -1
  250. package/src/components/Sparkline/Sparkline.tsx +108 -0
  251. package/src/components/Sparkline/index.ts +2 -0
  252. package/src/components/Sparkline/types.ts +18 -0
  253. package/src/components/SpotlightCard/SpotlightCard.tsx +56 -0
  254. package/src/components/SpotlightCard/index.ts +2 -0
  255. package/src/components/SpotlightCard/types.ts +8 -0
  256. package/src/components/Stat/constants.ts +1 -1
  257. package/src/components/StatCard/StatCard.tsx +59 -0
  258. package/src/components/StatCard/index.ts +2 -0
  259. package/src/components/StatCard/types.ts +16 -0
  260. package/src/components/Tabs/constants.ts +1 -1
  261. package/src/components/TextShimmer/TextShimmer.tsx +34 -0
  262. package/src/components/TextShimmer/index.ts +2 -0
  263. package/src/components/TextShimmer/types.ts +8 -0
  264. package/src/components/Timeline/constants.ts +1 -1
  265. package/src/components/Toggle/constants.ts +1 -1
  266. package/src/components/Tooltip/constants.ts +1 -1
  267. package/src/components/TrendBadge/TrendBadge.tsx +40 -0
  268. package/src/components/TrendBadge/constants.ts +38 -0
  269. package/src/components/TrendBadge/index.ts +2 -0
  270. package/src/components/TrendBadge/types.ts +16 -0
  271. package/src/components/WidgetShell/WidgetShell.tsx +101 -0
  272. package/src/components/WidgetShell/index.ts +2 -0
  273. package/src/components/WidgetShell/types.ts +22 -0
  274. package/src/index.ts +35 -0
  275. package/src/stylesheets/tailwind.css +210 -0
  276. package/src/utilities/getSubpaths/getSubpaths.ts +1 -2
@@ -0,0 +1,6 @@
1
+ import { ActivityFeedProps } from './types';
2
+ declare const ActivityFeed: {
3
+ ({ items, className, maxItems, showLine, ...props }: ActivityFeedProps): import("react/jsx-runtime").JSX.Element;
4
+ displayName: string;
5
+ };
6
+ export { ActivityFeed };
@@ -0,0 +1,6 @@
1
+ export declare const getActivityFeedClasses: (props?: import('class-variance-authority/types').ClassProp | undefined) => string;
2
+ export declare const getActivityItemClasses: (props?: import('class-variance-authority/types').ClassProp | undefined) => string;
3
+ export declare const getActivityIconClasses: (props?: import('class-variance-authority/types').ClassProp | undefined) => string;
4
+ export declare const getActivityLineClasses: (props?: import('class-variance-authority/types').ClassProp | undefined) => string;
5
+ export declare const getActivityContentClasses: (props?: import('class-variance-authority/types').ClassProp | undefined) => string;
6
+ export declare const getActivityTimestampClasses: (props?: import('class-variance-authority/types').ClassProp | undefined) => string;
@@ -0,0 +1,2 @@
1
+ export { ActivityFeed } from './ActivityFeed';
2
+ export type { ActivityFeedProps, ActivityItem } from './types';
@@ -0,0 +1,21 @@
1
+ import { HTMLAttributes, ReactNode } from 'react';
2
+ export type ActivityItem = {
3
+ /** Unique identifier */
4
+ id: string;
5
+ /** Icon or avatar to show */
6
+ icon?: ReactNode;
7
+ /** Main content/description */
8
+ content: ReactNode;
9
+ /** Timestamp or relative time label */
10
+ timestamp?: string;
11
+ /** Optional metadata (e.g. amount, status) */
12
+ meta?: ReactNode;
13
+ };
14
+ export type ActivityFeedProps = Omit<HTMLAttributes<HTMLDivElement>, "children"> & {
15
+ /** List of activity items to display */
16
+ items: ActivityItem[];
17
+ /** Maximum number of items to show */
18
+ maxItems?: number;
19
+ /** Whether to show the connecting line between items */
20
+ showLine?: boolean;
21
+ };
@@ -0,0 +1,6 @@
1
+ import { AmountProps } from './types';
2
+ declare const Amount: {
3
+ ({ value, className, currency, locale, notation, minimumFractionDigits, maximumFractionDigits, signDisplay, colored, ...props }: AmountProps): import("react/jsx-runtime").JSX.Element;
4
+ displayName: string;
5
+ };
6
+ export { Amount };
@@ -0,0 +1,2 @@
1
+ export { Amount } from './Amount';
2
+ export type { AmountProps } from './types';
@@ -0,0 +1,19 @@
1
+ import { HTMLAttributes } from 'react';
2
+ export type AmountProps = Omit<HTMLAttributes<HTMLSpanElement>, "children"> & {
3
+ /** The numeric value to format */
4
+ value: number;
5
+ /** Currency code (e.g. "USD", "EUR", "GBP"). If provided, formats as currency */
6
+ currency?: string;
7
+ /** Locale for formatting (default: "en-US") */
8
+ locale?: string;
9
+ /** Notation style */
10
+ notation?: "standard" | "compact" | "scientific" | "engineering";
11
+ /** Minimum fraction digits */
12
+ minimumFractionDigits?: number;
13
+ /** Maximum fraction digits */
14
+ maximumFractionDigits?: number;
15
+ /** Whether to show sign for positive values */
16
+ signDisplay?: "auto" | "never" | "always" | "exceptZero";
17
+ /** Whether to apply trend coloring (green for positive, red for negative) */
18
+ colored?: boolean;
19
+ };
@@ -0,0 +1,6 @@
1
+ import { AnimatedCounterProps } from './types';
2
+ declare const AnimatedCounter: {
3
+ ({ value, className, prefix, suffix, decimalPlaces, separator, ...props }: AnimatedCounterProps): import("react/jsx-runtime").JSX.Element;
4
+ displayName: string;
5
+ };
6
+ export { AnimatedCounter };
@@ -0,0 +1,2 @@
1
+ export { AnimatedCounter } from './AnimatedCounter';
2
+ export type { AnimatedCounterProps } from './types';
@@ -0,0 +1,13 @@
1
+ import { HTMLAttributes } from 'react';
2
+ export type AnimatedCounterProps = Omit<HTMLAttributes<HTMLSpanElement>, "children"> & {
3
+ /** Target value to display */
4
+ value: number;
5
+ /** Prefix (e.g. "$") */
6
+ prefix?: string;
7
+ /** Suffix (e.g. "%") */
8
+ suffix?: string;
9
+ /** Number of decimal places */
10
+ decimalPlaces?: number;
11
+ /** Whether to include thousand separators */
12
+ separator?: boolean;
13
+ };
@@ -0,0 +1,6 @@
1
+ import { AnimatedGroupProps } from './types';
2
+ declare const AnimatedGroup: {
3
+ ({ children, className, preset, variants: customVariants, staggerDelay, transition, ...props }: AnimatedGroupProps): import("react/jsx-runtime").JSX.Element;
4
+ displayName: string;
5
+ };
6
+ export { AnimatedGroup };
@@ -0,0 +1,2 @@
1
+ export { AnimatedGroup } from './AnimatedGroup';
2
+ export type { AnimatedGroupPreset, AnimatedGroupProps } from './types';
@@ -0,0 +1,22 @@
1
+ import { Transition, Variant } from 'framer-motion';
2
+ import { HTMLAttributes } from 'react';
3
+ export type AnimatedGroupPreset = "fade" | "slide" | "scale" | "blur" | "blur-slide";
4
+ export type AnimatedGroupProps = Omit<HTMLAttributes<HTMLDivElement>, "onDrag" | "onDragStart" | "onDragEnd" | "onAnimationStart"> & {
5
+ /** Animation preset */
6
+ preset?: AnimatedGroupPreset;
7
+ /** Custom framer-motion variants */
8
+ variants?: {
9
+ container?: {
10
+ hidden?: Variant;
11
+ visible?: Variant;
12
+ };
13
+ item?: {
14
+ hidden?: Variant;
15
+ visible?: Variant;
16
+ };
17
+ };
18
+ /** Stagger delay between children in seconds */
19
+ staggerDelay?: number;
20
+ /** Animation transition config */
21
+ transition?: Transition;
22
+ };
@@ -0,0 +1,6 @@
1
+ import { AnimatedListProps } from './types';
2
+ declare const AnimatedList: {
3
+ ({ items, className, maxItems, staggerDelay, ...props }: AnimatedListProps): import("react/jsx-runtime").JSX.Element;
4
+ displayName: string;
5
+ };
6
+ export { AnimatedList };
@@ -0,0 +1,2 @@
1
+ export { AnimatedList } from './AnimatedList';
2
+ export type { AnimatedListProps, AnimatedListItem } from './types';
@@ -0,0 +1,13 @@
1
+ import { HTMLAttributes, ReactNode } from 'react';
2
+ export type AnimatedListItem = {
3
+ id: string;
4
+ content: ReactNode;
5
+ };
6
+ export type AnimatedListProps = Omit<HTMLAttributes<HTMLDivElement>, "children"> & {
7
+ /** Items to display */
8
+ items: AnimatedListItem[];
9
+ /** Maximum visible items */
10
+ maxItems?: number;
11
+ /** Delay between each item appearing (ms) */
12
+ staggerDelay?: number;
13
+ };
@@ -0,0 +1,6 @@
1
+ import { BorderBeamProps } from './types';
2
+ declare const BorderBeam: {
3
+ ({ className, size, duration, delay, colorFrom, colorTo, ...props }: BorderBeamProps): import("react/jsx-runtime").JSX.Element;
4
+ displayName: string;
5
+ };
6
+ export { BorderBeam };
@@ -0,0 +1,2 @@
1
+ export { BorderBeam } from './BorderBeam';
2
+ export type { BorderBeamProps } from './types';
@@ -0,0 +1,13 @@
1
+ import { HTMLAttributes } from 'react';
2
+ export type BorderBeamProps = HTMLAttributes<HTMLDivElement> & {
3
+ /** Size of the beam in pixels */
4
+ size?: number;
5
+ /** Duration of the animation in seconds */
6
+ duration?: number;
7
+ /** Delay before animation starts in seconds */
8
+ delay?: number;
9
+ /** Start color of the beam gradient */
10
+ colorFrom?: string;
11
+ /** End color of the beam gradient */
12
+ colorTo?: string;
13
+ };
@@ -1,6 +1,10 @@
1
1
  import { default as React } from 'react';
2
2
  export declare const Box: React.ForwardRefExoticComponent<React.HTMLAttributes<HTMLDivElement> & {
3
+ style?: "default" | "ghost" | "inset" | "outlined" | "bordered" | "elevated" | "gradient" | "strip" | "glass" | undefined;
3
4
  display?: "hidden" | "grid" | "inline" | "block" | "inline-block" | "flex" | "inline-flex" | "inline-grid" | undefined;
4
5
  overflow?: "hidden" | "auto" | "visible" | "scroll" | "x-auto" | "y-auto" | "x-hidden" | "y-hidden" | undefined;
6
+ rounded?: "sm" | "md" | "lg" | "xl" | "none" | "full" | "2xl" | undefined;
5
7
  position?: "fixed" | "sticky" | "static" | "absolute" | "relative" | undefined;
8
+ padding?: "sm" | "md" | "lg" | "xl" | "none" | undefined;
9
+ shadow?: "sm" | "md" | "lg" | "xl" | "none" | undefined;
6
10
  } & React.RefAttributes<HTMLDivElement>>;
@@ -1,5 +1,9 @@
1
1
  export declare const getBoxClasses: (props?: ({
2
+ style?: "default" | "ghost" | "inset" | "outlined" | "bordered" | "elevated" | "gradient" | "strip" | "glass" | null | undefined;
2
3
  display?: "hidden" | "grid" | "inline" | "block" | "inline-block" | "flex" | "inline-flex" | "inline-grid" | null | undefined;
3
4
  position?: "fixed" | "sticky" | "static" | "absolute" | "relative" | null | undefined;
4
5
  overflow?: "hidden" | "auto" | "visible" | "scroll" | "x-auto" | "y-auto" | "x-hidden" | "y-hidden" | null | undefined;
6
+ rounded?: "sm" | "md" | "lg" | "xl" | "none" | "full" | "2xl" | null | undefined;
7
+ padding?: "sm" | "md" | "lg" | "xl" | "none" | null | undefined;
8
+ shadow?: "sm" | "md" | "lg" | "xl" | "none" | null | undefined;
5
9
  } & import('class-variance-authority/types').ClassProp) | undefined) => string;
@@ -0,0 +1,6 @@
1
+ import { CalendarHeatmapProps } from './types';
2
+ declare const CalendarHeatmap: {
3
+ ({ data, className, startDate, endDate, colors, cellSize, cellGap, showMonthLabels, showDayLabels, formatTooltip, ...props }: CalendarHeatmapProps): import("react/jsx-runtime").JSX.Element;
4
+ displayName: string;
5
+ };
6
+ export { CalendarHeatmap };
@@ -0,0 +1,2 @@
1
+ export { CalendarHeatmap } from './CalendarHeatmap';
2
+ export type { CalendarHeatmapProps, HeatmapDataPoint } from './types';
@@ -0,0 +1,25 @@
1
+ import { HTMLAttributes } from 'react';
2
+ export type HeatmapDataPoint = {
3
+ date: string;
4
+ value: number;
5
+ };
6
+ export type CalendarHeatmapProps = Omit<HTMLAttributes<HTMLDivElement>, "children"> & {
7
+ /** Data points with date and value */
8
+ data: HeatmapDataPoint[];
9
+ /** Start date (defaults to 1 year ago) */
10
+ startDate?: Date;
11
+ /** End date (defaults to today) */
12
+ endDate?: Date;
13
+ /** Color scale — array of 5 colors from low to high */
14
+ colors?: [string, string, string, string, string];
15
+ /** Cell size in pixels */
16
+ cellSize?: number;
17
+ /** Gap between cells in pixels */
18
+ cellGap?: number;
19
+ /** Whether to show month labels */
20
+ showMonthLabels?: boolean;
21
+ /** Whether to show day-of-week labels */
22
+ showDayLabels?: boolean;
23
+ /** Tooltip formatter */
24
+ formatTooltip?: (date: string, value: number) => string;
25
+ };
@@ -1,4 +1,3 @@
1
- import { Legend } from 'recharts';
2
1
  import { ChartLegendContentProps } from '../types';
3
- export declare const ChartLegend: typeof Legend;
2
+ export declare const ChartLegend: import('react').MemoExoticComponent<(outsideProps: import('recharts').LegendProps) => React.ReactPortal | null>;
4
3
  export declare const ChartLegendContent: import('react').ForwardRefExoticComponent<Omit<ChartLegendContentProps, "ref"> & import('react').RefAttributes<HTMLDivElement>>;
@@ -19,7 +19,7 @@ export type LineChartProps = {
19
19
  export type LineChartArgs = Partial<Flatten<LineChartProps>> & {};
20
20
  export declare const lineChartArgs: ArgTypes;
21
21
  export type AreaChartProps = {
22
- area: OmitSVGElement<AreaProps>;
22
+ area: OmitSVGElement<AreaProps<any, any>>;
23
23
  areaChart: CartesianChartProps;
24
24
  } & AxisProps;
25
25
  export type AreaChartArgs = Partial<Flatten<AreaChartProps>> & {};
@@ -14,3 +14,9 @@ export declare const StackedAreaChartExample: (props: Partial<AreaChartProps>) =
14
14
  export declare const StackedExpandedAreaChartExample: (props: Partial<AreaChartProps>) => import("react/jsx-runtime").JSX.Element;
15
15
  export declare const LabeledAreaChartExample: (props: Partial<AreaChartProps>) => import("react/jsx-runtime").JSX.Element;
16
16
  export declare const WithLegendAreaChartExample: (props: Partial<AreaChartProps>) => import("react/jsx-runtime").JSX.Element;
17
+ /**
18
+ * Smooth gradient area chart — a single data series with a lush gradient fill,
19
+ * smooth natural curve, and a tooltip with a value callout. Matches the style
20
+ * of the "Total Sales" chart in premium dashboards.
21
+ */
22
+ export declare const GradientAreaChartExample: (props: Partial<AreaChartProps>) => import("react/jsx-runtime").JSX.Element;
@@ -18,3 +18,14 @@ export declare const MixedBarChartExample: (props: Partial<BarChartProps>) => im
18
18
  export declare const StackedBarChartExample: (props: Partial<BarChartProps>) => import("react/jsx-runtime").JSX.Element;
19
19
  export declare const ActiveBarChartExample: (props: Partial<BarChartProps>) => import("react/jsx-runtime").JSX.Element;
20
20
  export declare const NegativeBarChartExample: (props: Partial<BarChartProps>) => import("react/jsx-runtime").JSX.Element;
21
+ /**
22
+ * Rounded pill-shaped bar chart — thick bars with fully rounded tops,
23
+ * inspired by modern dashboard UIs. One bar per day of week with
24
+ * the active/current day highlighted.
25
+ */
26
+ export declare const RoundedBarChartExample: (props: Partial<BarChartProps>) => import("react/jsx-runtime").JSX.Element;
27
+ /**
28
+ * Grouped rounded bar chart — side-by-side bars with rounded tops
29
+ * for comparing two data series.
30
+ */
31
+ export declare const GroupedRoundedBarChartExample: (props: Partial<BarChartProps>) => import("react/jsx-runtime").JSX.Element;
@@ -14,3 +14,13 @@ export declare const StackedLineChartExample: (props: LineChartProps) => import(
14
14
  export declare const CustomDotLineChartExample: (props: LineChartProps) => import("react/jsx-runtime").JSX.Element;
15
15
  export declare const LabeledLineChartExample: (props: LineChartProps) => import("react/jsx-runtime").JSX.Element;
16
16
  export declare const WithLegendLineChartExample: (props: LineChartProps) => import("react/jsx-runtime").JSX.Element;
17
+ /**
18
+ * Smooth curved line chart with gradient stroke and refined active dot.
19
+ * Shows a single data series with emphasis on the curve smoothness.
20
+ */
21
+ export declare const SmoothLineChartExample: (props: LineChartProps) => import("react/jsx-runtime").JSX.Element;
22
+ /**
23
+ * Multi-series comparison line chart with dashed reference line.
24
+ * Useful for budget vs actual, target vs performance comparisons.
25
+ */
26
+ export declare const ComparisonLineChartExample: (props: LineChartProps) => import("react/jsx-runtime").JSX.Element;
@@ -16,4 +16,9 @@ export declare const LabelListPieChartExample: (props: Partial<PieChartProps>) =
16
16
  export declare const WithLegendPieChartExample: (props: Partial<PieChartProps>) => import("react/jsx-runtime").JSX.Element;
17
17
  export declare const DonutPieChartExample: (props: Partial<PieChartProps>) => import("react/jsx-runtime").JSX.Element;
18
18
  export declare const ActiveDonutPieChartExample: (props: Partial<PieChartProps>) => import("react/jsx-runtime").JSX.Element;
19
+ /**
20
+ * Beautiful donut chart with a center metric label.
21
+ * Perfect for portfolio allocation, budget breakdown, etc.
22
+ */
23
+ export declare const CenterLabelDonutExample: (props: Partial<PieChartProps>) => import("react/jsx-runtime").JSX.Element;
19
24
  export declare const StackedPieChartExample: (props: Partial<PieChartProps>) => import("react/jsx-runtime").JSX.Element;
@@ -14,4 +14,9 @@ export declare const LabeledRadialChartExample: (props: Partial<RadialBarChartPr
14
14
  export declare const GridRadialChartExample: (props: Partial<RadialBarChartProps>) => import("react/jsx-runtime").JSX.Element;
15
15
  export declare const TextRadialChartExample: (props: Partial<RadialBarChartProps>) => import("react/jsx-runtime").JSX.Element;
16
16
  export declare const ShapeRadialChartExample: (props: Partial<RadialBarChartProps>) => import("react/jsx-runtime").JSX.Element;
17
+ /**
18
+ * KPI gauge — a single-value radial chart with a large center metric
19
+ * and background track. Great for goal progress, budget usage, etc.
20
+ */
21
+ export declare const KPIGaugeRadialChartExample: (props: Partial<RadialBarChartProps>) => import("react/jsx-runtime").JSX.Element;
17
22
  export declare const StackedRadialChartExample: (props: Partial<RadialBarChartProps>) => import("react/jsx-runtime").JSX.Element;
@@ -24,7 +24,7 @@ export type ChartStyleProps = {
24
24
  id: string;
25
25
  config: ChartConfig;
26
26
  };
27
- export type ChartTooltipContentProps = Partial<TooltipContentProps<number | string | (number | string)[], string>> & ComponentProps<"div"> & {
27
+ export type ChartTooltipContentProps = Partial<TooltipContentProps<number | string | readonly (number | string)[], number | string>> & ComponentProps<"div"> & {
28
28
  hideLabel?: boolean;
29
29
  hideIndicator?: boolean;
30
30
  indicator?: "line" | "dot" | "dashed";
@@ -0,0 +1,6 @@
1
+ import { CircularProgressProps } from './types';
2
+ declare const CircularProgress: {
3
+ ({ value, className, size, thickness, variant, showLabel, label, preset, ...props }: CircularProgressProps): import("react/jsx-runtime").JSX.Element;
4
+ displayName: string;
5
+ };
6
+ export { CircularProgress };
@@ -0,0 +1,5 @@
1
+ export declare const getCircularProgressClasses: (props?: ({
2
+ variant?: "accent" | "error" | "info" | "neutral" | "primary" | "secondary" | "success" | "warning" | null | undefined;
3
+ preset?: "xs" | "sm" | "md" | "lg" | "xl" | null | undefined;
4
+ } & import('class-variance-authority/types').ClassProp) | undefined) => string;
5
+ export declare const getCircularProgressLabelClasses: (props?: import('class-variance-authority/types').ClassProp | undefined) => string;
@@ -0,0 +1,2 @@
1
+ export { CircularProgress } from './CircularProgress';
2
+ export type { CircularProgressProps } from './types';
@@ -0,0 +1,17 @@
1
+ import { HTMLAttributes, ReactNode } from 'react';
2
+ export type CircularProgressProps = Omit<HTMLAttributes<HTMLDivElement>, "children"> & {
3
+ /** Progress value from 0 to 100 */
4
+ value: number;
5
+ /** Size of the circle (CSS value) */
6
+ size?: string;
7
+ /** Thickness of the progress ring (CSS value) */
8
+ thickness?: string;
9
+ /** Color variant */
10
+ variant?: "primary" | "secondary" | "accent" | "info" | "success" | "warning" | "error" | "neutral";
11
+ /** Whether to show the value label */
12
+ showLabel?: boolean;
13
+ /** Custom label to display instead of percentage */
14
+ label?: ReactNode;
15
+ /** Size preset */
16
+ preset?: "xs" | "sm" | "md" | "lg" | "xl";
17
+ };
@@ -0,0 +1,6 @@
1
+ import { ComparisonBarProps } from './types';
2
+ declare const ComparisonBar: {
3
+ ({ segments, className, showLabels, showValues, size, formatValue, ...props }: ComparisonBarProps): import("react/jsx-runtime").JSX.Element;
4
+ displayName: string;
5
+ };
6
+ export { ComparisonBar };
@@ -0,0 +1,4 @@
1
+ export declare const getComparisonBarTrackClasses: (props?: ({
2
+ size?: "xs" | "sm" | "md" | "lg" | null | undefined;
3
+ } & import('class-variance-authority/types').ClassProp) | undefined) => string;
4
+ export declare const getComparisonBarSegmentClasses: (props?: import('class-variance-authority/types').ClassProp | undefined) => string;
@@ -0,0 +1,2 @@
1
+ export { ComparisonBar } from './ComparisonBar';
2
+ export type { ComparisonBarProps, ComparisonBarSegment } from './types';
@@ -0,0 +1,21 @@
1
+ import { HTMLAttributes } from 'react';
2
+ export type ComparisonBarSegment = {
3
+ /** Segment label */
4
+ label: string;
5
+ /** Segment value */
6
+ value: number;
7
+ /** Color (CSS color or Tailwind class) */
8
+ color?: string;
9
+ };
10
+ export type ComparisonBarProps = Omit<HTMLAttributes<HTMLDivElement>, "children"> & {
11
+ /** Segments to display */
12
+ segments: ComparisonBarSegment[];
13
+ /** Whether to show labels */
14
+ showLabels?: boolean;
15
+ /** Whether to show values */
16
+ showValues?: boolean;
17
+ /** Height variant */
18
+ size?: "xs" | "sm" | "md" | "lg";
19
+ /** Format function for values */
20
+ formatValue?: (value: number) => string;
21
+ };
@@ -0,0 +1,6 @@
1
+ import { ConfettiProps } from './types';
2
+ declare const Confetti: {
3
+ ({ active, count, duration, colors, }: ConfettiProps): import("react/jsx-runtime").JSX.Element | null;
4
+ displayName: string;
5
+ };
6
+ export { Confetti };
@@ -0,0 +1,2 @@
1
+ export { Confetti } from './Confetti';
2
+ export type { ConfettiProps } from './types';
@@ -0,0 +1,19 @@
1
+ export type ConfettiPiece = {
2
+ id: number;
3
+ x: number;
4
+ delay: number;
5
+ duration: number;
6
+ color: string;
7
+ size: number;
8
+ rotation: number;
9
+ };
10
+ export type ConfettiProps = {
11
+ /** Whether to show confetti */
12
+ active?: boolean;
13
+ /** Number of confetti pieces */
14
+ count?: number;
15
+ /** Duration in seconds */
16
+ duration?: number;
17
+ /** Custom colors */
18
+ colors?: string[];
19
+ };
@@ -0,0 +1,6 @@
1
+ import { CountdownTimerProps } from './types';
2
+ declare const CountdownTimer: {
3
+ ({ targetDate, className, label, onComplete, showSeconds, size, ...props }: CountdownTimerProps): import("react/jsx-runtime").JSX.Element;
4
+ displayName: string;
5
+ };
6
+ export { CountdownTimer };
@@ -0,0 +1,2 @@
1
+ export { CountdownTimer } from './CountdownTimer';
2
+ export type { CountdownTimerProps } from './types';
@@ -0,0 +1,13 @@
1
+ import { HTMLAttributes } from 'react';
2
+ export type CountdownTimerProps = Omit<HTMLAttributes<HTMLDivElement>, "children"> & {
3
+ /** Target date/time to count down to */
4
+ targetDate: Date;
5
+ /** Label to show above the timer */
6
+ label?: string;
7
+ /** Callback when countdown reaches zero */
8
+ onComplete?: () => void;
9
+ /** Whether to show seconds */
10
+ showSeconds?: boolean;
11
+ /** Size variant */
12
+ size?: "sm" | "md" | "lg";
13
+ };
@@ -0,0 +1,6 @@
1
+ import { DataListProps } from './types';
2
+ declare const DataList: {
3
+ ({ items, className, size, dividers, horizontal, ...props }: DataListProps): import("react/jsx-runtime").JSX.Element;
4
+ displayName: string;
5
+ };
6
+ export { DataList };
@@ -0,0 +1,12 @@
1
+ export declare const getDataListClasses: (props?: ({
2
+ horizontal?: boolean | null | undefined;
3
+ } & import('class-variance-authority/types').ClassProp) | undefined) => string;
4
+ export declare const getDataListItemClasses: (props?: ({
5
+ size?: "sm" | "md" | "lg" | null | undefined;
6
+ dividers?: boolean | null | undefined;
7
+ horizontal?: boolean | null | undefined;
8
+ } & import('class-variance-authority/types').ClassProp) | undefined) => string;
9
+ export declare const getDataListLabelClasses: (props?: import('class-variance-authority/types').ClassProp | undefined) => string;
10
+ export declare const getDataListValueClasses: (props?: ({
11
+ horizontal?: boolean | null | undefined;
12
+ } & import('class-variance-authority/types').ClassProp) | undefined) => string;
@@ -0,0 +1,2 @@
1
+ export { DataList } from './DataList';
2
+ export type { DataListProps, DataListItem } from './types';
@@ -0,0 +1,15 @@
1
+ import { HTMLAttributes, ReactNode } from 'react';
2
+ export type DataListItem = {
3
+ label: ReactNode;
4
+ value: ReactNode;
5
+ };
6
+ export type DataListProps = Omit<HTMLAttributes<HTMLDListElement>, "children"> & {
7
+ /** Key-value items to display */
8
+ items: DataListItem[];
9
+ /** Size variant */
10
+ size?: "sm" | "md" | "lg";
11
+ /** Whether to show dividers between items */
12
+ dividers?: boolean;
13
+ /** Whether to show items in a horizontal layout */
14
+ horizontal?: boolean;
15
+ };
@@ -0,0 +1,2 @@
1
+ import { DateRangePresetPickerProps } from './types';
2
+ export declare const DateRangePresetPicker: ({ name, size, wide, label, outline, variant, disabled, disabledDates, defaultRange, presets, onRangeChange, getRangeValue, getRangeLabel, triggerClassName, ...props }: DateRangePresetPickerProps) => import("react/jsx-runtime").JSX.Element;
@@ -1,3 +1,4 @@
1
1
  export { DatePicker } from './DatePicker';
2
2
  export { DateRangePicker } from './DateRangePicker';
3
+ export { DateRangePresetPicker } from './DateRangePresetPicker';
3
4
  export { MultipleDatesPicker } from './MultipleDatesPicker';
@@ -23,6 +23,25 @@ export type DateRangePickerProps = BaseDatePickerProps & Omit<PropsRange, "mode"
23
23
  };
24
24
  getRangeLabel?: (range: DateRange | undefined) => string | React.JSX.Element | undefined;
25
25
  };
26
+ export type DateRangePreset = {
27
+ /** Display label for the preset */
28
+ label: string;
29
+ /** Function that returns the date range for this preset */
30
+ range: () => DateRange;
31
+ };
32
+ export type DateRangePresetPickerProps = BaseDatePickerProps & Omit<PropsRange, "mode" | "disabled"> & {
33
+ defaultRange?: DateRange;
34
+ disabledDates?: PropsRange["disabled"];
35
+ /** Preset period options. Defaults to Today, Last 7/30/90 days, This month, This year */
36
+ presets?: DateRangePreset[];
37
+ /** Called when range changes, with optional preset label */
38
+ onRangeChange?: (range: DateRange | undefined, presetLabel?: string) => void;
39
+ getRangeValue?: (range: DateRange | undefined) => {
40
+ from: string | undefined;
41
+ to: string | undefined;
42
+ };
43
+ getRangeLabel?: (range: DateRange | undefined) => string | undefined;
44
+ };
26
45
  export type MultipleDatesPickerProps = BaseDatePickerProps & Omit<PropsMulti, "mode"> & {
27
46
  defaultDates?: Date[];
28
47
  disabledDates?: PropsBase["disabled"];
@@ -1,7 +1,8 @@
1
1
  import { DescriptionDetailProps, DescriptionProps, DescriptionTermProps } from './types';
2
2
  declare const Description: {
3
- (props: DescriptionProps): import("react/jsx-runtime").JSX.Element;
3
+ ({ className, variant, layout, size, dividers, striped, ...props }: DescriptionProps): import("react/jsx-runtime").JSX.Element;
4
4
  Term: ({ className, ...props }: DescriptionTermProps) => import("react/jsx-runtime").JSX.Element;
5
5
  Detail: ({ className, ...props }: DescriptionDetailProps) => import("react/jsx-runtime").JSX.Element;
6
+ Pair: ({ className, ...props }: React.HTMLAttributes<HTMLDivElement>) => import("react/jsx-runtime").JSX.Element;
6
7
  };
7
8
  export { Description };
@@ -0,0 +1,6 @@
1
+ import { DescriptionGroupProps } from './types';
2
+ declare const DescriptionGroup: {
3
+ ({ className, children, direction, dividers, title, description, ...props }: DescriptionGroupProps): import("react/jsx-runtime").JSX.Element;
4
+ displayName: string;
5
+ };
6
+ export { DescriptionGroup };
@@ -0,0 +1,23 @@
1
+ export declare const getDescriptionClasses: (props?: ({
2
+ variant?: "default" | "card" | "subtle" | null | undefined;
3
+ layout?: "inline" | "horizontal" | "vertical" | null | undefined;
4
+ size?: "sm" | "md" | "lg" | null | undefined;
5
+ } & import('class-variance-authority/types').ClassProp) | undefined) => string;
6
+ export declare const getDescriptionTermClasses: (props?: ({
7
+ size?: "sm" | "md" | "lg" | null | undefined;
8
+ layout?: "inline" | "horizontal" | "vertical" | null | undefined;
9
+ } & import('class-variance-authority/types').ClassProp) | undefined) => string;
10
+ export declare const getDescriptionDetailClasses: (props?: ({
11
+ size?: "sm" | "md" | "lg" | null | undefined;
12
+ layout?: "inline" | "horizontal" | "vertical" | null | undefined;
13
+ dividers?: boolean | null | undefined;
14
+ } & import('class-variance-authority/types').ClassProp) | undefined) => string;
15
+ export declare const getDescriptionPairClasses: (props?: ({
16
+ layout?: "inline" | "horizontal" | "vertical" | null | undefined;
17
+ striped?: boolean | null | undefined;
18
+ } & import('class-variance-authority/types').ClassProp) | undefined) => string;
19
+ export declare const getDescriptionGroupClasses: (props?: ({
20
+ direction?: "row" | "column" | null | undefined;
21
+ dividers?: boolean | null | undefined;
22
+ } & import('class-variance-authority/types').ClassProp) | undefined) => string;
23
+ export declare const getDescriptionGroupItemClasses: (props?: import('class-variance-authority/types').ClassProp | undefined) => string;
@@ -1 +1,3 @@
1
1
  export { Description } from './Description';
2
+ export { DescriptionGroup } from './DescriptionGroup';
3
+ export type { DescriptionProps, DescriptionTermProps, DescriptionDetailProps, DescriptionGroupProps, DescriptionSize, DescriptionLayout, DescriptionVariant, } from './types';