@hitachivantara/uikit-react-core 5.88.0 → 5.89.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 (86) hide show
  1. package/dist/cjs/ActionsGeneric/ActionsGeneric.cjs +1 -2
  2. package/dist/cjs/AppSwitcher/Action/Action.styles.cjs +2 -2
  3. package/dist/cjs/Banner/Banner.cjs +5 -5
  4. package/dist/cjs/Banner/BannerContent/BannerContent.cjs +59 -97
  5. package/dist/cjs/Banner/BannerContent/BannerContent.styles.cjs +18 -46
  6. package/dist/cjs/BaseDropdown/BaseDropdown.styles.cjs +1 -2
  7. package/dist/cjs/Button/Button.cjs +1 -2
  8. package/dist/cjs/Button/Button.styles.cjs +0 -6
  9. package/dist/cjs/DotPagination/DotPagination.styles.cjs +3 -0
  10. package/dist/cjs/FormElement/Adornment/Adornment.styles.cjs +1 -4
  11. package/dist/cjs/IconContainer/IconContainer.cjs +81 -0
  12. package/dist/cjs/ListContainer/ListItem/ListItem.styles.cjs +0 -6
  13. package/dist/cjs/Loading/Loading.cjs +1 -2
  14. package/dist/cjs/Loading/Loading.styles.cjs +3 -1
  15. package/dist/cjs/Snackbar/Snackbar.cjs +6 -5
  16. package/dist/cjs/Snackbar/SnackbarContent/SnackbarContent.cjs +20 -28
  17. package/dist/cjs/Snackbar/SnackbarContent/SnackbarContent.styles.cjs +26 -56
  18. package/dist/cjs/{TableSection → Table/TableSection}/TableSection.cjs +2 -2
  19. package/dist/cjs/{TableSection → Table/TableSection}/TableSection.styles.cjs +12 -12
  20. package/dist/cjs/Table/hooks/useHvRowExpand.cjs +3 -3
  21. package/dist/cjs/Tabs/Tab/Tab.styles.cjs +0 -3
  22. package/dist/cjs/TagsInput/TagsInput.styles.cjs +1 -1
  23. package/dist/cjs/Typography/Typography.styles.cjs +2 -1
  24. package/dist/cjs/VerticalNavigation/NavigationSlider/NavigationSlider.styles.cjs +0 -3
  25. package/dist/cjs/VerticalNavigation/TreeView/TreeViewItem.styles.cjs +0 -4
  26. package/dist/cjs/index.cjs +9 -4
  27. package/dist/cjs/utils/Callout.cjs +134 -0
  28. package/dist/esm/ActionsGeneric/ActionsGeneric.js +1 -2
  29. package/dist/esm/ActionsGeneric/ActionsGeneric.js.map +1 -1
  30. package/dist/esm/AppSwitcher/Action/Action.styles.js +2 -2
  31. package/dist/esm/AppSwitcher/Action/Action.styles.js.map +1 -1
  32. package/dist/esm/Banner/Banner.js +5 -5
  33. package/dist/esm/Banner/Banner.js.map +1 -1
  34. package/dist/esm/Banner/BannerContent/BannerContent.js +60 -96
  35. package/dist/esm/Banner/BannerContent/BannerContent.js.map +1 -1
  36. package/dist/esm/Banner/BannerContent/BannerContent.styles.js +18 -46
  37. package/dist/esm/Banner/BannerContent/BannerContent.styles.js.map +1 -1
  38. package/dist/esm/BaseDropdown/BaseDropdown.styles.js +1 -2
  39. package/dist/esm/BaseDropdown/BaseDropdown.styles.js.map +1 -1
  40. package/dist/esm/Button/Button.js +2 -3
  41. package/dist/esm/Button/Button.js.map +1 -1
  42. package/dist/esm/Button/Button.styles.js +0 -6
  43. package/dist/esm/Button/Button.styles.js.map +1 -1
  44. package/dist/esm/DotPagination/DotPagination.styles.js +3 -0
  45. package/dist/esm/DotPagination/DotPagination.styles.js.map +1 -1
  46. package/dist/esm/FormElement/Adornment/Adornment.styles.js +1 -4
  47. package/dist/esm/FormElement/Adornment/Adornment.styles.js.map +1 -1
  48. package/dist/esm/IconContainer/IconContainer.js +81 -0
  49. package/dist/esm/IconContainer/IconContainer.js.map +1 -0
  50. package/dist/esm/ListContainer/ListItem/ListItem.styles.js +0 -6
  51. package/dist/esm/ListContainer/ListItem/ListItem.styles.js.map +1 -1
  52. package/dist/esm/Loading/Loading.js +1 -2
  53. package/dist/esm/Loading/Loading.js.map +1 -1
  54. package/dist/esm/Loading/Loading.styles.js +3 -1
  55. package/dist/esm/Loading/Loading.styles.js.map +1 -1
  56. package/dist/esm/Snackbar/Snackbar.js +6 -5
  57. package/dist/esm/Snackbar/Snackbar.js.map +1 -1
  58. package/dist/esm/Snackbar/SnackbarContent/SnackbarContent.js +23 -29
  59. package/dist/esm/Snackbar/SnackbarContent/SnackbarContent.js.map +1 -1
  60. package/dist/esm/Snackbar/SnackbarContent/SnackbarContent.styles.js +26 -56
  61. package/dist/esm/Snackbar/SnackbarContent/SnackbarContent.styles.js.map +1 -1
  62. package/dist/esm/Table/Table.js.map +1 -1
  63. package/dist/esm/{TableSection → Table/TableSection}/TableSection.js +2 -2
  64. package/dist/esm/Table/TableSection/TableSection.js.map +1 -0
  65. package/dist/esm/{TableSection → Table/TableSection}/TableSection.styles.js +12 -12
  66. package/dist/esm/Table/TableSection/TableSection.styles.js.map +1 -0
  67. package/dist/esm/Table/hooks/useHvRowExpand.js +3 -3
  68. package/dist/esm/Table/hooks/useHvRowExpand.js.map +1 -1
  69. package/dist/esm/Tabs/Tab/Tab.styles.js +0 -3
  70. package/dist/esm/Tabs/Tab/Tab.styles.js.map +1 -1
  71. package/dist/esm/TagsInput/TagsInput.styles.js +1 -1
  72. package/dist/esm/TagsInput/TagsInput.styles.js.map +1 -1
  73. package/dist/esm/Typography/Typography.styles.js +2 -1
  74. package/dist/esm/Typography/Typography.styles.js.map +1 -1
  75. package/dist/esm/VerticalNavigation/NavigationSlider/NavigationSlider.styles.js +0 -3
  76. package/dist/esm/VerticalNavigation/NavigationSlider/NavigationSlider.styles.js.map +1 -1
  77. package/dist/esm/VerticalNavigation/TreeView/TreeViewItem.styles.js +0 -4
  78. package/dist/esm/VerticalNavigation/TreeView/TreeViewItem.styles.js.map +1 -1
  79. package/dist/esm/index.js +56 -51
  80. package/dist/esm/index.js.map +1 -1
  81. package/dist/esm/utils/Callout.js +132 -0
  82. package/dist/esm/utils/Callout.js.map +1 -0
  83. package/dist/types/index.d.ts +518 -452
  84. package/package.json +6 -6
  85. package/dist/esm/TableSection/TableSection.js.map +0 -1
  86. package/dist/esm/TableSection/TableSection.styles.js.map +0 -1
@@ -298,20 +298,20 @@ export declare const bannerClasses: {
298
298
 
299
299
  export declare const bannerContentClasses: {
300
300
  root: string;
301
- message: string;
302
- action: string;
303
- baseVariant: string;
304
301
  success: string;
305
302
  warning: string;
306
303
  error: string;
307
304
  default: string;
308
- outContainer: string;
305
+ message: string;
306
+ action: string;
309
307
  messageContainer: string;
310
308
  iconContainer: string;
311
309
  messageActions: string;
312
310
  actionContainer: string;
313
- actionsInnerContainer: string;
314
311
  closeAction: string;
312
+ baseVariant: string;
313
+ outContainer: string;
314
+ actionsInnerContainer: string;
315
315
  };
316
316
 
317
317
  declare interface BarProps extends HvBaseProps {
@@ -1074,7 +1074,7 @@ export declare type HvAccentColors = Record<HvAccentColorKeys, string>;
1074
1074
  */
1075
1075
  export declare const HvAccordion: ForwardRefExoticComponent<HvAccordionProps & RefAttributes<HTMLDivElement>>;
1076
1076
 
1077
- export declare type HvAccordionClasses = ExtractNames<typeof useClasses_20>;
1077
+ export declare type HvAccordionClasses = ExtractNames<typeof useClasses_21>;
1078
1078
 
1079
1079
  export declare interface HvAccordionProps extends HvBaseProps<HTMLDivElement, "onChange" | "children"> {
1080
1080
  /** Content to be rendered. */
@@ -1106,7 +1106,7 @@ export declare interface HvAccordionProps extends HvBaseProps<HTMLDivElement, "o
1106
1106
  */
1107
1107
  export declare const HvActionBar: ForwardRefExoticComponent<HvActionBarProps & RefAttributes<HTMLDivElement>>;
1108
1108
 
1109
- export declare type HvActionBarClasses = ExtractNames<typeof useClasses_21>;
1109
+ export declare type HvActionBarClasses = ExtractNames<typeof useClasses_22>;
1110
1110
 
1111
1111
  export declare interface HvActionBarProps extends HvBaseProps {
1112
1112
  /** A Jss Object used to override or extend the styles applied to the component. */
@@ -1130,7 +1130,7 @@ export declare interface HvActionGeneric {
1130
1130
 
1131
1131
  export declare const HvActionsGeneric: ForwardRefExoticComponent<HvActionsGenericProps & RefAttributes<HTMLDivElement>>;
1132
1132
 
1133
- export declare type HvActionsGenericClasses = ExtractNames<typeof useClasses_22>;
1133
+ export declare type HvActionsGenericClasses = ExtractNames<typeof useClasses_23>;
1134
1134
 
1135
1135
  export declare interface HvActionsGenericProps extends HvBaseProps {
1136
1136
  /**
@@ -1173,7 +1173,7 @@ export declare interface HvActionsGenericProps extends HvBaseProps {
1173
1173
  */
1174
1174
  export declare const HvAdornment: ForwardRefExoticComponent<HvAdornmentProps & RefAttributes<HTMLButtonElement | HTMLDivElement>>;
1175
1175
 
1176
- export declare type HvAdornmentClasses = ExtractNames<typeof useClasses_7>;
1176
+ export declare type HvAdornmentClasses = ExtractNames<typeof useClasses_8>;
1177
1177
 
1178
1178
  export declare interface HvAdornmentProps extends HvBaseProps<HTMLDivElement | HTMLButtonElement, "onMouseDown" | "onKeyDown"> {
1179
1179
  /** The icon to be added into the input. */
@@ -1215,7 +1215,7 @@ export declare interface HvAppSwitcherActionApplication {
1215
1215
  color?: HvColorAny;
1216
1216
  }
1217
1217
 
1218
- export declare type HvAppSwitcherActionClasses = ExtractNames<typeof useClasses_25>;
1218
+ export declare type HvAppSwitcherActionClasses = ExtractNames<typeof useClasses_26>;
1219
1219
 
1220
1220
  export declare interface HvAppSwitcherActionProps extends HvBaseProps {
1221
1221
  /** The application data to be used to render the Action object. */
@@ -1228,7 +1228,7 @@ export declare interface HvAppSwitcherActionProps extends HvBaseProps {
1228
1228
  classes?: HvAppSwitcherActionClasses;
1229
1229
  }
1230
1230
 
1231
- export declare type HvAppSwitcherClasses = ExtractNames<typeof useClasses_24>;
1231
+ export declare type HvAppSwitcherClasses = ExtractNames<typeof useClasses_25>;
1232
1232
 
1233
1233
  export declare interface HvAppSwitcherProps extends HvBaseProps {
1234
1234
  /** Number of columns to render. One, two, or whatever fits the component's width. */
@@ -1267,14 +1267,14 @@ export declare type HvAtmosphereColors = Record<HvAtmosphereColorKeys, string>;
1267
1267
  */
1268
1268
  export declare const HvAvatar: ForwardRefExoticComponent<HvAvatarProps & RefAttributes<HTMLDivElement>>;
1269
1269
 
1270
- export declare type HvAvatarClasses = ExtractNames<typeof useClasses_26>;
1270
+ export declare type HvAvatarClasses = ExtractNames<typeof useClasses_27>;
1271
1271
 
1272
1272
  /**
1273
1273
  * The AvatarGroup component is used to group multiple avatars.
1274
1274
  */
1275
1275
  export declare const HvAvatarGroup: ForwardRefExoticComponent<HvAvatarGroupProps & RefAttributes<HTMLDivElement>>;
1276
1276
 
1277
- export declare type HvAvatarGroupClasses = ExtractNames<typeof useClasses_27>;
1277
+ export declare type HvAvatarGroupClasses = ExtractNames<typeof useClasses_28>;
1278
1278
 
1279
1279
  export declare interface HvAvatarGroupProps extends HvBaseProps {
1280
1280
  /** A Jss Object used to override or extend the styles applied to the component. */
@@ -1347,7 +1347,7 @@ export declare type HvAvatarVariant = "circular" | "square";
1347
1347
  */
1348
1348
  export declare const HvBadge: ForwardRefExoticComponent<HvBadgeProps & RefAttributes<HTMLDivElement>>;
1349
1349
 
1350
- export declare type HvBadgeClasses = ExtractNames<typeof useClasses_28>;
1350
+ export declare type HvBadgeClasses = ExtractNames<typeof useClasses_29>;
1351
1351
 
1352
1352
  export declare interface HvBadgeProps extends HvBaseProps {
1353
1353
  /**
@@ -1389,11 +1389,11 @@ export declare const HvBanner: ForwardRefExoticComponent<Omit<HvBannerProps, "re
1389
1389
 
1390
1390
  export declare type HvBannerActionPosition = "auto" | "inline" | "bottom-right";
1391
1391
 
1392
- export declare type HvBannerClasses = ExtractNames<typeof useClasses_29>;
1392
+ export declare type HvBannerClasses = ExtractNames<typeof useClasses_30>;
1393
1393
 
1394
1394
  export declare const HvBannerContent: ForwardRefExoticComponent<Omit<HvBannerContentProps, "ref"> & RefAttributes<HTMLDivElement>>;
1395
1395
 
1396
- export declare type HvBannerContentClasses = ExtractNames<typeof useClasses_30>;
1396
+ export declare type HvBannerContentClasses = ExtractNames<typeof useClasses_31>;
1397
1397
 
1398
1398
  export declare interface HvBannerContentProps extends Omit<SnackbarContentProps, "variant" | "classes" | "onClose"> {
1399
1399
  /** The message to display. @deprecated use `children` instead */
@@ -1483,7 +1483,7 @@ export declare type HvBannerVariant = "success" | "warning" | "error" | "default
1483
1483
  */
1484
1484
  export declare const HvBaseCheckBox: ForwardRefExoticComponent<Omit<HvBaseCheckBoxProps, "ref"> & RefAttributes<HTMLButtonElement>>;
1485
1485
 
1486
- export declare type HvBaseCheckBoxClasses = ExtractNames<typeof useClasses_31>;
1486
+ export declare type HvBaseCheckBoxClasses = ExtractNames<typeof useClasses_32>;
1487
1487
 
1488
1488
  export declare interface HvBaseCheckBoxProps extends Omit<CheckboxProps, "onChange" | "classes"> {
1489
1489
  /**
@@ -1560,7 +1560,7 @@ export declare type HvBaseColors = Record<HvBaseColorKeys, string>;
1560
1560
 
1561
1561
  export declare const HvBaseDropdown: ForwardRefExoticComponent<Omit<HvBaseDropdownProps, "ref"> & RefAttributes<HTMLDivElement>>;
1562
1562
 
1563
- export declare type HvBaseDropdownClasses = ExtractNames<typeof useClasses_19>;
1563
+ export declare type HvBaseDropdownClasses = ExtractNames<typeof useClasses_20>;
1564
1564
 
1565
1565
  export declare interface HvBaseDropdownProps extends HvBaseProps<HTMLDivElement, "onToggle"> {
1566
1566
  /**
@@ -1658,7 +1658,7 @@ export declare interface HvBaseDropdownProps extends HvBaseProps<HTMLDivElement,
1658
1658
  */
1659
1659
  export declare const HvBaseInput: ForwardRefExoticComponent<HvBaseInputProps & RefAttributes<HTMLInputElement>>;
1660
1660
 
1661
- export declare type HvBaseInputClasses = ExtractNames<typeof useClasses_18>;
1661
+ export declare type HvBaseInputClasses = ExtractNames<typeof useClasses_19>;
1662
1662
 
1663
1663
  export declare interface HvBaseInputProps extends Omit<InputBaseProps, "onChange" | "classes" | "ref" | "color" | "size"> {
1664
1664
  /** The input name. */
@@ -1706,7 +1706,7 @@ export declare type HvBaseProps<E extends HTMLElement = HTMLDivElement, K extend
1706
1706
  */
1707
1707
  export declare const HvBaseRadio: ForwardRefExoticComponent<Omit<HvBaseRadioProps, "ref"> & RefAttributes<HTMLButtonElement>>;
1708
1708
 
1709
- export declare type HvBaseRadioClasses = ExtractNames<typeof useClasses_32>;
1709
+ export declare type HvBaseRadioClasses = ExtractNames<typeof useClasses_33>;
1710
1710
 
1711
1711
  export declare interface HvBaseRadioProps extends Omit<RadioProps, "onChange" | "classes"> {
1712
1712
  /**
@@ -1784,7 +1784,7 @@ export declare interface HvBaseRadioProps extends Omit<RadioProps, "onChange" |
1784
1784
  */
1785
1785
  export declare const HvBaseSwitch: ForwardRefExoticComponent<Omit<HvBaseSwitchProps, "ref"> & RefAttributes<HTMLButtonElement>>;
1786
1786
 
1787
- export declare type HvBaseSwitchClasses = ExtractNames<typeof useClasses_33>;
1787
+ export declare type HvBaseSwitchClasses = ExtractNames<typeof useClasses_34>;
1788
1788
 
1789
1789
  export declare interface HvBaseSwitchProps extends Omit<SwitchProps, "onChange" | "classes"> {
1790
1790
  /**
@@ -1882,7 +1882,7 @@ export declare type HvBoxProps<C extends React.ElementType = "div"> = Polymorphi
1882
1882
  */
1883
1883
  export declare const HvBreadCrumb: ForwardRefExoticComponent<HvBreadCrumbProps & RefAttributes<HTMLElement>>;
1884
1884
 
1885
- export declare type HvBreadCrumbClasses = ExtractNames<typeof useClasses_34>;
1885
+ export declare type HvBreadCrumbClasses = ExtractNames<typeof useClasses_35>;
1886
1886
 
1887
1887
  export declare interface HvBreadCrumbPathElement extends Record<string, any> {
1888
1888
  label: string;
@@ -1914,7 +1914,7 @@ export { HvBreakpoints }
1914
1914
  */
1915
1915
  export declare const HvBulkActions: ForwardRefExoticComponent<HvBulkActionsProps & RefAttributes<HTMLDivElement>>;
1916
1916
 
1917
- export declare type HvBulkActionsClasses = ExtractNames<typeof useClasses_35>;
1917
+ export declare type HvBulkActionsClasses = ExtractNames<typeof useClasses_36>;
1918
1918
 
1919
1919
  export declare type HvBulkActionsPropGetter<D extends object> = PropGetter<D, HvTAbleBulkActionsProps>;
1920
1920
 
@@ -1979,7 +1979,7 @@ export declare const HvButton: <C extends React.ElementType = "button">(props: {
1979
1979
  size?: HvSize;
1980
1980
  /** Button border radius. */
1981
1981
  radius?: HvRadius;
1982
- /** Defines the default colors of the button are forced into the icon. */
1982
+ /** Defines the default colors of the button are forced into the icon. @deprecated unused */
1983
1983
  overrideIconColors?: boolean;
1984
1984
  /** A Jss Object used to override or extend the styles applied. */
1985
1985
  classes?: Partial<{
@@ -2043,7 +2043,7 @@ export declare const HvButtonBase: <C extends React.ElementType = "button">(prop
2043
2043
  ref?: PolymorphicRef<C> | undefined;
2044
2044
  } & RefAttributes<unknown>) => React.ReactElement | null;
2045
2045
 
2046
- export declare type HvButtonBaseClasses = ExtractNames<typeof useClasses_2>;
2046
+ export declare type HvButtonBaseClasses = ExtractNames<typeof useClasses_3>;
2047
2047
 
2048
2048
  export declare type HvButtonBaseProps<C extends React.ElementType = "button"> = PolymorphicComponentRef<C, {
2049
2049
  /** A Jss Object used to override or extend the styles applied. */
@@ -2060,7 +2060,7 @@ export declare type HvButtonBaseProps<C extends React.ElementType = "button"> =
2060
2060
  focusableWhenDisabled?: boolean;
2061
2061
  }>;
2062
2062
 
2063
- export declare type HvButtonClasses = ExtractNames<typeof useClasses_13>;
2063
+ export declare type HvButtonClasses = ExtractNames<typeof useClasses_14>;
2064
2064
 
2065
2065
  export declare type HvButtonProps<C extends React.ElementType = "button"> = PolymorphicComponentRef<C, {
2066
2066
  /** Use the variant prop to change the visual style of the button. */
@@ -2081,7 +2081,7 @@ export declare type HvButtonProps<C extends React.ElementType = "button"> = Poly
2081
2081
  size?: HvSize;
2082
2082
  /** Button border radius. */
2083
2083
  radius?: HvRadius;
2084
- /** Defines the default colors of the button are forced into the icon. */
2084
+ /** Defines the default colors of the button are forced into the icon. @deprecated unused */
2085
2085
  overrideIconColors?: boolean;
2086
2086
  /** A Jss Object used to override or extend the styles applied. */
2087
2087
  classes?: HvButtonClasses;
@@ -2105,14 +2105,14 @@ export declare type HvButtonVariant = "contained" | "subtle" | "ghost" | `primar
2105
2105
 
2106
2106
  export declare const HvCalendar: (props: HvCalendarProps) => JSX_2.Element;
2107
2107
 
2108
- export declare type HvCalendarClasses = ExtractNames<typeof useClasses_37>;
2108
+ export declare type HvCalendarClasses = ExtractNames<typeof useClasses_38>;
2109
2109
 
2110
2110
  export declare const HvCalendarHeader: {
2111
2111
  (props: HvCalendarHeaderProps): JSX_2.Element;
2112
2112
  formElementType: string;
2113
2113
  };
2114
2114
 
2115
- export declare type HvCalendarHeaderClasses = ExtractNames<typeof useClasses_38>;
2115
+ export declare type HvCalendarHeaderClasses = ExtractNames<typeof useClasses_39>;
2116
2116
 
2117
2117
  export declare interface HvCalendarHeaderProps extends Pick<HvSingleCalendarProps, "id" | "value" | "locale" | "onChange" | "showEndDate" | "showDayOfWeek" | "invalidDateLabel"> {
2118
2118
  /**
@@ -2199,11 +2199,11 @@ export declare interface HvCalendarProps extends Omit<React.HTMLAttributes<HTMLD
2199
2199
  */
2200
2200
  export declare const HvCard: ForwardRefExoticComponent<HvCardProps & RefAttributes<HTMLDivElement>>;
2201
2201
 
2202
- export declare type HvCardClasses = ExtractNames<typeof useClasses_40>;
2202
+ export declare type HvCardClasses = ExtractNames<typeof useClasses_41>;
2203
2203
 
2204
2204
  export declare const HvCardContent: (props: HvCardContentProps) => JSX_2.Element;
2205
2205
 
2206
- export declare type HvCardContentClasses = ExtractNames<typeof useClasses_42>;
2206
+ export declare type HvCardContentClasses = ExtractNames<typeof useClasses_43>;
2207
2207
 
2208
2208
  export declare interface HvCardContentProps extends Omit<CardContentProps, "classes"> {
2209
2209
  /** The function that will be executed when this section is clicked. */
@@ -2214,7 +2214,7 @@ export declare interface HvCardContentProps extends Omit<CardContentProps, "clas
2214
2214
 
2215
2215
  export declare const HvCardHeader: (props: HvCardHeaderProps) => JSX_2.Element;
2216
2216
 
2217
- export declare type HvCardHeaderClasses = ExtractNames<typeof useClasses_41>;
2217
+ export declare type HvCardHeaderClasses = ExtractNames<typeof useClasses_42>;
2218
2218
 
2219
2219
  export declare interface HvCardHeaderProps extends Omit<CardHeaderProps, "classes"> {
2220
2220
  /** The renderable content inside the title slot of the header. */
@@ -2231,7 +2231,7 @@ export declare interface HvCardHeaderProps extends Omit<CardHeaderProps, "classe
2231
2231
 
2232
2232
  export declare const HvCardMedia: ({ classes: classesProp, className, children, ...others }: HvCardMediaProps) => JSX_2.Element;
2233
2233
 
2234
- export declare type HvCardMediaClasses = ExtractNames<typeof useClasses_43>;
2234
+ export declare type HvCardMediaClasses = ExtractNames<typeof useClasses_44>;
2235
2235
 
2236
2236
  export declare interface HvCardMediaProps extends Omit<CardMediaProps, "classes">, React.ImgHTMLAttributes<HTMLDivElement> {
2237
2237
  /** The title of the media. */
@@ -2270,13 +2270,13 @@ export declare interface HvCardProps extends HvBaseProps {
2270
2270
  */
2271
2271
  export declare const HvCarousel: ForwardRefExoticComponent<HvCarouselProps & RefAttributes<HTMLDivElement>>;
2272
2272
 
2273
- export declare type HvCarouselClasses = ExtractNames<typeof useClasses_44>;
2273
+ export declare type HvCarouselClasses = ExtractNames<typeof useClasses_45>;
2274
2274
 
2275
2275
  export declare const HvCarouselControls: (props: HvCarouselControlsProps) => JSX_2.Element;
2276
2276
 
2277
2277
  declare interface HvCarouselControlsProps extends HvBaseProps<HTMLDivElement>, Pick<HvPaginationProps, "page" | "pages" | "canPrevious" | "canNext"> {
2278
2278
  showDots?: boolean;
2279
- classes?: ExtractNames<typeof useClasses_44>;
2279
+ classes?: ExtractNames<typeof useClasses_45>;
2280
2280
  actions?: React.ReactNode;
2281
2281
  onPreviousClick?: React.MouseEventHandler<HTMLButtonElement>;
2282
2282
  onNextClick?: React.MouseEventHandler<HTMLButtonElement>;
@@ -2331,7 +2331,7 @@ export declare interface HvCarouselProps extends HvBaseProps<HTMLDivElement, "ti
2331
2331
  */
2332
2332
  export declare const HvCarouselSlide: ({ classes: classesProp, className, children, size: flexBasis, src, alt, ...props }: HvCarouselSlideProps) => JSX_2.Element;
2333
2333
 
2334
- export declare type HvCarouselSlideClasses = ExtractNames<typeof useClasses_45>;
2334
+ export declare type HvCarouselSlideClasses = ExtractNames<typeof useClasses_46>;
2335
2335
 
2336
2336
  export declare interface HvCarouselSlideProps extends React.ImgHTMLAttributes<HTMLImageElement> {
2337
2337
  /** A Jss Object used to override or extend the styles applied. */
@@ -2346,7 +2346,7 @@ export declare const HvCarouselThumbnails: ForwardRefExoticComponent<HvCarouselT
2346
2346
 
2347
2347
  declare interface HvCarouselThumbnailsProps extends HvBaseProps<HTMLDivElement, "children">, Pick<HvPaginationProps, "page" | "pages" | "canPrevious" | "canNext"> {
2348
2348
  width?: React.CSSProperties["width"];
2349
- classes?: ExtractNames<typeof useClasses_44>;
2349
+ classes?: ExtractNames<typeof useClasses_45>;
2350
2350
  onThumbnailClick?: (event: React.MouseEvent<HTMLButtonElement>, index: number) => void;
2351
2351
  thumbnailProps?: Partial<HvButtonProps>;
2352
2352
  showDots?: boolean;
@@ -2382,7 +2382,7 @@ export declare interface HvCellProps<D extends object = Record<string, unknown>,
2382
2382
  */
2383
2383
  export declare const HvCharCounter: (props: HvCharCounterProps) => JSX_2.Element;
2384
2384
 
2385
- export declare type HvCharCounterClasses = ExtractNames<typeof useClasses_6>;
2385
+ export declare type HvCharCounterClasses = ExtractNames<typeof useClasses_7>;
2386
2386
 
2387
2387
  export declare interface HvCharCounterProps extends HvBaseProps {
2388
2388
  /** The string that separates the current char quantity from the max quantity. */
@@ -2410,14 +2410,14 @@ export declare interface HvCharCounterProps extends HvBaseProps {
2410
2410
  */
2411
2411
  export declare const HvCheckBox: ForwardRefExoticComponent<Omit<HvCheckBoxProps, "ref"> & RefAttributes<HTMLButtonElement>>;
2412
2412
 
2413
- export declare type HvCheckBoxClasses = ExtractNames<typeof useClasses_36>;
2413
+ export declare type HvCheckBoxClasses = ExtractNames<typeof useClasses_37>;
2414
2414
 
2415
2415
  /**
2416
2416
  * A checkbox group is a type of selection list that allows the user to select multiple options through the use of checkboxes.
2417
2417
  */
2418
2418
  export declare const HvCheckBoxGroup: ForwardRefExoticComponent<HvCheckBoxGroupProps & RefAttributes<HTMLDivElement>>;
2419
2419
 
2420
- export declare type HvCheckBoxGroupClasses = ExtractNames<typeof useClasses_48>;
2420
+ export declare type HvCheckBoxGroupClasses = ExtractNames<typeof useClasses_49>;
2421
2421
 
2422
2422
  export declare interface HvCheckBoxGroupProps extends HvBaseProps<HTMLDivElement, "onChange"> {
2423
2423
  /**
@@ -2549,7 +2549,7 @@ export { HvColorAny }
2549
2549
  */
2550
2550
  export declare const HvColorPicker: ForwardRefExoticComponent<HvColorPickerProps & RefAttributes<HTMLDivElement>>;
2551
2551
 
2552
- export declare type HvColorPickerClasses = ExtractNames<typeof useClasses_49>;
2552
+ export declare type HvColorPickerClasses = ExtractNames<typeof useClasses_50>;
2553
2553
 
2554
2554
  export declare interface HvColorPickerProps {
2555
2555
  "aria-label"?: string;
@@ -2666,7 +2666,7 @@ declare type HvColumnWithStrictAccessor<D extends object = Record<string, unknow
2666
2666
  /** The container enables you to center your content horizontally and bound it to a specific breakpoint. */
2667
2667
  export declare const HvContainer: ForwardRefExoticComponent<Omit<HvContainerProps, "ref"> & RefAttributes<HTMLDivElement>>;
2668
2668
 
2669
- export declare type HvContainerClasses = ExtractNames<typeof useClasses_50>;
2669
+ export declare type HvContainerClasses = ExtractNames<typeof useClasses_51>;
2670
2670
 
2671
2671
  export declare interface HvContainerProps extends Omit<ContainerProps, "classes"> {
2672
2672
  /**
@@ -2695,7 +2695,7 @@ export declare interface HvContainerProps extends Omit<ContainerProps, "classes"
2695
2695
 
2696
2696
  export declare const HvControls: (props: HvControlsProps) => JSX_2.Element;
2697
2697
 
2698
- export declare type HvControlsClasses = ExtractNames<typeof useClasses_51>;
2698
+ export declare type HvControlsClasses = ExtractNames<typeof useClasses_52>;
2699
2699
 
2700
2700
  export declare interface HvControlsProps extends HvBaseProps {
2701
2701
  /**
@@ -2780,7 +2780,7 @@ export declare interface HvDateColumnCellProp {
2780
2780
  */
2781
2781
  export declare const HvDatePicker: ForwardRefExoticComponent<HvDatePickerProps & RefAttributes<HTMLDivElement>>;
2782
2782
 
2783
- export declare type HvDatePickerClasses = ExtractNames<typeof useClasses_60>;
2783
+ export declare type HvDatePickerClasses = ExtractNames<typeof useClasses_61>;
2784
2784
 
2785
2785
  export declare interface HvDatePickerProps extends Omit<HvFormElementProps, "onChange">, Pick<HvBaseDropdownProps, "disablePortal" | "expanded" | "defaultExpanded" | "onToggle" | "placeholder"> {
2786
2786
  /**
@@ -2869,7 +2869,7 @@ export declare type HvDatePickerStatus = HvFormStatus;
2869
2869
  */
2870
2870
  export declare const HvDialog: (props: HvDialogProps) => JSX_2.Element;
2871
2871
 
2872
- export declare type HvDialogActionClasses = ExtractNames<typeof useClasses_63>;
2872
+ export declare type HvDialogActionClasses = ExtractNames<typeof useClasses_64>;
2873
2873
 
2874
2874
  export declare const HvDialogActions: (props: HvDialogActionsProps) => JSX_2.Element;
2875
2875
 
@@ -2880,11 +2880,11 @@ export declare interface HvDialogActionsProps extends Omit<DialogActionsProps, "
2880
2880
  classes?: HvDialogActionClasses;
2881
2881
  }
2882
2882
 
2883
- export declare type HvDialogClasses = ExtractNames<typeof useClasses_64>;
2883
+ export declare type HvDialogClasses = ExtractNames<typeof useClasses_65>;
2884
2884
 
2885
2885
  export declare const HvDialogContent: (props: HvDialogContentProps) => JSX_2.Element;
2886
2886
 
2887
- export declare type HvDialogContentClasses = ExtractNames<typeof useClasses_62>;
2887
+ export declare type HvDialogContentClasses = ExtractNames<typeof useClasses_63>;
2888
2888
 
2889
2889
  export declare interface HvDialogContentProps extends Omit<DialogContentProps, "classes"> {
2890
2890
  /** Content should be indented in relationship to the Dialog title. */
@@ -2928,7 +2928,7 @@ export declare interface HvDialogProps extends Omit<DialogProps, "fullScreen" |
2928
2928
 
2929
2929
  export declare const HvDialogTitle: (props: HvDialogTitleProps) => JSX_2.Element;
2930
2930
 
2931
- export declare type HvDialogTitleClasses = ExtractNames<typeof useClasses_61>;
2931
+ export declare type HvDialogTitleClasses = ExtractNames<typeof useClasses_62>;
2932
2932
 
2933
2933
  export declare interface HvDialogTitleProps extends Omit<DialogTitleProps, "variant" | "classes"> {
2934
2934
  /** Variant of the dialog title. */
@@ -2949,7 +2949,7 @@ export declare type HvDialogTitleVariant = "success" | "warning" | "error" | "in
2949
2949
  */
2950
2950
  export declare const HvDotPagination: (props: HvDotPaginationProps) => JSX_2.Element;
2951
2951
 
2952
- export declare type HvDotPaginationClasses = ExtractNames<typeof useClasses_65>;
2952
+ export declare type HvDotPaginationClasses = ExtractNames<typeof useClasses_66>;
2953
2953
 
2954
2954
  export declare interface HvDotPaginationProps extends Omit<HvRadioGroupProps, "classes"> {
2955
2955
  /**
@@ -2993,7 +2993,7 @@ export declare interface HvDotPaginationProps extends Omit<HvRadioGroupProps, "c
2993
2993
  */
2994
2994
  export declare const HvDrawer: ForwardRefExoticComponent<Omit<HvDrawerProps, "ref"> & RefAttributes<HTMLDivElement>>;
2995
2995
 
2996
- export declare type HvDrawerClasses = ExtractNames<typeof useClasses_67>;
2996
+ export declare type HvDrawerClasses = ExtractNames<typeof useClasses_68>;
2997
2997
 
2998
2998
  export declare interface HvDrawerProps extends Omit<DrawerProps, "classes"> {
2999
2999
  /**
@@ -3050,7 +3050,7 @@ export declare interface HvDrawerProps extends Omit<DrawerProps, "classes"> {
3050
3050
  */
3051
3051
  export declare const HvDropdown: <Multiple extends boolean = false, OptionValue extends HvListValue = HvListValue>(props: HvDropdownProps<Multiple, OptionValue> & RefAttributes<HTMLDivElement>) => React.ReactElement | null;
3052
3052
 
3053
- export declare type HvDropdownClasses = ExtractNames<typeof useClasses_58>;
3053
+ export declare type HvDropdownClasses = ExtractNames<typeof useClasses_59>;
3054
3054
 
3055
3055
  export declare function hvDropdownColumn<D extends object = Record<string, unknown>, H extends HvTableHeaderRenderer | undefined = HvTableHeaderRenderer>(col: HvTableColumnConfig<D, H>, id: string | undefined, placeholder: string, disabledPlaceholder: string, onChange?: (identifier: string, value: HvListValue) => void, dropdownProps?: HvDropdownProps<false>): HvTableColumnConfig<D, H>;
3056
3056
 
@@ -3066,7 +3066,7 @@ export declare type HvDropdownLabels = Partial<typeof DEFAULT_LABELS_7>;
3066
3066
  /** @deprecated use `HvDropdownLabels` instead */
3067
3067
  export declare type HvDropdownLabelsProps = HvDropdownLabels;
3068
3068
 
3069
- declare type HvDropdownListClasses = ExtractNames<typeof useClasses_59>;
3069
+ declare type HvDropdownListClasses = ExtractNames<typeof useClasses_60>;
3070
3070
 
3071
3071
  declare interface HvDropdownListProps {
3072
3072
  /**
@@ -3141,7 +3141,7 @@ declare interface HvDropdownListProps {
3141
3141
  */
3142
3142
  export declare const HvDropDownMenu: ForwardRefExoticComponent<HvDropDownMenuProps & RefAttributes<HTMLDivElement>>;
3143
3143
 
3144
- export declare type HvDropDownMenuClasses = ExtractNames<typeof useClasses_23>;
3144
+ export declare type HvDropDownMenuClasses = ExtractNames<typeof useClasses_24>;
3145
3145
 
3146
3146
  export declare interface HvDropDownMenuProps extends HvBaseProps<HTMLDivElement, "onClick" | "onToggle"> {
3147
3147
  /** Icon. */
@@ -3302,7 +3302,7 @@ export declare interface HvDropdownProps<Multiple extends boolean = boolean, Opt
3302
3302
 
3303
3303
  export declare type HvDropdownStatus = "standBy" | "valid" | "invalid";
3304
3304
 
3305
- declare type HvDropZoneClasses = ExtractNames<typeof useClasses_72>;
3305
+ declare type HvDropZoneClasses = ExtractNames<typeof useClasses_73>;
3306
3306
 
3307
3307
  declare type HvDropZoneLabels = Partial<typeof DEFAULT_LABELS_9>;
3308
3308
 
@@ -3346,7 +3346,7 @@ declare interface HvDropZoneProps extends Pick<HvFormElementProps, "id" | "disab
3346
3346
  */
3347
3347
  export declare const HvEmptyState: ForwardRefExoticComponent<HvEmptyStateProps & RefAttributes<HTMLDivElement>>;
3348
3348
 
3349
- export declare type HvEmptyStateClasses = ExtractNames<typeof useClasses_68>;
3349
+ export declare type HvEmptyStateClasses = ExtractNames<typeof useClasses_69>;
3350
3350
 
3351
3351
  export declare interface HvEmptyStateProps extends HvBaseProps<HTMLDivElement, "title"> {
3352
3352
  /** Icon to be presented. */
@@ -3374,7 +3374,7 @@ export { HvExtraProps }
3374
3374
 
3375
3375
  export declare const HvFile: (props: HvFileProps) => JSX_2.Element;
3376
3376
 
3377
- export declare type HvFileClasses = ExtractNames<typeof useClasses_70>;
3377
+ export declare type HvFileClasses = ExtractNames<typeof useClasses_71>;
3378
3378
 
3379
3379
  export declare interface HvFileData extends Omit<File, "name" | "size"> {
3380
3380
  /**
@@ -3442,7 +3442,7 @@ export declare type HvFilesAddedEvent = (files: HvFileData[]) => void;
3442
3442
  */
3443
3443
  export declare const HvFileUploader: (props: HvFileUploaderProps) => JSX_2.Element;
3444
3444
 
3445
- export declare type HvFileUploaderClasses = ExtractNames<typeof useClasses_71>;
3445
+ export declare type HvFileUploaderClasses = ExtractNames<typeof useClasses_72>;
3446
3446
 
3447
3447
  export declare interface HvFileUploaderLabels extends HvDropZoneLabels {
3448
3448
  /** Value of aria-label to apply to remove file button in FileList */
@@ -3455,7 +3455,7 @@ export declare interface HvFileUploaderLabels extends HvDropZoneLabels {
3455
3455
  */
3456
3456
  export declare const HvFileUploaderPreview: (props: HvFileUploaderPreviewProps) => JSX_2.Element;
3457
3457
 
3458
- export declare type HvFileUploaderPreviewClasses = ExtractNames<typeof useClasses_69>;
3458
+ export declare type HvFileUploaderPreviewClasses = ExtractNames<typeof useClasses_70>;
3459
3459
 
3460
3460
  export declare interface HvFileUploaderPreviewProps extends Omit<HvButtonProps, "children" | "classes"> {
3461
3461
  /**
@@ -3534,9 +3534,9 @@ export declare interface HvFileUploaderProps extends HvFormElementProps {
3534
3534
  */
3535
3535
  export declare const HvFilterGroup: ForwardRefExoticComponent<HvFilterGroupProps & RefAttributes<HTMLDivElement>>;
3536
3536
 
3537
- export declare type HvFilterGroupClasses = ExtractNames<typeof useClasses_73>;
3537
+ export declare type HvFilterGroupClasses = ExtractNames<typeof useClasses_74>;
3538
3538
 
3539
- declare type HvFilterGroupContentClasses = ExtractNames<typeof useClasses_74>;
3539
+ declare type HvFilterGroupContentClasses = ExtractNames<typeof useClasses_75>;
3540
3540
 
3541
3541
  declare interface HvFilterGroupContentProps extends Omit<HvBaseDropdownProps, "onChange"> {
3542
3542
  description?: React.ReactNode;
@@ -3631,7 +3631,7 @@ export declare type HvFilterGroupValue = (string | number)[][];
3631
3631
  /** @deprecated internal use only. this component has navigation issues. */
3632
3632
  export declare const HvFocus: ({ classes: classesProp, children, configuration, disabledClass, selected, disabled, rootRef, focusOnClick, focusDisabled, strategy, useFalseFocus, filterClass, navigationJump, }: HvFocusProps) => JSX_2.Element;
3633
3633
 
3634
- export declare type HvFocusClasses = ExtractNames<typeof useClasses_3>;
3634
+ export declare type HvFocusClasses = ExtractNames<typeof useClasses_4>;
3635
3635
 
3636
3636
  export declare interface HvFocusProps extends HvBaseProps<HTMLElement, "children"> {
3637
3637
  children: React.ReactElement;
@@ -3670,7 +3670,7 @@ export declare type HvFocusStrategies = "listbox" | "menu" | "card" | "grid";
3670
3670
  */
3671
3671
  export declare const HvFooter: ForwardRefExoticComponent<HvFooterProps & RefAttributes<HTMLElement>>;
3672
3672
 
3673
- export declare type HvFooterClasses = ExtractNames<typeof useClasses_75>;
3673
+ export declare type HvFooterClasses = ExtractNames<typeof useClasses_76>;
3674
3674
 
3675
3675
  declare type HvFooterPropGetter<D extends object = Record<string, unknown>, H extends HvTableHeaderRenderer | undefined = HvTableHeaderRenderer> = HvPropGetter<D, H, HvUseTableFooterProps, {
3676
3676
  column: HvHeaderGroup<D, H>;
@@ -3702,7 +3702,7 @@ export declare const HvFormElement: {
3702
3702
  formElementType: string;
3703
3703
  };
3704
3704
 
3705
- export declare type HvFormElementClasses = ExtractNames<typeof useClasses_8>;
3705
+ export declare type HvFormElementClasses = ExtractNames<typeof useClasses_9>;
3706
3706
 
3707
3707
  declare interface HvFormElementContextValue {
3708
3708
  /** id to be applied to the form element root node. */
@@ -3762,7 +3762,7 @@ export declare type HvFormStatus = "standBy" | "valid" | "invalid" | "empty";
3762
3762
  */
3763
3763
  export declare const HvGlobalActions: ForwardRefExoticComponent<HvGlobalActionsProps & RefAttributes<HTMLDivElement>>;
3764
3764
 
3765
- export declare type HvGlobalActionsClasses = ExtractNames<typeof useClasses_76>;
3765
+ export declare type HvGlobalActionsClasses = ExtractNames<typeof useClasses_77>;
3766
3766
 
3767
3767
  export declare type HvGlobalActionsHeadingLevel = 1 | 2 | 3 | 4 | 5 | 6;
3768
3768
 
@@ -3804,7 +3804,7 @@ export declare type HvGlobalActionsVariant = "global" | "section";
3804
3804
  */
3805
3805
  export declare const HvGrid: ForwardRefExoticComponent<Omit<HvGridProps, "ref"> & RefAttributes<HTMLDivElement>>;
3806
3806
 
3807
- export declare type HvGridClasses = ExtractNames<typeof useClasses_77>;
3807
+ export declare type HvGridClasses = ExtractNames<typeof useClasses_78>;
3808
3808
 
3809
3809
  export declare type HvGridDirection = "row" | "row-reverse" | "column" | "column-reverse";
3810
3810
 
@@ -3904,7 +3904,7 @@ export declare const HvHeader: ForwardRefExoticComponent<HvHeaderProps & RefAttr
3904
3904
 
3905
3905
  export declare const HvHeaderActions: ForwardRefExoticComponent<HvHeaderActionsProps & RefAttributes<HTMLDivElement>>;
3906
3906
 
3907
- export declare type HvHeaderActionsClasses = ExtractNames<typeof useClasses_79>;
3907
+ export declare type HvHeaderActionsClasses = ExtractNames<typeof useClasses_80>;
3908
3908
 
3909
3909
  export declare interface HvHeaderActionsProps extends HvBaseProps {
3910
3910
  classes?: HvHeaderActionsClasses;
@@ -3915,7 +3915,7 @@ export declare interface HvHeaderActionsProps extends HvBaseProps {
3915
3915
  */
3916
3916
  export declare const HvHeaderBrand: ForwardRefExoticComponent<HvHeaderBrandProps & RefAttributes<HTMLDivElement>>;
3917
3917
 
3918
- export declare type HvHeaderBrandClasses = ExtractNames<typeof useClasses_80>;
3918
+ export declare type HvHeaderBrandClasses = ExtractNames<typeof useClasses_81>;
3919
3919
 
3920
3920
  export declare interface HvHeaderBrandProps extends HvBaseProps {
3921
3921
  logo?: React.ReactNode;
@@ -3923,7 +3923,7 @@ export declare interface HvHeaderBrandProps extends HvBaseProps {
3923
3923
  classes?: HvHeaderBrandClasses;
3924
3924
  }
3925
3925
 
3926
- export declare type HvHeaderClasses = ExtractNames<typeof useClasses_78>;
3926
+ export declare type HvHeaderClasses = ExtractNames<typeof useClasses_79>;
3927
3927
 
3928
3928
  declare interface HvHeaderGroup<D extends object = Record<string, unknown>, H extends HvTableHeaderRenderer | undefined = HvTableHeaderRenderer> extends HvColumnInstance<D, H>, Omit<UseTableHeaderGroupProps<D>, "headers"> {
3929
3929
  headers: Array<HvHeaderGroup<D, H>>;
@@ -3931,7 +3931,7 @@ declare interface HvHeaderGroup<D extends object = Record<string, unknown>, H ex
3931
3931
 
3932
3932
  export declare const HvHeaderMenuBar: (props: HvHeaderMenuBarProps) => JSX_2.Element;
3933
3933
 
3934
- declare type HvHeaderMenuBarClasses = ExtractNames<typeof useClasses_81>;
3934
+ declare type HvHeaderMenuBarClasses = ExtractNames<typeof useClasses_82>;
3935
3935
 
3936
3936
  declare interface HvHeaderMenuBarProps extends HvBaseProps<HTMLDivElement, "onClick"> {
3937
3937
  data: HvHeaderNavigationItemProp[];
@@ -3944,7 +3944,7 @@ declare interface HvHeaderMenuBarProps extends HvBaseProps<HTMLDivElement, "onCl
3944
3944
 
3945
3945
  export declare const HvHeaderMenuItem: (props: HvHeaderMenuItemProps) => JSX_2.Element;
3946
3946
 
3947
- declare type HvHeaderMenuItemClasses = ExtractNames<typeof useClasses_82>;
3947
+ declare type HvHeaderMenuItemClasses = ExtractNames<typeof useClasses_83>;
3948
3948
 
3949
3949
  declare interface HvHeaderMenuItemProps extends HvBaseProps<HTMLDivElement, "onClick"> {
3950
3950
  item: HvHeaderNavigationItemProp;
@@ -3957,7 +3957,7 @@ declare interface HvHeaderMenuItemProps extends HvBaseProps<HTMLDivElement, "onC
3957
3957
 
3958
3958
  export declare const HvHeaderNavigation: ForwardRefExoticComponent<HvHeaderNavigationProps & RefAttributes<HTMLElement>>;
3959
3959
 
3960
- export declare type HvHeaderNavigationClasses = ExtractNames<typeof useClasses_83>;
3960
+ export declare type HvHeaderNavigationClasses = ExtractNames<typeof useClasses_84>;
3961
3961
 
3962
3962
  export declare interface HvHeaderNavigationItemProp {
3963
3963
  id: string;
@@ -4016,7 +4016,7 @@ export declare interface HvHooks<D extends object = Record<string, unknown>, H e
4016
4016
  useFinalInstance: Array<(instance: HvTableInstance<D, H>) => void>;
4017
4017
  }
4018
4018
 
4019
- export declare type HvHorizontalScrollListItemClasses = ExtractNames<typeof useClasses_98>;
4019
+ export declare type HvHorizontalScrollListItemClasses = ExtractNames<typeof useClasses_99>;
4020
4020
 
4021
4021
  /**
4022
4022
  * The `HvIconButton` component wraps a `HvTooltip` with a label around a `HvButton` with only an icon as its content.
@@ -4051,12 +4051,52 @@ export declare type HvIconButtonProps<C extends React.ElementType = "button"> =
4051
4051
  tooltipProps?: Omit<Partial<HvTooltipProps>, "children">;
4052
4052
  }>;
4053
4053
 
4054
+ /**
4055
+ * This component allows using the theme utilities, such as `color` and `size` in icons from
4056
+ * external icon libraries, such as FontAwesome or Phosphor.
4057
+ *
4058
+ * @example
4059
+ * <HvIconContainer size="lg" color="warning">
4060
+ * <FontAwesomeIcon icon={faUser} />
4061
+ * </HvIconContainer>
4062
+ */
4063
+ export declare const HvIconContainer: ForwardRefExoticComponent<HvIconContainerProps & RefAttributes<HTMLDivElement>>;
4064
+
4065
+ export declare type HvIconContainerClasses = ExtractNames<typeof useClasses>;
4066
+
4067
+ export declare interface HvIconContainerProps extends React.HTMLAttributes<HTMLDivElement> {
4068
+ classes?: HvIconContainerClasses;
4069
+ /**
4070
+ * A color to override the default icon colors.
4071
+ * Accepts any valid CSS color or color from the UI Kit palette.
4072
+ * @example "warning"
4073
+ */
4074
+ color?: HvColorAny;
4075
+ /**
4076
+ * The size of the icon container. Takes in a `number` in pixels or any `HvSize` or `IconSize`.
4077
+ *
4078
+ * This will also affect the size of the icon by changing the `font-size`.
4079
+ *
4080
+ * @example
4081
+ * size={16}
4082
+ * size="S"
4083
+ * size="lg"
4084
+ *
4085
+ * @default "S"
4086
+ */
4087
+ size?: HvSize | HvIconSize | number;
4088
+ /** Whether to rotate the icon 180deg. @private */
4089
+ rotate?: boolean;
4090
+ }
4091
+
4092
+ declare type HvIconSize = "XS" | "S" | "M" | "L";
4093
+
4054
4094
  /**
4055
4095
  * Provides the user with additional descriptive text for the form element.
4056
4096
  */
4057
4097
  export declare const HvInfoMessage: (props: HvInfoMessageProps) => JSX_2.Element;
4058
4098
 
4059
- export declare type HvInfoMessageClasses = ExtractNames<typeof useClasses_10>;
4099
+ export declare type HvInfoMessageClasses = ExtractNames<typeof useClasses_11>;
4060
4100
 
4061
4101
  export declare interface HvInfoMessageProps extends HvTypographyProps<"label"> {
4062
4102
  /** If `true` the label is disabled. */
@@ -4115,7 +4155,7 @@ export declare const HvInlineEditor: <C extends React.ElementType = <InputElemen
4115
4155
  ref?: PolymorphicRef<C> | undefined;
4116
4156
  } & RefAttributes<unknown>) => React.ReactElement | null;
4117
4157
 
4118
- export declare type HvInlineEditorClasses = ExtractNames<typeof useClasses_84>;
4158
+ export declare type HvInlineEditorClasses = ExtractNames<typeof useClasses_85>;
4119
4159
 
4120
4160
  export declare type HvInlineEditorProps<C extends React.ElementType = typeof HvInput> = PolymorphicComponentRef<C, {
4121
4161
  /** The value of the form element. */
@@ -4149,7 +4189,7 @@ export declare type HvInlineEditorProps<C extends React.ElementType = typeof HvI
4149
4189
  */
4150
4190
  export declare const HvInput: <InputElement extends HTMLElement = HTMLInputElement | HTMLTextAreaElement>(props: HvInputProps<InputElement> & RefAttributes<InputElement>) => React.ReactElement | null;
4151
4191
 
4152
- export declare type HvInputClasses = ExtractNames<typeof useClasses_46>;
4192
+ export declare type HvInputClasses = ExtractNames<typeof useClasses_47>;
4153
4193
 
4154
4194
  export declare type HvInputLabels = Partial<typeof DEFAULT_LABELS_4>;
4155
4195
 
@@ -4288,7 +4328,7 @@ export declare interface HvKnobProperty {
4288
4328
  */
4289
4329
  export declare const HvKpi: (props: HvKpiProps) => JSX_2.Element;
4290
4330
 
4291
- export declare type HvKpiClasses = ExtractNames<typeof useClasses_85>;
4331
+ export declare type HvKpiClasses = ExtractNames<typeof useClasses_86>;
4292
4332
 
4293
4333
  export declare type HvKpiLabelProps = Partial<typeof DEFAULT_LABELS_11>;
4294
4334
 
@@ -4328,7 +4368,7 @@ export declare interface HvKpiProps extends HvBaseProps<HTMLDivElement, "childre
4328
4368
  */
4329
4369
  export declare const HvLabel: (props: HvLabelProps) => JSX_2.Element;
4330
4370
 
4331
- export declare type HvLabelClasses = ExtractNames<typeof useClasses_9>;
4371
+ export declare type HvLabelClasses = ExtractNames<typeof useClasses_10>;
4332
4372
 
4333
4373
  export declare interface HvLabelProps extends HvTypographyProps<"label"> {
4334
4374
  /** Id to be applied to the root node */
@@ -4349,7 +4389,7 @@ export declare interface HvLabelProps extends HvTypographyProps<"label"> {
4349
4389
 
4350
4390
  export declare const HvLeftControl: ({ id, classes: classesProp, className, children, placeholder, onSearch, hideSearch, searchProps, ...others }: HvLeftControlProps) => JSX_2.Element;
4351
4391
 
4352
- export declare type HvLeftControlClasses = ExtractNames<typeof useClasses_56>;
4392
+ export declare type HvLeftControlClasses = ExtractNames<typeof useClasses_57>;
4353
4393
 
4354
4394
  export declare interface HvLeftControlProps extends HvBaseProps {
4355
4395
  /** if `true` the hide sort by dropdown is not rendered */
@@ -4367,7 +4407,7 @@ export declare interface HvLeftControlProps extends HvBaseProps {
4367
4407
  /** @deprecated use `<HvTypography link component="a" />` instead */
4368
4408
  export declare const HvLink: (props: HvLinkProps) => JSX_2.Element;
4369
4409
 
4370
- export declare type HvLinkClasses = ExtractNames<typeof useClasses_86>;
4410
+ export declare type HvLinkClasses = ExtractNames<typeof useClasses_87>;
4371
4411
 
4372
4412
  export declare interface HvLinkProps extends HvBaseProps<HTMLAnchorElement, "onClick"> {
4373
4413
  onClick?: (event: React.MouseEvent<HTMLAnchorElement>, data: any) => void;
@@ -4384,7 +4424,7 @@ export declare interface HvLinkProps extends HvBaseProps<HTMLAnchorElement, "onC
4384
4424
  */
4385
4425
  export declare const HvList: (props: HvListProps) => JSX_2.Element | null;
4386
4426
 
4387
- export declare type HvListClasses = ExtractNames<typeof useClasses_87>;
4427
+ export declare type HvListClasses = ExtractNames<typeof useClasses_88>;
4388
4428
 
4389
4429
  /**
4390
4430
  * A <b>list</b> is any enumeration of a set of items.
@@ -4393,7 +4433,7 @@ export declare type HvListClasses = ExtractNames<typeof useClasses_87>;
4393
4433
  */
4394
4434
  export declare const HvListContainer: ForwardRefExoticComponent<HvListContainerProps & RefAttributes<HTMLUListElement>>;
4395
4435
 
4396
- export declare type HvListContainerClasses = ExtractNames<typeof useClasses_4>;
4436
+ export declare type HvListContainerClasses = ExtractNames<typeof useClasses_5>;
4397
4437
 
4398
4438
  export declare interface HvListContainerProps extends HvBaseProps<HTMLUListElement> {
4399
4439
  /**
@@ -4417,7 +4457,7 @@ export declare interface HvListContainerProps extends HvBaseProps<HTMLUListEleme
4417
4457
  */
4418
4458
  export declare const HvListItem: ForwardRefExoticComponent<HvListItemProps & RefAttributes<HTMLLIElement>>;
4419
4459
 
4420
- export declare type HvListItemClasses = ExtractNames<typeof useClasses_5>;
4460
+ export declare type HvListItemClasses = ExtractNames<typeof useClasses_6>;
4421
4461
 
4422
4462
  export declare interface HvListItemProps extends HvBaseProps<HTMLLIElement> {
4423
4463
  /** Indicates if the list item is selected. */
@@ -4533,7 +4573,7 @@ export declare interface HvListValue extends Record<string, any> {
4533
4573
  */
4534
4574
  export declare const HvLoading: ForwardRefExoticComponent<HvLoadingProps & RefAttributes<HTMLDivElement>>;
4535
4575
 
4536
- export declare type HvLoadingClasses = ExtractNames<typeof useClasses_88>;
4576
+ export declare type HvLoadingClasses = ExtractNames<typeof useClasses_89>;
4537
4577
 
4538
4578
  /**
4539
4579
  * A component that wraps `children` with an `HvLoading` component and
@@ -4546,7 +4586,7 @@ export declare type HvLoadingClasses = ExtractNames<typeof useClasses_88>;
4546
4586
  * */
4547
4587
  export declare const HvLoadingContainer: ForwardRefExoticComponent<HvLoadingContainerProps & RefAttributes<HTMLDivElement>>;
4548
4588
 
4549
- export declare type HvLoadingContainerClasses = ExtractNames<typeof useClasses_89>;
4589
+ export declare type HvLoadingContainerClasses = ExtractNames<typeof useClasses_90>;
4550
4590
 
4551
4591
  export declare interface HvLoadingContainerProps extends HvBaseProps<HTMLDivElement>, Pick<HvLoadingProps, "label" | "small" | "hidden"> {
4552
4592
  opacity?: number;
@@ -4571,7 +4611,7 @@ export declare interface HvLoadingProps extends HvBaseProps {
4571
4611
  */
4572
4612
  export declare const HvLogin: ForwardRefExoticComponent<HvLoginProps & RefAttributes<HTMLDivElement>>;
4573
4613
 
4574
- export declare type HvLoginClasses = ExtractNames<typeof useClasses_90>;
4614
+ export declare type HvLoginClasses = ExtractNames<typeof useClasses_91>;
4575
4615
 
4576
4616
  export declare interface HvLoginProps extends HvBaseProps {
4577
4617
  /**
@@ -4601,7 +4641,7 @@ declare interface HvMetaBase<D extends object = Record<string, unknown>, H exten
4601
4641
  */
4602
4642
  export declare const HvMultiButton: (props: HvMultiButtonProps) => JSX_2.Element;
4603
4643
 
4604
- export declare type HvMultiButtonClasses = ExtractNames<typeof useClasses_91>;
4644
+ export declare type HvMultiButtonClasses = ExtractNames<typeof useClasses_92>;
4605
4645
 
4606
4646
  export declare interface HvMultiButtonProps extends HvBaseProps {
4607
4647
  /** If all the buttons are disabled. */
@@ -4657,11 +4697,11 @@ export declare const HvOption: <OptionValue extends {}>(props: HvOptionProps<Opt
4657
4697
  */
4658
4698
  export declare type HvOptional<T extends object, K extends keyof T = keyof T> = Omit<T, K> & Partial<Pick<T, K>>;
4659
4699
 
4660
- export declare type HvOptionClasses = ExtractNames<typeof useClasses_14>;
4700
+ export declare type HvOptionClasses = ExtractNames<typeof useClasses_15>;
4661
4701
 
4662
4702
  export declare const HvOptionGroup: ForwardRefExoticComponent<Omit<HvOptionGroupProps, "ref"> & RefAttributes<HTMLLIElement>>;
4663
4703
 
4664
- export declare type HvOptionGroupClasses = ExtractNames<typeof useClasses_15>;
4704
+ export declare type HvOptionGroupClasses = ExtractNames<typeof useClasses_16>;
4665
4705
 
4666
4706
  export declare interface HvOptionGroupProps extends OptionGroupProps {
4667
4707
  classes?: HvOptionGroupClasses;
@@ -4676,7 +4716,7 @@ export declare interface HvOptionProps<OptionValue extends {}> extends Omit<HvLi
4676
4716
  */
4677
4717
  export declare const HvOverflowTooltip: (props: HvOverflowTooltipProps) => JSX_2.Element;
4678
4718
 
4679
- export declare type HvOverflowTooltipClasses = ExtractNames<typeof useClasses_92>;
4719
+ export declare type HvOverflowTooltipClasses = ExtractNames<typeof useClasses_93>;
4680
4720
 
4681
4721
  export declare interface HvOverflowTooltipProps extends HvBaseProps {
4682
4722
  /** The node that will be rendered inside the tooltip. */
@@ -4699,7 +4739,7 @@ export declare interface HvOverflowTooltipProps extends HvBaseProps {
4699
4739
  */
4700
4740
  export declare const HvPagination: ForwardRefExoticComponent<HvPaginationProps & RefAttributes<HTMLDivElement>>;
4701
4741
 
4702
- export declare type HvPaginationClasses = ExtractNames<typeof useClasses_47>;
4742
+ export declare type HvPaginationClasses = ExtractNames<typeof useClasses_48>;
4703
4743
 
4704
4744
  export declare type HvPaginationLabels = Partial<typeof DEFAULT_LABELS_3>;
4705
4745
 
@@ -4745,7 +4785,7 @@ export declare interface HvPaginationProps extends HvBaseProps {
4745
4785
  */
4746
4786
  export declare const HvPanel: ForwardRefExoticComponent<HvPanelProps & RefAttributes<HTMLDivElement>>;
4747
4787
 
4748
- export declare type HvPanelClasses = ExtractNames<typeof useClasses_94>;
4788
+ export declare type HvPanelClasses = ExtractNames<typeof useClasses_95>;
4749
4789
 
4750
4790
  export declare interface HvPanelProps extends HvBaseProps {
4751
4791
  /** A Jss Object used to override or extend the styles applied. */
@@ -4756,7 +4796,7 @@ export declare type HvPolarizedColorKeys = "positive" | "positive_120" | "positi
4756
4796
 
4757
4797
  export declare const HvProgressBar: (props: HvProgressBarProps) => JSX_2.Element;
4758
4798
 
4759
- export declare type HvProgressBarClasses = ExtractNames<typeof useClasses_95>;
4799
+ export declare type HvProgressBarClasses = ExtractNames<typeof useClasses_96>;
4760
4800
 
4761
4801
  /**
4762
4802
  * ProgressBar provides feedback about a process that is taking place in the application.
@@ -4883,7 +4923,7 @@ export declare interface HvQueryBuilderChangedQuery extends Omit<HvQueryBuilderQ
4883
4923
  rules: Array<Omit<HvQueryBuilderQueryRule, "id"> | HvQueryBuilderChangedQuery>;
4884
4924
  }
4885
4925
 
4886
- export declare type HvQueryBuilderClasses = ExtractNames<typeof useClasses_96>;
4926
+ export declare type HvQueryBuilderClasses = ExtractNames<typeof useClasses_97>;
4887
4927
 
4888
4928
  declare interface HvQueryBuilderContextValue {
4889
4929
  dispatchAction: React.Dispatch<QueryAction>;
@@ -5137,14 +5177,14 @@ export declare type HvQueryBuilderRenderers = Record<string, ValueRenderer>;
5137
5177
  */
5138
5178
  export declare const HvRadio: ForwardRefExoticComponent<Omit<HvRadioProps, "ref"> & RefAttributes<HTMLButtonElement>>;
5139
5179
 
5140
- export declare type HvRadioClasses = ExtractNames<typeof useClasses_97>;
5180
+ export declare type HvRadioClasses = ExtractNames<typeof useClasses_98>;
5141
5181
 
5142
5182
  /**
5143
5183
  * A radio group is a type of selection list that can only have a single entry checked at any one time.
5144
5184
  */
5145
5185
  export declare const HvRadioGroup: ForwardRefExoticComponent<HvRadioGroupProps & RefAttributes<HTMLDivElement>>;
5146
5186
 
5147
- export declare type HvRadioGroupClasses = ExtractNames<typeof useClasses_66>;
5187
+ export declare type HvRadioGroupClasses = ExtractNames<typeof useClasses_67>;
5148
5188
 
5149
5189
  export declare interface HvRadioGroupProps extends HvBaseProps<HTMLDivElement, "onChange"> {
5150
5190
  /**
@@ -5317,7 +5357,7 @@ export { HvRadius }
5317
5357
 
5318
5358
  export declare const HvRightControl: ({ id, classes: classesProp, className, children, values, onSort, hideSortBy, sortProps, ...others }: HvRightControlProps) => JSX_2.Element;
5319
5359
 
5320
- export declare type HvRightControlClasses = ExtractNames<typeof useClasses_57>;
5360
+ export declare type HvRightControlClasses = ExtractNames<typeof useClasses_58>;
5321
5361
 
5322
5362
  export declare interface HvRightControlProps extends HvBaseProps {
5323
5363
  /** if `true` the hide sort by dropdown is not rendered */
@@ -5356,7 +5396,7 @@ declare type HvRowPropGetter<D extends object = Record<string, unknown>, H exten
5356
5396
  */
5357
5397
  export declare const HvScrollToHorizontal: (props: HvScrollToHorizontalProps) => JSX_2.Element;
5358
5398
 
5359
- export declare type HvScrollToHorizontalClasses = ExtractNames<typeof useClasses_99>;
5399
+ export declare type HvScrollToHorizontalClasses = ExtractNames<typeof useClasses_100>;
5360
5400
 
5361
5401
  export declare type HvScrollToHorizontalPositions = "sticky" | "fixed" | "relative";
5362
5402
 
@@ -5438,7 +5478,7 @@ declare type HvScrollToTooltipPositions = "left" | "right" | "top" | "bottom";
5438
5478
  */
5439
5479
  export declare const HvScrollToVertical: (props: HvScrollToVerticalProps) => JSX_2.Element;
5440
5480
 
5441
- export declare type HvScrollToVerticalClasses = ExtractNames<typeof useClasses_101>;
5481
+ export declare type HvScrollToVerticalClasses = ExtractNames<typeof useClasses_102>;
5442
5482
 
5443
5483
  declare type HvScrollToVerticalPositions = "absolute" | "fixed" | "relative";
5444
5484
 
@@ -5511,7 +5551,7 @@ export declare interface HvScrollToVerticalProps extends HvBaseProps<HTMLOListEl
5511
5551
  */
5512
5552
  export declare const HvSection: ForwardRefExoticComponent<HvSectionProps & RefAttributes<HTMLDivElement>>;
5513
5553
 
5514
- export declare type HvSectionClasses = ExtractNames<typeof useClasses_102>;
5554
+ export declare type HvSectionClasses = ExtractNames<typeof useClasses_103>;
5515
5555
 
5516
5556
  export declare interface HvSectionProps extends Omit<HvBaseProps<HTMLDivElement>, "title" | "onToggle"> {
5517
5557
  /** The title of the section */
@@ -5549,7 +5589,7 @@ export declare interface HvSectionProps extends Omit<HvBaseProps<HTMLDivElement>
5549
5589
  * */
5550
5590
  export declare const HvSelect: <OptionValue extends {}, Multiple extends boolean = false>(props: HvSelectProps<OptionValue, Multiple> & RefAttributes<HTMLButtonElement>) => React.ReactElement | null;
5551
5591
 
5552
- export declare type HvSelectClasses = ExtractNames<typeof useClasses_12>;
5592
+ export declare type HvSelectClasses = ExtractNames<typeof useClasses_13>;
5553
5593
 
5554
5594
  /**
5555
5595
  * Allows the user to select one or more items from a list of choices.
@@ -5559,7 +5599,7 @@ export declare type HvSelectClasses = ExtractNames<typeof useClasses_12>;
5559
5599
  */
5560
5600
  export declare const HvSelectionList: ForwardRefExoticComponent<HvSelectionListProps & RefAttributes<HTMLUListElement>>;
5561
5601
 
5562
- export declare type HvSelectionListClasses = ExtractNames<typeof useClasses_16>;
5602
+ export declare type HvSelectionListClasses = ExtractNames<typeof useClasses_17>;
5563
5603
 
5564
5604
  export declare interface HvSelectionListProps extends HvBaseProps<HTMLUListElement, "onChange"> {
5565
5605
  /** The form element name. */
@@ -5641,7 +5681,7 @@ export declare type HvSequentialColorKeys = "cat1" | "cat1_100" | "cat1_200" | "
5641
5681
 
5642
5682
  export declare const HvSimpleGrid: (props: HvSimpleGridProps) => JSX_2.Element;
5643
5683
 
5644
- export declare type HvSimpleGridClasses = ExtractNames<typeof useClasses_103>;
5684
+ export declare type HvSimpleGridClasses = ExtractNames<typeof useClasses_104>;
5645
5685
 
5646
5686
  /** Grid component that enables you to create columns of equal width and define your own breakpoints and responsive behavior. */
5647
5687
  export declare interface HvSimpleGridProps extends HvBaseProps {
@@ -5660,7 +5700,7 @@ export declare interface HvSimpleGridProps extends HvBaseProps {
5660
5700
  classes?: HvSimpleGridClasses;
5661
5701
  }
5662
5702
 
5663
- declare type HvSingleCalendarClasses = ExtractNames<typeof useClasses_39>;
5703
+ declare type HvSingleCalendarClasses = ExtractNames<typeof useClasses_40>;
5664
5704
 
5665
5705
  declare interface HvSingleCalendarProps extends Omit<HvCalendarProps, "classes"> {
5666
5706
  /**
@@ -5688,7 +5728,7 @@ export { HvSize }
5688
5728
  */
5689
5729
  export declare const HvSkeleton: (props: HvSkeletonProps) => JSX_2.Element;
5690
5730
 
5691
- export declare type HvSkeletonClasses = ExtractNames<typeof useClasses_132>;
5731
+ export declare type HvSkeletonClasses = ExtractNames<typeof useClasses_133>;
5692
5732
 
5693
5733
  export declare interface HvSkeletonProps extends HvBaseProps {
5694
5734
  /** Whether the skeleton element is hidden or not. */
@@ -5712,7 +5752,7 @@ export declare interface HvSkeletonProps extends HvBaseProps {
5712
5752
  */
5713
5753
  export declare const HvSlider: ForwardRefExoticComponent<HvSliderProps & RefAttributes<SliderRef>>;
5714
5754
 
5715
- export declare type HvSliderClasses = ExtractNames<typeof useClasses_104>;
5755
+ export declare type HvSliderClasses = ExtractNames<typeof useClasses_105>;
5716
5756
 
5717
5757
  export declare interface HvSliderProps extends HvBaseProps<HTMLDivElement, "onChange" | "onBlur"> {
5718
5758
  /** The slider name. */
@@ -5812,11 +5852,11 @@ export declare interface HvSliderProps extends HvBaseProps<HTMLDivElement, "onCh
5812
5852
  */
5813
5853
  export declare const HvSnackbar: ForwardRefExoticComponent<Omit<HvSnackbarProps, "ref"> & RefAttributes<unknown>>;
5814
5854
 
5815
- export declare type HvSnackbarClasses = ExtractNames<typeof useClasses_105>;
5855
+ export declare type HvSnackbarClasses = ExtractNames<typeof useClasses_106>;
5816
5856
 
5817
5857
  export declare const HvSnackbarContent: ForwardRefExoticComponent<Omit<HvSnackbarContentProps, "ref"> & RefAttributes<HTMLDivElement>>;
5818
5858
 
5819
- export declare type HvSnackbarContentClasses = ExtractNames<typeof useClasses_106>;
5859
+ export declare type HvSnackbarContentClasses = ExtractNames<typeof useClasses_107>;
5820
5860
 
5821
5861
  export declare interface HvSnackbarContentProps extends Omit<SnackbarContentProps, "variant" | "action" | "classes"> {
5822
5862
  /** The message to display. */
@@ -5837,6 +5877,8 @@ export declare interface HvSnackbarContentProps extends Omit<SnackbarContentProp
5837
5877
  actionCallback?: HvActionsGenericProps["actionsCallback"];
5838
5878
  /** The callback function called when an action is triggered, receiving `action` as parameter. */
5839
5879
  onAction?: HvActionsGenericProps["onAction"];
5880
+ /** @inheritdoc */
5881
+ onClose?: SnackbarProps["onClose"];
5840
5882
  /** A Jss Object used to override or extend the styles applied to the component. */
5841
5883
  classes?: HvSnackbarContentClasses;
5842
5884
  }
@@ -5898,7 +5940,7 @@ export declare interface HvSnackbarProps extends Omit<SnackbarProps, "action" |
5898
5940
  */
5899
5941
  export declare const HvSnackbarProvider: ({ children, notistackClassesOverride, maxSnack, autoHideDuration, anchorOrigin, classes: classesProp, className, container, ...others }: HvSnackbarProviderProps) => JSX_2.Element;
5900
5942
 
5901
- export declare type HvSnackbarProviderClasses = ExtractNames<typeof useClasses_107>;
5943
+ export declare type HvSnackbarProviderClasses = ExtractNames<typeof useClasses_108>;
5902
5944
 
5903
5945
  export declare interface HvSnackbarProviderProps {
5904
5946
  /** Your component tree. */
@@ -5931,7 +5973,7 @@ export declare const HvStack: (props: HvStackProps) => JSX_2.Element;
5931
5973
  export declare interface HvStackBreakpoints extends Record<HvBreakpoints, string> {
5932
5974
  }
5933
5975
 
5934
- export declare type HvStackClasses = ExtractNames<typeof useClasses_108>;
5976
+ export declare type HvStackClasses = ExtractNames<typeof useClasses_109>;
5935
5977
 
5936
5978
  export declare type HvStackDirection = "column" | "row" | Partial<HvStackBreakpoints>;
5937
5979
 
@@ -5964,7 +6006,7 @@ export declare interface HvSuggestion {
5964
6006
 
5965
6007
  export declare const HvSuggestions: ForwardRefExoticComponent<HvSuggestionsProps & RefAttributes<unknown>>;
5966
6008
 
5967
- export declare type HvSuggestionsClasses = ExtractNames<typeof useClasses_17>;
6009
+ export declare type HvSuggestionsClasses = ExtractNames<typeof useClasses_18>;
5968
6010
 
5969
6011
  export declare interface HvSuggestionsProps extends HvBaseProps {
5970
6012
  /** Whether suggestions is visible */
@@ -6007,7 +6049,7 @@ export declare type HvSupportColors = Record<HvSupportColorKeys, string>;
6007
6049
  */
6008
6050
  export declare const HvSwitch: ForwardRefExoticComponent<Omit<HvSwitchProps, "ref"> & RefAttributes<HTMLButtonElement>>;
6009
6051
 
6010
- export declare type HvSwitchClasses = ExtractNames<typeof useClasses_109>;
6052
+ export declare type HvSwitchClasses = ExtractNames<typeof useClasses_110>;
6011
6053
 
6012
6054
  export declare function hvSwitchColumn<D extends object = Record<string, unknown>, H extends HvTableHeaderRenderer | undefined = HvTableHeaderRenderer>(col: HvTableColumnConfig<D, H>, switchLabel: string, falseLabel?: string, trueLabel?: string, switchProps?: HvBaseSwitchProps): HvTableColumnConfig<D, H>;
6013
6055
 
@@ -6118,17 +6160,17 @@ export declare interface HvSwitchProps extends Omit<SwitchProps, "color" | "onCh
6118
6160
 
6119
6161
  export declare const HvTab: ForwardRefExoticComponent<Omit<HvTabProps, "ref"> & RefAttributes<HTMLDivElement>>;
6120
6162
 
6121
- export declare type HvTabClasses = ExtractNames<typeof useClasses_115>;
6163
+ export declare type HvTabClasses = ExtractNames<typeof useClasses_117>;
6122
6164
 
6123
6165
  /**
6124
6166
  * A table gathers relational data. It displays values arranged to allow quick numerical analysis like comparison and sorting.
6125
6167
  *
6126
- * The **HvTable** component offers a set of HTML-equivalent elements, **styled to Design System's specification**,
6168
+ * The `HvTable` component offers a set of HTML-equivalent elements, **styled to Design System's specification**,
6127
6169
  * for building tables.
6128
6170
  * You can rely on these **elements** when your table doesn’t have many interactions or you need it to be very lightweight.
6129
6171
  *
6130
6172
  * For better data handling and **advanced features** we recommend the use of the utility hooks collection.
6131
- * See the <a href="?id=guides-table-table-hooks--use-hv-hooks&viewMode=docs" target="_self">Table Hooks documentation</a> for more details.
6173
+ * See the [Table Hooks documentation](https://lumada-design.github.io/uikit/master/?path=/docs/visualizations-table-table-hooks--docs) for more details.
6132
6174
  */
6133
6175
  export declare const HvTable: ForwardRefExoticComponent<HvTableProps & RefAttributes<HTMLElement>>;
6134
6176
 
@@ -6138,7 +6180,7 @@ export declare const HvTable: ForwardRefExoticComponent<HvTableProps & RefAttrib
6138
6180
  */
6139
6181
  export declare const HvTableBody: ForwardRefExoticComponent<HvTableBodyProps & RefAttributes<HTMLElement>>;
6140
6182
 
6141
- export declare type HvTableBodyClasses = ExtractNames<typeof useClasses_111>;
6183
+ export declare type HvTableBodyClasses = ExtractNames<typeof useClasses_113>;
6142
6184
 
6143
6185
  export declare interface HvTableBodyProps extends HvBaseProps<HTMLTableSectionElement, "children"> {
6144
6186
  /**
@@ -6172,7 +6214,7 @@ export declare const HvTableCell: ForwardRefExoticComponent<HvTableCellProps & R
6172
6214
 
6173
6215
  export declare type HvTableCellAlign = "center" | "inherit" | "justify" | "left" | "right";
6174
6216
 
6175
- export declare type HvTableCellClasses = ExtractNames<typeof useClasses_52>;
6217
+ export declare type HvTableCellClasses = ExtractNames<typeof useClasses_53>;
6176
6218
 
6177
6219
  export declare interface HvTableCellProps extends Omit<React.TdHTMLAttributes<HTMLTableCellElement>, "align"> {
6178
6220
  /** The component used for the root node. Either a string to use a HTML element or a component. Defaults to td. */
@@ -6211,7 +6253,7 @@ export declare type HvTableCellType = "body" | "footer" | "head";
6211
6253
 
6212
6254
  export declare type HvTableCellVariant = "checkbox" | "expand" | "actions" | "default" | "none";
6213
6255
 
6214
- export declare type HvTableClasses = ExtractNames<typeof useClasses_55>;
6256
+ export declare type HvTableClasses = ExtractNames<typeof useClasses_56>;
6215
6257
 
6216
6258
  export declare type HvTableColumnConfig<D extends object = Record<string, unknown>, H extends HvTableHeaderRenderer | undefined = HvTableHeaderRenderer> = HvColumnGroup<D, H> | HvColumnWithLooseAccessor<D, H> | HvColumnWithStrictAccessor<D, H>;
6217
6259
 
@@ -6226,7 +6268,7 @@ export declare interface HvTableColumnOptions<D extends object = Record<string,
6226
6268
  */
6227
6269
  export declare const HvTableContainer: ForwardRefExoticComponent<HvTableContainerProps & RefAttributes<HTMLElement>>;
6228
6270
 
6229
- export declare type HvTableContainerClasses = ExtractNames<typeof useClasses_110>;
6271
+ export declare type HvTableContainerClasses = ExtractNames<typeof useClasses_111>;
6230
6272
 
6231
6273
  export declare interface HvTableContainerProps extends HvBaseProps<HTMLDivElement, "children"> {
6232
6274
  /**
@@ -6250,14 +6292,14 @@ export declare type HvTableDefinitionConfig<D extends object = Record<string, un
6250
6292
  */
6251
6293
  export declare const HvTableHead: ForwardRefExoticComponent<HvTableHeadProps & RefAttributes<HTMLElement>>;
6252
6294
 
6253
- export declare type HvTableHeadClasses = ExtractNames<typeof useClasses_112>;
6295
+ export declare type HvTableHeadClasses = ExtractNames<typeof useClasses_114>;
6254
6296
 
6255
6297
  /**
6256
6298
  * `HvTableHeader` acts as a `th` element and inherits styles from its context
6257
6299
  */
6258
6300
  export declare const HvTableHeader: ForwardRefExoticComponent<HvTableHeaderProps & RefAttributes<HTMLElement>>;
6259
6301
 
6260
- export declare type HvTableHeaderClasses = ExtractNames<typeof useClasses_54>;
6302
+ export declare type HvTableHeaderClasses = ExtractNames<typeof useClasses_55>;
6261
6303
 
6262
6304
  export declare interface HvTableHeaderProps extends Omit<React.ThHTMLAttributes<HTMLTableCellElement>, "align"> {
6263
6305
  /** The component used for the root node. Either a string to use a HTML element or a component. Defaults to th. */
@@ -6398,7 +6440,7 @@ export declare interface HvTableProps extends React.TableHTMLAttributes<HTMLTabl
6398
6440
  */
6399
6441
  export declare const HvTableRow: ForwardRefExoticComponent<HvTableRowProps & RefAttributes<HTMLElement>>;
6400
6442
 
6401
- export declare type HvTableRowClasses = ExtractNames<typeof useClasses_53>;
6443
+ export declare type HvTableRowClasses = ExtractNames<typeof useClasses_54>;
6402
6444
 
6403
6445
  export declare interface HvTableRowProps extends HvBaseProps<HTMLTableRowElement, "children"> {
6404
6446
  /** Content to be rendered */
@@ -6423,7 +6465,7 @@ export declare interface HvTableRowProps extends HvBaseProps<HTMLTableRowElement
6423
6465
  */
6424
6466
  export declare const HvTableSection: ForwardRefExoticComponent<HvTableSectionProps & RefAttributes<HTMLDivElement>>;
6425
6467
 
6426
- export declare type HvTableSectionClasses = ExtractNames<typeof useClasses_131>;
6468
+ export declare type HvTableSectionClasses = ExtractNames<typeof useClasses_112>;
6427
6469
 
6428
6470
  export declare interface HvTableSectionProps extends HvSectionProps {
6429
6471
  }
@@ -6453,7 +6495,7 @@ export declare interface HvTabProps extends Omit<TabProps, "children"> {
6453
6495
  */
6454
6496
  export declare const HvTabs: ForwardRefExoticComponent<Omit<HvTabsProps, "ref"> & RefAttributes<HTMLDivElement>>;
6455
6497
 
6456
- export declare type HvTabsClasses = ExtractNames<typeof useClasses_114>;
6498
+ export declare type HvTabsClasses = ExtractNames<typeof useClasses_116>;
6457
6499
 
6458
6500
  export declare interface HvTabsProps extends Omit<TabsProps, "onChange"> {
6459
6501
  /**
@@ -6483,7 +6525,7 @@ export declare interface HvTabsProps extends Omit<TabsProps, "onChange"> {
6483
6525
  */
6484
6526
  export declare const HvTag: ForwardRefExoticComponent<Omit<HvTagProps, "ref"> & RefAttributes<HTMLElement>>;
6485
6527
 
6486
- export declare type HvTagClasses = ExtractNames<typeof useClasses_113>;
6528
+ export declare type HvTagClasses = ExtractNames<typeof useClasses_115>;
6487
6529
 
6488
6530
  export declare function hvTagColumn<D extends object = Record<string, unknown>, H extends HvTableHeaderRenderer | undefined = HvTableHeaderRenderer, A extends object = Record<string, unknown>>(col: HvTableColumnConfig<D, H>, valueDataKey: keyof A, colorDataKey: keyof A, textColorDataKey: keyof A, fromRowData?: boolean, tagProps?: HvTagProps): HvTableColumnConfig<D, H>;
6489
6531
 
@@ -6526,7 +6568,7 @@ export declare interface HvTagProps extends Omit<HvButtonBaseProps, "type" | "co
6526
6568
  */
6527
6569
  export declare const HvTagsInput: ForwardRefExoticComponent<HvTagsInputProps & RefAttributes<HTMLElement>>;
6528
6570
 
6529
- export declare type HvTagsInputClasses = ExtractNames<typeof useClasses_116>;
6571
+ export declare type HvTagsInputClasses = ExtractNames<typeof useClasses_118>;
6530
6572
 
6531
6573
  export declare interface HvTagsInputProps extends Omit<HvInputProps, "onChange" | "onBlur" | "onFocus" | "onKeyDown" | "value" | "defaultValue"> {
6532
6574
  /** The value of the form element. */
@@ -6577,7 +6619,7 @@ export declare interface HvTagSuggestion extends HvInputSuggestion {
6577
6619
  */
6578
6620
  export declare const HvTextArea: ForwardRefExoticComponent<HvTextAreaProps & RefAttributes<HTMLTextAreaElement>>;
6579
6621
 
6580
- export declare type HvTextAreaClasses = ExtractNames<typeof useClasses_117>;
6622
+ export declare type HvTextAreaClasses = ExtractNames<typeof useClasses_119>;
6581
6623
 
6582
6624
  export declare interface HvTextAreaProps extends Omit<HvBaseInputProps, "onChange" | "onBlur" | "rows" | "classes" | "onFocus" | "placeholder"> {
6583
6625
  /** The placeholder value of the text area. */
@@ -6759,7 +6801,7 @@ export declare const HvTimeAgo: <C extends React.ElementType = "p">(props: {
6759
6801
  ref?: PolymorphicRef<C> | undefined;
6760
6802
  } & RefAttributes<unknown>) => React.ReactElement | null;
6761
6803
 
6762
- export declare type HvTimeAgoClasses = ExtractNames<typeof useClasses_118>;
6804
+ export declare type HvTimeAgoClasses = ExtractNames<typeof useClasses_120>;
6763
6805
 
6764
6806
  export declare type HvTimeAgoProps<C extends React.ElementType = "p"> = PolymorphicComponentRef<C, {
6765
6807
  /**
@@ -6795,7 +6837,7 @@ export declare type HvTimeAgoProps<C extends React.ElementType = "p"> = Polymorp
6795
6837
  */
6796
6838
  export declare const HvTimePicker: ForwardRefExoticComponent<HvTimePickerProps & RefAttributes<HTMLDivElement>>;
6797
6839
 
6798
- export declare type HvTimePickerClasses = ExtractNames<typeof useClasses_119>;
6840
+ export declare type HvTimePickerClasses = ExtractNames<typeof useClasses_121>;
6799
6841
 
6800
6842
  export declare type HvTimePickerClassKey = "root" | "input" | "label" | "placeholder" | "timePopperContainer" | "separator" | "periodContainer" | "formElementRoot" | "dropdownPlaceholder" | "iconBaseRoot" | "error" | "labelContainer" | "description" | "dropdownHeaderInvalid" | "dropdownPlaceholderDisabled" | "dropdownHeaderOpen";
6801
6843
 
@@ -6875,7 +6917,7 @@ export declare interface HvToggleButtonProps extends HvBaseProps<HTMLButtonEleme
6875
6917
  */
6876
6918
  export declare const HvTooltip: ForwardRefExoticComponent<Omit<HvTooltipProps, "ref"> & RefAttributes<unknown>>;
6877
6919
 
6878
- export declare type HvTooltipClasses = ExtractNames<typeof useClasses_93>;
6920
+ export declare type HvTooltipClasses = ExtractNames<typeof useClasses_94>;
6879
6921
 
6880
6922
  export declare type HvTooltipPlacementType = TooltipProps["placement"];
6881
6923
 
@@ -6922,7 +6964,7 @@ export declare interface HvTooltipProps extends Omit<TooltipProps, "classes"> {
6922
6964
  containerId?: string;
6923
6965
  }
6924
6966
 
6925
- declare type HvTreeContentClasses = ExtractNames<typeof useClasses_122>;
6967
+ declare type HvTreeContentClasses = ExtractNames<typeof useClasses_124>;
6926
6968
 
6927
6969
  export declare interface HvTreeContentProps extends React.HTMLAttributes<HTMLElement> {
6928
6970
  /** className applied to the root element. */
@@ -6943,7 +6985,7 @@ export declare interface HvTreeContentProps extends React.HTMLAttributes<HTMLEle
6943
6985
 
6944
6986
  export declare const HvTreeItem: ForwardRefExoticComponent<HvTreeItemProps & RefAttributes<HTMLLIElement>>;
6945
6987
 
6946
- export declare type HvTreeItemClasses = ExtractNames<typeof useClasses_121>;
6988
+ export declare type HvTreeItemClasses = ExtractNames<typeof useClasses_123>;
6947
6989
 
6948
6990
  export declare interface HvTreeItemProps extends React.HTMLAttributes<HTMLElement> {
6949
6991
  /** The element id */
@@ -6998,7 +7040,7 @@ export declare interface HvTreeItemProps extends React.HTMLAttributes<HTMLElemen
6998
7040
  */
6999
7041
  export declare const HvTreeView: <Multiple extends boolean | undefined>(props: HvTreeViewProps<Multiple> & RefAttributes<HTMLUListElement>) => React.ReactElement | null;
7000
7042
 
7001
- export declare type HvTreeViewClasses = ExtractNames<typeof useClasses_120>;
7043
+ export declare type HvTreeViewClasses = ExtractNames<typeof useClasses_122>;
7002
7044
 
7003
7045
  export declare interface HvTreeViewProps<Multiple extends boolean | undefined> extends HvBaseProps<HTMLUListElement>, DefaultTreeViewPluginParameters<Multiple> {
7004
7046
  /** A Jss Object used to override or extend the styles applied. */
@@ -7074,7 +7116,7 @@ export declare const HvTypography: <C extends React.ElementType = "p">(props: {
7074
7116
  ref?: PolymorphicRef<C> | undefined;
7075
7117
  } & RefAttributes<unknown>) => React.ReactElement | null;
7076
7118
 
7077
- export declare type HvTypographyClasses = ExtractNames<typeof useClasses>;
7119
+ export declare type HvTypographyClasses = ExtractNames<typeof useClasses_2>;
7078
7120
 
7079
7121
  /** @deprecated */
7080
7122
  export declare type HvTypographyLegacyVariants = "5xlTitle" | "4xlTitle" | "3xlTitle" | "xxlTitle" | "xlTitle" | "lTitle" | "mTitle" | "sTitle" | "xsTitle" | "xxsTitle" | "sectionTitle" | "highlightText" | "normalText" | "placeholderText" | "link" | "disabledText" | "selectedNavText" | "vizText" | "vizTextDisabled" | "xsInlineLink";
@@ -7154,7 +7196,7 @@ export declare const HvVerticalNavigation: ForwardRefExoticComponent<HvVerticalN
7154
7196
 
7155
7197
  export declare const HvVerticalNavigationAction: (props: HvVerticalNavigationActionProps) => JSX_2.Element;
7156
7198
 
7157
- export declare type HvVerticalNavigationActionClasses = ExtractNames<typeof useClasses_126>;
7199
+ export declare type HvVerticalNavigationActionClasses = ExtractNames<typeof useClasses_128>;
7158
7200
 
7159
7201
  export declare interface HvVerticalNavigationActionProps extends Omit<HvButtonProps, "classes" | "icon"> {
7160
7202
  /** A Jss Object used to override or extend the styles applied to the component. */
@@ -7167,18 +7209,18 @@ export declare interface HvVerticalNavigationActionProps extends Omit<HvButtonPr
7167
7209
 
7168
7210
  export declare const HvVerticalNavigationActions: (props: HvVerticalNavigationActionsProps) => JSX_2.Element;
7169
7211
 
7170
- export declare type HvVerticalNavigationActionsClasses = ExtractNames<typeof useClasses_125>;
7212
+ export declare type HvVerticalNavigationActionsClasses = ExtractNames<typeof useClasses_127>;
7171
7213
 
7172
7214
  export declare interface HvVerticalNavigationActionsProps extends HvBaseProps {
7173
7215
  /** A Jss Object used to override or extend the styles applied to the component. */
7174
7216
  classes?: HvVerticalNavigationActionsClasses;
7175
7217
  }
7176
7218
 
7177
- export declare type HvVerticalNavigationClasses = ExtractNames<typeof useClasses_123>;
7219
+ export declare type HvVerticalNavigationClasses = ExtractNames<typeof useClasses_125>;
7178
7220
 
7179
7221
  export declare const HvVerticalNavigationHeader: (props: HvVerticalNavigationHeaderProps) => JSX_2.Element | null;
7180
7222
 
7181
- export declare type HvVerticalNavigationHeaderClasses = ExtractNames<typeof useClasses_124>;
7223
+ export declare type HvVerticalNavigationHeaderClasses = ExtractNames<typeof useClasses_126>;
7182
7224
 
7183
7225
  export declare interface HvVerticalNavigationHeaderProps extends HvBaseProps {
7184
7226
  /** The title text to show on header. */
@@ -7225,7 +7267,7 @@ export declare interface HvVerticalNavigationProps extends HvBaseProps<HTMLDivEl
7225
7267
 
7226
7268
  export declare const HvVerticalNavigationSlider: (props: HvVerticalNavigationSliderProps) => JSX_2.Element;
7227
7269
 
7228
- export declare type HvVerticalNavigationSliderClasses = ExtractNames<typeof useClasses_128>;
7270
+ export declare type HvVerticalNavigationSliderClasses = ExtractNames<typeof useClasses_130>;
7229
7271
 
7230
7272
  export declare interface HvVerticalNavigationSliderProps extends Omit<HvListContainerProps, "classes"> {
7231
7273
  /** A Jss Object used to override or extend the styles applied. */
@@ -7253,7 +7295,7 @@ export declare interface HvVerticalNavigationSliderProps extends Omit<HvListCont
7253
7295
 
7254
7296
  export declare const HvVerticalNavigationTree: (props: HvVerticalNavigationTreeProps) => JSX_2.Element;
7255
7297
 
7256
- export declare type HvVerticalNavigationTreeClasses = ExtractNames<typeof useClasses_127>;
7298
+ export declare type HvVerticalNavigationTreeClasses = ExtractNames<typeof useClasses_129>;
7257
7299
 
7258
7300
  export declare interface HvVerticalNavigationTreeProps extends HvBaseProps<HTMLDivElement, "onChange" | "onToggle"> {
7259
7301
  /** A Jss Object used to override or extend the styles applied. */
@@ -7297,11 +7339,11 @@ export declare interface HvVerticalNavigationTreeProps extends HvBaseProps<HTMLD
7297
7339
 
7298
7340
  export declare const HvVerticalNavigationTreeView: ForwardRefExoticComponent<HvVerticalNavigationTreeViewProps & RefAttributes<HTMLUListElement>>;
7299
7341
 
7300
- export declare type HvVerticalNavigationTreeViewClasses = ExtractNames<typeof useClasses_129>;
7342
+ export declare type HvVerticalNavigationTreeViewClasses = ExtractNames<typeof useClasses_131>;
7301
7343
 
7302
7344
  export declare const HvVerticalNavigationTreeViewItem: ForwardRefExoticComponent<HvVerticalNavigationTreeViewItemProps & RefAttributes<unknown>>;
7303
7345
 
7304
- export declare type HvVerticalNavigationTreeViewItemClasses = ExtractNames<typeof useClasses_130>;
7346
+ export declare type HvVerticalNavigationTreeViewItemClasses = ExtractNames<typeof useClasses_132>;
7305
7347
 
7306
7348
  export declare interface HvVerticalNavigationTreeViewItemProps {
7307
7349
  /**
@@ -7405,14 +7447,14 @@ export declare interface HvVerticalNavigationTreeViewProps extends HvBaseProps<H
7405
7447
  disabledItemsFocusable?: boolean;
7406
7448
  }
7407
7449
 
7408
- export declare type HvVerticalScrollListItemClasses = ExtractNames<typeof useClasses_100>;
7450
+ export declare type HvVerticalScrollListItemClasses = ExtractNames<typeof useClasses_101>;
7409
7451
 
7410
7452
  /**
7411
7453
  * Provides the user with a descriptive text, signaling an error, for when the form element is in an invalid state.
7412
7454
  */
7413
7455
  export declare const HvWarningText: (props: HvWarningTextProps) => JSX_2.Element;
7414
7456
 
7415
- export declare type HvWarningTextClasses = ExtractNames<typeof useClasses_11>;
7457
+ export declare type HvWarningTextClasses = ExtractNames<typeof useClasses_12>;
7416
7458
 
7417
7459
  export declare interface HvWarningTextProps extends HvBaseProps {
7418
7460
  /** Icon to be rendered alongside the warning text. */
@@ -7926,10 +7968,10 @@ export declare const snackbarContentClasses: {
7926
7968
  default: string;
7927
7969
  warning: string;
7928
7970
  message: string;
7929
- messageSpan: string;
7930
- messageText: string;
7931
7971
  action: string;
7972
+ messageText: string;
7932
7973
  iconVariant: string;
7974
+ messageSpan: string;
7933
7975
  };
7934
7976
 
7935
7977
  export declare const snackbarProviderClasses: {
@@ -7950,6 +7992,17 @@ export declare const stackClasses: {
7950
7992
  xl: string;
7951
7993
  };
7952
7994
 
7995
+ declare const staticClasses: {
7996
+ root: string;
7997
+ xs: string;
7998
+ sm: string;
7999
+ md: string;
8000
+ lg: string;
8001
+ xl: string;
8002
+ };
8003
+ export { staticClasses as iconContainerClasses }
8004
+ export { staticClasses }
8005
+
7953
8006
  declare type StringKey<D> = Extract<keyof D, string>;
7954
8007
 
7955
8008
  export declare const suggestionsClasses: {
@@ -8281,58 +8334,43 @@ export declare type UseBulkActionsProps = (<D extends object = Record<string, un
8281
8334
  pluginName: string;
8282
8335
  };
8283
8336
 
8284
- declare const useClasses: (classesProp?: Partial<Record<"display" | "title1" | "title2" | "title3" | "title4" | "label" | "body" | "captionLabel" | "caption1" | "caption2" | "5xlTitle" | "4xlTitle" | "xxlTitle" | "lTitle" | "sTitle" | "xxsTitle" | "sectionTitle" | "placeholderText" | "link" | "disabledText" | "selectedNavText" | "vizTextDisabled" | "xsInlineLink" | "root" | "disabled" | "isLink" | "noWrap" | "3xlTitle" | "xlTitle" | "mTitle" | "xsTitle" | "highlightText" | "normalText" | "vizText", string>>, addStatic?: boolean) => {
8337
+ export declare const useClasses: (classesProp?: Partial<Record<"xs" | "sm" | "md" | "lg" | "xl" | "root", string>>, addStatic?: boolean) => {
8285
8338
  readonly classes: {
8286
8339
  root: string;
8287
- disabled: string;
8288
- isLink: string;
8289
- noWrap: string;
8290
- display: string;
8291
- title1: string;
8292
- title2: string;
8293
- title3: string;
8294
- title4: string;
8295
- body: string;
8296
- label: string;
8297
- captionLabel: string;
8298
- caption1: string;
8299
- caption2: string;
8300
- "5xlTitle": string;
8301
- "4xlTitle": string;
8302
- "3xlTitle": string;
8303
- xxlTitle: string;
8304
- xlTitle: string;
8305
- lTitle: string;
8306
- mTitle: string;
8307
- sTitle: string;
8308
- xsTitle: string;
8309
- xxsTitle: string;
8310
- sectionTitle: string;
8311
- highlightText: string;
8312
- normalText: string;
8313
- placeholderText: string;
8314
- link: string;
8315
- disabledText: string;
8316
- selectedNavText: string;
8317
- vizText: string;
8318
- vizTextDisabled: string;
8319
- xsInlineLink: string;
8340
+ xs: string;
8341
+ sm: string;
8342
+ md: string;
8343
+ lg: string;
8344
+ xl: string;
8320
8345
  };
8321
8346
  readonly css: any;
8322
8347
  readonly cx: (...args: any) => string;
8323
8348
  };
8324
8349
 
8325
- declare const useClasses_10: (classesProp?: Partial<Record<"root" | "gutter" | "infoDisabled", string>>, addStatic?: boolean) => {
8350
+ declare const useClasses_10: (classesProp?: Partial<Record<"root" | "childGutter" | "labelDisabled", string>>, addStatic?: boolean) => {
8326
8351
  readonly classes: {
8327
8352
  root: string;
8328
- infoDisabled: string;
8329
- gutter: string;
8353
+ labelDisabled: string;
8354
+ childGutter: string;
8330
8355
  };
8331
8356
  readonly css: any;
8332
8357
  readonly cx: (...args: any) => string;
8333
8358
  };
8334
8359
 
8335
- declare const useClasses_100: (classesProp?: Partial<Record<"root" | "icon" | "button" | "text" | "notSelected", string>>, addStatic?: boolean) => {
8360
+ declare const useClasses_100: (classesProp?: Partial<Record<"root" | "selected" | "notSelected" | "positionSticky" | "positionFixed" | "notSelectedRoot", string>>, addStatic?: boolean) => {
8361
+ readonly classes: {
8362
+ root: string;
8363
+ positionSticky: string;
8364
+ positionFixed: string;
8365
+ notSelectedRoot: string;
8366
+ notSelected: string;
8367
+ selected: string;
8368
+ };
8369
+ readonly css: any;
8370
+ readonly cx: (...args: any) => string;
8371
+ };
8372
+
8373
+ declare const useClasses_101: (classesProp?: Partial<Record<"root" | "icon" | "button" | "text" | "notSelected", string>>, addStatic?: boolean) => {
8336
8374
  readonly classes: {
8337
8375
  root: string;
8338
8376
  icon: string;
@@ -8344,7 +8382,7 @@ declare const useClasses_100: (classesProp?: Partial<Record<"root" | "icon" | "b
8344
8382
  readonly cx: (...args: any) => string;
8345
8383
  };
8346
8384
 
8347
- declare const useClasses_101: (classesProp?: Partial<Record<"root" | "positionFixed" | "positionAbsolute", string>>, addStatic?: boolean) => {
8385
+ declare const useClasses_102: (classesProp?: Partial<Record<"root" | "positionFixed" | "positionAbsolute", string>>, addStatic?: boolean) => {
8348
8386
  readonly classes: {
8349
8387
  root: string;
8350
8388
  positionAbsolute: string;
@@ -8354,7 +8392,7 @@ declare const useClasses_101: (classesProp?: Partial<Record<"root" | "positionFi
8354
8392
  readonly cx: (...args: any) => string;
8355
8393
  };
8356
8394
 
8357
- declare const useClasses_102: (classesProp?: Partial<Record<"content" | "header" | "root" | "hidden" | "actions" | "hasHeader" | "spaceTop" | "raisedHeader", string>>, addStatic?: boolean) => {
8395
+ declare const useClasses_103: (classesProp?: Partial<Record<"content" | "header" | "root" | "hidden" | "actions" | "hasHeader" | "spaceTop" | "raisedHeader", string>>, addStatic?: boolean) => {
8358
8396
  readonly classes: {
8359
8397
  root: string;
8360
8398
  hidden: string;
@@ -8369,7 +8407,7 @@ declare const useClasses_102: (classesProp?: Partial<Record<"content" | "header"
8369
8407
  readonly cx: (...args: any) => string;
8370
8408
  };
8371
8409
 
8372
- declare const useClasses_103: (classesProp?: Partial<Record<"root", string>>, addStatic?: boolean) => {
8410
+ declare const useClasses_104: (classesProp?: Partial<Record<"root", string>>, addStatic?: boolean) => {
8373
8411
  readonly classes: {
8374
8412
  root: string;
8375
8413
  };
@@ -8377,7 +8415,7 @@ declare const useClasses_103: (classesProp?: Partial<Record<"root", string>>, ad
8377
8415
  readonly cx: (...args: any) => string;
8378
8416
  };
8379
8417
 
8380
- declare const useClasses_104: (classesProp?: Partial<Record<"label" | "root" | "trackDragging" | "trackStandBy" | "handleContainer" | "error" | "labelContainer" | "rootDisabled" | "sliderBase" | "sliderContainer" | "sliderRoot" | "rootRange" | "handle" | "handleContainerDisabled" | "handleHiddenContainer" | "labelIncluded" | "onlyInput" | "sliderTooltip", string>>, addStatic?: boolean) => {
8418
+ declare const useClasses_105: (classesProp?: Partial<Record<"label" | "root" | "trackDragging" | "trackStandBy" | "handleContainer" | "error" | "labelContainer" | "rootDisabled" | "sliderBase" | "sliderContainer" | "sliderRoot" | "rootRange" | "handle" | "handleContainerDisabled" | "handleHiddenContainer" | "labelIncluded" | "onlyInput" | "sliderTooltip", string>>, addStatic?: boolean) => {
8381
8419
  readonly classes: {
8382
8420
  sliderBase: string;
8383
8421
  rootDisabled: string;
@@ -8402,7 +8440,7 @@ declare const useClasses_104: (classesProp?: Partial<Record<"label" | "root" | "
8402
8440
  readonly cx: (...args: any) => string;
8403
8441
  };
8404
8442
 
8405
- declare const useClasses_105: (classesProp?: Partial<Record<"root" | "anchorOriginTopCenter" | "anchorOriginBottomCenter" | "anchorOriginTopRight" | "anchorOriginBottomRight" | "anchorOriginTopLeft" | "anchorOriginBottomLeft", string>>, addStatic?: boolean) => {
8443
+ declare const useClasses_106: (classesProp?: Partial<Record<"root" | "anchorOriginTopCenter" | "anchorOriginBottomCenter" | "anchorOriginTopRight" | "anchorOriginBottomRight" | "anchorOriginTopLeft" | "anchorOriginBottomLeft", string>>, addStatic?: boolean) => {
8406
8444
  readonly classes: {
8407
8445
  root: string;
8408
8446
  anchorOriginTopRight: string;
@@ -8416,7 +8454,7 @@ declare const useClasses_105: (classesProp?: Partial<Record<"root" | "anchorOrig
8416
8454
  readonly cx: (...args: any) => string;
8417
8455
  };
8418
8456
 
8419
- declare const useClasses_106: (classesProp?: Partial<Record<"warning" | "root" | "action" | "default" | "success" | "error" | "message" | "messageSpan" | "messageText" | "iconVariant", string>>, addStatic?: boolean) => {
8457
+ declare const useClasses_107: (classesProp?: Partial<Record<"warning" | "root" | "action" | "default" | "success" | "error" | "message" | "messageText" | "iconVariant" | "messageSpan", string>>, addStatic?: boolean) => {
8420
8458
  readonly classes: {
8421
8459
  root: string;
8422
8460
  success: string;
@@ -8424,16 +8462,16 @@ declare const useClasses_106: (classesProp?: Partial<Record<"warning" | "root" |
8424
8462
  default: string;
8425
8463
  warning: string;
8426
8464
  message: string;
8427
- messageSpan: string;
8428
- messageText: string;
8429
8465
  action: string;
8466
+ messageText: string;
8430
8467
  iconVariant: string;
8468
+ messageSpan: string;
8431
8469
  };
8432
8470
  readonly css: any;
8433
8471
  readonly cx: (...args: any) => string;
8434
8472
  };
8435
8473
 
8436
- declare const useClasses_107: (classesProp?: Partial<Record<"snackItemRoot", string>>, addStatic?: boolean) => {
8474
+ declare const useClasses_108: (classesProp?: Partial<Record<"snackItemRoot", string>>, addStatic?: boolean) => {
8437
8475
  readonly classes: {
8438
8476
  snackItemRoot: string;
8439
8477
  };
@@ -8441,7 +8479,7 @@ declare const useClasses_107: (classesProp?: Partial<Record<"snackItemRoot", str
8441
8479
  readonly cx: (...args: any) => string;
8442
8480
  };
8443
8481
 
8444
- declare const useClasses_108: (classesProp?: Partial<Record<"xs" | "sm" | "md" | "lg" | "xl" | "root" | "divider" | "row" | "column", string>>, addStatic?: boolean) => {
8482
+ declare const useClasses_109: (classesProp?: Partial<Record<"xs" | "sm" | "md" | "lg" | "xl" | "root" | "divider" | "row" | "column", string>>, addStatic?: boolean) => {
8445
8483
  readonly classes: {
8446
8484
  root: string;
8447
8485
  column: string;
@@ -8457,7 +8495,17 @@ declare const useClasses_108: (classesProp?: Partial<Record<"xs" | "sm" | "md" |
8457
8495
  readonly cx: (...args: any) => string;
8458
8496
  };
8459
8497
 
8460
- declare const useClasses_109: (classesProp?: Partial<Record<"label" | "root" | "invalidSwitch" | "error" | "switchContainer", string>>, addStatic?: boolean) => {
8498
+ declare const useClasses_11: (classesProp?: Partial<Record<"root" | "gutter" | "infoDisabled", string>>, addStatic?: boolean) => {
8499
+ readonly classes: {
8500
+ root: string;
8501
+ infoDisabled: string;
8502
+ gutter: string;
8503
+ };
8504
+ readonly css: any;
8505
+ readonly cx: (...args: any) => string;
8506
+ };
8507
+
8508
+ declare const useClasses_110: (classesProp?: Partial<Record<"label" | "root" | "invalidSwitch" | "error" | "switchContainer", string>>, addStatic?: boolean) => {
8461
8509
  readonly classes: {
8462
8510
  root: string;
8463
8511
  label: string;
@@ -8469,29 +8517,30 @@ declare const useClasses_109: (classesProp?: Partial<Record<"label" | "root" | "
8469
8517
  readonly cx: (...args: any) => string;
8470
8518
  };
8471
8519
 
8472
- declare const useClasses_11: (classesProp?: Partial<Record<"root" | "warningText" | "topGutter" | "defaultIcon" | "show" | "hideText" | "topBorder", string>>, addStatic?: boolean) => {
8520
+ declare const useClasses_111: (classesProp?: Partial<Record<"root", string>>, addStatic?: boolean) => {
8473
8521
  readonly classes: {
8474
8522
  root: string;
8475
- defaultIcon: string;
8476
- warningText: string;
8477
- show: string;
8478
- topGutter: string;
8479
- hideText: string;
8480
- topBorder: string;
8481
8523
  };
8482
8524
  readonly css: any;
8483
8525
  readonly cx: (...args: any) => string;
8484
8526
  };
8485
8527
 
8486
- declare const useClasses_110: (classesProp?: Partial<Record<"root", string>>, addStatic?: boolean) => {
8528
+ declare const useClasses_112: (classesProp?: Partial<Record<"content" | "header" | "root" | "hidden" | "actions" | "hasHeader" | "spaceTop" | "raisedHeader", string>>, addStatic?: boolean) => {
8487
8529
  readonly classes: {
8488
8530
  root: string;
8531
+ header: string;
8532
+ actions: string;
8533
+ content: string;
8534
+ hidden: string;
8535
+ raisedHeader: string;
8536
+ hasHeader: string;
8537
+ spaceTop: string;
8489
8538
  };
8490
8539
  readonly css: any;
8491
8540
  readonly cx: (...args: any) => string;
8492
8541
  };
8493
8542
 
8494
- declare const useClasses_111: (classesProp?: Partial<Record<"root", string>>, addStatic?: boolean) => {
8543
+ declare const useClasses_113: (classesProp?: Partial<Record<"root", string>>, addStatic?: boolean) => {
8495
8544
  readonly classes: {
8496
8545
  root: string;
8497
8546
  };
@@ -8499,7 +8548,7 @@ declare const useClasses_111: (classesProp?: Partial<Record<"root", string>>, ad
8499
8548
  readonly cx: (...args: any) => string;
8500
8549
  };
8501
8550
 
8502
- declare const useClasses_112: (classesProp?: Partial<Record<"root" | "stickyHeader", string>>, addStatic?: boolean) => {
8551
+ declare const useClasses_114: (classesProp?: Partial<Record<"root" | "stickyHeader", string>>, addStatic?: boolean) => {
8503
8552
  readonly classes: {
8504
8553
  root: string;
8505
8554
  stickyHeader: string;
@@ -8508,7 +8557,7 @@ declare const useClasses_112: (classesProp?: Partial<Record<"root" | "stickyHead
8508
8557
  readonly cx: (...args: any) => string;
8509
8558
  };
8510
8559
 
8511
- declare const useClasses_113: (classesProp?: Partial<Record<"label" | "root" | "disabled" | "icon" | "selected" | "button" | "deleteIcon" | "focusVisible" | "categorical" | "clickable" | "chipRoot" | "tagButton" | "disabledDeleteIcon" | "categoricalFocus" | "categoricalDisabled", string>>, addStatic?: boolean) => {
8560
+ declare const useClasses_115: (classesProp?: Partial<Record<"label" | "root" | "disabled" | "icon" | "selected" | "button" | "deleteIcon" | "focusVisible" | "categorical" | "clickable" | "chipRoot" | "tagButton" | "disabledDeleteIcon" | "categoricalFocus" | "categoricalDisabled", string>>, addStatic?: boolean) => {
8512
8561
  readonly classes: {
8513
8562
  root: string;
8514
8563
  categorical: string;
@@ -8530,7 +8579,7 @@ declare const useClasses_113: (classesProp?: Partial<Record<"label" | "root" | "
8530
8579
  readonly cx: (...args: any) => string;
8531
8580
  };
8532
8581
 
8533
- declare const useClasses_114: (classesProp?: Partial<Record<"root" | "floating" | "indicator" | "scroller" | "flexContainer", string>>, addStatic?: boolean) => {
8582
+ declare const useClasses_116: (classesProp?: Partial<Record<"root" | "floating" | "indicator" | "scroller" | "flexContainer", string>>, addStatic?: boolean) => {
8534
8583
  readonly classes: {
8535
8584
  root: string;
8536
8585
  indicator: string;
@@ -8542,7 +8591,7 @@ declare const useClasses_114: (classesProp?: Partial<Record<"root" | "floating"
8542
8591
  readonly cx: (...args: any) => string;
8543
8592
  };
8544
8593
 
8545
- declare const useClasses_115: (classesProp?: Partial<Record<"root" | "disabled" | "selected" | "focusVisible", string>>, addStatic?: boolean) => {
8594
+ declare const useClasses_117: (classesProp?: Partial<Record<"root" | "disabled" | "selected" | "focusVisible", string>>, addStatic?: boolean) => {
8546
8595
  readonly classes: {
8547
8596
  root: string;
8548
8597
  focusVisible: string;
@@ -8553,7 +8602,7 @@ declare const useClasses_115: (classesProp?: Partial<Record<"root" | "disabled"
8553
8602
  readonly cx: (...args: any) => string;
8554
8603
  };
8555
8604
 
8556
- declare const useClasses_116: (classesProp?: Partial<Record<"label" | "root" | "invalid" | "disabled" | "readOnly" | "input" | "tagInputRoot" | "tagsList" | "error" | "description" | "labelContainer" | "resizable" | "suggestionsContainer" | "suggestionList" | "inputExtension" | "chipRoot" | "listItemGutters" | "listItemRoot" | "characterCounter" | "tagInputContainerRoot" | "tagSelected" | "tagInputBorderContainer" | "tagInputRootFocused" | "tagInputRootEmpty" | "singleLine", string>>, addStatic?: boolean) => {
8605
+ declare const useClasses_118: (classesProp?: Partial<Record<"label" | "root" | "invalid" | "disabled" | "readOnly" | "input" | "tagInputRoot" | "tagsList" | "error" | "description" | "labelContainer" | "resizable" | "suggestionsContainer" | "suggestionList" | "inputExtension" | "chipRoot" | "listItemGutters" | "listItemRoot" | "characterCounter" | "tagInputContainerRoot" | "tagSelected" | "tagInputBorderContainer" | "tagInputRootFocused" | "tagInputRootEmpty" | "singleLine", string>>, addStatic?: boolean) => {
8557
8606
  readonly classes: {
8558
8607
  listItemGutters: string;
8559
8608
  listItemRoot: string;
@@ -8585,7 +8634,7 @@ declare const useClasses_116: (classesProp?: Partial<Record<"label" | "root" | "
8585
8634
  readonly cx: (...args: any) => string;
8586
8635
  };
8587
8636
 
8588
- declare const useClasses_117: (classesProp?: Partial<Record<"label" | "root" | "invalid" | "disabled" | "input" | "error" | "description" | "labelContainer" | "resizable" | "inputResizable" | "characterCounter" | "baseInput", string>>, addStatic?: boolean) => {
8637
+ declare const useClasses_119: (classesProp?: Partial<Record<"label" | "root" | "invalid" | "disabled" | "input" | "error" | "description" | "labelContainer" | "resizable" | "inputResizable" | "characterCounter" | "baseInput", string>>, addStatic?: boolean) => {
8589
8638
  readonly classes: {
8590
8639
  root: string;
8591
8640
  disabled: string;
@@ -8604,15 +8653,29 @@ declare const useClasses_117: (classesProp?: Partial<Record<"label" | "root" | "
8604
8653
  readonly cx: (...args: any) => string;
8605
8654
  };
8606
8655
 
8607
- declare const useClasses_118: (classesProp?: Partial<Record<"root", string>>, addStatic?: boolean) => {
8656
+ declare const useClasses_12: (classesProp?: Partial<Record<"root" | "warningText" | "topGutter" | "defaultIcon" | "show" | "hideText" | "topBorder", string>>, addStatic?: boolean) => {
8608
8657
  readonly classes: {
8609
8658
  root: string;
8659
+ defaultIcon: string;
8660
+ warningText: string;
8661
+ show: string;
8662
+ topGutter: string;
8663
+ hideText: string;
8664
+ topBorder: string;
8610
8665
  };
8611
8666
  readonly css: any;
8612
8667
  readonly cx: (...args: any) => string;
8613
8668
  };
8614
8669
 
8615
- declare const useClasses_119: (classesProp?: Partial<Record<"label" | "root" | "placeholder" | "icon" | "error" | "description" | "labelContainer" | "dropdownHeader" | "dropdownHeaderInvalid" | "dropdownHeaderOpen" | "placeholderDisabled" | "dropdownPanel" | "timePopperContainer", string>>, addStatic?: boolean) => {
8670
+ declare const useClasses_120: (classesProp?: Partial<Record<"root", string>>, addStatic?: boolean) => {
8671
+ readonly classes: {
8672
+ root: string;
8673
+ };
8674
+ readonly css: any;
8675
+ readonly cx: (...args: any) => string;
8676
+ };
8677
+
8678
+ declare const useClasses_121: (classesProp?: Partial<Record<"label" | "root" | "placeholder" | "icon" | "error" | "description" | "labelContainer" | "dropdownHeader" | "dropdownHeaderInvalid" | "dropdownHeaderOpen" | "placeholderDisabled" | "dropdownPanel" | "timePopperContainer", string>>, addStatic?: boolean) => {
8616
8679
  readonly classes: {
8617
8680
  root: string;
8618
8681
  labelContainer: string;
@@ -8632,35 +8695,15 @@ declare const useClasses_119: (classesProp?: Partial<Record<"label" | "root" | "
8632
8695
  readonly cx: (...args: any) => string;
8633
8696
  };
8634
8697
 
8635
- declare const useClasses_12: (classesProp?: Partial<Record<"label" | "root" | "panel" | "invalid" | "disabled" | "readOnly" | "select" | "popper" | "error" | "description" | "labelContainer" | "panelOpenedUp" | "panelOpenedDown", string>>, addStatic?: boolean) => {
8698
+ declare const useClasses_122: (classesProp?: Partial<Record<"root", string>>, addStatic?: boolean) => {
8636
8699
  readonly classes: {
8637
8700
  root: string;
8638
- disabled: string;
8639
- readOnly: string;
8640
- invalid: string;
8641
- labelContainer: string;
8642
- label: string;
8643
- description: string;
8644
- select: string;
8645
- popper: string;
8646
- panel: string;
8647
- panelOpenedUp: string;
8648
- panelOpenedDown: string;
8649
- error: string;
8650
8701
  };
8651
8702
  readonly css: any;
8652
8703
  readonly cx: (...args: any) => string;
8653
8704
  };
8654
8705
 
8655
- declare const useClasses_120: (classesProp?: Partial<Record<"root", string>>, addStatic?: boolean) => {
8656
- readonly classes: {
8657
- root: string;
8658
- };
8659
- readonly css: any;
8660
- readonly cx: (...args: any) => string;
8661
- };
8662
-
8663
- declare const useClasses_121: (classesProp?: Partial<Record<"content" | "label" | "root" | "disabled" | "focused" | "selected" | "expanded" | "group" | "iconContainer", string>>, addStatic?: boolean) => {
8706
+ declare const useClasses_123: (classesProp?: Partial<Record<"content" | "label" | "root" | "disabled" | "focused" | "selected" | "expanded" | "group" | "iconContainer", string>>, addStatic?: boolean) => {
8664
8707
  readonly classes: {
8665
8708
  root: string;
8666
8709
  group: string;
@@ -8676,7 +8719,7 @@ declare const useClasses_121: (classesProp?: Partial<Record<"content" | "label"
8676
8719
  readonly cx: (...args: any) => string;
8677
8720
  };
8678
8721
 
8679
- declare const useClasses_122: (classesProp?: Partial<Record<"label" | "root" | "disabled" | "focused" | "selected" | "expanded" | "iconContainer", string>>, addStatic?: boolean) => {
8722
+ declare const useClasses_124: (classesProp?: Partial<Record<"label" | "root" | "disabled" | "focused" | "selected" | "expanded" | "iconContainer", string>>, addStatic?: boolean) => {
8680
8723
  readonly classes: {
8681
8724
  root: string;
8682
8725
  expanded: string;
@@ -8690,7 +8733,7 @@ declare const useClasses_122: (classesProp?: Partial<Record<"label" | "root" | "
8690
8733
  readonly cx: (...args: any) => string;
8691
8734
  };
8692
8735
 
8693
- declare const useClasses_123: (classesProp?: Partial<Record<"root" | "slider" | "collapsed" | "childData", string>>, addStatic?: boolean) => {
8736
+ declare const useClasses_125: (classesProp?: Partial<Record<"root" | "slider" | "collapsed" | "childData", string>>, addStatic?: boolean) => {
8694
8737
  readonly classes: {
8695
8738
  root: string;
8696
8739
  collapsed: string;
@@ -8701,7 +8744,7 @@ declare const useClasses_123: (classesProp?: Partial<Record<"root" | "slider" |
8701
8744
  readonly cx: (...args: any) => string;
8702
8745
  };
8703
8746
 
8704
- declare const useClasses_124: (classesProp?: Partial<Record<"root" | "title" | "backButton" | "minimized" | "collapseButton", string>>, addStatic?: boolean) => {
8747
+ declare const useClasses_126: (classesProp?: Partial<Record<"root" | "title" | "backButton" | "minimized" | "collapseButton", string>>, addStatic?: boolean) => {
8705
8748
  readonly classes: {
8706
8749
  root: string;
8707
8750
  minimized: string;
@@ -8713,7 +8756,7 @@ declare const useClasses_124: (classesProp?: Partial<Record<"root" | "title" | "
8713
8756
  readonly cx: (...args: any) => string;
8714
8757
  };
8715
8758
 
8716
- declare const useClasses_125: (classesProp?: Partial<Record<"root" | "hide", string>>, addStatic?: boolean) => {
8759
+ declare const useClasses_127: (classesProp?: Partial<Record<"root" | "hide", string>>, addStatic?: boolean) => {
8717
8760
  readonly classes: {
8718
8761
  root: string;
8719
8762
  hide: string;
@@ -8722,7 +8765,7 @@ declare const useClasses_125: (classesProp?: Partial<Record<"root" | "hide", str
8722
8765
  readonly cx: (...args: any) => string;
8723
8766
  };
8724
8767
 
8725
- declare const useClasses_126: (classesProp?: Partial<Record<"action" | "minimized" | "noIcon", string>>, addStatic?: boolean) => {
8768
+ declare const useClasses_128: (classesProp?: Partial<Record<"action" | "minimized" | "noIcon", string>>, addStatic?: boolean) => {
8726
8769
  readonly classes: {
8727
8770
  action: string;
8728
8771
  noIcon: string;
@@ -8732,7 +8775,7 @@ declare const useClasses_126: (classesProp?: Partial<Record<"action" | "minimize
8732
8775
  readonly cx: (...args: any) => string;
8733
8776
  };
8734
8777
 
8735
- declare const useClasses_127: (classesProp?: Partial<Record<"root" | "listItem" | "list" | "popup" | "collapsed" | "navigationPopup", string>>, addStatic?: boolean) => {
8778
+ declare const useClasses_129: (classesProp?: Partial<Record<"root" | "listItem" | "list" | "popup" | "collapsed" | "navigationPopup", string>>, addStatic?: boolean) => {
8736
8779
  readonly classes: {
8737
8780
  root: string;
8738
8781
  list: string;
@@ -8745,51 +8788,48 @@ declare const useClasses_127: (classesProp?: Partial<Record<"root" | "listItem"
8745
8788
  readonly cx: (...args: any) => string;
8746
8789
  };
8747
8790
 
8748
- declare const useClasses_128: (classesProp?: Partial<Record<"root" | "listItemSelected" | "listItemDisabled" | "listItemFocus" | "listContainer" | "forwardButton", string>>, addStatic?: boolean) => {
8791
+ declare const useClasses_13: (classesProp?: Partial<Record<"label" | "root" | "panel" | "invalid" | "disabled" | "readOnly" | "select" | "popper" | "error" | "description" | "labelContainer" | "panelOpenedUp" | "panelOpenedDown", string>>, addStatic?: boolean) => {
8749
8792
  readonly classes: {
8750
8793
  root: string;
8751
- listItemSelected: string;
8752
- listItemFocus: string;
8753
- forwardButton: string;
8754
- listContainer: string;
8755
- listItemDisabled: string;
8794
+ disabled: string;
8795
+ readOnly: string;
8796
+ invalid: string;
8797
+ labelContainer: string;
8798
+ label: string;
8799
+ description: string;
8800
+ select: string;
8801
+ popper: string;
8802
+ panel: string;
8803
+ panelOpenedUp: string;
8804
+ panelOpenedDown: string;
8805
+ error: string;
8756
8806
  };
8757
8807
  readonly css: any;
8758
8808
  readonly cx: (...args: any) => string;
8759
8809
  };
8760
8810
 
8761
- declare const useClasses_129: (classesProp?: Partial<Record<"root", string>>, addStatic?: boolean) => {
8811
+ declare const useClasses_130: (classesProp?: Partial<Record<"root" | "listItemSelected" | "listItemDisabled" | "listItemFocus" | "listContainer" | "forwardButton", string>>, addStatic?: boolean) => {
8762
8812
  readonly classes: {
8763
8813
  root: string;
8814
+ listItemSelected: string;
8815
+ listItemFocus: string;
8816
+ forwardButton: string;
8817
+ listContainer: string;
8818
+ listItemDisabled: string;
8764
8819
  };
8765
8820
  readonly css: any;
8766
8821
  readonly cx: (...args: any) => string;
8767
8822
  };
8768
8823
 
8769
- declare const useClasses_13: (classesProp?: Partial<Record<"secondary" | "primary" | "root" | "disabled" | "semantic" | "icon" | "secondarySubtle" | "ghost" | "secondaryGhost" | "contained" | "primaryGhost" | "primarySubtle" | "subtle" | "startIcon" | "endIcon" | "focusVisible", string>>, addStatic?: boolean) => {
8824
+ declare const useClasses_131: (classesProp?: Partial<Record<"root", string>>, addStatic?: boolean) => {
8770
8825
  readonly classes: {
8771
8826
  root: string;
8772
- startIcon: string;
8773
- endIcon: string;
8774
- focusVisible: string;
8775
- disabled: string;
8776
- icon: string;
8777
- contained: string;
8778
- subtle: string;
8779
- ghost: string;
8780
- semantic: string;
8781
- primary: string;
8782
- primarySubtle: string;
8783
- primaryGhost: string;
8784
- secondarySubtle: string;
8785
- secondaryGhost: string;
8786
- secondary: string;
8787
8827
  };
8788
8828
  readonly css: any;
8789
8829
  readonly cx: (...args: any) => string;
8790
8830
  };
8791
8831
 
8792
- declare const useClasses_130: (classesProp?: Partial<Record<"content" | "label" | "link" | "disabled" | "focused" | "icon" | "selectable" | "selected" | "hide" | "expanded" | "unselectable" | "group" | "node" | "expandable" | "labelIcon" | "collapsed" | "minimized" | "unselected" | "labelExpandable", string>>, addStatic?: boolean) => {
8832
+ declare const useClasses_132: (classesProp?: Partial<Record<"content" | "label" | "link" | "disabled" | "focused" | "icon" | "selectable" | "selected" | "hide" | "expanded" | "unselectable" | "group" | "node" | "expandable" | "labelIcon" | "collapsed" | "minimized" | "unselected" | "labelExpandable", string>>, addStatic?: boolean) => {
8793
8833
  readonly classes: {
8794
8834
  node: string;
8795
8835
  content: string;
@@ -8815,36 +8855,44 @@ declare const useClasses_130: (classesProp?: Partial<Record<"content" | "label"
8815
8855
  readonly cx: (...args: any) => string;
8816
8856
  };
8817
8857
 
8818
- declare const useClasses_131: (classesProp?: Partial<Record<"content" | "header" | "root" | "hidden" | "actions" | "hasHeader" | "spaceTop" | "raisedHeader", string>>, addStatic?: boolean) => {
8858
+ declare const useClasses_133: (classesProp?: Partial<Record<"content" | "root" | "circle" | "text" | "square" | "pulse" | "wave", string>>, addStatic?: boolean) => {
8819
8859
  readonly classes: {
8820
8860
  root: string;
8821
- header: string;
8822
- actions: string;
8823
8861
  content: string;
8824
- hidden: string;
8825
- raisedHeader: string;
8826
- hasHeader: string;
8827
- spaceTop: string;
8862
+ circle: string;
8863
+ square: string;
8864
+ text: string;
8865
+ pulse: string;
8866
+ wave: string;
8828
8867
  };
8829
8868
  readonly css: any;
8830
8869
  readonly cx: (...args: any) => string;
8831
8870
  };
8832
8871
 
8833
- declare const useClasses_132: (classesProp?: Partial<Record<"content" | "root" | "circle" | "text" | "square" | "pulse" | "wave", string>>, addStatic?: boolean) => {
8872
+ declare const useClasses_14: (classesProp?: Partial<Record<"secondary" | "primary" | "root" | "disabled" | "semantic" | "icon" | "secondarySubtle" | "ghost" | "secondaryGhost" | "contained" | "primaryGhost" | "primarySubtle" | "subtle" | "startIcon" | "endIcon" | "focusVisible", string>>, addStatic?: boolean) => {
8834
8873
  readonly classes: {
8835
8874
  root: string;
8836
- content: string;
8837
- circle: string;
8838
- square: string;
8839
- text: string;
8840
- pulse: string;
8841
- wave: string;
8875
+ startIcon: string;
8876
+ endIcon: string;
8877
+ focusVisible: string;
8878
+ disabled: string;
8879
+ icon: string;
8880
+ contained: string;
8881
+ subtle: string;
8882
+ ghost: string;
8883
+ semantic: string;
8884
+ primary: string;
8885
+ primarySubtle: string;
8886
+ primaryGhost: string;
8887
+ secondarySubtle: string;
8888
+ secondaryGhost: string;
8889
+ secondary: string;
8842
8890
  };
8843
8891
  readonly css: any;
8844
8892
  readonly cx: (...args: any) => string;
8845
8893
  };
8846
8894
 
8847
- declare const useClasses_14: (classesProp?: Partial<Record<"root" | "highlighted", string>>, addStatic?: boolean) => {
8895
+ declare const useClasses_15: (classesProp?: Partial<Record<"root" | "highlighted", string>>, addStatic?: boolean) => {
8848
8896
  readonly classes: {
8849
8897
  root: string;
8850
8898
  highlighted: string;
@@ -8853,7 +8901,7 @@ declare const useClasses_14: (classesProp?: Partial<Record<"root" | "highlighted
8853
8901
  readonly cx: (...args: any) => string;
8854
8902
  };
8855
8903
 
8856
- declare const useClasses_15: (classesProp?: Partial<Record<"root", string>>, addStatic?: boolean) => {
8904
+ declare const useClasses_16: (classesProp?: Partial<Record<"root", string>>, addStatic?: boolean) => {
8857
8905
  readonly classes: {
8858
8906
  root: string;
8859
8907
  };
@@ -8861,7 +8909,7 @@ declare const useClasses_15: (classesProp?: Partial<Record<"root", string>>, add
8861
8909
  readonly cx: (...args: any) => string;
8862
8910
  };
8863
8911
 
8864
- declare const useClasses_16: (classesProp?: Partial<Record<"vertical" | "horizontal" | "label" | "root" | "invalid" | "listbox" | "error" | "description", string>>, addStatic?: boolean) => {
8912
+ declare const useClasses_17: (classesProp?: Partial<Record<"vertical" | "horizontal" | "label" | "root" | "invalid" | "listbox" | "error" | "description", string>>, addStatic?: boolean) => {
8865
8913
  readonly classes: {
8866
8914
  root: string;
8867
8915
  error: string;
@@ -8876,7 +8924,7 @@ declare const useClasses_16: (classesProp?: Partial<Record<"vertical" | "horizon
8876
8924
  readonly cx: (...args: any) => string;
8877
8925
  };
8878
8926
 
8879
- declare const useClasses_17: (classesProp?: Partial<Record<"root" | "list" | "popper" | "portal", string>>, addStatic?: boolean) => {
8927
+ declare const useClasses_18: (classesProp?: Partial<Record<"root" | "list" | "popper" | "portal", string>>, addStatic?: boolean) => {
8880
8928
  readonly classes: {
8881
8929
  root: string;
8882
8930
  list: string;
@@ -8887,7 +8935,7 @@ declare const useClasses_17: (classesProp?: Partial<Record<"root" | "list" | "po
8887
8935
  readonly cx: (...args: any) => string;
8888
8936
  };
8889
8937
 
8890
- declare const useClasses_18: (classesProp?: Partial<Record<"root" | "invalid" | "disabled" | "multiline" | "readOnly" | "focused" | "input" | "inputReadOnly" | "inputRoot" | "resizable" | "inputBorderContainer" | "inputRootInvalid" | "inputRootReadOnly" | "inputRootFocused" | "inputRootDisabled" | "inputRootMultiline" | "inputDisabled" | "inputResizable", string>>, addStatic?: boolean) => {
8938
+ declare const useClasses_19: (classesProp?: Partial<Record<"root" | "invalid" | "disabled" | "multiline" | "readOnly" | "focused" | "input" | "inputReadOnly" | "inputRoot" | "resizable" | "inputBorderContainer" | "inputRootInvalid" | "inputRootReadOnly" | "inputRootFocused" | "inputRootDisabled" | "inputRootMultiline" | "inputDisabled" | "inputResizable", string>>, addStatic?: boolean) => {
8891
8939
  readonly classes: {
8892
8940
  root: string;
8893
8941
  disabled: string;
@@ -8912,7 +8960,48 @@ declare const useClasses_18: (classesProp?: Partial<Record<"root" | "invalid" |
8912
8960
  readonly cx: (...args: any) => string;
8913
8961
  };
8914
8962
 
8915
- declare const useClasses_19: (classesProp?: Partial<Record<"container" | "header" | "root" | "headerOpen" | "headerDisabled" | "headerReadOnly" | "placeholder" | "panel" | "inputExtensionOpen" | "anchor" | "selection" | "arrowContainer" | "panelOpenedUp" | "panelOpenedDown" | "rootDisabled" | "headerOpenUp" | "headerOpenDown" | "arrow" | "selectionDisabled" | "inputExtensionLeftPosition" | "inputExtensionOpenShadow" | "inputExtensionFloatRight" | "inputExtensionFloatLeft", string>>, addStatic?: boolean) => {
8963
+ declare const useClasses_2: (classesProp?: Partial<Record<"display" | "title1" | "title2" | "title3" | "title4" | "label" | "body" | "captionLabel" | "caption1" | "caption2" | "5xlTitle" | "4xlTitle" | "xxlTitle" | "lTitle" | "sTitle" | "xxsTitle" | "sectionTitle" | "placeholderText" | "link" | "disabledText" | "selectedNavText" | "vizTextDisabled" | "xsInlineLink" | "root" | "disabled" | "isLink" | "noWrap" | "3xlTitle" | "xlTitle" | "mTitle" | "xsTitle" | "highlightText" | "normalText" | "vizText", string>>, addStatic?: boolean) => {
8964
+ readonly classes: {
8965
+ root: string;
8966
+ disabled: string;
8967
+ isLink: string;
8968
+ noWrap: string;
8969
+ display: string;
8970
+ title1: string;
8971
+ title2: string;
8972
+ title3: string;
8973
+ title4: string;
8974
+ body: string;
8975
+ label: string;
8976
+ captionLabel: string;
8977
+ caption1: string;
8978
+ caption2: string;
8979
+ "5xlTitle": string;
8980
+ "4xlTitle": string;
8981
+ "3xlTitle": string;
8982
+ xxlTitle: string;
8983
+ xlTitle: string;
8984
+ lTitle: string;
8985
+ mTitle: string;
8986
+ sTitle: string;
8987
+ xsTitle: string;
8988
+ xxsTitle: string;
8989
+ sectionTitle: string;
8990
+ highlightText: string;
8991
+ normalText: string;
8992
+ placeholderText: string;
8993
+ link: string;
8994
+ disabledText: string;
8995
+ selectedNavText: string;
8996
+ vizText: string;
8997
+ vizTextDisabled: string;
8998
+ xsInlineLink: string;
8999
+ };
9000
+ readonly css: any;
9001
+ readonly cx: (...args: any) => string;
9002
+ };
9003
+
9004
+ declare const useClasses_20: (classesProp?: Partial<Record<"container" | "header" | "root" | "headerOpen" | "headerDisabled" | "headerReadOnly" | "placeholder" | "panel" | "inputExtensionOpen" | "anchor" | "selection" | "arrowContainer" | "panelOpenedUp" | "panelOpenedDown" | "rootDisabled" | "headerOpenUp" | "headerOpenDown" | "arrow" | "selectionDisabled" | "inputExtensionLeftPosition" | "inputExtensionOpenShadow" | "inputExtensionFloatRight" | "inputExtensionFloatLeft", string>>, addStatic?: boolean) => {
8916
9005
  readonly classes: {
8917
9006
  root: string;
8918
9007
  rootDisabled: string;
@@ -8942,16 +9031,7 @@ declare const useClasses_19: (classesProp?: Partial<Record<"container" | "header
8942
9031
  readonly cx: (...args: any) => string;
8943
9032
  };
8944
9033
 
8945
- declare const useClasses_2: (classesProp?: Partial<Record<"root" | "disabled", string>>, addStatic?: boolean) => {
8946
- readonly classes: {
8947
- root: string;
8948
- disabled: string;
8949
- };
8950
- readonly css: any;
8951
- readonly cx: (...args: any) => string;
8952
- };
8953
-
8954
- declare const useClasses_20: (classesProp?: Partial<Record<"container" | "label" | "root" | "disabled" | "hidden", string>>, addStatic?: boolean) => {
9034
+ declare const useClasses_21: (classesProp?: Partial<Record<"container" | "label" | "root" | "disabled" | "hidden", string>>, addStatic?: boolean) => {
8955
9035
  readonly classes: {
8956
9036
  root: string;
8957
9037
  hidden: string;
@@ -8963,7 +9043,7 @@ declare const useClasses_20: (classesProp?: Partial<Record<"container" | "label"
8963
9043
  readonly cx: (...args: any) => string;
8964
9044
  };
8965
9045
 
8966
- declare const useClasses_21: (classesProp?: Partial<Record<"root", string>>, addStatic?: boolean) => {
9046
+ declare const useClasses_22: (classesProp?: Partial<Record<"root", string>>, addStatic?: boolean) => {
8967
9047
  readonly classes: {
8968
9048
  root: string;
8969
9049
  };
@@ -8971,7 +9051,7 @@ declare const useClasses_21: (classesProp?: Partial<Record<"root", string>>, add
8971
9051
  readonly cx: (...args: any) => string;
8972
9052
  };
8973
9053
 
8974
- declare const useClasses_22: (classesProp?: Partial<Record<"root" | "button" | "actionContainer" | "dropDownMenu" | "dropDownMenuButton" | "dropDownMenuButtonSelected", string>>, addStatic?: boolean) => {
9054
+ declare const useClasses_23: (classesProp?: Partial<Record<"root" | "button" | "actionContainer" | "dropDownMenu" | "dropDownMenuButton" | "dropDownMenuButtonSelected", string>>, addStatic?: boolean) => {
8975
9055
  readonly classes: {
8976
9056
  root: string;
8977
9057
  button: string;
@@ -8984,7 +9064,7 @@ declare const useClasses_22: (classesProp?: Partial<Record<"root" | "button" | "
8984
9064
  readonly cx: (...args: any) => string;
8985
9065
  };
8986
9066
 
8987
- declare const useClasses_23: (classesProp?: Partial<Record<"container" | "root" | "icon" | "iconSelected" | "baseContainer" | "menuListRoot" | "menuList", string>>, addStatic?: boolean) => {
9067
+ declare const useClasses_24: (classesProp?: Partial<Record<"container" | "root" | "icon" | "iconSelected" | "baseContainer" | "menuListRoot" | "menuList", string>>, addStatic?: boolean) => {
8988
9068
  readonly classes: {
8989
9069
  container: string;
8990
9070
  baseContainer: string;
@@ -8998,7 +9078,7 @@ declare const useClasses_23: (classesProp?: Partial<Record<"container" | "root"
8998
9078
  readonly cx: (...args: any) => string;
8999
9079
  };
9000
9080
 
9001
- declare const useClasses_24: (classesProp?: Partial<Record<"root" | "title" | "single" | "actionsContainer" | "open" | "item" | "titleAnchor" | "itemSelected" | "itemDisabled" | "itemTrigger" | "itemIcon" | "itemTitle" | "itemInfoIcon" | "footerContainer" | "closed" | "dual" | "fluid", string>>, addStatic?: boolean) => {
9081
+ declare const useClasses_25: (classesProp?: Partial<Record<"root" | "title" | "single" | "actionsContainer" | "open" | "item" | "titleAnchor" | "itemSelected" | "itemDisabled" | "itemTrigger" | "itemIcon" | "itemTitle" | "itemInfoIcon" | "footerContainer" | "closed" | "dual" | "fluid", string>>, addStatic?: boolean) => {
9002
9082
  readonly classes: {
9003
9083
  root: string;
9004
9084
  item: string;
@@ -9022,7 +9102,7 @@ declare const useClasses_24: (classesProp?: Partial<Record<"root" | "title" | "s
9022
9102
  readonly cx: (...args: any) => string;
9023
9103
  };
9024
9104
 
9025
- declare const useClasses_25: (classesProp?: Partial<Record<"typography" | "root" | "disabled" | "icon" | "title" | "selected" | "iconUrl" | "iconInfo" | "titleAnchor", string>>, addStatic?: boolean) => {
9105
+ declare const useClasses_26: (classesProp?: Partial<Record<"typography" | "root" | "disabled" | "icon" | "title" | "selected" | "iconUrl" | "iconInfo" | "titleAnchor", string>>, addStatic?: boolean) => {
9026
9106
  readonly classes: {
9027
9107
  root: string;
9028
9108
  icon: string;
@@ -9038,7 +9118,7 @@ declare const useClasses_25: (classesProp?: Partial<Record<"typography" | "root"
9038
9118
  readonly cx: (...args: any) => string;
9039
9119
  };
9040
9120
 
9041
- declare const useClasses_26: (classesProp?: Partial<Record<"container" | "xs" | "sm" | "md" | "lg" | "xl" | "root" | "square" | "img" | "status" | "fallback" | "avatar" | "badge" | "circular", string>>, addStatic?: boolean) => {
9121
+ declare const useClasses_27: (classesProp?: Partial<Record<"container" | "xs" | "sm" | "md" | "lg" | "xl" | "root" | "square" | "img" | "status" | "fallback" | "avatar" | "badge" | "circular", string>>, addStatic?: boolean) => {
9042
9122
  readonly classes: {
9043
9123
  root: string;
9044
9124
  container: string;
@@ -9059,7 +9139,7 @@ declare const useClasses_26: (classesProp?: Partial<Record<"container" | "xs" |
9059
9139
  readonly cx: (...args: any) => string;
9060
9140
  };
9061
9141
 
9062
- declare const useClasses_27: (classesProp?: Partial<Record<"root" | "row" | "column" | "highlight" | "toBack", string>>, addStatic?: boolean) => {
9142
+ declare const useClasses_28: (classesProp?: Partial<Record<"root" | "row" | "column" | "highlight" | "toBack", string>>, addStatic?: boolean) => {
9063
9143
  readonly classes: {
9064
9144
  root: string;
9065
9145
  row: string;
@@ -9071,7 +9151,7 @@ declare const useClasses_27: (classesProp?: Partial<Record<"root" | "row" | "col
9071
9151
  readonly cx: (...args: any) => string;
9072
9152
  };
9073
9153
 
9074
- declare const useClasses_28: (classesProp?: Partial<Record<"root" | "badgePosition" | "badge" | "badgeContainer" | "badgeHidden" | "showCount" | "showLabel" | "badgeIcon" | "badgeOneDigit", string>>, addStatic?: boolean) => {
9154
+ declare const useClasses_29: (classesProp?: Partial<Record<"root" | "badgePosition" | "badge" | "badgeContainer" | "badgeHidden" | "showCount" | "showLabel" | "badgeIcon" | "badgeOneDigit", string>>, addStatic?: boolean) => {
9075
9155
  readonly classes: {
9076
9156
  root: string;
9077
9157
  badgeContainer: string;
@@ -9087,55 +9167,49 @@ declare const useClasses_28: (classesProp?: Partial<Record<"root" | "badgePositi
9087
9167
  readonly cx: (...args: any) => string;
9088
9168
  };
9089
9169
 
9090
- declare const useClasses_29: (classesProp?: Partial<Record<"root" | "rootClosed" | "anchorOriginTopCenter" | "anchorOriginBottomCenter", string>>, addStatic?: boolean) => {
9170
+ declare const useClasses_3: (classesProp?: Partial<Record<"root" | "disabled", string>>, addStatic?: boolean) => {
9091
9171
  readonly classes: {
9092
- rootClosed: string;
9093
9172
  root: string;
9094
- anchorOriginTopCenter: string;
9095
- anchorOriginBottomCenter: string;
9173
+ disabled: string;
9096
9174
  };
9097
9175
  readonly css: any;
9098
9176
  readonly cx: (...args: any) => string;
9099
9177
  };
9100
9178
 
9101
- declare const useClasses_3: (classesProp?: Partial<Record<"root" | "disabled" | "focused" | "selected" | "focus" | "focusDisabled" | "externalReference" | "falseFocus", string>>, addStatic?: boolean) => {
9179
+ declare const useClasses_30: (classesProp?: Partial<Record<"root" | "rootClosed" | "anchorOriginTopCenter" | "anchorOriginBottomCenter", string>>, addStatic?: boolean) => {
9102
9180
  readonly classes: {
9181
+ rootClosed: string;
9103
9182
  root: string;
9104
- selected: string;
9105
- disabled: string;
9106
- focusDisabled: string;
9107
- focused: string;
9108
- externalReference: string;
9109
- falseFocus: string;
9110
- focus: string;
9183
+ anchorOriginTopCenter: string;
9184
+ anchorOriginBottomCenter: string;
9111
9185
  };
9112
9186
  readonly css: any;
9113
9187
  readonly cx: (...args: any) => string;
9114
9188
  };
9115
9189
 
9116
- declare const useClasses_30: (classesProp?: Partial<Record<"warning" | "root" | "action" | "default" | "success" | "error" | "message" | "actionContainer" | "baseVariant" | "outContainer" | "messageContainer" | "iconContainer" | "messageActions" | "actionsInnerContainer" | "closeAction", string>>, addStatic?: boolean) => {
9190
+ declare const useClasses_31: (classesProp?: Partial<Record<"warning" | "root" | "action" | "default" | "success" | "error" | "message" | "actionContainer" | "messageContainer" | "iconContainer" | "messageActions" | "closeAction" | "baseVariant" | "outContainer" | "actionsInnerContainer", string>>, addStatic?: boolean) => {
9117
9191
  readonly classes: {
9118
9192
  root: string;
9119
- message: string;
9120
- action: string;
9121
- baseVariant: string;
9122
9193
  success: string;
9123
9194
  warning: string;
9124
9195
  error: string;
9125
9196
  default: string;
9126
- outContainer: string;
9197
+ message: string;
9198
+ action: string;
9127
9199
  messageContainer: string;
9128
9200
  iconContainer: string;
9129
9201
  messageActions: string;
9130
9202
  actionContainer: string;
9131
- actionsInnerContainer: string;
9132
9203
  closeAction: string;
9204
+ baseVariant: string;
9205
+ outContainer: string;
9206
+ actionsInnerContainer: string;
9133
9207
  };
9134
9208
  readonly css: any;
9135
9209
  readonly cx: (...args: any) => string;
9136
9210
  };
9137
9211
 
9138
- declare const useClasses_31: (classesProp?: Partial<Record<"root" | "disabled" | "semantic" | "icon" | "checked" | "indeterminate" | "focusVisible", string>>, addStatic?: boolean) => {
9212
+ declare const useClasses_32: (classesProp?: Partial<Record<"root" | "disabled" | "semantic" | "icon" | "checked" | "indeterminate" | "focusVisible", string>>, addStatic?: boolean) => {
9139
9213
  readonly classes: {
9140
9214
  root: string;
9141
9215
  disabled: string;
@@ -9149,7 +9223,7 @@ declare const useClasses_31: (classesProp?: Partial<Record<"root" | "disabled" |
9149
9223
  readonly cx: (...args: any) => string;
9150
9224
  };
9151
9225
 
9152
- declare const useClasses_32: (classesProp?: Partial<Record<"root" | "disabled" | "semantic" | "icon" | "checked" | "focusVisible", string>>, addStatic?: boolean) => {
9226
+ declare const useClasses_33: (classesProp?: Partial<Record<"root" | "disabled" | "semantic" | "icon" | "checked" | "focusVisible", string>>, addStatic?: boolean) => {
9153
9227
  readonly classes: {
9154
9228
  root: string;
9155
9229
  disabled: string;
@@ -9162,7 +9236,7 @@ declare const useClasses_32: (classesProp?: Partial<Record<"root" | "disabled" |
9162
9236
  readonly cx: (...args: any) => string;
9163
9237
  };
9164
9238
 
9165
- declare const useClasses_33: (classesProp?: Partial<Record<"root" | "disabled" | "readOnly" | "switch" | "switchBase" | "track" | "checked" | "thumb" | "focusVisible", string>>, addStatic?: boolean) => {
9239
+ declare const useClasses_34: (classesProp?: Partial<Record<"root" | "disabled" | "readOnly" | "switch" | "switchBase" | "track" | "checked" | "thumb" | "focusVisible", string>>, addStatic?: boolean) => {
9166
9240
  readonly classes: {
9167
9241
  root: string;
9168
9242
  switch: string;
@@ -9178,7 +9252,7 @@ declare const useClasses_33: (classesProp?: Partial<Record<"root" | "disabled" |
9178
9252
  readonly cx: (...args: any) => string;
9179
9253
  };
9180
9254
 
9181
- declare const useClasses_34: (classesProp?: Partial<Record<"link" | "root" | "a" | "orderedList" | "currentPage" | "centerContainer" | "separatorContainer", string>>, addStatic?: boolean) => {
9255
+ declare const useClasses_35: (classesProp?: Partial<Record<"link" | "root" | "a" | "orderedList" | "currentPage" | "centerContainer" | "separatorContainer", string>>, addStatic?: boolean) => {
9182
9256
  readonly classes: {
9183
9257
  root: string;
9184
9258
  link: string;
@@ -9192,7 +9266,7 @@ declare const useClasses_34: (classesProp?: Partial<Record<"link" | "root" | "a"
9192
9266
  readonly cx: (...args: any) => string;
9193
9267
  };
9194
9268
 
9195
- declare const useClasses_35: (classesProp?: Partial<Record<"root" | "semantic" | "divider" | "selectAll" | "actions" | "selectAllContainer" | "selectAllPages", string>>, addStatic?: boolean) => {
9269
+ declare const useClasses_36: (classesProp?: Partial<Record<"root" | "semantic" | "divider" | "selectAll" | "actions" | "selectAllContainer" | "selectAllPages", string>>, addStatic?: boolean) => {
9196
9270
  readonly classes: {
9197
9271
  root: string;
9198
9272
  semantic: string;
@@ -9206,7 +9280,7 @@ declare const useClasses_35: (classesProp?: Partial<Record<"root" | "semantic" |
9206
9280
  readonly cx: (...args: any) => string;
9207
9281
  };
9208
9282
 
9209
- declare const useClasses_36: (classesProp?: Partial<Record<"container" | "label" | "root" | "disabled" | "semantic" | "checkbox" | "checked" | "indeterminate" | "focusVisible" | "invalidContainer" | "invalidCheckbox", string>>, addStatic?: boolean) => {
9283
+ declare const useClasses_37: (classesProp?: Partial<Record<"container" | "label" | "root" | "disabled" | "semantic" | "checkbox" | "checked" | "indeterminate" | "focusVisible" | "invalidContainer" | "invalidCheckbox", string>>, addStatic?: boolean) => {
9210
9284
  readonly classes: {
9211
9285
  root: string;
9212
9286
  container: string;
@@ -9224,7 +9298,7 @@ declare const useClasses_36: (classesProp?: Partial<Record<"container" | "label"
9224
9298
  readonly cx: (...args: any) => string;
9225
9299
  };
9226
9300
 
9227
- declare const useClasses_37: (classesProp?: Partial<Record<"root" | "rangeCalendarContainer" | "singleCalendar" | "focusSelection" | "calendarMonthlyCell" | "calendarMonthlyCellSelected", string>>, addStatic?: boolean) => {
9301
+ declare const useClasses_38: (classesProp?: Partial<Record<"root" | "rangeCalendarContainer" | "singleCalendar" | "focusSelection" | "calendarMonthlyCell" | "calendarMonthlyCellSelected", string>>, addStatic?: boolean) => {
9228
9302
  readonly classes: {
9229
9303
  root: string;
9230
9304
  rangeCalendarContainer: string;
@@ -9237,7 +9311,7 @@ declare const useClasses_37: (classesProp?: Partial<Record<"root" | "rangeCalend
9237
9311
  readonly cx: (...args: any) => string;
9238
9312
  };
9239
9313
 
9240
- declare const useClasses_38: (classesProp?: Partial<Record<"root" | "invalid" | "headerDayOfWeek", string>>, addStatic?: boolean) => {
9314
+ declare const useClasses_39: (classesProp?: Partial<Record<"root" | "invalid" | "headerDayOfWeek", string>>, addStatic?: boolean) => {
9241
9315
  readonly classes: {
9242
9316
  root: string;
9243
9317
  invalid: string;
@@ -9247,7 +9321,22 @@ declare const useClasses_38: (classesProp?: Partial<Record<"root" | "invalid" |
9247
9321
  readonly cx: (...args: any) => string;
9248
9322
  };
9249
9323
 
9250
- declare const useClasses_39: (classesProp?: Partial<Record<"root" | "focusSelection" | "navigationContainer" | "navigationMonth" | "cellContainer" | "calendarDate" | "calendarDateSelected" | "calendarDateNotInMonth" | "calendarDateInSelectionRange" | "startBookend" | "endBookend" | "cellsInRange" | "cellsOutsideRange" | "calendarGrid" | "calendarDay" | "calendarDateInvalid", string>>, addStatic?: boolean) => {
9324
+ declare const useClasses_4: (classesProp?: Partial<Record<"root" | "disabled" | "focused" | "selected" | "focus" | "focusDisabled" | "externalReference" | "falseFocus", string>>, addStatic?: boolean) => {
9325
+ readonly classes: {
9326
+ root: string;
9327
+ selected: string;
9328
+ disabled: string;
9329
+ focusDisabled: string;
9330
+ focused: string;
9331
+ externalReference: string;
9332
+ falseFocus: string;
9333
+ focus: string;
9334
+ };
9335
+ readonly css: any;
9336
+ readonly cx: (...args: any) => string;
9337
+ };
9338
+
9339
+ declare const useClasses_40: (classesProp?: Partial<Record<"root" | "focusSelection" | "navigationContainer" | "navigationMonth" | "cellContainer" | "calendarDate" | "calendarDateSelected" | "calendarDateNotInMonth" | "calendarDateInSelectionRange" | "startBookend" | "endBookend" | "cellsInRange" | "cellsOutsideRange" | "calendarGrid" | "calendarDay" | "calendarDateInvalid", string>>, addStatic?: boolean) => {
9251
9340
  readonly classes: {
9252
9341
  root: string;
9253
9342
  calendarGrid: string;
@@ -9270,15 +9359,7 @@ declare const useClasses_39: (classesProp?: Partial<Record<"root" | "focusSelect
9270
9359
  readonly cx: (...args: any) => string;
9271
9360
  };
9272
9361
 
9273
- declare const useClasses_4: (classesProp?: Partial<Record<"root", string>>, addStatic?: boolean) => {
9274
- readonly classes: {
9275
- root: string;
9276
- };
9277
- readonly css: any;
9278
- readonly cx: (...args: any) => string;
9279
- };
9280
-
9281
- declare const useClasses_40: (classesProp?: Partial<Record<"root" | "icon" | "selectable" | "selected" | "semanticContainer" | "semanticBar", string>>, addStatic?: boolean) => {
9362
+ declare const useClasses_41: (classesProp?: Partial<Record<"root" | "icon" | "selectable" | "selected" | "semanticContainer" | "semanticBar", string>>, addStatic?: boolean) => {
9282
9363
  readonly classes: {
9283
9364
  root: string;
9284
9365
  selected: string;
@@ -9291,7 +9372,7 @@ declare const useClasses_40: (classesProp?: Partial<Record<"root" | "icon" | "se
9291
9372
  readonly cx: (...args: any) => string;
9292
9373
  };
9293
9374
 
9294
- declare const useClasses_41: (classesProp?: Partial<Record<"content" | "root" | "title" | "titleShort" | "subheader" | "action", string>>, addStatic?: boolean) => {
9375
+ declare const useClasses_42: (classesProp?: Partial<Record<"content" | "root" | "title" | "titleShort" | "subheader" | "action", string>>, addStatic?: boolean) => {
9295
9376
  readonly classes: {
9296
9377
  root: string;
9297
9378
  titleShort: string;
@@ -9304,7 +9385,7 @@ declare const useClasses_41: (classesProp?: Partial<Record<"content" | "root" |
9304
9385
  readonly cx: (...args: any) => string;
9305
9386
  };
9306
9387
 
9307
- declare const useClasses_42: (classesProp?: Partial<Record<"content", string>>, addStatic?: boolean) => {
9388
+ declare const useClasses_43: (classesProp?: Partial<Record<"content", string>>, addStatic?: boolean) => {
9308
9389
  readonly classes: {
9309
9390
  content: string;
9310
9391
  };
@@ -9312,7 +9393,7 @@ declare const useClasses_42: (classesProp?: Partial<Record<"content", string>>,
9312
9393
  readonly cx: (...args: any) => string;
9313
9394
  };
9314
9395
 
9315
- declare const useClasses_43: (classesProp?: Partial<Record<"root" | "media", string>>, addStatic?: boolean) => {
9396
+ declare const useClasses_44: (classesProp?: Partial<Record<"root" | "media", string>>, addStatic?: boolean) => {
9316
9397
  readonly classes: {
9317
9398
  root: string;
9318
9399
  media: string;
@@ -9321,7 +9402,7 @@ declare const useClasses_43: (classesProp?: Partial<Record<"root" | "media", str
9321
9402
  readonly cx: (...args: any) => string;
9322
9403
  };
9323
9404
 
9324
- declare const useClasses_44: (classesProp?: Partial<Record<"xs" | "root" | "panel" | "title" | "controls" | "counterContainer" | "thumbnail" | "thumbnailSelected" | "dot" | "main" | "counter" | "actions" | "fullscreen" | "closeButton" | "mainContainer" | "pageCounter" | "mainXs" | "mainFullscreen" | "slideControls" | "slidesViewport" | "slidesContainer" | "dots" | "dotsXs" | "dotSelected", string>>, addStatic?: boolean) => {
9405
+ declare const useClasses_45: (classesProp?: Partial<Record<"xs" | "root" | "panel" | "title" | "controls" | "counterContainer" | "thumbnail" | "thumbnailSelected" | "dot" | "main" | "counter" | "actions" | "fullscreen" | "closeButton" | "mainContainer" | "pageCounter" | "mainXs" | "mainFullscreen" | "slideControls" | "slidesViewport" | "slidesContainer" | "dots" | "dotsXs" | "dotSelected", string>>, addStatic?: boolean) => {
9325
9406
  readonly classes: {
9326
9407
  root: string;
9327
9408
  xs: string;
@@ -9352,7 +9433,7 @@ declare const useClasses_44: (classesProp?: Partial<Record<"xs" | "root" | "pane
9352
9433
  readonly cx: (...args: any) => string;
9353
9434
  };
9354
9435
 
9355
- declare const useClasses_45: (classesProp?: Partial<Record<"image" | "slide", string>>, addStatic?: boolean) => {
9436
+ declare const useClasses_46: (classesProp?: Partial<Record<"image" | "slide", string>>, addStatic?: boolean) => {
9356
9437
  readonly classes: {
9357
9438
  slide: string;
9358
9439
  image: string;
@@ -9361,7 +9442,7 @@ declare const useClasses_45: (classesProp?: Partial<Record<"image" | "slide", st
9361
9442
  readonly cx: (...args: any) => string;
9362
9443
  };
9363
9444
 
9364
- declare const useClasses_46: (classesProp?: Partial<Record<"label" | "root" | "input" | "icon" | "error" | "inputRoot" | "description" | "adornmentButton" | "labelContainer" | "inputBorderContainer" | "inputRootFocused" | "inputRootDisabled" | "inputRootMultiline" | "adornmentsBox" | "iconClear" | "hasSuggestions" | "suggestionsContainer" | "suggestionList" | "inputExtension", string>>, addStatic?: boolean) => {
9445
+ declare const useClasses_47: (classesProp?: Partial<Record<"label" | "root" | "input" | "icon" | "error" | "inputRoot" | "description" | "adornmentButton" | "labelContainer" | "inputBorderContainer" | "inputRootFocused" | "inputRootDisabled" | "inputRootMultiline" | "adornmentsBox" | "iconClear" | "hasSuggestions" | "suggestionsContainer" | "suggestionList" | "inputExtension", string>>, addStatic?: boolean) => {
9365
9446
  readonly classes: {
9366
9447
  root: string;
9367
9448
  labelContainer: string;
@@ -9387,7 +9468,7 @@ declare const useClasses_46: (classesProp?: Partial<Record<"label" | "root" | "i
9387
9468
  readonly cx: (...args: any) => string;
9388
9469
  };
9389
9470
 
9390
- declare const useClasses_47: (classesProp?: Partial<Record<"root" | "icon" | "pageSizeOptions" | "pageSizeHeader" | "pageSizeTextContainer" | "pageSizeOptionsSelect" | "totalPagesTextContainer" | "pageNavigator" | "iconContainer" | "pageSizeRoot" | "pageInfo" | "pageJump" | "pageSizeInput" | "pageSizeInputRoot" | "pageSizeInputContainer", string>>, addStatic?: boolean) => {
9471
+ declare const useClasses_48: (classesProp?: Partial<Record<"root" | "icon" | "pageSizeOptions" | "pageSizeHeader" | "pageSizeTextContainer" | "pageSizeOptionsSelect" | "totalPagesTextContainer" | "pageNavigator" | "iconContainer" | "pageSizeRoot" | "pageInfo" | "pageJump" | "pageSizeInput" | "pageSizeInputRoot" | "pageSizeInputContainer", string>>, addStatic?: boolean) => {
9391
9472
  readonly classes: {
9392
9473
  root: string;
9393
9474
  pageSizeOptions: string;
@@ -9409,7 +9490,7 @@ declare const useClasses_47: (classesProp?: Partial<Record<"root" | "icon" | "pa
9409
9490
  readonly cx: (...args: any) => string;
9410
9491
  };
9411
9492
 
9412
- declare const useClasses_48: (classesProp?: Partial<Record<"vertical" | "horizontal" | "label" | "root" | "invalid" | "error" | "group" | "selectAll", string>>, addStatic?: boolean) => {
9493
+ declare const useClasses_49: (classesProp?: Partial<Record<"vertical" | "horizontal" | "label" | "root" | "invalid" | "error" | "group" | "selectAll", string>>, addStatic?: boolean) => {
9413
9494
  readonly classes: {
9414
9495
  root: string;
9415
9496
  label: string;
@@ -9424,7 +9505,15 @@ declare const useClasses_48: (classesProp?: Partial<Record<"vertical" | "horizon
9424
9505
  readonly cx: (...args: any) => string;
9425
9506
  };
9426
9507
 
9427
- declare const useClasses_49: (classesProp?: Partial<Record<"label" | "colorPicker" | "root" | "panel" | "headerColorValue" | "recommendedColorsRoot" | "description" | "labelContainer" | "headerColorIcon" | "colorPickerIcon" | "dropdownRootIconOnly" | "headerColorIconOnly" | "pickerFields", string>>, addStatic?: boolean) => {
9508
+ declare const useClasses_5: (classesProp?: Partial<Record<"root", string>>, addStatic?: boolean) => {
9509
+ readonly classes: {
9510
+ root: string;
9511
+ };
9512
+ readonly css: any;
9513
+ readonly cx: (...args: any) => string;
9514
+ };
9515
+
9516
+ declare const useClasses_50: (classesProp?: Partial<Record<"label" | "colorPicker" | "root" | "panel" | "headerColorValue" | "recommendedColorsRoot" | "description" | "labelContainer" | "headerColorIcon" | "colorPickerIcon" | "dropdownRootIconOnly" | "headerColorIconOnly" | "pickerFields", string>>, addStatic?: boolean) => {
9428
9517
  readonly classes: {
9429
9518
  root: string;
9430
9519
  labelContainer: string;
@@ -9444,25 +9533,7 @@ declare const useClasses_49: (classesProp?: Partial<Record<"label" | "colorPicke
9444
9533
  readonly cx: (...args: any) => string;
9445
9534
  };
9446
9535
 
9447
- declare const useClasses_5: (classesProp?: Partial<Record<"root" | "disabled" | "selected" | "condensed" | "focus" | "interactive" | "startAdornment" | "endAdornment" | "gutters" | "withStartAdornment" | "withEndAdornment", string>>, addStatic?: boolean) => {
9448
- readonly classes: {
9449
- root: string;
9450
- focus: string;
9451
- startAdornment: string;
9452
- endAdornment: string;
9453
- gutters: string;
9454
- condensed: string;
9455
- interactive: string;
9456
- selected: string;
9457
- disabled: string;
9458
- withStartAdornment: string;
9459
- withEndAdornment: string;
9460
- };
9461
- readonly css: any;
9462
- readonly cx: (...args: any) => string;
9463
- };
9464
-
9465
- declare const useClasses_50: (classesProp?: Partial<Record<"root" | "fixed" | "disableGutters" | "maxWidthXs" | "maxWidthSm" | "maxWidthMd" | "maxWidthLg" | "maxWidthXl", string>>, addStatic?: boolean) => {
9536
+ declare const useClasses_51: (classesProp?: Partial<Record<"root" | "fixed" | "disableGutters" | "maxWidthXs" | "maxWidthSm" | "maxWidthMd" | "maxWidthLg" | "maxWidthXl", string>>, addStatic?: boolean) => {
9466
9537
  readonly classes: {
9467
9538
  root: string;
9468
9539
  disableGutters: string;
@@ -9477,7 +9548,7 @@ declare const useClasses_50: (classesProp?: Partial<Record<"root" | "fixed" | "d
9477
9548
  readonly cx: (...args: any) => string;
9478
9549
  };
9479
9550
 
9480
- declare const useClasses_51: (classesProp?: Partial<Record<"root" | "section" | "rightSection" | "leftSection", string>>, addStatic?: boolean) => {
9551
+ declare const useClasses_52: (classesProp?: Partial<Record<"root" | "section" | "rightSection" | "leftSection", string>>, addStatic?: boolean) => {
9481
9552
  readonly classes: {
9482
9553
  root: string;
9483
9554
  section: string;
@@ -9488,7 +9559,7 @@ declare const useClasses_51: (classesProp?: Partial<Record<"root" | "section" |
9488
9559
  readonly cx: (...args: any) => string;
9489
9560
  };
9490
9561
 
9491
- declare const useClasses_52: (classesProp?: Partial<Record<"body" | "root" | "head" | "variantListactions" | "variantListcheckbox" | "variantList" | "footer" | "resizable" | "sorted" | "alignLeft" | "alignCenter" | "alignRight" | "alignJustify" | "variantNone" | "variantCheckbox" | "variantActions" | "variantExpand" | "variantListHead" | "stickyColumn" | "stickyColumnMostLeft" | "stickyColumnLeastRight" | "groupColumnMostLeft" | "groupColumnMostRight" | "resizing", string>>, addStatic?: boolean) => {
9562
+ declare const useClasses_53: (classesProp?: Partial<Record<"body" | "root" | "head" | "variantListactions" | "variantListcheckbox" | "variantList" | "footer" | "resizable" | "sorted" | "alignLeft" | "alignCenter" | "alignRight" | "alignJustify" | "variantNone" | "variantCheckbox" | "variantActions" | "variantExpand" | "variantListHead" | "stickyColumn" | "stickyColumnMostLeft" | "stickyColumnLeastRight" | "groupColumnMostLeft" | "groupColumnMostRight" | "resizing", string>>, addStatic?: boolean) => {
9492
9563
  readonly classes: {
9493
9564
  root: string;
9494
9565
  head: string;
@@ -9519,7 +9590,7 @@ declare const useClasses_52: (classesProp?: Partial<Record<"body" | "root" | "he
9519
9590
  readonly cx: (...args: any) => string;
9520
9591
  };
9521
9592
 
9522
- declare const useClasses_53: (classesProp?: Partial<Record<"body" | "root" | "selected" | "head" | "variantList" | "expanded" | "footer" | "variantListHead" | "striped" | "hover", string>>, addStatic?: boolean) => {
9593
+ declare const useClasses_54: (classesProp?: Partial<Record<"body" | "root" | "selected" | "head" | "variantList" | "expanded" | "footer" | "variantListHead" | "striped" | "hover", string>>, addStatic?: boolean) => {
9523
9594
  readonly classes: {
9524
9595
  root: string;
9525
9596
  head: string;
@@ -9536,7 +9607,7 @@ declare const useClasses_53: (classesProp?: Partial<Record<"body" | "root" | "se
9536
9607
  readonly cx: (...args: any) => string;
9537
9608
  };
9538
9609
 
9539
- declare const useClasses_54: (classesProp?: Partial<Record<"body" | "root" | "head" | "sortButton" | "variantList" | "resizer" | "footer" | "resizable" | "sorted" | "alignLeft" | "alignCenter" | "alignRight" | "alignJustify" | "variantNone" | "variantCheckbox" | "variantActions" | "variantExpand" | "stickyColumn" | "stickyColumnMostLeft" | "stickyColumnLeastRight" | "groupColumnMostLeft" | "groupColumnMostRight" | "resizing" | "headerContent" | "headerText" | "headerParagraph" | "sortableHeaderText" | "sortable" | "sortIcon" | "alignFlexLeft" | "alignFlexRight" | "alignFlexCenter" | "alignFlexJustify", string>>, addStatic?: boolean) => {
9610
+ declare const useClasses_55: (classesProp?: Partial<Record<"body" | "root" | "head" | "sortButton" | "variantList" | "resizer" | "footer" | "resizable" | "sorted" | "alignLeft" | "alignCenter" | "alignRight" | "alignJustify" | "variantNone" | "variantCheckbox" | "variantActions" | "variantExpand" | "stickyColumn" | "stickyColumnMostLeft" | "stickyColumnLeastRight" | "groupColumnMostLeft" | "groupColumnMostRight" | "resizing" | "headerContent" | "headerText" | "headerParagraph" | "sortableHeaderText" | "sortable" | "sortIcon" | "alignFlexLeft" | "alignFlexRight" | "alignFlexCenter" | "alignFlexJustify", string>>, addStatic?: boolean) => {
9540
9611
  readonly classes: {
9541
9612
  root: string;
9542
9613
  head: string;
@@ -9576,7 +9647,7 @@ declare const useClasses_54: (classesProp?: Partial<Record<"body" | "root" | "he
9576
9647
  readonly cx: (...args: any) => string;
9577
9648
  };
9578
9649
 
9579
- declare const useClasses_55: (classesProp?: Partial<Record<"root" | "stickyHeader" | "stickyColumns" | "listRow", string>>, addStatic?: boolean) => {
9650
+ declare const useClasses_56: (classesProp?: Partial<Record<"root" | "stickyHeader" | "stickyColumns" | "listRow", string>>, addStatic?: boolean) => {
9580
9651
  readonly classes: {
9581
9652
  root: string;
9582
9653
  stickyHeader: string;
@@ -9587,7 +9658,7 @@ declare const useClasses_55: (classesProp?: Partial<Record<"root" | "stickyHeade
9587
9658
  readonly cx: (...args: any) => string;
9588
9659
  };
9589
9660
 
9590
- declare const useClasses_56: (classesProp?: Partial<Record<"root", string>>, addStatic?: boolean) => {
9661
+ declare const useClasses_57: (classesProp?: Partial<Record<"root", string>>, addStatic?: boolean) => {
9591
9662
  readonly classes: {
9592
9663
  root: string;
9593
9664
  };
@@ -9595,7 +9666,7 @@ declare const useClasses_56: (classesProp?: Partial<Record<"root", string>>, add
9595
9666
  readonly cx: (...args: any) => string;
9596
9667
  };
9597
9668
 
9598
- declare const useClasses_57: (classesProp?: Partial<Record<"root" | "sortDropdown", string>>, addStatic?: boolean) => {
9669
+ declare const useClasses_58: (classesProp?: Partial<Record<"root" | "sortDropdown", string>>, addStatic?: boolean) => {
9599
9670
  readonly classes: {
9600
9671
  root: string;
9601
9672
  sortDropdown: string;
@@ -9604,7 +9675,7 @@ declare const useClasses_57: (classesProp?: Partial<Record<"root" | "sortDropdow
9604
9675
  readonly cx: (...args: any) => string;
9605
9676
  };
9606
9677
 
9607
- declare const useClasses_58: (classesProp?: Partial<Record<"label" | "root" | "placeholder" | "disabled" | "readOnly" | "placeholderClosed" | "error" | "description" | "labelContainer" | "dropdown" | "arrow" | "selectionDisabled" | "dropdownHeader" | "dropdownHeaderInvalid" | "dropdownHeaderOpen" | "dropdownListContainer" | "rootList", string>>, addStatic?: boolean) => {
9678
+ declare const useClasses_59: (classesProp?: Partial<Record<"label" | "root" | "placeholder" | "disabled" | "readOnly" | "placeholderClosed" | "error" | "description" | "labelContainer" | "dropdown" | "arrow" | "selectionDisabled" | "dropdownHeader" | "dropdownHeaderInvalid" | "dropdownHeaderOpen" | "dropdownListContainer" | "rootList", string>>, addStatic?: boolean) => {
9608
9679
  readonly classes: {
9609
9680
  root: string;
9610
9681
  labelContainer: string;
@@ -9628,7 +9699,25 @@ declare const useClasses_58: (classesProp?: Partial<Record<"label" | "root" | "p
9628
9699
  readonly cx: (...args: any) => string;
9629
9700
  };
9630
9701
 
9631
- declare const useClasses_59: (classesProp?: Partial<Record<"listContainer" | "selection" | "virtualized" | "selectAll" | "selectAllContainer" | "dropdownListContainer" | "rootList" | "searchContainer" | "listBorderDown", string>>, addStatic?: boolean) => {
9702
+ declare const useClasses_6: (classesProp?: Partial<Record<"root" | "disabled" | "selected" | "condensed" | "focus" | "interactive" | "startAdornment" | "endAdornment" | "gutters" | "withStartAdornment" | "withEndAdornment", string>>, addStatic?: boolean) => {
9703
+ readonly classes: {
9704
+ root: string;
9705
+ focus: string;
9706
+ startAdornment: string;
9707
+ endAdornment: string;
9708
+ gutters: string;
9709
+ condensed: string;
9710
+ interactive: string;
9711
+ selected: string;
9712
+ disabled: string;
9713
+ withStartAdornment: string;
9714
+ withEndAdornment: string;
9715
+ };
9716
+ readonly css: any;
9717
+ readonly cx: (...args: any) => string;
9718
+ };
9719
+
9720
+ declare const useClasses_60: (classesProp?: Partial<Record<"listContainer" | "selection" | "virtualized" | "selectAll" | "selectAllContainer" | "dropdownListContainer" | "rootList" | "searchContainer" | "listBorderDown", string>>, addStatic?: boolean) => {
9632
9721
  readonly classes: {
9633
9722
  rootList: string;
9634
9723
  dropdownListContainer: string;
@@ -9644,18 +9733,7 @@ declare const useClasses_59: (classesProp?: Partial<Record<"listContainer" | "se
9644
9733
  readonly cx: (...args: any) => string;
9645
9734
  };
9646
9735
 
9647
- declare const useClasses_6: (classesProp?: Partial<Record<"root" | "counterDisabled" | "gutter" | "overloaded", string>>, addStatic?: boolean) => {
9648
- readonly classes: {
9649
- root: string;
9650
- counterDisabled: string;
9651
- gutter: string;
9652
- overloaded: string;
9653
- };
9654
- readonly css: any;
9655
- readonly cx: (...args: any) => string;
9656
- };
9657
-
9658
- declare const useClasses_60: (classesProp?: Partial<Record<"container" | "label" | "root" | "panel" | "icon" | "inputText" | "action" | "error" | "description" | "labelContainer" | "dropdown" | "actionContainer" | "dropdownHeaderInvalid" | "dropdownHeaderOpen" | "leftContainer" | "rightContainer" | "dateText", string>>, addStatic?: boolean) => {
9736
+ declare const useClasses_61: (classesProp?: Partial<Record<"container" | "label" | "root" | "panel" | "icon" | "inputText" | "action" | "error" | "description" | "labelContainer" | "dropdown" | "actionContainer" | "dropdownHeaderInvalid" | "dropdownHeaderOpen" | "leftContainer" | "rightContainer" | "dateText", string>>, addStatic?: boolean) => {
9659
9737
  readonly classes: {
9660
9738
  root: string;
9661
9739
  actionContainer: string;
@@ -9679,7 +9757,7 @@ declare const useClasses_60: (classesProp?: Partial<Record<"container" | "label"
9679
9757
  readonly cx: (...args: any) => string;
9680
9758
  };
9681
9759
 
9682
- declare const useClasses_61: (classesProp?: Partial<Record<"root" | "titleText" | "messageContainer" | "fullscreen" | "textWithIcon", string>>, addStatic?: boolean) => {
9760
+ declare const useClasses_62: (classesProp?: Partial<Record<"root" | "titleText" | "messageContainer" | "fullscreen" | "textWithIcon", string>>, addStatic?: boolean) => {
9683
9761
  readonly classes: {
9684
9762
  root: string;
9685
9763
  fullscreen: string;
@@ -9691,7 +9769,7 @@ declare const useClasses_61: (classesProp?: Partial<Record<"root" | "titleText"
9691
9769
  readonly cx: (...args: any) => string;
9692
9770
  };
9693
9771
 
9694
- declare const useClasses_62: (classesProp?: Partial<Record<"root" | "textContent", string>>, addStatic?: boolean) => {
9772
+ declare const useClasses_63: (classesProp?: Partial<Record<"root" | "textContent", string>>, addStatic?: boolean) => {
9695
9773
  readonly classes: {
9696
9774
  root: string;
9697
9775
  textContent: string;
@@ -9700,7 +9778,7 @@ declare const useClasses_62: (classesProp?: Partial<Record<"root" | "textContent
9700
9778
  readonly cx: (...args: any) => string;
9701
9779
  };
9702
9780
 
9703
- declare const useClasses_63: (classesProp?: Partial<Record<"root" | "spacing" | "fullscreen", string>>, addStatic?: boolean) => {
9781
+ declare const useClasses_64: (classesProp?: Partial<Record<"root" | "spacing" | "fullscreen", string>>, addStatic?: boolean) => {
9704
9782
  readonly classes: {
9705
9783
  root: string;
9706
9784
  fullscreen: string;
@@ -9710,7 +9788,7 @@ declare const useClasses_63: (classesProp?: Partial<Record<"root" | "spacing" |
9710
9788
  readonly cx: (...args: any) => string;
9711
9789
  };
9712
9790
 
9713
- declare const useClasses_64: (classesProp?: Partial<Record<"warning" | "background" | "root" | "paper" | "success" | "error" | "fullscreen" | "closeButton" | "fullHeight" | "statusBar", string>>, addStatic?: boolean) => {
9791
+ declare const useClasses_65: (classesProp?: Partial<Record<"warning" | "background" | "root" | "paper" | "success" | "error" | "fullscreen" | "closeButton" | "fullHeight" | "statusBar", string>>, addStatic?: boolean) => {
9714
9792
  readonly classes: {
9715
9793
  root: string;
9716
9794
  background: string;
@@ -9727,7 +9805,7 @@ declare const useClasses_64: (classesProp?: Partial<Record<"warning" | "backgrou
9727
9805
  readonly cx: (...args: any) => string;
9728
9806
  };
9729
9807
 
9730
- declare const useClasses_65: (classesProp?: Partial<Record<"horizontal" | "root" | "icon" | "radio" | "radioRoot", string>>, addStatic?: boolean) => {
9808
+ declare const useClasses_66: (classesProp?: Partial<Record<"horizontal" | "root" | "icon" | "radio" | "radioRoot", string>>, addStatic?: boolean) => {
9731
9809
  readonly classes: {
9732
9810
  root: string;
9733
9811
  horizontal: string;
@@ -9739,7 +9817,7 @@ declare const useClasses_65: (classesProp?: Partial<Record<"horizontal" | "root"
9739
9817
  readonly cx: (...args: any) => string;
9740
9818
  };
9741
9819
 
9742
- declare const useClasses_66: (classesProp?: Partial<Record<"vertical" | "horizontal" | "label" | "root" | "invalid" | "error" | "group", string>>, addStatic?: boolean) => {
9820
+ declare const useClasses_67: (classesProp?: Partial<Record<"vertical" | "horizontal" | "label" | "root" | "invalid" | "error" | "group", string>>, addStatic?: boolean) => {
9743
9821
  readonly classes: {
9744
9822
  root: string;
9745
9823
  label: string;
@@ -9753,7 +9831,7 @@ declare const useClasses_66: (classesProp?: Partial<Record<"vertical" | "horizon
9753
9831
  readonly cx: (...args: any) => string;
9754
9832
  };
9755
9833
 
9756
- declare const useClasses_67: (classesProp?: Partial<Record<"background" | "root" | "paper" | "closeButton", string>>, addStatic?: boolean) => {
9834
+ declare const useClasses_68: (classesProp?: Partial<Record<"background" | "root" | "paper" | "closeButton", string>>, addStatic?: boolean) => {
9757
9835
  readonly classes: {
9758
9836
  root: string;
9759
9837
  paper: string;
@@ -9764,7 +9842,7 @@ declare const useClasses_67: (classesProp?: Partial<Record<"background" | "root"
9764
9842
  readonly cx: (...args: any) => string;
9765
9843
  };
9766
9844
 
9767
- declare const useClasses_68: (classesProp?: Partial<Record<"container" | "root" | "titleContainer" | "actionContainer" | "messageContainer" | "iconContainer" | "containerMessageOnly" | "textContainer", string>>, addStatic?: boolean) => {
9845
+ declare const useClasses_69: (classesProp?: Partial<Record<"container" | "root" | "titleContainer" | "actionContainer" | "messageContainer" | "iconContainer" | "containerMessageOnly" | "textContainer", string>>, addStatic?: boolean) => {
9768
9846
  readonly classes: {
9769
9847
  root: string;
9770
9848
  container: string;
@@ -9779,30 +9857,27 @@ declare const useClasses_68: (classesProp?: Partial<Record<"container" | "root"
9779
9857
  readonly cx: (...args: any) => string;
9780
9858
  };
9781
9859
 
9782
- declare const useClasses_69: (classesProp?: Partial<Record<"overlay" | "previewButton", string>>, addStatic?: boolean) => {
9860
+ declare const useClasses_7: (classesProp?: Partial<Record<"root" | "counterDisabled" | "gutter" | "overloaded", string>>, addStatic?: boolean) => {
9783
9861
  readonly classes: {
9784
- previewButton: string;
9785
- overlay: string;
9862
+ root: string;
9863
+ counterDisabled: string;
9864
+ gutter: string;
9865
+ overloaded: string;
9786
9866
  };
9787
9867
  readonly css: any;
9788
9868
  readonly cx: (...args: any) => string;
9789
9869
  };
9790
9870
 
9791
- declare const useClasses_7: (classesProp?: Partial<Record<"root" | "disabled" | "icon" | "adornment" | "adornmentIcon" | "hideIcon" | "adornmentButton", string>>, addStatic?: boolean) => {
9871
+ declare const useClasses_70: (classesProp?: Partial<Record<"overlay" | "previewButton", string>>, addStatic?: boolean) => {
9792
9872
  readonly classes: {
9793
- root: string;
9794
- icon: string;
9795
- adornment: string;
9796
- adornmentIcon: string;
9797
- hideIcon: string;
9798
- adornmentButton: string;
9799
- disabled: string;
9873
+ previewButton: string;
9874
+ overlay: string;
9800
9875
  };
9801
9876
  readonly css: any;
9802
9877
  readonly cx: (...args: any) => string;
9803
9878
  };
9804
9879
 
9805
- declare const useClasses_70: (classesProp?: Partial<Record<"root" | "icon" | "progressbarContainer" | "previewContainer" | "progressbar" | "removeButton" | "progressbarBack" | "nameText" | "progressTextContainer" | "fail", string>>, addStatic?: boolean) => {
9880
+ declare const useClasses_71: (classesProp?: Partial<Record<"root" | "icon" | "progressbarContainer" | "previewContainer" | "progressbar" | "removeButton" | "progressbarBack" | "nameText" | "progressTextContainer" | "fail", string>>, addStatic?: boolean) => {
9806
9881
  readonly classes: {
9807
9882
  root: string;
9808
9883
  progressbar: string;
@@ -9819,7 +9894,7 @@ declare const useClasses_70: (classesProp?: Partial<Record<"root" | "icon" | "pr
9819
9894
  readonly cx: (...args: any) => string;
9820
9895
  };
9821
9896
 
9822
- declare const useClasses_71: (classesProp?: Partial<Record<"root", string>>, addStatic?: boolean) => {
9897
+ declare const useClasses_72: (classesProp?: Partial<Record<"root", string>>, addStatic?: boolean) => {
9823
9898
  readonly classes: {
9824
9899
  root: string;
9825
9900
  };
@@ -9827,7 +9902,7 @@ declare const useClasses_71: (classesProp?: Partial<Record<"root", string>>, add
9827
9902
  readonly cx: (...args: any) => string;
9828
9903
  };
9829
9904
 
9830
- declare const useClasses_72: (classesProp?: Partial<Record<"dropZoneContainer" | "dragAction" | "dropZoneContainerDisabled" | "dropZoneLabelsGroup" | "inputArea" | "dropArea" | "dropZoneAreaLabels" | "dropZoneAreaIcon" | "dropZoneLabel" | "dragText" | "selectFilesText", string>>, addStatic?: boolean) => {
9905
+ declare const useClasses_73: (classesProp?: Partial<Record<"dropZoneContainer" | "dragAction" | "dropZoneContainerDisabled" | "dropZoneLabelsGroup" | "inputArea" | "dropArea" | "dropZoneAreaLabels" | "dropZoneAreaIcon" | "dropZoneLabel" | "dragText" | "selectFilesText", string>>, addStatic?: boolean) => {
9831
9906
  readonly classes: {
9832
9907
  dropZoneContainer: string;
9833
9908
  dropZoneLabelsGroup: string;
@@ -9845,7 +9920,7 @@ declare const useClasses_72: (classesProp?: Partial<Record<"dropZoneContainer" |
9845
9920
  readonly cx: (...args: any) => string;
9846
9921
  };
9847
9922
 
9848
- declare const useClasses_73: (classesProp?: Partial<Record<"label" | "root" | "error" | "description" | "labelContainer", string>>, addStatic?: boolean) => {
9923
+ declare const useClasses_74: (classesProp?: Partial<Record<"label" | "root" | "error" | "description" | "labelContainer", string>>, addStatic?: boolean) => {
9849
9924
  readonly classes: {
9850
9925
  root: string;
9851
9926
  label: string;
@@ -9857,7 +9932,7 @@ declare const useClasses_73: (classesProp?: Partial<Record<"label" | "root" | "e
9857
9932
  readonly cx: (...args: any) => string;
9858
9933
  };
9859
9934
 
9860
- declare const useClasses_74: (classesProp?: Partial<Record<"space" | "header" | "root" | "panel" | "rightSidePanel" | "applyButton" | "dropdown" | "baseDropdownSelection" | "leftSidePanel" | "actionBar", string>>, addStatic?: boolean) => {
9935
+ declare const useClasses_75: (classesProp?: Partial<Record<"space" | "header" | "root" | "panel" | "rightSidePanel" | "applyButton" | "dropdown" | "baseDropdownSelection" | "leftSidePanel" | "actionBar", string>>, addStatic?: boolean) => {
9861
9936
  readonly classes: {
9862
9937
  dropdown: string;
9863
9938
  panel: string;
@@ -9874,7 +9949,7 @@ declare const useClasses_74: (classesProp?: Partial<Record<"space" | "header" |
9874
9949
  readonly cx: (...args: any) => string;
9875
9950
  };
9876
9951
 
9877
- declare const useClasses_75: (classesProp?: Partial<Record<"name" | "small" | "root" | "separator" | "rightContainer" | "copyright", string>>, addStatic?: boolean) => {
9952
+ declare const useClasses_76: (classesProp?: Partial<Record<"name" | "small" | "root" | "separator" | "rightContainer" | "copyright", string>>, addStatic?: boolean) => {
9878
9953
  readonly classes: {
9879
9954
  root: string;
9880
9955
  name: string;
@@ -9887,7 +9962,7 @@ declare const useClasses_75: (classesProp?: Partial<Record<"name" | "small" | "r
9887
9962
  readonly cx: (...args: any) => string;
9888
9963
  };
9889
9964
 
9890
- declare const useClasses_76: (classesProp?: Partial<Record<"name" | "root" | "section" | "wrapper" | "sectionName" | "actions" | "positionSticky" | "positionFixed" | "global" | "globalSectionArea" | "globalWrapperComplement" | "backButton", string>>, addStatic?: boolean) => {
9965
+ declare const useClasses_77: (classesProp?: Partial<Record<"name" | "root" | "section" | "wrapper" | "sectionName" | "actions" | "positionSticky" | "positionFixed" | "global" | "globalSectionArea" | "globalWrapperComplement" | "backButton", string>>, addStatic?: boolean) => {
9891
9966
  readonly classes: {
9892
9967
  root: string;
9893
9968
  positionSticky: string;
@@ -9906,7 +9981,7 @@ declare const useClasses_76: (classesProp?: Partial<Record<"name" | "root" | "se
9906
9981
  readonly cx: (...args: any) => string;
9907
9982
  };
9908
9983
 
9909
- declare const useClasses_77: (classesProp?: Partial<Record<"container" | "root" | "item" | "zeroMinWidth" | "direction-xs-column" | "direction-xs-reverse" | "direction-xs-row-reverse" | "wrap-xs-nowrap" | "wrap-xs-wrap-reverse" | "spacing-xs-1" | "spacing-xs-2" | "spacing-xs-3" | "spacing-xs-4" | "spacing-xs-5" | "spacing-xs-6" | "spacing-xs-7" | "spacing-xs-8" | "spacing-xs-9" | "spacing-xs-10" | "grid-xs-auto" | "grid-xs-true" | "grid-xs-1" | "grid-xs-2" | "grid-xs-3" | "grid-xs-4" | "grid-xs-5" | "grid-xs-6" | "grid-xs-7" | "grid-xs-8" | "grid-xs-9" | "grid-xs-10" | "grid-xs-11" | "grid-xs-12", string>>, addStatic?: boolean) => {
9984
+ declare const useClasses_78: (classesProp?: Partial<Record<"container" | "root" | "item" | "zeroMinWidth" | "direction-xs-column" | "direction-xs-reverse" | "direction-xs-row-reverse" | "wrap-xs-nowrap" | "wrap-xs-wrap-reverse" | "spacing-xs-1" | "spacing-xs-2" | "spacing-xs-3" | "spacing-xs-4" | "spacing-xs-5" | "spacing-xs-6" | "spacing-xs-7" | "spacing-xs-8" | "spacing-xs-9" | "spacing-xs-10" | "grid-xs-auto" | "grid-xs-true" | "grid-xs-1" | "grid-xs-2" | "grid-xs-3" | "grid-xs-4" | "grid-xs-5" | "grid-xs-6" | "grid-xs-7" | "grid-xs-8" | "grid-xs-9" | "grid-xs-10" | "grid-xs-11" | "grid-xs-12", string>>, addStatic?: boolean) => {
9910
9985
  readonly classes: {
9911
9986
  root: string;
9912
9987
  container: string;
@@ -9946,7 +10021,7 @@ declare const useClasses_77: (classesProp?: Partial<Record<"container" | "root"
9946
10021
  readonly cx: (...args: any) => string;
9947
10022
  };
9948
10023
 
9949
- declare const useClasses_78: (classesProp?: Partial<Record<"backgroundColor" | "header" | "root" | "fixed", string>>, addStatic?: boolean) => {
10024
+ declare const useClasses_79: (classesProp?: Partial<Record<"backgroundColor" | "header" | "root" | "fixed", string>>, addStatic?: boolean) => {
9950
10025
  readonly classes: {
9951
10026
  root: string;
9952
10027
  header: string;
@@ -9957,15 +10032,21 @@ declare const useClasses_78: (classesProp?: Partial<Record<"backgroundColor" | "
9957
10032
  readonly cx: (...args: any) => string;
9958
10033
  };
9959
10034
 
9960
- declare const useClasses_79: (classesProp?: Partial<Record<"root", string>>, addStatic?: boolean) => {
10035
+ declare const useClasses_8: (classesProp?: Partial<Record<"root" | "disabled" | "icon" | "adornment" | "adornmentIcon" | "hideIcon" | "adornmentButton", string>>, addStatic?: boolean) => {
9961
10036
  readonly classes: {
9962
10037
  root: string;
10038
+ icon: string;
10039
+ adornment: string;
10040
+ adornmentIcon: string;
10041
+ hideIcon: string;
10042
+ adornmentButton: string;
10043
+ disabled: string;
9963
10044
  };
9964
10045
  readonly css: any;
9965
10046
  readonly cx: (...args: any) => string;
9966
10047
  };
9967
10048
 
9968
- declare const useClasses_8: (classesProp?: Partial<Record<"root", string>>, addStatic?: boolean) => {
10049
+ declare const useClasses_80: (classesProp?: Partial<Record<"root", string>>, addStatic?: boolean) => {
9969
10050
  readonly classes: {
9970
10051
  root: string;
9971
10052
  };
@@ -9973,7 +10054,7 @@ declare const useClasses_8: (classesProp?: Partial<Record<"root", string>>, addS
9973
10054
  readonly cx: (...args: any) => string;
9974
10055
  };
9975
10056
 
9976
- declare const useClasses_80: (classesProp?: Partial<Record<"root" | "separator" | "brandName", string>>, addStatic?: boolean) => {
10057
+ declare const useClasses_81: (classesProp?: Partial<Record<"root" | "separator" | "brandName", string>>, addStatic?: boolean) => {
9977
10058
  readonly classes: {
9978
10059
  root: string;
9979
10060
  separator: string;
@@ -9983,7 +10064,7 @@ declare const useClasses_80: (classesProp?: Partial<Record<"root" | "separator"
9983
10064
  readonly cx: (...args: any) => string;
9984
10065
  };
9985
10066
 
9986
- declare const useClasses_81: (classesProp?: Partial<Record<"root" | "active" | "list" | "hidden" | "menu" | "menubar", string>>, addStatic?: boolean) => {
10067
+ declare const useClasses_82: (classesProp?: Partial<Record<"root" | "active" | "list" | "hidden" | "menu" | "menubar", string>>, addStatic?: boolean) => {
9987
10068
  readonly classes: {
9988
10069
  root: string;
9989
10070
  menu: string;
@@ -9996,7 +10077,7 @@ declare const useClasses_81: (classesProp?: Partial<Record<"root" | "active" | "
9996
10077
  readonly cx: (...args: any) => string;
9997
10078
  };
9998
10079
 
9999
- declare const useClasses_82: (classesProp?: Partial<Record<"link" | "root" | "selected" | "button" | "menu" | "menubar" | "item", string>>, addStatic?: boolean) => {
10080
+ declare const useClasses_83: (classesProp?: Partial<Record<"link" | "root" | "selected" | "button" | "menu" | "menubar" | "item", string>>, addStatic?: boolean) => {
10000
10081
  readonly classes: {
10001
10082
  root: string;
10002
10083
  menu: string;
@@ -10010,7 +10091,7 @@ declare const useClasses_82: (classesProp?: Partial<Record<"link" | "root" | "se
10010
10091
  readonly cx: (...args: any) => string;
10011
10092
  };
10012
10093
 
10013
- declare const useClasses_83: (classesProp?: Partial<Record<"root", string>>, addStatic?: boolean) => {
10094
+ declare const useClasses_84: (classesProp?: Partial<Record<"root", string>>, addStatic?: boolean) => {
10014
10095
  readonly classes: {
10015
10096
  root: string;
10016
10097
  };
@@ -10018,7 +10099,7 @@ declare const useClasses_83: (classesProp?: Partial<Record<"root", string>>, add
10018
10099
  readonly cx: (...args: any) => string;
10019
10100
  };
10020
10101
 
10021
- declare const useClasses_84: (classesProp?: Partial<Record<"root" | "input" | "icon" | "button" | "text" | "inputRoot" | "inputBorderContainer" | "largeText" | "textEmpty" | "iconVisible", string>>, addStatic?: boolean) => {
10102
+ declare const useClasses_85: (classesProp?: Partial<Record<"root" | "input" | "icon" | "button" | "text" | "inputRoot" | "inputBorderContainer" | "largeText" | "textEmpty" | "iconVisible", string>>, addStatic?: boolean) => {
10022
10103
  readonly classes: {
10023
10104
  root: string;
10024
10105
  inputBorderContainer: string;
@@ -10035,7 +10116,7 @@ declare const useClasses_84: (classesProp?: Partial<Record<"root" | "input" | "i
10035
10116
  readonly cx: (...args: any) => string;
10036
10117
  };
10037
10118
 
10038
- declare const useClasses_85: (classesProp?: Partial<Record<"root" | "visualIndicatorContainer" | "comparisons" | "comparisonContainer" | "comparisonComposition" | "indicatorsContainer" | "indicatorText" | "indicatorUnit" | "spacingToTheRight" | "trendLine", string>>, addStatic?: boolean) => {
10119
+ declare const useClasses_86: (classesProp?: Partial<Record<"root" | "visualIndicatorContainer" | "comparisons" | "comparisonContainer" | "comparisonComposition" | "indicatorsContainer" | "indicatorText" | "indicatorUnit" | "spacingToTheRight" | "trendLine", string>>, addStatic?: boolean) => {
10039
10120
  readonly classes: {
10040
10121
  root: string;
10041
10122
  visualIndicatorContainer: string;
@@ -10052,7 +10133,7 @@ declare const useClasses_85: (classesProp?: Partial<Record<"root" | "visualIndic
10052
10133
  readonly cx: (...args: any) => string;
10053
10134
  };
10054
10135
 
10055
- declare const useClasses_86: (classesProp?: Partial<Record<"a", string>>, addStatic?: boolean) => {
10136
+ declare const useClasses_87: (classesProp?: Partial<Record<"a", string>>, addStatic?: boolean) => {
10056
10137
  readonly classes: {
10057
10138
  a: string;
10058
10139
  };
@@ -10060,7 +10141,7 @@ declare const useClasses_86: (classesProp?: Partial<Record<"a", string>>, addSta
10060
10141
  readonly cx: (...args: any) => string;
10061
10142
  };
10062
10143
 
10063
- declare const useClasses_87: (classesProp?: Partial<Record<"link" | "root" | "itemSelector" | "item" | "virtualizedRoot" | "selectorRoot" | "selectorContainer" | "box" | "truncate" | "selectAllSelector", string>>, addStatic?: boolean) => {
10144
+ declare const useClasses_88: (classesProp?: Partial<Record<"link" | "root" | "itemSelector" | "item" | "virtualizedRoot" | "selectorRoot" | "selectorContainer" | "box" | "truncate" | "selectAllSelector", string>>, addStatic?: boolean) => {
10064
10145
  readonly classes: {
10065
10146
  root: string;
10066
10147
  virtualizedRoot: string;
@@ -10077,7 +10158,7 @@ declare const useClasses_87: (classesProp?: Partial<Record<"link" | "root" | "it
10077
10158
  readonly cx: (...args: any) => string;
10078
10159
  };
10079
10160
 
10080
- declare const useClasses_88: (classesProp?: Partial<Record<"overlay" | "label" | "small" | "root" | "hidden" | "loadingBar" | "blur" | "barContainer" | "regular" | "smallColor" | "regularColor", string>>, addStatic?: boolean) => {
10161
+ declare const useClasses_89: (classesProp?: Partial<Record<"overlay" | "label" | "small" | "root" | "hidden" | "loadingBar" | "blur" | "barContainer" | "regular" | "smallColor" | "regularColor", string>>, addStatic?: boolean) => {
10081
10162
  readonly classes: {
10082
10163
  root: string;
10083
10164
  barContainer: string;
@@ -10095,26 +10176,24 @@ declare const useClasses_88: (classesProp?: Partial<Record<"overlay" | "label" |
10095
10176
  readonly cx: (...args: any) => string;
10096
10177
  };
10097
10178
 
10098
- declare const useClasses_89: (classesProp?: Partial<Record<"root" | "loading", string>>, addStatic?: boolean) => {
10179
+ declare const useClasses_9: (classesProp?: Partial<Record<"root", string>>, addStatic?: boolean) => {
10099
10180
  readonly classes: {
10100
10181
  root: string;
10101
- loading: string;
10102
10182
  };
10103
10183
  readonly css: any;
10104
10184
  readonly cx: (...args: any) => string;
10105
10185
  };
10106
10186
 
10107
- declare const useClasses_9: (classesProp?: Partial<Record<"root" | "childGutter" | "labelDisabled", string>>, addStatic?: boolean) => {
10187
+ declare const useClasses_90: (classesProp?: Partial<Record<"root" | "loading", string>>, addStatic?: boolean) => {
10108
10188
  readonly classes: {
10109
10189
  root: string;
10110
- labelDisabled: string;
10111
- childGutter: string;
10190
+ loading: string;
10112
10191
  };
10113
10192
  readonly css: any;
10114
10193
  readonly cx: (...args: any) => string;
10115
10194
  };
10116
10195
 
10117
- declare const useClasses_90: (classesProp?: Partial<Record<"root" | "formContainer", string>>, addStatic?: boolean) => {
10196
+ declare const useClasses_91: (classesProp?: Partial<Record<"root" | "formContainer", string>>, addStatic?: boolean) => {
10118
10197
  readonly classes: {
10119
10198
  root: string;
10120
10199
  formContainer: string;
@@ -10123,7 +10202,7 @@ declare const useClasses_90: (classesProp?: Partial<Record<"root" | "formContain
10123
10202
  readonly cx: (...args: any) => string;
10124
10203
  };
10125
10204
 
10126
- declare const useClasses_91: (classesProp?: Partial<Record<"secondary" | "primary" | "vertical" | "root" | "secondarySubtle" | "selected" | "button" | "secondaryGhost" | "multiple" | "splitGroup" | "primaryGhost" | "primarySubtle" | "splitGroupDisabled" | "firstButton" | "lastButton", string>>, addStatic?: boolean) => {
10205
+ declare const useClasses_92: (classesProp?: Partial<Record<"secondary" | "primary" | "vertical" | "root" | "secondarySubtle" | "selected" | "button" | "secondaryGhost" | "multiple" | "splitGroup" | "primaryGhost" | "primarySubtle" | "splitGroupDisabled" | "firstButton" | "lastButton", string>>, addStatic?: boolean) => {
10127
10206
  readonly classes: {
10128
10207
  root: string;
10129
10208
  multiple: string;
@@ -10145,7 +10224,7 @@ declare const useClasses_91: (classesProp?: Partial<Record<"secondary" | "primar
10145
10224
  readonly cx: (...args: any) => string;
10146
10225
  };
10147
10226
 
10148
- declare const useClasses_92: (classesProp?: Partial<Record<"tooltipData" | "tooltipAnchor" | "tooltipAnchorParagraph", string>>, addStatic?: boolean) => {
10227
+ declare const useClasses_93: (classesProp?: Partial<Record<"tooltipData" | "tooltipAnchor" | "tooltipAnchorParagraph", string>>, addStatic?: boolean) => {
10149
10228
  readonly classes: {
10150
10229
  tooltipData: string;
10151
10230
  tooltipAnchor: string;
@@ -10155,7 +10234,7 @@ declare const useClasses_92: (classesProp?: Partial<Record<"tooltipData" | "tool
10155
10234
  readonly cx: (...args: any) => string;
10156
10235
  };
10157
10236
 
10158
- declare const useClasses_93: (classesProp?: Partial<Record<"color" | "root" | "title" | "popper" | "separator" | "tooltip" | "values" | "tooltipMulti" | "valuesContainer" | "separatorColor" | "valueWrapper", string>>, addStatic?: boolean) => {
10237
+ declare const useClasses_94: (classesProp?: Partial<Record<"color" | "root" | "title" | "popper" | "separator" | "tooltip" | "values" | "tooltipMulti" | "valuesContainer" | "separatorColor" | "valueWrapper", string>>, addStatic?: boolean) => {
10159
10238
  readonly classes: {
10160
10239
  root: string;
10161
10240
  tooltip: string;
@@ -10173,7 +10252,7 @@ declare const useClasses_93: (classesProp?: Partial<Record<"color" | "root" | "t
10173
10252
  readonly cx: (...args: any) => string;
10174
10253
  };
10175
10254
 
10176
- declare const useClasses_94: (classesProp?: Partial<Record<"root", string>>, addStatic?: boolean) => {
10255
+ declare const useClasses_95: (classesProp?: Partial<Record<"root", string>>, addStatic?: boolean) => {
10177
10256
  readonly classes: {
10178
10257
  root: string;
10179
10258
  };
@@ -10181,7 +10260,7 @@ declare const useClasses_94: (classesProp?: Partial<Record<"root", string>>, add
10181
10260
  readonly cx: (...args: any) => string;
10182
10261
  };
10183
10262
 
10184
- declare const useClasses_95: (classesProp?: Partial<Record<"root" | "progress" | "progressBar" | "progressBarLabel" | "progressContainer" | "progressDone" | "progressBarContainer" | "progressError", string>>, addStatic?: boolean) => {
10263
+ declare const useClasses_96: (classesProp?: Partial<Record<"root" | "progress" | "progressBar" | "progressBarLabel" | "progressContainer" | "progressDone" | "progressBarContainer" | "progressError", string>>, addStatic?: boolean) => {
10185
10264
  readonly classes: {
10186
10265
  root: string;
10187
10266
  progress: string;
@@ -10196,7 +10275,7 @@ declare const useClasses_95: (classesProp?: Partial<Record<"root" | "progress" |
10196
10275
  readonly cx: (...args: any) => string;
10197
10276
  };
10198
10277
 
10199
- declare const useClasses_96: (classesProp?: Partial<Record<"root" | "topGroup" | "subGroup" | "subRulesContainer" | "topActionButtonContainer" | "createConditionButton" | "createGroupButton" | "removeButton" | "combinator" | "topCombinator" | "combinatorButton" | "topRemoveButton" | "topRemoveButtonDisabled" | "rulesContainer" | "actionButtonContainer" | "topRulesContainer" | "buttonBackground", string>>, addStatic?: boolean) => {
10278
+ declare const useClasses_97: (classesProp?: Partial<Record<"root" | "topGroup" | "subGroup" | "subRulesContainer" | "topActionButtonContainer" | "createConditionButton" | "createGroupButton" | "removeButton" | "combinator" | "topCombinator" | "combinatorButton" | "topRemoveButton" | "topRemoveButtonDisabled" | "rulesContainer" | "actionButtonContainer" | "topRulesContainer" | "buttonBackground", string>>, addStatic?: boolean) => {
10200
10279
  readonly classes: {
10201
10280
  root: string;
10202
10281
  topGroup: string;
@@ -10220,7 +10299,7 @@ declare const useClasses_96: (classesProp?: Partial<Record<"root" | "topGroup" |
10220
10299
  readonly cx: (...args: any) => string;
10221
10300
  };
10222
10301
 
10223
- declare const useClasses_97: (classesProp?: Partial<Record<"container" | "label" | "root" | "disabled" | "semantic" | "radio" | "checked" | "focusVisible" | "invalidContainer" | "invalidRadio", string>>, addStatic?: boolean) => {
10302
+ declare const useClasses_98: (classesProp?: Partial<Record<"container" | "label" | "root" | "disabled" | "semantic" | "radio" | "checked" | "focusVisible" | "invalidContainer" | "invalidRadio", string>>, addStatic?: boolean) => {
10224
10303
  readonly classes: {
10225
10304
  root: string;
10226
10305
  container: string;
@@ -10237,7 +10316,7 @@ declare const useClasses_97: (classesProp?: Partial<Record<"container" | "label"
10237
10316
  readonly cx: (...args: any) => string;
10238
10317
  };
10239
10318
 
10240
- declare const useClasses_98: (classesProp?: Partial<Record<"root" | "selected" | "button" | "text" | "bullet" | "bulletSelected", string>>, addStatic?: boolean) => {
10319
+ declare const useClasses_99: (classesProp?: Partial<Record<"root" | "selected" | "button" | "text" | "bullet" | "bulletSelected", string>>, addStatic?: boolean) => {
10241
10320
  readonly classes: {
10242
10321
  root: string;
10243
10322
  button: string;
@@ -10250,19 +10329,6 @@ declare const useClasses_98: (classesProp?: Partial<Record<"root" | "selected" |
10250
10329
  readonly cx: (...args: any) => string;
10251
10330
  };
10252
10331
 
10253
- declare const useClasses_99: (classesProp?: Partial<Record<"root" | "selected" | "notSelected" | "positionSticky" | "positionFixed" | "notSelectedRoot", string>>, addStatic?: boolean) => {
10254
- readonly classes: {
10255
- root: string;
10256
- positionSticky: string;
10257
- positionFixed: string;
10258
- notSelectedRoot: string;
10259
- notSelected: string;
10260
- selected: string;
10261
- };
10262
- readonly css: any;
10263
- readonly cx: (...args: any) => string;
10264
- };
10265
-
10266
10332
  export declare const useClickOutside: <T extends HTMLElement = HTMLElement>(ref: React.RefObject<T>, handler: (event: HvClickOutsideEvent) => void) => void;
10267
10333
 
10268
10334
  export declare const useComputation: (valueFn: Function, valueFallback?: Function) => (Function | undefined)[];