@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,12 @@
1
+ import type { ReactNode } from 'react';
2
+ export interface AccordionItem {
3
+ key: string;
4
+ title: ReactNode;
5
+ content: ReactNode;
6
+ defaultOpen?: boolean;
7
+ }
8
+ export interface AccordionProps {
9
+ items: AccordionItem[];
10
+ className?: string;
11
+ }
12
+ export declare function Accordion({ items, className }: AccordionProps): import("react/jsx-runtime").JSX.Element;
@@ -0,0 +1,10 @@
1
+ import { type ButtonProps } from '../Button/Button';
2
+ export interface ActionBarAction extends Omit<ButtonProps, 'key'> {
3
+ key: string;
4
+ }
5
+ export interface ActionBarProps {
6
+ leftActions?: ActionBarAction[];
7
+ rightActions?: ActionBarAction[];
8
+ className?: string;
9
+ }
10
+ export declare const ActionBar: ({ leftActions, rightActions, className, }: ActionBarProps) => import("react/jsx-runtime").JSX.Element;
@@ -0,0 +1 @@
1
+ export { ActionBar, type ActionBarProps, type ActionBarAction } from './ActionBar';
@@ -0,0 +1,15 @@
1
+ import { type ReactNode } from 'react';
2
+ import { type ButtonProps } from '../Button/Button';
3
+ export interface ActionLayoutAction extends Omit<ButtonProps, 'key'> {
4
+ key?: string;
5
+ text?: string;
6
+ }
7
+ export interface ActionLayoutProps {
8
+ children: ReactNode;
9
+ leftActions?: ActionLayoutAction[];
10
+ rightActions?: ActionLayoutAction[];
11
+ className?: string;
12
+ bodyClassName?: string;
13
+ footerClassName?: string;
14
+ }
15
+ export declare const ActionLayout: ({ children, leftActions, rightActions, className, bodyClassName, footerClassName, }: ActionLayoutProps) => import("react/jsx-runtime").JSX.Element;
@@ -0,0 +1 @@
1
+ export { ActionLayout, type ActionLayoutProps, type ActionLayoutAction } from './ActionLayout';
@@ -0,0 +1,9 @@
1
+ import type { ReactNode } from 'react';
2
+ export interface AlertProps {
3
+ variant?: 'success' | 'error' | 'warning' | 'info';
4
+ title?: string;
5
+ children?: ReactNode;
6
+ onClose?: () => void;
7
+ className?: string;
8
+ }
9
+ export declare function Alert({ variant, title, children, onClose, className, }: AlertProps): import("react/jsx-runtime").JSX.Element;
@@ -0,0 +1,15 @@
1
+ import { type ReactNode } from 'react';
2
+ import { type ButtonProps } from '../Button/Button';
3
+ export interface AlertBoxButton extends Omit<ButtonProps, 'key'> {
4
+ text: string;
5
+ }
6
+ export interface AlertBoxProps {
7
+ isOpen: boolean;
8
+ onClose: () => void;
9
+ title: string;
10
+ message: string;
11
+ body?: ReactNode;
12
+ buttons: AlertBoxButton[];
13
+ className?: string;
14
+ }
15
+ export declare const AlertBox: ({ isOpen, onClose, title, message, body, buttons, className, }: AlertBoxProps) => import("react/jsx-runtime").JSX.Element;
@@ -0,0 +1 @@
1
+ export { AlertBox, type AlertBoxProps, type AlertBoxButton } from './AlertBox';
@@ -0,0 +1,14 @@
1
+ export type AlertModalVariant = 'success' | 'error' | 'warning' | 'info';
2
+ export interface AlertModalProps {
3
+ open: boolean;
4
+ onClose: () => void;
5
+ title: string;
6
+ message?: string;
7
+ /** HTML content (use with caution) */
8
+ htmlMessage?: string;
9
+ variant?: AlertModalVariant;
10
+ confirmText?: string;
11
+ onConfirm?: () => void;
12
+ className?: string;
13
+ }
14
+ export declare function AlertModal({ open, onClose, title, message, htmlMessage, variant, confirmText, onConfirm, className, }: AlertModalProps): import("react/jsx-runtime").JSX.Element;
@@ -0,0 +1 @@
1
+ export { AlertModal, type AlertModalProps, type AlertModalVariant } from './AlertModal';
@@ -0,0 +1,17 @@
1
+ export interface AutoCompleteOption {
2
+ value: string;
3
+ label: string;
4
+ }
5
+ export interface AutoCompleteProps {
6
+ options: AutoCompleteOption[];
7
+ value?: string;
8
+ onChange: (value: string, label: string) => void;
9
+ onSearch?: (query: string) => void;
10
+ label?: string;
11
+ placeholder?: string;
12
+ disabled?: boolean;
13
+ error?: string;
14
+ debounceMs?: number;
15
+ className?: string;
16
+ }
17
+ export declare const AutoComplete: ({ options, value, onChange, onSearch, label, placeholder, disabled, error, debounceMs, className, }: AutoCompleteProps) => import("react/jsx-runtime").JSX.Element;
@@ -0,0 +1 @@
1
+ export { AutoComplete, type AutoCompleteProps, type AutoCompleteOption } from './AutoComplete';
@@ -0,0 +1,8 @@
1
+ export interface AvatarProps {
2
+ src?: string;
3
+ alt?: string;
4
+ initials?: string;
5
+ size?: 'xs' | 'sm' | 'md' | 'lg' | 'xl';
6
+ className?: string;
7
+ }
8
+ export declare function Avatar({ src, alt, initials, size, className, }: AvatarProps): import("react/jsx-runtime").JSX.Element;
@@ -0,0 +1,27 @@
1
+ export interface AvatarCardData {
2
+ firstName?: string;
3
+ lastName?: string;
4
+ name?: string;
5
+ companyName?: string;
6
+ email?: string;
7
+ mobile?: string;
8
+ phone?: string;
9
+ role?: string[];
10
+ averageRating?: number | string;
11
+ ratingCount?: number | string;
12
+ profile?: {
13
+ avatar?: string;
14
+ };
15
+ avatar?: string;
16
+ }
17
+ export interface AvatarCardProps {
18
+ data: AvatarCardData;
19
+ avatarSize?: 'sm' | 'md' | 'lg';
20
+ showRole?: boolean;
21
+ showRating?: boolean;
22
+ showContactInfo?: boolean;
23
+ showArrow?: boolean;
24
+ onClick?: () => void;
25
+ className?: string;
26
+ }
27
+ export declare const AvatarCard: ({ data, avatarSize, showRole, showRating, showContactInfo, showArrow, onClick, className, }: AvatarCardProps) => import("react/jsx-runtime").JSX.Element;
@@ -0,0 +1 @@
1
+ export { AvatarCard, type AvatarCardProps, type AvatarCardData } from './AvatarCard';
@@ -0,0 +1,8 @@
1
+ export interface AverageRatingProps {
2
+ average: string | number;
3
+ numberOfRatings?: string | number;
4
+ showNumberOfRatings?: boolean;
5
+ size?: 'sm' | 'md' | 'lg';
6
+ className?: string;
7
+ }
8
+ export declare const AverageRating: ({ average, numberOfRatings, showNumberOfRatings, size, className, }: AverageRatingProps) => import("react/jsx-runtime").JSX.Element;
@@ -0,0 +1 @@
1
+ export { AverageRating, type AverageRatingProps } from './AverageRating';
@@ -0,0 +1,9 @@
1
+ import type { ReactNode } from 'react';
2
+ export interface BadgeProps {
3
+ children: ReactNode;
4
+ variant?: 'default' | 'primary' | 'success' | 'warning' | 'danger' | 'info';
5
+ size?: 'sm' | 'md' | 'lg';
6
+ rounded?: 'md' | 'full';
7
+ className?: string;
8
+ }
9
+ export declare function Badge({ children, variant, size, rounded, className, }: BadgeProps): import("react/jsx-runtime").JSX.Element;
@@ -0,0 +1,15 @@
1
+ import type { ReactNode } from 'react';
2
+ export interface BreadcrumbItem {
3
+ label: ReactNode;
4
+ href?: string;
5
+ onClick?: () => void;
6
+ }
7
+ export interface BreadcrumbsProps {
8
+ items: BreadcrumbItem[];
9
+ showHome?: boolean;
10
+ homeHref?: string;
11
+ onHomeClick?: () => void;
12
+ separator?: ReactNode;
13
+ className?: string;
14
+ }
15
+ export declare function Breadcrumbs({ items, showHome, homeHref, onHomeClick, separator, className, }: BreadcrumbsProps): import("react/jsx-runtime").JSX.Element;
@@ -0,0 +1,9 @@
1
+ import { type ButtonHTMLAttributes, type ReactNode } from 'react';
2
+ export interface ButtonProps extends ButtonHTMLAttributes<HTMLButtonElement> {
3
+ variant?: 'primary' | 'secondary' | 'outline' | 'ghost' | 'danger';
4
+ size?: 'sm' | 'md' | 'lg';
5
+ isLoading?: boolean;
6
+ leftIcon?: ReactNode;
7
+ rightIcon?: ReactNode;
8
+ }
9
+ export declare const Button: import("react").ForwardRefExoticComponent<ButtonProps & import("react").RefAttributes<HTMLButtonElement>>;
@@ -0,0 +1,11 @@
1
+ import { type ReactElement } from 'react';
2
+ export interface ButtonGroupItem {
3
+ icon: ReactElement;
4
+ onClick: () => void;
5
+ label?: string;
6
+ }
7
+ export interface ButtonGroupProps {
8
+ buttons: ButtonGroupItem[];
9
+ className?: string;
10
+ }
11
+ export declare const ButtonGroup: ({ buttons, className }: ButtonGroupProps) => import("react/jsx-runtime").JSX.Element;
@@ -0,0 +1 @@
1
+ export { ButtonGroup, type ButtonGroupProps, type ButtonGroupItem } from './ButtonGroup';
@@ -0,0 +1,56 @@
1
+ import { type ReactNode } from 'react';
2
+ export interface CardProps {
3
+ children?: ReactNode;
4
+ padding?: 'none' | 'sm' | 'md' | 'lg';
5
+ shadow?: 'none' | 'sm' | 'md' | 'lg';
6
+ rounded?: 'none' | 'md' | 'lg' | 'xl' | '2xl';
7
+ border?: boolean;
8
+ hover?: boolean;
9
+ className?: string;
10
+ }
11
+ export interface CardStatProps {
12
+ label: string;
13
+ value: string | number;
14
+ subtext?: string;
15
+ trend?: {
16
+ direction: 'up' | 'down' | 'stable';
17
+ value?: string;
18
+ };
19
+ icon?: ReactNode;
20
+ size?: 'sm' | 'md' | 'lg';
21
+ }
22
+ export interface CardMetric {
23
+ label: string;
24
+ value: string | number;
25
+ highlight?: boolean;
26
+ }
27
+ export interface CardActionProps {
28
+ title?: string;
29
+ status?: {
30
+ label: string;
31
+ variant?: 'default' | 'primary' | 'success' | 'warning' | 'danger' | 'info';
32
+ };
33
+ description?: string;
34
+ metrics?: CardMetric[];
35
+ badges?: Array<{
36
+ label: string;
37
+ variant?: 'default' | 'primary' | 'success' | 'warning' | 'danger' | 'info';
38
+ }>;
39
+ ctaLabel?: string;
40
+ onCtaClick?: () => void;
41
+ ctaLoading?: boolean;
42
+ ctaDisabled?: boolean;
43
+ ctaIcon?: ReactNode;
44
+ }
45
+ export type FullCardProps = CardProps & {
46
+ stat?: CardStatProps;
47
+ action?: CardActionProps;
48
+ };
49
+ export declare function Card({ children, padding, shadow, rounded, border, hover, stat, action, className, }: FullCardProps): import("react/jsx-runtime").JSX.Element;
50
+ export interface CardGridProps {
51
+ children: ReactNode;
52
+ columns?: 1 | 2 | 3 | 4;
53
+ gap?: 'sm' | 'md' | 'lg';
54
+ className?: string;
55
+ }
56
+ export declare function CardGrid({ children, columns, gap, className }: CardGridProps): import("react/jsx-runtime").JSX.Element;
@@ -0,0 +1,6 @@
1
+ import { type InputHTMLAttributes } from 'react';
2
+ export interface CheckboxProps extends Omit<InputHTMLAttributes<HTMLInputElement>, 'type'> {
3
+ label?: string;
4
+ description?: string;
5
+ }
6
+ export declare const Checkbox: import("react").ForwardRefExoticComponent<CheckboxProps & import("react").RefAttributes<HTMLInputElement>>;
@@ -0,0 +1,18 @@
1
+ import { type ReactNode } from 'react';
2
+ export interface ConfirmModalProps {
3
+ open: boolean;
4
+ onClose: () => void;
5
+ onConfirm: () => void;
6
+ title: string;
7
+ message?: string | ReactNode;
8
+ confirmText?: string;
9
+ cancelText?: string;
10
+ /** Show warning icon */
11
+ showIcon?: boolean;
12
+ /** Destructive action styling (red confirm button) */
13
+ destructive?: boolean;
14
+ /** Loading state for confirm button */
15
+ isLoading?: boolean;
16
+ className?: string;
17
+ }
18
+ export declare function ConfirmModal({ open, onClose, onConfirm, title, message, confirmText, cancelText, showIcon, destructive, isLoading, className, }: ConfirmModalProps): import("react/jsx-runtime").JSX.Element;
@@ -0,0 +1 @@
1
+ export { ConfirmModal, type ConfirmModalProps } from './ConfirmModal';
@@ -0,0 +1,13 @@
1
+ export interface DatePickerProps {
2
+ value?: string;
3
+ onChange: (date: string) => void;
4
+ label?: string;
5
+ placeholder?: string;
6
+ disabled?: boolean;
7
+ error?: string;
8
+ disableFutureDates?: boolean;
9
+ disablePastDates?: boolean;
10
+ format?: 'DD/MM/YYYY' | 'MM/DD/YYYY' | 'YYYY-MM-DD';
11
+ className?: string;
12
+ }
13
+ export declare const DatePicker: ({ value, onChange, label, placeholder, disabled, error, disableFutureDates, disablePastDates, format, className, }: DatePickerProps) => import("react/jsx-runtime").JSX.Element;
@@ -0,0 +1 @@
1
+ export { DatePicker, type DatePickerProps } from './DatePicker';
@@ -0,0 +1,10 @@
1
+ import { type ReactNode } from 'react';
2
+ export interface DrawerProps {
3
+ isOpen: boolean;
4
+ onClose: () => void;
5
+ children: ReactNode;
6
+ width?: number | string;
7
+ position?: 'left' | 'right';
8
+ className?: string;
9
+ }
10
+ export declare const Drawer: ({ isOpen, onClose, children, width, position, className, }: DrawerProps) => import("react/jsx-runtime").JSX.Element;
@@ -0,0 +1 @@
1
+ export { Drawer, type DrawerProps } from './Drawer';
@@ -0,0 +1,21 @@
1
+ import { type ReactNode } from 'react';
2
+ export interface DropdownItem {
3
+ key: string;
4
+ label: ReactNode;
5
+ onClick?: () => void;
6
+ icon?: ReactNode;
7
+ disabled?: boolean;
8
+ danger?: boolean;
9
+ }
10
+ export interface DropdownProps {
11
+ trigger: ReactNode;
12
+ items: DropdownItem[];
13
+ align?: 'left' | 'right';
14
+ className?: string;
15
+ }
16
+ export declare function Dropdown({ trigger, items, align, className, }: DropdownProps): import("react/jsx-runtime").JSX.Element;
17
+ export interface DropdownButtonProps {
18
+ children: ReactNode;
19
+ className?: string;
20
+ }
21
+ export declare function DropdownButton({ children, className }: DropdownButtonProps): import("react/jsx-runtime").JSX.Element;
@@ -0,0 +1,9 @@
1
+ import { type ReactNode } from 'react';
2
+ export interface EmptyDataProps {
3
+ message: string;
4
+ title?: string;
5
+ icon?: ReactNode;
6
+ fullBlock?: boolean;
7
+ className?: string;
8
+ }
9
+ export declare const EmptyData: ({ message, title, icon, fullBlock, className, }: EmptyDataProps) => import("react/jsx-runtime").JSX.Element;
@@ -0,0 +1 @@
1
+ export { EmptyData, type EmptyDataProps } from './EmptyData';
@@ -0,0 +1,10 @@
1
+ export interface FileUploaderProps {
2
+ onFilesSelected: (files: File[]) => void;
3
+ accept?: string;
4
+ multiple?: boolean;
5
+ label?: string;
6
+ variant?: 'button' | 'dropzone';
7
+ disabled?: boolean;
8
+ className?: string;
9
+ }
10
+ export declare const FileUploader: ({ onFilesSelected, accept, multiple, label, variant, disabled, className, }: FileUploaderProps) => import("react/jsx-runtime").JSX.Element;
@@ -0,0 +1 @@
1
+ export { FileUploader, type FileUploaderProps } from './FileUploader';
@@ -0,0 +1,7 @@
1
+ import { type ReactElement, type ButtonHTMLAttributes } from 'react';
2
+ export interface IconButtonProps extends ButtonHTMLAttributes<HTMLButtonElement> {
3
+ icon: ReactElement;
4
+ size?: 'sm' | 'md' | 'lg';
5
+ variant?: 'default' | 'primary' | 'ghost';
6
+ }
7
+ export declare const IconButton: ({ icon, size, variant, className, ...props }: IconButtonProps) => import("react/jsx-runtime").JSX.Element;
@@ -0,0 +1 @@
1
+ export { IconButton, type IconButtonProps } from './IconButton';
@@ -0,0 +1,13 @@
1
+ import { type ReactNode } from 'react';
2
+ export interface ImageProps {
3
+ src: string;
4
+ alt?: string;
5
+ fallbackSrc?: string;
6
+ enablePreview?: boolean;
7
+ aspectRatio?: 'auto' | 'square' | 'video' | '4/3' | '3/2';
8
+ objectFit?: 'cover' | 'contain' | 'fill' | 'none';
9
+ className?: string;
10
+ imageClassName?: string;
11
+ children?: ReactNode;
12
+ }
13
+ export declare const Image: ({ src, alt, fallbackSrc, enablePreview, aspectRatio, objectFit, className, imageClassName, children, }: ImageProps) => import("react/jsx-runtime").JSX.Element;
@@ -0,0 +1 @@
1
+ export { Image, type ImageProps } from './Image';
@@ -0,0 +1,19 @@
1
+ export interface ImageGridItem {
2
+ id?: string;
3
+ name: string;
4
+ image?: string;
5
+ url?: string;
6
+ isTemplate?: boolean;
7
+ }
8
+ export interface ImageGridProps {
9
+ items: ImageGridItem[];
10
+ columns?: 2 | 3 | 4 | 5 | 6;
11
+ gap?: number;
12
+ onItemClick?: (item: ImageGridItem) => void;
13
+ className?: string;
14
+ }
15
+ export interface ImageGridItemProps {
16
+ item: ImageGridItem;
17
+ onClick?: () => void;
18
+ }
19
+ export declare const ImageGrid: ({ items, columns, gap, onItemClick, className, }: ImageGridProps) => import("react/jsx-runtime").JSX.Element;
@@ -0,0 +1 @@
1
+ export { ImageGrid, type ImageGridProps, type ImageGridItem } from './ImageGrid';
@@ -0,0 +1,7 @@
1
+ export interface ImageUploadingProps {
2
+ image: string;
3
+ progress: number;
4
+ url?: string;
5
+ className?: string;
6
+ }
7
+ export declare const ImageUploading: ({ image, progress, url, className, }: ImageUploadingProps) => import("react/jsx-runtime").JSX.Element;
@@ -0,0 +1 @@
1
+ export { ImageUploading, type ImageUploadingProps } from './ImageUploading';
@@ -0,0 +1,7 @@
1
+ import { type InputHTMLAttributes } from 'react';
2
+ export interface InputProps extends InputHTMLAttributes<HTMLInputElement> {
3
+ label?: string;
4
+ error?: string;
5
+ helperText?: string;
6
+ }
7
+ export declare const Input: import("react").ForwardRefExoticComponent<InputProps & import("react").RefAttributes<HTMLInputElement>>;
@@ -0,0 +1,15 @@
1
+ import { type ReactNode } from 'react';
2
+ export interface LinkButtonProps {
3
+ label: string;
4
+ href?: string;
5
+ onClick?: () => void;
6
+ leftIcon?: ReactNode;
7
+ rightIcon?: ReactNode;
8
+ variant?: 'default' | 'primary' | 'muted';
9
+ underline?: boolean;
10
+ disabled?: boolean;
11
+ target?: string;
12
+ rel?: string;
13
+ className?: string;
14
+ }
15
+ export declare const LinkButton: ({ label, href, onClick, leftIcon, rightIcon, variant, underline, disabled, target, rel, className, }: LinkButtonProps) => import("react/jsx-runtime").JSX.Element;
@@ -0,0 +1 @@
1
+ export { LinkButton, type LinkButtonProps } from './LinkButton';
@@ -0,0 +1,6 @@
1
+ export interface LoaderProps {
2
+ size?: 'sm' | 'md' | 'lg';
3
+ color?: 'primary' | 'white' | 'current';
4
+ className?: string;
5
+ }
6
+ export declare function Loader({ size, color, className }: LoaderProps): import("react/jsx-runtime").JSX.Element;
@@ -0,0 +1,6 @@
1
+ export interface LoadingModalProps {
2
+ open: boolean;
3
+ message?: string;
4
+ className?: string;
5
+ }
6
+ export declare function LoadingModal({ open, message, className, }: LoadingModalProps): import("react/jsx-runtime").JSX.Element;
@@ -0,0 +1 @@
1
+ export { LoadingModal, type LoadingModalProps } from './LoadingModal';
@@ -0,0 +1,5 @@
1
+ export interface AxtecLogoProps {
2
+ size?: 'sm' | 'md' | 'lg' | 'xl';
3
+ className?: string;
4
+ }
5
+ export declare function AxtecLogo({ size, className }: AxtecLogoProps): import("react/jsx-runtime").JSX.Element;
@@ -0,0 +1,5 @@
1
+ export interface MyHomeVaultLogoProps {
2
+ size?: 'sm' | 'md' | 'lg' | 'xl';
3
+ className?: string;
4
+ }
5
+ export declare function MyHomeVaultLogo({ size, className }: MyHomeVaultLogoProps): import("react/jsx-runtime").JSX.Element;
@@ -0,0 +1,2 @@
1
+ export { AxtecLogo, type AxtecLogoProps } from './AxtecLogo';
2
+ export { MyHomeVaultLogo, type MyHomeVaultLogoProps } from './MyHomeVaultLogo';
@@ -0,0 +1,5 @@
1
+ export interface LogoLoaderProps {
2
+ size?: number;
3
+ className?: string;
4
+ }
5
+ export declare const LogoLoader: ({ size, className, }: LogoLoaderProps) => import("react/jsx-runtime").JSX.Element;
@@ -0,0 +1 @@
1
+ export { LogoLoader, type LogoLoaderProps } from './LogoLoader';
@@ -0,0 +1,7 @@
1
+ export interface MenuTextProps {
2
+ title: string;
3
+ text: string;
4
+ label?: string;
5
+ className?: string;
6
+ }
7
+ export declare const MenuText: ({ title, text, label, className, }: MenuTextProps) => import("react/jsx-runtime").JSX.Element;
@@ -0,0 +1 @@
1
+ export { MenuText, type MenuTextProps } from './MenuText';
@@ -0,0 +1,10 @@
1
+ import { type ReactNode } from 'react';
2
+ export interface ModalProps {
3
+ open: boolean;
4
+ onClose: () => void;
5
+ title?: string;
6
+ children?: ReactNode;
7
+ maxWidth?: 'sm' | 'md' | 'lg' | 'xl' | '2xl';
8
+ className?: string;
9
+ }
10
+ export declare function Modal({ open, onClose, title, children, maxWidth, className, }: ModalProps): import("react/jsx-runtime").JSX.Element;
@@ -0,0 +1,13 @@
1
+ export interface MultiItemSelectItem {
2
+ name: string;
3
+ value: string;
4
+ checked?: boolean;
5
+ }
6
+ export interface MultiItemSelectProps {
7
+ label: string;
8
+ items: MultiItemSelectItem[];
9
+ onChange: (value: string, checked: boolean) => void;
10
+ initialDisplayCount?: number;
11
+ className?: string;
12
+ }
13
+ export declare const MultiItemSelect: ({ label, items, onChange, initialDisplayCount, className, }: MultiItemSelectProps) => import("react/jsx-runtime").JSX.Element | null;
@@ -0,0 +1 @@
1
+ export { MultiItemSelect, type MultiItemSelectProps, type MultiItemSelectItem } from './MultiItemSelect';
@@ -0,0 +1,11 @@
1
+ import { type ReactNode } from 'react';
2
+ export interface NotificationProps {
3
+ isOpen: boolean;
4
+ onClose: () => void;
5
+ message: string;
6
+ title?: string;
7
+ icon?: ReactNode;
8
+ confirmText?: string;
9
+ className?: string;
10
+ }
11
+ export declare const Notification: ({ isOpen, onClose, message, title, icon, confirmText, className, }: NotificationProps) => import("react/jsx-runtime").JSX.Element;
@@ -0,0 +1 @@
1
+ export { Notification, type NotificationProps } from './Notification';
@@ -0,0 +1,8 @@
1
+ export interface PaginationProps {
2
+ currentPage: number;
3
+ totalPages: number;
4
+ onPageChange: (page: number) => void;
5
+ siblingCount?: number;
6
+ className?: string;
7
+ }
8
+ export declare function Pagination({ currentPage, totalPages, onPageChange, siblingCount, className, }: PaginationProps): import("react/jsx-runtime").JSX.Element | null;