@axtec/components 0.1.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (258) hide show
  1. package/dist/components/Accordion/Accordion.d.ts +12 -0
  2. package/dist/components/ActionBar/ActionBar.d.ts +10 -0
  3. package/dist/components/ActionBar/index.d.ts +1 -0
  4. package/dist/components/ActionLayout/ActionLayout.d.ts +15 -0
  5. package/dist/components/ActionLayout/index.d.ts +1 -0
  6. package/dist/components/Alert/Alert.d.ts +9 -0
  7. package/dist/components/AlertBox/AlertBox.d.ts +15 -0
  8. package/dist/components/AlertBox/index.d.ts +1 -0
  9. package/dist/components/AlertModal/AlertModal.d.ts +14 -0
  10. package/dist/components/AlertModal/index.d.ts +1 -0
  11. package/dist/components/AutoComplete/AutoComplete.d.ts +17 -0
  12. package/dist/components/AutoComplete/index.d.ts +1 -0
  13. package/dist/components/Avatar/Avatar.d.ts +8 -0
  14. package/dist/components/AvatarCard/AvatarCard.d.ts +27 -0
  15. package/dist/components/AvatarCard/index.d.ts +1 -0
  16. package/dist/components/AverageRating/AverageRating.d.ts +8 -0
  17. package/dist/components/AverageRating/index.d.ts +1 -0
  18. package/dist/components/Badge/Badge.d.ts +9 -0
  19. package/dist/components/Breadcrumbs/Breadcrumbs.d.ts +15 -0
  20. package/dist/components/Button/Button.d.ts +9 -0
  21. package/dist/components/ButtonGroup/ButtonGroup.d.ts +11 -0
  22. package/dist/components/ButtonGroup/index.d.ts +1 -0
  23. package/dist/components/Card/Card.d.ts +56 -0
  24. package/dist/components/Checkbox/Checkbox.d.ts +6 -0
  25. package/dist/components/ConfirmModal/ConfirmModal.d.ts +18 -0
  26. package/dist/components/ConfirmModal/index.d.ts +1 -0
  27. package/dist/components/DatePicker/DatePicker.d.ts +13 -0
  28. package/dist/components/DatePicker/index.d.ts +1 -0
  29. package/dist/components/Drawer/Drawer.d.ts +10 -0
  30. package/dist/components/Drawer/index.d.ts +1 -0
  31. package/dist/components/Dropdown/Dropdown.d.ts +21 -0
  32. package/dist/components/EmptyData/EmptyData.d.ts +9 -0
  33. package/dist/components/EmptyData/index.d.ts +1 -0
  34. package/dist/components/FileUploader/FileUploader.d.ts +10 -0
  35. package/dist/components/FileUploader/index.d.ts +1 -0
  36. package/dist/components/IconButton/IconButton.d.ts +7 -0
  37. package/dist/components/IconButton/index.d.ts +1 -0
  38. package/dist/components/Image/Image.d.ts +13 -0
  39. package/dist/components/Image/index.d.ts +1 -0
  40. package/dist/components/ImageGrid/ImageGrid.d.ts +19 -0
  41. package/dist/components/ImageGrid/index.d.ts +1 -0
  42. package/dist/components/ImageUploading/ImageUploading.d.ts +7 -0
  43. package/dist/components/ImageUploading/index.d.ts +1 -0
  44. package/dist/components/Input/Input.d.ts +7 -0
  45. package/dist/components/LinkButton/LinkButton.d.ts +15 -0
  46. package/dist/components/LinkButton/index.d.ts +1 -0
  47. package/dist/components/Loader/Loader.d.ts +6 -0
  48. package/dist/components/LoadingModal/LoadingModal.d.ts +6 -0
  49. package/dist/components/LoadingModal/index.d.ts +1 -0
  50. package/dist/components/Logo/AxtecLogo.d.ts +5 -0
  51. package/dist/components/Logo/MyHomeVaultLogo.d.ts +5 -0
  52. package/dist/components/Logo/index.d.ts +2 -0
  53. package/dist/components/LogoLoader/LogoLoader.d.ts +5 -0
  54. package/dist/components/LogoLoader/index.d.ts +1 -0
  55. package/dist/components/MenuText/MenuText.d.ts +7 -0
  56. package/dist/components/MenuText/index.d.ts +1 -0
  57. package/dist/components/Modal/Modal.d.ts +10 -0
  58. package/dist/components/MultiItemSelect/MultiItemSelect.d.ts +13 -0
  59. package/dist/components/MultiItemSelect/index.d.ts +1 -0
  60. package/dist/components/Notification/Notification.d.ts +11 -0
  61. package/dist/components/Notification/index.d.ts +1 -0
  62. package/dist/components/Pagination/Pagination.d.ts +8 -0
  63. package/dist/components/Panel/Panel.d.ts +40 -0
  64. package/dist/components/Panel/index.d.ts +1 -0
  65. package/dist/components/PhotoLibrary/PhotoLibrary.d.ts +14 -0
  66. package/dist/components/PhotoLibrary/index.d.ts +1 -0
  67. package/dist/components/Pill/Pill.d.ts +11 -0
  68. package/dist/components/Pill/index.d.ts +1 -0
  69. package/dist/components/Progress/Progress.d.ts +10 -0
  70. package/dist/components/QuickActions/QuickActions.d.ts +8 -0
  71. package/dist/components/QuickActions/index.d.ts +1 -0
  72. package/dist/components/RadioGroup/RadioGroup.d.ts +15 -0
  73. package/dist/components/Rating/Rating.d.ts +11 -0
  74. package/dist/components/Rating/index.d.ts +1 -0
  75. package/dist/components/Row/Row.d.ts +10 -0
  76. package/dist/components/Row/index.d.ts +1 -0
  77. package/dist/components/ScrollableModal/ScrollableModal.d.ts +17 -0
  78. package/dist/components/ScrollableModal/index.d.ts +1 -0
  79. package/dist/components/Select/Select.d.ts +16 -0
  80. package/dist/components/Skeleton/Skeleton.d.ts +18 -0
  81. package/dist/components/StatisticsChart/StatisticsChart.d.ts +43 -0
  82. package/dist/components/StatisticsChart/index.d.ts +1 -0
  83. package/dist/components/StatisticsLegend/StatisticsLegend.d.ts +22 -0
  84. package/dist/components/StatisticsLegend/index.d.ts +1 -0
  85. package/dist/components/StatusIndicator/StatusIndicator.d.ts +21 -0
  86. package/dist/components/StatusIndicator/index.d.ts +1 -0
  87. package/dist/components/StepList/StepList.d.ts +8 -0
  88. package/dist/components/StepList/index.d.ts +1 -0
  89. package/dist/components/TabView/TabView.d.ts +17 -0
  90. package/dist/components/TabView/index.d.ts +1 -0
  91. package/dist/components/Table/Table.d.ts +19 -0
  92. package/dist/components/Tabs/Tabs.d.ts +16 -0
  93. package/dist/components/TaskList/TaskList.d.ts +20 -0
  94. package/dist/components/TaskList/index.d.ts +1 -0
  95. package/dist/components/Textarea/Textarea.d.ts +7 -0
  96. package/dist/components/Toggle/Toggle.d.ts +10 -0
  97. package/dist/components/ToggleButton/ToggleButton.d.ts +8 -0
  98. package/dist/components/ToggleButton/index.d.ts +1 -0
  99. package/dist/components/Tooltip/Tooltip.d.ts +9 -0
  100. package/dist/components/TrendIndicator/TrendIndicator.d.ts +8 -0
  101. package/dist/components/TrendIndicator/index.d.ts +1 -0
  102. package/dist/components/Typography/CardHeading.d.ts +6 -0
  103. package/dist/components/Typography/PageHeading.d.ts +6 -0
  104. package/dist/components/Typography/SectionHeading.d.ts +10 -0
  105. package/dist/components/Typography/SubsectionHeading.d.ts +6 -0
  106. package/dist/components/Typography/Text.d.ts +10 -0
  107. package/dist/components/Typography/index.d.ts +5 -0
  108. package/dist/components/index.d.ts +62 -0
  109. package/dist/index.css +1 -0
  110. package/dist/index.d.ts +3 -0
  111. package/dist/index.js +153 -0
  112. package/dist/index.js.map +1 -0
  113. package/dist/index10.js +104 -0
  114. package/dist/index10.js.map +1 -0
  115. package/dist/index11.js +42 -0
  116. package/dist/index11.js.map +1 -0
  117. package/dist/index12.js +82 -0
  118. package/dist/index12.js.map +1 -0
  119. package/dist/index13.js +28 -0
  120. package/dist/index13.js.map +1 -0
  121. package/dist/index14.js +22 -0
  122. package/dist/index14.js.map +1 -0
  123. package/dist/index15.js +42 -0
  124. package/dist/index15.js.map +1 -0
  125. package/dist/index16.js +76 -0
  126. package/dist/index16.js.map +1 -0
  127. package/dist/index17.js +53 -0
  128. package/dist/index17.js.map +1 -0
  129. package/dist/index18.js +16 -0
  130. package/dist/index18.js.map +1 -0
  131. package/dist/index19.js +157 -0
  132. package/dist/index19.js.map +1 -0
  133. package/dist/index20.js +21 -0
  134. package/dist/index20.js.map +1 -0
  135. package/dist/index21.js +49 -0
  136. package/dist/index21.js.map +1 -0
  137. package/dist/index22.js +53 -0
  138. package/dist/index22.js.map +1 -0
  139. package/dist/index23.js +82 -0
  140. package/dist/index23.js.map +1 -0
  141. package/dist/index24.js +223 -0
  142. package/dist/index24.js.map +1 -0
  143. package/dist/index25.js +55 -0
  144. package/dist/index25.js.map +1 -0
  145. package/dist/index26.js +81 -0
  146. package/dist/index26.js.map +1 -0
  147. package/dist/index27.js +27 -0
  148. package/dist/index27.js.map +1 -0
  149. package/dist/index28.js +81 -0
  150. package/dist/index28.js.map +1 -0
  151. package/dist/index29.js +36 -0
  152. package/dist/index29.js.map +1 -0
  153. package/dist/index3.js +9 -0
  154. package/dist/index3.js.map +1 -0
  155. package/dist/index30.js +95 -0
  156. package/dist/index30.js.map +1 -0
  157. package/dist/index31.js +63 -0
  158. package/dist/index31.js.map +1 -0
  159. package/dist/index32.js +48 -0
  160. package/dist/index32.js.map +1 -0
  161. package/dist/index33.js +51 -0
  162. package/dist/index33.js.map +1 -0
  163. package/dist/index34.js +55 -0
  164. package/dist/index34.js.map +1 -0
  165. package/dist/index35.js +31 -0
  166. package/dist/index35.js.map +1 -0
  167. package/dist/index36.js +57 -0
  168. package/dist/index36.js.map +1 -0
  169. package/dist/index37.js +52 -0
  170. package/dist/index37.js.map +1 -0
  171. package/dist/index38.js +16 -0
  172. package/dist/index38.js.map +1 -0
  173. package/dist/index39.js +85 -0
  174. package/dist/index39.js.map +1 -0
  175. package/dist/index4.js +36 -0
  176. package/dist/index4.js.map +1 -0
  177. package/dist/index40.js +52 -0
  178. package/dist/index40.js.map +1 -0
  179. package/dist/index41.js +22 -0
  180. package/dist/index41.js.map +1 -0
  181. package/dist/index42.js +37 -0
  182. package/dist/index42.js.map +1 -0
  183. package/dist/index43.js +18 -0
  184. package/dist/index43.js.map +1 -0
  185. package/dist/index44.js +94 -0
  186. package/dist/index44.js.map +1 -0
  187. package/dist/index45.js +72 -0
  188. package/dist/index45.js.map +1 -0
  189. package/dist/index46.js +125 -0
  190. package/dist/index46.js.map +1 -0
  191. package/dist/index47.js +43 -0
  192. package/dist/index47.js.map +1 -0
  193. package/dist/index48.js +59 -0
  194. package/dist/index48.js.map +1 -0
  195. package/dist/index49.js +19 -0
  196. package/dist/index49.js.map +1 -0
  197. package/dist/index5.js +24 -0
  198. package/dist/index5.js.map +1 -0
  199. package/dist/index50.js +68 -0
  200. package/dist/index50.js.map +1 -0
  201. package/dist/index51.js +57 -0
  202. package/dist/index51.js.map +1 -0
  203. package/dist/index52.js +40 -0
  204. package/dist/index52.js.map +1 -0
  205. package/dist/index53.js +69 -0
  206. package/dist/index53.js.map +1 -0
  207. package/dist/index54.js +25 -0
  208. package/dist/index54.js.map +1 -0
  209. package/dist/index55.js +107 -0
  210. package/dist/index55.js.map +1 -0
  211. package/dist/index56.js +71 -0
  212. package/dist/index56.js.map +1 -0
  213. package/dist/index57.js +239 -0
  214. package/dist/index57.js.map +1 -0
  215. package/dist/index58.js +105 -0
  216. package/dist/index58.js.map +1 -0
  217. package/dist/index59.js +39 -0
  218. package/dist/index59.js.map +1 -0
  219. package/dist/index6.js +47 -0
  220. package/dist/index6.js.map +1 -0
  221. package/dist/index60.js +21 -0
  222. package/dist/index60.js.map +1 -0
  223. package/dist/index61.js +63 -0
  224. package/dist/index61.js.map +1 -0
  225. package/dist/index62.js +64 -0
  226. package/dist/index62.js.map +1 -0
  227. package/dist/index63.js +78 -0
  228. package/dist/index63.js.map +1 -0
  229. package/dist/index64.js +112 -0
  230. package/dist/index64.js.map +1 -0
  231. package/dist/index65.js +43 -0
  232. package/dist/index65.js.map +1 -0
  233. package/dist/index66.js +51 -0
  234. package/dist/index66.js.map +1 -0
  235. package/dist/index67.js +79 -0
  236. package/dist/index67.js.map +1 -0
  237. package/dist/index68.js +57 -0
  238. package/dist/index68.js.map +1 -0
  239. package/dist/index69.js +71 -0
  240. package/dist/index69.js.map +1 -0
  241. package/dist/index7.js +80 -0
  242. package/dist/index7.js.map +1 -0
  243. package/dist/index70.js +39 -0
  244. package/dist/index70.js.map +1 -0
  245. package/dist/index71.js +17 -0
  246. package/dist/index71.js.map +1 -0
  247. package/dist/index72.js +2267 -0
  248. package/dist/index72.js.map +1 -0
  249. package/dist/index8.js +82 -0
  250. package/dist/index8.js.map +1 -0
  251. package/dist/index9.js +97 -0
  252. package/dist/index9.js.map +1 -0
  253. package/dist/lib/utils.d.ts +2 -0
  254. package/dist/logos/axtec-logo.png +0 -0
  255. package/dist/logos/mhv-icon.svg +5 -0
  256. package/dist/logos/mhv-logo.png +0 -0
  257. package/dist/logos/mhv-logo.svg +23 -0
  258. package/package.json +63 -0
@@ -0,0 +1,40 @@
1
+ import { type ReactNode } from 'react';
2
+ export interface PanelProps {
3
+ children: ReactNode;
4
+ className?: string;
5
+ }
6
+ export declare const Panel: ({ children, className }: PanelProps) => import("react/jsx-runtime").JSX.Element;
7
+ export interface PanelHeaderProps {
8
+ children: ReactNode;
9
+ className?: string;
10
+ }
11
+ export declare const PanelHeader: ({ children, className }: PanelHeaderProps) => import("react/jsx-runtime").JSX.Element;
12
+ export interface PanelTitleProps {
13
+ children: ReactNode;
14
+ badge?: ReactNode;
15
+ className?: string;
16
+ }
17
+ export declare const PanelTitle: ({ children, badge, className }: PanelTitleProps) => import("react/jsx-runtime").JSX.Element;
18
+ export interface PanelActionProps {
19
+ children: ReactNode;
20
+ onClick?: () => void;
21
+ disabled?: boolean;
22
+ className?: string;
23
+ }
24
+ export declare const PanelAction: ({ children, onClick, disabled, className }: PanelActionProps) => import("react/jsx-runtime").JSX.Element;
25
+ export interface PanelBodyProps {
26
+ children: ReactNode;
27
+ className?: string;
28
+ }
29
+ export declare const PanelBody: ({ children, className }: PanelBodyProps) => import("react/jsx-runtime").JSX.Element;
30
+ export interface PanelFooterProps {
31
+ children: ReactNode;
32
+ className?: string;
33
+ }
34
+ export declare const PanelFooter: ({ children, className }: PanelFooterProps) => import("react/jsx-runtime").JSX.Element;
35
+ export interface PanelEmptyStateProps {
36
+ message: string;
37
+ action?: ReactNode;
38
+ className?: string;
39
+ }
40
+ export declare const PanelEmptyState: ({ message, action, className }: PanelEmptyStateProps) => import("react/jsx-runtime").JSX.Element;
@@ -0,0 +1 @@
1
+ export { Panel, PanelHeader, PanelTitle, PanelAction, PanelBody, PanelFooter, PanelEmptyState, type PanelProps, type PanelHeaderProps, type PanelTitleProps, type PanelActionProps, type PanelBodyProps, type PanelFooterProps, type PanelEmptyStateProps, } from './Panel';
@@ -0,0 +1,14 @@
1
+ export interface PhotoLibraryImage {
2
+ url: string;
3
+ alt?: string;
4
+ id?: string;
5
+ }
6
+ export interface PhotoLibraryProps {
7
+ images: PhotoLibraryImage[];
8
+ columns?: 3 | 4 | 5 | 6;
9
+ gap?: number;
10
+ emptyMessage?: string;
11
+ onDelete?: (image: PhotoLibraryImage, index: number) => void;
12
+ className?: string;
13
+ }
14
+ export declare const PhotoLibrary: ({ images, columns, gap, emptyMessage, onDelete, className, }: PhotoLibraryProps) => import("react/jsx-runtime").JSX.Element;
@@ -0,0 +1 @@
1
+ export { PhotoLibrary, type PhotoLibraryProps, type PhotoLibraryImage } from './PhotoLibrary';
@@ -0,0 +1,11 @@
1
+ import { type ReactNode } from 'react';
2
+ export interface PillProps {
3
+ label: ReactNode;
4
+ variant?: 'default' | 'primary' | 'success' | 'warning' | 'danger' | 'info';
5
+ size?: 'sm' | 'md' | 'lg';
6
+ className?: string;
7
+ onClick?: (event: React.MouseEvent) => void;
8
+ backgroundColor?: string;
9
+ textColor?: string;
10
+ }
11
+ export declare const Pill: ({ label, variant, size, className, onClick, backgroundColor, textColor, }: PillProps) => import("react/jsx-runtime").JSX.Element;
@@ -0,0 +1 @@
1
+ export { Pill, type PillProps } from './Pill';
@@ -0,0 +1,10 @@
1
+ export interface ProgressProps {
2
+ value: number;
3
+ max?: number;
4
+ size?: 'sm' | 'md' | 'lg';
5
+ variant?: 'default' | 'success' | 'warning' | 'danger';
6
+ showLabel?: boolean;
7
+ label?: string;
8
+ className?: string;
9
+ }
10
+ export declare function Progress({ value, max, size, variant, showLabel, label, className, }: ProgressProps): import("react/jsx-runtime").JSX.Element;
@@ -0,0 +1,8 @@
1
+ import { type ReactNode } from 'react';
2
+ export interface QuickActionsProps {
3
+ children: ReactNode;
4
+ bottom?: number;
5
+ right?: number;
6
+ className?: string;
7
+ }
8
+ export declare const QuickActions: ({ children, bottom, right, className, }: QuickActionsProps) => import("react/jsx-runtime").JSX.Element;
@@ -0,0 +1 @@
1
+ export { QuickActions, type QuickActionsProps } from './QuickActions';
@@ -0,0 +1,15 @@
1
+ export interface RadioOption {
2
+ value: string;
3
+ label: string;
4
+ description?: string;
5
+ disabled?: boolean;
6
+ }
7
+ export interface RadioGroupProps {
8
+ options: RadioOption[];
9
+ value?: string;
10
+ onChange?: (value: string) => void;
11
+ name: string;
12
+ orientation?: 'horizontal' | 'vertical';
13
+ className?: string;
14
+ }
15
+ export declare function RadioGroup({ options, value, onChange, name, orientation, className, }: RadioGroupProps): import("react/jsx-runtime").JSX.Element;
@@ -0,0 +1,11 @@
1
+ export interface RatingProps {
2
+ value?: number;
3
+ onChange?: (rating: number) => void;
4
+ max?: number;
5
+ size?: 'sm' | 'md' | 'lg';
6
+ readonly?: boolean;
7
+ label?: string;
8
+ error?: string;
9
+ className?: string;
10
+ }
11
+ export declare const Rating: ({ value, onChange, max, size, readonly, label, error, className, }: RatingProps) => import("react/jsx-runtime").JSX.Element;
@@ -0,0 +1 @@
1
+ export { Rating, type RatingProps } from './Rating';
@@ -0,0 +1,10 @@
1
+ import { type ReactNode } from 'react';
2
+ export interface RowProps {
3
+ children: ReactNode;
4
+ height?: number | string;
5
+ className?: string;
6
+ gap?: number;
7
+ align?: 'start' | 'center' | 'end' | 'stretch';
8
+ justify?: 'start' | 'center' | 'end' | 'between' | 'around';
9
+ }
10
+ export declare const Row: ({ children, height, className, gap, align, justify, }: RowProps) => import("react/jsx-runtime").JSX.Element;
@@ -0,0 +1 @@
1
+ export { Row, type RowProps } from './Row';
@@ -0,0 +1,17 @@
1
+ import { type ReactNode } from 'react';
2
+ import { type ButtonProps } from '../Button/Button';
3
+ export interface ScrollableModalAction extends Omit<ButtonProps, 'key'> {
4
+ key?: string;
5
+ text?: string;
6
+ }
7
+ export interface ScrollableModalProps {
8
+ isOpen: boolean;
9
+ onClose: () => void;
10
+ title?: string;
11
+ children: ReactNode;
12
+ onBack?: () => void;
13
+ onSkip?: () => void;
14
+ rightActions?: ScrollableModalAction[];
15
+ className?: string;
16
+ }
17
+ export declare const ScrollableModal: ({ isOpen, onClose, title, children, onBack, onSkip, rightActions, className, }: ScrollableModalProps) => import("react/jsx-runtime").JSX.Element;
@@ -0,0 +1 @@
1
+ export { ScrollableModal, type ScrollableModalProps, type ScrollableModalAction } from './ScrollableModal';
@@ -0,0 +1,16 @@
1
+ export interface SelectOption {
2
+ value: string;
3
+ label: string;
4
+ disabled?: boolean;
5
+ }
6
+ export interface SelectProps {
7
+ options: SelectOption[];
8
+ value?: string;
9
+ onChange?: (value: string) => void;
10
+ label?: string;
11
+ placeholder?: string;
12
+ error?: string;
13
+ disabled?: boolean;
14
+ className?: string;
15
+ }
16
+ export declare function Select({ options, value, onChange, label, placeholder, error, disabled, className, }: SelectProps): import("react/jsx-runtime").JSX.Element;
@@ -0,0 +1,18 @@
1
+ export interface SkeletonProps {
2
+ variant?: 'text' | 'circular' | 'rectangular';
3
+ width?: string | number;
4
+ height?: string | number;
5
+ className?: string;
6
+ }
7
+ export declare function Skeleton({ variant, width, height, className, }: SkeletonProps): import("react/jsx-runtime").JSX.Element;
8
+ export declare function SkeletonText({ lines, className }: {
9
+ lines?: number;
10
+ className?: string;
11
+ }): import("react/jsx-runtime").JSX.Element;
12
+ export declare function SkeletonAvatar({ size, className }: {
13
+ size?: number;
14
+ className?: string;
15
+ }): import("react/jsx-runtime").JSX.Element;
16
+ export declare function SkeletonCard({ className }: {
17
+ className?: string;
18
+ }): import("react/jsx-runtime").JSX.Element;
@@ -0,0 +1,43 @@
1
+ export interface StatisticsChartDataPoint {
2
+ label: string;
3
+ value: number;
4
+ secondaryValue?: number;
5
+ }
6
+ export interface StatisticsChartProps {
7
+ data: StatisticsChartDataPoint[];
8
+ type?: 'bar' | 'line' | 'composed';
9
+ /** Chart height in pixels */
10
+ height?: number;
11
+ /** Primary color for bars/lines */
12
+ primaryColor?: string;
13
+ /** Primary color on hover (for interactive mode) */
14
+ primaryColorHover?: string;
15
+ /** Secondary color for second data series */
16
+ secondaryColor?: string;
17
+ /** Show grid lines */
18
+ showGrid?: boolean;
19
+ /** Show legend */
20
+ showLegend?: boolean;
21
+ /** Show X axis */
22
+ showXAxis?: boolean;
23
+ /** Show Y axis */
24
+ showYAxis?: boolean;
25
+ /** Custom value formatter for tooltips and axis */
26
+ valueFormatter?: (value: number) => string;
27
+ /** Chart title */
28
+ title?: string;
29
+ /** Chart subtitle */
30
+ subtitle?: string;
31
+ /** Header background color (creates a colored header block) */
32
+ headerColor?: string;
33
+ /** Enable interactive hover mode (highlights bars, can trigger onHover) */
34
+ interactive?: boolean;
35
+ /** Callback when hovering over a data point */
36
+ onHover?: (index: number, dataPoint: StatisticsChartDataPoint | null) => void;
37
+ /** Minimal mode - no axes, compact display */
38
+ minimal?: boolean;
39
+ /** Empty state message */
40
+ emptyMessage?: string;
41
+ className?: string;
42
+ }
43
+ export declare const StatisticsChart: ({ data, type, height, primaryColor, primaryColorHover, secondaryColor, showGrid, showLegend, showXAxis, showYAxis, valueFormatter, title, subtitle, headerColor, interactive, onHover, minimal, emptyMessage, className, }: StatisticsChartProps) => import("react/jsx-runtime").JSX.Element;
@@ -0,0 +1 @@
1
+ export { StatisticsChart, type StatisticsChartProps, type StatisticsChartDataPoint } from './StatisticsChart';
@@ -0,0 +1,22 @@
1
+ export interface StatisticsLegendItem {
2
+ label: string;
3
+ color: string;
4
+ data: {
5
+ title: string;
6
+ value: string | number;
7
+ percentage?: string;
8
+ }[];
9
+ }
10
+ export interface StatisticsLegendProps {
11
+ items: StatisticsLegendItem[];
12
+ className?: string;
13
+ }
14
+ export declare const StatisticsLegend: ({ items, className, }: StatisticsLegendProps) => import("react/jsx-runtime").JSX.Element;
15
+ export interface ChartLegendProps {
16
+ items: {
17
+ label: string;
18
+ color: string;
19
+ }[];
20
+ className?: string;
21
+ }
22
+ export declare const ChartLegend: ({ items, className }: ChartLegendProps) => import("react/jsx-runtime").JSX.Element;
@@ -0,0 +1 @@
1
+ export { StatisticsLegend, ChartLegend, type StatisticsLegendProps, type StatisticsLegendItem, type ChartLegendProps, } from './StatisticsLegend';
@@ -0,0 +1,21 @@
1
+ export type StatusLevel = 'hot' | 'warm' | 'neutral' | 'cold' | 'high' | 'medium' | 'low';
2
+ export interface StatusIndicatorProps {
3
+ /** The status level */
4
+ level: StatusLevel;
5
+ /** Optional custom label (defaults based on level) */
6
+ label?: string;
7
+ /** Show as dot + text (default) or just dot */
8
+ variant?: 'default' | 'dot';
9
+ /** Size of the indicator */
10
+ size?: 'sm' | 'md';
11
+ className?: string;
12
+ }
13
+ export declare const StatusIndicator: ({ level, label, variant, size, className, }: StatusIndicatorProps) => import("react/jsx-runtime").JSX.Element;
14
+ /** Badge variant for use in tables/lists */
15
+ export interface StatusBadgeProps {
16
+ level: StatusLevel;
17
+ label?: string;
18
+ size?: 'sm' | 'md';
19
+ className?: string;
20
+ }
21
+ export declare const StatusBadge: ({ level, label, size, className, }: StatusBadgeProps) => import("react/jsx-runtime").JSX.Element;
@@ -0,0 +1 @@
1
+ export { StatusIndicator, StatusBadge, type StatusIndicatorProps, type StatusBadgeProps, type StatusLevel, } from './StatusIndicator';
@@ -0,0 +1,8 @@
1
+ export interface StepListProps {
2
+ text: string;
3
+ isCompleted?: boolean;
4
+ isDisabled?: boolean;
5
+ height?: number;
6
+ className?: string;
7
+ }
8
+ export declare const StepList: ({ text, isCompleted, isDisabled, height, className, }: StepListProps) => import("react/jsx-runtime").JSX.Element;
@@ -0,0 +1 @@
1
+ export { StepList, type StepListProps } from './StepList';
@@ -0,0 +1,17 @@
1
+ import { type ReactNode, type ReactElement } from 'react';
2
+ export interface TabViewTab {
3
+ label: string | ReactNode;
4
+ content: ReactElement;
5
+ disabled?: boolean;
6
+ }
7
+ export interface TabViewProps {
8
+ tabs: TabViewTab[];
9
+ defaultIndex?: number;
10
+ onChange?: (index: number) => void;
11
+ size?: 'sm' | 'md' | 'lg';
12
+ variant?: 'underline' | 'pills';
13
+ className?: string;
14
+ headerClassName?: string;
15
+ contentClassName?: string;
16
+ }
17
+ export declare const TabView: ({ tabs, defaultIndex, onChange, size, variant, className, headerClassName, contentClassName, }: TabViewProps) => import("react/jsx-runtime").JSX.Element;
@@ -0,0 +1 @@
1
+ export { TabView, type TabViewProps, type TabViewTab } from './TabView';
@@ -0,0 +1,19 @@
1
+ import type { ReactNode } from 'react';
2
+ export interface TableColumn<T> {
3
+ key: string;
4
+ header: string;
5
+ render?: (item: T, index: number) => ReactNode;
6
+ className?: string;
7
+ headerClassName?: string;
8
+ }
9
+ export interface TableProps<T> {
10
+ columns: TableColumn<T>[];
11
+ data: T[];
12
+ keyExtractor: (item: T, index: number) => string | number;
13
+ striped?: boolean;
14
+ hoverable?: boolean;
15
+ compact?: boolean;
16
+ className?: string;
17
+ emptyMessage?: string;
18
+ }
19
+ export declare function Table<T>({ columns, data, keyExtractor, striped, hoverable, compact, className, emptyMessage, }: TableProps<T>): import("react/jsx-runtime").JSX.Element;
@@ -0,0 +1,16 @@
1
+ import type { ReactNode } from 'react';
2
+ export interface TabItem {
3
+ key: string;
4
+ label: string;
5
+ content: ReactNode;
6
+ disabled?: boolean;
7
+ }
8
+ export interface TabsProps {
9
+ items: TabItem[];
10
+ defaultIndex?: number;
11
+ onChange?: (index: number) => void;
12
+ variant?: 'underline' | 'pills' | 'boxed';
13
+ fullWidth?: boolean;
14
+ className?: string;
15
+ }
16
+ export declare function Tabs({ items, defaultIndex, onChange, variant, fullWidth, className, }: TabsProps): import("react/jsx-runtime").JSX.Element;
@@ -0,0 +1,20 @@
1
+ export interface Task {
2
+ id: string;
3
+ title: string;
4
+ description?: string;
5
+ dueDate?: string;
6
+ priority?: 'high' | 'medium' | 'low';
7
+ status?: 'pending' | 'overdue' | 'completed';
8
+ meta?: string;
9
+ }
10
+ export interface TaskListProps {
11
+ tasks: Task[];
12
+ title?: string;
13
+ onTaskClick?: (task: Task) => void;
14
+ onViewAll?: () => void;
15
+ onAddTask?: () => void;
16
+ maxTasks?: number;
17
+ emptyMessage?: string;
18
+ className?: string;
19
+ }
20
+ export declare const TaskList: ({ tasks, title, onTaskClick, onViewAll, onAddTask, maxTasks, emptyMessage, className, }: TaskListProps) => import("react/jsx-runtime").JSX.Element;
@@ -0,0 +1 @@
1
+ export { TaskList, type TaskListProps, type Task } from './TaskList';
@@ -0,0 +1,7 @@
1
+ import { type TextareaHTMLAttributes } from 'react';
2
+ export interface TextareaProps extends TextareaHTMLAttributes<HTMLTextAreaElement> {
3
+ label?: string;
4
+ error?: string;
5
+ helperText?: string;
6
+ }
7
+ export declare const Textarea: import("react").ForwardRefExoticComponent<TextareaProps & import("react").RefAttributes<HTMLTextAreaElement>>;
@@ -0,0 +1,10 @@
1
+ export interface ToggleProps {
2
+ checked: boolean;
3
+ onChange: (checked: boolean) => void;
4
+ label?: string;
5
+ description?: string;
6
+ disabled?: boolean;
7
+ size?: 'sm' | 'md' | 'lg';
8
+ className?: string;
9
+ }
10
+ export declare function Toggle({ checked, onChange, label, description, disabled, size, className, }: ToggleProps): import("react/jsx-runtime").JSX.Element;
@@ -0,0 +1,8 @@
1
+ export interface ToggleButtonProps {
2
+ label: string;
3
+ checked: boolean;
4
+ onChange: (checked: boolean) => void;
5
+ disabled?: boolean;
6
+ className?: string;
7
+ }
8
+ export declare const ToggleButton: ({ label, checked, onChange, disabled, className, }: ToggleButtonProps) => import("react/jsx-runtime").JSX.Element;
@@ -0,0 +1 @@
1
+ export { ToggleButton, type ToggleButtonProps } from './ToggleButton';
@@ -0,0 +1,9 @@
1
+ import { type ReactNode } from 'react';
2
+ export interface TooltipProps {
3
+ content: ReactNode;
4
+ children: ReactNode;
5
+ position?: 'top' | 'bottom' | 'left' | 'right';
6
+ delay?: number;
7
+ className?: string;
8
+ }
9
+ export declare function Tooltip({ content, children, position, delay, className, }: TooltipProps): import("react/jsx-runtime").JSX.Element;
@@ -0,0 +1,8 @@
1
+ export interface TrendIndicatorProps {
2
+ direction: 'up' | 'down' | 'stable';
3
+ value?: string | number;
4
+ showIcon?: boolean;
5
+ size?: 'sm' | 'md' | 'lg';
6
+ className?: string;
7
+ }
8
+ export declare const TrendIndicator: ({ direction, value, showIcon, size, className, }: TrendIndicatorProps) => import("react/jsx-runtime").JSX.Element;
@@ -0,0 +1 @@
1
+ export { TrendIndicator, type TrendIndicatorProps } from './TrendIndicator';
@@ -0,0 +1,6 @@
1
+ import type { ReactNode } from 'react';
2
+ export interface CardHeadingProps {
3
+ children: ReactNode;
4
+ className?: string;
5
+ }
6
+ export declare function CardHeading({ children, className, }: CardHeadingProps): import("react/jsx-runtime").JSX.Element;
@@ -0,0 +1,6 @@
1
+ import type { ReactNode } from 'react';
2
+ export interface PageHeadingProps {
3
+ children: ReactNode;
4
+ className?: string;
5
+ }
6
+ export declare function PageHeading({ children, className }: PageHeadingProps): import("react/jsx-runtime").JSX.Element;
@@ -0,0 +1,10 @@
1
+ import type { ReactNode } from 'react';
2
+ export interface SectionHeadingProps {
3
+ children: ReactNode;
4
+ /** Bottom border accent */
5
+ withBorder?: boolean;
6
+ /** Left border accent (RealtorIQ style) */
7
+ leftBorder?: boolean;
8
+ className?: string;
9
+ }
10
+ export declare function SectionHeading({ children, withBorder, leftBorder, className, }: SectionHeadingProps): import("react/jsx-runtime").JSX.Element;
@@ -0,0 +1,6 @@
1
+ import type { ReactNode } from 'react';
2
+ export interface SubsectionHeadingProps {
3
+ children: ReactNode;
4
+ className?: string;
5
+ }
6
+ export declare function SubsectionHeading({ children, className, }: SubsectionHeadingProps): import("react/jsx-runtime").JSX.Element;
@@ -0,0 +1,10 @@
1
+ import type { ReactNode, ElementType } from 'react';
2
+ export interface TextProps {
3
+ children: ReactNode;
4
+ variant?: 'body' | 'body-sm' | 'caption' | 'lead';
5
+ color?: 'default' | 'muted' | 'primary' | 'danger';
6
+ weight?: 'normal' | 'medium' | 'semibold' | 'bold';
7
+ as?: ElementType;
8
+ className?: string;
9
+ }
10
+ export declare function Text({ children, variant, color, weight, as: Component, className, }: TextProps): import("react/jsx-runtime").JSX.Element;
@@ -0,0 +1,5 @@
1
+ export { PageHeading, type PageHeadingProps } from './PageHeading';
2
+ export { SectionHeading, type SectionHeadingProps } from './SectionHeading';
3
+ export { SubsectionHeading, type SubsectionHeadingProps } from './SubsectionHeading';
4
+ export { CardHeading, type CardHeadingProps } from './CardHeading';
5
+ export { Text, type TextProps } from './Text';
@@ -0,0 +1,62 @@
1
+ export { Button, type ButtonProps } from './Button/Button';
2
+ export { Input, type InputProps } from './Input/Input';
3
+ export { Loader, type LoaderProps } from './Loader/Loader';
4
+ export { PageHeading, SectionHeading, SubsectionHeading, CardHeading, Text, type PageHeadingProps, type SectionHeadingProps, type SubsectionHeadingProps, type CardHeadingProps, type TextProps, } from './Typography';
5
+ export { Checkbox, type CheckboxProps } from './Checkbox/Checkbox';
6
+ export { RadioGroup, type RadioGroupProps, type RadioOption, } from './RadioGroup/RadioGroup';
7
+ export { Select, type SelectProps, type SelectOption, } from './Select/Select';
8
+ export { Alert, type AlertProps } from './Alert/Alert';
9
+ export { Modal, type ModalProps } from './Modal/Modal';
10
+ export { Card, CardGrid, type CardProps, type FullCardProps, type CardStatProps, type CardActionProps, type CardMetric, type CardGridProps, } from './Card/Card';
11
+ export { Avatar, type AvatarProps } from './Avatar/Avatar';
12
+ export { Badge, type BadgeProps } from './Badge/Badge';
13
+ export { Table, type TableProps, type TableColumn } from './Table/Table';
14
+ export { Tabs, type TabsProps, type TabItem } from './Tabs/Tabs';
15
+ export { Textarea, type TextareaProps } from './Textarea/Textarea';
16
+ export { Toggle, type ToggleProps } from './Toggle/Toggle';
17
+ export { Tooltip, type TooltipProps } from './Tooltip/Tooltip';
18
+ export { Dropdown, DropdownButton, type DropdownProps, type DropdownItem, } from './Dropdown/Dropdown';
19
+ export { Breadcrumbs, type BreadcrumbsProps, type BreadcrumbItem, } from './Breadcrumbs/Breadcrumbs';
20
+ export { Pagination, type PaginationProps } from './Pagination/Pagination';
21
+ export { Progress, type ProgressProps } from './Progress/Progress';
22
+ export { Accordion, type AccordionProps, type AccordionItem } from './Accordion/Accordion';
23
+ export { Skeleton, SkeletonText, SkeletonAvatar, SkeletonCard, type SkeletonProps, } from './Skeleton/Skeleton';
24
+ export { AxtecLogo, MyHomeVaultLogo, type AxtecLogoProps, type MyHomeVaultLogoProps, } from './Logo';
25
+ export { ActionBar, type ActionBarProps, type ActionBarAction } from './ActionBar';
26
+ export { ActionLayout, type ActionLayoutProps, type ActionLayoutAction } from './ActionLayout';
27
+ export { AlertModal, type AlertModalProps, type AlertModalVariant } from './AlertModal';
28
+ export { ConfirmModal, type ConfirmModalProps } from './ConfirmModal';
29
+ export { LoadingModal, type LoadingModalProps } from './LoadingModal';
30
+ export { AlertBox, type AlertBoxProps, type AlertBoxButton } from './AlertBox';
31
+ export { AutoComplete, type AutoCompleteProps, type AutoCompleteOption } from './AutoComplete';
32
+ export { AvatarCard, type AvatarCardProps, type AvatarCardData } from './AvatarCard';
33
+ export { AverageRating, type AverageRatingProps } from './AverageRating';
34
+ export { ButtonGroup, type ButtonGroupProps, type ButtonGroupItem } from './ButtonGroup';
35
+ export { DatePicker, type DatePickerProps } from './DatePicker';
36
+ export { Drawer, type DrawerProps } from './Drawer';
37
+ export { EmptyData, type EmptyDataProps } from './EmptyData';
38
+ export { FileUploader, type FileUploaderProps } from './FileUploader';
39
+ export { IconButton, type IconButtonProps } from './IconButton';
40
+ export { Image, type ImageProps } from './Image';
41
+ export { ImageGrid, type ImageGridProps, type ImageGridItem } from './ImageGrid';
42
+ export { ImageUploading, type ImageUploadingProps } from './ImageUploading';
43
+ export { LinkButton, type LinkButtonProps } from './LinkButton';
44
+ export { LogoLoader, type LogoLoaderProps } from './LogoLoader';
45
+ export { MenuText, type MenuTextProps } from './MenuText';
46
+ export { MultiItemSelect, type MultiItemSelectProps, type MultiItemSelectItem } from './MultiItemSelect';
47
+ export { Notification, type NotificationProps } from './Notification';
48
+ export { PhotoLibrary, type PhotoLibraryProps, type PhotoLibraryImage } from './PhotoLibrary';
49
+ export { Pill, type PillProps } from './Pill';
50
+ export { QuickActions, type QuickActionsProps } from './QuickActions';
51
+ export { Rating, type RatingProps } from './Rating';
52
+ export { Row, type RowProps } from './Row';
53
+ export { ScrollableModal, type ScrollableModalProps, type ScrollableModalAction } from './ScrollableModal';
54
+ export { StepList, type StepListProps } from './StepList';
55
+ export { TabView, type TabViewProps, type TabViewTab } from './TabView';
56
+ export { ToggleButton, type ToggleButtonProps } from './ToggleButton';
57
+ export { TrendIndicator, type TrendIndicatorProps } from './TrendIndicator';
58
+ export { Panel, PanelHeader, PanelTitle, PanelAction, PanelBody, PanelFooter, PanelEmptyState, type PanelProps, type PanelHeaderProps, type PanelTitleProps, type PanelActionProps, type PanelBodyProps, type PanelFooterProps, type PanelEmptyStateProps, } from './Panel';
59
+ export { TaskList, type TaskListProps, type Task } from './TaskList';
60
+ export { StatusIndicator, StatusBadge, type StatusIndicatorProps, type StatusBadgeProps, type StatusLevel, } from './StatusIndicator';
61
+ export { StatisticsChart, type StatisticsChartProps, type StatisticsChartDataPoint } from './StatisticsChart';
62
+ export { StatisticsLegend, ChartLegend, type StatisticsLegendProps, type StatisticsLegendItem, type ChartLegendProps, } from './StatisticsLegend';