@shohojdhara/atomix 0.5.5 → 0.5.7

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 (74) hide show
  1. package/README.md +43 -21
  2. package/dist/atomix.css +1016 -1681
  3. package/dist/atomix.css.map +1 -1
  4. package/dist/atomix.min.css +5 -5
  5. package/dist/atomix.min.css.map +1 -1
  6. package/dist/core.d.ts +102 -9
  7. package/dist/core.js +89 -79
  8. package/dist/core.js.map +1 -1
  9. package/dist/forms.js +1 -7
  10. package/dist/forms.js.map +1 -1
  11. package/dist/heavy.js +7 -3
  12. package/dist/heavy.js.map +1 -1
  13. package/dist/index.d.ts +181 -55
  14. package/dist/index.esm.js +112 -99
  15. package/dist/index.esm.js.map +1 -1
  16. package/dist/index.js +112 -99
  17. package/dist/index.js.map +1 -1
  18. package/dist/index.min.js +1 -1
  19. package/dist/index.min.js.map +1 -1
  20. package/package.json +1 -1
  21. package/src/components/Accordion/Accordion.tsx +40 -25
  22. package/src/components/Breadcrumb/Breadcrumb.tsx +23 -14
  23. package/src/components/Button/Button.tsx +4 -5
  24. package/src/components/Callout/Callout.tsx +98 -96
  25. package/src/components/Card/Card.tsx +117 -103
  26. package/src/components/Card/index.ts +7 -5
  27. package/src/components/Dropdown/Dropdown.tsx +27 -8
  28. package/src/components/EdgePanel/EdgePanel.tsx +7 -2
  29. package/src/components/Modal/Modal.tsx +27 -8
  30. package/src/components/Spinner/Spinner.tsx +60 -43
  31. package/src/components/Tabs/Tabs.tsx +163 -149
  32. package/src/lib/composables/useInput.ts +11 -9
  33. package/src/lib/types/components.ts +84 -0
  34. package/src/styles/01-settings/_settings.background.scss +2 -1
  35. package/src/styles/02-tools/_tools.background.scss +100 -294
  36. package/src/styles/06-components/_components.avatar-group.scss +1 -3
  37. package/src/styles/06-components/_components.avatar.scss +1 -1
  38. package/src/styles/06-components/_components.badge.scss +2 -2
  39. package/src/styles/06-components/_components.button.scss +3 -3
  40. package/src/styles/06-components/_components.callout.scss +5 -5
  41. package/src/styles/06-components/_components.card.scss +4 -7
  42. package/src/styles/06-components/_components.checkbox.scss +1 -1
  43. package/src/styles/06-components/_components.data-table.scss +1 -1
  44. package/src/styles/06-components/_components.datepicker.scss +1 -1
  45. package/src/styles/06-components/_components.dropdown.scss +3 -3
  46. package/src/styles/06-components/_components.edge-panel.scss +5 -9
  47. package/src/styles/06-components/_components.footer.scss +12 -13
  48. package/src/styles/06-components/_components.hero.scss +2 -2
  49. package/src/styles/06-components/_components.input.scss +3 -3
  50. package/src/styles/06-components/_components.list.scss +1 -1
  51. package/src/styles/06-components/_components.menu.scss +2 -2
  52. package/src/styles/06-components/_components.messages.scss +16 -18
  53. package/src/styles/06-components/_components.modal.scss +6 -6
  54. package/src/styles/06-components/_components.nav.scss +0 -3
  55. package/src/styles/06-components/_components.navbar.scss +3 -3
  56. package/src/styles/06-components/_components.pagination.scss +3 -3
  57. package/src/styles/06-components/_components.photoviewer.scss +3 -3
  58. package/src/styles/06-components/_components.popover.scss +3 -3
  59. package/src/styles/06-components/_components.product-review.scss +2 -2
  60. package/src/styles/06-components/_components.progress.scss +2 -2
  61. package/src/styles/06-components/_components.river.scss +1 -1
  62. package/src/styles/06-components/_components.sectionintro.scss +1 -1
  63. package/src/styles/06-components/_components.select.scss +5 -6
  64. package/src/styles/06-components/_components.side-menu.scss +6 -6
  65. package/src/styles/06-components/_components.skeleton.scss +8 -8
  66. package/src/styles/06-components/_components.slider.scss +6 -6
  67. package/src/styles/06-components/_components.steps.scss +2 -2
  68. package/src/styles/06-components/_components.tabs.scss +2 -2
  69. package/src/styles/06-components/_components.todo.scss +1 -1
  70. package/src/styles/06-components/_components.toggle.scss +3 -5
  71. package/src/styles/06-components/_components.tooltip.scss +2 -4
  72. package/src/styles/06-components/_components.upload.scss +1 -2
  73. package/src/styles/06-components/_components.video-player.scss +2 -2
  74. package/src/styles/99-utilities/_utilities.link.scss +4 -5
package/dist/index.d.ts CHANGED
@@ -1,5 +1,5 @@
1
1
  import * as React$1 from 'react';
2
- import React__default, { ReactNode, ElementType, HTMLAttributes, ErrorInfo, Component } from 'react';
2
+ import React__default, { ReactNode, ElementType, MouseEvent as MouseEvent$1, AnchorHTMLAttributes, HTMLAttributes, ErrorInfo, Component } from 'react';
3
3
  import * as _phosphor_icons_react from '@phosphor-icons/react';
4
4
  import * as react_jsx_runtime from 'react/jsx-runtime';
5
5
 
@@ -2136,44 +2136,6 @@ interface HeroProps extends Omit<React.HTMLAttributes<HTMLDivElement>, 'title' |
2136
2136
  */
2137
2137
  backgroundElement?: ReactNode;
2138
2138
  }
2139
- /**
2140
- * Spinner component properties
2141
- */
2142
- interface SpinnerProps extends BaseComponentProps {
2143
- /**
2144
- * Spinner color variant
2145
- * @default 'primary'
2146
- */
2147
- variant?: ThemeColor;
2148
- /**
2149
- * Spinner size
2150
- * @default 'md'
2151
- */
2152
- size?: Size;
2153
- /**
2154
- * Whether the spinner should be displayed fullscreen
2155
- */
2156
- fullscreen?: boolean;
2157
- /**
2158
- * Accessible label for screen readers
2159
- * @default 'Loading'
2160
- */
2161
- 'aria-label'?: string;
2162
- /**
2163
- * ARIA role for the spinner
2164
- * @default 'status'
2165
- */
2166
- role?: 'status' | 'alert';
2167
- /**
2168
- * Glass morphism effect for the spinner
2169
- * Can be a boolean to enable with default settings, or an object with AtomixGlassProps to customize the effect
2170
- */
2171
- glass?: AtomixGlassProps | boolean;
2172
- }
2173
- /**
2174
- * Icon size options
2175
- */
2176
- type IconSize$1 = 'xs' | 'sm' | 'md' | 'lg' | 'xl';
2177
2139
  /**
2178
2140
  * Icon weight/style options
2179
2141
  */
@@ -2979,6 +2941,115 @@ interface TodoProps extends BaseComponentProps {
2979
2941
  */
2980
2942
  glass?: AtomixGlassProps | boolean;
2981
2943
  }
2944
+ /**
2945
+ * Spinner component properties
2946
+ */
2947
+ interface SpinnerProps extends BaseComponentProps {
2948
+ /**
2949
+ * Spinner color variant
2950
+ * @default 'primary'
2951
+ */
2952
+ variant?: ThemeColor;
2953
+ /**
2954
+ * Spinner size
2955
+ * @default 'md'
2956
+ */
2957
+ size?: Size;
2958
+ /**
2959
+ * Whether the spinner should be displayed fullscreen
2960
+ */
2961
+ fullscreen?: boolean;
2962
+ /**
2963
+ * Accessible label for screen readers
2964
+ * @default 'Loading'
2965
+ */
2966
+ 'aria-label'?: string;
2967
+ /**
2968
+ * ARIA role for the spinner
2969
+ * @default 'status'
2970
+ */
2971
+ role?: 'status' | 'alert';
2972
+ /**
2973
+ * Glass morphism effect for the spinner
2974
+ * Can be a boolean to enable with default settings, or an object with AtomixGlassProps to customize the effect
2975
+ */
2976
+ glass?: AtomixGlassProps | boolean;
2977
+ }
2978
+ /**
2979
+ * Spinner component properties
2980
+ */
2981
+ interface SpinnerProps extends BaseComponentProps {
2982
+ /**
2983
+ * Spinner color variant
2984
+ * @default 'primary'
2985
+ */
2986
+ variant?: ThemeColor;
2987
+ /**
2988
+ * Spinner size
2989
+ * @default 'md'
2990
+ */
2991
+ size?: Size;
2992
+ /**
2993
+ * Whether the spinner should be displayed fullscreen
2994
+ */
2995
+ fullscreen?: boolean;
2996
+ /**
2997
+ * Accessible label for screen readers
2998
+ * @default 'Loading'
2999
+ */
3000
+ 'aria-label'?: string;
3001
+ /**
3002
+ * ARIA live property to control how updates are announced
3003
+ * @default 'polite'
3004
+ */
3005
+ 'aria-live'?: 'off' | 'polite' | 'assertive';
3006
+ /**
3007
+ * ARIA descriptor property for additional description
3008
+ */
3009
+ 'aria-describe'?: string;
3010
+ /**
3011
+ * ARIA role for the spinner
3012
+ * @default 'status'
3013
+ */
3014
+ role?: 'status' | 'alert';
3015
+ /**
3016
+ * Glass morphism effect for the spinner
3017
+ * Can be a boolean to enable with default settings, or an object with AtomixGlassProps to customize the effect
3018
+ */
3019
+ glass?: AtomixGlassProps | boolean;
3020
+ }
3021
+ /**
3022
+ * Icon size options
3023
+ */
3024
+ type IconSize$1 = 'xs' | 'sm' | 'md' | 'lg' | 'xl';
3025
+ /**
3026
+ * Icon size options
3027
+ */
3028
+ type IconSize$1 = 'xs' | 'sm' | 'md' | 'lg' | 'xl';
3029
+ /**
3030
+ * Icon component properties
3031
+ */
3032
+ interface IconProps$1 extends BaseComponentProps {
3033
+ /**
3034
+ * Icon name
3035
+ */
3036
+ name: string;
3037
+ /**
3038
+ * Icon size
3039
+ * @default 'md'
3040
+ */
3041
+ size?: IconSize$1;
3042
+ /**
3043
+ * Icon color variant
3044
+ * @default 'inherit'
3045
+ */
3046
+ variant?: ThemeColor;
3047
+ /**
3048
+ * Glass morphism effect for the icon
3049
+ * Can be a boolean to enable with default settings, or an object with AtomixGlassProps to customize the effect
3050
+ */
3051
+ glass?: AtomixGlassProps | boolean;
3052
+ }
2982
3053
  /**
2983
3054
  * Form component properties
2984
3055
  */
@@ -8735,6 +8806,53 @@ interface WaterfallChartProps extends Omit<ChartProps$1, 'type' | 'datasets'> {
8735
8806
  }
8736
8807
  declare const WaterfallChart: React$1.NamedExoticComponent<WaterfallChartProps & React$1.RefAttributes<HTMLDivElement>>;
8737
8808
 
8809
+ interface CardHeaderProps extends Omit<React__default.HTMLAttributes<HTMLDivElement>, 'title'> {
8810
+ /**
8811
+ * Header title
8812
+ */
8813
+ title?: React__default.ReactNode;
8814
+ /**
8815
+ * Header subtitle
8816
+ */
8817
+ subtitle?: React__default.ReactNode;
8818
+ /**
8819
+ * Action element (e.g., button) to display in header
8820
+ */
8821
+ action?: React__default.ReactNode;
8822
+ /**
8823
+ * Icon to display in header
8824
+ */
8825
+ icon?: React__default.ReactNode;
8826
+ }
8827
+ declare const CardHeader: React__default.ForwardRefExoticComponent<CardHeaderProps & React__default.RefAttributes<HTMLDivElement>>;
8828
+ interface CardBodyProps extends React__default.HTMLAttributes<HTMLDivElement> {
8829
+ /**
8830
+ * Make body scrollable
8831
+ */
8832
+ scrollable?: boolean;
8833
+ /**
8834
+ * Maximum height for scrollable body
8835
+ */
8836
+ maxHeight?: string | number;
8837
+ }
8838
+ declare const CardBody: React__default.ForwardRefExoticComponent<CardBodyProps & React__default.RefAttributes<HTMLDivElement>>;
8839
+ interface CardFooterProps extends React__default.HTMLAttributes<HTMLDivElement> {
8840
+ /**
8841
+ * Footer alignment
8842
+ */
8843
+ align?: 'start' | 'center' | 'end' | 'between';
8844
+ }
8845
+ declare const CardFooter: React__default.ForwardRefExoticComponent<CardFooterProps & React__default.RefAttributes<HTMLDivElement>>;
8846
+ /**
8847
+ * Card component with subcomponents for creating card layouts
8848
+ */
8849
+ type CardComponent = React__default.FC<CardProps> & {
8850
+ Header: typeof CardHeader;
8851
+ Body: typeof CardBody;
8852
+ Footer: typeof CardFooter;
8853
+ };
8854
+ declare const Card: CardComponent;
8855
+
8738
8856
  declare const CalloutIcon: React__default.ForwardRefExoticComponent<React__default.HTMLAttributes<HTMLDivElement> & React__default.RefAttributes<HTMLDivElement>>;
8739
8857
  declare const CalloutMessage: React__default.ForwardRefExoticComponent<React__default.HTMLAttributes<HTMLDivElement> & React__default.RefAttributes<HTMLDivElement>>;
8740
8858
  declare const CalloutTitle: React__default.ForwardRefExoticComponent<React__default.HTMLAttributes<HTMLDivElement> & React__default.RefAttributes<HTMLDivElement>>;
@@ -8763,9 +8881,8 @@ type ButtonAsProp = {
8763
8881
  to?: string;
8764
8882
  href?: string;
8765
8883
  linkComponent?: React__default.ElementType;
8766
- [key: string]: any;
8767
8884
  };
8768
- declare const Button: React__default.NamedExoticComponent<Omit<ButtonProps & ButtonAsProp, "ref"> & React__default.RefAttributes<HTMLButtonElement | HTMLAnchorElement>>;
8885
+ declare const Button: React__default.NamedExoticComponent<ButtonProps & ButtonAsProp & React__default.RefAttributes<HTMLButtonElement | HTMLAnchorElement>>;
8769
8886
 
8770
8887
  interface BreadcrumbItemData {
8771
8888
  /**
@@ -8797,7 +8914,13 @@ interface BreadcrumbItemData {
8797
8914
  */
8798
8915
  className?: string;
8799
8916
  }
8800
- interface BreadcrumbItemProps extends React__default.HTMLAttributes<HTMLLIElement> {
8917
+ interface LinkComponentProps extends AnchorHTMLAttributes<HTMLAnchorElement> {
8918
+ href?: string;
8919
+ to?: string;
8920
+ onClick?: (event: MouseEvent$1<HTMLAnchorElement>) => void;
8921
+ [key: string]: any;
8922
+ }
8923
+ interface BreadcrumbItemProps extends Omit<React__default.HTMLAttributes<HTMLLIElement>, 'onClick'> {
8801
8924
  /**
8802
8925
  * URL for the breadcrumb item
8803
8926
  */
@@ -8813,15 +8936,15 @@ interface BreadcrumbItemProps extends React__default.HTMLAttributes<HTMLLIElemen
8813
8936
  /**
8814
8937
  * Optional click handler for the link
8815
8938
  */
8816
- onClick?: (event: React__default.MouseEvent<any>) => void;
8939
+ onClick?: (event: MouseEvent$1<HTMLAnchorElement>) => void;
8817
8940
  /**
8818
8941
  * Optional custom link component
8819
8942
  */
8820
- linkAs?: React__default.ElementType<any>;
8943
+ linkAs?: ElementType;
8821
8944
  /**
8822
8945
  * Link props to pass to the underlying anchor or linkComponent
8823
8946
  */
8824
- linkProps?: Record<string, any>;
8947
+ linkProps?: Partial<LinkComponentProps>;
8825
8948
  }
8826
8949
  declare const BreadcrumbItem: React__default.ForwardRefExoticComponent<BreadcrumbItemProps & React__default.RefAttributes<HTMLLIElement>>;
8827
8950
  interface BreadcrumbProps {
@@ -9028,7 +9151,7 @@ type __lib_types_VideoQuality = VideoQuality;
9028
9151
  type __lib_types_VideoSubtitle = VideoSubtitle;
9029
9152
  type __lib_types_listvariant = listvariant;
9030
9153
  declare namespace __lib_types {
9031
- export type { AccordionProps$1 as AccordionProps, __lib_types_AccordionState as AccordionState, __lib_types_AtomixGlassProps as AtomixGlassProps, __lib_types_AvatarGroupProps as AvatarGroupProps, __lib_types_AvatarProps as AvatarProps, __lib_types_AvatarSize as AvatarSize, __lib_types_BadgeProps as BadgeProps, __lib_types_BaseComponentProps as BaseComponentProps, __lib_types_BreadcrumbInstance as BreadcrumbInstance, BreadcrumbItem$1 as BreadcrumbItem, __lib_types_BreadcrumbOptions as BreadcrumbOptions, __lib_types_ButtonGroupProps as ButtonGroupProps, __lib_types_ButtonProps as ButtonProps, __lib_types_CalloutProps as CalloutProps, __lib_types_CardProps as CardProps, ChartAxis$1 as ChartAxis, ChartConfig$1 as ChartConfig, ChartDataPoint$1 as ChartDataPoint, ChartDataset$1 as ChartDataset, ChartProps$1 as ChartProps, ChartSize$1 as ChartSize, ChartType$1 as ChartType, __lib_types_CheckboxProps as CheckboxProps, __lib_types_CodeBlockProps as CodeBlockProps, __lib_types_DataTableColumn as DataTableColumn, __lib_types_DataTableProps as DataTableProps, __lib_types_DisplacementMode as DisplacementMode, __lib_types_DropdownDividerProps as DropdownDividerProps, __lib_types_DropdownHeaderProps as DropdownHeaderProps, __lib_types_DropdownItemProps as DropdownItemProps, __lib_types_DropdownPlacement as DropdownPlacement, __lib_types_DropdownProps as DropdownProps, DropdownTrigger$1 as DropdownTrigger, __lib_types_EdgePanelMode as EdgePanelMode, __lib_types_EdgePanelPosition as EdgePanelPosition, __lib_types_EdgePanelProps as EdgePanelProps, __lib_types_ElementRefs as ElementRefs, __lib_types_ElevationCardProps as ElevationCardProps, __lib_types_ExportFormat as ExportFormat, __lib_types_FooterLayout as FooterLayout, __lib_types_FooterLinkProps as FooterLinkProps, __lib_types_FooterProps as FooterProps, __lib_types_FooterSectionProps as FooterSectionProps, __lib_types_FooterSocialLinkProps as FooterSocialLinkProps, __lib_types_FormGroupProps as FormGroupProps, __lib_types_FormProps as FormProps, __lib_types_GlassContainerProps as GlassContainerProps, __lib_types_GlassMode as GlassMode, __lib_types_GlassParams as GlassParams, __lib_types_GlassSize as GlassSize, __lib_types_GlassThemeTokens as GlassThemeTokens, __lib_types_HeroAlignment as HeroAlignment, __lib_types_HeroBackgroundSlide as HeroBackgroundSlide, __lib_types_HeroBackgroundSliderConfig as HeroBackgroundSliderConfig, __lib_types_HeroParts as HeroParts, __lib_types_HeroProps as HeroProps, __lib_types_IconPosition as IconPosition, IconSize$1 as IconSize, IconWeight$1 as IconWeight, __lib_types_ImageType as ImageType, __lib_types_InputProps as InputProps, ListGroupProps$1 as ListGroupProps, __lib_types_ListProps as ListProps, __lib_types_MegaMenuColumnProps as MegaMenuColumnProps, __lib_types_MegaMenuLinkProps as MegaMenuLinkProps, __lib_types_MegaMenuProps as MegaMenuProps, __lib_types_MenuItemProps as MenuItemProps, __lib_types_MenuProps as MenuProps, __lib_types_MessageItem as MessageItem, __lib_types_MessagesProps as MessagesProps, __lib_types_ModalProps as ModalProps, __lib_types_MousePosition as MousePosition, __lib_types_NavAlignment as NavAlignment, __lib_types_NavDropdownProps as NavDropdownProps, __lib_types_NavItemProps as NavItemProps, __lib_types_NavProps as NavProps, __lib_types_NavVariant as NavVariant, __lib_types_NavbarPosition as NavbarPosition, __lib_types_NavbarProps as NavbarProps, __lib_types_OverLightConfig as OverLightConfig, __lib_types_OverLightObjectConfig as OverLightObjectConfig, __lib_types_PaginationProps as PaginationProps, PhosphorIconsType$1 as PhosphorIconsType, __lib_types_PhotoViewerProps as PhotoViewerProps, __lib_types_PopoverProps as PopoverProps, __lib_types_PopoverTriggerProps as PopoverTriggerProps, __lib_types_ProgressProps as ProgressProps, __lib_types_RadioProps as RadioProps, __lib_types_RatingProps as RatingProps, __lib_types_ResponsiveBreakpoint as ResponsiveBreakpoint, SelectOption$1 as SelectOption, __lib_types_SelectProps as SelectProps, __lib_types_SelectionMode as SelectionMode, __lib_types_SideMenuItemProps as SideMenuItemProps, __lib_types_SideMenuListProps as SideMenuListProps, __lib_types_SideMenuProps as SideMenuProps, __lib_types_Size as Size, __lib_types_SliderAutoplay as SliderAutoplay, __lib_types_SliderBreakpoint as SliderBreakpoint, __lib_types_SliderEffect as SliderEffect, __lib_types_SliderLazy as SliderLazy, __lib_types_SliderNavigation as SliderNavigation, __lib_types_SliderPagination as SliderPagination, __lib_types_SliderProps as SliderProps, __lib_types_SliderRefs as SliderRefs, __lib_types_SliderScrollbar as SliderScrollbar, __lib_types_SliderSlide as SliderSlide, __lib_types_SliderState as SliderState, __lib_types_SliderThumbs as SliderThumbs, __lib_types_SliderVirtual as SliderVirtual, __lib_types_SliderZoom as SliderZoom, __lib_types_SocialLink as SocialLink, __lib_types_SocialPlatform as SocialPlatform, __lib_types_SortConfig as SortConfig, __lib_types_SpinnerProps as SpinnerProps, __lib_types_StateModifier as StateModifier, __lib_types_TextareaProps as TextareaProps, __lib_types_ThemeColor as ThemeColor, __lib_types_ThemeName as ThemeName, __lib_types_TodoItem as TodoItem, __lib_types_TodoProps as TodoProps, __lib_types_UseCardOptions as UseCardOptions, __lib_types_UseCardReturn as UseCardReturn, __lib_types_Variant as Variant, __lib_types_VideoChapter as VideoChapter, __lib_types_VideoPlayerProps as VideoPlayerProps, __lib_types_VideoQuality as VideoQuality, __lib_types_VideoSubtitle as VideoSubtitle, __lib_types_listvariant as listvariant };
9154
+ export type { AccordionProps$1 as AccordionProps, __lib_types_AccordionState as AccordionState, __lib_types_AtomixGlassProps as AtomixGlassProps, __lib_types_AvatarGroupProps as AvatarGroupProps, __lib_types_AvatarProps as AvatarProps, __lib_types_AvatarSize as AvatarSize, __lib_types_BadgeProps as BadgeProps, __lib_types_BaseComponentProps as BaseComponentProps, __lib_types_BreadcrumbInstance as BreadcrumbInstance, BreadcrumbItem$1 as BreadcrumbItem, __lib_types_BreadcrumbOptions as BreadcrumbOptions, __lib_types_ButtonGroupProps as ButtonGroupProps, __lib_types_ButtonProps as ButtonProps, __lib_types_CalloutProps as CalloutProps, __lib_types_CardProps as CardProps, ChartAxis$1 as ChartAxis, ChartConfig$1 as ChartConfig, ChartDataPoint$1 as ChartDataPoint, ChartDataset$1 as ChartDataset, ChartProps$1 as ChartProps, ChartSize$1 as ChartSize, ChartType$1 as ChartType, __lib_types_CheckboxProps as CheckboxProps, __lib_types_CodeBlockProps as CodeBlockProps, __lib_types_DataTableColumn as DataTableColumn, __lib_types_DataTableProps as DataTableProps, __lib_types_DisplacementMode as DisplacementMode, __lib_types_DropdownDividerProps as DropdownDividerProps, __lib_types_DropdownHeaderProps as DropdownHeaderProps, __lib_types_DropdownItemProps as DropdownItemProps, __lib_types_DropdownPlacement as DropdownPlacement, __lib_types_DropdownProps as DropdownProps, DropdownTrigger$1 as DropdownTrigger, __lib_types_EdgePanelMode as EdgePanelMode, __lib_types_EdgePanelPosition as EdgePanelPosition, __lib_types_EdgePanelProps as EdgePanelProps, __lib_types_ElementRefs as ElementRefs, __lib_types_ElevationCardProps as ElevationCardProps, __lib_types_ExportFormat as ExportFormat, __lib_types_FooterLayout as FooterLayout, __lib_types_FooterLinkProps as FooterLinkProps, __lib_types_FooterProps as FooterProps, __lib_types_FooterSectionProps as FooterSectionProps, __lib_types_FooterSocialLinkProps as FooterSocialLinkProps, __lib_types_FormGroupProps as FormGroupProps, __lib_types_FormProps as FormProps, __lib_types_GlassContainerProps as GlassContainerProps, __lib_types_GlassMode as GlassMode, __lib_types_GlassParams as GlassParams, __lib_types_GlassSize as GlassSize, __lib_types_GlassThemeTokens as GlassThemeTokens, __lib_types_HeroAlignment as HeroAlignment, __lib_types_HeroBackgroundSlide as HeroBackgroundSlide, __lib_types_HeroBackgroundSliderConfig as HeroBackgroundSliderConfig, __lib_types_HeroParts as HeroParts, __lib_types_HeroProps as HeroProps, __lib_types_IconPosition as IconPosition, IconProps$1 as IconProps, IconSize$1 as IconSize, IconWeight$1 as IconWeight, __lib_types_ImageType as ImageType, __lib_types_InputProps as InputProps, ListGroupProps$1 as ListGroupProps, __lib_types_ListProps as ListProps, __lib_types_MegaMenuColumnProps as MegaMenuColumnProps, __lib_types_MegaMenuLinkProps as MegaMenuLinkProps, __lib_types_MegaMenuProps as MegaMenuProps, __lib_types_MenuItemProps as MenuItemProps, __lib_types_MenuProps as MenuProps, __lib_types_MessageItem as MessageItem, __lib_types_MessagesProps as MessagesProps, __lib_types_ModalProps as ModalProps, __lib_types_MousePosition as MousePosition, __lib_types_NavAlignment as NavAlignment, __lib_types_NavDropdownProps as NavDropdownProps, __lib_types_NavItemProps as NavItemProps, __lib_types_NavProps as NavProps, __lib_types_NavVariant as NavVariant, __lib_types_NavbarPosition as NavbarPosition, __lib_types_NavbarProps as NavbarProps, __lib_types_OverLightConfig as OverLightConfig, __lib_types_OverLightObjectConfig as OverLightObjectConfig, __lib_types_PaginationProps as PaginationProps, PhosphorIconsType$1 as PhosphorIconsType, __lib_types_PhotoViewerProps as PhotoViewerProps, __lib_types_PopoverProps as PopoverProps, __lib_types_PopoverTriggerProps as PopoverTriggerProps, __lib_types_ProgressProps as ProgressProps, __lib_types_RadioProps as RadioProps, __lib_types_RatingProps as RatingProps, __lib_types_ResponsiveBreakpoint as ResponsiveBreakpoint, SelectOption$1 as SelectOption, __lib_types_SelectProps as SelectProps, __lib_types_SelectionMode as SelectionMode, __lib_types_SideMenuItemProps as SideMenuItemProps, __lib_types_SideMenuListProps as SideMenuListProps, __lib_types_SideMenuProps as SideMenuProps, __lib_types_Size as Size, __lib_types_SliderAutoplay as SliderAutoplay, __lib_types_SliderBreakpoint as SliderBreakpoint, __lib_types_SliderEffect as SliderEffect, __lib_types_SliderLazy as SliderLazy, __lib_types_SliderNavigation as SliderNavigation, __lib_types_SliderPagination as SliderPagination, __lib_types_SliderProps as SliderProps, __lib_types_SliderRefs as SliderRefs, __lib_types_SliderScrollbar as SliderScrollbar, __lib_types_SliderSlide as SliderSlide, __lib_types_SliderState as SliderState, __lib_types_SliderThumbs as SliderThumbs, __lib_types_SliderVirtual as SliderVirtual, __lib_types_SliderZoom as SliderZoom, __lib_types_SocialLink as SocialLink, __lib_types_SocialPlatform as SocialPlatform, __lib_types_SortConfig as SortConfig, __lib_types_SpinnerProps as SpinnerProps, __lib_types_StateModifier as StateModifier, __lib_types_TextareaProps as TextareaProps, __lib_types_ThemeColor as ThemeColor, __lib_types_ThemeName as ThemeName, __lib_types_TodoItem as TodoItem, __lib_types_TodoProps as TodoProps, __lib_types_UseCardOptions as UseCardOptions, __lib_types_UseCardReturn as UseCardReturn, __lib_types_Variant as Variant, __lib_types_VideoChapter as VideoChapter, __lib_types_VideoPlayerProps as VideoPlayerProps, __lib_types_VideoQuality as VideoQuality, __lib_types_VideoSubtitle as VideoSubtitle, __lib_types_listvariant as listvariant };
9032
9155
  }
9033
9156
 
9034
9157
  /**
@@ -11569,14 +11692,15 @@ declare function useAtomixGlass({ glassRef, contentRef, wrapperRef, borderRadius
11569
11692
  * @param initialProps - Initial input properties
11570
11693
  * @returns Input state and methods
11571
11694
  */
11572
- declare function useInput(initialProps?: Partial<InputProps> & {
11695
+ interface UseInputOptions {
11573
11696
  prefixIcon?: boolean;
11574
11697
  suffixIcon?: boolean;
11575
11698
  clearable?: boolean;
11576
11699
  showCounter?: boolean;
11577
11700
  showPasswordToggle?: boolean;
11578
11701
  fullWidth?: boolean;
11579
- }): {
11702
+ }
11703
+ declare function useInput(initialProps?: Partial<InputProps> & UseInputOptions): {
11580
11704
  defaultProps: Partial<InputProps>;
11581
11705
  generateInputClass: (props: Partial<InputProps> & {
11582
11706
  type?: string;
@@ -12196,8 +12320,6 @@ declare const Block: React__default.ForwardRefExoticComponent<BlockProps & React
12196
12320
  */
12197
12321
  declare const ButtonGroup: React__default.FC<ButtonGroupProps>;
12198
12322
 
12199
- declare const Card: React__default.NamedExoticComponent<CardProps & React__default.RefAttributes<HTMLDivElement | HTMLAnchorElement>>;
12200
-
12201
12323
  declare const ElevationCard: React__default.FC<ElevationCardProps>;
12202
12324
 
12203
12325
  type ColorMode = 'light' | 'dark';
@@ -12680,7 +12802,7 @@ declare const SectionIntro: React__default.FC<SectionIntroProps>;
12680
12802
 
12681
12803
  declare const Slider: React$1.ForwardRefExoticComponent<SliderProps & React$1.RefAttributes<HTMLDivElement>>;
12682
12804
 
12683
- declare const Spinner: React__default.FC<SpinnerProps>;
12805
+ declare const Spinner: React__default.NamedExoticComponent<SpinnerProps & React__default.RefAttributes<HTMLDivElement>>;
12684
12806
 
12685
12807
  interface TestimonialAuthor {
12686
12808
  /**
@@ -16586,7 +16708,7 @@ declare const atomix: {
16586
16708
  Badge: React$1.FC<BadgeProps>;
16587
16709
  Block: React$1.ForwardRefExoticComponent<BlockProps & React$1.RefAttributes<HTMLDivElement>>;
16588
16710
  Breadcrumb: BreadcrumbType;
16589
- Button: React$1.NamedExoticComponent<Omit<ButtonProps & ButtonAsProp, "ref"> & React$1.RefAttributes<HTMLButtonElement | HTMLAnchorElement>>;
16711
+ Button: React$1.NamedExoticComponent<ButtonProps & ButtonAsProp & React$1.RefAttributes<HTMLButtonElement | HTMLAnchorElement>>;
16590
16712
  ButtonGroup: React$1.FC<ButtonGroupProps>;
16591
16713
  Callout: React$1.FC<CalloutProps> & {
16592
16714
  Icon: typeof CalloutIcon;
@@ -16597,7 +16719,11 @@ declare const atomix: {
16597
16719
  CloseButton: typeof CalloutCloseButton;
16598
16720
  Content: typeof CalloutContent;
16599
16721
  };
16600
- Card: React$1.NamedExoticComponent<CardProps & React$1.RefAttributes<HTMLDivElement | HTMLAnchorElement>>;
16722
+ Card: React$1.FC<CardProps> & {
16723
+ Header: typeof CardHeader;
16724
+ Body: typeof CardBody;
16725
+ Footer: typeof CardFooter;
16726
+ };
16601
16727
  ElevationCard: React$1.FC<ElevationCardProps>;
16602
16728
  AreaChart: React$1.NamedExoticComponent<AreaChartProps & React$1.RefAttributes<HTMLDivElement>>;
16603
16729
  BarChart: React$1.NamedExoticComponent<BarChartProps & React$1.RefAttributes<HTMLDivElement>>;
@@ -16699,7 +16825,7 @@ declare const atomix: {
16699
16825
  River: React$1.FC<RiverProps>;
16700
16826
  SectionIntro: React$1.FC<SectionIntroProps>;
16701
16827
  Slider: React$1.ForwardRefExoticComponent<SliderProps & React$1.RefAttributes<HTMLDivElement>>;
16702
- Spinner: React$1.FC<SpinnerProps>;
16828
+ Spinner: React$1.NamedExoticComponent<SpinnerProps & React$1.RefAttributes<HTMLDivElement>>;
16703
16829
  Steps: React$1.FC<StepsProps> & {
16704
16830
  Item: typeof StepsItem;
16705
16831
  Step: typeof StepsItem;
@@ -16719,4 +16845,4 @@ declare const atomix: {
16719
16845
  };
16720
16846
 
16721
16847
  export { ACCORDION, ATOMIX_GLASS, AVATAR, AVATAR_GROUP, _default$1 as Accordion, AreaChart, AtomixGlass, AtomixLogo, Avatar, AvatarGroup, BADGE, BADGE_CSS_VARS, BALANCED_PRESET, BLOCK, BREADCRUMB, BUTTON, BUTTON_CSS_VARS, BUTTON_GROUP, Badge, BarChart, Block, Breadcrumb, BubbleChart, Button, ButtonGroup, CALLOUT, CARD, CARD_CSS_VARS, CHART, CHECKBOX_CSS_VARS, CLASS_PREFIX, CODE_SNIPPET, COMPONENT_CSS_VARS, COUNTDOWN, Callout, CandlestickChart, Card, Chart, ChartRenderer, Checkbox, ColorModeToggle, Container, Countdown, DATA_TABLE_CLASSES, DATA_TABLE_SELECTORS, DATEPICKER, DEFAULT_ATOMIX_FONTS, DEFAULT_BREAKPOINTS, DROPDOWN, DROPDOWN_CSS_VARS, DataTable, DatePicker, DesignTokensCustomizer, DeviceDetector, DonutChart, Dropdown, EDGE_PANEL, EdgePanel, ElevationCard, FOOTER, FORM, FORM_GROUP, Footer, FooterLink, FooterSection, FooterSocialLink, Form, FormGroup, FunnelChart, GaugeChart, Grid, GridCol, HERO, HeatmapChart, Hero, INPUT, INPUT_CSS_VARS, Icon, Input, LIST, LIST_GROUP, LineChart, List, ListGroup, MESSAGES, MOBILE_OPTIMIZED_BREAKPOINTS, MODAL, MODAL_CSS_VARS, MasonryGrid, MasonryGridItem, MegaMenu, MegaMenuColumn, MegaMenuLink, Menu, MenuDivider, MenuItem, Messages, Modal, MultiAxisChart, NAV, NAVBAR, Nav, NavDropdown, NavItem, Navbar, PAGINATION_DEFAULTS, PERFORMANCE_PRESET, PHOTOVIEWER, POPOVER, PROGRESS, PROGRESS_CSS_VARS, Pagination, PerformanceOverlay, PhotoViewer, PieChart, Popover, ProductReview, Progress, QUALITY_PRESET, RADIO, RADIO_CSS_VARS, RATING, RIVER, RTLManager, RadarChart, Radio, Rating, River, Row, SECTION_INTRO, SELECT, SIDE_MENU, SIZES, SLIDER, SPINNER, STEPS, ScatterChart, SectionIntro, Select, SideMenu, SideMenuItem, SideMenuList, Slider, Spinner, Steps, TAB, TABS_CSS_VARS, TESTIMONIAL, TEXTAREA, THEME_COLORS, THEME_NAMING, TODO, TOGGLE, TOOLTIP, TOOLTIP_CSS_VARS, TYPEDBUTTON, Tabs, Testimonial, Textarea, ThemeApplicator, ThemeComparator, ThemeContext, ThemeErrorBoundary, ThemeInspector, ThemeLiveEditor, ThemePreview, ThemeProvider, ThemeToggle, ThemeValidator, Todo, Toggle, Tooltip, TreemapChart, UPLOAD, Upload, VIDEO_PLAYER, VideoPlayer, WaterfallChart, alpha, applyCSSVariables, applyCSSVarsToStyle, applyComponentTheme, applyPartStyles, applyTheme, camelToKebab, clearThemePreference, clearThemes, composables, configToTokens, constants, createBreakpoints, createCSSVarStyle, createDarkVariant, createDebugAttrs, createFontPreloadLink, createPartProps, createPerformanceMonitor, createRTLManager, createResponsiveUtil, createSlotComponent, createSlotProps, createSpacing, createTheme, createThemeRegistry, createTokens, cssVarsToStyle, darken, deepMerge, atomix as default, defaultTokens, defineConfig, designTokensToCSSVars, emphasize, exportTheme, extendTheme, extractComponentName, extractYouTubeId, generateCSSVariableName, generateCSSVariables, generateCSSVariablesForSelector, generateClassName, generateComponentCSSVars, generateFontPreloadTags, generateUUID, getAllThemes, getCSSVariable, getComponentCSSVars, getComponentThemeValue, getContrastRatio, getContrastText, getCurrentTheme, getDefaultBreakpoints, getDevicePreset, getDirectionFromLocale, getLuminance, getMobileOptimizedParams, getPartStyles, getQualityMultipliers, getSystemTheme, getTheme, getThemeApplicator, getThemeCount, getThemeIds, getThemeMetadata, hasCustomization, hasTheme, hexToRgb, importTheme, initializeTheme, injectCSS, injectTheme, isAccessible, isCSSInjected, isDesignTokens, isRTLLocale, isSlot, isValidCSSVariableName, isYouTubeUrl, lighten, listenToSystemTheme, loadAtomixConfig, loadConfig, mapSCSSTokensToCSSVars, mergeCSSVars, mergeClassNames, mergeComponentProps, mergePartStyles, mergeSlots, mergeTheme, mergeTokens, normalizeThemeTokens, omitTokens, overrideTokens, persistTheme, pickTokens, preloadFonts, printConfigReport, quickTheme, registerTheme, removeCSS, removeCSSVariables, removeTheme, renderSlot, resolveConfigPath, rgbToHex, rtlCSS, sliderConstants, supportsDarkMode, switchTheme, theme, themePropertyToCSSVar, themeToCSS, toggleTheme, types, unregisterTheme, useAccordion, useAtomixGlass, useBadge, useBarChart, useBlock, useChartData, useChartInteraction, useChartScale, useComponentCustomization, useComponentDefaultProps, useComponentTheme, useEdgePanel, useForm, useFormGroup, useHero, useHistory, useInput, useLineChart, useMergedProps, useNav, useNavDropdown, useNavItem, useNavbar, usePieChart, useRadio, useResponsive, useResponsiveGlass, useRiver, useSelect, useSideMenu, useSideMenuItem, useSlot, useSpinner, useTextarea, useTheme, useThemeSwitcher, useThemeTokens, useTodo, utils, validateConfig, validateConfiguration, validateTheme };
16722
- export type { A11yIssue, AccordionParts, AccordionProps$1 as AccordionProps, AccordionState, AreaChartProps, AtomixConfig, AtomixGlassProps, AtomixLogoProps, AvatarGroupProps, AvatarParts, AvatarProps, AvatarSize, BadgeCSSVariable, BadgeParts, BadgeProps, BarChartOptions, BarChartProps, BarDimensions, BaseComponentProps, BlockProps, BreadcrumbInstance, BreadcrumbItem$1 as BreadcrumbItem, BreadcrumbOptions, BreadcrumbProps, BubbleChartProps, BubbleDataPoint, BuildConfig, ButtonCSSVariable, ButtonGroupProps, ButtonIconSlotProps, ButtonLabelSlotProps, ButtonParts, ButtonProps, ButtonRootSlotProps, ButtonSpinnerSlotProps, CSSThemeDefinition, CSSVariableConfig, CSSVariableNamingOptions, CalloutProps, CandlestickChartProps, CandlestickDataPoint, CardBodySlotProps, CardCSSVariable, CardFooterSlotProps, CardHeaderSlotProps, CardParts, CardProps, CardRootSlotProps, ChartAxis$1 as ChartAxis, ChartConfig$1 as ChartConfig, ChartDataPoint$1 as ChartDataPoint, ChartDataset$1 as ChartDataset, ChartProps$1 as ChartProps, ChartSize$1 as ChartSize, ChartType$1 as ChartType, CheckboxCSSVariable, CheckboxParts, CheckboxProps, CodeBlockProps, ColorModeToggleProps, ColorScale, ComponentCSSVariables, ComponentCustomization, ComponentName, ComponentParts, ComponentPartsMap, ComponentThemeOptions, ComponentThemeOverride, ContainerProps, CountdownProps, CustomizableComponentProps, DataTableColumn, DataTableParts, DataTableProps, DatePickerProps, DesignTokenCategory, DesignTokenValue, DesignTokens, DesignTokensCustomizerProps, DisplacementMode, DonutChartProps, DropdownCSSVariable, DropdownDividerProps, DropdownHeaderProps, DropdownItemProps, DropdownMenuSlotProps, DropdownParts, DropdownPlacement, DropdownProps, DropdownRootSlotProps, DropdownToggleSlotProps, DropdownTrigger$1 as DropdownTrigger, EdgePanelMode, EdgePanelPosition, EdgePanelProps, ElementRefs, ElevationCardProps, ExportFormat, FontPreloadConfig, FooterLayout, FooterLinkProps, FooterProps, FooterSectionProps, FooterSocialLinkProps, FormGroupParts, FormGroupProps, FormProps, FunnelChartProps, FunnelDataPoint, GaugeChartProps, GenerateCSSVariablesOptions, GeneratorConfig, GlassContainerProps, GlassMode, GlassParams, GlassSize, GlassThemeTokens, GridColProps, GridProps, HeatmapChartProps, HeatmapDataPoint, HeroAlignment, HeroBackgroundSlide, HeroBackgroundSliderConfig, HeroParts, HeroProps, IconPosition, IconProps, IconSize$1 as IconSize, IconWeight$1 as IconWeight, ImageType, InputCSSVariable, InputElementSlotProps, InputParts, InputProps, InputRootSlotProps, IntegrationConfig, InteractiveEffectsConfig, JSThemeDefinition, LineChartOptions, LineChartProps, ListGroupProps$1 as ListGroupProps, ListParts, ListProps, MasonryGridItemProps, MasonryGridProps, MegaMenuColumnProps, MegaMenuLinkProps, MegaMenuProps, MenuDividerProps, MenuItemProps, MenuProps, MergePropsOptions, MessageItem, MessagesProps, ModalBackdropSlotProps, ModalCSSVariable, ModalContentSlotProps, ModalDialogSlotProps, ModalParts, ModalProps, ModalRootSlotProps, MousePosition, MultiAxisChartProps, NamingOptions, NavAlignment, NavDropdownProps, NavItemProps, NavProps, NavVariant, NavbarParts, NavbarPosition, NavbarProps, OptimizationConfig, OverLightConfig, OverLightObjectConfig, PaginationProps, PaletteColorOptions, PartStyleProps, PerformanceMonitorConfig$1 as PerformanceMonitorConfig, PhosphorIconsType$1 as PhosphorIconsType, PhotoViewerProps, PieChartOptions, PieChartProps, PieSlice, PluginConfig, PopoverProps, PopoverTriggerProps, ProductReviewProps, ProgressCSSVariable, ProgressParts, ProgressProps, RTLConfig, RadarChartProps, RadioCSSVariable, RadioParts, RadioProps, RatingProps, ResponsiveBreakpoint, RiverContentColumn, RiverProps, RowProps, RuntimeConfig, ScatterChartProps, ScatterDataPoint, SectionIntroProps, SelectOption$1 as SelectOption, SelectParts, SelectProps, SelectionMode, SideMenuItemProps, SideMenuListProps, SideMenuProps, Size, SliderAutoplay, SliderBreakpoint, SliderEffect, SliderLazy, SliderNavigation, SliderPagination, SliderProps, SliderRefs, SliderScrollbar, SliderSlide, SliderState, SliderThumbs, SliderVirtual, SliderZoom, SlotProps, SocialLink, SocialPlatform, SortConfig, SpinnerProps, StateModifier, StepsProps, TabsCSSVariable, TabsParts, TabsProps, TestimonialProps, TextareaParts, TextareaProps, Theme, ThemeChangeEvent, ThemeColor, ThemeComparatorProps, ThemeComponentOverrides, ThemeContextValue, ThemeDefinition, ThemeErrorBoundaryProps, ThemeInspectorProps, ThemeLiveEditorProps, ThemeLoadOptions, ThemeMode, ThemeName, ThemePersistenceOptions, ThemePreviewProps, ThemeProviderProps, ThemeSwitcherOptions, ThemeToggleProps, ThemeTokens, ThemeValidationResult, TodoItem, TodoProps, ToggleProps, TokenEngineConfig, TokenProviderConfig, TooltipCSSVariable, TooltipParts, TooltipProps, TreemapChartProps, TreemapDataPoint, TreemapNode, UploadProps, UseBlockOptions, UseBlockReturn, UseCardOptions, UseCardReturn, UseHistoryOptions, UseHistoryReturn, UsePerformanceMonitorReturn, UseThemeReturn, UseThemeSwitcherOptions, UseThemeSwitcherReturn, Variant, VideoChapter, VideoPlayerProps, VideoQuality, VideoSubtitle, VisualPolishConfig, WaterfallChartProps, WaterfallDataPoint, listvariant };
16848
+ export type { A11yIssue, AccordionParts, AccordionProps$1 as AccordionProps, AccordionState, AreaChartProps, AtomixConfig, AtomixGlassProps, AtomixLogoProps, AvatarGroupProps, AvatarParts, AvatarProps, AvatarSize, BadgeCSSVariable, BadgeParts, BadgeProps, BarChartOptions, BarChartProps, BarDimensions, BaseComponentProps, BlockProps, BreadcrumbInstance, BreadcrumbItem$1 as BreadcrumbItem, BreadcrumbOptions, BreadcrumbProps, BubbleChartProps, BubbleDataPoint, BuildConfig, ButtonCSSVariable, ButtonGroupProps, ButtonIconSlotProps, ButtonLabelSlotProps, ButtonParts, ButtonProps, ButtonRootSlotProps, ButtonSpinnerSlotProps, CSSThemeDefinition, CSSVariableConfig, CSSVariableNamingOptions, CalloutProps, CandlestickChartProps, CandlestickDataPoint, CardBodySlotProps, CardCSSVariable, CardFooterSlotProps, CardHeaderSlotProps, CardParts, CardProps, CardRootSlotProps, ChartAxis$1 as ChartAxis, ChartConfig$1 as ChartConfig, ChartDataPoint$1 as ChartDataPoint, ChartDataset$1 as ChartDataset, ChartProps$1 as ChartProps, ChartSize$1 as ChartSize, ChartType$1 as ChartType, CheckboxCSSVariable, CheckboxParts, CheckboxProps, CodeBlockProps, ColorModeToggleProps, ColorScale, ComponentCSSVariables, ComponentCustomization, ComponentName, ComponentParts, ComponentPartsMap, ComponentThemeOptions, ComponentThemeOverride, ContainerProps, CountdownProps, CustomizableComponentProps, DataTableColumn, DataTableParts, DataTableProps, DatePickerProps, DesignTokenCategory, DesignTokenValue, DesignTokens, DesignTokensCustomizerProps, DisplacementMode, DonutChartProps, DropdownCSSVariable, DropdownDividerProps, DropdownHeaderProps, DropdownItemProps, DropdownMenuSlotProps, DropdownParts, DropdownPlacement, DropdownProps, DropdownRootSlotProps, DropdownToggleSlotProps, DropdownTrigger$1 as DropdownTrigger, EdgePanelMode, EdgePanelPosition, EdgePanelProps, ElementRefs, ElevationCardProps, ExportFormat, FontPreloadConfig, FooterLayout, FooterLinkProps, FooterProps, FooterSectionProps, FooterSocialLinkProps, FormGroupParts, FormGroupProps, FormProps, FunnelChartProps, FunnelDataPoint, GaugeChartProps, GenerateCSSVariablesOptions, GeneratorConfig, GlassContainerProps, GlassMode, GlassParams, GlassSize, GlassThemeTokens, GridColProps, GridProps, HeatmapChartProps, HeatmapDataPoint, HeroAlignment, HeroBackgroundSlide, HeroBackgroundSliderConfig, HeroParts, HeroProps, IconPosition, IconSize$1 as IconSize, IconWeight$1 as IconWeight, ImageType, InputCSSVariable, InputElementSlotProps, InputParts, InputProps, InputRootSlotProps, IntegrationConfig, InteractiveEffectsConfig, JSThemeDefinition, LineChartOptions, LineChartProps, ListGroupProps$1 as ListGroupProps, ListParts, ListProps, MasonryGridItemProps, MasonryGridProps, MegaMenuColumnProps, MegaMenuLinkProps, MegaMenuProps, MenuDividerProps, MenuItemProps, MenuProps, MergePropsOptions, MessageItem, MessagesProps, ModalBackdropSlotProps, ModalCSSVariable, ModalContentSlotProps, ModalDialogSlotProps, ModalParts, ModalProps, ModalRootSlotProps, MousePosition, MultiAxisChartProps, NamingOptions, NavAlignment, NavDropdownProps, NavItemProps, NavProps, NavVariant, NavbarParts, NavbarPosition, NavbarProps, OptimizationConfig, OverLightConfig, OverLightObjectConfig, PaginationProps, PaletteColorOptions, PartStyleProps, PerformanceMonitorConfig$1 as PerformanceMonitorConfig, PhosphorIconsType$1 as PhosphorIconsType, PhotoViewerProps, PieChartOptions, PieChartProps, PieSlice, PluginConfig, PopoverProps, PopoverTriggerProps, ProductReviewProps, ProgressCSSVariable, ProgressParts, ProgressProps, RTLConfig, RadarChartProps, RadioCSSVariable, RadioParts, RadioProps, RatingProps, ResponsiveBreakpoint, RiverContentColumn, RiverProps, RowProps, RuntimeConfig, ScatterChartProps, ScatterDataPoint, SectionIntroProps, SelectOption$1 as SelectOption, SelectParts, SelectProps, SelectionMode, SideMenuItemProps, SideMenuListProps, SideMenuProps, Size, SliderAutoplay, SliderBreakpoint, SliderEffect, SliderLazy, SliderNavigation, SliderPagination, SliderProps, SliderRefs, SliderScrollbar, SliderSlide, SliderState, SliderThumbs, SliderVirtual, SliderZoom, SlotProps, SocialLink, SocialPlatform, SortConfig, SpinnerProps, StateModifier, StepsProps, TabsCSSVariable, TabsParts, TabsProps, TestimonialProps, TextareaParts, TextareaProps, Theme, ThemeChangeEvent, ThemeColor, ThemeComparatorProps, ThemeComponentOverrides, ThemeContextValue, ThemeDefinition, ThemeErrorBoundaryProps, ThemeInspectorProps, ThemeLiveEditorProps, ThemeLoadOptions, ThemeMode, ThemeName, ThemePersistenceOptions, ThemePreviewProps, ThemeProviderProps, ThemeSwitcherOptions, ThemeToggleProps, ThemeTokens, ThemeValidationResult, TodoItem, TodoProps, ToggleProps, TokenEngineConfig, TokenProviderConfig, TooltipCSSVariable, TooltipParts, TooltipProps, TreemapChartProps, TreemapDataPoint, TreemapNode, UploadProps, UseBlockOptions, UseBlockReturn, UseCardOptions, UseCardReturn, UseHistoryOptions, UseHistoryReturn, UsePerformanceMonitorReturn, UseThemeReturn, UseThemeSwitcherOptions, UseThemeSwitcherReturn, Variant, VideoChapter, VideoPlayerProps, VideoQuality, VideoSubtitle, VisualPolishConfig, WaterfallChartProps, WaterfallDataPoint, listvariant };